++ 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 Jun 22 02:35:22 AM UTC 2026 ===================' INFO: =================== Mon Jun 22 02:35:22 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ grep -o 'dev.*' +++++ ip route get 1 +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ cut -d / -f 1 +++ command -v ip +++ local nic=ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ ip addr show dev ens3 +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.241 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' +++ mount -t hugetlbfs ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.19,10.0.0.129,10.0.0.241 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.19,10.0.0.129,10.0.0.241 ++ ANALYTICSDB_NODES=10.0.0.19,10.0.0.129,10.0.0.241 ++ ANALYTICS_SNMP_NODES=10.0.0.19,10.0.0.129,10.0.0.241 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:8081 ' +++ '[' -n '10.0.0.19:8081 10.0.0.129:8081 10.0.0.241:8081 ' ']' +++ echo '10.0.0.19:8081 10.0.0.129:8081 10.0.0.241:8081' ++ ANALYTICS_SERVERS='10.0.0.19:8081 10.0.0.129:8081 10.0.0.241: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:9042 ' +++ '[' -n '10.0.0.19:9042 10.0.0.129:9042 10.0.0.241:9042 ' ']' +++ echo '10.0.0.19:9042 10.0.0.129:9042 10.0.0.241:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.19:9042 10.0.0.129:9042 10.0.0.241:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.19,10.0.0.129,10.0.0.241 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:8086 ' +++ '[' -n '10.0.0.19:8086 10.0.0.129:8086 10.0.0.241:8086 ' ']' +++ echo '10.0.0.19:8086 10.0.0.129:8086 10.0.0.241:8086' ++ COLLECTOR_SERVERS='10.0.0.19:8086 10.0.0.129:8086 10.0.0.241: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.19,10.0.0.129,10.0.0.241 ++ CONFIGDB_NODES=10.0.0.19,10.0.0.129,10.0.0.241 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:8082 ' +++ '[' -n '10.0.0.19:8082 10.0.0.129:8082 10.0.0.241:8082 ' ']' +++ echo '10.0.0.19:8082 10.0.0.129:8082 10.0.0.241:8082' ++ CONFIG_SERVERS='10.0.0.19:8082 10.0.0.129:8082 10.0.0.241: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:9161 ' +++ '[' -n '10.0.0.19:9161 10.0.0.129:9161 10.0.0.241:9161 ' ']' +++ echo '10.0.0.19:9161 10.0.0.129:9161 10.0.0.241:9161' ++ CONFIGDB_SERVERS='10.0.0.19:9161 10.0.0.129:9161 10.0.0.241: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:9041 ' +++ '[' -n '10.0.0.19:9041 10.0.0.129:9041 10.0.0.241:9041 ' ']' +++ echo '10.0.0.19:9041 10.0.0.129:9041 10.0.0.241:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.19:9041 10.0.0.129:9041 10.0.0.241: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.193,10.20.0.129,10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.193,10.20.0.129,10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.19,10.0.0.129,10.0.0.241 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+=10.0.0.129:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+=10.0.0.241:2181, +++ '[' -n 10.0.0.19:2181,10.0.0.129:2181,10.0.0.241:2181, ']' +++ echo 10.0.0.19:2181,10.0.0.129:2181,10.0.0.241:2181 ++ ZOOKEEPER_SERVERS=10.0.0.19:2181,10.0.0.129:2181,10.0.0.241: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:2181 ' +++ '[' -n '10.0.0.19:2181 10.0.0.129:2181 10.0.0.241:2181 ' ']' +++ echo '10.0.0.19:2181 10.0.0.129:2181 10.0.0.241:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.19:2181 10.0.0.129:2181 10.0.0.241:2181' ++ RABBITMQ_NODES=10.0.0.19,10.0.0.129,10.0.0.241 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+=10.0.0.129:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+=10.0.0.241:5673, +++ '[' -n 10.0.0.19:5673,10.0.0.129:5673,10.0.0.241:5673, ']' +++ echo 10.0.0.19:5673,10.0.0.129:5673,10.0.0.241:5673 ++ RABBITMQ_SERVERS=10.0.0.19:5673,10.0.0.129:5673,10.0.0.241: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:6379 ' +++ '[' -n '10.0.0.19:6379 10.0.0.129:6379 10.0.0.241:6379 ' ']' +++ echo '10.0.0.19:6379 10.0.0.129:6379 10.0.0.241:6379' ++ REDIS_SERVERS='10.0.0.19:6379 10.0.0.129:6379 10.0.0.241: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.19,10.0.0.129,10.0.0.241 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:9092 ' +++ '[' -n '10.0.0.19:9092 10.0.0.129:9092 10.0.0.241:9092 ' ']' +++ echo '10.0.0.19:9092 10.0.0.129:9092 10.0.0.241:9092' ++ KAFKA_SERVERS='10.0.0.19:9092 10.0.0.129:9092 10.0.0.241: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.19 ++ 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.19,10.0.0.129,10.0.0.241 ++ 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.19,10.0.0.129,10.0.0.241 ++ 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.19,10.0.0.129,10.0.0.241 ++ cut -d , -f 1 + local cassandra=10.0.0.19 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.19 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.19,10.0.0.129,10.0.0.241 +++ local servers=10.0.0.19,10.0.0.129,10.0.0.241 +++ cut -d ' ' -f 1 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ uniq ++++ sort ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' +++ local local_ips=,10.0.0.241,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.19'\''))' +++ local server_ip=10.0.0.19 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.19 ]] +++ [[ ,10.0.0.241,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.19, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.129'\''))' +++ local server_ip=10.0.0.129 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.129 ]] +++ [[ ,10.0.0.241,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.129, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.241'\''))' +++ local server_ip=10.0.0.241 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.241 ]] +++ [[ ,10.0.0.241,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.241, ]] +++ echo 10.0.0.241 3 +++ return ++ local ip=10.0.0.241 ++ [[ -z 10.0.0.241 ]] ++ echo 10.0.0.241 + host_ip=10.0.0.241 + [[ cql == \c\q\l ]] ++ echo 10.0.0.19:9041 10.0.0.129:9041 10.0.0.241:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.19:9041 10.0.0.129:9041 10.0.0.241:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.241:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ sed 's/^API__//g' ++ sort ++ cut -d = -f 1 ++ grep '^API__.*__.*=.*$' ++ set -o posix ++ set + 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: 06/22/2026 02:35:31.833 7f6a99ee4800 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 06/22/2026 02:35:31.979 7f6a99ee4800 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 06/22/2026 02:35:31.991 7f6a99ee4800 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 06/22/2026 02:35:31.991 7f6a99ee4800 [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.241:8082/ Hit Ctrl-C to quit. 10.0.0.241 - - [2026-06-22 02:35:48] "GET / HTTP/1.1" 503 181 0.000233 10.0.0.241 - - [2026-06-22 02:35:48] "GET / HTTP/1.1" 503 181 0.000165 10.0.0.241 - - [2026-06-22 02:35:48] "GET / HTTP/1.1" 503 181 0.000622 10.0.0.241 - - [2026-06-22 02:35:48] "GET / HTTP/1.1" 200 36215 0.001419 10.0.0.241 - - [2026-06-22 02:35:48] "GET / HTTP/1.1" 200 36215 0.000975 10.0.0.241 - - [2026-06-22 02:35:49] "GET / HTTP/1.1" 200 45871 0.001086 10.0.0.241 - - [2026-06-22 02:35:49] "GET / HTTP/1.1" 200 45871 0.000826 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.241 - - [2026-06-22 02:35:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000495 10.0.0.241 - - [2026-06-22 02:35:49] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000212 10.0.0.241 - - [2026-06-22 02:35:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000507 10.0.0.241 - - [2026-06-22 02:35:49] "GET / HTTP/1.1" 200 36215 0.001217 10.0.0.129 - - [2026-06-22 02:35:49] "GET / HTTP/1.1" 200 36215 0.001501 10.0.0.129 - - [2026-06-22 02:35:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000325 10.0.0.19 - - [2026-06-22 02:35:50] "GET / HTTP/1.1" 200 36215 0.001924 10.0.0.19 - - [2026-06-22 02:35:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000332 10.0.0.241 - - [2026-06-22 02:35:51] "POST /fqname-to-id HTTP/1.1" 404 186 1.970565 10.0.0.129 - - [2026-06-22 02:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.815669 10.0.0.129 - - [2026-06-22 02:35:51] "GET /global-system-config/f1bdca83-f7e5-4812-bfc3-356469693489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.007842 10.0.0.19 - - [2026-06-22 02:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.454464 10.0.0.19 - - [2026-06-22 02:35:51] "GET /global-system-config/f1bdca83-f7e5-4812-bfc3-356469693489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.007952 10.0.0.241 - - [2026-06-22 02:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.010098 10.0.0.241 - - [2026-06-22 02:35:51] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.213124 10.0.0.241 - - [2026-06-22 02:35:51] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.009518 10.0.0.129 - - [2026-06-22 02:35:51] "POST /fqname-to-id HTTP/1.1" 404 220 0.004440 10.0.0.241 - - [2026-06-22 02:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 1.673431 10.0.0.241 - - [2026-06-22 02:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.007506 10.0.0.19 - - [2026-06-22 02:35:51] "POST /fqname-to-id HTTP/1.1" 404 220 0.006370 10.0.0.241 - - [2026-06-22 02:35:51] "GET /global-system-config/f1bdca83-f7e5-4812-bfc3-356469693489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.007087 10.0.0.129 - - [2026-06-22 02:35:51] "POST /config-database-nodes HTTP/1.1" 200 619 0.086788 10.0.0.19 - - [2026-06-22 02:35:51] "POST /config-database-nodes HTTP/1.1" 200 619 0.054528 10.0.0.241 - - [2026-06-22 02:35:51] "POST /service-appliance-sets HTTP/1.1" 200 555 0.053648 10.0.0.241 - - [2026-06-22 02:35:51] "POST /fqname-to-id HTTP/1.1" 404 180 0.004368 10.0.0.241 - - [2026-06-22 02:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.013708 10.0.0.241 - - [2026-06-22 02:35:51] "GET /global-system-config/f1bdca83-f7e5-4812-bfc3-356469693489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.009212 /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.241 - - [2026-06-22 02:35:52] "POST /service-appliance-sets HTTP/1.1" 200 543 0.065337 10.0.0.241 - - [2026-06-22 02:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004366 10.0.0.241 - - [2026-06-22 02:35:52] "GET /network-ipam/02265ec9-8462-4f67-8679-22d26c8b6a2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.005784 10.0.0.241 - - [2026-06-22 02:35:52] "POST /service-templates HTTP/1.1" 200 513 0.059255 10.0.0.241 - - [2026-06-22 02:35:52] "POST /service-templates HTTP/1.1" 200 503 0.039191 10.0.0.241 - - [2026-06-22 02:35:52] "POST /service-templates HTTP/1.1" 200 517 0.055361 10.0.0.241 - - [2026-06-22 02:35:52] "POST /service-templates HTTP/1.1" 200 537 0.052749 10.0.0.241 - - [2026-06-22 02:35:52] "POST /service-templates HTTP/1.1" 200 509 0.066773 10.0.0.241 - - [2026-06-22 02:35:53] "GET / HTTP/1.1" 200 36215 0.001848 10.0.0.241 - - [2026-06-22 02:35:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000365 10.0.0.19 - - [2026-06-22 02:35:53] "GET / HTTP/1.1" 200 36215 0.001344 10.0.0.19 - - [2026-06-22 02:35:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000398 10.0.0.129 - - [2026-06-22 02:35:53] "GET / HTTP/1.1" 200 36215 0.001117 10.0.0.129 - - [2026-06-22 02:35:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000376 10.0.0.241 - - [2026-06-22 02:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.830033 10.0.0.241 - - [2026-06-22 02:35:54] "GET /global-system-config/f1bdca83-f7e5-4812-bfc3-356469693489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.008208 10.0.0.19 - - [2026-06-22 02:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.557941 10.0.0.241 - - [2026-06-22 02:35:54] "POST /fqname-to-id HTTP/1.1" 404 220 0.005099 10.0.0.19 - - [2026-06-22 02:35:54] "GET /global-system-config/f1bdca83-f7e5-4812-bfc3-356469693489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.007970 10.0.0.19 - - [2026-06-22 02:35:55] "POST /fqname-to-id HTTP/1.1" 404 220 0.007399 10.0.0.129 - - [2026-06-22 02:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.182848 10.0.0.129 - - [2026-06-22 02:35:55] "GET /global-system-config/f1bdca83-f7e5-4812-bfc3-356469693489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.009506 10.0.0.241 - - [2026-06-22 02:35:55] "POST /config-nodes HTTP/1.1" 200 601 0.068817 10.0.0.129 - - [2026-06-22 02:35:55] "POST /fqname-to-id HTTP/1.1" 404 220 0.021582 10.0.0.19 - - [2026-06-22 02:35:55] "POST /config-nodes HTTP/1.1" 200 601 0.095833 10.0.0.129 - - [2026-06-22 02:35:55] "POST /config-nodes HTTP/1.1" 200 601 0.054012 10.0.0.241 - - [2026-06-22 02:35:55] "GET / HTTP/1.1" 200 36215 0.001384 10.0.0.241 - - [2026-06-22 02:35:55] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000443 10.0.0.129 - - [2026-06-22 02:35:56] "GET / HTTP/1.1" 200 36215 0.001458 10.0.0.129 - - [2026-06-22 02:35:56] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000497 10.0.0.19 - - [2026-06-22 02:35:56] "GET / HTTP/1.1" 200 36215 0.002577 10.0.0.19 - - [2026-06-22 02:35:56] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000379 10.0.0.241 - - [2026-06-22 02:35:57] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.704346 10.0.0.241 - - [2026-06-22 02:35:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.129 - - [2026-06-22 02:35:57] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.655061 10.0.0.241 - - [2026-06-22 02:35:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.129 - - [2026-06-22 02:35:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.241 - - [2026-06-22 02:35:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.19 - - [2026-06-22 02:35:57] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.173444 10.0.0.129 - - [2026-06-22 02:35:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000318 10.0.0.241 - - [2026-06-22 02:35:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.19 - - [2026-06-22 02:35:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.19 - - [2026-06-22 02:35:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.129 - - [2026-06-22 02:35:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000339 10.0.0.19 - - [2026-06-22 02:35:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000456 10.0.0.129 - - [2026-06-22 02:36:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.19 - - [2026-06-22 02:36:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000474 10.0.0.241 - - [2026-06-22 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004073 10.0.0.241 - - [2026-06-22 02:36:02] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1217 0.005711 10.0.0.241 - - [2026-06-22 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.241 - - [2026-06-22 02:36:02] "PUT /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153 HTTP/1.1" 200 277 0.015030 10.0.0.129 - - [2026-06-22 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005310 10.0.0.129 - - [2026-06-22 02:36:02] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.012901 10.0.0.129 - - [2026-06-22 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004124 10.0.0.129 - - [2026-06-22 02:36:02] "PUT /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153 HTTP/1.1" 200 277 0.015464 10.0.0.19 - - [2026-06-22 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.19 - - [2026-06-22 02:36:03] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.005143 10.0.0.19 - - [2026-06-22 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005237 10.0.0.19 - - [2026-06-22 02:36:03] "PUT /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153 HTTP/1.1" 200 277 0.014523 10.0.0.241 - - [2026-06-22 02:36:09] "GET /network-ipam/02265ec9-8462-4f67-8679-22d26c8b6a2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.032729 10.0.0.241 - - [2026-06-22 02:36:10] "POST /fqname-to-id HTTP/1.1" 404 224 0.003552 10.0.0.241 - - [2026-06-22 02:36:11] "POST /ref-update HTTP/1.1" 200 156 0.035027 10.0.0.241 - - [2026-06-22 02:36:11] "POST /route-targets HTTP/1.1" 200 328 0.013695 10.0.0.241 - - [2026-06-22 02:36:11] "POST /ref-update HTTP/1.1" 200 156 0.024037 10.0.0.241 - - [2026-06-22 02:36:22] "POST /ref-update HTTP/1.1" 200 156 0.038857 The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.241 - - [2026-06-22 02:38:56] "GET /obj-perms HTTP/1.1" 200 4493 0.417902 10.0.0.19 - - [2026-06-22 02:39:56] "GET /obj-perms HTTP/1.1" 200 4493 0.039850 10.0.0.129 - - [2026-06-22 02:39:56] "GET /obj-perms HTTP/1.1" 200 4493 0.033687 [Introspect:8084]10.0.0.241 - - [2026-06-22 02:40:33] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000906 [Introspect:8084]10.0.0.241 - - [2026-06-22 02:40:33] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3163 0.000907 [Introspect:8084]10.0.0.241 - - [2026-06-22 02:40:47] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000812 [Introspect:8084]10.0.0.241 - - [2026-06-22 02:40:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3163 0.000786 10.0.0.241 - - [2026-06-22 02:40:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000457 10.0.0.241 - - [2026-06-22 02:40:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.129 - - [2026-06-22 02:40:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.241 - - [2026-06-22 02:40:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.129 - - [2026-06-22 02:40:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000338 10.0.0.241 - - [2026-06-22 02:40:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.19 - - [2026-06-22 02:40:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.19 - - [2026-06-22 02:40:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.129 - - [2026-06-22 02:40:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000335 10.0.0.129 - - [2026-06-22 02:40:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.19 - - [2026-06-22 02:40:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.19 - - [2026-06-22 02:40:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000332 10.0.0.19 - - [2026-06-22 02:42:10] "GET / HTTP/1.1" 200 36215 0.001422 10.0.0.19 - - [2026-06-22 02:42:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000376 10.0.0.19 - - [2026-06-22 02:42:11] "POST /fqname-to-id HTTP/1.1" 404 186 0.037293 10.0.0.241 - - [2026-06-22 02:42:11] "GET /projects?obj_uuids=dd2c8e7b-982e-4704-93e5-8222261c306d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.052634 10.0.0.241 - - [2026-06-22 02:42:11] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000973 10.0.0.241 - - [2026-06-22 02:42:11] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.028806 10.0.0.241 - - [2026-06-22 02:42:12] "POST /id-to-fqname HTTP/1.1" 200 188 0.006088 10.0.0.241 - - [2026-06-22 02:42:12] "POST /fqname-to-id HTTP/1.1" 404 197 0.008417 10.0.0.241 - - [2026-06-22 02:42:12] "POST /security-groups HTTP/1.1" 200 589 0.037180 10.0.0.241 - - [2026-06-22 02:42:12] "POST /projects HTTP/1.1" 200 581 0.353641 10.0.0.241 - - [2026-06-22 02:42:12] "POST /fqname-to-id HTTP/1.1" 404 232 0.028531 10.0.0.241 - - [2026-06-22 02:42:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.429321 10.0.0.19 - - [2026-06-22 02:42:12] "GET /project/dd2c8e7b-982e-4704-93e5-8222261c306d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.639374 10.0.0.241 - - [2026-06-22 02:42:12] "POST /access-control-lists HTTP/1.1" 200 594 0.081554 10.0.0.19 - - [2026-06-22 02:42:13] "GET / HTTP/1.1" 200 36215 0.001701 10.0.0.241 - - [2026-06-22 02:42:16] "GET /projects?obj_uuids=dd2c8e7b-982e-4704-93e5-8222261c306d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000912 10.0.0.19 - - [2026-06-22 02:42:16] "GET /project/dd2c8e7b-982e-4704-93e5-8222261c306d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.045279 10.0.0.241 - - [2026-06-22 02:42:16] "GET /projects?obj_uuids=dd2c8e7b-982e-4704-93e5-8222261c306d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001206 10.0.0.19 - - [2026-06-22 02:42:16] "GET /project/dd2c8e7b-982e-4704-93e5-8222261c306d?fields=virtual_networks HTTP/1.1" 200 1031 0.075177 10.0.0.241 - - [2026-06-22 02:42:16] "GET /projects?obj_uuids=dd2c8e7b-982e-4704-93e5-8222261c306d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000967 10.0.0.19 - - [2026-06-22 02:42:16] "GET /project/dd2c8e7b-982e-4704-93e5-8222261c306d?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.046968 10.0.0.241 - - [2026-06-22 02:42:16] "GET /projects?obj_uuids=dd2c8e7b-982e-4704-93e5-8222261c306d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001013 10.0.0.19 - - [2026-06-22 02:42:17] "GET /project/dd2c8e7b-982e-4704-93e5-8222261c306d?fields=security_groups HTTP/1.1" 200 1256 0.052234 10.0.0.241 - - [2026-06-22 02:42:17] "GET /projects?obj_uuids=97b4ca50-6dd5-4cee-9a4d-19638533700f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003362 10.0.0.241 - - [2026-06-22 02:42:17] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000890 10.0.0.241 - - [2026-06-22 02:42:17] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007547 10.0.0.241 - - [2026-06-22 02:42:17] "POST /id-to-fqname HTTP/1.1" 200 167 0.001678 10.0.0.241 - - [2026-06-22 02:42:17] "POST /fqname-to-id HTTP/1.1" 404 176 0.006695 10.0.0.241 - - [2026-06-22 02:42:18] "POST /security-groups HTTP/1.1" 200 568 0.082845 10.0.0.241 - - [2026-06-22 02:42:18] "POST /projects HTTP/1.1" 200 539 0.333301 10.0.0.241 - - [2026-06-22 02:42:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.406925 10.0.0.241 - - [2026-06-22 02:42:18] "POST /fqname-to-id HTTP/1.1" 404 206 0.021440 10.0.0.19 - - [2026-06-22 02:42:18] "GET /project/97b4ca50-6dd5-4cee-9a4d-19638533700f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.581922 [Introspect:8084]10.0.0.19 - - [2026-06-22 02:42:19] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3163 0.001193 10.0.0.241 - - [2026-06-22 02:42:20] "GET /projects?obj_uuids=97b4ca50-6dd5-4cee-9a4d-19638533700f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001007 10.0.0.19 - - [2026-06-22 02:42:20] "GET /project/97b4ca50-6dd5-4cee-9a4d-19638533700f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.049213 10.0.0.241 - - [2026-06-22 02:42:21] "GET /obj-perms HTTP/1.1" 200 4493 0.059768 [Introspect:8084]10.0.0.19 - - [2026-06-22 02:42:22] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 373 0.000595 10.0.0.19 - - [2026-06-22 02:42:23] "GET /obj-perms HTTP/1.1" 200 4493 0.034854 10.0.0.19 - - [2026-06-22 02:42:23] "GET /obj-perms HTTP/1.1" 200 4493 0.003730 10.0.0.19 - - [2026-06-22 02:42:23] "GET /obj-perms HTTP/1.1" 200 4493 0.004158 10.0.0.19 - - [2026-06-22 02:42:23] "GET /obj-perms HTTP/1.1" 200 4493 0.003994 10.0.0.19 - - [2026-06-22 02:42:23] "GET /obj-perms HTTP/1.1" 200 4493 0.004265 10.0.0.19 - - [2026-06-22 02:42:23] "GET /obj-perms HTTP/1.1" 200 4493 0.004315 10.0.0.19 - - [2026-06-22 02:42:23] "GET /obj-perms HTTP/1.1" 200 4493 0.003942 10.0.0.19 - - [2026-06-22 02:42:23] "GET /obj-perms HTTP/1.1" 200 4493 0.003932 10.0.0.19 - - [2026-06-22 02:42:23] "GET /obj-perms HTTP/1.1" 200 4493 0.004902 10.0.0.19 - - [2026-06-22 02:42:23] "GET /obj-perms HTTP/1.1" 200 4493 0.004110 10.0.0.19 - - [2026-06-22 02:42:24] "GET /obj-perms HTTP/1.1" 200 4493 0.003893 10.0.0.19 - - [2026-06-22 02:42:24] "GET /obj-perms HTTP/1.1" 200 4493 0.003860 10.0.0.129 - - [2026-06-22 02:42:24] "GET /obj-perms HTTP/1.1" 200 4493 0.036615 10.0.0.241 - - [2026-06-22 02:42:24] "GET /obj-perms HTTP/1.1" 200 4493 0.003849 10.0.0.241 - - [2026-06-22 02:42:24] "GET /obj-perms HTTP/1.1" 200 4493 0.007129 10.0.0.19 - - [2026-06-22 02:42:26] "GET /obj-perms HTTP/1.1" 200 4493 0.003982 10.0.0.19 - - [2026-06-22 02:42:26] "GET /obj-perms HTTP/1.1" 200 4493 0.003939 10.0.0.19 - - [2026-06-22 02:42:26] "GET /obj-perms HTTP/1.1" 200 4493 0.003878 10.0.0.19 - - [2026-06-22 02:42:26] "GET /obj-perms HTTP/1.1" 200 4493 0.007557 10.0.0.19 - - [2026-06-22 02:42:26] "GET /obj-perms HTTP/1.1" 200 4493 0.004110 10.0.0.19 - - [2026-06-22 02:42:26] "GET /obj-perms HTTP/1.1" 200 4493 0.004324 10.0.0.19 - - [2026-06-22 02:42:26] "GET /obj-perms HTTP/1.1" 200 4493 0.004190 10.0.0.19 - - [2026-06-22 02:42:26] "GET /obj-perms HTTP/1.1" 200 4493 0.003713 10.0.0.19 - - [2026-06-22 02:42:26] "GET /obj-perms HTTP/1.1" 200 4493 0.004097 10.0.0.19 - - [2026-06-22 02:42:26] "GET /obj-perms HTTP/1.1" 200 4493 0.004177 10.0.0.19 - - [2026-06-22 02:42:28] "GET /obj-perms HTTP/1.1" 200 4493 0.004550 10.0.0.19 - - [2026-06-22 02:42:29] "GET /obj-perms HTTP/1.1" 200 4493 0.004375 10.0.0.19 - - [2026-06-22 02:42:29] "GET /obj-perms HTTP/1.1" 200 4493 0.004139 10.0.0.19 - - [2026-06-22 02:42:29] "GET /obj-perms HTTP/1.1" 200 4493 0.004011 10.0.0.19 - - [2026-06-22 02:42:29] "GET /obj-perms HTTP/1.1" 200 4493 0.004408 10.0.0.19 - - [2026-06-22 02:42:31] "GET /obj-perms HTTP/1.1" 200 4493 0.003618 10.0.0.19 - - [2026-06-22 02:42:32] "POST /fqname-to-id HTTP/1.1" 404 199 0.020227 10.0.0.241 - - [2026-06-22 02:42:32] "GET /projects?obj_uuids=7472f224-254a-4ecc-b0f9-96ffd0632036&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003807 10.0.0.241 - - [2026-06-22 02:42:32] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000758 10.0.0.241 - - [2026-06-22 02:42:32] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007381 10.0.0.241 - - [2026-06-22 02:42:32] "POST /id-to-fqname HTTP/1.1" 200 201 0.004299 10.0.0.241 - - [2026-06-22 02:42:32] "POST /fqname-to-id HTTP/1.1" 404 210 0.009829 10.0.0.241 - - [2026-06-22 02:42:32] "POST /security-groups HTTP/1.1" 200 602 0.079702 10.0.0.241 - - [2026-06-22 02:42:32] "POST /projects HTTP/1.1" 200 607 0.321168 10.0.0.241 - - [2026-06-22 02:42:32] "POST /access-control-lists HTTP/1.1" 200 609 0.043278 10.0.0.241 - - [2026-06-22 02:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.391330 10.0.0.19 - - [2026-06-22 02:42:32] "GET /project/7472f224-254a-4ecc-b0f9-96ffd0632036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.538257 10.0.0.19 - - [2026-06-22 02:42:33] "GET / HTTP/1.1" 200 36215 0.002376 10.0.0.19 - - [2026-06-22 02:42:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000571 10.0.0.19 - - [2026-06-22 02:42:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.049086 10.0.0.241 - - [2026-06-22 02:42:35] "GET /projects?obj_uuids=7472f224-254a-4ecc-b0f9-96ffd0632036&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001010 10.0.0.19 - - [2026-06-22 02:42:35] "GET /project/7472f224-254a-4ecc-b0f9-96ffd0632036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.051576 10.0.0.241 - - [2026-06-22 02:42:35] "POST /route-targets HTTP/1.1" 200 328 0.016553 10.0.0.241 - - [2026-06-22 02:42:36] "POST /useragent-kv HTTP/1.1" 200 115 0.009265 10.0.0.19 - - [2026-06-22 02:42:36] "POST /neutron/subnet HTTP/1.1" 200 724 0.274643 10.0.0.19 - - [2026-06-22 02:42:36] "POST /id-to-fqname HTTP/1.1" 200 233 0.002219 10.0.0.19 - - [2026-06-22 02:42:36] "GET /virtual-network/4804dc84-64b4-4181-93e8-032b758432fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007094 10.0.0.19 - - [2026-06-22 02:42:36] "GET /virtual-network/4804dc84-64b4-4181-93e8-032b758432fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006686 10.0.0.19 - - [2026-06-22 02:42:36] "POST /neutron/network HTTP/1.1" 200 839 0.007856 10.0.0.19 - - [2026-06-22 02:42:36] "GET /virtual-network/4804dc84-64b4-4181-93e8-032b758432fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005665 10.0.0.241 - - [2026-06-22 02:42:38] "GET /obj-perms HTTP/1.1" 200 4489 0.041045 10.0.0.19 - - [2026-06-22 02:42:38] "POST /id-to-fqname HTTP/1.1" 200 233 0.001181 10.0.0.241 - - [2026-06-22 02:42:40] "GET /projects?obj_uuids=7472f224-254a-4ecc-b0f9-96ffd0632036&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000885 10.0.0.19 - - [2026-06-22 02:42:40] "GET /project/7472f224-254a-4ecc-b0f9-96ffd0632036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.090196 10.0.0.19 - - [2026-06-22 02:42:41] "POST /neutron/network HTTP/1.1" 200 839 0.030554 10.0.0.19 - - [2026-06-22 02:42:41] "POST /neutron/port HTTP/1.1" 200 117 0.011408 10.0.0.19 - - [2026-06-22 02:42:46] "POST /neutron/port HTTP/1.1" 200 1081 0.024090 10.0.0.19 - - [2026-06-22 02:42:47] "POST /neutron/port HTTP/1.1" 200 1071 0.033392 10.0.0.19 - - [2026-06-22 02:42:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004016 10.0.0.19 - - [2026-06-22 02:42:48] "POST /neutron/network HTTP/1.1" 200 839 0.018253 10.0.0.241 - - [2026-06-22 02:42:52] "DELETE /project/97b4ca506dd54cee9a4d19638533700f HTTP/1.1" 404 173 0.006393 10.0.0.241 - - [2026-06-22 02:42:52] "DELETE /project/7472f224254a4eccb0f996ffd0632036 HTTP/1.1" 404 173 0.007155 10.0.0.241 - - [2026-06-22 02:42:52] "DELETE /project/dd2c8e7b982e470493e58222261c306d HTTP/1.1" 404 173 0.004794 10.0.0.241 - - [2026-06-22 02:42:52] "GET /projects?obj_uuids=dd2c8e7b-982e-4704-93e5-8222261c306d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000734 10.0.0.241 - - [2026-06-22 02:42:52] "GET /project/dd2c8e7b-982e-4704-93e5-8222261c306d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.055627 10.0.0.241 - - [2026-06-22 02:42:52] "GET /projects?obj_uuids=dd2c8e7b-982e-4704-93e5-8222261c306d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000960 10.0.0.241 - - [2026-06-22 02:42:52] "GET /project/dd2c8e7b-982e-4704-93e5-8222261c306d?fields=security_groups HTTP/1.1" 200 1358 0.079023 10.0.0.241 - - [2026-06-22 02:42:52] "DELETE /security-group/9bad5f27-05b2-4ee2-9440-aea3200258b1 HTTP/1.1" 200 115 0.086144 10.0.0.241 - - [2026-06-22 02:42:52] "GET /projects?obj_uuids=dd2c8e7b-982e-4704-93e5-8222261c306d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001383 10.0.0.241 - - [2026-06-22 02:42:52] "GET /project/dd2c8e7b-982e-4704-93e5-8222261c306d?fields=application_policy_sets HTTP/1.1" 200 1397 0.077990 10.0.0.241 - - [2026-06-22 02:42:52] "DELETE /access-control-list/7c3ee9ec-c724-4f3d-9573-a5a417d9e14d HTTP/1.1" 200 115 0.059821 10.0.0.241 - - [2026-06-22 02:42:52] "DELETE /project/dd2c8e7b-982e-4704-93e5-8222261c306d HTTP/1.1" 200 115 0.594800 10.0.0.19 - - [2026-06-22 02:42:57] "POST /neutron/port HTTP/1.1" 200 1135 0.024485 10.0.0.19 - - [2026-06-22 02:42:58] "GET /obj-perms HTTP/1.1" 200 4489 0.050971 10.0.0.19 - - [2026-06-22 02:43:00] "GET /obj-perms HTTP/1.1" 200 4489 0.004283 10.0.0.19 - - [2026-06-22 02:43:02] "POST /neutron/security_group HTTP/1.1" 200 2069 0.036407 10.0.0.19 - - [2026-06-22 02:43:04] "POST /neutron/port HTTP/1.1" 200 1135 0.020290 10.0.0.19 - - [2026-06-22 02:43:04] "POST /neutron/network HTTP/1.1" 200 839 0.006271 10.0.0.241 - - [2026-06-22 02:43:06] "POST /useragent-kv HTTP/1.1" 200 115 0.005249 10.0.0.241 - - [2026-06-22 02:43:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003767 10.0.0.19 - - [2026-06-22 02:43:06] "POST /neutron/network HTTP/1.1" 200 151 0.189972 10.0.0.241 - - [2026-06-22 02:43:07] "GET /projects?obj_uuids=7472f224-254a-4ecc-b0f9-96ffd0632036&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000929 10.0.0.19 - - [2026-06-22 02:43:07] "GET /project/7472f224-254a-4ecc-b0f9-96ffd0632036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.052099 10.0.0.241 - - [2026-06-22 02:43:07] "GET /projects?obj_uuids=7472f224-254a-4ecc-b0f9-96ffd0632036&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000860 10.0.0.19 - - [2026-06-22 02:43:07] "GET /project/7472f224-254a-4ecc-b0f9-96ffd0632036?fields=virtual_networks HTTP/1.1" 200 1056 0.047926 10.0.0.241 - - [2026-06-22 02:43:07] "GET /projects?obj_uuids=7472f224-254a-4ecc-b0f9-96ffd0632036&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001485 10.0.0.19 - - [2026-06-22 02:43:07] "GET /project/7472f224-254a-4ecc-b0f9-96ffd0632036?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.071098 10.0.0.241 - - [2026-06-22 02:43:07] "GET /projects?obj_uuids=7472f224-254a-4ecc-b0f9-96ffd0632036&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001118 10.0.0.19 - - [2026-06-22 02:43:07] "GET /project/7472f224-254a-4ecc-b0f9-96ffd0632036?fields=security_groups HTTP/1.1" 200 1294 0.070398 10.0.0.241 - - [2026-06-22 02:43:08] "GET /projects?obj_uuids=97b4ca50-6dd5-4cee-9a4d-19638533700f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001108 10.0.0.19 - - [2026-06-22 02:43:08] "GET /project/97b4ca50-6dd5-4cee-9a4d-19638533700f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.050260 10.0.0.241 - - [2026-06-22 02:43:14] "GET /projects?obj_uuids=97b4ca50-6dd5-4cee-9a4d-19638533700f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000913 10.0.0.19 - - [2026-06-22 02:43:14] "GET /project/97b4ca50-6dd5-4cee-9a4d-19638533700f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.043375 10.0.0.19 - - [2026-06-22 02:43:17] "POST /fqname-to-id HTTP/1.1" 404 200 0.028798 10.0.0.241 - - [2026-06-22 02:43:17] "GET /projects?obj_uuids=1bfb8dc4-6d30-4d0a-a0d8-2c78df468452&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003392 10.0.0.241 - - [2026-06-22 02:43:17] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001091 10.0.0.241 - - [2026-06-22 02:43:17] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007513 10.0.0.241 - - [2026-06-22 02:43:17] "POST /id-to-fqname HTTP/1.1" 200 202 0.003415 10.0.0.241 - - [2026-06-22 02:43:17] "POST /fqname-to-id HTTP/1.1" 404 211 0.013299 10.0.0.241 - - [2026-06-22 02:43:17] "POST /security-groups HTTP/1.1" 200 603 0.032243 10.0.0.241 - - [2026-06-22 02:43:17] "POST /fqname-to-id HTTP/1.1" 404 246 0.006308 10.0.0.241 - - [2026-06-22 02:43:17] "POST /projects HTTP/1.1" 200 609 0.271980 10.0.0.241 - - [2026-06-22 02:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.352281 10.0.0.241 - - [2026-06-22 02:43:17] "POST /access-control-lists HTTP/1.1" 200 608 0.043722 10.0.0.19 - - [2026-06-22 02:43:17] "GET /project/1bfb8dc4-6d30-4d0a-a0d8-2c78df468452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.508045 10.0.0.19 - - [2026-06-22 02:43:18] "GET / HTTP/1.1" 200 36215 0.001532 10.0.0.19 - - [2026-06-22 02:43:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000432 10.0.0.19 - - [2026-06-22 02:43:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.065018 10.0.0.241 - - [2026-06-22 02:43:19] "GET /projects?obj_uuids=1bfb8dc4-6d30-4d0a-a0d8-2c78df468452&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000856 10.0.0.19 - - [2026-06-22 02:43:19] "GET /project/1bfb8dc4-6d30-4d0a-a0d8-2c78df468452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.053233 10.0.0.241 - - [2026-06-22 02:43:20] "POST /useragent-kv HTTP/1.1" 200 115 0.012130 10.0.0.19 - - [2026-06-22 02:43:20] "POST /neutron/subnet HTTP/1.1" 200 729 0.329849 10.0.0.19 - - [2026-06-22 02:43:20] "POST /id-to-fqname HTTP/1.1" 200 275 0.001195 10.0.0.19 - - [2026-06-22 02:43:20] "GET /virtual-network/f9bfbe72-6d82-4787-a034-58b373d5f342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.005191 10.0.0.19 - - [2026-06-22 02:43:20] "GET /virtual-network/f9bfbe72-6d82-4787-a034-58b373d5f342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.006046 10.0.0.19 - - [2026-06-22 02:43:20] "POST /neutron/network HTTP/1.1" 200 923 0.007398 10.0.0.19 - - [2026-06-22 02:43:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.241 - - [2026-06-22 02:43:20] "GET /projects?obj_uuids=1bfb8dc4-6d30-4d0a-a0d8-2c78df468452&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000852 10.0.0.19 - - [2026-06-22 02:43:20] "GET /project/1bfb8dc4-6d30-4d0a-a0d8-2c78df468452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.053767 10.0.0.241 - - [2026-06-22 02:43:20] "GET /projects?obj_uuids=1bfb8dc4-6d30-4d0a-a0d8-2c78df468452&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000841 10.0.0.19 - - [2026-06-22 02:43:21] "POST /neutron/network HTTP/1.1" 200 703 0.158928 10.0.0.241 - - [2026-06-22 02:43:21] "POST /route-targets HTTP/1.1" 200 328 0.016584 10.0.0.19 - - [2026-06-22 02:43:21] "POST /id-to-fqname HTTP/1.1" 200 275 0.003768 10.0.0.19 - - [2026-06-22 02:43:21] "GET /virtual-network/196d0339-6a48-48f8-80d5-917c37623d57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.005343 10.0.0.19 - - [2026-06-22 02:43:21] "POST /neutron/network HTTP/1.1" 200 922 0.007361 10.0.0.19 - - [2026-06-22 02:43:21] "GET /virtual-network/196d0339-6a48-48f8-80d5-917c37623d57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.005065 10.0.0.19 - - [2026-06-22 02:43:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.241 - - [2026-06-22 02:43:21] "GET /projects?obj_uuids=1bfb8dc4-6d30-4d0a-a0d8-2c78df468452&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001065 10.0.0.19 - - [2026-06-22 02:43:21] "GET /project/1bfb8dc4-6d30-4d0a-a0d8-2c78df468452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.061544 10.0.0.19 - - [2026-06-22 02:43:21] "POST /neutron/network HTTP/1.1" 200 117 0.017705 10.0.0.241 - - [2026-06-22 02:43:21] "POST /ref-update HTTP/1.1" 200 156 0.028006 10.0.0.19 - - [2026-06-22 02:43:22] "POST /neutron/network HTTP/1.1" 200 926 0.009510 10.0.0.19 - - [2026-06-22 02:43:22] "POST /id-to-fqname HTTP/1.1" 200 276 0.001060 10.0.0.19 - - [2026-06-22 02:43:22] "GET /virtual-network/834292b8-1a98-4456-9b11-95626b16c48e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005328 10.0.0.19 - - [2026-06-22 02:43:22] "GET /virtual-network/834292b8-1a98-4456-9b11-95626b16c48e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.009276 10.0.0.19 - - [2026-06-22 02:43:22] "POST /neutron/subnet HTTP/1.1" 200 734 0.009227 10.0.0.19 - - [2026-06-22 02:43:22] "POST /id-to-fqname HTTP/1.1" 200 275 0.001012 10.0.0.241 - - [2026-06-22 02:43:23] "GET /projects?obj_uuids=1bfb8dc4-6d30-4d0a-a0d8-2c78df468452&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001119 10.0.0.19 - - [2026-06-22 02:43:23] "GET /project/1bfb8dc4-6d30-4d0a-a0d8-2c78df468452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.068549 10.0.0.19 - - [2026-06-22 02:43:23] "POST /neutron/port HTTP/1.1" 200 117 0.007241 10.0.0.19 - - [2026-06-22 02:43:23] "POST /id-to-fqname HTTP/1.1" 200 276 0.001217 10.0.0.19 - - [2026-06-22 02:43:23] "POST /neutron/network HTTP/1.1" 200 936 0.006713 10.0.0.241 - - [2026-06-22 02:43:24] "GET /projects?obj_uuids=1bfb8dc4-6d30-4d0a-a0d8-2c78df468452&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000970 10.0.0.19 - - [2026-06-22 02:43:24] "GET /project/1bfb8dc4-6d30-4d0a-a0d8-2c78df468452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.071824 10.0.0.19 - - [2026-06-22 02:43:24] "POST /neutron/port HTTP/1.1" 200 117 0.006422 10.0.0.19 - - [2026-06-22 02:43:26] "POST /neutron/network HTTP/1.1" 200 926 0.005948 10.0.0.241 - - [2026-06-22 02:43:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.007023 10.0.0.241 - - [2026-06-22 02:43:27] "POST /useragent-kv HTTP/1.1" 200 115 0.006595 10.0.0.241 - - [2026-06-22 02:43:27] "POST /useragent-kv HTTP/1.1" 200 115 0.004375 10.0.0.19 - - [2026-06-22 02:43:27] "POST /neutron/network HTTP/1.1" 200 151 0.157894 10.0.0.241 - - [2026-06-22 02:43:27] "GET /projects?obj_uuids=1bfb8dc4-6d30-4d0a-a0d8-2c78df468452&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001091 10.0.0.241 - - [2026-06-22 02:43:27] "DELETE /route-target/61ec38d5-972e-4207-9ab8-6ed3b239e16e HTTP/1.1" 200 115 0.040388 10.0.0.19 - - [2026-06-22 02:43:27] "GET /project/1bfb8dc4-6d30-4d0a-a0d8-2c78df468452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.115111 10.0.0.241 - - [2026-06-22 02:43:27] "GET /projects?obj_uuids=1bfb8dc4-6d30-4d0a-a0d8-2c78df468452&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001267 10.0.0.19 - - [2026-06-22 02:43:27] "GET /project/1bfb8dc4-6d30-4d0a-a0d8-2c78df468452?fields=virtual_networks HTTP/1.1" 200 1058 0.052578 10.0.0.241 - - [2026-06-22 02:43:27] "GET /projects?obj_uuids=1bfb8dc4-6d30-4d0a-a0d8-2c78df468452&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000876 10.0.0.19 - - [2026-06-22 02:43:27] "GET /project/1bfb8dc4-6d30-4d0a-a0d8-2c78df468452?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.039772 10.0.0.241 - - [2026-06-22 02:43:27] "GET /projects?obj_uuids=1bfb8dc4-6d30-4d0a-a0d8-2c78df468452&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000980 10.0.0.19 - - [2026-06-22 02:43:27] "GET /project/1bfb8dc4-6d30-4d0a-a0d8-2c78df468452?fields=security_groups HTTP/1.1" 200 1297 0.053427 10.0.0.19 - - [2026-06-22 02:43:28] "POST /neutron/network HTTP/1.1" 200 117 0.036227 10.0.0.19 - - [2026-06-22 02:43:28] "POST /fqname-to-id HTTP/1.1" 404 190 0.031638 10.0.0.241 - - [2026-06-22 02:43:28] "GET /projects?obj_uuids=697b006c-67c9-491a-86a3-21f08c41c074&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003495 10.0.0.241 - - [2026-06-22 02:43:29] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001886 10.0.0.241 - - [2026-06-22 02:43:29] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008456 10.0.0.241 - - [2026-06-22 02:43:29] "POST /id-to-fqname HTTP/1.1" 200 192 0.003809 10.0.0.241 - - [2026-06-22 02:43:29] "POST /fqname-to-id HTTP/1.1" 404 201 0.004937 10.0.0.241 - - [2026-06-22 02:43:29] "POST /security-groups HTTP/1.1" 200 593 0.083678 10.0.0.241 - - [2026-06-22 02:43:29] "POST /projects HTTP/1.1" 200 589 0.310982 10.0.0.241 - - [2026-06-22 02:43:29] "POST /fqname-to-id HTTP/1.1" 404 235 0.008982 10.0.0.241 - - [2026-06-22 02:43:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.380294 10.0.0.19 - - [2026-06-22 02:43:29] "GET /project/697b006c-67c9-491a-86a3-21f08c41c074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.545228 10.0.0.19 - - [2026-06-22 02:43:29] "POST /neutron/network HTTP/1.1" 200 117 0.006743 10.0.0.19 - - [2026-06-22 02:43:30] "GET / HTTP/1.1" 200 36215 0.001180 10.0.0.19 - - [2026-06-22 02:43:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000534 10.0.0.19 - - [2026-06-22 02:43:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.062598 10.0.0.241 - - [2026-06-22 02:43:31] "GET /projects?obj_uuids=697b006c-67c9-491a-86a3-21f08c41c074&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000824 10.0.0.19 - - [2026-06-22 02:43:31] "GET /project/697b006c-67c9-491a-86a3-21f08c41c074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.039948 10.0.0.19 - - [2026-06-22 02:43:31] "POST /neutron/network HTTP/1.1" 200 117 0.033061 10.0.0.241 - - [2026-06-22 02:43:31] "POST /ref-update HTTP/1.1" 200 156 0.032002 10.0.0.19 - - [2026-06-22 02:43:32] "POST /neutron/network HTTP/1.1" 200 890 0.009287 10.0.0.19 - - [2026-06-22 02:43:32] "POST /id-to-fqname HTTP/1.1" 200 255 0.001044 10.0.0.19 - - [2026-06-22 02:43:32] "GET /virtual-network/a19b0860-d6eb-427b-80a8-de963f526104?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.006111 10.0.0.19 - - [2026-06-22 02:43:32] "GET /virtual-network/a19b0860-d6eb-427b-80a8-de963f526104?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.005472 10.0.0.19 - - [2026-06-22 02:43:32] "POST /neutron/subnet HTTP/1.1" 200 715 0.008813 10.0.0.19 - - [2026-06-22 02:43:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.241 - - [2026-06-22 02:43:32] "GET /projects?obj_uuids=697b006c-67c9-491a-86a3-21f08c41c074&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000834 10.0.0.19 - - [2026-06-22 02:43:32] "GET /project/697b006c-67c9-491a-86a3-21f08c41c074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.063327 10.0.0.241 - - [2026-06-22 02:43:32] "POST /useragent-kv HTTP/1.1" 200 115 0.008715 10.0.0.19 - - [2026-06-22 02:43:32] "POST /neutron/subnet HTTP/1.1" 200 734 0.252232 10.0.0.19 - - [2026-06-22 02:43:32] "POST /id-to-fqname HTTP/1.1" 200 255 0.001112 10.0.0.19 - - [2026-06-22 02:43:32] "GET /virtual-network/6f3fb0ba-a59d-4b2c-9a88-c12c0f3a9af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.005862 10.0.0.19 - - [2026-06-22 02:43:32] "GET /virtual-network/6f3fb0ba-a59d-4b2c-9a88-c12c0f3a9af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.005623 10.0.0.19 - - [2026-06-22 02:43:32] "POST /neutron/network HTTP/1.1" 200 894 0.007822 10.0.0.19 - - [2026-06-22 02:43:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005220 10.0.0.241 - - [2026-06-22 02:43:32] "GET /projects?obj_uuids=697b006c-67c9-491a-86a3-21f08c41c074&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000903 10.0.0.19 - - [2026-06-22 02:43:32] "GET /project/697b006c-67c9-491a-86a3-21f08c41c074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.044372 10.0.0.19 - - [2026-06-22 02:43:33] "POST /neutron/port HTTP/1.1" 200 117 0.008008 10.0.0.19 - - [2026-06-22 02:43:33] "POST /neutron/network HTTP/1.1" 200 117 0.011128 10.0.0.241 - - [2026-06-22 02:43:33] "POST /route-targets HTTP/1.1" 200 328 0.013498 10.0.0.19 - - [2026-06-22 02:43:33] "POST /id-to-fqname HTTP/1.1" 200 256 0.003404 10.0.0.19 - - [2026-06-22 02:43:33] "GET /virtual-network/b756ad33-be06-456d-9c4d-2bed40feb1e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.005517 10.0.0.19 - - [2026-06-22 02:43:33] "POST /neutron/network HTTP/1.1" 200 892 0.005829 10.0.0.19 - - [2026-06-22 02:43:33] "GET /virtual-network/b756ad33-be06-456d-9c4d-2bed40feb1e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.005273 10.0.0.19 - - [2026-06-22 02:43:33] "POST /id-to-fqname HTTP/1.1" 200 255 0.001095 10.0.0.19 - - [2026-06-22 02:43:33] "POST /neutron/port HTTP/1.1" 200 117 0.005973 10.0.0.241 - - [2026-06-22 02:43:34] "GET /projects?obj_uuids=697b006c-67c9-491a-86a3-21f08c41c074&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000951 10.0.0.19 - - [2026-06-22 02:43:34] "GET /project/697b006c-67c9-491a-86a3-21f08c41c074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.062532 10.0.0.19 - - [2026-06-22 02:43:34] "POST /neutron/port HTTP/1.1" 200 117 0.007202 10.0.0.19 - - [2026-06-22 02:43:34] "POST /id-to-fqname HTTP/1.1" 200 256 0.001157 10.0.0.19 - - [2026-06-22 02:43:34] "POST /neutron/port HTTP/1.1" 200 117 0.008451 10.0.0.241 - - [2026-06-22 02:43:35] "GET /projects?obj_uuids=697b006c-67c9-491a-86a3-21f08c41c074&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000908 10.0.0.19 - - [2026-06-22 02:43:35] "GET /project/697b006c-67c9-491a-86a3-21f08c41c074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.078500 10.0.0.19 - - [2026-06-22 02:43:35] "POST /neutron/port HTTP/1.1" 200 117 0.009407 10.0.0.241 - - [2026-06-22 02:43:37] "POST /useragent-kv HTTP/1.1" 200 115 0.007987 10.0.0.241 - - [2026-06-22 02:43:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003521 10.0.0.19 - - [2026-06-22 02:43:37] "POST /neutron/network HTTP/1.1" 200 151 0.131469 10.0.0.241 - - [2026-06-22 02:43:37] "DELETE /route-target/6538161a-c050-4a07-b691-0e7c6c9a9ff5 HTTP/1.1" 200 115 0.031584 10.0.0.19 - - [2026-06-22 02:43:37] "POST /neutron/network HTTP/1.1" 200 890 0.013151 10.0.0.241 - - [2026-06-22 02:43:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005124 10.0.0.241 - - [2026-06-22 02:43:38] "GET /projects?obj_uuids=697b006c-67c9-491a-86a3-21f08c41c074&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000941 10.0.0.19 - - [2026-06-22 02:43:38] "GET /project/697b006c-67c9-491a-86a3-21f08c41c074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.050117 10.0.0.241 - - [2026-06-22 02:43:38] "GET /projects?obj_uuids=697b006c-67c9-491a-86a3-21f08c41c074&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001387 10.0.0.19 - - [2026-06-22 02:43:38] "GET /project/697b006c-67c9-491a-86a3-21f08c41c074?fields=virtual_networks HTTP/1.1" 200 1037 0.065417 10.0.0.241 - - [2026-06-22 02:43:38] "GET /projects?obj_uuids=697b006c-67c9-491a-86a3-21f08c41c074&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000924 10.0.0.19 - - [2026-06-22 02:43:38] "GET /project/697b006c-67c9-491a-86a3-21f08c41c074?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.063206 10.0.0.241 - - [2026-06-22 02:43:38] "GET /projects?obj_uuids=697b006c-67c9-491a-86a3-21f08c41c074&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001152 10.0.0.19 - - [2026-06-22 02:43:38] "GET /project/697b006c-67c9-491a-86a3-21f08c41c074?fields=security_groups HTTP/1.1" 200 1266 0.060337 10.0.0.19 - - [2026-06-22 02:43:38] "POST /neutron/network HTTP/1.1" 200 117 0.012194 10.0.0.19 - - [2026-06-22 02:43:39] "POST /fqname-to-id HTTP/1.1" 404 196 0.027185 10.0.0.241 - - [2026-06-22 02:43:39] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004012 10.0.0.241 - - [2026-06-22 02:43:39] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001085 10.0.0.241 - - [2026-06-22 02:43:39] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006670 10.0.0.241 - - [2026-06-22 02:43:39] "POST /id-to-fqname HTTP/1.1" 200 198 0.001091 10.0.0.241 - - [2026-06-22 02:43:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.002868 10.0.0.241 - - [2026-06-22 02:43:39] "POST /security-groups HTTP/1.1" 200 599 0.074183 10.0.0.241 - - [2026-06-22 02:43:39] "POST /projects HTTP/1.1" 200 601 0.285773 10.0.0.241 - - [2026-06-22 02:43:39] "POST /access-control-lists HTTP/1.1" 200 606 0.034564 10.0.0.241 - - [2026-06-22 02:43:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.363884 10.0.0.19 - - [2026-06-22 02:43:39] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.524510 10.0.0.19 - - [2026-06-22 02:43:41] "POST /neutron/port HTTP/1.1" 200 117 0.015366 10.0.0.19 - - [2026-06-22 02:43:41] "GET / HTTP/1.1" 200 36215 0.002254 10.0.0.19 - - [2026-06-22 02:43:41] "POST /neutron/port HTTP/1.1" 200 117 0.009224 10.0.0.19 - - [2026-06-22 02:43:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000431 10.0.0.19 - - [2026-06-22 02:43:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.080021 10.0.0.241 - - [2026-06-22 02:43:42] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001264 10.0.0.19 - - [2026-06-22 02:43:42] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.065162 10.0.0.241 - - [2026-06-22 02:43:42] "POST /route-targets HTTP/1.1" 200 328 0.018724 10.0.0.241 - - [2026-06-22 02:43:42] "POST /useragent-kv HTTP/1.1" 200 115 0.008545 10.0.0.19 - - [2026-06-22 02:43:42] "POST /neutron/subnet HTTP/1.1" 200 729 0.263344 10.0.0.19 - - [2026-06-22 02:43:42] "POST /id-to-fqname HTTP/1.1" 200 267 0.001216 10.0.0.19 - - [2026-06-22 02:43:42] "GET /virtual-network/e83f5859-1d20-4e9b-809e-3d001fa80fe3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.005559 10.0.0.19 - - [2026-06-22 02:43:42] "GET /virtual-network/e83f5859-1d20-4e9b-809e-3d001fa80fe3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.005404 10.0.0.19 - - [2026-06-22 02:43:42] "POST /neutron/network HTTP/1.1" 200 911 0.006585 10.0.0.19 - - [2026-06-22 02:43:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.241 - - [2026-06-22 02:43:42] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000976 10.0.0.19 - - [2026-06-22 02:43:43] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.047066 10.0.0.241 - - [2026-06-22 02:43:43] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000880 10.0.0.19 - - [2026-06-22 02:43:43] "POST /neutron/network HTTP/1.1" 200 691 0.140097 10.0.0.241 - - [2026-06-22 02:43:43] "POST /ref-update HTTP/1.1" 200 156 0.044411 10.0.0.19 - - [2026-06-22 02:43:43] "POST /id-to-fqname HTTP/1.1" 200 267 0.003176 10.0.0.19 - - [2026-06-22 02:43:43] "GET /virtual-network/e22319a8-8f43-42a5-834f-7473dce721f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.005221 10.0.0.19 - - [2026-06-22 02:43:43] "POST /neutron/network HTTP/1.1" 200 911 0.007439 10.0.0.19 - - [2026-06-22 02:43:43] "GET /virtual-network/e22319a8-8f43-42a5-834f-7473dce721f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.006935 10.0.0.19 - - [2026-06-22 02:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.241 - - [2026-06-22 02:43:43] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000914 10.0.0.19 - - [2026-06-22 02:43:43] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.055900 10.0.0.19 - - [2026-06-22 02:43:43] "POST /neutron/network HTTP/1.1" 200 117 0.015117 10.0.0.19 - - [2026-06-22 02:43:44] "POST /neutron/network HTTP/1.1" 200 912 0.019501 10.0.0.19 - - [2026-06-22 02:43:44] "POST /id-to-fqname HTTP/1.1" 200 268 0.001185 10.0.0.19 - - [2026-06-22 02:43:44] "GET /virtual-network/dffaafbd-4a0f-417c-a70e-c6c3f3a60ce3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.011851 10.0.0.19 - - [2026-06-22 02:43:44] "POST /neutron/network HTTP/1.1" 200 912 0.006486 10.0.0.19 - - [2026-06-22 02:43:44] "GET /virtual-network/dffaafbd-4a0f-417c-a70e-c6c3f3a60ce3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.006587 10.0.0.19 - - [2026-06-22 02:43:44] "POST /neutron/subnet HTTP/1.1" 200 725 0.009169 10.0.0.19 - - [2026-06-22 02:43:44] "POST /id-to-fqname HTTP/1.1" 200 267 0.001057 10.0.0.241 - - [2026-06-22 02:43:53] "DELETE /project/1bfb8dc46d304d0aa0d82c78df468452 HTTP/1.1" 404 173 0.010559 10.0.0.241 - - [2026-06-22 02:43:53] "DELETE /project/697b006c67c9491a86a321f08c41c074 HTTP/1.1" 404 173 0.012140 10.0.0.241 - - [2026-06-22 02:43:53] "DELETE /project/65aa65a518774cec91bdd8d1952d7e0a HTTP/1.1" 404 173 0.008708 10.0.0.241 - - [2026-06-22 02:43:53] "GET /projects?obj_uuids=7472f224-254a-4ecc-b0f9-96ffd0632036&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000766 10.0.0.241 - - [2026-06-22 02:43:53] "GET /projects?obj_uuids=1bfb8dc4-6d30-4d0a-a0d8-2c78df468452&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000760 10.0.0.241 - - [2026-06-22 02:43:53] "GET /projects?obj_uuids=697b006c-67c9-491a-86a3-21f08c41c074&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000720 10.0.0.241 - - [2026-06-22 02:43:53] "GET /project/1bfb8dc4-6d30-4d0a-a0d8-2c78df468452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.062775 10.0.0.241 - - [2026-06-22 02:43:53] "GET /project/7472f224-254a-4ecc-b0f9-96ffd0632036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.071276 10.0.0.241 - - [2026-06-22 02:43:53] "GET /projects?obj_uuids=1bfb8dc4-6d30-4d0a-a0d8-2c78df468452&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001048 10.0.0.241 - - [2026-06-22 02:43:53] "GET /projects?obj_uuids=7472f224-254a-4ecc-b0f9-96ffd0632036&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001476 10.0.0.241 - - [2026-06-22 02:43:53] "GET /project/697b006c-67c9-491a-86a3-21f08c41c074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.101182 10.0.0.241 - - [2026-06-22 02:43:53] "GET /projects?obj_uuids=697b006c-67c9-491a-86a3-21f08c41c074&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000966 10.0.0.241 - - [2026-06-22 02:43:53] "GET /project/1bfb8dc4-6d30-4d0a-a0d8-2c78df468452?fields=security_groups HTTP/1.1" 200 1399 0.084709 10.0.0.241 - - [2026-06-22 02:43:53] "GET /project/7472f224-254a-4ecc-b0f9-96ffd0632036?fields=security_groups HTTP/1.1" 200 1396 0.091158 10.0.0.241 - - [2026-06-22 02:43:53] "GET /project/697b006c-67c9-491a-86a3-21f08c41c074?fields=security_groups HTTP/1.1" 200 1368 0.102900 10.0.0.241 - - [2026-06-22 02:43:53] "DELETE /security-group/c3670fc3-cc03-40bd-a878-819fd1d77b8a HTTP/1.1" 200 115 0.077421 10.0.0.241 - - [2026-06-22 02:43:53] "GET /projects?obj_uuids=1bfb8dc4-6d30-4d0a-a0d8-2c78df468452&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000900 10.0.0.241 - - [2026-06-22 02:43:53] "DELETE /security-group/98446f9f-876b-4923-991a-874e36678323 HTTP/1.1" 200 115 0.090875 10.0.0.241 - - [2026-06-22 02:43:53] "GET /projects?obj_uuids=7472f224-254a-4ecc-b0f9-96ffd0632036&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001136 10.0.0.241 - - [2026-06-22 02:43:53] "DELETE /access-control-list/2936f126-3695-4cd3-8312-035a52348b83 HTTP/1.1" 200 115 0.089271 10.0.0.241 - - [2026-06-22 02:43:53] "GET /project/1bfb8dc4-6d30-4d0a-a0d8-2c78df468452?fields=application_policy_sets HTTP/1.1" 200 1438 0.085898 10.0.0.241 - - [2026-06-22 02:43:53] "DELETE /security-group/68b96cfc-885a-4e2a-8f7b-f94ee4a99c82 HTTP/1.1" 200 115 0.107989 10.0.0.241 - - [2026-06-22 02:43:53] "GET /projects?obj_uuids=697b006c-67c9-491a-86a3-21f08c41c074&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000978 10.0.0.241 - - [2026-06-22 02:43:53] "GET /project/7472f224-254a-4ecc-b0f9-96ffd0632036?fields=application_policy_sets HTTP/1.1" 200 1435 0.149389 10.0.0.241 - - [2026-06-22 02:43:53] "GET /project/697b006c-67c9-491a-86a3-21f08c41c074?fields=application_policy_sets HTTP/1.1" 200 1407 0.113748 10.0.0.241 - - [2026-06-22 02:43:53] "DELETE /access-control-list/f4d9052e-1481-4ee3-b1a8-78948f623bd4 HTTP/1.1" 200 115 0.112512 10.0.0.241 - - [2026-06-22 02:43:53] "DELETE /project/1bfb8dc4-6d30-4d0a-a0d8-2c78df468452 HTTP/1.1" 200 115 0.708063 10.0.0.241 - - [2026-06-22 02:43:53] "DELETE /project/7472f224-254a-4ecc-b0f9-96ffd0632036 HTTP/1.1" 200 115 0.767417 10.0.0.241 - - [2026-06-22 02:43:53] "DELETE /project/697b006c-67c9-491a-86a3-21f08c41c074 HTTP/1.1" 200 115 0.764652 10.0.0.19 - - [2026-06-22 02:44:18] "POST /neutron/network HTTP/1.1" 200 921 0.007151 10.0.0.241 - - [2026-06-22 02:44:19] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000946 10.0.0.19 - - [2026-06-22 02:44:19] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.074777 10.0.0.19 - - [2026-06-22 02:44:19] "POST /neutron/port HTTP/1.1" 200 117 0.005889 10.0.0.19 - - [2026-06-22 02:44:19] "POST /id-to-fqname HTTP/1.1" 200 268 0.001188 10.0.0.241 - - [2026-06-22 02:44:20] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000879 10.0.0.19 - - [2026-06-22 02:44:20] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.061066 10.0.0.19 - - [2026-06-22 02:44:20] "POST /neutron/network HTTP/1.1" 200 912 0.006491 10.0.0.241 - - [2026-06-22 02:44:20] "GET /projects?obj_uuids=97b4ca50-6dd5-4cee-9a4d-19638533700f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000894 10.0.0.19 - - [2026-06-22 02:44:20] "GET /project/97b4ca50-6dd5-4cee-9a4d-19638533700f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.046853 10.0.0.19 - - [2026-06-22 02:44:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.19 - - [2026-06-22 02:44:21] "GET /security-group/bf3a7886-50a4-4276-bbe1-6d344cb82a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3688 0.006140 10.0.0.19 - - [2026-06-22 02:44:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.241 - - [2026-06-22 02:44:21] "GET /projects?obj_uuids=97b4ca50-6dd5-4cee-9a4d-19638533700f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000970 10.0.0.19 - - [2026-06-22 02:44:21] "GET /project/97b4ca50-6dd5-4cee-9a4d-19638533700f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.071768 10.0.0.19 - - [2026-06-22 02:44:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.19 - - [2026-06-22 02:44:21] "GET /security-group/bf3a7886-50a4-4276-bbe1-6d344cb82a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3688 0.004421 10.0.0.19 - - [2026-06-22 02:44:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.19 - - [2026-06-22 02:44:21] "PUT /security-group/bf3a7886-50a4-4276-bbe1-6d344cb82a9e HTTP/1.1" 200 263 0.036651 10.0.0.241 - - [2026-06-22 02:44:21] "PUT /access-control-list/c9106ede-6a03-48df-9fe8-91142ccd8e66 HTTP/1.1" 200 273 0.012094 10.0.0.19 - - [2026-06-22 02:44:22] "POST /fqname-to-id HTTP/1.1" 404 193 0.003657 10.0.0.19 - - [2026-06-22 02:44:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.241 - - [2026-06-22 02:44:22] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001296 10.0.0.19 - - [2026-06-22 02:44:22] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.007479 10.0.0.19 - - [2026-06-22 02:44:22] "POST /service-templates HTTP/1.1" 200 545 0.041975 10.0.0.19 - - [2026-06-22 02:44:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.19 - - [2026-06-22 02:44:22] "GET /service-template/e43a536b-f246-4e92-b002-83690f750d26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1826 0.007702 10.0.0.19 - - [2026-06-22 02:44:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.19 - - [2026-06-22 02:44:22] "GET /service-template/e43a536b-f246-4e92-b002-83690f750d26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1826 0.004229 10.0.0.19 - - [2026-06-22 02:44:22] "POST /id-to-fqname HTTP/1.1" 200 267 0.001197 10.0.0.19 - - [2026-06-22 02:44:22] "POST /id-to-fqname HTTP/1.1" 200 267 0.001219 10.0.0.19 - - [2026-06-22 02:44:22] "POST /id-to-fqname HTTP/1.1" 200 268 0.001451 10.0.0.19 - - [2026-06-22 02:44:22] "POST /neutron/port HTTP/1.1" 200 117 0.009214 10.0.0.19 - - [2026-06-22 02:44:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.19 - - [2026-06-22 02:44:23] "DELETE /service-template/e43a536b-f246-4e92-b002-83690f750d26 HTTP/1.1" 200 115 0.029785 10.0.0.19 - - [2026-06-22 02:44:23] "POST /fqname-to-id HTTP/1.1" 404 193 0.002940 10.0.0.19 - - [2026-06-22 02:44:23] "POST /neutron/port HTTP/1.1" 200 1069 0.018298 10.0.0.19 - - [2026-06-22 02:44:24] "POST /neutron/network HTTP/1.1" 200 922 0.007244 10.0.0.19 - - [2026-06-22 02:44:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004187 10.0.0.19 - - [2026-06-22 02:44:25] "POST /neutron/port HTTP/1.1" 200 1068 0.022735 10.0.0.19 - - [2026-06-22 02:44:25] "POST /neutron/network HTTP/1.1" 200 911 0.006783 10.0.0.19 - - [2026-06-22 02:44:26] "POST /neutron/port HTTP/1.1" 200 1132 0.026663 10.0.0.19 - - [2026-06-22 02:44:26] "POST /neutron/port HTTP/1.1" 200 117 0.001033 10.0.0.19 - - [2026-06-22 02:44:27] "POST /neutron/network HTTP/1.1" 400 204 0.017863 10.0.0.19 - - [2026-06-22 02:44:31] "POST /neutron/network HTTP/1.1" 200 911 0.010219 10.0.0.19 - - [2026-06-22 02:44:33] "POST /neutron/network HTTP/1.1" 400 204 0.021141 10.0.0.19 - - [2026-06-22 02:44:37] "POST /neutron/network HTTP/1.1" 200 911 0.007927 10.0.0.19 - - [2026-06-22 02:44:39] "POST /neutron/network HTTP/1.1" 400 204 0.020704 10.0.0.19 - - [2026-06-22 02:44:43] "POST /neutron/network HTTP/1.1" 200 911 0.006949 10.0.0.19 - - [2026-06-22 02:44:45] "POST /neutron/network HTTP/1.1" 400 204 0.013308 10.0.0.19 - - [2026-06-22 02:44:49] "POST /neutron/network HTTP/1.1" 200 911 0.009513 10.0.0.19 - - [2026-06-22 02:44:52] "POST /neutron/network HTTP/1.1" 400 204 0.018095 10.0.0.19 - - [2026-06-22 02:44:56] "POST /neutron/network HTTP/1.1" 200 911 0.007083 10.0.0.19 - - [2026-06-22 02:44:58] "POST /neutron/network HTTP/1.1" 400 204 0.013145 10.0.0.129 - - [2026-06-22 02:45:00] "GET /obj-perms HTTP/1.1" 200 4493 0.044698 10.0.0.19 - - [2026-06-22 02:45:02] "POST /neutron/network HTTP/1.1" 200 911 0.006692 10.0.0.19 - - [2026-06-22 02:45:04] "POST /neutron/network HTTP/1.1" 400 204 0.014918 10.0.0.19 - - [2026-06-22 02:45:08] "POST /neutron/network HTTP/1.1" 200 911 0.007324 10.0.0.19 - - [2026-06-22 02:45:10] "POST /neutron/network HTTP/1.1" 400 204 0.013416 10.0.0.19 - - [2026-06-22 02:45:14] "POST /neutron/network HTTP/1.1" 200 911 0.008137 10.0.0.19 - - [2026-06-22 02:45:16] "POST /neutron/network HTTP/1.1" 400 204 0.013039 10.0.0.19 - - [2026-06-22 02:45:18] "POST /neutron/port HTTP/1.1" 200 1133 0.020676 10.0.0.19 - - [2026-06-22 02:45:18] "POST /neutron/network HTTP/1.1" 200 912 0.008900 10.0.0.19 - - [2026-06-22 02:45:20] "POST /neutron/network HTTP/1.1" 400 204 0.014338 10.0.0.19 - - [2026-06-22 02:45:21] "POST /neutron/network HTTP/1.1" 200 117 0.012567 10.0.0.19 - - [2026-06-22 02:45:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004502 10.0.0.19 - - [2026-06-22 02:45:22] "POST /neutron/network HTTP/1.1" 200 912 0.006893 10.0.0.19 - - [2026-06-22 02:45:23] "POST /neutron/port HTTP/1.1" 200 117 0.006101 10.0.0.19 - - [2026-06-22 02:45:24] "POST /neutron/port HTTP/1.1" 200 151 0.212998 10.0.0.19 - - [2026-06-22 02:45:24] "POST /neutron/network HTTP/1.1" 200 911 0.006937 10.0.0.241 - - [2026-06-22 02:45:24] "DELETE /route-target/74e39441-8353-48f8-96e4-43573ada3654 HTTP/1.1" 200 115 0.049458 10.0.0.241 - - [2026-06-22 02:45:25] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002092 10.0.0.19 - - [2026-06-22 02:45:25] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.066465 10.0.0.241 - - [2026-06-22 02:45:25] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000901 10.0.0.19 - - [2026-06-22 02:45:25] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?fields=virtual_networks HTTP/1.1" 200 1336 0.044131 10.0.0.241 - - [2026-06-22 02:45:27] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001252 10.0.0.19 - - [2026-06-22 02:45:27] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.048403 10.0.0.241 - - [2026-06-22 02:45:27] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001039 10.0.0.19 - - [2026-06-22 02:45:27] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?fields=virtual_networks HTTP/1.1" 200 1336 0.044385 10.0.0.241 - - [2026-06-22 02:45:29] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001082 10.0.0.19 - - [2026-06-22 02:45:29] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.040426 10.0.0.241 - - [2026-06-22 02:45:29] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000926 10.0.0.19 - - [2026-06-22 02:45:29] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?fields=virtual_networks HTTP/1.1" 200 1336 0.029255 10.0.0.241 - - [2026-06-22 02:45:31] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000891 10.0.0.19 - - [2026-06-22 02:45:31] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.040879 10.0.0.241 - - [2026-06-22 02:45:31] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001085 10.0.0.19 - - [2026-06-22 02:45:31] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?fields=virtual_networks HTTP/1.1" 200 1336 0.052396 10.0.0.241 - - [2026-06-22 02:45:33] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000939 10.0.0.19 - - [2026-06-22 02:45:33] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.040896 10.0.0.241 - - [2026-06-22 02:45:33] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000905 10.0.0.19 - - [2026-06-22 02:45:33] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?fields=virtual_networks HTTP/1.1" 200 1336 0.061275 10.0.0.241 - - [2026-06-22 02:45:35] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001279 10.0.0.19 - - [2026-06-22 02:45:35] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.061905 10.0.0.241 - - [2026-06-22 02:45:35] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001012 10.0.0.19 - - [2026-06-22 02:45:35] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?fields=virtual_networks HTTP/1.1" 200 1336 0.066255 10.0.0.241 - - [2026-06-22 02:45:37] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000956 10.0.0.19 - - [2026-06-22 02:45:38] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.038005 10.0.0.241 - - [2026-06-22 02:45:38] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000991 10.0.0.19 - - [2026-06-22 02:45:38] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?fields=virtual_networks HTTP/1.1" 200 1336 0.048243 10.0.0.241 - - [2026-06-22 02:45:40] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000919 10.0.0.19 - - [2026-06-22 02:45:40] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.057191 10.0.0.241 - - [2026-06-22 02:45:40] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000909 10.0.0.19 - - [2026-06-22 02:45:40] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?fields=virtual_networks HTTP/1.1" 200 1336 0.046989 10.0.0.241 - - [2026-06-22 02:45:42] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001975 10.0.0.19 - - [2026-06-22 02:45:42] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.055997 10.0.0.241 - - [2026-06-22 02:45:42] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001076 10.0.0.19 - - [2026-06-22 02:45:42] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?fields=virtual_networks HTTP/1.1" 200 1336 0.050754 10.0.0.241 - - [2026-06-22 02:45:44] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000875 10.0.0.19 - - [2026-06-22 02:45:44] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.039757 10.0.0.241 - - [2026-06-22 02:45:44] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000997 10.0.0.19 - - [2026-06-22 02:45:44] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?fields=virtual_networks HTTP/1.1" 200 1336 0.050821 10.0.0.241 - - [2026-06-22 02:45:46] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000979 10.0.0.19 - - [2026-06-22 02:45:46] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.046931 10.0.0.241 - - [2026-06-22 02:45:46] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001016 10.0.0.19 - - [2026-06-22 02:45:46] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?fields=virtual_networks HTTP/1.1" 200 1336 0.043957 10.0.0.241 - - [2026-06-22 02:45:48] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000898 10.0.0.19 - - [2026-06-22 02:45:48] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.041182 10.0.0.241 - - [2026-06-22 02:45:48] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000872 10.0.0.19 - - [2026-06-22 02:45:48] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?fields=virtual_networks HTTP/1.1" 200 1336 0.049547 10.0.0.241 - - [2026-06-22 02:45:50] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001153 10.0.0.19 - - [2026-06-22 02:45:50] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.076665 10.0.0.241 - - [2026-06-22 02:45:50] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001226 10.0.0.19 - - [2026-06-22 02:45:50] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?fields=virtual_networks HTTP/1.1" 200 1336 0.047488 10.0.0.241 - - [2026-06-22 02:45:53] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000899 10.0.0.19 - - [2026-06-22 02:45:53] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.049441 10.0.0.241 - - [2026-06-22 02:45:53] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000979 10.0.0.19 - - [2026-06-22 02:45:53] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?fields=virtual_networks HTTP/1.1" 200 1336 0.045818 10.0.0.241 - - [2026-06-22 02:45:55] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000990 10.0.0.19 - - [2026-06-22 02:45:55] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.043153 10.0.0.241 - - [2026-06-22 02:45:55] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001394 10.0.0.19 - - [2026-06-22 02:45:55] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?fields=virtual_networks HTTP/1.1" 200 1336 0.040656 10.0.0.241 - - [2026-06-22 02:45:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000560 10.0.0.241 - - [2026-06-22 02:45:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.241 - - [2026-06-22 02:45:57] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000931 10.0.0.19 - - [2026-06-22 02:45:57] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.034594 10.0.0.241 - - [2026-06-22 02:45:57] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000971 10.0.0.19 - - [2026-06-22 02:45:57] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?fields=virtual_networks HTTP/1.1" 200 1336 0.081016 10.0.0.129 - - [2026-06-22 02:45:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.129 - - [2026-06-22 02:45:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.241 - - [2026-06-22 02:45:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.241 - - [2026-06-22 02:45:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000325 10.0.0.19 - - [2026-06-22 02:45:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.19 - - [2026-06-22 02:45:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.129 - - [2026-06-22 02:45:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.129 - - [2026-06-22 02:45:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.19 - - [2026-06-22 02:45:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.241 - - [2026-06-22 02:45:59] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001061 10.0.0.19 - - [2026-06-22 02:45:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000314 10.0.0.19 - - [2026-06-22 02:45:59] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.046350 10.0.0.241 - - [2026-06-22 02:45:59] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000967 10.0.0.19 - - [2026-06-22 02:45:59] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?fields=virtual_networks HTTP/1.1" 200 1336 0.046721 10.0.0.241 - - [2026-06-22 02:46:01] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000872 10.0.0.19 - - [2026-06-22 02:46:01] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.060166 10.0.0.241 - - [2026-06-22 02:46:01] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000983 10.0.0.19 - - [2026-06-22 02:46:01] "GET /obj-perms HTTP/1.1" 200 4493 0.057045 10.0.0.19 - - [2026-06-22 02:46:01] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?fields=virtual_networks HTTP/1.1" 200 1336 0.047774 10.0.0.241 - - [2026-06-22 02:46:03] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000947 10.0.0.19 - - [2026-06-22 02:46:03] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.046933 10.0.0.241 - - [2026-06-22 02:46:03] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000891 10.0.0.19 - - [2026-06-22 02:46:03] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?fields=virtual_networks HTTP/1.1" 200 1336 0.038016 10.0.0.241 - - [2026-06-22 02:46:05] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000952 10.0.0.19 - - [2026-06-22 02:46:05] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.060996 10.0.0.241 - - [2026-06-22 02:46:05] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000974 10.0.0.19 - - [2026-06-22 02:46:06] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?fields=virtual_networks HTTP/1.1" 200 1336 0.062175 10.0.0.241 - - [2026-06-22 02:46:08] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001267 10.0.0.19 - - [2026-06-22 02:46:08] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.040416 10.0.0.241 - - [2026-06-22 02:46:08] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000883 10.0.0.19 - - [2026-06-22 02:46:08] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?fields=virtual_networks HTTP/1.1" 200 1336 0.041938 10.0.0.241 - - [2026-06-22 02:46:10] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001307 10.0.0.19 - - [2026-06-22 02:46:10] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.043052 10.0.0.241 - - [2026-06-22 02:46:10] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001035 10.0.0.19 - - [2026-06-22 02:46:10] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?fields=virtual_networks HTTP/1.1" 200 1336 0.057032 10.0.0.241 - - [2026-06-22 02:46:12] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000884 10.0.0.19 - - [2026-06-22 02:46:12] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.047302 10.0.0.241 - - [2026-06-22 02:46:12] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000883 10.0.0.19 - - [2026-06-22 02:46:12] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?fields=virtual_networks HTTP/1.1" 200 1336 0.043286 10.0.0.241 - - [2026-06-22 02:46:14] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001118 10.0.0.19 - - [2026-06-22 02:46:14] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.038229 10.0.0.241 - - [2026-06-22 02:46:14] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001236 10.0.0.19 - - [2026-06-22 02:46:14] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?fields=virtual_networks HTTP/1.1" 200 1336 0.053512 10.0.0.241 - - [2026-06-22 02:46:16] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000900 10.0.0.19 - - [2026-06-22 02:46:16] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.039592 10.0.0.241 - - [2026-06-22 02:46:16] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000890 10.0.0.19 - - [2026-06-22 02:46:16] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?fields=virtual_networks HTTP/1.1" 200 1336 0.044914 10.0.0.241 - - [2026-06-22 02:46:18] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001849 10.0.0.19 - - [2026-06-22 02:46:18] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.041590 10.0.0.241 - - [2026-06-22 02:46:18] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001281 10.0.0.19 - - [2026-06-22 02:46:18] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?fields=virtual_networks HTTP/1.1" 200 1336 0.048619 10.0.0.241 - - [2026-06-22 02:46:20] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000910 10.0.0.19 - - [2026-06-22 02:46:20] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.040817 10.0.0.241 - - [2026-06-22 02:46:20] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001244 10.0.0.19 - - [2026-06-22 02:46:20] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?fields=virtual_networks HTTP/1.1" 200 1336 0.046304 10.0.0.241 - - [2026-06-22 02:46:23] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001473 10.0.0.19 - - [2026-06-22 02:46:23] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.049026 10.0.0.241 - - [2026-06-22 02:46:23] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001198 10.0.0.19 - - [2026-06-22 02:46:23] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?fields=virtual_networks HTTP/1.1" 200 1336 0.047532 10.0.0.241 - - [2026-06-22 02:46:25] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000946 10.0.0.19 - - [2026-06-22 02:46:25] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.046929 10.0.0.241 - - [2026-06-22 02:46:25] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000842 10.0.0.19 - - [2026-06-22 02:46:25] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?fields=virtual_networks HTTP/1.1" 200 1336 0.043221 10.0.0.241 - - [2026-06-22 02:46:27] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000946 10.0.0.19 - - [2026-06-22 02:46:27] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.034980 10.0.0.241 - - [2026-06-22 02:46:27] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001016 10.0.0.19 - - [2026-06-22 02:46:27] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?fields=virtual_networks HTTP/1.1" 200 1336 0.037790 10.0.0.241 - - [2026-06-22 02:46:29] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001165 10.0.0.19 - - [2026-06-22 02:46:29] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.051434 10.0.0.241 - - [2026-06-22 02:46:29] "GET /projects?obj_uuids=65aa65a5-1877-4cec-91bd-d8d1952d7e0a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000976 10.0.0.19 - - [2026-06-22 02:46:29] "GET /project/65aa65a5-1877-4cec-91bd-d8d1952d7e0a?fields=virtual_networks HTTP/1.1" 200 1336 0.042183 10.0.0.19 - - [2026-06-22 02:46:29] "POST /fqname-to-id HTTP/1.1" 404 189 0.030152 10.0.0.241 - - [2026-06-22 02:46:29] "GET /projects?obj_uuids=1cf836ce-9d70-4684-adad-406c41055cfc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003571 10.0.0.241 - - [2026-06-22 02:46:29] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001042 10.0.0.241 - - [2026-06-22 02:46:29] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007185 10.0.0.241 - - [2026-06-22 02:46:30] "POST /id-to-fqname HTTP/1.1" 200 191 0.001287 10.0.0.241 - - [2026-06-22 02:46:30] "POST /fqname-to-id HTTP/1.1" 404 200 0.010737 10.0.0.241 - - [2026-06-22 02:46:30] "POST /security-groups HTTP/1.1" 200 592 0.037508 10.0.0.241 - - [2026-06-22 02:46:30] "POST /fqname-to-id HTTP/1.1" 404 235 0.005480 10.0.0.241 - - [2026-06-22 02:46:30] "POST /projects HTTP/1.1" 200 587 0.254372 10.0.0.241 - - [2026-06-22 02:46:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.326932 10.0.0.241 - - [2026-06-22 02:46:30] "POST /access-control-lists HTTP/1.1" 200 597 0.040047 10.0.0.19 - - [2026-06-22 02:46:30] "GET /project/1cf836ce-9d70-4684-adad-406c41055cfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.476810 10.0.0.19 - - [2026-06-22 02:46:31] "GET / HTTP/1.1" 200 36215 0.001260 10.0.0.19 - - [2026-06-22 02:46:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000409 10.0.0.19 - - [2026-06-22 02:46:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.062161 10.0.0.241 - - [2026-06-22 02:46:32] "GET /projects?obj_uuids=1cf836ce-9d70-4684-adad-406c41055cfc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001557 10.0.0.19 - - [2026-06-22 02:46:32] "GET /project/1cf836ce-9d70-4684-adad-406c41055cfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.057101 10.0.0.241 - - [2026-06-22 02:46:32] "GET /projects?obj_uuids=1cf836ce-9d70-4684-adad-406c41055cfc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001174 10.0.0.19 - - [2026-06-22 02:46:32] "POST /neutron/network HTTP/1.1" 200 670 0.163091 10.0.0.19 - - [2026-06-22 02:46:33] "POST /id-to-fqname HTTP/1.1" 200 253 0.003223 10.0.0.19 - - [2026-06-22 02:46:33] "GET /virtual-network/ae5fa0f3-4f9c-4888-8ed0-67ab2e33f96e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.005641 10.0.0.19 - - [2026-06-22 02:46:33] "POST /neutron/network HTTP/1.1" 200 888 0.014563 10.0.0.19 - - [2026-06-22 02:46:33] "GET /virtual-network/ae5fa0f3-4f9c-4888-8ed0-67ab2e33f96e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.005946 10.0.0.19 - - [2026-06-22 02:46:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.241 - - [2026-06-22 02:46:33] "GET /projects?obj_uuids=1cf836ce-9d70-4684-adad-406c41055cfc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000946 10.0.0.19 - - [2026-06-22 02:46:33] "GET /project/1cf836ce-9d70-4684-adad-406c41055cfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.057218 10.0.0.19 - - [2026-06-22 02:46:33] "POST /neutron/network HTTP/1.1" 200 117 0.015401 10.0.0.241 - - [2026-06-22 02:46:33] "POST /route-targets HTTP/1.1" 200 328 0.014048 10.0.0.19 - - [2026-06-22 02:46:33] "POST /neutron/network HTTP/1.1" 200 890 0.008451 10.0.0.19 - - [2026-06-22 02:46:33] "POST /id-to-fqname HTTP/1.1" 200 253 0.001022 10.0.0.19 - - [2026-06-22 02:46:33] "GET /virtual-network/c900506b-5e1e-440c-b5e2-8c57b6d78c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.005672 10.0.0.19 - - [2026-06-22 02:46:33] "GET /virtual-network/c900506b-5e1e-440c-b5e2-8c57b6d78c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.006185 10.0.0.19 - - [2026-06-22 02:46:33] "POST /neutron/subnet HTTP/1.1" 200 729 0.009386 10.0.0.19 - - [2026-06-22 02:46:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.241 - - [2026-06-22 02:46:33] "GET /projects?obj_uuids=1cf836ce-9d70-4684-adad-406c41055cfc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000867 10.0.0.19 - - [2026-06-22 02:46:33] "GET /project/1cf836ce-9d70-4684-adad-406c41055cfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.044067 10.0.0.241 - - [2026-06-22 02:46:34] "POST /ref-update HTTP/1.1" 200 156 0.027677 10.0.0.241 - - [2026-06-22 02:46:34] "POST /useragent-kv HTTP/1.1" 200 115 0.009407 10.0.0.19 - - [2026-06-22 02:46:34] "POST /neutron/subnet HTTP/1.1" 200 734 0.203611 10.0.0.19 - - [2026-06-22 02:46:34] "POST /id-to-fqname HTTP/1.1" 200 254 0.001176 10.0.0.19 - - [2026-06-22 02:46:34] "GET /virtual-network/64488e51-0e76-4bbc-aabc-65c755c7622d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.005157 10.0.0.19 - - [2026-06-22 02:46:34] "GET /virtual-network/64488e51-0e76-4bbc-aabc-65c755c7622d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.005694 10.0.0.19 - - [2026-06-22 02:46:34] "POST /neutron/network HTTP/1.1" 200 893 0.007826 10.0.0.19 - - [2026-06-22 02:46:34] "POST /id-to-fqname HTTP/1.1" 200 253 0.001143 10.0.0.241 - - [2026-06-22 02:46:35] "GET /projects?obj_uuids=1cf836ce-9d70-4684-adad-406c41055cfc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001034 10.0.0.19 - - [2026-06-22 02:46:35] "GET /project/1cf836ce-9d70-4684-adad-406c41055cfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.059658 10.0.0.19 - - [2026-06-22 02:46:35] "POST /neutron/network HTTP/1.1" 200 890 0.013309 10.0.0.19 - - [2026-06-22 02:46:35] "POST /id-to-fqname HTTP/1.1" 200 254 0.001152 10.0.0.19 - - [2026-06-22 02:46:35] "POST /neutron/port HTTP/1.1" 200 117 0.005882 10.0.0.241 - - [2026-06-22 02:46:36] "GET /projects?obj_uuids=1cf836ce-9d70-4684-adad-406c41055cfc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001114 10.0.0.19 - - [2026-06-22 02:46:36] "GET /project/1cf836ce-9d70-4684-adad-406c41055cfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.059048 10.0.0.19 - - [2026-06-22 02:46:36] "POST /neutron/port HTTP/1.1" 200 117 0.007999 10.0.0.19 - - [2026-06-22 02:46:37] "POST /fqname-to-id HTTP/1.1" 404 193 0.003305 10.0.0.19 - - [2026-06-22 02:46:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.241 - - [2026-06-22 02:46:37] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001270 10.0.0.19 - - [2026-06-22 02:46:37] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.008045 10.0.0.19 - - [2026-06-22 02:46:37] "POST /service-templates HTTP/1.1" 200 545 0.028086 10.0.0.19 - - [2026-06-22 02:46:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.19 - - [2026-06-22 02:46:37] "GET /service-template/1aa34cef-6fba-4180-82a0-ea4cc20d36c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.006308 10.0.0.19 - - [2026-06-22 02:46:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.19 - - [2026-06-22 02:46:37] "GET /service-template/1aa34cef-6fba-4180-82a0-ea4cc20d36c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004114 10.0.0.19 - - [2026-06-22 02:46:37] "POST /id-to-fqname HTTP/1.1" 200 253 0.001282 10.0.0.19 - - [2026-06-22 02:46:37] "POST /id-to-fqname HTTP/1.1" 200 253 0.001125 10.0.0.19 - - [2026-06-22 02:46:37] "POST /id-to-fqname HTTP/1.1" 200 254 0.001265 10.0.0.19 - - [2026-06-22 02:46:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.19 - - [2026-06-22 02:46:38] "DELETE /service-template/1aa34cef-6fba-4180-82a0-ea4cc20d36c9 HTTP/1.1" 200 115 0.028771 10.0.0.19 - - [2026-06-22 02:46:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.003929 10.0.0.19 - - [2026-06-22 02:46:39] "POST /neutron/network HTTP/1.1" 200 900 0.007364 10.0.0.19 - - [2026-06-22 02:46:40] "POST /neutron/port HTTP/1.1" 200 1062 0.020878 10.0.0.19 - - [2026-06-22 02:46:40] "POST /neutron/network HTTP/1.1" 400 204 0.012976 10.0.0.19 - - [2026-06-22 02:46:41] "POST /neutron/subnet HTTP/1.1" 200 703 0.010131 10.0.0.19 - - [2026-06-22 02:46:42] "POST /neutron/network HTTP/1.1" 200 890 0.007362 10.0.0.19 - - [2026-06-22 02:46:43] "POST /neutron/network HTTP/1.1" 200 2360 0.009043 10.0.0.19 - - [2026-06-22 02:46:44] "POST /neutron/network HTTP/1.1" 200 890 0.006937 10.0.0.19 - - [2026-06-22 02:46:46] "POST /neutron/network HTTP/1.1" 200 2360 0.008705 10.0.0.19 - - [2026-06-22 02:46:46] "POST /neutron/network HTTP/1.1" 400 204 0.022529 10.0.0.19 - - [2026-06-22 02:46:48] "POST /neutron/network HTTP/1.1" 200 900 0.006478 10.0.0.19 - - [2026-06-22 02:46:48] "POST /neutron/port HTTP/1.1" 200 117 0.001087 10.0.0.19 - - [2026-06-22 02:46:48] "POST /neutron/network HTTP/1.1" 400 204 0.014171 10.0.0.19 - - [2026-06-22 02:46:50] "POST /neutron/port HTTP/1.1" 200 151 0.209766 10.0.0.19 - - [2026-06-22 02:46:50] "POST /neutron/network HTTP/1.1" 200 893 0.017941 10.0.0.241 - - [2026-06-22 02:46:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006970 10.0.0.241 - - [2026-06-22 02:46:51] "POST /useragent-kv HTTP/1.1" 200 115 0.004139 10.0.0.241 - - [2026-06-22 02:46:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002582 10.0.0.19 - - [2026-06-22 02:46:51] "POST /neutron/network HTTP/1.1" 200 151 0.137020 10.0.0.241 - - [2026-06-22 02:46:51] "GET /projects?obj_uuids=1cf836ce-9d70-4684-adad-406c41055cfc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001072 10.0.0.241 - - [2026-06-22 02:46:51] "DELETE /route-target/cf960da7-416a-4d6c-8eeb-9bc0f327cd49 HTTP/1.1" 200 115 0.045764 10.0.0.19 - - [2026-06-22 02:46:51] "GET /project/1cf836ce-9d70-4684-adad-406c41055cfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.119442 10.0.0.241 - - [2026-06-22 02:46:51] "GET /projects?obj_uuids=1cf836ce-9d70-4684-adad-406c41055cfc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001054 10.0.0.19 - - [2026-06-22 02:46:51] "GET /project/1cf836ce-9d70-4684-adad-406c41055cfc?fields=virtual_networks HTTP/1.1" 200 1036 0.055099 10.0.0.241 - - [2026-06-22 02:46:51] "GET /projects?obj_uuids=1cf836ce-9d70-4684-adad-406c41055cfc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000918 10.0.0.19 - - [2026-06-22 02:46:51] "GET /project/1cf836ce-9d70-4684-adad-406c41055cfc?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.059263 10.0.0.241 - - [2026-06-22 02:46:51] "GET /projects?obj_uuids=1cf836ce-9d70-4684-adad-406c41055cfc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000908 10.0.0.19 - - [2026-06-22 02:46:51] "GET /project/1cf836ce-9d70-4684-adad-406c41055cfc?fields=security_groups HTTP/1.1" 200 1264 0.057778 10.0.0.19 - - [2026-06-22 02:46:52] "POST /fqname-to-id HTTP/1.1" 404 193 0.024649 10.0.0.241 - - [2026-06-22 02:46:52] "GET /projects?obj_uuids=93bc109a-026a-4115-97b7-a468f74b3efe&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002883 10.0.0.241 - - [2026-06-22 02:46:52] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001107 10.0.0.241 - - [2026-06-22 02:46:52] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.016534 10.0.0.241 - - [2026-06-22 02:46:52] "POST /id-to-fqname HTTP/1.1" 200 195 0.004639 10.0.0.241 - - [2026-06-22 02:46:52] "POST /fqname-to-id HTTP/1.1" 404 204 0.009362 10.0.0.241 - - [2026-06-22 02:46:53] "POST /security-groups HTTP/1.1" 200 596 0.078217 10.0.0.241 - - [2026-06-22 02:46:53] "POST /projects HTTP/1.1" 200 595 0.334116 10.0.0.241 - - [2026-06-22 02:46:53] "POST /fqname-to-id HTTP/1.1" 404 238 0.021241 10.0.0.241 - - [2026-06-22 02:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.405858 10.0.0.19 - - [2026-06-22 02:46:53] "GET /project/93bc109a-026a-4115-97b7-a468f74b3efe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.588933 10.0.0.19 - - [2026-06-22 02:46:54] "GET / HTTP/1.1" 200 36215 0.002486 10.0.0.241 - - [2026-06-22 02:46:54] "DELETE /project/93bc109a026a411597b7a468f74b3efe HTTP/1.1" 404 173 0.007352 10.0.0.241 - - [2026-06-22 02:46:54] "DELETE /project/1cf836ce9d704684adad406c41055cfc HTTP/1.1" 404 173 0.006227 10.0.0.241 - - [2026-06-22 02:46:54] "GET /projects?obj_uuids=1cf836ce-9d70-4684-adad-406c41055cfc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001268 10.0.0.241 - - [2026-06-22 02:46:54] "GET /project/1cf836ce-9d70-4684-adad-406c41055cfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.058219 10.0.0.241 - - [2026-06-22 02:46:54] "GET /projects?obj_uuids=1cf836ce-9d70-4684-adad-406c41055cfc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000889 10.0.0.241 - - [2026-06-22 02:46:54] "GET /project/1cf836ce-9d70-4684-adad-406c41055cfc?fields=security_groups HTTP/1.1" 200 1366 0.061884 10.0.0.241 - - [2026-06-22 02:46:54] "DELETE /security-group/7316d11c-704a-4d3a-8ae5-3a581c6bb0a2 HTTP/1.1" 200 115 0.060120 10.0.0.241 - - [2026-06-22 02:46:54] "GET /projects?obj_uuids=1cf836ce-9d70-4684-adad-406c41055cfc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000879 10.0.0.241 - - [2026-06-22 02:46:54] "GET /project/1cf836ce-9d70-4684-adad-406c41055cfc?fields=application_policy_sets HTTP/1.1" 200 1405 0.063997 10.0.0.241 - - [2026-06-22 02:46:54] "DELETE /access-control-list/05a19a9a-a775-4857-a171-a91ade0e8c55 HTTP/1.1" 200 115 0.057540 10.0.0.241 - - [2026-06-22 02:46:54] "DELETE /project/1cf836ce-9d70-4684-adad-406c41055cfc HTTP/1.1" 200 115 0.440745 10.0.0.19 - - [2026-06-22 02:46:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000554 10.0.0.19 - - [2026-06-22 02:46:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.029310 10.0.0.241 - - [2026-06-22 02:46:55] "GET /projects?obj_uuids=93bc109a-026a-4115-97b7-a468f74b3efe&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000990 10.0.0.19 - - [2026-06-22 02:46:55] "GET /project/93bc109a-026a-4115-97b7-a468f74b3efe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.049162 10.0.0.241 - - [2026-06-22 02:46:55] "POST /useragent-kv HTTP/1.1" 200 115 0.008217 10.0.0.19 - - [2026-06-22 02:46:55] "POST /neutron/subnet HTTP/1.1" 200 823 0.264041 10.0.0.19 - - [2026-06-22 02:46:56] "POST /id-to-fqname HTTP/1.1" 200 261 0.001239 10.0.0.19 - - [2026-06-22 02:46:56] "GET /virtual-network/c10bb166-c4e0-4fd4-88ae-d2a911b5acde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2744 0.007072 10.0.0.19 - - [2026-06-22 02:46:56] "POST /neutron/network HTTP/1.1" 200 1075 0.009396 10.0.0.19 - - [2026-06-22 02:46:56] "GET /virtual-network/c10bb166-c4e0-4fd4-88ae-d2a911b5acde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2744 0.004980 10.0.0.241 - - [2026-06-22 02:46:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.020886 10.0.0.19 - - [2026-06-22 02:46:56] "POST /neutron/subnet HTTP/1.1" 200 730 0.009212 10.0.0.19 - - [2026-06-22 02:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.241 - - [2026-06-22 02:46:56] "GET /projects?obj_uuids=93bc109a-026a-4115-97b7-a468f74b3efe&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000858 10.0.0.19 - - [2026-06-22 02:46:56] "GET /project/93bc109a-026a-4115-97b7-a468f74b3efe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.038774 10.0.0.241 - - [2026-06-22 02:46:56] "POST /route-targets HTTP/1.1" 200 328 0.019898 10.0.0.241 - - [2026-06-22 02:46:56] "POST /useragent-kv HTTP/1.1" 200 115 0.007874 10.0.0.19 - - [2026-06-22 02:46:56] "POST /neutron/subnet HTTP/1.1" 200 828 0.177693 10.0.0.19 - - [2026-06-22 02:46:56] "POST /id-to-fqname HTTP/1.1" 200 261 0.001282 10.0.0.19 - - [2026-06-22 02:46:56] "GET /virtual-network/86f10cfd-7142-4f85-adb7-75c6083bf6b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2748 0.010500 10.0.0.19 - - [2026-06-22 02:46:56] "POST /neutron/network HTTP/1.1" 200 1076 0.010186 10.0.0.19 - - [2026-06-22 02:46:56] "GET /virtual-network/86f10cfd-7142-4f85-adb7-75c6083bf6b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2748 0.005016 10.0.0.19 - - [2026-06-22 02:46:57] "POST /neutron/subnet HTTP/1.1" 200 730 0.008938 10.0.0.19 - - [2026-06-22 02:46:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.241 - - [2026-06-22 02:46:57] "GET /projects?obj_uuids=93bc109a-026a-4115-97b7-a468f74b3efe&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001159 10.0.0.19 - - [2026-06-22 02:46:57] "GET /project/93bc109a-026a-4115-97b7-a468f74b3efe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.067268 10.0.0.241 - - [2026-06-22 02:46:57] "POST /ref-update HTTP/1.1" 200 156 0.036948 10.0.0.241 - - [2026-06-22 02:46:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.007637 10.0.0.241 - - [2026-06-22 02:46:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002545 10.0.0.19 - - [2026-06-22 02:46:57] "POST /neutron/subnet HTTP/1.1" 200 828 0.187381 10.0.0.19 - - [2026-06-22 02:46:57] "POST /id-to-fqname HTTP/1.1" 200 262 0.001208 10.0.0.19 - - [2026-06-22 02:46:57] "GET /virtual-network/8e9d4812-a76d-448f-9859-a73bf95f3234?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.006800 10.0.0.19 - - [2026-06-22 02:46:57] "POST /neutron/network HTTP/1.1" 200 1075 0.007527 10.0.0.19 - - [2026-06-22 02:46:57] "GET /virtual-network/8e9d4812-a76d-448f-9859-a73bf95f3234?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.005097 10.0.0.19 - - [2026-06-22 02:46:57] "POST /neutron/subnet HTTP/1.1" 200 714 0.008861 10.0.0.19 - - [2026-06-22 02:46:57] "POST /id-to-fqname HTTP/1.1" 200 261 0.001508 10.0.0.241 - - [2026-06-22 02:46:58] "GET /projects?obj_uuids=93bc109a-026a-4115-97b7-a468f74b3efe&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001007 10.0.0.19 - - [2026-06-22 02:46:58] "GET /project/93bc109a-026a-4115-97b7-a468f74b3efe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.060548 10.0.0.19 - - [2026-06-22 02:46:58] "POST /neutron/port HTTP/1.1" 200 117 0.005927 10.0.0.19 - - [2026-06-22 02:46:59] "POST /id-to-fqname HTTP/1.1" 200 262 0.001294 10.0.0.19 - - [2026-06-22 02:46:59] "POST /neutron/network HTTP/1.1" 200 1085 0.007159 10.0.0.241 - - [2026-06-22 02:46:59] "GET /projects?obj_uuids=93bc109a-026a-4115-97b7-a468f74b3efe&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000929 10.0.0.19 - - [2026-06-22 02:46:59] "GET /project/93bc109a-026a-4115-97b7-a468f74b3efe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.068901 10.0.0.19 - - [2026-06-22 02:47:00] "POST /neutron/port HTTP/1.1" 200 117 0.008027 10.0.0.19 - - [2026-06-22 02:47:01] "POST /neutron/network HTTP/1.1" 200 1075 0.020470 10.0.0.241 - - [2026-06-22 02:47:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.241 - - [2026-06-22 02:47:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002972 10.0.0.241 - - [2026-06-22 02:47:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002215 10.0.0.241 - - [2026-06-22 02:47:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002925 10.0.0.241 - - [2026-06-22 02:47:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003368 10.0.0.19 - - [2026-06-22 02:47:02] "POST /neutron/network HTTP/1.1" 200 151 0.120048 10.0.0.241 - - [2026-06-22 02:47:02] "GET /projects?obj_uuids=93bc109a-026a-4115-97b7-a468f74b3efe&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000865 10.0.0.241 - - [2026-06-22 02:47:02] "DELETE /route-target/2c8c68c4-2cbf-4ace-ba07-7c5990389550 HTTP/1.1" 200 115 0.022701 10.0.0.19 - - [2026-06-22 02:47:02] "GET /project/93bc109a-026a-4115-97b7-a468f74b3efe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.075983 10.0.0.241 - - [2026-06-22 02:47:02] "GET /projects?obj_uuids=93bc109a-026a-4115-97b7-a468f74b3efe&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000990 10.0.0.19 - - [2026-06-22 02:47:02] "GET /project/93bc109a-026a-4115-97b7-a468f74b3efe?fields=virtual_networks HTTP/1.1" 200 1045 0.092231 10.0.0.241 - - [2026-06-22 02:47:02] "GET /projects?obj_uuids=93bc109a-026a-4115-97b7-a468f74b3efe&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000960 10.0.0.19 - - [2026-06-22 02:47:02] "GET /project/93bc109a-026a-4115-97b7-a468f74b3efe?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.059574 10.0.0.241 - - [2026-06-22 02:47:02] "GET /projects?obj_uuids=93bc109a-026a-4115-97b7-a468f74b3efe&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000944 10.0.0.19 - - [2026-06-22 02:47:02] "GET /project/93bc109a-026a-4115-97b7-a468f74b3efe?fields=security_groups HTTP/1.1" 200 1277 0.055429 10.0.0.241 - - [2026-06-22 02:47:02] "GET /obj-perms HTTP/1.1" 200 4493 0.102240 10.0.0.19 - - [2026-06-22 02:47:02] "POST /neutron/network HTTP/1.1" 200 117 0.008535 10.0.0.19 - - [2026-06-22 02:47:03] "POST /fqname-to-id HTTP/1.1" 404 196 0.025307 10.0.0.241 - - [2026-06-22 02:47:03] "GET /projects?obj_uuids=72f5df27-1d0f-47c9-888f-a582bb205d6c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003338 10.0.0.241 - - [2026-06-22 02:47:03] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001118 10.0.0.241 - - [2026-06-22 02:47:03] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008299 10.0.0.241 - - [2026-06-22 02:47:04] "POST /id-to-fqname HTTP/1.1" 200 198 0.007019 10.0.0.241 - - [2026-06-22 02:47:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.006855 10.0.0.241 - - [2026-06-22 02:47:04] "POST /security-groups HTTP/1.1" 200 599 0.035680 10.0.0.241 - - [2026-06-22 02:47:04] "POST /projects HTTP/1.1" 200 601 0.250018 10.0.0.241 - - [2026-06-22 02:47:04] "POST /fqname-to-id HTTP/1.1" 404 241 0.006580 10.0.0.241 - - [2026-06-22 02:47:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.323520 10.0.0.19 - - [2026-06-22 02:47:04] "GET /project/72f5df27-1d0f-47c9-888f-a582bb205d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.465797 10.0.0.19 - - [2026-06-22 02:47:05] "POST /neutron/network HTTP/1.1" 200 117 0.010015 10.0.0.19 - - [2026-06-22 02:47:05] "GET / HTTP/1.1" 200 36215 0.001242 10.0.0.19 - - [2026-06-22 02:47:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000409 10.0.0.19 - - [2026-06-22 02:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.048110 10.0.0.241 - - [2026-06-22 02:47:06] "GET /projects?obj_uuids=72f5df27-1d0f-47c9-888f-a582bb205d6c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001034 10.0.0.19 - - [2026-06-22 02:47:06] "GET /project/72f5df27-1d0f-47c9-888f-a582bb205d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.039413 10.0.0.19 - - [2026-06-22 02:47:06] "POST /neutron/network HTTP/1.1" 200 117 0.026771 10.0.0.241 - - [2026-06-22 02:47:06] "POST /ref-update HTTP/1.1" 200 156 0.036894 10.0.0.19 - - [2026-06-22 02:47:06] "POST /neutron/network HTTP/1.1" 200 911 0.010056 10.0.0.19 - - [2026-06-22 02:47:06] "POST /id-to-fqname HTTP/1.1" 200 267 0.001000 10.0.0.19 - - [2026-06-22 02:47:06] "GET /virtual-network/78badc89-950a-492f-8c45-2e3d3facf05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.004921 10.0.0.19 - - [2026-06-22 02:47:06] "GET /virtual-network/78badc89-950a-492f-8c45-2e3d3facf05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.006483 10.0.0.19 - - [2026-06-22 02:47:06] "POST /neutron/subnet HTTP/1.1" 200 729 0.011394 10.0.0.19 - - [2026-06-22 02:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.241 - - [2026-06-22 02:47:06] "GET /projects?obj_uuids=72f5df27-1d0f-47c9-888f-a582bb205d6c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000881 10.0.0.19 - - [2026-06-22 02:47:06] "GET /project/72f5df27-1d0f-47c9-888f-a582bb205d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.057343 10.0.0.241 - - [2026-06-22 02:47:07] "POST /useragent-kv HTTP/1.1" 200 115 0.014061 10.0.0.19 - - [2026-06-22 02:47:07] "POST /neutron/subnet HTTP/1.1" 200 729 0.237179 10.0.0.19 - - [2026-06-22 02:47:07] "POST /id-to-fqname HTTP/1.1" 200 267 0.001273 10.0.0.19 - - [2026-06-22 02:47:07] "GET /virtual-network/60c7e061-bdfb-40c1-881a-79fb9bc6d86a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.005237 10.0.0.19 - - [2026-06-22 02:47:07] "GET /virtual-network/60c7e061-bdfb-40c1-881a-79fb9bc6d86a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.006040 10.0.0.19 - - [2026-06-22 02:47:07] "POST /neutron/network HTTP/1.1" 200 911 0.007420 10.0.0.19 - - [2026-06-22 02:47:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.241 - - [2026-06-22 02:47:07] "GET /projects?obj_uuids=72f5df27-1d0f-47c9-888f-a582bb205d6c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000911 10.0.0.19 - - [2026-06-22 02:47:07] "GET /project/72f5df27-1d0f-47c9-888f-a582bb205d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.041254 10.0.0.241 - - [2026-06-22 02:47:07] "GET /projects?obj_uuids=72f5df27-1d0f-47c9-888f-a582bb205d6c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000855 10.0.0.19 - - [2026-06-22 02:47:07] "POST /neutron/network HTTP/1.1" 200 693 0.129112 10.0.0.241 - - [2026-06-22 02:47:07] "POST /route-targets HTTP/1.1" 200 328 0.020430 10.0.0.19 - - [2026-06-22 02:47:08] "POST /id-to-fqname HTTP/1.1" 200 268 0.003325 10.0.0.19 - - [2026-06-22 02:47:08] "GET /virtual-network/47818614-ce61-45f2-9280-da5f6a5b4bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.014627 10.0.0.19 - - [2026-06-22 02:47:08] "POST /neutron/network HTTP/1.1" 200 910 0.007351 10.0.0.19 - - [2026-06-22 02:47:08] "GET /virtual-network/47818614-ce61-45f2-9280-da5f6a5b4bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.006647 10.0.0.19 - - [2026-06-22 02:47:08] "POST /id-to-fqname HTTP/1.1" 200 267 0.001145 10.0.0.19 - - [2026-06-22 02:47:08] "POST /neutron/port HTTP/1.1" 200 117 0.007664 10.0.0.19 - - [2026-06-22 02:47:08] "POST /neutron/network HTTP/1.1" 200 117 0.009063 10.0.0.241 - - [2026-06-22 02:47:09] "GET /projects?obj_uuids=72f5df27-1d0f-47c9-888f-a582bb205d6c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000921 10.0.0.19 - - [2026-06-22 02:47:09] "GET /project/72f5df27-1d0f-47c9-888f-a582bb205d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.066158 10.0.0.19 - - [2026-06-22 02:47:09] "POST /neutron/port HTTP/1.1" 200 117 0.007481 10.0.0.19 - - [2026-06-22 02:47:09] "POST /id-to-fqname HTTP/1.1" 200 268 0.001218 10.0.0.19 - - [2026-06-22 02:47:09] "POST /neutron/network HTTP/1.1" 200 920 0.007324 10.0.0.241 - - [2026-06-22 02:47:10] "GET /projects?obj_uuids=72f5df27-1d0f-47c9-888f-a582bb205d6c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000904 10.0.0.19 - - [2026-06-22 02:47:10] "GET /project/72f5df27-1d0f-47c9-888f-a582bb205d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.075626 10.0.0.19 - - [2026-06-22 02:47:10] "POST /neutron/port HTTP/1.1" 200 117 0.012907 10.0.0.241 - - [2026-06-22 02:47:12] "POST /useragent-kv HTTP/1.1" 200 115 0.043742 10.0.0.241 - - [2026-06-22 02:47:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002443 10.0.0.19 - - [2026-06-22 02:47:12] "POST /neutron/network HTTP/1.1" 200 151 0.167514 10.0.0.241 - - [2026-06-22 02:47:12] "DELETE /route-target/9a232417-e0e5-4b45-a70b-39f86f3663ce HTTP/1.1" 200 115 0.050239 10.0.0.19 - - [2026-06-22 02:47:12] "POST /neutron/network HTTP/1.1" 200 911 0.006810 10.0.0.241 - - [2026-06-22 02:47:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.241 - - [2026-06-22 02:47:13] "GET /projects?obj_uuids=72f5df27-1d0f-47c9-888f-a582bb205d6c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000909 10.0.0.19 - - [2026-06-22 02:47:13] "GET /project/72f5df27-1d0f-47c9-888f-a582bb205d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.067916 10.0.0.241 - - [2026-06-22 02:47:13] "GET /projects?obj_uuids=72f5df27-1d0f-47c9-888f-a582bb205d6c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002613 10.0.0.19 - - [2026-06-22 02:47:13] "GET /project/72f5df27-1d0f-47c9-888f-a582bb205d6c?fields=virtual_networks HTTP/1.1" 200 1049 0.047203 10.0.0.241 - - [2026-06-22 02:47:13] "GET /projects?obj_uuids=72f5df27-1d0f-47c9-888f-a582bb205d6c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000917 10.0.0.19 - - [2026-06-22 02:47:13] "GET /project/72f5df27-1d0f-47c9-888f-a582bb205d6c?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.059888 10.0.0.241 - - [2026-06-22 02:47:13] "GET /projects?obj_uuids=72f5df27-1d0f-47c9-888f-a582bb205d6c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001152 10.0.0.19 - - [2026-06-22 02:47:13] "GET /project/72f5df27-1d0f-47c9-888f-a582bb205d6c?fields=security_groups HTTP/1.1" 200 1284 0.045571 10.0.0.19 - - [2026-06-22 02:47:13] "POST /neutron/network HTTP/1.1" 200 117 0.005971 10.0.0.19 - - [2026-06-22 02:47:14] "POST /fqname-to-id HTTP/1.1" 404 193 0.032208 10.0.0.241 - - [2026-06-22 02:47:14] "GET /projects?obj_uuids=748f1e0e-3f6f-440f-93c1-93949d94be51&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002785 10.0.0.241 - - [2026-06-22 02:47:14] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001245 10.0.0.241 - - [2026-06-22 02:47:14] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.033239 10.0.0.241 - - [2026-06-22 02:47:14] "POST /id-to-fqname HTTP/1.1" 200 195 0.004175 10.0.0.241 - - [2026-06-22 02:47:14] "POST /fqname-to-id HTTP/1.1" 404 204 0.011922 10.0.0.241 - - [2026-06-22 02:47:14] "POST /security-groups HTTP/1.1" 200 596 0.035280 10.0.0.241 - - [2026-06-22 02:47:14] "POST /projects HTTP/1.1" 200 595 0.241596 10.0.0.241 - - [2026-06-22 02:47:14] "POST /access-control-lists HTTP/1.1" 200 603 0.027760 10.0.0.241 - - [2026-06-22 02:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.316090 10.0.0.19 - - [2026-06-22 02:47:14] "GET /project/748f1e0e-3f6f-440f-93c1-93949d94be51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.531176 10.0.0.19 - - [2026-06-22 02:47:15] "GET / HTTP/1.1" 200 36215 0.001345 10.0.0.19 - - [2026-06-22 02:47:16] "POST /neutron/port HTTP/1.1" 200 117 0.006523 10.0.0.19 - - [2026-06-22 02:47:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000433 10.0.0.19 - - [2026-06-22 02:47:16] "POST /neutron/port HTTP/1.1" 200 117 0.008789 10.0.0.19 - - [2026-06-22 02:47:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.060471 10.0.0.241 - - [2026-06-22 02:47:16] "GET /projects?obj_uuids=748f1e0e-3f6f-440f-93c1-93949d94be51&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001291 10.0.0.19 - - [2026-06-22 02:47:16] "GET /project/748f1e0e-3f6f-440f-93c1-93949d94be51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.047550 10.0.0.241 - - [2026-06-22 02:47:17] "POST /route-targets HTTP/1.1" 200 328 0.018098 10.0.0.241 - - [2026-06-22 02:47:17] "POST /useragent-kv HTTP/1.1" 200 115 0.004681 10.0.0.19 - - [2026-06-22 02:47:17] "POST /neutron/subnet HTTP/1.1" 200 714 0.232290 10.0.0.19 - - [2026-06-22 02:47:17] "POST /id-to-fqname HTTP/1.1" 200 261 0.001183 10.0.0.19 - - [2026-06-22 02:47:17] "GET /virtual-network/832c249b-af2d-40a3-8387-af9a5e49d892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.006017 10.0.0.19 - - [2026-06-22 02:47:17] "GET /virtual-network/832c249b-af2d-40a3-8387-af9a5e49d892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.005899 10.0.0.19 - - [2026-06-22 02:47:17] "POST /neutron/network HTTP/1.1" 200 899 0.006905 10.0.0.19 - - [2026-06-22 02:47:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.241 - - [2026-06-22 02:47:17] "GET /projects?obj_uuids=748f1e0e-3f6f-440f-93c1-93949d94be51&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000979 10.0.0.19 - - [2026-06-22 02:47:17] "GET /project/748f1e0e-3f6f-440f-93c1-93949d94be51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.063376 10.0.0.241 - - [2026-06-22 02:47:17] "GET /projects?obj_uuids=748f1e0e-3f6f-440f-93c1-93949d94be51&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001087 10.0.0.19 - - [2026-06-22 02:47:17] "POST /neutron/network HTTP/1.1" 200 682 0.144611 10.0.0.241 - - [2026-06-22 02:47:17] "POST /ref-update HTTP/1.1" 200 156 0.032206 10.0.0.19 - - [2026-06-22 02:47:17] "POST /id-to-fqname HTTP/1.1" 200 261 0.004717 10.0.0.19 - - [2026-06-22 02:47:17] "GET /virtual-network/5cdc4014-2139-4b59-beb3-c1a92cd525c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.006000 10.0.0.19 - - [2026-06-22 02:47:17] "POST /neutron/network HTTP/1.1" 200 903 0.006086 10.0.0.19 - - [2026-06-22 02:47:17] "GET /virtual-network/5cdc4014-2139-4b59-beb3-c1a92cd525c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005068 10.0.0.19 - - [2026-06-22 02:47:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.241 - - [2026-06-22 02:47:18] "GET /projects?obj_uuids=748f1e0e-3f6f-440f-93c1-93949d94be51&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001009 10.0.0.19 - - [2026-06-22 02:47:18] "GET /project/748f1e0e-3f6f-440f-93c1-93949d94be51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.050593 10.0.0.19 - - [2026-06-22 02:47:18] "POST /neutron/network HTTP/1.1" 200 117 0.015756 10.0.0.19 - - [2026-06-22 02:47:18] "POST /neutron/network HTTP/1.1" 200 903 0.008496 10.0.0.19 - - [2026-06-22 02:47:18] "POST /id-to-fqname HTTP/1.1" 200 262 0.001311 10.0.0.19 - - [2026-06-22 02:47:18] "GET /virtual-network/6e4e110b-dd2c-4d4c-a33c-647808acd9be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.005069 10.0.0.19 - - [2026-06-22 02:47:18] "GET /virtual-network/6e4e110b-dd2c-4d4c-a33c-647808acd9be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.005127 10.0.0.19 - - [2026-06-22 02:47:18] "POST /neutron/subnet HTTP/1.1" 200 725 0.008609 10.0.0.19 - - [2026-06-22 02:47:18] "POST /id-to-fqname HTTP/1.1" 200 261 0.001034 10.0.0.19 - - [2026-06-22 02:47:19] "POST /neutron/port HTTP/1.1" 200 117 0.010216 10.0.0.241 - - [2026-06-22 02:47:19] "GET /projects?obj_uuids=748f1e0e-3f6f-440f-93c1-93949d94be51&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000904 10.0.0.19 - - [2026-06-22 02:47:19] "GET /project/748f1e0e-3f6f-440f-93c1-93949d94be51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.056101 10.0.0.19 - - [2026-06-22 02:47:19] "POST /neutron/network HTTP/1.1" 200 903 0.008006 10.0.0.19 - - [2026-06-22 02:47:19] "POST /id-to-fqname HTTP/1.1" 200 262 0.001599 10.0.0.19 - - [2026-06-22 02:47:19] "POST /neutron/port HTTP/1.1" 200 117 0.007412 10.0.0.241 - - [2026-06-22 02:47:20] "GET /projects?obj_uuids=748f1e0e-3f6f-440f-93c1-93949d94be51&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000922 10.0.0.19 - - [2026-06-22 02:47:20] "GET /project/748f1e0e-3f6f-440f-93c1-93949d94be51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.061477 10.0.0.19 - - [2026-06-22 02:47:20] "POST /neutron/port HTTP/1.1" 200 117 0.005635 10.0.0.19 - - [2026-06-22 02:47:21] "POST /fqname-to-id HTTP/1.1" 404 193 0.003118 10.0.0.19 - - [2026-06-22 02:47:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.241 - - [2026-06-22 02:47:21] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001419 10.0.0.19 - - [2026-06-22 02:47:21] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.008522 10.0.0.19 - - [2026-06-22 02:47:21] "POST /service-templates HTTP/1.1" 200 545 0.033235 10.0.0.19 - - [2026-06-22 02:47:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.19 - - [2026-06-22 02:47:21] "GET /service-template/8e6c9287-3157-4f73-b14c-5c6036b67033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.005908 10.0.0.19 - - [2026-06-22 02:47:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002676 10.0.0.19 - - [2026-06-22 02:47:21] "GET /service-template/8e6c9287-3157-4f73-b14c-5c6036b67033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.003902 10.0.0.19 - - [2026-06-22 02:47:21] "POST /id-to-fqname HTTP/1.1" 200 261 0.001290 10.0.0.19 - - [2026-06-22 02:47:21] "POST /id-to-fqname HTTP/1.1" 200 261 0.001494 10.0.0.19 - - [2026-06-22 02:47:22] "POST /id-to-fqname HTTP/1.1" 200 262 0.001104 10.0.0.19 - - [2026-06-22 02:47:22] "POST /neutron/port HTTP/1.1" 200 117 0.012920 10.0.0.19 - - [2026-06-22 02:47:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.19 - - [2026-06-22 02:47:22] "DELETE /service-template/8e6c9287-3157-4f73-b14c-5c6036b67033 HTTP/1.1" 200 115 0.026839 10.0.0.19 - - [2026-06-22 02:47:22] "POST /fqname-to-id HTTP/1.1" 404 193 0.004655 10.0.0.19 - - [2026-06-22 02:47:24] "POST /neutron/port HTTP/1.1" 200 1067 0.017290 10.0.0.19 - - [2026-06-22 02:47:24] "POST /neutron/network HTTP/1.1" 400 204 0.012273 10.0.0.19 - - [2026-06-22 02:47:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004034 10.0.0.19 - - [2026-06-22 02:47:25] "POST /neutron/network HTTP/1.1" 200 903 0.006728 10.0.0.19 - - [2026-06-22 02:47:27] "POST /neutron/port HTTP/1.1" 200 117 0.009198 10.0.0.19 - - [2026-06-22 02:47:27] "POST /neutron/port HTTP/1.1" 200 117 0.006144 10.0.0.19 - - [2026-06-22 02:47:30] "POST /neutron/port HTTP/1.1" 200 117 0.006335 10.0.0.19 - - [2026-06-22 02:47:30] "POST /neutron/network HTTP/1.1" 200 903 0.007935 10.0.0.19 - - [2026-06-22 02:47:31] "POST /neutron/network HTTP/1.1" 200 913 0.007176 10.0.0.19 - - [2026-06-22 02:47:31] "POST /neutron/port HTTP/1.1" 200 117 0.001055 10.0.0.19 - - [2026-06-22 02:47:32] "POST /neutron/network HTTP/1.1" 200 903 0.006612 10.0.0.19 - - [2026-06-22 02:47:33] "POST /neutron/port HTTP/1.1" 200 1121 0.015182 10.0.0.241 - - [2026-06-22 02:47:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003651 10.0.0.241 - - [2026-06-22 02:47:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004506 10.0.0.241 - - [2026-06-22 02:47:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002413 10.0.0.19 - - [2026-06-22 02:47:34] "POST /neutron/network HTTP/1.1" 200 151 0.113557 10.0.0.241 - - [2026-06-22 02:47:34] "DELETE /route-target/eed50791-2c3a-43b6-b492-3d9a761cf995 HTTP/1.1" 200 115 0.021853 10.0.0.19 - - [2026-06-22 02:47:34] "POST /neutron/network HTTP/1.1" 200 899 0.007375 10.0.0.241 - - [2026-06-22 02:47:35] "GET /projects?obj_uuids=748f1e0e-3f6f-440f-93c1-93949d94be51&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001043 10.0.0.19 - - [2026-06-22 02:47:35] "GET /project/748f1e0e-3f6f-440f-93c1-93949d94be51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.038538 10.0.0.241 - - [2026-06-22 02:47:35] "GET /projects?obj_uuids=748f1e0e-3f6f-440f-93c1-93949d94be51&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001001 10.0.0.19 - - [2026-06-22 02:47:35] "GET /project/748f1e0e-3f6f-440f-93c1-93949d94be51?fields=virtual_networks HTTP/1.1" 200 1044 0.052209 10.0.0.241 - - [2026-06-22 02:47:35] "GET /projects?obj_uuids=748f1e0e-3f6f-440f-93c1-93949d94be51&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000925 10.0.0.19 - - [2026-06-22 02:47:35] "GET /project/748f1e0e-3f6f-440f-93c1-93949d94be51?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.032522 10.0.0.241 - - [2026-06-22 02:47:35] "GET /projects?obj_uuids=748f1e0e-3f6f-440f-93c1-93949d94be51&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001122 10.0.0.19 - - [2026-06-22 02:47:35] "GET /project/748f1e0e-3f6f-440f-93c1-93949d94be51?fields=security_groups HTTP/1.1" 200 1276 0.040716 10.0.0.19 - - [2026-06-22 02:47:36] "POST /fqname-to-id HTTP/1.1" 404 197 0.024008 10.0.0.241 - - [2026-06-22 02:47:36] "GET /projects?obj_uuids=beb361e0-ee7c-4fe4-916d-1c3555a0d2c3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002843 10.0.0.241 - - [2026-06-22 02:47:36] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000825 10.0.0.241 - - [2026-06-22 02:47:36] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006514 10.0.0.241 - - [2026-06-22 02:47:36] "POST /id-to-fqname HTTP/1.1" 200 199 0.002746 10.0.0.241 - - [2026-06-22 02:47:36] "POST /fqname-to-id HTTP/1.1" 404 208 0.006026 10.0.0.241 - - [2026-06-22 02:47:36] "POST /security-groups HTTP/1.1" 200 600 0.030348 10.0.0.241 - - [2026-06-22 02:47:36] "POST /fqname-to-id HTTP/1.1" 404 243 0.003726 10.0.0.241 - - [2026-06-22 02:47:36] "POST /projects HTTP/1.1" 200 603 0.251287 10.0.0.241 - - [2026-06-22 02:47:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.317277 10.0.0.241 - - [2026-06-22 02:47:36] "POST /access-control-lists HTTP/1.1" 200 605 0.028078 10.0.0.19 - - [2026-06-22 02:47:36] "GET /project/beb361e0-ee7c-4fe4-916d-1c3555a0d2c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1403 0.448158 10.0.0.19 - - [2026-06-22 02:47:37] "GET / HTTP/1.1" 200 36215 0.001220 10.0.0.19 - - [2026-06-22 02:47:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000420 10.0.0.19 - - [2026-06-22 02:47:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.051190 10.0.0.241 - - [2026-06-22 02:47:38] "GET /projects?obj_uuids=beb361e0-ee7c-4fe4-916d-1c3555a0d2c3&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000833 10.0.0.19 - - [2026-06-22 02:47:38] "GET /project/beb361e0-ee7c-4fe4-916d-1c3555a0d2c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1403 0.051320 10.0.0.241 - - [2026-06-22 02:47:38] "GET /projects?obj_uuids=beb361e0-ee7c-4fe4-916d-1c3555a0d2c3&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001673 10.0.0.19 - - [2026-06-22 02:47:38] "POST /neutron/network HTTP/1.1" 200 694 0.150229 10.0.0.241 - - [2026-06-22 02:47:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.009169 10.0.0.19 - - [2026-06-22 02:47:39] "POST /neutron/network HTTP/1.1" 200 1085 0.010525 10.0.0.19 - - [2026-06-22 02:47:39] "POST /id-to-fqname HTTP/1.1" 200 269 0.001066 10.0.0.19 - - [2026-06-22 02:47:39] "GET /virtual-network/635ae9c0-affc-4b4a-8c15-216890ced833?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.005478 10.0.0.19 - - [2026-06-22 02:47:39] "GET /virtual-network/635ae9c0-affc-4b4a-8c15-216890ced833?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.005537 10.0.0.19 - - [2026-06-22 02:47:39] "POST /neutron/subnet HTTP/1.1" 200 828 0.009008 10.0.0.19 - - [2026-06-22 02:47:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.241 - - [2026-06-22 02:47:39] "GET /projects?obj_uuids=beb361e0-ee7c-4fe4-916d-1c3555a0d2c3&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000871 10.0.0.19 - - [2026-06-22 02:47:39] "GET /project/beb361e0-ee7c-4fe4-916d-1c3555a0d2c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1403 0.036892 10.0.0.241 - - [2026-06-22 02:47:39] "GET /projects?obj_uuids=beb361e0-ee7c-4fe4-916d-1c3555a0d2c3&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001240 10.0.0.19 - - [2026-06-22 02:47:39] "POST /neutron/network HTTP/1.1" 200 694 0.132762 10.0.0.241 - - [2026-06-22 02:47:39] "POST /route-targets HTTP/1.1" 200 328 0.015494 10.0.0.19 - - [2026-06-22 02:47:40] "POST /neutron/network HTTP/1.1" 200 1088 0.010999 10.0.0.19 - - [2026-06-22 02:47:40] "POST /id-to-fqname HTTP/1.1" 200 269 0.001030 10.0.0.19 - - [2026-06-22 02:47:40] "GET /virtual-network/1515223f-064e-4fa7-9a70-8ce1206863b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2768 0.004918 10.0.0.19 - - [2026-06-22 02:47:40] "GET /virtual-network/1515223f-064e-4fa7-9a70-8ce1206863b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2768 0.005647 10.0.0.19 - - [2026-06-22 02:47:40] "POST /neutron/subnet HTTP/1.1" 200 823 0.009225 10.0.0.19 - - [2026-06-22 02:47:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004527 10.0.0.241 - - [2026-06-22 02:47:40] "GET /projects?obj_uuids=beb361e0-ee7c-4fe4-916d-1c3555a0d2c3&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000975 10.0.0.19 - - [2026-06-22 02:47:40] "GET /project/beb361e0-ee7c-4fe4-916d-1c3555a0d2c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1403 0.037847 10.0.0.241 - - [2026-06-22 02:47:40] "GET /projects?obj_uuids=beb361e0-ee7c-4fe4-916d-1c3555a0d2c3&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000949 10.0.0.19 - - [2026-06-22 02:47:40] "POST /neutron/network HTTP/1.1" 200 696 0.147941 10.0.0.241 - - [2026-06-22 02:47:40] "POST /ref-update HTTP/1.1" 200 156 0.030531 10.0.0.241 - - [2026-06-22 02:47:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.008286 10.0.0.19 - - [2026-06-22 02:47:41] "POST /neutron/network HTTP/1.1" 200 1090 0.011821 10.0.0.19 - - [2026-06-22 02:47:41] "POST /id-to-fqname HTTP/1.1" 200 270 0.001300 10.0.0.19 - - [2026-06-22 02:47:41] "GET /virtual-network/98760bd3-9d7e-45b1-9979-dac2f915dffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2772 0.004720 10.0.0.19 - - [2026-06-22 02:47:41] "GET /virtual-network/98760bd3-9d7e-45b1-9979-dac2f915dffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2772 0.005158 10.0.0.19 - - [2026-06-22 02:47:41] "POST /neutron/subnet HTTP/1.1" 200 828 0.008311 10.0.0.19 - - [2026-06-22 02:47:41] "POST /id-to-fqname HTTP/1.1" 200 269 0.001621 10.0.0.241 - - [2026-06-22 02:47:42] "GET /projects?obj_uuids=beb361e0-ee7c-4fe4-916d-1c3555a0d2c3&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000897 10.0.0.19 - - [2026-06-22 02:47:42] "GET /project/beb361e0-ee7c-4fe4-916d-1c3555a0d2c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1403 0.065751 10.0.0.19 - - [2026-06-22 02:47:42] "POST /neutron/network HTTP/1.1" 200 1088 0.024683 10.0.0.19 - - [2026-06-22 02:47:42] "POST /id-to-fqname HTTP/1.1" 200 270 0.001185 10.0.0.19 - - [2026-06-22 02:47:42] "POST /neutron/port HTTP/1.1" 200 117 0.005630 10.0.0.241 - - [2026-06-22 02:47:43] "GET /projects?obj_uuids=beb361e0-ee7c-4fe4-916d-1c3555a0d2c3&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000931 10.0.0.19 - - [2026-06-22 02:47:43] "GET /project/beb361e0-ee7c-4fe4-916d-1c3555a0d2c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1403 0.081818 10.0.0.19 - - [2026-06-22 02:47:43] "POST /neutron/port HTTP/1.1" 200 117 0.007679 10.0.0.19 - - [2026-06-22 02:47:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.002932 10.0.0.19 - - [2026-06-22 02:47:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.241 - - [2026-06-22 02:47:45] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000989 10.0.0.19 - - [2026-06-22 02:47:45] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.006818 10.0.0.19 - - [2026-06-22 02:47:45] "POST /service-templates HTTP/1.1" 200 545 0.036750 10.0.0.19 - - [2026-06-22 02:47:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.19 - - [2026-06-22 02:47:45] "GET /service-template/4573df8e-aef3-4727-a75a-74f6f111e6f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1826 0.006520 10.0.0.19 - - [2026-06-22 02:47:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.19 - - [2026-06-22 02:47:45] "GET /service-template/4573df8e-aef3-4727-a75a-74f6f111e6f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1826 0.004053 10.0.0.19 - - [2026-06-22 02:47:45] "POST /id-to-fqname HTTP/1.1" 200 269 0.001274 10.0.0.19 - - [2026-06-22 02:47:45] "POST /id-to-fqname HTTP/1.1" 200 269 0.001534 10.0.0.19 - - [2026-06-22 02:47:45] "POST /id-to-fqname HTTP/1.1" 200 270 0.001131 10.0.0.19 - - [2026-06-22 02:47:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.19 - - [2026-06-22 02:47:45] "DELETE /service-template/4573df8e-aef3-4727-a75a-74f6f111e6f5 HTTP/1.1" 200 115 0.028699 10.0.0.19 - - [2026-06-22 02:47:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.003926 10.0.0.19 - - [2026-06-22 02:47:46] "POST /neutron/network HTTP/1.1" 200 1098 0.009489 10.0.0.19 - - [2026-06-22 02:47:47] "POST /neutron/network HTTP/1.1" 400 204 0.025491 10.0.0.19 - - [2026-06-22 02:47:47] "POST /neutron/port HTTP/1.1" 200 1231 0.164095 10.0.0.19 - - [2026-06-22 02:47:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003686 10.0.0.19 - - [2026-06-22 02:47:48] "POST /neutron/port HTTP/1.1" 200 117 0.001012 10.0.0.19 - - [2026-06-22 02:47:49] "POST /neutron/network HTTP/1.1" 400 204 0.017066 10.0.0.19 - - [2026-06-22 02:47:50] "POST /neutron/network HTTP/1.1" 200 117 0.012621 10.0.0.19 - - [2026-06-22 02:47:51] "POST /neutron/network HTTP/1.1" 400 204 0.015852 10.0.0.19 - - [2026-06-22 02:47:53] "POST /neutron/network HTTP/1.1" 200 117 0.010024 10.0.0.19 - - [2026-06-22 02:47:54] "POST /neutron/port HTTP/1.1" 200 1241 0.024154 10.0.0.19 - - [2026-06-22 02:47:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004201 10.0.0.241 - - [2026-06-22 02:47:54] "DELETE /project/748f1e0e3f6f440f93c193949d94be51 HTTP/1.1" 404 173 0.009732 10.0.0.241 - - [2026-06-22 02:47:54] "DELETE /project/72f5df271d0f47c9888fa582bb205d6c HTTP/1.1" 404 173 0.012074 10.0.0.241 - - [2026-06-22 02:47:54] "DELETE /project/beb361e0ee7c4fe4916d1c3555a0d2c3 HTTP/1.1" 404 173 0.011084 10.0.0.241 - - [2026-06-22 02:47:54] "GET /projects?obj_uuids=748f1e0e-3f6f-440f-93c1-93949d94be51&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000737 10.0.0.241 - - [2026-06-22 02:47:54] "GET /projects?obj_uuids=72f5df27-1d0f-47c9-888f-a582bb205d6c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000677 10.0.0.241 - - [2026-06-22 02:47:54] "GET /projects?obj_uuids=93bc109a-026a-4115-97b7-a468f74b3efe&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000675 10.0.0.19 - - [2026-06-22 02:47:54] "POST /neutron/port HTTP/1.1" 200 117 0.000667 10.0.0.241 - - [2026-06-22 02:47:54] "GET /project/93bc109a-026a-4115-97b7-a468f74b3efe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.060270 10.0.0.241 - - [2026-06-22 02:47:54] "GET /projects?obj_uuids=93bc109a-026a-4115-97b7-a468f74b3efe&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001122 10.0.0.241 - - [2026-06-22 02:47:54] "GET /project/748f1e0e-3f6f-440f-93c1-93949d94be51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.076631 10.0.0.241 - - [2026-06-22 02:47:54] "GET /projects?obj_uuids=748f1e0e-3f6f-440f-93c1-93949d94be51&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001438 10.0.0.241 - - [2026-06-22 02:47:54] "GET /project/72f5df27-1d0f-47c9-888f-a582bb205d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.093507 10.0.0.241 - - [2026-06-22 02:47:54] "GET /projects?obj_uuids=72f5df27-1d0f-47c9-888f-a582bb205d6c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001364 10.0.0.241 - - [2026-06-22 02:47:54] "GET /project/93bc109a-026a-4115-97b7-a468f74b3efe?fields=security_groups HTTP/1.1" 200 1379 0.074646 10.0.0.241 - - [2026-06-22 02:47:54] "GET /project/72f5df27-1d0f-47c9-888f-a582bb205d6c?fields=security_groups HTTP/1.1" 200 1386 0.060651 10.0.0.241 - - [2026-06-22 02:47:54] "GET /project/748f1e0e-3f6f-440f-93c1-93949d94be51?fields=security_groups HTTP/1.1" 200 1378 0.102497 10.0.0.241 - - [2026-06-22 02:47:55] "DELETE /security-group/afde7bd9-5d03-4055-94e3-e57f44442fd1 HTTP/1.1" 200 115 0.070422 10.0.0.241 - - [2026-06-22 02:47:55] "GET /projects?obj_uuids=93bc109a-026a-4115-97b7-a468f74b3efe&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001533 10.0.0.241 - - [2026-06-22 02:47:55] "DELETE /security-group/575fe6a9-e380-4c32-9c00-97b126aa4121 HTTP/1.1" 200 115 0.078391 10.0.0.241 - - [2026-06-22 02:47:55] "GET /projects?obj_uuids=72f5df27-1d0f-47c9-888f-a582bb205d6c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001059 10.0.0.241 - - [2026-06-22 02:47:55] "DELETE /security-group/aed5b963-ac86-4921-9d55-a1ddd692558b HTTP/1.1" 200 115 0.117095 10.0.0.241 - - [2026-06-22 02:47:55] "GET /projects?obj_uuids=748f1e0e-3f6f-440f-93c1-93949d94be51&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000902 10.0.0.241 - - [2026-06-22 02:47:55] "GET /project/93bc109a-026a-4115-97b7-a468f74b3efe?fields=application_policy_sets HTTP/1.1" 200 1418 0.143838 10.0.0.241 - - [2026-06-22 02:47:55] "GET /project/72f5df27-1d0f-47c9-888f-a582bb205d6c?fields=application_policy_sets HTTP/1.1" 200 1425 0.213761 10.0.0.241 - - [2026-06-22 02:47:55] "GET /project/748f1e0e-3f6f-440f-93c1-93949d94be51?fields=application_policy_sets HTTP/1.1" 200 1417 0.179339 10.0.0.241 - - [2026-06-22 02:47:55] "DELETE /access-control-list/7b53b7f7-08d1-4b2b-a5ac-0ff905ad8e6d HTTP/1.1" 200 115 0.135509 10.0.0.241 - - [2026-06-22 02:47:55] "DELETE /project/93bc109a-026a-4115-97b7-a468f74b3efe HTTP/1.1" 200 115 0.716267 10.0.0.19 - - [2026-06-22 02:47:55] "POST /neutron/network HTTP/1.1" 200 1088 0.026190 10.0.0.241 - - [2026-06-22 02:47:55] "DELETE /project/72f5df27-1d0f-47c9-888f-a582bb205d6c HTTP/1.1" 200 115 0.784966 10.0.0.241 - - [2026-06-22 02:47:55] "DELETE /access-control-list/54235161-853c-42f4-96f6-8be7ad70cb74 HTTP/1.1" 200 115 0.077094 10.0.0.241 - - [2026-06-22 02:47:55] "DELETE /project/748f1e0e-3f6f-440f-93c1-93949d94be51 HTTP/1.1" 200 115 0.821761 10.0.0.19 - - [2026-06-22 02:47:56] "POST /neutron/port HTTP/1.1" 200 1231 0.022118 10.0.0.241 - - [2026-06-22 02:47:57] "POST /useragent-kv HTTP/1.1" 200 115 0.009585 10.0.0.241 - - [2026-06-22 02:47:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002613 10.0.0.241 - - [2026-06-22 02:47:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002846 10.0.0.241 - - [2026-06-22 02:47:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002457 10.0.0.19 - - [2026-06-22 02:47:57] "POST /neutron/network HTTP/1.1" 200 151 0.163454 10.0.0.241 - - [2026-06-22 02:47:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006997 10.0.0.19 - - [2026-06-22 02:47:57] "POST /neutron/network HTTP/1.1" 200 1085 0.009683 10.0.0.241 - - [2026-06-22 02:47:58] "DELETE /route-target/ee719f90-17fa-49c3-a1c7-e56dffe4c5d4 HTTP/1.1" 200 115 0.021189 10.0.0.241 - - [2026-06-22 02:47:58] "GET /projects?obj_uuids=beb361e0-ee7c-4fe4-916d-1c3555a0d2c3&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000886 10.0.0.19 - - [2026-06-22 02:47:58] "GET /project/beb361e0-ee7c-4fe4-916d-1c3555a0d2c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1403 0.039580 10.0.0.241 - - [2026-06-22 02:47:58] "GET /projects?obj_uuids=beb361e0-ee7c-4fe4-916d-1c3555a0d2c3&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002183 10.0.0.19 - - [2026-06-22 02:47:58] "GET /project/beb361e0-ee7c-4fe4-916d-1c3555a0d2c3?fields=virtual_networks HTTP/1.1" 200 1053 0.049276 10.0.0.241 - - [2026-06-22 02:47:58] "GET /projects?obj_uuids=beb361e0-ee7c-4fe4-916d-1c3555a0d2c3&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000933 10.0.0.19 - - [2026-06-22 02:47:58] "GET /project/beb361e0-ee7c-4fe4-916d-1c3555a0d2c3?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.039557 10.0.0.241 - - [2026-06-22 02:47:58] "GET /projects?obj_uuids=beb361e0-ee7c-4fe4-916d-1c3555a0d2c3&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000890 10.0.0.19 - - [2026-06-22 02:47:58] "GET /project/beb361e0-ee7c-4fe4-916d-1c3555a0d2c3?fields=security_groups HTTP/1.1" 200 1289 0.035541 10.0.0.19 - - [2026-06-22 02:47:59] "POST /fqname-to-id HTTP/1.1" 404 200 0.023686 10.0.0.241 - - [2026-06-22 02:47:59] "GET /projects?obj_uuids=92b42ebe-adf4-46ca-94fc-0063563961b3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003465 10.0.0.241 - - [2026-06-22 02:47:59] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000855 10.0.0.241 - - [2026-06-22 02:47:59] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006326 10.0.0.241 - - [2026-06-22 02:47:59] "POST /id-to-fqname HTTP/1.1" 200 202 0.004383 10.0.0.241 - - [2026-06-22 02:47:59] "POST /fqname-to-id HTTP/1.1" 404 211 0.006049 10.0.0.241 - - [2026-06-22 02:47:59] "POST /security-groups HTTP/1.1" 200 603 0.074381 10.0.0.241 - - [2026-06-22 02:47:59] "POST /projects HTTP/1.1" 200 609 0.292883 10.0.0.241 - - [2026-06-22 02:47:59] "POST /fqname-to-id HTTP/1.1" 404 245 0.011922 10.0.0.241 - - [2026-06-22 02:47:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.361030 10.0.0.19 - - [2026-06-22 02:47:59] "GET /project/92b42ebe-adf4-46ca-94fc-0063563961b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.494431 10.0.0.19 - - [2026-06-22 02:48:00] "GET / HTTP/1.1" 200 36215 0.001338 10.0.0.19 - - [2026-06-22 02:48:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000418 10.0.0.19 - - [2026-06-22 02:48:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.053485 10.0.0.241 - - [2026-06-22 02:48:02] "GET /projects?obj_uuids=92b42ebe-adf4-46ca-94fc-0063563961b3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000820 10.0.0.19 - - [2026-06-22 02:48:02] "GET /project/92b42ebe-adf4-46ca-94fc-0063563961b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.043910 10.0.0.241 - - [2026-06-22 02:48:02] "GET /projects?obj_uuids=92b42ebe-adf4-46ca-94fc-0063563961b3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000977 10.0.0.19 - - [2026-06-22 02:48:02] "POST /neutron/network HTTP/1.1" 200 619 0.124036 10.0.0.241 - - [2026-06-22 02:48:02] "POST /ref-update HTTP/1.1" 200 156 0.024561 10.0.0.19 - - [2026-06-22 02:48:02] "POST /id-to-fqname HTTP/1.1" 200 233 0.003590 10.0.0.19 - - [2026-06-22 02:48:02] "GET /virtual-network/4543af55-d6e5-4c98-a38d-0e0579f1da17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005308 10.0.0.19 - - [2026-06-22 02:48:02] "POST /neutron/network HTTP/1.1" 200 839 0.006440 10.0.0.19 - - [2026-06-22 02:48:02] "GET /virtual-network/4543af55-d6e5-4c98-a38d-0e0579f1da17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005160 10.0.0.19 - - [2026-06-22 02:48:03] "GET /virtual-network/4543af55-d6e5-4c98-a38d-0e0579f1da17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005440 10.0.0.129 - - [2026-06-22 02:48:04] "GET /obj-perms HTTP/1.1" 200 4491 0.063399 10.0.0.19 - - [2026-06-22 02:48:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.241 - - [2026-06-22 02:48:05] "GET /projects?obj_uuids=92b42ebe-adf4-46ca-94fc-0063563961b3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000981 10.0.0.19 - - [2026-06-22 02:48:05] "GET /project/92b42ebe-adf4-46ca-94fc-0063563961b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.041484 10.0.0.19 - - [2026-06-22 02:48:05] "POST /neutron/network HTTP/1.1" 200 117 0.013094 10.0.0.19 - - [2026-06-22 02:48:05] "POST /neutron/network HTTP/1.1" 200 839 0.008007 10.0.0.19 - - [2026-06-22 02:48:05] "POST /id-to-fqname HTTP/1.1" 200 233 0.000962 10.0.0.19 - - [2026-06-22 02:48:05] "GET /virtual-network/ace0906d-3efb-46f4-95b5-df8c28aa88b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.004814 10.0.0.19 - - [2026-06-22 02:48:05] "GET /virtual-network/ace0906d-3efb-46f4-95b5-df8c28aa88b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.004998 10.0.0.19 - - [2026-06-22 02:48:05] "POST /neutron/subnet HTTP/1.1" 200 729 0.008432 10.0.0.19 - - [2026-06-22 02:48:06] "GET /virtual-network/ace0906d-3efb-46f4-95b5-df8c28aa88b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005813 10.0.0.19 - - [2026-06-22 02:48:06] "GET /obj-perms HTTP/1.1" 200 4491 0.032462 10.0.0.241 - - [2026-06-22 02:48:06] "GET /obj-perms HTTP/1.1" 200 4491 0.032913 10.0.0.19 - - [2026-06-22 02:48:06] "POST /id-to-fqname HTTP/1.1" 200 233 0.001232 10.0.0.241 - - [2026-06-22 02:48:39] "GET /projects?obj_uuids=92b42ebe-adf4-46ca-94fc-0063563961b3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000952 10.0.0.19 - - [2026-06-22 02:48:39] "GET /project/92b42ebe-adf4-46ca-94fc-0063563961b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.068191 10.0.0.19 - - [2026-06-22 02:48:39] "POST /neutron/port HTTP/1.1" 200 117 0.008386 10.0.0.19 - - [2026-06-22 02:48:40] "POST /id-to-fqname HTTP/1.1" 200 233 0.001221 10.0.0.19 - - [2026-06-22 02:48:40] "POST /neutron/network HTTP/1.1" 200 849 0.007004 10.0.0.241 - - [2026-06-22 02:48:40] "GET /projects?obj_uuids=92b42ebe-adf4-46ca-94fc-0063563961b3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000891 10.0.0.19 - - [2026-06-22 02:48:40] "GET /project/92b42ebe-adf4-46ca-94fc-0063563961b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.062003 10.0.0.19 - - [2026-06-22 02:48:41] "POST /neutron/port HTTP/1.1" 200 117 0.005833 10.0.0.19 - - [2026-06-22 02:48:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.241 - - [2026-06-22 02:48:41] "GET /projects?obj_uuids=92b42ebe-adf4-46ca-94fc-0063563961b3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000852 10.0.0.19 - - [2026-06-22 02:48:41] "GET /project/92b42ebe-adf4-46ca-94fc-0063563961b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.050766 10.0.0.19 - - [2026-06-22 02:48:41] "GET /virtual-network/4543af55-d6e5-4c98-a38d-0e0579f1da17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007418 10.0.0.19 - - [2026-06-22 02:48:41] "GET /floating-ip-pools?parent_id=4543af55-d6e5-4c98-a38d-0e0579f1da17&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003402 10.0.0.19 - - [2026-06-22 02:48:41] "GET /virtual-network/4543af55-d6e5-4c98-a38d-0e0579f1da17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006074 10.0.0.19 - - [2026-06-22 02:48:41] "POST /floating-ip-pools HTTP/1.1" 200 611 0.034754 10.0.0.19 - - [2026-06-22 02:48:41] "POST /ref-update HTTP/1.1" 200 156 0.017765 10.0.0.19 - - [2026-06-22 02:48:41] "GET /virtual-network/4543af55-d6e5-4c98-a38d-0e0579f1da17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005295 10.0.0.19 - - [2026-06-22 02:48:41] "GET /virtual-network/4543af55-d6e5-4c98-a38d-0e0579f1da17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.011991 10.0.0.241 - - [2026-06-22 02:48:44] "GET /projects?obj_uuids=92b42ebe-adf4-46ca-94fc-0063563961b3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001070 10.0.0.19 - - [2026-06-22 02:48:44] "POST /neutron/port HTTP/1.1" 200 1073 0.325405 10.0.0.19 - - [2026-06-22 02:48:44] "POST /neutron/port HTTP/1.1" 200 1127 0.118491 10.0.0.19 - - [2026-06-22 02:48:45] "POST /neutron/port HTTP/1.1" 200 1137 0.019110 10.0.0.19 - - [2026-06-22 02:48:45] "POST /neutron/port HTTP/1.1" 200 1073 0.037703 10.0.0.19 - - [2026-06-22 02:48:45] "POST /neutron/port HTTP/1.1" 200 1073 0.013180 10.0.0.19 - - [2026-06-22 02:48:46] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007845 10.0.0.19 - - [2026-06-22 02:48:47] "POST /neutron/subnet HTTP/1.1" 200 704 0.009712 10.0.0.19 - - [2026-06-22 02:48:52] "POST /neutron/port HTTP/1.1" 200 1137 0.025181 10.0.0.241 - - [2026-06-22 02:48:55] "DELETE /project/92b42ebeadf446ca94fc0063563961b3 HTTP/1.1" 404 173 0.005715 10.0.0.241 - - [2026-06-22 02:48:55] "GET /projects?obj_uuids=beb361e0-ee7c-4fe4-916d-1c3555a0d2c3&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000904 10.0.0.241 - - [2026-06-22 02:48:55] "GET /project/beb361e0-ee7c-4fe4-916d-1c3555a0d2c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1505 0.061248 10.0.0.241 - - [2026-06-22 02:48:55] "GET /projects?obj_uuids=beb361e0-ee7c-4fe4-916d-1c3555a0d2c3&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000820 10.0.0.241 - - [2026-06-22 02:48:55] "GET /project/beb361e0-ee7c-4fe4-916d-1c3555a0d2c3?fields=security_groups HTTP/1.1" 200 1391 0.061425 10.0.0.241 - - [2026-06-22 02:48:55] "DELETE /security-group/9da23d87-8717-400b-a8c1-15aa7f47611b HTTP/1.1" 200 115 0.070388 10.0.0.241 - - [2026-06-22 02:48:55] "GET /projects?obj_uuids=beb361e0-ee7c-4fe4-916d-1c3555a0d2c3&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001102 10.0.0.241 - - [2026-06-22 02:48:55] "DELETE /access-control-list/496dad32-41ad-483d-8118-ebf8329dc60f HTTP/1.1" 200 115 0.049707 10.0.0.241 - - [2026-06-22 02:48:55] "GET /project/beb361e0-ee7c-4fe4-916d-1c3555a0d2c3?fields=application_policy_sets HTTP/1.1" 200 1430 0.061253 10.0.0.241 - - [2026-06-22 02:48:56] "DELETE /project/beb361e0-ee7c-4fe4-916d-1c3555a0d2c3 HTTP/1.1" 200 115 0.488593 10.0.0.19 - - [2026-06-22 02:48:57] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008809 10.0.0.19 - - [2026-06-22 02:49:07] "POST /neutron/port HTTP/1.1" 200 1137 0.016096 10.0.0.19 - - [2026-06-22 02:49:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007360 10.0.0.19 - - [2026-06-22 02:49:22] "POST /neutron/port HTTP/1.1" 200 1137 0.018009 10.0.0.19 - - [2026-06-22 02:49:27] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007074 10.0.0.19 - - [2026-06-22 02:49:37] "POST /neutron/port HTTP/1.1" 200 1137 0.016079 10.0.0.19 - - [2026-06-22 02:49:37] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007078 10.0.0.19 - - [2026-06-22 02:49:38] "GET /virtual-machine/9450099f-c0c2-41bc-a30f-38492b9c0cac HTTP/1.1" 401 292 0.000402 10.0.0.19 - - [2026-06-22 02:49:38] "GET /virtual-machine/9450099f-c0c2-41bc-a30f-38492b9c0cac HTTP/1.1" 200 1307 0.022626 10.0.0.19 - - [2026-06-22 02:49:38] "GET /virtual-machine-interface/cb78e506-248f-4188-87c4-8a7b251ae2ae HTTP/1.1" 200 3011 0.005054 10.0.0.19 - - [2026-06-22 02:49:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005256 10.0.0.19 - - [2026-06-22 02:49:38] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005774 10.0.0.19 - - [2026-06-22 02:49:38] "GET /virtual-networks?parent_id=92b42ebe-adf4-46ca-94fc-0063563961b3&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.006446 10.0.0.19 - - [2026-06-22 02:49:38] "GET /virtual-network/ace0906d-3efb-46f4-95b5-df8c28aa88b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005523 10.0.0.19 - - [2026-06-22 02:49:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.19 - - [2026-06-22 02:49:41] "GET /virtual-network/ace0906d-3efb-46f4-95b5-df8c28aa88b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.004926 10.0.0.19 - - [2026-06-22 02:49:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.19 - - [2026-06-22 02:49:45] "GET /virtual-network/ace0906d-3efb-46f4-95b5-df8c28aa88b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005193 10.0.0.19 - - [2026-06-22 02:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.19 - - [2026-06-22 02:49:49] "GET /virtual-network/ace0906d-3efb-46f4-95b5-df8c28aa88b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.008930 10.0.0.19 - - [2026-06-22 02:49:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.009020 10.0.0.19 - - [2026-06-22 02:49:53] "GET /virtual-network/ace0906d-3efb-46f4-95b5-df8c28aa88b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006495 10.0.0.19 - - [2026-06-22 02:49:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.19 - - [2026-06-22 02:49:57] "GET /virtual-network/ace0906d-3efb-46f4-95b5-df8c28aa88b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.008067 10.0.0.19 - - [2026-06-22 02:50:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.19 - - [2026-06-22 02:50:01] "GET /virtual-network/ace0906d-3efb-46f4-95b5-df8c28aa88b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006611 10.0.0.19 - - [2026-06-22 02:50:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.19 - - [2026-06-22 02:50:03] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004937 10.0.0.19 - - [2026-06-22 02:50:03] "GET /virtual-networks?parent_id=92b42ebe-adf4-46ca-94fc-0063563961b3&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003166 10.0.0.19 - - [2026-06-22 02:50:03] "GET /virtual-network/ace0906d-3efb-46f4-95b5-df8c28aa88b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.007299 10.0.0.19 - - [2026-06-22 02:50:04] "POST /neutron/port HTTP/1.1" 200 1137 0.017920 10.0.0.19 - - [2026-06-22 02:50:06] "POST /neutron/security_group HTTP/1.1" 200 2070 0.324119 10.0.0.19 - - [2026-06-22 02:50:09] "POST /neutron/port HTTP/1.1" 200 1137 0.019388 10.0.0.19 - - [2026-06-22 02:50:14] "POST /neutron/port HTTP/1.1" 200 1137 0.018934 10.0.0.19 - - [2026-06-22 02:50:14] "POST /neutron/port HTTP/1.1" 200 1137 0.022714 10.0.0.19 - - [2026-06-22 02:50:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009007 10.0.0.19 - - [2026-06-22 02:50:14] "GET /virtual-machine/f98b8e58-a9b0-462e-b8a5-7ded3578b574 HTTP/1.1" 200 1307 0.006080 10.0.0.19 - - [2026-06-22 02:50:14] "GET /virtual-machine-interface/40d36c7a-8695-4250-a6fc-dd26d8549ecd HTTP/1.1" 200 3011 0.004795 10.0.0.19 - - [2026-06-22 02:50:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.19 - - [2026-06-22 02:50:14] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003869 10.0.0.19 - - [2026-06-22 02:50:14] "GET /virtual-networks?parent_id=92b42ebe-adf4-46ca-94fc-0063563961b3&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002576 10.0.0.19 - - [2026-06-22 02:50:14] "GET /virtual-network/4543af55-d6e5-4c98-a38d-0e0579f1da17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005502 10.0.0.19 - - [2026-06-22 02:50:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.19 - - [2026-06-22 02:50:15] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003633 10.0.0.19 - - [2026-06-22 02:50:15] "GET /virtual-networks?parent_id=92b42ebe-adf4-46ca-94fc-0063563961b3&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002718 10.0.0.19 - - [2026-06-22 02:50:15] "GET /virtual-network/4543af55-d6e5-4c98-a38d-0e0579f1da17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005617 10.0.0.19 - - [2026-06-22 02:50:16] "POST /neutron/floatingip HTTP/1.1" 200 579 0.018757 10.0.0.19 - - [2026-06-22 02:50:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.19 - - [2026-06-22 02:50:16] "GET /routing-instance/99410627-8576-4d9b-8927-4f9295452016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.003706 10.0.0.19 - - [2026-06-22 02:50:16] "GET /route-target/79bc9603-2ee4-4a97-ad05-50c4cbac5e94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004802 10.0.0.19 - - [2026-06-22 02:50:18] "POST /neutron/port HTTP/1.1" 200 1137 0.019306 10.0.0.19 - - [2026-06-22 02:50:18] "POST /neutron/subnet HTTP/1.1" 200 704 0.009061 10.0.0.19 - - [2026-06-22 02:50:18] "POST /neutron/port HTTP/1.1" 200 1137 0.017679 10.0.0.19 - - [2026-06-22 02:50:19] "POST /neutron/subnet HTTP/1.1" 200 703 0.008107 10.0.0.19 - - [2026-06-22 02:50:24] "POST /neutron/floatingip HTTP/1.1" 200 579 0.015007 10.0.0.19 - - [2026-06-22 02:50:24] "POST /neutron/floatingip HTTP/1.1" 200 115 0.048603 10.0.0.19 - - [2026-06-22 02:50:24] "GET /floating-ip-pool/5277c0cc-c4d6-4aab-a2c9-3fcea68895f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.004223 10.0.0.19 - - [2026-06-22 02:50:24] "POST /ref-update HTTP/1.1" 200 156 0.015298 10.0.0.19 - - [2026-06-22 02:50:24] "DELETE /floating-ip-pool/5277c0cc-c4d6-4aab-a2c9-3fcea68895f6 HTTP/1.1" 200 115 0.031178 10.0.0.19 - - [2026-06-22 02:50:26] "POST /neutron/port HTTP/1.1" 200 1137 0.036878 10.0.0.19 - - [2026-06-22 02:50:26] "POST /neutron/network HTTP/1.1" 200 839 0.021657 10.0.0.19 - - [2026-06-22 02:50:26] "POST /neutron/port HTTP/1.1" 200 151 0.254567 10.0.0.241 - - [2026-06-22 02:50:28] "POST /useragent-kv HTTP/1.1" 200 115 0.006786 10.0.0.241 - - [2026-06-22 02:50:28] "POST /useragent-kv HTTP/1.1" 200 115 0.004814 10.0.0.19 - - [2026-06-22 02:50:28] "POST /neutron/network HTTP/1.1" 200 151 0.124913 10.0.0.241 - - [2026-06-22 02:50:28] "DELETE /route-target/8b7c257b-3451-4502-80b3-8c3832abaa2d HTTP/1.1" 200 115 0.026997 10.0.0.241 - - [2026-06-22 02:50:30] "GET /projects?obj_uuids=92b42ebe-adf4-46ca-94fc-0063563961b3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001213 10.0.0.19 - - [2026-06-22 02:50:30] "GET /project/92b42ebe-adf4-46ca-94fc-0063563961b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.054494 10.0.0.241 - - [2026-06-22 02:50:30] "GET /projects?obj_uuids=92b42ebe-adf4-46ca-94fc-0063563961b3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000869 10.0.0.19 - - [2026-06-22 02:50:30] "GET /project/92b42ebe-adf4-46ca-94fc-0063563961b3?fields=virtual_networks HTTP/1.1" 200 1059 0.035432 10.0.0.241 - - [2026-06-22 02:50:30] "GET /projects?obj_uuids=92b42ebe-adf4-46ca-94fc-0063563961b3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000959 10.0.0.19 - - [2026-06-22 02:50:30] "GET /project/92b42ebe-adf4-46ca-94fc-0063563961b3?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.046852 10.0.0.241 - - [2026-06-22 02:50:30] "GET /projects?obj_uuids=92b42ebe-adf4-46ca-94fc-0063563961b3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001525 10.0.0.19 - - [2026-06-22 02:50:30] "GET /project/92b42ebe-adf4-46ca-94fc-0063563961b3?fields=security_groups HTTP/1.1" 200 1298 0.040793 10.0.0.19 - - [2026-06-22 02:50:31] "POST /fqname-to-id HTTP/1.1" 404 188 0.044456 10.0.0.241 - - [2026-06-22 02:50:31] "GET /projects?obj_uuids=68e610c5-65aa-4cd1-8de2-43b2c8a13d1b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003076 10.0.0.241 - - [2026-06-22 02:50:31] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001482 10.0.0.241 - - [2026-06-22 02:50:31] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007540 10.0.0.241 - - [2026-06-22 02:50:31] "POST /id-to-fqname HTTP/1.1" 200 190 0.004985 10.0.0.241 - - [2026-06-22 02:50:31] "POST /fqname-to-id HTTP/1.1" 404 199 0.009276 10.0.0.241 - - [2026-06-22 02:50:32] "POST /security-groups HTTP/1.1" 200 591 0.077216 10.0.0.241 - - [2026-06-22 02:50:32] "POST /fqname-to-id HTTP/1.1" 404 234 0.007234 10.0.0.241 - - [2026-06-22 02:50:32] "POST /projects HTTP/1.1" 200 585 0.310927 10.0.0.241 - - [2026-06-22 02:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.385563 10.0.0.241 - - [2026-06-22 02:50:32] "POST /access-control-lists HTTP/1.1" 200 596 0.041238 10.0.0.19 - - [2026-06-22 02:50:32] "GET /project/68e610c5-65aa-4cd1-8de2-43b2c8a13d1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.553993 10.0.0.19 - - [2026-06-22 02:50:33] "GET / HTTP/1.1" 200 36215 0.001585 10.0.0.241 - - [2026-06-22 02:50:36] "GET /projects?obj_uuids=68e610c5-65aa-4cd1-8de2-43b2c8a13d1b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000914 10.0.0.19 - - [2026-06-22 02:50:36] "GET /project/68e610c5-65aa-4cd1-8de2-43b2c8a13d1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.042662 10.0.0.241 - - [2026-06-22 02:50:36] "GET /projects?obj_uuids=68e610c5-65aa-4cd1-8de2-43b2c8a13d1b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000934 10.0.0.19 - - [2026-06-22 02:50:36] "GET /project/68e610c5-65aa-4cd1-8de2-43b2c8a13d1b?fields=virtual_networks HTTP/1.1" 200 1034 0.070240 10.0.0.241 - - [2026-06-22 02:50:36] "GET /projects?obj_uuids=68e610c5-65aa-4cd1-8de2-43b2c8a13d1b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001223 10.0.0.19 - - [2026-06-22 02:50:36] "GET /project/68e610c5-65aa-4cd1-8de2-43b2c8a13d1b?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.048515 10.0.0.241 - - [2026-06-22 02:50:36] "GET /projects?obj_uuids=68e610c5-65aa-4cd1-8de2-43b2c8a13d1b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001265 10.0.0.19 - - [2026-06-22 02:50:36] "GET /project/68e610c5-65aa-4cd1-8de2-43b2c8a13d1b?fields=security_groups HTTP/1.1" 200 1261 0.040241 10.0.0.19 - - [2026-06-22 02:50:37] "POST /fqname-to-id HTTP/1.1" 404 183 0.025711 10.0.0.241 - - [2026-06-22 02:50:37] "GET /projects?obj_uuids=580fbb5d-93d3-4592-9752-f322d2ccb823&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003230 10.0.0.241 - - [2026-06-22 02:50:37] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001091 10.0.0.241 - - [2026-06-22 02:50:37] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007783 10.0.0.241 - - [2026-06-22 02:50:37] "POST /id-to-fqname HTTP/1.1" 200 185 0.005710 10.0.0.241 - - [2026-06-22 02:50:37] "POST /fqname-to-id HTTP/1.1" 404 194 0.004595 10.0.0.241 - - [2026-06-22 02:50:37] "POST /security-groups HTTP/1.1" 200 586 0.030259 10.0.0.241 - - [2026-06-22 02:50:37] "POST /projects HTTP/1.1" 200 575 0.244152 10.0.0.241 - - [2026-06-22 02:50:37] "POST /fqname-to-id HTTP/1.1" 404 228 0.011540 10.0.0.241 - - [2026-06-22 02:50:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.315791 10.0.0.19 - - [2026-06-22 02:50:37] "GET /project/580fbb5d-93d3-4592-9752-f322d2ccb823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.445870 10.0.0.19 - - [2026-06-22 02:50:38] "GET / HTTP/1.1" 200 36215 0.001328 10.0.0.241 - - [2026-06-22 02:50:44] "GET /projects?obj_uuids=580fbb5d-93d3-4592-9752-f322d2ccb823&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000981 10.0.0.19 - - [2026-06-22 02:50:44] "GET /project/580fbb5d-93d3-4592-9752-f322d2ccb823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.041963 10.0.0.241 - - [2026-06-22 02:50:44] "GET /projects?obj_uuids=580fbb5d-93d3-4592-9752-f322d2ccb823&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000938 10.0.0.19 - - [2026-06-22 02:50:44] "GET /project/580fbb5d-93d3-4592-9752-f322d2ccb823?fields=virtual_networks HTTP/1.1" 200 1024 0.053587 10.0.0.241 - - [2026-06-22 02:50:44] "GET /projects?obj_uuids=580fbb5d-93d3-4592-9752-f322d2ccb823&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000979 10.0.0.19 - - [2026-06-22 02:50:44] "GET /project/580fbb5d-93d3-4592-9752-f322d2ccb823?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.042659 10.0.0.241 - - [2026-06-22 02:50:44] "GET /projects?obj_uuids=580fbb5d-93d3-4592-9752-f322d2ccb823&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000913 10.0.0.19 - - [2026-06-22 02:50:44] "GET /project/580fbb5d-93d3-4592-9752-f322d2ccb823?fields=security_groups HTTP/1.1" 200 1246 0.052581 10.0.0.19 - - [2026-06-22 02:50:45] "POST /fqname-to-id HTTP/1.1" 404 187 0.024923 10.0.0.241 - - [2026-06-22 02:50:45] "GET /projects?obj_uuids=68dfd9e3-caf6-4eb6-9a41-576beecc8732&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004577 10.0.0.241 - - [2026-06-22 02:50:45] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001943 10.0.0.241 - - [2026-06-22 02:50:45] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009221 10.0.0.241 - - [2026-06-22 02:50:46] "POST /id-to-fqname HTTP/1.1" 200 189 0.010937 10.0.0.241 - - [2026-06-22 02:50:46] "POST /fqname-to-id HTTP/1.1" 404 198 0.008218 10.0.0.241 - - [2026-06-22 02:50:46] "POST /security-groups HTTP/1.1" 200 590 0.036188 10.0.0.241 - - [2026-06-22 02:50:46] "POST /projects HTTP/1.1" 200 583 0.273883 10.0.0.241 - - [2026-06-22 02:50:46] "POST /access-control-lists HTTP/1.1" 200 597 0.027144 10.0.0.241 - - [2026-06-22 02:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.341487 10.0.0.19 - - [2026-06-22 02:50:46] "GET /project/68dfd9e3-caf6-4eb6-9a41-576beecc8732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.480455 10.0.0.19 - - [2026-06-22 02:50:47] "GET / HTTP/1.1" 200 36215 0.001372 10.0.0.241 - - [2026-06-22 02:50:50] "GET /projects?obj_uuids=68dfd9e3-caf6-4eb6-9a41-576beecc8732&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001647 10.0.0.19 - - [2026-06-22 02:50:50] "GET /project/68dfd9e3-caf6-4eb6-9a41-576beecc8732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.071412 10.0.0.241 - - [2026-06-22 02:50:50] "GET /projects?obj_uuids=68dfd9e3-caf6-4eb6-9a41-576beecc8732&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002189 10.0.0.19 - - [2026-06-22 02:50:50] "GET /project/68dfd9e3-caf6-4eb6-9a41-576beecc8732?fields=virtual_networks HTTP/1.1" 200 1032 0.070411 10.0.0.241 - - [2026-06-22 02:50:50] "GET /projects?obj_uuids=68dfd9e3-caf6-4eb6-9a41-576beecc8732&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001033 10.0.0.19 - - [2026-06-22 02:50:50] "GET /project/68dfd9e3-caf6-4eb6-9a41-576beecc8732?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.072579 10.0.0.241 - - [2026-06-22 02:50:50] "GET /projects?obj_uuids=68dfd9e3-caf6-4eb6-9a41-576beecc8732&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000991 10.0.0.19 - - [2026-06-22 02:50:51] "GET /project/68dfd9e3-caf6-4eb6-9a41-576beecc8732?fields=security_groups HTTP/1.1" 200 1258 0.064098 10.0.0.19 - - [2026-06-22 02:50:51] "POST /fqname-to-id HTTP/1.1" 404 188 0.030930 10.0.0.241 - - [2026-06-22 02:50:51] "GET /projects?obj_uuids=7d8b68c5-9a4f-48a3-8e3b-fbb07600b151&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003278 10.0.0.241 - - [2026-06-22 02:50:52] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001370 10.0.0.241 - - [2026-06-22 02:50:52] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008779 10.0.0.241 - - [2026-06-22 02:50:52] "POST /id-to-fqname HTTP/1.1" 200 190 0.002086 10.0.0.241 - - [2026-06-22 02:50:52] "POST /fqname-to-id HTTP/1.1" 404 199 0.008424 10.0.0.241 - - [2026-06-22 02:50:52] "POST /security-groups HTTP/1.1" 200 591 0.058927 10.0.0.241 - - [2026-06-22 02:50:52] "POST /fqname-to-id HTTP/1.1" 404 234 0.003513 10.0.0.241 - - [2026-06-22 02:50:52] "POST /projects HTTP/1.1" 200 585 0.338447 10.0.0.241 - - [2026-06-22 02:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.406547 10.0.0.241 - - [2026-06-22 02:50:52] "POST /access-control-lists HTTP/1.1" 200 596 0.032344 10.0.0.19 - - [2026-06-22 02:50:52] "GET /project/7d8b68c5-9a4f-48a3-8e3b-fbb07600b151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.570633 10.0.0.19 - - [2026-06-22 02:50:53] "GET / HTTP/1.1" 200 36215 0.002591 10.0.0.241 - - [2026-06-22 02:50:56] "DELETE /project/68e610c565aa4cd18de243b2c8a13d1b HTTP/1.1" 404 173 0.020740 10.0.0.241 - - [2026-06-22 02:50:56] "DELETE /project/68dfd9e3caf64eb69a41576beecc8732 HTTP/1.1" 404 173 0.015949 10.0.0.241 - - [2026-06-22 02:50:56] "DELETE /project/580fbb5d93d345929752f322d2ccb823 HTTP/1.1" 404 173 0.009447 10.0.0.241 - - [2026-06-22 02:50:56] "DELETE /project/7d8b68c59a4f48a38e3bfbb07600b151 HTTP/1.1" 404 173 0.013122 10.0.0.241 - - [2026-06-22 02:50:56] "GET /projects?obj_uuids=68e610c5-65aa-4cd1-8de2-43b2c8a13d1b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000990 10.0.0.241 - - [2026-06-22 02:50:56] "GET /projects?obj_uuids=92b42ebe-adf4-46ca-94fc-0063563961b3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001254 10.0.0.241 - - [2026-06-22 02:50:56] "GET /projects?obj_uuids=580fbb5d-93d3-4592-9752-f322d2ccb823&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001009 10.0.0.241 - - [2026-06-22 02:50:56] "GET /projects?obj_uuids=68dfd9e3-caf6-4eb6-9a41-576beecc8732&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000884 10.0.0.241 - - [2026-06-22 02:50:56] "GET /project/68e610c5-65aa-4cd1-8de2-43b2c8a13d1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.066504 10.0.0.241 - - [2026-06-22 02:50:56] "GET /project/68dfd9e3-caf6-4eb6-9a41-576beecc8732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.097723 10.0.0.241 - - [2026-06-22 02:50:56] "GET /projects?obj_uuids=68e610c5-65aa-4cd1-8de2-43b2c8a13d1b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002015 10.0.0.241 - - [2026-06-22 02:50:56] "GET /project/580fbb5d-93d3-4592-9752-f322d2ccb823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.117605 10.0.0.241 - - [2026-06-22 02:50:56] "GET /project/92b42ebe-adf4-46ca-94fc-0063563961b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.127825 10.0.0.241 - - [2026-06-22 02:50:56] "GET /projects?obj_uuids=68dfd9e3-caf6-4eb6-9a41-576beecc8732&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001778 10.0.0.241 - - [2026-06-22 02:50:56] "GET /projects?obj_uuids=92b42ebe-adf4-46ca-94fc-0063563961b3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001848 10.0.0.241 - - [2026-06-22 02:50:56] "GET /projects?obj_uuids=580fbb5d-93d3-4592-9752-f322d2ccb823&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001352 10.0.0.241 - - [2026-06-22 02:50:56] "GET /project/68e610c5-65aa-4cd1-8de2-43b2c8a13d1b?fields=security_groups HTTP/1.1" 200 1363 0.155950 10.0.0.241 - - [2026-06-22 02:50:56] "GET /project/580fbb5d-93d3-4592-9752-f322d2ccb823?fields=security_groups HTTP/1.1" 200 1348 0.103984 10.0.0.241 - - [2026-06-22 02:50:56] "GET /project/92b42ebe-adf4-46ca-94fc-0063563961b3?fields=security_groups HTTP/1.1" 200 1400 0.106933 10.0.0.241 - - [2026-06-22 02:50:56] "GET /project/68dfd9e3-caf6-4eb6-9a41-576beecc8732?fields=security_groups HTTP/1.1" 200 1360 0.148652 10.0.0.241 - - [2026-06-22 02:50:56] "DELETE /security-group/c9893828-59dc-495a-9b60-4af62889c244 HTTP/1.1" 200 115 0.097722 10.0.0.241 - - [2026-06-22 02:50:56] "DELETE /security-group/d63f6023-0d5b-4f28-92f5-07f28134a6c0 HTTP/1.1" 200 115 0.110755 10.0.0.241 - - [2026-06-22 02:50:56] "GET /projects?obj_uuids=580fbb5d-93d3-4592-9752-f322d2ccb823&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001863 10.0.0.241 - - [2026-06-22 02:50:56] "DELETE /security-group/450d72d7-c535-4616-b299-7dc9a5bbb0ca HTTP/1.1" 200 115 0.120755 10.0.0.241 - - [2026-06-22 02:50:56] "GET /projects?obj_uuids=68e610c5-65aa-4cd1-8de2-43b2c8a13d1b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001283 10.0.0.241 - - [2026-06-22 02:50:56] "GET /projects?obj_uuids=92b42ebe-adf4-46ca-94fc-0063563961b3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001153 10.0.0.241 - - [2026-06-22 02:50:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.241 - - [2026-06-22 02:50:56] "GET /project/580fbb5d-93d3-4592-9752-f322d2ccb823?fields=application_policy_sets HTTP/1.1" 200 1387 0.176301 10.0.0.241 - - [2026-06-22 02:50:56] "GET /project/68e610c5-65aa-4cd1-8de2-43b2c8a13d1b?fields=application_policy_sets HTTP/1.1" 200 1402 0.184937 10.0.0.241 - - [2026-06-22 02:50:56] "DELETE /security-group/160324d4-e9ba-4715-bc48-dfc506bb172d HTTP/1.1" 200 115 0.246777 10.0.0.241 - - [2026-06-22 02:50:56] "GET /projects?obj_uuids=68dfd9e3-caf6-4eb6-9a41-576beecc8732&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001026 10.0.0.241 - - [2026-06-22 02:50:56] "DELETE /access-control-list/55213cbc-0f3b-4475-b504-45fd77865fdb HTTP/1.1" 200 115 0.087415 10.0.0.241 - - [2026-06-22 02:50:56] "GET /project/92b42ebe-adf4-46ca-94fc-0063563961b3?fields=application_policy_sets HTTP/1.1" 200 1439 0.197294 10.0.0.241 - - [2026-06-22 02:50:56] "GET /projects?obj_uuids=7d8b68c5-9a4f-48a3-8e3b-fbb07600b151&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001664 10.0.0.241 - - [2026-06-22 02:50:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000783 10.0.0.241 - - [2026-06-22 02:50:56] "GET /project/68dfd9e3-caf6-4eb6-9a41-576beecc8732?fields=application_policy_sets HTTP/1.1" 200 1399 0.134032 10.0.0.19 - - [2026-06-22 02:50:57] "GET /project/7d8b68c5-9a4f-48a3-8e3b-fbb07600b151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.207015 10.0.0.241 - - [2026-06-22 02:50:57] "GET /projects?obj_uuids=7d8b68c5-9a4f-48a3-8e3b-fbb07600b151&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001214 10.0.0.241 - - [2026-06-22 02:50:57] "DELETE /access-control-list/2123df37-61f5-4b36-a7df-5ecd9d12f416 HTTP/1.1" 200 115 0.107931 10.0.0.19 - - [2026-06-22 02:50:57] "GET /project/7d8b68c5-9a4f-48a3-8e3b-fbb07600b151?fields=virtual_networks HTTP/1.1" 200 1034 0.121696 10.0.0.241 - - [2026-06-22 02:50:57] "DELETE /project/580fbb5d-93d3-4592-9752-f322d2ccb823 HTTP/1.1" 200 115 1.029960 10.0.0.241 - - [2026-06-22 02:50:57] "DELETE /project/68e610c5-65aa-4cd1-8de2-43b2c8a13d1b HTTP/1.1" 200 115 1.035311 10.0.0.241 - - [2026-06-22 02:50:57] "GET /projects?obj_uuids=7d8b68c5-9a4f-48a3-8e3b-fbb07600b151&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001143 10.0.0.241 - - [2026-06-22 02:50:57] "DELETE /project/92b42ebe-adf4-46ca-94fc-0063563961b3 HTTP/1.1" 200 115 1.097841 10.0.0.19 - - [2026-06-22 02:50:57] "GET /project/7d8b68c5-9a4f-48a3-8e3b-fbb07600b151?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.100281 10.0.0.241 - - [2026-06-22 02:50:57] "DELETE /project/68dfd9e3-caf6-4eb6-9a41-576beecc8732 HTTP/1.1" 200 115 1.162443 10.0.0.241 - - [2026-06-22 02:50:57] "GET /projects?obj_uuids=7d8b68c5-9a4f-48a3-8e3b-fbb07600b151&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001004 10.0.0.19 - - [2026-06-22 02:50:57] "GET /project/7d8b68c5-9a4f-48a3-8e3b-fbb07600b151?fields=security_groups HTTP/1.1" 200 1261 0.051009 10.0.0.129 - - [2026-06-22 02:50:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000736 10.0.0.129 - - [2026-06-22 02:50:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.241 - - [2026-06-22 02:50:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000611 10.0.0.241 - - [2026-06-22 02:50:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000327 10.0.0.19 - - [2026-06-22 02:50:58] "POST /fqname-to-id HTTP/1.1" 404 192 0.025871 10.0.0.241 - - [2026-06-22 02:50:58] "GET /projects?obj_uuids=76b2901b-02fc-4a70-8e27-3f9021dd0178&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003642 10.0.0.19 - - [2026-06-22 02:50:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000513 10.0.0.241 - - [2026-06-22 02:50:58] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001362 10.0.0.241 - - [2026-06-22 02:50:58] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008522 10.0.0.19 - - [2026-06-22 02:50:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.241 - - [2026-06-22 02:50:58] "POST /id-to-fqname HTTP/1.1" 200 194 0.003271 10.0.0.241 - - [2026-06-22 02:50:58] "POST /fqname-to-id HTTP/1.1" 404 203 0.004810 10.0.0.129 - - [2026-06-22 02:50:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.129 - - [2026-06-22 02:50:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000316 10.0.0.241 - - [2026-06-22 02:50:58] "POST /security-groups HTTP/1.1" 200 595 0.031685 10.0.0.241 - - [2026-06-22 02:50:58] "POST /fqname-to-id HTTP/1.1" 404 238 0.003757 10.0.0.241 - - [2026-06-22 02:50:58] "POST /projects HTTP/1.1" 200 593 0.279075 10.0.0.241 - - [2026-06-22 02:50:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.330246 10.0.0.241 - - [2026-06-22 02:50:58] "POST /access-control-lists HTTP/1.1" 200 600 0.032656 10.0.0.19 - - [2026-06-22 02:50:58] "GET /project/76b2901b-02fc-4a70-8e27-3f9021dd0178?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.533683 10.0.0.19 - - [2026-06-22 02:50:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.19 - - [2026-06-22 02:50:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.19 - - [2026-06-22 02:51:00] "GET / HTTP/1.1" 200 36215 0.001827 10.0.0.241 - - [2026-06-22 02:51:03] "GET /projects?obj_uuids=76b2901b-02fc-4a70-8e27-3f9021dd0178&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000928 10.0.0.19 - - [2026-06-22 02:51:03] "GET /project/76b2901b-02fc-4a70-8e27-3f9021dd0178?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.039975 10.0.0.241 - - [2026-06-22 02:51:03] "GET /projects?obj_uuids=76b2901b-02fc-4a70-8e27-3f9021dd0178&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000944 10.0.0.19 - - [2026-06-22 02:51:03] "GET /project/76b2901b-02fc-4a70-8e27-3f9021dd0178?fields=virtual_networks HTTP/1.1" 200 1042 0.048057 10.0.0.241 - - [2026-06-22 02:51:03] "GET /projects?obj_uuids=76b2901b-02fc-4a70-8e27-3f9021dd0178&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001038 10.0.0.19 - - [2026-06-22 02:51:03] "GET /project/76b2901b-02fc-4a70-8e27-3f9021dd0178?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.045017 10.0.0.241 - - [2026-06-22 02:51:03] "GET /projects?obj_uuids=76b2901b-02fc-4a70-8e27-3f9021dd0178&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000994 10.0.0.19 - - [2026-06-22 02:51:03] "GET /project/76b2901b-02fc-4a70-8e27-3f9021dd0178?fields=security_groups HTTP/1.1" 200 1273 0.039346 10.0.0.19 - - [2026-06-22 02:51:04] "POST /fqname-to-id HTTP/1.1" 404 183 0.032087 10.0.0.241 - - [2026-06-22 02:51:04] "GET /projects?obj_uuids=cc16c82c-a9c2-4945-aac1-861b0d43de2b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003262 10.0.0.241 - - [2026-06-22 02:51:04] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001019 10.0.0.241 - - [2026-06-22 02:51:04] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011520 10.0.0.241 - - [2026-06-22 02:51:04] "POST /id-to-fqname HTTP/1.1" 200 185 0.003003 10.0.0.241 - - [2026-06-22 02:51:04] "POST /fqname-to-id HTTP/1.1" 404 194 0.005597 10.0.0.241 - - [2026-06-22 02:51:04] "POST /security-groups HTTP/1.1" 200 586 0.086407 10.0.0.241 - - [2026-06-22 02:51:04] "POST /projects HTTP/1.1" 200 575 0.325756 10.0.0.241 - - [2026-06-22 02:51:04] "POST /fqname-to-id HTTP/1.1" 404 228 0.011568 10.0.0.241 - - [2026-06-22 02:51:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.399219 10.0.0.19 - - [2026-06-22 02:51:05] "GET /project/cc16c82c-a9c2-4945-aac1-861b0d43de2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.546586 10.0.0.19 - - [2026-06-22 02:51:06] "GET / HTTP/1.1" 200 36215 0.001540 10.0.0.129 - - [2026-06-22 02:51:06] "GET /obj-perms HTTP/1.1" 200 4493 0.093318 10.0.0.19 - - [2026-06-22 02:51:06] "POST /fqname-to-id HTTP/1.1" 404 193 0.003558 10.0.0.241 - - [2026-06-22 02:51:07] "GET /projects?obj_uuids=97b4ca50-6dd5-4cee-9a4d-19638533700f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001632 10.0.0.241 - - [2026-06-22 02:51:07] "POST /access-control-lists HTTP/1.1" 200 592 0.035776 10.0.0.241 - - [2026-06-22 02:51:07] "PUT /access-control-list/8f98e9b8-0d5a-4837-a241-b00204a82eaf HTTP/1.1" 200 273 0.012856 10.0.0.19 - - [2026-06-22 02:51:07] "POST /neutron/security_group HTTP/1.1" 200 1364 0.478567 10.0.0.19 - - [2026-06-22 02:51:08] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.133752 10.0.0.19 - - [2026-06-22 02:51:08] "POST /fqname-to-id HTTP/1.1" 404 193 0.005471 10.0.0.241 - - [2026-06-22 02:51:08] "GET /projects?obj_uuids=97b4ca50-6dd5-4cee-9a4d-19638533700f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001127 10.0.0.241 - - [2026-06-22 02:51:08] "PUT /access-control-list/8f98e9b8-0d5a-4837-a241-b00204a82eaf HTTP/1.1" 200 273 0.022671 10.0.0.241 - - [2026-06-22 02:51:08] "POST /fqname-to-id HTTP/1.1" 404 227 0.003474 10.0.0.19 - - [2026-06-22 02:51:08] "POST /neutron/security_group HTTP/1.1" 200 1364 0.423002 10.0.0.241 - - [2026-06-22 02:51:08] "PUT /access-control-list/a6faae4c-60e5-4d1b-8129-e13a4a36ca1f HTTP/1.1" 200 273 0.016682 10.0.0.19 - - [2026-06-22 02:51:08] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.171574 10.0.0.19 - - [2026-06-22 02:51:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000474 10.0.0.19 - - [2026-06-22 02:51:09] "POST /fqname-to-id HTTP/1.1" 404 210 0.023395 10.0.0.241 - - [2026-06-22 02:51:09] "GET /projects?obj_uuids=cc16c82c-a9c2-4945-aac1-861b0d43de2b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001603 10.0.0.241 - - [2026-06-22 02:51:09] "POST /fqname-to-id HTTP/1.1" 404 245 0.006080 10.0.0.241 - - [2026-06-22 02:51:09] "POST /access-control-lists HTTP/1.1" 200 607 0.029248 10.0.0.19 - - [2026-06-22 02:51:09] "POST /neutron/security_group HTTP/1.1" 200 1379 0.415669 10.0.0.19 - - [2026-06-22 02:51:10] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.128460 10.0.0.241 - - [2026-06-22 02:51:10] "PUT /access-control-list/c6f0b21a-e258-473a-bf48-5058714bed26 HTTP/1.1" 200 273 0.016760 10.0.0.19 - - [2026-06-22 02:51:10] "POST /fqname-to-id HTTP/1.1" 404 210 0.005633 10.0.0.241 - - [2026-06-22 02:51:10] "GET /projects?obj_uuids=cc16c82c-a9c2-4945-aac1-861b0d43de2b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001038 10.0.0.241 - - [2026-06-22 02:51:10] "POST /access-control-lists HTTP/1.1" 200 609 0.026023 10.0.0.241 - - [2026-06-22 02:51:10] "PUT /access-control-list/c7e77d4b-6cab-48f0-b95d-fb85b7bffb88 HTTP/1.1" 200 273 0.025429 10.0.0.19 - - [2026-06-22 02:51:10] "POST /neutron/security_group HTTP/1.1" 200 1379 0.392732 10.0.0.19 - - [2026-06-22 02:51:11] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.160513 10.0.0.241 - - [2026-06-22 02:51:11] "PUT /access-control-list/c7e77d4b-6cab-48f0-b95d-fb85b7bffb88 HTTP/1.1" 200 273 0.011327 10.0.0.241 - - [2026-06-22 02:51:12] "GET /projects?obj_uuids=97b4ca50-6dd5-4cee-9a4d-19638533700f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001071 10.0.0.19 - - [2026-06-22 02:51:12] "POST /neutron/router HTTP/1.1" 200 541 0.092126 10.0.0.19 - - [2026-06-22 02:51:12] "POST /neutron/router HTTP/1.1" 200 541 0.025104 10.0.0.19 - - [2026-06-22 02:51:12] "POST /neutron/router HTTP/1.1" 200 541 0.004364 10.0.0.19 - - [2026-06-22 02:51:12] "POST /neutron/router HTTP/1.1" 200 541 0.004521 10.0.0.19 - - [2026-06-22 02:51:12] "POST /neutron/router HTTP/1.1" 200 541 0.004074 10.0.0.19 - - [2026-06-22 02:51:12] "POST /neutron/router HTTP/1.1" 200 541 0.004826 10.0.0.19 - - [2026-06-22 02:51:13] "POST /neutron/router HTTP/1.1" 200 541 0.006727 10.0.0.19 - - [2026-06-22 02:51:13] "POST /neutron/router HTTP/1.1" 200 541 0.004132 10.0.0.19 - - [2026-06-22 02:51:13] "POST /neutron/router HTTP/1.1" 200 541 0.004194 10.0.0.19 - - [2026-06-22 02:51:13] "POST /neutron/router HTTP/1.1" 200 541 0.004251 10.0.0.19 - - [2026-06-22 02:51:13] "POST /neutron/router HTTP/1.1" 200 541 0.015321 10.0.0.19 - - [2026-06-22 02:51:13] "POST /neutron/router HTTP/1.1" 200 541 0.033728 10.0.0.19 - - [2026-06-22 02:51:13] "POST /neutron/router HTTP/1.1" 200 541 0.004656 10.0.0.241 - - [2026-06-22 02:51:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004375 10.0.0.19 - - [2026-06-22 02:51:13] "POST /neutron/router HTTP/1.1" 200 559 0.005091 10.0.0.241 - - [2026-06-22 02:51:13] "PUT /logical-router/39806a60-03fe-4895-ad1a-3186b4e75a87 HTTP/1.1" 200 263 0.031080 10.0.0.19 - - [2026-06-22 02:51:13] "POST /neutron/router HTTP/1.1" 200 559 0.007882 10.0.0.19 - - [2026-06-22 02:51:13] "POST /neutron/router HTTP/1.1" 200 559 0.004374 10.0.0.19 - - [2026-06-22 02:51:13] "POST /neutron/router HTTP/1.1" 200 559 0.004392 10.0.0.19 - - [2026-06-22 02:51:13] "POST /neutron/router HTTP/1.1" 200 559 0.004596 10.0.0.19 - - [2026-06-22 02:51:13] "POST /neutron/router HTTP/1.1" 200 559 0.004084 10.0.0.19 - - [2026-06-22 02:51:13] "POST /neutron/router HTTP/1.1" 200 559 0.004396 10.0.0.19 - - [2026-06-22 02:51:13] "POST /neutron/router HTTP/1.1" 200 559 0.004378 10.0.0.19 - - [2026-06-22 02:51:13] "POST /neutron/router HTTP/1.1" 200 559 0.004241 10.0.0.19 - - [2026-06-22 02:51:13] "POST /neutron/router HTTP/1.1" 200 559 0.004324 10.0.0.19 - - [2026-06-22 02:51:13] "POST /neutron/router HTTP/1.1" 200 559 0.004634 10.0.0.19 - - [2026-06-22 02:51:14] "POST /neutron/router HTTP/1.1" 200 559 0.005729 10.0.0.19 - - [2026-06-22 02:51:14] "POST /neutron/router HTTP/1.1" 200 151 0.068520 10.0.0.19 - - [2026-06-22 02:51:14] "POST /neutron/router HTTP/1.1" 200 542 0.005203 10.0.0.241 - - [2026-06-22 02:51:14] "POST /route-targets HTTP/1.1" 200 328 0.016668 10.0.0.19 - - [2026-06-22 02:51:14] "POST /neutron/router HTTP/1.1" 200 542 0.011780 10.0.0.19 - - [2026-06-22 02:51:14] "POST /neutron/router HTTP/1.1" 200 542 0.004345 10.0.0.19 - - [2026-06-22 02:51:14] "POST /neutron/router HTTP/1.1" 200 542 0.004185 10.0.0.19 - - [2026-06-22 02:51:14] "POST /neutron/router HTTP/1.1" 200 542 0.003957 10.0.0.19 - - [2026-06-22 02:51:14] "POST /neutron/router HTTP/1.1" 200 542 0.005258 10.0.0.19 - - [2026-06-22 02:51:14] "POST /neutron/router HTTP/1.1" 200 542 0.007011 10.0.0.19 - - [2026-06-22 02:51:14] "POST /neutron/router HTTP/1.1" 200 542 0.006860 10.0.0.19 - - [2026-06-22 02:51:14] "POST /neutron/router HTTP/1.1" 200 542 0.004892 10.0.0.19 - - [2026-06-22 02:51:14] "POST /neutron/router HTTP/1.1" 200 542 0.004580 10.0.0.19 - - [2026-06-22 02:51:14] "POST /neutron/router HTTP/1.1" 200 542 0.004056 10.0.0.19 - - [2026-06-22 02:51:14] "POST /neutron/router HTTP/1.1" 200 541 0.029883 10.0.0.19 - - [2026-06-22 02:51:14] "POST /neutron/security_group HTTP/1.1" 200 521 0.005060 10.0.0.241 - - [2026-06-22 02:51:14] "GET /logical-router/d37db286-ae8f-480c-a757-bee710758835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.032734 10.0.0.241 - - [2026-06-22 02:51:14] "DELETE /route-target/447acd64-17b5-4c45-81e9-89bef1e8a055 HTTP/1.1" 200 115 0.025018 10.0.0.19 - - [2026-06-22 02:51:15] "POST /neutron/security_group HTTP/1.1" 200 151 0.063576 10.0.0.241 - - [2026-06-22 02:51:15] "DELETE /access-control-list/290fe545-3654-457c-a968-28c23912ea90 HTTP/1.1" 200 115 0.031815 10.0.0.19 - - [2026-06-22 02:51:15] "POST /neutron/security_group HTTP/1.1" 200 506 0.003857 10.0.0.241 - - [2026-06-22 02:51:15] "DELETE /access-control-list/a6faae4c-60e5-4d1b-8129-e13a4a36ca1f HTTP/1.1" 200 115 0.045070 10.0.0.241 - - [2026-06-22 02:51:16] "GET /projects?obj_uuids=cc16c82c-a9c2-4945-aac1-861b0d43de2b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001235 10.0.0.19 - - [2026-06-22 02:51:16] "GET /project/cc16c82c-a9c2-4945-aac1-861b0d43de2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.047595 10.0.0.241 - - [2026-06-22 02:51:16] "GET /projects?obj_uuids=cc16c82c-a9c2-4945-aac1-861b0d43de2b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000922 10.0.0.19 - - [2026-06-22 02:51:16] "GET /project/cc16c82c-a9c2-4945-aac1-861b0d43de2b?fields=virtual_networks HTTP/1.1" 200 1025 0.045727 10.0.0.241 - - [2026-06-22 02:51:16] "GET /projects?obj_uuids=cc16c82c-a9c2-4945-aac1-861b0d43de2b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001018 10.0.0.19 - - [2026-06-22 02:51:16] "GET /project/cc16c82c-a9c2-4945-aac1-861b0d43de2b?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.044820 10.0.0.241 - - [2026-06-22 02:51:16] "GET /projects?obj_uuids=cc16c82c-a9c2-4945-aac1-861b0d43de2b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001059 10.0.0.19 - - [2026-06-22 02:51:16] "GET /project/cc16c82c-a9c2-4945-aac1-861b0d43de2b?fields=security_groups HTTP/1.1" 200 1247 0.043111 10.0.0.19 - - [2026-06-22 02:51:17] "POST /fqname-to-id HTTP/1.1" 404 184 0.026233 10.0.0.241 - - [2026-06-22 02:51:17] "GET /projects?obj_uuids=b9247dce-2cdb-47a6-a885-bb505b982188&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004530 10.0.0.241 - - [2026-06-22 02:51:17] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000898 10.0.0.241 - - [2026-06-22 02:51:17] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006885 10.0.0.241 - - [2026-06-22 02:51:18] "POST /id-to-fqname HTTP/1.1" 200 186 0.005741 10.0.0.241 - - [2026-06-22 02:51:18] "POST /fqname-to-id HTTP/1.1" 404 195 0.003917 10.0.0.241 - - [2026-06-22 02:51:18] "POST /security-groups HTTP/1.1" 200 587 0.078771 10.0.0.241 - - [2026-06-22 02:51:18] "POST /fqname-to-id HTTP/1.1" 404 230 0.003437 10.0.0.241 - - [2026-06-22 02:51:18] "POST /projects HTTP/1.1" 200 577 0.283048 10.0.0.241 - - [2026-06-22 02:51:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.355784 10.0.0.241 - - [2026-06-22 02:51:18] "POST /access-control-lists HTTP/1.1" 200 592 0.029033 10.0.0.19 - - [2026-06-22 02:51:18] "GET /project/b9247dce-2cdb-47a6-a885-bb505b982188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.498249 10.0.0.19 - - [2026-06-22 02:51:19] "GET / HTTP/1.1" 200 36215 0.001353 10.0.0.19 - - [2026-06-22 02:51:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000653 10.0.0.19 - - [2026-06-22 02:51:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.066190 10.0.0.241 - - [2026-06-22 02:51:21] "GET /projects?obj_uuids=b9247dce-2cdb-47a6-a885-bb505b982188&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000980 10.0.0.19 - - [2026-06-22 02:51:21] "GET /project/b9247dce-2cdb-47a6-a885-bb505b982188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.043424 10.0.0.241 - - [2026-06-22 02:51:21] "GET /projects?obj_uuids=b9247dce-2cdb-47a6-a885-bb505b982188&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001321 10.0.0.19 - - [2026-06-22 02:51:22] "POST /neutron/network HTTP/1.1" 200 601 0.149499 10.0.0.19 - - [2026-06-22 02:51:22] "POST /id-to-fqname HTTP/1.1" 200 216 0.003413 10.0.0.19 - - [2026-06-22 02:51:22] "GET /virtual-network/fb16a502-7a80-4967-ba93-a3759ff42052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006072 10.0.0.19 - - [2026-06-22 02:51:22] "POST /neutron/network HTTP/1.1" 200 820 0.006217 10.0.0.19 - - [2026-06-22 02:51:22] "GET /virtual-network/fb16a502-7a80-4967-ba93-a3759ff42052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.010919 10.0.0.19 - - [2026-06-22 02:51:22] "POST /fqname-to-id HTTP/1.1" 404 206 0.003331 10.0.0.19 - - [2026-06-22 02:51:22] "GET /virtual-network/fb16a502-7a80-4967-ba93-a3759ff42052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005875 10.0.0.241 - - [2026-06-22 02:51:22] "GET /projects?obj_uuids=b9247dce-2cdb-47a6-a885-bb505b982188&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001073 10.0.0.19 - - [2026-06-22 02:51:22] "POST /neutron/port HTTP/1.1" 200 1017 0.259194 10.0.0.19 - - [2026-06-22 02:51:22] "GET /virtual-machine-interface/c12cc35f-0a46-4f62-9e11-7124617c8daf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2390 0.006100 10.0.0.19 - - [2026-06-22 02:51:22] "GET /virtual-machine-interface/c12cc35f-0a46-4f62-9e11-7124617c8daf?fields=instance_ip_back_refs HTTP/1.1" 200 1321 0.007765 10.0.0.19 - - [2026-06-22 02:51:22] "GET /instance-ip/f674a6f1-a185-499b-844a-f7f99dede5b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1597 0.005085 10.0.0.19 - - [2026-06-22 02:51:23] "POST /neutron/network HTTP/1.1" 200 820 0.006595 10.0.0.241 - - [2026-06-22 02:51:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.19 - - [2026-06-22 02:51:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.241 - - [2026-06-22 02:51:26] "GET /projects?obj_uuids=b9247dce-2cdb-47a6-a885-bb505b982188&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001294 10.0.0.19 - - [2026-06-22 02:51:26] "GET /project/b9247dce-2cdb-47a6-a885-bb505b982188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.044484 10.0.0.241 - - [2026-06-22 02:51:26] "GET /projects?obj_uuids=b9247dce-2cdb-47a6-a885-bb505b982188&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000988 10.0.0.19 - - [2026-06-22 02:51:26] "POST /neutron/network HTTP/1.1" 200 603 0.151383 10.0.0.241 - - [2026-06-22 02:51:26] "POST /ref-update HTTP/1.1" 200 156 0.041264 10.0.0.19 - - [2026-06-22 02:51:26] "POST /neutron/network HTTP/1.1" 200 982 0.017440 10.0.0.19 - - [2026-06-22 02:51:26] "POST /id-to-fqname HTTP/1.1" 200 217 0.001081 10.0.0.19 - - [2026-06-22 02:51:26] "GET /virtual-network/8479c3cb-a4ec-4109-b4f2-9ae9eb6645b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.005306 10.0.0.19 - - [2026-06-22 02:51:26] "GET /virtual-network/8479c3cb-a4ec-4109-b4f2-9ae9eb6645b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.005584 10.0.0.19 - - [2026-06-22 02:51:26] "POST /neutron/subnet HTTP/1.1" 200 734 0.011005 10.0.0.241 - - [2026-06-22 02:51:27] "GET /projects?obj_uuids=b9247dce-2cdb-47a6-a885-bb505b982188&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000967 10.0.0.19 - - [2026-06-22 02:51:27] "POST /neutron/port HTTP/1.1" 200 1020 0.227786 10.0.0.19 - - [2026-06-22 02:51:27] "POST /id-to-fqname HTTP/1.1" 200 217 0.001136 10.0.0.19 - - [2026-06-22 02:51:27] "POST /neutron/network HTTP/1.1" 200 982 0.008824 10.0.0.19 - - [2026-06-22 02:51:27] "POST /neutron/port HTTP/1.1" 200 117 0.007106 10.0.0.19 - - [2026-06-22 02:51:27] "POST /id-to-fqname HTTP/1.1" 200 217 0.001266 10.0.0.19 - - [2026-06-22 02:51:28] "POST /neutron/port HTTP/1.1" 200 1020 0.013585 10.0.0.19 - - [2026-06-22 02:51:28] "POST /neutron/port HTTP/1.1" 200 1020 0.016581 10.0.0.19 - - [2026-06-22 02:51:28] "POST /neutron/port HTTP/1.1" 200 117 0.007939 10.0.0.19 - - [2026-06-22 02:51:32] "POST /neutron/network HTTP/1.1" 200 992 0.009731 10.0.0.19 - - [2026-06-22 02:51:32] "POST /neutron/network HTTP/1.1" 200 992 0.007612 10.0.0.19 - - [2026-06-22 02:51:32] "POST /neutron/port HTTP/1.1" 200 1112 0.158834 10.0.0.19 - - [2026-06-22 02:51:33] "POST /neutron/port HTTP/1.1" 200 1122 0.019229 10.0.0.19 - - [2026-06-22 02:51:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004268 10.0.0.19 - - [2026-06-22 02:51:33] "POST /neutron/network HTTP/1.1" 200 982 0.009195 10.0.0.19 - - [2026-06-22 02:51:33] "POST /neutron/subnet HTTP/1.1" 200 708 0.011063 10.0.0.19 - - [2026-06-22 02:51:38] "POST /neutron/port HTTP/1.1" 200 1122 0.019745 10.0.0.19 - - [2026-06-22 02:51:43] "POST /neutron/security_group HTTP/1.1" 200 2054 0.009735 10.0.0.19 - - [2026-06-22 02:51:43] "POST /neutron/port HTTP/1.1" 200 1122 0.019304 10.0.0.19 - - [2026-06-22 02:51:43] "POST /neutron/security_group HTTP/1.1" 200 2054 0.011239 10.0.0.19 - - [2026-06-22 02:51:43] "GET /virtual-machine/de65f265-6e2b-483d-82c1-8a6d0b0c1b18 HTTP/1.1" 401 292 0.000389 10.0.0.19 - - [2026-06-22 02:51:44] "GET /virtual-machine/de65f265-6e2b-483d-82c1-8a6d0b0c1b18 HTTP/1.1" 200 1286 0.023929 10.0.0.19 - - [2026-06-22 02:51:44] "GET /virtual-machine-interface/676ffe49-7e71-4a6a-8a23-d54ce5e6034f HTTP/1.1" 200 2930 0.006424 10.0.0.19 - - [2026-06-22 02:51:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.19 - - [2026-06-22 02:51:44] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004457 10.0.0.19 - - [2026-06-22 02:51:44] "GET /virtual-networks?parent_id=b9247dce-2cdb-47a6-a885-bb505b982188&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003465 10.0.0.19 - - [2026-06-22 02:51:44] "GET /virtual-network/8479c3cb-a4ec-4109-b4f2-9ae9eb6645b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.006609 10.0.0.19 - - [2026-06-22 02:51:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.19 - - [2026-06-22 02:51:45] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004150 10.0.0.19 - - [2026-06-22 02:51:45] "GET /virtual-networks?parent_id=b9247dce-2cdb-47a6-a885-bb505b982188&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003712 10.0.0.19 - - [2026-06-22 02:51:45] "GET /virtual-network/8479c3cb-a4ec-4109-b4f2-9ae9eb6645b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.006119 10.0.0.19 - - [2026-06-22 02:51:45] "POST /neutron/port HTTP/1.1" 200 1122 0.017802 10.0.0.19 - - [2026-06-22 02:51:45] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007302 10.0.0.19 - - [2026-06-22 02:51:45] "GET /virtual-machine/906e6b95-5971-4be5-b54e-0969a40ba8ce HTTP/1.1" 200 1287 0.005592 10.0.0.19 - - [2026-06-22 02:51:45] "GET /virtual-machine-interface/1b4479f2-762f-4fa1-bd2b-ac415054e6de HTTP/1.1" 200 2931 0.006085 10.0.0.19 - - [2026-06-22 02:51:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.19 - - [2026-06-22 02:51:45] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003831 10.0.0.19 - - [2026-06-22 02:51:45] "GET /virtual-networks?parent_id=b9247dce-2cdb-47a6-a885-bb505b982188&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003175 10.0.0.19 - - [2026-06-22 02:51:45] "GET /virtual-network/8479c3cb-a4ec-4109-b4f2-9ae9eb6645b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.006391 10.0.0.19 - - [2026-06-22 02:51:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.19 - - [2026-06-22 02:51:47] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.010262 10.0.0.19 - - [2026-06-22 02:51:47] "GET /virtual-networks?parent_id=b9247dce-2cdb-47a6-a885-bb505b982188&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003273 10.0.0.19 - - [2026-06-22 02:51:47] "GET /virtual-network/8479c3cb-a4ec-4109-b4f2-9ae9eb6645b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.005562 10.0.0.19 - - [2026-06-22 02:51:50] "POST /neutron/port HTTP/1.1" 200 1112 0.014141 10.0.0.19 - - [2026-06-22 02:51:50] "POST /neutron/port HTTP/1.1" 200 1112 0.035959 10.0.0.19 - - [2026-06-22 02:51:51] "POST /neutron/network HTTP/1.1" 200 982 0.008851 10.0.0.19 - - [2026-06-22 02:51:51] "POST /neutron/port HTTP/1.1" 400 205 0.007080 10.0.0.19 - - [2026-06-22 02:51:52] "POST /neutron/port HTTP/1.1" 200 117 0.007004 10.0.0.241 - - [2026-06-22 02:51:52] "GET /projects?obj_uuids=b9247dce-2cdb-47a6-a885-bb505b982188&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001072 10.0.0.19 - - [2026-06-22 02:51:52] "GET /project/b9247dce-2cdb-47a6-a885-bb505b982188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.052492 10.0.0.241 - - [2026-06-22 02:51:52] "GET /projects?obj_uuids=b9247dce-2cdb-47a6-a885-bb505b982188&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001171 10.0.0.19 - - [2026-06-22 02:51:52] "GET /project/b9247dce-2cdb-47a6-a885-bb505b982188?fields=virtual_networks HTTP/1.1" 200 1027 0.057602 10.0.0.241 - - [2026-06-22 02:51:52] "GET /projects?obj_uuids=b9247dce-2cdb-47a6-a885-bb505b982188&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001555 10.0.0.19 - - [2026-06-22 02:51:52] "GET /project/b9247dce-2cdb-47a6-a885-bb505b982188?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.047718 10.0.0.241 - - [2026-06-22 02:51:52] "GET /projects?obj_uuids=b9247dce-2cdb-47a6-a885-bb505b982188&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001004 10.0.0.19 - - [2026-06-22 02:51:52] "GET /project/b9247dce-2cdb-47a6-a885-bb505b982188?fields=security_groups HTTP/1.1" 200 1250 0.052429 10.0.0.19 - - [2026-06-22 02:51:53] "POST /fqname-to-id HTTP/1.1" 404 186 0.033147 10.0.0.241 - - [2026-06-22 02:51:53] "GET /projects?obj_uuids=e89b8203-3b81-4882-b60a-347a3bb1f1a8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003435 10.0.0.241 - - [2026-06-22 02:51:53] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001146 10.0.0.241 - - [2026-06-22 02:51:53] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007370 10.0.0.241 - - [2026-06-22 02:51:54] "POST /id-to-fqname HTTP/1.1" 200 188 0.009435 10.0.0.241 - - [2026-06-22 02:51:54] "POST /fqname-to-id HTTP/1.1" 404 197 0.008837 10.0.0.241 - - [2026-06-22 02:51:54] "POST /security-groups HTTP/1.1" 200 589 0.076275 10.0.0.241 - - [2026-06-22 02:51:54] "POST /fqname-to-id HTTP/1.1" 404 232 0.002861 10.0.0.241 - - [2026-06-22 02:51:54] "POST /projects HTTP/1.1" 200 581 0.308265 10.0.0.241 - - [2026-06-22 02:51:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.390593 10.0.0.241 - - [2026-06-22 02:51:54] "POST /access-control-lists HTTP/1.1" 200 594 0.029010 10.0.0.19 - - [2026-06-22 02:51:54] "GET /project/e89b8203-3b81-4882-b60a-347a3bb1f1a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.539275 10.0.0.19 - - [2026-06-22 02:51:55] "GET / HTTP/1.1" 200 36215 0.002047 10.0.0.19 - - [2026-06-22 02:51:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000452 10.0.0.19 - - [2026-06-22 02:51:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.060805 10.0.0.241 - - [2026-06-22 02:51:57] "GET /projects?obj_uuids=e89b8203-3b81-4882-b60a-347a3bb1f1a8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000924 10.0.0.241 - - [2026-06-22 02:51:57] "DELETE /project/e89b82033b814882b60a347a3bb1f1a8 HTTP/1.1" 404 173 0.018108 10.0.0.241 - - [2026-06-22 02:51:57] "DELETE /project/cc16c82ca9c24945aac1861b0d43de2b HTTP/1.1" 404 173 0.016001 10.0.0.241 - - [2026-06-22 02:51:57] "DELETE /project/b9247dce2cdb47a6a885bb505b982188 HTTP/1.1" 404 173 0.021896 10.0.0.241 - - [2026-06-22 02:51:57] "DELETE /project/76b2901b02fc4a708e273f9021dd0178 HTTP/1.1" 404 173 0.017644 10.0.0.241 - - [2026-06-22 02:51:57] "GET /projects?obj_uuids=cc16c82c-a9c2-4945-aac1-861b0d43de2b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000846 10.0.0.241 - - [2026-06-22 02:51:57] "GET /projects?obj_uuids=76b2901b-02fc-4a70-8e27-3f9021dd0178&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000830 10.0.0.241 - - [2026-06-22 02:51:57] "GET /projects?obj_uuids=b9247dce-2cdb-47a6-a885-bb505b982188&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000669 10.0.0.241 - - [2026-06-22 02:51:57] "GET /projects?obj_uuids=7d8b68c5-9a4f-48a3-8e3b-fbb07600b151&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000686 10.0.0.19 - - [2026-06-22 02:51:57] "GET /project/e89b8203-3b81-4882-b60a-347a3bb1f1a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.085206 10.0.0.241 - - [2026-06-22 02:51:57] "GET /project/76b2901b-02fc-4a70-8e27-3f9021dd0178?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.090098 10.0.0.241 - - [2026-06-22 02:51:57] "GET /project/b9247dce-2cdb-47a6-a885-bb505b982188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.105299 10.0.0.241 - - [2026-06-22 02:51:57] "GET /projects?obj_uuids=76b2901b-02fc-4a70-8e27-3f9021dd0178&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000987 10.0.0.241 - - [2026-06-22 02:51:57] "GET /project/cc16c82c-a9c2-4945-aac1-861b0d43de2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.122391 10.0.0.241 - - [2026-06-22 02:51:57] "GET /projects?obj_uuids=b9247dce-2cdb-47a6-a885-bb505b982188&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000921 10.0.0.241 - - [2026-06-22 02:51:57] "GET /project/7d8b68c5-9a4f-48a3-8e3b-fbb07600b151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.134565 10.0.0.241 - - [2026-06-22 02:51:57] "GET /projects?obj_uuids=7d8b68c5-9a4f-48a3-8e3b-fbb07600b151&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001036 10.0.0.241 - - [2026-06-22 02:51:57] "GET /projects?obj_uuids=cc16c82c-a9c2-4945-aac1-861b0d43de2b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000932 10.0.0.241 - - [2026-06-22 02:51:57] "GET /project/76b2901b-02fc-4a70-8e27-3f9021dd0178?fields=security_groups HTTP/1.1" 200 1375 0.078270 10.0.0.241 - - [2026-06-22 02:51:57] "GET /project/b9247dce-2cdb-47a6-a885-bb505b982188?fields=security_groups HTTP/1.1" 200 1352 0.093500 10.0.0.241 - - [2026-06-22 02:51:57] "GET /project/cc16c82c-a9c2-4945-aac1-861b0d43de2b?fields=security_groups HTTP/1.1" 200 1349 0.066490 10.0.0.241 - - [2026-06-22 02:51:57] "GET /projects?obj_uuids=e89b8203-3b81-4882-b60a-347a3bb1f1a8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001108 10.0.0.241 - - [2026-06-22 02:51:57] "GET /project/7d8b68c5-9a4f-48a3-8e3b-fbb07600b151?fields=security_groups HTTP/1.1" 200 1363 0.129431 10.0.0.241 - - [2026-06-22 02:51:58] "DELETE /security-group/56605081-737d-465b-9521-e72efd4da416 HTTP/1.1" 200 115 0.142363 10.0.0.241 - - [2026-06-22 02:51:58] "GET /projects?obj_uuids=76b2901b-02fc-4a70-8e27-3f9021dd0178&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002491 10.0.0.241 - - [2026-06-22 02:51:58] "DELETE /security-group/eeefd783-bdb8-4de2-82a7-1829bf97699d HTTP/1.1" 200 115 0.154297 10.0.0.241 - - [2026-06-22 02:51:58] "GET /projects?obj_uuids=cc16c82c-a9c2-4945-aac1-861b0d43de2b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002892 10.0.0.241 - - [2026-06-22 02:51:58] "DELETE /security-group/0bb22334-f1f4-4632-9103-324a4e7a245a HTTP/1.1" 200 115 0.196483 10.0.0.241 - - [2026-06-22 02:51:58] "GET /projects?obj_uuids=b9247dce-2cdb-47a6-a885-bb505b982188&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001287 10.0.0.241 - - [2026-06-22 02:51:58] "GET /project/76b2901b-02fc-4a70-8e27-3f9021dd0178?fields=application_policy_sets HTTP/1.1" 200 1414 0.119789 10.0.0.241 - - [2026-06-22 02:51:58] "DELETE /security-group/8331c3f6-2079-4a54-a078-1f73df620a9e HTTP/1.1" 200 115 0.212613 10.0.0.241 - - [2026-06-22 02:51:58] "GET /projects?obj_uuids=7d8b68c5-9a4f-48a3-8e3b-fbb07600b151&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001462 10.0.0.241 - - [2026-06-22 02:51:58] "GET /project/cc16c82c-a9c2-4945-aac1-861b0d43de2b?fields=application_policy_sets HTTP/1.1" 200 1388 0.121337 10.0.0.241 - - [2026-06-22 02:51:58] "GET /project/b9247dce-2cdb-47a6-a885-bb505b982188?fields=application_policy_sets HTTP/1.1" 200 1391 0.148224 10.0.0.241 - - [2026-06-22 02:51:58] "DELETE /access-control-list/4562fba3-f81a-4495-b58f-6621d1cd78a8 HTTP/1.1" 200 115 0.118900 10.0.0.19 - - [2026-06-22 02:51:58] "POST /neutron/network HTTP/1.1" 200 605 0.452435 10.0.0.241 - - [2026-06-22 02:51:58] "GET /project/7d8b68c5-9a4f-48a3-8e3b-fbb07600b151?fields=application_policy_sets HTTP/1.1" 200 1402 0.159069 10.0.0.241 - - [2026-06-22 02:51:58] "DELETE /project/76b2901b-02fc-4a70-8e27-3f9021dd0178 HTTP/1.1" 200 115 0.845241 10.0.0.241 - - [2026-06-22 02:51:58] "DELETE /access-control-list/d38dc992-fb43-4409-84d8-a78b64526ca9 HTTP/1.1" 200 115 0.045808 10.0.0.241 - - [2026-06-22 02:51:58] "DELETE /project/b9247dce-2cdb-47a6-a885-bb505b982188 HTTP/1.1" 200 115 0.960038 10.0.0.241 - - [2026-06-22 02:51:58] "DELETE /project/cc16c82c-a9c2-4945-aac1-861b0d43de2b HTTP/1.1" 200 115 0.967020 10.0.0.241 - - [2026-06-22 02:51:58] "DELETE /project/7d8b68c5-9a4f-48a3-8e3b-fbb07600b151 HTTP/1.1" 200 115 1.022387 10.0.0.19 - - [2026-06-22 02:51:58] "POST /id-to-fqname HTTP/1.1" 200 219 0.009252 10.0.0.19 - - [2026-06-22 02:51:58] "GET /virtual-network/65112575-e33e-4081-ba03-bd2aac438290?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006123 10.0.0.19 - - [2026-06-22 02:51:58] "POST /neutron/network HTTP/1.1" 200 824 0.007035 10.0.0.19 - - [2026-06-22 02:51:58] "GET /virtual-network/65112575-e33e-4081-ba03-bd2aac438290?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005502 10.0.0.241 - - [2026-06-22 02:51:58] "POST /route-targets HTTP/1.1" 200 328 0.014795 10.0.0.19 - - [2026-06-22 02:51:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.009996 10.0.0.241 - - [2026-06-22 02:51:58] "GET /projects?obj_uuids=e89b8203-3b81-4882-b60a-347a3bb1f1a8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001693 10.0.0.19 - - [2026-06-22 02:51:58] "GET /project/e89b8203-3b81-4882-b60a-347a3bb1f1a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.048556 10.0.0.19 - - [2026-06-22 02:51:58] "POST /neutron/network HTTP/1.1" 200 117 0.021212 10.0.0.241 - - [2026-06-22 02:51:59] "POST /ref-update HTTP/1.1" 200 156 0.030983 10.0.0.19 - - [2026-06-22 02:51:59] "POST /neutron/network HTTP/1.1" 200 824 0.010383 10.0.0.19 - - [2026-06-22 02:51:59] "POST /id-to-fqname HTTP/1.1" 200 219 0.001153 10.0.0.19 - - [2026-06-22 02:51:59] "GET /virtual-network/fae06085-ac3b-4519-bbf1-4ffff3bf8aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007385 10.0.0.19 - - [2026-06-22 02:51:59] "GET /virtual-network/fae06085-ac3b-4519-bbf1-4ffff3bf8aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006542 10.0.0.19 - - [2026-06-22 02:51:59] "POST /neutron/subnet HTTP/1.1" 200 725 0.009195 10.0.0.19 - - [2026-06-22 02:51:59] "POST /id-to-fqname HTTP/1.1" 200 219 0.001357 10.0.0.241 - - [2026-06-22 02:52:00] "GET /projects?obj_uuids=e89b8203-3b81-4882-b60a-347a3bb1f1a8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000938 10.0.0.19 - - [2026-06-22 02:52:00] "GET /project/e89b8203-3b81-4882-b60a-347a3bb1f1a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.054010 10.0.0.19 - - [2026-06-22 02:52:00] "POST /neutron/port HTTP/1.1" 200 117 0.008594 10.0.0.19 - - [2026-06-22 02:52:00] "POST /id-to-fqname HTTP/1.1" 200 219 0.001361 10.0.0.19 - - [2026-06-22 02:52:00] "POST /neutron/network HTTP/1.1" 200 834 0.006732 10.0.0.241 - - [2026-06-22 02:52:01] "GET /projects?obj_uuids=e89b8203-3b81-4882-b60a-347a3bb1f1a8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001471 10.0.0.19 - - [2026-06-22 02:52:01] "GET /project/e89b8203-3b81-4882-b60a-347a3bb1f1a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.067875 10.0.0.19 - - [2026-06-22 02:52:01] "POST /neutron/port HTTP/1.1" 200 117 0.006161 10.0.0.241 - - [2026-06-22 02:52:01] "GET /projects?obj_uuids=e89b8203-3b81-4882-b60a-347a3bb1f1a8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001053 10.0.0.19 - - [2026-06-22 02:52:02] "POST /neutron/router HTTP/1.1" 200 344 0.314338 10.0.0.241 - - [2026-06-22 02:52:02] "POST /ref-update HTTP/1.1" 200 156 0.020485 10.0.0.241 - - [2026-06-22 02:52:04] "GET /projects?obj_uuids=e89b8203-3b81-4882-b60a-347a3bb1f1a8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001334 10.0.0.19 - - [2026-06-22 02:52:04] "POST /neutron/port HTTP/1.1" 200 1058 0.279616 10.0.0.19 - - [2026-06-22 02:52:05] "POST /neutron/port HTTP/1.1" 200 1112 0.109281 10.0.0.19 - - [2026-06-22 02:52:06] "POST /neutron/port HTTP/1.1" 200 1122 0.018055 10.0.0.19 - - [2026-06-22 02:52:06] "POST /neutron/subnet HTTP/1.1" 200 698 0.008505 10.0.0.19 - - [2026-06-22 02:52:06] "POST /neutron/port HTTP/1.1" 200 1112 0.137839 10.0.0.19 - - [2026-06-22 02:52:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007269 10.0.0.19 - - [2026-06-22 02:52:07] "POST /neutron/subnet HTTP/1.1" 200 699 0.011137 10.0.0.19 - - [2026-06-22 02:52:07] "GET /obj-perms HTTP/1.1" 200 4493 0.043524 10.0.0.19 - - [2026-06-22 02:52:12] "POST /neutron/port HTTP/1.1" 200 1122 0.017713 10.0.0.19 - - [2026-06-22 02:52:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007876 10.0.0.19 - - [2026-06-22 02:52:12] "GET /virtual-machine/57b41384-8a42-4e2d-abfe-dbea7b1b9257 HTTP/1.1" 401 292 0.000470 10.0.0.19 - - [2026-06-22 02:52:12] "GET /virtual-machine/57b41384-8a42-4e2d-abfe-dbea7b1b9257 HTTP/1.1" 200 1292 0.025774 10.0.0.19 - - [2026-06-22 02:52:12] "GET /virtual-machine-interface/12aec1f6-6f1d-4d17-b15d-cc55e605422b HTTP/1.1" 200 2941 0.007718 10.0.0.19 - - [2026-06-22 02:52:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.19 - - [2026-06-22 02:52:12] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006063 10.0.0.19 - - [2026-06-22 02:52:12] "GET /virtual-networks?parent_id=e89b8203-3b81-4882-b60a-347a3bb1f1a8&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003083 10.0.0.19 - - [2026-06-22 02:52:12] "GET /virtual-network/65112575-e33e-4081-ba03-bd2aac438290?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009812 10.0.0.19 - - [2026-06-22 02:52:15] "POST /neutron/port HTTP/1.1" 200 1122 0.016858 10.0.0.19 - - [2026-06-22 02:52:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004300 10.0.0.19 - - [2026-06-22 02:52:16] "GET /virtual-network/65112575-e33e-4081-ba03-bd2aac438290?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006153 10.0.0.19 - - [2026-06-22 02:52:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007261 10.0.0.19 - - [2026-06-22 02:52:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.19 - - [2026-06-22 02:52:18] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003920 10.0.0.19 - - [2026-06-22 02:52:18] "GET /virtual-networks?parent_id=e89b8203-3b81-4882-b60a-347a3bb1f1a8&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003486 10.0.0.19 - - [2026-06-22 02:52:18] "GET /virtual-network/65112575-e33e-4081-ba03-bd2aac438290?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005750 10.0.0.19 - - [2026-06-22 02:52:18] "POST /neutron/port HTTP/1.1" 200 1122 0.017145 10.0.0.19 - - [2026-06-22 02:52:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007042 10.0.0.19 - - [2026-06-22 02:52:18] "GET /virtual-machine/09b085e1-a0da-4460-a9cf-7efdf60b9e6d HTTP/1.1" 200 1291 0.005698 10.0.0.19 - - [2026-06-22 02:52:18] "GET /virtual-machine-interface/991c95ca-7b49-40db-bafa-2f42b10fb2cf HTTP/1.1" 200 2942 0.005260 10.0.0.19 - - [2026-06-22 02:52:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.19 - - [2026-06-22 02:52:18] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003547 10.0.0.19 - - [2026-06-22 02:52:18] "GET /virtual-networks?parent_id=e89b8203-3b81-4882-b60a-347a3bb1f1a8&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002991 10.0.0.19 - - [2026-06-22 02:52:18] "GET /virtual-network/fae06085-ac3b-4519-bbf1-4ffff3bf8aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004752 10.0.0.19 - - [2026-06-22 02:52:19] "POST /neutron/port HTTP/1.1" 200 1122 0.024822 10.0.0.19 - - [2026-06-22 02:52:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005322 10.0.0.19 - - [2026-06-22 02:52:19] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003785 10.0.0.19 - - [2026-06-22 02:52:19] "GET /virtual-networks?parent_id=e89b8203-3b81-4882-b60a-347a3bb1f1a8&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003366 10.0.0.19 - - [2026-06-22 02:52:19] "GET /virtual-network/fae06085-ac3b-4519-bbf1-4ffff3bf8aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006410 10.0.0.19 - - [2026-06-22 02:52:20] "POST /neutron/port HTTP/1.1" 200 1122 0.019818 10.0.0.19 - - [2026-06-22 02:52:20] "POST /neutron/subnet HTTP/1.1" 200 698 0.008962 10.0.0.19 - - [2026-06-22 02:52:20] "POST /neutron/network HTTP/1.1" 200 834 0.007340 10.0.0.19 - - [2026-06-22 02:52:20] "POST /neutron/port HTTP/1.1" 200 117 0.001092 10.0.0.241 - - [2026-06-22 02:52:29] "GET /projects?obj_uuids=e89b8203-3b81-4882-b60a-347a3bb1f1a8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.029664 10.0.0.19 - - [2026-06-22 02:52:29] "POST /neutron/router HTTP/1.1" 200 344 0.387740 10.0.0.19 - - [2026-06-22 02:52:35] "POST /neutron/router HTTP/1.1" 200 344 0.213731 10.0.0.241 - - [2026-06-22 02:52:39] "POST /ref-update HTTP/1.1" 200 156 0.040288 10.0.0.19 - - [2026-06-22 02:52:41] "POST /neutron/router HTTP/1.1" 200 580 0.009359 10.0.0.19 - - [2026-06-22 02:52:41] "POST /neutron/router HTTP/1.1" 200 344 0.207197 10.0.0.241 - - [2026-06-22 02:52:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.011211 10.0.0.19 - - [2026-06-22 02:52:42] "POST /neutron/network HTTP/1.1" 200 824 0.006895 10.0.0.19 - - [2026-06-22 02:52:44] "POST /neutron/port HTTP/1.1" 200 1112 0.013861 10.0.0.19 - - [2026-06-22 02:52:44] "POST /neutron/port HTTP/1.1" 200 1112 0.022233 10.0.0.241 - - [2026-06-22 02:52:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003582 10.0.0.241 - - [2026-06-22 02:52:44] "POST /useragent-kv HTTP/1.1" 200 115 0.007550 10.0.0.19 - - [2026-06-22 02:52:44] "POST /neutron/network HTTP/1.1" 200 151 0.211312 10.0.0.241 - - [2026-06-22 02:52:44] "DELETE /route-target/7f674bcd-b0b0-46ae-8aaa-9fbbe32acdc0 HTTP/1.1" 200 115 0.047995 10.0.0.241 - - [2026-06-22 02:52:46] "GET /projects?obj_uuids=e89b8203-3b81-4882-b60a-347a3bb1f1a8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000957 10.0.0.19 - - [2026-06-22 02:52:46] "GET /project/e89b8203-3b81-4882-b60a-347a3bb1f1a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.064049 10.0.0.241 - - [2026-06-22 02:52:46] "GET /projects?obj_uuids=e89b8203-3b81-4882-b60a-347a3bb1f1a8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001080 10.0.0.19 - - [2026-06-22 02:52:46] "GET /project/e89b8203-3b81-4882-b60a-347a3bb1f1a8?fields=virtual_networks HTTP/1.1" 200 1031 0.035069 10.0.0.241 - - [2026-06-22 02:52:46] "GET /projects?obj_uuids=e89b8203-3b81-4882-b60a-347a3bb1f1a8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001322 10.0.0.19 - - [2026-06-22 02:52:46] "GET /project/e89b8203-3b81-4882-b60a-347a3bb1f1a8?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.054530 10.0.0.241 - - [2026-06-22 02:52:46] "GET /projects?obj_uuids=e89b8203-3b81-4882-b60a-347a3bb1f1a8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000973 10.0.0.19 - - [2026-06-22 02:52:46] "GET /project/e89b8203-3b81-4882-b60a-347a3bb1f1a8?fields=security_groups HTTP/1.1" 200 1256 0.046612 10.0.0.19 - - [2026-06-22 02:52:47] "POST /fqname-to-id HTTP/1.1" 404 191 0.026202 10.0.0.241 - - [2026-06-22 02:52:47] "GET /projects?obj_uuids=5b5610d7-adb3-4134-9e14-982fd4829f0e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003551 10.0.0.241 - - [2026-06-22 02:52:47] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001460 10.0.0.241 - - [2026-06-22 02:52:47] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.034274 10.0.0.241 - - [2026-06-22 02:52:47] "POST /id-to-fqname HTTP/1.1" 200 193 0.006638 10.0.0.241 - - [2026-06-22 02:52:47] "POST /fqname-to-id HTTP/1.1" 404 202 0.014790 10.0.0.241 - - [2026-06-22 02:52:47] "POST /security-groups HTTP/1.1" 200 594 0.031016 10.0.0.241 - - [2026-06-22 02:52:47] "POST /fqname-to-id HTTP/1.1" 404 237 0.002849 10.0.0.241 - - [2026-06-22 02:52:47] "POST /projects HTTP/1.1" 200 591 0.279331 10.0.0.241 - - [2026-06-22 02:52:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.346561 10.0.0.241 - - [2026-06-22 02:52:47] "POST /access-control-lists HTTP/1.1" 200 599 0.041177 10.0.0.19 - - [2026-06-22 02:52:47] "GET /project/5b5610d7-adb3-4134-9e14-982fd4829f0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.509257 10.0.0.19 - - [2026-06-22 02:52:48] "GET / HTTP/1.1" 200 36215 0.002614 10.0.0.19 - - [2026-06-22 02:52:50] "GET /project/5b5610d7-adb3-4134-9e14-982fd4829f0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000478 10.0.0.241 - - [2026-06-22 02:52:51] "GET /projects?obj_uuids=5b5610d7-adb3-4134-9e14-982fd4829f0e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000981 10.0.0.19 - - [2026-06-22 02:52:51] "GET /project/5b5610d7-adb3-4134-9e14-982fd4829f0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.068105 10.0.0.19 - - [2026-06-22 02:52:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.19 - - [2026-06-22 02:52:51] "GET /security-group/741d6e89-0fa6-4b02-b84f-5ec985baf9ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.006757 10.0.0.19 - - [2026-06-22 02:52:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002645 10.0.0.241 - - [2026-06-22 02:52:51] "GET /projects?obj_uuids=5b5610d7-adb3-4134-9e14-982fd4829f0e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001102 10.0.0.19 - - [2026-06-22 02:52:51] "GET /project/5b5610d7-adb3-4134-9e14-982fd4829f0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.057360 10.0.0.19 - - [2026-06-22 02:52:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.19 - - [2026-06-22 02:52:51] "GET /security-group/741d6e89-0fa6-4b02-b84f-5ec985baf9ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.004678 10.0.0.19 - - [2026-06-22 02:52:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.19 - - [2026-06-22 02:52:51] "PUT /security-group/741d6e89-0fa6-4b02-b84f-5ec985baf9ae HTTP/1.1" 200 263 0.021123 10.0.0.19 - - [2026-06-22 02:52:51] "POST /fqname-to-id HTTP/1.1" 404 202 0.004749 10.0.0.19 - - [2026-06-22 02:52:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006498 10.0.0.241 - - [2026-06-22 02:52:51] "GET /projects?obj_uuids=5b5610d7-adb3-4134-9e14-982fd4829f0e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000929 10.0.0.19 - - [2026-06-22 02:52:51] "GET /project/5b5610d7-adb3-4134-9e14-982fd4829f0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.038923 10.0.0.19 - - [2026-06-22 02:52:51] "POST /neutron/network HTTP/1.1" 200 117 0.029552 10.0.0.241 - - [2026-06-22 02:52:52] "POST /route-targets HTTP/1.1" 200 328 0.014078 10.0.0.19 - - [2026-06-22 02:52:52] "POST /neutron/network HTTP/1.1" 200 827 0.012068 10.0.0.19 - - [2026-06-22 02:52:52] "POST /id-to-fqname HTTP/1.1" 200 223 0.001129 10.0.0.19 - - [2026-06-22 02:52:52] "GET /virtual-network/b5bcd701-ffab-49be-b01e-4ecd92901f5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005343 10.0.0.19 - - [2026-06-22 02:52:52] "GET /virtual-network/b5bcd701-ffab-49be-b01e-4ecd92901f5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005476 10.0.0.19 - - [2026-06-22 02:52:52] "POST /neutron/subnet HTTP/1.1" 200 725 0.017534 10.0.0.19 - - [2026-06-22 02:52:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.241 - - [2026-06-22 02:52:52] "GET /projects?obj_uuids=5b5610d7-adb3-4134-9e14-982fd4829f0e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000875 10.0.0.19 - - [2026-06-22 02:52:52] "GET /project/5b5610d7-adb3-4134-9e14-982fd4829f0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.046119 10.0.0.241 - - [2026-06-22 02:52:52] "POST /ref-update HTTP/1.1" 200 156 0.035676 10.0.0.241 - - [2026-06-22 02:52:53] "POST /useragent-kv HTTP/1.1" 200 115 0.016695 10.0.0.19 - - [2026-06-22 02:52:53] "POST /neutron/subnet HTTP/1.1" 200 734 0.212569 10.0.0.19 - - [2026-06-22 02:52:53] "POST /id-to-fqname HTTP/1.1" 200 227 0.001394 10.0.0.19 - - [2026-06-22 02:52:53] "GET /virtual-network/8089e6d2-1324-4a13-9028-757a818909bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005140 10.0.0.19 - - [2026-06-22 02:52:53] "GET /virtual-network/8089e6d2-1324-4a13-9028-757a818909bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005562 10.0.0.19 - - [2026-06-22 02:52:53] "POST /neutron/network HTTP/1.1" 200 836 0.007038 10.0.0.19 - - [2026-06-22 02:52:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.001340 10.0.0.241 - - [2026-06-22 02:52:54] "GET /projects?obj_uuids=5b5610d7-adb3-4134-9e14-982fd4829f0e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000932 10.0.0.19 - - [2026-06-22 02:52:54] "GET /project/5b5610d7-adb3-4134-9e14-982fd4829f0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.059823 10.0.0.19 - - [2026-06-22 02:52:54] "POST /neutron/network HTTP/1.1" 200 827 0.025205 10.0.0.19 - - [2026-06-22 02:52:54] "POST /id-to-fqname HTTP/1.1" 200 227 0.001429 10.0.0.19 - - [2026-06-22 02:52:54] "POST /neutron/port HTTP/1.1" 200 117 0.009530 10.0.0.241 - - [2026-06-22 02:52:55] "GET /projects?obj_uuids=5b5610d7-adb3-4134-9e14-982fd4829f0e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000978 10.0.0.19 - - [2026-06-22 02:52:55] "GET /project/5b5610d7-adb3-4134-9e14-982fd4829f0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.058092 10.0.0.19 - - [2026-06-22 02:52:55] "POST /neutron/port HTTP/1.1" 200 117 0.007240 10.0.0.19 - - [2026-06-22 02:52:55] "POST /neutron/router HTTP/1.1" 200 585 0.005613 10.0.0.241 - - [2026-06-22 02:52:55] "GET /projects?obj_uuids=5b5610d7-adb3-4134-9e14-982fd4829f0e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000964 10.0.0.241 - - [2026-06-22 02:52:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.019162 10.0.0.241 - - [2026-06-22 02:52:56] "POST /useragent-kv HTTP/1.1" 200 115 0.009217 10.0.0.241 - - [2026-06-22 02:52:56] "POST /virtual-networks HTTP/1.1" 200 696 0.172671 10.0.0.19 - - [2026-06-22 02:52:56] "POST /neutron/router HTTP/1.1" 200 344 0.336168 10.0.0.241 - - [2026-06-22 02:52:56] "POST /route-targets HTTP/1.1" 200 328 0.019127 10.0.0.241 - - [2026-06-22 02:52:56] "PUT /logical-router/a8e7fae9-5f1d-468a-9e00-32ff2218dc83 HTTP/1.1" 200 263 0.052056 10.0.0.241 - - [2026-06-22 02:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.241 - - [2026-06-22 02:52:56] "POST /chown HTTP/1.1" 200 109 0.044396 10.0.0.241 - - [2026-06-22 02:52:56] "POST /chown HTTP/1.1" 200 109 0.011934 10.0.0.241 - - [2026-06-22 02:52:56] "POST /ref-update HTTP/1.1" 200 156 0.039277 10.0.0.241 - - [2026-06-22 02:52:57] "POST /instance-ips HTTP/1.1" 200 550 0.055823 10.0.0.241 - - [2026-06-22 02:52:57] "PUT /virtual-machine-interface/0e1ae1c1-6229-4c97-96fa-a09f4e76ba88 HTTP/1.1" 200 285 0.018847 10.0.0.241 - - [2026-06-22 02:52:57] "POST /ref-update HTTP/1.1" 200 156 0.022914 10.0.0.241 - - [2026-06-22 02:52:57] "POST /ref-update HTTP/1.1" 200 156 0.031045 10.0.0.241 - - [2026-06-22 02:52:57] "POST /chown HTTP/1.1" 200 109 0.024610 10.0.0.241 - - [2026-06-22 02:52:57] "PUT /virtual-machine-interface/4d992a7b-8df9-407c-93ea-cde50b960fb9 HTTP/1.1" 200 285 0.018718 10.0.0.241 - - [2026-06-22 02:52:57] "POST /ref-update HTTP/1.1" 200 156 0.029221 10.0.0.241 - - [2026-06-22 02:52:57] "POST /instance-ips HTTP/1.1" 400 316 0.030777 10.0.0.241 - - [2026-06-22 02:52:57] "PUT /instance-ip/86146bf1-399e-42ed-bdd2-2ab391131064 HTTP/1.1" 200 257 0.032279 10.0.0.241 - - [2026-06-22 02:52:58] "POST /ref-update HTTP/1.1" 200 156 0.027493 10.0.0.241 - - [2026-06-22 02:52:58] "DELETE /project/5b5610d7adb341349e14982fd4829f0e HTTP/1.1" 404 173 0.005852 10.0.0.241 - - [2026-06-22 02:52:58] "GET /projects?obj_uuids=e89b8203-3b81-4882-b60a-347a3bb1f1a8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000916 10.0.0.241 - - [2026-06-22 02:52:58] "GET /project/e89b8203-3b81-4882-b60a-347a3bb1f1a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.042258 10.0.0.241 - - [2026-06-22 02:52:58] "GET /projects?obj_uuids=e89b8203-3b81-4882-b60a-347a3bb1f1a8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001040 10.0.0.241 - - [2026-06-22 02:52:58] "GET /projects?obj_uuids=5b5610d7-adb3-4134-9e14-982fd4829f0e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000978 10.0.0.241 - - [2026-06-22 02:52:58] "GET /project/e89b8203-3b81-4882-b60a-347a3bb1f1a8?fields=security_groups HTTP/1.1" 200 1358 0.048665 10.0.0.241 - - [2026-06-22 02:52:58] "DELETE /security-group/4f7f9abb-0782-4e71-acf1-fa25a0cf6cad HTTP/1.1" 200 115 0.086130 10.0.0.241 - - [2026-06-22 02:52:58] "GET /projects?obj_uuids=e89b8203-3b81-4882-b60a-347a3bb1f1a8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001531 10.0.0.241 - - [2026-06-22 02:52:59] "GET /project/e89b8203-3b81-4882-b60a-347a3bb1f1a8?fields=application_policy_sets HTTP/1.1" 200 1397 0.067041 10.0.0.241 - - [2026-06-22 02:52:59] "DELETE /access-control-list/5d06c80e-c3a8-4aea-ba5d-199ce2ddd1eb HTTP/1.1" 200 115 0.059156 10.0.0.241 - - [2026-06-22 02:52:59] "DELETE /project/e89b8203-3b81-4882-b60a-347a3bb1f1a8 HTTP/1.1" 200 115 0.503838 10.0.0.19 - - [2026-06-22 02:52:59] "POST /neutron/port HTTP/1.1" 200 1063 0.453673 10.0.0.19 - - [2026-06-22 02:52:59] "POST /neutron/port HTTP/1.1" 200 1117 0.117135 10.0.0.19 - - [2026-06-22 02:53:00] "POST /neutron/port HTTP/1.1" 200 1065 0.018200 10.0.0.19 - - [2026-06-22 02:53:00] "POST /neutron/port HTTP/1.1" 200 1127 0.017956 10.0.0.19 - - [2026-06-22 02:53:00] "POST /neutron/port HTTP/1.1" 200 117 0.001204 10.0.0.19 - - [2026-06-22 02:53:01] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007791 10.0.0.19 - - [2026-06-22 02:53:01] "POST /neutron/subnet HTTP/1.1" 200 708 0.009405 10.0.0.19 - - [2026-06-22 02:53:06] "POST /neutron/port HTTP/1.1" 200 1127 0.017121 10.0.0.19 - - [2026-06-22 02:53:06] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007389 10.0.0.19 - - [2026-06-22 02:53:06] "GET /virtual-machine/b5057f66-495b-457b-a4a9-0e7e04e2944e HTTP/1.1" 401 292 0.000534 10.0.0.19 - - [2026-06-22 02:53:07] "GET /virtual-machine/b5057f66-495b-457b-a4a9-0e7e04e2944e HTTP/1.1" 200 1298 0.026319 10.0.0.19 - - [2026-06-22 02:53:07] "GET /virtual-machine-interface/ab064add-66d7-47fb-9141-052155328115 HTTP/1.1" 200 2964 0.005319 10.0.0.19 - - [2026-06-22 02:53:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.19 - - [2026-06-22 02:53:07] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003511 10.0.0.19 - - [2026-06-22 02:53:07] "GET /virtual-networks?parent_id=5b5610d7-adb3-4134-9e14-982fd4829f0e&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003444 10.0.0.19 - - [2026-06-22 02:53:07] "GET /virtual-network/b5bcd701-ffab-49be-b01e-4ecd92901f5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005469 10.0.0.241 - - [2026-06-22 02:53:08] "GET /obj-perms HTTP/1.1" 200 4493 0.043919 10.0.0.19 - - [2026-06-22 02:53:09] "POST /neutron/port HTTP/1.1" 200 1127 0.015567 10.0.0.19 - - [2026-06-22 02:53:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.19 - - [2026-06-22 02:53:10] "GET /virtual-network/b5bcd701-ffab-49be-b01e-4ecd92901f5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005201 10.0.0.19 - - [2026-06-22 02:53:11] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007613 10.0.0.19 - - [2026-06-22 02:53:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.19 - - [2026-06-22 02:53:12] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004208 10.0.0.19 - - [2026-06-22 02:53:12] "GET /virtual-networks?parent_id=5b5610d7-adb3-4134-9e14-982fd4829f0e&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003510 10.0.0.19 - - [2026-06-22 02:53:12] "GET /virtual-network/b5bcd701-ffab-49be-b01e-4ecd92901f5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007999 10.0.0.19 - - [2026-06-22 02:53:12] "POST /neutron/port HTTP/1.1" 200 1129 0.018454 10.0.0.19 - - [2026-06-22 02:53:12] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007077 10.0.0.19 - - [2026-06-22 02:53:12] "GET /virtual-machine/c8961822-a44d-4324-b47f-514fb7d11b99 HTTP/1.1" 200 1298 0.006754 10.0.0.19 - - [2026-06-22 02:53:12] "GET /virtual-machine-interface/680718eb-c68d-46dc-8836-7da04251f5ac HTTP/1.1" 200 2974 0.004975 10.0.0.19 - - [2026-06-22 02:53:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.19 - - [2026-06-22 02:53:12] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004025 10.0.0.19 - - [2026-06-22 02:53:12] "GET /virtual-networks?parent_id=5b5610d7-adb3-4134-9e14-982fd4829f0e&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003740 10.0.0.19 - - [2026-06-22 02:53:12] "GET /virtual-network/8089e6d2-1324-4a13-9028-757a818909bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005675 10.0.0.19 - - [2026-06-22 02:53:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.19 - - [2026-06-22 02:53:13] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003673 10.0.0.19 - - [2026-06-22 02:53:13] "GET /virtual-networks?parent_id=5b5610d7-adb3-4134-9e14-982fd4829f0e&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003412 10.0.0.19 - - [2026-06-22 02:53:14] "GET /virtual-network/8089e6d2-1324-4a13-9028-757a818909bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006626 10.0.0.19 - - [2026-06-22 02:53:16] "POST /neutron/router HTTP/1.1" 200 656 0.013559 10.0.0.241 - - [2026-06-22 02:53:17] "DELETE /route-target/6caa60e2-ed20-4b03-ac9f-b60023c1315c HTTP/1.1" 409 240 0.009009 10.0.0.241 - - [2026-06-22 02:53:17] "PUT /logical-router/a8e7fae9-5f1d-468a-9e00-32ff2218dc83 HTTP/1.1" 404 171 0.042624 10.0.0.241 - - [2026-06-22 02:53:17] "GET /virtual-network/531dd882-6a3c-46fe-bdb6-de1817f81a78?fields=virtual_machine_interface_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 2304 0.013290 10.0.0.241 - - [2026-06-22 02:53:17] "GET /virtual-machine-interface/0e1ae1c1-6229-4c97-96fa-a09f4e76ba88?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1653 0.010322 10.0.0.19 - - [2026-06-22 02:53:17] "POST /neutron/network HTTP/1.1" 400 204 0.064012 10.0.0.241 - - [2026-06-22 02:53:17] "DELETE /virtual-machine-interface/0e1ae1c1-6229-4c97-96fa-a09f4e76ba88 HTTP/1.1" 200 115 0.074704 10.0.0.241 - - [2026-06-22 02:53:17] "GET /instance-ip/86146bf1-399e-42ed-bdd2-2ab391131064?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1761 0.008299 10.0.0.241 - - [2026-06-22 02:53:17] "DELETE /instance-ip/86146bf1-399e-42ed-bdd2-2ab391131064 HTTP/1.1" 404 177 0.003069 10.0.0.241 - - [2026-06-22 02:53:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.241 - - [2026-06-22 02:53:17] "GET /logical-router/a8e7fae9-5f1d-468a-9e00-32ff2218dc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.009480 10.0.0.241 - - [2026-06-22 02:53:17] "POST /ref-update HTTP/1.1" 200 156 0.018849 10.0.0.241 - - [2026-06-22 02:53:18] "POST /ref-update HTTP/1.1" 200 156 0.019474 10.0.0.241 - - [2026-06-22 02:53:18] "POST /ref-update HTTP/1.1" 200 156 0.021526 10.0.0.241 - - [2026-06-22 02:53:18] "DELETE /virtual-machine-interface/4d992a7b-8df9-407c-93ea-cde50b960fb9 HTTP/1.1" 200 115 0.046639 10.0.0.19 - - [2026-06-22 02:53:19] "POST /neutron/port HTTP/1.1" 200 151 0.189333 10.0.0.19 - - [2026-06-22 02:53:19] "POST /neutron/port HTTP/1.1" 200 151 0.214753 10.0.0.241 - - [2026-06-22 02:53:19] "DELETE /route-target/c5d9f06d-1301-427d-a3c7-eb71dbc551c9 HTTP/1.1" 200 115 0.033030 10.0.0.19 - - [2026-06-22 02:53:19] "POST /neutron/network HTTP/1.1" 200 827 0.020975 10.0.0.241 - - [2026-06-22 02:53:21] "GET /projects?obj_uuids=5b5610d7-adb3-4134-9e14-982fd4829f0e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000958 10.0.0.19 - - [2026-06-22 02:53:21] "GET /project/5b5610d7-adb3-4134-9e14-982fd4829f0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.049024 10.0.0.241 - - [2026-06-22 02:53:21] "GET /projects?obj_uuids=5b5610d7-adb3-4134-9e14-982fd4829f0e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001180 10.0.0.19 - - [2026-06-22 02:53:21] "GET /project/5b5610d7-adb3-4134-9e14-982fd4829f0e?fields=virtual_networks HTTP/1.1" 200 1040 0.035790 10.0.0.241 - - [2026-06-22 02:53:21] "GET /projects?obj_uuids=5b5610d7-adb3-4134-9e14-982fd4829f0e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001417 10.0.0.19 - - [2026-06-22 02:53:21] "GET /project/5b5610d7-adb3-4134-9e14-982fd4829f0e?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.036849 10.0.0.241 - - [2026-06-22 02:53:21] "GET /projects?obj_uuids=5b5610d7-adb3-4134-9e14-982fd4829f0e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000999 10.0.0.19 - - [2026-06-22 02:53:21] "GET /project/5b5610d7-adb3-4134-9e14-982fd4829f0e?fields=security_groups HTTP/1.1" 200 1270 0.043620 10.0.0.19 - - [2026-06-22 02:53:22] "POST /fqname-to-id HTTP/1.1" 404 196 0.027224 10.0.0.241 - - [2026-06-22 02:53:22] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003539 10.0.0.241 - - [2026-06-22 02:53:22] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000963 10.0.0.241 - - [2026-06-22 02:53:22] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006787 10.0.0.241 - - [2026-06-22 02:53:22] "POST /id-to-fqname HTTP/1.1" 200 198 0.009070 10.0.0.241 - - [2026-06-22 02:53:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.013842 10.0.0.241 - - [2026-06-22 02:53:22] "POST /security-groups HTTP/1.1" 200 599 0.082829 10.0.0.241 - - [2026-06-22 02:53:22] "POST /fqname-to-id HTTP/1.1" 404 242 0.002874 10.0.0.241 - - [2026-06-22 02:53:22] "POST /projects HTTP/1.1" 200 601 0.297435 10.0.0.241 - - [2026-06-22 02:53:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.365967 10.0.0.241 - - [2026-06-22 02:53:22] "POST /access-control-lists HTTP/1.1" 200 604 0.049104 10.0.0.19 - - [2026-06-22 02:53:22] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.534554 10.0.0.19 - - [2026-06-22 02:53:23] "GET / HTTP/1.1" 200 36215 0.001817 10.0.0.19 - - [2026-06-22 02:53:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000451 10.0.0.19 - - [2026-06-22 02:53:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.054188 10.0.0.241 - - [2026-06-22 02:53:26] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001128 10.0.0.19 - - [2026-06-22 02:53:26] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.034915 10.0.0.241 - - [2026-06-22 02:53:26] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001161 10.0.0.19 - - [2026-06-22 02:53:26] "POST /neutron/network HTTP/1.1" 200 613 0.142860 10.0.0.19 - - [2026-06-22 02:53:26] "POST /neutron/network HTTP/1.1" 200 1007 0.011999 10.0.0.19 - - [2026-06-22 02:53:26] "POST /id-to-fqname HTTP/1.1" 200 228 0.001059 10.0.0.19 - - [2026-06-22 02:53:26] "GET /virtual-network/58c509ea-9a4b-4332-97b3-71d35d8d6f67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005704 10.0.0.19 - - [2026-06-22 02:53:26] "GET /virtual-network/58c509ea-9a4b-4332-97b3-71d35d8d6f67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005936 10.0.0.19 - - [2026-06-22 02:53:26] "POST /neutron/subnet HTTP/1.1" 200 729 0.009429 10.0.0.19 - - [2026-06-22 02:53:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.241 - - [2026-06-22 02:53:26] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002455 10.0.0.19 - - [2026-06-22 02:53:27] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.042510 10.0.0.241 - - [2026-06-22 02:53:27] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001493 10.0.0.19 - - [2026-06-22 02:53:27] "POST /neutron/network HTTP/1.1" 200 613 0.124500 10.0.0.241 - - [2026-06-22 02:53:27] "POST /route-targets HTTP/1.1" 200 328 0.017938 10.0.0.241 - - [2026-06-22 02:53:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.029163 10.0.0.19 - - [2026-06-22 02:53:27] "POST /neutron/network HTTP/1.1" 200 1004 0.012915 10.0.0.19 - - [2026-06-22 02:53:27] "POST /id-to-fqname HTTP/1.1" 200 228 0.001055 10.0.0.19 - - [2026-06-22 02:53:27] "GET /virtual-network/bf34791c-4977-4f1c-a841-4222d89d0b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005489 10.0.0.19 - - [2026-06-22 02:53:27] "GET /virtual-network/bf34791c-4977-4f1c-a841-4222d89d0b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005512 10.0.0.19 - - [2026-06-22 02:53:27] "POST /neutron/subnet HTTP/1.1" 200 720 0.008211 10.0.0.19 - - [2026-06-22 02:53:27] "POST /fqname-to-id HTTP/1.1" 404 234 0.003732 10.0.0.19 - - [2026-06-22 02:53:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.241 - - [2026-06-22 02:53:27] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001070 10.0.0.19 - - [2026-06-22 02:53:27] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.040253 10.0.0.19 - - [2026-06-22 02:53:28] "POST /network-policys HTTP/1.1" 200 579 0.075265 10.0.0.19 - - [2026-06-22 02:53:28] "GET /network-policy/6a9c0222-fb54-4cb9-bbb8-d6cccca1ceb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.005825 10.0.0.19 - - [2026-06-22 02:53:28] "POST /neutron/network HTTP/1.1" 200 1115 0.097278 10.0.0.19 - - [2026-06-22 02:53:28] "GET /virtual-network/58c509ea-9a4b-4332-97b3-71d35d8d6f67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.006101 10.0.0.19 - - [2026-06-22 02:53:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.241 - - [2026-06-22 02:53:28] "POST /access-control-lists HTTP/1.1" 200 598 0.100235 10.0.0.19 - - [2026-06-22 02:53:28] "GET /network-policy/6a9c0222-fb54-4cb9-bbb8-d6cccca1ceb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.008112 10.0.0.19 - - [2026-06-22 02:53:28] "POST /neutron/network HTTP/1.1" 200 1112 0.086160 10.0.0.19 - - [2026-06-22 02:53:28] "GET /virtual-network/bf34791c-4977-4f1c-a841-4222d89d0b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.009608 10.0.0.19 - - [2026-06-22 02:53:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.241 - - [2026-06-22 02:53:28] "POST /ref-update HTTP/1.1" 200 156 0.050149 10.0.0.19 - - [2026-06-22 02:53:28] "GET /network-policy/6a9c0222-fb54-4cb9-bbb8-d6cccca1ceb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.004441 10.0.0.19 - - [2026-06-22 02:53:29] "GET /virtual-network/58c509ea-9a4b-4332-97b3-71d35d8d6f67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005626 10.0.0.19 - - [2026-06-22 02:53:30] "GET /virtual-network/bf34791c-4977-4f1c-a841-4222d89d0b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005771 10.0.0.19 - - [2026-06-22 02:53:30] "GET /obj-perms HTTP/1.1" 200 4483 0.044815 10.0.0.129 - - [2026-06-22 02:53:30] "GET /obj-perms HTTP/1.1" 200 4483 0.035530 10.0.0.19 - - [2026-06-22 02:53:30] "POST /id-to-fqname HTTP/1.1" 200 228 0.001491 10.0.0.241 - - [2026-06-22 02:53:31] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001236 10.0.0.19 - - [2026-06-22 02:53:31] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.063599 10.0.0.19 - - [2026-06-22 02:53:31] "POST /neutron/network HTTP/1.1" 200 1115 0.009042 10.0.0.19 - - [2026-06-22 02:53:32] "POST /id-to-fqname HTTP/1.1" 200 228 0.001722 10.0.0.19 - - [2026-06-22 02:53:32] "POST /neutron/port HTTP/1.1" 200 117 0.005928 10.0.0.241 - - [2026-06-22 02:53:32] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001351 10.0.0.19 - - [2026-06-22 02:53:32] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.060486 10.0.0.19 - - [2026-06-22 02:53:33] "POST /neutron/port HTTP/1.1" 200 117 0.008362 10.0.0.19 - - [2026-06-22 02:53:36] "POST /neutron/network HTTP/1.1" 200 1125 0.006550 10.0.0.19 - - [2026-06-22 02:53:36] "POST /neutron/port HTTP/1.1" 200 1176 0.019191 10.0.0.241 - - [2026-06-22 02:53:37] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001019 10.0.0.19 - - [2026-06-22 02:53:37] "POST /neutron/port HTTP/1.1" 200 1173 0.329019 10.0.0.19 - - [2026-06-22 02:53:37] "POST /neutron/port HTTP/1.1" 200 1227 0.124381 10.0.0.19 - - [2026-06-22 02:53:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004122 10.0.0.19 - - [2026-06-22 02:53:37] "POST /neutron/port HTTP/1.1" 200 117 0.001184 10.0.0.19 - - [2026-06-22 02:53:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008473 10.0.0.19 - - [2026-06-22 02:53:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005435 10.0.0.19 - - [2026-06-22 02:53:38] "POST /neutron/port HTTP/1.1" 200 117 0.001383 10.0.0.19 - - [2026-06-22 02:53:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007316 10.0.0.19 - - [2026-06-22 02:53:43] "POST /neutron/port HTTP/1.1" 200 1240 0.020724 10.0.0.19 - - [2026-06-22 02:53:43] "GET /virtual-machine/5affa62f-f0a1-4cf1-aac0-d91ddfcea9ad HTTP/1.1" 401 292 0.000382 10.0.0.19 - - [2026-06-22 02:53:44] "GET /virtual-machine/5affa62f-f0a1-4cf1-aac0-d91ddfcea9ad HTTP/1.1" 200 1302 0.036189 10.0.0.19 - - [2026-06-22 02:53:44] "GET /virtual-machine-interface/2edb4fd3-1bbc-4709-9dd6-571150ac0555 HTTP/1.1" 200 3183 0.005235 10.0.0.19 - - [2026-06-22 02:53:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.19 - - [2026-06-22 02:53:44] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003487 10.0.0.19 - - [2026-06-22 02:53:44] "GET /virtual-networks?parent_id=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002932 10.0.0.19 - - [2026-06-22 02:53:44] "GET /virtual-network/58c509ea-9a4b-4332-97b3-71d35d8d6f67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005524 10.0.0.19 - - [2026-06-22 02:53:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.19 - - [2026-06-22 02:53:47] "GET /virtual-network/58c509ea-9a4b-4332-97b3-71d35d8d6f67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.004916 10.0.0.19 - - [2026-06-22 02:53:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.19 - - [2026-06-22 02:53:51] "GET /virtual-network/58c509ea-9a4b-4332-97b3-71d35d8d6f67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.009491 10.0.0.19 - - [2026-06-22 02:53:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.19 - - [2026-06-22 02:53:55] "GET /virtual-network/58c509ea-9a4b-4332-97b3-71d35d8d6f67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005563 10.0.0.241 - - [2026-06-22 02:53:59] "DELETE /project/6734000c50a046f9955bf949d878936e HTTP/1.1" 404 173 0.004173 10.0.0.241 - - [2026-06-22 02:53:59] "GET /projects?obj_uuids=5b5610d7-adb3-4134-9e14-982fd4829f0e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000823 10.0.0.241 - - [2026-06-22 02:53:59] "GET /project/5b5610d7-adb3-4134-9e14-982fd4829f0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.042014 10.0.0.241 - - [2026-06-22 02:53:59] "GET /projects?obj_uuids=5b5610d7-adb3-4134-9e14-982fd4829f0e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001037 10.0.0.241 - - [2026-06-22 02:53:59] "GET /project/5b5610d7-adb3-4134-9e14-982fd4829f0e?fields=security_groups HTTP/1.1" 200 1372 0.044572 10.0.0.241 - - [2026-06-22 02:53:59] "DELETE /security-group/741d6e89-0fa6-4b02-b84f-5ec985baf9ae HTTP/1.1" 200 115 0.046199 10.0.0.241 - - [2026-06-22 02:53:59] "GET /projects?obj_uuids=5b5610d7-adb3-4134-9e14-982fd4829f0e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000872 10.0.0.19 - - [2026-06-22 02:53:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.010906 10.0.0.19 - - [2026-06-22 02:53:59] "GET /virtual-network/58c509ea-9a4b-4332-97b3-71d35d8d6f67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.007333 10.0.0.241 - - [2026-06-22 02:53:59] "GET /project/5b5610d7-adb3-4134-9e14-982fd4829f0e?fields=application_policy_sets HTTP/1.1" 200 1411 0.048536 10.0.0.241 - - [2026-06-22 02:53:59] "DELETE /project/5b5610d7-adb3-4134-9e14-982fd4829f0e HTTP/1.1" 200 115 0.396321 10.0.0.19 - - [2026-06-22 02:54:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972 10.0.0.19 - - [2026-06-22 02:54:03] "GET /virtual-network/58c509ea-9a4b-4332-97b3-71d35d8d6f67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005756 10.0.0.19 - - [2026-06-22 02:54:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.19 - - [2026-06-22 02:54:07] "GET /virtual-network/58c509ea-9a4b-4332-97b3-71d35d8d6f67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.006231 10.0.0.241 - - [2026-06-22 02:54:09] "GET /obj-perms HTTP/1.1" 200 4493 0.041510 10.0.0.19 - - [2026-06-22 02:54:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.19 - - [2026-06-22 02:54:09] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003858 10.0.0.19 - - [2026-06-22 02:54:09] "GET /virtual-networks?parent_id=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003021 10.0.0.19 - - [2026-06-22 02:54:09] "GET /virtual-network/58c509ea-9a4b-4332-97b3-71d35d8d6f67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005491 10.0.0.19 - - [2026-06-22 02:54:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008295 10.0.0.19 - - [2026-06-22 02:54:15] "POST /neutron/port HTTP/1.1" 200 1240 0.021067 10.0.0.19 - - [2026-06-22 02:54:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008137 10.0.0.19 - - [2026-06-22 02:54:20] "POST /neutron/port HTTP/1.1" 200 1237 0.016406 10.0.0.19 - - [2026-06-22 02:54:20] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006923 10.0.0.19 - - [2026-06-22 02:54:20] "GET /virtual-machine/4c8927a0-5720-4808-8dc8-12be974ccef9 HTTP/1.1" 200 1302 0.005700 10.0.0.19 - - [2026-06-22 02:54:20] "GET /virtual-machine-interface/5d3daa9c-f84f-4e22-bb06-290fda64a892 HTTP/1.1" 200 3183 0.005263 10.0.0.19 - - [2026-06-22 02:54:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.19 - - [2026-06-22 02:54:20] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003317 10.0.0.19 - - [2026-06-22 02:54:20] "GET /virtual-networks?parent_id=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003047 10.0.0.19 - - [2026-06-22 02:54:20] "GET /virtual-network/bf34791c-4977-4f1c-a841-4222d89d0b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005635 10.0.0.19 - - [2026-06-22 02:54:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.19 - - [2026-06-22 02:54:21] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004488 10.0.0.19 - - [2026-06-22 02:54:21] "GET /virtual-networks?parent_id=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002967 10.0.0.19 - - [2026-06-22 02:54:21] "GET /virtual-network/bf34791c-4977-4f1c-a841-4222d89d0b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.006652 10.0.0.19 - - [2026-06-22 02:54:21] "POST /neutron/port HTTP/1.1" 200 1237 0.017761 10.0.0.19 - - [2026-06-22 02:54:22] "POST /neutron/port HTTP/1.1" 200 1237 0.035908 10.0.0.19 - - [2026-06-22 02:54:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003725 10.0.0.19 - - [2026-06-22 02:54:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003414 10.0.0.19 - - [2026-06-22 02:54:22] "POST /neutron/port HTTP/1.1" 200 117 0.001053 10.0.0.19 - - [2026-06-22 02:54:22] "POST /neutron/port HTTP/1.1" 200 117 0.001026 10.0.0.19 - - [2026-06-22 02:54:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005442 10.0.0.241 - - [2026-06-22 02:54:34] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001517 10.0.0.19 - - [2026-06-22 02:54:35] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.052326 10.0.0.19 - - [2026-06-22 02:54:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.19 - - [2026-06-22 02:54:35] "PUT /network-policy/6a9c0222-fb54-4cb9-bbb8-d6cccca1ceb5 HTTP/1.1" 200 263 0.017425 10.0.0.241 - - [2026-06-22 02:54:35] "PUT /access-control-list/fbd5d7cc-53b3-42f3-b90a-8f47b99220d4 HTTP/1.1" 200 273 0.059059 10.0.0.19 - - [2026-06-22 02:54:38] "GET /virtual-network/bf34791c-4977-4f1c-a841-4222d89d0b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.007389 10.0.0.19 - - [2026-06-22 02:54:38] "POST /neutron/network HTTP/1.1" 200 1112 0.009146 10.0.0.241 - - [2026-06-22 02:54:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.006729 10.0.0.19 - - [2026-06-22 02:54:38] "GET /virtual-network/bf34791c-4977-4f1c-a841-4222d89d0b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007464 10.0.0.19 - - [2026-06-22 02:54:38] "GET /virtual-network/58c509ea-9a4b-4332-97b3-71d35d8d6f67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005035 10.0.0.241 - - [2026-06-22 02:54:38] "POST /ref-update HTTP/1.1" 200 156 0.024721 10.0.0.19 - - [2026-06-22 02:54:38] "POST /neutron/network HTTP/1.1" 200 1115 0.021544 10.0.0.19 - - [2026-06-22 02:54:38] "GET /virtual-network/58c509ea-9a4b-4332-97b3-71d35d8d6f67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.010319 10.0.0.19 - - [2026-06-22 02:54:38] "DELETE /network-policy/6a9c0222-fb54-4cb9-bbb8-d6cccca1ceb5 HTTP/1.1" 200 115 0.039439 10.0.0.19 - - [2026-06-22 02:54:38] "POST /neutron/network HTTP/1.1" 200 1004 0.015985 10.0.0.19 - - [2026-06-22 02:54:40] "POST /neutron/port HTTP/1.1" 200 1227 0.019851 10.0.0.19 - - [2026-06-22 02:54:40] "POST /neutron/port HTTP/1.1" 200 1230 0.030272 10.0.0.241 - - [2026-06-22 02:54:41] "POST /useragent-kv HTTP/1.1" 200 115 0.006438 10.0.0.241 - - [2026-06-22 02:54:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.241 - - [2026-06-22 02:54:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003837 10.0.0.241 - - [2026-06-22 02:54:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002062 10.0.0.241 - - [2026-06-22 02:54:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002732 10.0.0.19 - - [2026-06-22 02:54:41] "POST /neutron/network HTTP/1.1" 200 151 0.159965 10.0.0.241 - - [2026-06-22 02:54:41] "DELETE /route-target/6bc0bcca-ac3c-4429-b353-395894ef6fd0 HTTP/1.1" 200 115 0.025692 10.0.0.241 - - [2026-06-22 02:54:46] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001013 10.0.0.19 - - [2026-06-22 02:54:46] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.055687 10.0.0.19 - - [2026-06-22 02:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.241 - - [2026-06-22 02:54:46] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001093 10.0.0.19 - - [2026-06-22 02:54:46] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.008237 10.0.0.19 - - [2026-06-22 02:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006107 10.0.0.241 - - [2026-06-22 02:54:46] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001253 10.0.0.19 - - [2026-06-22 02:54:46] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.050999 10.0.0.19 - - [2026-06-22 02:54:47] "GET /domains HTTP/1.1" 200 281 0.002993 10.0.0.241 - - [2026-06-22 02:54:47] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001003 10.0.0.19 - - [2026-06-22 02:54:47] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75 HTTP/1.1" 200 2787 0.018481 10.0.0.241 - - [2026-06-22 02:54:47] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000877 10.0.0.19 - - [2026-06-22 02:54:47] "GET /project/6734000c-50a0-46f9-955b-f949d878936e HTTP/1.1" 200 1905 0.080814 10.0.0.19 - - [2026-06-22 02:54:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003171 10.0.0.19 - - [2026-06-22 02:54:47] "POST /network-ipams HTTP/1.1" 200 611 0.030569 10.0.0.19 - - [2026-06-22 02:54:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 805 0.003303 10.0.0.19 - - [2026-06-22 02:54:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.19 - - [2026-06-22 02:54:47] "GET /network-ipam/b0db6ebb-1eb8-43ee-870f-d57a05c8ecd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.007274 10.0.0.19 - - [2026-06-22 02:54:47] "PUT /network-ipam/b0db6ebb-1eb8-43ee-870f-d57a05c8ecd2 HTTP/1.1" 200 259 0.014971 10.0.0.19 - - [2026-06-22 02:54:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.241 - - [2026-06-22 02:54:47] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001058 10.0.0.19 - - [2026-06-22 02:54:47] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.040623 10.0.0.19 - - [2026-06-22 02:54:47] "POST /neutron/network HTTP/1.1" 200 117 0.013341 10.0.0.241 - - [2026-06-22 02:54:48] "POST /useragent-kv HTTP/1.1" 200 115 0.010873 10.0.0.19 - - [2026-06-22 02:54:48] "POST /neutron/subnet HTTP/1.1" 200 701 0.216194 10.0.0.19 - - [2026-06-22 02:54:48] "POST /id-to-fqname HTTP/1.1" 200 231 0.001708 10.0.0.19 - - [2026-06-22 02:54:48] "GET /virtual-network/2c8c84be-bd97-4e33-b509-71d11e691071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.008013 10.0.0.19 - - [2026-06-22 02:54:48] "POST /neutron/network HTTP/1.1" 200 1309 0.011516 10.0.0.19 - - [2026-06-22 02:54:48] "GET /virtual-network/2c8c84be-bd97-4e33-b509-71d11e691071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.006371 10.0.0.19 - - [2026-06-22 02:54:48] "POST /neutron/subnet HTTP/1.1" 200 701 0.012579 10.0.0.19 - - [2026-06-22 02:54:48] "GET /virtual-network/2c8c84be-bd97-4e33-b509-71d11e691071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.005932 10.0.0.19 - - [2026-06-22 02:54:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.241 - - [2026-06-22 02:54:49] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001447 10.0.0.19 - - [2026-06-22 02:54:49] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.048255 10.0.0.241 - - [2026-06-22 02:54:49] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001208 10.0.0.19 - - [2026-06-22 02:54:49] "POST /neutron/network HTTP/1.1" 200 619 0.148888 10.0.0.241 - - [2026-06-22 02:54:49] "POST /route-targets HTTP/1.1" 200 328 0.016663 10.0.0.241 - - [2026-06-22 02:54:50] "POST /fqname-to-id HTTP/1.1" 404 207 0.003379 10.0.0.241 - - [2026-06-22 02:54:50] "POST /useragent-kv HTTP/1.1" 200 115 0.010000 10.0.0.19 - - [2026-06-22 02:54:50] "POST /neutron/subnet HTTP/1.1" 200 828 0.244008 10.0.0.19 - - [2026-06-22 02:54:50] "POST /id-to-fqname HTTP/1.1" 200 231 0.001227 10.0.0.19 - - [2026-06-22 02:54:50] "GET /virtual-network/cf7fca4c-7ef7-4a5b-937c-6ea0c44c06ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.005255 10.0.0.19 - - [2026-06-22 02:54:50] "GET /virtual-network/cf7fca4c-7ef7-4a5b-937c-6ea0c44c06ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.006114 10.0.0.19 - - [2026-06-22 02:54:50] "POST /neutron/network HTTP/1.1" 200 1309 0.014836 10.0.0.19 - - [2026-06-22 02:54:50] "POST /neutron/subnet HTTP/1.1" 200 828 0.012986 10.0.0.19 - - [2026-06-22 02:54:50] "GET /virtual-network/cf7fca4c-7ef7-4a5b-937c-6ea0c44c06ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.020103 10.0.0.129 - - [2026-06-22 02:54:51] "GET /obj-perms HTTP/1.1" 200 4483 0.003470 10.0.0.19 - - [2026-06-22 02:54:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.241 - - [2026-06-22 02:54:51] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000993 10.0.0.19 - - [2026-06-22 02:54:51] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.065949 10.0.0.241 - - [2026-06-22 02:54:51] "POST /useragent-kv HTTP/1.1" 200 115 0.011319 10.0.0.19 - - [2026-06-22 02:54:51] "POST /neutron/subnet HTTP/1.1" 200 701 0.178964 10.0.0.19 - - [2026-06-22 02:54:52] "POST /neutron/network HTTP/1.1" 200 1308 0.013583 10.0.0.19 - - [2026-06-22 02:54:52] "POST /id-to-fqname HTTP/1.1" 200 231 0.001270 10.0.0.19 - - [2026-06-22 02:54:52] "GET /virtual-network/7ed5e047-67e0-4c39-83b8-9446cfdc490a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.005405 10.0.0.19 - - [2026-06-22 02:54:52] "GET /virtual-network/7ed5e047-67e0-4c39-83b8-9446cfdc490a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.006634 10.0.0.19 - - [2026-06-22 02:54:52] "POST /neutron/subnet HTTP/1.1" 200 701 0.011205 10.0.0.19 - - [2026-06-22 02:54:52] "GET /virtual-network/7ed5e047-67e0-4c39-83b8-9446cfdc490a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.005357 10.0.0.19 - - [2026-06-22 02:54:52] "GET /obj-perms HTTP/1.1" 200 4483 0.003600 10.0.0.241 - - [2026-06-22 02:54:52] "GET /obj-perms HTTP/1.1" 200 4483 0.062944 10.0.0.19 - - [2026-06-22 02:54:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005909 10.0.0.241 - - [2026-06-22 02:54:52] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001287 10.0.0.19 - - [2026-06-22 02:54:52] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.042871 10.0.0.19 - - [2026-06-22 02:54:53] "POST /neutron/network HTTP/1.1" 200 117 0.023253 10.0.0.241 - - [2026-06-22 02:54:53] "POST /route-targets HTTP/1.1" 200 328 0.014469 10.0.0.241 - - [2026-06-22 02:54:53] "POST /useragent-kv HTTP/1.1" 200 115 0.020304 10.0.0.19 - - [2026-06-22 02:54:53] "POST /neutron/subnet HTTP/1.1" 200 701 0.229696 10.0.0.19 - - [2026-06-22 02:54:54] "POST /id-to-fqname HTTP/1.1" 200 231 0.001266 10.0.0.19 - - [2026-06-22 02:54:54] "GET /virtual-network/ef64a8f6-68ef-4ac0-b7f2-5cffc4c791fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.007959 10.0.0.19 - - [2026-06-22 02:54:54] "POST /neutron/network HTTP/1.1" 200 1308 0.011811 10.0.0.19 - - [2026-06-22 02:54:54] "GET /virtual-network/ef64a8f6-68ef-4ac0-b7f2-5cffc4c791fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.006338 10.0.0.19 - - [2026-06-22 02:54:54] "POST /neutron/subnet HTTP/1.1" 200 701 0.009099 10.0.0.19 - - [2026-06-22 02:54:54] "GET /virtual-network/ef64a8f6-68ef-4ac0-b7f2-5cffc4c791fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005725 10.0.0.19 - - [2026-06-22 02:54:54] "POST /fqname-to-id HTTP/1.1" 404 225 0.003885 10.0.0.19 - - [2026-06-22 02:54:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005623 10.0.0.241 - - [2026-06-22 02:54:54] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001006 10.0.0.19 - - [2026-06-22 02:54:54] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.050368 10.0.0.19 - - [2026-06-22 02:54:54] "POST /network-policys HTTP/1.1" 200 561 0.027496 10.0.0.19 - - [2026-06-22 02:54:54] "GET /network-policy/6009f177-ff75-489e-b739-287f7292e6f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.006379 10.0.0.19 - - [2026-06-22 02:54:55] "POST /fqname-to-id HTTP/1.1" 404 225 0.003582 10.0.0.19 - - [2026-06-22 02:54:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.241 - - [2026-06-22 02:54:55] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001052 10.0.0.19 - - [2026-06-22 02:54:55] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.047903 10.0.0.19 - - [2026-06-22 02:54:55] "POST /network-policys HTTP/1.1" 200 561 0.030881 10.0.0.19 - - [2026-06-22 02:54:55] "GET /network-policy/4e9fd75a-125e-43a1-8991-2ca56a7f822f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.006883 10.0.0.19 - - [2026-06-22 02:54:55] "POST /fqname-to-id HTTP/1.1" 404 225 0.003036 10.0.0.19 - - [2026-06-22 02:54:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.241 - - [2026-06-22 02:54:55] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001071 10.0.0.19 - - [2026-06-22 02:54:55] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.042706 10.0.0.19 - - [2026-06-22 02:54:55] "POST /network-policys HTTP/1.1" 200 561 0.033802 10.0.0.19 - - [2026-06-22 02:54:55] "GET /network-policy/ff9ac707-4d3e-4504-89d0-c5c0409244e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.005984 10.0.0.19 - - [2026-06-22 02:54:55] "POST /fqname-to-id HTTP/1.1" 404 225 0.004019 10.0.0.19 - - [2026-06-22 02:54:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.241 - - [2026-06-22 02:54:55] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001166 10.0.0.19 - - [2026-06-22 02:54:55] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.043012 10.0.0.19 - - [2026-06-22 02:54:55] "POST /network-policys HTTP/1.1" 200 561 0.031971 10.0.0.19 - - [2026-06-22 02:54:56] "GET /network-policy/9ff04bdb-25e7-4930-827a-800765d668ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8845 0.008217 10.0.0.19 - - [2026-06-22 02:54:56] "POST /fqname-to-id HTTP/1.1" 404 225 0.003606 10.0.0.19 - - [2026-06-22 02:54:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.241 - - [2026-06-22 02:54:56] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001000 10.0.0.19 - - [2026-06-22 02:54:56] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.043701 10.0.0.19 - - [2026-06-22 02:54:56] "POST /network-policys HTTP/1.1" 200 561 0.049725 10.0.0.19 - - [2026-06-22 02:54:56] "GET /network-policy/acb9c6c1-d244-4256-8dc1-035544377e80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.006593 10.0.0.19 - - [2026-06-22 02:54:56] "POST /fqname-to-id HTTP/1.1" 404 225 0.003359 10.0.0.19 - - [2026-06-22 02:54:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.241 - - [2026-06-22 02:54:56] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001027 10.0.0.19 - - [2026-06-22 02:54:56] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.046758 10.0.0.19 - - [2026-06-22 02:54:56] "POST /network-policys HTTP/1.1" 200 561 0.030554 10.0.0.19 - - [2026-06-22 02:54:56] "GET /network-policy/f9bf7252-f12c-4c8a-852f-bffc9d709d14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.006332 10.0.0.19 - - [2026-06-22 02:54:56] "POST /fqname-to-id HTTP/1.1" 404 225 0.003119 10.0.0.19 - - [2026-06-22 02:54:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.241 - - [2026-06-22 02:54:56] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001096 10.0.0.19 - - [2026-06-22 02:54:57] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.054370 10.0.0.19 - - [2026-06-22 02:54:57] "POST /network-policys HTTP/1.1" 200 561 0.031400 10.0.0.19 - - [2026-06-22 02:54:57] "GET /network-policy/68de42c0-4631-48e2-8df7-f72fe3313917?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8845 0.006789 10.0.0.19 - - [2026-06-22 02:54:57] "POST /fqname-to-id HTTP/1.1" 404 225 0.003718 10.0.0.19 - - [2026-06-22 02:54:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.241 - - [2026-06-22 02:54:57] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001007 10.0.0.19 - - [2026-06-22 02:54:57] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.036483 10.0.0.19 - - [2026-06-22 02:54:57] "POST /network-policys HTTP/1.1" 200 561 0.033308 10.0.0.19 - - [2026-06-22 02:54:57] "GET /network-policy/524d2743-a6b3-4d1e-88b4-3289d0beadf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.007477 10.0.0.241 - - [2026-06-22 02:54:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.005128 10.0.0.19 - - [2026-06-22 02:54:57] "POST /neutron/network HTTP/1.1" 200 1494 0.131358 10.0.0.241 - - [2026-06-22 02:54:58] "POST /access-control-lists HTTP/1.1" 200 607 0.070750 10.0.0.19 - - [2026-06-22 02:54:58] "GET /virtual-network/2c8c84be-bd97-4e33-b509-71d11e691071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.006028 10.0.0.19 - - [2026-06-22 02:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.19 - - [2026-06-22 02:54:58] "GET /network-policy/4e9fd75a-125e-43a1-8991-2ca56a7f822f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.004264 10.0.0.19 - - [2026-06-22 02:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.008214 10.0.0.19 - - [2026-06-22 02:54:58] "GET /network-policy/6009f177-ff75-489e-b739-287f7292e6f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.004819 10.0.0.19 - - [2026-06-22 02:54:58] "POST /neutron/network HTTP/1.1" 200 1494 0.100534 10.0.0.19 - - [2026-06-22 02:54:58] "GET /virtual-network/cf7fca4c-7ef7-4a5b-937c-6ea0c44c06ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.005682 10.0.0.19 - - [2026-06-22 02:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.19 - - [2026-06-22 02:54:58] "GET /network-policy/9ff04bdb-25e7-4930-827a-800765d668ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8845 0.016170 10.0.0.19 - - [2026-06-22 02:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004633 10.0.0.241 - - [2026-06-22 02:54:58] "POST /ref-update HTTP/1.1" 200 156 0.049063 10.0.0.19 - - [2026-06-22 02:54:58] "GET /network-policy/ff9ac707-4d3e-4504-89d0-c5c0409244e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.004809 10.0.0.19 - - [2026-06-22 02:54:58] "POST /neutron/network HTTP/1.1" 200 1493 0.083126 10.0.0.19 - - [2026-06-22 02:54:58] "GET /virtual-network/7ed5e047-67e0-4c39-83b8-9446cfdc490a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006419 10.0.0.19 - - [2026-06-22 02:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.19 - - [2026-06-22 02:54:59] "GET /network-policy/acb9c6c1-d244-4256-8dc1-035544377e80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.019910 10.0.0.19 - - [2026-06-22 02:54:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.006135 10.0.0.19 - - [2026-06-22 02:54:59] "GET /network-policy/f9bf7252-f12c-4c8a-852f-bffc9d709d14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.004028 10.0.0.241 - - [2026-06-22 02:54:59] "POST /fqname-to-id HTTP/1.1" 404 248 0.002853 10.0.0.241 - - [2026-06-22 02:54:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.002895 10.0.0.19 - - [2026-06-22 02:54:59] "POST /neutron/network HTTP/1.1" 200 1493 0.106797 10.0.0.19 - - [2026-06-22 02:54:59] "GET /virtual-network/ef64a8f6-68ef-4ac0-b7f2-5cffc4c791fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.005670 10.0.0.19 - - [2026-06-22 02:54:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.19 - - [2026-06-22 02:54:59] "GET /network-policy/524d2743-a6b3-4d1e-88b4-3289d0beadf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.004302 10.0.0.19 - - [2026-06-22 02:54:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.19 - - [2026-06-22 02:54:59] "GET /network-policy/68de42c0-4631-48e2-8df7-f72fe3313917?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8845 0.004699 10.0.0.19 - - [2026-06-22 02:54:59] "POST /id-to-fqname HTTP/1.1" 200 231 0.001204 10.0.0.129 - - [2026-06-22 02:55:10] "GET /obj-perms HTTP/1.1" 200 4493 0.038375 10.0.0.241 - - [2026-06-22 02:55:35] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000898 10.0.0.19 - - [2026-06-22 02:55:35] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.059297 10.0.0.19 - - [2026-06-22 02:55:35] "POST /neutron/network HTTP/1.1" 200 1494 0.010602 10.0.0.19 - - [2026-06-22 02:55:35] "POST /id-to-fqname HTTP/1.1" 200 231 0.001752 10.0.0.19 - - [2026-06-22 02:55:35] "POST /neutron/port HTTP/1.1" 200 117 0.007440 10.0.0.241 - - [2026-06-22 02:55:36] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001462 10.0.0.19 - - [2026-06-22 02:55:36] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.058866 10.0.0.19 - - [2026-06-22 02:55:36] "POST /neutron/port HTTP/1.1" 200 117 0.007661 10.0.0.19 - - [2026-06-22 02:55:39] "POST /neutron/network HTTP/1.1" 200 1504 0.007125 10.0.0.19 - - [2026-06-22 02:55:39] "POST /neutron/port HTTP/1.1" 200 1170 0.022011 10.0.0.241 - - [2026-06-22 02:55:40] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001516 10.0.0.19 - - [2026-06-22 02:55:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003309 10.0.0.19 - - [2026-06-22 02:55:41] "POST /neutron/port HTTP/1.1" 200 1170 0.442451 10.0.0.19 - - [2026-06-22 02:55:41] "POST /neutron/port HTTP/1.1" 200 117 0.000994 10.0.0.19 - - [2026-06-22 02:55:41] "POST /neutron/port HTTP/1.1" 200 1170 0.018332 10.0.0.19 - - [2026-06-22 02:55:41] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007989 10.0.0.19 - - [2026-06-22 02:55:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004016 10.0.0.19 - - [2026-06-22 02:55:42] "POST /neutron/port HTTP/1.1" 200 117 0.001116 10.0.0.19 - - [2026-06-22 02:55:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010295 10.0.0.241 - - [2026-06-22 02:55:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.241 - - [2026-06-22 02:55:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000510 10.0.0.19 - - [2026-06-22 02:55:56] "POST /neutron/port HTTP/1.1" 200 1234 0.020063 10.0.0.129 - - [2026-06-22 02:55:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000338 10.0.0.129 - - [2026-06-22 02:55:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.241 - - [2026-06-22 02:55:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.241 - - [2026-06-22 02:55:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000329 10.0.0.19 - - [2026-06-22 02:55:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000486 10.0.0.19 - - [2026-06-22 02:55:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.129 - - [2026-06-22 02:55:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000516 10.0.0.129 - - [2026-06-22 02:55:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000339 10.0.0.19 - - [2026-06-22 02:55:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.19 - - [2026-06-22 02:55:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.19 - - [2026-06-22 02:56:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007095 10.0.0.19 - - [2026-06-22 02:56:11] "GET /obj-perms HTTP/1.1" 200 4493 0.035177 10.0.0.19 - - [2026-06-22 02:56:12] "POST /neutron/port HTTP/1.1" 200 1234 0.017464 10.0.0.19 - - [2026-06-22 02:56:17] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007392 10.0.0.19 - - [2026-06-22 02:56:27] "POST /neutron/port HTTP/1.1" 200 1234 0.017578 10.0.0.19 - - [2026-06-22 02:56:32] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006826 10.0.0.19 - - [2026-06-22 02:56:37] "POST /neutron/port HTTP/1.1" 200 1234 0.016122 10.0.0.19 - - [2026-06-22 02:56:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009279 10.0.0.19 - - [2026-06-22 02:56:37] "GET /virtual-machine/41804976-d945-4162-b583-82c92f2a17bd HTTP/1.1" 200 1302 0.005542 10.0.0.19 - - [2026-06-22 02:56:37] "GET /virtual-machine-interface/52110b6e-48cb-40fa-a04f-65647f1d284a HTTP/1.1" 200 3192 0.005179 10.0.0.19 - - [2026-06-22 02:56:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.19 - - [2026-06-22 02:56:37] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003661 10.0.0.19 - - [2026-06-22 02:56:37] "GET /virtual-networks?parent_id=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003730 10.0.0.19 - - [2026-06-22 02:56:37] "GET /virtual-network/2c8c84be-bd97-4e33-b509-71d11e691071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.006946 10.0.0.19 - - [2026-06-22 02:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333 10.0.0.19 - - [2026-06-22 02:56:41] "GET /virtual-network/2c8c84be-bd97-4e33-b509-71d11e691071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.005404 10.0.0.19 - - [2026-06-22 02:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.19 - - [2026-06-22 02:56:45] "GET /virtual-network/2c8c84be-bd97-4e33-b509-71d11e691071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.006476 10.0.0.19 - - [2026-06-22 02:56:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.19 - - [2026-06-22 02:56:49] "GET /virtual-network/2c8c84be-bd97-4e33-b509-71d11e691071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.006857 10.0.0.19 - - [2026-06-22 02:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.19 - - [2026-06-22 02:56:53] "GET /virtual-network/2c8c84be-bd97-4e33-b509-71d11e691071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.005289 10.0.0.19 - - [2026-06-22 02:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.19 - - [2026-06-22 02:56:57] "GET /virtual-network/2c8c84be-bd97-4e33-b509-71d11e691071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.005615 10.0.0.19 - - [2026-06-22 02:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.19 - - [2026-06-22 02:56:59] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003817 10.0.0.19 - - [2026-06-22 02:56:59] "GET /virtual-networks?parent_id=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003301 10.0.0.19 - - [2026-06-22 02:56:59] "GET /virtual-network/2c8c84be-bd97-4e33-b509-71d11e691071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.005478 10.0.0.19 - - [2026-06-22 02:57:01] "POST /neutron/port HTTP/1.1" 200 1234 0.035666 10.0.0.19 - - [2026-06-22 02:57:04] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007389 10.0.0.19 - - [2026-06-22 02:57:10] "POST /neutron/port HTTP/1.1" 200 1234 0.021240 10.0.0.19 - - [2026-06-22 02:57:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007643 10.0.0.19 - - [2026-06-22 02:57:10] "GET /virtual-machine/b3c3ac25-b034-4fd2-b8a0-7757515c73ef HTTP/1.1" 200 1303 0.006470 10.0.0.19 - - [2026-06-22 02:57:10] "GET /virtual-machine-interface/666259d8-299d-4c41-b207-491a1dc61582 HTTP/1.1" 200 3192 0.005069 10.0.0.19 - - [2026-06-22 02:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005618 10.0.0.19 - - [2026-06-22 02:57:10] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004597 10.0.0.19 - - [2026-06-22 02:57:10] "GET /virtual-networks?parent_id=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.004042 10.0.0.19 - - [2026-06-22 02:57:10] "GET /virtual-network/cf7fca4c-7ef7-4a5b-937c-6ea0c44c06ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.005636 10.0.0.19 - - [2026-06-22 02:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.19 - - [2026-06-22 02:57:11] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005569 10.0.0.19 - - [2026-06-22 02:57:11] "GET /virtual-networks?parent_id=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003174 10.0.0.19 - - [2026-06-22 02:57:11] "GET /virtual-network/cf7fca4c-7ef7-4a5b-937c-6ea0c44c06ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.006750 10.0.0.19 - - [2026-06-22 02:57:11] "POST /neutron/port HTTP/1.1" 200 1234 0.019546 10.0.0.241 - - [2026-06-22 02:57:11] "GET /obj-perms HTTP/1.1" 200 4493 0.043976 10.0.0.19 - - [2026-06-22 02:57:16] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007846 10.0.0.19 - - [2026-06-22 02:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.19 - - [2026-06-22 02:57:17] "GET /network-policy/ff9ac707-4d3e-4504-89d0-c5c0409244e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.004226 10.0.0.19 - - [2026-06-22 02:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.19 - - [2026-06-22 02:57:17] "GET /network-policy/9ff04bdb-25e7-4930-827a-800765d668ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8845 0.004679 10.0.0.19 - - [2026-06-22 02:57:17] "POST /neutron/port HTTP/1.1" 200 1234 0.017755 10.0.0.19 - - [2026-06-22 02:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.19 - - [2026-06-22 02:57:17] "GET /network-policy/6009f177-ff75-489e-b739-287f7292e6f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.004929 10.0.0.19 - - [2026-06-22 02:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.19 - - [2026-06-22 02:57:17] "GET /network-policy/4e9fd75a-125e-43a1-8991-2ca56a7f822f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.004662 10.0.0.19 - - [2026-06-22 02:57:19] "POST /neutron/port HTTP/1.1" 200 1234 0.019178 10.0.0.19 - - [2026-06-22 02:57:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003979 10.0.0.19 - - [2026-06-22 02:57:20] "POST /neutron/port HTTP/1.1" 200 117 0.001451 10.0.0.19 - - [2026-06-22 02:57:25] "GET /virtual-machine/b3c3ac25-b034-4fd2-b8a0-7757515c73ef HTTP/1.1" 200 1303 0.005303 10.0.0.19 - - [2026-06-22 02:57:27] "POST /neutron/port HTTP/1.1" 200 1224 0.015924 10.0.0.19 - - [2026-06-22 02:57:27] "GET /virtual-machine/b3c3ac25-b034-4fd2-b8a0-7757515c73ef HTTP/1.1" 200 1303 0.012999 10.0.0.19 - - [2026-06-22 02:57:29] "GET /virtual-machine/b3c3ac25-b034-4fd2-b8a0-7757515c73ef HTTP/1.1" 404 171 0.003426 10.0.0.19 - - [2026-06-22 02:57:29] "GET /virtual-machine/b3c3ac25-b034-4fd2-b8a0-7757515c73ef HTTP/1.1" 404 171 0.003417 10.0.0.19 - - [2026-06-22 02:57:29] "GET /virtual-machine/b3c3ac25-b034-4fd2-b8a0-7757515c73ef HTTP/1.1" 404 171 0.002967 10.0.0.19 - - [2026-06-22 02:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.19 - - [2026-06-22 02:57:29] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004805 10.0.0.19 - - [2026-06-22 02:57:29] "GET /virtual-networks?parent_id=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003128 10.0.0.19 - - [2026-06-22 02:57:29] "GET /virtual-network/cf7fca4c-7ef7-4a5b-937c-6ea0c44c06ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.007867 10.0.0.19 - - [2026-06-22 02:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.19 - - [2026-06-22 02:57:29] "GET /routing-instance/1098e3b9-4d58-4e1d-a574-91736fcf9a3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004426 10.0.0.19 - - [2026-06-22 02:57:29] "GET /route-target/c55cb597-bc20-4b9d-b350-2854abe0edcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003704 10.0.0.19 - - [2026-06-22 02:57:29] "GET /virtual-machine/b3c3ac25-b034-4fd2-b8a0-7757515c73ef HTTP/1.1" 404 171 0.003727 10.0.0.19 - - [2026-06-22 02:57:30] "GET /virtual-machine/b3c3ac25-b034-4fd2-b8a0-7757515c73ef HTTP/1.1" 404 171 0.003874 10.0.0.19 - - [2026-06-22 02:57:31] "GET /virtual-machine/b3c3ac25-b034-4fd2-b8a0-7757515c73ef HTTP/1.1" 404 171 0.003215 10.0.0.19 - - [2026-06-22 02:57:32] "GET /virtual-machine/b3c3ac25-b034-4fd2-b8a0-7757515c73ef HTTP/1.1" 404 171 0.003150 10.0.0.19 - - [2026-06-22 02:57:33] "GET /virtual-machine/b3c3ac25-b034-4fd2-b8a0-7757515c73ef HTTP/1.1" 404 171 0.004189 10.0.0.19 - - [2026-06-22 02:57:34] "GET /virtual-machine/b3c3ac25-b034-4fd2-b8a0-7757515c73ef HTTP/1.1" 404 171 0.003556 10.0.0.129 - - [2026-06-22 02:57:37] "GET /obj-perms HTTP/1.1" 200 4483 0.004754 10.0.0.19 - - [2026-06-22 02:57:38] "GET /obj-perms HTTP/1.1" 200 4483 0.004277 10.0.0.19 - - [2026-06-22 02:57:38] "GET /virtual-machine/41804976-d945-4162-b583-82c92f2a17bd HTTP/1.1" 200 1302 0.004065 10.0.0.19 - - [2026-06-22 02:57:40] "POST /neutron/port HTTP/1.1" 200 1224 0.015352 10.0.0.19 - - [2026-06-22 02:57:40] "GET /virtual-machine/41804976-d945-4162-b583-82c92f2a17bd HTTP/1.1" 200 1302 0.006683 10.0.0.19 - - [2026-06-22 02:57:42] "GET /virtual-machine/41804976-d945-4162-b583-82c92f2a17bd HTTP/1.1" 404 171 0.003783 10.0.0.19 - - [2026-06-22 02:57:42] "GET /virtual-machine/41804976-d945-4162-b583-82c92f2a17bd HTTP/1.1" 404 171 0.003275 10.0.0.19 - - [2026-06-22 02:57:42] "GET /virtual-machine/41804976-d945-4162-b583-82c92f2a17bd HTTP/1.1" 404 171 0.002778 10.0.0.19 - - [2026-06-22 02:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.19 - - [2026-06-22 02:57:42] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003849 10.0.0.19 - - [2026-06-22 02:57:42] "GET /virtual-networks?parent_id=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003339 10.0.0.19 - - [2026-06-22 02:57:42] "GET /virtual-network/2c8c84be-bd97-4e33-b509-71d11e691071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.005789 10.0.0.19 - - [2026-06-22 02:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.19 - - [2026-06-22 02:57:42] "GET /routing-instance/0d493e1c-470a-4a04-a4a0-11b0b0bddd44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.004229 10.0.0.19 - - [2026-06-22 02:57:42] "GET /route-target/ea3debda-6d69-48b0-9069-2f3a56914680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003934 10.0.0.19 - - [2026-06-22 02:57:42] "GET /obj-perms HTTP/1.1" 200 4483 0.003862 10.0.0.19 - - [2026-06-22 02:57:45] "GET /obj-perms HTTP/1.1" 200 4483 0.003604 10.0.0.19 - - [2026-06-22 02:57:45] "GET /virtual-network/ef64a8f6-68ef-4ac0-b7f2-5cffc4c791fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.011538 10.0.0.19 - - [2026-06-22 02:57:46] "POST /neutron/network HTTP/1.1" 200 1308 0.091620 10.0.0.19 - - [2026-06-22 02:57:46] "GET /virtual-network/ef64a8f6-68ef-4ac0-b7f2-5cffc4c791fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005655 10.0.0.19 - - [2026-06-22 02:57:46] "GET /virtual-network/7ed5e047-67e0-4c39-83b8-9446cfdc490a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005497 10.0.0.19 - - [2026-06-22 02:57:46] "POST /neutron/network HTTP/1.1" 200 1308 0.101867 10.0.0.241 - - [2026-06-22 02:57:46] "DELETE /access-control-list/4c0a8ed2-9bb0-42c1-acd1-a540e02cfac2 HTTP/1.1" 200 115 0.085878 10.0.0.19 - - [2026-06-22 02:57:46] "GET /virtual-network/7ed5e047-67e0-4c39-83b8-9446cfdc490a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.017288 10.0.0.19 - - [2026-06-22 02:57:46] "GET /virtual-network/cf7fca4c-7ef7-4a5b-937c-6ea0c44c06ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.005709 10.0.0.241 - - [2026-06-22 02:57:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.003717 10.0.0.19 - - [2026-06-22 02:57:46] "POST /neutron/network HTTP/1.1" 200 1309 0.077443 10.0.0.19 - - [2026-06-22 02:57:46] "GET /virtual-network/cf7fca4c-7ef7-4a5b-937c-6ea0c44c06ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.005916 10.0.0.19 - - [2026-06-22 02:57:46] "GET /virtual-network/2c8c84be-bd97-4e33-b509-71d11e691071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.006415 10.0.0.19 - - [2026-06-22 02:57:47] "POST /neutron/network HTTP/1.1" 200 1309 0.098910 10.0.0.241 - - [2026-06-22 02:57:47] "DELETE /access-control-list/f8c7ad10-962b-4775-bf18-ca6f83eea057 HTTP/1.1" 200 115 0.062690 10.0.0.19 - - [2026-06-22 02:57:47] "GET /virtual-network/2c8c84be-bd97-4e33-b509-71d11e691071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.005082 10.0.0.19 - - [2026-06-22 02:57:47] "DELETE /network-policy/524d2743-a6b3-4d1e-88b4-3289d0beadf5 HTTP/1.1" 200 115 0.052423 10.0.0.19 - - [2026-06-22 02:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.241 - - [2026-06-22 02:57:47] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.020532 10.0.0.19 - - [2026-06-22 02:57:47] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.061883 10.0.0.19 - - [2026-06-22 02:57:47] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-51335222&detail=False&count=False&shared=False HTTP/1.1" 200 1762 0.005540 10.0.0.19 - - [2026-06-22 02:57:47] "DELETE /network-policy/68de42c0-4631-48e2-8df7-f72fe3313917 HTTP/1.1" 200 115 0.049835 10.0.0.19 - - [2026-06-22 02:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002762 10.0.0.241 - - [2026-06-22 02:57:47] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001734 10.0.0.19 - - [2026-06-22 02:57:47] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.042031 10.0.0.19 - - [2026-06-22 02:57:47] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-51335222&detail=False&count=False&shared=False HTTP/1.1" 200 1529 0.005346 10.0.0.19 - - [2026-06-22 02:57:47] "DELETE /network-policy/f9bf7252-f12c-4c8a-852f-bffc9d709d14 HTTP/1.1" 200 115 0.037113 10.0.0.19 - - [2026-06-22 02:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.241 - - [2026-06-22 02:57:47] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000951 10.0.0.19 - - [2026-06-22 02:57:47] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.041175 10.0.0.19 - - [2026-06-22 02:57:47] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-51335222&detail=False&count=False&shared=False HTTP/1.1" 200 1296 0.006429 10.0.0.19 - - [2026-06-22 02:57:47] "DELETE /network-policy/acb9c6c1-d244-4256-8dc1-035544377e80 HTTP/1.1" 200 115 0.040616 10.0.0.19 - - [2026-06-22 02:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.007023 10.0.0.241 - - [2026-06-22 02:57:47] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000909 10.0.0.19 - - [2026-06-22 02:57:47] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.047674 10.0.0.19 - - [2026-06-22 02:57:48] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-51335222&detail=False&count=False&shared=False HTTP/1.1" 200 1062 0.005013 10.0.0.19 - - [2026-06-22 02:57:48] "DELETE /network-policy/9ff04bdb-25e7-4930-827a-800765d668ab HTTP/1.1" 200 115 0.052970 10.0.0.19 - - [2026-06-22 02:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004149 10.0.0.241 - - [2026-06-22 02:57:48] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001091 10.0.0.19 - - [2026-06-22 02:57:48] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.039684 10.0.0.19 - - [2026-06-22 02:57:48] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-51335222&detail=False&count=False&shared=False HTTP/1.1" 200 829 0.005206 10.0.0.19 - - [2026-06-22 02:57:48] "DELETE /network-policy/ff9ac707-4d3e-4504-89d0-c5c0409244e3 HTTP/1.1" 200 115 0.042778 10.0.0.19 - - [2026-06-22 02:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004211 10.0.0.241 - - [2026-06-22 02:57:48] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001370 10.0.0.19 - - [2026-06-22 02:57:48] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.041337 10.0.0.19 - - [2026-06-22 02:57:48] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-51335222&detail=False&count=False&shared=False HTTP/1.1" 200 596 0.004853 10.0.0.19 - - [2026-06-22 02:57:48] "DELETE /network-policy/4e9fd75a-125e-43a1-8991-2ca56a7f822f HTTP/1.1" 200 115 0.040001 10.0.0.19 - - [2026-06-22 02:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.241 - - [2026-06-22 02:57:48] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001004 10.0.0.19 - - [2026-06-22 02:57:48] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.040986 10.0.0.19 - - [2026-06-22 02:57:48] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-51335222&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.004931 10.0.0.19 - - [2026-06-22 02:57:48] "DELETE /network-policy/6009f177-ff75-489e-b739-287f7292e6f9 HTTP/1.1" 200 115 0.050858 10.0.0.19 - - [2026-06-22 02:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004585 10.0.0.241 - - [2026-06-22 02:57:48] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001167 10.0.0.19 - - [2026-06-22 02:57:48] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.042577 10.0.0.19 - - [2026-06-22 02:57:48] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-51335222&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.007234 10.0.0.241 - - [2026-06-22 02:57:49] "POST /useragent-kv HTTP/1.1" 200 115 0.005113 10.0.0.241 - - [2026-06-22 02:57:49] "POST /useragent-kv HTTP/1.1" 200 115 0.008168 10.0.0.241 - - [2026-06-22 02:57:49] "POST /useragent-kv HTTP/1.1" 200 115 0.005665 10.0.0.241 - - [2026-06-22 02:57:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003690 10.0.0.241 - - [2026-06-22 02:57:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002388 10.0.0.241 - - [2026-06-22 02:57:49] "POST /useragent-kv HTTP/1.1" 200 115 0.001946 10.0.0.19 - - [2026-06-22 02:57:49] "POST /neutron/network HTTP/1.1" 200 151 0.147722 10.0.0.241 - - [2026-06-22 02:57:49] "DELETE /route-target/51f61841-a4f4-4437-947e-0ef95df8193f HTTP/1.1" 200 115 0.035026 10.0.0.19 - - [2026-06-22 02:57:49] "POST /neutron/network HTTP/1.1" 200 1309 0.012829 10.0.0.241 - - [2026-06-22 02:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.009517 10.0.0.241 - - [2026-06-22 02:57:50] "POST /useragent-kv HTTP/1.1" 200 115 0.004207 10.0.0.241 - - [2026-06-22 02:57:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003688 10.0.0.241 - - [2026-06-22 02:57:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002629 10.0.0.241 - - [2026-06-22 02:57:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002385 10.0.0.241 - - [2026-06-22 02:57:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002820 10.0.0.241 - - [2026-06-22 02:57:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002502 10.0.0.19 - - [2026-06-22 02:57:50] "POST /neutron/network HTTP/1.1" 200 151 0.168811 10.0.0.241 - - [2026-06-22 02:57:50] "DELETE /route-target/ea3debda-6d69-48b0-9069-2f3a56914680 HTTP/1.1" 200 115 0.038201 10.0.0.19 - - [2026-06-22 02:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.19 - - [2026-06-22 02:57:50] "DELETE /network-ipam/b0db6ebb-1eb8-43ee-870f-d57a05c8ecd2 HTTP/1.1" 200 115 0.050693 10.0.0.19 - - [2026-06-22 02:57:50] "POST /fqname-to-id HTTP/1.1" 404 252 0.008886 10.0.0.241 - - [2026-06-22 02:57:50] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001372 10.0.0.241 - - [2026-06-22 02:57:50] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.075094 10.0.0.241 - - [2026-06-22 02:57:50] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000933 10.0.0.241 - - [2026-06-22 02:57:51] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?fields=security_groups HTTP/1.1" 200 1387 0.061538 10.0.0.241 - - [2026-06-22 02:57:51] "DELETE /security-group/746ec8da-37b3-4132-9b16-268e65b54d78 HTTP/1.1" 200 115 0.071606 10.0.0.241 - - [2026-06-22 02:57:51] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002367 10.0.0.241 - - [2026-06-22 02:57:51] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?fields=application_policy_sets HTTP/1.1" 200 1426 0.076831 10.0.0.19 - - [2026-06-22 02:57:51] "DELETE /project/6734000c-50a0-46f9-955b-f949d878936e HTTP/1.1" 200 115 0.517721 10.0.0.241 - - [2026-06-22 02:57:51] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001776 10.0.0.19 - - [2026-06-22 02:57:51] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?fields=projects HTTP/1.1" 200 1443 0.017192 10.0.0.19 - - [2026-06-22 02:57:56] "POST /fqname-to-id HTTP/1.1" 404 225 0.003391 10.0.0.241 - - [2026-06-22 02:57:56] "POST /id-to-fqname HTTP/1.1" 200 198 0.004494 10.0.0.241 - - [2026-06-22 02:57:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.006834 10.0.0.241 - - [2026-06-22 02:57:56] "POST /security-groups HTTP/1.1" 200 599 0.074600 10.0.0.241 - - [2026-06-22 02:57:56] "POST /fqname-to-id HTTP/1.1" 404 242 0.003416 10.0.0.241 - - [2026-06-22 02:57:56] "POST /projects HTTP/1.1" 200 601 0.298969 10.0.0.19 - - [2026-06-22 02:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.328558 10.0.0.241 - - [2026-06-22 02:57:56] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001347 10.0.0.241 - - [2026-06-22 02:57:57] "POST /access-control-lists HTTP/1.1" 200 604 0.033874 10.0.0.19 - - [2026-06-22 02:57:57] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.056666 10.0.0.19 - - [2026-06-22 02:57:57] "POST /network-policys HTTP/1.1" 200 561 0.028968 10.0.0.19 - - [2026-06-22 02:57:57] "GET /network-policy/a5ba8196-a1ec-4960-9d5f-4bc97a380487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3108 0.006233 10.0.0.19 - - [2026-06-22 02:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.241 - - [2026-06-22 02:57:57] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001123 10.0.0.19 - - [2026-06-22 02:57:57] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.053117 10.0.0.241 - - [2026-06-22 02:57:57] "POST /useragent-kv HTTP/1.1" 200 115 0.006265 10.0.0.19 - - [2026-06-22 02:57:57] "POST /neutron/subnet HTTP/1.1" 200 721 0.200614 10.0.0.19 - - [2026-06-22 02:57:57] "POST /id-to-fqname HTTP/1.1" 200 229 0.001264 10.0.0.19 - - [2026-06-22 02:57:57] "GET /virtual-network/bc46ce96-9b1a-4b31-a30b-4d33693d0639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.009680 10.0.0.19 - - [2026-06-22 02:57:58] "POST /neutron/network HTTP/1.1" 200 1007 0.012075 10.0.0.19 - - [2026-06-22 02:57:58] "GET /virtual-network/bc46ce96-9b1a-4b31-a30b-4d33693d0639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005755 10.0.0.19 - - [2026-06-22 02:57:58] "POST /neutron/subnet HTTP/1.1" 200 828 0.013125 10.0.0.241 - - [2026-06-22 02:57:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.007057 10.0.0.241 - - [2026-06-22 02:57:58] "POST /fqname-to-id HTTP/1.1" 404 244 0.007189 10.0.0.19 - - [2026-06-22 02:57:58] "POST /neutron/network HTTP/1.1" 200 1106 0.016482 10.0.0.19 - - [2026-06-22 02:57:58] "GET /virtual-network/bc46ce96-9b1a-4b31-a30b-4d33693d0639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.016624 10.0.0.19 - - [2026-06-22 02:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.009316 10.0.0.19 - - [2026-06-22 02:57:58] "GET /network-policy/a5ba8196-a1ec-4960-9d5f-4bc97a380487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3108 0.003994 10.0.0.19 - - [2026-06-22 02:57:58] "GET /virtual-network/bc46ce96-9b1a-4b31-a30b-4d33693d0639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.007198 10.0.0.129 - - [2026-06-22 02:57:58] "GET /obj-perms HTTP/1.1" 200 4483 0.003555 10.0.0.241 - - [2026-06-22 02:57:58] "GET /obj-perms HTTP/1.1" 200 4483 0.003409 10.0.0.19 - - [2026-06-22 02:57:58] "POST /id-to-fqname HTTP/1.1" 200 229 0.001733 10.0.0.241 - - [2026-06-22 02:57:59] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000953 10.0.0.19 - - [2026-06-22 02:57:59] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.065062 10.0.0.19 - - [2026-06-22 02:57:59] "POST /neutron/port HTTP/1.1" 200 117 0.006655 10.0.0.19 - - [2026-06-22 02:57:59] "POST /id-to-fqname HTTP/1.1" 200 229 0.001880 10.0.0.241 - - [2026-06-22 02:57:59] "DELETE /project/6734000c50a046f9955bf949d878936e HTTP/1.1" 404 173 0.029771 10.0.0.19 - - [2026-06-22 02:58:00] "POST /neutron/network HTTP/1.1" 200 1116 0.008780 10.0.0.241 - - [2026-06-22 02:58:00] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001114 10.0.0.19 - - [2026-06-22 02:58:00] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.074459 10.0.0.19 - - [2026-06-22 02:58:01] "POST /neutron/port HTTP/1.1" 200 117 0.007653 10.0.0.241 - - [2026-06-22 02:58:04] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001006 10.0.0.19 - - [2026-06-22 02:58:04] "POST /neutron/port HTTP/1.1" 200 1174 0.321270 10.0.0.19 - - [2026-06-22 02:58:04] "POST /neutron/port HTTP/1.1" 200 1228 0.138061 10.0.0.19 - - [2026-06-22 02:58:05] "POST /neutron/port HTTP/1.1" 200 1174 0.020569 10.0.0.19 - - [2026-06-22 02:58:05] "POST /neutron/port HTTP/1.1" 200 1238 0.021667 10.0.0.19 - - [2026-06-22 02:58:05] "POST /neutron/subnet HTTP/1.1" 200 1381 0.014134 10.0.0.19 - - [2026-06-22 02:58:05] "POST /neutron/network HTTP/1.1" 200 1106 0.010499 10.0.0.19 - - [2026-06-22 02:58:06] "POST /neutron/port HTTP/1.1" 200 1238 0.021004 10.0.0.19 - - [2026-06-22 02:58:06] "POST /neutron/subnet HTTP/1.1" 200 1381 0.017192 10.0.0.19 - - [2026-06-22 02:58:06] "POST /neutron/network HTTP/1.1" 200 1106 0.010937 10.0.0.19 - - [2026-06-22 02:58:11] "POST /neutron/port HTTP/1.1" 200 1238 0.026503 10.0.0.19 - - [2026-06-22 02:58:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007769 10.0.0.19 - - [2026-06-22 02:58:11] "GET /virtual-machine/54e0a141-b047-4b30-a0c9-3d2408301993 HTTP/1.1" 200 1302 0.006153 10.0.0.19 - - [2026-06-22 02:58:11] "GET /virtual-machine-interface/4167a47a-20dd-4282-84c6-5c19bd6dc047 HTTP/1.1" 200 3185 0.004852 10.0.0.19 - - [2026-06-22 02:58:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.19 - - [2026-06-22 02:58:11] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004933 10.0.0.19 - - [2026-06-22 02:58:11] "GET /virtual-networks?parent_id=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003444 10.0.0.19 - - [2026-06-22 02:58:11] "GET /virtual-network/bc46ce96-9b1a-4b31-a30b-4d33693d0639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.005931 10.0.0.19 - - [2026-06-22 02:58:12] "GET /obj-perms HTTP/1.1" 200 4493 0.036077 10.0.0.19 - - [2026-06-22 02:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.19 - - [2026-06-22 02:58:14] "GET /virtual-network/bc46ce96-9b1a-4b31-a30b-4d33693d0639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.005191 10.0.0.19 - - [2026-06-22 02:58:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.19 - - [2026-06-22 02:58:18] "GET /virtual-network/bc46ce96-9b1a-4b31-a30b-4d33693d0639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.007051 10.0.0.19 - - [2026-06-22 02:58:20] "POST /neutron/network HTTP/1.1" 200 1116 0.007038 10.0.0.19 - - [2026-06-22 02:58:20] "POST /neutron/subnet HTTP/1.1" 200 1381 0.012389 10.0.0.19 - - [2026-06-22 02:58:20] "POST /neutron/network HTTP/1.1" 200 1106 0.010489 10.0.0.19 - - [2026-06-22 02:58:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.19 - - [2026-06-22 02:58:22] "GET /virtual-network/bc46ce96-9b1a-4b31-a30b-4d33693d0639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.004680 10.0.0.19 - - [2026-06-22 02:58:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.021035 10.0.0.19 - - [2026-06-22 02:58:26] "GET /virtual-network/bc46ce96-9b1a-4b31-a30b-4d33693d0639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.008412 10.0.0.19 - - [2026-06-22 02:58:28] "POST /neutron/network HTTP/1.1" 200 1116 0.007508 10.0.0.19 - - [2026-06-22 02:58:28] "POST /neutron/subnet HTTP/1.1" 200 1381 0.013707 10.0.0.19 - - [2026-06-22 02:58:28] "POST /neutron/network HTTP/1.1" 200 1106 0.009557 10.0.0.19 - - [2026-06-22 02:58:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004214 10.0.0.19 - - [2026-06-22 02:58:30] "GET /virtual-network/bc46ce96-9b1a-4b31-a30b-4d33693d0639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.005550 10.0.0.19 - - [2026-06-22 02:58:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.19 - - [2026-06-22 02:58:35] "GET /virtual-network/bc46ce96-9b1a-4b31-a30b-4d33693d0639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.005610 10.0.0.19 - - [2026-06-22 02:58:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.19 - - [2026-06-22 02:58:37] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004049 10.0.0.19 - - [2026-06-22 02:58:37] "GET /virtual-networks?parent_id=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003043 10.0.0.19 - - [2026-06-22 02:58:37] "GET /virtual-network/bc46ce96-9b1a-4b31-a30b-4d33693d0639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.005733 10.0.0.19 - - [2026-06-22 02:58:39] "POST /neutron/port HTTP/1.1" 200 1238 0.023971 10.0.0.19 - - [2026-06-22 02:58:42] "POST /neutron/security_group HTTP/1.1" 200 2066 0.029336 10.0.0.19 - - [2026-06-22 02:58:47] "POST /neutron/port HTTP/1.1" 200 1238 0.017960 10.0.0.19 - - [2026-06-22 02:58:47] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008173 10.0.0.19 - - [2026-06-22 02:58:48] "GET /virtual-machine/da34e089-177e-4e18-bea0-11fba7ffc7c6 HTTP/1.1" 200 1303 0.025568 10.0.0.19 - - [2026-06-22 02:58:48] "GET /virtual-machine-interface/71c74acf-62dd-460b-b02d-90a375218e83 HTTP/1.1" 200 3186 0.005482 10.0.0.19 - - [2026-06-22 02:58:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.19 - - [2026-06-22 02:58:48] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003542 10.0.0.19 - - [2026-06-22 02:58:48] "GET /virtual-networks?parent_id=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003221 10.0.0.19 - - [2026-06-22 02:58:48] "GET /virtual-network/bc46ce96-9b1a-4b31-a30b-4d33693d0639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.006311 10.0.0.19 - - [2026-06-22 02:58:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.19 - - [2026-06-22 02:58:49] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004076 10.0.0.19 - - [2026-06-22 02:58:49] "GET /virtual-networks?parent_id=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003138 10.0.0.19 - - [2026-06-22 02:58:49] "GET /virtual-network/bc46ce96-9b1a-4b31-a30b-4d33693d0639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.005609 10.0.0.19 - - [2026-06-22 02:59:01] "GET /virtual-network/bc46ce96-9b1a-4b31-a30b-4d33693d0639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.006816 10.0.0.19 - - [2026-06-22 02:59:01] "POST /neutron/network HTTP/1.1" 200 1106 0.011345 10.0.0.19 - - [2026-06-22 02:59:01] "GET /virtual-network/bc46ce96-9b1a-4b31-a30b-4d33693d0639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.009465 10.0.0.19 - - [2026-06-22 02:59:01] "POST /neutron/network HTTP/1.1" 200 1007 0.009967 10.0.0.19 - - [2026-06-22 02:59:03] "POST /neutron/port HTTP/1.1" 200 1228 0.020670 10.0.0.19 - - [2026-06-22 02:59:03] "POST /neutron/port HTTP/1.1" 200 1228 0.013555 10.0.0.241 - - [2026-06-22 02:59:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004364 10.0.0.241 - - [2026-06-22 02:59:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003494 10.0.0.241 - - [2026-06-22 02:59:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002541 10.0.0.241 - - [2026-06-22 02:59:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002200 10.0.0.241 - - [2026-06-22 02:59:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003040 10.0.0.19 - - [2026-06-22 02:59:04] "POST /neutron/network HTTP/1.1" 200 151 0.171096 10.0.0.19 - - [2026-06-22 02:59:04] "DELETE /network-policy/a5ba8196-a1ec-4960-9d5f-4bc97a380487 HTTP/1.1" 200 115 0.035775 10.0.0.241 - - [2026-06-22 02:59:06] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000923 10.0.0.19 - - [2026-06-22 02:59:06] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.061325 10.0.0.241 - - [2026-06-22 02:59:06] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001614 10.0.0.19 - - [2026-06-22 02:59:06] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?fields=virtual_networks HTTP/1.1" 200 1050 0.047892 10.0.0.241 - - [2026-06-22 02:59:06] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001384 10.0.0.19 - - [2026-06-22 02:59:07] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.043313 10.0.0.241 - - [2026-06-22 02:59:07] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001331 10.0.0.19 - - [2026-06-22 02:59:07] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?fields=security_groups HTTP/1.1" 200 1285 0.049930 10.0.0.19 - - [2026-06-22 02:59:07] "POST /fqname-to-id HTTP/1.1" 404 202 0.032390 10.0.0.241 - - [2026-06-22 02:59:08] "GET /projects?obj_uuids=b2a2ff47-1f93-455a-a734-f52895da4b58&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004103 10.0.0.241 - - [2026-06-22 02:59:08] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002887 10.0.0.241 - - [2026-06-22 02:59:08] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011273 10.0.0.241 - - [2026-06-22 02:59:08] "POST /id-to-fqname HTTP/1.1" 200 204 0.006263 10.0.0.241 - - [2026-06-22 02:59:08] "POST /fqname-to-id HTTP/1.1" 404 213 0.004919 10.0.0.241 - - [2026-06-22 02:59:08] "POST /security-groups HTTP/1.1" 200 605 0.035131 10.0.0.241 - - [2026-06-22 02:59:08] "POST /projects HTTP/1.1" 200 613 0.255051 10.0.0.241 - - [2026-06-22 02:59:08] "POST /access-control-lists HTTP/1.1" 200 612 0.032259 10.0.0.241 - - [2026-06-22 02:59:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.323901 10.0.0.19 - - [2026-06-22 02:59:08] "GET /project/b2a2ff47-1f93-455a-a734-f52895da4b58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.483185 10.0.0.19 - - [2026-06-22 02:59:09] "GET / HTTP/1.1" 200 36215 0.001286 10.0.0.19 - - [2026-06-22 02:59:13] "GET /project/b2a2ff47-1f93-455a-a734-f52895da4b58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000482 10.0.0.241 - - [2026-06-22 02:59:14] "GET /projects?obj_uuids=b2a2ff47-1f93-455a-a734-f52895da4b58&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000894 10.0.0.19 - - [2026-06-22 02:59:14] "GET /project/b2a2ff47-1f93-455a-a734-f52895da4b58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.067426 10.0.0.19 - - [2026-06-22 02:59:14] "GET / HTTP/1.1" 200 36215 0.002442 10.0.0.19 - - [2026-06-22 02:59:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.241 - - [2026-06-22 02:59:14] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000960 10.0.0.19 - - [2026-06-22 02:59:14] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.007263 10.0.0.19 - - [2026-06-22 02:59:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004095 10.0.0.241 - - [2026-06-22 02:59:15] "GET /projects?obj_uuids=b2a2ff47-1f93-455a-a734-f52895da4b58&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001195 10.0.0.19 - - [2026-06-22 02:59:15] "GET /project/b2a2ff47-1f93-455a-a734-f52895da4b58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.049679 10.0.0.19 - - [2026-06-22 02:59:16] "GET /domains HTTP/1.1" 401 292 0.000624 10.0.0.19 - - [2026-06-22 02:59:16] "GET /domains HTTP/1.1" 200 281 0.022018 10.0.0.241 - - [2026-06-22 02:59:16] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000924 10.0.0.19 - - [2026-06-22 02:59:16] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75 HTTP/1.1" 200 2988 0.016519 10.0.0.241 - - [2026-06-22 02:59:16] "GET /projects?obj_uuids=b2a2ff47-1f93-455a-a734-f52895da4b58&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000971 10.0.0.19 - - [2026-06-22 02:59:16] "GET /project/b2a2ff47-1f93-455a-a734-f52895da4b58 HTTP/1.1" 200 1942 0.095679 10.0.0.19 - - [2026-06-22 02:59:16] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003445 10.0.0.19 - - [2026-06-22 02:59:16] "POST /network-ipams HTTP/1.1" 200 629 0.029068 10.0.0.19 - - [2026-06-22 02:59:16] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 817 0.003806 10.0.0.19 - - [2026-06-22 02:59:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.012142 10.0.0.19 - - [2026-06-22 02:59:16] "GET /network-ipam/51c72607-2328-42d2-bb94-c1e69bd9315e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.010332 10.0.0.19 - - [2026-06-22 02:59:16] "PUT /network-ipam/51c72607-2328-42d2-bb94-c1e69bd9315e HTTP/1.1" 200 259 0.014478 10.0.0.19 - - [2026-06-22 02:59:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000578 10.0.0.19 - - [2026-06-22 02:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.028518 10.0.0.241 - - [2026-06-22 02:59:17] "GET /projects?obj_uuids=b2a2ff47-1f93-455a-a734-f52895da4b58&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000996 10.0.0.19 - - [2026-06-22 02:59:17] "GET /project/b2a2ff47-1f93-455a-a734-f52895da4b58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.042473 10.0.0.241 - - [2026-06-22 02:59:17] "POST /route-targets HTTP/1.1" 200 328 0.015167 10.0.0.241 - - [2026-06-22 02:59:17] "POST /useragent-kv HTTP/1.1" 200 115 0.009144 10.0.0.19 - - [2026-06-22 02:59:17] "POST /neutron/subnet HTTP/1.1" 200 720 0.273232 10.0.0.19 - - [2026-06-22 02:59:18] "POST /id-to-fqname HTTP/1.1" 200 237 0.001344 10.0.0.19 - - [2026-06-22 02:59:18] "GET /virtual-network/ec9fc7c9-2ebc-4376-814a-315a3963a3d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.009400 10.0.0.19 - - [2026-06-22 02:59:18] "POST /neutron/network HTTP/1.1" 200 1140 0.010911 10.0.0.19 - - [2026-06-22 02:59:18] "GET /virtual-network/ec9fc7c9-2ebc-4376-814a-315a3963a3d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.005229 10.0.0.19 - - [2026-06-22 02:59:18] "POST /neutron/subnet HTTP/1.1" 200 823 0.011906 10.0.0.19 - - [2026-06-22 02:59:18] "GET /virtual-network/ec9fc7c9-2ebc-4376-814a-315a3963a3d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.007222 10.0.0.19 - - [2026-06-22 02:59:20] "POST /fqname-to-id HTTP/1.1" 404 231 0.003436 10.0.0.19 - - [2026-06-22 02:59:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004521 10.0.0.241 - - [2026-06-22 02:59:20] "GET /projects?obj_uuids=b2a2ff47-1f93-455a-a734-f52895da4b58&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001154 10.0.0.19 - - [2026-06-22 02:59:20] "GET /project/b2a2ff47-1f93-455a-a734-f52895da4b58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.041290 10.0.0.19 - - [2026-06-22 02:59:20] "POST /network-policys HTTP/1.1" 200 567 0.079199 10.0.0.19 - - [2026-06-22 02:59:20] "GET /network-policy/6df1c37e-17b2-4413-bbd6-abc59f749356?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4076 0.006910 10.0.0.19 - - [2026-06-22 02:59:20] "POST /fqname-to-id HTTP/1.1" 404 231 0.003749 10.0.0.19 - - [2026-06-22 02:59:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.241 - - [2026-06-22 02:59:20] "GET /projects?obj_uuids=b2a2ff47-1f93-455a-a734-f52895da4b58&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001486 10.0.0.19 - - [2026-06-22 02:59:20] "GET /project/b2a2ff47-1f93-455a-a734-f52895da4b58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.046208 10.0.0.19 - - [2026-06-22 02:59:20] "POST /network-policys HTTP/1.1" 200 567 0.029330 10.0.0.19 - - [2026-06-22 02:59:20] "GET /network-policy/5b8abc23-2bf1-4f61-a4ea-6387e1ec601c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3112 0.005915 10.0.0.19 - - [2026-06-22 02:59:20] "POST /fqname-to-id HTTP/1.1" 404 231 0.004313 10.0.0.19 - - [2026-06-22 02:59:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.241 - - [2026-06-22 02:59:21] "GET /projects?obj_uuids=b2a2ff47-1f93-455a-a734-f52895da4b58&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001389 10.0.0.19 - - [2026-06-22 02:59:21] "GET /project/b2a2ff47-1f93-455a-a734-f52895da4b58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.047635 10.0.0.19 - - [2026-06-22 02:59:21] "POST /network-policys HTTP/1.1" 200 567 0.030926 10.0.0.19 - - [2026-06-22 02:59:21] "GET /network-policy/2a4d4071-56df-49ea-979f-f9c85bfc54cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.009966 10.0.0.241 - - [2026-06-22 02:59:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.038298 10.0.0.19 - - [2026-06-22 02:59:21] "POST /neutron/network HTTP/1.1" 200 1338 0.014605 10.0.0.19 - - [2026-06-22 02:59:21] "GET /virtual-network/ec9fc7c9-2ebc-4376-814a-315a3963a3d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.004908 10.0.0.19 - - [2026-06-22 02:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002674 10.0.0.241 - - [2026-06-22 02:59:21] "POST /access-control-lists HTTP/1.1" 200 613 0.068597 10.0.0.19 - - [2026-06-22 02:59:21] "GET /network-policy/5b8abc23-2bf1-4f61-a4ea-6387e1ec601c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3112 0.005853 10.0.0.19 - - [2026-06-22 02:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.19 - - [2026-06-22 02:59:21] "GET /network-policy/6df1c37e-17b2-4413-bbd6-abc59f749356?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4076 0.004824 10.0.0.19 - - [2026-06-22 02:59:21] "POST /id-to-fqname HTTP/1.1" 200 237 0.001185 10.0.0.241 - - [2026-06-22 02:59:22] "GET /projects?obj_uuids=b2a2ff47-1f93-455a-a734-f52895da4b58&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001419 10.0.0.19 - - [2026-06-22 02:59:22] "GET /project/b2a2ff47-1f93-455a-a734-f52895da4b58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.065859 10.0.0.19 - - [2026-06-22 02:59:22] "POST /neutron/port HTTP/1.1" 200 117 0.006696 10.0.0.19 - - [2026-06-22 02:59:27] "POST /neutron/network HTTP/1.1" 200 1348 0.007009 10.0.0.19 - - [2026-06-22 02:59:27] "POST /neutron/port HTTP/1.1" 200 1179 0.023989 10.0.0.19 - - [2026-06-22 02:59:28] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007120 10.0.0.19 - - [2026-06-22 02:59:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003728 10.0.0.19 - - [2026-06-22 02:59:28] "POST /neutron/port HTTP/1.1" 200 117 0.001018 10.0.0.19 - - [2026-06-22 02:59:33] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008661 10.0.0.19 - - [2026-06-22 02:59:38] "POST /neutron/port HTTP/1.1" 200 1243 0.024120 10.0.0.19 - - [2026-06-22 02:59:38] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008471 10.0.0.19 - - [2026-06-22 02:59:38] "GET /virtual-machine/8c705035-b233-4ec4-8604-533a33cd8ab5 HTTP/1.1" 401 292 0.000398 10.0.0.19 - - [2026-06-22 02:59:38] "GET /virtual-machine/8c705035-b233-4ec4-8604-533a33cd8ab5 HTTP/1.1" 200 1308 0.023636 10.0.0.19 - - [2026-06-22 02:59:38] "GET /virtual-machine-interface/b703b5c0-5faa-459c-8a4a-59562d907da3 HTTP/1.1" 200 3185 0.005704 10.0.0.19 - - [2026-06-22 02:59:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.19 - - [2026-06-22 02:59:38] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003655 10.0.0.19 - - [2026-06-22 02:59:38] "GET /virtual-networks?parent_id=b2a2ff47-1f93-455a-a734-f52895da4b58&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.003565 10.0.0.19 - - [2026-06-22 02:59:38] "GET /virtual-network/ec9fc7c9-2ebc-4376-814a-315a3963a3d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.006021 10.0.0.19 - - [2026-06-22 02:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.19 - - [2026-06-22 02:59:41] "GET /virtual-network/ec9fc7c9-2ebc-4376-814a-315a3963a3d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.005877 10.0.0.19 - - [2026-06-22 02:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.19 - - [2026-06-22 02:59:46] "GET /virtual-network/ec9fc7c9-2ebc-4376-814a-315a3963a3d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.006321 10.0.0.19 - - [2026-06-22 02:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004176 10.0.0.19 - - [2026-06-22 02:59:50] "GET /virtual-network/ec9fc7c9-2ebc-4376-814a-315a3963a3d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.005674 10.0.0.19 - - [2026-06-22 02:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.19 - - [2026-06-22 02:59:54] "GET /virtual-network/ec9fc7c9-2ebc-4376-814a-315a3963a3d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.005386 10.0.0.19 - - [2026-06-22 02:59:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.19 - - [2026-06-22 02:59:58] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003398 10.0.0.19 - - [2026-06-22 02:59:58] "GET /virtual-networks?parent_id=b2a2ff47-1f93-455a-a734-f52895da4b58&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.003434 10.0.0.19 - - [2026-06-22 02:59:58] "GET /virtual-network/ec9fc7c9-2ebc-4376-814a-315a3963a3d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.005442 10.0.0.241 - - [2026-06-22 03:00:00] "DELETE /project/b2a2ff471f93455aa734f52895da4b58 HTTP/1.1" 404 173 0.008183 10.0.0.241 - - [2026-06-22 03:00:00] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001162 10.0.0.241 - - [2026-06-22 03:00:00] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.051977 10.0.0.241 - - [2026-06-22 03:00:00] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001031 10.0.0.241 - - [2026-06-22 03:00:00] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?fields=security_groups HTTP/1.1" 200 1387 0.052406 10.0.0.241 - - [2026-06-22 03:00:00] "DELETE /security-group/e8e5b9fd-f8d8-4085-96b7-e25d615994ed HTTP/1.1" 200 115 0.061062 10.0.0.241 - - [2026-06-22 03:00:00] "GET /projects?obj_uuids=6734000c-50a0-46f9-955b-f949d878936e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001889 10.0.0.241 - - [2026-06-22 03:00:00] "GET /project/6734000c-50a0-46f9-955b-f949d878936e?fields=application_policy_sets HTTP/1.1" 200 1426 0.065877 10.0.0.241 - - [2026-06-22 03:00:00] "DELETE /project/6734000c-50a0-46f9-955b-f949d878936e HTTP/1.1" 200 115 0.475554 10.0.0.19 - - [2026-06-22 03:00:01] "POST /neutron/port HTTP/1.1" 200 1243 0.018769 10.0.0.19 - - [2026-06-22 03:00:03] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007963 10.0.0.19 - - [2026-06-22 03:00:09] "POST /neutron/port HTTP/1.1" 200 1243 0.022724 10.0.0.19 - - [2026-06-22 03:00:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.19 - - [2026-06-22 03:00:09] "GET /network-policy/6df1c37e-17b2-4413-bbd6-abc59f749356?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4076 0.004806 10.0.0.19 - - [2026-06-22 03:00:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.19 - - [2026-06-22 03:00:09] "GET /network-policy/5b8abc23-2bf1-4f61-a4ea-6387e1ec601c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3112 0.004572 10.0.0.19 - - [2026-06-22 03:00:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.19 - - [2026-06-22 03:00:09] "GET /network-policy/2a4d4071-56df-49ea-979f-f9c85bfc54cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.004060 10.0.0.241 - - [2026-06-22 03:00:09] "PUT /access-control-list/d8365300-42b8-4b91-b51c-94546b67f77d HTTP/1.1" 200 273 0.034050 10.0.0.19 - - [2026-06-22 03:00:09] "POST /neutron/network HTTP/1.1" 200 1430 0.103027 10.0.0.19 - - [2026-06-22 03:00:09] "GET /virtual-network/ec9fc7c9-2ebc-4376-814a-315a3963a3d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3599 0.008475 10.0.0.19 - - [2026-06-22 03:00:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.19 - - [2026-06-22 03:00:09] "GET /network-policy/2a4d4071-56df-49ea-979f-f9c85bfc54cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.004565 10.0.0.19 - - [2026-06-22 03:00:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.19 - - [2026-06-22 03:00:09] "GET /network-policy/5b8abc23-2bf1-4f61-a4ea-6387e1ec601c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3112 0.004379 10.0.0.19 - - [2026-06-22 03:00:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.19 - - [2026-06-22 03:00:09] "GET /network-policy/6df1c37e-17b2-4413-bbd6-abc59f749356?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4076 0.005019 10.0.0.129 - - [2026-06-22 03:00:14] "GET /obj-perms HTTP/1.1" 200 4493 0.049473 10.0.0.19 - - [2026-06-22 03:00:14] "GET /virtual-network/ec9fc7c9-2ebc-4376-814a-315a3963a3d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3599 0.005902 10.0.0.241 - - [2026-06-22 03:00:14] "GET /obj-perms HTTP/1.1" 200 4493 0.050760 10.0.0.19 - - [2026-06-22 03:00:14] "POST /neutron/network HTTP/1.1" 200 1140 0.096468 10.0.0.19 - - [2026-06-22 03:00:14] "GET /virtual-network/ec9fc7c9-2ebc-4376-814a-315a3963a3d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.005927 10.0.0.19 - - [2026-06-22 03:00:20] "GET /virtual-machine/8c705035-b233-4ec4-8604-533a33cd8ab5 HTTP/1.1" 200 1308 0.005370 10.0.0.19 - - [2026-06-22 03:00:21] "POST /neutron/port HTTP/1.1" 200 1233 0.017827 10.0.0.19 - - [2026-06-22 03:00:22] "GET /virtual-machine/8c705035-b233-4ec4-8604-533a33cd8ab5 HTTP/1.1" 200 1308 0.021359 10.0.0.19 - - [2026-06-22 03:00:24] "GET /virtual-machine/8c705035-b233-4ec4-8604-533a33cd8ab5 HTTP/1.1" 404 171 0.003894 10.0.0.19 - - [2026-06-22 03:00:24] "GET /virtual-machine/8c705035-b233-4ec4-8604-533a33cd8ab5 HTTP/1.1" 404 171 0.003520 10.0.0.19 - - [2026-06-22 03:00:24] "GET /virtual-machine/8c705035-b233-4ec4-8604-533a33cd8ab5 HTTP/1.1" 404 171 0.003814 10.0.0.19 - - [2026-06-22 03:00:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004570 10.0.0.19 - - [2026-06-22 03:00:24] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004256 10.0.0.19 - - [2026-06-22 03:00:24] "GET /virtual-networks?parent_id=b2a2ff47-1f93-455a-a734-f52895da4b58&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.002907 10.0.0.19 - - [2026-06-22 03:00:24] "GET /virtual-network/ec9fc7c9-2ebc-4376-814a-315a3963a3d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.006178 10.0.0.19 - - [2026-06-22 03:00:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.19 - - [2026-06-22 03:00:24] "GET /routing-instance/905a1958-d93d-4a61-94ee-e8b6ce789bc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1505 0.004312 10.0.0.19 - - [2026-06-22 03:00:24] "GET /route-target/94aa99f4-ca1b-4974-b437-ddc1a8674714?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004382 10.0.0.19 - - [2026-06-22 03:00:24] "GET /obj-perms HTTP/1.1" 200 4458 0.051311 10.0.0.19 - - [2026-06-22 03:00:27] "GET /obj-perms HTTP/1.1" 200 4458 0.003782 10.0.0.19 - - [2026-06-22 03:00:33] "GET /obj-perms HTTP/1.1" 200 4458 0.004066 10.0.0.19 - - [2026-06-22 03:00:36] "GET /obj-perms HTTP/1.1" 200 4458 0.004122 10.0.0.19 - - [2026-06-22 03:00:43] "GET /obj-perms HTTP/1.1" 200 4458 0.004629 10.0.0.19 - - [2026-06-22 03:00:46] "GET /obj-perms HTTP/1.1" 200 4458 0.004151 10.0.0.19 - - [2026-06-22 03:00:46] "DELETE /network-policy/2a4d4071-56df-49ea-979f-f9c85bfc54cc HTTP/1.1" 200 115 0.038363 10.0.0.19 - - [2026-06-22 03:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.241 - - [2026-06-22 03:00:46] "GET /projects?obj_uuids=b2a2ff47-1f93-455a-a734-f52895da4b58&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000922 10.0.0.19 - - [2026-06-22 03:00:46] "GET /project/b2a2ff47-1f93-455a-a734-f52895da4b58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.039008 10.0.0.19 - - [2026-06-22 03:00:46] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-86547735&detail=False&count=False&shared=False HTTP/1.1" 200 608 0.005388 10.0.0.19 - - [2026-06-22 03:00:46] "DELETE /network-policy/5b8abc23-2bf1-4f61-a4ea-6387e1ec601c HTTP/1.1" 200 115 0.038155 10.0.0.19 - - [2026-06-22 03:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.241 - - [2026-06-22 03:00:46] "GET /projects?obj_uuids=b2a2ff47-1f93-455a-a734-f52895da4b58&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001095 10.0.0.19 - - [2026-06-22 03:00:46] "GET /project/b2a2ff47-1f93-455a-a734-f52895da4b58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.043173 10.0.0.19 - - [2026-06-22 03:00:46] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-86547735&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.005342 10.0.0.19 - - [2026-06-22 03:00:46] "DELETE /network-policy/6df1c37e-17b2-4413-bbd6-abc59f749356 HTTP/1.1" 200 115 0.043573 10.0.0.19 - - [2026-06-22 03:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005063 10.0.0.241 - - [2026-06-22 03:00:47] "GET /projects?obj_uuids=b2a2ff47-1f93-455a-a734-f52895da4b58&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001241 10.0.0.19 - - [2026-06-22 03:00:47] "GET /project/b2a2ff47-1f93-455a-a734-f52895da4b58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.044383 10.0.0.19 - - [2026-06-22 03:00:47] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-86547735&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005562 10.0.0.241 - - [2026-06-22 03:00:47] "POST /useragent-kv HTTP/1.1" 200 115 0.005309 10.0.0.241 - - [2026-06-22 03:00:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002873 10.0.0.241 - - [2026-06-22 03:00:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004096 10.0.0.241 - - [2026-06-22 03:00:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002493 10.0.0.19 - - [2026-06-22 03:00:47] "POST /neutron/network HTTP/1.1" 200 151 0.143552 10.0.0.241 - - [2026-06-22 03:00:47] "DELETE /route-target/94aa99f4-ca1b-4974-b437-ddc1a8674714 HTTP/1.1" 200 115 0.023057 10.0.0.19 - - [2026-06-22 03:00:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.19 - - [2026-06-22 03:00:47] "DELETE /network-ipam/51c72607-2328-42d2-bb94-c1e69bd9315e HTTP/1.1" 200 115 0.036422 10.0.0.19 - - [2026-06-22 03:00:47] "POST /fqname-to-id HTTP/1.1" 404 264 0.003368 10.0.0.241 - - [2026-06-22 03:00:47] "GET /projects?obj_uuids=b2a2ff47-1f93-455a-a734-f52895da4b58&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000931 10.0.0.241 - - [2026-06-22 03:00:47] "GET /project/b2a2ff47-1f93-455a-a734-f52895da4b58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1525 0.039962 10.0.0.241 - - [2026-06-22 03:00:47] "GET /projects?obj_uuids=b2a2ff47-1f93-455a-a734-f52895da4b58&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000992 10.0.0.241 - - [2026-06-22 03:00:47] "GET /project/b2a2ff47-1f93-455a-a734-f52895da4b58?fields=security_groups HTTP/1.1" 200 1406 0.044687 10.0.0.241 - - [2026-06-22 03:00:47] "DELETE /security-group/66111ebc-6de9-4fd0-a8bc-7bcaac00a4eb HTTP/1.1" 200 115 0.049320 10.0.0.241 - - [2026-06-22 03:00:47] "GET /projects?obj_uuids=b2a2ff47-1f93-455a-a734-f52895da4b58&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001253 10.0.0.241 - - [2026-06-22 03:00:47] "GET /project/b2a2ff47-1f93-455a-a734-f52895da4b58?fields=application_policy_sets HTTP/1.1" 200 1445 0.042071 10.0.0.19 - - [2026-06-22 03:00:48] "DELETE /project/b2a2ff47-1f93-455a-a734-f52895da4b58 HTTP/1.1" 200 115 0.381614 10.0.0.241 - - [2026-06-22 03:00:48] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001557 10.0.0.19 - - [2026-06-22 03:00:48] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?fields=projects HTTP/1.1" 200 1443 0.012646 10.0.0.241 - - [2026-06-22 03:00:50] "GET /projects?obj_uuids=b2a2ff47-1f93-455a-a734-f52895da4b58&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.011742 10.0.0.241 - - [2026-06-22 03:00:50] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001634 10.0.0.241 - - [2026-06-22 03:00:50] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.054939 10.0.0.241 - - [2026-06-22 03:00:50] "POST /id-to-fqname HTTP/1.1" 200 204 0.001319 10.0.0.241 - - [2026-06-22 03:00:50] "POST /fqname-to-id HTTP/1.1" 404 213 0.010092 10.0.0.241 - - [2026-06-22 03:00:51] "POST /security-groups HTTP/1.1" 200 605 0.042048 10.0.0.241 - - [2026-06-22 03:00:51] "POST /fqname-to-id HTTP/1.1" 404 248 0.003041 10.0.0.241 - - [2026-06-22 03:00:51] "POST /projects HTTP/1.1" 200 613 0.314368 10.0.0.241 - - [2026-06-22 03:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.397059 10.0.0.241 - - [2026-06-22 03:00:51] "POST /access-control-lists HTTP/1.1" 200 610 0.043704 10.0.0.19 - - [2026-06-22 03:00:51] "GET /project/b2a2ff47-1f93-455a-a734-f52895da4b58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.573167 10.0.0.241 - - [2026-06-22 03:00:51] "GET /projects?obj_uuids=b2a2ff47-1f93-455a-a734-f52895da4b58&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002700 10.0.0.19 - - [2026-06-22 03:00:51] "GET /project/b2a2ff47-1f93-455a-a734-f52895da4b58?fields=virtual_networks HTTP/1.1" 200 1063 0.061501 10.0.0.241 - - [2026-06-22 03:00:51] "GET /projects?obj_uuids=b2a2ff47-1f93-455a-a734-f52895da4b58&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001610 10.0.0.19 - - [2026-06-22 03:00:51] "GET /project/b2a2ff47-1f93-455a-a734-f52895da4b58?fields=virtual_machine_interfaces HTTP/1.1" 200 1063 0.051133 10.0.0.241 - - [2026-06-22 03:00:51] "GET /projects?obj_uuids=b2a2ff47-1f93-455a-a734-f52895da4b58&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000966 10.0.0.19 - - [2026-06-22 03:00:51] "GET /project/b2a2ff47-1f93-455a-a734-f52895da4b58?fields=security_groups HTTP/1.1" 200 1304 0.040986 10.0.0.19 - - [2026-06-22 03:00:52] "POST /fqname-to-id HTTP/1.1" 404 204 0.036429 10.0.0.241 - - [2026-06-22 03:00:52] "GET /projects?obj_uuids=da07a87b-dc26-4056-9fd4-b43b3cb84d37&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.010250 10.0.0.241 - - [2026-06-22 03:00:52] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001013 10.0.0.241 - - [2026-06-22 03:00:52] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008013 10.0.0.241 - - [2026-06-22 03:00:52] "POST /id-to-fqname HTTP/1.1" 200 206 0.004265 10.0.0.241 - - [2026-06-22 03:00:52] "POST /fqname-to-id HTTP/1.1" 404 215 0.004300 10.0.0.241 - - [2026-06-22 03:00:52] "POST /security-groups HTTP/1.1" 200 607 0.030881 10.0.0.241 - - [2026-06-22 03:00:52] "POST /projects HTTP/1.1" 200 617 0.268449 10.0.0.241 - - [2026-06-22 03:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.309900 10.0.0.241 - - [2026-06-22 03:00:52] "POST /fqname-to-id HTTP/1.1" 404 249 0.017908 10.0.0.19 - - [2026-06-22 03:00:52] "GET /project/da07a87b-dc26-4056-9fd4-b43b3cb84d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.477149 10.0.0.19 - - [2026-06-22 03:00:54] "GET / HTTP/1.1" 200 36215 0.001520 10.0.0.241 - - [2026-06-22 03:00:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.241 - - [2026-06-22 03:00:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.19 - - [2026-06-22 03:00:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000423 10.0.0.129 - - [2026-06-22 03:00:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.19 - - [2026-06-22 03:00:57] "POST /fqname-to-id HTTP/1.1" 404 233 0.079088 10.0.0.19 - - [2026-06-22 03:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.129 - - [2026-06-22 03:00:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.241 - - [2026-06-22 03:00:57] "GET /projects?obj_uuids=da07a87b-dc26-4056-9fd4-b43b3cb84d37&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001376 10.0.0.19 - - [2026-06-22 03:00:57] "GET /project/da07a87b-dc26-4056-9fd4-b43b3cb84d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.038093 10.0.0.19 - - [2026-06-22 03:00:57] "POST /network-policys HTTP/1.1" 200 569 0.070030 10.0.0.241 - - [2026-06-22 03:00:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.19 - - [2026-06-22 03:00:57] "GET /network-policy/4aa6cfab-a98a-4fab-bebd-5cb0004cacca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.005924 10.0.0.19 - - [2026-06-22 03:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.241 - - [2026-06-22 03:00:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.241 - - [2026-06-22 03:00:57] "GET /projects?obj_uuids=da07a87b-dc26-4056-9fd4-b43b3cb84d37&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000942 10.0.0.19 - - [2026-06-22 03:00:57] "GET /project/da07a87b-dc26-4056-9fd4-b43b3cb84d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.054635 10.0.0.241 - - [2026-06-22 03:00:58] "POST /ref-update HTTP/1.1" 200 156 0.026800 10.0.0.241 - - [2026-06-22 03:00:58] "POST /useragent-kv HTTP/1.1" 200 115 0.009145 10.0.0.19 - - [2026-06-22 03:00:58] "POST /neutron/subnet HTTP/1.1" 200 724 0.264259 10.0.0.19 - - [2026-06-22 03:00:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.241 - - [2026-06-22 03:00:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.003606 10.0.0.19 - - [2026-06-22 03:00:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.19 - - [2026-06-22 03:00:58] "POST /id-to-fqname HTTP/1.1" 200 237 0.001219 10.0.0.19 - - [2026-06-22 03:00:58] "GET /virtual-network/dde1c334-ffc9-4188-bfbd-c013508e6d8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2663 0.007743 10.0.0.19 - - [2026-06-22 03:00:58] "POST /neutron/network HTTP/1.1" 200 1016 0.009671 10.0.0.19 - - [2026-06-22 03:00:58] "GET /virtual-network/dde1c334-ffc9-4188-bfbd-c013508e6d8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2663 0.006224 10.0.0.129 - - [2026-06-22 03:00:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.19 - - [2026-06-22 03:00:58] "POST /neutron/subnet HTTP/1.1" 200 828 0.009379 10.0.0.129 - - [2026-06-22 03:00:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.19 - - [2026-06-22 03:00:58] "POST /neutron/network HTTP/1.1" 200 1123 0.013359 10.0.0.19 - - [2026-06-22 03:00:58] "GET /virtual-network/dde1c334-ffc9-4188-bfbd-c013508e6d8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2987 0.005014 10.0.0.19 - - [2026-06-22 03:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.19 - - [2026-06-22 03:00:59] "GET /network-policy/4aa6cfab-a98a-4fab-bebd-5cb0004cacca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.020834 10.0.0.19 - - [2026-06-22 03:00:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000450 10.0.0.19 - - [2026-06-22 03:00:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.19 - - [2026-06-22 03:00:59] "GET /virtual-network/dde1c334-ffc9-4188-bfbd-c013508e6d8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2987 0.007245 10.0.0.19 - - [2026-06-22 03:01:00] "GET /obj-perms HTTP/1.1" 200 4499 0.040406 10.0.0.241 - - [2026-06-22 03:01:00] "DELETE /project/da07a87bdc2640569fd4b43b3cb84d37 HTTP/1.1" 404 173 0.006715 10.0.0.241 - - [2026-06-22 03:01:00] "DELETE /project/b2a2ff471f93455aa734f52895da4b58 HTTP/1.1" 404 173 0.005678 10.0.0.241 - - [2026-06-22 03:01:00] "GET /projects?obj_uuids=b2a2ff47-1f93-455a-a734-f52895da4b58&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000773 10.0.0.241 - - [2026-06-22 03:01:00] "GET /project/b2a2ff47-1f93-455a-a734-f52895da4b58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1525 0.038090 10.0.0.241 - - [2026-06-22 03:01:00] "GET /projects?obj_uuids=b2a2ff47-1f93-455a-a734-f52895da4b58&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001098 10.0.0.241 - - [2026-06-22 03:01:00] "GET /project/b2a2ff47-1f93-455a-a734-f52895da4b58?fields=security_groups HTTP/1.1" 200 1406 0.042439 10.0.0.241 - - [2026-06-22 03:01:00] "DELETE /security-group/03e24f5c-b341-4d17-90b1-eda3caa38013 HTTP/1.1" 200 115 0.066360 10.0.0.241 - - [2026-06-22 03:01:00] "GET /projects?obj_uuids=b2a2ff47-1f93-455a-a734-f52895da4b58&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001443 10.0.0.241 - - [2026-06-22 03:01:00] "DELETE /access-control-list/281a3538-acae-49ce-9769-3fa7305ed876 HTTP/1.1" 200 115 0.047736 10.0.0.241 - - [2026-06-22 03:01:00] "GET /project/b2a2ff47-1f93-455a-a734-f52895da4b58?fields=application_policy_sets HTTP/1.1" 200 1445 0.056030 10.0.0.241 - - [2026-06-22 03:01:00] "DELETE /project/b2a2ff47-1f93-455a-a734-f52895da4b58 HTTP/1.1" 200 115 0.427038 10.0.0.19 - - [2026-06-22 03:01:01] "DELETE /network-policy/4aa6cfab-a98a-4fab-bebd-5cb0004cacca HTTP/1.1" 409 239 0.009472 10.0.0.241 - - [2026-06-22 03:01:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005393 10.0.0.19 - - [2026-06-22 03:01:01] "DELETE /network-policy/4aa6cfab-a98a-4fab-bebd-5cb0004cacca HTTP/1.1" 200 115 0.039105 10.0.0.19 - - [2026-06-22 03:01:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.241 - - [2026-06-22 03:01:01] "GET /projects?obj_uuids=da07a87b-dc26-4056-9fd4-b43b3cb84d37&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001189 10.0.0.19 - - [2026-06-22 03:01:01] "GET /project/da07a87b-dc26-4056-9fd4-b43b3cb84d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.040773 10.0.0.19 - - [2026-06-22 03:01:01] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-71892435&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006187 10.0.0.241 - - [2026-06-22 03:01:04] "GET /projects?obj_uuids=da07a87b-dc26-4056-9fd4-b43b3cb84d37&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000957 10.0.0.19 - - [2026-06-22 03:01:04] "GET /project/da07a87b-dc26-4056-9fd4-b43b3cb84d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.044169 10.0.0.241 - - [2026-06-22 03:01:04] "GET /projects?obj_uuids=da07a87b-dc26-4056-9fd4-b43b3cb84d37&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001929 10.0.0.19 - - [2026-06-22 03:01:04] "GET /project/da07a87b-dc26-4056-9fd4-b43b3cb84d37?fields=virtual_networks HTTP/1.1" 200 1067 0.053618 10.0.0.241 - - [2026-06-22 03:01:04] "GET /projects?obj_uuids=da07a87b-dc26-4056-9fd4-b43b3cb84d37&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000989 10.0.0.19 - - [2026-06-22 03:01:04] "GET /project/da07a87b-dc26-4056-9fd4-b43b3cb84d37?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.047742 10.0.0.241 - - [2026-06-22 03:01:04] "GET /projects?obj_uuids=da07a87b-dc26-4056-9fd4-b43b3cb84d37&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000963 10.0.0.19 - - [2026-06-22 03:01:04] "GET /project/da07a87b-dc26-4056-9fd4-b43b3cb84d37?fields=security_groups HTTP/1.1" 200 1310 0.035583 10.0.0.19 - - [2026-06-22 03:01:05] "POST /fqname-to-id HTTP/1.1" 404 188 0.031585 10.0.0.241 - - [2026-06-22 03:01:05] "GET /projects?obj_uuids=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003038 10.0.0.241 - - [2026-06-22 03:01:05] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000945 10.0.0.241 - - [2026-06-22 03:01:05] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007068 10.0.0.241 - - [2026-06-22 03:01:05] "POST /id-to-fqname HTTP/1.1" 200 190 0.004702 10.0.0.241 - - [2026-06-22 03:01:05] "POST /fqname-to-id HTTP/1.1" 404 199 0.004369 10.0.0.241 - - [2026-06-22 03:01:05] "POST /security-groups HTTP/1.1" 200 591 0.073012 10.0.0.241 - - [2026-06-22 03:01:06] "POST /projects HTTP/1.1" 200 585 0.273507 10.0.0.241 - - [2026-06-22 03:01:06] "POST /access-control-lists HTTP/1.1" 200 598 0.030966 10.0.0.241 - - [2026-06-22 03:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.351028 10.0.0.19 - - [2026-06-22 03:01:06] "GET /project/4ca1ef2c-7756-4043-a34f-cf3d5948f798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.500053 10.0.0.19 - - [2026-06-22 03:01:07] "GET / HTTP/1.1" 200 36215 0.001382 10.0.0.19 - - [2026-06-22 03:01:08] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000490 10.0.0.19 - - [2026-06-22 03:01:09] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.063681 10.0.0.19 - - [2026-06-22 03:01:09] "POST /network-ipams HTTP/1.1" 200 515 0.028681 10.0.0.19 - - [2026-06-22 03:01:09] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 753 0.007186 10.0.0.19 - - [2026-06-22 03:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.19 - - [2026-06-22 03:01:09] "GET /network-ipam/f2278eba-9992-41f4-aa1b-8c77aa9b92f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.007022 10.0.0.19 - - [2026-06-22 03:01:09] "PUT /network-ipam/f2278eba-9992-41f4-aa1b-8c77aa9b92f6 HTTP/1.1" 200 259 0.015991 10.0.0.19 - - [2026-06-22 03:01:09] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 753 0.003420 10.0.0.19 - - [2026-06-22 03:01:09] "POST /network-ipams HTTP/1.1" 200 515 0.028714 10.0.0.19 - - [2026-06-22 03:01:09] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 959 0.003630 10.0.0.19 - - [2026-06-22 03:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.19 - - [2026-06-22 03:01:09] "GET /network-ipam/115f06d0-7b38-4d10-a5b9-766596bd3492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.006171 10.0.0.19 - - [2026-06-22 03:01:09] "PUT /network-ipam/115f06d0-7b38-4d10-a5b9-766596bd3492 HTTP/1.1" 200 259 0.015496 10.0.0.19 - - [2026-06-22 03:01:09] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 959 0.003750 10.0.0.19 - - [2026-06-22 03:01:10] "POST /network-ipams HTTP/1.1" 200 515 0.032159 10.0.0.19 - - [2026-06-22 03:01:10] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1166 0.003386 10.0.0.19 - - [2026-06-22 03:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.19 - - [2026-06-22 03:01:10] "GET /network-ipam/b672c034-bcf8-4c1d-9665-95ba9931d018?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.007015 10.0.0.19 - - [2026-06-22 03:01:10] "PUT /network-ipam/b672c034-bcf8-4c1d-9665-95ba9931d018 HTTP/1.1" 200 259 0.015912 10.0.0.19 - - [2026-06-22 03:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.241 - - [2026-06-22 03:01:11] "GET /projects?obj_uuids=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000891 10.0.0.19 - - [2026-06-22 03:01:11] "GET /project/4ca1ef2c-7756-4043-a34f-cf3d5948f798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.037120 10.0.0.19 - - [2026-06-22 03:01:11] "POST /neutron/network HTTP/1.1" 200 117 0.029211 10.0.0.19 - - [2026-06-22 03:01:11] "POST /neutron/network HTTP/1.1" 200 824 0.011546 10.0.0.19 - - [2026-06-22 03:01:11] "POST /id-to-fqname HTTP/1.1" 200 221 0.001181 10.0.0.19 - - [2026-06-22 03:01:11] "GET /virtual-network/9277696a-af18-4822-b862-5bd358ca38a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007351 10.0.0.19 - - [2026-06-22 03:01:11] "GET /virtual-network/9277696a-af18-4822-b862-5bd358ca38a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005416 10.0.0.19 - - [2026-06-22 03:01:11] "POST /neutron/subnet HTTP/1.1" 200 724 0.010486 10.0.0.19 - - [2026-06-22 03:01:11] "GET /virtual-network/9277696a-af18-4822-b862-5bd358ca38a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005833 10.0.0.19 - - [2026-06-22 03:01:11] "GET /network-ipam/f2278eba-9992-41f4-aa1b-8c77aa9b92f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.004524 10.0.0.19 - - [2026-06-22 03:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004507 10.0.0.241 - - [2026-06-22 03:01:11] "POST /route-targets HTTP/1.1" 200 328 0.015755 10.0.0.241 - - [2026-06-22 03:01:11] "GET /projects?obj_uuids=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001231 10.0.0.19 - - [2026-06-22 03:01:11] "GET /project/4ca1ef2c-7756-4043-a34f-cf3d5948f798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.060968 10.0.0.241 - - [2026-06-22 03:01:12] "GET /projects?obj_uuids=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000974 10.0.0.19 - - [2026-06-22 03:01:12] "POST /neutron/network HTTP/1.1" 200 607 0.123601 10.0.0.241 - - [2026-06-22 03:01:12] "POST /ref-update HTTP/1.1" 200 156 0.030850 10.0.0.19 - - [2026-06-22 03:01:12] "POST /id-to-fqname HTTP/1.1" 200 221 0.003251 10.0.0.19 - - [2026-06-22 03:01:12] "GET /virtual-network/501a2046-8755-461b-8f03-f7f206d4264b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005967 10.0.0.19 - - [2026-06-22 03:01:12] "POST /neutron/network HTTP/1.1" 200 822 0.006768 10.0.0.19 - - [2026-06-22 03:01:12] "GET /virtual-network/501a2046-8755-461b-8f03-f7f206d4264b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005545 10.0.0.19 - - [2026-06-22 03:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.241 - - [2026-06-22 03:01:12] "GET /projects?obj_uuids=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001032 10.0.0.19 - - [2026-06-22 03:01:12] "GET /project/4ca1ef2c-7756-4043-a34f-cf3d5948f798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.045895 10.0.0.19 - - [2026-06-22 03:01:12] "POST /neutron/network HTTP/1.1" 200 117 0.014810 10.0.0.19 - - [2026-06-22 03:01:13] "POST /neutron/network HTTP/1.1" 200 825 0.009322 10.0.0.19 - - [2026-06-22 03:01:13] "POST /id-to-fqname HTTP/1.1" 200 221 0.001286 10.0.0.19 - - [2026-06-22 03:01:13] "GET /virtual-network/23d1aee6-82d7-4efd-bfef-e1850ac453f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006375 10.0.0.19 - - [2026-06-22 03:01:13] "GET /virtual-network/23d1aee6-82d7-4efd-bfef-e1850ac453f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005404 10.0.0.19 - - [2026-06-22 03:01:13] "POST /neutron/subnet HTTP/1.1" 200 730 0.011879 10.0.0.19 - - [2026-06-22 03:01:13] "GET /virtual-network/9277696a-af18-4822-b862-5bd358ca38a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005761 10.0.0.129 - - [2026-06-22 03:01:14] "GET /obj-perms HTTP/1.1" 200 4467 0.043222 10.0.0.241 - - [2026-06-22 03:01:14] "GET /obj-perms HTTP/1.1" 200 4467 0.036400 10.0.0.19 - - [2026-06-22 03:01:15] "GET /virtual-network/501a2046-8755-461b-8f03-f7f206d4264b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006990 10.0.0.19 - - [2026-06-22 03:01:15] "GET /obj-perms HTTP/1.1" 200 4467 0.358253 10.0.0.19 - - [2026-06-22 03:01:15] "GET /virtual-network/23d1aee6-82d7-4efd-bfef-e1850ac453f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005503 10.0.0.129 - - [2026-06-22 03:01:16] "GET /obj-perms HTTP/1.1" 200 4467 0.005353 10.0.0.19 - - [2026-06-22 03:01:16] "POST /fqname-to-id HTTP/1.1" 404 215 0.003614 10.0.0.19 - - [2026-06-22 03:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.241 - - [2026-06-22 03:01:16] "GET /projects?obj_uuids=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000976 10.0.0.19 - - [2026-06-22 03:01:16] "GET /project/4ca1ef2c-7756-4043-a34f-cf3d5948f798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.041884 10.0.0.19 - - [2026-06-22 03:01:16] "POST /network-policys HTTP/1.1" 200 555 0.041195 10.0.0.19 - - [2026-06-22 03:01:16] "GET /network-policy/0731eff8-1f66-4f5d-9df1-10f0073bfd27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.007371 10.0.0.19 - - [2026-06-22 03:01:16] "POST /fqname-to-id HTTP/1.1" 404 215 0.004568 10.0.0.19 - - [2026-06-22 03:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.241 - - [2026-06-22 03:01:16] "GET /projects?obj_uuids=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000919 10.0.0.19 - - [2026-06-22 03:01:16] "GET /project/4ca1ef2c-7756-4043-a34f-cf3d5948f798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.041844 10.0.0.19 - - [2026-06-22 03:01:16] "POST /network-policys HTTP/1.1" 200 555 0.031376 10.0.0.19 - - [2026-06-22 03:01:16] "GET /network-policy/14bcd20a-c8fe-4abe-bafc-c68d2a748bd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.006632 10.0.0.19 - - [2026-06-22 03:01:16] "POST /fqname-to-id HTTP/1.1" 404 215 0.078701 10.0.0.19 - - [2026-06-22 03:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.241 - - [2026-06-22 03:01:17] "GET /projects?obj_uuids=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000962 10.0.0.19 - - [2026-06-22 03:01:17] "GET /project/4ca1ef2c-7756-4043-a34f-cf3d5948f798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.046730 10.0.0.19 - - [2026-06-22 03:01:17] "POST /network-policys HTTP/1.1" 200 555 0.030264 10.0.0.19 - - [2026-06-22 03:01:17] "GET /network-policy/a0ccb84a-8c77-454b-b6e7-53621a07940e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.006078 10.0.0.241 - - [2026-06-22 03:01:17] "POST /fqname-to-id HTTP/1.1" 404 236 0.002932 10.0.0.19 - - [2026-06-22 03:01:17] "POST /ref-update HTTP/1.1" 200 156 0.051813 10.0.0.19 - - [2026-06-22 03:01:17] "POST /ref-update HTTP/1.1" 200 156 0.072052 10.0.0.241 - - [2026-06-22 03:01:17] "POST /fqname-to-id HTTP/1.1" 404 236 0.003022 10.0.0.19 - - [2026-06-22 03:01:17] "POST /neutron/network HTTP/1.1" 200 914 0.009422 10.0.0.19 - - [2026-06-22 03:01:17] "GET /virtual-network/501a2046-8755-461b-8f03-f7f206d4264b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.005575 10.0.0.19 - - [2026-06-22 03:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.19 - - [2026-06-22 03:01:17] "GET /network-policy/14bcd20a-c8fe-4abe-bafc-c68d2a748bd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.006152 10.0.0.19 - - [2026-06-22 03:01:17] "POST /id-to-fqname HTTP/1.1" 200 221 0.001120 10.0.0.241 - - [2026-06-22 03:01:18] "GET /projects?obj_uuids=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000915 10.0.0.19 - - [2026-06-22 03:01:18] "GET /project/4ca1ef2c-7756-4043-a34f-cf3d5948f798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.064886 10.0.0.19 - - [2026-06-22 03:01:19] "POST /neutron/port HTTP/1.1" 200 117 0.020291 10.0.0.19 - - [2026-06-22 03:01:19] "POST /id-to-fqname HTTP/1.1" 200 221 0.002186 10.0.0.19 - - [2026-06-22 03:01:19] "POST /neutron/network HTTP/1.1" 200 924 0.007669 10.0.0.241 - - [2026-06-22 03:01:20] "GET /projects?obj_uuids=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001065 10.0.0.19 - - [2026-06-22 03:01:20] "GET /project/4ca1ef2c-7756-4043-a34f-cf3d5948f798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.067411 10.0.0.19 - - [2026-06-22 03:01:20] "POST /neutron/port HTTP/1.1" 200 117 0.006072 10.0.0.19 - - [2026-06-22 03:01:20] "POST /id-to-fqname HTTP/1.1" 200 221 0.001669 10.0.0.241 - - [2026-06-22 03:01:21] "GET /projects?obj_uuids=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001539 10.0.0.19 - - [2026-06-22 03:01:21] "GET /project/4ca1ef2c-7756-4043-a34f-cf3d5948f798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.063606 10.0.0.19 - - [2026-06-22 03:01:21] "POST /neutron/network HTTP/1.1" 200 825 0.032813 10.0.0.19 - - [2026-06-22 03:01:21] "POST /neutron/port HTTP/1.1" 200 117 0.006105 10.0.0.19 - - [2026-06-22 03:01:23] "POST /neutron/port HTTP/1.1" 200 1060 0.020252 10.0.0.19 - - [2026-06-22 03:01:24] "POST /neutron/network HTTP/1.1" 200 924 0.008124 10.0.0.19 - - [2026-06-22 03:01:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004148 10.0.0.19 - - [2026-06-22 03:01:25] "POST /neutron/network HTTP/1.1" 200 995 0.009481 10.0.0.19 - - [2026-06-22 03:01:25] "POST /neutron/port HTTP/1.1" 200 1112 0.134353 10.0.0.19 - - [2026-06-22 03:01:26] "POST /neutron/subnet HTTP/1.1" 200 689 0.008974 10.0.0.19 - - [2026-06-22 03:01:26] "POST /neutron/port HTTP/1.1" 200 1124 0.026856 10.0.0.241 - - [2026-06-22 03:01:28] "GET /projects?obj_uuids=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001385 10.0.0.19 - - [2026-06-22 03:01:28] "POST /neutron/port HTTP/1.1" 200 1061 0.320799 10.0.0.19 - - [2026-06-22 03:01:28] "POST /neutron/port HTTP/1.1" 200 1115 0.107068 10.0.0.19 - - [2026-06-22 03:01:29] "POST /neutron/subnet HTTP/1.1" 200 704 0.008775 10.0.0.19 - - [2026-06-22 03:01:32] "POST /neutron/port HTTP/1.1" 200 1124 0.022105 10.0.0.19 - - [2026-06-22 03:01:32] "POST /neutron/port HTTP/1.1" 200 1124 0.022344 10.0.0.19 - - [2026-06-22 03:01:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008665 10.0.0.19 - - [2026-06-22 03:01:32] "GET /virtual-machine/05d9f159-a75b-40e8-b2e3-81238bcd589e HTTP/1.1" 401 292 0.000437 10.0.0.19 - - [2026-06-22 03:01:32] "GET /virtual-machine/05d9f159-a75b-40e8-b2e3-81238bcd589e HTTP/1.1" 200 1293 0.028877 10.0.0.19 - - [2026-06-22 03:01:32] "GET /virtual-machine/05d9f159-a75b-40e8-b2e3-81238bcd589e HTTP/1.1" 200 1293 0.004672 10.0.0.19 - - [2026-06-22 03:01:32] "GET /virtual-machine-interface/9081c373-ad92-45e2-940b-4f270619d079 HTTP/1.1" 200 2952 0.007256 10.0.0.19 - - [2026-06-22 03:01:32] "GET /virtual-machine/05d9f159-a75b-40e8-b2e3-81238bcd589e HTTP/1.1" 200 1293 0.004250 10.0.0.19 - - [2026-06-22 03:01:32] "GET /virtual-machine-interface/9081c373-ad92-45e2-940b-4f270619d079 HTTP/1.1" 200 2952 0.005965 10.0.0.19 - - [2026-06-22 03:01:32] "GET /instance-ip/b147a21a-5e5d-4235-a369-11f526fcd7c7 HTTP/1.1" 200 1625 0.007381 10.0.0.19 - - [2026-06-22 03:01:32] "GET /virtual-machine/05d9f159-a75b-40e8-b2e3-81238bcd589e HTTP/1.1" 200 1293 0.004672 10.0.0.19 - - [2026-06-22 03:01:32] "GET /virtual-machine-interface/9081c373-ad92-45e2-940b-4f270619d079 HTTP/1.1" 200 2952 0.006221 10.0.0.19 - - [2026-06-22 03:01:32] "GET /instance-ip/b147a21a-5e5d-4235-a369-11f526fcd7c7 HTTP/1.1" 200 1625 0.004311 10.0.0.19 - - [2026-06-22 03:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004673 10.0.0.19 - - [2026-06-22 03:01:32] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005251 10.0.0.19 - - [2026-06-22 03:01:32] "GET /virtual-networks?parent_id=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004323 10.0.0.19 - - [2026-06-22 03:01:32] "GET /virtual-network/9277696a-af18-4822-b862-5bd358ca38a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.008938 10.0.0.19 - - [2026-06-22 03:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.19 - - [2026-06-22 03:01:33] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004465 10.0.0.19 - - [2026-06-22 03:01:33] "GET /virtual-networks?parent_id=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004188 10.0.0.19 - - [2026-06-22 03:01:33] "GET /virtual-network/9277696a-af18-4822-b862-5bd358ca38a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006715 10.0.0.19 - - [2026-06-22 03:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.19 - - [2026-06-22 03:01:33] "POST /neutron/port HTTP/1.1" 200 1122 0.020562 10.0.0.19 - - [2026-06-22 03:01:33] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005216 10.0.0.19 - - [2026-06-22 03:01:33] "GET /virtual-networks?parent_id=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003838 10.0.0.19 - - [2026-06-22 03:01:33] "GET /virtual-network/9277696a-af18-4822-b862-5bd358ca38a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006897 10.0.0.19 - - [2026-06-22 03:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.19 - - [2026-06-22 03:01:33] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003947 10.0.0.19 - - [2026-06-22 03:01:33] "GET /virtual-networks?parent_id=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004146 10.0.0.19 - - [2026-06-22 03:01:33] "GET /virtual-network/9277696a-af18-4822-b862-5bd358ca38a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006046 10.0.0.19 - - [2026-06-22 03:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.19 - - [2026-06-22 03:01:33] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.010778 10.0.0.19 - - [2026-06-22 03:01:33] "GET /virtual-networks?parent_id=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005577 10.0.0.19 - - [2026-06-22 03:01:33] "GET /virtual-network/9277696a-af18-4822-b862-5bd358ca38a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007750 10.0.0.19 - - [2026-06-22 03:01:33] "POST /neutron/subnet HTTP/1.1" 200 689 0.013252 10.0.0.19 - - [2026-06-22 03:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.19 - - [2026-06-22 03:01:36] "GET /virtual-network/9277696a-af18-4822-b862-5bd358ca38a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005465 10.0.0.19 - - [2026-06-22 03:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.19 - - [2026-06-22 03:01:40] "GET /virtual-network/9277696a-af18-4822-b862-5bd358ca38a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.012474 10.0.0.19 - - [2026-06-22 03:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004213 10.0.0.19 - - [2026-06-22 03:01:44] "GET /virtual-network/9277696a-af18-4822-b862-5bd358ca38a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005668 10.0.0.19 - - [2026-06-22 03:01:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.19 - - [2026-06-22 03:01:48] "GET /virtual-network/9277696a-af18-4822-b862-5bd358ca38a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006060 10.0.0.19 - - [2026-06-22 03:01:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.19 - - [2026-06-22 03:01:53] "GET /virtual-network/9277696a-af18-4822-b862-5bd358ca38a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005309 10.0.0.19 - - [2026-06-22 03:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.19 - - [2026-06-22 03:01:57] "GET /virtual-network/9277696a-af18-4822-b862-5bd358ca38a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006158 10.0.0.241 - - [2026-06-22 03:02:01] "DELETE /project/4ca1ef2c77564043a34fcf3d5948f798 HTTP/1.1" 404 173 0.006570 10.0.0.241 - - [2026-06-22 03:02:01] "GET /projects?obj_uuids=da07a87b-dc26-4056-9fd4-b43b3cb84d37&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000857 10.0.0.241 - - [2026-06-22 03:02:01] "GET /project/da07a87b-dc26-4056-9fd4-b43b3cb84d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.049544 10.0.0.241 - - [2026-06-22 03:02:01] "GET /projects?obj_uuids=da07a87b-dc26-4056-9fd4-b43b3cb84d37&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001380 10.0.0.241 - - [2026-06-22 03:02:01] "GET /project/da07a87b-dc26-4056-9fd4-b43b3cb84d37?fields=security_groups HTTP/1.1" 200 1412 0.047991 10.0.0.19 - - [2026-06-22 03:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.012951 10.0.0.241 - - [2026-06-22 03:02:01] "DELETE /security-group/d185f201-5160-4192-969e-dff16f165c3e HTTP/1.1" 200 115 0.066488 10.0.0.19 - - [2026-06-22 03:02:01] "GET /virtual-network/9277696a-af18-4822-b862-5bd358ca38a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007748 10.0.0.241 - - [2026-06-22 03:02:01] "GET /projects?obj_uuids=da07a87b-dc26-4056-9fd4-b43b3cb84d37&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000905 10.0.0.241 - - [2026-06-22 03:02:01] "DELETE /access-control-list/ee3033fa-0b7b-4c50-855f-c3f41dbe7333 HTTP/1.1" 200 115 0.058120 10.0.0.241 - - [2026-06-22 03:02:01] "GET /project/da07a87b-dc26-4056-9fd4-b43b3cb84d37?fields=application_policy_sets HTTP/1.1" 200 1451 0.051669 10.0.0.241 - - [2026-06-22 03:02:01] "DELETE /project/da07a87b-dc26-4056-9fd4-b43b3cb84d37 HTTP/1.1" 200 115 0.437396 10.0.0.19 - - [2026-06-22 03:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.19 - - [2026-06-22 03:02:03] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004692 10.0.0.19 - - [2026-06-22 03:02:03] "GET /virtual-networks?parent_id=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003298 10.0.0.19 - - [2026-06-22 03:02:03] "GET /virtual-network/9277696a-af18-4822-b862-5bd358ca38a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006013 10.0.0.19 - - [2026-06-22 03:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.19 - - [2026-06-22 03:02:03] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003823 10.0.0.19 - - [2026-06-22 03:02:03] "GET /virtual-networks?parent_id=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004134 10.0.0.19 - - [2026-06-22 03:02:03] "GET /virtual-network/9277696a-af18-4822-b862-5bd358ca38a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007480 10.0.0.19 - - [2026-06-22 03:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004547 10.0.0.19 - - [2026-06-22 03:02:03] "GET /routing-instance/9f8d2f5a-ddfe-4499-857d-c0114b0c0d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.005155 10.0.0.19 - - [2026-06-22 03:02:03] "GET /route-target/a25ec873-62f3-43f3-acf3-dc992f9cc973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004406 10.0.0.19 - - [2026-06-22 03:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.19 - - [2026-06-22 03:02:03] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003666 10.0.0.19 - - [2026-06-22 03:02:03] "GET /virtual-networks?parent_id=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003202 10.0.0.19 - - [2026-06-22 03:02:03] "GET /virtual-network/9277696a-af18-4822-b862-5bd358ca38a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006213 10.0.0.19 - - [2026-06-22 03:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.19 - - [2026-06-22 03:02:03] "GET /routing-instance/9f8d2f5a-ddfe-4499-857d-c0114b0c0d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.004829 10.0.0.19 - - [2026-06-22 03:02:03] "GET /route-target/a25ec873-62f3-43f3-acf3-dc992f9cc973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005619 10.0.0.19 - - [2026-06-22 03:02:04] "POST /neutron/port HTTP/1.1" 200 1122 0.034873 10.0.0.19 - - [2026-06-22 03:02:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.19 - - [2026-06-22 03:02:04] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004485 10.0.0.19 - - [2026-06-22 03:02:04] "GET /virtual-networks?parent_id=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003729 10.0.0.19 - - [2026-06-22 03:02:04] "GET /virtual-network/9277696a-af18-4822-b862-5bd358ca38a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005535 10.0.0.19 - - [2026-06-22 03:02:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.19 - - [2026-06-22 03:02:04] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004049 10.0.0.19 - - [2026-06-22 03:02:04] "GET /virtual-networks?parent_id=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003324 10.0.0.19 - - [2026-06-22 03:02:04] "GET /virtual-network/9277696a-af18-4822-b862-5bd358ca38a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005491 10.0.0.19 - - [2026-06-22 03:02:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004331 10.0.0.19 - - [2026-06-22 03:02:04] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004172 10.0.0.19 - - [2026-06-22 03:02:04] "GET /virtual-networks?parent_id=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004073 10.0.0.19 - - [2026-06-22 03:02:04] "GET /virtual-network/9277696a-af18-4822-b862-5bd358ca38a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006968 10.0.0.241 - - [2026-06-22 03:02:04] "GET /obj-perms HTTP/1.1" 200 4467 0.004225 10.0.0.19 - - [2026-06-22 03:02:04] "GET /obj-perms HTTP/1.1" 200 4467 0.003686 10.0.0.19 - - [2026-06-22 03:02:04] "GET /obj-perms HTTP/1.1" 200 4467 0.003873 10.0.0.19 - - [2026-06-22 03:02:04] "GET /obj-perms HTTP/1.1" 200 4467 0.005021 10.0.0.241 - - [2026-06-22 03:02:04] "GET /obj-perms HTTP/1.1" 200 4467 0.003560 10.0.0.19 - - [2026-06-22 03:02:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008570 10.0.0.19 - - [2026-06-22 03:02:04] "POST /neutron/port HTTP/1.1" 200 1124 0.022609 10.0.0.19 - - [2026-06-22 03:02:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007628 10.0.0.19 - - [2026-06-22 03:02:05] "GET /virtual-machine/665e1e4f-8b7f-4f09-8637-ddfc6c9d8236 HTTP/1.1" 200 1293 0.006494 10.0.0.19 - - [2026-06-22 03:02:05] "GET /virtual-machine/665e1e4f-8b7f-4f09-8637-ddfc6c9d8236 HTTP/1.1" 200 1293 0.004348 10.0.0.19 - - [2026-06-22 03:02:05] "GET /virtual-machine-interface/15f13023-bf24-4046-a22f-ea95d3a72b7f HTTP/1.1" 200 2951 0.005228 10.0.0.19 - - [2026-06-22 03:02:05] "GET /virtual-machine/665e1e4f-8b7f-4f09-8637-ddfc6c9d8236 HTTP/1.1" 200 1293 0.004776 10.0.0.19 - - [2026-06-22 03:02:05] "GET /virtual-machine-interface/15f13023-bf24-4046-a22f-ea95d3a72b7f HTTP/1.1" 200 2951 0.005341 10.0.0.19 - - [2026-06-22 03:02:05] "GET /instance-ip/1734a3a1-3040-4eeb-9bbe-c5c4c5e951d9 HTTP/1.1" 200 1622 0.006854 10.0.0.19 - - [2026-06-22 03:02:05] "GET /virtual-machine/665e1e4f-8b7f-4f09-8637-ddfc6c9d8236 HTTP/1.1" 200 1293 0.003951 10.0.0.19 - - [2026-06-22 03:02:05] "GET /virtual-machine-interface/15f13023-bf24-4046-a22f-ea95d3a72b7f HTTP/1.1" 200 2951 0.005065 10.0.0.19 - - [2026-06-22 03:02:05] "GET /instance-ip/1734a3a1-3040-4eeb-9bbe-c5c4c5e951d9 HTTP/1.1" 200 1622 0.004292 10.0.0.19 - - [2026-06-22 03:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.19 - - [2026-06-22 03:02:05] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004323 10.0.0.19 - - [2026-06-22 03:02:05] "GET /virtual-networks?parent_id=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003359 10.0.0.19 - - [2026-06-22 03:02:05] "GET /virtual-network/501a2046-8755-461b-8f03-f7f206d4264b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.008881 10.0.0.19 - - [2026-06-22 03:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.19 - - [2026-06-22 03:02:05] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004346 10.0.0.19 - - [2026-06-22 03:02:05] "GET /virtual-networks?parent_id=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003321 10.0.0.19 - - [2026-06-22 03:02:05] "GET /virtual-network/501a2046-8755-461b-8f03-f7f206d4264b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.007405 10.0.0.19 - - [2026-06-22 03:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.19 - - [2026-06-22 03:02:05] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004480 10.0.0.19 - - [2026-06-22 03:02:05] "GET /virtual-networks?parent_id=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004986 10.0.0.19 - - [2026-06-22 03:02:05] "GET /virtual-network/501a2046-8755-461b-8f03-f7f206d4264b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.008409 10.0.0.19 - - [2026-06-22 03:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.19 - - [2026-06-22 03:02:05] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004708 10.0.0.19 - - [2026-06-22 03:02:05] "GET /virtual-networks?parent_id=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004330 10.0.0.19 - - [2026-06-22 03:02:05] "GET /virtual-network/501a2046-8755-461b-8f03-f7f206d4264b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.005784 10.0.0.19 - - [2026-06-22 03:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.19 - - [2026-06-22 03:02:05] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004261 10.0.0.19 - - [2026-06-22 03:02:05] "GET /virtual-networks?parent_id=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003548 10.0.0.19 - - [2026-06-22 03:02:05] "GET /virtual-network/501a2046-8755-461b-8f03-f7f206d4264b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.006086 10.0.0.19 - - [2026-06-22 03:02:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.19 - - [2026-06-22 03:02:06] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003708 10.0.0.19 - - [2026-06-22 03:02:06] "GET /virtual-networks?parent_id=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003048 10.0.0.19 - - [2026-06-22 03:02:06] "GET /virtual-network/501a2046-8755-461b-8f03-f7f206d4264b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.007912 10.0.0.19 - - [2026-06-22 03:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.19 - - [2026-06-22 03:02:07] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004252 10.0.0.19 - - [2026-06-22 03:02:07] "GET /virtual-networks?parent_id=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003643 10.0.0.19 - - [2026-06-22 03:02:07] "GET /virtual-network/501a2046-8755-461b-8f03-f7f206d4264b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.006615 10.0.0.19 - - [2026-06-22 03:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.19 - - [2026-06-22 03:02:07] "GET /routing-instance/5505df31-882d-4ef6-a1e4-8cc3be61b3f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.004589 10.0.0.19 - - [2026-06-22 03:02:07] "GET /route-target/5db8578c-6402-4ad7-9748-6c08c1aa40f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003796 10.0.0.19 - - [2026-06-22 03:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004216 10.0.0.19 - - [2026-06-22 03:02:07] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005963 10.0.0.19 - - [2026-06-22 03:02:07] "GET /virtual-networks?parent_id=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003870 10.0.0.19 - - [2026-06-22 03:02:07] "GET /virtual-network/501a2046-8755-461b-8f03-f7f206d4264b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.006339 10.0.0.19 - - [2026-06-22 03:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004785 10.0.0.19 - - [2026-06-22 03:02:07] "GET /routing-instance/5505df31-882d-4ef6-a1e4-8cc3be61b3f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.005202 10.0.0.19 - - [2026-06-22 03:02:07] "GET /route-target/5db8578c-6402-4ad7-9748-6c08c1aa40f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004548 10.0.0.19 - - [2026-06-22 03:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004706 10.0.0.19 - - [2026-06-22 03:02:07] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004642 10.0.0.19 - - [2026-06-22 03:02:07] "GET /virtual-networks?parent_id=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003248 10.0.0.19 - - [2026-06-22 03:02:07] "GET /virtual-network/501a2046-8755-461b-8f03-f7f206d4264b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.006093 10.0.0.19 - - [2026-06-22 03:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.19 - - [2026-06-22 03:02:07] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004104 10.0.0.19 - - [2026-06-22 03:02:07] "GET /virtual-networks?parent_id=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004170 10.0.0.19 - - [2026-06-22 03:02:07] "GET /virtual-network/501a2046-8755-461b-8f03-f7f206d4264b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.006886 10.0.0.19 - - [2026-06-22 03:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.19 - - [2026-06-22 03:02:08] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004559 10.0.0.19 - - [2026-06-22 03:02:08] "GET /virtual-networks?parent_id=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003947 10.0.0.19 - - [2026-06-22 03:02:08] "GET /virtual-network/501a2046-8755-461b-8f03-f7f206d4264b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.005548 10.0.0.19 - - [2026-06-22 03:02:08] "GET /obj-perms HTTP/1.1" 200 4467 0.003988 10.0.0.241 - - [2026-06-22 03:02:08] "GET /obj-perms HTTP/1.1" 200 4467 0.003603 10.0.0.19 - - [2026-06-22 03:02:08] "GET /obj-perms HTTP/1.1" 200 4467 0.004080 10.0.0.129 - - [2026-06-22 03:02:08] "GET /obj-perms HTTP/1.1" 200 4467 0.004262 10.0.0.19 - - [2026-06-22 03:02:08] "POST /neutron/port HTTP/1.1" 200 1125 0.017206 10.0.0.19 - - [2026-06-22 03:02:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009091 10.0.0.19 - - [2026-06-22 03:02:08] "POST /neutron/port HTTP/1.1" 200 1125 0.017079 10.0.0.19 - - [2026-06-22 03:02:08] "GET /virtual-machine/4c4c464e-5763-4c20-bab4-6172e78d01f3 HTTP/1.1" 200 1294 0.006357 10.0.0.19 - - [2026-06-22 03:02:08] "GET /virtual-machine/4c4c464e-5763-4c20-bab4-6172e78d01f3 HTTP/1.1" 200 1294 0.005411 10.0.0.19 - - [2026-06-22 03:02:08] "GET /virtual-machine-interface/20e5eca3-27a4-44a3-aa07-49be10858eed HTTP/1.1" 200 2951 0.006021 10.0.0.19 - - [2026-06-22 03:02:08] "GET /virtual-machine/4c4c464e-5763-4c20-bab4-6172e78d01f3 HTTP/1.1" 200 1294 0.004110 10.0.0.19 - - [2026-06-22 03:02:08] "GET /virtual-machine-interface/20e5eca3-27a4-44a3-aa07-49be10858eed HTTP/1.1" 200 2951 0.008915 10.0.0.19 - - [2026-06-22 03:02:08] "GET /instance-ip/db156093-b670-42ac-a4d8-734c8d8cfd8a HTTP/1.1" 200 1626 0.005962 10.0.0.19 - - [2026-06-22 03:02:08] "GET /virtual-machine/4c4c464e-5763-4c20-bab4-6172e78d01f3 HTTP/1.1" 200 1294 0.003659 10.0.0.19 - - [2026-06-22 03:02:08] "GET /virtual-machine-interface/20e5eca3-27a4-44a3-aa07-49be10858eed HTTP/1.1" 200 2951 0.004801 10.0.0.19 - - [2026-06-22 03:02:08] "GET /instance-ip/db156093-b670-42ac-a4d8-734c8d8cfd8a HTTP/1.1" 200 1626 0.004280 10.0.0.19 - - [2026-06-22 03:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.19 - - [2026-06-22 03:02:08] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004012 10.0.0.19 - - [2026-06-22 03:02:08] "GET /virtual-networks?parent_id=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004089 10.0.0.19 - - [2026-06-22 03:02:08] "GET /virtual-network/23d1aee6-82d7-4efd-bfef-e1850ac453f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005499 10.0.0.19 - - [2026-06-22 03:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.19 - - [2026-06-22 03:02:08] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005030 10.0.0.19 - - [2026-06-22 03:02:08] "GET /virtual-networks?parent_id=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003948 10.0.0.19 - - [2026-06-22 03:02:08] "GET /virtual-network/23d1aee6-82d7-4efd-bfef-e1850ac453f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006166 10.0.0.19 - - [2026-06-22 03:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.19 - - [2026-06-22 03:02:09] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003847 10.0.0.19 - - [2026-06-22 03:02:09] "GET /virtual-networks?parent_id=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002898 10.0.0.19 - - [2026-06-22 03:02:09] "GET /virtual-network/23d1aee6-82d7-4efd-bfef-e1850ac453f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006786 10.0.0.19 - - [2026-06-22 03:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.19 - - [2026-06-22 03:02:09] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004444 10.0.0.19 - - [2026-06-22 03:02:09] "GET /virtual-networks?parent_id=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004643 10.0.0.19 - - [2026-06-22 03:02:09] "GET /virtual-network/23d1aee6-82d7-4efd-bfef-e1850ac453f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007508 10.0.0.19 - - [2026-06-22 03:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.19 - - [2026-06-22 03:02:09] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004650 10.0.0.19 - - [2026-06-22 03:02:09] "GET /virtual-networks?parent_id=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003088 10.0.0.19 - - [2026-06-22 03:02:09] "GET /virtual-network/23d1aee6-82d7-4efd-bfef-e1850ac453f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005399 10.0.0.19 - - [2026-06-22 03:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.19 - - [2026-06-22 03:02:10] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004683 10.0.0.19 - - [2026-06-22 03:02:10] "GET /virtual-networks?parent_id=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003337 10.0.0.19 - - [2026-06-22 03:02:10] "GET /virtual-network/23d1aee6-82d7-4efd-bfef-e1850ac453f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006747 10.0.0.19 - - [2026-06-22 03:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.19 - - [2026-06-22 03:02:10] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004621 10.0.0.19 - - [2026-06-22 03:02:10] "GET /virtual-networks?parent_id=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003225 10.0.0.19 - - [2026-06-22 03:02:10] "GET /virtual-network/23d1aee6-82d7-4efd-bfef-e1850ac453f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008143 10.0.0.19 - - [2026-06-22 03:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.19 - - [2026-06-22 03:02:10] "GET /routing-instance/2cf69a55-0ec9-4518-b949-9c34a89d93aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.007185 10.0.0.19 - - [2026-06-22 03:02:10] "GET /route-target/d0a058a0-b5ae-4ab0-a8d7-48a0d4ae7fa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004354 10.0.0.19 - - [2026-06-22 03:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.19 - - [2026-06-22 03:02:10] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003811 10.0.0.19 - - [2026-06-22 03:02:10] "GET /virtual-networks?parent_id=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002807 10.0.0.19 - - [2026-06-22 03:02:11] "GET /virtual-network/23d1aee6-82d7-4efd-bfef-e1850ac453f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005688 10.0.0.19 - - [2026-06-22 03:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.007372 10.0.0.19 - - [2026-06-22 03:02:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006134 10.0.0.19 - - [2026-06-22 03:02:11] "GET /routing-instance/2cf69a55-0ec9-4518-b949-9c34a89d93aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.006424 10.0.0.19 - - [2026-06-22 03:02:11] "GET /route-target/d0a058a0-b5ae-4ab0-a8d7-48a0d4ae7fa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004504 10.0.0.19 - - [2026-06-22 03:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004222 10.0.0.19 - - [2026-06-22 03:02:11] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004079 10.0.0.19 - - [2026-06-22 03:02:11] "GET /virtual-networks?parent_id=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003073 10.0.0.19 - - [2026-06-22 03:02:11] "GET /virtual-network/23d1aee6-82d7-4efd-bfef-e1850ac453f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005949 10.0.0.19 - - [2026-06-22 03:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.19 - - [2026-06-22 03:02:11] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004833 10.0.0.19 - - [2026-06-22 03:02:11] "GET /virtual-networks?parent_id=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.011587 10.0.0.19 - - [2026-06-22 03:02:11] "GET /virtual-network/23d1aee6-82d7-4efd-bfef-e1850ac453f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006301 10.0.0.19 - - [2026-06-22 03:02:11] "GET /obj-perms HTTP/1.1" 200 4467 0.003494 10.0.0.241 - - [2026-06-22 03:02:11] "GET /obj-perms HTTP/1.1" 200 4467 0.003858 10.0.0.19 - - [2026-06-22 03:02:11] "GET /obj-perms HTTP/1.1" 200 4467 0.003448 10.0.0.19 - - [2026-06-22 03:02:11] "GET /obj-perms HTTP/1.1" 200 4467 0.003728 10.0.0.19 - - [2026-06-22 03:02:11] "GET /virtual-machine/05d9f159-a75b-40e8-b2e3-81238bcd589e HTTP/1.1" 200 1293 0.004458 10.0.0.19 - - [2026-06-22 03:02:11] "GET /virtual-machine-interface/9081c373-ad92-45e2-940b-4f270619d079 HTTP/1.1" 200 2952 0.005815 10.0.0.19 - - [2026-06-22 03:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.19 - - [2026-06-22 03:02:11] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003734 10.0.0.19 - - [2026-06-22 03:02:11] "GET /virtual-networks?parent_id=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003366 10.0.0.19 - - [2026-06-22 03:02:11] "GET /virtual-network/9277696a-af18-4822-b862-5bd358ca38a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007242 10.0.0.19 - - [2026-06-22 03:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.19 - - [2026-06-22 03:02:12] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003522 10.0.0.19 - - [2026-06-22 03:02:12] "GET /virtual-networks?parent_id=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002717 10.0.0.19 - - [2026-06-22 03:02:12] "GET /virtual-network/9277696a-af18-4822-b862-5bd358ca38a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005861 10.0.0.19 - - [2026-06-22 03:02:13] "GET /virtual-machine/665e1e4f-8b7f-4f09-8637-ddfc6c9d8236 HTTP/1.1" 200 1293 0.004174 10.0.0.19 - - [2026-06-22 03:02:13] "GET /virtual-machine-interface/15f13023-bf24-4046-a22f-ea95d3a72b7f HTTP/1.1" 200 2951 0.006551 10.0.0.19 - - [2026-06-22 03:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.19 - - [2026-06-22 03:02:13] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004353 10.0.0.19 - - [2026-06-22 03:02:13] "GET /virtual-networks?parent_id=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002840 10.0.0.19 - - [2026-06-22 03:02:13] "GET /virtual-network/501a2046-8755-461b-8f03-f7f206d4264b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.006448 10.0.0.19 - - [2026-06-22 03:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.19 - - [2026-06-22 03:02:14] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003994 10.0.0.19 - - [2026-06-22 03:02:14] "GET /virtual-networks?parent_id=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003494 10.0.0.19 - - [2026-06-22 03:02:14] "GET /virtual-network/501a2046-8755-461b-8f03-f7f206d4264b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.008638 10.0.0.19 - - [2026-06-22 03:02:14] "GET /virtual-machine/4c4c464e-5763-4c20-bab4-6172e78d01f3 HTTP/1.1" 200 1294 0.004050 10.0.0.19 - - [2026-06-22 03:02:14] "GET /virtual-machine-interface/20e5eca3-27a4-44a3-aa07-49be10858eed HTTP/1.1" 200 2951 0.005737 10.0.0.19 - - [2026-06-22 03:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.19 - - [2026-06-22 03:02:14] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003842 10.0.0.19 - - [2026-06-22 03:02:14] "GET /virtual-networks?parent_id=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005182 10.0.0.19 - - [2026-06-22 03:02:14] "GET /virtual-network/23d1aee6-82d7-4efd-bfef-e1850ac453f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005525 10.0.0.19 - - [2026-06-22 03:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.19 - - [2026-06-22 03:02:15] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004025 10.0.0.19 - - [2026-06-22 03:02:15] "GET /virtual-networks?parent_id=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003434 10.0.0.19 - - [2026-06-22 03:02:15] "GET /virtual-network/23d1aee6-82d7-4efd-bfef-e1850ac453f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005330 10.0.0.241 - - [2026-06-22 03:02:16] "GET /obj-perms HTTP/1.1" 200 4493 0.044995 10.0.0.19 - - [2026-06-22 03:02:16] "GET /obj-perms HTTP/1.1" 200 4493 0.047014 10.0.0.19 - - [2026-06-22 03:02:22] "POST /neutron/port HTTP/1.1" 200 1124 0.016919 10.0.0.19 - - [2026-06-22 03:02:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004443 10.0.0.19 - - [2026-06-22 03:02:24] "POST /neutron/network HTTP/1.1" 200 995 0.007070 10.0.0.19 - - [2026-06-22 03:02:33] "POST /neutron/network HTTP/1.1" 200 924 0.009937 10.0.0.19 - - [2026-06-22 03:02:33] "POST /neutron/port HTTP/1.1" 200 117 0.001768 10.0.0.19 - - [2026-06-22 03:02:58] "GET /virtual-machine/4c4c464e-5763-4c20-bab4-6172e78d01f3 HTTP/1.1" 200 1294 0.004057 10.0.0.19 - - [2026-06-22 03:03:00] "POST /neutron/port HTTP/1.1" 200 1115 0.016044 10.0.0.19 - - [2026-06-22 03:03:00] "GET /virtual-machine/4c4c464e-5763-4c20-bab4-6172e78d01f3 HTTP/1.1" 200 1294 0.006333 10.0.0.19 - - [2026-06-22 03:03:02] "GET /virtual-machine/4c4c464e-5763-4c20-bab4-6172e78d01f3 HTTP/1.1" 404 171 0.003657 10.0.0.19 - - [2026-06-22 03:03:02] "GET /virtual-machine/4c4c464e-5763-4c20-bab4-6172e78d01f3 HTTP/1.1" 404 171 0.003659 10.0.0.19 - - [2026-06-22 03:03:02] "GET /virtual-machine/4c4c464e-5763-4c20-bab4-6172e78d01f3 HTTP/1.1" 404 171 0.003116 10.0.0.19 - - [2026-06-22 03:03:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.19 - - [2026-06-22 03:03:03] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003798 10.0.0.19 - - [2026-06-22 03:03:03] "GET /virtual-networks?parent_id=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002982 10.0.0.19 - - [2026-06-22 03:03:03] "GET /virtual-network/23d1aee6-82d7-4efd-bfef-e1850ac453f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005570 10.0.0.19 - - [2026-06-22 03:03:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.19 - - [2026-06-22 03:03:03] "GET /routing-instance/2cf69a55-0ec9-4518-b949-9c34a89d93aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.004327 10.0.0.19 - - [2026-06-22 03:03:03] "GET /route-target/d0a058a0-b5ae-4ab0-a8d7-48a0d4ae7fa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004544 10.0.0.19 - - [2026-06-22 03:03:06] "GET /obj-perms HTTP/1.1" 200 4467 0.005259 10.0.0.19 - - [2026-06-22 03:03:09] "GET /obj-perms HTTP/1.1" 200 4467 0.003891 10.0.0.19 - - [2026-06-22 03:03:15] "GET /obj-perms HTTP/1.1" 200 4467 0.003881 10.0.0.19 - - [2026-06-22 03:03:15] "GET /obj-perms HTTP/1.1" 200 4467 0.004623 10.0.0.129 - - [2026-06-22 03:03:15] "GET /obj-perms HTTP/1.1" 200 4467 0.003640 10.0.0.19 - - [2026-06-22 03:03:15] "GET /virtual-machine/665e1e4f-8b7f-4f09-8637-ddfc6c9d8236 HTTP/1.1" 200 1293 0.004200 10.0.0.19 - - [2026-06-22 03:03:17] "POST /neutron/port HTTP/1.1" 200 1112 0.017480 10.0.0.19 - - [2026-06-22 03:03:17] "GET /virtual-machine/665e1e4f-8b7f-4f09-8637-ddfc6c9d8236 HTTP/1.1" 200 1293 0.004038 10.0.0.19 - - [2026-06-22 03:03:19] "GET /virtual-machine/665e1e4f-8b7f-4f09-8637-ddfc6c9d8236 HTTP/1.1" 404 171 0.003490 10.0.0.19 - - [2026-06-22 03:03:19] "GET /virtual-machine/665e1e4f-8b7f-4f09-8637-ddfc6c9d8236 HTTP/1.1" 404 171 0.002998 10.0.0.19 - - [2026-06-22 03:03:19] "GET /virtual-machine/665e1e4f-8b7f-4f09-8637-ddfc6c9d8236 HTTP/1.1" 404 171 0.003284 10.0.0.19 - - [2026-06-22 03:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004499 10.0.0.19 - - [2026-06-22 03:03:20] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006033 10.0.0.19 - - [2026-06-22 03:03:20] "GET /virtual-networks?parent_id=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004025 10.0.0.19 - - [2026-06-22 03:03:20] "GET /virtual-network/501a2046-8755-461b-8f03-f7f206d4264b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.006377 10.0.0.19 - - [2026-06-22 03:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.19 - - [2026-06-22 03:03:20] "GET /routing-instance/5505df31-882d-4ef6-a1e4-8cc3be61b3f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.004893 10.0.0.19 - - [2026-06-22 03:03:20] "GET /route-target/5db8578c-6402-4ad7-9748-6c08c1aa40f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004215 10.0.0.129 - - [2026-06-22 03:03:23] "GET /obj-perms HTTP/1.1" 200 4467 0.004011 10.0.0.19 - - [2026-06-22 03:03:26] "GET /obj-perms HTTP/1.1" 200 4467 0.004345 10.0.0.129 - - [2026-06-22 03:03:32] "GET /obj-perms HTTP/1.1" 200 4467 0.004399 10.0.0.19 - - [2026-06-22 03:03:35] "GET /obj-perms HTTP/1.1" 200 4467 0.004312 10.0.0.19 - - [2026-06-22 03:03:38] "GET /obj-perms HTTP/1.1" 200 4467 0.003793 10.0.0.129 - - [2026-06-22 03:03:38] "GET /obj-perms HTTP/1.1" 200 4467 0.003391 10.0.0.241 - - [2026-06-22 03:03:38] "GET /obj-perms HTTP/1.1" 200 4467 0.005250 10.0.0.19 - - [2026-06-22 03:03:39] "GET /virtual-machine/05d9f159-a75b-40e8-b2e3-81238bcd589e HTTP/1.1" 200 1293 0.004200 10.0.0.19 - - [2026-06-22 03:03:41] "GET /virtual-machine/05d9f159-a75b-40e8-b2e3-81238bcd589e HTTP/1.1" 200 1293 0.004179 10.0.0.19 - - [2026-06-22 03:03:41] "POST /neutron/port HTTP/1.1" 200 1114 0.016915 10.0.0.19 - - [2026-06-22 03:03:43] "GET /virtual-machine/05d9f159-a75b-40e8-b2e3-81238bcd589e HTTP/1.1" 404 171 0.003194 10.0.0.19 - - [2026-06-22 03:03:43] "GET /virtual-machine/05d9f159-a75b-40e8-b2e3-81238bcd589e HTTP/1.1" 404 171 0.003097 10.0.0.19 - - [2026-06-22 03:03:43] "GET /virtual-machine/05d9f159-a75b-40e8-b2e3-81238bcd589e HTTP/1.1" 404 171 0.003113 10.0.0.19 - - [2026-06-22 03:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004367 10.0.0.19 - - [2026-06-22 03:03:43] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003955 10.0.0.19 - - [2026-06-22 03:03:43] "GET /virtual-networks?parent_id=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003580 10.0.0.19 - - [2026-06-22 03:03:43] "GET /virtual-network/9277696a-af18-4822-b862-5bd358ca38a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006505 10.0.0.19 - - [2026-06-22 03:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.19 - - [2026-06-22 03:03:43] "GET /routing-instance/9f8d2f5a-ddfe-4499-857d-c0114b0c0d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.004607 10.0.0.19 - - [2026-06-22 03:03:43] "GET /route-target/a25ec873-62f3-43f3-acf3-dc992f9cc973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004158 10.0.0.19 - - [2026-06-22 03:03:46] "GET /obj-perms HTTP/1.1" 200 4467 0.003920 10.0.0.19 - - [2026-06-22 03:03:46] "GET /obj-perms HTTP/1.1" 200 4467 0.004651 10.0.0.19 - - [2026-06-22 03:03:46] "GET /virtual-network/501a2046-8755-461b-8f03-f7f206d4264b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.009392 10.0.0.19 - - [2026-06-22 03:03:46] "POST /neutron/network HTTP/1.1" 200 822 0.096597 10.0.0.19 - - [2026-06-22 03:03:47] "GET /virtual-network/501a2046-8755-461b-8f03-f7f206d4264b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007250 10.0.0.241 - - [2026-06-22 03:03:47] "POST /ref-update HTTP/1.1" 200 156 0.043754 10.0.0.19 - - [2026-06-22 03:03:47] "POST /ref-update HTTP/1.1" 200 156 0.075625 10.0.0.19 - - [2026-06-22 03:03:47] "POST /ref-update HTTP/1.1" 200 156 0.089180 10.0.0.241 - - [2026-06-22 03:03:47] "DELETE /access-control-list/0e7eaed3-3526-4d30-b3e8-b9aeac65f6ff HTTP/1.1" 200 115 0.050312 10.0.0.19 - - [2026-06-22 03:03:47] "DELETE /network-policy/a0ccb84a-8c77-454b-b6e7-53621a07940e HTTP/1.1" 200 115 0.044409 10.0.0.19 - - [2026-06-22 03:03:47] "DELETE /network-policy/14bcd20a-c8fe-4abe-bafc-c68d2a748bd1 HTTP/1.1" 200 115 0.044934 10.0.0.19 - - [2026-06-22 03:03:47] "DELETE /network-policy/0731eff8-1f66-4f5d-9df1-10f0073bfd27 HTTP/1.1" 200 115 0.037816 10.0.0.241 - - [2026-06-22 03:03:47] "POST /useragent-kv HTTP/1.1" 200 115 0.032652 10.0.0.241 - - [2026-06-22 03:03:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003235 10.0.0.19 - - [2026-06-22 03:03:47] "POST /neutron/network HTTP/1.1" 200 151 0.180391 10.0.0.241 - - [2026-06-22 03:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.007613 10.0.0.19 - - [2026-06-22 03:03:48] "POST /neutron/network HTTP/1.1" 200 824 0.010897 10.0.0.241 - - [2026-06-22 03:03:48] "DELETE /route-target/a25ec873-62f3-43f3-acf3-dc992f9cc973 HTTP/1.1" 200 115 0.024593 10.0.0.19 - - [2026-06-22 03:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.19 - - [2026-06-22 03:03:48] "DELETE /network-ipam/b672c034-bcf8-4c1d-9665-95ba9931d018 HTTP/1.1" 200 115 0.036721 10.0.0.19 - - [2026-06-22 03:03:48] "POST /fqname-to-id HTTP/1.1" 404 197 0.003598 10.0.0.19 - - [2026-06-22 03:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.19 - - [2026-06-22 03:03:48] "DELETE /network-ipam/115f06d0-7b38-4d10-a5b9-766596bd3492 HTTP/1.1" 200 115 0.037910 10.0.0.19 - - [2026-06-22 03:03:48] "POST /fqname-to-id HTTP/1.1" 404 197 0.002972 10.0.0.19 - - [2026-06-22 03:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.19 - - [2026-06-22 03:03:49] "DELETE /network-ipam/f2278eba-9992-41f4-aa1b-8c77aa9b92f6 HTTP/1.1" 200 115 0.042399 10.0.0.19 - - [2026-06-22 03:03:49] "POST /fqname-to-id HTTP/1.1" 404 197 0.005247 10.0.0.241 - - [2026-06-22 03:03:50] "GET /projects?obj_uuids=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001333 10.0.0.19 - - [2026-06-22 03:03:50] "GET /project/4ca1ef2c-7756-4043-a34f-cf3d5948f798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.076519 10.0.0.241 - - [2026-06-22 03:03:50] "GET /projects?obj_uuids=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001148 10.0.0.19 - - [2026-06-22 03:03:50] "GET /project/4ca1ef2c-7756-4043-a34f-cf3d5948f798?fields=virtual_networks HTTP/1.1" 200 1034 0.080192 10.0.0.241 - - [2026-06-22 03:03:50] "GET /projects?obj_uuids=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001012 10.0.0.19 - - [2026-06-22 03:03:50] "GET /project/4ca1ef2c-7756-4043-a34f-cf3d5948f798?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.065174 10.0.0.241 - - [2026-06-22 03:03:50] "GET /projects?obj_uuids=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001107 10.0.0.19 - - [2026-06-22 03:03:50] "GET /project/4ca1ef2c-7756-4043-a34f-cf3d5948f798?fields=security_groups HTTP/1.1" 200 1261 0.049710 10.0.0.19 - - [2026-06-22 03:03:51] "POST /fqname-to-id HTTP/1.1" 404 194 0.028643 10.0.0.241 - - [2026-06-22 03:03:51] "GET /projects?obj_uuids=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006127 10.0.0.241 - - [2026-06-22 03:03:51] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001223 10.0.0.241 - - [2026-06-22 03:03:51] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.047120 10.0.0.241 - - [2026-06-22 03:03:51] "POST /id-to-fqname HTTP/1.1" 200 196 0.007632 10.0.0.241 - - [2026-06-22 03:03:51] "POST /fqname-to-id HTTP/1.1" 404 205 0.004274 10.0.0.241 - - [2026-06-22 03:03:52] "POST /security-groups HTTP/1.1" 200 597 0.041934 10.0.0.241 - - [2026-06-22 03:03:52] "POST /projects HTTP/1.1" 200 597 0.279632 10.0.0.241 - - [2026-06-22 03:03:52] "POST /fqname-to-id HTTP/1.1" 404 239 0.015962 10.0.0.241 - - [2026-06-22 03:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.371284 10.0.0.19 - - [2026-06-22 03:03:52] "GET /project/7d4c6e99-0728-4748-a914-33e5a40a77fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.590885 10.0.0.19 - - [2026-06-22 03:03:53] "GET / HTTP/1.1" 200 36215 0.002083 10.0.0.19 - - [2026-06-22 03:03:56] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000446 10.0.0.19 - - [2026-06-22 03:03:56] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.058922 10.0.0.19 - - [2026-06-22 03:03:56] "POST /network-ipams HTTP/1.1" 200 521 0.032338 10.0.0.19 - - [2026-06-22 03:03:56] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 759 0.003752 10.0.0.19 - - [2026-06-22 03:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004294 10.0.0.19 - - [2026-06-22 03:03:57] "GET /network-ipam/df1e8e4a-3b73-433b-b767-0e7cdd9c609c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1302 0.006430 10.0.0.19 - - [2026-06-22 03:03:57] "PUT /network-ipam/df1e8e4a-3b73-433b-b767-0e7cdd9c609c HTTP/1.1" 200 259 0.015593 10.0.0.19 - - [2026-06-22 03:03:57] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 759 0.003922 10.0.0.19 - - [2026-06-22 03:03:57] "POST /network-ipams HTTP/1.1" 200 521 0.036756 10.0.0.19 - - [2026-06-22 03:03:57] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 971 0.003268 10.0.0.19 - - [2026-06-22 03:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.19 - - [2026-06-22 03:03:57] "GET /network-ipam/815d26ab-2775-46e0-ad0a-711547387670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.007434 10.0.0.19 - - [2026-06-22 03:03:57] "PUT /network-ipam/815d26ab-2775-46e0-ad0a-711547387670 HTTP/1.1" 200 259 0.024260 10.0.0.19 - - [2026-06-22 03:03:57] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 971 0.004020 10.0.0.19 - - [2026-06-22 03:03:57] "POST /network-ipams HTTP/1.1" 200 521 0.029627 10.0.0.19 - - [2026-06-22 03:03:57] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1184 0.003766 10.0.0.19 - - [2026-06-22 03:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136 10.0.0.19 - - [2026-06-22 03:03:57] "GET /network-ipam/67513b54-a99f-4a5d-86a0-dc1b58f7cbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.006548 10.0.0.19 - - [2026-06-22 03:03:57] "PUT /network-ipam/67513b54-a99f-4a5d-86a0-dc1b58f7cbae HTTP/1.1" 200 259 0.014698 10.0.0.19 - - [2026-06-22 03:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.241 - - [2026-06-22 03:03:58] "GET /projects?obj_uuids=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001030 10.0.0.19 - - [2026-06-22 03:03:58] "GET /project/7d4c6e99-0728-4748-a914-33e5a40a77fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.046627 10.0.0.241 - - [2026-06-22 03:03:58] "GET /projects?obj_uuids=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001395 10.0.0.19 - - [2026-06-22 03:03:58] "POST /neutron/network HTTP/1.1" 200 613 0.141042 10.0.0.241 - - [2026-06-22 03:03:59] "POST /ref-update HTTP/1.1" 200 156 0.039558 10.0.0.19 - - [2026-06-22 03:03:59] "POST /neutron/network HTTP/1.1" 200 1013 0.010475 10.0.0.19 - - [2026-06-22 03:03:59] "POST /id-to-fqname HTTP/1.1" 200 227 0.001091 10.0.0.19 - - [2026-06-22 03:03:59] "GET /virtual-network/51659ea5-dfe1-4b9c-a8b8-44576292476f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005320 10.0.0.19 - - [2026-06-22 03:03:59] "GET /virtual-network/51659ea5-dfe1-4b9c-a8b8-44576292476f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.009062 10.0.0.19 - - [2026-06-22 03:03:59] "POST /neutron/subnet HTTP/1.1" 200 720 0.009256 10.0.0.19 - - [2026-06-22 03:03:59] "GET /virtual-network/51659ea5-dfe1-4b9c-a8b8-44576292476f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005926 10.0.0.19 - - [2026-06-22 03:03:59] "GET /network-ipam/df1e8e4a-3b73-433b-b767-0e7cdd9c609c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1302 0.005451 10.0.0.19 - - [2026-06-22 03:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.241 - - [2026-06-22 03:03:59] "GET /projects?obj_uuids=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001313 10.0.0.19 - - [2026-06-22 03:03:59] "GET /project/7d4c6e99-0728-4748-a914-33e5a40a77fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.055397 10.0.0.19 - - [2026-06-22 03:03:59] "POST /neutron/network HTTP/1.1" 200 117 0.014817 10.0.0.241 - - [2026-06-22 03:04:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.008834 10.0.0.241 - - [2026-06-22 03:04:00] "POST /useragent-kv HTTP/1.1" 200 115 0.008660 10.0.0.19 - - [2026-06-22 03:04:00] "POST /neutron/subnet HTTP/1.1" 200 828 0.243703 10.0.0.19 - - [2026-06-22 03:04:00] "POST /id-to-fqname HTTP/1.1" 200 227 0.001318 10.0.0.19 - - [2026-06-22 03:04:00] "GET /virtual-network/6d432dac-07a2-42e4-b3ef-dd1c8dd8c2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005611 10.0.0.19 - - [2026-06-22 03:04:00] "GET /virtual-network/6d432dac-07a2-42e4-b3ef-dd1c8dd8c2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.008117 10.0.0.19 - - [2026-06-22 03:04:00] "POST /neutron/network HTTP/1.1" 200 1014 0.011640 10.0.0.19 - - [2026-06-22 03:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.241 - - [2026-06-22 03:04:00] "GET /projects?obj_uuids=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000968 10.0.0.19 - - [2026-06-22 03:04:00] "GET /project/7d4c6e99-0728-4748-a914-33e5a40a77fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.041959 10.0.0.19 - - [2026-06-22 03:04:00] "POST /neutron/network HTTP/1.1" 200 117 0.020393 10.0.0.241 - - [2026-06-22 03:04:00] "POST /route-targets HTTP/1.1" 200 328 0.014909 10.0.0.241 - - [2026-06-22 03:04:01] "POST /useragent-kv HTTP/1.1" 200 115 0.006214 10.0.0.19 - - [2026-06-22 03:04:01] "POST /neutron/subnet HTTP/1.1" 200 813 0.220811 10.0.0.19 - - [2026-06-22 03:04:01] "POST /id-to-fqname HTTP/1.1" 200 227 0.001203 10.0.0.19 - - [2026-06-22 03:04:01] "GET /virtual-network/fec6bde4-808f-4042-9ef9-ade526c0cf35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006459 10.0.0.19 - - [2026-06-22 03:04:01] "GET /virtual-network/fec6bde4-808f-4042-9ef9-ade526c0cf35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006038 10.0.0.19 - - [2026-06-22 03:04:01] "POST /neutron/network HTTP/1.1" 200 1011 0.012073 10.0.0.241 - - [2026-06-22 03:04:01] "DELETE /project/7d4c6e9907284748a91433e5a40a77fa HTTP/1.1" 404 173 0.006569 10.0.0.241 - - [2026-06-22 03:04:01] "GET /projects?obj_uuids=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000993 10.0.0.241 - - [2026-06-22 03:04:01] "GET /project/4ca1ef2c-7756-4043-a34f-cf3d5948f798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.053202 10.0.0.241 - - [2026-06-22 03:04:01] "GET /projects?obj_uuids=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001167 10.0.0.241 - - [2026-06-22 03:04:01] "GET /project/4ca1ef2c-7756-4043-a34f-cf3d5948f798?fields=security_groups HTTP/1.1" 200 1363 0.071031 10.0.0.19 - - [2026-06-22 03:04:01] "GET /virtual-network/51659ea5-dfe1-4b9c-a8b8-44576292476f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.015099 10.0.0.241 - - [2026-06-22 03:04:01] "DELETE /security-group/e0edc1aa-62ba-4a29-ae00-a2eedce7ca05 HTTP/1.1" 200 115 0.070148 10.0.0.241 - - [2026-06-22 03:04:01] "GET /projects?obj_uuids=4ca1ef2c-7756-4043-a34f-cf3d5948f798&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001374 10.0.0.241 - - [2026-06-22 03:04:01] "DELETE /access-control-list/4c80ad8a-8848-4f8a-a020-0c1e289f013a HTTP/1.1" 200 115 0.035983 10.0.0.241 - - [2026-06-22 03:04:01] "GET /project/4ca1ef2c-7756-4043-a34f-cf3d5948f798?fields=application_policy_sets HTTP/1.1" 200 1402 0.076153 10.0.0.241 - - [2026-06-22 03:04:02] "DELETE /project/4ca1ef2c-7756-4043-a34f-cf3d5948f798 HTTP/1.1" 200 115 0.507589 10.0.0.19 - - [2026-06-22 03:04:03] "GET /virtual-network/6d432dac-07a2-42e4-b3ef-dd1c8dd8c2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005876 10.0.0.129 - - [2026-06-22 03:04:03] "GET /obj-perms HTTP/1.1" 200 4479 0.048064 10.0.0.241 - - [2026-06-22 03:04:03] "GET /obj-perms HTTP/1.1" 200 4479 0.036540 10.0.0.19 - - [2026-06-22 03:04:04] "GET /virtual-network/fec6bde4-808f-4042-9ef9-ade526c0cf35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006297 10.0.0.19 - - [2026-06-22 03:04:04] "GET /obj-perms HTTP/1.1" 200 4479 0.038811 10.0.0.19 - - [2026-06-22 03:04:04] "POST /fqname-to-id HTTP/1.1" 404 224 0.007130 10.0.0.19 - - [2026-06-22 03:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.241 - - [2026-06-22 03:04:04] "GET /projects?obj_uuids=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001137 10.0.0.19 - - [2026-06-22 03:04:04] "GET /project/7d4c6e99-0728-4748-a914-33e5a40a77fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.044164 10.0.0.19 - - [2026-06-22 03:04:04] "POST /network-policys HTTP/1.1" 200 561 0.041716 10.0.0.19 - - [2026-06-22 03:04:04] "GET /network-policy/b66ec142-9666-46fa-8ebd-1ce0ed9c0036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.005654 10.0.0.19 - - [2026-06-22 03:04:04] "POST /fqname-to-id HTTP/1.1" 404 224 0.002818 10.0.0.19 - - [2026-06-22 03:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.241 - - [2026-06-22 03:04:04] "GET /projects?obj_uuids=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001318 10.0.0.19 - - [2026-06-22 03:04:04] "GET /project/7d4c6e99-0728-4748-a914-33e5a40a77fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.047625 10.0.0.19 - - [2026-06-22 03:04:04] "POST /network-policys HTTP/1.1" 200 561 0.029838 10.0.0.19 - - [2026-06-22 03:04:04] "GET /network-policy/27a202e9-368a-4599-8ffc-0eb1e74640e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2978 0.017076 10.0.0.19 - - [2026-06-22 03:04:04] "POST /fqname-to-id HTTP/1.1" 404 224 0.002955 10.0.0.19 - - [2026-06-22 03:04:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.241 - - [2026-06-22 03:04:05] "GET /projects?obj_uuids=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000931 10.0.0.19 - - [2026-06-22 03:04:05] "GET /project/7d4c6e99-0728-4748-a914-33e5a40a77fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.045885 10.0.0.19 - - [2026-06-22 03:04:05] "POST /network-policys HTTP/1.1" 200 561 0.031027 10.0.0.19 - - [2026-06-22 03:04:05] "GET /network-policy/4d98f991-5e33-46e7-9ca6-52c468636193?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.005702 10.0.0.19 - - [2026-06-22 03:04:05] "POST /neutron/network HTTP/1.1" 200 1013 0.009653 10.0.0.19 - - [2026-06-22 03:04:05] "GET /virtual-network/51659ea5-dfe1-4b9c-a8b8-44576292476f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3248 0.007376 10.0.0.19 - - [2026-06-22 03:04:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.19 - - [2026-06-22 03:04:05] "GET /network-policy/27a202e9-368a-4599-8ffc-0eb1e74640e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2978 0.003807 10.0.0.19 - - [2026-06-22 03:04:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.19 - - [2026-06-22 03:04:05] "GET /network-policy/b66ec142-9666-46fa-8ebd-1ce0ed9c0036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.003967 10.0.0.19 - - [2026-06-22 03:04:05] "POST /neutron/network HTTP/1.1" 200 1014 0.009057 10.0.0.241 - - [2026-06-22 03:04:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.004819 10.0.0.241 - - [2026-06-22 03:04:05] "POST /fqname-to-id HTTP/1.1" 404 242 0.008339 10.0.0.19 - - [2026-06-22 03:04:06] "GET /virtual-network/6d432dac-07a2-42e4-b3ef-dd1c8dd8c2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.008803 10.0.0.19 - - [2026-06-22 03:04:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.19 - - [2026-06-22 03:04:06] "GET /network-policy/4d98f991-5e33-46e7-9ca6-52c468636193?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.004774 10.0.0.19 - - [2026-06-22 03:04:06] "POST /id-to-fqname HTTP/1.1" 200 227 0.001278 10.0.0.19 - - [2026-06-22 03:04:06] "POST /neutron/network HTTP/1.1" 200 1207 0.007938 10.0.0.241 - - [2026-06-22 03:04:07] "GET /projects?obj_uuids=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000992 10.0.0.19 - - [2026-06-22 03:04:07] "GET /project/7d4c6e99-0728-4748-a914-33e5a40a77fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.061289 10.0.0.19 - - [2026-06-22 03:04:07] "POST /neutron/port HTTP/1.1" 200 117 0.009528 10.0.0.19 - - [2026-06-22 03:04:07] "POST /id-to-fqname HTTP/1.1" 200 227 0.001392 10.0.0.241 - - [2026-06-22 03:04:08] "GET /projects?obj_uuids=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001037 10.0.0.19 - - [2026-06-22 03:04:08] "GET /project/7d4c6e99-0728-4748-a914-33e5a40a77fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.063165 10.0.0.19 - - [2026-06-22 03:04:08] "POST /neutron/network HTTP/1.1" 200 1112 0.011514 10.0.0.19 - - [2026-06-22 03:04:08] "POST /id-to-fqname HTTP/1.1" 200 227 0.001196 10.0.0.19 - - [2026-06-22 03:04:08] "POST /neutron/port HTTP/1.1" 200 117 0.014264 10.0.0.241 - - [2026-06-22 03:04:09] "GET /projects?obj_uuids=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000976 10.0.0.19 - - [2026-06-22 03:04:09] "GET /project/7d4c6e99-0728-4748-a914-33e5a40a77fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.065926 10.0.0.19 - - [2026-06-22 03:04:09] "POST /neutron/port HTTP/1.1" 200 117 0.009344 10.0.0.19 - - [2026-06-22 03:04:11] "POST /neutron/network HTTP/1.1" 200 1207 0.008029 10.0.0.19 - - [2026-06-22 03:04:12] "POST /neutron/port HTTP/1.1" 200 1172 0.045093 10.0.0.241 - - [2026-06-22 03:04:12] "GET /projects?obj_uuids=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001015 10.0.0.19 - - [2026-06-22 03:04:13] "POST /neutron/port HTTP/1.1" 200 1173 0.324012 10.0.0.19 - - [2026-06-22 03:04:13] "POST /neutron/port HTTP/1.1" 200 1227 0.141807 10.0.0.19 - - [2026-06-22 03:04:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003506 10.0.0.19 - - [2026-06-22 03:04:13] "POST /neutron/port HTTP/1.1" 200 117 0.001211 10.0.0.241 - - [2026-06-22 03:04:13] "GET /projects?obj_uuids=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000957 10.0.0.19 - - [2026-06-22 03:04:14] "POST /neutron/port HTTP/1.1" 200 1170 0.355079 10.0.0.19 - - [2026-06-22 03:04:14] "POST /neutron/port HTTP/1.1" 200 1170 0.015149 10.0.0.19 - - [2026-06-22 03:04:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003420 10.0.0.19 - - [2026-06-22 03:04:14] "POST /neutron/port HTTP/1.1" 200 117 0.001072 10.0.0.19 - - [2026-06-22 03:04:14] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008901 10.0.0.19 - - [2026-06-22 03:04:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004736 10.0.0.19 - - [2026-06-22 03:04:15] "POST /neutron/port HTTP/1.1" 200 117 0.001541 10.0.0.19 - - [2026-06-22 03:04:19] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007225 10.0.0.19 - - [2026-06-22 03:04:20] "POST /neutron/port HTTP/1.1" 200 1236 0.033766 10.0.0.19 - - [2026-06-22 03:04:20] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007434 10.0.0.19 - - [2026-06-22 03:04:20] "GET /virtual-machine/fb966d87-2bd6-4297-ab9e-7dff4fdff9ae HTTP/1.1" 401 292 0.000471 10.0.0.19 - - [2026-06-22 03:04:20] "GET /virtual-machine/fb966d87-2bd6-4297-ab9e-7dff4fdff9ae HTTP/1.1" 200 1301 0.031991 10.0.0.19 - - [2026-06-22 03:04:20] "GET /virtual-machine/fb966d87-2bd6-4297-ab9e-7dff4fdff9ae HTTP/1.1" 200 1301 0.003964 10.0.0.19 - - [2026-06-22 03:04:20] "GET /virtual-machine-interface/d32dfddb-ab91-43f5-96ba-98281b659d30 HTTP/1.1" 200 3177 0.006114 10.0.0.19 - - [2026-06-22 03:04:20] "GET /virtual-machine/fb966d87-2bd6-4297-ab9e-7dff4fdff9ae HTTP/1.1" 200 1301 0.004720 10.0.0.19 - - [2026-06-22 03:04:20] "GET /virtual-machine-interface/d32dfddb-ab91-43f5-96ba-98281b659d30 HTTP/1.1" 200 3177 0.005515 10.0.0.19 - - [2026-06-22 03:04:20] "GET /instance-ip/15c54da5-f8d8-47fb-9e3f-e195a9c4b472 HTTP/1.1" 200 1656 0.006793 10.0.0.19 - - [2026-06-22 03:04:20] "GET /instance-ip/9c851569-464a-445e-93b5-0325c3fed043 HTTP/1.1" 200 1636 0.007260 10.0.0.19 - - [2026-06-22 03:04:20] "GET /virtual-machine/fb966d87-2bd6-4297-ab9e-7dff4fdff9ae HTTP/1.1" 200 1301 0.003998 10.0.0.19 - - [2026-06-22 03:04:20] "GET /virtual-machine-interface/d32dfddb-ab91-43f5-96ba-98281b659d30 HTTP/1.1" 200 3177 0.005464 10.0.0.19 - - [2026-06-22 03:04:20] "GET /instance-ip/15c54da5-f8d8-47fb-9e3f-e195a9c4b472 HTTP/1.1" 200 1656 0.005564 10.0.0.19 - - [2026-06-22 03:04:20] "GET /instance-ip/9c851569-464a-445e-93b5-0325c3fed043 HTTP/1.1" 200 1636 0.004719 10.0.0.19 - - [2026-06-22 03:04:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.19 - - [2026-06-22 03:04:20] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003899 10.0.0.19 - - [2026-06-22 03:04:20] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.005550 10.0.0.19 - - [2026-06-22 03:04:20] "GET /virtual-network/51659ea5-dfe1-4b9c-a8b8-44576292476f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3248 0.007392 10.0.0.19 - - [2026-06-22 03:04:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.19 - - [2026-06-22 03:04:20] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004002 10.0.0.19 - - [2026-06-22 03:04:20] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003494 10.0.0.19 - - [2026-06-22 03:04:21] "GET /virtual-network/51659ea5-dfe1-4b9c-a8b8-44576292476f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3248 0.010152 10.0.0.19 - - [2026-06-22 03:04:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.19 - - [2026-06-22 03:04:21] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004775 10.0.0.19 - - [2026-06-22 03:04:21] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004495 10.0.0.19 - - [2026-06-22 03:04:21] "GET /virtual-network/51659ea5-dfe1-4b9c-a8b8-44576292476f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3248 0.006067 10.0.0.19 - - [2026-06-22 03:04:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.19 - - [2026-06-22 03:04:21] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004295 10.0.0.19 - - [2026-06-22 03:04:21] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003485 10.0.0.19 - - [2026-06-22 03:04:21] "GET /virtual-network/51659ea5-dfe1-4b9c-a8b8-44576292476f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3248 0.005933 10.0.0.19 - - [2026-06-22 03:04:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004865 10.0.0.19 - - [2026-06-22 03:04:21] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005018 10.0.0.19 - - [2026-06-22 03:04:21] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003869 10.0.0.19 - - [2026-06-22 03:04:21] "GET /virtual-network/51659ea5-dfe1-4b9c-a8b8-44576292476f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3248 0.008007 10.0.0.19 - - [2026-06-22 03:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.19 - - [2026-06-22 03:04:24] "GET /virtual-network/51659ea5-dfe1-4b9c-a8b8-44576292476f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3248 0.005393 10.0.0.19 - - [2026-06-22 03:04:25] "POST /neutron/network HTTP/1.1" 200 1207 0.007076 10.0.0.19 - - [2026-06-22 03:04:25] "POST /neutron/subnet HTTP/1.1" 200 1380 0.014615 10.0.0.19 - - [2026-06-22 03:04:25] "POST /neutron/network HTTP/1.1" 200 1197 0.010246 10.0.0.19 - - [2026-06-22 03:04:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.19 - - [2026-06-22 03:04:28] "GET /virtual-network/51659ea5-dfe1-4b9c-a8b8-44576292476f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3248 0.005202 10.0.0.19 - - [2026-06-22 03:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.19 - - [2026-06-22 03:04:32] "GET /virtual-network/51659ea5-dfe1-4b9c-a8b8-44576292476f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3248 0.006073 10.0.0.19 - - [2026-06-22 03:04:36] "POST /neutron/network HTTP/1.1" 200 1122 0.007159 10.0.0.19 - - [2026-06-22 03:04:36] "POST /neutron/subnet HTTP/1.1" 200 1384 0.012422 10.0.0.19 - - [2026-06-22 03:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.19 - - [2026-06-22 03:04:36] "POST /neutron/network HTTP/1.1" 200 1112 0.010602 10.0.0.19 - - [2026-06-22 03:04:36] "GET /virtual-network/51659ea5-dfe1-4b9c-a8b8-44576292476f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3248 0.005083 10.0.0.19 - - [2026-06-22 03:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005254 10.0.0.19 - - [2026-06-22 03:04:40] "GET /virtual-network/51659ea5-dfe1-4b9c-a8b8-44576292476f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3248 0.005272 10.0.0.19 - - [2026-06-22 03:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.19 - - [2026-06-22 03:04:45] "GET /virtual-network/51659ea5-dfe1-4b9c-a8b8-44576292476f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3248 0.005939 10.0.0.19 - - [2026-06-22 03:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004156 10.0.0.19 - - [2026-06-22 03:04:49] "GET /virtual-network/51659ea5-dfe1-4b9c-a8b8-44576292476f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3248 0.005834 10.0.0.19 - - [2026-06-22 03:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004521 10.0.0.19 - - [2026-06-22 03:04:53] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004022 10.0.0.19 - - [2026-06-22 03:04:53] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003200 10.0.0.19 - - [2026-06-22 03:04:53] "GET /virtual-network/51659ea5-dfe1-4b9c-a8b8-44576292476f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3248 0.007024 10.0.0.19 - - [2026-06-22 03:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.19 - - [2026-06-22 03:04:53] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004261 10.0.0.19 - - [2026-06-22 03:04:53] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002788 10.0.0.19 - - [2026-06-22 03:04:53] "GET /virtual-network/51659ea5-dfe1-4b9c-a8b8-44576292476f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3248 0.007102 10.0.0.19 - - [2026-06-22 03:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.19 - - [2026-06-22 03:04:53] "GET /routing-instance/347ed238-61f2-4c1b-93e0-69ad7ef71161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.006297 10.0.0.19 - - [2026-06-22 03:04:53] "GET /route-target/18f67cff-5303-405d-a9a3-5e2ec2f0f627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005472 10.0.0.19 - - [2026-06-22 03:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.19 - - [2026-06-22 03:04:53] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003748 10.0.0.19 - - [2026-06-22 03:04:53] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003966 10.0.0.19 - - [2026-06-22 03:04:53] "GET /virtual-network/51659ea5-dfe1-4b9c-a8b8-44576292476f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3248 0.006536 10.0.0.19 - - [2026-06-22 03:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.19 - - [2026-06-22 03:04:53] "GET /routing-instance/347ed238-61f2-4c1b-93e0-69ad7ef71161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.004290 10.0.0.19 - - [2026-06-22 03:04:53] "GET /route-target/18f67cff-5303-405d-a9a3-5e2ec2f0f627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004308 10.0.0.19 - - [2026-06-22 03:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.19 - - [2026-06-22 03:04:53] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005016 10.0.0.19 - - [2026-06-22 03:04:53] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003617 10.0.0.19 - - [2026-06-22 03:04:53] "POST /neutron/port HTTP/1.1" 200 1234 0.027035 10.0.0.19 - - [2026-06-22 03:04:53] "GET /virtual-network/51659ea5-dfe1-4b9c-a8b8-44576292476f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3248 0.005831 10.0.0.19 - - [2026-06-22 03:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.19 - - [2026-06-22 03:04:54] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003934 10.0.0.19 - - [2026-06-22 03:04:54] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002863 10.0.0.19 - - [2026-06-22 03:04:54] "GET /virtual-network/51659ea5-dfe1-4b9c-a8b8-44576292476f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3248 0.006478 10.0.0.19 - - [2026-06-22 03:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.19 - - [2026-06-22 03:04:54] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004185 10.0.0.19 - - [2026-06-22 03:04:54] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003955 10.0.0.19 - - [2026-06-22 03:04:54] "GET /virtual-network/51659ea5-dfe1-4b9c-a8b8-44576292476f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3248 0.006033 10.0.0.19 - - [2026-06-22 03:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.19 - - [2026-06-22 03:04:54] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005562 10.0.0.19 - - [2026-06-22 03:04:54] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004254 10.0.0.19 - - [2026-06-22 03:04:54] "GET /virtual-network/51659ea5-dfe1-4b9c-a8b8-44576292476f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3248 0.007169 10.0.0.19 - - [2026-06-22 03:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005502 10.0.0.19 - - [2026-06-22 03:04:54] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005728 10.0.0.19 - - [2026-06-22 03:04:54] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004112 10.0.0.19 - - [2026-06-22 03:04:54] "GET /virtual-network/51659ea5-dfe1-4b9c-a8b8-44576292476f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3248 0.007099 10.0.0.19 - - [2026-06-22 03:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004537 10.0.0.19 - - [2026-06-22 03:04:54] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004898 10.0.0.19 - - [2026-06-22 03:04:54] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003199 10.0.0.19 - - [2026-06-22 03:04:54] "GET /virtual-network/51659ea5-dfe1-4b9c-a8b8-44576292476f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3248 0.005790 10.0.0.19 - - [2026-06-22 03:04:54] "GET /obj-perms HTTP/1.1" 200 4479 0.003399 10.0.0.241 - - [2026-06-22 03:04:54] "GET /obj-perms HTTP/1.1" 200 4479 0.003951 10.0.0.19 - - [2026-06-22 03:04:54] "GET /obj-perms HTTP/1.1" 200 4479 0.004424 10.0.0.19 - - [2026-06-22 03:04:54] "GET /obj-perms HTTP/1.1" 200 4479 0.004640 10.0.0.129 - - [2026-06-22 03:04:54] "GET /obj-perms HTTP/1.1" 200 4479 0.004233 10.0.0.19 - - [2026-06-22 03:04:55] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008540 10.0.0.19 - - [2026-06-22 03:04:55] "POST /neutron/port HTTP/1.1" 200 1237 0.023092 10.0.0.19 - - [2026-06-22 03:04:55] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006994 10.0.0.19 - - [2026-06-22 03:04:55] "GET /virtual-machine/f0fad0d9-67f2-4df5-b439-b6212d6dda1a HTTP/1.1" 200 1301 0.005608 10.0.0.19 - - [2026-06-22 03:04:55] "GET /virtual-machine/f0fad0d9-67f2-4df5-b439-b6212d6dda1a HTTP/1.1" 200 1301 0.004123 10.0.0.19 - - [2026-06-22 03:04:55] "GET /virtual-machine-interface/5bfb8b94-5065-40f6-88f5-6e39d50d2e2d HTTP/1.1" 200 3175 0.005763 10.0.0.19 - - [2026-06-22 03:04:55] "GET /virtual-machine/f0fad0d9-67f2-4df5-b439-b6212d6dda1a HTTP/1.1" 200 1301 0.005037 10.0.0.19 - - [2026-06-22 03:04:55] "GET /virtual-machine-interface/5bfb8b94-5065-40f6-88f5-6e39d50d2e2d HTTP/1.1" 200 3175 0.006742 10.0.0.19 - - [2026-06-22 03:04:55] "GET /instance-ip/50bc2e94-fd8c-4e3b-91d8-6979b6e22085 HTTP/1.1" 200 1656 0.006037 10.0.0.19 - - [2026-06-22 03:04:55] "GET /instance-ip/c8802429-2874-46be-9b1a-b9b7e70f7675 HTTP/1.1" 200 1637 0.006047 10.0.0.19 - - [2026-06-22 03:04:55] "GET /virtual-machine/f0fad0d9-67f2-4df5-b439-b6212d6dda1a HTTP/1.1" 200 1301 0.003438 10.0.0.19 - - [2026-06-22 03:04:55] "GET /virtual-machine-interface/5bfb8b94-5065-40f6-88f5-6e39d50d2e2d HTTP/1.1" 200 3175 0.004904 10.0.0.19 - - [2026-06-22 03:04:55] "GET /instance-ip/50bc2e94-fd8c-4e3b-91d8-6979b6e22085 HTTP/1.1" 200 1656 0.004001 10.0.0.19 - - [2026-06-22 03:04:55] "GET /instance-ip/c8802429-2874-46be-9b1a-b9b7e70f7675 HTTP/1.1" 200 1637 0.004185 10.0.0.19 - - [2026-06-22 03:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.015947 10.0.0.19 - - [2026-06-22 03:04:55] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003773 10.0.0.19 - - [2026-06-22 03:04:55] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002644 10.0.0.19 - - [2026-06-22 03:04:55] "GET /virtual-network/6d432dac-07a2-42e4-b3ef-dd1c8dd8c2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006494 10.0.0.19 - - [2026-06-22 03:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004265 10.0.0.19 - - [2026-06-22 03:04:55] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004483 10.0.0.19 - - [2026-06-22 03:04:55] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003701 10.0.0.19 - - [2026-06-22 03:04:55] "GET /virtual-network/6d432dac-07a2-42e4-b3ef-dd1c8dd8c2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005764 10.0.0.19 - - [2026-06-22 03:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.19 - - [2026-06-22 03:04:55] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004565 10.0.0.19 - - [2026-06-22 03:04:55] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003838 10.0.0.19 - - [2026-06-22 03:04:55] "GET /virtual-network/6d432dac-07a2-42e4-b3ef-dd1c8dd8c2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005708 10.0.0.19 - - [2026-06-22 03:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.19 - - [2026-06-22 03:04:55] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004301 10.0.0.19 - - [2026-06-22 03:04:55] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003603 10.0.0.19 - - [2026-06-22 03:04:55] "GET /virtual-network/6d432dac-07a2-42e4-b3ef-dd1c8dd8c2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005986 10.0.0.19 - - [2026-06-22 03:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.19 - - [2026-06-22 03:04:55] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003768 10.0.0.19 - - [2026-06-22 03:04:55] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003387 10.0.0.19 - - [2026-06-22 03:04:55] "GET /virtual-network/6d432dac-07a2-42e4-b3ef-dd1c8dd8c2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.007466 10.0.0.19 - - [2026-06-22 03:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.19 - - [2026-06-22 03:04:57] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003649 10.0.0.19 - - [2026-06-22 03:04:57] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003340 10.0.0.19 - - [2026-06-22 03:04:57] "GET /virtual-network/6d432dac-07a2-42e4-b3ef-dd1c8dd8c2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005620 10.0.0.19 - - [2026-06-22 03:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.19 - - [2026-06-22 03:04:57] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004990 10.0.0.19 - - [2026-06-22 03:04:57] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003121 10.0.0.19 - - [2026-06-22 03:04:57] "GET /virtual-network/6d432dac-07a2-42e4-b3ef-dd1c8dd8c2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.007049 10.0.0.19 - - [2026-06-22 03:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.19 - - [2026-06-22 03:04:57] "GET /routing-instance/b06e44d2-84f2-4d24-8d93-f04094c05ca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1802 0.004723 10.0.0.19 - - [2026-06-22 03:04:57] "GET /route-target/1ff440ca-bb90-41e5-ba34-cb79ef24335e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003897 10.0.0.19 - - [2026-06-22 03:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.19 - - [2026-06-22 03:04:57] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003404 10.0.0.19 - - [2026-06-22 03:04:57] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003295 10.0.0.19 - - [2026-06-22 03:04:57] "GET /virtual-network/6d432dac-07a2-42e4-b3ef-dd1c8dd8c2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006919 10.0.0.19 - - [2026-06-22 03:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.19 - - [2026-06-22 03:04:57] "GET /routing-instance/b06e44d2-84f2-4d24-8d93-f04094c05ca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1802 0.004416 10.0.0.19 - - [2026-06-22 03:04:57] "GET /route-target/1ff440ca-bb90-41e5-ba34-cb79ef24335e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004165 10.0.0.19 - - [2026-06-22 03:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.19 - - [2026-06-22 03:04:57] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003995 10.0.0.19 - - [2026-06-22 03:04:57] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003227 10.0.0.19 - - [2026-06-22 03:04:57] "GET /virtual-network/6d432dac-07a2-42e4-b3ef-dd1c8dd8c2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005531 10.0.0.19 - - [2026-06-22 03:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.19 - - [2026-06-22 03:04:57] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.013470 10.0.0.19 - - [2026-06-22 03:04:57] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004076 10.0.0.19 - - [2026-06-22 03:04:58] "GET /virtual-network/6d432dac-07a2-42e4-b3ef-dd1c8dd8c2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005584 10.0.0.19 - - [2026-06-22 03:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.19 - - [2026-06-22 03:04:58] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004315 10.0.0.19 - - [2026-06-22 03:04:58] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003222 10.0.0.19 - - [2026-06-22 03:04:58] "GET /virtual-network/6d432dac-07a2-42e4-b3ef-dd1c8dd8c2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.007038 10.0.0.19 - - [2026-06-22 03:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.19 - - [2026-06-22 03:04:58] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004396 10.0.0.19 - - [2026-06-22 03:04:58] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003290 10.0.0.19 - - [2026-06-22 03:04:58] "GET /virtual-network/6d432dac-07a2-42e4-b3ef-dd1c8dd8c2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005658 10.0.0.19 - - [2026-06-22 03:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.19 - - [2026-06-22 03:04:58] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004312 10.0.0.19 - - [2026-06-22 03:04:58] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003471 10.0.0.19 - - [2026-06-22 03:04:58] "GET /virtual-network/6d432dac-07a2-42e4-b3ef-dd1c8dd8c2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006031 10.0.0.19 - - [2026-06-22 03:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.19 - - [2026-06-22 03:04:58] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003725 10.0.0.19 - - [2026-06-22 03:04:58] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003861 10.0.0.19 - - [2026-06-22 03:04:58] "GET /virtual-network/6d432dac-07a2-42e4-b3ef-dd1c8dd8c2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.008474 10.0.0.241 - - [2026-06-22 03:04:58] "GET /obj-perms HTTP/1.1" 200 4479 0.004329 10.0.0.19 - - [2026-06-22 03:04:58] "GET /obj-perms HTTP/1.1" 200 4479 0.003796 10.0.0.19 - - [2026-06-22 03:04:58] "GET /obj-perms HTTP/1.1" 200 4479 0.003803 10.0.0.19 - - [2026-06-22 03:04:58] "GET /obj-perms HTTP/1.1" 200 4479 0.003189 10.0.0.129 - - [2026-06-22 03:04:58] "GET /obj-perms HTTP/1.1" 200 4479 0.004225 10.0.0.241 - - [2026-06-22 03:04:58] "GET /obj-perms HTTP/1.1" 200 4479 0.004212 10.0.0.19 - - [2026-06-22 03:04:58] "POST /neutron/port HTTP/1.1" 200 1234 0.016565 10.0.0.19 - - [2026-06-22 03:04:59] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008350 10.0.0.19 - - [2026-06-22 03:04:59] "POST /neutron/port HTTP/1.1" 200 1234 0.018106 10.0.0.19 - - [2026-06-22 03:04:59] "GET /virtual-machine/da1130ce-5a29-4545-bf6b-1ab937ee8c87 HTTP/1.1" 200 1301 0.005723 10.0.0.19 - - [2026-06-22 03:04:59] "GET /virtual-machine/da1130ce-5a29-4545-bf6b-1ab937ee8c87 HTTP/1.1" 200 1301 0.003811 10.0.0.19 - - [2026-06-22 03:04:59] "GET /virtual-machine-interface/ff7e59c4-0d9f-47d0-b142-958c40587d1b HTTP/1.1" 200 3177 0.004788 10.0.0.19 - - [2026-06-22 03:04:59] "GET /virtual-machine/da1130ce-5a29-4545-bf6b-1ab937ee8c87 HTTP/1.1" 200 1301 0.003700 10.0.0.19 - - [2026-06-22 03:04:59] "GET /virtual-machine-interface/ff7e59c4-0d9f-47d0-b142-958c40587d1b HTTP/1.1" 200 3177 0.006462 10.0.0.19 - - [2026-06-22 03:04:59] "GET /instance-ip/84ee5731-3612-4f26-9f8f-4ed79429a1dc HTTP/1.1" 200 1636 0.005683 10.0.0.19 - - [2026-06-22 03:04:59] "GET /instance-ip/a345bc75-3ae0-4e4c-b713-e772d584a41f HTTP/1.1" 200 1654 0.005863 10.0.0.19 - - [2026-06-22 03:04:59] "GET /virtual-machine/da1130ce-5a29-4545-bf6b-1ab937ee8c87 HTTP/1.1" 200 1301 0.004619 10.0.0.19 - - [2026-06-22 03:04:59] "GET /virtual-machine-interface/ff7e59c4-0d9f-47d0-b142-958c40587d1b HTTP/1.1" 200 3177 0.007317 10.0.0.19 - - [2026-06-22 03:04:59] "GET /instance-ip/84ee5731-3612-4f26-9f8f-4ed79429a1dc HTTP/1.1" 200 1636 0.003798 10.0.0.19 - - [2026-06-22 03:04:59] "GET /instance-ip/a345bc75-3ae0-4e4c-b713-e772d584a41f HTTP/1.1" 200 1654 0.004338 10.0.0.19 - - [2026-06-22 03:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.19 - - [2026-06-22 03:04:59] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003610 10.0.0.19 - - [2026-06-22 03:04:59] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003402 10.0.0.19 - - [2026-06-22 03:04:59] "GET /virtual-network/fec6bde4-808f-4042-9ef9-ade526c0cf35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005695 10.0.0.19 - - [2026-06-22 03:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.19 - - [2026-06-22 03:04:59] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003907 10.0.0.19 - - [2026-06-22 03:04:59] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003065 10.0.0.19 - - [2026-06-22 03:04:59] "GET /virtual-network/fec6bde4-808f-4042-9ef9-ade526c0cf35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005828 10.0.0.19 - - [2026-06-22 03:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.19 - - [2026-06-22 03:04:59] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003977 10.0.0.19 - - [2026-06-22 03:04:59] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002840 10.0.0.19 - - [2026-06-22 03:04:59] "GET /virtual-network/fec6bde4-808f-4042-9ef9-ade526c0cf35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005737 10.0.0.19 - - [2026-06-22 03:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.19 - - [2026-06-22 03:04:59] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003799 10.0.0.19 - - [2026-06-22 03:04:59] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002949 10.0.0.19 - - [2026-06-22 03:04:59] "GET /virtual-network/fec6bde4-808f-4042-9ef9-ade526c0cf35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.011881 10.0.0.19 - - [2026-06-22 03:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.19 - - [2026-06-22 03:04:59] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005720 10.0.0.19 - - [2026-06-22 03:04:59] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003769 10.0.0.19 - - [2026-06-22 03:04:59] "GET /virtual-network/fec6bde4-808f-4042-9ef9-ade526c0cf35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005845 10.0.0.19 - - [2026-06-22 03:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004622 10.0.0.19 - - [2026-06-22 03:05:01] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004559 10.0.0.19 - - [2026-06-22 03:05:01] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003897 10.0.0.19 - - [2026-06-22 03:05:01] "GET /virtual-network/fec6bde4-808f-4042-9ef9-ade526c0cf35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006058 10.0.0.19 - - [2026-06-22 03:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263 10.0.0.19 - - [2026-06-22 03:05:01] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004388 10.0.0.19 - - [2026-06-22 03:05:01] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004182 10.0.0.19 - - [2026-06-22 03:05:01] "GET /virtual-network/fec6bde4-808f-4042-9ef9-ade526c0cf35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.010732 10.0.0.19 - - [2026-06-22 03:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.19 - - [2026-06-22 03:05:01] "GET /routing-instance/6f28af97-2113-4289-be67-d8d55b9351ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.005799 10.0.0.19 - - [2026-06-22 03:05:01] "GET /route-target/6cd6a077-722c-456b-bf38-c5a5896772ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004013 10.0.0.19 - - [2026-06-22 03:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.19 - - [2026-06-22 03:05:01] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003691 10.0.0.19 - - [2026-06-22 03:05:01] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003389 10.0.0.19 - - [2026-06-22 03:05:01] "GET /virtual-network/fec6bde4-808f-4042-9ef9-ade526c0cf35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005726 10.0.0.19 - - [2026-06-22 03:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.19 - - [2026-06-22 03:05:01] "GET /routing-instance/6f28af97-2113-4289-be67-d8d55b9351ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.004807 10.0.0.19 - - [2026-06-22 03:05:01] "GET /route-target/6cd6a077-722c-456b-bf38-c5a5896772ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004052 10.0.0.19 - - [2026-06-22 03:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.19 - - [2026-06-22 03:05:01] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004024 10.0.0.19 - - [2026-06-22 03:05:01] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003200 10.0.0.19 - - [2026-06-22 03:05:01] "GET /virtual-network/fec6bde4-808f-4042-9ef9-ade526c0cf35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005978 10.0.0.19 - - [2026-06-22 03:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.19 - - [2026-06-22 03:05:01] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004426 10.0.0.19 - - [2026-06-22 03:05:01] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003419 10.0.0.19 - - [2026-06-22 03:05:01] "GET /virtual-network/fec6bde4-808f-4042-9ef9-ade526c0cf35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005810 10.0.0.19 - - [2026-06-22 03:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.19 - - [2026-06-22 03:05:02] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004187 10.0.0.19 - - [2026-06-22 03:05:02] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003469 10.0.0.19 - - [2026-06-22 03:05:02] "GET /virtual-network/fec6bde4-808f-4042-9ef9-ade526c0cf35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005608 10.0.0.19 - - [2026-06-22 03:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.19 - - [2026-06-22 03:05:02] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005966 10.0.0.19 - - [2026-06-22 03:05:02] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003073 10.0.0.19 - - [2026-06-22 03:05:02] "GET /virtual-network/fec6bde4-808f-4042-9ef9-ade526c0cf35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007238 10.0.0.19 - - [2026-06-22 03:05:02] "GET /obj-perms HTTP/1.1" 200 4479 0.003729 10.0.0.19 - - [2026-06-22 03:05:02] "GET /obj-perms HTTP/1.1" 200 4479 0.003521 10.0.0.241 - - [2026-06-22 03:05:02] "GET /obj-perms HTTP/1.1" 200 4479 0.003673 10.0.0.19 - - [2026-06-22 03:05:02] "GET /obj-perms HTTP/1.1" 200 4479 0.004750 10.0.0.19 - - [2026-06-22 03:05:02] "GET /virtual-machine/fb966d87-2bd6-4297-ab9e-7dff4fdff9ae HTTP/1.1" 200 1301 0.003955 10.0.0.19 - - [2026-06-22 03:05:02] "GET /virtual-machine-interface/d32dfddb-ab91-43f5-96ba-98281b659d30 HTTP/1.1" 200 3177 0.006109 10.0.0.19 - - [2026-06-22 03:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.19 - - [2026-06-22 03:05:02] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.008086 10.0.0.19 - - [2026-06-22 03:05:02] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004386 10.0.0.19 - - [2026-06-22 03:05:02] "GET /virtual-network/51659ea5-dfe1-4b9c-a8b8-44576292476f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3248 0.008107 10.0.0.19 - - [2026-06-22 03:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.19 - - [2026-06-22 03:05:03] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004529 10.0.0.19 - - [2026-06-22 03:05:03] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003928 10.0.0.19 - - [2026-06-22 03:05:03] "GET /virtual-network/51659ea5-dfe1-4b9c-a8b8-44576292476f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3248 0.006018 10.0.0.19 - - [2026-06-22 03:05:03] "GET /virtual-machine/f0fad0d9-67f2-4df5-b439-b6212d6dda1a HTTP/1.1" 200 1301 0.004374 10.0.0.19 - - [2026-06-22 03:05:04] "GET /virtual-machine-interface/5bfb8b94-5065-40f6-88f5-6e39d50d2e2d HTTP/1.1" 200 3175 0.005786 10.0.0.19 - - [2026-06-22 03:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.19 - - [2026-06-22 03:05:04] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003993 10.0.0.19 - - [2026-06-22 03:05:04] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002970 10.0.0.19 - - [2026-06-22 03:05:04] "GET /virtual-network/6d432dac-07a2-42e4-b3ef-dd1c8dd8c2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005944 10.0.0.19 - - [2026-06-22 03:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004218 10.0.0.19 - - [2026-06-22 03:05:05] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005280 10.0.0.19 - - [2026-06-22 03:05:05] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003099 10.0.0.19 - - [2026-06-22 03:05:05] "GET /virtual-network/6d432dac-07a2-42e4-b3ef-dd1c8dd8c2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005711 10.0.0.19 - - [2026-06-22 03:05:05] "GET /virtual-machine/da1130ce-5a29-4545-bf6b-1ab937ee8c87 HTTP/1.1" 200 1301 0.005620 10.0.0.19 - - [2026-06-22 03:05:05] "GET /virtual-machine-interface/ff7e59c4-0d9f-47d0-b142-958c40587d1b HTTP/1.1" 200 3177 0.007804 10.0.0.19 - - [2026-06-22 03:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197 10.0.0.19 - - [2026-06-22 03:05:05] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004955 10.0.0.19 - - [2026-06-22 03:05:05] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003829 10.0.0.19 - - [2026-06-22 03:05:05] "GET /virtual-network/fec6bde4-808f-4042-9ef9-ade526c0cf35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.008490 10.0.0.19 - - [2026-06-22 03:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004419 10.0.0.19 - - [2026-06-22 03:05:06] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003943 10.0.0.19 - - [2026-06-22 03:05:06] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004390 10.0.0.19 - - [2026-06-22 03:05:06] "GET /virtual-network/fec6bde4-808f-4042-9ef9-ade526c0cf35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007200 10.0.0.19 - - [2026-06-22 03:05:17] "GET /virtual-machine/da1130ce-5a29-4545-bf6b-1ab937ee8c87 HTTP/1.1" 200 1301 0.003900 10.0.0.19 - - [2026-06-22 03:05:18] "GET /obj-perms HTTP/1.1" 200 4493 0.047007 10.0.0.19 - - [2026-06-22 03:05:19] "POST /neutron/port HTTP/1.1" 200 1224 0.017333 10.0.0.19 - - [2026-06-22 03:05:19] "GET /virtual-machine/da1130ce-5a29-4545-bf6b-1ab937ee8c87 HTTP/1.1" 200 1301 0.003487 10.0.0.19 - - [2026-06-22 03:05:21] "GET /virtual-machine/da1130ce-5a29-4545-bf6b-1ab937ee8c87 HTTP/1.1" 404 171 0.002826 10.0.0.19 - - [2026-06-22 03:05:21] "GET /virtual-machine/da1130ce-5a29-4545-bf6b-1ab937ee8c87 HTTP/1.1" 404 171 0.003288 10.0.0.19 - - [2026-06-22 03:05:21] "GET /virtual-machine/da1130ce-5a29-4545-bf6b-1ab937ee8c87 HTTP/1.1" 404 171 0.002781 10.0.0.19 - - [2026-06-22 03:05:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.19 - - [2026-06-22 03:05:21] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003706 10.0.0.19 - - [2026-06-22 03:05:21] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004313 10.0.0.19 - - [2026-06-22 03:05:21] "GET /virtual-network/fec6bde4-808f-4042-9ef9-ade526c0cf35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005991 10.0.0.19 - - [2026-06-22 03:05:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.19 - - [2026-06-22 03:05:21] "GET /routing-instance/6f28af97-2113-4289-be67-d8d55b9351ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.004817 10.0.0.19 - - [2026-06-22 03:05:21] "GET /route-target/6cd6a077-722c-456b-bf38-c5a5896772ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005489 10.0.0.19 - - [2026-06-22 03:05:24] "GET /obj-perms HTTP/1.1" 200 4479 0.003798 10.0.0.19 - - [2026-06-22 03:05:27] "GET /obj-perms HTTP/1.1" 200 4479 0.003914 10.0.0.19 - - [2026-06-22 03:05:34] "GET /obj-perms HTTP/1.1" 200 4479 0.003710 10.0.0.19 - - [2026-06-22 03:05:37] "GET /obj-perms HTTP/1.1" 200 4479 0.004060 10.0.0.19 - - [2026-06-22 03:05:37] "POST /neutron/port HTTP/1.1" 200 1237 0.019372 10.0.0.19 - - [2026-06-22 03:05:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003815 10.0.0.19 - - [2026-06-22 03:05:38] "POST /neutron/port HTTP/1.1" 200 117 0.001048 10.0.0.19 - - [2026-06-22 03:05:43] "GET /obj-perms HTTP/1.1" 200 4479 0.004144 10.0.0.19 - - [2026-06-22 03:05:46] "GET /obj-perms HTTP/1.1" 200 4479 0.003997 10.0.0.241 - - [2026-06-22 03:05:46] "GET /obj-perms HTTP/1.1" 200 4479 0.004161 10.0.0.19 - - [2026-06-22 03:05:46] "GET /virtual-machine/f0fad0d9-67f2-4df5-b439-b6212d6dda1a HTTP/1.1" 200 1301 0.004988 10.0.0.19 - - [2026-06-22 03:05:48] "POST /neutron/port HTTP/1.1" 200 1227 0.015755 10.0.0.19 - - [2026-06-22 03:05:48] "GET /virtual-machine/f0fad0d9-67f2-4df5-b439-b6212d6dda1a HTTP/1.1" 200 1301 0.004132 10.0.0.19 - - [2026-06-22 03:05:50] "GET /virtual-machine/f0fad0d9-67f2-4df5-b439-b6212d6dda1a HTTP/1.1" 404 171 0.004452 10.0.0.19 - - [2026-06-22 03:05:50] "GET /virtual-machine/f0fad0d9-67f2-4df5-b439-b6212d6dda1a HTTP/1.1" 404 171 0.003884 10.0.0.19 - - [2026-06-22 03:05:50] "GET /virtual-machine/f0fad0d9-67f2-4df5-b439-b6212d6dda1a HTTP/1.1" 404 171 0.002476 10.0.0.19 - - [2026-06-22 03:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.19 - - [2026-06-22 03:05:50] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007620 10.0.0.19 - - [2026-06-22 03:05:50] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003725 10.0.0.19 - - [2026-06-22 03:05:50] "GET /virtual-network/6d432dac-07a2-42e4-b3ef-dd1c8dd8c2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005748 10.0.0.19 - - [2026-06-22 03:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.19 - - [2026-06-22 03:05:50] "GET /routing-instance/b06e44d2-84f2-4d24-8d93-f04094c05ca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1802 0.004275 10.0.0.19 - - [2026-06-22 03:05:50] "GET /route-target/1ff440ca-bb90-41e5-ba34-cb79ef24335e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004086 10.0.0.19 - - [2026-06-22 03:05:51] "GET /obj-perms HTTP/1.1" 200 4479 0.004830 10.0.0.129 - - [2026-06-22 03:05:51] "GET /obj-perms HTTP/1.1" 200 4479 0.003822 10.0.0.241 - - [2026-06-22 03:05:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.241 - - [2026-06-22 03:05:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000524 10.0.0.129 - - [2026-06-22 03:05:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.129 - - [2026-06-22 03:05:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.241 - - [2026-06-22 03:05:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.241 - - [2026-06-22 03:05:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.19 - - [2026-06-22 03:05:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000570 10.0.0.19 - - [2026-06-22 03:05:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.129 - - [2026-06-22 03:05:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.129 - - [2026-06-22 03:05:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.19 - - [2026-06-22 03:05:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000581 10.0.0.19 - - [2026-06-22 03:05:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.19 - - [2026-06-22 03:06:00] "GET /obj-perms HTTP/1.1" 200 4479 0.004289 10.0.0.129 - - [2026-06-22 03:06:00] "GET /obj-perms HTTP/1.1" 200 4479 0.004181 10.0.0.19 - - [2026-06-22 03:06:09] "GET /obj-perms HTTP/1.1" 200 4479 0.003631 10.0.0.129 - - [2026-06-22 03:06:09] "GET /obj-perms HTTP/1.1" 200 4479 0.003668 10.0.0.19 - - [2026-06-22 03:06:09] "GET /virtual-machine/fb966d87-2bd6-4297-ab9e-7dff4fdff9ae HTTP/1.1" 200 1301 0.004295 10.0.0.19 - - [2026-06-22 03:06:11] "POST /neutron/port HTTP/1.1" 200 1226 0.019070 10.0.0.19 - - [2026-06-22 03:06:11] "GET /virtual-machine/fb966d87-2bd6-4297-ab9e-7dff4fdff9ae HTTP/1.1" 200 1301 0.012193 10.0.0.19 - - [2026-06-22 03:06:13] "GET /virtual-machine/fb966d87-2bd6-4297-ab9e-7dff4fdff9ae HTTP/1.1" 404 171 0.003521 10.0.0.19 - - [2026-06-22 03:06:13] "GET /virtual-machine/fb966d87-2bd6-4297-ab9e-7dff4fdff9ae HTTP/1.1" 404 171 0.003423 10.0.0.19 - - [2026-06-22 03:06:13] "GET /virtual-machine/fb966d87-2bd6-4297-ab9e-7dff4fdff9ae HTTP/1.1" 404 171 0.003098 10.0.0.19 - - [2026-06-22 03:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.19 - - [2026-06-22 03:06:14] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003973 10.0.0.19 - - [2026-06-22 03:06:14] "GET /virtual-networks?parent_id=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003665 10.0.0.19 - - [2026-06-22 03:06:14] "GET /virtual-network/51659ea5-dfe1-4b9c-a8b8-44576292476f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3248 0.005605 10.0.0.19 - - [2026-06-22 03:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.19 - - [2026-06-22 03:06:14] "GET /routing-instance/347ed238-61f2-4c1b-93e0-69ad7ef71161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.004750 10.0.0.19 - - [2026-06-22 03:06:14] "GET /route-target/18f67cff-5303-405d-a9a3-5e2ec2f0f627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004352 10.0.0.19 - - [2026-06-22 03:06:14] "GET /obj-perms HTTP/1.1" 200 4479 0.004856 10.0.0.19 - - [2026-06-22 03:06:17] "GET /obj-perms HTTP/1.1" 200 4479 0.003583 10.0.0.19 - - [2026-06-22 03:06:17] "GET /virtual-network/6d432dac-07a2-42e4-b3ef-dd1c8dd8c2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.004991 10.0.0.19 - - [2026-06-22 03:06:17] "POST /neutron/network HTTP/1.1" 200 1014 0.083511 10.0.0.241 - - [2026-06-22 03:06:17] "DELETE /access-control-list/c8f244c1-5437-4c78-938b-c67d492f32c7 HTTP/1.1" 200 115 0.061457 10.0.0.19 - - [2026-06-22 03:06:17] "GET /virtual-network/6d432dac-07a2-42e4-b3ef-dd1c8dd8c2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005521 10.0.0.19 - - [2026-06-22 03:06:17] "GET /virtual-network/51659ea5-dfe1-4b9c-a8b8-44576292476f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3248 0.005954 10.0.0.19 - - [2026-06-22 03:06:18] "POST /neutron/network HTTP/1.1" 200 1013 0.085278 10.0.0.19 - - [2026-06-22 03:06:18] "GET /virtual-network/51659ea5-dfe1-4b9c-a8b8-44576292476f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.008436 10.0.0.241 - - [2026-06-22 03:06:18] "POST /ref-update HTTP/1.1" 200 156 0.043044 10.0.0.19 - - [2026-06-22 03:06:18] "DELETE /network-policy/4d98f991-5e33-46e7-9ca6-52c468636193 HTTP/1.1" 200 115 0.076792 10.0.0.19 - - [2026-06-22 03:06:18] "DELETE /network-policy/27a202e9-368a-4599-8ffc-0eb1e74640e8 HTTP/1.1" 200 115 0.049231 10.0.0.19 - - [2026-06-22 03:06:18] "DELETE /network-policy/b66ec142-9666-46fa-8ebd-1ce0ed9c0036 HTTP/1.1" 200 115 0.045477 10.0.0.241 - - [2026-06-22 03:06:18] "POST /useragent-kv HTTP/1.1" 200 115 0.005749 10.0.0.241 - - [2026-06-22 03:06:18] "POST /useragent-kv HTTP/1.1" 200 115 0.004715 10.0.0.241 - - [2026-06-22 03:06:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002889 10.0.0.241 - - [2026-06-22 03:06:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003171 10.0.0.19 - - [2026-06-22 03:06:18] "POST /neutron/network HTTP/1.1" 200 151 0.152162 10.0.0.241 - - [2026-06-22 03:06:18] "DELETE /route-target/6cd6a077-722c-456b-bf38-c5a5896772ed HTTP/1.1" 200 115 0.033459 10.0.0.19 - - [2026-06-22 03:06:18] "POST /neutron/network HTTP/1.1" 200 1013 0.008378 10.0.0.241 - - [2026-06-22 03:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004346 10.0.0.129 - - [2026-06-22 03:06:19] "GET /obj-perms HTTP/1.1" 200 4493 0.069475 10.0.0.19 - - [2026-06-22 03:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.19 - - [2026-06-22 03:06:19] "DELETE /network-ipam/67513b54-a99f-4a5d-86a0-dc1b58f7cbae HTTP/1.1" 200 115 0.037273 10.0.0.19 - - [2026-06-22 03:06:19] "POST /fqname-to-id HTTP/1.1" 404 203 0.004900 10.0.0.19 - - [2026-06-22 03:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.19 - - [2026-06-22 03:06:19] "DELETE /network-ipam/815d26ab-2775-46e0-ad0a-711547387670 HTTP/1.1" 200 115 0.047769 10.0.0.19 - - [2026-06-22 03:06:19] "POST /fqname-to-id HTTP/1.1" 404 203 0.003565 10.0.0.241 - - [2026-06-22 03:06:19] "GET /obj-perms HTTP/1.1" 200 4493 0.045148 10.0.0.19 - - [2026-06-22 03:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004436 10.0.0.19 - - [2026-06-22 03:06:19] "DELETE /network-ipam/df1e8e4a-3b73-433b-b767-0e7cdd9c609c HTTP/1.1" 200 115 0.035602 10.0.0.19 - - [2026-06-22 03:06:19] "POST /fqname-to-id HTTP/1.1" 404 203 0.003170 10.0.0.241 - - [2026-06-22 03:06:22] "GET /projects?obj_uuids=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000978 10.0.0.19 - - [2026-06-22 03:06:22] "GET /project/7d4c6e99-0728-4748-a914-33e5a40a77fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.063406 10.0.0.241 - - [2026-06-22 03:06:22] "GET /projects?obj_uuids=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000958 10.0.0.19 - - [2026-06-22 03:06:22] "GET /project/7d4c6e99-0728-4748-a914-33e5a40a77fa?fields=virtual_networks HTTP/1.1" 200 1046 0.040942 10.0.0.241 - - [2026-06-22 03:06:22] "GET /projects?obj_uuids=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000948 10.0.0.19 - - [2026-06-22 03:06:22] "GET /project/7d4c6e99-0728-4748-a914-33e5a40a77fa?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.045490 10.0.0.241 - - [2026-06-22 03:06:22] "GET /projects?obj_uuids=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003202 10.0.0.19 - - [2026-06-22 03:06:22] "GET /project/7d4c6e99-0728-4748-a914-33e5a40a77fa?fields=security_groups HTTP/1.1" 200 1279 0.056005 10.0.0.19 - - [2026-06-22 03:06:23] "POST /fqname-to-id HTTP/1.1" 404 190 0.028515 10.0.0.241 - - [2026-06-22 03:06:23] "GET /projects?obj_uuids=f89b2b4a-3665-4344-8799-89d2eca62105&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003196 10.0.0.241 - - [2026-06-22 03:06:23] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001405 10.0.0.241 - - [2026-06-22 03:06:23] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007785 10.0.0.241 - - [2026-06-22 03:06:23] "POST /id-to-fqname HTTP/1.1" 200 192 0.005770 10.0.0.241 - - [2026-06-22 03:06:23] "POST /fqname-to-id HTTP/1.1" 404 201 0.007101 10.0.0.241 - - [2026-06-22 03:06:23] "POST /security-groups HTTP/1.1" 200 593 0.077410 10.0.0.241 - - [2026-06-22 03:06:23] "POST /projects HTTP/1.1" 200 589 0.314804 10.0.0.241 - - [2026-06-22 03:06:23] "POST /access-control-lists HTTP/1.1" 200 600 0.027236 10.0.0.241 - - [2026-06-22 03:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.384767 10.0.0.19 - - [2026-06-22 03:06:24] "GET /project/f89b2b4a-3665-4344-8799-89d2eca62105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.525935 10.0.0.19 - - [2026-06-22 03:06:25] "GET / HTTP/1.1" 200 36215 0.002178 10.0.0.19 - - [2026-06-22 03:06:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000514 10.0.0.19 - - [2026-06-22 03:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.055292 10.0.0.241 - - [2026-06-22 03:06:27] "GET /projects?obj_uuids=f89b2b4a-3665-4344-8799-89d2eca62105&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000898 10.0.0.19 - - [2026-06-22 03:06:27] "GET /project/f89b2b4a-3665-4344-8799-89d2eca62105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.050447 10.0.0.241 - - [2026-06-22 03:06:27] "GET /projects?obj_uuids=f89b2b4a-3665-4344-8799-89d2eca62105&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001082 10.0.0.19 - - [2026-06-22 03:06:27] "POST /neutron/network HTTP/1.1" 200 607 0.158593 10.0.0.241 - - [2026-06-22 03:06:27] "POST /route-targets HTTP/1.1" 200 328 0.017201 10.0.0.19 - - [2026-06-22 03:06:27] "POST /id-to-fqname HTTP/1.1" 200 222 0.003191 10.0.0.19 - - [2026-06-22 03:06:27] "GET /virtual-network/a25b3201-513d-4593-b205-4670c487735a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006862 10.0.0.19 - - [2026-06-22 03:06:27] "POST /neutron/network HTTP/1.1" 200 827 0.007257 10.0.0.19 - - [2026-06-22 03:06:27] "GET /virtual-network/a25b3201-513d-4593-b205-4670c487735a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007324 10.0.0.19 - - [2026-06-22 03:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.241 - - [2026-06-22 03:06:28] "GET /projects?obj_uuids=f89b2b4a-3665-4344-8799-89d2eca62105&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001180 10.0.0.19 - - [2026-06-22 03:06:28] "GET /project/f89b2b4a-3665-4344-8799-89d2eca62105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.038464 10.0.0.19 - - [2026-06-22 03:06:28] "POST /neutron/network HTTP/1.1" 200 117 0.014972 10.0.0.241 - - [2026-06-22 03:06:28] "POST /ref-update HTTP/1.1" 200 156 0.020697 10.0.0.19 - - [2026-06-22 03:06:28] "POST /neutron/network HTTP/1.1" 200 825 0.008591 10.0.0.19 - - [2026-06-22 03:06:28] "POST /id-to-fqname HTTP/1.1" 200 222 0.001752 10.0.0.19 - - [2026-06-22 03:06:28] "GET /virtual-network/9b3b63d1-ad06-4452-817a-1f70a6a91083?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006147 10.0.0.19 - - [2026-06-22 03:06:28] "GET /virtual-network/9b3b63d1-ad06-4452-817a-1f70a6a91083?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007063 10.0.0.19 - - [2026-06-22 03:06:28] "POST /neutron/subnet HTTP/1.1" 200 720 0.012539 10.0.0.19 - - [2026-06-22 03:06:28] "POST /fqname-to-id HTTP/1.1" 404 228 0.003371 10.0.0.19 - - [2026-06-22 03:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.241 - - [2026-06-22 03:06:28] "GET /projects?obj_uuids=f89b2b4a-3665-4344-8799-89d2eca62105&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001067 10.0.0.19 - - [2026-06-22 03:06:28] "GET /project/f89b2b4a-3665-4344-8799-89d2eca62105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.038021 10.0.0.19 - - [2026-06-22 03:06:28] "POST /network-policys HTTP/1.1" 200 573 0.034729 10.0.0.19 - - [2026-06-22 03:06:28] "GET /network-policy/3c11fcee-42e3-46ed-b33d-ef9209ae1973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.005258 10.0.0.19 - - [2026-06-22 03:06:29] "POST /neutron/network HTTP/1.1" 200 929 0.038745 10.0.0.19 - - [2026-06-22 03:06:29] "GET /virtual-network/a25b3201-513d-4593-b205-4670c487735a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005668 10.0.0.19 - - [2026-06-22 03:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.19 - - [2026-06-22 03:06:29] "GET /network-policy/3c11fcee-42e3-46ed-b33d-ef9209ae1973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.009002 10.0.0.241 - - [2026-06-22 03:06:29] "POST /fqname-to-id HTTP/1.1" 404 236 0.004519 10.0.0.19 - - [2026-06-22 03:06:29] "POST /neutron/network HTTP/1.1" 200 927 0.011497 10.0.0.19 - - [2026-06-22 03:06:29] "GET /virtual-network/9b3b63d1-ad06-4452-817a-1f70a6a91083?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.015372 10.0.0.19 - - [2026-06-22 03:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.19 - - [2026-06-22 03:06:29] "GET /network-policy/3c11fcee-42e3-46ed-b33d-ef9209ae1973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.006195 10.0.0.19 - - [2026-06-22 03:06:29] "GET /virtual-network/a25b3201-513d-4593-b205-4670c487735a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.006111 10.0.0.19 - - [2026-06-22 03:06:30] "GET /obj-perms HTTP/1.1" 200 4471 0.057576 10.0.0.19 - - [2026-06-22 03:06:31] "GET /virtual-network/9b3b63d1-ad06-4452-817a-1f70a6a91083?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.007668 10.0.0.19 - - [2026-06-22 03:06:31] "POST /id-to-fqname HTTP/1.1" 200 222 0.001218 10.0.0.241 - - [2026-06-22 03:06:32] "GET /projects?obj_uuids=f89b2b4a-3665-4344-8799-89d2eca62105&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001000 10.0.0.19 - - [2026-06-22 03:06:32] "GET /project/f89b2b4a-3665-4344-8799-89d2eca62105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.077933 10.0.0.19 - - [2026-06-22 03:06:32] "POST /neutron/port HTTP/1.1" 200 117 0.006827 10.0.0.19 - - [2026-06-22 03:06:33] "POST /id-to-fqname HTTP/1.1" 200 222 0.001176 10.0.0.19 - - [2026-06-22 03:06:33] "POST /neutron/network HTTP/1.1" 200 937 0.006657 10.0.0.241 - - [2026-06-22 03:06:33] "GET /projects?obj_uuids=f89b2b4a-3665-4344-8799-89d2eca62105&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001109 10.0.0.19 - - [2026-06-22 03:06:33] "GET /project/f89b2b4a-3665-4344-8799-89d2eca62105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.057952 10.0.0.19 - - [2026-06-22 03:06:34] "POST /neutron/port HTTP/1.1" 200 117 0.007962 10.0.0.241 - - [2026-06-22 03:06:37] "GET /projects?obj_uuids=f89b2b4a-3665-4344-8799-89d2eca62105&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001085 10.0.0.19 - - [2026-06-22 03:06:37] "POST /neutron/port HTTP/1.1" 200 1063 0.277356 10.0.0.19 - - [2026-06-22 03:06:37] "POST /neutron/port HTTP/1.1" 200 1117 0.117923 10.0.0.19 - - [2026-06-22 03:06:38] "POST /neutron/port HTTP/1.1" 200 1127 0.031780 10.0.0.19 - - [2026-06-22 03:06:38] "POST /neutron/port HTTP/1.1" 200 1061 0.036043 10.0.0.19 - - [2026-06-22 03:06:38] "POST /neutron/port HTTP/1.1" 200 1061 0.014535 10.0.0.19 - - [2026-06-22 03:06:39] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009242 10.0.0.19 - - [2026-06-22 03:06:40] "POST /neutron/subnet HTTP/1.1" 200 694 0.010887 10.0.0.19 - - [2026-06-22 03:06:44] "POST /neutron/port HTTP/1.1" 200 1127 0.017261 10.0.0.19 - - [2026-06-22 03:06:44] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007900 10.0.0.19 - - [2026-06-22 03:06:44] "GET /virtual-machine/c7596eb3-9c42-40f5-a318-38c287453cb0 HTTP/1.1" 401 292 0.000462 10.0.0.19 - - [2026-06-22 03:06:45] "GET /virtual-machine/c7596eb3-9c42-40f5-a318-38c287453cb0 HTTP/1.1" 200 1297 0.032355 10.0.0.19 - - [2026-06-22 03:06:45] "GET /virtual-machine-interface/fd87b2f3-3d29-4d67-9c82-bfcf0c9d3fb7 HTTP/1.1" 200 2959 0.007535 10.0.0.19 - - [2026-06-22 03:06:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.19 - - [2026-06-22 03:06:45] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004626 10.0.0.19 - - [2026-06-22 03:06:45] "GET /virtual-networks?parent_id=f89b2b4a-3665-4344-8799-89d2eca62105&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003711 10.0.0.19 - - [2026-06-22 03:06:45] "GET /virtual-network/a25b3201-513d-4593-b205-4670c487735a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005156 10.0.0.19 - - [2026-06-22 03:06:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.19 - - [2026-06-22 03:06:48] "GET /virtual-network/a25b3201-513d-4593-b205-4670c487735a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005506 10.0.0.19 - - [2026-06-22 03:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.19 - - [2026-06-22 03:06:52] "GET /virtual-network/a25b3201-513d-4593-b205-4670c487735a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.006055 10.0.0.19 - - [2026-06-22 03:06:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005429 10.0.0.19 - - [2026-06-22 03:06:56] "GET /virtual-network/a25b3201-513d-4593-b205-4670c487735a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005550 10.0.0.19 - - [2026-06-22 03:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.19 - - [2026-06-22 03:07:00] "GET /virtual-network/a25b3201-513d-4593-b205-4670c487735a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005627 10.0.0.241 - - [2026-06-22 03:07:02] "DELETE /project/f89b2b4a36654344879989d2eca62105 HTTP/1.1" 404 173 0.007163 10.0.0.241 - - [2026-06-22 03:07:02] "GET /projects?obj_uuids=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000975 10.0.0.241 - - [2026-06-22 03:07:02] "GET /project/7d4c6e99-0728-4748-a914-33e5a40a77fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.049058 10.0.0.241 - - [2026-06-22 03:07:02] "GET /projects?obj_uuids=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000997 10.0.0.241 - - [2026-06-22 03:07:02] "GET /project/7d4c6e99-0728-4748-a914-33e5a40a77fa?fields=security_groups HTTP/1.1" 200 1381 0.040146 10.0.0.241 - - [2026-06-22 03:07:02] "DELETE /security-group/1036de68-5a59-402c-9134-83f17a141c4f HTTP/1.1" 200 115 0.059798 10.0.0.241 - - [2026-06-22 03:07:02] "GET /projects?obj_uuids=7d4c6e99-0728-4748-a914-33e5a40a77fa&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000998 10.0.0.241 - - [2026-06-22 03:07:02] "DELETE /access-control-list/5899443a-cd35-4154-812e-6b8c2720fdec HTTP/1.1" 200 115 0.050897 10.0.0.241 - - [2026-06-22 03:07:02] "GET /project/7d4c6e99-0728-4748-a914-33e5a40a77fa?fields=application_policy_sets HTTP/1.1" 200 1420 0.054569 10.0.0.241 - - [2026-06-22 03:07:02] "DELETE /project/7d4c6e99-0728-4748-a914-33e5a40a77fa HTTP/1.1" 200 115 0.403519 10.0.0.19 - - [2026-06-22 03:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.19 - - [2026-06-22 03:07:04] "GET /virtual-network/a25b3201-513d-4593-b205-4670c487735a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005337 10.0.0.19 - - [2026-06-22 03:07:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.19 - - [2026-06-22 03:07:08] "GET /virtual-network/a25b3201-513d-4593-b205-4670c487735a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.006868 10.0.0.19 - - [2026-06-22 03:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.19 - - [2026-06-22 03:07:10] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003674 10.0.0.19 - - [2026-06-22 03:07:10] "GET /virtual-networks?parent_id=f89b2b4a-3665-4344-8799-89d2eca62105&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.006905 10.0.0.19 - - [2026-06-22 03:07:10] "GET /virtual-network/a25b3201-513d-4593-b205-4670c487735a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.006143 10.0.0.19 - - [2026-06-22 03:07:10] "POST /neutron/port HTTP/1.1" 200 1127 0.022819 10.0.0.19 - - [2026-06-22 03:07:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.023509 10.0.0.19 - - [2026-06-22 03:07:16] "POST /neutron/port HTTP/1.1" 200 1127 0.021054 10.0.0.129 - - [2026-06-22 03:07:20] "GET /obj-perms HTTP/1.1" 200 4493 0.036894 10.0.0.19 - - [2026-06-22 03:07:21] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009624 10.0.0.19 - - [2026-06-22 03:07:21] "POST /neutron/port HTTP/1.1" 200 1125 0.024675 10.0.0.19 - - [2026-06-22 03:07:21] "GET /virtual-machine/acb53012-e320-4457-8fc4-39e038b25099 HTTP/1.1" 200 1297 0.007754 10.0.0.19 - - [2026-06-22 03:07:21] "GET /virtual-machine-interface/cd075112-57fc-49d3-8e82-35cc9b2d61bf HTTP/1.1" 200 2959 0.006492 10.0.0.19 - - [2026-06-22 03:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.19 - - [2026-06-22 03:07:21] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004520 10.0.0.19 - - [2026-06-22 03:07:21] "GET /virtual-networks?parent_id=f89b2b4a-3665-4344-8799-89d2eca62105&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003366 10.0.0.19 - - [2026-06-22 03:07:21] "GET /virtual-network/9b3b63d1-ad06-4452-817a-1f70a6a91083?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005990 10.0.0.19 - - [2026-06-22 03:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004005 10.0.0.19 - - [2026-06-22 03:07:22] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003966 10.0.0.19 - - [2026-06-22 03:07:22] "GET /virtual-networks?parent_id=f89b2b4a-3665-4344-8799-89d2eca62105&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003079 10.0.0.19 - - [2026-06-22 03:07:22] "GET /virtual-network/9b3b63d1-ad06-4452-817a-1f70a6a91083?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006431 10.0.0.19 - - [2026-06-22 03:07:27] "POST /neutron/port HTTP/1.1" 200 1127 0.018556 10.0.0.19 - - [2026-06-22 03:07:28] "POST /neutron/subnet HTTP/1.1" 200 704 0.010697 10.0.0.19 - - [2026-06-22 03:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.241 - - [2026-06-22 03:07:31] "GET /projects?obj_uuids=f89b2b4a-3665-4344-8799-89d2eca62105&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001046 10.0.0.19 - - [2026-06-22 03:07:31] "GET /project/f89b2b4a-3665-4344-8799-89d2eca62105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.046419 10.0.0.19 - - [2026-06-22 03:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.007879 10.0.0.19 - - [2026-06-22 03:07:31] "PUT /network-policy/3c11fcee-42e3-46ed-b33d-ef9209ae1973 HTTP/1.1" 200 263 0.014588 10.0.0.241 - - [2026-06-22 03:07:32] "POST /ref-update HTTP/1.1" 200 156 0.028278 10.0.0.19 - - [2026-06-22 03:07:34] "GET /virtual-network/9b3b63d1-ad06-4452-817a-1f70a6a91083?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006522 10.0.0.19 - - [2026-06-22 03:07:34] "POST /neutron/network HTTP/1.1" 200 927 0.006761 10.0.0.241 - - [2026-06-22 03:07:35] "DELETE /access-control-list/b67173ad-312e-4195-b774-0f1017927e9d HTTP/1.1" 200 115 0.051317 10.0.0.19 - - [2026-06-22 03:07:35] "GET /virtual-network/9b3b63d1-ad06-4452-817a-1f70a6a91083?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.013571 10.0.0.19 - - [2026-06-22 03:07:35] "GET /virtual-network/a25b3201-513d-4593-b205-4670c487735a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005756 10.0.0.19 - - [2026-06-22 03:07:35] "POST /neutron/network HTTP/1.1" 200 929 0.008271 10.0.0.19 - - [2026-06-22 03:07:35] "GET /virtual-network/a25b3201-513d-4593-b205-4670c487735a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.011525 10.0.0.19 - - [2026-06-22 03:07:35] "DELETE /network-policy/3c11fcee-42e3-46ed-b33d-ef9209ae1973 HTTP/1.1" 200 115 0.041479 10.0.0.19 - - [2026-06-22 03:07:35] "POST /neutron/network HTTP/1.1" 200 825 0.007369 10.0.0.19 - - [2026-06-22 03:07:36] "POST /neutron/port HTTP/1.1" 200 1115 0.015778 10.0.0.19 - - [2026-06-22 03:07:36] "POST /neutron/port HTTP/1.1" 200 1117 0.027706 10.0.0.241 - - [2026-06-22 03:07:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003636 10.0.0.241 - - [2026-06-22 03:07:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003108 10.0.0.19 - - [2026-06-22 03:07:37] "POST /neutron/network HTTP/1.1" 200 151 0.130795 10.0.0.241 - - [2026-06-22 03:07:37] "DELETE /route-target/36517a6c-f778-48aa-ab1c-36447a94d82b HTTP/1.1" 200 115 0.031583 10.0.0.241 - - [2026-06-22 03:07:39] "GET /projects?obj_uuids=f89b2b4a-3665-4344-8799-89d2eca62105&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001288 10.0.0.19 - - [2026-06-22 03:07:39] "GET /project/f89b2b4a-3665-4344-8799-89d2eca62105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.041707 10.0.0.241 - - [2026-06-22 03:07:39] "GET /projects?obj_uuids=f89b2b4a-3665-4344-8799-89d2eca62105&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001148 10.0.0.19 - - [2026-06-22 03:07:39] "GET /project/f89b2b4a-3665-4344-8799-89d2eca62105?fields=virtual_networks HTTP/1.1" 200 1038 0.039529 10.0.0.241 - - [2026-06-22 03:07:39] "GET /projects?obj_uuids=f89b2b4a-3665-4344-8799-89d2eca62105&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001421 10.0.0.19 - - [2026-06-22 03:07:39] "GET /project/f89b2b4a-3665-4344-8799-89d2eca62105?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.061012 10.0.0.241 - - [2026-06-22 03:07:39] "GET /projects?obj_uuids=f89b2b4a-3665-4344-8799-89d2eca62105&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001175 10.0.0.19 - - [2026-06-22 03:07:39] "GET /project/f89b2b4a-3665-4344-8799-89d2eca62105?fields=security_groups HTTP/1.1" 200 1267 0.050038 10.0.0.19 - - [2026-06-22 03:07:40] "POST /neutron/port HTTP/1.1" 200 117 0.006390 10.0.0.19 - - [2026-06-22 03:07:40] "POST /fqname-to-id HTTP/1.1" 404 200 0.033852 10.0.0.241 - - [2026-06-22 03:07:40] "GET /projects?obj_uuids=cb50271b-c846-4f9e-8dbb-45d6c52ee1ac&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003887 10.0.0.241 - - [2026-06-22 03:07:40] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001045 10.0.0.241 - - [2026-06-22 03:07:40] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008032 10.0.0.241 - - [2026-06-22 03:07:40] "POST /id-to-fqname HTTP/1.1" 200 202 0.006201 10.0.0.241 - - [2026-06-22 03:07:40] "POST /fqname-to-id HTTP/1.1" 404 211 0.023491 10.0.0.241 - - [2026-06-22 03:07:40] "POST /security-groups HTTP/1.1" 200 603 0.031216 10.0.0.241 - - [2026-06-22 03:07:40] "POST /fqname-to-id HTTP/1.1" 404 246 0.003620 10.0.0.241 - - [2026-06-22 03:07:40] "POST /projects HTTP/1.1" 200 609 0.277050 10.0.0.241 - - [2026-06-22 03:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.359237 10.0.0.241 - - [2026-06-22 03:07:41] "POST /access-control-lists HTTP/1.1" 200 608 0.035510 10.0.0.19 - - [2026-06-22 03:07:41] "GET /project/cb50271b-c846-4f9e-8dbb-45d6c52ee1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.498416 10.0.0.19 - - [2026-06-22 03:07:41] "POST /neutron/network HTTP/1.1" 200 117 0.009635 10.0.0.19 - - [2026-06-22 03:07:42] "GET / HTTP/1.1" 200 36215 0.002743 10.0.0.19 - - [2026-06-22 03:07:45] "GET /project/cb50271b-c846-4f9e-8dbb-45d6c52ee1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000570 10.0.0.241 - - [2026-06-22 03:07:46] "GET /projects?obj_uuids=cb50271b-c846-4f9e-8dbb-45d6c52ee1ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001021 10.0.0.19 - - [2026-06-22 03:07:46] "GET /project/cb50271b-c846-4f9e-8dbb-45d6c52ee1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.096294 10.0.0.19 - - [2026-06-22 03:07:46] "GET / HTTP/1.1" 200 36215 0.001488 10.0.0.19 - - [2026-06-22 03:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.241 - - [2026-06-22 03:07:47] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000883 10.0.0.19 - - [2026-06-22 03:07:47] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.007126 10.0.0.19 - - [2026-06-22 03:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006248 10.0.0.241 - - [2026-06-22 03:07:47] "GET /projects?obj_uuids=cb50271b-c846-4f9e-8dbb-45d6c52ee1ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000890 10.0.0.19 - - [2026-06-22 03:07:47] "GET /project/cb50271b-c846-4f9e-8dbb-45d6c52ee1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.040158 10.0.0.19 - - [2026-06-22 03:07:48] "GET /domains HTTP/1.1" 401 292 0.000383 10.0.0.19 - - [2026-06-22 03:07:48] "GET /domains HTTP/1.1" 200 281 0.021587 10.0.0.241 - - [2026-06-22 03:07:48] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001233 10.0.0.19 - - [2026-06-22 03:07:48] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75 HTTP/1.1" 200 2980 0.009954 10.0.0.241 - - [2026-06-22 03:07:48] "GET /projects?obj_uuids=cb50271b-c846-4f9e-8dbb-45d6c52ee1ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000896 10.0.0.19 - - [2026-06-22 03:07:48] "GET /project/cb50271b-c846-4f9e-8dbb-45d6c52ee1ac HTTP/1.1" 200 1930 0.089324 10.0.0.19 - - [2026-06-22 03:07:48] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003764 10.0.0.19 - - [2026-06-22 03:07:48] "POST /network-ipams HTTP/1.1" 200 623 0.032184 10.0.0.19 - - [2026-06-22 03:07:49] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 813 0.003104 10.0.0.19 - - [2026-06-22 03:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.19 - - [2026-06-22 03:07:49] "GET /network-ipam/3bb926cb-21ad-4850-9db3-0736f4dba300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.006108 10.0.0.19 - - [2026-06-22 03:07:49] "PUT /network-ipam/3bb926cb-21ad-4850-9db3-0736f4dba300 HTTP/1.1" 200 259 0.014436 10.0.0.19 - - [2026-06-22 03:07:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000471 10.0.0.19 - - [2026-06-22 03:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.024291 10.0.0.241 - - [2026-06-22 03:07:49] "GET /projects?obj_uuids=cb50271b-c846-4f9e-8dbb-45d6c52ee1ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001011 10.0.0.19 - - [2026-06-22 03:07:49] "GET /project/cb50271b-c846-4f9e-8dbb-45d6c52ee1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.054073 10.0.0.241 - - [2026-06-22 03:07:50] "POST /useragent-kv HTTP/1.1" 200 115 0.010337 10.0.0.19 - - [2026-06-22 03:07:50] "POST /neutron/subnet HTTP/1.1" 200 701 0.224286 10.0.0.241 - - [2026-06-22 03:07:50] "POST /fqname-to-id HTTP/1.1" 404 207 0.032452 10.0.0.19 - - [2026-06-22 03:07:50] "POST /neutron/network HTTP/1.1" 200 1336 0.013460 10.0.0.19 - - [2026-06-22 03:07:50] "POST /id-to-fqname HTTP/1.1" 200 235 0.001090 10.0.0.19 - - [2026-06-22 03:07:50] "GET /virtual-network/c97e3509-a531-4428-98fc-a3b59f8f625f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.007211 10.0.0.19 - - [2026-06-22 03:07:50] "GET /virtual-network/c97e3509-a531-4428-98fc-a3b59f8f625f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005706 10.0.0.19 - - [2026-06-22 03:07:50] "POST /neutron/subnet HTTP/1.1" 200 701 0.014226 10.0.0.19 - - [2026-06-22 03:07:51] "GET /virtual-network/c97e3509-a531-4428-98fc-a3b59f8f625f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005523 10.0.0.19 - - [2026-06-22 03:07:52] "GET /obj-perms HTTP/1.1" 200 4456 0.050181 10.0.0.241 - - [2026-06-22 03:07:53] "GET /obj-perms HTTP/1.1" 200 4456 0.067453 10.0.0.19 - - [2026-06-22 03:07:53] "POST /fqname-to-id HTTP/1.1" 404 229 0.003494 10.0.0.19 - - [2026-06-22 03:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.241 - - [2026-06-22 03:07:53] "GET /projects?obj_uuids=cb50271b-c846-4f9e-8dbb-45d6c52ee1ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001018 10.0.0.19 - - [2026-06-22 03:07:53] "GET /project/cb50271b-c846-4f9e-8dbb-45d6c52ee1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.042281 10.0.0.19 - - [2026-06-22 03:07:53] "POST /network-policys HTTP/1.1" 200 565 0.044084 10.0.0.19 - - [2026-06-22 03:07:53] "GET /network-policy/66543af1-f0af-48cf-8892-b67376c4da46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006364 10.0.0.19 - - [2026-06-22 03:07:53] "POST /fqname-to-id HTTP/1.1" 404 229 0.003367 10.0.0.19 - - [2026-06-22 03:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.241 - - [2026-06-22 03:07:53] "GET /projects?obj_uuids=cb50271b-c846-4f9e-8dbb-45d6c52ee1ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001202 10.0.0.19 - - [2026-06-22 03:07:53] "GET /project/cb50271b-c846-4f9e-8dbb-45d6c52ee1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.036360 10.0.0.19 - - [2026-06-22 03:07:53] "POST /network-policys HTTP/1.1" 200 565 0.029571 10.0.0.19 - - [2026-06-22 03:07:53] "GET /network-policy/6ccee1bc-b761-435e-b462-26668123bdd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8882 0.006969 10.0.0.19 - - [2026-06-22 03:07:53] "POST /fqname-to-id HTTP/1.1" 404 229 0.003788 10.0.0.19 - - [2026-06-22 03:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.241 - - [2026-06-22 03:07:53] "GET /projects?obj_uuids=cb50271b-c846-4f9e-8dbb-45d6c52ee1ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000939 10.0.0.19 - - [2026-06-22 03:07:53] "GET /project/cb50271b-c846-4f9e-8dbb-45d6c52ee1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.046434 10.0.0.19 - - [2026-06-22 03:07:54] "POST /network-policys HTTP/1.1" 200 565 0.034251 10.0.0.19 - - [2026-06-22 03:07:54] "GET /network-policy/d479d90c-53ec-44aa-81c4-49826f05ec35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.006177 10.0.0.19 - - [2026-06-22 03:07:54] "POST /fqname-to-id HTTP/1.1" 404 229 0.004464 10.0.0.19 - - [2026-06-22 03:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.241 - - [2026-06-22 03:07:54] "GET /projects?obj_uuids=cb50271b-c846-4f9e-8dbb-45d6c52ee1ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001628 10.0.0.19 - - [2026-06-22 03:07:54] "GET /project/cb50271b-c846-4f9e-8dbb-45d6c52ee1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.043061 10.0.0.19 - - [2026-06-22 03:07:54] "POST /network-policys HTTP/1.1" 200 565 0.031470 10.0.0.19 - - [2026-06-22 03:07:54] "GET /network-policy/392e8d42-3461-4711-95b4-854800078e1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.007198 10.0.0.19 - - [2026-06-22 03:07:54] "POST /fqname-to-id HTTP/1.1" 404 229 0.003177 10.0.0.19 - - [2026-06-22 03:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.241 - - [2026-06-22 03:07:54] "GET /projects?obj_uuids=cb50271b-c846-4f9e-8dbb-45d6c52ee1ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001208 10.0.0.19 - - [2026-06-22 03:07:54] "GET /project/cb50271b-c846-4f9e-8dbb-45d6c52ee1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.039246 10.0.0.19 - - [2026-06-22 03:07:54] "POST /network-policys HTTP/1.1" 200 565 0.028941 10.0.0.19 - - [2026-06-22 03:07:54] "GET /network-policy/17d3af65-a2ac-4bcb-bb82-d01be3d43be0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.007986 10.0.0.19 - - [2026-06-22 03:07:54] "POST /fqname-to-id HTTP/1.1" 404 229 0.004633 10.0.0.19 - - [2026-06-22 03:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.241 - - [2026-06-22 03:07:55] "GET /projects?obj_uuids=cb50271b-c846-4f9e-8dbb-45d6c52ee1ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000954 10.0.0.19 - - [2026-06-22 03:07:55] "GET /project/cb50271b-c846-4f9e-8dbb-45d6c52ee1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.043687 10.0.0.19 - - [2026-06-22 03:07:55] "POST /network-policys HTTP/1.1" 200 565 0.030192 10.0.0.19 - - [2026-06-22 03:07:55] "GET /network-policy/e3ae59f3-53f1-425f-810b-e25e8bf93e6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.008632 10.0.0.19 - - [2026-06-22 03:07:55] "POST /fqname-to-id HTTP/1.1" 404 229 0.003421 10.0.0.19 - - [2026-06-22 03:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.241 - - [2026-06-22 03:07:55] "GET /projects?obj_uuids=cb50271b-c846-4f9e-8dbb-45d6c52ee1ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001285 10.0.0.19 - - [2026-06-22 03:07:55] "GET /project/cb50271b-c846-4f9e-8dbb-45d6c52ee1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.039567 10.0.0.19 - - [2026-06-22 03:07:55] "POST /network-policys HTTP/1.1" 200 565 0.029809 10.0.0.19 - - [2026-06-22 03:07:55] "GET /network-policy/11570a20-699c-455a-97f8-68eb88620d51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.006476 10.0.0.19 - - [2026-06-22 03:07:55] "POST /fqname-to-id HTTP/1.1" 404 229 0.003486 10.0.0.19 - - [2026-06-22 03:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.241 - - [2026-06-22 03:07:55] "GET /projects?obj_uuids=cb50271b-c846-4f9e-8dbb-45d6c52ee1ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001319 10.0.0.19 - - [2026-06-22 03:07:55] "GET /project/cb50271b-c846-4f9e-8dbb-45d6c52ee1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.043560 10.0.0.19 - - [2026-06-22 03:07:55] "POST /network-policys HTTP/1.1" 200 565 0.028964 10.0.0.19 - - [2026-06-22 03:07:55] "GET /network-policy/cb235612-d1b8-4d5e-9b6f-43e5664a385b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.006916 10.0.0.19 - - [2026-06-22 03:07:56] "POST /fqname-to-id HTTP/1.1" 404 229 0.003280 10.0.0.19 - - [2026-06-22 03:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.241 - - [2026-06-22 03:07:56] "GET /projects?obj_uuids=cb50271b-c846-4f9e-8dbb-45d6c52ee1ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001342 10.0.0.19 - - [2026-06-22 03:07:56] "GET /project/cb50271b-c846-4f9e-8dbb-45d6c52ee1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.044242 10.0.0.19 - - [2026-06-22 03:07:56] "POST /network-policys HTTP/1.1" 200 565 0.030014 10.0.0.19 - - [2026-06-22 03:07:56] "GET /network-policy/5ad99f97-47bb-4f97-bdc3-c64a8af6c945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.006177 10.0.0.19 - - [2026-06-22 03:07:56] "POST /fqname-to-id HTTP/1.1" 404 229 0.003342 10.0.0.19 - - [2026-06-22 03:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.241 - - [2026-06-22 03:07:56] "GET /projects?obj_uuids=cb50271b-c846-4f9e-8dbb-45d6c52ee1ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001101 10.0.0.19 - - [2026-06-22 03:07:56] "GET /project/cb50271b-c846-4f9e-8dbb-45d6c52ee1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.036984 10.0.0.19 - - [2026-06-22 03:07:56] "POST /network-policys HTTP/1.1" 200 565 0.028875 10.0.0.19 - - [2026-06-22 03:07:56] "GET /network-policy/b833c6bb-511b-485d-8f70-f4e2892c85e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.006435 10.0.0.19 - - [2026-06-22 03:07:56] "POST /neutron/network HTTP/1.1" 200 1336 0.010854 10.0.0.241 - - [2026-06-22 03:07:57] "POST /fqname-to-id HTTP/1.1" 404 252 0.004904 10.0.0.19 - - [2026-06-22 03:07:57] "GET /virtual-network/c97e3509-a531-4428-98fc-a3b59f8f625f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.039092 10.0.0.19 - - [2026-06-22 03:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.19 - - [2026-06-22 03:07:57] "GET /network-policy/11570a20-699c-455a-97f8-68eb88620d51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004300 10.0.0.19 - - [2026-06-22 03:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.19 - - [2026-06-22 03:07:57] "GET /network-policy/17d3af65-a2ac-4bcb-bb82-d01be3d43be0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005293 10.0.0.19 - - [2026-06-22 03:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.19 - - [2026-06-22 03:07:57] "GET /network-policy/392e8d42-3461-4711-95b4-854800078e1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004626 10.0.0.19 - - [2026-06-22 03:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004284 10.0.0.19 - - [2026-06-22 03:07:57] "GET /network-policy/5ad99f97-47bb-4f97-bdc3-c64a8af6c945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005456 10.0.0.19 - - [2026-06-22 03:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.19 - - [2026-06-22 03:07:57] "GET /network-policy/66543af1-f0af-48cf-8892-b67376c4da46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004350 10.0.0.19 - - [2026-06-22 03:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.19 - - [2026-06-22 03:07:57] "GET /network-policy/6ccee1bc-b761-435e-b462-26668123bdd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8882 0.004544 10.0.0.19 - - [2026-06-22 03:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.19 - - [2026-06-22 03:07:57] "GET /network-policy/b833c6bb-511b-485d-8f70-f4e2892c85e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.005004 10.0.0.19 - - [2026-06-22 03:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.19 - - [2026-06-22 03:07:57] "GET /network-policy/cb235612-d1b8-4d5e-9b6f-43e5664a385b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004447 10.0.0.19 - - [2026-06-22 03:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.19 - - [2026-06-22 03:07:57] "GET /network-policy/d479d90c-53ec-44aa-81c4-49826f05ec35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004551 10.0.0.19 - - [2026-06-22 03:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.19 - - [2026-06-22 03:07:57] "GET /network-policy/e3ae59f3-53f1-425f-810b-e25e8bf93e6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004730 10.0.0.19 - - [2026-06-22 03:07:57] "POST /id-to-fqname HTTP/1.1" 200 235 0.001245 10.0.0.19 - - [2026-06-22 03:07:57] "POST /neutron/network HTTP/1.1" 200 2259 0.009058 10.0.0.241 - - [2026-06-22 03:07:58] "GET /projects?obj_uuids=cb50271b-c846-4f9e-8dbb-45d6c52ee1ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000994 10.0.0.19 - - [2026-06-22 03:07:58] "GET /project/cb50271b-c846-4f9e-8dbb-45d6c52ee1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.062416 10.0.0.19 - - [2026-06-22 03:07:58] "POST /neutron/port HTTP/1.1" 200 117 0.006312 10.0.0.241 - - [2026-06-22 03:08:02] "DELETE /project/cb50271bc8464f9e8dbb45d6c52ee1ac HTTP/1.1" 404 173 0.007171 10.0.0.241 - - [2026-06-22 03:08:02] "GET /projects?obj_uuids=f89b2b4a-3665-4344-8799-89d2eca62105&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001086 10.0.0.241 - - [2026-06-22 03:08:02] "GET /project/f89b2b4a-3665-4344-8799-89d2eca62105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.044780 10.0.0.241 - - [2026-06-22 03:08:02] "GET /projects?obj_uuids=f89b2b4a-3665-4344-8799-89d2eca62105&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001007 10.0.0.241 - - [2026-06-22 03:08:02] "GET /project/f89b2b4a-3665-4344-8799-89d2eca62105?fields=security_groups HTTP/1.1" 200 1369 0.041089 10.0.0.241 - - [2026-06-22 03:08:02] "DELETE /security-group/a216acc1-025c-4a19-830b-df9ff010a92f HTTP/1.1" 200 115 0.057501 10.0.0.241 - - [2026-06-22 03:08:02] "GET /projects?obj_uuids=f89b2b4a-3665-4344-8799-89d2eca62105&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001235 10.0.0.241 - - [2026-06-22 03:08:02] "GET /project/f89b2b4a-3665-4344-8799-89d2eca62105?fields=application_policy_sets HTTP/1.1" 200 1408 0.073618 10.0.0.241 - - [2026-06-22 03:08:02] "DELETE /access-control-list/c85b4bfc-944e-409b-b067-16759151b866 HTTP/1.1" 200 115 0.054048 10.0.0.241 - - [2026-06-22 03:08:03] "GET /projects?obj_uuids=cb50271b-c846-4f9e-8dbb-45d6c52ee1ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001818 10.0.0.241 - - [2026-06-22 03:08:03] "DELETE /project/f89b2b4a-3665-4344-8799-89d2eca62105 HTTP/1.1" 200 115 0.439565 10.0.0.19 - - [2026-06-22 03:08:03] "POST /neutron/port HTTP/1.1" 200 1173 0.421640 10.0.0.19 - - [2026-06-22 03:08:03] "POST /neutron/port HTTP/1.1" 200 1227 0.113153 10.0.0.19 - - [2026-06-22 03:08:04] "POST /neutron/port HTTP/1.1" 200 1237 0.020432 10.0.0.19 - - [2026-06-22 03:08:04] "POST /neutron/subnet HTTP/1.1" 200 1356 0.014603 10.0.0.19 - - [2026-06-22 03:08:04] "POST /neutron/network HTTP/1.1" 200 2249 0.011881 10.0.0.19 - - [2026-06-22 03:08:14] "POST /neutron/port HTTP/1.1" 200 1237 0.018929 10.0.0.19 - - [2026-06-22 03:08:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007161 10.0.0.19 - - [2026-06-22 03:08:14] "GET /virtual-machine/04677e4e-6411-4d14-a2c5-06a028cd6dbb HTTP/1.1" 401 292 0.000396 10.0.0.19 - - [2026-06-22 03:08:14] "GET /virtual-machine/04677e4e-6411-4d14-a2c5-06a028cd6dbb HTTP/1.1" 200 1305 0.027267 10.0.0.19 - - [2026-06-22 03:08:14] "GET /virtual-machine-interface/e3141fc3-502b-43f0-a1a4-9cf4abc3d361 HTTP/1.1" 200 3178 0.005471 10.0.0.19 - - [2026-06-22 03:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.19 - - [2026-06-22 03:08:14] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003451 10.0.0.19 - - [2026-06-22 03:08:14] "GET /virtual-networks?parent_id=cb50271b-c846-4f9e-8dbb-45d6c52ee1ac&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.003169 10.0.0.19 - - [2026-06-22 03:08:14] "GET /virtual-network/c97e3509-a531-4428-98fc-a3b59f8f625f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.006207 10.0.0.19 - - [2026-06-22 03:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.19 - - [2026-06-22 03:08:17] "GET /virtual-network/c97e3509-a531-4428-98fc-a3b59f8f625f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.005313 10.0.0.19 - - [2026-06-22 03:08:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.19 - - [2026-06-22 03:08:22] "GET /virtual-network/c97e3509-a531-4428-98fc-a3b59f8f625f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.006127 10.0.0.19 - - [2026-06-22 03:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.19 - - [2026-06-22 03:08:26] "GET /virtual-network/c97e3509-a531-4428-98fc-a3b59f8f625f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.005415 10.0.0.19 - - [2026-06-22 03:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.19 - - [2026-06-22 03:08:30] "GET /virtual-network/c97e3509-a531-4428-98fc-a3b59f8f625f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.005404 10.0.0.19 - - [2026-06-22 03:08:31] "POST /neutron/port HTTP/1.1" 200 1237 0.024192 10.0.0.19 - - [2026-06-22 03:08:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004154 10.0.0.19 - - [2026-06-22 03:08:33] "POST /neutron/port HTTP/1.1" 200 117 0.001040 10.0.0.19 - - [2026-06-22 03:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.19 - - [2026-06-22 03:08:34] "GET /virtual-network/c97e3509-a531-4428-98fc-a3b59f8f625f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.005886 10.0.0.19 - - [2026-06-22 03:08:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.19 - - [2026-06-22 03:08:36] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004096 10.0.0.19 - - [2026-06-22 03:08:36] "GET /virtual-networks?parent_id=cb50271b-c846-4f9e-8dbb-45d6c52ee1ac&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.003783 10.0.0.19 - - [2026-06-22 03:08:36] "GET /virtual-network/c97e3509-a531-4428-98fc-a3b59f8f625f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.005946 10.0.0.19 - - [2026-06-22 03:08:36] "POST /neutron/port HTTP/1.1" 200 1237 0.019178 10.0.0.19 - - [2026-06-22 03:08:37] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007435 10.0.0.19 - - [2026-06-22 03:08:47] "POST /neutron/port HTTP/1.1" 200 1237 0.018945 10.0.0.19 - - [2026-06-22 03:08:47] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008420 10.0.0.19 - - [2026-06-22 03:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.19 - - [2026-06-22 03:08:47] "GET /network-policy/66543af1-f0af-48cf-8892-b67376c4da46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004391 10.0.0.19 - - [2026-06-22 03:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.19 - - [2026-06-22 03:08:47] "GET /network-policy/6ccee1bc-b761-435e-b462-26668123bdd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8882 0.004833 10.0.0.19 - - [2026-06-22 03:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.19 - - [2026-06-22 03:08:47] "GET /network-policy/d479d90c-53ec-44aa-81c4-49826f05ec35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004388 10.0.0.19 - - [2026-06-22 03:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.19 - - [2026-06-22 03:08:47] "GET /network-policy/392e8d42-3461-4711-95b4-854800078e1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004754 10.0.0.19 - - [2026-06-22 03:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.19 - - [2026-06-22 03:08:47] "GET /network-policy/17d3af65-a2ac-4bcb-bb82-d01be3d43be0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005453 10.0.0.19 - - [2026-06-22 03:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.19 - - [2026-06-22 03:08:47] "GET /network-policy/e3ae59f3-53f1-425f-810b-e25e8bf93e6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.007123 10.0.0.19 - - [2026-06-22 03:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.19 - - [2026-06-22 03:08:47] "GET /network-policy/11570a20-699c-455a-97f8-68eb88620d51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004257 10.0.0.19 - - [2026-06-22 03:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.19 - - [2026-06-22 03:08:47] "GET /network-policy/cb235612-d1b8-4d5e-9b6f-43e5664a385b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004404 10.0.0.19 - - [2026-06-22 03:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.19 - - [2026-06-22 03:08:47] "GET /network-policy/5ad99f97-47bb-4f97-bdc3-c64a8af6c945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005956 10.0.0.19 - - [2026-06-22 03:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.19 - - [2026-06-22 03:08:47] "GET /network-policy/b833c6bb-511b-485d-8f70-f4e2892c85e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004261 10.0.0.19 - - [2026-06-22 03:08:48] "POST /neutron/network HTTP/1.1" 200 1439 0.038900 10.0.0.19 - - [2026-06-22 03:08:48] "GET /virtual-network/c97e3509-a531-4428-98fc-a3b59f8f625f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.005955 10.0.0.19 - - [2026-06-22 03:08:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005705 10.0.0.19 - - [2026-06-22 03:08:48] "GET /network-policy/66543af1-f0af-48cf-8892-b67376c4da46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004122 10.0.0.241 - - [2026-06-22 03:08:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.009917 10.0.0.19 - - [2026-06-22 03:08:53] "POST /neutron/network HTTP/1.1" 200 1439 0.014489 10.0.0.19 - - [2026-06-22 03:08:53] "GET /virtual-network/c97e3509-a531-4428-98fc-a3b59f8f625f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.005737 10.0.0.19 - - [2026-06-22 03:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.19 - - [2026-06-22 03:08:53] "GET /network-policy/6ccee1bc-b761-435e-b462-26668123bdd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8882 0.004332 10.0.0.241 - - [2026-06-22 03:08:58] "PUT /access-control-list/b7b5df95-ffe8-44b5-9192-87c58abc2ade HTTP/1.1" 200 273 0.046758 10.0.0.19 - - [2026-06-22 03:08:58] "POST /neutron/network HTTP/1.1" 200 1439 0.019711 10.0.0.19 - - [2026-06-22 03:08:58] "GET /virtual-network/c97e3509-a531-4428-98fc-a3b59f8f625f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.006176 10.0.0.19 - - [2026-06-22 03:08:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004380 10.0.0.19 - - [2026-06-22 03:08:58] "GET /network-policy/d479d90c-53ec-44aa-81c4-49826f05ec35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004726 10.0.0.19 - - [2026-06-22 03:09:03] "POST /neutron/network HTTP/1.1" 200 1439 0.017434 10.0.0.19 - - [2026-06-22 03:09:03] "GET /virtual-network/c97e3509-a531-4428-98fc-a3b59f8f625f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.006329 10.0.0.19 - - [2026-06-22 03:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.19 - - [2026-06-22 03:09:04] "GET /network-policy/392e8d42-3461-4711-95b4-854800078e1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004065 10.0.0.241 - - [2026-06-22 03:09:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.004103 10.0.0.19 - - [2026-06-22 03:09:09] "POST /neutron/network HTTP/1.1" 200 1439 0.013614 10.0.0.19 - - [2026-06-22 03:09:09] "GET /virtual-network/c97e3509-a531-4428-98fc-a3b59f8f625f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.005376 10.0.0.19 - - [2026-06-22 03:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.19 - - [2026-06-22 03:09:09] "GET /network-policy/17d3af65-a2ac-4bcb-bb82-d01be3d43be0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.003837 10.0.0.241 - - [2026-06-22 03:09:14] "PUT /access-control-list/b7b5df95-ffe8-44b5-9192-87c58abc2ade HTTP/1.1" 200 273 0.025398 10.0.0.19 - - [2026-06-22 03:09:14] "POST /neutron/network HTTP/1.1" 200 1439 0.017439 10.0.0.19 - - [2026-06-22 03:09:14] "GET /virtual-network/c97e3509-a531-4428-98fc-a3b59f8f625f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.005541 10.0.0.19 - - [2026-06-22 03:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002755 10.0.0.19 - - [2026-06-22 03:09:14] "GET /network-policy/e3ae59f3-53f1-425f-810b-e25e8bf93e6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004469 10.0.0.19 - - [2026-06-22 03:09:19] "POST /neutron/network HTTP/1.1" 200 1439 0.015957 10.0.0.19 - - [2026-06-22 03:09:19] "GET /virtual-network/c97e3509-a531-4428-98fc-a3b59f8f625f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.005134 10.0.0.19 - - [2026-06-22 03:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.19 - - [2026-06-22 03:09:19] "GET /network-policy/11570a20-699c-455a-97f8-68eb88620d51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004272 10.0.0.241 - - [2026-06-22 03:09:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.003834 10.0.0.19 - - [2026-06-22 03:09:24] "POST /neutron/network HTTP/1.1" 200 1439 0.015820 10.0.0.19 - - [2026-06-22 03:09:24] "GET /virtual-network/c97e3509-a531-4428-98fc-a3b59f8f625f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.005424 10.0.0.19 - - [2026-06-22 03:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.19 - - [2026-06-22 03:09:25] "GET /network-policy/cb235612-d1b8-4d5e-9b6f-43e5664a385b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.003821 10.0.0.241 - - [2026-06-22 03:09:30] "PUT /access-control-list/b7b5df95-ffe8-44b5-9192-87c58abc2ade HTTP/1.1" 200 273 0.025305 10.0.0.19 - - [2026-06-22 03:09:30] "POST /neutron/network HTTP/1.1" 200 1439 0.019366 10.0.0.19 - - [2026-06-22 03:09:30] "GET /virtual-network/c97e3509-a531-4428-98fc-a3b59f8f625f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.013082 10.0.0.19 - - [2026-06-22 03:09:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.19 - - [2026-06-22 03:09:30] "GET /network-policy/5ad99f97-47bb-4f97-bdc3-c64a8af6c945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004508 10.0.0.19 - - [2026-06-22 03:09:34] "POST /neutron/network HTTP/1.1" 200 1449 0.030342 10.0.0.19 - - [2026-06-22 03:09:34] "POST /neutron/subnet HTTP/1.1" 200 1356 0.016380 10.0.0.19 - - [2026-06-22 03:09:34] "POST /neutron/network HTTP/1.1" 200 1439 0.013483 10.0.0.19 - - [2026-06-22 03:09:35] "POST /neutron/network HTTP/1.1" 200 1439 0.019205 10.0.0.19 - - [2026-06-22 03:09:35] "GET /virtual-network/c97e3509-a531-4428-98fc-a3b59f8f625f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.006314 10.0.0.19 - - [2026-06-22 03:09:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.19 - - [2026-06-22 03:09:35] "GET /network-policy/b833c6bb-511b-485d-8f70-f4e2892c85e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004582 10.0.0.19 - - [2026-06-22 03:09:40] "GET /virtual-machine/04677e4e-6411-4d14-a2c5-06a028cd6dbb HTTP/1.1" 200 1305 0.005283 10.0.0.19 - - [2026-06-22 03:09:42] "GET /virtual-machine/04677e4e-6411-4d14-a2c5-06a028cd6dbb HTTP/1.1" 200 1305 0.003670 10.0.0.19 - - [2026-06-22 03:09:42] "POST /neutron/port HTTP/1.1" 200 151 0.245716 10.0.0.19 - - [2026-06-22 03:09:44] "GET /virtual-machine/04677e4e-6411-4d14-a2c5-06a028cd6dbb HTTP/1.1" 404 171 0.003965 10.0.0.19 - - [2026-06-22 03:09:44] "GET /virtual-machine/04677e4e-6411-4d14-a2c5-06a028cd6dbb HTTP/1.1" 404 171 0.003334 10.0.0.19 - - [2026-06-22 03:09:44] "GET /virtual-machine/04677e4e-6411-4d14-a2c5-06a028cd6dbb HTTP/1.1" 404 171 0.003518 10.0.0.19 - - [2026-06-22 03:09:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.19 - - [2026-06-22 03:09:44] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004834 10.0.0.19 - - [2026-06-22 03:09:44] "GET /virtual-networks?parent_id=cb50271b-c846-4f9e-8dbb-45d6c52ee1ac&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.003896 10.0.0.19 - - [2026-06-22 03:09:45] "GET /virtual-network/c97e3509-a531-4428-98fc-a3b59f8f625f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.006305 10.0.0.19 - - [2026-06-22 03:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.19 - - [2026-06-22 03:09:45] "GET /routing-instance/b8a1be7d-6659-4bf4-ae84-d5a6e9748a3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.004519 10.0.0.19 - - [2026-06-22 03:09:45] "GET /route-target/d080969c-073c-4314-a950-a233c48a46ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004014 10.0.0.19 - - [2026-06-22 03:09:45] "GET /obj-perms HTTP/1.1" 200 4456 0.003912 10.0.0.129 - - [2026-06-22 03:09:45] "GET /obj-perms HTTP/1.1" 200 4456 0.034696 10.0.0.241 - - [2026-06-22 03:09:45] "GET /obj-perms HTTP/1.1" 200 4456 0.004990 10.0.0.19 - - [2026-06-22 03:09:45] "GET /virtual-network/c97e3509-a531-4428-98fc-a3b59f8f625f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.005621 10.0.0.241 - - [2026-06-22 03:09:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.004242 10.0.0.19 - - [2026-06-22 03:09:45] "POST /neutron/network HTTP/1.1" 200 1336 0.026410 10.0.0.19 - - [2026-06-22 03:09:45] "GET /virtual-network/c97e3509-a531-4428-98fc-a3b59f8f625f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005522 10.0.0.19 - - [2026-06-22 03:09:45] "DELETE /network-policy/b833c6bb-511b-485d-8f70-f4e2892c85e6 HTTP/1.1" 200 115 0.049388 10.0.0.19 - - [2026-06-22 03:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004516 10.0.0.241 - - [2026-06-22 03:09:45] "GET /projects?obj_uuids=cb50271b-c846-4f9e-8dbb-45d6c52ee1ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.023699 10.0.0.19 - - [2026-06-22 03:09:45] "GET /project/cb50271b-c846-4f9e-8dbb-45d6c52ee1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.068619 10.0.0.19 - - [2026-06-22 03:09:46] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-54107769&detail=False&count=False&shared=False HTTP/1.1" 200 2264 0.006128 10.0.0.19 - - [2026-06-22 03:09:46] "DELETE /network-policy/5ad99f97-47bb-4f97-bdc3-c64a8af6c945 HTTP/1.1" 200 115 0.047807 10.0.0.19 - - [2026-06-22 03:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.241 - - [2026-06-22 03:09:46] "GET /projects?obj_uuids=cb50271b-c846-4f9e-8dbb-45d6c52ee1ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001115 10.0.0.19 - - [2026-06-22 03:09:46] "GET /project/cb50271b-c846-4f9e-8dbb-45d6c52ee1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.039200 10.0.0.19 - - [2026-06-22 03:09:46] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-54107769&detail=False&count=False&shared=False HTTP/1.1" 200 2027 0.012097 10.0.0.19 - - [2026-06-22 03:09:46] "DELETE /network-policy/cb235612-d1b8-4d5e-9b6f-43e5664a385b HTTP/1.1" 200 115 0.044616 10.0.0.19 - - [2026-06-22 03:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.241 - - [2026-06-22 03:09:46] "GET /projects?obj_uuids=cb50271b-c846-4f9e-8dbb-45d6c52ee1ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001003 10.0.0.19 - - [2026-06-22 03:09:46] "GET /project/cb50271b-c846-4f9e-8dbb-45d6c52ee1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.047301 10.0.0.19 - - [2026-06-22 03:09:46] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-54107769&detail=False&count=False&shared=False HTTP/1.1" 200 1790 0.006357 10.0.0.19 - - [2026-06-22 03:09:46] "DELETE /network-policy/11570a20-699c-455a-97f8-68eb88620d51 HTTP/1.1" 200 115 0.042400 10.0.0.19 - - [2026-06-22 03:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.241 - - [2026-06-22 03:09:46] "GET /projects?obj_uuids=cb50271b-c846-4f9e-8dbb-45d6c52ee1ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000973 10.0.0.19 - - [2026-06-22 03:09:46] "GET /project/cb50271b-c846-4f9e-8dbb-45d6c52ee1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.037260 10.0.0.19 - - [2026-06-22 03:09:46] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-54107769&detail=False&count=False&shared=False HTTP/1.1" 200 1553 0.005825 10.0.0.19 - - [2026-06-22 03:09:46] "DELETE /network-policy/e3ae59f3-53f1-425f-810b-e25e8bf93e6c HTTP/1.1" 200 115 0.043977 10.0.0.19 - - [2026-06-22 03:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005032 10.0.0.241 - - [2026-06-22 03:09:46] "GET /projects?obj_uuids=cb50271b-c846-4f9e-8dbb-45d6c52ee1ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001401 10.0.0.19 - - [2026-06-22 03:09:46] "GET /project/cb50271b-c846-4f9e-8dbb-45d6c52ee1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.043702 10.0.0.19 - - [2026-06-22 03:09:46] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-54107769&detail=False&count=False&shared=False HTTP/1.1" 200 1316 0.007700 10.0.0.19 - - [2026-06-22 03:09:46] "DELETE /network-policy/17d3af65-a2ac-4bcb-bb82-d01be3d43be0 HTTP/1.1" 200 115 0.038265 10.0.0.19 - - [2026-06-22 03:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004942 10.0.0.241 - - [2026-06-22 03:09:46] "GET /projects?obj_uuids=cb50271b-c846-4f9e-8dbb-45d6c52ee1ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001032 10.0.0.19 - - [2026-06-22 03:09:47] "GET /project/cb50271b-c846-4f9e-8dbb-45d6c52ee1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.044863 10.0.0.19 - - [2026-06-22 03:09:47] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-54107769&detail=False&count=False&shared=False HTTP/1.1" 200 1078 0.005733 10.0.0.19 - - [2026-06-22 03:09:47] "DELETE /network-policy/392e8d42-3461-4711-95b4-854800078e1e HTTP/1.1" 200 115 0.039801 10.0.0.19 - - [2026-06-22 03:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.241 - - [2026-06-22 03:09:47] "GET /projects?obj_uuids=cb50271b-c846-4f9e-8dbb-45d6c52ee1ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001017 10.0.0.19 - - [2026-06-22 03:09:47] "GET /project/cb50271b-c846-4f9e-8dbb-45d6c52ee1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.039940 10.0.0.19 - - [2026-06-22 03:09:47] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-54107769&detail=False&count=False&shared=False HTTP/1.1" 200 841 0.005541 10.0.0.19 - - [2026-06-22 03:09:47] "DELETE /network-policy/d479d90c-53ec-44aa-81c4-49826f05ec35 HTTP/1.1" 200 115 0.048517 10.0.0.19 - - [2026-06-22 03:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.241 - - [2026-06-22 03:09:47] "GET /projects?obj_uuids=cb50271b-c846-4f9e-8dbb-45d6c52ee1ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001385 10.0.0.19 - - [2026-06-22 03:09:47] "GET /project/cb50271b-c846-4f9e-8dbb-45d6c52ee1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.056042 10.0.0.19 - - [2026-06-22 03:09:47] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-54107769&detail=False&count=False&shared=False HTTP/1.1" 200 604 0.006419 10.0.0.19 - - [2026-06-22 03:09:47] "DELETE /network-policy/6ccee1bc-b761-435e-b462-26668123bdd8 HTTP/1.1" 200 115 0.065673 10.0.0.19 - - [2026-06-22 03:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.241 - - [2026-06-22 03:09:47] "GET /projects?obj_uuids=cb50271b-c846-4f9e-8dbb-45d6c52ee1ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001006 10.0.0.19 - - [2026-06-22 03:09:47] "GET /project/cb50271b-c846-4f9e-8dbb-45d6c52ee1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.043761 10.0.0.19 - - [2026-06-22 03:09:47] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-54107769&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.005893 10.0.0.19 - - [2026-06-22 03:09:47] "DELETE /network-policy/66543af1-f0af-48cf-8892-b67376c4da46 HTTP/1.1" 200 115 0.050250 10.0.0.19 - - [2026-06-22 03:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.241 - - [2026-06-22 03:09:47] "GET /projects?obj_uuids=cb50271b-c846-4f9e-8dbb-45d6c52ee1ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001069 10.0.0.19 - - [2026-06-22 03:09:48] "GET /project/cb50271b-c846-4f9e-8dbb-45d6c52ee1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.043145 10.0.0.19 - - [2026-06-22 03:09:48] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-54107769&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005437 10.0.0.241 - - [2026-06-22 03:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.19 - - [2026-06-22 03:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.19 - - [2026-06-22 03:09:48] "DELETE /network-ipam/3bb926cb-21ad-4850-9db3-0736f4dba300 HTTP/1.1" 200 115 0.037034 10.0.0.19 - - [2026-06-22 03:09:48] "POST /fqname-to-id HTTP/1.1" 404 260 0.004117 10.0.0.241 - - [2026-06-22 03:09:48] "GET /projects?obj_uuids=cb50271b-c846-4f9e-8dbb-45d6c52ee1ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001135 10.0.0.241 - - [2026-06-22 03:09:48] "GET /project/cb50271b-c846-4f9e-8dbb-45d6c52ee1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.049935 10.0.0.241 - - [2026-06-22 03:09:48] "GET /projects?obj_uuids=cb50271b-c846-4f9e-8dbb-45d6c52ee1ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000915 10.0.0.241 - - [2026-06-22 03:09:48] "GET /project/cb50271b-c846-4f9e-8dbb-45d6c52ee1ac?fields=security_groups HTTP/1.1" 200 1400 0.038725 10.0.0.241 - - [2026-06-22 03:09:48] "DELETE /security-group/08fd2a55-0864-448e-873e-528427affa23 HTTP/1.1" 200 115 0.053985 10.0.0.241 - - [2026-06-22 03:09:48] "GET /projects?obj_uuids=cb50271b-c846-4f9e-8dbb-45d6c52ee1ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001122 10.0.0.241 - - [2026-06-22 03:09:48] "GET /project/cb50271b-c846-4f9e-8dbb-45d6c52ee1ac?fields=application_policy_sets HTTP/1.1" 200 1439 0.065886 10.0.0.241 - - [2026-06-22 03:09:48] "DELETE /access-control-list/767e1208-e707-4687-8111-e4e62ce49f15 HTTP/1.1" 200 115 0.061017 10.0.0.19 - - [2026-06-22 03:09:49] "DELETE /project/cb50271b-c846-4f9e-8dbb-45d6c52ee1ac HTTP/1.1" 200 115 0.446594 10.0.0.241 - - [2026-06-22 03:09:49] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002819 10.0.0.19 - - [2026-06-22 03:09:49] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?fields=projects HTTP/1.1" 200 1443 0.018133 10.0.0.241 - - [2026-06-22 03:09:51] "GET /projects?obj_uuids=cb50271b-c846-4f9e-8dbb-45d6c52ee1ac&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003322 10.0.0.241 - - [2026-06-22 03:09:51] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000983 10.0.0.241 - - [2026-06-22 03:09:51] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.035058 10.0.0.241 - - [2026-06-22 03:09:51] "POST /id-to-fqname HTTP/1.1" 200 202 0.007326 10.0.0.241 - - [2026-06-22 03:09:51] "POST /fqname-to-id HTTP/1.1" 404 211 0.005597 10.0.0.241 - - [2026-06-22 03:09:52] "POST /security-groups HTTP/1.1" 200 603 0.049317 10.0.0.241 - - [2026-06-22 03:09:52] "POST /projects HTTP/1.1" 200 609 0.305272 10.0.0.241 - - [2026-06-22 03:09:52] "POST /fqname-to-id HTTP/1.1" 404 245 0.009576 10.0.0.241 - - [2026-06-22 03:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.391521 10.0.0.19 - - [2026-06-22 03:09:52] "GET /project/cb50271b-c846-4f9e-8dbb-45d6c52ee1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.544114 10.0.0.241 - - [2026-06-22 03:09:52] "GET /projects?obj_uuids=cb50271b-c846-4f9e-8dbb-45d6c52ee1ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001204 10.0.0.19 - - [2026-06-22 03:09:52] "GET /project/cb50271b-c846-4f9e-8dbb-45d6c52ee1ac?fields=virtual_networks HTTP/1.1" 200 1059 0.064582 10.0.0.241 - - [2026-06-22 03:09:52] "GET /projects?obj_uuids=cb50271b-c846-4f9e-8dbb-45d6c52ee1ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001588 10.0.0.19 - - [2026-06-22 03:09:52] "GET /project/cb50271b-c846-4f9e-8dbb-45d6c52ee1ac?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.049476 10.0.0.241 - - [2026-06-22 03:09:52] "GET /projects?obj_uuids=cb50271b-c846-4f9e-8dbb-45d6c52ee1ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001576 10.0.0.19 - - [2026-06-22 03:09:52] "GET /project/cb50271b-c846-4f9e-8dbb-45d6c52ee1ac?fields=security_groups HTTP/1.1" 200 1298 0.047634 10.0.0.19 - - [2026-06-22 03:09:53] "POST /fqname-to-id HTTP/1.1" 404 194 0.034140 10.0.0.241 - - [2026-06-22 03:09:53] "GET /projects?obj_uuids=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002866 10.0.0.241 - - [2026-06-22 03:09:53] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001183 10.0.0.241 - - [2026-06-22 03:09:53] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006882 10.0.0.241 - - [2026-06-22 03:09:53] "POST /id-to-fqname HTTP/1.1" 200 196 0.005245 10.0.0.241 - - [2026-06-22 03:09:53] "POST /fqname-to-id HTTP/1.1" 404 205 0.002948 10.0.0.241 - - [2026-06-22 03:09:53] "POST /security-groups HTTP/1.1" 200 597 0.029890 10.0.0.241 - - [2026-06-22 03:09:53] "POST /projects HTTP/1.1" 200 597 0.234492 10.0.0.241 - - [2026-06-22 03:09:53] "POST /access-control-lists HTTP/1.1" 200 604 0.029764 10.0.0.241 - - [2026-06-22 03:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.308670 10.0.0.19 - - [2026-06-22 03:09:53] "GET /project/fe6bbc25-527f-41b1-a103-800a97eb9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.446021 10.0.0.19 - - [2026-06-22 03:09:54] "GET / HTTP/1.1" 200 36215 0.001797 10.0.0.19 - - [2026-06-22 03:09:57] "GET /project/fe6bbc25-527f-41b1-a103-800a97eb9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000595 10.0.0.241 - - [2026-06-22 03:09:57] "GET /projects?obj_uuids=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000916 10.0.0.19 - - [2026-06-22 03:09:57] "GET /project/fe6bbc25-527f-41b1-a103-800a97eb9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.066908 10.0.0.19 - - [2026-06-22 03:09:57] "GET / HTTP/1.1" 200 36215 0.001576 10.0.0.19 - - [2026-06-22 03:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.241 - - [2026-06-22 03:09:58] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000872 10.0.0.19 - - [2026-06-22 03:09:58] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.006639 10.0.0.19 - - [2026-06-22 03:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.241 - - [2026-06-22 03:09:58] "GET /projects?obj_uuids=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000939 10.0.0.19 - - [2026-06-22 03:09:58] "GET /project/fe6bbc25-527f-41b1-a103-800a97eb9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.034338 10.0.0.19 - - [2026-06-22 03:09:59] "GET /domains HTTP/1.1" 401 292 0.000361 10.0.0.19 - - [2026-06-22 03:09:59] "GET /domains HTTP/1.1" 200 281 0.021393 10.0.0.241 - - [2026-06-22 03:09:59] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001118 10.0.0.19 - - [2026-06-22 03:09:59] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75 HTTP/1.1" 200 2984 0.009735 10.0.0.241 - - [2026-06-22 03:09:59] "GET /projects?obj_uuids=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000912 10.0.0.19 - - [2026-06-22 03:10:00] "GET /project/fe6bbc25-527f-41b1-a103-800a97eb9cfb HTTP/1.1" 200 1894 0.096171 10.0.0.19 - - [2026-06-22 03:10:00] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003386 10.0.0.19 - - [2026-06-22 03:10:00] "POST /network-ipams HTTP/1.1" 200 605 0.028514 10.0.0.19 - - [2026-06-22 03:10:00] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003690 10.0.0.19 - - [2026-06-22 03:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.19 - - [2026-06-22 03:10:00] "GET /network-ipam/f6c22742-ce5b-4700-8119-9707b2e5fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.006701 10.0.0.19 - - [2026-06-22 03:10:00] "PUT /network-ipam/f6c22742-ce5b-4700-8119-9707b2e5fc38 HTTP/1.1" 200 259 0.020019 10.0.0.19 - - [2026-06-22 03:10:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000425 10.0.0.19 - - [2026-06-22 03:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.024390 10.0.0.241 - - [2026-06-22 03:10:00] "GET /projects?obj_uuids=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001284 10.0.0.19 - - [2026-06-22 03:10:00] "GET /project/fe6bbc25-527f-41b1-a103-800a97eb9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.037513 10.0.0.19 - - [2026-06-22 03:10:00] "POST /neutron/network HTTP/1.1" 200 117 0.033120 10.0.0.241 - - [2026-06-22 03:10:01] "POST /route-targets HTTP/1.1" 200 328 0.018019 10.0.0.241 - - [2026-06-22 03:10:01] "POST /useragent-kv HTTP/1.1" 200 115 0.007430 10.0.0.19 - - [2026-06-22 03:10:01] "POST /neutron/subnet HTTP/1.1" 200 701 0.221421 10.0.0.19 - - [2026-06-22 03:10:01] "POST /id-to-fqname HTTP/1.1" 200 229 0.001329 10.0.0.19 - - [2026-06-22 03:10:01] "GET /virtual-network/4da699fe-9f66-406b-bb9f-30a7dcd4c214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.004928 10.0.0.19 - - [2026-06-22 03:10:01] "GET /virtual-network/4da699fe-9f66-406b-bb9f-30a7dcd4c214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.006129 10.0.0.19 - - [2026-06-22 03:10:01] "POST /neutron/network HTTP/1.1" 200 1074 0.010034 10.0.0.19 - - [2026-06-22 03:10:02] "GET /virtual-network/4da699fe-9f66-406b-bb9f-30a7dcd4c214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.005376 10.0.0.19 - - [2026-06-22 03:10:03] "GET /obj-perms HTTP/1.1" 200 4450 0.044509 10.0.0.241 - - [2026-06-22 03:10:03] "DELETE /project/cb50271bc8464f9e8dbb45d6c52ee1ac HTTP/1.1" 404 173 0.003803 10.0.0.241 - - [2026-06-22 03:10:03] "DELETE /project/fe6bbc25527f41b1a103800a97eb9cfb HTTP/1.1" 404 173 0.007520 10.0.0.241 - - [2026-06-22 03:10:03] "GET /projects?obj_uuids=cb50271b-c846-4f9e-8dbb-45d6c52ee1ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000782 10.0.0.241 - - [2026-06-22 03:10:03] "GET /project/cb50271b-c846-4f9e-8dbb-45d6c52ee1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.044356 10.0.0.241 - - [2026-06-22 03:10:03] "GET /projects?obj_uuids=cb50271b-c846-4f9e-8dbb-45d6c52ee1ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000813 10.0.0.241 - - [2026-06-22 03:10:03] "GET /project/cb50271b-c846-4f9e-8dbb-45d6c52ee1ac?fields=security_groups HTTP/1.1" 200 1400 0.040709 10.0.0.241 - - [2026-06-22 03:10:03] "DELETE /security-group/6cf0a431-117b-462e-ac59-afd0a280bca7 HTTP/1.1" 200 115 0.053301 10.0.0.241 - - [2026-06-22 03:10:03] "GET /projects?obj_uuids=cb50271b-c846-4f9e-8dbb-45d6c52ee1ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001061 10.0.0.241 - - [2026-06-22 03:10:03] "GET /project/cb50271b-c846-4f9e-8dbb-45d6c52ee1ac?fields=application_policy_sets HTTP/1.1" 200 1439 0.056444 10.0.0.241 - - [2026-06-22 03:10:03] "DELETE /access-control-list/de26ad64-25f4-4e85-bc54-e8986f41c393 HTTP/1.1" 200 115 0.045077 10.0.0.241 - - [2026-06-22 03:10:03] "DELETE /project/cb50271b-c846-4f9e-8dbb-45d6c52ee1ac HTTP/1.1" 200 115 0.391950 10.0.0.19 - - [2026-06-22 03:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.241 - - [2026-06-22 03:10:04] "GET /projects?obj_uuids=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001050 10.0.0.19 - - [2026-06-22 03:10:04] "GET /project/fe6bbc25-527f-41b1-a103-800a97eb9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.059223 10.0.0.19 - - [2026-06-22 03:10:04] "POST /neutron/network HTTP/1.1" 200 117 0.020083 10.0.0.241 - - [2026-06-22 03:10:04] "POST /useragent-kv HTTP/1.1" 200 115 0.010584 10.0.0.19 - - [2026-06-22 03:10:04] "POST /neutron/subnet HTTP/1.1" 200 701 0.209512 10.0.0.19 - - [2026-06-22 03:10:04] "POST /id-to-fqname HTTP/1.1" 200 229 0.001780 10.0.0.19 - - [2026-06-22 03:10:04] "GET /virtual-network/288b3441-8c4b-4fc9-afaf-145758bdc0df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.005139 10.0.0.19 - - [2026-06-22 03:10:04] "GET /virtual-network/288b3441-8c4b-4fc9-afaf-145758bdc0df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.005275 10.0.0.19 - - [2026-06-22 03:10:04] "POST /neutron/network HTTP/1.1" 200 1074 0.009859 10.0.0.19 - - [2026-06-22 03:10:05] "GET /virtual-network/288b3441-8c4b-4fc9-afaf-145758bdc0df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.005673 10.0.0.19 - - [2026-06-22 03:10:05] "POST /fqname-to-id HTTP/1.1" 404 205 0.003916 10.0.0.19 - - [2026-06-22 03:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.241 - - [2026-06-22 03:10:05] "GET /projects?obj_uuids=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000915 10.0.0.19 - - [2026-06-22 03:10:05] "GET /project/fe6bbc25-527f-41b1-a103-800a97eb9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.036617 10.0.0.19 - - [2026-06-22 03:10:05] "POST /network-policys HTTP/1.1" 200 529 0.079164 10.0.0.19 - - [2026-06-22 03:10:05] "GET /network-policy/046e97e8-8fdd-4f63-ac25-449b38982543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.006012 10.0.0.19 - - [2026-06-22 03:10:06] "POST /fqname-to-id HTTP/1.1" 404 205 0.003071 10.0.0.19 - - [2026-06-22 03:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.241 - - [2026-06-22 03:10:06] "GET /projects?obj_uuids=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002275 10.0.0.19 - - [2026-06-22 03:10:06] "GET /project/fe6bbc25-527f-41b1-a103-800a97eb9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.042293 10.0.0.19 - - [2026-06-22 03:10:06] "POST /network-policys HTTP/1.1" 200 529 0.074001 10.0.0.19 - - [2026-06-22 03:10:06] "GET /network-policy/7c6040b3-7c6b-4b9f-b2be-bd6b25d2fa18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.005714 10.0.0.19 - - [2026-06-22 03:10:06] "POST /fqname-to-id HTTP/1.1" 404 205 0.002759 10.0.0.19 - - [2026-06-22 03:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.241 - - [2026-06-22 03:10:06] "GET /projects?obj_uuids=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000943 10.0.0.19 - - [2026-06-22 03:10:06] "GET /project/fe6bbc25-527f-41b1-a103-800a97eb9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.038309 10.0.0.19 - - [2026-06-22 03:10:06] "POST /network-policys HTTP/1.1" 200 529 0.073496 10.0.0.19 - - [2026-06-22 03:10:06] "GET /network-policy/21378dfb-9cd4-4421-97ee-25191f90af5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.005925 10.0.0.19 - - [2026-06-22 03:10:06] "POST /fqname-to-id HTTP/1.1" 404 205 0.002644 10.0.0.19 - - [2026-06-22 03:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004139 10.0.0.241 - - [2026-06-22 03:10:06] "GET /projects?obj_uuids=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001110 10.0.0.19 - - [2026-06-22 03:10:07] "GET /project/fe6bbc25-527f-41b1-a103-800a97eb9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.057197 10.0.0.19 - - [2026-06-22 03:10:07] "POST /network-policys HTTP/1.1" 200 529 0.074193 10.0.0.19 - - [2026-06-22 03:10:07] "GET /network-policy/7deccb7d-fdcc-4710-8def-f6e8f177d729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.008868 10.0.0.19 - - [2026-06-22 03:10:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.003525 10.0.0.19 - - [2026-06-22 03:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.241 - - [2026-06-22 03:10:07] "GET /projects?obj_uuids=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001239 10.0.0.19 - - [2026-06-22 03:10:07] "GET /project/fe6bbc25-527f-41b1-a103-800a97eb9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.044598 10.0.0.19 - - [2026-06-22 03:10:07] "POST /network-policys HTTP/1.1" 200 533 0.033314 10.0.0.19 - - [2026-06-22 03:10:07] "GET /network-policy/b2f699f0-bb34-4b92-a9b8-e24ad23406f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1947 0.006545 10.0.0.19 - - [2026-06-22 03:10:07] "POST /fqname-to-id HTTP/1.1" 404 206 0.003175 10.0.0.19 - - [2026-06-22 03:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.241 - - [2026-06-22 03:10:07] "GET /projects?obj_uuids=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000973 10.0.0.19 - - [2026-06-22 03:10:07] "GET /project/fe6bbc25-527f-41b1-a103-800a97eb9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.038803 10.0.0.19 - - [2026-06-22 03:10:07] "POST /network-policys HTTP/1.1" 200 531 0.074492 10.0.0.19 - - [2026-06-22 03:10:08] "GET /network-policy/bb8a9e98-022a-4c69-bdb9-89621e147e84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3989 0.007119 10.0.0.19 - - [2026-06-22 03:10:08] "POST /fqname-to-id HTTP/1.1" 404 206 0.003016 10.0.0.19 - - [2026-06-22 03:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.241 - - [2026-06-22 03:10:08] "GET /projects?obj_uuids=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001045 10.0.0.19 - - [2026-06-22 03:10:08] "GET /project/fe6bbc25-527f-41b1-a103-800a97eb9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.055464 10.0.0.19 - - [2026-06-22 03:10:08] "POST /network-policys HTTP/1.1" 200 531 0.078349 10.0.0.19 - - [2026-06-22 03:10:08] "GET /network-policy/92c068e3-ab48-4451-8835-34e961ee01b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.011076 10.0.0.19 - - [2026-06-22 03:10:08] "POST /fqname-to-id HTTP/1.1" 404 206 0.003359 10.0.0.19 - - [2026-06-22 03:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.241 - - [2026-06-22 03:10:08] "GET /projects?obj_uuids=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000956 10.0.0.19 - - [2026-06-22 03:10:08] "GET /project/fe6bbc25-527f-41b1-a103-800a97eb9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.039530 10.0.0.19 - - [2026-06-22 03:10:08] "POST /network-policys HTTP/1.1" 200 531 0.070189 10.0.0.19 - - [2026-06-22 03:10:08] "GET /network-policy/68199281-6a54-41d3-bc50-be69a59dc817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.006232 10.0.0.19 - - [2026-06-22 03:10:09] "POST /fqname-to-id HTTP/1.1" 404 206 0.003123 10.0.0.19 - - [2026-06-22 03:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.241 - - [2026-06-22 03:10:09] "GET /projects?obj_uuids=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001058 10.0.0.19 - - [2026-06-22 03:10:09] "GET /project/fe6bbc25-527f-41b1-a103-800a97eb9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.047693 10.0.0.19 - - [2026-06-22 03:10:09] "POST /network-policys HTTP/1.1" 200 531 0.077493 10.0.0.19 - - [2026-06-22 03:10:09] "GET /network-policy/7afb5779-c568-4b0e-b2cf-de5b6c375fe7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.007211 10.0.0.19 - - [2026-06-22 03:10:09] "POST /fqname-to-id HTTP/1.1" 404 208 0.003189 10.0.0.19 - - [2026-06-22 03:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.241 - - [2026-06-22 03:10:09] "GET /projects?obj_uuids=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001477 10.0.0.19 - - [2026-06-22 03:10:09] "GET /project/fe6bbc25-527f-41b1-a103-800a97eb9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.044566 10.0.0.19 - - [2026-06-22 03:10:09] "POST /network-policys HTTP/1.1" 200 535 0.028469 10.0.0.19 - - [2026-06-22 03:10:09] "GET /network-policy/96bf0769-c6ec-4809-9a5f-4ec9434f5ee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1130 0.005620 10.0.0.19 - - [2026-06-22 03:10:09] "POST /neutron/network HTTP/1.1" 200 1074 0.008832 10.0.0.241 - - [2026-06-22 03:10:09] "POST /fqname-to-id HTTP/1.1" 404 246 0.003928 10.0.0.19 - - [2026-06-22 03:10:10] "GET /virtual-network/4da699fe-9f66-406b-bb9f-30a7dcd4c214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.007810 10.0.0.19 - - [2026-06-22 03:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.19 - - [2026-06-22 03:10:10] "GET /network-policy/046e97e8-8fdd-4f63-ac25-449b38982543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.008321 10.0.0.19 - - [2026-06-22 03:10:10] "POST /neutron/network HTTP/1.1" 200 1074 0.009829 10.0.0.241 - - [2026-06-22 03:10:10] "POST /access-control-lists HTTP/1.1" 200 605 0.051748 10.0.0.19 - - [2026-06-22 03:10:10] "GET /virtual-network/288b3441-8c4b-4fc9-afaf-145758bdc0df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.010218 10.0.0.19 - - [2026-06-22 03:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004979 10.0.0.19 - - [2026-06-22 03:10:10] "GET /network-policy/b2f699f0-bb34-4b92-a9b8-e24ad23406f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1947 0.003960 10.0.0.19 - - [2026-06-22 03:10:10] "POST /id-to-fqname HTTP/1.1" 200 229 0.001284 10.0.0.19 - - [2026-06-22 03:10:10] "POST /neutron/network HTTP/1.1" 200 1167 0.008040 10.0.0.241 - - [2026-06-22 03:10:11] "GET /projects?obj_uuids=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001070 10.0.0.19 - - [2026-06-22 03:10:11] "GET /project/fe6bbc25-527f-41b1-a103-800a97eb9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.062872 10.0.0.19 - - [2026-06-22 03:10:11] "POST /neutron/port HTTP/1.1" 200 117 0.006915 10.0.0.19 - - [2026-06-22 03:10:11] "POST /id-to-fqname HTTP/1.1" 200 229 0.001332 10.0.0.241 - - [2026-06-22 03:10:12] "GET /projects?obj_uuids=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000999 10.0.0.19 - - [2026-06-22 03:10:12] "GET /project/fe6bbc25-527f-41b1-a103-800a97eb9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.065864 10.0.0.19 - - [2026-06-22 03:10:12] "POST /neutron/network HTTP/1.1" 200 1159 0.025705 10.0.0.19 - - [2026-06-22 03:10:12] "POST /neutron/port HTTP/1.1" 200 117 0.006410 10.0.0.19 - - [2026-06-22 03:10:16] "POST /neutron/port HTTP/1.1" 200 1061 0.020870 10.0.0.19 - - [2026-06-22 03:10:17] "POST /neutron/network HTTP/1.1" 200 1169 0.007107 10.0.0.19 - - [2026-06-22 03:10:17] "POST /neutron/port HTTP/1.1" 200 1061 0.019915 10.0.0.19 - - [2026-06-22 03:10:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003387 10.0.0.19 - - [2026-06-22 03:10:17] "POST /neutron/network HTTP/1.1" 200 1157 0.009511 10.0.0.19 - - [2026-06-22 03:10:18] "POST /neutron/port HTTP/1.1" 200 1125 0.018621 10.0.0.19 - - [2026-06-22 03:10:18] "POST /neutron/port HTTP/1.1" 200 117 0.001628 10.0.0.129 - - [2026-06-22 03:10:22] "GET /obj-perms HTTP/1.1" 200 4493 0.051964 10.0.0.19 - - [2026-06-22 03:10:23] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007820 10.0.0.19 - - [2026-06-22 03:10:23] "POST /neutron/port HTTP/1.1" 200 1125 0.020815 10.0.0.19 - - [2026-06-22 03:10:23] "GET /virtual-machine/645ec041-014a-4a00-9ed2-a5278e1d8f97 HTTP/1.1" 401 292 0.000369 10.0.0.19 - - [2026-06-22 03:10:23] "GET /virtual-machine/645ec041-014a-4a00-9ed2-a5278e1d8f97 HTTP/1.1" 200 1300 0.028943 10.0.0.19 - - [2026-06-22 03:10:23] "GET /virtual-machine-interface/e16dbe5e-1e1a-4d60-b624-3f62ec50ce70 HTTP/1.1" 200 2959 0.005646 10.0.0.19 - - [2026-06-22 03:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.19 - - [2026-06-22 03:10:23] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003683 10.0.0.19 - - [2026-06-22 03:10:23] "GET /virtual-networks?parent_id=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.003181 10.0.0.19 - - [2026-06-22 03:10:23] "GET /virtual-network/4da699fe-9f66-406b-bb9f-30a7dcd4c214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.006631 10.0.0.19 - - [2026-06-22 03:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.19 - - [2026-06-22 03:10:26] "GET /virtual-network/4da699fe-9f66-406b-bb9f-30a7dcd4c214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.005284 10.0.0.19 - - [2026-06-22 03:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.19 - - [2026-06-22 03:10:30] "GET /virtual-network/4da699fe-9f66-406b-bb9f-30a7dcd4c214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.005312 10.0.0.19 - - [2026-06-22 03:10:34] "POST /neutron/port HTTP/1.1" 200 1125 0.017907 10.0.0.19 - - [2026-06-22 03:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.19 - - [2026-06-22 03:10:35] "GET /virtual-network/4da699fe-9f66-406b-bb9f-30a7dcd4c214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.005426 10.0.0.19 - - [2026-06-22 03:10:35] "POST /neutron/subnet HTTP/1.1" 200 675 0.011022 10.0.0.19 - - [2026-06-22 03:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.19 - - [2026-06-22 03:10:39] "GET /virtual-network/4da699fe-9f66-406b-bb9f-30a7dcd4c214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.005237 10.0.0.19 - - [2026-06-22 03:10:43] "POST /neutron/port HTTP/1.1" 200 1125 0.016166 10.0.0.19 - - [2026-06-22 03:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.006311 10.0.0.19 - - [2026-06-22 03:10:43] "GET /virtual-network/4da699fe-9f66-406b-bb9f-30a7dcd4c214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.009274 10.0.0.19 - - [2026-06-22 03:10:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004078 10.0.0.19 - - [2026-06-22 03:10:44] "POST /neutron/network HTTP/1.1" 200 1159 0.010530 10.0.0.19 - - [2026-06-22 03:10:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.19 - - [2026-06-22 03:10:47] "GET /virtual-network/4da699fe-9f66-406b-bb9f-30a7dcd4c214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.006237 10.0.0.19 - - [2026-06-22 03:10:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.19 - - [2026-06-22 03:10:49] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004860 10.0.0.19 - - [2026-06-22 03:10:49] "GET /virtual-networks?parent_id=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.003059 10.0.0.19 - - [2026-06-22 03:10:49] "GET /virtual-network/4da699fe-9f66-406b-bb9f-30a7dcd4c214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.005747 10.0.0.19 - - [2026-06-22 03:10:50] "POST /neutron/port HTTP/1.1" 200 1125 0.022022 10.0.0.19 - - [2026-06-22 03:10:54] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007154 10.0.0.241 - - [2026-06-22 03:10:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.241 - - [2026-06-22 03:10:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.129 - - [2026-06-22 03:10:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.129 - - [2026-06-22 03:10:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.241 - - [2026-06-22 03:10:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.241 - - [2026-06-22 03:10:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000503 10.0.0.19 - - [2026-06-22 03:10:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.19 - - [2026-06-22 03:10:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.129 - - [2026-06-22 03:10:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.129 - - [2026-06-22 03:10:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.19 - - [2026-06-22 03:10:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000470 10.0.0.19 - - [2026-06-22 03:10:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.19 - - [2026-06-22 03:11:00] "POST /neutron/port HTTP/1.1" 200 1125 0.020601 10.0.0.19 - - [2026-06-22 03:11:00] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010100 10.0.0.19 - - [2026-06-22 03:11:00] "GET /virtual-machine/273256ea-e4c2-4ca0-82b6-af99e0ef56ee HTTP/1.1" 200 1299 0.006339 10.0.0.19 - - [2026-06-22 03:11:00] "GET /virtual-machine-interface/e3667690-ceb0-425e-b470-d1803dbbda55 HTTP/1.1" 200 2959 0.006149 10.0.0.19 - - [2026-06-22 03:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.19 - - [2026-06-22 03:11:00] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003989 10.0.0.19 - - [2026-06-22 03:11:00] "GET /virtual-networks?parent_id=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.003866 10.0.0.19 - - [2026-06-22 03:11:00] "GET /virtual-network/288b3441-8c4b-4fc9-afaf-145758bdc0df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.006572 10.0.0.19 - - [2026-06-22 03:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004615 10.0.0.19 - - [2026-06-22 03:11:01] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004795 10.0.0.19 - - [2026-06-22 03:11:01] "GET /virtual-networks?parent_id=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.003709 10.0.0.19 - - [2026-06-22 03:11:01] "GET /virtual-network/288b3441-8c4b-4fc9-afaf-145758bdc0df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.006438 10.0.0.19 - - [2026-06-22 03:11:01] "POST /neutron/port HTTP/1.1" 200 2098 0.025557 10.0.0.19 - - [2026-06-22 03:11:01] "POST /neutron/security_group HTTP/1.1" 200 2064 0.017892 10.0.0.19 - - [2026-06-22 03:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.19 - - [2026-06-22 03:11:02] "GET /network-policy/b2f699f0-bb34-4b92-a9b8-e24ad23406f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1947 0.004591 10.0.0.19 - - [2026-06-22 03:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.19 - - [2026-06-22 03:11:02] "GET /network-policy/046e97e8-8fdd-4f63-ac25-449b38982543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.004023 10.0.0.19 - - [2026-06-22 03:11:02] "POST /neutron/network HTTP/1.1" 200 1157 0.011365 10.0.0.19 - - [2026-06-22 03:11:02] "GET /virtual-network/4da699fe-9f66-406b-bb9f-30a7dcd4c214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.007105 10.0.0.19 - - [2026-06-22 03:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.19 - - [2026-06-22 03:11:02] "GET /network-policy/7c6040b3-7c6b-4b9f-b2be-bd6b25d2fa18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.004808 10.0.0.241 - - [2026-06-22 03:11:23] "GET /obj-perms HTTP/1.1" 200 4493 0.037149 10.0.0.19 - - [2026-06-22 03:11:23] "GET /obj-perms HTTP/1.1" 200 4493 0.042158 10.0.0.19 - - [2026-06-22 03:11:33] "POST /neutron/port HTTP/1.1" 200 1125 0.022119 10.0.0.19 - - [2026-06-22 03:11:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004114 10.0.0.19 - - [2026-06-22 03:11:35] "POST /neutron/network HTTP/1.1" 200 1157 0.009126 10.0.0.19 - - [2026-06-22 03:11:44] "POST /neutron/network HTTP/1.1" 200 1157 0.009488 10.0.0.241 - - [2026-06-22 03:11:44] "PUT /access-control-list/2eeef0e1-9215-42e8-8961-f0df5c3efdb8 HTTP/1.1" 200 273 0.018034 10.0.0.19 - - [2026-06-22 03:11:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.054384 10.0.0.19 - - [2026-06-22 03:11:44] "GET /virtual-network/4da699fe-9f66-406b-bb9f-30a7dcd4c214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2879 0.007412 10.0.0.19 - - [2026-06-22 03:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.19 - - [2026-06-22 03:11:44] "POST /neutron/port HTTP/1.1" 200 117 0.001185 10.0.0.19 - - [2026-06-22 03:11:44] "GET /network-policy/96bf0769-c6ec-4809-9a5f-4ec9434f5ee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1130 0.003952 10.0.0.19 - - [2026-06-22 03:11:53] "POST /neutron/network HTTP/1.1" 200 1157 0.100083 10.0.0.241 - - [2026-06-22 03:11:53] "POST /ref-update HTTP/1.1" 200 156 0.034079 10.0.0.19 - - [2026-06-22 03:11:53] "GET /virtual-network/4da699fe-9f66-406b-bb9f-30a7dcd4c214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.006281 10.0.0.19 - - [2026-06-22 03:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004664 10.0.0.19 - - [2026-06-22 03:11:53] "GET /network-policy/21378dfb-9cd4-4421-97ee-25191f90af5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.004512 10.0.0.19 - - [2026-06-22 03:12:01] "POST /neutron/network HTTP/1.1" 200 1157 0.083368 10.0.0.19 - - [2026-06-22 03:12:01] "GET /virtual-network/4da699fe-9f66-406b-bb9f-30a7dcd4c214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.005457 10.0.0.19 - - [2026-06-22 03:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.010558 10.0.0.19 - - [2026-06-22 03:12:01] "GET /network-policy/7deccb7d-fdcc-4710-8def-f6e8f177d729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.004483 10.0.0.19 - - [2026-06-22 03:12:09] "POST /neutron/network HTTP/1.1" 200 1158 0.085680 10.0.0.241 - - [2026-06-22 03:12:09] "POST /ref-update HTTP/1.1" 200 156 0.043815 10.0.0.19 - - [2026-06-22 03:12:09] "GET /virtual-network/4da699fe-9f66-406b-bb9f-30a7dcd4c214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.009936 10.0.0.19 - - [2026-06-22 03:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006801 10.0.0.19 - - [2026-06-22 03:12:09] "GET /network-policy/bb8a9e98-022a-4c69-bdb9-89621e147e84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3989 0.004611 10.0.0.19 - - [2026-06-22 03:12:17] "POST /neutron/network HTTP/1.1" 200 1158 0.098274 10.0.0.19 - - [2026-06-22 03:12:17] "GET /virtual-network/4da699fe-9f66-406b-bb9f-30a7dcd4c214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.011869 10.0.0.19 - - [2026-06-22 03:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.19 - - [2026-06-22 03:12:17] "GET /network-policy/92c068e3-ab48-4451-8835-34e961ee01b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.004305 10.0.0.241 - - [2026-06-22 03:12:25] "PUT /access-control-list/2eeef0e1-9215-42e8-8961-f0df5c3efdb8 HTTP/1.1" 200 273 0.015431 10.0.0.19 - - [2026-06-22 03:12:25] "POST /neutron/network HTTP/1.1" 200 1158 0.083932 10.0.0.19 - - [2026-06-22 03:12:25] "GET /virtual-network/4da699fe-9f66-406b-bb9f-30a7dcd4c214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.007396 10.0.0.19 - - [2026-06-22 03:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.19 - - [2026-06-22 03:12:25] "GET /network-policy/68199281-6a54-41d3-bc50-be69a59dc817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.004345 10.0.0.19 - - [2026-06-22 03:12:33] "POST /neutron/network HTTP/1.1" 200 1158 0.099323 10.0.0.19 - - [2026-06-22 03:12:33] "GET /virtual-network/4da699fe-9f66-406b-bb9f-30a7dcd4c214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.008733 10.0.0.19 - - [2026-06-22 03:12:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004967 10.0.0.19 - - [2026-06-22 03:12:33] "GET /network-policy/7afb5779-c568-4b0e-b2cf-de5b6c375fe7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.004438 10.0.0.19 - - [2026-06-22 03:12:37] "POST /neutron/port HTTP/1.1" 200 1125 0.021009 10.0.0.19 - - [2026-06-22 03:12:38] "POST /neutron/subnet HTTP/1.1" 200 675 0.014474 10.0.0.19 - - [2026-06-22 03:12:40] "GET /virtual-network/4da699fe-9f66-406b-bb9f-30a7dcd4c214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.007153 10.0.0.19 - - [2026-06-22 03:12:41] "POST /neutron/network HTTP/1.1" 200 1158 0.009502 10.0.0.19 - - [2026-06-22 03:12:41] "GET /virtual-network/4da699fe-9f66-406b-bb9f-30a7dcd4c214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.009421 10.0.0.241 - - [2026-06-22 03:12:41] "POST /ref-update HTTP/1.1" 200 156 0.027839 10.0.0.19 - - [2026-06-22 03:12:41] "GET /virtual-machine/273256ea-e4c2-4ca0-82b6-af99e0ef56ee HTTP/1.1" 200 1299 0.004160 10.0.0.19 - - [2026-06-22 03:12:43] "POST /neutron/port HTTP/1.1" 200 1125 0.028085 10.0.0.19 - - [2026-06-22 03:12:43] "GET /virtual-machine/273256ea-e4c2-4ca0-82b6-af99e0ef56ee HTTP/1.1" 200 1299 0.004379 10.0.0.19 - - [2026-06-22 03:12:45] "POST /neutron/port HTTP/1.1" 200 117 0.007895 10.0.0.19 - - [2026-06-22 03:12:45] "GET /virtual-machine/273256ea-e4c2-4ca0-82b6-af99e0ef56ee HTTP/1.1" 404 171 0.003908 10.0.0.19 - - [2026-06-22 03:12:45] "GET /virtual-machine/273256ea-e4c2-4ca0-82b6-af99e0ef56ee HTTP/1.1" 404 171 0.003195 10.0.0.19 - - [2026-06-22 03:12:45] "GET /virtual-machine/273256ea-e4c2-4ca0-82b6-af99e0ef56ee HTTP/1.1" 404 171 0.003544 10.0.0.19 - - [2026-06-22 03:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.19 - - [2026-06-22 03:12:45] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004581 10.0.0.19 - - [2026-06-22 03:12:45] "GET /virtual-networks?parent_id=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.003402 10.0.0.19 - - [2026-06-22 03:12:45] "GET /virtual-network/288b3441-8c4b-4fc9-afaf-145758bdc0df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.006158 10.0.0.19 - - [2026-06-22 03:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.19 - - [2026-06-22 03:12:45] "GET /routing-instance/fc9c4a3a-e778-4d1d-a8b0-99b1c60af250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1497 0.004421 10.0.0.19 - - [2026-06-22 03:12:45] "GET /route-target/3b74d009-fc21-451f-bfe2-4099f1a38451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003885 10.0.0.19 - - [2026-06-22 03:12:46] "POST /neutron/network HTTP/1.1" 200 117 0.009716 10.0.0.129 - - [2026-06-22 03:12:48] "GET /obj-perms HTTP/1.1" 200 4450 0.043126 10.0.0.19 - - [2026-06-22 03:12:52] "GET /obj-perms HTTP/1.1" 200 4450 0.004690 10.0.0.129 - - [2026-06-22 03:12:58] "GET /obj-perms HTTP/1.1" 200 4450 0.004180 10.0.0.19 - - [2026-06-22 03:13:01] "GET /obj-perms HTTP/1.1" 200 4450 0.003788 10.0.0.129 - - [2026-06-22 03:13:07] "GET /obj-perms HTTP/1.1" 200 4450 0.004112 10.0.0.19 - - [2026-06-22 03:13:10] "GET /obj-perms HTTP/1.1" 200 4450 0.003577 10.0.0.19 - - [2026-06-22 03:13:10] "GET /virtual-machine/645ec041-014a-4a00-9ed2-a5278e1d8f97 HTTP/1.1" 200 1300 0.004226 10.0.0.19 - - [2026-06-22 03:13:12] "GET /virtual-machine/645ec041-014a-4a00-9ed2-a5278e1d8f97 HTTP/1.1" 200 1300 0.004524 10.0.0.19 - - [2026-06-22 03:13:12] "POST /neutron/port HTTP/1.1" 200 151 0.191718 10.0.0.19 - - [2026-06-22 03:13:14] "GET /virtual-machine/645ec041-014a-4a00-9ed2-a5278e1d8f97 HTTP/1.1" 404 171 0.010801 10.0.0.19 - - [2026-06-22 03:13:14] "GET /virtual-machine/645ec041-014a-4a00-9ed2-a5278e1d8f97 HTTP/1.1" 404 171 0.004807 10.0.0.19 - - [2026-06-22 03:13:14] "GET /virtual-machine/645ec041-014a-4a00-9ed2-a5278e1d8f97 HTTP/1.1" 404 171 0.003093 10.0.0.19 - - [2026-06-22 03:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.19 - - [2026-06-22 03:13:14] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003255 10.0.0.19 - - [2026-06-22 03:13:14] "GET /virtual-networks?parent_id=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.002768 10.0.0.19 - - [2026-06-22 03:13:14] "GET /virtual-network/4da699fe-9f66-406b-bb9f-30a7dcd4c214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.006964 10.0.0.19 - - [2026-06-22 03:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.19 - - [2026-06-22 03:13:15] "GET /routing-instance/f6223313-48b4-40eb-a6e1-0a380da9c9c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1497 0.004684 10.0.0.19 - - [2026-06-22 03:13:15] "GET /route-target/542abe36-efc3-480f-bd19-ede82b0931bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003869 10.0.0.19 - - [2026-06-22 03:13:15] "GET /obj-perms HTTP/1.1" 200 4450 0.005042 10.0.0.19 - - [2026-06-22 03:13:18] "GET /obj-perms HTTP/1.1" 200 4450 0.003633 10.0.0.129 - - [2026-06-22 03:13:18] "GET /obj-perms HTTP/1.1" 200 4450 0.003535 10.0.0.241 - - [2026-06-22 03:13:18] "GET /obj-perms HTTP/1.1" 200 4450 0.035543 10.0.0.19 - - [2026-06-22 03:13:18] "GET /virtual-network/288b3441-8c4b-4fc9-afaf-145758bdc0df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.005130 10.0.0.19 - - [2026-06-22 03:13:18] "POST /neutron/network HTTP/1.1" 200 1074 0.026973 10.0.0.19 - - [2026-06-22 03:13:18] "GET /virtual-network/288b3441-8c4b-4fc9-afaf-145758bdc0df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.006407 10.0.0.19 - - [2026-06-22 03:13:18] "DELETE /network-policy/96bf0769-c6ec-4809-9a5f-4ec9434f5ee3 HTTP/1.1" 200 115 0.030066 10.0.0.19 - - [2026-06-22 03:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.241 - - [2026-06-22 03:13:18] "GET /projects?obj_uuids=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000973 10.0.0.19 - - [2026-06-22 03:13:18] "GET /project/fe6bbc25-527f-41b1-a103-800a97eb9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.055183 10.0.0.19 - - [2026-06-22 03:13:18] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-61370318&detail=False&count=False&shared=False HTTP/1.1" 200 2081 0.005275 10.0.0.19 - - [2026-06-22 03:13:19] "DELETE /network-policy/7afb5779-c568-4b0e-b2cf-de5b6c375fe7 HTTP/1.1" 200 115 0.035028 10.0.0.19 - - [2026-06-22 03:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.241 - - [2026-06-22 03:13:19] "GET /projects?obj_uuids=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001053 10.0.0.19 - - [2026-06-22 03:13:19] "GET /project/fe6bbc25-527f-41b1-a103-800a97eb9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.046307 10.0.0.19 - - [2026-06-22 03:13:19] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-61370318&detail=False&count=False&shared=False HTTP/1.1" 200 1864 0.005303 10.0.0.19 - - [2026-06-22 03:13:19] "DELETE /network-policy/68199281-6a54-41d3-bc50-be69a59dc817 HTTP/1.1" 200 115 0.059550 10.0.0.19 - - [2026-06-22 03:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006228 10.0.0.241 - - [2026-06-22 03:13:19] "GET /projects?obj_uuids=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000965 10.0.0.19 - - [2026-06-22 03:13:19] "GET /project/fe6bbc25-527f-41b1-a103-800a97eb9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.041412 10.0.0.19 - - [2026-06-22 03:13:19] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-61370318&detail=False&count=False&shared=False HTTP/1.1" 200 1647 0.004965 10.0.0.19 - - [2026-06-22 03:13:19] "DELETE /network-policy/92c068e3-ab48-4451-8835-34e961ee01b8 HTTP/1.1" 200 115 0.032742 10.0.0.19 - - [2026-06-22 03:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.241 - - [2026-06-22 03:13:19] "GET /projects?obj_uuids=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000927 10.0.0.19 - - [2026-06-22 03:13:19] "GET /project/fe6bbc25-527f-41b1-a103-800a97eb9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.033939 10.0.0.19 - - [2026-06-22 03:13:19] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-61370318&detail=False&count=False&shared=False HTTP/1.1" 200 1430 0.004952 10.0.0.19 - - [2026-06-22 03:13:19] "DELETE /network-policy/bb8a9e98-022a-4c69-bdb9-89621e147e84 HTTP/1.1" 200 115 0.036226 10.0.0.19 - - [2026-06-22 03:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005099 10.0.0.241 - - [2026-06-22 03:13:19] "GET /projects?obj_uuids=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001007 10.0.0.19 - - [2026-06-22 03:13:19] "GET /project/fe6bbc25-527f-41b1-a103-800a97eb9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.043083 10.0.0.19 - - [2026-06-22 03:13:19] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-61370318&detail=False&count=False&shared=False HTTP/1.1" 200 1213 0.005581 10.0.0.19 - - [2026-06-22 03:13:19] "DELETE /network-policy/b2f699f0-bb34-4b92-a9b8-e24ad23406f6 HTTP/1.1" 200 115 0.034651 10.0.0.19 - - [2026-06-22 03:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.241 - - [2026-06-22 03:13:19] "GET /projects?obj_uuids=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000901 10.0.0.19 - - [2026-06-22 03:13:19] "GET /project/fe6bbc25-527f-41b1-a103-800a97eb9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.044333 10.0.0.19 - - [2026-06-22 03:13:20] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-61370318&detail=False&count=False&shared=False HTTP/1.1" 200 994 0.005577 10.0.0.19 - - [2026-06-22 03:13:20] "DELETE /network-policy/7deccb7d-fdcc-4710-8def-f6e8f177d729 HTTP/1.1" 200 115 0.044344 10.0.0.19 - - [2026-06-22 03:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.241 - - [2026-06-22 03:13:20] "GET /projects?obj_uuids=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000910 10.0.0.19 - - [2026-06-22 03:13:20] "GET /project/fe6bbc25-527f-41b1-a103-800a97eb9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.040439 10.0.0.19 - - [2026-06-22 03:13:20] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-61370318&detail=False&count=False&shared=False HTTP/1.1" 200 778 0.004970 10.0.0.19 - - [2026-06-22 03:13:20] "DELETE /network-policy/21378dfb-9cd4-4421-97ee-25191f90af5a HTTP/1.1" 200 115 0.043624 10.0.0.19 - - [2026-06-22 03:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.241 - - [2026-06-22 03:13:20] "GET /projects?obj_uuids=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000971 10.0.0.19 - - [2026-06-22 03:13:20] "GET /project/fe6bbc25-527f-41b1-a103-800a97eb9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.037455 10.0.0.19 - - [2026-06-22 03:13:20] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-61370318&detail=False&count=False&shared=False HTTP/1.1" 200 562 0.005263 10.0.0.19 - - [2026-06-22 03:13:20] "DELETE /network-policy/7c6040b3-7c6b-4b9f-b2be-bd6b25d2fa18 HTTP/1.1" 200 115 0.037271 10.0.0.19 - - [2026-06-22 03:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.241 - - [2026-06-22 03:13:20] "GET /projects?obj_uuids=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001019 10.0.0.19 - - [2026-06-22 03:13:20] "GET /project/fe6bbc25-527f-41b1-a103-800a97eb9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.044986 10.0.0.19 - - [2026-06-22 03:13:20] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-61370318&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.005358 10.0.0.19 - - [2026-06-22 03:13:20] "DELETE /network-policy/046e97e8-8fdd-4f63-ac25-449b38982543 HTTP/1.1" 200 115 0.038557 10.0.0.19 - - [2026-06-22 03:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.241 - - [2026-06-22 03:13:20] "GET /projects?obj_uuids=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000969 10.0.0.19 - - [2026-06-22 03:13:20] "GET /project/fe6bbc25-527f-41b1-a103-800a97eb9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.044087 10.0.0.19 - - [2026-06-22 03:13:20] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-61370318&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.007346 10.0.0.241 - - [2026-06-22 03:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004577 10.0.0.19 - - [2026-06-22 03:13:21] "POST /neutron/network HTTP/1.1" 200 1074 0.010200 10.0.0.241 - - [2026-06-22 03:13:21] "DELETE /route-target/542abe36-efc3-480f-bd19-ede82b0931bb HTTP/1.1" 200 115 0.034496 10.0.0.19 - - [2026-06-22 03:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.19 - - [2026-06-22 03:13:21] "DELETE /network-ipam/f6c22742-ce5b-4700-8119-9707b2e5fc38 HTTP/1.1" 200 115 0.030081 10.0.0.19 - - [2026-06-22 03:13:21] "POST /fqname-to-id HTTP/1.1" 404 248 0.003252 10.0.0.241 - - [2026-06-22 03:13:21] "GET /projects?obj_uuids=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000795 10.0.0.241 - - [2026-06-22 03:13:21] "GET /project/fe6bbc25-527f-41b1-a103-800a97eb9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.034007 10.0.0.241 - - [2026-06-22 03:13:21] "GET /projects?obj_uuids=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000917 10.0.0.241 - - [2026-06-22 03:13:21] "GET /project/fe6bbc25-527f-41b1-a103-800a97eb9cfb?fields=security_groups HTTP/1.1" 200 1382 0.088396 10.0.0.241 - - [2026-06-22 03:13:22] "DELETE /security-group/2dfe2a04-be0c-4c2e-a76d-1dcc9202cd8d HTTP/1.1" 200 115 0.048208 10.0.0.241 - - [2026-06-22 03:13:22] "GET /projects?obj_uuids=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001156 10.0.0.241 - - [2026-06-22 03:13:22] "GET /project/fe6bbc25-527f-41b1-a103-800a97eb9cfb?fields=application_policy_sets HTTP/1.1" 200 1421 0.057656 10.0.0.19 - - [2026-06-22 03:13:22] "DELETE /project/fe6bbc25-527f-41b1-a103-800a97eb9cfb HTTP/1.1" 200 115 0.461541 10.0.0.241 - - [2026-06-22 03:13:22] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001454 10.0.0.19 - - [2026-06-22 03:13:22] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?fields=projects HTTP/1.1" 200 1443 0.013537 10.0.0.241 - - [2026-06-22 03:13:23] "GET /projects?obj_uuids=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003459 10.0.0.241 - - [2026-06-22 03:13:23] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000824 10.0.0.241 - - [2026-06-22 03:13:23] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.048020 10.0.0.241 - - [2026-06-22 03:13:23] "POST /id-to-fqname HTTP/1.1" 200 196 0.004272 10.0.0.241 - - [2026-06-22 03:13:23] "POST /fqname-to-id HTTP/1.1" 404 205 0.003885 10.0.0.241 - - [2026-06-22 03:13:23] "POST /security-groups HTTP/1.1" 200 597 0.073303 10.0.0.241 - - [2026-06-22 03:13:24] "POST /fqname-to-id HTTP/1.1" 404 240 0.003473 10.0.0.241 - - [2026-06-22 03:13:24] "POST /projects HTTP/1.1" 200 597 0.282831 10.0.0.241 - - [2026-06-22 03:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.356562 10.0.0.241 - - [2026-06-22 03:13:24] "POST /access-control-lists HTTP/1.1" 200 602 0.030142 10.0.0.19 - - [2026-06-22 03:13:24] "GET /project/fe6bbc25-527f-41b1-a103-800a97eb9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.541303 10.0.0.241 - - [2026-06-22 03:13:24] "GET /projects?obj_uuids=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001193 10.0.0.19 - - [2026-06-22 03:13:24] "GET /project/fe6bbc25-527f-41b1-a103-800a97eb9cfb?fields=virtual_networks HTTP/1.1" 200 1047 0.043890 10.0.0.241 - - [2026-06-22 03:13:24] "GET /projects?obj_uuids=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001081 10.0.0.19 - - [2026-06-22 03:13:24] "GET /project/fe6bbc25-527f-41b1-a103-800a97eb9cfb?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.053943 10.0.0.241 - - [2026-06-22 03:13:24] "GET /projects?obj_uuids=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001377 10.0.0.19 - - [2026-06-22 03:13:24] "GET /project/fe6bbc25-527f-41b1-a103-800a97eb9cfb?fields=security_groups HTTP/1.1" 200 1280 0.039046 10.0.0.19 - - [2026-06-22 03:13:24] "GET /obj-perms HTTP/1.1" 200 4493 0.339351 10.0.0.19 - - [2026-06-22 03:13:25] "POST /fqname-to-id HTTP/1.1" 404 200 0.030220 10.0.0.241 - - [2026-06-22 03:13:25] "GET /projects?obj_uuids=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003092 10.0.0.241 - - [2026-06-22 03:13:25] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000937 10.0.0.241 - - [2026-06-22 03:13:25] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006983 10.0.0.241 - - [2026-06-22 03:13:25] "POST /id-to-fqname HTTP/1.1" 200 202 0.001467 10.0.0.241 - - [2026-06-22 03:13:25] "POST /fqname-to-id HTTP/1.1" 404 211 0.006950 10.0.0.241 - - [2026-06-22 03:13:26] "POST /security-groups HTTP/1.1" 200 603 0.027717 10.0.0.241 - - [2026-06-22 03:13:26] "POST /projects HTTP/1.1" 200 609 0.239533 10.0.0.241 - - [2026-06-22 03:13:26] "POST /fqname-to-id HTTP/1.1" 404 245 0.009346 10.0.0.241 - - [2026-06-22 03:13:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.308770 10.0.0.19 - - [2026-06-22 03:13:26] "GET /project/092236fa-9c46-421b-a17e-ec33efaa8a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.430647 10.0.0.19 - - [2026-06-22 03:13:27] "GET / HTTP/1.1" 200 36215 0.001470 10.0.0.19 - - [2026-06-22 03:13:29] "GET /project/092236fa-9c46-421b-a17e-ec33efaa8a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000446 10.0.0.241 - - [2026-06-22 03:13:29] "GET /projects?obj_uuids=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000860 10.0.0.19 - - [2026-06-22 03:13:29] "GET /project/092236fa-9c46-421b-a17e-ec33efaa8a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.068756 10.0.0.19 - - [2026-06-22 03:13:30] "GET / HTTP/1.1" 200 36215 0.001734 10.0.0.19 - - [2026-06-22 03:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.241 - - [2026-06-22 03:13:30] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001321 10.0.0.19 - - [2026-06-22 03:13:30] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.008174 10.0.0.19 - - [2026-06-22 03:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.241 - - [2026-06-22 03:13:30] "GET /projects?obj_uuids=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001292 10.0.0.19 - - [2026-06-22 03:13:30] "GET /project/092236fa-9c46-421b-a17e-ec33efaa8a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.042826 10.0.0.19 - - [2026-06-22 03:13:31] "GET /domains HTTP/1.1" 401 292 0.000500 10.0.0.19 - - [2026-06-22 03:13:32] "GET /domains HTTP/1.1" 200 281 0.026076 10.0.0.241 - - [2026-06-22 03:13:32] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000897 10.0.0.19 - - [2026-06-22 03:13:32] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75 HTTP/1.1" 200 2984 0.009248 10.0.0.241 - - [2026-06-22 03:13:32] "GET /projects?obj_uuids=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001189 10.0.0.19 - - [2026-06-22 03:13:32] "GET /project/092236fa-9c46-421b-a17e-ec33efaa8a5a HTTP/1.1" 200 1928 0.086534 10.0.0.19 - - [2026-06-22 03:13:32] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003095 10.0.0.19 - - [2026-06-22 03:13:32] "POST /network-ipams HTTP/1.1" 200 623 0.029703 10.0.0.19 - - [2026-06-22 03:13:32] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 813 0.003284 10.0.0.19 - - [2026-06-22 03:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.19 - - [2026-06-22 03:13:32] "GET /network-ipam/97541cbe-626a-4b01-91fe-0f1c033d542d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.006361 10.0.0.19 - - [2026-06-22 03:13:32] "PUT /network-ipam/97541cbe-626a-4b01-91fe-0f1c033d542d HTTP/1.1" 200 259 0.015662 10.0.0.19 - - [2026-06-22 03:13:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000470 10.0.0.19 - - [2026-06-22 03:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.021734 10.0.0.241 - - [2026-06-22 03:13:33] "GET /projects?obj_uuids=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001028 10.0.0.19 - - [2026-06-22 03:13:33] "GET /project/092236fa-9c46-421b-a17e-ec33efaa8a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.047669 10.0.0.241 - - [2026-06-22 03:13:33] "GET /projects?obj_uuids=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000983 10.0.0.19 - - [2026-06-22 03:13:33] "POST /neutron/network HTTP/1.1" 200 623 0.159783 10.0.0.241 - - [2026-06-22 03:13:33] "POST /ref-update HTTP/1.1" 200 156 0.022186 10.0.0.241 - - [2026-06-22 03:13:34] "POST /useragent-kv HTTP/1.1" 200 115 0.004326 10.0.0.19 - - [2026-06-22 03:13:34] "POST /neutron/subnet HTTP/1.1" 200 823 0.201362 10.0.0.19 - - [2026-06-22 03:13:34] "POST /id-to-fqname HTTP/1.1" 200 235 0.001185 10.0.0.19 - - [2026-06-22 03:13:34] "GET /virtual-network/dc744b62-cbea-4bd9-b1f1-a3c684e46659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005230 10.0.0.19 - - [2026-06-22 03:13:34] "GET /virtual-network/dc744b62-cbea-4bd9-b1f1-a3c684e46659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005511 10.0.0.19 - - [2026-06-22 03:13:34] "POST /neutron/network HTTP/1.1" 200 1336 0.010843 10.0.0.19 - - [2026-06-22 03:13:34] "POST /neutron/subnet HTTP/1.1" 200 823 0.009661 10.0.0.19 - - [2026-06-22 03:13:34] "GET /virtual-network/dc744b62-cbea-4bd9-b1f1-a3c684e46659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005525 10.0.0.19 - - [2026-06-22 03:13:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.241 - - [2026-06-22 03:13:36] "GET /projects?obj_uuids=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000925 10.0.0.19 - - [2026-06-22 03:13:36] "GET /project/092236fa-9c46-421b-a17e-ec33efaa8a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.034574 10.0.0.241 - - [2026-06-22 03:13:36] "POST /useragent-kv HTTP/1.1" 200 115 0.006330 10.0.0.19 - - [2026-06-22 03:13:36] "POST /neutron/subnet HTTP/1.1" 200 701 0.182076 10.0.0.19 - - [2026-06-22 03:13:37] "POST /neutron/network HTTP/1.1" 200 1336 0.014625 10.0.0.19 - - [2026-06-22 03:13:37] "POST /id-to-fqname HTTP/1.1" 200 235 0.001262 10.0.0.19 - - [2026-06-22 03:13:37] "GET /virtual-network/f2bcbc14-1487-4aaf-8af1-b35beb10982e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.006972 10.0.0.19 - - [2026-06-22 03:13:37] "GET /virtual-network/f2bcbc14-1487-4aaf-8af1-b35beb10982e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005679 10.0.0.19 - - [2026-06-22 03:13:37] "POST /neutron/subnet HTTP/1.1" 200 701 0.009858 10.0.0.19 - - [2026-06-22 03:13:37] "GET /virtual-network/f2bcbc14-1487-4aaf-8af1-b35beb10982e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005990 10.0.0.129 - - [2026-06-22 03:13:37] "GET /obj-perms HTTP/1.1" 200 4456 0.038407 10.0.0.19 - - [2026-06-22 03:13:37] "POST /fqname-to-id HTTP/1.1" 404 211 0.003335 10.0.0.19 - - [2026-06-22 03:13:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.241 - - [2026-06-22 03:13:38] "GET /projects?obj_uuids=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001139 10.0.0.19 - - [2026-06-22 03:13:38] "GET /project/092236fa-9c46-421b-a17e-ec33efaa8a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.036476 10.0.0.19 - - [2026-06-22 03:13:38] "POST /network-policys HTTP/1.1" 200 535 0.070924 10.0.0.19 - - [2026-06-22 03:13:38] "GET /network-policy/05d5e9f1-40d2-4568-9884-7b1c4e76c162?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.014207 10.0.0.19 - - [2026-06-22 03:13:38] "POST /fqname-to-id HTTP/1.1" 404 211 0.003117 10.0.0.19 - - [2026-06-22 03:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.241 - - [2026-06-22 03:13:38] "GET /projects?obj_uuids=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001604 10.0.0.19 - - [2026-06-22 03:13:38] "GET /project/092236fa-9c46-421b-a17e-ec33efaa8a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.048783 10.0.0.19 - - [2026-06-22 03:13:38] "POST /network-policys HTTP/1.1" 200 535 0.080667 10.0.0.19 - - [2026-06-22 03:13:38] "GET /network-policy/fc903b63-bcfa-409f-bad9-fc3755551cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.007564 10.0.0.19 - - [2026-06-22 03:13:38] "POST /fqname-to-id HTTP/1.1" 404 211 0.003656 10.0.0.19 - - [2026-06-22 03:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.241 - - [2026-06-22 03:13:38] "GET /projects?obj_uuids=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001015 10.0.0.19 - - [2026-06-22 03:13:38] "GET /project/092236fa-9c46-421b-a17e-ec33efaa8a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.036335 10.0.0.19 - - [2026-06-22 03:13:39] "POST /network-policys HTTP/1.1" 200 535 0.073935 10.0.0.19 - - [2026-06-22 03:13:39] "GET /network-policy/aa3a0d5c-7782-4956-b60f-59053a1c5b6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.005576 10.0.0.19 - - [2026-06-22 03:13:39] "POST /fqname-to-id HTTP/1.1" 404 211 0.003247 10.0.0.19 - - [2026-06-22 03:13:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004283 10.0.0.241 - - [2026-06-22 03:13:39] "GET /projects?obj_uuids=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000936 10.0.0.19 - - [2026-06-22 03:13:39] "GET /project/092236fa-9c46-421b-a17e-ec33efaa8a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.037293 10.0.0.19 - - [2026-06-22 03:13:39] "POST /network-policys HTTP/1.1" 200 535 0.074315 10.0.0.19 - - [2026-06-22 03:13:39] "GET /network-policy/892917b3-d269-4afb-a920-5cbc140dd978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.006173 10.0.0.19 - - [2026-06-22 03:13:39] "POST /fqname-to-id HTTP/1.1" 404 213 0.003458 10.0.0.19 - - [2026-06-22 03:13:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004052 10.0.0.241 - - [2026-06-22 03:13:39] "GET /projects?obj_uuids=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001019 10.0.0.19 - - [2026-06-22 03:13:39] "GET /project/092236fa-9c46-421b-a17e-ec33efaa8a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.037931 10.0.0.19 - - [2026-06-22 03:13:39] "POST /network-policys HTTP/1.1" 200 539 0.031388 10.0.0.19 - - [2026-06-22 03:13:39] "GET /network-policy/c7aca0f7-cfa0-4fec-a92c-0d736a3d2c7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.006080 10.0.0.19 - - [2026-06-22 03:13:40] "POST /fqname-to-id HTTP/1.1" 404 212 0.002909 10.0.0.19 - - [2026-06-22 03:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.241 - - [2026-06-22 03:13:40] "GET /projects?obj_uuids=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001042 10.0.0.19 - - [2026-06-22 03:13:40] "GET /project/092236fa-9c46-421b-a17e-ec33efaa8a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.037712 10.0.0.19 - - [2026-06-22 03:13:40] "POST /network-policys HTTP/1.1" 200 537 0.073954 10.0.0.19 - - [2026-06-22 03:13:40] "GET /network-policy/5fb70ee0-82ce-4225-8fb9-89f334b9ab62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.005924 10.0.0.19 - - [2026-06-22 03:13:40] "POST /fqname-to-id HTTP/1.1" 404 212 0.002911 10.0.0.19 - - [2026-06-22 03:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.241 - - [2026-06-22 03:13:40] "GET /projects?obj_uuids=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000968 10.0.0.19 - - [2026-06-22 03:13:40] "GET /project/092236fa-9c46-421b-a17e-ec33efaa8a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.060027 10.0.0.19 - - [2026-06-22 03:13:40] "POST /network-policys HTTP/1.1" 200 537 0.077948 10.0.0.19 - - [2026-06-22 03:13:40] "GET /network-policy/aa268900-30c4-4c4e-bed0-8bed025a18ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4997 0.006016 10.0.0.19 - - [2026-06-22 03:13:40] "POST /fqname-to-id HTTP/1.1" 404 212 0.003203 10.0.0.19 - - [2026-06-22 03:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.241 - - [2026-06-22 03:13:40] "GET /projects?obj_uuids=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001467 10.0.0.19 - - [2026-06-22 03:13:40] "GET /project/092236fa-9c46-421b-a17e-ec33efaa8a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.050020 10.0.0.19 - - [2026-06-22 03:13:41] "POST /network-policys HTTP/1.1" 200 537 0.086359 10.0.0.19 - - [2026-06-22 03:13:41] "GET /network-policy/2dfcdb96-0f7f-4944-904b-260edcd80065?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.006240 10.0.0.19 - - [2026-06-22 03:13:41] "POST /fqname-to-id HTTP/1.1" 404 212 0.004793 10.0.0.19 - - [2026-06-22 03:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006064 10.0.0.241 - - [2026-06-22 03:13:41] "GET /projects?obj_uuids=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000943 10.0.0.19 - - [2026-06-22 03:13:41] "GET /project/092236fa-9c46-421b-a17e-ec33efaa8a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.054248 10.0.0.19 - - [2026-06-22 03:13:41] "POST /network-policys HTTP/1.1" 200 537 0.070576 10.0.0.19 - - [2026-06-22 03:13:41] "GET /network-policy/c965400b-4138-4809-832c-7fdc39787586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.006156 10.0.0.19 - - [2026-06-22 03:13:41] "POST /fqname-to-id HTTP/1.1" 404 214 0.003826 10.0.0.19 - - [2026-06-22 03:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004770 10.0.0.241 - - [2026-06-22 03:13:41] "GET /projects?obj_uuids=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001034 10.0.0.19 - - [2026-06-22 03:13:41] "GET /project/092236fa-9c46-421b-a17e-ec33efaa8a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.062117 10.0.0.19 - - [2026-06-22 03:13:41] "POST /network-policys HTTP/1.1" 200 541 0.032665 10.0.0.19 - - [2026-06-22 03:13:41] "GET /network-policy/f1811e1f-f8fc-4426-a416-2ca77573b2af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.005112 10.0.0.19 - - [2026-06-22 03:13:42] "POST /neutron/network HTTP/1.1" 200 1336 0.012161 10.0.0.241 - - [2026-06-22 03:13:42] "POST /fqname-to-id HTTP/1.1" 404 252 0.007178 10.0.0.241 - - [2026-06-22 03:13:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.023589 10.0.0.19 - - [2026-06-22 03:13:42] "GET /virtual-network/dc744b62-cbea-4bd9-b1f1-a3c684e46659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.008378 10.0.0.19 - - [2026-06-22 03:13:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.19 - - [2026-06-22 03:13:42] "GET /network-policy/05d5e9f1-40d2-4568-9884-7b1c4e76c162?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.004155 10.0.0.19 - - [2026-06-22 03:13:42] "POST /neutron/network HTTP/1.1" 200 1336 0.013537 10.0.0.241 - - [2026-06-22 03:13:42] "POST /access-control-lists HTTP/1.1" 200 611 0.037221 10.0.0.19 - - [2026-06-22 03:13:42] "GET /virtual-network/f2bcbc14-1487-4aaf-8af1-b35beb10982e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.015725 10.0.0.19 - - [2026-06-22 03:13:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006339 10.0.0.19 - - [2026-06-22 03:13:42] "GET /network-policy/c7aca0f7-cfa0-4fec-a92c-0d736a3d2c7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004862 10.0.0.19 - - [2026-06-22 03:13:42] "POST /id-to-fqname HTTP/1.1" 200 235 0.001202 10.0.0.19 - - [2026-06-22 03:13:43] "POST /neutron/network HTTP/1.1" 200 1434 0.007262 10.0.0.241 - - [2026-06-22 03:13:43] "GET /projects?obj_uuids=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001671 10.0.0.19 - - [2026-06-22 03:13:43] "GET /project/092236fa-9c46-421b-a17e-ec33efaa8a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.085449 10.0.0.19 - - [2026-06-22 03:13:44] "POST /neutron/port HTTP/1.1" 200 117 0.008132 10.0.0.19 - - [2026-06-22 03:13:44] "POST /id-to-fqname HTTP/1.1" 200 235 0.001259 10.0.0.241 - - [2026-06-22 03:13:45] "GET /projects?obj_uuids=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001361 10.0.0.19 - - [2026-06-22 03:13:45] "GET /project/092236fa-9c46-421b-a17e-ec33efaa8a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.069461 10.0.0.19 - - [2026-06-22 03:13:45] "POST /neutron/network HTTP/1.1" 200 1426 0.013697 10.0.0.19 - - [2026-06-22 03:13:45] "POST /neutron/port HTTP/1.1" 200 117 0.008568 10.0.0.19 - - [2026-06-22 03:13:48] "POST /neutron/port HTTP/1.1" 200 1173 0.035807 10.0.0.19 - - [2026-06-22 03:13:49] "POST /neutron/network HTTP/1.1" 200 1436 0.007586 10.0.0.19 - - [2026-06-22 03:13:49] "POST /neutron/port HTTP/1.1" 200 1237 0.020786 10.0.0.19 - - [2026-06-22 03:13:50] "POST /neutron/port HTTP/1.1" 200 117 0.025176 10.0.0.19 - - [2026-06-22 03:13:50] "POST /neutron/port HTTP/1.1" 200 1227 0.169600 10.0.0.19 - - [2026-06-22 03:13:50] "POST /neutron/port HTTP/1.1" 200 1237 0.018576 10.0.0.19 - - [2026-06-22 03:13:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003621 10.0.0.19 - - [2026-06-22 03:13:51] "POST /neutron/port HTTP/1.1" 200 117 0.001096 10.0.0.19 - - [2026-06-22 03:13:55] "POST /neutron/port HTTP/1.1" 200 1237 0.017306 10.0.0.19 - - [2026-06-22 03:13:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008276 10.0.0.19 - - [2026-06-22 03:13:55] "GET /virtual-machine/27b68d01-9384-4b6f-9add-3ea6f26a6afd HTTP/1.1" 401 292 0.000409 10.0.0.19 - - [2026-06-22 03:13:56] "GET /virtual-machine/27b68d01-9384-4b6f-9add-3ea6f26a6afd HTTP/1.1" 200 1306 0.027835 10.0.0.19 - - [2026-06-22 03:13:56] "GET /virtual-machine-interface/61a8de30-decf-42d3-af59-fe58894fb98e HTTP/1.1" 200 3177 0.009434 10.0.0.19 - - [2026-06-22 03:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.19 - - [2026-06-22 03:13:56] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004150 10.0.0.19 - - [2026-06-22 03:13:56] "GET /virtual-networks?parent_id=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.003242 10.0.0.19 - - [2026-06-22 03:13:56] "GET /virtual-network/dc744b62-cbea-4bd9-b1f1-a3c684e46659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.010621 10.0.0.19 - - [2026-06-22 03:13:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.19 - - [2026-06-22 03:13:59] "GET /virtual-network/dc744b62-cbea-4bd9-b1f1-a3c684e46659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005816 10.0.0.19 - - [2026-06-22 03:14:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.19 - - [2026-06-22 03:14:03] "GET /virtual-network/dc744b62-cbea-4bd9-b1f1-a3c684e46659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005394 10.0.0.241 - - [2026-06-22 03:14:04] "DELETE /project/092236fa9c46421ba17eec33efaa8a5a HTTP/1.1" 404 173 0.003540 10.0.0.241 - - [2026-06-22 03:14:04] "DELETE /project/fe6bbc25527f41b1a103800a97eb9cfb HTTP/1.1" 404 173 0.005194 10.0.0.241 - - [2026-06-22 03:14:04] "GET /projects?obj_uuids=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000823 10.0.0.241 - - [2026-06-22 03:14:04] "GET /project/fe6bbc25-527f-41b1-a103-800a97eb9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.038658 10.0.0.241 - - [2026-06-22 03:14:04] "GET /projects?obj_uuids=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001359 10.0.0.241 - - [2026-06-22 03:14:04] "GET /project/fe6bbc25-527f-41b1-a103-800a97eb9cfb?fields=security_groups HTTP/1.1" 200 1382 0.045891 10.0.0.241 - - [2026-06-22 03:14:04] "DELETE /security-group/a8ed3aa1-d58d-4903-a51d-22885ba68f5a HTTP/1.1" 200 115 0.055325 10.0.0.241 - - [2026-06-22 03:14:04] "GET /projects?obj_uuids=fe6bbc25-527f-41b1-a103-800a97eb9cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000839 10.0.0.241 - - [2026-06-22 03:14:04] "GET /project/fe6bbc25-527f-41b1-a103-800a97eb9cfb?fields=application_policy_sets HTTP/1.1" 200 1421 0.047324 10.0.0.241 - - [2026-06-22 03:14:04] "DELETE /access-control-list/cf9f7d0d-bfb9-43b7-b03e-66ed87e8996c HTTP/1.1" 200 115 0.068000 10.0.0.241 - - [2026-06-22 03:14:04] "DELETE /project/fe6bbc25-527f-41b1-a103-800a97eb9cfb HTTP/1.1" 200 115 0.396682 10.0.0.19 - - [2026-06-22 03:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.19 - - [2026-06-22 03:14:07] "GET /virtual-network/dc744b62-cbea-4bd9-b1f1-a3c684e46659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005315 10.0.0.19 - - [2026-06-22 03:14:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.19 - - [2026-06-22 03:14:11] "GET /virtual-network/dc744b62-cbea-4bd9-b1f1-a3c684e46659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005058 10.0.0.19 - - [2026-06-22 03:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.19 - - [2026-06-22 03:14:15] "GET /virtual-network/dc744b62-cbea-4bd9-b1f1-a3c684e46659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005442 10.0.0.19 - - [2026-06-22 03:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004235 10.0.0.19 - - [2026-06-22 03:14:19] "GET /virtual-network/dc744b62-cbea-4bd9-b1f1-a3c684e46659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005267 10.0.0.19 - - [2026-06-22 03:14:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.19 - - [2026-06-22 03:14:21] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003876 10.0.0.19 - - [2026-06-22 03:14:22] "GET /virtual-networks?parent_id=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.003365 10.0.0.19 - - [2026-06-22 03:14:22] "GET /virtual-network/dc744b62-cbea-4bd9-b1f1-a3c684e46659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006179 10.0.0.19 - - [2026-06-22 03:14:22] "POST /neutron/port HTTP/1.1" 200 1237 0.016568 10.0.0.19 - - [2026-06-22 03:14:23] "POST /neutron/security_group HTTP/1.1" 200 2070 0.025367 10.0.0.241 - - [2026-06-22 03:14:25] "GET /obj-perms HTTP/1.1" 200 4493 0.034483 10.0.0.19 - - [2026-06-22 03:14:26] "GET /obj-perms HTTP/1.1" 200 4493 0.034917 10.0.0.19 - - [2026-06-22 03:14:27] "POST /neutron/port HTTP/1.1" 200 1237 0.019054 10.0.0.19 - - [2026-06-22 03:14:32] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008004 10.0.0.19 - - [2026-06-22 03:14:32] "POST /neutron/port HTTP/1.1" 200 1237 0.017984 10.0.0.19 - - [2026-06-22 03:14:32] "GET /virtual-machine/6928093d-3a21-4ac4-987d-cacaf0a080cc HTTP/1.1" 200 1306 0.006403 10.0.0.19 - - [2026-06-22 03:14:32] "GET /virtual-machine-interface/486d2675-ba0b-4c0a-8a09-869625a60577 HTTP/1.1" 200 3176 0.005491 10.0.0.19 - - [2026-06-22 03:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.19 - - [2026-06-22 03:14:32] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003342 10.0.0.19 - - [2026-06-22 03:14:32] "GET /virtual-networks?parent_id=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.003354 10.0.0.19 - - [2026-06-22 03:14:32] "GET /virtual-network/f2bcbc14-1487-4aaf-8af1-b35beb10982e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.006064 10.0.0.19 - - [2026-06-22 03:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.19 - - [2026-06-22 03:14:33] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004062 10.0.0.19 - - [2026-06-22 03:14:33] "GET /virtual-networks?parent_id=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.003721 10.0.0.19 - - [2026-06-22 03:14:33] "GET /virtual-network/f2bcbc14-1487-4aaf-8af1-b35beb10982e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.006874 10.0.0.19 - - [2026-06-22 03:14:34] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008702 10.0.0.19 - - [2026-06-22 03:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004519 10.0.0.19 - - [2026-06-22 03:14:34] "GET /network-policy/c7aca0f7-cfa0-4fec-a92c-0d736a3d2c7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.003490 10.0.0.19 - - [2026-06-22 03:14:34] "POST /neutron/port HTTP/1.1" 200 1237 0.019192 10.0.0.19 - - [2026-06-22 03:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004365 10.0.0.19 - - [2026-06-22 03:14:34] "GET /network-policy/05d5e9f1-40d2-4568-9884-7b1c4e76c162?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.003885 10.0.0.19 - - [2026-06-22 03:14:34] "POST /neutron/network HTTP/1.1" 200 1424 0.094923 10.0.0.19 - - [2026-06-22 03:14:35] "GET /virtual-network/dc744b62-cbea-4bd9-b1f1-a3c684e46659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006270 10.0.0.19 - - [2026-06-22 03:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.19 - - [2026-06-22 03:14:35] "GET /network-policy/fc903b63-bcfa-409f-bad9-fc3755551cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.005271 10.0.0.19 - - [2026-06-22 03:14:38] "POST /neutron/port HTTP/1.1" 200 1237 0.035118 10.0.0.19 - - [2026-06-22 03:14:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003351 10.0.0.19 - - [2026-06-22 03:14:39] "POST /neutron/port HTTP/1.1" 200 117 0.001053 10.0.0.241 - - [2026-06-22 03:14:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.011109 10.0.0.19 - - [2026-06-22 03:14:47] "POST /neutron/network HTTP/1.1" 200 1427 0.109234 10.0.0.241 - - [2026-06-22 03:14:47] "POST /ref-update HTTP/1.1" 200 156 0.047796 10.0.0.19 - - [2026-06-22 03:14:47] "GET /virtual-network/dc744b62-cbea-4bd9-b1f1-a3c684e46659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3485 0.011806 10.0.0.19 - - [2026-06-22 03:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.19 - - [2026-06-22 03:14:47] "GET /network-policy/f1811e1f-f8fc-4426-a416-2ca77573b2af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.003827 10.0.0.19 - - [2026-06-22 03:14:49] "POST /neutron/port HTTP/1.1" 200 1237 0.036540 10.0.0.19 - - [2026-06-22 03:14:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004832 10.0.0.19 - - [2026-06-22 03:14:50] "POST /neutron/port HTTP/1.1" 200 117 0.001148 10.0.0.19 - - [2026-06-22 03:14:59] "POST /neutron/network HTTP/1.1" 200 1424 0.103040 10.0.0.19 - - [2026-06-22 03:14:59] "GET /virtual-network/dc744b62-cbea-4bd9-b1f1-a3c684e46659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.017909 10.0.0.19 - - [2026-06-22 03:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004212 10.0.0.19 - - [2026-06-22 03:14:59] "GET /network-policy/aa3a0d5c-7782-4956-b60f-59053a1c5b6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.003924 10.0.0.241 - - [2026-06-22 03:15:11] "PUT /access-control-list/f4514112-aa22-429a-aa69-62f7c1afca3e HTTP/1.1" 200 273 0.032048 10.0.0.19 - - [2026-06-22 03:15:11] "POST /neutron/network HTTP/1.1" 200 1424 0.109485 10.0.0.19 - - [2026-06-22 03:15:11] "GET /virtual-network/dc744b62-cbea-4bd9-b1f1-a3c684e46659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.007234 10.0.0.19 - - [2026-06-22 03:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005833 10.0.0.19 - - [2026-06-22 03:15:11] "GET /network-policy/892917b3-d269-4afb-a920-5cbc140dd978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.003982 10.0.0.241 - - [2026-06-22 03:15:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.015033 10.0.0.19 - - [2026-06-22 03:15:21] "POST /neutron/network HTTP/1.1" 200 1425 0.105119 10.0.0.19 - - [2026-06-22 03:15:21] "GET /virtual-network/dc744b62-cbea-4bd9-b1f1-a3c684e46659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.008829 10.0.0.19 - - [2026-06-22 03:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.19 - - [2026-06-22 03:15:21] "GET /network-policy/5fb70ee0-82ce-4225-8fb9-89f334b9ab62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.004328 10.0.0.241 - - [2026-06-22 03:15:32] "PUT /access-control-list/f4514112-aa22-429a-aa69-62f7c1afca3e HTTP/1.1" 200 273 0.015390 10.0.0.19 - - [2026-06-22 03:15:32] "POST /neutron/network HTTP/1.1" 200 1425 0.095930 10.0.0.19 - - [2026-06-22 03:15:32] "GET /virtual-network/dc744b62-cbea-4bd9-b1f1-a3c684e46659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.009426 10.0.0.19 - - [2026-06-22 03:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.19 - - [2026-06-22 03:15:32] "GET /network-policy/aa268900-30c4-4c4e-bed0-8bed025a18ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4997 0.004245 10.0.0.19 - - [2026-06-22 03:15:39] "POST /neutron/port HTTP/1.1" 200 1237 0.018209 10.0.0.19 - - [2026-06-22 03:15:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003775 10.0.0.19 - - [2026-06-22 03:15:40] "POST /neutron/port HTTP/1.1" 200 117 0.001096 10.0.0.19 - - [2026-06-22 03:15:42] "POST /neutron/network HTTP/1.1" 200 1425 0.099896 10.0.0.19 - - [2026-06-22 03:15:42] "GET /virtual-network/dc744b62-cbea-4bd9-b1f1-a3c684e46659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.007130 10.0.0.19 - - [2026-06-22 03:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.19 - - [2026-06-22 03:15:42] "GET /network-policy/2dfcdb96-0f7f-4944-904b-260edcd80065?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.004064 10.0.0.19 - - [2026-06-22 03:15:49] "POST /neutron/port HTTP/1.1" 200 1237 0.017031 10.0.0.19 - - [2026-06-22 03:15:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003764 10.0.0.19 - - [2026-06-22 03:15:49] "POST /neutron/port HTTP/1.1" 200 117 0.001038 10.0.0.241 - - [2026-06-22 03:15:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.007451 10.0.0.19 - - [2026-06-22 03:15:54] "POST /neutron/network HTTP/1.1" 200 1425 0.085893 10.0.0.241 - - [2026-06-22 03:15:54] "PUT /access-control-list/f4514112-aa22-429a-aa69-62f7c1afca3e HTTP/1.1" 200 273 0.059792 10.0.0.19 - - [2026-06-22 03:15:54] "GET /virtual-network/dc744b62-cbea-4bd9-b1f1-a3c684e46659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.009636 10.0.0.19 - - [2026-06-22 03:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004432 10.0.0.19 - - [2026-06-22 03:15:54] "GET /network-policy/c965400b-4138-4809-832c-7fdc39787586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.004199 10.0.0.241 - - [2026-06-22 03:15:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000472 10.0.0.241 - - [2026-06-22 03:15:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.129 - - [2026-06-22 03:15:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.129 - - [2026-06-22 03:15:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.241 - - [2026-06-22 03:15:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.241 - - [2026-06-22 03:15:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000513 10.0.0.19 - - [2026-06-22 03:15:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000587 10.0.0.19 - - [2026-06-22 03:15:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000534 10.0.0.129 - - [2026-06-22 03:15:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.129 - - [2026-06-22 03:15:58] "GET /global-system-configs HTTP/1.1" 401 292 0.002069 10.0.0.19 - - [2026-06-22 03:15:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.19 - - [2026-06-22 03:15:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.19 - - [2026-06-22 03:16:03] "GET /virtual-network/dc744b62-cbea-4bd9-b1f1-a3c684e46659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.007961 10.0.0.19 - - [2026-06-22 03:16:03] "POST /neutron/network HTTP/1.1" 200 1336 0.112426 10.0.0.19 - - [2026-06-22 03:16:04] "GET /virtual-network/dc744b62-cbea-4bd9-b1f1-a3c684e46659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.013920 10.0.0.19 - - [2026-06-22 03:16:04] "GET /virtual-machine/6928093d-3a21-4ac4-987d-cacaf0a080cc HTTP/1.1" 200 1306 0.003887 10.0.0.19 - - [2026-06-22 03:16:06] "POST /neutron/port HTTP/1.1" 200 1227 0.021013 10.0.0.19 - - [2026-06-22 03:16:06] "GET /virtual-machine/6928093d-3a21-4ac4-987d-cacaf0a080cc HTTP/1.1" 200 1306 0.003903 10.0.0.19 - - [2026-06-22 03:16:08] "GET /virtual-machine/6928093d-3a21-4ac4-987d-cacaf0a080cc HTTP/1.1" 404 171 0.003543 10.0.0.19 - - [2026-06-22 03:16:08] "GET /virtual-machine/6928093d-3a21-4ac4-987d-cacaf0a080cc HTTP/1.1" 404 171 0.002690 10.0.0.19 - - [2026-06-22 03:16:08] "GET /virtual-machine/6928093d-3a21-4ac4-987d-cacaf0a080cc HTTP/1.1" 404 171 0.003125 10.0.0.19 - - [2026-06-22 03:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.19 - - [2026-06-22 03:16:08] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004394 10.0.0.19 - - [2026-06-22 03:16:08] "GET /virtual-networks?parent_id=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.003149 10.0.0.19 - - [2026-06-22 03:16:08] "GET /virtual-network/f2bcbc14-1487-4aaf-8af1-b35beb10982e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.006707 10.0.0.19 - - [2026-06-22 03:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.19 - - [2026-06-22 03:16:08] "GET /routing-instance/0121907d-af97-4dd8-942b-436fd4c838fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.004776 10.0.0.19 - - [2026-06-22 03:16:08] "GET /route-target/463f8e6e-45af-4595-a208-1f3e5df4c7d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004832 10.0.0.19 - - [2026-06-22 03:16:08] "GET /obj-perms HTTP/1.1" 200 4456 0.041387 10.0.0.129 - - [2026-06-22 03:16:08] "GET /obj-perms HTTP/1.1" 200 4456 0.003721 10.0.0.19 - - [2026-06-22 03:16:08] "GET /virtual-machine/27b68d01-9384-4b6f-9add-3ea6f26a6afd HTTP/1.1" 200 1306 0.004593 10.0.0.19 - - [2026-06-22 03:16:10] "POST /neutron/port HTTP/1.1" 200 1227 0.015200 10.0.0.19 - - [2026-06-22 03:16:10] "GET /virtual-machine/27b68d01-9384-4b6f-9add-3ea6f26a6afd HTTP/1.1" 200 1306 0.004007 10.0.0.19 - - [2026-06-22 03:16:12] "GET /virtual-machine/27b68d01-9384-4b6f-9add-3ea6f26a6afd HTTP/1.1" 404 171 0.003430 10.0.0.19 - - [2026-06-22 03:16:12] "GET /virtual-machine/27b68d01-9384-4b6f-9add-3ea6f26a6afd HTTP/1.1" 404 171 0.002858 10.0.0.19 - - [2026-06-22 03:16:12] "GET /virtual-machine/27b68d01-9384-4b6f-9add-3ea6f26a6afd HTTP/1.1" 404 171 0.003370 10.0.0.19 - - [2026-06-22 03:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.19 - - [2026-06-22 03:16:13] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004563 10.0.0.19 - - [2026-06-22 03:16:13] "GET /virtual-networks?parent_id=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.006555 10.0.0.19 - - [2026-06-22 03:16:13] "GET /virtual-network/dc744b62-cbea-4bd9-b1f1-a3c684e46659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.006206 10.0.0.19 - - [2026-06-22 03:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.19 - - [2026-06-22 03:16:13] "GET /routing-instance/81d02dab-f628-4514-b6b4-563b4eed78f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.004689 10.0.0.19 - - [2026-06-22 03:16:13] "GET /route-target/639c8e88-9d7b-4f5c-804c-f90bddf3db94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004996 10.0.0.19 - - [2026-06-22 03:16:16] "GET /obj-perms HTTP/1.1" 200 4456 0.006088 10.0.0.19 - - [2026-06-22 03:16:16] "GET /obj-perms HTTP/1.1" 200 4456 0.003702 10.0.0.241 - - [2026-06-22 03:16:16] "GET /obj-perms HTTP/1.1" 200 4456 0.034840 10.0.0.19 - - [2026-06-22 03:16:16] "GET /virtual-network/f2bcbc14-1487-4aaf-8af1-b35beb10982e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.005635 10.0.0.19 - - [2026-06-22 03:16:16] "POST /neutron/network HTTP/1.1" 200 1336 0.097096 10.0.0.241 - - [2026-06-22 03:16:16] "DELETE /access-control-list/8216d96e-7dab-4510-9073-3da26f5fcd65 HTTP/1.1" 200 115 0.041806 10.0.0.19 - - [2026-06-22 03:16:16] "GET /virtual-network/f2bcbc14-1487-4aaf-8af1-b35beb10982e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.009272 10.0.0.19 - - [2026-06-22 03:16:17] "DELETE /network-policy/f1811e1f-f8fc-4426-a416-2ca77573b2af HTTP/1.1" 200 115 0.029858 10.0.0.19 - - [2026-06-22 03:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.241 - - [2026-06-22 03:16:17] "GET /projects?obj_uuids=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.025322 10.0.0.19 - - [2026-06-22 03:16:17] "GET /project/092236fa-9c46-421b-a17e-ec33efaa8a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.067538 10.0.0.19 - - [2026-06-22 03:16:17] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-73099662&detail=False&count=False&shared=False HTTP/1.1" 200 2135 0.005334 10.0.0.19 - - [2026-06-22 03:16:17] "DELETE /network-policy/c965400b-4138-4809-832c-7fdc39787586 HTTP/1.1" 200 115 0.039460 10.0.0.19 - - [2026-06-22 03:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004419 10.0.0.241 - - [2026-06-22 03:16:17] "GET /projects?obj_uuids=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000907 10.0.0.19 - - [2026-06-22 03:16:17] "GET /project/092236fa-9c46-421b-a17e-ec33efaa8a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.039188 10.0.0.19 - - [2026-06-22 03:16:17] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-73099662&detail=False&count=False&shared=False HTTP/1.1" 200 1912 0.007275 10.0.0.19 - - [2026-06-22 03:16:17] "DELETE /network-policy/2dfcdb96-0f7f-4944-904b-260edcd80065 HTTP/1.1" 200 115 0.046482 10.0.0.19 - - [2026-06-22 03:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.241 - - [2026-06-22 03:16:17] "GET /projects?obj_uuids=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000976 10.0.0.19 - - [2026-06-22 03:16:17] "GET /project/092236fa-9c46-421b-a17e-ec33efaa8a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.038955 10.0.0.19 - - [2026-06-22 03:16:17] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-73099662&detail=False&count=False&shared=False HTTP/1.1" 200 1689 0.005890 10.0.0.19 - - [2026-06-22 03:16:17] "DELETE /network-policy/aa268900-30c4-4c4e-bed0-8bed025a18ac HTTP/1.1" 200 115 0.037815 10.0.0.19 - - [2026-06-22 03:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.241 - - [2026-06-22 03:16:17] "GET /projects?obj_uuids=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000915 10.0.0.19 - - [2026-06-22 03:16:17] "GET /project/092236fa-9c46-421b-a17e-ec33efaa8a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.044824 10.0.0.19 - - [2026-06-22 03:16:17] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-73099662&detail=False&count=False&shared=False HTTP/1.1" 200 1466 0.005388 10.0.0.19 - - [2026-06-22 03:16:17] "DELETE /network-policy/5fb70ee0-82ce-4225-8fb9-89f334b9ab62 HTTP/1.1" 200 115 0.037248 10.0.0.19 - - [2026-06-22 03:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.241 - - [2026-06-22 03:16:17] "GET /projects?obj_uuids=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000919 10.0.0.19 - - [2026-06-22 03:16:17] "GET /project/092236fa-9c46-421b-a17e-ec33efaa8a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.038804 10.0.0.19 - - [2026-06-22 03:16:18] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-73099662&detail=False&count=False&shared=False HTTP/1.1" 200 1243 0.005243 10.0.0.19 - - [2026-06-22 03:16:18] "DELETE /network-policy/c7aca0f7-cfa0-4fec-a92c-0d736a3d2c7d HTTP/1.1" 200 115 0.034236 10.0.0.19 - - [2026-06-22 03:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.241 - - [2026-06-22 03:16:18] "GET /projects?obj_uuids=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000922 10.0.0.19 - - [2026-06-22 03:16:18] "GET /project/092236fa-9c46-421b-a17e-ec33efaa8a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.043298 10.0.0.19 - - [2026-06-22 03:16:18] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-73099662&detail=False&count=False&shared=False HTTP/1.1" 200 1018 0.006286 10.0.0.19 - - [2026-06-22 03:16:18] "DELETE /network-policy/892917b3-d269-4afb-a920-5cbc140dd978 HTTP/1.1" 200 115 0.047992 10.0.0.19 - - [2026-06-22 03:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.241 - - [2026-06-22 03:16:18] "GET /projects?obj_uuids=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001038 10.0.0.19 - - [2026-06-22 03:16:18] "GET /project/092236fa-9c46-421b-a17e-ec33efaa8a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.045049 10.0.0.19 - - [2026-06-22 03:16:18] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-73099662&detail=False&count=False&shared=False HTTP/1.1" 200 796 0.005251 10.0.0.19 - - [2026-06-22 03:16:18] "DELETE /network-policy/aa3a0d5c-7782-4956-b60f-59053a1c5b6a HTTP/1.1" 200 115 0.040928 10.0.0.19 - - [2026-06-22 03:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.241 - - [2026-06-22 03:16:18] "GET /projects?obj_uuids=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001277 10.0.0.19 - - [2026-06-22 03:16:18] "GET /project/092236fa-9c46-421b-a17e-ec33efaa8a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.039560 10.0.0.19 - - [2026-06-22 03:16:18] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-73099662&detail=False&count=False&shared=False HTTP/1.1" 200 574 0.006443 10.0.0.19 - - [2026-06-22 03:16:18] "DELETE /network-policy/fc903b63-bcfa-409f-bad9-fc3755551cbe HTTP/1.1" 200 115 0.038736 10.0.0.19 - - [2026-06-22 03:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002768 10.0.0.241 - - [2026-06-22 03:16:18] "GET /projects?obj_uuids=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001024 10.0.0.19 - - [2026-06-22 03:16:18] "GET /project/092236fa-9c46-421b-a17e-ec33efaa8a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.035396 10.0.0.19 - - [2026-06-22 03:16:18] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-73099662&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005721 10.0.0.19 - - [2026-06-22 03:16:19] "DELETE /network-policy/05d5e9f1-40d2-4568-9884-7b1c4e76c162 HTTP/1.1" 200 115 0.043349 10.0.0.19 - - [2026-06-22 03:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.241 - - [2026-06-22 03:16:19] "GET /projects?obj_uuids=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000997 10.0.0.19 - - [2026-06-22 03:16:19] "GET /project/092236fa-9c46-421b-a17e-ec33efaa8a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.042357 10.0.0.19 - - [2026-06-22 03:16:19] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-73099662&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006139 10.0.0.241 - - [2026-06-22 03:16:19] "POST /useragent-kv HTTP/1.1" 200 115 0.007680 10.0.0.241 - - [2026-06-22 03:16:19] "POST /useragent-kv HTTP/1.1" 200 115 0.006012 10.0.0.241 - - [2026-06-22 03:16:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002533 10.0.0.241 - - [2026-06-22 03:16:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002940 10.0.0.241 - - [2026-06-22 03:16:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003411 10.0.0.241 - - [2026-06-22 03:16:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002917 10.0.0.241 - - [2026-06-22 03:16:19] "DELETE /route-target/463f8e6e-45af-4595-a208-1f3e5df4c7d3 HTTP/1.1" 200 115 0.043756 10.0.0.19 - - [2026-06-22 03:16:19] "POST /neutron/network HTTP/1.1" 200 151 0.189950 10.0.0.19 - - [2026-06-22 03:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.19 - - [2026-06-22 03:16:20] "DELETE /network-ipam/97541cbe-626a-4b01-91fe-0f1c033d542d HTTP/1.1" 200 115 0.033533 10.0.0.19 - - [2026-06-22 03:16:20] "POST /fqname-to-id HTTP/1.1" 404 260 0.004251 10.0.0.241 - - [2026-06-22 03:16:20] "GET /projects?obj_uuids=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003377 10.0.0.241 - - [2026-06-22 03:16:20] "GET /project/092236fa-9c46-421b-a17e-ec33efaa8a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.054906 10.0.0.241 - - [2026-06-22 03:16:20] "GET /projects?obj_uuids=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001110 10.0.0.241 - - [2026-06-22 03:16:20] "GET /project/092236fa-9c46-421b-a17e-ec33efaa8a5a?fields=security_groups HTTP/1.1" 200 1398 0.040804 10.0.0.241 - - [2026-06-22 03:16:20] "DELETE /security-group/e9e33452-b474-4bb7-8870-7a35ed734f53 HTTP/1.1" 200 115 0.058414 10.0.0.241 - - [2026-06-22 03:16:20] "GET /projects?obj_uuids=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001008 10.0.0.241 - - [2026-06-22 03:16:20] "DELETE /access-control-list/983c1024-cbb8-4e8b-987d-38eba575baa0 HTTP/1.1" 200 115 0.040724 10.0.0.241 - - [2026-06-22 03:16:20] "GET /project/092236fa-9c46-421b-a17e-ec33efaa8a5a?fields=application_policy_sets HTTP/1.1" 200 1437 0.051715 10.0.0.19 - - [2026-06-22 03:16:20] "DELETE /project/092236fa-9c46-421b-a17e-ec33efaa8a5a HTTP/1.1" 200 115 0.399196 10.0.0.241 - - [2026-06-22 03:16:20] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001082 10.0.0.19 - - [2026-06-22 03:16:20] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?fields=projects HTTP/1.1" 200 1443 0.015139 10.0.0.241 - - [2026-06-22 03:16:22] "GET /projects?obj_uuids=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003979 10.0.0.241 - - [2026-06-22 03:16:22] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001046 10.0.0.241 - - [2026-06-22 03:16:22] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.030031 10.0.0.241 - - [2026-06-22 03:16:22] "POST /id-to-fqname HTTP/1.1" 200 202 0.005366 10.0.0.241 - - [2026-06-22 03:16:22] "POST /fqname-to-id HTTP/1.1" 404 211 0.009855 10.0.0.241 - - [2026-06-22 03:16:22] "POST /security-groups HTTP/1.1" 200 603 0.033935 10.0.0.241 - - [2026-06-22 03:16:22] "POST /projects HTTP/1.1" 200 609 0.267950 10.0.0.241 - - [2026-06-22 03:16:22] "POST /access-control-lists HTTP/1.1" 200 610 0.036169 10.0.0.241 - - [2026-06-22 03:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.336498 10.0.0.19 - - [2026-06-22 03:16:22] "GET /project/092236fa-9c46-421b-a17e-ec33efaa8a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.467512 10.0.0.241 - - [2026-06-22 03:16:22] "GET /projects?obj_uuids=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001055 10.0.0.19 - - [2026-06-22 03:16:22] "GET /project/092236fa-9c46-421b-a17e-ec33efaa8a5a?fields=virtual_networks HTTP/1.1" 200 1057 0.054045 10.0.0.241 - - [2026-06-22 03:16:22] "GET /projects?obj_uuids=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001047 10.0.0.19 - - [2026-06-22 03:16:22] "GET /project/092236fa-9c46-421b-a17e-ec33efaa8a5a?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.037170 10.0.0.241 - - [2026-06-22 03:16:22] "GET /projects?obj_uuids=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001609 10.0.0.19 - - [2026-06-22 03:16:22] "GET /project/092236fa-9c46-421b-a17e-ec33efaa8a5a?fields=security_groups HTTP/1.1" 200 1296 0.039807 10.0.0.19 - - [2026-06-22 03:16:23] "POST /fqname-to-id HTTP/1.1" 404 182 0.027029 10.0.0.241 - - [2026-06-22 03:16:23] "GET /projects?obj_uuids=622a0122-c3f6-410d-bfd0-fae7d083f58c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003089 10.0.0.241 - - [2026-06-22 03:16:23] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001201 10.0.0.241 - - [2026-06-22 03:16:23] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006753 10.0.0.241 - - [2026-06-22 03:16:23] "POST /id-to-fqname HTTP/1.1" 200 184 0.003724 10.0.0.241 - - [2026-06-22 03:16:23] "POST /fqname-to-id HTTP/1.1" 404 193 0.002842 10.0.0.241 - - [2026-06-22 03:16:24] "POST /security-groups HTTP/1.1" 200 585 0.112166 10.0.0.241 - - [2026-06-22 03:16:24] "POST /fqname-to-id HTTP/1.1" 404 228 0.006346 10.0.0.241 - - [2026-06-22 03:16:24] "POST /projects HTTP/1.1" 200 573 0.314024 10.0.0.241 - - [2026-06-22 03:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.389243 10.0.0.241 - - [2026-06-22 03:16:24] "POST /access-control-lists HTTP/1.1" 200 590 0.026574 10.0.0.19 - - [2026-06-22 03:16:24] "GET /project/622a0122-c3f6-410d-bfd0-fae7d083f58c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.534262 10.0.0.19 - - [2026-06-22 03:16:25] "GET / HTTP/1.1" 200 36215 0.002241 10.0.0.19 - - [2026-06-22 03:16:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000479 10.0.0.19 - - [2026-06-22 03:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.051154 10.0.0.241 - - [2026-06-22 03:16:26] "GET /projects?obj_uuids=622a0122-c3f6-410d-bfd0-fae7d083f58c&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000977 10.0.0.19 - - [2026-06-22 03:16:26] "GET /project/622a0122-c3f6-410d-bfd0-fae7d083f58c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.036098 10.0.0.19 - - [2026-06-22 03:16:26] "POST /neutron/network HTTP/1.1" 200 117 0.025586 10.0.0.241 - - [2026-06-22 03:16:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.006038 10.0.0.241 - - [2026-06-22 03:16:27] "POST /useragent-kv HTTP/1.1" 200 115 0.005537 10.0.0.19 - - [2026-06-22 03:16:27] "POST /neutron/subnet HTTP/1.1" 200 828 0.157669 10.0.0.19 - - [2026-06-22 03:16:27] "POST /id-to-fqname HTTP/1.1" 200 214 0.001776 10.0.0.19 - - [2026-06-22 03:16:27] "GET /virtual-network/bf8f70ae-798d-4932-89b7-b4b7c4ecdf6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.011036 10.0.0.19 - - [2026-06-22 03:16:27] "GET /virtual-network/bf8f70ae-798d-4932-89b7-b4b7c4ecdf6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.005196 10.0.0.19 - - [2026-06-22 03:16:27] "POST /neutron/network HTTP/1.1" 200 991 0.012486 10.0.0.19 - - [2026-06-22 03:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.241 - - [2026-06-22 03:16:27] "GET /projects?obj_uuids=622a0122-c3f6-410d-bfd0-fae7d083f58c&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000928 10.0.0.19 - - [2026-06-22 03:16:27] "GET /project/622a0122-c3f6-410d-bfd0-fae7d083f58c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.042661 10.0.0.19 - - [2026-06-22 03:16:27] "POST /neutron/network HTTP/1.1" 200 117 0.019875 10.0.0.241 - - [2026-06-22 03:16:27] "POST /route-targets HTTP/1.1" 200 328 0.015652 10.0.0.241 - - [2026-06-22 03:16:27] "POST /useragent-kv HTTP/1.1" 200 115 0.014900 10.0.0.19 - - [2026-06-22 03:16:27] "POST /neutron/subnet HTTP/1.1" 200 818 0.223700 10.0.0.19 - - [2026-06-22 03:16:28] "POST /id-to-fqname HTTP/1.1" 200 214 0.001138 10.0.0.19 - - [2026-06-22 03:16:28] "GET /virtual-network/73e684e0-0d60-48f9-80e3-dc43eefefe2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2599 0.005421 10.0.0.19 - - [2026-06-22 03:16:28] "GET /virtual-network/73e684e0-0d60-48f9-80e3-dc43eefefe2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2599 0.005903 10.0.0.19 - - [2026-06-22 03:16:28] "POST /neutron/network HTTP/1.1" 200 987 0.009410 10.0.0.19 - - [2026-06-22 03:16:28] "POST /id-to-fqname HTTP/1.1" 200 214 0.001171 10.0.0.19 - - [2026-06-22 03:16:28] "POST /neutron/network HTTP/1.1" 200 1001 0.007346 10.0.0.241 - - [2026-06-22 03:16:29] "GET /projects?obj_uuids=622a0122-c3f6-410d-bfd0-fae7d083f58c&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001096 10.0.0.19 - - [2026-06-22 03:16:29] "GET /project/622a0122-c3f6-410d-bfd0-fae7d083f58c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.065730 10.0.0.19 - - [2026-06-22 03:16:29] "POST /neutron/port HTTP/1.1" 200 117 0.005892 10.0.0.19 - - [2026-06-22 03:16:29] "POST /id-to-fqname HTTP/1.1" 200 214 0.001182 10.0.0.241 - - [2026-06-22 03:16:30] "GET /projects?obj_uuids=622a0122-c3f6-410d-bfd0-fae7d083f58c&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001038 10.0.0.19 - - [2026-06-22 03:16:30] "GET /project/622a0122-c3f6-410d-bfd0-fae7d083f58c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.061137 10.0.0.19 - - [2026-06-22 03:16:30] "POST /neutron/network HTTP/1.1" 200 991 0.029064 10.0.0.19 - - [2026-06-22 03:16:30] "POST /id-to-fqname HTTP/1.1" 200 214 0.001183 10.0.0.19 - - [2026-06-22 03:16:30] "POST /neutron/port HTTP/1.1" 200 117 0.007600 10.0.0.241 - - [2026-06-22 03:16:31] "GET /projects?obj_uuids=622a0122-c3f6-410d-bfd0-fae7d083f58c&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001287 10.0.0.19 - - [2026-06-22 03:16:31] "GET /project/622a0122-c3f6-410d-bfd0-fae7d083f58c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.082775 10.0.0.19 - - [2026-06-22 03:16:31] "POST /neutron/port HTTP/1.1" 200 117 0.009587 10.0.0.19 - - [2026-06-22 03:16:33] "POST /neutron/network HTTP/1.1" 200 1001 0.008441 10.0.0.19 - - [2026-06-22 03:16:34] "POST /neutron/port HTTP/1.1" 200 1160 0.025019 10.0.0.241 - - [2026-06-22 03:16:34] "GET /projects?obj_uuids=622a0122-c3f6-410d-bfd0-fae7d083f58c&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001140 10.0.0.19 - - [2026-06-22 03:16:35] "POST /neutron/port HTTP/1.1" 200 1160 0.317130 10.0.0.19 - - [2026-06-22 03:16:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004778 10.0.0.19 - - [2026-06-22 03:16:35] "POST /neutron/port HTTP/1.1" 200 1214 0.112922 10.0.0.19 - - [2026-06-22 03:16:35] "POST /neutron/port HTTP/1.1" 200 117 0.001111 10.0.0.19 - - [2026-06-22 03:16:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003824 10.0.0.19 - - [2026-06-22 03:16:36] "POST /neutron/port HTTP/1.1" 200 117 0.001131 10.0.0.19 - - [2026-06-22 03:16:37] "POST /neutron/network HTTP/1.1" 200 997 0.006882 10.0.0.19 - - [2026-06-22 03:16:37] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007967 10.0.0.19 - - [2026-06-22 03:16:37] "POST /neutron/port HTTP/1.1" 200 1210 0.114151 10.0.0.19 - - [2026-06-22 03:16:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003577 10.0.0.19 - - [2026-06-22 03:16:38] "POST /neutron/port HTTP/1.1" 200 117 0.001053 10.0.0.19 - - [2026-06-22 03:16:42] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008076 10.0.0.19 - - [2026-06-22 03:16:42] "POST /neutron/port HTTP/1.1" 200 1224 0.021245 10.0.0.19 - - [2026-06-22 03:16:42] "GET /virtual-machine/09ab61db-f383-4ede-ac47-54d2125c2541 HTTP/1.1" 401 292 0.000548 10.0.0.19 - - [2026-06-22 03:16:42] "GET /virtual-machine/09ab61db-f383-4ede-ac47-54d2125c2541 HTTP/1.1" 200 1287 0.026780 10.0.0.19 - - [2026-06-22 03:16:42] "GET /virtual-machine-interface/74ff4880-6fc5-40d7-a0e6-ee4a28d943a2 HTTP/1.1" 200 3113 0.006378 10.0.0.19 - - [2026-06-22 03:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.008214 10.0.0.19 - - [2026-06-22 03:16:42] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003971 10.0.0.19 - - [2026-06-22 03:16:42] "GET /virtual-networks?parent_id=622a0122-c3f6-410d-bfd0-fae7d083f58c&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.004030 10.0.0.19 - - [2026-06-22 03:16:42] "GET /virtual-network/bf8f70ae-798d-4932-89b7-b4b7c4ecdf6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.005492 10.0.0.19 - - [2026-06-22 03:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.19 - - [2026-06-22 03:16:46] "GET /virtual-network/bf8f70ae-798d-4932-89b7-b4b7c4ecdf6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.005851 10.0.0.19 - - [2026-06-22 03:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.19 - - [2026-06-22 03:16:50] "GET /virtual-network/bf8f70ae-798d-4932-89b7-b4b7c4ecdf6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.005263 10.0.0.19 - - [2026-06-22 03:16:51] "POST /neutron/port HTTP/1.1" 200 1224 0.034520 10.0.0.19 - - [2026-06-22 03:16:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.013467 10.0.0.19 - - [2026-06-22 03:16:51] "POST /neutron/port HTTP/1.1" 200 117 0.001138 10.0.0.19 - - [2026-06-22 03:16:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.19 - - [2026-06-22 03:16:54] "GET /virtual-network/bf8f70ae-798d-4932-89b7-b4b7c4ecdf6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.005552 10.0.0.19 - - [2026-06-22 03:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.19 - - [2026-06-22 03:16:58] "GET /virtual-network/bf8f70ae-798d-4932-89b7-b4b7c4ecdf6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.005010 10.0.0.19 - - [2026-06-22 03:17:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.19 - - [2026-06-22 03:17:02] "GET /virtual-network/bf8f70ae-798d-4932-89b7-b4b7c4ecdf6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.005180 10.0.0.241 - - [2026-06-22 03:17:04] "DELETE /project/622a0122c3f6410dbfd0fae7d083f58c HTTP/1.1" 404 173 0.006982 10.0.0.241 - - [2026-06-22 03:17:04] "DELETE /project/092236fa9c46421ba17eec33efaa8a5a HTTP/1.1" 404 173 0.005941 10.0.0.241 - - [2026-06-22 03:17:04] "GET /projects?obj_uuids=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000784 10.0.0.241 - - [2026-06-22 03:17:04] "GET /project/092236fa-9c46-421b-a17e-ec33efaa8a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.045502 10.0.0.241 - - [2026-06-22 03:17:04] "GET /projects?obj_uuids=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001189 10.0.0.241 - - [2026-06-22 03:17:04] "GET /project/092236fa-9c46-421b-a17e-ec33efaa8a5a?fields=security_groups HTTP/1.1" 200 1398 0.048069 10.0.0.241 - - [2026-06-22 03:17:04] "DELETE /security-group/d956d7a2-6ccf-4d80-bde3-041cd930c118 HTTP/1.1" 200 115 0.043202 10.0.0.241 - - [2026-06-22 03:17:04] "GET /projects?obj_uuids=092236fa-9c46-421b-a17e-ec33efaa8a5a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002091 10.0.0.241 - - [2026-06-22 03:17:04] "GET /project/092236fa-9c46-421b-a17e-ec33efaa8a5a?fields=application_policy_sets HTTP/1.1" 200 1437 0.086960 10.0.0.241 - - [2026-06-22 03:17:05] "DELETE /access-control-list/65772ed7-b48c-4770-92b7-63c6db95bc45 HTTP/1.1" 200 115 0.059617 10.0.0.241 - - [2026-06-22 03:17:05] "DELETE /project/092236fa-9c46-421b-a17e-ec33efaa8a5a HTTP/1.1" 409 225 0.403030 10.0.0.19 - - [2026-06-22 03:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.19 - - [2026-06-22 03:17:06] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003500 10.0.0.19 - - [2026-06-22 03:17:06] "GET /virtual-networks?parent_id=622a0122-c3f6-410d-bfd0-fae7d083f58c&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.003057 10.0.0.19 - - [2026-06-22 03:17:06] "GET /virtual-network/bf8f70ae-798d-4932-89b7-b4b7c4ecdf6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.005328 10.0.0.19 - - [2026-06-22 03:17:06] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007476 10.0.0.19 - - [2026-06-22 03:17:11] "POST /neutron/port HTTP/1.1" 200 1224 0.017592 10.0.0.19 - - [2026-06-22 03:17:17] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007502 10.0.0.19 - - [2026-06-22 03:17:17] "POST /neutron/port HTTP/1.1" 200 1224 0.016862 10.0.0.19 - - [2026-06-22 03:17:17] "GET /virtual-machine/a5706a52-e163-44fe-a805-da7a35035a6d HTTP/1.1" 200 1289 0.005703 10.0.0.19 - - [2026-06-22 03:17:17] "GET /virtual-machine-interface/c43b1473-9017-4f7a-bea4-5a5fbb62540b HTTP/1.1" 200 3114 0.005024 10.0.0.19 - - [2026-06-22 03:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.19 - - [2026-06-22 03:17:17] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003619 10.0.0.19 - - [2026-06-22 03:17:17] "GET /virtual-networks?parent_id=622a0122-c3f6-410d-bfd0-fae7d083f58c&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.003184 10.0.0.19 - - [2026-06-22 03:17:17] "GET /virtual-network/bf8f70ae-798d-4932-89b7-b4b7c4ecdf6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.005815 10.0.0.19 - - [2026-06-22 03:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.19 - - [2026-06-22 03:17:18] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003712 10.0.0.19 - - [2026-06-22 03:17:18] "GET /virtual-networks?parent_id=622a0122-c3f6-410d-bfd0-fae7d083f58c&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.003160 10.0.0.19 - - [2026-06-22 03:17:18] "GET /virtual-network/bf8f70ae-798d-4932-89b7-b4b7c4ecdf6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.007005 10.0.0.19 - - [2026-06-22 03:17:18] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008457 10.0.0.19 - - [2026-06-22 03:17:23] "POST /neutron/port HTTP/1.1" 200 1224 0.016013 10.0.0.19 - - [2026-06-22 03:17:25] "POST /neutron/security_group HTTP/1.1" 200 2052 0.005928 10.0.0.19 - - [2026-06-22 03:17:29] "POST /neutron/port HTTP/1.1" 200 1220 0.018609 10.0.0.19 - - [2026-06-22 03:17:29] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006685 10.0.0.19 - - [2026-06-22 03:17:29] "GET /virtual-machine/e8e0f4cd-a7df-4bdd-be36-edc6be7f8f00 HTTP/1.1" 200 1289 0.004838 10.0.0.19 - - [2026-06-22 03:17:29] "GET /virtual-machine-interface/af2b8ed7-54f8-4923-a949-33f5edb6aa02 HTTP/1.1" 200 3114 0.004954 10.0.0.19 - - [2026-06-22 03:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.19 - - [2026-06-22 03:17:29] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003853 10.0.0.19 - - [2026-06-22 03:17:29] "GET /virtual-networks?parent_id=622a0122-c3f6-410d-bfd0-fae7d083f58c&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.002911 10.0.0.19 - - [2026-06-22 03:17:29] "GET /virtual-network/73e684e0-0d60-48f9-80e3-dc43eefefe2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2599 0.005661 10.0.0.19 - - [2026-06-22 03:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.19 - - [2026-06-22 03:17:30] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003651 10.0.0.19 - - [2026-06-22 03:17:30] "GET /virtual-networks?parent_id=622a0122-c3f6-410d-bfd0-fae7d083f58c&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.002589 10.0.0.19 - - [2026-06-22 03:17:30] "GET /virtual-network/73e684e0-0d60-48f9-80e3-dc43eefefe2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2599 0.007216 10.0.0.19 - - [2026-06-22 03:17:34] "POST /neutron/port HTTP/1.1" 200 1224 0.015951 10.0.0.19 - - [2026-06-22 03:17:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003426 10.0.0.19 - - [2026-06-22 03:17:36] "POST /neutron/port HTTP/1.1" 200 117 0.001086 10.0.0.19 - - [2026-06-22 03:17:37] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003174 10.0.0.19 - - [2026-06-22 03:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.19 - - [2026-06-22 03:17:37] "GET /global-qos-config/7f221164-7faf-4f3d-9816-cf5b26b72988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1086 0.003862 10.0.0.19 - - [2026-06-22 03:17:37] "POST /fqname-to-id HTTP/1.1" 404 222 0.003692 10.0.0.19 - - [2026-06-22 03:17:37] "POST /forwarding-classs HTTP/1.1" 200 578 0.025936 10.0.0.19 - - [2026-06-22 03:17:37] "POST /id-to-fqname HTTP/1.1" 200 232 0.003263 10.0.0.19 - - [2026-06-22 03:17:37] "GET /forwarding-class/f93d35e2-ade5-4f70-ab61-764579f0c182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1254 0.004021 10.0.0.241 - - [2026-06-22 03:17:37] "GET /projects?obj_uuids=622a0122-c3f6-410d-bfd0-fae7d083f58c&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001077 10.0.0.19 - - [2026-06-22 03:17:37] "GET /project/622a0122-c3f6-410d-bfd0-fae7d083f58c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.046296 10.0.0.19 - - [2026-06-22 03:17:37] "POST /fqname-to-id HTTP/1.1" 404 211 0.003495 10.0.0.19 - - [2026-06-22 03:17:37] "POST /qos-configs HTTP/1.1" 200 545 0.027792 10.0.0.19 - - [2026-06-22 03:17:37] "POST /id-to-fqname HTTP/1.1" 200 217 0.003042 10.0.0.19 - - [2026-06-22 03:17:37] "GET /qos-config/4bdd82cc-cbd0-4959-90d5-2420130d958e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1506 0.004390 10.0.0.19 - - [2026-06-22 03:17:37] "GET /virtual-machine-interface/74ff4880-6fc5-40d7-a0e6-ee4a28d943a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2696 0.005559 10.0.0.19 - - [2026-06-22 03:17:37] "POST /ref-update HTTP/1.1" 200 156 0.013060 10.0.0.19 - - [2026-06-22 03:17:37] "POST /neutron/port HTTP/1.1" 200 1224 0.024024 10.0.0.19 - - [2026-06-22 03:17:37] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007258 10.0.0.19 - - [2026-06-22 03:17:38] "POST /neutron/port HTTP/1.1" 200 1224 0.015395 10.0.0.19 - - [2026-06-22 03:17:38] "POST /neutron/network HTTP/1.1" 200 991 0.007816 10.0.0.19 - - [2026-06-22 03:17:38] "POST /id-to-fqname HTTP/1.1" 200 214 0.000899 10.0.0.19 - - [2026-06-22 03:17:38] "GET /virtual-machine/09ab61db-f383-4ede-ac47-54d2125c2541 HTTP/1.1" 200 1287 0.003116 10.0.0.19 - - [2026-06-22 03:17:38] "GET /virtual-machine-interface/74ff4880-6fc5-40d7-a0e6-ee4a28d943a2 HTTP/1.1" 200 3361 0.004421 10.0.0.19 - - [2026-06-22 03:17:38] "GET /instance-ip/130d3054-0861-4bea-a45a-eb162e807342 HTTP/1.1" 200 1631 0.004934 10.0.0.19 - - [2026-06-22 03:17:38] "GET /instance-ip/16bd50bf-87c4-47ec-bcd1-f69efe13a87c HTTP/1.1" 200 1610 0.005107 10.0.0.19 - - [2026-06-22 03:17:38] "POST /neutron/port HTTP/1.1" 200 1224 0.017498 10.0.0.19 - - [2026-06-22 03:17:38] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006744 10.0.0.19 - - [2026-06-22 03:17:38] "POST /neutron/network HTTP/1.1" 200 965 0.014158 10.0.0.19 - - [2026-06-22 03:17:38] "POST /id-to-fqname HTTP/1.1" 200 214 0.001144 10.0.0.19 - - [2026-06-22 03:17:38] "GET /virtual-machine/a5706a52-e163-44fe-a805-da7a35035a6d HTTP/1.1" 200 1289 0.003442 10.0.0.19 - - [2026-06-22 03:17:38] "GET /virtual-machine-interface/c43b1473-9017-4f7a-bea4-5a5fbb62540b HTTP/1.1" 200 3114 0.005086 10.0.0.19 - - [2026-06-22 03:17:38] "GET /instance-ip/bc6c5e00-2a62-4f5c-8184-33e282221c5a HTTP/1.1" 200 1631 0.005612 10.0.0.19 - - [2026-06-22 03:17:38] "GET /instance-ip/c783d864-27ad-4b94-805d-bc440926ac62 HTTP/1.1" 200 1610 0.005530 10.0.0.19 - - [2026-06-22 03:17:52] "POST /neutron/port HTTP/1.1" 200 1220 0.034299 10.0.0.19 - - [2026-06-22 03:17:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003818 10.0.0.19 - - [2026-06-22 03:17:53] "POST /neutron/port HTTP/1.1" 200 117 0.001011 10.0.0.129 - - [2026-06-22 03:18:29] "GET /obj-perms HTTP/1.1" 200 4493 0.041778 10.0.0.19 - - [2026-06-22 03:18:30] "GET /virtual-machine-interface/74ff4880-6fc5-40d7-a0e6-ee4a28d943a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2944 0.005782 10.0.0.19 - - [2026-06-22 03:18:30] "POST /ref-update HTTP/1.1" 200 156 0.016593 10.0.0.19 - - [2026-06-22 03:18:30] "DELETE /qos-config/4bdd82cc-cbd0-4959-90d5-2420130d958e HTTP/1.1" 200 115 0.037596 10.0.0.19 - - [2026-06-22 03:18:30] "POST /id-to-fqname HTTP/1.1" 200 232 0.001032 10.0.0.19 - - [2026-06-22 03:18:30] "DELETE /forwarding-class/f93d35e2-ade5-4f70-ab61-764579f0c182 HTTP/1.1" 200 115 0.026259 10.0.0.19 - - [2026-06-22 03:18:31] "POST /neutron/network HTTP/1.1" 400 204 0.014128 10.0.0.19 - - [2026-06-22 03:18:33] "POST /neutron/port HTTP/1.1" 200 1224 0.039367 10.0.0.19 - - [2026-06-22 03:18:34] "POST /neutron/port HTTP/1.1" 200 151 0.257696 10.0.0.19 - - [2026-06-22 03:18:34] "POST /neutron/network HTTP/1.1" 200 991 0.020437 10.0.0.19 - - [2026-06-22 03:18:34] "POST /neutron/port HTTP/1.1" 200 151 0.368532 10.0.0.241 - - [2026-06-22 03:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.241 - - [2026-06-22 03:18:34] "GET /projects?obj_uuids=622a0122-c3f6-410d-bfd0-fae7d083f58c&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000965 10.0.0.19 - - [2026-06-22 03:18:34] "GET /project/622a0122-c3f6-410d-bfd0-fae7d083f58c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.078081 10.0.0.241 - - [2026-06-22 03:18:34] "GET /projects?obj_uuids=622a0122-c3f6-410d-bfd0-fae7d083f58c&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001410 10.0.0.19 - - [2026-06-22 03:18:34] "GET /project/622a0122-c3f6-410d-bfd0-fae7d083f58c?fields=virtual_networks HTTP/1.1" 200 1022 0.032534 10.0.0.241 - - [2026-06-22 03:18:34] "GET /projects?obj_uuids=622a0122-c3f6-410d-bfd0-fae7d083f58c&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001180 10.0.0.19 - - [2026-06-22 03:18:34] "GET /project/622a0122-c3f6-410d-bfd0-fae7d083f58c?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.038771 10.0.0.241 - - [2026-06-22 03:18:34] "GET /projects?obj_uuids=622a0122-c3f6-410d-bfd0-fae7d083f58c&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001112 10.0.0.19 - - [2026-06-22 03:18:34] "GET /project/622a0122-c3f6-410d-bfd0-fae7d083f58c?fields=security_groups HTTP/1.1" 200 1243 0.049120 10.0.0.19 - - [2026-06-22 03:18:35] "POST /fqname-to-id HTTP/1.1" 404 181 0.025157 10.0.0.241 - - [2026-06-22 03:18:35] "GET /projects?obj_uuids=d855635c-711b-43ca-93ee-84050183a4a3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002655 10.0.0.241 - - [2026-06-22 03:18:35] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001400 10.0.0.241 - - [2026-06-22 03:18:35] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008460 10.0.0.241 - - [2026-06-22 03:18:35] "POST /id-to-fqname HTTP/1.1" 200 183 0.002156 10.0.0.241 - - [2026-06-22 03:18:35] "POST /fqname-to-id HTTP/1.1" 404 192 0.007051 10.0.0.241 - - [2026-06-22 03:18:35] "POST /security-groups HTTP/1.1" 200 584 0.030933 10.0.0.241 - - [2026-06-22 03:18:35] "POST /projects HTTP/1.1" 200 571 0.250072 10.0.0.241 - - [2026-06-22 03:18:35] "POST /access-control-lists HTTP/1.1" 200 591 0.029391 10.0.0.241 - - [2026-06-22 03:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.320046 10.0.0.19 - - [2026-06-22 03:18:36] "GET /project/d855635c-711b-43ca-93ee-84050183a4a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.444980 10.0.0.19 - - [2026-06-22 03:18:37] "GET / HTTP/1.1" 200 36215 0.001378 10.0.0.19 - - [2026-06-22 03:18:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000449 10.0.0.19 - - [2026-06-22 03:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.052773 10.0.0.241 - - [2026-06-22 03:18:39] "GET /projects?obj_uuids=d855635c-711b-43ca-93ee-84050183a4a3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000954 10.0.0.19 - - [2026-06-22 03:18:39] "GET /project/d855635c-711b-43ca-93ee-84050183a4a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.041006 10.0.0.19 - - [2026-06-22 03:18:39] "POST /neutron/port HTTP/1.1" 200 117 0.007361 10.0.0.241 - - [2026-06-22 03:18:39] "POST /route-targets HTTP/1.1" 200 328 0.014375 10.0.0.241 - - [2026-06-22 03:18:40] "POST /useragent-kv HTTP/1.1" 200 115 0.012623 10.0.0.19 - - [2026-06-22 03:18:40] "POST /neutron/subnet HTTP/1.1" 200 720 0.300684 10.0.0.19 - - [2026-06-22 03:18:40] "POST /neutron/network HTTP/1.1" 200 830 0.006360 10.0.0.19 - - [2026-06-22 03:18:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.001579 10.0.0.19 - - [2026-06-22 03:18:40] "GET /virtual-network/9374fe35-d6df-44e2-9077-a26b277ea4a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006677 10.0.0.19 - - [2026-06-22 03:18:40] "GET /virtual-network/9374fe35-d6df-44e2-9077-a26b277ea4a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005302 10.0.0.19 - - [2026-06-22 03:18:40] "POST /neutron/subnet HTTP/1.1" 200 720 0.009133 10.0.0.19 - - [2026-06-22 03:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.19 - - [2026-06-22 03:18:40] "GET /virtual-network/9374fe35-d6df-44e2-9077-a26b277ea4a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005658 10.0.0.19 - - [2026-06-22 03:18:40] "PUT /virtual-network/9374fe35-d6df-44e2-9077-a26b277ea4a9 HTTP/1.1" 200 265 0.063409 10.0.0.241 - - [2026-06-22 03:18:40] "POST /ref-update HTTP/1.1" 200 156 0.027102 10.0.0.19 - - [2026-06-22 03:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.009666 10.0.0.241 - - [2026-06-22 03:18:40] "GET /projects?obj_uuids=d855635c-711b-43ca-93ee-84050183a4a3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000911 10.0.0.19 - - [2026-06-22 03:18:40] "GET /project/d855635c-711b-43ca-93ee-84050183a4a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.038733 10.0.0.241 - - [2026-06-22 03:18:40] "POST /useragent-kv HTTP/1.1" 200 115 0.007682 10.0.0.19 - - [2026-06-22 03:18:40] "POST /neutron/subnet HTTP/1.1" 200 729 0.215382 10.0.0.19 - - [2026-06-22 03:18:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.001168 10.0.0.19 - - [2026-06-22 03:18:40] "GET /virtual-network/e012341a-c591-405b-a823-7093a8dce572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006082 10.0.0.19 - - [2026-06-22 03:18:40] "GET /virtual-network/e012341a-c591-405b-a823-7093a8dce572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005771 10.0.0.19 - - [2026-06-22 03:18:40] "POST /neutron/network HTTP/1.1" 200 832 0.006359 10.0.0.19 - - [2026-06-22 03:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.19 - - [2026-06-22 03:18:40] "GET /virtual-network/e012341a-c591-405b-a823-7093a8dce572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007460 10.0.0.19 - - [2026-06-22 03:18:41] "PUT /virtual-network/e012341a-c591-405b-a823-7093a8dce572 HTTP/1.1" 200 265 0.074510 10.0.0.241 - - [2026-06-22 03:18:41] "POST /ref-update HTTP/1.1" 200 156 0.022821 10.0.0.19 - - [2026-06-22 03:18:41] "POST /id-to-fqname HTTP/1.1" 200 220 0.001360 10.0.0.241 - - [2026-06-22 03:18:42] "GET /projects?obj_uuids=d855635c-711b-43ca-93ee-84050183a4a3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001335 10.0.0.19 - - [2026-06-22 03:18:42] "GET /project/d855635c-711b-43ca-93ee-84050183a4a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.071696 10.0.0.19 - - [2026-06-22 03:18:42] "POST /neutron/network HTTP/1.1" 200 830 0.008483 10.0.0.19 - - [2026-06-22 03:18:42] "POST /id-to-fqname HTTP/1.1" 200 220 0.001253 10.0.0.19 - - [2026-06-22 03:18:42] "POST /neutron/port HTTP/1.1" 200 117 0.006889 10.0.0.241 - - [2026-06-22 03:18:43] "GET /projects?obj_uuids=d855635c-711b-43ca-93ee-84050183a4a3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001175 10.0.0.19 - - [2026-06-22 03:18:43] "GET /project/d855635c-711b-43ca-93ee-84050183a4a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.072522 10.0.0.19 - - [2026-06-22 03:18:43] "POST /neutron/port HTTP/1.1" 200 117 0.008757 10.0.0.19 - - [2026-06-22 03:18:46] "POST /neutron/network HTTP/1.1" 200 840 0.007944 10.0.0.19 - - [2026-06-22 03:18:46] "POST /neutron/port HTTP/1.1" 200 1052 0.016680 10.0.0.241 - - [2026-06-22 03:18:47] "GET /projects?obj_uuids=d855635c-711b-43ca-93ee-84050183a4a3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000901 10.0.0.19 - - [2026-06-22 03:18:47] "POST /neutron/port HTTP/1.1" 200 1054 0.274769 10.0.0.19 - - [2026-06-22 03:18:48] "POST /neutron/subnet HTTP/1.1" 200 694 0.013854 10.0.0.19 - - [2026-06-22 03:18:48] "POST /neutron/port HTTP/1.1" 200 1108 0.128900 10.0.0.19 - - [2026-06-22 03:18:48] "POST /neutron/port HTTP/1.1" 200 1116 0.018473 10.0.0.19 - - [2026-06-22 03:18:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003587 10.0.0.19 - - [2026-06-22 03:18:49] "POST /neutron/network HTTP/1.1" 200 832 0.006624 10.0.0.19 - - [2026-06-22 03:18:53] "POST /neutron/port HTTP/1.1" 200 1116 0.017262 10.0.0.19 - - [2026-06-22 03:18:53] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008267 10.0.0.19 - - [2026-06-22 03:18:53] "GET /virtual-machine/a310d8d7-ec82-49af-8d2e-33c6e0ec153d HTTP/1.1" 401 292 0.000378 10.0.0.19 - - [2026-06-22 03:18:54] "GET /virtual-machine/a310d8d7-ec82-49af-8d2e-33c6e0ec153d HTTP/1.1" 200 1288 0.023477 10.0.0.19 - - [2026-06-22 03:18:54] "GET /virtual-machine-interface/b9f86b37-5ed6-477a-87d7-9625c38c89a1 HTTP/1.1" 200 2934 0.004973 10.0.0.19 - - [2026-06-22 03:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.19 - - [2026-06-22 03:18:54] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004778 10.0.0.19 - - [2026-06-22 03:18:54] "GET /virtual-networks?parent_id=d855635c-711b-43ca-93ee-84050183a4a3&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002982 10.0.0.19 - - [2026-06-22 03:18:54] "GET /virtual-network/9374fe35-d6df-44e2-9077-a26b277ea4a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005318 10.0.0.19 - - [2026-06-22 03:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.19 - - [2026-06-22 03:18:57] "GET /virtual-network/9374fe35-d6df-44e2-9077-a26b277ea4a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005195 10.0.0.19 - - [2026-06-22 03:18:58] "POST /neutron/port HTTP/1.1" 200 1118 0.020221 10.0.0.19 - - [2026-06-22 03:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.19 - - [2026-06-22 03:18:59] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003749 10.0.0.19 - - [2026-06-22 03:18:59] "GET /virtual-networks?parent_id=d855635c-711b-43ca-93ee-84050183a4a3&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003138 10.0.0.19 - - [2026-06-22 03:18:59] "GET /virtual-network/9374fe35-d6df-44e2-9077-a26b277ea4a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005821 10.0.0.19 - - [2026-06-22 03:18:59] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007179 10.0.0.19 - - [2026-06-22 03:19:00] "POST /neutron/port HTTP/1.1" 200 1118 0.018554 10.0.0.19 - - [2026-06-22 03:19:00] "GET /virtual-machine/2be200a0-96c9-4548-9e28-5a757a11550c HTTP/1.1" 200 1287 0.006706 10.0.0.19 - - [2026-06-22 03:19:00] "GET /virtual-machine-interface/4e49a374-7982-48f0-ad21-7f6f7d68b2a4 HTTP/1.1" 200 2934 0.005966 10.0.0.19 - - [2026-06-22 03:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004770 10.0.0.19 - - [2026-06-22 03:19:00] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004063 10.0.0.19 - - [2026-06-22 03:19:00] "GET /virtual-networks?parent_id=d855635c-711b-43ca-93ee-84050183a4a3&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004083 10.0.0.19 - - [2026-06-22 03:19:00] "GET /virtual-network/e012341a-c591-405b-a823-7093a8dce572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.005688 10.0.0.19 - - [2026-06-22 03:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.19 - - [2026-06-22 03:19:01] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004260 10.0.0.19 - - [2026-06-22 03:19:01] "GET /virtual-networks?parent_id=d855635c-711b-43ca-93ee-84050183a4a3&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003146 10.0.0.19 - - [2026-06-22 03:19:01] "GET /virtual-network/e012341a-c591-405b-a823-7093a8dce572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.005762 10.0.0.19 - - [2026-06-22 03:19:01] "POST /routing-policys HTTP/1.1" 200 536 0.030729 10.0.0.19 - - [2026-06-22 03:19:01] "GET /virtual-network/9374fe35-d6df-44e2-9077-a26b277ea4a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.011463 10.0.0.19 - - [2026-06-22 03:19:01] "PUT /virtual-network/9374fe35-d6df-44e2-9077-a26b277ea4a9 HTTP/1.1" 200 265 0.064441 10.0.0.241 - - [2026-06-22 03:19:05] "DELETE /project/d855635c711b43ca93ee84050183a4a3 HTTP/1.1" 404 173 0.004608 10.0.0.241 - - [2026-06-22 03:19:05] "GET /projects?obj_uuids=622a0122-c3f6-410d-bfd0-fae7d083f58c&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001067 10.0.0.241 - - [2026-06-22 03:19:05] "GET /project/622a0122-c3f6-410d-bfd0-fae7d083f58c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.043407 10.0.0.241 - - [2026-06-22 03:19:05] "GET /projects?obj_uuids=622a0122-c3f6-410d-bfd0-fae7d083f58c&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000890 10.0.0.241 - - [2026-06-22 03:19:05] "GET /project/622a0122-c3f6-410d-bfd0-fae7d083f58c?fields=security_groups HTTP/1.1" 200 1345 0.039012 10.0.0.241 - - [2026-06-22 03:19:05] "DELETE /security-group/b9d9a1ef-d4bd-4505-92a5-c8bc4434e11c HTTP/1.1" 200 115 0.070391 10.0.0.241 - - [2026-06-22 03:19:05] "GET /projects?obj_uuids=622a0122-c3f6-410d-bfd0-fae7d083f58c&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001300 10.0.0.241 - - [2026-06-22 03:19:05] "GET /project/622a0122-c3f6-410d-bfd0-fae7d083f58c?fields=application_policy_sets HTTP/1.1" 200 1384 0.041837 10.0.0.241 - - [2026-06-22 03:19:05] "DELETE /access-control-list/056bac53-5c63-49f8-9fd2-cec1c91e802c HTTP/1.1" 200 115 0.097154 10.0.0.19 - - [2026-06-22 03:19:05] "POST /ref-update HTTP/1.1" 200 156 0.110208 10.0.0.19 - - [2026-06-22 03:19:05] "DELETE /routing-policy/d221a5eb-3bee-407e-a534-6d8b402ae20c HTTP/1.1" 200 115 0.058226 10.0.0.241 - - [2026-06-22 03:19:05] "DELETE /project/622a0122-c3f6-410d-bfd0-fae7d083f58c HTTP/1.1" 200 115 0.490250 10.0.0.19 - - [2026-06-22 03:19:06] "POST /neutron/network HTTP/1.1" 400 204 0.014322 10.0.0.19 - - [2026-06-22 03:19:08] "POST /neutron/port HTTP/1.1" 200 151 0.187334 10.0.0.19 - - [2026-06-22 03:19:08] "POST /neutron/port HTTP/1.1" 200 151 0.233578 10.0.0.19 - - [2026-06-22 03:19:08] "POST /neutron/network HTTP/1.1" 200 830 0.009243 10.0.0.241 - - [2026-06-22 03:19:08] "DELETE /route-target/780cdabe-e52e-4caf-a75e-0c07a338e33a HTTP/1.1" 200 115 0.036186 10.0.0.241 - - [2026-06-22 03:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.008754 10.0.0.241 - - [2026-06-22 03:19:08] "DELETE /route-target/60bf5fa8-a192-46c0-8750-b62ff610afb5 HTTP/1.1" 200 115 0.034251 10.0.0.19 - - [2026-06-22 03:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.241 - - [2026-06-22 03:19:11] "GET /projects?obj_uuids=d855635c-711b-43ca-93ee-84050183a4a3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000979 10.0.0.19 - - [2026-06-22 03:19:11] "GET /project/d855635c-711b-43ca-93ee-84050183a4a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.044837 10.0.0.241 - - [2026-06-22 03:19:11] "GET /projects?obj_uuids=d855635c-711b-43ca-93ee-84050183a4a3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001145 10.0.0.19 - - [2026-06-22 03:19:11] "POST /neutron/network HTTP/1.1" 200 612 0.138681 10.0.0.19 - - [2026-06-22 03:19:11] "POST /id-to-fqname HTTP/1.1" 200 220 0.003595 10.0.0.19 - - [2026-06-22 03:19:11] "GET /virtual-network/8bde3e9d-27d2-421f-8fcc-1d2366339ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005823 10.0.0.19 - - [2026-06-22 03:19:11] "POST /neutron/network HTTP/1.1" 200 830 0.007578 10.0.0.19 - - [2026-06-22 03:19:11] "GET /virtual-network/8bde3e9d-27d2-421f-8fcc-1d2366339ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005179 10.0.0.19 - - [2026-06-22 03:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.19 - - [2026-06-22 03:19:11] "GET /virtual-network/8bde3e9d-27d2-421f-8fcc-1d2366339ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007783 10.0.0.241 - - [2026-06-22 03:19:11] "POST /route-targets HTTP/1.1" 200 324 0.017697 10.0.0.19 - - [2026-06-22 03:19:11] "PUT /virtual-network/8bde3e9d-27d2-421f-8fcc-1d2366339ad4 HTTP/1.1" 200 265 0.077239 10.0.0.19 - - [2026-06-22 03:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.241 - - [2026-06-22 03:19:11] "GET /projects?obj_uuids=d855635c-711b-43ca-93ee-84050183a4a3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000902 10.0.0.19 - - [2026-06-22 03:19:11] "GET /project/d855635c-711b-43ca-93ee-84050183a4a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.038094 10.0.0.19 - - [2026-06-22 03:19:11] "POST /neutron/network HTTP/1.1" 200 117 0.013821 10.0.0.241 - - [2026-06-22 03:19:12] "POST /ref-update HTTP/1.1" 200 156 0.028344 10.0.0.19 - - [2026-06-22 03:19:12] "POST /neutron/network HTTP/1.1" 200 833 0.008868 10.0.0.19 - - [2026-06-22 03:19:12] "POST /id-to-fqname HTTP/1.1" 200 220 0.001620 10.0.0.19 - - [2026-06-22 03:19:12] "GET /virtual-network/d223882c-7407-48b8-a6dc-1f3327348744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005300 10.0.0.19 - - [2026-06-22 03:19:12] "GET /virtual-network/d223882c-7407-48b8-a6dc-1f3327348744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006997 10.0.0.19 - - [2026-06-22 03:19:12] "POST /neutron/subnet HTTP/1.1" 200 734 0.011330 10.0.0.19 - - [2026-06-22 03:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.19 - - [2026-06-22 03:19:12] "GET /virtual-network/d223882c-7407-48b8-a6dc-1f3327348744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005237 10.0.0.19 - - [2026-06-22 03:19:12] "PUT /virtual-network/d223882c-7407-48b8-a6dc-1f3327348744 HTTP/1.1" 200 265 0.054079 10.0.0.19 - - [2026-06-22 03:19:12] "POST /id-to-fqname HTTP/1.1" 200 220 0.001225 10.0.0.241 - - [2026-06-22 03:19:13] "GET /projects?obj_uuids=d855635c-711b-43ca-93ee-84050183a4a3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000901 10.0.0.19 - - [2026-06-22 03:19:13] "GET /project/d855635c-711b-43ca-93ee-84050183a4a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.061543 10.0.0.19 - - [2026-06-22 03:19:13] "POST /neutron/port HTTP/1.1" 200 117 0.005777 10.0.0.19 - - [2026-06-22 03:19:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.001188 10.0.0.19 - - [2026-06-22 03:19:13] "POST /neutron/network HTTP/1.1" 200 843 0.009620 10.0.0.241 - - [2026-06-22 03:19:14] "GET /projects?obj_uuids=d855635c-711b-43ca-93ee-84050183a4a3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001194 10.0.0.19 - - [2026-06-22 03:19:14] "GET /project/d855635c-711b-43ca-93ee-84050183a4a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.057475 10.0.0.19 - - [2026-06-22 03:19:14] "POST /neutron/port HTTP/1.1" 200 117 0.006269 10.0.0.241 - - [2026-06-22 03:19:17] "GET /projects?obj_uuids=d855635c-711b-43ca-93ee-84050183a4a3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000982 10.0.0.19 - - [2026-06-22 03:19:18] "POST /neutron/port HTTP/1.1" 200 1052 0.298779 10.0.0.19 - - [2026-06-22 03:19:18] "POST /neutron/port HTTP/1.1" 200 1106 0.104666 10.0.0.19 - - [2026-06-22 03:19:19] "POST /neutron/port HTTP/1.1" 200 1055 0.019893 10.0.0.19 - - [2026-06-22 03:19:19] "POST /neutron/port HTTP/1.1" 200 117 0.001532 10.0.0.19 - - [2026-06-22 03:19:19] "POST /neutron/port HTTP/1.1" 200 1109 0.110477 10.0.0.19 - - [2026-06-22 03:19:19] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009599 10.0.0.19 - - [2026-06-22 03:19:20] "POST /neutron/subnet HTTP/1.1" 200 708 0.008591 10.0.0.19 - - [2026-06-22 03:19:24] "POST /neutron/port HTTP/1.1" 200 1116 0.016859 10.0.0.19 - - [2026-06-22 03:19:25] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007429 10.0.0.19 - - [2026-06-22 03:19:25] "GET /virtual-machine/97dd89b6-7038-4ce5-a95f-e30f5164204f HTTP/1.1" 200 1288 0.006240 10.0.0.19 - - [2026-06-22 03:19:25] "GET /virtual-machine-interface/499d5791-c822-4ef5-9941-91287124cbda HTTP/1.1" 200 2934 0.006597 10.0.0.19 - - [2026-06-22 03:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.19 - - [2026-06-22 03:19:25] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004482 10.0.0.19 - - [2026-06-22 03:19:25] "GET /virtual-networks?parent_id=d855635c-711b-43ca-93ee-84050183a4a3&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003635 10.0.0.19 - - [2026-06-22 03:19:25] "GET /virtual-network/8bde3e9d-27d2-421f-8fcc-1d2366339ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006627 10.0.0.19 - - [2026-06-22 03:19:28] "POST /neutron/port HTTP/1.1" 200 1116 0.034761 10.0.0.19 - - [2026-06-22 03:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.19 - - [2026-06-22 03:19:28] "GET /virtual-network/8bde3e9d-27d2-421f-8fcc-1d2366339ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005046 10.0.0.19 - - [2026-06-22 03:19:29] "GET /obj-perms HTTP/1.1" 200 4493 0.042118 10.0.0.19 - - [2026-06-22 03:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.19 - - [2026-06-22 03:19:30] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003813 10.0.0.19 - - [2026-06-22 03:19:30] "GET /virtual-networks?parent_id=d855635c-711b-43ca-93ee-84050183a4a3&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002979 10.0.0.19 - - [2026-06-22 03:19:30] "GET /virtual-network/8bde3e9d-27d2-421f-8fcc-1d2366339ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006494 10.0.0.19 - - [2026-06-22 03:19:30] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007766 10.0.0.19 - - [2026-06-22 03:19:30] "POST /neutron/port HTTP/1.1" 200 1119 0.019730 10.0.0.19 - - [2026-06-22 03:19:30] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006892 10.0.0.19 - - [2026-06-22 03:19:31] "GET /virtual-machine/0f1afa47-3b17-465f-8ec0-26c225cdf1ca HTTP/1.1" 200 1287 0.005869 10.0.0.19 - - [2026-06-22 03:19:31] "GET /virtual-machine-interface/1256540f-49be-472b-a883-185c9b25af46 HTTP/1.1" 200 2934 0.004957 10.0.0.19 - - [2026-06-22 03:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.19 - - [2026-06-22 03:19:31] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003648 10.0.0.19 - - [2026-06-22 03:19:31] "GET /virtual-networks?parent_id=d855635c-711b-43ca-93ee-84050183a4a3&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002733 10.0.0.19 - - [2026-06-22 03:19:31] "GET /virtual-network/d223882c-7407-48b8-a6dc-1f3327348744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.006428 10.0.0.19 - - [2026-06-22 03:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.19 - - [2026-06-22 03:19:32] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005823 10.0.0.19 - - [2026-06-22 03:19:32] "GET /virtual-networks?parent_id=d855635c-711b-43ca-93ee-84050183a4a3&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004065 10.0.0.19 - - [2026-06-22 03:19:32] "GET /virtual-network/d223882c-7407-48b8-a6dc-1f3327348744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005498 10.0.0.19 - - [2026-06-22 03:19:32] "POST /routing-policys HTTP/1.1" 200 536 0.025586 10.0.0.19 - - [2026-06-22 03:19:32] "GET /virtual-network/8bde3e9d-27d2-421f-8fcc-1d2366339ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.007996 10.0.0.19 - - [2026-06-22 03:19:32] "PUT /virtual-network/8bde3e9d-27d2-421f-8fcc-1d2366339ad4 HTTP/1.1" 200 265 0.081754 10.0.0.19 - - [2026-06-22 03:19:36] "POST /routing-policys HTTP/1.1" 200 536 0.024959 10.0.0.19 - - [2026-06-22 03:19:36] "GET /virtual-network/8bde3e9d-27d2-421f-8fcc-1d2366339ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.012564 10.0.0.19 - - [2026-06-22 03:19:36] "PUT /virtual-network/8bde3e9d-27d2-421f-8fcc-1d2366339ad4 HTTP/1.1" 200 265 0.049260 10.0.0.241 - - [2026-06-22 03:19:36] "POST /ref-update HTTP/1.1" 200 156 0.013198 10.0.0.19 - - [2026-06-22 03:19:37] "POST /ref-update HTTP/1.1" 200 156 0.046173 10.0.0.19 - - [2026-06-22 03:19:37] "DELETE /routing-policy/b6706cf2-2718-4afe-940a-f949f404f199 HTTP/1.1" 200 115 0.039868 10.0.0.19 - - [2026-06-22 03:19:37] "POST /ref-update HTTP/1.1" 200 156 0.043516 10.0.0.19 - - [2026-06-22 03:19:37] "DELETE /routing-policy/b597a63d-0216-4299-9ddf-b32ad6adec57 HTTP/1.1" 200 115 0.032231 10.0.0.19 - - [2026-06-22 03:19:37] "POST /neutron/network HTTP/1.1" 200 833 0.007046 10.0.0.19 - - [2026-06-22 03:19:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.020372 10.0.0.19 - - [2026-06-22 03:19:38] "POST /neutron/network HTTP/1.1" 200 830 0.007098 10.0.0.19 - - [2026-06-22 03:19:39] "POST /neutron/port HTTP/1.1" 200 151 0.164759 10.0.0.19 - - [2026-06-22 03:19:40] "POST /neutron/port HTTP/1.1" 200 151 0.205810 10.0.0.241 - - [2026-06-22 03:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004709 10.0.0.19 - - [2026-06-22 03:19:40] "POST /neutron/network HTTP/1.1" 200 830 0.011507 10.0.0.241 - - [2026-06-22 03:19:40] "DELETE /route-target/3d2cc9de-2ff5-4817-ab3b-ad15efbd013d HTTP/1.1" 409 240 0.004981 10.0.0.241 - - [2026-06-22 03:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005932 10.0.0.19 - - [2026-06-22 03:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.241 - - [2026-06-22 03:19:42] "GET /projects?obj_uuids=d855635c-711b-43ca-93ee-84050183a4a3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001279 10.0.0.19 - - [2026-06-22 03:19:42] "GET /project/d855635c-711b-43ca-93ee-84050183a4a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.033787 10.0.0.241 - - [2026-06-22 03:19:42] "GET /projects?obj_uuids=d855635c-711b-43ca-93ee-84050183a4a3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001111 10.0.0.19 - - [2026-06-22 03:19:43] "POST /neutron/network HTTP/1.1" 200 612 0.126633 10.0.0.241 - - [2026-06-22 03:19:43] "POST /ref-update HTTP/1.1" 200 156 0.025154 10.0.0.19 - - [2026-06-22 03:19:43] "POST /id-to-fqname HTTP/1.1" 200 220 0.003298 10.0.0.19 - - [2026-06-22 03:19:43] "GET /virtual-network/c8971cdd-ff51-4e36-b617-ae9633a51c00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005555 10.0.0.19 - - [2026-06-22 03:19:43] "POST /neutron/network HTTP/1.1" 200 830 0.006574 10.0.0.19 - - [2026-06-22 03:19:43] "GET /virtual-network/c8971cdd-ff51-4e36-b617-ae9633a51c00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005114 10.0.0.19 - - [2026-06-22 03:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.19 - - [2026-06-22 03:19:43] "GET /virtual-network/c8971cdd-ff51-4e36-b617-ae9633a51c00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006008 10.0.0.19 - - [2026-06-22 03:19:43] "PUT /virtual-network/c8971cdd-ff51-4e36-b617-ae9633a51c00 HTTP/1.1" 200 265 0.063298 10.0.0.19 - - [2026-06-22 03:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.241 - - [2026-06-22 03:19:43] "GET /projects?obj_uuids=d855635c-711b-43ca-93ee-84050183a4a3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000974 10.0.0.19 - - [2026-06-22 03:19:43] "GET /project/d855635c-711b-43ca-93ee-84050183a4a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.052734 10.0.0.19 - - [2026-06-22 03:19:43] "POST /neutron/network HTTP/1.1" 200 117 0.013947 10.0.0.241 - - [2026-06-22 03:19:43] "POST /route-targets HTTP/1.1" 200 328 0.012573 10.0.0.19 - - [2026-06-22 03:19:44] "POST /neutron/network HTTP/1.1" 200 828 0.008695 10.0.0.19 - - [2026-06-22 03:19:44] "POST /id-to-fqname HTTP/1.1" 200 220 0.001468 10.0.0.19 - - [2026-06-22 03:19:44] "GET /virtual-network/cc6818f2-6f05-4071-b4a9-316e5e967749?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006533 10.0.0.19 - - [2026-06-22 03:19:44] "GET /virtual-network/cc6818f2-6f05-4071-b4a9-316e5e967749?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004881 10.0.0.19 - - [2026-06-22 03:19:44] "POST /neutron/subnet HTTP/1.1" 200 710 0.009319 10.0.0.19 - - [2026-06-22 03:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.19 - - [2026-06-22 03:19:44] "GET /virtual-network/cc6818f2-6f05-4071-b4a9-316e5e967749?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006957 10.0.0.19 - - [2026-06-22 03:19:44] "PUT /virtual-network/cc6818f2-6f05-4071-b4a9-316e5e967749 HTTP/1.1" 200 265 0.061137 10.0.0.19 - - [2026-06-22 03:19:44] "POST /id-to-fqname HTTP/1.1" 200 220 0.001250 10.0.0.241 - - [2026-06-22 03:19:45] "GET /projects?obj_uuids=d855635c-711b-43ca-93ee-84050183a4a3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001031 10.0.0.19 - - [2026-06-22 03:19:45] "GET /project/d855635c-711b-43ca-93ee-84050183a4a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.062964 10.0.0.19 - - [2026-06-22 03:19:45] "POST /neutron/port HTTP/1.1" 200 117 0.006965 10.0.0.19 - - [2026-06-22 03:19:45] "POST /id-to-fqname HTTP/1.1" 200 220 0.001459 10.0.0.19 - - [2026-06-22 03:19:45] "POST /neutron/network HTTP/1.1" 200 838 0.007460 10.0.0.241 - - [2026-06-22 03:19:46] "GET /projects?obj_uuids=d855635c-711b-43ca-93ee-84050183a4a3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000884 10.0.0.19 - - [2026-06-22 03:19:46] "GET /project/d855635c-711b-43ca-93ee-84050183a4a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.066752 10.0.0.19 - - [2026-06-22 03:19:46] "POST /neutron/port HTTP/1.1" 200 117 0.006289 10.0.0.241 - - [2026-06-22 03:19:49] "GET /projects?obj_uuids=d855635c-711b-43ca-93ee-84050183a4a3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001096 10.0.0.19 - - [2026-06-22 03:19:50] "POST /neutron/port HTTP/1.1" 200 1052 0.313317 10.0.0.19 - - [2026-06-22 03:19:50] "POST /neutron/port HTTP/1.1" 200 1106 0.119351 10.0.0.19 - - [2026-06-22 03:19:51] "POST /neutron/port HTTP/1.1" 200 1116 0.038563 10.0.0.19 - - [2026-06-22 03:19:51] "POST /neutron/port HTTP/1.1" 200 1050 0.045751 10.0.0.19 - - [2026-06-22 03:19:51] "POST /neutron/port HTTP/1.1" 200 1104 0.160048 10.0.0.19 - - [2026-06-22 03:19:51] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008169 10.0.0.19 - - [2026-06-22 03:19:52] "POST /neutron/subnet HTTP/1.1" 200 684 0.009417 10.0.0.19 - - [2026-06-22 03:19:57] "POST /neutron/port HTTP/1.1" 200 1116 0.017002 10.0.0.19 - - [2026-06-22 03:19:57] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007257 10.0.0.19 - - [2026-06-22 03:19:57] "GET /virtual-machine/bb653283-80f7-455e-9244-c661edebae44 HTTP/1.1" 200 1288 0.006036 10.0.0.19 - - [2026-06-22 03:19:57] "GET /virtual-machine-interface/fd20cf2e-794f-415c-a0f8-beaeb31f3135 HTTP/1.1" 200 2935 0.005777 10.0.0.19 - - [2026-06-22 03:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.19 - - [2026-06-22 03:19:57] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003664 10.0.0.19 - - [2026-06-22 03:19:57] "GET /virtual-networks?parent_id=d855635c-711b-43ca-93ee-84050183a4a3&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003042 10.0.0.19 - - [2026-06-22 03:19:57] "GET /virtual-network/c8971cdd-ff51-4e36-b617-ae9633a51c00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005901 10.0.0.19 - - [2026-06-22 03:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004745 10.0.0.19 - - [2026-06-22 03:20:00] "GET /virtual-network/c8971cdd-ff51-4e36-b617-ae9633a51c00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.008663 10.0.0.19 - - [2026-06-22 03:20:00] "POST /neutron/port HTTP/1.1" 200 1116 0.020075 10.0.0.19 - - [2026-06-22 03:20:02] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010056 10.0.0.19 - - [2026-06-22 03:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.19 - - [2026-06-22 03:20:02] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004179 10.0.0.19 - - [2026-06-22 03:20:02] "GET /virtual-networks?parent_id=d855635c-711b-43ca-93ee-84050183a4a3&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004113 10.0.0.19 - - [2026-06-22 03:20:02] "GET /virtual-network/c8971cdd-ff51-4e36-b617-ae9633a51c00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.007449 10.0.0.19 - - [2026-06-22 03:20:02] "POST /neutron/port HTTP/1.1" 200 1114 0.019969 10.0.0.19 - - [2026-06-22 03:20:02] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007316 10.0.0.19 - - [2026-06-22 03:20:02] "GET /virtual-machine/e30cbc61-1508-468d-a113-d4d7bf9a8e1b HTTP/1.1" 200 1288 0.006603 10.0.0.19 - - [2026-06-22 03:20:02] "GET /virtual-machine-interface/c035bff7-5109-43e0-9db6-13eedf7edd4d HTTP/1.1" 200 2935 0.005638 10.0.0.19 - - [2026-06-22 03:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.19 - - [2026-06-22 03:20:02] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003645 10.0.0.19 - - [2026-06-22 03:20:03] "GET /virtual-networks?parent_id=d855635c-711b-43ca-93ee-84050183a4a3&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003506 10.0.0.19 - - [2026-06-22 03:20:03] "GET /virtual-network/cc6818f2-6f05-4071-b4a9-316e5e967749?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.005899 10.0.0.19 - - [2026-06-22 03:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.19 - - [2026-06-22 03:20:04] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004505 10.0.0.19 - - [2026-06-22 03:20:04] "GET /virtual-networks?parent_id=d855635c-711b-43ca-93ee-84050183a4a3&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003215 10.0.0.19 - - [2026-06-22 03:20:04] "GET /virtual-network/cc6818f2-6f05-4071-b4a9-316e5e967749?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.006435 10.0.0.19 - - [2026-06-22 03:20:04] "POST /interface-route-tables HTTP/1.1" 200 576 0.029981 10.0.0.19 - - [2026-06-22 03:20:04] "GET /interface-route-table/8d453d16-9a84-469a-8357-01581588df7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1307 0.019772 10.0.0.19 - - [2026-06-22 03:20:04] "GET /virtual-machine-interface/fd20cf2e-794f-415c-a0f8-beaeb31f3135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2713 0.005782 10.0.0.19 - - [2026-06-22 03:20:04] "POST /ref-update HTTP/1.1" 200 156 0.016165 10.0.0.19 - - [2026-06-22 03:20:04] "POST /routing-policys HTTP/1.1" 200 536 0.029765 10.0.0.19 - - [2026-06-22 03:20:04] "GET /virtual-network/c8971cdd-ff51-4e36-b617-ae9633a51c00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.007191 10.0.0.241 - - [2026-06-22 03:20:04] "POST /ref-update HTTP/1.1" 200 156 0.023165 10.0.0.19 - - [2026-06-22 03:20:04] "PUT /virtual-network/c8971cdd-ff51-4e36-b617-ae9633a51c00 HTTP/1.1" 200 265 0.059166 10.0.0.19 - - [2026-06-22 03:20:08] "POST /ref-update HTTP/1.1" 200 156 0.053040 10.0.0.19 - - [2026-06-22 03:20:08] "DELETE /routing-policy/8b0bceb6-fd5c-47e6-a8fb-9512a42b6e6d HTTP/1.1" 200 115 0.073139 10.0.0.19 - - [2026-06-22 03:20:10] "POST /neutron/port HTTP/1.1" 200 1114 0.018298 10.0.0.19 - - [2026-06-22 03:20:10] "POST /neutron/port HTTP/1.1" 200 1116 0.016708 10.0.0.19 - - [2026-06-22 03:20:10] "POST /neutron/network HTTP/1.1" 200 828 0.012493 10.0.0.241 - - [2026-06-22 03:20:11] "DELETE /route-target/9366de98-6e2a-4cf2-a734-15c514f7555b HTTP/1.1" 200 115 0.023134 10.0.0.241 - - [2026-06-22 03:20:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003371 10.0.0.241 - - [2026-06-22 03:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.012929 10.0.0.241 - - [2026-06-22 03:20:11] "POST /useragent-kv HTTP/1.1" 200 115 0.004766 10.0.0.19 - - [2026-06-22 03:20:11] "POST /neutron/network HTTP/1.1" 200 151 0.141066 10.0.0.241 - - [2026-06-22 03:20:11] "DELETE /route-target/e1e29b12-55ac-40cd-b717-7a98bf577ccf HTTP/1.1" 200 115 0.021238 10.0.0.241 - - [2026-06-22 03:20:12] "GET /projects?obj_uuids=d855635c-711b-43ca-93ee-84050183a4a3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001122 10.0.0.19 - - [2026-06-22 03:20:12] "GET /project/d855635c-711b-43ca-93ee-84050183a4a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.044973 10.0.0.241 - - [2026-06-22 03:20:12] "GET /projects?obj_uuids=d855635c-711b-43ca-93ee-84050183a4a3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001031 10.0.0.19 - - [2026-06-22 03:20:12] "GET /project/d855635c-711b-43ca-93ee-84050183a4a3?fields=virtual_networks HTTP/1.1" 200 1021 0.040930 10.0.0.241 - - [2026-06-22 03:20:12] "GET /projects?obj_uuids=d855635c-711b-43ca-93ee-84050183a4a3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000995 10.0.0.19 - - [2026-06-22 03:20:12] "GET /project/d855635c-711b-43ca-93ee-84050183a4a3?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.038892 10.0.0.241 - - [2026-06-22 03:20:12] "GET /projects?obj_uuids=d855635c-711b-43ca-93ee-84050183a4a3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001368 10.0.0.19 - - [2026-06-22 03:20:12] "GET /project/d855635c-711b-43ca-93ee-84050183a4a3?fields=security_groups HTTP/1.1" 200 1241 0.047416 10.0.0.19 - - [2026-06-22 03:20:13] "POST /fqname-to-id HTTP/1.1" 404 192 0.025365 10.0.0.241 - - [2026-06-22 03:20:13] "GET /projects?obj_uuids=02947e32-92ad-4025-804c-a1f391d162f1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003276 10.0.0.241 - - [2026-06-22 03:20:13] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001439 10.0.0.241 - - [2026-06-22 03:20:13] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007591 10.0.0.241 - - [2026-06-22 03:20:13] "POST /id-to-fqname HTTP/1.1" 200 194 0.008728 10.0.0.241 - - [2026-06-22 03:20:14] "POST /fqname-to-id HTTP/1.1" 404 203 0.005935 10.0.0.241 - - [2026-06-22 03:20:14] "POST /security-groups HTTP/1.1" 200 595 0.081332 10.0.0.241 - - [2026-06-22 03:20:14] "POST /projects HTTP/1.1" 200 593 0.279447 10.0.0.241 - - [2026-06-22 03:20:14] "POST /fqname-to-id HTTP/1.1" 404 237 0.006932 10.0.0.241 - - [2026-06-22 03:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.346055 10.0.0.19 - - [2026-06-22 03:20:14] "GET /project/02947e32-92ad-4025-804c-a1f391d162f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.483217 10.0.0.19 - - [2026-06-22 03:20:15] "GET / HTTP/1.1" 200 36215 0.001372 10.0.0.19 - - [2026-06-22 03:20:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000460 10.0.0.19 - - [2026-06-22 03:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.055210 10.0.0.241 - - [2026-06-22 03:20:17] "GET /projects?obj_uuids=02947e32-92ad-4025-804c-a1f391d162f1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000915 10.0.0.19 - - [2026-06-22 03:20:17] "GET /project/02947e32-92ad-4025-804c-a1f391d162f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.037599 10.0.0.241 - - [2026-06-22 03:20:17] "POST /ref-update HTTP/1.1" 200 156 0.019652 10.0.0.241 - - [2026-06-22 03:20:17] "POST /useragent-kv HTTP/1.1" 200 115 0.008242 10.0.0.19 - - [2026-06-22 03:20:17] "POST /neutron/subnet HTTP/1.1" 200 734 0.209153 10.0.0.19 - - [2026-06-22 03:20:18] "POST /id-to-fqname HTTP/1.1" 200 226 0.001318 10.0.0.19 - - [2026-06-22 03:20:18] "GET /virtual-network/94439fa6-2d89-49d7-8638-382300dfa9d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005309 10.0.0.19 - - [2026-06-22 03:20:18] "GET /virtual-network/94439fa6-2d89-49d7-8638-382300dfa9d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005624 10.0.0.19 - - [2026-06-22 03:20:18] "POST /neutron/network HTTP/1.1" 200 834 0.006700 10.0.0.19 - - [2026-06-22 03:20:18] "GET /virtual-network/94439fa6-2d89-49d7-8638-382300dfa9d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005369 10.0.0.241 - - [2026-06-22 03:20:20] "GET /obj-perms HTTP/1.1" 200 4475 0.045664 10.0.0.19 - - [2026-06-22 03:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115 10.0.0.19 - - [2026-06-22 03:20:20] "GET /virtual-network/94439fa6-2d89-49d7-8638-382300dfa9d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006055 10.0.0.19 - - [2026-06-22 03:20:20] "PUT /virtual-network/94439fa6-2d89-49d7-8638-382300dfa9d3 HTTP/1.1" 200 265 0.058741 10.0.0.19 - - [2026-06-22 03:20:25] "POST /id-to-fqname HTTP/1.1" 200 226 0.001273 10.0.0.241 - - [2026-06-22 03:20:26] "GET /projects?obj_uuids=02947e32-92ad-4025-804c-a1f391d162f1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001019 10.0.0.19 - - [2026-06-22 03:20:26] "GET /project/02947e32-92ad-4025-804c-a1f391d162f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.067541 10.0.0.19 - - [2026-06-22 03:20:26] "POST /neutron/network HTTP/1.1" 200 834 0.007291 10.0.0.19 - - [2026-06-22 03:20:26] "POST /neutron/port HTTP/1.1" 200 117 0.006975 10.0.0.19 - - [2026-06-22 03:20:30] "POST /neutron/port HTTP/1.1" 200 1066 0.018955 10.0.0.19 - - [2026-06-22 03:20:31] "POST /neutron/port HTTP/1.1" 200 1130 0.019785 10.0.0.19 - - [2026-06-22 03:20:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005119 10.0.0.19 - - [2026-06-22 03:20:32] "POST /neutron/network HTTP/1.1" 200 834 0.007984 10.0.0.19 - - [2026-06-22 03:20:37] "POST /neutron/port HTTP/1.1" 200 1130 0.019991 10.0.0.19 - - [2026-06-22 03:20:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004030 10.0.0.19 - - [2026-06-22 03:20:38] "POST /neutron/network HTTP/1.1" 200 834 0.013683 10.0.0.19 - - [2026-06-22 03:20:41] "POST /neutron/port HTTP/1.1" 200 1130 0.019783 10.0.0.19 - - [2026-06-22 03:20:41] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007926 10.0.0.19 - - [2026-06-22 03:20:41] "GET /virtual-machine/f2e8e04f-af50-4f6e-aec0-9cd05eeca993 HTTP/1.1" 401 292 0.000437 10.0.0.19 - - [2026-06-22 03:20:42] "GET /virtual-machine/f2e8e04f-af50-4f6e-aec0-9cd05eeca993 HTTP/1.1" 200 1299 0.029505 10.0.0.19 - - [2026-06-22 03:20:42] "GET /virtual-machine-interface/8c432636-1d6a-4398-a15d-ac6243b5efe1 HTTP/1.1" 200 2975 0.005360 10.0.0.19 - - [2026-06-22 03:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.19 - - [2026-06-22 03:20:42] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004293 10.0.0.19 - - [2026-06-22 03:20:42] "GET /virtual-networks?parent_id=02947e32-92ad-4025-804c-a1f391d162f1&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004423 10.0.0.19 - - [2026-06-22 03:20:42] "GET /virtual-network/94439fa6-2d89-49d7-8638-382300dfa9d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.006510 10.0.0.19 - - [2026-06-22 03:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.19 - - [2026-06-22 03:20:45] "GET /virtual-network/94439fa6-2d89-49d7-8638-382300dfa9d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.006714 10.0.0.19 - - [2026-06-22 03:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.19 - - [2026-06-22 03:20:49] "GET /virtual-network/94439fa6-2d89-49d7-8638-382300dfa9d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.005922 10.0.0.19 - - [2026-06-22 03:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921 10.0.0.19 - - [2026-06-22 03:20:53] "GET /virtual-network/94439fa6-2d89-49d7-8638-382300dfa9d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.005639 10.0.0.241 - - [2026-06-22 03:20:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.241 - - [2026-06-22 03:20:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.129 - - [2026-06-22 03:20:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.129 - - [2026-06-22 03:20:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000455 10.0.0.19 - - [2026-06-22 03:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004763 10.0.0.19 - - [2026-06-22 03:20:57] "GET /virtual-network/94439fa6-2d89-49d7-8638-382300dfa9d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.009165 10.0.0.241 - - [2026-06-22 03:20:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000607 10.0.0.241 - - [2026-06-22 03:20:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.19 - - [2026-06-22 03:20:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000570 10.0.0.19 - - [2026-06-22 03:20:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.129 - - [2026-06-22 03:20:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000449 10.0.0.129 - - [2026-06-22 03:20:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000520 10.0.0.19 - - [2026-06-22 03:20:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.19 - - [2026-06-22 03:20:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.19 - - [2026-06-22 03:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.19 - - [2026-06-22 03:21:01] "GET /virtual-network/94439fa6-2d89-49d7-8638-382300dfa9d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.006024 10.0.0.19 - - [2026-06-22 03:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004883 10.0.0.19 - - [2026-06-22 03:21:03] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005350 10.0.0.19 - - [2026-06-22 03:21:03] "GET /virtual-networks?parent_id=02947e32-92ad-4025-804c-a1f391d162f1&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003576 10.0.0.19 - - [2026-06-22 03:21:03] "GET /virtual-network/94439fa6-2d89-49d7-8638-382300dfa9d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.006005 10.0.0.19 - - [2026-06-22 03:21:05] "POST /neutron/port HTTP/1.1" 200 1130 0.022414 10.0.0.241 - - [2026-06-22 03:21:05] "DELETE /project/02947e3292ad4025804ca1f391d162f1 HTTP/1.1" 404 173 0.006893 10.0.0.241 - - [2026-06-22 03:21:05] "GET /projects?obj_uuids=d855635c-711b-43ca-93ee-84050183a4a3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000969 10.0.0.241 - - [2026-06-22 03:21:05] "GET /project/d855635c-711b-43ca-93ee-84050183a4a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.046292 10.0.0.241 - - [2026-06-22 03:21:05] "GET /projects?obj_uuids=d855635c-711b-43ca-93ee-84050183a4a3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001033 10.0.0.241 - - [2026-06-22 03:21:06] "GET /project/d855635c-711b-43ca-93ee-84050183a4a3?fields=security_groups HTTP/1.1" 200 1343 0.062173 10.0.0.241 - - [2026-06-22 03:21:06] "DELETE /security-group/841d2486-878d-49de-bb3b-84b845fa0b91 HTTP/1.1" 200 115 0.104387 10.0.0.241 - - [2026-06-22 03:21:06] "GET /projects?obj_uuids=d855635c-711b-43ca-93ee-84050183a4a3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001264 10.0.0.241 - - [2026-06-22 03:21:06] "DELETE /access-control-list/33a720cb-27a9-4d1d-bf7e-01ce838a2eaa HTTP/1.1" 200 115 0.070966 10.0.0.241 - - [2026-06-22 03:21:06] "GET /project/d855635c-711b-43ca-93ee-84050183a4a3?fields=application_policy_sets HTTP/1.1" 200 1382 0.078181 10.0.0.241 - - [2026-06-22 03:21:06] "DELETE /project/d855635c-711b-43ca-93ee-84050183a4a3 HTTP/1.1" 409 278 0.421160 10.0.0.19 - - [2026-06-22 03:21:09] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009919 10.0.0.19 - - [2026-06-22 03:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.19 - - [2026-06-22 03:21:14] "GET /virtual-network/94439fa6-2d89-49d7-8638-382300dfa9d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.005514 10.0.0.19 - - [2026-06-22 03:21:14] "PUT /virtual-network/94439fa6-2d89-49d7-8638-382300dfa9d3 HTTP/1.1" 200 265 0.051433 10.0.0.241 - - [2026-06-22 03:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.010738 10.0.0.19 - - [2026-06-22 03:21:21] "POST /neutron/port HTTP/1.1" 200 1130 0.020401 10.0.0.19 - - [2026-06-22 03:21:21] "POST /neutron/network HTTP/1.1" 200 834 0.006690 10.0.0.241 - - [2026-06-22 03:21:24] "POST /useragent-kv HTTP/1.1" 200 115 0.025155 10.0.0.241 - - [2026-06-22 03:21:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002154 10.0.0.19 - - [2026-06-22 03:21:24] "POST /neutron/network HTTP/1.1" 200 151 0.146780 10.0.0.241 - - [2026-06-22 03:21:24] "DELETE /route-target/1c92c07a-a490-4629-b71e-b8472ec960c2 HTTP/1.1" 200 115 0.036500 10.0.0.19 - - [2026-06-22 03:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.241 - - [2026-06-22 03:21:26] "GET /projects?obj_uuids=02947e32-92ad-4025-804c-a1f391d162f1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001284 10.0.0.19 - - [2026-06-22 03:21:26] "GET /project/02947e32-92ad-4025-804c-a1f391d162f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.040710 10.0.0.241 - - [2026-06-22 03:21:27] "POST /useragent-kv HTTP/1.1" 200 115 0.006548 10.0.0.19 - - [2026-06-22 03:21:27] "POST /neutron/subnet HTTP/1.1" 200 729 0.246954 10.0.0.19 - - [2026-06-22 03:21:27] "POST /id-to-fqname HTTP/1.1" 200 226 0.001393 10.0.0.19 - - [2026-06-22 03:21:27] "GET /virtual-network/8b3c15be-d6b6-4ff3-85a8-b15820fc893b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006214 10.0.0.19 - - [2026-06-22 03:21:27] "GET /virtual-network/8b3c15be-d6b6-4ff3-85a8-b15820fc893b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007697 10.0.0.19 - - [2026-06-22 03:21:27] "POST /neutron/network HTTP/1.1" 200 833 0.007980 10.0.0.19 - - [2026-06-22 03:21:27] "GET /virtual-network/8b3c15be-d6b6-4ff3-85a8-b15820fc893b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005592 10.0.0.19 - - [2026-06-22 03:21:27] "GET /obj-perms HTTP/1.1" 200 4475 0.036251 10.0.0.129 - - [2026-06-22 03:21:27] "GET /obj-perms HTTP/1.1" 200 4475 0.033539 10.0.0.19 - - [2026-06-22 03:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.19 - - [2026-06-22 03:21:27] "GET /virtual-network/8b3c15be-d6b6-4ff3-85a8-b15820fc893b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006007 10.0.0.19 - - [2026-06-22 03:21:28] "PUT /virtual-network/8b3c15be-d6b6-4ff3-85a8-b15820fc893b HTTP/1.1" 200 265 0.061015 10.0.0.241 - - [2026-06-22 03:21:28] "POST /route-targets HTTP/1.1" 200 328 0.020476 10.0.0.241 - - [2026-06-22 03:21:31] "GET /obj-perms HTTP/1.1" 200 4493 0.039475 10.0.0.19 - - [2026-06-22 03:21:33] "POST /id-to-fqname HTTP/1.1" 200 226 0.001418 10.0.0.241 - - [2026-06-22 03:21:33] "GET /projects?obj_uuids=02947e32-92ad-4025-804c-a1f391d162f1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001081 10.0.0.19 - - [2026-06-22 03:21:34] "GET /project/02947e32-92ad-4025-804c-a1f391d162f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.059957 10.0.0.19 - - [2026-06-22 03:21:34] "POST /neutron/network HTTP/1.1" 200 833 0.026785 10.0.0.19 - - [2026-06-22 03:21:34] "POST /neutron/port HTTP/1.1" 200 117 0.007215 10.0.0.19 - - [2026-06-22 03:21:38] "POST /neutron/port HTTP/1.1" 200 1065 0.018631 10.0.0.19 - - [2026-06-22 03:21:39] "POST /neutron/port HTTP/1.1" 200 1129 0.023365 10.0.0.19 - - [2026-06-22 03:21:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003905 10.0.0.19 - - [2026-06-22 03:21:39] "POST /neutron/network HTTP/1.1" 200 833 0.007932 10.0.0.19 - - [2026-06-22 03:21:49] "POST /neutron/port HTTP/1.1" 200 1129 0.018545 10.0.0.19 - - [2026-06-22 03:21:49] "POST /neutron/security_group HTTP/1.1" 200 2062 0.012933 10.0.0.19 - - [2026-06-22 03:21:49] "GET /virtual-machine/5843b010-edeb-46f2-a796-eda509d9694e HTTP/1.1" 200 1298 0.007916 10.0.0.19 - - [2026-06-22 03:21:49] "GET /virtual-machine-interface/016b6871-47a8-4c7a-a4cf-a1fc6d7d51b1 HTTP/1.1" 200 2973 0.006832 10.0.0.19 - - [2026-06-22 03:21:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.19 - - [2026-06-22 03:21:49] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005019 10.0.0.19 - - [2026-06-22 03:21:49] "GET /virtual-networks?parent_id=02947e32-92ad-4025-804c-a1f391d162f1&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004055 10.0.0.19 - - [2026-06-22 03:21:49] "GET /virtual-network/8b3c15be-d6b6-4ff3-85a8-b15820fc893b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.007805 10.0.0.19 - - [2026-06-22 03:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004409 10.0.0.19 - - [2026-06-22 03:21:52] "GET /virtual-network/8b3c15be-d6b6-4ff3-85a8-b15820fc893b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.006244 10.0.0.19 - - [2026-06-22 03:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.19 - - [2026-06-22 03:21:57] "GET /virtual-network/8b3c15be-d6b6-4ff3-85a8-b15820fc893b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.005405 10.0.0.19 - - [2026-06-22 03:21:57] "POST /neutron/port HTTP/1.1" 200 1129 0.042373 10.0.0.19 - - [2026-06-22 03:21:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003840 10.0.0.19 - - [2026-06-22 03:21:58] "POST /neutron/network HTTP/1.1" 200 833 0.007129 10.0.0.19 - - [2026-06-22 03:22:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004176 10.0.0.19 - - [2026-06-22 03:22:01] "GET /virtual-network/8b3c15be-d6b6-4ff3-85a8-b15820fc893b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.005401 10.0.0.19 - - [2026-06-22 03:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.19 - - [2026-06-22 03:22:05] "GET /virtual-network/8b3c15be-d6b6-4ff3-85a8-b15820fc893b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.005813 10.0.0.19 - - [2026-06-22 03:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.19 - - [2026-06-22 03:22:09] "GET /virtual-network/8b3c15be-d6b6-4ff3-85a8-b15820fc893b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.006196 10.0.0.19 - - [2026-06-22 03:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.19 - - [2026-06-22 03:22:13] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004425 10.0.0.19 - - [2026-06-22 03:22:13] "GET /virtual-networks?parent_id=02947e32-92ad-4025-804c-a1f391d162f1&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003606 10.0.0.19 - - [2026-06-22 03:22:13] "GET /virtual-network/8b3c15be-d6b6-4ff3-85a8-b15820fc893b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.005958 10.0.0.19 - - [2026-06-22 03:22:16] "POST /neutron/port HTTP/1.1" 200 1129 0.018830 10.0.0.19 - - [2026-06-22 03:22:18] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010022 10.0.0.19 - - [2026-06-22 03:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005451 10.0.0.19 - - [2026-06-22 03:22:24] "GET /virtual-network/8b3c15be-d6b6-4ff3-85a8-b15820fc893b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.007028 10.0.0.19 - - [2026-06-22 03:22:24] "PUT /virtual-network/8b3c15be-d6b6-4ff3-85a8-b15820fc893b HTTP/1.1" 200 265 0.074179 10.0.0.241 - - [2026-06-22 03:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.010018 10.0.0.19 - - [2026-06-22 03:22:31] "POST /neutron/port HTTP/1.1" 200 1129 0.022591 10.0.0.19 - - [2026-06-22 03:22:31] "POST /neutron/network HTTP/1.1" 200 833 0.022993 10.0.0.241 - - [2026-06-22 03:22:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003714 10.0.0.241 - - [2026-06-22 03:22:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003547 10.0.0.19 - - [2026-06-22 03:22:33] "POST /neutron/network HTTP/1.1" 200 151 0.145951 10.0.0.241 - - [2026-06-22 03:22:33] "DELETE /route-target/2b11ded2-de53-4ad3-946b-47a33357d424 HTTP/1.1" 200 115 0.029417 10.0.0.241 - - [2026-06-22 03:22:34] "GET /projects?obj_uuids=02947e32-92ad-4025-804c-a1f391d162f1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001233 10.0.0.19 - - [2026-06-22 03:22:35] "GET /project/02947e32-92ad-4025-804c-a1f391d162f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.049450 10.0.0.241 - - [2026-06-22 03:22:35] "GET /projects?obj_uuids=02947e32-92ad-4025-804c-a1f391d162f1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000941 10.0.0.19 - - [2026-06-22 03:22:35] "GET /project/02947e32-92ad-4025-804c-a1f391d162f1?fields=virtual_networks HTTP/1.1" 200 1040 0.058396 10.0.0.241 - - [2026-06-22 03:22:35] "GET /projects?obj_uuids=02947e32-92ad-4025-804c-a1f391d162f1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000965 10.0.0.19 - - [2026-06-22 03:22:35] "GET /project/02947e32-92ad-4025-804c-a1f391d162f1?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.042672 10.0.0.241 - - [2026-06-22 03:22:35] "GET /projects?obj_uuids=02947e32-92ad-4025-804c-a1f391d162f1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001119 10.0.0.19 - - [2026-06-22 03:22:35] "GET /project/02947e32-92ad-4025-804c-a1f391d162f1?fields=security_groups HTTP/1.1" 200 1271 0.054404 10.0.0.19 - - [2026-06-22 03:22:36] "POST /fqname-to-id HTTP/1.1" 404 213 0.027276 10.0.0.241 - - [2026-06-22 03:22:36] "GET /projects?obj_uuids=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006193 10.0.0.241 - - [2026-06-22 03:22:36] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001209 10.0.0.241 - - [2026-06-22 03:22:36] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.033699 10.0.0.241 - - [2026-06-22 03:22:36] "POST /id-to-fqname HTTP/1.1" 200 216 0.010482 10.0.0.241 - - [2026-06-22 03:22:36] "POST /fqname-to-id HTTP/1.1" 404 227 0.010500 10.0.0.241 - - [2026-06-22 03:22:36] "POST /security-groups HTTP/1.1" 200 616 0.035236 10.0.0.241 - - [2026-06-22 03:22:36] "POST /projects HTTP/1.1" 200 635 0.269298 10.0.0.241 - - [2026-06-22 03:22:36] "POST /fqname-to-id HTTP/1.1" 404 258 0.010702 10.0.0.241 - - [2026-06-22 03:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.345268 10.0.0.19 - - [2026-06-22 03:22:36] "GET /project/d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.501554 10.0.0.19 - - [2026-06-22 03:22:37] "GET / HTTP/1.1" 200 36215 0.001525 10.0.0.19 - - [2026-06-22 03:22:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000443 10.0.0.19 - - [2026-06-22 03:22:39] "POST /fqname-to-id HTTP/1.1" 404 249 0.057964 10.0.0.241 - - [2026-06-22 03:22:40] "POST /access-control-lists HTTP/1.1" 200 645 0.027016 10.0.0.241 - - [2026-06-22 03:22:40] "PUT /access-control-list/e60b2883-4608-4ecd-adf5-fcc04790ff9b HTTP/1.1" 200 273 0.023192 10.0.0.19 - - [2026-06-22 03:22:40] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.038671 10.0.0.19 - - [2026-06-22 03:22:40] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.174876 10.0.0.241 - - [2026-06-22 03:22:40] "PUT /access-control-list/e60b2883-4608-4ecd-adf5-fcc04790ff9b HTTP/1.1" 200 273 0.018070 10.0.0.19 - - [2026-06-22 03:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.007560 10.0.0.19 - - [2026-06-22 03:22:41] "GET /security-group/753f66bd-2414-4fd7-a311-56c392c9284e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.004785 10.0.0.19 - - [2026-06-22 03:22:41] "POST /neutron/security_group HTTP/1.1" 200 151 0.069559 10.0.0.19 - - [2026-06-22 03:22:41] "POST /fqname-to-id HTTP/1.1" 404 249 0.003359 10.0.0.241 - - [2026-06-22 03:22:42] "DELETE /access-control-list/e60b2883-4608-4ecd-adf5-fcc04790ff9b HTTP/1.1" 200 115 0.042626 10.0.0.19 - - [2026-06-22 03:22:42] "POST /fqname-to-id HTTP/1.1" 404 249 0.003871 10.0.0.241 - - [2026-06-22 03:22:42] "POST /fqname-to-id HTTP/1.1" 404 280 0.009979 10.0.0.241 - - [2026-06-22 03:22:42] "PUT /access-control-list/71e9f2dd-f87c-4a2f-b279-fa56ccf6c25b HTTP/1.1" 200 273 0.024053 10.0.0.19 - - [2026-06-22 03:22:42] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.011501 10.0.0.19 - - [2026-06-22 03:22:43] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.150844 10.0.0.19 - - [2026-06-22 03:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005122 10.0.0.241 - - [2026-06-22 03:22:43] "PUT /access-control-list/71e9f2dd-f87c-4a2f-b279-fa56ccf6c25b HTTP/1.1" 200 273 0.021251 10.0.0.19 - - [2026-06-22 03:22:43] "GET /security-group/9844070b-ad36-4e49-adeb-40d4b97146fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.014783 10.0.0.19 - - [2026-06-22 03:22:43] "POST /neutron/security_group_rule HTTP/1.1" 200 565 0.011961 10.0.0.19 - - [2026-06-22 03:22:44] "POST /neutron/security_group_rule HTTP/1.1" 200 601 0.176332 10.0.0.241 - - [2026-06-22 03:22:44] "PUT /access-control-list/917396cd-73e4-44d2-bfa6-45020bea8ddf HTTP/1.1" 200 273 0.025080 10.0.0.19 - - [2026-06-22 03:22:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.011283 10.0.0.241 - - [2026-06-22 03:22:44] "GET /projects?obj_uuids=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001225 10.0.0.19 - - [2026-06-22 03:22:44] "GET /project/d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.048276 10.0.0.241 - - [2026-06-22 03:22:44] "POST /useragent-kv HTTP/1.1" 200 115 0.012168 10.0.0.19 - - [2026-06-22 03:22:44] "POST /neutron/subnet HTTP/1.1" 200 828 0.250370 10.0.0.241 - - [2026-06-22 03:22:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.027602 10.0.0.19 - - [2026-06-22 03:22:45] "POST /id-to-fqname HTTP/1.1" 200 290 0.001449 10.0.0.19 - - [2026-06-22 03:22:45] "GET /virtual-network/1b0951aa-f884-40e0-a977-af5653c89cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.009280 10.0.0.19 - - [2026-06-22 03:22:45] "POST /neutron/network HTTP/1.1" 200 1114 0.010300 10.0.0.19 - - [2026-06-22 03:22:45] "GET /virtual-network/1b0951aa-f884-40e0-a977-af5653c89cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006505 10.0.0.19 - - [2026-06-22 03:22:45] "POST /neutron/subnet HTTP/1.1" 200 729 0.012227 10.0.0.19 - - [2026-06-22 03:22:45] "GET /virtual-network/1b0951aa-f884-40e0-a977-af5653c89cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.012638 10.0.0.129 - - [2026-06-22 03:22:46] "GET /obj-perms HTTP/1.1" 200 4517 0.050133 10.0.0.19 - - [2026-06-22 03:22:46] "POST /id-to-fqname HTTP/1.1" 200 290 0.001525 10.0.0.241 - - [2026-06-22 03:22:47] "GET /projects?obj_uuids=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001148 10.0.0.19 - - [2026-06-22 03:22:47] "GET /project/d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.063377 10.0.0.19 - - [2026-06-22 03:22:47] "POST /neutron/network HTTP/1.1" 200 1114 0.010723 10.0.0.19 - - [2026-06-22 03:22:48] "POST /id-to-fqname HTTP/1.1" 200 290 0.002154 10.0.0.19 - - [2026-06-22 03:22:48] "POST /neutron/port HTTP/1.1" 200 117 0.008274 10.0.0.241 - - [2026-06-22 03:22:48] "GET /projects?obj_uuids=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001717 10.0.0.19 - - [2026-06-22 03:22:49] "GET /project/d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.067563 10.0.0.19 - - [2026-06-22 03:22:49] "POST /neutron/network HTTP/1.1" 200 1114 0.009887 10.0.0.19 - - [2026-06-22 03:22:49] "POST /neutron/port HTTP/1.1" 200 117 0.009337 10.0.0.241 - - [2026-06-22 03:22:52] "GET /projects?obj_uuids=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001079 10.0.0.19 - - [2026-06-22 03:22:52] "POST /neutron/port HTTP/1.1" 200 1193 0.404904 10.0.0.19 - - [2026-06-22 03:22:52] "POST /neutron/port HTTP/1.1" 200 1247 0.135960 10.0.0.19 - - [2026-06-22 03:22:53] "POST /neutron/port HTTP/1.1" 200 1257 0.020708 10.0.0.19 - - [2026-06-22 03:22:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003745 10.0.0.19 - - [2026-06-22 03:22:53] "POST /neutron/port HTTP/1.1" 200 117 0.001194 10.0.0.19 - - [2026-06-22 03:22:54] "POST /neutron/port HTTP/1.1" 200 1193 0.022049 10.0.0.19 - - [2026-06-22 03:22:54] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008002 10.0.0.19 - - [2026-06-22 03:22:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004014 10.0.0.19 - - [2026-06-22 03:22:55] "POST /neutron/port HTTP/1.1" 200 117 0.001192 10.0.0.19 - - [2026-06-22 03:22:59] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007764 10.0.0.19 - - [2026-06-22 03:22:59] "POST /neutron/port HTTP/1.1" 200 1257 0.019272 10.0.0.19 - - [2026-06-22 03:22:59] "POST /neutron/security_group HTTP/1.1" 200 1457 0.009681 10.0.0.19 - - [2026-06-22 03:22:59] "GET /virtual-machine/c83ba81b-e8d2-4b11-9e07-0555d7b4d784 HTTP/1.1" 401 292 0.000485 10.0.0.19 - - [2026-06-22 03:23:00] "GET /virtual-machine/c83ba81b-e8d2-4b11-9e07-0555d7b4d784 HTTP/1.1" 200 1320 0.030304 10.0.0.19 - - [2026-06-22 03:23:00] "GET /virtual-machine/c83ba81b-e8d2-4b11-9e07-0555d7b4d784 HTTP/1.1" 200 1320 0.004622 10.0.0.19 - - [2026-06-22 03:23:00] "GET /virtual-machine-interface/be3a80bc-a188-4172-b6cd-9be450c8227c HTTP/1.1" 200 3426 0.006179 10.0.0.19 - - [2026-06-22 03:23:00] "GET /virtual-machine/c83ba81b-e8d2-4b11-9e07-0555d7b4d784 HTTP/1.1" 200 1320 0.005242 10.0.0.19 - - [2026-06-22 03:23:00] "GET /virtual-machine-interface/be3a80bc-a188-4172-b6cd-9be450c8227c HTTP/1.1" 200 3426 0.005678 10.0.0.19 - - [2026-06-22 03:23:00] "GET /instance-ip/19ab70ab-6662-41d6-a754-78ea93dcec26 HTTP/1.1" 200 1738 0.006908 10.0.0.19 - - [2026-06-22 03:23:00] "GET /instance-ip/860463e9-45ec-4a99-8bc3-affb623782e6 HTTP/1.1" 200 1719 0.006733 10.0.0.19 - - [2026-06-22 03:23:00] "GET /virtual-machine/c83ba81b-e8d2-4b11-9e07-0555d7b4d784 HTTP/1.1" 200 1320 0.004188 10.0.0.19 - - [2026-06-22 03:23:00] "GET /virtual-machine-interface/be3a80bc-a188-4172-b6cd-9be450c8227c HTTP/1.1" 200 3426 0.005861 10.0.0.19 - - [2026-06-22 03:23:00] "GET /instance-ip/19ab70ab-6662-41d6-a754-78ea93dcec26 HTTP/1.1" 200 1738 0.005188 10.0.0.19 - - [2026-06-22 03:23:00] "GET /instance-ip/860463e9-45ec-4a99-8bc3-affb623782e6 HTTP/1.1" 200 1719 0.005409 10.0.0.19 - - [2026-06-22 03:23:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.19 - - [2026-06-22 03:23:00] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004121 10.0.0.19 - - [2026-06-22 03:23:00] "GET /virtual-networks?parent_id=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003520 10.0.0.19 - - [2026-06-22 03:23:00] "GET /virtual-network/1b0951aa-f884-40e0-a977-af5653c89cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.005914 10.0.0.19 - - [2026-06-22 03:23:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005189 10.0.0.19 - - [2026-06-22 03:23:00] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005888 10.0.0.19 - - [2026-06-22 03:23:00] "GET /virtual-networks?parent_id=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.005471 10.0.0.19 - - [2026-06-22 03:23:00] "GET /virtual-network/1b0951aa-f884-40e0-a977-af5653c89cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.010599 10.0.0.19 - - [2026-06-22 03:23:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004771 10.0.0.19 - - [2026-06-22 03:23:00] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005444 10.0.0.19 - - [2026-06-22 03:23:00] "GET /virtual-networks?parent_id=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004215 10.0.0.19 - - [2026-06-22 03:23:00] "GET /virtual-network/1b0951aa-f884-40e0-a977-af5653c89cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.008304 10.0.0.19 - - [2026-06-22 03:23:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004770 10.0.0.19 - - [2026-06-22 03:23:00] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004742 10.0.0.19 - - [2026-06-22 03:23:00] "GET /virtual-networks?parent_id=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004010 10.0.0.19 - - [2026-06-22 03:23:00] "GET /virtual-network/1b0951aa-f884-40e0-a977-af5653c89cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.007775 10.0.0.19 - - [2026-06-22 03:23:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004725 10.0.0.19 - - [2026-06-22 03:23:00] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004258 10.0.0.19 - - [2026-06-22 03:23:00] "GET /virtual-networks?parent_id=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003506 10.0.0.19 - - [2026-06-22 03:23:00] "GET /virtual-network/1b0951aa-f884-40e0-a977-af5653c89cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.007427 10.0.0.19 - - [2026-06-22 03:23:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.19 - - [2026-06-22 03:23:00] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004920 10.0.0.19 - - [2026-06-22 03:23:00] "GET /virtual-networks?parent_id=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003941 10.0.0.19 - - [2026-06-22 03:23:01] "GET /virtual-network/1b0951aa-f884-40e0-a977-af5653c89cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006267 10.0.0.19 - - [2026-06-22 03:23:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392 10.0.0.19 - - [2026-06-22 03:23:01] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006199 10.0.0.19 - - [2026-06-22 03:23:01] "GET /virtual-networks?parent_id=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.005556 10.0.0.19 - - [2026-06-22 03:23:01] "GET /virtual-network/1b0951aa-f884-40e0-a977-af5653c89cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006721 10.0.0.19 - - [2026-06-22 03:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.19 - - [2026-06-22 03:23:04] "GET /virtual-network/1b0951aa-f884-40e0-a977-af5653c89cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006827 10.0.0.241 - - [2026-06-22 03:23:06] "DELETE /project/d7b5204e9d3f4539b7b2219a0d6a9d3f HTTP/1.1" 404 173 0.004620 10.0.0.241 - - [2026-06-22 03:23:06] "GET /projects?obj_uuids=02947e32-92ad-4025-804c-a1f391d162f1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000947 10.0.0.241 - - [2026-06-22 03:23:06] "GET /project/02947e32-92ad-4025-804c-a1f391d162f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.049857 10.0.0.241 - - [2026-06-22 03:23:06] "GET /projects?obj_uuids=02947e32-92ad-4025-804c-a1f391d162f1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001191 10.0.0.241 - - [2026-06-22 03:23:06] "GET /project/02947e32-92ad-4025-804c-a1f391d162f1?fields=security_groups HTTP/1.1" 200 1373 0.057277 10.0.0.241 - - [2026-06-22 03:23:06] "DELETE /security-group/313cf599-12de-44c9-9ee4-6712d501eb60 HTTP/1.1" 200 115 0.165806 10.0.0.241 - - [2026-06-22 03:23:06] "GET /projects?obj_uuids=02947e32-92ad-4025-804c-a1f391d162f1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001225 10.0.0.241 - - [2026-06-22 03:23:06] "DELETE /access-control-list/3f59613c-cc4f-44d4-874c-96b7979600c7 HTTP/1.1" 200 115 0.071851 10.0.0.241 - - [2026-06-22 03:23:06] "GET /project/02947e32-92ad-4025-804c-a1f391d162f1?fields=application_policy_sets HTTP/1.1" 200 1412 0.072242 10.0.0.241 - - [2026-06-22 03:23:07] "DELETE /project/02947e32-92ad-4025-804c-a1f391d162f1 HTTP/1.1" 200 115 0.636568 10.0.0.19 - - [2026-06-22 03:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.19 - - [2026-06-22 03:23:08] "GET /virtual-network/1b0951aa-f884-40e0-a977-af5653c89cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.008006 10.0.0.19 - - [2026-06-22 03:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.19 - - [2026-06-22 03:23:12] "GET /virtual-network/1b0951aa-f884-40e0-a977-af5653c89cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006668 10.0.0.19 - - [2026-06-22 03:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.19 - - [2026-06-22 03:23:16] "GET /virtual-network/1b0951aa-f884-40e0-a977-af5653c89cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.005643 10.0.0.19 - - [2026-06-22 03:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.19 - - [2026-06-22 03:23:20] "GET /virtual-network/1b0951aa-f884-40e0-a977-af5653c89cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006048 10.0.0.19 - - [2026-06-22 03:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.19 - - [2026-06-22 03:23:24] "GET /virtual-network/1b0951aa-f884-40e0-a977-af5653c89cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.005333 10.0.0.19 - - [2026-06-22 03:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.19 - - [2026-06-22 03:23:26] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004403 10.0.0.19 - - [2026-06-22 03:23:26] "GET /virtual-networks?parent_id=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004682 10.0.0.19 - - [2026-06-22 03:23:26] "GET /virtual-network/1b0951aa-f884-40e0-a977-af5653c89cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.005623 10.0.0.19 - - [2026-06-22 03:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.19 - - [2026-06-22 03:23:26] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004149 10.0.0.19 - - [2026-06-22 03:23:26] "GET /virtual-networks?parent_id=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003118 10.0.0.19 - - [2026-06-22 03:23:26] "GET /virtual-network/1b0951aa-f884-40e0-a977-af5653c89cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006555 10.0.0.19 - - [2026-06-22 03:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.19 - - [2026-06-22 03:23:27] "GET /routing-instance/ab570c58-6d82-4e23-a0c7-bc13fbd8b83e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1684 0.004475 10.0.0.19 - - [2026-06-22 03:23:27] "GET /route-target/b055d8ce-be3b-44aa-b400-a4896717251a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003930 10.0.0.19 - - [2026-06-22 03:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.19 - - [2026-06-22 03:23:27] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003617 10.0.0.19 - - [2026-06-22 03:23:27] "GET /virtual-networks?parent_id=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003183 10.0.0.19 - - [2026-06-22 03:23:27] "GET /virtual-network/1b0951aa-f884-40e0-a977-af5653c89cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.005613 10.0.0.19 - - [2026-06-22 03:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.19 - - [2026-06-22 03:23:27] "GET /routing-instance/ab570c58-6d82-4e23-a0c7-bc13fbd8b83e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1684 0.004478 10.0.0.19 - - [2026-06-22 03:23:27] "GET /route-target/b055d8ce-be3b-44aa-b400-a4896717251a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004918 10.0.0.19 - - [2026-06-22 03:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.19 - - [2026-06-22 03:23:27] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004797 10.0.0.19 - - [2026-06-22 03:23:27] "GET /virtual-networks?parent_id=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004408 10.0.0.19 - - [2026-06-22 03:23:27] "GET /virtual-network/1b0951aa-f884-40e0-a977-af5653c89cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006178 10.0.0.19 - - [2026-06-22 03:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.19 - - [2026-06-22 03:23:27] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004237 10.0.0.19 - - [2026-06-22 03:23:27] "GET /virtual-networks?parent_id=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003597 10.0.0.19 - - [2026-06-22 03:23:27] "GET /virtual-network/1b0951aa-f884-40e0-a977-af5653c89cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006256 10.0.0.19 - - [2026-06-22 03:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.19 - - [2026-06-22 03:23:27] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003892 10.0.0.19 - - [2026-06-22 03:23:27] "GET /virtual-networks?parent_id=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003269 10.0.0.19 - - [2026-06-22 03:23:27] "GET /virtual-network/1b0951aa-f884-40e0-a977-af5653c89cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006031 10.0.0.19 - - [2026-06-22 03:23:27] "GET /obj-perms HTTP/1.1" 200 4517 0.035584 10.0.0.241 - - [2026-06-22 03:23:27] "GET /obj-perms HTTP/1.1" 200 4517 0.035864 10.0.0.19 - - [2026-06-22 03:23:27] "GET /obj-perms HTTP/1.1" 200 4517 0.003889 10.0.0.19 - - [2026-06-22 03:23:27] "GET /obj-perms HTTP/1.1" 200 4517 0.003965 10.0.0.19 - - [2026-06-22 03:23:28] "GET /virtual-machine/c83ba81b-e8d2-4b11-9e07-0555d7b4d784 HTTP/1.1" 200 1320 0.005444 10.0.0.19 - - [2026-06-22 03:23:28] "GET /virtual-machine-interface/be3a80bc-a188-4172-b6cd-9be450c8227c HTTP/1.1" 200 3426 0.005733 10.0.0.19 - - [2026-06-22 03:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.19 - - [2026-06-22 03:23:28] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004043 10.0.0.19 - - [2026-06-22 03:23:28] "GET /virtual-networks?parent_id=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002998 10.0.0.19 - - [2026-06-22 03:23:28] "GET /virtual-network/1b0951aa-f884-40e0-a977-af5653c89cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.005958 10.0.0.19 - - [2026-06-22 03:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.19 - - [2026-06-22 03:23:29] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003718 10.0.0.19 - - [2026-06-22 03:23:29] "GET /virtual-networks?parent_id=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003601 10.0.0.19 - - [2026-06-22 03:23:29] "GET /virtual-network/1b0951aa-f884-40e0-a977-af5653c89cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006706 10.0.0.19 - - [2026-06-22 03:23:29] "POST /neutron/port HTTP/1.1" 200 1257 0.021213 10.0.0.241 - - [2026-06-22 03:23:32] "GET /obj-perms HTTP/1.1" 200 4493 0.036946 10.0.0.19 - - [2026-06-22 03:23:33] "GET /obj-perms HTTP/1.1" 200 4493 0.041701 10.0.0.19 - - [2026-06-22 03:23:34] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007510 10.0.0.19 - - [2026-06-22 03:23:34] "POST /neutron/port HTTP/1.1" 200 1257 0.022532 10.0.0.19 - - [2026-06-22 03:23:34] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007741 10.0.0.19 - - [2026-06-22 03:23:35] "GET /virtual-machine/ec59b72b-4ca4-454c-9128-e4b81b23c23b HTTP/1.1" 200 1320 0.009256 10.0.0.19 - - [2026-06-22 03:23:35] "GET /virtual-machine/ec59b72b-4ca4-454c-9128-e4b81b23c23b HTTP/1.1" 200 1320 0.003834 10.0.0.19 - - [2026-06-22 03:23:35] "GET /virtual-machine-interface/dbe38568-ebc0-4241-9ffd-22f18c32282e HTTP/1.1" 200 3426 0.010947 10.0.0.19 - - [2026-06-22 03:23:35] "GET /virtual-machine/ec59b72b-4ca4-454c-9128-e4b81b23c23b HTTP/1.1" 200 1320 0.003844 10.0.0.19 - - [2026-06-22 03:23:35] "GET /virtual-machine-interface/dbe38568-ebc0-4241-9ffd-22f18c32282e HTTP/1.1" 200 3426 0.006909 10.0.0.19 - - [2026-06-22 03:23:35] "GET /instance-ip/25eb825f-5342-4896-8ed3-497f6ae4cf56 HTTP/1.1" 200 1719 0.008048 10.0.0.19 - - [2026-06-22 03:23:35] "GET /instance-ip/6674df17-3146-4248-8d0b-cae21fed65c0 HTTP/1.1" 200 1738 0.007164 10.0.0.19 - - [2026-06-22 03:23:35] "GET /virtual-machine/ec59b72b-4ca4-454c-9128-e4b81b23c23b HTTP/1.1" 200 1320 0.006501 10.0.0.19 - - [2026-06-22 03:23:35] "GET /virtual-machine-interface/dbe38568-ebc0-4241-9ffd-22f18c32282e HTTP/1.1" 200 3426 0.005856 10.0.0.19 - - [2026-06-22 03:23:35] "GET /instance-ip/25eb825f-5342-4896-8ed3-497f6ae4cf56 HTTP/1.1" 200 1719 0.005260 10.0.0.19 - - [2026-06-22 03:23:35] "GET /instance-ip/6674df17-3146-4248-8d0b-cae21fed65c0 HTTP/1.1" 200 1738 0.004283 10.0.0.19 - - [2026-06-22 03:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004795 10.0.0.19 - - [2026-06-22 03:23:35] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004220 10.0.0.19 - - [2026-06-22 03:23:35] "GET /virtual-networks?parent_id=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003368 10.0.0.19 - - [2026-06-22 03:23:35] "GET /virtual-network/1b0951aa-f884-40e0-a977-af5653c89cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.007867 10.0.0.19 - - [2026-06-22 03:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004477 10.0.0.19 - - [2026-06-22 03:23:35] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004682 10.0.0.19 - - [2026-06-22 03:23:35] "GET /virtual-networks?parent_id=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003496 10.0.0.19 - - [2026-06-22 03:23:35] "GET /virtual-network/1b0951aa-f884-40e0-a977-af5653c89cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006350 10.0.0.19 - - [2026-06-22 03:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.19 - - [2026-06-22 03:23:35] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003835 10.0.0.19 - - [2026-06-22 03:23:35] "GET /virtual-networks?parent_id=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003368 10.0.0.19 - - [2026-06-22 03:23:35] "GET /virtual-network/1b0951aa-f884-40e0-a977-af5653c89cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006119 10.0.0.19 - - [2026-06-22 03:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.19 - - [2026-06-22 03:23:35] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004820 10.0.0.19 - - [2026-06-22 03:23:35] "GET /virtual-networks?parent_id=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003613 10.0.0.19 - - [2026-06-22 03:23:35] "GET /virtual-network/1b0951aa-f884-40e0-a977-af5653c89cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.005601 10.0.0.19 - - [2026-06-22 03:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004187 10.0.0.19 - - [2026-06-22 03:23:35] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004306 10.0.0.19 - - [2026-06-22 03:23:35] "GET /virtual-networks?parent_id=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003111 10.0.0.19 - - [2026-06-22 03:23:35] "GET /virtual-network/1b0951aa-f884-40e0-a977-af5653c89cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.008085 10.0.0.19 - - [2026-06-22 03:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.19 - - [2026-06-22 03:23:35] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004604 10.0.0.19 - - [2026-06-22 03:23:35] "GET /virtual-networks?parent_id=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003495 10.0.0.19 - - [2026-06-22 03:23:35] "GET /virtual-network/1b0951aa-f884-40e0-a977-af5653c89cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.005917 10.0.0.19 - - [2026-06-22 03:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.19 - - [2026-06-22 03:23:35] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005737 10.0.0.19 - - [2026-06-22 03:23:35] "GET /virtual-networks?parent_id=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004121 10.0.0.19 - - [2026-06-22 03:23:36] "GET /virtual-network/1b0951aa-f884-40e0-a977-af5653c89cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.007687 10.0.0.19 - - [2026-06-22 03:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004283 10.0.0.19 - - [2026-06-22 03:23:37] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004298 10.0.0.19 - - [2026-06-22 03:23:37] "GET /virtual-networks?parent_id=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003688 10.0.0.19 - - [2026-06-22 03:23:37] "GET /virtual-network/1b0951aa-f884-40e0-a977-af5653c89cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.007074 10.0.0.19 - - [2026-06-22 03:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.19 - - [2026-06-22 03:23:37] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004596 10.0.0.19 - - [2026-06-22 03:23:37] "GET /virtual-networks?parent_id=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004720 10.0.0.19 - - [2026-06-22 03:23:37] "GET /virtual-network/1b0951aa-f884-40e0-a977-af5653c89cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006901 10.0.0.19 - - [2026-06-22 03:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004358 10.0.0.19 - - [2026-06-22 03:23:37] "GET /routing-instance/ab570c58-6d82-4e23-a0c7-bc13fbd8b83e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1684 0.005393 10.0.0.19 - - [2026-06-22 03:23:37] "GET /route-target/b055d8ce-be3b-44aa-b400-a4896717251a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004780 10.0.0.19 - - [2026-06-22 03:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004614 10.0.0.19 - - [2026-06-22 03:23:37] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006247 10.0.0.19 - - [2026-06-22 03:23:37] "GET /virtual-networks?parent_id=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003958 10.0.0.19 - - [2026-06-22 03:23:37] "GET /virtual-network/1b0951aa-f884-40e0-a977-af5653c89cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006102 10.0.0.19 - - [2026-06-22 03:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.19 - - [2026-06-22 03:23:37] "GET /routing-instance/ab570c58-6d82-4e23-a0c7-bc13fbd8b83e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1684 0.006639 10.0.0.19 - - [2026-06-22 03:23:37] "GET /route-target/b055d8ce-be3b-44aa-b400-a4896717251a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003970 10.0.0.19 - - [2026-06-22 03:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004855 10.0.0.19 - - [2026-06-22 03:23:37] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004610 10.0.0.19 - - [2026-06-22 03:23:37] "GET /virtual-networks?parent_id=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003328 10.0.0.19 - - [2026-06-22 03:23:37] "GET /virtual-network/1b0951aa-f884-40e0-a977-af5653c89cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.008157 10.0.0.19 - - [2026-06-22 03:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.19 - - [2026-06-22 03:23:37] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004557 10.0.0.19 - - [2026-06-22 03:23:37] "GET /virtual-networks?parent_id=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.005408 10.0.0.19 - - [2026-06-22 03:23:37] "GET /virtual-network/1b0951aa-f884-40e0-a977-af5653c89cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.007567 10.0.0.19 - - [2026-06-22 03:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004142 10.0.0.19 - - [2026-06-22 03:23:37] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004110 10.0.0.19 - - [2026-06-22 03:23:37] "GET /virtual-networks?parent_id=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003156 10.0.0.19 - - [2026-06-22 03:23:37] "GET /virtual-network/1b0951aa-f884-40e0-a977-af5653c89cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006137 10.0.0.19 - - [2026-06-22 03:23:38] "GET /obj-perms HTTP/1.1" 200 4517 0.003943 10.0.0.241 - - [2026-06-22 03:23:38] "GET /obj-perms HTTP/1.1" 200 4517 0.004561 10.0.0.19 - - [2026-06-22 03:23:38] "GET /obj-perms HTTP/1.1" 200 4517 0.003642 10.0.0.19 - - [2026-06-22 03:23:38] "POST /neutron/network HTTP/1.1" 200 1124 0.008439 10.0.0.129 - - [2026-06-22 03:23:38] "GET /obj-perms HTTP/1.1" 200 4517 0.003540 10.0.0.19 - - [2026-06-22 03:23:38] "POST /neutron/subnet HTTP/1.1" 200 1389 0.015087 10.0.0.19 - - [2026-06-22 03:23:38] "GET /virtual-machine/ec59b72b-4ca4-454c-9128-e4b81b23c23b HTTP/1.1" 200 1320 0.003550 10.0.0.19 - - [2026-06-22 03:23:38] "GET /virtual-machine-interface/dbe38568-ebc0-4241-9ffd-22f18c32282e HTTP/1.1" 200 3426 0.006127 10.0.0.19 - - [2026-06-22 03:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.19 - - [2026-06-22 03:23:38] "POST /neutron/network HTTP/1.1" 200 1114 0.009727 10.0.0.19 - - [2026-06-22 03:23:38] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003157 10.0.0.19 - - [2026-06-22 03:23:38] "GET /virtual-networks?parent_id=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002652 10.0.0.19 - - [2026-06-22 03:23:38] "GET /virtual-network/1b0951aa-f884-40e0-a977-af5653c89cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006523 10.0.0.19 - - [2026-06-22 03:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.19 - - [2026-06-22 03:23:39] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005833 10.0.0.19 - - [2026-06-22 03:23:39] "GET /virtual-networks?parent_id=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004004 10.0.0.19 - - [2026-06-22 03:23:39] "GET /virtual-network/1b0951aa-f884-40e0-a977-af5653c89cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006271 10.0.0.19 - - [2026-06-22 03:23:44] "POST /neutron/port HTTP/1.1" 200 1257 0.020438 10.0.0.19 - - [2026-06-22 03:23:45] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008181 10.0.0.19 - - [2026-06-22 03:23:55] "GET /virtual-machine/c83ba81b-e8d2-4b11-9e07-0555d7b4d784 HTTP/1.1" 200 1320 0.004790 10.0.0.19 - - [2026-06-22 03:23:55] "GET /virtual-machine-interface/be3a80bc-a188-4172-b6cd-9be450c8227c HTTP/1.1" 200 3426 0.007193 10.0.0.19 - - [2026-06-22 03:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004193 10.0.0.19 - - [2026-06-22 03:23:55] "GET /security-group/9844070b-ad36-4e49-adeb-40d4b97146fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.005850 10.0.0.19 - - [2026-06-22 03:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.19 - - [2026-06-22 03:23:55] "GET /security-group/9844070b-ad36-4e49-adeb-40d4b97146fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.004377 10.0.0.19 - - [2026-06-22 03:23:55] "POST /neutron/security_group HTTP/1.1" 200 1483 0.004303 10.0.0.19 - - [2026-06-22 03:23:55] "POST /neutron/port HTTP/1.1" 200 1247 0.018561 10.0.0.19 - - [2026-06-22 03:23:55] "GET /virtual-machine/c83ba81b-e8d2-4b11-9e07-0555d7b4d784 HTTP/1.1" 200 1320 0.004261 10.0.0.19 - - [2026-06-22 03:23:55] "GET /virtual-machine-interface/be3a80bc-a188-4172-b6cd-9be450c8227c HTTP/1.1" 200 3370 0.007614 10.0.0.19 - - [2026-06-22 03:23:55] "POST /neutron/security_group HTTP/1.1" 200 1457 0.009476 10.0.0.19 - - [2026-06-22 03:23:55] "POST /neutron/port HTTP/1.1" 200 1209 0.016439 10.0.0.19 - - [2026-06-22 03:23:55] "GET /virtual-machine/c83ba81b-e8d2-4b11-9e07-0555d7b4d784 HTTP/1.1" 200 1320 0.004534 10.0.0.19 - - [2026-06-22 03:23:55] "GET /virtual-machine-interface/be3a80bc-a188-4172-b6cd-9be450c8227c HTTP/1.1" 200 3426 0.007727 10.0.0.19 - - [2026-06-22 03:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004879 10.0.0.19 - - [2026-06-22 03:23:55] "GET /security-group/9844070b-ad36-4e49-adeb-40d4b97146fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.004081 10.0.0.19 - - [2026-06-22 03:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.19 - - [2026-06-22 03:23:55] "GET /security-group/9844070b-ad36-4e49-adeb-40d4b97146fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.004589 10.0.0.19 - - [2026-06-22 03:24:00] "POST /neutron/port HTTP/1.1" 200 1257 0.019560 10.0.0.19 - - [2026-06-22 03:24:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004211 10.0.0.19 - - [2026-06-22 03:24:01] "POST /neutron/port HTTP/1.1" 200 117 0.001076 10.0.0.19 - - [2026-06-22 03:24:38] "POST /neutron/port HTTP/1.1" 200 1257 0.036050 10.0.0.19 - - [2026-06-22 03:24:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004488 10.0.0.19 - - [2026-06-22 03:24:40] "POST /neutron/port HTTP/1.1" 200 117 0.001415 10.0.0.19 - - [2026-06-22 03:25:02] "POST /neutron/port HTTP/1.1" 200 1257 0.023455 10.0.0.19 - - [2026-06-22 03:25:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004502 10.0.0.19 - - [2026-06-22 03:25:03] "POST /neutron/port HTTP/1.1" 200 117 0.001186 10.0.0.241 - - [2026-06-22 03:25:12] "GET /projects?obj_uuids=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001135 10.0.0.19 - - [2026-06-22 03:25:12] "POST /neutron/security_group_rule HTTP/1.1" 200 2664 0.063638 10.0.0.19 - - [2026-06-22 03:25:12] "POST /neutron/security_group_rule HTTP/1.1" 200 565 0.013178 10.0.0.19 - - [2026-06-22 03:25:13] "POST /neutron/security_group_rule HTTP/1.1" 200 600 0.183065 10.0.0.241 - - [2026-06-22 03:25:13] "PUT /access-control-list/917396cd-73e4-44d2-bfa6-45020bea8ddf HTTP/1.1" 200 273 0.032837 10.0.0.19 - - [2026-06-22 03:25:15] "POST /fqname-to-id HTTP/1.1" 404 249 0.003490 10.0.0.19 - - [2026-06-22 03:25:15] "GET /virtual-machine/c83ba81b-e8d2-4b11-9e07-0555d7b4d784 HTTP/1.1" 200 1320 0.003856 10.0.0.19 - - [2026-06-22 03:25:15] "GET /virtual-machine-interface/be3a80bc-a188-4172-b6cd-9be450c8227c HTTP/1.1" 200 3135 0.020912 10.0.0.19 - - [2026-06-22 03:25:15] "GET /virtual-machine/ec59b72b-4ca4-454c-9128-e4b81b23c23b HTTP/1.1" 200 1320 0.005296 10.0.0.19 - - [2026-06-22 03:25:15] "GET /virtual-machine-interface/dbe38568-ebc0-4241-9ffd-22f18c32282e HTTP/1.1" 200 3135 0.007418 10.0.0.241 - - [2026-06-22 03:25:15] "DELETE /access-control-list/71e9f2dd-f87c-4a2f-b279-fa56ccf6c25b HTTP/1.1" 200 115 0.045898 10.0.0.19 - - [2026-06-22 03:25:15] "POST /neutron/security_group HTTP/1.1" 200 117 0.008969 10.0.0.19 - - [2026-06-22 03:25:16] "GET /virtual-machine/ec59b72b-4ca4-454c-9128-e4b81b23c23b HTTP/1.1" 200 1320 0.004515 10.0.0.19 - - [2026-06-22 03:25:18] "POST /neutron/port HTTP/1.1" 200 1209 0.016739 10.0.0.19 - - [2026-06-22 03:25:18] "GET /virtual-machine/ec59b72b-4ca4-454c-9128-e4b81b23c23b HTTP/1.1" 200 1320 0.004261 10.0.0.19 - - [2026-06-22 03:25:20] "GET /virtual-machine/ec59b72b-4ca4-454c-9128-e4b81b23c23b HTTP/1.1" 404 171 0.003420 10.0.0.19 - - [2026-06-22 03:25:20] "GET /virtual-machine/ec59b72b-4ca4-454c-9128-e4b81b23c23b HTTP/1.1" 404 171 0.004384 10.0.0.19 - - [2026-06-22 03:25:20] "GET /virtual-machine/ec59b72b-4ca4-454c-9128-e4b81b23c23b HTTP/1.1" 404 171 0.002913 10.0.0.19 - - [2026-06-22 03:25:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.19 - - [2026-06-22 03:25:20] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004012 10.0.0.19 - - [2026-06-22 03:25:20] "GET /virtual-networks?parent_id=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003219 10.0.0.19 - - [2026-06-22 03:25:20] "GET /virtual-network/1b0951aa-f884-40e0-a977-af5653c89cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006092 10.0.0.19 - - [2026-06-22 03:25:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.19 - - [2026-06-22 03:25:20] "GET /routing-instance/ab570c58-6d82-4e23-a0c7-bc13fbd8b83e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1684 0.004313 10.0.0.19 - - [2026-06-22 03:25:20] "GET /route-target/b055d8ce-be3b-44aa-b400-a4896717251a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004264 10.0.0.129 - - [2026-06-22 03:25:20] "GET /obj-perms HTTP/1.1" 200 4517 0.004397 10.0.0.19 - - [2026-06-22 03:25:23] "GET /obj-perms HTTP/1.1" 200 4517 0.004241 10.0.0.129 - - [2026-06-22 03:25:29] "GET /obj-perms HTTP/1.1" 200 4517 0.003953 10.0.0.19 - - [2026-06-22 03:25:33] "GET /obj-perms HTTP/1.1" 200 4517 0.004511 10.0.0.129 - - [2026-06-22 03:25:36] "GET /obj-perms HTTP/1.1" 200 4517 0.004559 10.0.0.19 - - [2026-06-22 03:25:39] "GET /obj-perms HTTP/1.1" 200 4517 0.004517 10.0.0.241 - - [2026-06-22 03:25:39] "GET /obj-perms HTTP/1.1" 200 4517 0.004455 10.0.0.19 - - [2026-06-22 03:25:39] "POST /neutron/security_group HTTP/1.1" 200 117 0.006841 10.0.0.19 - - [2026-06-22 03:25:39] "GET /virtual-machine/c83ba81b-e8d2-4b11-9e07-0555d7b4d784 HTTP/1.1" 200 1320 0.004391 10.0.0.19 - - [2026-06-22 03:25:40] "POST /neutron/network HTTP/1.1" 200 1124 0.007317 10.0.0.19 - - [2026-06-22 03:25:40] "POST /neutron/subnet HTTP/1.1" 200 1389 0.016044 10.0.0.19 - - [2026-06-22 03:25:40] "POST /neutron/network HTTP/1.1" 200 1114 0.009407 10.0.0.19 - - [2026-06-22 03:25:41] "GET /virtual-machine/c83ba81b-e8d2-4b11-9e07-0555d7b4d784 HTTP/1.1" 200 1320 0.004766 10.0.0.19 - - [2026-06-22 03:25:41] "POST /neutron/port HTTP/1.1" 200 151 0.295899 10.0.0.19 - - [2026-06-22 03:25:43] "GET /virtual-machine/c83ba81b-e8d2-4b11-9e07-0555d7b4d784 HTTP/1.1" 404 171 0.003306 10.0.0.19 - - [2026-06-22 03:25:43] "GET /virtual-machine/c83ba81b-e8d2-4b11-9e07-0555d7b4d784 HTTP/1.1" 404 171 0.003030 10.0.0.19 - - [2026-06-22 03:25:43] "GET /virtual-machine/c83ba81b-e8d2-4b11-9e07-0555d7b4d784 HTTP/1.1" 404 171 0.003260 10.0.0.19 - - [2026-06-22 03:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.19 - - [2026-06-22 03:25:43] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004814 10.0.0.19 - - [2026-06-22 03:25:43] "GET /virtual-networks?parent_id=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003887 10.0.0.19 - - [2026-06-22 03:25:43] "GET /virtual-network/1b0951aa-f884-40e0-a977-af5653c89cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006453 10.0.0.19 - - [2026-06-22 03:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.19 - - [2026-06-22 03:25:43] "GET /routing-instance/ab570c58-6d82-4e23-a0c7-bc13fbd8b83e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1684 0.004554 10.0.0.19 - - [2026-06-22 03:25:43] "GET /route-target/b055d8ce-be3b-44aa-b400-a4896717251a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003960 10.0.0.19 - - [2026-06-22 03:25:43] "GET /obj-perms HTTP/1.1" 200 4517 0.003890 10.0.0.19 - - [2026-06-22 03:25:47] "GET /obj-perms HTTP/1.1" 200 4517 0.003966 10.0.0.129 - - [2026-06-22 03:25:47] "GET /obj-perms HTTP/1.1" 200 4517 0.005409 10.0.0.241 - - [2026-06-22 03:25:48] "GET /projects?obj_uuids=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001067 10.0.0.19 - - [2026-06-22 03:25:48] "GET /project/d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.069251 10.0.0.241 - - [2026-06-22 03:25:48] "GET /projects?obj_uuids=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000972 10.0.0.19 - - [2026-06-22 03:25:48] "GET /project/d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f?fields=virtual_networks HTTP/1.1" 200 1085 0.047120 10.0.0.241 - - [2026-06-22 03:25:48] "GET /projects?obj_uuids=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001330 10.0.0.19 - - [2026-06-22 03:25:49] "GET /project/d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f?fields=virtual_machine_interfaces HTTP/1.1" 200 1085 0.047387 10.0.0.241 - - [2026-06-22 03:25:49] "GET /projects?obj_uuids=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001032 10.0.0.19 - - [2026-06-22 03:25:49] "GET /project/d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f?fields=security_groups HTTP/1.1" 200 1337 0.050873 10.0.0.19 - - [2026-06-22 03:25:50] "POST /fqname-to-id HTTP/1.1" 404 218 0.032935 10.0.0.241 - - [2026-06-22 03:25:50] "GET /projects?obj_uuids=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005254 10.0.0.241 - - [2026-06-22 03:25:50] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001222 10.0.0.241 - - [2026-06-22 03:25:50] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008323 10.0.0.241 - - [2026-06-22 03:25:50] "POST /id-to-fqname HTTP/1.1" 200 221 0.007650 10.0.0.241 - - [2026-06-22 03:25:50] "POST /fqname-to-id HTTP/1.1" 404 232 0.007135 10.0.0.241 - - [2026-06-22 03:25:50] "POST /security-groups HTTP/1.1" 200 621 0.073745 10.0.0.241 - - [2026-06-22 03:25:50] "POST /fqname-to-id HTTP/1.1" 404 264 0.003588 10.0.0.241 - - [2026-06-22 03:25:50] "POST /projects HTTP/1.1" 200 645 0.314651 10.0.0.241 - - [2026-06-22 03:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.397376 10.0.0.241 - - [2026-06-22 03:25:50] "POST /access-control-lists HTTP/1.1" 200 626 0.037173 10.0.0.19 - - [2026-06-22 03:25:50] "GET /project/1f182868-7e3e-4af6-8746-0024e34421fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.543684 10.0.0.19 - - [2026-06-22 03:25:51] "GET / HTTP/1.1" 200 36215 0.003057 10.0.0.19 - - [2026-06-22 03:25:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000676 10.0.0.19 - - [2026-06-22 03:25:53] "POST /fqname-to-id HTTP/1.1" 404 254 0.051337 10.0.0.19 - - [2026-06-22 03:25:53] "POST /security-groups HTTP/1.1" 200 597 0.035439 10.0.0.19 - - [2026-06-22 03:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.241 - - [2026-06-22 03:25:54] "POST /fqname-to-id HTTP/1.1" 404 285 0.007612 10.0.0.19 - - [2026-06-22 03:25:54] "GET /security-group/3678fe5a-6109-4bd8-9e2e-85584ccfeb45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.008983 10.0.0.19 - - [2026-06-22 03:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.19 - - [2026-06-22 03:25:54] "GET /security-group/3678fe5a-6109-4bd8-9e2e-85584ccfeb45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.004271 10.0.0.19 - - [2026-06-22 03:25:54] "DELETE /security-group/3678fe5a-6109-4bd8-9e2e-85584ccfeb45 HTTP/1.1" 200 115 0.044178 10.0.0.19 - - [2026-06-22 03:25:54] "POST /fqname-to-id HTTP/1.1" 404 254 0.012403 10.0.0.241 - - [2026-06-22 03:25:54] "DELETE /access-control-list/95175f54-b0ea-473c-bbb3-219d9e5798a2 HTTP/1.1" 200 115 0.028684 10.0.0.19 - - [2026-06-22 03:25:55] "POST /fqname-to-id HTTP/1.1" 404 254 0.003524 10.0.0.19 - - [2026-06-22 03:25:55] "POST /security-groups HTTP/1.1" 200 597 0.034582 10.0.0.19 - - [2026-06-22 03:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.241 - - [2026-06-22 03:25:55] "POST /fqname-to-id HTTP/1.1" 404 285 0.007645 10.0.0.19 - - [2026-06-22 03:25:55] "GET /security-group/db7bdbe4-5499-48d9-b517-f921ec64f982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.006188 10.0.0.19 - - [2026-06-22 03:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.19 - - [2026-06-22 03:25:55] "GET /security-group/db7bdbe4-5499-48d9-b517-f921ec64f982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.004226 10.0.0.19 - - [2026-06-22 03:25:55] "GET /security-group/db7bdbe4-5499-48d9-b517-f921ec64f982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.007384 10.0.0.19 - - [2026-06-22 03:25:55] "PUT /security-group/db7bdbe4-5499-48d9-b517-f921ec64f982 HTTP/1.1" 200 263 0.028991 10.0.0.19 - - [2026-06-22 03:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.007216 10.0.0.241 - - [2026-06-22 03:25:55] "PUT /access-control-list/ed293945-1276-49f9-b4d9-5d41b9c492b9 HTTP/1.1" 200 273 0.015995 10.0.0.241 - - [2026-06-22 03:25:55] "GET /projects?obj_uuids=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001015 10.0.0.19 - - [2026-06-22 03:25:55] "GET /project/1f182868-7e3e-4af6-8746-0024e34421fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.037907 10.0.0.19 - - [2026-06-22 03:25:55] "POST /neutron/network HTTP/1.1" 200 117 0.031119 10.0.0.19 - - [2026-06-22 03:25:56] "POST /neutron/network HTTP/1.1" 200 954 0.009420 10.0.0.19 - - [2026-06-22 03:25:56] "POST /id-to-fqname HTTP/1.1" 200 300 0.001222 10.0.0.19 - - [2026-06-22 03:25:56] "GET /virtual-network/b5391b7d-ab20-4d4c-b5d4-626567781085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005812 10.0.0.19 - - [2026-06-22 03:25:56] "GET /virtual-network/b5391b7d-ab20-4d4c-b5d4-626567781085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005424 10.0.0.19 - - [2026-06-22 03:25:56] "POST /neutron/subnet HTTP/1.1" 200 724 0.010382 10.0.0.19 - - [2026-06-22 03:25:56] "GET /virtual-network/b5391b7d-ab20-4d4c-b5d4-626567781085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006630 10.0.0.241 - - [2026-06-22 03:25:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000747 10.0.0.241 - - [2026-06-22 03:25:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.19 - - [2026-06-22 03:25:57] "GET /obj-perms HTTP/1.1" 200 4527 0.149604 10.0.0.129 - - [2026-06-22 03:25:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.129 - - [2026-06-22 03:25:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.241 - - [2026-06-22 03:25:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.241 - - [2026-06-22 03:25:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000513 10.0.0.19 - - [2026-06-22 03:25:58] "POST /id-to-fqname HTTP/1.1" 200 300 0.001395 10.0.0.19 - - [2026-06-22 03:25:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.129 - - [2026-06-22 03:25:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.19 - - [2026-06-22 03:25:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.129 - - [2026-06-22 03:25:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.241 - - [2026-06-22 03:25:59] "GET /projects?obj_uuids=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001165 10.0.0.19 - - [2026-06-22 03:25:59] "GET /project/1f182868-7e3e-4af6-8746-0024e34421fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.127693 10.0.0.19 - - [2026-06-22 03:25:59] "POST /neutron/network HTTP/1.1" 200 954 0.007225 10.0.0.19 - - [2026-06-22 03:25:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000595 10.0.0.19 - - [2026-06-22 03:25:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.19 - - [2026-06-22 03:25:59] "POST /id-to-fqname HTTP/1.1" 200 300 0.001309 10.0.0.19 - - [2026-06-22 03:25:59] "POST /neutron/port HTTP/1.1" 200 117 0.007224 10.0.0.241 - - [2026-06-22 03:26:00] "GET /projects?obj_uuids=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001139 10.0.0.19 - - [2026-06-22 03:26:00] "GET /project/1f182868-7e3e-4af6-8746-0024e34421fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.070359 10.0.0.19 - - [2026-06-22 03:26:00] "POST /neutron/network HTTP/1.1" 200 954 0.006793 10.0.0.19 - - [2026-06-22 03:26:00] "POST /neutron/port HTTP/1.1" 200 117 0.007219 10.0.0.241 - - [2026-06-22 03:26:03] "GET /projects?obj_uuids=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001347 10.0.0.19 - - [2026-06-22 03:26:04] "POST /neutron/port HTTP/1.1" 200 1090 0.264250 10.0.0.19 - - [2026-06-22 03:26:04] "POST /neutron/port HTTP/1.1" 200 1144 0.104455 10.0.0.241 - - [2026-06-22 03:26:04] "GET /projects?obj_uuids=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001507 10.0.0.19 - - [2026-06-22 03:26:05] "POST /neutron/port HTTP/1.1" 200 1090 0.293419 10.0.0.19 - - [2026-06-22 03:26:05] "POST /neutron/port HTTP/1.1" 200 1090 0.012465 10.0.0.19 - - [2026-06-22 03:26:05] "POST /neutron/subnet HTTP/1.1" 200 698 0.008852 10.0.0.19 - - [2026-06-22 03:26:05] "POST /neutron/port HTTP/1.1" 200 1155 0.018558 10.0.0.19 - - [2026-06-22 03:26:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004097 10.0.0.19 - - [2026-06-22 03:26:06] "POST /neutron/network HTTP/1.1" 200 954 0.007238 10.0.0.241 - - [2026-06-22 03:26:07] "DELETE /project/1f1828687e3e4af687460024e34421fd HTTP/1.1" 404 173 0.006688 10.0.0.241 - - [2026-06-22 03:26:07] "GET /projects?obj_uuids=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000832 10.0.0.241 - - [2026-06-22 03:26:07] "GET /project/d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1569 0.043101 10.0.0.241 - - [2026-06-22 03:26:07] "GET /projects?obj_uuids=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001486 10.0.0.241 - - [2026-06-22 03:26:07] "GET /project/d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f?fields=security_groups HTTP/1.1" 200 1439 0.037842 10.0.0.241 - - [2026-06-22 03:26:07] "DELETE /security-group/167672fc-1ca0-42cd-9e70-47a8bd4e9cb4 HTTP/1.1" 200 115 0.085190 10.0.0.241 - - [2026-06-22 03:26:07] "GET /projects?obj_uuids=d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.005140 10.0.0.241 - - [2026-06-22 03:26:07] "DELETE /access-control-list/2509172e-c914-4b59-9334-3ebe0bf466d7 HTTP/1.1" 200 115 0.060786 10.0.0.241 - - [2026-06-22 03:26:07] "GET /project/d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f?fields=application_policy_sets HTTP/1.1" 200 1478 0.067592 10.0.0.241 - - [2026-06-22 03:26:07] "DELETE /project/d7b5204e-9d3f-4539-b7b2-219a0d6a9d3f HTTP/1.1" 200 115 0.543458 10.0.0.19 - - [2026-06-22 03:26:10] "POST /neutron/port HTTP/1.1" 200 1155 0.019302 10.0.0.19 - - [2026-06-22 03:26:11] "POST /neutron/security_group HTTP/1.1" 200 1292 0.007928 10.0.0.19 - - [2026-06-22 03:26:11] "GET /virtual-machine/648f5977-e8af-4145-bb06-ff5580e7bca5 HTTP/1.1" 401 292 0.000415 10.0.0.19 - - [2026-06-22 03:26:11] "GET /virtual-machine/648f5977-e8af-4145-bb06-ff5580e7bca5 HTTP/1.1" 200 1324 0.026440 10.0.0.19 - - [2026-06-22 03:26:11] "GET /virtual-machine/648f5977-e8af-4145-bb06-ff5580e7bca5 HTTP/1.1" 200 1324 0.008114 10.0.0.19 - - [2026-06-22 03:26:11] "GET /virtual-machine-interface/414526ca-e28e-4209-aef9-1aa27aac8a0c HTTP/1.1" 200 3270 0.006042 10.0.0.19 - - [2026-06-22 03:26:11] "GET /virtual-machine/648f5977-e8af-4145-bb06-ff5580e7bca5 HTTP/1.1" 200 1324 0.004358 10.0.0.19 - - [2026-06-22 03:26:11] "GET /virtual-machine-interface/414526ca-e28e-4209-aef9-1aa27aac8a0c HTTP/1.1" 200 3270 0.005817 10.0.0.19 - - [2026-06-22 03:26:11] "GET /instance-ip/43ccb246-f2dd-4259-a61c-f6cbab728830 HTTP/1.1" 200 1733 0.006311 10.0.0.19 - - [2026-06-22 03:26:11] "GET /virtual-machine/648f5977-e8af-4145-bb06-ff5580e7bca5 HTTP/1.1" 200 1324 0.003855 10.0.0.19 - - [2026-06-22 03:26:11] "GET /virtual-machine-interface/414526ca-e28e-4209-aef9-1aa27aac8a0c HTTP/1.1" 200 3270 0.005435 10.0.0.19 - - [2026-06-22 03:26:11] "GET /instance-ip/43ccb246-f2dd-4259-a61c-f6cbab728830 HTTP/1.1" 200 1733 0.004033 10.0.0.19 - - [2026-06-22 03:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.19 - - [2026-06-22 03:26:11] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004588 10.0.0.19 - - [2026-06-22 03:26:11] "GET /virtual-networks?parent_id=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002997 10.0.0.19 - - [2026-06-22 03:26:11] "GET /virtual-network/b5391b7d-ab20-4d4c-b5d4-626567781085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006031 10.0.0.19 - - [2026-06-22 03:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.19 - - [2026-06-22 03:26:11] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004279 10.0.0.19 - - [2026-06-22 03:26:11] "GET /virtual-networks?parent_id=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003336 10.0.0.19 - - [2026-06-22 03:26:11] "GET /virtual-network/b5391b7d-ab20-4d4c-b5d4-626567781085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005694 10.0.0.19 - - [2026-06-22 03:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.19 - - [2026-06-22 03:26:11] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004628 10.0.0.19 - - [2026-06-22 03:26:11] "GET /virtual-networks?parent_id=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004436 10.0.0.19 - - [2026-06-22 03:26:11] "GET /virtual-network/b5391b7d-ab20-4d4c-b5d4-626567781085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006080 10.0.0.19 - - [2026-06-22 03:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.19 - - [2026-06-22 03:26:11] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004352 10.0.0.19 - - [2026-06-22 03:26:11] "GET /virtual-networks?parent_id=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003878 10.0.0.19 - - [2026-06-22 03:26:12] "GET /virtual-network/b5391b7d-ab20-4d4c-b5d4-626567781085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006628 10.0.0.19 - - [2026-06-22 03:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.19 - - [2026-06-22 03:26:12] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004237 10.0.0.19 - - [2026-06-22 03:26:12] "GET /virtual-networks?parent_id=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004438 10.0.0.19 - - [2026-06-22 03:26:12] "GET /virtual-network/b5391b7d-ab20-4d4c-b5d4-626567781085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006094 10.0.0.19 - - [2026-06-22 03:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.19 - - [2026-06-22 03:26:12] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004535 10.0.0.19 - - [2026-06-22 03:26:12] "GET /virtual-networks?parent_id=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003455 10.0.0.19 - - [2026-06-22 03:26:12] "GET /virtual-network/b5391b7d-ab20-4d4c-b5d4-626567781085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005970 10.0.0.19 - - [2026-06-22 03:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.19 - - [2026-06-22 03:26:12] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004705 10.0.0.19 - - [2026-06-22 03:26:12] "GET /virtual-networks?parent_id=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003152 10.0.0.19 - - [2026-06-22 03:26:12] "GET /virtual-network/b5391b7d-ab20-4d4c-b5d4-626567781085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006221 10.0.0.19 - - [2026-06-22 03:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.19 - - [2026-06-22 03:26:15] "GET /virtual-network/b5391b7d-ab20-4d4c-b5d4-626567781085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005362 10.0.0.19 - - [2026-06-22 03:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.19 - - [2026-06-22 03:26:19] "GET /virtual-network/b5391b7d-ab20-4d4c-b5d4-626567781085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005491 10.0.0.19 - - [2026-06-22 03:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.19 - - [2026-06-22 03:26:23] "GET /virtual-network/b5391b7d-ab20-4d4c-b5d4-626567781085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005395 10.0.0.19 - - [2026-06-22 03:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.19 - - [2026-06-22 03:26:27] "GET /virtual-network/b5391b7d-ab20-4d4c-b5d4-626567781085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007338 10.0.0.19 - - [2026-06-22 03:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004982 10.0.0.19 - - [2026-06-22 03:26:31] "GET /virtual-network/b5391b7d-ab20-4d4c-b5d4-626567781085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.011279 10.0.0.241 - - [2026-06-22 03:26:35] "GET /obj-perms HTTP/1.1" 200 4493 0.037285 10.0.0.19 - - [2026-06-22 03:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004059 10.0.0.19 - - [2026-06-22 03:26:36] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004327 10.0.0.19 - - [2026-06-22 03:26:36] "GET /virtual-networks?parent_id=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003272 10.0.0.19 - - [2026-06-22 03:26:36] "GET /virtual-network/b5391b7d-ab20-4d4c-b5d4-626567781085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.009730 10.0.0.19 - - [2026-06-22 03:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198 10.0.0.19 - - [2026-06-22 03:26:36] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004668 10.0.0.19 - - [2026-06-22 03:26:36] "GET /virtual-networks?parent_id=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004172 10.0.0.19 - - [2026-06-22 03:26:36] "GET /virtual-network/b5391b7d-ab20-4d4c-b5d4-626567781085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006170 10.0.0.19 - - [2026-06-22 03:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.19 - - [2026-06-22 03:26:36] "GET /routing-instance/0500cb14-aa09-46a4-acd4-8d1a2868fd56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1707 0.006682 10.0.0.19 - - [2026-06-22 03:26:36] "GET /route-target/0ee8a79e-eb72-4e32-bf26-ced6e7658665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003891 10.0.0.19 - - [2026-06-22 03:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.19 - - [2026-06-22 03:26:36] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004314 10.0.0.19 - - [2026-06-22 03:26:36] "GET /virtual-networks?parent_id=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003569 10.0.0.19 - - [2026-06-22 03:26:36] "GET /virtual-network/b5391b7d-ab20-4d4c-b5d4-626567781085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006080 10.0.0.19 - - [2026-06-22 03:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.19 - - [2026-06-22 03:26:36] "GET /routing-instance/0500cb14-aa09-46a4-acd4-8d1a2868fd56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1707 0.004559 10.0.0.19 - - [2026-06-22 03:26:36] "GET /route-target/0ee8a79e-eb72-4e32-bf26-ced6e7658665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003962 10.0.0.19 - - [2026-06-22 03:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.19 - - [2026-06-22 03:26:36] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004238 10.0.0.19 - - [2026-06-22 03:26:36] "GET /virtual-networks?parent_id=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003378 10.0.0.19 - - [2026-06-22 03:26:36] "GET /virtual-network/b5391b7d-ab20-4d4c-b5d4-626567781085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006383 10.0.0.19 - - [2026-06-22 03:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.19 - - [2026-06-22 03:26:36] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004597 10.0.0.19 - - [2026-06-22 03:26:36] "GET /virtual-networks?parent_id=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003846 10.0.0.19 - - [2026-06-22 03:26:36] "GET /virtual-network/b5391b7d-ab20-4d4c-b5d4-626567781085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006366 10.0.0.19 - - [2026-06-22 03:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004755 10.0.0.19 - - [2026-06-22 03:26:37] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004682 10.0.0.19 - - [2026-06-22 03:26:37] "GET /virtual-networks?parent_id=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004205 10.0.0.19 - - [2026-06-22 03:26:37] "GET /virtual-network/b5391b7d-ab20-4d4c-b5d4-626567781085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007227 10.0.0.19 - - [2026-06-22 03:26:37] "GET /obj-perms HTTP/1.1" 200 4527 0.003831 10.0.0.241 - - [2026-06-22 03:26:37] "GET /obj-perms HTTP/1.1" 200 4527 0.034887 10.0.0.19 - - [2026-06-22 03:26:37] "GET /obj-perms HTTP/1.1" 200 4527 0.003921 10.0.0.19 - - [2026-06-22 03:26:37] "GET /obj-perms HTTP/1.1" 200 4527 0.003633 10.0.0.19 - - [2026-06-22 03:26:37] "GET /virtual-machine/648f5977-e8af-4145-bb06-ff5580e7bca5 HTTP/1.1" 200 1324 0.004633 10.0.0.19 - - [2026-06-22 03:26:37] "GET /virtual-machine-interface/414526ca-e28e-4209-aef9-1aa27aac8a0c HTTP/1.1" 200 3270 0.005487 10.0.0.19 - - [2026-06-22 03:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.19 - - [2026-06-22 03:26:37] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003761 10.0.0.19 - - [2026-06-22 03:26:37] "GET /virtual-networks?parent_id=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003174 10.0.0.19 - - [2026-06-22 03:26:37] "GET /virtual-network/b5391b7d-ab20-4d4c-b5d4-626567781085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005966 10.0.0.19 - - [2026-06-22 03:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.19 - - [2026-06-22 03:26:38] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004907 10.0.0.19 - - [2026-06-22 03:26:38] "GET /virtual-networks?parent_id=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004190 10.0.0.19 - - [2026-06-22 03:26:38] "GET /virtual-network/b5391b7d-ab20-4d4c-b5d4-626567781085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.008332 10.0.0.19 - - [2026-06-22 03:26:39] "POST /neutron/port HTTP/1.1" 200 1155 0.020846 10.0.0.19 - - [2026-06-22 03:26:39] "POST /neutron/security_group HTTP/1.1" 200 1292 0.023094 10.0.0.19 - - [2026-06-22 03:26:42] "POST /neutron/network HTTP/1.1" 200 964 0.006850 10.0.0.19 - - [2026-06-22 03:26:42] "POST /neutron/port HTTP/1.1" 200 117 0.001188 10.0.0.19 - - [2026-06-22 03:26:43] "POST /neutron/security_group HTTP/1.1" 200 1292 0.007047 10.0.0.19 - - [2026-06-22 03:26:49] "POST /neutron/port HTTP/1.1" 200 1155 0.023719 10.0.0.19 - - [2026-06-22 03:26:49] "POST /neutron/security_group HTTP/1.1" 200 1292 0.008973 10.0.0.19 - - [2026-06-22 03:26:49] "POST /neutron/port HTTP/1.1" 200 1155 0.020106 10.0.0.19 - - [2026-06-22 03:26:49] "GET /virtual-machine/5a9de0aa-79c0-4420-86d6-7d7da775a08a HTTP/1.1" 200 1323 0.007981 10.0.0.19 - - [2026-06-22 03:26:49] "GET /virtual-machine/5a9de0aa-79c0-4420-86d6-7d7da775a08a HTTP/1.1" 200 1323 0.009732 10.0.0.19 - - [2026-06-22 03:26:49] "GET /virtual-machine-interface/f84319c9-bd1c-4ff7-bbf4-7f3af3154164 HTTP/1.1" 200 3271 0.006248 10.0.0.19 - - [2026-06-22 03:26:49] "GET /virtual-machine/5a9de0aa-79c0-4420-86d6-7d7da775a08a HTTP/1.1" 200 1323 0.004105 10.0.0.19 - - [2026-06-22 03:26:49] "GET /virtual-machine-interface/f84319c9-bd1c-4ff7-bbf4-7f3af3154164 HTTP/1.1" 200 3271 0.006111 10.0.0.19 - - [2026-06-22 03:26:49] "GET /instance-ip/2d56a51e-5101-43ee-a72b-e01308f8d6f3 HTTP/1.1" 200 1733 0.011195 10.0.0.19 - - [2026-06-22 03:26:49] "GET /virtual-machine/5a9de0aa-79c0-4420-86d6-7d7da775a08a HTTP/1.1" 200 1323 0.003784 10.0.0.19 - - [2026-06-22 03:26:49] "GET /virtual-machine-interface/f84319c9-bd1c-4ff7-bbf4-7f3af3154164 HTTP/1.1" 200 3271 0.005965 10.0.0.19 - - [2026-06-22 03:26:49] "GET /instance-ip/2d56a51e-5101-43ee-a72b-e01308f8d6f3 HTTP/1.1" 200 1733 0.005841 10.0.0.19 - - [2026-06-22 03:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.19 - - [2026-06-22 03:26:49] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004518 10.0.0.19 - - [2026-06-22 03:26:49] "GET /virtual-networks?parent_id=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003654 10.0.0.19 - - [2026-06-22 03:26:49] "GET /virtual-network/b5391b7d-ab20-4d4c-b5d4-626567781085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.008088 10.0.0.19 - - [2026-06-22 03:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.19 - - [2026-06-22 03:26:50] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007838 10.0.0.19 - - [2026-06-22 03:26:50] "GET /virtual-networks?parent_id=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.015274 10.0.0.19 - - [2026-06-22 03:26:50] "GET /virtual-network/b5391b7d-ab20-4d4c-b5d4-626567781085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007947 10.0.0.19 - - [2026-06-22 03:26:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.19 - - [2026-06-22 03:26:50] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004321 10.0.0.19 - - [2026-06-22 03:26:50] "GET /virtual-networks?parent_id=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003470 10.0.0.19 - - [2026-06-22 03:26:50] "GET /virtual-network/b5391b7d-ab20-4d4c-b5d4-626567781085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005840 10.0.0.19 - - [2026-06-22 03:26:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.19 - - [2026-06-22 03:26:50] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004783 10.0.0.19 - - [2026-06-22 03:26:50] "GET /virtual-networks?parent_id=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004222 10.0.0.19 - - [2026-06-22 03:26:50] "GET /virtual-network/b5391b7d-ab20-4d4c-b5d4-626567781085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005722 10.0.0.19 - - [2026-06-22 03:26:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.19 - - [2026-06-22 03:26:50] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004672 10.0.0.19 - - [2026-06-22 03:26:50] "GET /virtual-networks?parent_id=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003523 10.0.0.19 - - [2026-06-22 03:26:50] "GET /virtual-network/b5391b7d-ab20-4d4c-b5d4-626567781085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006324 10.0.0.19 - - [2026-06-22 03:26:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.19 - - [2026-06-22 03:26:50] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004992 10.0.0.19 - - [2026-06-22 03:26:50] "GET /virtual-networks?parent_id=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003505 10.0.0.19 - - [2026-06-22 03:26:50] "GET /virtual-network/b5391b7d-ab20-4d4c-b5d4-626567781085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006078 10.0.0.19 - - [2026-06-22 03:26:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004366 10.0.0.19 - - [2026-06-22 03:26:50] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004594 10.0.0.19 - - [2026-06-22 03:26:50] "GET /virtual-networks?parent_id=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003770 10.0.0.19 - - [2026-06-22 03:26:50] "GET /virtual-network/b5391b7d-ab20-4d4c-b5d4-626567781085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005538 10.0.0.19 - - [2026-06-22 03:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.19 - - [2026-06-22 03:26:51] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003542 10.0.0.19 - - [2026-06-22 03:26:51] "GET /virtual-networks?parent_id=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003058 10.0.0.19 - - [2026-06-22 03:26:51] "GET /virtual-network/b5391b7d-ab20-4d4c-b5d4-626567781085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.008117 10.0.0.19 - - [2026-06-22 03:26:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.19 - - [2026-06-22 03:26:52] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004370 10.0.0.19 - - [2026-06-22 03:26:52] "GET /virtual-networks?parent_id=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003952 10.0.0.19 - - [2026-06-22 03:26:52] "GET /virtual-network/b5391b7d-ab20-4d4c-b5d4-626567781085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007756 10.0.0.19 - - [2026-06-22 03:26:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005298 10.0.0.19 - - [2026-06-22 03:26:52] "GET /routing-instance/0500cb14-aa09-46a4-acd4-8d1a2868fd56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1707 0.005678 10.0.0.19 - - [2026-06-22 03:26:52] "GET /route-target/0ee8a79e-eb72-4e32-bf26-ced6e7658665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003947 10.0.0.19 - - [2026-06-22 03:26:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.19 - - [2026-06-22 03:26:52] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004396 10.0.0.19 - - [2026-06-22 03:26:52] "GET /virtual-networks?parent_id=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003303 10.0.0.19 - - [2026-06-22 03:26:52] "GET /virtual-network/b5391b7d-ab20-4d4c-b5d4-626567781085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006994 10.0.0.19 - - [2026-06-22 03:26:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.19 - - [2026-06-22 03:26:52] "GET /routing-instance/0500cb14-aa09-46a4-acd4-8d1a2868fd56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1707 0.006415 10.0.0.19 - - [2026-06-22 03:26:52] "GET /route-target/0ee8a79e-eb72-4e32-bf26-ced6e7658665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004487 10.0.0.19 - - [2026-06-22 03:26:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.19 - - [2026-06-22 03:26:52] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007979 10.0.0.19 - - [2026-06-22 03:26:52] "GET /virtual-networks?parent_id=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003394 10.0.0.19 - - [2026-06-22 03:26:52] "GET /virtual-network/b5391b7d-ab20-4d4c-b5d4-626567781085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006270 10.0.0.19 - - [2026-06-22 03:26:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.19 - - [2026-06-22 03:26:52] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004019 10.0.0.19 - - [2026-06-22 03:26:52] "GET /virtual-networks?parent_id=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003220 10.0.0.19 - - [2026-06-22 03:26:52] "GET /virtual-network/b5391b7d-ab20-4d4c-b5d4-626567781085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.009787 10.0.0.19 - - [2026-06-22 03:26:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005404 10.0.0.19 - - [2026-06-22 03:26:52] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004721 10.0.0.19 - - [2026-06-22 03:26:52] "GET /virtual-networks?parent_id=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.007301 10.0.0.19 - - [2026-06-22 03:26:53] "GET /virtual-network/b5391b7d-ab20-4d4c-b5d4-626567781085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005680 10.0.0.19 - - [2026-06-22 03:26:53] "GET /obj-perms HTTP/1.1" 200 4527 0.004227 10.0.0.241 - - [2026-06-22 03:26:53] "GET /obj-perms HTTP/1.1" 200 4527 0.003817 10.0.0.19 - - [2026-06-22 03:26:53] "GET /obj-perms HTTP/1.1" 200 4527 0.003559 10.0.0.129 - - [2026-06-22 03:26:53] "GET /obj-perms HTTP/1.1" 200 4527 0.041124 10.0.0.19 - - [2026-06-22 03:26:53] "GET /virtual-machine/5a9de0aa-79c0-4420-86d6-7d7da775a08a HTTP/1.1" 200 1323 0.003983 10.0.0.19 - - [2026-06-22 03:26:53] "GET /virtual-machine-interface/f84319c9-bd1c-4ff7-bbf4-7f3af3154164 HTTP/1.1" 200 3271 0.005051 10.0.0.19 - - [2026-06-22 03:26:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.19 - - [2026-06-22 03:26:53] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003817 10.0.0.19 - - [2026-06-22 03:26:53] "GET /virtual-networks?parent_id=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003291 10.0.0.19 - - [2026-06-22 03:26:53] "GET /virtual-network/b5391b7d-ab20-4d4c-b5d4-626567781085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006485 10.0.0.19 - - [2026-06-22 03:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.19 - - [2026-06-22 03:26:54] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005768 10.0.0.19 - - [2026-06-22 03:26:54] "GET /virtual-networks?parent_id=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003564 10.0.0.19 - - [2026-06-22 03:26:54] "GET /virtual-network/b5391b7d-ab20-4d4c-b5d4-626567781085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006063 10.0.0.19 - - [2026-06-22 03:26:54] "GET /virtual-machine/648f5977-e8af-4145-bb06-ff5580e7bca5 HTTP/1.1" 200 1324 0.004492 10.0.0.19 - - [2026-06-22 03:26:54] "GET /virtual-machine-interface/414526ca-e28e-4209-aef9-1aa27aac8a0c HTTP/1.1" 200 3270 0.005668 10.0.0.19 - - [2026-06-22 03:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.19 - - [2026-06-22 03:26:54] "GET /security-group/db7bdbe4-5499-48d9-b517-f921ec64f982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.003488 10.0.0.19 - - [2026-06-22 03:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.19 - - [2026-06-22 03:26:54] "GET /security-group/db7bdbe4-5499-48d9-b517-f921ec64f982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.004263 10.0.0.19 - - [2026-06-22 03:26:54] "POST /neutron/security_group HTTP/1.1" 200 1292 0.007872 10.0.0.19 - - [2026-06-22 03:26:55] "POST /neutron/port HTTP/1.1" 200 1144 0.012597 10.0.0.19 - - [2026-06-22 03:26:55] "GET /virtual-machine/648f5977-e8af-4145-bb06-ff5580e7bca5 HTTP/1.1" 200 1324 0.004389 10.0.0.19 - - [2026-06-22 03:26:55] "GET /virtual-machine-interface/414526ca-e28e-4209-aef9-1aa27aac8a0c HTTP/1.1" 200 3209 0.008080 10.0.0.19 - - [2026-06-22 03:26:55] "POST /neutron/port HTTP/1.1" 200 1116 0.020025 10.0.0.19 - - [2026-06-22 03:26:55] "POST /neutron/port HTTP/1.1" 200 1144 0.075136 10.0.0.19 - - [2026-06-22 03:26:55] "GET /virtual-machine/648f5977-e8af-4145-bb06-ff5580e7bca5 HTTP/1.1" 200 1324 0.005872 10.0.0.19 - - [2026-06-22 03:26:55] "GET /virtual-machine-interface/414526ca-e28e-4209-aef9-1aa27aac8a0c HTTP/1.1" 200 3270 0.005559 10.0.0.19 - - [2026-06-22 03:26:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.19 - - [2026-06-22 03:26:55] "GET /security-group/db7bdbe4-5499-48d9-b517-f921ec64f982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.005591 10.0.0.19 - - [2026-06-22 03:26:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.19 - - [2026-06-22 03:26:55] "GET /security-group/db7bdbe4-5499-48d9-b517-f921ec64f982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.005497 10.0.0.19 - - [2026-06-22 03:27:06] "POST /neutron/port HTTP/1.1" 200 1155 0.041977 10.0.0.19 - - [2026-06-22 03:27:06] "POST /neutron/subnet HTTP/1.1" 200 698 0.009406 10.0.0.129 - - [2026-06-22 03:27:35] "GET /obj-perms HTTP/1.1" 200 4493 0.035262 10.0.0.241 - - [2026-06-22 03:27:36] "GET /obj-perms HTTP/1.1" 200 4493 0.037304 10.0.0.19 - - [2026-06-22 03:27:40] "POST /neutron/port HTTP/1.1" 200 1155 0.022589 10.0.0.19 - - [2026-06-22 03:27:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004173 10.0.0.19 - - [2026-06-22 03:27:42] "POST /neutron/network HTTP/1.1" 200 954 0.007463 10.0.0.19 - - [2026-06-22 03:28:08] "POST /neutron/network HTTP/1.1" 200 964 0.008176 10.0.0.19 - - [2026-06-22 03:28:08] "POST /neutron/port HTTP/1.1" 200 117 0.001102 10.0.0.19 - - [2026-06-22 03:28:13] "GET /security-group/db7bdbe4-5499-48d9-b517-f921ec64f982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.004951 10.0.0.19 - - [2026-06-22 03:28:13] "PUT /security-group/db7bdbe4-5499-48d9-b517-f921ec64f982 HTTP/1.1" 200 263 0.018961 10.0.0.241 - - [2026-06-22 03:28:13] "PUT /access-control-list/ed293945-1276-49f9-b4d9-5d41b9c492b9 HTTP/1.1" 200 273 0.018767 10.0.0.19 - - [2026-06-22 03:28:15] "DELETE /security-group/db7bdbe4-5499-48d9-b517-f921ec64f982 HTTP/1.1" 200 115 0.186911 10.0.0.19 - - [2026-06-22 03:28:15] "POST /fqname-to-id HTTP/1.1" 404 254 0.003285 10.0.0.19 - - [2026-06-22 03:28:16] "POST /fqname-to-id HTTP/1.1" 404 254 0.003250 10.0.0.19 - - [2026-06-22 03:28:16] "GET /virtual-machine/648f5977-e8af-4145-bb06-ff5580e7bca5 HTTP/1.1" 200 1324 0.004387 10.0.0.19 - - [2026-06-22 03:28:16] "GET /virtual-machine-interface/414526ca-e28e-4209-aef9-1aa27aac8a0c HTTP/1.1" 200 3209 0.007238 10.0.0.19 - - [2026-06-22 03:28:16] "GET /virtual-machine/5a9de0aa-79c0-4420-86d6-7d7da775a08a HTTP/1.1" 200 1323 0.003901 10.0.0.19 - - [2026-06-22 03:28:16] "GET /virtual-machine-interface/f84319c9-bd1c-4ff7-bbf4-7f3af3154164 HTTP/1.1" 200 3210 0.008348 10.0.0.241 - - [2026-06-22 03:28:16] "GET /projects?obj_uuids=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.023724 10.0.0.19 - - [2026-06-22 03:28:16] "POST /neutron/security_group HTTP/1.1" 200 153 0.081551 10.0.0.19 - - [2026-06-22 03:28:16] "GET /virtual-machine/5a9de0aa-79c0-4420-86d6-7d7da775a08a HTTP/1.1" 200 1323 0.004995 10.0.0.19 - - [2026-06-22 03:28:18] "GET /virtual-machine/5a9de0aa-79c0-4420-86d6-7d7da775a08a HTTP/1.1" 200 1323 0.003985 10.0.0.19 - - [2026-06-22 03:28:18] "POST /neutron/port HTTP/1.1" 200 151 0.181043 10.0.0.19 - - [2026-06-22 03:28:20] "GET /virtual-machine/5a9de0aa-79c0-4420-86d6-7d7da775a08a HTTP/1.1" 404 171 0.003522 10.0.0.19 - - [2026-06-22 03:28:20] "GET /virtual-machine/5a9de0aa-79c0-4420-86d6-7d7da775a08a HTTP/1.1" 404 171 0.003942 10.0.0.19 - - [2026-06-22 03:28:20] "GET /virtual-machine/5a9de0aa-79c0-4420-86d6-7d7da775a08a HTTP/1.1" 404 171 0.002779 10.0.0.19 - - [2026-06-22 03:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.19 - - [2026-06-22 03:28:20] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004921 10.0.0.19 - - [2026-06-22 03:28:20] "GET /virtual-networks?parent_id=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003655 10.0.0.19 - - [2026-06-22 03:28:20] "GET /virtual-network/b5391b7d-ab20-4d4c-b5d4-626567781085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007099 10.0.0.19 - - [2026-06-22 03:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.19 - - [2026-06-22 03:28:20] "GET /routing-instance/0500cb14-aa09-46a4-acd4-8d1a2868fd56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1707 0.005329 10.0.0.19 - - [2026-06-22 03:28:20] "GET /route-target/0ee8a79e-eb72-4e32-bf26-ced6e7658665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004529 10.0.0.19 - - [2026-06-22 03:28:20] "GET /obj-perms HTTP/1.1" 200 4527 0.004838 10.0.0.129 - - [2026-06-22 03:28:27] "GET /obj-perms HTTP/1.1" 200 4527 0.004140 10.0.0.19 - - [2026-06-22 03:28:30] "GET /obj-perms HTTP/1.1" 200 4527 0.004857 10.0.0.129 - - [2026-06-22 03:28:36] "GET /obj-perms HTTP/1.1" 200 4527 0.004009 10.0.0.19 - - [2026-06-22 03:28:36] "GET /obj-perms HTTP/1.1" 200 4493 0.042808 10.0.0.19 - - [2026-06-22 03:28:39] "GET /obj-perms HTTP/1.1" 200 4527 0.004455 10.0.0.129 - - [2026-06-22 03:28:39] "GET /obj-perms HTTP/1.1" 200 4527 0.004075 10.0.0.19 - - [2026-06-22 03:28:39] "GET /virtual-machine/648f5977-e8af-4145-bb06-ff5580e7bca5 HTTP/1.1" 200 1324 0.004381 10.0.0.19 - - [2026-06-22 03:28:41] "POST /neutron/port HTTP/1.1" 200 1116 0.028177 10.0.0.19 - - [2026-06-22 03:28:41] "GET /virtual-machine/648f5977-e8af-4145-bb06-ff5580e7bca5 HTTP/1.1" 200 1324 0.005311 10.0.0.19 - - [2026-06-22 03:28:43] "GET /virtual-machine/648f5977-e8af-4145-bb06-ff5580e7bca5 HTTP/1.1" 404 171 0.003474 10.0.0.19 - - [2026-06-22 03:28:43] "GET /virtual-machine/648f5977-e8af-4145-bb06-ff5580e7bca5 HTTP/1.1" 404 171 0.003097 10.0.0.19 - - [2026-06-22 03:28:43] "GET /virtual-machine/648f5977-e8af-4145-bb06-ff5580e7bca5 HTTP/1.1" 404 171 0.004387 10.0.0.19 - - [2026-06-22 03:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004445 10.0.0.19 - - [2026-06-22 03:28:43] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004949 10.0.0.19 - - [2026-06-22 03:28:43] "GET /virtual-networks?parent_id=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003306 10.0.0.19 - - [2026-06-22 03:28:43] "GET /virtual-network/b5391b7d-ab20-4d4c-b5d4-626567781085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006001 10.0.0.19 - - [2026-06-22 03:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.19 - - [2026-06-22 03:28:43] "GET /routing-instance/0500cb14-aa09-46a4-acd4-8d1a2868fd56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1707 0.004635 10.0.0.19 - - [2026-06-22 03:28:43] "GET /route-target/0ee8a79e-eb72-4e32-bf26-ced6e7658665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.007126 10.0.0.19 - - [2026-06-22 03:28:47] "GET /obj-perms HTTP/1.1" 200 4527 0.003833 10.0.0.19 - - [2026-06-22 03:28:47] "GET /obj-perms HTTP/1.1" 200 4527 0.004283 10.0.0.19 - - [2026-06-22 03:28:47] "POST /neutron/network HTTP/1.1" 200 954 0.007237 10.0.0.241 - - [2026-06-22 03:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.241 - - [2026-06-22 03:28:48] "GET /projects?obj_uuids=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001044 10.0.0.19 - - [2026-06-22 03:28:49] "GET /project/1f182868-7e3e-4af6-8746-0024e34421fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.036554 10.0.0.241 - - [2026-06-22 03:28:49] "GET /projects?obj_uuids=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001039 10.0.0.19 - - [2026-06-22 03:28:49] "GET /project/1f182868-7e3e-4af6-8746-0024e34421fd?fields=virtual_networks HTTP/1.1" 200 1093 0.039926 10.0.0.241 - - [2026-06-22 03:28:49] "GET /projects?obj_uuids=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001369 10.0.0.19 - - [2026-06-22 03:28:49] "GET /project/1f182868-7e3e-4af6-8746-0024e34421fd?fields=virtual_machine_interfaces HTTP/1.1" 200 1093 0.051482 10.0.0.241 - - [2026-06-22 03:28:49] "GET /projects?obj_uuids=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001088 10.0.0.19 - - [2026-06-22 03:28:49] "GET /project/1f182868-7e3e-4af6-8746-0024e34421fd?fields=security_groups HTTP/1.1" 200 1350 0.045907 10.0.0.19 - - [2026-06-22 03:28:50] "POST /fqname-to-id HTTP/1.1" 404 209 0.025432 10.0.0.241 - - [2026-06-22 03:28:50] "GET /projects?obj_uuids=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002800 10.0.0.241 - - [2026-06-22 03:28:50] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001258 10.0.0.241 - - [2026-06-22 03:28:50] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.038122 10.0.0.241 - - [2026-06-22 03:28:50] "POST /id-to-fqname HTTP/1.1" 200 212 0.003417 10.0.0.241 - - [2026-06-22 03:28:50] "POST /fqname-to-id HTTP/1.1" 404 222 0.006520 10.0.0.241 - - [2026-06-22 03:28:50] "POST /security-groups HTTP/1.1" 200 612 0.099769 10.0.0.241 - - [2026-06-22 03:28:50] "POST /projects HTTP/1.1" 200 627 0.341003 10.0.0.241 - - [2026-06-22 03:28:50] "POST /access-control-lists HTTP/1.1" 200 619 0.032906 10.0.0.241 - - [2026-06-22 03:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.422911 10.0.0.19 - - [2026-06-22 03:28:50] "GET /project/131ae888-5a14-416f-9959-52a4ce6a19f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.599662 10.0.0.19 - - [2026-06-22 03:28:51] "GET / HTTP/1.1" 200 36215 0.001549 10.0.0.19 - - [2026-06-22 03:28:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000455 10.0.0.19 - - [2026-06-22 03:28:54] "POST /fqname-to-id HTTP/1.1" 404 245 0.056814 10.0.0.241 - - [2026-06-22 03:28:54] "POST /fqname-to-id HTTP/1.1" 404 277 0.004657 10.0.0.241 - - [2026-06-22 03:28:54] "POST /access-control-lists HTTP/1.1" 200 639 0.026100 10.0.0.241 - - [2026-06-22 03:28:54] "GET /projects?obj_uuids=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001114 10.0.0.19 - - [2026-06-22 03:28:54] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.080677 10.0.0.241 - - [2026-06-22 03:28:54] "PUT /access-control-list/afa7b963-df11-4e45-98f2-d408f07a9ced HTTP/1.1" 200 273 0.019557 10.0.0.19 - - [2026-06-22 03:28:54] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.017740 10.0.0.19 - - [2026-06-22 03:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.19 - - [2026-06-22 03:28:55] "GET /security-group/de20ea48-e039-4e95-9679-06a93852d04f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2004 0.018626 10.0.0.19 - - [2026-06-22 03:28:55] "POST /neutron/security_group HTTP/1.1" 200 1004 0.004676 10.0.0.19 - - [2026-06-22 03:28:55] "POST /fqname-to-id HTTP/1.1" 404 245 0.005208 10.0.0.241 - - [2026-06-22 03:28:55] "DELETE /access-control-list/64a4fabb-c647-46ce-950b-894304cd25cf HTTP/1.1" 200 115 0.036590 10.0.0.19 - - [2026-06-22 03:28:56] "POST /fqname-to-id HTTP/1.1" 404 245 0.003342 10.0.0.241 - - [2026-06-22 03:28:56] "POST /access-control-lists HTTP/1.1" 200 641 0.028885 10.0.0.241 - - [2026-06-22 03:28:56] "PUT /access-control-list/77f2d43c-440c-4376-9e5f-bcbee15cdb79 HTTP/1.1" 200 273 0.015979 10.0.0.241 - - [2026-06-22 03:28:56] "GET /projects?obj_uuids=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002183 10.0.0.19 - - [2026-06-22 03:28:56] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.086945 10.0.0.19 - - [2026-06-22 03:28:56] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.029333 10.0.0.241 - - [2026-06-22 03:28:57] "PUT /access-control-list/77f2d43c-440c-4376-9e5f-bcbee15cdb79 HTTP/1.1" 200 273 0.015553 10.0.0.19 - - [2026-06-22 03:28:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.19 - - [2026-06-22 03:28:57] "GET /security-group/048e4155-eb30-43bd-9bed-6098519441bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.005925 10.0.0.241 - - [2026-06-22 03:28:57] "GET /projects?obj_uuids=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001093 10.0.0.19 - - [2026-06-22 03:28:57] "POST /neutron/security_group_rule HTTP/1.1" 200 2190 0.046658 10.0.0.19 - - [2026-06-22 03:28:57] "POST /neutron/security_group_rule HTTP/1.1" 200 583 0.126370 10.0.0.241 - - [2026-06-22 03:28:58] "PUT /access-control-list/77f2d43c-440c-4376-9e5f-bcbee15cdb79 HTTP/1.1" 200 273 0.018229 10.0.0.19 - - [2026-06-22 03:28:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.241 - - [2026-06-22 03:28:58] "GET /projects?obj_uuids=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003615 10.0.0.19 - - [2026-06-22 03:28:58] "GET /project/131ae888-5a14-416f-9959-52a4ce6a19f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.052476 10.0.0.241 - - [2026-06-22 03:28:58] "GET /projects?obj_uuids=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001018 10.0.0.19 - - [2026-06-22 03:28:58] "POST /neutron/network HTTP/1.1" 200 708 0.125669 10.0.0.241 - - [2026-06-22 03:28:58] "POST /ref-update HTTP/1.1" 200 156 0.019115 10.0.0.19 - - [2026-06-22 03:28:58] "POST /id-to-fqname HTTP/1.1" 200 282 0.004803 10.0.0.19 - - [2026-06-22 03:28:58] "GET /virtual-network/981ed737-7866-4c25-a80c-e86a4707ff4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.008549 10.0.0.19 - - [2026-06-22 03:28:58] "POST /neutron/network HTTP/1.1" 200 928 0.010267 10.0.0.19 - - [2026-06-22 03:28:58] "GET /virtual-network/981ed737-7866-4c25-a80c-e86a4707ff4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005728 10.0.0.19 - - [2026-06-22 03:28:58] "GET /virtual-network/981ed737-7866-4c25-a80c-e86a4707ff4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.006484 10.0.0.241 - - [2026-06-22 03:29:00] "GET /obj-perms HTTP/1.1" 200 4509 0.057823 10.0.0.19 - - [2026-06-22 03:29:00] "POST /id-to-fqname HTTP/1.1" 200 282 0.001382 10.0.0.19 - - [2026-06-22 03:29:00] "POST /neutron/security_group HTTP/1.1" 200 1419 0.010458 10.0.0.241 - - [2026-06-22 03:29:01] "GET /projects?obj_uuids=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001637 10.0.0.19 - - [2026-06-22 03:29:01] "GET /project/131ae888-5a14-416f-9959-52a4ce6a19f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.079242 10.0.0.19 - - [2026-06-22 03:29:01] "POST /neutron/port HTTP/1.1" 200 117 0.008637 10.0.0.19 - - [2026-06-22 03:29:01] "POST /id-to-fqname HTTP/1.1" 200 282 0.001554 10.0.0.19 - - [2026-06-22 03:29:01] "POST /neutron/security_group HTTP/1.1" 200 1419 0.007948 10.0.0.241 - - [2026-06-22 03:29:02] "GET /projects?obj_uuids=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001071 10.0.0.19 - - [2026-06-22 03:29:02] "GET /project/131ae888-5a14-416f-9959-52a4ce6a19f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.060811 10.0.0.19 - - [2026-06-22 03:29:02] "POST /neutron/port HTTP/1.1" 200 117 0.009913 10.0.0.19 - - [2026-06-22 03:29:05] "POST /neutron/network HTTP/1.1" 200 938 0.006818 10.0.0.19 - - [2026-06-22 03:29:06] "POST /neutron/port HTTP/1.1" 200 1082 0.017535 10.0.0.19 - - [2026-06-22 03:29:06] "POST /neutron/network HTTP/1.1" 200 938 0.007171 10.0.0.19 - - [2026-06-22 03:29:07] "POST /neutron/port HTTP/1.1" 200 1082 0.017628 10.0.0.19 - - [2026-06-22 03:29:07] "POST /neutron/port HTTP/1.1" 200 117 0.002005 10.0.0.19 - - [2026-06-22 03:29:07] "POST /neutron/port HTTP/1.1" 200 1136 0.104818 10.0.0.19 - - [2026-06-22 03:29:07] "POST /neutron/security_group HTTP/1.1" 200 1419 0.008413 10.0.0.241 - - [2026-06-22 03:29:07] "DELETE /project/131ae8885a14416f995952a4ce6a19f6 HTTP/1.1" 404 173 0.004421 10.0.0.241 - - [2026-06-22 03:29:07] "GET /projects?obj_uuids=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000966 10.0.0.241 - - [2026-06-22 03:29:08] "GET /project/1f182868-7e3e-4af6-8746-0024e34421fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1587 0.056975 10.0.0.241 - - [2026-06-22 03:29:08] "GET /projects?obj_uuids=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001300 10.0.0.241 - - [2026-06-22 03:29:08] "GET /project/1f182868-7e3e-4af6-8746-0024e34421fd?fields=security_groups HTTP/1.1" 200 1452 0.051094 10.0.0.241 - - [2026-06-22 03:29:08] "DELETE /security-group/4b6ce41b-b6ba-4d3a-9845-92b0709ffbc0 HTTP/1.1" 200 115 0.089856 10.0.0.241 - - [2026-06-22 03:29:08] "GET /projects?obj_uuids=1f182868-7e3e-4af6-8746-0024e34421fd&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.002441 10.0.0.241 - - [2026-06-22 03:29:08] "GET /project/1f182868-7e3e-4af6-8746-0024e34421fd?fields=application_policy_sets HTTP/1.1" 200 1491 0.056653 10.0.0.241 - - [2026-06-22 03:29:08] "DELETE /project/1f182868-7e3e-4af6-8746-0024e34421fd HTTP/1.1" 200 115 0.522357 10.0.0.19 - - [2026-06-22 03:29:08] "POST /neutron/subnet HTTP/1.1" 200 703 0.022713 10.0.0.19 - - [2026-06-22 03:29:12] "POST /neutron/port HTTP/1.1" 200 1146 0.021480 10.0.0.19 - - [2026-06-22 03:29:13] "POST /neutron/security_group HTTP/1.1" 200 1419 0.009072 10.0.0.19 - - [2026-06-22 03:29:13] "POST /neutron/port HTTP/1.1" 200 1146 0.019342 10.0.0.19 - - [2026-06-22 03:29:13] "GET /virtual-machine/a1959a1a-4a20-4694-9c5d-5d877ec062d9 HTTP/1.1" 401 292 0.000450 10.0.0.19 - - [2026-06-22 03:29:13] "GET /virtual-machine/a1959a1a-4a20-4694-9c5d-5d877ec062d9 HTTP/1.1" 200 1316 0.031697 10.0.0.19 - - [2026-06-22 03:29:13] "GET /virtual-machine/a1959a1a-4a20-4694-9c5d-5d877ec062d9 HTTP/1.1" 200 1316 0.004297 10.0.0.19 - - [2026-06-22 03:29:13] "GET /virtual-machine-interface/d38949de-a4b5-4fe9-aa13-d60b0f40448d HTTP/1.1" 200 3199 0.006192 10.0.0.19 - - [2026-06-22 03:29:13] "GET /virtual-machine/a1959a1a-4a20-4694-9c5d-5d877ec062d9 HTTP/1.1" 200 1316 0.004752 10.0.0.19 - - [2026-06-22 03:29:13] "GET /virtual-machine-interface/d38949de-a4b5-4fe9-aa13-d60b0f40448d HTTP/1.1" 200 3199 0.005891 10.0.0.19 - - [2026-06-22 03:29:13] "GET /instance-ip/773a3505-4cf1-4b38-9ac8-8a827fedb63a HTTP/1.1" 200 1707 0.007248 10.0.0.19 - - [2026-06-22 03:29:13] "GET /virtual-machine/a1959a1a-4a20-4694-9c5d-5d877ec062d9 HTTP/1.1" 200 1316 0.004283 10.0.0.19 - - [2026-06-22 03:29:13] "GET /virtual-machine-interface/d38949de-a4b5-4fe9-aa13-d60b0f40448d HTTP/1.1" 200 3199 0.005985 10.0.0.19 - - [2026-06-22 03:29:13] "GET /instance-ip/773a3505-4cf1-4b38-9ac8-8a827fedb63a HTTP/1.1" 200 1707 0.005445 10.0.0.19 - - [2026-06-22 03:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.19 - - [2026-06-22 03:29:13] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004516 10.0.0.19 - - [2026-06-22 03:29:13] "GET /virtual-networks?parent_id=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003821 10.0.0.19 - - [2026-06-22 03:29:13] "GET /virtual-network/981ed737-7866-4c25-a80c-e86a4707ff4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.008082 10.0.0.19 - - [2026-06-22 03:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.19 - - [2026-06-22 03:29:13] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004454 10.0.0.19 - - [2026-06-22 03:29:13] "GET /virtual-networks?parent_id=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003536 10.0.0.19 - - [2026-06-22 03:29:14] "GET /virtual-network/981ed737-7866-4c25-a80c-e86a4707ff4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005716 10.0.0.19 - - [2026-06-22 03:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004271 10.0.0.19 - - [2026-06-22 03:29:14] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004635 10.0.0.19 - - [2026-06-22 03:29:14] "GET /virtual-networks?parent_id=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003084 10.0.0.19 - - [2026-06-22 03:29:14] "GET /virtual-network/981ed737-7866-4c25-a80c-e86a4707ff4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.007268 10.0.0.19 - - [2026-06-22 03:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004938 10.0.0.19 - - [2026-06-22 03:29:14] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005728 10.0.0.19 - - [2026-06-22 03:29:14] "GET /virtual-networks?parent_id=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003317 10.0.0.19 - - [2026-06-22 03:29:14] "GET /virtual-network/981ed737-7866-4c25-a80c-e86a4707ff4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.009624 10.0.0.19 - - [2026-06-22 03:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.19 - - [2026-06-22 03:29:14] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004266 10.0.0.19 - - [2026-06-22 03:29:14] "GET /virtual-networks?parent_id=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003019 10.0.0.19 - - [2026-06-22 03:29:14] "GET /virtual-network/981ed737-7866-4c25-a80c-e86a4707ff4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005611 10.0.0.19 - - [2026-06-22 03:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.19 - - [2026-06-22 03:29:14] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004581 10.0.0.19 - - [2026-06-22 03:29:14] "GET /virtual-networks?parent_id=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003711 10.0.0.19 - - [2026-06-22 03:29:14] "GET /virtual-network/981ed737-7866-4c25-a80c-e86a4707ff4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.006144 10.0.0.19 - - [2026-06-22 03:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.19 - - [2026-06-22 03:29:14] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005060 10.0.0.19 - - [2026-06-22 03:29:14] "GET /virtual-networks?parent_id=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.006018 10.0.0.19 - - [2026-06-22 03:29:14] "GET /virtual-network/981ed737-7866-4c25-a80c-e86a4707ff4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.006596 10.0.0.19 - - [2026-06-22 03:29:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.19 - - [2026-06-22 03:29:17] "GET /virtual-network/981ed737-7866-4c25-a80c-e86a4707ff4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.006176 10.0.0.19 - - [2026-06-22 03:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.008478 10.0.0.19 - - [2026-06-22 03:29:21] "GET /virtual-network/981ed737-7866-4c25-a80c-e86a4707ff4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005620 10.0.0.19 - - [2026-06-22 03:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004926 10.0.0.19 - - [2026-06-22 03:29:25] "GET /virtual-network/981ed737-7866-4c25-a80c-e86a4707ff4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.006593 10.0.0.19 - - [2026-06-22 03:29:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.19 - - [2026-06-22 03:29:30] "GET /virtual-network/981ed737-7866-4c25-a80c-e86a4707ff4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.006024 10.0.0.19 - - [2026-06-22 03:29:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.19 - - [2026-06-22 03:29:34] "GET /virtual-network/981ed737-7866-4c25-a80c-e86a4707ff4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005969 10.0.0.19 - - [2026-06-22 03:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004350 10.0.0.19 - - [2026-06-22 03:29:36] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006087 10.0.0.19 - - [2026-06-22 03:29:36] "GET /virtual-networks?parent_id=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004111 10.0.0.19 - - [2026-06-22 03:29:36] "GET /virtual-network/981ed737-7866-4c25-a80c-e86a4707ff4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005996 10.0.0.19 - - [2026-06-22 03:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.19 - - [2026-06-22 03:29:36] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004562 10.0.0.19 - - [2026-06-22 03:29:36] "GET /virtual-networks?parent_id=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003334 10.0.0.19 - - [2026-06-22 03:29:36] "GET /virtual-network/981ed737-7866-4c25-a80c-e86a4707ff4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005888 10.0.0.19 - - [2026-06-22 03:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.19 - - [2026-06-22 03:29:36] "GET /routing-instance/ad8c892f-d80a-4291-830d-e8b5d06e5851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1663 0.006579 10.0.0.19 - - [2026-06-22 03:29:36] "GET /route-target/ce5cd9b6-c373-4a6c-a5f9-35381c8fdb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004877 10.0.0.19 - - [2026-06-22 03:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004963 10.0.0.19 - - [2026-06-22 03:29:36] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004889 10.0.0.19 - - [2026-06-22 03:29:36] "GET /virtual-networks?parent_id=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004523 10.0.0.19 - - [2026-06-22 03:29:36] "GET /virtual-network/981ed737-7866-4c25-a80c-e86a4707ff4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.006659 10.0.0.19 - - [2026-06-22 03:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.19 - - [2026-06-22 03:29:36] "GET /routing-instance/ad8c892f-d80a-4291-830d-e8b5d06e5851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1663 0.004615 10.0.0.19 - - [2026-06-22 03:29:36] "GET /route-target/ce5cd9b6-c373-4a6c-a5f9-35381c8fdb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003925 10.0.0.19 - - [2026-06-22 03:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.19 - - [2026-06-22 03:29:37] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004689 10.0.0.19 - - [2026-06-22 03:29:37] "GET /virtual-networks?parent_id=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003695 10.0.0.19 - - [2026-06-22 03:29:37] "GET /virtual-network/981ed737-7866-4c25-a80c-e86a4707ff4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.006039 10.0.0.19 - - [2026-06-22 03:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.19 - - [2026-06-22 03:29:37] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004562 10.0.0.19 - - [2026-06-22 03:29:37] "GET /virtual-networks?parent_id=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003454 10.0.0.19 - - [2026-06-22 03:29:37] "GET /virtual-network/981ed737-7866-4c25-a80c-e86a4707ff4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.006116 10.0.0.19 - - [2026-06-22 03:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.19 - - [2026-06-22 03:29:37] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004765 10.0.0.19 - - [2026-06-22 03:29:37] "GET /virtual-networks?parent_id=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003609 10.0.0.19 - - [2026-06-22 03:29:37] "GET /virtual-network/981ed737-7866-4c25-a80c-e86a4707ff4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005918 10.0.0.19 - - [2026-06-22 03:29:37] "GET /obj-perms HTTP/1.1" 200 4493 0.055362 10.0.0.241 - - [2026-06-22 03:29:37] "GET /obj-perms HTTP/1.1" 200 4509 0.005559 10.0.0.19 - - [2026-06-22 03:29:37] "GET /obj-perms HTTP/1.1" 200 4509 0.035797 10.0.0.19 - - [2026-06-22 03:29:38] "GET /obj-perms HTTP/1.1" 200 4509 0.004269 10.0.0.129 - - [2026-06-22 03:29:38] "GET /obj-perms HTTP/1.1" 200 4509 0.036114 10.0.0.19 - - [2026-06-22 03:29:38] "GET /virtual-machine/a1959a1a-4a20-4694-9c5d-5d877ec062d9 HTTP/1.1" 200 1316 0.004991 10.0.0.19 - - [2026-06-22 03:29:38] "GET /virtual-machine-interface/d38949de-a4b5-4fe9-aa13-d60b0f40448d HTTP/1.1" 200 3199 0.006556 10.0.0.19 - - [2026-06-22 03:29:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004527 10.0.0.19 - - [2026-06-22 03:29:38] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004704 10.0.0.19 - - [2026-06-22 03:29:38] "GET /virtual-networks?parent_id=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003564 10.0.0.19 - - [2026-06-22 03:29:38] "GET /virtual-network/981ed737-7866-4c25-a80c-e86a4707ff4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.007247 10.0.0.19 - - [2026-06-22 03:29:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.19 - - [2026-06-22 03:29:39] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004105 10.0.0.19 - - [2026-06-22 03:29:39] "GET /virtual-networks?parent_id=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003305 10.0.0.19 - - [2026-06-22 03:29:39] "GET /virtual-network/981ed737-7866-4c25-a80c-e86a4707ff4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005679 10.0.0.19 - - [2026-06-22 03:29:39] "POST /neutron/port HTTP/1.1" 200 1146 0.020435 10.0.0.19 - - [2026-06-22 03:29:41] "POST /neutron/port HTTP/1.1" 200 1146 0.038758 10.0.0.19 - - [2026-06-22 03:29:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004200 10.0.0.19 - - [2026-06-22 03:29:43] "POST /neutron/network HTTP/1.1" 200 928 0.009918 10.0.0.19 - - [2026-06-22 03:29:46] "POST /neutron/port HTTP/1.1" 200 1146 0.018584 10.0.0.19 - - [2026-06-22 03:29:50] "POST /neutron/security_group HTTP/1.1" 200 1419 0.010450 10.0.0.19 - - [2026-06-22 03:29:50] "POST /neutron/port HTTP/1.1" 200 1146 0.016965 10.0.0.19 - - [2026-06-22 03:29:50] "POST /neutron/security_group HTTP/1.1" 200 1419 0.007725 10.0.0.19 - - [2026-06-22 03:29:50] "GET /virtual-machine/908a1ac5-8f2f-4421-9cab-e65af6766174 HTTP/1.1" 200 1316 0.008760 10.0.0.19 - - [2026-06-22 03:29:50] "GET /virtual-machine/908a1ac5-8f2f-4421-9cab-e65af6766174 HTTP/1.1" 200 1316 0.005242 10.0.0.19 - - [2026-06-22 03:29:50] "GET /virtual-machine-interface/d58c4335-b6d2-4e67-a629-ea92fc169797 HTTP/1.1" 200 3199 0.005876 10.0.0.19 - - [2026-06-22 03:29:50] "GET /virtual-machine/908a1ac5-8f2f-4421-9cab-e65af6766174 HTTP/1.1" 200 1316 0.004580 10.0.0.19 - - [2026-06-22 03:29:50] "GET /virtual-machine-interface/d58c4335-b6d2-4e67-a629-ea92fc169797 HTTP/1.1" 200 3199 0.005278 10.0.0.19 - - [2026-06-22 03:29:50] "GET /instance-ip/1184f0d3-8e11-4d56-a223-7cddd2cab07f HTTP/1.1" 200 1707 0.006293 10.0.0.19 - - [2026-06-22 03:29:50] "GET /virtual-machine/908a1ac5-8f2f-4421-9cab-e65af6766174 HTTP/1.1" 200 1316 0.004042 10.0.0.19 - - [2026-06-22 03:29:50] "GET /virtual-machine-interface/d58c4335-b6d2-4e67-a629-ea92fc169797 HTTP/1.1" 200 3199 0.005830 10.0.0.19 - - [2026-06-22 03:29:50] "GET /instance-ip/1184f0d3-8e11-4d56-a223-7cddd2cab07f HTTP/1.1" 200 1707 0.004667 10.0.0.19 - - [2026-06-22 03:29:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004370 10.0.0.19 - - [2026-06-22 03:29:50] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004209 10.0.0.19 - - [2026-06-22 03:29:50] "GET /virtual-networks?parent_id=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004067 10.0.0.19 - - [2026-06-22 03:29:50] "GET /virtual-network/981ed737-7866-4c25-a80c-e86a4707ff4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.008468 10.0.0.19 - - [2026-06-22 03:29:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004464 10.0.0.19 - - [2026-06-22 03:29:50] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005262 10.0.0.19 - - [2026-06-22 03:29:50] "GET /virtual-networks?parent_id=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004065 10.0.0.19 - - [2026-06-22 03:29:50] "GET /virtual-network/981ed737-7866-4c25-a80c-e86a4707ff4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.008942 10.0.0.19 - - [2026-06-22 03:29:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004569 10.0.0.19 - - [2026-06-22 03:29:50] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004981 10.0.0.19 - - [2026-06-22 03:29:50] "GET /virtual-networks?parent_id=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003346 10.0.0.19 - - [2026-06-22 03:29:50] "GET /virtual-network/981ed737-7866-4c25-a80c-e86a4707ff4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.006263 10.0.0.19 - - [2026-06-22 03:29:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004826 10.0.0.19 - - [2026-06-22 03:29:50] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004109 10.0.0.19 - - [2026-06-22 03:29:50] "GET /virtual-networks?parent_id=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004064 10.0.0.19 - - [2026-06-22 03:29:50] "GET /virtual-network/981ed737-7866-4c25-a80c-e86a4707ff4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.007548 10.0.0.19 - - [2026-06-22 03:29:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004226 10.0.0.19 - - [2026-06-22 03:29:51] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.009067 10.0.0.19 - - [2026-06-22 03:29:51] "GET /virtual-networks?parent_id=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003550 10.0.0.19 - - [2026-06-22 03:29:51] "GET /virtual-network/981ed737-7866-4c25-a80c-e86a4707ff4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005965 10.0.0.19 - - [2026-06-22 03:29:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.19 - - [2026-06-22 03:29:51] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004236 10.0.0.19 - - [2026-06-22 03:29:51] "GET /virtual-networks?parent_id=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003791 10.0.0.19 - - [2026-06-22 03:29:51] "GET /virtual-network/981ed737-7866-4c25-a80c-e86a4707ff4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.006073 10.0.0.19 - - [2026-06-22 03:29:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.19 - - [2026-06-22 03:29:51] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003977 10.0.0.19 - - [2026-06-22 03:29:51] "GET /virtual-networks?parent_id=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003310 10.0.0.19 - - [2026-06-22 03:29:51] "GET /virtual-network/981ed737-7866-4c25-a80c-e86a4707ff4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.006125 10.0.0.19 - - [2026-06-22 03:29:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.19 - - [2026-06-22 03:29:52] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004503 10.0.0.19 - - [2026-06-22 03:29:52] "GET /virtual-networks?parent_id=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004107 10.0.0.19 - - [2026-06-22 03:29:52] "GET /virtual-network/981ed737-7866-4c25-a80c-e86a4707ff4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.006890 10.0.0.19 - - [2026-06-22 03:29:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005771 10.0.0.19 - - [2026-06-22 03:29:52] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006019 10.0.0.19 - - [2026-06-22 03:29:52] "GET /virtual-networks?parent_id=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004128 10.0.0.19 - - [2026-06-22 03:29:52] "GET /virtual-network/981ed737-7866-4c25-a80c-e86a4707ff4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.008154 10.0.0.19 - - [2026-06-22 03:29:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004918 10.0.0.19 - - [2026-06-22 03:29:52] "GET /routing-instance/ad8c892f-d80a-4291-830d-e8b5d06e5851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1663 0.004703 10.0.0.19 - - [2026-06-22 03:29:52] "GET /route-target/ce5cd9b6-c373-4a6c-a5f9-35381c8fdb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004604 10.0.0.19 - - [2026-06-22 03:29:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.19 - - [2026-06-22 03:29:53] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003943 10.0.0.19 - - [2026-06-22 03:29:53] "GET /virtual-networks?parent_id=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004454 10.0.0.19 - - [2026-06-22 03:29:53] "GET /virtual-network/981ed737-7866-4c25-a80c-e86a4707ff4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.008324 10.0.0.19 - - [2026-06-22 03:29:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004101 10.0.0.19 - - [2026-06-22 03:29:53] "GET /routing-instance/ad8c892f-d80a-4291-830d-e8b5d06e5851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1663 0.005123 10.0.0.19 - - [2026-06-22 03:29:53] "GET /route-target/ce5cd9b6-c373-4a6c-a5f9-35381c8fdb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003869 10.0.0.19 - - [2026-06-22 03:29:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.19 - - [2026-06-22 03:29:53] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004909 10.0.0.19 - - [2026-06-22 03:29:53] "GET /virtual-networks?parent_id=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003384 10.0.0.19 - - [2026-06-22 03:29:53] "GET /virtual-network/981ed737-7866-4c25-a80c-e86a4707ff4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005797 10.0.0.19 - - [2026-06-22 03:29:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.19 - - [2026-06-22 03:29:53] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005979 10.0.0.19 - - [2026-06-22 03:29:53] "GET /virtual-networks?parent_id=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004441 10.0.0.19 - - [2026-06-22 03:29:53] "GET /virtual-network/981ed737-7866-4c25-a80c-e86a4707ff4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005862 10.0.0.19 - - [2026-06-22 03:29:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004790 10.0.0.19 - - [2026-06-22 03:29:53] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004313 10.0.0.19 - - [2026-06-22 03:29:53] "GET /virtual-networks?parent_id=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003674 10.0.0.19 - - [2026-06-22 03:29:53] "GET /virtual-network/981ed737-7866-4c25-a80c-e86a4707ff4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005749 10.0.0.241 - - [2026-06-22 03:29:53] "GET /obj-perms HTTP/1.1" 200 4509 0.004268 10.0.0.19 - - [2026-06-22 03:29:53] "GET /obj-perms HTTP/1.1" 200 4509 0.004398 10.0.0.19 - - [2026-06-22 03:29:53] "GET /obj-perms HTTP/1.1" 200 4509 0.004689 10.0.0.19 - - [2026-06-22 03:29:53] "GET /obj-perms HTTP/1.1" 200 4509 0.003938 10.0.0.129 - - [2026-06-22 03:29:53] "GET /obj-perms HTTP/1.1" 200 4509 0.004121 10.0.0.241 - - [2026-06-22 03:29:53] "GET /obj-perms HTTP/1.1" 200 4509 0.005525 10.0.0.19 - - [2026-06-22 03:29:53] "GET /virtual-machine/908a1ac5-8f2f-4421-9cab-e65af6766174 HTTP/1.1" 200 1316 0.005881 10.0.0.19 - - [2026-06-22 03:29:53] "GET /virtual-machine-interface/d58c4335-b6d2-4e67-a629-ea92fc169797 HTTP/1.1" 200 3199 0.008109 10.0.0.19 - - [2026-06-22 03:29:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.19 - - [2026-06-22 03:29:54] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003911 10.0.0.19 - - [2026-06-22 03:29:54] "GET /virtual-networks?parent_id=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003660 10.0.0.19 - - [2026-06-22 03:29:54] "GET /virtual-network/981ed737-7866-4c25-a80c-e86a4707ff4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.007232 10.0.0.19 - - [2026-06-22 03:29:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.19 - - [2026-06-22 03:29:55] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004627 10.0.0.19 - - [2026-06-22 03:29:55] "GET /virtual-networks?parent_id=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003353 10.0.0.19 - - [2026-06-22 03:29:55] "GET /virtual-network/981ed737-7866-4c25-a80c-e86a4707ff4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.007008 10.0.0.19 - - [2026-06-22 03:29:55] "GET /virtual-machine/a1959a1a-4a20-4694-9c5d-5d877ec062d9 HTTP/1.1" 200 1316 0.005465 10.0.0.19 - - [2026-06-22 03:29:55] "GET /virtual-machine-interface/d38949de-a4b5-4fe9-aa13-d60b0f40448d HTTP/1.1" 200 3199 0.005951 10.0.0.19 - - [2026-06-22 03:29:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.19 - - [2026-06-22 03:29:55] "GET /security-group/048e4155-eb30-43bd-9bed-6098519441bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2699 0.004341 10.0.0.19 - - [2026-06-22 03:29:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004161 10.0.0.19 - - [2026-06-22 03:29:55] "GET /security-group/048e4155-eb30-43bd-9bed-6098519441bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2699 0.004670 10.0.0.19 - - [2026-06-22 03:29:55] "POST /neutron/port HTTP/1.1" 200 1146 0.030745 10.0.0.19 - - [2026-06-22 03:29:55] "POST /neutron/port HTTP/1.1" 200 1098 0.078832 10.0.0.19 - - [2026-06-22 03:29:55] "GET /virtual-machine/a1959a1a-4a20-4694-9c5d-5d877ec062d9 HTTP/1.1" 200 1316 0.004381 10.0.0.19 - - [2026-06-22 03:29:55] "GET /virtual-machine-interface/d38949de-a4b5-4fe9-aa13-d60b0f40448d HTTP/1.1" 200 3147 0.006251 10.0.0.19 - - [2026-06-22 03:29:55] "POST /neutron/port HTTP/1.1" 200 1098 0.018840 10.0.0.19 - - [2026-06-22 03:29:55] "GET /virtual-machine/a1959a1a-4a20-4694-9c5d-5d877ec062d9 HTTP/1.1" 200 1316 0.005866 10.0.0.19 - - [2026-06-22 03:29:56] "GET /virtual-machine-interface/d38949de-a4b5-4fe9-aa13-d60b0f40448d HTTP/1.1" 200 3199 0.009053 10.0.0.19 - - [2026-06-22 03:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004605 10.0.0.19 - - [2026-06-22 03:29:56] "GET /security-group/048e4155-eb30-43bd-9bed-6098519441bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2699 0.004172 10.0.0.19 - - [2026-06-22 03:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.19 - - [2026-06-22 03:29:56] "GET /security-group/048e4155-eb30-43bd-9bed-6098519441bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2699 0.004579 10.0.0.19 - - [2026-06-22 03:29:56] "POST /neutron/security_group HTTP/1.1" 200 1445 0.004703 10.0.0.19 - - [2026-06-22 03:30:10] "POST /neutron/network HTTP/1.1" 200 938 0.008129 10.0.0.19 - - [2026-06-22 03:30:10] "POST /neutron/port HTTP/1.1" 200 117 0.001214 10.0.0.19 - - [2026-06-22 03:30:43] "POST /neutron/port HTTP/1.1" 200 1146 0.020778 10.0.0.19 - - [2026-06-22 03:30:43] "POST /neutron/subnet HTTP/1.1" 200 703 0.012854 10.0.0.241 - - [2026-06-22 03:30:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000844 10.0.0.241 - - [2026-06-22 03:30:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000586 10.0.0.129 - - [2026-06-22 03:30:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.129 - - [2026-06-22 03:30:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000464 10.0.0.241 - - [2026-06-22 03:30:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.241 - - [2026-06-22 03:30:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.19 - - [2026-06-22 03:30:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.19 - - [2026-06-22 03:30:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.129 - - [2026-06-22 03:30:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000454 10.0.0.129 - - [2026-06-22 03:30:58] "GET /global-system-configs HTTP/1.1" 401 292 0.001204 10.0.0.19 - - [2026-06-22 03:30:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000439 10.0.0.19 - - [2026-06-22 03:30:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000520 10.0.0.19 - - [2026-06-22 03:31:10] "POST /neutron/port HTTP/1.1" 200 1146 0.019828 10.0.0.19 - - [2026-06-22 03:31:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006395 10.0.0.19 - - [2026-06-22 03:31:11] "POST /neutron/network HTTP/1.1" 200 928 0.007763 10.0.0.19 - - [2026-06-22 03:31:30] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.119056 10.0.0.241 - - [2026-06-22 03:31:30] "PUT /access-control-list/77f2d43c-440c-4376-9e5f-bcbee15cdb79 HTTP/1.1" 200 273 0.041221 10.0.0.19 - - [2026-06-22 03:31:30] "POST /neutron/security_group_rule HTTP/1.1" 200 583 0.129513 10.0.0.19 - - [2026-06-22 03:31:33] "POST /neutron/security_group HTTP/1.1" 200 151 0.128133 10.0.0.19 - - [2026-06-22 03:31:33] "POST /fqname-to-id HTTP/1.1" 404 245 0.003188 10.0.0.19 - - [2026-06-22 03:31:33] "GET /virtual-machine/a1959a1a-4a20-4694-9c5d-5d877ec062d9 HTTP/1.1" 200 1316 0.010870 10.0.0.241 - - [2026-06-22 03:31:33] "DELETE /access-control-list/9898dc67-eb4f-4d35-b6b4-01f313f9ac5a HTTP/1.1" 200 115 0.044809 10.0.0.19 - - [2026-06-22 03:31:33] "GET /virtual-machine-interface/d38949de-a4b5-4fe9-aa13-d60b0f40448d HTTP/1.1" 200 2912 0.013040 10.0.0.19 - - [2026-06-22 03:31:33] "GET /virtual-machine/908a1ac5-8f2f-4421-9cab-e65af6766174 HTTP/1.1" 200 1316 0.005181 10.0.0.19 - - [2026-06-22 03:31:33] "GET /virtual-machine-interface/d58c4335-b6d2-4e67-a629-ea92fc169797 HTTP/1.1" 200 2912 0.018674 10.0.0.19 - - [2026-06-22 03:31:33] "GET /virtual-machine/908a1ac5-8f2f-4421-9cab-e65af6766174 HTTP/1.1" 200 1316 0.005496 10.0.0.19 - - [2026-06-22 03:31:35] "POST /neutron/port HTTP/1.1" 200 1108 0.019312 10.0.0.19 - - [2026-06-22 03:31:35] "GET /virtual-machine/908a1ac5-8f2f-4421-9cab-e65af6766174 HTTP/1.1" 200 1316 0.003782 10.0.0.19 - - [2026-06-22 03:31:37] "GET /virtual-machine/908a1ac5-8f2f-4421-9cab-e65af6766174 HTTP/1.1" 404 171 0.004547 10.0.0.19 - - [2026-06-22 03:31:37] "GET /virtual-machine/908a1ac5-8f2f-4421-9cab-e65af6766174 HTTP/1.1" 404 171 0.004152 10.0.0.19 - - [2026-06-22 03:31:37] "GET /virtual-machine/908a1ac5-8f2f-4421-9cab-e65af6766174 HTTP/1.1" 404 171 0.003403 10.0.0.19 - - [2026-06-22 03:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004688 10.0.0.19 - - [2026-06-22 03:31:38] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004225 10.0.0.19 - - [2026-06-22 03:31:38] "GET /virtual-networks?parent_id=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003102 10.0.0.19 - - [2026-06-22 03:31:38] "GET /virtual-network/981ed737-7866-4c25-a80c-e86a4707ff4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.006649 10.0.0.19 - - [2026-06-22 03:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.19 - - [2026-06-22 03:31:38] "GET /routing-instance/ad8c892f-d80a-4291-830d-e8b5d06e5851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1663 0.005129 10.0.0.19 - - [2026-06-22 03:31:38] "GET /route-target/ce5cd9b6-c373-4a6c-a5f9-35381c8fdb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004028 10.0.0.19 - - [2026-06-22 03:31:38] "GET /obj-perms HTTP/1.1" 200 4509 0.003840 10.0.0.129 - - [2026-06-22 03:31:38] "GET /obj-perms HTTP/1.1" 200 4509 0.004783 10.0.0.19 - - [2026-06-22 03:31:38] "POST /neutron/security_group HTTP/1.1" 200 117 0.007630 10.0.0.19 - - [2026-06-22 03:31:38] "GET /virtual-machine/a1959a1a-4a20-4694-9c5d-5d877ec062d9 HTTP/1.1" 200 1316 0.005045 10.0.0.19 - - [2026-06-22 03:31:40] "POST /neutron/port HTTP/1.1" 200 1098 0.013920 10.0.0.19 - - [2026-06-22 03:31:40] "GET /virtual-machine/a1959a1a-4a20-4694-9c5d-5d877ec062d9 HTTP/1.1" 200 1316 0.004779 10.0.0.19 - - [2026-06-22 03:31:42] "GET /virtual-machine/a1959a1a-4a20-4694-9c5d-5d877ec062d9 HTTP/1.1" 404 171 0.003621 10.0.0.19 - - [2026-06-22 03:31:42] "GET /virtual-machine/a1959a1a-4a20-4694-9c5d-5d877ec062d9 HTTP/1.1" 404 171 0.003343 10.0.0.19 - - [2026-06-22 03:31:42] "GET /virtual-machine/a1959a1a-4a20-4694-9c5d-5d877ec062d9 HTTP/1.1" 404 171 0.004589 10.0.0.19 - - [2026-06-22 03:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004806 10.0.0.19 - - [2026-06-22 03:31:42] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007895 10.0.0.19 - - [2026-06-22 03:31:42] "GET /virtual-networks?parent_id=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003026 10.0.0.19 - - [2026-06-22 03:31:42] "GET /virtual-network/981ed737-7866-4c25-a80c-e86a4707ff4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.010602 10.0.0.19 - - [2026-06-22 03:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004378 10.0.0.19 - - [2026-06-22 03:31:42] "GET /routing-instance/ad8c892f-d80a-4291-830d-e8b5d06e5851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1663 0.005126 10.0.0.19 - - [2026-06-22 03:31:42] "GET /route-target/ce5cd9b6-c373-4a6c-a5f9-35381c8fdb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004284 10.0.0.19 - - [2026-06-22 03:31:43] "GET /obj-perms HTTP/1.1" 200 4509 0.003791 10.0.0.19 - - [2026-06-22 03:31:46] "GET /obj-perms HTTP/1.1" 200 4509 0.003987 10.0.0.241 - - [2026-06-22 03:31:46] "GET /obj-perms HTTP/1.1" 200 4509 0.003813 10.0.0.241 - - [2026-06-22 03:31:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002729 10.0.0.241 - - [2026-06-22 03:31:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003113 10.0.0.19 - - [2026-06-22 03:31:46] "POST /neutron/network HTTP/1.1" 200 151 0.112859 10.0.0.241 - - [2026-06-22 03:31:46] "DELETE /route-target/ce5cd9b6-c373-4a6c-a5f9-35381c8fdb31 HTTP/1.1" 200 115 0.033054 10.0.0.241 - - [2026-06-22 03:31:47] "GET /projects?obj_uuids=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001165 10.0.0.19 - - [2026-06-22 03:31:47] "GET /project/131ae888-5a14-416f-9959-52a4ce6a19f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.064404 10.0.0.241 - - [2026-06-22 03:31:47] "GET /projects?obj_uuids=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000989 10.0.0.19 - - [2026-06-22 03:31:47] "GET /project/131ae888-5a14-416f-9959-52a4ce6a19f6?fields=virtual_networks HTTP/1.1" 200 1076 0.041667 10.0.0.241 - - [2026-06-22 03:31:47] "GET /projects?obj_uuids=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001078 10.0.0.19 - - [2026-06-22 03:31:48] "GET /project/131ae888-5a14-416f-9959-52a4ce6a19f6?fields=virtual_machine_interfaces HTTP/1.1" 200 1076 0.049013 10.0.0.241 - - [2026-06-22 03:31:48] "GET /projects?obj_uuids=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001134 10.0.0.19 - - [2026-06-22 03:31:48] "GET /project/131ae888-5a14-416f-9959-52a4ce6a19f6?fields=security_groups HTTP/1.1" 200 1324 0.041613 10.0.0.19 - - [2026-06-22 03:31:48] "POST /fqname-to-id HTTP/1.1" 404 186 0.031806 10.0.0.241 - - [2026-06-22 03:31:48] "GET /projects?obj_uuids=f7d08741-0a55-41d8-a3c5-2eaee8aec08c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003254 10.0.0.241 - - [2026-06-22 03:31:49] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000972 10.0.0.241 - - [2026-06-22 03:31:49] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007342 10.0.0.241 - - [2026-06-22 03:31:49] "POST /id-to-fqname HTTP/1.1" 200 188 0.001793 10.0.0.241 - - [2026-06-22 03:31:49] "POST /fqname-to-id HTTP/1.1" 404 197 0.003381 10.0.0.241 - - [2026-06-22 03:31:49] "POST /security-groups HTTP/1.1" 200 589 0.037143 10.0.0.241 - - [2026-06-22 03:31:49] "POST /projects HTTP/1.1" 200 581 0.254210 10.0.0.241 - - [2026-06-22 03:31:49] "POST /fqname-to-id HTTP/1.1" 404 231 0.008997 10.0.0.241 - - [2026-06-22 03:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.328102 10.0.0.19 - - [2026-06-22 03:31:49] "GET /project/f7d08741-0a55-41d8-a3c5-2eaee8aec08c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.478695 10.0.0.19 - - [2026-06-22 03:31:50] "GET / HTTP/1.1" 200 36215 0.001338 10.0.0.19 - - [2026-06-22 03:31:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000537 10.0.0.19 - - [2026-06-22 03:31:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.058839 10.0.0.241 - - [2026-06-22 03:31:52] "GET /projects?obj_uuids=f7d08741-0a55-41d8-a3c5-2eaee8aec08c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001602 10.0.0.19 - - [2026-06-22 03:31:52] "GET /project/f7d08741-0a55-41d8-a3c5-2eaee8aec08c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.044468 10.0.0.241 - - [2026-06-22 03:31:53] "POST /ref-update HTTP/1.1" 200 156 0.023874 10.0.0.241 - - [2026-06-22 03:31:53] "POST /useragent-kv HTTP/1.1" 200 115 0.009410 10.0.0.19 - - [2026-06-22 03:31:53] "POST /neutron/subnet HTTP/1.1" 200 729 0.195455 10.0.0.19 - - [2026-06-22 03:31:53] "POST /id-to-fqname HTTP/1.1" 200 224 0.001332 10.0.0.19 - - [2026-06-22 03:31:53] "GET /virtual-network/e15c9490-5b29-4254-989c-11e91741ef81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005546 10.0.0.19 - - [2026-06-22 03:31:53] "GET /virtual-network/e15c9490-5b29-4254-989c-11e91741ef81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005630 10.0.0.19 - - [2026-06-22 03:31:53] "POST /neutron/network HTTP/1.1" 200 835 0.006921 10.0.0.19 - - [2026-06-22 03:31:53] "POST /id-to-fqname HTTP/1.1" 200 224 0.001728 10.0.0.241 - - [2026-06-22 03:31:54] "GET /projects?obj_uuids=f7d08741-0a55-41d8-a3c5-2eaee8aec08c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001480 10.0.0.19 - - [2026-06-22 03:31:54] "GET /project/f7d08741-0a55-41d8-a3c5-2eaee8aec08c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.061556 10.0.0.19 - - [2026-06-22 03:31:54] "POST /neutron/network HTTP/1.1" 200 835 0.027477 10.0.0.19 - - [2026-06-22 03:31:54] "POST /neutron/port HTTP/1.1" 200 117 0.006608 10.0.0.241 - - [2026-06-22 03:31:59] "GET /projects?obj_uuids=f7d08741-0a55-41d8-a3c5-2eaee8aec08c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001028 10.0.0.19 - - [2026-06-22 03:32:00] "POST /neutron/port HTTP/1.1" 200 1059 0.339981 10.0.0.19 - - [2026-06-22 03:32:00] "POST /neutron/port HTTP/1.1" 200 1113 0.106414 10.0.0.19 - - [2026-06-22 03:32:01] "POST /neutron/subnet HTTP/1.1" 200 703 0.010995 10.0.0.19 - - [2026-06-22 03:32:04] "POST /neutron/port HTTP/1.1" 200 1123 0.022620 10.0.0.241 - - [2026-06-22 03:32:08] "DELETE /project/f7d087410a5541d8a3c52eaee8aec08c HTTP/1.1" 404 173 0.009005 10.0.0.241 - - [2026-06-22 03:32:08] "GET /projects?obj_uuids=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001552 10.0.0.241 - - [2026-06-22 03:32:08] "GET /project/131ae888-5a14-416f-9959-52a4ce6a19f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1552 0.056871 10.0.0.241 - - [2026-06-22 03:32:08] "GET /projects?obj_uuids=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001401 10.0.0.241 - - [2026-06-22 03:32:08] "GET /project/131ae888-5a14-416f-9959-52a4ce6a19f6?fields=security_groups HTTP/1.1" 200 1426 0.045124 10.0.0.241 - - [2026-06-22 03:32:08] "DELETE /security-group/ac151101-a622-4ecf-92c2-e584b0db5b9c HTTP/1.1" 200 115 0.055530 10.0.0.241 - - [2026-06-22 03:32:08] "GET /projects?obj_uuids=131ae888-5a14-416f-9959-52a4ce6a19f6&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001039 10.0.0.241 - - [2026-06-22 03:32:08] "GET /project/131ae888-5a14-416f-9959-52a4ce6a19f6?fields=application_policy_sets HTTP/1.1" 200 1465 0.048488 10.0.0.241 - - [2026-06-22 03:32:09] "DELETE /project/131ae888-5a14-416f-9959-52a4ce6a19f6 HTTP/1.1" 409 225 0.380008 10.0.0.19 - - [2026-06-22 03:32:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007885 10.0.0.19 - - [2026-06-22 03:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.241 - - [2026-06-22 03:32:09] "GET /projects?obj_uuids=f7d08741-0a55-41d8-a3c5-2eaee8aec08c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000970 10.0.0.19 - - [2026-06-22 03:32:10] "GET /project/f7d08741-0a55-41d8-a3c5-2eaee8aec08c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.057512 10.0.0.19 - - [2026-06-22 03:32:10] "POST /neutron/network HTTP/1.1" 200 117 0.014739 10.0.0.241 - - [2026-06-22 03:32:10] "POST /route-targets HTTP/1.1" 200 328 0.018619 10.0.0.19 - - [2026-06-22 03:32:10] "POST /neutron/network HTTP/1.1" 200 830 0.009952 10.0.0.19 - - [2026-06-22 03:32:10] "POST /id-to-fqname HTTP/1.1" 200 223 0.001650 10.0.0.19 - - [2026-06-22 03:32:10] "GET /virtual-network/e082a31f-53e2-41cb-ac29-44d2e543a300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005545 10.0.0.19 - - [2026-06-22 03:32:10] "GET /virtual-network/e082a31f-53e2-41cb-ac29-44d2e543a300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006160 10.0.0.19 - - [2026-06-22 03:32:10] "POST /neutron/subnet HTTP/1.1" 200 715 0.009694 10.0.0.19 - - [2026-06-22 03:32:11] "GET /virtual-network/e082a31f-53e2-41cb-ac29-44d2e543a300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006561 10.0.0.129 - - [2026-06-22 03:32:12] "GET /obj-perms HTTP/1.1" 200 4463 0.046542 10.0.0.19 - - [2026-06-22 03:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.241 - - [2026-06-22 03:32:12] "GET /projects?obj_uuids=f7d08741-0a55-41d8-a3c5-2eaee8aec08c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001014 10.0.0.19 - - [2026-06-22 03:32:12] "GET /project/f7d08741-0a55-41d8-a3c5-2eaee8aec08c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.039797 10.0.0.241 - - [2026-06-22 03:32:12] "POST /ref-update HTTP/1.1" 200 156 0.040698 10.0.0.241 - - [2026-06-22 03:32:13] "POST /useragent-kv HTTP/1.1" 200 115 0.010397 10.0.0.19 - - [2026-06-22 03:32:13] "POST /neutron/subnet HTTP/1.1" 200 734 0.201923 10.0.0.19 - - [2026-06-22 03:32:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.001853 10.0.0.19 - - [2026-06-22 03:32:13] "GET /virtual-network/e56f7db1-3b31-4d4d-8321-ac139d7d95a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006186 10.0.0.19 - - [2026-06-22 03:32:13] "GET /virtual-network/e56f7db1-3b31-4d4d-8321-ac139d7d95a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006168 10.0.0.19 - - [2026-06-22 03:32:13] "POST /neutron/network HTTP/1.1" 200 834 0.006710 10.0.0.19 - - [2026-06-22 03:32:13] "GET /virtual-network/e56f7db1-3b31-4d4d-8321-ac139d7d95a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005285 10.0.0.19 - - [2026-06-22 03:32:13] "GET /obj-perms HTTP/1.1" 200 4463 0.036366 10.0.0.19 - - [2026-06-22 03:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.241 - - [2026-06-22 03:32:13] "GET /projects?obj_uuids=f7d08741-0a55-41d8-a3c5-2eaee8aec08c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001006 10.0.0.19 - - [2026-06-22 03:32:13] "GET /project/f7d08741-0a55-41d8-a3c5-2eaee8aec08c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.042958 10.0.0.241 - - [2026-06-22 03:32:13] "GET /projects?obj_uuids=f7d08741-0a55-41d8-a3c5-2eaee8aec08c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001559 10.0.0.19 - - [2026-06-22 03:32:14] "POST /neutron/network HTTP/1.1" 200 615 0.153035 10.0.0.19 - - [2026-06-22 03:32:14] "POST /id-to-fqname HTTP/1.1" 200 224 0.003808 10.0.0.19 - - [2026-06-22 03:32:14] "GET /virtual-network/3c18bb7a-593a-413b-95a2-f9ce5eed4c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006328 10.0.0.19 - - [2026-06-22 03:32:14] "POST /neutron/network HTTP/1.1" 200 835 0.008509 10.0.0.19 - - [2026-06-22 03:32:14] "GET /virtual-network/3c18bb7a-593a-413b-95a2-f9ce5eed4c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006688 10.0.0.19 - - [2026-06-22 03:32:14] "GET /virtual-network/3c18bb7a-593a-413b-95a2-f9ce5eed4c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006084 10.0.0.241 - - [2026-06-22 03:32:14] "GET /obj-perms HTTP/1.1" 200 4463 0.041411 10.0.0.19 - - [2026-06-22 03:32:15] "POST /id-to-fqname HTTP/1.1" 200 223 0.001382 10.0.0.19 - - [2026-06-22 03:32:15] "POST /neutron/port HTTP/1.1" 200 1123 0.020505 10.0.0.241 - - [2026-06-22 03:32:15] "GET /projects?obj_uuids=f7d08741-0a55-41d8-a3c5-2eaee8aec08c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001179 10.0.0.19 - - [2026-06-22 03:32:15] "GET /project/f7d08741-0a55-41d8-a3c5-2eaee8aec08c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.063160 10.0.0.19 - - [2026-06-22 03:32:15] "POST /neutron/network HTTP/1.1" 200 834 0.007148 10.0.0.19 - - [2026-06-22 03:32:16] "POST /neutron/port HTTP/1.1" 200 117 0.007250 10.0.0.19 - - [2026-06-22 03:32:16] "POST /id-to-fqname HTTP/1.1" 200 224 0.001989 10.0.0.19 - - [2026-06-22 03:32:16] "POST /neutron/network HTTP/1.1" 200 845 0.008047 10.0.0.241 - - [2026-06-22 03:32:17] "GET /projects?obj_uuids=f7d08741-0a55-41d8-a3c5-2eaee8aec08c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001534 10.0.0.19 - - [2026-06-22 03:32:17] "GET /project/f7d08741-0a55-41d8-a3c5-2eaee8aec08c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.060553 10.0.0.19 - - [2026-06-22 03:32:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008048 10.0.0.19 - - [2026-06-22 03:32:17] "POST /fqname-to-id HTTP/1.1" 404 193 0.003953 10.0.0.19 - - [2026-06-22 03:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.241 - - [2026-06-22 03:32:17] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001016 10.0.0.19 - - [2026-06-22 03:32:17] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.007482 10.0.0.19 - - [2026-06-22 03:32:17] "POST /service-templates HTTP/1.1" 200 545 0.035525 10.0.0.19 - - [2026-06-22 03:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.19 - - [2026-06-22 03:32:17] "GET /service-template/d4119881-4b7c-4cd1-970f-1028e9c80b81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.007131 10.0.0.19 - - [2026-06-22 03:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.19 - - [2026-06-22 03:32:17] "GET /service-template/d4119881-4b7c-4cd1-970f-1028e9c80b81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.005450 10.0.0.19 - - [2026-06-22 03:32:17] "POST /id-to-fqname HTTP/1.1" 200 223 0.001443 10.0.0.19 - - [2026-06-22 03:32:17] "POST /id-to-fqname HTTP/1.1" 200 223 0.001233 10.0.0.19 - - [2026-06-22 03:32:17] "POST /id-to-fqname HTTP/1.1" 200 224 0.001187 10.0.0.19 - - [2026-06-22 03:32:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009453 10.0.0.19 - - [2026-06-22 03:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.19 - - [2026-06-22 03:32:18] "DELETE /service-template/d4119881-4b7c-4cd1-970f-1028e9c80b81 HTTP/1.1" 200 115 0.030604 10.0.0.19 - - [2026-06-22 03:32:18] "POST /fqname-to-id HTTP/1.1" 404 193 0.003998 10.0.0.241 - - [2026-06-22 03:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.19 - - [2026-06-22 03:32:19] "POST /neutron/network HTTP/1.1" 200 834 0.007792 10.0.0.241 - - [2026-06-22 03:32:19] "DELETE /route-target/158222b9-458f-43ac-8cdd-03a27ae12a2e HTTP/1.1" 200 115 0.024196 10.0.0.241 - - [2026-06-22 03:32:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003364 10.0.0.241 - - [2026-06-22 03:32:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002556 10.0.0.19 - - [2026-06-22 03:32:19] "POST /neutron/network HTTP/1.1" 200 151 0.112051 10.0.0.19 - - [2026-06-22 03:32:19] "POST /neutron/port HTTP/1.1" 200 117 0.006752 10.0.0.19 - - [2026-06-22 03:32:20] "POST /neutron/port HTTP/1.1" 200 117 0.006978 10.0.0.19 - - [2026-06-22 03:32:21] "POST /neutron/port HTTP/1.1" 200 151 0.185753 10.0.0.19 - - [2026-06-22 03:32:22] "POST /neutron/port HTTP/1.1" 200 117 0.027332 10.0.0.19 - - [2026-06-22 03:32:23] "POST /neutron/port HTTP/1.1" 200 117 0.006580 10.0.0.241 - - [2026-06-22 03:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004852 10.0.0.19 - - [2026-06-22 03:32:25] "POST /neutron/port HTTP/1.1" 200 117 0.007093 10.0.0.19 - - [2026-06-22 03:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.241 - - [2026-06-22 03:32:26] "GET /projects?obj_uuids=f7d08741-0a55-41d8-a3c5-2eaee8aec08c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000942 10.0.0.19 - - [2026-06-22 03:32:26] "GET /project/f7d08741-0a55-41d8-a3c5-2eaee8aec08c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.042900 10.0.0.19 - - [2026-06-22 03:32:26] "POST /neutron/network HTTP/1.1" 200 117 0.013329 10.0.0.241 - - [2026-06-22 03:32:26] "POST /ref-update HTTP/1.1" 200 156 0.024070 10.0.0.19 - - [2026-06-22 03:32:27] "POST /neutron/network HTTP/1.1" 200 831 0.010523 10.0.0.19 - - [2026-06-22 03:32:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001168 10.0.0.19 - - [2026-06-22 03:32:27] "GET /virtual-network/62f76f00-fd63-4b0e-9b33-d5eab21c9b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005681 10.0.0.19 - - [2026-06-22 03:32:27] "GET /virtual-network/62f76f00-fd63-4b0e-9b33-d5eab21c9b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005624 10.0.0.19 - - [2026-06-22 03:32:27] "POST /neutron/subnet HTTP/1.1" 200 720 0.010624 10.0.0.19 - - [2026-06-22 03:32:27] "GET /virtual-network/62f76f00-fd63-4b0e-9b33-d5eab21c9b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005727 10.0.0.129 - - [2026-06-22 03:32:27] "GET /obj-perms HTTP/1.1" 200 4463 0.003507 10.0.0.19 - - [2026-06-22 03:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.241 - - [2026-06-22 03:32:27] "GET /projects?obj_uuids=f7d08741-0a55-41d8-a3c5-2eaee8aec08c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000935 10.0.0.19 - - [2026-06-22 03:32:27] "GET /project/f7d08741-0a55-41d8-a3c5-2eaee8aec08c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.048440 10.0.0.241 - - [2026-06-22 03:32:27] "GET /projects?obj_uuids=f7d08741-0a55-41d8-a3c5-2eaee8aec08c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000957 10.0.0.19 - - [2026-06-22 03:32:27] "POST /neutron/network HTTP/1.1" 200 613 0.136753 10.0.0.19 - - [2026-06-22 03:32:28] "POST /id-to-fqname HTTP/1.1" 200 223 0.003777 10.0.0.19 - - [2026-06-22 03:32:28] "GET /virtual-network/05a09176-54b3-44f1-bb23-bbcdf03a3131?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007613 10.0.0.19 - - [2026-06-22 03:32:28] "POST /neutron/network HTTP/1.1" 200 834 0.006778 10.0.0.19 - - [2026-06-22 03:32:28] "GET /virtual-network/05a09176-54b3-44f1-bb23-bbcdf03a3131?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005464 10.0.0.19 - - [2026-06-22 03:32:28] "GET /virtual-network/05a09176-54b3-44f1-bb23-bbcdf03a3131?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005406 10.0.0.19 - - [2026-06-22 03:32:28] "GET /obj-perms HTTP/1.1" 200 4463 0.004632 10.0.0.19 - - [2026-06-22 03:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.241 - - [2026-06-22 03:32:28] "GET /projects?obj_uuids=f7d08741-0a55-41d8-a3c5-2eaee8aec08c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001367 10.0.0.19 - - [2026-06-22 03:32:28] "GET /project/f7d08741-0a55-41d8-a3c5-2eaee8aec08c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.047017 10.0.0.19 - - [2026-06-22 03:32:28] "POST /neutron/network HTTP/1.1" 200 117 0.014437 10.0.0.241 - - [2026-06-22 03:32:29] "POST /route-targets HTTP/1.1" 200 328 0.011762 10.0.0.19 - - [2026-06-22 03:32:29] "POST /neutron/network HTTP/1.1" 200 836 0.011463 10.0.0.19 - - [2026-06-22 03:32:29] "POST /id-to-fqname HTTP/1.1" 200 224 0.001182 10.0.0.19 - - [2026-06-22 03:32:29] "GET /virtual-network/d4f94104-9de8-406d-8e28-2b8798fc7dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005455 10.0.0.19 - - [2026-06-22 03:32:29] "GET /virtual-network/d4f94104-9de8-406d-8e28-2b8798fc7dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006750 10.0.0.19 - - [2026-06-22 03:32:29] "POST /neutron/subnet HTTP/1.1" 200 734 0.009929 10.0.0.19 - - [2026-06-22 03:32:29] "GET /virtual-network/d4f94104-9de8-406d-8e28-2b8798fc7dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005753 10.0.0.241 - - [2026-06-22 03:32:29] "GET /obj-perms HTTP/1.1" 200 4463 0.003940 10.0.0.19 - - [2026-06-22 03:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.241 - - [2026-06-22 03:32:29] "GET /projects?obj_uuids=f7d08741-0a55-41d8-a3c5-2eaee8aec08c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000982 10.0.0.19 - - [2026-06-22 03:32:29] "GET /project/f7d08741-0a55-41d8-a3c5-2eaee8aec08c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.045208 10.0.0.241 - - [2026-06-22 03:32:30] "POST /ref-update HTTP/1.1" 200 156 0.030144 10.0.0.241 - - [2026-06-22 03:32:30] "POST /useragent-kv HTTP/1.1" 200 115 0.010549 10.0.0.19 - - [2026-06-22 03:32:30] "POST /neutron/subnet HTTP/1.1" 200 720 0.226708 10.0.0.19 - - [2026-06-22 03:32:30] "POST /id-to-fqname HTTP/1.1" 200 229 0.001233 10.0.0.19 - - [2026-06-22 03:32:30] "GET /virtual-network/c06e0d09-1fb0-4656-beaf-aa643b998916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005929 10.0.0.19 - - [2026-06-22 03:32:30] "GET /virtual-network/c06e0d09-1fb0-4656-beaf-aa643b998916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005611 10.0.0.19 - - [2026-06-22 03:32:30] "POST /neutron/network HTTP/1.1" 200 843 0.007987 10.0.0.19 - - [2026-06-22 03:32:30] "GET /virtual-network/c06e0d09-1fb0-4656-beaf-aa643b998916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005596 10.0.0.129 - - [2026-06-22 03:32:30] "GET /obj-perms HTTP/1.1" 200 4463 0.003834 10.0.0.19 - - [2026-06-22 03:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.241 - - [2026-06-22 03:32:30] "GET /projects?obj_uuids=f7d08741-0a55-41d8-a3c5-2eaee8aec08c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000897 10.0.0.19 - - [2026-06-22 03:32:30] "GET /project/f7d08741-0a55-41d8-a3c5-2eaee8aec08c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.040738 10.0.0.241 - - [2026-06-22 03:32:31] "GET /projects?obj_uuids=f7d08741-0a55-41d8-a3c5-2eaee8aec08c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001569 10.0.0.19 - - [2026-06-22 03:32:31] "POST /neutron/network HTTP/1.1" 200 627 0.144101 10.0.0.19 - - [2026-06-22 03:32:31] "POST /id-to-fqname HTTP/1.1" 200 230 0.003570 10.0.0.19 - - [2026-06-22 03:32:31] "GET /virtual-network/09395dee-0cc8-400e-9f47-23fe79502bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.008107 10.0.0.19 - - [2026-06-22 03:32:31] "POST /neutron/network HTTP/1.1" 200 846 0.006959 10.0.0.19 - - [2026-06-22 03:32:31] "GET /virtual-network/09395dee-0cc8-400e-9f47-23fe79502bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005543 10.0.0.19 - - [2026-06-22 03:32:36] "GET /virtual-network/09395dee-0cc8-400e-9f47-23fe79502bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006022 10.0.0.19 - - [2026-06-22 03:32:37] "GET /obj-perms HTTP/1.1" 200 4463 0.004323 10.0.0.19 - - [2026-06-22 03:32:37] "POST /id-to-fqname HTTP/1.1" 200 223 0.001363 10.0.0.19 - - [2026-06-22 03:32:37] "POST /neutron/network HTTP/1.1" 200 844 0.007657 10.0.0.241 - - [2026-06-22 03:32:38] "GET /projects?obj_uuids=f7d08741-0a55-41d8-a3c5-2eaee8aec08c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001112 10.0.0.19 - - [2026-06-22 03:32:38] "GET /project/f7d08741-0a55-41d8-a3c5-2eaee8aec08c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.066285 10.0.0.19 - - [2026-06-22 03:32:38] "POST /neutron/port HTTP/1.1" 200 117 0.006242 10.0.0.19 - - [2026-06-22 03:32:38] "POST /id-to-fqname HTTP/1.1" 200 224 0.002274 10.0.0.241 - - [2026-06-22 03:32:39] "GET /projects?obj_uuids=f7d08741-0a55-41d8-a3c5-2eaee8aec08c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000926 10.0.0.19 - - [2026-06-22 03:32:39] "GET /project/f7d08741-0a55-41d8-a3c5-2eaee8aec08c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.067482 10.0.0.19 - - [2026-06-22 03:32:39] "POST /neutron/network HTTP/1.1" 200 836 0.007507 10.0.0.19 - - [2026-06-22 03:32:39] "POST /fqname-to-id HTTP/1.1" 404 193 0.004870 10.0.0.19 - - [2026-06-22 03:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.241 - - [2026-06-22 03:32:39] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001660 10.0.0.19 - - [2026-06-22 03:32:39] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.008577 10.0.0.19 - - [2026-06-22 03:32:39] "POST /service-templates HTTP/1.1" 200 545 0.044090 10.0.0.19 - - [2026-06-22 03:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.19 - - [2026-06-22 03:32:39] "GET /service-template/ebe29ab7-dff4-46e2-b172-11eb68e88bc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.005830 10.0.0.19 - - [2026-06-22 03:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.19 - - [2026-06-22 03:32:39] "GET /service-template/ebe29ab7-dff4-46e2-b172-11eb68e88bc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.006261 10.0.0.19 - - [2026-06-22 03:32:39] "POST /id-to-fqname HTTP/1.1" 200 223 0.001394 10.0.0.241 - - [2026-06-22 03:32:39] "GET /obj-perms HTTP/1.1" 200 4493 0.045763 10.0.0.19 - - [2026-06-22 03:32:39] "POST /id-to-fqname HTTP/1.1" 200 229 0.001337 10.0.0.19 - - [2026-06-22 03:32:39] "POST /id-to-fqname HTTP/1.1" 200 230 0.001157 10.0.0.19 - - [2026-06-22 03:32:40] "POST /neutron/port HTTP/1.1" 200 117 0.010802 10.0.0.19 - - [2026-06-22 03:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.19 - - [2026-06-22 03:32:40] "DELETE /service-template/ebe29ab7-dff4-46e2-b172-11eb68e88bc8 HTTP/1.1" 200 115 0.038522 10.0.0.19 - - [2026-06-22 03:32:40] "POST /fqname-to-id HTTP/1.1" 404 193 0.004559 10.0.0.241 - - [2026-06-22 03:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004811 10.0.0.19 - - [2026-06-22 03:32:40] "POST /neutron/network HTTP/1.1" 200 843 0.006954 10.0.0.241 - - [2026-06-22 03:32:41] "DELETE /route-target/09d0edad-6cdc-498e-b36f-adefccc60b8a HTTP/1.1" 200 115 0.029972 10.0.0.241 - - [2026-06-22 03:32:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002472 10.0.0.241 - - [2026-06-22 03:32:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003707 10.0.0.19 - - [2026-06-22 03:32:41] "POST /neutron/network HTTP/1.1" 200 151 0.151858 10.0.0.241 - - [2026-06-22 03:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.19 - - [2026-06-22 03:32:42] "POST /neutron/network HTTP/1.1" 200 831 0.007847 10.0.0.241 - - [2026-06-22 03:32:42] "DELETE /route-target/4c8f43dd-b14b-4685-aec5-de7106bf2fa1 HTTP/1.1" 200 115 0.023365 10.0.0.241 - - [2026-06-22 03:32:43] "GET /projects?obj_uuids=f7d08741-0a55-41d8-a3c5-2eaee8aec08c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000908 10.0.0.19 - - [2026-06-22 03:32:43] "GET /project/f7d08741-0a55-41d8-a3c5-2eaee8aec08c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.043996 10.0.0.241 - - [2026-06-22 03:32:43] "GET /projects?obj_uuids=f7d08741-0a55-41d8-a3c5-2eaee8aec08c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001465 10.0.0.19 - - [2026-06-22 03:32:43] "GET /project/f7d08741-0a55-41d8-a3c5-2eaee8aec08c?fields=virtual_networks HTTP/1.1" 200 1031 0.046209 10.0.0.241 - - [2026-06-22 03:32:43] "GET /projects?obj_uuids=f7d08741-0a55-41d8-a3c5-2eaee8aec08c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001086 10.0.0.19 - - [2026-06-22 03:32:43] "GET /project/f7d08741-0a55-41d8-a3c5-2eaee8aec08c?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.065915 10.0.0.241 - - [2026-06-22 03:32:44] "GET /projects?obj_uuids=f7d08741-0a55-41d8-a3c5-2eaee8aec08c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001004 10.0.0.19 - - [2026-06-22 03:32:44] "GET /project/f7d08741-0a55-41d8-a3c5-2eaee8aec08c?fields=security_groups HTTP/1.1" 200 1256 0.047513 10.0.0.19 - - [2026-06-22 03:32:44] "POST /neutron/network HTTP/1.1" 200 117 0.007190 10.0.0.19 - - [2026-06-22 03:32:45] "POST /fqname-to-id HTTP/1.1" 404 186 0.031777 10.0.0.241 - - [2026-06-22 03:32:45] "GET /projects?obj_uuids=be65e73a-4fcd-4e85-9776-5f515726f7d1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003038 10.0.0.241 - - [2026-06-22 03:32:45] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000978 10.0.0.241 - - [2026-06-22 03:32:45] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007114 10.0.0.241 - - [2026-06-22 03:32:45] "POST /id-to-fqname HTTP/1.1" 200 188 0.006717 10.0.0.241 - - [2026-06-22 03:32:45] "POST /fqname-to-id HTTP/1.1" 404 197 0.003042 10.0.0.241 - - [2026-06-22 03:32:45] "POST /security-groups HTTP/1.1" 200 589 0.032003 10.0.0.241 - - [2026-06-22 03:32:45] "POST /projects HTTP/1.1" 200 581 0.259748 10.0.0.241 - - [2026-06-22 03:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.300552 10.0.0.241 - - [2026-06-22 03:32:45] "POST /fqname-to-id HTTP/1.1" 404 231 0.004381 10.0.0.19 - - [2026-06-22 03:32:45] "GET /project/be65e73a-4fcd-4e85-9776-5f515726f7d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.462485 10.0.0.19 - - [2026-06-22 03:32:46] "GET / HTTP/1.1" 200 36215 0.001249 10.0.0.19 - - [2026-06-22 03:32:47] "POST /neutron/port HTTP/1.1" 200 117 0.006415 10.0.0.19 - - [2026-06-22 03:32:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000543 10.0.0.19 - - [2026-06-22 03:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.072773 10.0.0.241 - - [2026-06-22 03:32:49] "GET /projects?obj_uuids=be65e73a-4fcd-4e85-9776-5f515726f7d1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000853 10.0.0.19 - - [2026-06-22 03:32:49] "GET /project/be65e73a-4fcd-4e85-9776-5f515726f7d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.040402 10.0.0.19 - - [2026-06-22 03:32:49] "POST /neutron/network HTTP/1.1" 200 117 0.032399 10.0.0.19 - - [2026-06-22 03:32:49] "POST /neutron/port HTTP/1.1" 200 117 0.007121 10.0.0.241 - - [2026-06-22 03:32:49] "POST /ref-update HTTP/1.1" 200 156 0.042958 10.0.0.19 - - [2026-06-22 03:32:49] "POST /id-to-fqname HTTP/1.1" 200 223 0.003159 10.0.0.19 - - [2026-06-22 03:32:49] "GET /virtual-network/a982e876-4794-4a86-af33-0acf095899c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005584 10.0.0.19 - - [2026-06-22 03:32:49] "GET /virtual-network/a982e876-4794-4a86-af33-0acf095899c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005755 10.0.0.19 - - [2026-06-22 03:32:49] "POST /neutron/network HTTP/1.1" 200 830 0.006056 10.0.0.19 - - [2026-06-22 03:32:50] "GET /virtual-network/a982e876-4794-4a86-af33-0acf095899c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005181 10.0.0.19 - - [2026-06-22 03:32:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.241 - - [2026-06-22 03:32:51] "GET /projects?obj_uuids=be65e73a-4fcd-4e85-9776-5f515726f7d1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000984 10.0.0.19 - - [2026-06-22 03:32:51] "GET /project/be65e73a-4fcd-4e85-9776-5f515726f7d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.063988 10.0.0.241 - - [2026-06-22 03:32:51] "GET /projects?obj_uuids=be65e73a-4fcd-4e85-9776-5f515726f7d1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001379 10.0.0.19 - - [2026-06-22 03:32:51] "POST /neutron/network HTTP/1.1" 200 617 0.146890 10.0.0.19 - - [2026-06-22 03:32:52] "POST /id-to-fqname HTTP/1.1" 200 225 0.002856 10.0.0.19 - - [2026-06-22 03:32:52] "GET /virtual-network/51791f56-69ed-41b9-b2cb-12dbd7f8e921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005852 10.0.0.19 - - [2026-06-22 03:32:52] "POST /neutron/network HTTP/1.1" 200 837 0.010446 10.0.0.19 - - [2026-06-22 03:32:52] "GET /virtual-network/51791f56-69ed-41b9-b2cb-12dbd7f8e921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006060 10.0.0.19 - - [2026-06-22 03:32:52] "GET /virtual-network/51791f56-69ed-41b9-b2cb-12dbd7f8e921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005843 10.0.0.19 - - [2026-06-22 03:32:52] "GET /obj-perms HTTP/1.1" 200 4463 0.070405 10.0.0.129 - - [2026-06-22 03:32:52] "GET /obj-perms HTTP/1.1" 200 4463 0.052778 10.0.0.19 - - [2026-06-22 03:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.241 - - [2026-06-22 03:32:53] "GET /projects?obj_uuids=be65e73a-4fcd-4e85-9776-5f515726f7d1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003458 10.0.0.19 - - [2026-06-22 03:32:53] "GET /project/be65e73a-4fcd-4e85-9776-5f515726f7d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.056007 10.0.0.19 - - [2026-06-22 03:32:53] "POST /neutron/network HTTP/1.1" 200 117 0.013353 10.0.0.241 - - [2026-06-22 03:32:53] "POST /route-targets HTTP/1.1" 200 328 0.013463 10.0.0.19 - - [2026-06-22 03:32:53] "POST /neutron/network HTTP/1.1" 200 838 0.009320 10.0.0.19 - - [2026-06-22 03:32:53] "POST /id-to-fqname HTTP/1.1" 200 226 0.001177 10.0.0.19 - - [2026-06-22 03:32:53] "GET /virtual-network/48afbfdf-ed03-4cfc-8988-54fcb2e9e1ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005264 10.0.0.19 - - [2026-06-22 03:32:53] "GET /virtual-network/48afbfdf-ed03-4cfc-8988-54fcb2e9e1ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.009787 10.0.0.19 - - [2026-06-22 03:32:53] "POST /neutron/subnet HTTP/1.1" 200 724 0.008445 10.0.0.19 - - [2026-06-22 03:32:53] "GET /virtual-network/48afbfdf-ed03-4cfc-8988-54fcb2e9e1ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005530 10.0.0.241 - - [2026-06-22 03:32:54] "GET /obj-perms HTTP/1.1" 200 4463 0.038921 10.0.0.19 - - [2026-06-22 03:32:54] "POST /id-to-fqname HTTP/1.1" 200 225 0.001356 10.0.0.241 - - [2026-06-22 03:32:55] "GET /projects?obj_uuids=be65e73a-4fcd-4e85-9776-5f515726f7d1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001266 10.0.0.19 - - [2026-06-22 03:32:55] "GET /project/be65e73a-4fcd-4e85-9776-5f515726f7d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.050400 10.0.0.19 - - [2026-06-22 03:32:55] "POST /neutron/port HTTP/1.1" 200 117 0.006313 10.0.0.19 - - [2026-06-22 03:32:55] "POST /id-to-fqname HTTP/1.1" 200 226 0.001277 10.0.0.19 - - [2026-06-22 03:32:55] "POST /neutron/network HTTP/1.1" 200 848 0.006459 10.0.0.241 - - [2026-06-22 03:32:56] "GET /projects?obj_uuids=be65e73a-4fcd-4e85-9776-5f515726f7d1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000948 10.0.0.19 - - [2026-06-22 03:32:56] "GET /project/be65e73a-4fcd-4e85-9776-5f515726f7d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.057217 10.0.0.19 - - [2026-06-22 03:32:56] "POST /neutron/port HTTP/1.1" 200 117 0.010545 10.0.0.19 - - [2026-06-22 03:32:56] "POST /fqname-to-id HTTP/1.1" 404 193 0.003259 10.0.0.19 - - [2026-06-22 03:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.241 - - [2026-06-22 03:32:56] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001102 10.0.0.19 - - [2026-06-22 03:32:56] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.007127 10.0.0.19 - - [2026-06-22 03:32:56] "POST /service-templates HTTP/1.1" 200 545 0.034736 10.0.0.19 - - [2026-06-22 03:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.007625 10.0.0.19 - - [2026-06-22 03:32:56] "GET /service-template/462c8c9a-ee5a-42d4-a48b-da44a1c542b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.005891 10.0.0.19 - - [2026-06-22 03:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.19 - - [2026-06-22 03:32:56] "GET /service-template/462c8c9a-ee5a-42d4-a48b-da44a1c542b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.004415 10.0.0.19 - - [2026-06-22 03:32:56] "POST /id-to-fqname HTTP/1.1" 200 223 0.001269 10.0.0.19 - - [2026-06-22 03:32:56] "POST /id-to-fqname HTTP/1.1" 200 225 0.001215 10.0.0.19 - - [2026-06-22 03:32:56] "POST /id-to-fqname HTTP/1.1" 200 226 0.001214 10.0.0.19 - - [2026-06-22 03:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.19 - - [2026-06-22 03:32:57] "DELETE /service-template/462c8c9a-ee5a-42d4-a48b-da44a1c542b8 HTTP/1.1" 200 115 0.028481 10.0.0.19 - - [2026-06-22 03:32:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.003189 10.0.0.241 - - [2026-06-22 03:32:57] "POST /useragent-kv HTTP/1.1" 200 115 0.005517 10.0.0.241 - - [2026-06-22 03:32:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002475 10.0.0.19 - - [2026-06-22 03:32:57] "POST /neutron/network HTTP/1.1" 200 151 0.117958 10.0.0.241 - - [2026-06-22 03:32:57] "DELETE /route-target/2a2d40de-e08d-47c9-b1df-04d00e5e675d HTTP/1.1" 200 115 0.021734 10.0.0.19 - - [2026-06-22 03:32:58] "POST /neutron/network HTTP/1.1" 200 830 0.006543 10.0.0.241 - - [2026-06-22 03:32:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006891 10.0.0.19 - - [2026-06-22 03:32:59] "POST /neutron/network HTTP/1.1" 200 117 0.007113 10.0.0.19 - - [2026-06-22 03:33:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.241 - - [2026-06-22 03:33:00] "GET /projects?obj_uuids=be65e73a-4fcd-4e85-9776-5f515726f7d1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000886 10.0.0.19 - - [2026-06-22 03:33:01] "GET /project/be65e73a-4fcd-4e85-9776-5f515726f7d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.039159 10.0.0.19 - - [2026-06-22 03:33:01] "POST /neutron/network HTTP/1.1" 200 117 0.013555 10.0.0.241 - - [2026-06-22 03:33:01] "POST /ref-update HTTP/1.1" 200 156 0.023088 10.0.0.19 - - [2026-06-22 03:33:01] "POST /neutron/network HTTP/1.1" 200 832 0.008414 10.0.0.19 - - [2026-06-22 03:33:01] "POST /id-to-fqname HTTP/1.1" 200 223 0.001207 10.0.0.19 - - [2026-06-22 03:33:01] "GET /virtual-network/5135d04b-a9cb-471f-a9bb-dab607a57429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005847 10.0.0.19 - - [2026-06-22 03:33:01] "GET /virtual-network/5135d04b-a9cb-471f-a9bb-dab607a57429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006521 10.0.0.19 - - [2026-06-22 03:33:01] "POST /neutron/subnet HTTP/1.1" 200 724 0.008716 10.0.0.19 - - [2026-06-22 03:33:01] "GET /virtual-network/5135d04b-a9cb-471f-a9bb-dab607a57429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006408 10.0.0.19 - - [2026-06-22 03:33:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.241 - - [2026-06-22 03:33:02] "GET /projects?obj_uuids=be65e73a-4fcd-4e85-9776-5f515726f7d1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000862 10.0.0.19 - - [2026-06-22 03:33:02] "GET /project/be65e73a-4fcd-4e85-9776-5f515726f7d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.037763 10.0.0.241 - - [2026-06-22 03:33:02] "POST /useragent-kv HTTP/1.1" 200 115 0.005417 10.0.0.19 - - [2026-06-22 03:33:02] "POST /neutron/subnet HTTP/1.1" 200 715 0.218227 10.0.0.19 - - [2026-06-22 03:33:02] "POST /id-to-fqname HTTP/1.1" 200 223 0.001149 10.0.0.19 - - [2026-06-22 03:33:02] "GET /virtual-network/6c50902c-352c-481d-a0d0-7125aa3c0a6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004829 10.0.0.19 - - [2026-06-22 03:33:02] "GET /virtual-network/6c50902c-352c-481d-a0d0-7125aa3c0a6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005331 10.0.0.19 - - [2026-06-22 03:33:02] "POST /neutron/network HTTP/1.1" 200 830 0.006717 10.0.0.19 - - [2026-06-22 03:33:02] "GET /virtual-network/6c50902c-352c-481d-a0d0-7125aa3c0a6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006454 10.0.0.19 - - [2026-06-22 03:33:02] "GET /obj-perms HTTP/1.1" 200 4463 0.003374 10.0.0.129 - - [2026-06-22 03:33:02] "GET /obj-perms HTTP/1.1" 200 4463 0.003103 10.0.0.19 - - [2026-06-22 03:33:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004103 10.0.0.241 - - [2026-06-22 03:33:03] "GET /projects?obj_uuids=be65e73a-4fcd-4e85-9776-5f515726f7d1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001468 10.0.0.19 - - [2026-06-22 03:33:03] "GET /project/be65e73a-4fcd-4e85-9776-5f515726f7d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.047592 10.0.0.241 - - [2026-06-22 03:33:03] "GET /projects?obj_uuids=be65e73a-4fcd-4e85-9776-5f515726f7d1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001121 10.0.0.19 - - [2026-06-22 03:33:03] "POST /neutron/network HTTP/1.1" 200 615 0.120642 10.0.0.241 - - [2026-06-22 03:33:03] "POST /route-targets HTTP/1.1" 200 328 0.011301 10.0.0.19 - - [2026-06-22 03:33:03] "POST /id-to-fqname HTTP/1.1" 200 224 0.003303 10.0.0.19 - - [2026-06-22 03:33:03] "GET /virtual-network/1a4effed-f6ed-445d-88d9-d362c657a149?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.008611 10.0.0.19 - - [2026-06-22 03:33:03] "POST /neutron/network HTTP/1.1" 200 834 0.006646 10.0.0.19 - - [2026-06-22 03:33:03] "GET /virtual-network/1a4effed-f6ed-445d-88d9-d362c657a149?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004889 10.0.0.19 - - [2026-06-22 03:33:03] "GET /virtual-network/1a4effed-f6ed-445d-88d9-d362c657a149?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005094 10.0.0.241 - - [2026-06-22 03:33:03] "GET /obj-perms HTTP/1.1" 200 4463 0.003308 10.0.0.19 - - [2026-06-22 03:33:04] "POST /id-to-fqname HTTP/1.1" 200 223 0.001245 10.0.0.19 - - [2026-06-22 03:33:04] "POST /neutron/network HTTP/1.1" 200 840 0.006472 10.0.0.241 - - [2026-06-22 03:33:04] "GET /projects?obj_uuids=be65e73a-4fcd-4e85-9776-5f515726f7d1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001098 10.0.0.19 - - [2026-06-22 03:33:04] "GET /project/be65e73a-4fcd-4e85-9776-5f515726f7d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.059404 10.0.0.19 - - [2026-06-22 03:33:05] "POST /neutron/port HTTP/1.1" 200 117 0.009352 10.0.0.19 - - [2026-06-22 03:33:05] "POST /id-to-fqname HTTP/1.1" 200 224 0.001202 10.0.0.241 - - [2026-06-22 03:33:05] "GET /projects?obj_uuids=be65e73a-4fcd-4e85-9776-5f515726f7d1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001493 10.0.0.19 - - [2026-06-22 03:33:05] "GET /project/be65e73a-4fcd-4e85-9776-5f515726f7d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.068124 10.0.0.19 - - [2026-06-22 03:33:05] "POST /neutron/network HTTP/1.1" 200 834 0.006149 10.0.0.19 - - [2026-06-22 03:33:06] "POST /fqname-to-id HTTP/1.1" 404 193 0.003042 10.0.0.19 - - [2026-06-22 03:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.241 - - [2026-06-22 03:33:06] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001255 10.0.0.19 - - [2026-06-22 03:33:06] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.008680 10.0.0.19 - - [2026-06-22 03:33:06] "POST /service-templates HTTP/1.1" 200 545 0.031921 10.0.0.19 - - [2026-06-22 03:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004079 10.0.0.19 - - [2026-06-22 03:33:06] "GET /service-template/ea252714-8afa-4ee8-855d-af0c3325a367?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.006633 10.0.0.19 - - [2026-06-22 03:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.19 - - [2026-06-22 03:33:06] "GET /service-template/ea252714-8afa-4ee8-855d-af0c3325a367?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.004558 10.0.0.19 - - [2026-06-22 03:33:06] "POST /id-to-fqname HTTP/1.1" 200 223 0.001471 10.0.0.19 - - [2026-06-22 03:33:06] "POST /id-to-fqname HTTP/1.1" 200 223 0.001298 10.0.0.19 - - [2026-06-22 03:33:06] "POST /id-to-fqname HTTP/1.1" 200 224 0.001225 10.0.0.19 - - [2026-06-22 03:33:06] "POST /neutron/port HTTP/1.1" 200 117 0.020667 10.0.0.19 - - [2026-06-22 03:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004519 10.0.0.19 - - [2026-06-22 03:33:06] "DELETE /service-template/ea252714-8afa-4ee8-855d-af0c3325a367 HTTP/1.1" 200 115 0.027853 10.0.0.19 - - [2026-06-22 03:33:06] "POST /fqname-to-id HTTP/1.1" 404 193 0.007268 10.0.0.241 - - [2026-06-22 03:33:07] "DELETE /route-target/85163197-7a22-4abb-b027-d906eab20d45 HTTP/1.1" 200 115 0.026559 10.0.0.19 - - [2026-06-22 03:33:07] "POST /neutron/network HTTP/1.1" 200 830 0.006184 10.0.0.241 - - [2026-06-22 03:33:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.007520 10.0.0.241 - - [2026-06-22 03:33:07] "POST /useragent-kv HTTP/1.1" 200 115 0.005961 10.0.0.241 - - [2026-06-22 03:33:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002198 10.0.0.19 - - [2026-06-22 03:33:07] "POST /neutron/network HTTP/1.1" 200 151 0.121219 10.0.0.241 - - [2026-06-22 03:33:09] "DELETE /project/be65e73a4fcd4e8597765f515726f7d1 HTTP/1.1" 404 173 0.006155 10.0.0.241 - - [2026-06-22 03:33:09] "GET /projects?obj_uuids=f7d08741-0a55-41d8-a3c5-2eaee8aec08c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000964 10.0.0.241 - - [2026-06-22 03:33:09] "GET /project/f7d08741-0a55-41d8-a3c5-2eaee8aec08c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.041908 10.0.0.241 - - [2026-06-22 03:33:09] "GET /projects?obj_uuids=f7d08741-0a55-41d8-a3c5-2eaee8aec08c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000838 10.0.0.241 - - [2026-06-22 03:33:09] "GET /project/f7d08741-0a55-41d8-a3c5-2eaee8aec08c?fields=security_groups HTTP/1.1" 200 1358 0.038859 10.0.0.241 - - [2026-06-22 03:33:09] "DELETE /security-group/47ecb85c-9c58-4a63-bf75-6c143fa034ef HTTP/1.1" 200 115 0.048891 10.0.0.241 - - [2026-06-22 03:33:09] "GET /projects?obj_uuids=f7d08741-0a55-41d8-a3c5-2eaee8aec08c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001117 10.0.0.241 - - [2026-06-22 03:33:09] "GET /project/f7d08741-0a55-41d8-a3c5-2eaee8aec08c?fields=application_policy_sets HTTP/1.1" 200 1397 0.051725 10.0.0.241 - - [2026-06-22 03:33:09] "DELETE /access-control-list/c491638b-c16a-4147-8514-046b575fa4e3 HTTP/1.1" 200 115 0.046949 10.0.0.241 - - [2026-06-22 03:33:09] "GET /projects?obj_uuids=be65e73a-4fcd-4e85-9776-5f515726f7d1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001628 10.0.0.19 - - [2026-06-22 03:33:09] "GET /project/be65e73a-4fcd-4e85-9776-5f515726f7d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.115190 10.0.0.241 - - [2026-06-22 03:33:09] "GET /projects?obj_uuids=be65e73a-4fcd-4e85-9776-5f515726f7d1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001203 10.0.0.241 - - [2026-06-22 03:33:09] "DELETE /project/f7d08741-0a55-41d8-a3c5-2eaee8aec08c HTTP/1.1" 200 115 0.466233 10.0.0.19 - - [2026-06-22 03:33:09] "GET /project/be65e73a-4fcd-4e85-9776-5f515726f7d1?fields=virtual_networks HTTP/1.1" 200 1031 0.089313 10.0.0.241 - - [2026-06-22 03:33:09] "GET /projects?obj_uuids=be65e73a-4fcd-4e85-9776-5f515726f7d1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000883 10.0.0.19 - - [2026-06-22 03:33:09] "GET /project/be65e73a-4fcd-4e85-9776-5f515726f7d1?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.043849 10.0.0.241 - - [2026-06-22 03:33:09] "GET /projects?obj_uuids=be65e73a-4fcd-4e85-9776-5f515726f7d1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000919 10.0.0.19 - - [2026-06-22 03:33:09] "GET /project/be65e73a-4fcd-4e85-9776-5f515726f7d1?fields=security_groups HTTP/1.1" 200 1256 0.037534 10.0.0.19 - - [2026-06-22 03:33:11] "POST /fqname-to-id HTTP/1.1" 404 184 0.024316 10.0.0.241 - - [2026-06-22 03:33:11] "GET /projects?obj_uuids=b501d9b1-028e-47c9-8258-75d81dc661af&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003107 10.0.0.241 - - [2026-06-22 03:33:11] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001752 10.0.0.241 - - [2026-06-22 03:33:11] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009048 10.0.0.19 - - [2026-06-22 03:33:11] "POST /neutron/network HTTP/1.1" 200 117 0.009136 10.0.0.241 - - [2026-06-22 03:33:11] "POST /id-to-fqname HTTP/1.1" 200 186 0.003586 10.0.0.241 - - [2026-06-22 03:33:11] "POST /fqname-to-id HTTP/1.1" 404 195 0.013080 10.0.0.241 - - [2026-06-22 03:33:11] "POST /security-groups HTTP/1.1" 200 587 0.074901 10.0.0.241 - - [2026-06-22 03:33:11] "POST /projects HTTP/1.1" 200 577 0.299520 10.0.0.241 - - [2026-06-22 03:33:11] "POST /fqname-to-id HTTP/1.1" 404 229 0.004300 10.0.0.241 - - [2026-06-22 03:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.374002 10.0.0.19 - - [2026-06-22 03:33:11] "GET /project/b501d9b1-028e-47c9-8258-75d81dc661af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.527213 10.0.0.19 - - [2026-06-22 03:33:12] "GET / HTTP/1.1" 200 36215 0.074018 10.0.0.19 - - [2026-06-22 03:33:14] "POST /neutron/network HTTP/1.1" 200 117 0.006168 10.0.0.19 - - [2026-06-22 03:33:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000424 10.0.0.19 - - [2026-06-22 03:33:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.145329 10.0.0.241 - - [2026-06-22 03:33:15] "GET /projects?obj_uuids=b501d9b1-028e-47c9-8258-75d81dc661af&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000902 10.0.0.19 - - [2026-06-22 03:33:15] "GET /project/b501d9b1-028e-47c9-8258-75d81dc661af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.040852 10.0.0.241 - - [2026-06-22 03:33:15] "GET /projects?obj_uuids=b501d9b1-028e-47c9-8258-75d81dc661af&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001048 10.0.0.19 - - [2026-06-22 03:33:15] "POST /neutron/network HTTP/1.1" 200 611 0.132363 10.0.0.241 - - [2026-06-22 03:33:15] "POST /ref-update HTTP/1.1" 200 156 0.017536 10.0.0.19 - - [2026-06-22 03:33:15] "POST /id-to-fqname HTTP/1.1" 200 221 0.003573 10.0.0.19 - - [2026-06-22 03:33:15] "GET /virtual-network/c9d18d34-f640-49c7-8ad7-854c96161cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006360 10.0.0.19 - - [2026-06-22 03:33:15] "POST /neutron/network HTTP/1.1" 200 830 0.006191 10.0.0.19 - - [2026-06-22 03:33:15] "GET /virtual-network/c9d18d34-f640-49c7-8ad7-854c96161cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005100 10.0.0.19 - - [2026-06-22 03:33:16] "POST /neutron/port HTTP/1.1" 200 117 0.006618 10.0.0.19 - - [2026-06-22 03:33:16] "GET /virtual-network/c9d18d34-f640-49c7-8ad7-854c96161cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005603 10.0.0.19 - - [2026-06-22 03:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.241 - - [2026-06-22 03:33:17] "GET /projects?obj_uuids=b501d9b1-028e-47c9-8258-75d81dc661af&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.020828 10.0.0.19 - - [2026-06-22 03:33:17] "GET /project/b501d9b1-028e-47c9-8258-75d81dc661af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.062145 10.0.0.241 - - [2026-06-22 03:33:18] "POST /useragent-kv HTTP/1.1" 200 115 0.010460 10.0.0.19 - - [2026-06-22 03:33:18] "POST /neutron/subnet HTTP/1.1" 200 725 0.196715 10.0.0.19 - - [2026-06-22 03:33:18] "POST /id-to-fqname HTTP/1.1" 200 221 0.001154 10.0.0.19 - - [2026-06-22 03:33:18] "GET /virtual-network/37923f40-08f1-4699-9bb3-f99895a2e495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005682 10.0.0.19 - - [2026-06-22 03:33:18] "GET /virtual-network/37923f40-08f1-4699-9bb3-f99895a2e495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005613 10.0.0.19 - - [2026-06-22 03:33:18] "POST /neutron/network HTTP/1.1" 200 830 0.006183 10.0.0.19 - - [2026-06-22 03:33:18] "GET /virtual-network/37923f40-08f1-4699-9bb3-f99895a2e495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005404 10.0.0.19 - - [2026-06-22 03:33:18] "GET /obj-perms HTTP/1.1" 200 4459 0.037554 10.0.0.129 - - [2026-06-22 03:33:18] "GET /obj-perms HTTP/1.1" 200 4459 0.034447 10.0.0.19 - - [2026-06-22 03:33:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.009264 10.0.0.241 - - [2026-06-22 03:33:18] "GET /projects?obj_uuids=b501d9b1-028e-47c9-8258-75d81dc661af&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001109 10.0.0.19 - - [2026-06-22 03:33:18] "GET /project/b501d9b1-028e-47c9-8258-75d81dc661af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.034239 10.0.0.241 - - [2026-06-22 03:33:19] "GET /projects?obj_uuids=b501d9b1-028e-47c9-8258-75d81dc661af&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001024 10.0.0.19 - - [2026-06-22 03:33:19] "POST /neutron/network HTTP/1.1" 200 613 0.115406 10.0.0.241 - - [2026-06-22 03:33:19] "POST /route-targets HTTP/1.1" 200 328 0.013294 10.0.0.19 - - [2026-06-22 03:33:19] "POST /id-to-fqname HTTP/1.1" 200 222 0.004054 10.0.0.19 - - [2026-06-22 03:33:19] "GET /virtual-network/c9db81e9-130c-4f25-83a7-8ababe6a43c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005556 10.0.0.19 - - [2026-06-22 03:33:19] "POST /neutron/network HTTP/1.1" 200 830 0.005862 10.0.0.19 - - [2026-06-22 03:33:19] "GET /virtual-network/c9db81e9-130c-4f25-83a7-8ababe6a43c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004935 10.0.0.19 - - [2026-06-22 03:33:19] "GET /virtual-network/c9db81e9-130c-4f25-83a7-8ababe6a43c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005957 10.0.0.241 - - [2026-06-22 03:33:20] "GET /obj-perms HTTP/1.1" 200 4459 0.046409 10.0.0.19 - - [2026-06-22 03:33:20] "POST /id-to-fqname HTTP/1.1" 200 221 0.002428 10.0.0.19 - - [2026-06-22 03:33:20] "POST /neutron/network HTTP/1.1" 200 840 0.006742 10.0.0.241 - - [2026-06-22 03:33:21] "GET /projects?obj_uuids=b501d9b1-028e-47c9-8258-75d81dc661af&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001822 10.0.0.19 - - [2026-06-22 03:33:21] "GET /project/b501d9b1-028e-47c9-8258-75d81dc661af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.069325 10.0.0.19 - - [2026-06-22 03:33:21] "POST /neutron/port HTTP/1.1" 200 117 0.006451 10.0.0.19 - - [2026-06-22 03:33:21] "POST /id-to-fqname HTTP/1.1" 200 222 0.001803 10.0.0.241 - - [2026-06-22 03:33:22] "GET /projects?obj_uuids=b501d9b1-028e-47c9-8258-75d81dc661af&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001086 10.0.0.19 - - [2026-06-22 03:33:22] "GET /project/b501d9b1-028e-47c9-8258-75d81dc661af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.079380 10.0.0.19 - - [2026-06-22 03:33:22] "POST /neutron/network HTTP/1.1" 200 830 0.006286 10.0.0.19 - - [2026-06-22 03:33:22] "POST /fqname-to-id HTTP/1.1" 404 193 0.003084 10.0.0.19 - - [2026-06-22 03:33:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.241 - - [2026-06-22 03:33:22] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000980 10.0.0.19 - - [2026-06-22 03:33:22] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.008330 10.0.0.19 - - [2026-06-22 03:33:22] "POST /service-templates HTTP/1.1" 200 545 0.035107 10.0.0.19 - - [2026-06-22 03:33:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.19 - - [2026-06-22 03:33:22] "GET /service-template/d0c4ddb3-cdf6-46ef-b529-284047805025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.007376 10.0.0.19 - - [2026-06-22 03:33:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002752 10.0.0.19 - - [2026-06-22 03:33:22] "GET /service-template/d0c4ddb3-cdf6-46ef-b529-284047805025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.003923 10.0.0.19 - - [2026-06-22 03:33:22] "POST /id-to-fqname HTTP/1.1" 200 221 0.001231 10.0.0.19 - - [2026-06-22 03:33:23] "POST /id-to-fqname HTTP/1.1" 200 221 0.001280 10.0.0.19 - - [2026-06-22 03:33:23] "POST /id-to-fqname HTTP/1.1" 200 222 0.001509 10.0.0.19 - - [2026-06-22 03:33:23] "POST /neutron/port HTTP/1.1" 200 117 0.006994 10.0.0.19 - - [2026-06-22 03:33:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.19 - - [2026-06-22 03:33:23] "DELETE /service-template/d0c4ddb3-cdf6-46ef-b529-284047805025 HTTP/1.1" 200 115 0.027189 10.0.0.19 - - [2026-06-22 03:33:23] "POST /fqname-to-id HTTP/1.1" 404 193 0.003528 10.0.0.241 - - [2026-06-22 03:33:23] "DELETE /route-target/86e16dcf-fef0-464a-bfac-734df2394c8f HTTP/1.1" 200 115 0.022636 10.0.0.19 - - [2026-06-22 03:33:23] "POST /neutron/network HTTP/1.1" 200 830 0.006699 10.0.0.241 - - [2026-06-22 03:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.008837 10.0.0.241 - - [2026-06-22 03:33:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003557 10.0.0.241 - - [2026-06-22 03:33:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002905 10.0.0.19 - - [2026-06-22 03:33:24] "POST /neutron/network HTTP/1.1" 200 151 0.123326 10.0.0.19 - - [2026-06-22 03:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.241 - - [2026-06-22 03:33:27] "GET /projects?obj_uuids=b501d9b1-028e-47c9-8258-75d81dc661af&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001154 10.0.0.19 - - [2026-06-22 03:33:27] "GET /project/b501d9b1-028e-47c9-8258-75d81dc661af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.036515 10.0.0.241 - - [2026-06-22 03:33:27] "POST /ref-update HTTP/1.1" 200 156 0.022643 10.0.0.241 - - [2026-06-22 03:33:27] "POST /useragent-kv HTTP/1.1" 200 115 0.006383 10.0.0.19 - - [2026-06-22 03:33:27] "POST /neutron/subnet HTTP/1.1" 200 715 0.203913 10.0.0.19 - - [2026-06-22 03:33:27] "POST /id-to-fqname HTTP/1.1" 200 221 0.001347 10.0.0.19 - - [2026-06-22 03:33:27] "GET /virtual-network/fcbcb8bc-84db-4cf3-b892-ef7579d03d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006132 10.0.0.19 - - [2026-06-22 03:33:27] "POST /neutron/network HTTP/1.1" 200 802 0.014426 10.0.0.19 - - [2026-06-22 03:33:27] "GET /virtual-network/fcbcb8bc-84db-4cf3-b892-ef7579d03d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005222 10.0.0.19 - - [2026-06-22 03:33:27] "POST /neutron/network HTTP/1.1" 200 828 0.006029 10.0.0.19 - - [2026-06-22 03:33:27] "GET /virtual-network/fcbcb8bc-84db-4cf3-b892-ef7579d03d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005240 10.0.0.19 - - [2026-06-22 03:33:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.241 - - [2026-06-22 03:33:28] "GET /projects?obj_uuids=b501d9b1-028e-47c9-8258-75d81dc661af&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000866 10.0.0.19 - - [2026-06-22 03:33:28] "GET /project/b501d9b1-028e-47c9-8258-75d81dc661af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.050285 10.0.0.19 - - [2026-06-22 03:33:28] "POST /neutron/network HTTP/1.1" 200 117 0.015483 10.0.0.19 - - [2026-06-22 03:33:28] "POST /neutron/network HTTP/1.1" 200 831 0.009093 10.0.0.19 - - [2026-06-22 03:33:28] "POST /id-to-fqname HTTP/1.1" 200 221 0.001285 10.0.0.19 - - [2026-06-22 03:33:28] "GET /virtual-network/102bd8e3-78ae-436c-b89d-510e3dda868d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005302 10.0.0.19 - - [2026-06-22 03:33:28] "GET /virtual-network/102bd8e3-78ae-436c-b89d-510e3dda868d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005256 10.0.0.19 - - [2026-06-22 03:33:28] "POST /neutron/subnet HTTP/1.1" 200 729 0.011140 10.0.0.19 - - [2026-06-22 03:33:29] "GET /virtual-network/102bd8e3-78ae-436c-b89d-510e3dda868d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005030 10.0.0.19 - - [2026-06-22 03:33:29] "GET /obj-perms HTTP/1.1" 200 4459 0.003329 10.0.0.129 - - [2026-06-22 03:33:29] "GET /obj-perms HTTP/1.1" 200 4459 0.003269 10.0.0.19 - - [2026-06-22 03:33:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.241 - - [2026-06-22 03:33:29] "GET /projects?obj_uuids=b501d9b1-028e-47c9-8258-75d81dc661af&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001157 10.0.0.19 - - [2026-06-22 03:33:29] "GET /project/b501d9b1-028e-47c9-8258-75d81dc661af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.036201 10.0.0.241 - - [2026-06-22 03:33:29] "POST /route-targets HTTP/1.1" 200 328 0.011956 10.0.0.241 - - [2026-06-22 03:33:29] "POST /useragent-kv HTTP/1.1" 200 115 0.006784 10.0.0.19 - - [2026-06-22 03:33:29] "POST /neutron/subnet HTTP/1.1" 200 725 0.244098 10.0.0.19 - - [2026-06-22 03:33:29] "POST /id-to-fqname HTTP/1.1" 200 222 0.001274 10.0.0.19 - - [2026-06-22 03:33:29] "GET /virtual-network/2f9d00ff-c050-4012-936b-05f49286e83c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005054 10.0.0.19 - - [2026-06-22 03:33:29] "GET /virtual-network/2f9d00ff-c050-4012-936b-05f49286e83c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005160 10.0.0.19 - - [2026-06-22 03:33:29] "POST /neutron/network HTTP/1.1" 200 832 0.006631 10.0.0.19 - - [2026-06-22 03:33:30] "GET /virtual-network/2f9d00ff-c050-4012-936b-05f49286e83c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006326 10.0.0.241 - - [2026-06-22 03:33:30] "GET /obj-perms HTTP/1.1" 200 4459 0.007921 10.0.0.19 - - [2026-06-22 03:33:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.241 - - [2026-06-22 03:33:30] "GET /projects?obj_uuids=b501d9b1-028e-47c9-8258-75d81dc661af&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000927 10.0.0.19 - - [2026-06-22 03:33:30] "GET /project/b501d9b1-028e-47c9-8258-75d81dc661af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.038873 10.0.0.241 - - [2026-06-22 03:33:30] "GET /projects?obj_uuids=b501d9b1-028e-47c9-8258-75d81dc661af&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001111 10.0.0.19 - - [2026-06-22 03:33:30] "POST /neutron/network HTTP/1.1" 200 623 0.117637 10.0.0.241 - - [2026-06-22 03:33:30] "POST /ref-update HTTP/1.1" 200 156 0.024059 10.0.0.19 - - [2026-06-22 03:33:30] "POST /neutron/network HTTP/1.1" 200 843 0.008249 10.0.0.19 - - [2026-06-22 03:33:30] "POST /id-to-fqname HTTP/1.1" 200 227 0.001098 10.0.0.19 - - [2026-06-22 03:33:30] "GET /virtual-network/499f9008-236b-47fd-baa7-8204c42a0855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.004387 10.0.0.19 - - [2026-06-22 03:33:30] "POST /neutron/network HTTP/1.1" 200 843 0.008634 10.0.0.19 - - [2026-06-22 03:33:30] "GET /virtual-network/499f9008-236b-47fd-baa7-8204c42a0855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.004811 10.0.0.19 - - [2026-06-22 03:33:31] "GET /virtual-network/499f9008-236b-47fd-baa7-8204c42a0855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005869 10.0.0.19 - - [2026-06-22 03:33:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.241 - - [2026-06-22 03:33:31] "GET /projects?obj_uuids=b501d9b1-028e-47c9-8258-75d81dc661af&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000858 10.0.0.19 - - [2026-06-22 03:33:31] "GET /project/b501d9b1-028e-47c9-8258-75d81dc661af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.035651 10.0.0.19 - - [2026-06-22 03:33:31] "POST /neutron/network HTTP/1.1" 200 117 0.016411 10.0.0.19 - - [2026-06-22 03:33:31] "POST /neutron/network HTTP/1.1" 200 843 0.008746 10.0.0.19 - - [2026-06-22 03:33:31] "POST /id-to-fqname HTTP/1.1" 200 228 0.001203 10.0.0.19 - - [2026-06-22 03:33:31] "GET /virtual-network/6cd48c2d-4ebd-44a6-aeca-5f6704b9058e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005343 10.0.0.19 - - [2026-06-22 03:33:31] "GET /virtual-network/6cd48c2d-4ebd-44a6-aeca-5f6704b9058e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005519 10.0.0.19 - - [2026-06-22 03:33:31] "POST /neutron/subnet HTTP/1.1" 200 720 0.008086 10.0.0.19 - - [2026-06-22 03:33:32] "GET /virtual-network/6cd48c2d-4ebd-44a6-aeca-5f6704b9058e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005223 10.0.0.19 - - [2026-06-22 03:33:32] "GET /obj-perms HTTP/1.1" 200 4459 0.004129 10.0.0.129 - - [2026-06-22 03:33:32] "GET /obj-perms HTTP/1.1" 200 4459 0.004132 10.0.0.19 - - [2026-06-22 03:33:32] "POST /id-to-fqname HTTP/1.1" 200 221 0.001380 10.0.0.19 - - [2026-06-22 03:33:32] "POST /neutron/network HTTP/1.1" 200 841 0.008373 10.0.0.241 - - [2026-06-22 03:33:33] "GET /projects?obj_uuids=b501d9b1-028e-47c9-8258-75d81dc661af&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000939 10.0.0.19 - - [2026-06-22 03:33:33] "GET /project/b501d9b1-028e-47c9-8258-75d81dc661af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.058288 10.0.0.19 - - [2026-06-22 03:33:33] "POST /neutron/port HTTP/1.1" 200 117 0.005834 10.0.0.19 - - [2026-06-22 03:33:33] "POST /id-to-fqname HTTP/1.1" 200 222 0.001096 10.0.0.241 - - [2026-06-22 03:33:34] "GET /projects?obj_uuids=b501d9b1-028e-47c9-8258-75d81dc661af&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001268 10.0.0.19 - - [2026-06-22 03:33:34] "GET /project/b501d9b1-028e-47c9-8258-75d81dc661af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.054902 10.0.0.19 - - [2026-06-22 03:33:34] "POST /neutron/network HTTP/1.1" 200 832 0.006735 10.0.0.19 - - [2026-06-22 03:33:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.003381 10.0.0.19 - - [2026-06-22 03:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002716 10.0.0.241 - - [2026-06-22 03:33:34] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000904 10.0.0.19 - - [2026-06-22 03:33:34] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.007299 10.0.0.19 - - [2026-06-22 03:33:34] "POST /service-templates HTTP/1.1" 200 545 0.023402 10.0.0.19 - - [2026-06-22 03:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.19 - - [2026-06-22 03:33:34] "GET /service-template/5547c2aa-3086-436d-8fa8-c592b199366a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.007302 10.0.0.19 - - [2026-06-22 03:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.19 - - [2026-06-22 03:33:34] "GET /service-template/5547c2aa-3086-436d-8fa8-c592b199366a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004741 10.0.0.19 - - [2026-06-22 03:33:34] "POST /id-to-fqname HTTP/1.1" 200 221 0.001067 10.0.0.19 - - [2026-06-22 03:33:34] "POST /id-to-fqname HTTP/1.1" 200 227 0.001381 10.0.0.19 - - [2026-06-22 03:33:34] "POST /id-to-fqname HTTP/1.1" 200 228 0.001681 10.0.0.19 - - [2026-06-22 03:33:35] "POST /neutron/port HTTP/1.1" 200 117 0.007723 10.0.0.19 - - [2026-06-22 03:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.19 - - [2026-06-22 03:33:35] "DELETE /service-template/5547c2aa-3086-436d-8fa8-c592b199366a HTTP/1.1" 200 115 0.028455 10.0.0.19 - - [2026-06-22 03:33:35] "POST /fqname-to-id HTTP/1.1" 404 193 0.003750 10.0.0.241 - - [2026-06-22 03:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.19 - - [2026-06-22 03:33:35] "POST /neutron/network HTTP/1.1" 200 843 0.006422 10.0.0.241 - - [2026-06-22 03:33:35] "DELETE /route-target/93998bc5-6e66-496d-ba83-e047b2a013cd HTTP/1.1" 200 115 0.033034 10.0.0.241 - - [2026-06-22 03:33:36] "POST /useragent-kv HTTP/1.1" 200 115 0.009763 10.0.0.241 - - [2026-06-22 03:33:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002750 10.0.0.19 - - [2026-06-22 03:33:36] "POST /neutron/network HTTP/1.1" 200 151 0.132949 10.0.0.241 - - [2026-06-22 03:33:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.007351 10.0.0.19 - - [2026-06-22 03:33:36] "POST /neutron/network HTTP/1.1" 200 828 0.006302 10.0.0.241 - - [2026-06-22 03:33:36] "DELETE /route-target/f64a4851-d23a-4880-9797-85dd391bcfa9 HTTP/1.1" 200 115 0.030288 10.0.0.241 - - [2026-06-22 03:33:38] "GET /projects?obj_uuids=b501d9b1-028e-47c9-8258-75d81dc661af&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001515 10.0.0.19 - - [2026-06-22 03:33:38] "GET /project/b501d9b1-028e-47c9-8258-75d81dc661af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.041625 10.0.0.241 - - [2026-06-22 03:33:38] "GET /projects?obj_uuids=b501d9b1-028e-47c9-8258-75d81dc661af&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000945 10.0.0.19 - - [2026-06-22 03:33:38] "GET /project/b501d9b1-028e-47c9-8258-75d81dc661af?fields=virtual_networks HTTP/1.1" 200 1026 0.036680 10.0.0.241 - - [2026-06-22 03:33:38] "GET /projects?obj_uuids=b501d9b1-028e-47c9-8258-75d81dc661af&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000912 10.0.0.19 - - [2026-06-22 03:33:38] "GET /project/b501d9b1-028e-47c9-8258-75d81dc661af?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.041256 10.0.0.241 - - [2026-06-22 03:33:38] "GET /projects?obj_uuids=b501d9b1-028e-47c9-8258-75d81dc661af&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000952 10.0.0.19 - - [2026-06-22 03:33:38] "GET /project/b501d9b1-028e-47c9-8258-75d81dc661af?fields=security_groups HTTP/1.1" 200 1249 0.037863 10.0.0.19 - - [2026-06-22 03:33:39] "POST /fqname-to-id HTTP/1.1" 404 190 0.025015 10.0.0.241 - - [2026-06-22 03:33:39] "GET /projects?obj_uuids=70ce3ffc-2b3c-4a40-8ce2-a85a118528f3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003340 10.0.0.241 - - [2026-06-22 03:33:39] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000896 10.0.0.241 - - [2026-06-22 03:33:39] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006662 10.0.0.241 - - [2026-06-22 03:33:39] "POST /id-to-fqname HTTP/1.1" 200 192 0.003567 10.0.0.241 - - [2026-06-22 03:33:39] "POST /fqname-to-id HTTP/1.1" 404 201 0.007095 10.0.0.19 - - [2026-06-22 03:33:39] "POST /neutron/network HTTP/1.1" 200 117 0.006972 10.0.0.241 - - [2026-06-22 03:33:39] "POST /security-groups HTTP/1.1" 200 593 0.076705 10.0.0.241 - - [2026-06-22 03:33:39] "POST /projects HTTP/1.1" 200 589 0.284667 10.0.0.241 - - [2026-06-22 03:33:39] "POST /fqname-to-id HTTP/1.1" 404 235 0.012919 10.0.0.241 - - [2026-06-22 03:33:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.352042 10.0.0.19 - - [2026-06-22 03:33:40] "GET /project/70ce3ffc-2b3c-4a40-8ce2-a85a118528f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.491387 10.0.0.241 - - [2026-06-22 03:33:41] "GET /obj-perms HTTP/1.1" 200 4493 0.102724 10.0.0.19 - - [2026-06-22 03:33:41] "GET / HTTP/1.1" 200 36215 0.001693 10.0.0.19 - - [2026-06-22 03:33:42] "POST /neutron/port HTTP/1.1" 200 117 0.006521 10.0.0.19 - - [2026-06-22 03:33:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000418 10.0.0.19 - - [2026-06-22 03:33:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.062745 10.0.0.241 - - [2026-06-22 03:33:43] "GET /projects?obj_uuids=70ce3ffc-2b3c-4a40-8ce2-a85a118528f3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000957 10.0.0.19 - - [2026-06-22 03:33:44] "GET /project/70ce3ffc-2b3c-4a40-8ce2-a85a118528f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.034656 10.0.0.19 - - [2026-06-22 03:33:44] "POST /neutron/network HTTP/1.1" 200 117 0.028100 10.0.0.241 - - [2026-06-22 03:33:44] "POST /ref-update HTTP/1.1" 200 156 0.019982 10.0.0.19 - - [2026-06-22 03:33:44] "POST /neutron/port HTTP/1.1" 200 117 0.005147 10.0.0.19 - - [2026-06-22 03:33:44] "POST /id-to-fqname HTTP/1.1" 200 224 0.003044 10.0.0.19 - - [2026-06-22 03:33:44] "GET /virtual-network/abe008ec-0ddd-4886-b12e-291da2578959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004827 10.0.0.19 - - [2026-06-22 03:33:44] "GET /virtual-network/abe008ec-0ddd-4886-b12e-291da2578959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008650 10.0.0.19 - - [2026-06-22 03:33:44] "POST /neutron/network HTTP/1.1" 200 829 0.006109 10.0.0.19 - - [2026-06-22 03:33:45] "GET /virtual-network/abe008ec-0ddd-4886-b12e-291da2578959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005297 10.0.0.19 - - [2026-06-22 03:33:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.241 - - [2026-06-22 03:33:46] "GET /projects?obj_uuids=70ce3ffc-2b3c-4a40-8ce2-a85a118528f3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001128 10.0.0.19 - - [2026-06-22 03:33:46] "GET /project/70ce3ffc-2b3c-4a40-8ce2-a85a118528f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.044132 10.0.0.241 - - [2026-06-22 03:33:46] "GET /projects?obj_uuids=70ce3ffc-2b3c-4a40-8ce2-a85a118528f3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001174 10.0.0.19 - - [2026-06-22 03:33:46] "POST /neutron/network HTTP/1.1" 200 613 0.108721 10.0.0.19 - - [2026-06-22 03:33:47] "POST /id-to-fqname HTTP/1.1" 200 225 0.003042 10.0.0.19 - - [2026-06-22 03:33:47] "GET /virtual-network/1db3aa40-92c5-4f76-addd-743d711deb97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005166 10.0.0.19 - - [2026-06-22 03:33:47] "POST /neutron/network HTTP/1.1" 200 831 0.006635 10.0.0.19 - - [2026-06-22 03:33:47] "GET /virtual-network/1db3aa40-92c5-4f76-addd-743d711deb97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005017 10.0.0.19 - - [2026-06-22 03:33:47] "GET /virtual-network/1db3aa40-92c5-4f76-addd-743d711deb97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005570 10.0.0.129 - - [2026-06-22 03:33:47] "GET /obj-perms HTTP/1.1" 200 4471 0.034580 10.0.0.19 - - [2026-06-22 03:33:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.241 - - [2026-06-22 03:33:47] "GET /projects?obj_uuids=70ce3ffc-2b3c-4a40-8ce2-a85a118528f3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000853 10.0.0.19 - - [2026-06-22 03:33:47] "GET /project/70ce3ffc-2b3c-4a40-8ce2-a85a118528f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.054936 10.0.0.19 - - [2026-06-22 03:33:47] "POST /neutron/network HTTP/1.1" 200 117 0.012834 10.0.0.241 - - [2026-06-22 03:33:48] "POST /route-targets HTTP/1.1" 200 328 0.014354 10.0.0.19 - - [2026-06-22 03:33:48] "POST /neutron/network HTTP/1.1" 200 835 0.007992 10.0.0.19 - - [2026-06-22 03:33:48] "POST /id-to-fqname HTTP/1.1" 200 227 0.001020 10.0.0.19 - - [2026-06-22 03:33:48] "GET /virtual-network/46d3466b-7ee3-4264-abd4-f7cd13a8a3cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004833 10.0.0.19 - - [2026-06-22 03:33:48] "GET /virtual-network/46d3466b-7ee3-4264-abd4-f7cd13a8a3cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005419 10.0.0.19 - - [2026-06-22 03:33:48] "POST /neutron/subnet HTTP/1.1" 200 720 0.009700 10.0.0.19 - - [2026-06-22 03:33:48] "GET /virtual-network/46d3466b-7ee3-4264-abd4-f7cd13a8a3cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005666 10.0.0.19 - - [2026-06-22 03:33:48] "GET /obj-perms HTTP/1.1" 200 4471 0.037633 10.0.0.241 - - [2026-06-22 03:33:48] "GET /obj-perms HTTP/1.1" 200 4471 0.042146 10.0.0.19 - - [2026-06-22 03:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.241 - - [2026-06-22 03:33:49] "GET /projects?obj_uuids=70ce3ffc-2b3c-4a40-8ce2-a85a118528f3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000833 10.0.0.19 - - [2026-06-22 03:33:49] "GET /project/70ce3ffc-2b3c-4a40-8ce2-a85a118528f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.052208 10.0.0.241 - - [2026-06-22 03:33:49] "POST /ref-update HTTP/1.1" 200 156 0.041090 10.0.0.241 - - [2026-06-22 03:33:49] "POST /useragent-kv HTTP/1.1" 200 115 0.005946 10.0.0.19 - - [2026-06-22 03:33:49] "POST /neutron/subnet HTTP/1.1" 200 724 0.166989 10.0.0.19 - - [2026-06-22 03:33:49] "POST /id-to-fqname HTTP/1.1" 200 233 0.001153 10.0.0.19 - - [2026-06-22 03:33:49] "GET /virtual-network/73827d86-4fc1-463d-bbc0-480b76a4ab2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005010 10.0.0.19 - - [2026-06-22 03:33:49] "GET /virtual-network/73827d86-4fc1-463d-bbc0-480b76a4ab2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.004806 10.0.0.19 - - [2026-06-22 03:33:49] "POST /neutron/network HTTP/1.1" 200 848 0.006416 10.0.0.19 - - [2026-06-22 03:33:49] "GET /virtual-network/73827d86-4fc1-463d-bbc0-480b76a4ab2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005114 10.0.0.19 - - [2026-06-22 03:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.241 - - [2026-06-22 03:33:50] "GET /projects?obj_uuids=70ce3ffc-2b3c-4a40-8ce2-a85a118528f3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000839 10.0.0.19 - - [2026-06-22 03:33:50] "GET /project/70ce3ffc-2b3c-4a40-8ce2-a85a118528f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.040726 10.0.0.241 - - [2026-06-22 03:33:50] "GET /projects?obj_uuids=70ce3ffc-2b3c-4a40-8ce2-a85a118528f3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002453 10.0.0.19 - - [2026-06-22 03:33:50] "POST /neutron/network HTTP/1.1" 200 631 0.120322 10.0.0.19 - - [2026-06-22 03:33:50] "POST /id-to-fqname HTTP/1.1" 200 234 0.003250 10.0.0.19 - - [2026-06-22 03:33:50] "GET /virtual-network/8a4eb733-0b6d-4cb6-b03b-a3c18e2d31a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005115 10.0.0.19 - - [2026-06-22 03:33:50] "POST /neutron/network HTTP/1.1" 200 851 0.006582 10.0.0.19 - - [2026-06-22 03:33:50] "GET /virtual-network/8a4eb733-0b6d-4cb6-b03b-a3c18e2d31a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.004945 10.0.0.19 - - [2026-06-22 03:33:51] "GET /virtual-network/8a4eb733-0b6d-4cb6-b03b-a3c18e2d31a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.009374 10.0.0.129 - - [2026-06-22 03:33:51] "GET /obj-perms HTTP/1.1" 200 4471 0.004155 10.0.0.19 - - [2026-06-22 03:33:51] "POST /id-to-fqname HTTP/1.1" 200 224 0.001212 10.0.0.19 - - [2026-06-22 03:33:51] "POST /neutron/network HTTP/1.1" 200 839 0.006839 10.0.0.241 - - [2026-06-22 03:33:52] "GET /projects?obj_uuids=70ce3ffc-2b3c-4a40-8ce2-a85a118528f3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000944 10.0.0.19 - - [2026-06-22 03:33:52] "GET /project/70ce3ffc-2b3c-4a40-8ce2-a85a118528f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.063147 10.0.0.19 - - [2026-06-22 03:33:52] "POST /neutron/port HTTP/1.1" 200 117 0.008668 10.0.0.19 - - [2026-06-22 03:33:52] "POST /id-to-fqname HTTP/1.1" 200 225 0.001398 10.0.0.241 - - [2026-06-22 03:33:53] "GET /projects?obj_uuids=70ce3ffc-2b3c-4a40-8ce2-a85a118528f3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000961 10.0.0.19 - - [2026-06-22 03:33:53] "GET /project/70ce3ffc-2b3c-4a40-8ce2-a85a118528f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.070985 10.0.0.19 - - [2026-06-22 03:33:53] "POST /neutron/network HTTP/1.1" 200 831 0.006708 10.0.0.19 - - [2026-06-22 03:33:53] "POST /fqname-to-id HTTP/1.1" 404 193 0.003587 10.0.0.19 - - [2026-06-22 03:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.241 - - [2026-06-22 03:33:53] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001134 10.0.0.19 - - [2026-06-22 03:33:53] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.007050 10.0.0.19 - - [2026-06-22 03:33:53] "POST /service-templates HTTP/1.1" 200 545 0.031296 10.0.0.19 - - [2026-06-22 03:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.19 - - [2026-06-22 03:33:53] "GET /service-template/4b4b8eed-8f5d-4b0d-b2d8-3915084514df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.006544 10.0.0.19 - - [2026-06-22 03:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002637 10.0.0.19 - - [2026-06-22 03:33:53] "GET /service-template/4b4b8eed-8f5d-4b0d-b2d8-3915084514df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.004094 10.0.0.19 - - [2026-06-22 03:33:53] "POST /id-to-fqname HTTP/1.1" 200 233 0.001190 10.0.0.19 - - [2026-06-22 03:33:54] "POST /neutron/port HTTP/1.1" 200 117 0.007702 10.0.0.241 - - [2026-06-22 03:33:55] "GET /projects?obj_uuids=70ce3ffc-2b3c-4a40-8ce2-a85a118528f3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000941 10.0.0.19 - - [2026-06-22 03:33:55] "GET /project/70ce3ffc-2b3c-4a40-8ce2-a85a118528f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.064729 10.0.0.19 - - [2026-06-22 03:33:55] "POST /neutron/port HTTP/1.1" 200 117 0.010986 10.0.0.19 - - [2026-06-22 03:33:55] "GET /virtual-machine/c0d448ed-6095-4a40-9daf-34cb5d39cf88 HTTP/1.1" 401 292 0.000378 10.0.0.19 - - [2026-06-22 03:33:55] "GET /virtual-machine/c0d448ed-6095-4a40-9daf-34cb5d39cf88 HTTP/1.1" 404 171 0.028143 10.0.0.241 - - [2026-06-22 03:33:56] "GET /projects?obj_uuids=70ce3ffc-2b3c-4a40-8ce2-a85a118528f3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000954 10.0.0.19 - - [2026-06-22 03:33:56] "POST /neutron/port HTTP/1.1" 200 1061 0.255321 10.0.0.19 - - [2026-06-22 03:33:57] "POST /neutron/port HTTP/1.1" 200 1115 0.108697 10.0.0.19 - - [2026-06-22 03:33:57] "GET /virtual-machine/c0d448ed-6095-4a40-9daf-34cb5d39cf88 HTTP/1.1" 404 171 0.003498 10.0.0.19 - - [2026-06-22 03:33:58] "POST /neutron/port HTTP/1.1" 200 1125 0.023668 10.0.0.19 - - [2026-06-22 03:33:58] "POST /neutron/subnet HTTP/1.1" 200 694 0.009725 10.0.0.19 - - [2026-06-22 03:33:58] "POST /neutron/port HTTP/1.1" 200 1115 0.105326 10.0.0.19 - - [2026-06-22 03:33:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003841 10.0.0.19 - - [2026-06-22 03:33:59] "POST /neutron/network HTTP/1.1" 200 831 0.006458 10.0.0.19 - - [2026-06-22 03:33:59] "GET /virtual-machine/c0d448ed-6095-4a40-9daf-34cb5d39cf88 HTTP/1.1" 404 171 0.002812 10.0.0.19 - - [2026-06-22 03:34:01] "GET /virtual-machine/c0d448ed-6095-4a40-9daf-34cb5d39cf88 HTTP/1.1" 404 171 0.002816 10.0.0.19 - - [2026-06-22 03:34:02] "POST /neutron/port HTTP/1.1" 200 1062 0.016957 10.0.0.19 - - [2026-06-22 03:34:03] "POST /neutron/port HTTP/1.1" 200 1126 0.020551 10.0.0.19 - - [2026-06-22 03:34:03] "POST /neutron/port HTTP/1.1" 200 117 0.001421 10.0.0.19 - - [2026-06-22 03:34:03] "GET /virtual-machine/c0d448ed-6095-4a40-9daf-34cb5d39cf88 HTTP/1.1" 200 1297 0.006519 10.0.0.19 - - [2026-06-22 03:34:03] "GET /virtual-machine-interface/2c87bd6d-e7d3-4553-8842-b180edb3924a HTTP/1.1" 200 2990 0.005629 10.0.0.19 - - [2026-06-22 03:34:03] "GET /virtual-machine-interface/2c87bd6d-e7d3-4553-8842-b180edb3924a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2768 0.005614 10.0.0.19 - - [2026-06-22 03:34:03] "PUT /virtual-machine-interface/2c87bd6d-e7d3-4553-8842-b180edb3924a HTTP/1.1" 200 285 0.014982 10.0.0.19 - - [2026-06-22 03:34:03] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007468 10.0.0.19 - - [2026-06-22 03:34:08] "POST /neutron/port HTTP/1.1" 200 1126 0.016698 10.0.0.19 - - [2026-06-22 03:34:09] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007010 10.0.0.19 - - [2026-06-22 03:34:09] "GET /virtual-machine/c0d448ed-6095-4a40-9daf-34cb5d39cf88 HTTP/1.1" 200 1297 0.003947 10.0.0.19 - - [2026-06-22 03:34:09] "GET /virtual-machine-interface/2c87bd6d-e7d3-4553-8842-b180edb3924a HTTP/1.1" 200 3040 0.004975 10.0.0.19 - - [2026-06-22 03:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.19 - - [2026-06-22 03:34:09] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003871 10.0.0.19 - - [2026-06-22 03:34:09] "GET /virtual-networks?parent_id=70ce3ffc-2b3c-4a40-8ce2-a85a118528f3&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.002825 10.0.0.19 - - [2026-06-22 03:34:09] "GET /virtual-network/73827d86-4fc1-463d-bbc0-480b76a4ab2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.011631 10.0.0.241 - - [2026-06-22 03:34:09] "DELETE /project/b501d9b1028e47c9825875d81dc661af HTTP/1.1" 404 173 0.028402 10.0.0.241 - - [2026-06-22 03:34:09] "DELETE /project/70ce3ffc2b3c4a408ce2a85a118528f3 HTTP/1.1" 404 173 0.032059 10.0.0.241 - - [2026-06-22 03:34:09] "GET /projects?obj_uuids=be65e73a-4fcd-4e85-9776-5f515726f7d1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000791 10.0.0.241 - - [2026-06-22 03:34:09] "GET /projects?obj_uuids=b501d9b1-028e-47c9-8258-75d81dc661af&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000811 10.0.0.241 - - [2026-06-22 03:34:09] "GET /project/be65e73a-4fcd-4e85-9776-5f515726f7d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.046252 10.0.0.241 - - [2026-06-22 03:34:09] "GET /projects?obj_uuids=be65e73a-4fcd-4e85-9776-5f515726f7d1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001018 10.0.0.241 - - [2026-06-22 03:34:09] "GET /project/b501d9b1-028e-47c9-8258-75d81dc661af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.063517 10.0.0.241 - - [2026-06-22 03:34:09] "GET /project/be65e73a-4fcd-4e85-9776-5f515726f7d1?fields=security_groups HTTP/1.1" 200 1358 0.071738 10.0.0.241 - - [2026-06-22 03:34:09] "GET /projects?obj_uuids=b501d9b1-028e-47c9-8258-75d81dc661af&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000885 10.0.0.241 - - [2026-06-22 03:34:09] "GET /project/b501d9b1-028e-47c9-8258-75d81dc661af?fields=security_groups HTTP/1.1" 200 1351 0.087129 10.0.0.241 - - [2026-06-22 03:34:09] "DELETE /security-group/898950f5-faa4-4b63-9bf3-27a7cff7ecd0 HTTP/1.1" 200 115 0.079553 10.0.0.241 - - [2026-06-22 03:34:09] "GET /projects?obj_uuids=be65e73a-4fcd-4e85-9776-5f515726f7d1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000857 10.0.0.241 - - [2026-06-22 03:34:09] "DELETE /access-control-list/3305a4b9-7f74-42f5-85b9-426e653928bb HTTP/1.1" 200 115 0.043251 10.0.0.241 - - [2026-06-22 03:34:09] "GET /project/be65e73a-4fcd-4e85-9776-5f515726f7d1?fields=application_policy_sets HTTP/1.1" 200 1397 0.050581 10.0.0.241 - - [2026-06-22 03:34:09] "DELETE /security-group/f3287a5f-91be-47e8-b18a-3b8dbbfd54c0 HTTP/1.1" 200 115 0.077444 10.0.0.241 - - [2026-06-22 03:34:09] "GET /projects?obj_uuids=b501d9b1-028e-47c9-8258-75d81dc661af&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001990 10.0.0.241 - - [2026-06-22 03:34:10] "GET /project/b501d9b1-028e-47c9-8258-75d81dc661af?fields=application_policy_sets HTTP/1.1" 200 1390 0.089726 10.0.0.241 - - [2026-06-22 03:34:10] "DELETE /access-control-list/f01c49a2-57a2-4b66-9b18-1916c1a5c68e HTTP/1.1" 200 115 0.067249 10.0.0.241 - - [2026-06-22 03:34:10] "DELETE /project/be65e73a-4fcd-4e85-9776-5f515726f7d1 HTTP/1.1" 200 115 0.575180 10.0.0.241 - - [2026-06-22 03:34:10] "DELETE /project/b501d9b1-028e-47c9-8258-75d81dc661af HTTP/1.1" 200 115 0.670088 10.0.0.19 - - [2026-06-22 03:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.19 - - [2026-06-22 03:34:12] "GET /virtual-network/73827d86-4fc1-463d-bbc0-480b76a4ab2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005631 10.0.0.19 - - [2026-06-22 03:34:15] "POST /neutron/network HTTP/1.1" 200 841 0.007733 10.0.0.19 - - [2026-06-22 03:34:15] "POST /neutron/port HTTP/1.1" 200 117 0.001343 10.0.0.19 - - [2026-06-22 03:34:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.19 - - [2026-06-22 03:34:16] "GET /virtual-network/73827d86-4fc1-463d-bbc0-480b76a4ab2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005016 10.0.0.19 - - [2026-06-22 03:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.19 - - [2026-06-22 03:34:20] "GET /virtual-network/73827d86-4fc1-463d-bbc0-480b76a4ab2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007719 10.0.0.19 - - [2026-06-22 03:34:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.19 - - [2026-06-22 03:34:24] "GET /virtual-network/73827d86-4fc1-463d-bbc0-480b76a4ab2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005356 10.0.0.19 - - [2026-06-22 03:34:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.19 - - [2026-06-22 03:34:28] "GET /virtual-network/73827d86-4fc1-463d-bbc0-480b76a4ab2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.004803 10.0.0.19 - - [2026-06-22 03:34:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.19 - - [2026-06-22 03:34:32] "GET /virtual-network/73827d86-4fc1-463d-bbc0-480b76a4ab2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005158 10.0.0.19 - - [2026-06-22 03:34:36] "POST /neutron/security_group HTTP/1.1" 200 2060 0.022289 10.0.0.19 - - [2026-06-22 03:34:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.19 - - [2026-06-22 03:34:36] "GET /virtual-network/73827d86-4fc1-463d-bbc0-480b76a4ab2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.004860 10.0.0.19 - - [2026-06-22 03:34:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.19 - - [2026-06-22 03:34:40] "GET /virtual-network/73827d86-4fc1-463d-bbc0-480b76a4ab2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006424 10.0.0.19 - - [2026-06-22 03:34:41] "GET /obj-perms HTTP/1.1" 200 4493 0.036387 10.0.0.19 - - [2026-06-22 03:34:42] "POST /neutron/port HTTP/1.1" 200 1125 0.037884 10.0.0.19 - - [2026-06-22 03:34:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003950 10.0.0.19 - - [2026-06-22 03:34:44] "POST /neutron/network HTTP/1.1" 200 829 0.006626 10.0.0.19 - - [2026-06-22 03:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.19 - - [2026-06-22 03:34:45] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003499 10.0.0.19 - - [2026-06-22 03:34:45] "GET /virtual-networks?parent_id=70ce3ffc-2b3c-4a40-8ce2-a85a118528f3&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.002843 10.0.0.19 - - [2026-06-22 03:34:45] "GET /virtual-network/73827d86-4fc1-463d-bbc0-480b76a4ab2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006934 10.0.0.19 - - [2026-06-22 03:34:47] "POST /neutron/port HTTP/1.1" 200 1126 0.016637 10.0.0.19 - - [2026-06-22 03:34:50] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007768 10.0.0.19 - - [2026-06-22 03:34:55] "POST /fqname-to-id HTTP/1.1" 404 211 0.003481 10.0.0.19 - - [2026-06-22 03:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.241 - - [2026-06-22 03:34:55] "GET /projects?obj_uuids=70ce3ffc-2b3c-4a40-8ce2-a85a118528f3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000909 10.0.0.19 - - [2026-06-22 03:34:55] "GET /project/70ce3ffc-2b3c-4a40-8ce2-a85a118528f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.034924 10.0.0.19 - - [2026-06-22 03:34:55] "POST /service-instances HTTP/1.1" 200 549 0.035665 10.0.0.19 - - [2026-06-22 03:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.19 - - [2026-06-22 03:34:55] "GET /service-instance/6f0ca585-9f9b-4ac9-8150-73fc8f5ab0e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006812 10.0.0.19 - - [2026-06-22 03:34:55] "POST /port-tuples HTTP/1.1" 200 592 0.055508 10.0.0.19 - - [2026-06-22 03:34:55] "GET /virtual-machine-interface/2c87bd6d-e7d3-4553-8842-b180edb3924a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2818 0.005342 10.0.0.19 - - [2026-06-22 03:34:56] "PUT /virtual-machine-interface/2c87bd6d-e7d3-4553-8842-b180edb3924a HTTP/1.1" 200 285 0.019826 10.0.0.19 - - [2026-06-22 03:34:56] "POST /ref-update HTTP/1.1" 200 156 0.021201 10.0.0.241 - - [2026-06-22 03:34:56] "POST /instance-ips HTTP/1.1" 200 374 0.068902 10.0.0.241 - - [2026-06-22 03:34:56] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.009148 10.0.0.19 - - [2026-06-22 03:34:56] "POST /neutron/port HTTP/1.1" 200 1125 0.035447 10.0.0.241 - - [2026-06-22 03:34:56] "POST /ref-update HTTP/1.1" 200 156 0.015820 10.0.0.19 - - [2026-06-22 03:34:56] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009609 10.0.0.19 - - [2026-06-22 03:34:56] "GET /virtual-machine/db83900e-4b02-41f5-8d94-8e47578cc9d9 HTTP/1.1" 200 1297 0.005601 10.0.0.19 - - [2026-06-22 03:34:56] "GET /virtual-machine-interface/fa947e18-cea3-4f0b-a1f1-6d91a58980b2 HTTP/1.1" 200 2965 0.004513 10.0.0.19 - - [2026-06-22 03:34:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.19 - - [2026-06-22 03:34:56] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003277 10.0.0.19 - - [2026-06-22 03:34:56] "GET /virtual-networks?parent_id=70ce3ffc-2b3c-4a40-8ce2-a85a118528f3&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.002706 10.0.0.19 - - [2026-06-22 03:34:56] "GET /virtual-network/abe008ec-0ddd-4886-b12e-291da2578959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005875 10.0.0.19 - - [2026-06-22 03:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.19 - - [2026-06-22 03:34:57] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003336 10.0.0.19 - - [2026-06-22 03:34:57] "GET /virtual-networks?parent_id=70ce3ffc-2b3c-4a40-8ce2-a85a118528f3&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.002862 10.0.0.19 - - [2026-06-22 03:34:57] "GET /virtual-network/abe008ec-0ddd-4886-b12e-291da2578959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005576 10.0.0.19 - - [2026-06-22 03:34:58] "POST /neutron/port HTTP/1.1" 200 1125 0.015529 10.0.0.19 - - [2026-06-22 03:34:58] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007424 10.0.0.19 - - [2026-06-22 03:34:58] "GET /virtual-machine/41a92d14-562e-4816-91ac-3bd3ecb4f117 HTTP/1.1" 200 1296 0.005148 10.0.0.19 - - [2026-06-22 03:34:58] "GET /virtual-machine-interface/ac5c1f5a-b527-4637-a851-8927c67ff117 HTTP/1.1" 200 2968 0.005164 10.0.0.19 - - [2026-06-22 03:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.19 - - [2026-06-22 03:34:58] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003406 10.0.0.19 - - [2026-06-22 03:34:58] "GET /virtual-networks?parent_id=70ce3ffc-2b3c-4a40-8ce2-a85a118528f3&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003102 10.0.0.19 - - [2026-06-22 03:34:58] "GET /virtual-network/1db3aa40-92c5-4f76-addd-743d711deb97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006755 10.0.0.19 - - [2026-06-22 03:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.19 - - [2026-06-22 03:34:59] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004146 10.0.0.19 - - [2026-06-22 03:34:59] "GET /virtual-networks?parent_id=70ce3ffc-2b3c-4a40-8ce2-a85a118528f3&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003193 10.0.0.19 - - [2026-06-22 03:34:59] "GET /virtual-network/1db3aa40-92c5-4f76-addd-743d711deb97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005618 10.0.0.19 - - [2026-06-22 03:34:59] "POST /fqname-to-id HTTP/1.1" 404 215 0.003206 10.0.0.19 - - [2026-06-22 03:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.241 - - [2026-06-22 03:34:59] "GET /projects?obj_uuids=70ce3ffc-2b3c-4a40-8ce2-a85a118528f3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000982 10.0.0.19 - - [2026-06-22 03:34:59] "GET /project/70ce3ffc-2b3c-4a40-8ce2-a85a118528f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.037009 10.0.0.19 - - [2026-06-22 03:34:59] "POST /network-policys HTTP/1.1" 200 553 0.025623 10.0.0.19 - - [2026-06-22 03:34:59] "GET /network-policy/1419a46d-59c2-4df2-8808-09c80585e643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.005658 10.0.0.19 - - [2026-06-22 03:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.19 - - [2026-06-22 03:34:59] "GET /virtual-network/abe008ec-0ddd-4886-b12e-291da2578959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005276 10.0.0.19 - - [2026-06-22 03:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.19 - - [2026-06-22 03:34:59] "GET /network-policy/1419a46d-59c2-4df2-8808-09c80585e643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.016581 10.0.0.19 - - [2026-06-22 03:34:59] "POST /ref-update HTTP/1.1" 200 156 0.072973 10.0.0.19 - - [2026-06-22 03:35:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.19 - - [2026-06-22 03:35:00] "GET /network-policy/1419a46d-59c2-4df2-8808-09c80585e643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.006767 10.0.0.241 - - [2026-06-22 03:35:00] "POST /ref-update HTTP/1.1" 200 156 0.038856 10.0.0.19 - - [2026-06-22 03:35:00] "GET /virtual-network/abe008ec-0ddd-4886-b12e-291da2578959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.009101 10.0.0.19 - - [2026-06-22 03:35:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.19 - - [2026-06-22 03:35:00] "GET /network-policy/1419a46d-59c2-4df2-8808-09c80585e643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.005128 10.0.0.19 - - [2026-06-22 03:35:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.19 - - [2026-06-22 03:35:00] "GET /virtual-network/1db3aa40-92c5-4f76-addd-743d711deb97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006065 10.0.0.19 - - [2026-06-22 03:35:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.19 - - [2026-06-22 03:35:00] "GET /network-policy/1419a46d-59c2-4df2-8808-09c80585e643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.004358 10.0.0.19 - - [2026-06-22 03:35:00] "POST /ref-update HTTP/1.1" 200 156 0.061912 10.0.0.19 - - [2026-06-22 03:35:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.19 - - [2026-06-22 03:35:00] "GET /network-policy/1419a46d-59c2-4df2-8808-09c80585e643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.006382 10.0.0.241 - - [2026-06-22 03:35:00] "POST /ref-update HTTP/1.1" 200 156 0.038609 10.0.0.19 - - [2026-06-22 03:35:00] "GET /virtual-network/1db3aa40-92c5-4f76-addd-743d711deb97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.014451 10.0.0.19 - - [2026-06-22 03:35:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.007113 10.0.0.19 - - [2026-06-22 03:35:00] "GET /network-policy/1419a46d-59c2-4df2-8808-09c80585e643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.004177 10.0.0.19 - - [2026-06-22 03:35:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.19 - - [2026-06-22 03:35:00] "GET /service-template/4b4b8eed-8f5d-4b0d-b2d8-3915084514df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.003811 10.0.0.19 - - [2026-06-22 03:35:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.241 - - [2026-06-22 03:35:00] "GET /projects?obj_uuids=70ce3ffc-2b3c-4a40-8ce2-a85a118528f3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001015 10.0.0.19 - - [2026-06-22 03:35:00] "GET /project/70ce3ffc-2b3c-4a40-8ce2-a85a118528f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.044304 10.0.0.19 - - [2026-06-22 03:35:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.19 - - [2026-06-22 03:35:00] "GET /service-instance/6f0ca585-9f9b-4ac9-8150-73fc8f5ab0e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006732 10.0.0.19 - - [2026-06-22 03:35:01] "POST /neutron/port HTTP/1.1" 200 1384 0.027291 10.0.0.19 - - [2026-06-22 03:35:01] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006694 10.0.0.19 - - [2026-06-22 03:35:01] "POST /neutron/port HTTP/1.1" 200 1384 0.036626 10.0.0.19 - - [2026-06-22 03:35:01] "POST /neutron/network HTTP/1.1" 200 848 0.006727 10.0.0.19 - - [2026-06-22 03:35:01] "POST /id-to-fqname HTTP/1.1" 200 233 0.001150 10.0.0.19 - - [2026-06-22 03:35:01] "GET /virtual-machine/c0d448ed-6095-4a40-9daf-34cb5d39cf88 HTTP/1.1" 200 1297 0.003803 10.0.0.19 - - [2026-06-22 03:35:01] "GET /virtual-machine-interface/2c87bd6d-e7d3-4553-8842-b180edb3924a HTTP/1.1" 200 3899 0.005700 10.0.0.19 - - [2026-06-22 03:35:01] "GET /instance-ip/5641fe87-6397-48fd-be1b-fc4a74685b30 HTTP/1.1" 200 1638 0.006072 10.0.0.19 - - [2026-06-22 03:35:01] "GET /instance-ip/5d73aa96-e2c8-4a81-b548-9314a434de5b HTTP/1.1" 200 1966 0.003924 10.0.0.19 - - [2026-06-22 03:35:01] "GET /instance-ip/f056c355-1882-4fbf-b729-5035d373f2f7 HTTP/1.1" 200 1969 0.004021 10.0.0.19 - - [2026-06-22 03:35:01] "POST /neutron/port HTTP/1.1" 200 1384 0.023876 10.0.0.19 - - [2026-06-22 03:35:01] "GET /virtual-machine/c0d448ed-6095-4a40-9daf-34cb5d39cf88 HTTP/1.1" 200 1297 0.004355 10.0.0.19 - - [2026-06-22 03:35:01] "GET /virtual-machine-interface/2c87bd6d-e7d3-4553-8842-b180edb3924a HTTP/1.1" 200 3899 0.005387 10.0.0.19 - - [2026-06-22 03:35:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.19 - - [2026-06-22 03:35:01] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003732 10.0.0.19 - - [2026-06-22 03:35:01] "GET /virtual-networks?parent_id=70ce3ffc-2b3c-4a40-8ce2-a85a118528f3&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.002769 10.0.0.19 - - [2026-06-22 03:35:01] "GET /virtual-network/73827d86-4fc1-463d-bbc0-480b76a4ab2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005375 10.0.0.19 - - [2026-06-22 03:35:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.19 - - [2026-06-22 03:35:03] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003221 10.0.0.19 - - [2026-06-22 03:35:03] "GET /virtual-networks?parent_id=70ce3ffc-2b3c-4a40-8ce2-a85a118528f3&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.004057 10.0.0.19 - - [2026-06-22 03:35:03] "GET /virtual-network/73827d86-4fc1-463d-bbc0-480b76a4ab2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005323 10.0.0.19 - - [2026-06-22 03:35:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.19 - - [2026-06-22 03:35:03] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004322 10.0.0.19 - - [2026-06-22 03:35:03] "GET /virtual-networks?parent_id=70ce3ffc-2b3c-4a40-8ce2-a85a118528f3&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003034 10.0.0.19 - - [2026-06-22 03:35:03] "GET /virtual-network/73827d86-4fc1-463d-bbc0-480b76a4ab2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006389 10.0.0.19 - - [2026-06-22 03:35:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.19 - - [2026-06-22 03:35:03] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005030 10.0.0.19 - - [2026-06-22 03:35:03] "GET /virtual-networks?parent_id=70ce3ffc-2b3c-4a40-8ce2-a85a118528f3&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003531 10.0.0.19 - - [2026-06-22 03:35:03] "GET /virtual-network/73827d86-4fc1-463d-bbc0-480b76a4ab2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006756 10.0.0.19 - - [2026-06-22 03:35:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.19 - - [2026-06-22 03:35:03] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004179 10.0.0.19 - - [2026-06-22 03:35:03] "GET /virtual-networks?parent_id=70ce3ffc-2b3c-4a40-8ce2-a85a118528f3&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003671 10.0.0.19 - - [2026-06-22 03:35:03] "GET /virtual-network/73827d86-4fc1-463d-bbc0-480b76a4ab2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006201 10.0.0.19 - - [2026-06-22 03:35:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.19 - - [2026-06-22 03:35:03] "GET /routing-instance/5bb32f1d-f136-400c-9883-ea9874473eb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.003749 10.0.0.19 - - [2026-06-22 03:35:03] "GET /routing-instance/5bb32f1d-f136-400c-9883-ea9874473eb6?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1592 0.006635 10.0.0.19 - - [2026-06-22 03:35:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.19 - - [2026-06-22 03:35:03] "GET /routing-instance/2364e9ec-89da-4745-a2c9-d776d6fda821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.005165 10.0.0.19 - - [2026-06-22 03:35:03] "GET /routing-instance/2364e9ec-89da-4745-a2c9-d776d6fda821?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1595 0.006164 10.0.0.19 - - [2026-06-22 03:35:17] "POST /neutron/port HTTP/1.1" 200 1125 0.019186 10.0.0.19 - - [2026-06-22 03:35:18] "POST /neutron/subnet HTTP/1.1" 200 694 0.009327 10.0.0.19 - - [2026-06-22 03:35:39] "GET /network-policy/1419a46d-59c2-4df2-8808-09c80585e643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.004007 10.0.0.19 - - [2026-06-22 03:35:39] "PUT /network-policy/1419a46d-59c2-4df2-8808-09c80585e643 HTTP/1.1" 200 263 0.012075 10.0.0.19 - - [2026-06-22 03:35:39] "GET /network-policy/1419a46d-59c2-4df2-8808-09c80585e643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.007828 10.0.0.241 - - [2026-06-22 03:35:39] "PUT /access-control-list/50590b42-3377-46dc-9da0-0f000c702cd1 HTTP/1.1" 200 273 0.029668 10.0.0.19 - - [2026-06-22 03:35:39] "POST /neutron/port HTTP/1.1" 200 1384 0.018753 10.0.0.241 - - [2026-06-22 03:35:42] "GET /obj-perms HTTP/1.1" 200 4493 0.059857 10.0.0.19 - - [2026-06-22 03:35:43] "POST /neutron/port HTTP/1.1" 200 1384 0.028250 10.0.0.19 - - [2026-06-22 03:35:44] "POST /neutron/subnet HTTP/1.1" 200 698 0.007843 10.0.0.241 - - [2026-06-22 03:35:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.241 - - [2026-06-22 03:35:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.129 - - [2026-06-22 03:35:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.129 - - [2026-06-22 03:35:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.241 - - [2026-06-22 03:35:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.241 - - [2026-06-22 03:35:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.19 - - [2026-06-22 03:35:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.19 - - [2026-06-22 03:35:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000330 10.0.0.129 - - [2026-06-22 03:35:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.129 - - [2026-06-22 03:35:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.19 - - [2026-06-22 03:35:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.19 - - [2026-06-22 03:35:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.19 - - [2026-06-22 03:36:02] "POST /neutron/port HTTP/1.1" 200 1384 0.025754 10.0.0.19 - - [2026-06-22 03:36:07] "POST /ref-update HTTP/1.1" 200 156 0.055835 10.0.0.19 - - [2026-06-22 03:36:07] "GET /virtual-network/1db3aa40-92c5-4f76-addd-743d711deb97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007483 10.0.0.19 - - [2026-06-22 03:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.19 - - [2026-06-22 03:36:07] "GET /network-policy/1419a46d-59c2-4df2-8808-09c80585e643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.005626 10.0.0.19 - - [2026-06-22 03:36:07] "POST /ref-update HTTP/1.1" 200 156 0.048875 10.0.0.19 - - [2026-06-22 03:36:07] "POST /neutron/network HTTP/1.1" 200 829 0.008439 10.0.0.19 - - [2026-06-22 03:36:07] "GET /virtual-network/abe008ec-0ddd-4886-b12e-291da2578959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004550 10.0.0.19 - - [2026-06-22 03:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002719 10.0.0.19 - - [2026-06-22 03:36:08] "GET /network-policy/1419a46d-59c2-4df2-8808-09c80585e643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.004427 10.0.0.19 - - [2026-06-22 03:36:08] "DELETE /network-policy/1419a46d-59c2-4df2-8808-09c80585e643 HTTP/1.1" 200 115 0.038658 10.0.0.19 - - [2026-06-22 03:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.19 - - [2026-06-22 03:36:08] "DELETE /service-instance/6f0ca585-9f9b-4ac9-8150-73fc8f5ab0e1 HTTP/1.1" 200 115 0.048375 10.0.0.241 - - [2026-06-22 03:36:08] "DELETE /instance-ip/f056c355-1882-4fbf-b729-5035d373f2f7 HTTP/1.1" 200 115 0.085993 10.0.0.19 - - [2026-06-22 03:36:08] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.007448 10.0.0.19 - - [2026-06-22 03:36:08] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002453 10.0.0.241 - - [2026-06-22 03:36:08] "POST /ref-update HTTP/1.1" 200 156 0.045783 10.0.0.19 - - [2026-06-22 03:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.241 - - [2026-06-22 03:36:08] "POST /ref-update HTTP/1.1" 200 156 0.016352 10.0.0.19 - - [2026-06-22 03:36:08] "DELETE /service-template/4b4b8eed-8f5d-4b0d-b2d8-3915084514df HTTP/1.1" 200 115 0.038379 10.0.0.19 - - [2026-06-22 03:36:08] "POST /fqname-to-id HTTP/1.1" 404 193 0.003631 10.0.0.241 - - [2026-06-22 03:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.19 - - [2026-06-22 03:36:09] "POST /neutron/network HTTP/1.1" 200 848 0.006525 10.0.0.19 - - [2026-06-22 03:36:10] "POST /neutron/port HTTP/1.1" 200 1116 0.017897 10.0.0.19 - - [2026-06-22 03:36:10] "POST /neutron/port HTTP/1.1" 200 1115 0.013119 10.0.0.19 - - [2026-06-22 03:36:10] "POST /neutron/port HTTP/1.1" 200 1115 0.014577 10.0.0.241 - - [2026-06-22 03:36:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003278 10.0.0.241 - - [2026-06-22 03:36:11] "POST /useragent-kv HTTP/1.1" 200 115 0.005153 10.0.0.19 - - [2026-06-22 03:36:11] "POST /neutron/network HTTP/1.1" 200 151 0.121329 10.0.0.241 - - [2026-06-22 03:36:11] "DELETE /route-target/4869ecc1-642c-40f0-b164-58341d63c45e HTTP/1.1" 200 115 0.032257 10.0.0.19 - - [2026-06-22 03:36:11] "POST /neutron/network HTTP/1.1" 200 831 0.006584 10.0.0.241 - - [2026-06-22 03:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.241 - - [2026-06-22 03:36:12] "POST /useragent-kv HTTP/1.1" 200 115 0.004304 10.0.0.241 - - [2026-06-22 03:36:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002805 10.0.0.19 - - [2026-06-22 03:36:12] "POST /neutron/network HTTP/1.1" 200 151 0.123588 10.0.0.241 - - [2026-06-22 03:36:12] "DELETE /route-target/4e8a2e18-f4fe-4677-bd5b-0ddcd7ca41c4 HTTP/1.1" 200 115 0.025600 10.0.0.241 - - [2026-06-22 03:36:14] "GET /projects?obj_uuids=70ce3ffc-2b3c-4a40-8ce2-a85a118528f3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000867 10.0.0.19 - - [2026-06-22 03:36:14] "GET /project/70ce3ffc-2b3c-4a40-8ce2-a85a118528f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.042789 10.0.0.241 - - [2026-06-22 03:36:14] "GET /projects?obj_uuids=70ce3ffc-2b3c-4a40-8ce2-a85a118528f3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000875 10.0.0.19 - - [2026-06-22 03:36:14] "GET /project/70ce3ffc-2b3c-4a40-8ce2-a85a118528f3?fields=virtual_networks HTTP/1.1" 200 1038 0.051108 10.0.0.241 - - [2026-06-22 03:36:14] "GET /projects?obj_uuids=70ce3ffc-2b3c-4a40-8ce2-a85a118528f3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001166 10.0.0.19 - - [2026-06-22 03:36:14] "GET /project/70ce3ffc-2b3c-4a40-8ce2-a85a118528f3?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.053562 10.0.0.241 - - [2026-06-22 03:36:14] "GET /projects?obj_uuids=70ce3ffc-2b3c-4a40-8ce2-a85a118528f3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000953 10.0.0.19 - - [2026-06-22 03:36:14] "GET /project/70ce3ffc-2b3c-4a40-8ce2-a85a118528f3?fields=security_groups HTTP/1.1" 200 1267 0.036216 10.0.0.19 - - [2026-06-22 03:36:15] "POST /fqname-to-id HTTP/1.1" 404 189 0.454051 10.0.0.241 - - [2026-06-22 03:36:15] "GET /projects?obj_uuids=c45bf7e3-ee7a-445a-a86b-c84c225321a4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002852 10.0.0.241 - - [2026-06-22 03:36:15] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000927 10.0.0.241 - - [2026-06-22 03:36:15] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008959 10.0.0.241 - - [2026-06-22 03:36:15] "POST /id-to-fqname HTTP/1.1" 200 191 0.003342 10.0.0.241 - - [2026-06-22 03:36:15] "POST /fqname-to-id HTTP/1.1" 404 200 0.004970 10.0.0.241 - - [2026-06-22 03:36:15] "POST /security-groups HTTP/1.1" 200 592 0.029508 10.0.0.241 - - [2026-06-22 03:36:15] "POST /projects HTTP/1.1" 200 587 0.218499 10.0.0.241 - - [2026-06-22 03:36:15] "POST /fqname-to-id HTTP/1.1" 404 234 0.006558 10.0.0.241 - - [2026-06-22 03:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.294496 10.0.0.19 - - [2026-06-22 03:36:16] "GET /project/c45bf7e3-ee7a-445a-a86b-c84c225321a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.426700 10.0.0.19 - - [2026-06-22 03:36:17] "GET / HTTP/1.1" 200 36215 0.001309 10.0.0.19 - - [2026-06-22 03:36:19] "GET /project/c45bf7e3-ee7a-445a-a86b-c84c225321a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000414 10.0.0.241 - - [2026-06-22 03:36:19] "GET /projects?obj_uuids=c45bf7e3-ee7a-445a-a86b-c84c225321a4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000922 10.0.0.19 - - [2026-06-22 03:36:19] "GET /project/c45bf7e3-ee7a-445a-a86b-c84c225321a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.073458 10.0.0.19 - - [2026-06-22 03:36:19] "POST /fqname-to-id HTTP/1.1" 404 180 0.002653 10.0.0.19 - - [2026-06-22 03:36:19] "POST /virtual-DNSs HTTP/1.1" 200 509 0.035415 10.0.0.19 - - [2026-06-22 03:36:19] "GET /virtual-DNS/3d2b1182-38b4-4d3a-8ed6-c3f5547a4f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.005894 10.0.0.19 - - [2026-06-22 03:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004571 10.0.0.19 - - [2026-06-22 03:36:20] "GET /virtual-DNS/3d2b1182-38b4-4d3a-8ed6-c3f5547a4f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.004096 10.0.0.19 - - [2026-06-22 03:36:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.004090 10.0.0.19 - - [2026-06-22 03:36:20] "POST /network-ipams HTTP/1.1" 200 516 0.025735 10.0.0.19 - - [2026-06-22 03:36:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 754 0.003149 10.0.0.19 - - [2026-06-22 03:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.19 - - [2026-06-22 03:36:20] "GET /network-ipam/354bbd4a-9946-4137-a290-99fff3a6589d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.006803 10.0.0.19 - - [2026-06-22 03:36:20] "PUT /network-ipam/354bbd4a-9946-4137-a290-99fff3a6589d HTTP/1.1" 200 259 0.014828 10.0.0.19 - - [2026-06-22 03:36:20] "POST /ref-update HTTP/1.1" 200 156 0.015205 10.0.0.19 - - [2026-06-22 03:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.241 - - [2026-06-22 03:36:20] "GET /projects?obj_uuids=c45bf7e3-ee7a-445a-a86b-c84c225321a4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001019 10.0.0.19 - - [2026-06-22 03:36:20] "GET /project/c45bf7e3-ee7a-445a-a86b-c84c225321a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.043792 10.0.0.241 - - [2026-06-22 03:36:21] "POST /ref-update HTTP/1.1" 200 156 0.029058 10.0.0.241 - - [2026-06-22 03:36:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002614 10.0.0.19 - - [2026-06-22 03:36:21] "POST /neutron/subnet HTTP/1.1" 200 711 0.253527 10.0.0.19 - - [2026-06-22 03:36:21] "POST /id-to-fqname HTTP/1.1" 200 227 0.001167 10.0.0.19 - - [2026-06-22 03:36:21] "GET /virtual-network/344c5406-fe37-4252-a519-b78f10b45a9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005814 10.0.0.19 - - [2026-06-22 03:36:21] "GET /virtual-network/344c5406-fe37-4252-a519-b78f10b45a9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004984 10.0.0.19 - - [2026-06-22 03:36:21] "POST /neutron/network HTTP/1.1" 200 833 0.006315 10.0.0.19 - - [2026-06-22 03:36:21] "POST /neutron/network HTTP/1.1" 200 833 0.006320 10.0.0.19 - - [2026-06-22 03:36:21] "POST /id-to-fqname HTTP/1.1" 200 227 0.001119 10.0.0.241 - - [2026-06-22 03:36:22] "GET /projects?obj_uuids=c45bf7e3-ee7a-445a-a86b-c84c225321a4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000989 10.0.0.19 - - [2026-06-22 03:36:22] "GET /project/c45bf7e3-ee7a-445a-a86b-c84c225321a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.073962 10.0.0.19 - - [2026-06-22 03:36:22] "POST /neutron/port HTTP/1.1" 200 117 0.006228 10.0.0.19 - - [2026-06-22 03:36:26] "POST /neutron/network HTTP/1.1" 200 843 0.006701 10.0.0.19 - - [2026-06-22 03:36:27] "POST /neutron/port HTTP/1.1" 200 1058 0.017203 10.0.0.19 - - [2026-06-22 03:36:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.014430 10.0.0.19 - - [2026-06-22 03:36:28] "POST /neutron/subnet HTTP/1.1" 200 685 0.008948 10.0.0.19 - - [2026-06-22 03:36:33] "POST /neutron/port HTTP/1.1" 200 1122 0.019455 10.0.0.19 - - [2026-06-22 03:36:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006393 10.0.0.19 - - [2026-06-22 03:36:33] "GET /virtual-machine/861cefbf-d241-41e0-b57a-8c525914c73d HTTP/1.1" 401 292 0.000370 10.0.0.19 - - [2026-06-22 03:36:33] "GET /virtual-machine/861cefbf-d241-41e0-b57a-8c525914c73d HTTP/1.1" 200 1295 0.025374 10.0.0.19 - - [2026-06-22 03:36:33] "GET /virtual-machine-interface/ab6b17fb-b376-47d3-bf7e-ff50c00847ef HTTP/1.1" 200 2972 0.005354 10.0.0.19 - - [2026-06-22 03:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.19 - - [2026-06-22 03:36:33] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003648 10.0.0.19 - - [2026-06-22 03:36:33] "GET /virtual-networks?parent_id=c45bf7e3-ee7a-445a-a86b-c84c225321a4&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002612 10.0.0.19 - - [2026-06-22 03:36:33] "GET /virtual-network/344c5406-fe37-4252-a519-b78f10b45a9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007481 10.0.0.19 - - [2026-06-22 03:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.19 - - [2026-06-22 03:36:36] "GET /virtual-network/344c5406-fe37-4252-a519-b78f10b45a9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005069 10.0.0.19 - - [2026-06-22 03:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.19 - - [2026-06-22 03:36:40] "GET /virtual-network/344c5406-fe37-4252-a519-b78f10b45a9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005157 10.0.0.19 - - [2026-06-22 03:36:42] "POST /neutron/port HTTP/1.1" 200 1122 0.028708 10.0.0.19 - - [2026-06-22 03:36:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003991 10.0.0.19 - - [2026-06-22 03:36:44] "POST /neutron/network HTTP/1.1" 200 833 0.012003 10.0.0.19 - - [2026-06-22 03:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.19 - - [2026-06-22 03:36:44] "GET /virtual-network/344c5406-fe37-4252-a519-b78f10b45a9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005319 10.0.0.19 - - [2026-06-22 03:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.19 - - [2026-06-22 03:36:49] "GET /virtual-network/344c5406-fe37-4252-a519-b78f10b45a9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007840 10.0.0.19 - - [2026-06-22 03:36:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004500 10.0.0.19 - - [2026-06-22 03:36:53] "GET /virtual-network/344c5406-fe37-4252-a519-b78f10b45a9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006546 10.0.0.19 - - [2026-06-22 03:36:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.19 - - [2026-06-22 03:36:57] "GET /virtual-network/344c5406-fe37-4252-a519-b78f10b45a9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005694 10.0.0.19 - - [2026-06-22 03:36:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.19 - - [2026-06-22 03:36:59] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004941 10.0.0.19 - - [2026-06-22 03:36:59] "GET /virtual-networks?parent_id=c45bf7e3-ee7a-445a-a86b-c84c225321a4&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003471 10.0.0.19 - - [2026-06-22 03:36:59] "GET /virtual-network/344c5406-fe37-4252-a519-b78f10b45a9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005874 10.0.0.19 - - [2026-06-22 03:37:04] "POST /neutron/port HTTP/1.1" 200 1122 0.020908 10.0.0.19 - - [2026-06-22 03:37:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005991 10.0.0.241 - - [2026-06-22 03:37:10] "DELETE /project/c45bf7e3ee7a445aa86bc84c225321a4 HTTP/1.1" 404 173 0.004563 10.0.0.241 - - [2026-06-22 03:37:10] "GET /projects?obj_uuids=70ce3ffc-2b3c-4a40-8ce2-a85a118528f3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000915 10.0.0.241 - - [2026-06-22 03:37:10] "GET /project/70ce3ffc-2b3c-4a40-8ce2-a85a118528f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.039865 10.0.0.241 - - [2026-06-22 03:37:10] "GET /projects?obj_uuids=70ce3ffc-2b3c-4a40-8ce2-a85a118528f3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001666 10.0.0.241 - - [2026-06-22 03:37:10] "GET /project/70ce3ffc-2b3c-4a40-8ce2-a85a118528f3?fields=security_groups HTTP/1.1" 200 1369 0.110478 10.0.0.241 - - [2026-06-22 03:37:10] "DELETE /security-group/e9fde948-0635-47ef-bbd5-22d017e9f206 HTTP/1.1" 200 115 0.056983 10.0.0.241 - - [2026-06-22 03:37:10] "GET /projects?obj_uuids=70ce3ffc-2b3c-4a40-8ce2-a85a118528f3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001012 10.0.0.241 - - [2026-06-22 03:37:10] "GET /project/70ce3ffc-2b3c-4a40-8ce2-a85a118528f3?fields=application_policy_sets HTTP/1.1" 200 1408 0.080989 10.0.0.241 - - [2026-06-22 03:37:10] "DELETE /project/70ce3ffc-2b3c-4a40-8ce2-a85a118528f3 HTTP/1.1" 200 115 0.484701 10.0.0.19 - - [2026-06-22 03:37:14] "POST /neutron/port HTTP/1.1" 200 1122 0.015347 10.0.0.19 - - [2026-06-22 03:37:29] "POST /neutron/network HTTP/1.1" 200 833 0.006771 10.0.0.19 - - [2026-06-22 03:37:29] "POST /id-to-fqname HTTP/1.1" 200 227 0.001374 10.0.0.19 - - [2026-06-22 03:37:29] "POST /neutron/network HTTP/1.1" 200 843 0.006728 10.0.0.241 - - [2026-06-22 03:37:30] "GET /projects?obj_uuids=c45bf7e3-ee7a-445a-a86b-c84c225321a4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001179 10.0.0.19 - - [2026-06-22 03:37:30] "GET /project/c45bf7e3-ee7a-445a-a86b-c84c225321a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.060774 10.0.0.19 - - [2026-06-22 03:37:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007543 10.0.0.19 - - [2026-06-22 03:37:34] "POST /neutron/network HTTP/1.1" 200 843 0.006201 10.0.0.19 - - [2026-06-22 03:37:35] "POST /neutron/port HTTP/1.1" 200 1058 0.044818 10.0.0.19 - - [2026-06-22 03:37:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006955 10.0.0.19 - - [2026-06-22 03:37:36] "POST /neutron/subnet HTTP/1.1" 200 685 0.011134 10.0.0.19 - - [2026-06-22 03:37:40] "POST /neutron/port HTTP/1.1" 200 1122 0.022629 10.0.0.19 - - [2026-06-22 03:37:43] "POST /neutron/port HTTP/1.1" 200 1122 0.018588 10.0.0.19 - - [2026-06-22 03:37:44] "POST /neutron/subnet HTTP/1.1" 200 685 0.008795 10.0.0.129 - - [2026-06-22 03:37:44] "GET /obj-perms HTTP/1.1" 200 4493 0.052795 10.0.0.19 - - [2026-06-22 03:37:45] "POST /neutron/port HTTP/1.1" 200 1122 0.016980 10.0.0.19 - - [2026-06-22 03:37:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007574 10.0.0.19 - - [2026-06-22 03:37:46] "GET /virtual-machine/b4ced5bc-0e5b-4639-8c15-cecdbb8227ef HTTP/1.1" 200 1296 0.006655 10.0.0.19 - - [2026-06-22 03:37:46] "GET /virtual-machine-interface/a8ebf1c6-0820-4b58-a821-09b7e6d4244b HTTP/1.1" 200 2972 0.005110 10.0.0.19 - - [2026-06-22 03:37:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.19 - - [2026-06-22 03:37:46] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003491 10.0.0.19 - - [2026-06-22 03:37:46] "GET /virtual-networks?parent_id=c45bf7e3-ee7a-445a-a86b-c84c225321a4&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002762 10.0.0.19 - - [2026-06-22 03:37:46] "GET /virtual-network/344c5406-fe37-4252-a519-b78f10b45a9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.015286 10.0.0.19 - - [2026-06-22 03:37:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.19 - - [2026-06-22 03:37:49] "GET /virtual-network/344c5406-fe37-4252-a519-b78f10b45a9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006695 10.0.0.19 - - [2026-06-22 03:37:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.19 - - [2026-06-22 03:37:53] "GET /virtual-network/344c5406-fe37-4252-a519-b78f10b45a9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005649 10.0.0.19 - - [2026-06-22 03:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.19 - - [2026-06-22 03:37:57] "GET /virtual-network/344c5406-fe37-4252-a519-b78f10b45a9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004979 10.0.0.19 - - [2026-06-22 03:38:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004165 10.0.0.19 - - [2026-06-22 03:38:01] "GET /virtual-network/344c5406-fe37-4252-a519-b78f10b45a9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005047 10.0.0.19 - - [2026-06-22 03:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.19 - - [2026-06-22 03:38:05] "GET /virtual-network/344c5406-fe37-4252-a519-b78f10b45a9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005364 10.0.0.19 - - [2026-06-22 03:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004920 10.0.0.19 - - [2026-06-22 03:38:09] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004252 10.0.0.19 - - [2026-06-22 03:38:09] "GET /virtual-networks?parent_id=c45bf7e3-ee7a-445a-a86b-c84c225321a4&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.006098 10.0.0.19 - - [2026-06-22 03:38:09] "GET /virtual-network/344c5406-fe37-4252-a519-b78f10b45a9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006056 10.0.0.19 - - [2026-06-22 03:38:09] "POST /neutron/port HTTP/1.1" 200 1122 0.016723 10.0.0.19 - - [2026-06-22 03:38:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008158 10.0.0.19 - - [2026-06-22 03:38:21] "POST /neutron/port HTTP/1.1" 200 1122 0.022233 10.0.0.19 - - [2026-06-22 03:38:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004100 10.0.0.19 - - [2026-06-22 03:38:22] "POST /neutron/network HTTP/1.1" 200 833 0.006898 10.0.0.19 - - [2026-06-22 03:38:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004615 10.0.0.19 - - [2026-06-22 03:38:36] "DELETE /virtual-DNS/3d2b1182-38b4-4d3a-8ed6-c3f5547a4f99 HTTP/1.1" 409 236 0.010308 10.0.0.19 - - [2026-06-22 03:38:36] "POST /fqname-to-id HTTP/1.1" 404 192 0.003554 10.0.0.19 - - [2026-06-22 03:38:36] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.029518 10.0.0.19 - - [2026-06-22 03:38:36] "GET /virtual-DNS-record/87f49511-cfd9-431f-b434-5d1543e3acd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.006501 10.0.0.19 - - [2026-06-22 03:38:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004216 10.0.0.19 - - [2026-06-22 03:38:36] "GET /virtual-DNS-record/87f49511-cfd9-431f-b434-5d1543e3acd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.003822 10.0.0.19 - - [2026-06-22 03:38:41] "DELETE /virtual-DNS-record/87f49511-cfd9-431f-b434-5d1543e3acd7 HTTP/1.1" 200 115 0.029722 10.0.0.19 - - [2026-06-22 03:38:41] "POST /fqname-to-id HTTP/1.1" 404 184 0.006874 10.0.0.19 - - [2026-06-22 03:38:44] "POST /neutron/port HTTP/1.1" 200 1122 0.025769 10.0.0.19 - - [2026-06-22 03:38:44] "POST /neutron/port HTTP/1.1" 200 1112 0.018143 10.0.0.19 - - [2026-06-22 03:38:44] "POST /neutron/network HTTP/1.1" 200 833 0.008602 10.0.0.19 - - [2026-06-22 03:38:45] "GET /obj-perms HTTP/1.1" 200 4493 0.049373 10.0.0.241 - - [2026-06-22 03:38:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.035463 10.0.0.241 - - [2026-06-22 03:38:46] "POST /useragent-kv HTTP/1.1" 200 115 0.035043 10.0.0.241 - - [2026-06-22 03:38:46] "POST /useragent-kv HTTP/1.1" 200 115 0.004595 10.0.0.19 - - [2026-06-22 03:38:46] "POST /neutron/network HTTP/1.1" 200 151 0.222867 10.0.0.19 - - [2026-06-22 03:38:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.009410 10.0.0.19 - - [2026-06-22 03:38:46] "DELETE /network-ipam/354bbd4a-9946-4137-a290-99fff3a6589d HTTP/1.1" 200 115 0.043698 10.0.0.19 - - [2026-06-22 03:38:46] "DELETE /virtual-DNS/3d2b1182-38b4-4d3a-8ed6-c3f5547a4f99 HTTP/1.1" 200 115 0.037408 10.0.0.19 - - [2026-06-22 03:38:46] "POST /fqname-to-id HTTP/1.1" 404 180 0.004254 10.0.0.241 - - [2026-06-22 03:38:48] "GET /projects?obj_uuids=c45bf7e3-ee7a-445a-a86b-c84c225321a4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001155 10.0.0.19 - - [2026-06-22 03:38:48] "GET /project/c45bf7e3-ee7a-445a-a86b-c84c225321a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.072538 10.0.0.241 - - [2026-06-22 03:38:48] "GET /projects?obj_uuids=c45bf7e3-ee7a-445a-a86b-c84c225321a4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001006 10.0.0.19 - - [2026-06-22 03:38:48] "GET /project/c45bf7e3-ee7a-445a-a86b-c84c225321a4?fields=virtual_networks HTTP/1.1" 200 1037 0.048218 10.0.0.241 - - [2026-06-22 03:38:48] "GET /projects?obj_uuids=c45bf7e3-ee7a-445a-a86b-c84c225321a4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001532 10.0.0.19 - - [2026-06-22 03:38:48] "GET /project/c45bf7e3-ee7a-445a-a86b-c84c225321a4?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.041429 10.0.0.241 - - [2026-06-22 03:38:48] "GET /projects?obj_uuids=c45bf7e3-ee7a-445a-a86b-c84c225321a4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001125 10.0.0.19 - - [2026-06-22 03:38:48] "GET /project/c45bf7e3-ee7a-445a-a86b-c84c225321a4?fields=security_groups HTTP/1.1" 200 1265 0.041530 10.0.0.19 - - [2026-06-22 03:38:49] "POST /fqname-to-id HTTP/1.1" 404 189 0.026744 10.0.0.241 - - [2026-06-22 03:38:49] "GET /projects?obj_uuids=c2c5a2e7-4864-4e4b-ba19-2d5562f53dda&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005468 10.0.0.241 - - [2026-06-22 03:38:49] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001078 10.0.0.241 - - [2026-06-22 03:38:49] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007862 10.0.0.241 - - [2026-06-22 03:38:49] "POST /id-to-fqname HTTP/1.1" 200 191 0.005574 10.0.0.241 - - [2026-06-22 03:38:49] "POST /fqname-to-id HTTP/1.1" 404 200 0.005167 10.0.0.241 - - [2026-06-22 03:38:49] "POST /security-groups HTTP/1.1" 200 592 0.074290 10.0.0.241 - - [2026-06-22 03:38:49] "POST /projects HTTP/1.1" 200 587 0.337606 10.0.0.241 - - [2026-06-22 03:38:49] "POST /access-control-lists HTTP/1.1" 200 599 0.032783 10.0.0.241 - - [2026-06-22 03:38:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.404621 10.0.0.19 - - [2026-06-22 03:38:49] "GET /project/c2c5a2e7-4864-4e4b-ba19-2d5562f53dda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.569342 10.0.0.19 - - [2026-06-22 03:38:50] "GET / HTTP/1.1" 200 36215 0.001244 10.0.0.19 - - [2026-06-22 03:38:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000498 10.0.0.19 - - [2026-06-22 03:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.052866 10.0.0.241 - - [2026-06-22 03:38:53] "GET /projects?obj_uuids=c2c5a2e7-4864-4e4b-ba19-2d5562f53dda&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000938 10.0.0.19 - - [2026-06-22 03:38:53] "GET /project/c2c5a2e7-4864-4e4b-ba19-2d5562f53dda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.046244 10.0.0.241 - - [2026-06-22 03:38:53] "POST /route-targets HTTP/1.1" 200 328 0.021924 10.0.0.241 - - [2026-06-22 03:38:53] "POST /useragent-kv HTTP/1.1" 200 115 0.007982 10.0.0.19 - - [2026-06-22 03:38:53] "POST /neutron/subnet HTTP/1.1" 200 715 0.247107 10.0.0.19 - - [2026-06-22 03:38:53] "POST /id-to-fqname HTTP/1.1" 200 222 0.001982 10.0.0.19 - - [2026-06-22 03:38:53] "GET /virtual-network/6f9116bf-2e85-43db-bbee-50fd00a9d64d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006803 10.0.0.19 - - [2026-06-22 03:38:53] "GET /virtual-network/6f9116bf-2e85-43db-bbee-50fd00a9d64d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006279 10.0.0.19 - - [2026-06-22 03:38:53] "POST /neutron/network HTTP/1.1" 200 825 0.008027 10.0.0.19 - - [2026-06-22 03:38:54] "GET /virtual-network/6f9116bf-2e85-43db-bbee-50fd00a9d64d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005310 10.0.0.241 - - [2026-06-22 03:38:55] "GET /obj-perms HTTP/1.1" 200 4469 0.046863 10.0.0.19 - - [2026-06-22 03:38:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.241 - - [2026-06-22 03:38:55] "GET /projects?obj_uuids=c2c5a2e7-4864-4e4b-ba19-2d5562f53dda&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000891 10.0.0.19 - - [2026-06-22 03:38:55] "GET /project/c2c5a2e7-4864-4e4b-ba19-2d5562f53dda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.045213 10.0.0.241 - - [2026-06-22 03:38:55] "GET /projects?obj_uuids=c2c5a2e7-4864-4e4b-ba19-2d5562f53dda&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001068 10.0.0.19 - - [2026-06-22 03:38:55] "POST /neutron/network HTTP/1.1" 200 608 0.130835 10.0.0.241 - - [2026-06-22 03:38:56] "POST /ref-update HTTP/1.1" 200 156 0.032364 10.0.0.19 - - [2026-06-22 03:38:56] "POST /id-to-fqname HTTP/1.1" 200 222 0.003229 10.0.0.19 - - [2026-06-22 03:38:56] "GET /virtual-network/a3d800c4-48d0-42bd-be70-6ff563e549b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005296 10.0.0.19 - - [2026-06-22 03:38:56] "POST /neutron/network HTTP/1.1" 200 828 0.006707 10.0.0.19 - - [2026-06-22 03:38:56] "GET /virtual-network/a3d800c4-48d0-42bd-be70-6ff563e549b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004928 10.0.0.19 - - [2026-06-22 03:38:56] "GET /virtual-network/a3d800c4-48d0-42bd-be70-6ff563e549b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005654 10.0.0.19 - - [2026-06-22 03:38:56] "POST /id-to-fqname HTTP/1.1" 200 222 0.001668 10.0.0.241 - - [2026-06-22 03:39:10] "GET /projects?obj_uuids=c45bf7e3-ee7a-445a-a86b-c84c225321a4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001244 10.0.0.241 - - [2026-06-22 03:39:11] "DELETE /project/c2c5a2e748644e4bba192d5562f53dda HTTP/1.1" 404 173 0.059632 10.0.0.241 - - [2026-06-22 03:39:11] "GET /project/c45bf7e3-ee7a-445a-a86b-c84c225321a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.060952 10.0.0.241 - - [2026-06-22 03:39:11] "GET /projects?obj_uuids=c45bf7e3-ee7a-445a-a86b-c84c225321a4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001087 10.0.0.241 - - [2026-06-22 03:39:11] "GET /project/c45bf7e3-ee7a-445a-a86b-c84c225321a4?fields=security_groups HTTP/1.1" 200 1367 0.052720 10.0.0.241 - - [2026-06-22 03:39:11] "DELETE /security-group/cfbee5a6-fe4a-4c4c-bb34-67f94ffaa488 HTTP/1.1" 200 115 0.064200 10.0.0.241 - - [2026-06-22 03:39:11] "GET /projects?obj_uuids=c45bf7e3-ee7a-445a-a86b-c84c225321a4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001764 10.0.0.241 - - [2026-06-22 03:39:11] "GET /project/c45bf7e3-ee7a-445a-a86b-c84c225321a4?fields=application_policy_sets HTTP/1.1" 200 1406 0.066830 10.0.0.241 - - [2026-06-22 03:39:11] "DELETE /project/c45bf7e3-ee7a-445a-a86b-c84c225321a4 HTTP/1.1" 200 115 0.529849 10.0.0.19 - - [2026-06-22 03:39:12] "POST /neutron/network HTTP/1.1" 200 838 0.007948 10.0.0.241 - - [2026-06-22 03:39:13] "GET /projects?obj_uuids=c2c5a2e7-4864-4e4b-ba19-2d5562f53dda&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001371 10.0.0.19 - - [2026-06-22 03:39:13] "GET /project/c2c5a2e7-4864-4e4b-ba19-2d5562f53dda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.058701 10.0.0.19 - - [2026-06-22 03:39:13] "POST /neutron/port HTTP/1.1" 200 117 0.006030 10.0.0.19 - - [2026-06-22 03:39:13] "POST /id-to-fqname HTTP/1.1" 200 222 0.001379 10.0.0.241 - - [2026-06-22 03:39:14] "GET /projects?obj_uuids=c2c5a2e7-4864-4e4b-ba19-2d5562f53dda&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000970 10.0.0.19 - - [2026-06-22 03:39:14] "GET /project/c2c5a2e7-4864-4e4b-ba19-2d5562f53dda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.072602 10.0.0.19 - - [2026-06-22 03:39:14] "POST /neutron/network HTTP/1.1" 200 825 0.027010 10.0.0.19 - - [2026-06-22 03:39:14] "POST /neutron/port HTTP/1.1" 200 117 0.007709 10.0.0.19 - - [2026-06-22 03:39:18] "POST /neutron/port HTTP/1.1" 200 1062 0.020112 10.0.0.19 - - [2026-06-22 03:39:18] "POST /neutron/network HTTP/1.1" 200 835 0.007016 10.0.0.19 - - [2026-06-22 03:39:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003582 10.0.0.19 - - [2026-06-22 03:39:19] "POST /neutron/network HTTP/1.1" 200 828 0.006563 10.0.0.19 - - [2026-06-22 03:39:19] "POST /neutron/port HTTP/1.1" 200 1113 0.131290 10.0.0.19 - - [2026-06-22 03:39:20] "POST /neutron/port HTTP/1.1" 200 1123 0.030262 10.0.0.19 - - [2026-06-22 03:39:20] "POST /neutron/port HTTP/1.1" 200 117 0.001678 10.0.0.19 - - [2026-06-22 03:39:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007442 10.0.0.19 - - [2026-06-22 03:39:35] "POST /neutron/port HTTP/1.1" 200 1126 0.022247 10.0.0.19 - - [2026-06-22 03:39:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009477 10.0.0.129 - - [2026-06-22 03:39:45] "GET /obj-perms HTTP/1.1" 200 4493 0.044401 10.0.0.19 - - [2026-06-22 03:39:50] "POST /neutron/port HTTP/1.1" 200 1126 0.016840 10.0.0.19 - - [2026-06-22 03:39:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007080 10.0.0.19 - - [2026-06-22 03:39:50] "GET /virtual-machine/36f07547-f72c-4766-9b7d-d5aff044100b HTTP/1.1" 401 292 0.000505 10.0.0.19 - - [2026-06-22 03:39:50] "GET /virtual-machine/36f07547-f72c-4766-9b7d-d5aff044100b HTTP/1.1" 200 1295 0.028033 10.0.0.19 - - [2026-06-22 03:39:50] "GET /virtual-machine-interface/316365f6-870f-4530-82c5-e82a3578ba20 HTTP/1.1" 200 2955 0.012105 10.0.0.19 - - [2026-06-22 03:39:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004774 10.0.0.19 - - [2026-06-22 03:39:50] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004373 10.0.0.19 - - [2026-06-22 03:39:50] "GET /virtual-networks?parent_id=c2c5a2e7-4864-4e4b-ba19-2d5562f53dda&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003163 10.0.0.19 - - [2026-06-22 03:39:50] "GET /virtual-network/a3d800c4-48d0-42bd-be70-6ff563e549b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007099 10.0.0.19 - - [2026-06-22 03:39:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.19 - - [2026-06-22 03:39:54] "GET /virtual-network/a3d800c4-48d0-42bd-be70-6ff563e549b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005253 10.0.0.19 - - [2026-06-22 03:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004175 10.0.0.19 - - [2026-06-22 03:39:58] "GET /virtual-network/a3d800c4-48d0-42bd-be70-6ff563e549b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007219 10.0.0.19 - - [2026-06-22 03:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.19 - - [2026-06-22 03:40:02] "GET /virtual-network/a3d800c4-48d0-42bd-be70-6ff563e549b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006406 10.0.0.19 - - [2026-06-22 03:40:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004294 10.0.0.19 - - [2026-06-22 03:40:06] "GET /virtual-network/a3d800c4-48d0-42bd-be70-6ff563e549b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005622 10.0.0.19 - - [2026-06-22 03:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.19 - - [2026-06-22 03:40:10] "GET /virtual-network/a3d800c4-48d0-42bd-be70-6ff563e549b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005672 10.0.0.19 - - [2026-06-22 03:40:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.19 - - [2026-06-22 03:40:14] "GET /virtual-network/a3d800c4-48d0-42bd-be70-6ff563e549b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005362 10.0.0.19 - - [2026-06-22 03:40:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.19 - - [2026-06-22 03:40:18] "GET /virtual-network/a3d800c4-48d0-42bd-be70-6ff563e549b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005674 10.0.0.19 - - [2026-06-22 03:40:22] "POST /neutron/port HTTP/1.1" 200 1123 0.021299 10.0.0.19 - - [2026-06-22 03:40:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.19 - - [2026-06-22 03:40:22] "GET /virtual-network/a3d800c4-48d0-42bd-be70-6ff563e549b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005243 10.0.0.19 - - [2026-06-22 03:40:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003831 10.0.0.19 - - [2026-06-22 03:40:24] "POST /neutron/network HTTP/1.1" 200 825 0.007162 10.0.0.19 - - [2026-06-22 03:40:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005223 10.0.0.19 - - [2026-06-22 03:40:24] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004765 10.0.0.19 - - [2026-06-22 03:40:24] "GET /virtual-networks?parent_id=c2c5a2e7-4864-4e4b-ba19-2d5562f53dda&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004120 10.0.0.19 - - [2026-06-22 03:40:24] "GET /virtual-network/a3d800c4-48d0-42bd-be70-6ff563e549b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008758 10.0.0.19 - - [2026-06-22 03:40:30] "POST /neutron/port HTTP/1.1" 200 1126 0.017234 10.0.0.19 - - [2026-06-22 03:40:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.025578 10.0.0.19 - - [2026-06-22 03:40:40] "POST /neutron/port HTTP/1.1" 200 1126 0.020928 10.0.0.19 - - [2026-06-22 03:40:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006439 10.0.0.19 - - [2026-06-22 03:40:46] "POST /neutron/port HTTP/1.1" 200 1126 0.049668 10.0.0.19 - - [2026-06-22 03:40:46] "GET /obj-perms HTTP/1.1" 200 4493 0.074187 10.0.0.19 - - [2026-06-22 03:40:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003915 10.0.0.19 - - [2026-06-22 03:40:48] "POST /neutron/network HTTP/1.1" 200 828 0.006899 10.0.0.19 - - [2026-06-22 03:40:56] "POST /neutron/port HTTP/1.1" 200 1123 0.015654 10.0.0.19 - - [2026-06-22 03:40:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006967 10.0.0.19 - - [2026-06-22 03:40:56] "GET /virtual-machine/dc72ab80-31b5-4f81-9874-e142f94c7de9 HTTP/1.1" 200 1296 0.005689 10.0.0.19 - - [2026-06-22 03:40:56] "GET /virtual-machine-interface/bb0fc2b7-6e03-48d1-aed2-de2b5cd9d24d HTTP/1.1" 200 2957 0.004750 10.0.0.19 - - [2026-06-22 03:40:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.19 - - [2026-06-22 03:40:56] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004973 10.0.0.19 - - [2026-06-22 03:40:56] "GET /virtual-networks?parent_id=c2c5a2e7-4864-4e4b-ba19-2d5562f53dda&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003114 10.0.0.19 - - [2026-06-22 03:40:56] "GET /virtual-network/6f9116bf-2e85-43db-bbee-50fd00a9d64d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006244 10.0.0.241 - - [2026-06-22 03:40:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.241 - - [2026-06-22 03:40:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.19 - - [2026-06-22 03:40:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.19 - - [2026-06-22 03:40:57] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003916 10.0.0.19 - - [2026-06-22 03:40:57] "GET /virtual-networks?parent_id=c2c5a2e7-4864-4e4b-ba19-2d5562f53dda&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004154 10.0.0.19 - - [2026-06-22 03:40:57] "GET /virtual-network/6f9116bf-2e85-43db-bbee-50fd00a9d64d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006852 10.0.0.129 - - [2026-06-22 03:40:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.129 - - [2026-06-22 03:40:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000530 10.0.0.19 - - [2026-06-22 03:40:57] "POST /neutron/port HTTP/1.1" 200 1123 0.030142 10.0.0.241 - - [2026-06-22 03:40:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000518 10.0.0.241 - - [2026-06-22 03:40:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.19 - - [2026-06-22 03:40:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.19 - - [2026-06-22 03:40:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.129 - - [2026-06-22 03:40:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000515 10.0.0.129 - - [2026-06-22 03:40:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.19 - - [2026-06-22 03:40:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.19 - - [2026-06-22 03:40:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000456 10.0.0.19 - - [2026-06-22 03:41:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007699 10.0.0.19 - - [2026-06-22 03:41:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.241 - - [2026-06-22 03:41:07] "GET /projects?obj_uuids=c2c5a2e7-4864-4e4b-ba19-2d5562f53dda&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000924 10.0.0.19 - - [2026-06-22 03:41:07] "GET /project/c2c5a2e7-4864-4e4b-ba19-2d5562f53dda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.038315 10.0.0.19 - - [2026-06-22 03:41:08] "GET /virtual-network/6f9116bf-2e85-43db-bbee-50fd00a9d64d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005471 10.0.0.19 - - [2026-06-22 03:41:08] "GET /floating-ip-pools?parent_id=6f9116bf-2e85-43db-bbee-50fd00a9d64d&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003013 10.0.0.19 - - [2026-06-22 03:41:08] "GET /virtual-network/6f9116bf-2e85-43db-bbee-50fd00a9d64d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006769 10.0.0.19 - - [2026-06-22 03:41:08] "POST /floating-ip-pools HTTP/1.1" 200 600 0.036662 10.0.0.19 - - [2026-06-22 03:41:08] "POST /ref-update HTTP/1.1" 200 156 0.018863 10.0.0.19 - - [2026-06-22 03:41:08] "GET /virtual-network/6f9116bf-2e85-43db-bbee-50fd00a9d64d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005594 10.0.0.19 - - [2026-06-22 03:41:08] "GET /virtual-network/6f9116bf-2e85-43db-bbee-50fd00a9d64d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005484 10.0.0.19 - - [2026-06-22 03:41:08] "POST /neutron/floatingip HTTP/1.1" 200 528 0.008582 10.0.0.19 - - [2026-06-22 03:41:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.19 - - [2026-06-22 03:41:08] "GET /routing-instance/c44a179f-55e0-41da-9492-4e1e1dd5d2c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.003500 10.0.0.19 - - [2026-06-22 03:41:08] "GET /route-target/e0ae1ff9-7a65-4157-9181-271f0e48af7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003558 10.0.0.19 - - [2026-06-22 03:41:23] "POST /neutron/port HTTP/1.1" 200 1123 0.015840 10.0.0.19 - - [2026-06-22 03:41:24] "POST /neutron/network HTTP/1.1" 200 835 0.006717 10.0.0.19 - - [2026-06-22 03:41:24] "POST /neutron/subnet HTTP/1.1" 200 689 0.013426 10.0.0.19 - - [2026-06-22 03:41:24] "POST /neutron/floatingip HTTP/1.1" 200 115 0.059471 10.0.0.19 - - [2026-06-22 03:41:24] "GET /floating-ip-pool/b68b38f7-4846-4ce9-8b34-79a327d34e12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1187 0.003396 10.0.0.19 - - [2026-06-22 03:41:24] "POST /ref-update HTTP/1.1" 200 156 0.011299 10.0.0.19 - - [2026-06-22 03:41:24] "DELETE /floating-ip-pool/b68b38f7-4846-4ce9-8b34-79a327d34e12 HTTP/1.1" 200 115 0.036096 10.0.0.19 - - [2026-06-22 03:41:25] "POST /neutron/network HTTP/1.1" 400 204 0.013656 10.0.0.19 - - [2026-06-22 03:41:27] "POST /neutron/port HTTP/1.1" 200 151 0.165369 10.0.0.19 - - [2026-06-22 03:41:27] "POST /neutron/port HTTP/1.1" 200 151 0.175599 10.0.0.19 - - [2026-06-22 03:41:29] "POST /neutron/network HTTP/1.1" 200 828 0.006911 10.0.0.241 - - [2026-06-22 03:41:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.241 - - [2026-06-22 03:41:29] "POST /useragent-kv HTTP/1.1" 200 115 0.005322 10.0.0.241 - - [2026-06-22 03:41:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002354 10.0.0.19 - - [2026-06-22 03:41:29] "POST /neutron/network HTTP/1.1" 200 151 0.102927 10.0.0.241 - - [2026-06-22 03:41:29] "DELETE /route-target/e0ae1ff9-7a65-4157-9181-271f0e48af7b HTTP/1.1" 200 115 0.024067 10.0.0.241 - - [2026-06-22 03:41:31] "GET /projects?obj_uuids=c2c5a2e7-4864-4e4b-ba19-2d5562f53dda&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001080 10.0.0.19 - - [2026-06-22 03:41:31] "GET /project/c2c5a2e7-4864-4e4b-ba19-2d5562f53dda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.043366 10.0.0.241 - - [2026-06-22 03:41:31] "GET /projects?obj_uuids=c2c5a2e7-4864-4e4b-ba19-2d5562f53dda&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002245 10.0.0.19 - - [2026-06-22 03:41:31] "GET /project/c2c5a2e7-4864-4e4b-ba19-2d5562f53dda?fields=virtual_networks HTTP/1.1" 200 1037 0.048191 10.0.0.241 - - [2026-06-22 03:41:31] "GET /projects?obj_uuids=c2c5a2e7-4864-4e4b-ba19-2d5562f53dda&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000986 10.0.0.19 - - [2026-06-22 03:41:31] "GET /project/c2c5a2e7-4864-4e4b-ba19-2d5562f53dda?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.040095 10.0.0.241 - - [2026-06-22 03:41:31] "GET /projects?obj_uuids=c2c5a2e7-4864-4e4b-ba19-2d5562f53dda&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001146 10.0.0.19 - - [2026-06-22 03:41:31] "GET /project/c2c5a2e7-4864-4e4b-ba19-2d5562f53dda?fields=security_groups HTTP/1.1" 200 1265 0.040448 10.0.0.19 - - [2026-06-22 03:41:32] "POST /fqname-to-id HTTP/1.1" 404 188 0.031562 10.0.0.241 - - [2026-06-22 03:41:32] "GET /projects?obj_uuids=40c121c4-1316-4a91-8445-d4769101bf62&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002865 10.0.0.241 - - [2026-06-22 03:41:32] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000884 10.0.0.241 - - [2026-06-22 03:41:32] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007879 10.0.0.241 - - [2026-06-22 03:41:32] "POST /id-to-fqname HTTP/1.1" 200 190 0.002106 10.0.0.241 - - [2026-06-22 03:41:32] "POST /fqname-to-id HTTP/1.1" 404 199 0.004632 10.0.0.241 - - [2026-06-22 03:41:32] "POST /security-groups HTTP/1.1" 200 591 0.050010 10.0.0.241 - - [2026-06-22 03:41:32] "POST /projects HTTP/1.1" 200 585 0.261036 10.0.0.241 - - [2026-06-22 03:41:32] "POST /fqname-to-id HTTP/1.1" 404 233 0.008340 10.0.0.241 - - [2026-06-22 03:41:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.331946 10.0.0.19 - - [2026-06-22 03:41:32] "GET /project/40c121c4-1316-4a91-8445-d4769101bf62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.470319 10.0.0.19 - - [2026-06-22 03:41:34] "GET / HTTP/1.1" 200 36215 0.002309 10.0.0.19 - - [2026-06-22 03:41:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000423 10.0.0.19 - - [2026-06-22 03:41:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.052315 10.0.0.241 - - [2026-06-22 03:41:36] "GET /projects?obj_uuids=40c121c4-1316-4a91-8445-d4769101bf62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000886 10.0.0.19 - - [2026-06-22 03:41:36] "GET /project/40c121c4-1316-4a91-8445-d4769101bf62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.039747 10.0.0.241 - - [2026-06-22 03:41:36] "POST /ref-update HTTP/1.1" 200 156 0.033582 10.0.0.241 - - [2026-06-22 03:41:36] "POST /useragent-kv HTTP/1.1" 200 115 0.007779 10.0.0.19 - - [2026-06-22 03:41:36] "POST /neutron/subnet HTTP/1.1" 200 701 0.268004 10.0.0.19 - - [2026-06-22 03:41:36] "POST /id-to-fqname HTTP/1.1" 200 230 0.001202 10.0.0.19 - - [2026-06-22 03:41:36] "GET /virtual-network/7027d65a-a3bc-4fec-a706-d0c8da91defb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005480 10.0.0.19 - - [2026-06-22 03:41:36] "GET /virtual-network/7027d65a-a3bc-4fec-a706-d0c8da91defb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006485 10.0.0.19 - - [2026-06-22 03:41:36] "POST /neutron/network HTTP/1.1" 200 839 0.006347 10.0.0.19 - - [2026-06-22 03:41:36] "POST /id-to-fqname HTTP/1.1" 200 230 0.001209 10.0.0.19 - - [2026-06-22 03:41:37] "POST /neutron/network HTTP/1.1" 200 849 0.006401 10.0.0.241 - - [2026-06-22 03:41:37] "GET /projects?obj_uuids=40c121c4-1316-4a91-8445-d4769101bf62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000911 10.0.0.19 - - [2026-06-22 03:41:37] "GET /project/40c121c4-1316-4a91-8445-d4769101bf62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.053397 10.0.0.19 - - [2026-06-22 03:41:38] "POST /neutron/port HTTP/1.1" 200 117 0.006056 10.0.0.19 - - [2026-06-22 03:41:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.19 - - [2026-06-22 03:41:38] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003555 10.0.0.19 - - [2026-06-22 03:41:38] "PUT /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153 HTTP/1.1" 200 277 0.012033 10.0.0.241 - - [2026-06-22 03:41:42] "GET /projects?obj_uuids=40c121c4-1316-4a91-8445-d4769101bf62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001111 10.0.0.19 - - [2026-06-22 03:41:42] "POST /neutron/port HTTP/1.1" 200 1055 0.276371 10.0.0.19 - - [2026-06-22 03:41:42] "POST /neutron/port HTTP/1.1" 200 1109 0.121531 10.0.0.19 - - [2026-06-22 03:41:43] "POST /neutron/port HTTP/1.1" 200 1119 0.023168 10.0.0.19 - - [2026-06-22 03:41:43] "POST /neutron/port HTTP/1.1" 200 117 0.001099 10.0.0.241 - - [2026-06-22 03:41:47] "GET /obj-perms HTTP/1.1" 200 4493 0.040068 10.0.0.19 - - [2026-06-22 03:41:48] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007326 10.0.0.19 - - [2026-06-22 03:41:53] "POST /neutron/port HTTP/1.1" 200 1119 0.017503 10.0.0.19 - - [2026-06-22 03:41:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008005 10.0.0.19 - - [2026-06-22 03:41:53] "GET /virtual-machine/129e9272-7b1e-4293-b6a3-1c402e4770b5 HTTP/1.1" 401 292 0.000394 10.0.0.19 - - [2026-06-22 03:41:54] "GET /virtual-machine/129e9272-7b1e-4293-b6a3-1c402e4770b5 HTTP/1.1" 200 1294 0.026385 10.0.0.19 - - [2026-06-22 03:41:54] "GET /virtual-machine-interface/ce5ef603-096b-4f44-af04-54a90061f153 HTTP/1.1" 200 2979 0.007972 10.0.0.19 - - [2026-06-22 03:41:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.19 - - [2026-06-22 03:41:54] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.004962 10.0.0.19 - - [2026-06-22 03:41:54] "GET /virtual-networks?parent_id=40c121c4-1316-4a91-8445-d4769101bf62&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.004868 10.0.0.19 - - [2026-06-22 03:41:54] "GET /virtual-network/7027d65a-a3bc-4fec-a706-d0c8da91defb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006421 10.0.0.19 - - [2026-06-22 03:41:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004275 10.0.0.19 - - [2026-06-22 03:41:55] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.003430 10.0.0.19 - - [2026-06-22 03:41:55] "GET /virtual-networks?parent_id=40c121c4-1316-4a91-8445-d4769101bf62&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002844 10.0.0.19 - - [2026-06-22 03:41:55] "GET /virtual-network/7027d65a-a3bc-4fec-a706-d0c8da91defb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007653 10.0.0.19 - - [2026-06-22 03:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.19 - - [2026-06-22 03:41:57] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.004535 10.0.0.19 - - [2026-06-22 03:41:57] "PUT /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153 HTTP/1.1" 200 277 0.012848 10.0.0.19 - - [2026-06-22 03:41:57] "POST /neutron/network HTTP/1.1" 200 839 0.007083 10.0.0.19 - - [2026-06-22 03:41:59] "POST /neutron/port HTTP/1.1" 200 1109 0.015100 10.0.0.19 - - [2026-06-22 03:41:59] "POST /neutron/network HTTP/1.1" 400 204 0.025347 10.0.0.19 - - [2026-06-22 03:42:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.241 - - [2026-06-22 03:42:04] "GET /projects?obj_uuids=40c121c4-1316-4a91-8445-d4769101bf62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001458 10.0.0.19 - - [2026-06-22 03:42:04] "GET /project/40c121c4-1316-4a91-8445-d4769101bf62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.044501 10.0.0.19 - - [2026-06-22 03:42:04] "POST /neutron/network HTTP/1.1" 200 117 0.013029 10.0.0.241 - - [2026-06-22 03:42:04] "POST /route-targets HTTP/1.1" 200 328 0.012846 10.0.0.19 - - [2026-06-22 03:42:05] "POST /neutron/network HTTP/1.1" 200 822 0.008678 10.0.0.19 - - [2026-06-22 03:42:05] "POST /id-to-fqname HTTP/1.1" 200 220 0.001127 10.0.0.19 - - [2026-06-22 03:42:05] "GET /virtual-network/513495e2-53c9-433c-a2cc-9b5c8401576a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006571 10.0.0.19 - - [2026-06-22 03:42:05] "GET /virtual-network/513495e2-53c9-433c-a2cc-9b5c8401576a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005139 10.0.0.19 - - [2026-06-22 03:42:05] "POST /neutron/subnet HTTP/1.1" 200 715 0.012780 10.0.0.19 - - [2026-06-22 03:42:05] "POST /id-to-fqname HTTP/1.1" 200 220 0.001869 10.0.0.241 - - [2026-06-22 03:42:06] "GET /projects?obj_uuids=40c121c4-1316-4a91-8445-d4769101bf62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001791 10.0.0.19 - - [2026-06-22 03:42:06] "GET /project/40c121c4-1316-4a91-8445-d4769101bf62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.080508 10.0.0.19 - - [2026-06-22 03:42:06] "POST /neutron/port HTTP/1.1" 200 117 0.006681 10.0.0.19 - - [2026-06-22 03:42:10] "POST /neutron/network HTTP/1.1" 200 832 0.008387 10.0.0.19 - - [2026-06-22 03:42:10] "POST /neutron/port HTTP/1.1" 200 1058 0.018899 10.0.0.19 - - [2026-06-22 03:42:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008269 10.0.0.241 - - [2026-06-22 03:42:11] "DELETE /project/40c121c413164a918445d4769101bf62 HTTP/1.1" 404 173 0.009224 10.0.0.241 - - [2026-06-22 03:42:11] "GET /projects?obj_uuids=c2c5a2e7-4864-4e4b-ba19-2d5562f53dda&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001586 10.0.0.241 - - [2026-06-22 03:42:11] "GET /project/c2c5a2e7-4864-4e4b-ba19-2d5562f53dda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.044710 10.0.0.241 - - [2026-06-22 03:42:11] "GET /projects?obj_uuids=c2c5a2e7-4864-4e4b-ba19-2d5562f53dda&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001306 10.0.0.241 - - [2026-06-22 03:42:11] "GET /project/c2c5a2e7-4864-4e4b-ba19-2d5562f53dda?fields=security_groups HTTP/1.1" 200 1367 0.074059 10.0.0.241 - - [2026-06-22 03:42:11] "DELETE /security-group/a0ab0e95-916b-4caa-a26a-8373276ff7c2 HTTP/1.1" 200 115 0.083736 10.0.0.241 - - [2026-06-22 03:42:11] "GET /projects?obj_uuids=c2c5a2e7-4864-4e4b-ba19-2d5562f53dda&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001150 10.0.0.241 - - [2026-06-22 03:42:11] "GET /project/c2c5a2e7-4864-4e4b-ba19-2d5562f53dda?fields=application_policy_sets HTTP/1.1" 200 1406 0.047803 10.0.0.241 - - [2026-06-22 03:42:12] "DELETE /access-control-list/74bffdf9-6d57-47ea-9641-1d0a7d65280f HTTP/1.1" 200 115 0.069493 10.0.0.241 - - [2026-06-22 03:42:12] "DELETE /project/c2c5a2e7-4864-4e4b-ba19-2d5562f53dda HTTP/1.1" 200 115 0.537952 10.0.0.19 - - [2026-06-22 03:42:12] "POST /neutron/subnet HTTP/1.1" 200 689 0.015145 10.0.0.19 - - [2026-06-22 03:42:16] "POST /neutron/port HTTP/1.1" 200 1122 0.018853 10.0.0.19 - - [2026-06-22 03:42:21] "POST /neutron/port HTTP/1.1" 200 1122 0.022256 10.0.0.19 - - [2026-06-22 03:42:21] "POST /neutron/port HTTP/1.1" 200 1122 0.020688 10.0.0.19 - - [2026-06-22 03:42:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008662 10.0.0.19 - - [2026-06-22 03:42:21] "GET /virtual-machine/0b0d7e4f-2732-490c-a5fe-0fad727e5a40 HTTP/1.1" 200 1293 0.006605 10.0.0.19 - - [2026-06-22 03:42:21] "GET /virtual-machine-interface/54cf4c59-6e9d-49f9-9a0d-de4c99d5e30d HTTP/1.1" 200 2948 0.005298 10.0.0.19 - - [2026-06-22 03:42:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.19 - - [2026-06-22 03:42:21] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004106 10.0.0.19 - - [2026-06-22 03:42:21] "GET /virtual-networks?parent_id=40c121c4-1316-4a91-8445-d4769101bf62&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003856 10.0.0.19 - - [2026-06-22 03:42:21] "GET /virtual-network/513495e2-53c9-433c-a2cc-9b5c8401576a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006341 10.0.0.19 - - [2026-06-22 03:42:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.19 - - [2026-06-22 03:42:23] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003616 10.0.0.19 - - [2026-06-22 03:42:23] "GET /virtual-networks?parent_id=40c121c4-1316-4a91-8445-d4769101bf62&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003223 10.0.0.19 - - [2026-06-22 03:42:23] "GET /virtual-network/513495e2-53c9-433c-a2cc-9b5c8401576a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.009126 10.0.0.19 - - [2026-06-22 03:42:24] "POST /neutron/network HTTP/1.1" 200 832 0.007298 10.0.0.19 - - [2026-06-22 03:42:24] "POST /neutron/port HTTP/1.1" 200 117 0.001132 10.0.0.19 - - [2026-06-22 03:42:25] "POST /neutron/network HTTP/1.1" 400 204 0.014071 10.0.0.19 - - [2026-06-22 03:42:27] "POST /neutron/port HTTP/1.1" 200 151 0.232975 10.0.0.19 - - [2026-06-22 03:42:29] "POST /neutron/network HTTP/1.1" 200 822 0.007312 10.0.0.19 - - [2026-06-22 03:42:32] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003822 10.0.0.19 - - [2026-06-22 03:42:32] "POST /network-ipams HTTP/1.1" 200 543 0.030308 10.0.0.19 - - [2026-06-22 03:42:32] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 767 0.003618 10.0.0.19 - - [2026-06-22 03:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005111 10.0.0.19 - - [2026-06-22 03:42:32] "GET /network-ipam/657cd1d2-f7b7-4d43-826c-2f19a20ae7a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1330 0.007551 10.0.0.19 - - [2026-06-22 03:42:32] "PUT /network-ipam/657cd1d2-f7b7-4d43-826c-2f19a20ae7a1 HTTP/1.1" 200 259 0.018082 10.0.0.19 - - [2026-06-22 03:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.241 - - [2026-06-22 03:42:32] "GET /projects?obj_uuids=40c121c4-1316-4a91-8445-d4769101bf62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001127 10.0.0.19 - - [2026-06-22 03:42:32] "GET /project/40c121c4-1316-4a91-8445-d4769101bf62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.050147 10.0.0.241 - - [2026-06-22 03:42:32] "GET /projects?obj_uuids=40c121c4-1316-4a91-8445-d4769101bf62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001154 10.0.0.19 - - [2026-06-22 03:42:32] "POST /neutron/network HTTP/1.1" 200 605 0.133118 10.0.0.241 - - [2026-06-22 03:42:32] "POST /route-targets HTTP/1.1" 200 328 0.017005 10.0.0.19 - - [2026-06-22 03:42:33] "POST /neutron/network HTTP/1.1" 200 994 0.013836 10.0.0.19 - - [2026-06-22 03:42:33] "POST /id-to-fqname HTTP/1.1" 200 220 0.001183 10.0.0.19 - - [2026-06-22 03:42:33] "GET /virtual-network/8708cf2b-d8e4-47b7-b030-d2bf0b536dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004763 10.0.0.19 - - [2026-06-22 03:42:33] "GET /virtual-network/8708cf2b-d8e4-47b7-b030-d2bf0b536dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006174 10.0.0.19 - - [2026-06-22 03:42:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.009403 10.0.0.19 - - [2026-06-22 03:42:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.009130 10.0.0.241 - - [2026-06-22 03:42:33] "GET /projects?obj_uuids=40c121c4-1316-4a91-8445-d4769101bf62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000949 10.0.0.19 - - [2026-06-22 03:42:33] "POST /neutron/port HTTP/1.1" 200 1017 0.210653 10.0.0.19 - - [2026-06-22 03:42:33] "POST /id-to-fqname HTTP/1.1" 200 220 0.001520 10.0.0.19 - - [2026-06-22 03:42:33] "POST /neutron/network HTTP/1.1" 200 994 0.009439 10.0.0.19 - - [2026-06-22 03:42:34] "POST /neutron/port HTTP/1.1" 200 1017 0.011706 10.0.0.19 - - [2026-06-22 03:42:34] "POST /id-to-fqname HTTP/1.1" 200 220 0.001496 10.0.0.19 - - [2026-06-22 03:42:34] "POST /neutron/port HTTP/1.1" 200 1017 0.011241 10.0.0.19 - - [2026-06-22 03:42:34] "POST /neutron/port HTTP/1.1" 200 1017 0.011425 10.0.0.19 - - [2026-06-22 03:42:34] "POST /neutron/port HTTP/1.1" 200 117 0.006809 10.0.0.19 - - [2026-06-22 03:42:34] "POST /id-to-fqname HTTP/1.1" 200 220 0.001222 10.0.0.241 - - [2026-06-22 03:42:35] "GET /projects?obj_uuids=40c121c4-1316-4a91-8445-d4769101bf62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000969 10.0.0.19 - - [2026-06-22 03:42:35] "GET /project/40c121c4-1316-4a91-8445-d4769101bf62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.062566 10.0.0.19 - - [2026-06-22 03:42:35] "POST /neutron/network HTTP/1.1" 200 994 0.008100 10.0.0.19 - - [2026-06-22 03:42:36] "GET /virtual-network/8708cf2b-d8e4-47b7-b030-d2bf0b536dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005326 10.0.0.19 - - [2026-06-22 03:42:37] "POST /neutron/port HTTP/1.1" 200 117 0.006363 10.0.0.19 - - [2026-06-22 03:42:38] "POST /neutron/port HTTP/1.1" 200 1017 0.011380 10.0.0.19 - - [2026-06-22 03:42:38] "POST /neutron/port HTTP/1.1" 200 1017 0.028180 10.0.0.19 - - [2026-06-22 03:42:38] "POST /neutron/port HTTP/1.1" 200 1017 0.011189 10.0.0.19 - - [2026-06-22 03:42:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003690 10.0.0.19 - - [2026-06-22 03:42:39] "POST /neutron/network HTTP/1.1" 200 994 0.009829 10.0.0.19 - - [2026-06-22 03:42:40] "POST /neutron/subnet HTTP/1.1" 200 673 0.011699 10.0.0.19 - - [2026-06-22 03:42:40] "POST /neutron/network HTTP/1.1" 200 1004 0.008825 10.0.0.19 - - [2026-06-22 03:42:40] "POST /neutron/port HTTP/1.1" 200 1055 0.016496 10.0.0.19 - - [2026-06-22 03:42:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003876 10.0.0.19 - - [2026-06-22 03:42:42] "POST /neutron/network HTTP/1.1" 200 994 0.010179 10.0.0.19 - - [2026-06-22 03:42:47] "POST /neutron/port HTTP/1.1" 200 1119 0.022161 10.0.0.19 - - [2026-06-22 03:42:47] "POST /neutron/port HTTP/1.1" 200 1119 0.017994 10.0.0.19 - - [2026-06-22 03:42:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007967 10.0.0.19 - - [2026-06-22 03:42:47] "GET /virtual-machine/71fe366a-d126-449a-a0a0-446afaf550cb HTTP/1.1" 200 1290 0.005713 10.0.0.19 - - [2026-06-22 03:42:47] "GET /virtual-machine-interface/db485ee4-67ce-4400-ab51-d3763774c554 HTTP/1.1" 200 2949 0.004372 10.0.0.19 - - [2026-06-22 03:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.19 - - [2026-06-22 03:42:47] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003845 10.0.0.19 - - [2026-06-22 03:42:47] "GET /virtual-networks?parent_id=40c121c4-1316-4a91-8445-d4769101bf62&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002429 10.0.0.19 - - [2026-06-22 03:42:48] "GET /virtual-network/8708cf2b-d8e4-47b7-b030-d2bf0b536dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005784 10.0.0.129 - - [2026-06-22 03:42:48] "GET /obj-perms HTTP/1.1" 200 4493 0.036037 10.0.0.19 - - [2026-06-22 03:42:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004637 10.0.0.19 - - [2026-06-22 03:42:49] "POST /neutron/network HTTP/1.1" 200 994 0.009253 10.0.0.19 - - [2026-06-22 03:42:49] "POST /neutron/port HTTP/1.1" 200 1119 0.019164 10.0.0.19 - - [2026-06-22 03:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.19 - - [2026-06-22 03:42:51] "GET /virtual-network/8708cf2b-d8e4-47b7-b030-d2bf0b536dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005395 10.0.0.19 - - [2026-06-22 03:42:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.19 - - [2026-06-22 03:42:53] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004108 10.0.0.19 - - [2026-06-22 03:42:53] "GET /virtual-networks?parent_id=40c121c4-1316-4a91-8445-d4769101bf62&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003442 10.0.0.19 - - [2026-06-22 03:42:53] "GET /virtual-network/8708cf2b-d8e4-47b7-b030-d2bf0b536dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005362 10.0.0.19 - - [2026-06-22 03:42:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007784 10.0.0.19 - - [2026-06-22 03:42:53] "POST /neutron/port HTTP/1.1" 200 1119 0.017291 10.0.0.19 - - [2026-06-22 03:42:53] "GET /virtual-machine/86be1d74-8965-4742-a905-c5c3664d0f99 HTTP/1.1" 200 1290 0.005990 10.0.0.19 - - [2026-06-22 03:42:53] "GET /virtual-machine-interface/383de56f-dec5-41cb-8ce0-199f6a8aa0ac HTTP/1.1" 200 2948 0.005370 10.0.0.19 - - [2026-06-22 03:42:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.19 - - [2026-06-22 03:42:53] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003844 10.0.0.19 - - [2026-06-22 03:42:53] "GET /virtual-networks?parent_id=40c121c4-1316-4a91-8445-d4769101bf62&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002859 10.0.0.19 - - [2026-06-22 03:42:53] "GET /virtual-network/8708cf2b-d8e4-47b7-b030-d2bf0b536dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006106 10.0.0.19 - - [2026-06-22 03:42:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006761 10.0.0.19 - - [2026-06-22 03:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.19 - - [2026-06-22 03:42:54] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003893 10.0.0.19 - - [2026-06-22 03:42:54] "GET /virtual-networks?parent_id=40c121c4-1316-4a91-8445-d4769101bf62&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003469 10.0.0.19 - - [2026-06-22 03:42:54] "GET /virtual-network/8708cf2b-d8e4-47b7-b030-d2bf0b536dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005679 10.0.0.19 - - [2026-06-22 03:42:55] "POST /neutron/port HTTP/1.1" 200 1119 0.021055 10.0.0.19 - - [2026-06-22 03:42:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008804 10.0.0.19 - - [2026-06-22 03:42:55] "GET /virtual-machine/3be68ca9-6cc3-487b-8c89-a9437ec7d57c HTTP/1.1" 200 1294 0.006965 10.0.0.19 - - [2026-06-22 03:42:55] "GET /virtual-machine-interface/0ecd1f76-d9ab-4aef-b0dc-a103a03760db HTTP/1.1" 200 2948 0.005351 10.0.0.19 - - [2026-06-22 03:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.19 - - [2026-06-22 03:42:55] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003607 10.0.0.19 - - [2026-06-22 03:42:55] "GET /virtual-networks?parent_id=40c121c4-1316-4a91-8445-d4769101bf62&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002916 10.0.0.19 - - [2026-06-22 03:42:55] "GET /virtual-network/8708cf2b-d8e4-47b7-b030-d2bf0b536dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005578 10.0.0.19 - - [2026-06-22 03:42:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.19 - - [2026-06-22 03:42:56] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004215 10.0.0.19 - - [2026-06-22 03:42:56] "GET /virtual-networks?parent_id=40c121c4-1316-4a91-8445-d4769101bf62&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003533 10.0.0.19 - - [2026-06-22 03:42:56] "GET /virtual-network/8708cf2b-d8e4-47b7-b030-d2bf0b536dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006429 10.0.0.19 - - [2026-06-22 03:43:11] "POST /neutron/port HTTP/1.1" 200 151 0.205221 10.0.0.19 - - [2026-06-22 03:43:12] "POST /neutron/port HTTP/1.1" 200 151 0.162497 10.0.0.19 - - [2026-06-22 03:43:13] "POST /neutron/port HTTP/1.1" 400 205 0.003627 10.0.0.19 - - [2026-06-22 03:43:13] "POST /neutron/port HTTP/1.1" 200 1109 0.017972 10.0.0.19 - - [2026-06-22 03:43:13] "POST /neutron/port HTTP/1.1" 400 205 0.010412 10.0.0.19 - - [2026-06-22 03:43:14] "POST /neutron/network HTTP/1.1" 200 994 0.010098 10.0.0.241 - - [2026-06-22 03:43:14] "DELETE /route-target/97ab13af-c4bb-4748-8f51-0dd9257b074c HTTP/1.1" 200 115 0.026384 10.0.0.19 - - [2026-06-22 03:43:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.007223 10.0.0.19 - - [2026-06-22 03:43:14] "DELETE /network-ipam/657cd1d2-f7b7-4d43-826c-2f19a20ae7a1 HTTP/1.1" 200 115 0.035139 10.0.0.19 - - [2026-06-22 03:43:14] "POST /fqname-to-id HTTP/1.1" 404 211 0.003317 10.0.0.241 - - [2026-06-22 03:43:16] "GET /projects?obj_uuids=40c121c4-1316-4a91-8445-d4769101bf62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001200 10.0.0.19 - - [2026-06-22 03:43:16] "GET /project/40c121c4-1316-4a91-8445-d4769101bf62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.052114 10.0.0.241 - - [2026-06-22 03:43:16] "GET /projects?obj_uuids=40c121c4-1316-4a91-8445-d4769101bf62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001107 10.0.0.19 - - [2026-06-22 03:43:16] "GET /project/40c121c4-1316-4a91-8445-d4769101bf62?fields=virtual_networks HTTP/1.1" 200 1033 0.057821 10.0.0.241 - - [2026-06-22 03:43:16] "GET /projects?obj_uuids=40c121c4-1316-4a91-8445-d4769101bf62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001436 10.0.0.19 - - [2026-06-22 03:43:16] "GET /project/40c121c4-1316-4a91-8445-d4769101bf62?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.044733 10.0.0.241 - - [2026-06-22 03:43:16] "GET /projects?obj_uuids=40c121c4-1316-4a91-8445-d4769101bf62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001484 10.0.0.19 - - [2026-06-22 03:43:16] "GET /project/40c121c4-1316-4a91-8445-d4769101bf62?fields=security_groups HTTP/1.1" 200 1260 0.046967 10.0.0.19 - - [2026-06-22 03:43:17] "POST /fqname-to-id HTTP/1.1" 404 196 0.027874 10.0.0.241 - - [2026-06-22 03:43:17] "GET /projects?obj_uuids=4155102c-2c8a-4f02-8877-0a9f22fccec2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003185 10.0.0.241 - - [2026-06-22 03:43:17] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000922 10.0.0.241 - - [2026-06-22 03:43:17] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009001 10.0.0.241 - - [2026-06-22 03:43:17] "POST /id-to-fqname HTTP/1.1" 200 198 0.003764 10.0.0.241 - - [2026-06-22 03:43:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.005223 10.0.0.241 - - [2026-06-22 03:43:17] "POST /security-groups HTTP/1.1" 200 599 0.034311 10.0.0.241 - - [2026-06-22 03:43:17] "POST /projects HTTP/1.1" 200 601 0.242046 10.0.0.241 - - [2026-06-22 03:43:17] "POST /fqname-to-id HTTP/1.1" 404 241 0.017174 10.0.0.241 - - [2026-06-22 03:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.318934 10.0.0.19 - - [2026-06-22 03:43:17] "GET /project/4155102c-2c8a-4f02-8877-0a9f22fccec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.460455 10.0.0.19 - - [2026-06-22 03:43:18] "GET / HTTP/1.1" 200 36215 0.001271 10.0.0.19 - - [2026-06-22 03:43:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000564 10.0.0.19 - - [2026-06-22 03:43:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.067038 10.0.0.241 - - [2026-06-22 03:43:21] "GET /projects?obj_uuids=4155102c-2c8a-4f02-8877-0a9f22fccec2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001083 10.0.0.19 - - [2026-06-22 03:43:21] "GET /project/4155102c-2c8a-4f02-8877-0a9f22fccec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.047799 10.0.0.241 - - [2026-06-22 03:43:21] "GET /projects?obj_uuids=4155102c-2c8a-4f02-8877-0a9f22fccec2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001174 10.0.0.19 - - [2026-06-22 03:43:21] "POST /neutron/network HTTP/1.1" 200 613 0.132144 10.0.0.241 - - [2026-06-22 03:43:21] "POST /ref-update HTTP/1.1" 200 156 0.023186 10.0.0.19 - - [2026-06-22 03:43:21] "POST /neutron/network HTTP/1.1" 200 1006 0.012454 10.0.0.19 - - [2026-06-22 03:43:21] "POST /id-to-fqname HTTP/1.1" 200 228 0.001119 10.0.0.19 - - [2026-06-22 03:43:21] "GET /virtual-network/796c35f5-6705-44b1-bcc5-e21e1c05c5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006555 10.0.0.19 - - [2026-06-22 03:43:21] "GET /virtual-network/796c35f5-6705-44b1-bcc5-e21e1c05c5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007334 10.0.0.19 - - [2026-06-22 03:43:22] "POST /neutron/subnet HTTP/1.1" 200 828 0.009017 10.0.0.19 - - [2026-06-22 03:43:22] "GET /virtual-network/796c35f5-6705-44b1-bcc5-e21e1c05c5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006272 10.0.0.19 - - [2026-06-22 03:43:23] "GET /obj-perms HTTP/1.1" 200 4483 0.046962 10.0.0.241 - - [2026-06-22 03:43:24] "GET /obj-perms HTTP/1.1" 200 4483 0.044348 10.0.0.19 - - [2026-06-22 03:43:24] "POST /id-to-fqname HTTP/1.1" 200 228 0.001369 10.0.0.241 - - [2026-06-22 03:43:24] "GET /projects?obj_uuids=4155102c-2c8a-4f02-8877-0a9f22fccec2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002450 10.0.0.19 - - [2026-06-22 03:43:24] "GET /project/4155102c-2c8a-4f02-8877-0a9f22fccec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.055886 10.0.0.19 - - [2026-06-22 03:43:24] "POST /neutron/network HTTP/1.1" 200 1006 0.009491 10.0.0.19 - - [2026-06-22 03:43:25] "POST /id-to-fqname HTTP/1.1" 200 228 0.001236 10.0.0.19 - - [2026-06-22 03:43:25] "POST /neutron/port HTTP/1.1" 200 117 0.009835 10.0.0.241 - - [2026-06-22 03:43:25] "GET /projects?obj_uuids=4155102c-2c8a-4f02-8877-0a9f22fccec2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001335 10.0.0.19 - - [2026-06-22 03:43:26] "GET /project/4155102c-2c8a-4f02-8877-0a9f22fccec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.070505 10.0.0.19 - - [2026-06-22 03:43:26] "POST /neutron/port HTTP/1.1" 200 117 0.008648 10.0.0.19 - - [2026-06-22 03:43:26] "POST /id-to-fqname HTTP/1.1" 200 228 0.001280 10.0.0.19 - - [2026-06-22 03:43:26] "POST /neutron/network HTTP/1.1" 200 1016 0.007893 10.0.0.241 - - [2026-06-22 03:43:27] "GET /projects?obj_uuids=4155102c-2c8a-4f02-8877-0a9f22fccec2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001086 10.0.0.19 - - [2026-06-22 03:43:27] "GET /project/4155102c-2c8a-4f02-8877-0a9f22fccec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.057146 10.0.0.19 - - [2026-06-22 03:43:27] "POST /neutron/port HTTP/1.1" 200 117 0.006645 10.0.0.19 - - [2026-06-22 03:43:27] "POST /id-to-fqname HTTP/1.1" 200 228 0.001281 10.0.0.241 - - [2026-06-22 03:43:28] "GET /projects?obj_uuids=4155102c-2c8a-4f02-8877-0a9f22fccec2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000985 10.0.0.19 - - [2026-06-22 03:43:28] "GET /project/4155102c-2c8a-4f02-8877-0a9f22fccec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.073720 10.0.0.19 - - [2026-06-22 03:43:28] "POST /neutron/network HTTP/1.1" 200 1006 0.010075 10.0.0.19 - - [2026-06-22 03:43:28] "POST /neutron/port HTTP/1.1" 200 117 0.006494 10.0.0.19 - - [2026-06-22 03:43:29] "POST /neutron/port HTTP/1.1" 200 1175 0.026510 10.0.0.19 - - [2026-06-22 03:43:30] "POST /neutron/network HTTP/1.1" 200 1016 0.007731 10.0.0.19 - - [2026-06-22 03:43:30] "POST /neutron/port HTTP/1.1" 200 1175 0.022126 10.0.0.19 - - [2026-06-22 03:43:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.027589 10.0.0.19 - - [2026-06-22 03:43:30] "POST /neutron/port HTTP/1.1" 200 117 0.001106 10.0.0.19 - - [2026-06-22 03:43:32] "POST /neutron/port HTTP/1.1" 200 1239 0.030231 10.0.0.19 - - [2026-06-22 03:43:32] "POST /neutron/subnet HTTP/1.1" 200 1385 0.014290 10.0.0.19 - - [2026-06-22 03:43:32] "POST /neutron/network HTTP/1.1" 200 1006 0.010614 10.0.0.19 - - [2026-06-22 03:43:32] "POST /neutron/network HTTP/1.1" 200 1016 0.007804 10.0.0.19 - - [2026-06-22 03:43:32] "POST /neutron/port HTTP/1.1" 200 1175 0.062727 10.0.0.19 - - [2026-06-22 03:43:33] "POST /neutron/port HTTP/1.1" 200 1175 0.027362 10.0.0.19 - - [2026-06-22 03:43:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007724 10.0.0.19 - - [2026-06-22 03:43:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004692 10.0.0.19 - - [2026-06-22 03:43:34] "POST /neutron/port HTTP/1.1" 200 117 0.001411 10.0.0.19 - - [2026-06-22 03:43:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004835 10.0.0.19 - - [2026-06-22 03:43:34] "POST /neutron/port HTTP/1.1" 200 117 0.001164 10.0.0.19 - - [2026-06-22 03:43:38] "POST /neutron/port HTTP/1.1" 200 1239 0.020652 10.0.0.19 - - [2026-06-22 03:43:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007984 10.0.0.19 - - [2026-06-22 03:43:38] "GET /virtual-machine/48124cff-0df4-44bb-bc4a-beedb368d399 HTTP/1.1" 401 292 0.000486 10.0.0.19 - - [2026-06-22 03:43:39] "GET /virtual-machine/48124cff-0df4-44bb-bc4a-beedb368d399 HTTP/1.1" 200 1302 0.028649 10.0.0.19 - - [2026-06-22 03:43:39] "GET /virtual-machine-interface/b1ca70cc-7611-4850-8bc7-5af0d6f40e76 HTTP/1.1" 200 3184 0.005598 10.0.0.19 - - [2026-06-22 03:43:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.19 - - [2026-06-22 03:43:39] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004245 10.0.0.19 - - [2026-06-22 03:43:39] "GET /virtual-networks?parent_id=4155102c-2c8a-4f02-8877-0a9f22fccec2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003492 10.0.0.19 - - [2026-06-22 03:43:39] "GET /virtual-network/796c35f5-6705-44b1-bcc5-e21e1c05c5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007571 10.0.0.19 - - [2026-06-22 03:43:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004351 10.0.0.19 - - [2026-06-22 03:43:42] "GET /virtual-network/796c35f5-6705-44b1-bcc5-e21e1c05c5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005435 10.0.0.19 - - [2026-06-22 03:43:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.19 - - [2026-06-22 03:43:46] "GET /virtual-network/796c35f5-6705-44b1-bcc5-e21e1c05c5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005966 10.0.0.19 - - [2026-06-22 03:43:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005867 10.0.0.19 - - [2026-06-22 03:43:50] "GET /virtual-network/796c35f5-6705-44b1-bcc5-e21e1c05c5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007005 10.0.0.19 - - [2026-06-22 03:43:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157 10.0.0.19 - - [2026-06-22 03:43:54] "GET /virtual-network/796c35f5-6705-44b1-bcc5-e21e1c05c5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005661 10.0.0.19 - - [2026-06-22 03:43:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.19 - - [2026-06-22 03:43:58] "GET /virtual-network/796c35f5-6705-44b1-bcc5-e21e1c05c5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005755 10.0.0.19 - - [2026-06-22 03:44:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.19 - - [2026-06-22 03:44:03] "GET /virtual-network/796c35f5-6705-44b1-bcc5-e21e1c05c5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005521 10.0.0.19 - - [2026-06-22 03:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.19 - - [2026-06-22 03:44:07] "GET /virtual-network/796c35f5-6705-44b1-bcc5-e21e1c05c5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005452 10.0.0.19 - - [2026-06-22 03:44:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.19 - - [2026-06-22 03:44:11] "GET /virtual-network/796c35f5-6705-44b1-bcc5-e21e1c05c5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005119 10.0.0.19 - - [2026-06-22 03:44:11] "POST /neutron/port HTTP/1.1" 200 1239 0.018887 10.0.0.241 - - [2026-06-22 03:44:12] "DELETE /project/4155102c2c8a4f0288770a9f22fccec2 HTTP/1.1" 404 173 0.122596 10.0.0.241 - - [2026-06-22 03:44:12] "GET /projects?obj_uuids=40c121c4-1316-4a91-8445-d4769101bf62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002930 10.0.0.241 - - [2026-06-22 03:44:12] "GET /project/40c121c4-1316-4a91-8445-d4769101bf62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.102843 10.0.0.241 - - [2026-06-22 03:44:12] "GET /projects?obj_uuids=40c121c4-1316-4a91-8445-d4769101bf62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001494 10.0.0.241 - - [2026-06-22 03:44:12] "GET /project/40c121c4-1316-4a91-8445-d4769101bf62?fields=security_groups HTTP/1.1" 200 1101 0.085074 10.0.0.241 - - [2026-06-22 03:44:12] "GET /projects?obj_uuids=40c121c4-1316-4a91-8445-d4769101bf62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001800 10.0.0.241 - - [2026-06-22 03:44:12] "GET /project/40c121c4-1316-4a91-8445-d4769101bf62?fields=application_policy_sets HTTP/1.1" 200 1401 0.055950 10.0.0.241 - - [2026-06-22 03:44:12] "DELETE /project/40c121c4-1316-4a91-8445-d4769101bf62 HTTP/1.1" 200 115 0.534755 10.0.0.19 - - [2026-06-22 03:44:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.19 - - [2026-06-22 03:44:13] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005976 10.0.0.19 - - [2026-06-22 03:44:13] "GET /virtual-networks?parent_id=4155102c-2c8a-4f02-8877-0a9f22fccec2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003351 10.0.0.19 - - [2026-06-22 03:44:13] "GET /virtual-network/796c35f5-6705-44b1-bcc5-e21e1c05c5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005316 10.0.0.19 - - [2026-06-22 03:44:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007019 10.0.0.19 - - [2026-06-22 03:44:18] "POST /neutron/port HTTP/1.1" 200 1239 0.017994 10.0.0.19 - - [2026-06-22 03:44:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007139 10.0.0.19 - - [2026-06-22 03:44:25] "POST /neutron/port HTTP/1.1" 200 1239 0.021096 10.0.0.19 - - [2026-06-22 03:44:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004660 10.0.0.19 - - [2026-06-22 03:44:26] "POST /neutron/port HTTP/1.1" 200 117 0.001349 10.0.0.19 - - [2026-06-22 03:44:28] "POST /neutron/port HTTP/1.1" 200 1239 0.020501 10.0.0.19 - - [2026-06-22 03:44:31] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007038 10.0.0.19 - - [2026-06-22 03:44:39] "POST /neutron/port HTTP/1.1" 200 1239 0.019144 10.0.0.19 - - [2026-06-22 03:44:44] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007487 10.0.0.19 - - [2026-06-22 03:44:44] "POST /neutron/port HTTP/1.1" 200 1239 0.019323 10.0.0.19 - - [2026-06-22 03:44:44] "GET /virtual-machine/bff836ee-b397-4d8e-8056-083031979baf HTTP/1.1" 200 1302 0.005977 10.0.0.19 - - [2026-06-22 03:44:44] "GET /virtual-machine-interface/f9956e12-cee8-4769-a43b-12472ddf3738 HTTP/1.1" 200 3184 0.005678 10.0.0.19 - - [2026-06-22 03:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.19 - - [2026-06-22 03:44:44] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004072 10.0.0.19 - - [2026-06-22 03:44:44] "GET /virtual-networks?parent_id=4155102c-2c8a-4f02-8877-0a9f22fccec2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003580 10.0.0.19 - - [2026-06-22 03:44:44] "GET /virtual-network/796c35f5-6705-44b1-bcc5-e21e1c05c5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005430 10.0.0.19 - - [2026-06-22 03:44:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.19 - - [2026-06-22 03:44:45] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004087 10.0.0.19 - - [2026-06-22 03:44:46] "GET /virtual-networks?parent_id=4155102c-2c8a-4f02-8877-0a9f22fccec2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003445 10.0.0.19 - - [2026-06-22 03:44:46] "GET /virtual-network/796c35f5-6705-44b1-bcc5-e21e1c05c5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005077 10.0.0.19 - - [2026-06-22 03:44:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007862 10.0.0.19 - - [2026-06-22 03:44:46] "POST /neutron/port HTTP/1.1" 200 1239 0.016422 10.0.0.19 - - [2026-06-22 03:44:46] "GET /virtual-machine/299baa71-e256-4826-989f-12889a5f58db HTTP/1.1" 200 1302 0.005730 10.0.0.19 - - [2026-06-22 03:44:46] "GET /virtual-machine-interface/8d818711-f7f6-463b-bf7f-15059f9b5208 HTTP/1.1" 200 3184 0.005184 10.0.0.19 - - [2026-06-22 03:44:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.19 - - [2026-06-22 03:44:46] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003377 10.0.0.19 - - [2026-06-22 03:44:46] "GET /virtual-networks?parent_id=4155102c-2c8a-4f02-8877-0a9f22fccec2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003395 10.0.0.19 - - [2026-06-22 03:44:46] "GET /virtual-network/796c35f5-6705-44b1-bcc5-e21e1c05c5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006161 10.0.0.19 - - [2026-06-22 03:44:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.19 - - [2026-06-22 03:44:47] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003685 10.0.0.19 - - [2026-06-22 03:44:47] "GET /virtual-networks?parent_id=4155102c-2c8a-4f02-8877-0a9f22fccec2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002568 10.0.0.19 - - [2026-06-22 03:44:47] "GET /virtual-network/796c35f5-6705-44b1-bcc5-e21e1c05c5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.011069 10.0.0.19 - - [2026-06-22 03:44:48] "POST /neutron/port HTTP/1.1" 200 1239 0.017032 10.0.0.19 - - [2026-06-22 03:44:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004592 10.0.0.19 - - [2026-06-22 03:44:49] "POST /neutron/port HTTP/1.1" 200 117 0.001044 10.0.0.241 - - [2026-06-22 03:44:53] "GET /projects?obj_uuids=4155102c-2c8a-4f02-8877-0a9f22fccec2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000964 10.0.0.19 - - [2026-06-22 03:44:53] "GET /project/4155102c-2c8a-4f02-8877-0a9f22fccec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.044740 10.0.0.19 - - [2026-06-22 03:44:53] "POST /fqname-to-id HTTP/1.1" 404 226 0.003246 10.0.0.19 - - [2026-06-22 03:44:53] "POST /interface-route-tables HTTP/1.1" 200 577 0.027501 10.0.0.19 - - [2026-06-22 03:44:53] "GET /interface-route-table/4bde0503-8f24-42e2-81d1-b0d62ba2eceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.006574 10.0.0.19 - - [2026-06-22 03:44:53] "GET /virtual-machine-interface/b1ca70cc-7611-4850-8bc7-5af0d6f40e76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.005622 10.0.0.19 - - [2026-06-22 03:44:53] "POST /ref-update HTTP/1.1" 200 156 0.014459 10.0.0.19 - - [2026-06-22 03:45:25] "POST /neutron/port HTTP/1.1" 200 1239 0.020719 10.0.0.19 - - [2026-06-22 03:45:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003933 10.0.0.19 - - [2026-06-22 03:45:26] "POST /neutron/port HTTP/1.1" 200 117 0.001287 10.0.0.241 - - [2026-06-22 03:45:30] "GET /projects?obj_uuids=4155102c-2c8a-4f02-8877-0a9f22fccec2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000888 10.0.0.19 - - [2026-06-22 03:45:30] "GET /project/4155102c-2c8a-4f02-8877-0a9f22fccec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.049500 10.0.0.19 - - [2026-06-22 03:45:30] "POST /fqname-to-id HTTP/1.1" 404 226 0.003524 10.0.0.19 - - [2026-06-22 03:45:30] "POST /interface-route-tables HTTP/1.1" 200 577 0.033806 10.0.0.19 - - [2026-06-22 03:45:30] "GET /interface-route-table/749bb1e2-f517-4b21-b2aa-f4a2e2f59e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.005977 10.0.0.19 - - [2026-06-22 03:45:30] "GET /virtual-machine-interface/f9956e12-cee8-4769-a43b-12472ddf3738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.005975 10.0.0.19 - - [2026-06-22 03:45:30] "POST /ref-update HTTP/1.1" 200 156 0.015233 10.0.0.19 - - [2026-06-22 03:45:31] "GET /virtual-machine-interface/8d818711-f7f6-463b-bf7f-15059f9b5208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.010890 10.0.0.19 - - [2026-06-22 03:45:31] "PUT /virtual-machine-interface/8d818711-f7f6-463b-bf7f-15059f9b5208 HTTP/1.1" 200 285 0.014160 10.0.0.19 - - [2026-06-22 03:45:31] "GET /virtual-machine-interface/b1ca70cc-7611-4850-8bc7-5af0d6f40e76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3049 0.007714 10.0.0.19 - - [2026-06-22 03:45:31] "PUT /virtual-machine-interface/b1ca70cc-7611-4850-8bc7-5af0d6f40e76 HTTP/1.1" 200 285 0.014499 10.0.0.19 - - [2026-06-22 03:45:31] "GET /virtual-machine-interface/f9956e12-cee8-4769-a43b-12472ddf3738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3049 0.008027 10.0.0.19 - - [2026-06-22 03:45:31] "PUT /virtual-machine-interface/f9956e12-cee8-4769-a43b-12472ddf3738 HTTP/1.1" 200 285 0.016490 10.0.0.129 - - [2026-06-22 03:45:50] "GET /obj-perms HTTP/1.1" 200 4493 0.091203 10.0.0.19 - - [2026-06-22 03:45:51] "POST /neutron/port HTTP/1.1" 200 1239 0.048120 10.0.0.19 - - [2026-06-22 03:45:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004555 10.0.0.19 - - [2026-06-22 03:45:51] "POST /neutron/port HTTP/1.1" 200 117 0.001188 10.0.0.241 - - [2026-06-22 03:45:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.241 - - [2026-06-22 03:45:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000462 10.0.0.129 - - [2026-06-22 03:45:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000478 10.0.0.129 - - [2026-06-22 03:45:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000601 10.0.0.241 - - [2026-06-22 03:45:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000469 10.0.0.241 - - [2026-06-22 03:45:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000530 10.0.0.19 - - [2026-06-22 03:45:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000444 10.0.0.19 - - [2026-06-22 03:45:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.129 - - [2026-06-22 03:45:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.129 - - [2026-06-22 03:45:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.19 - - [2026-06-22 03:45:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.19 - - [2026-06-22 03:45:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.19 - - [2026-06-22 03:46:17] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007933 10.0.0.19 - - [2026-06-22 03:46:17] "POST /neutron/port HTTP/1.1" 200 1239 0.020088 10.0.0.19 - - [2026-06-22 03:46:17] "GET /virtual-machine/12f30da0-56df-4826-a720-436914b588e4 HTTP/1.1" 200 1302 0.006311 10.0.0.19 - - [2026-06-22 03:46:17] "GET /virtual-machine-interface/f3521796-47ca-4375-808d-ca6a0c8468c1 HTTP/1.1" 200 3183 0.006416 10.0.0.19 - - [2026-06-22 03:46:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004596 10.0.0.19 - - [2026-06-22 03:46:17] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003556 10.0.0.19 - - [2026-06-22 03:46:17] "GET /virtual-networks?parent_id=4155102c-2c8a-4f02-8877-0a9f22fccec2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002831 10.0.0.19 - - [2026-06-22 03:46:17] "GET /virtual-network/796c35f5-6705-44b1-bcc5-e21e1c05c5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006495 10.0.0.19 - - [2026-06-22 03:46:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.19 - - [2026-06-22 03:46:18] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003426 10.0.0.19 - - [2026-06-22 03:46:18] "GET /virtual-networks?parent_id=4155102c-2c8a-4f02-8877-0a9f22fccec2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003415 10.0.0.19 - - [2026-06-22 03:46:18] "GET /virtual-network/796c35f5-6705-44b1-bcc5-e21e1c05c5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007669 10.0.0.19 - - [2026-06-22 03:46:18] "GET /virtual-machine-interface/f3521796-47ca-4375-808d-ca6a0c8468c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.005787 10.0.0.19 - - [2026-06-22 03:46:18] "PUT /virtual-machine-interface/f3521796-47ca-4375-808d-ca6a0c8468c1 HTTP/1.1" 200 285 0.014003 10.0.0.19 - - [2026-06-22 03:46:28] "POST /neutron/port HTTP/1.1" 200 1239 0.018211 10.0.0.19 - - [2026-06-22 03:46:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003831 10.0.0.19 - - [2026-06-22 03:46:28] "POST /neutron/port HTTP/1.1" 200 117 0.001103 10.0.0.19 - - [2026-06-22 03:46:51] "GET /obj-perms HTTP/1.1" 200 4493 0.043175 10.0.0.19 - - [2026-06-22 03:46:52] "POST /neutron/port HTTP/1.1" 200 1239 0.025309 10.0.0.19 - - [2026-06-22 03:46:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003667 10.0.0.19 - - [2026-06-22 03:46:53] "POST /neutron/port HTTP/1.1" 200 117 0.001104 10.0.0.241 - - [2026-06-22 03:46:53] "GET /projects?obj_uuids=4155102c-2c8a-4f02-8877-0a9f22fccec2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000957 10.0.0.19 - - [2026-06-22 03:46:53] "GET /project/4155102c-2c8a-4f02-8877-0a9f22fccec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.041854 10.0.0.19 - - [2026-06-22 03:46:53] "POST /fqname-to-id HTTP/1.1" 404 226 0.003415 10.0.0.19 - - [2026-06-22 03:46:53] "POST /interface-route-tables HTTP/1.1" 200 577 0.026061 10.0.0.19 - - [2026-06-22 03:46:53] "GET /interface-route-table/875a4067-08da-4983-bae8-57f5d07e6796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.006159 10.0.0.19 - - [2026-06-22 03:46:53] "GET /virtual-machine-interface/f3521796-47ca-4375-808d-ca6a0c8468c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.006097 10.0.0.19 - - [2026-06-22 03:46:53] "POST /ref-update HTTP/1.1" 200 156 0.013660 10.0.0.19 - - [2026-06-22 03:46:54] "GET /virtual-machine-interface/b1ca70cc-7611-4850-8bc7-5af0d6f40e76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3099 0.005736 10.0.0.19 - - [2026-06-22 03:46:54] "POST /ref-update HTTP/1.1" 200 156 0.015905 10.0.0.19 - - [2026-06-22 03:46:54] "DELETE /interface-route-table/4bde0503-8f24-42e2-81d1-b0d62ba2eceb HTTP/1.1" 200 115 0.030044 10.0.0.19 - - [2026-06-22 03:46:56] "POST /neutron/port HTTP/1.1" 200 1229 0.019423 10.0.0.19 - - [2026-06-22 03:47:04] "GET /virtual-machine-interface/f3521796-47ca-4375-808d-ca6a0c8468c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.008037 10.0.0.19 - - [2026-06-22 03:47:04] "POST /ref-update HTTP/1.1" 200 156 0.015229 10.0.0.19 - - [2026-06-22 03:47:04] "DELETE /interface-route-table/875a4067-08da-4983-bae8-57f5d07e6796 HTTP/1.1" 200 115 0.031442 10.0.0.19 - - [2026-06-22 03:47:04] "GET /virtual-machine-interface/f9956e12-cee8-4769-a43b-12472ddf3738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3099 0.006148 10.0.0.19 - - [2026-06-22 03:47:04] "POST /ref-update HTTP/1.1" 200 156 0.019281 10.0.0.19 - - [2026-06-22 03:47:04] "DELETE /interface-route-table/749bb1e2-f517-4b21-b2aa-f4a2e2f59e7c HTTP/1.1" 200 115 0.029543 10.0.0.19 - - [2026-06-22 03:47:04] "POST /neutron/network HTTP/1.1" 400 204 0.013269 10.0.0.19 - - [2026-06-22 03:47:06] "POST /neutron/port HTTP/1.1" 200 151 0.221317 10.0.0.19 - - [2026-06-22 03:47:06] "POST /neutron/port HTTP/1.1" 200 151 0.301446 10.0.0.19 - - [2026-06-22 03:47:07] "POST /neutron/port HTTP/1.1" 200 151 0.305991 10.0.0.19 - - [2026-06-22 03:47:08] "POST /neutron/network HTTP/1.1" 200 1006 0.009993 10.0.0.241 - - [2026-06-22 03:47:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.049460 10.0.0.241 - - [2026-06-22 03:47:10] "GET /projects?obj_uuids=4155102c-2c8a-4f02-8877-0a9f22fccec2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001542 10.0.0.19 - - [2026-06-22 03:47:10] "GET /project/4155102c-2c8a-4f02-8877-0a9f22fccec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.059154 10.0.0.241 - - [2026-06-22 03:47:10] "GET /projects?obj_uuids=4155102c-2c8a-4f02-8877-0a9f22fccec2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001044 10.0.0.19 - - [2026-06-22 03:47:10] "GET /project/4155102c-2c8a-4f02-8877-0a9f22fccec2?fields=virtual_networks HTTP/1.1" 200 1049 0.048566 10.0.0.241 - - [2026-06-22 03:47:10] "GET /projects?obj_uuids=4155102c-2c8a-4f02-8877-0a9f22fccec2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000911 10.0.0.19 - - [2026-06-22 03:47:10] "GET /project/4155102c-2c8a-4f02-8877-0a9f22fccec2?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.045764 10.0.0.241 - - [2026-06-22 03:47:10] "GET /projects?obj_uuids=4155102c-2c8a-4f02-8877-0a9f22fccec2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001294 10.0.0.19 - - [2026-06-22 03:47:10] "GET /project/4155102c-2c8a-4f02-8877-0a9f22fccec2?fields=security_groups HTTP/1.1" 200 1284 0.042027 10.0.0.19 - - [2026-06-22 03:47:11] "POST /fqname-to-id HTTP/1.1" 404 183 0.028753 10.0.0.241 - - [2026-06-22 03:47:11] "GET /projects?obj_uuids=a1c6aae1-bb21-4ffd-b928-2dc324bb5174&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003120 10.0.0.241 - - [2026-06-22 03:47:11] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001500 10.0.0.241 - - [2026-06-22 03:47:11] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007104 10.0.0.241 - - [2026-06-22 03:47:11] "POST /id-to-fqname HTTP/1.1" 200 185 0.004483 10.0.0.241 - - [2026-06-22 03:47:11] "POST /fqname-to-id HTTP/1.1" 404 194 0.003136 10.0.0.241 - - [2026-06-22 03:47:12] "POST /security-groups HTTP/1.1" 200 586 0.032642 10.0.0.241 - - [2026-06-22 03:47:12] "POST /projects HTTP/1.1" 200 575 0.235596 10.0.0.241 - - [2026-06-22 03:47:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.300633 10.0.0.241 - - [2026-06-22 03:47:12] "POST /access-control-lists HTTP/1.1" 200 593 0.027429 10.0.0.19 - - [2026-06-22 03:47:12] "GET /project/a1c6aae1-bb21-4ffd-b928-2dc324bb5174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.439860 10.0.0.19 - - [2026-06-22 03:47:13] "GET / HTTP/1.1" 200 36215 0.001648 10.0.0.241 - - [2026-06-22 03:47:13] "DELETE /project/a1c6aae1bb214ffdb9282dc324bb5174 HTTP/1.1" 404 173 0.004207 10.0.0.241 - - [2026-06-22 03:47:13] "GET /projects?obj_uuids=4155102c-2c8a-4f02-8877-0a9f22fccec2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000892 10.0.0.241 - - [2026-06-22 03:47:13] "GET /project/4155102c-2c8a-4f02-8877-0a9f22fccec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.048564 10.0.0.241 - - [2026-06-22 03:47:13] "GET /projects?obj_uuids=4155102c-2c8a-4f02-8877-0a9f22fccec2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000868 10.0.0.241 - - [2026-06-22 03:47:13] "GET /project/4155102c-2c8a-4f02-8877-0a9f22fccec2?fields=security_groups HTTP/1.1" 200 1386 0.039069 10.0.0.241 - - [2026-06-22 03:47:13] "DELETE /security-group/0031629b-3415-48aa-ac31-f1e650833a41 HTTP/1.1" 200 115 0.060555 10.0.0.241 - - [2026-06-22 03:47:13] "GET /projects?obj_uuids=4155102c-2c8a-4f02-8877-0a9f22fccec2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000964 10.0.0.241 - - [2026-06-22 03:47:13] "DELETE /access-control-list/d3255a0a-e234-4507-81cb-cd6a4b7c11c9 HTTP/1.1" 200 115 0.042962 10.0.0.241 - - [2026-06-22 03:47:13] "GET /project/4155102c-2c8a-4f02-8877-0a9f22fccec2?fields=application_policy_sets HTTP/1.1" 200 1425 0.047645 10.0.0.241 - - [2026-06-22 03:47:13] "DELETE /project/4155102c-2c8a-4f02-8877-0a9f22fccec2 HTTP/1.1" 200 115 0.441958 10.0.0.241 - - [2026-06-22 03:47:16] "GET /projects?obj_uuids=a1c6aae1-bb21-4ffd-b928-2dc324bb5174&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001033 10.0.0.19 - - [2026-06-22 03:47:16] "GET /project/a1c6aae1-bb21-4ffd-b928-2dc324bb5174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.040789 10.0.0.241 - - [2026-06-22 03:47:16] "GET /projects?obj_uuids=a1c6aae1-bb21-4ffd-b928-2dc324bb5174&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002026 10.0.0.19 - - [2026-06-22 03:47:16] "GET /project/a1c6aae1-bb21-4ffd-b928-2dc324bb5174?fields=virtual_networks HTTP/1.1" 200 1025 0.046381 10.0.0.241 - - [2026-06-22 03:47:16] "GET /projects?obj_uuids=a1c6aae1-bb21-4ffd-b928-2dc324bb5174&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000976 10.0.0.19 - - [2026-06-22 03:47:16] "GET /project/a1c6aae1-bb21-4ffd-b928-2dc324bb5174?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.036787 10.0.0.241 - - [2026-06-22 03:47:16] "GET /projects?obj_uuids=a1c6aae1-bb21-4ffd-b928-2dc324bb5174&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000912 10.0.0.19 - - [2026-06-22 03:47:16] "GET /project/a1c6aae1-bb21-4ffd-b928-2dc324bb5174?fields=security_groups HTTP/1.1" 200 1247 0.039401 10.0.0.19 - - [2026-06-22 03:47:17] "POST /fqname-to-id HTTP/1.1" 404 193 0.028153 10.0.0.241 - - [2026-06-22 03:47:17] "GET /projects?obj_uuids=79a70f71-fd15-4b18-b025-6897d6379070&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004032 10.0.0.241 - - [2026-06-22 03:47:17] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001032 10.0.0.241 - - [2026-06-22 03:47:17] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007245 10.0.0.241 - - [2026-06-22 03:47:17] "POST /id-to-fqname HTTP/1.1" 200 195 0.001680 10.0.0.241 - - [2026-06-22 03:47:17] "POST /fqname-to-id HTTP/1.1" 404 204 0.011645 10.0.0.241 - - [2026-06-22 03:47:18] "POST /security-groups HTTP/1.1" 200 596 0.038956 10.0.0.241 - - [2026-06-22 03:47:18] "POST /projects HTTP/1.1" 200 595 0.260955 10.0.0.241 - - [2026-06-22 03:47:18] "POST /access-control-lists HTTP/1.1" 200 603 0.031440 10.0.0.241 - - [2026-06-22 03:47:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.327188 10.0.0.19 - - [2026-06-22 03:47:18] "GET /project/79a70f71-fd15-4b18-b025-6897d6379070?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.470156 10.0.0.19 - - [2026-06-22 03:47:19] "GET / HTTP/1.1" 200 36215 0.001203 10.0.0.241 - - [2026-06-22 03:47:22] "GET /projects?obj_uuids=79a70f71-fd15-4b18-b025-6897d6379070&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001057 10.0.0.19 - - [2026-06-22 03:47:22] "GET /project/79a70f71-fd15-4b18-b025-6897d6379070?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.038899 10.0.0.241 - - [2026-06-22 03:47:22] "GET /projects?obj_uuids=79a70f71-fd15-4b18-b025-6897d6379070&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001005 10.0.0.19 - - [2026-06-22 03:47:22] "GET /project/79a70f71-fd15-4b18-b025-6897d6379070?fields=virtual_networks HTTP/1.1" 200 1044 0.068360 10.0.0.241 - - [2026-06-22 03:47:22] "GET /projects?obj_uuids=79a70f71-fd15-4b18-b025-6897d6379070&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001121 10.0.0.19 - - [2026-06-22 03:47:22] "GET /project/79a70f71-fd15-4b18-b025-6897d6379070?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.039362 10.0.0.241 - - [2026-06-22 03:47:22] "GET /projects?obj_uuids=79a70f71-fd15-4b18-b025-6897d6379070&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001077 10.0.0.19 - - [2026-06-22 03:47:22] "GET /project/79a70f71-fd15-4b18-b025-6897d6379070?fields=security_groups HTTP/1.1" 200 1276 0.048234 10.0.0.19 - - [2026-06-22 03:47:23] "POST /fqname-to-id HTTP/1.1" 404 199 0.039638 10.0.0.241 - - [2026-06-22 03:47:23] "GET /projects?obj_uuids=e3c00284-a9f3-418e-b403-d17b8a960866&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002861 10.0.0.241 - - [2026-06-22 03:47:23] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000938 10.0.0.241 - - [2026-06-22 03:47:23] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007535 10.0.0.241 - - [2026-06-22 03:47:23] "POST /id-to-fqname HTTP/1.1" 200 201 0.002922 10.0.0.241 - - [2026-06-22 03:47:23] "POST /fqname-to-id HTTP/1.1" 404 210 0.009749 10.0.0.241 - - [2026-06-22 03:47:23] "POST /security-groups HTTP/1.1" 200 602 0.028657 10.0.0.241 - - [2026-06-22 03:47:23] "POST /fqname-to-id HTTP/1.1" 404 245 0.003665 10.0.0.241 - - [2026-06-22 03:47:24] "POST /projects HTTP/1.1" 200 607 0.248030 10.0.0.241 - - [2026-06-22 03:47:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.281651 10.0.0.241 - - [2026-06-22 03:47:24] "POST /access-control-lists HTTP/1.1" 200 607 0.036374 10.0.0.19 - - [2026-06-22 03:47:24] "GET /project/e3c00284-a9f3-418e-b403-d17b8a960866?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.424015 10.0.0.19 - - [2026-06-22 03:47:25] "GET / HTTP/1.1" 200 36215 0.001876 10.0.0.241 - - [2026-06-22 03:47:28] "GET /projects?obj_uuids=e3c00284-a9f3-418e-b403-d17b8a960866&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001103 10.0.0.19 - - [2026-06-22 03:47:28] "GET /project/e3c00284-a9f3-418e-b403-d17b8a960866?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.037424 10.0.0.241 - - [2026-06-22 03:47:28] "GET /projects?obj_uuids=e3c00284-a9f3-418e-b403-d17b8a960866&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000896 10.0.0.19 - - [2026-06-22 03:47:28] "GET /project/e3c00284-a9f3-418e-b403-d17b8a960866?fields=virtual_networks HTTP/1.1" 200 1057 0.039075 10.0.0.241 - - [2026-06-22 03:47:28] "GET /projects?obj_uuids=e3c00284-a9f3-418e-b403-d17b8a960866&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001285 10.0.0.19 - - [2026-06-22 03:47:28] "GET /project/e3c00284-a9f3-418e-b403-d17b8a960866?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.044182 10.0.0.241 - - [2026-06-22 03:47:28] "GET /projects?obj_uuids=e3c00284-a9f3-418e-b403-d17b8a960866&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000918 10.0.0.19 - - [2026-06-22 03:47:28] "GET /project/e3c00284-a9f3-418e-b403-d17b8a960866?fields=security_groups HTTP/1.1" 200 1295 0.041459 10.0.0.19 - - [2026-06-22 03:47:29] "POST /fqname-to-id HTTP/1.1" 404 185 0.029263 10.0.0.241 - - [2026-06-22 03:47:29] "GET /projects?obj_uuids=8ab52f0a-9a3f-4a18-af63-62619a8e30b4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003740 10.0.0.241 - - [2026-06-22 03:47:29] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001224 10.0.0.241 - - [2026-06-22 03:47:29] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007874 10.0.0.241 - - [2026-06-22 03:47:29] "POST /id-to-fqname HTTP/1.1" 200 187 0.002627 10.0.0.241 - - [2026-06-22 03:47:29] "POST /fqname-to-id HTTP/1.1" 404 196 0.007148 10.0.0.241 - - [2026-06-22 03:47:29] "POST /security-groups HTTP/1.1" 200 588 0.033609 10.0.0.241 - - [2026-06-22 03:47:29] "POST /projects HTTP/1.1" 200 579 0.264651 10.0.0.241 - - [2026-06-22 03:47:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.333067 10.0.0.241 - - [2026-06-22 03:47:29] "POST /fqname-to-id HTTP/1.1" 404 230 0.008930 10.0.0.19 - - [2026-06-22 03:47:30] "GET /project/8ab52f0a-9a3f-4a18-af63-62619a8e30b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.496993 10.0.0.19 - - [2026-06-22 03:47:31] "GET / HTTP/1.1" 200 36215 0.001612 10.0.0.241 - - [2026-06-22 03:47:34] "GET /projects?obj_uuids=8ab52f0a-9a3f-4a18-af63-62619a8e30b4&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001040 10.0.0.19 - - [2026-06-22 03:47:34] "GET /project/8ab52f0a-9a3f-4a18-af63-62619a8e30b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.033991 10.0.0.241 - - [2026-06-22 03:47:34] "GET /projects?obj_uuids=8ab52f0a-9a3f-4a18-af63-62619a8e30b4&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000889 10.0.0.19 - - [2026-06-22 03:47:34] "GET /project/8ab52f0a-9a3f-4a18-af63-62619a8e30b4?fields=virtual_networks HTTP/1.1" 200 1028 0.043136 10.0.0.241 - - [2026-06-22 03:47:34] "GET /projects?obj_uuids=8ab52f0a-9a3f-4a18-af63-62619a8e30b4&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000924 10.0.0.19 - - [2026-06-22 03:47:34] "GET /project/8ab52f0a-9a3f-4a18-af63-62619a8e30b4?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.044436 10.0.0.241 - - [2026-06-22 03:47:34] "GET /projects?obj_uuids=8ab52f0a-9a3f-4a18-af63-62619a8e30b4&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001009 10.0.0.19 - - [2026-06-22 03:47:34] "GET /project/8ab52f0a-9a3f-4a18-af63-62619a8e30b4?fields=security_groups HTTP/1.1" 200 1252 0.046807 10.0.0.19 - - [2026-06-22 03:47:35] "POST /fqname-to-id HTTP/1.1" 404 182 0.025880 10.0.0.241 - - [2026-06-22 03:47:35] "GET /projects?obj_uuids=4d462c7a-128d-43c7-a2d9-8feb125218ca&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003220 10.0.0.241 - - [2026-06-22 03:47:35] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988 10.0.0.241 - - [2026-06-22 03:47:35] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008963 10.0.0.241 - - [2026-06-22 03:47:35] "POST /id-to-fqname HTTP/1.1" 200 184 0.005585 10.0.0.241 - - [2026-06-22 03:47:35] "POST /fqname-to-id HTTP/1.1" 404 193 0.006521 10.0.0.241 - - [2026-06-22 03:47:35] "POST /security-groups HTTP/1.1" 200 585 0.076473 10.0.0.241 - - [2026-06-22 03:47:35] "POST /projects HTTP/1.1" 200 573 0.287323 10.0.0.241 - - [2026-06-22 03:47:35] "POST /access-control-lists HTTP/1.1" 200 592 0.035274 10.0.0.241 - - [2026-06-22 03:47:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.371783 10.0.0.19 - - [2026-06-22 03:47:35] "GET /project/4d462c7a-128d-43c7-a2d9-8feb125218ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.526558 10.0.0.19 - - [2026-06-22 03:47:36] "GET / HTTP/1.1" 200 36215 0.001347 10.0.0.241 - - [2026-06-22 03:47:39] "GET /projects?obj_uuids=4d462c7a-128d-43c7-a2d9-8feb125218ca&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001083 10.0.0.19 - - [2026-06-22 03:47:39] "GET /project/4d462c7a-128d-43c7-a2d9-8feb125218ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.041094 10.0.0.241 - - [2026-06-22 03:47:39] "GET /projects?obj_uuids=4d462c7a-128d-43c7-a2d9-8feb125218ca&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001090 10.0.0.19 - - [2026-06-22 03:47:39] "GET /project/4d462c7a-128d-43c7-a2d9-8feb125218ca?fields=virtual_networks HTTP/1.1" 200 1022 0.045844 10.0.0.241 - - [2026-06-22 03:47:39] "GET /projects?obj_uuids=4d462c7a-128d-43c7-a2d9-8feb125218ca&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001057 10.0.0.19 - - [2026-06-22 03:47:40] "GET /project/4d462c7a-128d-43c7-a2d9-8feb125218ca?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.050574 10.0.0.241 - - [2026-06-22 03:47:40] "GET /projects?obj_uuids=4d462c7a-128d-43c7-a2d9-8feb125218ca&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001560 10.0.0.19 - - [2026-06-22 03:47:40] "GET /project/4d462c7a-128d-43c7-a2d9-8feb125218ca?fields=security_groups HTTP/1.1" 200 1243 0.044029 10.0.0.19 - - [2026-06-22 03:47:40] "POST /fqname-to-id HTTP/1.1" 404 186 0.025825 10.0.0.241 - - [2026-06-22 03:47:41] "GET /projects?obj_uuids=a5d7d3ba-4176-497f-b50e-6e53c0c166b9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003520 10.0.0.241 - - [2026-06-22 03:47:41] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000957 10.0.0.241 - - [2026-06-22 03:47:41] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007569 10.0.0.241 - - [2026-06-22 03:47:41] "POST /id-to-fqname HTTP/1.1" 200 188 0.006369 10.0.0.241 - - [2026-06-22 03:47:41] "POST /fqname-to-id HTTP/1.1" 404 197 0.004158 10.0.0.241 - - [2026-06-22 03:47:41] "POST /security-groups HTTP/1.1" 200 589 0.038393 10.0.0.241 - - [2026-06-22 03:47:41] "POST /projects HTTP/1.1" 200 581 0.260201 10.0.0.241 - - [2026-06-22 03:47:41] "POST /fqname-to-id HTTP/1.1" 404 232 0.014538 10.0.0.241 - - [2026-06-22 03:47:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.333028 10.0.0.241 - - [2026-06-22 03:47:41] "POST /access-control-lists HTTP/1.1" 200 594 0.035236 10.0.0.19 - - [2026-06-22 03:47:41] "GET /project/a5d7d3ba-4176-497f-b50e-6e53c0c166b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.500631 10.0.0.19 - - [2026-06-22 03:47:42] "GET / HTTP/1.1" 200 36215 0.001859 10.0.0.241 - - [2026-06-22 03:47:45] "GET /projects?obj_uuids=a5d7d3ba-4176-497f-b50e-6e53c0c166b9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001256 10.0.0.19 - - [2026-06-22 03:47:45] "GET /project/a5d7d3ba-4176-497f-b50e-6e53c0c166b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.052151 10.0.0.241 - - [2026-06-22 03:47:45] "GET /projects?obj_uuids=a5d7d3ba-4176-497f-b50e-6e53c0c166b9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001138 10.0.0.19 - - [2026-06-22 03:47:45] "GET /project/a5d7d3ba-4176-497f-b50e-6e53c0c166b9?fields=virtual_networks HTTP/1.1" 200 1031 0.050457 10.0.0.241 - - [2026-06-22 03:47:45] "GET /projects?obj_uuids=a5d7d3ba-4176-497f-b50e-6e53c0c166b9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001413 10.0.0.19 - - [2026-06-22 03:47:45] "GET /project/a5d7d3ba-4176-497f-b50e-6e53c0c166b9?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.049272 10.0.0.241 - - [2026-06-22 03:47:45] "GET /projects?obj_uuids=a5d7d3ba-4176-497f-b50e-6e53c0c166b9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001025 10.0.0.19 - - [2026-06-22 03:47:45] "GET /project/a5d7d3ba-4176-497f-b50e-6e53c0c166b9?fields=security_groups HTTP/1.1" 200 1256 0.047689 10.0.0.19 - - [2026-06-22 03:47:46] "POST /fqname-to-id HTTP/1.1" 404 186 0.037517 10.0.0.241 - - [2026-06-22 03:47:46] "GET /projects?obj_uuids=f74f3a46-6510-4b84-a671-cd6f0498c191&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003191 10.0.0.241 - - [2026-06-22 03:47:46] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001001 10.0.0.241 - - [2026-06-22 03:47:46] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007482 10.0.0.241 - - [2026-06-22 03:47:47] "POST /id-to-fqname HTTP/1.1" 200 188 0.004570 10.0.0.241 - - [2026-06-22 03:47:47] "POST /fqname-to-id HTTP/1.1" 404 197 0.004018 10.0.0.241 - - [2026-06-22 03:47:47] "POST /security-groups HTTP/1.1" 200 589 0.073520 10.0.0.241 - - [2026-06-22 03:47:47] "POST /projects HTTP/1.1" 200 581 0.288332 10.0.0.241 - - [2026-06-22 03:47:47] "POST /fqname-to-id HTTP/1.1" 404 231 0.013758 10.0.0.241 - - [2026-06-22 03:47:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.363867 10.0.0.19 - - [2026-06-22 03:47:47] "GET /project/f74f3a46-6510-4b84-a671-cd6f0498c191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.510593 10.0.0.19 - - [2026-06-22 03:47:48] "GET / HTTP/1.1" 200 36215 0.001436 10.0.0.19 - - [2026-06-22 03:47:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000442 10.0.0.19 - - [2026-06-22 03:47:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.059763 10.0.0.241 - - [2026-06-22 03:47:50] "GET /projects?obj_uuids=f74f3a46-6510-4b84-a671-cd6f0498c191&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001146 10.0.0.19 - - [2026-06-22 03:47:50] "GET /project/f74f3a46-6510-4b84-a671-cd6f0498c191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.068868 10.0.0.241 - - [2026-06-22 03:47:50] "GET /projects?obj_uuids=f74f3a46-6510-4b84-a671-cd6f0498c191&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001626 10.0.0.19 - - [2026-06-22 03:47:50] "POST /neutron/network HTTP/1.1" 200 603 0.152927 10.0.0.241 - - [2026-06-22 03:47:50] "POST /ref-update HTTP/1.1" 200 156 0.028476 10.0.0.19 - - [2026-06-22 03:47:51] "POST /id-to-fqname HTTP/1.1" 200 218 0.004272 10.0.0.19 - - [2026-06-22 03:47:51] "GET /virtual-network/e36a0fa9-240f-44b7-a394-35a1cbd256ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.014467 10.0.0.19 - - [2026-06-22 03:47:51] "POST /neutron/network HTTP/1.1" 200 822 0.006446 10.0.0.19 - - [2026-06-22 03:47:51] "GET /virtual-network/e36a0fa9-240f-44b7-a394-35a1cbd256ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005510 10.0.0.19 - - [2026-06-22 03:47:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.19 - - [2026-06-22 03:47:51] "GET /virtual-network/e36a0fa9-240f-44b7-a394-35a1cbd256ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007408 10.0.0.19 - - [2026-06-22 03:47:51] "PUT /virtual-network/e36a0fa9-240f-44b7-a394-35a1cbd256ff HTTP/1.1" 200 265 0.063398 10.0.0.241 - - [2026-06-22 03:47:52] "GET /obj-perms HTTP/1.1" 200 4493 0.073328 10.0.0.19 - - [2026-06-22 03:47:52] "GET /virtual-network/e36a0fa9-240f-44b7-a394-35a1cbd256ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005913 10.0.0.19 - - [2026-06-22 03:47:53] "POST /neutron/network HTTP/1.1" 200 822 0.006617 10.0.0.19 - - [2026-06-22 03:47:53] "POST /id-to-fqname HTTP/1.1" 200 218 0.001487 10.0.0.241 - - [2026-06-22 03:47:54] "GET /projects?obj_uuids=f74f3a46-6510-4b84-a671-cd6f0498c191&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001320 10.0.0.19 - - [2026-06-22 03:47:54] "GET /project/f74f3a46-6510-4b84-a671-cd6f0498c191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.058792 10.0.0.19 - - [2026-06-22 03:47:54] "POST /neutron/network HTTP/1.1" 200 822 0.026070 10.0.0.19 - - [2026-06-22 03:47:55] "POST /neutron/port HTTP/1.1" 200 117 0.005850 10.0.0.19 - - [2026-06-22 03:47:59] "POST /neutron/port HTTP/1.1" 200 1058 0.019531 10.0.0.19 - - [2026-06-22 03:48:00] "POST /neutron/port HTTP/1.1" 200 1122 0.025166 10.0.0.19 - - [2026-06-22 03:48:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004114 10.0.0.19 - - [2026-06-22 03:48:00] "POST /neutron/network HTTP/1.1" 200 822 0.006485 10.0.0.19 - - [2026-06-22 03:48:10] "POST /neutron/port HTTP/1.1" 200 1122 0.017185 10.0.0.19 - - [2026-06-22 03:48:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007542 10.0.0.19 - - [2026-06-22 03:48:10] "GET /virtual-machine/9c7ed563-ba16-49c1-86ee-eea01000d1c9 HTTP/1.1" 401 292 0.000405 10.0.0.19 - - [2026-06-22 03:48:11] "GET /virtual-machine/9c7ed563-ba16-49c1-86ee-eea01000d1c9 HTTP/1.1" 200 1292 0.024986 10.0.0.19 - - [2026-06-22 03:48:11] "GET /virtual-machine-interface/3dbaf050-5b33-44e3-99e5-fe056051d56c HTTP/1.1" 200 2938 0.005641 10.0.0.19 - - [2026-06-22 03:48:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.19 - - [2026-06-22 03:48:11] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003774 10.0.0.19 - - [2026-06-22 03:48:11] "GET /virtual-networks?parent_id=f74f3a46-6510-4b84-a671-cd6f0498c191&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003175 10.0.0.19 - - [2026-06-22 03:48:11] "GET /virtual-network/e36a0fa9-240f-44b7-a394-35a1cbd256ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005426 10.0.0.241 - - [2026-06-22 03:48:13] "DELETE /project/e3c00284a9f3418eb403d17b8a960866 HTTP/1.1" 404 173 0.020899 10.0.0.241 - - [2026-06-22 03:48:13] "DELETE /project/4d462c7a128d43c7a2d98feb125218ca HTTP/1.1" 404 173 0.018613 10.0.0.241 - - [2026-06-22 03:48:13] "DELETE /project/79a70f71fd154b18b0256897d6379070 HTTP/1.1" 404 173 0.023015 10.0.0.241 - - [2026-06-22 03:48:13] "DELETE /project/a5d7d3ba4176497fb50e6e53c0c166b9 HTTP/1.1" 404 173 0.011312 10.0.0.241 - - [2026-06-22 03:48:13] "DELETE /project/f74f3a4665104b84a671cd6f0498c191 HTTP/1.1" 404 173 0.018407 10.0.0.241 - - [2026-06-22 03:48:13] "GET /projects?obj_uuids=79a70f71-fd15-4b18-b025-6897d6379070&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000974 10.0.0.241 - - [2026-06-22 03:48:13] "GET /projects?obj_uuids=a5d7d3ba-4176-497f-b50e-6e53c0c166b9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000798 10.0.0.241 - - [2026-06-22 03:48:13] "GET /projects?obj_uuids=8ab52f0a-9a3f-4a18-af63-62619a8e30b4&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000672 10.0.0.241 - - [2026-06-22 03:48:13] "GET /projects?obj_uuids=a1c6aae1-bb21-4ffd-b928-2dc324bb5174&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001036 10.0.0.241 - - [2026-06-22 03:48:13] "GET /projects?obj_uuids=4d462c7a-128d-43c7-a2d9-8feb125218ca&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.003131 10.0.0.241 - - [2026-06-22 03:48:14] "GET /projects?obj_uuids=e3c00284-a9f3-418e-b403-d17b8a960866&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002550 10.0.0.241 - - [2026-06-22 03:48:14] "DELETE /project/8ab52f0a9a3f4a18af6362619a8e30b4 HTTP/1.1" 404 173 0.031825 10.0.0.241 - - [2026-06-22 03:48:14] "GET /project/a1c6aae1-bb21-4ffd-b928-2dc324bb5174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.100915 10.0.0.241 - - [2026-06-22 03:48:14] "GET /project/8ab52f0a-9a3f-4a18-af63-62619a8e30b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.120579 10.0.0.241 - - [2026-06-22 03:48:14] "GET /project/4d462c7a-128d-43c7-a2d9-8feb125218ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.118810 10.0.0.241 - - [2026-06-22 03:48:14] "GET /project/a5d7d3ba-4176-497f-b50e-6e53c0c166b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.142877 10.0.0.241 - - [2026-06-22 03:48:14] "GET /projects?obj_uuids=a1c6aae1-bb21-4ffd-b928-2dc324bb5174&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002348 10.0.0.241 - - [2026-06-22 03:48:14] "GET /projects?obj_uuids=8ab52f0a-9a3f-4a18-af63-62619a8e30b4&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001468 10.0.0.241 - - [2026-06-22 03:48:14] "GET /projects?obj_uuids=4d462c7a-128d-43c7-a2d9-8feb125218ca&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.005618 10.0.0.241 - - [2026-06-22 03:48:14] "GET /project/79a70f71-fd15-4b18-b025-6897d6379070?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.196855 10.0.0.241 - - [2026-06-22 03:48:14] "GET /projects?obj_uuids=a5d7d3ba-4176-497f-b50e-6e53c0c166b9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001041 10.0.0.241 - - [2026-06-22 03:48:14] "GET /projects?obj_uuids=79a70f71-fd15-4b18-b025-6897d6379070&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001055 10.0.0.241 - - [2026-06-22 03:48:14] "GET /project/e3c00284-a9f3-418e-b403-d17b8a960866?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.211491 10.0.0.241 - - [2026-06-22 03:48:14] "GET /projects?obj_uuids=e3c00284-a9f3-418e-b403-d17b8a960866&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003523 10.0.0.241 - - [2026-06-22 03:48:14] "GET /project/a1c6aae1-bb21-4ffd-b928-2dc324bb5174?fields=security_groups HTTP/1.1" 200 1349 0.157647 10.0.0.241 - - [2026-06-22 03:48:14] "GET /project/8ab52f0a-9a3f-4a18-af63-62619a8e30b4?fields=security_groups HTTP/1.1" 200 1354 0.148769 10.0.0.241 - - [2026-06-22 03:48:14] "DELETE /security-group/b759f7ca-237a-4d47-ac8f-4a94834e4479 HTTP/1.1" 404 171 0.003818 10.0.0.19 - - [2026-06-22 03:48:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.042006 10.0.0.241 - - [2026-06-22 03:48:14] "GET /project/4d462c7a-128d-43c7-a2d9-8feb125218ca?fields=security_groups HTTP/1.1" 200 1345 0.210606 10.0.0.19 - - [2026-06-22 03:48:14] "GET /virtual-network/e36a0fa9-240f-44b7-a394-35a1cbd256ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.015962 10.0.0.241 - - [2026-06-22 03:48:14] "GET /project/a5d7d3ba-4176-497f-b50e-6e53c0c166b9?fields=security_groups HTTP/1.1" 200 1358 0.213892 10.0.0.241 - - [2026-06-22 03:48:14] "GET /projects?obj_uuids=a1c6aae1-bb21-4ffd-b928-2dc324bb5174&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001116 10.0.0.241 - - [2026-06-22 03:48:14] "GET /project/79a70f71-fd15-4b18-b025-6897d6379070?fields=security_groups HTTP/1.1" 200 1378 0.216519 10.0.0.241 - - [2026-06-22 03:48:14] "GET /project/e3c00284-a9f3-418e-b403-d17b8a960866?fields=security_groups HTTP/1.1" 200 1397 0.204402 10.0.0.241 - - [2026-06-22 03:48:14] "DELETE /access-control-list/de21c98f-4795-4ab8-be79-4b3f2d92ac1b HTTP/1.1" 200 115 0.164993 10.0.0.241 - - [2026-06-22 03:48:14] "GET /project/a1c6aae1-bb21-4ffd-b928-2dc324bb5174?fields=application_policy_sets HTTP/1.1" 200 1388 0.134830 10.0.0.241 - - [2026-06-22 03:48:14] "DELETE /security-group/ba7d5972-ef0d-477c-abf1-f0f4b86b0917 HTTP/1.1" 200 115 0.193809 10.0.0.241 - - [2026-06-22 03:48:14] "GET /projects?obj_uuids=8ab52f0a-9a3f-4a18-af63-62619a8e30b4&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001232 10.0.0.241 - - [2026-06-22 03:48:14] "DELETE /security-group/b469166f-fce2-4de3-8aab-06b7c8a4e34d HTTP/1.1" 200 115 0.230412 10.0.0.241 - - [2026-06-22 03:48:14] "GET /project/8ab52f0a-9a3f-4a18-af63-62619a8e30b4?fields=application_policy_sets HTTP/1.1" 200 1393 0.139727 10.0.0.241 - - [2026-06-22 03:48:14] "GET /projects?obj_uuids=4d462c7a-128d-43c7-a2d9-8feb125218ca&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002427 10.0.0.241 - - [2026-06-22 03:48:14] "DELETE /security-group/bb58e3d6-168b-486d-9bbd-b1f0f73dd7ab HTTP/1.1" 200 115 0.263666 10.0.0.241 - - [2026-06-22 03:48:14] "GET /projects?obj_uuids=a5d7d3ba-4176-497f-b50e-6e53c0c166b9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001496 10.0.0.241 - - [2026-06-22 03:48:14] "DELETE /security-group/a02a676c-f418-4a61-9d9d-1e58c6cb75a7 HTTP/1.1" 200 115 0.303819 10.0.0.241 - - [2026-06-22 03:48:14] "GET /projects?obj_uuids=79a70f71-fd15-4b18-b025-6897d6379070&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001171 10.0.0.241 - - [2026-06-22 03:48:14] "GET /project/4d462c7a-128d-43c7-a2d9-8feb125218ca?fields=application_policy_sets HTTP/1.1" 200 1384 0.129843 10.0.0.241 - - [2026-06-22 03:48:14] "DELETE /security-group/bd889763-7fac-4650-918e-849fbfb0f494 HTTP/1.1" 200 115 0.295602 10.0.0.241 - - [2026-06-22 03:48:14] "DELETE /project/a1c6aae1-bb21-4ffd-b928-2dc324bb5174 HTTP/1.1" 200 115 0.859824 10.0.0.241 - - [2026-06-22 03:48:14] "GET /projects?obj_uuids=e3c00284-a9f3-418e-b403-d17b8a960866&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000990 10.0.0.241 - - [2026-06-22 03:48:14] "DELETE /access-control-list/8663935e-b7c8-470e-8864-6fe3f9a78f8d HTTP/1.1" 200 115 0.129419 10.0.0.241 - - [2026-06-22 03:48:14] "GET /project/a5d7d3ba-4176-497f-b50e-6e53c0c166b9?fields=application_policy_sets HTTP/1.1" 200 1397 0.174739 10.0.0.241 - - [2026-06-22 03:48:14] "GET /project/e3c00284-a9f3-418e-b403-d17b8a960866?fields=application_policy_sets HTTP/1.1" 200 1436 0.138061 10.0.0.241 - - [2026-06-22 03:48:14] "GET /project/79a70f71-fd15-4b18-b025-6897d6379070?fields=application_policy_sets HTTP/1.1" 200 1417 0.195059 10.0.0.241 - - [2026-06-22 03:48:15] "DELETE /access-control-list/dc1a5ff5-fbb7-4898-9141-787bde50c20a HTTP/1.1" 200 115 0.082327 10.0.0.241 - - [2026-06-22 03:48:15] "DELETE /project/8ab52f0a-9a3f-4a18-af63-62619a8e30b4 HTTP/1.1" 200 115 1.075457 10.0.0.241 - - [2026-06-22 03:48:15] "DELETE /project/a5d7d3ba-4176-497f-b50e-6e53c0c166b9 HTTP/1.1" 200 115 1.297046 10.0.0.241 - - [2026-06-22 03:48:15] "DELETE /project/4d462c7a-128d-43c7-a2d9-8feb125218ca HTTP/1.1" 200 115 1.299606 10.0.0.241 - - [2026-06-22 03:48:15] "DELETE /access-control-list/6bbe52f9-322d-45b0-a602-6111d8a51e0f HTTP/1.1" 200 115 0.056665 10.0.0.241 - - [2026-06-22 03:48:15] "DELETE /project/e3c00284-a9f3-418e-b403-d17b8a960866 HTTP/1.1" 200 115 1.297794 10.0.0.241 - - [2026-06-22 03:48:15] "DELETE /project/79a70f71-fd15-4b18-b025-6897d6379070 HTTP/1.1" 200 115 1.340715 10.0.0.19 - - [2026-06-22 03:48:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.19 - - [2026-06-22 03:48:18] "GET /virtual-network/e36a0fa9-240f-44b7-a394-35a1cbd256ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005850 10.0.0.19 - - [2026-06-22 03:48:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.19 - - [2026-06-22 03:48:22] "GET /virtual-network/e36a0fa9-240f-44b7-a394-35a1cbd256ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005841 10.0.0.19 - - [2026-06-22 03:48:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004293 10.0.0.19 - - [2026-06-22 03:48:26] "GET /virtual-network/e36a0fa9-240f-44b7-a394-35a1cbd256ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006829 10.0.0.19 - - [2026-06-22 03:48:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.19 - - [2026-06-22 03:48:30] "GET /virtual-network/e36a0fa9-240f-44b7-a394-35a1cbd256ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005636 10.0.0.19 - - [2026-06-22 03:48:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.19 - - [2026-06-22 03:48:32] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004883 10.0.0.19 - - [2026-06-22 03:48:32] "GET /virtual-networks?parent_id=f74f3a46-6510-4b84-a671-cd6f0498c191&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004014 10.0.0.19 - - [2026-06-22 03:48:32] "GET /virtual-network/e36a0fa9-240f-44b7-a394-35a1cbd256ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006681 10.0.0.19 - - [2026-06-22 03:48:32] "POST /neutron/port HTTP/1.1" 200 1122 0.019413 10.0.0.19 - - [2026-06-22 03:48:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.024593 10.0.0.19 - - [2026-06-22 03:48:43] "POST /neutron/port HTTP/1.1" 200 1122 0.018037 10.0.0.19 - - [2026-06-22 03:48:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008147 10.0.0.19 - - [2026-06-22 03:48:43] "POST /neutron/port HTTP/1.1" 200 1122 0.018209 10.0.0.19 - - [2026-06-22 03:48:43] "POST /neutron/network HTTP/1.1" 200 822 0.006871 10.0.0.19 - - [2026-06-22 03:48:43] "POST /id-to-fqname HTTP/1.1" 200 218 0.001209 10.0.0.19 - - [2026-06-22 03:48:43] "GET /virtual-machine/9c7ed563-ba16-49c1-86ee-eea01000d1c9 HTTP/1.1" 200 1292 0.005058 10.0.0.19 - - [2026-06-22 03:48:43] "GET /virtual-machine-interface/3dbaf050-5b33-44e3-99e5-fe056051d56c HTTP/1.1" 200 2938 0.005777 10.0.0.19 - - [2026-06-22 03:48:43] "GET /instance-ip/ddab836f-ce41-475b-bb2c-74a4bd67a5df HTTP/1.1" 200 1620 0.006641 10.0.0.19 - - [2026-06-22 03:48:43] "POST /fqname-to-id HTTP/1.1" 404 208 0.003580 10.0.0.19 - - [2026-06-22 03:48:43] "GET /virtual-network/e36a0fa9-240f-44b7-a394-35a1cbd256ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006239 10.0.0.241 - - [2026-06-22 03:48:43] "GET /projects?obj_uuids=f74f3a46-6510-4b84-a671-cd6f0498c191&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001091 10.0.0.19 - - [2026-06-22 03:48:43] "GET /project/f74f3a46-6510-4b84-a671-cd6f0498c191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.064293 10.0.0.19 - - [2026-06-22 03:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005396 10.0.0.19 - - [2026-06-22 03:48:43] "GET /security-group/a118d126-c7bd-456e-8882-024fbcaca2b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3750 0.006169 10.0.0.19 - - [2026-06-22 03:48:44] "POST /virtual-machine-interfaces HTTP/1.1" 200 565 0.080534 10.0.0.19 - - [2026-06-22 03:48:44] "POST /instance-ips HTTP/1.1" 200 358 0.035264 10.0.0.19 - - [2026-06-22 03:48:44] "GET /instance-ip/800f0f7a-6073-41b3-9b1b-6dfca871a7c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1573 0.008165 10.0.0.19 - - [2026-06-22 03:48:44] "GET /virtual-machine-interface/d3732114-5fdc-4e91-a117-500f9cd7e03e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.007769 10.0.0.19 - - [2026-06-22 03:48:44] "GET /virtual-machine-interface/d3732114-5fdc-4e91-a117-500f9cd7e03e?fields=instance_ip_back_refs HTTP/1.1" 200 1327 0.008230 10.0.0.19 - - [2026-06-22 03:48:44] "GET /instance-ip/800f0f7a-6073-41b3-9b1b-6dfca871a7c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1573 0.007374 10.0.0.19 - - [2026-06-22 03:48:44] "POST /id-to-fqname HTTP/1.1" 200 218 0.001444 10.0.0.19 - - [2026-06-22 03:48:44] "POST /neutron/port HTTP/1.1" 200 965 0.014349 10.0.0.19 - - [2026-06-22 03:48:44] "POST /neutron/port HTTP/1.1" 200 965 0.013020 10.0.0.19 - - [2026-06-22 03:48:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009340 10.0.0.19 - - [2026-06-22 03:48:49] "POST /neutron/port HTTP/1.1" 200 965 0.016474 10.0.0.19 - - [2026-06-22 03:48:49] "POST /neutron/port HTTP/1.1" 200 965 0.011545 10.0.0.19 - - [2026-06-22 03:48:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008193 10.0.0.19 - - [2026-06-22 03:48:50] "POST /neutron/subnet HTTP/1.1" 200 698 0.009497 10.0.0.129 - - [2026-06-22 03:48:53] "GET /obj-perms HTTP/1.1" 200 4493 0.045464 10.0.0.19 - - [2026-06-22 03:48:53] "POST /neutron/port HTTP/1.1" 200 1122 0.018230 10.0.0.19 - - [2026-06-22 03:48:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005481 10.0.0.19 - - [2026-06-22 03:48:55] "POST /neutron/port HTTP/1.1" 200 117 0.001387 10.0.0.19 - - [2026-06-22 03:49:00] "POST /neutron/port HTTP/1.1" 200 1067 0.021621 10.0.0.19 - - [2026-06-22 03:49:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008610 10.0.0.19 - - [2026-06-22 03:49:00] "GET /virtual-machine/a7725240-e363-4268-8649-da29ee77529d HTTP/1.1" 200 1270 0.007496 10.0.0.19 - - [2026-06-22 03:49:00] "GET /virtual-machine-interface/d3732114-5fdc-4e91-a117-500f9cd7e03e HTTP/1.1" 200 2989 0.006479 10.0.0.19 - - [2026-06-22 03:49:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.19 - - [2026-06-22 03:49:00] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004529 10.0.0.19 - - [2026-06-22 03:49:00] "GET /virtual-networks?parent_id=f74f3a46-6510-4b84-a671-cd6f0498c191&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003310 10.0.0.19 - - [2026-06-22 03:49:00] "GET /virtual-network/e36a0fa9-240f-44b7-a394-35a1cbd256ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.007202 10.0.0.19 - - [2026-06-22 03:49:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.19 - - [2026-06-22 03:49:03] "GET /virtual-network/e36a0fa9-240f-44b7-a394-35a1cbd256ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005326 10.0.0.19 - - [2026-06-22 03:49:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.19 - - [2026-06-22 03:49:07] "GET /virtual-network/e36a0fa9-240f-44b7-a394-35a1cbd256ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.007758 10.0.0.19 - - [2026-06-22 03:49:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004504 10.0.0.19 - - [2026-06-22 03:49:12] "GET /virtual-network/e36a0fa9-240f-44b7-a394-35a1cbd256ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005145 10.0.0.19 - - [2026-06-22 03:49:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003988 10.0.0.19 - - [2026-06-22 03:49:16] "GET /virtual-network/e36a0fa9-240f-44b7-a394-35a1cbd256ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005333 10.0.0.19 - - [2026-06-22 03:49:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.19 - - [2026-06-22 03:49:20] "GET /virtual-network/e36a0fa9-240f-44b7-a394-35a1cbd256ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006498 10.0.0.19 - - [2026-06-22 03:49:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037 10.0.0.19 - - [2026-06-22 03:49:22] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004274 10.0.0.19 - - [2026-06-22 03:49:22] "GET /virtual-networks?parent_id=f74f3a46-6510-4b84-a671-cd6f0498c191&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003582 10.0.0.19 - - [2026-06-22 03:49:22] "GET /virtual-network/e36a0fa9-240f-44b7-a394-35a1cbd256ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006522 10.0.0.19 - - [2026-06-22 03:49:22] "POST /neutron/port HTTP/1.1" 200 1067 0.022059 10.0.0.19 - - [2026-06-22 03:49:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007914 10.0.0.19 - - [2026-06-22 03:49:32] "POST /id-to-fqname HTTP/1.1" 200 218 0.002323 10.0.0.19 - - [2026-06-22 03:49:32] "POST /neutron/port HTTP/1.1" 200 2037 0.024643 10.0.0.241 - - [2026-06-22 03:49:33] "GET /projects?obj_uuids=f74f3a46-6510-4b84-a671-cd6f0498c191&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.019958 10.0.0.19 - - [2026-06-22 03:49:33] "GET /project/f74f3a46-6510-4b84-a671-cd6f0498c191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.094668 10.0.0.19 - - [2026-06-22 03:49:33] "POST /neutron/network HTTP/1.1" 200 822 0.007814 10.0.0.19 - - [2026-06-22 03:49:34] "POST /neutron/port HTTP/1.1" 200 117 0.008983 10.0.0.241 - - [2026-06-22 03:49:38] "GET /projects?obj_uuids=f74f3a46-6510-4b84-a671-cd6f0498c191&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001349 10.0.0.19 - - [2026-06-22 03:49:38] "POST /neutron/port HTTP/1.1" 200 1058 0.315388 10.0.0.19 - - [2026-06-22 03:49:38] "POST /neutron/port HTTP/1.1" 200 1112 0.126747 10.0.0.19 - - [2026-06-22 03:49:39] "POST /neutron/port HTTP/1.1" 200 1122 0.018234 10.0.0.19 - - [2026-06-22 03:49:39] "POST /neutron/port HTTP/1.1" 200 117 0.001332 10.0.0.19 - - [2026-06-22 03:49:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007174 10.0.0.19 - - [2026-06-22 03:49:49] "POST /neutron/port HTTP/1.1" 200 1122 0.021683 10.0.0.19 - - [2026-06-22 03:49:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007311 10.0.0.19 - - [2026-06-22 03:49:49] "GET /virtual-machine/57c898a7-5424-47a2-8d6d-cb3251c4786d HTTP/1.1" 200 1292 0.006566 10.0.0.19 - - [2026-06-22 03:49:49] "GET /virtual-machine-interface/4702cd4c-1951-437d-beda-f162ad50a5a8 HTTP/1.1" 200 2938 0.006115 10.0.0.19 - - [2026-06-22 03:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.19 - - [2026-06-22 03:49:49] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.010706 10.0.0.19 - - [2026-06-22 03:49:49] "GET /virtual-networks?parent_id=f74f3a46-6510-4b84-a671-cd6f0498c191&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003167 10.0.0.19 - - [2026-06-22 03:49:49] "GET /virtual-network/e36a0fa9-240f-44b7-a394-35a1cbd256ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.009272 10.0.0.19 - - [2026-06-22 03:49:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.19 - - [2026-06-22 03:49:52] "GET /virtual-network/e36a0fa9-240f-44b7-a394-35a1cbd256ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005290 10.0.0.19 - - [2026-06-22 03:49:54] "GET /obj-perms HTTP/1.1" 200 4493 0.043457 10.0.0.19 - - [2026-06-22 03:49:56] "POST /neutron/network HTTP/1.1" 200 832 0.007341 10.0.0.19 - - [2026-06-22 03:49:56] "POST /neutron/port HTTP/1.1" 200 117 0.001116 10.0.0.19 - - [2026-06-22 03:49:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.19 - - [2026-06-22 03:49:56] "GET /virtual-network/e36a0fa9-240f-44b7-a394-35a1cbd256ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006428 10.0.0.19 - - [2026-06-22 03:50:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.19 - - [2026-06-22 03:50:00] "GET /virtual-network/e36a0fa9-240f-44b7-a394-35a1cbd256ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.007955 10.0.0.19 - - [2026-06-22 03:50:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.19 - - [2026-06-22 03:50:05] "GET /virtual-network/e36a0fa9-240f-44b7-a394-35a1cbd256ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005217 10.0.0.19 - - [2026-06-22 03:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.19 - - [2026-06-22 03:50:09] "GET /virtual-network/e36a0fa9-240f-44b7-a394-35a1cbd256ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.008332 10.0.0.19 - - [2026-06-22 03:50:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.19 - - [2026-06-22 03:50:13] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004553 10.0.0.19 - - [2026-06-22 03:50:13] "GET /virtual-networks?parent_id=f74f3a46-6510-4b84-a671-cd6f0498c191&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003531 10.0.0.19 - - [2026-06-22 03:50:13] "GET /virtual-network/e36a0fa9-240f-44b7-a394-35a1cbd256ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006020 10.0.0.19 - - [2026-06-22 03:50:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007446 10.0.0.19 - - [2026-06-22 03:50:18] "POST /neutron/port HTTP/1.1" 200 1122 0.019396 10.0.0.19 - - [2026-06-22 03:50:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009080 10.0.0.19 - - [2026-06-22 03:50:24] "POST /neutron/port HTTP/1.1" 200 1122 0.017466 10.0.0.19 - - [2026-06-22 03:50:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008548 10.0.0.19 - - [2026-06-22 03:50:24] "POST /id-to-fqname HTTP/1.1" 200 218 0.001164 10.0.0.19 - - [2026-06-22 03:50:24] "GET /virtual-machine/57c898a7-5424-47a2-8d6d-cb3251c4786d HTTP/1.1" 200 1292 0.003438 10.0.0.19 - - [2026-06-22 03:50:24] "GET /virtual-machine-interface/4702cd4c-1951-437d-beda-f162ad50a5a8 HTTP/1.1" 200 2938 0.005156 10.0.0.19 - - [2026-06-22 03:50:24] "GET /instance-ip/ffedb284-6d04-47d9-b913-2b2d8f37e454 HTTP/1.1" 200 1620 0.005911 10.0.0.19 - - [2026-06-22 03:50:24] "GET /virtual-machine-interface/4702cd4c-1951-437d-beda-f162ad50a5a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2716 0.005678 10.0.0.19 - - [2026-06-22 03:50:24] "PUT /virtual-machine-interface/4702cd4c-1951-437d-beda-f162ad50a5a8 HTTP/1.1" 200 285 0.015779 10.0.0.19 - - [2026-06-22 03:50:32] "POST /neutron/port HTTP/1.1" 200 1122 0.019722 10.0.0.19 - - [2026-06-22 03:50:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004135 10.0.0.19 - - [2026-06-22 03:50:34] "POST /neutron/network HTTP/1.1" 200 822 0.007389 10.0.0.241 - - [2026-06-22 03:50:55] "GET /obj-perms HTTP/1.1" 200 4493 0.049685 10.0.0.19 - - [2026-06-22 03:50:56] "POST /neutron/network HTTP/1.1" 200 832 0.028751 10.0.0.19 - - [2026-06-22 03:50:56] "POST /neutron/port HTTP/1.1" 200 117 0.001095 10.0.0.241 - - [2026-06-22 03:50:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.241 - - [2026-06-22 03:50:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000467 10.0.0.129 - - [2026-06-22 03:50:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.129 - - [2026-06-22 03:50:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000500 10.0.0.241 - - [2026-06-22 03:50:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.241 - - [2026-06-22 03:50:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.19 - - [2026-06-22 03:50:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.19 - - [2026-06-22 03:50:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.129 - - [2026-06-22 03:50:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000567 10.0.0.129 - - [2026-06-22 03:50:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000456 10.0.0.19 - - [2026-06-22 03:50:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.19 - - [2026-06-22 03:50:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.19 - - [2026-06-22 03:51:35] "POST /neutron/port HTTP/1.1" 200 1122 0.018292 10.0.0.19 - - [2026-06-22 03:51:35] "POST /neutron/subnet HTTP/1.1" 200 698 0.010334 10.0.0.19 - - [2026-06-22 03:51:37] "DELETE /instance-ip/800f0f7a-6073-41b3-9b1b-6dfca871a7c5 HTTP/1.1" 200 115 0.048463 10.0.0.19 - - [2026-06-22 03:51:37] "DELETE /virtual-machine-interface/d3732114-5fdc-4e91-a117-500f9cd7e03e HTTP/1.1" 200 115 0.092894 10.0.0.19 - - [2026-06-22 03:51:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004284 10.0.0.19 - - [2026-06-22 03:51:37] "GET /virtual-network/e36a0fa9-240f-44b7-a394-35a1cbd256ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.008218 10.0.0.19 - - [2026-06-22 03:51:37] "PUT /virtual-network/e36a0fa9-240f-44b7-a394-35a1cbd256ff HTTP/1.1" 200 265 0.070825 10.0.0.19 - - [2026-06-22 03:51:38] "POST /neutron/network HTTP/1.1" 200 822 0.009675 10.0.0.241 - - [2026-06-22 03:51:38] "POST /ref-update HTTP/1.1" 200 156 0.017558 10.0.0.19 - - [2026-06-22 03:51:39] "POST /neutron/port HTTP/1.1" 200 1122 0.019580 10.0.0.19 - - [2026-06-22 03:51:39] "POST /neutron/port HTTP/1.1" 200 117 0.012513 10.0.0.19 - - [2026-06-22 03:51:39] "POST /neutron/port HTTP/1.1" 200 1112 0.013835 10.0.0.241 - - [2026-06-22 03:51:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002760 10.0.0.241 - - [2026-06-22 03:51:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002802 10.0.0.241 - - [2026-06-22 03:51:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.19 - - [2026-06-22 03:51:40] "POST /neutron/network HTTP/1.1" 200 151 0.120246 10.0.0.241 - - [2026-06-22 03:51:41] "GET /projects?obj_uuids=f74f3a46-6510-4b84-a671-cd6f0498c191&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001026 10.0.0.19 - - [2026-06-22 03:51:41] "GET /project/f74f3a46-6510-4b84-a671-cd6f0498c191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.063518 10.0.0.241 - - [2026-06-22 03:51:41] "GET /projects?obj_uuids=f74f3a46-6510-4b84-a671-cd6f0498c191&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000905 10.0.0.19 - - [2026-06-22 03:51:41] "GET /project/f74f3a46-6510-4b84-a671-cd6f0498c191?fields=virtual_networks HTTP/1.1" 200 1031 0.058768 10.0.0.241 - - [2026-06-22 03:51:41] "GET /projects?obj_uuids=f74f3a46-6510-4b84-a671-cd6f0498c191&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001354 10.0.0.19 - - [2026-06-22 03:51:41] "GET /project/f74f3a46-6510-4b84-a671-cd6f0498c191?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.052254 10.0.0.241 - - [2026-06-22 03:51:41] "GET /projects?obj_uuids=f74f3a46-6510-4b84-a671-cd6f0498c191&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001119 10.0.0.19 - - [2026-06-22 03:51:42] "GET /project/f74f3a46-6510-4b84-a671-cd6f0498c191?fields=security_groups HTTP/1.1" 200 1256 0.053908 10.0.0.19 - - [2026-06-22 03:51:42] "POST /fqname-to-id HTTP/1.1" 404 185 0.033748 10.0.0.241 - - [2026-06-22 03:51:43] "GET /projects?obj_uuids=f563e8bf-eeb2-40f1-9960-573c0166fc2a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003452 10.0.0.241 - - [2026-06-22 03:51:43] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001194 10.0.0.241 - - [2026-06-22 03:51:43] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.034320 10.0.0.241 - - [2026-06-22 03:51:43] "POST /id-to-fqname HTTP/1.1" 200 187 0.003006 10.0.0.241 - - [2026-06-22 03:51:43] "POST /fqname-to-id HTTP/1.1" 404 196 0.005400 10.0.0.241 - - [2026-06-22 03:51:43] "POST /security-groups HTTP/1.1" 200 588 0.041441 10.0.0.241 - - [2026-06-22 03:51:43] "POST /projects HTTP/1.1" 200 579 0.279054 10.0.0.241 - - [2026-06-22 03:51:43] "POST /access-control-lists HTTP/1.1" 200 595 0.035276 10.0.0.241 - - [2026-06-22 03:51:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.352042 10.0.0.19 - - [2026-06-22 03:51:43] "GET /project/f563e8bf-eeb2-40f1-9960-573c0166fc2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.521549 10.0.0.19 - - [2026-06-22 03:51:44] "GET / HTTP/1.1" 200 36215 0.001653 10.0.0.19 - - [2026-06-22 03:51:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000441 10.0.0.19 - - [2026-06-22 03:51:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.051248 10.0.0.241 - - [2026-06-22 03:51:46] "GET /projects?obj_uuids=f563e8bf-eeb2-40f1-9960-573c0166fc2a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000880 10.0.0.19 - - [2026-06-22 03:51:46] "GET /project/f563e8bf-eeb2-40f1-9960-573c0166fc2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.054924 10.0.0.241 - - [2026-06-22 03:51:47] "POST /route-targets HTTP/1.1" 200 328 0.016527 10.0.0.241 - - [2026-06-22 03:51:47] "POST /useragent-kv HTTP/1.1" 200 115 0.009321 10.0.0.19 - - [2026-06-22 03:51:47] "POST /neutron/subnet HTTP/1.1" 200 715 0.255449 10.0.0.19 - - [2026-06-22 03:51:47] "POST /id-to-fqname HTTP/1.1" 200 221 0.001234 10.0.0.19 - - [2026-06-22 03:51:47] "GET /virtual-network/1dc1d896-4484-42d9-b8cf-fc46a449026b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005170 10.0.0.19 - - [2026-06-22 03:51:47] "GET /virtual-network/1dc1d896-4484-42d9-b8cf-fc46a449026b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005475 10.0.0.19 - - [2026-06-22 03:51:47] "POST /neutron/network HTTP/1.1" 200 827 0.007139 10.0.0.19 - - [2026-06-22 03:51:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.003166 10.0.0.19 - - [2026-06-22 03:51:47] "GET /virtual-network/1dc1d896-4484-42d9-b8cf-fc46a449026b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005504 10.0.0.19 - - [2026-06-22 03:51:47] "GET /virtual-machine-interface/c134f8d3-a6b7-4b3a-9e2b-8307333f56ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.008914 10.0.0.19 - - [2026-06-22 03:51:47] "GET /virtual-machine-interface/c134f8d3-a6b7-4b3a-9e2b-8307333f56ef?fields=instance_ip_back_refs HTTP/1.1" 200 1323 0.009001 10.0.0.19 - - [2026-06-22 03:51:47] "GET /instance-ip/d8ccd9fb-6526-4699-a790-284737f41ebd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1602 0.004966 10.0.0.19 - - [2026-06-22 03:51:48] "POST /id-to-fqname HTTP/1.1" 200 221 0.001570 10.0.0.19 - - [2026-06-22 03:51:48] "POST /neutron/network HTTP/1.1" 200 837 0.007320 10.0.0.241 - - [2026-06-22 03:51:48] "GET /projects?obj_uuids=f563e8bf-eeb2-40f1-9960-573c0166fc2a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001363 10.0.0.19 - - [2026-06-22 03:51:49] "GET /project/f563e8bf-eeb2-40f1-9960-573c0166fc2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.071638 10.0.0.19 - - [2026-06-22 03:51:49] "POST /neutron/port HTTP/1.1" 200 117 0.006611 10.0.0.19 - - [2026-06-22 03:51:49] "POST /id-to-fqname HTTP/1.1" 200 221 0.001220 10.0.0.19 - - [2026-06-22 03:51:49] "POST /neutron/port HTTP/1.1" 200 981 0.011886 10.0.0.19 - - [2026-06-22 03:51:49] "POST /neutron/port HTTP/1.1" 200 981 0.016701 10.0.0.241 - - [2026-06-22 03:51:49] "GET /projects?obj_uuids=f563e8bf-eeb2-40f1-9960-573c0166fc2a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001142 10.0.0.19 - - [2026-06-22 03:51:49] "GET /project/f563e8bf-eeb2-40f1-9960-573c0166fc2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.042815 10.0.0.19 - - [2026-06-22 03:51:49] "POST /fqname-to-id HTTP/1.1" 404 208 0.003031 10.0.0.19 - - [2026-06-22 03:51:49] "POST /interface-route-tables HTTP/1.1" 200 558 0.049479 10.0.0.19 - - [2026-06-22 03:51:49] "GET /interface-route-table/74758844-fddf-4897-bb01-cf8942903515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1276 0.006940 10.0.0.19 - - [2026-06-22 03:51:50] "GET /virtual-machine-interface/c134f8d3-a6b7-4b3a-9e2b-8307333f56ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.009037 10.0.0.19 - - [2026-06-22 03:51:50] "POST /ref-update HTTP/1.1" 200 156 0.018599 10.0.0.19 - - [2026-06-22 03:51:51] "POST /neutron/port HTTP/1.1" 200 117 0.009965 10.0.0.19 - - [2026-06-22 03:51:53] "POST /neutron/port HTTP/1.1" 200 1055 0.017344 10.0.0.19 - - [2026-06-22 03:51:53] "POST /neutron/port HTTP/1.1" 200 981 0.035360 10.0.0.19 - - [2026-06-22 03:51:53] "POST /neutron/port HTTP/1.1" 200 1109 0.115791 10.0.0.19 - - [2026-06-22 03:51:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003604 10.0.0.19 - - [2026-06-22 03:51:55] "POST /neutron/network HTTP/1.1" 200 827 0.008773 10.0.0.19 - - [2026-06-22 03:51:55] "POST /neutron/subnet HTTP/1.1" 200 689 0.008296 10.0.0.19 - - [2026-06-22 03:51:56] "POST /neutron/port HTTP/1.1" 200 1119 0.020092 10.0.0.19 - - [2026-06-22 03:52:01] "POST /neutron/security_group HTTP/1.1" 200 2055 0.009204 10.0.0.19 - - [2026-06-22 03:52:01] "POST /neutron/port HTTP/1.1" 200 1119 0.022022 10.0.0.19 - - [2026-06-22 03:52:01] "POST /neutron/security_group HTTP/1.1" 200 2055 0.008116 10.0.0.19 - - [2026-06-22 03:52:01] "GET /virtual-machine/20017dac-e839-48a4-8232-526ab003e1b3 HTTP/1.1" 401 292 0.000373 10.0.0.19 - - [2026-06-22 03:52:01] "GET /virtual-machine/20017dac-e839-48a4-8232-526ab003e1b3 HTTP/1.1" 200 1290 0.032693 10.0.0.19 - - [2026-06-22 03:52:01] "GET /virtual-machine/20017dac-e839-48a4-8232-526ab003e1b3 HTTP/1.1" 200 1290 0.004522 10.0.0.19 - - [2026-06-22 03:52:01] "GET /virtual-machine-interface/f1e45b6a-6c95-41ee-9380-2c48f46fabc4 HTTP/1.1" 200 2946 0.005607 10.0.0.19 - - [2026-06-22 03:52:01] "GET /virtual-machine/20017dac-e839-48a4-8232-526ab003e1b3 HTTP/1.1" 200 1290 0.005466 10.0.0.19 - - [2026-06-22 03:52:01] "GET /virtual-machine-interface/f1e45b6a-6c95-41ee-9380-2c48f46fabc4 HTTP/1.1" 200 2946 0.006217 10.0.0.19 - - [2026-06-22 03:52:01] "GET /instance-ip/b82727ba-ff89-4a65-9e9b-da1c55161c22 HTTP/1.1" 200 1620 0.007005 10.0.0.19 - - [2026-06-22 03:52:01] "GET /virtual-machine/20017dac-e839-48a4-8232-526ab003e1b3 HTTP/1.1" 200 1290 0.005919 10.0.0.19 - - [2026-06-22 03:52:01] "GET /virtual-machine-interface/f1e45b6a-6c95-41ee-9380-2c48f46fabc4 HTTP/1.1" 200 2946 0.006752 10.0.0.19 - - [2026-06-22 03:52:01] "GET /instance-ip/b82727ba-ff89-4a65-9e9b-da1c55161c22 HTTP/1.1" 200 1620 0.004620 10.0.0.19 - - [2026-06-22 03:52:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004426 10.0.0.19 - - [2026-06-22 03:52:02] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006023 10.0.0.19 - - [2026-06-22 03:52:02] "GET /virtual-networks?parent_id=f563e8bf-eeb2-40f1-9960-573c0166fc2a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004311 10.0.0.19 - - [2026-06-22 03:52:02] "GET /virtual-network/1dc1d896-4484-42d9-b8cf-fc46a449026b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006204 10.0.0.19 - - [2026-06-22 03:52:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.19 - - [2026-06-22 03:52:02] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004179 10.0.0.19 - - [2026-06-22 03:52:02] "GET /virtual-networks?parent_id=f563e8bf-eeb2-40f1-9960-573c0166fc2a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003706 10.0.0.19 - - [2026-06-22 03:52:02] "GET /virtual-network/1dc1d896-4484-42d9-b8cf-fc46a449026b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006376 10.0.0.19 - - [2026-06-22 03:52:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.19 - - [2026-06-22 03:52:02] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004493 10.0.0.19 - - [2026-06-22 03:52:02] "GET /virtual-networks?parent_id=f563e8bf-eeb2-40f1-9960-573c0166fc2a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004367 10.0.0.19 - - [2026-06-22 03:52:02] "GET /virtual-network/1dc1d896-4484-42d9-b8cf-fc46a449026b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006914 10.0.0.19 - - [2026-06-22 03:52:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.19 - - [2026-06-22 03:52:02] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006318 10.0.0.19 - - [2026-06-22 03:52:02] "GET /virtual-networks?parent_id=f563e8bf-eeb2-40f1-9960-573c0166fc2a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004173 10.0.0.19 - - [2026-06-22 03:52:02] "GET /virtual-network/1dc1d896-4484-42d9-b8cf-fc46a449026b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007463 10.0.0.19 - - [2026-06-22 03:52:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.19 - - [2026-06-22 03:52:02] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004474 10.0.0.19 - - [2026-06-22 03:52:02] "GET /virtual-networks?parent_id=f563e8bf-eeb2-40f1-9960-573c0166fc2a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003716 10.0.0.19 - - [2026-06-22 03:52:02] "GET /virtual-network/1dc1d896-4484-42d9-b8cf-fc46a449026b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005447 10.0.0.19 - - [2026-06-22 03:52:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.19 - - [2026-06-22 03:52:02] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004318 10.0.0.19 - - [2026-06-22 03:52:02] "GET /virtual-networks?parent_id=f563e8bf-eeb2-40f1-9960-573c0166fc2a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003268 10.0.0.19 - - [2026-06-22 03:52:02] "GET /virtual-network/1dc1d896-4484-42d9-b8cf-fc46a449026b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005383 10.0.0.19 - - [2026-06-22 03:52:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.19 - - [2026-06-22 03:52:02] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004245 10.0.0.19 - - [2026-06-22 03:52:02] "GET /virtual-networks?parent_id=f563e8bf-eeb2-40f1-9960-573c0166fc2a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003785 10.0.0.19 - - [2026-06-22 03:52:02] "GET /virtual-network/1dc1d896-4484-42d9-b8cf-fc46a449026b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006184 10.0.0.19 - - [2026-06-22 03:52:04] "POST /neutron/port HTTP/1.1" 200 1083 0.025741 10.0.0.19 - - [2026-06-22 03:52:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.19 - - [2026-06-22 03:52:06] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003685 10.0.0.19 - - [2026-06-22 03:52:06] "GET /virtual-networks?parent_id=f563e8bf-eeb2-40f1-9960-573c0166fc2a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003166 10.0.0.19 - - [2026-06-22 03:52:06] "GET /virtual-network/1dc1d896-4484-42d9-b8cf-fc46a449026b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007057 10.0.0.19 - - [2026-06-22 03:52:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.19 - - [2026-06-22 03:52:06] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004241 10.0.0.19 - - [2026-06-22 03:52:06] "GET /virtual-networks?parent_id=f563e8bf-eeb2-40f1-9960-573c0166fc2a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004089 10.0.0.19 - - [2026-06-22 03:52:06] "GET /virtual-network/1dc1d896-4484-42d9-b8cf-fc46a449026b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007142 10.0.0.19 - - [2026-06-22 03:52:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004283 10.0.0.19 - - [2026-06-22 03:52:06] "GET /routing-instance/44dc2574-7ae8-46e9-88b8-63a4218628c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.006218 10.0.0.19 - - [2026-06-22 03:52:06] "GET /route-target/54c887cb-4707-44e4-bbbe-f8bd80459628?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005036 10.0.0.19 - - [2026-06-22 03:52:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.19 - - [2026-06-22 03:52:06] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004131 10.0.0.19 - - [2026-06-22 03:52:06] "GET /virtual-networks?parent_id=f563e8bf-eeb2-40f1-9960-573c0166fc2a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002942 10.0.0.19 - - [2026-06-22 03:52:06] "GET /virtual-network/1dc1d896-4484-42d9-b8cf-fc46a449026b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005335 10.0.0.19 - - [2026-06-22 03:52:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.19 - - [2026-06-22 03:52:06] "GET /routing-instance/44dc2574-7ae8-46e9-88b8-63a4218628c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.004448 10.0.0.19 - - [2026-06-22 03:52:06] "GET /route-target/54c887cb-4707-44e4-bbbe-f8bd80459628?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003998 10.0.0.19 - - [2026-06-22 03:52:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.19 - - [2026-06-22 03:52:06] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004682 10.0.0.19 - - [2026-06-22 03:52:06] "GET /virtual-networks?parent_id=f563e8bf-eeb2-40f1-9960-573c0166fc2a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002937 10.0.0.19 - - [2026-06-22 03:52:06] "GET /virtual-network/1dc1d896-4484-42d9-b8cf-fc46a449026b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008019 10.0.0.19 - - [2026-06-22 03:52:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.19 - - [2026-06-22 03:52:07] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004859 10.0.0.19 - - [2026-06-22 03:52:07] "GET /virtual-networks?parent_id=f563e8bf-eeb2-40f1-9960-573c0166fc2a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003983 10.0.0.19 - - [2026-06-22 03:52:07] "GET /virtual-network/1dc1d896-4484-42d9-b8cf-fc46a449026b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007423 10.0.0.19 - - [2026-06-22 03:52:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.19 - - [2026-06-22 03:52:07] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005038 10.0.0.19 - - [2026-06-22 03:52:07] "GET /virtual-networks?parent_id=f563e8bf-eeb2-40f1-9960-573c0166fc2a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004031 10.0.0.19 - - [2026-06-22 03:52:07] "GET /virtual-network/1dc1d896-4484-42d9-b8cf-fc46a449026b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007082 10.0.0.241 - - [2026-06-22 03:52:09] "GET /obj-perms HTTP/1.1" 200 4461 0.038440 10.0.0.241 - - [2026-06-22 03:52:15] "DELETE /access-control-list/d538ba78-3b71-44c9-a107-4a1f6c4138a8 HTTP/1.1" 200 115 0.066354 10.0.0.241 - - [2026-06-22 03:52:15] "DELETE /project/f563e8bfeeb240f19960573c0166fc2a HTTP/1.1" 404 173 0.005159 10.0.0.241 - - [2026-06-22 03:52:15] "DELETE /project/f74f3a46-6510-4b84-a671-cd6f0498c191 HTTP/1.1" 404 177 0.007331 10.0.0.241 - - [2026-06-22 03:52:15] "GET /obj-perms HTTP/1.1" 200 4461 0.003998 10.0.0.19 - - [2026-06-22 03:52:16] "GET /obj-perms HTTP/1.1" 200 4461 0.051528 10.0.0.19 - - [2026-06-22 03:52:16] "GET /obj-perms HTTP/1.1" 200 4461 0.004034 10.0.0.19 - - [2026-06-22 03:52:16] "GET /obj-perms HTTP/1.1" 200 4461 0.003708 10.0.0.129 - - [2026-06-22 03:52:16] "GET /obj-perms HTTP/1.1" 200 4461 0.038772 10.0.0.241 - - [2026-06-22 03:52:16] "GET /obj-perms HTTP/1.1" 200 4461 0.003581 10.0.0.19 - - [2026-06-22 03:52:16] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007118 10.0.0.19 - - [2026-06-22 03:52:17] "POST /neutron/port HTTP/1.1" 200 1083 0.020221 10.0.0.19 - - [2026-06-22 03:52:17] "GET /virtual-machine/a255d233-b35c-4150-bd09-260d952849ad HTTP/1.1" 200 1270 0.006198 10.0.0.19 - - [2026-06-22 03:52:17] "GET /virtual-machine-interface/c134f8d3-a6b7-4b3a-9e2b-8307333f56ef HTTP/1.1" 200 3159 0.005516 10.0.0.19 - - [2026-06-22 03:52:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.19 - - [2026-06-22 03:52:17] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004463 10.0.0.19 - - [2026-06-22 03:52:17] "GET /virtual-networks?parent_id=f563e8bf-eeb2-40f1-9960-573c0166fc2a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003669 10.0.0.19 - - [2026-06-22 03:52:17] "GET /virtual-network/1dc1d896-4484-42d9-b8cf-fc46a449026b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006577 10.0.0.19 - - [2026-06-22 03:52:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005784 10.0.0.19 - - [2026-06-22 03:52:18] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004417 10.0.0.19 - - [2026-06-22 03:52:18] "GET /virtual-networks?parent_id=f563e8bf-eeb2-40f1-9960-573c0166fc2a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003480 10.0.0.19 - - [2026-06-22 03:52:18] "GET /virtual-network/1dc1d896-4484-42d9-b8cf-fc46a449026b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008809 10.0.0.19 - - [2026-06-22 03:52:19] "GET /virtual-network/1dc1d896-4484-42d9-b8cf-fc46a449026b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006251 10.0.0.19 - - [2026-06-22 03:52:19] "GET /virtual-machine/20017dac-e839-48a4-8232-526ab003e1b3 HTTP/1.1" 200 1290 0.004318 10.0.0.19 - - [2026-06-22 03:52:21] "POST /neutron/port HTTP/1.1" 200 1109 0.013960 10.0.0.19 - - [2026-06-22 03:52:21] "GET /virtual-machine/20017dac-e839-48a4-8232-526ab003e1b3 HTTP/1.1" 200 1290 0.004320 10.0.0.19 - - [2026-06-22 03:52:23] "GET /virtual-machine/20017dac-e839-48a4-8232-526ab003e1b3 HTTP/1.1" 404 171 0.003694 10.0.0.19 - - [2026-06-22 03:52:23] "GET /virtual-machine/20017dac-e839-48a4-8232-526ab003e1b3 HTTP/1.1" 404 171 0.003130 10.0.0.19 - - [2026-06-22 03:52:23] "GET /virtual-machine/20017dac-e839-48a4-8232-526ab003e1b3 HTTP/1.1" 404 171 0.002807 10.0.0.19 - - [2026-06-22 03:52:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004221 10.0.0.19 - - [2026-06-22 03:52:23] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004640 10.0.0.19 - - [2026-06-22 03:52:23] "GET /virtual-networks?parent_id=f563e8bf-eeb2-40f1-9960-573c0166fc2a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004675 10.0.0.19 - - [2026-06-22 03:52:23] "GET /virtual-network/1dc1d896-4484-42d9-b8cf-fc46a449026b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005596 10.0.0.19 - - [2026-06-22 03:52:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.19 - - [2026-06-22 03:52:23] "GET /routing-instance/44dc2574-7ae8-46e9-88b8-63a4218628c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.005231 10.0.0.19 - - [2026-06-22 03:52:24] "GET /route-target/54c887cb-4707-44e4-bbbe-f8bd80459628?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004855 10.0.0.19 - - [2026-06-22 03:52:24] "GET /obj-perms HTTP/1.1" 200 4461 0.005335 10.0.0.19 - - [2026-06-22 03:52:27] "GET /obj-perms HTTP/1.1" 200 4461 0.004187 10.0.0.19 - - [2026-06-22 03:52:33] "GET /obj-perms HTTP/1.1" 200 4461 0.004927 10.0.0.19 - - [2026-06-22 03:52:36] "POST /neutron/port HTTP/1.1" 200 1083 0.017852 10.0.0.19 - - [2026-06-22 03:52:36] "GET /obj-perms HTTP/1.1" 200 4461 0.003868 10.0.0.19 - - [2026-06-22 03:52:36] "POST /neutron/subnet HTTP/1.1" 200 689 0.009216 10.0.0.19 - - [2026-06-22 03:52:42] "GET /obj-perms HTTP/1.1" 200 4461 0.003583 10.0.0.19 - - [2026-06-22 03:52:45] "GET /obj-perms HTTP/1.1" 200 4461 0.003938 10.0.0.19 - - [2026-06-22 03:52:45] "GET /interface-route-table/74758844-fddf-4897-bb01-cf8942903515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1276 0.005434 10.0.0.19 - - [2026-06-22 03:52:45] "GET /virtual-machine-interface/c134f8d3-a6b7-4b3a-9e2b-8307333f56ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2937 0.006917 10.0.0.19 - - [2026-06-22 03:52:45] "POST /ref-update HTTP/1.1" 200 156 0.024940 10.0.0.19 - - [2026-06-22 03:52:45] "DELETE /interface-route-table/74758844-fddf-4897-bb01-cf8942903515 HTTP/1.1" 200 115 0.032403 10.0.0.19 - - [2026-06-22 03:52:46] "POST /neutron/port HTTP/1.1" 200 1073 0.094644 10.0.0.241 - - [2026-06-22 03:52:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002975 10.0.0.241 - - [2026-06-22 03:52:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003082 10.0.0.19 - - [2026-06-22 03:52:46] "POST /neutron/network HTTP/1.1" 200 151 0.121257 10.0.0.19 - - [2026-06-22 03:52:47] "POST /neutron/port HTTP/1.1" 400 205 0.003599 10.0.0.241 - - [2026-06-22 03:52:48] "GET /projects?obj_uuids=f563e8bf-eeb2-40f1-9960-573c0166fc2a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001129 10.0.0.19 - - [2026-06-22 03:52:48] "GET /project/f563e8bf-eeb2-40f1-9960-573c0166fc2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.078429 10.0.0.241 - - [2026-06-22 03:52:48] "GET /projects?obj_uuids=f563e8bf-eeb2-40f1-9960-573c0166fc2a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001290 10.0.0.19 - - [2026-06-22 03:52:48] "GET /project/f563e8bf-eeb2-40f1-9960-573c0166fc2a?fields=virtual_networks HTTP/1.1" 200 1029 0.053407 10.0.0.241 - - [2026-06-22 03:52:48] "GET /projects?obj_uuids=f563e8bf-eeb2-40f1-9960-573c0166fc2a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001535 10.0.0.19 - - [2026-06-22 03:52:48] "GET /project/f563e8bf-eeb2-40f1-9960-573c0166fc2a?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.067480 10.0.0.241 - - [2026-06-22 03:52:48] "GET /projects?obj_uuids=f563e8bf-eeb2-40f1-9960-573c0166fc2a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001433 10.0.0.19 - - [2026-06-22 03:52:48] "GET /project/f563e8bf-eeb2-40f1-9960-573c0166fc2a?fields=security_groups HTTP/1.1" 200 1253 0.043194 10.0.0.19 - - [2026-06-22 03:52:49] "POST /fqname-to-id HTTP/1.1" 404 192 0.030239 10.0.0.241 - - [2026-06-22 03:52:49] "GET /projects?obj_uuids=dcbfa0f5-e1c0-42a6-9b26-6b9c6c4ce3bc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003791 10.0.0.241 - - [2026-06-22 03:52:49] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000971 10.0.0.241 - - [2026-06-22 03:52:49] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007501 10.0.0.241 - - [2026-06-22 03:52:49] "POST /id-to-fqname HTTP/1.1" 200 194 0.010899 10.0.0.241 - - [2026-06-22 03:52:49] "POST /fqname-to-id HTTP/1.1" 404 203 0.004062 10.0.0.241 - - [2026-06-22 03:52:49] "POST /security-groups HTTP/1.1" 200 595 0.102833 10.0.0.241 - - [2026-06-22 03:52:49] "POST /fqname-to-id HTTP/1.1" 404 238 0.008814 10.0.0.241 - - [2026-06-22 03:52:49] "POST /projects HTTP/1.1" 200 593 0.331546 10.0.0.241 - - [2026-06-22 03:52:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.404481 10.0.0.241 - - [2026-06-22 03:52:49] "POST /access-control-lists HTTP/1.1" 200 600 0.032144 10.0.0.19 - - [2026-06-22 03:52:49] "GET /project/dcbfa0f5-e1c0-42a6-9b26-6b9c6c4ce3bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.563917 10.0.0.19 - - [2026-06-22 03:52:50] "GET / HTTP/1.1" 200 36215 0.001856 10.0.0.19 - - [2026-06-22 03:52:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000469 10.0.0.19 - - [2026-06-22 03:52:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.069662 10.0.0.241 - - [2026-06-22 03:52:51] "GET /projects?obj_uuids=dcbfa0f5-e1c0-42a6-9b26-6b9c6c4ce3bc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001182 10.0.0.19 - - [2026-06-22 03:52:51] "GET /project/dcbfa0f5-e1c0-42a6-9b26-6b9c6c4ce3bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.048324 10.0.0.241 - - [2026-06-22 03:52:52] "POST /useragent-kv HTTP/1.1" 200 115 0.009341 10.0.0.19 - - [2026-06-22 03:52:52] "POST /neutron/subnet HTTP/1.1" 200 715 0.223821 10.0.0.19 - - [2026-06-22 03:52:52] "POST /id-to-fqname HTTP/1.1" 200 224 0.001764 10.0.0.19 - - [2026-06-22 03:52:52] "GET /virtual-network/fdcc3174-e83d-4f7b-9365-baba712a53ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006831 10.0.0.19 - - [2026-06-22 03:52:52] "GET /virtual-network/fdcc3174-e83d-4f7b-9365-baba712a53ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006971 10.0.0.19 - - [2026-06-22 03:52:52] "POST /neutron/network HTTP/1.1" 200 826 0.009183 10.0.0.19 - - [2026-06-22 03:52:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.241 - - [2026-06-22 03:52:52] "GET /projects?obj_uuids=dcbfa0f5-e1c0-42a6-9b26-6b9c6c4ce3bc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001243 10.0.0.19 - - [2026-06-22 03:52:52] "GET /project/dcbfa0f5-e1c0-42a6-9b26-6b9c6c4ce3bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.052236 10.0.0.241 - - [2026-06-22 03:52:52] "GET /projects?obj_uuids=dcbfa0f5-e1c0-42a6-9b26-6b9c6c4ce3bc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001036 10.0.0.19 - - [2026-06-22 03:52:52] "POST /neutron/network HTTP/1.1" 200 609 0.140422 10.0.0.241 - - [2026-06-22 03:52:52] "POST /route-targets HTTP/1.1" 200 328 0.012767 10.0.0.19 - - [2026-06-22 03:52:53] "POST /id-to-fqname HTTP/1.1" 200 224 0.003701 10.0.0.19 - - [2026-06-22 03:52:53] "GET /virtual-network/c2efccf9-af9c-46b6-b801-f851c4aa3d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005862 10.0.0.19 - - [2026-06-22 03:52:53] "POST /neutron/network HTTP/1.1" 200 829 0.007797 10.0.0.19 - - [2026-06-22 03:52:53] "GET /virtual-network/c2efccf9-af9c-46b6-b801-f851c4aa3d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006251 10.0.0.19 - - [2026-06-22 03:52:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004222 10.0.0.241 - - [2026-06-22 03:52:53] "GET /projects?obj_uuids=dcbfa0f5-e1c0-42a6-9b26-6b9c6c4ce3bc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001186 10.0.0.19 - - [2026-06-22 03:52:53] "GET /project/dcbfa0f5-e1c0-42a6-9b26-6b9c6c4ce3bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.058548 10.0.0.19 - - [2026-06-22 03:52:53] "POST /neutron/network HTTP/1.1" 200 117 0.017773 10.0.0.241 - - [2026-06-22 03:52:53] "POST /ref-update HTTP/1.1" 200 156 0.030807 10.0.0.19 - - [2026-06-22 03:52:53] "POST /neutron/network HTTP/1.1" 200 828 0.009598 10.0.0.19 - - [2026-06-22 03:52:53] "POST /id-to-fqname HTTP/1.1" 200 224 0.001867 10.0.0.19 - - [2026-06-22 03:52:53] "GET /virtual-network/8c57fa10-b92a-4155-9f91-7d4dd66665d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006936 10.0.0.19 - - [2026-06-22 03:52:53] "GET /virtual-network/8c57fa10-b92a-4155-9f91-7d4dd66665d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005822 10.0.0.19 - - [2026-06-22 03:52:53] "POST /neutron/subnet HTTP/1.1" 200 724 0.010909 10.0.0.19 - - [2026-06-22 03:52:53] "POST /fqname-to-id HTTP/1.1" 404 214 0.003594 10.0.0.19 - - [2026-06-22 03:52:53] "GET /virtual-network/c2efccf9-af9c-46b6-b801-f851c4aa3d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007223 10.0.0.19 - - [2026-06-22 03:52:54] "GET /virtual-machine-interface/29e33033-dc1d-4721-a821-36b6a2963566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2378 0.007987 10.0.0.19 - - [2026-06-22 03:52:54] "GET /virtual-machine-interface/29e33033-dc1d-4721-a821-36b6a2963566?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.010186 10.0.0.19 - - [2026-06-22 03:52:54] "GET /instance-ip/20d57218-e5f9-45c6-abe6-788db31573fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006571 10.0.0.19 - - [2026-06-22 03:52:54] "POST /fqname-to-id HTTP/1.1" 404 214 0.003333 10.0.0.19 - - [2026-06-22 03:52:54] "GET /virtual-network/fdcc3174-e83d-4f7b-9365-baba712a53ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005686 10.0.0.241 - - [2026-06-22 03:52:54] "GET /projects?obj_uuids=dcbfa0f5-e1c0-42a6-9b26-6b9c6c4ce3bc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001309 10.0.0.19 - - [2026-06-22 03:52:54] "GET /project/dcbfa0f5-e1c0-42a6-9b26-6b9c6c4ce3bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.051280 10.0.0.19 - - [2026-06-22 03:52:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.19 - - [2026-06-22 03:52:54] "GET /security-group/0d16ad3b-fd26-4a8d-8f3a-dbdbd6107518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.005234 10.0.0.19 - - [2026-06-22 03:52:54] "POST /virtual-machine-interfaces HTTP/1.1" 200 571 0.105949 10.0.0.19 - - [2026-06-22 03:52:54] "POST /instance-ips HTTP/1.1" 200 358 0.043943 10.0.0.19 - - [2026-06-22 03:52:54] "GET /virtual-machine-interface/94ab8052-7eec-4f57-b6a4-760ae413ea96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2656 0.006528 10.0.0.19 - - [2026-06-22 03:52:54] "GET /virtual-machine-interface/94ab8052-7eec-4f57-b6a4-760ae413ea96?fields=instance_ip_back_refs HTTP/1.1" 200 1339 0.010931 10.0.0.19 - - [2026-06-22 03:52:54] "GET /instance-ip/1a33f19e-b6ea-4aa9-8f47-49dce860db2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1583 0.005871 10.0.0.19 - - [2026-06-22 03:52:54] "POST /fqname-to-id HTTP/1.1" 404 214 0.003440 10.0.0.19 - - [2026-06-22 03:52:54] "GET /virtual-network/c2efccf9-af9c-46b6-b801-f851c4aa3d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005467 10.0.0.19 - - [2026-06-22 03:52:54] "GET /virtual-machine-interface/add5e3dc-77cf-4e44-bc7f-3960efa5426b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2379 0.008039 10.0.0.19 - - [2026-06-22 03:52:55] "GET /virtual-machine-interface/add5e3dc-77cf-4e44-bc7f-3960efa5426b?fields=instance_ip_back_refs HTTP/1.1" 200 1337 0.010059 10.0.0.19 - - [2026-06-22 03:52:55] "GET /instance-ip/0dfba390-d39e-4618-8460-9d906d144337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004698 10.0.0.19 - - [2026-06-22 03:52:55] "POST /fqname-to-id HTTP/1.1" 404 214 0.003570 10.0.0.19 - - [2026-06-22 03:52:55] "GET /virtual-network/fdcc3174-e83d-4f7b-9365-baba712a53ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006233 10.0.0.241 - - [2026-06-22 03:52:55] "GET /projects?obj_uuids=dcbfa0f5-e1c0-42a6-9b26-6b9c6c4ce3bc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000916 10.0.0.19 - - [2026-06-22 03:52:55] "GET /project/dcbfa0f5-e1c0-42a6-9b26-6b9c6c4ce3bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.038274 10.0.0.19 - - [2026-06-22 03:52:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.19 - - [2026-06-22 03:52:55] "GET /security-group/0d16ad3b-fd26-4a8d-8f3a-dbdbd6107518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.004960 10.0.0.19 - - [2026-06-22 03:52:55] "POST /virtual-machine-interfaces HTTP/1.1" 200 571 0.111362 10.0.0.19 - - [2026-06-22 03:52:55] "POST /instance-ips HTTP/1.1" 200 358 0.031989 10.0.0.19 - - [2026-06-22 03:52:55] "GET /virtual-machine-interface/058b6161-9396-4857-8fce-4a7978aa9f38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2654 0.006312 10.0.0.19 - - [2026-06-22 03:52:55] "GET /virtual-machine-interface/058b6161-9396-4857-8fce-4a7978aa9f38?fields=instance_ip_back_refs HTTP/1.1" 200 1337 0.012685 10.0.0.19 - - [2026-06-22 03:52:55] "GET /instance-ip/2e015104-646f-4ec1-9bd3-c1280afce41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1583 0.006045 10.0.0.19 - - [2026-06-22 03:52:55] "POST /fqname-to-id HTTP/1.1" 404 214 0.003444 10.0.0.19 - - [2026-06-22 03:52:55] "GET /virtual-network/c2efccf9-af9c-46b6-b801-f851c4aa3d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005979 10.0.0.241 - - [2026-06-22 03:52:55] "GET /projects?obj_uuids=dcbfa0f5-e1c0-42a6-9b26-6b9c6c4ce3bc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001007 10.0.0.19 - - [2026-06-22 03:52:55] "POST /neutron/port HTTP/1.1" 200 991 0.213142 10.0.0.19 - - [2026-06-22 03:52:55] "GET /virtual-machine-interface/1a108489-be38-4796-9e33-fb301150bdcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2378 0.007837 10.0.0.19 - - [2026-06-22 03:52:55] "GET /virtual-machine-interface/1a108489-be38-4796-9e33-fb301150bdcc?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.005572 10.0.0.19 - - [2026-06-22 03:52:55] "GET /instance-ip/8cbe3773-44c0-4bbc-ad75-accae3cccbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004443 10.0.0.19 - - [2026-06-22 03:52:55] "POST /fqname-to-id HTTP/1.1" 404 214 0.004675 10.0.0.19 - - [2026-06-22 03:52:56] "GET /virtual-network/8c57fa10-b92a-4155-9f91-7d4dd66665d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005888 10.0.0.241 - - [2026-06-22 03:52:56] "GET /projects?obj_uuids=dcbfa0f5-e1c0-42a6-9b26-6b9c6c4ce3bc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001808 10.0.0.19 - - [2026-06-22 03:52:56] "GET /project/dcbfa0f5-e1c0-42a6-9b26-6b9c6c4ce3bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.055385 10.0.0.19 - - [2026-06-22 03:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.19 - - [2026-06-22 03:52:56] "GET /security-group/0d16ad3b-fd26-4a8d-8f3a-dbdbd6107518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.004633 10.0.0.19 - - [2026-06-22 03:52:56] "POST /virtual-machine-interfaces HTTP/1.1" 200 571 0.116546 10.0.0.19 - - [2026-06-22 03:52:56] "POST /instance-ips HTTP/1.1" 200 358 0.050321 10.0.0.19 - - [2026-06-22 03:52:56] "GET /virtual-machine-interface/5f006db5-b277-4a37-9eca-7643673d2cdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2655 0.006457 10.0.0.19 - - [2026-06-22 03:52:56] "GET /virtual-machine-interface/5f006db5-b277-4a37-9eca-7643673d2cdb?fields=instance_ip_back_refs HTTP/1.1" 200 1338 0.010069 10.0.0.19 - - [2026-06-22 03:52:56] "GET /instance-ip/2a73ecd4-95cd-454e-bc78-8f2f217a1503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1585 0.004502 10.0.0.19 - - [2026-06-22 03:52:56] "GET /obj-perms HTTP/1.1" 200 4493 0.041955 10.0.0.129 - - [2026-06-22 03:52:57] "GET /obj-perms HTTP/1.1" 200 4493 0.042365 10.0.0.19 - - [2026-06-22 03:52:57] "POST /id-to-fqname HTTP/1.1" 200 224 0.001339 10.0.0.19 - - [2026-06-22 03:52:58] "POST /neutron/network HTTP/1.1" 200 829 0.025503 10.0.0.19 - - [2026-06-22 03:52:58] "POST /neutron/port HTTP/1.1" 200 117 0.006241 10.0.0.19 - - [2026-06-22 03:52:58] "POST /id-to-fqname HTTP/1.1" 200 224 0.001197 10.0.0.19 - - [2026-06-22 03:52:58] "POST /neutron/network HTTP/1.1" 200 838 0.006992 10.0.0.241 - - [2026-06-22 03:52:59] "GET /projects?obj_uuids=dcbfa0f5-e1c0-42a6-9b26-6b9c6c4ce3bc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003478 10.0.0.19 - - [2026-06-22 03:52:59] "GET /project/dcbfa0f5-e1c0-42a6-9b26-6b9c6c4ce3bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.069211 10.0.0.19 - - [2026-06-22 03:52:59] "POST /neutron/port HTTP/1.1" 200 117 0.005710 10.0.0.19 - - [2026-06-22 03:52:59] "POST /id-to-fqname HTTP/1.1" 200 224 0.001381 10.0.0.19 - - [2026-06-22 03:52:59] "POST /neutron/port HTTP/1.1" 200 991 0.015671 10.0.0.19 - - [2026-06-22 03:52:59] "POST /neutron/port HTTP/1.1" 200 991 0.013341 10.0.0.241 - - [2026-06-22 03:53:00] "GET /projects?obj_uuids=dcbfa0f5-e1c0-42a6-9b26-6b9c6c4ce3bc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001146 10.0.0.19 - - [2026-06-22 03:53:00] "POST /neutron/router HTTP/1.1" 200 598 0.084944 10.0.0.19 - - [2026-06-22 03:53:00] "POST /neutron/router HTTP/1.1" 200 598 0.011197 10.0.0.241 - - [2026-06-22 03:53:00] "POST /ref-update HTTP/1.1" 200 156 0.026153 10.0.0.19 - - [2026-06-22 03:53:02] "POST /neutron/port HTTP/1.1" 200 991 0.011578 10.0.0.19 - - [2026-06-22 03:53:02] "POST /neutron/port HTTP/1.1" 200 991 0.011357 10.0.0.241 - - [2026-06-22 03:53:03] "GET /projects?obj_uuids=dcbfa0f5-e1c0-42a6-9b26-6b9c6c4ce3bc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001397 10.0.0.19 - - [2026-06-22 03:53:03] "POST /neutron/subnet HTTP/1.1" 200 703 0.027249 10.0.0.19 - - [2026-06-22 03:53:04] "POST /neutron/port HTTP/1.1" 200 1064 0.297187 10.0.0.19 - - [2026-06-22 03:53:04] "POST /neutron/port HTTP/1.1" 200 1064 0.016489 10.0.0.19 - - [2026-06-22 03:53:04] "POST /neutron/port HTTP/1.1" 200 991 0.013179 10.0.0.19 - - [2026-06-22 03:53:04] "POST /neutron/port HTTP/1.1" 200 991 0.011787 10.0.0.19 - - [2026-06-22 03:53:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005640 10.0.0.19 - - [2026-06-22 03:53:05] "POST /neutron/network HTTP/1.1" 200 828 0.008052 10.0.0.19 - - [2026-06-22 03:53:05] "POST /neutron/subnet HTTP/1.1" 200 703 0.010756 10.0.0.19 - - [2026-06-22 03:53:06] "POST /neutron/port HTTP/1.1" 200 1093 0.023706 10.0.0.19 - - [2026-06-22 03:53:11] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008201 10.0.0.19 - - [2026-06-22 03:53:11] "POST /neutron/port HTTP/1.1" 200 1093 0.020400 10.0.0.19 - - [2026-06-22 03:53:11] "GET /virtual-machine/c3efc774-0aad-4b78-add6-b348ac8834b8 HTTP/1.1" 401 292 0.000407 10.0.0.19 - - [2026-06-22 03:53:11] "GET /virtual-machine/c3efc774-0aad-4b78-add6-b348ac8834b8 HTTP/1.1" 200 1277 0.024412 10.0.0.19 - - [2026-06-22 03:53:11] "GET /virtual-machine-interface/29e33033-dc1d-4721-a821-36b6a2963566 HTTP/1.1" 200 3195 0.006226 10.0.0.19 - - [2026-06-22 03:53:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.19 - - [2026-06-22 03:53:11] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004631 10.0.0.19 - - [2026-06-22 03:53:11] "GET /virtual-networks?parent_id=dcbfa0f5-e1c0-42a6-9b26-6b9c6c4ce3bc&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.004105 10.0.0.19 - - [2026-06-22 03:53:11] "GET /virtual-network/c2efccf9-af9c-46b6-b801-f851c4aa3d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.008286 10.0.0.19 - - [2026-06-22 03:53:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.19 - - [2026-06-22 03:53:14] "GET /virtual-network/c2efccf9-af9c-46b6-b801-f851c4aa3d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005382 10.0.0.241 - - [2026-06-22 03:53:15] "DELETE /project/dcbfa0f5e1c042a69b266b9c6c4ce3bc HTTP/1.1" 404 173 0.003737 10.0.0.241 - - [2026-06-22 03:53:15] "GET /projects?obj_uuids=f563e8bf-eeb2-40f1-9960-573c0166fc2a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001207 10.0.0.241 - - [2026-06-22 03:53:15] "GET /project/f563e8bf-eeb2-40f1-9960-573c0166fc2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.058958 10.0.0.241 - - [2026-06-22 03:53:15] "GET /projects?obj_uuids=f563e8bf-eeb2-40f1-9960-573c0166fc2a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001182 10.0.0.241 - - [2026-06-22 03:53:15] "GET /project/f563e8bf-eeb2-40f1-9960-573c0166fc2a?fields=security_groups HTTP/1.1" 200 1355 0.071909 10.0.0.241 - - [2026-06-22 03:53:15] "DELETE /security-group/9d16f015-54f6-4ec8-b0a7-131508aef5e9 HTTP/1.1" 404 177 0.010240 10.0.0.241 - - [2026-06-22 03:53:15] "GET /projects?obj_uuids=f563e8bf-eeb2-40f1-9960-573c0166fc2a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.004155 10.0.0.241 - - [2026-06-22 03:53:15] "DELETE /access-control-list/09baa4dc-0797-43e3-a3f3-d20f25133ad5 HTTP/1.1" 200 115 0.059241 10.0.0.241 - - [2026-06-22 03:53:15] "GET /project/f563e8bf-eeb2-40f1-9960-573c0166fc2a?fields=application_policy_sets HTTP/1.1" 200 1394 0.055185 10.0.0.241 - - [2026-06-22 03:53:16] "DELETE /project/f563e8bf-eeb2-40f1-9960-573c0166fc2a HTTP/1.1" 200 115 0.525106 10.0.0.19 - - [2026-06-22 03:53:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004226 10.0.0.19 - - [2026-06-22 03:53:19] "GET /virtual-network/c2efccf9-af9c-46b6-b801-f851c4aa3d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005925 10.0.0.19 - - [2026-06-22 03:53:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005054 10.0.0.19 - - [2026-06-22 03:53:23] "GET /virtual-network/c2efccf9-af9c-46b6-b801-f851c4aa3d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007225 10.0.0.19 - - [2026-06-22 03:53:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.19 - - [2026-06-22 03:53:27] "GET /virtual-network/c2efccf9-af9c-46b6-b801-f851c4aa3d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005610 10.0.0.19 - - [2026-06-22 03:53:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004576 10.0.0.19 - - [2026-06-22 03:53:31] "GET /virtual-network/c2efccf9-af9c-46b6-b801-f851c4aa3d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005340 10.0.0.19 - - [2026-06-22 03:53:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004812 10.0.0.19 - - [2026-06-22 03:53:35] "GET /virtual-network/c2efccf9-af9c-46b6-b801-f851c4aa3d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005458 10.0.0.19 - - [2026-06-22 03:53:37] "POST /neutron/port HTTP/1.1" 200 1128 0.025606 10.0.0.19 - - [2026-06-22 03:53:37] "POST /neutron/subnet HTTP/1.1" 200 698 0.010073 10.0.0.19 - - [2026-06-22 03:53:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.19 - - [2026-06-22 03:53:39] "GET /virtual-network/c2efccf9-af9c-46b6-b801-f851c4aa3d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006002 10.0.0.19 - - [2026-06-22 03:53:40] "POST /neutron/port HTTP/1.1" 200 1128 0.037842 10.0.0.19 - - [2026-06-22 03:53:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.19 - - [2026-06-22 03:53:43] "GET /virtual-network/c2efccf9-af9c-46b6-b801-f851c4aa3d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005186 10.0.0.19 - - [2026-06-22 03:53:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.19 - - [2026-06-22 03:53:45] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004194 10.0.0.19 - - [2026-06-22 03:53:45] "GET /virtual-networks?parent_id=dcbfa0f5-e1c0-42a6-9b26-6b9c6c4ce3bc&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.003867 10.0.0.19 - - [2026-06-22 03:53:45] "GET /virtual-network/c2efccf9-af9c-46b6-b801-f851c4aa3d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.008049 10.0.0.19 - - [2026-06-22 03:53:45] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009916 10.0.0.19 - - [2026-06-22 03:53:51] "POST /neutron/port HTTP/1.1" 200 1093 0.033519 10.0.0.19 - - [2026-06-22 03:53:55] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007304 10.0.0.19 - - [2026-06-22 03:53:56] "POST /neutron/port HTTP/1.1" 200 1128 0.016419 10.0.0.19 - - [2026-06-22 03:53:56] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007406 10.0.0.19 - - [2026-06-22 03:53:56] "GET /virtual-machine/599843b2-4667-4651-9ffb-fba7ecdc0616 HTTP/1.1" 200 1298 0.006825 10.0.0.19 - - [2026-06-22 03:53:56] "GET /virtual-machine-interface/6da282ee-4747-475c-886d-c6f5b2345b1f HTTP/1.1" 200 2967 0.005989 10.0.0.19 - - [2026-06-22 03:53:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.19 - - [2026-06-22 03:53:56] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004174 10.0.0.19 - - [2026-06-22 03:53:56] "GET /virtual-networks?parent_id=dcbfa0f5-e1c0-42a6-9b26-6b9c6c4ce3bc&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.003149 10.0.0.19 - - [2026-06-22 03:53:56] "GET /virtual-network/8c57fa10-b92a-4155-9f91-7d4dd66665d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006550 10.0.0.241 - - [2026-06-22 03:53:57] "GET /obj-perms HTTP/1.1" 200 4493 0.040413 10.0.0.19 - - [2026-06-22 03:53:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.19 - - [2026-06-22 03:53:57] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004090 10.0.0.19 - - [2026-06-22 03:53:57] "GET /virtual-networks?parent_id=dcbfa0f5-e1c0-42a6-9b26-6b9c6c4ce3bc&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.003532 10.0.0.19 - - [2026-06-22 03:53:57] "GET /virtual-network/8c57fa10-b92a-4155-9f91-7d4dd66665d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005333 10.0.0.19 - - [2026-06-22 03:53:58] "POST /neutron/port HTTP/1.1" 200 1093 0.020982 10.0.0.19 - - [2026-06-22 03:53:58] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011904 10.0.0.19 - - [2026-06-22 03:53:58] "GET /virtual-machine/f350dab7-f55f-4404-ba23-978a54517ade HTTP/1.1" 200 1277 0.007982 10.0.0.19 - - [2026-06-22 03:53:58] "GET /virtual-machine-interface/1a108489-be38-4796-9e33-fb301150bdcc HTTP/1.1" 200 3195 0.007910 10.0.0.19 - - [2026-06-22 03:53:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004745 10.0.0.19 - - [2026-06-22 03:53:58] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004145 10.0.0.19 - - [2026-06-22 03:53:58] "GET /virtual-networks?parent_id=dcbfa0f5-e1c0-42a6-9b26-6b9c6c4ce3bc&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.005578 10.0.0.19 - - [2026-06-22 03:53:58] "GET /virtual-network/c2efccf9-af9c-46b6-b801-f851c4aa3d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007398 10.0.0.19 - - [2026-06-22 03:53:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.19 - - [2026-06-22 03:53:59] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004062 10.0.0.19 - - [2026-06-22 03:53:59] "GET /virtual-networks?parent_id=dcbfa0f5-e1c0-42a6-9b26-6b9c6c4ce3bc&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.003054 10.0.0.19 - - [2026-06-22 03:53:59] "GET /virtual-network/c2efccf9-af9c-46b6-b801-f851c4aa3d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007627 10.0.0.19 - - [2026-06-22 03:53:59] "POST /neutron/port HTTP/1.1" 200 1093 0.021097 10.0.0.19 - - [2026-06-22 03:54:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004363 10.0.0.19 - - [2026-06-22 03:54:01] "POST /neutron/network HTTP/1.1" 200 829 0.013636 10.0.0.19 - - [2026-06-22 03:54:37] "POST /neutron/network HTTP/1.1" 200 838 0.007323 10.0.0.19 - - [2026-06-22 03:54:37] "POST /neutron/port HTTP/1.1" 200 117 0.001078 10.0.0.19 - - [2026-06-22 03:55:02] "POST /neutron/port HTTP/1.1" 200 1093 0.018767 10.0.0.19 - - [2026-06-22 03:55:02] "POST /neutron/subnet HTTP/1.1" 200 703 0.012204 10.0.0.19 - - [2026-06-22 03:55:28] "POST /neutron/router HTTP/1.1" 200 598 0.009170 10.0.0.19 - - [2026-06-22 03:55:28] "POST /neutron/router HTTP/1.1" 200 344 0.178397 10.0.0.241 - - [2026-06-22 03:55:29] "GET /logical-router/8a4c89fc-e650-4394-9a29-525e2eb7c82e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.033539 10.0.0.241 - - [2026-06-22 03:55:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.008947 10.0.0.19 - - [2026-06-22 03:55:30] "DELETE /instance-ip/2a73ecd4-95cd-454e-bc78-8f2f217a1503 HTTP/1.1" 200 115 0.049258 10.0.0.19 - - [2026-06-22 03:55:30] "DELETE /virtual-machine-interface/5f006db5-b277-4a37-9eca-7643673d2cdb HTTP/1.1" 200 115 0.062464 10.0.0.19 - - [2026-06-22 03:55:30] "POST /neutron/port HTTP/1.1" 200 1083 0.019171 10.0.0.19 - - [2026-06-22 03:55:30] "POST /neutron/port HTTP/1.1" 200 998 0.015021 10.0.0.19 - - [2026-06-22 03:55:31] "POST /neutron/port HTTP/1.1" 400 205 0.014437 10.0.0.19 - - [2026-06-22 03:55:31] "POST /neutron/network HTTP/1.1" 200 829 0.006751 10.0.0.19 - - [2026-06-22 03:55:31] "DELETE /instance-ip/2e015104-646f-4ec1-9bd3-c1280afce41a HTTP/1.1" 200 115 0.050857 10.0.0.19 - - [2026-06-22 03:55:31] "DELETE /virtual-machine-interface/058b6161-9396-4857-8fce-4a7978aa9f38 HTTP/1.1" 200 115 0.072071 10.0.0.19 - - [2026-06-22 03:55:31] "POST /neutron/port HTTP/1.1" 200 991 0.020649 10.0.0.19 - - [2026-06-22 03:55:31] "POST /neutron/port HTTP/1.1" 200 1118 0.045362 10.0.0.19 - - [2026-06-22 03:55:31] "POST /neutron/port HTTP/1.1" 200 1014 0.209018 10.0.0.19 - - [2026-06-22 03:55:31] "POST /neutron/port HTTP/1.1" 200 1014 0.029132 10.0.0.19 - - [2026-06-22 03:55:31] "DELETE /instance-ip/1a33f19e-b6ea-4aa9-8f47-49dce860db2d HTTP/1.1" 200 115 0.096377 10.0.0.19 - - [2026-06-22 03:55:31] "POST /neutron/port HTTP/1.1" 200 151 0.336560 10.0.0.19 - - [2026-06-22 03:55:31] "DELETE /virtual-machine-interface/94ab8052-7eec-4f57-b6a4-760ae413ea96 HTTP/1.1" 200 115 0.117647 10.0.0.19 - - [2026-06-22 03:55:32] "POST /neutron/port HTTP/1.1" 200 151 0.139398 10.0.0.19 - - [2026-06-22 03:55:32] "POST /neutron/network HTTP/1.1" 200 829 0.009925 10.0.0.241 - - [2026-06-22 03:55:32] "DELETE /route-target/ae82cf04-fc1e-4629-90fe-490514517a5d HTTP/1.1" 200 115 0.034806 10.0.0.241 - - [2026-06-22 03:55:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.012228 10.0.0.241 - - [2026-06-22 03:55:32] "POST /useragent-kv HTTP/1.1" 200 115 0.043164 10.0.0.241 - - [2026-06-22 03:55:32] "POST /useragent-kv HTTP/1.1" 200 115 0.005746 10.0.0.19 - - [2026-06-22 03:55:32] "POST /neutron/network HTTP/1.1" 200 151 0.183167 10.0.0.241 - - [2026-06-22 03:55:32] "GET /projects?obj_uuids=dcbfa0f5-e1c0-42a6-9b26-6b9c6c4ce3bc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001078 10.0.0.19 - - [2026-06-22 03:55:32] "GET /project/dcbfa0f5-e1c0-42a6-9b26-6b9c6c4ce3bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.087717 10.0.0.241 - - [2026-06-22 03:55:32] "GET /projects?obj_uuids=dcbfa0f5-e1c0-42a6-9b26-6b9c6c4ce3bc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000981 10.0.0.19 - - [2026-06-22 03:55:32] "GET /project/dcbfa0f5-e1c0-42a6-9b26-6b9c6c4ce3bc?fields=virtual_networks HTTP/1.1" 200 1043 0.042447 10.0.0.19 - - [2026-06-22 03:55:32] "POST /neutron/network HTTP/1.1" 200 117 0.019154 10.0.0.241 - - [2026-06-22 03:55:32] "GET /projects?obj_uuids=dcbfa0f5-e1c0-42a6-9b26-6b9c6c4ce3bc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001048 10.0.0.19 - - [2026-06-22 03:55:32] "GET /project/dcbfa0f5-e1c0-42a6-9b26-6b9c6c4ce3bc?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.050817 10.0.0.241 - - [2026-06-22 03:55:32] "GET /projects?obj_uuids=dcbfa0f5-e1c0-42a6-9b26-6b9c6c4ce3bc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000994 10.0.0.19 - - [2026-06-22 03:55:32] "GET /project/dcbfa0f5-e1c0-42a6-9b26-6b9c6c4ce3bc?fields=security_groups HTTP/1.1" 200 1274 0.039365 10.0.0.19 - - [2026-06-22 03:55:33] "POST /neutron/network HTTP/1.1" 200 117 0.010652 10.0.0.19 - - [2026-06-22 03:55:33] "POST /fqname-to-id HTTP/1.1" 404 187 0.030460 10.0.0.241 - - [2026-06-22 03:55:33] "GET /projects?obj_uuids=0356d944-56cc-4463-a1cd-f411f9f2f64a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003543 10.0.0.241 - - [2026-06-22 03:55:33] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001104 10.0.0.241 - - [2026-06-22 03:55:33] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008027 10.0.0.241 - - [2026-06-22 03:55:33] "POST /id-to-fqname HTTP/1.1" 200 189 0.003199 10.0.0.241 - - [2026-06-22 03:55:33] "POST /fqname-to-id HTTP/1.1" 404 198 0.003479 10.0.0.241 - - [2026-06-22 03:55:34] "POST /security-groups HTTP/1.1" 200 590 0.073603 10.0.0.241 - - [2026-06-22 03:55:34] "POST /projects HTTP/1.1" 200 583 0.274803 10.0.0.241 - - [2026-06-22 03:55:34] "POST /access-control-lists HTTP/1.1" 200 597 0.032848 10.0.0.241 - - [2026-06-22 03:55:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.358887 10.0.0.19 - - [2026-06-22 03:55:34] "GET /project/0356d944-56cc-4463-a1cd-f411f9f2f64a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.507849 10.0.0.19 - - [2026-06-22 03:55:35] "GET / HTTP/1.1" 200 36215 0.001454 10.0.0.19 - - [2026-06-22 03:55:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000485 10.0.0.19 - - [2026-06-22 03:55:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.049839 10.0.0.241 - - [2026-06-22 03:55:37] "GET /projects?obj_uuids=0356d944-56cc-4463-a1cd-f411f9f2f64a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001154 10.0.0.19 - - [2026-06-22 03:55:37] "GET /project/0356d944-56cc-4463-a1cd-f411f9f2f64a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.043471 10.0.0.241 - - [2026-06-22 03:55:37] "POST /route-targets HTTP/1.1" 200 328 0.036880 10.0.0.241 - - [2026-06-22 03:55:37] "POST /useragent-kv HTTP/1.1" 200 115 0.011145 10.0.0.19 - - [2026-06-22 03:55:38] "POST /neutron/subnet HTTP/1.1" 200 720 0.237567 10.0.0.19 - - [2026-06-22 03:55:38] "POST /id-to-fqname HTTP/1.1" 200 219 0.001286 10.0.0.19 - - [2026-06-22 03:55:38] "GET /virtual-network/e7f25f6e-79c4-4308-82e3-f6f8c276a01e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006296 10.0.0.19 - - [2026-06-22 03:55:38] "GET /virtual-network/e7f25f6e-79c4-4308-82e3-f6f8c276a01e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005876 10.0.0.19 - - [2026-06-22 03:55:38] "POST /neutron/network HTTP/1.1" 200 822 0.009445 10.0.0.19 - - [2026-06-22 03:55:38] "GET /virtual-network/e7f25f6e-79c4-4308-82e3-f6f8c276a01e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006008 10.0.0.19 - - [2026-06-22 03:55:40] "POST /id-to-fqname HTTP/1.1" 200 219 0.001360 10.0.0.241 - - [2026-06-22 03:55:40] "GET /projects?obj_uuids=0356d944-56cc-4463-a1cd-f411f9f2f64a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002635 10.0.0.19 - - [2026-06-22 03:55:40] "GET /project/0356d944-56cc-4463-a1cd-f411f9f2f64a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.073734 10.0.0.19 - - [2026-06-22 03:55:40] "POST /neutron/network HTTP/1.1" 200 822 0.007008 10.0.0.19 - - [2026-06-22 03:55:41] "POST /id-to-fqname HTTP/1.1" 200 219 0.001235 10.0.0.19 - - [2026-06-22 03:55:41] "POST /neutron/port HTTP/1.1" 200 117 0.006105 10.0.0.241 - - [2026-06-22 03:55:41] "GET /projects?obj_uuids=0356d944-56cc-4463-a1cd-f411f9f2f64a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001154 10.0.0.19 - - [2026-06-22 03:55:42] "GET /project/0356d944-56cc-4463-a1cd-f411f9f2f64a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.082098 10.0.0.19 - - [2026-06-22 03:55:42] "POST /neutron/port HTTP/1.1" 200 117 0.008030 10.0.0.19 - - [2026-06-22 03:55:45] "POST /neutron/network HTTP/1.1" 200 832 0.006624 10.0.0.19 - - [2026-06-22 03:55:45] "POST /neutron/port HTTP/1.1" 200 1058 0.018240 10.0.0.19 - - [2026-06-22 03:55:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004806 10.0.0.19 - - [2026-06-22 03:55:46] "POST /neutron/network HTTP/1.1" 200 822 0.011240 10.0.0.19 - - [2026-06-22 03:55:47] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007815 10.0.0.19 - - [2026-06-22 03:55:47] "POST /neutron/port HTTP/1.1" 200 1058 0.020604 10.0.0.19 - - [2026-06-22 03:55:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004268 10.0.0.19 - - [2026-06-22 03:55:49] "POST /neutron/network HTTP/1.1" 200 822 0.007380 10.0.0.19 - - [2026-06-22 03:55:52] "POST /neutron/port HTTP/1.1" 200 1122 0.023429 10.0.0.19 - - [2026-06-22 03:55:52] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008987 10.0.0.19 - - [2026-06-22 03:55:52] "GET /virtual-machine/5481eed1-86a9-4c22-aa11-d975b9f58db7 HTTP/1.1" 401 292 0.000388 10.0.0.19 - - [2026-06-22 03:55:53] "GET /virtual-machine/5481eed1-86a9-4c22-aa11-d975b9f58db7 HTTP/1.1" 200 1293 0.033313 10.0.0.19 - - [2026-06-22 03:55:53] "GET /virtual-machine-interface/2945ccf3-d83c-4998-b892-37cc41034dae HTTP/1.1" 200 2943 0.009039 10.0.0.19 - - [2026-06-22 03:55:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.19 - - [2026-06-22 03:55:53] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004187 10.0.0.19 - - [2026-06-22 03:55:53] "GET /virtual-networks?parent_id=0356d944-56cc-4463-a1cd-f411f9f2f64a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002954 10.0.0.19 - - [2026-06-22 03:55:53] "GET /virtual-network/e7f25f6e-79c4-4308-82e3-f6f8c276a01e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005957 10.0.0.19 - - [2026-06-22 03:55:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.19 - - [2026-06-22 03:55:56] "GET /virtual-network/e7f25f6e-79c4-4308-82e3-f6f8c276a01e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006706 10.0.0.241 - - [2026-06-22 03:55:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.241 - - [2026-06-22 03:55:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.129 - - [2026-06-22 03:55:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.129 - - [2026-06-22 03:55:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.241 - - [2026-06-22 03:55:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.241 - - [2026-06-22 03:55:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000481 10.0.0.19 - - [2026-06-22 03:55:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.129 - - [2026-06-22 03:55:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.19 - - [2026-06-22 03:55:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.129 - - [2026-06-22 03:55:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000677 10.0.0.19 - - [2026-06-22 03:55:59] "GET /obj-perms HTTP/1.1" 200 4493 0.187543 10.0.0.129 - - [2026-06-22 03:55:59] "GET /obj-perms HTTP/1.1" 200 4493 0.036751 10.0.0.19 - - [2026-06-22 03:55:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.19 - - [2026-06-22 03:55:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.19 - - [2026-06-22 03:56:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004588 10.0.0.19 - - [2026-06-22 03:56:00] "GET /virtual-network/e7f25f6e-79c4-4308-82e3-f6f8c276a01e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005889 10.0.0.19 - - [2026-06-22 03:56:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.19 - - [2026-06-22 03:56:04] "GET /virtual-network/e7f25f6e-79c4-4308-82e3-f6f8c276a01e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005248 10.0.0.19 - - [2026-06-22 03:56:05] "POST /neutron/network HTTP/1.1" 200 832 0.035490 10.0.0.19 - - [2026-06-22 03:56:06] "POST /neutron/port HTTP/1.1" 200 117 0.001109 10.0.0.19 - - [2026-06-22 03:56:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004513 10.0.0.19 - - [2026-06-22 03:56:08] "GET /virtual-network/e7f25f6e-79c4-4308-82e3-f6f8c276a01e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005301 10.0.0.19 - - [2026-06-22 03:56:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004679 10.0.0.19 - - [2026-06-22 03:56:12] "GET /virtual-network/e7f25f6e-79c4-4308-82e3-f6f8c276a01e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005611 10.0.0.241 - - [2026-06-22 03:56:16] "DELETE /project/0356d94456cc4463a1cdf411f9f2f64a HTTP/1.1" 404 173 0.015084 10.0.0.241 - - [2026-06-22 03:56:16] "GET /projects?obj_uuids=dcbfa0f5-e1c0-42a6-9b26-6b9c6c4ce3bc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001173 10.0.0.241 - - [2026-06-22 03:56:16] "GET /project/dcbfa0f5-e1c0-42a6-9b26-6b9c6c4ce3bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.051037 10.0.0.241 - - [2026-06-22 03:56:16] "GET /projects?obj_uuids=dcbfa0f5-e1c0-42a6-9b26-6b9c6c4ce3bc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001553 10.0.0.241 - - [2026-06-22 03:56:16] "GET /project/dcbfa0f5-e1c0-42a6-9b26-6b9c6c4ce3bc?fields=security_groups HTTP/1.1" 200 1376 0.070699 10.0.0.241 - - [2026-06-22 03:56:16] "DELETE /security-group/0d16ad3b-fd26-4a8d-8f3a-dbdbd6107518 HTTP/1.1" 404 177 0.006591 10.0.0.241 - - [2026-06-22 03:56:16] "GET /projects?obj_uuids=dcbfa0f5-e1c0-42a6-9b26-6b9c6c4ce3bc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001074 10.0.0.241 - - [2026-06-22 03:56:16] "GET /project/dcbfa0f5-e1c0-42a6-9b26-6b9c6c4ce3bc?fields=application_policy_sets HTTP/1.1" 200 1415 0.072915 10.0.0.241 - - [2026-06-22 03:56:16] "DELETE /access-control-list/d1fa5d47-112b-4624-8920-6fb2bef1f343 HTTP/1.1" 200 115 0.062053 10.0.0.19 - - [2026-06-22 03:56:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006242 10.0.0.19 - - [2026-06-22 03:56:16] "GET /virtual-network/e7f25f6e-79c4-4308-82e3-f6f8c276a01e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008327 10.0.0.241 - - [2026-06-22 03:56:17] "DELETE /project/dcbfa0f5-e1c0-42a6-9b26-6b9c6c4ce3bc HTTP/1.1" 200 115 0.550922 10.0.0.19 - - [2026-06-22 03:56:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004379 10.0.0.19 - - [2026-06-22 03:56:20] "GET /virtual-network/e7f25f6e-79c4-4308-82e3-f6f8c276a01e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005878 10.0.0.19 - - [2026-06-22 03:56:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.19 - - [2026-06-22 03:56:25] "GET /virtual-network/e7f25f6e-79c4-4308-82e3-f6f8c276a01e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006758 10.0.0.19 - - [2026-06-22 03:56:25] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007439 10.0.0.19 - - [2026-06-22 03:56:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004119 10.0.0.19 - - [2026-06-22 03:56:27] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004512 10.0.0.19 - - [2026-06-22 03:56:27] "GET /virtual-networks?parent_id=0356d944-56cc-4463-a1cd-f411f9f2f64a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002864 10.0.0.19 - - [2026-06-22 03:56:27] "GET /virtual-network/e7f25f6e-79c4-4308-82e3-f6f8c276a01e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005676 10.0.0.19 - - [2026-06-22 03:56:32] "POST /neutron/port HTTP/1.1" 200 1122 0.022222 10.0.0.19 - - [2026-06-22 03:56:32] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007393 10.0.0.19 - - [2026-06-22 03:56:42] "POST /neutron/port HTTP/1.1" 200 1122 0.020050 10.0.0.19 - - [2026-06-22 03:56:42] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007555 10.0.0.19 - - [2026-06-22 03:56:43] "GET /virtual-machine/b480fe0c-8faa-473f-b8a3-a47230fbd7f5 HTTP/1.1" 200 1294 0.005842 10.0.0.19 - - [2026-06-22 03:56:43] "GET /virtual-machine-interface/7175c9bc-f46c-488f-a21b-7b4a93de197d HTTP/1.1" 200 2943 0.006004 10.0.0.19 - - [2026-06-22 03:56:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.19 - - [2026-06-22 03:56:43] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004005 10.0.0.19 - - [2026-06-22 03:56:43] "GET /virtual-networks?parent_id=0356d944-56cc-4463-a1cd-f411f9f2f64a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003128 10.0.0.19 - - [2026-06-22 03:56:43] "GET /virtual-network/e7f25f6e-79c4-4308-82e3-f6f8c276a01e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005418 10.0.0.19 - - [2026-06-22 03:56:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.19 - - [2026-06-22 03:56:44] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004121 10.0.0.19 - - [2026-06-22 03:56:44] "GET /virtual-networks?parent_id=0356d944-56cc-4463-a1cd-f411f9f2f64a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003225 10.0.0.19 - - [2026-06-22 03:56:44] "GET /virtual-network/e7f25f6e-79c4-4308-82e3-f6f8c276a01e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006012 10.0.0.241 - - [2026-06-22 03:56:59] "GET /obj-perms HTTP/1.1" 200 4493 0.043592 10.0.0.19 - - [2026-06-22 03:57:04] "POST /neutron/port HTTP/1.1" 200 1122 0.038657 10.0.0.19 - - [2026-06-22 03:57:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004122 10.0.0.19 - - [2026-06-22 03:57:05] "POST /neutron/network HTTP/1.1" 200 822 0.008286 10.0.0.19 - - [2026-06-22 03:58:08] "POST /neutron/network HTTP/1.1" 200 832 0.008574 10.0.0.19 - - [2026-06-22 03:58:08] "POST /neutron/port HTTP/1.1" 200 117 0.001349 10.0.0.19 - - [2026-06-22 03:58:17] "POST /neutron/network HTTP/1.1" 400 204 0.016436 10.0.0.19 - - [2026-06-22 03:58:19] "POST /neutron/port HTTP/1.1" 200 151 0.233415 10.0.0.19 - - [2026-06-22 03:58:19] "POST /neutron/port HTTP/1.1" 200 151 0.255008 10.0.0.19 - - [2026-06-22 03:58:21] "POST /neutron/network HTTP/1.1" 200 822 0.006828 10.0.0.241 - - [2026-06-22 03:58:23] "GET /projects?obj_uuids=0356d944-56cc-4463-a1cd-f411f9f2f64a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000989 10.0.0.19 - - [2026-06-22 03:58:23] "GET /project/0356d944-56cc-4463-a1cd-f411f9f2f64a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.068904 10.0.0.241 - - [2026-06-22 03:58:23] "GET /projects?obj_uuids=0356d944-56cc-4463-a1cd-f411f9f2f64a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002062 10.0.0.19 - - [2026-06-22 03:58:23] "GET /project/0356d944-56cc-4463-a1cd-f411f9f2f64a?fields=virtual_networks HTTP/1.1" 200 1031 0.042273 10.0.0.241 - - [2026-06-22 03:58:23] "GET /projects?obj_uuids=0356d944-56cc-4463-a1cd-f411f9f2f64a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000940 10.0.0.19 - - [2026-06-22 03:58:23] "GET /project/0356d944-56cc-4463-a1cd-f411f9f2f64a?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.047129 10.0.0.241 - - [2026-06-22 03:58:23] "GET /projects?obj_uuids=0356d944-56cc-4463-a1cd-f411f9f2f64a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000882 10.0.0.19 - - [2026-06-22 03:58:23] "GET /project/0356d944-56cc-4463-a1cd-f411f9f2f64a?fields=security_groups HTTP/1.1" 200 1257 0.043789 10.0.0.19 - - [2026-06-22 03:58:24] "POST /fqname-to-id HTTP/1.1" 404 187 0.029303 10.0.0.241 - - [2026-06-22 03:58:24] "GET /projects?obj_uuids=1fd96d59-a63b-40a2-9d51-0b90086ac0ed&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003147 10.0.0.241 - - [2026-06-22 03:58:24] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001139 10.0.0.241 - - [2026-06-22 03:58:24] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.033295 10.0.0.241 - - [2026-06-22 03:58:24] "POST /id-to-fqname HTTP/1.1" 200 189 0.002660 10.0.0.241 - - [2026-06-22 03:58:24] "POST /fqname-to-id HTTP/1.1" 404 198 0.003711 10.0.0.241 - - [2026-06-22 03:58:24] "POST /security-groups HTTP/1.1" 200 590 0.077661 10.0.0.241 - - [2026-06-22 03:58:24] "POST /projects HTTP/1.1" 200 583 0.290754 10.0.0.241 - - [2026-06-22 03:58:24] "POST /fqname-to-id HTTP/1.1" 404 233 0.027718 10.0.0.241 - - [2026-06-22 03:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.366783 10.0.0.241 - - [2026-06-22 03:58:24] "POST /access-control-lists HTTP/1.1" 200 595 0.039437 10.0.0.19 - - [2026-06-22 03:58:24] "GET /project/1fd96d59-a63b-40a2-9d51-0b90086ac0ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.533828 10.0.0.19 - - [2026-06-22 03:58:26] "GET / HTTP/1.1" 200 36215 0.001909 10.0.0.19 - - [2026-06-22 03:58:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000488 10.0.0.19 - - [2026-06-22 03:58:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.046662 10.0.0.241 - - [2026-06-22 03:58:28] "GET /projects?obj_uuids=1fd96d59-a63b-40a2-9d51-0b90086ac0ed&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001207 10.0.0.19 - - [2026-06-22 03:58:28] "GET /project/1fd96d59-a63b-40a2-9d51-0b90086ac0ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.036435 10.0.0.241 - - [2026-06-22 03:58:28] "GET /projects?obj_uuids=1fd96d59-a63b-40a2-9d51-0b90086ac0ed&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001544 10.0.0.19 - - [2026-06-22 03:58:28] "POST /neutron/network HTTP/1.1" 200 604 0.151672 10.0.0.19 - - [2026-06-22 03:58:28] "POST /id-to-fqname HTTP/1.1" 200 219 0.007419 10.0.0.19 - - [2026-06-22 03:58:28] "GET /virtual-network/f0397947-8e89-4d48-bc40-60ff48baa7c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005516 10.0.0.19 - - [2026-06-22 03:58:28] "POST /neutron/network HTTP/1.1" 200 822 0.007665 10.0.0.19 - - [2026-06-22 03:58:28] "GET /virtual-network/f0397947-8e89-4d48-bc40-60ff48baa7c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006169 10.0.0.19 - - [2026-06-22 03:58:29] "GET /virtual-network/f0397947-8e89-4d48-bc40-60ff48baa7c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005274 10.0.0.19 - - [2026-06-22 03:58:30] "POST /id-to-fqname HTTP/1.1" 200 219 0.001219 10.0.0.19 - - [2026-06-22 03:58:30] "POST /neutron/network HTTP/1.1" 200 832 0.006706 10.0.0.241 - - [2026-06-22 03:58:31] "GET /projects?obj_uuids=1fd96d59-a63b-40a2-9d51-0b90086ac0ed&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000914 10.0.0.19 - - [2026-06-22 03:58:31] "GET /project/1fd96d59-a63b-40a2-9d51-0b90086ac0ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.053744 10.0.0.19 - - [2026-06-22 03:58:31] "POST /neutron/port HTTP/1.1" 200 117 0.006489 10.0.0.19 - - [2026-06-22 03:58:31] "POST /id-to-fqname HTTP/1.1" 200 219 0.001204 10.0.0.241 - - [2026-06-22 03:58:32] "GET /projects?obj_uuids=1fd96d59-a63b-40a2-9d51-0b90086ac0ed&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000914 10.0.0.19 - - [2026-06-22 03:58:32] "GET /project/1fd96d59-a63b-40a2-9d51-0b90086ac0ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.059536 10.0.0.19 - - [2026-06-22 03:58:32] "POST /neutron/network HTTP/1.1" 200 822 0.022345 10.0.0.19 - - [2026-06-22 03:58:33] "POST /neutron/port HTTP/1.1" 200 117 0.006312 10.0.0.19 - - [2026-06-22 03:58:36] "POST /neutron/port HTTP/1.1" 200 1058 0.019542 10.0.0.19 - - [2026-06-22 03:58:37] "POST /neutron/port HTTP/1.1" 200 1122 0.022132 10.0.0.19 - - [2026-06-22 03:58:37] "POST /neutron/port HTTP/1.1" 200 117 0.001107 10.0.0.19 - - [2026-06-22 03:58:38] "POST /neutron/network HTTP/1.1" 200 832 0.007689 10.0.0.19 - - [2026-06-22 03:58:38] "POST /neutron/port HTTP/1.1" 200 1058 0.020160 10.0.0.19 - - [2026-06-22 03:58:39] "POST /neutron/port HTTP/1.1" 200 1122 0.023415 10.0.0.19 - - [2026-06-22 03:58:39] "POST /neutron/port HTTP/1.1" 200 117 0.001551 10.0.0.19 - - [2026-06-22 03:58:43] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007149 10.0.0.19 - - [2026-06-22 03:58:43] "POST /neutron/port HTTP/1.1" 200 1122 0.019206 10.0.0.19 - - [2026-06-22 03:58:43] "GET /virtual-machine/01e0de7c-1fb2-4cb1-aa48-f5070453f7c5 HTTP/1.1" 401 292 0.000397 10.0.0.19 - - [2026-06-22 03:58:43] "GET /virtual-machine/01e0de7c-1fb2-4cb1-aa48-f5070453f7c5 HTTP/1.1" 200 1292 0.031432 10.0.0.19 - - [2026-06-22 03:58:43] "GET /virtual-machine-interface/15b0e297-dc27-4381-b357-78c0b88a3d1b HTTP/1.1" 200 2943 0.004992 10.0.0.19 - - [2026-06-22 03:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.19 - - [2026-06-22 03:58:43] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003876 10.0.0.19 - - [2026-06-22 03:58:43] "GET /virtual-networks?parent_id=1fd96d59-a63b-40a2-9d51-0b90086ac0ed&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003022 10.0.0.19 - - [2026-06-22 03:58:43] "GET /virtual-network/f0397947-8e89-4d48-bc40-60ff48baa7c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005498 10.0.0.19 - - [2026-06-22 03:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.19 - - [2026-06-22 03:58:47] "GET /virtual-network/f0397947-8e89-4d48-bc40-60ff48baa7c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006180 10.0.0.19 - - [2026-06-22 03:58:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.19 - - [2026-06-22 03:58:51] "GET /virtual-network/f0397947-8e89-4d48-bc40-60ff48baa7c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005594 10.0.0.19 - - [2026-06-22 03:58:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.19 - - [2026-06-22 03:58:55] "GET /virtual-network/f0397947-8e89-4d48-bc40-60ff48baa7c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006413 10.0.0.19 - - [2026-06-22 03:58:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.19 - - [2026-06-22 03:58:59] "GET /virtual-network/f0397947-8e89-4d48-bc40-60ff48baa7c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007484 10.0.0.19 - - [2026-06-22 03:59:01] "GET /obj-perms HTTP/1.1" 200 4493 0.042595 10.0.0.129 - - [2026-06-22 03:59:01] "GET /obj-perms HTTP/1.1" 200 4493 0.036193 10.0.0.19 - - [2026-06-22 03:59:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.19 - - [2026-06-22 03:59:03] "GET /virtual-network/f0397947-8e89-4d48-bc40-60ff48baa7c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005183 10.0.0.19 - - [2026-06-22 03:59:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.19 - - [2026-06-22 03:59:07] "GET /virtual-network/f0397947-8e89-4d48-bc40-60ff48baa7c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005462 10.0.0.19 - - [2026-06-22 03:59:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.19 - - [2026-06-22 03:59:11] "GET /virtual-network/f0397947-8e89-4d48-bc40-60ff48baa7c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006505 10.0.0.19 - - [2026-06-22 03:59:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050 10.0.0.19 - - [2026-06-22 03:59:15] "GET /virtual-network/f0397947-8e89-4d48-bc40-60ff48baa7c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005277 10.0.0.241 - - [2026-06-22 03:59:17] "GET /projects?obj_uuids=0356d944-56cc-4463-a1cd-f411f9f2f64a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001399 10.0.0.241 - - [2026-06-22 03:59:17] "DELETE /project/1fd96d59a63b40a29d510b90086ac0ed HTTP/1.1" 404 173 0.009618 10.0.0.241 - - [2026-06-22 03:59:17] "GET /project/0356d944-56cc-4463-a1cd-f411f9f2f64a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.048001 10.0.0.241 - - [2026-06-22 03:59:17] "GET /projects?obj_uuids=0356d944-56cc-4463-a1cd-f411f9f2f64a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000890 10.0.0.241 - - [2026-06-22 03:59:17] "GET /project/0356d944-56cc-4463-a1cd-f411f9f2f64a?fields=security_groups HTTP/1.1" 200 1099 0.046896 10.0.0.241 - - [2026-06-22 03:59:17] "GET /projects?obj_uuids=0356d944-56cc-4463-a1cd-f411f9f2f64a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001293 10.0.0.241 - - [2026-06-22 03:59:17] "DELETE /access-control-list/02fa1d35-acd8-4e49-b1cc-6bd68dda2239 HTTP/1.1" 200 115 0.063926 10.0.0.241 - - [2026-06-22 03:59:17] "GET /project/0356d944-56cc-4463-a1cd-f411f9f2f64a?fields=application_policy_sets HTTP/1.1" 200 1398 0.060406 10.0.0.241 - - [2026-06-22 03:59:17] "DELETE /project/0356d944-56cc-4463-a1cd-f411f9f2f64a HTTP/1.1" 200 115 0.378853 10.0.0.19 - - [2026-06-22 03:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.19 - - [2026-06-22 03:59:17] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003429 10.0.0.19 - - [2026-06-22 03:59:17] "GET /virtual-networks?parent_id=1fd96d59-a63b-40a2-9d51-0b90086ac0ed&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003211 10.0.0.19 - - [2026-06-22 03:59:17] "GET /virtual-network/f0397947-8e89-4d48-bc40-60ff48baa7c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007981 10.0.0.19 - - [2026-06-22 03:59:17] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007466 10.0.0.19 - - [2026-06-22 03:59:22] "POST /neutron/port HTTP/1.1" 200 1122 0.044044 10.0.0.19 - - [2026-06-22 03:59:23] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007111 10.0.0.19 - - [2026-06-22 03:59:33] "POST /neutron/port HTTP/1.1" 200 1122 0.018773 10.0.0.19 - - [2026-06-22 03:59:33] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007789 10.0.0.19 - - [2026-06-22 03:59:33] "GET /virtual-machine/ffa96c3f-7463-4ae3-b8af-03ae1d6ec632 HTTP/1.1" 200 1294 0.005981 10.0.0.19 - - [2026-06-22 03:59:33] "GET /virtual-machine-interface/55fb7c6f-bed7-4706-abf7-fd7a6fadcaaf HTTP/1.1" 200 2943 0.005420 10.0.0.19 - - [2026-06-22 03:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.19 - - [2026-06-22 03:59:33] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003593 10.0.0.19 - - [2026-06-22 03:59:33] "GET /virtual-networks?parent_id=1fd96d59-a63b-40a2-9d51-0b90086ac0ed&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002576 10.0.0.19 - - [2026-06-22 03:59:33] "GET /virtual-network/f0397947-8e89-4d48-bc40-60ff48baa7c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006067 10.0.0.19 - - [2026-06-22 03:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.19 - - [2026-06-22 03:59:34] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003608 10.0.0.19 - - [2026-06-22 03:59:34] "GET /virtual-networks?parent_id=1fd96d59-a63b-40a2-9d51-0b90086ac0ed&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003147 10.0.0.19 - - [2026-06-22 03:59:34] "GET /virtual-network/f0397947-8e89-4d48-bc40-60ff48baa7c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005508 10.0.0.19 - - [2026-06-22 03:59:45] "POST /neutron/network HTTP/1.1" 200 822 0.008526 10.0.0.19 - - [2026-06-22 03:59:47] "POST /neutron/port HTTP/1.1" 200 1112 0.015997 10.0.0.19 - - [2026-06-22 03:59:47] "POST /neutron/port HTTP/1.1" 200 1112 0.017071 10.0.0.19 - - [2026-06-22 03:59:47] "POST /neutron/network HTTP/1.1" 400 204 0.063555 10.0.0.241 - - [2026-06-22 03:59:50] "DELETE /route-target/9046ca54-6339-4b0c-aa13-d8482264a674 HTTP/1.1" 200 115 0.037757 10.0.0.241 - - [2026-06-22 03:59:51] "GET /projects?obj_uuids=1fd96d59-a63b-40a2-9d51-0b90086ac0ed&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000978 10.0.0.19 - - [2026-06-22 03:59:51] "GET /project/1fd96d59-a63b-40a2-9d51-0b90086ac0ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.050745 10.0.0.241 - - [2026-06-22 03:59:51] "GET /projects?obj_uuids=1fd96d59-a63b-40a2-9d51-0b90086ac0ed&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000945 10.0.0.19 - - [2026-06-22 03:59:51] "GET /project/1fd96d59-a63b-40a2-9d51-0b90086ac0ed?fields=virtual_networks HTTP/1.1" 200 1032 0.069818 10.0.0.241 - - [2026-06-22 03:59:51] "GET /projects?obj_uuids=1fd96d59-a63b-40a2-9d51-0b90086ac0ed&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000877 10.0.0.19 - - [2026-06-22 03:59:51] "GET /project/1fd96d59-a63b-40a2-9d51-0b90086ac0ed?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.038152 10.0.0.241 - - [2026-06-22 03:59:51] "GET /projects?obj_uuids=1fd96d59-a63b-40a2-9d51-0b90086ac0ed&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001361 10.0.0.19 - - [2026-06-22 03:59:51] "GET /project/1fd96d59-a63b-40a2-9d51-0b90086ac0ed?fields=security_groups HTTP/1.1" 200 1258 0.045064 10.0.0.241 - - [2026-06-22 04:00:02] "GET /obj-perms HTTP/1.1" 200 4493 0.059796 10.0.0.19 - - [2026-06-22 04:00:06] "GET / HTTP/1.1" 200 36215 0.002413 10.0.0.19 - - [2026-06-22 04:00:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000407 10.0.0.19 - - [2026-06-22 04:00:07] "POST /fqname-to-id HTTP/1.1" 404 201 0.054005 10.0.0.241 - - [2026-06-22 04:00:07] "GET /projects?obj_uuids=51ecca4c-2795-464e-a941-f3bff9003532&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002902 10.0.0.241 - - [2026-06-22 04:00:07] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001259 10.0.0.241 - - [2026-06-22 04:00:07] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007592 10.0.0.241 - - [2026-06-22 04:00:07] "POST /id-to-fqname HTTP/1.1" 200 203 0.001521 10.0.0.241 - - [2026-06-22 04:00:07] "POST /fqname-to-id HTTP/1.1" 404 212 0.006374 10.0.0.241 - - [2026-06-22 04:00:08] "POST /security-groups HTTP/1.1" 200 604 0.035538 10.0.0.241 - - [2026-06-22 04:00:08] "POST /projects HTTP/1.1" 200 611 0.274909 10.0.0.241 - - [2026-06-22 04:00:08] "POST /fqname-to-id HTTP/1.1" 404 246 0.011581 10.0.0.241 - - [2026-06-22 04:00:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.350897 10.0.0.19 - - [2026-06-22 04:00:08] "GET /project/51ecca4c-2795-464e-a941-f3bff9003532?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.497260 10.0.0.19 - - [2026-06-22 04:00:09] "GET / HTTP/1.1" 200 36215 0.002291 10.0.0.19 - - [2026-06-22 04:00:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000443 10.0.0.19 - - [2026-06-22 04:00:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.061511 10.0.0.241 - - [2026-06-22 04:00:10] "GET /projects?obj_uuids=51ecca4c-2795-464e-a941-f3bff9003532&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001113 10.0.0.19 - - [2026-06-22 04:00:10] "GET /project/51ecca4c-2795-464e-a941-f3bff9003532?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.038328 10.0.0.19 - - [2026-06-22 04:00:10] "POST /neutron/network HTTP/1.1" 200 117 0.035694 10.0.0.241 - - [2026-06-22 04:00:10] "POST /ref-update HTTP/1.1" 200 156 0.031785 10.0.0.19 - - [2026-06-22 04:00:11] "POST /neutron/network HTTP/1.1" 200 839 0.008516 10.0.0.19 - - [2026-06-22 04:00:11] "POST /id-to-fqname HTTP/1.1" 200 234 0.001449 10.0.0.19 - - [2026-06-22 04:00:11] "GET /virtual-network/463d44fc-5586-4170-acbb-32a813ff845f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005340 10.0.0.19 - - [2026-06-22 04:00:11] "GET /virtual-network/463d44fc-5586-4170-acbb-32a813ff845f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005857 10.0.0.19 - - [2026-06-22 04:00:11] "POST /neutron/subnet HTTP/1.1" 200 724 0.009742 10.0.0.19 - - [2026-06-22 04:00:11] "POST /id-to-fqname HTTP/1.1" 200 234 0.001418 10.0.0.241 - - [2026-06-22 04:00:11] "GET /projects?obj_uuids=51ecca4c-2795-464e-a941-f3bff9003532&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001011 10.0.0.19 - - [2026-06-22 04:00:12] "GET /project/51ecca4c-2795-464e-a941-f3bff9003532?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.072684 10.0.0.19 - - [2026-06-22 04:00:12] "POST /neutron/port HTTP/1.1" 200 117 0.007345 10.0.0.19 - - [2026-06-22 04:00:12] "POST /id-to-fqname HTTP/1.1" 200 234 0.001510 10.0.0.19 - - [2026-06-22 04:00:12] "POST /neutron/network HTTP/1.1" 200 849 0.007766 10.0.0.241 - - [2026-06-22 04:00:13] "GET /projects?obj_uuids=51ecca4c-2795-464e-a941-f3bff9003532&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001015 10.0.0.19 - - [2026-06-22 04:00:13] "GET /project/51ecca4c-2795-464e-a941-f3bff9003532?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.056435 10.0.0.19 - - [2026-06-22 04:00:13] "POST /neutron/port HTTP/1.1" 200 117 0.007361 10.0.0.19 - - [2026-06-22 04:00:13] "GET /virtual-network/463d44fc-5586-4170-acbb-32a813ff845f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005853 10.0.0.241 - - [2026-06-22 04:00:16] "GET /projects?obj_uuids=51ecca4c-2795-464e-a941-f3bff9003532&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000993 10.0.0.19 - - [2026-06-22 04:00:16] "POST /neutron/port HTTP/1.1" 200 1073 0.297944 10.0.0.19 - - [2026-06-22 04:00:16] "POST /neutron/port HTTP/1.1" 200 1127 0.127228 10.0.0.241 - - [2026-06-22 04:00:17] "GET /projects?obj_uuids=1fd96d59-a63b-40a2-9d51-0b90086ac0ed&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000800 10.0.0.241 - - [2026-06-22 04:00:17] "DELETE /project/51ecca4c2795464ea941f3bff9003532 HTTP/1.1" 404 173 0.006284 10.0.0.241 - - [2026-06-22 04:00:17] "GET /project/1fd96d59-a63b-40a2-9d51-0b90086ac0ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.054618 10.0.0.241 - - [2026-06-22 04:00:17] "GET /projects?obj_uuids=1fd96d59-a63b-40a2-9d51-0b90086ac0ed&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002423 10.0.0.241 - - [2026-06-22 04:00:17] "GET /project/1fd96d59-a63b-40a2-9d51-0b90086ac0ed?fields=security_groups HTTP/1.1" 200 1360 0.070753 10.0.0.241 - - [2026-06-22 04:00:17] "DELETE /security-group/d854129d-0d72-47b0-96e8-b8c9041dc9f3 HTTP/1.1" 404 177 0.003413 10.0.0.241 - - [2026-06-22 04:00:17] "GET /projects?obj_uuids=1fd96d59-a63b-40a2-9d51-0b90086ac0ed&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004011 10.0.0.19 - - [2026-06-22 04:00:18] "POST /neutron/subnet HTTP/1.1" 200 698 0.017205 10.0.0.241 - - [2026-06-22 04:00:18] "GET /project/1fd96d59-a63b-40a2-9d51-0b90086ac0ed?fields=application_policy_sets HTTP/1.1" 200 1399 0.108242 10.0.0.241 - - [2026-06-22 04:00:18] "DELETE /project/1fd96d59-a63b-40a2-9d51-0b90086ac0ed HTTP/1.1" 200 115 0.550016 10.0.0.19 - - [2026-06-22 04:00:18] "POST /neutron/network HTTP/1.1" 200 849 0.006299 10.0.0.19 - - [2026-06-22 04:00:18] "POST /neutron/port HTTP/1.1" 200 1073 0.019707 10.0.0.19 - - [2026-06-22 04:00:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004486 10.0.0.19 - - [2026-06-22 04:00:20] "POST /neutron/network HTTP/1.1" 200 839 0.007116 10.0.0.19 - - [2026-06-22 04:00:25] "POST /neutron/port HTTP/1.1" 200 1137 0.016921 10.0.0.19 - - [2026-06-22 04:00:25] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007823 10.0.0.19 - - [2026-06-22 04:00:25] "GET /virtual-machine/4eba75b3-f775-4103-b580-30e5f37be4af HTTP/1.1" 401 292 0.000541 10.0.0.19 - - [2026-06-22 04:00:26] "GET /virtual-machine/4eba75b3-f775-4103-b580-30e5f37be4af HTTP/1.1" 200 1307 0.025227 10.0.0.19 - - [2026-06-22 04:00:26] "GET /virtual-machine-interface/20ed04a8-9318-4f73-9f94-9891dbca19b4 HTTP/1.1" 200 3016 0.005262 10.0.0.19 - - [2026-06-22 04:00:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.19 - - [2026-06-22 04:00:26] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003917 10.0.0.19 - - [2026-06-22 04:00:26] "GET /virtual-networks?parent_id=51ecca4c-2795-464e-a941-f3bff9003532&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003431 10.0.0.19 - - [2026-06-22 04:00:26] "GET /virtual-network/463d44fc-5586-4170-acbb-32a813ff845f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006529 10.0.0.19 - - [2026-06-22 04:00:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.19 - - [2026-06-22 04:00:29] "GET /virtual-network/463d44fc-5586-4170-acbb-32a813ff845f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005770 10.0.0.19 - - [2026-06-22 04:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.19 - - [2026-06-22 04:00:33] "GET /virtual-network/463d44fc-5586-4170-acbb-32a813ff845f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005250 10.0.0.19 - - [2026-06-22 04:00:33] "POST /neutron/port HTTP/1.1" 200 1137 0.017535 10.0.0.19 - - [2026-06-22 04:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.19 - - [2026-06-22 04:00:35] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003887 10.0.0.19 - - [2026-06-22 04:00:35] "GET /virtual-networks?parent_id=51ecca4c-2795-464e-a941-f3bff9003532&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003364 10.0.0.19 - - [2026-06-22 04:00:35] "GET /virtual-network/463d44fc-5586-4170-acbb-32a813ff845f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005879 10.0.0.19 - - [2026-06-22 04:00:35] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008592 10.0.0.19 - - [2026-06-22 04:00:40] "POST /neutron/port HTTP/1.1" 200 1137 0.023256 10.0.0.19 - - [2026-06-22 04:00:40] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008428 10.0.0.19 - - [2026-06-22 04:00:41] "GET /virtual-machine/2121f75f-aa33-4b03-8cbb-5d5737dae95a HTTP/1.1" 200 1307 0.006178 10.0.0.19 - - [2026-06-22 04:00:41] "GET /virtual-machine-interface/6a1893fd-e866-4674-93db-218d0d70cd5d HTTP/1.1" 200 3016 0.006410 10.0.0.19 - - [2026-06-22 04:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.19 - - [2026-06-22 04:00:41] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004089 10.0.0.19 - - [2026-06-22 04:00:41] "GET /virtual-networks?parent_id=51ecca4c-2795-464e-a941-f3bff9003532&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003779 10.0.0.19 - - [2026-06-22 04:00:41] "GET /virtual-network/463d44fc-5586-4170-acbb-32a813ff845f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005668 10.0.0.19 - - [2026-06-22 04:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.19 - - [2026-06-22 04:00:42] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.008059 10.0.0.19 - - [2026-06-22 04:00:42] "GET /virtual-networks?parent_id=51ecca4c-2795-464e-a941-f3bff9003532&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.004020 10.0.0.19 - - [2026-06-22 04:00:42] "GET /virtual-network/463d44fc-5586-4170-acbb-32a813ff845f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.009799 10.0.0.19 - - [2026-06-22 04:00:42] "POST /neutron/port HTTP/1.1" 200 1137 0.019904 10.0.0.19 - - [2026-06-22 04:00:47] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007231 10.0.0.19 - - [2026-06-22 04:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.19 - - [2026-06-22 04:00:53] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003995 10.0.0.19 - - [2026-06-22 04:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.19 - - [2026-06-22 04:00:53] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004499 10.0.0.19 - - [2026-06-22 04:00:53] "PUT /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153 HTTP/1.1" 200 277 0.012716 10.0.0.241 - - [2026-06-22 04:00:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.241 - - [2026-06-22 04:00:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.129 - - [2026-06-22 04:00:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.129 - - [2026-06-22 04:00:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000555 10.0.0.241 - - [2026-06-22 04:00:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.241 - - [2026-06-22 04:00:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.19 - - [2026-06-22 04:00:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.19 - - [2026-06-22 04:00:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.129 - - [2026-06-22 04:00:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.129 - - [2026-06-22 04:00:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.19 - - [2026-06-22 04:00:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.19 - - [2026-06-22 04:00:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000614 10.0.0.19 - - [2026-06-22 04:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004907 10.0.0.19 - - [2026-06-22 04:01:04] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.005981 10.0.0.19 - - [2026-06-22 04:01:04] "PUT /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153 HTTP/1.1" 200 277 0.012808 10.0.0.19 - - [2026-06-22 04:01:10] "POST /neutron/network HTTP/1.1" 200 849 0.031123 10.0.0.19 - - [2026-06-22 04:01:10] "POST /neutron/port HTTP/1.1" 200 117 0.001306 10.0.0.19 - - [2026-06-22 04:01:54] "POST /neutron/network HTTP/1.1" 400 204 0.014935 10.0.0.19 - - [2026-06-22 04:01:56] "POST /neutron/port HTTP/1.1" 200 151 0.201486 10.0.0.19 - - [2026-06-22 04:01:57] "POST /neutron/port HTTP/1.1" 200 151 0.224577 10.0.0.19 - - [2026-06-22 04:01:58] "POST /neutron/network HTTP/1.1" 200 839 0.007162 10.0.0.241 - - [2026-06-22 04:01:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.241 - - [2026-06-22 04:01:59] "GET /projects?obj_uuids=51ecca4c-2795-464e-a941-f3bff9003532&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.025326 10.0.0.19 - - [2026-06-22 04:01:59] "GET /project/51ecca4c-2795-464e-a941-f3bff9003532?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.072936 10.0.0.241 - - [2026-06-22 04:01:59] "GET /projects?obj_uuids=51ecca4c-2795-464e-a941-f3bff9003532&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001515 10.0.0.19 - - [2026-06-22 04:01:59] "GET /project/51ecca4c-2795-464e-a941-f3bff9003532?fields=virtual_networks HTTP/1.1" 200 1060 0.040272 10.0.0.241 - - [2026-06-22 04:01:59] "GET /projects?obj_uuids=51ecca4c-2795-464e-a941-f3bff9003532&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001168 10.0.0.19 - - [2026-06-22 04:01:59] "GET /project/51ecca4c-2795-464e-a941-f3bff9003532?fields=virtual_machine_interfaces HTTP/1.1" 200 1060 0.041561 10.0.0.241 - - [2026-06-22 04:01:59] "GET /projects?obj_uuids=51ecca4c-2795-464e-a941-f3bff9003532&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001242 10.0.0.19 - - [2026-06-22 04:01:59] "GET /project/51ecca4c-2795-464e-a941-f3bff9003532?fields=security_groups HTTP/1.1" 200 1300 0.035094 10.0.0.19 - - [2026-06-22 04:02:00] "POST /fqname-to-id HTTP/1.1" 404 206 0.034675 10.0.0.241 - - [2026-06-22 04:02:00] "GET /projects?obj_uuids=3b0efd22-deee-4247-95a8-ffcbc565a833&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003365 10.0.0.241 - - [2026-06-22 04:02:00] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001177 10.0.0.241 - - [2026-06-22 04:02:00] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007623 10.0.0.241 - - [2026-06-22 04:02:00] "POST /id-to-fqname HTTP/1.1" 200 209 0.003281 10.0.0.241 - - [2026-06-22 04:02:00] "POST /fqname-to-id HTTP/1.1" 404 217 0.007816 10.0.0.241 - - [2026-06-22 04:02:00] "POST /security-groups HTTP/1.1" 200 609 0.080925 10.0.0.241 - - [2026-06-22 04:02:00] "POST /projects HTTP/1.1" 200 621 0.318018 10.0.0.241 - - [2026-06-22 04:02:01] "POST /access-control-lists HTTP/1.1" 200 616 0.034635 10.0.0.241 - - [2026-06-22 04:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.394879 10.0.0.19 - - [2026-06-22 04:02:01] "GET /project/3b0efd22-deee-4247-95a8-ffcbc565a833?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.545070 10.0.0.19 - - [2026-06-22 04:02:02] "GET / HTTP/1.1" 200 36215 0.001418 10.0.0.19 - - [2026-06-22 04:02:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000461 10.0.0.19 - - [2026-06-22 04:02:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.053059 10.0.0.241 - - [2026-06-22 04:02:02] "GET /projects?obj_uuids=3b0efd22-deee-4247-95a8-ffcbc565a833&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001012 10.0.0.19 - - [2026-06-22 04:02:03] "GET /project/3b0efd22-deee-4247-95a8-ffcbc565a833?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.041809 10.0.0.241 - - [2026-06-22 04:02:03] "GET /projects?obj_uuids=3b0efd22-deee-4247-95a8-ffcbc565a833&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001024 10.0.0.19 - - [2026-06-22 04:02:03] "POST /neutron/network HTTP/1.1" 200 625 0.136649 10.0.0.241 - - [2026-06-22 04:02:03] "POST /route-targets HTTP/1.1" 200 328 0.015243 10.0.0.19 - - [2026-06-22 04:02:03] "POST /id-to-fqname HTTP/1.1" 200 239 0.002996 10.0.0.19 - - [2026-06-22 04:02:03] "GET /virtual-network/e4ba5aa5-ca54-408d-a0eb-9d9b6d504d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006568 10.0.0.19 - - [2026-06-22 04:02:03] "POST /neutron/network HTTP/1.1" 200 844 0.005833 10.0.0.19 - - [2026-06-22 04:02:03] "GET /virtual-network/e4ba5aa5-ca54-408d-a0eb-9d9b6d504d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.004950 10.0.0.19 - - [2026-06-22 04:02:03] "POST /id-to-fqname HTTP/1.1" 200 239 0.001243 10.0.0.19 - - [2026-06-22 04:02:03] "GET /obj-perms HTTP/1.1" 200 4493 0.045674 10.0.0.19 - - [2026-06-22 04:02:03] "POST /neutron/network HTTP/1.1" 200 854 0.007395 10.0.0.129 - - [2026-06-22 04:02:04] "GET /obj-perms HTTP/1.1" 200 4493 0.673277 10.0.0.241 - - [2026-06-22 04:02:04] "GET /projects?obj_uuids=3b0efd22-deee-4247-95a8-ffcbc565a833&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000940 10.0.0.19 - - [2026-06-22 04:02:04] "GET /project/3b0efd22-deee-4247-95a8-ffcbc565a833?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.061123 10.0.0.19 - - [2026-06-22 04:02:05] "POST /neutron/port HTTP/1.1" 200 117 0.005810 10.0.0.19 - - [2026-06-22 04:02:05] "POST /id-to-fqname HTTP/1.1" 200 239 0.001208 10.0.0.241 - - [2026-06-22 04:02:05] "GET /projects?obj_uuids=3b0efd22-deee-4247-95a8-ffcbc565a833&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000947 10.0.0.19 - - [2026-06-22 04:02:06] "GET /project/3b0efd22-deee-4247-95a8-ffcbc565a833?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.076005 10.0.0.19 - - [2026-06-22 04:02:06] "POST /neutron/network HTTP/1.1" 200 844 0.006292 10.0.0.19 - - [2026-06-22 04:02:06] "GET /virtual-network/e4ba5aa5-ca54-408d-a0eb-9d9b6d504d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005938 10.0.0.241 - - [2026-06-22 04:02:08] "GET /obj-perms HTTP/1.1" 200 4503 0.050139 10.0.0.19 - - [2026-06-22 04:02:08] "POST /neutron/port HTTP/1.1" 200 117 0.006649 10.0.0.19 - - [2026-06-22 04:02:09] "POST /neutron/port HTTP/1.1" 200 1078 0.018461 10.0.0.19 - - [2026-06-22 04:02:10] "POST /neutron/port HTTP/1.1" 200 1142 0.019501 10.0.0.19 - - [2026-06-22 04:02:10] "POST /neutron/port HTTP/1.1" 200 117 0.001178 10.0.0.241 - - [2026-06-22 04:02:11] "GET /projects?obj_uuids=3b0efd22-deee-4247-95a8-ffcbc565a833&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001021 10.0.0.19 - - [2026-06-22 04:02:11] "POST /neutron/port HTTP/1.1" 200 1078 0.255900 10.0.0.19 - - [2026-06-22 04:02:11] "POST /neutron/port HTTP/1.1" 200 1132 0.099296 10.0.0.19 - - [2026-06-22 04:02:12] "POST /neutron/subnet HTTP/1.1" 200 698 0.009482 10.0.0.19 - - [2026-06-22 04:02:13] "POST /neutron/port HTTP/1.1" 200 1142 0.018641 10.0.0.19 - - [2026-06-22 04:02:18] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009437 10.0.0.241 - - [2026-06-22 04:02:18] "DELETE /project/3b0efd22deee424795a8ffcbc565a833 HTTP/1.1" 404 173 0.006341 10.0.0.241 - - [2026-06-22 04:02:18] "GET /projects?obj_uuids=51ecca4c-2795-464e-a941-f3bff9003532&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000924 10.0.0.241 - - [2026-06-22 04:02:18] "GET /project/51ecca4c-2795-464e-a941-f3bff9003532?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1520 0.040535 10.0.0.241 - - [2026-06-22 04:02:18] "GET /projects?obj_uuids=51ecca4c-2795-464e-a941-f3bff9003532&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001250 10.0.0.241 - - [2026-06-22 04:02:18] "GET /project/51ecca4c-2795-464e-a941-f3bff9003532?fields=security_groups HTTP/1.1" 200 1402 0.065089 10.0.0.241 - - [2026-06-22 04:02:18] "DELETE /security-group/c6614c0c-f05f-430b-9195-67ae7052b494 HTTP/1.1" 200 115 0.073695 10.0.0.241 - - [2026-06-22 04:02:18] "GET /projects?obj_uuids=51ecca4c-2795-464e-a941-f3bff9003532&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002623 10.0.0.241 - - [2026-06-22 04:02:18] "GET /project/51ecca4c-2795-464e-a941-f3bff9003532?fields=application_policy_sets HTTP/1.1" 200 1441 0.089521 10.0.0.19 - - [2026-06-22 04:02:18] "POST /neutron/port HTTP/1.1" 200 1142 0.052126 10.0.0.241 - - [2026-06-22 04:02:18] "DELETE /access-control-list/2accaeb9-0254-476a-8487-e45aa95d6709 HTTP/1.1" 200 115 0.116273 10.0.0.19 - - [2026-06-22 04:02:18] "GET /virtual-machine/943b4f63-0022-49b9-bc79-1ac97adaaf0a HTTP/1.1" 401 292 0.000996 10.0.0.241 - - [2026-06-22 04:02:18] "DELETE /project/51ecca4c-2795-464e-a941-f3bff9003532 HTTP/1.1" 200 115 0.549471 10.0.0.19 - - [2026-06-22 04:02:19] "GET /virtual-machine/943b4f63-0022-49b9-bc79-1ac97adaaf0a HTTP/1.1" 200 1313 0.029653 10.0.0.19 - - [2026-06-22 04:02:19] "GET /virtual-machine-interface/d55e26b5-bdf2-469e-a56a-52dfacbad938 HTTP/1.1" 200 3042 0.008612 10.0.0.19 - - [2026-06-22 04:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.19 - - [2026-06-22 04:02:19] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004099 10.0.0.19 - - [2026-06-22 04:02:19] "GET /virtual-networks?parent_id=3b0efd22-deee-4247-95a8-ffcbc565a833&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.003047 10.0.0.19 - - [2026-06-22 04:02:19] "GET /virtual-network/e4ba5aa5-ca54-408d-a0eb-9d9b6d504d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005679 10.0.0.19 - - [2026-06-22 04:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.19 - - [2026-06-22 04:02:22] "GET /virtual-network/e4ba5aa5-ca54-408d-a0eb-9d9b6d504d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005262 10.0.0.19 - - [2026-06-22 04:02:26] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006657 10.0.0.19 - - [2026-06-22 04:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.19 - - [2026-06-22 04:02:26] "GET /virtual-network/e4ba5aa5-ca54-408d-a0eb-9d9b6d504d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006108 10.0.0.19 - - [2026-06-22 04:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.19 - - [2026-06-22 04:02:28] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003796 10.0.0.19 - - [2026-06-22 04:02:28] "GET /virtual-networks?parent_id=3b0efd22-deee-4247-95a8-ffcbc565a833&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.003214 10.0.0.19 - - [2026-06-22 04:02:28] "GET /virtual-network/e4ba5aa5-ca54-408d-a0eb-9d9b6d504d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006410 10.0.0.19 - - [2026-06-22 04:02:31] "POST /neutron/port HTTP/1.1" 200 1142 0.016930 10.0.0.19 - - [2026-06-22 04:02:34] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008873 10.0.0.19 - - [2026-06-22 04:02:34] "POST /neutron/port HTTP/1.1" 200 1142 0.018435 10.0.0.19 - - [2026-06-22 04:02:34] "GET /virtual-machine/c4b2d3bd-c10f-4495-ba85-be54904f07c1 HTTP/1.1" 200 1313 0.006109 10.0.0.19 - - [2026-06-22 04:02:34] "GET /virtual-machine-interface/db439ca2-2514-4e64-a837-4e30e78de1c3 HTTP/1.1" 200 3042 0.005801 10.0.0.19 - - [2026-06-22 04:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.19 - - [2026-06-22 04:02:34] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006117 10.0.0.19 - - [2026-06-22 04:02:34] "GET /virtual-networks?parent_id=3b0efd22-deee-4247-95a8-ffcbc565a833&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.003281 10.0.0.19 - - [2026-06-22 04:02:34] "GET /virtual-network/e4ba5aa5-ca54-408d-a0eb-9d9b6d504d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005424 10.0.0.19 - - [2026-06-22 04:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.19 - - [2026-06-22 04:02:35] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003844 10.0.0.19 - - [2026-06-22 04:02:35] "GET /virtual-networks?parent_id=3b0efd22-deee-4247-95a8-ffcbc565a833&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.003054 10.0.0.19 - - [2026-06-22 04:02:35] "GET /virtual-network/e4ba5aa5-ca54-408d-a0eb-9d9b6d504d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005721 10.0.0.19 - - [2026-06-22 04:02:35] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007792 10.0.0.19 - - [2026-06-22 04:02:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.241 - - [2026-06-22 04:02:40] "GET /projects?obj_uuids=3b0efd22-deee-4247-95a8-ffcbc565a833&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001212 10.0.0.19 - - [2026-06-22 04:02:40] "GET /project/3b0efd22-deee-4247-95a8-ffcbc565a833?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.036126 10.0.0.241 - - [2026-06-22 04:02:41] "POST /useragent-kv HTTP/1.1" 200 115 0.017689 10.0.0.19 - - [2026-06-22 04:02:41] "POST /neutron/subnet HTTP/1.1" 200 719 0.240814 10.0.0.19 - - [2026-06-22 04:02:41] "POST /id-to-fqname HTTP/1.1" 200 239 0.001169 10.0.0.19 - - [2026-06-22 04:02:41] "GET /virtual-network/913d3b19-ce44-47e9-816c-c49f71612bc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005614 10.0.0.19 - - [2026-06-22 04:02:41] "GET /virtual-network/913d3b19-ce44-47e9-816c-c49f71612bc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005723 10.0.0.19 - - [2026-06-22 04:02:41] "POST /neutron/network HTTP/1.1" 200 843 0.008102 10.0.0.19 - - [2026-06-22 04:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.241 - - [2026-06-22 04:02:41] "GET /projects?obj_uuids=3b0efd22-deee-4247-95a8-ffcbc565a833&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000888 10.0.0.19 - - [2026-06-22 04:02:41] "GET /project/3b0efd22-deee-4247-95a8-ffcbc565a833?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.053996 10.0.0.241 - - [2026-06-22 04:02:41] "GET /projects?obj_uuids=3b0efd22-deee-4247-95a8-ffcbc565a833&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001173 10.0.0.19 - - [2026-06-22 04:02:41] "POST /neutron/network HTTP/1.1" 200 631 0.144444 10.0.0.241 - - [2026-06-22 04:02:41] "POST /route-targets HTTP/1.1" 200 328 0.015683 10.0.0.19 - - [2026-06-22 04:02:42] "POST /id-to-fqname HTTP/1.1" 200 242 0.003413 10.0.0.19 - - [2026-06-22 04:02:42] "GET /virtual-network/b190a28d-07b4-44bc-a8fb-17e7902f4015?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.006464 10.0.0.19 - - [2026-06-22 04:02:42] "POST /neutron/network HTTP/1.1" 200 850 0.012080 10.0.0.19 - - [2026-06-22 04:02:42] "GET /virtual-network/b190a28d-07b4-44bc-a8fb-17e7902f4015?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.005988 10.0.0.19 - - [2026-06-22 04:02:42] "POST /id-to-fqname HTTP/1.1" 200 239 0.001158 10.0.0.19 - - [2026-06-22 04:02:42] "POST /neutron/port HTTP/1.1" 200 2132 0.021810 10.0.0.241 - - [2026-06-22 04:02:43] "GET /projects?obj_uuids=3b0efd22-deee-4247-95a8-ffcbc565a833&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001304 10.0.0.19 - - [2026-06-22 04:02:43] "GET /project/3b0efd22-deee-4247-95a8-ffcbc565a833?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.073006 10.0.0.19 - - [2026-06-22 04:02:43] "POST /neutron/network HTTP/1.1" 200 843 0.007221 10.0.0.19 - - [2026-06-22 04:02:43] "POST /neutron/port HTTP/1.1" 200 117 0.008067 10.0.0.19 - - [2026-06-22 04:02:43] "POST /id-to-fqname HTTP/1.1" 200 242 0.001503 10.0.0.19 - - [2026-06-22 04:02:43] "POST /neutron/network HTTP/1.1" 200 860 0.006730 10.0.0.241 - - [2026-06-22 04:02:44] "GET /projects?obj_uuids=3b0efd22-deee-4247-95a8-ffcbc565a833&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001136 10.0.0.19 - - [2026-06-22 04:02:44] "GET /project/3b0efd22-deee-4247-95a8-ffcbc565a833?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.062880 10.0.0.19 - - [2026-06-22 04:02:44] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007568 10.0.0.19 - - [2026-06-22 04:02:44] "POST /id-to-fqname HTTP/1.1" 200 239 0.001254 10.0.0.19 - - [2026-06-22 04:02:44] "POST /id-to-fqname HTTP/1.1" 200 239 0.001334 10.0.0.19 - - [2026-06-22 04:02:45] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008468 10.0.0.241 - - [2026-06-22 04:02:46] "GET /projects?obj_uuids=3b0efd22-deee-4247-95a8-ffcbc565a833&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001185 10.0.0.19 - - [2026-06-22 04:02:46] "GET /project/3b0efd22-deee-4247-95a8-ffcbc565a833?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.062401 10.0.0.19 - - [2026-06-22 04:02:46] "POST /neutron/network HTTP/1.1" 200 843 0.006754 10.0.0.19 - - [2026-06-22 04:02:46] "POST /neutron/port HTTP/1.1" 200 117 0.006188 10.0.0.19 - - [2026-06-22 04:02:46] "GET /virtual-network/e4ba5aa5-ca54-408d-a0eb-9d9b6d504d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005549 10.0.0.19 - - [2026-06-22 04:02:47] "GET /virtual-network/913d3b19-ce44-47e9-816c-c49f71612bc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006800 10.0.0.19 - - [2026-06-22 04:02:47] "GET /obj-perms HTTP/1.1" 200 4503 0.034378 10.0.0.129 - - [2026-06-22 04:02:47] "GET /obj-perms HTTP/1.1" 200 4503 0.040365 10.0.0.19 - - [2026-06-22 04:02:48] "GET /virtual-network/b190a28d-07b4-44bc-a8fb-17e7902f4015?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.005610 10.0.0.19 - - [2026-06-22 04:02:48] "POST /neutron/port HTTP/1.1" 200 1077 0.060564 10.0.0.241 - - [2026-06-22 04:02:48] "GET /obj-perms HTTP/1.1" 200 4503 0.006846 10.0.0.19 - - [2026-06-22 04:02:48] "POST /neutron/port HTTP/1.1" 200 117 0.007356 10.0.0.19 - - [2026-06-22 04:02:49] "POST /neutron/subnet HTTP/1.1" 200 693 0.009485 10.0.0.19 - - [2026-06-22 04:02:49] "POST /neutron/network HTTP/1.1" 200 860 0.007621 10.0.0.19 - - [2026-06-22 04:02:50] "POST /neutron/port HTTP/1.1" 200 1078 0.017731 10.0.0.241 - - [2026-06-22 04:02:50] "GET /projects?obj_uuids=3b0efd22-deee-4247-95a8-ffcbc565a833&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001053 10.0.0.19 - - [2026-06-22 04:02:50] "POST /neutron/port HTTP/1.1" 200 1078 0.319652 10.0.0.19 - - [2026-06-22 04:02:51] "POST /neutron/port HTTP/1.1" 200 1078 0.018946 10.0.0.19 - - [2026-06-22 04:02:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005106 10.0.0.19 - - [2026-06-22 04:02:51] "POST /neutron/network HTTP/1.1" 200 850 0.006730 10.0.0.19 - - [2026-06-22 04:02:52] "POST /neutron/port HTTP/1.1" 200 1131 0.142824 10.0.0.19 - - [2026-06-22 04:02:53] "POST /neutron/subnet HTTP/1.1" 200 698 0.012953 10.0.0.19 - - [2026-06-22 04:02:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004173 10.0.0.19 - - [2026-06-22 04:02:53] "POST /neutron/network HTTP/1.1" 200 843 0.023305 10.0.0.19 - - [2026-06-22 04:02:58] "POST /neutron/port HTTP/1.1" 200 1142 0.021439 10.0.0.19 - - [2026-06-22 04:02:58] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007411 10.0.0.19 - - [2026-06-22 04:02:59] "GET /virtual-machine/79077f1b-4236-47c1-9818-26e466dcc95a HTTP/1.1" 200 1312 0.006267 10.0.0.19 - - [2026-06-22 04:02:59] "GET /virtual-machine-interface/d131879c-c783-4329-bf4a-760c1b608a30 HTTP/1.1" 200 3051 0.006581 10.0.0.19 - - [2026-06-22 04:02:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.19 - - [2026-06-22 04:02:59] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003997 10.0.0.19 - - [2026-06-22 04:02:59] "GET /virtual-networks?parent_id=3b0efd22-deee-4247-95a8-ffcbc565a833&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.002782 10.0.0.19 - - [2026-06-22 04:02:59] "GET /virtual-network/b190a28d-07b4-44bc-a8fb-17e7902f4015?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.005836 10.0.0.19 - - [2026-06-22 04:03:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.19 - - [2026-06-22 04:03:02] "GET /virtual-network/b190a28d-07b4-44bc-a8fb-17e7902f4015?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.006238 10.0.0.19 - - [2026-06-22 04:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.19 - - [2026-06-22 04:03:06] "GET /virtual-network/b190a28d-07b4-44bc-a8fb-17e7902f4015?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.005560 10.0.0.19 - - [2026-06-22 04:03:06] "POST /neutron/port HTTP/1.1" 200 1141 0.019516 10.0.0.19 - - [2026-06-22 04:03:09] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006894 10.0.0.19 - - [2026-06-22 04:03:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.19 - - [2026-06-22 04:03:10] "GET /virtual-network/b190a28d-07b4-44bc-a8fb-17e7902f4015?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.005563 10.0.0.19 - - [2026-06-22 04:03:13] "POST /neutron/network HTTP/1.1" 200 854 0.008290 10.0.0.19 - - [2026-06-22 04:03:13] "POST /neutron/port HTTP/1.1" 200 117 0.001086 10.0.0.19 - - [2026-06-22 04:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005037 10.0.0.19 - - [2026-06-22 04:03:14] "GET /virtual-network/b190a28d-07b4-44bc-a8fb-17e7902f4015?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.006540 10.0.0.19 - - [2026-06-22 04:03:14] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006701 10.0.0.19 - - [2026-06-22 04:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.19 - - [2026-06-22 04:03:16] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004556 10.0.0.19 - - [2026-06-22 04:03:16] "GET /virtual-networks?parent_id=3b0efd22-deee-4247-95a8-ffcbc565a833&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003940 10.0.0.19 - - [2026-06-22 04:03:16] "GET /virtual-network/b190a28d-07b4-44bc-a8fb-17e7902f4015?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.005814 10.0.0.19 - - [2026-06-22 04:03:21] "POST /neutron/port HTTP/1.1" 200 1141 0.024862 10.0.0.19 - - [2026-06-22 04:03:22] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007533 10.0.0.19 - - [2026-06-22 04:03:22] "GET /virtual-machine/ef12964b-7dad-498b-be7c-3935f4cada52 HTTP/1.1" 200 1313 0.005795 10.0.0.19 - - [2026-06-22 04:03:22] "GET /virtual-machine-interface/97f66cab-39bd-4f1d-9504-5a7c605a70ab HTTP/1.1" 200 3042 0.005085 10.0.0.19 - - [2026-06-22 04:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.19 - - [2026-06-22 04:03:22] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003861 10.0.0.19 - - [2026-06-22 04:03:22] "GET /virtual-networks?parent_id=3b0efd22-deee-4247-95a8-ffcbc565a833&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003018 10.0.0.19 - - [2026-06-22 04:03:22] "GET /virtual-network/913d3b19-ce44-47e9-816c-c49f71612bc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005621 10.0.0.19 - - [2026-06-22 04:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004087 10.0.0.19 - - [2026-06-22 04:03:23] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004489 10.0.0.19 - - [2026-06-22 04:03:23] "GET /virtual-networks?parent_id=3b0efd22-deee-4247-95a8-ffcbc565a833&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.002968 10.0.0.19 - - [2026-06-22 04:03:23] "GET /virtual-network/913d3b19-ce44-47e9-816c-c49f71612bc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005429 10.0.0.19 - - [2026-06-22 04:03:23] "POST /neutron/port HTTP/1.1" 200 2131 0.024419 10.0.0.19 - - [2026-06-22 04:03:23] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007880 10.0.0.19 - - [2026-06-22 04:03:23] "POST /neutron/port HTTP/1.1" 200 2131 0.024544 10.0.0.19 - - [2026-06-22 04:03:23] "GET /virtual-machine/b413adca-f593-4f40-a006-7c8e6842ad78 HTTP/1.1" 200 1590 0.006899 10.0.0.19 - - [2026-06-22 04:03:23] "GET /virtual-machine-interface/8620a456-8972-4752-a839-3b307c4fbcdf HTTP/1.1" 200 3041 0.005484 10.0.0.19 - - [2026-06-22 04:03:23] "GET /virtual-machine-interface/ba8b344b-dc88-4006-b5aa-d6d67046f809 HTTP/1.1" 200 3042 0.006734 10.0.0.19 - - [2026-06-22 04:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.19 - - [2026-06-22 04:03:24] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006768 10.0.0.19 - - [2026-06-22 04:03:24] "GET /virtual-networks?parent_id=3b0efd22-deee-4247-95a8-ffcbc565a833&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003968 10.0.0.19 - - [2026-06-22 04:03:24] "GET /virtual-network/e4ba5aa5-ca54-408d-a0eb-9d9b6d504d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006018 10.0.0.19 - - [2026-06-22 04:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.19 - - [2026-06-22 04:03:25] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004171 10.0.0.19 - - [2026-06-22 04:03:25] "GET /virtual-networks?parent_id=3b0efd22-deee-4247-95a8-ffcbc565a833&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003869 10.0.0.19 - - [2026-06-22 04:03:25] "GET /virtual-network/e4ba5aa5-ca54-408d-a0eb-9d9b6d504d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006022 10.0.0.19 - - [2026-06-22 04:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.19 - - [2026-06-22 04:03:25] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003978 10.0.0.19 - - [2026-06-22 04:03:25] "GET /virtual-networks?parent_id=3b0efd22-deee-4247-95a8-ffcbc565a833&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003668 10.0.0.19 - - [2026-06-22 04:03:25] "GET /virtual-network/913d3b19-ce44-47e9-816c-c49f71612bc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007720 10.0.0.19 - - [2026-06-22 04:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.19 - - [2026-06-22 04:03:26] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004045 10.0.0.19 - - [2026-06-22 04:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.19 - - [2026-06-22 04:03:26] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004689 10.0.0.19 - - [2026-06-22 04:03:27] "PUT /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153 HTTP/1.1" 200 277 0.012368 10.0.0.19 - - [2026-06-22 04:03:27] "POST /fqname-to-id HTTP/1.1" 404 217 0.003020 10.0.0.19 - - [2026-06-22 04:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.241 - - [2026-06-22 04:03:27] "GET /projects?obj_uuids=3b0efd22-deee-4247-95a8-ffcbc565a833&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000960 10.0.0.19 - - [2026-06-22 04:03:27] "GET /project/3b0efd22-deee-4247-95a8-ffcbc565a833?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.056678 10.0.0.19 - - [2026-06-22 04:03:27] "POST /network-policys HTTP/1.1" 200 541 0.031735 10.0.0.19 - - [2026-06-22 04:03:27] "GET /network-policy/b2f08727-e907-42a6-9b21-3f96fd4aadd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1995 0.006340 10.0.0.19 - - [2026-06-22 04:03:27] "POST /neutron/network HTTP/1.1" 200 938 0.087301 10.0.0.19 - - [2026-06-22 04:03:27] "GET /virtual-network/e4ba5aa5-ca54-408d-a0eb-9d9b6d504d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2394 0.005617 10.0.0.19 - - [2026-06-22 04:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.19 - - [2026-06-22 04:03:27] "GET /network-policy/b2f08727-e907-42a6-9b21-3f96fd4aadd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1995 0.004312 10.0.0.19 - - [2026-06-22 04:03:27] "POST /neutron/network HTTP/1.1" 200 937 0.068470 10.0.0.19 - - [2026-06-22 04:03:27] "GET /virtual-network/913d3b19-ce44-47e9-816c-c49f71612bc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2390 0.006416 10.0.0.19 - - [2026-06-22 04:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.19 - - [2026-06-22 04:03:27] "GET /network-policy/b2f08727-e907-42a6-9b21-3f96fd4aadd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1995 0.004462 10.0.0.19 - - [2026-06-22 04:03:27] "GET /virtual-network/e4ba5aa5-ca54-408d-a0eb-9d9b6d504d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2394 0.007934 10.0.0.241 - - [2026-06-22 04:03:27] "POST /access-control-lists HTTP/1.1" 200 611 0.101430 10.0.0.241 - - [2026-06-22 04:03:28] "POST /ref-update HTTP/1.1" 200 156 0.032900 10.0.0.19 - - [2026-06-22 04:03:28] "GET /obj-perms HTTP/1.1" 200 4503 0.003797 10.0.0.19 - - [2026-06-22 04:03:28] "GET /virtual-network/913d3b19-ce44-47e9-816c-c49f71612bc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2390 0.005660 10.0.0.129 - - [2026-06-22 04:03:28] "GET /obj-perms HTTP/1.1" 200 4503 0.003504 10.0.0.241 - - [2026-06-22 04:03:28] "GET /obj-perms HTTP/1.1" 200 4503 0.004817 10.0.0.19 - - [2026-06-22 04:03:29] "GET /virtual-network/e4ba5aa5-ca54-408d-a0eb-9d9b6d504d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2394 0.005091 10.0.0.19 - - [2026-06-22 04:03:29] "GET /virtual-network/913d3b19-ce44-47e9-816c-c49f71612bc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2390 0.007315 10.0.0.19 - - [2026-06-22 04:03:29] "GET /obj-perms HTTP/1.1" 200 4503 0.004444 10.0.0.19 - - [2026-06-22 04:03:30] "GET /virtual-network/b190a28d-07b4-44bc-a8fb-17e7902f4015?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.005758 10.0.0.129 - - [2026-06-22 04:03:30] "GET /obj-perms HTTP/1.1" 200 4503 0.003776 10.0.0.241 - - [2026-06-22 04:03:30] "GET /obj-perms HTTP/1.1" 200 4503 0.003628 10.0.0.19 - - [2026-06-22 04:03:44] "GET /obj-perms HTTP/1.1" 200 4503 0.004327 10.0.0.19 - - [2026-06-22 04:03:47] "POST /neutron/port HTTP/1.1" 200 1141 0.020518 10.0.0.19 - - [2026-06-22 04:03:47] "POST /neutron/subnet HTTP/1.1" 200 693 0.008993 10.0.0.19 - - [2026-06-22 04:04:13] "POST /neutron/port HTTP/1.1" 200 1142 0.017235 10.0.0.19 - - [2026-06-22 04:04:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003983 10.0.0.19 - - [2026-06-22 04:04:14] "POST /neutron/network HTTP/1.1" 200 938 0.007389 10.0.0.19 - - [2026-06-22 04:04:49] "POST /neutron/network HTTP/1.1" 200 860 0.008503 10.0.0.19 - - [2026-06-22 04:04:49] "POST /neutron/port HTTP/1.1" 200 117 0.001175 10.0.0.19 - - [2026-06-22 04:05:15] "POST /neutron/port HTTP/1.1" 200 2131 0.020333 10.0.0.19 - - [2026-06-22 04:05:15] "POST /neutron/subnet HTTP/1.1" 200 698 0.008901 10.0.0.19 - - [2026-06-22 04:05:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003675 10.0.0.19 - - [2026-06-22 04:05:15] "POST /neutron/network HTTP/1.1" 200 937 0.006759 10.0.0.19 - - [2026-06-22 04:05:49] "POST /neutron/network HTTP/1.1" 200 947 0.007352 10.0.0.19 - - [2026-06-22 04:05:49] "POST /neutron/port HTTP/1.1" 200 117 0.001175 10.0.0.241 - - [2026-06-22 04:05:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000614 10.0.0.241 - - [2026-06-22 04:05:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000834 10.0.0.129 - - [2026-06-22 04:05:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.129 - - [2026-06-22 04:05:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.241 - - [2026-06-22 04:05:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.241 - - [2026-06-22 04:05:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000537 10.0.0.19 - - [2026-06-22 04:05:58] "GET /global-system-configs HTTP/1.1" 401 292 0.001033 10.0.0.19 - - [2026-06-22 04:05:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.129 - - [2026-06-22 04:05:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000516 10.0.0.129 - - [2026-06-22 04:05:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.19 - - [2026-06-22 04:05:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.19 - - [2026-06-22 04:05:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.19 - - [2026-06-22 04:06:07] "GET /obj-perms HTTP/1.1" 200 4493 0.041393 10.0.0.19 - - [2026-06-22 04:06:16] "POST /neutron/port HTTP/1.1" 200 1142 0.042280 10.0.0.19 - - [2026-06-22 04:06:16] "POST /neutron/subnet HTTP/1.1" 200 698 0.018596 10.0.0.19 - - [2026-06-22 04:06:49] "POST /neutron/port HTTP/1.1" 200 1142 0.019220 10.0.0.19 - - [2026-06-22 04:06:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003896 10.0.0.19 - - [2026-06-22 04:06:50] "POST /neutron/network HTTP/1.1" 200 850 0.008864 10.0.0.19 - - [2026-06-22 04:07:07] "GET /obj-perms HTTP/1.1" 200 4503 0.003969 10.0.0.129 - - [2026-06-22 04:07:08] "GET /obj-perms HTTP/1.1" 200 4493 0.048093 10.0.0.241 - - [2026-06-22 04:07:08] "GET /obj-perms HTTP/1.1" 200 4493 0.036920 10.0.0.19 - - [2026-06-22 04:07:10] "GET /virtual-network/913d3b19-ce44-47e9-816c-c49f71612bc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2390 0.019834 10.0.0.19 - - [2026-06-22 04:07:10] "POST /neutron/network HTTP/1.1" 200 843 0.031749 10.0.0.19 - - [2026-06-22 04:07:10] "GET /virtual-network/913d3b19-ce44-47e9-816c-c49f71612bc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005026 10.0.0.19 - - [2026-06-22 04:07:10] "GET /virtual-network/e4ba5aa5-ca54-408d-a0eb-9d9b6d504d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2394 0.005477 10.0.0.19 - - [2026-06-22 04:07:10] "POST /neutron/network HTTP/1.1" 200 844 0.008663 10.0.0.19 - - [2026-06-22 04:07:10] "GET /virtual-network/e4ba5aa5-ca54-408d-a0eb-9d9b6d504d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.004915 10.0.0.19 - - [2026-06-22 04:07:10] "DELETE /network-policy/b2f08727-e907-42a6-9b21-3f96fd4aadd8 HTTP/1.1" 200 115 0.033983 10.0.0.19 - - [2026-06-22 04:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004699 10.0.0.19 - - [2026-06-22 04:07:10] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.004533 10.0.0.19 - - [2026-06-22 04:07:10] "PUT /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153 HTTP/1.1" 200 277 0.012460 10.0.0.241 - - [2026-06-22 04:07:10] "POST /ref-update HTTP/1.1" 200 156 0.034492 10.0.0.241 - - [2026-06-22 04:07:11] "POST /ref-update HTTP/1.1" 200 156 0.036248 10.0.0.19 - - [2026-06-22 04:07:14] "POST /neutron/port HTTP/1.1" 200 1142 0.018423 10.0.0.19 - - [2026-06-22 04:07:14] "POST /neutron/port HTTP/1.1" 200 2131 0.021644 10.0.0.19 - - [2026-06-22 04:07:14] "POST /neutron/port HTTP/1.1" 200 1131 0.019715 10.0.0.19 - - [2026-06-22 04:07:14] "POST /neutron/network HTTP/1.1" 200 850 0.007448 10.0.0.19 - - [2026-06-22 04:07:14] "POST /neutron/port HTTP/1.1" 200 151 0.197108 10.0.0.241 - - [2026-06-22 04:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.007388 10.0.0.241 - - [2026-06-22 04:07:15] "POST /useragent-kv HTTP/1.1" 200 115 0.026780 10.0.0.241 - - [2026-06-22 04:07:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003883 10.0.0.19 - - [2026-06-22 04:07:15] "POST /neutron/network HTTP/1.1" 200 151 0.161888 10.0.0.19 - - [2026-06-22 04:07:15] "POST /neutron/network HTTP/1.1" 400 204 0.016119 10.0.0.19 - - [2026-06-22 04:07:15] "POST /neutron/subnet HTTP/1.1" 200 698 0.010283 10.0.0.19 - - [2026-06-22 04:07:17] "POST /neutron/port HTTP/1.1" 200 1142 0.017984 10.0.0.19 - - [2026-06-22 04:07:17] "POST /neutron/port HTTP/1.1" 200 1142 0.018763 10.0.0.19 - - [2026-06-22 04:07:17] "POST /neutron/network HTTP/1.1" 200 844 0.013121 10.0.0.241 - - [2026-06-22 04:07:19] "POST /useragent-kv HTTP/1.1" 200 115 0.005057 10.0.0.241 - - [2026-06-22 04:07:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003374 10.0.0.19 - - [2026-06-22 04:07:19] "POST /neutron/network HTTP/1.1" 200 151 0.131296 10.0.0.241 - - [2026-06-22 04:07:19] "DELETE /route-target/b11c3331-5cb2-4bb0-a2fd-c2cedbcc6075 HTTP/1.1" 200 115 0.038193 10.0.0.241 - - [2026-06-22 04:07:19] "GET /projects?obj_uuids=3b0efd22-deee-4247-95a8-ffcbc565a833&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000890 10.0.0.19 - - [2026-06-22 04:07:19] "GET /project/3b0efd22-deee-4247-95a8-ffcbc565a833?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.061715 10.0.0.241 - - [2026-06-22 04:07:19] "GET /projects?obj_uuids=3b0efd22-deee-4247-95a8-ffcbc565a833&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000925 10.0.0.19 - - [2026-06-22 04:07:19] "GET /project/3b0efd22-deee-4247-95a8-ffcbc565a833?fields=virtual_networks HTTP/1.1" 200 1070 0.036222 10.0.0.241 - - [2026-06-22 04:07:20] "GET /projects?obj_uuids=3b0efd22-deee-4247-95a8-ffcbc565a833&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001001 10.0.0.19 - - [2026-06-22 04:07:20] "GET /project/3b0efd22-deee-4247-95a8-ffcbc565a833?fields=virtual_machine_interfaces HTTP/1.1" 200 1070 0.060929 10.0.0.241 - - [2026-06-22 04:07:20] "GET /projects?obj_uuids=3b0efd22-deee-4247-95a8-ffcbc565a833&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000998 10.0.0.19 - - [2026-06-22 04:07:20] "GET /project/3b0efd22-deee-4247-95a8-ffcbc565a833?fields=security_groups HTTP/1.1" 200 1315 0.044271 10.0.0.19 - - [2026-06-22 04:07:21] "POST /fqname-to-id HTTP/1.1" 404 183 0.026517 10.0.0.241 - - [2026-06-22 04:07:21] "GET /projects?obj_uuids=497707f9-f403-4c8e-8118-338394e0924b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002700 10.0.0.241 - - [2026-06-22 04:07:21] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001021 10.0.0.241 - - [2026-06-22 04:07:21] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.044595 10.0.0.241 - - [2026-06-22 04:07:21] "POST /id-to-fqname HTTP/1.1" 200 185 0.003349 10.0.0.241 - - [2026-06-22 04:07:21] "POST /fqname-to-id HTTP/1.1" 404 194 0.004813 10.0.0.241 - - [2026-06-22 04:07:21] "POST /security-groups HTTP/1.1" 200 586 0.081086 10.0.0.241 - - [2026-06-22 04:07:21] "POST /projects HTTP/1.1" 200 575 0.283307 10.0.0.241 - - [2026-06-22 04:07:21] "POST /fqname-to-id HTTP/1.1" 404 228 0.008324 10.0.0.241 - - [2026-06-22 04:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.357285 10.0.0.19 - - [2026-06-22 04:07:21] "GET /project/497707f9-f403-4c8e-8118-338394e0924b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.533180 10.0.0.19 - - [2026-06-22 04:07:22] "GET / HTTP/1.1" 200 36215 0.001790 10.0.0.241 - - [2026-06-22 04:07:23] "GET /projects?obj_uuids=97b4ca50-6dd5-4cee-9a4d-19638533700f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001025 10.0.0.19 - - [2026-06-22 04:07:23] "GET /project/97b4ca50-6dd5-4cee-9a4d-19638533700f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.040206 10.0.0.19 - - [2026-06-22 04:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.19 - - [2026-06-22 04:07:23] "GET /security-group/bf3a7886-50a4-4276-bbe1-6d344cb82a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.004123 10.0.0.19 - - [2026-06-22 04:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.241 - - [2026-06-22 04:07:23] "GET /projects?obj_uuids=97b4ca50-6dd5-4cee-9a4d-19638533700f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001525 10.0.0.19 - - [2026-06-22 04:07:23] "GET /project/97b4ca50-6dd5-4cee-9a4d-19638533700f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.047829 10.0.0.19 - - [2026-06-22 04:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.19 - - [2026-06-22 04:07:24] "GET /security-group/bf3a7886-50a4-4276-bbe1-6d344cb82a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.004466 10.0.0.19 - - [2026-06-22 04:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.19 - - [2026-06-22 04:07:24] "PUT /security-group/bf3a7886-50a4-4276-bbe1-6d344cb82a9e HTTP/1.1" 200 263 0.016569 10.0.0.241 - - [2026-06-22 04:07:24] "PUT /access-control-list/5b13f5dc-871a-4046-8211-9fe8d06088c9 HTTP/1.1" 200 273 0.028501 10.0.0.241 - - [2026-06-22 04:07:26] "GET /projects?obj_uuids=497707f9-f403-4c8e-8118-338394e0924b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000957 10.0.0.19 - - [2026-06-22 04:07:26] "GET /project/497707f9-f403-4c8e-8118-338394e0924b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.044921 10.0.0.241 - - [2026-06-22 04:07:26] "GET /projects?obj_uuids=497707f9-f403-4c8e-8118-338394e0924b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001095 10.0.0.19 - - [2026-06-22 04:07:26] "GET /project/497707f9-f403-4c8e-8118-338394e0924b?fields=virtual_networks HTTP/1.1" 200 1023 0.049767 10.0.0.241 - - [2026-06-22 04:07:26] "GET /projects?obj_uuids=497707f9-f403-4c8e-8118-338394e0924b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001219 10.0.0.19 - - [2026-06-22 04:07:26] "GET /project/497707f9-f403-4c8e-8118-338394e0924b?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.035461 10.0.0.241 - - [2026-06-22 04:07:26] "GET /projects?obj_uuids=497707f9-f403-4c8e-8118-338394e0924b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001017 10.0.0.19 - - [2026-06-22 04:07:27] "GET /project/497707f9-f403-4c8e-8118-338394e0924b?fields=security_groups HTTP/1.1" 200 1245 0.043555 10.0.0.19 - - [2026-06-22 04:07:27] "POST /fqname-to-id HTTP/1.1" 404 192 0.024462 10.0.0.241 - - [2026-06-22 04:07:27] "GET /projects?obj_uuids=544d0ba8-ecf4-4348-95d0-2f576e965de2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002859 10.0.0.241 - - [2026-06-22 04:07:27] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001040 10.0.0.241 - - [2026-06-22 04:07:27] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007625 10.0.0.241 - - [2026-06-22 04:07:28] "POST /id-to-fqname HTTP/1.1" 200 194 0.004169 10.0.0.241 - - [2026-06-22 04:07:28] "POST /fqname-to-id HTTP/1.1" 404 203 0.004005 10.0.0.241 - - [2026-06-22 04:07:28] "POST /security-groups HTTP/1.1" 200 595 0.077849 10.0.0.241 - - [2026-06-22 04:07:28] "POST /projects HTTP/1.1" 200 593 0.283770 10.0.0.241 - - [2026-06-22 04:07:28] "POST /fqname-to-id HTTP/1.1" 404 237 0.006977 10.0.0.241 - - [2026-06-22 04:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.355181 10.0.0.19 - - [2026-06-22 04:07:28] "GET /project/544d0ba8-ecf4-4348-95d0-2f576e965de2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.486567 10.0.0.19 - - [2026-06-22 04:07:29] "GET / HTTP/1.1" 200 36215 0.001382 10.0.0.19 - - [2026-06-22 04:07:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000407 10.0.0.19 - - [2026-06-22 04:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.067347 10.0.0.241 - - [2026-06-22 04:07:31] "GET /projects?obj_uuids=544d0ba8-ecf4-4348-95d0-2f576e965de2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000937 10.0.0.19 - - [2026-06-22 04:07:31] "GET /project/544d0ba8-ecf4-4348-95d0-2f576e965de2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.062074 10.0.0.241 - - [2026-06-22 04:07:32] "POST /ref-update HTTP/1.1" 200 156 0.024258 10.0.0.241 - - [2026-06-22 04:07:32] "POST /useragent-kv HTTP/1.1" 200 115 0.007707 10.0.0.19 - - [2026-06-22 04:07:32] "POST /neutron/subnet HTTP/1.1" 200 734 0.269858 10.0.0.19 - - [2026-06-22 04:07:32] "POST /id-to-fqname HTTP/1.1" 200 231 0.001200 10.0.0.19 - - [2026-06-22 04:07:32] "GET /virtual-network/f186780a-c308-4792-a219-75ad94c524d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006902 10.0.0.19 - - [2026-06-22 04:07:32] "GET /virtual-network/f186780a-c308-4792-a219-75ad94c524d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005659 10.0.0.19 - - [2026-06-22 04:07:32] "POST /neutron/network HTTP/1.1" 200 844 0.006282 10.0.0.19 - - [2026-06-22 04:07:32] "POST /id-to-fqname HTTP/1.1" 200 231 0.001783 10.0.0.241 - - [2026-06-22 04:07:33] "GET /projects?obj_uuids=544d0ba8-ecf4-4348-95d0-2f576e965de2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001786 10.0.0.19 - - [2026-06-22 04:07:33] "GET /project/544d0ba8-ecf4-4348-95d0-2f576e965de2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.063505 10.0.0.19 - - [2026-06-22 04:07:33] "POST /neutron/network HTTP/1.1" 200 844 0.026066 10.0.0.19 - - [2026-06-22 04:07:33] "POST /id-to-fqname HTTP/1.1" 200 231 0.001589 10.0.0.19 - - [2026-06-22 04:07:33] "POST /neutron/port HTTP/1.1" 200 117 0.006962 10.0.0.19 - - [2026-06-22 04:07:38] "POST /neutron/port HTTP/1.1" 200 1066 0.017799 10.0.0.19 - - [2026-06-22 04:07:39] "POST /neutron/port HTTP/1.1" 200 1130 0.020750 10.0.0.19 - - [2026-06-22 04:07:39] "POST /neutron/port HTTP/1.1" 200 117 0.001385 10.0.0.19 - - [2026-06-22 04:07:54] "POST /neutron/security_group HTTP/1.1" 200 2062 0.024853 10.0.0.241 - - [2026-06-22 04:07:55] "GET /projects?obj_uuids=544d0ba8-ecf4-4348-95d0-2f576e965de2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001268 10.0.0.19 - - [2026-06-22 04:07:55] "GET /project/544d0ba8-ecf4-4348-95d0-2f576e965de2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.064193 10.0.0.19 - - [2026-06-22 04:07:56] "POST /neutron/port HTTP/1.1" 200 1130 0.017759 10.0.0.19 - - [2026-06-22 04:07:56] "POST /neutron/port HTTP/1.1" 200 1130 0.019618 10.0.0.19 - - [2026-06-22 04:07:56] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007661 10.0.0.19 - - [2026-06-22 04:07:56] "GET /virtual-machine/6759e2be-8163-45ab-8bf9-800d0ffd8517 HTTP/1.1" 401 292 0.000403 10.0.0.19 - - [2026-06-22 04:07:56] "GET /virtual-machine/6759e2be-8163-45ab-8bf9-800d0ffd8517 HTTP/1.1" 200 1298 0.025737 10.0.0.19 - - [2026-06-22 04:07:56] "GET /virtual-machine-interface/af02b100-71fd-4e2e-879c-430359a3290d HTTP/1.1" 200 2989 0.004996 10.0.0.19 - - [2026-06-22 04:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.19 - - [2026-06-22 04:07:56] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003637 10.0.0.19 - - [2026-06-22 04:07:56] "GET /virtual-networks?parent_id=544d0ba8-ecf4-4348-95d0-2f576e965de2&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002836 10.0.0.19 - - [2026-06-22 04:07:56] "GET /virtual-network/f186780a-c308-4792-a219-75ad94c524d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006836 10.0.0.19 - - [2026-06-22 04:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.19 - - [2026-06-22 04:07:58] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003793 10.0.0.19 - - [2026-06-22 04:07:58] "GET /virtual-networks?parent_id=544d0ba8-ecf4-4348-95d0-2f576e965de2&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.003094 10.0.0.19 - - [2026-06-22 04:07:58] "GET /virtual-network/f186780a-c308-4792-a219-75ad94c524d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005901 10.0.0.19 - - [2026-06-22 04:07:58] "POST /neutron/port HTTP/1.1" 200 1130 0.017259 10.0.0.241 - - [2026-06-22 04:08:00] "GET /projects?obj_uuids=544d0ba8-ecf4-4348-95d0-2f576e965de2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001079 10.0.0.19 - - [2026-06-22 04:08:00] "POST /neutron/port HTTP/1.1" 200 1066 0.282666 10.0.0.19 - - [2026-06-22 04:08:00] "POST /neutron/port HTTP/1.1" 200 1120 0.120841 10.0.0.19 - - [2026-06-22 04:08:02] "POST /neutron/subnet HTTP/1.1" 200 708 0.028003 10.0.0.19 - - [2026-06-22 04:08:03] "POST /neutron/port HTTP/1.1" 200 1130 0.022561 10.0.0.19 - - [2026-06-22 04:08:08] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009389 10.0.0.19 - - [2026-06-22 04:08:08] "GET /obj-perms HTTP/1.1" 200 4493 0.042708 10.0.0.19 - - [2026-06-22 04:08:18] "POST /neutron/port HTTP/1.1" 200 1130 0.022057 10.0.0.241 - - [2026-06-22 04:08:19] "DELETE /project/544d0ba8ecf4434895d02f576e965de2 HTTP/1.1" 404 173 0.006150 10.0.0.241 - - [2026-06-22 04:08:19] "DELETE /project/497707f9f4034c8e8118338394e0924b HTTP/1.1" 404 173 0.008967 10.0.0.241 - - [2026-06-22 04:08:19] "GET /projects?obj_uuids=497707f9-f403-4c8e-8118-338394e0924b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000725 10.0.0.241 - - [2026-06-22 04:08:19] "GET /projects?obj_uuids=3b0efd22-deee-4247-95a8-ffcbc565a833&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000700 10.0.0.241 - - [2026-06-22 04:08:19] "GET /project/497707f9-f403-4c8e-8118-338394e0924b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.055272 10.0.0.241 - - [2026-06-22 04:08:19] "GET /project/3b0efd22-deee-4247-95a8-ffcbc565a833?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1540 0.062184 10.0.0.241 - - [2026-06-22 04:08:19] "GET /projects?obj_uuids=3b0efd22-deee-4247-95a8-ffcbc565a833&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000860 10.0.0.241 - - [2026-06-22 04:08:19] "GET /projects?obj_uuids=497707f9-f403-4c8e-8118-338394e0924b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000732 10.0.0.241 - - [2026-06-22 04:08:19] "GET /project/497707f9-f403-4c8e-8118-338394e0924b?fields=security_groups HTTP/1.1" 200 1347 0.070048 10.0.0.241 - - [2026-06-22 04:08:19] "GET /project/3b0efd22-deee-4247-95a8-ffcbc565a833?fields=security_groups HTTP/1.1" 200 1417 0.102570 10.0.0.241 - - [2026-06-22 04:08:19] "DELETE /security-group/d33e8ba4-526b-40bf-ab85-7a503f2d77bf HTTP/1.1" 200 115 0.070984 10.0.0.241 - - [2026-06-22 04:08:19] "GET /projects?obj_uuids=497707f9-f403-4c8e-8118-338394e0924b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002530 10.0.0.241 - - [2026-06-22 04:08:19] "GET /project/497707f9-f403-4c8e-8118-338394e0924b?fields=application_policy_sets HTTP/1.1" 200 1386 0.063207 10.0.0.241 - - [2026-06-22 04:08:19] "DELETE /security-group/738df752-b4ea-47d6-8814-6b085235e12e HTTP/1.1" 200 115 0.120461 10.0.0.241 - - [2026-06-22 04:08:19] "GET /projects?obj_uuids=3b0efd22-deee-4247-95a8-ffcbc565a833&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.003551 10.0.0.241 - - [2026-06-22 04:08:19] "GET /project/3b0efd22-deee-4247-95a8-ffcbc565a833?fields=application_policy_sets HTTP/1.1" 200 1456 0.054030 10.0.0.241 - - [2026-06-22 04:08:19] "DELETE /access-control-list/47bec926-ebaf-4a9a-af3d-3faa0463d0eb HTTP/1.1" 200 115 0.063054 10.0.0.241 - - [2026-06-22 04:08:19] "DELETE /project/3b0efd22-deee-4247-95a8-ffcbc565a833 HTTP/1.1" 409 225 0.553766 10.0.0.241 - - [2026-06-22 04:08:19] "DELETE /project/497707f9-f403-4c8e-8118-338394e0924b HTTP/1.1" 200 115 0.582508 10.0.0.19 - - [2026-06-22 04:08:23] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008011 10.0.0.19 - - [2026-06-22 04:08:33] "POST /neutron/port HTTP/1.1" 200 1130 0.018472 10.0.0.19 - - [2026-06-22 04:08:39] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006950 10.0.0.19 - - [2026-06-22 04:08:39] "POST /neutron/port HTTP/1.1" 200 1130 0.018001 10.0.0.19 - - [2026-06-22 04:08:39] "GET /virtual-machine/d2e6ae2f-599a-4bd0-b99f-aa0e222e5892 HTTP/1.1" 200 1299 0.006100 10.0.0.19 - - [2026-06-22 04:08:39] "GET /virtual-machine-interface/a38b3695-8b7c-46c7-a53f-18718c2b5585 HTTP/1.1" 200 2990 0.004892 10.0.0.19 - - [2026-06-22 04:08:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.19 - - [2026-06-22 04:08:39] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003870 10.0.0.19 - - [2026-06-22 04:08:39] "GET /virtual-networks?parent_id=544d0ba8-ecf4-4348-95d0-2f576e965de2&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002817 10.0.0.19 - - [2026-06-22 04:08:39] "GET /virtual-network/f186780a-c308-4792-a219-75ad94c524d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005755 10.0.0.19 - - [2026-06-22 04:08:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.19 - - [2026-06-22 04:08:42] "GET /virtual-network/f186780a-c308-4792-a219-75ad94c524d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006028 10.0.0.19 - - [2026-06-22 04:08:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.19 - - [2026-06-22 04:08:46] "GET /virtual-network/f186780a-c308-4792-a219-75ad94c524d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007225 10.0.0.19 - - [2026-06-22 04:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.19 - - [2026-06-22 04:08:50] "GET /virtual-network/f186780a-c308-4792-a219-75ad94c524d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005501 10.0.0.19 - - [2026-06-22 04:08:53] "POST /neutron/port HTTP/1.1" 200 1130 0.032735 10.0.0.19 - - [2026-06-22 04:08:53] "POST /neutron/subnet HTTP/1.1" 200 708 0.010749 10.0.0.19 - - [2026-06-22 04:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.19 - - [2026-06-22 04:08:54] "GET /virtual-network/f186780a-c308-4792-a219-75ad94c524d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005821 10.0.0.19 - - [2026-06-22 04:08:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.19 - - [2026-06-22 04:08:58] "GET /virtual-network/f186780a-c308-4792-a219-75ad94c524d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006762 10.0.0.19 - - [2026-06-22 04:09:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.19 - - [2026-06-22 04:09:02] "GET /virtual-network/f186780a-c308-4792-a219-75ad94c524d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005391 10.0.0.19 - - [2026-06-22 04:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.19 - - [2026-06-22 04:09:06] "GET /virtual-network/f186780a-c308-4792-a219-75ad94c524d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005687 10.0.0.19 - - [2026-06-22 04:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.19 - - [2026-06-22 04:09:11] "GET /virtual-network/f186780a-c308-4792-a219-75ad94c524d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006335 10.0.0.19 - - [2026-06-22 04:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.19 - - [2026-06-22 04:09:15] "GET /virtual-network/f186780a-c308-4792-a219-75ad94c524d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005117 10.0.0.19 - - [2026-06-22 04:09:18] "POST /neutron/port HTTP/1.1" 200 1130 0.018185 10.0.0.19 - - [2026-06-22 04:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.19 - - [2026-06-22 04:09:19] "GET /virtual-network/f186780a-c308-4792-a219-75ad94c524d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005473 10.0.0.19 - - [2026-06-22 04:09:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004450 10.0.0.19 - - [2026-06-22 04:09:20] "POST /neutron/network HTTP/1.1" 200 844 0.007944 10.0.0.19 - - [2026-06-22 04:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.19 - - [2026-06-22 04:09:23] "GET /virtual-network/f186780a-c308-4792-a219-75ad94c524d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005636 10.0.0.19 - - [2026-06-22 04:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.19 - - [2026-06-22 04:09:25] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004019 10.0.0.19 - - [2026-06-22 04:09:25] "GET /virtual-networks?parent_id=544d0ba8-ecf4-4348-95d0-2f576e965de2&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.004145 10.0.0.19 - - [2026-06-22 04:09:25] "GET /virtual-network/f186780a-c308-4792-a219-75ad94c524d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006216 10.0.0.19 - - [2026-06-22 04:09:27] "POST /neutron/port HTTP/1.1" 200 1130 0.018125 10.0.0.19 - - [2026-06-22 04:09:30] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006821 10.0.0.19 - - [2026-06-22 04:09:41] "POST /neutron/port HTTP/1.1" 200 1130 0.017913 10.0.0.19 - - [2026-06-22 04:09:46] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006829 10.0.0.19 - - [2026-06-22 04:09:53] "POST /neutron/port HTTP/1.1" 200 1130 0.018249 10.0.0.19 - - [2026-06-22 04:09:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004401 10.0.0.19 - - [2026-06-22 04:09:54] "POST /neutron/network HTTP/1.1" 200 844 0.006836 10.0.0.19 - - [2026-06-22 04:09:56] "POST /fqname-to-id HTTP/1.1" 404 240 0.003605 10.0.0.19 - - [2026-06-22 04:09:56] "POST /bgp-as-a-services HTTP/1.1" 200 599 0.039405 10.0.0.19 - - [2026-06-22 04:09:57] "GET /bgp-as-a-service/25b9e900-fffa-4a9e-b1dd-2dd6379cb205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1626 0.006268 10.0.0.19 - - [2026-06-22 04:09:57] "GET /virtual-machine-interface/a38b3695-8b7c-46c7-a53f-18718c2b5585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2768 0.005813 10.0.0.19 - - [2026-06-22 04:09:57] "POST /ref-update HTTP/1.1" 200 156 0.012402 10.0.0.19 - - [2026-06-22 04:09:57] "POST /neutron/network HTTP/1.1" 200 844 0.008812 10.0.0.241 - - [2026-06-22 04:09:57] "POST /bgp-routers HTTP/1.1" 200 661 0.086031 10.0.0.241 - - [2026-06-22 04:09:57] "PUT /bgp-router/14abcc35-d444-4a9a-a723-59639e645361 HTTP/1.1" 200 255 0.036211 10.0.0.19 - - [2026-06-22 04:10:12] "GET /bgp-as-a-service/25b9e900-fffa-4a9e-b1dd-2dd6379cb205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2255 0.006227 10.0.0.19 - - [2026-06-22 04:10:12] "GET /virtual-machine-interface/a38b3695-8b7c-46c7-a53f-18718c2b5585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.007339 10.0.0.19 - - [2026-06-22 04:10:12] "POST /ref-update HTTP/1.1" 200 156 0.012403 10.0.0.19 - - [2026-06-22 04:10:12] "DELETE /bgp-as-a-service/25b9e900-fffa-4a9e-b1dd-2dd6379cb205 HTTP/1.1" 200 115 0.036043 10.0.0.241 - - [2026-06-22 04:10:12] "DELETE /bgp-router/14abcc35-d444-4a9a-a723-59639e645361 HTTP/1.1" 200 115 0.056028 10.0.0.19 - - [2026-06-22 04:10:12] "POST /neutron/network HTTP/1.1" 400 204 0.014250 10.0.0.19 - - [2026-06-22 04:10:14] "POST /neutron/port HTTP/1.1" 200 1120 0.017734 10.0.0.19 - - [2026-06-22 04:10:14] "POST /neutron/port HTTP/1.1" 200 151 0.215883 10.0.0.19 - - [2026-06-22 04:10:16] "POST /neutron/network HTTP/1.1" 200 844 0.007672 10.0.0.241 - - [2026-06-22 04:10:18] "GET /projects?obj_uuids=544d0ba8-ecf4-4348-95d0-2f576e965de2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001046 10.0.0.19 - - [2026-06-22 04:10:18] "GET /project/544d0ba8-ecf4-4348-95d0-2f576e965de2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.038640 10.0.0.241 - - [2026-06-22 04:10:18] "GET /projects?obj_uuids=544d0ba8-ecf4-4348-95d0-2f576e965de2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001801 10.0.0.19 - - [2026-06-22 04:10:18] "GET /project/544d0ba8-ecf4-4348-95d0-2f576e965de2?fields=virtual_networks HTTP/1.1" 200 1042 0.032586 10.0.0.241 - - [2026-06-22 04:10:18] "GET /projects?obj_uuids=544d0ba8-ecf4-4348-95d0-2f576e965de2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001399 10.0.0.19 - - [2026-06-22 04:10:18] "GET /project/544d0ba8-ecf4-4348-95d0-2f576e965de2?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.038935 10.0.0.241 - - [2026-06-22 04:10:18] "GET /projects?obj_uuids=544d0ba8-ecf4-4348-95d0-2f576e965de2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000887 10.0.0.19 - - [2026-06-22 04:10:18] "GET /project/544d0ba8-ecf4-4348-95d0-2f576e965de2?fields=security_groups HTTP/1.1" 200 1273 0.042627 10.0.0.19 - - [2026-06-22 04:10:19] "POST /fqname-to-id HTTP/1.1" 404 189 0.047725 10.0.0.241 - - [2026-06-22 04:10:19] "GET /projects?obj_uuids=e0cf0185-0ba7-46bd-887d-96a464ae81b4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005717 10.0.0.241 - - [2026-06-22 04:10:19] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000918 10.0.0.241 - - [2026-06-22 04:10:19] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006338 10.0.0.241 - - [2026-06-22 04:10:19] "POST /id-to-fqname HTTP/1.1" 200 191 0.001189 10.0.0.241 - - [2026-06-22 04:10:19] "POST /fqname-to-id HTTP/1.1" 404 200 0.012211 10.0.0.241 - - [2026-06-22 04:10:19] "POST /security-groups HTTP/1.1" 200 592 0.043672 10.0.0.241 - - [2026-06-22 04:10:19] "POST /fqname-to-id HTTP/1.1" 404 235 0.003417 10.0.0.241 - - [2026-06-22 04:10:19] "POST /projects HTTP/1.1" 200 587 0.255945 10.0.0.241 - - [2026-06-22 04:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.331916 10.0.0.241 - - [2026-06-22 04:10:19] "POST /access-control-lists HTTP/1.1" 200 597 0.031621 10.0.0.19 - - [2026-06-22 04:10:19] "GET /project/e0cf0185-0ba7-46bd-887d-96a464ae81b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.483874 10.0.0.241 - - [2026-06-22 04:10:20] "DELETE /project/e0cf01850ba746bd887d96a464ae81b4 HTTP/1.1" 404 173 0.005816 10.0.0.241 - - [2026-06-22 04:10:20] "GET /projects?obj_uuids=544d0ba8-ecf4-4348-95d0-2f576e965de2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000775 10.0.0.241 - - [2026-06-22 04:10:20] "GET /project/544d0ba8-ecf4-4348-95d0-2f576e965de2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.037542 10.0.0.241 - - [2026-06-22 04:10:20] "GET /projects?obj_uuids=544d0ba8-ecf4-4348-95d0-2f576e965de2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001425 10.0.0.241 - - [2026-06-22 04:10:20] "GET /project/544d0ba8-ecf4-4348-95d0-2f576e965de2?fields=security_groups HTTP/1.1" 200 1375 0.069206 10.0.0.241 - - [2026-06-22 04:10:20] "DELETE /security-group/286db937-9ade-46ae-83fb-5d3c8cc37542 HTTP/1.1" 200 115 0.078138 10.0.0.241 - - [2026-06-22 04:10:20] "GET /projects?obj_uuids=544d0ba8-ecf4-4348-95d0-2f576e965de2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.008522 10.0.0.241 - - [2026-06-22 04:10:20] "GET /project/544d0ba8-ecf4-4348-95d0-2f576e965de2?fields=application_policy_sets HTTP/1.1" 200 1414 0.070635 10.0.0.241 - - [2026-06-22 04:10:20] "DELETE /project/544d0ba8-ecf4-4348-95d0-2f576e965de2 HTTP/1.1" 200 115 0.537460 10.0.0.19 - - [2026-06-22 04:10:21] "GET / HTTP/1.1" 200 36215 0.002006 10.0.0.19 - - [2026-06-22 04:10:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000412 10.0.0.19 - - [2026-06-22 04:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.050892 10.0.0.241 - - [2026-06-22 04:10:23] "GET /projects?obj_uuids=e0cf0185-0ba7-46bd-887d-96a464ae81b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000963 10.0.0.19 - - [2026-06-22 04:10:23] "GET /project/e0cf0185-0ba7-46bd-887d-96a464ae81b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.044454 10.0.0.241 - - [2026-06-22 04:10:23] "GET /projects?obj_uuids=e0cf0185-0ba7-46bd-887d-96a464ae81b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001612 10.0.0.19 - - [2026-06-22 04:10:23] "POST /neutron/network HTTP/1.1" 200 614 0.121750 10.0.0.241 - - [2026-06-22 04:10:23] "POST /route-targets HTTP/1.1" 200 328 0.013187 10.0.0.19 - - [2026-06-22 04:10:24] "POST /id-to-fqname HTTP/1.1" 200 225 0.003299 10.0.0.19 - - [2026-06-22 04:10:24] "GET /virtual-network/889b6d7f-04e1-47e9-b9d3-adcdf85187dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007320 10.0.0.19 - - [2026-06-22 04:10:24] "POST /neutron/network HTTP/1.1" 200 832 0.006765 10.0.0.19 - - [2026-06-22 04:10:24] "GET /virtual-network/889b6d7f-04e1-47e9-b9d3-adcdf85187dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005548 10.0.0.19 - - [2026-06-22 04:10:24] "POST /id-to-fqname HTTP/1.1" 200 225 0.001127 10.0.0.19 - - [2026-06-22 04:10:24] "POST /neutron/network HTTP/1.1" 200 842 0.008200 10.0.0.241 - - [2026-06-22 04:10:25] "GET /projects?obj_uuids=e0cf0185-0ba7-46bd-887d-96a464ae81b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000923 10.0.0.19 - - [2026-06-22 04:10:25] "GET /project/e0cf0185-0ba7-46bd-887d-96a464ae81b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.050401 10.0.0.19 - - [2026-06-22 04:10:25] "POST /neutron/port HTTP/1.1" 200 117 0.006016 10.0.0.19 - - [2026-06-22 04:10:25] "POST /id-to-fqname HTTP/1.1" 200 225 0.001362 10.0.0.241 - - [2026-06-22 04:10:26] "GET /projects?obj_uuids=e0cf0185-0ba7-46bd-887d-96a464ae81b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000961 10.0.0.19 - - [2026-06-22 04:10:26] "GET /project/e0cf0185-0ba7-46bd-887d-96a464ae81b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.066307 10.0.0.19 - - [2026-06-22 04:10:26] "POST /neutron/network HTTP/1.1" 200 832 0.007004 10.0.0.19 - - [2026-06-22 04:10:26] "POST /id-to-fqname HTTP/1.1" 200 225 0.001239 10.0.0.19 - - [2026-06-22 04:10:26] "POST /neutron/port HTTP/1.1" 200 117 0.011219 10.0.0.241 - - [2026-06-22 04:10:27] "GET /projects?obj_uuids=e0cf0185-0ba7-46bd-887d-96a464ae81b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000942 10.0.0.19 - - [2026-06-22 04:10:27] "GET /project/e0cf0185-0ba7-46bd-887d-96a464ae81b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.054744 10.0.0.19 - - [2026-06-22 04:10:27] "POST /neutron/port HTTP/1.1" 200 117 0.009127 10.0.0.19 - - [2026-06-22 04:10:29] "POST /neutron/network HTTP/1.1" 200 842 0.006443 10.0.0.19 - - [2026-06-22 04:10:29] "POST /neutron/port HTTP/1.1" 200 1060 0.016585 10.0.0.241 - - [2026-06-22 04:10:30] "GET /projects?obj_uuids=e0cf0185-0ba7-46bd-887d-96a464ae81b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001046 10.0.0.19 - - [2026-06-22 04:10:30] "POST /neutron/port HTTP/1.1" 200 1060 0.243734 10.0.0.19 - - [2026-06-22 04:10:30] "POST /neutron/port HTTP/1.1" 200 1114 0.102348 10.0.0.19 - - [2026-06-22 04:10:30] "POST /neutron/subnet HTTP/1.1" 200 693 0.009444 10.0.0.19 - - [2026-06-22 04:10:31] "POST /neutron/port HTTP/1.1" 200 1124 0.022925 10.0.0.19 - - [2026-06-22 04:10:31] "POST /neutron/port HTTP/1.1" 200 117 0.001041 10.0.0.19 - - [2026-06-22 04:10:32] "POST /neutron/port HTTP/1.1" 200 1124 0.036742 10.0.0.19 - - [2026-06-22 04:10:33] "POST /neutron/port HTTP/1.1" 200 1060 0.025037 10.0.0.19 - - [2026-06-22 04:10:36] "POST /neutron/port HTTP/1.1" 200 1124 0.020340 10.0.0.19 - - [2026-06-22 04:10:36] "POST /neutron/port HTTP/1.1" 200 117 0.001123 10.0.0.19 - - [2026-06-22 04:10:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011710 10.0.0.19 - - [2026-06-22 04:10:47] "POST /neutron/port HTTP/1.1" 200 1124 0.017269 10.0.0.19 - - [2026-06-22 04:10:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009532 10.0.0.241 - - [2026-06-22 04:10:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.241 - - [2026-06-22 04:10:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.19 - - [2026-06-22 04:10:57] "POST /neutron/network HTTP/1.1" 200 842 0.006836 10.0.0.19 - - [2026-06-22 04:10:57] "POST /neutron/port HTTP/1.1" 200 117 0.001428 10.0.0.129 - - [2026-06-22 04:10:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.129 - - [2026-06-22 04:10:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.241 - - [2026-06-22 04:10:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.241 - - [2026-06-22 04:10:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.19 - - [2026-06-22 04:10:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007575 10.0.0.19 - - [2026-06-22 04:10:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000532 10.0.0.19 - - [2026-06-22 04:10:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000479 10.0.0.129 - - [2026-06-22 04:10:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.129 - - [2026-06-22 04:10:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.19 - - [2026-06-22 04:10:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.19 - - [2026-06-22 04:10:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.19 - - [2026-06-22 04:11:08] "POST /neutron/port HTTP/1.1" 200 1124 0.017686 10.0.0.19 - - [2026-06-22 04:11:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009043 10.0.0.19 - - [2026-06-22 04:11:08] "GET /virtual-machine/364d9122-ef40-47ed-ae4b-adea9038b336 HTTP/1.1" 401 292 0.000360 10.0.0.19 - - [2026-06-22 04:11:08] "GET /virtual-machine/364d9122-ef40-47ed-ae4b-adea9038b336 HTTP/1.1" 200 1295 0.026790 10.0.0.19 - - [2026-06-22 04:11:08] "GET /virtual-machine-interface/d71a0648-ac08-47fb-aaea-492c67777803 HTTP/1.1" 200 2966 0.005137 10.0.0.19 - - [2026-06-22 04:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.19 - - [2026-06-22 04:11:08] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003870 10.0.0.19 - - [2026-06-22 04:11:08] "GET /virtual-networks?parent_id=e0cf0185-0ba7-46bd-887d-96a464ae81b4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002998 10.0.0.19 - - [2026-06-22 04:11:08] "GET /virtual-network/889b6d7f-04e1-47e9-b9d3-adcdf85187dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005894 10.0.0.129 - - [2026-06-22 04:11:11] "GET /obj-perms HTTP/1.1" 200 4493 0.044117 10.0.0.19 - - [2026-06-22 04:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.19 - - [2026-06-22 04:11:11] "GET /virtual-network/889b6d7f-04e1-47e9-b9d3-adcdf85187dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007186 10.0.0.19 - - [2026-06-22 04:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.19 - - [2026-06-22 04:11:16] "GET /virtual-network/889b6d7f-04e1-47e9-b9d3-adcdf85187dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005642 10.0.0.19 - - [2026-06-22 04:11:19] "POST /neutron/port HTTP/1.1" 200 1124 0.045317 10.0.0.19 - - [2026-06-22 04:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.19 - - [2026-06-22 04:11:20] "GET /virtual-network/889b6d7f-04e1-47e9-b9d3-adcdf85187dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008820 10.0.0.19 - - [2026-06-22 04:11:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004332 10.0.0.19 - - [2026-06-22 04:11:21] "POST /neutron/network HTTP/1.1" 200 832 0.007208 10.0.0.19 - - [2026-06-22 04:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.19 - - [2026-06-22 04:11:24] "GET /virtual-network/889b6d7f-04e1-47e9-b9d3-adcdf85187dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005329 10.0.0.19 - - [2026-06-22 04:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.19 - - [2026-06-22 04:11:28] "GET /virtual-network/889b6d7f-04e1-47e9-b9d3-adcdf85187dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004946 10.0.0.19 - - [2026-06-22 04:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.19 - - [2026-06-22 04:11:32] "GET /virtual-network/889b6d7f-04e1-47e9-b9d3-adcdf85187dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005358 10.0.0.19 - - [2026-06-22 04:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.19 - - [2026-06-22 04:11:36] "GET /virtual-network/889b6d7f-04e1-47e9-b9d3-adcdf85187dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005491 10.0.0.19 - - [2026-06-22 04:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004976 10.0.0.19 - - [2026-06-22 04:11:40] "GET /virtual-network/889b6d7f-04e1-47e9-b9d3-adcdf85187dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005212 10.0.0.19 - - [2026-06-22 04:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.19 - - [2026-06-22 04:11:44] "GET /virtual-network/889b6d7f-04e1-47e9-b9d3-adcdf85187dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009941 10.0.0.19 - - [2026-06-22 04:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.19 - - [2026-06-22 04:11:48] "GET /virtual-network/889b6d7f-04e1-47e9-b9d3-adcdf85187dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005300 10.0.0.19 - - [2026-06-22 04:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.009606 10.0.0.19 - - [2026-06-22 04:11:52] "GET /virtual-network/889b6d7f-04e1-47e9-b9d3-adcdf85187dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005438 10.0.0.19 - - [2026-06-22 04:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.19 - - [2026-06-22 04:11:54] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003740 10.0.0.19 - - [2026-06-22 04:11:54] "GET /virtual-networks?parent_id=e0cf0185-0ba7-46bd-887d-96a464ae81b4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003653 10.0.0.19 - - [2026-06-22 04:11:55] "GET /virtual-network/889b6d7f-04e1-47e9-b9d3-adcdf85187dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006182 10.0.0.19 - - [2026-06-22 04:11:55] "POST /neutron/port HTTP/1.1" 200 1124 0.019221 10.0.0.19 - - [2026-06-22 04:11:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007512 10.0.0.19 - - [2026-06-22 04:11:58] "POST /neutron/network HTTP/1.1" 200 842 0.006736 10.0.0.19 - - [2026-06-22 04:11:58] "POST /neutron/port HTTP/1.1" 200 117 0.001108 10.0.0.19 - - [2026-06-22 04:12:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007786 10.0.0.19 - - [2026-06-22 04:12:05] "POST /neutron/port HTTP/1.1" 200 1124 0.019473 10.0.0.19 - - [2026-06-22 04:12:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006884 10.0.0.241 - - [2026-06-22 04:12:12] "GET /obj-perms HTTP/1.1" 200 4493 0.040133 10.0.0.19 - - [2026-06-22 04:12:12] "GET /obj-perms HTTP/1.1" 200 4493 0.039287 10.0.0.19 - - [2026-06-22 04:12:19] "POST /neutron/port HTTP/1.1" 200 1124 0.019064 10.0.0.19 - - [2026-06-22 04:12:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003679 10.0.0.19 - - [2026-06-22 04:12:20] "POST /neutron/network HTTP/1.1" 200 832 0.006938 10.0.0.19 - - [2026-06-22 04:12:21] "POST /neutron/port HTTP/1.1" 200 1124 0.020040 10.0.0.19 - - [2026-06-22 04:12:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008085 10.0.0.19 - - [2026-06-22 04:12:21] "GET /virtual-machine/0eb6f1ed-61cb-4585-9244-bdbacd311e9a HTTP/1.1" 200 1295 0.008329 10.0.0.19 - - [2026-06-22 04:12:21] "GET /virtual-machine-interface/91c08caa-0494-4b9b-858e-1cdbeb2e352f HTTP/1.1" 200 2965 0.005852 10.0.0.19 - - [2026-06-22 04:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.19 - - [2026-06-22 04:12:21] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004481 10.0.0.19 - - [2026-06-22 04:12:21] "GET /virtual-networks?parent_id=e0cf0185-0ba7-46bd-887d-96a464ae81b4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003189 10.0.0.19 - - [2026-06-22 04:12:21] "GET /virtual-network/889b6d7f-04e1-47e9-b9d3-adcdf85187dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005351 10.0.0.19 - - [2026-06-22 04:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263 10.0.0.19 - - [2026-06-22 04:12:22] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003502 10.0.0.19 - - [2026-06-22 04:12:22] "GET /virtual-networks?parent_id=e0cf0185-0ba7-46bd-887d-96a464ae81b4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002732 10.0.0.19 - - [2026-06-22 04:12:22] "GET /virtual-network/889b6d7f-04e1-47e9-b9d3-adcdf85187dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005729 10.0.0.19 - - [2026-06-22 04:12:22] "POST /neutron/port HTTP/1.1" 200 1124 0.017806 10.0.0.19 - - [2026-06-22 04:12:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007086 10.0.0.19 - - [2026-06-22 04:12:22] "GET /virtual-machine/21b71cca-5e27-4eea-b8ac-29ec410561e2 HTTP/1.1" 200 1295 0.006627 10.0.0.19 - - [2026-06-22 04:12:22] "GET /virtual-machine-interface/cdc9e939-41a6-4265-9bed-9cb12cec4eb0 HTTP/1.1" 200 2966 0.007124 10.0.0.19 - - [2026-06-22 04:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.19 - - [2026-06-22 04:12:22] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003317 10.0.0.19 - - [2026-06-22 04:12:22] "GET /virtual-networks?parent_id=e0cf0185-0ba7-46bd-887d-96a464ae81b4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002987 10.0.0.19 - - [2026-06-22 04:12:22] "GET /virtual-network/889b6d7f-04e1-47e9-b9d3-adcdf85187dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006244 10.0.0.19 - - [2026-06-22 04:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.19 - - [2026-06-22 04:12:24] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004906 10.0.0.19 - - [2026-06-22 04:12:24] "GET /virtual-networks?parent_id=e0cf0185-0ba7-46bd-887d-96a464ae81b4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004006 10.0.0.19 - - [2026-06-22 04:12:24] "GET /virtual-network/889b6d7f-04e1-47e9-b9d3-adcdf85187dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005577 10.0.0.19 - - [2026-06-22 04:12:29] "POST /fqname-to-id HTTP/1.1" 404 198 0.003610 10.0.0.19 - - [2026-06-22 04:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.19 - - [2026-06-22 04:12:29] "GET /global-system-config/f1bdca83-f7e5-4812-bfc3-356469693489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.008102 10.0.0.19 - - [2026-06-22 04:12:29] "POST /control-node-zones HTTP/1.1" 200 571 0.027040 10.0.0.19 - - [2026-06-22 04:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.19 - - [2026-06-22 04:12:29] "GET /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004447 10.0.0.19 - - [2026-06-22 04:12:29] "GET /control-node-zone/8f06a443-7f97-49d9-abca-b465dd8b51b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.005282 10.0.0.19 - - [2026-06-22 04:12:29] "PUT /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b HTTP/1.1" 200 255 0.020299 10.0.0.19 - - [2026-06-22 04:12:29] "POST /fqname-to-id HTTP/1.1" 404 198 0.004556 10.0.0.19 - - [2026-06-22 04:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.19 - - [2026-06-22 04:12:29] "GET /global-system-config/f1bdca83-f7e5-4812-bfc3-356469693489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.006552 10.0.0.19 - - [2026-06-22 04:12:29] "POST /control-node-zones HTTP/1.1" 200 571 0.025899 10.0.0.19 - - [2026-06-22 04:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.19 - - [2026-06-22 04:12:29] "GET /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004306 10.0.0.19 - - [2026-06-22 04:12:29] "GET /control-node-zone/dc20122a-c034-4bd4-b75b-eda66adffc28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.005841 10.0.0.19 - - [2026-06-22 04:12:30] "PUT /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799 HTTP/1.1" 200 255 0.020285 10.0.0.19 - - [2026-06-22 04:12:30] "POST /fqname-to-id HTTP/1.1" 404 198 0.004322 10.0.0.19 - - [2026-06-22 04:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.19 - - [2026-06-22 04:12:30] "GET /global-system-config/f1bdca83-f7e5-4812-bfc3-356469693489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.006511 10.0.0.19 - - [2026-06-22 04:12:30] "POST /control-node-zones HTTP/1.1" 200 571 0.027567 10.0.0.19 - - [2026-06-22 04:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004386 10.0.0.19 - - [2026-06-22 04:12:30] "GET /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004855 10.0.0.19 - - [2026-06-22 04:12:30] "GET /control-node-zone/600efecc-5ab4-4453-9052-8026c1b8d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005670 10.0.0.19 - - [2026-06-22 04:12:30] "PUT /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e HTTP/1.1" 200 255 0.025398 10.0.0.19 - - [2026-06-22 04:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.19 - - [2026-06-22 04:12:30] "GET /global-system-config/f1bdca83-f7e5-4812-bfc3-356469693489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.006503 10.0.0.19 - - [2026-06-22 04:12:30] "POST /fqname-to-id HTTP/1.1" 404 234 0.004195 10.0.0.19 - - [2026-06-22 04:12:30] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.029105 10.0.0.19 - - [2026-06-22 04:12:30] "POST /neutron/network HTTP/1.1" 200 832 0.006979 10.0.0.19 - - [2026-06-22 04:12:31] "POST /neutron/subnet HTTP/1.1" 200 719 0.009850 10.0.0.19 - - [2026-06-22 04:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002776 10.0.0.19 - - [2026-06-22 04:12:31] "GET /bgp-as-a-service/f8a087cd-4d8c-4c76-8a52-986136b2c345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1549 0.006370 10.0.0.19 - - [2026-06-22 04:12:31] "GET /control-node-zone/8f06a443-7f97-49d9-abca-b465dd8b51b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.003858 10.0.0.19 - - [2026-06-22 04:12:31] "POST /ref-update HTTP/1.1" 200 156 0.016931 10.0.0.19 - - [2026-06-22 04:12:43] "GET /bgp-as-a-service/f8a087cd-4d8c-4c76-8a52-986136b2c345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1838 0.006773 10.0.0.19 - - [2026-06-22 04:12:43] "GET /virtual-machine-interface/d71a0648-ac08-47fb-aaea-492c67777803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2744 0.005895 10.0.0.19 - - [2026-06-22 04:12:43] "POST /ref-update HTTP/1.1" 200 156 0.015577 10.0.0.241 - - [2026-06-22 04:12:43] "POST /bgp-routers HTTP/1.1" 200 642 0.048626 10.0.0.241 - - [2026-06-22 04:12:44] "PUT /bgp-router/8eb36c5b-dd84-4e3e-baa0-42f67ec30740 HTTP/1.1" 200 255 0.062641 10.0.0.19 - - [2026-06-22 04:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.19 - - [2026-06-22 04:12:44] "GET /global-system-config/f1bdca83-f7e5-4812-bfc3-356469693489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.006559 10.0.0.19 - - [2026-06-22 04:12:44] "POST /fqname-to-id HTTP/1.1" 404 234 0.003726 10.0.0.19 - - [2026-06-22 04:12:44] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.030491 10.0.0.19 - - [2026-06-22 04:12:44] "POST /neutron/network HTTP/1.1" 200 832 0.006795 10.0.0.19 - - [2026-06-22 04:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.19 - - [2026-06-22 04:12:44] "GET /bgp-as-a-service/d3ae33e1-3dd7-4850-8d4e-65455d46c42f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1550 0.006770 10.0.0.19 - - [2026-06-22 04:12:44] "GET /control-node-zone/dc20122a-c034-4bd4-b75b-eda66adffc28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.005296 10.0.0.19 - - [2026-06-22 04:12:44] "POST /ref-update HTTP/1.1" 200 156 0.015425 10.0.0.19 - - [2026-06-22 04:12:58] "GET /bgp-as-a-service/d3ae33e1-3dd7-4850-8d4e-65455d46c42f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1841 0.006678 10.0.0.19 - - [2026-06-22 04:12:58] "GET /virtual-machine-interface/91c08caa-0494-4b9b-858e-1cdbeb2e352f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.005085 10.0.0.19 - - [2026-06-22 04:12:58] "POST /ref-update HTTP/1.1" 200 156 0.011719 10.0.0.241 - - [2026-06-22 04:12:59] "POST /ref-update HTTP/1.1" 200 156 0.024612 10.0.0.19 - - [2026-06-22 04:12:59] "POST /neutron/port HTTP/1.1" 200 1124 0.021064 10.0.0.19 - - [2026-06-22 04:12:59] "POST /neutron/subnet HTTP/1.1" 200 693 0.011863 10.0.0.19 - - [2026-06-22 04:13:15] "GET /control-node-zone/8f06a443-7f97-49d9-abca-b465dd8b51b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.004438 10.0.0.19 - - [2026-06-22 04:13:15] "POST /ref-update HTTP/1.1" 200 156 0.022515 10.0.0.19 - - [2026-06-22 04:13:15] "GET /control-node-zone/dc20122a-c034-4bd4-b75b-eda66adffc28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.004227 10.0.0.19 - - [2026-06-22 04:13:15] "POST /ref-update HTTP/1.1" 200 156 0.023331 10.0.0.19 - - [2026-06-22 04:13:15] "GET /control-node-zone/600efecc-5ab4-4453-9052-8026c1b8d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004682 10.0.0.19 - - [2026-06-22 04:13:15] "POST /ref-update HTTP/1.1" 200 156 0.023798 10.0.0.19 - - [2026-06-22 04:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.19 - - [2026-06-22 04:13:15] "GET /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004729 10.0.0.19 - - [2026-06-22 04:13:15] "GET /control-node-zone/8f06a443-7f97-49d9-abca-b465dd8b51b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.003740 10.0.0.19 - - [2026-06-22 04:13:15] "PUT /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e HTTP/1.1" 200 255 0.019727 10.0.0.19 - - [2026-06-22 04:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.19 - - [2026-06-22 04:13:15] "GET /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005453 10.0.0.19 - - [2026-06-22 04:13:15] "GET /control-node-zone/dc20122a-c034-4bd4-b75b-eda66adffc28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.004479 10.0.0.19 - - [2026-06-22 04:13:15] "PUT /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799 HTTP/1.1" 200 255 0.023681 10.0.0.19 - - [2026-06-22 04:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.19 - - [2026-06-22 04:13:15] "GET /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005053 10.0.0.19 - - [2026-06-22 04:13:15] "GET /control-node-zone/600efecc-5ab4-4453-9052-8026c1b8d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005301 10.0.0.19 - - [2026-06-22 04:13:16] "PUT /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b HTTP/1.1" 200 255 0.021038 10.0.0.19 - - [2026-06-22 04:13:20] "POST /neutron/port HTTP/1.1" 200 1124 0.022647 10.0.0.19 - - [2026-06-22 04:13:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004459 10.0.0.19 - - [2026-06-22 04:13:22] "POST /neutron/network HTTP/1.1" 200 832 0.006079 10.0.0.19 - - [2026-06-22 04:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.19 - - [2026-06-22 04:13:25] "GET /bgp-as-a-service/f8a087cd-4d8c-4c76-8a52-986136b2c345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2450 0.005534 10.0.0.19 - - [2026-06-22 04:13:25] "GET /control-node-zone/8f06a443-7f97-49d9-abca-b465dd8b51b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.004449 10.0.0.19 - - [2026-06-22 04:13:25] "POST /ref-update HTTP/1.1" 200 156 0.016062 10.0.0.19 - - [2026-06-22 04:13:25] "GET /control-node-zone/8f06a443-7f97-49d9-abca-b465dd8b51b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.004675 10.0.0.19 - - [2026-06-22 04:13:25] "POST /ref-update HTTP/1.1" 200 156 0.024097 10.0.0.19 - - [2026-06-22 04:13:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.19 - - [2026-06-22 04:13:26] "GET /global-system-config/f1bdca83-f7e5-4812-bfc3-356469693489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.009247 10.0.0.19 - - [2026-06-22 04:13:26] "POST /neutron/network HTTP/1.1" 200 832 0.006363 10.0.0.19 - - [2026-06-22 04:13:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.19 - - [2026-06-22 04:13:26] "GET /bgp-as-a-service/f8a087cd-4d8c-4c76-8a52-986136b2c345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005789 10.0.0.19 - - [2026-06-22 04:13:26] "GET /control-node-zone/600efecc-5ab4-4453-9052-8026c1b8d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.003608 10.0.0.19 - - [2026-06-22 04:13:26] "POST /ref-update HTTP/1.1" 200 156 0.016252 10.0.0.19 - - [2026-06-22 04:13:27] "GET /bgp-as-a-service/f8a087cd-4d8c-4c76-8a52-986136b2c345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2450 0.007065 10.0.0.19 - - [2026-06-22 04:13:27] "GET /virtual-machine-interface/d71a0648-ac08-47fb-aaea-492c67777803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3060 0.006355 10.0.0.19 - - [2026-06-22 04:13:43] "GET /bgp-as-a-service/f8a087cd-4d8c-4c76-8a52-986136b2c345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2450 0.004023 10.0.0.19 - - [2026-06-22 04:13:43] "GET /virtual-machine-interface/d71a0648-ac08-47fb-aaea-492c67777803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3060 0.005206 10.0.0.19 - - [2026-06-22 04:13:43] "POST /ref-update HTTP/1.1" 200 156 0.021741 10.0.0.19 - - [2026-06-22 04:13:43] "GET /bgp-as-a-service/d3ae33e1-3dd7-4850-8d4e-65455d46c42f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2453 0.006256 10.0.0.19 - - [2026-06-22 04:13:43] "GET /virtual-machine-interface/91c08caa-0494-4b9b-858e-1cdbeb2e352f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3059 0.004911 10.0.0.19 - - [2026-06-22 04:13:43] "POST /ref-update HTTP/1.1" 200 156 0.012831 10.0.0.19 - - [2026-06-22 04:13:43] "DELETE /bgp-as-a-service/d3ae33e1-3dd7-4850-8d4e-65455d46c42f HTTP/1.1" 200 115 0.037198 10.0.0.19 - - [2026-06-22 04:13:43] "GET /bgp-as-a-service/f8a087cd-4d8c-4c76-8a52-986136b2c345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.006061 10.0.0.19 - - [2026-06-22 04:13:43] "GET /virtual-machine-interface/d71a0648-ac08-47fb-aaea-492c67777803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3060 0.005607 10.0.0.19 - - [2026-06-22 04:13:43] "DELETE /bgp-as-a-service/f8a087cd-4d8c-4c76-8a52-986136b2c345 HTTP/1.1" 200 115 0.061455 10.0.0.19 - - [2026-06-22 04:13:43] "GET /control-node-zone/600efecc-5ab4-4453-9052-8026c1b8d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.003987 10.0.0.19 - - [2026-06-22 04:13:43] "POST /ref-update HTTP/1.1" 200 156 0.018936 10.0.0.19 - - [2026-06-22 04:13:43] "DELETE /control-node-zone/600efecc-5ab4-4453-9052-8026c1b8d4fc HTTP/1.1" 200 115 0.029737 10.0.0.19 - - [2026-06-22 04:13:43] "GET /control-node-zone/dc20122a-c034-4bd4-b75b-eda66adffc28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.005537 10.0.0.19 - - [2026-06-22 04:13:43] "POST /ref-update HTTP/1.1" 200 156 0.019997 10.0.0.19 - - [2026-06-22 04:13:44] "DELETE /control-node-zone/dc20122a-c034-4bd4-b75b-eda66adffc28 HTTP/1.1" 200 115 0.041179 10.0.0.241 - - [2026-06-22 04:13:44] "POST /ref-update HTTP/1.1" 200 156 0.035132 10.0.0.19 - - [2026-06-22 04:13:44] "GET /control-node-zone/8f06a443-7f97-49d9-abca-b465dd8b51b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.006221 10.0.0.19 - - [2026-06-22 04:13:44] "DELETE /control-node-zone/8f06a443-7f97-49d9-abca-b465dd8b51b4 HTTP/1.1" 200 115 0.052805 10.0.0.241 - - [2026-06-22 04:13:44] "DELETE /bgp-router/acaa0950-d72d-4b86-9159-6b250ef169f9 HTTP/1.1" 200 115 0.061778 10.0.0.19 - - [2026-06-22 04:13:44] "POST /neutron/network HTTP/1.1" 400 204 0.015164 10.0.0.19 - - [2026-06-22 04:13:46] "POST /neutron/port HTTP/1.1" 200 1114 0.025149 10.0.0.19 - - [2026-06-22 04:13:46] "POST /neutron/port HTTP/1.1" 200 151 0.227210 10.0.0.19 - - [2026-06-22 04:13:46] "POST /neutron/port HTTP/1.1" 200 151 0.281620 10.0.0.19 - - [2026-06-22 04:13:48] "POST /neutron/network HTTP/1.1" 200 832 0.007963 10.0.0.19 - - [2026-06-22 04:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.241 - - [2026-06-22 04:13:51] "GET /projects?obj_uuids=e0cf0185-0ba7-46bd-887d-96a464ae81b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.031858 10.0.0.19 - - [2026-06-22 04:13:51] "GET /project/e0cf0185-0ba7-46bd-887d-96a464ae81b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.080150 10.0.0.241 - - [2026-06-22 04:13:51] "GET /projects?obj_uuids=e0cf0185-0ba7-46bd-887d-96a464ae81b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001384 10.0.0.19 - - [2026-06-22 04:13:51] "POST /neutron/network HTTP/1.1" 200 614 0.161775 10.0.0.241 - - [2026-06-22 04:13:51] "POST /route-targets HTTP/1.1" 200 328 0.014012 10.0.0.19 - - [2026-06-22 04:13:51] "POST /id-to-fqname HTTP/1.1" 200 225 0.003797 10.0.0.19 - - [2026-06-22 04:13:51] "GET /virtual-network/e373933f-6242-43cf-b985-d805f0bfdcc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.008528 10.0.0.19 - - [2026-06-22 04:13:51] "POST /neutron/network HTTP/1.1" 200 834 0.008863 10.0.0.19 - - [2026-06-22 04:13:51] "GET /virtual-network/e373933f-6242-43cf-b985-d805f0bfdcc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007429 10.0.0.19 - - [2026-06-22 04:13:52] "POST /id-to-fqname HTTP/1.1" 200 225 0.001819 10.0.0.19 - - [2026-06-22 04:13:52] "POST /neutron/network HTTP/1.1" 200 844 0.010342 10.0.0.241 - - [2026-06-22 04:13:52] "GET /projects?obj_uuids=e0cf0185-0ba7-46bd-887d-96a464ae81b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000959 10.0.0.19 - - [2026-06-22 04:13:53] "GET /project/e0cf0185-0ba7-46bd-887d-96a464ae81b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.097075 10.0.0.19 - - [2026-06-22 04:13:53] "POST /neutron/port HTTP/1.1" 200 117 0.007605 10.0.0.19 - - [2026-06-22 04:13:53] "POST /id-to-fqname HTTP/1.1" 200 225 0.001681 10.0.0.241 - - [2026-06-22 04:13:54] "GET /projects?obj_uuids=e0cf0185-0ba7-46bd-887d-96a464ae81b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000972 10.0.0.19 - - [2026-06-22 04:13:54] "GET /project/e0cf0185-0ba7-46bd-887d-96a464ae81b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.059743 10.0.0.19 - - [2026-06-22 04:13:54] "POST /neutron/network HTTP/1.1" 200 834 0.025095 10.0.0.19 - - [2026-06-22 04:13:54] "POST /id-to-fqname HTTP/1.1" 200 225 0.001827 10.0.0.19 - - [2026-06-22 04:13:54] "POST /neutron/port HTTP/1.1" 200 117 0.008981 10.0.0.241 - - [2026-06-22 04:13:55] "GET /projects?obj_uuids=e0cf0185-0ba7-46bd-887d-96a464ae81b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001329 10.0.0.19 - - [2026-06-22 04:13:55] "GET /project/e0cf0185-0ba7-46bd-887d-96a464ae81b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.067106 10.0.0.19 - - [2026-06-22 04:13:55] "POST /neutron/port HTTP/1.1" 200 117 0.009098 10.0.0.19 - - [2026-06-22 04:13:57] "POST /neutron/network HTTP/1.1" 200 844 0.006982 10.0.0.19 - - [2026-06-22 04:13:57] "POST /neutron/port HTTP/1.1" 200 1062 0.040097 10.0.0.241 - - [2026-06-22 04:13:58] "GET /projects?obj_uuids=e0cf0185-0ba7-46bd-887d-96a464ae81b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001410 10.0.0.19 - - [2026-06-22 04:13:58] "POST /neutron/port HTTP/1.1" 200 1062 0.291580 10.0.0.19 - - [2026-06-22 04:13:59] "POST /neutron/port HTTP/1.1" 200 1116 0.120252 10.0.0.19 - - [2026-06-22 04:13:59] "POST /neutron/subnet HTTP/1.1" 200 704 0.008240 10.0.0.19 - - [2026-06-22 04:13:59] "POST /neutron/network HTTP/1.1" 200 844 0.008176 10.0.0.19 - - [2026-06-22 04:14:00] "POST /neutron/port HTTP/1.1" 200 1062 0.018560 10.0.0.19 - - [2026-06-22 04:14:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005251 10.0.0.19 - - [2026-06-22 04:14:00] "POST /neutron/network HTTP/1.1" 200 834 0.008972 10.0.0.19 - - [2026-06-22 04:14:01] "POST /neutron/port HTTP/1.1" 200 1126 0.029315 10.0.0.19 - - [2026-06-22 04:14:01] "POST /neutron/port HTTP/1.1" 200 117 0.001081 10.0.0.19 - - [2026-06-22 04:14:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007469 10.0.0.19 - - [2026-06-22 04:14:05] "POST /neutron/port HTTP/1.1" 200 1126 0.021418 10.0.0.19 - - [2026-06-22 04:14:05] "GET /virtual-machine/7f77f3c8-19b3-44d0-a84c-012890444e5d HTTP/1.1" 200 1295 0.005946 10.0.0.19 - - [2026-06-22 04:14:05] "GET /virtual-machine-interface/b365f1dd-ac2b-4705-8004-8f815384f1ff HTTP/1.1" 200 2965 0.005597 10.0.0.19 - - [2026-06-22 04:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.19 - - [2026-06-22 04:14:05] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003723 10.0.0.19 - - [2026-06-22 04:14:05] "GET /virtual-networks?parent_id=e0cf0185-0ba7-46bd-887d-96a464ae81b4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004399 10.0.0.19 - - [2026-06-22 04:14:06] "GET /virtual-network/e373933f-6242-43cf-b985-d805f0bfdcc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005840 10.0.0.19 - - [2026-06-22 04:14:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.19 - - [2026-06-22 04:14:09] "GET /virtual-network/e373933f-6242-43cf-b985-d805f0bfdcc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005501 10.0.0.19 - - [2026-06-22 04:14:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.19 - - [2026-06-22 04:14:13] "GET /virtual-network/e373933f-6242-43cf-b985-d805f0bfdcc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005621 10.0.0.19 - - [2026-06-22 04:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.19 - - [2026-06-22 04:14:17] "GET /virtual-network/e373933f-6242-43cf-b985-d805f0bfdcc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005405 10.0.0.19 - - [2026-06-22 04:14:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.19 - - [2026-06-22 04:14:21] "GET /virtual-network/e373933f-6242-43cf-b985-d805f0bfdcc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005565 10.0.0.19 - - [2026-06-22 04:14:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.19 - - [2026-06-22 04:14:25] "GET /virtual-network/e373933f-6242-43cf-b985-d805f0bfdcc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005972 10.0.0.19 - - [2026-06-22 04:14:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.19 - - [2026-06-22 04:14:29] "GET /virtual-network/e373933f-6242-43cf-b985-d805f0bfdcc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005881 10.0.0.19 - - [2026-06-22 04:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.19 - - [2026-06-22 04:14:33] "GET /virtual-network/e373933f-6242-43cf-b985-d805f0bfdcc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007080 10.0.0.19 - - [2026-06-22 04:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.19 - - [2026-06-22 04:14:37] "GET /virtual-network/e373933f-6242-43cf-b985-d805f0bfdcc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006640 10.0.0.19 - - [2026-06-22 04:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.19 - - [2026-06-22 04:14:41] "GET /virtual-network/e373933f-6242-43cf-b985-d805f0bfdcc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005179 10.0.0.19 - - [2026-06-22 04:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004401 10.0.0.19 - - [2026-06-22 04:14:46] "GET /virtual-network/e373933f-6242-43cf-b985-d805f0bfdcc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005853 10.0.0.19 - - [2026-06-22 04:14:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.024969 10.0.0.19 - - [2026-06-22 04:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.19 - - [2026-06-22 04:14:50] "GET /virtual-network/e373933f-6242-43cf-b985-d805f0bfdcc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005641 10.0.0.19 - - [2026-06-22 04:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.19 - - [2026-06-22 04:14:52] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003765 10.0.0.19 - - [2026-06-22 04:14:52] "GET /virtual-networks?parent_id=e0cf0185-0ba7-46bd-887d-96a464ae81b4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002920 10.0.0.19 - - [2026-06-22 04:14:52] "GET /virtual-network/e373933f-6242-43cf-b985-d805f0bfdcc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005687 10.0.0.19 - - [2026-06-22 04:14:57] "POST /neutron/port HTTP/1.1" 200 1126 0.019723 10.0.0.19 - - [2026-06-22 04:14:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006474 10.0.0.19 - - [2026-06-22 04:15:02] "POST /neutron/port HTTP/1.1" 200 1126 0.020236 10.0.0.19 - - [2026-06-22 04:15:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003485 10.0.0.19 - - [2026-06-22 04:15:02] "POST /neutron/network HTTP/1.1" 200 834 0.007061 10.0.0.19 - - [2026-06-22 04:15:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006695 10.0.0.19 - - [2026-06-22 04:15:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011080 10.0.0.19 - - [2026-06-22 04:15:20] "POST /neutron/port HTTP/1.1" 200 1126 0.019991 10.0.0.19 - - [2026-06-22 04:15:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004137 10.0.0.19 - - [2026-06-22 04:15:22] "POST /neutron/network HTTP/1.1" 200 834 0.007027 10.0.0.19 - - [2026-06-22 04:15:23] "POST /neutron/port HTTP/1.1" 200 1126 0.031266 10.0.0.19 - - [2026-06-22 04:15:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008482 10.0.0.19 - - [2026-06-22 04:15:23] "GET /virtual-machine/6f6a9445-3606-4dc5-a0ec-ff39a7b9c10b HTTP/1.1" 200 1295 0.005147 10.0.0.19 - - [2026-06-22 04:15:23] "GET /virtual-machine-interface/6d46ac12-f86a-41f5-9569-ca87b136199e HTTP/1.1" 200 2965 0.005575 10.0.0.19 - - [2026-06-22 04:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.018126 10.0.0.19 - - [2026-06-22 04:15:23] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004115 10.0.0.19 - - [2026-06-22 04:15:23] "GET /virtual-networks?parent_id=e0cf0185-0ba7-46bd-887d-96a464ae81b4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002876 10.0.0.19 - - [2026-06-22 04:15:23] "GET /virtual-network/e373933f-6242-43cf-b985-d805f0bfdcc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006799 10.0.0.19 - - [2026-06-22 04:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.19 - - [2026-06-22 04:15:24] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004117 10.0.0.19 - - [2026-06-22 04:15:24] "GET /virtual-networks?parent_id=e0cf0185-0ba7-46bd-887d-96a464ae81b4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003271 10.0.0.19 - - [2026-06-22 04:15:24] "GET /virtual-network/e373933f-6242-43cf-b985-d805f0bfdcc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005331 10.0.0.19 - - [2026-06-22 04:15:25] "POST /neutron/port HTTP/1.1" 200 1126 0.022781 10.0.0.19 - - [2026-06-22 04:15:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007519 10.0.0.19 - - [2026-06-22 04:15:25] "GET /virtual-machine/3594b2ea-fe4e-4f12-80bc-8f9f2640079e HTTP/1.1" 200 1294 0.006748 10.0.0.19 - - [2026-06-22 04:15:25] "GET /virtual-machine-interface/2c20c22e-eb2c-4b9b-90b6-654ae8b95a95 HTTP/1.1" 200 2965 0.005600 10.0.0.19 - - [2026-06-22 04:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.19 - - [2026-06-22 04:15:25] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004304 10.0.0.19 - - [2026-06-22 04:15:25] "GET /virtual-networks?parent_id=e0cf0185-0ba7-46bd-887d-96a464ae81b4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003324 10.0.0.19 - - [2026-06-22 04:15:25] "GET /virtual-network/e373933f-6242-43cf-b985-d805f0bfdcc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007482 10.0.0.19 - - [2026-06-22 04:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.19 - - [2026-06-22 04:15:26] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003896 10.0.0.19 - - [2026-06-22 04:15:26] "GET /virtual-networks?parent_id=e0cf0185-0ba7-46bd-887d-96a464ae81b4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003489 10.0.0.19 - - [2026-06-22 04:15:26] "GET /virtual-network/e373933f-6242-43cf-b985-d805f0bfdcc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006276 10.0.0.19 - - [2026-06-22 04:15:31] "POST /neutron/port HTTP/1.1" 200 1126 0.018276 10.0.0.19 - - [2026-06-22 04:15:36] "POST /fqname-to-id HTTP/1.1" 404 198 0.003442 10.0.0.19 - - [2026-06-22 04:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.19 - - [2026-06-22 04:15:37] "GET /global-system-config/f1bdca83-f7e5-4812-bfc3-356469693489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.007761 10.0.0.19 - - [2026-06-22 04:15:37] "POST /control-node-zones HTTP/1.1" 200 571 0.026740 10.0.0.19 - - [2026-06-22 04:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.19 - - [2026-06-22 04:15:37] "GET /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005052 10.0.0.19 - - [2026-06-22 04:15:37] "GET /control-node-zone/33f51203-aebd-4756-b8e8-e55b13ab0852?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.006698 10.0.0.19 - - [2026-06-22 04:15:37] "PUT /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b HTTP/1.1" 200 255 0.019784 10.0.0.19 - - [2026-06-22 04:15:37] "POST /fqname-to-id HTTP/1.1" 404 198 0.003188 10.0.0.19 - - [2026-06-22 04:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.19 - - [2026-06-22 04:15:37] "GET /global-system-config/f1bdca83-f7e5-4812-bfc3-356469693489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.009806 10.0.0.19 - - [2026-06-22 04:15:37] "POST /control-node-zones HTTP/1.1" 200 571 0.031957 10.0.0.19 - - [2026-06-22 04:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195 10.0.0.19 - - [2026-06-22 04:15:37] "GET /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005356 10.0.0.19 - - [2026-06-22 04:15:37] "GET /control-node-zone/45ce7c38-1df7-4031-a211-2d7174307355?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005574 10.0.0.19 - - [2026-06-22 04:15:37] "PUT /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799 HTTP/1.1" 200 255 0.020296 10.0.0.19 - - [2026-06-22 04:15:37] "POST /fqname-to-id HTTP/1.1" 404 198 0.003567 10.0.0.19 - - [2026-06-22 04:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.19 - - [2026-06-22 04:15:37] "GET /global-system-config/f1bdca83-f7e5-4812-bfc3-356469693489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.008225 10.0.0.19 - - [2026-06-22 04:15:37] "POST /control-node-zones HTTP/1.1" 200 571 0.032522 10.0.0.19 - - [2026-06-22 04:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.19 - - [2026-06-22 04:15:37] "GET /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.007239 10.0.0.19 - - [2026-06-22 04:15:37] "GET /control-node-zone/4cadb28c-971e-4dc9-a778-bf0fc8ad894c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.006632 10.0.0.19 - - [2026-06-22 04:15:37] "PUT /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e HTTP/1.1" 200 255 0.020399 10.0.0.19 - - [2026-06-22 04:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.19 - - [2026-06-22 04:15:38] "GET /global-system-config/f1bdca83-f7e5-4812-bfc3-356469693489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.006320 10.0.0.19 - - [2026-06-22 04:15:38] "POST /fqname-to-id HTTP/1.1" 404 234 0.003166 10.0.0.19 - - [2026-06-22 04:15:38] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.035468 10.0.0.19 - - [2026-06-22 04:15:38] "POST /neutron/subnet HTTP/1.1" 200 730 0.009718 10.0.0.19 - - [2026-06-22 04:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.19 - - [2026-06-22 04:15:38] "GET /bgp-as-a-service/09fc7030-aa39-458f-b626-ddd9cc6a967e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.006116 10.0.0.19 - - [2026-06-22 04:15:38] "GET /control-node-zone/33f51203-aebd-4756-b8e8-e55b13ab0852?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004505 10.0.0.19 - - [2026-06-22 04:15:38] "POST /ref-update HTTP/1.1" 200 156 0.015278 10.0.0.19 - - [2026-06-22 04:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.19 - - [2026-06-22 04:15:38] "GET /bgp-as-a-service/09fc7030-aa39-458f-b626-ddd9cc6a967e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1837 0.007491 10.0.0.19 - - [2026-06-22 04:15:38] "GET /control-node-zone/45ce7c38-1df7-4031-a211-2d7174307355?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004481 10.0.0.19 - - [2026-06-22 04:15:38] "POST /ref-update HTTP/1.1" 200 156 0.017595 10.0.0.19 - - [2026-06-22 04:15:43] "GET /bgp-as-a-service/09fc7030-aa39-458f-b626-ddd9cc6a967e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.009017 10.0.0.19 - - [2026-06-22 04:15:43] "GET /virtual-machine-interface/b365f1dd-ac2b-4705-8004-8f815384f1ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.005348 10.0.0.19 - - [2026-06-22 04:15:43] "POST /ref-update HTTP/1.1" 200 156 0.014709 10.0.0.241 - - [2026-06-22 04:15:43] "POST /bgp-routers HTTP/1.1" 200 642 0.090500 10.0.0.241 - - [2026-06-22 04:15:43] "PUT /bgp-router/3b2cc36a-193f-4aa8-ae3f-37fac797e3bb HTTP/1.1" 200 255 0.033072 10.0.0.19 - - [2026-06-22 04:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.006915 10.0.0.19 - - [2026-06-22 04:15:43] "GET /global-system-config/f1bdca83-f7e5-4812-bfc3-356469693489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.010793 10.0.0.19 - - [2026-06-22 04:15:43] "POST /fqname-to-id HTTP/1.1" 404 234 0.005185 10.0.0.19 - - [2026-06-22 04:15:43] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.029412 10.0.0.19 - - [2026-06-22 04:15:43] "POST /neutron/network HTTP/1.1" 200 834 0.006415 10.0.0.19 - - [2026-06-22 04:15:43] "POST /neutron/subnet HTTP/1.1" 200 730 0.009106 10.0.0.19 - - [2026-06-22 04:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.19 - - [2026-06-22 04:15:43] "GET /bgp-as-a-service/df1973d2-57f5-496d-9c6a-6ce32a50f148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1550 0.006539 10.0.0.19 - - [2026-06-22 04:15:43] "GET /control-node-zone/33f51203-aebd-4756-b8e8-e55b13ab0852?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004459 10.0.0.19 - - [2026-06-22 04:15:43] "POST /ref-update HTTP/1.1" 200 156 0.017925 10.0.0.19 - - [2026-06-22 04:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.19 - - [2026-06-22 04:15:43] "GET /bgp-as-a-service/df1973d2-57f5-496d-9c6a-6ce32a50f148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1839 0.007099 10.0.0.19 - - [2026-06-22 04:15:43] "GET /control-node-zone/45ce7c38-1df7-4031-a211-2d7174307355?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.003657 10.0.0.19 - - [2026-06-22 04:15:43] "POST /ref-update HTTP/1.1" 200 156 0.023781 10.0.0.19 - - [2026-06-22 04:15:48] "GET /bgp-as-a-service/df1973d2-57f5-496d-9c6a-6ce32a50f148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.007205 10.0.0.19 - - [2026-06-22 04:15:48] "GET /virtual-machine-interface/6d46ac12-f86a-41f5-9569-ca87b136199e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.005383 10.0.0.19 - - [2026-06-22 04:15:48] "POST /ref-update HTTP/1.1" 200 156 0.013099 10.0.0.241 - - [2026-06-22 04:15:48] "POST /ref-update HTTP/1.1" 200 156 0.019420 10.0.0.241 - - [2026-06-22 04:15:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.241 - - [2026-06-22 04:15:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000493 10.0.0.129 - - [2026-06-22 04:15:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.129 - - [2026-06-22 04:15:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000558 10.0.0.241 - - [2026-06-22 04:15:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.241 - - [2026-06-22 04:15:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.19 - - [2026-06-22 04:15:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.19 - - [2026-06-22 04:15:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.129 - - [2026-06-22 04:15:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.129 - - [2026-06-22 04:15:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000984 10.0.0.19 - - [2026-06-22 04:15:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.19 - - [2026-06-22 04:15:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.19 - - [2026-06-22 04:16:00] "GET /bgp-as-a-service/df1973d2-57f5-496d-9c6a-6ce32a50f148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2714 0.007317 10.0.0.19 - - [2026-06-22 04:16:00] "GET /virtual-machine-interface/6d46ac12-f86a-41f5-9569-ca87b136199e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3059 0.008554 10.0.0.19 - - [2026-06-22 04:16:01] "POST /ref-update HTTP/1.1" 200 156 0.015112 10.0.0.241 - - [2026-06-22 04:16:01] "POST /ref-update HTTP/1.1" 200 156 0.022876 10.0.0.19 - - [2026-06-22 04:16:01] "DELETE /bgp-as-a-service/df1973d2-57f5-496d-9c6a-6ce32a50f148 HTTP/1.1" 200 115 0.058184 10.0.0.19 - - [2026-06-22 04:16:01] "GET /bgp-as-a-service/09fc7030-aa39-458f-b626-ddd9cc6a967e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2712 0.006655 10.0.0.19 - - [2026-06-22 04:16:01] "GET /virtual-machine-interface/b365f1dd-ac2b-4705-8004-8f815384f1ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3059 0.025921 10.0.0.19 - - [2026-06-22 04:16:01] "POST /ref-update HTTP/1.1" 200 156 0.022208 10.0.0.241 - - [2026-06-22 04:16:01] "POST /ref-update HTTP/1.1" 200 156 0.034283 10.0.0.19 - - [2026-06-22 04:16:01] "DELETE /bgp-as-a-service/09fc7030-aa39-458f-b626-ddd9cc6a967e HTTP/1.1" 200 115 0.080065 10.0.0.19 - - [2026-06-22 04:16:01] "GET /control-node-zone/4cadb28c-971e-4dc9-a778-bf0fc8ad894c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.012413 10.0.0.19 - - [2026-06-22 04:16:01] "POST /ref-update HTTP/1.1" 200 156 0.028517 10.0.0.19 - - [2026-06-22 04:16:01] "DELETE /control-node-zone/4cadb28c-971e-4dc9-a778-bf0fc8ad894c HTTP/1.1" 200 115 0.033964 10.0.0.19 - - [2026-06-22 04:16:01] "GET /control-node-zone/45ce7c38-1df7-4031-a211-2d7174307355?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004307 10.0.0.19 - - [2026-06-22 04:16:01] "POST /ref-update HTTP/1.1" 200 156 0.020062 10.0.0.19 - - [2026-06-22 04:16:01] "DELETE /control-node-zone/45ce7c38-1df7-4031-a211-2d7174307355 HTTP/1.1" 200 115 0.026167 10.0.0.19 - - [2026-06-22 04:16:01] "GET /control-node-zone/33f51203-aebd-4756-b8e8-e55b13ab0852?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005047 10.0.0.19 - - [2026-06-22 04:16:01] "POST /ref-update HTTP/1.1" 200 156 0.019897 10.0.0.19 - - [2026-06-22 04:16:01] "DELETE /control-node-zone/33f51203-aebd-4756-b8e8-e55b13ab0852 HTTP/1.1" 200 115 0.030611 10.0.0.19 - - [2026-06-22 04:16:03] "POST /neutron/port HTTP/1.1" 200 1126 0.016404 10.0.0.19 - - [2026-06-22 04:16:03] "POST /neutron/port HTTP/1.1" 200 1126 0.033657 10.0.0.19 - - [2026-06-22 04:16:04] "POST /neutron/network HTTP/1.1" 200 834 0.008288 10.0.0.19 - - [2026-06-22 04:16:04] "POST /neutron/port HTTP/1.1" 200 151 0.250408 10.0.0.241 - - [2026-06-22 04:16:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003057 10.0.0.241 - - [2026-06-22 04:16:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003663 10.0.0.19 - - [2026-06-22 04:16:06] "POST /neutron/network HTTP/1.1" 200 151 0.166704 10.0.0.241 - - [2026-06-22 04:16:06] "DELETE /route-target/2794d4bb-32fc-4789-a26e-6bf67c6a6104 HTTP/1.1" 200 115 0.029327 10.0.0.241 - - [2026-06-22 04:16:07] "GET /projects?obj_uuids=e0cf0185-0ba7-46bd-887d-96a464ae81b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000963 10.0.0.19 - - [2026-06-22 04:16:07] "GET /project/e0cf0185-0ba7-46bd-887d-96a464ae81b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.085148 10.0.0.241 - - [2026-06-22 04:16:07] "GET /projects?obj_uuids=e0cf0185-0ba7-46bd-887d-96a464ae81b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001699 10.0.0.19 - - [2026-06-22 04:16:07] "GET /project/e0cf0185-0ba7-46bd-887d-96a464ae81b4?fields=virtual_networks HTTP/1.1" 200 1036 0.051361 10.0.0.241 - - [2026-06-22 04:16:07] "GET /projects?obj_uuids=e0cf0185-0ba7-46bd-887d-96a464ae81b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001316 10.0.0.19 - - [2026-06-22 04:16:07] "GET /project/e0cf0185-0ba7-46bd-887d-96a464ae81b4?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.047602 10.0.0.241 - - [2026-06-22 04:16:07] "GET /projects?obj_uuids=e0cf0185-0ba7-46bd-887d-96a464ae81b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000939 10.0.0.19 - - [2026-06-22 04:16:07] "GET /project/e0cf0185-0ba7-46bd-887d-96a464ae81b4?fields=security_groups HTTP/1.1" 200 1264 0.036545 10.0.0.19 - - [2026-06-22 04:16:08] "POST /fqname-to-id HTTP/1.1" 404 181 0.028535 10.0.0.241 - - [2026-06-22 04:16:08] "GET /projects?obj_uuids=6e59a55f-cdfe-4b8c-9b12-83ed53bd2844&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.008019 10.0.0.241 - - [2026-06-22 04:16:08] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000897 10.0.0.241 - - [2026-06-22 04:16:08] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.033610 10.0.0.241 - - [2026-06-22 04:16:08] "POST /id-to-fqname HTTP/1.1" 200 183 0.007157 10.0.0.241 - - [2026-06-22 04:16:08] "POST /fqname-to-id HTTP/1.1" 404 192 0.005830 10.0.0.241 - - [2026-06-22 04:16:09] "POST /security-groups HTTP/1.1" 200 584 0.069209 10.0.0.241 - - [2026-06-22 04:16:09] "POST /projects HTTP/1.1" 200 571 0.298257 10.0.0.241 - - [2026-06-22 04:16:09] "POST /fqname-to-id HTTP/1.1" 404 226 0.010141 10.0.0.241 - - [2026-06-22 04:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.364893 10.0.0.19 - - [2026-06-22 04:16:09] "GET /project/6e59a55f-cdfe-4b8c-9b12-83ed53bd2844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.543281 10.0.0.19 - - [2026-06-22 04:16:10] "GET / HTTP/1.1" 200 36215 0.001649 10.0.0.241 - - [2026-06-22 04:16:13] "GET /projects?obj_uuids=6e59a55f-cdfe-4b8c-9b12-83ed53bd2844&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001057 10.0.0.19 - - [2026-06-22 04:16:13] "GET /project/6e59a55f-cdfe-4b8c-9b12-83ed53bd2844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.046395 10.0.0.241 - - [2026-06-22 04:16:13] "GET /projects?obj_uuids=6e59a55f-cdfe-4b8c-9b12-83ed53bd2844&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001121 10.0.0.19 - - [2026-06-22 04:16:13] "GET /project/6e59a55f-cdfe-4b8c-9b12-83ed53bd2844?fields=virtual_networks HTTP/1.1" 200 1020 0.041162 10.0.0.241 - - [2026-06-22 04:16:13] "GET /projects?obj_uuids=6e59a55f-cdfe-4b8c-9b12-83ed53bd2844&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000916 10.0.0.19 - - [2026-06-22 04:16:13] "GET /project/6e59a55f-cdfe-4b8c-9b12-83ed53bd2844?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.041642 10.0.0.241 - - [2026-06-22 04:16:13] "GET /projects?obj_uuids=6e59a55f-cdfe-4b8c-9b12-83ed53bd2844&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000948 10.0.0.19 - - [2026-06-22 04:16:13] "GET /project/6e59a55f-cdfe-4b8c-9b12-83ed53bd2844?fields=security_groups HTTP/1.1" 200 1240 0.045988 10.0.0.19 - - [2026-06-22 04:16:15] "POST /fqname-to-id HTTP/1.1" 404 189 0.354741 10.0.0.129 - - [2026-06-22 04:16:15] "GET /obj-perms HTTP/1.1" 200 4493 0.076216 10.0.0.241 - - [2026-06-22 04:16:15] "GET /projects?obj_uuids=de37b661-e66d-4646-b5e2-df856af78f2e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002873 10.0.0.241 - - [2026-06-22 04:16:15] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001230 10.0.0.241 - - [2026-06-22 04:16:15] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007531 10.0.0.241 - - [2026-06-22 04:16:15] "GET /obj-perms HTTP/1.1" 200 4493 0.039243 10.0.0.241 - - [2026-06-22 04:16:15] "POST /id-to-fqname HTTP/1.1" 200 191 0.005700 10.0.0.241 - - [2026-06-22 04:16:15] "POST /fqname-to-id HTTP/1.1" 404 200 0.003466 10.0.0.241 - - [2026-06-22 04:16:15] "POST /security-groups HTTP/1.1" 200 592 0.073676 10.0.0.241 - - [2026-06-22 04:16:15] "POST /projects HTTP/1.1" 200 587 0.270553 10.0.0.241 - - [2026-06-22 04:16:15] "POST /access-control-lists HTTP/1.1" 200 599 0.025732 10.0.0.241 - - [2026-06-22 04:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.349386 10.0.0.19 - - [2026-06-22 04:16:15] "GET /project/de37b661-e66d-4646-b5e2-df856af78f2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.807382 10.0.0.19 - - [2026-06-22 04:16:17] "GET / HTTP/1.1" 200 36215 0.001240 10.0.0.241 - - [2026-06-22 04:16:19] "GET /projects?obj_uuids=de37b661-e66d-4646-b5e2-df856af78f2e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001062 10.0.0.19 - - [2026-06-22 04:16:20] "GET /project/de37b661-e66d-4646-b5e2-df856af78f2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.037207 10.0.0.241 - - [2026-06-22 04:16:20] "GET /projects?obj_uuids=de37b661-e66d-4646-b5e2-df856af78f2e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001002 10.0.0.19 - - [2026-06-22 04:16:20] "GET /project/de37b661-e66d-4646-b5e2-df856af78f2e?fields=virtual_networks HTTP/1.1" 200 1037 0.102486 10.0.0.241 - - [2026-06-22 04:16:20] "GET /projects?obj_uuids=de37b661-e66d-4646-b5e2-df856af78f2e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000910 10.0.0.19 - - [2026-06-22 04:16:20] "GET /project/de37b661-e66d-4646-b5e2-df856af78f2e?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.057771 10.0.0.241 - - [2026-06-22 04:16:20] "GET /projects?obj_uuids=de37b661-e66d-4646-b5e2-df856af78f2e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000920 10.0.0.19 - - [2026-06-22 04:16:20] "GET /project/de37b661-e66d-4646-b5e2-df856af78f2e?fields=security_groups HTTP/1.1" 200 1265 0.044987 10.0.0.241 - - [2026-06-22 04:16:21] "DELETE /project/de37b661e66d4646b5e2df856af78f2e HTTP/1.1" 404 173 0.018610 10.0.0.241 - - [2026-06-22 04:16:21] "DELETE /project/6e59a55fcdfe4b8c9b1283ed53bd2844 HTTP/1.1" 404 173 0.017675 10.0.0.241 - - [2026-06-22 04:16:21] "GET /projects?obj_uuids=de37b661-e66d-4646-b5e2-df856af78f2e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001333 10.0.0.241 - - [2026-06-22 04:16:21] "GET /projects?obj_uuids=6e59a55f-cdfe-4b8c-9b12-83ed53bd2844&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000807 10.0.0.241 - - [2026-06-22 04:16:21] "GET /projects?obj_uuids=e0cf0185-0ba7-46bd-887d-96a464ae81b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000917 10.0.0.241 - - [2026-06-22 04:16:21] "GET /project/de37b661-e66d-4646-b5e2-df856af78f2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.084562 10.0.0.241 - - [2026-06-22 04:16:21] "GET /project/6e59a55f-cdfe-4b8c-9b12-83ed53bd2844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.105489 10.0.0.241 - - [2026-06-22 04:16:21] "GET /projects?obj_uuids=de37b661-e66d-4646-b5e2-df856af78f2e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001301 10.0.0.241 - - [2026-06-22 04:16:21] "GET /projects?obj_uuids=6e59a55f-cdfe-4b8c-9b12-83ed53bd2844&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000980 10.0.0.241 - - [2026-06-22 04:16:21] "GET /project/e0cf0185-0ba7-46bd-887d-96a464ae81b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.130094 10.0.0.241 - - [2026-06-22 04:16:21] "GET /projects?obj_uuids=e0cf0185-0ba7-46bd-887d-96a464ae81b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001083 10.0.0.241 - - [2026-06-22 04:16:21] "GET /project/de37b661-e66d-4646-b5e2-df856af78f2e?fields=security_groups HTTP/1.1" 200 1367 0.068762 10.0.0.241 - - [2026-06-22 04:16:21] "GET /project/e0cf0185-0ba7-46bd-887d-96a464ae81b4?fields=security_groups HTTP/1.1" 200 1366 0.090404 10.0.0.241 - - [2026-06-22 04:16:21] "GET /project/6e59a55f-cdfe-4b8c-9b12-83ed53bd2844?fields=security_groups HTTP/1.1" 200 1342 0.118252 10.0.0.241 - - [2026-06-22 04:16:21] "DELETE /security-group/1bb6f8de-5ee8-4d01-99f8-beee0f989138 HTTP/1.1" 404 171 0.065095 10.0.0.19 - - [2026-06-22 04:16:21] "POST /fqname-to-id HTTP/1.1" 404 195 0.055215 10.0.0.241 - - [2026-06-22 04:16:21] "DELETE /security-group/7c4f1285-a57f-4220-add8-eb4a5ce38d77 HTTP/1.1" 200 115 0.172231 10.0.0.241 - - [2026-06-22 04:16:21] "GET /projects?obj_uuids=e0cf0185-0ba7-46bd-887d-96a464ae81b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002358 10.0.0.241 - - [2026-06-22 04:16:21] "GET /projects?obj_uuids=de37b661-e66d-4646-b5e2-df856af78f2e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000934 10.0.0.241 - - [2026-06-22 04:16:21] "DELETE /access-control-list/145c0783-5eb5-4a29-b531-f7599b64d8a3 HTTP/1.1" 200 115 0.105260 10.0.0.241 - - [2026-06-22 04:16:21] "DELETE /security-group/06a674ca-a4d1-4713-9948-677d20c05dd0 HTTP/1.1" 200 115 0.158018 10.0.0.241 - - [2026-06-22 04:16:21] "GET /projects?obj_uuids=6e59a55f-cdfe-4b8c-9b12-83ed53bd2844&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000925 10.0.0.241 - - [2026-06-22 04:16:21] "GET /projects?obj_uuids=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.010657 10.0.0.241 - - [2026-06-22 04:16:21] "GET /project/de37b661-e66d-4646-b5e2-df856af78f2e?fields=application_policy_sets HTTP/1.1" 200 1406 0.104087 10.0.0.241 - - [2026-06-22 04:16:21] "GET /project/e0cf0185-0ba7-46bd-887d-96a464ae81b4?fields=application_policy_sets HTTP/1.1" 200 1405 0.116948 10.0.0.241 - - [2026-06-22 04:16:21] "GET /project/6e59a55f-cdfe-4b8c-9b12-83ed53bd2844?fields=application_policy_sets HTTP/1.1" 200 1381 0.113169 10.0.0.241 - - [2026-06-22 04:16:21] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001921 10.0.0.241 - - [2026-06-22 04:16:21] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.020972 10.0.0.241 - - [2026-06-22 04:16:22] "DELETE /access-control-list/226ff916-9ead-4f7a-8af3-aed73f303306 HTTP/1.1" 200 115 0.108376 10.0.0.241 - - [2026-06-22 04:16:22] "DELETE /project/e0cf0185-0ba7-46bd-887d-96a464ae81b4 HTTP/1.1" 200 115 0.810157 10.0.0.241 - - [2026-06-22 04:16:22] "DELETE /project/de37b661-e66d-4646-b5e2-df856af78f2e HTTP/1.1" 200 115 0.867353 10.0.0.241 - - [2026-06-22 04:16:22] "DELETE /project/6e59a55f-cdfe-4b8c-9b12-83ed53bd2844 HTTP/1.1" 200 115 0.938503 10.0.0.241 - - [2026-06-22 04:16:22] "POST /id-to-fqname HTTP/1.1" 200 197 0.006509 10.0.0.241 - - [2026-06-22 04:16:22] "POST /fqname-to-id HTTP/1.1" 404 206 0.008078 10.0.0.241 - - [2026-06-22 04:16:22] "POST /security-groups HTTP/1.1" 200 598 0.032130 10.0.0.241 - - [2026-06-22 04:16:22] "POST /fqname-to-id HTTP/1.1" 404 241 0.003121 10.0.0.241 - - [2026-06-22 04:16:22] "POST /projects HTTP/1.1" 200 599 0.393741 10.0.0.241 - - [2026-06-22 04:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.462785 10.0.0.241 - - [2026-06-22 04:16:22] "POST /access-control-lists HTTP/1.1" 200 603 0.032985 10.0.0.19 - - [2026-06-22 04:16:22] "GET /project/c56763b3-b82c-422f-a068-3cc4cc817105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.707351 10.0.0.19 - - [2026-06-22 04:16:23] "GET / HTTP/1.1" 200 36215 0.001756 10.0.0.19 - - [2026-06-22 04:16:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000485 10.0.0.19 - - [2026-06-22 04:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.048807 10.0.0.19 - - [2026-06-22 04:16:25] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003532 10.0.0.19 - - [2026-06-22 04:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.010850 10.0.0.19 - - [2026-06-22 04:16:25] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003977 10.0.0.19 - - [2026-06-22 04:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002726 10.0.0.19 - - [2026-06-22 04:16:26] "PUT /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153 HTTP/1.1" 200 277 0.012389 10.0.0.19 - - [2026-06-22 04:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.241 - - [2026-06-22 04:16:26] "GET /projects?obj_uuids=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000975 10.0.0.19 - - [2026-06-22 04:16:26] "GET /project/c56763b3-b82c-422f-a068-3cc4cc817105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.044172 10.0.0.241 - - [2026-06-22 04:16:26] "POST /useragent-kv HTTP/1.1" 200 115 0.005676 10.0.0.19 - - [2026-06-22 04:16:26] "POST /neutron/subnet HTTP/1.1" 200 701 0.228916 10.0.0.19 - - [2026-06-22 04:16:26] "POST /id-to-fqname HTTP/1.1" 200 218 0.001176 10.0.0.19 - - [2026-06-22 04:16:26] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005169 10.0.0.19 - - [2026-06-22 04:16:26] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.004971 10.0.0.19 - - [2026-06-22 04:16:26] "POST /neutron/network HTTP/1.1" 200 808 0.006254 10.0.0.19 - - [2026-06-22 04:16:26] "POST /id-to-fqname HTTP/1.1" 200 218 0.001363 10.0.0.241 - - [2026-06-22 04:16:27] "GET /projects?obj_uuids=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001252 10.0.0.19 - - [2026-06-22 04:16:27] "GET /project/c56763b3-b82c-422f-a068-3cc4cc817105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.057374 10.0.0.19 - - [2026-06-22 04:16:27] "POST /neutron/network HTTP/1.1" 200 808 0.007406 10.0.0.19 - - [2026-06-22 04:16:27] "POST /id-to-fqname HTTP/1.1" 200 218 0.001218 10.0.0.19 - - [2026-06-22 04:16:27] "POST /neutron/port HTTP/1.1" 200 117 0.006299 10.0.0.241 - - [2026-06-22 04:16:28] "GET /projects?obj_uuids=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001453 10.0.0.19 - - [2026-06-22 04:16:28] "GET /project/c56763b3-b82c-422f-a068-3cc4cc817105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.057185 10.0.0.19 - - [2026-06-22 04:16:28] "POST /neutron/port HTTP/1.1" 200 117 0.008124 10.0.0.19 - - [2026-06-22 04:16:29] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005684 10.0.0.19 - - [2026-06-22 04:16:30] "GET /obj-perms HTTP/1.1" 200 4481 0.043806 10.0.0.19 - - [2026-06-22 04:16:32] "POST /neutron/network HTTP/1.1" 200 818 0.006840 10.0.0.19 - - [2026-06-22 04:16:32] "POST /neutron/port HTTP/1.1" 200 1062 0.040952 10.0.0.241 - - [2026-06-22 04:16:33] "GET /projects?obj_uuids=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001340 10.0.0.19 - - [2026-06-22 04:16:33] "POST /neutron/port HTTP/1.1" 200 1062 0.243478 10.0.0.19 - - [2026-06-22 04:16:33] "POST /neutron/port HTTP/1.1" 200 1116 0.107176 10.0.0.19 - - [2026-06-22 04:16:33] "POST /neutron/subnet HTTP/1.1" 200 675 0.011362 10.0.0.19 - - [2026-06-22 04:16:34] "POST /neutron/port HTTP/1.1" 200 1126 0.019758 10.0.0.19 - - [2026-06-22 04:16:34] "POST /neutron/port HTTP/1.1" 200 117 0.001607 10.0.0.19 - - [2026-06-22 04:16:36] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007248 10.0.0.19 - - [2026-06-22 04:16:41] "POST /neutron/port HTTP/1.1" 200 1126 0.018382 10.0.0.19 - - [2026-06-22 04:16:41] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007524 10.0.0.19 - - [2026-06-22 04:16:41] "GET /virtual-machine/6311b3ea-0822-4a78-9b87-6e57ff9ae247 HTTP/1.1" 401 292 0.000392 10.0.0.19 - - [2026-06-22 04:16:41] "GET /virtual-machine/6311b3ea-0822-4a78-9b87-6e57ff9ae247 HTTP/1.1" 200 1301 0.025443 10.0.0.19 - - [2026-06-22 04:16:41] "GET /virtual-machine/6311b3ea-0822-4a78-9b87-6e57ff9ae247 HTTP/1.1" 200 1301 0.004233 10.0.0.19 - - [2026-06-22 04:16:41] "GET /virtual-machine-interface/38274dcd-30ef-4f11-b471-607062a33149 HTTP/1.1" 200 2956 0.006323 10.0.0.19 - - [2026-06-22 04:16:41] "GET /virtual-machine/6311b3ea-0822-4a78-9b87-6e57ff9ae247 HTTP/1.1" 200 1301 0.003726 10.0.0.19 - - [2026-06-22 04:16:41] "GET /virtual-machine-interface/38274dcd-30ef-4f11-b471-607062a33149 HTTP/1.1" 200 2956 0.005565 10.0.0.19 - - [2026-06-22 04:16:41] "GET /instance-ip/db9362b9-a01c-445e-8c54-1f5f174323eb HTTP/1.1" 200 1624 0.006932 10.0.0.19 - - [2026-06-22 04:16:41] "GET /virtual-machine/6311b3ea-0822-4a78-9b87-6e57ff9ae247 HTTP/1.1" 200 1301 0.003844 10.0.0.19 - - [2026-06-22 04:16:41] "GET /virtual-machine-interface/38274dcd-30ef-4f11-b471-607062a33149 HTTP/1.1" 200 2956 0.006959 10.0.0.19 - - [2026-06-22 04:16:41] "GET /instance-ip/db9362b9-a01c-445e-8c54-1f5f174323eb HTTP/1.1" 200 1624 0.005737 10.0.0.19 - - [2026-06-22 04:16:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.19 - - [2026-06-22 04:16:41] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004276 10.0.0.19 - - [2026-06-22 04:16:41] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002923 10.0.0.19 - - [2026-06-22 04:16:41] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005611 10.0.0.19 - - [2026-06-22 04:16:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.19 - - [2026-06-22 04:16:41] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004070 10.0.0.19 - - [2026-06-22 04:16:42] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003601 10.0.0.19 - - [2026-06-22 04:16:42] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005534 10.0.0.19 - - [2026-06-22 04:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.19 - - [2026-06-22 04:16:42] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004513 10.0.0.19 - - [2026-06-22 04:16:42] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003245 10.0.0.19 - - [2026-06-22 04:16:42] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005788 10.0.0.19 - - [2026-06-22 04:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004177 10.0.0.19 - - [2026-06-22 04:16:42] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003802 10.0.0.19 - - [2026-06-22 04:16:42] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002923 10.0.0.19 - - [2026-06-22 04:16:42] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005606 10.0.0.19 - - [2026-06-22 04:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.19 - - [2026-06-22 04:16:42] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003981 10.0.0.19 - - [2026-06-22 04:16:42] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003704 10.0.0.19 - - [2026-06-22 04:16:42] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005586 10.0.0.19 - - [2026-06-22 04:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.007200 10.0.0.19 - - [2026-06-22 04:16:42] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004112 10.0.0.19 - - [2026-06-22 04:16:42] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003525 10.0.0.19 - - [2026-06-22 04:16:42] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005561 10.0.0.19 - - [2026-06-22 04:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.19 - - [2026-06-22 04:16:42] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004613 10.0.0.19 - - [2026-06-22 04:16:42] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002677 10.0.0.19 - - [2026-06-22 04:16:42] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005432 10.0.0.19 - - [2026-06-22 04:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005514 10.0.0.19 - - [2026-06-22 04:16:45] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.004931 10.0.0.19 - - [2026-06-22 04:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.19 - - [2026-06-22 04:16:49] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005287 10.0.0.19 - - [2026-06-22 04:16:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.19 - - [2026-06-22 04:16:54] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006759 10.0.0.19 - - [2026-06-22 04:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.19 - - [2026-06-22 04:16:58] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005314 10.0.0.19 - - [2026-06-22 04:17:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004409 10.0.0.19 - - [2026-06-22 04:17:02] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005706 10.0.0.19 - - [2026-06-22 04:17:04] "POST /neutron/port HTTP/1.1" 200 1126 0.021129 10.0.0.19 - - [2026-06-22 04:17:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004252 10.0.0.19 - - [2026-06-22 04:17:05] "POST /neutron/network HTTP/1.1" 200 808 0.006701 10.0.0.19 - - [2026-06-22 04:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.007412 10.0.0.19 - - [2026-06-22 04:17:06] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006469 10.0.0.19 - - [2026-06-22 04:17:06] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004071 10.0.0.19 - - [2026-06-22 04:17:06] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006845 10.0.0.19 - - [2026-06-22 04:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004606 10.0.0.19 - - [2026-06-22 04:17:06] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004670 10.0.0.19 - - [2026-06-22 04:17:06] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004089 10.0.0.19 - - [2026-06-22 04:17:06] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006379 10.0.0.19 - - [2026-06-22 04:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.19 - - [2026-06-22 04:17:06] "GET /routing-instance/139b626a-9c1b-4407-9d05-cd1906298b3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.014142 10.0.0.19 - - [2026-06-22 04:17:06] "GET /route-target/75a717a1-e0e7-4a0b-a708-d23e9d186f8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004400 10.0.0.19 - - [2026-06-22 04:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004371 10.0.0.19 - - [2026-06-22 04:17:06] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004013 10.0.0.19 - - [2026-06-22 04:17:06] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003181 10.0.0.19 - - [2026-06-22 04:17:06] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005740 10.0.0.19 - - [2026-06-22 04:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.19 - - [2026-06-22 04:17:06] "GET /routing-instance/139b626a-9c1b-4407-9d05-cd1906298b3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.004511 10.0.0.19 - - [2026-06-22 04:17:07] "GET /route-target/75a717a1-e0e7-4a0b-a708-d23e9d186f8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005940 10.0.0.19 - - [2026-06-22 04:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.19 - - [2026-06-22 04:17:07] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003955 10.0.0.19 - - [2026-06-22 04:17:07] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003607 10.0.0.19 - - [2026-06-22 04:17:07] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006049 10.0.0.19 - - [2026-06-22 04:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.19 - - [2026-06-22 04:17:07] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004438 10.0.0.19 - - [2026-06-22 04:17:07] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003619 10.0.0.19 - - [2026-06-22 04:17:07] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006807 10.0.0.19 - - [2026-06-22 04:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004311 10.0.0.19 - - [2026-06-22 04:17:07] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005497 10.0.0.19 - - [2026-06-22 04:17:07] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003635 10.0.0.19 - - [2026-06-22 04:17:07] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005634 10.0.0.241 - - [2026-06-22 04:17:07] "GET /obj-perms HTTP/1.1" 200 4481 0.040773 10.0.0.19 - - [2026-06-22 04:17:07] "GET /obj-perms HTTP/1.1" 200 4481 0.004208 10.0.0.19 - - [2026-06-22 04:17:07] "GET /obj-perms HTTP/1.1" 200 4481 0.003945 10.0.0.19 - - [2026-06-22 04:17:07] "GET /obj-perms HTTP/1.1" 200 4481 0.004066 10.0.0.19 - - [2026-06-22 04:17:08] "POST /neutron/port HTTP/1.1" 200 1126 0.016498 10.0.0.19 - - [2026-06-22 04:17:08] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007642 10.0.0.19 - - [2026-06-22 04:17:08] "GET /virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0 HTTP/1.1" 200 1301 0.006616 10.0.0.19 - - [2026-06-22 04:17:08] "GET /virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0 HTTP/1.1" 200 1301 0.004726 10.0.0.19 - - [2026-06-22 04:17:08] "GET /virtual-machine-interface/ba70b466-5e57-490d-841f-e8554bcad88a HTTP/1.1" 200 2956 0.006070 10.0.0.19 - - [2026-06-22 04:17:08] "GET /virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0 HTTP/1.1" 200 1301 0.003808 10.0.0.19 - - [2026-06-22 04:17:08] "GET /virtual-machine-interface/ba70b466-5e57-490d-841f-e8554bcad88a HTTP/1.1" 200 2956 0.005130 10.0.0.19 - - [2026-06-22 04:17:08] "GET /instance-ip/00e33736-2c93-4c9b-a83c-c29c02b01bba HTTP/1.1" 200 1621 0.005734 10.0.0.19 - - [2026-06-22 04:17:08] "GET /virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0 HTTP/1.1" 200 1301 0.003977 10.0.0.19 - - [2026-06-22 04:17:08] "GET /virtual-machine-interface/ba70b466-5e57-490d-841f-e8554bcad88a HTTP/1.1" 200 2956 0.006094 10.0.0.19 - - [2026-06-22 04:17:08] "GET /instance-ip/00e33736-2c93-4c9b-a83c-c29c02b01bba HTTP/1.1" 200 1621 0.004210 10.0.0.19 - - [2026-06-22 04:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004237 10.0.0.19 - - [2026-06-22 04:17:08] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004185 10.0.0.19 - - [2026-06-22 04:17:08] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003855 10.0.0.19 - - [2026-06-22 04:17:08] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006074 10.0.0.19 - - [2026-06-22 04:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.19 - - [2026-06-22 04:17:08] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003856 10.0.0.19 - - [2026-06-22 04:17:08] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005089 10.0.0.19 - - [2026-06-22 04:17:08] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006166 10.0.0.19 - - [2026-06-22 04:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.19 - - [2026-06-22 04:17:08] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004214 10.0.0.19 - - [2026-06-22 04:17:08] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003337 10.0.0.19 - - [2026-06-22 04:17:08] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006442 10.0.0.19 - - [2026-06-22 04:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.19 - - [2026-06-22 04:17:08] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004644 10.0.0.19 - - [2026-06-22 04:17:08] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002800 10.0.0.19 - - [2026-06-22 04:17:08] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005568 10.0.0.19 - - [2026-06-22 04:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005676 10.0.0.19 - - [2026-06-22 04:17:08] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004529 10.0.0.19 - - [2026-06-22 04:17:08] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003348 10.0.0.19 - - [2026-06-22 04:17:09] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006599 10.0.0.19 - - [2026-06-22 04:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.19 - - [2026-06-22 04:17:09] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004606 10.0.0.19 - - [2026-06-22 04:17:09] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003142 10.0.0.19 - - [2026-06-22 04:17:09] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.007030 10.0.0.19 - - [2026-06-22 04:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.19 - - [2026-06-22 04:17:09] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005026 10.0.0.19 - - [2026-06-22 04:17:09] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003081 10.0.0.19 - - [2026-06-22 04:17:09] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.007293 10.0.0.19 - - [2026-06-22 04:17:09] "POST /neutron/port HTTP/1.1" 200 1126 0.031850 10.0.0.19 - - [2026-06-22 04:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.19 - - [2026-06-22 04:17:10] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004641 10.0.0.19 - - [2026-06-22 04:17:10] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004241 10.0.0.19 - - [2026-06-22 04:17:10] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006077 10.0.0.19 - - [2026-06-22 04:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004442 10.0.0.19 - - [2026-06-22 04:17:10] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003671 10.0.0.19 - - [2026-06-22 04:17:10] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003676 10.0.0.19 - - [2026-06-22 04:17:10] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006181 10.0.0.19 - - [2026-06-22 04:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.19 - - [2026-06-22 04:17:10] "GET /routing-instance/139b626a-9c1b-4407-9d05-cd1906298b3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.004623 10.0.0.19 - - [2026-06-22 04:17:10] "GET /route-target/75a717a1-e0e7-4a0b-a708-d23e9d186f8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004452 10.0.0.19 - - [2026-06-22 04:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.19 - - [2026-06-22 04:17:10] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003676 10.0.0.19 - - [2026-06-22 04:17:10] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003877 10.0.0.19 - - [2026-06-22 04:17:11] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005868 10.0.0.19 - - [2026-06-22 04:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.19 - - [2026-06-22 04:17:11] "GET /routing-instance/139b626a-9c1b-4407-9d05-cd1906298b3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.005357 10.0.0.19 - - [2026-06-22 04:17:11] "GET /route-target/75a717a1-e0e7-4a0b-a708-d23e9d186f8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004303 10.0.0.19 - - [2026-06-22 04:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.19 - - [2026-06-22 04:17:11] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005561 10.0.0.19 - - [2026-06-22 04:17:11] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003485 10.0.0.19 - - [2026-06-22 04:17:11] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006190 10.0.0.19 - - [2026-06-22 04:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.19 - - [2026-06-22 04:17:11] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004680 10.0.0.19 - - [2026-06-22 04:17:11] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002990 10.0.0.19 - - [2026-06-22 04:17:11] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.010040 10.0.0.19 - - [2026-06-22 04:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.19 - - [2026-06-22 04:17:11] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003949 10.0.0.19 - - [2026-06-22 04:17:11] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003605 10.0.0.19 - - [2026-06-22 04:17:11] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006685 10.0.0.241 - - [2026-06-22 04:17:11] "GET /obj-perms HTTP/1.1" 200 4481 0.003917 10.0.0.19 - - [2026-06-22 04:17:11] "GET /obj-perms HTTP/1.1" 200 4481 0.004420 10.0.0.129 - - [2026-06-22 04:17:11] "GET /obj-perms HTTP/1.1" 200 4481 0.034243 10.0.0.19 - - [2026-06-22 04:17:11] "GET /obj-perms HTTP/1.1" 200 4481 0.003510 10.0.0.241 - - [2026-06-22 04:17:11] "GET /obj-perms HTTP/1.1" 200 4481 0.004684 10.0.0.19 - - [2026-06-22 04:17:11] "GET /virtual-machine/6311b3ea-0822-4a78-9b87-6e57ff9ae247 HTTP/1.1" 200 1301 0.003796 10.0.0.19 - - [2026-06-22 04:17:11] "GET /virtual-machine-interface/38274dcd-30ef-4f11-b471-607062a33149 HTTP/1.1" 200 2956 0.005502 10.0.0.19 - - [2026-06-22 04:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.19 - - [2026-06-22 04:17:11] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003926 10.0.0.19 - - [2026-06-22 04:17:11] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002671 10.0.0.19 - - [2026-06-22 04:17:11] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005842 10.0.0.19 - - [2026-06-22 04:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.19 - - [2026-06-22 04:17:13] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003801 10.0.0.19 - - [2026-06-22 04:17:13] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003802 10.0.0.19 - - [2026-06-22 04:17:13] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.007264 10.0.0.19 - - [2026-06-22 04:17:13] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007621 10.0.0.129 - - [2026-06-22 04:17:16] "GET /obj-perms HTTP/1.1" 200 4493 0.039018 10.0.0.19 - - [2026-06-22 04:17:18] "GET /virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0 HTTP/1.1" 200 1301 0.004282 10.0.0.19 - - [2026-06-22 04:17:18] "GET /virtual-machine-interface/ba70b466-5e57-490d-841f-e8554bcad88a HTTP/1.1" 200 2956 0.006229 10.0.0.19 - - [2026-06-22 04:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.19 - - [2026-06-22 04:17:18] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003777 10.0.0.19 - - [2026-06-22 04:17:18] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005425 10.0.0.19 - - [2026-06-22 04:17:18] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006222 10.0.0.19 - - [2026-06-22 04:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.19 - - [2026-06-22 04:17:19] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005105 10.0.0.19 - - [2026-06-22 04:17:19] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003262 10.0.0.19 - - [2026-06-22 04:17:19] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005472 10.0.0.19 - - [2026-06-22 04:17:19] "POST /neutron/port HTTP/1.1" 200 1126 0.018252 10.0.0.241 - - [2026-06-22 04:17:22] "DELETE /project/c56763b3b82c422fa0683cc4cc817105 HTTP/1.1" 404 173 0.002997 10.0.0.19 - - [2026-06-22 04:17:22] "POST /neutron/port HTTP/1.1" 200 1126 0.016790 10.0.0.19 - - [2026-06-22 04:17:23] "POST /neutron/subnet HTTP/1.1" 200 675 0.011425 10.0.0.19 - - [2026-06-22 04:18:05] "POST /neutron/port HTTP/1.1" 200 1126 0.021514 10.0.0.19 - - [2026-06-22 04:18:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004618 10.0.0.19 - - [2026-06-22 04:18:06] "POST /neutron/network HTTP/1.1" 200 808 0.006985 10.0.0.19 - - [2026-06-22 04:18:17] "GET /obj-perms HTTP/1.1" 200 4493 0.038001 10.0.0.19 - - [2026-06-22 04:18:23] "POST /neutron/network HTTP/1.1" 200 818 0.006611 10.0.0.19 - - [2026-06-22 04:18:23] "POST /neutron/port HTTP/1.1" 200 117 0.001201 10.0.0.19 - - [2026-06-22 04:19:05] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008185 10.0.0.19 - - [2026-06-22 04:19:05] "GET /virtual-machine/6311b3ea-0822-4a78-9b87-6e57ff9ae247 HTTP/1.1" 200 1301 0.004183 10.0.0.19 - - [2026-06-22 04:19:05] "GET /virtual-machine-interface/38274dcd-30ef-4f11-b471-607062a33149 HTTP/1.1" 200 2956 0.005487 10.0.0.19 - - [2026-06-22 04:19:05] "GET /virtual-machine/6311b3ea-0822-4a78-9b87-6e57ff9ae247 HTTP/1.1" 200 1301 0.003792 10.0.0.19 - - [2026-06-22 04:19:05] "GET /virtual-machine-interface/38274dcd-30ef-4f11-b471-607062a33149 HTTP/1.1" 200 2956 0.005421 10.0.0.19 - - [2026-06-22 04:19:05] "GET /instance-ip/db9362b9-a01c-445e-8c54-1f5f174323eb HTTP/1.1" 200 1624 0.004294 10.0.0.19 - - [2026-06-22 04:19:05] "GET /virtual-machine/6311b3ea-0822-4a78-9b87-6e57ff9ae247 HTTP/1.1" 200 1301 0.004686 10.0.0.19 - - [2026-06-22 04:19:05] "GET /virtual-machine-interface/38274dcd-30ef-4f11-b471-607062a33149 HTTP/1.1" 200 2956 0.006551 10.0.0.19 - - [2026-06-22 04:19:05] "GET /instance-ip/db9362b9-a01c-445e-8c54-1f5f174323eb HTTP/1.1" 200 1624 0.005422 10.0.0.19 - - [2026-06-22 04:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.19 - - [2026-06-22 04:19:05] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004312 10.0.0.19 - - [2026-06-22 04:19:05] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003690 10.0.0.19 - - [2026-06-22 04:19:05] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006347 10.0.0.19 - - [2026-06-22 04:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.19 - - [2026-06-22 04:19:05] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003968 10.0.0.19 - - [2026-06-22 04:19:05] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003125 10.0.0.19 - - [2026-06-22 04:19:05] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006372 10.0.0.19 - - [2026-06-22 04:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.19 - - [2026-06-22 04:19:05] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004116 10.0.0.19 - - [2026-06-22 04:19:05] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003575 10.0.0.19 - - [2026-06-22 04:19:06] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005966 10.0.0.19 - - [2026-06-22 04:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.19 - - [2026-06-22 04:19:06] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004078 10.0.0.19 - - [2026-06-22 04:19:06] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003132 10.0.0.19 - - [2026-06-22 04:19:06] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006227 10.0.0.19 - - [2026-06-22 04:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004474 10.0.0.19 - - [2026-06-22 04:19:06] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004413 10.0.0.19 - - [2026-06-22 04:19:06] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003118 10.0.0.19 - - [2026-06-22 04:19:06] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006104 10.0.0.19 - - [2026-06-22 04:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.19 - - [2026-06-22 04:19:06] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005025 10.0.0.19 - - [2026-06-22 04:19:06] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003404 10.0.0.19 - - [2026-06-22 04:19:06] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006042 10.0.0.19 - - [2026-06-22 04:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.19 - - [2026-06-22 04:19:06] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003944 10.0.0.19 - - [2026-06-22 04:19:06] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003440 10.0.0.19 - - [2026-06-22 04:19:06] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005624 10.0.0.19 - - [2026-06-22 04:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.19 - - [2026-06-22 04:19:07] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004039 10.0.0.19 - - [2026-06-22 04:19:07] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003322 10.0.0.19 - - [2026-06-22 04:19:07] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006237 10.0.0.19 - - [2026-06-22 04:19:07] "POST /neutron/network HTTP/1.1" 200 818 0.022513 10.0.0.19 - - [2026-06-22 04:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.19 - - [2026-06-22 04:19:07] "POST /neutron/port HTTP/1.1" 200 117 0.000951 10.0.0.19 - - [2026-06-22 04:19:07] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004118 10.0.0.19 - - [2026-06-22 04:19:07] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002896 10.0.0.19 - - [2026-06-22 04:19:07] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.009479 10.0.0.19 - - [2026-06-22 04:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004545 10.0.0.19 - - [2026-06-22 04:19:08] "GET /routing-instance/139b626a-9c1b-4407-9d05-cd1906298b3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.004514 10.0.0.19 - - [2026-06-22 04:19:08] "GET /route-target/75a717a1-e0e7-4a0b-a708-d23e9d186f8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005196 10.0.0.19 - - [2026-06-22 04:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.19 - - [2026-06-22 04:19:08] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004274 10.0.0.19 - - [2026-06-22 04:19:08] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003773 10.0.0.19 - - [2026-06-22 04:19:08] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006070 10.0.0.19 - - [2026-06-22 04:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.19 - - [2026-06-22 04:19:08] "GET /routing-instance/139b626a-9c1b-4407-9d05-cd1906298b3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.004259 10.0.0.19 - - [2026-06-22 04:19:08] "GET /route-target/75a717a1-e0e7-4a0b-a708-d23e9d186f8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005399 10.0.0.19 - - [2026-06-22 04:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.19 - - [2026-06-22 04:19:08] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004425 10.0.0.19 - - [2026-06-22 04:19:08] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003700 10.0.0.19 - - [2026-06-22 04:19:08] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006101 10.0.0.19 - - [2026-06-22 04:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.19 - - [2026-06-22 04:19:08] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004980 10.0.0.19 - - [2026-06-22 04:19:08] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003539 10.0.0.19 - - [2026-06-22 04:19:08] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.007993 10.0.0.241 - - [2026-06-22 04:19:10] "GET /obj-perms HTTP/1.1" 200 4481 0.004886 10.0.0.19 - - [2026-06-22 04:19:12] "GET /obj-perms HTTP/1.1" 200 4481 0.004563 10.0.0.241 - - [2026-06-22 04:19:12] "GET /obj-perms HTTP/1.1" 200 4481 0.004401 10.0.0.19 - - [2026-06-22 04:19:12] "GET /obj-perms HTTP/1.1" 200 4481 0.004052 10.0.0.19 - - [2026-06-22 04:19:13] "GET /obj-perms HTTP/1.1" 200 4481 0.003879 10.0.0.19 - - [2026-06-22 04:19:13] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008545 10.0.0.19 - - [2026-06-22 04:19:13] "GET /virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0 HTTP/1.1" 200 1301 0.004194 10.0.0.19 - - [2026-06-22 04:19:13] "GET /virtual-machine-interface/ba70b466-5e57-490d-841f-e8554bcad88a HTTP/1.1" 200 2956 0.005979 10.0.0.19 - - [2026-06-22 04:19:13] "GET /virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0 HTTP/1.1" 200 1301 0.005271 10.0.0.19 - - [2026-06-22 04:19:13] "GET /virtual-machine-interface/ba70b466-5e57-490d-841f-e8554bcad88a HTTP/1.1" 200 2956 0.006671 10.0.0.19 - - [2026-06-22 04:19:13] "GET /instance-ip/00e33736-2c93-4c9b-a83c-c29c02b01bba HTTP/1.1" 200 1621 0.005945 10.0.0.19 - - [2026-06-22 04:19:13] "GET /virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0 HTTP/1.1" 200 1301 0.003620 10.0.0.19 - - [2026-06-22 04:19:13] "GET /virtual-machine-interface/ba70b466-5e57-490d-841f-e8554bcad88a HTTP/1.1" 200 2956 0.005272 10.0.0.19 - - [2026-06-22 04:19:13] "GET /instance-ip/00e33736-2c93-4c9b-a83c-c29c02b01bba HTTP/1.1" 200 1621 0.004902 10.0.0.19 - - [2026-06-22 04:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.19 - - [2026-06-22 04:19:13] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004524 10.0.0.19 - - [2026-06-22 04:19:13] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004254 10.0.0.19 - - [2026-06-22 04:19:13] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006300 10.0.0.19 - - [2026-06-22 04:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.19 - - [2026-06-22 04:19:13] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005091 10.0.0.19 - - [2026-06-22 04:19:13] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003108 10.0.0.19 - - [2026-06-22 04:19:13] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006160 10.0.0.19 - - [2026-06-22 04:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.19 - - [2026-06-22 04:19:13] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004689 10.0.0.19 - - [2026-06-22 04:19:13] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003031 10.0.0.19 - - [2026-06-22 04:19:13] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005639 10.0.0.19 - - [2026-06-22 04:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.19 - - [2026-06-22 04:19:13] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003857 10.0.0.19 - - [2026-06-22 04:19:13] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003567 10.0.0.19 - - [2026-06-22 04:19:13] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005970 10.0.0.19 - - [2026-06-22 04:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.19 - - [2026-06-22 04:19:13] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004050 10.0.0.19 - - [2026-06-22 04:19:13] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003663 10.0.0.19 - - [2026-06-22 04:19:13] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.007189 10.0.0.19 - - [2026-06-22 04:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.19 - - [2026-06-22 04:19:13] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004692 10.0.0.19 - - [2026-06-22 04:19:13] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002956 10.0.0.19 - - [2026-06-22 04:19:13] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006665 10.0.0.19 - - [2026-06-22 04:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.19 - - [2026-06-22 04:19:14] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003728 10.0.0.19 - - [2026-06-22 04:19:14] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003510 10.0.0.19 - - [2026-06-22 04:19:14] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006455 10.0.0.19 - - [2026-06-22 04:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.19 - - [2026-06-22 04:19:15] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004036 10.0.0.19 - - [2026-06-22 04:19:15] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003458 10.0.0.19 - - [2026-06-22 04:19:15] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006670 10.0.0.19 - - [2026-06-22 04:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.19 - - [2026-06-22 04:19:15] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004205 10.0.0.19 - - [2026-06-22 04:19:15] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003356 10.0.0.19 - - [2026-06-22 04:19:15] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005911 10.0.0.19 - - [2026-06-22 04:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.19 - - [2026-06-22 04:19:15] "GET /routing-instance/139b626a-9c1b-4407-9d05-cd1906298b3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.004883 10.0.0.19 - - [2026-06-22 04:19:15] "GET /route-target/75a717a1-e0e7-4a0b-a708-d23e9d186f8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004855 10.0.0.19 - - [2026-06-22 04:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.19 - - [2026-06-22 04:19:15] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004039 10.0.0.19 - - [2026-06-22 04:19:15] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003417 10.0.0.19 - - [2026-06-22 04:19:15] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006342 10.0.0.19 - - [2026-06-22 04:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.19 - - [2026-06-22 04:19:15] "GET /routing-instance/139b626a-9c1b-4407-9d05-cd1906298b3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.004286 10.0.0.19 - - [2026-06-22 04:19:15] "GET /route-target/75a717a1-e0e7-4a0b-a708-d23e9d186f8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004231 10.0.0.19 - - [2026-06-22 04:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.19 - - [2026-06-22 04:19:16] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004097 10.0.0.19 - - [2026-06-22 04:19:16] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003195 10.0.0.19 - - [2026-06-22 04:19:16] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005432 10.0.0.19 - - [2026-06-22 04:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.19 - - [2026-06-22 04:19:16] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004457 10.0.0.19 - - [2026-06-22 04:19:16] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003831 10.0.0.19 - - [2026-06-22 04:19:16] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006346 10.0.0.241 - - [2026-06-22 04:19:17] "GET /obj-perms HTTP/1.1" 200 4493 0.042401 10.0.0.241 - - [2026-06-22 04:19:22] "GET /obj-perms HTTP/1.1" 200 4481 0.003808 10.0.0.19 - - [2026-06-22 04:19:22] "GET /obj-perms HTTP/1.1" 200 4481 0.003963 10.0.0.129 - - [2026-06-22 04:19:22] "GET /obj-perms HTTP/1.1" 200 4481 0.004066 10.0.0.19 - - [2026-06-22 04:19:22] "GET /obj-perms HTTP/1.1" 200 4481 0.003465 10.0.0.241 - - [2026-06-22 04:19:22] "GET /obj-perms HTTP/1.1" 200 4481 0.003812 10.0.0.19 - - [2026-06-22 04:19:23] "POST /neutron/network HTTP/1.1" 200 818 0.007231 10.0.0.19 - - [2026-06-22 04:19:23] "POST /neutron/port HTTP/1.1" 200 117 0.001086 10.0.0.19 - - [2026-06-22 04:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.19 - - [2026-06-22 04:19:42] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004090 10.0.0.19 - - [2026-06-22 04:19:42] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002816 10.0.0.19 - - [2026-06-22 04:19:42] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006645 10.0.0.19 - - [2026-06-22 04:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.19 - - [2026-06-22 04:19:44] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003932 10.0.0.19 - - [2026-06-22 04:19:44] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003632 10.0.0.19 - - [2026-06-22 04:19:44] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005445 10.0.0.19 - - [2026-06-22 04:19:58] "GET /virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0 HTTP/1.1" 200 1301 0.004428 10.0.0.19 - - [2026-06-22 04:19:58] "GET /virtual-machine-interface/ba70b466-5e57-490d-841f-e8554bcad88a HTTP/1.1" 200 2956 0.006407 10.0.0.19 - - [2026-06-22 04:19:58] "GET /instance-ip/00e33736-2c93-4c9b-a83c-c29c02b01bba HTTP/1.1" 200 1621 0.005816 10.0.0.19 - - [2026-06-22 04:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004521 10.0.0.19 - - [2026-06-22 04:19:58] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004370 10.0.0.19 - - [2026-06-22 04:19:58] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003284 10.0.0.19 - - [2026-06-22 04:19:58] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005527 10.0.0.19 - - [2026-06-22 04:20:02] "GET /virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0 HTTP/1.1" 200 1301 0.004497 10.0.0.19 - - [2026-06-22 04:20:04] "POST /neutron/port HTTP/1.1" 200 1116 0.016523 10.0.0.19 - - [2026-06-22 04:20:04] "GET /virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0 HTTP/1.1" 200 1301 0.004077 10.0.0.19 - - [2026-06-22 04:20:06] "GET /virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0 HTTP/1.1" 404 171 0.004708 10.0.0.19 - - [2026-06-22 04:20:06] "GET /virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0 HTTP/1.1" 404 171 0.003832 10.0.0.19 - - [2026-06-22 04:20:06] "GET /virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0 HTTP/1.1" 404 171 0.003858 10.0.0.19 - - [2026-06-22 04:20:07] "GET /virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0 HTTP/1.1" 404 171 0.003482 10.0.0.19 - - [2026-06-22 04:20:08] "GET /virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0 HTTP/1.1" 404 171 0.003735 10.0.0.19 - - [2026-06-22 04:20:09] "POST /neutron/port HTTP/1.1" 200 117 0.007429 10.0.0.19 - - [2026-06-22 04:20:09] "GET /virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0 HTTP/1.1" 404 171 0.003213 10.0.0.19 - - [2026-06-22 04:20:10] "GET /virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0 HTTP/1.1" 404 171 0.003092 10.0.0.19 - - [2026-06-22 04:20:11] "GET /virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0 HTTP/1.1" 404 171 0.003781 10.0.0.19 - - [2026-06-22 04:20:12] "GET /virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0 HTTP/1.1" 404 171 0.003704 10.0.0.19 - - [2026-06-22 04:20:12] "GET /virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0 HTTP/1.1" 404 171 0.003073 10.0.0.19 - - [2026-06-22 04:20:13] "GET /virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0 HTTP/1.1" 404 171 0.003179 10.0.0.19 - - [2026-06-22 04:20:14] "GET /virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0 HTTP/1.1" 404 171 0.003263 10.0.0.19 - - [2026-06-22 04:20:15] "GET /virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0 HTTP/1.1" 404 171 0.003062 10.0.0.19 - - [2026-06-22 04:20:16] "GET /virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0 HTTP/1.1" 404 171 0.003397 10.0.0.19 - - [2026-06-22 04:20:17] "GET /virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0 HTTP/1.1" 404 171 0.003368 10.0.0.19 - - [2026-06-22 04:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.19 - - [2026-06-22 04:20:17] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004521 10.0.0.19 - - [2026-06-22 04:20:17] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003648 10.0.0.19 - - [2026-06-22 04:20:17] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.007006 10.0.0.19 - - [2026-06-22 04:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.19 - - [2026-06-22 04:20:17] "GET /routing-instance/139b626a-9c1b-4407-9d05-cd1906298b3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.005361 10.0.0.19 - - [2026-06-22 04:20:17] "GET /route-target/75a717a1-e0e7-4a0b-a708-d23e9d186f8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004082 10.0.0.19 - - [2026-06-22 04:20:17] "GET /virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0 HTTP/1.1" 404 171 0.003220 10.0.0.129 - - [2026-06-22 04:20:18] "GET /obj-perms HTTP/1.1" 200 4493 0.037595 10.0.0.19 - - [2026-06-22 04:20:18] "GET /virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0 HTTP/1.1" 404 171 0.002841 10.0.0.19 - - [2026-06-22 04:20:19] "GET /virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0 HTTP/1.1" 404 171 0.003502 10.0.0.19 - - [2026-06-22 04:20:20] "GET /virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0 HTTP/1.1" 404 171 0.003986 10.0.0.19 - - [2026-06-22 04:20:21] "GET /virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0 HTTP/1.1" 404 171 0.002776 10.0.0.19 - - [2026-06-22 04:20:22] "GET /virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0 HTTP/1.1" 404 171 0.003443 10.0.0.19 - - [2026-06-22 04:20:22] "GET /virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0 HTTP/1.1" 404 171 0.003553 10.0.0.19 - - [2026-06-22 04:20:23] "POST /neutron/port HTTP/1.1" 200 1126 0.017612 10.0.0.19 - - [2026-06-22 04:20:23] "GET /virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0 HTTP/1.1" 404 171 0.003454 10.0.0.19 - - [2026-06-22 04:20:24] "GET /virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0 HTTP/1.1" 404 171 0.003089 10.0.0.19 - - [2026-06-22 04:20:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004000 10.0.0.19 - - [2026-06-22 04:20:25] "POST /neutron/network HTTP/1.1" 200 808 0.008795 10.0.0.19 - - [2026-06-22 04:20:25] "GET /virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0 HTTP/1.1" 404 171 0.002844 10.0.0.19 - - [2026-06-22 04:20:26] "GET /virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0 HTTP/1.1" 404 171 0.003440 10.0.0.19 - - [2026-06-22 04:20:27] "GET /virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0 HTTP/1.1" 404 171 0.003126 10.0.0.19 - - [2026-06-22 04:20:27] "GET /obj-perms HTTP/1.1" 200 4481 0.003703 10.0.0.19 - - [2026-06-22 04:20:28] "GET /virtual-machine/6311b3ea-0822-4a78-9b87-6e57ff9ae247 HTTP/1.1" 200 1301 0.005469 10.0.0.19 - - [2026-06-22 04:20:30] "GET /virtual-machine/6311b3ea-0822-4a78-9b87-6e57ff9ae247 HTTP/1.1" 200 1301 0.004311 10.0.0.19 - - [2026-06-22 04:20:30] "POST /neutron/port HTTP/1.1" 200 151 0.172566 10.0.0.19 - - [2026-06-22 04:20:32] "GET /virtual-machine/6311b3ea-0822-4a78-9b87-6e57ff9ae247 HTTP/1.1" 404 171 0.003271 10.0.0.19 - - [2026-06-22 04:20:32] "GET /virtual-machine/6311b3ea-0822-4a78-9b87-6e57ff9ae247 HTTP/1.1" 404 171 0.003943 10.0.0.19 - - [2026-06-22 04:20:32] "GET /virtual-machine/6311b3ea-0822-4a78-9b87-6e57ff9ae247 HTTP/1.1" 404 171 0.004422 10.0.0.19 - - [2026-06-22 04:20:32] "GET /virtual-machine/6311b3ea-0822-4a78-9b87-6e57ff9ae247 HTTP/1.1" 404 171 0.004150 10.0.0.19 - - [2026-06-22 04:20:33] "GET /virtual-machine/6311b3ea-0822-4a78-9b87-6e57ff9ae247 HTTP/1.1" 404 171 0.003307 10.0.0.19 - - [2026-06-22 04:20:34] "GET /virtual-machine/6311b3ea-0822-4a78-9b87-6e57ff9ae247 HTTP/1.1" 404 171 0.003742 10.0.0.19 - - [2026-06-22 04:20:35] "GET /virtual-machine/6311b3ea-0822-4a78-9b87-6e57ff9ae247 HTTP/1.1" 404 171 0.003075 10.0.0.19 - - [2026-06-22 04:20:36] "GET /virtual-machine/6311b3ea-0822-4a78-9b87-6e57ff9ae247 HTTP/1.1" 404 171 0.003605 10.0.0.19 - - [2026-06-22 04:20:37] "GET /virtual-machine/6311b3ea-0822-4a78-9b87-6e57ff9ae247 HTTP/1.1" 404 171 0.003375 10.0.0.19 - - [2026-06-22 04:20:37] "GET /virtual-machine/6311b3ea-0822-4a78-9b87-6e57ff9ae247 HTTP/1.1" 404 171 0.003279 10.0.0.19 - - [2026-06-22 04:20:38] "GET /virtual-machine/6311b3ea-0822-4a78-9b87-6e57ff9ae247 HTTP/1.1" 404 171 0.003426 10.0.0.19 - - [2026-06-22 04:20:39] "GET /virtual-machine/6311b3ea-0822-4a78-9b87-6e57ff9ae247 HTTP/1.1" 404 171 0.003155 10.0.0.19 - - [2026-06-22 04:20:40] "GET /virtual-machine/6311b3ea-0822-4a78-9b87-6e57ff9ae247 HTTP/1.1" 404 171 0.003263 10.0.0.19 - - [2026-06-22 04:20:41] "GET /virtual-machine/6311b3ea-0822-4a78-9b87-6e57ff9ae247 HTTP/1.1" 404 171 0.003061 10.0.0.19 - - [2026-06-22 04:20:42] "GET /virtual-machine/6311b3ea-0822-4a78-9b87-6e57ff9ae247 HTTP/1.1" 404 171 0.003689 10.0.0.19 - - [2026-06-22 04:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004900 10.0.0.19 - - [2026-06-22 04:20:42] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004143 10.0.0.19 - - [2026-06-22 04:20:42] "GET /virtual-networks?parent_id=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003473 10.0.0.19 - - [2026-06-22 04:20:42] "GET /virtual-network/a2cfa3e8-0365-4403-8c5f-9df03b58cb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005888 10.0.0.19 - - [2026-06-22 04:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.19 - - [2026-06-22 04:20:42] "GET /routing-instance/139b626a-9c1b-4407-9d05-cd1906298b3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.004687 10.0.0.19 - - [2026-06-22 04:20:42] "GET /route-target/75a717a1-e0e7-4a0b-a708-d23e9d186f8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004255 10.0.0.19 - - [2026-06-22 04:20:42] "GET /obj-perms HTTP/1.1" 200 4481 0.003715 10.0.0.19 - - [2026-06-22 04:20:42] "GET /obj-perms HTTP/1.1" 200 4481 0.005287 10.0.0.129 - - [2026-06-22 04:20:42] "GET /obj-perms HTTP/1.1" 200 4481 0.003553 10.0.0.241 - - [2026-06-22 04:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.19 - - [2026-06-22 04:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005635 10.0.0.19 - - [2026-06-22 04:20:43] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004449 10.0.0.19 - - [2026-06-22 04:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.19 - - [2026-06-22 04:20:43] "PUT /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153 HTTP/1.1" 200 277 0.012968 10.0.0.241 - - [2026-06-22 04:20:45] "GET /projects?obj_uuids=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.025553 10.0.0.19 - - [2026-06-22 04:20:45] "GET /project/c56763b3-b82c-422f-a068-3cc4cc817105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.068060 10.0.0.241 - - [2026-06-22 04:20:45] "GET /projects?obj_uuids=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001316 10.0.0.19 - - [2026-06-22 04:20:45] "GET /project/c56763b3-b82c-422f-a068-3cc4cc817105?fields=virtual_networks HTTP/1.1" 200 1049 0.043856 10.0.0.241 - - [2026-06-22 04:20:45] "GET /projects?obj_uuids=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001161 10.0.0.19 - - [2026-06-22 04:20:45] "GET /project/c56763b3-b82c-422f-a068-3cc4cc817105?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.049368 10.0.0.241 - - [2026-06-22 04:20:45] "GET /projects?obj_uuids=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001435 10.0.0.19 - - [2026-06-22 04:20:45] "GET /project/c56763b3-b82c-422f-a068-3cc4cc817105?fields=security_groups HTTP/1.1" 200 1283 0.043437 10.0.0.19 - - [2026-06-22 04:20:46] "POST /fqname-to-id HTTP/1.1" 404 194 0.030977 10.0.0.241 - - [2026-06-22 04:20:46] "GET /projects?obj_uuids=8d1e151f-50da-4a12-82c7-2a220c25b4df&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002818 10.0.0.241 - - [2026-06-22 04:20:46] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.005075 10.0.0.241 - - [2026-06-22 04:20:46] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.014029 10.0.0.241 - - [2026-06-22 04:20:47] "POST /id-to-fqname HTTP/1.1" 200 196 0.011791 10.0.0.241 - - [2026-06-22 04:20:47] "POST /fqname-to-id HTTP/1.1" 404 205 0.004793 10.0.0.241 - - [2026-06-22 04:20:47] "POST /security-groups HTTP/1.1" 200 597 0.074528 10.0.0.241 - - [2026-06-22 04:20:47] "POST /projects HTTP/1.1" 200 597 0.305956 10.0.0.241 - - [2026-06-22 04:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.378237 10.0.0.241 - - [2026-06-22 04:20:47] "POST /access-control-lists HTTP/1.1" 200 604 0.045655 10.0.0.19 - - [2026-06-22 04:20:47] "GET /project/8d1e151f-50da-4a12-82c7-2a220c25b4df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.522706 10.0.0.19 - - [2026-06-22 04:20:48] "GET / HTTP/1.1" 200 36215 0.001326 10.0.0.241 - - [2026-06-22 04:20:51] "GET /projects?obj_uuids=8d1e151f-50da-4a12-82c7-2a220c25b4df&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000952 10.0.0.19 - - [2026-06-22 04:20:51] "GET /project/8d1e151f-50da-4a12-82c7-2a220c25b4df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.052453 10.0.0.241 - - [2026-06-22 04:20:51] "GET /projects?obj_uuids=8d1e151f-50da-4a12-82c7-2a220c25b4df&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001388 10.0.0.19 - - [2026-06-22 04:20:51] "GET /project/8d1e151f-50da-4a12-82c7-2a220c25b4df?fields=virtual_networks HTTP/1.1" 200 1046 0.049905 10.0.0.241 - - [2026-06-22 04:20:51] "GET /projects?obj_uuids=8d1e151f-50da-4a12-82c7-2a220c25b4df&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001230 10.0.0.19 - - [2026-06-22 04:20:51] "GET /project/8d1e151f-50da-4a12-82c7-2a220c25b4df?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.058843 10.0.0.241 - - [2026-06-22 04:20:51] "GET /projects?obj_uuids=8d1e151f-50da-4a12-82c7-2a220c25b4df&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001095 10.0.0.19 - - [2026-06-22 04:20:51] "GET /project/8d1e151f-50da-4a12-82c7-2a220c25b4df?fields=security_groups HTTP/1.1" 200 1279 0.064511 10.0.0.19 - - [2026-06-22 04:20:52] "POST /fqname-to-id HTTP/1.1" 404 188 0.024915 10.0.0.241 - - [2026-06-22 04:20:52] "GET /projects?obj_uuids=0e887deb-a25a-415c-824e-db1efb161c0d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002877 10.0.0.241 - - [2026-06-22 04:20:52] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001006 10.0.0.241 - - [2026-06-22 04:20:52] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007104 10.0.0.241 - - [2026-06-22 04:20:52] "POST /id-to-fqname HTTP/1.1" 200 190 0.002587 10.0.0.241 - - [2026-06-22 04:20:52] "POST /fqname-to-id HTTP/1.1" 404 199 0.014989 10.0.0.241 - - [2026-06-22 04:20:53] "POST /security-groups HTTP/1.1" 200 591 0.086750 10.0.0.241 - - [2026-06-22 04:20:53] "POST /fqname-to-id HTTP/1.1" 404 234 0.004143 10.0.0.241 - - [2026-06-22 04:20:53] "POST /projects HTTP/1.1" 200 585 0.325257 10.0.0.241 - - [2026-06-22 04:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.395263 10.0.0.241 - - [2026-06-22 04:20:53] "POST /access-control-lists HTTP/1.1" 200 596 0.039580 10.0.0.19 - - [2026-06-22 04:20:53] "GET /project/0e887deb-a25a-415c-824e-db1efb161c0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.535813 10.0.0.19 - - [2026-06-22 04:20:54] "GET / HTTP/1.1" 200 36215 0.001346 10.0.0.241 - - [2026-06-22 04:20:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000476 10.0.0.241 - - [2026-06-22 04:20:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.241 - - [2026-06-22 04:20:57] "GET /projects?obj_uuids=0e887deb-a25a-415c-824e-db1efb161c0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001353 10.0.0.19 - - [2026-06-22 04:20:57] "GET /project/0e887deb-a25a-415c-824e-db1efb161c0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.041260 10.0.0.241 - - [2026-06-22 04:20:57] "GET /projects?obj_uuids=0e887deb-a25a-415c-824e-db1efb161c0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002663 10.0.0.19 - - [2026-06-22 04:20:57] "GET /project/0e887deb-a25a-415c-824e-db1efb161c0d?fields=virtual_networks HTTP/1.1" 200 1033 0.051039 10.0.0.241 - - [2026-06-22 04:20:57] "GET /projects?obj_uuids=0e887deb-a25a-415c-824e-db1efb161c0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000926 10.0.0.19 - - [2026-06-22 04:20:57] "GET /project/0e887deb-a25a-415c-824e-db1efb161c0d?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.042144 10.0.0.241 - - [2026-06-22 04:20:57] "GET /projects?obj_uuids=0e887deb-a25a-415c-824e-db1efb161c0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000982 10.0.0.19 - - [2026-06-22 04:20:57] "GET /project/0e887deb-a25a-415c-824e-db1efb161c0d?fields=security_groups HTTP/1.1" 200 1260 0.041043 10.0.0.129 - - [2026-06-22 04:20:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000523 10.0.0.129 - - [2026-06-22 04:20:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.241 - - [2026-06-22 04:20:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000653 10.0.0.241 - - [2026-06-22 04:20:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.19 - - [2026-06-22 04:20:58] "POST /fqname-to-id HTTP/1.1" 404 196 0.032943 10.0.0.241 - - [2026-06-22 04:20:58] "GET /projects?obj_uuids=7763314f-8d7d-4e7b-9bae-95c7682d28bf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003270 10.0.0.241 - - [2026-06-22 04:20:58] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001001 10.0.0.241 - - [2026-06-22 04:20:58] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007660 10.0.0.19 - - [2026-06-22 04:20:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000660 10.0.0.19 - - [2026-06-22 04:20:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.241 - - [2026-06-22 04:20:58] "POST /id-to-fqname HTTP/1.1" 200 198 0.003079 10.0.0.241 - - [2026-06-22 04:20:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.007255 10.0.0.129 - - [2026-06-22 04:20:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000459 10.0.0.129 - - [2026-06-22 04:20:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.241 - - [2026-06-22 04:20:58] "POST /security-groups HTTP/1.1" 200 599 0.077111 10.0.0.241 - - [2026-06-22 04:20:59] "POST /projects HTTP/1.1" 200 601 0.310231 10.0.0.241 - - [2026-06-22 04:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.380501 10.0.0.241 - - [2026-06-22 04:20:59] "POST /fqname-to-id HTTP/1.1" 404 241 0.008544 10.0.0.19 - - [2026-06-22 04:20:59] "GET /project/7763314f-8d7d-4e7b-9bae-95c7682d28bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.523705 10.0.0.19 - - [2026-06-22 04:20:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000509 10.0.0.19 - - [2026-06-22 04:20:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.19 - - [2026-06-22 04:21:00] "GET / HTTP/1.1" 200 36215 0.002102 10.0.0.19 - - [2026-06-22 04:21:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000516 10.0.0.19 - - [2026-06-22 04:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.062563 10.0.0.241 - - [2026-06-22 04:21:01] "GET /projects?obj_uuids=7763314f-8d7d-4e7b-9bae-95c7682d28bf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001732 10.0.0.19 - - [2026-06-22 04:21:01] "GET /project/7763314f-8d7d-4e7b-9bae-95c7682d28bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.048837 10.0.0.19 - - [2026-06-22 04:21:01] "POST /neutron/network HTTP/1.1" 200 117 0.048840 10.0.0.241 - - [2026-06-22 04:21:01] "POST /ref-update HTTP/1.1" 200 156 0.027433 10.0.0.241 - - [2026-06-22 04:21:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.037049 10.0.0.241 - - [2026-06-22 04:21:02] "POST /useragent-kv HTTP/1.1" 200 115 0.007967 10.0.0.19 - - [2026-06-22 04:21:02] "POST /neutron/subnet HTTP/1.1" 200 725 0.203482 10.0.0.19 - - [2026-06-22 04:21:02] "POST /id-to-fqname HTTP/1.1" 200 222 0.001415 10.0.0.19 - - [2026-06-22 04:21:02] "GET /virtual-network/885a1861-cfa4-4521-8795-5764968c6bdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.006204 10.0.0.19 - - [2026-06-22 04:21:02] "GET /virtual-network/885a1861-cfa4-4521-8795-5764968c6bdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.006528 10.0.0.19 - - [2026-06-22 04:21:02] "POST /neutron/network HTTP/1.1" 200 975 0.009940 10.0.0.19 - - [2026-06-22 04:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004441 10.0.0.241 - - [2026-06-22 04:21:02] "GET /projects?obj_uuids=7763314f-8d7d-4e7b-9bae-95c7682d28bf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001067 10.0.0.19 - - [2026-06-22 04:21:02] "GET /project/7763314f-8d7d-4e7b-9bae-95c7682d28bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.041872 10.0.0.19 - - [2026-06-22 04:21:02] "POST /neutron/network HTTP/1.1" 200 117 0.018496 10.0.0.241 - - [2026-06-22 04:21:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.005782 10.0.0.241 - - [2026-06-22 04:21:02] "POST /useragent-kv HTTP/1.1" 200 115 0.014287 10.0.0.19 - - [2026-06-22 04:21:03] "POST /neutron/subnet HTTP/1.1" 200 725 0.218977 10.0.0.19 - - [2026-06-22 04:21:03] "POST /id-to-fqname HTTP/1.1" 200 222 0.001620 10.0.0.19 - - [2026-06-22 04:21:03] "GET /virtual-network/6a53421b-75b2-4a6e-9999-cdb5c541a6ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005283 10.0.0.19 - - [2026-06-22 04:21:03] "GET /virtual-network/6a53421b-75b2-4a6e-9999-cdb5c541a6ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.009001 10.0.0.19 - - [2026-06-22 04:21:03] "POST /neutron/network HTTP/1.1" 200 975 0.012582 10.0.0.19 - - [2026-06-22 04:21:03] "POST /id-to-fqname HTTP/1.1" 200 222 0.001503 10.0.0.19 - - [2026-06-22 04:21:03] "POST /neutron/network HTTP/1.1" 200 985 0.008765 10.0.0.241 - - [2026-06-22 04:21:04] "GET /projects?obj_uuids=7763314f-8d7d-4e7b-9bae-95c7682d28bf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001261 10.0.0.19 - - [2026-06-22 04:21:04] "GET /project/7763314f-8d7d-4e7b-9bae-95c7682d28bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.065246 10.0.0.19 - - [2026-06-22 04:21:04] "POST /neutron/port HTTP/1.1" 200 117 0.006950 10.0.0.19 - - [2026-06-22 04:21:04] "POST /id-to-fqname HTTP/1.1" 200 222 0.001379 10.0.0.241 - - [2026-06-22 04:21:05] "GET /projects?obj_uuids=7763314f-8d7d-4e7b-9bae-95c7682d28bf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001111 10.0.0.19 - - [2026-06-22 04:21:05] "GET /project/7763314f-8d7d-4e7b-9bae-95c7682d28bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.064245 10.0.0.19 - - [2026-06-22 04:21:05] "POST /neutron/network HTTP/1.1" 200 975 0.028199 10.0.0.19 - - [2026-06-22 04:21:05] "POST /neutron/port HTTP/1.1" 200 117 0.008304 10.0.0.19 - - [2026-06-22 04:21:08] "POST /neutron/port HTTP/1.1" 200 1153 0.027702 10.0.0.19 - - [2026-06-22 04:21:09] "POST /neutron/network HTTP/1.1" 200 985 0.007447 10.0.0.19 - - [2026-06-22 04:21:10] "POST /neutron/port HTTP/1.1" 200 1153 0.022163 10.0.0.19 - - [2026-06-22 04:21:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003466 10.0.0.19 - - [2026-06-22 04:21:10] "POST /neutron/port HTTP/1.1" 200 117 0.001249 10.0.0.19 - - [2026-06-22 04:21:10] "POST /neutron/port HTTP/1.1" 200 1217 0.021553 10.0.0.19 - - [2026-06-22 04:21:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005065 10.0.0.19 - - [2026-06-22 04:21:11] "POST /neutron/port HTTP/1.1" 200 117 0.001111 10.0.0.19 - - [2026-06-22 04:21:15] "POST /neutron/port HTTP/1.1" 200 1217 0.021120 10.0.0.19 - - [2026-06-22 04:21:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008035 10.0.0.19 - - [2026-06-22 04:21:15] "GET /virtual-machine/b16cb6f9-df19-4198-95da-3cf6e93be548 HTTP/1.1" 401 292 0.000528 10.0.0.19 - - [2026-06-22 04:21:16] "GET /virtual-machine/b16cb6f9-df19-4198-95da-3cf6e93be548 HTTP/1.1" 200 1303 0.024385 10.0.0.19 - - [2026-06-22 04:21:16] "GET /virtual-machine-interface/d57b522c-d8ab-4577-bb2d-df59079e5ef5 HTTP/1.1" 200 3166 0.005765 10.0.0.19 - - [2026-06-22 04:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.19 - - [2026-06-22 04:21:16] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004959 10.0.0.19 - - [2026-06-22 04:21:16] "GET /virtual-networks?parent_id=7763314f-8d7d-4e7b-9bae-95c7682d28bf&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003727 10.0.0.19 - - [2026-06-22 04:21:16] "GET /virtual-network/885a1861-cfa4-4521-8795-5764968c6bdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.006059 10.0.0.241 - - [2026-06-22 04:21:19] "GET /obj-perms HTTP/1.1" 200 4493 0.066512 10.0.0.19 - - [2026-06-22 04:21:19] "POST /neutron/port HTTP/1.1" 200 1217 0.043068 10.0.0.19 - - [2026-06-22 04:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004646 10.0.0.19 - - [2026-06-22 04:21:19] "GET /virtual-network/885a1861-cfa4-4521-8795-5764968c6bdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.006238 10.0.0.19 - - [2026-06-22 04:21:20] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007799 10.0.0.19 - - [2026-06-22 04:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.19 - - [2026-06-22 04:21:21] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003641 10.0.0.19 - - [2026-06-22 04:21:21] "GET /virtual-networks?parent_id=7763314f-8d7d-4e7b-9bae-95c7682d28bf&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003405 10.0.0.19 - - [2026-06-22 04:21:21] "GET /virtual-network/885a1861-cfa4-4521-8795-5764968c6bdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.005413 10.0.0.241 - - [2026-06-22 04:21:22] "DELETE /project/8d1e151f50da4a1282c72a220c25b4df HTTP/1.1" 404 173 0.056265 10.0.0.241 - - [2026-06-22 04:21:22] "DELETE /project/0e887deba25a415c824edb1efb161c0d HTTP/1.1" 404 173 0.056963 10.0.0.241 - - [2026-06-22 04:21:22] "GET /projects?obj_uuids=0e887deb-a25a-415c-824e-db1efb161c0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001259 10.0.0.241 - - [2026-06-22 04:21:22] "GET /projects?obj_uuids=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001270 10.0.0.241 - - [2026-06-22 04:21:22] "GET /projects?obj_uuids=8d1e151f-50da-4a12-82c7-2a220c25b4df&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000850 10.0.0.241 - - [2026-06-22 04:21:22] "DELETE /project/7763314f8d7d4e7b9bae95c7682d28bf HTTP/1.1" 404 173 0.142874 10.0.0.241 - - [2026-06-22 04:21:22] "GET /project/0e887deb-a25a-415c-824e-db1efb161c0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.098534 10.0.0.241 - - [2026-06-22 04:21:22] "GET /projects?obj_uuids=0e887deb-a25a-415c-824e-db1efb161c0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001254 10.0.0.241 - - [2026-06-22 04:21:22] "GET /project/c56763b3-b82c-422f-a068-3cc4cc817105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1497 0.106420 10.0.0.241 - - [2026-06-22 04:21:22] "DELETE /access-control-list/5cbeafab-3729-4561-89c3-90a5ab552954 HTTP/1.1" 200 115 0.092650 10.0.0.241 - - [2026-06-22 04:21:22] "GET /projects?obj_uuids=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001402 10.0.0.241 - - [2026-06-22 04:21:22] "GET /project/8d1e151f-50da-4a12-82c7-2a220c25b4df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.159241 10.0.0.241 - - [2026-06-22 04:21:22] "GET /project/0e887deb-a25a-415c-824e-db1efb161c0d?fields=security_groups HTTP/1.1" 200 1362 0.108599 10.0.0.241 - - [2026-06-22 04:21:22] "GET /projects?obj_uuids=8d1e151f-50da-4a12-82c7-2a220c25b4df&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004910 10.0.0.241 - - [2026-06-22 04:21:22] "GET /project/c56763b3-b82c-422f-a068-3cc4cc817105?fields=security_groups HTTP/1.1" 200 1117 0.116468 10.0.0.241 - - [2026-06-22 04:21:22] "GET /projects?obj_uuids=c56763b3-b82c-422f-a068-3cc4cc817105&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002083 10.0.0.241 - - [2026-06-22 04:21:22] "GET /project/8d1e151f-50da-4a12-82c7-2a220c25b4df?fields=security_groups HTTP/1.1" 200 1381 0.139027 10.0.0.241 - - [2026-06-22 04:21:22] "GET /project/c56763b3-b82c-422f-a068-3cc4cc817105?fields=application_policy_sets HTTP/1.1" 404 194 0.056914 10.0.0.241 - - [2026-06-22 04:21:22] "DELETE /security-group/1b550465-873a-4ec3-a39b-786eaf29e1ed HTTP/1.1" 200 115 0.160760 10.0.0.241 - - [2026-06-22 04:21:22] "GET /projects?obj_uuids=0e887deb-a25a-415c-824e-db1efb161c0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000874 10.0.0.241 - - [2026-06-22 04:21:22] "DELETE /project/c56763b3-b82c-422f-a068-3cc4cc817105 HTTP/1.1" 404 171 0.539353 10.0.0.241 - - [2026-06-22 04:21:23] "GET /project/0e887deb-a25a-415c-824e-db1efb161c0d?fields=application_policy_sets HTTP/1.1" 200 1401 0.056441 10.0.0.241 - - [2026-06-22 04:21:23] "DELETE /security-group/105a5588-6285-459f-9189-a73412d4380b HTTP/1.1" 200 115 0.094163 10.0.0.241 - - [2026-06-22 04:21:23] "GET /projects?obj_uuids=8d1e151f-50da-4a12-82c7-2a220c25b4df&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001070 10.0.0.241 - - [2026-06-22 04:21:23] "DELETE /access-control-list/fd06582b-3548-4230-b14f-9f7c0c8e84c4 HTTP/1.1" 200 115 0.075151 10.0.0.241 - - [2026-06-22 04:21:23] "GET /project/8d1e151f-50da-4a12-82c7-2a220c25b4df?fields=application_policy_sets HTTP/1.1" 200 1420 0.078472 10.0.0.241 - - [2026-06-22 04:21:23] "DELETE /project/0e887deb-a25a-415c-824e-db1efb161c0d HTTP/1.1" 200 115 0.886385 10.0.0.241 - - [2026-06-22 04:21:23] "DELETE /project/8d1e151f-50da-4a12-82c7-2a220c25b4df HTTP/1.1" 200 115 0.977668 10.0.0.19 - - [2026-06-22 04:21:24] "POST /neutron/port HTTP/1.1" 200 1217 0.020055 10.0.0.19 - - [2026-06-22 04:21:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003868 10.0.0.19 - - [2026-06-22 04:21:26] "POST /neutron/port HTTP/1.1" 200 117 0.001083 10.0.0.19 - - [2026-06-22 04:21:27] "POST /neutron/port HTTP/1.1" 200 1217 0.019394 10.0.0.19 - - [2026-06-22 04:21:27] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007071 10.0.0.19 - - [2026-06-22 04:21:27] "GET /virtual-machine/96004ee8-bb27-4240-9a21-8de85a69b481 HTTP/1.1" 200 1303 0.006958 10.0.0.19 - - [2026-06-22 04:21:27] "GET /virtual-machine-interface/4cb2abf3-c1fd-4a86-9cba-cfd15834bd8e HTTP/1.1" 200 3165 0.005253 10.0.0.19 - - [2026-06-22 04:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.19 - - [2026-06-22 04:21:27] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004037 10.0.0.19 - - [2026-06-22 04:21:27] "GET /virtual-networks?parent_id=7763314f-8d7d-4e7b-9bae-95c7682d28bf&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003292 10.0.0.19 - - [2026-06-22 04:21:27] "GET /virtual-network/6a53421b-75b2-4a6e-9999-cdb5c541a6ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.007162 10.0.0.19 - - [2026-06-22 04:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.19 - - [2026-06-22 04:21:28] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003645 10.0.0.19 - - [2026-06-22 04:21:28] "GET /virtual-networks?parent_id=7763314f-8d7d-4e7b-9bae-95c7682d28bf&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003208 10.0.0.19 - - [2026-06-22 04:21:28] "GET /virtual-network/6a53421b-75b2-4a6e-9999-cdb5c541a6ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005945 10.0.0.19 - - [2026-06-22 04:21:28] "POST /fqname-to-id HTTP/1.1" 404 209 0.003403 10.0.0.19 - - [2026-06-22 04:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043 10.0.0.241 - - [2026-06-22 04:21:28] "GET /projects?obj_uuids=7763314f-8d7d-4e7b-9bae-95c7682d28bf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001353 10.0.0.19 - - [2026-06-22 04:21:28] "GET /project/7763314f-8d7d-4e7b-9bae-95c7682d28bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.038726 10.0.0.19 - - [2026-06-22 04:21:28] "POST /network-policys HTTP/1.1" 200 535 0.031457 10.0.0.19 - - [2026-06-22 04:21:28] "GET /network-policy/53e9b3f8-2869-4226-93de-f85366327134?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.007509 10.0.0.19 - - [2026-06-22 04:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.19 - - [2026-06-22 04:21:28] "GET /virtual-network/885a1861-cfa4-4521-8795-5764968c6bdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.006401 10.0.0.19 - - [2026-06-22 04:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004425 10.0.0.19 - - [2026-06-22 04:21:28] "GET /network-policy/53e9b3f8-2869-4226-93de-f85366327134?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004037 10.0.0.241 - - [2026-06-22 04:21:28] "POST /fqname-to-id HTTP/1.1" 404 230 0.004819 10.0.0.19 - - [2026-06-22 04:21:28] "POST /ref-update HTTP/1.1" 200 156 0.045462 10.0.0.19 - - [2026-06-22 04:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005026 10.0.0.19 - - [2026-06-22 04:21:29] "GET /network-policy/53e9b3f8-2869-4226-93de-f85366327134?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004236 10.0.0.19 - - [2026-06-22 04:21:29] "POST /neutron/network HTTP/1.1" 200 1061 0.010303 10.0.0.19 - - [2026-06-22 04:21:29] "GET /virtual-network/885a1861-cfa4-4521-8795-5764968c6bdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2869 0.006618 10.0.0.19 - - [2026-06-22 04:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.19 - - [2026-06-22 04:21:29] "GET /network-policy/53e9b3f8-2869-4226-93de-f85366327134?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004025 10.0.0.19 - - [2026-06-22 04:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004677 10.0.0.19 - - [2026-06-22 04:21:29] "GET /virtual-network/6a53421b-75b2-4a6e-9999-cdb5c541a6ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005874 10.0.0.19 - - [2026-06-22 04:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.19 - - [2026-06-22 04:21:29] "GET /network-policy/53e9b3f8-2869-4226-93de-f85366327134?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004998 10.0.0.19 - - [2026-06-22 04:21:29] "POST /ref-update HTTP/1.1" 200 156 0.061729 10.0.0.19 - - [2026-06-22 04:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.241 - - [2026-06-22 04:21:29] "POST /access-control-lists HTTP/1.1" 200 580 0.078943 10.0.0.19 - - [2026-06-22 04:21:29] "GET /network-policy/53e9b3f8-2869-4226-93de-f85366327134?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.007235 10.0.0.19 - - [2026-06-22 04:21:29] "GET /virtual-network/6a53421b-75b2-4a6e-9999-cdb5c541a6ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.008112 10.0.0.19 - - [2026-06-22 04:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.19 - - [2026-06-22 04:21:29] "GET /network-policy/53e9b3f8-2869-4226-93de-f85366327134?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.003888 10.0.0.19 - - [2026-06-22 04:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.241 - - [2026-06-22 04:21:29] "GET /projects?obj_uuids=7763314f-8d7d-4e7b-9bae-95c7682d28bf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001089 10.0.0.19 - - [2026-06-22 04:21:29] "GET /project/7763314f-8d7d-4e7b-9bae-95c7682d28bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.048243 10.0.0.241 - - [2026-06-22 04:21:29] "GET /projects?obj_uuids=7763314f-8d7d-4e7b-9bae-95c7682d28bf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000870 10.0.0.19 - - [2026-06-22 04:21:29] "POST /neutron/network HTTP/1.1" 200 585 0.168401 10.0.0.241 - - [2026-06-22 04:21:29] "POST /ref-update HTTP/1.1" 200 156 0.023925 10.0.0.19 - - [2026-06-22 04:21:30] "POST /id-to-fqname HTTP/1.1" 200 214 0.004267 10.0.0.19 - - [2026-06-22 04:21:30] "GET /virtual-network/7bff754b-cc6d-4725-b578-13dc51427b6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.007834 10.0.0.19 - - [2026-06-22 04:21:30] "POST /neutron/network HTTP/1.1" 200 799 0.018621 10.0.0.19 - - [2026-06-22 04:21:30] "GET /virtual-network/7bff754b-cc6d-4725-b578-13dc51427b6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.008573 10.0.0.19 - - [2026-06-22 04:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.241 - - [2026-06-22 04:21:30] "GET /projects?obj_uuids=7763314f-8d7d-4e7b-9bae-95c7682d28bf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001100 10.0.0.19 - - [2026-06-22 04:21:30] "GET /project/7763314f-8d7d-4e7b-9bae-95c7682d28bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.048458 10.0.0.19 - - [2026-06-22 04:21:30] "POST /neutron/network HTTP/1.1" 200 117 0.015347 10.0.0.19 - - [2026-06-22 04:21:30] "POST /neutron/network HTTP/1.1" 200 799 0.009192 10.0.0.19 - - [2026-06-22 04:21:30] "POST /id-to-fqname HTTP/1.1" 200 214 0.001155 10.0.0.19 - - [2026-06-22 04:21:30] "GET /virtual-network/d5315d6d-bd63-4059-b53e-56fde3288278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.007407 10.0.0.19 - - [2026-06-22 04:21:30] "GET /virtual-network/d5315d6d-bd63-4059-b53e-56fde3288278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.006706 10.0.0.19 - - [2026-06-22 04:21:30] "POST /neutron/subnet HTTP/1.1" 200 701 0.008852 10.0.0.19 - - [2026-06-22 04:21:30] "POST /fqname-to-id HTTP/1.1" 404 239 0.003566 10.0.0.19 - - [2026-06-22 04:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.241 - - [2026-06-22 04:21:30] "GET /projects?obj_uuids=7763314f-8d7d-4e7b-9bae-95c7682d28bf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003124 10.0.0.19 - - [2026-06-22 04:21:31] "GET /project/7763314f-8d7d-4e7b-9bae-95c7682d28bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.066215 10.0.0.19 - - [2026-06-22 04:21:31] "POST /network-policys HTTP/1.1" 200 589 0.033100 10.0.0.19 - - [2026-06-22 04:21:31] "GET /network-policy/c724b6c8-41de-45c2-8799-bf97cad2dc50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.006321 10.0.0.19 - - [2026-06-22 04:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.008774 10.0.0.19 - - [2026-06-22 04:21:31] "GET /virtual-network/7bff754b-cc6d-4725-b578-13dc51427b6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.007302 10.0.0.19 - - [2026-06-22 04:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.19 - - [2026-06-22 04:21:31] "GET /network-policy/c724b6c8-41de-45c2-8799-bf97cad2dc50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.005142 10.0.0.241 - - [2026-06-22 04:21:31] "POST /fqname-to-id HTTP/1.1" 404 210 0.009979 10.0.0.19 - - [2026-06-22 04:21:31] "POST /ref-update HTTP/1.1" 200 156 0.056859 10.0.0.19 - - [2026-06-22 04:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.19 - - [2026-06-22 04:21:31] "GET /network-policy/c724b6c8-41de-45c2-8799-bf97cad2dc50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.007256 10.0.0.19 - - [2026-06-22 04:21:31] "GET /virtual-network/7bff754b-cc6d-4725-b578-13dc51427b6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2337 0.006986 10.0.0.19 - - [2026-06-22 04:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.19 - - [2026-06-22 04:21:31] "GET /network-policy/c724b6c8-41de-45c2-8799-bf97cad2dc50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004073 10.0.0.19 - - [2026-06-22 04:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002692 10.0.0.19 - - [2026-06-22 04:21:31] "GET /virtual-network/d5315d6d-bd63-4059-b53e-56fde3288278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.005477 10.0.0.19 - - [2026-06-22 04:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.19 - - [2026-06-22 04:21:31] "GET /network-policy/c724b6c8-41de-45c2-8799-bf97cad2dc50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004233 10.0.0.19 - - [2026-06-22 04:21:31] "POST /ref-update HTTP/1.1" 200 156 0.055012 10.0.0.241 - - [2026-06-22 04:21:31] "POST /access-control-lists HTTP/1.1" 200 556 0.041299 10.0.0.19 - - [2026-06-22 04:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.19 - - [2026-06-22 04:21:31] "GET /network-policy/c724b6c8-41de-45c2-8799-bf97cad2dc50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004271 10.0.0.19 - - [2026-06-22 04:21:31] "GET /virtual-network/d5315d6d-bd63-4059-b53e-56fde3288278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2338 0.007779 10.0.0.19 - - [2026-06-22 04:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.19 - - [2026-06-22 04:21:31] "GET /network-policy/c724b6c8-41de-45c2-8799-bf97cad2dc50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004222 10.0.0.19 - - [2026-06-22 04:21:31] "POST /id-to-fqname HTTP/1.1" 200 214 0.001128 10.0.0.19 - - [2026-06-22 04:21:32] "POST /neutron/port HTTP/1.1" 200 2280 0.025840 10.0.0.241 - - [2026-06-22 04:21:32] "GET /projects?obj_uuids=7763314f-8d7d-4e7b-9bae-95c7682d28bf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000933 10.0.0.19 - - [2026-06-22 04:21:32] "GET /project/7763314f-8d7d-4e7b-9bae-95c7682d28bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.056951 10.0.0.19 - - [2026-06-22 04:21:32] "POST /neutron/network HTTP/1.1" 200 912 0.006869 10.0.0.19 - - [2026-06-22 04:21:33] "POST /neutron/port HTTP/1.1" 200 117 0.007187 10.0.0.19 - - [2026-06-22 04:21:33] "POST /id-to-fqname HTTP/1.1" 200 214 0.001222 10.0.0.19 - - [2026-06-22 04:21:33] "POST /neutron/network HTTP/1.1" 200 922 0.006250 10.0.0.241 - - [2026-06-22 04:21:34] "GET /projects?obj_uuids=7763314f-8d7d-4e7b-9bae-95c7682d28bf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000927 10.0.0.19 - - [2026-06-22 04:21:34] "GET /project/7763314f-8d7d-4e7b-9bae-95c7682d28bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.085228 10.0.0.19 - - [2026-06-22 04:21:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007821 10.0.0.19 - - [2026-06-22 04:21:34] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004071 10.0.0.19 - - [2026-06-22 04:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.19 - - [2026-06-22 04:21:34] "GET /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005768 10.0.0.19 - - [2026-06-22 04:21:35] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003824 10.0.0.19 - - [2026-06-22 04:21:35] "GET /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004063 10.0.0.19 - - [2026-06-22 04:21:35] "GET /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.003925 10.0.0.19 - - [2026-06-22 04:21:35] "PUT /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b HTTP/1.1" 200 255 0.025565 10.0.0.19 - - [2026-06-22 04:21:35] "PUT /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b HTTP/1.1" 200 255 0.035669 10.0.0.19 - - [2026-06-22 04:21:35] "GET /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.009691 10.0.0.19 - - [2026-06-22 04:21:35] "GET /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005646 10.0.0.19 - - [2026-06-22 04:21:36] "PUT /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799 HTTP/1.1" 200 255 0.040004 10.0.0.19 - - [2026-06-22 04:21:36] "PUT /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799 HTTP/1.1" 200 255 0.034037 10.0.0.19 - - [2026-06-22 04:21:36] "GET /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004850 10.0.0.19 - - [2026-06-22 04:21:36] "GET /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004473 10.0.0.19 - - [2026-06-22 04:21:36] "PUT /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e HTTP/1.1" 200 255 0.034863 10.0.0.19 - - [2026-06-22 04:21:36] "PUT /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e HTTP/1.1" 200 255 0.047403 10.0.0.19 - - [2026-06-22 04:21:36] "GET /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.008541 10.0.0.19 - - [2026-06-22 04:21:36] "GET /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004964 10.0.0.19 - - [2026-06-22 04:21:36] "PUT /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b HTTP/1.1" 200 255 0.022941 10.0.0.19 - - [2026-06-22 04:21:36] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.005184 10.0.0.19 - - [2026-06-22 04:21:36] "GET /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004936 10.0.0.19 - - [2026-06-22 04:21:36] "GET /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.003915 10.0.0.19 - - [2026-06-22 04:21:36] "PUT /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b HTTP/1.1" 200 255 0.025316 10.0.0.19 - - [2026-06-22 04:21:36] "PUT /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b HTTP/1.1" 200 255 0.034865 10.0.0.19 - - [2026-06-22 04:21:36] "GET /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006911 10.0.0.19 - - [2026-06-22 04:21:36] "GET /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004015 10.0.0.19 - - [2026-06-22 04:21:36] "PUT /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799 HTTP/1.1" 200 255 0.036504 10.0.0.19 - - [2026-06-22 04:21:36] "PUT /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799 HTTP/1.1" 200 255 0.052346 10.0.0.19 - - [2026-06-22 04:21:36] "GET /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.005536 10.0.0.19 - - [2026-06-22 04:21:36] "GET /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004972 10.0.0.19 - - [2026-06-22 04:21:36] "PUT /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e HTTP/1.1" 200 255 0.031107 10.0.0.19 - - [2026-06-22 04:21:36] "PUT /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e HTTP/1.1" 200 255 0.042245 10.0.0.19 - - [2026-06-22 04:21:37] "GET /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005267 10.0.0.19 - - [2026-06-22 04:21:37] "GET /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005970 10.0.0.19 - - [2026-06-22 04:21:37] "PUT /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799 HTTP/1.1" 200 255 0.036505 10.0.0.19 - - [2026-06-22 04:21:37] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004442 10.0.0.19 - - [2026-06-22 04:21:37] "GET /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005123 10.0.0.19 - - [2026-06-22 04:21:37] "GET /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004756 10.0.0.19 - - [2026-06-22 04:21:37] "PUT /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b HTTP/1.1" 200 255 0.028805 10.0.0.19 - - [2026-06-22 04:21:37] "PUT /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b HTTP/1.1" 200 255 0.039608 10.0.0.19 - - [2026-06-22 04:21:37] "GET /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004736 10.0.0.19 - - [2026-06-22 04:21:37] "GET /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004890 10.0.0.241 - - [2026-06-22 04:21:37] "GET /projects?obj_uuids=7763314f-8d7d-4e7b-9bae-95c7682d28bf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000967 10.0.0.19 - - [2026-06-22 04:21:37] "PUT /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799 HTTP/1.1" 200 255 0.038388 10.0.0.19 - - [2026-06-22 04:21:37] "PUT /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799 HTTP/1.1" 200 255 0.060279 10.0.0.19 - - [2026-06-22 04:21:37] "GET /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.005725 10.0.0.19 - - [2026-06-22 04:21:37] "GET /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.005929 10.0.0.19 - - [2026-06-22 04:21:37] "PUT /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e HTTP/1.1" 200 255 0.060989 10.0.0.19 - - [2026-06-22 04:21:37] "PUT /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e HTTP/1.1" 200 255 0.050694 10.0.0.19 - - [2026-06-22 04:21:37] "GET /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004613 10.0.0.19 - - [2026-06-22 04:21:37] "GET /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.011797 10.0.0.19 - - [2026-06-22 04:21:37] "POST /neutron/port HTTP/1.1" 200 1063 0.439589 10.0.0.19 - - [2026-06-22 04:21:37] "PUT /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e HTTP/1.1" 200 255 0.022335 10.0.0.19 - - [2026-06-22 04:21:37] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.005424 10.0.0.19 - - [2026-06-22 04:21:37] "GET /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005254 10.0.0.19 - - [2026-06-22 04:21:37] "GET /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005056 10.0.0.19 - - [2026-06-22 04:21:37] "PUT /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b HTTP/1.1" 200 255 0.033822 10.0.0.19 - - [2026-06-22 04:21:38] "PUT /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b HTTP/1.1" 200 255 0.036965 10.0.0.19 - - [2026-06-22 04:21:38] "GET /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.006343 10.0.0.19 - - [2026-06-22 04:21:38] "POST /neutron/port HTTP/1.1" 200 1117 0.138118 10.0.0.19 - - [2026-06-22 04:21:38] "GET /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.012669 10.0.0.19 - - [2026-06-22 04:21:38] "PUT /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799 HTTP/1.1" 200 255 0.067781 10.0.0.19 - - [2026-06-22 04:21:38] "PUT /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799 HTTP/1.1" 200 255 0.046359 10.0.0.19 - - [2026-06-22 04:21:38] "GET /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.008680 10.0.0.19 - - [2026-06-22 04:21:38] "GET /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.011523 10.0.0.19 - - [2026-06-22 04:21:38] "PUT /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e HTTP/1.1" 200 255 0.037519 10.0.0.19 - - [2026-06-22 04:21:38] "PUT /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e HTTP/1.1" 200 255 0.036858 10.0.0.19 - - [2026-06-22 04:21:38] "POST /neutron/port HTTP/1.1" 200 1063 0.026347 10.0.0.19 - - [2026-06-22 04:21:39] "POST /neutron/port HTTP/1.1" 200 1127 0.017966 10.0.0.19 - - [2026-06-22 04:21:39] "POST /neutron/port HTTP/1.1" 200 117 0.001057 10.0.0.19 - - [2026-06-22 04:21:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003866 10.0.0.19 - - [2026-06-22 04:21:40] "POST /neutron/network HTTP/1.1" 200 912 0.006710 10.0.0.19 - - [2026-06-22 04:21:48] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003460 10.0.0.19 - - [2026-06-22 04:21:48] "GET /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.004128 10.0.0.19 - - [2026-06-22 04:21:48] "GET /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.003700 10.0.0.19 - - [2026-06-22 04:21:48] "PUT /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b HTTP/1.1" 200 255 0.027258 10.0.0.19 - - [2026-06-22 04:21:48] "PUT /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b HTTP/1.1" 200 255 0.032083 10.0.0.19 - - [2026-06-22 04:21:48] "GET /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.005593 10.0.0.19 - - [2026-06-22 04:21:48] "GET /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.005465 10.0.0.19 - - [2026-06-22 04:21:48] "PUT /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799 HTTP/1.1" 200 255 0.040942 10.0.0.19 - - [2026-06-22 04:21:48] "PUT /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799 HTTP/1.1" 200 255 0.048494 10.0.0.19 - - [2026-06-22 04:21:48] "GET /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.007236 10.0.0.19 - - [2026-06-22 04:21:48] "GET /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.013557 10.0.0.19 - - [2026-06-22 04:21:48] "PUT /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e HTTP/1.1" 200 255 0.038547 10.0.0.19 - - [2026-06-22 04:21:49] "PUT /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e HTTP/1.1" 200 255 0.038886 10.0.0.19 - - [2026-06-22 04:21:49] "GET /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005525 10.0.0.19 - - [2026-06-22 04:21:49] "GET /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006343 10.0.0.19 - - [2026-06-22 04:21:49] "PUT /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b HTTP/1.1" 200 255 0.026580 10.0.0.19 - - [2026-06-22 04:21:49] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003773 10.0.0.19 - - [2026-06-22 04:21:49] "GET /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004885 10.0.0.19 - - [2026-06-22 04:21:49] "GET /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004116 10.0.0.19 - - [2026-06-22 04:21:49] "PUT /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b HTTP/1.1" 200 255 0.030273 10.0.0.19 - - [2026-06-22 04:21:49] "PUT /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b HTTP/1.1" 200 255 0.042773 10.0.0.19 - - [2026-06-22 04:21:49] "GET /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007715 10.0.0.19 - - [2026-06-22 04:21:49] "GET /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.009146 10.0.0.19 - - [2026-06-22 04:21:49] "PUT /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799 HTTP/1.1" 200 255 0.049931 10.0.0.19 - - [2026-06-22 04:21:49] "PUT /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799 HTTP/1.1" 200 255 0.042063 10.0.0.19 - - [2026-06-22 04:21:49] "GET /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.011017 10.0.0.19 - - [2026-06-22 04:21:49] "GET /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004306 10.0.0.19 - - [2026-06-22 04:21:49] "PUT /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e HTTP/1.1" 200 255 0.032395 10.0.0.19 - - [2026-06-22 04:21:49] "PUT /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e HTTP/1.1" 200 255 0.034227 10.0.0.19 - - [2026-06-22 04:21:49] "GET /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005662 10.0.0.19 - - [2026-06-22 04:21:49] "GET /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006196 10.0.0.19 - - [2026-06-22 04:21:49] "PUT /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799 HTTP/1.1" 200 255 0.021933 10.0.0.19 - - [2026-06-22 04:21:49] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003386 10.0.0.19 - - [2026-06-22 04:21:49] "GET /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006207 10.0.0.19 - - [2026-06-22 04:21:49] "GET /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.003924 10.0.0.19 - - [2026-06-22 04:21:49] "POST /neutron/port HTTP/1.1" 200 1127 0.025730 10.0.0.19 - - [2026-06-22 04:21:49] "PUT /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b HTTP/1.1" 200 255 0.031864 10.0.0.19 - - [2026-06-22 04:21:50] "PUT /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b HTTP/1.1" 200 255 0.047989 10.0.0.19 - - [2026-06-22 04:21:50] "GET /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007749 10.0.0.19 - - [2026-06-22 04:21:50] "GET /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007645 10.0.0.19 - - [2026-06-22 04:21:50] "PUT /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799 HTTP/1.1" 200 255 0.045550 10.0.0.19 - - [2026-06-22 04:21:50] "PUT /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799 HTTP/1.1" 200 255 0.048876 10.0.0.19 - - [2026-06-22 04:21:50] "GET /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.015254 10.0.0.19 - - [2026-06-22 04:21:50] "GET /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.011264 10.0.0.19 - - [2026-06-22 04:21:50] "PUT /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e HTTP/1.1" 200 255 0.050541 10.0.0.19 - - [2026-06-22 04:21:50] "PUT /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e HTTP/1.1" 200 255 0.042758 10.0.0.19 - - [2026-06-22 04:21:50] "GET /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.017701 10.0.0.19 - - [2026-06-22 04:21:50] "GET /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004522 10.0.0.19 - - [2026-06-22 04:21:50] "PUT /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e HTTP/1.1" 200 255 0.025809 10.0.0.19 - - [2026-06-22 04:21:50] "POST /ref-update HTTP/1.1" 200 156 0.052821 10.0.0.19 - - [2026-06-22 04:21:50] "GET /virtual-network/d5315d6d-bd63-4059-b53e-56fde3288278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.018446 10.0.0.19 - - [2026-06-22 04:21:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.007322 10.0.0.241 - - [2026-06-22 04:21:50] "POST /ref-update HTTP/1.1" 200 156 0.030196 10.0.0.19 - - [2026-06-22 04:21:50] "GET /network-policy/c724b6c8-41de-45c2-8799-bf97cad2dc50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.011347 10.0.0.19 - - [2026-06-22 04:21:50] "POST /ref-update HTTP/1.1" 200 156 0.054025 10.0.0.19 - - [2026-06-22 04:21:51] "POST /neutron/network HTTP/1.1" 200 799 0.010247 10.0.0.19 - - [2026-06-22 04:21:51] "GET /virtual-network/7bff754b-cc6d-4725-b578-13dc51427b6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.015520 10.0.0.19 - - [2026-06-22 04:21:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.19 - - [2026-06-22 04:21:51] "GET /network-policy/c724b6c8-41de-45c2-8799-bf97cad2dc50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.009670 10.0.0.19 - - [2026-06-22 04:21:51] "DELETE /network-policy/c724b6c8-41de-45c2-8799-bf97cad2dc50 HTTP/1.1" 200 115 0.046674 10.0.0.19 - - [2026-06-22 04:21:52] "POST /neutron/port HTTP/1.1" 200 1127 0.017250 10.0.0.19 - - [2026-06-22 04:21:52] "POST /neutron/port HTTP/1.1" 200 1117 0.019342 10.0.0.19 - - [2026-06-22 04:21:53] "POST /neutron/network HTTP/1.1" 200 799 0.007590 10.0.0.241 - - [2026-06-22 04:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.241 - - [2026-06-22 04:21:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003725 10.0.0.241 - - [2026-06-22 04:21:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003076 10.0.0.19 - - [2026-06-22 04:21:53] "POST /neutron/network HTTP/1.1" 200 151 0.130832 10.0.0.241 - - [2026-06-22 04:21:53] "DELETE /route-target/0f2437a7-5e69-4e61-9e0d-5751608e05cf HTTP/1.1" 200 115 0.025713 10.0.0.241 - - [2026-06-22 04:21:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.007028 10.0.0.19 - - [2026-06-22 04:21:53] "POST /ref-update HTTP/1.1" 200 156 0.094050 10.0.0.19 - - [2026-06-22 04:21:53] "GET /virtual-network/6a53421b-75b2-4a6e-9999-cdb5c541a6ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.011682 10.0.0.19 - - [2026-06-22 04:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.19 - - [2026-06-22 04:21:53] "GET /network-policy/53e9b3f8-2869-4226-93de-f85366327134?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004095 10.0.0.19 - - [2026-06-22 04:21:53] "POST /ref-update HTTP/1.1" 200 156 0.084832 10.0.0.241 - - [2026-06-22 04:21:53] "DELETE /access-control-list/7fc5a10e-6595-4555-919d-d3830b1d82b3 HTTP/1.1" 200 115 0.062854 10.0.0.19 - - [2026-06-22 04:21:53] "GET /virtual-network/885a1861-cfa4-4521-8795-5764968c6bdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.011438 10.0.0.19 - - [2026-06-22 04:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.19 - - [2026-06-22 04:21:54] "GET /network-policy/53e9b3f8-2869-4226-93de-f85366327134?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004125 10.0.0.19 - - [2026-06-22 04:21:54] "DELETE /network-policy/53e9b3f8-2869-4226-93de-f85366327134 HTTP/1.1" 200 115 0.041107 10.0.0.19 - - [2026-06-22 04:21:54] "POST /neutron/network HTTP/1.1" 200 975 0.010708 10.0.0.19 - - [2026-06-22 04:21:56] "POST /neutron/port HTTP/1.1" 200 1207 0.020685 10.0.0.19 - - [2026-06-22 04:21:56] "POST /neutron/port HTTP/1.1" 200 1207 0.019498 10.0.0.19 - - [2026-06-22 04:21:56] "POST /neutron/network HTTP/1.1" 400 204 0.024241 10.0.0.241 - - [2026-06-22 04:21:58] "DELETE /route-target/bfa4f617-af42-4a09-8f84-7d75a580e396 HTTP/1.1" 200 115 0.024824 10.0.0.19 - - [2026-06-22 04:21:58] "POST /neutron/network HTTP/1.1" 200 975 0.013210 10.0.0.19 - - [2026-06-22 04:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004125 10.0.0.241 - - [2026-06-22 04:21:59] "GET /projects?obj_uuids=7763314f-8d7d-4e7b-9bae-95c7682d28bf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001035 10.0.0.19 - - [2026-06-22 04:21:59] "GET /project/7763314f-8d7d-4e7b-9bae-95c7682d28bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.055538 10.0.0.241 - - [2026-06-22 04:22:00] "GET /projects?obj_uuids=7763314f-8d7d-4e7b-9bae-95c7682d28bf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001310 10.0.0.19 - - [2026-06-22 04:22:00] "POST /neutron/network HTTP/1.1" 200 601 0.136648 10.0.0.241 - - [2026-06-22 04:22:00] "POST /route-targets HTTP/1.1" 200 328 0.018472 10.0.0.241 - - [2026-06-22 04:22:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.011045 10.0.0.19 - - [2026-06-22 04:22:00] "POST /neutron/network HTTP/1.1" 200 976 0.012893 10.0.0.19 - - [2026-06-22 04:22:00] "POST /id-to-fqname HTTP/1.1" 200 222 0.001671 10.0.0.19 - - [2026-06-22 04:22:00] "GET /virtual-network/6a72b411-e94e-4b74-a01e-ce552c97ced8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.007529 10.0.0.19 - - [2026-06-22 04:22:00] "GET /virtual-network/6a72b411-e94e-4b74-a01e-ce552c97ced8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005461 10.0.0.19 - - [2026-06-22 04:22:00] "POST /neutron/subnet HTTP/1.1" 200 716 0.010525 10.0.0.19 - - [2026-06-22 04:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.241 - - [2026-06-22 04:22:00] "GET /projects?obj_uuids=7763314f-8d7d-4e7b-9bae-95c7682d28bf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001775 10.0.0.19 - - [2026-06-22 04:22:00] "GET /project/7763314f-8d7d-4e7b-9bae-95c7682d28bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.051065 10.0.0.241 - - [2026-06-22 04:22:00] "GET /projects?obj_uuids=7763314f-8d7d-4e7b-9bae-95c7682d28bf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001288 10.0.0.19 - - [2026-06-22 04:22:01] "POST /neutron/network HTTP/1.1" 200 601 0.118668 10.0.0.241 - - [2026-06-22 04:22:01] "POST /ref-update HTTP/1.1" 200 156 0.025630 10.0.0.19 - - [2026-06-22 04:22:01] "POST /neutron/network HTTP/1.1" 200 974 0.012689 10.0.0.19 - - [2026-06-22 04:22:01] "POST /id-to-fqname HTTP/1.1" 200 222 0.001072 10.0.0.19 - - [2026-06-22 04:22:01] "GET /virtual-network/37d0674e-de2b-4b33-9483-024e19264e67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005494 10.0.0.19 - - [2026-06-22 04:22:01] "GET /virtual-network/37d0674e-de2b-4b33-9483-024e19264e67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.007526 10.0.0.19 - - [2026-06-22 04:22:01] "POST /neutron/subnet HTTP/1.1" 200 716 0.013782 10.0.0.19 - - [2026-06-22 04:22:01] "POST /id-to-fqname HTTP/1.1" 200 222 0.001178 10.0.0.241 - - [2026-06-22 04:22:02] "GET /projects?obj_uuids=7763314f-8d7d-4e7b-9bae-95c7682d28bf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001006 10.0.0.19 - - [2026-06-22 04:22:02] "GET /project/7763314f-8d7d-4e7b-9bae-95c7682d28bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.062856 10.0.0.19 - - [2026-06-22 04:22:02] "POST /neutron/network HTTP/1.1" 200 976 0.009919 10.0.0.19 - - [2026-06-22 04:22:02] "POST /id-to-fqname HTTP/1.1" 200 222 0.001392 10.0.0.19 - - [2026-06-22 04:22:02] "POST /neutron/port HTTP/1.1" 200 117 0.006527 10.0.0.241 - - [2026-06-22 04:22:03] "GET /projects?obj_uuids=7763314f-8d7d-4e7b-9bae-95c7682d28bf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001262 10.0.0.19 - - [2026-06-22 04:22:03] "GET /project/7763314f-8d7d-4e7b-9bae-95c7682d28bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.072767 10.0.0.19 - - [2026-06-22 04:22:03] "POST /neutron/port HTTP/1.1" 200 117 0.017014 10.0.0.19 - - [2026-06-22 04:22:06] "POST /neutron/network HTTP/1.1" 200 986 0.006829 10.0.0.19 - - [2026-06-22 04:22:07] "POST /neutron/port HTTP/1.1" 200 1154 0.025740 10.0.0.241 - - [2026-06-22 04:22:08] "GET /projects?obj_uuids=7763314f-8d7d-4e7b-9bae-95c7682d28bf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001253 10.0.0.19 - - [2026-06-22 04:22:08] "POST /neutron/port HTTP/1.1" 200 1152 0.343143 10.0.0.19 - - [2026-06-22 04:22:08] "POST /neutron/port HTTP/1.1" 200 1206 0.103701 10.0.0.19 - - [2026-06-22 04:22:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004760 10.0.0.19 - - [2026-06-22 04:22:08] "POST /neutron/port HTTP/1.1" 200 117 0.001122 10.0.0.19 - - [2026-06-22 04:22:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007823 10.0.0.19 - - [2026-06-22 04:22:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004384 10.0.0.19 - - [2026-06-22 04:22:09] "POST /neutron/port HTTP/1.1" 200 117 0.001100 10.0.0.19 - - [2026-06-22 04:22:14] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006832 10.0.0.19 - - [2026-06-22 04:22:14] "POST /neutron/port HTTP/1.1" 200 1218 0.020874 10.0.0.19 - - [2026-06-22 04:22:14] "GET /virtual-machine/ae048826-3a4d-4198-b1d6-a97a62dddedb HTTP/1.1" 200 1303 0.006508 10.0.0.19 - - [2026-06-22 04:22:14] "GET /virtual-machine-interface/6f60b055-ba2f-40b7-9c68-acd30e03307d HTTP/1.1" 200 3165 0.005287 10.0.0.19 - - [2026-06-22 04:22:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.19 - - [2026-06-22 04:22:14] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004443 10.0.0.19 - - [2026-06-22 04:22:14] "GET /virtual-networks?parent_id=7763314f-8d7d-4e7b-9bae-95c7682d28bf&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003222 10.0.0.19 - - [2026-06-22 04:22:14] "GET /virtual-network/6a72b411-e94e-4b74-a01e-ce552c97ced8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005737 10.0.0.19 - - [2026-06-22 04:22:17] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007520 10.0.0.19 - - [2026-06-22 04:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.19 - - [2026-06-22 04:22:17] "GET /virtual-network/6a72b411-e94e-4b74-a01e-ce552c97ced8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005426 10.0.0.19 - - [2026-06-22 04:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.19 - - [2026-06-22 04:22:19] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003565 10.0.0.19 - - [2026-06-22 04:22:19] "GET /virtual-networks?parent_id=7763314f-8d7d-4e7b-9bae-95c7682d28bf&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002848 10.0.0.19 - - [2026-06-22 04:22:19] "GET /virtual-network/6a72b411-e94e-4b74-a01e-ce552c97ced8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005938 10.0.0.19 - - [2026-06-22 04:22:19] "POST /neutron/port HTTP/1.1" 200 1216 0.019017 10.0.0.19 - - [2026-06-22 04:22:20] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008013 10.0.0.19 - - [2026-06-22 04:22:20] "GET /virtual-machine/9a32087b-efab-450f-a79d-1b4a5096f72a HTTP/1.1" 200 1303 0.006181 10.0.0.19 - - [2026-06-22 04:22:20] "GET /virtual-machine-interface/1e26d6d1-6728-4e3d-bc73-6a491d3470f5 HTTP/1.1" 200 3165 0.006925 10.0.0.19 - - [2026-06-22 04:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.19 - - [2026-06-22 04:22:20] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003515 10.0.0.19 - - [2026-06-22 04:22:20] "GET /virtual-networks?parent_id=7763314f-8d7d-4e7b-9bae-95c7682d28bf&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004025 10.0.0.19 - - [2026-06-22 04:22:20] "GET /virtual-network/37d0674e-de2b-4b33-9483-024e19264e67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005843 10.0.0.19 - - [2026-06-22 04:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.19 - - [2026-06-22 04:22:21] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003789 10.0.0.19 - - [2026-06-22 04:22:21] "GET /virtual-networks?parent_id=7763314f-8d7d-4e7b-9bae-95c7682d28bf&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003468 10.0.0.19 - - [2026-06-22 04:22:21] "GET /virtual-network/37d0674e-de2b-4b33-9483-024e19264e67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005512 10.0.0.19 - - [2026-06-22 04:22:21] "POST /neutron/port HTTP/1.1" 200 1216 0.018508 10.0.0.19 - - [2026-06-22 04:22:26] "POST /fqname-to-id HTTP/1.1" 404 209 0.002942 10.0.0.19 - - [2026-06-22 04:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.241 - - [2026-06-22 04:22:26] "GET /projects?obj_uuids=7763314f-8d7d-4e7b-9bae-95c7682d28bf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000864 10.0.0.19 - - [2026-06-22 04:22:26] "GET /project/7763314f-8d7d-4e7b-9bae-95c7682d28bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.041384 10.0.0.19 - - [2026-06-22 04:22:26] "POST /network-policys HTTP/1.1" 200 535 0.029237 10.0.0.19 - - [2026-06-22 04:22:26] "GET /network-policy/67db6eb1-102f-405a-85d5-c239caed63eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.007309 10.0.0.19 - - [2026-06-22 04:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.19 - - [2026-06-22 04:22:26] "GET /virtual-network/6a72b411-e94e-4b74-a01e-ce552c97ced8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.006616 10.0.0.19 - - [2026-06-22 04:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.19 - - [2026-06-22 04:22:27] "GET /network-policy/67db6eb1-102f-405a-85d5-c239caed63eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004289 10.0.0.241 - - [2026-06-22 04:22:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.013030 10.0.0.19 - - [2026-06-22 04:22:27] "POST /ref-update HTTP/1.1" 200 156 0.063381 10.0.0.19 - - [2026-06-22 04:22:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.19 - - [2026-06-22 04:22:27] "GET /network-policy/67db6eb1-102f-405a-85d5-c239caed63eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004342 10.0.0.19 - - [2026-06-22 04:22:27] "POST /neutron/network HTTP/1.1" 200 1062 0.012260 10.0.0.19 - - [2026-06-22 04:22:27] "GET /virtual-network/6a72b411-e94e-4b74-a01e-ce552c97ced8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005013 10.0.0.19 - - [2026-06-22 04:22:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.19 - - [2026-06-22 04:22:27] "GET /network-policy/67db6eb1-102f-405a-85d5-c239caed63eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004025 10.0.0.19 - - [2026-06-22 04:22:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.19 - - [2026-06-22 04:22:27] "GET /virtual-network/37d0674e-de2b-4b33-9483-024e19264e67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.007240 10.0.0.19 - - [2026-06-22 04:22:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.19 - - [2026-06-22 04:22:27] "GET /network-policy/67db6eb1-102f-405a-85d5-c239caed63eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006417 10.0.0.19 - - [2026-06-22 04:22:27] "POST /ref-update HTTP/1.1" 200 156 0.058948 10.0.0.241 - - [2026-06-22 04:22:27] "POST /fqname-to-id HTTP/1.1" 404 230 0.007555 10.0.0.19 - - [2026-06-22 04:22:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.014373 10.0.0.19 - - [2026-06-22 04:22:27] "GET /network-policy/67db6eb1-102f-405a-85d5-c239caed63eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004141 10.0.0.19 - - [2026-06-22 04:22:27] "GET /virtual-network/37d0674e-de2b-4b33-9483-024e19264e67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2867 0.014214 10.0.0.19 - - [2026-06-22 04:22:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.19 - - [2026-06-22 04:22:27] "GET /network-policy/67db6eb1-102f-405a-85d5-c239caed63eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006026 10.0.0.19 - - [2026-06-22 04:22:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.241 - - [2026-06-22 04:22:27] "GET /projects?obj_uuids=7763314f-8d7d-4e7b-9bae-95c7682d28bf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000870 10.0.0.19 - - [2026-06-22 04:22:27] "GET /project/7763314f-8d7d-4e7b-9bae-95c7682d28bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.039435 10.0.0.19 - - [2026-06-22 04:22:27] "POST /neutron/network HTTP/1.1" 200 117 0.017970 10.0.0.241 - - [2026-06-22 04:22:28] "POST /route-targets HTTP/1.1" 200 328 0.016717 10.0.0.19 - - [2026-06-22 04:22:28] "POST /neutron/network HTTP/1.1" 200 1072 0.010004 10.0.0.19 - - [2026-06-22 04:22:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005283 10.0.0.19 - - [2026-06-22 04:22:28] "POST /id-to-fqname HTTP/1.1" 200 214 0.003500 10.0.0.19 - - [2026-06-22 04:22:28] "GET /virtual-network/81206f5c-1193-4e24-915d-f2e405997ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.005745 10.0.0.19 - - [2026-06-22 04:22:28] "GET /virtual-network/81206f5c-1193-4e24-915d-f2e405997ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.015313 10.0.0.19 - - [2026-06-22 04:22:28] "POST /neutron/port HTTP/1.1" 200 117 0.001119 10.0.0.19 - - [2026-06-22 04:22:28] "POST /neutron/network HTTP/1.1" 200 1062 0.010891 10.0.0.19 - - [2026-06-22 04:22:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.241 - - [2026-06-22 04:22:28] "GET /projects?obj_uuids=7763314f-8d7d-4e7b-9bae-95c7682d28bf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001295 10.0.0.19 - - [2026-06-22 04:22:28] "GET /project/7763314f-8d7d-4e7b-9bae-95c7682d28bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.050627 10.0.0.241 - - [2026-06-22 04:22:28] "GET /projects?obj_uuids=7763314f-8d7d-4e7b-9bae-95c7682d28bf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001502 10.0.0.19 - - [2026-06-22 04:22:28] "POST /neutron/network HTTP/1.1" 200 585 0.119643 10.0.0.241 - - [2026-06-22 04:22:28] "POST /ref-update HTTP/1.1" 200 156 0.021233 10.0.0.19 - - [2026-06-22 04:22:28] "POST /id-to-fqname HTTP/1.1" 200 214 0.003268 10.0.0.19 - - [2026-06-22 04:22:28] "GET /virtual-network/7ce3e1e2-7ddb-4667-bdd5-a31c39814a58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.005255 10.0.0.19 - - [2026-06-22 04:22:28] "POST /neutron/network HTTP/1.1" 200 799 0.006097 10.0.0.19 - - [2026-06-22 04:22:29] "GET /virtual-network/7ce3e1e2-7ddb-4667-bdd5-a31c39814a58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.005020 10.0.0.19 - - [2026-06-22 04:22:29] "POST /fqname-to-id HTTP/1.1" 404 239 0.003877 10.0.0.19 - - [2026-06-22 04:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.241 - - [2026-06-22 04:22:29] "GET /projects?obj_uuids=7763314f-8d7d-4e7b-9bae-95c7682d28bf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000928 10.0.0.19 - - [2026-06-22 04:22:29] "GET /project/7763314f-8d7d-4e7b-9bae-95c7682d28bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.041149 10.0.0.19 - - [2026-06-22 04:22:29] "POST /network-policys HTTP/1.1" 200 589 0.028872 10.0.0.19 - - [2026-06-22 04:22:29] "GET /network-policy/7c51a712-5ce2-4115-81bd-9fd66a95d9fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.006758 10.0.0.19 - - [2026-06-22 04:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.19 - - [2026-06-22 04:22:29] "GET /virtual-network/81206f5c-1193-4e24-915d-f2e405997ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.005435 10.0.0.19 - - [2026-06-22 04:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.19 - - [2026-06-22 04:22:29] "GET /network-policy/7c51a712-5ce2-4115-81bd-9fd66a95d9fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005090 10.0.0.19 - - [2026-06-22 04:22:29] "POST /ref-update HTTP/1.1" 200 156 0.075457 10.0.0.19 - - [2026-06-22 04:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.19 - - [2026-06-22 04:22:29] "GET /network-policy/7c51a712-5ce2-4115-81bd-9fd66a95d9fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004687 10.0.0.19 - - [2026-06-22 04:22:29] "POST /neutron/network HTTP/1.1" 200 912 0.008735 10.0.0.19 - - [2026-06-22 04:22:29] "GET /virtual-network/81206f5c-1193-4e24-915d-f2e405997ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2336 0.005830 10.0.0.19 - - [2026-06-22 04:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.19 - - [2026-06-22 04:22:29] "GET /network-policy/7c51a712-5ce2-4115-81bd-9fd66a95d9fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004309 10.0.0.19 - - [2026-06-22 04:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.19 - - [2026-06-22 04:22:29] "GET /virtual-network/7ce3e1e2-7ddb-4667-bdd5-a31c39814a58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.007848 10.0.0.19 - - [2026-06-22 04:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.19 - - [2026-06-22 04:22:29] "GET /network-policy/7c51a712-5ce2-4115-81bd-9fd66a95d9fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004459 10.0.0.241 - - [2026-06-22 04:22:29] "POST /fqname-to-id HTTP/1.1" 404 210 0.004124 10.0.0.19 - - [2026-06-22 04:22:29] "POST /ref-update HTTP/1.1" 200 156 0.059068 10.0.0.19 - - [2026-06-22 04:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.19 - - [2026-06-22 04:22:29] "GET /network-policy/7c51a712-5ce2-4115-81bd-9fd66a95d9fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.008333 10.0.0.19 - - [2026-06-22 04:22:29] "GET /virtual-network/7ce3e1e2-7ddb-4667-bdd5-a31c39814a58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2337 0.009493 10.0.0.19 - - [2026-06-22 04:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.19 - - [2026-06-22 04:22:30] "GET /network-policy/7c51a712-5ce2-4115-81bd-9fd66a95d9fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.003809 10.0.0.19 - - [2026-06-22 04:22:30] "POST /id-to-fqname HTTP/1.1" 200 214 0.001113 10.0.0.19 - - [2026-06-22 04:22:30] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008348 10.0.0.241 - - [2026-06-22 04:22:30] "GET /projects?obj_uuids=7763314f-8d7d-4e7b-9bae-95c7682d28bf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001158 10.0.0.19 - - [2026-06-22 04:22:31] "GET /project/7763314f-8d7d-4e7b-9bae-95c7682d28bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.075361 10.0.0.19 - - [2026-06-22 04:22:31] "POST /neutron/port HTTP/1.1" 200 2280 0.023369 10.0.0.19 - - [2026-06-22 04:22:31] "POST /id-to-fqname HTTP/1.1" 200 214 0.001281 10.0.0.19 - - [2026-06-22 04:22:31] "POST /neutron/port HTTP/1.1" 200 2280 0.026899 10.0.0.241 - - [2026-06-22 04:22:32] "GET /projects?obj_uuids=7763314f-8d7d-4e7b-9bae-95c7682d28bf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000945 10.0.0.19 - - [2026-06-22 04:22:32] "GET /project/7763314f-8d7d-4e7b-9bae-95c7682d28bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.056206 10.0.0.19 - - [2026-06-22 04:22:32] "POST /neutron/network HTTP/1.1" 200 912 0.007132 10.0.0.19 - - [2026-06-22 04:22:32] "POST /neutron/port HTTP/1.1" 200 117 0.007311 10.0.0.19 - - [2026-06-22 04:22:32] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003498 10.0.0.19 - - [2026-06-22 04:22:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.19 - - [2026-06-22 04:22:32] "GET /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.010925 10.0.0.19 - - [2026-06-22 04:22:33] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003296 10.0.0.19 - - [2026-06-22 04:22:33] "GET /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004519 10.0.0.19 - - [2026-06-22 04:22:33] "GET /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004669 10.0.0.19 - - [2026-06-22 04:22:33] "PUT /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b HTTP/1.1" 200 255 0.027635 10.0.0.19 - - [2026-06-22 04:22:33] "PUT /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b HTTP/1.1" 200 255 0.047253 10.0.0.19 - - [2026-06-22 04:22:34] "GET /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004549 10.0.0.19 - - [2026-06-22 04:22:34] "GET /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004170 10.0.0.19 - - [2026-06-22 04:22:34] "PUT /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799 HTTP/1.1" 200 255 0.046286 10.0.0.19 - - [2026-06-22 04:22:34] "PUT /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799 HTTP/1.1" 200 255 0.052366 10.0.0.19 - - [2026-06-22 04:22:34] "GET /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004855 10.0.0.19 - - [2026-06-22 04:22:34] "GET /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004990 10.0.0.19 - - [2026-06-22 04:22:34] "PUT /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e HTTP/1.1" 200 255 0.032945 10.0.0.19 - - [2026-06-22 04:22:34] "PUT /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e HTTP/1.1" 200 255 0.040053 10.0.0.19 - - [2026-06-22 04:22:34] "GET /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.007718 10.0.0.19 - - [2026-06-22 04:22:34] "GET /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006988 10.0.0.19 - - [2026-06-22 04:22:34] "PUT /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b HTTP/1.1" 200 255 0.027701 10.0.0.19 - - [2026-06-22 04:22:34] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.006151 10.0.0.19 - - [2026-06-22 04:22:34] "GET /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005429 10.0.0.19 - - [2026-06-22 04:22:34] "GET /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005608 10.0.0.19 - - [2026-06-22 04:22:34] "PUT /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b HTTP/1.1" 200 255 0.025562 10.0.0.19 - - [2026-06-22 04:22:34] "PUT /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b HTTP/1.1" 200 255 0.034638 10.0.0.19 - - [2026-06-22 04:22:34] "GET /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006195 10.0.0.19 - - [2026-06-22 04:22:34] "GET /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006224 10.0.0.19 - - [2026-06-22 04:22:34] "PUT /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799 HTTP/1.1" 200 255 0.028673 10.0.0.19 - - [2026-06-22 04:22:34] "PUT /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799 HTTP/1.1" 200 255 0.036046 10.0.0.19 - - [2026-06-22 04:22:34] "GET /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004307 10.0.0.19 - - [2026-06-22 04:22:34] "GET /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004489 10.0.0.19 - - [2026-06-22 04:22:34] "PUT /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e HTTP/1.1" 200 255 0.028857 10.0.0.19 - - [2026-06-22 04:22:35] "PUT /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e HTTP/1.1" 200 255 0.032764 10.0.0.19 - - [2026-06-22 04:22:35] "GET /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004120 10.0.0.19 - - [2026-06-22 04:22:35] "GET /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004115 10.0.0.19 - - [2026-06-22 04:22:35] "PUT /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799 HTTP/1.1" 200 255 0.020387 10.0.0.19 - - [2026-06-22 04:22:35] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003521 10.0.0.19 - - [2026-06-22 04:22:35] "GET /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004812 10.0.0.19 - - [2026-06-22 04:22:35] "GET /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004229 10.0.0.19 - - [2026-06-22 04:22:35] "PUT /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b HTTP/1.1" 200 255 0.025525 10.0.0.19 - - [2026-06-22 04:22:35] "PUT /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b HTTP/1.1" 200 255 0.035333 10.0.0.19 - - [2026-06-22 04:22:35] "GET /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.008147 10.0.0.19 - - [2026-06-22 04:22:35] "GET /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004145 10.0.0.19 - - [2026-06-22 04:22:35] "PUT /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799 HTTP/1.1" 200 255 0.039535 10.0.0.19 - - [2026-06-22 04:22:35] "PUT /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799 HTTP/1.1" 200 255 0.049065 10.0.0.19 - - [2026-06-22 04:22:35] "GET /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004934 10.0.0.19 - - [2026-06-22 04:22:35] "GET /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.003911 10.0.0.19 - - [2026-06-22 04:22:35] "PUT /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e HTTP/1.1" 200 255 0.058350 10.0.0.19 - - [2026-06-22 04:22:35] "PUT /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e HTTP/1.1" 200 255 0.045637 10.0.0.19 - - [2026-06-22 04:22:35] "GET /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.007809 10.0.0.19 - - [2026-06-22 04:22:35] "GET /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.006006 10.0.0.19 - - [2026-06-22 04:22:35] "PUT /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e HTTP/1.1" 200 255 0.026947 10.0.0.19 - - [2026-06-22 04:22:35] "POST /neutron/port HTTP/1.1" 200 1063 0.028913 10.0.0.19 - - [2026-06-22 04:22:35] "GET /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004544 10.0.0.19 - - [2026-06-22 04:22:35] "GET /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.003950 10.0.0.19 - - [2026-06-22 04:22:35] "PUT /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b HTTP/1.1" 200 255 0.016763 10.0.0.19 - - [2026-06-22 04:22:35] "GET /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005409 10.0.0.19 - - [2026-06-22 04:22:35] "GET /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.003660 10.0.0.19 - - [2026-06-22 04:22:36] "PUT /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799 HTTP/1.1" 200 255 0.024578 10.0.0.19 - - [2026-06-22 04:22:36] "GET /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.005314 10.0.0.19 - - [2026-06-22 04:22:36] "GET /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004750 10.0.0.19 - - [2026-06-22 04:22:36] "PUT /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e HTTP/1.1" 200 255 0.021430 10.0.0.19 - - [2026-06-22 04:22:37] "POST /neutron/port HTTP/1.1" 200 1127 0.019889 10.0.0.19 - - [2026-06-22 04:22:37] "POST /neutron/port HTTP/1.1" 200 117 0.001082 10.0.0.241 - - [2026-06-22 04:22:38] "GET /projects?obj_uuids=7763314f-8d7d-4e7b-9bae-95c7682d28bf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001119 10.0.0.19 - - [2026-06-22 04:22:38] "POST /neutron/port HTTP/1.1" 200 1063 0.300593 10.0.0.19 - - [2026-06-22 04:22:39] "POST /neutron/port HTTP/1.1" 200 1117 0.121136 10.0.0.19 - - [2026-06-22 04:22:40] "POST /neutron/subnet HTTP/1.1" 200 675 0.008785 10.0.0.19 - - [2026-06-22 04:22:46] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003250 10.0.0.19 - - [2026-06-22 04:22:46] "GET /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.004805 10.0.0.19 - - [2026-06-22 04:22:46] "GET /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.005565 10.0.0.19 - - [2026-06-22 04:22:46] "PUT /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b HTTP/1.1" 200 255 0.040765 10.0.0.19 - - [2026-06-22 04:22:46] "PUT /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b HTTP/1.1" 200 255 0.038795 10.0.0.19 - - [2026-06-22 04:22:46] "GET /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.004393 10.0.0.19 - - [2026-06-22 04:22:46] "POST /neutron/port HTTP/1.1" 200 1127 0.036310 10.0.0.19 - - [2026-06-22 04:22:46] "GET /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.006756 10.0.0.19 - - [2026-06-22 04:22:46] "PUT /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799 HTTP/1.1" 200 255 0.042565 10.0.0.19 - - [2026-06-22 04:22:46] "PUT /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799 HTTP/1.1" 200 255 0.051705 10.0.0.19 - - [2026-06-22 04:22:46] "GET /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.006663 10.0.0.19 - - [2026-06-22 04:22:46] "GET /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.004136 10.0.0.19 - - [2026-06-22 04:22:46] "PUT /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e HTTP/1.1" 200 255 0.040056 10.0.0.19 - - [2026-06-22 04:22:46] "PUT /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e HTTP/1.1" 200 255 0.040001 10.0.0.19 - - [2026-06-22 04:22:46] "GET /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.009950 10.0.0.19 - - [2026-06-22 04:22:46] "GET /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.003873 10.0.0.19 - - [2026-06-22 04:22:46] "PUT /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b HTTP/1.1" 200 255 0.017250 10.0.0.19 - - [2026-06-22 04:22:46] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003578 10.0.0.19 - - [2026-06-22 04:22:46] "GET /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004843 10.0.0.19 - - [2026-06-22 04:22:46] "GET /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005572 10.0.0.19 - - [2026-06-22 04:22:46] "PUT /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b HTTP/1.1" 200 255 0.039850 10.0.0.19 - - [2026-06-22 04:22:47] "PUT /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b HTTP/1.1" 200 255 0.055372 10.0.0.19 - - [2026-06-22 04:22:47] "GET /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.004472 10.0.0.19 - - [2026-06-22 04:22:47] "GET /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.004381 10.0.0.19 - - [2026-06-22 04:22:47] "PUT /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799 HTTP/1.1" 200 255 0.041461 10.0.0.19 - - [2026-06-22 04:22:47] "PUT /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799 HTTP/1.1" 200 255 0.041924 10.0.0.19 - - [2026-06-22 04:22:47] "GET /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.006274 10.0.0.19 - - [2026-06-22 04:22:47] "GET /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.005620 10.0.0.19 - - [2026-06-22 04:22:47] "PUT /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e HTTP/1.1" 200 255 0.035250 10.0.0.19 - - [2026-06-22 04:22:47] "PUT /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e HTTP/1.1" 200 255 0.035411 10.0.0.19 - - [2026-06-22 04:22:47] "GET /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.007129 10.0.0.19 - - [2026-06-22 04:22:47] "GET /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.007329 10.0.0.19 - - [2026-06-22 04:22:47] "PUT /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799 HTTP/1.1" 200 255 0.023688 10.0.0.19 - - [2026-06-22 04:22:47] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004378 10.0.0.19 - - [2026-06-22 04:22:47] "GET /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004455 10.0.0.19 - - [2026-06-22 04:22:47] "GET /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.003827 10.0.0.19 - - [2026-06-22 04:22:47] "PUT /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b HTTP/1.1" 200 255 0.027805 10.0.0.19 - - [2026-06-22 04:22:47] "PUT /bgp-router/5dc42deb-b4fe-4c02-90ec-2d4cdc87f18b HTTP/1.1" 200 255 0.043864 10.0.0.19 - - [2026-06-22 04:22:47] "GET /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005381 10.0.0.19 - - [2026-06-22 04:22:47] "GET /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005442 10.0.0.19 - - [2026-06-22 04:22:47] "PUT /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799 HTTP/1.1" 200 255 0.042182 10.0.0.19 - - [2026-06-22 04:22:47] "PUT /bgp-router/0235d49b-a41d-4fb1-b72e-7c982550e799 HTTP/1.1" 200 255 0.043199 10.0.0.19 - - [2026-06-22 04:22:48] "GET /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.004883 10.0.0.19 - - [2026-06-22 04:22:48] "GET /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.004372 10.0.0.19 - - [2026-06-22 04:22:48] "PUT /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e HTTP/1.1" 200 255 0.032438 10.0.0.19 - - [2026-06-22 04:22:48] "PUT /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e HTTP/1.1" 200 255 0.034784 10.0.0.19 - - [2026-06-22 04:22:48] "GET /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.006167 10.0.0.19 - - [2026-06-22 04:22:48] "GET /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.006129 10.0.0.19 - - [2026-06-22 04:22:48] "PUT /bgp-router/4cea19a2-c2bc-4a86-a036-d6e81510649e HTTP/1.1" 200 255 0.022476 10.0.0.19 - - [2026-06-22 04:22:48] "POST /ref-update HTTP/1.1" 200 156 0.045656 10.0.0.241 - - [2026-06-22 04:22:48] "DELETE /access-control-list/29a6b25b-78e2-43d9-bf0a-142709ddd704 HTTP/1.1" 200 115 0.054030 10.0.0.19 - - [2026-06-22 04:22:48] "GET /virtual-network/7ce3e1e2-7ddb-4667-bdd5-a31c39814a58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.011094 10.0.0.19 - - [2026-06-22 04:22:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.19 - - [2026-06-22 04:22:48] "GET /network-policy/7c51a712-5ce2-4115-81bd-9fd66a95d9fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.007079 10.0.0.19 - - [2026-06-22 04:22:48] "POST /ref-update HTTP/1.1" 200 156 0.055797 10.0.0.241 - - [2026-06-22 04:22:48] "POST /ref-update HTTP/1.1" 200 156 0.031089 10.0.0.19 - - [2026-06-22 04:22:48] "POST /neutron/network HTTP/1.1" 200 799 0.020959 10.0.0.19 - - [2026-06-22 04:22:48] "GET /virtual-network/81206f5c-1193-4e24-915d-f2e405997ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.006966 10.0.0.19 - - [2026-06-22 04:22:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.007059 10.0.0.19 - - [2026-06-22 04:22:48] "GET /network-policy/7c51a712-5ce2-4115-81bd-9fd66a95d9fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004846 10.0.0.19 - - [2026-06-22 04:22:48] "DELETE /network-policy/7c51a712-5ce2-4115-81bd-9fd66a95d9fa HTTP/1.1" 200 115 0.033753 10.0.0.19 - - [2026-06-22 04:22:50] "POST /neutron/port HTTP/1.1" 200 1127 0.018185 10.0.0.19 - - [2026-06-22 04:22:50] "POST /neutron/port HTTP/1.1" 200 1127 0.014910 10.0.0.19 - - [2026-06-22 04:22:50] "POST /neutron/network HTTP/1.1" 200 799 0.007891 10.0.0.241 - - [2026-06-22 04:22:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003567 10.0.0.241 - - [2026-06-22 04:22:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.008129 10.0.0.241 - - [2026-06-22 04:22:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002390 10.0.0.19 - - [2026-06-22 04:22:51] "POST /neutron/network HTTP/1.1" 200 151 0.167347 10.0.0.19 - - [2026-06-22 04:22:51] "POST /ref-update HTTP/1.1" 200 156 0.093745 10.0.0.19 - - [2026-06-22 04:22:51] "GET /virtual-network/37d0674e-de2b-4b33-9483-024e19264e67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.009664 10.0.0.19 - - [2026-06-22 04:22:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006013 10.0.0.241 - - [2026-06-22 04:22:51] "POST /ref-update HTTP/1.1" 200 156 0.049602 10.0.0.19 - - [2026-06-22 04:22:51] "GET /network-policy/67db6eb1-102f-405a-85d5-c239caed63eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.009195 10.0.0.241 - - [2026-06-22 04:22:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.007169 10.0.0.19 - - [2026-06-22 04:22:51] "POST /ref-update HTTP/1.1" 200 156 0.109233 10.0.0.19 - - [2026-06-22 04:22:51] "GET /virtual-network/6a72b411-e94e-4b74-a01e-ce552c97ced8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.012288 10.0.0.19 - - [2026-06-22 04:22:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.016884 10.0.0.19 - - [2026-06-22 04:22:51] "GET /network-policy/67db6eb1-102f-405a-85d5-c239caed63eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006388 10.0.0.19 - - [2026-06-22 04:22:51] "DELETE /network-policy/67db6eb1-102f-405a-85d5-c239caed63eb HTTP/1.1" 200 115 0.050731 10.0.0.19 - - [2026-06-22 04:22:52] "POST /neutron/network HTTP/1.1" 200 974 0.014303 10.0.0.19 - - [2026-06-22 04:22:53] "POST /neutron/port HTTP/1.1" 200 1206 0.015834 10.0.0.19 - - [2026-06-22 04:22:54] "POST /neutron/port HTTP/1.1" 200 1208 0.020890 10.0.0.19 - - [2026-06-22 04:22:54] "POST /neutron/network HTTP/1.1" 400 204 0.020769 10.0.0.241 - - [2026-06-22 04:22:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004299 10.0.0.19 - - [2026-06-22 04:22:56] "POST /neutron/network HTTP/1.1" 200 976 0.020760 10.0.0.241 - - [2026-06-22 04:22:56] "DELETE /route-target/46565950-f514-4bc5-a0cb-02a3239eb786 HTTP/1.1" 200 115 0.023912 10.0.0.241 - - [2026-06-22 04:22:57] "GET /projects?obj_uuids=7763314f-8d7d-4e7b-9bae-95c7682d28bf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000993 10.0.0.19 - - [2026-06-22 04:22:57] "GET /project/7763314f-8d7d-4e7b-9bae-95c7682d28bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.057492 10.0.0.241 - - [2026-06-22 04:22:57] "GET /projects?obj_uuids=7763314f-8d7d-4e7b-9bae-95c7682d28bf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000931 10.0.0.19 - - [2026-06-22 04:22:58] "GET /project/7763314f-8d7d-4e7b-9bae-95c7682d28bf?fields=virtual_networks HTTP/1.1" 200 1050 0.095467 10.0.0.241 - - [2026-06-22 04:22:58] "GET /projects?obj_uuids=7763314f-8d7d-4e7b-9bae-95c7682d28bf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001215 10.0.0.19 - - [2026-06-22 04:22:58] "GET /project/7763314f-8d7d-4e7b-9bae-95c7682d28bf?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.041984 10.0.0.241 - - [2026-06-22 04:22:58] "GET /projects?obj_uuids=7763314f-8d7d-4e7b-9bae-95c7682d28bf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001013 10.0.0.19 - - [2026-06-22 04:22:58] "GET /project/7763314f-8d7d-4e7b-9bae-95c7682d28bf?fields=security_groups HTTP/1.1" 200 1285 0.042395 10.0.0.19 - - [2026-06-22 04:22:59] "POST /fqname-to-id HTTP/1.1" 404 183 0.033693 10.0.0.241 - - [2026-06-22 04:22:59] "GET /projects?obj_uuids=27289590-6afe-4cf4-aa1b-fdcfb263777f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002803 10.0.0.241 - - [2026-06-22 04:22:59] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000868 10.0.0.241 - - [2026-06-22 04:22:59] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006904 10.0.0.241 - - [2026-06-22 04:22:59] "POST /id-to-fqname HTTP/1.1" 200 185 0.004499 10.0.0.241 - - [2026-06-22 04:22:59] "POST /fqname-to-id HTTP/1.1" 404 194 0.003251 10.0.0.241 - - [2026-06-22 04:22:59] "POST /security-groups HTTP/1.1" 200 586 0.031137 10.0.0.241 - - [2026-06-22 04:22:59] "POST /projects HTTP/1.1" 200 575 0.243017 10.0.0.241 - - [2026-06-22 04:22:59] "POST /fqname-to-id HTTP/1.1" 404 228 0.007230 10.0.0.241 - - [2026-06-22 04:22:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.311225 10.0.0.19 - - [2026-06-22 04:22:59] "GET /project/27289590-6afe-4cf4-aa1b-fdcfb263777f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.444739 10.0.0.19 - - [2026-06-22 04:23:00] "GET / HTTP/1.1" 200 36215 0.001448 10.0.0.19 - - [2026-06-22 04:23:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000493 10.0.0.19 - - [2026-06-22 04:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.027627 10.0.0.19 - - [2026-06-22 04:23:03] "GET /api-access-list/509a1897-df10-49ae-bd36-f6b6c147dc06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.006090 10.0.0.19 - - [2026-06-22 04:23:03] "GET /api-access-list/509a1897-df10-49ae-bd36-f6b6c147dc06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003400 10.0.0.19 - - [2026-06-22 04:23:03] "GET /api-access-list/509a1897-df10-49ae-bd36-f6b6c147dc06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003784 10.0.0.19 - - [2026-06-22 04:23:03] "PUT /api-access-list/509a1897-df10-49ae-bd36-f6b6c147dc06 HTTP/1.1" 200 265 0.014819 10.0.0.19 - - [2026-06-22 04:23:05] "POST /fqname-to-id HTTP/1.1" 404 183 0.019409 10.0.0.241 - - [2026-06-22 04:23:05] "GET /projects?obj_uuids=0b62b9e9-c665-4f18-b117-9cd295eac161&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003122 10.0.0.241 - - [2026-06-22 04:23:05] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000868 10.0.0.241 - - [2026-06-22 04:23:05] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006532 10.0.0.241 - - [2026-06-22 04:23:05] "POST /id-to-fqname HTTP/1.1" 200 185 0.002752 10.0.0.241 - - [2026-06-22 04:23:05] "POST /fqname-to-id HTTP/1.1" 404 194 0.008085 10.0.0.241 - - [2026-06-22 04:23:05] "POST /security-groups HTTP/1.1" 200 586 0.034479 10.0.0.241 - - [2026-06-22 04:23:05] "POST /projects HTTP/1.1" 200 575 0.254088 10.0.0.241 - - [2026-06-22 04:23:05] "POST /access-control-lists HTTP/1.1" 200 593 0.029888 10.0.0.241 - - [2026-06-22 04:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.327710 10.0.0.19 - - [2026-06-22 04:23:05] "GET /project/0b62b9e9-c665-4f18-b117-9cd295eac161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.461062 10.0.0.19 - - [2026-06-22 04:23:06] "POST /fqname-to-id HTTP/1.1" 404 183 0.020298 10.0.0.241 - - [2026-06-22 04:23:06] "GET /projects?obj_uuids=97d42bc3-4170-46e2-8ee2-cb0f40eb9508&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002869 10.0.0.241 - - [2026-06-22 04:23:06] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.241 - - [2026-06-22 04:23:06] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006806 10.0.0.241 - - [2026-06-22 04:23:06] "POST /id-to-fqname HTTP/1.1" 200 185 0.002973 10.0.0.241 - - [2026-06-22 04:23:06] "POST /fqname-to-id HTTP/1.1" 404 194 0.006366 10.0.0.241 - - [2026-06-22 04:23:06] "POST /security-groups HTTP/1.1" 200 586 0.028109 10.0.0.241 - - [2026-06-22 04:23:06] "POST /fqname-to-id HTTP/1.1" 404 229 0.008101 10.0.0.241 - - [2026-06-22 04:23:06] "POST /projects HTTP/1.1" 200 575 0.233966 10.0.0.241 - - [2026-06-22 04:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.304987 10.0.0.241 - - [2026-06-22 04:23:06] "POST /access-control-lists HTTP/1.1" 200 591 0.030753 10.0.0.19 - - [2026-06-22 04:23:06] "GET /project/97d42bc3-4170-46e2-8ee2-cb0f40eb9508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.430902 10.0.0.19 - - [2026-06-22 04:23:07] "GET / HTTP/1.1" 200 36215 0.001312 10.0.0.19 - - [2026-06-22 04:23:07] "GET / HTTP/1.1" 200 36215 0.001266 10.0.0.19 - - [2026-06-22 04:23:08] "POST /fqname-to-id HTTP/1.1" 404 183 0.003742 10.0.0.19 - - [2026-06-22 04:23:08] "POST /api-access-lists HTTP/1.1" 200 523 0.024263 10.0.0.19 - - [2026-06-22 04:23:08] "GET /api-access-list/e1e7c799-42d9-495f-9d8a-ac38a8d5a74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1268 0.005896 10.0.0.19 - - [2026-06-22 04:23:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000393 10.0.0.19 - - [2026-06-22 04:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.105353 10.0.0.241 - - [2026-06-22 04:23:09] "GET /projects?obj_uuids=0b62b9e9-c665-4f18-b117-9cd295eac161&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000978 10.0.0.19 - - [2026-06-22 04:23:09] "GET /project/0b62b9e9-c665-4f18-b117-9cd295eac161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.060692 10.0.0.19 - - [2026-06-22 04:23:09] "GET /virtual-networks?parent_id=0b62b9e9-c665-4f18-b117-9cd295eac161&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019529 10.0.0.19 - - [2026-06-22 04:23:09] "POST /virtual-networks HTTP/1.1" 200 570 0.093081 10.0.0.19 - - [2026-06-22 04:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.033094 10.0.0.19 - - [2026-06-22 04:23:09] "GET /network-ipam/434fdda0-c76e-4ece-af32-aa1b5dafb065?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.014952 10.0.0.241 - - [2026-06-22 04:23:09] "POST /useragent-kv HTTP/1.1" 200 115 0.009187 10.0.0.19 - - [2026-06-22 04:23:09] "POST /ref-update HTTP/1.1" 200 156 0.087232 10.0.0.19 - - [2026-06-22 04:23:10] "POST /neutron/network HTTP/1.1" 200 830 0.044253 10.0.0.19 - - [2026-06-22 04:23:10] "GET /virtual-network/e5c8fc76-bfa6-4b84-9c2e-163f0f2b2f0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.017364 10.0.0.19 - - [2026-06-22 04:23:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000515 10.0.0.19 - - [2026-06-22 04:23:11] "GET /obj-perms HTTP/1.1" 200 4289 0.056053 10.0.0.19 - - [2026-06-22 04:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.021945 10.0.0.19 - - [2026-06-22 04:23:12] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.049932 10.0.0.19 - - [2026-06-22 04:23:12] "POST /id-to-fqname HTTP/1.1" 401 292 0.000345 10.0.0.19 - - [2026-06-22 04:23:12] "POST /id-to-fqname HTTP/1.1" 200 230 0.036791 10.0.0.19 - - [2026-06-22 04:23:13] "POST /neutron/network HTTP/1.1" 200 840 0.046092 10.0.0.241 - - [2026-06-22 04:23:14] "GET /projects?obj_uuids=97d42bc3-4170-46e2-8ee2-cb0f40eb9508&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000947 10.0.0.19 - - [2026-06-22 04:23:14] "GET /project/97d42bc3-4170-46e2-8ee2-cb0f40eb9508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.058567 10.0.0.19 - - [2026-06-22 04:23:14] "POST /neutron/port HTTP/1.1" 200 117 0.026138 10.0.0.19 - - [2026-06-22 04:23:18] "POST /neutron/network HTTP/1.1" 200 830 0.030832 10.0.0.19 - - [2026-06-22 04:23:19] "POST /neutron/port HTTP/1.1" 200 1054 0.015641 10.0.0.19 - - [2026-06-22 04:23:19] "POST /neutron/security_group HTTP/1.1" 200 2053 0.008197 10.0.0.19 - - [2026-06-22 04:23:20] "POST /neutron/subnet HTTP/1.1" 200 642 0.009882 10.0.0.241 - - [2026-06-22 04:23:23] "DELETE /access-control-list/1d244b16-36d4-4c99-be35-7acbe2c93d47 HTTP/1.1" 200 115 0.039530 10.0.0.241 - - [2026-06-22 04:23:23] "DELETE /project/7763314f-8d7d-4e7b-9bae-95c7682d28bf HTTP/1.1" 404 177 0.008337 10.0.0.241 - - [2026-06-22 04:23:23] "DELETE /project/272895906afe4cf4aa1bfdcfb263777f HTTP/1.1" 404 173 0.007046 10.0.0.241 - - [2026-06-22 04:23:23] "DELETE /project/0b62b9e9c6654f18b1179cd295eac161 HTTP/1.1" 404 173 0.012673 10.0.0.241 - - [2026-06-22 04:23:23] "DELETE /project/97d42bc3417046e28ee2cb0f40eb9508 HTTP/1.1" 404 173 0.011141 10.0.0.19 - - [2026-06-22 04:23:24] "POST /neutron/port HTTP/1.1" 200 1118 0.018415 10.0.0.19 - - [2026-06-22 04:23:29] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007116 10.0.0.19 - - [2026-06-22 04:23:29] "POST /neutron/port HTTP/1.1" 200 1118 0.018087 10.0.0.19 - - [2026-06-22 04:23:29] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007033 10.0.0.19 - - [2026-06-22 04:23:30] "GET /virtual-machine/ea7fa45d-ebee-419e-a59b-c7997656ac1b HTTP/1.1" 401 292 0.000422 10.0.0.19 - - [2026-06-22 04:23:30] "GET /virtual-machine/ea7fa45d-ebee-419e-a59b-c7997656ac1b HTTP/1.1" 200 1290 0.046312 10.0.0.19 - - [2026-06-22 04:23:30] "GET /virtual-machine/ea7fa45d-ebee-419e-a59b-c7997656ac1b HTTP/1.1" 200 1290 0.017955 10.0.0.19 - - [2026-06-22 04:23:30] "GET /virtual-machine-interface/7bcf8e16-3b66-4810-96f5-1feec2c313c6 HTTP/1.1" 200 2536 0.026696 10.0.0.19 - - [2026-06-22 04:23:30] "GET /virtual-machine/ea7fa45d-ebee-419e-a59b-c7997656ac1b HTTP/1.1" 200 1290 0.018424 10.0.0.19 - - [2026-06-22 04:23:30] "GET /virtual-machine-interface/7bcf8e16-3b66-4810-96f5-1feec2c313c6 HTTP/1.1" 200 2536 0.036648 10.0.0.19 - - [2026-06-22 04:23:30] "GET /instance-ip/bc387444-28f0-4acd-a2b5-c4a246eb658e HTTP/1.1" 200 1628 0.020362 10.0.0.19 - - [2026-06-22 04:23:30] "GET /virtual-machine/ea7fa45d-ebee-419e-a59b-c7997656ac1b HTTP/1.1" 200 1290 0.016997 10.0.0.19 - - [2026-06-22 04:23:30] "GET /virtual-machine-interface/7bcf8e16-3b66-4810-96f5-1feec2c313c6 HTTP/1.1" 200 2536 0.020585 10.0.0.19 - - [2026-06-22 04:23:30] "GET /instance-ip/bc387444-28f0-4acd-a2b5-c4a246eb658e HTTP/1.1" 200 1628 0.016628 10.0.0.19 - - [2026-06-22 04:23:30] "POST /fqname-to-id HTTP/1.1" 403 339 0.016340 10.0.0.19 - - [2026-06-22 04:23:30] "GET / HTTP/1.1" 200 36215 0.002223 10.0.0.19 - - [2026-06-22 04:23:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000429 10.0.0.19 - - [2026-06-22 04:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.019670 10.0.0.19 - - [2026-06-22 04:23:31] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003350 10.0.0.19 - - [2026-06-22 04:23:31] "GET /virtual-networks?parent_id=97d42bc3-4170-46e2-8ee2-cb0f40eb9508&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013280 10.0.0.19 - - [2026-06-22 04:23:31] "POST /fqname-to-id HTTP/1.1" 403 339 0.015241 10.0.0.19 - - [2026-06-22 04:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.19 - - [2026-06-22 04:23:31] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003860 10.0.0.19 - - [2026-06-22 04:23:31] "GET /virtual-networks?parent_id=97d42bc3-4170-46e2-8ee2-cb0f40eb9508&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014136 10.0.0.19 - - [2026-06-22 04:23:31] "POST /fqname-to-id HTTP/1.1" 403 339 0.016450 10.0.0.19 - - [2026-06-22 04:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.19 - - [2026-06-22 04:23:31] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003370 10.0.0.19 - - [2026-06-22 04:23:31] "GET /virtual-networks?parent_id=97d42bc3-4170-46e2-8ee2-cb0f40eb9508&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014876 10.0.0.19 - - [2026-06-22 04:23:31] "POST /fqname-to-id HTTP/1.1" 403 339 0.015565 10.0.0.19 - - [2026-06-22 04:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.19 - - [2026-06-22 04:23:31] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004005 10.0.0.19 - - [2026-06-22 04:23:31] "GET /virtual-networks?parent_id=97d42bc3-4170-46e2-8ee2-cb0f40eb9508&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015662 10.0.0.19 - - [2026-06-22 04:23:31] "POST /fqname-to-id HTTP/1.1" 403 339 0.013954 10.0.0.19 - - [2026-06-22 04:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.19 - - [2026-06-22 04:23:31] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003504 10.0.0.19 - - [2026-06-22 04:23:31] "GET /virtual-networks?parent_id=97d42bc3-4170-46e2-8ee2-cb0f40eb9508&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014443 10.0.0.19 - - [2026-06-22 04:23:33] "POST /fqname-to-id HTTP/1.1" 403 339 0.015754 10.0.0.19 - - [2026-06-22 04:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.19 - - [2026-06-22 04:23:33] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003276 10.0.0.19 - - [2026-06-22 04:23:33] "GET /virtual-networks?parent_id=97d42bc3-4170-46e2-8ee2-cb0f40eb9508&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017333 10.0.0.19 - - [2026-06-22 04:23:33] "POST /fqname-to-id HTTP/1.1" 403 339 0.016587 10.0.0.19 - - [2026-06-22 04:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.19 - - [2026-06-22 04:23:33] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003326 10.0.0.19 - - [2026-06-22 04:23:33] "GET /virtual-networks?parent_id=97d42bc3-4170-46e2-8ee2-cb0f40eb9508&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013530 10.0.0.19 - - [2026-06-22 04:23:33] "POST /fqname-to-id HTTP/1.1" 403 361 0.015017 10.0.0.19 - - [2026-06-22 04:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.19 - - [2026-06-22 04:23:33] "GET /routing-instance/32c5ff66-d132-4b2e-9dfe-a2a4020b706b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.004268 10.0.0.19 - - [2026-06-22 04:23:33] "GET /route-target/a5c5bca4-a6b3-4831-9fa8-2a62b22d0859?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.013708 10.0.0.19 - - [2026-06-22 04:23:33] "GET /route-target/a5c5bca4-a6b3-4831-9fa8-2a62b22d0859?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003444 10.0.0.19 - - [2026-06-22 04:23:33] "POST /fqname-to-id HTTP/1.1" 403 339 0.017854 10.0.0.19 - - [2026-06-22 04:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.19 - - [2026-06-22 04:23:33] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003616 10.0.0.19 - - [2026-06-22 04:23:33] "GET /virtual-networks?parent_id=97d42bc3-4170-46e2-8ee2-cb0f40eb9508&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018796 10.0.0.19 - - [2026-06-22 04:23:33] "POST /fqname-to-id HTTP/1.1" 403 361 0.017422 10.0.0.19 - - [2026-06-22 04:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004597 10.0.0.19 - - [2026-06-22 04:23:33] "GET /routing-instance/32c5ff66-d132-4b2e-9dfe-a2a4020b706b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.004571 10.0.0.19 - - [2026-06-22 04:23:33] "GET /route-target/a5c5bca4-a6b3-4831-9fa8-2a62b22d0859?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.014941 10.0.0.19 - - [2026-06-22 04:23:33] "GET /route-target/a5c5bca4-a6b3-4831-9fa8-2a62b22d0859?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003541 10.0.0.19 - - [2026-06-22 04:23:33] "POST /fqname-to-id HTTP/1.1" 403 339 0.017051 10.0.0.19 - - [2026-06-22 04:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.19 - - [2026-06-22 04:23:33] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003785 10.0.0.19 - - [2026-06-22 04:23:33] "GET /virtual-networks?parent_id=97d42bc3-4170-46e2-8ee2-cb0f40eb9508&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014717 10.0.0.19 - - [2026-06-22 04:23:33] "POST /fqname-to-id HTTP/1.1" 403 339 0.016197 10.0.0.19 - - [2026-06-22 04:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004639 10.0.0.19 - - [2026-06-22 04:23:33] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004552 10.0.0.19 - - [2026-06-22 04:23:34] "GET /virtual-networks?parent_id=97d42bc3-4170-46e2-8ee2-cb0f40eb9508&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015687 10.0.0.241 - - [2026-06-22 04:23:34] "GET /virtual-machine/ea7fa45d-ebee-419e-a59b-c7997656ac1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.037414 10.0.0.241 - - [2026-06-22 04:23:38] "GET /obj-perms HTTP/1.1" 200 4289 0.035047 10.0.0.241 - - [2026-06-22 04:23:40] "GET /virtual-machine/ea7fa45d-ebee-419e-a59b-c7997656ac1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.016466 10.0.0.241 - - [2026-06-22 04:23:44] "GET /obj-perms HTTP/1.1" 200 4289 0.014100 10.0.0.241 - - [2026-06-22 04:23:46] "GET /virtual-machine/ea7fa45d-ebee-419e-a59b-c7997656ac1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.017795 10.0.0.241 - - [2026-06-22 04:23:50] "GET /obj-perms HTTP/1.1" 200 4289 0.018708 10.0.0.241 - - [2026-06-22 04:23:53] "GET /virtual-machine/ea7fa45d-ebee-419e-a59b-c7997656ac1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.014421 10.0.0.19 - - [2026-06-22 04:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.19 - - [2026-06-22 04:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.19 - - [2026-06-22 04:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.19 - - [2026-06-22 04:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.241 - - [2026-06-22 04:23:53] "GET /obj-perms HTTP/1.1" 200 4289 0.016514 10.0.0.19 - - [2026-06-22 04:23:53] "GET /obj-perms HTTP/1.1" 200 4289 0.029857 10.0.0.19 - - [2026-06-22 04:23:54] "GET /obj-perms HTTP/1.1" 200 4457 0.049965 10.0.0.129 - - [2026-06-22 04:23:54] "GET /obj-perms HTTP/1.1" 200 4457 0.046438 10.0.0.19 - - [2026-06-22 04:23:55] "GET /obj-perms HTTP/1.1" 200 4289 0.047231 10.0.0.19 - - [2026-06-22 04:23:55] "GET /obj-perms HTTP/1.1" 200 4289 0.015271 10.0.0.129 - - [2026-06-22 04:23:55] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.031353 10.0.0.241 - - [2026-06-22 04:23:55] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.020524 10.0.0.19 - - [2026-06-22 04:23:55] "GET /virtual-machine/ea7fa45d-ebee-419e-a59b-c7997656ac1b HTTP/1.1" 200 1290 0.016163 10.0.0.19 - - [2026-06-22 04:23:57] "POST /neutron/port HTTP/1.1" 200 1118 0.015759 10.0.0.19 - - [2026-06-22 04:23:57] "GET /virtual-machine/ea7fa45d-ebee-419e-a59b-c7997656ac1b HTTP/1.1" 200 1290 0.019227 10.0.0.19 - - [2026-06-22 04:23:59] "GET /virtual-machine/ea7fa45d-ebee-419e-a59b-c7997656ac1b HTTP/1.1" 404 171 0.015256 10.0.0.19 - - [2026-06-22 04:23:59] "GET /virtual-machine/ea7fa45d-ebee-419e-a59b-c7997656ac1b HTTP/1.1" 404 171 0.013350 10.0.0.19 - - [2026-06-22 04:23:59] "GET /virtual-machine/ea7fa45d-ebee-419e-a59b-c7997656ac1b HTTP/1.1" 404 171 0.013675 10.0.0.19 - - [2026-06-22 04:24:00] "POST /fqname-to-id HTTP/1.1" 403 339 0.018519 10.0.0.19 - - [2026-06-22 04:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.19 - - [2026-06-22 04:24:00] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003897 10.0.0.19 - - [2026-06-22 04:24:00] "GET /virtual-networks?parent_id=97d42bc3-4170-46e2-8ee2-cb0f40eb9508&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014575 10.0.0.19 - - [2026-06-22 04:24:00] "POST /fqname-to-id HTTP/1.1" 403 361 0.017143 10.0.0.19 - - [2026-06-22 04:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.19 - - [2026-06-22 04:24:00] "GET /routing-instance/32c5ff66-d132-4b2e-9dfe-a2a4020b706b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.004666 10.0.0.19 - - [2026-06-22 04:24:00] "GET /route-target/a5c5bca4-a6b3-4831-9fa8-2a62b22d0859?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.015239 10.0.0.19 - - [2026-06-22 04:24:00] "GET /route-target/a5c5bca4-a6b3-4831-9fa8-2a62b22d0859?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003494 10.0.0.19 - - [2026-06-22 04:24:00] "GET /obj-perms HTTP/1.1" 200 4289 0.029037 10.0.0.19 - - [2026-06-22 04:24:01] "GET /obj-perms HTTP/1.1" 200 4457 0.003850 10.0.0.129 - - [2026-06-22 04:24:07] "GET /obj-perms HTTP/1.1" 200 4457 0.003519 10.0.0.19 - - [2026-06-22 04:24:10] "GET /obj-perms HTTP/1.1" 200 4457 0.004323 10.0.0.129 - - [2026-06-22 04:24:16] "GET /obj-perms HTTP/1.1" 200 4457 0.003798 10.0.0.19 - - [2026-06-22 04:24:19] "GET /obj-perms HTTP/1.1" 200 4457 0.003844 10.0.0.19 - - [2026-06-22 04:24:22] "GET /obj-perms HTTP/1.1" 200 4457 0.003494 10.0.0.129 - - [2026-06-22 04:24:22] "GET /obj-perms HTTP/1.1" 200 4457 0.003932 10.0.0.241 - - [2026-06-22 04:24:23] "POST /useragent-kv HTTP/1.1" 200 115 0.005307 10.0.0.241 - - [2026-06-22 04:24:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002329 10.0.0.19 - - [2026-06-22 04:24:23] "DELETE /virtual-network/e5c8fc76-bfa6-4b84-9c2e-163f0f2b2f0e HTTP/1.1" 200 115 0.114779 10.0.0.241 - - [2026-06-22 04:24:23] "DELETE /route-target/a5c5bca4-a6b3-4831-9fa8-2a62b22d0859 HTTP/1.1" 200 115 0.020034 10.0.0.19 - - [2026-06-22 04:24:23] "DELETE /api-access-list/e1e7c799-42d9-495f-9d8a-ac38a8d5a74c HTTP/1.1" 200 115 0.037630 10.0.0.241 - - [2026-06-22 04:24:23] "GET /projects?obj_uuids=97d42bc3-4170-46e2-8ee2-cb0f40eb9508&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000894 10.0.0.19 - - [2026-06-22 04:24:23] "GET /project/97d42bc3-4170-46e2-8ee2-cb0f40eb9508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.035009 10.0.0.241 - - [2026-06-22 04:24:23] "GET /projects?obj_uuids=97d42bc3-4170-46e2-8ee2-cb0f40eb9508&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000883 10.0.0.19 - - [2026-06-22 04:24:23] "GET /project/97d42bc3-4170-46e2-8ee2-cb0f40eb9508?fields=virtual_networks HTTP/1.1" 200 1025 0.080397 10.0.0.241 - - [2026-06-22 04:24:23] "GET /projects?obj_uuids=97d42bc3-4170-46e2-8ee2-cb0f40eb9508&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001358 10.0.0.19 - - [2026-06-22 04:24:23] "GET /project/97d42bc3-4170-46e2-8ee2-cb0f40eb9508?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.055838 10.0.0.241 - - [2026-06-22 04:24:23] "GET /projects?obj_uuids=97d42bc3-4170-46e2-8ee2-cb0f40eb9508&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001265 10.0.0.19 - - [2026-06-22 04:24:23] "GET /project/97d42bc3-4170-46e2-8ee2-cb0f40eb9508?fields=security_groups HTTP/1.1" 200 1247 0.041372 10.0.0.241 - - [2026-06-22 04:24:24] "GET /projects?obj_uuids=0b62b9e9-c665-4f18-b117-9cd295eac161&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000952 10.0.0.19 - - [2026-06-22 04:24:24] "GET /project/0b62b9e9-c665-4f18-b117-9cd295eac161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.031898 10.0.0.241 - - [2026-06-22 04:24:24] "GET /projects?obj_uuids=0b62b9e9-c665-4f18-b117-9cd295eac161&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001316 10.0.0.19 - - [2026-06-22 04:24:24] "GET /project/0b62b9e9-c665-4f18-b117-9cd295eac161?fields=virtual_networks HTTP/1.1" 200 1023 0.085539 10.0.0.241 - - [2026-06-22 04:24:24] "GET /projects?obj_uuids=0b62b9e9-c665-4f18-b117-9cd295eac161&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000906 10.0.0.19 - - [2026-06-22 04:24:24] "GET /project/0b62b9e9-c665-4f18-b117-9cd295eac161?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.036292 10.0.0.241 - - [2026-06-22 04:24:24] "GET /projects?obj_uuids=0b62b9e9-c665-4f18-b117-9cd295eac161&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000977 10.0.0.19 - - [2026-06-22 04:24:24] "GET /project/0b62b9e9-c665-4f18-b117-9cd295eac161?fields=security_groups HTTP/1.1" 200 1245 0.039638 10.0.0.19 - - [2026-06-22 04:24:26] "GET /api-access-list/509a1897-df10-49ae-bd36-f6b6c147dc06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.004577 10.0.0.19 - - [2026-06-22 04:24:26] "PUT /api-access-list/509a1897-df10-49ae-bd36-f6b6c147dc06 HTTP/1.1" 200 265 0.013031 10.0.0.241 - - [2026-06-22 04:24:26] "GET /projects?obj_uuids=27289590-6afe-4cf4-aa1b-fdcfb263777f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000988 10.0.0.19 - - [2026-06-22 04:24:26] "GET /project/27289590-6afe-4cf4-aa1b-fdcfb263777f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.036789 10.0.0.241 - - [2026-06-22 04:24:26] "GET /projects?obj_uuids=27289590-6afe-4cf4-aa1b-fdcfb263777f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000953 10.0.0.19 - - [2026-06-22 04:24:26] "GET /project/27289590-6afe-4cf4-aa1b-fdcfb263777f?fields=virtual_networks HTTP/1.1" 200 1024 0.092142 10.0.0.241 - - [2026-06-22 04:24:26] "GET /projects?obj_uuids=27289590-6afe-4cf4-aa1b-fdcfb263777f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001434 10.0.0.19 - - [2026-06-22 04:24:27] "GET /project/27289590-6afe-4cf4-aa1b-fdcfb263777f?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.047911 10.0.0.241 - - [2026-06-22 04:24:27] "GET /projects?obj_uuids=27289590-6afe-4cf4-aa1b-fdcfb263777f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000938 10.0.0.19 - - [2026-06-22 04:24:27] "GET /project/27289590-6afe-4cf4-aa1b-fdcfb263777f?fields=security_groups HTTP/1.1" 200 1246 0.044188 10.0.0.19 - - [2026-06-22 04:24:27] "POST /fqname-to-id HTTP/1.1" 404 188 0.023952 10.0.0.241 - - [2026-06-22 04:24:27] "GET /projects?obj_uuids=8f806884-6547-49dd-b9fd-54e21e6d8a62&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003663 10.0.0.241 - - [2026-06-22 04:24:28] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001033 10.0.0.241 - - [2026-06-22 04:24:28] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.050393 10.0.0.241 - - [2026-06-22 04:24:28] "POST /id-to-fqname HTTP/1.1" 200 190 0.003158 10.0.0.241 - - [2026-06-22 04:24:28] "POST /fqname-to-id HTTP/1.1" 404 199 0.004121 10.0.0.241 - - [2026-06-22 04:24:28] "POST /security-groups HTTP/1.1" 200 591 0.030918 10.0.0.241 - - [2026-06-22 04:24:28] "POST /projects HTTP/1.1" 200 585 0.246156 10.0.0.241 - - [2026-06-22 04:24:28] "POST /fqname-to-id HTTP/1.1" 404 233 0.004312 10.0.0.241 - - [2026-06-22 04:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.316488 10.0.0.19 - - [2026-06-22 04:24:28] "GET /project/8f806884-6547-49dd-b9fd-54e21e6d8a62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.484561 10.0.0.19 - - [2026-06-22 04:24:29] "GET / HTTP/1.1" 200 36215 0.002740 10.0.0.19 - - [2026-06-22 04:24:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000632 10.0.0.19 - - [2026-06-22 04:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.029587 10.0.0.19 - - [2026-06-22 04:24:32] "GET /api-access-list/509a1897-df10-49ae-bd36-f6b6c147dc06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.004064 10.0.0.19 - - [2026-06-22 04:24:32] "GET /api-access-list/509a1897-df10-49ae-bd36-f6b6c147dc06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003350 10.0.0.19 - - [2026-06-22 04:24:32] "GET /api-access-list/509a1897-df10-49ae-bd36-f6b6c147dc06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.002934 10.0.0.19 - - [2026-06-22 04:24:32] "PUT /api-access-list/509a1897-df10-49ae-bd36-f6b6c147dc06 HTTP/1.1" 200 265 0.011774 10.0.0.19 - - [2026-06-22 04:24:33] "POST /fqname-to-id HTTP/1.1" 404 188 0.022183 10.0.0.241 - - [2026-06-22 04:24:33] "GET /projects?obj_uuids=241a9269-6177-4cd8-8ad0-b8306050a262&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002880 10.0.0.241 - - [2026-06-22 04:24:33] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000955 10.0.0.241 - - [2026-06-22 04:24:33] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006639 10.0.0.241 - - [2026-06-22 04:24:34] "POST /id-to-fqname HTTP/1.1" 200 190 0.004601 10.0.0.241 - - [2026-06-22 04:24:34] "POST /fqname-to-id HTTP/1.1" 404 199 0.005280 10.0.0.241 - - [2026-06-22 04:24:34] "POST /security-groups HTTP/1.1" 200 591 0.076353 10.0.0.241 - - [2026-06-22 04:24:34] "POST /projects HTTP/1.1" 200 585 0.267433 10.0.0.241 - - [2026-06-22 04:24:34] "POST /access-control-lists HTTP/1.1" 200 598 0.025319 10.0.0.241 - - [2026-06-22 04:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.344507 10.0.0.19 - - [2026-06-22 04:24:34] "GET /project/241a9269-6177-4cd8-8ad0-b8306050a262?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.474820 10.0.0.19 - - [2026-06-22 04:24:34] "POST /fqname-to-id HTTP/1.1" 404 188 0.022186 10.0.0.241 - - [2026-06-22 04:24:34] "GET /projects?obj_uuids=c2aac55f-80a8-43c7-8a6f-04fe2d8f9c7f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003134 10.0.0.241 - - [2026-06-22 04:24:34] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000925 10.0.0.241 - - [2026-06-22 04:24:34] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007007 10.0.0.241 - - [2026-06-22 04:24:34] "POST /id-to-fqname HTTP/1.1" 200 190 0.005108 10.0.0.241 - - [2026-06-22 04:24:34] "POST /fqname-to-id HTTP/1.1" 404 199 0.007224 10.0.0.241 - - [2026-06-22 04:24:35] "POST /security-groups HTTP/1.1" 200 591 0.029964 10.0.0.241 - - [2026-06-22 04:24:35] "POST /fqname-to-id HTTP/1.1" 404 234 0.003353 10.0.0.241 - - [2026-06-22 04:24:35] "POST /projects HTTP/1.1" 200 585 0.237353 10.0.0.241 - - [2026-06-22 04:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.304800 10.0.0.241 - - [2026-06-22 04:24:35] "POST /access-control-lists HTTP/1.1" 200 596 0.027308 10.0.0.19 - - [2026-06-22 04:24:35] "GET /project/c2aac55f-80a8-43c7-8a6f-04fe2d8f9c7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.438226 10.0.0.19 - - [2026-06-22 04:24:35] "GET / HTTP/1.1" 200 36215 0.001237 10.0.0.19 - - [2026-06-22 04:24:36] "GET / HTTP/1.1" 200 36215 0.001185 10.0.0.19 - - [2026-06-22 04:24:37] "POST /fqname-to-id HTTP/1.1" 404 183 0.003415 10.0.0.19 - - [2026-06-22 04:24:37] "POST /api-access-lists HTTP/1.1" 200 523 0.022417 10.0.0.19 - - [2026-06-22 04:24:37] "GET /api-access-list/83335bce-8a07-4133-a785-0f63620701d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.005443 10.0.0.19 - - [2026-06-22 04:24:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000543 10.0.0.19 - - [2026-06-22 04:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.043052 10.0.0.241 - - [2026-06-22 04:24:37] "GET /projects?obj_uuids=241a9269-6177-4cd8-8ad0-b8306050a262&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001013 10.0.0.19 - - [2026-06-22 04:24:38] "GET /project/241a9269-6177-4cd8-8ad0-b8306050a262?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.064059 10.0.0.19 - - [2026-06-22 04:24:38] "GET /virtual-networks?parent_id=241a9269-6177-4cd8-8ad0-b8306050a262&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021962 10.0.0.19 - - [2026-06-22 04:24:38] "POST /virtual-networks HTTP/1.1" 200 585 0.096464 10.0.0.19 - - [2026-06-22 04:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.034348 10.0.0.19 - - [2026-06-22 04:24:38] "GET /network-ipam/434fdda0-c76e-4ece-af32-aa1b5dafb065?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.016958 10.0.0.241 - - [2026-06-22 04:24:38] "POST /useragent-kv HTTP/1.1" 200 115 0.007374 10.0.0.19 - - [2026-06-22 04:24:38] "POST /ref-update HTTP/1.1" 200 156 0.086506 10.0.0.19 - - [2026-06-22 04:24:38] "POST /neutron/network HTTP/1.1" 200 850 0.046961 10.0.0.19 - - [2026-06-22 04:24:38] "GET /virtual-network/b113920c-25ee-48a0-bb50-7a65f147e209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2021 0.020920 10.0.0.19 - - [2026-06-22 04:24:38] "POST /neutron/subnet HTTP/1.1" 200 686 0.040664 10.0.0.19 - - [2026-06-22 04:24:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000355 10.0.0.19 - - [2026-06-22 04:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.037415 10.0.0.241 - - [2026-06-22 04:24:39] "GET /projects?obj_uuids=c2aac55f-80a8-43c7-8a6f-04fe2d8f9c7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001006 10.0.0.19 - - [2026-06-22 04:24:39] "GET /project/c2aac55f-80a8-43c7-8a6f-04fe2d8f9c7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.078024 10.0.0.19 - - [2026-06-22 04:24:39] "GET /virtual-networks?parent_id=c2aac55f-80a8-43c7-8a6f-04fe2d8f9c7f&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017531 10.0.0.19 - - [2026-06-22 04:24:39] "POST /virtual-networks HTTP/1.1" 200 585 0.096227 10.0.0.241 - - [2026-06-22 04:24:39] "POST /route-targets HTTP/1.1" 200 328 0.013184 10.0.0.19 - - [2026-06-22 04:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.047908 10.0.0.19 - - [2026-06-22 04:24:39] "GET /network-ipam/434fdda0-c76e-4ece-af32-aa1b5dafb065?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.016830 10.0.0.241 - - [2026-06-22 04:24:39] "POST /useragent-kv HTTP/1.1" 200 115 0.010765 10.0.0.19 - - [2026-06-22 04:24:39] "POST /ref-update HTTP/1.1" 200 156 0.088569 10.0.0.19 - - [2026-06-22 04:24:39] "GET /virtual-network/6a24e96f-438e-4dca-9dc3-80c91f45a4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.019864 10.0.0.19 - - [2026-06-22 04:24:40] "POST /neutron/network HTTP/1.1" 200 847 0.047351 10.0.0.19 - - [2026-06-22 04:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.19 - - [2026-06-22 04:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.129 - - [2026-06-22 04:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.027626 10.0.0.241 - - [2026-06-22 04:24:42] "GET /obj-perms HTTP/1.1" 403 257 0.037687 10.0.0.241 - - [2026-06-22 04:24:43] "GET /virtual-network/b113920c-25ee-48a0-bb50-7a65f147e209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.013356 10.0.0.19 - - [2026-06-22 04:24:43] "GET /obj-perms HTTP/1.1" 403 257 0.037223 10.0.0.19 - - [2026-06-22 04:24:43] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.063199 10.0.0.19 - - [2026-06-22 04:24:43] "PUT /virtual-network/b113920c-25ee-48a0-bb50-7a65f147e209 HTTP/1.1" 200 265 0.064868 10.0.0.19 - - [2026-06-22 04:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.19 - - [2026-06-22 04:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.129 - - [2026-06-22 04:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.241 - - [2026-06-22 04:24:45] "GET /virtual-network/b113920c-25ee-48a0-bb50-7a65f147e209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.028812 10.0.0.19 - - [2026-06-22 04:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.19 - - [2026-06-22 04:24:45] "GET /obj-perms HTTP/1.1" 403 257 0.029291 10.0.0.19 - - [2026-06-22 04:24:45] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 613 0.034691 10.0.0.19 - - [2026-06-22 04:24:45] "PUT /virtual-network/b113920c-25ee-48a0-bb50-7a65f147e209 HTTP/1.1" 200 265 0.046629 10.0.0.241 - - [2026-06-22 04:24:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003356 10.0.0.241 - - [2026-06-22 04:24:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002922 10.0.0.19 - - [2026-06-22 04:24:45] "DELETE /virtual-network/6a24e96f-438e-4dca-9dc3-80c91f45a4fc HTTP/1.1" 200 115 0.135136 10.0.0.241 - - [2026-06-22 04:24:45] "DELETE /route-target/dd4894d4-409d-4042-994f-459093fc780c HTTP/1.1" 200 115 0.024330 10.0.0.241 - - [2026-06-22 04:24:45] "POST /useragent-kv HTTP/1.1" 200 115 0.004529 10.0.0.241 - - [2026-06-22 04:24:45] "POST /useragent-kv HTTP/1.1" 200 115 0.005196 10.0.0.19 - - [2026-06-22 04:24:45] "DELETE /virtual-network/b113920c-25ee-48a0-bb50-7a65f147e209 HTTP/1.1" 200 115 0.152474 10.0.0.19 - - [2026-06-22 04:24:45] "DELETE /api-access-list/83335bce-8a07-4133-a785-0f63620701d8 HTTP/1.1" 200 115 0.058404 10.0.0.241 - - [2026-06-22 04:24:46] "GET /projects?obj_uuids=c2aac55f-80a8-43c7-8a6f-04fe2d8f9c7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000983 10.0.0.19 - - [2026-06-22 04:24:46] "GET /project/c2aac55f-80a8-43c7-8a6f-04fe2d8f9c7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.042250 10.0.0.241 - - [2026-06-22 04:24:46] "GET /projects?obj_uuids=c2aac55f-80a8-43c7-8a6f-04fe2d8f9c7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001102 10.0.0.19 - - [2026-06-22 04:24:46] "GET /project/c2aac55f-80a8-43c7-8a6f-04fe2d8f9c7f?fields=virtual_networks HTTP/1.1" 200 1034 0.046230 10.0.0.241 - - [2026-06-22 04:24:46] "GET /projects?obj_uuids=c2aac55f-80a8-43c7-8a6f-04fe2d8f9c7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000945 10.0.0.19 - - [2026-06-22 04:24:46] "GET /project/c2aac55f-80a8-43c7-8a6f-04fe2d8f9c7f?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.043381 10.0.0.241 - - [2026-06-22 04:24:46] "GET /projects?obj_uuids=c2aac55f-80a8-43c7-8a6f-04fe2d8f9c7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000891 10.0.0.19 - - [2026-06-22 04:24:46] "GET /project/c2aac55f-80a8-43c7-8a6f-04fe2d8f9c7f?fields=security_groups HTTP/1.1" 200 1261 0.038302 10.0.0.241 - - [2026-06-22 04:24:47] "GET /projects?obj_uuids=241a9269-6177-4cd8-8ad0-b8306050a262&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001236 10.0.0.19 - - [2026-06-22 04:24:47] "GET /project/241a9269-6177-4cd8-8ad0-b8306050a262?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.045183 10.0.0.241 - - [2026-06-22 04:24:47] "GET /projects?obj_uuids=241a9269-6177-4cd8-8ad0-b8306050a262&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001644 10.0.0.19 - - [2026-06-22 04:24:47] "GET /project/241a9269-6177-4cd8-8ad0-b8306050a262?fields=virtual_networks HTTP/1.1" 200 1034 0.043278 10.0.0.241 - - [2026-06-22 04:24:47] "GET /projects?obj_uuids=241a9269-6177-4cd8-8ad0-b8306050a262&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000914 10.0.0.19 - - [2026-06-22 04:24:47] "GET /project/241a9269-6177-4cd8-8ad0-b8306050a262?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.037743 10.0.0.241 - - [2026-06-22 04:24:47] "GET /projects?obj_uuids=241a9269-6177-4cd8-8ad0-b8306050a262&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000940 10.0.0.19 - - [2026-06-22 04:24:47] "GET /project/241a9269-6177-4cd8-8ad0-b8306050a262?fields=security_groups HTTP/1.1" 200 1261 0.044127 10.0.0.19 - - [2026-06-22 04:24:50] "GET / HTTP/1.1" 200 36215 0.001429 10.0.0.19 - - [2026-06-22 04:24:51] "GET / HTTP/1.1" 200 36215 0.001201 10.0.0.19 - - [2026-06-22 04:24:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000453 10.0.0.19 - - [2026-06-22 04:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.074123 10.0.0.241 - - [2026-06-22 04:24:52] "GET /projects?obj_uuids=8f806884-6547-49dd-b9fd-54e21e6d8a62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000956 10.0.0.19 - - [2026-06-22 04:24:52] "GET /project/8f806884-6547-49dd-b9fd-54e21e6d8a62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.071961 10.0.0.19 - - [2026-06-22 04:24:52] "GET /virtual-networks?parent_id=8f806884-6547-49dd-b9fd-54e21e6d8a62&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.019385 10.0.0.19 - - [2026-06-22 04:24:52] "POST /fqname-to-id HTTP/1.1" 404 197 0.013978 10.0.0.19 - - [2026-06-22 04:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.013971 10.0.0.241 - - [2026-06-22 04:24:52] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001037 10.0.0.19 - - [2026-06-22 04:24:52] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.019453 10.0.0.19 - - [2026-06-22 04:24:52] "POST /service-templates HTTP/1.1" 403 264 0.013126 10.0.0.19 - - [2026-06-22 04:24:53] "POST /fqname-to-id HTTP/1.1" 404 215 0.008012 10.0.0.19 - - [2026-06-22 04:24:53] "POST /api-access-lists HTTP/1.1" 200 557 0.035089 10.0.0.19 - - [2026-06-22 04:24:53] "GET /api-access-list/be234f20-a185-47d7-8300-cc36675466c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.005640 10.0.0.19 - - [2026-06-22 04:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.017592 10.0.0.241 - - [2026-06-22 04:24:53] "GET /projects?obj_uuids=8f806884-6547-49dd-b9fd-54e21e6d8a62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001092 10.0.0.19 - - [2026-06-22 04:24:53] "GET /project/8f806884-6547-49dd-b9fd-54e21e6d8a62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.072784 10.0.0.19 - - [2026-06-22 04:24:53] "GET /virtual-networks?parent_id=8f806884-6547-49dd-b9fd-54e21e6d8a62&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016481 10.0.0.19 - - [2026-06-22 04:24:53] "POST /virtual-networks HTTP/1.1" 200 585 0.093561 10.0.0.241 - - [2026-06-22 04:24:53] "POST /route-targets HTTP/1.1" 200 328 0.017054 10.0.0.19 - - [2026-06-22 04:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.032737 10.0.0.19 - - [2026-06-22 04:24:53] "GET /network-ipam/434fdda0-c76e-4ece-af32-aa1b5dafb065?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.016149 10.0.0.241 - - [2026-06-22 04:24:53] "POST /useragent-kv HTTP/1.1" 200 115 0.010931 10.0.0.19 - - [2026-06-22 04:24:53] "POST /ref-update HTTP/1.1" 200 156 0.088119 10.0.0.19 - - [2026-06-22 04:24:53] "POST /neutron/network HTTP/1.1" 200 845 0.046390 10.0.0.19 - - [2026-06-22 04:24:53] "GET /virtual-network/f2a67795-0703-4675-8c91-4da3e80e78d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.017963 10.0.0.19 - - [2026-06-22 04:24:54] "POST /neutron/network HTTP/1.1" 200 845 0.046348 10.0.0.19 - - [2026-06-22 04:24:54] "GET /virtual-network/f2a67795-0703-4675-8c91-4da3e80e78d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.006623 10.0.0.19 - - [2026-06-22 04:24:54] "GET /network-ipam/434fdda0-c76e-4ece-af32-aa1b5dafb065?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.003665 10.0.0.19 - - [2026-06-22 04:24:54] "GET /virtual-network/f2a67795-0703-4675-8c91-4da3e80e78d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.007802 10.0.0.19 - - [2026-06-22 04:24:55] "POST /fqname-to-id HTTP/1.1" 404 197 0.014890 10.0.0.19 - - [2026-06-22 04:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.016275 10.0.0.241 - - [2026-06-22 04:24:55] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001253 10.0.0.19 - - [2026-06-22 04:24:55] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.024578 10.0.0.19 - - [2026-06-22 04:24:55] "POST /service-templates HTTP/1.1" 403 264 0.013587 10.0.0.19 - - [2026-06-22 04:24:55] "POST /fqname-to-id HTTP/1.1" 404 183 0.003238 10.0.0.19 - - [2026-06-22 04:24:55] "POST /api-access-lists HTTP/1.1" 200 523 0.024156 10.0.0.19 - - [2026-06-22 04:24:55] "GET /api-access-list/13e9a819-2dc2-49d5-bbf0-59771a92ccf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.005498 10.0.0.19 - - [2026-06-22 04:24:55] "POST /fqname-to-id HTTP/1.1" 404 197 0.017893 10.0.0.19 - - [2026-06-22 04:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.014832 10.0.0.241 - - [2026-06-22 04:24:55] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001027 10.0.0.19 - - [2026-06-22 04:24:55] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.036954 10.0.0.19 - - [2026-06-22 04:24:55] "POST /service-templates HTTP/1.1" 200 553 0.041142 10.0.0.19 - - [2026-06-22 04:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.020844 10.0.0.19 - - [2026-06-22 04:24:56] "GET /service-template/56741aed-720c-49cc-904b-eb427c82f618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.017116 10.0.0.19 - - [2026-06-22 04:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.018551 10.0.0.19 - - [2026-06-22 04:24:56] "GET /service-template/56741aed-720c-49cc-904b-eb427c82f618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.017763 10.0.0.19 - - [2026-06-22 04:24:57] "GET /obj-perms HTTP/1.1" 403 257 0.033882 10.0.0.129 - - [2026-06-22 04:24:57] "GET /obj-perms HTTP/1.1" 403 257 0.032140 10.0.0.241 - - [2026-06-22 04:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.024723 10.0.0.19 - - [2026-06-22 04:24:58] "GET /obj-perms HTTP/1.1" 403 257 0.012945 10.0.0.19 - - [2026-06-22 04:24:58] "GET /api-access-list/be234f20-a185-47d7-8300-cc36675466c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.003650 10.0.0.19 - - [2026-06-22 04:24:58] "PUT /api-access-list/be234f20-a185-47d7-8300-cc36675466c3 HTTP/1.1" 200 265 0.011871 10.0.0.19 - - [2026-06-22 04:24:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000522 10.0.0.19 - - [2026-06-22 04:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.039327 10.0.0.241 - - [2026-06-22 04:24:58] "GET /projects?obj_uuids=8f806884-6547-49dd-b9fd-54e21e6d8a62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001117 10.0.0.19 - - [2026-06-22 04:24:58] "GET /project/8f806884-6547-49dd-b9fd-54e21e6d8a62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.074563 10.0.0.19 - - [2026-06-22 04:24:58] "GET /virtual-networks?parent_id=8f806884-6547-49dd-b9fd-54e21e6d8a62&detail=False&count=False&shared=False HTTP/1.1" 200 372 0.020860 10.0.0.19 - - [2026-06-22 04:24:58] "POST /virtual-networks HTTP/1.1" 403 263 0.014807 10.0.0.19 - - [2026-06-22 04:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.19 - - [2026-06-22 04:24:59] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.034541 10.0.0.19 - - [2026-06-22 04:24:59] "GET /api-access-list/13e9a819-2dc2-49d5-bbf0-59771a92ccf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.003434 10.0.0.19 - - [2026-06-22 04:24:59] "PUT /api-access-list/13e9a819-2dc2-49d5-bbf0-59771a92ccf1 HTTP/1.1" 200 265 0.012673 10.0.0.19 - - [2026-06-22 04:24:59] "POST /fqname-to-id HTTP/1.1" 404 197 0.013324 10.0.0.19 - - [2026-06-22 04:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.014632 10.0.0.241 - - [2026-06-22 04:24:59] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001304 10.0.0.19 - - [2026-06-22 04:24:59] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.021188 10.0.0.19 - - [2026-06-22 04:24:59] "POST /service-templates HTTP/1.1" 403 264 0.015678 10.0.0.19 - - [2026-06-22 04:24:59] "GET /api-access-list/be234f20-a185-47d7-8300-cc36675466c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.004200 10.0.0.19 - - [2026-06-22 04:24:59] "PUT /api-access-list/be234f20-a185-47d7-8300-cc36675466c3 HTTP/1.1" 200 265 0.013100 10.0.0.19 - - [2026-06-22 04:24:59] "GET /api-access-list/13e9a819-2dc2-49d5-bbf0-59771a92ccf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.003840 10.0.0.19 - - [2026-06-22 04:24:59] "PUT /api-access-list/13e9a819-2dc2-49d5-bbf0-59771a92ccf1 HTTP/1.1" 200 265 0.015383 10.0.0.19 - - [2026-06-22 04:25:00] "GET /virtual-network/f2a67795-0703-4675-8c91-4da3e80e78d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.015588 10.0.0.19 - - [2026-06-22 04:25:01] "GET /virtual-network/f2a67795-0703-4675-8c91-4da3e80e78d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.033675 10.0.0.129 - - [2026-06-22 04:25:01] "GET /obj-perms HTTP/1.1" 403 257 0.016777 10.0.0.129 - - [2026-06-22 04:25:01] "GET /obj-perms HTTP/1.1" 403 257 0.036185 10.0.0.241 - - [2026-06-22 04:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.241 - - [2026-06-22 04:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.19 - - [2026-06-22 04:25:02] "GET /api-access-list/509a1897-df10-49ae-bd36-f6b6c147dc06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.005262 10.0.0.19 - - [2026-06-22 04:25:02] "PUT /api-access-list/509a1897-df10-49ae-bd36-f6b6c147dc06 HTTP/1.1" 200 265 0.011915 10.0.0.19 - - [2026-06-22 04:25:02] "GET /obj-perms HTTP/1.1" 403 257 0.015271 10.0.0.19 - - [2026-06-22 04:25:02] "GET /obj-perms HTTP/1.1" 403 257 0.020537 10.0.0.19 - - [2026-06-22 04:25:02] "DELETE /api-access-list/be234f20-a185-47d7-8300-cc36675466c3 HTTP/1.1" 200 115 0.036446 10.0.0.19 - - [2026-06-22 04:25:02] "DELETE /api-access-list/13e9a819-2dc2-49d5-bbf0-59771a92ccf1 HTTP/1.1" 200 115 0.034596 10.0.0.19 - - [2026-06-22 04:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.129 - - [2026-06-22 04:25:04] "GET /obj-perms HTTP/1.1" 403 257 0.034295 10.0.0.241 - - [2026-06-22 04:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.19 - - [2026-06-22 04:25:04] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.031065 10.0.0.19 - - [2026-06-22 04:25:04] "GET /api-access-list/509a1897-df10-49ae-bd36-f6b6c147dc06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2687 0.004787 10.0.0.19 - - [2026-06-22 04:25:04] "PUT /api-access-list/509a1897-df10-49ae-bd36-f6b6c147dc06 HTTP/1.1" 200 265 0.012702 10.0.0.19 - - [2026-06-22 04:25:04] "GET /virtual-network/f2a67795-0703-4675-8c91-4da3e80e78d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.017762 10.0.0.19 - - [2026-06-22 04:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.014677 10.0.0.19 - - [2026-06-22 04:25:04] "DELETE /service-template/56741aed-720c-49cc-904b-eb427c82f618 HTTP/1.1" 200 115 0.039147 10.0.0.19 - - [2026-06-22 04:25:04] "POST /fqname-to-id HTTP/1.1" 404 197 0.017168 10.0.0.241 - - [2026-06-22 04:25:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003393 10.0.0.241 - - [2026-06-22 04:25:04] "POST /useragent-kv HTTP/1.1" 200 115 0.004269 10.0.0.19 - - [2026-06-22 04:25:04] "DELETE /virtual-network/f2a67795-0703-4675-8c91-4da3e80e78d6 HTTP/1.1" 200 115 0.119097 10.0.0.241 - - [2026-06-22 04:25:05] "DELETE /route-target/5a79b3f2-4f8e-4179-b008-f44fca40e780 HTTP/1.1" 200 115 0.022912 10.0.0.19 - - [2026-06-22 04:25:05] "GET /api-access-list/509a1897-df10-49ae-bd36-f6b6c147dc06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.004876 10.0.0.19 - - [2026-06-22 04:25:05] "PUT /api-access-list/509a1897-df10-49ae-bd36-f6b6c147dc06 HTTP/1.1" 200 265 0.012772 10.0.0.19 - - [2026-06-22 04:25:05] "GET /api-access-list/509a1897-df10-49ae-bd36-f6b6c147dc06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.003860 10.0.0.19 - - [2026-06-22 04:25:05] "PUT /api-access-list/509a1897-df10-49ae-bd36-f6b6c147dc06 HTTP/1.1" 200 265 0.014763 10.0.0.19 - - [2026-06-22 04:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.241 - - [2026-06-22 04:25:07] "GET /projects?obj_uuids=8f806884-6547-49dd-b9fd-54e21e6d8a62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001027 10.0.0.19 - - [2026-06-22 04:25:07] "GET /project/8f806884-6547-49dd-b9fd-54e21e6d8a62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.060333 10.0.0.241 - - [2026-06-22 04:25:08] "POST /useragent-kv HTTP/1.1" 200 115 0.010121 10.0.0.19 - - [2026-06-22 04:25:08] "POST /neutron/subnet HTTP/1.1" 200 728 0.225386 10.0.0.19 - - [2026-06-22 04:25:08] "POST /id-to-fqname HTTP/1.1" 200 240 0.001201 10.0.0.19 - - [2026-06-22 04:25:08] "GET /virtual-network/29afabb7-97f4-4bd8-8729-9d4728a99686?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.005413 10.0.0.19 - - [2026-06-22 04:25:08] "GET /virtual-network/29afabb7-97f4-4bd8-8729-9d4728a99686?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.006084 10.0.0.19 - - [2026-06-22 04:25:08] "POST /neutron/network HTTP/1.1" 200 863 0.011673 10.0.0.19 - - [2026-06-22 04:25:08] "GET /virtual-network/29afabb7-97f4-4bd8-8729-9d4728a99686?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.005398 10.0.0.19 - - [2026-06-22 04:25:08] "GET /network-ipam/434fdda0-c76e-4ece-af32-aa1b5dafb065?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.003498 10.0.0.19 - - [2026-06-22 04:25:09] "GET /virtual-network/29afabb7-97f4-4bd8-8729-9d4728a99686?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.005692 10.0.0.19 - - [2026-06-22 04:25:09] "GET /obj-perms HTTP/1.1" 200 4467 0.062728 10.0.0.129 - - [2026-06-22 04:25:09] "GET /obj-perms HTTP/1.1" 200 4467 0.044006 10.0.0.19 - - [2026-06-22 04:25:09] "POST /fqname-to-id HTTP/1.1" 404 215 0.003575 10.0.0.19 - - [2026-06-22 04:25:09] "POST /api-access-lists HTTP/1.1" 200 557 0.025537 10.0.0.19 - - [2026-06-22 04:25:09] "GET /api-access-list/07a0b39a-9502-4ada-8718-377548df3560?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2442 0.006364 10.0.0.19 - - [2026-06-22 04:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.017956 10.0.0.241 - - [2026-06-22 04:25:09] "GET /projects?obj_uuids=8f806884-6547-49dd-b9fd-54e21e6d8a62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001070 10.0.0.19 - - [2026-06-22 04:25:09] "GET /project/8f806884-6547-49dd-b9fd-54e21e6d8a62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.073977 10.0.0.19 - - [2026-06-22 04:25:09] "POST /neutron/network HTTP/1.1" 200 117 0.075464 10.0.0.241 - - [2026-06-22 04:25:10] "POST /route-targets HTTP/1.1" 200 328 0.013839 10.0.0.19 - - [2026-06-22 04:25:10] "POST /neutron/network HTTP/1.1" 200 693 0.029398 10.0.0.19 - - [2026-06-22 04:25:10] "POST /id-to-fqname HTTP/1.1" 200 240 0.014668 10.0.0.19 - - [2026-06-22 04:25:10] "GET /virtual-network/7135994c-b8bf-47a3-831e-49f74d4971cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.021785 10.0.0.19 - - [2026-06-22 04:25:10] "POST /neutron/network HTTP/1.1" 200 863 0.030454 10.0.0.19 - - [2026-06-22 04:25:10] "GET /virtual-network/7135994c-b8bf-47a3-831e-49f74d4971cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.027898 10.0.0.19 - - [2026-06-22 04:25:10] "POST /neutron/network HTTP/1.1" 200 863 0.007852 10.0.0.19 - - [2026-06-22 04:25:10] "GET /virtual-network/7135994c-b8bf-47a3-831e-49f74d4971cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.008373 10.0.0.19 - - [2026-06-22 04:25:10] "GET /network-ipam/434fdda0-c76e-4ece-af32-aa1b5dafb065?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.005082 10.0.0.19 - - [2026-06-22 04:25:11] "GET /virtual-network/7135994c-b8bf-47a3-831e-49f74d4971cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.005434 10.0.0.241 - - [2026-06-22 04:25:11] "GET /obj-perms HTTP/1.1" 200 4467 0.051192 10.0.0.19 - - [2026-06-22 04:25:11] "POST /fqname-to-id HTTP/1.1" 404 232 0.023870 10.0.0.241 - - [2026-06-22 04:25:11] "POST /access-control-lists HTTP/1.1" 200 628 0.028431 10.0.0.241 - - [2026-06-22 04:25:11] "PUT /access-control-list/86fbe140-8bd6-4bac-a9e6-270ae1ce04ac HTTP/1.1" 200 273 0.016798 10.0.0.241 - - [2026-06-22 04:25:12] "GET /projects?obj_uuids=8f806884-6547-49dd-b9fd-54e21e6d8a62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001453 10.0.0.19 - - [2026-06-22 04:25:12] "POST /neutron/security_group_rule HTTP/1.1" 200 575 0.110516 10.0.0.241 - - [2026-06-22 04:25:12] "GET /projects?obj_uuids=8f806884-6547-49dd-b9fd-54e21e6d8a62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000990 10.0.0.19 - - [2026-06-22 04:25:12] "POST /neutron/security_group_rule HTTP/1.1" 200 151 0.239919 10.0.0.241 - - [2026-06-22 04:25:12] "PUT /access-control-list/86fbe140-8bd6-4bac-a9e6-270ae1ce04ac HTTP/1.1" 200 273 0.015602 10.0.0.19 - - [2026-06-22 04:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.028744 10.0.0.19 - - [2026-06-22 04:25:13] "GET /security-group/96d7a782-1a0d-4260-bd87-9b28e18567c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1319 0.019434 10.0.0.19 - - [2026-06-22 04:25:13] "POST /id-to-fqname HTTP/1.1" 200 240 0.015083 10.0.0.241 - - [2026-06-22 04:25:15] "GET /projects?obj_uuids=8f806884-6547-49dd-b9fd-54e21e6d8a62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001023 10.0.0.19 - - [2026-06-22 04:25:15] "GET /project/8f806884-6547-49dd-b9fd-54e21e6d8a62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.061665 10.0.0.19 - - [2026-06-22 04:25:15] "POST /neutron/network HTTP/1.1" 200 863 0.008860 10.0.0.19 - - [2026-06-22 04:25:15] "POST /neutron/port HTTP/1.1" 200 117 0.026103 10.0.0.241 - - [2026-06-22 04:25:19] "GET /projects?obj_uuids=8f806884-6547-49dd-b9fd-54e21e6d8a62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001020 10.0.0.19 - - [2026-06-22 04:25:20] "POST /neutron/port HTTP/1.1" 200 1059 0.519368 10.0.0.19 - - [2026-06-22 04:25:20] "POST /neutron/port HTTP/1.1" 200 1113 0.129556 10.0.0.19 - - [2026-06-22 04:25:21] "POST /neutron/port HTTP/1.1" 200 1123 0.016960 10.0.0.19 - - [2026-06-22 04:25:21] "POST /neutron/port HTTP/1.1" 200 117 0.001208 10.0.0.241 - - [2026-06-22 04:25:23] "DELETE /project/8f806884654749ddb9fd54e21e6d8a62 HTTP/1.1" 404 173 0.027249 10.0.0.241 - - [2026-06-22 04:25:23] "DELETE /project/241a926961774cd88ad0b8306050a262 HTTP/1.1" 404 173 0.021670 10.0.0.241 - - [2026-06-22 04:25:23] "DELETE /project/c2aac55f80a843c78a6f04fe2d8f9c7f HTTP/1.1" 404 173 0.015362 10.0.0.241 - - [2026-06-22 04:25:23] "GET /projects?obj_uuids=241a9269-6177-4cd8-8ad0-b8306050a262&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000890 10.0.0.241 - - [2026-06-22 04:25:23] "GET /projects?obj_uuids=c2aac55f-80a8-43c7-8a6f-04fe2d8f9c7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000727 10.0.0.241 - - [2026-06-22 04:25:23] "GET /projects?obj_uuids=0b62b9e9-c665-4f18-b117-9cd295eac161&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000666 10.0.0.241 - - [2026-06-22 04:25:23] "GET /projects?obj_uuids=27289590-6afe-4cf4-aa1b-fdcfb263777f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000711 10.0.0.241 - - [2026-06-22 04:25:23] "GET /projects?obj_uuids=97d42bc3-4170-46e2-8ee2-cb0f40eb9508&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000721 10.0.0.241 - - [2026-06-22 04:25:23] "GET /project/27289590-6afe-4cf4-aa1b-fdcfb263777f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.085353 10.0.0.241 - - [2026-06-22 04:25:23] "GET /projects?obj_uuids=27289590-6afe-4cf4-aa1b-fdcfb263777f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001710 10.0.0.241 - - [2026-06-22 04:25:23] "GET /project/97d42bc3-4170-46e2-8ee2-cb0f40eb9508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.103623 10.0.0.241 - - [2026-06-22 04:25:23] "GET /project/0b62b9e9-c665-4f18-b117-9cd295eac161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.107134 10.0.0.241 - - [2026-06-22 04:25:23] "GET /project/c2aac55f-80a8-43c7-8a6f-04fe2d8f9c7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.126340 10.0.0.241 - - [2026-06-22 04:25:23] "GET /projects?obj_uuids=97d42bc3-4170-46e2-8ee2-cb0f40eb9508&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001026 10.0.0.241 - - [2026-06-22 04:25:23] "GET /project/241a9269-6177-4cd8-8ad0-b8306050a262?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.147129 10.0.0.241 - - [2026-06-22 04:25:23] "GET /projects?obj_uuids=0b62b9e9-c665-4f18-b117-9cd295eac161&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002052 10.0.0.241 - - [2026-06-22 04:25:23] "GET /projects?obj_uuids=c2aac55f-80a8-43c7-8a6f-04fe2d8f9c7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002105 10.0.0.241 - - [2026-06-22 04:25:23] "GET /projects?obj_uuids=241a9269-6177-4cd8-8ad0-b8306050a262&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004305 10.0.0.241 - - [2026-06-22 04:25:24] "GET /project/27289590-6afe-4cf4-aa1b-fdcfb263777f?fields=security_groups HTTP/1.1" 200 1348 0.185885 10.0.0.241 - - [2026-06-22 04:25:24] "GET /project/c2aac55f-80a8-43c7-8a6f-04fe2d8f9c7f?fields=security_groups HTTP/1.1" 200 1363 0.122448 10.0.0.241 - - [2026-06-22 04:25:24] "GET /project/0b62b9e9-c665-4f18-b117-9cd295eac161?fields=security_groups HTTP/1.1" 200 1347 0.179830 10.0.0.241 - - [2026-06-22 04:25:24] "GET /project/97d42bc3-4170-46e2-8ee2-cb0f40eb9508?fields=security_groups HTTP/1.1" 200 1349 0.203493 10.0.0.241 - - [2026-06-22 04:25:24] "GET /project/241a9269-6177-4cd8-8ad0-b8306050a262?fields=security_groups HTTP/1.1" 200 1363 0.217914 10.0.0.241 - - [2026-06-22 04:25:24] "DELETE /security-group/84cdfdcf-f3c8-408f-960f-eba32797ac16 HTTP/1.1" 404 171 0.067693 10.0.0.241 - - [2026-06-22 04:25:24] "DELETE /security-group/296c07c4-b340-4a01-8ec2-56b327d65d92 HTTP/1.1" 404 171 0.051693 10.0.0.241 - - [2026-06-22 04:25:24] "DELETE /security-group/52cf6238-ef6b-4dbd-861e-3e6628a214be HTTP/1.1" 404 171 0.057673 10.0.0.241 - - [2026-06-22 04:25:24] "GET /projects?obj_uuids=27289590-6afe-4cf4-aa1b-fdcfb263777f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001301 10.0.0.241 - - [2026-06-22 04:25:24] "GET /projects?obj_uuids=0b62b9e9-c665-4f18-b117-9cd295eac161&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001014 10.0.0.241 - - [2026-06-22 04:25:24] "GET /projects?obj_uuids=97d42bc3-4170-46e2-8ee2-cb0f40eb9508&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001158 10.0.0.241 - - [2026-06-22 04:25:24] "DELETE /security-group/333359fa-4569-4008-be95-86cf13a85c09 HTTP/1.1" 200 115 0.207899 10.0.0.241 - - [2026-06-22 04:25:24] "GET /projects?obj_uuids=c2aac55f-80a8-43c7-8a6f-04fe2d8f9c7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000943 10.0.0.241 - - [2026-06-22 04:25:24] "GET /project/27289590-6afe-4cf4-aa1b-fdcfb263777f?fields=application_policy_sets HTTP/1.1" 200 1387 0.134176 10.0.0.241 - - [2026-06-22 04:25:24] "GET /project/0b62b9e9-c665-4f18-b117-9cd295eac161?fields=application_policy_sets HTTP/1.1" 200 1386 0.121760 10.0.0.241 - - [2026-06-22 04:25:24] "GET /project/97d42bc3-4170-46e2-8ee2-cb0f40eb9508?fields=application_policy_sets HTTP/1.1" 200 1388 0.195347 10.0.0.241 - - [2026-06-22 04:25:24] "DELETE /security-group/511c66ef-f13b-4621-9ed9-7fb1d29c1a2e HTTP/1.1" 200 115 0.261343 10.0.0.241 - - [2026-06-22 04:25:24] "GET /project/c2aac55f-80a8-43c7-8a6f-04fe2d8f9c7f?fields=application_policy_sets HTTP/1.1" 200 1402 0.176090 10.0.0.241 - - [2026-06-22 04:25:24] "GET /projects?obj_uuids=241a9269-6177-4cd8-8ad0-b8306050a262&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000993 10.0.0.241 - - [2026-06-22 04:25:24] "DELETE /project/27289590-6afe-4cf4-aa1b-fdcfb263777f HTTP/1.1" 200 115 0.904860 10.0.0.241 - - [2026-06-22 04:25:24] "DELETE /access-control-list/df8613cf-2c7b-42d4-9cb5-b15de553fe98 HTTP/1.1" 200 115 0.217011 10.0.0.241 - - [2026-06-22 04:25:24] "GET /project/241a9269-6177-4cd8-8ad0-b8306050a262?fields=application_policy_sets HTTP/1.1" 200 1402 0.252107 10.0.0.241 - - [2026-06-22 04:25:24] "DELETE /project/0b62b9e9-c665-4f18-b117-9cd295eac161 HTTP/1.1" 404 190 0.997638 10.0.0.241 - - [2026-06-22 04:25:24] "DELETE /project/97d42bc3-4170-46e2-8ee2-cb0f40eb9508 HTTP/1.1" 200 115 0.991946 10.0.0.241 - - [2026-06-22 04:25:24] "DELETE /project/c2aac55f-80a8-43c7-8a6f-04fe2d8f9c7f HTTP/1.1" 200 115 1.161120 10.0.0.241 - - [2026-06-22 04:25:24] "DELETE /access-control-list/e6a15411-16df-4711-bee7-626b87631b8d HTTP/1.1" 200 115 0.055314 10.0.0.241 - - [2026-06-22 04:25:25] "DELETE /project/241a9269-6177-4cd8-8ad0-b8306050a262 HTTP/1.1" 200 115 1.278706 10.0.0.241 - - [2026-06-22 04:25:25] "DELETE /access-control-list/5efdc5e2-77e6-4673-a4a2-e26500d123a0 HTTP/1.1" 200 115 0.032449 10.0.0.19 - - [2026-06-22 04:25:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008220 10.0.0.19 - - [2026-06-22 04:25:30] "POST /neutron/port HTTP/1.1" 200 1123 0.020313 10.0.0.19 - - [2026-06-22 04:25:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008425 10.0.0.19 - - [2026-06-22 04:25:31] "GET /virtual-machine/24a3348b-69f4-4fb5-add9-8052a5cd69bd HTTP/1.1" 401 292 0.000384 10.0.0.19 - - [2026-06-22 04:25:31] "POST /neutron/port HTTP/1.1" 200 1123 0.019798 10.0.0.19 - - [2026-06-22 04:25:31] "GET /virtual-machine/24a3348b-69f4-4fb5-add9-8052a5cd69bd HTTP/1.1" 200 1294 0.042455 10.0.0.19 - - [2026-06-22 04:25:31] "GET /virtual-machine/24a3348b-69f4-4fb5-add9-8052a5cd69bd HTTP/1.1" 200 1294 0.024632 10.0.0.19 - - [2026-06-22 04:25:31] "GET /virtual-machine-interface/8d99bce2-ba96-4643-ba19-47cb1c10fd16 HTTP/1.1" 200 3031 0.023151 10.0.0.19 - - [2026-06-22 04:25:31] "GET /virtual-machine/24a3348b-69f4-4fb5-add9-8052a5cd69bd HTTP/1.1" 200 1294 0.019931 10.0.0.19 - - [2026-06-22 04:25:31] "GET /virtual-machine-interface/8d99bce2-ba96-4643-ba19-47cb1c10fd16 HTTP/1.1" 200 3031 0.020674 10.0.0.19 - - [2026-06-22 04:25:31] "GET /instance-ip/f6357b4f-daa2-46f8-9ca5-14ab9554b08e HTTP/1.1" 200 1643 0.022383 10.0.0.19 - - [2026-06-22 04:25:31] "GET /virtual-machine/24a3348b-69f4-4fb5-add9-8052a5cd69bd HTTP/1.1" 200 1294 0.016745 10.0.0.19 - - [2026-06-22 04:25:31] "GET /virtual-machine-interface/8d99bce2-ba96-4643-ba19-47cb1c10fd16 HTTP/1.1" 200 3031 0.023838 10.0.0.19 - - [2026-06-22 04:25:31] "GET /instance-ip/f6357b4f-daa2-46f8-9ca5-14ab9554b08e HTTP/1.1" 200 1643 0.018189 10.0.0.19 - - [2026-06-22 04:25:31] "POST /fqname-to-id HTTP/1.1" 403 354 0.016538 10.0.0.19 - - [2026-06-22 04:25:31] "GET / HTTP/1.1" 200 36215 0.002301 10.0.0.19 - - [2026-06-22 04:25:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000507 10.0.0.19 - - [2026-06-22 04:25:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.025295 10.0.0.19 - - [2026-06-22 04:25:32] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003680 10.0.0.19 - - [2026-06-22 04:25:32] "GET /virtual-networks?parent_id=8f806884-6547-49dd-b9fd-54e21e6d8a62&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.021383 10.0.0.19 - - [2026-06-22 04:25:32] "GET /virtual-network/7135994c-b8bf-47a3-831e-49f74d4971cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.023243 10.0.0.19 - - [2026-06-22 04:25:32] "POST /fqname-to-id HTTP/1.1" 403 354 0.015510 10.0.0.19 - - [2026-06-22 04:25:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.19 - - [2026-06-22 04:25:32] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003586 10.0.0.19 - - [2026-06-22 04:25:32] "GET /virtual-networks?parent_id=8f806884-6547-49dd-b9fd-54e21e6d8a62&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.019811 10.0.0.19 - - [2026-06-22 04:25:32] "GET /virtual-network/7135994c-b8bf-47a3-831e-49f74d4971cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.019851 10.0.0.19 - - [2026-06-22 04:25:32] "POST /fqname-to-id HTTP/1.1" 403 354 0.016516 10.0.0.19 - - [2026-06-22 04:25:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.19 - - [2026-06-22 04:25:32] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004461 10.0.0.19 - - [2026-06-22 04:25:32] "GET /virtual-networks?parent_id=8f806884-6547-49dd-b9fd-54e21e6d8a62&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.021547 10.0.0.19 - - [2026-06-22 04:25:32] "GET /virtual-network/7135994c-b8bf-47a3-831e-49f74d4971cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.019502 10.0.0.19 - - [2026-06-22 04:25:32] "POST /fqname-to-id HTTP/1.1" 403 354 0.014465 10.0.0.19 - - [2026-06-22 04:25:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.19 - - [2026-06-22 04:25:32] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004194 10.0.0.19 - - [2026-06-22 04:25:32] "GET /virtual-networks?parent_id=8f806884-6547-49dd-b9fd-54e21e6d8a62&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.022447 10.0.0.19 - - [2026-06-22 04:25:33] "GET /virtual-network/7135994c-b8bf-47a3-831e-49f74d4971cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.022707 10.0.0.19 - - [2026-06-22 04:25:33] "POST /fqname-to-id HTTP/1.1" 403 354 0.016030 10.0.0.19 - - [2026-06-22 04:25:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006670 10.0.0.19 - - [2026-06-22 04:25:33] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003951 10.0.0.19 - - [2026-06-22 04:25:33] "GET /virtual-networks?parent_id=8f806884-6547-49dd-b9fd-54e21e6d8a62&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.020249 10.0.0.19 - - [2026-06-22 04:25:33] "GET /virtual-network/7135994c-b8bf-47a3-831e-49f74d4971cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.023661 10.0.0.19 - - [2026-06-22 04:25:34] "POST /fqname-to-id HTTP/1.1" 403 354 0.016253 10.0.0.19 - - [2026-06-22 04:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.19 - - [2026-06-22 04:25:34] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004261 10.0.0.19 - - [2026-06-22 04:25:34] "GET /virtual-networks?parent_id=8f806884-6547-49dd-b9fd-54e21e6d8a62&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.020651 10.0.0.19 - - [2026-06-22 04:25:34] "GET /virtual-network/7135994c-b8bf-47a3-831e-49f74d4971cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.020362 10.0.0.19 - - [2026-06-22 04:25:34] "POST /fqname-to-id HTTP/1.1" 403 354 0.016765 10.0.0.19 - - [2026-06-22 04:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.19 - - [2026-06-22 04:25:34] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005744 10.0.0.19 - - [2026-06-22 04:25:34] "GET /virtual-networks?parent_id=8f806884-6547-49dd-b9fd-54e21e6d8a62&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.020900 10.0.0.19 - - [2026-06-22 04:25:34] "GET /virtual-network/7135994c-b8bf-47a3-831e-49f74d4971cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.022652 10.0.0.19 - - [2026-06-22 04:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.014410 10.0.0.19 - - [2026-06-22 04:25:34] "GET /routing-instance/ede35b6d-1190-4601-9244-1623b78bc8e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.020673 10.0.0.19 - - [2026-06-22 04:25:34] "POST /fqname-to-id HTTP/1.1" 403 354 0.017052 10.0.0.19 - - [2026-06-22 04:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004715 10.0.0.19 - - [2026-06-22 04:25:34] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005167 10.0.0.19 - - [2026-06-22 04:25:34] "GET /virtual-networks?parent_id=8f806884-6547-49dd-b9fd-54e21e6d8a62&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.021364 10.0.0.19 - - [2026-06-22 04:25:34] "GET /virtual-network/7135994c-b8bf-47a3-831e-49f74d4971cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.020717 10.0.0.19 - - [2026-06-22 04:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.014434 10.0.0.19 - - [2026-06-22 04:25:34] "GET /routing-instance/ede35b6d-1190-4601-9244-1623b78bc8e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.020145 10.0.0.241 - - [2026-06-22 04:25:35] "GET /virtual-machine/24a3348b-69f4-4fb5-add9-8052a5cd69bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.039927 10.0.0.241 - - [2026-06-22 04:25:39] "GET /obj-perms HTTP/1.1" 403 257 0.012236 10.0.0.241 - - [2026-06-22 04:25:41] "GET /virtual-machine/24a3348b-69f4-4fb5-add9-8052a5cd69bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.016362 10.0.0.241 - - [2026-06-22 04:25:45] "GET /obj-perms HTTP/1.1" 403 257 0.013220 10.0.0.241 - - [2026-06-22 04:25:47] "GET /virtual-machine/24a3348b-69f4-4fb5-add9-8052a5cd69bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.020355 10.0.0.241 - - [2026-06-22 04:25:51] "GET /obj-perms HTTP/1.1" 403 257 0.021461 10.0.0.19 - - [2026-06-22 04:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.19 - - [2026-06-22 04:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.241 - - [2026-06-22 04:25:51] "GET /virtual-machine/24a3348b-69f4-4fb5-add9-8052a5cd69bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.017267 10.0.0.19 - - [2026-06-22 04:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.19 - - [2026-06-22 04:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004393 10.0.0.19 - - [2026-06-22 04:25:51] "GET /obj-perms HTTP/1.1" 403 257 0.011463 10.0.0.19 - - [2026-06-22 04:25:52] "GET /obj-perms HTTP/1.1" 200 4467 0.017146 10.0.0.129 - - [2026-06-22 04:25:52] "GET /obj-perms HTTP/1.1" 200 4467 0.004297 10.0.0.19 - - [2026-06-22 04:25:52] "GET /obj-perms HTTP/1.1" 403 257 0.039757 10.0.0.19 - - [2026-06-22 04:25:53] "GET /obj-perms HTTP/1.1" 403 257 0.012771 10.0.0.129 - - [2026-06-22 04:25:53] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.019840 10.0.0.241 - - [2026-06-22 04:25:53] "GET /obj-perms HTTP/1.1" 403 257 0.012540 10.0.0.19 - - [2026-06-22 04:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.015751 10.0.0.241 - - [2026-06-22 04:25:53] "GET /projects?obj_uuids=8f806884-6547-49dd-b9fd-54e21e6d8a62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.022968 10.0.0.19 - - [2026-06-22 04:25:53] "GET /project/8f806884-6547-49dd-b9fd-54e21e6d8a62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.090446 10.0.0.19 - - [2026-06-22 04:25:53] "GET /virtual-network/29afabb7-97f4-4bd8-8729-9d4728a99686?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.022341 10.0.0.19 - - [2026-06-22 04:25:53] "GET /floating-ip-pools?parent_id=29afabb7-97f4-4bd8-8729-9d4728a99686&detail=False&count=False&shared=False HTTP/1.1" 200 394 0.018476 10.0.0.19 - - [2026-06-22 04:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.017527 10.0.0.19 - - [2026-06-22 04:25:53] "GET /floating-ip-pool/0babdba6-f502-42dc-a5ba-6fc5e6fca15f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1182 0.016230 10.0.0.241 - - [2026-06-22 04:25:53] "GET /projects?obj_uuids=8f806884-6547-49dd-b9fd-54e21e6d8a62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001075 10.0.0.19 - - [2026-06-22 04:25:53] "GET /project/8f806884-6547-49dd-b9fd-54e21e6d8a62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.060901 10.0.0.19 - - [2026-06-22 04:25:53] "POST /floating-ips HTTP/1.1" 200 618 0.068255 10.0.0.19 - - [2026-06-22 04:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.018342 10.0.0.19 - - [2026-06-22 04:25:53] "GET /floating-ip/c8408bb6-a343-4d70-a161-23d47de64fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.016888 10.0.0.19 - - [2026-06-22 04:25:53] "GET /floating-ip/c8408bb6-a343-4d70-a161-23d47de64fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.018750 10.0.0.19 - - [2026-06-22 04:25:53] "GET /virtual-machine/24a3348b-69f4-4fb5-add9-8052a5cd69bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.016619 10.0.0.19 - - [2026-06-22 04:25:53] "GET /virtual-machine/24a3348b-69f4-4fb5-add9-8052a5cd69bd?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1205 0.016381 10.0.0.19 - - [2026-06-22 04:25:54] "GET /virtual-machine-interface/8d99bce2-ba96-4643-ba19-47cb1c10fd16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.019242 10.0.0.19 - - [2026-06-22 04:25:54] "POST /ref-update HTTP/1.1" 200 156 0.024520 10.0.0.19 - - [2026-06-22 04:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.013630 10.0.0.19 - - [2026-06-22 04:25:54] "GET /routing-instance/156c022e-1102-433a-bc80-64cfd54ced59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.018395 10.0.0.19 - - [2026-06-22 04:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.19 - - [2026-06-22 04:25:54] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 613 0.030497 10.0.0.19 - - [2026-06-22 04:25:54] "POST /neutron/security_group HTTP/1.1" 200 542 0.059670 10.0.0.19 - - [2026-06-22 04:25:54] "POST /neutron/port HTTP/1.1" 200 1113 0.076941 10.0.0.19 - - [2026-06-22 04:25:55] "GET /virtual-machine/24a3348b-69f4-4fb5-add9-8052a5cd69bd HTTP/1.1" 200 1294 0.017113 10.0.0.19 - - [2026-06-22 04:25:55] "GET /virtual-machine-interface/8d99bce2-ba96-4643-ba19-47cb1c10fd16 HTTP/1.1" 200 3595 0.020696 10.0.0.19 - - [2026-06-22 04:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.014818 10.0.0.19 - - [2026-06-22 04:25:55] "GET /security-group/96d7a782-1a0d-4260-bd87-9b28e18567c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1319 0.015337 10.0.0.19 - - [2026-06-22 04:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.014708 10.0.0.19 - - [2026-06-22 04:25:55] "GET /security-group/96d7a782-1a0d-4260-bd87-9b28e18567c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1319 0.017288 10.0.0.19 - - [2026-06-22 04:25:55] "DELETE /floating-ip/c8408bb6-a343-4d70-a161-23d47de64fb0 HTTP/1.1" 200 115 0.084895 10.0.0.19 - - [2026-06-22 04:25:55] "GET /virtual-machine/24a3348b-69f4-4fb5-add9-8052a5cd69bd HTTP/1.1" 200 1294 0.019986 10.0.0.241 - - [2026-06-22 04:25:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.241 - - [2026-06-22 04:25:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.19 - - [2026-06-22 04:25:57] "POST /neutron/port HTTP/1.1" 200 1164 0.024522 10.0.0.129 - - [2026-06-22 04:25:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.129 - - [2026-06-22 04:25:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.19 - - [2026-06-22 04:25:57] "GET /virtual-machine/24a3348b-69f4-4fb5-add9-8052a5cd69bd HTTP/1.1" 200 1294 0.034267 10.0.0.241 - - [2026-06-22 04:25:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000476 10.0.0.241 - - [2026-06-22 04:25:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.19 - - [2026-06-22 04:25:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.19 - - [2026-06-22 04:25:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.129 - - [2026-06-22 04:25:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000541 10.0.0.129 - - [2026-06-22 04:25:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000478 10.0.0.19 - - [2026-06-22 04:25:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.19 - - [2026-06-22 04:25:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.19 - - [2026-06-22 04:25:59] "GET /virtual-machine/24a3348b-69f4-4fb5-add9-8052a5cd69bd HTTP/1.1" 404 171 0.016583 10.0.0.19 - - [2026-06-22 04:25:59] "GET /virtual-machine/24a3348b-69f4-4fb5-add9-8052a5cd69bd HTTP/1.1" 404 171 0.013068 10.0.0.19 - - [2026-06-22 04:25:59] "GET /virtual-machine/24a3348b-69f4-4fb5-add9-8052a5cd69bd HTTP/1.1" 404 171 0.012760 10.0.0.19 - - [2026-06-22 04:25:59] "POST /fqname-to-id HTTP/1.1" 403 354 0.017610 10.0.0.19 - - [2026-06-22 04:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002693 10.0.0.19 - - [2026-06-22 04:25:59] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003646 10.0.0.19 - - [2026-06-22 04:25:59] "GET /virtual-networks?parent_id=8f806884-6547-49dd-b9fd-54e21e6d8a62&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.020777 10.0.0.19 - - [2026-06-22 04:25:59] "GET /virtual-network/7135994c-b8bf-47a3-831e-49f74d4971cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.025082 10.0.0.19 - - [2026-06-22 04:26:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.015801 10.0.0.19 - - [2026-06-22 04:26:00] "GET /routing-instance/ede35b6d-1190-4601-9244-1623b78bc8e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.019104 10.0.0.19 - - [2026-06-22 04:26:00] "GET /obj-perms HTTP/1.1" 403 257 0.038329 10.0.0.19 - - [2026-06-22 04:26:03] "GET /obj-perms HTTP/1.1" 200 4467 0.004018 10.0.0.129 - - [2026-06-22 04:26:06] "GET /obj-perms HTTP/1.1" 200 4467 0.003701 10.0.0.19 - - [2026-06-22 04:26:12] "GET /obj-perms HTTP/1.1" 200 4467 0.004357 10.0.0.129 - - [2026-06-22 04:26:15] "GET /obj-perms HTTP/1.1" 200 4467 0.004242 10.0.0.19 - - [2026-06-22 04:26:22] "GET /obj-perms HTTP/1.1" 200 4467 0.004715 10.0.0.129 - - [2026-06-22 04:26:22] "GET /obj-perms HTTP/1.1" 200 4467 0.003661 10.0.0.19 - - [2026-06-22 04:26:22] "POST /neutron/security_group HTTP/1.1" 200 568 0.020466 10.0.0.19 - - [2026-06-22 04:26:22] "POST /fqname-to-id HTTP/1.1" 404 232 0.019342 10.0.0.241 - - [2026-06-22 04:26:22] "DELETE /access-control-list/86fbe140-8bd6-4bac-a9e6-270ae1ce04ac HTTP/1.1" 200 115 0.052878 10.0.0.241 - - [2026-06-22 04:26:22] "POST /useragent-kv HTTP/1.1" 200 115 0.005004 10.0.0.241 - - [2026-06-22 04:26:22] "POST /useragent-kv HTTP/1.1" 200 115 0.006406 10.0.0.19 - - [2026-06-22 04:26:22] "POST /neutron/network HTTP/1.1" 200 151 0.149483 10.0.0.19 - - [2026-06-22 04:26:22] "DELETE /api-access-list/07a0b39a-9502-4ada-8718-377548df3560 HTTP/1.1" 200 115 0.042659 10.0.0.19 - - [2026-06-22 04:26:23] "GET /obj-perms HTTP/1.1" 200 4493 0.089101 10.0.0.241 - - [2026-06-22 04:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.19 - - [2026-06-22 04:26:25] "GET /api-access-list/509a1897-df10-49ae-bd36-f6b6c147dc06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.004316 10.0.0.19 - - [2026-06-22 04:26:25] "PUT /api-access-list/509a1897-df10-49ae-bd36-f6b6c147dc06 HTTP/1.1" 200 265 0.012735 10.0.0.241 - - [2026-06-22 04:26:25] "GET /projects?obj_uuids=8f806884-6547-49dd-b9fd-54e21e6d8a62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000940 10.0.0.19 - - [2026-06-22 04:26:25] "GET /project/8f806884-6547-49dd-b9fd-54e21e6d8a62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.046724 10.0.0.241 - - [2026-06-22 04:26:25] "GET /projects?obj_uuids=8f806884-6547-49dd-b9fd-54e21e6d8a62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000988 10.0.0.19 - - [2026-06-22 04:26:25] "GET /project/8f806884-6547-49dd-b9fd-54e21e6d8a62?fields=virtual_networks HTTP/1.1" 200 1035 0.041074 10.0.0.241 - - [2026-06-22 04:26:25] "GET /projects?obj_uuids=8f806884-6547-49dd-b9fd-54e21e6d8a62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002207 10.0.0.19 - - [2026-06-22 04:26:25] "GET /project/8f806884-6547-49dd-b9fd-54e21e6d8a62?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.047406 10.0.0.241 - - [2026-06-22 04:26:25] "GET /projects?obj_uuids=8f806884-6547-49dd-b9fd-54e21e6d8a62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001032 10.0.0.19 - - [2026-06-22 04:26:25] "GET /project/8f806884-6547-49dd-b9fd-54e21e6d8a62?fields=security_groups HTTP/1.1" 200 1262 0.041861 10.0.0.241 - - [2026-06-22 04:26:26] "GET /projects?obj_uuids=97b4ca50-6dd5-4cee-9a4d-19638533700f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001585 10.0.0.19 - - [2026-06-22 04:26:26] "GET /project/97b4ca50-6dd5-4cee-9a4d-19638533700f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.049323 [Introspect:8084]10.0.0.19 - - [2026-06-22 04:26:28] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3163 0.001038 10.0.0.19 - - [2026-06-22 04:26:30] "POST /fqname-to-id HTTP/1.1" 404 189 0.027644 10.0.0.241 - - [2026-06-22 04:26:30] "GET /projects?obj_uuids=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003125 10.0.0.241 - - [2026-06-22 04:26:30] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000923 10.0.0.241 - - [2026-06-22 04:26:30] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.031577 10.0.0.241 - - [2026-06-22 04:26:30] "POST /id-to-fqname HTTP/1.1" 200 191 0.017814 10.0.0.241 - - [2026-06-22 04:26:30] "POST /fqname-to-id HTTP/1.1" 404 200 0.004817 10.0.0.241 - - [2026-06-22 04:26:30] "POST /security-groups HTTP/1.1" 200 592 0.031647 10.0.0.241 - - [2026-06-22 04:26:30] "POST /projects HTTP/1.1" 200 587 0.264691 10.0.0.241 - - [2026-06-22 04:26:30] "POST /access-control-lists HTTP/1.1" 200 599 0.034342 10.0.0.241 - - [2026-06-22 04:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.331037 10.0.0.19 - - [2026-06-22 04:26:30] "GET /project/f8874745-7a8f-40e2-81cd-c1fb69e6d52e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.502629 10.0.0.19 - - [2026-06-22 04:26:31] "GET / HTTP/1.1" 200 36215 0.001337 10.0.0.19 - - [2026-06-22 04:26:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000617 10.0.0.19 - - [2026-06-22 04:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.055573 10.0.0.241 - - [2026-06-22 04:26:34] "GET /projects?obj_uuids=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001221 10.0.0.19 - - [2026-06-22 04:26:34] "GET /project/f8874745-7a8f-40e2-81cd-c1fb69e6d52e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.037354 10.0.0.19 - - [2026-06-22 04:26:34] "POST /neutron/network HTTP/1.1" 200 117 0.029163 10.0.0.241 - - [2026-06-22 04:26:34] "POST /route-targets HTTP/1.1" 200 328 0.015838 10.0.0.19 - - [2026-06-22 04:26:34] "POST /neutron/network HTTP/1.1" 200 825 0.009352 10.0.0.19 - - [2026-06-22 04:26:34] "POST /id-to-fqname HTTP/1.1" 200 222 0.001186 10.0.0.19 - - [2026-06-22 04:26:34] "GET /virtual-network/6546eb92-d083-46ab-811a-0ed3e8b9bd47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005286 10.0.0.19 - - [2026-06-22 04:26:34] "GET /virtual-network/6546eb92-d083-46ab-811a-0ed3e8b9bd47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005671 10.0.0.19 - - [2026-06-22 04:26:34] "POST /neutron/subnet HTTP/1.1" 200 716 0.008886 10.0.0.19 - - [2026-06-22 04:26:35] "GET /virtual-network/6546eb92-d083-46ab-811a-0ed3e8b9bd47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005321 10.0.0.241 - - [2026-06-22 04:26:36] "GET /obj-perms HTTP/1.1" 200 4469 0.043736 10.0.0.19 - - [2026-06-22 04:26:36] "POST /id-to-fqname HTTP/1.1" 200 222 0.001331 10.0.0.241 - - [2026-06-22 04:26:37] "GET /projects?obj_uuids=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000903 10.0.0.19 - - [2026-06-22 04:26:37] "GET /project/f8874745-7a8f-40e2-81cd-c1fb69e6d52e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.066247 10.0.0.19 - - [2026-06-22 04:26:37] "POST /neutron/port HTTP/1.1" 200 117 0.007123 10.0.0.19 - - [2026-06-22 04:26:37] "POST /id-to-fqname HTTP/1.1" 200 222 0.001919 10.0.0.19 - - [2026-06-22 04:26:37] "POST /neutron/network HTTP/1.1" 200 835 0.008217 10.0.0.241 - - [2026-06-22 04:26:38] "GET /projects?obj_uuids=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001010 10.0.0.19 - - [2026-06-22 04:26:38] "GET /project/f8874745-7a8f-40e2-81cd-c1fb69e6d52e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.065799 10.0.0.19 - - [2026-06-22 04:26:38] "POST /neutron/port HTTP/1.1" 200 117 0.010098 10.0.0.241 - - [2026-06-22 04:26:42] "GET /projects?obj_uuids=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001336 10.0.0.19 - - [2026-06-22 04:26:42] "POST /neutron/port HTTP/1.1" 200 1059 0.372696 10.0.0.19 - - [2026-06-22 04:26:42] "POST /neutron/port HTTP/1.1" 200 1113 0.146920 10.0.0.19 - - [2026-06-22 04:26:43] "POST /neutron/port HTTP/1.1" 200 1059 0.025900 10.0.0.19 - - [2026-06-22 04:26:43] "POST /neutron/port HTTP/1.1" 200 1123 0.017847 10.0.0.19 - - [2026-06-22 04:26:43] "POST /neutron/port HTTP/1.1" 200 117 0.001312 10.0.0.19 - - [2026-06-22 04:26:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009272 10.0.0.19 - - [2026-06-22 04:26:44] "POST /neutron/subnet HTTP/1.1" 200 690 0.011113 10.0.0.19 - - [2026-06-22 04:26:49] "POST /neutron/port HTTP/1.1" 200 1123 0.020758 10.0.0.19 - - [2026-06-22 04:26:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012097 10.0.0.19 - - [2026-06-22 04:26:49] "GET /virtual-machine/8d91285f-df7d-468a-80a4-b428d9de5ec8 HTTP/1.1" 401 292 0.000573 10.0.0.19 - - [2026-06-22 04:26:49] "GET /virtual-machine/8d91285f-df7d-468a-80a4-b428d9de5ec8 HTTP/1.1" 200 1295 0.033679 10.0.0.19 - - [2026-06-22 04:26:49] "GET /virtual-machine-interface/e5063ee8-5fee-4772-944f-1eed0a8bbae2 HTTP/1.1" 200 2957 0.005907 10.0.0.19 - - [2026-06-22 04:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.19 - - [2026-06-22 04:26:49] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004611 10.0.0.19 - - [2026-06-22 04:26:49] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003036 10.0.0.19 - - [2026-06-22 04:26:49] "GET /virtual-network/6546eb92-d083-46ab-811a-0ed3e8b9bd47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007012 10.0.0.19 - - [2026-06-22 04:26:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005276 10.0.0.19 - - [2026-06-22 04:26:52] "GET /virtual-network/6546eb92-d083-46ab-811a-0ed3e8b9bd47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006676 10.0.0.19 - - [2026-06-22 04:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.19 - - [2026-06-22 04:26:56] "GET /virtual-network/6546eb92-d083-46ab-811a-0ed3e8b9bd47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006882 10.0.0.19 - - [2026-06-22 04:27:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.19 - - [2026-06-22 04:27:01] "GET /virtual-network/6546eb92-d083-46ab-811a-0ed3e8b9bd47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006094 10.0.0.19 - - [2026-06-22 04:27:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276 10.0.0.19 - - [2026-06-22 04:27:05] "GET /virtual-network/6546eb92-d083-46ab-811a-0ed3e8b9bd47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005183 10.0.0.19 - - [2026-06-22 04:27:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004244 10.0.0.19 - - [2026-06-22 04:27:09] "GET /virtual-network/6546eb92-d083-46ab-811a-0ed3e8b9bd47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005903 10.0.0.19 - - [2026-06-22 04:27:12] "POST /neutron/port HTTP/1.1" 200 1123 0.019275 10.0.0.19 - - [2026-06-22 04:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.19 - - [2026-06-22 04:27:13] "GET /virtual-network/6546eb92-d083-46ab-811a-0ed3e8b9bd47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005737 10.0.0.19 - - [2026-06-22 04:27:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004309 10.0.0.19 - - [2026-06-22 04:27:13] "POST /neutron/network HTTP/1.1" 200 825 0.007613 10.0.0.19 - - [2026-06-22 04:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004390 10.0.0.19 - - [2026-06-22 04:27:15] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003611 10.0.0.19 - - [2026-06-22 04:27:15] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002456 10.0.0.19 - - [2026-06-22 04:27:15] "GET /virtual-network/6546eb92-d083-46ab-811a-0ed3e8b9bd47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005733 10.0.0.19 - - [2026-06-22 04:27:16] "POST /neutron/port HTTP/1.1" 200 1123 0.043677 10.0.0.19 - - [2026-06-22 04:27:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006984 10.0.0.241 - - [2026-06-22 04:27:25] "DELETE /access-control-list/8b395734-7476-4ebf-9200-8d61427f9bda HTTP/1.1" 200 115 0.049189 10.0.0.241 - - [2026-06-22 04:27:25] "DELETE /project/f88747457a8f40e281cdc1fb69e6d52e HTTP/1.1" 404 173 0.014738 10.0.0.241 - - [2026-06-22 04:27:25] "GET /projects?obj_uuids=8f806884-6547-49dd-b9fd-54e21e6d8a62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001379 10.0.0.241 - - [2026-06-22 04:27:25] "GET /project/8f806884-6547-49dd-b9fd-54e21e6d8a62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.101038 10.0.0.241 - - [2026-06-22 04:27:25] "DELETE /project/8f806884-6547-49dd-b9fd-54e21e6d8a62 HTTP/1.1" 404 171 0.116734 10.0.0.19 - - [2026-06-22 04:27:26] "POST /neutron/port HTTP/1.1" 200 1123 0.023031 10.0.0.19 - - [2026-06-22 04:27:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007761 10.0.0.19 - - [2026-06-22 04:27:26] "GET /virtual-machine/db3ac370-0152-43e5-8cd4-fb66d49409c8 HTTP/1.1" 200 1296 0.008107 10.0.0.19 - - [2026-06-22 04:27:26] "GET /virtual-machine-interface/65a8fcf3-a516-4060-b211-96e993e5eb54 HTTP/1.1" 200 2956 0.006341 10.0.0.19 - - [2026-06-22 04:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.19 - - [2026-06-22 04:27:26] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004055 10.0.0.19 - - [2026-06-22 04:27:26] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004390 10.0.0.19 - - [2026-06-22 04:27:26] "GET /virtual-network/6546eb92-d083-46ab-811a-0ed3e8b9bd47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006002 10.0.0.19 - - [2026-06-22 04:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.19 - - [2026-06-22 04:27:27] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004289 10.0.0.19 - - [2026-06-22 04:27:27] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002990 10.0.0.19 - - [2026-06-22 04:27:27] "GET /virtual-network/6546eb92-d083-46ab-811a-0ed3e8b9bd47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005243 10.0.0.19 - - [2026-06-22 04:27:32] "POST /neutron/port HTTP/1.1" 200 1123 0.022355 10.0.0.19 - - [2026-06-22 04:27:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004201 10.0.0.19 - - [2026-06-22 04:27:34] "POST /neutron/network HTTP/1.1" 200 825 0.007231 10.0.0.19 - - [2026-06-22 04:27:57] "GET /virtual-machine/8d91285f-df7d-468a-80a4-b428d9de5ec8 HTTP/1.1" 200 1295 0.004174 10.0.0.19 - - [2026-06-22 04:27:57] "GET /virtual-machine-interface/e5063ee8-5fee-4772-944f-1eed0a8bbae2 HTTP/1.1" 200 2957 0.006446 10.0.0.19 - - [2026-06-22 04:27:57] "GET /virtual-machine/8d91285f-df7d-468a-80a4-b428d9de5ec8 HTTP/1.1" 200 1295 0.004615 10.0.0.19 - - [2026-06-22 04:27:57] "GET /virtual-machine-interface/e5063ee8-5fee-4772-944f-1eed0a8bbae2 HTTP/1.1" 200 2957 0.006819 10.0.0.19 - - [2026-06-22 04:27:57] "GET /instance-ip/1f190c24-f812-41ef-81e3-9b7ce0a2de95 HTTP/1.1" 200 1623 0.006281 10.0.0.19 - - [2026-06-22 04:27:57] "GET /virtual-machine/8d91285f-df7d-468a-80a4-b428d9de5ec8 HTTP/1.1" 200 1295 0.003845 10.0.0.19 - - [2026-06-22 04:27:57] "GET /virtual-machine-interface/e5063ee8-5fee-4772-944f-1eed0a8bbae2 HTTP/1.1" 200 2957 0.005012 10.0.0.19 - - [2026-06-22 04:27:57] "GET /instance-ip/1f190c24-f812-41ef-81e3-9b7ce0a2de95 HTTP/1.1" 200 1623 0.003970 10.0.0.19 - - [2026-06-22 04:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006725 10.0.0.19 - - [2026-06-22 04:27:57] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003801 10.0.0.19 - - [2026-06-22 04:27:57] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003790 10.0.0.19 - - [2026-06-22 04:27:57] "GET /virtual-network/6546eb92-d083-46ab-811a-0ed3e8b9bd47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005674 10.0.0.19 - - [2026-06-22 04:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.19 - - [2026-06-22 04:27:57] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005483 10.0.0.19 - - [2026-06-22 04:27:57] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003911 10.0.0.19 - - [2026-06-22 04:27:57] "GET /virtual-network/6546eb92-d083-46ab-811a-0ed3e8b9bd47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006069 10.0.0.19 - - [2026-06-22 04:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.19 - - [2026-06-22 04:27:57] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004409 10.0.0.19 - - [2026-06-22 04:27:57] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003620 10.0.0.19 - - [2026-06-22 04:27:57] "GET /virtual-network/6546eb92-d083-46ab-811a-0ed3e8b9bd47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006357 10.0.0.19 - - [2026-06-22 04:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.19 - - [2026-06-22 04:27:57] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003961 10.0.0.19 - - [2026-06-22 04:27:57] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003593 10.0.0.19 - - [2026-06-22 04:27:58] "GET /virtual-network/6546eb92-d083-46ab-811a-0ed3e8b9bd47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006178 10.0.0.19 - - [2026-06-22 04:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.19 - - [2026-06-22 04:27:58] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004462 10.0.0.19 - - [2026-06-22 04:27:58] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004417 10.0.0.19 - - [2026-06-22 04:27:58] "GET /virtual-network/6546eb92-d083-46ab-811a-0ed3e8b9bd47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007489 10.0.0.19 - - [2026-06-22 04:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004227 10.0.0.19 - - [2026-06-22 04:27:58] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004950 10.0.0.19 - - [2026-06-22 04:27:58] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003584 10.0.0.19 - - [2026-06-22 04:27:58] "GET /virtual-network/6546eb92-d083-46ab-811a-0ed3e8b9bd47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006175 10.0.0.19 - - [2026-06-22 04:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004235 10.0.0.19 - - [2026-06-22 04:27:58] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004301 10.0.0.19 - - [2026-06-22 04:27:58] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004589 10.0.0.19 - - [2026-06-22 04:27:58] "GET /virtual-network/6546eb92-d083-46ab-811a-0ed3e8b9bd47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007829 10.0.0.19 - - [2026-06-22 04:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.19 - - [2026-06-22 04:27:58] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004620 10.0.0.19 - - [2026-06-22 04:27:58] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003379 10.0.0.19 - - [2026-06-22 04:27:58] "GET /virtual-network/6546eb92-d083-46ab-811a-0ed3e8b9bd47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005813 10.0.0.19 - - [2026-06-22 04:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.19 - - [2026-06-22 04:27:58] "GET /routing-instance/79f51a5f-5231-4958-a8e9-2cefba74c1d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.006697 10.0.0.19 - - [2026-06-22 04:27:58] "GET /route-target/3073e54a-2b88-450e-ae9f-45b58490de2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004185 10.0.0.19 - - [2026-06-22 04:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.19 - - [2026-06-22 04:27:58] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003918 10.0.0.19 - - [2026-06-22 04:27:58] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003587 10.0.0.19 - - [2026-06-22 04:27:59] "GET /virtual-network/6546eb92-d083-46ab-811a-0ed3e8b9bd47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005703 10.0.0.19 - - [2026-06-22 04:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.19 - - [2026-06-22 04:27:59] "GET /routing-instance/79f51a5f-5231-4958-a8e9-2cefba74c1d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.004570 10.0.0.19 - - [2026-06-22 04:27:59] "GET /route-target/3073e54a-2b88-450e-ae9f-45b58490de2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004182 10.0.0.19 - - [2026-06-22 04:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.19 - - [2026-06-22 04:27:59] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004122 10.0.0.19 - - [2026-06-22 04:27:59] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003381 10.0.0.19 - - [2026-06-22 04:27:59] "GET /virtual-network/6546eb92-d083-46ab-811a-0ed3e8b9bd47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006475 10.0.0.19 - - [2026-06-22 04:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.19 - - [2026-06-22 04:27:59] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004126 10.0.0.19 - - [2026-06-22 04:27:59] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003273 10.0.0.19 - - [2026-06-22 04:27:59] "GET /virtual-network/6546eb92-d083-46ab-811a-0ed3e8b9bd47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006605 10.0.0.19 - - [2026-06-22 04:27:59] "GET /obj-perms HTTP/1.1" 200 4469 0.035957 10.0.0.241 - - [2026-06-22 04:27:59] "GET /obj-perms HTTP/1.1" 200 4469 0.004015 10.0.0.19 - - [2026-06-22 04:27:59] "GET /obj-perms HTTP/1.1" 200 4469 0.004635 10.0.0.19 - - [2026-06-22 04:27:59] "GET /obj-perms HTTP/1.1" 200 4469 0.004088 10.0.0.129 - - [2026-06-22 04:27:59] "GET /obj-perms HTTP/1.1" 200 4469 0.034019 10.0.0.19 - - [2026-06-22 04:27:59] "POST /neutron/port HTTP/1.1" 200 1123 0.018479 10.0.0.19 - - [2026-06-22 04:27:59] "GET /virtual-machine/db3ac370-0152-43e5-8cd4-fb66d49409c8 HTTP/1.1" 200 1296 0.004170 10.0.0.19 - - [2026-06-22 04:28:00] "GET /virtual-machine-interface/65a8fcf3-a516-4060-b211-96e993e5eb54 HTTP/1.1" 200 2956 0.006360 10.0.0.19 - - [2026-06-22 04:28:00] "GET /virtual-machine/db3ac370-0152-43e5-8cd4-fb66d49409c8 HTTP/1.1" 200 1296 0.004214 10.0.0.19 - - [2026-06-22 04:28:00] "GET /virtual-machine-interface/65a8fcf3-a516-4060-b211-96e993e5eb54 HTTP/1.1" 200 2956 0.005586 10.0.0.19 - - [2026-06-22 04:28:00] "GET /instance-ip/58133fe3-f76b-4c0c-a54b-4d04c13ab657 HTTP/1.1" 200 1624 0.006787 10.0.0.19 - - [2026-06-22 04:28:00] "GET /virtual-machine/db3ac370-0152-43e5-8cd4-fb66d49409c8 HTTP/1.1" 200 1296 0.003715 10.0.0.19 - - [2026-06-22 04:28:00] "GET /virtual-machine-interface/65a8fcf3-a516-4060-b211-96e993e5eb54 HTTP/1.1" 200 2956 0.005979 10.0.0.19 - - [2026-06-22 04:28:00] "GET /instance-ip/58133fe3-f76b-4c0c-a54b-4d04c13ab657 HTTP/1.1" 200 1624 0.005101 10.0.0.19 - - [2026-06-22 04:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.19 - - [2026-06-22 04:28:00] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003922 10.0.0.19 - - [2026-06-22 04:28:00] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003307 10.0.0.19 - - [2026-06-22 04:28:00] "GET /virtual-network/6546eb92-d083-46ab-811a-0ed3e8b9bd47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005488 10.0.0.19 - - [2026-06-22 04:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.19 - - [2026-06-22 04:28:00] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004129 10.0.0.19 - - [2026-06-22 04:28:00] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003486 10.0.0.19 - - [2026-06-22 04:28:00] "GET /virtual-network/6546eb92-d083-46ab-811a-0ed3e8b9bd47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007483 10.0.0.19 - - [2026-06-22 04:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004817 10.0.0.19 - - [2026-06-22 04:28:00] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004745 10.0.0.19 - - [2026-06-22 04:28:00] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004046 10.0.0.19 - - [2026-06-22 04:28:00] "GET /virtual-network/6546eb92-d083-46ab-811a-0ed3e8b9bd47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006762 10.0.0.19 - - [2026-06-22 04:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.19 - - [2026-06-22 04:28:00] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004401 10.0.0.19 - - [2026-06-22 04:28:00] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004149 10.0.0.19 - - [2026-06-22 04:28:00] "GET /virtual-network/6546eb92-d083-46ab-811a-0ed3e8b9bd47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006513 10.0.0.19 - - [2026-06-22 04:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.19 - - [2026-06-22 04:28:00] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004329 10.0.0.19 - - [2026-06-22 04:28:00] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003774 10.0.0.19 - - [2026-06-22 04:28:00] "GET /virtual-network/6546eb92-d083-46ab-811a-0ed3e8b9bd47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008531 10.0.0.19 - - [2026-06-22 04:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004253 10.0.0.19 - - [2026-06-22 04:28:00] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005307 10.0.0.19 - - [2026-06-22 04:28:00] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004012 10.0.0.19 - - [2026-06-22 04:28:00] "GET /virtual-network/6546eb92-d083-46ab-811a-0ed3e8b9bd47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006974 10.0.0.19 - - [2026-06-22 04:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004424 10.0.0.19 - - [2026-06-22 04:28:00] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004390 10.0.0.19 - - [2026-06-22 04:28:00] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003836 10.0.0.19 - - [2026-06-22 04:28:00] "GET /virtual-network/6546eb92-d083-46ab-811a-0ed3e8b9bd47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008271 10.0.0.19 - - [2026-06-22 04:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.19 - - [2026-06-22 04:28:01] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004233 10.0.0.19 - - [2026-06-22 04:28:01] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003143 10.0.0.19 - - [2026-06-22 04:28:01] "GET /virtual-network/6546eb92-d083-46ab-811a-0ed3e8b9bd47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005748 10.0.0.19 - - [2026-06-22 04:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.19 - - [2026-06-22 04:28:01] "GET /routing-instance/79f51a5f-5231-4958-a8e9-2cefba74c1d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.004747 10.0.0.19 - - [2026-06-22 04:28:01] "GET /route-target/3073e54a-2b88-450e-ae9f-45b58490de2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006101 10.0.0.19 - - [2026-06-22 04:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.19 - - [2026-06-22 04:28:01] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006113 10.0.0.19 - - [2026-06-22 04:28:01] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003495 10.0.0.19 - - [2026-06-22 04:28:01] "GET /virtual-network/6546eb92-d083-46ab-811a-0ed3e8b9bd47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006849 10.0.0.19 - - [2026-06-22 04:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.19 - - [2026-06-22 04:28:01] "GET /routing-instance/79f51a5f-5231-4958-a8e9-2cefba74c1d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.004563 10.0.0.19 - - [2026-06-22 04:28:01] "GET /route-target/3073e54a-2b88-450e-ae9f-45b58490de2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004867 10.0.0.19 - - [2026-06-22 04:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.19 - - [2026-06-22 04:28:01] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005085 10.0.0.19 - - [2026-06-22 04:28:01] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003291 10.0.0.19 - - [2026-06-22 04:28:01] "GET /virtual-network/6546eb92-d083-46ab-811a-0ed3e8b9bd47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006070 10.0.0.19 - - [2026-06-22 04:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.19 - - [2026-06-22 04:28:01] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004510 10.0.0.19 - - [2026-06-22 04:28:01] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004153 10.0.0.19 - - [2026-06-22 04:28:01] "GET /virtual-network/6546eb92-d083-46ab-811a-0ed3e8b9bd47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006043 10.0.0.241 - - [2026-06-22 04:28:01] "GET /obj-perms HTTP/1.1" 200 4469 0.006588 10.0.0.19 - - [2026-06-22 04:28:01] "GET /obj-perms HTTP/1.1" 200 4469 0.004282 10.0.0.19 - - [2026-06-22 04:28:02] "GET /obj-perms HTTP/1.1" 200 4469 0.003592 10.0.0.19 - - [2026-06-22 04:28:02] "GET /obj-perms HTTP/1.1" 200 4469 0.004272 10.0.0.129 - - [2026-06-22 04:28:02] "GET /obj-perms HTTP/1.1" 200 4469 0.003858 10.0.0.241 - - [2026-06-22 04:28:02] "GET /obj-perms HTTP/1.1" 200 4469 0.003359 10.0.0.19 - - [2026-06-22 04:28:06] "GET /virtual-machine/db3ac370-0152-43e5-8cd4-fb66d49409c8 HTTP/1.1" 200 1296 0.004234 10.0.0.19 - - [2026-06-22 04:28:08] "POST /neutron/port HTTP/1.1" 200 1113 0.015872 10.0.0.19 - - [2026-06-22 04:28:08] "GET /virtual-machine/db3ac370-0152-43e5-8cd4-fb66d49409c8 HTTP/1.1" 200 1296 0.004374 10.0.0.19 - - [2026-06-22 04:28:10] "GET /virtual-machine/db3ac370-0152-43e5-8cd4-fb66d49409c8 HTTP/1.1" 404 171 0.003532 10.0.0.19 - - [2026-06-22 04:28:10] "GET /virtual-machine/db3ac370-0152-43e5-8cd4-fb66d49409c8 HTTP/1.1" 404 171 0.004057 10.0.0.19 - - [2026-06-22 04:28:10] "GET /virtual-machine/db3ac370-0152-43e5-8cd4-fb66d49409c8 HTTP/1.1" 404 171 0.003870 10.0.0.19 - - [2026-06-22 04:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.19 - - [2026-06-22 04:28:11] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003826 10.0.0.19 - - [2026-06-22 04:28:11] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002983 10.0.0.19 - - [2026-06-22 04:28:11] "GET /virtual-network/6546eb92-d083-46ab-811a-0ed3e8b9bd47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007249 10.0.0.19 - - [2026-06-22 04:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.19 - - [2026-06-22 04:28:11] "GET /routing-instance/79f51a5f-5231-4958-a8e9-2cefba74c1d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.004566 10.0.0.19 - - [2026-06-22 04:28:11] "GET /route-target/3073e54a-2b88-450e-ae9f-45b58490de2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004192 10.0.0.19 - - [2026-06-22 04:28:17] "GET /obj-perms HTTP/1.1" 200 4469 0.005083 10.0.0.129 - - [2026-06-22 04:28:17] "GET /obj-perms HTTP/1.1" 200 4469 0.004197 10.0.0.19 - - [2026-06-22 04:28:23] "GET /obj-perms HTTP/1.1" 200 4469 0.004068 10.0.0.129 - - [2026-06-22 04:28:23] "GET /obj-perms HTTP/1.1" 200 4469 0.004043 10.0.0.19 - - [2026-06-22 04:28:23] "GET /virtual-machine/8d91285f-df7d-468a-80a4-b428d9de5ec8 HTTP/1.1" 200 1295 0.004085 10.0.0.19 - - [2026-06-22 04:28:25] "POST /neutron/port HTTP/1.1" 200 1113 0.018063 10.0.0.19 - - [2026-06-22 04:28:25] "GET /virtual-machine/8d91285f-df7d-468a-80a4-b428d9de5ec8 HTTP/1.1" 200 1295 0.011530 10.0.0.19 - - [2026-06-22 04:28:28] "GET /virtual-machine/8d91285f-df7d-468a-80a4-b428d9de5ec8 HTTP/1.1" 404 171 0.003448 10.0.0.19 - - [2026-06-22 04:28:28] "GET /virtual-machine/8d91285f-df7d-468a-80a4-b428d9de5ec8 HTTP/1.1" 404 171 0.004235 10.0.0.19 - - [2026-06-22 04:28:28] "GET /virtual-machine/8d91285f-df7d-468a-80a4-b428d9de5ec8 HTTP/1.1" 404 171 0.003500 10.0.0.19 - - [2026-06-22 04:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.19 - - [2026-06-22 04:28:28] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003455 10.0.0.19 - - [2026-06-22 04:28:28] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003269 10.0.0.19 - - [2026-06-22 04:28:28] "GET /virtual-network/6546eb92-d083-46ab-811a-0ed3e8b9bd47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006878 10.0.0.19 - - [2026-06-22 04:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.19 - - [2026-06-22 04:28:28] "GET /routing-instance/79f51a5f-5231-4958-a8e9-2cefba74c1d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.005170 10.0.0.19 - - [2026-06-22 04:28:28] "GET /route-target/3073e54a-2b88-450e-ae9f-45b58490de2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004183 10.0.0.19 - - [2026-06-22 04:28:28] "GET /obj-perms HTTP/1.1" 200 4469 0.011444 10.0.0.19 - - [2026-06-22 04:28:34] "GET /obj-perms HTTP/1.1" 200 4469 0.004046 10.0.0.19 - - [2026-06-22 04:28:37] "GET /obj-perms HTTP/1.1" 200 4469 0.003879 10.0.0.19 - - [2026-06-22 04:28:43] "GET /obj-perms HTTP/1.1" 200 4469 0.005965 10.0.0.19 - - [2026-06-22 04:28:43] "GET /obj-perms HTTP/1.1" 200 4469 0.004016 10.0.0.241 - - [2026-06-22 04:28:43] "GET /obj-perms HTTP/1.1" 200 4469 0.003836 10.0.0.241 - - [2026-06-22 04:28:44] "POST /useragent-kv HTTP/1.1" 200 115 0.004619 10.0.0.241 - - [2026-06-22 04:28:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003427 10.0.0.19 - - [2026-06-22 04:28:44] "POST /neutron/network HTTP/1.1" 200 151 0.139282 10.0.0.19 - - [2026-06-22 04:28:46] "POST /fqname-to-id HTTP/1.1" 404 200 0.003182 10.0.0.19 - - [2026-06-22 04:28:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.241 - - [2026-06-22 04:28:46] "GET /projects?obj_uuids=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000939 10.0.0.19 - - [2026-06-22 04:28:46] "GET /project/f8874745-7a8f-40e2-81cd-c1fb69e6d52e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.043802 10.0.0.19 - - [2026-06-22 04:28:47] "POST /network-policys HTTP/1.1" 200 524 0.028884 10.0.0.19 - - [2026-06-22 04:28:47] "GET /network-policy/af45baca-2559-4d2e-8da0-f077281f87c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.005596 10.0.0.19 - - [2026-06-22 04:28:47] "POST /fqname-to-id HTTP/1.1" 404 200 0.003431 10.0.0.19 - - [2026-06-22 04:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.241 - - [2026-06-22 04:28:47] "GET /projects?obj_uuids=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001228 10.0.0.19 - - [2026-06-22 04:28:47] "GET /project/f8874745-7a8f-40e2-81cd-c1fb69e6d52e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.041960 10.0.0.19 - - [2026-06-22 04:28:47] "POST /network-policys HTTP/1.1" 200 524 0.052976 10.0.0.19 - - [2026-06-22 04:28:47] "GET /network-policy/9676a172-a006-4652-a50b-69f5f707c92b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006263 10.0.0.19 - - [2026-06-22 04:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.241 - - [2026-06-22 04:28:47] "GET /projects?obj_uuids=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000933 10.0.0.19 - - [2026-06-22 04:28:47] "GET /project/f8874745-7a8f-40e2-81cd-c1fb69e6d52e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.056396 10.0.0.19 - - [2026-06-22 04:28:47] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003946 10.0.0.19 - - [2026-06-22 04:28:47] "POST /virtual-networks HTTP/1.1" 200 548 0.084093 10.0.0.241 - - [2026-06-22 04:28:47] "POST /route-targets HTTP/1.1" 200 328 0.017992 10.0.0.19 - - [2026-06-22 04:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.012463 10.0.0.19 - - [2026-06-22 04:28:47] "GET /network-ipam/434fdda0-c76e-4ece-af32-aa1b5dafb065?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.005717 10.0.0.241 - - [2026-06-22 04:28:47] "POST /useragent-kv HTTP/1.1" 200 115 0.006944 10.0.0.19 - - [2026-06-22 04:28:47] "POST /ref-update HTTP/1.1" 200 156 0.080181 10.0.0.19 - - [2026-06-22 04:28:47] "GET /virtual-network/8ec0cbe3-21c9-420d-8490-8b315b2297a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.005936 10.0.0.19 - - [2026-06-22 04:28:48] "POST /neutron/network HTTP/1.1" 200 809 0.006744 10.0.0.19 - - [2026-06-22 04:28:48] "GET /virtual-network/8ec0cbe3-21c9-420d-8490-8b315b2297a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.006211 10.0.0.129 - - [2026-06-22 04:28:48] "GET /obj-perms HTTP/1.1" 200 4469 0.003649 10.0.0.19 - - [2026-06-22 04:28:48] "GET /virtual-network/8ec0cbe3-21c9-420d-8490-8b315b2297a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.005616 10.0.0.19 - - [2026-06-22 04:28:48] "PUT /virtual-network/8ec0cbe3-21c9-420d-8490-8b315b2297a6 HTTP/1.1" 200 265 0.046388 10.0.0.19 - - [2026-06-22 04:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.19 - - [2026-06-22 04:28:48] "GET /network-policy/af45baca-2559-4d2e-8da0-f077281f87c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.005119 10.0.0.19 - - [2026-06-22 04:28:48] "POST /ref-update HTTP/1.1" 200 156 0.050334 10.0.0.241 - - [2026-06-22 04:28:48] "POST /access-control-lists HTTP/1.1" 200 594 0.045727 10.0.0.19 - - [2026-06-22 04:28:48] "GET /virtual-network/8ec0cbe3-21c9-420d-8490-8b315b2297a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007716 10.0.0.19 - - [2026-06-22 04:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.19 - - [2026-06-22 04:28:48] "GET /network-policy/af45baca-2559-4d2e-8da0-f077281f87c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.004158 10.0.0.19 - - [2026-06-22 04:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.012785 10.0.0.241 - - [2026-06-22 04:28:48] "GET /projects?obj_uuids=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001103 10.0.0.19 - - [2026-06-22 04:28:48] "GET /project/f8874745-7a8f-40e2-81cd-c1fb69e6d52e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.048444 10.0.0.19 - - [2026-06-22 04:28:49] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003511 10.0.0.19 - - [2026-06-22 04:28:49] "POST /virtual-networks HTTP/1.1" 200 548 0.102036 10.0.0.19 - - [2026-06-22 04:28:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.19 - - [2026-06-22 04:28:49] "GET /network-ipam/434fdda0-c76e-4ece-af32-aa1b5dafb065?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.016927 10.0.0.241 - - [2026-06-22 04:28:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003814 10.0.0.19 - - [2026-06-22 04:28:49] "POST /ref-update HTTP/1.1" 200 156 0.084588 10.0.0.19 - - [2026-06-22 04:28:49] "POST /neutron/network HTTP/1.1" 200 809 0.006953 10.0.0.19 - - [2026-06-22 04:28:49] "GET /virtual-network/be1e7cfe-e25e-46b8-8273-b4abe7b394cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.007954 10.0.0.19 - - [2026-06-22 04:28:49] "POST /neutron/subnet HTTP/1.1" 200 672 0.008537 10.0.0.19 - - [2026-06-22 04:28:49] "GET /virtual-network/be1e7cfe-e25e-46b8-8273-b4abe7b394cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.005644 10.0.0.19 - - [2026-06-22 04:28:49] "GET /virtual-network/be1e7cfe-e25e-46b8-8273-b4abe7b394cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.005557 10.0.0.19 - - [2026-06-22 04:28:50] "PUT /virtual-network/be1e7cfe-e25e-46b8-8273-b4abe7b394cc HTTP/1.1" 200 265 0.060388 10.0.0.19 - - [2026-06-22 04:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.19 - - [2026-06-22 04:28:50] "GET /network-policy/9676a172-a006-4652-a50b-69f5f707c92b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.004287 10.0.0.241 - - [2026-06-22 04:28:50] "POST /fqname-to-id HTTP/1.1" 404 237 0.008448 10.0.0.19 - - [2026-06-22 04:28:50] "POST /ref-update HTTP/1.1" 200 156 0.065542 10.0.0.19 - - [2026-06-22 04:28:50] "GET /virtual-network/be1e7cfe-e25e-46b8-8273-b4abe7b394cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.024945 10.0.0.19 - - [2026-06-22 04:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.19 - - [2026-06-22 04:28:50] "GET /network-policy/9676a172-a006-4652-a50b-69f5f707c92b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.004208 10.0.0.19 - - [2026-06-22 04:28:50] "POST /id-to-fqname HTTP/1.1" 200 222 0.001061 10.0.0.241 - - [2026-06-22 04:28:51] "GET /projects?obj_uuids=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001324 10.0.0.19 - - [2026-06-22 04:28:51] "GET /project/f8874745-7a8f-40e2-81cd-c1fb69e6d52e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.095022 10.0.0.19 - - [2026-06-22 04:28:51] "POST /neutron/network HTTP/1.1" 200 886 0.035239 10.0.0.19 - - [2026-06-22 04:28:51] "POST /id-to-fqname HTTP/1.1" 200 222 0.001250 10.0.0.19 - - [2026-06-22 04:28:51] "POST /neutron/port HTTP/1.1" 200 117 0.011752 10.0.0.241 - - [2026-06-22 04:28:52] "GET /projects?obj_uuids=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001394 10.0.0.19 - - [2026-06-22 04:28:52] "GET /project/f8874745-7a8f-40e2-81cd-c1fb69e6d52e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.094425 10.0.0.19 - - [2026-06-22 04:28:52] "POST /neutron/port HTTP/1.1" 200 117 0.011557 10.0.0.19 - - [2026-06-22 04:28:55] "POST /neutron/network HTTP/1.1" 200 896 0.006654 10.0.0.19 - - [2026-06-22 04:28:56] "POST /neutron/port HTTP/1.1" 200 1061 0.020497 10.0.0.241 - - [2026-06-22 04:28:56] "GET /projects?obj_uuids=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001273 10.0.0.19 - - [2026-06-22 04:28:57] "POST /neutron/subnet HTTP/1.1" 200 646 0.007407 10.0.0.19 - - [2026-06-22 04:28:57] "POST /neutron/port HTTP/1.1" 200 1061 0.254811 10.0.0.19 - - [2026-06-22 04:28:57] "POST /neutron/network HTTP/1.1" 200 886 0.007461 10.0.0.19 - - [2026-06-22 04:28:57] "POST /neutron/port HTTP/1.1" 200 1125 0.018714 10.0.0.19 - - [2026-06-22 04:28:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004680 10.0.0.19 - - [2026-06-22 04:28:58] "POST /neutron/network HTTP/1.1" 200 886 0.007691 10.0.0.19 - - [2026-06-22 04:29:03] "POST /neutron/port HTTP/1.1" 200 1125 0.037495 10.0.0.19 - - [2026-06-22 04:29:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007010 10.0.0.19 - - [2026-06-22 04:29:03] "GET /virtual-machine/a7351fc3-8322-4030-8bd9-b35e9a087af8 HTTP/1.1" 200 1296 0.005711 10.0.0.19 - - [2026-06-22 04:29:03] "GET /virtual-machine-interface/cbdcc6be-9c1f-4a15-bd65-83c1c3684409 HTTP/1.1" 200 2957 0.007149 10.0.0.19 - - [2026-06-22 04:29:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004425 10.0.0.19 - - [2026-06-22 04:29:03] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004891 10.0.0.19 - - [2026-06-22 04:29:03] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003455 10.0.0.19 - - [2026-06-22 04:29:03] "GET /virtual-network/8ec0cbe3-21c9-420d-8490-8b315b2297a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006952 10.0.0.19 - - [2026-06-22 04:29:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.19 - - [2026-06-22 04:29:06] "GET /virtual-network/8ec0cbe3-21c9-420d-8490-8b315b2297a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005532 10.0.0.19 - - [2026-06-22 04:29:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.19 - - [2026-06-22 04:29:10] "GET /virtual-network/8ec0cbe3-21c9-420d-8490-8b315b2297a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005118 10.0.0.19 - - [2026-06-22 04:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.19 - - [2026-06-22 04:29:14] "GET /virtual-network/8ec0cbe3-21c9-420d-8490-8b315b2297a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005384 10.0.0.19 - - [2026-06-22 04:29:15] "POST /neutron/network HTTP/1.1" 200 896 0.007066 10.0.0.19 - - [2026-06-22 04:29:15] "POST /neutron/port HTTP/1.1" 200 117 0.001111 10.0.0.19 - - [2026-06-22 04:29:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.19 - - [2026-06-22 04:29:18] "GET /virtual-network/8ec0cbe3-21c9-420d-8490-8b315b2297a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005947 10.0.0.19 - - [2026-06-22 04:29:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.006617 10.0.0.19 - - [2026-06-22 04:29:22] "GET /virtual-network/8ec0cbe3-21c9-420d-8490-8b315b2297a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006705 10.0.0.19 - - [2026-06-22 04:29:25] "GET /obj-perms HTTP/1.1" 200 4493 0.111201 10.0.0.19 - - [2026-06-22 04:29:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.19 - - [2026-06-22 04:29:26] "GET /virtual-network/8ec0cbe3-21c9-420d-8490-8b315b2297a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005369 10.0.0.19 - - [2026-06-22 04:29:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.19 - - [2026-06-22 04:29:29] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006219 10.0.0.19 - - [2026-06-22 04:29:29] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003030 10.0.0.19 - - [2026-06-22 04:29:29] "GET /virtual-network/8ec0cbe3-21c9-420d-8490-8b315b2297a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005837 10.0.0.19 - - [2026-06-22 04:29:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007546 10.0.0.19 - - [2026-06-22 04:29:34] "POST /neutron/port HTTP/1.1" 200 1125 0.020107 10.0.0.19 - - [2026-06-22 04:29:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008087 10.0.0.19 - - [2026-06-22 04:29:36] "POST /neutron/network HTTP/1.1" 200 896 0.007849 10.0.0.19 - - [2026-06-22 04:29:36] "POST /neutron/port HTTP/1.1" 200 117 0.001069 10.0.0.19 - - [2026-06-22 04:29:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006993 10.0.0.19 - - [2026-06-22 04:29:39] "POST /neutron/port HTTP/1.1" 200 1125 0.016767 10.0.0.19 - - [2026-06-22 04:29:39] "GET /virtual-machine/c0b4588d-d17b-45cb-a4f4-c7be7fb65d42 HTTP/1.1" 200 1296 0.005808 10.0.0.19 - - [2026-06-22 04:29:39] "GET /virtual-machine-interface/e63b2986-16f9-461d-b5d9-e013fbe6bea3 HTTP/1.1" 200 2957 0.005144 10.0.0.19 - - [2026-06-22 04:29:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.19 - - [2026-06-22 04:29:39] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003385 10.0.0.19 - - [2026-06-22 04:29:39] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003413 10.0.0.19 - - [2026-06-22 04:29:39] "GET /virtual-network/be1e7cfe-e25e-46b8-8273-b4abe7b394cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006134 10.0.0.19 - - [2026-06-22 04:29:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.19 - - [2026-06-22 04:29:41] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003708 10.0.0.19 - - [2026-06-22 04:29:41] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003573 10.0.0.19 - - [2026-06-22 04:29:41] "GET /virtual-network/be1e7cfe-e25e-46b8-8273-b4abe7b394cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005360 10.0.0.19 - - [2026-06-22 04:30:16] "POST /neutron/port HTTP/1.1" 200 1125 0.020159 10.0.0.19 - - [2026-06-22 04:30:16] "POST /neutron/subnet HTTP/1.1" 200 646 0.008461 10.0.0.241 - - [2026-06-22 04:30:26] "GET /obj-perms HTTP/1.1" 200 4493 0.040393 10.0.0.241 - - [2026-06-22 04:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.018069 10.0.0.19 - - [2026-06-22 04:30:37] "POST /neutron/port HTTP/1.1" 200 1125 0.023880 10.0.0.19 - - [2026-06-22 04:30:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003616 10.0.0.19 - - [2026-06-22 04:30:39] "POST /neutron/network HTTP/1.1" 200 886 0.009777 ++ 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 Jun 22 04:30:56 AM UTC 2026 ===================' INFO: =================== Mon Jun 22 04:30:56 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 +++ head -n 1 +++ awk '{print $2}' +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.241 ++ 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.19,10.0.0.129,10.0.0.241 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.19,10.0.0.129,10.0.0.241 ++ ANALYTICSDB_NODES=10.0.0.19,10.0.0.129,10.0.0.241 ++ ANALYTICS_SNMP_NODES=10.0.0.19,10.0.0.129,10.0.0.241 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:8081 ' +++ '[' -n '10.0.0.19:8081 10.0.0.129:8081 10.0.0.241:8081 ' ']' +++ echo '10.0.0.19:8081 10.0.0.129:8081 10.0.0.241:8081' ++ ANALYTICS_SERVERS='10.0.0.19:8081 10.0.0.129:8081 10.0.0.241: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:9042 ' +++ '[' -n '10.0.0.19:9042 10.0.0.129:9042 10.0.0.241:9042 ' ']' +++ echo '10.0.0.19:9042 10.0.0.129:9042 10.0.0.241:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.19:9042 10.0.0.129:9042 10.0.0.241:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.19,10.0.0.129,10.0.0.241 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:8086 ' +++ '[' -n '10.0.0.19:8086 10.0.0.129:8086 10.0.0.241:8086 ' ']' +++ echo '10.0.0.19:8086 10.0.0.129:8086 10.0.0.241:8086' ++ COLLECTOR_SERVERS='10.0.0.19:8086 10.0.0.129:8086 10.0.0.241: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.19,10.0.0.129,10.0.0.241 ++ CONFIGDB_NODES=10.0.0.19,10.0.0.129,10.0.0.241 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:8082 ' +++ '[' -n '10.0.0.19:8082 10.0.0.129:8082 10.0.0.241:8082 ' ']' +++ echo '10.0.0.19:8082 10.0.0.129:8082 10.0.0.241:8082' ++ CONFIG_SERVERS='10.0.0.19:8082 10.0.0.129:8082 10.0.0.241: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:9161 ' +++ '[' -n '10.0.0.19:9161 10.0.0.129:9161 10.0.0.241:9161 ' ']' +++ echo '10.0.0.19:9161 10.0.0.129:9161 10.0.0.241:9161' ++ CONFIGDB_SERVERS='10.0.0.19:9161 10.0.0.129:9161 10.0.0.241: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:9041 ' +++ '[' -n '10.0.0.19:9041 10.0.0.129:9041 10.0.0.241:9041 ' ']' +++ echo '10.0.0.19:9041 10.0.0.129:9041 10.0.0.241:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.19:9041 10.0.0.129:9041 10.0.0.241: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.193,10.20.0.129,10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.193,10.20.0.129,10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.19,10.0.0.129,10.0.0.241 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+=10.0.0.129:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+=10.0.0.241:2181, +++ '[' -n 10.0.0.19:2181,10.0.0.129:2181,10.0.0.241:2181, ']' +++ echo 10.0.0.19:2181,10.0.0.129:2181,10.0.0.241:2181 ++ ZOOKEEPER_SERVERS=10.0.0.19:2181,10.0.0.129:2181,10.0.0.241: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:2181 ' +++ '[' -n '10.0.0.19:2181 10.0.0.129:2181 10.0.0.241:2181 ' ']' +++ echo '10.0.0.19:2181 10.0.0.129:2181 10.0.0.241:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.19:2181 10.0.0.129:2181 10.0.0.241:2181' ++ RABBITMQ_NODES=10.0.0.19,10.0.0.129,10.0.0.241 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+=10.0.0.129:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+=10.0.0.241:5673, +++ '[' -n 10.0.0.19:5673,10.0.0.129:5673,10.0.0.241:5673, ']' +++ echo 10.0.0.19:5673,10.0.0.129:5673,10.0.0.241:5673 ++ RABBITMQ_SERVERS=10.0.0.19:5673,10.0.0.129:5673,10.0.0.241: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:6379 ' +++ '[' -n '10.0.0.19:6379 10.0.0.129:6379 10.0.0.241:6379 ' ']' +++ echo '10.0.0.19:6379 10.0.0.129:6379 10.0.0.241:6379' ++ REDIS_SERVERS='10.0.0.19:6379 10.0.0.129:6379 10.0.0.241: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.19,10.0.0.129,10.0.0.241 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:9092 ' +++ '[' -n '10.0.0.19:9092 10.0.0.129:9092 10.0.0.241:9092 ' ']' +++ echo '10.0.0.19:9092 10.0.0.129:9092 10.0.0.241:9092' ++ KAFKA_SERVERS='10.0.0.19:9092 10.0.0.129:9092 10.0.0.241: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.19 ++ 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.19,10.0.0.129,10.0.0.241 ++ 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.19,10.0.0.129,10.0.0.241 ++ 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.19,10.0.0.129,10.0.0.241 ++ cut -d , -f 1 + local cassandra=10.0.0.19 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.19 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 +++ cut -d ' ' -f 1 +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.19,10.0.0.129,10.0.0.241 +++ local servers=10.0.0.19,10.0.0.129,10.0.0.241 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ sort ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ grep -vi host +++ local local_ips=,10.0.0.241,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.19'\''))' +++ local server_ip=10.0.0.19 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.19 ]] +++ [[ ,10.0.0.241,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.19, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.129'\''))' +++ local server_ip=10.0.0.129 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.129 ]] +++ [[ ,10.0.0.241,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.129, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.241'\''))' +++ local server_ip=10.0.0.241 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.241 ]] +++ [[ ,10.0.0.241,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.241, ]] +++ echo 10.0.0.241 3 +++ return ++ local ip=10.0.0.241 ++ [[ -z 10.0.0.241 ]] ++ echo 10.0.0.241 + host_ip=10.0.0.241 + [[ cql == \c\q\l ]] ++ echo 10.0.0.19:9041 10.0.0.129:9041 10.0.0.241:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.19:9041 10.0.0.129:9041 10.0.0.241:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.241: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__.*__.*=.*$' ++ sed 's/^API__//g' ++ cut -d = -f 1 ++ 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: 06/22/2026 04:31:05.266 7f1a098c2840 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 06/22/2026 04:31:05.399 7f1a098c2840 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 06/22/2026 04:31:05.410 7f1a098c2840 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 06/22/2026 04:31:05.411 7f1a098c2840 [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.241:8082/ Hit Ctrl-C to quit. 10.0.0.241 - - [2026-06-22 04:31:06] "GET / HTTP/1.1" 503 181 0.000215 10.0.0.241 - - [2026-06-22 04:31:06] "GET / HTTP/1.1" 503 181 0.000159 10.0.0.241 - - [2026-06-22 04:31:07] "GET / HTTP/1.1" 200 45871 0.002630 10.0.0.241 - - [2026-06-22 04:31:07] "GET / HTTP/1.1" 200 45871 0.001105 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.241 - - [2026-06-22 04:31:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000807 10.0.0.241 - - [2026-06-22 04:31:07] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000257 [Introspect:8084]10.0.0.19 - - [2026-06-22 04:31:07] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3225 0.001384 10.0.0.241 - - [2026-06-22 04:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.675267 10.0.0.241 - - [2026-06-22 04:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.241 - - [2026-06-22 04:31:08] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.371253 10.0.0.241 - - [2026-06-22 04:31:08] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 1220 0.004267 /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.241 - - [2026-06-22 04:31:08] "GET /projects?obj_uuids=d855635c-711b-43ca-93ee-84050183a4a3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000818 10.0.0.241 - - [2026-06-22 04:31:08] "GET /project/d855635c-711b-43ca-93ee-84050183a4a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.051784 10.0.0.241 - - [2026-06-22 04:31:08] "GET /projects?obj_uuids=d855635c-711b-43ca-93ee-84050183a4a3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001293 10.0.0.241 - - [2026-06-22 04:31:08] "GET /project/d855635c-711b-43ca-93ee-84050183a4a3?fields=security_groups HTTP/1.1" 200 1089 0.044243 10.0.0.241 - - [2026-06-22 04:31:08] "GET /projects?obj_uuids=d855635c-711b-43ca-93ee-84050183a4a3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001146 10.0.0.241 - - [2026-06-22 04:31:08] "GET /project/d855635c-711b-43ca-93ee-84050183a4a3?fields=application_policy_sets HTTP/1.1" 200 1382 0.040808 10.0.0.241 - - [2026-06-22 04:31:08] "DELETE /project/d855635c-711b-43ca-93ee-84050183a4a3 HTTP/1.1" 409 278 0.237365 [Introspect:8084]10.0.0.19 - - [2026-06-22 04:31:12] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3163 0.001200 [Introspect:8084]10.0.0.19 - - [2026-06-22 04:31:12] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3163 0.001079 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.19 - - [2026-06-22 04:31:13] "GET /obj-perms HTTP/1.1" 200 4469 0.380075 10.0.0.19 - - [2026-06-22 04:31:14] "GET /obj-perms HTTP/1.1" 200 4469 0.005024 10.0.0.19 - - [2026-06-22 04:31:14] "GET /obj-perms HTTP/1.1" 200 4469 0.003864 10.0.0.19 - - [2026-06-22 04:31:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.019762 10.0.0.241 - - [2026-06-22 04:31:14] "GET /projects?obj_uuids=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000897 10.0.0.19 - - [2026-06-22 04:31:14] "GET /project/f8874745-7a8f-40e2-81cd-c1fb69e6d52e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.039194 10.0.0.19 - - [2026-06-22 04:31:14] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003934 10.0.0.19 - - [2026-06-22 04:31:14] "POST /virtual-networks HTTP/1.1" 200 548 0.090743 10.0.0.19 - - [2026-06-22 04:31:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004423 10.0.0.19 - - [2026-06-22 04:31:14] "GET /network-ipam/434fdda0-c76e-4ece-af32-aa1b5dafb065?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.004694 10.0.0.241 - - [2026-06-22 04:31:14] "POST /useragent-kv HTTP/1.1" 200 115 0.007734 10.0.0.19 - - [2026-06-22 04:31:14] "POST /ref-update HTTP/1.1" 200 156 0.077658 10.0.0.19 - - [2026-06-22 04:31:14] "GET /virtual-network/110770f6-452c-4f80-a785-c0efafeee8e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.006239 10.0.0.19 - - [2026-06-22 04:31:14] "POST /neutron/network HTTP/1.1" 200 809 0.031441 10.0.0.241 - - [2026-06-22 04:31:15] "POST /route-targets HTTP/1.1" 200 328 0.080398 10.0.0.19 - - [2026-06-22 04:31:15] "GET /virtual-network/8ec0cbe3-21c9-420d-8490-8b315b2297a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.010985 10.0.0.129 - - [2026-06-22 04:31:15] "GET /obj-perms HTTP/1.1" 200 4469 0.035050 10.0.0.19 - - [2026-06-22 04:31:15] "POST /id-to-fqname HTTP/1.1" 200 222 0.001443 10.0.0.19 - - [2026-06-22 04:31:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.018767 10.0.0.241 - - [2026-06-22 04:31:16] "GET /projects?obj_uuids=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001042 10.0.0.19 - - [2026-06-22 04:31:16] "GET /project/f8874745-7a8f-40e2-81cd-c1fb69e6d52e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.062009 10.0.0.19 - - [2026-06-22 04:31:16] "POST /neutron/port HTTP/1.1" 200 2098 0.027423 10.0.0.19 - - [2026-06-22 04:31:16] "POST /neutron/port HTTP/1.1" 200 117 0.005721 10.0.0.19 - - [2026-06-22 04:31:18] "POST /neutron/network HTTP/1.1" 200 896 0.027435 10.0.0.19 - - [2026-06-22 04:31:18] "POST /neutron/port HTTP/1.1" 200 117 0.001061 10.0.0.241 - - [2026-06-22 04:31:20] "GET /projects?obj_uuids=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001247 10.0.0.19 - - [2026-06-22 04:31:21] "POST /neutron/port HTTP/1.1" 200 1061 0.251562 10.0.0.19 - - [2026-06-22 04:31:21] "POST /neutron/port HTTP/1.1" 200 1115 0.110431 10.0.0.19 - - [2026-06-22 04:31:22] "POST /neutron/port HTTP/1.1" 200 1125 0.023088 10.0.0.19 - - [2026-06-22 04:31:22] "POST /neutron/port HTTP/1.1" 200 117 0.001049 10.0.0.19 - - [2026-06-22 04:31:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007112 10.0.0.19 - - [2026-06-22 04:31:32] "POST /neutron/port HTTP/1.1" 200 1125 0.021085 10.0.0.19 - - [2026-06-22 04:31:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007559 10.0.0.19 - - [2026-06-22 04:31:32] "GET /virtual-machine/5c16d3bc-e566-4378-b2c7-572f8ffb13a9 HTTP/1.1" 200 1295 0.034634 10.0.0.19 - - [2026-06-22 04:31:32] "GET /virtual-machine/5c16d3bc-e566-4378-b2c7-572f8ffb13a9 HTTP/1.1" 200 1295 0.003566 10.0.0.19 - - [2026-06-22 04:31:32] "GET /virtual-machine-interface/60787268-1ffa-4fad-9e58-3bf8fbe5eba0 HTTP/1.1" 200 2956 0.005284 10.0.0.19 - - [2026-06-22 04:31:32] "GET /virtual-machine/5c16d3bc-e566-4378-b2c7-572f8ffb13a9 HTTP/1.1" 200 1295 0.004609 10.0.0.19 - - [2026-06-22 04:31:32] "GET /virtual-machine-interface/60787268-1ffa-4fad-9e58-3bf8fbe5eba0 HTTP/1.1" 200 2956 0.006108 10.0.0.19 - - [2026-06-22 04:31:32] "GET /instance-ip/fc9e9606-d333-44c9-a815-92e55f2e53e4 HTTP/1.1" 200 1627 0.007109 10.0.0.19 - - [2026-06-22 04:31:32] "GET /virtual-machine/5c16d3bc-e566-4378-b2c7-572f8ffb13a9 HTTP/1.1" 200 1295 0.003579 10.0.0.19 - - [2026-06-22 04:31:32] "GET /virtual-machine-interface/60787268-1ffa-4fad-9e58-3bf8fbe5eba0 HTTP/1.1" 200 2956 0.006195 10.0.0.19 - - [2026-06-22 04:31:32] "GET /instance-ip/fc9e9606-d333-44c9-a815-92e55f2e53e4 HTTP/1.1" 200 1627 0.008536 10.0.0.19 - - [2026-06-22 04:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.19 - - [2026-06-22 04:31:32] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004071 10.0.0.19 - - [2026-06-22 04:31:32] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004050 10.0.0.19 - - [2026-06-22 04:31:32] "GET /virtual-network/8ec0cbe3-21c9-420d-8490-8b315b2297a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005275 10.0.0.19 - - [2026-06-22 04:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.19 - - [2026-06-22 04:31:32] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005232 10.0.0.19 - - [2026-06-22 04:31:32] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003239 10.0.0.19 - - [2026-06-22 04:31:32] "GET /virtual-network/8ec0cbe3-21c9-420d-8490-8b315b2297a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005446 10.0.0.19 - - [2026-06-22 04:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.19 - - [2026-06-22 04:31:32] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003854 10.0.0.19 - - [2026-06-22 04:31:32] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002940 10.0.0.19 - - [2026-06-22 04:31:32] "GET /virtual-network/8ec0cbe3-21c9-420d-8490-8b315b2297a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006075 10.0.0.19 - - [2026-06-22 04:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.19 - - [2026-06-22 04:31:32] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004277 10.0.0.19 - - [2026-06-22 04:31:32] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003692 10.0.0.19 - - [2026-06-22 04:31:33] "GET /virtual-network/8ec0cbe3-21c9-420d-8490-8b315b2297a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005386 10.0.0.19 - - [2026-06-22 04:31:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.19 - - [2026-06-22 04:31:33] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004026 10.0.0.19 - - [2026-06-22 04:31:33] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002776 10.0.0.19 - - [2026-06-22 04:31:33] "GET /virtual-network/8ec0cbe3-21c9-420d-8490-8b315b2297a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006841 10.0.0.19 - - [2026-06-22 04:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.19 - - [2026-06-22 04:31:36] "GET /virtual-network/8ec0cbe3-21c9-420d-8490-8b315b2297a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005236 10.0.0.19 - - [2026-06-22 04:31:36] "POST /neutron/port HTTP/1.1" 200 1125 0.017384 10.0.0.19 - - [2026-06-22 04:31:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003781 10.0.0.19 - - [2026-06-22 04:31:38] "POST /neutron/network HTTP/1.1" 200 886 0.006674 10.0.0.19 - - [2026-06-22 04:31:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004385 10.0.0.19 - - [2026-06-22 04:31:40] "GET /virtual-network/8ec0cbe3-21c9-420d-8490-8b315b2297a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006464 10.0.0.19 - - [2026-06-22 04:31:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.19 - - [2026-06-22 04:31:44] "GET /virtual-network/8ec0cbe3-21c9-420d-8490-8b315b2297a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005612 10.0.0.19 - - [2026-06-22 04:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.19 - - [2026-06-22 04:31:48] "GET /virtual-network/8ec0cbe3-21c9-420d-8490-8b315b2297a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.004915 10.0.0.19 - - [2026-06-22 04:31:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.010950 10.0.0.19 - - [2026-06-22 04:31:52] "GET /virtual-network/8ec0cbe3-21c9-420d-8490-8b315b2297a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.004964 10.0.0.19 - - [2026-06-22 04:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.19 - - [2026-06-22 04:31:54] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003545 10.0.0.19 - - [2026-06-22 04:31:54] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002908 10.0.0.19 - - [2026-06-22 04:31:54] "GET /virtual-network/8ec0cbe3-21c9-420d-8490-8b315b2297a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005586 10.0.0.19 - - [2026-06-22 04:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.19 - - [2026-06-22 04:31:54] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003404 10.0.0.19 - - [2026-06-22 04:31:54] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003169 10.0.0.19 - - [2026-06-22 04:31:54] "GET /virtual-network/8ec0cbe3-21c9-420d-8490-8b315b2297a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005662 10.0.0.19 - - [2026-06-22 04:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.19 - - [2026-06-22 04:31:55] "GET /routing-instance/0af08693-efa2-4bcd-ae3a-9a4fe06b7053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1790 0.005835 10.0.0.19 - - [2026-06-22 04:31:55] "GET /route-target/40791681-b2f0-4f05-abc9-4b119e6d26af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004779 10.0.0.19 - - [2026-06-22 04:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.19 - - [2026-06-22 04:31:55] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004215 10.0.0.19 - - [2026-06-22 04:31:55] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002943 10.0.0.19 - - [2026-06-22 04:31:55] "GET /virtual-network/8ec0cbe3-21c9-420d-8490-8b315b2297a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005301 10.0.0.19 - - [2026-06-22 04:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.19 - - [2026-06-22 04:31:55] "GET /routing-instance/0af08693-efa2-4bcd-ae3a-9a4fe06b7053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1790 0.004626 10.0.0.19 - - [2026-06-22 04:31:55] "GET /route-target/40791681-b2f0-4f05-abc9-4b119e6d26af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003149 10.0.0.19 - - [2026-06-22 04:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.19 - - [2026-06-22 04:31:55] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004173 10.0.0.19 - - [2026-06-22 04:31:55] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003089 10.0.0.19 - - [2026-06-22 04:31:55] "GET /virtual-network/8ec0cbe3-21c9-420d-8490-8b315b2297a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.004980 10.0.0.19 - - [2026-06-22 04:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.19 - - [2026-06-22 04:31:55] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003503 10.0.0.19 - - [2026-06-22 04:31:55] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002986 10.0.0.19 - - [2026-06-22 04:31:55] "GET /virtual-network/8ec0cbe3-21c9-420d-8490-8b315b2297a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005582 10.0.0.19 - - [2026-06-22 04:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.19 - - [2026-06-22 04:31:55] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007492 10.0.0.19 - - [2026-06-22 04:31:55] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003713 10.0.0.19 - - [2026-06-22 04:31:55] "GET /virtual-network/8ec0cbe3-21c9-420d-8490-8b315b2297a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005428 10.0.0.241 - - [2026-06-22 04:31:55] "GET /obj-perms HTTP/1.1" 200 4469 0.043337 10.0.0.19 - - [2026-06-22 04:31:55] "GET /obj-perms HTTP/1.1" 200 4469 0.004253 10.0.0.19 - - [2026-06-22 04:31:55] "GET /obj-perms HTTP/1.1" 200 4469 0.006160 10.0.0.129 - - [2026-06-22 04:31:56] "GET /obj-perms HTTP/1.1" 200 4469 0.006132 10.0.0.241 - - [2026-06-22 04:31:56] "GET /obj-perms HTTP/1.1" 200 4469 0.004076 10.0.0.19 - - [2026-06-22 04:31:56] "POST /id-to-fqname HTTP/1.1" 200 222 0.001212 10.0.0.19 - - [2026-06-22 04:31:56] "POST /neutron/port HTTP/1.1" 200 3070 0.034106 10.0.0.241 - - [2026-06-22 04:31:57] "GET /projects?obj_uuids=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001024 10.0.0.19 - - [2026-06-22 04:31:57] "GET /project/f8874745-7a8f-40e2-81cd-c1fb69e6d52e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.066039 10.0.0.19 - - [2026-06-22 04:31:57] "POST /neutron/network HTTP/1.1" 200 886 0.025235 10.0.0.19 - - [2026-06-22 04:31:57] "POST /neutron/port HTTP/1.1" 200 117 0.006444 10.0.0.241 - - [2026-06-22 04:32:01] "GET /projects?obj_uuids=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001128 10.0.0.19 - - [2026-06-22 04:32:01] "POST /neutron/port HTTP/1.1" 200 1061 0.330027 10.0.0.19 - - [2026-06-22 04:32:02] "POST /neutron/port HTTP/1.1" 200 1115 0.116370 10.0.0.19 - - [2026-06-22 04:32:03] "POST /neutron/port HTTP/1.1" 200 1125 0.021315 10.0.0.19 - - [2026-06-22 04:32:03] "POST /neutron/port HTTP/1.1" 200 117 0.001014 10.0.0.19 - - [2026-06-22 04:32:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007056 10.0.0.19 - - [2026-06-22 04:32:12] "POST /neutron/port HTTP/1.1" 200 1125 0.022187 10.0.0.19 - - [2026-06-22 04:32:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006901 10.0.0.19 - - [2026-06-22 04:32:13] "GET /virtual-machine/b0a38eb3-e8d9-4885-b468-777880040a14 HTTP/1.1" 200 1296 0.005941 10.0.0.19 - - [2026-06-22 04:32:13] "GET /virtual-machine/b0a38eb3-e8d9-4885-b468-777880040a14 HTTP/1.1" 200 1296 0.003731 10.0.0.19 - - [2026-06-22 04:32:13] "GET /virtual-machine-interface/8196340a-c0ff-48a0-b4a5-a00fc7aa8734 HTTP/1.1" 200 2956 0.004961 10.0.0.19 - - [2026-06-22 04:32:13] "GET /virtual-machine/b0a38eb3-e8d9-4885-b468-777880040a14 HTTP/1.1" 200 1296 0.003520 10.0.0.19 - - [2026-06-22 04:32:13] "GET /virtual-machine-interface/8196340a-c0ff-48a0-b4a5-a00fc7aa8734 HTTP/1.1" 200 2956 0.005222 10.0.0.19 - - [2026-06-22 04:32:13] "GET /instance-ip/896b7e6b-b2ed-448c-884a-3a6fb425cfd0 HTTP/1.1" 200 1625 0.006507 10.0.0.19 - - [2026-06-22 04:32:13] "GET /virtual-machine/b0a38eb3-e8d9-4885-b468-777880040a14 HTTP/1.1" 200 1296 0.003540 10.0.0.19 - - [2026-06-22 04:32:13] "GET /virtual-machine-interface/8196340a-c0ff-48a0-b4a5-a00fc7aa8734 HTTP/1.1" 200 2956 0.004963 10.0.0.19 - - [2026-06-22 04:32:13] "GET /instance-ip/896b7e6b-b2ed-448c-884a-3a6fb425cfd0 HTTP/1.1" 200 1625 0.003711 10.0.0.19 - - [2026-06-22 04:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.19 - - [2026-06-22 04:32:13] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003532 10.0.0.19 - - [2026-06-22 04:32:13] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002899 10.0.0.19 - - [2026-06-22 04:32:13] "GET /virtual-network/be1e7cfe-e25e-46b8-8273-b4abe7b394cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005537 10.0.0.19 - - [2026-06-22 04:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.19 - - [2026-06-22 04:32:13] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004632 10.0.0.19 - - [2026-06-22 04:32:13] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003323 10.0.0.19 - - [2026-06-22 04:32:13] "GET /virtual-network/be1e7cfe-e25e-46b8-8273-b4abe7b394cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005861 10.0.0.19 - - [2026-06-22 04:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.19 - - [2026-06-22 04:32:13] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004306 10.0.0.19 - - [2026-06-22 04:32:13] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003824 10.0.0.19 - - [2026-06-22 04:32:13] "GET /virtual-network/be1e7cfe-e25e-46b8-8273-b4abe7b394cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006171 10.0.0.19 - - [2026-06-22 04:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.19 - - [2026-06-22 04:32:13] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004227 10.0.0.19 - - [2026-06-22 04:32:13] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003778 10.0.0.19 - - [2026-06-22 04:32:13] "GET /virtual-network/be1e7cfe-e25e-46b8-8273-b4abe7b394cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005315 10.0.0.19 - - [2026-06-22 04:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.19 - - [2026-06-22 04:32:13] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003678 10.0.0.19 - - [2026-06-22 04:32:13] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003148 10.0.0.19 - - [2026-06-22 04:32:13] "GET /virtual-network/be1e7cfe-e25e-46b8-8273-b4abe7b394cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006269 10.0.0.19 - - [2026-06-22 04:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.19 - - [2026-06-22 04:32:16] "GET /virtual-network/be1e7cfe-e25e-46b8-8273-b4abe7b394cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005128 10.0.0.19 - - [2026-06-22 04:32:18] "POST /neutron/port HTTP/1.1" 200 1125 0.017965 10.0.0.19 - - [2026-06-22 04:32:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003706 10.0.0.19 - - [2026-06-22 04:32:19] "POST /neutron/network HTTP/1.1" 200 886 0.006639 10.0.0.19 - - [2026-06-22 04:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.19 - - [2026-06-22 04:32:20] "GET /virtual-network/be1e7cfe-e25e-46b8-8273-b4abe7b394cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.004971 10.0.0.19 - - [2026-06-22 04:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.19 - - [2026-06-22 04:32:25] "GET /virtual-network/be1e7cfe-e25e-46b8-8273-b4abe7b394cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.004808 10.0.0.19 - - [2026-06-22 04:32:27] "GET /obj-perms HTTP/1.1" 200 4493 0.049842 10.0.0.19 - - [2026-06-22 04:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.19 - - [2026-06-22 04:32:29] "GET /virtual-network/be1e7cfe-e25e-46b8-8273-b4abe7b394cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005448 10.0.0.19 - - [2026-06-22 04:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.19 - - [2026-06-22 04:32:33] "GET /virtual-network/be1e7cfe-e25e-46b8-8273-b4abe7b394cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005337 10.0.0.19 - - [2026-06-22 04:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.19 - - [2026-06-22 04:32:35] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003483 10.0.0.19 - - [2026-06-22 04:32:35] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002952 10.0.0.19 - - [2026-06-22 04:32:35] "GET /virtual-network/be1e7cfe-e25e-46b8-8273-b4abe7b394cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006573 10.0.0.19 - - [2026-06-22 04:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.19 - - [2026-06-22 04:32:35] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003571 10.0.0.19 - - [2026-06-22 04:32:35] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002666 10.0.0.19 - - [2026-06-22 04:32:35] "GET /virtual-network/be1e7cfe-e25e-46b8-8273-b4abe7b394cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005407 10.0.0.19 - - [2026-06-22 04:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.19 - - [2026-06-22 04:32:35] "GET /routing-instance/b7fb85a0-63bd-4076-8035-aaa662fa3e72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1791 0.004257 10.0.0.19 - - [2026-06-22 04:32:35] "GET /route-target/e765d0cf-5c2c-41b6-8375-7aaec4b67615?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003703 10.0.0.19 - - [2026-06-22 04:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.19 - - [2026-06-22 04:32:35] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003101 10.0.0.19 - - [2026-06-22 04:32:35] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003483 10.0.0.19 - - [2026-06-22 04:32:35] "GET /virtual-network/be1e7cfe-e25e-46b8-8273-b4abe7b394cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007579 10.0.0.19 - - [2026-06-22 04:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.19 - - [2026-06-22 04:32:35] "GET /routing-instance/b7fb85a0-63bd-4076-8035-aaa662fa3e72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1791 0.004521 10.0.0.19 - - [2026-06-22 04:32:35] "GET /route-target/e765d0cf-5c2c-41b6-8375-7aaec4b67615?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004225 10.0.0.19 - - [2026-06-22 04:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.19 - - [2026-06-22 04:32:35] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004095 10.0.0.19 - - [2026-06-22 04:32:35] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002995 10.0.0.19 - - [2026-06-22 04:32:36] "GET /virtual-network/be1e7cfe-e25e-46b8-8273-b4abe7b394cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.004940 10.0.0.19 - - [2026-06-22 04:32:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.19 - - [2026-06-22 04:32:36] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004860 10.0.0.19 - - [2026-06-22 04:32:36] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003376 10.0.0.19 - - [2026-06-22 04:32:36] "GET /virtual-network/be1e7cfe-e25e-46b8-8273-b4abe7b394cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005813 10.0.0.19 - - [2026-06-22 04:32:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004405 10.0.0.19 - - [2026-06-22 04:32:36] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003731 10.0.0.19 - - [2026-06-22 04:32:36] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.005674 10.0.0.19 - - [2026-06-22 04:32:36] "GET /virtual-network/be1e7cfe-e25e-46b8-8273-b4abe7b394cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.008087 10.0.0.19 - - [2026-06-22 04:32:36] "GET /obj-perms HTTP/1.1" 200 4469 0.004710 10.0.0.241 - - [2026-06-22 04:32:36] "GET /obj-perms HTTP/1.1" 200 4469 0.003387 10.0.0.19 - - [2026-06-22 04:32:36] "GET /obj-perms HTTP/1.1" 200 4469 0.003926 10.0.0.19 - - [2026-06-22 04:32:36] "GET /obj-perms HTTP/1.1" 200 4469 0.003414 10.0.0.129 - - [2026-06-22 04:32:36] "GET /obj-perms HTTP/1.1" 200 4469 0.003544 10.0.0.19 - - [2026-06-22 04:32:36] "GET /virtual-machine/5c16d3bc-e566-4378-b2c7-572f8ffb13a9 HTTP/1.1" 200 1295 0.004164 10.0.0.19 - - [2026-06-22 04:32:36] "GET /virtual-machine-interface/60787268-1ffa-4fad-9e58-3bf8fbe5eba0 HTTP/1.1" 200 2956 0.004666 10.0.0.19 - - [2026-06-22 04:32:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.007004 10.0.0.19 - - [2026-06-22 04:32:36] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003483 10.0.0.19 - - [2026-06-22 04:32:36] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002538 10.0.0.19 - - [2026-06-22 04:32:36] "GET /virtual-network/8ec0cbe3-21c9-420d-8490-8b315b2297a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005701 10.0.0.19 - - [2026-06-22 04:32:37] "POST /neutron/network HTTP/1.1" 200 896 0.006647 10.0.0.19 - - [2026-06-22 04:32:37] "POST /neutron/port HTTP/1.1" 200 117 0.001008 10.0.0.19 - - [2026-06-22 04:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.19 - - [2026-06-22 04:32:37] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003890 10.0.0.19 - - [2026-06-22 04:32:37] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002903 10.0.0.19 - - [2026-06-22 04:32:37] "GET /virtual-network/8ec0cbe3-21c9-420d-8490-8b315b2297a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005885 10.0.0.19 - - [2026-06-22 04:32:38] "GET /virtual-machine/b0a38eb3-e8d9-4885-b468-777880040a14 HTTP/1.1" 200 1296 0.004153 10.0.0.19 - - [2026-06-22 04:32:38] "GET /virtual-machine-interface/8196340a-c0ff-48a0-b4a5-a00fc7aa8734 HTTP/1.1" 200 2956 0.004995 10.0.0.19 - - [2026-06-22 04:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.19 - - [2026-06-22 04:32:38] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003875 10.0.0.19 - - [2026-06-22 04:32:38] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002797 10.0.0.19 - - [2026-06-22 04:32:38] "GET /virtual-network/be1e7cfe-e25e-46b8-8273-b4abe7b394cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005459 10.0.0.19 - - [2026-06-22 04:32:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.023834 10.0.0.19 - - [2026-06-22 04:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.19 - - [2026-06-22 04:32:39] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003512 10.0.0.19 - - [2026-06-22 04:32:39] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002833 10.0.0.19 - - [2026-06-22 04:32:39] "GET /virtual-network/be1e7cfe-e25e-46b8-8273-b4abe7b394cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005470 10.0.0.19 - - [2026-06-22 04:33:19] "GET /virtual-machine/b0a38eb3-e8d9-4885-b468-777880040a14 HTTP/1.1" 200 1296 0.004165 10.0.0.19 - - [2026-06-22 04:33:21] "POST /neutron/port HTTP/1.1" 200 1125 0.016382 10.0.0.19 - - [2026-06-22 04:33:21] "GET /virtual-machine/b0a38eb3-e8d9-4885-b468-777880040a14 HTTP/1.1" 200 1296 0.003983 10.0.0.19 - - [2026-06-22 04:33:23] "GET /virtual-machine/b0a38eb3-e8d9-4885-b468-777880040a14 HTTP/1.1" 404 171 0.003721 10.0.0.19 - - [2026-06-22 04:33:23] "GET /virtual-machine/b0a38eb3-e8d9-4885-b468-777880040a14 HTTP/1.1" 404 171 0.002988 10.0.0.19 - - [2026-06-22 04:33:23] "GET /virtual-machine/b0a38eb3-e8d9-4885-b468-777880040a14 HTTP/1.1" 404 171 0.002395 10.0.0.19 - - [2026-06-22 04:33:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.19 - - [2026-06-22 04:33:23] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003947 10.0.0.19 - - [2026-06-22 04:33:23] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002507 10.0.0.19 - - [2026-06-22 04:33:23] "GET /virtual-network/be1e7cfe-e25e-46b8-8273-b4abe7b394cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005470 10.0.0.19 - - [2026-06-22 04:33:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.19 - - [2026-06-22 04:33:24] "GET /routing-instance/b7fb85a0-63bd-4076-8035-aaa662fa3e72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1791 0.004321 10.0.0.19 - - [2026-06-22 04:33:24] "GET /route-target/e765d0cf-5c2c-41b6-8375-7aaec4b67615?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003189 10.0.0.19 - - [2026-06-22 04:33:27] "GET /obj-perms HTTP/1.1" 200 4469 0.003576 10.0.0.19 - - [2026-06-22 04:33:30] "GET /obj-perms HTTP/1.1" 200 4469 0.003510 10.0.0.19 - - [2026-06-22 04:33:33] "GET /obj-perms HTTP/1.1" 200 4469 0.003982 10.0.0.241 - - [2026-06-22 04:33:33] "GET /obj-perms HTTP/1.1" 200 4469 0.003455 10.0.0.19 - - [2026-06-22 04:33:33] "GET /virtual-machine/5c16d3bc-e566-4378-b2c7-572f8ffb13a9 HTTP/1.1" 200 1295 0.004098 10.0.0.19 - - [2026-06-22 04:33:35] "POST /neutron/port HTTP/1.1" 200 1125 0.016102 10.0.0.19 - - [2026-06-22 04:33:35] "GET /virtual-machine/5c16d3bc-e566-4378-b2c7-572f8ffb13a9 HTTP/1.1" 200 1295 0.004239 10.0.0.19 - - [2026-06-22 04:33:36] "POST /neutron/port HTTP/1.1" 200 1125 0.016454 10.0.0.19 - - [2026-06-22 04:33:37] "GET /virtual-machine/5c16d3bc-e566-4378-b2c7-572f8ffb13a9 HTTP/1.1" 404 171 0.002972 10.0.0.19 - - [2026-06-22 04:33:37] "GET /virtual-machine/5c16d3bc-e566-4378-b2c7-572f8ffb13a9 HTTP/1.1" 404 171 0.003208 10.0.0.19 - - [2026-06-22 04:33:37] "GET /virtual-machine/5c16d3bc-e566-4378-b2c7-572f8ffb13a9 HTTP/1.1" 404 171 0.003353 10.0.0.19 - - [2026-06-22 04:33:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.19 - - [2026-06-22 04:33:37] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003914 10.0.0.19 - - [2026-06-22 04:33:37] "GET /virtual-networks?parent_id=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002978 10.0.0.19 - - [2026-06-22 04:33:38] "GET /virtual-network/8ec0cbe3-21c9-420d-8490-8b315b2297a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005301 10.0.0.19 - - [2026-06-22 04:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.19 - - [2026-06-22 04:33:38] "GET /routing-instance/0af08693-efa2-4bcd-ae3a-9a4fe06b7053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1790 0.004218 10.0.0.19 - - [2026-06-22 04:33:38] "GET /route-target/40791681-b2f0-4f05-abc9-4b119e6d26af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004308 10.0.0.19 - - [2026-06-22 04:33:38] "GET /obj-perms HTTP/1.1" 200 4469 0.004106 10.0.0.19 - - [2026-06-22 04:33:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004653 10.0.0.19 - - [2026-06-22 04:33:38] "POST /neutron/network HTTP/1.1" 200 886 0.006209 10.0.0.129 - - [2026-06-22 04:33:41] "GET /obj-perms HTTP/1.1" 200 4469 0.003586 10.0.0.19 - - [2026-06-22 04:33:47] "GET /obj-perms HTTP/1.1" 200 4469 0.003780 10.0.0.129 - - [2026-06-22 04:33:50] "GET /obj-perms HTTP/1.1" 200 4469 0.004112 10.0.0.19 - - [2026-06-22 04:33:56] "GET /obj-perms HTTP/1.1" 200 4469 0.003826 10.0.0.129 - - [2026-06-22 04:33:56] "GET /obj-perms HTTP/1.1" 200 4469 0.003129 10.0.0.241 - - [2026-06-22 04:33:56] "POST /useragent-kv HTTP/1.1" 200 115 0.004908 10.0.0.241 - - [2026-06-22 04:33:56] "POST /useragent-kv HTTP/1.1" 200 115 0.004925 10.0.0.19 - - [2026-06-22 04:33:56] "DELETE /virtual-network/110770f6-452c-4f80-a785-c0efafeee8e5 HTTP/1.1" 200 115 0.117986 10.0.0.241 - - [2026-06-22 04:33:56] "DELETE /route-target/80529d1a-7143-42fe-bf24-7b35a2f5b387 HTTP/1.1" 200 115 0.021018 10.0.0.19 - - [2026-06-22 04:33:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.19 - - [2026-06-22 04:33:57] "GET /network-policy/9676a172-a006-4652-a50b-69f5f707c92b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.003553 10.0.0.19 - - [2026-06-22 04:33:57] "POST /ref-update HTTP/1.1" 200 156 0.040783 10.0.0.19 - - [2026-06-22 04:33:57] "GET /virtual-network/be1e7cfe-e25e-46b8-8273-b4abe7b394cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.019420 10.0.0.19 - - [2026-06-22 04:33:57] "DELETE /virtual-network/be1e7cfe-e25e-46b8-8273-b4abe7b394cc HTTP/1.1" 409 235 0.013895 10.0.0.19 - - [2026-06-22 04:33:58] "POST /neutron/port HTTP/1.1" 200 1115 0.014238 10.0.0.19 - - [2026-06-22 04:33:59] "POST /neutron/port HTTP/1.1" 200 1115 0.027624 10.0.0.241 - - [2026-06-22 04:33:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002765 10.0.0.241 - - [2026-06-22 04:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004775 10.0.0.241 - - [2026-06-22 04:33:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002278 10.0.0.19 - - [2026-06-22 04:33:59] "DELETE /virtual-network/be1e7cfe-e25e-46b8-8273-b4abe7b394cc HTTP/1.1" 200 115 0.125500 10.0.0.19 - - [2026-06-22 04:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.19 - - [2026-06-22 04:33:59] "GET /network-policy/af45baca-2559-4d2e-8da0-f077281f87c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.004793 10.0.0.19 - - [2026-06-22 04:33:59] "POST /ref-update HTTP/1.1" 200 156 0.066640 10.0.0.19 - - [2026-06-22 04:33:59] "GET /virtual-network/8ec0cbe3-21c9-420d-8490-8b315b2297a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.007647 10.0.0.241 - - [2026-06-22 04:33:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002750 10.0.0.241 - - [2026-06-22 04:33:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002662 10.0.0.19 - - [2026-06-22 04:33:59] "DELETE /virtual-network/8ec0cbe3-21c9-420d-8490-8b315b2297a6 HTTP/1.1" 200 115 0.105282 10.0.0.241 - - [2026-06-22 04:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.008202 10.0.0.19 - - [2026-06-22 04:34:00] "DELETE /network-policy/9676a172-a006-4652-a50b-69f5f707c92b HTTP/1.1" 200 115 0.033591 10.0.0.19 - - [2026-06-22 04:34:00] "DELETE /network-policy/af45baca-2559-4d2e-8da0-f077281f87c6 HTTP/1.1" 200 115 0.037665 10.0.0.241 - - [2026-06-22 04:34:28] "GET /projects?obj_uuids=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001202 10.0.0.19 - - [2026-06-22 04:34:28] "GET /project/f8874745-7a8f-40e2-81cd-c1fb69e6d52e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.054088 10.0.0.241 - - [2026-06-22 04:34:28] "GET /projects?obj_uuids=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000886 10.0.0.19 - - [2026-06-22 04:34:28] "GET /project/f8874745-7a8f-40e2-81cd-c1fb69e6d52e?fields=virtual_networks HTTP/1.1" 200 1036 0.039932 10.0.0.241 - - [2026-06-22 04:34:28] "GET /projects?obj_uuids=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001081 10.0.0.19 - - [2026-06-22 04:34:28] "GET /project/f8874745-7a8f-40e2-81cd-c1fb69e6d52e?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.033435 10.0.0.241 - - [2026-06-22 04:34:28] "GET /projects?obj_uuids=f8874745-7a8f-40e2-81cd-c1fb69e6d52e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000874 10.0.0.19 - - [2026-06-22 04:34:28] "GET /project/f8874745-7a8f-40e2-81cd-c1fb69e6d52e?fields=security_groups HTTP/1.1" 200 1264 0.034499 10.0.0.19 - - [2026-06-22 04:34:30] "POST /fqname-to-id HTTP/1.1" 404 188 0.030413 10.0.0.241 - - [2026-06-22 04:34:30] "GET /projects?obj_uuids=0a17e641-c9f3-4a3b-94cf-a309a442bf39&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003079 10.0.0.241 - - [2026-06-22 04:34:30] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000809 10.0.0.241 - - [2026-06-22 04:34:30] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006625 10.0.0.241 - - [2026-06-22 04:34:30] "POST /id-to-fqname HTTP/1.1" 200 190 0.002044 10.0.0.241 - - [2026-06-22 04:34:30] "POST /fqname-to-id HTTP/1.1" 404 199 0.007763 10.0.0.241 - - [2026-06-22 04:34:30] "POST /security-groups HTTP/1.1" 200 591 0.073353 10.0.0.241 - - [2026-06-22 04:34:30] "POST /projects HTTP/1.1" 200 585 0.294162 10.0.0.241 - - [2026-06-22 04:34:30] "POST /access-control-lists HTTP/1.1" 200 598 0.024642 10.0.0.241 - - [2026-06-22 04:34:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.361112 10.0.0.19 - - [2026-06-22 04:34:30] "GET /project/0a17e641-c9f3-4a3b-94cf-a309a442bf39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.485706 10.0.0.19 - - [2026-06-22 04:34:31] "GET / HTTP/1.1" 200 36215 0.001441 10.0.0.19 - - [2026-06-22 04:34:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000399 10.0.0.19 - - [2026-06-22 04:34:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.059473 10.0.0.241 - - [2026-06-22 04:34:33] "GET /projects?obj_uuids=0a17e641-c9f3-4a3b-94cf-a309a442bf39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000957 10.0.0.19 - - [2026-06-22 04:34:33] "GET /project/0a17e641-c9f3-4a3b-94cf-a309a442bf39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.039081 10.0.0.19 - - [2026-06-22 04:34:33] "POST /neutron/network HTTP/1.1" 200 117 0.030328 10.0.0.241 - - [2026-06-22 04:34:34] "POST /route-targets HTTP/1.1" 200 328 0.013438 10.0.0.19 - - [2026-06-22 04:34:34] "POST /neutron/network HTTP/1.1" 200 822 0.008564 10.0.0.19 - - [2026-06-22 04:34:34] "POST /id-to-fqname HTTP/1.1" 200 220 0.000960 10.0.0.19 - - [2026-06-22 04:34:34] "GET /virtual-network/82d6f45d-2472-4a02-94e9-5967300b1ef3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004636 10.0.0.19 - - [2026-06-22 04:34:34] "GET /virtual-network/82d6f45d-2472-4a02-94e9-5967300b1ef3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006035 10.0.0.19 - - [2026-06-22 04:34:34] "POST /neutron/subnet HTTP/1.1" 200 715 0.008929 10.0.0.19 - - [2026-06-22 04:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.241 - - [2026-06-22 04:34:34] "GET /projects?obj_uuids=0a17e641-c9f3-4a3b-94cf-a309a442bf39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000897 10.0.0.19 - - [2026-06-22 04:34:34] "GET /project/0a17e641-c9f3-4a3b-94cf-a309a442bf39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.038619 10.0.0.241 - - [2026-06-22 04:34:34] "POST /ref-update HTTP/1.1" 200 156 0.019302 10.0.0.241 - - [2026-06-22 04:34:34] "POST /useragent-kv HTTP/1.1" 200 115 0.007966 10.0.0.19 - - [2026-06-22 04:34:34] "POST /neutron/subnet HTTP/1.1" 200 734 0.194296 10.0.0.19 - - [2026-06-22 04:34:34] "POST /id-to-fqname HTTP/1.1" 200 220 0.001233 10.0.0.19 - - [2026-06-22 04:34:34] "GET /virtual-network/4b2bb40e-21a8-46a2-95c1-5cb5f3d75619?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005348 10.0.0.19 - - [2026-06-22 04:34:35] "GET /virtual-network/4b2bb40e-21a8-46a2-95c1-5cb5f3d75619?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004932 10.0.0.19 - - [2026-06-22 04:34:35] "POST /neutron/network HTTP/1.1" 200 826 0.006307 10.0.0.19 - - [2026-06-22 04:34:35] "POST /id-to-fqname HTTP/1.1" 200 220 0.001138 10.0.0.241 - - [2026-06-22 04:34:36] "GET /projects?obj_uuids=0a17e641-c9f3-4a3b-94cf-a309a442bf39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001191 10.0.0.19 - - [2026-06-22 04:34:36] "GET /project/0a17e641-c9f3-4a3b-94cf-a309a442bf39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.064434 10.0.0.19 - - [2026-06-22 04:34:36] "POST /neutron/network HTTP/1.1" 200 822 0.005963 10.0.0.19 - - [2026-06-22 04:34:36] "POST /id-to-fqname HTTP/1.1" 200 220 0.002434 10.0.0.19 - - [2026-06-22 04:34:36] "POST /neutron/port HTTP/1.1" 200 117 0.006115 10.0.0.241 - - [2026-06-22 04:34:37] "GET /projects?obj_uuids=0a17e641-c9f3-4a3b-94cf-a309a442bf39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000902 10.0.0.19 - - [2026-06-22 04:34:37] "GET /project/0a17e641-c9f3-4a3b-94cf-a309a442bf39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.062870 10.0.0.19 - - [2026-06-22 04:34:37] "POST /neutron/port HTTP/1.1" 200 117 0.008425 10.0.0.19 - - [2026-06-22 04:34:40] "POST /neutron/network HTTP/1.1" 200 832 0.007730 10.0.0.19 - - [2026-06-22 04:34:40] "POST /neutron/port HTTP/1.1" 200 1058 0.021975 10.0.0.241 - - [2026-06-22 04:34:41] "GET /projects?obj_uuids=0a17e641-c9f3-4a3b-94cf-a309a442bf39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000923 10.0.0.19 - - [2026-06-22 04:34:42] "POST /neutron/port HTTP/1.1" 200 1062 0.318678 10.0.0.19 - - [2026-06-22 04:34:42] "POST /neutron/port HTTP/1.1" 200 1062 0.015634 10.0.0.19 - - [2026-06-22 04:34:42] "POST /neutron/port HTTP/1.1" 200 117 0.001025 10.0.0.19 - - [2026-06-22 04:34:42] "POST /neutron/port HTTP/1.1" 200 1122 0.027081 10.0.0.19 - - [2026-06-22 04:34:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003685 10.0.0.19 - - [2026-06-22 04:34:43] "POST /neutron/network HTTP/1.1" 200 826 0.006758 10.0.0.19 - - [2026-06-22 04:34:47] "POST /neutron/port HTTP/1.1" 200 1122 0.016756 10.0.0.19 - - [2026-06-22 04:34:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007129 10.0.0.19 - - [2026-06-22 04:34:47] "GET /virtual-machine/66b7d460-4988-4a3e-8cb7-8010784c3c41 HTTP/1.1" 401 292 0.000362 10.0.0.19 - - [2026-06-22 04:34:48] "GET /virtual-machine/66b7d460-4988-4a3e-8cb7-8010784c3c41 HTTP/1.1" 200 1294 0.029475 10.0.0.19 - - [2026-06-22 04:34:48] "GET /virtual-machine-interface/44717a8f-f558-44b2-bb2b-98c61da19111 HTTP/1.1" 200 2948 0.004756 10.0.0.19 - - [2026-06-22 04:34:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.19 - - [2026-06-22 04:34:48] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003673 10.0.0.19 - - [2026-06-22 04:34:48] "GET /virtual-networks?parent_id=0a17e641-c9f3-4a3b-94cf-a309a442bf39&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002799 10.0.0.19 - - [2026-06-22 04:34:48] "GET /virtual-network/82d6f45d-2472-4a02-94e9-5967300b1ef3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005254 10.0.0.19 - - [2026-06-22 04:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004619 10.0.0.19 - - [2026-06-22 04:34:51] "GET /virtual-network/82d6f45d-2472-4a02-94e9-5967300b1ef3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005676 10.0.0.19 - - [2026-06-22 04:34:52] "POST /neutron/port HTTP/1.1" 200 1126 0.023068 10.0.0.19 - - [2026-06-22 04:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.19 - - [2026-06-22 04:34:53] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003964 10.0.0.19 - - [2026-06-22 04:34:53] "GET /virtual-networks?parent_id=0a17e641-c9f3-4a3b-94cf-a309a442bf39&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003610 10.0.0.19 - - [2026-06-22 04:34:53] "GET /virtual-network/82d6f45d-2472-4a02-94e9-5967300b1ef3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005216 10.0.0.19 - - [2026-06-22 04:34:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007373 10.0.0.19 - - [2026-06-22 04:34:54] "POST /neutron/port HTTP/1.1" 200 1126 0.015941 10.0.0.19 - - [2026-06-22 04:34:54] "GET /virtual-machine/b2f394f3-37eb-4359-b162-3ce2897d69d2 HTTP/1.1" 200 1295 0.005825 10.0.0.19 - - [2026-06-22 04:34:54] "GET /virtual-machine-interface/144197fe-2a67-4236-beaf-5ae2f589f740 HTTP/1.1" 200 2948 0.007151 10.0.0.19 - - [2026-06-22 04:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.19 - - [2026-06-22 04:34:54] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003313 10.0.0.19 - - [2026-06-22 04:34:54] "GET /virtual-networks?parent_id=0a17e641-c9f3-4a3b-94cf-a309a442bf39&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002777 10.0.0.19 - - [2026-06-22 04:34:54] "GET /virtual-network/4b2bb40e-21a8-46a2-95c1-5cb5f3d75619?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005167 10.0.0.19 - - [2026-06-22 04:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.19 - - [2026-06-22 04:34:55] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004072 10.0.0.19 - - [2026-06-22 04:34:55] "GET /virtual-networks?parent_id=0a17e641-c9f3-4a3b-94cf-a309a442bf39&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002901 10.0.0.19 - - [2026-06-22 04:34:55] "GET /virtual-network/4b2bb40e-21a8-46a2-95c1-5cb5f3d75619?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005518 10.0.0.19 - - [2026-06-22 04:34:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007226 10.0.0.19 - - [2026-06-22 04:34:55] "GET /virtual-machine/66b7d460-4988-4a3e-8cb7-8010784c3c41 HTTP/1.1" 200 1294 0.003981 10.0.0.19 - - [2026-06-22 04:34:55] "GET /virtual-machine-interface/44717a8f-f558-44b2-bb2b-98c61da19111 HTTP/1.1" 200 2948 0.005862 10.0.0.19 - - [2026-06-22 04:34:55] "GET /virtual-machine/66b7d460-4988-4a3e-8cb7-8010784c3c41 HTTP/1.1" 200 1294 0.003519 10.0.0.19 - - [2026-06-22 04:34:55] "GET /virtual-machine-interface/44717a8f-f558-44b2-bb2b-98c61da19111 HTTP/1.1" 200 2948 0.005253 10.0.0.19 - - [2026-06-22 04:34:55] "GET /instance-ip/a16f4b08-d7dd-43c2-968d-759ef67b0d35 HTTP/1.1" 200 1622 0.005626 10.0.0.19 - - [2026-06-22 04:34:55] "GET /virtual-machine/66b7d460-4988-4a3e-8cb7-8010784c3c41 HTTP/1.1" 200 1294 0.003240 10.0.0.19 - - [2026-06-22 04:34:55] "GET /virtual-machine-interface/44717a8f-f558-44b2-bb2b-98c61da19111 HTTP/1.1" 200 2948 0.005140 10.0.0.19 - - [2026-06-22 04:34:55] "GET /instance-ip/a16f4b08-d7dd-43c2-968d-759ef67b0d35 HTTP/1.1" 200 1622 0.003660 10.0.0.19 - - [2026-06-22 04:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.19 - - [2026-06-22 04:34:55] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003507 10.0.0.19 - - [2026-06-22 04:34:55] "GET /virtual-networks?parent_id=0a17e641-c9f3-4a3b-94cf-a309a442bf39&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003351 10.0.0.19 - - [2026-06-22 04:34:55] "GET /virtual-network/82d6f45d-2472-4a02-94e9-5967300b1ef3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006044 10.0.0.19 - - [2026-06-22 04:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.19 - - [2026-06-22 04:34:55] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004383 10.0.0.19 - - [2026-06-22 04:34:55] "GET /virtual-networks?parent_id=0a17e641-c9f3-4a3b-94cf-a309a442bf39&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003029 10.0.0.19 - - [2026-06-22 04:34:55] "GET /virtual-network/82d6f45d-2472-4a02-94e9-5967300b1ef3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006449 10.0.0.19 - - [2026-06-22 04:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.19 - - [2026-06-22 04:34:55] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003738 10.0.0.19 - - [2026-06-22 04:34:55] "GET /virtual-networks?parent_id=0a17e641-c9f3-4a3b-94cf-a309a442bf39&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003025 10.0.0.19 - - [2026-06-22 04:34:55] "GET /virtual-network/82d6f45d-2472-4a02-94e9-5967300b1ef3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005610 10.0.0.19 - - [2026-06-22 04:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.19 - - [2026-06-22 04:34:56] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003844 10.0.0.19 - - [2026-06-22 04:34:56] "GET /virtual-networks?parent_id=0a17e641-c9f3-4a3b-94cf-a309a442bf39&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002979 10.0.0.19 - - [2026-06-22 04:34:56] "GET /virtual-network/82d6f45d-2472-4a02-94e9-5967300b1ef3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006319 10.0.0.19 - - [2026-06-22 04:34:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.19 - - [2026-06-22 04:34:56] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004348 10.0.0.19 - - [2026-06-22 04:34:56] "GET /virtual-networks?parent_id=0a17e641-c9f3-4a3b-94cf-a309a442bf39&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002800 10.0.0.19 - - [2026-06-22 04:34:56] "GET /virtual-network/82d6f45d-2472-4a02-94e9-5967300b1ef3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005762 10.0.0.19 - - [2026-06-22 04:34:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004547 10.0.0.19 - - [2026-06-22 04:34:56] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003907 10.0.0.19 - - [2026-06-22 04:34:56] "GET /virtual-networks?parent_id=0a17e641-c9f3-4a3b-94cf-a309a442bf39&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003363 10.0.0.19 - - [2026-06-22 04:34:56] "GET /virtual-network/82d6f45d-2472-4a02-94e9-5967300b1ef3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005476 10.0.0.19 - - [2026-06-22 04:34:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.19 - - [2026-06-22 04:34:56] "GET /routing-instance/4740e2c4-58f6-43f5-a403-7f7fe1b5d0db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.006212 10.0.0.19 - - [2026-06-22 04:34:56] "GET /route-target/8183c70a-26f5-48dc-9a8f-b7b70ffe8b5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004407 10.0.0.19 - - [2026-06-22 04:34:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.19 - - [2026-06-22 04:34:56] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004062 10.0.0.19 - - [2026-06-22 04:34:56] "GET /virtual-networks?parent_id=0a17e641-c9f3-4a3b-94cf-a309a442bf39&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003520 10.0.0.19 - - [2026-06-22 04:34:56] "GET /virtual-network/82d6f45d-2472-4a02-94e9-5967300b1ef3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005002 10.0.0.19 - - [2026-06-22 04:34:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.19 - - [2026-06-22 04:34:56] "GET /routing-instance/4740e2c4-58f6-43f5-a403-7f7fe1b5d0db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.005111 10.0.0.19 - - [2026-06-22 04:34:56] "GET /route-target/8183c70a-26f5-48dc-9a8f-b7b70ffe8b5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003731 10.0.0.19 - - [2026-06-22 04:34:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.19 - - [2026-06-22 04:34:56] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003917 10.0.0.19 - - [2026-06-22 04:34:56] "GET /virtual-networks?parent_id=0a17e641-c9f3-4a3b-94cf-a309a442bf39&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003078 10.0.0.19 - - [2026-06-22 04:34:56] "GET /virtual-network/82d6f45d-2472-4a02-94e9-5967300b1ef3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005284 10.0.0.19 - - [2026-06-22 04:34:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.19 - - [2026-06-22 04:34:57] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003744 10.0.0.19 - - [2026-06-22 04:34:57] "GET /virtual-networks?parent_id=0a17e641-c9f3-4a3b-94cf-a309a442bf39&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002881 10.0.0.19 - - [2026-06-22 04:34:57] "GET /virtual-network/82d6f45d-2472-4a02-94e9-5967300b1ef3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005237 10.0.0.241 - - [2026-06-22 04:34:57] "GET /obj-perms HTTP/1.1" 200 4467 0.039790 10.0.0.19 - - [2026-06-22 04:34:57] "GET /obj-perms HTTP/1.1" 200 4467 0.064241 10.0.0.19 - - [2026-06-22 04:34:58] "GET /obj-perms HTTP/1.1" 200 4467 0.003856 10.0.0.129 - - [2026-06-22 04:34:58] "GET /obj-perms HTTP/1.1" 200 4467 0.033511 10.0.0.19 - - [2026-06-22 04:34:58] "GET /obj-perms HTTP/1.1" 200 4467 0.003709 10.0.0.241 - - [2026-06-22 04:34:58] "GET /obj-perms HTTP/1.1" 200 4467 0.003955 10.0.0.19 - - [2026-06-22 04:34:58] "GET /virtual-machine/b2f394f3-37eb-4359-b162-3ce2897d69d2 HTTP/1.1" 200 1295 0.003500 10.0.0.19 - - [2026-06-22 04:34:58] "GET /virtual-machine-interface/144197fe-2a67-4236-beaf-5ae2f589f740 HTTP/1.1" 200 2948 0.009258 10.0.0.19 - - [2026-06-22 04:34:58] "GET /virtual-machine/b2f394f3-37eb-4359-b162-3ce2897d69d2 HTTP/1.1" 200 1295 0.004465 10.0.0.19 - - [2026-06-22 04:34:58] "GET /virtual-machine-interface/144197fe-2a67-4236-beaf-5ae2f589f740 HTTP/1.1" 200 2948 0.004995 10.0.0.19 - - [2026-06-22 04:34:58] "GET /instance-ip/af1eafbe-286f-4fc0-afcb-9f26c42813d3 HTTP/1.1" 200 1626 0.005639 10.0.0.19 - - [2026-06-22 04:34:58] "GET /virtual-machine/b2f394f3-37eb-4359-b162-3ce2897d69d2 HTTP/1.1" 200 1295 0.003697 10.0.0.19 - - [2026-06-22 04:34:58] "GET /virtual-machine-interface/144197fe-2a67-4236-beaf-5ae2f589f740 HTTP/1.1" 200 2948 0.004925 10.0.0.19 - - [2026-06-22 04:34:58] "GET /instance-ip/af1eafbe-286f-4fc0-afcb-9f26c42813d3 HTTP/1.1" 200 1626 0.004083 10.0.0.19 - - [2026-06-22 04:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002757 10.0.0.19 - - [2026-06-22 04:34:59] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003136 10.0.0.19 - - [2026-06-22 04:34:59] "GET /virtual-networks?parent_id=0a17e641-c9f3-4a3b-94cf-a309a442bf39&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002723 10.0.0.19 - - [2026-06-22 04:34:59] "GET /virtual-network/4b2bb40e-21a8-46a2-95c1-5cb5f3d75619?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005332 10.0.0.19 - - [2026-06-22 04:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.19 - - [2026-06-22 04:34:59] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004270 10.0.0.19 - - [2026-06-22 04:34:59] "GET /virtual-networks?parent_id=0a17e641-c9f3-4a3b-94cf-a309a442bf39&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003189 10.0.0.19 - - [2026-06-22 04:34:59] "GET /virtual-network/4b2bb40e-21a8-46a2-95c1-5cb5f3d75619?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005581 10.0.0.19 - - [2026-06-22 04:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.19 - - [2026-06-22 04:34:59] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004088 10.0.0.19 - - [2026-06-22 04:34:59] "GET /virtual-networks?parent_id=0a17e641-c9f3-4a3b-94cf-a309a442bf39&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003094 10.0.0.19 - - [2026-06-22 04:34:59] "GET /virtual-network/4b2bb40e-21a8-46a2-95c1-5cb5f3d75619?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007241 10.0.0.19 - - [2026-06-22 04:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.19 - - [2026-06-22 04:34:59] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003894 10.0.0.19 - - [2026-06-22 04:34:59] "GET /virtual-networks?parent_id=0a17e641-c9f3-4a3b-94cf-a309a442bf39&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002871 10.0.0.19 - - [2026-06-22 04:34:59] "GET /virtual-network/4b2bb40e-21a8-46a2-95c1-5cb5f3d75619?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005189 10.0.0.19 - - [2026-06-22 04:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.19 - - [2026-06-22 04:34:59] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004244 10.0.0.19 - - [2026-06-22 04:34:59] "GET /virtual-networks?parent_id=0a17e641-c9f3-4a3b-94cf-a309a442bf39&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002939 10.0.0.19 - - [2026-06-22 04:34:59] "GET /virtual-network/4b2bb40e-21a8-46a2-95c1-5cb5f3d75619?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005292 10.0.0.19 - - [2026-06-22 04:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.19 - - [2026-06-22 04:34:59] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004243 10.0.0.19 - - [2026-06-22 04:34:59] "GET /virtual-networks?parent_id=0a17e641-c9f3-4a3b-94cf-a309a442bf39&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002905 10.0.0.19 - - [2026-06-22 04:34:59] "GET /virtual-network/4b2bb40e-21a8-46a2-95c1-5cb5f3d75619?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006142 10.0.0.19 - - [2026-06-22 04:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.19 - - [2026-06-22 04:34:59] "GET /routing-instance/2dcf1bf5-991e-4449-be03-dd35a280721d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.004401 10.0.0.19 - - [2026-06-22 04:34:59] "GET /route-target/5a81ac01-24c7-4df6-b009-66af366d170c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004574 10.0.0.19 - - [2026-06-22 04:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.19 - - [2026-06-22 04:35:00] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004622 10.0.0.19 - - [2026-06-22 04:35:00] "GET /virtual-networks?parent_id=0a17e641-c9f3-4a3b-94cf-a309a442bf39&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003519 10.0.0.19 - - [2026-06-22 04:35:00] "GET /virtual-network/4b2bb40e-21a8-46a2-95c1-5cb5f3d75619?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005486 10.0.0.19 - - [2026-06-22 04:35:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.19 - - [2026-06-22 04:35:00] "GET /routing-instance/2dcf1bf5-991e-4449-be03-dd35a280721d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.004184 10.0.0.19 - - [2026-06-22 04:35:00] "GET /route-target/5a81ac01-24c7-4df6-b009-66af366d170c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003862 10.0.0.19 - - [2026-06-22 04:35:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.19 - - [2026-06-22 04:35:00] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005298 10.0.0.19 - - [2026-06-22 04:35:00] "GET /virtual-networks?parent_id=0a17e641-c9f3-4a3b-94cf-a309a442bf39&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003980 10.0.0.19 - - [2026-06-22 04:35:00] "GET /virtual-network/4b2bb40e-21a8-46a2-95c1-5cb5f3d75619?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007112 10.0.0.19 - - [2026-06-22 04:35:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.19 - - [2026-06-22 04:35:00] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004789 10.0.0.19 - - [2026-06-22 04:35:00] "GET /virtual-networks?parent_id=0a17e641-c9f3-4a3b-94cf-a309a442bf39&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003047 10.0.0.19 - - [2026-06-22 04:35:00] "GET /virtual-network/4b2bb40e-21a8-46a2-95c1-5cb5f3d75619?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006128 10.0.0.241 - - [2026-06-22 04:35:04] "GET /obj-perms HTTP/1.1" 200 4467 0.003294 10.0.0.19 - - [2026-06-22 04:35:04] "GET /obj-perms HTTP/1.1" 200 4467 0.003139 10.0.0.19 - - [2026-06-22 04:35:04] "GET /obj-perms HTTP/1.1" 200 4467 0.003846 10.0.0.19 - - [2026-06-22 04:35:04] "GET /obj-perms HTTP/1.1" 200 4467 0.003533 10.0.0.241 - - [2026-06-22 04:35:04] "GET /obj-perms HTTP/1.1" 200 4467 0.003238 10.0.0.241 - - [2026-06-22 04:35:08] "DELETE /project/f8874745-7a8f-40e2-81cd-c1fb69e6d52e HTTP/1.1" 404 177 0.003731 10.0.0.241 - - [2026-06-22 04:35:08] "DELETE /project/0a17e641c9f34a3b94cfa309a442bf39 HTTP/1.1" 404 173 0.003496 10.0.0.19 - - [2026-06-22 04:35:21] "POST /neutron/port HTTP/1.1" 200 1126 0.016900 10.0.0.19 - - [2026-06-22 04:35:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003694 10.0.0.19 - - [2026-06-22 04:35:22] "POST /neutron/network HTTP/1.1" 200 826 0.009996 10.0.0.19 - - [2026-06-22 04:35:24] "GET /virtual-machine/b2f394f3-37eb-4359-b162-3ce2897d69d2 HTTP/1.1" 200 1295 0.004439 10.0.0.19 - - [2026-06-22 04:35:26] "GET /virtual-machine/b2f394f3-37eb-4359-b162-3ce2897d69d2 HTTP/1.1" 200 1295 0.004857 10.0.0.19 - - [2026-06-22 04:35:27] "POST /neutron/port HTTP/1.1" 200 151 0.155216 10.0.0.19 - - [2026-06-22 04:35:28] "GET /virtual-machine/b2f394f3-37eb-4359-b162-3ce2897d69d2 HTTP/1.1" 404 171 0.003882 10.0.0.19 - - [2026-06-22 04:35:28] "GET /virtual-machine/b2f394f3-37eb-4359-b162-3ce2897d69d2 HTTP/1.1" 404 171 0.002844 10.0.0.19 - - [2026-06-22 04:35:28] "GET /virtual-machine/b2f394f3-37eb-4359-b162-3ce2897d69d2 HTTP/1.1" 404 171 0.002362 10.0.0.19 - - [2026-06-22 04:35:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.19 - - [2026-06-22 04:35:29] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003428 10.0.0.19 - - [2026-06-22 04:35:29] "GET /virtual-networks?parent_id=0a17e641-c9f3-4a3b-94cf-a309a442bf39&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002916 10.0.0.19 - - [2026-06-22 04:35:29] "GET /virtual-network/4b2bb40e-21a8-46a2-95c1-5cb5f3d75619?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006104 10.0.0.19 - - [2026-06-22 04:35:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002715 10.0.0.19 - - [2026-06-22 04:35:29] "GET /routing-instance/2dcf1bf5-991e-4449-be03-dd35a280721d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.005091 10.0.0.19 - - [2026-06-22 04:35:29] "GET /route-target/5a81ac01-24c7-4df6-b009-66af366d170c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004302 10.0.0.19 - - [2026-06-22 04:35:30] "GET /obj-perms HTTP/1.1" 200 4493 0.032706 10.0.0.129 - - [2026-06-22 04:35:30] "GET /obj-perms HTTP/1.1" 200 4493 0.034688 10.0.0.19 - - [2026-06-22 04:35:35] "GET /obj-perms HTTP/1.1" 200 4467 0.003918 10.0.0.19 - - [2026-06-22 04:35:35] "GET /obj-perms HTTP/1.1" 200 4467 0.003538 10.0.0.19 - - [2026-06-22 04:35:35] "GET /virtual-machine/66b7d460-4988-4a3e-8cb7-8010784c3c41 HTTP/1.1" 200 1294 0.004453 10.0.0.19 - - [2026-06-22 04:35:37] "GET /virtual-machine/66b7d460-4988-4a3e-8cb7-8010784c3c41 HTTP/1.1" 200 1294 0.006610 10.0.0.19 - - [2026-06-22 04:35:37] "POST /neutron/port HTTP/1.1" 200 151 0.170024 10.0.0.19 - - [2026-06-22 04:35:39] "GET /virtual-machine/66b7d460-4988-4a3e-8cb7-8010784c3c41 HTTP/1.1" 404 171 0.003111 10.0.0.19 - - [2026-06-22 04:35:39] "GET /virtual-machine/66b7d460-4988-4a3e-8cb7-8010784c3c41 HTTP/1.1" 404 171 0.003192 10.0.0.19 - - [2026-06-22 04:35:39] "GET /virtual-machine/66b7d460-4988-4a3e-8cb7-8010784c3c41 HTTP/1.1" 404 171 0.002624 10.0.0.19 - - [2026-06-22 04:35:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.19 - - [2026-06-22 04:35:40] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005115 10.0.0.19 - - [2026-06-22 04:35:40] "GET /virtual-networks?parent_id=0a17e641-c9f3-4a3b-94cf-a309a442bf39&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003308 10.0.0.19 - - [2026-06-22 04:35:40] "GET /virtual-network/82d6f45d-2472-4a02-94e9-5967300b1ef3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005635 10.0.0.19 - - [2026-06-22 04:35:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.19 - - [2026-06-22 04:35:40] "GET /routing-instance/4740e2c4-58f6-43f5-a403-7f7fe1b5d0db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.004447 10.0.0.19 - - [2026-06-22 04:35:40] "GET /route-target/8183c70a-26f5-48dc-9a8f-b7b70ffe8b5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003598 10.0.0.129 - - [2026-06-22 04:35:43] "GET /obj-perms HTTP/1.1" 200 4467 0.004023 10.0.0.19 - - [2026-06-22 04:35:46] "GET /obj-perms HTTP/1.1" 200 4467 0.004076 10.0.0.129 - - [2026-06-22 04:35:52] "GET /obj-perms HTTP/1.1" 200 4467 0.003447 10.0.0.19 - - [2026-06-22 04:35:55] "GET /obj-perms HTTP/1.1" 200 4467 0.003888 10.0.0.241 - - [2026-06-22 04:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004555 10.0.0.19 - - [2026-06-22 04:35:56] "POST /neutron/network HTTP/1.1" 200 822 0.006914 10.0.0.241 - - [2026-06-22 04:35:56] "DELETE /route-target/8183c70a-26f5-48dc-9a8f-b7b70ffe8b5b HTTP/1.1" 200 115 0.021086 10.0.0.241 - - [2026-06-22 04:35:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.241 - - [2026-06-22 04:35:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000547 10.0.0.241 - - [2026-06-22 04:35:57] "GET /projects?obj_uuids=0a17e641-c9f3-4a3b-94cf-a309a442bf39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000918 10.0.0.19 - - [2026-06-22 04:35:57] "GET /project/0a17e641-c9f3-4a3b-94cf-a309a442bf39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.039244 10.0.0.241 - - [2026-06-22 04:35:57] "GET /projects?obj_uuids=0a17e641-c9f3-4a3b-94cf-a309a442bf39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001517 10.0.0.19 - - [2026-06-22 04:35:57] "GET /project/0a17e641-c9f3-4a3b-94cf-a309a442bf39?fields=virtual_networks HTTP/1.1" 200 1033 0.049955 10.0.0.241 - - [2026-06-22 04:35:57] "GET /projects?obj_uuids=0a17e641-c9f3-4a3b-94cf-a309a442bf39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000898 10.0.0.129 - - [2026-06-22 04:35:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000285 10.0.0.19 - - [2026-06-22 04:35:57] "GET /project/0a17e641-c9f3-4a3b-94cf-a309a442bf39?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.046947 10.0.0.129 - - [2026-06-22 04:35:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.241 - - [2026-06-22 04:35:57] "GET /projects?obj_uuids=0a17e641-c9f3-4a3b-94cf-a309a442bf39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002028 10.0.0.19 - - [2026-06-22 04:35:57] "GET /project/0a17e641-c9f3-4a3b-94cf-a309a442bf39?fields=security_groups HTTP/1.1" 200 1260 0.041206 10.0.0.241 - - [2026-06-22 04:35:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.241 - - [2026-06-22 04:35:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.19 - - [2026-06-22 04:35:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.19 - - [2026-06-22 04:35:58] "POST /fqname-to-id HTTP/1.1" 404 196 0.148993 10.0.0.19 - - [2026-06-22 04:35:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000335 10.0.0.241 - - [2026-06-22 04:35:58] "GET /projects?obj_uuids=6e3bd2ac-f72b-4ce8-b4ec-5c384ce3c9a3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005018 10.0.0.129 - - [2026-06-22 04:35:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.241 - - [2026-06-22 04:35:58] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001101 10.0.0.241 - - [2026-06-22 04:35:58] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007025 10.0.0.129 - - [2026-06-22 04:35:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000274 10.0.0.241 - - [2026-06-22 04:35:59] "POST /id-to-fqname HTTP/1.1" 200 198 0.001141 10.0.0.241 - - [2026-06-22 04:35:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.003429 10.0.0.241 - - [2026-06-22 04:35:59] "POST /security-groups HTTP/1.1" 200 599 0.073165 10.0.0.241 - - [2026-06-22 04:35:59] "POST /projects HTTP/1.1" 200 601 0.270978 10.0.0.241 - - [2026-06-22 04:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.317849 10.0.0.241 - - [2026-06-22 04:35:59] "POST /fqname-to-id HTTP/1.1" 404 241 0.010472 10.0.0.19 - - [2026-06-22 04:35:59] "GET /project/6e3bd2ac-f72b-4ce8-b4ec-5c384ce3c9a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.476021 10.0.0.19 - - [2026-06-22 04:35:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.19 - - [2026-06-22 04:35:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.19 - - [2026-06-22 04:36:00] "GET / HTTP/1.1" 200 36215 0.001857 10.0.0.19 - - [2026-06-22 04:36:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000389 10.0.0.19 - - [2026-06-22 04:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.059352 10.0.0.241 - - [2026-06-22 04:36:03] "GET /projects?obj_uuids=6e3bd2ac-f72b-4ce8-b4ec-5c384ce3c9a3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000880 10.0.0.19 - - [2026-06-22 04:36:04] "GET /project/6e3bd2ac-f72b-4ce8-b4ec-5c384ce3c9a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.036427 10.0.0.241 - - [2026-06-22 04:36:04] "GET /projects?obj_uuids=6e3bd2ac-f72b-4ce8-b4ec-5c384ce3c9a3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001133 10.0.0.19 - - [2026-06-22 04:36:04] "POST /neutron/network HTTP/1.1" 200 613 0.124151 10.0.0.241 - - [2026-06-22 04:36:04] "POST /ref-update HTTP/1.1" 200 156 0.018695 10.0.0.19 - - [2026-06-22 04:36:04] "POST /neutron/network HTTP/1.1" 200 1006 0.014436 10.0.0.19 - - [2026-06-22 04:36:04] "POST /id-to-fqname HTTP/1.1" 200 228 0.001036 10.0.0.19 - - [2026-06-22 04:36:04] "GET /virtual-network/0b0d12d2-56c6-4c68-979d-c0178748c656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.004963 10.0.0.19 - - [2026-06-22 04:36:04] "GET /virtual-network/0b0d12d2-56c6-4c68-979d-c0178748c656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005480 10.0.0.19 - - [2026-06-22 04:36:04] "POST /neutron/subnet HTTP/1.1" 200 725 0.011007 10.0.0.19 - - [2026-06-22 04:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.241 - - [2026-06-22 04:36:04] "GET /projects?obj_uuids=6e3bd2ac-f72b-4ce8-b4ec-5c384ce3c9a3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000938 10.0.0.19 - - [2026-06-22 04:36:05] "GET /project/6e3bd2ac-f72b-4ce8-b4ec-5c384ce3c9a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.042890 10.0.0.241 - - [2026-06-22 04:36:05] "GET /projects?obj_uuids=6e3bd2ac-f72b-4ce8-b4ec-5c384ce3c9a3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001018 10.0.0.19 - - [2026-06-22 04:36:05] "POST /neutron/network HTTP/1.1" 200 613 0.130256 10.0.0.19 - - [2026-06-22 04:36:05] "POST /neutron/network HTTP/1.1" 200 1005 0.012510 10.0.0.19 - - [2026-06-22 04:36:05] "POST /id-to-fqname HTTP/1.1" 200 228 0.001196 10.0.0.19 - - [2026-06-22 04:36:05] "GET /virtual-network/76b37de7-1e4a-42bd-9e02-4ef7cbd8b03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005333 10.0.0.19 - - [2026-06-22 04:36:05] "GET /virtual-network/76b37de7-1e4a-42bd-9e02-4ef7cbd8b03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005879 10.0.0.19 - - [2026-06-22 04:36:05] "POST /neutron/subnet HTTP/1.1" 200 724 0.008903 10.0.0.19 - - [2026-06-22 04:36:06] "GET /virtual-network/0b0d12d2-56c6-4c68-979d-c0178748c656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005407 10.0.0.19 - - [2026-06-22 04:36:06] "GET /obj-perms HTTP/1.1" 200 4483 0.054828 10.0.0.129 - - [2026-06-22 04:36:07] "GET /obj-perms HTTP/1.1" 200 4483 0.038380 10.0.0.241 - - [2026-06-22 04:36:07] "GET /obj-perms HTTP/1.1" 200 4483 0.056646 10.0.0.19 - - [2026-06-22 04:36:07] "GET /virtual-network/76b37de7-1e4a-42bd-9e02-4ef7cbd8b03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005188 10.0.0.19 - - [2026-06-22 04:36:08] "POST /neutron/subnet HTTP/1.1" 200 725 0.008632 10.0.0.19 - - [2026-06-22 04:36:08] "POST /id-to-fqname HTTP/1.1" 200 228 0.001206 10.0.0.241 - - [2026-06-22 04:36:09] "GET /projects?obj_uuids=6e3bd2ac-f72b-4ce8-b4ec-5c384ce3c9a3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.024767 10.0.0.241 - - [2026-06-22 04:36:09] "GET /projects?obj_uuids=0a17e641-c9f3-4a3b-94cf-a309a442bf39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000845 10.0.0.241 - - [2026-06-22 04:36:09] "DELETE /project/6e3bd2acf72b4ce8b4ec5c384ce3c9a3 HTTP/1.1" 404 173 0.044973 10.0.0.19 - - [2026-06-22 04:36:09] "GET /project/6e3bd2ac-f72b-4ce8-b4ec-5c384ce3c9a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.097258 10.0.0.241 - - [2026-06-22 04:36:09] "GET /project/0a17e641-c9f3-4a3b-94cf-a309a442bf39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.065692 10.0.0.19 - - [2026-06-22 04:36:09] "POST /neutron/network HTTP/1.1" 200 1006 0.023075 10.0.0.241 - - [2026-06-22 04:36:09] "GET /projects?obj_uuids=0a17e641-c9f3-4a3b-94cf-a309a442bf39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001091 10.0.0.241 - - [2026-06-22 04:36:09] "GET /project/0a17e641-c9f3-4a3b-94cf-a309a442bf39?fields=security_groups HTTP/1.1" 200 1362 0.041779 10.0.0.241 - - [2026-06-22 04:36:09] "DELETE /security-group/61931621-a220-475b-846a-d28261d87a04 HTTP/1.1" 200 115 0.052691 10.0.0.241 - - [2026-06-22 04:36:09] "GET /projects?obj_uuids=0a17e641-c9f3-4a3b-94cf-a309a442bf39&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001093 10.0.0.241 - - [2026-06-22 04:36:09] "DELETE /access-control-list/eb01c609-2472-4059-b7b3-4dc64d38b26c HTTP/1.1" 200 115 0.044909 10.0.0.241 - - [2026-06-22 04:36:09] "GET /project/0a17e641-c9f3-4a3b-94cf-a309a442bf39?fields=application_policy_sets HTTP/1.1" 200 1401 0.047446 10.0.0.19 - - [2026-06-22 04:36:09] "POST /neutron/port HTTP/1.1" 200 117 0.005460 10.0.0.241 - - [2026-06-22 04:36:09] "DELETE /project/0a17e641-c9f3-4a3b-94cf-a309a442bf39 HTTP/1.1" 200 115 0.472485 10.0.0.19 - - [2026-06-22 04:36:14] "POST /neutron/port HTTP/1.1" 200 1175 0.020157 10.0.0.19 - - [2026-06-22 04:36:14] "POST /neutron/port HTTP/1.1" 200 1239 0.018924 10.0.0.19 - - [2026-06-22 04:36:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003564 10.0.0.19 - - [2026-06-22 04:36:15] "POST /neutron/port HTTP/1.1" 200 117 0.001080 10.0.0.19 - - [2026-06-22 04:36:19] "POST /neutron/port HTTP/1.1" 200 1239 0.021643 10.0.0.19 - - [2026-06-22 04:36:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007294 10.0.0.19 - - [2026-06-22 04:36:25] "POST /neutron/port HTTP/1.1" 200 1239 0.017154 10.0.0.19 - - [2026-06-22 04:36:25] "GET /virtual-machine/e0c38bfe-237f-4a9b-bd8a-9828df6ccffc HTTP/1.1" 401 292 0.000412 10.0.0.19 - - [2026-06-22 04:36:25] "GET /virtual-machine/e0c38bfe-237f-4a9b-bd8a-9828df6ccffc HTTP/1.1" 200 1303 0.029624 10.0.0.19 - - [2026-06-22 04:36:25] "GET /virtual-machine-interface/58e5f57e-faa3-4d2d-82f7-75259f06dca8 HTTP/1.1" 200 3182 0.004997 10.0.0.19 - - [2026-06-22 04:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.19 - - [2026-06-22 04:36:25] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004452 10.0.0.19 - - [2026-06-22 04:36:25] "GET /virtual-networks?parent_id=6e3bd2ac-f72b-4ce8-b4ec-5c384ce3c9a3&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002958 10.0.0.19 - - [2026-06-22 04:36:25] "GET /virtual-network/0b0d12d2-56c6-4c68-979d-c0178748c656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006476 10.0.0.19 - - [2026-06-22 04:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.19 - - [2026-06-22 04:36:28] "GET /virtual-network/0b0d12d2-56c6-4c68-979d-c0178748c656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005734 10.0.0.19 - - [2026-06-22 04:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.19 - - [2026-06-22 04:36:32] "GET /virtual-network/0b0d12d2-56c6-4c68-979d-c0178748c656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005300 10.0.0.19 - - [2026-06-22 04:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004301 10.0.0.19 - - [2026-06-22 04:36:36] "GET /virtual-network/0b0d12d2-56c6-4c68-979d-c0178748c656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006920 10.0.0.19 - - [2026-06-22 04:36:40] "POST /neutron/port HTTP/1.1" 200 1239 0.039789 10.0.0.19 - - [2026-06-22 04:36:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003689 10.0.0.19 - - [2026-06-22 04:36:40] "POST /neutron/port HTTP/1.1" 200 117 0.001674 10.0.0.19 - - [2026-06-22 04:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.19 - - [2026-06-22 04:36:40] "GET /virtual-network/0b0d12d2-56c6-4c68-979d-c0178748c656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005434 10.0.0.19 - - [2026-06-22 04:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.19 - - [2026-06-22 04:36:45] "GET /virtual-network/0b0d12d2-56c6-4c68-979d-c0178748c656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005107 10.0.0.19 - - [2026-06-22 04:36:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.19 - - [2026-06-22 04:36:47] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003980 10.0.0.19 - - [2026-06-22 04:36:47] "GET /virtual-networks?parent_id=6e3bd2ac-f72b-4ce8-b4ec-5c384ce3c9a3&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003315 10.0.0.19 - - [2026-06-22 04:36:47] "GET /virtual-network/0b0d12d2-56c6-4c68-979d-c0178748c656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005534 10.0.0.19 - - [2026-06-22 04:36:47] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006932 10.0.0.19 - - [2026-06-22 04:36:52] "POST /neutron/port HTTP/1.1" 200 1239 0.018776 10.0.0.19 - - [2026-06-22 04:36:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008047 10.0.0.19 - - [2026-06-22 04:36:57] "POST /neutron/port HTTP/1.1" 200 1239 0.019587 10.0.0.19 - - [2026-06-22 04:36:58] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007084 10.0.0.19 - - [2026-06-22 04:36:58] "POST /id-to-fqname HTTP/1.1" 200 228 0.001170 10.0.0.19 - - [2026-06-22 04:36:58] "GET /virtual-machine/e0c38bfe-237f-4a9b-bd8a-9828df6ccffc HTTP/1.1" 200 1303 0.003773 10.0.0.19 - - [2026-06-22 04:36:58] "GET /virtual-machine-interface/58e5f57e-faa3-4d2d-82f7-75259f06dca8 HTTP/1.1" 200 3182 0.005507 10.0.0.19 - - [2026-06-22 04:36:58] "GET /instance-ip/0c66975a-8fc1-4a7e-8ce2-0b2bb20d30df HTTP/1.1" 200 1658 0.006251 10.0.0.19 - - [2026-06-22 04:36:58] "GET /instance-ip/f4cf60b0-548a-46ff-bc2a-ed41e9a12625 HTTP/1.1" 200 1640 0.006140 10.0.0.19 - - [2026-06-22 04:36:58] "POST /fqname-to-id HTTP/1.1" 404 218 0.003606 10.0.0.19 - - [2026-06-22 04:36:58] "GET /virtual-network/0b0d12d2-56c6-4c68-979d-c0178748c656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005989 10.0.0.241 - - [2026-06-22 04:36:58] "GET /projects?obj_uuids=6e3bd2ac-f72b-4ce8-b4ec-5c384ce3c9a3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000867 10.0.0.19 - - [2026-06-22 04:36:58] "GET /project/6e3bd2ac-f72b-4ce8-b4ec-5c384ce3c9a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.045837 10.0.0.19 - - [2026-06-22 04:36:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.19 - - [2026-06-22 04:36:58] "GET /security-group/26821783-368e-4b80-82e0-4ef20467661a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3779 0.005082 10.0.0.19 - - [2026-06-22 04:36:58] "POST /virtual-machine-interfaces HTTP/1.1" 200 575 0.076997 10.0.0.19 - - [2026-06-22 04:36:58] "POST /instance-ips HTTP/1.1" 200 358 0.039598 10.0.0.19 - - [2026-06-22 04:36:58] "GET /instance-ip/277198c7-112b-4849-b36d-976e7b76949d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1594 0.006462 10.0.0.19 - - [2026-06-22 04:36:58] "POST /instance-ips HTTP/1.1" 200 358 0.035221 10.0.0.19 - - [2026-06-22 04:36:58] "GET /instance-ip/7f65652c-1fac-4ba9-bb73-5b75ed51c09c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.006310 10.0.0.19 - - [2026-06-22 04:36:58] "GET /virtual-machine-interface/db93fbf0-1af9-46d1-b0ff-76e2607252d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2397 0.004911 10.0.0.19 - - [2026-06-22 04:36:58] "GET /virtual-machine-interface/db93fbf0-1af9-46d1-b0ff-76e2607252d8?fields=instance_ip_back_refs HTTP/1.1" 200 1542 0.007412 10.0.0.19 - - [2026-06-22 04:36:58] "GET /instance-ip/277198c7-112b-4849-b36d-976e7b76949d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1594 0.004709 10.0.0.19 - - [2026-06-22 04:36:58] "GET /instance-ip/7f65652c-1fac-4ba9-bb73-5b75ed51c09c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003913 10.0.0.19 - - [2026-06-22 04:36:58] "POST /id-to-fqname HTTP/1.1" 200 228 0.001034 10.0.0.19 - - [2026-06-22 04:36:58] "POST /neutron/port HTTP/1.1" 200 1239 0.019576 10.0.0.19 - - [2026-06-22 04:36:59] "POST /neutron/port HTTP/1.1" 200 1082 0.035665 10.0.0.19 - - [2026-06-22 04:36:59] "POST /neutron/port HTTP/1.1" 200 1082 0.013003 10.0.0.19 - - [2026-06-22 04:36:59] "POST /neutron/port HTTP/1.1" 200 117 0.006365 10.0.0.19 - - [2026-06-22 04:37:03] "POST /neutron/network HTTP/1.1" 200 1016 0.007393 10.0.0.19 - - [2026-06-22 04:37:03] "POST /neutron/port HTTP/1.1" 200 1175 0.158364 10.0.0.19 - - [2026-06-22 04:37:04] "POST /neutron/port HTTP/1.1" 200 1185 0.016664 10.0.0.19 - - [2026-06-22 04:37:04] "POST /neutron/subnet HTTP/1.1" 200 1385 0.012352 10.0.0.19 - - [2026-06-22 04:37:04] "POST /neutron/network HTTP/1.1" 200 1006 0.008609 10.0.0.19 - - [2026-06-22 04:37:14] "POST /neutron/port HTTP/1.1" 200 1185 0.017060 10.0.0.19 - - [2026-06-22 04:37:14] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007756 10.0.0.19 - - [2026-06-22 04:37:14] "GET /virtual-machine/d3df1003-6f23-4034-b250-94b557a52a94 HTTP/1.1" 200 1281 0.006422 10.0.0.19 - - [2026-06-22 04:37:14] "GET /virtual-machine-interface/db93fbf0-1af9-46d1-b0ff-76e2607252d8 HTTP/1.1" 200 3234 0.005428 10.0.0.19 - - [2026-06-22 04:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.19 - - [2026-06-22 04:37:14] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003613 10.0.0.19 - - [2026-06-22 04:37:14] "GET /virtual-networks?parent_id=6e3bd2ac-f72b-4ce8-b4ec-5c384ce3c9a3&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002851 10.0.0.19 - - [2026-06-22 04:37:14] "GET /virtual-network/0b0d12d2-56c6-4c68-979d-c0178748c656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005708 10.0.0.19 - - [2026-06-22 04:37:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.19 - - [2026-06-22 04:37:18] "GET /virtual-network/0b0d12d2-56c6-4c68-979d-c0178748c656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005888 10.0.0.19 - - [2026-06-22 04:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004135 10.0.0.19 - - [2026-06-22 04:37:22] "GET /virtual-network/0b0d12d2-56c6-4c68-979d-c0178748c656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005918 10.0.0.19 - - [2026-06-22 04:37:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.19 - - [2026-06-22 04:37:26] "GET /virtual-network/0b0d12d2-56c6-4c68-979d-c0178748c656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.004960 10.0.0.19 - - [2026-06-22 04:37:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.19 - - [2026-06-22 04:37:30] "GET /virtual-network/0b0d12d2-56c6-4c68-979d-c0178748c656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005225 10.0.0.241 - - [2026-06-22 04:37:32] "GET /obj-perms HTTP/1.1" 200 4493 0.036016 10.0.0.19 - - [2026-06-22 04:37:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004575 10.0.0.19 - - [2026-06-22 04:37:34] "GET /virtual-network/0b0d12d2-56c6-4c68-979d-c0178748c656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005171 10.0.0.19 - - [2026-06-22 04:37:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126 10.0.0.19 - - [2026-06-22 04:37:36] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003787 10.0.0.19 - - [2026-06-22 04:37:36] "GET /virtual-networks?parent_id=6e3bd2ac-f72b-4ce8-b4ec-5c384ce3c9a3&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002867 10.0.0.19 - - [2026-06-22 04:37:36] "GET /virtual-network/0b0d12d2-56c6-4c68-979d-c0178748c656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007680 10.0.0.19 - - [2026-06-22 04:37:36] "POST /neutron/port HTTP/1.1" 200 1185 0.018610 10.0.0.19 - - [2026-06-22 04:37:39] "POST /neutron/port HTTP/1.1" 200 1239 0.017829 10.0.0.19 - - [2026-06-22 04:37:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003468 10.0.0.19 - - [2026-06-22 04:37:40] "POST /neutron/port HTTP/1.1" 200 117 0.001035 10.0.0.19 - - [2026-06-22 04:37:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.023224 10.0.0.19 - - [2026-06-22 04:37:47] "POST /id-to-fqname HTTP/1.1" 200 228 0.001304 10.0.0.19 - - [2026-06-22 04:37:47] "POST /neutron/port HTTP/1.1" 200 2270 0.019557 10.0.0.241 - - [2026-06-22 04:37:47] "GET /projects?obj_uuids=6e3bd2ac-f72b-4ce8-b4ec-5c384ce3c9a3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001474 10.0.0.19 - - [2026-06-22 04:37:47] "GET /project/6e3bd2ac-f72b-4ce8-b4ec-5c384ce3c9a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.068585 10.0.0.19 - - [2026-06-22 04:37:47] "POST /neutron/network HTTP/1.1" 200 1005 0.009412 10.0.0.19 - - [2026-06-22 04:37:48] "POST /neutron/port HTTP/1.1" 200 117 0.006560 10.0.0.241 - - [2026-06-22 04:37:52] "GET /projects?obj_uuids=6e3bd2ac-f72b-4ce8-b4ec-5c384ce3c9a3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000971 10.0.0.19 - - [2026-06-22 04:37:52] "POST /neutron/port HTTP/1.1" 200 1174 0.354395 10.0.0.19 - - [2026-06-22 04:37:52] "POST /neutron/port HTTP/1.1" 200 1228 0.156616 10.0.0.19 - - [2026-06-22 04:37:54] "POST /neutron/port HTTP/1.1" 200 1238 0.015756 10.0.0.19 - - [2026-06-22 04:37:54] "POST /neutron/subnet HTTP/1.1" 200 1379 0.012749 10.0.0.19 - - [2026-06-22 04:37:54] "POST /neutron/network HTTP/1.1" 200 1005 0.010906 10.0.0.19 - - [2026-06-22 04:38:03] "POST /neutron/port HTTP/1.1" 200 1238 0.018542 10.0.0.19 - - [2026-06-22 04:38:03] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008325 10.0.0.19 - - [2026-06-22 04:38:03] "GET /virtual-machine/0ed44125-1271-4389-83da-3c7c87cf87f6 HTTP/1.1" 200 1301 0.007901 10.0.0.19 - - [2026-06-22 04:38:03] "GET /virtual-machine-interface/622d69e8-ffec-4c98-b58d-71b776d70051 HTTP/1.1" 200 3183 0.005840 10.0.0.19 - - [2026-06-22 04:38:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.19 - - [2026-06-22 04:38:03] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003955 10.0.0.19 - - [2026-06-22 04:38:03] "GET /virtual-networks?parent_id=6e3bd2ac-f72b-4ce8-b4ec-5c384ce3c9a3&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003090 10.0.0.19 - - [2026-06-22 04:38:03] "GET /virtual-network/76b37de7-1e4a-42bd-9e02-4ef7cbd8b03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.008523 10.0.0.19 - - [2026-06-22 04:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.19 - - [2026-06-22 04:38:06] "GET /virtual-network/76b37de7-1e4a-42bd-9e02-4ef7cbd8b03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005240 10.0.0.19 - - [2026-06-22 04:38:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.19 - - [2026-06-22 04:38:11] "GET /virtual-network/76b37de7-1e4a-42bd-9e02-4ef7cbd8b03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005028 10.0.0.19 - - [2026-06-22 04:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.19 - - [2026-06-22 04:38:15] "GET /virtual-network/76b37de7-1e4a-42bd-9e02-4ef7cbd8b03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005610 10.0.0.19 - - [2026-06-22 04:38:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.19 - - [2026-06-22 04:38:19] "GET /virtual-network/76b37de7-1e4a-42bd-9e02-4ef7cbd8b03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005086 10.0.0.19 - - [2026-06-22 04:38:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005508 10.0.0.19 - - [2026-06-22 04:38:23] "GET /virtual-network/76b37de7-1e4a-42bd-9e02-4ef7cbd8b03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007145 10.0.0.19 - - [2026-06-22 04:38:24] "POST /neutron/port HTTP/1.1" 200 1238 0.019541 10.0.0.19 - - [2026-06-22 04:38:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003572 10.0.0.19 - - [2026-06-22 04:38:25] "POST /neutron/port HTTP/1.1" 200 117 0.001130 10.0.0.19 - - [2026-06-22 04:38:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.19 - - [2026-06-22 04:38:27] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004257 10.0.0.19 - - [2026-06-22 04:38:27] "GET /virtual-networks?parent_id=6e3bd2ac-f72b-4ce8-b4ec-5c384ce3c9a3&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003164 10.0.0.19 - - [2026-06-22 04:38:27] "GET /virtual-network/76b37de7-1e4a-42bd-9e02-4ef7cbd8b03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005836 10.0.0.19 - - [2026-06-22 04:38:27] "POST /neutron/port HTTP/1.1" 200 1238 0.018519 10.0.0.19 - - [2026-06-22 04:38:30] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008755 10.0.0.19 - - [2026-06-22 04:38:32] "GET /obj-perms HTTP/1.1" 200 4493 0.034251 10.0.0.129 - - [2026-06-22 04:38:32] "GET /obj-perms HTTP/1.1" 200 4493 0.035962 10.0.0.19 - - [2026-06-22 04:38:37] "POST /neutron/port HTTP/1.1" 200 1238 0.017280 10.0.0.19 - - [2026-06-22 04:38:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011306 10.0.0.19 - - [2026-06-22 04:38:38] "POST /neutron/port HTTP/1.1" 200 1238 0.021121 10.0.0.19 - - [2026-06-22 04:38:38] "POST /neutron/network HTTP/1.1" 200 1005 0.011130 10.0.0.19 - - [2026-06-22 04:38:38] "POST /id-to-fqname HTTP/1.1" 200 228 0.001050 10.0.0.19 - - [2026-06-22 04:38:38] "GET /virtual-machine/0ed44125-1271-4389-83da-3c7c87cf87f6 HTTP/1.1" 200 1301 0.004541 10.0.0.19 - - [2026-06-22 04:38:38] "GET /virtual-machine-interface/622d69e8-ffec-4c98-b58d-71b776d70051 HTTP/1.1" 200 3183 0.006478 10.0.0.19 - - [2026-06-22 04:38:38] "GET /instance-ip/30df9e08-1784-4329-9011-d9fb404b9076 HTTP/1.1" 200 1658 0.006505 10.0.0.19 - - [2026-06-22 04:38:38] "GET /instance-ip/8af0d53b-5bfc-4d66-a897-7e6e9ff46a14 HTTP/1.1" 200 1640 0.006097 10.0.0.19 - - [2026-06-22 04:38:38] "POST /fqname-to-id HTTP/1.1" 404 230 0.003701 10.0.0.19 - - [2026-06-22 04:38:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.241 - - [2026-06-22 04:38:38] "GET /projects?obj_uuids=6e3bd2ac-f72b-4ce8-b4ec-5c384ce3c9a3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001187 10.0.0.19 - - [2026-06-22 04:38:38] "GET /project/6e3bd2ac-f72b-4ce8-b4ec-5c384ce3c9a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.042651 10.0.0.19 - - [2026-06-22 04:38:38] "POST /network-policys HTTP/1.1" 200 571 0.026878 10.0.0.19 - - [2026-06-22 04:38:38] "GET /network-policy/67ad993d-3e0c-420b-9eab-59013d781b4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.006221 10.0.0.19 - - [2026-06-22 04:38:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002728 10.0.0.19 - - [2026-06-22 04:38:38] "GET /virtual-network/0b0d12d2-56c6-4c68-979d-c0178748c656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005818 10.0.0.19 - - [2026-06-22 04:38:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.19 - - [2026-06-22 04:38:38] "GET /network-policy/67ad993d-3e0c-420b-9eab-59013d781b4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.004285 10.0.0.19 - - [2026-06-22 04:38:38] "POST /ref-update HTTP/1.1" 200 156 0.048364 10.0.0.241 - - [2026-06-22 04:38:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.029753 10.0.0.19 - - [2026-06-22 04:38:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.19 - - [2026-06-22 04:38:38] "GET /network-policy/67ad993d-3e0c-420b-9eab-59013d781b4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.004070 10.0.0.19 - - [2026-06-22 04:38:38] "GET /virtual-network/0b0d12d2-56c6-4c68-979d-c0178748c656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.007434 10.0.0.19 - - [2026-06-22 04:38:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.19 - - [2026-06-22 04:38:38] "GET /network-policy/67ad993d-3e0c-420b-9eab-59013d781b4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.004668 10.0.0.19 - - [2026-06-22 04:38:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.19 - - [2026-06-22 04:38:39] "GET /virtual-network/76b37de7-1e4a-42bd-9e02-4ef7cbd8b03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005712 10.0.0.19 - - [2026-06-22 04:38:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.19 - - [2026-06-22 04:38:39] "GET /network-policy/67ad993d-3e0c-420b-9eab-59013d781b4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.004478 10.0.0.19 - - [2026-06-22 04:38:39] "POST /ref-update HTTP/1.1" 200 156 0.069568 10.0.0.241 - - [2026-06-22 04:38:39] "POST /access-control-lists HTTP/1.1" 200 598 0.076464 10.0.0.19 - - [2026-06-22 04:38:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.015033 10.0.0.19 - - [2026-06-22 04:38:39] "GET /network-policy/67ad993d-3e0c-420b-9eab-59013d781b4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.004096 10.0.0.241 - - [2026-06-22 04:38:39] "POST /ref-update HTTP/1.1" 200 156 0.028918 10.0.0.19 - - [2026-06-22 04:38:39] "GET /virtual-network/76b37de7-1e4a-42bd-9e02-4ef7cbd8b03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.020103 10.0.0.19 - - [2026-06-22 04:38:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004523 10.0.0.19 - - [2026-06-22 04:38:39] "GET /network-policy/67ad993d-3e0c-420b-9eab-59013d781b4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.007095 10.0.0.19 - - [2026-06-22 04:38:39] "GET /virtual-machine-interface/622d69e8-ffec-4c98-b58d-71b776d70051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.006819 10.0.0.19 - - [2026-06-22 04:38:39] "PUT /virtual-machine-interface/622d69e8-ffec-4c98-b58d-71b776d70051 HTTP/1.1" 200 285 0.015367 10.0.0.19 - - [2026-06-22 04:38:39] "GET /virtual-machine-interface/622d69e8-ffec-4c98-b58d-71b776d70051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3077 0.006119 10.0.0.19 - - [2026-06-22 04:38:39] "PUT /virtual-machine-interface/622d69e8-ffec-4c98-b58d-71b776d70051 HTTP/1.1" 200 285 0.017899 10.0.0.19 - - [2026-06-22 04:38:39] "POST /neutron/port HTTP/1.1" 200 1185 0.018874 10.0.0.19 - - [2026-06-22 04:38:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003835 10.0.0.19 - - [2026-06-22 04:38:40] "POST /neutron/port HTTP/1.1" 200 117 0.001033 10.0.0.19 - - [2026-06-22 04:39:26] "POST /neutron/port HTTP/1.1" 200 1238 0.020289 10.0.0.19 - - [2026-06-22 04:39:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004365 10.0.0.19 - - [2026-06-22 04:39:27] "POST /neutron/port HTTP/1.1" 200 117 0.001227 10.0.0.19 - - [2026-06-22 04:39:39] "POST /neutron/port HTTP/1.1" 200 1239 0.018922 10.0.0.19 - - [2026-06-22 04:39:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003827 10.0.0.19 - - [2026-06-22 04:39:41] "POST /neutron/port HTTP/1.1" 200 117 0.001014 10.0.0.19 - - [2026-06-22 04:40:12] "POST /ref-update HTTP/1.1" 200 156 0.053716 10.0.0.19 - - [2026-06-22 04:40:12] "POST /neutron/network HTTP/1.1" 200 1005 0.028707 10.0.0.19 - - [2026-06-22 04:40:12] "GET /virtual-network/76b37de7-1e4a-42bd-9e02-4ef7cbd8b03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006578 10.0.0.19 - - [2026-06-22 04:40:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.19 - - [2026-06-22 04:40:12] "GET /network-policy/67ad993d-3e0c-420b-9eab-59013d781b4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.003829 10.0.0.241 - - [2026-06-22 04:40:12] "POST /fqname-to-id HTTP/1.1" 404 207 0.008745 10.0.0.19 - - [2026-06-22 04:40:12] "POST /ref-update HTTP/1.1" 200 156 0.066425 10.0.0.19 - - [2026-06-22 04:40:12] "GET /virtual-network/0b0d12d2-56c6-4c68-979d-c0178748c656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007594 10.0.0.19 - - [2026-06-22 04:40:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.19 - - [2026-06-22 04:40:12] "GET /network-policy/67ad993d-3e0c-420b-9eab-59013d781b4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.004115 10.0.0.19 - - [2026-06-22 04:40:12] "DELETE /network-policy/67ad993d-3e0c-420b-9eab-59013d781b4e HTTP/1.1" 200 115 0.034011 10.0.0.19 - - [2026-06-22 04:40:12] "DELETE /instance-ip/277198c7-112b-4849-b36d-976e7b76949d HTTP/1.1" 200 115 0.055577 10.0.0.241 - - [2026-06-22 04:40:12] "DELETE /access-control-list/88abd2e2-e351-46ea-ab43-d54e868b3a64 HTTP/1.1" 200 115 0.039908 10.0.0.19 - - [2026-06-22 04:40:12] "DELETE /instance-ip/7f65652c-1fac-4ba9-bb73-5b75ed51c09c HTTP/1.1" 200 115 0.067986 10.0.0.19 - - [2026-06-22 04:40:12] "DELETE /virtual-machine-interface/db93fbf0-1af9-46d1-b0ff-76e2607252d8 HTTP/1.1" 200 115 0.093858 10.0.0.19 - - [2026-06-22 04:40:12] "POST /neutron/network HTTP/1.1" 400 204 0.013379 10.0.0.19 - - [2026-06-22 04:40:14] "POST /neutron/port HTTP/1.1" 200 1228 0.015759 10.0.0.19 - - [2026-06-22 04:40:14] "POST /neutron/port HTTP/1.1" 400 205 0.004571 10.0.0.19 - - [2026-06-22 04:40:15] "POST /neutron/port HTTP/1.1" 200 151 0.285175 10.0.0.241 - - [2026-06-22 04:40:15] "DELETE /route-target/c50ca8b4-4524-43c9-b17a-1cb39189549c HTTP/1.1" 200 115 0.020905 10.0.0.19 - - [2026-06-22 04:40:15] "POST /neutron/network HTTP/1.1" 200 1006 0.008805 10.0.0.241 - - [2026-06-22 04:40:18] "GET /projects?obj_uuids=6e3bd2ac-f72b-4ce8-b4ec-5c384ce3c9a3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000870 10.0.0.19 - - [2026-06-22 04:40:18] "GET /project/6e3bd2ac-f72b-4ce8-b4ec-5c384ce3c9a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.057200 10.0.0.241 - - [2026-06-22 04:40:18] "GET /projects?obj_uuids=6e3bd2ac-f72b-4ce8-b4ec-5c384ce3c9a3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001105 10.0.0.19 - - [2026-06-22 04:40:18] "GET /project/6e3bd2ac-f72b-4ce8-b4ec-5c384ce3c9a3?fields=virtual_networks HTTP/1.1" 200 1050 0.049752 10.0.0.241 - - [2026-06-22 04:40:18] "GET /projects?obj_uuids=6e3bd2ac-f72b-4ce8-b4ec-5c384ce3c9a3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001054 10.0.0.19 - - [2026-06-22 04:40:18] "GET /project/6e3bd2ac-f72b-4ce8-b4ec-5c384ce3c9a3?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.039617 10.0.0.241 - - [2026-06-22 04:40:18] "GET /projects?obj_uuids=6e3bd2ac-f72b-4ce8-b4ec-5c384ce3c9a3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001298 10.0.0.19 - - [2026-06-22 04:40:18] "GET /project/6e3bd2ac-f72b-4ce8-b4ec-5c384ce3c9a3?fields=security_groups HTTP/1.1" 200 1285 0.042035 10.0.0.19 - - [2026-06-22 04:40:19] "POST /fqname-to-id HTTP/1.1" 404 192 0.036299 10.0.0.241 - - [2026-06-22 04:40:19] "GET /projects?obj_uuids=fb74946e-032e-41dd-b92d-57a09b03b4a5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003237 10.0.0.241 - - [2026-06-22 04:40:19] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001194 10.0.0.241 - - [2026-06-22 04:40:19] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007212 10.0.0.241 - - [2026-06-22 04:40:19] "POST /id-to-fqname HTTP/1.1" 200 194 0.004153 10.0.0.241 - - [2026-06-22 04:40:19] "POST /fqname-to-id HTTP/1.1" 404 203 0.009179 10.0.0.241 - - [2026-06-22 04:40:19] "POST /security-groups HTTP/1.1" 200 595 0.031588 10.0.0.241 - - [2026-06-22 04:40:19] "POST /fqname-to-id HTTP/1.1" 404 238 0.003464 10.0.0.241 - - [2026-06-22 04:40:19] "POST /projects HTTP/1.1" 200 593 0.261641 10.0.0.241 - - [2026-06-22 04:40:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.328692 10.0.0.241 - - [2026-06-22 04:40:19] "POST /access-control-lists HTTP/1.1" 200 600 0.028326 10.0.0.19 - - [2026-06-22 04:40:20] "GET /project/fb74946e-032e-41dd-b92d-57a09b03b4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.465425 10.0.0.19 - - [2026-06-22 04:40:21] "GET / HTTP/1.1" 200 36215 0.001795 10.0.0.19 - - [2026-06-22 04:40:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000466 10.0.0.19 - - [2026-06-22 04:40:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.052063 10.0.0.241 - - [2026-06-22 04:40:23] "GET /projects?obj_uuids=fb74946e-032e-41dd-b92d-57a09b03b4a5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000852 10.0.0.19 - - [2026-06-22 04:40:23] "GET /project/fb74946e-032e-41dd-b92d-57a09b03b4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.044081 10.0.0.241 - - [2026-06-22 04:40:23] "GET /projects?obj_uuids=fb74946e-032e-41dd-b92d-57a09b03b4a5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001302 10.0.0.19 - - [2026-06-22 04:40:23] "POST /neutron/network HTTP/1.1" 200 609 0.160630 10.0.0.19 - - [2026-06-22 04:40:24] "POST /neutron/network HTTP/1.1" 200 1002 0.011128 10.0.0.19 - - [2026-06-22 04:40:24] "POST /id-to-fqname HTTP/1.1" 200 224 0.001035 10.0.0.19 - - [2026-06-22 04:40:24] "GET /virtual-network/03c085c6-e290-492d-8145-cabeca3ad15a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.004697 10.0.0.19 - - [2026-06-22 04:40:24] "GET /virtual-network/03c085c6-e290-492d-8145-cabeca3ad15a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005668 10.0.0.19 - - [2026-06-22 04:40:24] "POST /neutron/subnet HTTP/1.1" 200 724 0.008600 10.0.0.19 - - [2026-06-22 04:40:24] "GET /virtual-network/03c085c6-e290-492d-8145-cabeca3ad15a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005539 10.0.0.19 - - [2026-06-22 04:40:26] "POST /id-to-fqname HTTP/1.1" 200 224 0.001236 10.0.0.241 - - [2026-06-22 04:40:26] "GET /projects?obj_uuids=fb74946e-032e-41dd-b92d-57a09b03b4a5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000889 10.0.0.19 - - [2026-06-22 04:40:27] "GET /project/fb74946e-032e-41dd-b92d-57a09b03b4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.058889 10.0.0.19 - - [2026-06-22 04:40:27] "POST /neutron/network HTTP/1.1" 200 1002 0.008919 10.0.0.19 - - [2026-06-22 04:40:27] "POST /id-to-fqname HTTP/1.1" 200 224 0.001224 10.0.0.19 - - [2026-06-22 04:40:27] "POST /neutron/port HTTP/1.1" 200 117 0.006344 10.0.0.241 - - [2026-06-22 04:40:28] "GET /projects?obj_uuids=fb74946e-032e-41dd-b92d-57a09b03b4a5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000942 10.0.0.19 - - [2026-06-22 04:40:28] "GET /project/fb74946e-032e-41dd-b92d-57a09b03b4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.059891 10.0.0.19 - - [2026-06-22 04:40:28] "POST /neutron/port HTTP/1.1" 200 117 0.008234 10.0.0.19 - - [2026-06-22 04:40:28] "POST /id-to-fqname HTTP/1.1" 200 224 0.002292 10.0.0.19 - - [2026-06-22 04:40:28] "POST /neutron/network HTTP/1.1" 200 1012 0.007545 10.0.0.241 - - [2026-06-22 04:40:29] "GET /projects?obj_uuids=fb74946e-032e-41dd-b92d-57a09b03b4a5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000940 10.0.0.19 - - [2026-06-22 04:40:29] "GET /project/fb74946e-032e-41dd-b92d-57a09b03b4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.054710 10.0.0.19 - - [2026-06-22 04:40:29] "POST /neutron/port HTTP/1.1" 200 117 0.006295 10.0.0.241 - - [2026-06-22 04:40:31] "GET /projects?obj_uuids=fb74946e-032e-41dd-b92d-57a09b03b4a5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000913 10.0.0.19 - - [2026-06-22 04:40:31] "POST /neutron/port HTTP/1.1" 200 1171 0.301373 10.0.0.19 - - [2026-06-22 04:40:31] "POST /neutron/port HTTP/1.1" 200 1225 0.120749 10.0.0.19 - - [2026-06-22 04:40:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003457 10.0.0.19 - - [2026-06-22 04:40:32] "POST /neutron/port HTTP/1.1" 200 117 0.001197 10.0.0.241 - - [2026-06-22 04:40:33] "GET /projects?obj_uuids=fb74946e-032e-41dd-b92d-57a09b03b4a5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001002 10.0.0.19 - - [2026-06-22 04:40:33] "POST /neutron/port HTTP/1.1" 200 1171 0.374349 10.0.0.19 - - [2026-06-22 04:40:33] "POST /neutron/port HTTP/1.1" 200 1171 0.019465 10.0.0.19 - - [2026-06-22 04:40:34] "POST /neutron/port HTTP/1.1" 200 1171 0.022910 10.0.0.19 - - [2026-06-22 04:40:34] "POST /neutron/port HTTP/1.1" 200 1235 0.018451 10.0.0.241 - - [2026-06-22 04:40:34] "GET /obj-perms HTTP/1.1" 200 4493 0.054565 10.0.0.19 - - [2026-06-22 04:40:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004469 10.0.0.19 - - [2026-06-22 04:40:35] "POST /neutron/port HTTP/1.1" 200 1235 0.020047 10.0.0.19 - - [2026-06-22 04:40:35] "POST /neutron/port HTTP/1.1" 200 117 0.001044 10.0.0.19 - - [2026-06-22 04:40:35] "POST /neutron/subnet HTTP/1.1" 200 1384 0.015595 10.0.0.19 - - [2026-06-22 04:40:35] "POST /neutron/network HTTP/1.1" 200 1002 0.009002 10.0.0.241 - - [2026-06-22 04:40:37] "DELETE /access-control-list/92b6cf7b-9279-4fbc-8b02-677d4e752941 HTTP/1.1" 200 115 0.041868 10.0.0.19 - - [2026-06-22 04:40:39] "POST /neutron/port HTTP/1.1" 200 1235 0.025989 10.0.0.19 - - [2026-06-22 04:40:39] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009214 10.0.0.19 - - [2026-06-22 04:40:39] "GET /virtual-machine/fee203ba-7729-494c-9730-d18feb4b18e9 HTTP/1.1" 401 292 0.000482 10.0.0.19 - - [2026-06-22 04:40:40] "GET /virtual-machine/fee203ba-7729-494c-9730-d18feb4b18e9 HTTP/1.1" 200 1299 0.025422 10.0.0.19 - - [2026-06-22 04:40:40] "GET /virtual-machine-interface/ea6886de-41d9-4196-8a2b-ce6a61640827 HTTP/1.1" 200 3163 0.005435 10.0.0.19 - - [2026-06-22 04:40:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004466 10.0.0.19 - - [2026-06-22 04:40:40] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003562 10.0.0.19 - - [2026-06-22 04:40:40] "GET /virtual-networks?parent_id=fb74946e-032e-41dd-b92d-57a09b03b4a5&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002923 10.0.0.19 - - [2026-06-22 04:40:40] "GET /virtual-network/03c085c6-e290-492d-8145-cabeca3ad15a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006229 10.0.0.19 - - [2026-06-22 04:40:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.19 - - [2026-06-22 04:40:43] "GET /virtual-network/03c085c6-e290-492d-8145-cabeca3ad15a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.010162 10.0.0.19 - - [2026-06-22 04:40:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004503 10.0.0.19 - - [2026-06-22 04:40:47] "GET /virtual-network/03c085c6-e290-492d-8145-cabeca3ad15a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006028 10.0.0.19 - - [2026-06-22 04:40:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004227 10.0.0.19 - - [2026-06-22 04:40:51] "GET /virtual-network/03c085c6-e290-492d-8145-cabeca3ad15a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.008894 10.0.0.19 - - [2026-06-22 04:40:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.19 - - [2026-06-22 04:40:55] "GET /virtual-network/03c085c6-e290-492d-8145-cabeca3ad15a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005792 10.0.0.241 - - [2026-06-22 04:40:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.241 - - [2026-06-22 04:40:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.129 - - [2026-06-22 04:40:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.129 - - [2026-06-22 04:40:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.241 - - [2026-06-22 04:40:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000486 10.0.0.241 - - [2026-06-22 04:40:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.19 - - [2026-06-22 04:40:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.19 - - [2026-06-22 04:40:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.129 - - [2026-06-22 04:40:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.129 - - [2026-06-22 04:40:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.19 - - [2026-06-22 04:40:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.19 - - [2026-06-22 04:40:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.19 - - [2026-06-22 04:40:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.19 - - [2026-06-22 04:40:59] "GET /virtual-network/03c085c6-e290-492d-8145-cabeca3ad15a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005653 10.0.0.19 - - [2026-06-22 04:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006803 10.0.0.19 - - [2026-06-22 04:41:03] "GET /virtual-network/03c085c6-e290-492d-8145-cabeca3ad15a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005820 10.0.0.19 - - [2026-06-22 04:41:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004856 10.0.0.19 - - [2026-06-22 04:41:08] "GET /virtual-network/03c085c6-e290-492d-8145-cabeca3ad15a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005694 10.0.0.241 - - [2026-06-22 04:41:09] "DELETE /project/fb74946e032e41ddb92d57a09b03b4a5 HTTP/1.1" 404 173 0.026741 10.0.0.241 - - [2026-06-22 04:41:09] "DELETE /project/6e3bd2ac-f72b-4ce8-b4ec-5c384ce3c9a3 HTTP/1.1" 404 177 0.038769 10.0.0.19 - - [2026-06-22 04:41:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004176 10.0.0.19 - - [2026-06-22 04:41:12] "GET /virtual-network/03c085c6-e290-492d-8145-cabeca3ad15a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005674 10.0.0.19 - - [2026-06-22 04:41:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.19 - - [2026-06-22 04:41:14] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003720 10.0.0.19 - - [2026-06-22 04:41:14] "GET /virtual-networks?parent_id=fb74946e-032e-41dd-b92d-57a09b03b4a5&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002970 10.0.0.19 - - [2026-06-22 04:41:14] "GET /virtual-network/03c085c6-e290-492d-8145-cabeca3ad15a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005472 10.0.0.19 - - [2026-06-22 04:41:14] "POST /neutron/port HTTP/1.1" 200 1235 0.016719 10.0.0.19 - - [2026-06-22 04:41:16] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007105 10.0.0.19 - - [2026-06-22 04:41:24] "POST /neutron/port HTTP/1.1" 200 1235 0.019356 10.0.0.19 - - [2026-06-22 04:41:24] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007300 10.0.0.19 - - [2026-06-22 04:41:24] "GET /virtual-machine/a9c73d41-5a90-4181-a2e3-2e30a380b290 HTTP/1.1" 200 1299 0.006116 10.0.0.19 - - [2026-06-22 04:41:24] "GET /virtual-machine-interface/6f2d0463-19bf-417a-9d59-2795556cd2a0 HTTP/1.1" 200 3163 0.004915 10.0.0.19 - - [2026-06-22 04:41:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.19 - - [2026-06-22 04:41:25] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003700 10.0.0.19 - - [2026-06-22 04:41:25] "GET /virtual-networks?parent_id=fb74946e-032e-41dd-b92d-57a09b03b4a5&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003150 10.0.0.19 - - [2026-06-22 04:41:25] "GET /virtual-network/03c085c6-e290-492d-8145-cabeca3ad15a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005336 10.0.0.19 - - [2026-06-22 04:41:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.19 - - [2026-06-22 04:41:26] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004114 10.0.0.19 - - [2026-06-22 04:41:26] "GET /virtual-networks?parent_id=fb74946e-032e-41dd-b92d-57a09b03b4a5&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003540 10.0.0.19 - - [2026-06-22 04:41:26] "GET /virtual-network/03c085c6-e290-492d-8145-cabeca3ad15a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.008475 10.0.0.19 - - [2026-06-22 04:41:26] "POST /neutron/port HTTP/1.1" 200 1235 0.017813 10.0.0.19 - - [2026-06-22 04:41:26] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007935 10.0.0.19 - - [2026-06-22 04:41:26] "GET /virtual-machine/f8e905f0-8a7e-4f01-ad7d-3a594b1abec9 HTTP/1.1" 200 1299 0.016224 10.0.0.19 - - [2026-06-22 04:41:26] "GET /virtual-machine-interface/e0e91161-7adf-48f7-87bb-1e788c695de1 HTTP/1.1" 200 3163 0.005434 10.0.0.19 - - [2026-06-22 04:41:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.19 - - [2026-06-22 04:41:26] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004239 10.0.0.19 - - [2026-06-22 04:41:26] "GET /virtual-networks?parent_id=fb74946e-032e-41dd-b92d-57a09b03b4a5&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002678 10.0.0.19 - - [2026-06-22 04:41:26] "GET /virtual-network/03c085c6-e290-492d-8145-cabeca3ad15a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005922 10.0.0.19 - - [2026-06-22 04:41:27] "POST /neutron/port HTTP/1.1" 200 1235 0.018224 10.0.0.19 - - [2026-06-22 04:41:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.19 - - [2026-06-22 04:41:27] "GET /global-vrouter-config/81ffe2b6-e634-4e71-97ad-3a1afdff1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004537 10.0.0.19 - - [2026-06-22 04:41:27] "GET /virtual-networks?parent_id=fb74946e-032e-41dd-b92d-57a09b03b4a5&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002672 10.0.0.19 - - [2026-06-22 04:41:27] "GET /virtual-network/03c085c6-e290-492d-8145-cabeca3ad15a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007823 10.0.0.19 - - [2026-06-22 04:41:28] "POST /neutron/port HTTP/1.1" 200 1235 0.018885 10.0.0.19 - - [2026-06-22 04:41:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003413 10.0.0.19 - - [2026-06-22 04:41:28] "POST /neutron/subnet HTTP/1.1" 200 1384 0.013731 10.0.0.19 - - [2026-06-22 04:41:28] "POST /neutron/network HTTP/1.1" 200 1002 0.009871 10.0.0.19 - - [2026-06-22 04:41:35] "GET /obj-perms HTTP/1.1" 200 4493 0.043948 10.0.0.129 - - [2026-06-22 04:41:35] "GET /obj-perms HTTP/1.1" 200 4493 0.042137 10.0.0.19 - - [2026-06-22 04:41:38] "GET /virtual-machine-interface/e0e91161-7adf-48f7-87bb-1e788c695de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2746 0.006439 10.0.0.19 - - [2026-06-22 04:41:38] "PUT /virtual-machine-interface/e0e91161-7adf-48f7-87bb-1e788c695de1 HTTP/1.1" 200 285 0.013958 10.0.0.19 - - [2026-06-22 04:41:42] "POST /neutron/port HTTP/1.1" 200 1235 0.038248 10.0.0.19 - - [2026-06-22 04:41:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004387 10.0.0.19 - - [2026-06-22 04:41:44] "POST /neutron/port HTTP/1.1" 200 117 0.001066 10.0.0.19 - - [2026-06-22 04:42:29] "POST /neutron/port HTTP/1.1" 200 1235 0.017226 10.0.0.19 - - [2026-06-22 04:42:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003773 10.0.0.19 - - [2026-06-22 04:42:30] "POST /neutron/port HTTP/1.1" 200 117 0.001033 10.0.0.19 - - [2026-06-22 04:42:44] "POST /neutron/port HTTP/1.1" 200 1235 0.016907 10.0.0.19 - - [2026-06-22 04:42:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003713 10.0.0.19 - - [2026-06-22 04:42:45] "POST /neutron/port HTTP/1.1" 200 117 0.001058 10.0.0.19 - - [2026-06-22 04:43:13] "POST /neutron/network HTTP/1.1" 200 1002 0.008212 10.0.0.19 - - [2026-06-22 04:43:15] "POST /neutron/port HTTP/1.1" 200 1225 0.024036 10.0.0.19 - - [2026-06-22 04:43:15] "POST /neutron/port HTTP/1.1" 200 1225 0.015849 10.0.0.19 - - [2026-06-22 04:43:15] "POST /neutron/port HTTP/1.1" 200 1225 0.014664 10.0.0.19 - - [2026-06-22 04:43:15] "POST /neutron/network HTTP/1.1" 400 204 0.021724 10.0.0.241 - - [2026-06-22 04:43:17] "DELETE /route-target/38f69913-bf99-4a88-aa69-9fa1b11b5ca9 HTTP/1.1" 200 115 0.024882 10.0.0.241 - - [2026-06-22 04:43:19] "GET /projects?obj_uuids=fb74946e-032e-41dd-b92d-57a09b03b4a5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.024508 10.0.0.19 - - [2026-06-22 04:43:19] "GET /project/fb74946e-032e-41dd-b92d-57a09b03b4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.078866 10.0.0.241 - - [2026-06-22 04:43:19] "GET /projects?obj_uuids=fb74946e-032e-41dd-b92d-57a09b03b4a5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000955 10.0.0.19 - - [2026-06-22 04:43:19] "GET /project/fb74946e-032e-41dd-b92d-57a09b03b4a5?fields=virtual_networks HTTP/1.1" 200 1043 0.056758 10.0.0.241 - - [2026-06-22 04:43:19] "GET /projects?obj_uuids=fb74946e-032e-41dd-b92d-57a09b03b4a5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001256 10.0.0.19 - - [2026-06-22 04:43:19] "GET /project/fb74946e-032e-41dd-b92d-57a09b03b4a5?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.056327 10.0.0.241 - - [2026-06-22 04:43:19] "GET /projects?obj_uuids=fb74946e-032e-41dd-b92d-57a09b03b4a5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000960 10.0.0.19 - - [2026-06-22 04:43:19] "GET /project/fb74946e-032e-41dd-b92d-57a09b03b4a5?fields=security_groups HTTP/1.1" 200 1274 0.047593 10.0.0.19 - - [2026-06-22 04:43:20] "POST /fqname-to-id HTTP/1.1" 404 188 0.032589 10.0.0.241 - - [2026-06-22 04:43:20] "GET /projects?obj_uuids=c8f440e4-43dd-43cc-a87f-db078fc2501b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003330 10.0.0.241 - - [2026-06-22 04:43:20] "GET /domains?obj_uuids=9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000944 10.0.0.241 - - [2026-06-22 04:43:20] "GET /domain/9d11d15d-7b70-42f4-9c2c-0dcfdbec4a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008160 10.0.0.241 - - [2026-06-22 04:43:20] "POST /id-to-fqname HTTP/1.1" 200 190 0.002339 10.0.0.241 - - [2026-06-22 04:43:20] "POST /fqname-to-id HTTP/1.1" 404 199 0.006474 10.0.0.241 - - [2026-06-22 04:43:20] "POST /security-groups HTTP/1.1" 200 591 0.074460 10.0.0.241 - - [2026-06-22 04:43:20] "POST /projects HTTP/1.1" 200 585 0.308752 10.0.0.241 - - [2026-06-22 04:43:21] "POST /fqname-to-id HTTP/1.1" 404 233 0.008690 10.0.0.241 - - [2026-06-22 04:43:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.385896 10.0.0.19 - - [2026-06-22 04:43:21] "GET /project/c8f440e4-43dd-43cc-a87f-db078fc2501b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.529908 10.0.0.19 - - [2026-06-22 04:43:22] "GET / HTTP/1.1" 200 36215 0.001260 10.0.0.241 - - [2026-06-22 04:43:27] "GET /projects?obj_uuids=c8f440e4-43dd-43cc-a87f-db078fc2501b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000883 10.0.0.19 - - [2026-06-22 04:43:27] "GET /project/c8f440e4-43dd-43cc-a87f-db078fc2501b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.031881 10.0.0.241 - - [2026-06-22 04:43:27] "GET /projects?obj_uuids=c8f440e4-43dd-43cc-a87f-db078fc2501b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001048 10.0.0.19 - - [2026-06-22 04:43:27] "GET /project/c8f440e4-43dd-43cc-a87f-db078fc2501b?fields=virtual_networks HTTP/1.1" 200 1035 0.081283 10.0.0.241 - - [2026-06-22 04:43:27] "GET /projects?obj_uuids=c8f440e4-43dd-43cc-a87f-db078fc2501b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001114 10.0.0.19 - - [2026-06-22 04:43:27] "GET /project/c8f440e4-43dd-43cc-a87f-db078fc2501b?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.037267 10.0.0.241 - - [2026-06-22 04:43:27] "GET /projects?obj_uuids=c8f440e4-43dd-43cc-a87f-db078fc2501b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001518 10.0.0.19 - - [2026-06-22 04:43:27] "GET /project/c8f440e4-43dd-43cc-a87f-db078fc2501b?fields=security_groups HTTP/1.1" 200 1262 0.041721 10.0.0.241 - - [2026-06-22 04:43:38] "DELETE /access-control-list/8e281cc4-af12-4c85-81f1-ada95d8dc122 HTTP/1.1" 200 115 0.040382 10.0.0.241 - - [2026-06-22 04:44:10] "DELETE /project/fb74946e-032e-41dd-b92d-57a09b03b4a5 HTTP/1.1" 404 177 0.005389 10.0.0.241 - - [2026-06-22 04:44:10] "DELETE /project/c8f440e443dd43cca87fdb078fc2501b HTTP/1.1" 404 173 0.004468 10.0.0.241 - - [2026-06-22 04:44:10] "GET /projects?obj_uuids=c8f440e4-43dd-43cc-a87f-db078fc2501b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000808 10.0.0.241 - - [2026-06-22 04:44:10] "GET /project/c8f440e4-43dd-43cc-a87f-db078fc2501b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.045216 10.0.0.241 - - [2026-06-22 04:44:10] "GET /projects?obj_uuids=c8f440e4-43dd-43cc-a87f-db078fc2501b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001048 10.0.0.241 - - [2026-06-22 04:44:10] "GET /project/c8f440e4-43dd-43cc-a87f-db078fc2501b?fields=security_groups HTTP/1.1" 200 1364 0.044095 10.0.0.241 - - [2026-06-22 04:44:10] "DELETE /security-group/943c681f-f305-4f6b-b873-2cdf8efa999b HTTP/1.1" 200 115 0.048679 10.0.0.241 - - [2026-06-22 04:44:10] "GET /projects?obj_uuids=c8f440e4-43dd-43cc-a87f-db078fc2501b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000914 10.0.0.241 - - [2026-06-22 04:44:10] "GET /project/c8f440e4-43dd-43cc-a87f-db078fc2501b?fields=application_policy_sets HTTP/1.1" 200 1403 0.054440 10.0.0.241 - - [2026-06-22 04:44:10] "DELETE /project/c8f440e4-43dd-43cc-a87f-db078fc2501b HTTP/1.1" 200 115 0.411581 10.0.0.241 - - [2026-06-22 04:45:38] "GET /obj-perms HTTP/1.1" 200 4493 0.052225 10.0.0.19 - - [2026-06-22 04:45:38] "GET /obj-perms HTTP/1.1" 200 4493 0.033766 [Introspect:8084]10.0.0.241 - - [2026-06-22 04:45:51] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000863 [Introspect:8084]10.0.0.241 - - [2026-06-22 04:45:51] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3163 0.001077