++ 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 15 01:53:16 AM UTC 2026 ===================' INFO: =================== Mon Jun 15 01:53:16 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ cut -d / -f 1 +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.65 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ awk '/pagesize=2M/{print($3)}' +++ mount -t hugetlbfs +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ ANALYTICSDB_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ ANALYTICS_SNMP_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8081 ' +++ '[' -n '10.0.0.23:8081 10.0.0.33:8081 10.0.0.65:8081 ' ']' +++ echo '10.0.0.23:8081 10.0.0.33:8081 10.0.0.65:8081' ++ ANALYTICS_SERVERS='10.0.0.23:8081 10.0.0.33:8081 10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9042 ' +++ '[' -n '10.0.0.23:9042 10.0.0.33:9042 10.0.0.65:9042 ' ']' +++ echo '10.0.0.23:9042 10.0.0.33:9042 10.0.0.65:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.23:9042 10.0.0.33:9042 10.0.0.65:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8086 ' +++ '[' -n '10.0.0.23:8086 10.0.0.33:8086 10.0.0.65:8086 ' ']' +++ echo '10.0.0.23:8086 10.0.0.33:8086 10.0.0.65:8086' ++ COLLECTOR_SERVERS='10.0.0.23:8086 10.0.0.33:8086 10.0.0.65: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.23,10.0.0.33,10.0.0.65 ++ CONFIGDB_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8082 ' +++ '[' -n '10.0.0.23:8082 10.0.0.33:8082 10.0.0.65:8082 ' ']' +++ echo '10.0.0.23:8082 10.0.0.33:8082 10.0.0.65:8082' ++ CONFIG_SERVERS='10.0.0.23:8082 10.0.0.33:8082 10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9161 ' +++ '[' -n '10.0.0.23:9161 10.0.0.33:9161 10.0.0.65:9161 ' ']' +++ echo '10.0.0.23:9161 10.0.0.33:9161 10.0.0.65:9161' ++ CONFIGDB_SERVERS='10.0.0.23:9161 10.0.0.33:9161 10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9041 ' +++ '[' -n '10.0.0.23:9041 10.0.0.33:9041 10.0.0.65:9041 ' ']' +++ echo '10.0.0.23:9041 10.0.0.33:9041 10.0.0.65:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.23:9041 10.0.0.33:9041 10.0.0.65: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.25,10.20.0.193,10.20.0.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.193,10.20.0.129 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:2181, +++ '[' -n 10.0.0.23:2181,10.0.0.33:2181,10.0.0.65:2181, ']' +++ echo 10.0.0.23:2181,10.0.0.33:2181,10.0.0.65:2181 ++ ZOOKEEPER_SERVERS=10.0.0.23:2181,10.0.0.33:2181,10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:2181 ' +++ '[' -n '10.0.0.23:2181 10.0.0.33:2181 10.0.0.65:2181 ' ']' +++ echo '10.0.0.23:2181 10.0.0.33:2181 10.0.0.65:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.23:2181 10.0.0.33:2181 10.0.0.65:2181' ++ RABBITMQ_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:5673, +++ '[' -n 10.0.0.23:5673,10.0.0.33:5673,10.0.0.65:5673, ']' +++ echo 10.0.0.23:5673,10.0.0.33:5673,10.0.0.65:5673 ++ RABBITMQ_SERVERS=10.0.0.23:5673,10.0.0.33:5673,10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:6379 ' +++ '[' -n '10.0.0.23:6379 10.0.0.33:6379 10.0.0.65:6379 ' ']' +++ echo '10.0.0.23:6379 10.0.0.33:6379 10.0.0.65:6379' ++ REDIS_SERVERS='10.0.0.23:6379 10.0.0.33:6379 10.0.0.65: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.23,10.0.0.33,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9092 ' +++ '[' -n '10.0.0.23:9092 10.0.0.33:9092 10.0.0.65:9092 ' ']' +++ echo '10.0.0.23:9092 10.0.0.33:9092 10.0.0.65:9092' ++ KAFKA_SERVERS='10.0.0.23:9092 10.0.0.33:9092 10.0.0.65: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.23 ++ 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.23,10.0.0.33,10.0.0.65 ++ 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.23,10.0.0.33,10.0.0.65 ++ 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.23,10.0.0.33,10.0.0.65 ++ cut -d , -f 1 + local cassandra=10.0.0.23 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.23 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.23,10.0.0.33,10.0.0.65 +++ local servers=10.0.0.23,10.0.0.33,10.0.0.65 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ uniq +++ local local_ips=,10.0.0.65,10.20.0.129,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.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.65,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.33'\''))' +++ local server_ip=10.0.0.33 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.33 ]] +++ [[ ,10.0.0.65,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.33, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.65'\''))' +++ local server_ip=10.0.0.65 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.65 ]] +++ [[ ,10.0.0.65,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.65, ]] +++ echo 10.0.0.65 3 +++ return ++ local ip=10.0.0.65 ++ [[ -z 10.0.0.65 ]] ++ echo 10.0.0.65 + host_ip=10.0.0.65 + [[ cql == \c\q\l ]] ++ sed 's/,/ /g' ++ echo 10.0.0.23:9041 10.0.0.33:9041 10.0.0.65:9041 + cassandra_server_list='10.0.0.23:9041 10.0.0.33:9041 10.0.0.65:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.65:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ set -o posix ++ set ++ sed 's/^API__//g' + 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/15/2026 01:53:25.869 7f28132427c0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 06/15/2026 01:53:26.025 7f28132427c0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 06/15/2026 01:53:26.038 7f28132427c0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 06/15/2026 01:53:26.038 7f28132427c0 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] HttpError Python 3.9.25: /usr/bin/python3 Mon Jun 15 01:53:37 2026 A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred. /usr/local/bin/contrail-api in 4 import sys 5 from vnc_cfg_api_server.api_server import server_main 6 if __name__ == '__main__': 7 sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) 8 sys.exit(server_main()) sys = sys.exit = server_main = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in server_main(args_str=None) 5367 vnc_cgitb.enable(format='text') 5368 5369 main(args_str, VncApiServer(args_str)) 5370 #server_main 5371 global main = args_str = None global VncApiServer = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in __init__(self=, args_str='--conf_file /etc/contrail/contrail-api-0.conf --...ontrail/contrail-keystone-auth.conf --worker_id 0') 2213 else: 2214 self._db_connect(self._args.reset_config) 2215 self._db_init_entries() 2216 2217 self._initialize_quota_counters() self = self._db_init_entries = > /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in _db_init_entries(self=) 3747 project = self.create_singleton_entry(Project(parent_obj=domain)) 3748 self._default_project = project.serialize_to_json() 3749 self.create_singleton_entry(Fabric()) 3750 3751 # Global and default policy resources self = self.create_singleton_entry = > global Fabric = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in create_singleton_entry(self=, singleton_obj=, user_visible=True) 4007 if not ok: 4008 (code, msg) = result 4009 raise cfgm_common.exceptions.HttpError(code, msg) 4010 obj_id = result 4011 s_obj.uuid = obj_id global cfgm_common = cfgm_common.exceptions = cfgm_common.exceptions.HttpError = code = 409 msg = 'FQ Name: /fq-name-to-uuid/fabric:default-global-...3c39959f-c9cb-460f-8fc9-04155841b115 at zookeeper' HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/fabric:default-global-system-config:default-fabric exists already with ID: 3c39959f-c9cb-460f-8fc9-04155841b115 at zookeeper __cause__ = None __class__ = __context__ = NoIdError('fabric default-global-system-config:default-fabric') __delattr__ = __dict__ = {'content': 'FQ Name: /fq-name-to-uuid/fabric:default-global-...3c39959f-c9cb-460f-8fc9-04155841b115 at zookeeper', 'status_code': 409} __dir__ = __doc__ = None __eq__ = __format__ = __ge__ = __getattribute__ = __gt__ = __hash__ = __init__ = __init_subclass__ = __le__ = __lt__ = __module__ = 'vnc_api.exceptions' __ne__ = __new__ = __reduce__ = __reduce_ex__ = __repr__ = __setattr__ = __setstate__ = __sizeof__ = __str__ = __subclasshook__ = __suppress_context__ = False __traceback__ = __weakref__ = None args = (409, 'FQ Name: /fq-name-to-uuid/fabric:default-global-...3c39959f-c9cb-460f-8fc9-04155841b115 at zookeeper') content = 'FQ Name: /fq-name-to-uuid/fabric:default-global-...3c39959f-c9cb-460f-8fc9-04155841b115 at zookeeper' status_code = 409 with_traceback = The above is a description of an error in a Python program. Here is the original traceback: Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 3992, in create_singleton_entry s_obj.uuid = self._db_conn.fq_name_to_uuid(obj_type, fq_name) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_db.py", line 2506, in fq_name_to_uuid obj_uuid = self._object_db.fq_name_to_uuid(obj_type, fq_name) File "/usr/local/lib/python3.9/site-packages/cfgm_common/datastore/drivers/cassandra_cql.py", line 1045, in wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.9/site-packages/cfgm_common/vnc_cassandra.py", line 1205, in fq_name_to_uuid raise NoIdError('%s %s' % (obj_type, fq_name_str)) vnc_api.exceptions.NoIdError: Unknown id: fabric default-global-system-config:default-fabric During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/bin/contrail-api", line 8, in sys.exit(server_main()) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 5369, in server_main main(args_str, VncApiServer(args_str)) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 2215, in __init__ self._db_init_entries() File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 3749, in _db_init_entries self.create_singleton_entry(Fabric()) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 4009, in create_singleton_entry raise cfgm_common.exceptions.HttpError(code, msg) vnc_api.exceptions.HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/fabric:default-global-system-config:default-fabric exists already with ID: 3c39959f-c9cb-460f-8fc9-04155841b115 at zookeeper ++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Jun 15 01:53:40 AM UTC 2026 ===================' INFO: =================== Mon Jun 15 01:53:40 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.65 ++ 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.23,10.0.0.33,10.0.0.65 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ ANALYTICSDB_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ ANALYTICS_SNMP_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8081 ' +++ '[' -n '10.0.0.23:8081 10.0.0.33:8081 10.0.0.65:8081 ' ']' +++ echo '10.0.0.23:8081 10.0.0.33:8081 10.0.0.65:8081' ++ ANALYTICS_SERVERS='10.0.0.23:8081 10.0.0.33:8081 10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9042 ' +++ '[' -n '10.0.0.23:9042 10.0.0.33:9042 10.0.0.65:9042 ' ']' +++ echo '10.0.0.23:9042 10.0.0.33:9042 10.0.0.65:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.23:9042 10.0.0.33:9042 10.0.0.65:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8086 ' +++ '[' -n '10.0.0.23:8086 10.0.0.33:8086 10.0.0.65:8086 ' ']' +++ echo '10.0.0.23:8086 10.0.0.33:8086 10.0.0.65:8086' ++ COLLECTOR_SERVERS='10.0.0.23:8086 10.0.0.33:8086 10.0.0.65: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.23,10.0.0.33,10.0.0.65 ++ CONFIGDB_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8082 ' +++ '[' -n '10.0.0.23:8082 10.0.0.33:8082 10.0.0.65:8082 ' ']' +++ echo '10.0.0.23:8082 10.0.0.33:8082 10.0.0.65:8082' ++ CONFIG_SERVERS='10.0.0.23:8082 10.0.0.33:8082 10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9161 ' +++ '[' -n '10.0.0.23:9161 10.0.0.33:9161 10.0.0.65:9161 ' ']' +++ echo '10.0.0.23:9161 10.0.0.33:9161 10.0.0.65:9161' ++ CONFIGDB_SERVERS='10.0.0.23:9161 10.0.0.33:9161 10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9041 ' +++ '[' -n '10.0.0.23:9041 10.0.0.33:9041 10.0.0.65:9041 ' ']' +++ echo '10.0.0.23:9041 10.0.0.33:9041 10.0.0.65:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.23:9041 10.0.0.33:9041 10.0.0.65: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.25,10.20.0.193,10.20.0.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.193,10.20.0.129 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:2181, +++ '[' -n 10.0.0.23:2181,10.0.0.33:2181,10.0.0.65:2181, ']' +++ echo 10.0.0.23:2181,10.0.0.33:2181,10.0.0.65:2181 ++ ZOOKEEPER_SERVERS=10.0.0.23:2181,10.0.0.33:2181,10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:2181 ' +++ '[' -n '10.0.0.23:2181 10.0.0.33:2181 10.0.0.65:2181 ' ']' +++ echo '10.0.0.23:2181 10.0.0.33:2181 10.0.0.65:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.23:2181 10.0.0.33:2181 10.0.0.65:2181' ++ RABBITMQ_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:5673, +++ '[' -n 10.0.0.23:5673,10.0.0.33:5673,10.0.0.65:5673, ']' +++ echo 10.0.0.23:5673,10.0.0.33:5673,10.0.0.65:5673 ++ RABBITMQ_SERVERS=10.0.0.23:5673,10.0.0.33:5673,10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:6379 ' +++ '[' -n '10.0.0.23:6379 10.0.0.33:6379 10.0.0.65:6379 ' ']' +++ echo '10.0.0.23:6379 10.0.0.33:6379 10.0.0.65:6379' ++ REDIS_SERVERS='10.0.0.23:6379 10.0.0.33:6379 10.0.0.65: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.23,10.0.0.33,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9092 ' +++ '[' -n '10.0.0.23:9092 10.0.0.33:9092 10.0.0.65:9092 ' ']' +++ echo '10.0.0.23:9092 10.0.0.33:9092 10.0.0.65:9092' ++ KAFKA_SERVERS='10.0.0.23:9092 10.0.0.33:9092 10.0.0.65: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.23 ++ 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.23,10.0.0.33,10.0.0.65 ++ 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.23,10.0.0.33,10.0.0.65 ++ 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.23,10.0.0.33,10.0.0.65 ++ cut -d , -f 1 + local cassandra=10.0.0.23 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.23 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.23,10.0.0.33,10.0.0.65 +++ local servers=10.0.0.23,10.0.0.33,10.0.0.65 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ tr '\n' , ++++ get_local_ips ++++ uniq ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ grep -vi host ++++ cat /proc/net/fib_trie +++ local local_ips=,10.0.0.65,10.20.0.129,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.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.65,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.33'\''))' +++ local server_ip=10.0.0.33 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.33 ]] +++ [[ ,10.0.0.65,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.33, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.65'\''))' +++ local server_ip=10.0.0.65 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.65 ]] +++ [[ ,10.0.0.65,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.65, ]] +++ echo 10.0.0.65 3 +++ return ++ local ip=10.0.0.65 ++ [[ -z 10.0.0.65 ]] ++ echo 10.0.0.65 + host_ip=10.0.0.65 + [[ cql == \c\q\l ]] ++ echo 10.0.0.23:9041 10.0.0.33:9041 10.0.0.65:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.23:9041 10.0.0.33:9041 10.0.0.65:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.65: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 ++ sed 's/^API__//g' ++ cut -d = -f 1 ++ grep '^API__.*__.*=.*$' ++ 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/15/2026 01:53:48.558 7f2f6979f140 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 06/15/2026 01:53:48.694 7f2f6979f140 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 06/15/2026 01:53:48.706 7f2f6979f140 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 06/15/2026 01:53:48.706 7f2f6979f140 [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.65:8082/ Hit Ctrl-C to quit. 10.0.0.65 - - [2026-06-15 01:53:49] "GET / HTTP/1.1" 503 181 0.000340 10.0.0.65 - - [2026-06-15 01:53:49] "GET / HTTP/1.1" 503 181 0.000155 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.65 - - [2026-06-15 01:53:50] "GET / HTTP/1.1" 200 45871 0.001351 10.0.0.65 - - [2026-06-15 01:53:50] "GET / HTTP/1.1" 200 45871 0.001711 10.0.0.65 - - [2026-06-15 01:53:50] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.003936 10.0.0.65 - - [2026-06-15 01:53:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000327 10.0.0.33 - - [2026-06-15 01:53:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000586 10.0.0.65 - - [2026-06-15 01:53:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.65 - - [2026-06-15 01:53:53] "POST /fqname-to-id HTTP/1.1" 200 156 3.382299 10.0.0.65 - - [2026-06-15 01:53:53] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.850805 10.0.0.65 - - [2026-06-15 01:53:53] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003330 10.0.0.65 - - [2026-06-15 01:53:53] "POST /fqname-to-id HTTP/1.1" 200 156 1.227829 10.0.0.65 - - [2026-06-15 01:53:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.007870 10.0.0.33 - - [2026-06-15 01:53:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.65 - - [2026-06-15 01:53:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.65 - - [2026-06-15 01:53:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.65 - - [2026-06-15 01:53:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.23 - - [2026-06-15 01:53:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.33 - - [2026-06-15 01:53:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.23 - - [2026-06-15 01:53:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.33 - - [2026-06-15 01:53:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000897 10.0.0.65 - - [2026-06-15 01:53:55] "POST /fqname-to-id HTTP/1.1" 404 180 0.003151 10.0.0.23 - - [2026-06-15 01:53:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000328 10.0.0.65 - - [2026-06-15 01:53:55] "POST /service-appliance-sets HTTP/1.1" 200 541 0.034138 /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.65 - - [2026-06-15 01:53:55] "POST /service-templates HTTP/1.1" 200 511 0.042011 10.0.0.65 - - [2026-06-15 01:53:55] "POST /service-templates HTTP/1.1" 200 535 0.038023 10.0.0.23 - - [2026-06-15 01:53:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000452 10.0.0.65 - - [2026-06-15 01:53:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000462 10.0.0.65 - - [2026-06-15 01:54:00] "POST /fqname-to-id HTTP/1.1" 404 225 0.022434 10.0.0.65 - - [2026-06-15 01:54:00] "POST /access-control-lists HTTP/1.1" 200 585 0.046162 10.0.0.65 - - [2026-06-15 01:54:00] "POST /route-targets HTTP/1.1" 200 327 0.026853 10.0.0.65 - - [2026-06-15 01:54:00] "POST /ref-update HTTP/1.1" 200 156 0.026718 10.0.0.65 - - [2026-06-15 01:54:00] "POST /fqname-to-id HTTP/1.1" 404 201 0.004097 10.0.0.65 - - [2026-06-15 01:54:17] "POST /ref-update HTTP/1.1" 200 156 0.050988 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.65 - - [2026-06-15 01:56:59] "GET /obj-perms HTTP/1.1" 200 4493 0.347486 10.0.0.23 - - [2026-06-15 01:57:59] "GET /obj-perms HTTP/1.1" 200 4493 0.042074 10.0.0.33 - - [2026-06-15 01:57:59] "GET /obj-perms HTTP/1.1" 200 4493 0.042843 [Introspect:8084]10.0.0.65 - - [2026-06-15 01:58:37] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001093 [Introspect:8084]10.0.0.65 - - [2026-06-15 01:58:37] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000988 [Introspect:8084]10.0.0.65 - - [2026-06-15 01:58:48] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001144 [Introspect:8084]10.0.0.65 - - [2026-06-15 01:58:48] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001288 10.0.0.33 - - [2026-06-15 01:58:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000492 10.0.0.33 - - [2026-06-15 01:58:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000452 10.0.0.65 - - [2026-06-15 01:58:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000499 10.0.0.65 - - [2026-06-15 01:58:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000431 10.0.0.65 - - [2026-06-15 01:58:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.65 - - [2026-06-15 01:58:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.23 - - [2026-06-15 01:58:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000663 10.0.0.23 - - [2026-06-15 01:58:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000555 10.0.0.33 - - [2026-06-15 01:58:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.33 - - [2026-06-15 01:58:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.23 - - [2026-06-15 01:58:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000499 10.0.0.23 - - [2026-06-15 01:58:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000967 10.0.0.23 - - [2026-06-15 02:00:06] "GET / HTTP/1.1" 200 35931 0.001446 10.0.0.23 - - [2026-06-15 02:00:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000648 10.0.0.23 - - [2026-06-15 02:00:08] "POST /fqname-to-id HTTP/1.1" 404 186 0.045285 10.0.0.65 - - [2026-06-15 02:00:08] "GET /projects?obj_uuids=4cee5a59-13b1-43df-8d43-db9a05a3e96b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.055735 10.0.0.65 - - [2026-06-15 02:00:08] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001163 10.0.0.65 - - [2026-06-15 02:00:08] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.028119 10.0.0.65 - - [2026-06-15 02:00:08] "POST /id-to-fqname HTTP/1.1" 200 188 0.006778 10.0.0.65 - - [2026-06-15 02:00:08] "POST /fqname-to-id HTTP/1.1" 404 197 0.011530 10.0.0.65 - - [2026-06-15 02:00:08] "POST /security-groups HTTP/1.1" 200 589 0.042504 10.0.0.65 - - [2026-06-15 02:00:08] "POST /projects HTTP/1.1" 200 581 0.343408 10.0.0.65 - - [2026-06-15 02:00:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.419556 10.0.0.65 - - [2026-06-15 02:00:08] "POST /access-control-lists HTTP/1.1" 200 594 0.069654 10.0.0.23 - - [2026-06-15 02:00:08] "GET /project/4cee5a59-13b1-43df-8d43-db9a05a3e96b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.668360 10.0.0.23 - - [2026-06-15 02:00:09] "GET / HTTP/1.1" 200 35931 0.001887 10.0.0.65 - - [2026-06-15 02:00:13] "GET /projects?obj_uuids=4cee5a59-13b1-43df-8d43-db9a05a3e96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001118 10.0.0.23 - - [2026-06-15 02:00:13] "GET /project/4cee5a59-13b1-43df-8d43-db9a05a3e96b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.064882 10.0.0.65 - - [2026-06-15 02:00:13] "GET /projects?obj_uuids=4cee5a59-13b1-43df-8d43-db9a05a3e96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001158 10.0.0.23 - - [2026-06-15 02:00:13] "GET /project/4cee5a59-13b1-43df-8d43-db9a05a3e96b?fields=virtual_networks HTTP/1.1" 200 1027 0.058955 10.0.0.65 - - [2026-06-15 02:00:13] "GET /projects?obj_uuids=4cee5a59-13b1-43df-8d43-db9a05a3e96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001609 10.0.0.23 - - [2026-06-15 02:00:13] "GET /project/4cee5a59-13b1-43df-8d43-db9a05a3e96b?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.084237 10.0.0.65 - - [2026-06-15 02:00:13] "GET /projects?obj_uuids=4cee5a59-13b1-43df-8d43-db9a05a3e96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000867 10.0.0.23 - - [2026-06-15 02:00:13] "GET /project/4cee5a59-13b1-43df-8d43-db9a05a3e96b?fields=security_groups HTTP/1.1" 200 1251 0.099021 10.0.0.65 - - [2026-06-15 02:00:14] "GET /projects?obj_uuids=1d8d7ea5-0ef0-481f-ab3f-951cbad462e5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003587 10.0.0.65 - - [2026-06-15 02:00:14] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000826 10.0.0.65 - - [2026-06-15 02:00:14] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007169 10.0.0.65 - - [2026-06-15 02:00:14] "POST /id-to-fqname HTTP/1.1" 200 167 0.001051 10.0.0.65 - - [2026-06-15 02:00:14] "POST /fqname-to-id HTTP/1.1" 404 176 0.008233 10.0.0.65 - - [2026-06-15 02:00:14] "POST /security-groups HTTP/1.1" 200 568 0.060325 10.0.0.65 - - [2026-06-15 02:00:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.003774 10.0.0.65 - - [2026-06-15 02:00:14] "POST /projects HTTP/1.1" 200 539 0.308367 10.0.0.65 - - [2026-06-15 02:00:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.386504 10.0.0.65 - - [2026-06-15 02:00:14] "POST /access-control-lists HTTP/1.1" 200 571 0.060456 10.0.0.23 - - [2026-06-15 02:00:14] "GET /project/1d8d7ea5-0ef0-481f-ab3f-951cbad462e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.565893 [Introspect:8084]10.0.0.23 - - [2026-06-15 02:00:15] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001725 [Introspect:8084]10.0.0.23 - - [2026-06-15 02:00:26] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001385 [Introspect:8084]10.0.0.23 - - [2026-06-15 02:00:36] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001370 [Introspect:8084]10.0.0.23 - - [2026-06-15 02:00:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001225 10.0.0.65 - - [2026-06-15 02:00:48] "GET /projects?obj_uuids=1d8d7ea5-0ef0-481f-ab3f-951cbad462e5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001549 10.0.0.23 - - [2026-06-15 02:00:48] "GET /project/1d8d7ea5-0ef0-481f-ab3f-951cbad462e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.067516 10.0.0.65 - - [2026-06-15 02:00:49] "GET /obj-perms HTTP/1.1" 200 4493 0.049250 [Introspect:8084]10.0.0.23 - - [2026-06-15 02:00:50] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000677 10.0.0.23 - - [2026-06-15 02:00:51] "GET /obj-perms HTTP/1.1" 200 4493 0.037557 10.0.0.23 - - [2026-06-15 02:00:51] "GET /obj-perms HTTP/1.1" 200 4493 0.006059 10.0.0.23 - - [2026-06-15 02:00:51] "GET /obj-perms HTTP/1.1" 200 4493 0.005404 10.0.0.23 - - [2026-06-15 02:00:51] "GET /obj-perms HTTP/1.1" 200 4493 0.005703 10.0.0.23 - - [2026-06-15 02:00:51] "GET /obj-perms HTTP/1.1" 200 4493 0.005839 10.0.0.23 - - [2026-06-15 02:00:51] "GET /obj-perms HTTP/1.1" 200 4493 0.004727 10.0.0.23 - - [2026-06-15 02:00:51] "GET /obj-perms HTTP/1.1" 200 4493 0.004749 10.0.0.23 - - [2026-06-15 02:00:51] "GET /obj-perms HTTP/1.1" 200 4493 0.004318 10.0.0.23 - - [2026-06-15 02:00:52] "GET /obj-perms HTTP/1.1" 200 4493 0.003946 10.0.0.23 - - [2026-06-15 02:00:52] "GET /obj-perms HTTP/1.1" 200 4493 0.004368 10.0.0.65 - - [2026-06-15 02:00:52] "GET /obj-perms HTTP/1.1" 200 4493 0.004224 10.0.0.23 - - [2026-06-15 02:00:52] "GET /obj-perms HTTP/1.1" 200 4493 0.005373 10.0.0.23 - - [2026-06-15 02:00:52] "GET /obj-perms HTTP/1.1" 200 4493 0.005125 10.0.0.65 - - [2026-06-15 02:00:52] "GET /obj-perms HTTP/1.1" 200 4493 0.004829 10.0.0.65 - - [2026-06-15 02:00:52] "GET /obj-perms HTTP/1.1" 200 4493 0.005017 10.0.0.23 - - [2026-06-15 02:00:54] "GET /obj-perms HTTP/1.1" 200 4493 0.004142 10.0.0.23 - - [2026-06-15 02:00:54] "GET /obj-perms HTTP/1.1" 200 4493 0.004565 10.0.0.23 - - [2026-06-15 02:00:54] "GET /obj-perms HTTP/1.1" 200 4493 0.005104 10.0.0.23 - - [2026-06-15 02:00:54] "GET /obj-perms HTTP/1.1" 200 4493 0.005813 10.0.0.23 - - [2026-06-15 02:00:54] "GET /obj-perms HTTP/1.1" 200 4493 0.006159 10.0.0.23 - - [2026-06-15 02:00:54] "GET /obj-perms HTTP/1.1" 200 4493 0.004851 10.0.0.23 - - [2026-06-15 02:00:54] "GET /obj-perms HTTP/1.1" 200 4493 0.004600 10.0.0.23 - - [2026-06-15 02:00:54] "GET /obj-perms HTTP/1.1" 200 4493 0.004967 10.0.0.23 - - [2026-06-15 02:00:54] "GET /obj-perms HTTP/1.1" 200 4493 0.005348 10.0.0.23 - - [2026-06-15 02:00:54] "GET /obj-perms HTTP/1.1" 200 4493 0.004243 10.0.0.23 - - [2026-06-15 02:00:56] "GET /obj-perms HTTP/1.1" 200 4493 0.006423 10.0.0.23 - - [2026-06-15 02:00:57] "GET /obj-perms HTTP/1.1" 200 4493 0.005373 10.0.0.23 - - [2026-06-15 02:00:57] "GET /obj-perms HTTP/1.1" 200 4493 0.005381 10.0.0.23 - - [2026-06-15 02:00:57] "GET /obj-perms HTTP/1.1" 200 4493 0.004356 10.0.0.65 - - [2026-06-15 02:00:57] "DELETE /project/1d8d7ea50ef0481fab3f951cbad462e5 HTTP/1.1" 404 173 0.005190 10.0.0.65 - - [2026-06-15 02:00:57] "DELETE /project/4cee5a5913b143df8d43db9a05a3e96b HTTP/1.1" 404 173 0.005232 10.0.0.65 - - [2026-06-15 02:00:57] "GET /projects?obj_uuids=4cee5a59-13b1-43df-8d43-db9a05a3e96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000812 10.0.0.65 - - [2026-06-15 02:00:57] "GET /project/4cee5a59-13b1-43df-8d43-db9a05a3e96b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.080461 10.0.0.23 - - [2026-06-15 02:00:57] "GET /obj-perms HTTP/1.1" 200 4493 0.005399 10.0.0.65 - - [2026-06-15 02:00:57] "GET /projects?obj_uuids=4cee5a59-13b1-43df-8d43-db9a05a3e96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000900 10.0.0.65 - - [2026-06-15 02:00:57] "GET /project/4cee5a59-13b1-43df-8d43-db9a05a3e96b?fields=security_groups HTTP/1.1" 200 1356 0.060470 10.0.0.65 - - [2026-06-15 02:00:58] "DELETE /security-group/4eafabde-9aa3-414c-baf8-45c46d6ce199 HTTP/1.1" 200 115 0.084420 10.0.0.65 - - [2026-06-15 02:00:58] "GET /projects?obj_uuids=4cee5a59-13b1-43df-8d43-db9a05a3e96b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000818 10.0.0.65 - - [2026-06-15 02:00:58] "GET /project/4cee5a59-13b1-43df-8d43-db9a05a3e96b?fields=application_policy_sets HTTP/1.1" 200 1395 0.091860 10.0.0.65 - - [2026-06-15 02:00:58] "DELETE /project/4cee5a59-13b1-43df-8d43-db9a05a3e96b HTTP/1.1" 200 115 0.605386 10.0.0.23 - - [2026-06-15 02:00:59] "GET /obj-perms HTTP/1.1" 200 4493 0.003912 10.0.0.23 - - [2026-06-15 02:01:00] "POST /fqname-to-id HTTP/1.1" 404 199 0.028491 10.0.0.65 - - [2026-06-15 02:01:00] "GET /projects?obj_uuids=a15947f2-7923-47a2-9774-e846ad3352dc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003753 10.0.0.65 - - [2026-06-15 02:01:00] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000830 10.0.0.65 - - [2026-06-15 02:01:00] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006611 10.0.0.65 - - [2026-06-15 02:01:00] "POST /id-to-fqname HTTP/1.1" 200 201 0.001394 10.0.0.65 - - [2026-06-15 02:01:00] "POST /fqname-to-id HTTP/1.1" 404 210 0.005802 10.0.0.65 - - [2026-06-15 02:01:00] "POST /security-groups HTTP/1.1" 200 602 0.048901 10.0.0.65 - - [2026-06-15 02:01:00] "POST /fqname-to-id HTTP/1.1" 404 245 0.004256 10.0.0.65 - - [2026-06-15 02:01:00] "POST /projects HTTP/1.1" 200 607 0.292553 10.0.0.65 - - [2026-06-15 02:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.372774 10.0.0.65 - - [2026-06-15 02:01:00] "POST /access-control-lists HTTP/1.1" 200 605 0.038674 10.0.0.23 - - [2026-06-15 02:01:00] "GET /project/a15947f2-7923-47a2-9774-e846ad3352dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.542474 10.0.0.23 - - [2026-06-15 02:01:02] "GET / HTTP/1.1" 200 35931 0.001951 10.0.0.23 - - [2026-06-15 02:01:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000453 10.0.0.23 - - [2026-06-15 02:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.026348 10.0.0.65 - - [2026-06-15 02:01:04] "GET /projects?obj_uuids=a15947f2-7923-47a2-9774-e846ad3352dc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000874 10.0.0.23 - - [2026-06-15 02:01:04] "GET /project/a15947f2-7923-47a2-9774-e846ad3352dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.049216 10.0.0.65 - - [2026-06-15 02:01:04] "POST /useragent-kv HTTP/1.1" 200 115 0.071797 10.0.0.23 - - [2026-06-15 02:01:04] "POST /neutron/subnet HTTP/1.1" 200 734 0.352949 10.0.0.23 - - [2026-06-15 02:01:05] "POST /id-to-fqname HTTP/1.1" 200 233 0.001478 10.0.0.23 - - [2026-06-15 02:01:05] "GET /virtual-network/d4b79bfa-2886-4b8f-b1ef-a157b479031a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005998 10.0.0.23 - - [2026-06-15 02:01:05] "GET /virtual-network/d4b79bfa-2886-4b8f-b1ef-a157b479031a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.009714 10.0.0.23 - - [2026-06-15 02:01:05] "POST /neutron/network HTTP/1.1" 200 841 0.008116 10.0.0.23 - - [2026-06-15 02:01:05] "GET /virtual-network/d4b79bfa-2886-4b8f-b1ef-a157b479031a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006598 10.0.0.33 - - [2026-06-15 02:01:06] "GET /obj-perms HTTP/1.1" 200 4489 0.048741 10.0.0.23 - - [2026-06-15 02:01:07] "POST /id-to-fqname HTTP/1.1" 200 233 0.001632 10.0.0.65 - - [2026-06-15 02:01:09] "GET /projects?obj_uuids=a15947f2-7923-47a2-9774-e846ad3352dc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001092 10.0.0.23 - - [2026-06-15 02:01:09] "GET /project/a15947f2-7923-47a2-9774-e846ad3352dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.074943 10.0.0.23 - - [2026-06-15 02:01:10] "POST /neutron/network HTTP/1.1" 200 841 0.035732 10.0.0.23 - - [2026-06-15 02:01:10] "POST /neutron/port HTTP/1.1" 200 117 0.008918 10.0.0.23 - - [2026-06-15 02:01:15] "POST /neutron/port HTTP/1.1" 200 1083 0.028225 10.0.0.23 - - [2026-06-15 02:01:15] "POST /neutron/port HTTP/1.1" 200 1073 0.032231 10.0.0.23 - - [2026-06-15 02:01:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004225 10.0.0.23 - - [2026-06-15 02:01:17] "POST /neutron/network HTTP/1.1" 200 841 0.006856 10.0.0.23 - - [2026-06-15 02:01:25] "POST /neutron/port HTTP/1.1" 200 1137 0.020531 10.0.0.23 - - [2026-06-15 02:01:25] "GET /obj-perms HTTP/1.1" 200 4489 0.037772 10.0.0.23 - - [2026-06-15 02:01:28] "GET /obj-perms HTTP/1.1" 200 4489 0.006554 10.0.0.23 - - [2026-06-15 02:01:31] "POST /neutron/network HTTP/1.1" 400 204 0.018184 10.0.0.23 - - [2026-06-15 02:01:32] "POST /neutron/port HTTP/1.1" 200 1137 0.025500 10.0.0.23 - - [2026-06-15 02:01:33] "POST /neutron/network HTTP/1.1" 200 841 0.008397 10.0.0.65 - - [2026-06-15 02:01:35] "POST /useragent-kv HTTP/1.1" 200 115 0.011500 10.0.0.65 - - [2026-06-15 02:01:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004489 10.0.0.23 - - [2026-06-15 02:01:35] "POST /neutron/network HTTP/1.1" 200 151 0.210030 10.0.0.65 - - [2026-06-15 02:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.65 - - [2026-06-15 02:01:36] "GET /projects?obj_uuids=a15947f2-7923-47a2-9774-e846ad3352dc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001220 10.0.0.23 - - [2026-06-15 02:01:36] "GET /project/a15947f2-7923-47a2-9774-e846ad3352dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.061800 10.0.0.65 - - [2026-06-15 02:01:36] "GET /projects?obj_uuids=a15947f2-7923-47a2-9774-e846ad3352dc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001285 10.0.0.23 - - [2026-06-15 02:01:36] "GET /project/a15947f2-7923-47a2-9774-e846ad3352dc?fields=virtual_networks HTTP/1.1" 200 1054 0.074307 10.0.0.65 - - [2026-06-15 02:01:36] "GET /projects?obj_uuids=a15947f2-7923-47a2-9774-e846ad3352dc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001058 10.0.0.23 - - [2026-06-15 02:01:36] "GET /project/a15947f2-7923-47a2-9774-e846ad3352dc?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.059710 10.0.0.65 - - [2026-06-15 02:01:36] "GET /projects?obj_uuids=a15947f2-7923-47a2-9774-e846ad3352dc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001338 10.0.0.23 - - [2026-06-15 02:01:36] "GET /project/a15947f2-7923-47a2-9774-e846ad3352dc?fields=security_groups HTTP/1.1" 200 1291 0.065191 10.0.0.65 - - [2026-06-15 02:01:37] "GET /projects?obj_uuids=1d8d7ea5-0ef0-481f-ab3f-951cbad462e5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001052 10.0.0.23 - - [2026-06-15 02:01:37] "GET /project/1d8d7ea5-0ef0-481f-ab3f-951cbad462e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.062802 10.0.0.65 - - [2026-06-15 02:01:43] "GET /projects?obj_uuids=1d8d7ea5-0ef0-481f-ab3f-951cbad462e5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001453 10.0.0.23 - - [2026-06-15 02:01:43] "GET /project/1d8d7ea5-0ef0-481f-ab3f-951cbad462e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.055753 10.0.0.23 - - [2026-06-15 02:01:46] "POST /fqname-to-id HTTP/1.1" 404 200 0.036017 10.0.0.65 - - [2026-06-15 02:01:46] "GET /projects?obj_uuids=3b28a31d-8b19-46ba-b584-35743b0ee10e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004368 10.0.0.65 - - [2026-06-15 02:01:46] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001237 10.0.0.65 - - [2026-06-15 02:01:46] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009252 10.0.0.65 - - [2026-06-15 02:01:47] "POST /id-to-fqname HTTP/1.1" 200 202 0.004092 10.0.0.65 - - [2026-06-15 02:01:47] "POST /fqname-to-id HTTP/1.1" 404 211 0.010556 10.0.0.65 - - [2026-06-15 02:01:47] "POST /security-groups HTTP/1.1" 200 603 0.084760 10.0.0.65 - - [2026-06-15 02:01:47] "POST /projects HTTP/1.1" 200 609 0.321761 10.0.0.65 - - [2026-06-15 02:01:47] "POST /access-control-lists HTTP/1.1" 200 608 0.041724 10.0.0.65 - - [2026-06-15 02:01:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.395831 10.0.0.23 - - [2026-06-15 02:01:47] "GET /project/3b28a31d-8b19-46ba-b584-35743b0ee10e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.573540 10.0.0.23 - - [2026-06-15 02:01:48] "GET / HTTP/1.1" 200 35931 0.001751 10.0.0.23 - - [2026-06-15 02:01:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000411 10.0.0.23 - - [2026-06-15 02:01:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.057715 10.0.0.65 - - [2026-06-15 02:01:49] "GET /projects?obj_uuids=3b28a31d-8b19-46ba-b584-35743b0ee10e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000899 10.0.0.23 - - [2026-06-15 02:01:49] "GET /project/3b28a31d-8b19-46ba-b584-35743b0ee10e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.046493 10.0.0.65 - - [2026-06-15 02:01:49] "POST /route-targets HTTP/1.1" 200 327 0.016927 10.0.0.65 - - [2026-06-15 02:01:49] "POST /useragent-kv HTTP/1.1" 200 115 0.017601 10.0.0.23 - - [2026-06-15 02:01:49] "POST /neutron/subnet HTTP/1.1" 200 725 0.287338 10.0.0.23 - - [2026-06-15 02:01:49] "POST /id-to-fqname HTTP/1.1" 200 275 0.001233 10.0.0.23 - - [2026-06-15 02:01:49] "GET /virtual-network/e8421b24-cfd1-44d0-81e8-556f6036cb5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.005774 10.0.0.23 - - [2026-06-15 02:01:49] "GET /virtual-network/e8421b24-cfd1-44d0-81e8-556f6036cb5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.005638 10.0.0.23 - - [2026-06-15 02:01:49] "POST /neutron/network HTTP/1.1" 200 922 0.008526 10.0.0.23 - - [2026-06-15 02:01:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.023725 10.0.0.65 - - [2026-06-15 02:01:49] "GET /projects?obj_uuids=3b28a31d-8b19-46ba-b584-35743b0ee10e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000875 10.0.0.23 - - [2026-06-15 02:01:50] "GET /project/3b28a31d-8b19-46ba-b584-35743b0ee10e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.067110 10.0.0.65 - - [2026-06-15 02:01:50] "GET /projects?obj_uuids=3b28a31d-8b19-46ba-b584-35743b0ee10e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000947 10.0.0.23 - - [2026-06-15 02:01:50] "POST /neutron/network HTTP/1.1" 200 703 0.184265 10.0.0.65 - - [2026-06-15 02:01:50] "POST /ref-update HTTP/1.1" 200 156 0.045876 10.0.0.23 - - [2026-06-15 02:01:50] "POST /id-to-fqname HTTP/1.1" 200 275 0.006229 10.0.0.23 - - [2026-06-15 02:01:50] "GET /virtual-network/3a089c93-1933-4c12-8ad7-152d8636e067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.010023 10.0.0.23 - - [2026-06-15 02:01:50] "POST /neutron/network HTTP/1.1" 200 923 0.008654 10.0.0.23 - - [2026-06-15 02:01:50] "GET /virtual-network/3a089c93-1933-4c12-8ad7-152d8636e067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.006367 10.0.0.23 - - [2026-06-15 02:01:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005622 10.0.0.65 - - [2026-06-15 02:01:50] "GET /projects?obj_uuids=3b28a31d-8b19-46ba-b584-35743b0ee10e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001034 10.0.0.23 - - [2026-06-15 02:01:50] "GET /project/3b28a31d-8b19-46ba-b584-35743b0ee10e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.064750 10.0.0.23 - - [2026-06-15 02:01:50] "POST /neutron/network HTTP/1.1" 200 117 0.019068 10.0.0.23 - - [2026-06-15 02:01:51] "POST /neutron/network HTTP/1.1" 200 925 0.009707 10.0.0.23 - - [2026-06-15 02:01:51] "POST /id-to-fqname HTTP/1.1" 200 276 0.001083 10.0.0.23 - - [2026-06-15 02:01:51] "GET /virtual-network/4d1df22f-87bc-4a5c-89d8-7a892e2e55a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.005334 10.0.0.23 - - [2026-06-15 02:01:51] "GET /virtual-network/4d1df22f-87bc-4a5c-89d8-7a892e2e55a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.005868 10.0.0.23 - - [2026-06-15 02:01:51] "POST /neutron/subnet HTTP/1.1" 200 729 0.018332 10.0.0.23 - - [2026-06-15 02:01:51] "POST /id-to-fqname HTTP/1.1" 200 275 0.001445 10.0.0.65 - - [2026-06-15 02:01:52] "GET /projects?obj_uuids=3b28a31d-8b19-46ba-b584-35743b0ee10e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001080 10.0.0.23 - - [2026-06-15 02:01:52] "GET /project/3b28a31d-8b19-46ba-b584-35743b0ee10e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.064741 10.0.0.23 - - [2026-06-15 02:01:52] "POST /neutron/port HTTP/1.1" 200 117 0.007571 10.0.0.23 - - [2026-06-15 02:01:52] "POST /id-to-fqname HTTP/1.1" 200 276 0.001682 10.0.0.23 - - [2026-06-15 02:01:53] "POST /neutron/network HTTP/1.1" 200 935 0.008830 10.0.0.65 - - [2026-06-15 02:01:53] "GET /projects?obj_uuids=3b28a31d-8b19-46ba-b584-35743b0ee10e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000870 10.0.0.23 - - [2026-06-15 02:01:53] "GET /project/3b28a31d-8b19-46ba-b584-35743b0ee10e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.061118 10.0.0.23 - - [2026-06-15 02:01:54] "POST /neutron/port HTTP/1.1" 200 117 0.008690 10.0.0.65 - - [2026-06-15 02:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.009540 10.0.0.23 - - [2026-06-15 02:01:56] "POST /neutron/network HTTP/1.1" 200 925 0.012493 10.0.0.65 - - [2026-06-15 02:01:56] "DELETE /route-target/161fe5b1-1a8c-490e-b55d-4db4796fd883 HTTP/1.1" 200 115 0.045088 10.0.0.65 - - [2026-06-15 02:01:56] "POST /useragent-kv HTTP/1.1" 200 115 0.004768 10.0.0.65 - - [2026-06-15 02:01:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003201 10.0.0.23 - - [2026-06-15 02:01:56] "POST /neutron/network HTTP/1.1" 200 151 0.154228 10.0.0.65 - - [2026-06-15 02:01:56] "GET /projects?obj_uuids=3b28a31d-8b19-46ba-b584-35743b0ee10e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000936 10.0.0.23 - - [2026-06-15 02:01:56] "GET /project/3b28a31d-8b19-46ba-b584-35743b0ee10e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.089594 10.0.0.65 - - [2026-06-15 02:01:56] "GET /projects?obj_uuids=3b28a31d-8b19-46ba-b584-35743b0ee10e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001047 10.0.0.23 - - [2026-06-15 02:01:56] "GET /project/3b28a31d-8b19-46ba-b584-35743b0ee10e?fields=virtual_networks HTTP/1.1" 200 1055 0.058599 10.0.0.65 - - [2026-06-15 02:01:56] "GET /projects?obj_uuids=3b28a31d-8b19-46ba-b584-35743b0ee10e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000838 10.0.0.23 - - [2026-06-15 02:01:56] "GET /project/3b28a31d-8b19-46ba-b584-35743b0ee10e?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.052452 10.0.0.65 - - [2026-06-15 02:01:56] "GET /projects?obj_uuids=3b28a31d-8b19-46ba-b584-35743b0ee10e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001048 10.0.0.23 - - [2026-06-15 02:01:56] "GET /project/3b28a31d-8b19-46ba-b584-35743b0ee10e?fields=security_groups HTTP/1.1" 200 1293 0.064920 10.0.0.23 - - [2026-06-15 02:01:57] "POST /fqname-to-id HTTP/1.1" 404 190 0.028793 10.0.0.65 - - [2026-06-15 02:01:57] "GET /projects?obj_uuids=f8fb0d36-ec46-42b0-8e6b-71060d4bb01f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003731 10.0.0.65 - - [2026-06-15 02:01:57] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000802 10.0.0.65 - - [2026-06-15 02:01:57] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007232 10.0.0.65 - - [2026-06-15 02:01:57] "POST /id-to-fqname HTTP/1.1" 200 192 0.008383 10.0.0.65 - - [2026-06-15 02:01:57] "POST /fqname-to-id HTTP/1.1" 404 201 0.008486 10.0.0.65 - - [2026-06-15 02:01:58] "POST /security-groups HTTP/1.1" 200 593 0.082634 10.0.0.65 - - [2026-06-15 02:01:58] "POST /fqname-to-id HTTP/1.1" 404 236 0.004316 10.0.0.65 - - [2026-06-15 02:01:58] "POST /projects HTTP/1.1" 200 589 0.373594 10.0.0.65 - - [2026-06-15 02:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.450084 10.0.0.23 - - [2026-06-15 02:01:58] "GET /project/f8fb0d36-ec46-42b0-8e6b-71060d4bb01f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.605272 10.0.0.65 - - [2026-06-15 02:01:58] "POST /access-control-lists HTTP/1.1" 200 596 0.068342 10.0.0.65 - - [2026-06-15 02:01:58] "DELETE /project/a15947f2792347a29774e846ad3352dc HTTP/1.1" 404 173 0.009373 10.0.0.65 - - [2026-06-15 02:01:58] "DELETE /project/3b28a31d8b1946bab58435743b0ee10e HTTP/1.1" 404 173 0.008454 10.0.0.65 - - [2026-06-15 02:01:58] "DELETE /project/f8fb0d36ec4642b08e6b71060d4bb01f HTTP/1.1" 404 173 0.008447 10.0.0.65 - - [2026-06-15 02:01:58] "GET /projects?obj_uuids=a15947f2-7923-47a2-9774-e846ad3352dc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001051 10.0.0.65 - - [2026-06-15 02:01:58] "GET /projects?obj_uuids=3b28a31d-8b19-46ba-b584-35743b0ee10e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001296 10.0.0.65 - - [2026-06-15 02:01:58] "GET /project/a15947f2-7923-47a2-9774-e846ad3352dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.079591 10.0.0.65 - - [2026-06-15 02:01:58] "GET /project/3b28a31d-8b19-46ba-b584-35743b0ee10e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.093155 10.0.0.65 - - [2026-06-15 02:01:58] "GET /projects?obj_uuids=a15947f2-7923-47a2-9774-e846ad3352dc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001366 10.0.0.65 - - [2026-06-15 02:01:58] "GET /projects?obj_uuids=3b28a31d-8b19-46ba-b584-35743b0ee10e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000946 10.0.0.65 - - [2026-06-15 02:01:59] "GET /project/3b28a31d-8b19-46ba-b584-35743b0ee10e?fields=security_groups HTTP/1.1" 200 1398 0.068382 10.0.0.65 - - [2026-06-15 02:01:59] "GET /project/a15947f2-7923-47a2-9774-e846ad3352dc?fields=security_groups HTTP/1.1" 200 1396 0.086787 10.0.0.65 - - [2026-06-15 02:01:59] "DELETE /security-group/b52aa935-2980-4e58-a2a7-92070065fbc6 HTTP/1.1" 200 115 0.059373 10.0.0.65 - - [2026-06-15 02:01:59] "GET /projects?obj_uuids=3b28a31d-8b19-46ba-b584-35743b0ee10e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000943 10.0.0.65 - - [2026-06-15 02:01:59] "DELETE /security-group/431202bb-5c5d-4e57-9f1b-1e2992bf31a5 HTTP/1.1" 200 115 0.099498 10.0.0.65 - - [2026-06-15 02:01:59] "GET /projects?obj_uuids=a15947f2-7923-47a2-9774-e846ad3352dc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001295 10.0.0.65 - - [2026-06-15 02:01:59] "GET /project/3b28a31d-8b19-46ba-b584-35743b0ee10e?fields=application_policy_sets HTTP/1.1" 200 1437 0.091476 10.0.0.23 - - [2026-06-15 02:01:59] "POST /neutron/network HTTP/1.1" 200 117 0.028141 10.0.0.65 - - [2026-06-15 02:01:59] "GET /project/a15947f2-7923-47a2-9774-e846ad3352dc?fields=application_policy_sets HTTP/1.1" 200 1435 0.128410 10.0.0.65 - - [2026-06-15 02:01:59] "DELETE /access-control-list/cb9f0320-c4b3-4856-8113-cf8981175438 HTTP/1.1" 200 115 0.107196 10.0.0.65 - - [2026-06-15 02:01:59] "DELETE /project/3b28a31d-8b19-46ba-b584-35743b0ee10e HTTP/1.1" 200 115 0.721617 10.0.0.65 - - [2026-06-15 02:01:59] "DELETE /project/a15947f2-7923-47a2-9774-e846ad3352dc HTTP/1.1" 200 115 0.831263 10.0.0.23 - - [2026-06-15 02:01:59] "POST /neutron/network HTTP/1.1" 200 117 0.175300 10.0.0.23 - - [2026-06-15 02:02:00] "GET / HTTP/1.1" 200 35931 0.001600 10.0.0.23 - - [2026-06-15 02:02:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000420 10.0.0.23 - - [2026-06-15 02:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.054813 10.0.0.65 - - [2026-06-15 02:02:01] "GET /projects?obj_uuids=f8fb0d36-ec46-42b0-8e6b-71060d4bb01f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000958 10.0.0.23 - - [2026-06-15 02:02:01] "GET /project/f8fb0d36-ec46-42b0-8e6b-71060d4bb01f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.053158 10.0.0.23 - - [2026-06-15 02:02:01] "POST /neutron/network HTTP/1.1" 200 117 0.031374 10.0.0.65 - - [2026-06-15 02:02:01] "POST /ref-update HTTP/1.1" 200 156 0.034138 10.0.0.23 - - [2026-06-15 02:02:01] "POST /neutron/network HTTP/1.1" 200 893 0.026117 10.0.0.23 - - [2026-06-15 02:02:01] "POST /id-to-fqname HTTP/1.1" 200 255 0.001624 10.0.0.23 - - [2026-06-15 02:02:02] "GET /virtual-network/2436c447-64d0-469a-80a8-48f1ac121d18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.014803 10.0.0.23 - - [2026-06-15 02:02:02] "GET /virtual-network/2436c447-64d0-469a-80a8-48f1ac121d18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.019829 10.0.0.23 - - [2026-06-15 02:02:02] "POST /neutron/subnet HTTP/1.1" 200 729 0.015470 10.0.0.23 - - [2026-06-15 02:02:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418 10.0.0.65 - - [2026-06-15 02:02:02] "GET /projects?obj_uuids=f8fb0d36-ec46-42b0-8e6b-71060d4bb01f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000897 10.0.0.23 - - [2026-06-15 02:02:02] "GET /project/f8fb0d36-ec46-42b0-8e6b-71060d4bb01f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.071644 10.0.0.23 - - [2026-06-15 02:02:02] "POST /neutron/port HTTP/1.1" 200 117 0.007972 10.0.0.23 - - [2026-06-15 02:02:02] "POST /neutron/network HTTP/1.1" 200 117 0.030642 10.0.0.23 - - [2026-06-15 02:02:02] "POST /id-to-fqname HTTP/1.1" 200 255 0.003347 10.0.0.23 - - [2026-06-15 02:02:02] "GET /virtual-network/bf7a59da-6b27-4004-8e8a-477266042511?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.005430 10.0.0.23 - - [2026-06-15 02:02:02] "GET /virtual-network/bf7a59da-6b27-4004-8e8a-477266042511?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.005964 10.0.0.23 - - [2026-06-15 02:02:02] "POST /neutron/network HTTP/1.1" 200 891 0.007802 10.0.0.23 - - [2026-06-15 02:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005472 10.0.0.65 - - [2026-06-15 02:02:03] "GET /projects?obj_uuids=f8fb0d36-ec46-42b0-8e6b-71060d4bb01f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001182 10.0.0.23 - - [2026-06-15 02:02:03] "GET /project/f8fb0d36-ec46-42b0-8e6b-71060d4bb01f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.072897 10.0.0.65 - - [2026-06-15 02:02:03] "GET /projects?obj_uuids=f8fb0d36-ec46-42b0-8e6b-71060d4bb01f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000886 10.0.0.23 - - [2026-06-15 02:02:03] "POST /neutron/network HTTP/1.1" 200 675 0.162902 10.0.0.65 - - [2026-06-15 02:02:03] "POST /route-targets HTTP/1.1" 200 327 0.021096 10.0.0.23 - - [2026-06-15 02:02:03] "POST /id-to-fqname HTTP/1.1" 200 256 0.003836 10.0.0.23 - - [2026-06-15 02:02:03] "GET /virtual-network/e7579570-3461-4e6b-ad89-b2e8cc253fd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.010506 10.0.0.23 - - [2026-06-15 02:02:03] "POST /neutron/network HTTP/1.1" 200 894 0.006914 10.0.0.23 - - [2026-06-15 02:02:03] "GET /virtual-network/e7579570-3461-4e6b-ad89-b2e8cc253fd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.012491 10.0.0.65 - - [2026-06-15 02:02:03] "GET /obj-perms HTTP/1.1" 200 4493 0.102784 10.0.0.23 - - [2026-06-15 02:02:03] "POST /id-to-fqname HTTP/1.1" 200 255 0.000976 10.0.0.23 - - [2026-06-15 02:02:03] "POST /neutron/port HTTP/1.1" 200 117 0.009344 10.0.0.65 - - [2026-06-15 02:02:04] "GET /projects?obj_uuids=f8fb0d36-ec46-42b0-8e6b-71060d4bb01f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001044 10.0.0.23 - - [2026-06-15 02:02:04] "GET /project/f8fb0d36-ec46-42b0-8e6b-71060d4bb01f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.082873 10.0.0.23 - - [2026-06-15 02:02:04] "POST /neutron/network HTTP/1.1" 200 891 0.007673 10.0.0.23 - - [2026-06-15 02:02:05] "POST /id-to-fqname HTTP/1.1" 200 256 0.001255 10.0.0.23 - - [2026-06-15 02:02:05] "POST /neutron/port HTTP/1.1" 200 117 0.007591 10.0.0.65 - - [2026-06-15 02:02:06] "GET /projects?obj_uuids=f8fb0d36-ec46-42b0-8e6b-71060d4bb01f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001249 10.0.0.23 - - [2026-06-15 02:02:06] "GET /project/f8fb0d36-ec46-42b0-8e6b-71060d4bb01f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.079368 10.0.0.23 - - [2026-06-15 02:02:06] "POST /neutron/port HTTP/1.1" 200 117 0.010867 10.0.0.65 - - [2026-06-15 02:02:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003544 10.0.0.65 - - [2026-06-15 02:02:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003525 10.0.0.23 - - [2026-06-15 02:02:08] "POST /neutron/network HTTP/1.1" 200 151 0.167396 10.0.0.65 - - [2026-06-15 02:02:08] "DELETE /route-target/41d800d8-6be0-478b-9094-55b9e506f132 HTTP/1.1" 200 115 0.041729 10.0.0.23 - - [2026-06-15 02:02:08] "POST /neutron/network HTTP/1.1" 200 893 0.008409 10.0.0.65 - - [2026-06-15 02:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005301 10.0.0.65 - - [2026-06-15 02:02:08] "GET /projects?obj_uuids=f8fb0d36-ec46-42b0-8e6b-71060d4bb01f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000952 10.0.0.23 - - [2026-06-15 02:02:08] "GET /project/f8fb0d36-ec46-42b0-8e6b-71060d4bb01f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.062033 10.0.0.65 - - [2026-06-15 02:02:08] "GET /projects?obj_uuids=f8fb0d36-ec46-42b0-8e6b-71060d4bb01f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001370 10.0.0.23 - - [2026-06-15 02:02:08] "GET /project/f8fb0d36-ec46-42b0-8e6b-71060d4bb01f?fields=virtual_networks HTTP/1.1" 200 1036 0.071173 10.0.0.65 - - [2026-06-15 02:02:08] "GET /projects?obj_uuids=f8fb0d36-ec46-42b0-8e6b-71060d4bb01f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001092 10.0.0.23 - - [2026-06-15 02:02:08] "GET /project/f8fb0d36-ec46-42b0-8e6b-71060d4bb01f?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.040497 10.0.0.65 - - [2026-06-15 02:02:08] "GET /projects?obj_uuids=f8fb0d36-ec46-42b0-8e6b-71060d4bb01f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002546 10.0.0.23 - - [2026-06-15 02:02:08] "GET /project/f8fb0d36-ec46-42b0-8e6b-71060d4bb01f?fields=security_groups HTTP/1.1" 200 1264 0.045284 10.0.0.23 - - [2026-06-15 02:02:08] "POST /neutron/network HTTP/1.1" 200 117 0.006959 10.0.0.23 - - [2026-06-15 02:02:09] "POST /fqname-to-id HTTP/1.1" 404 196 0.045605 10.0.0.65 - - [2026-06-15 02:02:09] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002737 10.0.0.65 - - [2026-06-15 02:02:09] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000905 10.0.0.65 - - [2026-06-15 02:02:09] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007940 10.0.0.65 - - [2026-06-15 02:02:10] "POST /id-to-fqname HTTP/1.1" 200 198 0.001045 10.0.0.65 - - [2026-06-15 02:02:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.006057 10.0.0.65 - - [2026-06-15 02:02:10] "POST /security-groups HTTP/1.1" 200 599 0.038488 10.0.0.65 - - [2026-06-15 02:02:10] "POST /projects HTTP/1.1" 200 601 0.278124 10.0.0.65 - - [2026-06-15 02:02:10] "POST /access-control-lists HTTP/1.1" 200 604 0.044989 10.0.0.65 - - [2026-06-15 02:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.364696 10.0.0.23 - - [2026-06-15 02:02:10] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.556266 10.0.0.23 - - [2026-06-15 02:02:11] "POST /neutron/port HTTP/1.1" 200 117 0.007836 10.0.0.23 - - [2026-06-15 02:02:11] "GET / HTTP/1.1" 200 35931 0.001336 10.0.0.23 - - [2026-06-15 02:02:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000422 10.0.0.23 - - [2026-06-15 02:02:11] "POST /neutron/port HTTP/1.1" 200 117 0.006778 10.0.0.23 - - [2026-06-15 02:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.058755 10.0.0.65 - - [2026-06-15 02:02:12] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001667 10.0.0.23 - - [2026-06-15 02:02:12] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.081015 10.0.0.65 - - [2026-06-15 02:02:12] "POST /route-targets HTTP/1.1" 200 327 0.016881 10.0.0.65 - - [2026-06-15 02:02:12] "POST /useragent-kv HTTP/1.1" 200 115 0.018333 10.0.0.23 - - [2026-06-15 02:02:12] "POST /neutron/subnet HTTP/1.1" 200 714 0.316025 10.0.0.23 - - [2026-06-15 02:02:13] "POST /id-to-fqname HTTP/1.1" 200 267 0.001185 10.0.0.23 - - [2026-06-15 02:02:13] "GET /virtual-network/399c3f9c-fe96-489d-8a4b-fc5bcbe6791e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.005667 10.0.0.23 - - [2026-06-15 02:02:13] "GET /virtual-network/399c3f9c-fe96-489d-8a4b-fc5bcbe6791e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.006186 10.0.0.23 - - [2026-06-15 02:02:13] "POST /neutron/network HTTP/1.1" 200 908 0.008525 10.0.0.23 - - [2026-06-15 02:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.65 - - [2026-06-15 02:02:13] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001641 10.0.0.23 - - [2026-06-15 02:02:13] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.057110 10.0.0.65 - - [2026-06-15 02:02:13] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000836 10.0.0.23 - - [2026-06-15 02:02:13] "POST /neutron/network HTTP/1.1" 200 691 0.163235 10.0.0.65 - - [2026-06-15 02:02:13] "POST /ref-update HTTP/1.1" 200 156 0.030291 10.0.0.23 - - [2026-06-15 02:02:13] "POST /id-to-fqname HTTP/1.1" 200 267 0.004322 10.0.0.23 - - [2026-06-15 02:02:13] "GET /virtual-network/ccdc6fe7-5d16-4a19-b5fa-c09396dfd8fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.007004 10.0.0.23 - - [2026-06-15 02:02:13] "POST /neutron/network HTTP/1.1" 200 910 0.008384 10.0.0.23 - - [2026-06-15 02:02:13] "GET /virtual-network/ccdc6fe7-5d16-4a19-b5fa-c09396dfd8fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.006497 10.0.0.23 - - [2026-06-15 02:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.008646 10.0.0.65 - - [2026-06-15 02:02:13] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000835 10.0.0.23 - - [2026-06-15 02:02:13] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.042003 10.0.0.23 - - [2026-06-15 02:02:13] "POST /neutron/network HTTP/1.1" 200 117 0.015581 10.0.0.23 - - [2026-06-15 02:02:14] "POST /neutron/network HTTP/1.1" 200 913 0.009459 10.0.0.23 - - [2026-06-15 02:02:14] "POST /id-to-fqname HTTP/1.1" 200 268 0.001065 10.0.0.23 - - [2026-06-15 02:02:14] "GET /virtual-network/f6e4cfdd-94f2-48d7-90e4-c97b42dc7618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.005174 10.0.0.23 - - [2026-06-15 02:02:14] "GET /virtual-network/f6e4cfdd-94f2-48d7-90e4-c97b42dc7618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.006914 10.0.0.23 - - [2026-06-15 02:02:14] "POST /neutron/subnet HTTP/1.1" 200 729 0.012152 10.0.0.23 - - [2026-06-15 02:02:14] "POST /id-to-fqname HTTP/1.1" 200 267 0.001109 10.0.0.23 - - [2026-06-15 02:02:14] "POST /neutron/network HTTP/1.1" 200 117 0.010092 10.0.0.23 - - [2026-06-15 02:02:48] "POST /neutron/network HTTP/1.1" 200 920 0.008954 10.0.0.65 - - [2026-06-15 02:02:49] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000909 10.0.0.23 - - [2026-06-15 02:02:49] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.083781 10.0.0.23 - - [2026-06-15 02:02:49] "POST /neutron/port HTTP/1.1" 200 117 0.007710 10.0.0.23 - - [2026-06-15 02:02:49] "POST /id-to-fqname HTTP/1.1" 200 268 0.001142 10.0.0.65 - - [2026-06-15 02:02:50] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001046 10.0.0.23 - - [2026-06-15 02:02:50] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.075687 10.0.0.23 - - [2026-06-15 02:02:50] "POST /neutron/network HTTP/1.1" 200 913 0.008455 10.0.0.65 - - [2026-06-15 02:02:50] "GET /projects?obj_uuids=1d8d7ea5-0ef0-481f-ab3f-951cbad462e5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000905 10.0.0.23 - - [2026-06-15 02:02:50] "GET /project/1d8d7ea5-0ef0-481f-ab3f-951cbad462e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.062180 10.0.0.23 - - [2026-06-15 02:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004105 10.0.0.23 - - [2026-06-15 02:02:51] "GET /security-group/9beb1a82-8f1a-4b96-809c-546a04b91a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.007434 10.0.0.23 - - [2026-06-15 02:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.65 - - [2026-06-15 02:02:51] "GET /projects?obj_uuids=1d8d7ea5-0ef0-481f-ab3f-951cbad462e5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001211 10.0.0.23 - - [2026-06-15 02:02:51] "GET /project/1d8d7ea5-0ef0-481f-ab3f-951cbad462e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.051059 10.0.0.23 - - [2026-06-15 02:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.23 - - [2026-06-15 02:02:51] "GET /security-group/9beb1a82-8f1a-4b96-809c-546a04b91a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.004843 10.0.0.23 - - [2026-06-15 02:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.23 - - [2026-06-15 02:02:51] "PUT /security-group/9beb1a82-8f1a-4b96-809c-546a04b91a0e HTTP/1.1" 200 262 0.023965 10.0.0.65 - - [2026-06-15 02:02:51] "PUT /access-control-list/d67e5847-1942-491e-b4a2-1993ecf8cc99 HTTP/1.1" 200 272 0.013167 10.0.0.23 - - [2026-06-15 02:02:52] "POST /fqname-to-id HTTP/1.1" 404 193 0.003558 10.0.0.23 - - [2026-06-15 02:02:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.65 - - [2026-06-15 02:02:52] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001221 10.0.0.23 - - [2026-06-15 02:02:52] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007831 10.0.0.23 - - [2026-06-15 02:02:52] "POST /service-templates HTTP/1.1" 200 543 0.036732 10.0.0.23 - - [2026-06-15 02:02:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.008917 10.0.0.23 - - [2026-06-15 02:02:52] "GET /service-template/7377e6d5-2c67-4492-bf24-f0c44591af7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1822 0.006162 10.0.0.23 - - [2026-06-15 02:02:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.23 - - [2026-06-15 02:02:52] "GET /service-template/7377e6d5-2c67-4492-bf24-f0c44591af7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1822 0.005206 10.0.0.23 - - [2026-06-15 02:02:52] "POST /id-to-fqname HTTP/1.1" 200 267 0.001647 10.0.0.23 - - [2026-06-15 02:02:52] "POST /id-to-fqname HTTP/1.1" 200 267 0.001801 10.0.0.23 - - [2026-06-15 02:02:52] "POST /id-to-fqname HTTP/1.1" 200 268 0.002349 10.0.0.23 - - [2026-06-15 02:02:52] "POST /neutron/port HTTP/1.1" 200 117 0.009045 10.0.0.23 - - [2026-06-15 02:02:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.23 - - [2026-06-15 02:02:53] "DELETE /service-template/7377e6d5-2c67-4492-bf24-f0c44591af7f HTTP/1.1" 200 115 0.031701 10.0.0.23 - - [2026-06-15 02:02:53] "POST /fqname-to-id HTTP/1.1" 404 193 0.005445 10.0.0.23 - - [2026-06-15 02:02:54] "POST /neutron/port HTTP/1.1" 200 1068 0.023851 10.0.0.23 - - [2026-06-15 02:02:55] "POST /neutron/network HTTP/1.1" 200 923 0.007977 10.0.0.23 - - [2026-06-15 02:02:55] "POST /neutron/network HTTP/1.1" 400 204 0.023284 10.0.0.23 - - [2026-06-15 02:02:55] "POST /neutron/port HTTP/1.1" 200 1069 0.023593 10.0.0.23 - - [2026-06-15 02:02:55] "POST /neutron/port HTTP/1.1" 200 1123 0.133277 10.0.0.23 - - [2026-06-15 02:02:56] "POST /neutron/port HTTP/1.1" 200 1133 0.022876 10.0.0.23 - - [2026-06-15 02:02:56] "POST /neutron/port HTTP/1.1" 200 117 0.001288 10.0.0.23 - - [2026-06-15 02:02:57] "POST /neutron/network HTTP/1.1" 400 204 0.018530 10.0.0.23 - - [2026-06-15 02:02:58] "POST /neutron/port HTTP/1.1" 200 151 0.274078 10.0.0.23 - - [2026-06-15 02:02:59] "POST /neutron/network HTTP/1.1" 200 913 0.021638 10.0.0.65 - - [2026-06-15 02:02:59] "DELETE /route-target/026acb11-8ad3-4777-9834-44b0edc51082 HTTP/1.1" 200 115 0.100380 10.0.0.65 - - [2026-06-15 02:02:59] "DELETE /project/2fa1e49ad76f46a1ac62511bf4eb78a9 HTTP/1.1" 404 173 0.018406 10.0.0.65 - - [2026-06-15 02:02:59] "GET /projects?obj_uuids=f8fb0d36-ec46-42b0-8e6b-71060d4bb01f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001198 10.0.0.65 - - [2026-06-15 02:02:59] "GET /project/f8fb0d36-ec46-42b0-8e6b-71060d4bb01f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.081226 10.0.0.65 - - [2026-06-15 02:02:59] "GET /projects?obj_uuids=f8fb0d36-ec46-42b0-8e6b-71060d4bb01f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000841 10.0.0.65 - - [2026-06-15 02:02:59] "GET /project/f8fb0d36-ec46-42b0-8e6b-71060d4bb01f?fields=security_groups HTTP/1.1" 200 1106 0.091336 10.0.0.65 - - [2026-06-15 02:03:00] "GET /projects?obj_uuids=f8fb0d36-ec46-42b0-8e6b-71060d4bb01f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001889 10.0.0.65 - - [2026-06-15 02:03:00] "GET /project/f8fb0d36-ec46-42b0-8e6b-71060d4bb01f?fields=application_policy_sets HTTP/1.1" 200 1408 0.098400 10.0.0.65 - - [2026-06-15 02:03:00] "DELETE /project/f8fb0d36-ec46-42b0-8e6b-71060d4bb01f HTTP/1.1" 404 190 0.495169 10.0.0.23 - - [2026-06-15 02:03:01] "POST /neutron/network HTTP/1.1" 200 1653 0.017009 10.0.0.23 - - [2026-06-15 02:03:01] "POST /neutron/network HTTP/1.1" 400 204 0.018089 10.0.0.23 - - [2026-06-15 02:03:03] "POST /neutron/network HTTP/1.1" 400 204 0.019249 10.0.0.23 - - [2026-06-15 02:03:07] "POST /neutron/network HTTP/1.1" 200 913 0.008815 10.0.0.23 - - [2026-06-15 02:03:09] "POST /neutron/network HTTP/1.1" 400 204 0.017075 10.0.0.23 - - [2026-06-15 02:03:14] "POST /neutron/network HTTP/1.1" 200 913 0.007782 10.0.0.23 - - [2026-06-15 02:03:16] "POST /neutron/network HTTP/1.1" 400 204 0.014108 10.0.0.23 - - [2026-06-15 02:03:20] "POST /neutron/network HTTP/1.1" 200 913 0.006868 10.0.0.23 - - [2026-06-15 02:03:22] "POST /neutron/network HTTP/1.1" 400 204 0.017471 10.0.0.23 - - [2026-06-15 02:03:26] "POST /neutron/network HTTP/1.1" 200 913 0.006966 10.0.0.23 - - [2026-06-15 02:03:28] "POST /neutron/network HTTP/1.1" 400 204 0.014850 10.0.0.23 - - [2026-06-15 02:03:32] "POST /neutron/network HTTP/1.1" 200 913 0.006941 10.0.0.23 - - [2026-06-15 02:03:34] "POST /neutron/network HTTP/1.1" 400 204 0.014500 10.0.0.23 - - [2026-06-15 02:03:38] "POST /neutron/network HTTP/1.1" 200 913 0.008033 10.0.0.23 - - [2026-06-15 02:03:40] "POST /neutron/network HTTP/1.1" 400 204 0.013494 10.0.0.23 - - [2026-06-15 02:03:44] "POST /neutron/network HTTP/1.1" 200 913 0.008712 10.0.0.23 - - [2026-06-15 02:03:46] "POST /neutron/network HTTP/1.1" 400 204 0.020377 10.0.0.23 - - [2026-06-15 02:03:50] "POST /neutron/network HTTP/1.1" 200 913 0.007856 10.0.0.65 - - [2026-06-15 02:03:51] "POST /useragent-kv HTTP/1.1" 200 115 0.004113 10.0.0.65 - - [2026-06-15 02:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.65 - - [2026-06-15 02:03:51] "POST /useragent-kv HTTP/1.1" 200 115 0.004481 10.0.0.23 - - [2026-06-15 02:03:51] "POST /neutron/network HTTP/1.1" 200 151 0.133053 10.0.0.65 - - [2026-06-15 02:03:51] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001226 10.0.0.23 - - [2026-06-15 02:03:51] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.079328 10.0.0.65 - - [2026-06-15 02:03:51] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001135 10.0.0.23 - - [2026-06-15 02:03:51] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?fields=virtual_networks HTTP/1.1" 200 1333 0.093759 10.0.0.23 - - [2026-06-15 02:03:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004627 10.0.0.23 - - [2026-06-15 02:03:52] "POST /neutron/network HTTP/1.1" 200 913 0.006527 10.0.0.33 - - [2026-06-15 02:03:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000491 10.0.0.33 - - [2026-06-15 02:03:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.65 - - [2026-06-15 02:03:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000495 10.0.0.65 - - [2026-06-15 02:03:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000465 10.0.0.65 - - [2026-06-15 02:03:53] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001171 10.0.0.23 - - [2026-06-15 02:03:53] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.053296 10.0.0.65 - - [2026-06-15 02:03:53] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001199 10.0.0.23 - - [2026-06-15 02:03:53] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?fields=virtual_networks HTTP/1.1" 200 1333 0.049945 10.0.0.65 - - [2026-06-15 02:03:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000452 10.0.0.65 - - [2026-06-15 02:03:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.23 - - [2026-06-15 02:03:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.23 - - [2026-06-15 02:03:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.33 - - [2026-06-15 02:03:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.33 - - [2026-06-15 02:03:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000649 10.0.0.23 - - [2026-06-15 02:03:54] "POST /neutron/port HTTP/1.1" 200 151 0.215652 10.0.0.23 - - [2026-06-15 02:03:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000523 10.0.0.23 - - [2026-06-15 02:03:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000449 10.0.0.65 - - [2026-06-15 02:03:55] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001017 10.0.0.23 - - [2026-06-15 02:03:55] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.049099 10.0.0.65 - - [2026-06-15 02:03:55] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001604 10.0.0.23 - - [2026-06-15 02:03:55] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?fields=virtual_networks HTTP/1.1" 200 1333 0.055169 10.0.0.65 - - [2026-06-15 02:03:57] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000976 10.0.0.23 - - [2026-06-15 02:03:57] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.039927 10.0.0.65 - - [2026-06-15 02:03:57] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001083 10.0.0.23 - - [2026-06-15 02:03:57] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?fields=virtual_networks HTTP/1.1" 200 1333 0.044504 10.0.0.65 - - [2026-06-15 02:03:59] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001318 10.0.0.23 - - [2026-06-15 02:03:59] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.046415 10.0.0.65 - - [2026-06-15 02:03:59] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000854 10.0.0.23 - - [2026-06-15 02:03:59] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?fields=virtual_networks HTTP/1.1" 200 1333 0.039809 10.0.0.65 - - [2026-06-15 02:04:01] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001199 10.0.0.23 - - [2026-06-15 02:04:01] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.070123 10.0.0.65 - - [2026-06-15 02:04:01] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000995 10.0.0.23 - - [2026-06-15 02:04:01] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?fields=virtual_networks HTTP/1.1" 200 1333 0.055032 10.0.0.65 - - [2026-06-15 02:04:04] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001158 10.0.0.23 - - [2026-06-15 02:04:04] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.062101 10.0.0.65 - - [2026-06-15 02:04:04] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002164 10.0.0.23 - - [2026-06-15 02:04:04] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?fields=virtual_networks HTTP/1.1" 200 1333 0.055124 10.0.0.23 - - [2026-06-15 02:04:05] "GET /obj-perms HTTP/1.1" 200 4493 0.052503 10.0.0.65 - - [2026-06-15 02:04:06] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001021 10.0.0.23 - - [2026-06-15 02:04:06] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.059953 10.0.0.65 - - [2026-06-15 02:04:06] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002459 10.0.0.23 - - [2026-06-15 02:04:06] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?fields=virtual_networks HTTP/1.1" 200 1333 0.045133 10.0.0.65 - - [2026-06-15 02:04:08] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001065 10.0.0.23 - - [2026-06-15 02:04:08] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.051053 10.0.0.65 - - [2026-06-15 02:04:08] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000932 10.0.0.23 - - [2026-06-15 02:04:08] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?fields=virtual_networks HTTP/1.1" 200 1333 0.052038 10.0.0.65 - - [2026-06-15 02:04:10] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001299 10.0.0.23 - - [2026-06-15 02:04:10] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.045989 10.0.0.65 - - [2026-06-15 02:04:10] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000777 10.0.0.23 - - [2026-06-15 02:04:10] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?fields=virtual_networks HTTP/1.1" 200 1333 0.044313 10.0.0.65 - - [2026-06-15 02:04:12] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000876 10.0.0.23 - - [2026-06-15 02:04:12] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.036438 10.0.0.65 - - [2026-06-15 02:04:12] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000951 10.0.0.23 - - [2026-06-15 02:04:12] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?fields=virtual_networks HTTP/1.1" 200 1333 0.043921 10.0.0.65 - - [2026-06-15 02:04:14] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000885 10.0.0.23 - - [2026-06-15 02:04:14] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.039501 10.0.0.65 - - [2026-06-15 02:04:14] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000827 10.0.0.23 - - [2026-06-15 02:04:14] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?fields=virtual_networks HTTP/1.1" 200 1333 0.039596 10.0.0.65 - - [2026-06-15 02:04:16] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001731 10.0.0.23 - - [2026-06-15 02:04:16] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.047085 10.0.0.65 - - [2026-06-15 02:04:16] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000843 10.0.0.23 - - [2026-06-15 02:04:16] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?fields=virtual_networks HTTP/1.1" 200 1333 0.052734 10.0.0.65 - - [2026-06-15 02:04:19] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000929 10.0.0.23 - - [2026-06-15 02:04:19] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.041685 10.0.0.65 - - [2026-06-15 02:04:19] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001208 10.0.0.23 - - [2026-06-15 02:04:19] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?fields=virtual_networks HTTP/1.1" 200 1333 0.046087 10.0.0.65 - - [2026-06-15 02:04:21] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001513 10.0.0.23 - - [2026-06-15 02:04:21] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.055828 10.0.0.65 - - [2026-06-15 02:04:21] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000988 10.0.0.23 - - [2026-06-15 02:04:21] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?fields=virtual_networks HTTP/1.1" 200 1333 0.043561 10.0.0.65 - - [2026-06-15 02:04:23] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001415 10.0.0.23 - - [2026-06-15 02:04:23] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.093146 10.0.0.65 - - [2026-06-15 02:04:23] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001243 10.0.0.23 - - [2026-06-15 02:04:23] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?fields=virtual_networks HTTP/1.1" 200 1333 0.064606 10.0.0.65 - - [2026-06-15 02:04:25] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001093 10.0.0.23 - - [2026-06-15 02:04:25] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.043835 10.0.0.65 - - [2026-06-15 02:04:25] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001054 10.0.0.23 - - [2026-06-15 02:04:25] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?fields=virtual_networks HTTP/1.1" 200 1333 0.037971 10.0.0.65 - - [2026-06-15 02:04:27] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001172 10.0.0.23 - - [2026-06-15 02:04:27] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.052474 10.0.0.65 - - [2026-06-15 02:04:27] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001401 10.0.0.23 - - [2026-06-15 02:04:27] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?fields=virtual_networks HTTP/1.1" 200 1333 0.057734 10.0.0.65 - - [2026-06-15 02:04:29] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001759 10.0.0.23 - - [2026-06-15 02:04:29] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.058797 10.0.0.65 - - [2026-06-15 02:04:29] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001204 10.0.0.23 - - [2026-06-15 02:04:29] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?fields=virtual_networks HTTP/1.1" 200 1333 0.060039 10.0.0.65 - - [2026-06-15 02:04:31] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001075 10.0.0.23 - - [2026-06-15 02:04:32] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.057326 10.0.0.65 - - [2026-06-15 02:04:32] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000950 10.0.0.23 - - [2026-06-15 02:04:32] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?fields=virtual_networks HTTP/1.1" 200 1333 0.049988 10.0.0.65 - - [2026-06-15 02:04:34] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001334 10.0.0.23 - - [2026-06-15 02:04:34] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.050698 10.0.0.65 - - [2026-06-15 02:04:34] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001234 10.0.0.23 - - [2026-06-15 02:04:34] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?fields=virtual_networks HTTP/1.1" 200 1333 0.064815 10.0.0.65 - - [2026-06-15 02:04:36] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001454 10.0.0.23 - - [2026-06-15 02:04:36] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.054319 10.0.0.65 - - [2026-06-15 02:04:36] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001801 10.0.0.23 - - [2026-06-15 02:04:36] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?fields=virtual_networks HTTP/1.1" 200 1333 0.069452 10.0.0.65 - - [2026-06-15 02:04:38] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001439 10.0.0.23 - - [2026-06-15 02:04:38] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.057990 10.0.0.65 - - [2026-06-15 02:04:38] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001364 10.0.0.23 - - [2026-06-15 02:04:38] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?fields=virtual_networks HTTP/1.1" 200 1333 0.046460 10.0.0.65 - - [2026-06-15 02:04:40] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002447 10.0.0.23 - - [2026-06-15 02:04:40] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.074104 10.0.0.65 - - [2026-06-15 02:04:40] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001391 10.0.0.23 - - [2026-06-15 02:04:40] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?fields=virtual_networks HTTP/1.1" 200 1333 0.052926 10.0.0.65 - - [2026-06-15 02:04:42] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001273 10.0.0.23 - - [2026-06-15 02:04:42] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.051513 10.0.0.65 - - [2026-06-15 02:04:42] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001800 10.0.0.23 - - [2026-06-15 02:04:42] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?fields=virtual_networks HTTP/1.1" 200 1333 0.049366 10.0.0.65 - - [2026-06-15 02:04:44] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001330 10.0.0.23 - - [2026-06-15 02:04:45] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.056046 10.0.0.65 - - [2026-06-15 02:04:45] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001434 10.0.0.23 - - [2026-06-15 02:04:45] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?fields=virtual_networks HTTP/1.1" 200 1333 0.060873 10.0.0.65 - - [2026-06-15 02:04:47] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001002 10.0.0.23 - - [2026-06-15 02:04:47] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.064785 10.0.0.65 - - [2026-06-15 02:04:47] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000966 10.0.0.23 - - [2026-06-15 02:04:47] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?fields=virtual_networks HTTP/1.1" 200 1333 0.067655 10.0.0.65 - - [2026-06-15 02:04:49] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001404 10.0.0.23 - - [2026-06-15 02:04:49] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.064720 10.0.0.65 - - [2026-06-15 02:04:49] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000917 10.0.0.23 - - [2026-06-15 02:04:49] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?fields=virtual_networks HTTP/1.1" 200 1333 0.056063 10.0.0.65 - - [2026-06-15 02:04:51] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000888 10.0.0.23 - - [2026-06-15 02:04:51] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.048211 10.0.0.65 - - [2026-06-15 02:04:51] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000852 10.0.0.23 - - [2026-06-15 02:04:51] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?fields=virtual_networks HTTP/1.1" 200 1333 0.053099 10.0.0.65 - - [2026-06-15 02:04:53] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001019 10.0.0.23 - - [2026-06-15 02:04:53] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.050314 10.0.0.65 - - [2026-06-15 02:04:53] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001102 10.0.0.23 - - [2026-06-15 02:04:53] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?fields=virtual_networks HTTP/1.1" 200 1333 0.056293 10.0.0.65 - - [2026-06-15 02:04:55] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001685 10.0.0.23 - - [2026-06-15 02:04:55] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.048145 10.0.0.65 - - [2026-06-15 02:04:55] "GET /projects?obj_uuids=2fa1e49a-d76f-46a1-ac62-511bf4eb78a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001087 10.0.0.23 - - [2026-06-15 02:04:55] "GET /project/2fa1e49a-d76f-46a1-ac62-511bf4eb78a9?fields=virtual_networks HTTP/1.1" 200 1333 0.057386 10.0.0.23 - - [2026-06-15 02:04:56] "POST /fqname-to-id HTTP/1.1" 404 189 0.030988 10.0.0.65 - - [2026-06-15 02:04:56] "GET /projects?obj_uuids=6d9f7fa0-8e75-4c3e-a97c-95e6a8ad5d3b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004153 10.0.0.65 - - [2026-06-15 02:04:56] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001456 10.0.0.65 - - [2026-06-15 02:04:56] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009033 10.0.0.65 - - [2026-06-15 02:04:56] "POST /id-to-fqname HTTP/1.1" 200 191 0.001133 10.0.0.65 - - [2026-06-15 02:04:56] "POST /fqname-to-id HTTP/1.1" 404 200 0.009389 10.0.0.65 - - [2026-06-15 02:04:56] "POST /security-groups HTTP/1.1" 200 592 0.035837 10.0.0.65 - - [2026-06-15 02:04:56] "POST /projects HTTP/1.1" 200 587 0.263266 10.0.0.65 - - [2026-06-15 02:04:56] "POST /access-control-lists HTTP/1.1" 200 597 0.027938 10.0.0.65 - - [2026-06-15 02:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.332944 10.0.0.23 - - [2026-06-15 02:04:56] "GET /project/6d9f7fa0-8e75-4c3e-a97c-95e6a8ad5d3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.483057 10.0.0.23 - - [2026-06-15 02:04:57] "GET / HTTP/1.1" 200 35931 0.001671 10.0.0.23 - - [2026-06-15 02:04:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000429 10.0.0.23 - - [2026-06-15 02:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.053008 10.0.0.65 - - [2026-06-15 02:04:58] "GET /projects?obj_uuids=6d9f7fa0-8e75-4c3e-a97c-95e6a8ad5d3b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001053 10.0.0.23 - - [2026-06-15 02:04:58] "GET /project/6d9f7fa0-8e75-4c3e-a97c-95e6a8ad5d3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.044158 10.0.0.65 - - [2026-06-15 02:04:58] "POST /route-targets HTTP/1.1" 200 327 0.017143 10.0.0.65 - - [2026-06-15 02:04:59] "POST /useragent-kv HTTP/1.1" 200 115 0.006840 10.0.0.23 - - [2026-06-15 02:04:59] "POST /neutron/subnet HTTP/1.1" 200 734 0.254465 10.0.0.23 - - [2026-06-15 02:04:59] "POST /id-to-fqname HTTP/1.1" 200 253 0.001233 10.0.0.23 - - [2026-06-15 02:04:59] "GET /virtual-network/801a6416-8fea-4e3e-8c71-5fba7f00ed53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.005004 10.0.0.23 - - [2026-06-15 02:04:59] "GET /virtual-network/801a6416-8fea-4e3e-8c71-5fba7f00ed53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.006103 10.0.0.23 - - [2026-06-15 02:04:59] "POST /neutron/network HTTP/1.1" 200 891 0.007077 10.0.0.23 - - [2026-06-15 02:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.65 - - [2026-06-15 02:04:59] "GET /projects?obj_uuids=6d9f7fa0-8e75-4c3e-a97c-95e6a8ad5d3b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000928 10.0.0.23 - - [2026-06-15 02:04:59] "GET /project/6d9f7fa0-8e75-4c3e-a97c-95e6a8ad5d3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.051622 10.0.0.65 - - [2026-06-15 02:04:59] "GET /projects?obj_uuids=6d9f7fa0-8e75-4c3e-a97c-95e6a8ad5d3b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001366 10.0.0.23 - - [2026-06-15 02:04:59] "POST /neutron/network HTTP/1.1" 200 670 0.148287 10.0.0.65 - - [2026-06-15 02:04:59] "POST /ref-update HTTP/1.1" 200 156 0.032703 10.0.0.23 - - [2026-06-15 02:04:59] "POST /id-to-fqname HTTP/1.1" 200 253 0.003471 10.0.0.23 - - [2026-06-15 02:04:59] "GET /virtual-network/0ba8f391-cfab-4246-8a83-74eab45be421?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.005089 10.0.0.23 - - [2026-06-15 02:04:59] "POST /neutron/network HTTP/1.1" 200 891 0.006180 10.0.0.23 - - [2026-06-15 02:04:59] "GET /virtual-network/0ba8f391-cfab-4246-8a83-74eab45be421?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.005327 10.0.0.23 - - [2026-06-15 02:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.65 - - [2026-06-15 02:04:59] "GET /projects?obj_uuids=6d9f7fa0-8e75-4c3e-a97c-95e6a8ad5d3b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000828 10.0.0.23 - - [2026-06-15 02:04:59] "GET /project/6d9f7fa0-8e75-4c3e-a97c-95e6a8ad5d3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.058710 10.0.0.23 - - [2026-06-15 02:05:00] "POST /neutron/network HTTP/1.1" 200 117 0.017371 10.0.0.23 - - [2026-06-15 02:05:00] "POST /neutron/network HTTP/1.1" 200 890 0.012929 10.0.0.23 - - [2026-06-15 02:05:00] "POST /id-to-fqname HTTP/1.1" 200 254 0.000971 10.0.0.23 - - [2026-06-15 02:05:00] "GET /virtual-network/90c3d455-6928-4279-ac5f-245f2ed55280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.005249 10.0.0.65 - - [2026-06-15 02:05:00] "DELETE /project/6d9f7fa08e754c3ea97c95e6a8ad5d3b HTTP/1.1" 404 173 0.005357 10.0.0.23 - - [2026-06-15 02:05:00] "GET /virtual-network/90c3d455-6928-4279-ac5f-245f2ed55280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.005062 10.0.0.23 - - [2026-06-15 02:05:00] "POST /neutron/subnet HTTP/1.1" 200 720 0.008991 10.0.0.23 - - [2026-06-15 02:05:00] "POST /id-to-fqname HTTP/1.1" 200 253 0.001009 10.0.0.65 - - [2026-06-15 02:05:01] "GET /projects?obj_uuids=6d9f7fa0-8e75-4c3e-a97c-95e6a8ad5d3b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000911 10.0.0.23 - - [2026-06-15 02:05:01] "GET /project/6d9f7fa0-8e75-4c3e-a97c-95e6a8ad5d3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.065438 10.0.0.23 - - [2026-06-15 02:05:01] "POST /neutron/port HTTP/1.1" 200 117 0.007202 10.0.0.23 - - [2026-06-15 02:05:01] "POST /id-to-fqname HTTP/1.1" 200 254 0.001177 10.0.0.23 - - [2026-06-15 02:05:01] "POST /neutron/network HTTP/1.1" 200 900 0.007086 10.0.0.65 - - [2026-06-15 02:05:02] "GET /projects?obj_uuids=6d9f7fa0-8e75-4c3e-a97c-95e6a8ad5d3b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001471 10.0.0.23 - - [2026-06-15 02:05:02] "GET /project/6d9f7fa0-8e75-4c3e-a97c-95e6a8ad5d3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.079455 10.0.0.23 - - [2026-06-15 02:05:02] "POST /neutron/port HTTP/1.1" 200 117 0.007469 10.0.0.23 - - [2026-06-15 02:05:03] "POST /fqname-to-id HTTP/1.1" 404 193 0.006726 10.0.0.23 - - [2026-06-15 02:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.65 - - [2026-06-15 02:05:03] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001042 10.0.0.23 - - [2026-06-15 02:05:03] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008355 10.0.0.23 - - [2026-06-15 02:05:03] "POST /service-templates HTTP/1.1" 200 543 0.034707 10.0.0.23 - - [2026-06-15 02:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004433 10.0.0.23 - - [2026-06-15 02:05:03] "GET /service-template/628d512d-f0b1-4874-a3f1-1bbe0865f67d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.007134 10.0.0.23 - - [2026-06-15 02:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004811 10.0.0.23 - - [2026-06-15 02:05:03] "GET /service-template/628d512d-f0b1-4874-a3f1-1bbe0865f67d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.004153 10.0.0.23 - - [2026-06-15 02:05:03] "POST /id-to-fqname HTTP/1.1" 200 253 0.001176 10.0.0.23 - - [2026-06-15 02:05:03] "POST /id-to-fqname HTTP/1.1" 200 253 0.001134 10.0.0.23 - - [2026-06-15 02:05:03] "POST /id-to-fqname HTTP/1.1" 200 254 0.001177 10.0.0.23 - - [2026-06-15 02:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004686 10.0.0.23 - - [2026-06-15 02:05:04] "DELETE /service-template/628d512d-f0b1-4874-a3f1-1bbe0865f67d HTTP/1.1" 200 115 0.041092 10.0.0.23 - - [2026-06-15 02:05:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.008697 10.0.0.65 - - [2026-06-15 02:05:05] "GET /projects?obj_uuids=6d9f7fa0-8e75-4c3e-a97c-95e6a8ad5d3b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001006 10.0.0.23 - - [2026-06-15 02:05:06] "POST /neutron/port HTTP/1.1" 200 1063 0.362081 10.0.0.23 - - [2026-06-15 02:05:06] "POST /neutron/port HTTP/1.1" 200 1063 0.018701 10.0.0.23 - - [2026-06-15 02:05:07] "POST /neutron/port HTTP/1.1" 200 1127 0.030580 10.0.0.23 - - [2026-06-15 02:05:07] "POST /neutron/port HTTP/1.1" 200 117 0.001485 10.0.0.23 - - [2026-06-15 02:05:08] "POST /neutron/network HTTP/1.1" 400 204 0.020142 10.0.0.23 - - [2026-06-15 02:05:09] "POST /neutron/network HTTP/1.1" 200 117 0.012095 10.0.0.23 - - [2026-06-15 02:05:10] "POST /neutron/network HTTP/1.1" 400 204 0.014655 10.0.0.23 - - [2026-06-15 02:05:10] "POST /neutron/port HTTP/1.1" 200 151 0.198672 10.0.0.23 - - [2026-06-15 02:05:12] "POST /neutron/network HTTP/1.1" 200 117 0.012038 10.0.0.23 - - [2026-06-15 02:05:12] "POST /neutron/network HTTP/1.1" 200 890 0.006838 10.0.0.65 - - [2026-06-15 02:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.036097 10.0.0.65 - - [2026-06-15 02:05:12] "DELETE /route-target/f3569eaf-0c72-4741-881b-9b687ae4b739 HTTP/1.1" 200 115 0.040157 10.0.0.65 - - [2026-06-15 02:05:12] "POST /useragent-kv HTTP/1.1" 200 115 0.041991 10.0.0.65 - - [2026-06-15 02:05:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003016 10.0.0.23 - - [2026-06-15 02:05:12] "POST /neutron/network HTTP/1.1" 200 151 0.200830 10.0.0.65 - - [2026-06-15 02:05:12] "GET /projects?obj_uuids=6d9f7fa0-8e75-4c3e-a97c-95e6a8ad5d3b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000957 10.0.0.23 - - [2026-06-15 02:05:13] "GET /project/6d9f7fa0-8e75-4c3e-a97c-95e6a8ad5d3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.120655 10.0.0.65 - - [2026-06-15 02:05:13] "GET /projects?obj_uuids=6d9f7fa0-8e75-4c3e-a97c-95e6a8ad5d3b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001085 10.0.0.23 - - [2026-06-15 02:05:13] "GET /project/6d9f7fa0-8e75-4c3e-a97c-95e6a8ad5d3b?fields=virtual_networks HTTP/1.1" 200 1033 0.045844 10.0.0.65 - - [2026-06-15 02:05:13] "GET /projects?obj_uuids=6d9f7fa0-8e75-4c3e-a97c-95e6a8ad5d3b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001148 10.0.0.23 - - [2026-06-15 02:05:13] "GET /project/6d9f7fa0-8e75-4c3e-a97c-95e6a8ad5d3b?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.063212 10.0.0.65 - - [2026-06-15 02:05:13] "GET /projects?obj_uuids=6d9f7fa0-8e75-4c3e-a97c-95e6a8ad5d3b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000953 10.0.0.23 - - [2026-06-15 02:05:13] "GET /project/6d9f7fa0-8e75-4c3e-a97c-95e6a8ad5d3b?fields=security_groups HTTP/1.1" 200 1260 0.062081 10.0.0.23 - - [2026-06-15 02:05:14] "POST /fqname-to-id HTTP/1.1" 404 193 0.034807 10.0.0.65 - - [2026-06-15 02:05:14] "GET /projects?obj_uuids=74d45976-6401-47a7-b97b-1eba55fc0332&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003519 10.0.0.65 - - [2026-06-15 02:05:14] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000991 10.0.0.65 - - [2026-06-15 02:05:14] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.030695 10.0.0.23 - - [2026-06-15 02:05:14] "POST /neutron/network HTTP/1.1" 200 117 0.007566 10.0.0.65 - - [2026-06-15 02:05:14] "POST /id-to-fqname HTTP/1.1" 200 195 0.003468 10.0.0.65 - - [2026-06-15 02:05:14] "POST /fqname-to-id HTTP/1.1" 404 204 0.003085 10.0.0.65 - - [2026-06-15 02:05:14] "POST /security-groups HTTP/1.1" 200 596 0.073973 10.0.0.65 - - [2026-06-15 02:05:14] "POST /fqname-to-id HTTP/1.1" 404 239 0.004441 10.0.0.65 - - [2026-06-15 02:05:14] "POST /projects HTTP/1.1" 200 595 0.298841 10.0.0.65 - - [2026-06-15 02:05:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.333874 10.0.0.65 - - [2026-06-15 02:05:14] "POST /access-control-lists HTTP/1.1" 200 599 0.036369 10.0.0.23 - - [2026-06-15 02:05:14] "GET /project/74d45976-6401-47a7-b97b-1eba55fc0332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.524708 10.0.0.23 - - [2026-06-15 02:05:15] "GET / HTTP/1.1" 200 35931 0.001762 10.0.0.23 - - [2026-06-15 02:05:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000569 10.0.0.23 - - [2026-06-15 02:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.052095 10.0.0.65 - - [2026-06-15 02:05:16] "GET /projects?obj_uuids=74d45976-6401-47a7-b97b-1eba55fc0332&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001043 10.0.0.23 - - [2026-06-15 02:05:16] "GET /project/74d45976-6401-47a7-b97b-1eba55fc0332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.053476 10.0.0.23 - - [2026-06-15 02:05:16] "POST /neutron/network HTTP/1.1" 200 117 0.031961 10.0.0.65 - - [2026-06-15 02:05:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.003315 10.0.0.65 - - [2026-06-15 02:05:17] "POST /useragent-kv HTTP/1.1" 200 115 0.010742 10.0.0.23 - - [2026-06-15 02:05:17] "POST /neutron/subnet HTTP/1.1" 200 730 0.223611 10.0.0.23 - - [2026-06-15 02:05:17] "POST /id-to-fqname HTTP/1.1" 200 261 0.001230 10.0.0.23 - - [2026-06-15 02:05:17] "GET /virtual-network/28957dc9-c968-40c4-bd51-bd63953c0899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.005841 10.0.0.23 - - [2026-06-15 02:05:17] "GET /virtual-network/28957dc9-c968-40c4-bd51-bd63953c0899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.006209 10.0.0.23 - - [2026-06-15 02:05:17] "POST /neutron/network HTTP/1.1" 200 1076 0.010349 10.0.0.23 - - [2026-06-15 02:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.65 - - [2026-06-15 02:05:17] "GET /projects?obj_uuids=74d45976-6401-47a7-b97b-1eba55fc0332&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000957 10.0.0.23 - - [2026-06-15 02:05:17] "GET /project/74d45976-6401-47a7-b97b-1eba55fc0332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.056206 10.0.0.23 - - [2026-06-15 02:05:17] "POST /neutron/network HTTP/1.1" 200 117 0.016390 10.0.0.65 - - [2026-06-15 02:05:17] "POST /route-targets HTTP/1.1" 200 327 0.014585 10.0.0.65 - - [2026-06-15 02:05:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.036497 10.0.0.65 - - [2026-06-15 02:05:18] "POST /useragent-kv HTTP/1.1" 200 115 0.015063 10.0.0.23 - - [2026-06-15 02:05:18] "POST /neutron/subnet HTTP/1.1" 200 724 0.221061 10.0.0.23 - - [2026-06-15 02:05:18] "POST /id-to-fqname HTTP/1.1" 200 261 0.001699 10.0.0.23 - - [2026-06-15 02:05:18] "GET /virtual-network/236fb1fe-58a5-4086-af77-bfec9f76db18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.006652 10.0.0.23 - - [2026-06-15 02:05:18] "GET /virtual-network/236fb1fe-58a5-4086-af77-bfec9f76db18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.007020 10.0.0.23 - - [2026-06-15 02:05:18] "POST /neutron/network HTTP/1.1" 200 1075 0.011910 10.0.0.23 - - [2026-06-15 02:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.65 - - [2026-06-15 02:05:18] "GET /projects?obj_uuids=74d45976-6401-47a7-b97b-1eba55fc0332&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001092 10.0.0.23 - - [2026-06-15 02:05:18] "GET /project/74d45976-6401-47a7-b97b-1eba55fc0332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.064056 10.0.0.23 - - [2026-06-15 02:05:18] "POST /neutron/network HTTP/1.1" 200 117 0.018709 10.0.0.65 - - [2026-06-15 02:05:18] "POST /ref-update HTTP/1.1" 200 156 0.029399 10.0.0.65 - - [2026-06-15 02:05:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.003685 10.0.0.65 - - [2026-06-15 02:05:19] "POST /useragent-kv HTTP/1.1" 200 115 0.021451 10.0.0.23 - - [2026-06-15 02:05:19] "POST /neutron/subnet HTTP/1.1" 200 725 0.235344 10.0.0.23 - - [2026-06-15 02:05:19] "POST /id-to-fqname HTTP/1.1" 200 262 0.001667 10.0.0.23 - - [2026-06-15 02:05:19] "GET /virtual-network/bf6d7cb8-cf4d-4066-a8a7-dd1a2341a629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.006562 10.0.0.23 - - [2026-06-15 02:05:19] "GET /virtual-network/bf6d7cb8-cf4d-4066-a8a7-dd1a2341a629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.007327 10.0.0.23 - - [2026-06-15 02:05:19] "POST /neutron/network HTTP/1.1" 200 1076 0.011201 10.0.0.23 - - [2026-06-15 02:05:19] "POST /id-to-fqname HTTP/1.1" 200 261 0.001435 10.0.0.23 - - [2026-06-15 02:05:19] "POST /neutron/network HTTP/1.1" 200 1085 0.009738 10.0.0.65 - - [2026-06-15 02:05:20] "GET /projects?obj_uuids=74d45976-6401-47a7-b97b-1eba55fc0332&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001092 10.0.0.23 - - [2026-06-15 02:05:20] "GET /project/74d45976-6401-47a7-b97b-1eba55fc0332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.089299 10.0.0.23 - - [2026-06-15 02:05:20] "POST /neutron/port HTTP/1.1" 200 117 0.006891 10.0.0.23 - - [2026-06-15 02:05:20] "POST /id-to-fqname HTTP/1.1" 200 262 0.001260 10.0.0.65 - - [2026-06-15 02:05:21] "GET /projects?obj_uuids=74d45976-6401-47a7-b97b-1eba55fc0332&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001253 10.0.0.23 - - [2026-06-15 02:05:21] "GET /project/74d45976-6401-47a7-b97b-1eba55fc0332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.099622 10.0.0.23 - - [2026-06-15 02:05:21] "POST /neutron/network HTTP/1.1" 200 1076 0.015654 10.0.0.23 - - [2026-06-15 02:05:23] "POST /neutron/network HTTP/1.1" 200 1075 0.012020 10.0.0.65 - - [2026-06-15 02:05:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003411 10.0.0.65 - - [2026-06-15 02:05:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.011090 10.0.0.65 - - [2026-06-15 02:05:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003941 10.0.0.65 - - [2026-06-15 02:05:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004966 10.0.0.65 - - [2026-06-15 02:05:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003254 10.0.0.23 - - [2026-06-15 02:05:23] "POST /neutron/network HTTP/1.1" 200 151 0.157717 10.0.0.65 - - [2026-06-15 02:05:23] "GET /projects?obj_uuids=74d45976-6401-47a7-b97b-1eba55fc0332&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003280 10.0.0.65 - - [2026-06-15 02:05:23] "DELETE /route-target/3f26ae31-13b5-43ae-a684-978cd22f9ae9 HTTP/1.1" 200 115 0.037678 10.0.0.23 - - [2026-06-15 02:05:23] "GET /project/74d45976-6401-47a7-b97b-1eba55fc0332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.071187 10.0.0.65 - - [2026-06-15 02:05:23] "GET /projects?obj_uuids=74d45976-6401-47a7-b97b-1eba55fc0332&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001195 10.0.0.23 - - [2026-06-15 02:05:24] "GET /project/74d45976-6401-47a7-b97b-1eba55fc0332?fields=virtual_networks HTTP/1.1" 200 1041 0.062011 10.0.0.65 - - [2026-06-15 02:05:24] "GET /projects?obj_uuids=74d45976-6401-47a7-b97b-1eba55fc0332&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001178 10.0.0.23 - - [2026-06-15 02:05:24] "GET /project/74d45976-6401-47a7-b97b-1eba55fc0332?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.058459 10.0.0.65 - - [2026-06-15 02:05:24] "GET /projects?obj_uuids=74d45976-6401-47a7-b97b-1eba55fc0332&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002668 10.0.0.23 - - [2026-06-15 02:05:24] "GET /project/74d45976-6401-47a7-b97b-1eba55fc0332?fields=security_groups HTTP/1.1" 200 1272 0.049431 10.0.0.23 - - [2026-06-15 02:05:24] "POST /neutron/port HTTP/1.1" 200 117 0.008139 10.0.0.23 - - [2026-06-15 02:05:24] "POST /neutron/port HTTP/1.1" 200 117 0.007183 10.0.0.23 - - [2026-06-15 02:05:25] "POST /fqname-to-id HTTP/1.1" 404 196 0.055974 10.0.0.65 - - [2026-06-15 02:05:25] "GET /projects?obj_uuids=53002d5c-f23f-45a0-972d-732fe5b1b92f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003342 10.0.0.65 - - [2026-06-15 02:05:25] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001708 10.0.0.65 - - [2026-06-15 02:05:25] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009473 10.0.0.65 - - [2026-06-15 02:05:25] "POST /id-to-fqname HTTP/1.1" 200 198 0.008757 10.0.0.65 - - [2026-06-15 02:05:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.009294 10.0.0.65 - - [2026-06-15 02:05:25] "POST /security-groups HTTP/1.1" 200 599 0.040012 10.0.0.65 - - [2026-06-15 02:05:25] "POST /projects HTTP/1.1" 200 601 0.287964 10.0.0.65 - - [2026-06-15 02:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.366867 10.0.0.65 - - [2026-06-15 02:05:25] "POST /fqname-to-id HTTP/1.1" 404 241 0.028644 10.0.0.23 - - [2026-06-15 02:05:25] "GET /project/53002d5c-f23f-45a0-972d-732fe5b1b92f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.538990 10.0.0.23 - - [2026-06-15 02:05:26] "GET / HTTP/1.1" 200 35931 0.001405 10.0.0.23 - - [2026-06-15 02:05:27] "POST /neutron/network HTTP/1.1" 200 117 0.009629 10.0.0.23 - - [2026-06-15 02:05:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000409 10.0.0.23 - - [2026-06-15 02:05:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.074405 10.0.0.65 - - [2026-06-15 02:05:27] "GET /projects?obj_uuids=53002d5c-f23f-45a0-972d-732fe5b1b92f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001491 10.0.0.23 - - [2026-06-15 02:05:27] "GET /project/53002d5c-f23f-45a0-972d-732fe5b1b92f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.050626 10.0.0.65 - - [2026-06-15 02:05:27] "GET /projects?obj_uuids=53002d5c-f23f-45a0-972d-732fe5b1b92f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000911 10.0.0.23 - - [2026-06-15 02:05:27] "POST /neutron/network HTTP/1.1" 200 691 0.162561 10.0.0.65 - - [2026-06-15 02:05:27] "POST /ref-update HTTP/1.1" 200 156 0.031183 10.0.0.23 - - [2026-06-15 02:05:28] "POST /id-to-fqname HTTP/1.1" 200 267 0.003257 10.0.0.23 - - [2026-06-15 02:05:28] "GET /virtual-network/03c0e478-ff5a-45b6-b8c7-412811fbb1f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005187 10.0.0.23 - - [2026-06-15 02:05:28] "POST /neutron/network HTTP/1.1" 200 909 0.005963 10.0.0.23 - - [2026-06-15 02:05:28] "GET /virtual-network/03c0e478-ff5a-45b6-b8c7-412811fbb1f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004790 10.0.0.23 - - [2026-06-15 02:05:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004280 10.0.0.65 - - [2026-06-15 02:05:28] "GET /projects?obj_uuids=53002d5c-f23f-45a0-972d-732fe5b1b92f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000958 10.0.0.23 - - [2026-06-15 02:05:28] "GET /project/53002d5c-f23f-45a0-972d-732fe5b1b92f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.041460 10.0.0.23 - - [2026-06-15 02:05:28] "POST /neutron/network HTTP/1.1" 200 117 0.013216 10.0.0.23 - - [2026-06-15 02:05:28] "POST /neutron/network HTTP/1.1" 200 912 0.009003 10.0.0.23 - - [2026-06-15 02:05:28] "POST /id-to-fqname HTTP/1.1" 200 267 0.000969 10.0.0.23 - - [2026-06-15 02:05:28] "GET /virtual-network/ab6e7245-ade1-4bf7-a580-06ff88224f0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.005044 10.0.0.23 - - [2026-06-15 02:05:28] "GET /virtual-network/ab6e7245-ade1-4bf7-a580-06ff88224f0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.006037 10.0.0.23 - - [2026-06-15 02:05:28] "POST /neutron/subnet HTTP/1.1" 200 734 0.010430 10.0.0.23 - - [2026-06-15 02:05:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.65 - - [2026-06-15 02:05:28] "GET /projects?obj_uuids=53002d5c-f23f-45a0-972d-732fe5b1b92f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000879 10.0.0.23 - - [2026-06-15 02:05:28] "GET /project/53002d5c-f23f-45a0-972d-732fe5b1b92f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.041112 10.0.0.65 - - [2026-06-15 02:05:29] "POST /route-targets HTTP/1.1" 200 327 0.015750 10.0.0.65 - - [2026-06-15 02:05:29] "POST /useragent-kv HTTP/1.1" 200 115 0.015115 10.0.0.23 - - [2026-06-15 02:05:29] "POST /neutron/subnet HTTP/1.1" 200 720 0.264095 10.0.0.23 - - [2026-06-15 02:05:29] "POST /id-to-fqname HTTP/1.1" 200 268 0.001955 10.0.0.23 - - [2026-06-15 02:05:29] "GET /virtual-network/cddf8ef4-ae64-4971-b453-df7acaecb07f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.008177 10.0.0.23 - - [2026-06-15 02:05:29] "GET /virtual-network/cddf8ef4-ae64-4971-b453-df7acaecb07f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.009810 10.0.0.23 - - [2026-06-15 02:05:29] "POST /neutron/network HTTP/1.1" 200 911 0.007736 10.0.0.23 - - [2026-06-15 02:05:29] "POST /id-to-fqname HTTP/1.1" 200 267 0.001550 10.0.0.23 - - [2026-06-15 02:05:29] "POST /neutron/network HTTP/1.1" 200 922 0.007653 10.0.0.23 - - [2026-06-15 02:05:30] "POST /neutron/network HTTP/1.1" 200 117 0.011142 10.0.0.65 - - [2026-06-15 02:05:30] "GET /projects?obj_uuids=53002d5c-f23f-45a0-972d-732fe5b1b92f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001187 10.0.0.23 - - [2026-06-15 02:05:30] "GET /project/53002d5c-f23f-45a0-972d-732fe5b1b92f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.068851 10.0.0.23 - - [2026-06-15 02:05:30] "POST /neutron/port HTTP/1.1" 200 117 0.007709 10.0.0.23 - - [2026-06-15 02:05:30] "POST /id-to-fqname HTTP/1.1" 200 268 0.001573 10.0.0.65 - - [2026-06-15 02:05:31] "GET /projects?obj_uuids=53002d5c-f23f-45a0-972d-732fe5b1b92f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001492 10.0.0.23 - - [2026-06-15 02:05:31] "GET /project/53002d5c-f23f-45a0-972d-732fe5b1b92f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.065676 10.0.0.23 - - [2026-06-15 02:05:31] "POST /neutron/network HTTP/1.1" 200 911 0.008579 10.0.0.23 - - [2026-06-15 02:05:31] "POST /neutron/port HTTP/1.1" 200 117 0.006174 10.0.0.23 - - [2026-06-15 02:05:33] "POST /neutron/network HTTP/1.1" 200 911 0.006328 10.0.0.65 - - [2026-06-15 02:05:33] "DELETE /route-target/e83cf1c0-25fc-4c9f-8b0d-93a98b9c10d0 HTTP/1.1" 200 115 0.032512 10.0.0.65 - - [2026-06-15 02:05:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003548 10.0.0.65 - - [2026-06-15 02:05:33] "POST /useragent-kv HTTP/1.1" 200 115 0.008834 10.0.0.65 - - [2026-06-15 02:05:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006284 10.0.0.23 - - [2026-06-15 02:05:33] "POST /neutron/network HTTP/1.1" 200 151 0.164517 10.0.0.65 - - [2026-06-15 02:05:33] "GET /projects?obj_uuids=53002d5c-f23f-45a0-972d-732fe5b1b92f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000813 10.0.0.23 - - [2026-06-15 02:05:33] "GET /project/53002d5c-f23f-45a0-972d-732fe5b1b92f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.096897 10.0.0.65 - - [2026-06-15 02:05:33] "GET /projects?obj_uuids=53002d5c-f23f-45a0-972d-732fe5b1b92f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000850 10.0.0.23 - - [2026-06-15 02:05:33] "GET /project/53002d5c-f23f-45a0-972d-732fe5b1b92f?fields=virtual_networks HTTP/1.1" 200 1047 0.043545 10.0.0.65 - - [2026-06-15 02:05:34] "GET /projects?obj_uuids=53002d5c-f23f-45a0-972d-732fe5b1b92f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000873 10.0.0.23 - - [2026-06-15 02:05:34] "GET /project/53002d5c-f23f-45a0-972d-732fe5b1b92f?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.061560 10.0.0.65 - - [2026-06-15 02:05:34] "GET /projects?obj_uuids=53002d5c-f23f-45a0-972d-732fe5b1b92f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002433 10.0.0.23 - - [2026-06-15 02:05:34] "GET /project/53002d5c-f23f-45a0-972d-732fe5b1b92f?fields=security_groups HTTP/1.1" 200 1281 0.044836 10.0.0.23 - - [2026-06-15 02:05:34] "POST /neutron/network HTTP/1.1" 200 117 0.014690 10.0.0.23 - - [2026-06-15 02:05:35] "POST /fqname-to-id HTTP/1.1" 404 193 0.035890 10.0.0.65 - - [2026-06-15 02:05:35] "GET /projects?obj_uuids=1f7c3de5-124b-48a0-a15c-ca078d26c3e4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003067 10.0.0.65 - - [2026-06-15 02:05:35] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000848 10.0.0.65 - - [2026-06-15 02:05:35] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006796 10.0.0.65 - - [2026-06-15 02:05:35] "POST /id-to-fqname HTTP/1.1" 200 195 0.005075 10.0.0.65 - - [2026-06-15 02:05:35] "POST /fqname-to-id HTTP/1.1" 404 204 0.009434 10.0.0.65 - - [2026-06-15 02:05:35] "POST /security-groups HTTP/1.1" 200 596 0.052035 10.0.0.65 - - [2026-06-15 02:05:35] "POST /projects HTTP/1.1" 200 595 0.319335 10.0.0.65 - - [2026-06-15 02:05:35] "POST /access-control-lists HTTP/1.1" 200 601 0.033558 10.0.0.65 - - [2026-06-15 02:05:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.421827 10.0.0.23 - - [2026-06-15 02:05:35] "GET /project/1f7c3de5-124b-48a0-a15c-ca078d26c3e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.597137 10.0.0.23 - - [2026-06-15 02:05:36] "GET / HTTP/1.1" 200 35931 0.001403 10.0.0.23 - - [2026-06-15 02:05:36] "POST /neutron/network HTTP/1.1" 200 117 0.006121 10.0.0.23 - - [2026-06-15 02:05:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000455 10.0.0.23 - - [2026-06-15 02:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.086716 10.0.0.65 - - [2026-06-15 02:05:37] "GET /projects?obj_uuids=1f7c3de5-124b-48a0-a15c-ca078d26c3e4&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000960 10.0.0.23 - - [2026-06-15 02:05:37] "GET /project/1f7c3de5-124b-48a0-a15c-ca078d26c3e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.052803 10.0.0.23 - - [2026-06-15 02:05:37] "POST /neutron/network HTTP/1.1" 200 117 0.039941 10.0.0.65 - - [2026-06-15 02:05:38] "POST /route-targets HTTP/1.1" 200 327 0.020218 10.0.0.23 - - [2026-06-15 02:05:38] "POST /neutron/network HTTP/1.1" 200 899 0.010128 10.0.0.23 - - [2026-06-15 02:05:38] "POST /id-to-fqname HTTP/1.1" 200 261 0.001604 10.0.0.23 - - [2026-06-15 02:05:38] "GET /virtual-network/ac9337d8-694b-46e1-a9f1-a6e2339f57a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.006907 10.0.0.23 - - [2026-06-15 02:05:38] "GET /virtual-network/ac9337d8-694b-46e1-a9f1-a6e2339f57a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.006183 10.0.0.23 - - [2026-06-15 02:05:38] "POST /neutron/subnet HTTP/1.1" 200 715 0.009419 10.0.0.23 - - [2026-06-15 02:05:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005670 10.0.0.65 - - [2026-06-15 02:05:38] "GET /projects?obj_uuids=1f7c3de5-124b-48a0-a15c-ca078d26c3e4&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001175 10.0.0.23 - - [2026-06-15 02:05:38] "GET /project/1f7c3de5-124b-48a0-a15c-ca078d26c3e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.055096 10.0.0.65 - - [2026-06-15 02:05:38] "POST /ref-update HTTP/1.1" 200 156 0.018236 10.0.0.65 - - [2026-06-15 02:05:38] "POST /useragent-kv HTTP/1.1" 200 115 0.013857 10.0.0.23 - - [2026-06-15 02:05:38] "POST /neutron/subnet HTTP/1.1" 200 729 0.256370 10.0.0.23 - - [2026-06-15 02:05:39] "POST /id-to-fqname HTTP/1.1" 200 261 0.001570 10.0.0.23 - - [2026-06-15 02:05:39] "GET /virtual-network/37de20c7-0e03-4100-9c87-d2c00442931d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006083 10.0.0.23 - - [2026-06-15 02:05:39] "GET /virtual-network/37de20c7-0e03-4100-9c87-d2c00442931d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005920 10.0.0.23 - - [2026-06-15 02:05:39] "POST /neutron/network HTTP/1.1" 200 902 0.007557 10.0.0.23 - - [2026-06-15 02:05:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.65 - - [2026-06-15 02:05:39] "GET /projects?obj_uuids=1f7c3de5-124b-48a0-a15c-ca078d26c3e4&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001119 10.0.0.23 - - [2026-06-15 02:05:39] "GET /project/1f7c3de5-124b-48a0-a15c-ca078d26c3e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.046902 10.0.0.65 - - [2026-06-15 02:05:39] "GET /projects?obj_uuids=1f7c3de5-124b-48a0-a15c-ca078d26c3e4&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001016 10.0.0.23 - - [2026-06-15 02:05:39] "POST /neutron/network HTTP/1.1" 200 684 0.140484 10.0.0.23 - - [2026-06-15 02:05:39] "POST /id-to-fqname HTTP/1.1" 200 262 0.003279 10.0.0.23 - - [2026-06-15 02:05:39] "GET /virtual-network/ccb7349b-0b8e-432f-8f6e-87f3f1ef77bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.005304 10.0.0.23 - - [2026-06-15 02:05:39] "POST /neutron/network HTTP/1.1" 200 904 0.006592 10.0.0.23 - - [2026-06-15 02:05:39] "GET /virtual-network/ccb7349b-0b8e-432f-8f6e-87f3f1ef77bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.005716 10.0.0.23 - - [2026-06-15 02:05:39] "POST /id-to-fqname HTTP/1.1" 200 261 0.002001 10.0.0.23 - - [2026-06-15 02:05:39] "POST /neutron/port HTTP/1.1" 200 117 0.009284 10.0.0.23 - - [2026-06-15 02:05:40] "POST /neutron/network HTTP/1.1" 200 117 0.006684 10.0.0.65 - - [2026-06-15 02:05:40] "GET /projects?obj_uuids=1f7c3de5-124b-48a0-a15c-ca078d26c3e4&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001069 10.0.0.23 - - [2026-06-15 02:05:40] "GET /project/1f7c3de5-124b-48a0-a15c-ca078d26c3e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.089281 10.0.0.23 - - [2026-06-15 02:05:41] "POST /neutron/port HTTP/1.1" 200 117 0.010754 10.0.0.23 - - [2026-06-15 02:05:41] "POST /id-to-fqname HTTP/1.1" 200 262 0.001167 10.0.0.23 - - [2026-06-15 02:05:41] "POST /neutron/network HTTP/1.1" 200 914 0.007912 10.0.0.65 - - [2026-06-15 02:05:41] "GET /projects?obj_uuids=1f7c3de5-124b-48a0-a15c-ca078d26c3e4&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001190 10.0.0.23 - - [2026-06-15 02:05:41] "GET /project/1f7c3de5-124b-48a0-a15c-ca078d26c3e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.067226 10.0.0.23 - - [2026-06-15 02:05:42] "POST /neutron/port HTTP/1.1" 200 117 0.015914 10.0.0.23 - - [2026-06-15 02:05:42] "POST /fqname-to-id HTTP/1.1" 404 193 0.003121 10.0.0.23 - - [2026-06-15 02:05:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.65 - - [2026-06-15 02:05:42] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000929 10.0.0.23 - - [2026-06-15 02:05:42] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008670 10.0.0.23 - - [2026-06-15 02:05:43] "POST /service-templates HTTP/1.1" 200 543 0.037287 10.0.0.23 - - [2026-06-15 02:05:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004776 10.0.0.23 - - [2026-06-15 02:05:43] "GET /service-template/afe0ec00-c73d-4c8b-9b73-4fe73d975827?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.006446 10.0.0.23 - - [2026-06-15 02:05:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.23 - - [2026-06-15 02:05:43] "GET /service-template/afe0ec00-c73d-4c8b-9b73-4fe73d975827?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.003948 10.0.0.23 - - [2026-06-15 02:05:43] "POST /id-to-fqname HTTP/1.1" 200 261 0.001257 10.0.0.23 - - [2026-06-15 02:05:43] "POST /id-to-fqname HTTP/1.1" 200 261 0.001286 10.0.0.23 - - [2026-06-15 02:05:43] "POST /id-to-fqname HTTP/1.1" 200 262 0.001267 10.0.0.23 - - [2026-06-15 02:05:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.23 - - [2026-06-15 02:05:43] "DELETE /service-template/afe0ec00-c73d-4c8b-9b73-4fe73d975827 HTTP/1.1" 200 115 0.043020 10.0.0.23 - - [2026-06-15 02:05:43] "POST /fqname-to-id HTTP/1.1" 404 193 0.003739 10.0.0.23 - - [2026-06-15 02:05:45] "POST /neutron/network HTTP/1.1" 200 912 0.008102 10.0.0.23 - - [2026-06-15 02:05:45] "POST /neutron/port HTTP/1.1" 200 1066 0.022431 10.0.0.23 - - [2026-06-15 02:05:45] "POST /neutron/network HTTP/1.1" 400 204 0.033937 10.0.0.23 - - [2026-06-15 02:05:46] "POST /neutron/subnet HTTP/1.1" 200 703 0.011089 10.0.0.23 - - [2026-06-15 02:05:47] "POST /neutron/network HTTP/1.1" 200 902 0.006239 10.0.0.23 - - [2026-06-15 02:05:48] "POST /neutron/network HTTP/1.1" 200 2394 0.009178 10.0.0.23 - - [2026-06-15 02:05:49] "POST /neutron/port HTTP/1.1" 200 1130 0.021568 10.0.0.23 - - [2026-06-15 02:05:50] "POST /neutron/port HTTP/1.1" 200 151 0.201158 10.0.0.23 - - [2026-06-15 02:05:51] "POST /neutron/network HTTP/1.1" 200 2394 0.010290 10.0.0.65 - - [2026-06-15 02:05:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.007256 10.0.0.65 - - [2026-06-15 02:05:52] "POST /useragent-kv HTTP/1.1" 200 115 0.004603 10.0.0.65 - - [2026-06-15 02:05:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003934 10.0.0.23 - - [2026-06-15 02:05:52] "POST /neutron/network HTTP/1.1" 200 151 0.139261 10.0.0.23 - - [2026-06-15 02:05:52] "POST /neutron/network HTTP/1.1" 200 899 0.009910 10.0.0.65 - - [2026-06-15 02:05:52] "DELETE /route-target/d69c3452-0dfd-4d74-815f-647259d72cac HTTP/1.1" 200 115 0.040635 10.0.0.65 - - [2026-06-15 02:05:52] "GET /projects?obj_uuids=1f7c3de5-124b-48a0-a15c-ca078d26c3e4&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000998 10.0.0.23 - - [2026-06-15 02:05:52] "GET /project/1f7c3de5-124b-48a0-a15c-ca078d26c3e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.050333 10.0.0.65 - - [2026-06-15 02:05:52] "GET /projects?obj_uuids=1f7c3de5-124b-48a0-a15c-ca078d26c3e4&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000894 10.0.0.23 - - [2026-06-15 02:05:52] "GET /project/1f7c3de5-124b-48a0-a15c-ca078d26c3e4?fields=virtual_networks HTTP/1.1" 200 1041 0.050787 10.0.0.65 - - [2026-06-15 02:05:52] "GET /projects?obj_uuids=1f7c3de5-124b-48a0-a15c-ca078d26c3e4&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000914 10.0.0.23 - - [2026-06-15 02:05:52] "GET /project/1f7c3de5-124b-48a0-a15c-ca078d26c3e4?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.034278 10.0.0.65 - - [2026-06-15 02:05:52] "GET /projects?obj_uuids=1f7c3de5-124b-48a0-a15c-ca078d26c3e4&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000882 10.0.0.23 - - [2026-06-15 02:05:52] "GET /project/1f7c3de5-124b-48a0-a15c-ca078d26c3e4?fields=security_groups HTTP/1.1" 200 1272 0.030909 10.0.0.23 - - [2026-06-15 02:05:53] "POST /fqname-to-id HTTP/1.1" 404 197 0.028605 10.0.0.65 - - [2026-06-15 02:05:53] "GET /projects?obj_uuids=86d76598-601a-4d5f-8810-4684028eba3a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003484 10.0.0.65 - - [2026-06-15 02:05:53] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001321 10.0.0.65 - - [2026-06-15 02:05:53] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009058 10.0.0.23 - - [2026-06-15 02:05:53] "POST /neutron/port HTTP/1.1" 200 117 0.006955 10.0.0.65 - - [2026-06-15 02:05:53] "POST /id-to-fqname HTTP/1.1" 200 199 0.001119 10.0.0.65 - - [2026-06-15 02:05:53] "POST /fqname-to-id HTTP/1.1" 404 208 0.007663 10.0.0.65 - - [2026-06-15 02:05:53] "POST /security-groups HTTP/1.1" 200 600 0.036969 10.0.0.65 - - [2026-06-15 02:05:53] "POST /fqname-to-id HTTP/1.1" 404 243 0.004220 10.0.0.65 - - [2026-06-15 02:05:53] "POST /projects HTTP/1.1" 200 603 0.260523 10.0.0.65 - - [2026-06-15 02:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.305911 10.0.0.65 - - [2026-06-15 02:05:54] "POST /access-control-lists HTTP/1.1" 200 603 0.044081 10.0.0.23 - - [2026-06-15 02:05:54] "GET /project/86d76598-601a-4d5f-8810-4684028eba3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.482815 10.0.0.23 - - [2026-06-15 02:05:55] "GET / HTTP/1.1" 200 35931 0.002298 10.0.0.23 - - [2026-06-15 02:05:55] "POST /neutron/port HTTP/1.1" 200 117 0.006819 10.0.0.23 - - [2026-06-15 02:05:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000426 10.0.0.23 - - [2026-06-15 02:05:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.071917 10.0.0.65 - - [2026-06-15 02:05:55] "GET /projects?obj_uuids=86d76598-601a-4d5f-8810-4684028eba3a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001460 10.0.0.23 - - [2026-06-15 02:05:55] "GET /project/86d76598-601a-4d5f-8810-4684028eba3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.044003 10.0.0.65 - - [2026-06-15 02:05:56] "POST /useragent-kv HTTP/1.1" 200 115 0.004221 10.0.0.23 - - [2026-06-15 02:05:56] "POST /neutron/subnet HTTP/1.1" 200 828 0.292404 10.0.0.23 - - [2026-06-15 02:05:56] "POST /id-to-fqname HTTP/1.1" 200 269 0.001706 10.0.0.23 - - [2026-06-15 02:05:56] "GET /virtual-network/46b3e863-bfc9-419f-901d-56ecd7933a47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2755 0.007850 10.0.0.23 - - [2026-06-15 02:05:56] "POST /neutron/network HTTP/1.1" 200 1085 0.012299 10.0.0.23 - - [2026-06-15 02:05:56] "GET /virtual-network/46b3e863-bfc9-419f-901d-56ecd7933a47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2755 0.005502 10.0.0.23 - - [2026-06-15 02:05:56] "POST /neutron/subnet HTTP/1.1" 200 715 0.009635 10.0.0.23 - - [2026-06-15 02:05:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.65 - - [2026-06-15 02:05:56] "GET /projects?obj_uuids=86d76598-601a-4d5f-8810-4684028eba3a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000848 10.0.0.23 - - [2026-06-15 02:05:56] "GET /project/86d76598-601a-4d5f-8810-4684028eba3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.052762 10.0.0.65 - - [2026-06-15 02:05:57] "POST /route-targets HTTP/1.1" 200 327 0.013556 10.0.0.65 - - [2026-06-15 02:05:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.011379 10.0.0.65 - - [2026-06-15 02:05:57] "POST /useragent-kv HTTP/1.1" 200 115 0.010327 10.0.0.23 - - [2026-06-15 02:05:57] "POST /neutron/subnet HTTP/1.1" 200 828 0.189667 10.0.0.23 - - [2026-06-15 02:05:57] "POST /id-to-fqname HTTP/1.1" 200 269 0.001273 10.0.0.23 - - [2026-06-15 02:05:57] "GET /virtual-network/224753cd-1edf-4218-b4ab-711ac6dbb85a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.006899 10.0.0.23 - - [2026-06-15 02:05:57] "POST /neutron/network HTTP/1.1" 200 1088 0.007759 10.0.0.23 - - [2026-06-15 02:05:57] "GET /virtual-network/224753cd-1edf-4218-b4ab-711ac6dbb85a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.005121 10.0.0.23 - - [2026-06-15 02:05:57] "POST /neutron/subnet HTTP/1.1" 200 729 0.008367 10.0.0.23 - - [2026-06-15 02:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.65 - - [2026-06-15 02:05:57] "GET /projects?obj_uuids=86d76598-601a-4d5f-8810-4684028eba3a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000822 10.0.0.23 - - [2026-06-15 02:05:57] "GET /project/86d76598-601a-4d5f-8810-4684028eba3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.051862 10.0.0.65 - - [2026-06-15 02:05:58] "POST /ref-update HTTP/1.1" 200 156 0.019937 10.0.0.65 - - [2026-06-15 02:05:58] "POST /useragent-kv HTTP/1.1" 200 115 0.005163 10.0.0.23 - - [2026-06-15 02:05:58] "POST /neutron/subnet HTTP/1.1" 200 823 0.208426 10.0.0.65 - - [2026-06-15 02:05:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.002813 10.0.0.23 - - [2026-06-15 02:05:58] "POST /id-to-fqname HTTP/1.1" 200 270 0.001186 10.0.0.23 - - [2026-06-15 02:05:58] "GET /virtual-network/b2d7c192-e132-4550-8ac6-c6ce4c5c218b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.006577 10.0.0.23 - - [2026-06-15 02:05:58] "POST /neutron/network HTTP/1.1" 200 1089 0.008238 10.0.0.23 - - [2026-06-15 02:05:58] "GET /virtual-network/b2d7c192-e132-4550-8ac6-c6ce4c5c218b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.004985 10.0.0.23 - - [2026-06-15 02:05:58] "POST /neutron/subnet HTTP/1.1" 200 729 0.007478 10.0.0.23 - - [2026-06-15 02:05:58] "POST /id-to-fqname HTTP/1.1" 200 269 0.000883 10.0.0.65 - - [2026-06-15 02:05:59] "GET /projects?obj_uuids=86d76598-601a-4d5f-8810-4684028eba3a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000861 10.0.0.23 - - [2026-06-15 02:05:59] "GET /project/86d76598-601a-4d5f-8810-4684028eba3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.061713 10.0.0.23 - - [2026-06-15 02:05:59] "POST /neutron/port HTTP/1.1" 200 117 0.006467 10.0.0.23 - - [2026-06-15 02:05:59] "POST /id-to-fqname HTTP/1.1" 200 270 0.001244 10.0.0.23 - - [2026-06-15 02:05:59] "POST /neutron/network HTTP/1.1" 200 1099 0.007249 10.0.0.65 - - [2026-06-15 02:06:00] "GET /projects?obj_uuids=86d76598-601a-4d5f-8810-4684028eba3a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001215 10.0.0.23 - - [2026-06-15 02:06:00] "GET /project/86d76598-601a-4d5f-8810-4684028eba3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.066693 10.0.0.65 - - [2026-06-15 02:06:00] "DELETE /project/74d45976640147a7b97b1eba55fc0332 HTTP/1.1" 404 173 0.018680 10.0.0.65 - - [2026-06-15 02:06:00] "DELETE /project/86d76598601a4d5f88104684028eba3a HTTP/1.1" 404 173 0.016525 10.0.0.65 - - [2026-06-15 02:06:00] "DELETE /project/53002d5cf23f45a0972d732fe5b1b92f HTTP/1.1" 404 173 0.018003 10.0.0.65 - - [2026-06-15 02:06:00] "DELETE /project/1f7c3de5124b48a0a15cca078d26c3e4 HTTP/1.1" 404 173 0.015483 10.0.0.65 - - [2026-06-15 02:06:00] "GET /projects?obj_uuids=6d9f7fa0-8e75-4c3e-a97c-95e6a8ad5d3b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000792 10.0.0.65 - - [2026-06-15 02:06:00] "GET /projects?obj_uuids=1f7c3de5-124b-48a0-a15c-ca078d26c3e4&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000706 10.0.0.65 - - [2026-06-15 02:06:00] "GET /projects?obj_uuids=53002d5c-f23f-45a0-972d-732fe5b1b92f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000660 10.0.0.65 - - [2026-06-15 02:06:00] "GET /projects?obj_uuids=74d45976-6401-47a7-b97b-1eba55fc0332&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000772 10.0.0.65 - - [2026-06-15 02:06:00] "GET /project/1f7c3de5-124b-48a0-a15c-ca078d26c3e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.061343 10.0.0.65 - - [2026-06-15 02:06:00] "GET /project/6d9f7fa0-8e75-4c3e-a97c-95e6a8ad5d3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.074311 10.0.0.65 - - [2026-06-15 02:06:00] "GET /project/53002d5c-f23f-45a0-972d-732fe5b1b92f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.082451 10.0.0.65 - - [2026-06-15 02:06:00] "GET /projects?obj_uuids=1f7c3de5-124b-48a0-a15c-ca078d26c3e4&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001156 10.0.0.65 - - [2026-06-15 02:06:00] "GET /projects?obj_uuids=6d9f7fa0-8e75-4c3e-a97c-95e6a8ad5d3b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001487 10.0.0.65 - - [2026-06-15 02:06:00] "GET /projects?obj_uuids=53002d5c-f23f-45a0-972d-732fe5b1b92f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000930 10.0.0.65 - - [2026-06-15 02:06:00] "GET /project/74d45976-6401-47a7-b97b-1eba55fc0332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.117355 10.0.0.65 - - [2026-06-15 02:06:00] "GET /projects?obj_uuids=74d45976-6401-47a7-b97b-1eba55fc0332&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001618 10.0.0.23 - - [2026-06-15 02:06:00] "POST /neutron/port HTTP/1.1" 200 117 0.013212 10.0.0.65 - - [2026-06-15 02:06:00] "GET /project/53002d5c-f23f-45a0-972d-732fe5b1b92f?fields=security_groups HTTP/1.1" 200 1386 0.144054 10.0.0.65 - - [2026-06-15 02:06:00] "GET /project/1f7c3de5-124b-48a0-a15c-ca078d26c3e4?fields=security_groups HTTP/1.1" 200 1377 0.185964 10.0.0.65 - - [2026-06-15 02:06:00] "GET /project/6d9f7fa0-8e75-4c3e-a97c-95e6a8ad5d3b?fields=security_groups HTTP/1.1" 200 1103 0.223412 10.0.0.65 - - [2026-06-15 02:06:00] "GET /projects?obj_uuids=6d9f7fa0-8e75-4c3e-a97c-95e6a8ad5d3b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003112 10.0.0.65 - - [2026-06-15 02:06:01] "GET /project/74d45976-6401-47a7-b97b-1eba55fc0332?fields=security_groups HTTP/1.1" 200 1377 0.298375 10.0.0.65 - - [2026-06-15 02:06:01] "GET /project/6d9f7fa0-8e75-4c3e-a97c-95e6a8ad5d3b?fields=application_policy_sets HTTP/1.1" 200 1404 0.141793 10.0.0.65 - - [2026-06-15 02:06:01] "DELETE /security-group/8d32786a-0352-4162-a007-f1da0f7b2b7e HTTP/1.1" 200 115 0.263136 10.0.0.65 - - [2026-06-15 02:06:01] "DELETE /security-group/73811efc-c883-4c9a-93d6-8e73732f159a HTTP/1.1" 200 115 0.283033 10.0.0.65 - - [2026-06-15 02:06:01] "GET /projects?obj_uuids=1f7c3de5-124b-48a0-a15c-ca078d26c3e4&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001204 10.0.0.65 - - [2026-06-15 02:06:01] "DELETE /access-control-list/13a727cf-59a6-45a2-9c26-d6365c56e392 HTTP/1.1" 200 115 0.078105 10.0.0.65 - - [2026-06-15 02:06:01] "GET /projects?obj_uuids=53002d5c-f23f-45a0-972d-732fe5b1b92f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000933 10.0.0.65 - - [2026-06-15 02:06:01] "DELETE /security-group/2c25817b-754b-47e7-b864-35d47413bd9e HTTP/1.1" 200 115 0.160807 10.0.0.65 - - [2026-06-15 02:06:01] "GET /projects?obj_uuids=74d45976-6401-47a7-b97b-1eba55fc0332&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001010 10.0.0.65 - - [2026-06-15 02:06:01] "DELETE /project/6d9f7fa0-8e75-4c3e-a97c-95e6a8ad5d3b HTTP/1.1" 200 115 0.702665 10.0.0.65 - - [2026-06-15 02:06:01] "GET /project/53002d5c-f23f-45a0-972d-732fe5b1b92f?fields=application_policy_sets HTTP/1.1" 200 1425 0.104296 10.0.0.65 - - [2026-06-15 02:06:01] "GET /project/1f7c3de5-124b-48a0-a15c-ca078d26c3e4?fields=application_policy_sets HTTP/1.1" 200 1416 0.137401 10.0.0.65 - - [2026-06-15 02:06:01] "GET /project/74d45976-6401-47a7-b97b-1eba55fc0332?fields=application_policy_sets HTTP/1.1" 200 1416 0.146319 10.0.0.65 - - [2026-06-15 02:06:01] "DELETE /access-control-list/082de954-145b-4f9f-8430-693de156f6ca HTTP/1.1" 200 115 0.109885 10.0.0.65 - - [2026-06-15 02:06:01] "DELETE /project/53002d5c-f23f-45a0-972d-732fe5b1b92f HTTP/1.1" 200 115 1.028122 10.0.0.65 - - [2026-06-15 02:06:01] "DELETE /project/1f7c3de5-124b-48a0-a15c-ca078d26c3e4 HTTP/1.1" 200 115 1.031750 10.0.0.65 - - [2026-06-15 02:06:01] "DELETE /project/74d45976-6401-47a7-b97b-1eba55fc0332 HTTP/1.1" 200 115 1.099868 10.0.0.23 - - [2026-06-15 02:06:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.004193 10.0.0.23 - - [2026-06-15 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.65 - - [2026-06-15 02:06:02] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001215 10.0.0.23 - - [2026-06-15 02:06:02] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009564 10.0.0.23 - - [2026-06-15 02:06:02] "POST /service-templates HTTP/1.1" 200 543 0.030352 10.0.0.23 - - [2026-06-15 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.23 - - [2026-06-15 02:06:02] "GET /service-template/50c69c5d-d077-4a29-86fd-267ae4964296?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1822 0.006296 10.0.0.23 - - [2026-06-15 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.23 - - [2026-06-15 02:06:02] "GET /service-template/50c69c5d-d077-4a29-86fd-267ae4964296?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1822 0.003964 10.0.0.23 - - [2026-06-15 02:06:02] "POST /id-to-fqname HTTP/1.1" 200 269 0.001849 10.0.0.23 - - [2026-06-15 02:06:02] "POST /id-to-fqname HTTP/1.1" 200 269 0.001631 10.0.0.23 - - [2026-06-15 02:06:02] "POST /id-to-fqname HTTP/1.1" 200 270 0.001659 10.0.0.23 - - [2026-06-15 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.23 - - [2026-06-15 02:06:03] "DELETE /service-template/50c69c5d-d077-4a29-86fd-267ae4964296 HTTP/1.1" 200 115 0.032387 10.0.0.23 - - [2026-06-15 02:06:03] "POST /fqname-to-id HTTP/1.1" 404 193 0.007726 10.0.0.65 - - [2026-06-15 02:06:03] "GET /projects?obj_uuids=86d76598-601a-4d5f-8810-4684028eba3a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000993 10.0.0.23 - - [2026-06-15 02:06:04] "POST /neutron/port HTTP/1.1" 200 1177 0.380367 10.0.0.23 - - [2026-06-15 02:06:04] "POST /neutron/port HTTP/1.1" 200 1231 0.144225 10.0.0.23 - - [2026-06-15 02:06:05] "POST /neutron/network HTTP/1.1" 200 1099 0.008205 10.0.0.23 - - [2026-06-15 02:06:05] "POST /neutron/port HTTP/1.1" 200 1176 0.023308 10.0.0.23 - - [2026-06-15 02:06:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003917 10.0.0.23 - - [2026-06-15 02:06:05] "POST /neutron/port HTTP/1.1" 200 117 0.001283 10.0.0.23 - - [2026-06-15 02:06:06] "POST /neutron/port HTTP/1.1" 200 1240 0.021247 10.0.0.23 - - [2026-06-15 02:06:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004088 10.0.0.23 - - [2026-06-15 02:06:06] "POST /neutron/port HTTP/1.1" 200 117 0.001341 10.0.0.33 - - [2026-06-15 02:06:07] "GET /obj-perms HTTP/1.1" 200 4493 0.043372 10.0.0.65 - - [2026-06-15 02:06:07] "GET /obj-perms HTTP/1.1" 200 4493 0.043218 10.0.0.23 - - [2026-06-15 02:06:08] "POST /neutron/network HTTP/1.1" 200 1088 0.008905 10.0.0.23 - - [2026-06-15 02:06:09] "POST /neutron/port HTTP/1.1" 200 1231 0.017817 10.0.0.23 - - [2026-06-15 02:06:09] "POST /neutron/port HTTP/1.1" 200 1230 0.020125 10.0.0.65 - - [2026-06-15 02:06:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003645 10.0.0.65 - - [2026-06-15 02:06:10] "POST /useragent-kv HTTP/1.1" 200 115 0.009501 10.0.0.65 - - [2026-06-15 02:06:10] "POST /useragent-kv HTTP/1.1" 200 115 0.004897 10.0.0.65 - - [2026-06-15 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005451 10.0.0.65 - - [2026-06-15 02:06:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003972 10.0.0.23 - - [2026-06-15 02:06:10] "POST /neutron/network HTTP/1.1" 200 151 0.154921 10.0.0.65 - - [2026-06-15 02:06:11] "DELETE /route-target/6bc6cfa1-5d92-415e-8d95-0b29cceb6c09 HTTP/1.1" 200 115 0.022731 10.0.0.23 - - [2026-06-15 02:06:11] "POST /neutron/network HTTP/1.1" 200 1085 0.009419 10.0.0.65 - - [2026-06-15 02:06:11] "GET /projects?obj_uuids=86d76598-601a-4d5f-8810-4684028eba3a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000892 10.0.0.23 - - [2026-06-15 02:06:11] "GET /project/86d76598-601a-4d5f-8810-4684028eba3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.044317 10.0.0.65 - - [2026-06-15 02:06:11] "GET /projects?obj_uuids=86d76598-601a-4d5f-8810-4684028eba3a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000901 10.0.0.23 - - [2026-06-15 02:06:11] "GET /project/86d76598-601a-4d5f-8810-4684028eba3a?fields=virtual_networks HTTP/1.1" 200 1048 0.038103 10.0.0.65 - - [2026-06-15 02:06:11] "GET /projects?obj_uuids=86d76598-601a-4d5f-8810-4684028eba3a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002119 10.0.0.23 - - [2026-06-15 02:06:11] "GET /project/86d76598-601a-4d5f-8810-4684028eba3a?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.041654 10.0.0.65 - - [2026-06-15 02:06:11] "GET /projects?obj_uuids=86d76598-601a-4d5f-8810-4684028eba3a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000934 10.0.0.23 - - [2026-06-15 02:06:11] "GET /project/86d76598-601a-4d5f-8810-4684028eba3a?fields=security_groups HTTP/1.1" 200 1283 0.048191 10.0.0.23 - - [2026-06-15 02:06:12] "POST /fqname-to-id HTTP/1.1" 404 200 0.026610 10.0.0.65 - - [2026-06-15 02:06:12] "GET /projects?obj_uuids=7ab956b0-130b-4c10-91e8-abe79fe78162&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003160 10.0.0.65 - - [2026-06-15 02:06:12] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000939 10.0.0.65 - - [2026-06-15 02:06:12] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006930 10.0.0.65 - - [2026-06-15 02:06:12] "POST /id-to-fqname HTTP/1.1" 200 202 0.001557 10.0.0.65 - - [2026-06-15 02:06:12] "POST /fqname-to-id HTTP/1.1" 404 211 0.006021 10.0.0.65 - - [2026-06-15 02:06:12] "POST /security-groups HTTP/1.1" 200 603 0.081986 10.0.0.65 - - [2026-06-15 02:06:12] "POST /fqname-to-id HTTP/1.1" 404 246 0.005778 10.0.0.65 - - [2026-06-15 02:06:12] "POST /projects HTTP/1.1" 200 609 0.317003 10.0.0.65 - - [2026-06-15 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.384096 10.0.0.65 - - [2026-06-15 02:06:13] "POST /access-control-lists HTTP/1.1" 200 606 0.034983 10.0.0.23 - - [2026-06-15 02:06:13] "GET /project/7ab956b0-130b-4c10-91e8-abe79fe78162?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.517723 10.0.0.23 - - [2026-06-15 02:06:13] "POST /neutron/network HTTP/1.1" 200 117 0.006452 10.0.0.23 - - [2026-06-15 02:06:13] "POST /neutron/network HTTP/1.1" 200 117 0.005569 10.0.0.23 - - [2026-06-15 02:06:14] "GET / HTTP/1.1" 200 35931 0.002333 10.0.0.23 - - [2026-06-15 02:06:15] "POST /neutron/port HTTP/1.1" 200 117 0.008793 10.0.0.23 - - [2026-06-15 02:06:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000467 10.0.0.23 - - [2026-06-15 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.054468 10.0.0.65 - - [2026-06-15 02:06:15] "GET /projects?obj_uuids=7ab956b0-130b-4c10-91e8-abe79fe78162&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001647 10.0.0.23 - - [2026-06-15 02:06:15] "GET /project/7ab956b0-130b-4c10-91e8-abe79fe78162?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.062230 10.0.0.65 - - [2026-06-15 02:06:16] "POST /useragent-kv HTTP/1.1" 200 115 0.016929 10.0.0.23 - - [2026-06-15 02:06:16] "POST /neutron/subnet HTTP/1.1" 200 730 0.268987 10.0.0.23 - - [2026-06-15 02:06:16] "POST /id-to-fqname HTTP/1.1" 200 233 0.001283 10.0.0.23 - - [2026-06-15 02:06:16] "GET /virtual-network/3df500c1-e945-40d6-b2c9-82118174addd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005451 10.0.0.23 - - [2026-06-15 02:06:16] "GET /virtual-network/3df500c1-e945-40d6-b2c9-82118174addd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006824 10.0.0.23 - - [2026-06-15 02:06:16] "POST /neutron/network HTTP/1.1" 200 839 0.008345 10.0.0.23 - - [2026-06-15 02:06:17] "GET /virtual-network/3df500c1-e945-40d6-b2c9-82118174addd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005358 10.0.0.23 - - [2026-06-15 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.65 - - [2026-06-15 02:06:18] "GET /projects?obj_uuids=7ab956b0-130b-4c10-91e8-abe79fe78162&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001089 10.0.0.23 - - [2026-06-15 02:06:18] "GET /project/7ab956b0-130b-4c10-91e8-abe79fe78162?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.047120 10.0.0.65 - - [2026-06-15 02:06:18] "GET /projects?obj_uuids=7ab956b0-130b-4c10-91e8-abe79fe78162&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001208 10.0.0.23 - - [2026-06-15 02:06:18] "POST /neutron/network HTTP/1.1" 200 619 0.159504 10.0.0.65 - - [2026-06-15 02:06:18] "POST /route-targets HTTP/1.1" 200 327 0.012262 10.0.0.23 - - [2026-06-15 02:06:19] "POST /id-to-fqname HTTP/1.1" 200 233 0.005543 10.0.0.23 - - [2026-06-15 02:06:19] "GET /virtual-network/0c655723-6ab9-4106-8a7c-5efc024b689c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005220 10.0.0.23 - - [2026-06-15 02:06:19] "POST /neutron/network HTTP/1.1" 200 837 0.007237 10.0.0.23 - - [2026-06-15 02:06:19] "GET /virtual-network/0c655723-6ab9-4106-8a7c-5efc024b689c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005889 10.0.0.23 - - [2026-06-15 02:06:19] "GET /virtual-network/0c655723-6ab9-4106-8a7c-5efc024b689c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005281 10.0.0.23 - - [2026-06-15 02:06:19] "GET /obj-perms HTTP/1.1" 200 4491 0.052965 10.0.0.23 - - [2026-06-15 02:06:19] "POST /id-to-fqname HTTP/1.1" 200 233 0.001173 10.0.0.23 - - [2026-06-15 02:06:47] "POST /neutron/network HTTP/1.1" 200 847 0.007308 10.0.0.65 - - [2026-06-15 02:06:47] "GET /projects?obj_uuids=7ab956b0-130b-4c10-91e8-abe79fe78162&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001318 10.0.0.23 - - [2026-06-15 02:06:47] "GET /project/7ab956b0-130b-4c10-91e8-abe79fe78162?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.071202 10.0.0.23 - - [2026-06-15 02:06:48] "POST /neutron/port HTTP/1.1" 200 117 0.008366 10.0.0.23 - - [2026-06-15 02:06:48] "POST /id-to-fqname HTTP/1.1" 200 233 0.001950 10.0.0.65 - - [2026-06-15 02:06:48] "GET /projects?obj_uuids=7ab956b0-130b-4c10-91e8-abe79fe78162&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000914 10.0.0.23 - - [2026-06-15 02:06:48] "GET /project/7ab956b0-130b-4c10-91e8-abe79fe78162?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.070614 10.0.0.23 - - [2026-06-15 02:06:49] "POST /neutron/network HTTP/1.1" 200 839 0.030015 10.0.0.23 - - [2026-06-15 02:06:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.65 - - [2026-06-15 02:06:49] "GET /projects?obj_uuids=7ab956b0-130b-4c10-91e8-abe79fe78162&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000791 10.0.0.23 - - [2026-06-15 02:06:49] "GET /project/7ab956b0-130b-4c10-91e8-abe79fe78162?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.067528 10.0.0.23 - - [2026-06-15 02:06:49] "GET /virtual-network/3df500c1-e945-40d6-b2c9-82118174addd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005142 10.0.0.23 - - [2026-06-15 02:06:49] "GET /floating-ip-pools?parent_id=3df500c1-e945-40d6-b2c9-82118174addd&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.008621 10.0.0.23 - - [2026-06-15 02:06:49] "GET /virtual-network/3df500c1-e945-40d6-b2c9-82118174addd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005395 10.0.0.23 - - [2026-06-15 02:06:49] "POST /floating-ip-pools HTTP/1.1" 200 609 0.028376 10.0.0.23 - - [2026-06-15 02:06:49] "POST /ref-update HTTP/1.1" 200 156 0.038465 10.0.0.23 - - [2026-06-15 02:06:49] "GET /virtual-network/3df500c1-e945-40d6-b2c9-82118174addd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005081 10.0.0.23 - - [2026-06-15 02:06:49] "GET /virtual-network/3df500c1-e945-40d6-b2c9-82118174addd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005497 10.0.0.23 - - [2026-06-15 02:06:49] "POST /neutron/port HTTP/1.1" 200 117 0.006520 10.0.0.23 - - [2026-06-15 02:06:52] "POST /neutron/port HTTP/1.1" 200 1071 0.040921 10.0.0.23 - - [2026-06-15 02:06:53] "POST /neutron/network HTTP/1.1" 200 849 0.006296 10.0.0.23 - - [2026-06-15 02:06:53] "POST /neutron/port HTTP/1.1" 200 1073 0.035319 10.0.0.23 - - [2026-06-15 02:06:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003499 10.0.0.23 - - [2026-06-15 02:06:53] "POST /neutron/network HTTP/1.1" 200 837 0.008642 10.0.0.23 - - [2026-06-15 02:06:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004918 10.0.0.23 - - [2026-06-15 02:06:55] "POST /neutron/port HTTP/1.1" 200 117 0.001044 10.0.0.23 - - [2026-06-15 02:07:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.013855 10.0.0.65 - - [2026-06-15 02:07:01] "DELETE /access-control-list/ef9c5f1f-7f03-4546-a90b-ebf39dacb66e HTTP/1.1" 200 115 0.067165 10.0.0.65 - - [2026-06-15 02:07:01] "DELETE /project/7ab956b0130b4c1091e8abe79fe78162 HTTP/1.1" 404 173 0.003725 10.0.0.65 - - [2026-06-15 02:07:01] "GET /projects?obj_uuids=86d76598-601a-4d5f-8810-4684028eba3a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000832 10.0.0.65 - - [2026-06-15 02:07:01] "GET /project/86d76598-601a-4d5f-8810-4684028eba3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.052416 10.0.0.65 - - [2026-06-15 02:07:01] "GET /projects?obj_uuids=86d76598-601a-4d5f-8810-4684028eba3a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001417 10.0.0.65 - - [2026-06-15 02:07:01] "GET /project/86d76598-601a-4d5f-8810-4684028eba3a?fields=security_groups HTTP/1.1" 200 1118 0.065655 10.0.0.65 - - [2026-06-15 02:07:01] "GET /projects?obj_uuids=86d76598-601a-4d5f-8810-4684028eba3a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000894 10.0.0.65 - - [2026-06-15 02:07:01] "GET /project/86d76598-601a-4d5f-8810-4684028eba3a?fields=application_policy_sets HTTP/1.1" 200 1427 0.055376 10.0.0.65 - - [2026-06-15 02:07:02] "DELETE /project/86d76598-601a-4d5f-8810-4684028eba3a HTTP/1.1" 200 115 0.436420 10.0.0.33 - - [2026-06-15 02:07:08] "GET /obj-perms HTTP/1.1" 200 4493 0.032717 10.0.0.23 - - [2026-06-15 02:07:10] "POST /neutron/port HTTP/1.1" 200 1135 0.019234 10.0.0.23 - - [2026-06-15 02:07:15] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007277 10.0.0.23 - - [2026-06-15 02:07:25] "POST /neutron/port HTTP/1.1" 200 1135 0.016378 10.0.0.23 - - [2026-06-15 02:07:30] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006319 10.0.0.23 - - [2026-06-15 02:07:40] "POST /neutron/port HTTP/1.1" 200 1135 0.018378 10.0.0.23 - - [2026-06-15 02:07:45] "POST /neutron/security_group HTTP/1.1" 200 2070 0.013949 10.0.0.23 - - [2026-06-15 02:07:51] "POST /neutron/port HTTP/1.1" 200 1135 0.018816 10.0.0.23 - - [2026-06-15 02:07:51] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009502 10.0.0.23 - - [2026-06-15 02:07:51] "GET /virtual-machine/40dc1026-fdda-4511-91ce-bd37d130ed2f HTTP/1.1" 401 292 0.000503 10.0.0.23 - - [2026-06-15 02:07:51] "GET /virtual-machine/40dc1026-fdda-4511-91ce-bd37d130ed2f HTTP/1.1" 200 1304 0.025442 10.0.0.23 - - [2026-06-15 02:07:51] "GET /virtual-machine-interface/cab53cf5-bbfa-490e-a6e9-bd7ca1682045 HTTP/1.1" 200 3004 0.006320 10.0.0.23 - - [2026-06-15 02:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004243 10.0.0.23 - - [2026-06-15 02:07:51] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005239 10.0.0.23 - - [2026-06-15 02:07:51] "GET /virtual-networks?parent_id=7ab956b0-130b-4c10-91e8-abe79fe78162&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003628 10.0.0.23 - - [2026-06-15 02:07:51] "GET /virtual-network/0c655723-6ab9-4106-8a7c-5efc024b689c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005943 10.0.0.23 - - [2026-06-15 02:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004616 10.0.0.23 - - [2026-06-15 02:07:54] "GET /virtual-network/0c655723-6ab9-4106-8a7c-5efc024b689c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006052 10.0.0.23 - - [2026-06-15 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005284 10.0.0.23 - - [2026-06-15 02:07:58] "GET /virtual-network/0c655723-6ab9-4106-8a7c-5efc024b689c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005913 10.0.0.23 - - [2026-06-15 02:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004652 10.0.0.23 - - [2026-06-15 02:08:02] "GET /virtual-network/0c655723-6ab9-4106-8a7c-5efc024b689c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005631 10.0.0.23 - - [2026-06-15 02:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004236 10.0.0.23 - - [2026-06-15 02:08:06] "GET /virtual-network/0c655723-6ab9-4106-8a7c-5efc024b689c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006047 10.0.0.65 - - [2026-06-15 02:08:08] "GET /obj-perms HTTP/1.1" 200 4493 0.045183 10.0.0.23 - - [2026-06-15 02:08:09] "POST /neutron/network HTTP/1.1" 200 847 0.006150 10.0.0.23 - - [2026-06-15 02:08:09] "POST /neutron/port HTTP/1.1" 200 117 0.001044 10.0.0.23 - - [2026-06-15 02:08:10] "POST /neutron/port HTTP/1.1" 200 1137 0.039659 10.0.0.23 - - [2026-06-15 02:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.23 - - [2026-06-15 02:08:10] "GET /virtual-network/0c655723-6ab9-4106-8a7c-5efc024b689c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006472 10.0.0.23 - - [2026-06-15 02:08:11] "POST /neutron/subnet HTTP/1.1" 200 704 0.008831 10.0.0.23 - - [2026-06-15 02:08:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.23 - - [2026-06-15 02:08:13] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004207 10.0.0.23 - - [2026-06-15 02:08:13] "GET /virtual-networks?parent_id=7ab956b0-130b-4c10-91e8-abe79fe78162&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003819 10.0.0.23 - - [2026-06-15 02:08:13] "GET /virtual-network/0c655723-6ab9-4106-8a7c-5efc024b689c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006577 10.0.0.23 - - [2026-06-15 02:08:13] "POST /neutron/port HTTP/1.1" 200 1135 0.020036 10.0.0.23 - - [2026-06-15 02:08:17] "POST /neutron/security_group HTTP/1.1" 200 2070 0.025607 10.0.0.65 - - [2026-06-15 02:08:23] "GET /projects?obj_uuids=7ab956b0-130b-4c10-91e8-abe79fe78162&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000957 10.0.0.23 - - [2026-06-15 02:08:23] "POST /neutron/floatingip HTTP/1.1" 200 531 0.133802 10.0.0.23 - - [2026-06-15 02:08:23] "POST /neutron/floatingip HTTP/1.1" 200 577 0.049502 10.0.0.23 - - [2026-06-15 02:08:23] "POST /neutron/port HTTP/1.1" 200 1137 0.019410 10.0.0.23 - - [2026-06-15 02:08:23] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008488 10.0.0.23 - - [2026-06-15 02:08:23] "GET /virtual-machine/34ef482d-159e-443d-b059-10e207d1b1ec HTTP/1.1" 200 1304 0.006427 10.0.0.23 - - [2026-06-15 02:08:23] "GET /virtual-machine-interface/3fbc7ef3-5331-4cae-8f2a-b05d4d285108 HTTP/1.1" 200 3003 0.006624 10.0.0.23 - - [2026-06-15 02:08:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.23 - - [2026-06-15 02:08:23] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005248 10.0.0.23 - - [2026-06-15 02:08:23] "GET /virtual-networks?parent_id=7ab956b0-130b-4c10-91e8-abe79fe78162&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004954 10.0.0.23 - - [2026-06-15 02:08:24] "GET /virtual-network/3df500c1-e945-40d6-b2c9-82118174addd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006682 10.0.0.23 - - [2026-06-15 02:08:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.23 - - [2026-06-15 02:08:25] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003603 10.0.0.23 - - [2026-06-15 02:08:25] "GET /virtual-networks?parent_id=7ab956b0-130b-4c10-91e8-abe79fe78162&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003335 10.0.0.23 - - [2026-06-15 02:08:25] "GET /virtual-network/3df500c1-e945-40d6-b2c9-82118174addd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005638 10.0.0.23 - - [2026-06-15 02:08:25] "POST /neutron/port HTTP/1.1" 200 1137 0.020038 10.0.0.23 - - [2026-06-15 02:08:30] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006787 10.0.0.23 - - [2026-06-15 02:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.23 - - [2026-06-15 02:08:35] "GET /routing-instance/d59aca09-b119-472d-b16a-a6fe1198de2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.003742 10.0.0.23 - - [2026-06-15 02:08:35] "GET /route-target/74b660cb-93d0-429c-b31b-1a20bbaa7ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004364 10.0.0.33 - - [2026-06-15 02:08:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.33 - - [2026-06-15 02:08:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.65 - - [2026-06-15 02:08:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.65 - - [2026-06-15 02:08:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.65 - - [2026-06-15 02:08:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.65 - - [2026-06-15 02:08:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.23 - - [2026-06-15 02:08:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.23 - - [2026-06-15 02:08:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.33 - - [2026-06-15 02:08:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.33 - - [2026-06-15 02:08:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.23 - - [2026-06-15 02:08:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000560 10.0.0.23 - - [2026-06-15 02:08:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000663 10.0.0.23 - - [2026-06-15 02:09:10] "POST /neutron/port HTTP/1.1" 200 1135 0.021451 10.0.0.23 - - [2026-06-15 02:09:11] "POST /neutron/floatingip HTTP/1.1" 200 551 0.017381 10.0.0.23 - - [2026-06-15 02:09:11] "POST /neutron/network HTTP/1.1" 200 837 0.007677 10.0.0.23 - - [2026-06-15 02:09:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004543 10.0.0.23 - - [2026-06-15 02:09:12] "POST /neutron/network HTTP/1.1" 200 839 0.007714 10.0.0.23 - - [2026-06-15 02:09:23] "POST /neutron/floatingip HTTP/1.1" 200 531 0.012645 10.0.0.23 - - [2026-06-15 02:09:23] "GET /floating-ip-pool/993184d4-5590-439d-8604-6524b494373e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.004024 10.0.0.23 - - [2026-06-15 02:09:23] "POST /ref-update HTTP/1.1" 200 156 0.013502 10.0.0.23 - - [2026-06-15 02:09:23] "DELETE /floating-ip-pool/993184d4-5590-439d-8604-6524b494373e HTTP/1.1" 200 115 0.036196 10.0.0.23 - - [2026-06-15 02:09:23] "POST /neutron/network HTTP/1.1" 400 204 0.018376 10.0.0.23 - - [2026-06-15 02:09:25] "POST /neutron/port HTTP/1.1" 200 151 0.213123 10.0.0.23 - - [2026-06-15 02:09:26] "POST /neutron/port HTTP/1.1" 200 151 0.264493 10.0.0.23 - - [2026-06-15 02:09:27] "POST /neutron/network HTTP/1.1" 200 837 0.006685 10.0.0.65 - - [2026-06-15 02:09:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003547 10.0.0.65 - - [2026-06-15 02:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005858 10.0.0.65 - - [2026-06-15 02:09:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003314 10.0.0.23 - - [2026-06-15 02:09:28] "POST /neutron/network HTTP/1.1" 200 151 0.146213 10.0.0.65 - - [2026-06-15 02:09:29] "GET /projects?obj_uuids=7ab956b0-130b-4c10-91e8-abe79fe78162&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001044 10.0.0.23 - - [2026-06-15 02:09:29] "GET /project/7ab956b0-130b-4c10-91e8-abe79fe78162?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.047279 10.0.0.65 - - [2026-06-15 02:09:29] "GET /projects?obj_uuids=7ab956b0-130b-4c10-91e8-abe79fe78162&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001230 10.0.0.23 - - [2026-06-15 02:09:29] "GET /project/7ab956b0-130b-4c10-91e8-abe79fe78162?fields=virtual_networks HTTP/1.1" 200 1055 0.042310 10.0.0.65 - - [2026-06-15 02:09:30] "GET /projects?obj_uuids=7ab956b0-130b-4c10-91e8-abe79fe78162&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001134 10.0.0.23 - - [2026-06-15 02:09:30] "GET /project/7ab956b0-130b-4c10-91e8-abe79fe78162?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.041392 10.0.0.65 - - [2026-06-15 02:09:30] "GET /projects?obj_uuids=7ab956b0-130b-4c10-91e8-abe79fe78162&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001103 10.0.0.23 - - [2026-06-15 02:09:30] "GET /project/7ab956b0-130b-4c10-91e8-abe79fe78162?fields=security_groups HTTP/1.1" 200 1293 0.043501 10.0.0.23 - - [2026-06-15 02:09:30] "POST /fqname-to-id HTTP/1.1" 404 188 0.028598 10.0.0.65 - - [2026-06-15 02:09:30] "GET /projects?obj_uuids=3ae2278b-d919-46cc-93e1-0cf86406d3ad&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002833 10.0.0.65 - - [2026-06-15 02:09:31] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000860 10.0.0.65 - - [2026-06-15 02:09:31] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006890 10.0.0.65 - - [2026-06-15 02:09:31] "POST /id-to-fqname HTTP/1.1" 200 190 0.003987 10.0.0.65 - - [2026-06-15 02:09:31] "POST /fqname-to-id HTTP/1.1" 404 199 0.010852 10.0.0.65 - - [2026-06-15 02:09:31] "POST /security-groups HTTP/1.1" 200 591 0.078029 10.0.0.65 - - [2026-06-15 02:09:31] "POST /projects HTTP/1.1" 200 585 0.286672 10.0.0.65 - - [2026-06-15 02:09:31] "POST /access-control-lists HTTP/1.1" 200 596 0.026118 10.0.0.65 - - [2026-06-15 02:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.356031 10.0.0.23 - - [2026-06-15 02:09:31] "GET /project/3ae2278b-d919-46cc-93e1-0cf86406d3ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.483499 10.0.0.23 - - [2026-06-15 02:09:32] "GET / HTTP/1.1" 200 35931 0.001423 10.0.0.65 - - [2026-06-15 02:09:35] "GET /projects?obj_uuids=3ae2278b-d919-46cc-93e1-0cf86406d3ad&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001197 10.0.0.23 - - [2026-06-15 02:09:35] "GET /project/3ae2278b-d919-46cc-93e1-0cf86406d3ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.054909 10.0.0.65 - - [2026-06-15 02:09:35] "GET /projects?obj_uuids=3ae2278b-d919-46cc-93e1-0cf86406d3ad&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003943 10.0.0.23 - - [2026-06-15 02:09:35] "GET /project/3ae2278b-d919-46cc-93e1-0cf86406d3ad?fields=virtual_networks HTTP/1.1" 200 1031 0.066327 10.0.0.65 - - [2026-06-15 02:09:35] "GET /projects?obj_uuids=3ae2278b-d919-46cc-93e1-0cf86406d3ad&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000902 10.0.0.23 - - [2026-06-15 02:09:35] "GET /project/3ae2278b-d919-46cc-93e1-0cf86406d3ad?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.051118 10.0.0.65 - - [2026-06-15 02:09:35] "GET /projects?obj_uuids=3ae2278b-d919-46cc-93e1-0cf86406d3ad&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000900 10.0.0.23 - - [2026-06-15 02:09:35] "GET /project/3ae2278b-d919-46cc-93e1-0cf86406d3ad?fields=security_groups HTTP/1.1" 200 1257 0.041726 10.0.0.23 - - [2026-06-15 02:09:36] "POST /fqname-to-id HTTP/1.1" 404 183 0.028634 10.0.0.65 - - [2026-06-15 02:09:36] "GET /projects?obj_uuids=6e849f8c-92d4-4aee-b4aa-a68ef43f2228&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002938 10.0.0.65 - - [2026-06-15 02:09:36] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001489 10.0.0.65 - - [2026-06-15 02:09:36] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011664 10.0.0.65 - - [2026-06-15 02:09:36] "POST /id-to-fqname HTTP/1.1" 200 185 0.003242 10.0.0.65 - - [2026-06-15 02:09:37] "POST /fqname-to-id HTTP/1.1" 404 194 0.005874 10.0.0.65 - - [2026-06-15 02:09:37] "POST /security-groups HTTP/1.1" 200 586 0.033806 10.0.0.65 - - [2026-06-15 02:09:37] "POST /fqname-to-id HTTP/1.1" 404 229 0.003768 10.0.0.65 - - [2026-06-15 02:09:37] "POST /projects HTTP/1.1" 200 575 0.257909 10.0.0.65 - - [2026-06-15 02:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.289079 10.0.0.23 - - [2026-06-15 02:09:37] "GET /project/6e849f8c-92d4-4aee-b4aa-a68ef43f2228?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.442619 10.0.0.65 - - [2026-06-15 02:09:37] "POST /access-control-lists HTTP/1.1" 200 589 0.072731 10.0.0.23 - - [2026-06-15 02:09:38] "GET / HTTP/1.1" 200 35931 0.001849 10.0.0.65 - - [2026-06-15 02:09:44] "GET /projects?obj_uuids=6e849f8c-92d4-4aee-b4aa-a68ef43f2228&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000874 10.0.0.23 - - [2026-06-15 02:09:44] "GET /project/6e849f8c-92d4-4aee-b4aa-a68ef43f2228?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.048598 10.0.0.65 - - [2026-06-15 02:09:44] "GET /projects?obj_uuids=6e849f8c-92d4-4aee-b4aa-a68ef43f2228&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000799 10.0.0.23 - - [2026-06-15 02:09:44] "GET /project/6e849f8c-92d4-4aee-b4aa-a68ef43f2228?fields=virtual_networks HTTP/1.1" 200 1021 0.056413 10.0.0.65 - - [2026-06-15 02:09:44] "GET /projects?obj_uuids=6e849f8c-92d4-4aee-b4aa-a68ef43f2228&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001507 10.0.0.23 - - [2026-06-15 02:09:44] "GET /project/6e849f8c-92d4-4aee-b4aa-a68ef43f2228?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.045748 10.0.0.65 - - [2026-06-15 02:09:44] "GET /projects?obj_uuids=6e849f8c-92d4-4aee-b4aa-a68ef43f2228&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001033 10.0.0.23 - - [2026-06-15 02:09:44] "GET /project/6e849f8c-92d4-4aee-b4aa-a68ef43f2228?fields=security_groups HTTP/1.1" 200 1242 0.049959 10.0.0.23 - - [2026-06-15 02:09:45] "POST /fqname-to-id HTTP/1.1" 404 187 0.051784 10.0.0.65 - - [2026-06-15 02:09:45] "GET /projects?obj_uuids=d925c789-7481-45b1-9839-e94d22d29fff&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003102 10.0.0.65 - - [2026-06-15 02:09:45] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001044 10.0.0.65 - - [2026-06-15 02:09:45] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007026 10.0.0.65 - - [2026-06-15 02:09:45] "POST /id-to-fqname HTTP/1.1" 200 189 0.005147 10.0.0.65 - - [2026-06-15 02:09:45] "POST /fqname-to-id HTTP/1.1" 404 198 0.005365 10.0.0.65 - - [2026-06-15 02:09:45] "POST /security-groups HTTP/1.1" 200 590 0.045379 10.0.0.65 - - [2026-06-15 02:09:45] "POST /projects HTTP/1.1" 200 583 0.270780 10.0.0.65 - - [2026-06-15 02:09:45] "POST /fqname-to-id HTTP/1.1" 404 233 0.005499 10.0.0.65 - - [2026-06-15 02:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.308733 10.0.0.23 - - [2026-06-15 02:09:46] "GET /project/d925c789-7481-45b1-9839-e94d22d29fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.495030 10.0.0.65 - - [2026-06-15 02:09:46] "POST /access-control-lists HTTP/1.1" 200 593 0.081659 10.0.0.23 - - [2026-06-15 02:09:47] "GET / HTTP/1.1" 200 35931 0.002978 10.0.0.65 - - [2026-06-15 02:09:50] "GET /projects?obj_uuids=d925c789-7481-45b1-9839-e94d22d29fff&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001134 10.0.0.23 - - [2026-06-15 02:09:50] "GET /project/d925c789-7481-45b1-9839-e94d22d29fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.039178 10.0.0.65 - - [2026-06-15 02:09:50] "GET /projects?obj_uuids=d925c789-7481-45b1-9839-e94d22d29fff&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000923 10.0.0.23 - - [2026-06-15 02:09:50] "GET /project/d925c789-7481-45b1-9839-e94d22d29fff?fields=virtual_networks HTTP/1.1" 200 1030 0.059449 10.0.0.65 - - [2026-06-15 02:09:50] "GET /projects?obj_uuids=d925c789-7481-45b1-9839-e94d22d29fff&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001103 10.0.0.23 - - [2026-06-15 02:09:50] "GET /project/d925c789-7481-45b1-9839-e94d22d29fff?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.036990 10.0.0.65 - - [2026-06-15 02:09:50] "GET /projects?obj_uuids=d925c789-7481-45b1-9839-e94d22d29fff&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000936 10.0.0.23 - - [2026-06-15 02:09:50] "GET /project/d925c789-7481-45b1-9839-e94d22d29fff?fields=security_groups HTTP/1.1" 200 1255 0.053864 10.0.0.23 - - [2026-06-15 02:09:51] "POST /fqname-to-id HTTP/1.1" 404 188 0.028181 10.0.0.65 - - [2026-06-15 02:09:51] "GET /projects?obj_uuids=0f486758-59d5-49b6-af61-d470d74e0ca6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003102 10.0.0.65 - - [2026-06-15 02:09:51] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000809 10.0.0.65 - - [2026-06-15 02:09:51] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007304 10.0.0.65 - - [2026-06-15 02:09:51] "POST /id-to-fqname HTTP/1.1" 200 190 0.006290 10.0.0.65 - - [2026-06-15 02:09:51] "POST /fqname-to-id HTTP/1.1" 404 199 0.006545 10.0.0.65 - - [2026-06-15 02:09:51] "POST /security-groups HTTP/1.1" 200 591 0.031979 10.0.0.65 - - [2026-06-15 02:09:51] "POST /projects HTTP/1.1" 200 585 0.243169 10.0.0.65 - - [2026-06-15 02:09:51] "POST /fqname-to-id HTTP/1.1" 404 233 0.006108 10.0.0.65 - - [2026-06-15 02:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.316421 10.0.0.23 - - [2026-06-15 02:09:51] "GET /project/0f486758-59d5-49b6-af61-d470d74e0ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.476221 10.0.0.23 - - [2026-06-15 02:09:52] "GET / HTTP/1.1" 200 35931 0.001671 10.0.0.65 - - [2026-06-15 02:09:56] "GET /projects?obj_uuids=0f486758-59d5-49b6-af61-d470d74e0ca6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000873 10.0.0.23 - - [2026-06-15 02:09:56] "GET /project/0f486758-59d5-49b6-af61-d470d74e0ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.038816 10.0.0.65 - - [2026-06-15 02:09:56] "GET /projects?obj_uuids=0f486758-59d5-49b6-af61-d470d74e0ca6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000849 10.0.0.23 - - [2026-06-15 02:09:56] "GET /project/0f486758-59d5-49b6-af61-d470d74e0ca6?fields=virtual_networks HTTP/1.1" 200 1031 0.062354 10.0.0.65 - - [2026-06-15 02:09:56] "GET /projects?obj_uuids=0f486758-59d5-49b6-af61-d470d74e0ca6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001225 10.0.0.23 - - [2026-06-15 02:09:56] "GET /project/0f486758-59d5-49b6-af61-d470d74e0ca6?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.041270 10.0.0.65 - - [2026-06-15 02:09:56] "GET /projects?obj_uuids=0f486758-59d5-49b6-af61-d470d74e0ca6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001290 10.0.0.23 - - [2026-06-15 02:09:56] "GET /project/0f486758-59d5-49b6-af61-d470d74e0ca6?fields=security_groups HTTP/1.1" 200 1257 0.039141 10.0.0.23 - - [2026-06-15 02:09:57] "POST /fqname-to-id HTTP/1.1" 404 192 0.025440 10.0.0.65 - - [2026-06-15 02:09:57] "GET /projects?obj_uuids=b8d3c2a8-d6ed-4853-a033-91cba9b6958f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003572 10.0.0.65 - - [2026-06-15 02:09:57] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001093 10.0.0.65 - - [2026-06-15 02:09:57] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008988 10.0.0.65 - - [2026-06-15 02:09:57] "POST /id-to-fqname HTTP/1.1" 200 194 0.005946 10.0.0.65 - - [2026-06-15 02:09:57] "POST /fqname-to-id HTTP/1.1" 404 203 0.002596 10.0.0.65 - - [2026-06-15 02:09:57] "POST /security-groups HTTP/1.1" 200 595 0.074108 10.0.0.65 - - [2026-06-15 02:09:57] "POST /projects HTTP/1.1" 200 593 0.310582 10.0.0.65 - - [2026-06-15 02:09:57] "POST /access-control-lists HTTP/1.1" 200 600 0.028470 10.0.0.65 - - [2026-06-15 02:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.380266 10.0.0.23 - - [2026-06-15 02:09:57] "GET /project/b8d3c2a8-d6ed-4853-a033-91cba9b6958f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.521005 10.0.0.23 - - [2026-06-15 02:09:58] "GET / HTTP/1.1" 200 35931 0.001660 10.0.0.65 - - [2026-06-15 02:10:01] "GET /projects?obj_uuids=b8d3c2a8-d6ed-4853-a033-91cba9b6958f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000901 10.0.0.23 - - [2026-06-15 02:10:01] "GET /project/b8d3c2a8-d6ed-4853-a033-91cba9b6958f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.047679 10.0.0.65 - - [2026-06-15 02:10:01] "GET /projects?obj_uuids=b8d3c2a8-d6ed-4853-a033-91cba9b6958f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000808 10.0.0.23 - - [2026-06-15 02:10:01] "GET /project/b8d3c2a8-d6ed-4853-a033-91cba9b6958f?fields=virtual_networks HTTP/1.1" 200 1040 0.042963 10.0.0.65 - - [2026-06-15 02:10:01] "GET /projects?obj_uuids=b8d3c2a8-d6ed-4853-a033-91cba9b6958f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000847 10.0.0.23 - - [2026-06-15 02:10:01] "GET /project/b8d3c2a8-d6ed-4853-a033-91cba9b6958f?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.041121 10.0.0.65 - - [2026-06-15 02:10:01] "GET /projects?obj_uuids=b8d3c2a8-d6ed-4853-a033-91cba9b6958f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000922 10.0.0.23 - - [2026-06-15 02:10:01] "GET /project/b8d3c2a8-d6ed-4853-a033-91cba9b6958f?fields=security_groups HTTP/1.1" 200 1270 0.043225 10.0.0.65 - - [2026-06-15 02:10:02] "DELETE /project/7ab956b0-130b-4c10-91e8-abe79fe78162 HTTP/1.1" 404 177 0.014214 10.0.0.65 - - [2026-06-15 02:10:02] "DELETE /project/0f48675859d549b6af61d470d74e0ca6 HTTP/1.1" 404 173 0.019074 10.0.0.65 - - [2026-06-15 02:10:02] "DELETE /project/3ae2278bd91946cc93e10cf86406d3ad HTTP/1.1" 404 173 0.017278 10.0.0.65 - - [2026-06-15 02:10:02] "DELETE /project/d925c789748145b19839e94d22d29fff HTTP/1.1" 404 173 0.007698 10.0.0.65 - - [2026-06-15 02:10:02] "DELETE /project/6e849f8c92d44aeeb4aaa68ef43f2228 HTTP/1.1" 404 173 0.014494 10.0.0.65 - - [2026-06-15 02:10:02] "DELETE /project/b8d3c2a8d6ed4853a03391cba9b6958f HTTP/1.1" 404 173 0.012339 10.0.0.65 - - [2026-06-15 02:10:02] "GET /projects?obj_uuids=d925c789-7481-45b1-9839-e94d22d29fff&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000766 10.0.0.65 - - [2026-06-15 02:10:02] "GET /projects?obj_uuids=0f486758-59d5-49b6-af61-d470d74e0ca6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000828 10.0.0.65 - - [2026-06-15 02:10:02] "GET /projects?obj_uuids=6e849f8c-92d4-4aee-b4aa-a68ef43f2228&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000878 10.0.0.65 - - [2026-06-15 02:10:02] "GET /projects?obj_uuids=3ae2278b-d919-46cc-93e1-0cf86406d3ad&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000676 10.0.0.65 - - [2026-06-15 02:10:02] "GET /project/3ae2278b-d919-46cc-93e1-0cf86406d3ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.070993 10.0.0.65 - - [2026-06-15 02:10:02] "GET /projects?obj_uuids=3ae2278b-d919-46cc-93e1-0cf86406d3ad&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001091 10.0.0.65 - - [2026-06-15 02:10:02] "GET /project/0f486758-59d5-49b6-af61-d470d74e0ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.114250 10.0.0.65 - - [2026-06-15 02:10:02] "GET /project/d925c789-7481-45b1-9839-e94d22d29fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.116971 10.0.0.65 - - [2026-06-15 02:10:02] "GET /projects?obj_uuids=d925c789-7481-45b1-9839-e94d22d29fff&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003045 10.0.0.65 - - [2026-06-15 02:10:02] "GET /projects?obj_uuids=0f486758-59d5-49b6-af61-d470d74e0ca6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001276 10.0.0.65 - - [2026-06-15 02:10:02] "GET /project/6e849f8c-92d4-4aee-b4aa-a68ef43f2228?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.149371 10.0.0.65 - - [2026-06-15 02:10:02] "GET /projects?obj_uuids=6e849f8c-92d4-4aee-b4aa-a68ef43f2228&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001011 10.0.0.65 - - [2026-06-15 02:10:02] "GET /project/3ae2278b-d919-46cc-93e1-0cf86406d3ad?fields=security_groups HTTP/1.1" 200 1362 0.141336 10.0.0.65 - - [2026-06-15 02:10:02] "GET /project/d925c789-7481-45b1-9839-e94d22d29fff?fields=security_groups HTTP/1.1" 200 1360 0.114999 10.0.0.65 - - [2026-06-15 02:10:02] "GET /project/6e849f8c-92d4-4aee-b4aa-a68ef43f2228?fields=security_groups HTTP/1.1" 200 1347 0.118888 10.0.0.65 - - [2026-06-15 02:10:02] "GET /project/0f486758-59d5-49b6-af61-d470d74e0ca6?fields=security_groups HTTP/1.1" 200 1362 0.158856 10.0.0.65 - - [2026-06-15 02:10:02] "DELETE /security-group/32c5f747-645d-4790-a7dd-f4c29bca4539 HTTP/1.1" 200 115 0.117742 10.0.0.65 - - [2026-06-15 02:10:02] "GET /projects?obj_uuids=3ae2278b-d919-46cc-93e1-0cf86406d3ad&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001216 10.0.0.65 - - [2026-06-15 02:10:02] "DELETE /security-group/b04a92a4-3f94-4c33-8ae8-232ef24ad68d HTTP/1.1" 200 115 0.127915 10.0.0.65 - - [2026-06-15 02:10:02] "GET /projects?obj_uuids=d925c789-7481-45b1-9839-e94d22d29fff&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001310 10.0.0.65 - - [2026-06-15 02:10:02] "DELETE /security-group/838167d1-88bf-4338-9065-4bbad16a6593 HTTP/1.1" 200 115 0.129625 10.0.0.65 - - [2026-06-15 02:10:02] "DELETE /access-control-list/8029a8b9-ca17-44a0-a200-d720b9993c12 HTTP/1.1" 200 115 0.100344 10.0.0.65 - - [2026-06-15 02:10:02] "GET /projects?obj_uuids=6e849f8c-92d4-4aee-b4aa-a68ef43f2228&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001700 10.0.0.65 - - [2026-06-15 02:10:02] "DELETE /security-group/5298ee47-2c77-425d-87a5-2efe05e4d1b2 HTTP/1.1" 200 115 0.148901 10.0.0.65 - - [2026-06-15 02:10:02] "GET /project/3ae2278b-d919-46cc-93e1-0cf86406d3ad?fields=application_policy_sets HTTP/1.1" 200 1401 0.092727 10.0.0.65 - - [2026-06-15 02:10:02] "GET /projects?obj_uuids=0f486758-59d5-49b6-af61-d470d74e0ca6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001267 10.0.0.65 - - [2026-06-15 02:10:02] "GET /project/6e849f8c-92d4-4aee-b4aa-a68ef43f2228?fields=application_policy_sets HTTP/1.1" 200 1386 0.085067 10.0.0.65 - - [2026-06-15 02:10:03] "GET /project/d925c789-7481-45b1-9839-e94d22d29fff?fields=application_policy_sets HTTP/1.1" 200 1399 0.147261 10.0.0.65 - - [2026-06-15 02:10:03] "GET /project/0f486758-59d5-49b6-af61-d470d74e0ca6?fields=application_policy_sets HTTP/1.1" 200 1401 0.148428 10.0.0.65 - - [2026-06-15 02:10:03] "DELETE /access-control-list/357c2375-cec3-46c6-a9ce-14a1ef3041f9 HTTP/1.1" 200 115 0.076966 10.0.0.65 - - [2026-06-15 02:10:03] "DELETE /project/3ae2278b-d919-46cc-93e1-0cf86406d3ad HTTP/1.1" 200 115 0.890086 10.0.0.65 - - [2026-06-15 02:10:03] "DELETE /project/6e849f8c-92d4-4aee-b4aa-a68ef43f2228 HTTP/1.1" 200 115 0.900724 10.0.0.65 - - [2026-06-15 02:10:03] "DELETE /project/d925c789-7481-45b1-9839-e94d22d29fff HTTP/1.1" 200 115 0.950452 10.0.0.65 - - [2026-06-15 02:10:03] "DELETE /project/0f486758-59d5-49b6-af61-d470d74e0ca6 HTTP/1.1" 200 115 0.962676 10.0.0.65 - - [2026-06-15 02:10:03] "DELETE /access-control-list/edd4070b-2159-4905-aed7-e160c6fdcd10 HTTP/1.1" 200 115 0.081006 10.0.0.23 - - [2026-06-15 02:10:03] "POST /fqname-to-id HTTP/1.1" 404 183 0.084054 10.0.0.65 - - [2026-06-15 02:10:03] "GET /projects?obj_uuids=891c83a3-c71c-486a-8931-5f6a27ebe05f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003143 10.0.0.65 - - [2026-06-15 02:10:03] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000914 10.0.0.65 - - [2026-06-15 02:10:03] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007840 10.0.0.65 - - [2026-06-15 02:10:03] "POST /id-to-fqname HTTP/1.1" 200 185 0.008910 10.0.0.65 - - [2026-06-15 02:10:03] "POST /fqname-to-id HTTP/1.1" 404 194 0.013288 10.0.0.65 - - [2026-06-15 02:10:03] "POST /security-groups HTTP/1.1" 200 586 0.033727 10.0.0.65 - - [2026-06-15 02:10:03] "POST /projects HTTP/1.1" 200 575 0.349872 10.0.0.65 - - [2026-06-15 02:10:04] "POST /access-control-lists HTTP/1.1" 200 591 0.090759 10.0.0.65 - - [2026-06-15 02:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.428205 10.0.0.23 - - [2026-06-15 02:10:04] "GET /project/891c83a3-c71c-486a-8931-5f6a27ebe05f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1341 0.597941 10.0.0.23 - - [2026-06-15 02:10:05] "GET / HTTP/1.1" 200 35931 0.001333 10.0.0.23 - - [2026-06-15 02:10:05] "POST /fqname-to-id HTTP/1.1" 404 193 0.002815 10.0.0.65 - - [2026-06-15 02:10:05] "POST /fqname-to-id HTTP/1.1" 404 228 0.003812 10.0.0.65 - - [2026-06-15 02:10:05] "POST /access-control-lists HTTP/1.1" 200 588 0.045111 10.0.0.23 - - [2026-06-15 02:10:06] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.031256 10.0.0.65 - - [2026-06-15 02:10:06] "PUT /access-control-list/d48c5f54-0654-41d7-9c76-3cece827ff20 HTTP/1.1" 200 272 0.024332 10.0.0.23 - - [2026-06-15 02:10:06] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.190217 10.0.0.23 - - [2026-06-15 02:10:06] "POST /fqname-to-id HTTP/1.1" 404 193 0.006850 10.0.0.65 - - [2026-06-15 02:10:06] "POST /access-control-lists HTTP/1.1" 200 590 0.032336 10.0.0.65 - - [2026-06-15 02:10:07] "PUT /access-control-list/e8ea905e-bc99-4cff-9bf9-02faad35bb11 HTTP/1.1" 200 272 0.020864 10.0.0.23 - - [2026-06-15 02:10:07] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010217 10.0.0.23 - - [2026-06-15 02:10:07] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.128690 10.0.0.23 - - [2026-06-15 02:10:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000345 10.0.0.65 - - [2026-06-15 02:10:07] "PUT /access-control-list/e8ea905e-bc99-4cff-9bf9-02faad35bb11 HTTP/1.1" 200 272 0.019020 10.0.0.23 - - [2026-06-15 02:10:07] "POST /fqname-to-id HTTP/1.1" 404 210 0.024570 10.0.0.65 - - [2026-06-15 02:10:08] "POST /fqname-to-id HTTP/1.1" 404 244 0.003127 10.0.0.65 - - [2026-06-15 02:10:08] "PUT /access-control-list/01c827b5-b947-462c-98b8-0798cd130c2a HTTP/1.1" 200 272 0.025280 10.0.0.23 - - [2026-06-15 02:10:08] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.030134 10.0.0.23 - - [2026-06-15 02:10:08] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.140134 10.0.0.23 - - [2026-06-15 02:10:08] "POST /fqname-to-id HTTP/1.1" 404 210 0.007102 10.0.0.65 - - [2026-06-15 02:10:08] "POST /fqname-to-id HTTP/1.1" 404 245 0.006497 10.0.0.65 - - [2026-06-15 02:10:09] "POST /access-control-lists HTTP/1.1" 200 605 0.033130 10.0.0.23 - - [2026-06-15 02:10:09] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.012401 10.0.0.65 - - [2026-06-15 02:10:09] "PUT /access-control-list/73b70b1f-9545-4b19-97e1-55e970e4042f HTTP/1.1" 200 272 0.015511 10.0.0.23 - - [2026-06-15 02:10:09] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.188632 10.0.0.23 - - [2026-06-15 02:10:10] "GET /obj-perms HTTP/1.1" 200 4493 0.049986 10.0.0.23 - - [2026-06-15 02:10:11] "POST /neutron/router HTTP/1.1" 200 541 0.007301 10.0.0.65 - - [2026-06-15 02:10:11] "PUT /logical-router/d2897acd-c828-44c6-820f-0ff2b3541884 HTTP/1.1" 200 262 0.027479 10.0.0.23 - - [2026-06-15 02:10:11] "POST /neutron/router HTTP/1.1" 200 541 0.005655 10.0.0.23 - - [2026-06-15 02:10:11] "POST /neutron/router HTTP/1.1" 200 541 0.004089 10.0.0.23 - - [2026-06-15 02:10:11] "POST /neutron/router HTTP/1.1" 200 541 0.004103 10.0.0.23 - - [2026-06-15 02:10:11] "POST /neutron/router HTTP/1.1" 200 541 0.003552 10.0.0.23 - - [2026-06-15 02:10:11] "POST /neutron/router HTTP/1.1" 200 541 0.004043 10.0.0.23 - - [2026-06-15 02:10:11] "POST /neutron/router HTTP/1.1" 200 541 0.004572 10.0.0.23 - - [2026-06-15 02:10:11] "POST /neutron/router HTTP/1.1" 200 541 0.004705 10.0.0.23 - - [2026-06-15 02:10:11] "POST /neutron/router HTTP/1.1" 200 541 0.005360 10.0.0.23 - - [2026-06-15 02:10:11] "POST /neutron/router HTTP/1.1" 200 541 0.005596 10.0.0.23 - - [2026-06-15 02:10:11] "POST /neutron/router HTTP/1.1" 200 541 0.003677 10.0.0.23 - - [2026-06-15 02:10:11] "POST /neutron/router HTTP/1.1" 200 541 0.050491 10.0.0.65 - - [2026-06-15 02:10:11] "GET /projects?obj_uuids=891c83a3-c71c-486a-8931-5f6a27ebe05f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001447 10.0.0.23 - - [2026-06-15 02:10:11] "POST /neutron/router HTTP/1.1" 200 559 0.109038 10.0.0.65 - - [2026-06-15 02:10:12] "POST /route-targets HTTP/1.1" 200 327 0.041158 10.0.0.23 - - [2026-06-15 02:10:12] "POST /neutron/router HTTP/1.1" 200 559 0.004926 10.0.0.23 - - [2026-06-15 02:10:12] "POST /neutron/router HTTP/1.1" 200 559 0.006772 10.0.0.23 - - [2026-06-15 02:10:12] "POST /neutron/router HTTP/1.1" 200 559 0.004920 10.0.0.23 - - [2026-06-15 02:10:12] "POST /neutron/router HTTP/1.1" 200 559 0.004043 10.0.0.23 - - [2026-06-15 02:10:12] "POST /neutron/router HTTP/1.1" 200 559 0.004021 10.0.0.23 - - [2026-06-15 02:10:12] "POST /neutron/router HTTP/1.1" 200 559 0.004042 10.0.0.23 - - [2026-06-15 02:10:12] "POST /neutron/router HTTP/1.1" 200 559 0.003932 10.0.0.23 - - [2026-06-15 02:10:12] "POST /neutron/router HTTP/1.1" 200 559 0.003920 10.0.0.23 - - [2026-06-15 02:10:12] "POST /neutron/router HTTP/1.1" 200 559 0.004574 10.0.0.23 - - [2026-06-15 02:10:12] "POST /neutron/router HTTP/1.1" 200 559 0.004926 10.0.0.23 - - [2026-06-15 02:10:12] "POST /neutron/router HTTP/1.1" 200 559 0.041821 10.0.0.23 - - [2026-06-15 02:10:12] "POST /neutron/router HTTP/1.1" 200 559 0.004156 10.0.0.65 - - [2026-06-15 02:10:12] "GET /logical-router/30cf30a7-4654-4f60-94ed-1e3dcd3fb010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.054155 10.0.0.65 - - [2026-06-15 02:10:12] "DELETE /route-target/ba6f4a55-ba2f-4645-b7ce-c7fb85a9368c HTTP/1.1" 200 115 0.052506 10.0.0.23 - - [2026-06-15 02:10:12] "POST /neutron/router HTTP/1.1" 200 541 0.008433 10.0.0.23 - - [2026-06-15 02:10:12] "POST /neutron/router HTTP/1.1" 200 541 0.012011 10.0.0.23 - - [2026-06-15 02:10:13] "POST /neutron/router HTTP/1.1" 200 541 0.003772 10.0.0.23 - - [2026-06-15 02:10:13] "POST /neutron/router HTTP/1.1" 200 541 0.003784 10.0.0.23 - - [2026-06-15 02:10:13] "POST /neutron/router HTTP/1.1" 200 541 0.004801 10.0.0.23 - - [2026-06-15 02:10:13] "POST /neutron/router HTTP/1.1" 200 541 0.004890 10.0.0.23 - - [2026-06-15 02:10:13] "POST /neutron/router HTTP/1.1" 200 541 0.004722 10.0.0.23 - - [2026-06-15 02:10:13] "POST /neutron/router HTTP/1.1" 200 541 0.004804 10.0.0.23 - - [2026-06-15 02:10:13] "POST /neutron/router HTTP/1.1" 200 541 0.005077 10.0.0.23 - - [2026-06-15 02:10:13] "POST /neutron/router HTTP/1.1" 200 541 0.004665 10.0.0.23 - - [2026-06-15 02:10:13] "POST /neutron/router HTTP/1.1" 200 541 0.005847 10.0.0.23 - - [2026-06-15 02:10:13] "POST /neutron/router HTTP/1.1" 200 541 0.021711 10.0.0.65 - - [2026-06-15 02:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.23 - - [2026-06-15 02:10:13] "POST /neutron/router HTTP/1.1" 200 151 0.071474 10.0.0.23 - - [2026-06-15 02:10:13] "POST /neutron/security_group HTTP/1.1" 200 521 0.013282 10.0.0.65 - - [2026-06-15 02:10:13] "DELETE /access-control-list/73b70b1f-9545-4b19-97e1-55e970e4042f HTTP/1.1" 200 115 0.033884 10.0.0.23 - - [2026-06-15 02:10:13] "POST /neutron/security_group HTTP/1.1" 200 151 0.079936 10.0.0.65 - - [2026-06-15 02:10:13] "DELETE /access-control-list/34f82128-933c-47d7-9fc6-04852c3fc27f HTTP/1.1" 200 115 0.054916 10.0.0.65 - - [2026-06-15 02:10:14] "DELETE /access-control-list/d48c5f54-0654-41d7-9c76-3cece827ff20 HTTP/1.1" 200 115 0.046169 10.0.0.65 - - [2026-06-15 02:10:15] "GET /projects?obj_uuids=891c83a3-c71c-486a-8931-5f6a27ebe05f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.025677 10.0.0.23 - - [2026-06-15 02:10:15] "GET /project/891c83a3-c71c-486a-8931-5f6a27ebe05f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1341 0.088258 10.0.0.65 - - [2026-06-15 02:10:15] "GET /projects?obj_uuids=891c83a3-c71c-486a-8931-5f6a27ebe05f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001024 10.0.0.23 - - [2026-06-15 02:10:15] "GET /project/891c83a3-c71c-486a-8931-5f6a27ebe05f?fields=virtual_networks HTTP/1.1" 200 1020 0.037738 10.0.0.65 - - [2026-06-15 02:10:15] "GET /projects?obj_uuids=891c83a3-c71c-486a-8931-5f6a27ebe05f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000889 10.0.0.23 - - [2026-06-15 02:10:15] "GET /project/891c83a3-c71c-486a-8931-5f6a27ebe05f?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.043609 10.0.0.65 - - [2026-06-15 02:10:15] "GET /projects?obj_uuids=891c83a3-c71c-486a-8931-5f6a27ebe05f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001131 10.0.0.23 - - [2026-06-15 02:10:15] "GET /project/891c83a3-c71c-486a-8931-5f6a27ebe05f?fields=security_groups HTTP/1.1" 200 1241 0.038185 10.0.0.23 - - [2026-06-15 02:10:16] "POST /fqname-to-id HTTP/1.1" 404 184 0.026207 10.0.0.65 - - [2026-06-15 02:10:16] "GET /projects?obj_uuids=3c7758db-a893-4e0e-9556-933c3d3b96c6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002717 10.0.0.65 - - [2026-06-15 02:10:16] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000943 10.0.0.65 - - [2026-06-15 02:10:16] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.031442 10.0.0.65 - - [2026-06-15 02:10:16] "POST /id-to-fqname HTTP/1.1" 200 186 0.006647 10.0.0.65 - - [2026-06-15 02:10:16] "POST /fqname-to-id HTTP/1.1" 404 195 0.011458 10.0.0.65 - - [2026-06-15 02:10:16] "POST /security-groups HTTP/1.1" 200 587 0.082904 10.0.0.65 - - [2026-06-15 02:10:16] "POST /projects HTTP/1.1" 200 577 0.294777 10.0.0.65 - - [2026-06-15 02:10:16] "POST /fqname-to-id HTTP/1.1" 404 229 0.004751 10.0.0.65 - - [2026-06-15 02:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.363182 10.0.0.23 - - [2026-06-15 02:10:16] "GET /project/3c7758db-a893-4e0e-9556-933c3d3b96c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.517391 10.0.0.23 - - [2026-06-15 02:10:18] "GET / HTTP/1.1" 200 35931 0.002312 10.0.0.23 - - [2026-06-15 02:10:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000442 10.0.0.23 - - [2026-06-15 02:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.053957 10.0.0.65 - - [2026-06-15 02:10:20] "GET /projects?obj_uuids=3c7758db-a893-4e0e-9556-933c3d3b96c6&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001557 10.0.0.23 - - [2026-06-15 02:10:20] "GET /project/3c7758db-a893-4e0e-9556-933c3d3b96c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.052304 10.0.0.23 - - [2026-06-15 02:10:20] "POST /neutron/network HTTP/1.1" 200 117 0.034921 10.0.0.65 - - [2026-06-15 02:10:20] "POST /ref-update HTTP/1.1" 200 156 0.021639 10.0.0.23 - - [2026-06-15 02:10:20] "POST /neutron/network HTTP/1.1" 200 821 0.007679 10.0.0.23 - - [2026-06-15 02:10:20] "POST /id-to-fqname HTTP/1.1" 200 216 0.000978 10.0.0.23 - - [2026-06-15 02:10:20] "GET /virtual-network/76555f9d-4385-48a6-9990-3569705a2e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005231 10.0.0.23 - - [2026-06-15 02:10:20] "GET /virtual-network/76555f9d-4385-48a6-9990-3569705a2e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005421 10.0.0.23 - - [2026-06-15 02:10:20] "POST /neutron/subnet HTTP/1.1" 200 729 0.009698 10.0.0.23 - - [2026-06-15 02:10:20] "POST /fqname-to-id HTTP/1.1" 404 206 0.002693 10.0.0.23 - - [2026-06-15 02:10:20] "GET /virtual-network/76555f9d-4385-48a6-9990-3569705a2e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.004886 10.0.0.23 - - [2026-06-15 02:10:21] "GET /virtual-machine-interface/b2d399bd-39b6-40a7-ad17-3bd0fef847a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2384 0.008203 10.0.0.23 - - [2026-06-15 02:10:21] "GET /virtual-machine-interface/b2d399bd-39b6-40a7-ad17-3bd0fef847a1?fields=instance_ip_back_refs HTTP/1.1" 200 1317 0.007935 10.0.0.23 - - [2026-06-15 02:10:21] "GET /instance-ip/e360e581-6b52-4480-8793-56dcc9bbcafc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1595 0.004098 10.0.0.23 - - [2026-06-15 02:10:21] "POST /neutron/port HTTP/1.1" 200 151 0.097204 10.0.0.23 - - [2026-06-15 02:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.65 - - [2026-06-15 02:10:24] "GET /projects?obj_uuids=3c7758db-a893-4e0e-9556-933c3d3b96c6&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000797 10.0.0.23 - - [2026-06-15 02:10:24] "GET /project/3c7758db-a893-4e0e-9556-933c3d3b96c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.048645 10.0.0.23 - - [2026-06-15 02:10:24] "POST /neutron/network HTTP/1.1" 200 117 0.010456 10.0.0.65 - - [2026-06-15 02:10:24] "POST /route-targets HTTP/1.1" 200 327 0.012074 10.0.0.65 - - [2026-06-15 02:10:25] "POST /useragent-kv HTTP/1.1" 200 115 0.007750 10.0.0.23 - - [2026-06-15 02:10:25] "POST /neutron/subnet HTTP/1.1" 200 715 0.246851 10.0.0.23 - - [2026-06-15 02:10:25] "POST /id-to-fqname HTTP/1.1" 200 217 0.001241 10.0.0.23 - - [2026-06-15 02:10:25] "GET /virtual-network/aa238975-aec7-486a-9013-5094f2af6e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005254 10.0.0.23 - - [2026-06-15 02:10:25] "GET /virtual-network/aa238975-aec7-486a-9013-5094f2af6e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005550 10.0.0.23 - - [2026-06-15 02:10:25] "POST /neutron/network HTTP/1.1" 200 977 0.007754 10.0.0.65 - - [2026-06-15 02:10:25] "GET /projects?obj_uuids=3c7758db-a893-4e0e-9556-933c3d3b96c6&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001101 10.0.0.23 - - [2026-06-15 02:10:25] "POST /neutron/port HTTP/1.1" 200 1019 0.242250 10.0.0.23 - - [2026-06-15 02:10:25] "POST /id-to-fqname HTTP/1.1" 200 217 0.001293 10.0.0.23 - - [2026-06-15 02:10:25] "POST /neutron/port HTTP/1.1" 200 1019 0.010736 10.0.0.23 - - [2026-06-15 02:10:26] "POST /neutron/port HTTP/1.1" 200 117 0.007897 10.0.0.23 - - [2026-06-15 02:10:26] "POST /id-to-fqname HTTP/1.1" 200 217 0.001199 10.0.0.23 - - [2026-06-15 02:10:26] "POST /neutron/port HTTP/1.1" 200 1016 0.018233 10.0.0.23 - - [2026-06-15 02:10:26] "POST /neutron/port HTTP/1.1" 200 1019 0.012559 10.0.0.23 - - [2026-06-15 02:10:26] "POST /neutron/port HTTP/1.1" 200 117 0.008596 10.0.0.23 - - [2026-06-15 02:10:30] "POST /neutron/port HTTP/1.1" 200 1016 0.013618 10.0.0.23 - - [2026-06-15 02:10:30] "POST /neutron/network HTTP/1.1" 200 987 0.005929 10.0.0.23 - - [2026-06-15 02:10:30] "POST /neutron/port HTTP/1.1" 200 1016 0.011232 10.0.0.23 - - [2026-06-15 02:10:31] "POST /neutron/port HTTP/1.1" 200 1111 0.167557 10.0.0.23 - - [2026-06-15 02:10:32] "POST /neutron/port HTTP/1.1" 200 1118 0.025441 10.0.0.23 - - [2026-06-15 02:10:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003593 10.0.0.23 - - [2026-06-15 02:10:32] "POST /neutron/port HTTP/1.1" 200 117 0.001076 10.0.0.23 - - [2026-06-15 02:10:32] "POST /neutron/network HTTP/1.1" 200 977 0.009915 10.0.0.23 - - [2026-06-15 02:10:41] "POST /neutron/port HTTP/1.1" 200 1121 0.017923 10.0.0.23 - - [2026-06-15 02:10:42] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006622 10.0.0.23 - - [2026-06-15 02:10:42] "POST /neutron/port HTTP/1.1" 200 1121 0.015342 10.0.0.23 - - [2026-06-15 02:10:42] "GET /virtual-machine/ce3f0c96-e3bc-4ef4-b08b-cd265e979795 HTTP/1.1" 401 292 0.000402 10.0.0.23 - - [2026-06-15 02:10:42] "GET /virtual-machine/ce3f0c96-e3bc-4ef4-b08b-cd265e979795 HTTP/1.1" 200 1285 0.024082 10.0.0.23 - - [2026-06-15 02:10:42] "GET /virtual-machine-interface/ffc92118-deef-4d38-a1e5-38dd2aa38a87 HTTP/1.1" 200 2924 0.004862 10.0.0.23 - - [2026-06-15 02:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.23 - - [2026-06-15 02:10:42] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003511 10.0.0.23 - - [2026-06-15 02:10:42] "GET /virtual-networks?parent_id=3c7758db-a893-4e0e-9556-933c3d3b96c6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002706 10.0.0.23 - - [2026-06-15 02:10:42] "GET /virtual-network/aa238975-aec7-486a-9013-5094f2af6e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005690 10.0.0.23 - - [2026-06-15 02:10:43] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006261 10.0.0.23 - - [2026-06-15 02:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.23 - - [2026-06-15 02:10:43] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003802 10.0.0.23 - - [2026-06-15 02:10:43] "GET /virtual-networks?parent_id=3c7758db-a893-4e0e-9556-933c3d3b96c6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002847 10.0.0.23 - - [2026-06-15 02:10:43] "GET /virtual-network/aa238975-aec7-486a-9013-5094f2af6e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005318 10.0.0.23 - - [2026-06-15 02:10:44] "POST /neutron/port HTTP/1.1" 200 1118 0.019674 10.0.0.23 - - [2026-06-15 02:10:44] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007170 10.0.0.23 - - [2026-06-15 02:10:44] "GET /virtual-machine/0c8c37c3-2d73-4344-b74a-c2558b6f64a3 HTTP/1.1" 200 1283 0.005444 10.0.0.23 - - [2026-06-15 02:10:44] "GET /virtual-machine-interface/18fb3768-c1a7-4fad-b816-ba173a4f77ec HTTP/1.1" 200 2923 0.004773 10.0.0.23 - - [2026-06-15 02:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.012944 10.0.0.23 - - [2026-06-15 02:10:44] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004501 10.0.0.23 - - [2026-06-15 02:10:44] "GET /virtual-networks?parent_id=3c7758db-a893-4e0e-9556-933c3d3b96c6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004082 10.0.0.23 - - [2026-06-15 02:10:44] "GET /virtual-network/aa238975-aec7-486a-9013-5094f2af6e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.008377 10.0.0.23 - - [2026-06-15 02:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.23 - - [2026-06-15 02:10:45] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004526 10.0.0.23 - - [2026-06-15 02:10:45] "GET /virtual-networks?parent_id=3c7758db-a893-4e0e-9556-933c3d3b96c6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002890 10.0.0.23 - - [2026-06-15 02:10:45] "GET /virtual-network/aa238975-aec7-486a-9013-5094f2af6e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006650 10.0.0.23 - - [2026-06-15 02:10:48] "POST /neutron/port HTTP/1.1" 200 151 0.198903 10.0.0.23 - - [2026-06-15 02:10:49] "POST /neutron/port HTTP/1.1" 200 151 0.185452 10.0.0.65 - - [2026-06-15 02:10:49] "DELETE /route-target/5c9cef61-797e-4f90-84f7-ebeb08211d8a HTTP/1.1" 200 115 0.042590 10.0.0.23 - - [2026-06-15 02:10:50] "POST /neutron/port HTTP/1.1" 400 205 0.004589 10.0.0.23 - - [2026-06-15 02:10:50] "POST /neutron/port HTTP/1.1" 400 205 0.004237 10.0.0.65 - - [2026-06-15 02:10:50] "GET /projects?obj_uuids=3c7758db-a893-4e0e-9556-933c3d3b96c6&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002219 10.0.0.23 - - [2026-06-15 02:10:50] "GET /project/3c7758db-a893-4e0e-9556-933c3d3b96c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.104955 10.0.0.65 - - [2026-06-15 02:10:50] "GET /projects?obj_uuids=3c7758db-a893-4e0e-9556-933c3d3b96c6&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001017 10.0.0.23 - - [2026-06-15 02:10:50] "GET /project/3c7758db-a893-4e0e-9556-933c3d3b96c6?fields=virtual_networks HTTP/1.1" 200 1023 0.085714 10.0.0.65 - - [2026-06-15 02:10:50] "GET /projects?obj_uuids=3c7758db-a893-4e0e-9556-933c3d3b96c6&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000935 10.0.0.23 - - [2026-06-15 02:10:50] "GET /project/3c7758db-a893-4e0e-9556-933c3d3b96c6?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.053164 10.0.0.65 - - [2026-06-15 02:10:50] "GET /projects?obj_uuids=3c7758db-a893-4e0e-9556-933c3d3b96c6&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000869 10.0.0.23 - - [2026-06-15 02:10:50] "GET /project/3c7758db-a893-4e0e-9556-933c3d3b96c6?fields=security_groups HTTP/1.1" 200 1245 0.036706 10.0.0.23 - - [2026-06-15 02:10:51] "POST /fqname-to-id HTTP/1.1" 404 186 0.030425 10.0.0.65 - - [2026-06-15 02:10:51] "GET /projects?obj_uuids=b4d4f20a-495e-44af-9dc0-f89e411ec8c9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004780 10.0.0.65 - - [2026-06-15 02:10:51] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001239 10.0.0.65 - - [2026-06-15 02:10:51] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008559 10.0.0.65 - - [2026-06-15 02:10:52] "POST /id-to-fqname HTTP/1.1" 200 188 0.008026 10.0.0.65 - - [2026-06-15 02:10:52] "POST /fqname-to-id HTTP/1.1" 404 197 0.007682 10.0.0.65 - - [2026-06-15 02:10:52] "POST /security-groups HTTP/1.1" 200 589 0.077311 10.0.0.65 - - [2026-06-15 02:10:52] "POST /projects HTTP/1.1" 200 581 0.292009 10.0.0.65 - - [2026-06-15 02:10:52] "POST /fqname-to-id HTTP/1.1" 404 231 0.006396 10.0.0.65 - - [2026-06-15 02:10:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.361745 10.0.0.23 - - [2026-06-15 02:10:52] "GET /project/b4d4f20a-495e-44af-9dc0-f89e411ec8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.499828 10.0.0.23 - - [2026-06-15 02:10:53] "GET / HTTP/1.1" 200 35931 0.002156 10.0.0.23 - - [2026-06-15 02:10:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000759 10.0.0.23 - - [2026-06-15 02:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.058943 10.0.0.65 - - [2026-06-15 02:10:55] "GET /projects?obj_uuids=b4d4f20a-495e-44af-9dc0-f89e411ec8c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001054 10.0.0.23 - - [2026-06-15 02:10:55] "GET /project/b4d4f20a-495e-44af-9dc0-f89e411ec8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.043676 10.0.0.23 - - [2026-06-15 02:10:55] "POST /neutron/network HTTP/1.1" 200 117 0.027727 10.0.0.65 - - [2026-06-15 02:10:55] "POST /ref-update HTTP/1.1" 200 156 0.028025 10.0.0.23 - - [2026-06-15 02:10:56] "POST /neutron/network HTTP/1.1" 200 825 0.007650 10.0.0.23 - - [2026-06-15 02:10:56] "POST /id-to-fqname HTTP/1.1" 200 219 0.001078 10.0.0.23 - - [2026-06-15 02:10:56] "GET /virtual-network/598308f5-0672-4bee-b3d4-95b3c9230bab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004667 10.0.0.23 - - [2026-06-15 02:10:56] "GET /virtual-network/598308f5-0672-4bee-b3d4-95b3c9230bab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005238 10.0.0.23 - - [2026-06-15 02:10:56] "POST /neutron/subnet HTTP/1.1" 200 729 0.010086 10.0.0.23 - - [2026-06-15 02:10:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002690 10.0.0.65 - - [2026-06-15 02:10:56] "GET /projects?obj_uuids=b4d4f20a-495e-44af-9dc0-f89e411ec8c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000940 10.0.0.23 - - [2026-06-15 02:10:56] "GET /project/b4d4f20a-495e-44af-9dc0-f89e411ec8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.039014 10.0.0.65 - - [2026-06-15 02:10:56] "POST /useragent-kv HTTP/1.1" 200 115 0.014559 10.0.0.23 - - [2026-06-15 02:10:56] "POST /neutron/subnet HTTP/1.1" 200 720 0.215373 10.0.0.23 - - [2026-06-15 02:10:56] "POST /id-to-fqname HTTP/1.1" 200 219 0.001613 10.0.0.23 - - [2026-06-15 02:10:56] "GET /virtual-network/68004be6-38c8-4de6-9405-f24ac455f923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005798 10.0.0.23 - - [2026-06-15 02:10:56] "GET /virtual-network/68004be6-38c8-4de6-9405-f24ac455f923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005687 10.0.0.23 - - [2026-06-15 02:10:56] "POST /neutron/network HTTP/1.1" 200 823 0.006331 10.0.0.23 - - [2026-06-15 02:10:56] "POST /id-to-fqname HTTP/1.1" 200 219 0.001147 10.0.0.65 - - [2026-06-15 02:10:57] "GET /projects?obj_uuids=b4d4f20a-495e-44af-9dc0-f89e411ec8c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001193 10.0.0.23 - - [2026-06-15 02:10:57] "GET /project/b4d4f20a-495e-44af-9dc0-f89e411ec8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.078402 10.0.0.23 - - [2026-06-15 02:10:57] "POST /neutron/network HTTP/1.1" 200 825 0.006221 10.0.0.23 - - [2026-06-15 02:10:57] "POST /id-to-fqname HTTP/1.1" 200 219 0.001187 10.0.0.23 - - [2026-06-15 02:10:57] "POST /neutron/port HTTP/1.1" 200 117 0.005783 10.0.0.65 - - [2026-06-15 02:10:58] "GET /projects?obj_uuids=b4d4f20a-495e-44af-9dc0-f89e411ec8c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001105 10.0.0.23 - - [2026-06-15 02:10:58] "GET /project/b4d4f20a-495e-44af-9dc0-f89e411ec8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.061223 10.0.0.23 - - [2026-06-15 02:10:58] "POST /neutron/port HTTP/1.1" 200 117 0.008527 10.0.0.23 - - [2026-06-15 02:10:59] "POST /neutron/router HTTP/1.1" 200 580 0.010721 10.0.0.65 - - [2026-06-15 02:10:59] "POST /route-targets HTTP/1.1" 200 327 0.017848 10.0.0.23 - - [2026-06-15 02:11:02] "POST /neutron/network HTTP/1.1" 200 835 0.007089 10.0.0.23 - - [2026-06-15 02:11:02] "POST /neutron/port HTTP/1.1" 200 1059 0.021502 10.0.0.65 - - [2026-06-15 02:11:02] "DELETE /access-control-list/01508fc1-35ef-42b2-bfc4-d4822573f480 HTTP/1.1" 200 115 0.046973 10.0.0.65 - - [2026-06-15 02:11:03] "GET /projects?obj_uuids=b4d4f20a-495e-44af-9dc0-f89e411ec8c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001392 10.0.0.65 - - [2026-06-15 02:11:03] "DELETE /project/891c83a3c71c486a89315f6a27ebe05f HTTP/1.1" 404 173 0.012661 10.0.0.65 - - [2026-06-15 02:11:03] "DELETE /project/b4d4f20a495e44af9dc0f89e411ec8c9 HTTP/1.1" 404 173 0.014453 10.0.0.65 - - [2026-06-15 02:11:03] "DELETE /project/3c7758dba8934e0e9556933c3d3b96c6 HTTP/1.1" 404 173 0.010469 10.0.0.65 - - [2026-06-15 02:11:03] "DELETE /project/b8d3c2a8-d6ed-4853-a033-91cba9b6958f HTTP/1.1" 404 177 0.010086 10.0.0.65 - - [2026-06-15 02:11:03] "GET /projects?obj_uuids=3c7758db-a893-4e0e-9556-933c3d3b96c6&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001068 10.0.0.65 - - [2026-06-15 02:11:03] "GET /projects?obj_uuids=891c83a3-c71c-486a-8931-5f6a27ebe05f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000828 10.0.0.23 - - [2026-06-15 02:11:03] "POST /neutron/port HTTP/1.1" 200 1057 0.348595 10.0.0.65 - - [2026-06-15 02:11:03] "GET /project/891c83a3-c71c-486a-8931-5f6a27ebe05f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.070287 10.0.0.65 - - [2026-06-15 02:11:03] "GET /project/3c7758db-a893-4e0e-9556-933c3d3b96c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.077489 10.0.0.65 - - [2026-06-15 02:11:03] "GET /projects?obj_uuids=891c83a3-c71c-486a-8931-5f6a27ebe05f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002102 10.0.0.65 - - [2026-06-15 02:11:03] "GET /projects?obj_uuids=3c7758db-a893-4e0e-9556-933c3d3b96c6&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001000 10.0.0.65 - - [2026-06-15 02:11:03] "GET /project/891c83a3-c71c-486a-8931-5f6a27ebe05f?fields=security_groups HTTP/1.1" 200 1346 0.073422 10.0.0.65 - - [2026-06-15 02:11:03] "GET /project/3c7758db-a893-4e0e-9556-933c3d3b96c6?fields=security_groups HTTP/1.1" 200 1350 0.097080 10.0.0.23 - - [2026-06-15 02:11:03] "POST /neutron/port HTTP/1.1" 200 1111 0.165834 10.0.0.65 - - [2026-06-15 02:11:03] "DELETE /security-group/b4b45ee8-e59b-4fec-8848-4431f04917be HTTP/1.1" 200 115 0.109160 10.0.0.65 - - [2026-06-15 02:11:03] "GET /projects?obj_uuids=891c83a3-c71c-486a-8931-5f6a27ebe05f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000804 10.0.0.23 - - [2026-06-15 02:11:03] "POST /neutron/subnet HTTP/1.1" 200 703 0.020997 10.0.0.65 - - [2026-06-15 02:11:03] "DELETE /security-group/0efeab74-f701-4c95-aa0b-7b0add108aca HTTP/1.1" 200 115 0.100554 10.0.0.65 - - [2026-06-15 02:11:03] "GET /projects?obj_uuids=3c7758db-a893-4e0e-9556-933c3d3b96c6&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002401 10.0.0.65 - - [2026-06-15 02:11:03] "GET /project/891c83a3-c71c-486a-8931-5f6a27ebe05f?fields=application_policy_sets HTTP/1.1" 200 1385 0.107111 10.0.0.65 - - [2026-06-15 02:11:03] "DELETE /access-control-list/802d6d15-e0ad-4ad8-90b2-e9d4daab8845 HTTP/1.1" 200 115 0.090519 10.0.0.65 - - [2026-06-15 02:11:03] "GET /project/3c7758db-a893-4e0e-9556-933c3d3b96c6?fields=application_policy_sets HTTP/1.1" 200 1389 0.104314 10.0.0.65 - - [2026-06-15 02:11:04] "DELETE /project/891c83a3-c71c-486a-8931-5f6a27ebe05f HTTP/1.1" 200 115 0.693170 10.0.0.65 - - [2026-06-15 02:11:04] "DELETE /project/3c7758db-a893-4e0e-9556-933c3d3b96c6 HTTP/1.1" 200 115 0.731696 10.0.0.23 - - [2026-06-15 02:11:04] "POST /neutron/port HTTP/1.1" 200 1123 0.025471 10.0.0.23 - - [2026-06-15 02:11:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003880 10.0.0.23 - - [2026-06-15 02:11:04] "POST /neutron/network HTTP/1.1" 200 823 0.008233 10.0.0.23 - - [2026-06-15 02:11:09] "POST /neutron/port HTTP/1.1" 200 1123 0.020751 10.0.0.23 - - [2026-06-15 02:11:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010524 10.0.0.23 - - [2026-06-15 02:11:09] "GET /virtual-machine/2edb149e-23dc-4b17-8017-ef38cab7a5c4 HTTP/1.1" 401 292 0.000591 10.0.0.23 - - [2026-06-15 02:11:10] "GET /virtual-machine/2edb149e-23dc-4b17-8017-ef38cab7a5c4 HTTP/1.1" 200 1289 0.026684 10.0.0.23 - - [2026-06-15 02:11:10] "GET /virtual-machine-interface/339d4430-0eb1-40ae-9537-665b901ab612 HTTP/1.1" 200 2933 0.005550 10.0.0.23 - - [2026-06-15 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004237 10.0.0.23 - - [2026-06-15 02:11:10] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005877 10.0.0.23 - - [2026-06-15 02:11:10] "GET /virtual-networks?parent_id=b4d4f20a-495e-44af-9dc0-f89e411ec8c9&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003801 10.0.0.23 - - [2026-06-15 02:11:10] "GET /virtual-network/598308f5-0672-4bee-b3d4-95b3c9230bab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007017 10.0.0.23 - - [2026-06-15 02:11:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008636 10.0.0.23 - - [2026-06-15 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.23 - - [2026-06-15 02:11:13] "GET /virtual-network/598308f5-0672-4bee-b3d4-95b3c9230bab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007644 10.0.0.23 - - [2026-06-15 02:11:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003453 10.0.0.23 - - [2026-06-15 02:11:14] "POST /neutron/network HTTP/1.1" 200 823 0.015291 10.0.0.23 - - [2026-06-15 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005895 10.0.0.23 - - [2026-06-15 02:11:15] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004446 10.0.0.23 - - [2026-06-15 02:11:15] "GET /virtual-networks?parent_id=b4d4f20a-495e-44af-9dc0-f89e411ec8c9&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.004170 10.0.0.23 - - [2026-06-15 02:11:15] "GET /virtual-network/598308f5-0672-4bee-b3d4-95b3c9230bab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007689 10.0.0.23 - - [2026-06-15 02:11:15] "POST /neutron/port HTTP/1.1" 200 1121 0.025018 10.0.0.23 - - [2026-06-15 02:11:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008328 10.0.0.23 - - [2026-06-15 02:11:16] "GET /virtual-machine/54894c57-9032-4a2b-9d97-4d6817b87350 HTTP/1.1" 200 1290 0.008242 10.0.0.23 - - [2026-06-15 02:11:16] "GET /virtual-machine-interface/4c262062-1730-4957-b7e3-c0e397ea4119 HTTP/1.1" 200 2933 0.006219 10.0.0.23 - - [2026-06-15 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004181 10.0.0.23 - - [2026-06-15 02:11:16] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003444 10.0.0.23 - - [2026-06-15 02:11:16] "GET /virtual-networks?parent_id=b4d4f20a-495e-44af-9dc0-f89e411ec8c9&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002801 10.0.0.23 - - [2026-06-15 02:11:16] "GET /virtual-network/68004be6-38c8-4de6-9405-f24ac455f923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006302 10.0.0.23 - - [2026-06-15 02:11:16] "POST /neutron/port HTTP/1.1" 200 1123 0.017873 10.0.0.23 - - [2026-06-15 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.23 - - [2026-06-15 02:11:17] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004164 10.0.0.23 - - [2026-06-15 02:11:17] "GET /virtual-networks?parent_id=b4d4f20a-495e-44af-9dc0-f89e411ec8c9&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003220 10.0.0.23 - - [2026-06-15 02:11:17] "GET /virtual-network/68004be6-38c8-4de6-9405-f24ac455f923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006407 10.0.0.23 - - [2026-06-15 02:11:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004757 10.0.0.23 - - [2026-06-15 02:11:18] "POST /neutron/network HTTP/1.1" 200 825 0.007983 10.0.0.65 - - [2026-06-15 02:11:21] "POST /ref-update HTTP/1.1" 200 156 0.027961 10.0.0.23 - - [2026-06-15 02:11:21] "POST /neutron/port HTTP/1.1" 200 1920 0.067086 10.0.0.23 - - [2026-06-15 02:11:27] "POST /neutron/router HTTP/1.1" 200 580 0.007826 10.0.0.65 - - [2026-06-15 02:11:29] "POST /ref-update HTTP/1.1" 200 156 0.020634 10.0.0.23 - - [2026-06-15 02:11:29] "POST /neutron/router HTTP/1.1" 200 344 0.203060 10.0.0.23 - - [2026-06-15 02:11:30] "POST /neutron/router HTTP/1.1" 200 580 0.006974 10.0.0.65 - - [2026-06-15 02:11:30] "DELETE /route-target/ed22fc7f-7010-4ea9-9d88-544625f1f5be HTTP/1.1" 200 115 0.040015 10.0.0.23 - - [2026-06-15 02:11:30] "POST /neutron/network HTTP/1.1" 400 204 0.015759 10.0.0.23 - - [2026-06-15 02:11:32] "POST /neutron/port HTTP/1.1" 200 151 0.277817 10.0.0.23 - - [2026-06-15 02:11:32] "POST /neutron/port HTTP/1.1" 200 151 0.297082 10.0.0.23 - - [2026-06-15 02:11:34] "POST /neutron/network HTTP/1.1" 200 823 0.006397 10.0.0.65 - - [2026-06-15 02:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006371 10.0.0.65 - - [2026-06-15 02:11:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002829 10.0.0.65 - - [2026-06-15 02:11:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003664 10.0.0.23 - - [2026-06-15 02:11:34] "POST /neutron/network HTTP/1.1" 200 151 0.148728 10.0.0.65 - - [2026-06-15 02:11:36] "GET /projects?obj_uuids=b4d4f20a-495e-44af-9dc0-f89e411ec8c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000928 10.0.0.23 - - [2026-06-15 02:11:36] "GET /project/b4d4f20a-495e-44af-9dc0-f89e411ec8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.051238 10.0.0.65 - - [2026-06-15 02:11:36] "GET /projects?obj_uuids=b4d4f20a-495e-44af-9dc0-f89e411ec8c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000863 10.0.0.23 - - [2026-06-15 02:11:36] "GET /project/b4d4f20a-495e-44af-9dc0-f89e411ec8c9?fields=virtual_networks HTTP/1.1" 200 1028 0.070141 10.0.0.65 - - [2026-06-15 02:11:36] "GET /projects?obj_uuids=b4d4f20a-495e-44af-9dc0-f89e411ec8c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001010 10.0.0.23 - - [2026-06-15 02:11:36] "GET /project/b4d4f20a-495e-44af-9dc0-f89e411ec8c9?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.050956 10.0.0.65 - - [2026-06-15 02:11:36] "GET /projects?obj_uuids=b4d4f20a-495e-44af-9dc0-f89e411ec8c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000894 10.0.0.23 - - [2026-06-15 02:11:36] "GET /project/b4d4f20a-495e-44af-9dc0-f89e411ec8c9?fields=security_groups HTTP/1.1" 200 1252 0.034804 10.0.0.23 - - [2026-06-15 02:11:37] "POST /fqname-to-id HTTP/1.1" 404 191 0.037929 10.0.0.65 - - [2026-06-15 02:11:37] "GET /projects?obj_uuids=f4a2fd92-2bbe-48a0-a649-711575abc117&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003691 10.0.0.65 - - [2026-06-15 02:11:37] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000884 10.0.0.65 - - [2026-06-15 02:11:37] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007572 10.0.0.65 - - [2026-06-15 02:11:37] "POST /id-to-fqname HTTP/1.1" 200 193 0.003605 10.0.0.65 - - [2026-06-15 02:11:37] "POST /fqname-to-id HTTP/1.1" 404 202 0.003417 10.0.0.65 - - [2026-06-15 02:11:37] "POST /security-groups HTTP/1.1" 200 594 0.029246 10.0.0.65 - - [2026-06-15 02:11:37] "POST /projects HTTP/1.1" 200 591 0.229551 10.0.0.65 - - [2026-06-15 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.265305 10.0.0.65 - - [2026-06-15 02:11:37] "POST /access-control-lists HTTP/1.1" 200 599 0.033125 10.0.0.23 - - [2026-06-15 02:11:37] "GET /project/f4a2fd92-2bbe-48a0-a649-711575abc117?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.410685 10.0.0.23 - - [2026-06-15 02:11:39] "GET / HTTP/1.1" 200 35931 0.002078 10.0.0.23 - - [2026-06-15 02:11:41] "GET /project/f4a2fd92-2bbe-48a0-a649-711575abc117?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000413 10.0.0.65 - - [2026-06-15 02:11:41] "GET /projects?obj_uuids=f4a2fd92-2bbe-48a0-a649-711575abc117&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000859 10.0.0.23 - - [2026-06-15 02:11:41] "GET /project/f4a2fd92-2bbe-48a0-a649-711575abc117?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.064876 10.0.0.23 - - [2026-06-15 02:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.23 - - [2026-06-15 02:11:41] "GET /security-group/2102b631-399a-4b3f-8e58-11702c75d632?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.005609 10.0.0.23 - - [2026-06-15 02:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.65 - - [2026-06-15 02:11:41] "GET /projects?obj_uuids=f4a2fd92-2bbe-48a0-a649-711575abc117&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000872 10.0.0.23 - - [2026-06-15 02:11:41] "GET /project/f4a2fd92-2bbe-48a0-a649-711575abc117?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.038957 10.0.0.23 - - [2026-06-15 02:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.23 - - [2026-06-15 02:11:41] "GET /security-group/2102b631-399a-4b3f-8e58-11702c75d632?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.006431 10.0.0.23 - - [2026-06-15 02:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002778 10.0.0.23 - - [2026-06-15 02:11:41] "PUT /security-group/2102b631-399a-4b3f-8e58-11702c75d632 HTTP/1.1" 200 262 0.034637 10.0.0.65 - - [2026-06-15 02:11:41] "PUT /access-control-list/b69d6a0f-8730-4031-9305-50b6ad3bdd14 HTTP/1.1" 200 272 0.011782 10.0.0.23 - - [2026-06-15 02:11:41] "POST /fqname-to-id HTTP/1.1" 404 202 0.006997 10.0.0.23 - - [2026-06-15 02:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.65 - - [2026-06-15 02:11:42] "GET /projects?obj_uuids=f4a2fd92-2bbe-48a0-a649-711575abc117&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001455 10.0.0.23 - - [2026-06-15 02:11:42] "GET /project/f4a2fd92-2bbe-48a0-a649-711575abc117?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.044056 10.0.0.65 - - [2026-06-15 02:11:42] "POST /ref-update HTTP/1.1" 200 156 0.024774 10.0.0.65 - - [2026-06-15 02:11:42] "POST /useragent-kv HTTP/1.1" 200 115 0.007141 10.0.0.23 - - [2026-06-15 02:11:42] "POST /neutron/subnet HTTP/1.1" 200 715 0.203779 10.0.0.23 - - [2026-06-15 02:11:42] "POST /id-to-fqname HTTP/1.1" 200 223 0.001474 10.0.0.23 - - [2026-06-15 02:11:42] "GET /virtual-network/dfdff02e-2fd3-4773-8e10-3f12ea10697b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005410 10.0.0.23 - - [2026-06-15 02:11:42] "GET /virtual-network/dfdff02e-2fd3-4773-8e10-3f12ea10697b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005889 10.0.0.23 - - [2026-06-15 02:11:42] "POST /neutron/network HTTP/1.1" 200 825 0.006698 10.0.0.23 - - [2026-06-15 02:11:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.65 - - [2026-06-15 02:11:42] "GET /projects?obj_uuids=f4a2fd92-2bbe-48a0-a649-711575abc117&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000987 10.0.0.23 - - [2026-06-15 02:11:42] "GET /project/f4a2fd92-2bbe-48a0-a649-711575abc117?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.044133 10.0.0.65 - - [2026-06-15 02:11:42] "GET /projects?obj_uuids=f4a2fd92-2bbe-48a0-a649-711575abc117&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000857 10.0.0.23 - - [2026-06-15 02:11:42] "POST /neutron/network HTTP/1.1" 200 615 0.155348 10.0.0.23 - - [2026-06-15 02:11:43] "POST /id-to-fqname HTTP/1.1" 200 227 0.003731 10.0.0.23 - - [2026-06-15 02:11:43] "GET /virtual-network/aa305e7f-ba22-48ca-bfea-0f6e651435ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005169 10.0.0.23 - - [2026-06-15 02:11:43] "POST /neutron/network HTTP/1.1" 200 835 0.005406 10.0.0.23 - - [2026-06-15 02:11:43] "GET /virtual-network/aa305e7f-ba22-48ca-bfea-0f6e651435ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.003978 10.0.0.23 - - [2026-06-15 02:11:43] "POST /id-to-fqname HTTP/1.1" 200 223 0.001061 10.0.0.23 - - [2026-06-15 02:11:43] "POST /neutron/network HTTP/1.1" 200 835 0.006860 10.0.0.65 - - [2026-06-15 02:11:44] "GET /projects?obj_uuids=f4a2fd92-2bbe-48a0-a649-711575abc117&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000965 10.0.0.23 - - [2026-06-15 02:11:44] "GET /project/f4a2fd92-2bbe-48a0-a649-711575abc117?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.062165 10.0.0.23 - - [2026-06-15 02:11:44] "POST /neutron/port HTTP/1.1" 200 117 0.008154 10.0.0.23 - - [2026-06-15 02:11:44] "POST /id-to-fqname HTTP/1.1" 200 227 0.001072 10.0.0.65 - - [2026-06-15 02:11:45] "GET /projects?obj_uuids=f4a2fd92-2bbe-48a0-a649-711575abc117&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001092 10.0.0.23 - - [2026-06-15 02:11:45] "GET /project/f4a2fd92-2bbe-48a0-a649-711575abc117?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.068065 10.0.0.23 - - [2026-06-15 02:11:45] "POST /neutron/network HTTP/1.1" 200 835 0.010211 10.0.0.65 - - [2026-06-15 02:11:45] "GET /projects?obj_uuids=f4a2fd92-2bbe-48a0-a649-711575abc117&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001738 10.0.0.23 - - [2026-06-15 02:11:45] "POST /neutron/router HTTP/1.1" 200 585 0.120580 10.0.0.65 - - [2026-06-15 02:11:45] "POST /route-targets HTTP/1.1" 200 327 0.022680 10.0.0.23 - - [2026-06-15 02:11:45] "POST /neutron/router HTTP/1.1" 200 656 0.020800 10.0.0.65 - - [2026-06-15 02:11:45] "GET /logical-router/8a4721b3-0a60-4ffd-8aed-31329112bbfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.044648 10.0.0.65 - - [2026-06-15 02:11:45] "POST /fqname-to-id HTTP/1.1" 404 215 0.003292 10.0.0.65 - - [2026-06-15 02:11:46] "POST /ref-update HTTP/1.1" 200 156 0.045433 10.0.0.65 - - [2026-06-15 02:11:46] "POST /route-tables HTTP/1.1" 200 582 0.046419 10.0.0.65 - - [2026-06-15 02:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.65 - - [2026-06-15 02:11:46] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.093734 10.0.0.65 - - [2026-06-15 02:11:46] "POST /instance-ips HTTP/1.1" 400 246 0.034131 10.0.0.65 - - [2026-06-15 02:11:46] "PUT /instance-ip/ff985bf7-a1b4-47d2-b8d1-df11d47c25f0 HTTP/1.1" 200 256 0.040178 10.0.0.65 - - [2026-06-15 02:11:47] "POST /chown HTTP/1.1" 200 109 0.014731 10.0.0.65 - - [2026-06-15 02:11:47] "POST /chown HTTP/1.1" 200 109 0.012037 10.0.0.65 - - [2026-06-15 02:11:47] "POST /ref-update HTTP/1.1" 200 156 0.031734 10.0.0.65 - - [2026-06-15 02:11:47] "PUT /routing-instance/d99e2d15-cae9-4638-87f4-7fc664cd91b9 HTTP/1.1" 200 266 0.027377 10.0.0.65 - - [2026-06-15 02:11:47] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.137874 10.0.0.65 - - [2026-06-15 02:11:47] "POST /chown HTTP/1.1" 200 109 0.014578 10.0.0.65 - - [2026-06-15 02:11:47] "POST /ref-update HTTP/1.1" 200 156 0.037381 10.0.0.65 - - [2026-06-15 02:11:47] "POST /chown HTTP/1.1" 200 109 0.037316 10.0.0.65 - - [2026-06-15 02:11:48] "PUT /virtual-machine-interface/171e0836-2779-4e7a-83c7-f9996b768125 HTTP/1.1" 200 284 0.029531 10.0.0.65 - - [2026-06-15 02:11:48] "POST /ref-update HTTP/1.1" 200 156 0.024533 10.0.0.65 - - [2026-06-15 02:11:48] "POST /ref-update HTTP/1.1" 200 156 0.048602 10.0.0.23 - - [2026-06-15 02:11:48] "POST /neutron/network HTTP/1.1" 200 835 0.008904 10.0.0.23 - - [2026-06-15 02:11:49] "POST /neutron/port HTTP/1.1" 200 1061 0.015384 10.0.0.65 - - [2026-06-15 02:11:50] "GET /projects?obj_uuids=f4a2fd92-2bbe-48a0-a649-711575abc117&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001408 10.0.0.23 - - [2026-06-15 02:11:50] "POST /neutron/subnet HTTP/1.1" 200 689 0.027110 10.0.0.23 - - [2026-06-15 02:11:50] "POST /neutron/port HTTP/1.1" 200 1064 0.290548 10.0.0.23 - - [2026-06-15 02:11:50] "POST /neutron/port HTTP/1.1" 200 1064 0.013415 10.0.0.23 - - [2026-06-15 02:11:51] "POST /neutron/port HTTP/1.1" 200 1125 0.023671 10.0.0.23 - - [2026-06-15 02:11:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004543 10.0.0.23 - - [2026-06-15 02:11:51] "POST /neutron/network HTTP/1.1" 200 835 0.008913 10.0.0.23 - - [2026-06-15 02:11:56] "POST /neutron/port HTTP/1.1" 200 1125 0.019896 10.0.0.23 - - [2026-06-15 02:11:56] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007285 10.0.0.23 - - [2026-06-15 02:11:56] "GET /virtual-machine/3876464f-ab0b-42bc-b41b-0ba3d5488e0f HTTP/1.1" 401 292 0.000343 10.0.0.23 - - [2026-06-15 02:11:57] "GET /virtual-machine/3876464f-ab0b-42bc-b41b-0ba3d5488e0f HTTP/1.1" 200 1295 0.034031 10.0.0.23 - - [2026-06-15 02:11:57] "GET /virtual-machine-interface/c1fd3a5a-28e7-478c-98a5-0f41245bcc4d HTTP/1.1" 200 2956 0.005842 10.0.0.23 - - [2026-06-15 02:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.23 - - [2026-06-15 02:11:57] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003155 10.0.0.23 - - [2026-06-15 02:11:57] "GET /virtual-networks?parent_id=f4a2fd92-2bbe-48a0-a649-711575abc117&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002692 10.0.0.23 - - [2026-06-15 02:11:57] "GET /virtual-network/dfdff02e-2fd3-4773-8e10-3f12ea10697b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005435 10.0.0.23 - - [2026-06-15 02:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.23 - - [2026-06-15 02:12:00] "GET /virtual-network/dfdff02e-2fd3-4773-8e10-3f12ea10697b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005379 10.0.0.23 - - [2026-06-15 02:12:02] "POST /neutron/port HTTP/1.1" 200 1128 0.023067 10.0.0.23 - - [2026-06-15 02:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.23 - - [2026-06-15 02:12:02] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004071 10.0.0.23 - - [2026-06-15 02:12:02] "GET /virtual-networks?parent_id=f4a2fd92-2bbe-48a0-a649-711575abc117&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002722 10.0.0.23 - - [2026-06-15 02:12:02] "GET /virtual-network/dfdff02e-2fd3-4773-8e10-3f12ea10697b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005595 10.0.0.23 - - [2026-06-15 02:12:02] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008584 10.0.0.23 - - [2026-06-15 02:12:02] "POST /neutron/port HTTP/1.1" 200 1128 0.019764 10.0.0.23 - - [2026-06-15 02:12:02] "GET /virtual-machine/389eef64-f521-436d-8ea8-088c56a1758d HTTP/1.1" 200 1295 0.012603 10.0.0.23 - - [2026-06-15 02:12:02] "GET /virtual-machine-interface/b24716a4-1c22-4ace-a359-985be8629695 HTTP/1.1" 200 2968 0.009113 10.0.0.23 - - [2026-06-15 02:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004262 10.0.0.23 - - [2026-06-15 02:12:02] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004333 10.0.0.23 - - [2026-06-15 02:12:02] "GET /virtual-networks?parent_id=f4a2fd92-2bbe-48a0-a649-711575abc117&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004718 10.0.0.23 - - [2026-06-15 02:12:03] "GET /virtual-network/aa305e7f-ba22-48ca-bfea-0f6e651435ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.008059 10.0.0.65 - - [2026-06-15 02:12:03] "DELETE /access-control-list/7121434e-8405-4795-bb28-99818b0d87cc HTTP/1.1" 200 115 0.055188 10.0.0.23 - - [2026-06-15 02:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.23 - - [2026-06-15 02:12:04] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003992 10.0.0.23 - - [2026-06-15 02:12:04] "GET /virtual-networks?parent_id=f4a2fd92-2bbe-48a0-a649-711575abc117&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003448 10.0.0.23 - - [2026-06-15 02:12:04] "GET /virtual-network/aa305e7f-ba22-48ca-bfea-0f6e651435ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007122 10.0.0.65 - - [2026-06-15 02:12:04] "DELETE /project/b4d4f20a-495e-44af-9dc0-f89e411ec8c9 HTTP/1.1" 404 177 0.004984 10.0.0.65 - - [2026-06-15 02:12:04] "DELETE /project/f4a2fd922bbe48a0a649711575abc117 HTTP/1.1" 404 173 0.004595 10.0.0.23 - - [2026-06-15 02:12:07] "POST /neutron/router HTTP/1.1" 200 344 0.193417 10.0.0.65 - - [2026-06-15 02:12:07] "GET /service-instance/35cda51a-1bc6-401e-b98a-0065f31c41f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.005916 10.0.0.65 - - [2026-06-15 02:12:07] "DELETE /route-target/bc2b4faf-22ea-4151-9584-76d37168b512 HTTP/1.1" 409 239 0.010755 10.0.0.65 - - [2026-06-15 02:12:07] "GET /service-instance/35cda51a-1bc6-401e-b98a-0065f31c41f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.004471 10.0.0.65 - - [2026-06-15 02:12:07] "GET /virtual-network/b49e4869-bef4-467f-bf0b-1b660232f7c8?fields=virtual_machine_interface_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 2299 0.006875 10.0.0.65 - - [2026-06-15 02:12:07] "GET /virtual-machine-interface/171e0836-2779-4e7a-83c7-f9996b768125?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1648 0.006159 10.0.0.23 - - [2026-06-15 02:12:07] "POST /neutron/network HTTP/1.1" 200 835 0.006266 10.0.0.65 - - [2026-06-15 02:12:07] "DELETE /virtual-machine-interface/171e0836-2779-4e7a-83c7-f9996b768125 HTTP/1.1" 200 115 0.074324 10.0.0.65 - - [2026-06-15 02:12:07] "GET /instance-ip/3c4c46c3-d38f-4d81-85bc-33870b095d7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1758 0.003780 10.0.0.65 - - [2026-06-15 02:12:07] "DELETE /instance-ip/3c4c46c3-d38f-4d81-85bc-33870b095d7b HTTP/1.1" 404 177 0.005515 10.0.0.65 - - [2026-06-15 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004405 10.0.0.65 - - [2026-06-15 02:12:08] "GET /virtual-machine-interface/7eae123f-5c29-4e6a-8fd8-02cd6a5f365e?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1652 0.005973 10.0.0.65 - - [2026-06-15 02:12:08] "DELETE /virtual-machine-interface/7eae123f-5c29-4e6a-8fd8-02cd6a5f365e HTTP/1.1" 200 115 0.070113 10.0.0.65 - - [2026-06-15 02:12:08] "GET /virtual-machine-interface/aca0fca1-cba6-4b7a-8052-b9b7a2cdb3cd?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1652 0.007457 10.0.0.65 - - [2026-06-15 02:12:08] "DELETE /instance-ip/ff985bf7-a1b4-47d2-b8d1-df11d47c25f0 HTTP/1.1" 200 115 0.046722 10.0.0.65 - - [2026-06-15 02:12:08] "DELETE /virtual-machine/9258e545-325f-45cf-aa58-1966bc3d8b8f HTTP/1.1" 200 115 0.045063 10.0.0.23 - - [2026-06-15 02:12:09] "POST /neutron/port HTTP/1.1" 200 1118 0.014324 10.0.0.23 - - [2026-06-15 02:12:09] "POST /neutron/port HTTP/1.1" 200 1115 0.024572 10.0.0.65 - - [2026-06-15 02:12:09] "POST /useragent-kv HTTP/1.1" 200 115 0.005378 10.0.0.65 - - [2026-06-15 02:12:09] "POST /useragent-kv HTTP/1.1" 200 115 0.007382 10.0.0.23 - - [2026-06-15 02:12:09] "POST /neutron/network HTTP/1.1" 200 151 0.180291 10.0.0.65 - - [2026-06-15 02:12:09] "DELETE /route-target/0fc942f7-e84f-4cc7-9f82-855776fd7137 HTTP/1.1" 200 115 0.031200 10.0.0.65 - - [2026-06-15 02:12:11] "GET /projects?obj_uuids=f4a2fd92-2bbe-48a0-a649-711575abc117&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000892 10.0.0.23 - - [2026-06-15 02:12:11] "GET /project/f4a2fd92-2bbe-48a0-a649-711575abc117?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.037326 10.0.0.65 - - [2026-06-15 02:12:11] "GET /projects?obj_uuids=f4a2fd92-2bbe-48a0-a649-711575abc117&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000824 10.0.0.23 - - [2026-06-15 02:12:11] "GET /project/f4a2fd92-2bbe-48a0-a649-711575abc117?fields=virtual_networks HTTP/1.1" 200 1038 0.081797 10.0.0.65 - - [2026-06-15 02:12:11] "GET /projects?obj_uuids=f4a2fd92-2bbe-48a0-a649-711575abc117&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001415 10.0.0.23 - - [2026-06-15 02:12:11] "GET /project/f4a2fd92-2bbe-48a0-a649-711575abc117?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.032804 10.0.0.65 - - [2026-06-15 02:12:11] "GET /projects?obj_uuids=f4a2fd92-2bbe-48a0-a649-711575abc117&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000986 10.0.0.23 - - [2026-06-15 02:12:11] "GET /project/f4a2fd92-2bbe-48a0-a649-711575abc117?fields=security_groups HTTP/1.1" 200 1267 0.049811 10.0.0.33 - - [2026-06-15 02:12:11] "GET /obj-perms HTTP/1.1" 200 4493 0.065930 10.0.0.65 - - [2026-06-15 02:12:12] "GET /obj-perms HTTP/1.1" 200 4493 0.326404 10.0.0.23 - - [2026-06-15 02:12:12] "POST /fqname-to-id HTTP/1.1" 404 196 0.036141 10.0.0.65 - - [2026-06-15 02:12:12] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002991 10.0.0.65 - - [2026-06-15 02:12:12] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000829 10.0.0.65 - - [2026-06-15 02:12:12] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006562 10.0.0.65 - - [2026-06-15 02:12:13] "POST /id-to-fqname HTTP/1.1" 200 198 0.004116 10.0.0.65 - - [2026-06-15 02:12:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.006056 10.0.0.65 - - [2026-06-15 02:12:13] "POST /security-groups HTTP/1.1" 200 599 0.038442 10.0.0.65 - - [2026-06-15 02:12:13] "POST /fqname-to-id HTTP/1.1" 404 242 0.003024 10.0.0.65 - - [2026-06-15 02:12:13] "POST /projects HTTP/1.1" 200 601 0.252261 10.0.0.65 - - [2026-06-15 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.324915 10.0.0.65 - - [2026-06-15 02:12:13] "POST /access-control-lists HTTP/1.1" 200 602 0.031577 10.0.0.23 - - [2026-06-15 02:12:13] "GET /project/d85149a9-919d-4098-b097-25afd5062a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.460901 10.0.0.23 - - [2026-06-15 02:12:14] "GET / HTTP/1.1" 200 35931 0.001868 10.0.0.23 - - [2026-06-15 02:12:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000700 10.0.0.23 - - [2026-06-15 02:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.054324 10.0.0.65 - - [2026-06-15 02:12:16] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000928 10.0.0.23 - - [2026-06-15 02:12:16] "GET /project/d85149a9-919d-4098-b097-25afd5062a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.038619 10.0.0.23 - - [2026-06-15 02:12:16] "POST /neutron/network HTTP/1.1" 200 117 0.025942 10.0.0.65 - - [2026-06-15 02:12:17] "POST /useragent-kv HTTP/1.1" 200 115 0.009830 10.0.0.23 - - [2026-06-15 02:12:17] "POST /neutron/subnet HTTP/1.1" 200 828 0.232467 10.0.0.23 - - [2026-06-15 02:12:17] "POST /id-to-fqname HTTP/1.1" 200 228 0.001144 10.0.0.23 - - [2026-06-15 02:12:17] "GET /virtual-network/cbccaa49-0c18-438b-b9d9-517b5f9a9632?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005039 10.0.0.23 - - [2026-06-15 02:12:17] "GET /virtual-network/cbccaa49-0c18-438b-b9d9-517b5f9a9632?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005069 10.0.0.23 - - [2026-06-15 02:12:17] "POST /neutron/network HTTP/1.1" 200 1006 0.007830 10.0.0.23 - - [2026-06-15 02:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002589 10.0.0.65 - - [2026-06-15 02:12:17] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000779 10.0.0.23 - - [2026-06-15 02:12:17] "GET /project/d85149a9-919d-4098-b097-25afd5062a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.040058 10.0.0.23 - - [2026-06-15 02:12:17] "POST /neutron/network HTTP/1.1" 200 117 0.012901 10.0.0.65 - - [2026-06-15 02:12:17] "POST /route-targets HTTP/1.1" 200 327 0.014372 10.0.0.65 - - [2026-06-15 02:12:18] "POST /useragent-kv HTTP/1.1" 200 115 0.009575 10.0.0.23 - - [2026-06-15 02:12:18] "POST /neutron/subnet HTTP/1.1" 200 828 0.191818 10.0.0.23 - - [2026-06-15 02:12:18] "POST /id-to-fqname HTTP/1.1" 200 228 0.001694 10.0.0.23 - - [2026-06-15 02:12:18] "GET /virtual-network/1ea7daa1-51bb-4b01-9873-8cf8fdd2271a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006059 10.0.0.23 - - [2026-06-15 02:12:18] "GET /virtual-network/1ea7daa1-51bb-4b01-9873-8cf8fdd2271a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006777 10.0.0.23 - - [2026-06-15 02:12:18] "POST /neutron/network HTTP/1.1" 200 1005 0.010081 10.0.0.23 - - [2026-06-15 02:12:18] "POST /fqname-to-id HTTP/1.1" 404 234 0.003340 10.0.0.23 - - [2026-06-15 02:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.65 - - [2026-06-15 02:12:18] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001315 10.0.0.23 - - [2026-06-15 02:12:18] "GET /project/d85149a9-919d-4098-b097-25afd5062a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.049655 10.0.0.23 - - [2026-06-15 02:12:18] "POST /network-policys HTTP/1.1" 200 577 0.077499 10.0.0.23 - - [2026-06-15 02:12:18] "GET /network-policy/2bd0994b-4ff8-4a39-9ccf-f96ec782e6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.005666 10.0.0.23 - - [2026-06-15 02:12:18] "POST /neutron/network HTTP/1.1" 200 1006 0.008561 10.0.0.65 - - [2026-06-15 02:12:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.026677 10.0.0.23 - - [2026-06-15 02:12:18] "GET /virtual-network/cbccaa49-0c18-438b-b9d9-517b5f9a9632?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.007985 10.0.0.23 - - [2026-06-15 02:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.65 - - [2026-06-15 02:12:18] "POST /access-control-lists HTTP/1.1" 200 596 0.106534 10.0.0.23 - - [2026-06-15 02:12:18] "GET /network-policy/2bd0994b-4ff8-4a39-9ccf-f96ec782e6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.012732 10.0.0.23 - - [2026-06-15 02:12:18] "POST /neutron/network HTTP/1.1" 200 1005 0.010310 10.0.0.65 - - [2026-06-15 02:12:18] "POST /ref-update HTTP/1.1" 200 156 0.031280 10.0.0.23 - - [2026-06-15 02:12:18] "GET /virtual-network/1ea7daa1-51bb-4b01-9873-8cf8fdd2271a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.011535 10.0.0.23 - - [2026-06-15 02:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005759 10.0.0.23 - - [2026-06-15 02:12:18] "GET /network-policy/2bd0994b-4ff8-4a39-9ccf-f96ec782e6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.004227 10.0.0.23 - - [2026-06-15 02:12:19] "GET /virtual-network/cbccaa49-0c18-438b-b9d9-517b5f9a9632?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.005300 10.0.0.23 - - [2026-06-15 02:12:20] "GET /virtual-network/1ea7daa1-51bb-4b01-9873-8cf8fdd2271a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.006166 10.0.0.23 - - [2026-06-15 02:12:21] "GET /obj-perms HTTP/1.1" 200 4483 0.046689 10.0.0.23 - - [2026-06-15 02:12:21] "POST /id-to-fqname HTTP/1.1" 200 228 0.001502 10.0.0.23 - - [2026-06-15 02:12:21] "POST /neutron/network HTTP/1.1" 200 1124 0.008911 10.0.0.65 - - [2026-06-15 02:12:22] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001757 10.0.0.23 - - [2026-06-15 02:12:22] "GET /project/d85149a9-919d-4098-b097-25afd5062a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.061035 10.0.0.23 - - [2026-06-15 02:12:22] "POST /neutron/port HTTP/1.1" 200 117 0.005944 10.0.0.23 - - [2026-06-15 02:12:22] "POST /id-to-fqname HTTP/1.1" 200 228 0.001071 10.0.0.65 - - [2026-06-15 02:12:23] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000988 10.0.0.23 - - [2026-06-15 02:12:23] "GET /project/d85149a9-919d-4098-b097-25afd5062a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.051682 10.0.0.23 - - [2026-06-15 02:12:23] "POST /neutron/network HTTP/1.1" 200 1113 0.025789 10.0.0.23 - - [2026-06-15 02:12:23] "POST /neutron/port HTTP/1.1" 200 117 0.006512 10.0.0.23 - - [2026-06-15 02:12:26] "POST /neutron/port HTTP/1.1" 200 1175 0.050257 10.0.0.23 - - [2026-06-15 02:12:27] "POST /neutron/network HTTP/1.1" 200 1123 0.008060 10.0.0.23 - - [2026-06-15 02:12:28] "POST /neutron/port HTTP/1.1" 200 1174 0.022171 10.0.0.23 - - [2026-06-15 02:12:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003468 10.0.0.23 - - [2026-06-15 02:12:28] "POST /neutron/port HTTP/1.1" 200 117 0.001088 10.0.0.23 - - [2026-06-15 02:12:28] "POST /neutron/port HTTP/1.1" 200 1239 0.040071 10.0.0.23 - - [2026-06-15 02:12:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004398 10.0.0.23 - - [2026-06-15 02:12:29] "POST /neutron/port HTTP/1.1" 200 117 0.001029 10.0.0.23 - - [2026-06-15 02:12:33] "POST /neutron/port HTTP/1.1" 200 1239 0.017626 10.0.0.23 - - [2026-06-15 02:12:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009049 10.0.0.23 - - [2026-06-15 02:12:49] "POST /neutron/port HTTP/1.1" 200 1239 0.018170 10.0.0.23 - - [2026-06-15 02:12:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007062 10.0.0.23 - - [2026-06-15 02:13:04] "POST /neutron/port HTTP/1.1" 200 1239 0.016970 10.0.0.65 - - [2026-06-15 02:13:04] "DELETE /project/f4a2fd92-2bbe-48a0-a649-711575abc117 HTTP/1.1" 404 177 0.002210 10.0.0.65 - - [2026-06-15 02:13:04] "DELETE /project/d85149a9919d4098b09725afd5062a16 HTTP/1.1" 404 173 0.004141 10.0.0.23 - - [2026-06-15 02:13:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007360 10.0.0.33 - - [2026-06-15 02:13:12] "GET /obj-perms HTTP/1.1" 200 4493 0.045883 10.0.0.23 - - [2026-06-15 02:13:14] "POST /neutron/port HTTP/1.1" 200 1239 0.027336 10.0.0.23 - - [2026-06-15 02:13:16] "POST /neutron/port HTTP/1.1" 200 1238 0.037107 10.0.0.23 - - [2026-06-15 02:13:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004120 10.0.0.23 - - [2026-06-15 02:13:17] "POST /neutron/port HTTP/1.1" 200 117 0.001256 10.0.0.23 - - [2026-06-15 02:13:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006895 10.0.0.23 - - [2026-06-15 02:13:24] "POST /neutron/port HTTP/1.1" 200 1239 0.014925 10.0.0.23 - - [2026-06-15 02:13:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008388 10.0.0.23 - - [2026-06-15 02:13:24] "GET /virtual-machine/b43329a3-61ba-4123-b76f-11ee9036576d HTTP/1.1" 401 292 0.000410 10.0.0.23 - - [2026-06-15 02:13:25] "GET /virtual-machine/b43329a3-61ba-4123-b76f-11ee9036576d HTTP/1.1" 200 1301 0.026369 10.0.0.23 - - [2026-06-15 02:13:25] "GET /virtual-machine-interface/3ba24444-44a4-4ec4-bf59-ec842736b261 HTTP/1.1" 200 3174 0.006045 10.0.0.23 - - [2026-06-15 02:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.23 - - [2026-06-15 02:13:25] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003642 10.0.0.23 - - [2026-06-15 02:13:25] "GET /virtual-networks?parent_id=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002684 10.0.0.23 - - [2026-06-15 02:13:25] "GET /virtual-network/cbccaa49-0c18-438b-b9d9-517b5f9a9632?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.006797 10.0.0.23 - - [2026-06-15 02:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.23 - - [2026-06-15 02:13:28] "GET /virtual-network/cbccaa49-0c18-438b-b9d9-517b5f9a9632?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.005086 10.0.0.23 - - [2026-06-15 02:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.23 - - [2026-06-15 02:13:32] "GET /virtual-network/cbccaa49-0c18-438b-b9d9-517b5f9a9632?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.005083 10.0.0.23 - - [2026-06-15 02:13:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.23 - - [2026-06-15 02:13:36] "GET /virtual-network/cbccaa49-0c18-438b-b9d9-517b5f9a9632?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.005537 10.0.0.23 - - [2026-06-15 02:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.23 - - [2026-06-15 02:13:40] "GET /virtual-network/cbccaa49-0c18-438b-b9d9-517b5f9a9632?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.006636 10.0.0.23 - - [2026-06-15 02:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.23 - - [2026-06-15 02:13:44] "GET /virtual-network/cbccaa49-0c18-438b-b9d9-517b5f9a9632?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.005239 10.0.0.23 - - [2026-06-15 02:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.23 - - [2026-06-15 02:13:46] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003320 10.0.0.23 - - [2026-06-15 02:13:46] "GET /virtual-networks?parent_id=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002946 10.0.0.23 - - [2026-06-15 02:13:46] "GET /virtual-network/cbccaa49-0c18-438b-b9d9-517b5f9a9632?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.006027 10.0.0.23 - - [2026-06-15 02:13:49] "POST /neutron/port HTTP/1.1" 200 1239 0.033941 10.0.0.23 - - [2026-06-15 02:13:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008137 10.0.0.33 - - [2026-06-15 02:13:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000510 10.0.0.33 - - [2026-06-15 02:13:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.65 - - [2026-06-15 02:13:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000535 10.0.0.65 - - [2026-06-15 02:13:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000531 10.0.0.65 - - [2026-06-15 02:13:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.65 - - [2026-06-15 02:13:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.23 - - [2026-06-15 02:13:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.23 - - [2026-06-15 02:13:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.33 - - [2026-06-15 02:13:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000450 10.0.0.33 - - [2026-06-15 02:13:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.23 - - [2026-06-15 02:13:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.23 - - [2026-06-15 02:13:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.23 - - [2026-06-15 02:13:57] "POST /neutron/port HTTP/1.1" 200 1238 0.019457 10.0.0.23 - - [2026-06-15 02:13:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008956 10.0.0.23 - - [2026-06-15 02:13:57] "GET /virtual-machine/542af432-d910-4a9e-97c1-c6ce3889c4ed HTTP/1.1" 200 1300 0.005618 10.0.0.23 - - [2026-06-15 02:13:57] "GET /virtual-machine-interface/4cb021cd-b418-4eb2-86e8-010b27070eb7 HTTP/1.1" 200 3173 0.005210 10.0.0.23 - - [2026-06-15 02:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.23 - - [2026-06-15 02:13:57] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003777 10.0.0.23 - - [2026-06-15 02:13:57] "GET /virtual-networks?parent_id=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003168 10.0.0.23 - - [2026-06-15 02:13:57] "GET /virtual-network/1ea7daa1-51bb-4b01-9873-8cf8fdd2271a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.004975 10.0.0.23 - - [2026-06-15 02:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.23 - - [2026-06-15 02:13:58] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004817 10.0.0.23 - - [2026-06-15 02:13:58] "GET /virtual-networks?parent_id=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003544 10.0.0.23 - - [2026-06-15 02:13:58] "GET /virtual-network/1ea7daa1-51bb-4b01-9873-8cf8fdd2271a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.006272 10.0.0.23 - - [2026-06-15 02:14:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.65 - - [2026-06-15 02:14:08] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000895 10.0.0.23 - - [2026-06-15 02:14:08] "GET /project/d85149a9-919d-4098-b097-25afd5062a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.060119 10.0.0.23 - - [2026-06-15 02:14:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.23 - - [2026-06-15 02:14:08] "PUT /network-policy/2bd0994b-4ff8-4a39-9ccf-f96ec782e6c1 HTTP/1.1" 200 262 0.014157 10.0.0.65 - - [2026-06-15 02:14:09] "PUT /access-control-list/d27228df-c86a-4bc1-a1ba-99eea682ebc4 HTTP/1.1" 200 272 0.016972 10.0.0.23 - - [2026-06-15 02:14:12] "GET /virtual-network/1ea7daa1-51bb-4b01-9873-8cf8fdd2271a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.005222 10.0.0.23 - - [2026-06-15 02:14:12] "POST /neutron/network HTTP/1.1" 200 1005 0.025824 10.0.0.65 - - [2026-06-15 02:14:12] "POST /ref-update HTTP/1.1" 200 156 0.041830 10.0.0.23 - - [2026-06-15 02:14:12] "GET /virtual-network/1ea7daa1-51bb-4b01-9873-8cf8fdd2271a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.018384 10.0.0.23 - - [2026-06-15 02:14:12] "GET /virtual-network/cbccaa49-0c18-438b-b9d9-517b5f9a9632?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.014467 10.0.0.65 - - [2026-06-15 02:14:12] "POST /fqname-to-id HTTP/1.1" 404 207 0.007930 10.0.0.23 - - [2026-06-15 02:14:12] "POST /neutron/network HTTP/1.1" 200 1006 0.027656 10.0.0.23 - - [2026-06-15 02:14:12] "GET /virtual-network/cbccaa49-0c18-438b-b9d9-517b5f9a9632?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.010207 10.0.0.23 - - [2026-06-15 02:14:12] "DELETE /network-policy/2bd0994b-4ff8-4a39-9ccf-f96ec782e6c1 HTTP/1.1" 200 115 0.057107 10.0.0.65 - - [2026-06-15 02:14:13] "GET /obj-perms HTTP/1.1" 200 4493 0.050016 10.0.0.23 - - [2026-06-15 02:14:13] "POST /neutron/port HTTP/1.1" 200 1238 0.020349 10.0.0.23 - - [2026-06-15 02:14:14] "POST /neutron/port HTTP/1.1" 200 1239 0.020360 10.0.0.23 - - [2026-06-15 02:14:14] "POST /neutron/network HTTP/1.1" 200 1005 0.011542 10.0.0.65 - - [2026-06-15 02:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004664 10.0.0.65 - - [2026-06-15 02:14:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003822 10.0.0.65 - - [2026-06-15 02:14:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003541 10.0.0.65 - - [2026-06-15 02:14:15] "POST /useragent-kv HTTP/1.1" 200 115 0.004095 10.0.0.65 - - [2026-06-15 02:14:15] "POST /useragent-kv HTTP/1.1" 200 115 0.005828 10.0.0.23 - - [2026-06-15 02:14:15] "POST /neutron/network HTTP/1.1" 200 151 0.165326 10.0.0.65 - - [2026-06-15 02:14:15] "DELETE /route-target/ecb395ba-86ea-42eb-8c64-48d6785cfe3a HTTP/1.1" 200 115 0.042194 10.0.0.65 - - [2026-06-15 02:14:19] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001737 10.0.0.23 - - [2026-06-15 02:14:19] "GET /project/d85149a9-919d-4098-b097-25afd5062a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.047009 10.0.0.23 - - [2026-06-15 02:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.65 - - [2026-06-15 02:14:19] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001086 10.0.0.23 - - [2026-06-15 02:14:19] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007136 10.0.0.23 - - [2026-06-15 02:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.65 - - [2026-06-15 02:14:19] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001250 10.0.0.23 - - [2026-06-15 02:14:19] "GET /project/d85149a9-919d-4098-b097-25afd5062a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.046652 10.0.0.23 - - [2026-06-15 02:14:20] "GET /domains HTTP/1.1" 200 280 0.003331 10.0.0.65 - - [2026-06-15 02:14:20] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000907 10.0.0.23 - - [2026-06-15 02:14:20] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e HTTP/1.1" 200 2775 0.014822 10.0.0.65 - - [2026-06-15 02:14:20] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000948 10.0.0.23 - - [2026-06-15 02:14:20] "GET /project/d85149a9-919d-4098-b097-25afd5062a16 HTTP/1.1" 200 1900 0.086542 10.0.0.23 - - [2026-06-15 02:14:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003356 10.0.0.23 - - [2026-06-15 02:14:20] "POST /network-ipams HTTP/1.1" 200 609 0.031718 10.0.0.23 - - [2026-06-15 02:14:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 802 0.003325 10.0.0.23 - - [2026-06-15 02:14:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.23 - - [2026-06-15 02:14:20] "GET /network-ipam/cea44453-20b2-4b1b-8227-e2b1b74a4602?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.006456 10.0.0.23 - - [2026-06-15 02:14:20] "PUT /network-ipam/cea44453-20b2-4b1b-8227-e2b1b74a4602 HTTP/1.1" 200 258 0.013690 10.0.0.23 - - [2026-06-15 02:14:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.65 - - [2026-06-15 02:14:21] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000841 10.0.0.23 - - [2026-06-15 02:14:21] "GET /project/d85149a9-919d-4098-b097-25afd5062a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.053537 10.0.0.65 - - [2026-06-15 02:14:21] "POST /useragent-kv HTTP/1.1" 200 115 0.006381 10.0.0.23 - - [2026-06-15 02:14:21] "POST /neutron/subnet HTTP/1.1" 200 701 0.200570 10.0.0.23 - - [2026-06-15 02:14:22] "POST /neutron/network HTTP/1.1" 200 1309 0.016521 10.0.0.23 - - [2026-06-15 02:14:22] "POST /id-to-fqname HTTP/1.1" 200 231 0.001009 10.0.0.23 - - [2026-06-15 02:14:22] "GET /virtual-network/9d2f9599-2f4d-471b-a1e7-7d8c0c26b3cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.004613 10.0.0.23 - - [2026-06-15 02:14:22] "GET /virtual-network/9d2f9599-2f4d-471b-a1e7-7d8c0c26b3cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005366 10.0.0.23 - - [2026-06-15 02:14:22] "POST /neutron/subnet HTTP/1.1" 200 701 0.009995 10.0.0.23 - - [2026-06-15 02:14:22] "GET /virtual-network/9d2f9599-2f4d-471b-a1e7-7d8c0c26b3cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005308 10.0.0.23 - - [2026-06-15 02:14:22] "GET /obj-perms HTTP/1.1" 200 4483 0.007325 10.0.0.23 - - [2026-06-15 02:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.65 - - [2026-06-15 02:14:22] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000896 10.0.0.23 - - [2026-06-15 02:14:22] "GET /project/d85149a9-919d-4098-b097-25afd5062a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.065171 10.0.0.23 - - [2026-06-15 02:14:22] "POST /neutron/network HTTP/1.1" 200 117 0.013593 10.0.0.65 - - [2026-06-15 02:14:23] "POST /route-targets HTTP/1.1" 200 327 0.015036 10.0.0.65 - - [2026-06-15 02:14:23] "POST /useragent-kv HTTP/1.1" 200 115 0.008700 10.0.0.23 - - [2026-06-15 02:14:23] "POST /neutron/subnet HTTP/1.1" 200 701 0.204036 10.0.0.23 - - [2026-06-15 02:14:23] "POST /id-to-fqname HTTP/1.1" 200 231 0.001607 10.0.0.23 - - [2026-06-15 02:14:23] "GET /virtual-network/f5315cdf-2e3a-4408-88a8-e450df9b00d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.008218 10.0.0.23 - - [2026-06-15 02:14:23] "POST /neutron/network HTTP/1.1" 200 1309 0.013847 10.0.0.23 - - [2026-06-15 02:14:23] "GET /virtual-network/f5315cdf-2e3a-4408-88a8-e450df9b00d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.005592 10.0.0.23 - - [2026-06-15 02:14:23] "POST /neutron/subnet HTTP/1.1" 200 701 0.009302 10.0.0.23 - - [2026-06-15 02:14:23] "GET /virtual-network/f5315cdf-2e3a-4408-88a8-e450df9b00d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.005172 10.0.0.23 - - [2026-06-15 02:14:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.65 - - [2026-06-15 02:14:24] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000766 10.0.0.23 - - [2026-06-15 02:14:24] "GET /project/d85149a9-919d-4098-b097-25afd5062a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.041557 10.0.0.65 - - [2026-06-15 02:14:24] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000829 10.0.0.23 - - [2026-06-15 02:14:24] "POST /neutron/network HTTP/1.1" 200 619 0.127853 10.0.0.65 - - [2026-06-15 02:14:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.007117 10.0.0.65 - - [2026-06-15 02:14:25] "POST /useragent-kv HTTP/1.1" 200 115 0.007940 10.0.0.23 - - [2026-06-15 02:14:25] "POST /neutron/subnet HTTP/1.1" 200 828 0.199313 10.0.0.23 - - [2026-06-15 02:14:25] "POST /id-to-fqname HTTP/1.1" 200 231 0.001290 10.0.0.23 - - [2026-06-15 02:14:25] "GET /virtual-network/ae4c77a8-db6a-4e71-9268-b5815a62ee2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005531 10.0.0.23 - - [2026-06-15 02:14:25] "GET /virtual-network/ae4c77a8-db6a-4e71-9268-b5815a62ee2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005208 10.0.0.23 - - [2026-06-15 02:14:25] "POST /neutron/network HTTP/1.1" 200 1309 0.010471 10.0.0.23 - - [2026-06-15 02:14:25] "POST /neutron/subnet HTTP/1.1" 200 828 0.008342 10.0.0.23 - - [2026-06-15 02:14:25] "GET /virtual-network/ae4c77a8-db6a-4e71-9268-b5815a62ee2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005772 10.0.0.33 - - [2026-06-15 02:14:25] "GET /obj-perms HTTP/1.1" 200 4483 0.038280 10.0.0.65 - - [2026-06-15 02:14:25] "GET /obj-perms HTTP/1.1" 200 4483 0.037852 10.0.0.23 - - [2026-06-15 02:14:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.65 - - [2026-06-15 02:14:25] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000845 10.0.0.23 - - [2026-06-15 02:14:26] "GET /project/d85149a9-919d-4098-b097-25afd5062a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.046955 10.0.0.65 - - [2026-06-15 02:14:26] "POST /route-targets HTTP/1.1" 200 327 0.015752 10.0.0.65 - - [2026-06-15 02:14:26] "POST /useragent-kv HTTP/1.1" 200 115 0.010456 10.0.0.23 - - [2026-06-15 02:14:26] "POST /neutron/subnet HTTP/1.1" 200 701 0.204898 10.0.0.23 - - [2026-06-15 02:14:26] "POST /neutron/network HTTP/1.1" 200 1309 0.015167 10.0.0.23 - - [2026-06-15 02:14:26] "POST /id-to-fqname HTTP/1.1" 200 231 0.001193 10.0.0.23 - - [2026-06-15 02:14:26] "GET /virtual-network/b9faee47-b4a9-4c47-a059-08b4fda2cb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005995 10.0.0.23 - - [2026-06-15 02:14:27] "GET /virtual-network/b9faee47-b4a9-4c47-a059-08b4fda2cb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.008182 10.0.0.23 - - [2026-06-15 02:14:27] "POST /neutron/subnet HTTP/1.1" 200 701 0.008897 10.0.0.23 - - [2026-06-15 02:14:27] "GET /virtual-network/b9faee47-b4a9-4c47-a059-08b4fda2cb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006085 10.0.0.23 - - [2026-06-15 02:14:27] "GET /obj-perms HTTP/1.1" 200 4483 0.004634 10.0.0.23 - - [2026-06-15 02:14:27] "POST /fqname-to-id HTTP/1.1" 404 225 0.003504 10.0.0.23 - - [2026-06-15 02:14:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.65 - - [2026-06-15 02:14:27] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001894 10.0.0.23 - - [2026-06-15 02:14:27] "GET /project/d85149a9-919d-4098-b097-25afd5062a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.047056 10.0.0.23 - - [2026-06-15 02:14:27] "POST /network-policys HTTP/1.1" 200 559 0.034632 10.0.0.23 - - [2026-06-15 02:14:28] "GET /network-policy/be5a7270-355b-43db-a881-d91a64d45308?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.007530 10.0.0.23 - - [2026-06-15 02:14:28] "POST /fqname-to-id HTTP/1.1" 404 225 0.003039 10.0.0.23 - - [2026-06-15 02:14:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002517 10.0.0.65 - - [2026-06-15 02:14:28] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000886 10.0.0.23 - - [2026-06-15 02:14:28] "GET /project/d85149a9-919d-4098-b097-25afd5062a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.044558 10.0.0.23 - - [2026-06-15 02:14:28] "POST /network-policys HTTP/1.1" 200 559 0.027248 10.0.0.23 - - [2026-06-15 02:14:28] "GET /network-policy/f67ba912-e5bd-48d8-b0ac-f63a031ae4e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.005851 10.0.0.23 - - [2026-06-15 02:14:28] "POST /fqname-to-id HTTP/1.1" 404 225 0.003138 10.0.0.23 - - [2026-06-15 02:14:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002573 10.0.0.65 - - [2026-06-15 02:14:28] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000816 10.0.0.23 - - [2026-06-15 02:14:28] "GET /project/d85149a9-919d-4098-b097-25afd5062a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.035138 10.0.0.23 - - [2026-06-15 02:14:28] "POST /network-policys HTTP/1.1" 200 559 0.043987 10.0.0.23 - - [2026-06-15 02:14:28] "GET /network-policy/39cb8096-4acc-4732-a6da-b191d129559b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6936 0.006903 10.0.0.23 - - [2026-06-15 02:14:28] "POST /fqname-to-id HTTP/1.1" 404 225 0.003932 10.0.0.23 - - [2026-06-15 02:14:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.65 - - [2026-06-15 02:14:28] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000850 10.0.0.23 - - [2026-06-15 02:14:28] "GET /project/d85149a9-919d-4098-b097-25afd5062a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.040151 10.0.0.23 - - [2026-06-15 02:14:29] "POST /network-policys HTTP/1.1" 200 559 0.028390 10.0.0.23 - - [2026-06-15 02:14:29] "GET /network-policy/ef3e7de0-2220-4a13-a62d-72dce37ccbad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.007647 10.0.0.23 - - [2026-06-15 02:14:29] "POST /fqname-to-id HTTP/1.1" 404 225 0.003134 10.0.0.23 - - [2026-06-15 02:14:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002657 10.0.0.65 - - [2026-06-15 02:14:29] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000964 10.0.0.23 - - [2026-06-15 02:14:29] "GET /project/d85149a9-919d-4098-b097-25afd5062a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.044755 10.0.0.23 - - [2026-06-15 02:14:29] "POST /network-policys HTTP/1.1" 200 559 0.031997 10.0.0.23 - - [2026-06-15 02:14:29] "GET /network-policy/aff8d118-9f78-47db-b539-30759c0c1089?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.006751 10.0.0.23 - - [2026-06-15 02:14:29] "POST /fqname-to-id HTTP/1.1" 404 225 0.003000 10.0.0.23 - - [2026-06-15 02:14:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.65 - - [2026-06-15 02:14:29] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000949 10.0.0.23 - - [2026-06-15 02:14:29] "GET /project/d85149a9-919d-4098-b097-25afd5062a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.041040 10.0.0.23 - - [2026-06-15 02:14:29] "POST /network-policys HTTP/1.1" 200 559 0.027961 10.0.0.23 - - [2026-06-15 02:14:29] "GET /network-policy/80124494-92c8-42de-908f-d826e10644ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.006096 10.0.0.23 - - [2026-06-15 02:14:29] "POST /fqname-to-id HTTP/1.1" 404 225 0.003037 10.0.0.23 - - [2026-06-15 02:14:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002536 10.0.0.65 - - [2026-06-15 02:14:29] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000888 10.0.0.23 - - [2026-06-15 02:14:30] "GET /project/d85149a9-919d-4098-b097-25afd5062a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.038992 10.0.0.23 - - [2026-06-15 02:14:30] "POST /network-policys HTTP/1.1" 200 559 0.026390 10.0.0.23 - - [2026-06-15 02:14:30] "GET /network-policy/a4e3b756-36b3-4459-98b5-acff5035ba62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.006706 10.0.0.23 - - [2026-06-15 02:14:30] "POST /fqname-to-id HTTP/1.1" 404 225 0.003092 10.0.0.23 - - [2026-06-15 02:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002272 10.0.0.65 - - [2026-06-15 02:14:30] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000918 10.0.0.23 - - [2026-06-15 02:14:30] "GET /project/d85149a9-919d-4098-b097-25afd5062a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.037216 10.0.0.23 - - [2026-06-15 02:14:30] "POST /network-policys HTTP/1.1" 200 559 0.039795 10.0.0.23 - - [2026-06-15 02:14:30] "GET /network-policy/4b8ccf9c-3306-4d1a-a835-e1c06a026424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.005572 10.0.0.23 - - [2026-06-15 02:14:30] "POST /neutron/network HTTP/1.1" 200 1309 0.009266 10.0.0.23 - - [2026-06-15 02:14:30] "GET /virtual-network/9d2f9599-2f4d-471b-a1e7-7d8c0c26b3cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.008030 10.0.0.65 - - [2026-06-15 02:14:30] "POST /access-control-lists HTTP/1.1" 200 605 0.087131 10.0.0.23 - - [2026-06-15 02:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.026085 10.0.0.23 - - [2026-06-15 02:14:31] "GET /network-policy/be5a7270-355b-43db-a881-d91a64d45308?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.004345 10.0.0.23 - - [2026-06-15 02:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002686 10.0.0.23 - - [2026-06-15 02:14:31] "GET /network-policy/f67ba912-e5bd-48d8-b0ac-f63a031ae4e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.003872 10.0.0.23 - - [2026-06-15 02:14:31] "POST /neutron/network HTTP/1.1" 200 1309 0.011270 10.0.0.65 - - [2026-06-15 02:14:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.003001 10.0.0.65 - - [2026-06-15 02:14:31] "POST /ref-update HTTP/1.1" 200 156 0.060111 10.0.0.23 - - [2026-06-15 02:14:31] "GET /virtual-network/f5315cdf-2e3a-4408-88a8-e450df9b00d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.020755 10.0.0.23 - - [2026-06-15 02:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.23 - - [2026-06-15 02:14:31] "GET /network-policy/39cb8096-4acc-4732-a6da-b191d129559b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6936 0.004880 10.0.0.23 - - [2026-06-15 02:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.23 - - [2026-06-15 02:14:31] "GET /network-policy/ef3e7de0-2220-4a13-a62d-72dce37ccbad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.005174 10.0.0.23 - - [2026-06-15 02:14:31] "POST /neutron/network HTTP/1.1" 200 1309 0.010422 10.0.0.23 - - [2026-06-15 02:14:32] "GET /virtual-network/ae4c77a8-db6a-4e71-9268-b5815a62ee2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.008101 10.0.0.23 - - [2026-06-15 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.23 - - [2026-06-15 02:14:32] "GET /network-policy/80124494-92c8-42de-908f-d826e10644ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.004091 10.0.0.23 - - [2026-06-15 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.23 - - [2026-06-15 02:14:32] "GET /network-policy/aff8d118-9f78-47db-b539-30759c0c1089?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004711 10.0.0.23 - - [2026-06-15 02:14:32] "POST /neutron/network HTTP/1.1" 200 1309 0.010372 10.0.0.65 - - [2026-06-15 02:14:32] "POST /fqname-to-id HTTP/1.1" 404 248 0.005348 10.0.0.23 - - [2026-06-15 02:14:32] "GET /virtual-network/b9faee47-b4a9-4c47-a059-08b4fda2cb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006660 10.0.0.23 - - [2026-06-15 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002548 10.0.0.23 - - [2026-06-15 02:14:32] "GET /network-policy/4b8ccf9c-3306-4d1a-a835-e1c06a026424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.004309 10.0.0.23 - - [2026-06-15 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.23 - - [2026-06-15 02:14:32] "GET /network-policy/a4e3b756-36b3-4459-98b5-acff5035ba62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.004216 10.0.0.23 - - [2026-06-15 02:14:32] "POST /id-to-fqname HTTP/1.1" 200 231 0.000912 10.0.0.23 - - [2026-06-15 02:15:04] "POST /neutron/network HTTP/1.1" 200 1504 0.006866 10.0.0.65 - - [2026-06-15 02:15:04] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001049 10.0.0.23 - - [2026-06-15 02:15:04] "GET /project/d85149a9-919d-4098-b097-25afd5062a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.070526 10.0.0.23 - - [2026-06-15 02:15:05] "POST /neutron/port HTTP/1.1" 200 117 0.006239 10.0.0.23 - - [2026-06-15 02:15:05] "POST /id-to-fqname HTTP/1.1" 200 231 0.001159 10.0.0.65 - - [2026-06-15 02:15:06] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001415 10.0.0.23 - - [2026-06-15 02:15:06] "GET /project/d85149a9-919d-4098-b097-25afd5062a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.073123 10.0.0.23 - - [2026-06-15 02:15:06] "POST /neutron/network HTTP/1.1" 200 1494 0.011901 10.0.0.23 - - [2026-06-15 02:15:06] "POST /neutron/port HTTP/1.1" 200 117 0.011111 10.0.0.23 - - [2026-06-15 02:15:09] "POST /neutron/port HTTP/1.1" 200 1170 0.022643 10.0.0.23 - - [2026-06-15 02:15:11] "POST /neutron/port HTTP/1.1" 200 1234 0.023778 10.0.0.23 - - [2026-06-15 02:15:11] "POST /neutron/subnet HTTP/1.1" 200 1361 0.019378 10.0.0.23 - - [2026-06-15 02:15:11] "POST /neutron/network HTTP/1.1" 200 1494 0.013367 10.0.0.23 - - [2026-06-15 02:15:11] "POST /neutron/port HTTP/1.1" 200 1234 0.030369 10.0.0.23 - - [2026-06-15 02:15:11] "POST /neutron/port HTTP/1.1" 200 1170 0.024687 10.0.0.23 - - [2026-06-15 02:15:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003800 10.0.0.23 - - [2026-06-15 02:15:13] "POST /neutron/port HTTP/1.1" 200 117 0.001424 10.0.0.23 - - [2026-06-15 02:15:16] "POST /neutron/port HTTP/1.1" 200 1234 0.030143 10.0.0.23 - - [2026-06-15 02:15:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007315 10.0.0.23 - - [2026-06-15 02:15:31] "POST /neutron/port HTTP/1.1" 200 1234 0.018861 10.0.0.23 - - [2026-06-15 02:15:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007564 10.0.0.23 - - [2026-06-15 02:15:47] "POST /neutron/port HTTP/1.1" 200 1234 0.015222 10.0.0.23 - - [2026-06-15 02:15:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007617 10.0.0.23 - - [2026-06-15 02:16:02] "POST /neutron/port HTTP/1.1" 200 1234 0.019665 10.0.0.23 - - [2026-06-15 02:16:07] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007038 10.0.0.23 - - [2026-06-15 02:16:07] "POST /neutron/port HTTP/1.1" 200 1234 0.016145 10.0.0.23 - - [2026-06-15 02:16:07] "GET /virtual-machine/c1453fad-3eb0-49d6-9dff-8573803cc05e HTTP/1.1" 200 1301 0.012984 10.0.0.23 - - [2026-06-15 02:16:07] "GET /virtual-machine-interface/bbfb8315-7a33-40dd-ab5e-c3c6e17b3890 HTTP/1.1" 200 3184 0.005999 10.0.0.23 - - [2026-06-15 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004265 10.0.0.23 - - [2026-06-15 02:16:07] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004956 10.0.0.23 - - [2026-06-15 02:16:07] "GET /virtual-networks?parent_id=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.002854 10.0.0.23 - - [2026-06-15 02:16:07] "GET /virtual-network/9d2f9599-2f4d-471b-a1e7-7d8c0c26b3cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006381 10.0.0.23 - - [2026-06-15 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004835 10.0.0.23 - - [2026-06-15 02:16:11] "GET /virtual-network/9d2f9599-2f4d-471b-a1e7-7d8c0c26b3cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005476 10.0.0.23 - - [2026-06-15 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.23 - - [2026-06-15 02:16:15] "GET /virtual-network/9d2f9599-2f4d-471b-a1e7-7d8c0c26b3cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.008031 10.0.0.33 - - [2026-06-15 02:16:15] "GET /obj-perms HTTP/1.1" 200 4493 0.056826 10.0.0.23 - - [2026-06-15 02:16:18] "POST /neutron/port HTTP/1.1" 200 1234 0.021319 10.0.0.23 - - [2026-06-15 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151 10.0.0.23 - - [2026-06-15 02:16:19] "GET /virtual-network/9d2f9599-2f4d-471b-a1e7-7d8c0c26b3cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.007578 10.0.0.23 - - [2026-06-15 02:16:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005073 10.0.0.23 - - [2026-06-15 02:16:19] "POST /neutron/port HTTP/1.1" 200 117 0.001358 10.0.0.23 - - [2026-06-15 02:16:21] "POST /neutron/port HTTP/1.1" 200 1234 0.018597 10.0.0.23 - - [2026-06-15 02:16:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003462 10.0.0.23 - - [2026-06-15 02:16:22] "POST /neutron/port HTTP/1.1" 200 117 0.001073 10.0.0.23 - - [2026-06-15 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.23 - - [2026-06-15 02:16:23] "GET /virtual-network/9d2f9599-2f4d-471b-a1e7-7d8c0c26b3cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005606 10.0.0.23 - - [2026-06-15 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.23 - - [2026-06-15 02:16:27] "GET /virtual-network/9d2f9599-2f4d-471b-a1e7-7d8c0c26b3cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.004895 10.0.0.23 - - [2026-06-15 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.23 - - [2026-06-15 02:16:29] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003477 10.0.0.23 - - [2026-06-15 02:16:29] "GET /virtual-networks?parent_id=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003065 10.0.0.23 - - [2026-06-15 02:16:29] "GET /virtual-network/9d2f9599-2f4d-471b-a1e7-7d8c0c26b3cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005609 10.0.0.23 - - [2026-06-15 02:16:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006999 10.0.0.23 - - [2026-06-15 02:16:34] "POST /neutron/port HTTP/1.1" 200 1234 0.018456 10.0.0.23 - - [2026-06-15 02:16:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008222 10.0.0.23 - - [2026-06-15 02:16:40] "POST /neutron/port HTTP/1.1" 200 1234 0.021094 10.0.0.23 - - [2026-06-15 02:16:40] "GET /virtual-machine/09ac9707-05ff-487d-a3bd-ae24127490e8 HTTP/1.1" 200 1299 0.005727 10.0.0.23 - - [2026-06-15 02:16:40] "GET /virtual-machine-interface/b4e67ced-b181-4d4b-86b5-5dfab8377e9e HTTP/1.1" 200 3183 0.005993 10.0.0.23 - - [2026-06-15 02:16:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004358 10.0.0.23 - - [2026-06-15 02:16:40] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004073 10.0.0.23 - - [2026-06-15 02:16:40] "GET /virtual-networks?parent_id=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003248 10.0.0.23 - - [2026-06-15 02:16:40] "GET /virtual-network/f5315cdf-2e3a-4408-88a8-e450df9b00d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006108 10.0.0.23 - - [2026-06-15 02:16:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.23 - - [2026-06-15 02:16:41] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003291 10.0.0.23 - - [2026-06-15 02:16:41] "GET /virtual-networks?parent_id=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003643 10.0.0.23 - - [2026-06-15 02:16:41] "GET /virtual-network/f5315cdf-2e3a-4408-88a8-e450df9b00d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005293 10.0.0.23 - - [2026-06-15 02:16:41] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007043 10.0.0.23 - - [2026-06-15 02:16:46] "POST /neutron/port HTTP/1.1" 200 1234 0.018796 10.0.0.23 - - [2026-06-15 02:16:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006634 10.0.0.23 - - [2026-06-15 02:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.23 - - [2026-06-15 02:16:52] "GET /network-policy/39cb8096-4acc-4732-a6da-b191d129559b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6936 0.004072 10.0.0.23 - - [2026-06-15 02:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.23 - - [2026-06-15 02:16:52] "GET /network-policy/ef3e7de0-2220-4a13-a62d-72dce37ccbad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.005355 10.0.0.23 - - [2026-06-15 02:16:52] "POST /neutron/port HTTP/1.1" 200 1234 0.042677 10.0.0.23 - - [2026-06-15 02:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.23 - - [2026-06-15 02:16:52] "GET /network-policy/be5a7270-355b-43db-a881-d91a64d45308?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.003537 10.0.0.23 - - [2026-06-15 02:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002638 10.0.0.23 - - [2026-06-15 02:16:52] "GET /network-policy/f67ba912-e5bd-48d8-b0ac-f63a031ae4e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004105 10.0.0.23 - - [2026-06-15 02:17:00] "GET /virtual-machine/09ac9707-05ff-487d-a3bd-ae24127490e8 HTTP/1.1" 200 1299 0.003915 10.0.0.23 - - [2026-06-15 02:17:02] "POST /neutron/port HTTP/1.1" 200 1224 0.016701 10.0.0.23 - - [2026-06-15 02:17:02] "GET /virtual-machine/09ac9707-05ff-487d-a3bd-ae24127490e8 HTTP/1.1" 200 1299 0.003699 10.0.0.23 - - [2026-06-15 02:17:04] "GET /virtual-machine/09ac9707-05ff-487d-a3bd-ae24127490e8 HTTP/1.1" 404 171 0.003236 10.0.0.23 - - [2026-06-15 02:17:04] "GET /virtual-machine/09ac9707-05ff-487d-a3bd-ae24127490e8 HTTP/1.1" 404 171 0.002947 10.0.0.23 - - [2026-06-15 02:17:04] "GET /virtual-machine/09ac9707-05ff-487d-a3bd-ae24127490e8 HTTP/1.1" 404 171 0.002451 10.0.0.23 - - [2026-06-15 02:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.23 - - [2026-06-15 02:17:05] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004430 10.0.0.23 - - [2026-06-15 02:17:05] "GET /virtual-networks?parent_id=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003600 10.0.0.23 - - [2026-06-15 02:17:05] "GET /virtual-network/f5315cdf-2e3a-4408-88a8-e450df9b00d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005406 10.0.0.23 - - [2026-06-15 02:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.23 - - [2026-06-15 02:17:05] "GET /routing-instance/4e7028b7-17f3-4f6e-949e-82f2d0b45733?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.005157 10.0.0.23 - - [2026-06-15 02:17:05] "GET /route-target/a3d8c8c2-329b-4a98-b466-725849cbf7e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003957 10.0.0.23 - - [2026-06-15 02:17:05] "GET /virtual-machine/09ac9707-05ff-487d-a3bd-ae24127490e8 HTTP/1.1" 404 171 0.003200 10.0.0.23 - - [2026-06-15 02:17:06] "GET /virtual-machine/09ac9707-05ff-487d-a3bd-ae24127490e8 HTTP/1.1" 404 171 0.003085 10.0.0.23 - - [2026-06-15 02:17:07] "GET /virtual-machine/09ac9707-05ff-487d-a3bd-ae24127490e8 HTTP/1.1" 404 171 0.003584 10.0.0.23 - - [2026-06-15 02:17:08] "GET /virtual-machine/09ac9707-05ff-487d-a3bd-ae24127490e8 HTTP/1.1" 404 171 0.003120 10.0.0.23 - - [2026-06-15 02:17:09] "GET /virtual-machine/09ac9707-05ff-487d-a3bd-ae24127490e8 HTTP/1.1" 404 171 0.003448 10.0.0.23 - - [2026-06-15 02:17:10] "GET /virtual-machine/09ac9707-05ff-487d-a3bd-ae24127490e8 HTTP/1.1" 404 171 0.004244 10.0.0.23 - - [2026-06-15 02:17:10] "GET /obj-perms HTTP/1.1" 200 4483 0.003533 10.0.0.65 - - [2026-06-15 02:17:10] "GET /obj-perms HTTP/1.1" 200 4483 0.005045 10.0.0.23 - - [2026-06-15 02:17:10] "GET /virtual-machine/c1453fad-3eb0-49d6-9dff-8573803cc05e HTTP/1.1" 200 1301 0.004120 10.0.0.23 - - [2026-06-15 02:17:12] "POST /neutron/port HTTP/1.1" 200 1224 0.015063 10.0.0.23 - - [2026-06-15 02:17:12] "GET /virtual-machine/c1453fad-3eb0-49d6-9dff-8573803cc05e HTTP/1.1" 200 1301 0.003199 10.0.0.23 - - [2026-06-15 02:17:14] "GET /virtual-machine/c1453fad-3eb0-49d6-9dff-8573803cc05e HTTP/1.1" 404 171 0.002960 10.0.0.23 - - [2026-06-15 02:17:14] "GET /virtual-machine/c1453fad-3eb0-49d6-9dff-8573803cc05e HTTP/1.1" 404 171 0.002366 10.0.0.23 - - [2026-06-15 02:17:14] "GET /virtual-machine/c1453fad-3eb0-49d6-9dff-8573803cc05e HTTP/1.1" 404 171 0.002408 10.0.0.23 - - [2026-06-15 02:17:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.23 - - [2026-06-15 02:17:14] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003842 10.0.0.23 - - [2026-06-15 02:17:14] "GET /virtual-networks?parent_id=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.002927 10.0.0.23 - - [2026-06-15 02:17:14] "GET /virtual-network/9d2f9599-2f4d-471b-a1e7-7d8c0c26b3cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005650 10.0.0.23 - - [2026-06-15 02:17:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.23 - - [2026-06-15 02:17:14] "GET /routing-instance/be62ef56-16de-4ec3-8fdc-301137450e8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.005524 10.0.0.23 - - [2026-06-15 02:17:14] "GET /route-target/8909e8f2-863f-456f-8fd8-ea10e2a94e4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003936 10.0.0.23 - - [2026-06-15 02:17:15] "GET /obj-perms HTTP/1.1" 200 4483 0.003836 10.0.0.65 - - [2026-06-15 02:17:18] "GET /obj-perms HTTP/1.1" 200 4483 0.005198 10.0.0.23 - - [2026-06-15 02:17:21] "GET /obj-perms HTTP/1.1" 200 4483 0.034421 10.0.0.65 - - [2026-06-15 02:17:27] "GET /obj-perms HTTP/1.1" 200 4483 0.003662 10.0.0.23 - - [2026-06-15 02:17:30] "GET /obj-perms HTTP/1.1" 200 4483 0.003911 10.0.0.65 - - [2026-06-15 02:17:36] "GET /obj-perms HTTP/1.1" 200 4483 0.003366 10.0.0.23 - - [2026-06-15 02:17:36] "GET /obj-perms HTTP/1.1" 200 4483 0.003456 10.0.0.23 - - [2026-06-15 02:17:36] "GET /virtual-network/b9faee47-b4a9-4c47-a059-08b4fda2cb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.022907 10.0.0.23 - - [2026-06-15 02:17:37] "POST /neutron/network HTTP/1.1" 200 1309 0.108858 10.0.0.65 - - [2026-06-15 02:17:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.098405 10.0.0.23 - - [2026-06-15 02:17:37] "GET /virtual-network/b9faee47-b4a9-4c47-a059-08b4fda2cb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005406 10.0.0.23 - - [2026-06-15 02:17:37] "GET /virtual-network/ae4c77a8-db6a-4e71-9268-b5815a62ee2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006317 10.0.0.23 - - [2026-06-15 02:17:37] "POST /neutron/network HTTP/1.1" 200 1309 0.113185 10.0.0.23 - - [2026-06-15 02:17:37] "GET /virtual-network/ae4c77a8-db6a-4e71-9268-b5815a62ee2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.007184 10.0.0.65 - - [2026-06-15 02:17:37] "DELETE /access-control-list/a1cc9d8a-b900-4b31-b749-ccc881ab63dd HTTP/1.1" 200 115 0.142297 10.0.0.23 - - [2026-06-15 02:17:37] "GET /virtual-network/f5315cdf-2e3a-4408-88a8-e450df9b00d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005349 10.0.0.23 - - [2026-06-15 02:17:37] "POST /neutron/network HTTP/1.1" 200 1309 0.108906 10.0.0.23 - - [2026-06-15 02:17:37] "GET /virtual-network/f5315cdf-2e3a-4408-88a8-e450df9b00d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.007722 10.0.0.23 - - [2026-06-15 02:17:38] "GET /virtual-network/9d2f9599-2f4d-471b-a1e7-7d8c0c26b3cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005811 10.0.0.65 - - [2026-06-15 02:17:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.003958 10.0.0.23 - - [2026-06-15 02:17:38] "POST /neutron/network HTTP/1.1" 200 1309 0.078508 10.0.0.65 - - [2026-06-15 02:17:38] "DELETE /access-control-list/51666fb1-feef-436a-9418-f600f469efbf HTTP/1.1" 200 115 0.048012 10.0.0.23 - - [2026-06-15 02:17:38] "GET /virtual-network/9d2f9599-2f4d-471b-a1e7-7d8c0c26b3cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006270 10.0.0.23 - - [2026-06-15 02:17:38] "DELETE /network-policy/4b8ccf9c-3306-4d1a-a835-e1c06a026424 HTTP/1.1" 200 115 0.054479 10.0.0.23 - - [2026-06-15 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005036 10.0.0.65 - - [2026-06-15 02:17:38] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.027752 10.0.0.23 - - [2026-06-15 02:17:38] "GET /project/d85149a9-919d-4098-b097-25afd5062a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.059615 10.0.0.23 - - [2026-06-15 02:17:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-06857569&detail=False&count=False&shared=False HTTP/1.1" 200 1755 0.005466 10.0.0.23 - - [2026-06-15 02:17:38] "DELETE /network-policy/a4e3b756-36b3-4459-98b5-acff5035ba62 HTTP/1.1" 200 115 0.049255 10.0.0.23 - - [2026-06-15 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.65 - - [2026-06-15 02:17:38] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000836 10.0.0.23 - - [2026-06-15 02:17:38] "GET /project/d85149a9-919d-4098-b097-25afd5062a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.038991 10.0.0.23 - - [2026-06-15 02:17:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-06857569&detail=False&count=False&shared=False HTTP/1.1" 200 1523 0.005388 10.0.0.23 - - [2026-06-15 02:17:38] "DELETE /network-policy/80124494-92c8-42de-908f-d826e10644ee HTTP/1.1" 200 115 0.048234 10.0.0.23 - - [2026-06-15 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004992 10.0.0.65 - - [2026-06-15 02:17:38] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001205 10.0.0.23 - - [2026-06-15 02:17:38] "GET /project/d85149a9-919d-4098-b097-25afd5062a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.049831 10.0.0.23 - - [2026-06-15 02:17:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-06857569&detail=False&count=False&shared=False HTTP/1.1" 200 1291 0.007682 10.0.0.23 - - [2026-06-15 02:17:38] "DELETE /network-policy/aff8d118-9f78-47db-b539-30759c0c1089 HTTP/1.1" 200 115 0.058395 10.0.0.23 - - [2026-06-15 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.65 - - [2026-06-15 02:17:39] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000903 10.0.0.23 - - [2026-06-15 02:17:39] "GET /project/d85149a9-919d-4098-b097-25afd5062a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.039387 10.0.0.23 - - [2026-06-15 02:17:39] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-06857569&detail=False&count=False&shared=False HTTP/1.1" 200 1058 0.005574 10.0.0.23 - - [2026-06-15 02:17:39] "DELETE /network-policy/ef3e7de0-2220-4a13-a62d-72dce37ccbad HTTP/1.1" 200 115 0.038477 10.0.0.23 - - [2026-06-15 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.65 - - [2026-06-15 02:17:39] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001023 10.0.0.23 - - [2026-06-15 02:17:39] "GET /project/d85149a9-919d-4098-b097-25afd5062a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.041809 10.0.0.23 - - [2026-06-15 02:17:39] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-06857569&detail=False&count=False&shared=False HTTP/1.1" 200 826 0.007366 10.0.0.23 - - [2026-06-15 02:17:39] "DELETE /network-policy/39cb8096-4acc-4732-a6da-b191d129559b HTTP/1.1" 200 115 0.043157 10.0.0.23 - - [2026-06-15 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.65 - - [2026-06-15 02:17:39] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000872 10.0.0.23 - - [2026-06-15 02:17:39] "GET /project/d85149a9-919d-4098-b097-25afd5062a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.036684 10.0.0.23 - - [2026-06-15 02:17:39] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-06857569&detail=False&count=False&shared=False HTTP/1.1" 200 594 0.005415 10.0.0.23 - - [2026-06-15 02:17:39] "DELETE /network-policy/f67ba912-e5bd-48d8-b0ac-f63a031ae4e5 HTTP/1.1" 200 115 0.043606 10.0.0.23 - - [2026-06-15 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004604 10.0.0.65 - - [2026-06-15 02:17:39] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001151 10.0.0.23 - - [2026-06-15 02:17:39] "GET /project/d85149a9-919d-4098-b097-25afd5062a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.046484 10.0.0.23 - - [2026-06-15 02:17:39] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-06857569&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.010488 10.0.0.23 - - [2026-06-15 02:17:39] "DELETE /network-policy/be5a7270-355b-43db-a881-d91a64d45308 HTTP/1.1" 200 115 0.038717 10.0.0.23 - - [2026-06-15 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.65 - - [2026-06-15 02:17:39] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000865 10.0.0.23 - - [2026-06-15 02:17:39] "GET /project/d85149a9-919d-4098-b097-25afd5062a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.039681 10.0.0.23 - - [2026-06-15 02:17:40] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-06857569&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004991 10.0.0.65 - - [2026-06-15 02:17:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003810 10.0.0.65 - - [2026-06-15 02:17:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003053 10.0.0.65 - - [2026-06-15 02:17:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003603 10.0.0.65 - - [2026-06-15 02:17:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002656 10.0.0.65 - - [2026-06-15 02:17:40] "POST /useragent-kv HTTP/1.1" 200 115 0.004474 10.0.0.65 - - [2026-06-15 02:17:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003609 10.0.0.65 - - [2026-06-15 02:17:40] "DELETE /route-target/61a7ff29-a859-4d68-934c-4808f2976bfb HTTP/1.1" 200 115 0.034393 10.0.0.23 - - [2026-06-15 02:17:40] "POST /neutron/network HTTP/1.1" 200 151 0.146887 10.0.0.23 - - [2026-06-15 02:17:40] "POST /neutron/network HTTP/1.1" 200 1309 0.010430 10.0.0.65 - - [2026-06-15 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004455 10.0.0.65 - - [2026-06-15 02:17:41] "POST /useragent-kv HTTP/1.1" 200 115 0.007128 10.0.0.65 - - [2026-06-15 02:17:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002647 10.0.0.65 - - [2026-06-15 02:17:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002944 10.0.0.65 - - [2026-06-15 02:17:41] "POST /useragent-kv HTTP/1.1" 200 115 0.005568 10.0.0.65 - - [2026-06-15 02:17:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002178 10.0.0.65 - - [2026-06-15 02:17:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002037 10.0.0.23 - - [2026-06-15 02:17:41] "POST /neutron/network HTTP/1.1" 200 151 0.180563 10.0.0.65 - - [2026-06-15 02:17:41] "DELETE /route-target/8909e8f2-863f-456f-8fd8-ea10e2a94e4e HTTP/1.1" 200 115 0.041775 10.0.0.23 - - [2026-06-15 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.23 - - [2026-06-15 02:17:41] "DELETE /network-ipam/cea44453-20b2-4b1b-8227-e2b1b74a4602 HTTP/1.1" 200 115 0.038057 10.0.0.23 - - [2026-06-15 02:17:41] "POST /fqname-to-id HTTP/1.1" 404 252 0.003579 10.0.0.65 - - [2026-06-15 02:17:41] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000936 10.0.0.65 - - [2026-06-15 02:17:41] "GET /project/d85149a9-919d-4098-b097-25afd5062a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.055776 10.0.0.65 - - [2026-06-15 02:17:41] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000973 10.0.0.65 - - [2026-06-15 02:17:41] "GET /project/d85149a9-919d-4098-b097-25afd5062a16?fields=security_groups HTTP/1.1" 200 1387 0.046056 10.0.0.65 - - [2026-06-15 02:17:41] "DELETE /security-group/ac333477-59db-4c66-bf4c-84d95da059b3 HTTP/1.1" 200 115 0.055904 10.0.0.65 - - [2026-06-15 02:17:41] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001295 10.0.0.65 - - [2026-06-15 02:17:42] "GET /project/d85149a9-919d-4098-b097-25afd5062a16?fields=application_policy_sets HTTP/1.1" 200 1426 0.060791 10.0.0.23 - - [2026-06-15 02:17:42] "DELETE /project/d85149a9-919d-4098-b097-25afd5062a16 HTTP/1.1" 200 115 0.439463 10.0.0.65 - - [2026-06-15 02:17:42] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001488 10.0.0.23 - - [2026-06-15 02:17:42] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?fields=projects HTTP/1.1" 200 1438 0.012161 10.0.0.23 - - [2026-06-15 02:17:47] "POST /fqname-to-id HTTP/1.1" 404 225 0.009527 10.0.0.65 - - [2026-06-15 02:17:47] "POST /id-to-fqname HTTP/1.1" 200 198 0.004268 10.0.0.65 - - [2026-06-15 02:17:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.009565 10.0.0.65 - - [2026-06-15 02:17:47] "POST /security-groups HTTP/1.1" 200 599 0.082010 10.0.0.65 - - [2026-06-15 02:17:47] "POST /fqname-to-id HTTP/1.1" 404 242 0.003300 10.0.0.65 - - [2026-06-15 02:17:47] "POST /projects HTTP/1.1" 200 601 0.322399 10.0.0.23 - - [2026-06-15 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.352358 10.0.0.65 - - [2026-06-15 02:17:47] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000830 10.0.0.65 - - [2026-06-15 02:17:47] "POST /access-control-lists HTTP/1.1" 200 602 0.032550 10.0.0.23 - - [2026-06-15 02:17:47] "GET /project/d85149a9-919d-4098-b097-25afd5062a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.059722 10.0.0.23 - - [2026-06-15 02:17:47] "POST /network-policys HTTP/1.1" 200 559 0.036064 10.0.0.23 - - [2026-06-15 02:17:47] "GET /network-policy/b4e76707-7a1b-46b7-92ad-51b8fbff6b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3105 0.005888 10.0.0.23 - - [2026-06-15 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002639 10.0.0.65 - - [2026-06-15 02:17:48] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001125 10.0.0.23 - - [2026-06-15 02:17:48] "GET /project/d85149a9-919d-4098-b097-25afd5062a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.044370 10.0.0.65 - - [2026-06-15 02:17:48] "POST /useragent-kv HTTP/1.1" 200 115 0.006658 10.0.0.23 - - [2026-06-15 02:17:48] "POST /neutron/subnet HTTP/1.1" 200 721 0.243079 10.0.0.23 - - [2026-06-15 02:17:48] "POST /id-to-fqname HTTP/1.1" 200 229 0.001232 10.0.0.23 - - [2026-06-15 02:17:48] "GET /virtual-network/91d5b007-3915-4201-ae9c-6cde6c627950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007492 10.0.0.23 - - [2026-06-15 02:17:48] "POST /neutron/network HTTP/1.1" 200 1006 0.007766 10.0.0.23 - - [2026-06-15 02:17:48] "GET /virtual-network/91d5b007-3915-4201-ae9c-6cde6c627950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004556 10.0.0.23 - - [2026-06-15 02:17:48] "POST /neutron/subnet HTTP/1.1" 200 823 0.008116 10.0.0.65 - - [2026-06-15 02:17:48] "POST /fqname-to-id HTTP/1.1" 404 244 0.006195 10.0.0.23 - - [2026-06-15 02:17:49] "POST /neutron/network HTTP/1.1" 200 1105 0.015718 10.0.0.23 - - [2026-06-15 02:17:49] "GET /virtual-network/91d5b007-3915-4201-ae9c-6cde6c627950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.012198 10.0.0.23 - - [2026-06-15 02:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.23 - - [2026-06-15 02:17:49] "GET /network-policy/b4e76707-7a1b-46b7-92ad-51b8fbff6b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3105 0.003886 10.0.0.23 - - [2026-06-15 02:17:49] "GET /virtual-network/91d5b007-3915-4201-ae9c-6cde6c627950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.004968 10.0.0.33 - - [2026-06-15 02:17:49] "GET /obj-perms HTTP/1.1" 200 4483 0.003486 10.0.0.23 - - [2026-06-15 02:17:49] "POST /id-to-fqname HTTP/1.1" 200 229 0.001161 10.0.0.65 - - [2026-06-15 02:17:50] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001270 10.0.0.23 - - [2026-06-15 02:17:50] "GET /project/d85149a9-919d-4098-b097-25afd5062a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.065722 10.0.0.23 - - [2026-06-15 02:17:50] "POST /neutron/port HTTP/1.1" 200 117 0.005717 10.0.0.23 - - [2026-06-15 02:17:50] "POST /id-to-fqname HTTP/1.1" 200 229 0.001721 10.0.0.23 - - [2026-06-15 02:17:50] "POST /neutron/network HTTP/1.1" 200 1115 0.006666 10.0.0.65 - - [2026-06-15 02:17:51] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001523 10.0.0.23 - - [2026-06-15 02:17:51] "GET /project/d85149a9-919d-4098-b097-25afd5062a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.055752 10.0.0.23 - - [2026-06-15 02:17:51] "POST /neutron/port HTTP/1.1" 200 117 0.005612 10.0.0.65 - - [2026-06-15 02:17:54] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000877 10.0.0.23 - - [2026-06-15 02:17:55] "POST /neutron/port HTTP/1.1" 200 1173 0.323874 10.0.0.23 - - [2026-06-15 02:17:55] "POST /neutron/port HTTP/1.1" 200 1227 0.133519 10.0.0.23 - - [2026-06-15 02:17:56] "POST /neutron/port HTTP/1.1" 200 1173 0.018398 10.0.0.23 - - [2026-06-15 02:17:56] "POST /neutron/port HTTP/1.1" 200 1237 0.014745 10.0.0.23 - - [2026-06-15 02:17:56] "POST /neutron/subnet HTTP/1.1" 200 1376 0.011969 10.0.0.23 - - [2026-06-15 02:17:56] "POST /neutron/network HTTP/1.1" 200 1105 0.008034 10.0.0.23 - - [2026-06-15 02:17:57] "POST /neutron/port HTTP/1.1" 200 1237 0.017142 10.0.0.23 - - [2026-06-15 02:17:57] "POST /neutron/subnet HTTP/1.1" 200 1376 0.011916 10.0.0.23 - - [2026-06-15 02:17:57] "POST /neutron/network HTTP/1.1" 200 1105 0.007864 10.0.0.23 - - [2026-06-15 02:18:01] "POST /neutron/port HTTP/1.1" 200 1237 0.019252 10.0.0.23 - - [2026-06-15 02:18:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007594 10.0.0.23 - - [2026-06-15 02:18:02] "GET /virtual-machine/c695184f-ef35-413b-9c9f-97e161e5993a HTTP/1.1" 200 1301 0.005933 10.0.0.23 - - [2026-06-15 02:18:02] "GET /virtual-machine-interface/bdc18b78-8845-4d31-bae6-6f607e9f29d4 HTTP/1.1" 200 3178 0.005005 10.0.0.23 - - [2026-06-15 02:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.23 - - [2026-06-15 02:18:02] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004524 10.0.0.23 - - [2026-06-15 02:18:02] "GET /virtual-networks?parent_id=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003306 10.0.0.23 - - [2026-06-15 02:18:02] "GET /virtual-network/91d5b007-3915-4201-ae9c-6cde6c627950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.005483 10.0.0.65 - - [2026-06-15 02:18:04] "DELETE /project/d85149a9919d4098b09725afd5062a16 HTTP/1.1" 404 173 0.024694 10.0.0.23 - - [2026-06-15 02:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.23 - - [2026-06-15 02:18:05] "GET /virtual-network/91d5b007-3915-4201-ae9c-6cde6c627950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.005337 10.0.0.23 - - [2026-06-15 02:18:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.23 - - [2026-06-15 02:18:09] "GET /virtual-network/91d5b007-3915-4201-ae9c-6cde6c627950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006987 10.0.0.23 - - [2026-06-15 02:18:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.23 - - [2026-06-15 02:18:13] "GET /virtual-network/91d5b007-3915-4201-ae9c-6cde6c627950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.008408 10.0.0.65 - - [2026-06-15 02:18:16] "GET /obj-perms HTTP/1.1" 200 4493 0.040654 10.0.0.23 - - [2026-06-15 02:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.23 - - [2026-06-15 02:18:17] "GET /virtual-network/91d5b007-3915-4201-ae9c-6cde6c627950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006952 10.0.0.23 - - [2026-06-15 02:18:18] "POST /neutron/port HTTP/1.1" 200 1237 0.017167 10.0.0.23 - - [2026-06-15 02:18:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003947 10.0.0.23 - - [2026-06-15 02:18:19] "POST /neutron/port HTTP/1.1" 200 117 0.001026 10.0.0.23 - - [2026-06-15 02:18:19] "POST /neutron/network HTTP/1.1" 200 1115 0.023940 10.0.0.23 - - [2026-06-15 02:18:19] "POST /neutron/subnet HTTP/1.1" 200 1376 0.015320 10.0.0.23 - - [2026-06-15 02:18:19] "POST /neutron/network HTTP/1.1" 200 1105 0.010214 10.0.0.23 - - [2026-06-15 02:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.23 - - [2026-06-15 02:18:21] "GET /virtual-network/91d5b007-3915-4201-ae9c-6cde6c627950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006221 10.0.0.23 - - [2026-06-15 02:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004216 10.0.0.23 - - [2026-06-15 02:18:25] "GET /virtual-network/91d5b007-3915-4201-ae9c-6cde6c627950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.005995 10.0.0.23 - - [2026-06-15 02:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004961 10.0.0.23 - - [2026-06-15 02:18:29] "GET /virtual-network/91d5b007-3915-4201-ae9c-6cde6c627950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.007137 10.0.0.23 - - [2026-06-15 02:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.23 - - [2026-06-15 02:18:31] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003654 10.0.0.23 - - [2026-06-15 02:18:31] "GET /virtual-networks?parent_id=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003599 10.0.0.23 - - [2026-06-15 02:18:32] "GET /virtual-network/91d5b007-3915-4201-ae9c-6cde6c627950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.007625 10.0.0.23 - - [2026-06-15 02:18:33] "POST /neutron/port HTTP/1.1" 200 1237 0.016905 10.0.0.23 - - [2026-06-15 02:18:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007813 10.0.0.23 - - [2026-06-15 02:18:42] "POST /neutron/port HTTP/1.1" 200 1237 0.019227 10.0.0.23 - - [2026-06-15 02:18:42] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008548 10.0.0.23 - - [2026-06-15 02:18:42] "GET /virtual-machine/6e7f4ec1-ff3c-448c-adee-8c8d502932a8 HTTP/1.1" 200 1300 0.022251 10.0.0.23 - - [2026-06-15 02:18:42] "GET /virtual-machine-interface/7db68b38-f497-432b-931d-f0dc51ec7c96 HTTP/1.1" 200 3177 0.006272 10.0.0.23 - - [2026-06-15 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.23 - - [2026-06-15 02:18:42] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003935 10.0.0.23 - - [2026-06-15 02:18:42] "GET /virtual-networks?parent_id=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003711 10.0.0.23 - - [2026-06-15 02:18:42] "GET /virtual-network/91d5b007-3915-4201-ae9c-6cde6c627950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006783 10.0.0.23 - - [2026-06-15 02:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.23 - - [2026-06-15 02:18:43] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004108 10.0.0.23 - - [2026-06-15 02:18:43] "GET /virtual-networks?parent_id=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002335 10.0.0.23 - - [2026-06-15 02:18:44] "GET /virtual-network/91d5b007-3915-4201-ae9c-6cde6c627950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.005583 10.0.0.23 - - [2026-06-15 02:18:44] "POST /neutron/port HTTP/1.1" 200 1237 0.017043 10.0.0.23 - - [2026-06-15 02:18:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006968 10.0.0.33 - - [2026-06-15 02:18:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.33 - - [2026-06-15 02:18:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000494 10.0.0.65 - - [2026-06-15 02:18:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.65 - - [2026-06-15 02:18:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.65 - - [2026-06-15 02:18:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.65 - - [2026-06-15 02:18:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.23 - - [2026-06-15 02:18:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.23 - - [2026-06-15 02:18:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.33 - - [2026-06-15 02:18:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000477 10.0.0.33 - - [2026-06-15 02:18:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000504 10.0.0.23 - - [2026-06-15 02:18:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.23 - - [2026-06-15 02:18:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000523 10.0.0.23 - - [2026-06-15 02:19:04] "GET /virtual-network/91d5b007-3915-4201-ae9c-6cde6c627950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.005915 10.0.0.65 - - [2026-06-15 02:19:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.010084 10.0.0.23 - - [2026-06-15 02:19:04] "POST /neutron/network HTTP/1.1" 200 1006 0.019424 10.0.0.23 - - [2026-06-15 02:19:04] "GET /virtual-network/91d5b007-3915-4201-ae9c-6cde6c627950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005702 10.0.0.23 - - [2026-06-15 02:19:06] "POST /neutron/port HTTP/1.1" 200 1237 0.017369 10.0.0.23 - - [2026-06-15 02:19:06] "POST /neutron/port HTTP/1.1" 200 1237 0.017720 10.0.0.23 - - [2026-06-15 02:19:06] "POST /neutron/network HTTP/1.1" 200 1006 0.014465 10.0.0.65 - - [2026-06-15 02:19:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003014 10.0.0.65 - - [2026-06-15 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.007250 10.0.0.65 - - [2026-06-15 02:19:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002274 10.0.0.65 - - [2026-06-15 02:19:08] "POST /useragent-kv HTTP/1.1" 200 115 0.007043 10.0.0.65 - - [2026-06-15 02:19:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002641 10.0.0.23 - - [2026-06-15 02:19:09] "POST /neutron/network HTTP/1.1" 200 151 0.167046 10.0.0.23 - - [2026-06-15 02:19:09] "DELETE /network-policy/b4e76707-7a1b-46b7-92ad-51b8fbff6b86 HTTP/1.1" 200 115 0.032825 10.0.0.65 - - [2026-06-15 02:19:11] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001794 10.0.0.23 - - [2026-06-15 02:19:11] "GET /project/d85149a9-919d-4098-b097-25afd5062a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.062245 10.0.0.65 - - [2026-06-15 02:19:11] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001188 10.0.0.23 - - [2026-06-15 02:19:11] "GET /project/d85149a9-919d-4098-b097-25afd5062a16?fields=virtual_networks HTTP/1.1" 200 1048 0.042114 10.0.0.65 - - [2026-06-15 02:19:11] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001136 10.0.0.23 - - [2026-06-15 02:19:11] "GET /project/d85149a9-919d-4098-b097-25afd5062a16?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.047627 10.0.0.65 - - [2026-06-15 02:19:12] "GET /projects?obj_uuids=d85149a9-919d-4098-b097-25afd5062a16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001009 10.0.0.23 - - [2026-06-15 02:19:12] "GET /project/d85149a9-919d-4098-b097-25afd5062a16?fields=security_groups HTTP/1.1" 200 1282 0.039401 10.0.0.23 - - [2026-06-15 02:19:12] "POST /fqname-to-id HTTP/1.1" 404 202 0.021918 10.0.0.65 - - [2026-06-15 02:19:12] "GET /projects?obj_uuids=cb13cf7a-2319-4281-9339-e569d08d389d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002525 10.0.0.65 - - [2026-06-15 02:19:12] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000842 10.0.0.65 - - [2026-06-15 02:19:12] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006286 10.0.0.65 - - [2026-06-15 02:19:13] "POST /id-to-fqname HTTP/1.1" 200 204 0.004661 10.0.0.65 - - [2026-06-15 02:19:13] "POST /fqname-to-id HTTP/1.1" 404 213 0.005847 10.0.0.65 - - [2026-06-15 02:19:13] "POST /security-groups HTTP/1.1" 200 605 0.032844 10.0.0.65 - - [2026-06-15 02:19:13] "POST /projects HTTP/1.1" 200 613 0.228475 10.0.0.65 - - [2026-06-15 02:19:13] "POST /access-control-lists HTTP/1.1" 200 610 0.030961 10.0.0.65 - - [2026-06-15 02:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.296319 10.0.0.23 - - [2026-06-15 02:19:13] "GET /project/cb13cf7a-2319-4281-9339-e569d08d389d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.419741 10.0.0.23 - - [2026-06-15 02:19:14] "GET / HTTP/1.1" 200 35931 0.001439 10.0.0.23 - - [2026-06-15 02:19:17] "GET /obj-perms HTTP/1.1" 200 4493 0.046753 10.0.0.23 - - [2026-06-15 02:19:17] "GET /project/cb13cf7a-2319-4281-9339-e569d08d389d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000412 10.0.0.65 - - [2026-06-15 02:19:18] "GET /projects?obj_uuids=cb13cf7a-2319-4281-9339-e569d08d389d&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000904 10.0.0.23 - - [2026-06-15 02:19:18] "GET /project/cb13cf7a-2319-4281-9339-e569d08d389d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.061836 10.0.0.23 - - [2026-06-15 02:19:18] "GET / HTTP/1.1" 200 35931 0.001817 10.0.0.23 - - [2026-06-15 02:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004289 10.0.0.65 - - [2026-06-15 02:19:18] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000906 10.0.0.23 - - [2026-06-15 02:19:18] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007131 10.0.0.23 - - [2026-06-15 02:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.65 - - [2026-06-15 02:19:19] "GET /projects?obj_uuids=cb13cf7a-2319-4281-9339-e569d08d389d&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001038 10.0.0.23 - - [2026-06-15 02:19:19] "GET /project/cb13cf7a-2319-4281-9339-e569d08d389d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.049035 10.0.0.23 - - [2026-06-15 02:19:20] "GET /domains HTTP/1.1" 401 292 0.000354 10.0.0.23 - - [2026-06-15 02:19:20] "GET /domains HTTP/1.1" 200 280 0.022379 10.0.0.65 - - [2026-06-15 02:19:20] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000857 10.0.0.23 - - [2026-06-15 02:19:20] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e HTTP/1.1" 200 2975 0.008542 10.0.0.65 - - [2026-06-15 02:19:20] "GET /projects?obj_uuids=cb13cf7a-2319-4281-9339-e569d08d389d&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000753 10.0.0.23 - - [2026-06-15 02:19:20] "GET /project/cb13cf7a-2319-4281-9339-e569d08d389d HTTP/1.1" 200 1936 0.093881 10.0.0.23 - - [2026-06-15 02:19:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002897 10.0.0.23 - - [2026-06-15 02:19:20] "POST /network-ipams HTTP/1.1" 200 627 0.028433 10.0.0.23 - - [2026-06-15 02:19:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 814 0.003198 10.0.0.23 - - [2026-06-15 02:19:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.23 - - [2026-06-15 02:19:20] "GET /network-ipam/a17e297e-3b45-4968-957d-391a10beb99d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.006372 10.0.0.23 - - [2026-06-15 02:19:20] "PUT /network-ipam/a17e297e-3b45-4968-957d-391a10beb99d HTTP/1.1" 200 258 0.012893 10.0.0.23 - - [2026-06-15 02:19:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000545 10.0.0.23 - - [2026-06-15 02:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.022740 10.0.0.65 - - [2026-06-15 02:19:21] "GET /projects?obj_uuids=cb13cf7a-2319-4281-9339-e569d08d389d&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000891 10.0.0.23 - - [2026-06-15 02:19:21] "GET /project/cb13cf7a-2319-4281-9339-e569d08d389d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.042112 10.0.0.65 - - [2026-06-15 02:19:21] "POST /route-targets HTTP/1.1" 200 327 0.017032 10.0.0.65 - - [2026-06-15 02:19:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004567 10.0.0.23 - - [2026-06-15 02:19:21] "POST /neutron/subnet HTTP/1.1" 200 729 0.250299 10.0.0.23 - - [2026-06-15 02:19:22] "POST /id-to-fqname HTTP/1.1" 200 237 0.001287 10.0.0.23 - - [2026-06-15 02:19:22] "GET /virtual-network/4117485a-a7f5-41f7-8d83-dfa3c10c5864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.008923 10.0.0.23 - - [2026-06-15 02:19:22] "POST /neutron/network HTTP/1.1" 200 1142 0.009762 10.0.0.23 - - [2026-06-15 02:19:22] "GET /virtual-network/4117485a-a7f5-41f7-8d83-dfa3c10c5864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.005747 10.0.0.23 - - [2026-06-15 02:19:22] "POST /neutron/subnet HTTP/1.1" 200 823 0.009433 10.0.0.23 - - [2026-06-15 02:19:22] "GET /virtual-network/4117485a-a7f5-41f7-8d83-dfa3c10c5864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.006685 10.0.0.33 - - [2026-06-15 02:19:23] "GET /obj-perms HTTP/1.1" 200 4458 0.034312 10.0.0.23 - - [2026-06-15 02:19:23] "POST /fqname-to-id HTTP/1.1" 404 231 0.004355 10.0.0.23 - - [2026-06-15 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.65 - - [2026-06-15 02:19:24] "GET /projects?obj_uuids=cb13cf7a-2319-4281-9339-e569d08d389d&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001144 10.0.0.23 - - [2026-06-15 02:19:24] "GET /project/cb13cf7a-2319-4281-9339-e569d08d389d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.054804 10.0.0.23 - - [2026-06-15 02:19:24] "POST /network-policys HTTP/1.1" 200 565 0.035021 10.0.0.23 - - [2026-06-15 02:19:24] "GET /network-policy/d6edc643-2d3d-4452-86fa-ae984eb29a30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.007130 10.0.0.23 - - [2026-06-15 02:19:24] "POST /fqname-to-id HTTP/1.1" 404 231 0.003953 10.0.0.23 - - [2026-06-15 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.65 - - [2026-06-15 02:19:24] "GET /projects?obj_uuids=cb13cf7a-2319-4281-9339-e569d08d389d&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001245 10.0.0.23 - - [2026-06-15 02:19:24] "GET /project/cb13cf7a-2319-4281-9339-e569d08d389d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.042921 10.0.0.23 - - [2026-06-15 02:19:24] "POST /network-policys HTTP/1.1" 200 565 0.028897 10.0.0.23 - - [2026-06-15 02:19:24] "GET /network-policy/c4ac0c57-26b7-47d8-9110-f2aa530e400d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.005595 10.0.0.23 - - [2026-06-15 02:19:24] "POST /fqname-to-id HTTP/1.1" 404 231 0.002834 10.0.0.23 - - [2026-06-15 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002635 10.0.0.65 - - [2026-06-15 02:19:24] "GET /projects?obj_uuids=cb13cf7a-2319-4281-9339-e569d08d389d&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000868 10.0.0.23 - - [2026-06-15 02:19:24] "GET /project/cb13cf7a-2319-4281-9339-e569d08d389d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.039361 10.0.0.23 - - [2026-06-15 02:19:24] "POST /network-policys HTTP/1.1" 200 565 0.027093 10.0.0.23 - - [2026-06-15 02:19:24] "GET /network-policy/8281fa28-a4a4-4145-bf77-3a35d1f711a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.005382 10.0.0.65 - - [2026-06-15 02:19:25] "POST /access-control-lists HTTP/1.1" 200 611 0.041003 10.0.0.23 - - [2026-06-15 02:19:25] "POST /neutron/network HTTP/1.1" 200 1340 0.035728 10.0.0.23 - - [2026-06-15 02:19:25] "GET /virtual-network/4117485a-a7f5-41f7-8d83-dfa3c10c5864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.007964 10.0.0.23 - - [2026-06-15 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.23 - - [2026-06-15 02:19:25] "GET /network-policy/c4ac0c57-26b7-47d8-9110-f2aa530e400d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.004558 10.0.0.23 - - [2026-06-15 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.23 - - [2026-06-15 02:19:25] "GET /network-policy/d6edc643-2d3d-4452-86fa-ae984eb29a30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.004913 10.0.0.23 - - [2026-06-15 02:19:25] "POST /id-to-fqname HTTP/1.1" 200 237 0.001651 10.0.0.65 - - [2026-06-15 02:19:26] "GET /projects?obj_uuids=cb13cf7a-2319-4281-9339-e569d08d389d&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000893 10.0.0.23 - - [2026-06-15 02:19:26] "GET /project/cb13cf7a-2319-4281-9339-e569d08d389d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.077999 10.0.0.23 - - [2026-06-15 02:19:26] "POST /neutron/port HTTP/1.1" 200 117 0.008397 10.0.0.23 - - [2026-06-15 02:19:30] "POST /neutron/network HTTP/1.1" 200 1350 0.010447 10.0.0.23 - - [2026-06-15 02:19:31] "POST /neutron/port HTTP/1.1" 200 1181 0.019669 10.0.0.23 - - [2026-06-15 02:19:31] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008235 10.0.0.23 - - [2026-06-15 02:19:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004627 10.0.0.23 - - [2026-06-15 02:19:32] "POST /neutron/port HTTP/1.1" 200 117 0.001043 10.0.0.23 - - [2026-06-15 02:19:36] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007325 10.0.0.23 - - [2026-06-15 02:19:41] "POST /neutron/port HTTP/1.1" 200 1245 0.021609 10.0.0.23 - - [2026-06-15 02:19:42] "POST /neutron/security_group HTTP/1.1" 200 2072 0.006994 10.0.0.23 - - [2026-06-15 02:19:42] "GET /virtual-machine/8e5f53d0-ca16-4dd5-976f-41a33446e7b5 HTTP/1.1" 401 292 0.000482 10.0.0.23 - - [2026-06-15 02:19:42] "GET /virtual-machine/8e5f53d0-ca16-4dd5-976f-41a33446e7b5 HTTP/1.1" 200 1307 0.021938 10.0.0.23 - - [2026-06-15 02:19:42] "GET /virtual-machine-interface/0c774529-1a6c-4f08-8ba2-f9a3765402dc HTTP/1.1" 200 3175 0.005664 10.0.0.23 - - [2026-06-15 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.23 - - [2026-06-15 02:19:42] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003654 10.0.0.23 - - [2026-06-15 02:19:42] "GET /virtual-networks?parent_id=cb13cf7a-2319-4281-9339-e569d08d389d&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.002361 10.0.0.23 - - [2026-06-15 02:19:42] "GET /virtual-network/4117485a-a7f5-41f7-8d83-dfa3c10c5864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.005858 10.0.0.23 - - [2026-06-15 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.23 - - [2026-06-15 02:19:45] "GET /virtual-network/4117485a-a7f5-41f7-8d83-dfa3c10c5864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.004859 10.0.0.23 - - [2026-06-15 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005213 10.0.0.23 - - [2026-06-15 02:19:49] "GET /virtual-network/4117485a-a7f5-41f7-8d83-dfa3c10c5864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.006507 10.0.0.23 - - [2026-06-15 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.23 - - [2026-06-15 02:19:53] "GET /virtual-network/4117485a-a7f5-41f7-8d83-dfa3c10c5864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.004975 10.0.0.23 - - [2026-06-15 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.23 - - [2026-06-15 02:19:57] "GET /virtual-network/4117485a-a7f5-41f7-8d83-dfa3c10c5864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.005130 10.0.0.23 - - [2026-06-15 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006914 10.0.0.23 - - [2026-06-15 02:20:01] "GET /virtual-network/4117485a-a7f5-41f7-8d83-dfa3c10c5864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.005822 10.0.0.23 - - [2026-06-15 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002722 10.0.0.23 - - [2026-06-15 02:20:04] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002851 10.0.0.23 - - [2026-06-15 02:20:04] "GET /virtual-networks?parent_id=cb13cf7a-2319-4281-9339-e569d08d389d&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.016841 10.0.0.23 - - [2026-06-15 02:20:04] "GET /virtual-network/4117485a-a7f5-41f7-8d83-dfa3c10c5864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.005315 10.0.0.65 - - [2026-06-15 02:20:05] "DELETE /project/cb13cf7a231942819339e569d08d389d HTTP/1.1" 404 173 0.004569 10.0.0.65 - - [2026-06-15 02:20:05] "DELETE /project/d85149a9-919d-4098-b097-25afd5062a16 HTTP/1.1" 404 177 0.004169 10.0.0.23 - - [2026-06-15 02:20:08] "POST /neutron/port HTTP/1.1" 200 1245 0.038467 10.0.0.23 - - [2026-06-15 02:20:09] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008429 10.0.0.23 - - [2026-06-15 02:20:18] "POST /neutron/port HTTP/1.1" 200 1245 0.024935 10.0.0.23 - - [2026-06-15 02:20:19] "POST /neutron/security_group HTTP/1.1" 200 2072 0.011039 10.0.0.23 - - [2026-06-15 02:20:20] "POST /neutron/network HTTP/1.1" 200 1350 0.008776 10.0.0.23 - - [2026-06-15 02:20:20] "POST /neutron/subnet HTTP/1.1" 200 1384 0.016540 10.0.0.23 - - [2026-06-15 02:20:20] "POST /neutron/network HTTP/1.1" 200 1340 0.017171 10.0.0.23 - - [2026-06-15 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006466 10.0.0.23 - - [2026-06-15 02:20:20] "GET /network-policy/d6edc643-2d3d-4452-86fa-ae984eb29a30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.004837 10.0.0.23 - - [2026-06-15 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004419 10.0.0.23 - - [2026-06-15 02:20:20] "GET /network-policy/c4ac0c57-26b7-47d8-9110-f2aa530e400d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.006282 10.0.0.23 - - [2026-06-15 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004405 10.0.0.23 - - [2026-06-15 02:20:20] "GET /network-policy/8281fa28-a4a4-4145-bf77-3a35d1f711a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.004301 10.0.0.65 - - [2026-06-15 02:20:20] "POST /fqname-to-id HTTP/1.1" 404 207 0.003999 10.0.0.65 - - [2026-06-15 02:20:20] "PUT /access-control-list/c0a42bc1-d1ce-4c5f-bc37-c0cf73582c7a HTTP/1.1" 200 272 0.028432 10.0.0.23 - - [2026-06-15 02:20:20] "POST /neutron/network HTTP/1.1" 200 1432 0.020303 10.0.0.23 - - [2026-06-15 02:20:20] "GET /virtual-network/4117485a-a7f5-41f7-8d83-dfa3c10c5864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3598 0.009575 10.0.0.23 - - [2026-06-15 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.23 - - [2026-06-15 02:20:20] "GET /network-policy/8281fa28-a4a4-4145-bf77-3a35d1f711a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.003908 10.0.0.23 - - [2026-06-15 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.23 - - [2026-06-15 02:20:20] "GET /network-policy/c4ac0c57-26b7-47d8-9110-f2aa530e400d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.003855 10.0.0.23 - - [2026-06-15 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.23 - - [2026-06-15 02:20:20] "GET /network-policy/d6edc643-2d3d-4452-86fa-ae984eb29a30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.003622 10.0.0.23 - - [2026-06-15 02:20:25] "GET /virtual-network/4117485a-a7f5-41f7-8d83-dfa3c10c5864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3598 0.008664 10.0.0.23 - - [2026-06-15 02:20:25] "POST /neutron/network HTTP/1.1" 200 1142 0.022560 10.0.0.23 - - [2026-06-15 02:20:25] "GET /virtual-network/4117485a-a7f5-41f7-8d83-dfa3c10c5864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.006523 10.0.0.23 - - [2026-06-15 02:20:31] "GET /virtual-machine/8e5f53d0-ca16-4dd5-976f-41a33446e7b5 HTTP/1.1" 200 1307 0.004473 10.0.0.23 - - [2026-06-15 02:20:33] "GET /virtual-machine/8e5f53d0-ca16-4dd5-976f-41a33446e7b5 HTTP/1.1" 200 1307 0.003563 10.0.0.23 - - [2026-06-15 02:20:33] "POST /neutron/port HTTP/1.1" 200 151 0.262967 10.0.0.23 - - [2026-06-15 02:20:35] "GET /virtual-machine/8e5f53d0-ca16-4dd5-976f-41a33446e7b5 HTTP/1.1" 404 171 0.003443 10.0.0.23 - - [2026-06-15 02:20:35] "GET /virtual-machine/8e5f53d0-ca16-4dd5-976f-41a33446e7b5 HTTP/1.1" 404 171 0.003814 10.0.0.23 - - [2026-06-15 02:20:35] "GET /virtual-machine/8e5f53d0-ca16-4dd5-976f-41a33446e7b5 HTTP/1.1" 404 171 0.003266 10.0.0.23 - - [2026-06-15 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004539 10.0.0.23 - - [2026-06-15 02:20:35] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004793 10.0.0.23 - - [2026-06-15 02:20:35] "GET /virtual-networks?parent_id=cb13cf7a-2319-4281-9339-e569d08d389d&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003144 10.0.0.23 - - [2026-06-15 02:20:35] "GET /virtual-network/4117485a-a7f5-41f7-8d83-dfa3c10c5864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.006079 10.0.0.23 - - [2026-06-15 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.23 - - [2026-06-15 02:20:35] "GET /routing-instance/fa252899-b8b7-4bc3-9ff7-da3cd686d5fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.005491 10.0.0.23 - - [2026-06-15 02:20:35] "GET /route-target/6e9bbdf5-07eb-418c-bac3-d7ba51416996?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004203 10.0.0.23 - - [2026-06-15 02:20:35] "GET /obj-perms HTTP/1.1" 200 4458 0.041645 10.0.0.65 - - [2026-06-15 02:20:35] "GET /obj-perms HTTP/1.1" 200 4458 0.036867 10.0.0.23 - - [2026-06-15 02:20:36] "DELETE /network-policy/8281fa28-a4a4-4145-bf77-3a35d1f711a0 HTTP/1.1" 200 115 0.045553 10.0.0.23 - - [2026-06-15 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004301 10.0.0.65 - - [2026-06-15 02:20:36] "GET /projects?obj_uuids=cb13cf7a-2319-4281-9339-e569d08d389d&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001779 10.0.0.23 - - [2026-06-15 02:20:36] "GET /project/cb13cf7a-2319-4281-9339-e569d08d389d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.054582 10.0.0.23 - - [2026-06-15 02:20:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-96363774&detail=False&count=False&shared=False HTTP/1.1" 200 606 0.005178 10.0.0.23 - - [2026-06-15 02:20:36] "DELETE /network-policy/c4ac0c57-26b7-47d8-9110-f2aa530e400d HTTP/1.1" 200 115 0.036481 10.0.0.23 - - [2026-06-15 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.65 - - [2026-06-15 02:20:36] "GET /projects?obj_uuids=cb13cf7a-2319-4281-9339-e569d08d389d&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000843 10.0.0.23 - - [2026-06-15 02:20:36] "GET /project/cb13cf7a-2319-4281-9339-e569d08d389d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.042506 10.0.0.23 - - [2026-06-15 02:20:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-96363774&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.005436 10.0.0.23 - - [2026-06-15 02:20:36] "DELETE /network-policy/d6edc643-2d3d-4452-86fa-ae984eb29a30 HTTP/1.1" 200 115 0.046526 10.0.0.23 - - [2026-06-15 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006984 10.0.0.65 - - [2026-06-15 02:20:36] "GET /projects?obj_uuids=cb13cf7a-2319-4281-9339-e569d08d389d&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000845 10.0.0.23 - - [2026-06-15 02:20:36] "GET /project/cb13cf7a-2319-4281-9339-e569d08d389d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.041590 10.0.0.23 - - [2026-06-15 02:20:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-96363774&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004964 10.0.0.65 - - [2026-06-15 02:20:36] "DELETE /route-target/6e9bbdf5-07eb-418c-bac3-d7ba51416996 HTTP/1.1" 200 115 0.026936 10.0.0.23 - - [2026-06-15 02:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004156 10.0.0.23 - - [2026-06-15 02:20:37] "DELETE /network-ipam/a17e297e-3b45-4968-957d-391a10beb99d HTTP/1.1" 200 115 0.038227 10.0.0.23 - - [2026-06-15 02:20:37] "POST /fqname-to-id HTTP/1.1" 404 264 0.003200 10.0.0.65 - - [2026-06-15 02:20:37] "GET /projects?obj_uuids=cb13cf7a-2319-4281-9339-e569d08d389d&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001073 10.0.0.65 - - [2026-06-15 02:20:37] "GET /project/cb13cf7a-2319-4281-9339-e569d08d389d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1524 0.047939 10.0.0.65 - - [2026-06-15 02:20:37] "GET /projects?obj_uuids=cb13cf7a-2319-4281-9339-e569d08d389d&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.003042 10.0.0.65 - - [2026-06-15 02:20:37] "GET /project/cb13cf7a-2319-4281-9339-e569d08d389d?fields=security_groups HTTP/1.1" 200 1405 0.039052 10.0.0.65 - - [2026-06-15 02:20:37] "DELETE /security-group/c6048958-72b9-4d6b-84e3-d793ce1fd007 HTTP/1.1" 200 115 0.049548 10.0.0.65 - - [2026-06-15 02:20:37] "GET /projects?obj_uuids=cb13cf7a-2319-4281-9339-e569d08d389d&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002915 10.0.0.65 - - [2026-06-15 02:20:37] "GET /project/cb13cf7a-2319-4281-9339-e569d08d389d?fields=application_policy_sets HTTP/1.1" 200 1444 0.057994 10.0.0.23 - - [2026-06-15 02:20:37] "DELETE /project/cb13cf7a-2319-4281-9339-e569d08d389d HTTP/1.1" 200 115 0.397783 10.0.0.65 - - [2026-06-15 02:20:37] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000829 10.0.0.23 - - [2026-06-15 02:20:37] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?fields=projects HTTP/1.1" 200 1438 0.008614 10.0.0.65 - - [2026-06-15 02:20:40] "GET /projects?obj_uuids=cb13cf7a-2319-4281-9339-e569d08d389d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005075 10.0.0.65 - - [2026-06-15 02:20:40] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001252 10.0.0.65 - - [2026-06-15 02:20:40] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.050208 10.0.0.65 - - [2026-06-15 02:20:40] "POST /id-to-fqname HTTP/1.1" 200 204 0.004949 10.0.0.65 - - [2026-06-15 02:20:40] "POST /fqname-to-id HTTP/1.1" 404 213 0.009036 10.0.0.65 - - [2026-06-15 02:20:40] "POST /security-groups HTTP/1.1" 200 605 0.041053 10.0.0.65 - - [2026-06-15 02:20:40] "POST /fqname-to-id HTTP/1.1" 404 248 0.007292 10.0.0.65 - - [2026-06-15 02:20:40] "POST /projects HTTP/1.1" 200 613 0.285721 10.0.0.65 - - [2026-06-15 02:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.362480 10.0.0.65 - - [2026-06-15 02:20:40] "POST /access-control-lists HTTP/1.1" 200 608 0.042330 10.0.0.23 - - [2026-06-15 02:20:40] "GET /project/cb13cf7a-2319-4281-9339-e569d08d389d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.567350 10.0.0.65 - - [2026-06-15 02:20:40] "GET /projects?obj_uuids=cb13cf7a-2319-4281-9339-e569d08d389d&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001886 10.0.0.23 - - [2026-06-15 02:20:40] "GET /project/cb13cf7a-2319-4281-9339-e569d08d389d?fields=virtual_networks HTTP/1.1" 200 1060 0.058640 10.0.0.65 - - [2026-06-15 02:20:40] "GET /projects?obj_uuids=cb13cf7a-2319-4281-9339-e569d08d389d&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002563 10.0.0.23 - - [2026-06-15 02:20:40] "GET /project/cb13cf7a-2319-4281-9339-e569d08d389d?fields=virtual_machine_interfaces HTTP/1.1" 200 1060 0.061677 10.0.0.65 - - [2026-06-15 02:20:40] "GET /projects?obj_uuids=cb13cf7a-2319-4281-9339-e569d08d389d&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001137 10.0.0.23 - - [2026-06-15 02:20:41] "GET /project/cb13cf7a-2319-4281-9339-e569d08d389d?fields=security_groups HTTP/1.1" 200 1300 0.063996 10.0.0.23 - - [2026-06-15 02:20:41] "POST /fqname-to-id HTTP/1.1" 404 204 0.029189 10.0.0.65 - - [2026-06-15 02:20:41] "GET /projects?obj_uuids=4397f4e0-a8cd-4221-a9f5-876da317fff9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003480 10.0.0.65 - - [2026-06-15 02:20:41] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000874 10.0.0.65 - - [2026-06-15 02:20:41] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007249 10.0.0.65 - - [2026-06-15 02:20:42] "POST /id-to-fqname HTTP/1.1" 200 206 0.001016 10.0.0.65 - - [2026-06-15 02:20:42] "POST /fqname-to-id HTTP/1.1" 404 215 0.013538 10.0.0.65 - - [2026-06-15 02:20:42] "POST /security-groups HTTP/1.1" 200 607 0.033110 10.0.0.65 - - [2026-06-15 02:20:42] "POST /projects HTTP/1.1" 200 617 0.235718 10.0.0.65 - - [2026-06-15 02:20:42] "POST /fqname-to-id HTTP/1.1" 404 249 0.006525 10.0.0.65 - - [2026-06-15 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.308888 10.0.0.23 - - [2026-06-15 02:20:42] "GET /project/4397f4e0-a8cd-4221-a9f5-876da317fff9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.429977 10.0.0.23 - - [2026-06-15 02:20:43] "GET / HTTP/1.1" 200 35931 0.001609 10.0.0.23 - - [2026-06-15 02:20:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000427 10.0.0.23 - - [2026-06-15 02:20:46] "POST /fqname-to-id HTTP/1.1" 404 233 0.070675 10.0.0.23 - - [2026-06-15 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.65 - - [2026-06-15 02:20:46] "GET /projects?obj_uuids=4397f4e0-a8cd-4221-a9f5-876da317fff9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000930 10.0.0.23 - - [2026-06-15 02:20:46] "GET /project/4397f4e0-a8cd-4221-a9f5-876da317fff9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.045171 10.0.0.23 - - [2026-06-15 02:20:46] "POST /network-policys HTTP/1.1" 200 567 0.073025 10.0.0.23 - - [2026-06-15 02:20:46] "GET /network-policy/7d7cb9f8-1168-4601-980f-93ce2da478fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3152 0.006942 10.0.0.23 - - [2026-06-15 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002645 10.0.0.65 - - [2026-06-15 02:20:46] "GET /projects?obj_uuids=4397f4e0-a8cd-4221-a9f5-876da317fff9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001193 10.0.0.23 - - [2026-06-15 02:20:46] "GET /project/4397f4e0-a8cd-4221-a9f5-876da317fff9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.044039 10.0.0.23 - - [2026-06-15 02:20:47] "POST /neutron/network HTTP/1.1" 200 117 0.049297 10.0.0.65 - - [2026-06-15 02:20:47] "POST /ref-update HTTP/1.1" 200 156 0.023992 10.0.0.65 - - [2026-06-15 02:20:47] "POST /useragent-kv HTTP/1.1" 200 115 0.007749 10.0.0.23 - - [2026-06-15 02:20:47] "POST /neutron/subnet HTTP/1.1" 200 828 0.227629 10.0.0.23 - - [2026-06-15 02:20:47] "POST /id-to-fqname HTTP/1.1" 200 237 0.001166 10.0.0.23 - - [2026-06-15 02:20:47] "GET /virtual-network/cea92815-d6f5-482c-b4db-5becf898e339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2662 0.006357 10.0.0.23 - - [2026-06-15 02:20:47] "GET /virtual-network/cea92815-d6f5-482c-b4db-5becf898e339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2662 0.008224 10.0.0.23 - - [2026-06-15 02:20:47] "POST /neutron/network HTTP/1.1" 200 1017 0.013803 10.0.0.23 - - [2026-06-15 02:20:48] "POST /neutron/network HTTP/1.1" 200 1017 0.030054 10.0.0.65 - - [2026-06-15 02:20:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.004848 10.0.0.23 - - [2026-06-15 02:20:48] "GET /virtual-network/cea92815-d6f5-482c-b4db-5becf898e339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2985 0.022165 10.0.0.23 - - [2026-06-15 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.23 - - [2026-06-15 02:20:48] "GET /network-policy/7d7cb9f8-1168-4601-980f-93ce2da478fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3152 0.003717 10.0.0.23 - - [2026-06-15 02:20:48] "GET /virtual-network/cea92815-d6f5-482c-b4db-5becf898e339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2985 0.005915 10.0.0.23 - - [2026-06-15 02:20:49] "GET /obj-perms HTTP/1.1" 200 4499 0.050453 10.0.0.23 - - [2026-06-15 02:20:50] "DELETE /network-policy/7d7cb9f8-1168-4601-980f-93ce2da478fa HTTP/1.1" 409 238 0.006740 10.0.0.23 - - [2026-06-15 02:20:50] "POST /neutron/network HTTP/1.1" 200 1124 0.008142 10.0.0.65 - - [2026-06-15 02:20:50] "DELETE /access-control-list/28b94bc4-ce4f-43ce-8da6-3b294760d293 HTTP/1.1" 200 115 0.035673 10.0.0.23 - - [2026-06-15 02:20:50] "DELETE /network-policy/7d7cb9f8-1168-4601-980f-93ce2da478fa HTTP/1.1" 200 115 0.036742 10.0.0.23 - - [2026-06-15 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004539 10.0.0.65 - - [2026-06-15 02:20:50] "GET /projects?obj_uuids=4397f4e0-a8cd-4221-a9f5-876da317fff9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000893 10.0.0.23 - - [2026-06-15 02:20:50] "GET /project/4397f4e0-a8cd-4221-a9f5-876da317fff9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.042230 10.0.0.23 - - [2026-06-15 02:20:50] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-55256836&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005380 10.0.0.65 - - [2026-06-15 02:20:53] "GET /projects?obj_uuids=4397f4e0-a8cd-4221-a9f5-876da317fff9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000878 10.0.0.23 - - [2026-06-15 02:20:53] "GET /project/4397f4e0-a8cd-4221-a9f5-876da317fff9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.037920 10.0.0.65 - - [2026-06-15 02:20:53] "GET /projects?obj_uuids=4397f4e0-a8cd-4221-a9f5-876da317fff9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000839 10.0.0.23 - - [2026-06-15 02:20:53] "GET /project/4397f4e0-a8cd-4221-a9f5-876da317fff9?fields=virtual_networks HTTP/1.1" 200 1063 0.035936 10.0.0.65 - - [2026-06-15 02:20:53] "GET /projects?obj_uuids=4397f4e0-a8cd-4221-a9f5-876da317fff9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000915 10.0.0.23 - - [2026-06-15 02:20:53] "GET /project/4397f4e0-a8cd-4221-a9f5-876da317fff9?fields=virtual_machine_interfaces HTTP/1.1" 200 1063 0.053726 10.0.0.65 - - [2026-06-15 02:20:53] "GET /projects?obj_uuids=4397f4e0-a8cd-4221-a9f5-876da317fff9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000856 10.0.0.23 - - [2026-06-15 02:20:53] "GET /project/4397f4e0-a8cd-4221-a9f5-876da317fff9?fields=security_groups HTTP/1.1" 200 1305 0.036379 10.0.0.23 - - [2026-06-15 02:20:54] "POST /fqname-to-id HTTP/1.1" 404 188 0.030210 10.0.0.65 - - [2026-06-15 02:20:54] "GET /projects?obj_uuids=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002786 10.0.0.65 - - [2026-06-15 02:20:54] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000995 10.0.0.65 - - [2026-06-15 02:20:54] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008138 10.0.0.65 - - [2026-06-15 02:20:54] "POST /id-to-fqname HTTP/1.1" 200 190 0.007314 10.0.0.65 - - [2026-06-15 02:20:54] "POST /fqname-to-id HTTP/1.1" 404 199 0.005861 10.0.0.65 - - [2026-06-15 02:20:54] "POST /security-groups HTTP/1.1" 200 591 0.035296 10.0.0.65 - - [2026-06-15 02:20:54] "POST /fqname-to-id HTTP/1.1" 404 234 0.003775 10.0.0.65 - - [2026-06-15 02:20:54] "POST /projects HTTP/1.1" 200 585 0.249624 10.0.0.65 - - [2026-06-15 02:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.331370 10.0.0.65 - - [2026-06-15 02:20:55] "POST /access-control-lists HTTP/1.1" 200 594 0.032128 10.0.0.23 - - [2026-06-15 02:20:55] "GET /project/e1149b6d-bc1c-4ac1-b78c-793250ba051d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.483429 10.0.0.23 - - [2026-06-15 02:20:56] "GET / HTTP/1.1" 200 35931 0.002666 10.0.0.23 - - [2026-06-15 02:20:57] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000400 10.0.0.23 - - [2026-06-15 02:20:58] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.057462 10.0.0.23 - - [2026-06-15 02:20:58] "POST /network-ipams HTTP/1.1" 200 513 0.030195 10.0.0.23 - - [2026-06-15 02:20:58] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.002934 10.0.0.23 - - [2026-06-15 02:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.23 - - [2026-06-15 02:20:58] "GET /network-ipam/250ac879-7f2a-4718-8e39-ef04ea5a809d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1286 0.005727 10.0.0.23 - - [2026-06-15 02:20:58] "PUT /network-ipam/250ac879-7f2a-4718-8e39-ef04ea5a809d HTTP/1.1" 200 258 0.012545 10.0.0.23 - - [2026-06-15 02:20:58] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.002958 10.0.0.23 - - [2026-06-15 02:20:58] "POST /network-ipams HTTP/1.1" 200 513 0.029784 10.0.0.23 - - [2026-06-15 02:20:58] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003140 10.0.0.23 - - [2026-06-15 02:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.23 - - [2026-06-15 02:20:58] "GET /network-ipam/c17eca1a-5a2d-4741-8163-51c622e778b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1286 0.007076 10.0.0.23 - - [2026-06-15 02:20:58] "PUT /network-ipam/c17eca1a-5a2d-4741-8163-51c622e778b3 HTTP/1.1" 200 258 0.012633 10.0.0.23 - - [2026-06-15 02:20:58] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003137 10.0.0.23 - - [2026-06-15 02:20:58] "POST /network-ipams HTTP/1.1" 200 513 0.035679 10.0.0.23 - - [2026-06-15 02:20:59] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1161 0.003243 10.0.0.23 - - [2026-06-15 02:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.23 - - [2026-06-15 02:20:59] "GET /network-ipam/baa1f2b9-ae7e-46c3-8d62-572ec8cdbf32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.006052 10.0.0.23 - - [2026-06-15 02:20:59] "PUT /network-ipam/baa1f2b9-ae7e-46c3-8d62-572ec8cdbf32 HTTP/1.1" 200 258 0.012621 10.0.0.23 - - [2026-06-15 02:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.65 - - [2026-06-15 02:20:59] "GET /projects?obj_uuids=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001101 10.0.0.23 - - [2026-06-15 02:21:00] "GET /project/e1149b6d-bc1c-4ac1-b78c-793250ba051d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.041982 10.0.0.65 - - [2026-06-15 02:21:00] "GET /projects?obj_uuids=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001180 10.0.0.23 - - [2026-06-15 02:21:00] "POST /neutron/network HTTP/1.1" 200 607 0.162584 10.0.0.23 - - [2026-06-15 02:21:00] "POST /id-to-fqname HTTP/1.1" 200 221 0.003932 10.0.0.23 - - [2026-06-15 02:21:00] "GET /virtual-network/06e642c5-4dc3-4dcb-a43b-dc3cee5c453a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006191 10.0.0.23 - - [2026-06-15 02:21:00] "POST /neutron/network HTTP/1.1" 200 824 0.008428 10.0.0.23 - - [2026-06-15 02:21:00] "GET /virtual-network/06e642c5-4dc3-4dcb-a43b-dc3cee5c453a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005358 10.0.0.23 - - [2026-06-15 02:21:00] "POST /neutron/network HTTP/1.1" 200 824 0.008434 10.0.0.23 - - [2026-06-15 02:21:00] "GET /virtual-network/06e642c5-4dc3-4dcb-a43b-dc3cee5c453a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006577 10.0.0.23 - - [2026-06-15 02:21:00] "GET /network-ipam/250ac879-7f2a-4718-8e39-ef04ea5a809d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1286 0.004707 10.0.0.23 - - [2026-06-15 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985 10.0.0.65 - - [2026-06-15 02:21:00] "GET /projects?obj_uuids=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001237 10.0.0.23 - - [2026-06-15 02:21:00] "GET /project/e1149b6d-bc1c-4ac1-b78c-793250ba051d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.053851 10.0.0.65 - - [2026-06-15 02:21:01] "POST /route-targets HTTP/1.1" 200 327 0.013236 10.0.0.65 - - [2026-06-15 02:21:01] "POST /useragent-kv HTTP/1.1" 200 115 0.007655 10.0.0.23 - - [2026-06-15 02:21:01] "POST /neutron/subnet HTTP/1.1" 200 725 0.196356 10.0.0.23 - - [2026-06-15 02:21:01] "POST /id-to-fqname HTTP/1.1" 200 221 0.001498 10.0.0.23 - - [2026-06-15 02:21:01] "GET /virtual-network/ff38ef98-0f37-4e33-8127-cbde9497b985?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005855 10.0.0.23 - - [2026-06-15 02:21:01] "GET /virtual-network/ff38ef98-0f37-4e33-8127-cbde9497b985?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005988 10.0.0.23 - - [2026-06-15 02:21:01] "POST /neutron/network HTTP/1.1" 200 824 0.006695 10.0.0.23 - - [2026-06-15 02:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.65 - - [2026-06-15 02:21:01] "GET /projects?obj_uuids=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000876 10.0.0.23 - - [2026-06-15 02:21:01] "GET /project/e1149b6d-bc1c-4ac1-b78c-793250ba051d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.060424 10.0.0.65 - - [2026-06-15 02:21:01] "GET /projects?obj_uuids=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001199 10.0.0.23 - - [2026-06-15 02:21:01] "POST /neutron/network HTTP/1.1" 200 607 0.157829 10.0.0.65 - - [2026-06-15 02:21:01] "POST /ref-update HTTP/1.1" 200 156 0.037739 10.0.0.23 - - [2026-06-15 02:21:02] "POST /id-to-fqname HTTP/1.1" 200 221 0.003850 10.0.0.23 - - [2026-06-15 02:21:02] "GET /virtual-network/6d836974-7d44-4a17-b588-6955eb593efe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006222 10.0.0.23 - - [2026-06-15 02:21:02] "POST /neutron/network HTTP/1.1" 200 826 0.008132 10.0.0.23 - - [2026-06-15 02:21:02] "GET /virtual-network/6d836974-7d44-4a17-b588-6955eb593efe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006688 10.0.0.23 - - [2026-06-15 02:21:02] "GET /virtual-network/06e642c5-4dc3-4dcb-a43b-dc3cee5c453a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007131 10.0.0.33 - - [2026-06-15 02:21:03] "GET /obj-perms HTTP/1.1" 200 4467 0.059249 10.0.0.65 - - [2026-06-15 02:21:03] "GET /obj-perms HTTP/1.1" 200 4467 0.039823 10.0.0.23 - - [2026-06-15 02:21:04] "GET /virtual-network/ff38ef98-0f37-4e33-8127-cbde9497b985?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006630 10.0.0.23 - - [2026-06-15 02:21:04] "GET /virtual-network/6d836974-7d44-4a17-b588-6955eb593efe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.011165 10.0.0.65 - - [2026-06-15 02:21:05] "DELETE /project/cb13cf7a-2319-4281-9339-e569d08d389d HTTP/1.1" 404 177 0.009702 10.0.0.65 - - [2026-06-15 02:21:05] "DELETE /project/e1149b6dbc1c4ac1b78c793250ba051d HTTP/1.1" 404 173 0.005974 10.0.0.65 - - [2026-06-15 02:21:05] "DELETE /project/cb13cf7a231942819339e569d08d389d HTTP/1.1" 404 173 0.007318 10.0.0.65 - - [2026-06-15 02:21:05] "DELETE /project/4397f4e0a8cd4221a9f5876da317fff9 HTTP/1.1" 404 173 0.005483 10.0.0.23 - - [2026-06-15 02:21:05] "GET /obj-perms HTTP/1.1" 200 4467 0.069797 10.0.0.65 - - [2026-06-15 02:21:05] "GET /projects?obj_uuids=4397f4e0-a8cd-4221-a9f5-876da317fff9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000705 10.0.0.65 - - [2026-06-15 02:21:05] "GET /project/4397f4e0-a8cd-4221-a9f5-876da317fff9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.045717 10.0.0.65 - - [2026-06-15 02:21:05] "GET /projects?obj_uuids=4397f4e0-a8cd-4221-a9f5-876da317fff9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000875 10.0.0.65 - - [2026-06-15 02:21:05] "GET /project/4397f4e0-a8cd-4221-a9f5-876da317fff9?fields=security_groups HTTP/1.1" 200 1410 0.036498 10.0.0.65 - - [2026-06-15 02:21:05] "DELETE /security-group/1b8ada8b-056b-4833-a838-4c45a470a892 HTTP/1.1" 200 115 0.070276 10.0.0.65 - - [2026-06-15 02:21:05] "GET /projects?obj_uuids=4397f4e0-a8cd-4221-a9f5-876da317fff9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000790 10.0.0.65 - - [2026-06-15 02:21:05] "DELETE /access-control-list/61733c77-b082-4cd7-a601-c9e1ea7787ec HTTP/1.1" 200 115 0.081035 10.0.0.65 - - [2026-06-15 02:21:05] "GET /project/4397f4e0-a8cd-4221-a9f5-876da317fff9?fields=application_policy_sets HTTP/1.1" 200 1449 0.070849 10.0.0.23 - - [2026-06-15 02:21:05] "POST /fqname-to-id HTTP/1.1" 404 215 0.004805 10.0.0.23 - - [2026-06-15 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002563 10.0.0.65 - - [2026-06-15 02:21:05] "GET /projects?obj_uuids=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001911 10.0.0.65 - - [2026-06-15 02:21:05] "DELETE /project/4397f4e0-a8cd-4221-a9f5-876da317fff9 HTTP/1.1" 200 115 0.438392 10.0.0.23 - - [2026-06-15 02:21:05] "GET /project/e1149b6d-bc1c-4ac1-b78c-793250ba051d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.127017 10.0.0.23 - - [2026-06-15 02:21:05] "POST /network-policys HTTP/1.1" 200 553 0.026156 10.0.0.23 - - [2026-06-15 02:21:05] "GET /network-policy/7b2787c2-55e2-434c-8ecd-6e84adc7948e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.008572 10.0.0.23 - - [2026-06-15 02:21:05] "POST /fqname-to-id HTTP/1.1" 404 215 0.002700 10.0.0.23 - - [2026-06-15 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.65 - - [2026-06-15 02:21:05] "GET /projects?obj_uuids=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001439 10.0.0.23 - - [2026-06-15 02:21:05] "GET /project/e1149b6d-bc1c-4ac1-b78c-793250ba051d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.044591 10.0.0.23 - - [2026-06-15 02:21:06] "POST /network-policys HTTP/1.1" 200 553 0.037024 10.0.0.23 - - [2026-06-15 02:21:06] "GET /network-policy/ac8fc571-b159-4bb5-84ee-95d6e14a1ff3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.008396 10.0.0.23 - - [2026-06-15 02:21:06] "POST /fqname-to-id HTTP/1.1" 404 215 0.011654 10.0.0.23 - - [2026-06-15 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004664 10.0.0.65 - - [2026-06-15 02:21:06] "GET /projects?obj_uuids=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003198 10.0.0.23 - - [2026-06-15 02:21:06] "GET /project/e1149b6d-bc1c-4ac1-b78c-793250ba051d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.043800 10.0.0.23 - - [2026-06-15 02:21:06] "POST /network-policys HTTP/1.1" 200 553 0.036291 10.0.0.23 - - [2026-06-15 02:21:06] "GET /network-policy/fff5c4b3-ca8d-493a-a348-543ca235f607?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.006568 10.0.0.23 - - [2026-06-15 02:21:06] "POST /ref-update HTTP/1.1" 200 156 0.049161 10.0.0.65 - - [2026-06-15 02:21:06] "POST /access-control-lists HTTP/1.1" 200 591 0.051671 10.0.0.23 - - [2026-06-15 02:21:06] "POST /ref-update HTTP/1.1" 200 156 0.098284 10.0.0.23 - - [2026-06-15 02:21:06] "POST /neutron/network HTTP/1.1" 200 824 0.008909 10.0.0.65 - - [2026-06-15 02:21:06] "POST /access-control-lists HTTP/1.1" 200 591 0.068604 10.0.0.23 - - [2026-06-15 02:21:06] "GET /virtual-network/ff38ef98-0f37-4e33-8127-cbde9497b985?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.014982 10.0.0.23 - - [2026-06-15 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.23 - - [2026-06-15 02:21:07] "GET /network-policy/ac8fc571-b159-4bb5-84ee-95d6e14a1ff3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.004206 10.0.0.23 - - [2026-06-15 02:21:07] "POST /id-to-fqname HTTP/1.1" 200 221 0.000962 10.0.0.23 - - [2026-06-15 02:21:07] "POST /neutron/network HTTP/1.1" 200 1005 0.008855 10.0.0.65 - - [2026-06-15 02:21:07] "GET /projects?obj_uuids=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000913 10.0.0.23 - - [2026-06-15 02:21:07] "GET /project/e1149b6d-bc1c-4ac1-b78c-793250ba051d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.076134 10.0.0.23 - - [2026-06-15 02:21:08] "POST /neutron/port HTTP/1.1" 200 117 0.006058 10.0.0.23 - - [2026-06-15 02:21:08] "POST /id-to-fqname HTTP/1.1" 200 221 0.001064 10.0.0.65 - - [2026-06-15 02:21:08] "GET /projects?obj_uuids=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001750 10.0.0.23 - - [2026-06-15 02:21:09] "GET /project/e1149b6d-bc1c-4ac1-b78c-793250ba051d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.083821 10.0.0.23 - - [2026-06-15 02:21:09] "POST /neutron/network HTTP/1.1" 200 916 0.028835 10.0.0.23 - - [2026-06-15 02:21:09] "POST /id-to-fqname HTTP/1.1" 200 221 0.001241 10.0.0.23 - - [2026-06-15 02:21:09] "POST /neutron/port HTTP/1.1" 200 117 0.007687 10.0.0.65 - - [2026-06-15 02:21:10] "GET /projects?obj_uuids=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000866 10.0.0.23 - - [2026-06-15 02:21:10] "GET /project/e1149b6d-bc1c-4ac1-b78c-793250ba051d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.056295 10.0.0.23 - - [2026-06-15 02:21:10] "POST /neutron/port HTTP/1.1" 200 117 0.012471 10.0.0.23 - - [2026-06-15 02:21:12] "POST /neutron/network HTTP/1.1" 200 1005 0.006876 10.0.0.23 - - [2026-06-15 02:21:12] "POST /neutron/port HTTP/1.1" 200 1060 0.017244 10.0.0.23 - - [2026-06-15 02:21:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003472 10.0.0.23 - - [2026-06-15 02:21:13] "POST /neutron/network HTTP/1.1" 200 995 0.006465 10.0.0.23 - - [2026-06-15 02:21:14] "POST /neutron/port HTTP/1.1" 200 1060 0.016277 10.0.0.23 - - [2026-06-15 02:21:14] "POST /neutron/network HTTP/1.1" 200 836 0.005888 10.0.0.23 - - [2026-06-15 02:21:14] "POST /neutron/port HTTP/1.1" 200 1062 0.018212 10.0.0.23 - - [2026-06-15 02:21:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007122 10.0.0.23 - - [2026-06-15 02:21:15] "POST /neutron/subnet HTTP/1.1" 200 699 0.011549 10.0.0.23 - - [2026-06-15 02:21:16] "POST /neutron/port HTTP/1.1" 200 1126 0.019904 10.0.0.23 - - [2026-06-15 02:21:16] "POST /neutron/port HTTP/1.1" 200 117 0.001390 10.0.0.33 - - [2026-06-15 02:21:18] "GET /obj-perms HTTP/1.1" 200 4493 0.035569 10.0.0.65 - - [2026-06-15 02:21:19] "GET /obj-perms HTTP/1.1" 200 4493 0.039255 10.0.0.23 - - [2026-06-15 02:21:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008384 10.0.0.23 - - [2026-06-15 02:21:20] "POST /neutron/port HTTP/1.1" 200 1124 0.023436 10.0.0.23 - - [2026-06-15 02:21:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008666 10.0.0.23 - - [2026-06-15 02:21:20] "GET /virtual-machine/d499bd54-3ca5-46e2-b969-68d1968b79d1 HTTP/1.1" 401 292 0.000360 10.0.0.23 - - [2026-06-15 02:21:21] "GET /virtual-machine/d499bd54-3ca5-46e2-b969-68d1968b79d1 HTTP/1.1" 200 1293 0.024443 10.0.0.23 - - [2026-06-15 02:21:21] "GET /virtual-machine/d499bd54-3ca5-46e2-b969-68d1968b79d1 HTTP/1.1" 200 1293 0.003317 10.0.0.23 - - [2026-06-15 02:21:21] "GET /virtual-machine-interface/e30a94a6-9b07-44e7-9db1-9af1356a67ad HTTP/1.1" 200 2944 0.004887 10.0.0.23 - - [2026-06-15 02:21:21] "GET /virtual-machine/d499bd54-3ca5-46e2-b969-68d1968b79d1 HTTP/1.1" 200 1293 0.003590 10.0.0.23 - - [2026-06-15 02:21:21] "GET /virtual-machine-interface/e30a94a6-9b07-44e7-9db1-9af1356a67ad HTTP/1.1" 200 2944 0.004563 10.0.0.23 - - [2026-06-15 02:21:21] "GET /instance-ip/fda13088-5d37-4b79-b288-614af792e2ae HTTP/1.1" 200 1622 0.005661 10.0.0.23 - - [2026-06-15 02:21:21] "GET /virtual-machine/d499bd54-3ca5-46e2-b969-68d1968b79d1 HTTP/1.1" 200 1293 0.003046 10.0.0.23 - - [2026-06-15 02:21:21] "GET /virtual-machine-interface/e30a94a6-9b07-44e7-9db1-9af1356a67ad HTTP/1.1" 200 2944 0.004676 10.0.0.23 - - [2026-06-15 02:21:21] "GET /instance-ip/fda13088-5d37-4b79-b288-614af792e2ae HTTP/1.1" 200 1622 0.005945 10.0.0.23 - - [2026-06-15 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004176 10.0.0.23 - - [2026-06-15 02:21:21] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004818 10.0.0.23 - - [2026-06-15 02:21:21] "GET /virtual-networks?parent_id=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003643 10.0.0.23 - - [2026-06-15 02:21:21] "GET /virtual-network/06e642c5-4dc3-4dcb-a43b-dc3cee5c453a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006305 10.0.0.23 - - [2026-06-15 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004999 10.0.0.23 - - [2026-06-15 02:21:21] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005107 10.0.0.23 - - [2026-06-15 02:21:21] "GET /virtual-networks?parent_id=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002810 10.0.0.23 - - [2026-06-15 02:21:21] "GET /virtual-network/06e642c5-4dc3-4dcb-a43b-dc3cee5c453a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006081 10.0.0.23 - - [2026-06-15 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.23 - - [2026-06-15 02:21:21] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004113 10.0.0.23 - - [2026-06-15 02:21:21] "GET /virtual-networks?parent_id=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002833 10.0.0.23 - - [2026-06-15 02:21:21] "GET /virtual-network/06e642c5-4dc3-4dcb-a43b-dc3cee5c453a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005745 10.0.0.23 - - [2026-06-15 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.23 - - [2026-06-15 02:21:21] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004138 10.0.0.23 - - [2026-06-15 02:21:21] "GET /virtual-networks?parent_id=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003457 10.0.0.23 - - [2026-06-15 02:21:21] "GET /virtual-network/06e642c5-4dc3-4dcb-a43b-dc3cee5c453a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005219 10.0.0.23 - - [2026-06-15 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.23 - - [2026-06-15 02:21:21] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004846 10.0.0.23 - - [2026-06-15 02:21:21] "GET /virtual-networks?parent_id=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005889 10.0.0.23 - - [2026-06-15 02:21:21] "GET /virtual-network/06e642c5-4dc3-4dcb-a43b-dc3cee5c453a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006580 10.0.0.23 - - [2026-06-15 02:21:24] "POST /neutron/network HTTP/1.1" 200 926 0.007929 10.0.0.23 - - [2026-06-15 02:21:24] "POST /neutron/port HTTP/1.1" 200 117 0.001037 10.0.0.23 - - [2026-06-15 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.23 - - [2026-06-15 02:21:24] "GET /virtual-network/06e642c5-4dc3-4dcb-a43b-dc3cee5c453a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005883 10.0.0.23 - - [2026-06-15 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.23 - - [2026-06-15 02:21:29] "GET /virtual-network/06e642c5-4dc3-4dcb-a43b-dc3cee5c453a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006130 10.0.0.23 - - [2026-06-15 02:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.23 - - [2026-06-15 02:21:33] "GET /virtual-network/06e642c5-4dc3-4dcb-a43b-dc3cee5c453a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005381 10.0.0.23 - - [2026-06-15 02:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.23 - - [2026-06-15 02:21:37] "GET /virtual-network/06e642c5-4dc3-4dcb-a43b-dc3cee5c453a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005085 10.0.0.23 - - [2026-06-15 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.23 - - [2026-06-15 02:21:41] "GET /virtual-network/06e642c5-4dc3-4dcb-a43b-dc3cee5c453a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005876 10.0.0.23 - - [2026-06-15 02:21:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004382 10.0.0.23 - - [2026-06-15 02:21:45] "GET /virtual-network/06e642c5-4dc3-4dcb-a43b-dc3cee5c453a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006922 10.0.0.23 - - [2026-06-15 02:21:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005291 10.0.0.23 - - [2026-06-15 02:21:49] "GET /virtual-network/06e642c5-4dc3-4dcb-a43b-dc3cee5c453a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006031 10.0.0.23 - - [2026-06-15 02:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.23 - - [2026-06-15 02:21:53] "GET /virtual-network/06e642c5-4dc3-4dcb-a43b-dc3cee5c453a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005740 10.0.0.23 - - [2026-06-15 02:21:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007477 10.0.0.23 - - [2026-06-15 02:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004526 10.0.0.23 - - [2026-06-15 02:21:57] "GET /virtual-network/06e642c5-4dc3-4dcb-a43b-dc3cee5c453a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.004911 10.0.0.23 - - [2026-06-15 02:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.23 - - [2026-06-15 02:21:59] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004863 10.0.0.23 - - [2026-06-15 02:21:59] "GET /virtual-networks?parent_id=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002951 10.0.0.23 - - [2026-06-15 02:21:59] "GET /virtual-network/06e642c5-4dc3-4dcb-a43b-dc3cee5c453a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006694 10.0.0.23 - - [2026-06-15 02:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.23 - - [2026-06-15 02:22:00] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004394 10.0.0.23 - - [2026-06-15 02:22:00] "GET /virtual-networks?parent_id=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003516 10.0.0.23 - - [2026-06-15 02:22:00] "GET /virtual-network/06e642c5-4dc3-4dcb-a43b-dc3cee5c453a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005326 10.0.0.23 - - [2026-06-15 02:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.23 - - [2026-06-15 02:22:00] "GET /routing-instance/c63b1567-4a27-4869-80c3-89d2e8338d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004119 10.0.0.23 - - [2026-06-15 02:22:00] "GET /route-target/80ec18bb-bd4f-49d5-a66b-7f5a63adb959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003401 10.0.0.23 - - [2026-06-15 02:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.23 - - [2026-06-15 02:22:00] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003062 10.0.0.23 - - [2026-06-15 02:22:00] "GET /virtual-networks?parent_id=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002935 10.0.0.23 - - [2026-06-15 02:22:00] "GET /virtual-network/06e642c5-4dc3-4dcb-a43b-dc3cee5c453a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006734 10.0.0.23 - - [2026-06-15 02:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002650 10.0.0.23 - - [2026-06-15 02:22:00] "GET /routing-instance/c63b1567-4a27-4869-80c3-89d2e8338d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004675 10.0.0.23 - - [2026-06-15 02:22:00] "GET /route-target/80ec18bb-bd4f-49d5-a66b-7f5a63adb959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003262 10.0.0.23 - - [2026-06-15 02:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.23 - - [2026-06-15 02:22:00] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004604 10.0.0.23 - - [2026-06-15 02:22:00] "GET /virtual-networks?parent_id=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003799 10.0.0.23 - - [2026-06-15 02:22:00] "GET /virtual-network/06e642c5-4dc3-4dcb-a43b-dc3cee5c453a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005316 10.0.0.23 - - [2026-06-15 02:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.23 - - [2026-06-15 02:22:00] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004226 10.0.0.23 - - [2026-06-15 02:22:00] "GET /virtual-networks?parent_id=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002639 10.0.0.23 - - [2026-06-15 02:22:00] "GET /virtual-network/06e642c5-4dc3-4dcb-a43b-dc3cee5c453a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005471 10.0.0.23 - - [2026-06-15 02:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.23 - - [2026-06-15 02:22:00] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003706 10.0.0.23 - - [2026-06-15 02:22:00] "GET /virtual-networks?parent_id=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003942 10.0.0.23 - - [2026-06-15 02:22:00] "GET /virtual-network/06e642c5-4dc3-4dcb-a43b-dc3cee5c453a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005514 10.0.0.23 - - [2026-06-15 02:22:00] "GET /obj-perms HTTP/1.1" 200 4467 0.004328 10.0.0.65 - - [2026-06-15 02:22:01] "GET /obj-perms HTTP/1.1" 200 4467 0.004620 10.0.0.23 - - [2026-06-15 02:22:01] "GET /obj-perms HTTP/1.1" 200 4467 0.004368 10.0.0.65 - - [2026-06-15 02:22:01] "GET /obj-perms HTTP/1.1" 200 4467 0.004666 10.0.0.23 - - [2026-06-15 02:22:01] "POST /neutron/port HTTP/1.1" 200 1124 0.023640 10.0.0.23 - - [2026-06-15 02:22:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008945 10.0.0.23 - - [2026-06-15 02:22:01] "POST /neutron/port HTTP/1.1" 200 1124 0.019373 10.0.0.23 - - [2026-06-15 02:22:01] "GET /virtual-machine/d65f76e5-45cf-4d0f-870b-1b50b0dd2901 HTTP/1.1" 200 1292 0.006299 10.0.0.23 - - [2026-06-15 02:22:01] "GET /virtual-machine/d65f76e5-45cf-4d0f-870b-1b50b0dd2901 HTTP/1.1" 200 1292 0.004368 10.0.0.23 - - [2026-06-15 02:22:01] "GET /virtual-machine-interface/1a69abe1-4624-4945-a711-afdf8a03b006 HTTP/1.1" 200 2943 0.005888 10.0.0.23 - - [2026-06-15 02:22:01] "GET /virtual-machine/d65f76e5-45cf-4d0f-870b-1b50b0dd2901 HTTP/1.1" 200 1292 0.004548 10.0.0.23 - - [2026-06-15 02:22:01] "GET /virtual-machine-interface/1a69abe1-4624-4945-a711-afdf8a03b006 HTTP/1.1" 200 2943 0.006001 10.0.0.23 - - [2026-06-15 02:22:01] "GET /instance-ip/31365cb9-8e44-4cf2-9a68-0e709237f06d HTTP/1.1" 200 1621 0.006935 10.0.0.23 - - [2026-06-15 02:22:01] "GET /virtual-machine/d65f76e5-45cf-4d0f-870b-1b50b0dd2901 HTTP/1.1" 200 1292 0.004320 10.0.0.23 - - [2026-06-15 02:22:01] "GET /virtual-machine-interface/1a69abe1-4624-4945-a711-afdf8a03b006 HTTP/1.1" 200 2943 0.006935 10.0.0.23 - - [2026-06-15 02:22:01] "GET /instance-ip/31365cb9-8e44-4cf2-9a68-0e709237f06d HTTP/1.1" 200 1621 0.005234 10.0.0.23 - - [2026-06-15 02:22:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004075 10.0.0.23 - - [2026-06-15 02:22:01] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004363 10.0.0.23 - - [2026-06-15 02:22:01] "GET /virtual-networks?parent_id=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003222 10.0.0.23 - - [2026-06-15 02:22:01] "GET /virtual-network/ff38ef98-0f37-4e33-8127-cbde9497b985?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.006777 10.0.0.23 - - [2026-06-15 02:22:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004243 10.0.0.23 - - [2026-06-15 02:22:01] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004916 10.0.0.23 - - [2026-06-15 02:22:01] "GET /virtual-networks?parent_id=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003716 10.0.0.23 - - [2026-06-15 02:22:01] "GET /virtual-network/ff38ef98-0f37-4e33-8127-cbde9497b985?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.006277 10.0.0.23 - - [2026-06-15 02:22:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004556 10.0.0.23 - - [2026-06-15 02:22:01] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004729 10.0.0.23 - - [2026-06-15 02:22:01] "GET /virtual-networks?parent_id=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004396 10.0.0.23 - - [2026-06-15 02:22:02] "GET /virtual-network/ff38ef98-0f37-4e33-8127-cbde9497b985?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.007647 10.0.0.23 - - [2026-06-15 02:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005249 10.0.0.23 - - [2026-06-15 02:22:02] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005224 10.0.0.23 - - [2026-06-15 02:22:02] "GET /virtual-networks?parent_id=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003958 10.0.0.23 - - [2026-06-15 02:22:02] "GET /virtual-network/ff38ef98-0f37-4e33-8127-cbde9497b985?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.007621 10.0.0.23 - - [2026-06-15 02:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004635 10.0.0.23 - - [2026-06-15 02:22:02] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005697 10.0.0.23 - - [2026-06-15 02:22:02] "GET /virtual-networks?parent_id=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004186 10.0.0.23 - - [2026-06-15 02:22:02] "GET /virtual-network/ff38ef98-0f37-4e33-8127-cbde9497b985?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.006987 10.0.0.23 - - [2026-06-15 02:22:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012389 10.0.0.23 - - [2026-06-15 02:22:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.23 - - [2026-06-15 02:22:03] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003247 10.0.0.23 - - [2026-06-15 02:22:03] "GET /virtual-networks?parent_id=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003050 10.0.0.23 - - [2026-06-15 02:22:03] "GET /virtual-network/ff38ef98-0f37-4e33-8127-cbde9497b985?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.005314 10.0.0.23 - - [2026-06-15 02:22:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.23 - - [2026-06-15 02:22:03] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003350 10.0.0.23 - - [2026-06-15 02:22:03] "GET /virtual-networks?parent_id=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003766 10.0.0.23 - - [2026-06-15 02:22:03] "GET /virtual-network/ff38ef98-0f37-4e33-8127-cbde9497b985?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.005645 10.0.0.23 - - [2026-06-15 02:22:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.23 - - [2026-06-15 02:22:03] "GET /routing-instance/eb96a5fa-37c1-42e6-b661-1932a7bb55f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004174 10.0.0.23 - - [2026-06-15 02:22:03] "GET /route-target/72d710e0-2f52-43fb-be6c-f39b9f5391ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003764 10.0.0.23 - - [2026-06-15 02:22:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.23 - - [2026-06-15 02:22:03] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003058 10.0.0.23 - - [2026-06-15 02:22:03] "GET /virtual-networks?parent_id=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003061 10.0.0.23 - - [2026-06-15 02:22:03] "GET /virtual-network/ff38ef98-0f37-4e33-8127-cbde9497b985?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.005568 10.0.0.23 - - [2026-06-15 02:22:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002797 10.0.0.23 - - [2026-06-15 02:22:03] "GET /routing-instance/eb96a5fa-37c1-42e6-b661-1932a7bb55f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004755 10.0.0.23 - - [2026-06-15 02:22:03] "GET /route-target/72d710e0-2f52-43fb-be6c-f39b9f5391ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003447 10.0.0.23 - - [2026-06-15 02:22:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.23 - - [2026-06-15 02:22:04] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005569 10.0.0.23 - - [2026-06-15 02:22:04] "GET /virtual-networks?parent_id=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005508 10.0.0.23 - - [2026-06-15 02:22:04] "GET /virtual-network/ff38ef98-0f37-4e33-8127-cbde9497b985?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.006571 10.0.0.23 - - [2026-06-15 02:22:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.23 - - [2026-06-15 02:22:04] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003915 10.0.0.23 - - [2026-06-15 02:22:04] "GET /virtual-networks?parent_id=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002724 10.0.0.23 - - [2026-06-15 02:22:04] "GET /virtual-network/ff38ef98-0f37-4e33-8127-cbde9497b985?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.005386 10.0.0.23 - - [2026-06-15 02:22:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.058178 10.0.0.23 - - [2026-06-15 02:22:04] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003802 10.0.0.23 - - [2026-06-15 02:22:04] "GET /virtual-networks?parent_id=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003495 10.0.0.23 - - [2026-06-15 02:22:04] "GET /virtual-network/ff38ef98-0f37-4e33-8127-cbde9497b985?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.005467 10.0.0.23 - - [2026-06-15 02:22:04] "GET /obj-perms HTTP/1.1" 200 4467 0.003203 10.0.0.65 - - [2026-06-15 02:22:04] "GET /obj-perms HTTP/1.1" 200 4467 0.003931 10.0.0.23 - - [2026-06-15 02:22:04] "GET /obj-perms HTTP/1.1" 200 4467 0.003262 10.0.0.23 - - [2026-06-15 02:22:04] "GET /obj-perms HTTP/1.1" 200 4467 0.003425 10.0.0.23 - - [2026-06-15 02:22:04] "POST /neutron/port HTTP/1.1" 200 1126 0.015430 10.0.0.23 - - [2026-06-15 02:22:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007428 10.0.0.23 - - [2026-06-15 02:22:05] "GET /virtual-machine/eb31e678-c980-411b-a670-5902e7154d34 HTTP/1.1" 200 1293 0.009725 10.0.0.23 - - [2026-06-15 02:22:05] "GET /virtual-machine/eb31e678-c980-411b-a670-5902e7154d34 HTTP/1.1" 200 1293 0.004499 10.0.0.23 - - [2026-06-15 02:22:05] "GET /virtual-machine-interface/3beb2a55-fcee-4adb-a0a6-45baf7c63c7e HTTP/1.1" 200 2943 0.006049 10.0.0.23 - - [2026-06-15 02:22:05] "GET /virtual-machine/eb31e678-c980-411b-a670-5902e7154d34 HTTP/1.1" 200 1293 0.003211 10.0.0.23 - - [2026-06-15 02:22:05] "GET /virtual-machine-interface/3beb2a55-fcee-4adb-a0a6-45baf7c63c7e HTTP/1.1" 200 2943 0.004313 10.0.0.23 - - [2026-06-15 02:22:05] "GET /instance-ip/227116c6-8bfc-493e-83a7-d4b73660b8e6 HTTP/1.1" 200 1622 0.016256 10.0.0.23 - - [2026-06-15 02:22:05] "GET /virtual-machine/eb31e678-c980-411b-a670-5902e7154d34 HTTP/1.1" 200 1293 0.003419 10.0.0.23 - - [2026-06-15 02:22:05] "GET /virtual-machine-interface/3beb2a55-fcee-4adb-a0a6-45baf7c63c7e HTTP/1.1" 200 2943 0.004790 10.0.0.23 - - [2026-06-15 02:22:05] "GET /instance-ip/227116c6-8bfc-493e-83a7-d4b73660b8e6 HTTP/1.1" 200 1622 0.003688 10.0.0.23 - - [2026-06-15 02:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.23 - - [2026-06-15 02:22:05] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004611 10.0.0.23 - - [2026-06-15 02:22:05] "GET /virtual-networks?parent_id=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004423 10.0.0.23 - - [2026-06-15 02:22:05] "GET /virtual-network/6d836974-7d44-4a17-b588-6955eb593efe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005288 10.0.0.23 - - [2026-06-15 02:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.23 - - [2026-06-15 02:22:05] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004016 10.0.0.23 - - [2026-06-15 02:22:05] "GET /virtual-networks?parent_id=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003190 10.0.0.23 - - [2026-06-15 02:22:05] "GET /virtual-network/6d836974-7d44-4a17-b588-6955eb593efe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005835 10.0.0.23 - - [2026-06-15 02:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.23 - - [2026-06-15 02:22:05] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003332 10.0.0.23 - - [2026-06-15 02:22:05] "GET /virtual-networks?parent_id=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003318 10.0.0.23 - - [2026-06-15 02:22:05] "GET /virtual-network/6d836974-7d44-4a17-b588-6955eb593efe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005976 10.0.0.23 - - [2026-06-15 02:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.23 - - [2026-06-15 02:22:05] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004739 10.0.0.23 - - [2026-06-15 02:22:05] "GET /virtual-networks?parent_id=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003671 10.0.0.23 - - [2026-06-15 02:22:05] "GET /virtual-network/6d836974-7d44-4a17-b588-6955eb593efe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006429 10.0.0.23 - - [2026-06-15 02:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.23 - - [2026-06-15 02:22:05] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003983 10.0.0.23 - - [2026-06-15 02:22:05] "GET /virtual-networks?parent_id=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002985 10.0.0.23 - - [2026-06-15 02:22:05] "GET /virtual-network/6d836974-7d44-4a17-b588-6955eb593efe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005735 10.0.0.23 - - [2026-06-15 02:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.23 - - [2026-06-15 02:22:06] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003084 10.0.0.23 - - [2026-06-15 02:22:06] "GET /virtual-networks?parent_id=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002640 10.0.0.23 - - [2026-06-15 02:22:06] "GET /virtual-network/6d836974-7d44-4a17-b588-6955eb593efe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005550 10.0.0.23 - - [2026-06-15 02:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.23 - - [2026-06-15 02:22:07] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003419 10.0.0.23 - - [2026-06-15 02:22:07] "GET /virtual-networks?parent_id=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003129 10.0.0.23 - - [2026-06-15 02:22:07] "GET /virtual-network/6d836974-7d44-4a17-b588-6955eb593efe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006510 10.0.0.23 - - [2026-06-15 02:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.23 - - [2026-06-15 02:22:07] "GET /routing-instance/ca568859-e7a8-47b9-ad4c-0fc99ffbbd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004585 10.0.0.23 - - [2026-06-15 02:22:07] "GET /route-target/e013c627-40e6-41de-af39-2c36b2719db1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003765 10.0.0.23 - - [2026-06-15 02:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.23 - - [2026-06-15 02:22:07] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003561 10.0.0.23 - - [2026-06-15 02:22:07] "GET /virtual-networks?parent_id=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002702 10.0.0.23 - - [2026-06-15 02:22:07] "GET /virtual-network/6d836974-7d44-4a17-b588-6955eb593efe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005221 10.0.0.23 - - [2026-06-15 02:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.008491 10.0.0.23 - - [2026-06-15 02:22:07] "GET /routing-instance/ca568859-e7a8-47b9-ad4c-0fc99ffbbd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004271 10.0.0.23 - - [2026-06-15 02:22:07] "GET /route-target/e013c627-40e6-41de-af39-2c36b2719db1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003747 10.0.0.23 - - [2026-06-15 02:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.23 - - [2026-06-15 02:22:07] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003679 10.0.0.23 - - [2026-06-15 02:22:07] "GET /virtual-networks?parent_id=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003165 10.0.0.23 - - [2026-06-15 02:22:07] "GET /virtual-network/6d836974-7d44-4a17-b588-6955eb593efe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005722 10.0.0.23 - - [2026-06-15 02:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.23 - - [2026-06-15 02:22:07] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004197 10.0.0.23 - - [2026-06-15 02:22:07] "GET /virtual-networks?parent_id=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003016 10.0.0.23 - - [2026-06-15 02:22:07] "GET /virtual-network/6d836974-7d44-4a17-b588-6955eb593efe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007161 10.0.0.23 - - [2026-06-15 02:22:07] "GET /obj-perms HTTP/1.1" 200 4467 0.004215 10.0.0.65 - - [2026-06-15 02:22:07] "GET /obj-perms HTTP/1.1" 200 4467 0.003552 10.0.0.23 - - [2026-06-15 02:22:07] "GET /obj-perms HTTP/1.1" 200 4467 0.003209 10.0.0.65 - - [2026-06-15 02:22:08] "GET /obj-perms HTTP/1.1" 200 4467 0.003613 10.0.0.33 - - [2026-06-15 02:22:08] "GET /obj-perms HTTP/1.1" 200 4467 0.003551 10.0.0.23 - - [2026-06-15 02:22:08] "GET /virtual-machine/d499bd54-3ca5-46e2-b969-68d1968b79d1 HTTP/1.1" 200 1293 0.003699 10.0.0.23 - - [2026-06-15 02:22:08] "GET /virtual-machine-interface/e30a94a6-9b07-44e7-9db1-9af1356a67ad HTTP/1.1" 200 2944 0.005566 10.0.0.23 - - [2026-06-15 02:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.23 - - [2026-06-15 02:22:08] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002822 10.0.0.23 - - [2026-06-15 02:22:08] "GET /virtual-networks?parent_id=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003078 10.0.0.23 - - [2026-06-15 02:22:08] "GET /virtual-network/06e642c5-4dc3-4dcb-a43b-dc3cee5c453a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.009779 10.0.0.23 - - [2026-06-15 02:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004944 10.0.0.23 - - [2026-06-15 02:22:09] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005941 10.0.0.23 - - [2026-06-15 02:22:09] "GET /virtual-networks?parent_id=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002971 10.0.0.23 - - [2026-06-15 02:22:09] "GET /virtual-network/06e642c5-4dc3-4dcb-a43b-dc3cee5c453a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005637 10.0.0.23 - - [2026-06-15 02:22:09] "GET /virtual-machine/d65f76e5-45cf-4d0f-870b-1b50b0dd2901 HTTP/1.1" 200 1292 0.004120 10.0.0.23 - - [2026-06-15 02:22:09] "GET /virtual-machine-interface/1a69abe1-4624-4945-a711-afdf8a03b006 HTTP/1.1" 200 2943 0.006494 10.0.0.23 - - [2026-06-15 02:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.23 - - [2026-06-15 02:22:09] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003596 10.0.0.23 - - [2026-06-15 02:22:09] "GET /virtual-networks?parent_id=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003076 10.0.0.23 - - [2026-06-15 02:22:09] "GET /virtual-network/ff38ef98-0f37-4e33-8127-cbde9497b985?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.005528 10.0.0.23 - - [2026-06-15 02:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.23 - - [2026-06-15 02:22:10] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003201 10.0.0.23 - - [2026-06-15 02:22:10] "GET /virtual-networks?parent_id=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003314 10.0.0.23 - - [2026-06-15 02:22:10] "GET /virtual-network/ff38ef98-0f37-4e33-8127-cbde9497b985?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.005556 10.0.0.23 - - [2026-06-15 02:22:10] "GET /virtual-machine/eb31e678-c980-411b-a670-5902e7154d34 HTTP/1.1" 200 1293 0.003930 10.0.0.23 - - [2026-06-15 02:22:10] "GET /virtual-machine-interface/3beb2a55-fcee-4adb-a0a6-45baf7c63c7e HTTP/1.1" 200 2943 0.004716 10.0.0.23 - - [2026-06-15 02:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.23 - - [2026-06-15 02:22:10] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003410 10.0.0.23 - - [2026-06-15 02:22:10] "GET /virtual-networks?parent_id=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002532 10.0.0.23 - - [2026-06-15 02:22:11] "GET /virtual-network/6d836974-7d44-4a17-b588-6955eb593efe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005692 10.0.0.23 - - [2026-06-15 02:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.23 - - [2026-06-15 02:22:12] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003963 10.0.0.23 - - [2026-06-15 02:22:12] "GET /virtual-networks?parent_id=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002909 10.0.0.23 - - [2026-06-15 02:22:12] "GET /virtual-network/6d836974-7d44-4a17-b588-6955eb593efe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006525 10.0.0.23 - - [2026-06-15 02:22:19] "POST /neutron/port HTTP/1.1" 200 1124 0.019733 10.0.0.23 - - [2026-06-15 02:22:19] "GET /obj-perms HTTP/1.1" 200 4493 0.057727 10.0.0.23 - - [2026-06-15 02:22:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004704 10.0.0.23 - - [2026-06-15 02:22:21] "POST /neutron/network HTTP/1.1" 200 995 0.006306 10.0.0.23 - - [2026-06-15 02:22:22] "GET /virtual-machine/eb31e678-c980-411b-a670-5902e7154d34 HTTP/1.1" 200 1293 0.003943 10.0.0.23 - - [2026-06-15 02:22:24] "GET /virtual-machine/eb31e678-c980-411b-a670-5902e7154d34 HTTP/1.1" 200 1293 0.003775 10.0.0.23 - - [2026-06-15 02:22:24] "POST /neutron/port HTTP/1.1" 200 1126 0.018708 10.0.0.23 - - [2026-06-15 02:22:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003512 10.0.0.23 - - [2026-06-15 02:22:24] "POST /neutron/port HTTP/1.1" 200 117 0.001013 10.0.0.23 - - [2026-06-15 02:22:26] "GET /virtual-machine/eb31e678-c980-411b-a670-5902e7154d34 HTTP/1.1" 404 171 0.003964 10.0.0.23 - - [2026-06-15 02:22:26] "GET /virtual-machine/eb31e678-c980-411b-a670-5902e7154d34 HTTP/1.1" 404 171 0.003730 10.0.0.23 - - [2026-06-15 02:22:26] "GET /virtual-machine/eb31e678-c980-411b-a670-5902e7154d34 HTTP/1.1" 404 171 0.002958 10.0.0.23 - - [2026-06-15 02:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.23 - - [2026-06-15 02:22:26] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003297 10.0.0.23 - - [2026-06-15 02:22:26] "GET /virtual-networks?parent_id=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003954 10.0.0.23 - - [2026-06-15 02:22:26] "GET /virtual-network/6d836974-7d44-4a17-b588-6955eb593efe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006640 10.0.0.23 - - [2026-06-15 02:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.23 - - [2026-06-15 02:22:26] "GET /routing-instance/ca568859-e7a8-47b9-ad4c-0fc99ffbbd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.006359 10.0.0.23 - - [2026-06-15 02:22:26] "GET /route-target/e013c627-40e6-41de-af39-2c36b2719db1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005177 10.0.0.65 - - [2026-06-15 02:22:29] "GET /obj-perms HTTP/1.1" 200 4467 0.003489 10.0.0.23 - - [2026-06-15 02:22:32] "GET /obj-perms HTTP/1.1" 200 4467 0.003640 10.0.0.23 - - [2026-06-15 02:22:36] "GET /obj-perms HTTP/1.1" 200 4467 0.003703 10.0.0.65 - - [2026-06-15 02:22:36] "GET /obj-perms HTTP/1.1" 200 4467 0.003129 10.0.0.23 - - [2026-06-15 02:22:36] "GET /virtual-machine/d65f76e5-45cf-4d0f-870b-1b50b0dd2901 HTTP/1.1" 200 1292 0.004166 10.0.0.23 - - [2026-06-15 02:22:38] "POST /neutron/port HTTP/1.1" 200 1114 0.012832 10.0.0.23 - - [2026-06-15 02:22:38] "GET /virtual-machine/d65f76e5-45cf-4d0f-870b-1b50b0dd2901 HTTP/1.1" 200 1292 0.004046 10.0.0.23 - - [2026-06-15 02:22:40] "GET /virtual-machine/d65f76e5-45cf-4d0f-870b-1b50b0dd2901 HTTP/1.1" 404 171 0.002945 10.0.0.23 - - [2026-06-15 02:22:40] "GET /virtual-machine/d65f76e5-45cf-4d0f-870b-1b50b0dd2901 HTTP/1.1" 404 171 0.003753 10.0.0.23 - - [2026-06-15 02:22:40] "GET /virtual-machine/d65f76e5-45cf-4d0f-870b-1b50b0dd2901 HTTP/1.1" 404 171 0.002675 10.0.0.23 - - [2026-06-15 02:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.23 - - [2026-06-15 02:22:40] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004017 10.0.0.23 - - [2026-06-15 02:22:40] "GET /virtual-networks?parent_id=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003524 10.0.0.23 - - [2026-06-15 02:22:40] "GET /virtual-network/ff38ef98-0f37-4e33-8127-cbde9497b985?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.006315 10.0.0.23 - - [2026-06-15 02:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.23 - - [2026-06-15 02:22:40] "GET /routing-instance/eb96a5fa-37c1-42e6-b661-1932a7bb55f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004779 10.0.0.23 - - [2026-06-15 02:22:40] "GET /route-target/72d710e0-2f52-43fb-be6c-f39b9f5391ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004144 10.0.0.23 - - [2026-06-15 02:22:43] "GET /obj-perms HTTP/1.1" 200 4467 0.004852 10.0.0.23 - - [2026-06-15 02:22:46] "GET /obj-perms HTTP/1.1" 200 4467 0.004054 10.0.0.23 - - [2026-06-15 02:22:52] "GET /obj-perms HTTP/1.1" 200 4467 0.004234 10.0.0.23 - - [2026-06-15 02:22:56] "GET /obj-perms HTTP/1.1" 200 4467 0.003541 10.0.0.23 - - [2026-06-15 02:23:02] "GET /obj-perms HTTP/1.1" 200 4467 0.003796 10.0.0.23 - - [2026-06-15 02:23:05] "GET /obj-perms HTTP/1.1" 200 4467 0.003904 10.0.0.23 - - [2026-06-15 02:23:08] "GET /obj-perms HTTP/1.1" 200 4467 0.003618 10.0.0.33 - - [2026-06-15 02:23:08] "GET /obj-perms HTTP/1.1" 200 4467 0.003340 10.0.0.23 - - [2026-06-15 02:23:08] "GET /virtual-machine/d499bd54-3ca5-46e2-b969-68d1968b79d1 HTTP/1.1" 200 1293 0.004032 10.0.0.23 - - [2026-06-15 02:23:10] "POST /neutron/port HTTP/1.1" 200 1114 0.013122 10.0.0.23 - - [2026-06-15 02:23:10] "GET /virtual-machine/d499bd54-3ca5-46e2-b969-68d1968b79d1 HTTP/1.1" 200 1293 0.003245 10.0.0.23 - - [2026-06-15 02:23:12] "GET /virtual-machine/d499bd54-3ca5-46e2-b969-68d1968b79d1 HTTP/1.1" 404 171 0.004447 10.0.0.23 - - [2026-06-15 02:23:12] "GET /virtual-machine/d499bd54-3ca5-46e2-b969-68d1968b79d1 HTTP/1.1" 404 171 0.004484 10.0.0.23 - - [2026-06-15 02:23:12] "GET /virtual-machine/d499bd54-3ca5-46e2-b969-68d1968b79d1 HTTP/1.1" 404 171 0.003259 10.0.0.23 - - [2026-06-15 02:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004408 10.0.0.23 - - [2026-06-15 02:23:12] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005900 10.0.0.23 - - [2026-06-15 02:23:12] "GET /virtual-networks?parent_id=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004312 10.0.0.23 - - [2026-06-15 02:23:12] "GET /virtual-network/06e642c5-4dc3-4dcb-a43b-dc3cee5c453a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005496 10.0.0.23 - - [2026-06-15 02:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.23 - - [2026-06-15 02:23:12] "GET /routing-instance/c63b1567-4a27-4869-80c3-89d2e8338d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004262 10.0.0.23 - - [2026-06-15 02:23:12] "GET /route-target/80ec18bb-bd4f-49d5-a66b-7f5a63adb959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003392 10.0.0.23 - - [2026-06-15 02:23:16] "GET /obj-perms HTTP/1.1" 200 4467 0.005812 10.0.0.65 - - [2026-06-15 02:23:16] "GET /obj-perms HTTP/1.1" 200 4467 0.004138 10.0.0.23 - - [2026-06-15 02:23:22] "GET /obj-perms HTTP/1.1" 200 4467 0.003640 10.0.0.65 - - [2026-06-15 02:23:22] "GET /obj-perms HTTP/1.1" 200 4467 0.003425 10.0.0.23 - - [2026-06-15 02:23:31] "GET /obj-perms HTTP/1.1" 200 4467 0.005835 10.0.0.65 - - [2026-06-15 02:23:31] "GET /obj-perms HTTP/1.1" 200 4467 0.004613 10.0.0.23 - - [2026-06-15 02:23:37] "GET /obj-perms HTTP/1.1" 200 4467 0.003500 10.0.0.65 - - [2026-06-15 02:23:37] "GET /obj-perms HTTP/1.1" 200 4467 0.003724 10.0.0.23 - - [2026-06-15 02:23:37] "GET /virtual-network/ff38ef98-0f37-4e33-8127-cbde9497b985?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.005030 10.0.0.23 - - [2026-06-15 02:23:37] "POST /neutron/network HTTP/1.1" 200 824 0.065796 10.0.0.23 - - [2026-06-15 02:23:37] "GET /virtual-network/ff38ef98-0f37-4e33-8127-cbde9497b985?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.022259 10.0.0.65 - - [2026-06-15 02:23:37] "POST /ref-update HTTP/1.1" 200 156 0.047142 10.0.0.23 - - [2026-06-15 02:23:38] "POST /ref-update HTTP/1.1" 200 156 0.071082 10.0.0.23 - - [2026-06-15 02:23:38] "POST /ref-update HTTP/1.1" 200 156 0.060146 10.0.0.23 - - [2026-06-15 02:23:38] "DELETE /network-policy/fff5c4b3-ca8d-493a-a348-543ca235f607 HTTP/1.1" 200 115 0.035159 10.0.0.23 - - [2026-06-15 02:23:38] "DELETE /network-policy/ac8fc571-b159-4bb5-84ee-95d6e14a1ff3 HTTP/1.1" 200 115 0.031043 10.0.0.23 - - [2026-06-15 02:23:38] "DELETE /network-policy/7b2787c2-55e2-434c-8ecd-6e84adc7948e HTTP/1.1" 200 115 0.027442 10.0.0.65 - - [2026-06-15 02:23:38] "POST /useragent-kv HTTP/1.1" 200 115 0.066882 10.0.0.65 - - [2026-06-15 02:23:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002339 10.0.0.23 - - [2026-06-15 02:23:38] "POST /neutron/network HTTP/1.1" 200 151 0.185825 10.0.0.65 - - [2026-06-15 02:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005406 10.0.0.65 - - [2026-06-15 02:23:38] "DELETE /route-target/72d710e0-2f52-43fb-be6c-f39b9f5391ad HTTP/1.1" 200 115 0.024793 10.0.0.23 - - [2026-06-15 02:23:39] "POST /neutron/network HTTP/1.1" 200 824 0.010218 10.0.0.23 - - [2026-06-15 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.23 - - [2026-06-15 02:23:39] "DELETE /network-ipam/baa1f2b9-ae7e-46c3-8d62-572ec8cdbf32 HTTP/1.1" 200 115 0.035314 10.0.0.23 - - [2026-06-15 02:23:39] "POST /fqname-to-id HTTP/1.1" 404 197 0.004276 10.0.0.23 - - [2026-06-15 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.23 - - [2026-06-15 02:23:39] "DELETE /network-ipam/c17eca1a-5a2d-4741-8163-51c622e778b3 HTTP/1.1" 200 115 0.038908 10.0.0.23 - - [2026-06-15 02:23:39] "POST /fqname-to-id HTTP/1.1" 404 197 0.010628 10.0.0.23 - - [2026-06-15 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004408 10.0.0.23 - - [2026-06-15 02:23:39] "DELETE /network-ipam/250ac879-7f2a-4718-8e39-ef04ea5a809d HTTP/1.1" 200 115 0.040448 10.0.0.23 - - [2026-06-15 02:23:39] "POST /fqname-to-id HTTP/1.1" 404 197 0.010862 10.0.0.65 - - [2026-06-15 02:23:41] "GET /projects?obj_uuids=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000997 10.0.0.23 - - [2026-06-15 02:23:41] "GET /project/e1149b6d-bc1c-4ac1-b78c-793250ba051d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.050062 10.0.0.65 - - [2026-06-15 02:23:41] "GET /projects?obj_uuids=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001058 10.0.0.23 - - [2026-06-15 02:23:41] "GET /project/e1149b6d-bc1c-4ac1-b78c-793250ba051d?fields=virtual_networks HTTP/1.1" 200 1032 0.046340 10.0.0.65 - - [2026-06-15 02:23:41] "GET /projects?obj_uuids=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000967 10.0.0.23 - - [2026-06-15 02:23:41] "GET /project/e1149b6d-bc1c-4ac1-b78c-793250ba051d?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.056227 10.0.0.65 - - [2026-06-15 02:23:41] "GET /projects?obj_uuids=e1149b6d-bc1c-4ac1-b78c-793250ba051d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001256 10.0.0.23 - - [2026-06-15 02:23:41] "GET /project/e1149b6d-bc1c-4ac1-b78c-793250ba051d?fields=security_groups HTTP/1.1" 200 1258 0.055785 10.0.0.23 - - [2026-06-15 02:23:42] "POST /fqname-to-id HTTP/1.1" 404 194 0.028363 10.0.0.65 - - [2026-06-15 02:23:42] "GET /projects?obj_uuids=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002646 10.0.0.65 - - [2026-06-15 02:23:42] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000854 10.0.0.65 - - [2026-06-15 02:23:42] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.035118 10.0.0.65 - - [2026-06-15 02:23:42] "POST /id-to-fqname HTTP/1.1" 200 196 0.001009 10.0.0.65 - - [2026-06-15 02:23:42] "POST /fqname-to-id HTTP/1.1" 404 205 0.014159 10.0.0.65 - - [2026-06-15 02:23:42] "POST /security-groups HTTP/1.1" 200 597 0.074453 10.0.0.65 - - [2026-06-15 02:23:42] "POST /fqname-to-id HTTP/1.1" 404 240 0.006602 10.0.0.65 - - [2026-06-15 02:23:42] "POST /projects HTTP/1.1" 200 597 0.305978 10.0.0.65 - - [2026-06-15 02:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.376757 10.0.0.65 - - [2026-06-15 02:23:43] "POST /access-control-lists HTTP/1.1" 200 600 0.037705 10.0.0.23 - - [2026-06-15 02:23:43] "GET /project/0c594724-73d8-4c9d-90b2-dce13cbebb8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.541132 10.0.0.23 - - [2026-06-15 02:23:44] "GET / HTTP/1.1" 200 35931 0.001827 10.0.0.23 - - [2026-06-15 02:23:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000413 10.0.0.23 - - [2026-06-15 02:23:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.083387 10.0.0.23 - - [2026-06-15 02:23:47] "POST /network-ipams HTTP/1.1" 200 519 0.028828 10.0.0.23 - - [2026-06-15 02:23:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.004318 10.0.0.23 - - [2026-06-15 02:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.23 - - [2026-06-15 02:23:47] "GET /network-ipam/cf0edb2c-6ca2-4f5c-b169-a0f854ae19d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.007116 10.0.0.23 - - [2026-06-15 02:23:47] "PUT /network-ipam/cf0edb2c-6ca2-4f5c-b169-a0f854ae19d1 HTTP/1.1" 200 258 0.026540 10.0.0.23 - - [2026-06-15 02:23:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.002398 10.0.0.23 - - [2026-06-15 02:23:47] "POST /network-ipams HTTP/1.1" 200 519 0.024043 10.0.0.23 - - [2026-06-15 02:23:48] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.004317 10.0.0.23 - - [2026-06-15 02:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006018 10.0.0.23 - - [2026-06-15 02:23:48] "GET /network-ipam/fc1468b5-29aa-44fa-809b-3efd0a6da7db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1298 0.006795 10.0.0.23 - - [2026-06-15 02:23:48] "PUT /network-ipam/fc1468b5-29aa-44fa-809b-3efd0a6da7db HTTP/1.1" 200 258 0.018417 10.0.0.23 - - [2026-06-15 02:23:48] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003670 10.0.0.23 - - [2026-06-15 02:23:48] "POST /network-ipams HTTP/1.1" 200 519 0.034319 10.0.0.23 - - [2026-06-15 02:23:48] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1179 0.006976 10.0.0.23 - - [2026-06-15 02:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004264 10.0.0.23 - - [2026-06-15 02:23:48] "GET /network-ipam/368c68ff-fa47-465b-8f4c-c2d2e8cc406b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1298 0.007334 10.0.0.23 - - [2026-06-15 02:23:48] "PUT /network-ipam/368c68ff-fa47-465b-8f4c-c2d2e8cc406b HTTP/1.1" 200 258 0.013513 10.0.0.23 - - [2026-06-15 02:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.65 - - [2026-06-15 02:23:49] "GET /projects?obj_uuids=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001318 10.0.0.23 - - [2026-06-15 02:23:49] "GET /project/0c594724-73d8-4c9d-90b2-dce13cbebb8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.065838 10.0.0.65 - - [2026-06-15 02:23:49] "GET /projects?obj_uuids=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001374 10.0.0.23 - - [2026-06-15 02:23:49] "POST /neutron/network HTTP/1.1" 200 613 0.171321 10.0.0.65 - - [2026-06-15 02:23:49] "POST /route-targets HTTP/1.1" 200 327 0.020662 10.0.0.23 - - [2026-06-15 02:23:50] "POST /neutron/network HTTP/1.1" 200 1013 0.012417 10.0.0.23 - - [2026-06-15 02:23:50] "POST /id-to-fqname HTTP/1.1" 200 227 0.001361 10.0.0.23 - - [2026-06-15 02:23:50] "GET /virtual-network/4a630ead-d747-428f-a192-7a5987978368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005615 10.0.0.23 - - [2026-06-15 02:23:50] "GET /virtual-network/4a630ead-d747-428f-a192-7a5987978368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005267 10.0.0.23 - - [2026-06-15 02:23:50] "POST /neutron/subnet HTTP/1.1" 200 720 0.010501 10.0.0.23 - - [2026-06-15 02:23:50] "GET /virtual-network/4a630ead-d747-428f-a192-7a5987978368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006328 10.0.0.23 - - [2026-06-15 02:23:50] "GET /network-ipam/cf0edb2c-6ca2-4f5c-b169-a0f854ae19d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.003791 10.0.0.23 - - [2026-06-15 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004830 10.0.0.65 - - [2026-06-15 02:23:50] "GET /projects?obj_uuids=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001285 10.0.0.23 - - [2026-06-15 02:23:50] "GET /project/0c594724-73d8-4c9d-90b2-dce13cbebb8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.055915 10.0.0.23 - - [2026-06-15 02:23:50] "POST /neutron/network HTTP/1.1" 200 117 0.015350 10.0.0.65 - - [2026-06-15 02:23:50] "POST /ref-update HTTP/1.1" 200 156 0.028040 10.0.0.65 - - [2026-06-15 02:23:51] "POST /useragent-kv HTTP/1.1" 200 115 0.012744 10.0.0.23 - - [2026-06-15 02:23:51] "POST /neutron/subnet HTTP/1.1" 200 828 0.224510 10.0.0.23 - - [2026-06-15 02:23:51] "POST /id-to-fqname HTTP/1.1" 200 227 0.001552 10.0.0.23 - - [2026-06-15 02:23:51] "GET /virtual-network/fff685ea-f7c5-4700-90f4-5fa2723e28f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006967 10.0.0.23 - - [2026-06-15 02:23:51] "GET /virtual-network/fff685ea-f7c5-4700-90f4-5fa2723e28f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006572 10.0.0.23 - - [2026-06-15 02:23:51] "POST /neutron/network HTTP/1.1" 200 1014 0.010651 10.0.0.23 - - [2026-06-15 02:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.65 - - [2026-06-15 02:23:51] "GET /projects?obj_uuids=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001060 10.0.0.23 - - [2026-06-15 02:23:51] "GET /project/0c594724-73d8-4c9d-90b2-dce13cbebb8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.053332 10.0.0.23 - - [2026-06-15 02:23:51] "POST /neutron/network HTTP/1.1" 200 117 0.016485 10.0.0.65 - - [2026-06-15 02:23:52] "POST /useragent-kv HTTP/1.1" 200 115 0.005270 10.0.0.65 - - [2026-06-15 02:23:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.042663 10.0.0.23 - - [2026-06-15 02:23:52] "POST /neutron/subnet HTTP/1.1" 200 828 0.174109 10.0.0.23 - - [2026-06-15 02:23:52] "POST /id-to-fqname HTTP/1.1" 200 227 0.001687 10.0.0.23 - - [2026-06-15 02:23:52] "GET /virtual-network/89f853a7-e3e8-4a2c-acaa-a87c7bbfb167?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.004969 10.0.0.23 - - [2026-06-15 02:23:52] "GET /virtual-network/89f853a7-e3e8-4a2c-acaa-a87c7bbfb167?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005333 10.0.0.23 - - [2026-06-15 02:23:52] "POST /neutron/network HTTP/1.1" 200 1015 0.007474 10.0.0.23 - - [2026-06-15 02:23:52] "GET /virtual-network/4a630ead-d747-428f-a192-7a5987978368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006678 10.0.0.33 - - [2026-06-15 02:23:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000491 10.0.0.33 - - [2026-06-15 02:23:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.65 - - [2026-06-15 02:23:53] "GET /global-system-configs HTTP/1.1" 401 292 0.001747 10.0.0.65 - - [2026-06-15 02:23:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.65 - - [2026-06-15 02:23:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.65 - - [2026-06-15 02:23:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.23 - - [2026-06-15 02:23:54] "GET /virtual-network/fff685ea-f7c5-4700-90f4-5fa2723e28f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007167 10.0.0.23 - - [2026-06-15 02:23:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000491 10.0.0.23 - - [2026-06-15 02:23:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000304 10.0.0.23 - - [2026-06-15 02:23:54] "GET /obj-perms HTTP/1.1" 200 4479 0.045383 10.0.0.33 - - [2026-06-15 02:23:54] "GET /obj-perms HTTP/1.1" 200 4479 0.036207 10.0.0.33 - - [2026-06-15 02:23:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000822 10.0.0.33 - - [2026-06-15 02:23:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.23 - - [2026-06-15 02:23:54] "GET /virtual-network/89f853a7-e3e8-4a2c-acaa-a87c7bbfb167?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006677 10.0.0.65 - - [2026-06-15 02:23:54] "GET /obj-perms HTTP/1.1" 200 4479 0.043620 10.0.0.23 - - [2026-06-15 02:23:55] "POST /fqname-to-id HTTP/1.1" 404 224 0.004058 10.0.0.23 - - [2026-06-15 02:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.65 - - [2026-06-15 02:23:55] "GET /projects?obj_uuids=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001939 10.0.0.23 - - [2026-06-15 02:23:55] "GET /project/0c594724-73d8-4c9d-90b2-dce13cbebb8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.065995 10.0.0.23 - - [2026-06-15 02:23:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000582 10.0.0.23 - - [2026-06-15 02:23:55] "POST /network-policys HTTP/1.1" 200 559 0.033273 10.0.0.23 - - [2026-06-15 02:23:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000558 10.0.0.23 - - [2026-06-15 02:23:55] "GET /network-policy/779dd03d-699f-4a6d-b218-f3523943c298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.008053 10.0.0.23 - - [2026-06-15 02:23:55] "POST /fqname-to-id HTTP/1.1" 404 224 0.004881 10.0.0.23 - - [2026-06-15 02:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004662 10.0.0.65 - - [2026-06-15 02:23:55] "GET /projects?obj_uuids=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001118 10.0.0.23 - - [2026-06-15 02:23:55] "GET /project/0c594724-73d8-4c9d-90b2-dce13cbebb8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.056840 10.0.0.23 - - [2026-06-15 02:23:55] "POST /network-policys HTTP/1.1" 200 559 0.040419 10.0.0.23 - - [2026-06-15 02:23:55] "GET /network-policy/8523d063-1dae-461c-ad09-28cad1560bdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.007889 10.0.0.23 - - [2026-06-15 02:23:55] "POST /fqname-to-id HTTP/1.1" 404 224 0.003665 10.0.0.23 - - [2026-06-15 02:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.65 - - [2026-06-15 02:23:55] "GET /projects?obj_uuids=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001109 10.0.0.23 - - [2026-06-15 02:23:55] "GET /project/0c594724-73d8-4c9d-90b2-dce13cbebb8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.040363 10.0.0.23 - - [2026-06-15 02:23:55] "POST /network-policys HTTP/1.1" 200 559 0.030391 10.0.0.23 - - [2026-06-15 02:23:55] "GET /network-policy/a758e615-5ac2-49bd-aad1-18ade4ac6f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.008309 10.0.0.23 - - [2026-06-15 02:23:56] "POST /neutron/network HTTP/1.1" 200 1013 0.012231 10.0.0.65 - - [2026-06-15 02:23:56] "POST /fqname-to-id HTTP/1.1" 404 242 0.020045 10.0.0.23 - - [2026-06-15 02:23:56] "GET /virtual-network/4a630ead-d747-428f-a192-7a5987978368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.007111 10.0.0.23 - - [2026-06-15 02:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002522 10.0.0.23 - - [2026-06-15 02:23:56] "GET /network-policy/779dd03d-699f-4a6d-b218-f3523943c298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.004189 10.0.0.23 - - [2026-06-15 02:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002754 10.0.0.23 - - [2026-06-15 02:23:56] "GET /network-policy/8523d063-1dae-461c-ad09-28cad1560bdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.003897 10.0.0.23 - - [2026-06-15 02:23:56] "POST /neutron/network HTTP/1.1" 200 1014 0.008670 10.0.0.23 - - [2026-06-15 02:23:56] "GET /virtual-network/fff685ea-f7c5-4700-90f4-5fa2723e28f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.007183 10.0.0.23 - - [2026-06-15 02:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.65 - - [2026-06-15 02:23:56] "POST /access-control-lists HTTP/1.1" 200 597 0.079379 10.0.0.23 - - [2026-06-15 02:23:56] "GET /network-policy/a758e615-5ac2-49bd-aad1-18ade4ac6f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.004030 10.0.0.23 - - [2026-06-15 02:23:56] "POST /id-to-fqname HTTP/1.1" 200 227 0.001430 10.0.0.23 - - [2026-06-15 02:23:56] "POST /neutron/network HTTP/1.1" 200 1207 0.006227 10.0.0.65 - - [2026-06-15 02:23:57] "GET /projects?obj_uuids=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001372 10.0.0.23 - - [2026-06-15 02:23:57] "GET /project/0c594724-73d8-4c9d-90b2-dce13cbebb8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.060659 10.0.0.23 - - [2026-06-15 02:23:57] "POST /neutron/port HTTP/1.1" 200 117 0.005791 10.0.0.23 - - [2026-06-15 02:23:57] "POST /id-to-fqname HTTP/1.1" 200 227 0.001103 10.0.0.65 - - [2026-06-15 02:23:58] "GET /projects?obj_uuids=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001481 10.0.0.23 - - [2026-06-15 02:23:58] "GET /project/0c594724-73d8-4c9d-90b2-dce13cbebb8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.072429 10.0.0.23 - - [2026-06-15 02:23:58] "POST /neutron/network HTTP/1.1" 200 1112 0.007845 10.0.0.23 - - [2026-06-15 02:23:58] "POST /id-to-fqname HTTP/1.1" 200 227 0.001566 10.0.0.23 - - [2026-06-15 02:23:58] "POST /neutron/port HTTP/1.1" 200 117 0.008327 10.0.0.65 - - [2026-06-15 02:23:59] "GET /projects?obj_uuids=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001573 10.0.0.23 - - [2026-06-15 02:23:59] "GET /project/0c594724-73d8-4c9d-90b2-dce13cbebb8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.073068 10.0.0.23 - - [2026-06-15 02:23:59] "POST /neutron/port HTTP/1.1" 200 117 0.015386 10.0.0.23 - - [2026-06-15 02:24:01] "POST /neutron/network HTTP/1.1" 200 1207 0.008433 10.0.0.23 - - [2026-06-15 02:24:02] "POST /neutron/port HTTP/1.1" 200 1172 0.046643 10.0.0.65 - - [2026-06-15 02:24:03] "GET /projects?obj_uuids=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000942 10.0.0.23 - - [2026-06-15 02:24:03] "POST /neutron/port HTTP/1.1" 200 1173 0.361432 10.0.0.23 - - [2026-06-15 02:24:03] "POST /neutron/port HTTP/1.1" 200 1227 0.184986 10.0.0.23 - - [2026-06-15 02:24:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004285 10.0.0.23 - - [2026-06-15 02:24:03] "POST /neutron/port HTTP/1.1" 200 117 0.001344 10.0.0.65 - - [2026-06-15 02:24:04] "GET /projects?obj_uuids=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001510 10.0.0.23 - - [2026-06-15 02:24:04] "POST /neutron/port HTTP/1.1" 200 1174 0.399673 10.0.0.23 - - [2026-06-15 02:24:04] "POST /neutron/port HTTP/1.1" 200 1228 0.116237 10.0.0.23 - - [2026-06-15 02:24:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004500 10.0.0.23 - - [2026-06-15 02:24:04] "POST /neutron/port HTTP/1.1" 200 117 0.001455 10.0.0.23 - - [2026-06-15 02:24:05] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009602 10.0.0.65 - - [2026-06-15 02:24:05] "DELETE /project/0c59472473d84c9d90b2dce13cbebb8c HTTP/1.1" 404 173 0.005574 10.0.0.65 - - [2026-06-15 02:24:05] "DELETE /project/e1149b6d-bc1c-4ac1-b78c-793250ba051d HTTP/1.1" 404 177 0.004987 10.0.0.23 - - [2026-06-15 02:24:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004163 10.0.0.23 - - [2026-06-15 02:24:05] "POST /neutron/port HTTP/1.1" 200 117 0.001282 10.0.0.23 - - [2026-06-15 02:24:10] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007544 10.0.0.23 - - [2026-06-15 02:24:10] "POST /neutron/port HTTP/1.1" 200 1236 0.023260 10.0.0.23 - - [2026-06-15 02:24:10] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008043 10.0.0.23 - - [2026-06-15 02:24:10] "GET /virtual-machine/bc4bc730-7b7c-40f5-ad4e-8c50988a6f60 HTTP/1.1" 401 292 0.000421 10.0.0.23 - - [2026-06-15 02:24:10] "GET /virtual-machine/bc4bc730-7b7c-40f5-ad4e-8c50988a6f60 HTTP/1.1" 200 1299 0.026861 10.0.0.23 - - [2026-06-15 02:24:10] "GET /virtual-machine/bc4bc730-7b7c-40f5-ad4e-8c50988a6f60 HTTP/1.1" 200 1299 0.004197 10.0.0.23 - - [2026-06-15 02:24:10] "GET /virtual-machine-interface/32dd9704-8d3f-4180-8671-fa7f2ba7a078 HTTP/1.1" 200 3166 0.006063 10.0.0.23 - - [2026-06-15 02:24:10] "GET /virtual-machine/bc4bc730-7b7c-40f5-ad4e-8c50988a6f60 HTTP/1.1" 200 1299 0.003930 10.0.0.23 - - [2026-06-15 02:24:10] "GET /virtual-machine-interface/32dd9704-8d3f-4180-8671-fa7f2ba7a078 HTTP/1.1" 200 3166 0.006289 10.0.0.23 - - [2026-06-15 02:24:10] "GET /instance-ip/7426011e-d39e-467b-a1b9-d0a1d108d015 HTTP/1.1" 200 1632 0.006851 10.0.0.23 - - [2026-06-15 02:24:10] "GET /instance-ip/bcd9b8de-be7e-4d3d-a05f-eec44c96e709 HTTP/1.1" 200 1654 0.006806 10.0.0.23 - - [2026-06-15 02:24:10] "GET /virtual-machine/bc4bc730-7b7c-40f5-ad4e-8c50988a6f60 HTTP/1.1" 200 1299 0.003422 10.0.0.23 - - [2026-06-15 02:24:10] "GET /virtual-machine-interface/32dd9704-8d3f-4180-8671-fa7f2ba7a078 HTTP/1.1" 200 3166 0.005088 10.0.0.23 - - [2026-06-15 02:24:10] "GET /instance-ip/7426011e-d39e-467b-a1b9-d0a1d108d015 HTTP/1.1" 200 1632 0.004411 10.0.0.23 - - [2026-06-15 02:24:10] "GET /instance-ip/bcd9b8de-be7e-4d3d-a05f-eec44c96e709 HTTP/1.1" 200 1654 0.004183 10.0.0.23 - - [2026-06-15 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.23 - - [2026-06-15 02:24:10] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003279 10.0.0.23 - - [2026-06-15 02:24:10] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002839 10.0.0.23 - - [2026-06-15 02:24:10] "GET /virtual-network/4a630ead-d747-428f-a192-7a5987978368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.007241 10.0.0.23 - - [2026-06-15 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004736 10.0.0.23 - - [2026-06-15 02:24:11] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004708 10.0.0.23 - - [2026-06-15 02:24:11] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003536 10.0.0.23 - - [2026-06-15 02:24:11] "GET /virtual-network/4a630ead-d747-428f-a192-7a5987978368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.006860 10.0.0.23 - - [2026-06-15 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004524 10.0.0.23 - - [2026-06-15 02:24:11] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003867 10.0.0.23 - - [2026-06-15 02:24:11] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002692 10.0.0.23 - - [2026-06-15 02:24:11] "GET /virtual-network/4a630ead-d747-428f-a192-7a5987978368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005292 10.0.0.23 - - [2026-06-15 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.23 - - [2026-06-15 02:24:11] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004173 10.0.0.23 - - [2026-06-15 02:24:11] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002642 10.0.0.23 - - [2026-06-15 02:24:11] "GET /virtual-network/4a630ead-d747-428f-a192-7a5987978368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.006524 10.0.0.23 - - [2026-06-15 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.23 - - [2026-06-15 02:24:11] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003624 10.0.0.23 - - [2026-06-15 02:24:11] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003734 10.0.0.23 - - [2026-06-15 02:24:11] "GET /virtual-network/4a630ead-d747-428f-a192-7a5987978368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005789 10.0.0.23 - - [2026-06-15 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.23 - - [2026-06-15 02:24:14] "GET /virtual-network/4a630ead-d747-428f-a192-7a5987978368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.004782 10.0.0.23 - - [2026-06-15 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.23 - - [2026-06-15 02:24:18] "GET /virtual-network/4a630ead-d747-428f-a192-7a5987978368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.004848 10.0.0.23 - - [2026-06-15 02:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.23 - - [2026-06-15 02:24:22] "GET /virtual-network/4a630ead-d747-428f-a192-7a5987978368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.004757 10.0.0.23 - - [2026-06-15 02:24:24] "POST /neutron/port HTTP/1.1" 200 1237 0.018862 10.0.0.23 - - [2026-06-15 02:24:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004732 10.0.0.23 - - [2026-06-15 02:24:25] "POST /neutron/port HTTP/1.1" 200 117 0.001060 10.0.0.23 - - [2026-06-15 02:24:26] "POST /neutron/network HTTP/1.1" 200 1122 0.007507 10.0.0.23 - - [2026-06-15 02:24:26] "POST /neutron/subnet HTTP/1.1" 200 1385 0.011609 10.0.0.23 - - [2026-06-15 02:24:26] "POST /neutron/network HTTP/1.1" 200 1112 0.008929 10.0.0.23 - - [2026-06-15 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.012711 10.0.0.23 - - [2026-06-15 02:24:26] "GET /virtual-network/4a630ead-d747-428f-a192-7a5987978368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005135 10.0.0.23 - - [2026-06-15 02:24:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.23 - - [2026-06-15 02:24:30] "GET /virtual-network/4a630ead-d747-428f-a192-7a5987978368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.004917 10.0.0.23 - - [2026-06-15 02:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.23 - - [2026-06-15 02:24:35] "GET /virtual-network/4a630ead-d747-428f-a192-7a5987978368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.004853 10.0.0.23 - - [2026-06-15 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.23 - - [2026-06-15 02:24:39] "GET /virtual-network/4a630ead-d747-428f-a192-7a5987978368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.004737 10.0.0.23 - - [2026-06-15 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.23 - - [2026-06-15 02:24:43] "GET /virtual-network/4a630ead-d747-428f-a192-7a5987978368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.006279 10.0.0.23 - - [2026-06-15 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.23 - - [2026-06-15 02:24:47] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002913 10.0.0.23 - - [2026-06-15 02:24:47] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002555 10.0.0.23 - - [2026-06-15 02:24:47] "GET /virtual-network/4a630ead-d747-428f-a192-7a5987978368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.010718 10.0.0.23 - - [2026-06-15 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.23 - - [2026-06-15 02:24:47] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003611 10.0.0.23 - - [2026-06-15 02:24:47] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002772 10.0.0.23 - - [2026-06-15 02:24:47] "GET /virtual-network/4a630ead-d747-428f-a192-7a5987978368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005364 10.0.0.23 - - [2026-06-15 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002715 10.0.0.23 - - [2026-06-15 02:24:47] "GET /routing-instance/35061a44-4748-4866-8495-3dea763263bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.007727 10.0.0.23 - - [2026-06-15 02:24:47] "GET /route-target/387f8a22-d51e-41d0-97f9-250ca0682123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003308 10.0.0.23 - - [2026-06-15 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.23 - - [2026-06-15 02:24:47] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006213 10.0.0.23 - - [2026-06-15 02:24:47] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004009 10.0.0.23 - - [2026-06-15 02:24:47] "GET /virtual-network/4a630ead-d747-428f-a192-7a5987978368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.006264 10.0.0.23 - - [2026-06-15 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.23 - - [2026-06-15 02:24:47] "GET /routing-instance/35061a44-4748-4866-8495-3dea763263bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.004698 10.0.0.23 - - [2026-06-15 02:24:47] "GET /route-target/387f8a22-d51e-41d0-97f9-250ca0682123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004215 10.0.0.23 - - [2026-06-15 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.23 - - [2026-06-15 02:24:48] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004196 10.0.0.23 - - [2026-06-15 02:24:48] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002805 10.0.0.23 - - [2026-06-15 02:24:48] "GET /virtual-network/4a630ead-d747-428f-a192-7a5987978368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005795 10.0.0.23 - - [2026-06-15 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.23 - - [2026-06-15 02:24:48] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005352 10.0.0.23 - - [2026-06-15 02:24:48] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004283 10.0.0.23 - - [2026-06-15 02:24:48] "GET /virtual-network/4a630ead-d747-428f-a192-7a5987978368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.006262 10.0.0.23 - - [2026-06-15 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.23 - - [2026-06-15 02:24:48] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004815 10.0.0.23 - - [2026-06-15 02:24:48] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004556 10.0.0.23 - - [2026-06-15 02:24:48] "GET /virtual-network/4a630ead-d747-428f-a192-7a5987978368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.006959 10.0.0.23 - - [2026-06-15 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.23 - - [2026-06-15 02:24:48] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003762 10.0.0.23 - - [2026-06-15 02:24:48] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002684 10.0.0.23 - - [2026-06-15 02:24:48] "GET /virtual-network/4a630ead-d747-428f-a192-7a5987978368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005288 10.0.0.23 - - [2026-06-15 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.23 - - [2026-06-15 02:24:48] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004029 10.0.0.23 - - [2026-06-15 02:24:48] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002731 10.0.0.23 - - [2026-06-15 02:24:48] "GET /virtual-network/4a630ead-d747-428f-a192-7a5987978368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.007033 10.0.0.23 - - [2026-06-15 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.23 - - [2026-06-15 02:24:48] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004539 10.0.0.23 - - [2026-06-15 02:24:48] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003110 10.0.0.23 - - [2026-06-15 02:24:48] "GET /virtual-network/4a630ead-d747-428f-a192-7a5987978368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005710 10.0.0.23 - - [2026-06-15 02:24:48] "GET /obj-perms HTTP/1.1" 200 4479 0.003288 10.0.0.65 - - [2026-06-15 02:24:48] "GET /obj-perms HTTP/1.1" 200 4479 0.003516 10.0.0.23 - - [2026-06-15 02:24:48] "GET /obj-perms HTTP/1.1" 200 4479 0.003677 10.0.0.65 - - [2026-06-15 02:24:48] "GET /obj-perms HTTP/1.1" 200 4479 0.003750 10.0.0.23 - - [2026-06-15 02:24:49] "GET /obj-perms HTTP/1.1" 200 4479 0.004379 10.0.0.33 - - [2026-06-15 02:24:49] "GET /obj-perms HTTP/1.1" 200 4479 0.004692 10.0.0.23 - - [2026-06-15 02:24:49] "POST /neutron/port HTTP/1.1" 200 1237 0.015533 10.0.0.23 - - [2026-06-15 02:24:49] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006958 10.0.0.23 - - [2026-06-15 02:24:49] "GET /virtual-machine/65365603-3aea-4c53-a878-4f6fdaa549e6 HTTP/1.1" 200 1298 0.005617 10.0.0.23 - - [2026-06-15 02:24:49] "GET /virtual-machine/65365603-3aea-4c53-a878-4f6fdaa549e6 HTTP/1.1" 200 1298 0.002908 10.0.0.23 - - [2026-06-15 02:24:49] "GET /virtual-machine-interface/16534688-7e30-4e14-a8ea-83b85d641c2e HTTP/1.1" 200 3167 0.004391 10.0.0.23 - - [2026-06-15 02:24:49] "GET /virtual-machine/65365603-3aea-4c53-a878-4f6fdaa549e6 HTTP/1.1" 200 1298 0.003129 10.0.0.23 - - [2026-06-15 02:24:49] "GET /virtual-machine-interface/16534688-7e30-4e14-a8ea-83b85d641c2e HTTP/1.1" 200 3167 0.004499 10.0.0.23 - - [2026-06-15 02:24:49] "GET /instance-ip/64acd95c-2e96-4a64-929c-bd019a0bc168 HTTP/1.1" 200 1633 0.005270 10.0.0.23 - - [2026-06-15 02:24:49] "GET /instance-ip/ac79b437-c5e1-44bd-a654-a9699763c09b HTTP/1.1" 200 1654 0.004882 10.0.0.23 - - [2026-06-15 02:24:49] "GET /virtual-machine/65365603-3aea-4c53-a878-4f6fdaa549e6 HTTP/1.1" 200 1298 0.003367 10.0.0.23 - - [2026-06-15 02:24:49] "GET /virtual-machine-interface/16534688-7e30-4e14-a8ea-83b85d641c2e HTTP/1.1" 200 3167 0.004809 10.0.0.23 - - [2026-06-15 02:24:49] "GET /instance-ip/64acd95c-2e96-4a64-929c-bd019a0bc168 HTTP/1.1" 200 1633 0.003449 10.0.0.23 - - [2026-06-15 02:24:49] "GET /instance-ip/ac79b437-c5e1-44bd-a654-a9699763c09b HTTP/1.1" 200 1654 0.003618 10.0.0.23 - - [2026-06-15 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.23 - - [2026-06-15 02:24:49] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003234 10.0.0.23 - - [2026-06-15 02:24:49] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002469 10.0.0.23 - - [2026-06-15 02:24:49] "GET /virtual-network/fff685ea-f7c5-4700-90f4-5fa2723e28f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005271 10.0.0.23 - - [2026-06-15 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.23 - - [2026-06-15 02:24:49] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003842 10.0.0.23 - - [2026-06-15 02:24:49] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003757 10.0.0.23 - - [2026-06-15 02:24:49] "GET /virtual-network/fff685ea-f7c5-4700-90f4-5fa2723e28f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005467 10.0.0.23 - - [2026-06-15 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.23 - - [2026-06-15 02:24:49] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003628 10.0.0.23 - - [2026-06-15 02:24:49] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003168 10.0.0.23 - - [2026-06-15 02:24:49] "GET /virtual-network/fff685ea-f7c5-4700-90f4-5fa2723e28f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006011 10.0.0.23 - - [2026-06-15 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.23 - - [2026-06-15 02:24:49] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003728 10.0.0.23 - - [2026-06-15 02:24:49] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002784 10.0.0.23 - - [2026-06-15 02:24:50] "GET /virtual-network/fff685ea-f7c5-4700-90f4-5fa2723e28f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005232 10.0.0.23 - - [2026-06-15 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.23 - - [2026-06-15 02:24:50] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005331 10.0.0.23 - - [2026-06-15 02:24:50] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002742 10.0.0.23 - - [2026-06-15 02:24:50] "GET /virtual-network/fff685ea-f7c5-4700-90f4-5fa2723e28f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005327 10.0.0.23 - - [2026-06-15 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.23 - - [2026-06-15 02:24:51] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003271 10.0.0.23 - - [2026-06-15 02:24:51] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003333 10.0.0.23 - - [2026-06-15 02:24:51] "GET /virtual-network/fff685ea-f7c5-4700-90f4-5fa2723e28f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005132 10.0.0.23 - - [2026-06-15 02:24:51] "POST /neutron/port HTTP/1.1" 200 1236 0.017612 10.0.0.23 - - [2026-06-15 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.23 - - [2026-06-15 02:24:51] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002821 10.0.0.23 - - [2026-06-15 02:24:51] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002155 10.0.0.23 - - [2026-06-15 02:24:51] "POST /neutron/security_group HTTP/1.1" 200 2064 0.005500 10.0.0.23 - - [2026-06-15 02:24:51] "GET /virtual-network/fff685ea-f7c5-4700-90f4-5fa2723e28f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005257 10.0.0.23 - - [2026-06-15 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.23 - - [2026-06-15 02:24:51] "GET /routing-instance/bbff584e-a8e2-45b1-8eb2-7700c63b4ef1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004755 10.0.0.23 - - [2026-06-15 02:24:51] "GET /route-target/2ef33803-c8cc-43a4-9b14-46fbadd805ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003667 10.0.0.23 - - [2026-06-15 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.23 - - [2026-06-15 02:24:51] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003146 10.0.0.23 - - [2026-06-15 02:24:51] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002512 10.0.0.23 - - [2026-06-15 02:24:51] "GET /virtual-network/fff685ea-f7c5-4700-90f4-5fa2723e28f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006956 10.0.0.23 - - [2026-06-15 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002650 10.0.0.23 - - [2026-06-15 02:24:51] "GET /routing-instance/bbff584e-a8e2-45b1-8eb2-7700c63b4ef1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.003913 10.0.0.23 - - [2026-06-15 02:24:51] "GET /route-target/2ef33803-c8cc-43a4-9b14-46fbadd805ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003142 10.0.0.23 - - [2026-06-15 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.23 - - [2026-06-15 02:24:51] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004033 10.0.0.23 - - [2026-06-15 02:24:52] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003683 10.0.0.23 - - [2026-06-15 02:24:52] "GET /virtual-network/fff685ea-f7c5-4700-90f4-5fa2723e28f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005252 10.0.0.23 - - [2026-06-15 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.23 - - [2026-06-15 02:24:52] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003789 10.0.0.23 - - [2026-06-15 02:24:52] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002487 10.0.0.23 - - [2026-06-15 02:24:52] "GET /virtual-network/fff685ea-f7c5-4700-90f4-5fa2723e28f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005068 10.0.0.23 - - [2026-06-15 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.23 - - [2026-06-15 02:24:52] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004251 10.0.0.23 - - [2026-06-15 02:24:52] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003693 10.0.0.23 - - [2026-06-15 02:24:52] "GET /virtual-network/fff685ea-f7c5-4700-90f4-5fa2723e28f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005828 10.0.0.23 - - [2026-06-15 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.23 - - [2026-06-15 02:24:52] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004344 10.0.0.23 - - [2026-06-15 02:24:52] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002678 10.0.0.23 - - [2026-06-15 02:24:52] "GET /virtual-network/fff685ea-f7c5-4700-90f4-5fa2723e28f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005386 10.0.0.23 - - [2026-06-15 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.23 - - [2026-06-15 02:24:52] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003670 10.0.0.23 - - [2026-06-15 02:24:52] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002881 10.0.0.23 - - [2026-06-15 02:24:52] "GET /virtual-network/fff685ea-f7c5-4700-90f4-5fa2723e28f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005615 10.0.0.23 - - [2026-06-15 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.23 - - [2026-06-15 02:24:52] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003985 10.0.0.23 - - [2026-06-15 02:24:52] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003363 10.0.0.23 - - [2026-06-15 02:24:52] "GET /virtual-network/fff685ea-f7c5-4700-90f4-5fa2723e28f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005812 10.0.0.23 - - [2026-06-15 02:24:52] "GET /obj-perms HTTP/1.1" 200 4479 0.003113 10.0.0.65 - - [2026-06-15 02:24:52] "GET /obj-perms HTTP/1.1" 200 4479 0.003404 10.0.0.23 - - [2026-06-15 02:24:52] "GET /obj-perms HTTP/1.1" 200 4479 0.003341 10.0.0.23 - - [2026-06-15 02:24:52] "GET /obj-perms HTTP/1.1" 200 4479 0.003467 10.0.0.23 - - [2026-06-15 02:24:53] "POST /neutron/port HTTP/1.1" 200 1238 0.015632 10.0.0.23 - - [2026-06-15 02:24:53] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006423 10.0.0.23 - - [2026-06-15 02:24:53] "GET /virtual-machine/de3102d3-72df-45b5-8808-c6368885d6eb HTTP/1.1" 200 1298 0.005511 10.0.0.23 - - [2026-06-15 02:24:53] "GET /virtual-machine/de3102d3-72df-45b5-8808-c6368885d6eb HTTP/1.1" 200 1298 0.003393 10.0.0.23 - - [2026-06-15 02:24:53] "GET /virtual-machine-interface/5fd2be9e-e003-4a6a-b1e0-d539c26578da HTTP/1.1" 200 3167 0.004673 10.0.0.23 - - [2026-06-15 02:24:53] "GET /virtual-machine/de3102d3-72df-45b5-8808-c6368885d6eb HTTP/1.1" 200 1298 0.002769 10.0.0.23 - - [2026-06-15 02:24:53] "GET /virtual-machine-interface/5fd2be9e-e003-4a6a-b1e0-d539c26578da HTTP/1.1" 200 3167 0.004542 10.0.0.23 - - [2026-06-15 02:24:53] "GET /instance-ip/47a7bd8d-751f-417a-bdf8-22ffded8f20d HTTP/1.1" 200 1634 0.005425 10.0.0.23 - - [2026-06-15 02:24:53] "GET /instance-ip/9904d9c7-a04e-42ff-989f-9c03f294c5b4 HTTP/1.1" 200 1654 0.005656 10.0.0.23 - - [2026-06-15 02:24:53] "GET /virtual-machine/de3102d3-72df-45b5-8808-c6368885d6eb HTTP/1.1" 200 1298 0.003460 10.0.0.23 - - [2026-06-15 02:24:53] "GET /virtual-machine-interface/5fd2be9e-e003-4a6a-b1e0-d539c26578da HTTP/1.1" 200 3167 0.004664 10.0.0.23 - - [2026-06-15 02:24:53] "GET /instance-ip/47a7bd8d-751f-417a-bdf8-22ffded8f20d HTTP/1.1" 200 1634 0.004050 10.0.0.23 - - [2026-06-15 02:24:53] "GET /instance-ip/9904d9c7-a04e-42ff-989f-9c03f294c5b4 HTTP/1.1" 200 1654 0.004041 10.0.0.23 - - [2026-06-15 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.23 - - [2026-06-15 02:24:53] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003457 10.0.0.23 - - [2026-06-15 02:24:53] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002658 10.0.0.23 - - [2026-06-15 02:24:53] "GET /virtual-network/89f853a7-e3e8-4a2c-acaa-a87c7bbfb167?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006094 10.0.0.23 - - [2026-06-15 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.23 - - [2026-06-15 02:24:53] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003360 10.0.0.23 - - [2026-06-15 02:24:53] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002769 10.0.0.23 - - [2026-06-15 02:24:53] "GET /virtual-network/89f853a7-e3e8-4a2c-acaa-a87c7bbfb167?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005766 10.0.0.23 - - [2026-06-15 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.23 - - [2026-06-15 02:24:53] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003783 10.0.0.23 - - [2026-06-15 02:24:53] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002671 10.0.0.23 - - [2026-06-15 02:24:53] "GET /virtual-network/89f853a7-e3e8-4a2c-acaa-a87c7bbfb167?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005126 10.0.0.23 - - [2026-06-15 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.23 - - [2026-06-15 02:24:53] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003670 10.0.0.23 - - [2026-06-15 02:24:53] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002927 10.0.0.23 - - [2026-06-15 02:24:53] "GET /virtual-network/89f853a7-e3e8-4a2c-acaa-a87c7bbfb167?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005803 10.0.0.23 - - [2026-06-15 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.23 - - [2026-06-15 02:24:53] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003508 10.0.0.23 - - [2026-06-15 02:24:53] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002992 10.0.0.23 - - [2026-06-15 02:24:54] "GET /virtual-network/89f853a7-e3e8-4a2c-acaa-a87c7bbfb167?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006379 10.0.0.23 - - [2026-06-15 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.23 - - [2026-06-15 02:24:55] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003313 10.0.0.23 - - [2026-06-15 02:24:55] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002506 10.0.0.23 - - [2026-06-15 02:24:55] "GET /virtual-network/89f853a7-e3e8-4a2c-acaa-a87c7bbfb167?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006139 10.0.0.23 - - [2026-06-15 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.23 - - [2026-06-15 02:24:55] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003458 10.0.0.23 - - [2026-06-15 02:24:55] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002546 10.0.0.23 - - [2026-06-15 02:24:55] "GET /virtual-network/89f853a7-e3e8-4a2c-acaa-a87c7bbfb167?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005586 10.0.0.23 - - [2026-06-15 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.23 - - [2026-06-15 02:24:55] "GET /routing-instance/325c4ea0-1b0d-4047-96af-efd121b8b870?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.005002 10.0.0.23 - - [2026-06-15 02:24:55] "GET /route-target/eb7d4d2c-54cd-44a8-b063-7aa0bbbf0d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004061 10.0.0.23 - - [2026-06-15 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.23 - - [2026-06-15 02:24:55] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003175 10.0.0.23 - - [2026-06-15 02:24:55] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003287 10.0.0.23 - - [2026-06-15 02:24:55] "GET /virtual-network/89f853a7-e3e8-4a2c-acaa-a87c7bbfb167?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005838 10.0.0.23 - - [2026-06-15 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.23 - - [2026-06-15 02:24:55] "GET /routing-instance/325c4ea0-1b0d-4047-96af-efd121b8b870?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.004886 10.0.0.23 - - [2026-06-15 02:24:55] "GET /route-target/eb7d4d2c-54cd-44a8-b063-7aa0bbbf0d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004052 10.0.0.23 - - [2026-06-15 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.23 - - [2026-06-15 02:24:55] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003941 10.0.0.23 - - [2026-06-15 02:24:55] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002907 10.0.0.23 - - [2026-06-15 02:24:55] "GET /virtual-network/89f853a7-e3e8-4a2c-acaa-a87c7bbfb167?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005489 10.0.0.23 - - [2026-06-15 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.23 - - [2026-06-15 02:24:55] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005769 10.0.0.23 - - [2026-06-15 02:24:55] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003607 10.0.0.23 - - [2026-06-15 02:24:55] "GET /virtual-network/89f853a7-e3e8-4a2c-acaa-a87c7bbfb167?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006392 10.0.0.23 - - [2026-06-15 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.23 - - [2026-06-15 02:24:56] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004872 10.0.0.23 - - [2026-06-15 02:24:56] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004119 10.0.0.23 - - [2026-06-15 02:24:56] "GET /virtual-network/89f853a7-e3e8-4a2c-acaa-a87c7bbfb167?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005544 10.0.0.23 - - [2026-06-15 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.23 - - [2026-06-15 02:24:56] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004134 10.0.0.23 - - [2026-06-15 02:24:56] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.008858 10.0.0.23 - - [2026-06-15 02:24:56] "GET /virtual-network/89f853a7-e3e8-4a2c-acaa-a87c7bbfb167?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005075 10.0.0.65 - - [2026-06-15 02:24:56] "GET /obj-perms HTTP/1.1" 200 4479 0.003123 10.0.0.23 - - [2026-06-15 02:24:56] "GET /obj-perms HTTP/1.1" 200 4479 0.003946 10.0.0.23 - - [2026-06-15 02:24:56] "GET /obj-perms HTTP/1.1" 200 4479 0.003551 10.0.0.65 - - [2026-06-15 02:24:56] "GET /obj-perms HTTP/1.1" 200 4479 0.003767 10.0.0.23 - - [2026-06-15 02:24:56] "GET /obj-perms HTTP/1.1" 200 4479 0.003912 10.0.0.23 - - [2026-06-15 02:24:56] "GET /virtual-machine/bc4bc730-7b7c-40f5-ad4e-8c50988a6f60 HTTP/1.1" 200 1299 0.003711 10.0.0.23 - - [2026-06-15 02:24:56] "GET /virtual-machine-interface/32dd9704-8d3f-4180-8671-fa7f2ba7a078 HTTP/1.1" 200 3166 0.004719 10.0.0.23 - - [2026-06-15 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004290 10.0.0.23 - - [2026-06-15 02:24:56] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004145 10.0.0.23 - - [2026-06-15 02:24:56] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004021 10.0.0.23 - - [2026-06-15 02:24:56] "GET /virtual-network/4a630ead-d747-428f-a192-7a5987978368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005748 10.0.0.23 - - [2026-06-15 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.23 - - [2026-06-15 02:24:57] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004539 10.0.0.23 - - [2026-06-15 02:24:57] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004337 10.0.0.23 - - [2026-06-15 02:24:57] "GET /virtual-network/4a630ead-d747-428f-a192-7a5987978368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.006991 10.0.0.23 - - [2026-06-15 02:24:57] "POST /neutron/port HTTP/1.1" 200 1236 0.019998 10.0.0.23 - - [2026-06-15 02:25:03] "GET /virtual-machine/65365603-3aea-4c53-a878-4f6fdaa549e6 HTTP/1.1" 200 1298 0.005104 10.0.0.23 - - [2026-06-15 02:25:03] "GET /virtual-machine-interface/16534688-7e30-4e14-a8ea-83b85d641c2e HTTP/1.1" 200 3167 0.006647 10.0.0.23 - - [2026-06-15 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004280 10.0.0.23 - - [2026-06-15 02:25:03] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004111 10.0.0.23 - - [2026-06-15 02:25:03] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003558 10.0.0.23 - - [2026-06-15 02:25:03] "GET /virtual-network/fff685ea-f7c5-4700-90f4-5fa2723e28f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006663 10.0.0.23 - - [2026-06-15 02:25:03] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006265 10.0.0.23 - - [2026-06-15 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.23 - - [2026-06-15 02:25:04] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003109 10.0.0.23 - - [2026-06-15 02:25:04] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002895 10.0.0.23 - - [2026-06-15 02:25:04] "GET /virtual-network/fff685ea-f7c5-4700-90f4-5fa2723e28f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005219 10.0.0.23 - - [2026-06-15 02:25:09] "POST /neutron/port HTTP/1.1" 200 1237 0.016941 10.0.0.23 - - [2026-06-15 02:25:14] "GET /virtual-machine/de3102d3-72df-45b5-8808-c6368885d6eb HTTP/1.1" 200 1298 0.003949 10.0.0.23 - - [2026-06-15 02:25:14] "GET /virtual-machine-interface/5fd2be9e-e003-4a6a-b1e0-d539c26578da HTTP/1.1" 200 3167 0.004708 10.0.0.23 - - [2026-06-15 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.23 - - [2026-06-15 02:25:14] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003351 10.0.0.23 - - [2026-06-15 02:25:14] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002233 10.0.0.23 - - [2026-06-15 02:25:14] "GET /virtual-network/89f853a7-e3e8-4a2c-acaa-a87c7bbfb167?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.007414 10.0.0.23 - - [2026-06-15 02:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.23 - - [2026-06-15 02:25:16] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003347 10.0.0.23 - - [2026-06-15 02:25:16] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004027 10.0.0.23 - - [2026-06-15 02:25:16] "GET /virtual-network/89f853a7-e3e8-4a2c-acaa-a87c7bbfb167?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006331 10.0.0.33 - - [2026-06-15 02:25:21] "GET /obj-perms HTTP/1.1" 200 4493 0.036770 10.0.0.23 - - [2026-06-15 02:25:24] "GET /virtual-machine/de3102d3-72df-45b5-8808-c6368885d6eb HTTP/1.1" 200 1298 0.005051 10.0.0.23 - - [2026-06-15 02:25:24] "POST /neutron/port HTTP/1.1" 200 1237 0.020332 10.0.0.23 - - [2026-06-15 02:25:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003516 10.0.0.23 - - [2026-06-15 02:25:25] "POST /neutron/port HTTP/1.1" 200 117 0.001384 10.0.0.23 - - [2026-06-15 02:25:25] "POST /neutron/port HTTP/1.1" 200 1237 0.019757 10.0.0.23 - - [2026-06-15 02:25:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004370 10.0.0.23 - - [2026-06-15 02:25:26] "POST /neutron/port HTTP/1.1" 200 117 0.001008 10.0.0.23 - - [2026-06-15 02:25:26] "POST /neutron/port HTTP/1.1" 200 1228 0.020470 10.0.0.23 - - [2026-06-15 02:25:26] "GET /virtual-machine/de3102d3-72df-45b5-8808-c6368885d6eb HTTP/1.1" 200 1298 0.003463 10.0.0.23 - - [2026-06-15 02:25:28] "GET /virtual-machine/de3102d3-72df-45b5-8808-c6368885d6eb HTTP/1.1" 404 171 0.003010 10.0.0.23 - - [2026-06-15 02:25:28] "GET /virtual-machine/de3102d3-72df-45b5-8808-c6368885d6eb HTTP/1.1" 404 171 0.002471 10.0.0.23 - - [2026-06-15 02:25:28] "GET /virtual-machine/de3102d3-72df-45b5-8808-c6368885d6eb HTTP/1.1" 404 171 0.002765 10.0.0.23 - - [2026-06-15 02:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.23 - - [2026-06-15 02:25:28] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003085 10.0.0.23 - - [2026-06-15 02:25:28] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002897 10.0.0.23 - - [2026-06-15 02:25:28] "GET /virtual-network/89f853a7-e3e8-4a2c-acaa-a87c7bbfb167?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005596 10.0.0.23 - - [2026-06-15 02:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.23 - - [2026-06-15 02:25:29] "GET /routing-instance/325c4ea0-1b0d-4047-96af-efd121b8b870?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.003977 10.0.0.23 - - [2026-06-15 02:25:29] "GET /route-target/eb7d4d2c-54cd-44a8-b063-7aa0bbbf0d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003708 10.0.0.65 - - [2026-06-15 02:25:29] "GET /obj-perms HTTP/1.1" 200 4479 0.003720 10.0.0.23 - - [2026-06-15 02:25:32] "GET /obj-perms HTTP/1.1" 200 4479 0.003951 10.0.0.23 - - [2026-06-15 02:25:35] "GET /obj-perms HTTP/1.1" 200 4479 0.004594 10.0.0.65 - - [2026-06-15 02:25:35] "GET /obj-perms HTTP/1.1" 200 4479 0.003545 10.0.0.23 - - [2026-06-15 02:25:35] "GET /virtual-machine/65365603-3aea-4c53-a878-4f6fdaa549e6 HTTP/1.1" 200 1298 0.004664 10.0.0.23 - - [2026-06-15 02:25:37] "GET /virtual-machine/65365603-3aea-4c53-a878-4f6fdaa549e6 HTTP/1.1" 200 1298 0.005143 10.0.0.23 - - [2026-06-15 02:25:37] "POST /neutron/port HTTP/1.1" 200 1227 0.014654 10.0.0.23 - - [2026-06-15 02:25:39] "GET /virtual-machine/65365603-3aea-4c53-a878-4f6fdaa549e6 HTTP/1.1" 404 171 0.003831 10.0.0.23 - - [2026-06-15 02:25:39] "GET /virtual-machine/65365603-3aea-4c53-a878-4f6fdaa549e6 HTTP/1.1" 404 171 0.003898 10.0.0.23 - - [2026-06-15 02:25:39] "GET /virtual-machine/65365603-3aea-4c53-a878-4f6fdaa549e6 HTTP/1.1" 404 171 0.003165 10.0.0.23 - - [2026-06-15 02:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.23 - - [2026-06-15 02:25:39] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004245 10.0.0.23 - - [2026-06-15 02:25:39] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002743 10.0.0.23 - - [2026-06-15 02:25:39] "GET /virtual-network/fff685ea-f7c5-4700-90f4-5fa2723e28f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005843 10.0.0.23 - - [2026-06-15 02:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.23 - - [2026-06-15 02:25:39] "GET /routing-instance/bbff584e-a8e2-45b1-8eb2-7700c63b4ef1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.003769 10.0.0.23 - - [2026-06-15 02:25:39] "GET /route-target/2ef33803-c8cc-43a4-9b14-46fbadd805ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003179 10.0.0.23 - - [2026-06-15 02:25:39] "GET /obj-perms HTTP/1.1" 200 4479 0.003932 10.0.0.23 - - [2026-06-15 02:25:40] "GET /virtual-machine/bc4bc730-7b7c-40f5-ad4e-8c50988a6f60 HTTP/1.1" 200 1299 0.003975 10.0.0.23 - - [2026-06-15 02:25:42] "POST /neutron/port HTTP/1.1" 200 1226 0.017607 10.0.0.23 - - [2026-06-15 02:25:42] "GET /virtual-machine/bc4bc730-7b7c-40f5-ad4e-8c50988a6f60 HTTP/1.1" 200 1299 0.012138 10.0.0.23 - - [2026-06-15 02:25:44] "GET /virtual-machine/bc4bc730-7b7c-40f5-ad4e-8c50988a6f60 HTTP/1.1" 404 171 0.002981 10.0.0.23 - - [2026-06-15 02:25:44] "GET /virtual-machine/bc4bc730-7b7c-40f5-ad4e-8c50988a6f60 HTTP/1.1" 404 171 0.002462 10.0.0.23 - - [2026-06-15 02:25:44] "GET /virtual-machine/bc4bc730-7b7c-40f5-ad4e-8c50988a6f60 HTTP/1.1" 404 171 0.002715 10.0.0.23 - - [2026-06-15 02:25:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004379 10.0.0.23 - - [2026-06-15 02:25:44] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003435 10.0.0.23 - - [2026-06-15 02:25:44] "GET /virtual-networks?parent_id=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005175 10.0.0.23 - - [2026-06-15 02:25:44] "GET /virtual-network/4a630ead-d747-428f-a192-7a5987978368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.006713 10.0.0.23 - - [2026-06-15 02:25:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.23 - - [2026-06-15 02:25:44] "GET /routing-instance/35061a44-4748-4866-8495-3dea763263bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.004327 10.0.0.23 - - [2026-06-15 02:25:44] "GET /route-target/387f8a22-d51e-41d0-97f9-250ca0682123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003483 10.0.0.23 - - [2026-06-15 02:25:47] "GET /obj-perms HTTP/1.1" 200 4479 0.003294 10.0.0.65 - - [2026-06-15 02:25:47] "GET /obj-perms HTTP/1.1" 200 4479 0.003738 10.0.0.23 - - [2026-06-15 02:25:56] "GET /obj-perms HTTP/1.1" 200 4479 0.003325 10.0.0.65 - - [2026-06-15 02:25:56] "GET /obj-perms HTTP/1.1" 200 4479 0.003338 10.0.0.23 - - [2026-06-15 02:26:06] "GET /obj-perms HTTP/1.1" 200 4479 0.004676 10.0.0.65 - - [2026-06-15 02:26:06] "GET /obj-perms HTTP/1.1" 200 4479 0.004203 10.0.0.33 - - [2026-06-15 02:26:06] "GET /obj-perms HTTP/1.1" 200 4479 0.004337 10.0.0.23 - - [2026-06-15 02:26:06] "GET /virtual-network/fff685ea-f7c5-4700-90f4-5fa2723e28f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.004712 10.0.0.65 - - [2026-06-15 02:26:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.005651 10.0.0.23 - - [2026-06-15 02:26:06] "POST /neutron/network HTTP/1.1" 200 1014 0.091844 10.0.0.23 - - [2026-06-15 02:26:06] "GET /virtual-network/fff685ea-f7c5-4700-90f4-5fa2723e28f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005807 10.0.0.65 - - [2026-06-15 02:26:06] "POST /ref-update HTTP/1.1" 200 156 0.033199 10.0.0.23 - - [2026-06-15 02:26:06] "GET /virtual-network/4a630ead-d747-428f-a192-7a5987978368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005318 10.0.0.23 - - [2026-06-15 02:26:06] "POST /neutron/network HTTP/1.1" 200 1013 0.088439 10.0.0.23 - - [2026-06-15 02:26:06] "GET /virtual-network/4a630ead-d747-428f-a192-7a5987978368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.030662 10.0.0.65 - - [2026-06-15 02:26:06] "POST /ref-update HTTP/1.1" 200 156 0.066541 10.0.0.23 - - [2026-06-15 02:26:06] "DELETE /network-policy/a758e615-5ac2-49bd-aad1-18ade4ac6f8a HTTP/1.1" 200 115 0.127711 10.0.0.23 - - [2026-06-15 02:26:07] "DELETE /network-policy/8523d063-1dae-461c-ad09-28cad1560bdb HTTP/1.1" 200 115 0.049814 10.0.0.23 - - [2026-06-15 02:26:07] "DELETE /network-policy/779dd03d-699f-4a6d-b218-f3523943c298 HTTP/1.1" 200 115 0.045800 10.0.0.65 - - [2026-06-15 02:26:07] "POST /useragent-kv HTTP/1.1" 200 115 0.006419 10.0.0.65 - - [2026-06-15 02:26:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003012 10.0.0.65 - - [2026-06-15 02:26:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002551 10.0.0.65 - - [2026-06-15 02:26:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002281 10.0.0.23 - - [2026-06-15 02:26:07] "POST /neutron/network HTTP/1.1" 200 151 0.174952 10.0.0.65 - - [2026-06-15 02:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004613 10.0.0.23 - - [2026-06-15 02:26:07] "POST /neutron/network HTTP/1.1" 200 1013 0.008191 10.0.0.65 - - [2026-06-15 02:26:07] "DELETE /route-target/387f8a22-d51e-41d0-97f9-250ca0682123 HTTP/1.1" 200 115 0.023849 10.0.0.23 - - [2026-06-15 02:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.23 - - [2026-06-15 02:26:08] "DELETE /network-ipam/368c68ff-fa47-465b-8f4c-c2d2e8cc406b HTTP/1.1" 200 115 0.039600 10.0.0.23 - - [2026-06-15 02:26:08] "POST /fqname-to-id HTTP/1.1" 404 203 0.003047 10.0.0.23 - - [2026-06-15 02:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.23 - - [2026-06-15 02:26:08] "DELETE /network-ipam/fc1468b5-29aa-44fa-809b-3efd0a6da7db HTTP/1.1" 200 115 0.042166 10.0.0.23 - - [2026-06-15 02:26:08] "POST /fqname-to-id HTTP/1.1" 404 203 0.004283 10.0.0.23 - - [2026-06-15 02:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004909 10.0.0.23 - - [2026-06-15 02:26:08] "DELETE /network-ipam/cf0edb2c-6ca2-4f5c-b169-a0f854ae19d1 HTTP/1.1" 200 115 0.039689 10.0.0.23 - - [2026-06-15 02:26:08] "POST /fqname-to-id HTTP/1.1" 404 203 0.003750 10.0.0.65 - - [2026-06-15 02:26:11] "GET /projects?obj_uuids=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000878 10.0.0.23 - - [2026-06-15 02:26:11] "GET /project/0c594724-73d8-4c9d-90b2-dce13cbebb8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.075678 10.0.0.65 - - [2026-06-15 02:26:11] "GET /projects?obj_uuids=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000780 10.0.0.23 - - [2026-06-15 02:26:11] "GET /project/0c594724-73d8-4c9d-90b2-dce13cbebb8c?fields=virtual_networks HTTP/1.1" 200 1042 0.044633 10.0.0.65 - - [2026-06-15 02:26:11] "GET /projects?obj_uuids=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000878 10.0.0.23 - - [2026-06-15 02:26:11] "GET /project/0c594724-73d8-4c9d-90b2-dce13cbebb8c?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.028471 10.0.0.65 - - [2026-06-15 02:26:11] "GET /projects?obj_uuids=0c594724-73d8-4c9d-90b2-dce13cbebb8c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000839 10.0.0.23 - - [2026-06-15 02:26:11] "GET /project/0c594724-73d8-4c9d-90b2-dce13cbebb8c?fields=security_groups HTTP/1.1" 200 1274 0.062601 10.0.0.23 - - [2026-06-15 02:26:12] "POST /fqname-to-id HTTP/1.1" 404 190 0.027480 10.0.0.65 - - [2026-06-15 02:26:12] "GET /projects?obj_uuids=7a70a46a-f5a6-4537-952f-c3e6de11f341&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003320 10.0.0.65 - - [2026-06-15 02:26:12] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001217 10.0.0.65 - - [2026-06-15 02:26:12] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008364 10.0.0.65 - - [2026-06-15 02:26:12] "POST /id-to-fqname HTTP/1.1" 200 192 0.004478 10.0.0.65 - - [2026-06-15 02:26:12] "POST /fqname-to-id HTTP/1.1" 404 201 0.003431 10.0.0.65 - - [2026-06-15 02:26:12] "POST /security-groups HTTP/1.1" 200 593 0.029135 10.0.0.65 - - [2026-06-15 02:26:12] "POST /projects HTTP/1.1" 200 589 0.228595 10.0.0.65 - - [2026-06-15 02:26:12] "POST /fqname-to-id HTTP/1.1" 404 235 0.003635 10.0.0.65 - - [2026-06-15 02:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.304420 10.0.0.23 - - [2026-06-15 02:26:12] "GET /project/7a70a46a-f5a6-4537-952f-c3e6de11f341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.443490 10.0.0.23 - - [2026-06-15 02:26:13] "GET / HTTP/1.1" 200 35931 0.001356 10.0.0.23 - - [2026-06-15 02:26:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000546 10.0.0.23 - - [2026-06-15 02:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.049686 10.0.0.65 - - [2026-06-15 02:26:15] "GET /projects?obj_uuids=7a70a46a-f5a6-4537-952f-c3e6de11f341&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000866 10.0.0.23 - - [2026-06-15 02:26:15] "GET /project/7a70a46a-f5a6-4537-952f-c3e6de11f341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.041483 10.0.0.65 - - [2026-06-15 02:26:16] "GET /projects?obj_uuids=7a70a46a-f5a6-4537-952f-c3e6de11f341&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001237 10.0.0.23 - - [2026-06-15 02:26:16] "POST /neutron/network HTTP/1.1" 200 607 0.135038 10.0.0.65 - - [2026-06-15 02:26:16] "POST /ref-update HTTP/1.1" 200 156 0.036077 10.0.0.23 - - [2026-06-15 02:26:16] "POST /id-to-fqname HTTP/1.1" 200 222 0.002812 10.0.0.23 - - [2026-06-15 02:26:16] "GET /virtual-network/2547effa-e196-4052-a2b1-ffa20a843762?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005747 10.0.0.23 - - [2026-06-15 02:26:16] "POST /neutron/network HTTP/1.1" 200 826 0.005856 10.0.0.23 - - [2026-06-15 02:26:16] "GET /virtual-network/2547effa-e196-4052-a2b1-ffa20a843762?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004607 10.0.0.23 - - [2026-06-15 02:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.65 - - [2026-06-15 02:26:16] "GET /projects?obj_uuids=7a70a46a-f5a6-4537-952f-c3e6de11f341&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000822 10.0.0.23 - - [2026-06-15 02:26:16] "GET /project/7a70a46a-f5a6-4537-952f-c3e6de11f341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.054896 10.0.0.23 - - [2026-06-15 02:26:16] "POST /neutron/network HTTP/1.1" 200 117 0.016909 10.0.0.23 - - [2026-06-15 02:26:17] "POST /neutron/network HTTP/1.1" 200 827 0.009772 10.0.0.23 - - [2026-06-15 02:26:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.001395 10.0.0.23 - - [2026-06-15 02:26:17] "GET /virtual-network/1ba3f2cc-ed46-4766-84c1-0254d2fba022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005464 10.0.0.23 - - [2026-06-15 02:26:17] "GET /virtual-network/1ba3f2cc-ed46-4766-84c1-0254d2fba022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005325 10.0.0.23 - - [2026-06-15 02:26:17] "POST /neutron/subnet HTTP/1.1" 200 730 0.010332 10.0.0.23 - - [2026-06-15 02:26:17] "POST /fqname-to-id HTTP/1.1" 404 228 0.003098 10.0.0.23 - - [2026-06-15 02:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004029 10.0.0.65 - - [2026-06-15 02:26:17] "GET /projects?obj_uuids=7a70a46a-f5a6-4537-952f-c3e6de11f341&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001354 10.0.0.23 - - [2026-06-15 02:26:17] "GET /project/7a70a46a-f5a6-4537-952f-c3e6de11f341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.045589 10.0.0.23 - - [2026-06-15 02:26:17] "POST /network-policys HTTP/1.1" 200 571 0.029735 10.0.0.23 - - [2026-06-15 02:26:17] "GET /network-policy/4d8c7041-977b-4851-913d-91e57ac31be6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.005759 10.0.0.65 - - [2026-06-15 02:26:17] "POST /fqname-to-id HTTP/1.1" 404 236 0.008885 10.0.0.23 - - [2026-06-15 02:26:17] "POST /neutron/network HTTP/1.1" 200 928 0.008451 10.0.0.23 - - [2026-06-15 02:26:17] "GET /virtual-network/2547effa-e196-4052-a2b1-ffa20a843762?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.007730 10.0.0.23 - - [2026-06-15 02:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005304 10.0.0.23 - - [2026-06-15 02:26:17] "GET /network-policy/4d8c7041-977b-4851-913d-91e57ac31be6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.003553 10.0.0.23 - - [2026-06-15 02:26:17] "POST /neutron/network HTTP/1.1" 200 929 0.007895 10.0.0.65 - - [2026-06-15 02:26:17] "POST /access-control-lists HTTP/1.1" 200 590 0.033988 10.0.0.23 - - [2026-06-15 02:26:17] "GET /virtual-network/1ba3f2cc-ed46-4766-84c1-0254d2fba022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005533 10.0.0.23 - - [2026-06-15 02:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.009074 10.0.0.23 - - [2026-06-15 02:26:17] "GET /network-policy/4d8c7041-977b-4851-913d-91e57ac31be6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.005476 10.0.0.23 - - [2026-06-15 02:26:18] "GET /virtual-network/2547effa-e196-4052-a2b1-ffa20a843762?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006045 10.0.0.23 - - [2026-06-15 02:26:18] "GET /obj-perms HTTP/1.1" 200 4471 0.045520 10.0.0.23 - - [2026-06-15 02:26:19] "GET /virtual-network/1ba3f2cc-ed46-4766-84c1-0254d2fba022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005365 10.0.0.65 - - [2026-06-15 02:26:20] "GET /obj-perms HTTP/1.1" 200 4471 0.038570 10.0.0.23 - - [2026-06-15 02:26:20] "POST /id-to-fqname HTTP/1.1" 200 222 0.001151 10.0.0.65 - - [2026-06-15 02:26:20] "GET /projects?obj_uuids=7a70a46a-f5a6-4537-952f-c3e6de11f341&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001088 10.0.0.23 - - [2026-06-15 02:26:20] "GET /project/7a70a46a-f5a6-4537-952f-c3e6de11f341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.063935 10.0.0.23 - - [2026-06-15 02:26:21] "POST /neutron/port HTTP/1.1" 200 117 0.008444 10.0.0.23 - - [2026-06-15 02:26:21] "POST /id-to-fqname HTTP/1.1" 200 222 0.001755 10.0.0.23 - - [2026-06-15 02:26:21] "POST /neutron/network HTTP/1.1" 200 939 0.008113 10.0.0.65 - - [2026-06-15 02:26:21] "GET /projects?obj_uuids=7a70a46a-f5a6-4537-952f-c3e6de11f341&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000977 10.0.0.23 - - [2026-06-15 02:26:22] "GET /project/7a70a46a-f5a6-4537-952f-c3e6de11f341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.074961 10.0.0.23 - - [2026-06-15 02:26:22] "POST /neutron/port HTTP/1.1" 200 117 0.007098 10.0.0.65 - - [2026-06-15 02:26:25] "GET /projects?obj_uuids=7a70a46a-f5a6-4537-952f-c3e6de11f341&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000845 10.0.0.23 - - [2026-06-15 02:26:25] "POST /neutron/port HTTP/1.1" 200 1062 0.279267 10.0.0.23 - - [2026-06-15 02:26:25] "POST /neutron/port HTTP/1.1" 200 1116 0.103250 10.0.0.23 - - [2026-06-15 02:26:26] "POST /neutron/port HTTP/1.1" 200 1063 0.017497 10.0.0.23 - - [2026-06-15 02:26:26] "POST /neutron/port HTTP/1.1" 200 1126 0.019562 10.0.0.23 - - [2026-06-15 02:26:26] "POST /neutron/port HTTP/1.1" 200 117 0.001020 10.0.0.23 - - [2026-06-15 02:26:27] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010077 10.0.0.23 - - [2026-06-15 02:26:27] "POST /neutron/subnet HTTP/1.1" 200 704 0.008698 10.0.0.23 - - [2026-06-15 02:26:32] "POST /neutron/port HTTP/1.1" 200 1126 0.017113 10.0.0.23 - - [2026-06-15 02:26:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008593 10.0.0.23 - - [2026-06-15 02:26:32] "GET /virtual-machine/a67ee3f6-afda-4c34-a7b1-553589298787 HTTP/1.1" 401 292 0.000534 10.0.0.23 - - [2026-06-15 02:26:33] "GET /virtual-machine/a67ee3f6-afda-4c34-a7b1-553589298787 HTTP/1.1" 200 1295 0.028772 10.0.0.23 - - [2026-06-15 02:26:33] "GET /virtual-machine-interface/d08d1280-90d2-478d-870f-9ad0ff5070a0 HTTP/1.1" 200 2950 0.005821 10.0.0.23 - - [2026-06-15 02:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006159 10.0.0.23 - - [2026-06-15 02:26:33] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004493 10.0.0.23 - - [2026-06-15 02:26:33] "GET /virtual-networks?parent_id=7a70a46a-f5a6-4537-952f-c3e6de11f341&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003859 10.0.0.23 - - [2026-06-15 02:26:33] "GET /virtual-network/2547effa-e196-4052-a2b1-ffa20a843762?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.009029 10.0.0.23 - - [2026-06-15 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004356 10.0.0.23 - - [2026-06-15 02:26:36] "GET /virtual-network/2547effa-e196-4052-a2b1-ffa20a843762?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.008270 10.0.0.23 - - [2026-06-15 02:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.012921 10.0.0.23 - - [2026-06-15 02:26:40] "GET /virtual-network/2547effa-e196-4052-a2b1-ffa20a843762?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.008857 10.0.0.23 - - [2026-06-15 02:26:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.23 - - [2026-06-15 02:26:44] "GET /virtual-network/2547effa-e196-4052-a2b1-ffa20a843762?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005080 10.0.0.23 - - [2026-06-15 02:26:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.23 - - [2026-06-15 02:26:48] "GET /virtual-network/2547effa-e196-4052-a2b1-ffa20a843762?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004996 10.0.0.65 - - [2026-06-15 02:26:48] "DELETE /access-control-list/f2eb547f-778b-40c6-ad32-82d7accc193d HTTP/1.1" 200 115 0.045439 10.0.0.23 - - [2026-06-15 02:26:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.23 - - [2026-06-15 02:26:52] "GET /virtual-network/2547effa-e196-4052-a2b1-ffa20a843762?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005439 10.0.0.23 - - [2026-06-15 02:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.23 - - [2026-06-15 02:26:56] "GET /virtual-network/2547effa-e196-4052-a2b1-ffa20a843762?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004568 10.0.0.23 - - [2026-06-15 02:26:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.23 - - [2026-06-15 02:26:58] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003848 10.0.0.23 - - [2026-06-15 02:26:58] "GET /virtual-networks?parent_id=7a70a46a-f5a6-4537-952f-c3e6de11f341&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002669 10.0.0.23 - - [2026-06-15 02:26:58] "GET /virtual-network/2547effa-e196-4052-a2b1-ffa20a843762?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005159 10.0.0.23 - - [2026-06-15 02:26:59] "POST /neutron/port HTTP/1.1" 200 1126 0.020114 10.0.0.23 - - [2026-06-15 02:27:03] "POST /neutron/security_group HTTP/1.1" 200 2060 0.034861 10.0.0.65 - - [2026-06-15 02:27:05] "DELETE /project/0c594724-73d8-4c9d-90b2-dce13cbebb8c HTTP/1.1" 404 177 0.002298 10.0.0.65 - - [2026-06-15 02:27:05] "DELETE /project/7a70a46af5a64537952fc3e6de11f341 HTTP/1.1" 404 173 0.004316 10.0.0.23 - - [2026-06-15 02:27:08] "POST /neutron/port HTTP/1.1" 200 1127 0.021698 10.0.0.23 - - [2026-06-15 02:27:09] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006516 10.0.0.23 - - [2026-06-15 02:27:09] "POST /neutron/port HTTP/1.1" 200 1127 0.014618 10.0.0.23 - - [2026-06-15 02:27:09] "GET /virtual-machine/262e07f6-f179-41a2-b8e7-fe1679a36347 HTTP/1.1" 200 1294 0.005594 10.0.0.23 - - [2026-06-15 02:27:09] "GET /virtual-machine-interface/9ca4e250-dc9a-457a-9126-d2361a653aac HTTP/1.1" 200 2951 0.004892 10.0.0.23 - - [2026-06-15 02:27:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.23 - - [2026-06-15 02:27:09] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003077 10.0.0.23 - - [2026-06-15 02:27:09] "GET /virtual-networks?parent_id=7a70a46a-f5a6-4537-952f-c3e6de11f341&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002830 10.0.0.23 - - [2026-06-15 02:27:09] "GET /virtual-network/1ba3f2cc-ed46-4766-84c1-0254d2fba022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005276 10.0.0.23 - - [2026-06-15 02:27:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.23 - - [2026-06-15 02:27:10] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003231 10.0.0.23 - - [2026-06-15 02:27:10] "GET /virtual-networks?parent_id=7a70a46a-f5a6-4537-952f-c3e6de11f341&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002488 10.0.0.23 - - [2026-06-15 02:27:10] "GET /virtual-network/1ba3f2cc-ed46-4766-84c1-0254d2fba022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005721 10.0.0.23 - - [2026-06-15 02:27:11] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006294 10.0.0.33 - - [2026-06-15 02:27:23] "GET /obj-perms HTTP/1.1" 200 4493 0.038553 10.0.0.23 - - [2026-06-15 02:27:27] "POST /neutron/network HTTP/1.1" 200 938 0.008415 10.0.0.23 - - [2026-06-15 02:27:27] "POST /neutron/port HTTP/1.1" 200 117 0.001068 10.0.0.23 - - [2026-06-15 02:27:28] "POST /neutron/port HTTP/1.1" 200 1127 0.019031 10.0.0.23 - - [2026-06-15 02:27:29] "POST /neutron/subnet HTTP/1.1" 200 704 0.009657 10.0.0.23 - - [2026-06-15 02:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.65 - - [2026-06-15 02:27:58] "GET /projects?obj_uuids=7a70a46a-f5a6-4537-952f-c3e6de11f341&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000892 10.0.0.23 - - [2026-06-15 02:27:58] "GET /project/7a70a46a-f5a6-4537-952f-c3e6de11f341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.041509 10.0.0.23 - - [2026-06-15 02:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.23 - - [2026-06-15 02:27:58] "PUT /network-policy/4d8c7041-977b-4851-913d-91e57ac31be6 HTTP/1.1" 200 262 0.013461 10.0.0.65 - - [2026-06-15 02:27:59] "PUT /access-control-list/67a99974-c548-49b9-87ed-e23d0c664584 HTTP/1.1" 200 272 0.020890 10.0.0.23 - - [2026-06-15 02:28:02] "GET /virtual-network/1ba3f2cc-ed46-4766-84c1-0254d2fba022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006752 10.0.0.23 - - [2026-06-15 02:28:02] "POST /neutron/network HTTP/1.1" 200 929 0.008951 10.0.0.23 - - [2026-06-15 02:28:02] "GET /virtual-network/1ba3f2cc-ed46-4766-84c1-0254d2fba022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.009695 10.0.0.23 - - [2026-06-15 02:28:02] "GET /virtual-network/2547effa-e196-4052-a2b1-ffa20a843762?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.007192 10.0.0.23 - - [2026-06-15 02:28:02] "POST /neutron/network HTTP/1.1" 200 928 0.008096 10.0.0.65 - - [2026-06-15 02:28:02] "DELETE /access-control-list/ca890069-6cf3-41e2-a26a-7e0b46880866 HTTP/1.1" 200 115 0.057472 10.0.0.23 - - [2026-06-15 02:28:02] "GET /virtual-network/2547effa-e196-4052-a2b1-ffa20a843762?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008663 10.0.0.23 - - [2026-06-15 02:28:02] "DELETE /network-policy/4d8c7041-977b-4851-913d-91e57ac31be6 HTTP/1.1" 200 115 0.041617 10.0.0.23 - - [2026-06-15 02:28:02] "POST /neutron/network HTTP/1.1" 200 827 0.010752 10.0.0.23 - - [2026-06-15 02:28:03] "POST /neutron/port HTTP/1.1" 200 1117 0.014266 10.0.0.23 - - [2026-06-15 02:28:03] "POST /neutron/port HTTP/1.1" 200 1116 0.011427 10.0.0.65 - - [2026-06-15 02:28:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003458 10.0.0.65 - - [2026-06-15 02:28:04] "POST /useragent-kv HTTP/1.1" 200 115 0.009109 10.0.0.23 - - [2026-06-15 02:28:04] "POST /neutron/network HTTP/1.1" 200 151 0.138726 10.0.0.65 - - [2026-06-15 02:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.65 - - [2026-06-15 02:28:06] "GET /projects?obj_uuids=7a70a46a-f5a6-4537-952f-c3e6de11f341&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001612 10.0.0.23 - - [2026-06-15 02:28:06] "GET /project/7a70a46a-f5a6-4537-952f-c3e6de11f341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.044409 10.0.0.65 - - [2026-06-15 02:28:06] "GET /projects?obj_uuids=7a70a46a-f5a6-4537-952f-c3e6de11f341&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000845 10.0.0.23 - - [2026-06-15 02:28:06] "GET /project/7a70a46a-f5a6-4537-952f-c3e6de11f341?fields=virtual_networks HTTP/1.1" 200 1035 0.055619 10.0.0.65 - - [2026-06-15 02:28:06] "GET /projects?obj_uuids=7a70a46a-f5a6-4537-952f-c3e6de11f341&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000859 10.0.0.23 - - [2026-06-15 02:28:06] "GET /project/7a70a46a-f5a6-4537-952f-c3e6de11f341?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.046939 10.0.0.65 - - [2026-06-15 02:28:06] "GET /projects?obj_uuids=7a70a46a-f5a6-4537-952f-c3e6de11f341&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000847 10.0.0.23 - - [2026-06-15 02:28:06] "GET /project/7a70a46a-f5a6-4537-952f-c3e6de11f341?fields=security_groups HTTP/1.1" 200 1263 0.041041 10.0.0.23 - - [2026-06-15 02:28:07] "POST /fqname-to-id HTTP/1.1" 404 200 0.040794 10.0.0.65 - - [2026-06-15 02:28:07] "GET /projects?obj_uuids=584099ba-644f-44cf-ac74-14bc001c1bdf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003967 10.0.0.65 - - [2026-06-15 02:28:07] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001111 10.0.0.65 - - [2026-06-15 02:28:07] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007799 10.0.0.65 - - [2026-06-15 02:28:07] "POST /id-to-fqname HTTP/1.1" 200 202 0.008140 10.0.0.65 - - [2026-06-15 02:28:07] "POST /fqname-to-id HTTP/1.1" 404 211 0.003923 10.0.0.65 - - [2026-06-15 02:28:07] "POST /security-groups HTTP/1.1" 200 603 0.033810 10.0.0.65 - - [2026-06-15 02:28:08] "POST /projects HTTP/1.1" 200 609 0.259277 10.0.0.65 - - [2026-06-15 02:28:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.307757 10.0.0.65 - - [2026-06-15 02:28:08] "POST /access-control-lists HTTP/1.1" 200 608 0.032073 10.0.0.23 - - [2026-06-15 02:28:08] "GET /project/584099ba-644f-44cf-ac74-14bc001c1bdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.468569 10.0.0.23 - - [2026-06-15 02:28:09] "GET / HTTP/1.1" 200 35931 0.001513 10.0.0.23 - - [2026-06-15 02:28:12] "GET /project/584099ba-644f-44cf-ac74-14bc001c1bdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000552 10.0.0.65 - - [2026-06-15 02:28:12] "GET /projects?obj_uuids=584099ba-644f-44cf-ac74-14bc001c1bdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000874 10.0.0.23 - - [2026-06-15 02:28:12] "GET /project/584099ba-644f-44cf-ac74-14bc001c1bdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.066189 10.0.0.23 - - [2026-06-15 02:28:13] "GET / HTTP/1.1" 200 35931 0.001842 10.0.0.23 - - [2026-06-15 02:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.65 - - [2026-06-15 02:28:13] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000873 10.0.0.23 - - [2026-06-15 02:28:13] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.006576 10.0.0.23 - - [2026-06-15 02:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.65 - - [2026-06-15 02:28:13] "GET /projects?obj_uuids=584099ba-644f-44cf-ac74-14bc001c1bdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000887 10.0.0.23 - - [2026-06-15 02:28:13] "GET /project/584099ba-644f-44cf-ac74-14bc001c1bdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.046318 10.0.0.23 - - [2026-06-15 02:28:14] "GET /domains HTTP/1.1" 401 292 0.000364 10.0.0.23 - - [2026-06-15 02:28:15] "GET /domains HTTP/1.1" 200 280 0.026344 10.0.0.65 - - [2026-06-15 02:28:15] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001832 10.0.0.23 - - [2026-06-15 02:28:15] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e HTTP/1.1" 200 2967 0.012871 10.0.0.65 - - [2026-06-15 02:28:15] "GET /projects?obj_uuids=584099ba-644f-44cf-ac74-14bc001c1bdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001289 10.0.0.23 - - [2026-06-15 02:28:15] "GET /project/584099ba-644f-44cf-ac74-14bc001c1bdf HTTP/1.1" 200 1923 0.097947 10.0.0.23 - - [2026-06-15 02:28:15] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003339 10.0.0.23 - - [2026-06-15 02:28:15] "POST /network-ipams HTTP/1.1" 200 621 0.038774 10.0.0.23 - - [2026-06-15 02:28:15] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.004312 10.0.0.23 - - [2026-06-15 02:28:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.23 - - [2026-06-15 02:28:15] "GET /network-ipam/33708e1b-be1f-4187-830f-42215b6efa24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.006843 10.0.0.23 - - [2026-06-15 02:28:15] "PUT /network-ipam/33708e1b-be1f-4187-830f-42215b6efa24 HTTP/1.1" 200 258 0.014731 10.0.0.23 - - [2026-06-15 02:28:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000625 10.0.0.23 - - [2026-06-15 02:28:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.049554 10.0.0.65 - - [2026-06-15 02:28:16] "GET /projects?obj_uuids=584099ba-644f-44cf-ac74-14bc001c1bdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001849 10.0.0.23 - - [2026-06-15 02:28:16] "GET /project/584099ba-644f-44cf-ac74-14bc001c1bdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.042571 10.0.0.23 - - [2026-06-15 02:28:16] "POST /neutron/network HTTP/1.1" 200 117 0.032296 10.0.0.65 - - [2026-06-15 02:28:16] "POST /route-targets HTTP/1.1" 200 327 0.013425 10.0.0.65 - - [2026-06-15 02:28:16] "POST /useragent-kv HTTP/1.1" 200 115 0.005309 10.0.0.23 - - [2026-06-15 02:28:16] "POST /neutron/subnet HTTP/1.1" 200 701 0.182023 10.0.0.23 - - [2026-06-15 02:28:17] "POST /id-to-fqname HTTP/1.1" 200 235 0.001186 10.0.0.23 - - [2026-06-15 02:28:17] "GET /virtual-network/b2a66522-4fd9-489f-b353-24357e007047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006156 10.0.0.23 - - [2026-06-15 02:28:17] "POST /neutron/network HTTP/1.1" 200 1337 0.009591 10.0.0.23 - - [2026-06-15 02:28:17] "GET /virtual-network/b2a66522-4fd9-489f-b353-24357e007047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.004339 10.0.0.23 - - [2026-06-15 02:28:17] "POST /neutron/subnet HTTP/1.1" 200 701 0.007747 10.0.0.23 - - [2026-06-15 02:28:17] "GET /virtual-network/b2a66522-4fd9-489f-b353-24357e007047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.004808 10.0.0.23 - - [2026-06-15 02:28:18] "GET /obj-perms HTTP/1.1" 200 4456 0.085415 10.0.0.65 - - [2026-06-15 02:28:19] "GET /obj-perms HTTP/1.1" 200 4456 0.049144 10.0.0.23 - - [2026-06-15 02:28:19] "POST /fqname-to-id HTTP/1.1" 404 229 0.003096 10.0.0.23 - - [2026-06-15 02:28:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.65 - - [2026-06-15 02:28:19] "GET /projects?obj_uuids=584099ba-644f-44cf-ac74-14bc001c1bdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000867 10.0.0.23 - - [2026-06-15 02:28:19] "GET /project/584099ba-644f-44cf-ac74-14bc001c1bdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.034174 10.0.0.23 - - [2026-06-15 02:28:19] "POST /network-policys HTTP/1.1" 200 563 0.027127 10.0.0.23 - - [2026-06-15 02:28:19] "GET /network-policy/df343463-bab3-4a64-ad8f-7af53759b6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005595 10.0.0.23 - - [2026-06-15 02:28:19] "POST /fqname-to-id HTTP/1.1" 404 229 0.002969 10.0.0.23 - - [2026-06-15 02:28:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.65 - - [2026-06-15 02:28:19] "GET /projects?obj_uuids=584099ba-644f-44cf-ac74-14bc001c1bdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001173 10.0.0.23 - - [2026-06-15 02:28:19] "GET /project/584099ba-644f-44cf-ac74-14bc001c1bdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.043902 10.0.0.23 - - [2026-06-15 02:28:19] "POST /network-policys HTTP/1.1" 200 563 0.038659 10.0.0.23 - - [2026-06-15 02:28:19] "GET /network-policy/2959c7b6-272f-4fc4-b63c-66db101aaa65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8879 0.008063 10.0.0.23 - - [2026-06-15 02:28:19] "POST /fqname-to-id HTTP/1.1" 404 229 0.002861 10.0.0.23 - - [2026-06-15 02:28:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.011383 10.0.0.65 - - [2026-06-15 02:28:19] "GET /projects?obj_uuids=584099ba-644f-44cf-ac74-14bc001c1bdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000857 10.0.0.23 - - [2026-06-15 02:28:19] "GET /project/584099ba-644f-44cf-ac74-14bc001c1bdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.048428 10.0.0.23 - - [2026-06-15 02:28:19] "POST /network-policys HTTP/1.1" 200 563 0.029039 10.0.0.23 - - [2026-06-15 02:28:20] "GET /network-policy/9d66476d-7855-4254-9dfb-5b58b0699480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006892 10.0.0.23 - - [2026-06-15 02:28:20] "POST /fqname-to-id HTTP/1.1" 404 229 0.003083 10.0.0.23 - - [2026-06-15 02:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002665 10.0.0.65 - - [2026-06-15 02:28:20] "GET /projects?obj_uuids=584099ba-644f-44cf-ac74-14bc001c1bdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000944 10.0.0.23 - - [2026-06-15 02:28:20] "GET /project/584099ba-644f-44cf-ac74-14bc001c1bdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.039060 10.0.0.23 - - [2026-06-15 02:28:20] "POST /network-policys HTTP/1.1" 200 563 0.032328 10.0.0.23 - - [2026-06-15 02:28:20] "GET /network-policy/c99929a2-e062-4356-9d32-4b37620e1d7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006566 10.0.0.23 - - [2026-06-15 02:28:20] "POST /fqname-to-id HTTP/1.1" 404 229 0.003176 10.0.0.23 - - [2026-06-15 02:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.65 - - [2026-06-15 02:28:20] "GET /projects?obj_uuids=584099ba-644f-44cf-ac74-14bc001c1bdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000835 10.0.0.23 - - [2026-06-15 02:28:20] "GET /project/584099ba-644f-44cf-ac74-14bc001c1bdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.050662 10.0.0.23 - - [2026-06-15 02:28:20] "POST /network-policys HTTP/1.1" 200 563 0.026136 10.0.0.23 - - [2026-06-15 02:28:20] "GET /network-policy/11ed46d3-1032-466c-887e-c83c6729e786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.006585 10.0.0.23 - - [2026-06-15 02:28:20] "POST /fqname-to-id HTTP/1.1" 404 229 0.006013 10.0.0.23 - - [2026-06-15 02:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.65 - - [2026-06-15 02:28:20] "GET /projects?obj_uuids=584099ba-644f-44cf-ac74-14bc001c1bdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000856 10.0.0.23 - - [2026-06-15 02:28:21] "GET /project/584099ba-644f-44cf-ac74-14bc001c1bdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.042920 10.0.0.23 - - [2026-06-15 02:28:21] "POST /network-policys HTTP/1.1" 200 563 0.028089 10.0.0.23 - - [2026-06-15 02:28:21] "GET /network-policy/a18f86fc-908d-4a66-b21e-1f4985ac8035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006253 10.0.0.23 - - [2026-06-15 02:28:21] "POST /fqname-to-id HTTP/1.1" 404 229 0.003000 10.0.0.23 - - [2026-06-15 02:28:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002685 10.0.0.65 - - [2026-06-15 02:28:21] "GET /projects?obj_uuids=584099ba-644f-44cf-ac74-14bc001c1bdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000891 10.0.0.23 - - [2026-06-15 02:28:21] "GET /project/584099ba-644f-44cf-ac74-14bc001c1bdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.050498 10.0.0.23 - - [2026-06-15 02:28:21] "POST /network-policys HTTP/1.1" 200 563 0.034050 10.0.0.23 - - [2026-06-15 02:28:21] "GET /network-policy/cdc530cd-ef51-4577-9b33-a1ac980afa12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005844 10.0.0.23 - - [2026-06-15 02:28:21] "POST /fqname-to-id HTTP/1.1" 404 229 0.002975 10.0.0.23 - - [2026-06-15 02:28:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002705 10.0.0.65 - - [2026-06-15 02:28:21] "GET /projects?obj_uuids=584099ba-644f-44cf-ac74-14bc001c1bdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001011 10.0.0.23 - - [2026-06-15 02:28:21] "GET /project/584099ba-644f-44cf-ac74-14bc001c1bdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.041043 10.0.0.23 - - [2026-06-15 02:28:21] "POST /network-policys HTTP/1.1" 200 563 0.026135 10.0.0.23 - - [2026-06-15 02:28:21] "GET /network-policy/fbcf0055-b68c-47a6-b1e9-fb8411731768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005826 10.0.0.23 - - [2026-06-15 02:28:21] "POST /fqname-to-id HTTP/1.1" 404 229 0.002998 10.0.0.23 - - [2026-06-15 02:28:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002653 10.0.0.65 - - [2026-06-15 02:28:22] "GET /projects?obj_uuids=584099ba-644f-44cf-ac74-14bc001c1bdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001343 10.0.0.23 - - [2026-06-15 02:28:22] "GET /project/584099ba-644f-44cf-ac74-14bc001c1bdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.048154 10.0.0.23 - - [2026-06-15 02:28:22] "POST /network-policys HTTP/1.1" 200 563 0.041136 10.0.0.23 - - [2026-06-15 02:28:22] "GET /network-policy/917c4995-811a-45d1-93d4-8980cd397942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005750 10.0.0.23 - - [2026-06-15 02:28:22] "POST /fqname-to-id HTTP/1.1" 404 229 0.002854 10.0.0.23 - - [2026-06-15 02:28:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.65 - - [2026-06-15 02:28:22] "GET /projects?obj_uuids=584099ba-644f-44cf-ac74-14bc001c1bdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000886 10.0.0.23 - - [2026-06-15 02:28:22] "GET /project/584099ba-644f-44cf-ac74-14bc001c1bdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.046571 10.0.0.23 - - [2026-06-15 02:28:22] "POST /network-policys HTTP/1.1" 200 563 0.025728 10.0.0.23 - - [2026-06-15 02:28:22] "GET /network-policy/86ab79a5-95ed-49b6-9431-20dc0be68b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.007385 10.0.0.65 - - [2026-06-15 02:28:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.006768 10.0.0.23 - - [2026-06-15 02:28:23] "POST /neutron/network HTTP/1.1" 200 2250 0.188138 10.0.0.23 - - [2026-06-15 02:28:23] "GET /virtual-network/b2a66522-4fd9-489f-b353-24357e007047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.016837 10.0.0.23 - - [2026-06-15 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.65 - - [2026-06-15 02:28:23] "POST /access-control-lists HTTP/1.1" 200 609 0.096082 10.0.0.23 - - [2026-06-15 02:28:23] "GET /network-policy/11ed46d3-1032-466c-887e-c83c6729e786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.003882 10.0.0.23 - - [2026-06-15 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002576 10.0.0.23 - - [2026-06-15 02:28:23] "GET /network-policy/2959c7b6-272f-4fc4-b63c-66db101aaa65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8879 0.004695 10.0.0.23 - - [2026-06-15 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.23 - - [2026-06-15 02:28:23] "GET /network-policy/86ab79a5-95ed-49b6-9431-20dc0be68b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004279 10.0.0.23 - - [2026-06-15 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.23 - - [2026-06-15 02:28:23] "GET /network-policy/917c4995-811a-45d1-93d4-8980cd397942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005051 10.0.0.23 - - [2026-06-15 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.23 - - [2026-06-15 02:28:23] "GET /network-policy/9d66476d-7855-4254-9dfb-5b58b0699480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.003923 10.0.0.23 - - [2026-06-15 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.23 - - [2026-06-15 02:28:23] "GET /network-policy/a18f86fc-908d-4a66-b21e-1f4985ac8035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004753 10.0.0.23 - - [2026-06-15 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.23 - - [2026-06-15 02:28:23] "GET /network-policy/c99929a2-e062-4356-9d32-4b37620e1d7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005754 10.0.0.23 - - [2026-06-15 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.23 - - [2026-06-15 02:28:23] "GET /network-policy/cdc530cd-ef51-4577-9b33-a1ac980afa12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.003816 10.0.0.23 - - [2026-06-15 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.23 - - [2026-06-15 02:28:23] "GET /network-policy/df343463-bab3-4a64-ad8f-7af53759b6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004336 10.0.0.23 - - [2026-06-15 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002361 10.0.0.23 - - [2026-06-15 02:28:23] "GET /network-policy/fbcf0055-b68c-47a6-b1e9-fb8411731768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004639 10.0.0.23 - - [2026-06-15 02:28:23] "POST /id-to-fqname HTTP/1.1" 200 235 0.001344 10.0.0.65 - - [2026-06-15 02:28:24] "GET /projects?obj_uuids=584099ba-644f-44cf-ac74-14bc001c1bdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001067 10.0.0.23 - - [2026-06-15 02:28:24] "GET /project/584099ba-644f-44cf-ac74-14bc001c1bdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.077438 10.0.0.23 - - [2026-06-15 02:28:24] "POST /neutron/network HTTP/1.1" 200 2250 0.032952 10.0.0.23 - - [2026-06-15 02:28:24] "POST /neutron/port HTTP/1.1" 200 117 0.007288 10.0.0.23 - - [2026-06-15 02:28:29] "POST /neutron/port HTTP/1.1" 200 1174 0.020466 10.0.0.23 - - [2026-06-15 02:28:30] "POST /neutron/port HTTP/1.1" 200 1238 0.019181 10.0.0.23 - - [2026-06-15 02:28:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003596 10.0.0.23 - - [2026-06-15 02:28:30] "POST /neutron/port HTTP/1.1" 200 117 0.001028 10.0.0.23 - - [2026-06-15 02:28:35] "POST /neutron/port HTTP/1.1" 200 1238 0.021037 10.0.0.23 - - [2026-06-15 02:28:40] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007656 10.0.0.23 - - [2026-06-15 02:28:40] "POST /neutron/port HTTP/1.1" 200 1238 0.018225 10.0.0.23 - - [2026-06-15 02:28:40] "GET /virtual-machine/3793e0d0-58da-4fee-a8ad-bbaf027eae37 HTTP/1.1" 401 292 0.000487 10.0.0.23 - - [2026-06-15 02:28:40] "GET /virtual-machine/3793e0d0-58da-4fee-a8ad-bbaf027eae37 HTTP/1.1" 200 1304 0.030306 10.0.0.23 - - [2026-06-15 02:28:40] "GET /virtual-machine-interface/927604b3-7f9b-4601-97de-5fb8620d104e HTTP/1.1" 200 3169 0.007312 10.0.0.23 - - [2026-06-15 02:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004524 10.0.0.23 - - [2026-06-15 02:28:40] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004660 10.0.0.23 - - [2026-06-15 02:28:40] "GET /virtual-networks?parent_id=584099ba-644f-44cf-ac74-14bc001c1bdf&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003749 10.0.0.23 - - [2026-06-15 02:28:40] "GET /virtual-network/b2a66522-4fd9-489f-b353-24357e007047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006801 10.0.0.23 - - [2026-06-15 02:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.23 - - [2026-06-15 02:28:43] "GET /virtual-network/b2a66522-4fd9-489f-b353-24357e007047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005399 10.0.0.23 - - [2026-06-15 02:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004448 10.0.0.23 - - [2026-06-15 02:28:48] "GET /virtual-network/b2a66522-4fd9-489f-b353-24357e007047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005837 10.0.0.23 - - [2026-06-15 02:28:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.23 - - [2026-06-15 02:28:52] "GET /virtual-network/b2a66522-4fd9-489f-b353-24357e007047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005198 10.0.0.33 - - [2026-06-15 02:28:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.33 - - [2026-06-15 02:28:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000335 10.0.0.65 - - [2026-06-15 02:28:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.65 - - [2026-06-15 02:28:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000819 10.0.0.65 - - [2026-06-15 02:28:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.65 - - [2026-06-15 02:28:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.23 - - [2026-06-15 02:28:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000457 10.0.0.23 - - [2026-06-15 02:28:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000331 10.0.0.33 - - [2026-06-15 02:28:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.33 - - [2026-06-15 02:28:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000334 10.0.0.23 - - [2026-06-15 02:28:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.23 - - [2026-06-15 02:28:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.23 - - [2026-06-15 02:28:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.23 - - [2026-06-15 02:28:56] "GET /virtual-network/b2a66522-4fd9-489f-b353-24357e007047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006830 10.0.0.23 - - [2026-06-15 02:29:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.23 - - [2026-06-15 02:29:00] "GET /virtual-network/b2a66522-4fd9-489f-b353-24357e007047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006081 10.0.0.23 - - [2026-06-15 02:29:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.23 - - [2026-06-15 02:29:02] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004846 10.0.0.23 - - [2026-06-15 02:29:02] "GET /virtual-networks?parent_id=584099ba-644f-44cf-ac74-14bc001c1bdf&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003746 10.0.0.23 - - [2026-06-15 02:29:02] "GET /virtual-network/b2a66522-4fd9-489f-b353-24357e007047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006866 10.0.0.23 - - [2026-06-15 02:29:02] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009636 10.0.0.65 - - [2026-06-15 02:29:06] "DELETE /project/7a70a46a-f5a6-4537-952f-c3e6de11f341 HTTP/1.1" 404 177 0.026473 10.0.0.65 - - [2026-06-15 02:29:06] "DELETE /project/584099ba644f44cfac7414bc001c1bdf HTTP/1.1" 404 173 0.033530 10.0.0.23 - - [2026-06-15 02:29:07] "POST /neutron/port HTTP/1.1" 200 1238 0.019955 10.0.0.23 - - [2026-06-15 02:29:13] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007996 10.0.0.23 - - [2026-06-15 02:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.23 - - [2026-06-15 02:29:13] "GET /network-policy/df343463-bab3-4a64-ad8f-7af53759b6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.003481 10.0.0.23 - - [2026-06-15 02:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.23 - - [2026-06-15 02:29:13] "GET /network-policy/2959c7b6-272f-4fc4-b63c-66db101aaa65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8879 0.004363 10.0.0.23 - - [2026-06-15 02:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002625 10.0.0.23 - - [2026-06-15 02:29:13] "GET /network-policy/9d66476d-7855-4254-9dfb-5b58b0699480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004344 10.0.0.23 - - [2026-06-15 02:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002660 10.0.0.23 - - [2026-06-15 02:29:13] "GET /network-policy/c99929a2-e062-4356-9d32-4b37620e1d7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006495 10.0.0.23 - - [2026-06-15 02:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004225 10.0.0.23 - - [2026-06-15 02:29:13] "GET /network-policy/11ed46d3-1032-466c-887e-c83c6729e786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.003946 10.0.0.23 - - [2026-06-15 02:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002594 10.0.0.23 - - [2026-06-15 02:29:13] "GET /network-policy/a18f86fc-908d-4a66-b21e-1f4985ac8035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004621 10.0.0.23 - - [2026-06-15 02:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.23 - - [2026-06-15 02:29:13] "GET /network-policy/cdc530cd-ef51-4577-9b33-a1ac980afa12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004132 10.0.0.23 - - [2026-06-15 02:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.23 - - [2026-06-15 02:29:13] "GET /network-policy/fbcf0055-b68c-47a6-b1e9-fb8411731768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004471 10.0.0.23 - - [2026-06-15 02:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002736 10.0.0.23 - - [2026-06-15 02:29:13] "GET /network-policy/917c4995-811a-45d1-93d4-8980cd397942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005726 10.0.0.23 - - [2026-06-15 02:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.23 - - [2026-06-15 02:29:13] "GET /network-policy/86ab79a5-95ed-49b6-9431-20dc0be68b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004097 10.0.0.23 - - [2026-06-15 02:29:13] "POST /neutron/network HTTP/1.1" 200 2250 0.017082 10.0.0.23 - - [2026-06-15 02:29:14] "GET /virtual-network/b2a66522-4fd9-489f-b353-24357e007047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.006892 10.0.0.23 - - [2026-06-15 02:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002579 10.0.0.65 - - [2026-06-15 02:29:14] "PUT /access-control-list/23ad47a0-bcba-4643-baaf-fcca1fb57327 HTTP/1.1" 200 272 0.138208 10.0.0.23 - - [2026-06-15 02:29:14] "GET /network-policy/df343463-bab3-4a64-ad8f-7af53759b6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.009524 10.0.0.23 - - [2026-06-15 02:29:19] "POST /neutron/network HTTP/1.1" 200 1440 0.010600 10.0.0.23 - - [2026-06-15 02:29:19] "GET /virtual-network/b2a66522-4fd9-489f-b353-24357e007047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.008331 10.0.0.23 - - [2026-06-15 02:29:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.23 - - [2026-06-15 02:29:19] "GET /network-policy/2959c7b6-272f-4fc4-b63c-66db101aaa65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8879 0.004491 10.0.0.23 - - [2026-06-15 02:29:24] "POST /neutron/network HTTP/1.1" 200 1440 0.011197 10.0.0.65 - - [2026-06-15 02:29:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.044236 10.0.0.23 - - [2026-06-15 02:29:24] "GET /virtual-network/b2a66522-4fd9-489f-b353-24357e007047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.010866 10.0.0.23 - - [2026-06-15 02:29:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.23 - - [2026-06-15 02:29:24] "GET /network-policy/9d66476d-7855-4254-9dfb-5b58b0699480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004451 10.0.0.23 - - [2026-06-15 02:29:26] "POST /neutron/port HTTP/1.1" 200 1238 0.044840 10.0.0.23 - - [2026-06-15 02:29:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003842 10.0.0.23 - - [2026-06-15 02:29:28] "POST /neutron/port HTTP/1.1" 200 117 0.001065 10.0.0.23 - - [2026-06-15 02:29:29] "POST /neutron/network HTTP/1.1" 200 1440 0.010385 10.0.0.65 - - [2026-06-15 02:29:29] "PUT /access-control-list/23ad47a0-bcba-4643-baaf-fcca1fb57327 HTTP/1.1" 200 272 0.023932 10.0.0.23 - - [2026-06-15 02:29:29] "GET /virtual-network/b2a66522-4fd9-489f-b353-24357e007047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007222 10.0.0.23 - - [2026-06-15 02:29:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002835 10.0.0.23 - - [2026-06-15 02:29:30] "GET /network-policy/c99929a2-e062-4356-9d32-4b37620e1d7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004042 10.0.0.23 - - [2026-06-15 02:29:35] "POST /neutron/network HTTP/1.1" 200 1440 0.010920 10.0.0.23 - - [2026-06-15 02:29:35] "GET /virtual-network/b2a66522-4fd9-489f-b353-24357e007047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.008013 10.0.0.23 - - [2026-06-15 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.23 - - [2026-06-15 02:29:35] "GET /network-policy/11ed46d3-1032-466c-887e-c83c6729e786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.004261 10.0.0.23 - - [2026-06-15 02:29:40] "POST /neutron/network HTTP/1.1" 200 1440 0.010865 10.0.0.65 - - [2026-06-15 02:29:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.004817 10.0.0.23 - - [2026-06-15 02:29:40] "GET /virtual-network/b2a66522-4fd9-489f-b353-24357e007047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.008729 10.0.0.23 - - [2026-06-15 02:29:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002661 10.0.0.23 - - [2026-06-15 02:29:40] "GET /network-policy/a18f86fc-908d-4a66-b21e-1f4985ac8035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004065 10.0.0.23 - - [2026-06-15 02:29:45] "POST /neutron/network HTTP/1.1" 200 1440 0.014465 10.0.0.65 - - [2026-06-15 02:29:45] "PUT /access-control-list/23ad47a0-bcba-4643-baaf-fcca1fb57327 HTTP/1.1" 200 272 0.014945 10.0.0.23 - - [2026-06-15 02:29:45] "GET /virtual-network/b2a66522-4fd9-489f-b353-24357e007047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007689 10.0.0.23 - - [2026-06-15 02:29:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002528 10.0.0.23 - - [2026-06-15 02:29:45] "GET /network-policy/cdc530cd-ef51-4577-9b33-a1ac980afa12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.003905 10.0.0.23 - - [2026-06-15 02:29:50] "POST /neutron/network HTTP/1.1" 200 1440 0.010295 10.0.0.23 - - [2026-06-15 02:29:51] "GET /virtual-network/b2a66522-4fd9-489f-b353-24357e007047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.009142 10.0.0.23 - - [2026-06-15 02:29:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.23 - - [2026-06-15 02:29:51] "GET /network-policy/fbcf0055-b68c-47a6-b1e9-fb8411731768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005482 10.0.0.23 - - [2026-06-15 02:29:56] "POST /neutron/network HTTP/1.1" 200 1440 0.012113 10.0.0.65 - - [2026-06-15 02:29:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.003041 10.0.0.23 - - [2026-06-15 02:29:56] "GET /virtual-network/b2a66522-4fd9-489f-b353-24357e007047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.009336 10.0.0.23 - - [2026-06-15 02:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002532 10.0.0.23 - - [2026-06-15 02:29:56] "GET /network-policy/917c4995-811a-45d1-93d4-8980cd397942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004708 10.0.0.23 - - [2026-06-15 02:30:01] "POST /neutron/network HTTP/1.1" 200 1440 0.011206 10.0.0.65 - - [2026-06-15 02:30:01] "PUT /access-control-list/23ad47a0-bcba-4643-baaf-fcca1fb57327 HTTP/1.1" 200 272 0.014258 10.0.0.23 - - [2026-06-15 02:30:01] "GET /virtual-network/b2a66522-4fd9-489f-b353-24357e007047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.006961 10.0.0.23 - - [2026-06-15 02:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.23 - - [2026-06-15 02:30:01] "GET /network-policy/86ab79a5-95ed-49b6-9431-20dc0be68b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004586 10.0.0.23 - - [2026-06-15 02:30:06] "GET /virtual-machine/3793e0d0-58da-4fee-a8ad-bbaf027eae37 HTTP/1.1" 200 1304 0.004130 10.0.0.23 - - [2026-06-15 02:30:08] "POST /neutron/port HTTP/1.1" 200 1238 0.015676 10.0.0.23 - - [2026-06-15 02:30:08] "GET /virtual-machine/3793e0d0-58da-4fee-a8ad-bbaf027eae37 HTTP/1.1" 200 1304 0.003447 10.0.0.23 - - [2026-06-15 02:30:10] "GET /virtual-machine/3793e0d0-58da-4fee-a8ad-bbaf027eae37 HTTP/1.1" 404 171 0.003294 10.0.0.23 - - [2026-06-15 02:30:10] "GET /virtual-machine/3793e0d0-58da-4fee-a8ad-bbaf027eae37 HTTP/1.1" 404 171 0.002650 10.0.0.23 - - [2026-06-15 02:30:10] "GET /virtual-machine/3793e0d0-58da-4fee-a8ad-bbaf027eae37 HTTP/1.1" 404 171 0.002979 10.0.0.23 - - [2026-06-15 02:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.23 - - [2026-06-15 02:30:11] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004137 10.0.0.23 - - [2026-06-15 02:30:11] "GET /virtual-networks?parent_id=584099ba-644f-44cf-ac74-14bc001c1bdf&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003415 10.0.0.23 - - [2026-06-15 02:30:11] "GET /virtual-network/b2a66522-4fd9-489f-b353-24357e007047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.005762 10.0.0.23 - - [2026-06-15 02:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.23 - - [2026-06-15 02:30:11] "GET /routing-instance/3126a440-3d72-4813-8f1c-95361e92aebf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.004046 10.0.0.23 - - [2026-06-15 02:30:11] "GET /route-target/453ba383-b561-405c-b07a-8da29c8c340b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004414 10.0.0.23 - - [2026-06-15 02:30:11] "GET /obj-perms HTTP/1.1" 200 4456 0.004177 10.0.0.65 - - [2026-06-15 02:30:14] "GET /obj-perms HTTP/1.1" 200 4456 0.003093 10.0.0.23 - - [2026-06-15 02:30:20] "GET /obj-perms HTTP/1.1" 200 4456 0.003601 10.0.0.65 - - [2026-06-15 02:30:23] "GET /obj-perms HTTP/1.1" 200 4456 0.005193 10.0.0.33 - - [2026-06-15 02:30:25] "GET /obj-perms HTTP/1.1" 200 4493 0.033956 10.0.0.23 - - [2026-06-15 02:30:29] "GET /obj-perms HTTP/1.1" 200 4456 0.004945 10.0.0.65 - - [2026-06-15 02:30:29] "GET /obj-perms HTTP/1.1" 200 4456 0.003498 10.0.0.23 - - [2026-06-15 02:30:36] "GET /obj-perms HTTP/1.1" 200 4456 0.003279 10.0.0.65 - - [2026-06-15 02:30:36] "GET /obj-perms HTTP/1.1" 200 4456 0.003434 10.0.0.23 - - [2026-06-15 02:30:36] "GET /virtual-network/b2a66522-4fd9-489f-b353-24357e007047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.005369 10.0.0.23 - - [2026-06-15 02:30:36] "POST /neutron/network HTTP/1.1" 200 1440 0.016699 10.0.0.23 - - [2026-06-15 02:30:36] "GET /virtual-network/b2a66522-4fd9-489f-b353-24357e007047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.009640 10.0.0.23 - - [2026-06-15 02:30:36] "DELETE /network-policy/86ab79a5-95ed-49b6-9431-20dc0be68b68 HTTP/1.1" 200 115 0.047129 10.0.0.23 - - [2026-06-15 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.65 - - [2026-06-15 02:30:36] "GET /projects?obj_uuids=584099ba-644f-44cf-ac74-14bc001c1bdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.026348 10.0.0.23 - - [2026-06-15 02:30:36] "GET /project/584099ba-644f-44cf-ac74-14bc001c1bdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.060603 10.0.0.23 - - [2026-06-15 02:30:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-41900565&detail=False&count=False&shared=False HTTP/1.1" 200 2255 0.004911 10.0.0.23 - - [2026-06-15 02:30:36] "DELETE /network-policy/917c4995-811a-45d1-93d4-8980cd397942 HTTP/1.1" 200 115 0.043009 10.0.0.23 - - [2026-06-15 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002766 10.0.0.65 - - [2026-06-15 02:30:36] "GET /projects?obj_uuids=584099ba-644f-44cf-ac74-14bc001c1bdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000853 10.0.0.23 - - [2026-06-15 02:30:36] "GET /project/584099ba-644f-44cf-ac74-14bc001c1bdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.045750 10.0.0.23 - - [2026-06-15 02:30:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-41900565&detail=False&count=False&shared=False HTTP/1.1" 200 2019 0.005998 10.0.0.23 - - [2026-06-15 02:30:36] "DELETE /network-policy/fbcf0055-b68c-47a6-b1e9-fb8411731768 HTTP/1.1" 200 115 0.036149 10.0.0.23 - - [2026-06-15 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.65 - - [2026-06-15 02:30:36] "GET /projects?obj_uuids=584099ba-644f-44cf-ac74-14bc001c1bdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000862 10.0.0.23 - - [2026-06-15 02:30:37] "GET /project/584099ba-644f-44cf-ac74-14bc001c1bdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.039316 10.0.0.23 - - [2026-06-15 02:30:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-41900565&detail=False&count=False&shared=False HTTP/1.1" 200 1783 0.005890 10.0.0.23 - - [2026-06-15 02:30:37] "DELETE /network-policy/cdc530cd-ef51-4577-9b33-a1ac980afa12 HTTP/1.1" 200 115 0.054992 10.0.0.23 - - [2026-06-15 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.65 - - [2026-06-15 02:30:37] "GET /projects?obj_uuids=584099ba-644f-44cf-ac74-14bc001c1bdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000870 10.0.0.23 - - [2026-06-15 02:30:37] "GET /project/584099ba-644f-44cf-ac74-14bc001c1bdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.041650 10.0.0.23 - - [2026-06-15 02:30:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-41900565&detail=False&count=False&shared=False HTTP/1.1" 200 1547 0.004948 10.0.0.23 - - [2026-06-15 02:30:37] "DELETE /network-policy/a18f86fc-908d-4a66-b21e-1f4985ac8035 HTTP/1.1" 200 115 0.040042 10.0.0.23 - - [2026-06-15 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.65 - - [2026-06-15 02:30:37] "GET /projects?obj_uuids=584099ba-644f-44cf-ac74-14bc001c1bdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001250 10.0.0.23 - - [2026-06-15 02:30:37] "GET /project/584099ba-644f-44cf-ac74-14bc001c1bdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.038660 10.0.0.23 - - [2026-06-15 02:30:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-41900565&detail=False&count=False&shared=False HTTP/1.1" 200 1311 0.004625 10.0.0.23 - - [2026-06-15 02:30:37] "DELETE /network-policy/11ed46d3-1032-466c-887e-c83c6729e786 HTTP/1.1" 200 115 0.054010 10.0.0.23 - - [2026-06-15 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.65 - - [2026-06-15 02:30:37] "GET /projects?obj_uuids=584099ba-644f-44cf-ac74-14bc001c1bdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000951 10.0.0.23 - - [2026-06-15 02:30:37] "GET /project/584099ba-644f-44cf-ac74-14bc001c1bdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.041396 10.0.0.23 - - [2026-06-15 02:30:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-41900565&detail=False&count=False&shared=False HTTP/1.1" 200 1074 0.005551 10.0.0.23 - - [2026-06-15 02:30:37] "DELETE /network-policy/c99929a2-e062-4356-9d32-4b37620e1d7b HTTP/1.1" 200 115 0.043775 10.0.0.23 - - [2026-06-15 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.65 - - [2026-06-15 02:30:37] "GET /projects?obj_uuids=584099ba-644f-44cf-ac74-14bc001c1bdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001022 10.0.0.23 - - [2026-06-15 02:30:37] "GET /project/584099ba-644f-44cf-ac74-14bc001c1bdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.056974 10.0.0.23 - - [2026-06-15 02:30:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-41900565&detail=False&count=False&shared=False HTTP/1.1" 200 838 0.006178 10.0.0.23 - - [2026-06-15 02:30:38] "DELETE /network-policy/9d66476d-7855-4254-9dfb-5b58b0699480 HTTP/1.1" 200 115 0.045181 10.0.0.23 - - [2026-06-15 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.65 - - [2026-06-15 02:30:38] "GET /projects?obj_uuids=584099ba-644f-44cf-ac74-14bc001c1bdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000921 10.0.0.23 - - [2026-06-15 02:30:38] "GET /project/584099ba-644f-44cf-ac74-14bc001c1bdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.047758 10.0.0.23 - - [2026-06-15 02:30:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-41900565&detail=False&count=False&shared=False HTTP/1.1" 200 602 0.004514 10.0.0.23 - - [2026-06-15 02:30:38] "DELETE /network-policy/2959c7b6-272f-4fc4-b63c-66db101aaa65 HTTP/1.1" 200 115 0.056795 10.0.0.23 - - [2026-06-15 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.65 - - [2026-06-15 02:30:38] "GET /projects?obj_uuids=584099ba-644f-44cf-ac74-14bc001c1bdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001461 10.0.0.23 - - [2026-06-15 02:30:38] "GET /project/584099ba-644f-44cf-ac74-14bc001c1bdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.034360 10.0.0.23 - - [2026-06-15 02:30:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-41900565&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.004553 10.0.0.23 - - [2026-06-15 02:30:38] "DELETE /network-policy/df343463-bab3-4a64-ad8f-7af53759b6c1 HTTP/1.1" 200 115 0.037946 10.0.0.23 - - [2026-06-15 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006305 10.0.0.65 - - [2026-06-15 02:30:38] "GET /projects?obj_uuids=584099ba-644f-44cf-ac74-14bc001c1bdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000857 10.0.0.23 - - [2026-06-15 02:30:38] "GET /project/584099ba-644f-44cf-ac74-14bc001c1bdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.044456 10.0.0.23 - - [2026-06-15 02:30:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-41900565&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004506 10.0.0.23 - - [2026-06-15 02:30:38] "POST /neutron/network HTTP/1.1" 200 1337 0.010870 10.0.0.65 - - [2026-06-15 02:30:38] "DELETE /route-target/453ba383-b561-405c-b07a-8da29c8c340b HTTP/1.1" 200 115 0.019351 10.0.0.23 - - [2026-06-15 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.23 - - [2026-06-15 02:30:39] "DELETE /network-ipam/33708e1b-be1f-4187-830f-42215b6efa24 HTTP/1.1" 200 115 0.037700 10.0.0.23 - - [2026-06-15 02:30:39] "POST /fqname-to-id HTTP/1.1" 404 260 0.002858 10.0.0.65 - - [2026-06-15 02:30:39] "GET /projects?obj_uuids=584099ba-644f-44cf-ac74-14bc001c1bdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000798 10.0.0.65 - - [2026-06-15 02:30:39] "GET /project/584099ba-644f-44cf-ac74-14bc001c1bdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.043238 10.0.0.65 - - [2026-06-15 02:30:39] "GET /projects?obj_uuids=584099ba-644f-44cf-ac74-14bc001c1bdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000765 10.0.0.65 - - [2026-06-15 02:30:39] "GET /project/584099ba-644f-44cf-ac74-14bc001c1bdf?fields=security_groups HTTP/1.1" 200 1398 0.037055 10.0.0.65 - - [2026-06-15 02:30:39] "DELETE /security-group/1b2496d7-d1bd-4935-aa55-d8d9d0a3f6cd HTTP/1.1" 200 115 0.055291 10.0.0.65 - - [2026-06-15 02:30:39] "GET /projects?obj_uuids=584099ba-644f-44cf-ac74-14bc001c1bdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001313 10.0.0.65 - - [2026-06-15 02:30:39] "GET /project/584099ba-644f-44cf-ac74-14bc001c1bdf?fields=application_policy_sets HTTP/1.1" 200 1437 0.046539 10.0.0.23 - - [2026-06-15 02:30:39] "DELETE /project/584099ba-644f-44cf-ac74-14bc001c1bdf HTTP/1.1" 200 115 0.398096 10.0.0.65 - - [2026-06-15 02:30:39] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001013 10.0.0.23 - - [2026-06-15 02:30:39] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?fields=projects HTTP/1.1" 200 1438 0.012532 10.0.0.65 - - [2026-06-15 02:30:42] "GET /projects?obj_uuids=584099ba-644f-44cf-ac74-14bc001c1bdf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006148 10.0.0.65 - - [2026-06-15 02:30:42] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001035 10.0.0.65 - - [2026-06-15 02:30:42] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.049834 10.0.0.65 - - [2026-06-15 02:30:42] "POST /id-to-fqname HTTP/1.1" 200 202 0.007843 10.0.0.65 - - [2026-06-15 02:30:42] "POST /fqname-to-id HTTP/1.1" 404 211 0.003720 10.0.0.65 - - [2026-06-15 02:30:42] "POST /security-groups HTTP/1.1" 200 603 0.032858 10.0.0.65 - - [2026-06-15 02:30:42] "POST /fqname-to-id HTTP/1.1" 404 246 0.006575 10.0.0.65 - - [2026-06-15 02:30:42] "POST /projects HTTP/1.1" 200 609 0.242722 10.0.0.65 - - [2026-06-15 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.322246 10.0.0.65 - - [2026-06-15 02:30:42] "POST /access-control-lists HTTP/1.1" 200 606 0.046989 10.0.0.23 - - [2026-06-15 02:30:42] "GET /project/584099ba-644f-44cf-ac74-14bc001c1bdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.493837 10.0.0.65 - - [2026-06-15 02:30:42] "GET /projects?obj_uuids=584099ba-644f-44cf-ac74-14bc001c1bdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001082 10.0.0.23 - - [2026-06-15 02:30:42] "GET /project/584099ba-644f-44cf-ac74-14bc001c1bdf?fields=virtual_networks HTTP/1.1" 200 1055 0.053464 10.0.0.65 - - [2026-06-15 02:30:42] "GET /projects?obj_uuids=584099ba-644f-44cf-ac74-14bc001c1bdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001477 10.0.0.23 - - [2026-06-15 02:30:42] "GET /project/584099ba-644f-44cf-ac74-14bc001c1bdf?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.049901 10.0.0.65 - - [2026-06-15 02:30:43] "GET /projects?obj_uuids=584099ba-644f-44cf-ac74-14bc001c1bdf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000947 10.0.0.23 - - [2026-06-15 02:30:43] "GET /project/584099ba-644f-44cf-ac74-14bc001c1bdf?fields=security_groups HTTP/1.1" 200 1293 0.043700 10.0.0.23 - - [2026-06-15 02:30:43] "POST /fqname-to-id HTTP/1.1" 404 194 0.036863 10.0.0.65 - - [2026-06-15 02:30:43] "GET /projects?obj_uuids=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003261 10.0.0.65 - - [2026-06-15 02:30:43] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000990 10.0.0.65 - - [2026-06-15 02:30:43] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006498 10.0.0.65 - - [2026-06-15 02:30:44] "POST /id-to-fqname HTTP/1.1" 200 196 0.005443 10.0.0.65 - - [2026-06-15 02:30:44] "POST /fqname-to-id HTTP/1.1" 404 205 0.004494 10.0.0.65 - - [2026-06-15 02:30:44] "POST /security-groups HTTP/1.1" 200 597 0.029139 10.0.0.65 - - [2026-06-15 02:30:44] "POST /projects HTTP/1.1" 200 597 0.225865 10.0.0.65 - - [2026-06-15 02:30:44] "POST /fqname-to-id HTTP/1.1" 404 239 0.003700 10.0.0.65 - - [2026-06-15 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.292773 10.0.0.23 - - [2026-06-15 02:30:44] "GET /project/f0aa0b90-17a8-4811-ba04-25df6ac927e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.425874 10.0.0.23 - - [2026-06-15 02:30:45] "GET / HTTP/1.1" 200 35931 0.001701 10.0.0.23 - - [2026-06-15 02:30:47] "GET /project/f0aa0b90-17a8-4811-ba04-25df6ac927e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000424 10.0.0.65 - - [2026-06-15 02:30:47] "GET /projects?obj_uuids=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000942 10.0.0.23 - - [2026-06-15 02:30:47] "GET /project/f0aa0b90-17a8-4811-ba04-25df6ac927e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.085187 10.0.0.23 - - [2026-06-15 02:30:48] "GET / HTTP/1.1" 200 35931 0.002473 10.0.0.23 - - [2026-06-15 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004735 10.0.0.65 - - [2026-06-15 02:30:48] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001222 10.0.0.23 - - [2026-06-15 02:30:48] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008085 10.0.0.23 - - [2026-06-15 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.65 - - [2026-06-15 02:30:48] "GET /projects?obj_uuids=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000901 10.0.0.23 - - [2026-06-15 02:30:48] "GET /project/f0aa0b90-17a8-4811-ba04-25df6ac927e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.041949 10.0.0.23 - - [2026-06-15 02:30:49] "GET /domains HTTP/1.1" 401 292 0.000378 10.0.0.65 - - [2026-06-15 02:30:50] "DELETE /access-control-list/4c453eaa-1e32-4e99-a355-3322ea875fd7 HTTP/1.1" 200 115 0.038646 10.0.0.23 - - [2026-06-15 02:30:50] "GET /domains HTTP/1.1" 200 280 0.040690 10.0.0.65 - - [2026-06-15 02:30:50] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001698 10.0.0.23 - - [2026-06-15 02:30:50] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e HTTP/1.1" 200 2773 0.012226 10.0.0.65 - - [2026-06-15 02:30:50] "GET /projects?obj_uuids=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000937 10.0.0.23 - - [2026-06-15 02:30:50] "GET /project/f0aa0b90-17a8-4811-ba04-25df6ac927e4 HTTP/1.1" 200 1888 0.093294 10.0.0.23 - - [2026-06-15 02:30:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002962 10.0.0.23 - - [2026-06-15 02:30:50] "POST /network-ipams HTTP/1.1" 200 603 0.031025 10.0.0.23 - - [2026-06-15 02:30:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 798 0.003384 10.0.0.23 - - [2026-06-15 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004597 10.0.0.23 - - [2026-06-15 02:30:50] "GET /network-ipam/de2a66d4-5762-4811-a1e1-163488782273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.006545 10.0.0.23 - - [2026-06-15 02:30:50] "PUT /network-ipam/de2a66d4-5762-4811-a1e1-163488782273 HTTP/1.1" 200 258 0.016953 10.0.0.23 - - [2026-06-15 02:30:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000465 10.0.0.23 - - [2026-06-15 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.028139 10.0.0.65 - - [2026-06-15 02:30:51] "GET /projects?obj_uuids=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001015 10.0.0.23 - - [2026-06-15 02:30:51] "GET /project/f0aa0b90-17a8-4811-ba04-25df6ac927e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.036549 10.0.0.65 - - [2026-06-15 02:30:51] "GET /projects?obj_uuids=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001108 10.0.0.23 - - [2026-06-15 02:30:51] "POST /neutron/network HTTP/1.1" 200 617 0.144017 10.0.0.23 - - [2026-06-15 02:30:51] "POST /neutron/network HTTP/1.1" 200 1074 0.011100 10.0.0.23 - - [2026-06-15 02:30:51] "POST /id-to-fqname HTTP/1.1" 200 229 0.000887 10.0.0.23 - - [2026-06-15 02:30:51] "GET /virtual-network/d0a48a7c-d06c-4268-8070-ddd5be031e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.004468 10.0.0.23 - - [2026-06-15 02:30:51] "GET /virtual-network/d0a48a7c-d06c-4268-8070-ddd5be031e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.011083 10.0.0.23 - - [2026-06-15 02:30:51] "POST /neutron/subnet HTTP/1.1" 200 701 0.007664 10.0.0.23 - - [2026-06-15 02:30:52] "GET /virtual-network/d0a48a7c-d06c-4268-8070-ddd5be031e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.005629 10.0.0.23 - - [2026-06-15 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.65 - - [2026-06-15 02:30:53] "GET /projects?obj_uuids=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001283 10.0.0.23 - - [2026-06-15 02:30:53] "GET /project/f0aa0b90-17a8-4811-ba04-25df6ac927e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.046211 10.0.0.65 - - [2026-06-15 02:30:53] "GET /projects?obj_uuids=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001145 10.0.0.23 - - [2026-06-15 02:30:54] "POST /neutron/network HTTP/1.1" 200 617 0.126461 10.0.0.65 - - [2026-06-15 02:30:54] "POST /route-targets HTTP/1.1" 200 327 0.013099 10.0.0.23 - - [2026-06-15 02:30:54] "POST /neutron/network HTTP/1.1" 200 1074 0.011036 10.0.0.23 - - [2026-06-15 02:30:54] "POST /id-to-fqname HTTP/1.1" 200 229 0.001087 10.0.0.23 - - [2026-06-15 02:30:54] "GET /virtual-network/83ff6106-3454-45be-8496-c00fe761eae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2572 0.004774 10.0.0.23 - - [2026-06-15 02:30:54] "GET /virtual-network/83ff6106-3454-45be-8496-c00fe761eae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2572 0.005944 10.0.0.23 - - [2026-06-15 02:30:54] "POST /neutron/subnet HTTP/1.1" 200 701 0.008149 10.0.0.23 - - [2026-06-15 02:30:54] "GET /virtual-network/83ff6106-3454-45be-8496-c00fe761eae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2572 0.004928 10.0.0.23 - - [2026-06-15 02:30:55] "GET /obj-perms HTTP/1.1" 200 4450 0.039450 10.0.0.33 - - [2026-06-15 02:30:55] "GET /obj-perms HTTP/1.1" 200 4450 0.034934 10.0.0.23 - - [2026-06-15 02:30:55] "POST /fqname-to-id HTTP/1.1" 404 205 0.003253 10.0.0.23 - - [2026-06-15 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.65 - - [2026-06-15 02:30:55] "GET /projects?obj_uuids=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001203 10.0.0.23 - - [2026-06-15 02:30:55] "GET /project/f0aa0b90-17a8-4811-ba04-25df6ac927e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.049717 10.0.0.23 - - [2026-06-15 02:30:55] "POST /network-policys HTTP/1.1" 200 527 0.069500 10.0.0.23 - - [2026-06-15 02:30:55] "GET /network-policy/22d665be-82a8-40c4-a350-55d3c1586b28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.006608 10.0.0.23 - - [2026-06-15 02:30:55] "POST /fqname-to-id HTTP/1.1" 404 205 0.004268 10.0.0.23 - - [2026-06-15 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002581 10.0.0.65 - - [2026-06-15 02:30:55] "GET /projects?obj_uuids=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000950 10.0.0.23 - - [2026-06-15 02:30:55] "GET /project/f0aa0b90-17a8-4811-ba04-25df6ac927e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.048733 10.0.0.23 - - [2026-06-15 02:30:55] "POST /network-policys HTTP/1.1" 200 527 0.030700 10.0.0.23 - - [2026-06-15 02:30:55] "GET /network-policy/6400fea4-6daf-42ba-a6a5-8a9471dd96c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.006646 10.0.0.23 - - [2026-06-15 02:30:56] "POST /fqname-to-id HTTP/1.1" 404 205 0.003435 10.0.0.23 - - [2026-06-15 02:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.65 - - [2026-06-15 02:30:56] "GET /projects?obj_uuids=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000983 10.0.0.23 - - [2026-06-15 02:30:56] "GET /project/f0aa0b90-17a8-4811-ba04-25df6ac927e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.042156 10.0.0.23 - - [2026-06-15 02:30:56] "POST /network-policys HTTP/1.1" 200 527 0.073445 10.0.0.23 - - [2026-06-15 02:30:56] "GET /network-policy/d1eeda58-349e-46c7-9e08-72590ad0f818?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.006804 10.0.0.23 - - [2026-06-15 02:30:56] "POST /fqname-to-id HTTP/1.1" 404 205 0.002762 10.0.0.23 - - [2026-06-15 02:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002176 10.0.0.65 - - [2026-06-15 02:30:56] "GET /projects?obj_uuids=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001229 10.0.0.23 - - [2026-06-15 02:30:56] "GET /project/f0aa0b90-17a8-4811-ba04-25df6ac927e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.039929 10.0.0.23 - - [2026-06-15 02:30:56] "POST /network-policys HTTP/1.1" 200 527 0.028339 10.0.0.23 - - [2026-06-15 02:30:56] "GET /network-policy/2eb392c5-6b97-422e-b285-1bd19332ac26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.007575 10.0.0.23 - - [2026-06-15 02:30:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.003524 10.0.0.23 - - [2026-06-15 02:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.65 - - [2026-06-15 02:30:56] "GET /projects?obj_uuids=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000964 10.0.0.23 - - [2026-06-15 02:30:56] "GET /project/f0aa0b90-17a8-4811-ba04-25df6ac927e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.033488 10.0.0.23 - - [2026-06-15 02:30:56] "POST /network-policys HTTP/1.1" 200 531 0.037900 10.0.0.23 - - [2026-06-15 02:30:56] "GET /network-policy/6e7956c4-2a74-456b-99f7-696c69f7743a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.006448 10.0.0.23 - - [2026-06-15 02:30:57] "POST /fqname-to-id HTTP/1.1" 404 206 0.002783 10.0.0.23 - - [2026-06-15 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.65 - - [2026-06-15 02:30:57] "GET /projects?obj_uuids=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001430 10.0.0.23 - - [2026-06-15 02:30:57] "GET /project/f0aa0b90-17a8-4811-ba04-25df6ac927e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.039055 10.0.0.23 - - [2026-06-15 02:30:57] "POST /network-policys HTTP/1.1" 200 529 0.038265 10.0.0.23 - - [2026-06-15 02:30:57] "GET /network-policy/94c24bee-50ac-4227-8f8b-9af25d972b0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.005932 10.0.0.23 - - [2026-06-15 02:30:57] "POST /fqname-to-id HTTP/1.1" 404 206 0.002959 10.0.0.23 - - [2026-06-15 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002402 10.0.0.65 - - [2026-06-15 02:30:57] "GET /projects?obj_uuids=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000954 10.0.0.23 - - [2026-06-15 02:30:57] "GET /project/f0aa0b90-17a8-4811-ba04-25df6ac927e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.041432 10.0.0.23 - - [2026-06-15 02:30:57] "POST /network-policys HTTP/1.1" 200 529 0.048206 10.0.0.23 - - [2026-06-15 02:30:57] "GET /network-policy/1db884b5-1d95-44d3-a004-4e8f42339ed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.006162 10.0.0.23 - - [2026-06-15 02:30:57] "POST /fqname-to-id HTTP/1.1" 404 206 0.003692 10.0.0.23 - - [2026-06-15 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.65 - - [2026-06-15 02:30:57] "GET /projects?obj_uuids=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000870 10.0.0.23 - - [2026-06-15 02:30:57] "GET /project/f0aa0b90-17a8-4811-ba04-25df6ac927e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.043848 10.0.0.23 - - [2026-06-15 02:30:58] "POST /network-policys HTTP/1.1" 200 529 0.030190 10.0.0.23 - - [2026-06-15 02:30:58] "GET /network-policy/78abf7d7-834e-43cf-a2f7-207aa7c91425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.006082 10.0.0.23 - - [2026-06-15 02:30:58] "POST /fqname-to-id HTTP/1.1" 404 206 0.002867 10.0.0.23 - - [2026-06-15 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002213 10.0.0.65 - - [2026-06-15 02:30:58] "GET /projects?obj_uuids=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000870 10.0.0.23 - - [2026-06-15 02:30:58] "GET /project/f0aa0b90-17a8-4811-ba04-25df6ac927e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.040258 10.0.0.23 - - [2026-06-15 02:30:58] "POST /network-policys HTTP/1.1" 200 529 0.071691 10.0.0.23 - - [2026-06-15 02:30:58] "GET /network-policy/73e159d6-2023-4beb-8b19-9aa7c8fe2ee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.005993 10.0.0.23 - - [2026-06-15 02:30:58] "POST /fqname-to-id HTTP/1.1" 404 208 0.002824 10.0.0.23 - - [2026-06-15 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002381 10.0.0.65 - - [2026-06-15 02:30:58] "GET /projects?obj_uuids=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000864 10.0.0.23 - - [2026-06-15 02:30:58] "GET /project/f0aa0b90-17a8-4811-ba04-25df6ac927e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.041564 10.0.0.23 - - [2026-06-15 02:30:58] "POST /network-policys HTTP/1.1" 200 533 0.024857 10.0.0.23 - - [2026-06-15 02:30:58] "GET /network-policy/a316b8cd-752b-49d8-be6d-893480fda463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1127 0.005405 10.0.0.23 - - [2026-06-15 02:30:59] "POST /neutron/network HTTP/1.1" 200 1157 0.079818 10.0.0.65 - - [2026-06-15 02:30:59] "POST /access-control-lists HTTP/1.1" 200 603 0.045189 10.0.0.23 - - [2026-06-15 02:30:59] "GET /virtual-network/d0a48a7c-d06c-4268-8070-ddd5be031e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.008263 10.0.0.23 - - [2026-06-15 02:30:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.23 - - [2026-06-15 02:30:59] "GET /network-policy/22d665be-82a8-40c4-a350-55d3c1586b28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.003795 10.0.0.23 - - [2026-06-15 02:30:59] "POST /neutron/network HTTP/1.1" 200 1159 0.073197 10.0.0.23 - - [2026-06-15 02:30:59] "GET /virtual-network/83ff6106-3454-45be-8496-c00fe761eae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.017599 10.0.0.23 - - [2026-06-15 02:30:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.65 - - [2026-06-15 02:30:59] "POST /ref-update HTTP/1.1" 200 156 0.039295 10.0.0.23 - - [2026-06-15 02:30:59] "GET /network-policy/6e7956c4-2a74-456b-99f7-696c69f7743a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.007422 10.0.0.23 - - [2026-06-15 02:30:59] "POST /id-to-fqname HTTP/1.1" 200 229 0.001093 10.0.0.65 - - [2026-06-15 02:31:00] "GET /projects?obj_uuids=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001358 10.0.0.23 - - [2026-06-15 02:31:00] "GET /project/f0aa0b90-17a8-4811-ba04-25df6ac927e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.061038 10.0.0.23 - - [2026-06-15 02:31:00] "POST /neutron/network HTTP/1.1" 200 1157 0.017746 10.0.0.23 - - [2026-06-15 02:31:00] "POST /id-to-fqname HTTP/1.1" 200 229 0.001948 10.0.0.23 - - [2026-06-15 02:31:00] "POST /neutron/port HTTP/1.1" 200 117 0.007819 10.0.0.65 - - [2026-06-15 02:31:01] "GET /projects?obj_uuids=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000865 10.0.0.23 - - [2026-06-15 02:31:01] "GET /project/f0aa0b90-17a8-4811-ba04-25df6ac927e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.054678 10.0.0.23 - - [2026-06-15 02:31:01] "POST /neutron/port HTTP/1.1" 200 117 0.008162 10.0.0.23 - - [2026-06-15 02:31:04] "POST /neutron/network HTTP/1.1" 200 1167 0.006346 10.0.0.23 - - [2026-06-15 02:31:05] "POST /neutron/port HTTP/1.1" 200 1061 0.019149 10.0.0.65 - - [2026-06-15 02:31:06] "GET /projects?obj_uuids=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001412 10.0.0.65 - - [2026-06-15 02:31:06] "DELETE /project/f0aa0b9017a84811ba0425df6ac927e4 HTTP/1.1" 404 173 0.003737 10.0.0.65 - - [2026-06-15 02:31:06] "DELETE /project/584099ba644f44cfac7414bc001c1bdf HTTP/1.1" 404 173 0.003750 10.0.0.65 - - [2026-06-15 02:31:06] "DELETE /project/584099ba-644f-44cf-ac74-14bc001c1bdf HTTP/1.1" 404 177 0.006111 10.0.0.23 - - [2026-06-15 02:31:06] "POST /neutron/port HTTP/1.1" 200 1061 0.298782 10.0.0.23 - - [2026-06-15 02:31:06] "POST /neutron/port HTTP/1.1" 200 1125 0.026429 10.0.0.23 - - [2026-06-15 02:31:06] "POST /neutron/subnet HTTP/1.1" 200 675 0.009365 10.0.0.23 - - [2026-06-15 02:31:07] "POST /neutron/port HTTP/1.1" 200 1125 0.022240 10.0.0.23 - - [2026-06-15 02:31:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.023401 10.0.0.23 - - [2026-06-15 02:31:07] "POST /neutron/network HTTP/1.1" 200 1159 0.008473 10.0.0.23 - - [2026-06-15 02:31:12] "POST /neutron/port HTTP/1.1" 200 1125 0.015933 10.0.0.23 - - [2026-06-15 02:31:12] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007854 10.0.0.23 - - [2026-06-15 02:31:12] "GET /virtual-machine/add695be-beb3-4c61-847b-e310b210cc5f HTTP/1.1" 401 292 0.000381 10.0.0.23 - - [2026-06-15 02:31:12] "GET /virtual-machine/add695be-beb3-4c61-847b-e310b210cc5f HTTP/1.1" 200 1298 0.029526 10.0.0.23 - - [2026-06-15 02:31:12] "GET /virtual-machine-interface/5ba4a0fc-68cd-4a11-bb5d-39af1b4a2ff7 HTTP/1.1" 200 2950 0.005668 10.0.0.23 - - [2026-06-15 02:31:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.23 - - [2026-06-15 02:31:12] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003647 10.0.0.23 - - [2026-06-15 02:31:12] "GET /virtual-networks?parent_id=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003098 10.0.0.23 - - [2026-06-15 02:31:12] "GET /virtual-network/d0a48a7c-d06c-4268-8070-ddd5be031e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.005791 10.0.0.23 - - [2026-06-15 02:31:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.23 - - [2026-06-15 02:31:15] "GET /virtual-network/d0a48a7c-d06c-4268-8070-ddd5be031e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.005042 10.0.0.23 - - [2026-06-15 02:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.23 - - [2026-06-15 02:31:20] "GET /virtual-network/d0a48a7c-d06c-4268-8070-ddd5be031e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.005613 10.0.0.23 - - [2026-06-15 02:31:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005312 10.0.0.23 - - [2026-06-15 02:31:24] "GET /virtual-network/d0a48a7c-d06c-4268-8070-ddd5be031e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.005399 10.0.0.23 - - [2026-06-15 02:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004402 10.0.0.23 - - [2026-06-15 02:31:28] "GET /virtual-network/d0a48a7c-d06c-4268-8070-ddd5be031e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.006667 10.0.0.23 - - [2026-06-15 02:31:29] "POST /neutron/network HTTP/1.1" 200 1167 0.008267 10.0.0.23 - - [2026-06-15 02:31:29] "POST /neutron/port HTTP/1.1" 200 117 0.001080 10.0.0.23 - - [2026-06-15 02:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.23 - - [2026-06-15 02:31:32] "GET /virtual-network/d0a48a7c-d06c-4268-8070-ddd5be031e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.005259 10.0.0.23 - - [2026-06-15 02:31:32] "POST /neutron/port HTTP/1.1" 200 1125 0.022441 10.0.0.23 - - [2026-06-15 02:31:33] "POST /neutron/subnet HTTP/1.1" 200 675 0.010318 10.0.0.23 - - [2026-06-15 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.23 - - [2026-06-15 02:31:36] "GET /virtual-network/d0a48a7c-d06c-4268-8070-ddd5be031e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.005011 10.0.0.23 - - [2026-06-15 02:31:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.23 - - [2026-06-15 02:31:40] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003088 10.0.0.23 - - [2026-06-15 02:31:40] "GET /virtual-networks?parent_id=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002965 10.0.0.23 - - [2026-06-15 02:31:40] "GET /virtual-network/d0a48a7c-d06c-4268-8070-ddd5be031e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.005414 10.0.0.23 - - [2026-06-15 02:31:40] "POST /neutron/port HTTP/1.1" 200 1125 0.023584 10.0.0.23 - - [2026-06-15 02:31:44] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010706 10.0.0.23 - - [2026-06-15 02:31:51] "POST /neutron/port HTTP/1.1" 200 1125 0.018999 10.0.0.23 - - [2026-06-15 02:31:51] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008592 10.0.0.23 - - [2026-06-15 02:31:51] "GET /virtual-machine/67e3235a-05a7-48b3-8b71-f1e71e8fd125 HTTP/1.1" 200 1298 0.006124 10.0.0.23 - - [2026-06-15 02:31:51] "GET /virtual-machine-interface/c40e4270-1006-45a6-b318-9f6bfe7638b0 HTTP/1.1" 200 2951 0.004956 10.0.0.23 - - [2026-06-15 02:31:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.23 - - [2026-06-15 02:31:51] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003359 10.0.0.23 - - [2026-06-15 02:31:51] "GET /virtual-networks?parent_id=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002953 10.0.0.23 - - [2026-06-15 02:31:51] "GET /virtual-network/83ff6106-3454-45be-8496-c00fe761eae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005070 10.0.0.23 - - [2026-06-15 02:31:52] "POST /neutron/port HTTP/1.1" 200 1125 0.016401 10.0.0.23 - - [2026-06-15 02:31:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.23 - - [2026-06-15 02:31:52] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005377 10.0.0.23 - - [2026-06-15 02:31:52] "GET /virtual-networks?parent_id=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.006909 10.0.0.23 - - [2026-06-15 02:31:52] "GET /virtual-network/83ff6106-3454-45be-8496-c00fe761eae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.008126 10.0.0.23 - - [2026-06-15 02:31:52] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010870 10.0.0.23 - - [2026-06-15 02:32:03] "POST /neutron/port HTTP/1.1" 200 2098 0.021371 10.0.0.23 - - [2026-06-15 02:32:03] "POST /neutron/security_group HTTP/1.1" 200 2064 0.011502 10.0.0.23 - - [2026-06-15 02:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.23 - - [2026-06-15 02:32:03] "GET /network-policy/6e7956c4-2a74-456b-99f7-696c69f7743a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.002812 10.0.0.23 - - [2026-06-15 02:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.23 - - [2026-06-15 02:32:03] "GET /network-policy/22d665be-82a8-40c4-a350-55d3c1586b28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.003654 10.0.0.23 - - [2026-06-15 02:32:03] "POST /neutron/network HTTP/1.1" 200 1157 0.009138 10.0.0.23 - - [2026-06-15 02:32:03] "GET /virtual-network/d0a48a7c-d06c-4268-8070-ddd5be031e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.006870 10.0.0.23 - - [2026-06-15 02:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.23 - - [2026-06-15 02:32:03] "GET /network-policy/6400fea4-6daf-42ba-a6a5-8a9471dd96c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.005016 10.0.0.65 - - [2026-06-15 02:32:27] "GET /obj-perms HTTP/1.1" 200 4493 0.038572 10.0.0.23 - - [2026-06-15 02:32:28] "POST /neutron/port HTTP/1.1" 200 1125 0.015461 10.0.0.23 - - [2026-06-15 02:32:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003525 10.0.0.23 - - [2026-06-15 02:32:30] "POST /neutron/network HTTP/1.1" 200 1157 0.008937 10.0.0.23 - - [2026-06-15 02:32:35] "POST /neutron/network HTTP/1.1" 200 1169 0.007612 10.0.0.23 - - [2026-06-15 02:32:35] "POST /neutron/port HTTP/1.1" 200 117 0.001019 10.0.0.23 - - [2026-06-15 02:32:49] "POST /neutron/network HTTP/1.1" 200 1160 0.071429 10.0.0.65 - - [2026-06-15 02:32:49] "POST /ref-update HTTP/1.1" 200 156 0.036185 10.0.0.23 - - [2026-06-15 02:32:49] "GET /virtual-network/d0a48a7c-d06c-4268-8070-ddd5be031e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005530 10.0.0.23 - - [2026-06-15 02:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005521 10.0.0.23 - - [2026-06-15 02:32:49] "GET /network-policy/a316b8cd-752b-49d8-be6d-893480fda463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1127 0.005281 10.0.0.23 - - [2026-06-15 02:32:58] "POST /neutron/network HTTP/1.1" 200 1157 0.082286 10.0.0.23 - - [2026-06-15 02:32:58] "GET /virtual-network/d0a48a7c-d06c-4268-8070-ddd5be031e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.007385 10.0.0.23 - - [2026-06-15 02:32:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.23 - - [2026-06-15 02:32:58] "GET /network-policy/d1eeda58-349e-46c7-9e08-72590ad0f818?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.004416 10.0.0.65 - - [2026-06-15 02:33:06] "PUT /access-control-list/db81f73b-265c-409d-a3d3-b6e592b60d29 HTTP/1.1" 200 272 0.026746 10.0.0.23 - - [2026-06-15 02:33:06] "POST /neutron/network HTTP/1.1" 200 1157 0.086576 10.0.0.23 - - [2026-06-15 02:33:06] "GET /virtual-network/d0a48a7c-d06c-4268-8070-ddd5be031e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.007256 10.0.0.23 - - [2026-06-15 02:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002392 10.0.0.23 - - [2026-06-15 02:33:06] "GET /network-policy/2eb392c5-6b97-422e-b285-1bd19332ac26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.004764 10.0.0.23 - - [2026-06-15 02:33:14] "POST /neutron/network HTTP/1.1" 200 1158 0.071203 10.0.0.23 - - [2026-06-15 02:33:14] "GET /virtual-network/d0a48a7c-d06c-4268-8070-ddd5be031e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.011248 10.0.0.23 - - [2026-06-15 02:33:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005603 10.0.0.23 - - [2026-06-15 02:33:14] "GET /network-policy/94c24bee-50ac-4227-8f8b-9af25d972b0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004650 10.0.0.23 - - [2026-06-15 02:33:22] "POST /neutron/network HTTP/1.1" 200 1158 0.085908 10.0.0.65 - - [2026-06-15 02:33:22] "PUT /access-control-list/db81f73b-265c-409d-a3d3-b6e592b60d29 HTTP/1.1" 200 272 0.039737 10.0.0.23 - - [2026-06-15 02:33:22] "GET /virtual-network/d0a48a7c-d06c-4268-8070-ddd5be031e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006622 10.0.0.23 - - [2026-06-15 02:33:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004901 10.0.0.23 - - [2026-06-15 02:33:22] "GET /network-policy/1db884b5-1d95-44d3-a004-4e8f42339ed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.004914 10.0.0.23 - - [2026-06-15 02:33:29] "POST /neutron/port HTTP/1.1" 200 1125 0.019069 10.0.0.23 - - [2026-06-15 02:33:30] "POST /neutron/network HTTP/1.1" 200 1168 0.009704 10.0.0.23 - - [2026-06-15 02:33:30] "POST /neutron/network HTTP/1.1" 200 1158 0.008947 10.0.0.23 - - [2026-06-15 02:33:30] "GET /virtual-network/d0a48a7c-d06c-4268-8070-ddd5be031e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.004925 10.0.0.23 - - [2026-06-15 02:33:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.23 - - [2026-06-15 02:33:30] "GET /network-policy/78abf7d7-834e-43cf-a2f7-207aa7c91425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.006021 10.0.0.23 - - [2026-06-15 02:33:34] "POST /neutron/port HTTP/1.1" 200 1125 0.016118 10.0.0.23 - - [2026-06-15 02:33:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005227 10.0.0.23 - - [2026-06-15 02:33:36] "POST /neutron/network HTTP/1.1" 200 1159 0.015821 10.0.0.65 - - [2026-06-15 02:33:38] "PUT /access-control-list/db81f73b-265c-409d-a3d3-b6e592b60d29 HTTP/1.1" 200 272 0.027413 10.0.0.23 - - [2026-06-15 02:33:38] "POST /neutron/network HTTP/1.1" 200 1158 0.013088 10.0.0.23 - - [2026-06-15 02:33:38] "GET /virtual-network/d0a48a7c-d06c-4268-8070-ddd5be031e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.007506 10.0.0.23 - - [2026-06-15 02:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.23 - - [2026-06-15 02:33:38] "GET /network-policy/73e159d6-2023-4beb-8b19-9aa7c8fe2ee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.004313 10.0.0.23 - - [2026-06-15 02:33:45] "GET /virtual-network/d0a48a7c-d06c-4268-8070-ddd5be031e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005306 10.0.0.23 - - [2026-06-15 02:33:46] "POST /neutron/network HTTP/1.1" 200 1074 0.028889 10.0.0.23 - - [2026-06-15 02:33:46] "GET /virtual-network/d0a48a7c-d06c-4268-8070-ddd5be031e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.006359 10.0.0.23 - - [2026-06-15 02:33:46] "GET /virtual-machine/67e3235a-05a7-48b3-8b71-f1e71e8fd125 HTTP/1.1" 200 1298 0.003932 10.0.0.23 - - [2026-06-15 02:33:48] "GET /virtual-machine/67e3235a-05a7-48b3-8b71-f1e71e8fd125 HTTP/1.1" 200 1298 0.003605 10.0.0.23 - - [2026-06-15 02:33:48] "POST /neutron/port HTTP/1.1" 200 151 0.157206 10.0.0.23 - - [2026-06-15 02:33:50] "GET /virtual-machine/67e3235a-05a7-48b3-8b71-f1e71e8fd125 HTTP/1.1" 404 171 0.003861 10.0.0.23 - - [2026-06-15 02:33:50] "GET /virtual-machine/67e3235a-05a7-48b3-8b71-f1e71e8fd125 HTTP/1.1" 404 171 0.003480 10.0.0.23 - - [2026-06-15 02:33:50] "GET /virtual-machine/67e3235a-05a7-48b3-8b71-f1e71e8fd125 HTTP/1.1" 404 171 0.002757 10.0.0.23 - - [2026-06-15 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.23 - - [2026-06-15 02:33:50] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004257 10.0.0.23 - - [2026-06-15 02:33:50] "GET /virtual-networks?parent_id=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003016 10.0.0.23 - - [2026-06-15 02:33:50] "GET /virtual-network/83ff6106-3454-45be-8496-c00fe761eae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.007034 10.0.0.23 - - [2026-06-15 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004453 10.0.0.23 - - [2026-06-15 02:33:50] "GET /routing-instance/3257e0f1-bcce-497b-bc95-58d588fcdbd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.005385 10.0.0.23 - - [2026-06-15 02:33:50] "GET /route-target/1d1fb67e-8f0e-448c-b99a-1cfdd7d68dc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004095 10.0.0.23 - - [2026-06-15 02:33:50] "GET /obj-perms HTTP/1.1" 200 4450 0.003877 10.0.0.33 - - [2026-06-15 02:33:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000582 10.0.0.33 - - [2026-06-15 02:33:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000470 10.0.0.65 - - [2026-06-15 02:33:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.65 - - [2026-06-15 02:33:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.65 - - [2026-06-15 02:33:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.23 - - [2026-06-15 02:33:53] "GET /obj-perms HTTP/1.1" 200 4450 0.003342 10.0.0.65 - - [2026-06-15 02:33:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.23 - - [2026-06-15 02:33:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.23 - - [2026-06-15 02:33:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.33 - - [2026-06-15 02:33:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000837 10.0.0.33 - - [2026-06-15 02:33:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000328 10.0.0.23 - - [2026-06-15 02:33:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.23 - - [2026-06-15 02:33:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.23 - - [2026-06-15 02:34:00] "GET /obj-perms HTTP/1.1" 200 4450 0.003718 10.0.0.23 - - [2026-06-15 02:34:03] "GET /obj-perms HTTP/1.1" 200 4450 0.004102 10.0.0.23 - - [2026-06-15 02:34:09] "GET /obj-perms HTTP/1.1" 200 4450 0.003388 10.0.0.23 - - [2026-06-15 02:34:09] "GET /obj-perms HTTP/1.1" 200 4450 0.004486 10.0.0.33 - - [2026-06-15 02:34:09] "GET /obj-perms HTTP/1.1" 200 4450 0.003830 10.0.0.23 - - [2026-06-15 02:34:09] "GET /virtual-machine/add695be-beb3-4c61-847b-e310b210cc5f HTTP/1.1" 200 1298 0.004671 10.0.0.23 - - [2026-06-15 02:34:11] "GET /virtual-machine/add695be-beb3-4c61-847b-e310b210cc5f HTTP/1.1" 200 1298 0.005660 10.0.0.23 - - [2026-06-15 02:34:11] "POST /neutron/port HTTP/1.1" 200 151 0.195122 10.0.0.23 - - [2026-06-15 02:34:13] "GET /virtual-machine/add695be-beb3-4c61-847b-e310b210cc5f HTTP/1.1" 404 171 0.003242 10.0.0.23 - - [2026-06-15 02:34:13] "GET /virtual-machine/add695be-beb3-4c61-847b-e310b210cc5f HTTP/1.1" 404 171 0.002989 10.0.0.23 - - [2026-06-15 02:34:13] "GET /virtual-machine/add695be-beb3-4c61-847b-e310b210cc5f HTTP/1.1" 404 171 0.002399 10.0.0.23 - - [2026-06-15 02:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.23 - - [2026-06-15 02:34:13] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003925 10.0.0.23 - - [2026-06-15 02:34:13] "GET /virtual-networks?parent_id=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003615 10.0.0.23 - - [2026-06-15 02:34:13] "GET /virtual-network/d0a48a7c-d06c-4268-8070-ddd5be031e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.005412 10.0.0.23 - - [2026-06-15 02:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.23 - - [2026-06-15 02:34:13] "GET /routing-instance/4e1e2367-e645-47ae-b656-74ea57598fef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.003977 10.0.0.23 - - [2026-06-15 02:34:13] "GET /route-target/f03fd44c-7c47-486f-83fb-9cdcb78141f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004959 10.0.0.65 - - [2026-06-15 02:34:14] "GET /obj-perms HTTP/1.1" 200 4450 0.040738 10.0.0.23 - - [2026-06-15 02:34:20] "GET /obj-perms HTTP/1.1" 200 4450 0.004611 10.0.0.65 - - [2026-06-15 02:34:23] "GET /obj-perms HTTP/1.1" 200 4450 0.003957 10.0.0.23 - - [2026-06-15 02:34:28] "GET /obj-perms HTTP/1.1" 200 4493 0.038612 10.0.0.65 - - [2026-06-15 02:34:32] "GET /obj-perms HTTP/1.1" 200 4450 0.004146 10.0.0.23 - - [2026-06-15 02:34:35] "GET /obj-perms HTTP/1.1" 200 4450 0.003983 10.0.0.23 - - [2026-06-15 02:34:35] "GET /virtual-network/83ff6106-3454-45be-8496-c00fe761eae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005063 10.0.0.23 - - [2026-06-15 02:34:35] "POST /neutron/network HTTP/1.1" 200 1074 0.018528 10.0.0.23 - - [2026-06-15 02:34:35] "GET /virtual-network/83ff6106-3454-45be-8496-c00fe761eae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2572 0.006423 10.0.0.65 - - [2026-06-15 02:34:35] "DELETE /access-control-list/e0d0bbb6-aaa2-4694-8b83-ca9758c25ab3 HTTP/1.1" 200 115 0.096958 10.0.0.23 - - [2026-06-15 02:34:36] "DELETE /network-policy/a316b8cd-752b-49d8-be6d-893480fda463 HTTP/1.1" 200 115 0.060550 10.0.0.23 - - [2026-06-15 02:34:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.65 - - [2026-06-15 02:34:36] "GET /projects?obj_uuids=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001556 10.0.0.23 - - [2026-06-15 02:34:36] "GET /project/f0aa0b90-17a8-4811-ba04-25df6ac927e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.048541 10.0.0.23 - - [2026-06-15 02:34:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-06228306&detail=False&count=False&shared=False HTTP/1.1" 200 2072 0.006255 10.0.0.23 - - [2026-06-15 02:34:36] "DELETE /network-policy/73e159d6-2023-4beb-8b19-9aa7c8fe2ee0 HTTP/1.1" 200 115 0.043329 10.0.0.23 - - [2026-06-15 02:34:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.009247 10.0.0.65 - - [2026-06-15 02:34:36] "GET /projects?obj_uuids=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001163 10.0.0.23 - - [2026-06-15 02:34:36] "GET /project/f0aa0b90-17a8-4811-ba04-25df6ac927e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.039308 10.0.0.23 - - [2026-06-15 02:34:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-06228306&detail=False&count=False&shared=False HTTP/1.1" 200 1856 0.005374 10.0.0.23 - - [2026-06-15 02:34:36] "DELETE /network-policy/78abf7d7-834e-43cf-a2f7-207aa7c91425 HTTP/1.1" 200 115 0.039742 10.0.0.23 - - [2026-06-15 02:34:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005553 10.0.0.65 - - [2026-06-15 02:34:36] "GET /projects?obj_uuids=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000834 10.0.0.23 - - [2026-06-15 02:34:36] "GET /project/f0aa0b90-17a8-4811-ba04-25df6ac927e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.044902 10.0.0.23 - - [2026-06-15 02:34:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-06228306&detail=False&count=False&shared=False HTTP/1.1" 200 1640 0.004919 10.0.0.23 - - [2026-06-15 02:34:36] "DELETE /network-policy/1db884b5-1d95-44d3-a004-4e8f42339ed8 HTTP/1.1" 200 115 0.043208 10.0.0.23 - - [2026-06-15 02:34:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006966 10.0.0.65 - - [2026-06-15 02:34:36] "GET /projects?obj_uuids=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000847 10.0.0.23 - - [2026-06-15 02:34:36] "GET /project/f0aa0b90-17a8-4811-ba04-25df6ac927e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.045088 10.0.0.23 - - [2026-06-15 02:34:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-06228306&detail=False&count=False&shared=False HTTP/1.1" 200 1424 0.004711 10.0.0.23 - - [2026-06-15 02:34:36] "DELETE /network-policy/94c24bee-50ac-4227-8f8b-9af25d972b0c HTTP/1.1" 200 115 0.035013 10.0.0.23 - - [2026-06-15 02:34:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004601 10.0.0.65 - - [2026-06-15 02:34:36] "GET /projects?obj_uuids=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000879 10.0.0.23 - - [2026-06-15 02:34:36] "GET /project/f0aa0b90-17a8-4811-ba04-25df6ac927e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.031971 10.0.0.23 - - [2026-06-15 02:34:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-06228306&detail=False&count=False&shared=False HTTP/1.1" 200 1208 0.005305 10.0.0.23 - - [2026-06-15 02:34:37] "DELETE /network-policy/6e7956c4-2a74-456b-99f7-696c69f7743a HTTP/1.1" 200 115 0.051090 10.0.0.23 - - [2026-06-15 02:34:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220 10.0.0.65 - - [2026-06-15 02:34:37] "GET /projects?obj_uuids=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000837 10.0.0.23 - - [2026-06-15 02:34:37] "GET /project/f0aa0b90-17a8-4811-ba04-25df6ac927e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.051215 10.0.0.23 - - [2026-06-15 02:34:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-06228306&detail=False&count=False&shared=False HTTP/1.1" 200 990 0.005419 10.0.0.23 - - [2026-06-15 02:34:37] "DELETE /network-policy/2eb392c5-6b97-422e-b285-1bd19332ac26 HTTP/1.1" 200 115 0.043110 10.0.0.23 - - [2026-06-15 02:34:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.65 - - [2026-06-15 02:34:37] "GET /projects?obj_uuids=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000834 10.0.0.23 - - [2026-06-15 02:34:37] "GET /project/f0aa0b90-17a8-4811-ba04-25df6ac927e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.044468 10.0.0.23 - - [2026-06-15 02:34:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-06228306&detail=False&count=False&shared=False HTTP/1.1" 200 775 0.004688 10.0.0.23 - - [2026-06-15 02:34:37] "DELETE /network-policy/d1eeda58-349e-46c7-9e08-72590ad0f818 HTTP/1.1" 200 115 0.036011 10.0.0.23 - - [2026-06-15 02:34:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005421 10.0.0.65 - - [2026-06-15 02:34:37] "GET /projects?obj_uuids=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000929 10.0.0.23 - - [2026-06-15 02:34:37] "GET /project/f0aa0b90-17a8-4811-ba04-25df6ac927e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.041886 10.0.0.23 - - [2026-06-15 02:34:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-06228306&detail=False&count=False&shared=False HTTP/1.1" 200 560 0.005251 10.0.0.23 - - [2026-06-15 02:34:37] "DELETE /network-policy/6400fea4-6daf-42ba-a6a5-8a9471dd96c9 HTTP/1.1" 200 115 0.033683 10.0.0.23 - - [2026-06-15 02:34:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.65 - - [2026-06-15 02:34:37] "GET /projects?obj_uuids=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000818 10.0.0.23 - - [2026-06-15 02:34:37] "GET /project/f0aa0b90-17a8-4811-ba04-25df6ac927e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.039985 10.0.0.23 - - [2026-06-15 02:34:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-06228306&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.004793 10.0.0.23 - - [2026-06-15 02:34:38] "DELETE /network-policy/22d665be-82a8-40c4-a350-55d3c1586b28 HTTP/1.1" 200 115 0.043426 10.0.0.23 - - [2026-06-15 02:34:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.65 - - [2026-06-15 02:34:38] "GET /projects?obj_uuids=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000873 10.0.0.23 - - [2026-06-15 02:34:38] "GET /project/f0aa0b90-17a8-4811-ba04-25df6ac927e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.033611 10.0.0.23 - - [2026-06-15 02:34:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-06228306&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004892 10.0.0.65 - - [2026-06-15 02:34:38] "DELETE /route-target/1d1fb67e-8f0e-448c-b99a-1cfdd7d68dc3 HTTP/1.1" 200 115 0.036915 10.0.0.23 - - [2026-06-15 02:34:38] "POST /neutron/network HTTP/1.1" 200 1074 0.008759 10.0.0.23 - - [2026-06-15 02:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.23 - - [2026-06-15 02:34:39] "DELETE /network-ipam/de2a66d4-5762-4811-a1e1-163488782273 HTTP/1.1" 200 115 0.032320 10.0.0.23 - - [2026-06-15 02:34:39] "POST /fqname-to-id HTTP/1.1" 404 248 0.003284 10.0.0.65 - - [2026-06-15 02:34:39] "GET /projects?obj_uuids=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000805 10.0.0.65 - - [2026-06-15 02:34:39] "GET /project/f0aa0b90-17a8-4811-ba04-25df6ac927e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.036020 10.0.0.65 - - [2026-06-15 02:34:39] "GET /projects?obj_uuids=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000885 10.0.0.65 - - [2026-06-15 02:34:39] "GET /project/f0aa0b90-17a8-4811-ba04-25df6ac927e4?fields=security_groups HTTP/1.1" 200 1381 0.041773 10.0.0.65 - - [2026-06-15 02:34:39] "DELETE /security-group/d93f472a-4ed3-413a-a3ff-db0bef3b90fa HTTP/1.1" 200 115 0.061176 10.0.0.65 - - [2026-06-15 02:34:39] "GET /projects?obj_uuids=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000867 10.0.0.65 - - [2026-06-15 02:34:39] "DELETE /access-control-list/d83330af-3fa8-40c9-b61d-13d8833b0487 HTTP/1.1" 200 115 0.042071 10.0.0.65 - - [2026-06-15 02:34:39] "GET /project/f0aa0b90-17a8-4811-ba04-25df6ac927e4?fields=application_policy_sets HTTP/1.1" 200 1420 0.044497 10.0.0.23 - - [2026-06-15 02:34:39] "DELETE /project/f0aa0b90-17a8-4811-ba04-25df6ac927e4 HTTP/1.1" 200 115 0.392519 10.0.0.65 - - [2026-06-15 02:34:39] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002059 10.0.0.23 - - [2026-06-15 02:34:39] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?fields=projects HTTP/1.1" 200 1438 0.010981 10.0.0.65 - - [2026-06-15 02:34:40] "GET /projects?obj_uuids=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003893 10.0.0.65 - - [2026-06-15 02:34:40] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000867 10.0.0.65 - - [2026-06-15 02:34:41] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.066392 10.0.0.65 - - [2026-06-15 02:34:41] "POST /id-to-fqname HTTP/1.1" 200 196 0.002342 10.0.0.65 - - [2026-06-15 02:34:41] "POST /fqname-to-id HTTP/1.1" 404 205 0.005711 10.0.0.65 - - [2026-06-15 02:34:41] "POST /security-groups HTTP/1.1" 200 597 0.073810 10.0.0.65 - - [2026-06-15 02:34:41] "POST /projects HTTP/1.1" 200 597 0.284133 10.0.0.65 - - [2026-06-15 02:34:41] "POST /access-control-lists HTTP/1.1" 200 602 0.029051 10.0.0.65 - - [2026-06-15 02:34:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.359164 10.0.0.23 - - [2026-06-15 02:34:41] "GET /project/f0aa0b90-17a8-4811-ba04-25df6ac927e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.542978 10.0.0.65 - - [2026-06-15 02:34:41] "GET /projects?obj_uuids=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001086 10.0.0.23 - - [2026-06-15 02:34:41] "GET /project/f0aa0b90-17a8-4811-ba04-25df6ac927e4?fields=virtual_networks HTTP/1.1" 200 1044 0.056340 10.0.0.65 - - [2026-06-15 02:34:41] "GET /projects?obj_uuids=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001182 10.0.0.23 - - [2026-06-15 02:34:41] "GET /project/f0aa0b90-17a8-4811-ba04-25df6ac927e4?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.041780 10.0.0.65 - - [2026-06-15 02:34:41] "GET /projects?obj_uuids=f0aa0b90-17a8-4811-ba04-25df6ac927e4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001553 10.0.0.23 - - [2026-06-15 02:34:41] "GET /project/f0aa0b90-17a8-4811-ba04-25df6ac927e4?fields=security_groups HTTP/1.1" 200 1276 0.042145 10.0.0.23 - - [2026-06-15 02:34:42] "POST /fqname-to-id HTTP/1.1" 404 200 0.028219 10.0.0.65 - - [2026-06-15 02:34:42] "GET /projects?obj_uuids=23f8ba58-af26-403f-9200-78fbc577a764&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003139 10.0.0.65 - - [2026-06-15 02:34:42] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001181 10.0.0.65 - - [2026-06-15 02:34:42] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006715 10.0.0.65 - - [2026-06-15 02:34:42] "POST /id-to-fqname HTTP/1.1" 200 202 0.004531 10.0.0.65 - - [2026-06-15 02:34:42] "POST /fqname-to-id HTTP/1.1" 404 211 0.003655 10.0.0.65 - - [2026-06-15 02:34:42] "POST /security-groups HTTP/1.1" 200 603 0.036701 10.0.0.65 - - [2026-06-15 02:34:42] "POST /fqname-to-id HTTP/1.1" 404 246 0.003090 10.0.0.65 - - [2026-06-15 02:34:42] "POST /projects HTTP/1.1" 200 609 0.252396 10.0.0.65 - - [2026-06-15 02:34:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.303943 10.0.0.65 - - [2026-06-15 02:34:42] "POST /access-control-lists HTTP/1.1" 200 606 0.032958 10.0.0.23 - - [2026-06-15 02:34:42] "GET /project/23f8ba58-af26-403f-9200-78fbc577a764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.469162 10.0.0.23 - - [2026-06-15 02:34:44] "GET / HTTP/1.1" 200 35931 0.001755 10.0.0.23 - - [2026-06-15 02:34:46] "GET /project/23f8ba58-af26-403f-9200-78fbc577a764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000413 10.0.0.65 - - [2026-06-15 02:34:46] "GET /projects?obj_uuids=23f8ba58-af26-403f-9200-78fbc577a764&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000893 10.0.0.23 - - [2026-06-15 02:34:46] "GET /project/23f8ba58-af26-403f-9200-78fbc577a764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.090615 10.0.0.23 - - [2026-06-15 02:34:46] "GET / HTTP/1.1" 200 35931 0.001967 10.0.0.23 - - [2026-06-15 02:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.65 - - [2026-06-15 02:34:47] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000790 10.0.0.23 - - [2026-06-15 02:34:47] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.006321 10.0.0.23 - - [2026-06-15 02:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.65 - - [2026-06-15 02:34:47] "GET /projects?obj_uuids=23f8ba58-af26-403f-9200-78fbc577a764&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001127 10.0.0.23 - - [2026-06-15 02:34:47] "GET /project/23f8ba58-af26-403f-9200-78fbc577a764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.049817 10.0.0.23 - - [2026-06-15 02:34:48] "GET /domains HTTP/1.1" 401 292 0.000554 10.0.0.23 - - [2026-06-15 02:34:48] "GET /domains HTTP/1.1" 200 280 0.024003 10.0.0.65 - - [2026-06-15 02:34:48] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001271 10.0.0.23 - - [2026-06-15 02:34:48] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e HTTP/1.1" 200 2971 0.011195 10.0.0.65 - - [2026-06-15 02:34:48] "GET /projects?obj_uuids=23f8ba58-af26-403f-9200-78fbc577a764&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001116 10.0.0.23 - - [2026-06-15 02:34:48] "GET /project/23f8ba58-af26-403f-9200-78fbc577a764 HTTP/1.1" 200 1923 0.096049 10.0.0.23 - - [2026-06-15 02:34:48] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003956 10.0.0.23 - - [2026-06-15 02:34:48] "POST /network-ipams HTTP/1.1" 200 621 0.029099 10.0.0.23 - - [2026-06-15 02:34:49] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.004503 10.0.0.23 - - [2026-06-15 02:34:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.23 - - [2026-06-15 02:34:49] "GET /network-ipam/3996ba66-3434-4ba4-ac5c-dba5b10e5398?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1454 0.007178 10.0.0.23 - - [2026-06-15 02:34:49] "PUT /network-ipam/3996ba66-3434-4ba4-ac5c-dba5b10e5398 HTTP/1.1" 200 258 0.014676 10.0.0.23 - - [2026-06-15 02:34:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000550 10.0.0.23 - - [2026-06-15 02:34:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.025272 10.0.0.65 - - [2026-06-15 02:34:49] "GET /projects?obj_uuids=23f8ba58-af26-403f-9200-78fbc577a764&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001127 10.0.0.23 - - [2026-06-15 02:34:49] "GET /project/23f8ba58-af26-403f-9200-78fbc577a764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.050011 10.0.0.65 - - [2026-06-15 02:34:49] "GET /projects?obj_uuids=23f8ba58-af26-403f-9200-78fbc577a764&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001793 10.0.0.23 - - [2026-06-15 02:34:49] "POST /neutron/network HTTP/1.1" 200 623 0.143068 10.0.0.65 - - [2026-06-15 02:34:50] "POST /fqname-to-id HTTP/1.1" 404 207 0.031623 10.0.0.65 - - [2026-06-15 02:34:50] "POST /useragent-kv HTTP/1.1" 200 115 0.011372 10.0.0.23 - - [2026-06-15 02:34:50] "POST /neutron/subnet HTTP/1.1" 200 828 0.257691 10.0.0.23 - - [2026-06-15 02:34:50] "POST /id-to-fqname HTTP/1.1" 200 235 0.001291 10.0.0.23 - - [2026-06-15 02:34:50] "GET /virtual-network/7831db39-a920-4a08-aa6d-6fd9b6336063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.005965 10.0.0.65 - - [2026-06-15 02:34:50] "DELETE /access-control-list/859e1135-23dd-4a84-9e9a-6a9f2fd3f1e4 HTTP/1.1" 200 115 0.051023 10.0.0.23 - - [2026-06-15 02:34:50] "GET /virtual-network/7831db39-a920-4a08-aa6d-6fd9b6336063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.008006 10.0.0.23 - - [2026-06-15 02:34:50] "POST /neutron/network HTTP/1.1" 200 1337 0.026028 10.0.0.23 - - [2026-06-15 02:34:50] "POST /neutron/subnet HTTP/1.1" 200 828 0.016408 10.0.0.23 - - [2026-06-15 02:34:51] "GET /virtual-network/7831db39-a920-4a08-aa6d-6fd9b6336063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.006067 10.0.0.23 - - [2026-06-15 02:34:52] "GET /obj-perms HTTP/1.1" 200 4456 0.042143 10.0.0.33 - - [2026-06-15 02:34:52] "GET /obj-perms HTTP/1.1" 200 4456 0.082654 10.0.0.65 - - [2026-06-15 02:34:52] "GET /obj-perms HTTP/1.1" 200 4456 0.038574 10.0.0.23 - - [2026-06-15 02:34:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.65 - - [2026-06-15 02:34:52] "GET /projects?obj_uuids=23f8ba58-af26-403f-9200-78fbc577a764&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000789 10.0.0.23 - - [2026-06-15 02:34:52] "GET /project/23f8ba58-af26-403f-9200-78fbc577a764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.044671 10.0.0.65 - - [2026-06-15 02:34:53] "POST /ref-update HTTP/1.1" 200 156 0.027284 10.0.0.65 - - [2026-06-15 02:34:53] "POST /useragent-kv HTTP/1.1" 200 115 0.011313 10.0.0.23 - - [2026-06-15 02:34:53] "POST /neutron/subnet HTTP/1.1" 200 701 0.199831 10.0.0.23 - - [2026-06-15 02:34:53] "POST /neutron/network HTTP/1.1" 200 1336 0.012277 10.0.0.23 - - [2026-06-15 02:34:53] "POST /id-to-fqname HTTP/1.1" 200 235 0.000990 10.0.0.23 - - [2026-06-15 02:34:53] "GET /virtual-network/8ea741e2-cd68-49ca-a357-519962d64a46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.004713 10.0.0.23 - - [2026-06-15 02:34:53] "GET /virtual-network/8ea741e2-cd68-49ca-a357-519962d64a46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.005607 10.0.0.23 - - [2026-06-15 02:34:53] "POST /neutron/subnet HTTP/1.1" 200 701 0.008175 10.0.0.23 - - [2026-06-15 02:34:54] "GET /virtual-network/8ea741e2-cd68-49ca-a357-519962d64a46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.007668 10.0.0.23 - - [2026-06-15 02:34:54] "POST /fqname-to-id HTTP/1.1" 404 211 0.003048 10.0.0.23 - - [2026-06-15 02:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002395 10.0.0.65 - - [2026-06-15 02:34:54] "GET /projects?obj_uuids=23f8ba58-af26-403f-9200-78fbc577a764&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000865 10.0.0.23 - - [2026-06-15 02:34:54] "GET /project/23f8ba58-af26-403f-9200-78fbc577a764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.041075 10.0.0.23 - - [2026-06-15 02:34:54] "POST /network-policys HTTP/1.1" 200 533 0.029352 10.0.0.23 - - [2026-06-15 02:34:54] "GET /network-policy/cd9c6f01-910b-4e9a-9cdf-aef293f559aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.006127 10.0.0.23 - - [2026-06-15 02:34:54] "POST /fqname-to-id HTTP/1.1" 404 211 0.003643 10.0.0.23 - - [2026-06-15 02:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.65 - - [2026-06-15 02:34:54] "GET /projects?obj_uuids=23f8ba58-af26-403f-9200-78fbc577a764&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000923 10.0.0.23 - - [2026-06-15 02:34:54] "GET /project/23f8ba58-af26-403f-9200-78fbc577a764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.051580 10.0.0.23 - - [2026-06-15 02:34:55] "POST /network-policys HTTP/1.1" 200 533 0.032253 10.0.0.23 - - [2026-06-15 02:34:55] "GET /network-policy/b2085d3e-a50f-4166-a34e-53ed7d9ac3b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.006414 10.0.0.23 - - [2026-06-15 02:34:55] "POST /fqname-to-id HTTP/1.1" 404 211 0.002971 10.0.0.23 - - [2026-06-15 02:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.65 - - [2026-06-15 02:34:55] "GET /projects?obj_uuids=23f8ba58-af26-403f-9200-78fbc577a764&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001984 10.0.0.23 - - [2026-06-15 02:34:55] "GET /project/23f8ba58-af26-403f-9200-78fbc577a764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.034977 10.0.0.23 - - [2026-06-15 02:34:55] "POST /network-policys HTTP/1.1" 200 533 0.029088 10.0.0.23 - - [2026-06-15 02:34:55] "GET /network-policy/3d570ead-a827-4ebd-8f00-3f8a7fa1237f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.007957 10.0.0.23 - - [2026-06-15 02:34:55] "POST /fqname-to-id HTTP/1.1" 404 211 0.003216 10.0.0.23 - - [2026-06-15 02:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002222 10.0.0.65 - - [2026-06-15 02:34:55] "GET /projects?obj_uuids=23f8ba58-af26-403f-9200-78fbc577a764&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000815 10.0.0.23 - - [2026-06-15 02:34:55] "GET /project/23f8ba58-af26-403f-9200-78fbc577a764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.037257 10.0.0.23 - - [2026-06-15 02:34:55] "POST /network-policys HTTP/1.1" 200 533 0.026931 10.0.0.23 - - [2026-06-15 02:34:55] "GET /network-policy/ebd42be7-51b9-42be-9007-c7b7e3feef05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.005715 10.0.0.23 - - [2026-06-15 02:34:55] "POST /fqname-to-id HTTP/1.1" 404 213 0.002954 10.0.0.23 - - [2026-06-15 02:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002245 10.0.0.65 - - [2026-06-15 02:34:56] "GET /projects?obj_uuids=23f8ba58-af26-403f-9200-78fbc577a764&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000969 10.0.0.23 - - [2026-06-15 02:34:56] "GET /project/23f8ba58-af26-403f-9200-78fbc577a764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.033684 10.0.0.23 - - [2026-06-15 02:34:56] "POST /network-policys HTTP/1.1" 200 537 0.026978 10.0.0.23 - - [2026-06-15 02:34:56] "GET /network-policy/d8646a65-929d-4f68-945d-e7119c7c01c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.005513 10.0.0.23 - - [2026-06-15 02:34:56] "POST /fqname-to-id HTTP/1.1" 404 212 0.003729 10.0.0.23 - - [2026-06-15 02:34:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.65 - - [2026-06-15 02:34:56] "GET /projects?obj_uuids=23f8ba58-af26-403f-9200-78fbc577a764&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002110 10.0.0.23 - - [2026-06-15 02:34:56] "GET /project/23f8ba58-af26-403f-9200-78fbc577a764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.042961 10.0.0.23 - - [2026-06-15 02:34:56] "POST /network-policys HTTP/1.1" 200 535 0.025715 10.0.0.23 - - [2026-06-15 02:34:56] "GET /network-policy/311af80d-fe00-46f0-b90f-c70f8437e50e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.005891 10.0.0.23 - - [2026-06-15 02:34:56] "POST /fqname-to-id HTTP/1.1" 404 212 0.003288 10.0.0.23 - - [2026-06-15 02:34:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002341 10.0.0.65 - - [2026-06-15 02:34:56] "GET /projects?obj_uuids=23f8ba58-af26-403f-9200-78fbc577a764&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000845 10.0.0.23 - - [2026-06-15 02:34:56] "GET /project/23f8ba58-af26-403f-9200-78fbc577a764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.043546 10.0.0.23 - - [2026-06-15 02:34:56] "POST /network-policys HTTP/1.1" 200 535 0.027552 10.0.0.23 - - [2026-06-15 02:34:56] "GET /network-policy/1f4b97e3-b668-4dc8-8f44-2c90d8b8f199?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.007808 10.0.0.23 - - [2026-06-15 02:34:57] "POST /fqname-to-id HTTP/1.1" 404 212 0.003051 10.0.0.23 - - [2026-06-15 02:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002735 10.0.0.65 - - [2026-06-15 02:34:57] "GET /projects?obj_uuids=23f8ba58-af26-403f-9200-78fbc577a764&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000930 10.0.0.23 - - [2026-06-15 02:34:57] "GET /project/23f8ba58-af26-403f-9200-78fbc577a764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.042662 10.0.0.23 - - [2026-06-15 02:34:57] "POST /network-policys HTTP/1.1" 200 535 0.031609 10.0.0.23 - - [2026-06-15 02:34:57] "GET /network-policy/1dbb9125-e2e0-4e8d-8b07-dbeca666ffbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.011924 10.0.0.23 - - [2026-06-15 02:34:57] "POST /fqname-to-id HTTP/1.1" 404 212 0.003030 10.0.0.23 - - [2026-06-15 02:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002483 10.0.0.65 - - [2026-06-15 02:34:57] "GET /projects?obj_uuids=23f8ba58-af26-403f-9200-78fbc577a764&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000947 10.0.0.23 - - [2026-06-15 02:34:57] "GET /project/23f8ba58-af26-403f-9200-78fbc577a764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.040814 10.0.0.23 - - [2026-06-15 02:34:57] "POST /network-policys HTTP/1.1" 200 535 0.034532 10.0.0.23 - - [2026-06-15 02:34:57] "GET /network-policy/d46e129f-d19a-41ac-8de2-743b46ab6557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.007926 10.0.0.23 - - [2026-06-15 02:34:57] "POST /fqname-to-id HTTP/1.1" 404 214 0.003660 10.0.0.23 - - [2026-06-15 02:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002746 10.0.0.65 - - [2026-06-15 02:34:57] "GET /projects?obj_uuids=23f8ba58-af26-403f-9200-78fbc577a764&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000906 10.0.0.23 - - [2026-06-15 02:34:57] "GET /project/23f8ba58-af26-403f-9200-78fbc577a764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.046113 10.0.0.23 - - [2026-06-15 02:34:57] "POST /network-policys HTTP/1.1" 200 539 0.032297 10.0.0.23 - - [2026-06-15 02:34:57] "GET /network-policy/76fb6182-88af-4aac-b0d5-77979b897148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.012508 10.0.0.23 - - [2026-06-15 02:34:58] "POST /neutron/network HTTP/1.1" 200 1337 0.009985 10.0.0.23 - - [2026-06-15 02:34:58] "GET /virtual-network/7831db39-a920-4a08-aa6d-6fd9b6336063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.006968 10.0.0.23 - - [2026-06-15 02:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.23 - - [2026-06-15 02:34:58] "GET /network-policy/cd9c6f01-910b-4e9a-9cdf-aef293f559aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.003339 10.0.0.23 - - [2026-06-15 02:34:58] "POST /neutron/network HTTP/1.1" 200 1336 0.012007 10.0.0.65 - - [2026-06-15 02:34:58] "POST /fqname-to-id HTTP/1.1" 404 252 0.005298 10.0.0.65 - - [2026-06-15 02:34:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.007222 10.0.0.23 - - [2026-06-15 02:34:58] "GET /virtual-network/8ea741e2-cd68-49ca-a357-519962d64a46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.006787 10.0.0.23 - - [2026-06-15 02:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.23 - - [2026-06-15 02:34:58] "GET /network-policy/d8646a65-929d-4f68-945d-e7119c7c01c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.003716 10.0.0.23 - - [2026-06-15 02:34:58] "POST /id-to-fqname HTTP/1.1" 200 235 0.001138 10.0.0.23 - - [2026-06-15 02:34:59] "POST /neutron/network HTTP/1.1" 200 1435 0.007417 10.0.0.65 - - [2026-06-15 02:34:59] "GET /projects?obj_uuids=23f8ba58-af26-403f-9200-78fbc577a764&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001238 10.0.0.23 - - [2026-06-15 02:34:59] "GET /project/23f8ba58-af26-403f-9200-78fbc577a764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.064177 10.0.0.23 - - [2026-06-15 02:35:00] "POST /neutron/port HTTP/1.1" 200 117 0.013673 10.0.0.23 - - [2026-06-15 02:35:00] "POST /id-to-fqname HTTP/1.1" 200 235 0.001224 10.0.0.65 - - [2026-06-15 02:35:00] "GET /projects?obj_uuids=23f8ba58-af26-403f-9200-78fbc577a764&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001398 10.0.0.23 - - [2026-06-15 02:35:00] "GET /project/23f8ba58-af26-403f-9200-78fbc577a764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.067585 10.0.0.23 - - [2026-06-15 02:35:00] "POST /neutron/network HTTP/1.1" 200 1426 0.029040 10.0.0.23 - - [2026-06-15 02:35:01] "POST /neutron/port HTTP/1.1" 200 117 0.008031 10.0.0.23 - - [2026-06-15 02:35:04] "POST /neutron/port HTTP/1.1" 200 1174 0.046088 10.0.0.23 - - [2026-06-15 02:35:05] "POST /neutron/network HTTP/1.1" 200 1436 0.006437 10.0.0.23 - - [2026-06-15 02:35:05] "POST /neutron/port HTTP/1.1" 200 1173 0.018649 10.0.0.23 - - [2026-06-15 02:35:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003978 10.0.0.23 - - [2026-06-15 02:35:05] "POST /neutron/port HTTP/1.1" 200 117 0.001006 10.0.0.23 - - [2026-06-15 02:35:06] "POST /neutron/port HTTP/1.1" 200 1238 0.019365 10.0.0.65 - - [2026-06-15 02:35:06] "DELETE /project/f0aa0b9017a84811ba0425df6ac927e4 HTTP/1.1" 404 173 0.004202 10.0.0.65 - - [2026-06-15 02:35:06] "DELETE /project/f0aa0b90-17a8-4811-ba04-25df6ac927e4 HTTP/1.1" 404 177 0.006113 10.0.0.65 - - [2026-06-15 02:35:06] "DELETE /project/23f8ba58af26403f920078fbc577a764 HTTP/1.1" 404 173 0.007552 10.0.0.23 - - [2026-06-15 02:35:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003585 10.0.0.23 - - [2026-06-15 02:35:06] "POST /neutron/port HTTP/1.1" 200 117 0.000993 10.0.0.23 - - [2026-06-15 02:35:11] "POST /neutron/port HTTP/1.1" 200 1238 0.017042 10.0.0.23 - - [2026-06-15 02:35:11] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008919 10.0.0.23 - - [2026-06-15 02:35:11] "GET /virtual-machine/8b950948-34b0-4177-8c5c-94ccadf95250 HTTP/1.1" 401 292 0.000528 10.0.0.23 - - [2026-06-15 02:35:11] "GET /virtual-machine/8b950948-34b0-4177-8c5c-94ccadf95250 HTTP/1.1" 200 1305 0.031067 10.0.0.23 - - [2026-06-15 02:35:11] "GET /virtual-machine-interface/0d4ffb17-4bee-4333-b928-a2763bab0d96 HTTP/1.1" 200 3167 0.005187 10.0.0.23 - - [2026-06-15 02:35:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.23 - - [2026-06-15 02:35:12] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004240 10.0.0.23 - - [2026-06-15 02:35:12] "GET /virtual-networks?parent_id=23f8ba58-af26-403f-9200-78fbc577a764&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003288 10.0.0.23 - - [2026-06-15 02:35:12] "GET /virtual-network/7831db39-a920-4a08-aa6d-6fd9b6336063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.006041 10.0.0.23 - - [2026-06-15 02:35:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004119 10.0.0.23 - - [2026-06-15 02:35:15] "GET /virtual-network/7831db39-a920-4a08-aa6d-6fd9b6336063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.005598 10.0.0.23 - - [2026-06-15 02:35:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.23 - - [2026-06-15 02:35:19] "GET /virtual-network/7831db39-a920-4a08-aa6d-6fd9b6336063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.005046 10.0.0.23 - - [2026-06-15 02:35:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.23 - - [2026-06-15 02:35:23] "GET /virtual-network/7831db39-a920-4a08-aa6d-6fd9b6336063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.005114 10.0.0.23 - - [2026-06-15 02:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.23 - - [2026-06-15 02:35:27] "GET /virtual-network/7831db39-a920-4a08-aa6d-6fd9b6336063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.004804 10.0.0.23 - - [2026-06-15 02:35:29] "POST /neutron/port HTTP/1.1" 200 1238 0.018340 10.0.0.23 - - [2026-06-15 02:35:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004913 10.0.0.23 - - [2026-06-15 02:35:31] "POST /neutron/port HTTP/1.1" 200 117 0.001806 10.0.0.23 - - [2026-06-15 02:35:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.23 - - [2026-06-15 02:35:31] "GET /virtual-network/7831db39-a920-4a08-aa6d-6fd9b6336063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.005367 10.0.0.23 - - [2026-06-15 02:35:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004999 10.0.0.23 - - [2026-06-15 02:35:35] "GET /virtual-network/7831db39-a920-4a08-aa6d-6fd9b6336063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.005847 10.0.0.23 - - [2026-06-15 02:35:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.23 - - [2026-06-15 02:35:39] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003623 10.0.0.23 - - [2026-06-15 02:35:39] "GET /virtual-networks?parent_id=23f8ba58-af26-403f-9200-78fbc577a764&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002823 10.0.0.23 - - [2026-06-15 02:35:39] "GET /virtual-network/7831db39-a920-4a08-aa6d-6fd9b6336063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.005412 10.0.0.23 - - [2026-06-15 02:35:39] "POST /neutron/port HTTP/1.1" 200 1238 0.023183 10.0.0.23 - - [2026-06-15 02:35:42] "POST /neutron/port HTTP/1.1" 200 1237 0.019930 10.0.0.23 - - [2026-06-15 02:35:42] "POST /neutron/security_group HTTP/1.1" 200 2070 0.027083 10.0.0.23 - - [2026-06-15 02:35:42] "POST /neutron/subnet HTTP/1.1" 200 1356 0.015538 10.0.0.23 - - [2026-06-15 02:35:42] "POST /neutron/network HTTP/1.1" 200 1426 0.011403 10.0.0.23 - - [2026-06-15 02:35:50] "POST /neutron/port HTTP/1.1" 200 1237 0.017870 10.0.0.23 - - [2026-06-15 02:35:50] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007302 10.0.0.23 - - [2026-06-15 02:35:50] "GET /virtual-machine/5219e135-ea9e-4158-8fa3-19163f075e2c HTTP/1.1" 200 1304 0.007095 10.0.0.23 - - [2026-06-15 02:35:50] "GET /virtual-machine-interface/53f1a017-287d-42f4-9197-bdd712ae35a2 HTTP/1.1" 200 3168 0.006175 10.0.0.23 - - [2026-06-15 02:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.23 - - [2026-06-15 02:35:50] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004225 10.0.0.23 - - [2026-06-15 02:35:50] "GET /virtual-networks?parent_id=23f8ba58-af26-403f-9200-78fbc577a764&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.004243 10.0.0.23 - - [2026-06-15 02:35:50] "GET /virtual-network/8ea741e2-cd68-49ca-a357-519962d64a46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.005886 10.0.0.23 - - [2026-06-15 02:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.23 - - [2026-06-15 02:35:51] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004309 10.0.0.23 - - [2026-06-15 02:35:51] "GET /virtual-networks?parent_id=23f8ba58-af26-403f-9200-78fbc577a764&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003051 10.0.0.23 - - [2026-06-15 02:35:51] "GET /virtual-network/8ea741e2-cd68-49ca-a357-519962d64a46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.007089 10.0.0.23 - - [2026-06-15 02:35:51] "POST /neutron/port HTTP/1.1" 200 1237 0.019493 10.0.0.23 - - [2026-06-15 02:35:57] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007605 10.0.0.23 - - [2026-06-15 02:36:04] "POST /neutron/port HTTP/1.1" 200 1237 0.017888 10.0.0.23 - - [2026-06-15 02:36:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006869 10.0.0.23 - - [2026-06-15 02:36:18] "POST /neutron/port HTTP/1.1" 200 2321 0.020565 10.0.0.23 - - [2026-06-15 02:36:18] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007475 10.0.0.23 - - [2026-06-15 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002783 10.0.0.23 - - [2026-06-15 02:36:18] "GET /network-policy/d8646a65-929d-4f68-945d-e7119c7c01c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.003215 10.0.0.23 - - [2026-06-15 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.23 - - [2026-06-15 02:36:18] "GET /network-policy/cd9c6f01-910b-4e9a-9cdf-aef293f559aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.003577 10.0.0.23 - - [2026-06-15 02:36:18] "POST /neutron/network HTTP/1.1" 200 1425 0.010293 10.0.0.65 - - [2026-06-15 02:36:18] "PUT /access-control-list/a9a4892e-8468-45a7-bd34-86ce3d97345a HTTP/1.1" 200 272 0.055611 10.0.0.23 - - [2026-06-15 02:36:18] "GET /virtual-network/7831db39-a920-4a08-aa6d-6fd9b6336063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.008241 10.0.0.23 - - [2026-06-15 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002311 10.0.0.23 - - [2026-06-15 02:36:18] "GET /network-policy/b2085d3e-a50f-4166-a34e-53ed7d9ac3b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004086 10.0.0.65 - - [2026-06-15 02:36:30] "GET /obj-perms HTTP/1.1" 200 4493 0.043456 10.0.0.23 - - [2026-06-15 02:36:30] "POST /neutron/port HTTP/1.1" 200 1238 0.017378 10.0.0.23 - - [2026-06-15 02:36:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003829 10.0.0.23 - - [2026-06-15 02:36:32] "POST /neutron/port HTTP/1.1" 200 117 0.001339 10.0.0.23 - - [2026-06-15 02:36:42] "POST /neutron/port HTTP/1.1" 200 1237 0.041652 10.0.0.23 - - [2026-06-15 02:36:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.011065 10.0.0.23 - - [2026-06-15 02:36:44] "POST /neutron/port HTTP/1.1" 200 117 0.001009 10.0.0.23 - - [2026-06-15 02:37:03] "POST /neutron/network HTTP/1.1" 200 1425 0.014889 10.0.0.23 - - [2026-06-15 02:37:04] "GET /virtual-network/7831db39-a920-4a08-aa6d-6fd9b6336063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.007819 10.0.0.23 - - [2026-06-15 02:37:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.23 - - [2026-06-15 02:37:04] "GET /network-policy/76fb6182-88af-4aac-b0d5-77979b897148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004799 10.0.0.23 - - [2026-06-15 02:37:15] "POST /neutron/network HTTP/1.1" 200 1428 0.010396 10.0.0.65 - - [2026-06-15 02:37:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.003362 10.0.0.65 - - [2026-06-15 02:37:15] "PUT /access-control-list/a9a4892e-8468-45a7-bd34-86ce3d97345a HTTP/1.1" 200 272 0.029022 10.0.0.23 - - [2026-06-15 02:37:15] "GET /virtual-network/7831db39-a920-4a08-aa6d-6fd9b6336063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.006820 10.0.0.23 - - [2026-06-15 02:37:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005890 10.0.0.23 - - [2026-06-15 02:37:15] "GET /network-policy/3d570ead-a827-4ebd-8f00-3f8a7fa1237f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.003930 10.0.0.23 - - [2026-06-15 02:37:27] "POST /neutron/network HTTP/1.1" 200 1425 0.010528 10.0.0.23 - - [2026-06-15 02:37:27] "GET /virtual-network/7831db39-a920-4a08-aa6d-6fd9b6336063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.007270 10.0.0.23 - - [2026-06-15 02:37:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.23 - - [2026-06-15 02:37:27] "GET /network-policy/ebd42be7-51b9-42be-9007-c7b7e3feef05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004746 10.0.0.23 - - [2026-06-15 02:37:30] "GET /obj-perms HTTP/1.1" 200 4493 0.039059 10.0.0.33 - - [2026-06-15 02:37:30] "GET /obj-perms HTTP/1.1" 200 4493 0.037320 10.0.0.23 - - [2026-06-15 02:37:32] "POST /neutron/port HTTP/1.1" 200 1238 0.018088 10.0.0.23 - - [2026-06-15 02:37:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005305 10.0.0.23 - - [2026-06-15 02:37:34] "POST /neutron/port HTTP/1.1" 200 117 0.001084 10.0.0.23 - - [2026-06-15 02:37:37] "POST /neutron/network HTTP/1.1" 200 1425 0.010069 10.0.0.65 - - [2026-06-15 02:37:37] "PUT /access-control-list/a9a4892e-8468-45a7-bd34-86ce3d97345a HTTP/1.1" 200 272 0.017221 10.0.0.23 - - [2026-06-15 02:37:37] "GET /virtual-network/7831db39-a920-4a08-aa6d-6fd9b6336063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.008776 10.0.0.23 - - [2026-06-15 02:37:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.23 - - [2026-06-15 02:37:37] "GET /network-policy/311af80d-fe00-46f0-b90f-c70f8437e50e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.011658 10.0.0.23 - - [2026-06-15 02:37:40] "POST /neutron/port HTTP/1.1" 200 1237 0.018503 10.0.0.23 - - [2026-06-15 02:37:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004471 10.0.0.23 - - [2026-06-15 02:37:41] "POST /neutron/port HTTP/1.1" 200 117 0.001025 10.0.0.23 - - [2026-06-15 02:37:49] "POST /neutron/network HTTP/1.1" 200 1426 0.014647 10.0.0.65 - - [2026-06-15 02:37:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.008512 10.0.0.65 - - [2026-06-15 02:37:49] "POST /ref-update HTTP/1.1" 200 156 0.045010 10.0.0.23 - - [2026-06-15 02:37:49] "GET /virtual-network/7831db39-a920-4a08-aa6d-6fd9b6336063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.012857 10.0.0.23 - - [2026-06-15 02:37:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004688 10.0.0.23 - - [2026-06-15 02:37:49] "GET /network-policy/1f4b97e3-b668-4dc8-8f44-2c90d8b8f199?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.004133 10.0.0.23 - - [2026-06-15 02:37:58] "POST /neutron/network HTTP/1.1" 200 1426 0.011289 10.0.0.23 - - [2026-06-15 02:37:59] "GET /virtual-network/7831db39-a920-4a08-aa6d-6fd9b6336063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006946 10.0.0.23 - - [2026-06-15 02:37:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002653 10.0.0.23 - - [2026-06-15 02:37:59] "GET /network-policy/1dbb9125-e2e0-4e8d-8b07-dbeca666ffbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.003750 10.0.0.23 - - [2026-06-15 02:38:10] "POST /neutron/network HTTP/1.1" 200 1426 0.013447 10.0.0.23 - - [2026-06-15 02:38:11] "GET /virtual-network/7831db39-a920-4a08-aa6d-6fd9b6336063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007707 10.0.0.23 - - [2026-06-15 02:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002776 10.0.0.23 - - [2026-06-15 02:38:11] "GET /network-policy/d46e129f-d19a-41ac-8de2-743b46ab6557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.004181 10.0.0.23 - - [2026-06-15 02:38:20] "GET /virtual-network/7831db39-a920-4a08-aa6d-6fd9b6336063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006295 10.0.0.23 - - [2026-06-15 02:38:20] "POST /neutron/network HTTP/1.1" 200 1426 0.010534 10.0.0.65 - - [2026-06-15 02:38:20] "POST /fqname-to-id HTTP/1.1" 404 207 0.012041 10.0.0.65 - - [2026-06-15 02:38:20] "DELETE /access-control-list/a9a4892e-8468-45a7-bd34-86ce3d97345a HTTP/1.1" 200 115 0.056473 10.0.0.23 - - [2026-06-15 02:38:20] "GET /virtual-network/7831db39-a920-4a08-aa6d-6fd9b6336063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.021665 10.0.0.23 - - [2026-06-15 02:38:20] "GET /virtual-machine/5219e135-ea9e-4158-8fa3-19163f075e2c HTTP/1.1" 200 1304 0.003914 10.0.0.23 - - [2026-06-15 02:38:22] "POST /neutron/port HTTP/1.1" 200 1237 0.022534 10.0.0.23 - - [2026-06-15 02:38:22] "GET /virtual-machine/5219e135-ea9e-4158-8fa3-19163f075e2c HTTP/1.1" 200 1304 0.004235 10.0.0.23 - - [2026-06-15 02:38:24] "GET /virtual-machine/5219e135-ea9e-4158-8fa3-19163f075e2c HTTP/1.1" 404 171 0.002968 10.0.0.23 - - [2026-06-15 02:38:24] "GET /virtual-machine/5219e135-ea9e-4158-8fa3-19163f075e2c HTTP/1.1" 404 171 0.003010 10.0.0.23 - - [2026-06-15 02:38:24] "GET /virtual-machine/5219e135-ea9e-4158-8fa3-19163f075e2c HTTP/1.1" 404 171 0.003117 10.0.0.23 - - [2026-06-15 02:38:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.23 - - [2026-06-15 02:38:25] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003316 10.0.0.23 - - [2026-06-15 02:38:25] "GET /virtual-networks?parent_id=23f8ba58-af26-403f-9200-78fbc577a764&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002588 10.0.0.23 - - [2026-06-15 02:38:25] "GET /virtual-network/8ea741e2-cd68-49ca-a357-519962d64a46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.005480 10.0.0.23 - - [2026-06-15 02:38:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.23 - - [2026-06-15 02:38:25] "GET /routing-instance/84a96572-ddd5-4926-9021-dfea7ee1ce68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.004631 10.0.0.23 - - [2026-06-15 02:38:25] "GET /route-target/494c61a8-492e-4360-b7ec-801de9a9e328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003884 10.0.0.23 - - [2026-06-15 02:38:28] "GET /obj-perms HTTP/1.1" 200 4456 0.004753 10.0.0.23 - - [2026-06-15 02:38:31] "GET /obj-perms HTTP/1.1" 200 4456 0.003488 10.0.0.23 - - [2026-06-15 02:38:34] "POST /neutron/port HTTP/1.1" 200 1238 0.015125 10.0.0.23 - - [2026-06-15 02:38:34] "GET /obj-perms HTTP/1.1" 200 4456 0.003511 10.0.0.23 - - [2026-06-15 02:38:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004448 10.0.0.23 - - [2026-06-15 02:38:36] "POST /neutron/port HTTP/1.1" 200 117 0.000966 10.0.0.23 - - [2026-06-15 02:38:37] "GET /obj-perms HTTP/1.1" 200 4456 0.003851 10.0.0.23 - - [2026-06-15 02:38:38] "GET /virtual-machine/8b950948-34b0-4177-8c5c-94ccadf95250 HTTP/1.1" 200 1305 0.004188 10.0.0.23 - - [2026-06-15 02:38:39] "POST /neutron/port HTTP/1.1" 200 1238 0.017987 10.0.0.23 - - [2026-06-15 02:38:40] "GET /virtual-machine/8b950948-34b0-4177-8c5c-94ccadf95250 HTTP/1.1" 200 1305 0.018374 10.0.0.23 - - [2026-06-15 02:38:42] "GET /virtual-machine/8b950948-34b0-4177-8c5c-94ccadf95250 HTTP/1.1" 404 171 0.003590 10.0.0.23 - - [2026-06-15 02:38:42] "GET /virtual-machine/8b950948-34b0-4177-8c5c-94ccadf95250 HTTP/1.1" 404 171 0.003331 10.0.0.23 - - [2026-06-15 02:38:42] "GET /virtual-machine/8b950948-34b0-4177-8c5c-94ccadf95250 HTTP/1.1" 404 171 0.003624 10.0.0.23 - - [2026-06-15 02:38:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.23 - - [2026-06-15 02:38:42] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004909 10.0.0.23 - - [2026-06-15 02:38:42] "GET /virtual-networks?parent_id=23f8ba58-af26-403f-9200-78fbc577a764&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003582 10.0.0.23 - - [2026-06-15 02:38:42] "GET /virtual-network/7831db39-a920-4a08-aa6d-6fd9b6336063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.006860 10.0.0.23 - - [2026-06-15 02:38:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.23 - - [2026-06-15 02:38:42] "GET /routing-instance/ea4bfc23-2b05-4ee6-af94-40e90ea4d25a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.005606 10.0.0.23 - - [2026-06-15 02:38:42] "GET /route-target/502d05d2-e443-44c4-a5ee-f389137a19e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004811 10.0.0.65 - - [2026-06-15 02:38:42] "GET /obj-perms HTTP/1.1" 200 4456 0.003660 10.0.0.23 - - [2026-06-15 02:38:45] "GET /obj-perms HTTP/1.1" 200 4456 0.004941 10.0.0.65 - - [2026-06-15 02:38:51] "GET /obj-perms HTTP/1.1" 200 4456 0.004473 10.0.0.33 - - [2026-06-15 02:38:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.33 - - [2026-06-15 02:38:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000526 10.0.0.65 - - [2026-06-15 02:38:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.65 - - [2026-06-15 02:38:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.65 - - [2026-06-15 02:38:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000531 10.0.0.65 - - [2026-06-15 02:38:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.23 - - [2026-06-15 02:38:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000335 10.0.0.23 - - [2026-06-15 02:38:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.33 - - [2026-06-15 02:38:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000510 10.0.0.33 - - [2026-06-15 02:38:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.23 - - [2026-06-15 02:38:54] "GET /obj-perms HTTP/1.1" 200 4456 0.004017 10.0.0.23 - - [2026-06-15 02:38:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.23 - - [2026-06-15 02:38:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000335 10.0.0.65 - - [2026-06-15 02:39:00] "GET /obj-perms HTTP/1.1" 200 4456 0.004535 10.0.0.23 - - [2026-06-15 02:39:04] "GET /obj-perms HTTP/1.1" 200 4456 0.003488 10.0.0.23 - - [2026-06-15 02:39:07] "GET /obj-perms HTTP/1.1" 200 4456 0.003291 10.0.0.65 - - [2026-06-15 02:39:07] "GET /obj-perms HTTP/1.1" 200 4456 0.003371 10.0.0.23 - - [2026-06-15 02:39:07] "GET /virtual-network/8ea741e2-cd68-49ca-a357-519962d64a46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.005260 10.0.0.23 - - [2026-06-15 02:39:07] "POST /neutron/network HTTP/1.1" 200 1426 0.009514 10.0.0.65 - - [2026-06-15 02:39:07] "POST /ref-update HTTP/1.1" 200 156 0.028444 10.0.0.23 - - [2026-06-15 02:39:07] "GET /virtual-network/8ea741e2-cd68-49ca-a357-519962d64a46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.021924 10.0.0.23 - - [2026-06-15 02:39:07] "DELETE /network-policy/76fb6182-88af-4aac-b0d5-77979b897148 HTTP/1.1" 200 115 0.029573 10.0.0.23 - - [2026-06-15 02:39:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002733 10.0.0.65 - - [2026-06-15 02:39:07] "GET /projects?obj_uuids=23f8ba58-af26-403f-9200-78fbc577a764&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.022972 10.0.0.23 - - [2026-06-15 02:39:07] "GET /project/23f8ba58-af26-403f-9200-78fbc577a764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.063622 10.0.0.23 - - [2026-06-15 02:39:07] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-33631998&detail=False&count=False&shared=False HTTP/1.1" 200 2126 0.006460 10.0.0.23 - - [2026-06-15 02:39:07] "DELETE /network-policy/d46e129f-d19a-41ac-8de2-743b46ab6557 HTTP/1.1" 200 115 0.045508 10.0.0.23 - - [2026-06-15 02:39:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.65 - - [2026-06-15 02:39:07] "GET /projects?obj_uuids=23f8ba58-af26-403f-9200-78fbc577a764&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001043 10.0.0.23 - - [2026-06-15 02:39:07] "GET /project/23f8ba58-af26-403f-9200-78fbc577a764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.046404 10.0.0.23 - - [2026-06-15 02:39:08] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-33631998&detail=False&count=False&shared=False HTTP/1.1" 200 1904 0.005837 10.0.0.23 - - [2026-06-15 02:39:08] "DELETE /network-policy/1dbb9125-e2e0-4e8d-8b07-dbeca666ffbd HTTP/1.1" 200 115 0.036812 10.0.0.23 - - [2026-06-15 02:39:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004322 10.0.0.65 - - [2026-06-15 02:39:08] "GET /projects?obj_uuids=23f8ba58-af26-403f-9200-78fbc577a764&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001211 10.0.0.23 - - [2026-06-15 02:39:08] "GET /project/23f8ba58-af26-403f-9200-78fbc577a764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.038511 10.0.0.23 - - [2026-06-15 02:39:08] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-33631998&detail=False&count=False&shared=False HTTP/1.1" 200 1682 0.006327 10.0.0.23 - - [2026-06-15 02:39:08] "DELETE /network-policy/1f4b97e3-b668-4dc8-8f44-2c90d8b8f199 HTTP/1.1" 200 115 0.052872 10.0.0.23 - - [2026-06-15 02:39:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004951 10.0.0.65 - - [2026-06-15 02:39:08] "GET /projects?obj_uuids=23f8ba58-af26-403f-9200-78fbc577a764&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001138 10.0.0.23 - - [2026-06-15 02:39:08] "GET /project/23f8ba58-af26-403f-9200-78fbc577a764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.048477 10.0.0.23 - - [2026-06-15 02:39:08] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-33631998&detail=False&count=False&shared=False HTTP/1.1" 200 1460 0.006170 10.0.0.23 - - [2026-06-15 02:39:08] "DELETE /network-policy/311af80d-fe00-46f0-b90f-c70f8437e50e HTTP/1.1" 200 115 0.035177 10.0.0.23 - - [2026-06-15 02:39:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005932 10.0.0.65 - - [2026-06-15 02:39:08] "GET /projects?obj_uuids=23f8ba58-af26-403f-9200-78fbc577a764&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001283 10.0.0.23 - - [2026-06-15 02:39:08] "GET /project/23f8ba58-af26-403f-9200-78fbc577a764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.055538 10.0.0.23 - - [2026-06-15 02:39:08] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-33631998&detail=False&count=False&shared=False HTTP/1.1" 200 1238 0.006855 10.0.0.23 - - [2026-06-15 02:39:08] "DELETE /network-policy/d8646a65-929d-4f68-945d-e7119c7c01c9 HTTP/1.1" 200 115 0.033766 10.0.0.23 - - [2026-06-15 02:39:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.65 - - [2026-06-15 02:39:08] "GET /projects?obj_uuids=23f8ba58-af26-403f-9200-78fbc577a764&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000921 10.0.0.23 - - [2026-06-15 02:39:08] "GET /project/23f8ba58-af26-403f-9200-78fbc577a764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.039059 10.0.0.23 - - [2026-06-15 02:39:08] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-33631998&detail=False&count=False&shared=False HTTP/1.1" 200 1014 0.006380 10.0.0.23 - - [2026-06-15 02:39:08] "DELETE /network-policy/ebd42be7-51b9-42be-9007-c7b7e3feef05 HTTP/1.1" 200 115 0.045413 10.0.0.23 - - [2026-06-15 02:39:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.65 - - [2026-06-15 02:39:08] "GET /projects?obj_uuids=23f8ba58-af26-403f-9200-78fbc577a764&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000942 10.0.0.23 - - [2026-06-15 02:39:09] "GET /project/23f8ba58-af26-403f-9200-78fbc577a764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.057413 10.0.0.23 - - [2026-06-15 02:39:09] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-33631998&detail=False&count=False&shared=False HTTP/1.1" 200 793 0.006219 10.0.0.23 - - [2026-06-15 02:39:09] "DELETE /network-policy/3d570ead-a827-4ebd-8f00-3f8a7fa1237f HTTP/1.1" 200 115 0.043554 10.0.0.23 - - [2026-06-15 02:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.65 - - [2026-06-15 02:39:09] "GET /projects?obj_uuids=23f8ba58-af26-403f-9200-78fbc577a764&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001235 10.0.0.23 - - [2026-06-15 02:39:09] "GET /project/23f8ba58-af26-403f-9200-78fbc577a764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.046200 10.0.0.23 - - [2026-06-15 02:39:09] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-33631998&detail=False&count=False&shared=False HTTP/1.1" 200 572 0.006132 10.0.0.23 - - [2026-06-15 02:39:09] "DELETE /network-policy/b2085d3e-a50f-4166-a34e-53ed7d9ac3b3 HTTP/1.1" 200 115 0.046785 10.0.0.23 - - [2026-06-15 02:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.65 - - [2026-06-15 02:39:09] "GET /projects?obj_uuids=23f8ba58-af26-403f-9200-78fbc577a764&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000906 10.0.0.23 - - [2026-06-15 02:39:09] "GET /project/23f8ba58-af26-403f-9200-78fbc577a764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.046426 10.0.0.23 - - [2026-06-15 02:39:09] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-33631998&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.006582 10.0.0.23 - - [2026-06-15 02:39:09] "DELETE /network-policy/cd9c6f01-910b-4e9a-9cdf-aef293f559aa HTTP/1.1" 200 115 0.041368 10.0.0.23 - - [2026-06-15 02:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.009929 10.0.0.65 - - [2026-06-15 02:39:09] "GET /projects?obj_uuids=23f8ba58-af26-403f-9200-78fbc577a764&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001010 10.0.0.23 - - [2026-06-15 02:39:09] "GET /project/23f8ba58-af26-403f-9200-78fbc577a764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.042581 10.0.0.23 - - [2026-06-15 02:39:09] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-33631998&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.007699 10.0.0.23 - - [2026-06-15 02:39:09] "POST /neutron/network HTTP/1.1" 200 1336 0.012726 10.0.0.65 - - [2026-06-15 02:39:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003269 10.0.0.65 - - [2026-06-15 02:39:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.008982 10.0.0.65 - - [2026-06-15 02:39:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002297 10.0.0.65 - - [2026-06-15 02:39:10] "POST /useragent-kv HTTP/1.1" 200 115 0.004717 10.0.0.65 - - [2026-06-15 02:39:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002278 10.0.0.65 - - [2026-06-15 02:39:10] "POST /useragent-kv HTTP/1.1" 200 115 0.001884 10.0.0.65 - - [2026-06-15 02:39:10] "POST /useragent-kv HTTP/1.1" 200 115 0.008393 10.0.0.23 - - [2026-06-15 02:39:10] "POST /neutron/network HTTP/1.1" 200 151 0.179144 10.0.0.23 - - [2026-06-15 02:39:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.23 - - [2026-06-15 02:39:10] "DELETE /network-ipam/3996ba66-3434-4ba4-ac5c-dba5b10e5398 HTTP/1.1" 200 115 0.038365 10.0.0.23 - - [2026-06-15 02:39:10] "POST /fqname-to-id HTTP/1.1" 404 260 0.002892 10.0.0.65 - - [2026-06-15 02:39:10] "GET /projects?obj_uuids=23f8ba58-af26-403f-9200-78fbc577a764&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000794 10.0.0.65 - - [2026-06-15 02:39:10] "GET /project/23f8ba58-af26-403f-9200-78fbc577a764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.042763 10.0.0.65 - - [2026-06-15 02:39:10] "GET /projects?obj_uuids=23f8ba58-af26-403f-9200-78fbc577a764&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000787 10.0.0.65 - - [2026-06-15 02:39:10] "GET /project/23f8ba58-af26-403f-9200-78fbc577a764?fields=security_groups HTTP/1.1" 200 1398 0.046442 10.0.0.65 - - [2026-06-15 02:39:11] "DELETE /security-group/b540f927-7af1-45e7-8eed-f40050dc12bb HTTP/1.1" 200 115 0.050546 10.0.0.65 - - [2026-06-15 02:39:11] "GET /projects?obj_uuids=23f8ba58-af26-403f-9200-78fbc577a764&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001807 10.0.0.65 - - [2026-06-15 02:39:11] "GET /project/23f8ba58-af26-403f-9200-78fbc577a764?fields=application_policy_sets HTTP/1.1" 200 1437 0.052834 10.0.0.65 - - [2026-06-15 02:39:11] "DELETE /access-control-list/e878c19a-fa1c-4678-9c8c-728b06b16d93 HTTP/1.1" 200 115 0.043570 10.0.0.23 - - [2026-06-15 02:39:11] "DELETE /project/23f8ba58-af26-403f-9200-78fbc577a764 HTTP/1.1" 200 115 0.386668 10.0.0.65 - - [2026-06-15 02:39:11] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000843 10.0.0.23 - - [2026-06-15 02:39:11] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?fields=projects HTTP/1.1" 200 1438 0.008876 10.0.0.65 - - [2026-06-15 02:39:12] "GET /projects?obj_uuids=23f8ba58-af26-403f-9200-78fbc577a764&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003025 10.0.0.65 - - [2026-06-15 02:39:12] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000850 10.0.0.65 - - [2026-06-15 02:39:12] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.048047 10.0.0.65 - - [2026-06-15 02:39:12] "POST /id-to-fqname HTTP/1.1" 200 202 0.004883 10.0.0.65 - - [2026-06-15 02:39:12] "POST /fqname-to-id HTTP/1.1" 404 211 0.004410 10.0.0.65 - - [2026-06-15 02:39:12] "POST /security-groups HTTP/1.1" 200 603 0.077602 10.0.0.65 - - [2026-06-15 02:39:12] "POST /projects HTTP/1.1" 200 609 0.264729 10.0.0.65 - - [2026-06-15 02:39:12] "POST /fqname-to-id HTTP/1.1" 404 245 0.010101 10.0.0.65 - - [2026-06-15 02:39:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.332967 10.0.0.23 - - [2026-06-15 02:39:13] "GET /project/23f8ba58-af26-403f-9200-78fbc577a764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.475458 10.0.0.65 - - [2026-06-15 02:39:13] "GET /projects?obj_uuids=23f8ba58-af26-403f-9200-78fbc577a764&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001192 10.0.0.23 - - [2026-06-15 02:39:13] "GET /project/23f8ba58-af26-403f-9200-78fbc577a764?fields=virtual_networks HTTP/1.1" 200 1055 0.058188 10.0.0.65 - - [2026-06-15 02:39:13] "GET /projects?obj_uuids=23f8ba58-af26-403f-9200-78fbc577a764&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000846 10.0.0.23 - - [2026-06-15 02:39:13] "GET /project/23f8ba58-af26-403f-9200-78fbc577a764?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.044457 10.0.0.65 - - [2026-06-15 02:39:13] "GET /projects?obj_uuids=23f8ba58-af26-403f-9200-78fbc577a764&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001342 10.0.0.23 - - [2026-06-15 02:39:13] "GET /project/23f8ba58-af26-403f-9200-78fbc577a764?fields=security_groups HTTP/1.1" 200 1293 0.046021 10.0.0.23 - - [2026-06-15 02:39:14] "POST /fqname-to-id HTTP/1.1" 404 182 0.031874 10.0.0.65 - - [2026-06-15 02:39:14] "GET /projects?obj_uuids=c8ebf684-fe0d-4895-8c5f-fa1bd5c0b481&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002854 10.0.0.65 - - [2026-06-15 02:39:14] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000858 10.0.0.65 - - [2026-06-15 02:39:14] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006657 10.0.0.65 - - [2026-06-15 02:39:14] "POST /id-to-fqname HTTP/1.1" 200 184 0.001101 10.0.0.65 - - [2026-06-15 02:39:14] "POST /fqname-to-id HTTP/1.1" 404 193 0.012990 10.0.0.65 - - [2026-06-15 02:39:14] "POST /security-groups HTTP/1.1" 200 585 0.073096 10.0.0.65 - - [2026-06-15 02:39:14] "POST /projects HTTP/1.1" 200 573 0.292928 10.0.0.65 - - [2026-06-15 02:39:14] "POST /access-control-lists HTTP/1.1" 200 590 0.034291 10.0.0.65 - - [2026-06-15 02:39:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.367967 10.0.0.23 - - [2026-06-15 02:39:14] "GET /project/c8ebf684-fe0d-4895-8c5f-fa1bd5c0b481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.499063 10.0.0.23 - - [2026-06-15 02:39:15] "GET / HTTP/1.1" 200 35931 0.001402 10.0.0.23 - - [2026-06-15 02:39:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000660 10.0.0.23 - - [2026-06-15 02:39:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.059163 10.0.0.65 - - [2026-06-15 02:39:16] "GET /projects?obj_uuids=c8ebf684-fe0d-4895-8c5f-fa1bd5c0b481&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000953 10.0.0.23 - - [2026-06-15 02:39:16] "GET /project/c8ebf684-fe0d-4895-8c5f-fa1bd5c0b481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.042570 10.0.0.65 - - [2026-06-15 02:39:17] "POST /route-targets HTTP/1.1" 200 327 0.018760 10.0.0.65 - - [2026-06-15 02:39:17] "POST /useragent-kv HTTP/1.1" 200 115 0.008466 10.0.0.23 - - [2026-06-15 02:39:17] "POST /neutron/subnet HTTP/1.1" 200 725 0.274668 10.0.0.23 - - [2026-06-15 02:39:17] "POST /id-to-fqname HTTP/1.1" 200 214 0.001682 10.0.0.23 - - [2026-06-15 02:39:17] "GET /virtual-network/5fe374b0-9cf6-4997-932e-41f536c1d7ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.007163 10.0.0.23 - - [2026-06-15 02:39:17] "POST /neutron/network HTTP/1.1" 200 992 0.007486 10.0.0.23 - - [2026-06-15 02:39:17] "GET /virtual-network/5fe374b0-9cf6-4997-932e-41f536c1d7ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.004737 10.0.0.23 - - [2026-06-15 02:39:17] "POST /neutron/subnet HTTP/1.1" 200 828 0.009373 10.0.0.23 - - [2026-06-15 02:39:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.65 - - [2026-06-15 02:39:17] "GET /projects?obj_uuids=c8ebf684-fe0d-4895-8c5f-fa1bd5c0b481&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000778 10.0.0.23 - - [2026-06-15 02:39:17] "GET /project/c8ebf684-fe0d-4895-8c5f-fa1bd5c0b481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.040948 10.0.0.65 - - [2026-06-15 02:39:18] "POST /ref-update HTTP/1.1" 200 156 0.032109 10.0.0.65 - - [2026-06-15 02:39:18] "POST /useragent-kv HTTP/1.1" 200 115 0.009563 10.0.0.23 - - [2026-06-15 02:39:18] "POST /neutron/subnet HTTP/1.1" 200 719 0.214621 10.0.0.65 - - [2026-06-15 02:39:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.004282 10.0.0.23 - - [2026-06-15 02:39:18] "POST /id-to-fqname HTTP/1.1" 200 214 0.001697 10.0.0.23 - - [2026-06-15 02:39:18] "GET /virtual-network/445fd0b8-aa7f-4b4c-a446-d840fa1c7944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2605 0.006825 10.0.0.23 - - [2026-06-15 02:39:18] "POST /neutron/network HTTP/1.1" 200 990 0.007509 10.0.0.23 - - [2026-06-15 02:39:18] "GET /virtual-network/445fd0b8-aa7f-4b4c-a446-d840fa1c7944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2605 0.004649 10.0.0.23 - - [2026-06-15 02:39:18] "POST /neutron/subnet HTTP/1.1" 200 823 0.007798 10.0.0.23 - - [2026-06-15 02:39:18] "POST /id-to-fqname HTTP/1.1" 200 214 0.000889 10.0.0.65 - - [2026-06-15 02:39:19] "GET /projects?obj_uuids=c8ebf684-fe0d-4895-8c5f-fa1bd5c0b481&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001385 10.0.0.23 - - [2026-06-15 02:39:19] "GET /project/c8ebf684-fe0d-4895-8c5f-fa1bd5c0b481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.070441 10.0.0.23 - - [2026-06-15 02:39:19] "POST /neutron/port HTTP/1.1" 200 117 0.006849 10.0.0.23 - - [2026-06-15 02:39:19] "POST /id-to-fqname HTTP/1.1" 200 214 0.001165 10.0.0.23 - - [2026-06-15 02:39:20] "POST /neutron/network HTTP/1.1" 200 1002 0.013094 10.0.0.65 - - [2026-06-15 02:39:20] "GET /projects?obj_uuids=c8ebf684-fe0d-4895-8c5f-fa1bd5c0b481&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000934 10.0.0.23 - - [2026-06-15 02:39:20] "GET /project/c8ebf684-fe0d-4895-8c5f-fa1bd5c0b481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.063411 10.0.0.23 - - [2026-06-15 02:39:20] "POST /neutron/port HTTP/1.1" 200 117 0.007059 10.0.0.23 - - [2026-06-15 02:39:20] "POST /id-to-fqname HTTP/1.1" 200 214 0.001526 10.0.0.65 - - [2026-06-15 02:39:21] "GET /projects?obj_uuids=c8ebf684-fe0d-4895-8c5f-fa1bd5c0b481&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000854 10.0.0.23 - - [2026-06-15 02:39:21] "GET /project/c8ebf684-fe0d-4895-8c5f-fa1bd5c0b481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.062318 10.0.0.23 - - [2026-06-15 02:39:21] "POST /neutron/network HTTP/1.1" 200 990 0.008280 10.0.0.23 - - [2026-06-15 02:39:22] "POST /neutron/port HTTP/1.1" 200 117 0.010578 10.0.0.23 - - [2026-06-15 02:39:24] "POST /neutron/port HTTP/1.1" 200 1161 0.021863 10.0.0.23 - - [2026-06-15 02:39:25] "POST /neutron/network HTTP/1.1" 200 1002 0.008770 10.0.0.23 - - [2026-06-15 02:39:25] "POST /neutron/port HTTP/1.1" 200 1161 0.027022 10.0.0.23 - - [2026-06-15 02:39:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003425 10.0.0.23 - - [2026-06-15 02:39:25] "POST /neutron/port HTTP/1.1" 200 117 0.001044 10.0.0.23 - - [2026-06-15 02:39:26] "POST /neutron/port HTTP/1.1" 200 1225 0.021111 10.0.0.23 - - [2026-06-15 02:39:26] "POST /neutron/subnet HTTP/1.1" 200 1385 0.013795 10.0.0.23 - - [2026-06-15 02:39:26] "POST /neutron/network HTTP/1.1" 200 992 0.010677 10.0.0.65 - - [2026-06-15 02:39:27] "GET /projects?obj_uuids=c8ebf684-fe0d-4895-8c5f-fa1bd5c0b481&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000942 10.0.0.23 - - [2026-06-15 02:39:27] "POST /neutron/port HTTP/1.1" 200 1159 0.373822 10.0.0.23 - - [2026-06-15 02:39:27] "POST /neutron/port HTTP/1.1" 200 1159 0.014597 10.0.0.23 - - [2026-06-15 02:39:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004470 10.0.0.23 - - [2026-06-15 02:39:28] "POST /neutron/port HTTP/1.1" 200 117 0.001323 10.0.0.33 - - [2026-06-15 02:39:32] "GET /obj-perms HTTP/1.1" 200 4493 0.055212 10.0.0.23 - - [2026-06-15 02:39:32] "POST /neutron/port HTTP/1.1" 200 1225 0.023482 10.0.0.23 - - [2026-06-15 02:39:32] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007350 10.0.0.23 - - [2026-06-15 02:39:32] "GET /virtual-machine/f3ce4a87-30b1-481f-9b62-351b2a863d5a HTTP/1.1" 401 292 0.000523 10.0.0.23 - - [2026-06-15 02:39:32] "GET /virtual-machine/f3ce4a87-30b1-481f-9b62-351b2a863d5a HTTP/1.1" 200 1287 0.023320 10.0.0.23 - - [2026-06-15 02:39:32] "GET /virtual-machine-interface/24ab4c71-a127-46ec-8005-3f8c7340082d HTTP/1.1" 200 3103 0.005197 10.0.0.23 - - [2026-06-15 02:39:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.23 - - [2026-06-15 02:39:32] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003387 10.0.0.23 - - [2026-06-15 02:39:32] "GET /virtual-networks?parent_id=c8ebf684-fe0d-4895-8c5f-fa1bd5c0b481&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002910 10.0.0.23 - - [2026-06-15 02:39:32] "GET /virtual-network/5fe374b0-9cf6-4997-932e-41f536c1d7ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.011024 10.0.0.23 - - [2026-06-15 02:39:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.23 - - [2026-06-15 02:39:36] "GET /virtual-network/5fe374b0-9cf6-4997-932e-41f536c1d7ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.005046 10.0.0.23 - - [2026-06-15 02:39:36] "POST /neutron/port HTTP/1.1" 200 1225 0.019894 10.0.0.23 - - [2026-06-15 02:39:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003774 10.0.0.23 - - [2026-06-15 02:39:38] "POST /neutron/port HTTP/1.1" 200 117 0.001063 10.0.0.23 - - [2026-06-15 02:39:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.23 - - [2026-06-15 02:39:40] "GET /virtual-network/5fe374b0-9cf6-4997-932e-41f536c1d7ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.004742 10.0.0.23 - - [2026-06-15 02:39:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.008117 10.0.0.23 - - [2026-06-15 02:39:44] "GET /virtual-network/5fe374b0-9cf6-4997-932e-41f536c1d7ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.006839 10.0.0.23 - - [2026-06-15 02:39:44] "POST /neutron/port HTTP/1.1" 200 1225 0.015009 10.0.0.23 - - [2026-06-15 02:39:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006332 10.0.0.23 - - [2026-06-15 02:39:46] "POST /neutron/port HTTP/1.1" 200 117 0.001004 10.0.0.23 - - [2026-06-15 02:39:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006387 10.0.0.23 - - [2026-06-15 02:39:48] "GET /virtual-network/5fe374b0-9cf6-4997-932e-41f536c1d7ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.006716 10.0.0.23 - - [2026-06-15 02:39:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.23 - - [2026-06-15 02:39:52] "GET /virtual-network/5fe374b0-9cf6-4997-932e-41f536c1d7ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.005161 10.0.0.23 - - [2026-06-15 02:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005316 10.0.0.23 - - [2026-06-15 02:39:56] "GET /virtual-network/5fe374b0-9cf6-4997-932e-41f536c1d7ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.005467 10.0.0.23 - - [2026-06-15 02:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.23 - - [2026-06-15 02:40:00] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003229 10.0.0.23 - - [2026-06-15 02:40:00] "GET /virtual-networks?parent_id=c8ebf684-fe0d-4895-8c5f-fa1bd5c0b481&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002735 10.0.0.23 - - [2026-06-15 02:40:00] "GET /virtual-network/5fe374b0-9cf6-4997-932e-41f536c1d7ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.006524 10.0.0.23 - - [2026-06-15 02:40:00] "POST /neutron/port HTTP/1.1" 200 1225 0.018784 10.0.0.23 - - [2026-06-15 02:40:05] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006233 10.0.0.65 - - [2026-06-15 02:40:06] "DELETE /project/c8ebf684fe0d48958c5ffa1bd5c0b481 HTTP/1.1" 404 173 0.041803 10.0.0.65 - - [2026-06-15 02:40:06] "DELETE /project/23f8ba58-af26-403f-9200-78fbc577a764 HTTP/1.1" 404 177 0.048892 10.0.0.65 - - [2026-06-15 02:40:06] "DELETE /project/23f8ba58af26403f920078fbc577a764 HTTP/1.1" 404 173 0.056995 10.0.0.23 - - [2026-06-15 02:40:16] "POST /neutron/port HTTP/1.1" 200 1225 0.016786 10.0.0.23 - - [2026-06-15 02:40:17] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006133 10.0.0.23 - - [2026-06-15 02:40:21] "POST /neutron/port HTTP/1.1" 200 1225 0.016097 10.0.0.23 - - [2026-06-15 02:40:21] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006040 10.0.0.23 - - [2026-06-15 02:40:26] "POST /neutron/port HTTP/1.1" 200 1225 0.019552 10.0.0.23 - - [2026-06-15 02:40:26] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007082 10.0.0.23 - - [2026-06-15 02:40:26] "GET /virtual-machine/5c182c95-f449-4cfe-b547-cd9f82c7d03a HTTP/1.1" 200 1286 0.005921 10.0.0.23 - - [2026-06-15 02:40:26] "GET /virtual-machine-interface/045bd3d7-6430-4ffb-9fdd-77d5e7c1e2f6 HTTP/1.1" 200 3103 0.004750 10.0.0.23 - - [2026-06-15 02:40:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.23 - - [2026-06-15 02:40:26] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003610 10.0.0.23 - - [2026-06-15 02:40:26] "GET /virtual-networks?parent_id=c8ebf684-fe0d-4895-8c5f-fa1bd5c0b481&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003062 10.0.0.23 - - [2026-06-15 02:40:26] "GET /virtual-network/5fe374b0-9cf6-4997-932e-41f536c1d7ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.007921 10.0.0.23 - - [2026-06-15 02:40:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.23 - - [2026-06-15 02:40:28] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004128 10.0.0.23 - - [2026-06-15 02:40:28] "GET /virtual-networks?parent_id=c8ebf684-fe0d-4895-8c5f-fa1bd5c0b481&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003421 10.0.0.23 - - [2026-06-15 02:40:28] "GET /virtual-network/5fe374b0-9cf6-4997-932e-41f536c1d7ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.005756 10.0.0.23 - - [2026-06-15 02:40:28] "POST /neutron/port HTTP/1.1" 200 1223 0.018116 10.0.0.23 - - [2026-06-15 02:40:28] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007422 10.0.0.23 - - [2026-06-15 02:40:28] "GET /virtual-machine/58e82483-c20d-4a77-a9f8-7ee0439b743b HTTP/1.1" 200 1286 0.005022 10.0.0.23 - - [2026-06-15 02:40:28] "GET /virtual-machine-interface/a5820ba3-39f9-4206-8c79-42cd80fd4da7 HTTP/1.1" 200 3105 0.004975 10.0.0.23 - - [2026-06-15 02:40:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.23 - - [2026-06-15 02:40:28] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003297 10.0.0.23 - - [2026-06-15 02:40:28] "GET /virtual-networks?parent_id=c8ebf684-fe0d-4895-8c5f-fa1bd5c0b481&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002547 10.0.0.23 - - [2026-06-15 02:40:28] "GET /virtual-network/445fd0b8-aa7f-4b4c-a446-d840fa1c7944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2605 0.006751 10.0.0.23 - - [2026-06-15 02:40:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.23 - - [2026-06-15 02:40:29] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003666 10.0.0.23 - - [2026-06-15 02:40:29] "GET /virtual-networks?parent_id=c8ebf684-fe0d-4895-8c5f-fa1bd5c0b481&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002773 10.0.0.23 - - [2026-06-15 02:40:29] "GET /virtual-network/445fd0b8-aa7f-4b4c-a446-d840fa1c7944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2605 0.005109 10.0.0.23 - - [2026-06-15 02:40:36] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003742 10.0.0.23 - - [2026-06-15 02:40:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.23 - - [2026-06-15 02:40:36] "GET /global-qos-config/69d4c452-2235-4a49-a0c8-059e1ea41b98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1084 0.005877 10.0.0.23 - - [2026-06-15 02:40:36] "POST /fqname-to-id HTTP/1.1" 404 222 0.003763 10.0.0.23 - - [2026-06-15 02:40:36] "POST /forwarding-classs HTTP/1.1" 200 576 0.044795 10.0.0.23 - - [2026-06-15 02:40:36] "POST /id-to-fqname HTTP/1.1" 200 232 0.004227 10.0.0.23 - - [2026-06-15 02:40:36] "GET /forwarding-class/99f9f01d-3d6b-45ce-a5be-d03ada38cf6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1251 0.004921 10.0.0.65 - - [2026-06-15 02:40:36] "GET /projects?obj_uuids=c8ebf684-fe0d-4895-8c5f-fa1bd5c0b481&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001608 10.0.0.23 - - [2026-06-15 02:40:36] "GET /project/c8ebf684-fe0d-4895-8c5f-fa1bd5c0b481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.069253 10.0.0.23 - - [2026-06-15 02:40:36] "POST /fqname-to-id HTTP/1.1" 404 211 0.003537 10.0.0.23 - - [2026-06-15 02:40:36] "POST /qos-configs HTTP/1.1" 200 543 0.040578 10.0.0.23 - - [2026-06-15 02:40:37] "POST /id-to-fqname HTTP/1.1" 200 217 0.003093 10.0.0.23 - - [2026-06-15 02:40:37] "GET /qos-config/7f4ea651-8f7b-44b4-ba3d-9542daf6ebff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.004178 10.0.0.23 - - [2026-06-15 02:40:37] "GET /virtual-machine-interface/24ab4c71-a127-46ec-8005-3f8c7340082d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2688 0.005746 10.0.0.23 - - [2026-06-15 02:40:37] "POST /ref-update HTTP/1.1" 200 156 0.012566 10.0.0.23 - - [2026-06-15 02:40:37] "POST /neutron/port HTTP/1.1" 200 1225 0.017155 10.0.0.23 - - [2026-06-15 02:40:37] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006665 10.0.0.23 - - [2026-06-15 02:40:37] "POST /neutron/port HTTP/1.1" 200 1225 0.017383 10.0.0.23 - - [2026-06-15 02:40:37] "POST /neutron/network HTTP/1.1" 200 992 0.008049 10.0.0.23 - - [2026-06-15 02:40:37] "POST /id-to-fqname HTTP/1.1" 200 214 0.001097 10.0.0.23 - - [2026-06-15 02:40:37] "GET /virtual-machine/f3ce4a87-30b1-481f-9b62-351b2a863d5a HTTP/1.1" 200 1287 0.003078 10.0.0.23 - - [2026-06-15 02:40:37] "GET /virtual-machine-interface/24ab4c71-a127-46ec-8005-3f8c7340082d HTTP/1.1" 200 3350 0.007401 10.0.0.23 - - [2026-06-15 02:40:37] "GET /instance-ip/5cf07107-5073-4866-8c2a-4710fdf8bc85 HTTP/1.1" 200 1628 0.005265 10.0.0.23 - - [2026-06-15 02:40:37] "GET /instance-ip/e4e0eb2d-6c7a-452e-a01e-e1853eeb82c0 HTTP/1.1" 200 1609 0.006050 10.0.0.23 - - [2026-06-15 02:40:37] "POST /neutron/port HTTP/1.1" 200 1225 0.015434 10.0.0.23 - - [2026-06-15 02:40:37] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006191 10.0.0.23 - - [2026-06-15 02:40:38] "POST /neutron/network HTTP/1.1" 200 966 0.081506 10.0.0.23 - - [2026-06-15 02:40:38] "POST /id-to-fqname HTTP/1.1" 200 214 0.001062 10.0.0.23 - - [2026-06-15 02:40:38] "GET /virtual-machine/5c182c95-f449-4cfe-b547-cd9f82c7d03a HTTP/1.1" 200 1286 0.003252 10.0.0.23 - - [2026-06-15 02:40:38] "GET /virtual-machine-interface/045bd3d7-6430-4ffb-9fdd-77d5e7c1e2f6 HTTP/1.1" 200 3103 0.004526 10.0.0.23 - - [2026-06-15 02:40:38] "GET /instance-ip/81de489c-50ed-4c83-9458-0d494a62e3b5 HTTP/1.1" 200 1608 0.004821 10.0.0.23 - - [2026-06-15 02:40:38] "GET /instance-ip/e08a0e34-44ed-4366-b1b7-a327ad53cf12 HTTP/1.1" 200 1629 0.005145 10.0.0.23 - - [2026-06-15 02:40:39] "POST /neutron/port HTTP/1.1" 200 1225 0.042213 10.0.0.23 - - [2026-06-15 02:40:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004799 10.0.0.23 - - [2026-06-15 02:40:40] "POST /neutron/port HTTP/1.1" 200 117 0.001026 10.0.0.23 - - [2026-06-15 02:40:47] "POST /neutron/port HTTP/1.1" 200 1223 0.017990 10.0.0.23 - - [2026-06-15 02:40:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004076 10.0.0.23 - - [2026-06-15 02:40:47] "POST /neutron/port HTTP/1.1" 200 117 0.001368 10.0.0.23 - - [2026-06-15 02:40:59] "GET /virtual-machine-interface/24ab4c71-a127-46ec-8005-3f8c7340082d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.005462 10.0.0.23 - - [2026-06-15 02:40:59] "POST /ref-update HTTP/1.1" 200 156 0.014705 10.0.0.23 - - [2026-06-15 02:40:59] "DELETE /qos-config/7f4ea651-8f7b-44b4-ba3d-9542daf6ebff HTTP/1.1" 200 115 0.031213 10.0.0.23 - - [2026-06-15 02:40:59] "POST /id-to-fqname HTTP/1.1" 200 232 0.000950 10.0.0.23 - - [2026-06-15 02:40:59] "DELETE /forwarding-class/99f9f01d-3d6b-45ce-a5be-d03ada38cf6b HTTP/1.1" 200 115 0.029483 10.0.0.23 - - [2026-06-15 02:41:01] "POST /neutron/network HTTP/1.1" 400 204 0.012878 10.0.0.23 - - [2026-06-15 02:41:03] "POST /neutron/port HTTP/1.1" 200 1225 0.020479 10.0.0.23 - - [2026-06-15 02:41:03] "POST /neutron/port HTTP/1.1" 200 151 0.292903 10.0.0.23 - - [2026-06-15 02:41:03] "POST /neutron/port HTTP/1.1" 200 151 0.342593 10.0.0.23 - - [2026-06-15 02:41:03] "POST /neutron/network HTTP/1.1" 200 992 0.018346 10.0.0.65 - - [2026-06-15 02:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.030176 10.0.0.65 - - [2026-06-15 02:41:03] "DELETE /route-target/bd346cea-a707-4bd7-9733-f47c2e9fc793 HTTP/1.1" 200 115 0.044251 10.0.0.65 - - [2026-06-15 02:41:04] "GET /projects?obj_uuids=c8ebf684-fe0d-4895-8c5f-fa1bd5c0b481&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000871 10.0.0.23 - - [2026-06-15 02:41:04] "GET /project/c8ebf684-fe0d-4895-8c5f-fa1bd5c0b481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.076040 10.0.0.65 - - [2026-06-15 02:41:04] "GET /projects?obj_uuids=c8ebf684-fe0d-4895-8c5f-fa1bd5c0b481&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000871 10.0.0.23 - - [2026-06-15 02:41:04] "GET /project/c8ebf684-fe0d-4895-8c5f-fa1bd5c0b481?fields=virtual_networks HTTP/1.1" 200 1020 0.054445 10.0.0.65 - - [2026-06-15 02:41:04] "GET /projects?obj_uuids=c8ebf684-fe0d-4895-8c5f-fa1bd5c0b481&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001210 10.0.0.23 - - [2026-06-15 02:41:04] "GET /project/c8ebf684-fe0d-4895-8c5f-fa1bd5c0b481?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.053526 10.0.0.65 - - [2026-06-15 02:41:04] "GET /projects?obj_uuids=c8ebf684-fe0d-4895-8c5f-fa1bd5c0b481&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001200 10.0.0.23 - - [2026-06-15 02:41:04] "GET /project/c8ebf684-fe0d-4895-8c5f-fa1bd5c0b481?fields=security_groups HTTP/1.1" 200 1240 0.050399 10.0.0.23 - - [2026-06-15 02:41:05] "POST /fqname-to-id HTTP/1.1" 404 181 0.027092 10.0.0.65 - - [2026-06-15 02:41:05] "GET /projects?obj_uuids=eac0868f-a981-4a76-9af3-a4125b17f868&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003723 10.0.0.65 - - [2026-06-15 02:41:05] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001267 10.0.0.65 - - [2026-06-15 02:41:05] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008651 10.0.0.65 - - [2026-06-15 02:41:05] "POST /id-to-fqname HTTP/1.1" 200 183 0.005971 10.0.0.65 - - [2026-06-15 02:41:05] "POST /fqname-to-id HTTP/1.1" 404 192 0.010090 10.0.0.65 - - [2026-06-15 02:41:05] "POST /security-groups HTTP/1.1" 200 584 0.073172 10.0.0.65 - - [2026-06-15 02:41:05] "POST /projects HTTP/1.1" 200 571 0.287934 10.0.0.65 - - [2026-06-15 02:41:05] "POST /fqname-to-id HTTP/1.1" 404 226 0.004569 10.0.0.65 - - [2026-06-15 02:41:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.361892 10.0.0.23 - - [2026-06-15 02:41:05] "GET /project/eac0868f-a981-4a76-9af3-a4125b17f868?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.514627 10.0.0.23 - - [2026-06-15 02:41:06] "GET / HTTP/1.1" 200 35931 0.001733 10.0.0.65 - - [2026-06-15 02:41:06] "DELETE /project/eac0868fa9814a769af3a4125b17f868 HTTP/1.1" 404 173 0.005036 10.0.0.65 - - [2026-06-15 02:41:06] "GET /projects?obj_uuids=c8ebf684-fe0d-4895-8c5f-fa1bd5c0b481&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000798 10.0.0.65 - - [2026-06-15 02:41:06] "GET /project/c8ebf684-fe0d-4895-8c5f-fa1bd5c0b481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.046011 10.0.0.65 - - [2026-06-15 02:41:06] "GET /projects?obj_uuids=c8ebf684-fe0d-4895-8c5f-fa1bd5c0b481&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000919 10.0.0.65 - - [2026-06-15 02:41:06] "GET /project/c8ebf684-fe0d-4895-8c5f-fa1bd5c0b481?fields=security_groups HTTP/1.1" 200 1345 0.041162 10.0.0.65 - - [2026-06-15 02:41:07] "DELETE /security-group/6e102ae9-4074-46ff-8929-dd6a59c132d6 HTTP/1.1" 200 115 0.051863 10.0.0.65 - - [2026-06-15 02:41:07] "GET /projects?obj_uuids=c8ebf684-fe0d-4895-8c5f-fa1bd5c0b481&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000863 10.0.0.65 - - [2026-06-15 02:41:07] "GET /project/c8ebf684-fe0d-4895-8c5f-fa1bd5c0b481?fields=application_policy_sets HTTP/1.1" 200 1384 0.053206 10.0.0.65 - - [2026-06-15 02:41:07] "DELETE /access-control-list/e95c9a34-bb74-4844-83be-909bec2ff1bb HTTP/1.1" 200 115 0.052971 10.0.0.65 - - [2026-06-15 02:41:07] "DELETE /project/c8ebf684-fe0d-4895-8c5f-fa1bd5c0b481 HTTP/1.1" 200 115 0.382764 10.0.0.23 - - [2026-06-15 02:41:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000583 10.0.0.23 - - [2026-06-15 02:41:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.032978 10.0.0.65 - - [2026-06-15 02:41:09] "GET /projects?obj_uuids=eac0868f-a981-4a76-9af3-a4125b17f868&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001269 10.0.0.23 - - [2026-06-15 02:41:09] "GET /project/eac0868f-a981-4a76-9af3-a4125b17f868?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.062543 10.0.0.65 - - [2026-06-15 02:41:09] "GET /projects?obj_uuids=eac0868f-a981-4a76-9af3-a4125b17f868&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001117 10.0.0.23 - - [2026-06-15 02:41:09] "POST /neutron/network HTTP/1.1" 200 612 0.145231 10.0.0.23 - - [2026-06-15 02:41:09] "POST /id-to-fqname HTTP/1.1" 200 220 0.003078 10.0.0.23 - - [2026-06-15 02:41:09] "GET /virtual-network/2c6c8a45-ad6c-4617-bda9-1b5e5a44d889?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007350 10.0.0.23 - - [2026-06-15 02:41:09] "POST /neutron/network HTTP/1.1" 200 831 0.006214 10.0.0.23 - - [2026-06-15 02:41:09] "GET /virtual-network/2c6c8a45-ad6c-4617-bda9-1b5e5a44d889?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005050 10.0.0.23 - - [2026-06-15 02:41:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.23 - - [2026-06-15 02:41:09] "GET /virtual-network/2c6c8a45-ad6c-4617-bda9-1b5e5a44d889?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005357 10.0.0.23 - - [2026-06-15 02:41:09] "PUT /virtual-network/2c6c8a45-ad6c-4617-bda9-1b5e5a44d889 HTTP/1.1" 200 264 0.059919 10.0.0.65 - - [2026-06-15 02:41:09] "POST /route-targets HTTP/1.1" 200 323 0.021568 10.0.0.23 - - [2026-06-15 02:41:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004452 10.0.0.65 - - [2026-06-15 02:41:09] "GET /projects?obj_uuids=eac0868f-a981-4a76-9af3-a4125b17f868&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000940 10.0.0.23 - - [2026-06-15 02:41:09] "GET /project/eac0868f-a981-4a76-9af3-a4125b17f868?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.039159 10.0.0.23 - - [2026-06-15 02:41:10] "POST /neutron/network HTTP/1.1" 200 117 0.013016 10.0.0.65 - - [2026-06-15 02:41:10] "POST /ref-update HTTP/1.1" 200 156 0.026322 10.0.0.23 - - [2026-06-15 02:41:10] "POST /neutron/network HTTP/1.1" 200 829 0.007639 10.0.0.23 - - [2026-06-15 02:41:10] "POST /id-to-fqname HTTP/1.1" 200 220 0.000928 10.0.0.23 - - [2026-06-15 02:41:10] "GET /virtual-network/259499be-638e-42f9-8754-aff78640420f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004151 10.0.0.23 - - [2026-06-15 02:41:10] "GET /virtual-network/259499be-638e-42f9-8754-aff78640420f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005475 10.0.0.23 - - [2026-06-15 02:41:10] "POST /neutron/subnet HTTP/1.1" 200 715 0.007282 10.0.0.23 - - [2026-06-15 02:41:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002386 10.0.0.23 - - [2026-06-15 02:41:10] "GET /virtual-network/259499be-638e-42f9-8754-aff78640420f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004964 10.0.0.23 - - [2026-06-15 02:41:10] "PUT /virtual-network/259499be-638e-42f9-8754-aff78640420f HTTP/1.1" 200 264 0.048816 10.0.0.23 - - [2026-06-15 02:41:10] "POST /id-to-fqname HTTP/1.1" 200 220 0.001678 10.0.0.65 - - [2026-06-15 02:41:11] "GET /projects?obj_uuids=eac0868f-a981-4a76-9af3-a4125b17f868&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000942 10.0.0.23 - - [2026-06-15 02:41:11] "GET /project/eac0868f-a981-4a76-9af3-a4125b17f868?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.054193 10.0.0.23 - - [2026-06-15 02:41:11] "POST /neutron/port HTTP/1.1" 200 117 0.005626 10.0.0.23 - - [2026-06-15 02:41:11] "POST /id-to-fqname HTTP/1.1" 200 220 0.001594 10.0.0.23 - - [2026-06-15 02:41:11] "POST /neutron/network HTTP/1.1" 200 839 0.008494 10.0.0.65 - - [2026-06-15 02:41:12] "GET /projects?obj_uuids=eac0868f-a981-4a76-9af3-a4125b17f868&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002039 10.0.0.23 - - [2026-06-15 02:41:12] "GET /project/eac0868f-a981-4a76-9af3-a4125b17f868?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.063544 10.0.0.23 - - [2026-06-15 02:41:12] "POST /neutron/port HTTP/1.1" 200 117 0.006514 10.0.0.65 - - [2026-06-15 02:41:15] "GET /projects?obj_uuids=eac0868f-a981-4a76-9af3-a4125b17f868&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000942 10.0.0.23 - - [2026-06-15 02:41:16] "POST /neutron/port HTTP/1.1" 200 1053 0.308254 10.0.0.23 - - [2026-06-15 02:41:16] "POST /neutron/port HTTP/1.1" 200 1107 0.095793 10.0.0.23 - - [2026-06-15 02:41:17] "POST /neutron/port HTTP/1.1" 200 1051 0.021122 10.0.0.23 - - [2026-06-15 02:41:17] "POST /neutron/port HTTP/1.1" 200 1117 0.016381 10.0.0.23 - - [2026-06-15 02:41:17] "POST /neutron/port HTTP/1.1" 200 117 0.001144 10.0.0.23 - - [2026-06-15 02:41:17] "POST /neutron/security_group HTTP/1.1" 200 2051 0.012459 10.0.0.23 - - [2026-06-15 02:41:18] "POST /neutron/subnet HTTP/1.1" 200 689 0.009511 10.0.0.23 - - [2026-06-15 02:41:23] "POST /neutron/port HTTP/1.1" 200 1117 0.019586 10.0.0.23 - - [2026-06-15 02:41:23] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008894 10.0.0.23 - - [2026-06-15 02:41:23] "GET /virtual-machine/6d0b0cfd-661a-4e1f-81e4-15d97f074728 HTTP/1.1" 401 292 0.000507 10.0.0.23 - - [2026-06-15 02:41:23] "GET /virtual-machine/6d0b0cfd-661a-4e1f-81e4-15d97f074728 HTTP/1.1" 200 1284 0.022190 10.0.0.23 - - [2026-06-15 02:41:23] "GET /virtual-machine-interface/02f7e22d-d940-4fa3-b83e-260edc4fc719 HTTP/1.1" 200 2925 0.004932 10.0.0.23 - - [2026-06-15 02:41:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.23 - - [2026-06-15 02:41:23] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003455 10.0.0.23 - - [2026-06-15 02:41:23] "GET /virtual-networks?parent_id=eac0868f-a981-4a76-9af3-a4125b17f868&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002507 10.0.0.23 - - [2026-06-15 02:41:23] "GET /virtual-network/2c6c8a45-ad6c-4617-bda9-1b5e5a44d889?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.005569 10.0.0.23 - - [2026-06-15 02:41:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.23 - - [2026-06-15 02:41:26] "GET /virtual-network/2c6c8a45-ad6c-4617-bda9-1b5e5a44d889?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.004987 10.0.0.23 - - [2026-06-15 02:41:26] "POST /neutron/port HTTP/1.1" 200 1117 0.032016 10.0.0.23 - - [2026-06-15 02:41:28] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005905 10.0.0.23 - - [2026-06-15 02:41:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.23 - - [2026-06-15 02:41:28] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003748 10.0.0.23 - - [2026-06-15 02:41:28] "GET /virtual-networks?parent_id=eac0868f-a981-4a76-9af3-a4125b17f868&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002475 10.0.0.23 - - [2026-06-15 02:41:28] "GET /virtual-network/2c6c8a45-ad6c-4617-bda9-1b5e5a44d889?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.005358 10.0.0.23 - - [2026-06-15 02:41:29] "POST /neutron/port HTTP/1.1" 200 1115 0.022117 10.0.0.23 - - [2026-06-15 02:41:29] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006880 10.0.0.23 - - [2026-06-15 02:41:29] "GET /virtual-machine/0d495917-74f3-4c54-8912-04c329a7dc8b HTTP/1.1" 200 1283 0.005578 10.0.0.23 - - [2026-06-15 02:41:29] "GET /virtual-machine-interface/f8f1e7b8-2ef4-4788-b4b1-d1af019c0380 HTTP/1.1" 200 2927 0.005013 10.0.0.23 - - [2026-06-15 02:41:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.23 - - [2026-06-15 02:41:29] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003428 10.0.0.23 - - [2026-06-15 02:41:29] "GET /virtual-networks?parent_id=eac0868f-a981-4a76-9af3-a4125b17f868&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002901 10.0.0.23 - - [2026-06-15 02:41:29] "GET /virtual-network/259499be-638e-42f9-8754-aff78640420f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.005253 10.0.0.23 - - [2026-06-15 02:41:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.23 - - [2026-06-15 02:41:30] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003896 10.0.0.23 - - [2026-06-15 02:41:30] "GET /virtual-networks?parent_id=eac0868f-a981-4a76-9af3-a4125b17f868&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002506 10.0.0.23 - - [2026-06-15 02:41:30] "GET /virtual-network/259499be-638e-42f9-8754-aff78640420f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.005779 10.0.0.23 - - [2026-06-15 02:41:30] "POST /routing-policys HTTP/1.1" 200 534 0.025201 10.0.0.23 - - [2026-06-15 02:41:30] "GET /virtual-network/2c6c8a45-ad6c-4617-bda9-1b5e5a44d889?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.008015 10.0.0.23 - - [2026-06-15 02:41:30] "PUT /virtual-network/2c6c8a45-ad6c-4617-bda9-1b5e5a44d889 HTTP/1.1" 200 264 0.039482 10.0.0.23 - - [2026-06-15 02:41:34] "POST /ref-update HTTP/1.1" 200 156 0.052153 10.0.0.65 - - [2026-06-15 02:41:34] "POST /ref-update HTTP/1.1" 200 156 0.034958 10.0.0.23 - - [2026-06-15 02:41:34] "DELETE /routing-policy/9658abc1-72d7-4002-8c24-2163a0980d7a HTTP/1.1" 200 115 0.070795 10.0.0.23 - - [2026-06-15 02:41:36] "POST /neutron/port HTTP/1.1" 200 1117 0.018680 10.0.0.23 - - [2026-06-15 02:41:36] "POST /neutron/network HTTP/1.1" 200 829 0.017720 10.0.0.23 - - [2026-06-15 02:41:37] "POST /neutron/port HTTP/1.1" 200 151 0.228472 10.0.0.65 - - [2026-06-15 02:41:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003368 10.0.0.65 - - [2026-06-15 02:41:39] "POST /useragent-kv HTTP/1.1" 200 115 0.004085 10.0.0.23 - - [2026-06-15 02:41:39] "POST /neutron/network HTTP/1.1" 200 151 0.137550 10.0.0.65 - - [2026-06-15 02:41:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004456 10.0.0.65 - - [2026-06-15 02:41:39] "DELETE /route-target/93e2cd93-1044-478b-875b-e818da8d4097 HTTP/1.1" 200 115 0.020625 10.0.0.23 - - [2026-06-15 02:41:40] "POST /neutron/port HTTP/1.1" 200 117 0.006144 10.0.0.23 - - [2026-06-15 02:41:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004283 10.0.0.65 - - [2026-06-15 02:41:41] "GET /projects?obj_uuids=eac0868f-a981-4a76-9af3-a4125b17f868&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001157 10.0.0.23 - - [2026-06-15 02:41:41] "GET /project/eac0868f-a981-4a76-9af3-a4125b17f868?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.073789 10.0.0.65 - - [2026-06-15 02:41:42] "GET /projects?obj_uuids=eac0868f-a981-4a76-9af3-a4125b17f868&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001323 10.0.0.23 - - [2026-06-15 02:41:42] "POST /neutron/network HTTP/1.1" 200 612 0.142271 10.0.0.65 - - [2026-06-15 02:41:42] "POST /route-targets HTTP/1.1" 200 327 0.015401 10.0.0.65 - - [2026-06-15 02:41:42] "POST /useragent-kv HTTP/1.1" 200 115 0.013131 10.0.0.23 - - [2026-06-15 02:41:42] "POST /neutron/subnet HTTP/1.1" 200 730 0.231888 10.0.0.23 - - [2026-06-15 02:41:42] "POST /id-to-fqname HTTP/1.1" 200 220 0.001231 10.0.0.23 - - [2026-06-15 02:41:42] "GET /virtual-network/2f7f685c-04ae-4428-93ab-b8f0dc218470?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005004 10.0.0.23 - - [2026-06-15 02:41:42] "GET /virtual-network/2f7f685c-04ae-4428-93ab-b8f0dc218470?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006491 10.0.0.23 - - [2026-06-15 02:41:42] "POST /neutron/network HTTP/1.1" 200 832 0.005989 10.0.0.23 - - [2026-06-15 02:41:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.23 - - [2026-06-15 02:41:42] "GET /virtual-network/2f7f685c-04ae-4428-93ab-b8f0dc218470?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005173 10.0.0.23 - - [2026-06-15 02:41:42] "PUT /virtual-network/2f7f685c-04ae-4428-93ab-b8f0dc218470 HTTP/1.1" 200 264 0.060036 10.0.0.65 - - [2026-06-15 02:41:42] "POST /ref-update HTTP/1.1" 200 156 0.030639 10.0.0.23 - - [2026-06-15 02:41:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.012044 10.0.0.65 - - [2026-06-15 02:41:42] "GET /projects?obj_uuids=eac0868f-a981-4a76-9af3-a4125b17f868&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000969 10.0.0.23 - - [2026-06-15 02:41:42] "GET /project/eac0868f-a981-4a76-9af3-a4125b17f868?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.030825 10.0.0.65 - - [2026-06-15 02:41:42] "GET /projects?obj_uuids=eac0868f-a981-4a76-9af3-a4125b17f868&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001271 10.0.0.23 - - [2026-06-15 02:41:42] "POST /neutron/network HTTP/1.1" 200 612 0.116278 10.0.0.23 - - [2026-06-15 02:41:43] "POST /id-to-fqname HTTP/1.1" 200 220 0.002997 10.0.0.23 - - [2026-06-15 02:41:43] "GET /virtual-network/6307b351-6ae9-4924-aec5-27a795d81d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004912 10.0.0.23 - - [2026-06-15 02:41:43] "POST /neutron/network HTTP/1.1" 200 830 0.005720 10.0.0.23 - - [2026-06-15 02:41:43] "GET /virtual-network/6307b351-6ae9-4924-aec5-27a795d81d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004681 10.0.0.23 - - [2026-06-15 02:41:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.23 - - [2026-06-15 02:41:43] "GET /virtual-network/6307b351-6ae9-4924-aec5-27a795d81d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005129 10.0.0.23 - - [2026-06-15 02:41:43] "PUT /virtual-network/6307b351-6ae9-4924-aec5-27a795d81d43 HTTP/1.1" 200 264 0.081258 10.0.0.65 - - [2026-06-15 02:41:43] "POST /ref-update HTTP/1.1" 200 156 0.031839 10.0.0.23 - - [2026-06-15 02:41:43] "POST /id-to-fqname HTTP/1.1" 200 220 0.001439 10.0.0.23 - - [2026-06-15 02:41:43] "POST /neutron/network HTTP/1.1" 200 842 0.006112 10.0.0.65 - - [2026-06-15 02:41:44] "GET /projects?obj_uuids=eac0868f-a981-4a76-9af3-a4125b17f868&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000898 10.0.0.23 - - [2026-06-15 02:41:44] "GET /project/eac0868f-a981-4a76-9af3-a4125b17f868?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.068022 10.0.0.23 - - [2026-06-15 02:41:44] "POST /neutron/port HTTP/1.1" 200 117 0.019192 10.0.0.23 - - [2026-06-15 02:41:44] "POST /id-to-fqname HTTP/1.1" 200 220 0.001066 10.0.0.65 - - [2026-06-15 02:41:45] "GET /projects?obj_uuids=eac0868f-a981-4a76-9af3-a4125b17f868&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000938 10.0.0.23 - - [2026-06-15 02:41:45] "GET /project/eac0868f-a981-4a76-9af3-a4125b17f868?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.062833 10.0.0.23 - - [2026-06-15 02:41:45] "POST /neutron/network HTTP/1.1" 200 830 0.029291 10.0.0.23 - - [2026-06-15 02:41:45] "POST /neutron/port HTTP/1.1" 200 117 0.005599 10.0.0.23 - - [2026-06-15 02:41:49] "POST /neutron/port HTTP/1.1" 200 1054 0.028279 10.0.0.23 - - [2026-06-15 02:41:49] "POST /neutron/network HTTP/1.1" 200 840 0.007414 10.0.0.23 - - [2026-06-15 02:41:50] "POST /neutron/port HTTP/1.1" 200 1052 0.033432 10.0.0.23 - - [2026-06-15 02:41:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.012878 10.0.0.23 - - [2026-06-15 02:41:50] "POST /neutron/network HTTP/1.1" 200 832 0.006621 10.0.0.23 - - [2026-06-15 02:41:51] "POST /neutron/port HTTP/1.1" 200 1116 0.023560 10.0.0.23 - - [2026-06-15 02:41:51] "POST /neutron/port HTTP/1.1" 200 117 0.001052 10.0.0.23 - - [2026-06-15 02:41:55] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006546 10.0.0.23 - - [2026-06-15 02:41:56] "POST /neutron/port HTTP/1.1" 200 1118 0.019307 10.0.0.23 - - [2026-06-15 02:41:56] "GET /virtual-machine/db20b3df-59f6-4065-bd96-a70a34dab913 HTTP/1.1" 200 1286 0.005198 10.0.0.23 - - [2026-06-15 02:41:56] "GET /virtual-machine-interface/d7c197b1-703b-41b0-91d2-0518166f1fdf HTTP/1.1" 200 2927 0.004876 10.0.0.23 - - [2026-06-15 02:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004156 10.0.0.23 - - [2026-06-15 02:41:56] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004167 10.0.0.23 - - [2026-06-15 02:41:56] "GET /virtual-networks?parent_id=eac0868f-a981-4a76-9af3-a4125b17f868&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003356 10.0.0.23 - - [2026-06-15 02:41:56] "GET /virtual-network/2f7f685c-04ae-4428-93ab-b8f0dc218470?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.006312 10.0.0.23 - - [2026-06-15 02:41:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.23 - - [2026-06-15 02:41:59] "GET /virtual-network/2f7f685c-04ae-4428-93ab-b8f0dc218470?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.006271 10.0.0.23 - - [2026-06-15 02:41:59] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006281 10.0.0.23 - - [2026-06-15 02:42:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.23 - - [2026-06-15 02:42:01] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003378 10.0.0.23 - - [2026-06-15 02:42:01] "GET /virtual-networks?parent_id=eac0868f-a981-4a76-9af3-a4125b17f868&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002586 10.0.0.23 - - [2026-06-15 02:42:01] "GET /virtual-network/2f7f685c-04ae-4428-93ab-b8f0dc218470?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005206 10.0.0.23 - - [2026-06-15 02:42:01] "POST /neutron/port HTTP/1.1" 200 1116 0.015588 10.0.0.23 - - [2026-06-15 02:42:01] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009630 10.0.0.23 - - [2026-06-15 02:42:01] "GET /virtual-machine/3b1cd68e-899b-4ca8-a115-d591779b1cca HTTP/1.1" 200 1285 0.005512 10.0.0.23 - - [2026-06-15 02:42:01] "GET /virtual-machine-interface/866172d4-bcd4-44fc-b168-f2c7050d8d08 HTTP/1.1" 200 2926 0.005046 10.0.0.23 - - [2026-06-15 02:42:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.23 - - [2026-06-15 02:42:01] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003379 10.0.0.23 - - [2026-06-15 02:42:01] "GET /virtual-networks?parent_id=eac0868f-a981-4a76-9af3-a4125b17f868&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002739 10.0.0.23 - - [2026-06-15 02:42:01] "GET /virtual-network/6307b351-6ae9-4924-aec5-27a795d81d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005446 10.0.0.23 - - [2026-06-15 02:42:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.23 - - [2026-06-15 02:42:03] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003445 10.0.0.23 - - [2026-06-15 02:42:03] "GET /virtual-networks?parent_id=eac0868f-a981-4a76-9af3-a4125b17f868&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002945 10.0.0.23 - - [2026-06-15 02:42:03] "GET /virtual-network/6307b351-6ae9-4924-aec5-27a795d81d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005475 10.0.0.23 - - [2026-06-15 02:42:03] "POST /neutron/port HTTP/1.1" 200 1116 0.023393 10.0.0.23 - - [2026-06-15 02:42:08] "POST /routing-policys HTTP/1.1" 200 534 0.022840 10.0.0.23 - - [2026-06-15 02:42:08] "GET /virtual-network/2f7f685c-04ae-4428-93ab-b8f0dc218470?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.012349 10.0.0.23 - - [2026-06-15 02:42:08] "PUT /virtual-network/2f7f685c-04ae-4428-93ab-b8f0dc218470 HTTP/1.1" 200 264 0.047130 10.0.0.23 - - [2026-06-15 02:42:13] "POST /routing-policys HTTP/1.1" 200 534 0.024722 10.0.0.23 - - [2026-06-15 02:42:13] "GET /virtual-network/2f7f685c-04ae-4428-93ab-b8f0dc218470?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.008048 10.0.0.23 - - [2026-06-15 02:42:13] "PUT /virtual-network/2f7f685c-04ae-4428-93ab-b8f0dc218470 HTTP/1.1" 200 264 0.053551 10.0.0.65 - - [2026-06-15 02:42:13] "POST /ref-update HTTP/1.1" 200 156 0.023047 10.0.0.23 - - [2026-06-15 02:42:13] "POST /ref-update HTTP/1.1" 200 156 0.052427 10.0.0.23 - - [2026-06-15 02:42:13] "DELETE /routing-policy/89dc2b78-3dc9-4a24-a19d-aa187cf8c0e8 HTTP/1.1" 200 115 0.043675 10.0.0.23 - - [2026-06-15 02:42:13] "POST /ref-update HTTP/1.1" 200 156 0.045751 10.0.0.23 - - [2026-06-15 02:42:13] "DELETE /routing-policy/8c71857c-58d0-4956-8bbc-336b67dc9615 HTTP/1.1" 200 115 0.031884 10.0.0.23 - - [2026-06-15 02:42:14] "POST /neutron/network HTTP/1.1" 400 204 0.014651 10.0.0.23 - - [2026-06-15 02:42:16] "POST /neutron/port HTTP/1.1" 200 151 0.228034 10.0.0.23 - - [2026-06-15 02:42:16] "POST /neutron/port HTTP/1.1" 200 151 0.233695 10.0.0.23 - - [2026-06-15 02:42:18] "POST /neutron/network HTTP/1.1" 200 830 0.008641 10.0.0.65 - - [2026-06-15 02:42:18] "DELETE /route-target/6c1b1bfb-f4ab-459d-8e8d-ff57b7716d3b HTTP/1.1" 200 115 0.022924 10.0.0.65 - - [2026-06-15 02:42:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006503 10.0.0.65 - - [2026-06-15 02:42:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003707 10.0.0.65 - - [2026-06-15 02:42:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003662 10.0.0.23 - - [2026-06-15 02:42:18] "POST /neutron/network HTTP/1.1" 200 151 0.125214 10.0.0.65 - - [2026-06-15 02:42:18] "DELETE /route-target/29f2026d-3b6f-4360-9e2c-0e3ec8bfdc54 HTTP/1.1" 200 115 0.029366 10.0.0.23 - - [2026-06-15 02:42:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.65 - - [2026-06-15 02:42:21] "GET /projects?obj_uuids=eac0868f-a981-4a76-9af3-a4125b17f868&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000817 10.0.0.23 - - [2026-06-15 02:42:21] "GET /project/eac0868f-a981-4a76-9af3-a4125b17f868?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.040903 10.0.0.65 - - [2026-06-15 02:42:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002701 10.0.0.23 - - [2026-06-15 02:42:21] "POST /neutron/subnet HTTP/1.1" 200 729 0.179475 10.0.0.23 - - [2026-06-15 02:42:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.001166 10.0.0.23 - - [2026-06-15 02:42:21] "GET /virtual-network/d1be1833-8fcd-4b37-b084-6dec60683c31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004783 10.0.0.23 - - [2026-06-15 02:42:21] "GET /virtual-network/d1be1833-8fcd-4b37-b084-6dec60683c31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005289 10.0.0.23 - - [2026-06-15 02:42:21] "POST /neutron/network HTTP/1.1" 200 832 0.005896 10.0.0.23 - - [2026-06-15 02:42:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004832 10.0.0.23 - - [2026-06-15 02:42:21] "GET /virtual-network/d1be1833-8fcd-4b37-b084-6dec60683c31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005406 10.0.0.23 - - [2026-06-15 02:42:21] "PUT /virtual-network/d1be1833-8fcd-4b37-b084-6dec60683c31 HTTP/1.1" 200 264 0.047844 10.0.0.65 - - [2026-06-15 02:42:21] "POST /route-targets HTTP/1.1" 200 323 0.017511 10.0.0.23 - - [2026-06-15 02:42:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.65 - - [2026-06-15 02:42:21] "GET /projects?obj_uuids=eac0868f-a981-4a76-9af3-a4125b17f868&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000831 10.0.0.23 - - [2026-06-15 02:42:21] "GET /project/eac0868f-a981-4a76-9af3-a4125b17f868?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.032469 10.0.0.65 - - [2026-06-15 02:42:21] "GET /projects?obj_uuids=eac0868f-a981-4a76-9af3-a4125b17f868&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000952 10.0.0.23 - - [2026-06-15 02:42:22] "POST /neutron/network HTTP/1.1" 200 612 0.114258 10.0.0.65 - - [2026-06-15 02:42:22] "POST /ref-update HTTP/1.1" 200 156 0.026814 10.0.0.23 - - [2026-06-15 02:42:22] "POST /id-to-fqname HTTP/1.1" 200 220 0.002867 10.0.0.23 - - [2026-06-15 02:42:22] "GET /virtual-network/6c38239c-ecec-4ff7-b482-149fc05b8256?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007773 10.0.0.23 - - [2026-06-15 02:42:22] "POST /neutron/network HTTP/1.1" 200 830 0.007264 10.0.0.23 - - [2026-06-15 02:42:22] "GET /virtual-network/6c38239c-ecec-4ff7-b482-149fc05b8256?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006391 10.0.0.23 - - [2026-06-15 02:42:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004319 10.0.0.23 - - [2026-06-15 02:42:22] "GET /virtual-network/6c38239c-ecec-4ff7-b482-149fc05b8256?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008147 10.0.0.23 - - [2026-06-15 02:42:22] "PUT /virtual-network/6c38239c-ecec-4ff7-b482-149fc05b8256 HTTP/1.1" 200 264 0.063616 10.0.0.23 - - [2026-06-15 02:42:22] "POST /id-to-fqname HTTP/1.1" 200 220 0.001353 10.0.0.23 - - [2026-06-15 02:42:22] "POST /neutron/network HTTP/1.1" 200 842 0.006529 10.0.0.65 - - [2026-06-15 02:42:23] "GET /projects?obj_uuids=eac0868f-a981-4a76-9af3-a4125b17f868&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001070 10.0.0.23 - - [2026-06-15 02:42:23] "GET /project/eac0868f-a981-4a76-9af3-a4125b17f868?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.063351 10.0.0.23 - - [2026-06-15 02:42:23] "POST /neutron/port HTTP/1.1" 200 117 0.007804 10.0.0.23 - - [2026-06-15 02:42:23] "POST /id-to-fqname HTTP/1.1" 200 220 0.001213 10.0.0.65 - - [2026-06-15 02:42:24] "GET /projects?obj_uuids=eac0868f-a981-4a76-9af3-a4125b17f868&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000916 10.0.0.23 - - [2026-06-15 02:42:24] "GET /project/eac0868f-a981-4a76-9af3-a4125b17f868?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.062818 10.0.0.23 - - [2026-06-15 02:42:24] "POST /neutron/network HTTP/1.1" 200 830 0.006108 10.0.0.23 - - [2026-06-15 02:42:24] "POST /neutron/port HTTP/1.1" 200 117 0.008567 10.0.0.23 - - [2026-06-15 02:42:28] "POST /neutron/port HTTP/1.1" 200 1054 0.016793 10.0.0.23 - - [2026-06-15 02:42:28] "POST /neutron/network HTTP/1.1" 200 840 0.005802 10.0.0.23 - - [2026-06-15 02:42:29] "POST /neutron/port HTTP/1.1" 200 1052 0.032077 10.0.0.23 - - [2026-06-15 02:42:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003357 10.0.0.23 - - [2026-06-15 02:42:29] "POST /neutron/network HTTP/1.1" 200 832 0.005807 10.0.0.23 - - [2026-06-15 02:42:30] "POST /neutron/port HTTP/1.1" 200 1116 0.032941 10.0.0.23 - - [2026-06-15 02:42:30] "POST /neutron/port HTTP/1.1" 200 117 0.001331 10.0.0.65 - - [2026-06-15 02:42:34] "GET /obj-perms HTTP/1.1" 200 4493 0.040187 10.0.0.23 - - [2026-06-15 02:42:34] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010082 10.0.0.23 - - [2026-06-15 02:42:35] "POST /neutron/port HTTP/1.1" 200 1118 0.017226 10.0.0.23 - - [2026-06-15 02:42:35] "GET /virtual-machine/29f51d94-04f9-4857-baf3-51fc6f32ecd7 HTTP/1.1" 200 1285 0.005277 10.0.0.23 - - [2026-06-15 02:42:35] "GET /virtual-machine-interface/c86d86bf-b563-425b-ac1a-8f93f39baf48 HTTP/1.1" 200 2927 0.007236 10.0.0.23 - - [2026-06-15 02:42:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.23 - - [2026-06-15 02:42:35] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003365 10.0.0.23 - - [2026-06-15 02:42:35] "GET /virtual-networks?parent_id=eac0868f-a981-4a76-9af3-a4125b17f868&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002934 10.0.0.23 - - [2026-06-15 02:42:35] "GET /virtual-network/d1be1833-8fcd-4b37-b084-6dec60683c31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005478 10.0.0.23 - - [2026-06-15 02:42:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.23 - - [2026-06-15 02:42:38] "GET /virtual-network/d1be1833-8fcd-4b37-b084-6dec60683c31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005150 10.0.0.23 - - [2026-06-15 02:42:38] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005736 10.0.0.23 - - [2026-06-15 02:42:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.011144 10.0.0.23 - - [2026-06-15 02:42:40] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003360 10.0.0.23 - - [2026-06-15 02:42:40] "GET /virtual-networks?parent_id=eac0868f-a981-4a76-9af3-a4125b17f868&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002597 10.0.0.23 - - [2026-06-15 02:42:40] "GET /virtual-network/d1be1833-8fcd-4b37-b084-6dec60683c31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005586 10.0.0.23 - - [2026-06-15 02:42:40] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007288 10.0.0.23 - - [2026-06-15 02:42:40] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007907 10.0.0.23 - - [2026-06-15 02:42:40] "GET /virtual-machine/b88bf4a0-f29c-4a48-be0b-654f60e55755 HTTP/1.1" 200 1286 0.006486 10.0.0.23 - - [2026-06-15 02:42:40] "GET /virtual-machine-interface/dfa5ad9e-dc8b-45f9-a6a1-fdf0fed924f8 HTTP/1.1" 200 2927 0.004807 10.0.0.23 - - [2026-06-15 02:42:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.23 - - [2026-06-15 02:42:40] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003363 10.0.0.23 - - [2026-06-15 02:42:40] "GET /virtual-networks?parent_id=eac0868f-a981-4a76-9af3-a4125b17f868&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002616 10.0.0.23 - - [2026-06-15 02:42:40] "GET /virtual-network/6c38239c-ecec-4ff7-b482-149fc05b8256?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006508 10.0.0.23 - - [2026-06-15 02:42:41] "POST /neutron/port HTTP/1.1" 200 1118 0.016732 10.0.0.23 - - [2026-06-15 02:42:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.23 - - [2026-06-15 02:42:42] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003143 10.0.0.23 - - [2026-06-15 02:42:42] "GET /virtual-networks?parent_id=eac0868f-a981-4a76-9af3-a4125b17f868&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002910 10.0.0.23 - - [2026-06-15 02:42:42] "GET /virtual-network/6c38239c-ecec-4ff7-b482-149fc05b8256?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005795 10.0.0.23 - - [2026-06-15 02:42:42] "POST /interface-route-tables HTTP/1.1" 200 574 0.028723 10.0.0.23 - - [2026-06-15 02:42:42] "GET /interface-route-table/aa58d2c0-e6ab-49d7-9551-2174e38d92a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1307 0.013365 10.0.0.23 - - [2026-06-15 02:42:42] "GET /virtual-machine-interface/c86d86bf-b563-425b-ac1a-8f93f39baf48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2706 0.005730 10.0.0.23 - - [2026-06-15 02:42:42] "POST /ref-update HTTP/1.1" 200 156 0.024644 10.0.0.23 - - [2026-06-15 02:42:42] "POST /routing-policys HTTP/1.1" 200 534 0.030904 10.0.0.23 - - [2026-06-15 02:42:42] "GET /virtual-network/d1be1833-8fcd-4b37-b084-6dec60683c31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005395 10.0.0.23 - - [2026-06-15 02:42:42] "PUT /virtual-network/d1be1833-8fcd-4b37-b084-6dec60683c31 HTTP/1.1" 200 264 0.056292 10.0.0.23 - - [2026-06-15 02:42:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.011075 10.0.0.23 - - [2026-06-15 02:42:42] "POST /neutron/network HTTP/1.1" 200 832 0.006449 10.0.0.23 - - [2026-06-15 02:42:46] "POST /ref-update HTTP/1.1" 200 156 0.056692 10.0.0.65 - - [2026-06-15 02:42:46] "POST /ref-update HTTP/1.1" 200 156 0.020444 10.0.0.23 - - [2026-06-15 02:42:46] "DELETE /routing-policy/76bec949-9d51-48a5-8c84-543c63bbbab0 HTTP/1.1" 200 115 0.064026 10.0.0.23 - - [2026-06-15 02:42:46] "POST /neutron/network HTTP/1.1" 400 204 0.015790 10.0.0.23 - - [2026-06-15 02:42:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005246 10.0.0.23 - - [2026-06-15 02:42:47] "POST /neutron/network HTTP/1.1" 200 830 0.006649 10.0.0.23 - - [2026-06-15 02:42:48] "POST /neutron/port HTTP/1.1" 200 1106 0.018163 10.0.0.23 - - [2026-06-15 02:42:48] "POST /neutron/port HTTP/1.1" 200 151 0.296625 10.0.0.23 - - [2026-06-15 02:42:50] "POST /neutron/network HTTP/1.1" 200 830 0.007928 10.0.0.65 - - [2026-06-15 02:42:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005565 10.0.0.65 - - [2026-06-15 02:42:51] "POST /useragent-kv HTTP/1.1" 200 115 0.006044 10.0.0.65 - - [2026-06-15 02:42:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003058 10.0.0.23 - - [2026-06-15 02:42:51] "POST /neutron/network HTTP/1.1" 200 151 0.138010 10.0.0.65 - - [2026-06-15 02:42:51] "DELETE /route-target/dea0938b-d7bf-4ba9-9c21-587dac14db39 HTTP/1.1" 200 115 0.031560 10.0.0.65 - - [2026-06-15 02:42:52] "GET /projects?obj_uuids=eac0868f-a981-4a76-9af3-a4125b17f868&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000959 10.0.0.23 - - [2026-06-15 02:42:52] "GET /project/eac0868f-a981-4a76-9af3-a4125b17f868?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.034769 10.0.0.65 - - [2026-06-15 02:42:52] "GET /projects?obj_uuids=eac0868f-a981-4a76-9af3-a4125b17f868&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001012 10.0.0.23 - - [2026-06-15 02:42:52] "GET /project/eac0868f-a981-4a76-9af3-a4125b17f868?fields=virtual_networks HTTP/1.1" 200 1018 0.033789 10.0.0.65 - - [2026-06-15 02:42:52] "GET /projects?obj_uuids=eac0868f-a981-4a76-9af3-a4125b17f868&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001190 10.0.0.23 - - [2026-06-15 02:42:52] "GET /project/eac0868f-a981-4a76-9af3-a4125b17f868?fields=virtual_machine_interfaces HTTP/1.1" 200 1018 0.039227 10.0.0.65 - - [2026-06-15 02:42:52] "GET /projects?obj_uuids=eac0868f-a981-4a76-9af3-a4125b17f868&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001328 10.0.0.23 - - [2026-06-15 02:42:52] "GET /project/eac0868f-a981-4a76-9af3-a4125b17f868?fields=security_groups HTTP/1.1" 200 1237 0.038606 10.0.0.23 - - [2026-06-15 02:42:53] "POST /fqname-to-id HTTP/1.1" 404 192 0.028982 10.0.0.65 - - [2026-06-15 02:42:53] "GET /projects?obj_uuids=91cbd8ea-3441-4ff5-8a0d-b13dc9b81ea3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003583 10.0.0.65 - - [2026-06-15 02:42:53] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000845 10.0.0.65 - - [2026-06-15 02:42:53] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008264 10.0.0.65 - - [2026-06-15 02:42:53] "POST /id-to-fqname HTTP/1.1" 200 194 0.001092 10.0.0.65 - - [2026-06-15 02:42:53] "POST /fqname-to-id HTTP/1.1" 404 203 0.002513 10.0.0.65 - - [2026-06-15 02:42:53] "POST /security-groups HTTP/1.1" 200 595 0.073787 10.0.0.65 - - [2026-06-15 02:42:53] "POST /fqname-to-id HTTP/1.1" 404 238 0.002897 10.0.0.65 - - [2026-06-15 02:42:53] "POST /projects HTTP/1.1" 200 593 0.254395 10.0.0.65 - - [2026-06-15 02:42:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.326415 10.0.0.65 - - [2026-06-15 02:42:53] "POST /access-control-lists HTTP/1.1" 200 598 0.027199 10.0.0.23 - - [2026-06-15 02:42:53] "GET /project/91cbd8ea-3441-4ff5-8a0d-b13dc9b81ea3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.455983 10.0.0.23 - - [2026-06-15 02:42:54] "GET / HTTP/1.1" 200 35931 0.003462 10.0.0.23 - - [2026-06-15 02:42:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000570 10.0.0.23 - - [2026-06-15 02:42:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.059686 10.0.0.65 - - [2026-06-15 02:42:56] "GET /projects?obj_uuids=91cbd8ea-3441-4ff5-8a0d-b13dc9b81ea3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000878 10.0.0.23 - - [2026-06-15 02:42:56] "GET /project/91cbd8ea-3441-4ff5-8a0d-b13dc9b81ea3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.048426 10.0.0.65 - - [2026-06-15 02:42:57] "POST /useragent-kv HTTP/1.1" 200 115 0.008297 10.0.0.23 - - [2026-06-15 02:42:57] "POST /neutron/subnet HTTP/1.1" 200 729 0.231833 10.0.0.23 - - [2026-06-15 02:42:57] "POST /id-to-fqname HTTP/1.1" 200 226 0.001184 10.0.0.23 - - [2026-06-15 02:42:57] "GET /virtual-network/67314f56-80a0-4f36-80f3-678dc6ae83b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005053 10.0.0.23 - - [2026-06-15 02:42:57] "GET /virtual-network/67314f56-80a0-4f36-80f3-678dc6ae83b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004818 10.0.0.23 - - [2026-06-15 02:42:57] "POST /neutron/network HTTP/1.1" 200 833 0.011187 10.0.0.23 - - [2026-06-15 02:42:58] "GET /virtual-network/67314f56-80a0-4f36-80f3-678dc6ae83b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005336 10.0.0.23 - - [2026-06-15 02:42:58] "GET /obj-perms HTTP/1.1" 200 4475 0.044185 10.0.0.33 - - [2026-06-15 02:42:58] "GET /obj-perms HTTP/1.1" 200 4475 0.037211 10.0.0.23 - - [2026-06-15 02:42:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.23 - - [2026-06-15 02:42:59] "GET /virtual-network/67314f56-80a0-4f36-80f3-678dc6ae83b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004987 10.0.0.65 - - [2026-06-15 02:42:59] "POST /route-targets HTTP/1.1" 200 327 0.014134 10.0.0.23 - - [2026-06-15 02:42:59] "PUT /virtual-network/67314f56-80a0-4f36-80f3-678dc6ae83b2 HTTP/1.1" 200 264 0.064503 10.0.0.23 - - [2026-06-15 02:43:04] "POST /id-to-fqname HTTP/1.1" 200 226 0.001246 10.0.0.65 - - [2026-06-15 02:43:05] "GET /projects?obj_uuids=91cbd8ea-3441-4ff5-8a0d-b13dc9b81ea3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000908 10.0.0.23 - - [2026-06-15 02:43:05] "GET /project/91cbd8ea-3441-4ff5-8a0d-b13dc9b81ea3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.067626 10.0.0.23 - - [2026-06-15 02:43:05] "POST /neutron/network HTTP/1.1" 200 833 0.006783 10.0.0.23 - - [2026-06-15 02:43:05] "POST /neutron/port HTTP/1.1" 200 117 0.006580 10.0.0.65 - - [2026-06-15 02:43:07] "DELETE /project/91cbd8ea34414ff58a0db13dc9b81ea3 HTTP/1.1" 404 173 0.003435 10.0.0.65 - - [2026-06-15 02:43:07] "GET /projects?obj_uuids=eac0868f-a981-4a76-9af3-a4125b17f868&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000791 10.0.0.65 - - [2026-06-15 02:43:07] "GET /project/eac0868f-a981-4a76-9af3-a4125b17f868?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.046434 10.0.0.65 - - [2026-06-15 02:43:07] "GET /projects?obj_uuids=eac0868f-a981-4a76-9af3-a4125b17f868&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001788 10.0.0.65 - - [2026-06-15 02:43:07] "GET /project/eac0868f-a981-4a76-9af3-a4125b17f868?fields=security_groups HTTP/1.1" 200 1342 0.043186 10.0.0.65 - - [2026-06-15 02:43:07] "DELETE /security-group/ea5a3942-4867-40f4-b274-23ec7ea10b4a HTTP/1.1" 200 115 0.078144 10.0.0.65 - - [2026-06-15 02:43:07] "GET /projects?obj_uuids=eac0868f-a981-4a76-9af3-a4125b17f868&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001251 10.0.0.65 - - [2026-06-15 02:43:07] "DELETE /access-control-list/c078fd2e-f117-4dd7-b672-a7b37560dd9e HTTP/1.1" 200 115 0.039401 10.0.0.65 - - [2026-06-15 02:43:07] "GET /project/eac0868f-a981-4a76-9af3-a4125b17f868?fields=application_policy_sets HTTP/1.1" 200 1381 0.071462 10.0.0.65 - - [2026-06-15 02:43:07] "DELETE /project/eac0868f-a981-4a76-9af3-a4125b17f868 HTTP/1.1" 409 278 0.350438 10.0.0.23 - - [2026-06-15 02:43:09] "POST /neutron/port HTTP/1.1" 200 1065 0.017011 10.0.0.23 - - [2026-06-15 02:43:10] "POST /neutron/port HTTP/1.1" 200 1129 0.020891 10.0.0.23 - - [2026-06-15 02:43:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005513 10.0.0.23 - - [2026-06-15 02:43:11] "POST /neutron/network HTTP/1.1" 200 833 0.006112 10.0.0.23 - - [2026-06-15 02:43:20] "POST /neutron/port HTTP/1.1" 200 1129 0.019167 10.0.0.23 - - [2026-06-15 02:43:20] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008991 10.0.0.23 - - [2026-06-15 02:43:21] "GET /virtual-machine/f5ee402d-7885-40ba-8c0f-64fceb4f3689 HTTP/1.1" 401 292 0.000638 10.0.0.23 - - [2026-06-15 02:43:21] "GET /virtual-machine/f5ee402d-7885-40ba-8c0f-64fceb4f3689 HTTP/1.1" 200 1297 0.031208 10.0.0.23 - - [2026-06-15 02:43:21] "GET /virtual-machine-interface/62c9da0b-18fd-4a3d-8ce0-f51d94b92607 HTTP/1.1" 200 2966 0.007888 10.0.0.23 - - [2026-06-15 02:43:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.23 - - [2026-06-15 02:43:21] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004046 10.0.0.23 - - [2026-06-15 02:43:21] "GET /virtual-networks?parent_id=91cbd8ea-3441-4ff5-8a0d-b13dc9b81ea3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003289 10.0.0.23 - - [2026-06-15 02:43:21] "GET /virtual-network/67314f56-80a0-4f36-80f3-678dc6ae83b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.006439 10.0.0.23 - - [2026-06-15 02:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.23 - - [2026-06-15 02:43:24] "GET /virtual-network/67314f56-80a0-4f36-80f3-678dc6ae83b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005728 10.0.0.23 - - [2026-06-15 02:43:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.23 - - [2026-06-15 02:43:28] "GET /virtual-network/67314f56-80a0-4f36-80f3-678dc6ae83b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.004993 10.0.0.23 - - [2026-06-15 02:43:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.23 - - [2026-06-15 02:43:32] "GET /virtual-network/67314f56-80a0-4f36-80f3-678dc6ae83b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.004670 10.0.0.23 - - [2026-06-15 02:43:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004751 10.0.0.23 - - [2026-06-15 02:43:36] "GET /virtual-network/67314f56-80a0-4f36-80f3-678dc6ae83b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005598 10.0.0.23 - - [2026-06-15 02:43:40] "POST /neutron/port HTTP/1.1" 200 1129 0.016211 10.0.0.23 - - [2026-06-15 02:43:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.23 - - [2026-06-15 02:43:41] "GET /virtual-network/67314f56-80a0-4f36-80f3-678dc6ae83b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.004929 10.0.0.23 - - [2026-06-15 02:43:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003361 10.0.0.23 - - [2026-06-15 02:43:42] "POST /neutron/network HTTP/1.1" 200 833 0.008302 10.0.0.23 - - [2026-06-15 02:43:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.23 - - [2026-06-15 02:43:45] "GET /virtual-network/67314f56-80a0-4f36-80f3-678dc6ae83b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.004987 10.0.0.23 - - [2026-06-15 02:43:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005537 10.0.0.23 - - [2026-06-15 02:43:47] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004659 10.0.0.23 - - [2026-06-15 02:43:47] "GET /virtual-networks?parent_id=91cbd8ea-3441-4ff5-8a0d-b13dc9b81ea3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003873 10.0.0.23 - - [2026-06-15 02:43:47] "GET /virtual-network/67314f56-80a0-4f36-80f3-678dc6ae83b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.006414 10.0.0.23 - - [2026-06-15 02:43:52] "POST /neutron/port HTTP/1.1" 200 1129 0.018657 10.0.0.23 - - [2026-06-15 02:43:52] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006927 10.0.0.33 - - [2026-06-15 02:43:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.33 - - [2026-06-15 02:43:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.65 - - [2026-06-15 02:43:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.65 - - [2026-06-15 02:43:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.65 - - [2026-06-15 02:43:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.65 - - [2026-06-15 02:43:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.23 - - [2026-06-15 02:43:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.23 - - [2026-06-15 02:43:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.33 - - [2026-06-15 02:43:54] "GET /global-system-configs HTTP/1.1" 401 292 0.001944 10.0.0.33 - - [2026-06-15 02:43:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.23 - - [2026-06-15 02:43:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.23 - - [2026-06-15 02:43:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.23 - - [2026-06-15 02:44:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.23 - - [2026-06-15 02:44:02] "GET /virtual-network/67314f56-80a0-4f36-80f3-678dc6ae83b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005548 10.0.0.23 - - [2026-06-15 02:44:02] "PUT /virtual-network/67314f56-80a0-4f36-80f3-678dc6ae83b2 HTTP/1.1" 200 264 0.056120 10.0.0.65 - - [2026-06-15 02:44:03] "DELETE /route-target/b70a9494-20d4-4343-9ca0-97073373acd5 HTTP/1.1" 200 115 0.027264 10.0.0.23 - - [2026-06-15 02:44:08] "POST /neutron/network HTTP/1.1" 200 833 0.008378 10.0.0.23 - - [2026-06-15 02:44:10] "POST /neutron/port HTTP/1.1" 200 1119 0.013827 10.0.0.23 - - [2026-06-15 02:44:10] "POST /neutron/network HTTP/1.1" 400 204 0.013034 10.0.0.23 - - [2026-06-15 02:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.65 - - [2026-06-15 02:44:15] "GET /projects?obj_uuids=91cbd8ea-3441-4ff5-8a0d-b13dc9b81ea3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.027145 10.0.0.23 - - [2026-06-15 02:44:15] "GET /project/91cbd8ea-3441-4ff5-8a0d-b13dc9b81ea3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.069144 10.0.0.23 - - [2026-06-15 02:44:15] "POST /neutron/network HTTP/1.1" 200 117 0.013016 10.0.0.65 - - [2026-06-15 02:44:15] "POST /route-targets HTTP/1.1" 200 327 0.012738 10.0.0.23 - - [2026-06-15 02:44:15] "POST /neutron/network HTTP/1.1" 200 831 0.007285 10.0.0.23 - - [2026-06-15 02:44:15] "POST /id-to-fqname HTTP/1.1" 200 226 0.000868 10.0.0.23 - - [2026-06-15 02:44:15] "GET /virtual-network/71bc8317-57ef-44a2-b081-4deee3330458?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004769 10.0.0.23 - - [2026-06-15 02:44:15] "GET /virtual-network/71bc8317-57ef-44a2-b081-4deee3330458?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004344 10.0.0.23 - - [2026-06-15 02:44:15] "POST /neutron/subnet HTTP/1.1" 200 720 0.009411 10.0.0.23 - - [2026-06-15 02:44:15] "GET /virtual-network/71bc8317-57ef-44a2-b081-4deee3330458?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005816 10.0.0.23 - - [2026-06-15 02:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005116 10.0.0.23 - - [2026-06-15 02:44:16] "GET /virtual-network/71bc8317-57ef-44a2-b081-4deee3330458?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005044 10.0.0.23 - - [2026-06-15 02:44:16] "PUT /virtual-network/71bc8317-57ef-44a2-b081-4deee3330458 HTTP/1.1" 200 264 0.068551 10.0.0.65 - - [2026-06-15 02:44:16] "POST /ref-update HTTP/1.1" 200 156 0.041756 10.0.0.23 - - [2026-06-15 02:44:21] "POST /id-to-fqname HTTP/1.1" 200 226 0.001259 10.0.0.65 - - [2026-06-15 02:44:22] "GET /projects?obj_uuids=91cbd8ea-3441-4ff5-8a0d-b13dc9b81ea3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000904 10.0.0.23 - - [2026-06-15 02:44:22] "GET /project/91cbd8ea-3441-4ff5-8a0d-b13dc9b81ea3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.061036 10.0.0.23 - - [2026-06-15 02:44:22] "POST /neutron/port HTTP/1.1" 200 117 0.006933 10.0.0.23 - - [2026-06-15 02:44:26] "POST /neutron/network HTTP/1.1" 200 841 0.009843 10.0.0.23 - - [2026-06-15 02:44:27] "POST /neutron/port HTTP/1.1" 200 1063 0.015019 10.0.0.23 - - [2026-06-15 02:44:27] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009041 10.0.0.23 - - [2026-06-15 02:44:28] "POST /neutron/subnet HTTP/1.1" 200 694 0.009634 10.0.0.23 - - [2026-06-15 02:44:32] "POST /neutron/port HTTP/1.1" 200 1127 0.020623 10.0.0.65 - - [2026-06-15 02:44:35] "GET /obj-perms HTTP/1.1" 200 4493 0.041763 10.0.0.23 - - [2026-06-15 02:44:35] "GET /obj-perms HTTP/1.1" 200 4493 0.053569 10.0.0.23 - - [2026-06-15 02:44:37] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006408 10.0.0.23 - - [2026-06-15 02:44:38] "POST /neutron/port HTTP/1.1" 200 1127 0.015578 10.0.0.23 - - [2026-06-15 02:44:38] "GET /virtual-machine/bf062eaa-538d-44f6-9d5d-82c89d85304a HTTP/1.1" 200 1297 0.005537 10.0.0.23 - - [2026-06-15 02:44:38] "GET /virtual-machine-interface/de8f8bff-d451-4e77-9545-6b3268b83f3f HTTP/1.1" 200 2967 0.005152 10.0.0.23 - - [2026-06-15 02:44:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004884 10.0.0.23 - - [2026-06-15 02:44:38] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003215 10.0.0.23 - - [2026-06-15 02:44:38] "GET /virtual-networks?parent_id=91cbd8ea-3441-4ff5-8a0d-b13dc9b81ea3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003875 10.0.0.23 - - [2026-06-15 02:44:38] "GET /virtual-network/71bc8317-57ef-44a2-b081-4deee3330458?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.005152 10.0.0.23 - - [2026-06-15 02:44:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.23 - - [2026-06-15 02:44:41] "GET /virtual-network/71bc8317-57ef-44a2-b081-4deee3330458?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.005176 10.0.0.23 - - [2026-06-15 02:44:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.23 - - [2026-06-15 02:44:45] "GET /virtual-network/71bc8317-57ef-44a2-b081-4deee3330458?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.004614 10.0.0.23 - - [2026-06-15 02:44:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.23 - - [2026-06-15 02:44:49] "GET /virtual-network/71bc8317-57ef-44a2-b081-4deee3330458?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.004922 10.0.0.23 - - [2026-06-15 02:44:49] "POST /neutron/port HTTP/1.1" 200 1127 0.018945 10.0.0.23 - - [2026-06-15 02:44:50] "POST /neutron/subnet HTTP/1.1" 200 694 0.008279 10.0.0.23 - - [2026-06-15 02:44:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.23 - - [2026-06-15 02:44:53] "GET /virtual-network/71bc8317-57ef-44a2-b081-4deee3330458?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.004791 10.0.0.23 - - [2026-06-15 02:44:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.23 - - [2026-06-15 02:44:57] "GET /virtual-network/71bc8317-57ef-44a2-b081-4deee3330458?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.004897 10.0.0.23 - - [2026-06-15 02:45:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.23 - - [2026-06-15 02:45:01] "GET /virtual-network/71bc8317-57ef-44a2-b081-4deee3330458?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.004722 10.0.0.23 - - [2026-06-15 02:45:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.23 - - [2026-06-15 02:45:03] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003773 10.0.0.23 - - [2026-06-15 02:45:03] "GET /virtual-networks?parent_id=91cbd8ea-3441-4ff5-8a0d-b13dc9b81ea3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002651 10.0.0.23 - - [2026-06-15 02:45:03] "GET /virtual-network/71bc8317-57ef-44a2-b081-4deee3330458?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.007832 10.0.0.23 - - [2026-06-15 02:45:04] "POST /neutron/port HTTP/1.1" 200 1127 0.017191 10.0.0.23 - - [2026-06-15 02:45:09] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007446 10.0.0.23 - - [2026-06-15 02:45:14] "POST /neutron/port HTTP/1.1" 200 1127 0.023881 10.0.0.23 - - [2026-06-15 02:45:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.23 - - [2026-06-15 02:45:19] "GET /virtual-network/71bc8317-57ef-44a2-b081-4deee3330458?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.007630 10.0.0.23 - - [2026-06-15 02:45:19] "PUT /virtual-network/71bc8317-57ef-44a2-b081-4deee3330458 HTTP/1.1" 200 264 0.070365 10.0.0.65 - - [2026-06-15 02:45:19] "DELETE /route-target/bc375353-f334-4dc3-a3de-6aac21f64b43 HTTP/1.1" 200 115 0.031118 10.0.0.23 - - [2026-06-15 02:45:25] "POST /neutron/network HTTP/1.1" 400 204 0.015903 10.0.0.23 - - [2026-06-15 02:45:27] "POST /neutron/port HTTP/1.1" 200 151 0.202178 10.0.0.23 - - [2026-06-15 02:45:29] "POST /neutron/network HTTP/1.1" 200 831 0.006558 10.0.0.65 - - [2026-06-15 02:45:30] "GET /projects?obj_uuids=91cbd8ea-3441-4ff5-8a0d-b13dc9b81ea3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000898 10.0.0.23 - - [2026-06-15 02:45:30] "GET /project/91cbd8ea-3441-4ff5-8a0d-b13dc9b81ea3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.037321 10.0.0.65 - - [2026-06-15 02:45:30] "GET /projects?obj_uuids=91cbd8ea-3441-4ff5-8a0d-b13dc9b81ea3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000912 10.0.0.23 - - [2026-06-15 02:45:30] "GET /project/91cbd8ea-3441-4ff5-8a0d-b13dc9b81ea3?fields=virtual_networks HTTP/1.1" 200 1039 0.043595 10.0.0.65 - - [2026-06-15 02:45:30] "GET /projects?obj_uuids=91cbd8ea-3441-4ff5-8a0d-b13dc9b81ea3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000923 10.0.0.23 - - [2026-06-15 02:45:30] "GET /project/91cbd8ea-3441-4ff5-8a0d-b13dc9b81ea3?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.040429 10.0.0.65 - - [2026-06-15 02:45:30] "GET /projects?obj_uuids=91cbd8ea-3441-4ff5-8a0d-b13dc9b81ea3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001245 10.0.0.23 - - [2026-06-15 02:45:31] "GET /project/91cbd8ea-3441-4ff5-8a0d-b13dc9b81ea3?fields=security_groups HTTP/1.1" 200 1269 0.034405 10.0.0.23 - - [2026-06-15 02:45:31] "POST /fqname-to-id HTTP/1.1" 404 213 0.045181 10.0.0.65 - - [2026-06-15 02:45:32] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002928 10.0.0.65 - - [2026-06-15 02:45:32] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001307 10.0.0.65 - - [2026-06-15 02:45:32] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.034190 10.0.0.65 - - [2026-06-15 02:45:32] "POST /id-to-fqname HTTP/1.1" 200 216 0.002218 10.0.0.65 - - [2026-06-15 02:45:32] "POST /fqname-to-id HTTP/1.1" 404 227 0.009611 10.0.0.65 - - [2026-06-15 02:45:32] "POST /security-groups HTTP/1.1" 200 616 0.073521 10.0.0.65 - - [2026-06-15 02:45:32] "POST /fqname-to-id HTTP/1.1" 404 259 0.003715 10.0.0.65 - - [2026-06-15 02:45:32] "POST /projects HTTP/1.1" 200 635 0.298373 10.0.0.65 - - [2026-06-15 02:45:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.366778 10.0.0.65 - - [2026-06-15 02:45:32] "POST /access-control-lists HTTP/1.1" 200 619 0.027264 10.0.0.23 - - [2026-06-15 02:45:32] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.513654 10.0.0.23 - - [2026-06-15 02:45:33] "GET / HTTP/1.1" 200 35931 0.001827 10.0.0.23 - - [2026-06-15 02:45:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000541 10.0.0.23 - - [2026-06-15 02:45:35] "POST /fqname-to-id HTTP/1.1" 404 249 0.074023 10.0.0.65 - - [2026-06-15 02:45:35] "POST /fqname-to-id HTTP/1.1" 404 280 0.009465 10.0.0.65 - - [2026-06-15 02:45:36] "PUT /access-control-list/715f0a0e-b10a-490a-a5d6-e330074c87ac HTTP/1.1" 200 272 0.022819 10.0.0.65 - - [2026-06-15 02:45:36] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000904 10.0.0.23 - - [2026-06-15 02:45:36] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.261813 10.0.0.33 - - [2026-06-15 02:45:36] "GET /obj-perms HTTP/1.1" 200 4493 0.080149 10.0.0.23 - - [2026-06-15 02:45:36] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.022580 10.0.0.23 - - [2026-06-15 02:45:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004403 10.0.0.65 - - [2026-06-15 02:45:37] "PUT /access-control-list/715f0a0e-b10a-490a-a5d6-e330074c87ac HTTP/1.1" 200 272 0.012290 10.0.0.23 - - [2026-06-15 02:45:37] "GET /security-group/393b44f6-88cd-4481-a593-46b33fcae40e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.014657 10.0.0.23 - - [2026-06-15 02:45:37] "POST /neutron/security_group HTTP/1.1" 200 1026 0.005345 10.0.0.23 - - [2026-06-15 02:45:37] "POST /fqname-to-id HTTP/1.1" 404 249 0.005867 10.0.0.23 - - [2026-06-15 02:45:38] "POST /fqname-to-id HTTP/1.1" 404 249 0.003148 10.0.0.65 - - [2026-06-15 02:45:38] "POST /fqname-to-id HTTP/1.1" 404 281 0.004799 10.0.0.65 - - [2026-06-15 02:45:38] "POST /access-control-lists HTTP/1.1" 200 641 0.024905 10.0.0.65 - - [2026-06-15 02:45:38] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002195 10.0.0.23 - - [2026-06-15 02:45:38] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.055280 10.0.0.23 - - [2026-06-15 02:45:38] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.029313 10.0.0.65 - - [2026-06-15 02:45:38] "PUT /access-control-list/39aadcdc-c518-411d-a769-3a3a30c79d8d HTTP/1.1" 200 272 0.044882 10.0.0.23 - - [2026-06-15 02:45:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005986 10.0.0.23 - - [2026-06-15 02:45:39] "GET /security-group/c3e2bcc7-faec-4aff-a419-f6cbbac33f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.018633 10.0.0.65 - - [2026-06-15 02:45:39] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000873 10.0.0.23 - - [2026-06-15 02:45:39] "POST /neutron/security_group_rule HTTP/1.1" 200 2208 0.044021 10.0.0.65 - - [2026-06-15 02:45:39] "PUT /access-control-list/39aadcdc-c518-411d-a769-3a3a30c79d8d HTTP/1.1" 200 272 0.013694 10.0.0.23 - - [2026-06-15 02:45:39] "POST /neutron/security_group_rule HTTP/1.1" 200 600 0.142112 10.0.0.23 - - [2026-06-15 02:45:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.65 - - [2026-06-15 02:45:40] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000838 10.0.0.23 - - [2026-06-15 02:45:40] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.034676 10.0.0.65 - - [2026-06-15 02:45:40] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001261 10.0.0.23 - - [2026-06-15 02:45:40] "POST /neutron/network HTTP/1.1" 200 720 0.176063 10.0.0.65 - - [2026-06-15 02:45:40] "POST /route-targets HTTP/1.1" 200 327 0.013761 10.0.0.23 - - [2026-06-15 02:45:40] "POST /neutron/network HTTP/1.1" 200 1113 0.009872 10.0.0.23 - - [2026-06-15 02:45:40] "POST /id-to-fqname HTTP/1.1" 200 290 0.001698 10.0.0.23 - - [2026-06-15 02:45:40] "GET /virtual-network/43b0402b-030c-46bc-9d26-b0fd1836b17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.006239 10.0.0.23 - - [2026-06-15 02:45:40] "GET /virtual-network/43b0402b-030c-46bc-9d26-b0fd1836b17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.006301 10.0.0.23 - - [2026-06-15 02:45:41] "POST /neutron/subnet HTTP/1.1" 200 828 0.013887 10.0.0.23 - - [2026-06-15 02:45:41] "GET /virtual-network/43b0402b-030c-46bc-9d26-b0fd1836b17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.006472 10.0.0.23 - - [2026-06-15 02:45:42] "POST /id-to-fqname HTTP/1.1" 200 290 0.001760 10.0.0.23 - - [2026-06-15 02:45:42] "POST /neutron/network HTTP/1.1" 200 1123 0.006572 10.0.0.65 - - [2026-06-15 02:45:43] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001558 10.0.0.23 - - [2026-06-15 02:45:43] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.065223 10.0.0.23 - - [2026-06-15 02:45:43] "POST /neutron/port HTTP/1.1" 200 117 0.011717 10.0.0.23 - - [2026-06-15 02:45:43] "POST /id-to-fqname HTTP/1.1" 200 290 0.001094 10.0.0.23 - - [2026-06-15 02:45:43] "POST /neutron/network HTTP/1.1" 200 1123 0.005972 10.0.0.65 - - [2026-06-15 02:45:44] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001209 10.0.0.23 - - [2026-06-15 02:45:44] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.061164 10.0.0.23 - - [2026-06-15 02:45:44] "POST /neutron/port HTTP/1.1" 200 117 0.007183 10.0.0.65 - - [2026-06-15 02:45:48] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000936 10.0.0.23 - - [2026-06-15 02:45:48] "POST /neutron/security_group HTTP/1.1" 200 3458 0.043717 10.0.0.23 - - [2026-06-15 02:45:49] "POST /neutron/port HTTP/1.1" 200 1192 0.017857 10.0.0.65 - - [2026-06-15 02:45:49] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000906 10.0.0.23 - - [2026-06-15 02:45:49] "POST /neutron/security_group HTTP/1.1" 200 3458 0.054068 10.0.0.23 - - [2026-06-15 02:45:50] "POST /neutron/port HTTP/1.1" 200 1192 0.040817 10.0.0.23 - - [2026-06-15 02:45:50] "POST /neutron/port HTTP/1.1" 200 1256 0.065615 10.0.0.23 - - [2026-06-15 02:45:50] "POST /neutron/subnet HTTP/1.1" 200 1385 0.012649 10.0.0.23 - - [2026-06-15 02:45:50] "POST /neutron/network HTTP/1.1" 200 1113 0.011563 10.0.0.23 - - [2026-06-15 02:45:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003705 10.0.0.23 - - [2026-06-15 02:45:51] "POST /neutron/port HTTP/1.1" 200 117 0.001043 10.0.0.65 - - [2026-06-15 02:45:52] "DELETE /access-control-list/e1d7a1df-fcce-493e-8353-72875988fd27 HTTP/1.1" 200 115 0.052320 10.0.0.23 - - [2026-06-15 02:45:55] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007304 10.0.0.23 - - [2026-06-15 02:46:00] "POST /neutron/port HTTP/1.1" 200 1256 0.018963 10.0.0.23 - - [2026-06-15 02:46:00] "POST /neutron/security_group HTTP/1.1" 200 1457 0.006104 10.0.0.23 - - [2026-06-15 02:46:00] "GET /virtual-machine/f5b94e3d-ce71-4679-8ad0-a4471e38c7e1 HTTP/1.1" 401 292 0.000371 10.0.0.23 - - [2026-06-15 02:46:00] "GET /virtual-machine/f5b94e3d-ce71-4679-8ad0-a4471e38c7e1 HTTP/1.1" 200 1318 0.023214 10.0.0.23 - - [2026-06-15 02:46:00] "GET /virtual-machine/f5b94e3d-ce71-4679-8ad0-a4471e38c7e1 HTTP/1.1" 200 1318 0.002945 10.0.0.23 - - [2026-06-15 02:46:00] "GET /virtual-machine-interface/af4e4642-ca59-44ab-895a-093c2e6df1c4 HTTP/1.1" 200 3416 0.004741 10.0.0.23 - - [2026-06-15 02:46:00] "GET /virtual-machine/f5b94e3d-ce71-4679-8ad0-a4471e38c7e1 HTTP/1.1" 200 1318 0.002838 10.0.0.23 - - [2026-06-15 02:46:00] "GET /virtual-machine-interface/af4e4642-ca59-44ab-895a-093c2e6df1c4 HTTP/1.1" 200 3416 0.004088 10.0.0.23 - - [2026-06-15 02:46:00] "GET /instance-ip/05a0dd75-f409-4db2-8ee4-f98f28e6ac07 HTTP/1.1" 200 1734 0.005241 10.0.0.23 - - [2026-06-15 02:46:00] "GET /instance-ip/622b6df3-464f-4851-ad33-6a2951d6f314 HTTP/1.1" 200 1715 0.004459 10.0.0.23 - - [2026-06-15 02:46:00] "GET /virtual-machine/f5b94e3d-ce71-4679-8ad0-a4471e38c7e1 HTTP/1.1" 200 1318 0.002870 10.0.0.23 - - [2026-06-15 02:46:00] "GET /virtual-machine-interface/af4e4642-ca59-44ab-895a-093c2e6df1c4 HTTP/1.1" 200 3416 0.004569 10.0.0.23 - - [2026-06-15 02:46:00] "GET /instance-ip/05a0dd75-f409-4db2-8ee4-f98f28e6ac07 HTTP/1.1" 200 1734 0.003442 10.0.0.23 - - [2026-06-15 02:46:00] "GET /instance-ip/622b6df3-464f-4851-ad33-6a2951d6f314 HTTP/1.1" 200 1715 0.003159 10.0.0.23 - - [2026-06-15 02:46:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.23 - - [2026-06-15 02:46:00] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003239 10.0.0.23 - - [2026-06-15 02:46:00] "GET /virtual-networks?parent_id=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002532 10.0.0.23 - - [2026-06-15 02:46:00] "GET /virtual-network/43b0402b-030c-46bc-9d26-b0fd1836b17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005193 10.0.0.23 - - [2026-06-15 02:46:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.23 - - [2026-06-15 02:46:00] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004041 10.0.0.23 - - [2026-06-15 02:46:01] "GET /virtual-networks?parent_id=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.011720 10.0.0.23 - - [2026-06-15 02:46:01] "GET /virtual-network/43b0402b-030c-46bc-9d26-b0fd1836b17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005543 10.0.0.23 - - [2026-06-15 02:46:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.23 - - [2026-06-15 02:46:01] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003432 10.0.0.23 - - [2026-06-15 02:46:01] "GET /virtual-networks?parent_id=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002938 10.0.0.23 - - [2026-06-15 02:46:01] "GET /virtual-network/43b0402b-030c-46bc-9d26-b0fd1836b17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005578 10.0.0.23 - - [2026-06-15 02:46:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.23 - - [2026-06-15 02:46:01] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005420 10.0.0.23 - - [2026-06-15 02:46:01] "GET /virtual-networks?parent_id=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002803 10.0.0.23 - - [2026-06-15 02:46:01] "GET /virtual-network/43b0402b-030c-46bc-9d26-b0fd1836b17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005406 10.0.0.23 - - [2026-06-15 02:46:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.007664 10.0.0.23 - - [2026-06-15 02:46:01] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007020 10.0.0.23 - - [2026-06-15 02:46:01] "GET /virtual-networks?parent_id=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002592 10.0.0.23 - - [2026-06-15 02:46:01] "GET /virtual-network/43b0402b-030c-46bc-9d26-b0fd1836b17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005508 10.0.0.23 - - [2026-06-15 02:46:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.23 - - [2026-06-15 02:46:01] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003631 10.0.0.23 - - [2026-06-15 02:46:01] "GET /virtual-networks?parent_id=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003219 10.0.0.23 - - [2026-06-15 02:46:01] "GET /virtual-network/43b0402b-030c-46bc-9d26-b0fd1836b17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005777 10.0.0.23 - - [2026-06-15 02:46:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.23 - - [2026-06-15 02:46:01] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004269 10.0.0.23 - - [2026-06-15 02:46:01] "GET /virtual-networks?parent_id=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002843 10.0.0.23 - - [2026-06-15 02:46:01] "GET /virtual-network/43b0402b-030c-46bc-9d26-b0fd1836b17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005970 10.0.0.23 - - [2026-06-15 02:46:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.23 - - [2026-06-15 02:46:04] "GET /virtual-network/43b0402b-030c-46bc-9d26-b0fd1836b17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005194 10.0.0.65 - - [2026-06-15 02:46:07] "DELETE /project/91cbd8ea-3441-4ff5-8a0d-b13dc9b81ea3 HTTP/1.1" 404 177 0.003870 10.0.0.65 - - [2026-06-15 02:46:07] "DELETE /project/3b345eeabb594a96912e3119786a10b5 HTTP/1.1" 404 173 0.003271 10.0.0.23 - - [2026-06-15 02:46:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.23 - - [2026-06-15 02:46:08] "GET /virtual-network/43b0402b-030c-46bc-9d26-b0fd1836b17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.006203 10.0.0.23 - - [2026-06-15 02:46:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.23 - - [2026-06-15 02:46:13] "GET /virtual-network/43b0402b-030c-46bc-9d26-b0fd1836b17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.004952 10.0.0.23 - - [2026-06-15 02:46:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.23 - - [2026-06-15 02:46:17] "GET /virtual-network/43b0402b-030c-46bc-9d26-b0fd1836b17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.004915 10.0.0.23 - - [2026-06-15 02:46:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.23 - - [2026-06-15 02:46:21] "GET /virtual-network/43b0402b-030c-46bc-9d26-b0fd1836b17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005205 10.0.0.23 - - [2026-06-15 02:46:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.23 - - [2026-06-15 02:46:25] "GET /virtual-network/43b0402b-030c-46bc-9d26-b0fd1836b17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.006865 10.0.0.23 - - [2026-06-15 02:46:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.23 - - [2026-06-15 02:46:27] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003049 10.0.0.23 - - [2026-06-15 02:46:27] "GET /virtual-networks?parent_id=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002625 10.0.0.23 - - [2026-06-15 02:46:27] "GET /virtual-network/43b0402b-030c-46bc-9d26-b0fd1836b17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005288 10.0.0.23 - - [2026-06-15 02:46:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.23 - - [2026-06-15 02:46:27] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004012 10.0.0.23 - - [2026-06-15 02:46:27] "GET /virtual-networks?parent_id=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002802 10.0.0.23 - - [2026-06-15 02:46:27] "GET /virtual-network/43b0402b-030c-46bc-9d26-b0fd1836b17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005969 10.0.0.23 - - [2026-06-15 02:46:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.23 - - [2026-06-15 02:46:27] "GET /routing-instance/75772eb7-3946-47d4-9e2f-7e5d219ec8eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.007410 10.0.0.23 - - [2026-06-15 02:46:27] "GET /route-target/76d88a7c-be24-4fb5-8303-97e55adafe25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003353 10.0.0.23 - - [2026-06-15 02:46:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.23 - - [2026-06-15 02:46:27] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003439 10.0.0.23 - - [2026-06-15 02:46:27] "GET /virtual-networks?parent_id=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003596 10.0.0.23 - - [2026-06-15 02:46:27] "GET /virtual-network/43b0402b-030c-46bc-9d26-b0fd1836b17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.006152 10.0.0.23 - - [2026-06-15 02:46:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.23 - - [2026-06-15 02:46:27] "GET /routing-instance/75772eb7-3946-47d4-9e2f-7e5d219ec8eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.005139 10.0.0.23 - - [2026-06-15 02:46:27] "GET /route-target/76d88a7c-be24-4fb5-8303-97e55adafe25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003214 10.0.0.23 - - [2026-06-15 02:46:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.23 - - [2026-06-15 02:46:27] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004865 10.0.0.23 - - [2026-06-15 02:46:27] "GET /virtual-networks?parent_id=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003276 10.0.0.23 - - [2026-06-15 02:46:28] "GET /virtual-network/43b0402b-030c-46bc-9d26-b0fd1836b17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.007641 10.0.0.23 - - [2026-06-15 02:46:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.23 - - [2026-06-15 02:46:28] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004897 10.0.0.23 - - [2026-06-15 02:46:28] "GET /virtual-networks?parent_id=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003964 10.0.0.23 - - [2026-06-15 02:46:28] "GET /virtual-network/43b0402b-030c-46bc-9d26-b0fd1836b17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005283 10.0.0.23 - - [2026-06-15 02:46:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.23 - - [2026-06-15 02:46:28] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003800 10.0.0.23 - - [2026-06-15 02:46:28] "GET /virtual-networks?parent_id=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003684 10.0.0.23 - - [2026-06-15 02:46:28] "GET /virtual-network/43b0402b-030c-46bc-9d26-b0fd1836b17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005540 10.0.0.65 - - [2026-06-15 02:46:28] "GET /obj-perms HTTP/1.1" 200 4517 0.035642 10.0.0.23 - - [2026-06-15 02:46:28] "GET /obj-perms HTTP/1.1" 200 4517 0.034853 10.0.0.23 - - [2026-06-15 02:46:28] "GET /obj-perms HTTP/1.1" 200 4517 0.004475 10.0.0.65 - - [2026-06-15 02:46:28] "GET /obj-perms HTTP/1.1" 200 4517 0.003415 10.0.0.23 - - [2026-06-15 02:46:28] "GET /virtual-machine/f5b94e3d-ce71-4679-8ad0-a4471e38c7e1 HTTP/1.1" 200 1318 0.005259 10.0.0.23 - - [2026-06-15 02:46:28] "GET /virtual-machine-interface/af4e4642-ca59-44ab-895a-093c2e6df1c4 HTTP/1.1" 200 3416 0.005946 10.0.0.23 - - [2026-06-15 02:46:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.23 - - [2026-06-15 02:46:28] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003729 10.0.0.23 - - [2026-06-15 02:46:28] "GET /virtual-networks?parent_id=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003114 10.0.0.23 - - [2026-06-15 02:46:28] "GET /virtual-network/43b0402b-030c-46bc-9d26-b0fd1836b17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.006907 10.0.0.23 - - [2026-06-15 02:46:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.23 - - [2026-06-15 02:46:29] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003443 10.0.0.23 - - [2026-06-15 02:46:29] "GET /virtual-networks?parent_id=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002897 10.0.0.23 - - [2026-06-15 02:46:29] "GET /virtual-network/43b0402b-030c-46bc-9d26-b0fd1836b17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005406 10.0.0.23 - - [2026-06-15 02:46:30] "POST /neutron/port HTTP/1.1" 200 1256 0.025403 10.0.0.23 - - [2026-06-15 02:46:30] "POST /neutron/security_group HTTP/1.1" 200 1457 0.023499 10.0.0.23 - - [2026-06-15 02:46:37] "GET /obj-perms HTTP/1.1" 200 4493 0.036760 10.0.0.33 - - [2026-06-15 02:46:37] "GET /obj-perms HTTP/1.1" 200 4493 0.063736 10.0.0.23 - - [2026-06-15 02:46:40] "POST /neutron/port HTTP/1.1" 200 1256 0.017174 10.0.0.23 - - [2026-06-15 02:46:41] "POST /neutron/security_group HTTP/1.1" 200 1457 0.006785 10.0.0.23 - - [2026-06-15 02:46:44] "POST /neutron/network HTTP/1.1" 200 1123 0.006524 10.0.0.23 - - [2026-06-15 02:46:44] "POST /neutron/subnet HTTP/1.1" 200 1385 0.015557 10.0.0.23 - - [2026-06-15 02:46:44] "POST /neutron/network HTTP/1.1" 200 1113 0.008415 10.0.0.23 - - [2026-06-15 02:46:50] "POST /neutron/port HTTP/1.1" 200 1256 0.016645 10.0.0.23 - - [2026-06-15 02:46:50] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007227 10.0.0.23 - - [2026-06-15 02:46:50] "POST /neutron/port HTTP/1.1" 200 1256 0.037516 10.0.0.23 - - [2026-06-15 02:46:51] "GET /virtual-machine/20fa1c67-f6c1-4a74-9e91-03ff18cf1690 HTTP/1.1" 200 1317 0.009998 10.0.0.23 - - [2026-06-15 02:46:51] "GET /virtual-machine/20fa1c67-f6c1-4a74-9e91-03ff18cf1690 HTTP/1.1" 200 1317 0.003789 10.0.0.23 - - [2026-06-15 02:46:51] "GET /virtual-machine-interface/4eed94dc-82d3-4ab4-8356-c107387cfa35 HTTP/1.1" 200 3415 0.005548 10.0.0.23 - - [2026-06-15 02:46:51] "GET /virtual-machine/20fa1c67-f6c1-4a74-9e91-03ff18cf1690 HTTP/1.1" 200 1317 0.003882 10.0.0.23 - - [2026-06-15 02:46:51] "GET /virtual-machine-interface/4eed94dc-82d3-4ab4-8356-c107387cfa35 HTTP/1.1" 200 3415 0.006476 10.0.0.23 - - [2026-06-15 02:46:51] "GET /instance-ip/0ef504a3-307b-4b9a-81f9-41578a36a627 HTTP/1.1" 200 1714 0.006407 10.0.0.23 - - [2026-06-15 02:46:51] "GET /instance-ip/9e0a990e-441e-4fd3-833d-9c606b3b92b9 HTTP/1.1" 200 1735 0.007471 10.0.0.23 - - [2026-06-15 02:46:51] "GET /virtual-machine/20fa1c67-f6c1-4a74-9e91-03ff18cf1690 HTTP/1.1" 200 1317 0.006193 10.0.0.23 - - [2026-06-15 02:46:51] "GET /virtual-machine-interface/4eed94dc-82d3-4ab4-8356-c107387cfa35 HTTP/1.1" 200 3415 0.005920 10.0.0.23 - - [2026-06-15 02:46:51] "GET /instance-ip/0ef504a3-307b-4b9a-81f9-41578a36a627 HTTP/1.1" 200 1714 0.005632 10.0.0.23 - - [2026-06-15 02:46:51] "GET /instance-ip/9e0a990e-441e-4fd3-833d-9c606b3b92b9 HTTP/1.1" 200 1735 0.004268 10.0.0.23 - - [2026-06-15 02:46:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.23 - - [2026-06-15 02:46:51] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004002 10.0.0.23 - - [2026-06-15 02:46:51] "GET /virtual-networks?parent_id=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003522 10.0.0.23 - - [2026-06-15 02:46:51] "GET /virtual-network/43b0402b-030c-46bc-9d26-b0fd1836b17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.007301 10.0.0.23 - - [2026-06-15 02:46:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.23 - - [2026-06-15 02:46:51] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004915 10.0.0.23 - - [2026-06-15 02:46:51] "GET /virtual-networks?parent_id=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004529 10.0.0.23 - - [2026-06-15 02:46:51] "GET /virtual-network/43b0402b-030c-46bc-9d26-b0fd1836b17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.007797 10.0.0.23 - - [2026-06-15 02:46:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.23 - - [2026-06-15 02:46:51] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003856 10.0.0.23 - - [2026-06-15 02:46:51] "GET /virtual-networks?parent_id=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002719 10.0.0.23 - - [2026-06-15 02:46:51] "GET /virtual-network/43b0402b-030c-46bc-9d26-b0fd1836b17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005304 10.0.0.23 - - [2026-06-15 02:46:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.23 - - [2026-06-15 02:46:51] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003738 10.0.0.23 - - [2026-06-15 02:46:51] "GET /virtual-networks?parent_id=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004206 10.0.0.23 - - [2026-06-15 02:46:51] "GET /virtual-network/43b0402b-030c-46bc-9d26-b0fd1836b17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.006607 10.0.0.23 - - [2026-06-15 02:46:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.23 - - [2026-06-15 02:46:51] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004631 10.0.0.23 - - [2026-06-15 02:46:51] "GET /virtual-networks?parent_id=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003216 10.0.0.23 - - [2026-06-15 02:46:51] "GET /virtual-network/43b0402b-030c-46bc-9d26-b0fd1836b17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.006238 10.0.0.23 - - [2026-06-15 02:46:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.23 - - [2026-06-15 02:46:51] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004764 10.0.0.23 - - [2026-06-15 02:46:51] "GET /virtual-networks?parent_id=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003626 10.0.0.23 - - [2026-06-15 02:46:51] "GET /virtual-network/43b0402b-030c-46bc-9d26-b0fd1836b17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005473 10.0.0.23 - - [2026-06-15 02:46:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.23 - - [2026-06-15 02:46:51] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004581 10.0.0.23 - - [2026-06-15 02:46:51] "GET /virtual-networks?parent_id=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003544 10.0.0.23 - - [2026-06-15 02:46:52] "GET /virtual-network/43b0402b-030c-46bc-9d26-b0fd1836b17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005975 10.0.0.23 - - [2026-06-15 02:46:52] "POST /neutron/port HTTP/1.1" 200 1256 0.018216 10.0.0.23 - - [2026-06-15 02:46:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004708 10.0.0.23 - - [2026-06-15 02:46:52] "POST /neutron/port HTTP/1.1" 200 117 0.001005 10.0.0.23 - - [2026-06-15 02:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.23 - - [2026-06-15 02:46:53] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004029 10.0.0.23 - - [2026-06-15 02:46:53] "GET /virtual-networks?parent_id=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003478 10.0.0.23 - - [2026-06-15 02:46:53] "GET /virtual-network/43b0402b-030c-46bc-9d26-b0fd1836b17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005435 10.0.0.23 - - [2026-06-15 02:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.23 - - [2026-06-15 02:46:53] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004017 10.0.0.23 - - [2026-06-15 02:46:53] "GET /virtual-networks?parent_id=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002854 10.0.0.23 - - [2026-06-15 02:46:53] "GET /virtual-network/43b0402b-030c-46bc-9d26-b0fd1836b17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005447 10.0.0.23 - - [2026-06-15 02:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002675 10.0.0.23 - - [2026-06-15 02:46:53] "GET /routing-instance/75772eb7-3946-47d4-9e2f-7e5d219ec8eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004001 10.0.0.23 - - [2026-06-15 02:46:53] "GET /route-target/76d88a7c-be24-4fb5-8303-97e55adafe25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003615 10.0.0.23 - - [2026-06-15 02:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.23 - - [2026-06-15 02:46:53] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003661 10.0.0.23 - - [2026-06-15 02:46:53] "GET /virtual-networks?parent_id=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002197 10.0.0.23 - - [2026-06-15 02:46:53] "GET /virtual-network/43b0402b-030c-46bc-9d26-b0fd1836b17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005259 10.0.0.23 - - [2026-06-15 02:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.23 - - [2026-06-15 02:46:53] "GET /routing-instance/75772eb7-3946-47d4-9e2f-7e5d219ec8eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.003876 10.0.0.23 - - [2026-06-15 02:46:53] "GET /route-target/76d88a7c-be24-4fb5-8303-97e55adafe25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003251 10.0.0.23 - - [2026-06-15 02:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005585 10.0.0.23 - - [2026-06-15 02:46:53] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005534 10.0.0.23 - - [2026-06-15 02:46:53] "GET /virtual-networks?parent_id=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003120 10.0.0.23 - - [2026-06-15 02:46:53] "GET /virtual-network/43b0402b-030c-46bc-9d26-b0fd1836b17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005925 10.0.0.23 - - [2026-06-15 02:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002738 10.0.0.23 - - [2026-06-15 02:46:53] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004258 10.0.0.23 - - [2026-06-15 02:46:53] "GET /virtual-networks?parent_id=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002923 10.0.0.23 - - [2026-06-15 02:46:53] "GET /virtual-network/43b0402b-030c-46bc-9d26-b0fd1836b17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005288 10.0.0.23 - - [2026-06-15 02:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.23 - - [2026-06-15 02:46:53] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003986 10.0.0.23 - - [2026-06-15 02:46:53] "GET /virtual-networks?parent_id=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002625 10.0.0.23 - - [2026-06-15 02:46:53] "GET /virtual-network/43b0402b-030c-46bc-9d26-b0fd1836b17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005493 10.0.0.65 - - [2026-06-15 02:46:53] "GET /obj-perms HTTP/1.1" 200 4517 0.003520 10.0.0.23 - - [2026-06-15 02:46:54] "GET /obj-perms HTTP/1.1" 200 4517 0.003431 10.0.0.23 - - [2026-06-15 02:46:54] "GET /obj-perms HTTP/1.1" 200 4517 0.003918 10.0.0.23 - - [2026-06-15 02:46:54] "GET /obj-perms HTTP/1.1" 200 4517 0.003534 10.0.0.65 - - [2026-06-15 02:46:54] "GET /obj-perms HTTP/1.1" 200 4517 0.003315 10.0.0.23 - - [2026-06-15 02:46:54] "GET /virtual-machine/20fa1c67-f6c1-4a74-9e91-03ff18cf1690 HTTP/1.1" 200 1317 0.003556 10.0.0.23 - - [2026-06-15 02:46:54] "GET /virtual-machine-interface/4eed94dc-82d3-4ab4-8356-c107387cfa35 HTTP/1.1" 200 3415 0.005192 10.0.0.23 - - [2026-06-15 02:46:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.23 - - [2026-06-15 02:46:54] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003612 10.0.0.23 - - [2026-06-15 02:46:54] "GET /virtual-networks?parent_id=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002728 10.0.0.23 - - [2026-06-15 02:46:54] "GET /virtual-network/43b0402b-030c-46bc-9d26-b0fd1836b17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005203 10.0.0.23 - - [2026-06-15 02:46:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.23 - - [2026-06-15 02:46:55] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003074 10.0.0.23 - - [2026-06-15 02:46:55] "GET /virtual-networks?parent_id=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002490 10.0.0.23 - - [2026-06-15 02:46:55] "GET /virtual-network/43b0402b-030c-46bc-9d26-b0fd1836b17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005781 10.0.0.23 - - [2026-06-15 02:46:55] "GET /virtual-machine/f5b94e3d-ce71-4679-8ad0-a4471e38c7e1 HTTP/1.1" 200 1318 0.003598 10.0.0.23 - - [2026-06-15 02:46:55] "GET /virtual-machine-interface/af4e4642-ca59-44ab-895a-093c2e6df1c4 HTTP/1.1" 200 3416 0.004237 10.0.0.23 - - [2026-06-15 02:46:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.23 - - [2026-06-15 02:46:55] "GET /security-group/c3e2bcc7-faec-4aff-a419-f6cbbac33f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.002945 10.0.0.23 - - [2026-06-15 02:46:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002186 10.0.0.23 - - [2026-06-15 02:46:55] "GET /security-group/c3e2bcc7-faec-4aff-a419-f6cbbac33f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.003842 10.0.0.23 - - [2026-06-15 02:46:55] "POST /neutron/security_group HTTP/1.1" 200 1457 0.006068 10.0.0.23 - - [2026-06-15 02:46:55] "POST /neutron/port HTTP/1.1" 200 1246 0.013387 10.0.0.23 - - [2026-06-15 02:46:55] "GET /virtual-machine/f5b94e3d-ce71-4679-8ad0-a4471e38c7e1 HTTP/1.1" 200 1318 0.003224 10.0.0.23 - - [2026-06-15 02:46:55] "GET /virtual-machine-interface/af4e4642-ca59-44ab-895a-093c2e6df1c4 HTTP/1.1" 200 3360 0.006657 10.0.0.23 - - [2026-06-15 02:46:56] "POST /neutron/port HTTP/1.1" 200 1218 0.015008 10.0.0.23 - - [2026-06-15 02:46:56] "POST /neutron/port HTTP/1.1" 200 1246 0.061741 10.0.0.23 - - [2026-06-15 02:46:56] "GET /virtual-machine/f5b94e3d-ce71-4679-8ad0-a4471e38c7e1 HTTP/1.1" 200 1318 0.004212 10.0.0.23 - - [2026-06-15 02:46:56] "GET /virtual-machine-interface/af4e4642-ca59-44ab-895a-093c2e6df1c4 HTTP/1.1" 200 3416 0.004719 10.0.0.23 - - [2026-06-15 02:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.23 - - [2026-06-15 02:46:56] "GET /security-group/c3e2bcc7-faec-4aff-a419-f6cbbac33f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.003641 10.0.0.23 - - [2026-06-15 02:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.23 - - [2026-06-15 02:46:56] "GET /security-group/c3e2bcc7-faec-4aff-a419-f6cbbac33f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.003852 10.0.0.23 - - [2026-06-15 02:46:56] "POST /neutron/security_group HTTP/1.1" 200 151 0.128646 10.0.0.23 - - [2026-06-15 02:46:56] "POST /fqname-to-id HTTP/1.1" 404 249 0.004426 10.0.0.23 - - [2026-06-15 02:46:56] "POST /fqname-to-id HTTP/1.1" 404 249 0.004071 10.0.0.23 - - [2026-06-15 02:46:56] "POST /neutron/security_group HTTP/1.1" 200 117 0.007174 10.0.0.23 - - [2026-06-15 02:46:57] "POST /neutron/network HTTP/1.1" 400 204 0.013843 10.0.0.23 - - [2026-06-15 02:47:01] "POST /neutron/network HTTP/1.1" 200 1113 0.010013 10.0.0.23 - - [2026-06-15 02:47:03] "POST /neutron/network HTTP/1.1" 400 204 0.011530 10.0.0.23 - - [2026-06-15 02:47:07] "POST /neutron/network HTTP/1.1" 200 1113 0.010600 10.0.0.23 - - [2026-06-15 02:47:09] "POST /neutron/network HTTP/1.1" 400 204 0.013106 10.0.0.23 - - [2026-06-15 02:47:13] "POST /neutron/network HTTP/1.1" 200 1113 0.013941 10.0.0.23 - - [2026-06-15 02:47:15] "POST /neutron/network HTTP/1.1" 400 204 0.013770 10.0.0.23 - - [2026-06-15 02:47:19] "POST /neutron/network HTTP/1.1" 200 1113 0.009726 10.0.0.23 - - [2026-06-15 02:47:21] "POST /neutron/network HTTP/1.1" 400 204 0.016218 10.0.0.23 - - [2026-06-15 02:47:25] "POST /neutron/network HTTP/1.1" 200 1113 0.008887 10.0.0.23 - - [2026-06-15 02:47:27] "POST /neutron/network HTTP/1.1" 400 204 0.011841 10.0.0.23 - - [2026-06-15 02:47:31] "POST /neutron/network HTTP/1.1" 200 1113 0.010013 10.0.0.23 - - [2026-06-15 02:47:33] "POST /neutron/network HTTP/1.1" 400 204 0.012365 10.0.0.23 - - [2026-06-15 02:47:37] "POST /neutron/network HTTP/1.1" 200 1113 0.008729 10.0.0.23 - - [2026-06-15 02:47:40] "POST /neutron/network HTTP/1.1" 400 204 0.013110 10.0.0.23 - - [2026-06-15 02:47:42] "POST /neutron/port HTTP/1.1" 200 1218 0.020413 10.0.0.23 - - [2026-06-15 02:47:44] "POST /neutron/network HTTP/1.1" 400 204 0.013196 10.0.0.23 - - [2026-06-15 02:47:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004136 10.0.0.23 - - [2026-06-15 02:47:44] "POST /neutron/port HTTP/1.1" 200 117 0.001065 10.0.0.23 - - [2026-06-15 02:47:46] "POST /neutron/network HTTP/1.1" 400 204 0.032115 10.0.0.23 - - [2026-06-15 02:47:51] "POST /neutron/port HTTP/1.1" 200 1218 0.018707 10.0.0.23 - - [2026-06-15 02:47:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004039 10.0.0.23 - - [2026-06-15 02:47:53] "POST /neutron/port HTTP/1.1" 200 117 0.001420 10.0.0.23 - - [2026-06-15 02:48:38] "POST /neutron/security_group HTTP/1.1" 400 209 0.003692 10.0.0.65 - - [2026-06-15 02:48:39] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000892 10.0.0.23 - - [2026-06-15 02:48:39] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.081034 10.0.0.65 - - [2026-06-15 02:48:39] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000864 10.0.0.23 - - [2026-06-15 02:48:39] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?fields=virtual_networks HTTP/1.1" 200 1389 0.038429 10.0.0.65 - - [2026-06-15 02:48:41] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001217 10.0.0.23 - - [2026-06-15 02:48:41] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.042777 10.0.0.65 - - [2026-06-15 02:48:41] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001295 10.0.0.23 - - [2026-06-15 02:48:41] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?fields=virtual_networks HTTP/1.1" 200 1389 0.054342 10.0.0.65 - - [2026-06-15 02:48:43] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000916 10.0.0.23 - - [2026-06-15 02:48:44] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.043437 10.0.0.65 - - [2026-06-15 02:48:44] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000779 10.0.0.23 - - [2026-06-15 02:48:44] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?fields=virtual_networks HTTP/1.1" 200 1389 0.033545 10.0.0.23 - - [2026-06-15 02:48:45] "POST /neutron/network HTTP/1.1" 200 1123 0.007517 10.0.0.23 - - [2026-06-15 02:48:45] "POST /neutron/subnet HTTP/1.1" 200 1385 0.011955 10.0.0.23 - - [2026-06-15 02:48:45] "POST /neutron/network HTTP/1.1" 200 1113 0.011738 10.0.0.65 - - [2026-06-15 02:48:46] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000832 10.0.0.23 - - [2026-06-15 02:48:46] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.046939 10.0.0.65 - - [2026-06-15 02:48:46] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000807 10.0.0.23 - - [2026-06-15 02:48:46] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?fields=virtual_networks HTTP/1.1" 200 1389 0.046020 10.0.0.65 - - [2026-06-15 02:48:48] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001340 10.0.0.23 - - [2026-06-15 02:48:48] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.052870 10.0.0.65 - - [2026-06-15 02:48:48] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001817 10.0.0.23 - - [2026-06-15 02:48:48] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?fields=virtual_networks HTTP/1.1" 200 1389 0.049080 10.0.0.65 - - [2026-06-15 02:48:50] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000920 10.0.0.23 - - [2026-06-15 02:48:50] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.047533 10.0.0.65 - - [2026-06-15 02:48:50] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000868 10.0.0.23 - - [2026-06-15 02:48:50] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?fields=virtual_networks HTTP/1.1" 200 1389 0.047188 10.0.0.65 - - [2026-06-15 02:48:52] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001410 10.0.0.23 - - [2026-06-15 02:48:52] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.040226 10.0.0.65 - - [2026-06-15 02:48:52] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001075 10.0.0.23 - - [2026-06-15 02:48:52] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?fields=virtual_networks HTTP/1.1" 200 1389 0.029591 10.0.0.33 - - [2026-06-15 02:48:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.33 - - [2026-06-15 02:48:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.65 - - [2026-06-15 02:48:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.65 - - [2026-06-15 02:48:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.65 - - [2026-06-15 02:48:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.65 - - [2026-06-15 02:48:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000466 10.0.0.23 - - [2026-06-15 02:48:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000456 10.0.0.23 - - [2026-06-15 02:48:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000492 10.0.0.33 - - [2026-06-15 02:48:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.33 - - [2026-06-15 02:48:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000598 10.0.0.65 - - [2026-06-15 02:48:54] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000857 10.0.0.23 - - [2026-06-15 02:48:54] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.041061 10.0.0.65 - - [2026-06-15 02:48:54] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000978 10.0.0.23 - - [2026-06-15 02:48:54] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?fields=virtual_networks HTTP/1.1" 200 1389 0.043646 10.0.0.23 - - [2026-06-15 02:48:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.23 - - [2026-06-15 02:48:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000329 10.0.0.23 - - [2026-06-15 02:48:55] "POST /neutron/network HTTP/1.1" 200 1123 0.006785 10.0.0.23 - - [2026-06-15 02:48:55] "POST /neutron/subnet HTTP/1.1" 200 1385 0.011550 10.0.0.23 - - [2026-06-15 02:48:55] "POST /neutron/network HTTP/1.1" 200 1113 0.009264 10.0.0.65 - - [2026-06-15 02:48:56] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001042 10.0.0.23 - - [2026-06-15 02:48:56] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.042836 10.0.0.65 - - [2026-06-15 02:48:56] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001198 10.0.0.23 - - [2026-06-15 02:48:56] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?fields=virtual_networks HTTP/1.1" 200 1389 0.035414 10.0.0.65 - - [2026-06-15 02:48:58] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000967 10.0.0.23 - - [2026-06-15 02:48:58] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.038043 10.0.0.65 - - [2026-06-15 02:48:58] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001467 10.0.0.23 - - [2026-06-15 02:48:59] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?fields=virtual_networks HTTP/1.1" 200 1389 0.037752 10.0.0.65 - - [2026-06-15 02:49:01] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001611 10.0.0.23 - - [2026-06-15 02:49:01] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.039821 10.0.0.65 - - [2026-06-15 02:49:01] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001207 10.0.0.23 - - [2026-06-15 02:49:01] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?fields=virtual_networks HTTP/1.1" 200 1389 0.035728 10.0.0.65 - - [2026-06-15 02:49:03] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001069 10.0.0.23 - - [2026-06-15 02:49:03] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.039407 10.0.0.65 - - [2026-06-15 02:49:03] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000874 10.0.0.23 - - [2026-06-15 02:49:03] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?fields=virtual_networks HTTP/1.1" 200 1389 0.032298 10.0.0.65 - - [2026-06-15 02:49:05] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001158 10.0.0.23 - - [2026-06-15 02:49:05] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.036654 10.0.0.65 - - [2026-06-15 02:49:05] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000828 10.0.0.23 - - [2026-06-15 02:49:05] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?fields=virtual_networks HTTP/1.1" 200 1389 0.040286 10.0.0.65 - - [2026-06-15 02:49:07] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001121 10.0.0.23 - - [2026-06-15 02:49:07] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.042294 10.0.0.65 - - [2026-06-15 02:49:07] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001897 10.0.0.23 - - [2026-06-15 02:49:07] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?fields=virtual_networks HTTP/1.1" 200 1389 0.032505 10.0.0.65 - - [2026-06-15 02:49:09] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000813 10.0.0.23 - - [2026-06-15 02:49:09] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.039080 10.0.0.65 - - [2026-06-15 02:49:09] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001359 10.0.0.23 - - [2026-06-15 02:49:09] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?fields=virtual_networks HTTP/1.1" 200 1389 0.044453 10.0.0.65 - - [2026-06-15 02:49:11] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001015 10.0.0.23 - - [2026-06-15 02:49:11] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.036523 10.0.0.65 - - [2026-06-15 02:49:11] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000798 10.0.0.23 - - [2026-06-15 02:49:11] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?fields=virtual_networks HTTP/1.1" 200 1389 0.080670 10.0.0.65 - - [2026-06-15 02:49:13] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001223 10.0.0.23 - - [2026-06-15 02:49:13] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.041303 10.0.0.65 - - [2026-06-15 02:49:13] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001140 10.0.0.23 - - [2026-06-15 02:49:13] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?fields=virtual_networks HTTP/1.1" 200 1389 0.042290 10.0.0.65 - - [2026-06-15 02:49:16] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.023424 10.0.0.23 - - [2026-06-15 02:49:16] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.062466 10.0.0.65 - - [2026-06-15 02:49:16] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000932 10.0.0.23 - - [2026-06-15 02:49:16] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?fields=virtual_networks HTTP/1.1" 200 1389 0.054974 10.0.0.65 - - [2026-06-15 02:49:18] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000891 10.0.0.23 - - [2026-06-15 02:49:18] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.046679 10.0.0.65 - - [2026-06-15 02:49:18] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002058 10.0.0.23 - - [2026-06-15 02:49:18] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?fields=virtual_networks HTTP/1.1" 200 1389 0.044058 10.0.0.65 - - [2026-06-15 02:49:20] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000837 10.0.0.23 - - [2026-06-15 02:49:20] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.043036 10.0.0.65 - - [2026-06-15 02:49:20] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000989 10.0.0.23 - - [2026-06-15 02:49:20] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?fields=virtual_networks HTTP/1.1" 200 1389 0.039765 10.0.0.65 - - [2026-06-15 02:49:22] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001155 10.0.0.23 - - [2026-06-15 02:49:22] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.037869 10.0.0.65 - - [2026-06-15 02:49:22] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000959 10.0.0.23 - - [2026-06-15 02:49:22] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?fields=virtual_networks HTTP/1.1" 200 1389 0.033665 10.0.0.65 - - [2026-06-15 02:49:24] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000878 10.0.0.23 - - [2026-06-15 02:49:24] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.042423 10.0.0.65 - - [2026-06-15 02:49:24] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000867 10.0.0.23 - - [2026-06-15 02:49:24] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?fields=virtual_networks HTTP/1.1" 200 1389 0.049063 10.0.0.65 - - [2026-06-15 02:49:26] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000948 10.0.0.23 - - [2026-06-15 02:49:26] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.037923 10.0.0.65 - - [2026-06-15 02:49:26] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000820 10.0.0.23 - - [2026-06-15 02:49:26] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?fields=virtual_networks HTTP/1.1" 200 1389 0.032299 10.0.0.65 - - [2026-06-15 02:49:28] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000865 10.0.0.23 - - [2026-06-15 02:49:28] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.038944 10.0.0.65 - - [2026-06-15 02:49:28] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000833 10.0.0.23 - - [2026-06-15 02:49:28] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?fields=virtual_networks HTTP/1.1" 200 1389 0.033115 10.0.0.65 - - [2026-06-15 02:49:30] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001128 10.0.0.23 - - [2026-06-15 02:49:30] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.040523 10.0.0.65 - - [2026-06-15 02:49:30] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001153 10.0.0.23 - - [2026-06-15 02:49:31] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?fields=virtual_networks HTTP/1.1" 200 1389 0.051604 10.0.0.65 - - [2026-06-15 02:49:33] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001426 10.0.0.23 - - [2026-06-15 02:49:33] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.041872 10.0.0.65 - - [2026-06-15 02:49:33] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000869 10.0.0.23 - - [2026-06-15 02:49:33] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?fields=virtual_networks HTTP/1.1" 200 1389 0.037621 10.0.0.65 - - [2026-06-15 02:49:35] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000868 10.0.0.23 - - [2026-06-15 02:49:35] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.035922 10.0.0.65 - - [2026-06-15 02:49:35] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000827 10.0.0.23 - - [2026-06-15 02:49:35] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?fields=virtual_networks HTTP/1.1" 200 1389 0.047773 10.0.0.65 - - [2026-06-15 02:49:37] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001280 10.0.0.23 - - [2026-06-15 02:49:37] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.045280 10.0.0.65 - - [2026-06-15 02:49:37] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000903 10.0.0.23 - - [2026-06-15 02:49:37] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?fields=virtual_networks HTTP/1.1" 200 1389 0.055404 10.0.0.65 - - [2026-06-15 02:49:39] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001566 10.0.0.23 - - [2026-06-15 02:49:39] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.043939 10.0.0.65 - - [2026-06-15 02:49:39] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000853 10.0.0.23 - - [2026-06-15 02:49:39] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?fields=virtual_networks HTTP/1.1" 200 1389 0.046542 10.0.0.33 - - [2026-06-15 02:49:39] "GET /obj-perms HTTP/1.1" 200 4493 0.038578 10.0.0.65 - - [2026-06-15 02:49:41] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001172 10.0.0.23 - - [2026-06-15 02:49:41] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.045688 10.0.0.65 - - [2026-06-15 02:49:41] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000807 10.0.0.23 - - [2026-06-15 02:49:41] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?fields=virtual_networks HTTP/1.1" 200 1389 0.043180 10.0.0.65 - - [2026-06-15 02:49:43] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000807 10.0.0.23 - - [2026-06-15 02:49:43] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.038473 10.0.0.65 - - [2026-06-15 02:49:43] "GET /projects?obj_uuids=3b345eea-bb59-4a96-912e-3119786a10b5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000914 10.0.0.23 - - [2026-06-15 02:49:43] "GET /project/3b345eea-bb59-4a96-912e-3119786a10b5?fields=virtual_networks HTTP/1.1" 200 1389 0.039032 10.0.0.23 - - [2026-06-15 02:49:44] "POST /fqname-to-id HTTP/1.1" 404 218 0.028080 10.0.0.65 - - [2026-06-15 02:49:44] "GET /projects?obj_uuids=a5def18e-1f34-4535-af2c-635e97693bc2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003834 10.0.0.65 - - [2026-06-15 02:49:44] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000850 10.0.0.65 - - [2026-06-15 02:49:44] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006094 10.0.0.65 - - [2026-06-15 02:49:44] "POST /id-to-fqname HTTP/1.1" 200 221 0.003808 10.0.0.65 - - [2026-06-15 02:49:44] "POST /fqname-to-id HTTP/1.1" 404 232 0.004534 10.0.0.65 - - [2026-06-15 02:49:44] "POST /security-groups HTTP/1.1" 200 621 0.035736 10.0.0.65 - - [2026-06-15 02:49:44] "POST /projects HTTP/1.1" 200 645 0.257191 10.0.0.65 - - [2026-06-15 02:49:44] "POST /fqname-to-id HTTP/1.1" 404 264 0.029906 10.0.0.65 - - [2026-06-15 02:49:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.326332 10.0.0.65 - - [2026-06-15 02:49:44] "POST /access-control-lists HTTP/1.1" 200 624 0.028868 10.0.0.23 - - [2026-06-15 02:49:44] "GET /project/a5def18e-1f34-4535-af2c-635e97693bc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.488663 10.0.0.23 - - [2026-06-15 02:49:45] "GET / HTTP/1.1" 200 35931 0.001877 10.0.0.23 - - [2026-06-15 02:49:47] "POST /neutron/network HTTP/1.1" 200 1123 0.006473 10.0.0.23 - - [2026-06-15 02:49:47] "POST /neutron/subnet HTTP/1.1" 200 1385 0.012503 10.0.0.23 - - [2026-06-15 02:49:47] "POST /neutron/network HTTP/1.1" 200 1113 0.010517 10.0.0.23 - - [2026-06-15 02:49:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000520 10.0.0.23 - - [2026-06-15 02:49:47] "POST /fqname-to-id HTTP/1.1" 404 254 0.052228 10.0.0.23 - - [2026-06-15 02:49:47] "POST /security-groups HTTP/1.1" 200 595 0.034097 10.0.0.23 - - [2026-06-15 02:49:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005943 10.0.0.65 - - [2026-06-15 02:49:48] "POST /fqname-to-id HTTP/1.1" 404 285 0.017845 10.0.0.23 - - [2026-06-15 02:49:48] "GET /security-group/2e5618fc-8657-4d9d-b9ae-4806e07efac1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.009061 10.0.0.23 - - [2026-06-15 02:49:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004586 10.0.0.23 - - [2026-06-15 02:49:48] "GET /security-group/2e5618fc-8657-4d9d-b9ae-4806e07efac1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.011509 10.0.0.23 - - [2026-06-15 02:49:48] "DELETE /security-group/2e5618fc-8657-4d9d-b9ae-4806e07efac1 HTTP/1.1" 200 115 0.049746 10.0.0.23 - - [2026-06-15 02:49:48] "POST /fqname-to-id HTTP/1.1" 404 254 0.002949 10.0.0.65 - - [2026-06-15 02:49:48] "DELETE /access-control-list/278c8ef5-eedb-4fd1-b7e4-8cc68d0aa651 HTTP/1.1" 200 115 0.032506 10.0.0.23 - - [2026-06-15 02:49:49] "POST /fqname-to-id HTTP/1.1" 404 254 0.002891 10.0.0.23 - - [2026-06-15 02:49:49] "POST /security-groups HTTP/1.1" 200 595 0.030509 10.0.0.23 - - [2026-06-15 02:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.008797 10.0.0.65 - - [2026-06-15 02:49:49] "POST /fqname-to-id HTTP/1.1" 404 285 0.007451 10.0.0.23 - - [2026-06-15 02:49:49] "GET /security-group/df0edb08-a0f2-4bf3-bf26-a7b1f1f9e490?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.025506 10.0.0.23 - - [2026-06-15 02:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.23 - - [2026-06-15 02:49:49] "GET /security-group/df0edb08-a0f2-4bf3-bf26-a7b1f1f9e490?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.003904 10.0.0.23 - - [2026-06-15 02:49:49] "GET /security-group/df0edb08-a0f2-4bf3-bf26-a7b1f1f9e490?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.004369 10.0.0.23 - - [2026-06-15 02:49:49] "PUT /security-group/df0edb08-a0f2-4bf3-bf26-a7b1f1f9e490 HTTP/1.1" 200 262 0.016721 10.0.0.23 - - [2026-06-15 02:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005236 10.0.0.65 - - [2026-06-15 02:49:49] "PUT /access-control-list/f344e86f-3dd8-4c3f-8b36-23fbe3031333 HTTP/1.1" 200 272 0.017708 10.0.0.65 - - [2026-06-15 02:49:49] "GET /projects?obj_uuids=a5def18e-1f34-4535-af2c-635e97693bc2&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001241 10.0.0.23 - - [2026-06-15 02:49:49] "GET /project/a5def18e-1f34-4535-af2c-635e97693bc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.039332 10.0.0.65 - - [2026-06-15 02:49:50] "POST /useragent-kv HTTP/1.1" 200 115 0.005964 10.0.0.23 - - [2026-06-15 02:49:50] "POST /neutron/subnet HTTP/1.1" 200 720 0.204369 10.0.0.23 - - [2026-06-15 02:49:50] "POST /id-to-fqname HTTP/1.1" 200 300 0.001527 10.0.0.23 - - [2026-06-15 02:49:50] "GET /virtual-network/a6f84c4a-c669-408d-ac9c-f35f43b8b467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.006547 10.0.0.23 - - [2026-06-15 02:49:50] "GET /virtual-network/a6f84c4a-c669-408d-ac9c-f35f43b8b467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.005033 10.0.0.23 - - [2026-06-15 02:49:50] "POST /neutron/network HTTP/1.1" 200 953 0.006394 10.0.0.23 - - [2026-06-15 02:49:50] "GET /virtual-network/a6f84c4a-c669-408d-ac9c-f35f43b8b467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.012742 10.0.0.23 - - [2026-06-15 02:49:51] "GET /obj-perms HTTP/1.1" 200 4527 0.040010 10.0.0.65 - - [2026-06-15 02:49:51] "GET /obj-perms HTTP/1.1" 200 4527 0.040393 10.0.0.23 - - [2026-06-15 02:49:51] "POST /id-to-fqname HTTP/1.1" 200 300 0.001122 10.0.0.23 - - [2026-06-15 02:49:52] "POST /neutron/security_group HTTP/1.1" 200 1290 0.007776 10.0.0.65 - - [2026-06-15 02:49:52] "GET /projects?obj_uuids=a5def18e-1f34-4535-af2c-635e97693bc2&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001046 10.0.0.23 - - [2026-06-15 02:49:52] "GET /project/a5def18e-1f34-4535-af2c-635e97693bc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.081363 10.0.0.23 - - [2026-06-15 02:49:53] "POST /neutron/port HTTP/1.1" 200 2282 0.021156 10.0.0.23 - - [2026-06-15 02:49:53] "POST /id-to-fqname HTTP/1.1" 200 300 0.001112 10.0.0.23 - - [2026-06-15 02:49:53] "POST /neutron/security_group HTTP/1.1" 200 1290 0.006601 10.0.0.65 - - [2026-06-15 02:49:53] "GET /projects?obj_uuids=a5def18e-1f34-4535-af2c-635e97693bc2&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001030 10.0.0.23 - - [2026-06-15 02:49:54] "GET /project/a5def18e-1f34-4535-af2c-635e97693bc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.061482 10.0.0.23 - - [2026-06-15 02:49:54] "POST /neutron/port HTTP/1.1" 200 2282 0.027383 10.0.0.23 - - [2026-06-15 02:49:55] "POST /neutron/port HTTP/1.1" 200 1218 0.018610 10.0.0.65 - - [2026-06-15 02:49:57] "GET /projects?obj_uuids=a5def18e-1f34-4535-af2c-635e97693bc2&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000822 10.0.0.23 - - [2026-06-15 02:49:57] "POST /neutron/security_group HTTP/1.1" 200 3296 0.053290 10.0.0.23 - - [2026-06-15 02:49:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003009 10.0.0.23 - - [2026-06-15 02:49:57] "POST /neutron/port HTTP/1.1" 200 117 0.001045 10.0.0.23 - - [2026-06-15 02:49:57] "POST /neutron/port HTTP/1.1" 200 1089 0.015775 10.0.0.23 - - [2026-06-15 02:49:58] "POST /neutron/network HTTP/1.1" 200 963 0.006182 10.0.0.23 - - [2026-06-15 02:49:58] "POST /neutron/port HTTP/1.1" 200 1089 0.016746 10.0.0.23 - - [2026-06-15 02:49:58] "POST /neutron/port HTTP/1.1" 200 1154 0.017046 10.0.0.23 - - [2026-06-15 02:49:58] "POST /neutron/port HTTP/1.1" 200 117 0.001032 10.0.0.23 - - [2026-06-15 02:49:59] "POST /neutron/security_group HTTP/1.1" 200 1290 0.007578 10.0.0.23 - - [2026-06-15 02:49:59] "POST /neutron/subnet HTTP/1.1" 200 694 0.008653 10.0.0.23 - - [2026-06-15 02:50:04] "POST /neutron/port HTTP/1.1" 200 1154 0.014809 10.0.0.23 - - [2026-06-15 02:50:04] "POST /neutron/security_group HTTP/1.1" 200 1290 0.006449 10.0.0.23 - - [2026-06-15 02:50:04] "POST /neutron/port HTTP/1.1" 200 1154 0.017342 10.0.0.23 - - [2026-06-15 02:50:04] "GET /virtual-machine/a44a1d80-8100-4ba4-89db-942a93c987ae HTTP/1.1" 401 292 0.000376 10.0.0.23 - - [2026-06-15 02:50:05] "GET /virtual-machine/a44a1d80-8100-4ba4-89db-942a93c987ae HTTP/1.1" 200 1322 0.026800 10.0.0.23 - - [2026-06-15 02:50:05] "GET /virtual-machine/a44a1d80-8100-4ba4-89db-942a93c987ae HTTP/1.1" 200 1322 0.003375 10.0.0.23 - - [2026-06-15 02:50:05] "GET /virtual-machine-interface/6fd9a77b-046f-43dd-8fcc-d1c311e59d0d HTTP/1.1" 200 3262 0.004530 10.0.0.23 - - [2026-06-15 02:50:05] "GET /virtual-machine/a44a1d80-8100-4ba4-89db-942a93c987ae HTTP/1.1" 200 1322 0.003677 10.0.0.23 - - [2026-06-15 02:50:05] "GET /virtual-machine-interface/6fd9a77b-046f-43dd-8fcc-d1c311e59d0d HTTP/1.1" 200 3262 0.004964 10.0.0.23 - - [2026-06-15 02:50:05] "GET /instance-ip/eea57584-bef3-42c5-b174-072b8072a514 HTTP/1.1" 200 1730 0.005610 10.0.0.23 - - [2026-06-15 02:50:05] "GET /virtual-machine/a44a1d80-8100-4ba4-89db-942a93c987ae HTTP/1.1" 200 1322 0.003329 10.0.0.23 - - [2026-06-15 02:50:05] "GET /virtual-machine-interface/6fd9a77b-046f-43dd-8fcc-d1c311e59d0d HTTP/1.1" 200 3262 0.005879 10.0.0.23 - - [2026-06-15 02:50:05] "GET /instance-ip/eea57584-bef3-42c5-b174-072b8072a514 HTTP/1.1" 200 1730 0.003890 10.0.0.23 - - [2026-06-15 02:50:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.23 - - [2026-06-15 02:50:05] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002976 10.0.0.23 - - [2026-06-15 02:50:05] "GET /virtual-networks?parent_id=a5def18e-1f34-4535-af2c-635e97693bc2&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002914 10.0.0.23 - - [2026-06-15 02:50:05] "GET /virtual-network/a6f84c4a-c669-408d-ac9c-f35f43b8b467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.006197 10.0.0.23 - - [2026-06-15 02:50:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.23 - - [2026-06-15 02:50:05] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003921 10.0.0.23 - - [2026-06-15 02:50:05] "GET /virtual-networks?parent_id=a5def18e-1f34-4535-af2c-635e97693bc2&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003418 10.0.0.23 - - [2026-06-15 02:50:05] "GET /virtual-network/a6f84c4a-c669-408d-ac9c-f35f43b8b467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.005235 10.0.0.23 - - [2026-06-15 02:50:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.23 - - [2026-06-15 02:50:05] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004955 10.0.0.23 - - [2026-06-15 02:50:05] "GET /virtual-networks?parent_id=a5def18e-1f34-4535-af2c-635e97693bc2&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003166 10.0.0.23 - - [2026-06-15 02:50:05] "GET /virtual-network/a6f84c4a-c669-408d-ac9c-f35f43b8b467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.007319 10.0.0.23 - - [2026-06-15 02:50:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.23 - - [2026-06-15 02:50:05] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006010 10.0.0.23 - - [2026-06-15 02:50:05] "GET /virtual-networks?parent_id=a5def18e-1f34-4535-af2c-635e97693bc2&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002941 10.0.0.23 - - [2026-06-15 02:50:05] "GET /virtual-network/a6f84c4a-c669-408d-ac9c-f35f43b8b467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.006781 10.0.0.23 - - [2026-06-15 02:50:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.23 - - [2026-06-15 02:50:05] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004314 10.0.0.23 - - [2026-06-15 02:50:05] "GET /virtual-networks?parent_id=a5def18e-1f34-4535-af2c-635e97693bc2&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002994 10.0.0.23 - - [2026-06-15 02:50:05] "GET /virtual-network/a6f84c4a-c669-408d-ac9c-f35f43b8b467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.005511 10.0.0.23 - - [2026-06-15 02:50:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.23 - - [2026-06-15 02:50:05] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005827 10.0.0.23 - - [2026-06-15 02:50:05] "GET /virtual-networks?parent_id=a5def18e-1f34-4535-af2c-635e97693bc2&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003128 10.0.0.23 - - [2026-06-15 02:50:05] "GET /virtual-network/a6f84c4a-c669-408d-ac9c-f35f43b8b467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.005301 10.0.0.23 - - [2026-06-15 02:50:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.23 - - [2026-06-15 02:50:06] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003896 10.0.0.23 - - [2026-06-15 02:50:06] "GET /virtual-networks?parent_id=a5def18e-1f34-4535-af2c-635e97693bc2&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003098 10.0.0.23 - - [2026-06-15 02:50:06] "GET /virtual-network/a6f84c4a-c669-408d-ac9c-f35f43b8b467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.007397 10.0.0.65 - - [2026-06-15 02:50:08] "DELETE /project/a5def18e1f344535af2c635e97693bc2 HTTP/1.1" 404 173 0.002665 10.0.0.23 - - [2026-06-15 02:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.23 - - [2026-06-15 02:50:09] "GET /virtual-network/a6f84c4a-c669-408d-ac9c-f35f43b8b467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.005732 10.0.0.23 - - [2026-06-15 02:50:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.23 - - [2026-06-15 02:50:13] "GET /virtual-network/a6f84c4a-c669-408d-ac9c-f35f43b8b467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.005180 10.0.0.23 - - [2026-06-15 02:50:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004283 10.0.0.23 - - [2026-06-15 02:50:17] "GET /virtual-network/a6f84c4a-c669-408d-ac9c-f35f43b8b467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.005367 10.0.0.23 - - [2026-06-15 02:50:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.23 - - [2026-06-15 02:50:21] "GET /virtual-network/a6f84c4a-c669-408d-ac9c-f35f43b8b467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.004959 10.0.0.23 - - [2026-06-15 02:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.23 - - [2026-06-15 02:50:25] "GET /virtual-network/a6f84c4a-c669-408d-ac9c-f35f43b8b467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.005028 10.0.0.23 - - [2026-06-15 02:50:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.23 - - [2026-06-15 02:50:29] "GET /virtual-network/a6f84c4a-c669-408d-ac9c-f35f43b8b467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.005166 10.0.0.23 - - [2026-06-15 02:50:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004576 10.0.0.23 - - [2026-06-15 02:50:31] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003191 10.0.0.23 - - [2026-06-15 02:50:31] "GET /virtual-networks?parent_id=a5def18e-1f34-4535-af2c-635e97693bc2&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002933 10.0.0.23 - - [2026-06-15 02:50:31] "GET /virtual-network/a6f84c4a-c669-408d-ac9c-f35f43b8b467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.005249 10.0.0.23 - - [2026-06-15 02:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.23 - - [2026-06-15 02:50:32] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003008 10.0.0.23 - - [2026-06-15 02:50:32] "GET /virtual-networks?parent_id=a5def18e-1f34-4535-af2c-635e97693bc2&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002703 10.0.0.23 - - [2026-06-15 02:50:32] "GET /virtual-network/a6f84c4a-c669-408d-ac9c-f35f43b8b467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.005557 10.0.0.23 - - [2026-06-15 02:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002514 10.0.0.23 - - [2026-06-15 02:50:32] "GET /routing-instance/97ca2b20-f2c8-421c-a1ae-57bf90064908?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004305 10.0.0.23 - - [2026-06-15 02:50:32] "GET /route-target/93395ea3-28ec-41c9-b681-709e14a355f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003734 10.0.0.23 - - [2026-06-15 02:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.23 - - [2026-06-15 02:50:32] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003881 10.0.0.23 - - [2026-06-15 02:50:32] "GET /virtual-networks?parent_id=a5def18e-1f34-4535-af2c-635e97693bc2&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003113 10.0.0.23 - - [2026-06-15 02:50:32] "GET /virtual-network/a6f84c4a-c669-408d-ac9c-f35f43b8b467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.005197 10.0.0.23 - - [2026-06-15 02:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.23 - - [2026-06-15 02:50:32] "GET /routing-instance/97ca2b20-f2c8-421c-a1ae-57bf90064908?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004391 10.0.0.23 - - [2026-06-15 02:50:32] "GET /route-target/93395ea3-28ec-41c9-b681-709e14a355f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003127 10.0.0.23 - - [2026-06-15 02:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.23 - - [2026-06-15 02:50:32] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004032 10.0.0.23 - - [2026-06-15 02:50:32] "GET /virtual-networks?parent_id=a5def18e-1f34-4535-af2c-635e97693bc2&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002929 10.0.0.23 - - [2026-06-15 02:50:32] "GET /virtual-network/a6f84c4a-c669-408d-ac9c-f35f43b8b467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.005515 10.0.0.23 - - [2026-06-15 02:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.23 - - [2026-06-15 02:50:32] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003617 10.0.0.23 - - [2026-06-15 02:50:32] "GET /virtual-networks?parent_id=a5def18e-1f34-4535-af2c-635e97693bc2&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002923 10.0.0.23 - - [2026-06-15 02:50:32] "GET /virtual-network/a6f84c4a-c669-408d-ac9c-f35f43b8b467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.007136 10.0.0.23 - - [2026-06-15 02:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.23 - - [2026-06-15 02:50:32] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004272 10.0.0.23 - - [2026-06-15 02:50:32] "GET /virtual-networks?parent_id=a5def18e-1f34-4535-af2c-635e97693bc2&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003110 10.0.0.23 - - [2026-06-15 02:50:32] "GET /virtual-network/a6f84c4a-c669-408d-ac9c-f35f43b8b467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.005774 10.0.0.23 - - [2026-06-15 02:50:33] "GET /obj-perms HTTP/1.1" 200 4527 0.003768 10.0.0.65 - - [2026-06-15 02:50:33] "GET /obj-perms HTTP/1.1" 200 4527 0.003492 10.0.0.23 - - [2026-06-15 02:50:33] "GET /obj-perms HTTP/1.1" 200 4527 0.009607 10.0.0.65 - - [2026-06-15 02:50:33] "GET /obj-perms HTTP/1.1" 200 4527 0.004634 10.0.0.23 - - [2026-06-15 02:50:33] "GET /virtual-machine/a44a1d80-8100-4ba4-89db-942a93c987ae HTTP/1.1" 200 1322 0.004814 10.0.0.23 - - [2026-06-15 02:50:33] "GET /virtual-machine-interface/6fd9a77b-046f-43dd-8fcc-d1c311e59d0d HTTP/1.1" 200 3262 0.006519 10.0.0.23 - - [2026-06-15 02:50:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004507 10.0.0.23 - - [2026-06-15 02:50:33] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005207 10.0.0.23 - - [2026-06-15 02:50:33] "GET /virtual-networks?parent_id=a5def18e-1f34-4535-af2c-635e97693bc2&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003143 10.0.0.23 - - [2026-06-15 02:50:33] "GET /virtual-network/a6f84c4a-c669-408d-ac9c-f35f43b8b467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.006980 10.0.0.23 - - [2026-06-15 02:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.23 - - [2026-06-15 02:50:34] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004651 10.0.0.23 - - [2026-06-15 02:50:34] "GET /virtual-networks?parent_id=a5def18e-1f34-4535-af2c-635e97693bc2&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004642 10.0.0.23 - - [2026-06-15 02:50:34] "GET /virtual-network/a6f84c4a-c669-408d-ac9c-f35f43b8b467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.008132 10.0.0.23 - - [2026-06-15 02:50:34] "POST /neutron/security_group HTTP/1.1" 200 1290 0.008256 10.0.0.23 - - [2026-06-15 02:50:39] "POST /neutron/port HTTP/1.1" 200 1154 0.018595 10.0.0.23 - - [2026-06-15 02:50:43] "POST /neutron/security_group HTTP/1.1" 200 1290 0.007921 10.0.0.23 - - [2026-06-15 02:50:45] "POST /neutron/port HTTP/1.1" 200 1154 0.016672 10.0.0.23 - - [2026-06-15 02:50:45] "POST /neutron/security_group HTTP/1.1" 200 1290 0.006293 10.0.0.23 - - [2026-06-15 02:50:45] "GET /virtual-machine/da5e9c34-52f9-4ccd-9de9-fc81bb5bc382 HTTP/1.1" 200 1323 0.005328 10.0.0.23 - - [2026-06-15 02:50:45] "GET /virtual-machine/da5e9c34-52f9-4ccd-9de9-fc81bb5bc382 HTTP/1.1" 200 1323 0.003622 10.0.0.23 - - [2026-06-15 02:50:45] "GET /virtual-machine-interface/404dfc6a-e56f-4d1a-9040-e2a7aad44d86 HTTP/1.1" 200 3262 0.004902 10.0.0.23 - - [2026-06-15 02:50:45] "GET /virtual-machine/da5e9c34-52f9-4ccd-9de9-fc81bb5bc382 HTTP/1.1" 200 1323 0.003343 10.0.0.23 - - [2026-06-15 02:50:45] "GET /virtual-machine-interface/404dfc6a-e56f-4d1a-9040-e2a7aad44d86 HTTP/1.1" 200 3262 0.005170 10.0.0.23 - - [2026-06-15 02:50:45] "GET /instance-ip/86463085-2523-4f4e-9f44-a3fd7d51f251 HTTP/1.1" 200 1729 0.005268 10.0.0.23 - - [2026-06-15 02:50:45] "GET /virtual-machine/da5e9c34-52f9-4ccd-9de9-fc81bb5bc382 HTTP/1.1" 200 1323 0.003135 10.0.0.23 - - [2026-06-15 02:50:45] "GET /virtual-machine-interface/404dfc6a-e56f-4d1a-9040-e2a7aad44d86 HTTP/1.1" 200 3262 0.005863 10.0.0.23 - - [2026-06-15 02:50:45] "GET /instance-ip/86463085-2523-4f4e-9f44-a3fd7d51f251 HTTP/1.1" 200 1729 0.013726 10.0.0.23 - - [2026-06-15 02:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.23 - - [2026-06-15 02:50:45] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003315 10.0.0.23 - - [2026-06-15 02:50:45] "GET /virtual-networks?parent_id=a5def18e-1f34-4535-af2c-635e97693bc2&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002630 10.0.0.23 - - [2026-06-15 02:50:45] "GET /virtual-network/a6f84c4a-c669-408d-ac9c-f35f43b8b467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.007740 10.0.0.23 - - [2026-06-15 02:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.23 - - [2026-06-15 02:50:45] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004097 10.0.0.23 - - [2026-06-15 02:50:45] "GET /virtual-networks?parent_id=a5def18e-1f34-4535-af2c-635e97693bc2&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002861 10.0.0.23 - - [2026-06-15 02:50:45] "GET /virtual-network/a6f84c4a-c669-408d-ac9c-f35f43b8b467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.005374 10.0.0.23 - - [2026-06-15 02:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.23 - - [2026-06-15 02:50:45] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004743 10.0.0.23 - - [2026-06-15 02:50:45] "GET /virtual-networks?parent_id=a5def18e-1f34-4535-af2c-635e97693bc2&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002834 10.0.0.23 - - [2026-06-15 02:50:45] "GET /virtual-network/a6f84c4a-c669-408d-ac9c-f35f43b8b467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.005221 10.0.0.23 - - [2026-06-15 02:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.23 - - [2026-06-15 02:50:45] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003373 10.0.0.23 - - [2026-06-15 02:50:45] "GET /virtual-networks?parent_id=a5def18e-1f34-4535-af2c-635e97693bc2&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003845 10.0.0.23 - - [2026-06-15 02:50:46] "GET /virtual-network/a6f84c4a-c669-408d-ac9c-f35f43b8b467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.005113 10.0.0.23 - - [2026-06-15 02:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.23 - - [2026-06-15 02:50:46] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003777 10.0.0.23 - - [2026-06-15 02:50:46] "GET /virtual-networks?parent_id=a5def18e-1f34-4535-af2c-635e97693bc2&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002776 10.0.0.23 - - [2026-06-15 02:50:46] "GET /virtual-network/a6f84c4a-c669-408d-ac9c-f35f43b8b467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.005476 10.0.0.23 - - [2026-06-15 02:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.23 - - [2026-06-15 02:50:46] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003740 10.0.0.23 - - [2026-06-15 02:50:46] "GET /virtual-networks?parent_id=a5def18e-1f34-4535-af2c-635e97693bc2&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002588 10.0.0.23 - - [2026-06-15 02:50:46] "GET /virtual-network/a6f84c4a-c669-408d-ac9c-f35f43b8b467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.005277 10.0.0.23 - - [2026-06-15 02:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.23 - - [2026-06-15 02:50:46] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003500 10.0.0.23 - - [2026-06-15 02:50:46] "GET /virtual-networks?parent_id=a5def18e-1f34-4535-af2c-635e97693bc2&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002691 10.0.0.23 - - [2026-06-15 02:50:46] "GET /virtual-network/a6f84c4a-c669-408d-ac9c-f35f43b8b467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.005501 10.0.0.23 - - [2026-06-15 02:50:46] "POST /neutron/port HTTP/1.1" 200 1218 0.025419 10.0.0.23 - - [2026-06-15 02:50:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.011773 10.0.0.23 - - [2026-06-15 02:50:47] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004372 10.0.0.23 - - [2026-06-15 02:50:47] "GET /virtual-networks?parent_id=a5def18e-1f34-4535-af2c-635e97693bc2&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.008794 10.0.0.23 - - [2026-06-15 02:50:47] "GET /virtual-network/a6f84c4a-c669-408d-ac9c-f35f43b8b467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.005610 10.0.0.23 - - [2026-06-15 02:50:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.23 - - [2026-06-15 02:50:47] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004959 10.0.0.23 - - [2026-06-15 02:50:47] "GET /virtual-networks?parent_id=a5def18e-1f34-4535-af2c-635e97693bc2&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002800 10.0.0.23 - - [2026-06-15 02:50:47] "GET /virtual-network/a6f84c4a-c669-408d-ac9c-f35f43b8b467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.005538 10.0.0.23 - - [2026-06-15 02:50:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.23 - - [2026-06-15 02:50:47] "GET /routing-instance/97ca2b20-f2c8-421c-a1ae-57bf90064908?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004015 10.0.0.23 - - [2026-06-15 02:50:47] "GET /route-target/93395ea3-28ec-41c9-b681-709e14a355f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002913 10.0.0.23 - - [2026-06-15 02:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.23 - - [2026-06-15 02:50:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003288 10.0.0.23 - - [2026-06-15 02:50:48] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002576 10.0.0.23 - - [2026-06-15 02:50:48] "GET /virtual-networks?parent_id=a5def18e-1f34-4535-af2c-635e97693bc2&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003724 10.0.0.23 - - [2026-06-15 02:50:48] "POST /neutron/port HTTP/1.1" 200 117 0.001212 10.0.0.23 - - [2026-06-15 02:50:48] "GET /virtual-network/a6f84c4a-c669-408d-ac9c-f35f43b8b467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.012149 10.0.0.23 - - [2026-06-15 02:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005195 10.0.0.23 - - [2026-06-15 02:50:48] "GET /routing-instance/97ca2b20-f2c8-421c-a1ae-57bf90064908?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004996 10.0.0.23 - - [2026-06-15 02:50:48] "GET /route-target/93395ea3-28ec-41c9-b681-709e14a355f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003175 10.0.0.23 - - [2026-06-15 02:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.23 - - [2026-06-15 02:50:48] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003898 10.0.0.23 - - [2026-06-15 02:50:48] "GET /virtual-networks?parent_id=a5def18e-1f34-4535-af2c-635e97693bc2&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003427 10.0.0.23 - - [2026-06-15 02:50:48] "GET /virtual-network/a6f84c4a-c669-408d-ac9c-f35f43b8b467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.005173 10.0.0.23 - - [2026-06-15 02:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.23 - - [2026-06-15 02:50:48] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004002 10.0.0.23 - - [2026-06-15 02:50:48] "GET /virtual-networks?parent_id=a5def18e-1f34-4535-af2c-635e97693bc2&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002687 10.0.0.23 - - [2026-06-15 02:50:48] "GET /virtual-network/a6f84c4a-c669-408d-ac9c-f35f43b8b467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.005536 10.0.0.23 - - [2026-06-15 02:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.23 - - [2026-06-15 02:50:48] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003441 10.0.0.23 - - [2026-06-15 02:50:48] "GET /virtual-networks?parent_id=a5def18e-1f34-4535-af2c-635e97693bc2&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003205 10.0.0.23 - - [2026-06-15 02:50:48] "GET /virtual-network/a6f84c4a-c669-408d-ac9c-f35f43b8b467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.005470 10.0.0.23 - - [2026-06-15 02:50:48] "GET /obj-perms HTTP/1.1" 200 4527 0.003653 10.0.0.65 - - [2026-06-15 02:50:48] "GET /obj-perms HTTP/1.1" 200 4527 0.003630 10.0.0.23 - - [2026-06-15 02:50:48] "GET /obj-perms HTTP/1.1" 200 4527 0.003798 10.0.0.23 - - [2026-06-15 02:50:48] "GET /obj-perms HTTP/1.1" 200 4527 0.003677 10.0.0.33 - - [2026-06-15 02:50:48] "GET /obj-perms HTTP/1.1" 200 4527 0.035160 10.0.0.23 - - [2026-06-15 02:50:49] "GET /virtual-machine/da5e9c34-52f9-4ccd-9de9-fc81bb5bc382 HTTP/1.1" 200 1323 0.005025 10.0.0.23 - - [2026-06-15 02:50:49] "GET /virtual-machine-interface/404dfc6a-e56f-4d1a-9040-e2a7aad44d86 HTTP/1.1" 200 3262 0.007210 10.0.0.23 - - [2026-06-15 02:50:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005046 10.0.0.23 - - [2026-06-15 02:50:49] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004592 10.0.0.23 - - [2026-06-15 02:50:49] "GET /virtual-networks?parent_id=a5def18e-1f34-4535-af2c-635e97693bc2&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003608 10.0.0.23 - - [2026-06-15 02:50:49] "GET /virtual-network/a6f84c4a-c669-408d-ac9c-f35f43b8b467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.007490 10.0.0.23 - - [2026-06-15 02:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.23 - - [2026-06-15 02:50:50] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003514 10.0.0.23 - - [2026-06-15 02:50:50] "GET /virtual-networks?parent_id=a5def18e-1f34-4535-af2c-635e97693bc2&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003103 10.0.0.23 - - [2026-06-15 02:50:50] "GET /virtual-network/a6f84c4a-c669-408d-ac9c-f35f43b8b467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.005897 10.0.0.23 - - [2026-06-15 02:50:50] "GET /virtual-machine/a44a1d80-8100-4ba4-89db-942a93c987ae HTTP/1.1" 200 1322 0.004333 10.0.0.23 - - [2026-06-15 02:50:50] "GET /virtual-machine-interface/6fd9a77b-046f-43dd-8fcc-d1c311e59d0d HTTP/1.1" 200 3262 0.006628 10.0.0.23 - - [2026-06-15 02:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.23 - - [2026-06-15 02:50:50] "GET /security-group/df0edb08-a0f2-4bf3-bf26-a7b1f1f9e490?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.003614 10.0.0.23 - - [2026-06-15 02:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.23 - - [2026-06-15 02:50:50] "GET /security-group/df0edb08-a0f2-4bf3-bf26-a7b1f1f9e490?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.004448 10.0.0.23 - - [2026-06-15 02:50:50] "POST /neutron/security_group HTTP/1.1" 200 1316 0.004221 10.0.0.23 - - [2026-06-15 02:50:50] "POST /neutron/port HTTP/1.1" 200 1143 0.013321 10.0.0.23 - - [2026-06-15 02:50:50] "GET /virtual-machine/a44a1d80-8100-4ba4-89db-942a93c987ae HTTP/1.1" 200 1322 0.003752 10.0.0.23 - - [2026-06-15 02:50:50] "GET /virtual-machine-interface/6fd9a77b-046f-43dd-8fcc-d1c311e59d0d HTTP/1.1" 200 3201 0.006786 10.0.0.23 - - [2026-06-15 02:50:50] "POST /neutron/security_group HTTP/1.1" 200 1290 0.007575 10.0.0.23 - - [2026-06-15 02:50:50] "POST /neutron/port HTTP/1.1" 200 1105 0.012682 10.0.0.23 - - [2026-06-15 02:50:50] "GET /virtual-machine/a44a1d80-8100-4ba4-89db-942a93c987ae HTTP/1.1" 200 1322 0.003855 10.0.0.23 - - [2026-06-15 02:50:51] "GET /virtual-machine-interface/6fd9a77b-046f-43dd-8fcc-d1c311e59d0d HTTP/1.1" 200 3262 0.008020 10.0.0.23 - - [2026-06-15 02:50:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.23 - - [2026-06-15 02:50:51] "GET /security-group/df0edb08-a0f2-4bf3-bf26-a7b1f1f9e490?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.004900 10.0.0.23 - - [2026-06-15 02:50:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.23 - - [2026-06-15 02:50:51] "GET /security-group/df0edb08-a0f2-4bf3-bf26-a7b1f1f9e490?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.003629 10.0.0.23 - - [2026-06-15 02:50:51] "DELETE /security-group/df0edb08-a0f2-4bf3-bf26-a7b1f1f9e490 HTTP/1.1" 409 336 0.007872 10.0.0.23 - - [2026-06-15 02:50:57] "POST /neutron/port HTTP/1.1" 200 1218 0.018807 10.0.0.23 - - [2026-06-15 02:50:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003479 10.0.0.23 - - [2026-06-15 02:50:58] "POST /neutron/port HTTP/1.1" 200 117 0.001055 10.0.0.65 - - [2026-06-15 02:51:41] "GET /obj-perms HTTP/1.1" 200 4493 0.037243 10.0.0.23 - - [2026-06-15 02:51:48] "POST /neutron/port HTTP/1.1" 200 1154 0.032606 10.0.0.23 - - [2026-06-15 02:51:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004842 10.0.0.23 - - [2026-06-15 02:51:49] "POST /neutron/network HTTP/1.1" 200 953 0.008931 10.0.0.23 - - [2026-06-15 02:51:57] "POST /neutron/network HTTP/1.1" 200 963 0.020962 10.0.0.23 - - [2026-06-15 02:51:57] "POST /neutron/port HTTP/1.1" 200 117 0.001046 10.0.0.23 - - [2026-06-15 02:52:30] "GET /security-group/df0edb08-a0f2-4bf3-bf26-a7b1f1f9e490?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.004311 10.0.0.23 - - [2026-06-15 02:52:30] "PUT /security-group/df0edb08-a0f2-4bf3-bf26-a7b1f1f9e490 HTTP/1.1" 200 262 0.014920 10.0.0.65 - - [2026-06-15 02:52:30] "PUT /access-control-list/ac878f4b-4e59-4cb2-b93c-774c0d308310 HTTP/1.1" 200 272 0.010432 10.0.0.23 - - [2026-06-15 02:52:32] "POST /neutron/port HTTP/1.1" 200 1154 0.016237 10.0.0.23 - - [2026-06-15 02:52:33] "POST /neutron/port HTTP/1.1" 200 1105 0.069207 10.0.0.23 - - [2026-06-15 02:52:33] "GET /virtual-machine/da5e9c34-52f9-4ccd-9de9-fc81bb5bc382 HTTP/1.1" 200 1323 0.004798 10.0.0.23 - - [2026-06-15 02:52:35] "GET /virtual-machine/da5e9c34-52f9-4ccd-9de9-fc81bb5bc382 HTTP/1.1" 200 1323 0.003211 10.0.0.23 - - [2026-06-15 02:52:35] "POST /neutron/port HTTP/1.1" 200 151 0.157987 10.0.0.23 - - [2026-06-15 02:52:37] "GET /virtual-machine/da5e9c34-52f9-4ccd-9de9-fc81bb5bc382 HTTP/1.1" 404 171 0.002650 10.0.0.23 - - [2026-06-15 02:52:37] "GET /virtual-machine/da5e9c34-52f9-4ccd-9de9-fc81bb5bc382 HTTP/1.1" 404 171 0.002450 10.0.0.23 - - [2026-06-15 02:52:37] "GET /virtual-machine/da5e9c34-52f9-4ccd-9de9-fc81bb5bc382 HTTP/1.1" 404 171 0.002869 10.0.0.23 - - [2026-06-15 02:52:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.23 - - [2026-06-15 02:52:37] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004142 10.0.0.23 - - [2026-06-15 02:52:37] "GET /virtual-networks?parent_id=a5def18e-1f34-4535-af2c-635e97693bc2&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002963 10.0.0.23 - - [2026-06-15 02:52:37] "GET /virtual-network/a6f84c4a-c669-408d-ac9c-f35f43b8b467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.005468 10.0.0.23 - - [2026-06-15 02:52:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.23 - - [2026-06-15 02:52:37] "GET /routing-instance/97ca2b20-f2c8-421c-a1ae-57bf90064908?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004158 10.0.0.23 - - [2026-06-15 02:52:37] "GET /route-target/93395ea3-28ec-41c9-b681-709e14a355f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005242 10.0.0.23 - - [2026-06-15 02:52:37] "GET /obj-perms HTTP/1.1" 200 4527 0.003403 10.0.0.23 - - [2026-06-15 02:52:37] "GET /obj-perms HTTP/1.1" 200 4527 0.003837 10.0.0.23 - - [2026-06-15 02:52:37] "POST /neutron/port HTTP/1.1" 200 1143 0.013744 10.0.0.23 - - [2026-06-15 02:52:38] "GET /virtual-machine/a44a1d80-8100-4ba4-89db-942a93c987ae HTTP/1.1" 200 1322 0.003913 10.0.0.23 - - [2026-06-15 02:52:40] "POST /neutron/port HTTP/1.1" 200 1115 0.021972 10.0.0.23 - - [2026-06-15 02:52:40] "GET /virtual-machine/a44a1d80-8100-4ba4-89db-942a93c987ae HTTP/1.1" 200 1322 0.006520 10.0.0.33 - - [2026-06-15 02:52:41] "GET /obj-perms HTTP/1.1" 200 4493 0.038918 10.0.0.23 - - [2026-06-15 02:52:42] "GET /virtual-machine/a44a1d80-8100-4ba4-89db-942a93c987ae HTTP/1.1" 404 171 0.003542 10.0.0.23 - - [2026-06-15 02:52:42] "GET /virtual-machine/a44a1d80-8100-4ba4-89db-942a93c987ae HTTP/1.1" 404 171 0.002900 10.0.0.23 - - [2026-06-15 02:52:42] "GET /virtual-machine/a44a1d80-8100-4ba4-89db-942a93c987ae HTTP/1.1" 404 171 0.002239 10.0.0.23 - - [2026-06-15 02:52:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.23 - - [2026-06-15 02:52:42] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003793 10.0.0.23 - - [2026-06-15 02:52:42] "GET /virtual-networks?parent_id=a5def18e-1f34-4535-af2c-635e97693bc2&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002740 10.0.0.23 - - [2026-06-15 02:52:42] "GET /virtual-network/a6f84c4a-c669-408d-ac9c-f35f43b8b467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.005493 10.0.0.23 - - [2026-06-15 02:52:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.23 - - [2026-06-15 02:52:42] "GET /routing-instance/97ca2b20-f2c8-421c-a1ae-57bf90064908?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004910 10.0.0.23 - - [2026-06-15 02:52:42] "GET /route-target/93395ea3-28ec-41c9-b681-709e14a355f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003677 10.0.0.23 - - [2026-06-15 02:52:45] "GET /obj-perms HTTP/1.1" 200 4527 0.004964 10.0.0.65 - - [2026-06-15 02:52:45] "GET /obj-perms HTTP/1.1" 200 4527 0.010534 10.0.0.23 - - [2026-06-15 02:52:49] "POST /neutron/port HTTP/1.1" 200 1218 0.019177 10.0.0.23 - - [2026-06-15 02:52:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004630 10.0.0.23 - - [2026-06-15 02:52:50] "POST /neutron/port HTTP/1.1" 200 117 0.001850 10.0.0.23 - - [2026-06-15 02:52:54] "GET /obj-perms HTTP/1.1" 200 4527 0.003744 10.0.0.65 - - [2026-06-15 02:52:54] "GET /obj-perms HTTP/1.1" 200 4527 0.003458 10.0.0.23 - - [2026-06-15 02:52:55] "POST /neutron/port HTTP/1.1" 200 1218 0.014840 10.0.0.23 - - [2026-06-15 02:52:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003933 10.0.0.23 - - [2026-06-15 02:52:57] "POST /neutron/port HTTP/1.1" 200 117 0.001055 10.0.0.23 - - [2026-06-15 02:53:04] "GET /obj-perms HTTP/1.1" 200 4527 0.003527 10.0.0.65 - - [2026-06-15 02:53:04] "GET /obj-perms HTTP/1.1" 200 4527 0.003548 10.0.0.23 - - [2026-06-15 02:53:07] "GET /obj-perms HTTP/1.1" 200 4527 0.003394 10.0.0.23 - - [2026-06-15 02:53:07] "POST /neutron/network HTTP/1.1" 200 953 0.007296 10.0.0.65 - - [2026-06-15 02:53:07] "DELETE /route-target/93395ea3-28ec-41c9-b681-709e14a355f8 HTTP/1.1" 200 115 0.023550 10.0.0.23 - - [2026-06-15 02:53:07] "DELETE /security-group/df0edb08-a0f2-4bf3-bf26-a7b1f1f9e490 HTTP/1.1" 200 115 0.040654 10.0.0.23 - - [2026-06-15 02:53:07] "POST /fqname-to-id HTTP/1.1" 404 254 0.003263 10.0.0.65 - - [2026-06-15 02:53:09] "GET /projects?obj_uuids=a5def18e-1f34-4535-af2c-635e97693bc2&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000904 10.0.0.23 - - [2026-06-15 02:53:09] "GET /project/a5def18e-1f34-4535-af2c-635e97693bc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.045124 10.0.0.65 - - [2026-06-15 02:53:09] "GET /projects?obj_uuids=a5def18e-1f34-4535-af2c-635e97693bc2&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000931 10.0.0.23 - - [2026-06-15 02:53:09] "GET /project/a5def18e-1f34-4535-af2c-635e97693bc2?fields=virtual_networks HTTP/1.1" 200 1092 0.035179 10.0.0.65 - - [2026-06-15 02:53:09] "GET /projects?obj_uuids=a5def18e-1f34-4535-af2c-635e97693bc2&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000920 10.0.0.23 - - [2026-06-15 02:53:09] "GET /project/a5def18e-1f34-4535-af2c-635e97693bc2?fields=virtual_machine_interfaces HTTP/1.1" 200 1092 0.043669 10.0.0.65 - - [2026-06-15 02:53:09] "GET /projects?obj_uuids=a5def18e-1f34-4535-af2c-635e97693bc2&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001195 10.0.0.23 - - [2026-06-15 02:53:09] "GET /project/a5def18e-1f34-4535-af2c-635e97693bc2?fields=security_groups HTTP/1.1" 200 1348 0.035019 10.0.0.23 - - [2026-06-15 02:53:10] "POST /fqname-to-id HTTP/1.1" 404 209 0.040342 10.0.0.65 - - [2026-06-15 02:53:10] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003666 10.0.0.65 - - [2026-06-15 02:53:10] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001143 10.0.0.65 - - [2026-06-15 02:53:10] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.048980 10.0.0.65 - - [2026-06-15 02:53:10] "POST /id-to-fqname HTTP/1.1" 200 212 0.012308 10.0.0.65 - - [2026-06-15 02:53:10] "POST /fqname-to-id HTTP/1.1" 404 222 0.003439 10.0.0.65 - - [2026-06-15 02:53:10] "POST /security-groups HTTP/1.1" 200 612 0.032099 10.0.0.65 - - [2026-06-15 02:53:10] "POST /fqname-to-id HTTP/1.1" 404 255 0.005592 10.0.0.65 - - [2026-06-15 02:53:10] "POST /projects HTTP/1.1" 200 627 0.255061 10.0.0.65 - - [2026-06-15 02:53:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.325893 10.0.0.65 - - [2026-06-15 02:53:10] "POST /access-control-lists HTTP/1.1" 200 615 0.032785 10.0.0.23 - - [2026-06-15 02:53:10] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.490405 10.0.0.23 - - [2026-06-15 02:53:11] "GET / HTTP/1.1" 200 35931 0.001840 10.0.0.23 - - [2026-06-15 02:53:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000406 10.0.0.23 - - [2026-06-15 02:53:13] "POST /fqname-to-id HTTP/1.1" 404 245 0.048013 10.0.0.65 - - [2026-06-15 02:53:14] "POST /fqname-to-id HTTP/1.1" 404 276 0.009600 10.0.0.65 - - [2026-06-15 02:53:14] "PUT /access-control-list/2af6d004-8ff5-4287-95ed-21c7718963e0 HTTP/1.1" 200 272 0.021860 10.0.0.65 - - [2026-06-15 02:53:14] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000863 10.0.0.23 - - [2026-06-15 02:53:14] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.066184 10.0.0.23 - - [2026-06-15 02:53:14] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.014673 10.0.0.23 - - [2026-06-15 02:53:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.23 - - [2026-06-15 02:53:14] "GET /security-group/85b4c4b5-a466-4f61-a7c6-543d6a0c1ecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.006194 10.0.0.65 - - [2026-06-15 02:53:14] "PUT /access-control-list/2af6d004-8ff5-4287-95ed-21c7718963e0 HTTP/1.1" 200 272 0.011659 10.0.0.23 - - [2026-06-15 02:53:15] "POST /neutron/security_group HTTP/1.1" 200 1005 0.003882 10.0.0.23 - - [2026-06-15 02:53:15] "POST /fqname-to-id HTTP/1.1" 404 245 0.002627 10.0.0.23 - - [2026-06-15 02:53:15] "POST /fqname-to-id HTTP/1.1" 404 245 0.003206 10.0.0.65 - - [2026-06-15 02:53:16] "POST /fqname-to-id HTTP/1.1" 404 277 0.005613 10.0.0.65 - - [2026-06-15 02:53:16] "POST /access-control-lists HTTP/1.1" 200 637 0.031271 10.0.0.65 - - [2026-06-15 02:53:16] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000824 10.0.0.23 - - [2026-06-15 02:53:16] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.047888 10.0.0.65 - - [2026-06-15 02:53:16] "PUT /access-control-list/c3d7a233-775e-4a4d-8a84-7351af1ea8cd HTTP/1.1" 200 272 0.015075 10.0.0.23 - - [2026-06-15 02:53:16] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.015265 10.0.0.23 - - [2026-06-15 02:53:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.23 - - [2026-06-15 02:53:16] "GET /security-group/aa84366a-20af-4c9b-b112-e547aec10ded?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.005010 10.0.0.65 - - [2026-06-15 02:53:17] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000801 10.0.0.23 - - [2026-06-15 02:53:17] "POST /neutron/security_group_rule HTTP/1.1" 200 2191 0.048859 10.0.0.65 - - [2026-06-15 02:53:17] "PUT /access-control-list/c3d7a233-775e-4a4d-8a84-7351af1ea8cd HTTP/1.1" 200 272 0.024528 10.0.0.23 - - [2026-06-15 02:53:17] "POST /neutron/security_group_rule HTTP/1.1" 200 583 0.179780 10.0.0.23 - - [2026-06-15 02:53:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.65 - - [2026-06-15 02:53:17] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000782 10.0.0.23 - - [2026-06-15 02:53:17] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.051523 10.0.0.65 - - [2026-06-15 02:53:17] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000819 10.0.0.23 - - [2026-06-15 02:53:18] "POST /neutron/network HTTP/1.1" 200 708 0.166044 10.0.0.65 - - [2026-06-15 02:53:18] "POST /route-targets HTTP/1.1" 200 327 0.013222 10.0.0.23 - - [2026-06-15 02:53:18] "POST /id-to-fqname HTTP/1.1" 200 282 0.003323 10.0.0.23 - - [2026-06-15 02:53:18] "GET /virtual-network/04db7443-18e0-45ac-b120-6e1b6b4564e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006377 10.0.0.23 - - [2026-06-15 02:53:18] "POST /neutron/network HTTP/1.1" 200 928 0.007371 10.0.0.23 - - [2026-06-15 02:53:18] "GET /virtual-network/04db7443-18e0-45ac-b120-6e1b6b4564e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.005767 10.0.0.23 - - [2026-06-15 02:53:18] "GET /virtual-network/04db7443-18e0-45ac-b120-6e1b6b4564e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006398 10.0.0.65 - - [2026-06-15 02:53:19] "GET /obj-perms HTTP/1.1" 200 4509 0.038194 10.0.0.23 - - [2026-06-15 02:53:19] "POST /id-to-fqname HTTP/1.1" 200 282 0.001326 10.0.0.23 - - [2026-06-15 02:53:19] "POST /neutron/port HTTP/1.1" 200 2282 0.018989 10.0.0.65 - - [2026-06-15 02:53:20] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000907 10.0.0.23 - - [2026-06-15 02:53:20] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.060514 10.0.0.23 - - [2026-06-15 02:53:20] "POST /neutron/network HTTP/1.1" 200 928 0.034354 10.0.0.23 - - [2026-06-15 02:53:21] "POST /id-to-fqname HTTP/1.1" 200 282 0.001129 10.0.0.23 - - [2026-06-15 02:53:21] "POST /neutron/port HTTP/1.1" 200 2282 0.020690 10.0.0.65 - - [2026-06-15 02:53:21] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001272 10.0.0.23 - - [2026-06-15 02:53:22] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.069643 10.0.0.23 - - [2026-06-15 02:53:22] "POST /neutron/network HTTP/1.1" 200 928 0.005688 10.0.0.23 - - [2026-06-15 02:53:22] "POST /neutron/port HTTP/1.1" 200 117 0.006706 10.0.0.65 - - [2026-06-15 02:53:25] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000895 10.0.0.23 - - [2026-06-15 02:53:25] "POST /neutron/port HTTP/1.1" 200 1082 0.333972 10.0.0.23 - - [2026-06-15 02:53:25] "POST /neutron/port HTTP/1.1" 200 1136 0.113762 10.0.0.65 - - [2026-06-15 02:53:26] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000835 10.0.0.23 - - [2026-06-15 02:53:26] "POST /neutron/port HTTP/1.1" 200 1082 0.252548 10.0.0.23 - - [2026-06-15 02:53:26] "POST /neutron/port HTTP/1.1" 200 1136 0.100248 10.0.0.23 - - [2026-06-15 02:53:26] "POST /neutron/subnet HTTP/1.1" 200 703 0.007890 10.0.0.23 - - [2026-06-15 02:53:27] "POST /neutron/port HTTP/1.1" 200 1146 0.018530 10.0.0.23 - - [2026-06-15 02:53:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003489 10.0.0.23 - - [2026-06-15 02:53:27] "POST /neutron/network HTTP/1.1" 200 928 0.005844 10.0.0.23 - - [2026-06-15 02:53:32] "POST /neutron/port HTTP/1.1" 200 1146 0.021975 10.0.0.23 - - [2026-06-15 02:53:32] "POST /neutron/security_group HTTP/1.1" 200 1419 0.008939 10.0.0.23 - - [2026-06-15 02:53:32] "GET /virtual-machine/a8f60f26-68d4-49ff-be5d-171d451aaea6 HTTP/1.1" 401 292 0.000373 10.0.0.23 - - [2026-06-15 02:53:33] "GET /virtual-machine/a8f60f26-68d4-49ff-be5d-171d451aaea6 HTTP/1.1" 200 1314 0.026963 10.0.0.23 - - [2026-06-15 02:53:33] "GET /virtual-machine/a8f60f26-68d4-49ff-be5d-171d451aaea6 HTTP/1.1" 200 1314 0.005122 10.0.0.23 - - [2026-06-15 02:53:33] "GET /virtual-machine-interface/2cf5cc9f-caa8-40a3-a43c-849ad03b8436 HTTP/1.1" 200 3190 0.005260 10.0.0.23 - - [2026-06-15 02:53:33] "GET /virtual-machine/a8f60f26-68d4-49ff-be5d-171d451aaea6 HTTP/1.1" 200 1314 0.002937 10.0.0.23 - - [2026-06-15 02:53:33] "GET /virtual-machine-interface/2cf5cc9f-caa8-40a3-a43c-849ad03b8436 HTTP/1.1" 200 3190 0.004630 10.0.0.23 - - [2026-06-15 02:53:33] "GET /instance-ip/ea7f5973-09fb-4945-80af-d8c48f569462 HTTP/1.1" 200 1704 0.005265 10.0.0.23 - - [2026-06-15 02:53:33] "GET /virtual-machine/a8f60f26-68d4-49ff-be5d-171d451aaea6 HTTP/1.1" 200 1314 0.003050 10.0.0.23 - - [2026-06-15 02:53:33] "GET /virtual-machine-interface/2cf5cc9f-caa8-40a3-a43c-849ad03b8436 HTTP/1.1" 200 3190 0.005055 10.0.0.23 - - [2026-06-15 02:53:33] "GET /instance-ip/ea7f5973-09fb-4945-80af-d8c48f569462 HTTP/1.1" 200 1704 0.003546 10.0.0.23 - - [2026-06-15 02:53:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.23 - - [2026-06-15 02:53:33] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008759 10.0.0.23 - - [2026-06-15 02:53:33] "GET /virtual-networks?parent_id=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002688 10.0.0.23 - - [2026-06-15 02:53:33] "GET /virtual-network/04db7443-18e0-45ac-b120-6e1b6b4564e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.005235 10.0.0.23 - - [2026-06-15 02:53:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.23 - - [2026-06-15 02:53:33] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005311 10.0.0.23 - - [2026-06-15 02:53:33] "GET /virtual-networks?parent_id=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003639 10.0.0.23 - - [2026-06-15 02:53:33] "GET /virtual-network/04db7443-18e0-45ac-b120-6e1b6b4564e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.007049 10.0.0.23 - - [2026-06-15 02:53:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004073 10.0.0.23 - - [2026-06-15 02:53:33] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004264 10.0.0.23 - - [2026-06-15 02:53:33] "GET /virtual-networks?parent_id=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003392 10.0.0.23 - - [2026-06-15 02:53:33] "GET /virtual-network/04db7443-18e0-45ac-b120-6e1b6b4564e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006654 10.0.0.23 - - [2026-06-15 02:53:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004271 10.0.0.23 - - [2026-06-15 02:53:33] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004740 10.0.0.23 - - [2026-06-15 02:53:33] "GET /virtual-networks?parent_id=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002925 10.0.0.23 - - [2026-06-15 02:53:33] "GET /virtual-network/04db7443-18e0-45ac-b120-6e1b6b4564e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.005713 10.0.0.23 - - [2026-06-15 02:53:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.23 - - [2026-06-15 02:53:33] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003668 10.0.0.23 - - [2026-06-15 02:53:33] "GET /virtual-networks?parent_id=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002843 10.0.0.23 - - [2026-06-15 02:53:33] "GET /virtual-network/04db7443-18e0-45ac-b120-6e1b6b4564e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.005991 10.0.0.23 - - [2026-06-15 02:53:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004329 10.0.0.23 - - [2026-06-15 02:53:33] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004389 10.0.0.23 - - [2026-06-15 02:53:33] "GET /virtual-networks?parent_id=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003132 10.0.0.23 - - [2026-06-15 02:53:33] "GET /virtual-network/04db7443-18e0-45ac-b120-6e1b6b4564e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.005099 10.0.0.23 - - [2026-06-15 02:53:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.23 - - [2026-06-15 02:53:33] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004631 10.0.0.23 - - [2026-06-15 02:53:33] "GET /virtual-networks?parent_id=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002859 10.0.0.23 - - [2026-06-15 02:53:34] "GET /virtual-network/04db7443-18e0-45ac-b120-6e1b6b4564e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.005334 10.0.0.23 - - [2026-06-15 02:53:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.23 - - [2026-06-15 02:53:37] "GET /virtual-network/04db7443-18e0-45ac-b120-6e1b6b4564e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.004988 10.0.0.23 - - [2026-06-15 02:53:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.23 - - [2026-06-15 02:53:41] "GET /virtual-network/04db7443-18e0-45ac-b120-6e1b6b4564e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.004876 10.0.0.23 - - [2026-06-15 02:53:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.23 - - [2026-06-15 02:53:45] "GET /virtual-network/04db7443-18e0-45ac-b120-6e1b6b4564e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006059 10.0.0.23 - - [2026-06-15 02:53:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.23 - - [2026-06-15 02:53:49] "GET /virtual-network/04db7443-18e0-45ac-b120-6e1b6b4564e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.004627 10.0.0.23 - - [2026-06-15 02:53:49] "POST /neutron/port HTTP/1.1" 200 1218 0.017024 10.0.0.23 - - [2026-06-15 02:53:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003412 10.0.0.23 - - [2026-06-15 02:53:51] "POST /neutron/port HTTP/1.1" 200 117 0.000974 10.0.0.33 - - [2026-06-15 02:53:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000341 10.0.0.33 - - [2026-06-15 02:53:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.65 - - [2026-06-15 02:53:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000636 10.0.0.65 - - [2026-06-15 02:53:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000533 10.0.0.65 - - [2026-06-15 02:53:53] "DELETE /access-control-list/18aeb866-5825-4553-a4f9-b5a7e1fcaa76 HTTP/1.1" 200 115 0.055365 10.0.0.23 - - [2026-06-15 02:53:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.23 - - [2026-06-15 02:53:53] "GET /virtual-network/04db7443-18e0-45ac-b120-6e1b6b4564e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.008131 10.0.0.65 - - [2026-06-15 02:53:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000481 10.0.0.65 - - [2026-06-15 02:53:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.23 - - [2026-06-15 02:53:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.23 - - [2026-06-15 02:53:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000333 10.0.0.33 - - [2026-06-15 02:53:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000329 10.0.0.33 - - [2026-06-15 02:53:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.23 - - [2026-06-15 02:53:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.23 - - [2026-06-15 02:53:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.23 - - [2026-06-15 02:53:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.23 - - [2026-06-15 02:53:57] "GET /virtual-network/04db7443-18e0-45ac-b120-6e1b6b4564e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.005018 10.0.0.23 - - [2026-06-15 02:53:58] "POST /neutron/port HTTP/1.1" 200 1218 0.016362 10.0.0.23 - - [2026-06-15 02:53:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003534 10.0.0.23 - - [2026-06-15 02:53:59] "POST /neutron/port HTTP/1.1" 200 117 0.001081 10.0.0.23 - - [2026-06-15 02:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.23 - - [2026-06-15 02:54:01] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003414 10.0.0.23 - - [2026-06-15 02:54:01] "GET /virtual-networks?parent_id=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002441 10.0.0.23 - - [2026-06-15 02:54:01] "GET /virtual-network/04db7443-18e0-45ac-b120-6e1b6b4564e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.005209 10.0.0.23 - - [2026-06-15 02:54:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.23 - - [2026-06-15 02:54:02] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003797 10.0.0.23 - - [2026-06-15 02:54:02] "GET /virtual-networks?parent_id=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003682 10.0.0.23 - - [2026-06-15 02:54:02] "GET /virtual-network/04db7443-18e0-45ac-b120-6e1b6b4564e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.005844 10.0.0.23 - - [2026-06-15 02:54:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.23 - - [2026-06-15 02:54:02] "GET /routing-instance/f81f4f53-acab-4c4c-9571-dfc74b79da1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.006496 10.0.0.23 - - [2026-06-15 02:54:02] "GET /route-target/87658c03-fea3-4f50-a2e2-9092d976894b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003114 10.0.0.23 - - [2026-06-15 02:54:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004053 10.0.0.23 - - [2026-06-15 02:54:02] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004164 10.0.0.23 - - [2026-06-15 02:54:02] "GET /virtual-networks?parent_id=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003381 10.0.0.23 - - [2026-06-15 02:54:02] "GET /virtual-network/04db7443-18e0-45ac-b120-6e1b6b4564e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.007058 10.0.0.23 - - [2026-06-15 02:54:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004301 10.0.0.23 - - [2026-06-15 02:54:02] "GET /routing-instance/f81f4f53-acab-4c4c-9571-dfc74b79da1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.005583 10.0.0.23 - - [2026-06-15 02:54:02] "GET /route-target/87658c03-fea3-4f50-a2e2-9092d976894b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004511 10.0.0.23 - - [2026-06-15 02:54:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004448 10.0.0.23 - - [2026-06-15 02:54:02] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004624 10.0.0.23 - - [2026-06-15 02:54:02] "GET /virtual-networks?parent_id=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003936 10.0.0.23 - - [2026-06-15 02:54:02] "GET /virtual-network/04db7443-18e0-45ac-b120-6e1b6b4564e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006478 10.0.0.23 - - [2026-06-15 02:54:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004095 10.0.0.23 - - [2026-06-15 02:54:02] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004762 10.0.0.23 - - [2026-06-15 02:54:02] "GET /virtual-networks?parent_id=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003949 10.0.0.23 - - [2026-06-15 02:54:02] "GET /virtual-network/04db7443-18e0-45ac-b120-6e1b6b4564e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.005050 10.0.0.23 - - [2026-06-15 02:54:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.23 - - [2026-06-15 02:54:02] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005393 10.0.0.23 - - [2026-06-15 02:54:02] "GET /virtual-networks?parent_id=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004333 10.0.0.23 - - [2026-06-15 02:54:02] "GET /virtual-network/04db7443-18e0-45ac-b120-6e1b6b4564e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.005529 10.0.0.23 - - [2026-06-15 02:54:02] "GET /obj-perms HTTP/1.1" 200 4509 0.038255 10.0.0.65 - - [2026-06-15 02:54:03] "GET /obj-perms HTTP/1.1" 200 4509 0.008382 10.0.0.23 - - [2026-06-15 02:54:03] "GET /obj-perms HTTP/1.1" 200 4509 0.004994 10.0.0.65 - - [2026-06-15 02:54:03] "GET /obj-perms HTTP/1.1" 200 4509 0.003792 10.0.0.23 - - [2026-06-15 02:54:03] "GET /obj-perms HTTP/1.1" 200 4509 0.003205 10.0.0.33 - - [2026-06-15 02:54:03] "GET /obj-perms HTTP/1.1" 200 4509 0.033851 10.0.0.23 - - [2026-06-15 02:54:03] "GET /virtual-machine/a8f60f26-68d4-49ff-be5d-171d451aaea6 HTTP/1.1" 200 1314 0.004081 10.0.0.23 - - [2026-06-15 02:54:03] "GET /virtual-machine-interface/2cf5cc9f-caa8-40a3-a43c-849ad03b8436 HTTP/1.1" 200 3190 0.004607 10.0.0.23 - - [2026-06-15 02:54:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.23 - - [2026-06-15 02:54:03] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004352 10.0.0.23 - - [2026-06-15 02:54:03] "GET /virtual-networks?parent_id=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002470 10.0.0.23 - - [2026-06-15 02:54:03] "GET /virtual-network/04db7443-18e0-45ac-b120-6e1b6b4564e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.005818 10.0.0.23 - - [2026-06-15 02:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.23 - - [2026-06-15 02:54:04] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003040 10.0.0.23 - - [2026-06-15 02:54:04] "GET /virtual-networks?parent_id=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002982 10.0.0.23 - - [2026-06-15 02:54:04] "GET /virtual-network/04db7443-18e0-45ac-b120-6e1b6b4564e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006253 10.0.0.23 - - [2026-06-15 02:54:04] "POST /neutron/port HTTP/1.1" 200 1146 0.015058 10.0.0.23 - - [2026-06-15 02:54:05] "POST /neutron/security_group HTTP/1.1" 200 1419 0.023916 10.0.0.65 - - [2026-06-15 02:54:08] "DELETE /project/a5def18e-1f34-4535-af2c-635e97693bc2 HTTP/1.1" 404 177 0.003645 10.0.0.65 - - [2026-06-15 02:54:08] "DELETE /project/cf0f8d5e67464cd9a503f909638bfa42 HTTP/1.1" 404 173 0.003368 10.0.0.23 - - [2026-06-15 02:54:09] "POST /neutron/port HTTP/1.1" 200 1146 0.021058 10.0.0.23 - - [2026-06-15 02:54:15] "POST /neutron/security_group HTTP/1.1" 200 1419 0.009010 10.0.0.23 - - [2026-06-15 02:54:15] "POST /neutron/port HTTP/1.1" 200 1146 0.019527 10.0.0.23 - - [2026-06-15 02:54:15] "POST /neutron/security_group HTTP/1.1" 200 1419 0.007148 10.0.0.23 - - [2026-06-15 02:54:15] "GET /virtual-machine/d4ec9014-6ccd-45cb-8108-b7fb3dcefcf5 HTTP/1.1" 200 1313 0.005476 10.0.0.23 - - [2026-06-15 02:54:15] "GET /virtual-machine/d4ec9014-6ccd-45cb-8108-b7fb3dcefcf5 HTTP/1.1" 200 1313 0.003888 10.0.0.23 - - [2026-06-15 02:54:15] "GET /virtual-machine-interface/c3e68f40-6f69-42e2-af98-46b11e83423f HTTP/1.1" 200 3191 0.005407 10.0.0.23 - - [2026-06-15 02:54:15] "GET /virtual-machine/d4ec9014-6ccd-45cb-8108-b7fb3dcefcf5 HTTP/1.1" 200 1313 0.003407 10.0.0.23 - - [2026-06-15 02:54:15] "GET /virtual-machine-interface/c3e68f40-6f69-42e2-af98-46b11e83423f HTTP/1.1" 200 3191 0.006101 10.0.0.23 - - [2026-06-15 02:54:15] "GET /instance-ip/3b9693e9-ba1a-4f32-ac52-dc141714ebc1 HTTP/1.1" 200 1704 0.005692 10.0.0.23 - - [2026-06-15 02:54:15] "GET /virtual-machine/d4ec9014-6ccd-45cb-8108-b7fb3dcefcf5 HTTP/1.1" 200 1313 0.003614 10.0.0.23 - - [2026-06-15 02:54:15] "GET /virtual-machine-interface/c3e68f40-6f69-42e2-af98-46b11e83423f HTTP/1.1" 200 3191 0.005729 10.0.0.23 - - [2026-06-15 02:54:15] "GET /instance-ip/3b9693e9-ba1a-4f32-ac52-dc141714ebc1 HTTP/1.1" 200 1704 0.003639 10.0.0.23 - - [2026-06-15 02:54:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.23 - - [2026-06-15 02:54:15] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003864 10.0.0.23 - - [2026-06-15 02:54:15] "GET /virtual-networks?parent_id=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002876 10.0.0.23 - - [2026-06-15 02:54:15] "GET /virtual-network/04db7443-18e0-45ac-b120-6e1b6b4564e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.005584 10.0.0.23 - - [2026-06-15 02:54:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.23 - - [2026-06-15 02:54:15] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003667 10.0.0.23 - - [2026-06-15 02:54:15] "GET /virtual-networks?parent_id=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003416 10.0.0.23 - - [2026-06-15 02:54:15] "GET /virtual-network/04db7443-18e0-45ac-b120-6e1b6b4564e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.007020 10.0.0.23 - - [2026-06-15 02:54:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.23 - - [2026-06-15 02:54:15] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006712 10.0.0.23 - - [2026-06-15 02:54:15] "GET /virtual-networks?parent_id=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005564 10.0.0.23 - - [2026-06-15 02:54:15] "GET /virtual-network/04db7443-18e0-45ac-b120-6e1b6b4564e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006702 10.0.0.23 - - [2026-06-15 02:54:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005039 10.0.0.23 - - [2026-06-15 02:54:16] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005747 10.0.0.23 - - [2026-06-15 02:54:16] "GET /virtual-networks?parent_id=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003372 10.0.0.23 - - [2026-06-15 02:54:16] "GET /virtual-network/04db7443-18e0-45ac-b120-6e1b6b4564e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006894 10.0.0.23 - - [2026-06-15 02:54:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.23 - - [2026-06-15 02:54:16] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003595 10.0.0.23 - - [2026-06-15 02:54:16] "GET /virtual-networks?parent_id=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002985 10.0.0.23 - - [2026-06-15 02:54:16] "GET /virtual-network/04db7443-18e0-45ac-b120-6e1b6b4564e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.005722 10.0.0.23 - - [2026-06-15 02:54:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.23 - - [2026-06-15 02:54:16] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004070 10.0.0.23 - - [2026-06-15 02:54:16] "GET /virtual-networks?parent_id=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003698 10.0.0.23 - - [2026-06-15 02:54:16] "GET /virtual-network/04db7443-18e0-45ac-b120-6e1b6b4564e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.007084 10.0.0.23 - - [2026-06-15 02:54:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.23 - - [2026-06-15 02:54:16] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003906 10.0.0.23 - - [2026-06-15 02:54:16] "GET /virtual-networks?parent_id=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003894 10.0.0.23 - - [2026-06-15 02:54:16] "GET /virtual-network/04db7443-18e0-45ac-b120-6e1b6b4564e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006567 10.0.0.23 - - [2026-06-15 02:54:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.23 - - [2026-06-15 02:54:17] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003158 10.0.0.23 - - [2026-06-15 02:54:17] "GET /virtual-networks?parent_id=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003048 10.0.0.23 - - [2026-06-15 02:54:17] "GET /virtual-network/04db7443-18e0-45ac-b120-6e1b6b4564e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.005675 10.0.0.23 - - [2026-06-15 02:54:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.23 - - [2026-06-15 02:54:17] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003405 10.0.0.23 - - [2026-06-15 02:54:17] "GET /virtual-networks?parent_id=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002824 10.0.0.23 - - [2026-06-15 02:54:17] "GET /virtual-network/04db7443-18e0-45ac-b120-6e1b6b4564e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.005827 10.0.0.23 - - [2026-06-15 02:54:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.23 - - [2026-06-15 02:54:18] "GET /routing-instance/f81f4f53-acab-4c4c-9571-dfc74b79da1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.007621 10.0.0.23 - - [2026-06-15 02:54:18] "GET /route-target/87658c03-fea3-4f50-a2e2-9092d976894b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003585 10.0.0.23 - - [2026-06-15 02:54:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.23 - - [2026-06-15 02:54:18] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003377 10.0.0.23 - - [2026-06-15 02:54:18] "GET /virtual-networks?parent_id=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002460 10.0.0.23 - - [2026-06-15 02:54:18] "GET /virtual-network/04db7443-18e0-45ac-b120-6e1b6b4564e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006267 10.0.0.23 - - [2026-06-15 02:54:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.23 - - [2026-06-15 02:54:18] "GET /routing-instance/f81f4f53-acab-4c4c-9571-dfc74b79da1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.004086 10.0.0.23 - - [2026-06-15 02:54:18] "GET /route-target/87658c03-fea3-4f50-a2e2-9092d976894b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003648 10.0.0.23 - - [2026-06-15 02:54:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004978 10.0.0.23 - - [2026-06-15 02:54:18] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006264 10.0.0.23 - - [2026-06-15 02:54:18] "GET /virtual-networks?parent_id=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004811 10.0.0.23 - - [2026-06-15 02:54:18] "GET /virtual-network/04db7443-18e0-45ac-b120-6e1b6b4564e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.009247 10.0.0.23 - - [2026-06-15 02:54:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004830 10.0.0.23 - - [2026-06-15 02:54:18] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005936 10.0.0.23 - - [2026-06-15 02:54:18] "GET /virtual-networks?parent_id=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003882 10.0.0.23 - - [2026-06-15 02:54:18] "GET /virtual-network/04db7443-18e0-45ac-b120-6e1b6b4564e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.008804 10.0.0.23 - - [2026-06-15 02:54:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004874 10.0.0.23 - - [2026-06-15 02:54:18] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004061 10.0.0.23 - - [2026-06-15 02:54:18] "GET /virtual-networks?parent_id=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002635 10.0.0.23 - - [2026-06-15 02:54:18] "GET /virtual-network/04db7443-18e0-45ac-b120-6e1b6b4564e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006052 10.0.0.65 - - [2026-06-15 02:54:18] "GET /obj-perms HTTP/1.1" 200 4509 0.003702 10.0.0.23 - - [2026-06-15 02:54:18] "GET /obj-perms HTTP/1.1" 200 4509 0.003275 10.0.0.23 - - [2026-06-15 02:54:18] "GET /obj-perms HTTP/1.1" 200 4509 0.004657 10.0.0.23 - - [2026-06-15 02:54:19] "GET /obj-perms HTTP/1.1" 200 4509 0.004401 10.0.0.23 - - [2026-06-15 02:54:19] "GET /virtual-machine/d4ec9014-6ccd-45cb-8108-b7fb3dcefcf5 HTTP/1.1" 200 1313 0.003837 10.0.0.23 - - [2026-06-15 02:54:19] "GET /virtual-machine-interface/c3e68f40-6f69-42e2-af98-46b11e83423f HTTP/1.1" 200 3191 0.004734 10.0.0.23 - - [2026-06-15 02:54:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.23 - - [2026-06-15 02:54:19] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004051 10.0.0.23 - - [2026-06-15 02:54:19] "GET /virtual-networks?parent_id=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003139 10.0.0.23 - - [2026-06-15 02:54:19] "GET /virtual-network/04db7443-18e0-45ac-b120-6e1b6b4564e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.007585 10.0.0.23 - - [2026-06-15 02:54:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004379 10.0.0.23 - - [2026-06-15 02:54:20] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004277 10.0.0.23 - - [2026-06-15 02:54:20] "GET /virtual-networks?parent_id=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002655 10.0.0.23 - - [2026-06-15 02:54:20] "GET /virtual-network/04db7443-18e0-45ac-b120-6e1b6b4564e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.005355 10.0.0.23 - - [2026-06-15 02:54:20] "GET /virtual-machine/a8f60f26-68d4-49ff-be5d-171d451aaea6 HTTP/1.1" 200 1314 0.004394 10.0.0.23 - - [2026-06-15 02:54:20] "GET /virtual-machine-interface/2cf5cc9f-caa8-40a3-a43c-849ad03b8436 HTTP/1.1" 200 3190 0.005634 10.0.0.23 - - [2026-06-15 02:54:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.23 - - [2026-06-15 02:54:20] "GET /security-group/aa84366a-20af-4c9b-b112-e547aec10ded?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2698 0.003740 10.0.0.23 - - [2026-06-15 02:54:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.23 - - [2026-06-15 02:54:20] "GET /security-group/aa84366a-20af-4c9b-b112-e547aec10ded?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2698 0.005738 10.0.0.23 - - [2026-06-15 02:54:20] "POST /neutron/port HTTP/1.1" 200 1146 0.015252 10.0.0.23 - - [2026-06-15 02:54:20] "POST /neutron/port HTTP/1.1" 200 1098 0.075667 10.0.0.23 - - [2026-06-15 02:54:20] "GET /virtual-machine/a8f60f26-68d4-49ff-be5d-171d451aaea6 HTTP/1.1" 200 1314 0.004808 10.0.0.23 - - [2026-06-15 02:54:20] "GET /virtual-machine-interface/2cf5cc9f-caa8-40a3-a43c-849ad03b8436 HTTP/1.1" 200 3138 0.006032 10.0.0.23 - - [2026-06-15 02:54:20] "POST /neutron/port HTTP/1.1" 200 1098 0.011665 10.0.0.23 - - [2026-06-15 02:54:21] "GET /virtual-machine/a8f60f26-68d4-49ff-be5d-171d451aaea6 HTTP/1.1" 200 1314 0.004483 10.0.0.23 - - [2026-06-15 02:54:21] "GET /virtual-machine-interface/2cf5cc9f-caa8-40a3-a43c-849ad03b8436 HTTP/1.1" 200 3190 0.007107 10.0.0.23 - - [2026-06-15 02:54:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.23 - - [2026-06-15 02:54:21] "GET /security-group/aa84366a-20af-4c9b-b112-e547aec10ded?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2698 0.003624 10.0.0.23 - - [2026-06-15 02:54:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.23 - - [2026-06-15 02:54:21] "GET /security-group/aa84366a-20af-4c9b-b112-e547aec10ded?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2698 0.004615 10.0.0.23 - - [2026-06-15 02:54:21] "POST /neutron/security_group HTTP/1.1" 200 1445 0.004102 10.0.0.23 - - [2026-06-15 02:54:21] "POST /fqname-to-id HTTP/1.1" 404 245 0.003033 10.0.0.23 - - [2026-06-15 02:54:21] "POST /fqname-to-id HTTP/1.1" 404 245 0.003270 10.0.0.23 - - [2026-06-15 02:54:21] "POST /neutron/security_group HTTP/1.1" 200 117 0.006732 10.0.0.65 - - [2026-06-15 02:54:21] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.025658 10.0.0.23 - - [2026-06-15 02:54:21] "POST /neutron/security_group HTTP/1.1" 200 153 0.069699 10.0.0.23 - - [2026-06-15 02:54:23] "POST /neutron/network HTTP/1.1" 200 928 0.006674 10.0.0.23 - - [2026-06-15 02:54:25] "POST /neutron/network HTTP/1.1" 400 204 0.017807 10.0.0.23 - - [2026-06-15 02:54:30] "POST /neutron/network HTTP/1.1" 200 928 0.006285 10.0.0.23 - - [2026-06-15 02:54:32] "POST /neutron/network HTTP/1.1" 400 204 0.012940 10.0.0.23 - - [2026-06-15 02:54:36] "POST /neutron/network HTTP/1.1" 200 928 0.007301 10.0.0.23 - - [2026-06-15 02:54:38] "POST /neutron/network HTTP/1.1" 400 204 0.011890 10.0.0.23 - - [2026-06-15 02:54:42] "POST /neutron/network HTTP/1.1" 200 928 0.008804 10.0.0.65 - - [2026-06-15 02:54:43] "GET /obj-perms HTTP/1.1" 200 4493 0.039068 10.0.0.23 - - [2026-06-15 02:54:44] "POST /neutron/network HTTP/1.1" 400 204 0.014009 10.0.0.23 - - [2026-06-15 02:54:48] "POST /neutron/network HTTP/1.1" 200 928 0.007083 10.0.0.23 - - [2026-06-15 02:54:50] "POST /neutron/network HTTP/1.1" 400 204 0.015090 10.0.0.23 - - [2026-06-15 02:54:51] "POST /neutron/network HTTP/1.1" 200 938 0.006014 10.0.0.23 - - [2026-06-15 02:54:51] "POST /neutron/port HTTP/1.1" 200 117 0.001031 10.0.0.23 - - [2026-06-15 02:54:52] "POST /neutron/network HTTP/1.1" 400 204 0.017940 10.0.0.23 - - [2026-06-15 02:54:56] "POST /neutron/network HTTP/1.1" 200 928 0.006524 10.0.0.23 - - [2026-06-15 02:54:58] "POST /neutron/network HTTP/1.1" 400 204 0.015352 10.0.0.23 - - [2026-06-15 02:55:00] "POST /neutron/network HTTP/1.1" 200 928 0.006917 10.0.0.23 - - [2026-06-15 02:55:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003453 10.0.0.23 - - [2026-06-15 02:55:01] "POST /neutron/network HTTP/1.1" 200 928 0.006848 10.0.0.23 - - [2026-06-15 02:55:04] "POST /neutron/network HTTP/1.1" 200 928 0.006176 10.0.0.23 - - [2026-06-15 02:55:06] "POST /neutron/network HTTP/1.1" 400 204 0.012586 10.0.0.23 - - [2026-06-15 02:55:10] "POST /neutron/network HTTP/1.1" 200 928 0.006904 10.0.0.23 - - [2026-06-15 02:55:12] "POST /neutron/network HTTP/1.1" 400 204 0.013141 10.0.0.33 - - [2026-06-15 02:55:43] "GET /obj-perms HTTP/1.1" 200 4493 0.035784 10.0.0.23 - - [2026-06-15 02:55:53] "POST /neutron/network HTTP/1.1" 200 1123 0.007456 10.0.0.23 - - [2026-06-15 02:55:53] "POST /neutron/subnet HTTP/1.1" 200 1385 0.013122 10.0.0.23 - - [2026-06-15 02:55:53] "POST /neutron/network HTTP/1.1" 200 1113 0.009109 10.0.0.23 - - [2026-06-15 02:56:02] "POST /neutron/network HTTP/1.1" 200 1123 0.010605 10.0.0.23 - - [2026-06-15 02:56:02] "POST /neutron/subnet HTTP/1.1" 200 1385 0.018530 10.0.0.23 - - [2026-06-15 02:56:02] "POST /neutron/network HTTP/1.1" 200 1113 0.009994 10.0.0.65 - - [2026-06-15 02:56:04] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000850 10.0.0.23 - - [2026-06-15 02:56:04] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.063337 10.0.0.65 - - [2026-06-15 02:56:04] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000855 10.0.0.23 - - [2026-06-15 02:56:04] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?fields=virtual_networks HTTP/1.1" 200 1374 0.043466 10.0.0.65 - - [2026-06-15 02:56:06] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001388 10.0.0.23 - - [2026-06-15 02:56:06] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.043922 10.0.0.65 - - [2026-06-15 02:56:06] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001688 10.0.0.23 - - [2026-06-15 02:56:06] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?fields=virtual_networks HTTP/1.1" 200 1374 0.043854 10.0.0.65 - - [2026-06-15 02:56:08] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001646 10.0.0.23 - - [2026-06-15 02:56:08] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.047302 10.0.0.65 - - [2026-06-15 02:56:08] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001184 10.0.0.23 - - [2026-06-15 02:56:08] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?fields=virtual_networks HTTP/1.1" 200 1374 0.041231 10.0.0.65 - - [2026-06-15 02:56:10] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000856 10.0.0.23 - - [2026-06-15 02:56:10] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.037007 10.0.0.65 - - [2026-06-15 02:56:10] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000817 10.0.0.23 - - [2026-06-15 02:56:10] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?fields=virtual_networks HTTP/1.1" 200 1374 0.042150 10.0.0.65 - - [2026-06-15 02:56:12] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001975 10.0.0.23 - - [2026-06-15 02:56:12] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.048271 10.0.0.65 - - [2026-06-15 02:56:12] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000981 10.0.0.23 - - [2026-06-15 02:56:13] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?fields=virtual_networks HTTP/1.1" 200 1374 0.041940 10.0.0.65 - - [2026-06-15 02:56:15] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000901 10.0.0.23 - - [2026-06-15 02:56:15] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.038407 10.0.0.65 - - [2026-06-15 02:56:15] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001097 10.0.0.23 - - [2026-06-15 02:56:15] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?fields=virtual_networks HTTP/1.1" 200 1374 0.041174 10.0.0.65 - - [2026-06-15 02:56:17] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001371 10.0.0.23 - - [2026-06-15 02:56:17] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.044319 10.0.0.65 - - [2026-06-15 02:56:17] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000819 10.0.0.23 - - [2026-06-15 02:56:17] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?fields=virtual_networks HTTP/1.1" 200 1374 0.039929 10.0.0.65 - - [2026-06-15 02:56:19] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000952 10.0.0.23 - - [2026-06-15 02:56:19] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.037576 10.0.0.65 - - [2026-06-15 02:56:19] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000860 10.0.0.23 - - [2026-06-15 02:56:19] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?fields=virtual_networks HTTP/1.1" 200 1374 0.051206 10.0.0.65 - - [2026-06-15 02:56:21] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001640 10.0.0.23 - - [2026-06-15 02:56:21] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.038814 10.0.0.65 - - [2026-06-15 02:56:21] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001070 10.0.0.23 - - [2026-06-15 02:56:21] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?fields=virtual_networks HTTP/1.1" 200 1374 0.042194 10.0.0.65 - - [2026-06-15 02:56:23] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000837 10.0.0.23 - - [2026-06-15 02:56:23] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.039551 10.0.0.65 - - [2026-06-15 02:56:23] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001109 10.0.0.23 - - [2026-06-15 02:56:23] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?fields=virtual_networks HTTP/1.1" 200 1374 0.033191 10.0.0.65 - - [2026-06-15 02:56:25] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000895 10.0.0.23 - - [2026-06-15 02:56:25] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.048600 10.0.0.65 - - [2026-06-15 02:56:25] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000807 10.0.0.23 - - [2026-06-15 02:56:25] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?fields=virtual_networks HTTP/1.1" 200 1374 0.042210 10.0.0.65 - - [2026-06-15 02:56:27] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001226 10.0.0.23 - - [2026-06-15 02:56:27] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.043104 10.0.0.65 - - [2026-06-15 02:56:27] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001168 10.0.0.23 - - [2026-06-15 02:56:27] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?fields=virtual_networks HTTP/1.1" 200 1374 0.047016 10.0.0.65 - - [2026-06-15 02:56:29] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000816 10.0.0.23 - - [2026-06-15 02:56:30] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.038257 10.0.0.65 - - [2026-06-15 02:56:30] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000879 10.0.0.23 - - [2026-06-15 02:56:30] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?fields=virtual_networks HTTP/1.1" 200 1374 0.034257 10.0.0.65 - - [2026-06-15 02:56:32] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000895 10.0.0.23 - - [2026-06-15 02:56:32] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.053196 10.0.0.65 - - [2026-06-15 02:56:32] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001080 10.0.0.23 - - [2026-06-15 02:56:32] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?fields=virtual_networks HTTP/1.1" 200 1374 0.044079 10.0.0.65 - - [2026-06-15 02:56:34] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000855 10.0.0.23 - - [2026-06-15 02:56:34] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.035269 10.0.0.65 - - [2026-06-15 02:56:34] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000883 10.0.0.23 - - [2026-06-15 02:56:34] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?fields=virtual_networks HTTP/1.1" 200 1374 0.034692 10.0.0.65 - - [2026-06-15 02:56:36] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001163 10.0.0.23 - - [2026-06-15 02:56:36] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.043807 10.0.0.65 - - [2026-06-15 02:56:36] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001507 10.0.0.23 - - [2026-06-15 02:56:36] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?fields=virtual_networks HTTP/1.1" 200 1374 0.044564 10.0.0.65 - - [2026-06-15 02:56:38] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000846 10.0.0.23 - - [2026-06-15 02:56:38] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.044200 10.0.0.65 - - [2026-06-15 02:56:38] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000803 10.0.0.23 - - [2026-06-15 02:56:38] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?fields=virtual_networks HTTP/1.1" 200 1374 0.035418 10.0.0.65 - - [2026-06-15 02:56:40] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000873 10.0.0.23 - - [2026-06-15 02:56:40] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.038490 10.0.0.65 - - [2026-06-15 02:56:40] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002392 10.0.0.23 - - [2026-06-15 02:56:40] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?fields=virtual_networks HTTP/1.1" 200 1374 0.043879 10.0.0.65 - - [2026-06-15 02:56:42] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000878 10.0.0.23 - - [2026-06-15 02:56:42] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.038452 10.0.0.65 - - [2026-06-15 02:56:42] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000833 10.0.0.23 - - [2026-06-15 02:56:42] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?fields=virtual_networks HTTP/1.1" 200 1374 0.036593 10.0.0.65 - - [2026-06-15 02:56:44] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001150 10.0.0.23 - - [2026-06-15 02:56:44] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.059563 10.0.0.65 - - [2026-06-15 02:56:44] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000958 10.0.0.23 - - [2026-06-15 02:56:45] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?fields=virtual_networks HTTP/1.1" 200 1374 0.056647 10.0.0.65 - - [2026-06-15 02:56:47] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000902 10.0.0.23 - - [2026-06-15 02:56:47] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.039966 10.0.0.65 - - [2026-06-15 02:56:47] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001201 10.0.0.23 - - [2026-06-15 02:56:47] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?fields=virtual_networks HTTP/1.1" 200 1374 0.040553 10.0.0.65 - - [2026-06-15 02:56:49] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000835 10.0.0.23 - - [2026-06-15 02:56:49] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.035783 10.0.0.65 - - [2026-06-15 02:56:49] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000840 10.0.0.23 - - [2026-06-15 02:56:49] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?fields=virtual_networks HTTP/1.1" 200 1374 0.035408 10.0.0.65 - - [2026-06-15 02:56:51] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001281 10.0.0.23 - - [2026-06-15 02:56:51] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.035583 10.0.0.65 - - [2026-06-15 02:56:51] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000761 10.0.0.23 - - [2026-06-15 02:56:51] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?fields=virtual_networks HTTP/1.1" 200 1374 0.044878 10.0.0.65 - - [2026-06-15 02:56:53] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000866 10.0.0.23 - - [2026-06-15 02:56:53] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.036479 10.0.0.65 - - [2026-06-15 02:56:53] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001123 10.0.0.23 - - [2026-06-15 02:56:53] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?fields=virtual_networks HTTP/1.1" 200 1374 0.035854 10.0.0.23 - - [2026-06-15 02:56:54] "POST /neutron/port HTTP/1.1" 200 1108 0.033449 10.0.0.23 - - [2026-06-15 02:56:54] "POST /neutron/subnet HTTP/1.1" 200 703 0.007789 10.0.0.65 - - [2026-06-15 02:56:55] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000941 10.0.0.23 - - [2026-06-15 02:56:55] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.044847 10.0.0.65 - - [2026-06-15 02:56:55] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000851 10.0.0.23 - - [2026-06-15 02:56:55] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?fields=virtual_networks HTTP/1.1" 200 1374 0.041929 10.0.0.65 - - [2026-06-15 02:56:57] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000837 10.0.0.23 - - [2026-06-15 02:56:57] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.042621 10.0.0.65 - - [2026-06-15 02:56:57] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000939 10.0.0.23 - - [2026-06-15 02:56:57] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?fields=virtual_networks HTTP/1.1" 200 1374 0.037464 10.0.0.65 - - [2026-06-15 02:56:59] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000848 10.0.0.23 - - [2026-06-15 02:56:59] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.030985 10.0.0.65 - - [2026-06-15 02:56:59] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000916 10.0.0.23 - - [2026-06-15 02:56:59] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?fields=virtual_networks HTTP/1.1" 200 1374 0.081722 10.0.0.23 - - [2026-06-15 02:57:00] "POST /neutron/port HTTP/1.1" 200 1108 0.034957 10.0.0.65 - - [2026-06-15 02:57:01] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001127 10.0.0.23 - - [2026-06-15 02:57:02] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.042719 10.0.0.65 - - [2026-06-15 02:57:02] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000806 10.0.0.23 - - [2026-06-15 02:57:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003060 10.0.0.23 - - [2026-06-15 02:57:02] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?fields=virtual_networks HTTP/1.1" 200 1374 0.040148 10.0.0.23 - - [2026-06-15 02:57:02] "POST /neutron/network HTTP/1.1" 200 928 0.006694 10.0.0.65 - - [2026-06-15 02:57:04] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000938 10.0.0.23 - - [2026-06-15 02:57:04] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.040020 10.0.0.65 - - [2026-06-15 02:57:04] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000851 10.0.0.23 - - [2026-06-15 02:57:04] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?fields=virtual_networks HTTP/1.1" 200 1374 0.049676 10.0.0.65 - - [2026-06-15 02:57:06] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001101 10.0.0.23 - - [2026-06-15 02:57:06] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.049022 10.0.0.65 - - [2026-06-15 02:57:06] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001257 10.0.0.23 - - [2026-06-15 02:57:06] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?fields=virtual_networks HTTP/1.1" 200 1374 0.044169 10.0.0.65 - - [2026-06-15 02:57:08] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001599 10.0.0.23 - - [2026-06-15 02:57:08] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.045345 10.0.0.65 - - [2026-06-15 02:57:08] "GET /projects?obj_uuids=cf0f8d5e-6746-4cd9-a503-f909638bfa42&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001368 10.0.0.23 - - [2026-06-15 02:57:08] "GET /project/cf0f8d5e-6746-4cd9-a503-f909638bfa42?fields=virtual_networks HTTP/1.1" 200 1374 0.047662 10.0.0.23 - - [2026-06-15 02:57:08] "POST /fqname-to-id HTTP/1.1" 404 186 0.028548 10.0.0.65 - - [2026-06-15 02:57:08] "GET /projects?obj_uuids=d7451d25-7919-458f-8a05-0fad196ae2b6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003012 10.0.0.65 - - [2026-06-15 02:57:08] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001280 10.0.0.65 - - [2026-06-15 02:57:08] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009070 10.0.0.65 - - [2026-06-15 02:57:09] "POST /id-to-fqname HTTP/1.1" 200 188 0.005429 10.0.0.65 - - [2026-06-15 02:57:09] "POST /fqname-to-id HTTP/1.1" 404 197 0.004383 10.0.0.65 - - [2026-06-15 02:57:09] "POST /security-groups HTTP/1.1" 200 589 0.032907 10.0.0.65 - - [2026-06-15 02:57:09] "POST /projects HTTP/1.1" 200 581 0.256734 10.0.0.65 - - [2026-06-15 02:57:09] "POST /fqname-to-id HTTP/1.1" 404 232 0.038613 10.0.0.65 - - [2026-06-15 02:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.326537 10.0.0.65 - - [2026-06-15 02:57:09] "POST /access-control-lists HTTP/1.1" 200 592 0.036337 10.0.0.23 - - [2026-06-15 02:57:09] "GET /project/d7451d25-7919-458f-8a05-0fad196ae2b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.472922 10.0.0.23 - - [2026-06-15 02:57:10] "GET / HTTP/1.1" 200 35931 0.003012 10.0.0.23 - - [2026-06-15 02:57:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000418 10.0.0.23 - - [2026-06-15 02:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.045156 10.0.0.65 - - [2026-06-15 02:57:12] "GET /projects?obj_uuids=d7451d25-7919-458f-8a05-0fad196ae2b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000821 10.0.0.23 - - [2026-06-15 02:57:12] "GET /project/d7451d25-7919-458f-8a05-0fad196ae2b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.040639 10.0.0.65 - - [2026-06-15 02:57:12] "POST /useragent-kv HTTP/1.1" 200 115 0.005228 10.0.0.23 - - [2026-06-15 02:57:12] "POST /neutron/subnet HTTP/1.1" 200 724 0.267951 10.0.0.23 - - [2026-06-15 02:57:13] "POST /id-to-fqname HTTP/1.1" 200 224 0.001139 10.0.0.23 - - [2026-06-15 02:57:13] "GET /virtual-network/2af9df59-ab6b-4286-9d8e-1c8caba0446f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005024 10.0.0.23 - - [2026-06-15 02:57:13] "GET /virtual-network/2af9df59-ab6b-4286-9d8e-1c8caba0446f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005081 10.0.0.23 - - [2026-06-15 02:57:13] "POST /neutron/network HTTP/1.1" 200 834 0.007212 10.0.0.23 - - [2026-06-15 02:57:13] "POST /id-to-fqname HTTP/1.1" 200 224 0.001122 10.0.0.23 - - [2026-06-15 02:57:13] "POST /neutron/network HTTP/1.1" 200 844 0.007743 10.0.0.65 - - [2026-06-15 02:57:14] "GET /projects?obj_uuids=d7451d25-7919-458f-8a05-0fad196ae2b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001338 10.0.0.23 - - [2026-06-15 02:57:14] "GET /project/d7451d25-7919-458f-8a05-0fad196ae2b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.061813 10.0.0.23 - - [2026-06-15 02:57:14] "POST /neutron/port HTTP/1.1" 200 117 0.007311 10.0.0.65 - - [2026-06-15 02:57:18] "GET /projects?obj_uuids=d7451d25-7919-458f-8a05-0fad196ae2b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001752 10.0.0.23 - - [2026-06-15 02:57:18] "POST /neutron/port HTTP/1.1" 200 1058 0.313898 10.0.0.23 - - [2026-06-15 02:57:19] "POST /neutron/port HTTP/1.1" 200 1112 0.107026 10.0.0.23 - - [2026-06-15 02:57:20] "POST /neutron/port HTTP/1.1" 200 1122 0.016593 10.0.0.23 - - [2026-06-15 02:57:20] "POST /neutron/port HTTP/1.1" 200 117 0.001005 10.0.0.23 - - [2026-06-15 02:57:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006822 10.0.0.23 - - [2026-06-15 02:57:29] "POST /neutron/port HTTP/1.1" 200 1122 0.016210 10.0.0.23 - - [2026-06-15 02:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.65 - - [2026-06-15 02:57:29] "GET /projects?obj_uuids=d7451d25-7919-458f-8a05-0fad196ae2b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000875 10.0.0.23 - - [2026-06-15 02:57:29] "GET /project/d7451d25-7919-458f-8a05-0fad196ae2b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.038394 10.0.0.65 - - [2026-06-15 02:57:29] "GET /projects?obj_uuids=d7451d25-7919-458f-8a05-0fad196ae2b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001189 10.0.0.23 - - [2026-06-15 02:57:30] "POST /neutron/network HTTP/1.1" 200 613 0.117282 10.0.0.65 - - [2026-06-15 02:57:30] "POST /route-targets HTTP/1.1" 200 327 0.014586 10.0.0.23 - - [2026-06-15 02:57:30] "POST /id-to-fqname HTTP/1.1" 200 223 0.003476 10.0.0.23 - - [2026-06-15 02:57:30] "GET /virtual-network/0c8eff13-a6d7-422f-944c-811ae18f56ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005446 10.0.0.23 - - [2026-06-15 02:57:30] "POST /neutron/network HTTP/1.1" 200 833 0.005980 10.0.0.23 - - [2026-06-15 02:57:30] "GET /virtual-network/0c8eff13-a6d7-422f-944c-811ae18f56ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004832 10.0.0.23 - - [2026-06-15 02:57:31] "GET /virtual-network/0c8eff13-a6d7-422f-944c-811ae18f56ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006758 10.0.0.23 - - [2026-06-15 02:57:31] "GET /obj-perms HTTP/1.1" 200 4463 0.045814 10.0.0.23 - - [2026-06-15 02:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.65 - - [2026-06-15 02:57:32] "GET /projects?obj_uuids=d7451d25-7919-458f-8a05-0fad196ae2b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000972 10.0.0.23 - - [2026-06-15 02:57:32] "GET /project/d7451d25-7919-458f-8a05-0fad196ae2b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.043679 10.0.0.23 - - [2026-06-15 02:57:32] "POST /neutron/network HTTP/1.1" 200 117 0.014109 10.0.0.65 - - [2026-06-15 02:57:32] "POST /ref-update HTTP/1.1" 200 156 0.024129 10.0.0.23 - - [2026-06-15 02:57:32] "POST /neutron/network HTTP/1.1" 200 832 0.009016 10.0.0.23 - - [2026-06-15 02:57:32] "POST /id-to-fqname HTTP/1.1" 200 223 0.001407 10.0.0.23 - - [2026-06-15 02:57:32] "GET /virtual-network/864002d2-50bd-4918-bf61-3e3d94cfecf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005702 10.0.0.23 - - [2026-06-15 02:57:32] "GET /virtual-network/864002d2-50bd-4918-bf61-3e3d94cfecf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006841 10.0.0.23 - - [2026-06-15 02:57:32] "POST /neutron/subnet HTTP/1.1" 200 724 0.007678 10.0.0.23 - - [2026-06-15 02:57:33] "GET /virtual-network/864002d2-50bd-4918-bf61-3e3d94cfecf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005417 10.0.0.65 - - [2026-06-15 02:57:33] "GET /obj-perms HTTP/1.1" 200 4463 0.044213 10.0.0.23 - - [2026-06-15 02:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.65 - - [2026-06-15 02:57:33] "GET /projects?obj_uuids=d7451d25-7919-458f-8a05-0fad196ae2b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000861 10.0.0.23 - - [2026-06-15 02:57:33] "GET /project/d7451d25-7919-458f-8a05-0fad196ae2b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.037849 10.0.0.65 - - [2026-06-15 02:57:34] "POST /useragent-kv HTTP/1.1" 200 115 0.006043 10.0.0.23 - - [2026-06-15 02:57:34] "POST /neutron/subnet HTTP/1.1" 200 725 0.196240 10.0.0.23 - - [2026-06-15 02:57:34] "POST /id-to-fqname HTTP/1.1" 200 224 0.001167 10.0.0.23 - - [2026-06-15 02:57:34] "GET /virtual-network/0c429ff8-04f2-4452-9a9d-202497883460?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005917 10.0.0.23 - - [2026-06-15 02:57:34] "GET /virtual-network/0c429ff8-04f2-4452-9a9d-202497883460?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005230 10.0.0.23 - - [2026-06-15 02:57:34] "POST /neutron/network HTTP/1.1" 200 834 0.005726 10.0.0.23 - - [2026-06-15 02:57:34] "GET /virtual-network/0c429ff8-04f2-4452-9a9d-202497883460?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005012 10.0.0.33 - - [2026-06-15 02:57:34] "GET /obj-perms HTTP/1.1" 200 4463 0.047141 10.0.0.23 - - [2026-06-15 02:57:34] "POST /id-to-fqname HTTP/1.1" 200 223 0.001970 10.0.0.23 - - [2026-06-15 02:57:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008964 10.0.0.65 - - [2026-06-15 02:57:35] "GET /projects?obj_uuids=d7451d25-7919-458f-8a05-0fad196ae2b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001353 10.0.0.23 - - [2026-06-15 02:57:35] "GET /project/d7451d25-7919-458f-8a05-0fad196ae2b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.054296 10.0.0.23 - - [2026-06-15 02:57:35] "POST /neutron/port HTTP/1.1" 200 5161 0.070607 10.0.0.23 - - [2026-06-15 02:57:36] "POST /id-to-fqname HTTP/1.1" 200 224 0.001140 10.0.0.23 - - [2026-06-15 02:57:36] "POST /neutron/port HTTP/1.1" 200 5161 0.043097 10.0.0.65 - - [2026-06-15 02:57:36] "GET /projects?obj_uuids=d7451d25-7919-458f-8a05-0fad196ae2b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000877 10.0.0.23 - - [2026-06-15 02:57:37] "GET /project/d7451d25-7919-458f-8a05-0fad196ae2b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.075590 10.0.0.23 - - [2026-06-15 02:57:37] "POST /neutron/network HTTP/1.1" 200 834 0.006306 10.0.0.23 - - [2026-06-15 02:57:37] "POST /neutron/port HTTP/1.1" 200 117 0.005525 10.0.0.23 - - [2026-06-15 02:57:37] "POST /fqname-to-id HTTP/1.1" 404 193 0.003520 10.0.0.23 - - [2026-06-15 02:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.65 - - [2026-06-15 02:57:37] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001016 10.0.0.23 - - [2026-06-15 02:57:37] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009798 10.0.0.23 - - [2026-06-15 02:57:37] "POST /service-templates HTTP/1.1" 200 543 0.045738 10.0.0.23 - - [2026-06-15 02:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.23 - - [2026-06-15 02:57:37] "GET /service-template/3f97dc2a-fa46-4f3d-b734-de1b9afc95ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.005997 10.0.0.23 - - [2026-06-15 02:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006325 10.0.0.23 - - [2026-06-15 02:57:37] "GET /service-template/3f97dc2a-fa46-4f3d-b734-de1b9afc95ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.004268 10.0.0.23 - - [2026-06-15 02:57:37] "POST /id-to-fqname HTTP/1.1" 200 223 0.001151 10.0.0.23 - - [2026-06-15 02:57:37] "POST /id-to-fqname HTTP/1.1" 200 223 0.001310 10.0.0.23 - - [2026-06-15 02:57:37] "POST /id-to-fqname HTTP/1.1" 200 224 0.001130 10.0.0.23 - - [2026-06-15 02:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.23 - - [2026-06-15 02:57:38] "DELETE /service-template/3f97dc2a-fa46-4f3d-b734-de1b9afc95ca HTTP/1.1" 200 115 0.030706 10.0.0.23 - - [2026-06-15 02:57:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.003096 10.0.0.23 - - [2026-06-15 02:57:38] "POST /neutron/network HTTP/1.1" 200 834 0.007309 10.0.0.65 - - [2026-06-15 02:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.65 - - [2026-06-15 02:57:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003905 10.0.0.65 - - [2026-06-15 02:57:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002592 10.0.0.23 - - [2026-06-15 02:57:39] "POST /neutron/network HTTP/1.1" 200 151 0.123971 10.0.0.65 - - [2026-06-15 02:57:39] "DELETE /route-target/f0ce0c37-3a71-4f7c-8f01-a8e78e90e3fb HTTP/1.1" 200 115 0.023979 10.0.0.23 - - [2026-06-15 02:57:39] "POST /neutron/network HTTP/1.1" 200 834 0.009602 10.0.0.23 - - [2026-06-15 02:57:39] "POST /neutron/network HTTP/1.1" 200 808 0.010068 10.0.0.23 - - [2026-06-15 02:57:41] "POST /neutron/port HTTP/1.1" 200 1122 0.019808 10.0.0.23 - - [2026-06-15 02:57:41] "POST /neutron/network HTTP/1.1" 200 834 0.005850 10.0.0.23 - - [2026-06-15 02:57:42] "POST /neutron/network HTTP/1.1" 200 808 0.010355 10.0.0.23 - - [2026-06-15 02:57:43] "POST /neutron/network HTTP/1.1" 200 834 0.008236 10.0.0.65 - - [2026-06-15 02:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.23 - - [2026-06-15 02:57:45] "POST /neutron/network HTTP/1.1" 200 117 0.006582 10.0.0.23 - - [2026-06-15 02:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.65 - - [2026-06-15 02:57:46] "GET /projects?obj_uuids=d7451d25-7919-458f-8a05-0fad196ae2b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000889 10.0.0.23 - - [2026-06-15 02:57:46] "GET /project/d7451d25-7919-458f-8a05-0fad196ae2b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.040768 10.0.0.65 - - [2026-06-15 02:57:46] "GET /projects?obj_uuids=d7451d25-7919-458f-8a05-0fad196ae2b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000844 10.0.0.23 - - [2026-06-15 02:57:46] "POST /neutron/network HTTP/1.1" 200 613 0.119569 10.0.0.65 - - [2026-06-15 02:57:46] "POST /ref-update HTTP/1.1" 200 156 0.026206 10.0.0.23 - - [2026-06-15 02:57:47] "POST /neutron/network HTTP/1.1" 200 833 0.010952 10.0.0.23 - - [2026-06-15 02:57:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.000877 10.0.0.23 - - [2026-06-15 02:57:47] "GET /virtual-network/d570a0d8-7ee1-4d59-a71d-d08d859f8608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004265 10.0.0.23 - - [2026-06-15 02:57:47] "GET /virtual-network/d570a0d8-7ee1-4d59-a71d-d08d859f8608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004491 10.0.0.23 - - [2026-06-15 02:57:47] "POST /neutron/subnet HTTP/1.1" 200 729 0.007761 10.0.0.23 - - [2026-06-15 02:57:47] "GET /virtual-network/d570a0d8-7ee1-4d59-a71d-d08d859f8608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006015 10.0.0.23 - - [2026-06-15 02:57:47] "GET /obj-perms HTTP/1.1" 200 4463 0.004104 10.0.0.65 - - [2026-06-15 02:57:47] "GET /obj-perms HTTP/1.1" 200 4463 0.004017 10.0.0.23 - - [2026-06-15 02:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.65 - - [2026-06-15 02:57:47] "GET /projects?obj_uuids=d7451d25-7919-458f-8a05-0fad196ae2b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000847 10.0.0.23 - - [2026-06-15 02:57:47] "GET /project/d7451d25-7919-458f-8a05-0fad196ae2b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.054630 10.0.0.65 - - [2026-06-15 02:57:48] "POST /useragent-kv HTTP/1.1" 200 115 0.008216 10.0.0.23 - - [2026-06-15 02:57:48] "POST /neutron/subnet HTTP/1.1" 200 720 0.194726 10.0.0.23 - - [2026-06-15 02:57:48] "POST /id-to-fqname HTTP/1.1" 200 223 0.001247 10.0.0.23 - - [2026-06-15 02:57:48] "GET /virtual-network/7268d54d-5539-4219-9250-5b3dfbfa772e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005636 10.0.0.23 - - [2026-06-15 02:57:48] "GET /virtual-network/7268d54d-5539-4219-9250-5b3dfbfa772e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004897 10.0.0.23 - - [2026-06-15 02:57:48] "POST /neutron/network HTTP/1.1" 200 831 0.008339 10.0.0.23 - - [2026-06-15 02:57:48] "GET /virtual-network/7268d54d-5539-4219-9250-5b3dfbfa772e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006731 10.0.0.33 - - [2026-06-15 02:57:48] "GET /obj-perms HTTP/1.1" 200 4463 0.011023 10.0.0.23 - - [2026-06-15 02:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005048 10.0.0.65 - - [2026-06-15 02:57:48] "GET /projects?obj_uuids=d7451d25-7919-458f-8a05-0fad196ae2b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001072 10.0.0.23 - - [2026-06-15 02:57:48] "GET /project/d7451d25-7919-458f-8a05-0fad196ae2b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.041706 10.0.0.65 - - [2026-06-15 02:57:49] "GET /projects?obj_uuids=d7451d25-7919-458f-8a05-0fad196ae2b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001231 10.0.0.23 - - [2026-06-15 02:57:49] "POST /neutron/network HTTP/1.1" 200 615 0.164416 10.0.0.65 - - [2026-06-15 02:57:49] "POST /route-targets HTTP/1.1" 200 327 0.015986 10.0.0.23 - - [2026-06-15 02:57:49] "POST /id-to-fqname HTTP/1.1" 200 224 0.004425 10.0.0.23 - - [2026-06-15 02:57:49] "GET /virtual-network/d2a518fa-b7ab-4ee4-bef9-0bfdece1af09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006414 10.0.0.23 - - [2026-06-15 02:57:49] "POST /neutron/network HTTP/1.1" 200 832 0.007318 10.0.0.23 - - [2026-06-15 02:57:49] "GET /virtual-network/d2a518fa-b7ab-4ee4-bef9-0bfdece1af09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005548 10.0.0.23 - - [2026-06-15 02:57:49] "GET /virtual-network/d2a518fa-b7ab-4ee4-bef9-0bfdece1af09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006540 10.0.0.23 - - [2026-06-15 02:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.65 - - [2026-06-15 02:57:50] "GET /projects?obj_uuids=d7451d25-7919-458f-8a05-0fad196ae2b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001151 10.0.0.23 - - [2026-06-15 02:57:50] "GET /project/d7451d25-7919-458f-8a05-0fad196ae2b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.049298 10.0.0.23 - - [2026-06-15 02:57:50] "POST /neutron/network HTTP/1.1" 200 117 0.014241 10.0.0.65 - - [2026-06-15 02:57:50] "POST /ref-update HTTP/1.1" 200 156 0.024431 10.0.0.23 - - [2026-06-15 02:57:50] "POST /neutron/network HTTP/1.1" 200 845 0.011074 10.0.0.23 - - [2026-06-15 02:57:50] "POST /id-to-fqname HTTP/1.1" 200 229 0.001042 10.0.0.23 - - [2026-06-15 02:57:50] "GET /virtual-network/81826bb4-995c-4788-abf4-0c400a182cc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.004739 10.0.0.23 - - [2026-06-15 02:57:50] "GET /virtual-network/81826bb4-995c-4788-abf4-0c400a182cc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.004948 10.0.0.23 - - [2026-06-15 02:57:50] "POST /neutron/subnet HTTP/1.1" 200 729 0.007975 10.0.0.23 - - [2026-06-15 02:57:50] "GET /virtual-network/81826bb4-995c-4788-abf4-0c400a182cc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.004701 10.0.0.23 - - [2026-06-15 02:57:50] "GET /obj-perms HTTP/1.1" 200 4463 0.007540 10.0.0.65 - - [2026-06-15 02:57:51] "GET /obj-perms HTTP/1.1" 200 4463 0.003429 10.0.0.23 - - [2026-06-15 02:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.65 - - [2026-06-15 02:57:51] "GET /projects?obj_uuids=d7451d25-7919-458f-8a05-0fad196ae2b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001176 10.0.0.23 - - [2026-06-15 02:57:51] "GET /project/d7451d25-7919-458f-8a05-0fad196ae2b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.039099 10.0.0.65 - - [2026-06-15 02:57:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003385 10.0.0.23 - - [2026-06-15 02:57:51] "POST /neutron/subnet HTTP/1.1" 200 734 0.230246 10.0.0.23 - - [2026-06-15 02:57:51] "POST /id-to-fqname HTTP/1.1" 200 230 0.001210 10.0.0.23 - - [2026-06-15 02:57:51] "GET /virtual-network/2c9b47aa-7095-4f6f-8e4e-8619e04e672a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005316 10.0.0.23 - - [2026-06-15 02:57:51] "GET /virtual-network/2c9b47aa-7095-4f6f-8e4e-8619e04e672a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005076 10.0.0.23 - - [2026-06-15 02:57:51] "POST /neutron/network HTTP/1.1" 200 848 0.006792 10.0.0.23 - - [2026-06-15 02:57:51] "GET /virtual-network/2c9b47aa-7095-4f6f-8e4e-8619e04e672a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005023 10.0.0.33 - - [2026-06-15 02:57:52] "GET /obj-perms HTTP/1.1" 200 4463 0.003492 10.0.0.23 - - [2026-06-15 02:57:52] "POST /id-to-fqname HTTP/1.1" 200 223 0.001194 10.0.0.23 - - [2026-06-15 02:57:52] "POST /neutron/network HTTP/1.1" 200 841 0.007836 10.0.0.65 - - [2026-06-15 02:57:52] "GET /projects?obj_uuids=d7451d25-7919-458f-8a05-0fad196ae2b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000903 10.0.0.23 - - [2026-06-15 02:57:53] "GET /project/d7451d25-7919-458f-8a05-0fad196ae2b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.070046 10.0.0.23 - - [2026-06-15 02:57:53] "POST /neutron/port HTTP/1.1" 200 117 0.005659 10.0.0.23 - - [2026-06-15 02:57:53] "POST /id-to-fqname HTTP/1.1" 200 224 0.001035 10.0.0.65 - - [2026-06-15 02:57:54] "GET /projects?obj_uuids=d7451d25-7919-458f-8a05-0fad196ae2b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000838 10.0.0.23 - - [2026-06-15 02:57:54] "GET /project/d7451d25-7919-458f-8a05-0fad196ae2b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.064328 10.0.0.23 - - [2026-06-15 02:57:54] "POST /neutron/network HTTP/1.1" 200 832 0.005599 10.0.0.23 - - [2026-06-15 02:57:54] "POST /neutron/port HTTP/1.1" 200 117 0.007764 10.0.0.23 - - [2026-06-15 02:57:54] "POST /fqname-to-id HTTP/1.1" 404 193 0.012260 10.0.0.23 - - [2026-06-15 02:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.006494 10.0.0.65 - - [2026-06-15 02:57:54] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003252 10.0.0.23 - - [2026-06-15 02:57:54] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.010667 10.0.0.23 - - [2026-06-15 02:57:54] "POST /service-templates HTTP/1.1" 200 543 0.045324 10.0.0.23 - - [2026-06-15 02:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004294 10.0.0.23 - - [2026-06-15 02:57:54] "GET /service-template/1c076b7a-87a4-472e-bc09-498702acb46f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.007743 10.0.0.23 - - [2026-06-15 02:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005172 10.0.0.23 - - [2026-06-15 02:57:54] "GET /service-template/1c076b7a-87a4-472e-bc09-498702acb46f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003703 10.0.0.23 - - [2026-06-15 02:57:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.000909 10.0.0.23 - - [2026-06-15 02:57:55] "POST /id-to-fqname HTTP/1.1" 200 229 0.001109 10.0.0.23 - - [2026-06-15 02:57:55] "POST /id-to-fqname HTTP/1.1" 200 230 0.001104 10.0.0.23 - - [2026-06-15 02:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004644 10.0.0.23 - - [2026-06-15 02:57:55] "DELETE /service-template/1c076b7a-87a4-472e-bc09-498702acb46f HTTP/1.1" 200 115 0.039668 10.0.0.23 - - [2026-06-15 02:57:55] "POST /fqname-to-id HTTP/1.1" 404 193 0.003656 10.0.0.23 - - [2026-06-15 02:57:55] "POST /neutron/network HTTP/1.1" 200 848 0.006076 10.0.0.65 - - [2026-06-15 02:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.65 - - [2026-06-15 02:57:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002440 10.0.0.65 - - [2026-06-15 02:57:56] "POST /useragent-kv HTTP/1.1" 200 115 0.014239 10.0.0.23 - - [2026-06-15 02:57:56] "POST /neutron/network HTTP/1.1" 200 151 0.113239 10.0.0.65 - - [2026-06-15 02:57:56] "DELETE /route-target/1e592369-1d1b-42b2-955d-8144869f86b7 HTTP/1.1" 200 115 0.021979 10.0.0.23 - - [2026-06-15 02:57:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003625 10.0.0.23 - - [2026-06-15 02:57:56] "POST /neutron/port HTTP/1.1" 200 117 0.000945 10.0.0.65 - - [2026-06-15 02:57:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002862 10.0.0.65 - - [2026-06-15 02:57:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002748 10.0.0.23 - - [2026-06-15 02:57:56] "POST /neutron/network HTTP/1.1" 200 151 0.113501 10.0.0.65 - - [2026-06-15 02:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004141 10.0.0.23 - - [2026-06-15 02:57:56] "POST /neutron/network HTTP/1.1" 200 833 0.006344 10.0.0.65 - - [2026-06-15 02:57:57] "DELETE /route-target/948516e4-5a37-4e4c-897f-3ac99e01cb1d HTTP/1.1" 200 115 0.029291 10.0.0.65 - - [2026-06-15 02:57:58] "GET /projects?obj_uuids=d7451d25-7919-458f-8a05-0fad196ae2b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001199 10.0.0.23 - - [2026-06-15 02:57:58] "GET /project/d7451d25-7919-458f-8a05-0fad196ae2b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.039122 10.0.0.65 - - [2026-06-15 02:57:58] "GET /projects?obj_uuids=d7451d25-7919-458f-8a05-0fad196ae2b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000906 10.0.0.23 - - [2026-06-15 02:57:58] "GET /project/d7451d25-7919-458f-8a05-0fad196ae2b6?fields=virtual_networks HTTP/1.1" 200 1027 0.046571 10.0.0.65 - - [2026-06-15 02:57:58] "GET /projects?obj_uuids=d7451d25-7919-458f-8a05-0fad196ae2b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000901 10.0.0.23 - - [2026-06-15 02:57:58] "GET /project/d7451d25-7919-458f-8a05-0fad196ae2b6?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.035792 10.0.0.65 - - [2026-06-15 02:57:58] "GET /projects?obj_uuids=d7451d25-7919-458f-8a05-0fad196ae2b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001055 10.0.0.23 - - [2026-06-15 02:57:58] "GET /project/d7451d25-7919-458f-8a05-0fad196ae2b6?fields=security_groups HTTP/1.1" 200 1251 0.034661 10.0.0.23 - - [2026-06-15 02:57:59] "POST /neutron/network HTTP/1.1" 200 117 0.006040 10.0.0.23 - - [2026-06-15 02:57:59] "POST /fqname-to-id HTTP/1.1" 404 186 0.031389 10.0.0.65 - - [2026-06-15 02:57:59] "GET /projects?obj_uuids=15034d2c-9c88-48a0-83d1-661d95ae9ce7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003330 10.0.0.65 - - [2026-06-15 02:57:59] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000838 10.0.0.65 - - [2026-06-15 02:57:59] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006154 10.0.0.65 - - [2026-06-15 02:57:59] "POST /id-to-fqname HTTP/1.1" 200 188 0.003298 10.0.0.65 - - [2026-06-15 02:57:59] "POST /fqname-to-id HTTP/1.1" 404 197 0.005195 10.0.0.65 - - [2026-06-15 02:57:59] "POST /security-groups HTTP/1.1" 200 589 0.074824 10.0.0.65 - - [2026-06-15 02:57:59] "POST /projects HTTP/1.1" 200 581 0.274732 10.0.0.65 - - [2026-06-15 02:58:00] "POST /fqname-to-id HTTP/1.1" 404 231 0.008874 10.0.0.65 - - [2026-06-15 02:58:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.342361 10.0.0.23 - - [2026-06-15 02:58:00] "GET /project/15034d2c-9c88-48a0-83d1-661d95ae9ce7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.474210 10.0.0.23 - - [2026-06-15 02:58:01] "GET / HTTP/1.1" 200 35931 0.001388 10.0.0.23 - - [2026-06-15 02:58:02] "POST /neutron/port HTTP/1.1" 200 1218 0.020167 10.0.0.23 - - [2026-06-15 02:58:02] "POST /neutron/network HTTP/1.1" 200 117 0.015136 10.0.0.23 - - [2026-06-15 02:58:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000592 10.0.0.23 - - [2026-06-15 02:58:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.160347 10.0.0.65 - - [2026-06-15 02:58:03] "GET /projects?obj_uuids=15034d2c-9c88-48a0-83d1-661d95ae9ce7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001613 10.0.0.23 - - [2026-06-15 02:58:03] "GET /project/15034d2c-9c88-48a0-83d1-661d95ae9ce7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.043966 10.0.0.65 - - [2026-06-15 02:58:03] "GET /projects?obj_uuids=15034d2c-9c88-48a0-83d1-661d95ae9ce7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001065 10.0.0.23 - - [2026-06-15 02:58:03] "POST /neutron/network HTTP/1.1" 200 613 0.132928 10.0.0.65 - - [2026-06-15 02:58:03] "POST /ref-update HTTP/1.1" 200 156 0.030433 10.0.0.23 - - [2026-06-15 02:58:03] "POST /id-to-fqname HTTP/1.1" 200 223 0.003343 10.0.0.23 - - [2026-06-15 02:58:03] "GET /virtual-network/944c98c3-b966-4e7b-a517-44b9d133c140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005048 10.0.0.23 - - [2026-06-15 02:58:03] "POST /neutron/network HTTP/1.1" 200 832 0.006117 10.0.0.23 - - [2026-06-15 02:58:03] "GET /virtual-network/944c98c3-b966-4e7b-a517-44b9d133c140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004642 10.0.0.23 - - [2026-06-15 02:58:03] "POST /neutron/subnet HTTP/1.1" 200 725 0.009155 10.0.0.23 - - [2026-06-15 02:58:03] "POST /neutron/subnet HTTP/1.1" 200 1385 0.012444 10.0.0.23 - - [2026-06-15 02:58:04] "POST /neutron/network HTTP/1.1" 200 1113 0.008302 10.0.0.23 - - [2026-06-15 02:58:04] "GET /virtual-network/944c98c3-b966-4e7b-a517-44b9d133c140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006655 10.0.0.23 - - [2026-06-15 02:58:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.65 - - [2026-06-15 02:58:05] "GET /projects?obj_uuids=15034d2c-9c88-48a0-83d1-661d95ae9ce7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000816 10.0.0.23 - - [2026-06-15 02:58:05] "GET /project/15034d2c-9c88-48a0-83d1-661d95ae9ce7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.037505 10.0.0.65 - - [2026-06-15 02:58:05] "GET /projects?obj_uuids=15034d2c-9c88-48a0-83d1-661d95ae9ce7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000904 10.0.0.23 - - [2026-06-15 02:58:05] "POST /neutron/network HTTP/1.1" 200 617 0.113111 10.0.0.23 - - [2026-06-15 02:58:06] "POST /id-to-fqname HTTP/1.1" 200 225 0.003097 10.0.0.23 - - [2026-06-15 02:58:06] "GET /virtual-network/7296959f-23e1-4e45-98b9-f899acfee851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004605 10.0.0.23 - - [2026-06-15 02:58:06] "POST /neutron/network HTTP/1.1" 200 837 0.006045 10.0.0.23 - - [2026-06-15 02:58:06] "GET /virtual-network/7296959f-23e1-4e45-98b9-f899acfee851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006735 10.0.0.23 - - [2026-06-15 02:58:06] "GET /virtual-network/7296959f-23e1-4e45-98b9-f899acfee851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004975 10.0.0.23 - - [2026-06-15 02:58:06] "GET /obj-perms HTTP/1.1" 200 4463 0.044778 10.0.0.65 - - [2026-06-15 02:58:06] "GET /obj-perms HTTP/1.1" 200 4463 0.034235 10.0.0.23 - - [2026-06-15 02:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.65 - - [2026-06-15 02:58:06] "GET /projects?obj_uuids=15034d2c-9c88-48a0-83d1-661d95ae9ce7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000832 10.0.0.23 - - [2026-06-15 02:58:06] "GET /project/15034d2c-9c88-48a0-83d1-661d95ae9ce7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.045073 10.0.0.23 - - [2026-06-15 02:58:06] "POST /neutron/network HTTP/1.1" 200 117 0.015780 10.0.0.65 - - [2026-06-15 02:58:07] "POST /route-targets HTTP/1.1" 200 327 0.012416 10.0.0.23 - - [2026-06-15 02:58:07] "POST /neutron/network HTTP/1.1" 200 839 0.009556 10.0.0.23 - - [2026-06-15 02:58:07] "POST /id-to-fqname HTTP/1.1" 200 226 0.000955 10.0.0.23 - - [2026-06-15 02:58:07] "GET /virtual-network/dd4f04fe-f049-4252-bd2f-aee6fa55905b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004536 10.0.0.23 - - [2026-06-15 02:58:07] "GET /virtual-network/dd4f04fe-f049-4252-bd2f-aee6fa55905b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005658 10.0.0.23 - - [2026-06-15 02:58:07] "POST /neutron/subnet HTTP/1.1" 200 730 0.008820 10.0.0.23 - - [2026-06-15 02:58:07] "GET /virtual-network/dd4f04fe-f049-4252-bd2f-aee6fa55905b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006155 10.0.0.33 - - [2026-06-15 02:58:07] "GET /obj-perms HTTP/1.1" 200 4463 0.039569 10.0.0.23 - - [2026-06-15 02:58:07] "POST /id-to-fqname HTTP/1.1" 200 225 0.001550 10.0.0.65 - - [2026-06-15 02:58:09] "DELETE /project/15034d2c9c8848a083d1661d95ae9ce7 HTTP/1.1" 404 173 0.003536 10.0.0.65 - - [2026-06-15 02:58:09] "DELETE /project/d7451d257919458f8a050fad196ae2b6 HTTP/1.1" 404 173 0.006590 10.0.0.65 - - [2026-06-15 02:58:09] "GET /projects?obj_uuids=d7451d25-7919-458f-8a05-0fad196ae2b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001908 10.0.0.65 - - [2026-06-15 02:58:09] "GET /projects?obj_uuids=15034d2c-9c88-48a0-83d1-661d95ae9ce7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000833 10.0.0.65 - - [2026-06-15 02:58:09] "GET /project/d7451d25-7919-458f-8a05-0fad196ae2b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.065553 10.0.0.65 - - [2026-06-15 02:58:09] "GET /projects?obj_uuids=d7451d25-7919-458f-8a05-0fad196ae2b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001062 10.0.0.23 - - [2026-06-15 02:58:09] "GET /project/15034d2c-9c88-48a0-83d1-661d95ae9ce7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.141877 10.0.0.23 - - [2026-06-15 02:58:09] "POST /neutron/network HTTP/1.1" 200 837 0.006266 10.0.0.65 - - [2026-06-15 02:58:09] "GET /project/d7451d25-7919-458f-8a05-0fad196ae2b6?fields=security_groups HTTP/1.1" 200 1356 0.088012 10.0.0.65 - - [2026-06-15 02:58:09] "DELETE /security-group/3f18b590-040a-449e-bbdf-8bf0e2d6acaa HTTP/1.1" 200 115 0.062949 10.0.0.65 - - [2026-06-15 02:58:09] "GET /projects?obj_uuids=d7451d25-7919-458f-8a05-0fad196ae2b6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001794 10.0.0.65 - - [2026-06-15 02:58:09] "GET /project/d7451d25-7919-458f-8a05-0fad196ae2b6?fields=application_policy_sets HTTP/1.1" 200 1395 0.043379 10.0.0.65 - - [2026-06-15 02:58:09] "DELETE /access-control-list/ba5f7a0b-4b9b-4e6a-9390-dddd5dfca517 HTTP/1.1" 200 115 0.040320 10.0.0.65 - - [2026-06-15 02:58:09] "DELETE /project/d7451d25-7919-458f-8a05-0fad196ae2b6 HTTP/1.1" 200 115 0.457448 10.0.0.23 - - [2026-06-15 02:58:09] "POST /id-to-fqname HTTP/1.1" 200 226 0.001243 10.0.0.23 - - [2026-06-15 02:58:09] "POST /neutron/port HTTP/1.1" 200 4192 0.028171 10.0.0.65 - - [2026-06-15 02:58:10] "GET /projects?obj_uuids=15034d2c-9c88-48a0-83d1-661d95ae9ce7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000984 10.0.0.23 - - [2026-06-15 02:58:10] "GET /project/15034d2c-9c88-48a0-83d1-661d95ae9ce7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.053967 10.0.0.23 - - [2026-06-15 02:58:10] "POST /neutron/port HTTP/1.1" 200 4192 0.044490 10.0.0.23 - - [2026-06-15 02:58:10] "POST /fqname-to-id HTTP/1.1" 404 193 0.003567 10.0.0.23 - - [2026-06-15 02:58:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.65 - - [2026-06-15 02:58:10] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001074 10.0.0.23 - - [2026-06-15 02:58:10] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008100 10.0.0.23 - - [2026-06-15 02:58:10] "POST /service-templates HTTP/1.1" 200 543 0.037403 10.0.0.23 - - [2026-06-15 02:58:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004495 10.0.0.23 - - [2026-06-15 02:58:10] "GET /service-template/99c80722-59d3-4ccc-917c-7bc5ac751966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.008034 10.0.0.23 - - [2026-06-15 02:58:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.23 - - [2026-06-15 02:58:10] "GET /service-template/99c80722-59d3-4ccc-917c-7bc5ac751966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004510 10.0.0.23 - - [2026-06-15 02:58:11] "POST /id-to-fqname HTTP/1.1" 200 223 0.001281 10.0.0.23 - - [2026-06-15 02:58:11] "POST /id-to-fqname HTTP/1.1" 200 225 0.001155 10.0.0.23 - - [2026-06-15 02:58:11] "POST /id-to-fqname HTTP/1.1" 200 226 0.001299 10.0.0.23 - - [2026-06-15 02:58:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.23 - - [2026-06-15 02:58:11] "DELETE /service-template/99c80722-59d3-4ccc-917c-7bc5ac751966 HTTP/1.1" 200 115 0.032130 10.0.0.23 - - [2026-06-15 02:58:11] "POST /fqname-to-id HTTP/1.1" 404 193 0.004120 10.0.0.23 - - [2026-06-15 02:58:11] "POST /neutron/network HTTP/1.1" 200 839 0.006398 10.0.0.65 - - [2026-06-15 02:58:12] "POST /useragent-kv HTTP/1.1" 200 115 0.004315 10.0.0.65 - - [2026-06-15 02:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005365 10.0.0.65 - - [2026-06-15 02:58:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002290 10.0.0.23 - - [2026-06-15 02:58:12] "POST /neutron/network HTTP/1.1" 200 151 0.121831 10.0.0.65 - - [2026-06-15 02:58:12] "DELETE /route-target/aba362b6-534b-48e4-8c2d-95eb52c33d71 HTTP/1.1" 200 115 0.030855 10.0.0.23 - - [2026-06-15 02:58:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004300 10.0.0.65 - - [2026-06-15 02:58:15] "GET /projects?obj_uuids=15034d2c-9c88-48a0-83d1-661d95ae9ce7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001013 10.0.0.23 - - [2026-06-15 02:58:15] "GET /project/15034d2c-9c88-48a0-83d1-661d95ae9ce7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.046529 10.0.0.23 - - [2026-06-15 02:58:15] "POST /neutron/network HTTP/1.1" 200 117 0.013649 10.0.0.23 - - [2026-06-15 02:58:15] "POST /neutron/port HTTP/1.1" 200 117 0.006599 10.0.0.23 - - [2026-06-15 02:58:15] "POST /neutron/network HTTP/1.1" 200 833 0.009839 10.0.0.23 - - [2026-06-15 02:58:15] "POST /id-to-fqname HTTP/1.1" 200 223 0.001382 10.0.0.23 - - [2026-06-15 02:58:15] "GET /virtual-network/d914e66c-c2d2-4210-ac50-9abd28440209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004981 10.0.0.23 - - [2026-06-15 02:58:15] "GET /virtual-network/d914e66c-c2d2-4210-ac50-9abd28440209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005083 10.0.0.23 - - [2026-06-15 02:58:15] "POST /neutron/subnet HTTP/1.1" 200 730 0.009447 10.0.0.23 - - [2026-06-15 02:58:18] "POST /neutron/network HTTP/1.1" 200 807 0.007811 10.0.0.23 - - [2026-06-15 02:58:21] "GET /virtual-network/d914e66c-c2d2-4210-ac50-9abd28440209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005423 10.0.0.23 - - [2026-06-15 02:58:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004232 10.0.0.65 - - [2026-06-15 02:58:21] "GET /projects?obj_uuids=15034d2c-9c88-48a0-83d1-661d95ae9ce7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000876 10.0.0.23 - - [2026-06-15 02:58:21] "GET /project/15034d2c-9c88-48a0-83d1-661d95ae9ce7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.035758 10.0.0.23 - - [2026-06-15 02:58:21] "POST /neutron/network HTTP/1.1" 200 117 0.013033 10.0.0.65 - - [2026-06-15 02:58:21] "POST /route-targets HTTP/1.1" 200 327 0.016644 10.0.0.23 - - [2026-06-15 02:58:22] "POST /neutron/network HTTP/1.1" 200 833 0.009970 10.0.0.23 - - [2026-06-15 02:58:22] "POST /id-to-fqname HTTP/1.1" 200 223 0.001319 10.0.0.23 - - [2026-06-15 02:58:22] "GET /virtual-network/01868b5c-a73b-4c3b-b4d9-8433485ce419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006427 10.0.0.23 - - [2026-06-15 02:58:22] "GET /virtual-network/01868b5c-a73b-4c3b-b4d9-8433485ce419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007112 10.0.0.23 - - [2026-06-15 02:58:22] "POST /neutron/subnet HTTP/1.1" 200 729 0.008344 10.0.0.23 - - [2026-06-15 02:58:22] "GET /virtual-network/01868b5c-a73b-4c3b-b4d9-8433485ce419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005418 10.0.0.23 - - [2026-06-15 02:58:22] "GET /obj-perms HTTP/1.1" 200 4463 0.003882 10.0.0.65 - - [2026-06-15 02:58:22] "GET /obj-perms HTTP/1.1" 200 4463 0.004603 10.0.0.23 - - [2026-06-15 02:58:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.65 - - [2026-06-15 02:58:22] "GET /projects?obj_uuids=15034d2c-9c88-48a0-83d1-661d95ae9ce7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000973 10.0.0.23 - - [2026-06-15 02:58:22] "GET /project/15034d2c-9c88-48a0-83d1-661d95ae9ce7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.042894 10.0.0.65 - - [2026-06-15 02:58:22] "POST /ref-update HTTP/1.1" 200 156 0.017766 10.0.0.65 - - [2026-06-15 02:58:23] "POST /useragent-kv HTTP/1.1" 200 115 0.006785 10.0.0.23 - - [2026-06-15 02:58:23] "POST /neutron/subnet HTTP/1.1" 200 724 0.221940 10.0.0.23 - - [2026-06-15 02:58:23] "POST /id-to-fqname HTTP/1.1" 200 224 0.001140 10.0.0.23 - - [2026-06-15 02:58:23] "GET /virtual-network/0c3c2b0b-ff19-4846-916d-19bb223cb7e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005001 10.0.0.23 - - [2026-06-15 02:58:23] "GET /virtual-network/0c3c2b0b-ff19-4846-916d-19bb223cb7e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005386 10.0.0.23 - - [2026-06-15 02:58:23] "POST /neutron/network HTTP/1.1" 200 834 0.005724 10.0.0.23 - - [2026-06-15 02:58:23] "GET /virtual-network/0c3c2b0b-ff19-4846-916d-19bb223cb7e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005256 10.0.0.33 - - [2026-06-15 02:58:23] "GET /obj-perms HTTP/1.1" 200 4463 0.003429 10.0.0.23 - - [2026-06-15 02:58:23] "POST /id-to-fqname HTTP/1.1" 200 223 0.001554 10.0.0.23 - - [2026-06-15 02:58:23] "POST /neutron/network HTTP/1.1" 200 843 0.006724 10.0.0.65 - - [2026-06-15 02:58:24] "GET /projects?obj_uuids=15034d2c-9c88-48a0-83d1-661d95ae9ce7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000928 10.0.0.23 - - [2026-06-15 02:58:24] "GET /project/15034d2c-9c88-48a0-83d1-661d95ae9ce7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.055032 10.0.0.23 - - [2026-06-15 02:58:24] "POST /neutron/port HTTP/1.1" 200 117 0.005558 10.0.0.23 - - [2026-06-15 02:58:24] "POST /id-to-fqname HTTP/1.1" 200 224 0.001041 10.0.0.65 - - [2026-06-15 02:58:25] "GET /projects?obj_uuids=15034d2c-9c88-48a0-83d1-661d95ae9ce7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001481 10.0.0.23 - - [2026-06-15 02:58:25] "GET /project/15034d2c-9c88-48a0-83d1-661d95ae9ce7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.060220 10.0.0.23 - - [2026-06-15 02:58:25] "POST /neutron/network HTTP/1.1" 200 834 0.026351 10.0.0.23 - - [2026-06-15 02:58:25] "POST /fqname-to-id HTTP/1.1" 404 193 0.002635 10.0.0.23 - - [2026-06-15 02:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002562 10.0.0.65 - - [2026-06-15 02:58:25] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000820 10.0.0.23 - - [2026-06-15 02:58:25] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.006538 10.0.0.23 - - [2026-06-15 02:58:25] "POST /service-templates HTTP/1.1" 200 543 0.035001 10.0.0.23 - - [2026-06-15 02:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004359 10.0.0.23 - - [2026-06-15 02:58:25] "GET /service-template/b365b6ea-9f63-4983-9311-ceecba22d3ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.005837 10.0.0.23 - - [2026-06-15 02:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.23 - - [2026-06-15 02:58:26] "GET /service-template/b365b6ea-9f63-4983-9311-ceecba22d3ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.003691 10.0.0.23 - - [2026-06-15 02:58:26] "POST /id-to-fqname HTTP/1.1" 200 223 0.001009 10.0.0.23 - - [2026-06-15 02:58:26] "POST /id-to-fqname HTTP/1.1" 200 223 0.001612 10.0.0.23 - - [2026-06-15 02:58:26] "POST /id-to-fqname HTTP/1.1" 200 224 0.001141 10.0.0.23 - - [2026-06-15 02:58:26] "POST /neutron/port HTTP/1.1" 200 4192 0.032045 10.0.0.23 - - [2026-06-15 02:58:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.23 - - [2026-06-15 02:58:26] "DELETE /service-template/b365b6ea-9f63-4983-9311-ceecba22d3ac HTTP/1.1" 200 115 0.032431 10.0.0.23 - - [2026-06-15 02:58:26] "POST /fqname-to-id HTTP/1.1" 404 193 0.002808 10.0.0.23 - - [2026-06-15 02:58:26] "POST /neutron/network HTTP/1.1" 200 833 0.007356 10.0.0.65 - - [2026-06-15 02:58:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.65 - - [2026-06-15 02:58:27] "POST /useragent-kv HTTP/1.1" 200 115 0.005032 10.0.0.65 - - [2026-06-15 02:58:27] "POST /useragent-kv HTTP/1.1" 200 115 0.004697 10.0.0.23 - - [2026-06-15 02:58:27] "POST /neutron/network HTTP/1.1" 200 151 0.108225 10.0.0.65 - - [2026-06-15 02:58:27] "DELETE /route-target/2f00560a-738f-4138-9738-1c72605ec9e5 HTTP/1.1" 200 115 0.019564 10.0.0.65 - - [2026-06-15 02:58:28] "GET /projects?obj_uuids=15034d2c-9c88-48a0-83d1-661d95ae9ce7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001753 10.0.0.23 - - [2026-06-15 02:58:28] "GET /project/15034d2c-9c88-48a0-83d1-661d95ae9ce7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.041149 10.0.0.65 - - [2026-06-15 02:58:28] "GET /projects?obj_uuids=15034d2c-9c88-48a0-83d1-661d95ae9ce7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001182 10.0.0.23 - - [2026-06-15 02:58:28] "GET /project/15034d2c-9c88-48a0-83d1-661d95ae9ce7?fields=virtual_networks HTTP/1.1" 200 1026 0.050542 10.0.0.65 - - [2026-06-15 02:58:29] "GET /projects?obj_uuids=15034d2c-9c88-48a0-83d1-661d95ae9ce7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000838 10.0.0.23 - - [2026-06-15 02:58:29] "GET /project/15034d2c-9c88-48a0-83d1-661d95ae9ce7?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.048615 10.0.0.65 - - [2026-06-15 02:58:29] "GET /projects?obj_uuids=15034d2c-9c88-48a0-83d1-661d95ae9ce7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001162 10.0.0.23 - - [2026-06-15 02:58:29] "GET /project/15034d2c-9c88-48a0-83d1-661d95ae9ce7?fields=security_groups HTTP/1.1" 200 1250 0.042725 10.0.0.23 - - [2026-06-15 02:58:29] "POST /fqname-to-id HTTP/1.1" 404 184 0.033950 10.0.0.65 - - [2026-06-15 02:58:29] "GET /projects?obj_uuids=c0ed16ed-3683-4eed-8fb1-dc14669fd309&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004232 10.0.0.65 - - [2026-06-15 02:58:30] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001465 10.0.0.65 - - [2026-06-15 02:58:30] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.035241 10.0.0.65 - - [2026-06-15 02:58:30] "POST /id-to-fqname HTTP/1.1" 200 186 0.006322 10.0.0.65 - - [2026-06-15 02:58:30] "POST /fqname-to-id HTTP/1.1" 404 195 0.005353 10.0.0.65 - - [2026-06-15 02:58:30] "POST /security-groups HTTP/1.1" 200 587 0.033949 10.0.0.65 - - [2026-06-15 02:58:30] "POST /projects HTTP/1.1" 200 577 0.253432 10.0.0.65 - - [2026-06-15 02:58:30] "POST /fqname-to-id HTTP/1.1" 404 229 0.006797 10.0.0.65 - - [2026-06-15 02:58:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.326619 10.0.0.23 - - [2026-06-15 02:58:30] "GET /project/c0ed16ed-3683-4eed-8fb1-dc14669fd309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.499086 10.0.0.23 - - [2026-06-15 02:58:30] "POST /neutron/network HTTP/1.1" 200 117 0.011000 10.0.0.23 - - [2026-06-15 02:58:31] "GET / HTTP/1.1" 200 35931 0.002211 10.0.0.23 - - [2026-06-15 02:58:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000425 10.0.0.23 - - [2026-06-15 02:58:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.046391 10.0.0.65 - - [2026-06-15 02:58:33] "GET /projects?obj_uuids=c0ed16ed-3683-4eed-8fb1-dc14669fd309&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000792 10.0.0.23 - - [2026-06-15 02:58:33] "GET /project/c0ed16ed-3683-4eed-8fb1-dc14669fd309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.039500 10.0.0.65 - - [2026-06-15 02:58:33] "GET /projects?obj_uuids=c0ed16ed-3683-4eed-8fb1-dc14669fd309&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001155 10.0.0.23 - - [2026-06-15 02:58:33] "POST /neutron/network HTTP/1.1" 200 611 0.142992 10.0.0.65 - - [2026-06-15 02:58:33] "POST /ref-update HTTP/1.1" 200 156 0.018352 10.0.0.23 - - [2026-06-15 02:58:34] "POST /neutron/port HTTP/1.1" 200 117 0.008825 10.0.0.23 - - [2026-06-15 02:58:34] "POST /id-to-fqname HTTP/1.1" 200 221 0.003326 10.0.0.23 - - [2026-06-15 02:58:34] "GET /virtual-network/948da637-c262-489c-af47-cda5dbb8f678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005907 10.0.0.23 - - [2026-06-15 02:58:34] "GET /virtual-network/948da637-c262-489c-af47-cda5dbb8f678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007375 10.0.0.23 - - [2026-06-15 02:58:34] "POST /neutron/network HTTP/1.1" 200 117 0.014215 10.0.0.23 - - [2026-06-15 02:58:34] "GET /virtual-network/948da637-c262-489c-af47-cda5dbb8f678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005548 10.0.0.23 - - [2026-06-15 02:58:35] "POST /neutron/port HTTP/1.1" 200 117 0.004983 10.0.0.23 - - [2026-06-15 02:58:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.65 - - [2026-06-15 02:58:36] "GET /projects?obj_uuids=c0ed16ed-3683-4eed-8fb1-dc14669fd309&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001216 10.0.0.23 - - [2026-06-15 02:58:36] "GET /project/c0ed16ed-3683-4eed-8fb1-dc14669fd309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.042394 10.0.0.65 - - [2026-06-15 02:58:36] "POST /useragent-kv HTTP/1.1" 200 115 0.005795 10.0.0.23 - - [2026-06-15 02:58:36] "POST /neutron/subnet HTTP/1.1" 200 734 0.243585 10.0.0.23 - - [2026-06-15 02:58:36] "POST /id-to-fqname HTTP/1.1" 200 221 0.001163 10.0.0.23 - - [2026-06-15 02:58:36] "GET /virtual-network/3d63bfa6-fde8-42ae-a5a6-f8c9a8a518ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005340 10.0.0.23 - - [2026-06-15 02:58:36] "GET /virtual-network/3d63bfa6-fde8-42ae-a5a6-f8c9a8a518ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005234 10.0.0.23 - - [2026-06-15 02:58:36] "POST /neutron/network HTTP/1.1" 200 832 0.005957 10.0.0.23 - - [2026-06-15 02:58:36] "GET /virtual-network/3d63bfa6-fde8-42ae-a5a6-f8c9a8a518ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005324 10.0.0.23 - - [2026-06-15 02:58:37] "GET /obj-perms HTTP/1.1" 200 4459 0.052405 10.0.0.65 - - [2026-06-15 02:58:37] "GET /obj-perms HTTP/1.1" 200 4459 0.065468 10.0.0.23 - - [2026-06-15 02:58:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.65 - - [2026-06-15 02:58:37] "GET /projects?obj_uuids=c0ed16ed-3683-4eed-8fb1-dc14669fd309&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000866 10.0.0.23 - - [2026-06-15 02:58:37] "GET /project/c0ed16ed-3683-4eed-8fb1-dc14669fd309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.042633 10.0.0.65 - - [2026-06-15 02:58:37] "GET /projects?obj_uuids=c0ed16ed-3683-4eed-8fb1-dc14669fd309&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000919 10.0.0.23 - - [2026-06-15 02:58:37] "POST /neutron/network HTTP/1.1" 200 613 0.150546 10.0.0.65 - - [2026-06-15 02:58:37] "POST /route-targets HTTP/1.1" 200 327 0.021797 10.0.0.23 - - [2026-06-15 02:58:37] "POST /id-to-fqname HTTP/1.1" 200 222 0.005139 10.0.0.23 - - [2026-06-15 02:58:37] "GET /virtual-network/0effc158-6a36-4c37-975d-207ac77256b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005114 10.0.0.23 - - [2026-06-15 02:58:37] "POST /neutron/network HTTP/1.1" 200 834 0.006280 10.0.0.23 - - [2026-06-15 02:58:38] "GET /virtual-network/0effc158-6a36-4c37-975d-207ac77256b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005996 10.0.0.23 - - [2026-06-15 02:58:38] "GET /virtual-network/0effc158-6a36-4c37-975d-207ac77256b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005102 10.0.0.33 - - [2026-06-15 02:58:38] "GET /obj-perms HTTP/1.1" 200 4459 0.038021 10.0.0.23 - - [2026-06-15 02:58:38] "POST /id-to-fqname HTTP/1.1" 200 221 0.001165 10.0.0.23 - - [2026-06-15 02:58:38] "POST /neutron/port HTTP/1.1" 200 4192 0.025803 10.0.0.65 - - [2026-06-15 02:58:39] "GET /projects?obj_uuids=c0ed16ed-3683-4eed-8fb1-dc14669fd309&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001221 10.0.0.23 - - [2026-06-15 02:58:39] "GET /project/c0ed16ed-3683-4eed-8fb1-dc14669fd309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.075303 10.0.0.23 - - [2026-06-15 02:58:39] "POST /neutron/port HTTP/1.1" 200 4192 0.032591 10.0.0.23 - - [2026-06-15 02:58:39] "POST /id-to-fqname HTTP/1.1" 200 222 0.001253 10.0.0.23 - - [2026-06-15 02:58:40] "POST /neutron/network HTTP/1.1" 200 844 0.006320 10.0.0.65 - - [2026-06-15 02:58:40] "GET /projects?obj_uuids=c0ed16ed-3683-4eed-8fb1-dc14669fd309&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000864 10.0.0.23 - - [2026-06-15 02:58:40] "GET /project/c0ed16ed-3683-4eed-8fb1-dc14669fd309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.067426 10.0.0.23 - - [2026-06-15 02:58:41] "POST /neutron/port HTTP/1.1" 200 117 0.005948 10.0.0.23 - - [2026-06-15 02:58:41] "POST /fqname-to-id HTTP/1.1" 404 193 0.002597 10.0.0.23 - - [2026-06-15 02:58:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.65 - - [2026-06-15 02:58:41] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000946 10.0.0.23 - - [2026-06-15 02:58:41] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007158 10.0.0.23 - - [2026-06-15 02:58:41] "POST /service-templates HTTP/1.1" 200 543 0.030308 10.0.0.23 - - [2026-06-15 02:58:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.23 - - [2026-06-15 02:58:41] "GET /service-template/7922e2f8-673c-430f-a285-50432cb3b299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.005318 10.0.0.23 - - [2026-06-15 02:58:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002604 10.0.0.23 - - [2026-06-15 02:58:41] "GET /service-template/7922e2f8-673c-430f-a285-50432cb3b299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004421 10.0.0.23 - - [2026-06-15 02:58:41] "POST /id-to-fqname HTTP/1.1" 200 221 0.001460 10.0.0.23 - - [2026-06-15 02:58:41] "POST /id-to-fqname HTTP/1.1" 200 221 0.001123 10.0.0.23 - - [2026-06-15 02:58:41] "POST /id-to-fqname HTTP/1.1" 200 222 0.001103 10.0.0.23 - - [2026-06-15 02:58:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.23 - - [2026-06-15 02:58:41] "DELETE /service-template/7922e2f8-673c-430f-a285-50432cb3b299 HTTP/1.1" 200 115 0.032345 10.0.0.23 - - [2026-06-15 02:58:41] "POST /fqname-to-id HTTP/1.1" 404 193 0.003255 10.0.0.65 - - [2026-06-15 02:58:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003793 10.0.0.65 - - [2026-06-15 02:58:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003362 10.0.0.23 - - [2026-06-15 02:58:42] "POST /neutron/network HTTP/1.1" 200 151 0.137552 10.0.0.65 - - [2026-06-15 02:58:42] "DELETE /route-target/a46447cd-3db4-494d-8522-c9379a65e6bf HTTP/1.1" 200 115 0.041312 10.0.0.23 - - [2026-06-15 02:58:42] "POST /neutron/network HTTP/1.1" 200 830 0.007005 10.0.0.65 - - [2026-06-15 02:58:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.23 - - [2026-06-15 02:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.65 - - [2026-06-15 02:58:45] "GET /projects?obj_uuids=c0ed16ed-3683-4eed-8fb1-dc14669fd309&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000804 10.0.0.23 - - [2026-06-15 02:58:45] "GET /project/c0ed16ed-3683-4eed-8fb1-dc14669fd309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.042185 10.0.0.65 - - [2026-06-15 02:58:45] "GET /projects?obj_uuids=c0ed16ed-3683-4eed-8fb1-dc14669fd309&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001206 10.0.0.23 - - [2026-06-15 02:58:45] "POST /neutron/network HTTP/1.1" 200 611 0.139261 10.0.0.65 - - [2026-06-15 02:58:45] "POST /ref-update HTTP/1.1" 200 156 0.040859 10.0.0.23 - - [2026-06-15 02:58:46] "POST /id-to-fqname HTTP/1.1" 200 221 0.001170 10.0.0.23 - - [2026-06-15 02:58:46] "GET /virtual-network/22a2182e-8615-451f-8a45-3946669235e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005253 10.0.0.23 - - [2026-06-15 02:58:46] "POST /neutron/network HTTP/1.1" 200 802 0.027414 10.0.0.23 - - [2026-06-15 02:58:46] "GET /virtual-network/22a2182e-8615-451f-8a45-3946669235e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005285 10.0.0.23 - - [2026-06-15 02:58:46] "POST /neutron/network HTTP/1.1" 200 117 0.034562 10.0.0.23 - - [2026-06-15 02:58:46] "GET /virtual-network/22a2182e-8615-451f-8a45-3946669235e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006678 10.0.0.23 - - [2026-06-15 02:58:46] "GET /obj-perms HTTP/1.1" 200 4459 0.003433 10.0.0.23 - - [2026-06-15 02:58:46] "POST /neutron/port HTTP/1.1" 200 117 0.005664 10.0.0.23 - - [2026-06-15 02:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004591 10.0.0.65 - - [2026-06-15 02:58:46] "GET /projects?obj_uuids=c0ed16ed-3683-4eed-8fb1-dc14669fd309&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001273 10.0.0.23 - - [2026-06-15 02:58:46] "GET /project/c0ed16ed-3683-4eed-8fb1-dc14669fd309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.054592 10.0.0.65 - - [2026-06-15 02:58:47] "POST /useragent-kv HTTP/1.1" 200 115 0.010184 10.0.0.23 - - [2026-06-15 02:58:47] "POST /neutron/subnet HTTP/1.1" 200 715 0.265907 10.0.0.23 - - [2026-06-15 02:58:47] "POST /id-to-fqname HTTP/1.1" 200 221 0.001677 10.0.0.23 - - [2026-06-15 02:58:47] "GET /virtual-network/cf65f449-38c1-4f53-846b-31cb2dfdffda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005841 10.0.0.23 - - [2026-06-15 02:58:47] "GET /virtual-network/cf65f449-38c1-4f53-846b-31cb2dfdffda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005167 10.0.0.23 - - [2026-06-15 02:58:47] "POST /neutron/network HTTP/1.1" 200 828 0.012788 10.0.0.23 - - [2026-06-15 02:58:47] "GET /virtual-network/cf65f449-38c1-4f53-846b-31cb2dfdffda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008264 10.0.0.33 - - [2026-06-15 02:58:48] "GET /obj-perms HTTP/1.1" 200 4459 0.003536 10.0.0.65 - - [2026-06-15 02:58:48] "GET /obj-perms HTTP/1.1" 200 4459 0.002860 10.0.0.23 - - [2026-06-15 02:58:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004545 10.0.0.65 - - [2026-06-15 02:58:48] "GET /projects?obj_uuids=c0ed16ed-3683-4eed-8fb1-dc14669fd309&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000833 10.0.0.23 - - [2026-06-15 02:58:48] "GET /project/c0ed16ed-3683-4eed-8fb1-dc14669fd309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.039892 10.0.0.65 - - [2026-06-15 02:58:48] "GET /projects?obj_uuids=c0ed16ed-3683-4eed-8fb1-dc14669fd309&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000887 10.0.0.23 - - [2026-06-15 02:58:48] "POST /neutron/network HTTP/1.1" 200 613 0.198037 10.0.0.65 - - [2026-06-15 02:58:48] "POST /route-targets HTTP/1.1" 200 327 0.015011 10.0.0.23 - - [2026-06-15 02:58:48] "POST /id-to-fqname HTTP/1.1" 200 222 0.003381 10.0.0.23 - - [2026-06-15 02:58:48] "GET /virtual-network/d933257e-ba08-4796-9feb-26b1c3d5e1be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005949 10.0.0.23 - - [2026-06-15 02:58:48] "POST /neutron/network HTTP/1.1" 200 832 0.009398 10.0.0.23 - - [2026-06-15 02:58:48] "GET /virtual-network/d933257e-ba08-4796-9feb-26b1c3d5e1be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005964 10.0.0.23 - - [2026-06-15 02:58:49] "GET /virtual-network/d933257e-ba08-4796-9feb-26b1c3d5e1be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005746 10.0.0.23 - - [2026-06-15 02:58:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.65 - - [2026-06-15 02:58:49] "GET /projects?obj_uuids=c0ed16ed-3683-4eed-8fb1-dc14669fd309&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000790 10.0.0.23 - - [2026-06-15 02:58:49] "GET /project/c0ed16ed-3683-4eed-8fb1-dc14669fd309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.040538 10.0.0.23 - - [2026-06-15 02:58:49] "POST /neutron/port HTTP/1.1" 200 117 0.024374 10.0.0.23 - - [2026-06-15 02:58:49] "POST /neutron/network HTTP/1.1" 200 117 0.017929 10.0.0.65 - - [2026-06-15 02:58:49] "POST /ref-update HTTP/1.1" 200 156 0.026060 10.0.0.23 - - [2026-06-15 02:58:49] "POST /neutron/network HTTP/1.1" 200 844 0.011163 10.0.0.23 - - [2026-06-15 02:58:49] "POST /id-to-fqname HTTP/1.1" 200 227 0.001451 10.0.0.23 - - [2026-06-15 02:58:49] "GET /virtual-network/4374b202-3f2b-43c2-bdbd-4be27edab754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005884 10.0.0.23 - - [2026-06-15 02:58:50] "GET /virtual-network/4374b202-3f2b-43c2-bdbd-4be27edab754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006318 10.0.0.23 - - [2026-06-15 02:58:50] "POST /neutron/subnet HTTP/1.1" 200 734 0.012439 10.0.0.23 - - [2026-06-15 02:58:50] "GET /virtual-network/4374b202-3f2b-43c2-bdbd-4be27edab754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005055 10.0.0.23 - - [2026-06-15 02:58:50] "GET /obj-perms HTTP/1.1" 200 4459 0.003711 10.0.0.23 - - [2026-06-15 02:58:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.65 - - [2026-06-15 02:58:50] "GET /projects?obj_uuids=c0ed16ed-3683-4eed-8fb1-dc14669fd309&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000828 10.0.0.23 - - [2026-06-15 02:58:50] "GET /project/c0ed16ed-3683-4eed-8fb1-dc14669fd309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.048973 10.0.0.65 - - [2026-06-15 02:58:51] "POST /useragent-kv HTTP/1.1" 200 115 0.009314 10.0.0.23 - - [2026-06-15 02:58:51] "POST /neutron/subnet HTTP/1.1" 200 724 0.217065 10.0.0.23 - - [2026-06-15 02:58:51] "POST /id-to-fqname HTTP/1.1" 200 228 0.001266 10.0.0.23 - - [2026-06-15 02:58:51] "GET /virtual-network/4f2ee31d-a2a2-4346-afd4-c9e13ed837a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005432 10.0.0.23 - - [2026-06-15 02:58:51] "POST /neutron/network HTTP/1.1" 200 844 0.006551 10.0.0.23 - - [2026-06-15 02:58:51] "GET /virtual-network/4f2ee31d-a2a2-4346-afd4-c9e13ed837a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005653 10.0.0.23 - - [2026-06-15 02:58:51] "GET /virtual-network/4f2ee31d-a2a2-4346-afd4-c9e13ed837a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005504 10.0.0.33 - - [2026-06-15 02:58:51] "GET /obj-perms HTTP/1.1" 200 4459 0.003920 10.0.0.65 - - [2026-06-15 02:58:51] "GET /obj-perms HTTP/1.1" 200 4459 0.003291 10.0.0.23 - - [2026-06-15 02:58:51] "POST /id-to-fqname HTTP/1.1" 200 221 0.001208 10.0.0.23 - - [2026-06-15 02:58:51] "POST /neutron/port HTTP/1.1" 200 4192 0.028975 10.0.0.65 - - [2026-06-15 02:58:52] "GET /projects?obj_uuids=c0ed16ed-3683-4eed-8fb1-dc14669fd309&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000998 10.0.0.23 - - [2026-06-15 02:58:52] "GET /project/c0ed16ed-3683-4eed-8fb1-dc14669fd309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.061091 10.0.0.33 - - [2026-06-15 02:58:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.33 - - [2026-06-15 02:58:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.23 - - [2026-06-15 02:58:52] "POST /neutron/port HTTP/1.1" 200 4192 0.042288 10.0.0.23 - - [2026-06-15 02:58:52] "POST /id-to-fqname HTTP/1.1" 200 222 0.001218 10.0.0.65 - - [2026-06-15 02:58:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.65 - - [2026-06-15 02:58:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.23 - - [2026-06-15 02:58:53] "POST /neutron/network HTTP/1.1" 200 842 0.007414 10.0.0.65 - - [2026-06-15 02:58:53] "GET /projects?obj_uuids=c0ed16ed-3683-4eed-8fb1-dc14669fd309&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000862 10.0.0.23 - - [2026-06-15 02:58:53] "GET /project/c0ed16ed-3683-4eed-8fb1-dc14669fd309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.063051 10.0.0.65 - - [2026-06-15 02:58:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.65 - - [2026-06-15 02:58:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.23 - - [2026-06-15 02:58:54] "POST /neutron/port HTTP/1.1" 200 117 0.005916 10.0.0.23 - - [2026-06-15 02:58:54] "POST /fqname-to-id HTTP/1.1" 404 193 0.003092 10.0.0.23 - - [2026-06-15 02:58:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.65 - - [2026-06-15 02:58:54] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001224 10.0.0.23 - - [2026-06-15 02:58:54] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007071 10.0.0.23 - - [2026-06-15 02:58:54] "POST /service-templates HTTP/1.1" 200 543 0.028109 10.0.0.23 - - [2026-06-15 02:58:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000431 10.0.0.23 - - [2026-06-15 02:58:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.23 - - [2026-06-15 02:58:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000327 10.0.0.23 - - [2026-06-15 02:58:54] "GET /service-template/354b9470-0d8b-4d7c-9cd9-f5f3855aecab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1811 0.006554 10.0.0.23 - - [2026-06-15 02:58:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002559 10.0.0.23 - - [2026-06-15 02:58:54] "GET /service-template/354b9470-0d8b-4d7c-9cd9-f5f3855aecab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1811 0.004491 10.0.0.23 - - [2026-06-15 02:58:54] "POST /id-to-fqname HTTP/1.1" 200 221 0.001251 10.0.0.33 - - [2026-06-15 02:58:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.23 - - [2026-06-15 02:58:54] "POST /id-to-fqname HTTP/1.1" 200 227 0.001171 10.0.0.23 - - [2026-06-15 02:58:54] "POST /id-to-fqname HTTP/1.1" 200 228 0.001621 10.0.0.33 - - [2026-06-15 02:58:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.23 - - [2026-06-15 02:58:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.23 - - [2026-06-15 02:58:54] "DELETE /service-template/354b9470-0d8b-4d7c-9cd9-f5f3855aecab HTTP/1.1" 200 115 0.026761 10.0.0.23 - - [2026-06-15 02:58:54] "POST /fqname-to-id HTTP/1.1" 404 193 0.002788 10.0.0.65 - - [2026-06-15 02:58:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004643 10.0.0.65 - - [2026-06-15 02:58:55] "POST /useragent-kv HTTP/1.1" 200 115 0.004177 10.0.0.65 - - [2026-06-15 02:58:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002761 10.0.0.23 - - [2026-06-15 02:58:55] "POST /neutron/network HTTP/1.1" 200 151 0.109347 10.0.0.23 - - [2026-06-15 02:58:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000494 10.0.0.23 - - [2026-06-15 02:58:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.65 - - [2026-06-15 02:58:55] "DELETE /route-target/0258e52f-142e-4575-af14-bf6fd2a3ccc5 HTTP/1.1" 200 115 0.019848 10.0.0.23 - - [2026-06-15 02:58:55] "POST /neutron/network HTTP/1.1" 200 832 0.008389 10.0.0.65 - - [2026-06-15 02:58:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005764 10.0.0.65 - - [2026-06-15 02:58:56] "POST /useragent-kv HTTP/1.1" 200 115 0.004672 10.0.0.65 - - [2026-06-15 02:58:56] "POST /useragent-kv HTTP/1.1" 200 115 0.004544 10.0.0.23 - - [2026-06-15 02:58:56] "POST /neutron/network HTTP/1.1" 200 151 0.127934 10.0.0.65 - - [2026-06-15 02:58:56] "DELETE /route-target/e80e8cee-0a42-43b6-aae4-b26c74606961 HTTP/1.1" 200 115 0.028141 10.0.0.23 - - [2026-06-15 02:58:56] "POST /neutron/port HTTP/1.1" 200 1108 0.033145 10.0.0.23 - - [2026-06-15 02:58:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004602 10.0.0.23 - - [2026-06-15 02:58:57] "POST /neutron/network HTTP/1.1" 200 928 0.007562 10.0.0.65 - - [2026-06-15 02:58:57] "GET /projects?obj_uuids=c0ed16ed-3683-4eed-8fb1-dc14669fd309&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001299 10.0.0.23 - - [2026-06-15 02:58:57] "GET /project/c0ed16ed-3683-4eed-8fb1-dc14669fd309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.049803 10.0.0.65 - - [2026-06-15 02:58:57] "GET /projects?obj_uuids=c0ed16ed-3683-4eed-8fb1-dc14669fd309&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001065 10.0.0.23 - - [2026-06-15 02:58:58] "GET /project/c0ed16ed-3683-4eed-8fb1-dc14669fd309?fields=virtual_networks HTTP/1.1" 200 1024 0.049305 10.0.0.65 - - [2026-06-15 02:58:58] "GET /projects?obj_uuids=c0ed16ed-3683-4eed-8fb1-dc14669fd309&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000876 10.0.0.23 - - [2026-06-15 02:58:58] "GET /project/c0ed16ed-3683-4eed-8fb1-dc14669fd309?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.049335 10.0.0.65 - - [2026-06-15 02:58:58] "GET /projects?obj_uuids=c0ed16ed-3683-4eed-8fb1-dc14669fd309&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001107 10.0.0.23 - - [2026-06-15 02:58:58] "GET /project/c0ed16ed-3683-4eed-8fb1-dc14669fd309?fields=security_groups HTTP/1.1" 200 1246 0.039133 10.0.0.23 - - [2026-06-15 02:58:58] "POST /fqname-to-id HTTP/1.1" 404 190 0.034471 10.0.0.65 - - [2026-06-15 02:58:59] "GET /projects?obj_uuids=888c0144-6dd2-47a6-827c-e47e164fe056&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002462 10.0.0.65 - - [2026-06-15 02:58:59] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001037 10.0.0.65 - - [2026-06-15 02:58:59] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006437 10.0.0.65 - - [2026-06-15 02:58:59] "POST /id-to-fqname HTTP/1.1" 200 192 0.005076 10.0.0.65 - - [2026-06-15 02:58:59] "POST /fqname-to-id HTTP/1.1" 404 201 0.003776 10.0.0.65 - - [2026-06-15 02:58:59] "POST /security-groups HTTP/1.1" 200 593 0.074147 10.0.0.23 - - [2026-06-15 02:58:59] "POST /neutron/network HTTP/1.1" 200 117 0.010803 10.0.0.65 - - [2026-06-15 02:58:59] "POST /projects HTTP/1.1" 200 589 0.295862 10.0.0.65 - - [2026-06-15 02:58:59] "POST /fqname-to-id HTTP/1.1" 404 235 0.016683 10.0.0.65 - - [2026-06-15 02:58:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.369046 10.0.0.23 - - [2026-06-15 02:58:59] "GET /project/888c0144-6dd2-47a6-827c-e47e164fe056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.500232 10.0.0.23 - - [2026-06-15 02:59:00] "GET / HTTP/1.1" 200 35931 0.001593 10.0.0.23 - - [2026-06-15 02:59:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000427 10.0.0.23 - - [2026-06-15 02:59:02] "POST /neutron/network HTTP/1.1" 200 117 0.007781 10.0.0.23 - - [2026-06-15 02:59:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.088360 10.0.0.65 - - [2026-06-15 02:59:02] "GET /projects?obj_uuids=888c0144-6dd2-47a6-827c-e47e164fe056&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001085 10.0.0.23 - - [2026-06-15 02:59:02] "GET /project/888c0144-6dd2-47a6-827c-e47e164fe056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.048680 10.0.0.65 - - [2026-06-15 02:59:02] "GET /projects?obj_uuids=888c0144-6dd2-47a6-827c-e47e164fe056&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000891 10.0.0.23 - - [2026-06-15 02:59:02] "POST /neutron/network HTTP/1.1" 200 611 0.172317 10.0.0.65 - - [2026-06-15 02:59:03] "POST /ref-update HTTP/1.1" 200 156 0.025019 10.0.0.23 - - [2026-06-15 02:59:03] "POST /id-to-fqname HTTP/1.1" 200 224 0.003813 10.0.0.23 - - [2026-06-15 02:59:03] "GET /virtual-network/c519020b-b013-41f3-a480-bc43633d4fab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005960 10.0.0.23 - - [2026-06-15 02:59:03] "POST /neutron/network HTTP/1.1" 200 828 0.006970 10.0.0.23 - - [2026-06-15 02:59:03] "GET /virtual-network/c519020b-b013-41f3-a480-bc43633d4fab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004639 10.0.0.23 - - [2026-06-15 02:59:03] "GET /virtual-network/c519020b-b013-41f3-a480-bc43633d4fab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004995 10.0.0.23 - - [2026-06-15 02:59:03] "POST /neutron/port HTTP/1.1" 200 1108 0.014757 10.0.0.23 - - [2026-06-15 02:59:05] "POST /neutron/network HTTP/1.1" 200 938 0.006812 10.0.0.23 - - [2026-06-15 02:59:05] "POST /neutron/port HTTP/1.1" 200 117 0.001017 10.0.0.23 - - [2026-06-15 02:59:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.65 - - [2026-06-15 02:59:05] "GET /projects?obj_uuids=888c0144-6dd2-47a6-827c-e47e164fe056&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001159 10.0.0.23 - - [2026-06-15 02:59:05] "GET /project/888c0144-6dd2-47a6-827c-e47e164fe056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.038243 10.0.0.65 - - [2026-06-15 02:59:05] "GET /projects?obj_uuids=888c0144-6dd2-47a6-827c-e47e164fe056&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001020 10.0.0.23 - - [2026-06-15 02:59:05] "POST /neutron/network HTTP/1.1" 200 613 0.116757 10.0.0.23 - - [2026-06-15 02:59:05] "POST /id-to-fqname HTTP/1.1" 200 225 0.004905 10.0.0.23 - - [2026-06-15 02:59:05] "GET /virtual-network/023559f9-cd24-4294-a0cc-9d9cdc3502ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.009040 10.0.0.23 - - [2026-06-15 02:59:05] "POST /neutron/network HTTP/1.1" 200 830 0.012449 10.0.0.23 - - [2026-06-15 02:59:05] "GET /virtual-network/023559f9-cd24-4294-a0cc-9d9cdc3502ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004900 10.0.0.23 - - [2026-06-15 02:59:06] "GET /virtual-network/023559f9-cd24-4294-a0cc-9d9cdc3502ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005598 10.0.0.23 - - [2026-06-15 02:59:06] "GET /obj-perms HTTP/1.1" 200 4471 0.041188 10.0.0.23 - - [2026-06-15 02:59:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.65 - - [2026-06-15 02:59:06] "GET /projects?obj_uuids=888c0144-6dd2-47a6-827c-e47e164fe056&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000955 10.0.0.23 - - [2026-06-15 02:59:06] "GET /project/888c0144-6dd2-47a6-827c-e47e164fe056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.056780 10.0.0.23 - - [2026-06-15 02:59:06] "POST /neutron/network HTTP/1.1" 200 117 0.017160 10.0.0.65 - - [2026-06-15 02:59:06] "POST /route-targets HTTP/1.1" 200 327 0.013221 10.0.0.23 - - [2026-06-15 02:59:06] "POST /neutron/network HTTP/1.1" 200 837 0.008316 10.0.0.23 - - [2026-06-15 02:59:06] "POST /id-to-fqname HTTP/1.1" 200 227 0.001016 10.0.0.23 - - [2026-06-15 02:59:06] "GET /virtual-network/b961c373-9e4c-43e3-9248-c465876cc2da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005272 10.0.0.23 - - [2026-06-15 02:59:06] "GET /virtual-network/b961c373-9e4c-43e3-9248-c465876cc2da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004911 10.0.0.23 - - [2026-06-15 02:59:06] "POST /neutron/subnet HTTP/1.1" 200 729 0.008399 10.0.0.23 - - [2026-06-15 02:59:07] "GET /virtual-network/b961c373-9e4c-43e3-9248-c465876cc2da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005421 10.0.0.33 - - [2026-06-15 02:59:07] "GET /obj-perms HTTP/1.1" 200 4471 0.043886 10.0.0.65 - - [2026-06-15 02:59:07] "GET /obj-perms HTTP/1.1" 200 4471 0.032418 10.0.0.23 - - [2026-06-15 02:59:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.65 - - [2026-06-15 02:59:07] "GET /projects?obj_uuids=888c0144-6dd2-47a6-827c-e47e164fe056&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001201 10.0.0.23 - - [2026-06-15 02:59:07] "GET /project/888c0144-6dd2-47a6-827c-e47e164fe056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.036919 10.0.0.65 - - [2026-06-15 02:59:07] "POST /ref-update HTTP/1.1" 200 156 0.039732 10.0.0.65 - - [2026-06-15 02:59:08] "POST /useragent-kv HTTP/1.1" 200 115 0.005502 10.0.0.23 - - [2026-06-15 02:59:08] "POST /neutron/subnet HTTP/1.1" 200 729 0.215794 10.0.0.23 - - [2026-06-15 02:59:08] "POST /id-to-fqname HTTP/1.1" 200 233 0.001243 10.0.0.23 - - [2026-06-15 02:59:08] "GET /virtual-network/a717622a-9947-4474-9e91-81379e147f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.004393 10.0.0.23 - - [2026-06-15 02:59:08] "GET /virtual-network/a717622a-9947-4474-9e91-81379e147f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005048 10.0.0.23 - - [2026-06-15 02:59:08] "POST /neutron/network HTTP/1.1" 200 849 0.006887 10.0.0.23 - - [2026-06-15 02:59:08] "GET /virtual-network/a717622a-9947-4474-9e91-81379e147f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.016957 10.0.0.23 - - [2026-06-15 02:59:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.65 - - [2026-06-15 02:59:08] "GET /projects?obj_uuids=888c0144-6dd2-47a6-827c-e47e164fe056&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000815 10.0.0.23 - - [2026-06-15 02:59:08] "GET /project/888c0144-6dd2-47a6-827c-e47e164fe056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.040168 10.0.0.65 - - [2026-06-15 02:59:08] "GET /projects?obj_uuids=888c0144-6dd2-47a6-827c-e47e164fe056&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001011 10.0.0.23 - - [2026-06-15 02:59:08] "POST /neutron/network HTTP/1.1" 200 631 0.138349 10.0.0.23 - - [2026-06-15 02:59:09] "POST /id-to-fqname HTTP/1.1" 200 234 0.003326 10.0.0.23 - - [2026-06-15 02:59:09] "GET /virtual-network/bb7498cc-29cd-4877-8542-61d56783738a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005219 10.0.0.23 - - [2026-06-15 02:59:09] "POST /neutron/network HTTP/1.1" 200 851 0.008235 10.0.0.23 - - [2026-06-15 02:59:09] "GET /virtual-network/bb7498cc-29cd-4877-8542-61d56783738a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005034 10.0.0.65 - - [2026-06-15 02:59:09] "DELETE /access-control-list/55831453-9b5f-4674-97af-b4aba42a6619 HTTP/1.1" 200 115 0.047471 10.0.0.65 - - [2026-06-15 02:59:09] "DELETE /project/888c01446dd247a6827ce47e164fe056 HTTP/1.1" 404 173 0.010635 10.0.0.65 - - [2026-06-15 02:59:09] "DELETE /project/c0ed16ed36834eed8fb1dc14669fd309 HTTP/1.1" 404 173 0.008148 10.0.0.65 - - [2026-06-15 02:59:09] "GET /projects?obj_uuids=c0ed16ed-3683-4eed-8fb1-dc14669fd309&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000862 10.0.0.65 - - [2026-06-15 02:59:09] "GET /projects?obj_uuids=15034d2c-9c88-48a0-83d1-661d95ae9ce7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000700 10.0.0.23 - - [2026-06-15 02:59:09] "GET /virtual-network/bb7498cc-29cd-4877-8542-61d56783738a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.006412 10.0.0.65 - - [2026-06-15 02:59:09] "GET /project/c0ed16ed-3683-4eed-8fb1-dc14669fd309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.058076 10.0.0.65 - - [2026-06-15 02:59:09] "GET /project/15034d2c-9c88-48a0-83d1-661d95ae9ce7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.067791 10.0.0.65 - - [2026-06-15 02:59:09] "GET /projects?obj_uuids=c0ed16ed-3683-4eed-8fb1-dc14669fd309&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000881 10.0.0.65 - - [2026-06-15 02:59:09] "GET /projects?obj_uuids=15034d2c-9c88-48a0-83d1-661d95ae9ce7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000707 10.0.0.65 - - [2026-06-15 02:59:09] "GET /project/15034d2c-9c88-48a0-83d1-661d95ae9ce7?fields=security_groups HTTP/1.1" 200 1096 0.052570 10.0.0.65 - - [2026-06-15 02:59:09] "GET /project/c0ed16ed-3683-4eed-8fb1-dc14669fd309?fields=security_groups HTTP/1.1" 200 1351 0.064173 10.0.0.65 - - [2026-06-15 02:59:09] "GET /projects?obj_uuids=15034d2c-9c88-48a0-83d1-661d95ae9ce7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000827 10.0.0.65 - - [2026-06-15 02:59:09] "GET /project/15034d2c-9c88-48a0-83d1-661d95ae9ce7?fields=application_policy_sets HTTP/1.1" 404 203 0.024305 10.0.0.65 - - [2026-06-15 02:59:09] "DELETE /project/15034d2c-9c88-48a0-83d1-661d95ae9ce7 HTTP/1.1" 404 171 0.250647 10.0.0.65 - - [2026-06-15 02:59:09] "DELETE /security-group/1637a775-5fc8-41cf-a43b-65df14b17bf7 HTTP/1.1" 200 115 0.070176 10.0.0.65 - - [2026-06-15 02:59:09] "GET /projects?obj_uuids=c0ed16ed-3683-4eed-8fb1-dc14669fd309&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002675 10.0.0.65 - - [2026-06-15 02:59:09] "DELETE /access-control-list/cbf7dade-42ba-4145-b204-19d2363aa135 HTTP/1.1" 200 115 0.031772 10.0.0.65 - - [2026-06-15 02:59:09] "GET /project/c0ed16ed-3683-4eed-8fb1-dc14669fd309?fields=application_policy_sets HTTP/1.1" 200 1390 0.101301 10.0.0.23 - - [2026-06-15 02:59:09] "GET /obj-perms HTTP/1.1" 200 4471 0.003191 10.0.0.23 - - [2026-06-15 02:59:10] "POST /id-to-fqname HTTP/1.1" 200 224 0.001806 10.0.0.65 - - [2026-06-15 02:59:10] "DELETE /project/c0ed16ed-3683-4eed-8fb1-dc14669fd309 HTTP/1.1" 200 115 0.520821 10.0.0.23 - - [2026-06-15 02:59:10] "POST /neutron/port HTTP/1.1" 200 4192 0.029194 10.0.0.65 - - [2026-06-15 02:59:10] "GET /projects?obj_uuids=888c0144-6dd2-47a6-827c-e47e164fe056&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000874 10.0.0.23 - - [2026-06-15 02:59:10] "GET /project/888c0144-6dd2-47a6-827c-e47e164fe056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.063733 10.0.0.23 - - [2026-06-15 02:59:11] "POST /neutron/port HTTP/1.1" 200 4192 0.033353 10.0.0.23 - - [2026-06-15 02:59:11] "POST /id-to-fqname HTTP/1.1" 200 225 0.001571 10.0.0.23 - - [2026-06-15 02:59:11] "POST /neutron/network HTTP/1.1" 200 840 0.007454 10.0.0.65 - - [2026-06-15 02:59:12] "GET /projects?obj_uuids=888c0144-6dd2-47a6-827c-e47e164fe056&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001232 10.0.0.23 - - [2026-06-15 02:59:12] "GET /project/888c0144-6dd2-47a6-827c-e47e164fe056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.062802 10.0.0.23 - - [2026-06-15 02:59:12] "POST /neutron/port HTTP/1.1" 200 117 0.014137 10.0.0.23 - - [2026-06-15 02:59:12] "POST /fqname-to-id HTTP/1.1" 404 193 0.003260 10.0.0.23 - - [2026-06-15 02:59:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.65 - - [2026-06-15 02:59:12] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000854 10.0.0.23 - - [2026-06-15 02:59:12] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007079 10.0.0.23 - - [2026-06-15 02:59:12] "POST /service-templates HTTP/1.1" 200 543 0.034312 10.0.0.23 - - [2026-06-15 02:59:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.23 - - [2026-06-15 02:59:12] "GET /service-template/113675ec-ce2c-4969-970d-836021da1b3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.006279 10.0.0.23 - - [2026-06-15 02:59:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.23 - - [2026-06-15 02:59:12] "GET /service-template/113675ec-ce2c-4969-970d-836021da1b3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.004953 10.0.0.23 - - [2026-06-15 02:59:12] "POST /id-to-fqname HTTP/1.1" 200 233 0.001227 10.0.0.65 - - [2026-06-15 02:59:13] "GET /projects?obj_uuids=888c0144-6dd2-47a6-827c-e47e164fe056&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000878 10.0.0.23 - - [2026-06-15 02:59:13] "GET /project/888c0144-6dd2-47a6-827c-e47e164fe056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.060431 10.0.0.23 - - [2026-06-15 02:59:13] "POST /neutron/network HTTP/1.1" 200 849 0.010361 10.0.0.23 - - [2026-06-15 02:59:14] "GET /virtual-machine/540b071a-b7f9-4dec-ad50-9eeb96a1ef74 HTTP/1.1" 401 292 0.000629 10.0.0.23 - - [2026-06-15 02:59:14] "GET /virtual-machine/540b071a-b7f9-4dec-ad50-9eeb96a1ef74 HTTP/1.1" 404 171 0.027496 10.0.0.23 - - [2026-06-15 02:59:15] "POST /neutron/network HTTP/1.1" 200 838 0.007998 10.0.0.23 - - [2026-06-15 02:59:15] "POST /neutron/port HTTP/1.1" 200 1060 0.018508 10.0.0.23 - - [2026-06-15 02:59:16] "GET /virtual-machine/540b071a-b7f9-4dec-ad50-9eeb96a1ef74 HTTP/1.1" 404 171 0.003688 10.0.0.65 - - [2026-06-15 02:59:16] "GET /projects?obj_uuids=888c0144-6dd2-47a6-827c-e47e164fe056&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000891 10.0.0.23 - - [2026-06-15 02:59:16] "POST /neutron/port HTTP/1.1" 200 1060 0.269258 10.0.0.23 - - [2026-06-15 02:59:16] "POST /neutron/port HTTP/1.1" 200 1114 0.095322 10.0.0.23 - - [2026-06-15 02:59:17] "POST /neutron/subnet HTTP/1.1" 200 688 0.007897 10.0.0.23 - - [2026-06-15 02:59:18] "POST /neutron/port HTTP/1.1" 200 1124 0.016172 10.0.0.23 - - [2026-06-15 02:59:18] "POST /neutron/port HTTP/1.1" 200 117 0.001007 10.0.0.65 - - [2026-06-15 02:59:18] "GET /projects?obj_uuids=888c0144-6dd2-47a6-827c-e47e164fe056&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001312 10.0.0.23 - - [2026-06-15 02:59:18] "GET /virtual-machine/540b071a-b7f9-4dec-ad50-9eeb96a1ef74 HTTP/1.1" 200 1294 0.005586 10.0.0.23 - - [2026-06-15 02:59:18] "GET /virtual-machine-interface/9cc3b74e-faaf-4518-9fc8-2ecd44386b7e HTTP/1.1" 200 2674 0.006069 10.0.0.23 - - [2026-06-15 02:59:18] "GET /virtual-machine-interface/9cc3b74e-faaf-4518-9fc8-2ecd44386b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2674 0.010577 10.0.0.23 - - [2026-06-15 02:59:18] "PUT /virtual-machine-interface/9cc3b74e-faaf-4518-9fc8-2ecd44386b7e HTTP/1.1" 200 284 0.015165 10.0.0.23 - - [2026-06-15 02:59:18] "POST /neutron/port HTTP/1.1" 200 1063 0.269789 10.0.0.23 - - [2026-06-15 02:59:18] "POST /neutron/port HTTP/1.1" 200 1063 0.011704 10.0.0.23 - - [2026-06-15 02:59:19] "POST /neutron/port HTTP/1.1" 200 1127 0.018382 10.0.0.23 - - [2026-06-15 02:59:19] "POST /neutron/port HTTP/1.1" 200 117 0.001397 10.0.0.23 - - [2026-06-15 02:59:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008846 10.0.0.23 - - [2026-06-15 02:59:28] "POST /neutron/port HTTP/1.1" 200 1127 0.016713 10.0.0.23 - - [2026-06-15 02:59:28] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006588 10.0.0.23 - - [2026-06-15 02:59:28] "GET /virtual-machine/540b071a-b7f9-4dec-ad50-9eeb96a1ef74 HTTP/1.1" 200 1294 0.004834 10.0.0.23 - - [2026-06-15 02:59:28] "GET /virtual-machine-interface/9cc3b74e-faaf-4518-9fc8-2ecd44386b7e HTTP/1.1" 200 3034 0.004476 10.0.0.23 - - [2026-06-15 02:59:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.23 - - [2026-06-15 02:59:28] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003155 10.0.0.23 - - [2026-06-15 02:59:28] "GET /virtual-networks?parent_id=888c0144-6dd2-47a6-827c-e47e164fe056&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003037 10.0.0.23 - - [2026-06-15 02:59:29] "GET /virtual-network/a717622a-9947-4474-9e91-81379e147f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005466 10.0.0.23 - - [2026-06-15 02:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037 10.0.0.23 - - [2026-06-15 02:59:32] "GET /virtual-network/a717622a-9947-4474-9e91-81379e147f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006107 10.0.0.23 - - [2026-06-15 02:59:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.23 - - [2026-06-15 02:59:36] "GET /virtual-network/a717622a-9947-4474-9e91-81379e147f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005609 10.0.0.23 - - [2026-06-15 02:59:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.23 - - [2026-06-15 02:59:40] "GET /virtual-network/a717622a-9947-4474-9e91-81379e147f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005752 10.0.0.23 - - [2026-06-15 02:59:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.23 - - [2026-06-15 02:59:44] "GET /virtual-network/a717622a-9947-4474-9e91-81379e147f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005924 10.0.0.65 - - [2026-06-15 02:59:46] "GET /obj-perms HTTP/1.1" 200 4493 0.039447 10.0.0.23 - - [2026-06-15 02:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004362 10.0.0.23 - - [2026-06-15 02:59:48] "GET /virtual-network/a717622a-9947-4474-9e91-81379e147f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006974 10.0.0.23 - - [2026-06-15 02:59:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.23 - - [2026-06-15 02:59:52] "GET /virtual-network/a717622a-9947-4474-9e91-81379e147f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005407 10.0.0.23 - - [2026-06-15 02:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.23 - - [2026-06-15 02:59:56] "GET /virtual-network/a717622a-9947-4474-9e91-81379e147f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007491 10.0.0.23 - - [2026-06-15 02:59:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.23 - - [2026-06-15 02:59:58] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004106 10.0.0.23 - - [2026-06-15 02:59:58] "GET /virtual-networks?parent_id=888c0144-6dd2-47a6-827c-e47e164fe056&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002540 10.0.0.23 - - [2026-06-15 02:59:58] "GET /virtual-network/a717622a-9947-4474-9e91-81379e147f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.008284 10.0.0.23 - - [2026-06-15 02:59:59] "POST /neutron/port HTTP/1.1" 200 1127 0.019641 10.0.0.23 - - [2026-06-15 02:59:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004001 10.0.0.23 - - [2026-06-15 02:59:59] "POST /neutron/port HTTP/1.1" 200 117 0.001449 10.0.0.23 - - [2026-06-15 03:00:01] "POST /neutron/port HTTP/1.1" 200 1124 0.051353 10.0.0.23 - - [2026-06-15 03:00:02] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006385 10.0.0.23 - - [2026-06-15 03:00:04] "POST /neutron/port HTTP/1.1" 200 1127 0.021828 10.0.0.23 - - [2026-06-15 03:00:06] "POST /neutron/port HTTP/1.1" 200 1218 0.018947 10.0.0.23 - - [2026-06-15 03:00:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003838 10.0.0.23 - - [2026-06-15 03:00:07] "POST /neutron/port HTTP/1.1" 200 117 0.001020 10.0.0.23 - - [2026-06-15 03:00:09] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008123 10.0.0.23 - - [2026-06-15 03:00:14] "POST /fqname-to-id HTTP/1.1" 404 211 0.004546 10.0.0.23 - - [2026-06-15 03:00:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.65 - - [2026-06-15 03:00:14] "GET /projects?obj_uuids=888c0144-6dd2-47a6-827c-e47e164fe056&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.023250 10.0.0.23 - - [2026-06-15 03:00:14] "GET /project/888c0144-6dd2-47a6-827c-e47e164fe056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.063218 10.0.0.23 - - [2026-06-15 03:00:14] "POST /service-instances HTTP/1.1" 200 547 0.036902 10.0.0.23 - - [2026-06-15 03:00:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.23 - - [2026-06-15 03:00:14] "GET /service-instance/0099355e-bea1-4a57-bcb2-5eb16795bc52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.008397 10.0.0.23 - - [2026-06-15 03:00:14] "POST /port-tuples HTTP/1.1" 200 590 0.051115 10.0.0.23 - - [2026-06-15 03:00:14] "GET /virtual-machine-interface/9cc3b74e-faaf-4518-9fc8-2ecd44386b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.005527 10.0.0.23 - - [2026-06-15 03:00:15] "PUT /virtual-machine-interface/9cc3b74e-faaf-4518-9fc8-2ecd44386b7e HTTP/1.1" 200 284 0.014198 10.0.0.23 - - [2026-06-15 03:00:15] "POST /ref-update HTTP/1.1" 200 156 0.015627 10.0.0.65 - - [2026-06-15 03:00:15] "POST /ref-update HTTP/1.1" 200 156 0.043854 10.0.0.23 - - [2026-06-15 03:00:15] "POST /neutron/port HTTP/1.1" 200 1124 0.036894 10.0.0.65 - - [2026-06-15 03:00:15] "POST /ref-update HTTP/1.1" 200 156 0.029669 10.0.0.23 - - [2026-06-15 03:00:15] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006787 10.0.0.23 - - [2026-06-15 03:00:15] "GET /virtual-machine/eeb2cac4-11da-4a36-bfd3-d807781ecd92 HTTP/1.1" 200 1295 0.005291 10.0.0.23 - - [2026-06-15 03:00:15] "GET /virtual-machine-interface/81b83209-d012-470a-8db3-424ddb9280a7 HTTP/1.1" 200 2956 0.004818 10.0.0.23 - - [2026-06-15 03:00:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002837 10.0.0.23 - - [2026-06-15 03:00:15] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003438 10.0.0.23 - - [2026-06-15 03:00:15] "GET /virtual-networks?parent_id=888c0144-6dd2-47a6-827c-e47e164fe056&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002534 10.0.0.23 - - [2026-06-15 03:00:15] "GET /virtual-network/c519020b-b013-41f3-a480-bc43633d4fab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004873 10.0.0.23 - - [2026-06-15 03:00:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004294 10.0.0.23 - - [2026-06-15 03:00:16] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005032 10.0.0.23 - - [2026-06-15 03:00:16] "GET /virtual-networks?parent_id=888c0144-6dd2-47a6-827c-e47e164fe056&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004274 10.0.0.23 - - [2026-06-15 03:00:16] "GET /virtual-network/c519020b-b013-41f3-a480-bc43633d4fab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006708 10.0.0.23 - - [2026-06-15 03:00:17] "POST /neutron/port HTTP/1.1" 200 1124 0.021141 10.0.0.23 - - [2026-06-15 03:00:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009650 10.0.0.23 - - [2026-06-15 03:00:17] "GET /virtual-machine/95049dec-12b4-45f7-9b2e-0c8356cd4ee6 HTTP/1.1" 200 1295 0.007824 10.0.0.23 - - [2026-06-15 03:00:17] "GET /virtual-machine-interface/45976c85-b61a-4c09-9841-9252689030f2 HTTP/1.1" 200 2959 0.006923 10.0.0.23 - - [2026-06-15 03:00:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005978 10.0.0.23 - - [2026-06-15 03:00:17] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003718 10.0.0.23 - - [2026-06-15 03:00:17] "GET /virtual-networks?parent_id=888c0144-6dd2-47a6-827c-e47e164fe056&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003983 10.0.0.23 - - [2026-06-15 03:00:17] "GET /virtual-network/023559f9-cd24-4294-a0cc-9d9cdc3502ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005893 10.0.0.23 - - [2026-06-15 03:00:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.23 - - [2026-06-15 03:00:18] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003916 10.0.0.23 - - [2026-06-15 03:00:18] "GET /virtual-networks?parent_id=888c0144-6dd2-47a6-827c-e47e164fe056&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003893 10.0.0.23 - - [2026-06-15 03:00:18] "GET /virtual-network/023559f9-cd24-4294-a0cc-9d9cdc3502ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007284 10.0.0.23 - - [2026-06-15 03:00:18] "POST /fqname-to-id HTTP/1.1" 404 215 0.004135 10.0.0.23 - - [2026-06-15 03:00:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.65 - - [2026-06-15 03:00:18] "GET /projects?obj_uuids=888c0144-6dd2-47a6-827c-e47e164fe056&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001017 10.0.0.23 - - [2026-06-15 03:00:18] "GET /project/888c0144-6dd2-47a6-827c-e47e164fe056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.043932 10.0.0.23 - - [2026-06-15 03:00:18] "POST /network-policys HTTP/1.1" 200 551 0.026507 10.0.0.23 - - [2026-06-15 03:00:18] "GET /network-policy/bc66dbf1-1e79-43d6-8dba-cd6281f85159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.005891 10.0.0.23 - - [2026-06-15 03:00:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.23 - - [2026-06-15 03:00:18] "GET /virtual-network/c519020b-b013-41f3-a480-bc43633d4fab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005955 10.0.0.23 - - [2026-06-15 03:00:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.23 - - [2026-06-15 03:00:19] "GET /network-policy/bc66dbf1-1e79-43d6-8dba-cd6281f85159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004998 10.0.0.23 - - [2026-06-15 03:00:19] "POST /ref-update HTTP/1.1" 200 156 0.049772 10.0.0.23 - - [2026-06-15 03:00:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.008673 10.0.0.23 - - [2026-06-15 03:00:19] "GET /network-policy/bc66dbf1-1e79-43d6-8dba-cd6281f85159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004100 10.0.0.23 - - [2026-06-15 03:00:19] "GET /virtual-network/c519020b-b013-41f3-a480-bc43633d4fab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.008710 10.0.0.23 - - [2026-06-15 03:00:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.23 - - [2026-06-15 03:00:19] "GET /network-policy/bc66dbf1-1e79-43d6-8dba-cd6281f85159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004139 10.0.0.23 - - [2026-06-15 03:00:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.23 - - [2026-06-15 03:00:19] "GET /virtual-network/023559f9-cd24-4294-a0cc-9d9cdc3502ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006191 10.0.0.23 - - [2026-06-15 03:00:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.23 - - [2026-06-15 03:00:19] "GET /network-policy/bc66dbf1-1e79-43d6-8dba-cd6281f85159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004038 10.0.0.23 - - [2026-06-15 03:00:19] "POST /ref-update HTTP/1.1" 200 156 0.051859 10.0.0.23 - - [2026-06-15 03:00:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006798 10.0.0.65 - - [2026-06-15 03:00:19] "POST /ref-update HTTP/1.1" 200 156 0.026365 10.0.0.23 - - [2026-06-15 03:00:19] "GET /network-policy/bc66dbf1-1e79-43d6-8dba-cd6281f85159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004483 10.0.0.23 - - [2026-06-15 03:00:19] "GET /virtual-network/023559f9-cd24-4294-a0cc-9d9cdc3502ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.023747 10.0.0.23 - - [2026-06-15 03:00:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004177 10.0.0.65 - - [2026-06-15 03:00:19] "POST /ref-update HTTP/1.1" 200 156 0.022971 10.0.0.23 - - [2026-06-15 03:00:19] "GET /network-policy/bc66dbf1-1e79-43d6-8dba-cd6281f85159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.015949 10.0.0.23 - - [2026-06-15 03:00:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004508 10.0.0.23 - - [2026-06-15 03:00:19] "GET /service-template/113675ec-ce2c-4969-970d-836021da1b3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.003850 10.0.0.23 - - [2026-06-15 03:00:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.65 - - [2026-06-15 03:00:19] "GET /projects?obj_uuids=888c0144-6dd2-47a6-827c-e47e164fe056&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000888 10.0.0.23 - - [2026-06-15 03:00:19] "GET /project/888c0144-6dd2-47a6-827c-e47e164fe056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.040930 10.0.0.23 - - [2026-06-15 03:00:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005047 10.0.0.23 - - [2026-06-15 03:00:19] "GET /service-instance/0099355e-bea1-4a57-bcb2-5eb16795bc52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2540 0.006858 10.0.0.23 - - [2026-06-15 03:00:20] "POST /neutron/port HTTP/1.1" 200 1385 0.026670 10.0.0.23 - - [2026-06-15 03:00:20] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007213 10.0.0.23 - - [2026-06-15 03:00:20] "POST /neutron/port HTTP/1.1" 200 1385 0.021234 10.0.0.23 - - [2026-06-15 03:00:20] "POST /neutron/network HTTP/1.1" 200 849 0.005900 10.0.0.23 - - [2026-06-15 03:00:20] "POST /id-to-fqname HTTP/1.1" 200 233 0.000878 10.0.0.23 - - [2026-06-15 03:00:20] "GET /virtual-machine/540b071a-b7f9-4dec-ad50-9eeb96a1ef74 HTTP/1.1" 200 1294 0.003055 10.0.0.23 - - [2026-06-15 03:00:20] "GET /virtual-machine-interface/9cc3b74e-faaf-4518-9fc8-2ecd44386b7e HTTP/1.1" 200 3890 0.004487 10.0.0.23 - - [2026-06-15 03:00:20] "GET /instance-ip/2144add8-0ff7-4cf1-ad11-704d40b49fba HTTP/1.1" 200 1964 0.003366 10.0.0.23 - - [2026-06-15 03:00:20] "GET /instance-ip/ab2cdb4f-0637-4ca7-bd54-75483c773721 HTTP/1.1" 200 1963 0.004081 10.0.0.23 - - [2026-06-15 03:00:20] "GET /instance-ip/e3adc3b7-f438-4e44-95d4-f3a0530e6014 HTTP/1.1" 200 1637 0.005520 10.0.0.23 - - [2026-06-15 03:00:20] "POST /neutron/port HTTP/1.1" 200 1385 0.026742 10.0.0.23 - - [2026-06-15 03:00:20] "GET /virtual-machine/540b071a-b7f9-4dec-ad50-9eeb96a1ef74 HTTP/1.1" 200 1294 0.004769 10.0.0.23 - - [2026-06-15 03:00:20] "GET /virtual-machine-interface/9cc3b74e-faaf-4518-9fc8-2ecd44386b7e HTTP/1.1" 200 3890 0.004868 10.0.0.23 - - [2026-06-15 03:00:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.23 - - [2026-06-15 03:00:20] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003758 10.0.0.23 - - [2026-06-15 03:00:20] "GET /virtual-networks?parent_id=888c0144-6dd2-47a6-827c-e47e164fe056&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002679 10.0.0.23 - - [2026-06-15 03:00:20] "GET /virtual-network/a717622a-9947-4474-9e91-81379e147f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005684 10.0.0.23 - - [2026-06-15 03:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.23 - - [2026-06-15 03:00:22] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003593 10.0.0.23 - - [2026-06-15 03:00:22] "GET /virtual-networks?parent_id=888c0144-6dd2-47a6-827c-e47e164fe056&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003716 10.0.0.23 - - [2026-06-15 03:00:22] "GET /virtual-network/a717622a-9947-4474-9e91-81379e147f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005534 10.0.0.23 - - [2026-06-15 03:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.23 - - [2026-06-15 03:00:22] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004160 10.0.0.23 - - [2026-06-15 03:00:22] "GET /virtual-networks?parent_id=888c0144-6dd2-47a6-827c-e47e164fe056&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003107 10.0.0.23 - - [2026-06-15 03:00:22] "GET /virtual-network/a717622a-9947-4474-9e91-81379e147f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005707 10.0.0.23 - - [2026-06-15 03:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.23 - - [2026-06-15 03:00:22] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004002 10.0.0.23 - - [2026-06-15 03:00:22] "GET /virtual-networks?parent_id=888c0144-6dd2-47a6-827c-e47e164fe056&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002753 10.0.0.23 - - [2026-06-15 03:00:22] "GET /virtual-network/a717622a-9947-4474-9e91-81379e147f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005983 10.0.0.23 - - [2026-06-15 03:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.23 - - [2026-06-15 03:00:22] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004700 10.0.0.23 - - [2026-06-15 03:00:22] "GET /virtual-networks?parent_id=888c0144-6dd2-47a6-827c-e47e164fe056&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003747 10.0.0.23 - - [2026-06-15 03:00:22] "GET /virtual-network/a717622a-9947-4474-9e91-81379e147f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006237 10.0.0.23 - - [2026-06-15 03:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.23 - - [2026-06-15 03:00:22] "GET /routing-instance/6eea1c8f-d5c8-4ac7-952c-b1268335d523?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.003740 10.0.0.23 - - [2026-06-15 03:00:22] "GET /routing-instance/6eea1c8f-d5c8-4ac7-952c-b1268335d523?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1589 0.004986 10.0.0.23 - - [2026-06-15 03:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.23 - - [2026-06-15 03:00:22] "GET /routing-instance/d90cdfea-dacd-4460-af2e-87ab399d35eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.004167 10.0.0.23 - - [2026-06-15 03:00:22] "GET /routing-instance/d90cdfea-dacd-4460-af2e-87ab399d35eb?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1593 0.005564 10.0.0.33 - - [2026-06-15 03:00:47] "GET /obj-perms HTTP/1.1" 200 4493 0.038961 10.0.0.23 - - [2026-06-15 03:00:58] "POST /neutron/port HTTP/1.1" 200 1108 0.014970 10.0.0.23 - - [2026-06-15 03:00:59] "POST /neutron/subnet HTTP/1.1" 200 703 0.008388 10.0.0.23 - - [2026-06-15 03:01:01] "GET /network-policy/bc66dbf1-1e79-43d6-8dba-cd6281f85159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004320 10.0.0.23 - - [2026-06-15 03:01:01] "PUT /network-policy/bc66dbf1-1e79-43d6-8dba-cd6281f85159 HTTP/1.1" 200 262 0.016860 10.0.0.23 - - [2026-06-15 03:01:01] "GET /network-policy/bc66dbf1-1e79-43d6-8dba-cd6281f85159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.012853 10.0.0.65 - - [2026-06-15 03:01:01] "PUT /access-control-list/41d6623d-d1ec-4cf2-a22d-1b610126b49a HTTP/1.1" 200 272 0.076724 10.0.0.23 - - [2026-06-15 03:01:01] "POST /neutron/port HTTP/1.1" 200 1385 0.025902 10.0.0.23 - - [2026-06-15 03:01:06] "POST /neutron/port HTTP/1.1" 200 1108 0.016159 10.0.0.23 - - [2026-06-15 03:01:07] "POST /neutron/subnet HTTP/1.1" 200 703 0.008486 10.0.0.23 - - [2026-06-15 03:01:24] "POST /neutron/port HTTP/1.1" 200 1385 0.020202 10.0.0.23 - - [2026-06-15 03:01:29] "POST /ref-update HTTP/1.1" 200 156 0.045451 10.0.0.23 - - [2026-06-15 03:01:29] "GET /virtual-network/023559f9-cd24-4294-a0cc-9d9cdc3502ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008127 10.0.0.23 - - [2026-06-15 03:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002763 10.0.0.23 - - [2026-06-15 03:01:29] "GET /network-policy/bc66dbf1-1e79-43d6-8dba-cd6281f85159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.004337 10.0.0.23 - - [2026-06-15 03:01:29] "POST /ref-update HTTP/1.1" 200 156 0.047955 10.0.0.23 - - [2026-06-15 03:01:29] "POST /neutron/network HTTP/1.1" 200 828 0.008799 10.0.0.23 - - [2026-06-15 03:01:29] "GET /virtual-network/c519020b-b013-41f3-a480-bc43633d4fab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005627 10.0.0.23 - - [2026-06-15 03:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.23 - - [2026-06-15 03:01:29] "GET /network-policy/bc66dbf1-1e79-43d6-8dba-cd6281f85159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.004139 10.0.0.23 - - [2026-06-15 03:01:29] "DELETE /network-policy/bc66dbf1-1e79-43d6-8dba-cd6281f85159 HTTP/1.1" 200 115 0.033530 10.0.0.23 - - [2026-06-15 03:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002632 10.0.0.23 - - [2026-06-15 03:01:30] "DELETE /service-instance/0099355e-bea1-4a57-bcb2-5eb16795bc52 HTTP/1.1" 200 115 0.054537 10.0.0.65 - - [2026-06-15 03:01:30] "POST /ref-update HTTP/1.1" 200 156 0.061465 10.0.0.23 - - [2026-06-15 03:01:30] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.009455 10.0.0.23 - - [2026-06-15 03:01:30] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.011751 10.0.0.65 - - [2026-06-15 03:01:30] "DELETE /instance-ip/ab2cdb4f-0637-4ca7-bd54-75483c773721 HTTP/1.1" 200 115 0.069036 10.0.0.65 - - [2026-06-15 03:01:30] "POST /ref-update HTTP/1.1" 200 156 0.039624 10.0.0.23 - - [2026-06-15 03:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.023200 10.0.0.65 - - [2026-06-15 03:01:30] "POST /ref-update HTTP/1.1" 200 156 0.045516 10.0.0.23 - - [2026-06-15 03:01:30] "DELETE /service-template/113675ec-ce2c-4969-970d-836021da1b3f HTTP/1.1" 200 115 0.063605 10.0.0.23 - - [2026-06-15 03:01:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.007981 10.0.0.65 - - [2026-06-15 03:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005389 10.0.0.23 - - [2026-06-15 03:01:31] "POST /neutron/network HTTP/1.1" 200 849 0.007009 10.0.0.23 - - [2026-06-15 03:01:32] "POST /neutron/port HTTP/1.1" 200 1117 0.017060 10.0.0.23 - - [2026-06-15 03:01:32] "POST /neutron/port HTTP/1.1" 200 1114 0.022054 10.0.0.23 - - [2026-06-15 03:01:32] "POST /neutron/port HTTP/1.1" 200 1114 0.038205 10.0.0.65 - - [2026-06-15 03:01:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002632 10.0.0.65 - - [2026-06-15 03:01:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003352 10.0.0.23 - - [2026-06-15 03:01:33] "POST /neutron/network HTTP/1.1" 200 151 0.142586 10.0.0.65 - - [2026-06-15 03:01:33] "DELETE /route-target/22341005-7574-4d9a-bc68-d7a19d80f8bf HTTP/1.1" 200 115 0.033823 10.0.0.23 - - [2026-06-15 03:01:33] "POST /neutron/network HTTP/1.1" 200 830 0.008353 10.0.0.65 - - [2026-06-15 03:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005100 10.0.0.65 - - [2026-06-15 03:01:34] "POST /useragent-kv HTTP/1.1" 200 115 0.007312 10.0.0.65 - - [2026-06-15 03:01:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002402 10.0.0.23 - - [2026-06-15 03:01:34] "POST /neutron/network HTTP/1.1" 200 151 0.118116 10.0.0.65 - - [2026-06-15 03:01:34] "DELETE /route-target/c8fba778-5b02-429e-a44e-0d42f77a0bc7 HTTP/1.1" 200 115 0.031048 10.0.0.65 - - [2026-06-15 03:01:35] "GET /projects?obj_uuids=888c0144-6dd2-47a6-827c-e47e164fe056&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000891 10.0.0.23 - - [2026-06-15 03:01:35] "GET /project/888c0144-6dd2-47a6-827c-e47e164fe056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.107412 10.0.0.65 - - [2026-06-15 03:01:35] "GET /projects?obj_uuids=888c0144-6dd2-47a6-827c-e47e164fe056&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001260 10.0.0.23 - - [2026-06-15 03:01:36] "GET /project/888c0144-6dd2-47a6-827c-e47e164fe056?fields=virtual_networks HTTP/1.1" 200 1034 0.069382 10.0.0.65 - - [2026-06-15 03:01:36] "GET /projects?obj_uuids=888c0144-6dd2-47a6-827c-e47e164fe056&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000970 10.0.0.23 - - [2026-06-15 03:01:36] "GET /project/888c0144-6dd2-47a6-827c-e47e164fe056?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.057441 10.0.0.65 - - [2026-06-15 03:01:36] "GET /projects?obj_uuids=888c0144-6dd2-47a6-827c-e47e164fe056&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000951 10.0.0.23 - - [2026-06-15 03:01:36] "GET /project/888c0144-6dd2-47a6-827c-e47e164fe056?fields=security_groups HTTP/1.1" 200 1262 0.042097 10.0.0.23 - - [2026-06-15 03:01:37] "POST /fqname-to-id HTTP/1.1" 404 189 0.024119 10.0.0.65 - - [2026-06-15 03:01:37] "GET /projects?obj_uuids=8ee81dd7-8dcc-405e-bff0-9f5791c0f567&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003269 10.0.0.65 - - [2026-06-15 03:01:37] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001072 10.0.0.65 - - [2026-06-15 03:01:37] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008923 10.0.0.65 - - [2026-06-15 03:01:37] "POST /id-to-fqname HTTP/1.1" 200 191 0.001302 10.0.0.65 - - [2026-06-15 03:01:37] "POST /fqname-to-id HTTP/1.1" 404 200 0.006480 10.0.0.65 - - [2026-06-15 03:01:37] "POST /security-groups HTTP/1.1" 200 592 0.077334 10.0.0.65 - - [2026-06-15 03:01:37] "POST /projects HTTP/1.1" 200 587 0.294694 10.0.0.65 - - [2026-06-15 03:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.342541 10.0.0.65 - - [2026-06-15 03:01:37] "POST /fqname-to-id HTTP/1.1" 404 234 0.004929 10.0.0.23 - - [2026-06-15 03:01:37] "GET /project/8ee81dd7-8dcc-405e-bff0-9f5791c0f567?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.516461 10.0.0.23 - - [2026-06-15 03:01:38] "GET / HTTP/1.1" 200 35931 0.001732 10.0.0.23 - - [2026-06-15 03:01:41] "GET /project/8ee81dd7-8dcc-405e-bff0-9f5791c0f567?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000653 10.0.0.65 - - [2026-06-15 03:01:41] "GET /projects?obj_uuids=8ee81dd7-8dcc-405e-bff0-9f5791c0f567&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001226 10.0.0.23 - - [2026-06-15 03:01:41] "GET /project/8ee81dd7-8dcc-405e-bff0-9f5791c0f567?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.082568 10.0.0.23 - - [2026-06-15 03:01:41] "POST /fqname-to-id HTTP/1.1" 404 180 0.002790 10.0.0.23 - - [2026-06-15 03:01:41] "POST /virtual-DNSs HTTP/1.1" 200 507 0.036240 10.0.0.23 - - [2026-06-15 03:01:41] "GET /virtual-DNS/715f5eb5-f6b1-4562-b00c-9f730371122f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.006423 10.0.0.23 - - [2026-06-15 03:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.23 - - [2026-06-15 03:01:41] "GET /virtual-DNS/715f5eb5-f6b1-4562-b00c-9f730371122f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.003847 10.0.0.23 - - [2026-06-15 03:01:42] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002972 10.0.0.23 - - [2026-06-15 03:01:42] "POST /network-ipams HTTP/1.1" 200 514 0.030899 10.0.0.23 - - [2026-06-15 03:01:42] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.004370 10.0.0.23 - - [2026-06-15 03:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004364 10.0.0.23 - - [2026-06-15 03:01:42] "GET /network-ipam/e5267cee-2a01-48a3-8a7f-e95f86ffb21e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.008210 10.0.0.23 - - [2026-06-15 03:01:42] "PUT /network-ipam/e5267cee-2a01-48a3-8a7f-e95f86ffb21e HTTP/1.1" 200 258 0.014488 10.0.0.23 - - [2026-06-15 03:01:42] "POST /ref-update HTTP/1.1" 200 156 0.014815 10.0.0.23 - - [2026-06-15 03:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.65 - - [2026-06-15 03:01:42] "GET /projects?obj_uuids=8ee81dd7-8dcc-405e-bff0-9f5791c0f567&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001128 10.0.0.23 - - [2026-06-15 03:01:42] "GET /project/8ee81dd7-8dcc-405e-bff0-9f5791c0f567?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.051928 10.0.0.65 - - [2026-06-15 03:01:42] "POST /ref-update HTTP/1.1" 200 156 0.025590 10.0.0.65 - - [2026-06-15 03:01:43] "POST /useragent-kv HTTP/1.1" 200 115 0.010106 10.0.0.23 - - [2026-06-15 03:01:43] "POST /neutron/subnet HTTP/1.1" 200 711 0.245417 10.0.0.23 - - [2026-06-15 03:01:43] "POST /id-to-fqname HTTP/1.1" 200 227 0.001205 10.0.0.23 - - [2026-06-15 03:01:43] "GET /virtual-network/bea21d2f-db91-48f9-a3d2-b48ba2df07a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009432 10.0.0.23 - - [2026-06-15 03:01:43] "GET /virtual-network/bea21d2f-db91-48f9-a3d2-b48ba2df07a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007141 10.0.0.23 - - [2026-06-15 03:01:43] "POST /neutron/network HTTP/1.1" 200 833 0.005724 10.0.0.23 - - [2026-06-15 03:01:43] "POST /neutron/network HTTP/1.1" 200 833 0.005763 10.0.0.23 - - [2026-06-15 03:01:43] "POST /id-to-fqname HTTP/1.1" 200 227 0.000979 10.0.0.65 - - [2026-06-15 03:01:44] "GET /projects?obj_uuids=8ee81dd7-8dcc-405e-bff0-9f5791c0f567&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001007 10.0.0.23 - - [2026-06-15 03:01:44] "GET /project/8ee81dd7-8dcc-405e-bff0-9f5791c0f567?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.064362 10.0.0.23 - - [2026-06-15 03:01:44] "POST /neutron/network HTTP/1.1" 200 833 0.005410 10.0.0.23 - - [2026-06-15 03:01:44] "POST /neutron/port HTTP/1.1" 200 117 0.005835 10.0.0.23 - - [2026-06-15 03:01:48] "POST /neutron/port HTTP/1.1" 200 1058 0.021433 10.0.0.23 - - [2026-06-15 03:01:49] "POST /neutron/port HTTP/1.1" 200 1122 0.019606 10.0.0.23 - - [2026-06-15 03:01:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003801 10.0.0.23 - - [2026-06-15 03:01:50] "POST /neutron/network HTTP/1.1" 200 833 0.006013 10.0.0.23 - - [2026-06-15 03:01:59] "POST /neutron/port HTTP/1.1" 200 1122 0.014816 10.0.0.23 - - [2026-06-15 03:01:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006784 10.0.0.23 - - [2026-06-15 03:01:59] "GET /virtual-machine/937a1192-2376-4796-b9c5-2a0718a8cb13 HTTP/1.1" 401 292 0.000391 10.0.0.23 - - [2026-06-15 03:02:00] "GET /virtual-machine/937a1192-2376-4796-b9c5-2a0718a8cb13 HTTP/1.1" 200 1294 0.026408 10.0.0.23 - - [2026-06-15 03:02:00] "GET /virtual-machine-interface/676969ec-258f-49b4-b479-a293460737dc HTTP/1.1" 200 2963 0.004816 10.0.0.23 - - [2026-06-15 03:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.23 - - [2026-06-15 03:02:00] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003804 10.0.0.23 - - [2026-06-15 03:02:00] "GET /virtual-networks?parent_id=8ee81dd7-8dcc-405e-bff0-9f5791c0f567&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002870 10.0.0.23 - - [2026-06-15 03:02:00] "GET /virtual-network/bea21d2f-db91-48f9-a3d2-b48ba2df07a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006329 10.0.0.23 - - [2026-06-15 03:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.23 - - [2026-06-15 03:02:03] "GET /virtual-network/bea21d2f-db91-48f9-a3d2-b48ba2df07a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005662 10.0.0.23 - - [2026-06-15 03:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.23 - - [2026-06-15 03:02:07] "GET /virtual-network/bea21d2f-db91-48f9-a3d2-b48ba2df07a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006080 10.0.0.65 - - [2026-06-15 03:02:10] "DELETE /project/888c0144-6dd2-47a6-827c-e47e164fe056 HTTP/1.1" 404 177 0.003037 10.0.0.65 - - [2026-06-15 03:02:10] "DELETE /project/8ee81dd78dcc405ebff09f5791c0f567 HTTP/1.1" 404 173 0.005078 10.0.0.23 - - [2026-06-15 03:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.23 - - [2026-06-15 03:02:11] "GET /virtual-network/bea21d2f-db91-48f9-a3d2-b48ba2df07a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006368 10.0.0.23 - - [2026-06-15 03:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.23 - - [2026-06-15 03:02:15] "GET /virtual-network/bea21d2f-db91-48f9-a3d2-b48ba2df07a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005564 10.0.0.23 - - [2026-06-15 03:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.23 - - [2026-06-15 03:02:19] "GET /virtual-network/bea21d2f-db91-48f9-a3d2-b48ba2df07a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005085 10.0.0.23 - - [2026-06-15 03:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.23 - - [2026-06-15 03:02:23] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003471 10.0.0.23 - - [2026-06-15 03:02:23] "GET /virtual-networks?parent_id=8ee81dd7-8dcc-405e-bff0-9f5791c0f567&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002606 10.0.0.23 - - [2026-06-15 03:02:23] "GET /virtual-network/bea21d2f-db91-48f9-a3d2-b48ba2df07a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005737 10.0.0.23 - - [2026-06-15 03:02:24] "POST /neutron/port HTTP/1.1" 200 1122 0.016053 10.0.0.23 - - [2026-06-15 03:02:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006040 10.0.0.23 - - [2026-06-15 03:02:47] "POST /neutron/network HTTP/1.1" 200 807 0.021952 10.0.0.23 - - [2026-06-15 03:02:47] "POST /id-to-fqname HTTP/1.1" 200 227 0.001169 10.0.0.23 - - [2026-06-15 03:02:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006879 10.0.0.65 - - [2026-06-15 03:02:48] "GET /projects?obj_uuids=8ee81dd7-8dcc-405e-bff0-9f5791c0f567&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000865 10.0.0.23 - - [2026-06-15 03:02:48] "GET /project/8ee81dd7-8dcc-405e-bff0-9f5791c0f567?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.334386 10.0.0.23 - - [2026-06-15 03:02:49] "GET /obj-perms HTTP/1.1" 200 4493 0.061493 10.0.0.23 - - [2026-06-15 03:02:49] "POST /neutron/port HTTP/1.1" 200 5161 0.046139 10.0.0.23 - - [2026-06-15 03:02:49] "POST /neutron/port HTTP/1.1" 200 117 0.005923 10.0.0.23 - - [2026-06-15 03:02:54] "POST /neutron/port HTTP/1.1" 200 1058 0.036211 10.0.0.23 - - [2026-06-15 03:02:54] "POST /neutron/port HTTP/1.1" 200 1122 0.018447 10.0.0.23 - - [2026-06-15 03:02:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004759 10.0.0.23 - - [2026-06-15 03:02:55] "POST /neutron/network HTTP/1.1" 200 833 0.008328 10.0.0.23 - - [2026-06-15 03:02:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007229 10.0.0.23 - - [2026-06-15 03:03:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.022602 10.0.0.23 - - [2026-06-15 03:03:01] "POST /neutron/port HTTP/1.1" 200 117 0.001323 10.0.0.23 - - [2026-06-15 03:03:03] "POST /neutron/port HTTP/1.1" 200 1218 0.016968 10.0.0.23 - - [2026-06-15 03:03:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006845 10.0.0.23 - - [2026-06-15 03:03:05] "POST /neutron/port HTTP/1.1" 200 1122 0.015582 10.0.0.23 - - [2026-06-15 03:03:05] "GET /virtual-machine/cfd5229b-5e7f-4e17-8c3a-f7bf4ea63789 HTTP/1.1" 200 1294 0.005508 10.0.0.23 - - [2026-06-15 03:03:05] "GET /virtual-machine-interface/665b9081-8a84-46a5-885f-e1a52c684c42 HTTP/1.1" 200 2962 0.011368 10.0.0.23 - - [2026-06-15 03:03:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.23 - - [2026-06-15 03:03:05] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003365 10.0.0.23 - - [2026-06-15 03:03:05] "GET /virtual-networks?parent_id=8ee81dd7-8dcc-405e-bff0-9f5791c0f567&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002857 10.0.0.23 - - [2026-06-15 03:03:05] "GET /virtual-network/bea21d2f-db91-48f9-a3d2-b48ba2df07a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006500 10.0.0.23 - - [2026-06-15 03:03:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004369 10.0.0.23 - - [2026-06-15 03:03:05] "POST /neutron/port HTTP/1.1" 200 117 0.001102 10.0.0.23 - - [2026-06-15 03:03:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157 10.0.0.23 - - [2026-06-15 03:03:08] "GET /virtual-network/bea21d2f-db91-48f9-a3d2-b48ba2df07a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005306 10.0.0.23 - - [2026-06-15 03:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.23 - - [2026-06-15 03:03:12] "GET /virtual-network/bea21d2f-db91-48f9-a3d2-b48ba2df07a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005073 10.0.0.23 - - [2026-06-15 03:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004231 10.0.0.23 - - [2026-06-15 03:03:16] "GET /virtual-network/bea21d2f-db91-48f9-a3d2-b48ba2df07a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006345 10.0.0.23 - - [2026-06-15 03:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.23 - - [2026-06-15 03:03:20] "GET /virtual-network/bea21d2f-db91-48f9-a3d2-b48ba2df07a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005321 10.0.0.23 - - [2026-06-15 03:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.23 - - [2026-06-15 03:03:24] "GET /virtual-network/bea21d2f-db91-48f9-a3d2-b48ba2df07a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005104 10.0.0.23 - - [2026-06-15 03:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.23 - - [2026-06-15 03:03:28] "GET /virtual-network/bea21d2f-db91-48f9-a3d2-b48ba2df07a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005271 10.0.0.23 - - [2026-06-15 03:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.23 - - [2026-06-15 03:03:32] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004661 10.0.0.23 - - [2026-06-15 03:03:32] "GET /virtual-networks?parent_id=8ee81dd7-8dcc-405e-bff0-9f5791c0f567&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002886 10.0.0.23 - - [2026-06-15 03:03:32] "GET /virtual-network/bea21d2f-db91-48f9-a3d2-b48ba2df07a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006530 10.0.0.23 - - [2026-06-15 03:03:33] "POST /neutron/port HTTP/1.1" 200 1122 0.019408 10.0.0.23 - - [2026-06-15 03:03:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006497 10.0.0.23 - - [2026-06-15 03:03:43] "POST /neutron/port HTTP/1.1" 200 1122 0.018168 10.0.0.65 - - [2026-06-15 03:03:50] "GET /obj-perms HTTP/1.1" 200 4493 0.052554 10.0.0.33 - - [2026-06-15 03:03:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.33 - - [2026-06-15 03:03:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.65 - - [2026-06-15 03:03:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.65 - - [2026-06-15 03:03:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000326 10.0.0.65 - - [2026-06-15 03:03:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.65 - - [2026-06-15 03:03:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.23 - - [2026-06-15 03:03:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.23 - - [2026-06-15 03:03:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.33 - - [2026-06-15 03:03:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.33 - - [2026-06-15 03:03:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000955 10.0.0.23 - - [2026-06-15 03:03:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000477 10.0.0.23 - - [2026-06-15 03:03:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.23 - - [2026-06-15 03:04:00] "POST /neutron/port HTTP/1.1" 200 1108 0.016258 10.0.0.23 - - [2026-06-15 03:04:01] "POST /neutron/subnet HTTP/1.1" 200 703 0.008400 10.0.0.23 - - [2026-06-15 03:04:03] "POST /neutron/port HTTP/1.1" 200 1108 0.018073 10.0.0.23 - - [2026-06-15 03:04:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004098 10.0.0.23 - - [2026-06-15 03:04:04] "POST /neutron/network HTTP/1.1" 200 928 0.006029 10.0.0.23 - - [2026-06-15 03:04:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.23 - - [2026-06-15 03:04:07] "DELETE /virtual-DNS/715f5eb5-f6b1-4562-b00c-9f730371122f HTTP/1.1" 409 235 0.006625 10.0.0.23 - - [2026-06-15 03:04:07] "POST /fqname-to-id HTTP/1.1" 404 192 0.003120 10.0.0.23 - - [2026-06-15 03:04:07] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.025978 10.0.0.23 - - [2026-06-15 03:04:07] "GET /virtual-DNS-record/fb879bdc-80e3-444b-9e3c-fe73d29fd43d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.005070 10.0.0.23 - - [2026-06-15 03:04:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.23 - - [2026-06-15 03:04:07] "GET /virtual-DNS-record/fb879bdc-80e3-444b-9e3c-fe73d29fd43d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.004857 10.0.0.23 - - [2026-06-15 03:04:13] "DELETE /virtual-DNS-record/fb879bdc-80e3-444b-9e3c-fe73d29fd43d HTTP/1.1" 200 115 0.036238 10.0.0.23 - - [2026-06-15 03:04:13] "POST /fqname-to-id HTTP/1.1" 404 184 0.003180 10.0.0.23 - - [2026-06-15 03:04:15] "POST /neutron/port HTTP/1.1" 200 1122 0.021863 10.0.0.23 - - [2026-06-15 03:04:15] "POST /neutron/port HTTP/1.1" 200 1122 0.017683 10.0.0.23 - - [2026-06-15 03:04:15] "POST /neutron/network HTTP/1.1" 200 833 0.006623 10.0.0.65 - - [2026-06-15 03:04:17] "POST /useragent-kv HTTP/1.1" 200 115 0.013638 10.0.0.65 - - [2026-06-15 03:04:17] "POST /useragent-kv HTTP/1.1" 200 115 0.014227 10.0.0.23 - - [2026-06-15 03:04:17] "POST /neutron/network HTTP/1.1" 200 151 0.174149 10.0.0.23 - - [2026-06-15 03:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005765 10.0.0.65 - - [2026-06-15 03:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.048711 10.0.0.23 - - [2026-06-15 03:04:17] "DELETE /network-ipam/e5267cee-2a01-48a3-8a7f-e95f86ffb21e HTTP/1.1" 200 115 0.046841 10.0.0.23 - - [2026-06-15 03:04:17] "DELETE /virtual-DNS/715f5eb5-f6b1-4562-b00c-9f730371122f HTTP/1.1" 200 115 0.051505 10.0.0.23 - - [2026-06-15 03:04:17] "POST /fqname-to-id HTTP/1.1" 404 180 0.006382 10.0.0.65 - - [2026-06-15 03:04:19] "GET /projects?obj_uuids=8ee81dd7-8dcc-405e-bff0-9f5791c0f567&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001079 10.0.0.23 - - [2026-06-15 03:04:19] "GET /project/8ee81dd7-8dcc-405e-bff0-9f5791c0f567?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.050751 10.0.0.65 - - [2026-06-15 03:04:19] "GET /projects?obj_uuids=8ee81dd7-8dcc-405e-bff0-9f5791c0f567&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000812 10.0.0.23 - - [2026-06-15 03:04:19] "GET /project/8ee81dd7-8dcc-405e-bff0-9f5791c0f567?fields=virtual_networks HTTP/1.1" 200 1034 0.034406 10.0.0.65 - - [2026-06-15 03:04:19] "GET /projects?obj_uuids=8ee81dd7-8dcc-405e-bff0-9f5791c0f567&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000877 10.0.0.23 - - [2026-06-15 03:04:19] "GET /project/8ee81dd7-8dcc-405e-bff0-9f5791c0f567?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.041245 10.0.0.65 - - [2026-06-15 03:04:19] "GET /projects?obj_uuids=8ee81dd7-8dcc-405e-bff0-9f5791c0f567&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001268 10.0.0.23 - - [2026-06-15 03:04:19] "GET /project/8ee81dd7-8dcc-405e-bff0-9f5791c0f567?fields=security_groups HTTP/1.1" 200 1261 0.038897 10.0.0.23 - - [2026-06-15 03:04:20] "POST /fqname-to-id HTTP/1.1" 404 189 0.027796 10.0.0.65 - - [2026-06-15 03:04:20] "GET /projects?obj_uuids=ec880625-8ed6-4e0f-a8e3-3d7fcb3ddfef&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004477 10.0.0.65 - - [2026-06-15 03:04:20] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001628 10.0.0.65 - - [2026-06-15 03:04:20] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.034058 10.0.0.65 - - [2026-06-15 03:04:20] "POST /id-to-fqname HTTP/1.1" 200 191 0.001054 10.0.0.65 - - [2026-06-15 03:04:20] "POST /fqname-to-id HTTP/1.1" 404 200 0.007859 10.0.0.65 - - [2026-06-15 03:04:20] "POST /security-groups HTTP/1.1" 200 592 0.030048 10.0.0.65 - - [2026-06-15 03:04:20] "POST /projects HTTP/1.1" 200 587 0.239032 10.0.0.65 - - [2026-06-15 03:04:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.307287 10.0.0.65 - - [2026-06-15 03:04:20] "POST /access-control-lists HTTP/1.1" 200 597 0.031142 10.0.0.23 - - [2026-06-15 03:04:20] "GET /project/ec880625-8ed6-4e0f-a8e3-3d7fcb3ddfef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.478859 10.0.0.23 - - [2026-06-15 03:04:21] "GET / HTTP/1.1" 200 35931 0.001463 10.0.0.23 - - [2026-06-15 03:04:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000481 10.0.0.23 - - [2026-06-15 03:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.053169 10.0.0.65 - - [2026-06-15 03:04:23] "GET /projects?obj_uuids=ec880625-8ed6-4e0f-a8e3-3d7fcb3ddfef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000825 10.0.0.23 - - [2026-06-15 03:04:23] "GET /project/ec880625-8ed6-4e0f-a8e3-3d7fcb3ddfef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.041057 10.0.0.65 - - [2026-06-15 03:04:24] "POST /route-targets HTTP/1.1" 200 327 0.013610 10.0.0.65 - - [2026-06-15 03:04:24] "POST /useragent-kv HTTP/1.1" 200 115 0.011538 10.0.0.23 - - [2026-06-15 03:04:24] "POST /neutron/subnet HTTP/1.1" 200 725 0.263921 10.0.0.23 - - [2026-06-15 03:04:24] "POST /id-to-fqname HTTP/1.1" 200 222 0.001141 10.0.0.23 - - [2026-06-15 03:04:24] "GET /virtual-network/52d2f56e-0c3c-4ce7-a2b9-0f7671685237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004648 10.0.0.23 - - [2026-06-15 03:04:24] "GET /virtual-network/52d2f56e-0c3c-4ce7-a2b9-0f7671685237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006141 10.0.0.23 - - [2026-06-15 03:04:24] "POST /neutron/network HTTP/1.1" 200 827 0.007134 10.0.0.23 - - [2026-06-15 03:04:25] "GET /virtual-network/52d2f56e-0c3c-4ce7-a2b9-0f7671685237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005885 10.0.0.33 - - [2026-06-15 03:04:25] "GET /obj-perms HTTP/1.1" 200 4469 0.044941 10.0.0.23 - - [2026-06-15 03:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.65 - - [2026-06-15 03:04:26] "GET /projects?obj_uuids=ec880625-8ed6-4e0f-a8e3-3d7fcb3ddfef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000872 10.0.0.23 - - [2026-06-15 03:04:26] "GET /project/ec880625-8ed6-4e0f-a8e3-3d7fcb3ddfef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.036497 10.0.0.65 - - [2026-06-15 03:04:26] "GET /projects?obj_uuids=ec880625-8ed6-4e0f-a8e3-3d7fcb3ddfef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000879 10.0.0.23 - - [2026-06-15 03:04:26] "POST /neutron/network HTTP/1.1" 200 608 0.130224 10.0.0.65 - - [2026-06-15 03:04:26] "POST /ref-update HTTP/1.1" 200 156 0.023559 10.0.0.23 - - [2026-06-15 03:04:26] "POST /id-to-fqname HTTP/1.1" 200 222 0.003486 10.0.0.23 - - [2026-06-15 03:04:26] "GET /virtual-network/6b154208-eb94-4265-97b5-cc0fda7ee2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005895 10.0.0.23 - - [2026-06-15 03:04:26] "POST /neutron/network HTTP/1.1" 200 825 0.006428 10.0.0.23 - - [2026-06-15 03:04:26] "GET /virtual-network/6b154208-eb94-4265-97b5-cc0fda7ee2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005250 10.0.0.23 - - [2026-06-15 03:04:27] "GET /virtual-network/6b154208-eb94-4265-97b5-cc0fda7ee2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007456 10.0.0.23 - - [2026-06-15 03:04:27] "POST /id-to-fqname HTTP/1.1" 200 222 0.001253 10.0.0.23 - - [2026-06-15 03:04:27] "POST /neutron/port HTTP/1.1" 200 4192 0.034339 10.0.0.65 - - [2026-06-15 03:04:43] "GET /projects?obj_uuids=ec880625-8ed6-4e0f-a8e3-3d7fcb3ddfef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000980 10.0.0.23 - - [2026-06-15 03:04:43] "GET /project/ec880625-8ed6-4e0f-a8e3-3d7fcb3ddfef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.054784 10.0.0.23 - - [2026-06-15 03:04:43] "POST /neutron/port HTTP/1.1" 200 4192 0.034694 10.0.0.23 - - [2026-06-15 03:04:43] "POST /id-to-fqname HTTP/1.1" 200 222 0.001330 10.0.0.23 - - [2026-06-15 03:04:43] "POST /neutron/network HTTP/1.1" 200 837 0.006035 10.0.0.65 - - [2026-06-15 03:04:44] "GET /projects?obj_uuids=ec880625-8ed6-4e0f-a8e3-3d7fcb3ddfef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000855 10.0.0.23 - - [2026-06-15 03:04:44] "GET /project/ec880625-8ed6-4e0f-a8e3-3d7fcb3ddfef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.052804 10.0.0.23 - - [2026-06-15 03:04:44] "POST /neutron/port HTTP/1.1" 200 117 0.006297 10.0.0.65 - - [2026-06-15 03:04:47] "GET /projects?obj_uuids=ec880625-8ed6-4e0f-a8e3-3d7fcb3ddfef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001396 10.0.0.23 - - [2026-06-15 03:04:48] "POST /neutron/port HTTP/1.1" 200 1059 0.316152 10.0.0.23 - - [2026-06-15 03:04:48] "POST /neutron/port HTTP/1.1" 200 1113 0.095752 10.0.0.23 - - [2026-06-15 03:04:49] "POST /neutron/port HTTP/1.1" 200 1061 0.023633 10.0.0.23 - - [2026-06-15 03:04:49] "POST /neutron/port HTTP/1.1" 200 1123 0.014306 10.0.0.23 - - [2026-06-15 03:04:49] "POST /neutron/port HTTP/1.1" 200 117 0.001046 10.0.0.23 - - [2026-06-15 03:04:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.016574 10.0.0.23 - - [2026-06-15 03:04:50] "POST /neutron/subnet HTTP/1.1" 200 699 0.012265 10.0.0.23 - - [2026-06-15 03:04:50] "GET /obj-perms HTTP/1.1" 200 4493 0.048698 10.0.0.23 - - [2026-06-15 03:04:54] "POST /neutron/port HTTP/1.1" 200 1123 0.017108 10.0.0.23 - - [2026-06-15 03:05:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007323 10.0.0.23 - - [2026-06-15 03:05:10] "POST /neutron/port HTTP/1.1" 200 1123 0.021068 10.0.0.65 - - [2026-06-15 03:05:10] "DELETE /project/ec8806258ed64e0fa8e33d7fcb3ddfef HTTP/1.1" 404 173 0.003217 10.0.0.65 - - [2026-06-15 03:05:10] "DELETE /project/8ee81dd7-8dcc-405e-bff0-9f5791c0f567 HTTP/1.1" 404 177 0.006024 10.0.0.23 - - [2026-06-15 03:05:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008936 10.0.0.23 - - [2026-06-15 03:05:20] "POST /neutron/port HTTP/1.1" 200 1123 0.020946 10.0.0.23 - - [2026-06-15 03:05:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006384 10.0.0.23 - - [2026-06-15 03:05:20] "GET /virtual-machine/7478dcdc-6e62-4918-988b-0ed6790443d3 HTTP/1.1" 401 292 0.000344 10.0.0.23 - - [2026-06-15 03:05:20] "GET /virtual-machine/7478dcdc-6e62-4918-988b-0ed6790443d3 HTTP/1.1" 200 1293 0.032838 10.0.0.23 - - [2026-06-15 03:05:20] "GET /virtual-machine-interface/34addf04-dfb1-476c-9693-8d27e3ff835b HTTP/1.1" 200 2948 0.006439 10.0.0.23 - - [2026-06-15 03:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.23 - - [2026-06-15 03:05:20] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004563 10.0.0.23 - - [2026-06-15 03:05:20] "GET /virtual-networks?parent_id=ec880625-8ed6-4e0f-a8e3-3d7fcb3ddfef&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004099 10.0.0.23 - - [2026-06-15 03:05:21] "GET /virtual-network/6b154208-eb94-4265-97b5-cc0fda7ee2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007991 10.0.0.23 - - [2026-06-15 03:05:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.23 - - [2026-06-15 03:05:24] "GET /virtual-network/6b154208-eb94-4265-97b5-cc0fda7ee2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004867 10.0.0.23 - - [2026-06-15 03:05:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.23 - - [2026-06-15 03:05:28] "GET /virtual-network/6b154208-eb94-4265-97b5-cc0fda7ee2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004724 10.0.0.23 - - [2026-06-15 03:05:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.23 - - [2026-06-15 03:05:32] "GET /virtual-network/6b154208-eb94-4265-97b5-cc0fda7ee2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005177 10.0.0.23 - - [2026-06-15 03:05:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.23 - - [2026-06-15 03:05:36] "GET /virtual-network/6b154208-eb94-4265-97b5-cc0fda7ee2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006688 10.0.0.23 - - [2026-06-15 03:05:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.23 - - [2026-06-15 03:05:40] "GET /virtual-network/6b154208-eb94-4265-97b5-cc0fda7ee2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004807 10.0.0.23 - - [2026-06-15 03:05:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.23 - - [2026-06-15 03:05:44] "GET /virtual-network/6b154208-eb94-4265-97b5-cc0fda7ee2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004696 10.0.0.23 - - [2026-06-15 03:05:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.23 - - [2026-06-15 03:05:48] "GET /virtual-network/6b154208-eb94-4265-97b5-cc0fda7ee2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005167 10.0.0.65 - - [2026-06-15 03:05:51] "GET /obj-perms HTTP/1.1" 200 4493 0.039205 10.0.0.23 - - [2026-06-15 03:05:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.23 - - [2026-06-15 03:05:52] "GET /virtual-network/6b154208-eb94-4265-97b5-cc0fda7ee2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004834 10.0.0.23 - - [2026-06-15 03:05:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.23 - - [2026-06-15 03:05:56] "GET /virtual-network/6b154208-eb94-4265-97b5-cc0fda7ee2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004612 10.0.0.23 - - [2026-06-15 03:06:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.23 - - [2026-06-15 03:06:00] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003482 10.0.0.23 - - [2026-06-15 03:06:00] "GET /virtual-networks?parent_id=ec880625-8ed6-4e0f-a8e3-3d7fcb3ddfef&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002643 10.0.0.23 - - [2026-06-15 03:06:01] "GET /virtual-network/6b154208-eb94-4265-97b5-cc0fda7ee2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006223 10.0.0.23 - - [2026-06-15 03:06:01] "POST /neutron/port HTTP/1.1" 200 1218 0.017617 10.0.0.23 - - [2026-06-15 03:06:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003626 10.0.0.23 - - [2026-06-15 03:06:03] "POST /neutron/port HTTP/1.1" 200 117 0.001002 10.0.0.23 - - [2026-06-15 03:06:06] "POST /neutron/port HTTP/1.1" 200 1123 0.019026 10.0.0.23 - - [2026-06-15 03:06:07] "POST /neutron/port HTTP/1.1" 200 1218 0.014711 10.0.0.23 - - [2026-06-15 03:06:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003746 10.0.0.23 - - [2026-06-15 03:06:08] "POST /neutron/port HTTP/1.1" 200 117 0.001034 10.0.0.23 - - [2026-06-15 03:06:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.022591 10.0.0.23 - - [2026-06-15 03:06:16] "POST /neutron/port HTTP/1.1" 200 1123 0.020817 10.0.0.23 - - [2026-06-15 03:06:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006913 10.0.0.23 - - [2026-06-15 03:06:26] "POST /neutron/port HTTP/1.1" 200 1123 0.020771 10.0.0.23 - - [2026-06-15 03:06:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009093 10.0.0.23 - - [2026-06-15 03:06:37] "POST /neutron/port HTTP/1.1" 200 1125 0.018823 10.0.0.23 - - [2026-06-15 03:06:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006762 10.0.0.23 - - [2026-06-15 03:06:37] "GET /virtual-machine/1d776b21-a6ca-4f29-9304-2532e3894a09 HTTP/1.1" 200 1293 0.005553 10.0.0.23 - - [2026-06-15 03:06:37] "GET /virtual-machine-interface/752f6ea8-7dce-4648-89ae-4aff5c866613 HTTP/1.1" 200 2947 0.005781 10.0.0.23 - - [2026-06-15 03:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.23 - - [2026-06-15 03:06:37] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003534 10.0.0.23 - - [2026-06-15 03:06:37] "GET /virtual-networks?parent_id=ec880625-8ed6-4e0f-a8e3-3d7fcb3ddfef&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002958 10.0.0.23 - - [2026-06-15 03:06:37] "GET /virtual-network/52d2f56e-0c3c-4ce7-a2b9-0f7671685237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005078 10.0.0.23 - - [2026-06-15 03:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.23 - - [2026-06-15 03:06:38] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004240 10.0.0.23 - - [2026-06-15 03:06:38] "GET /virtual-networks?parent_id=ec880625-8ed6-4e0f-a8e3-3d7fcb3ddfef&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002557 10.0.0.23 - - [2026-06-15 03:06:38] "GET /virtual-network/52d2f56e-0c3c-4ce7-a2b9-0f7671685237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005346 10.0.0.23 - - [2026-06-15 03:06:44] "POST /neutron/port HTTP/1.1" 200 1125 0.017262 10.0.0.23 - - [2026-06-15 03:06:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.65 - - [2026-06-15 03:06:49] "GET /projects?obj_uuids=ec880625-8ed6-4e0f-a8e3-3d7fcb3ddfef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.026874 10.0.0.23 - - [2026-06-15 03:06:49] "GET /project/ec880625-8ed6-4e0f-a8e3-3d7fcb3ddfef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.059360 10.0.0.23 - - [2026-06-15 03:06:49] "GET /virtual-network/52d2f56e-0c3c-4ce7-a2b9-0f7671685237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005696 10.0.0.23 - - [2026-06-15 03:06:49] "GET /floating-ip-pools?parent_id=52d2f56e-0c3c-4ce7-a2b9-0f7671685237&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003228 10.0.0.23 - - [2026-06-15 03:06:49] "GET /virtual-network/52d2f56e-0c3c-4ce7-a2b9-0f7671685237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005543 10.0.0.23 - - [2026-06-15 03:06:49] "POST /floating-ip-pools HTTP/1.1" 200 598 0.026493 10.0.0.23 - - [2026-06-15 03:06:49] "POST /ref-update HTTP/1.1" 200 156 0.012763 10.0.0.23 - - [2026-06-15 03:06:49] "GET /virtual-network/52d2f56e-0c3c-4ce7-a2b9-0f7671685237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006551 10.0.0.23 - - [2026-06-15 03:06:49] "GET /virtual-network/52d2f56e-0c3c-4ce7-a2b9-0f7671685237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005470 10.0.0.23 - - [2026-06-15 03:06:50] "POST /neutron/port HTTP/1.1" 200 1123 0.014273 10.0.0.23 - - [2026-06-15 03:06:50] "POST /neutron/floatingip HTTP/1.1" 200 575 0.016930 10.0.0.23 - - [2026-06-15 03:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.23 - - [2026-06-15 03:06:50] "GET /routing-instance/c5a11a96-b1dd-44fd-ad36-7d663e8e3b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.003566 10.0.0.23 - - [2026-06-15 03:06:50] "GET /route-target/c6c23bdc-0eea-43a6-a268-8cadf0c4b05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003357 10.0.0.33 - - [2026-06-15 03:06:51] "GET /obj-perms HTTP/1.1" 200 4493 0.041510 10.0.0.23 - - [2026-06-15 03:07:04] "POST /neutron/network HTTP/1.1" 200 938 0.007090 10.0.0.23 - - [2026-06-15 03:07:04] "POST /neutron/port HTTP/1.1" 200 117 0.000994 10.0.0.23 - - [2026-06-15 03:07:07] "POST /neutron/port HTTP/1.1" 200 1108 0.064159 10.0.0.23 - - [2026-06-15 03:07:07] "POST /neutron/subnet HTTP/1.1" 200 703 0.009104 10.0.0.23 - - [2026-06-15 03:07:13] "POST /neutron/floatingip HTTP/1.1" 200 575 0.015004 10.0.0.23 - - [2026-06-15 03:07:14] "POST /neutron/floatingip HTTP/1.1" 200 115 0.044524 10.0.0.23 - - [2026-06-15 03:07:14] "GET /floating-ip-pool/a8abea6d-4a0b-4272-9ebe-f35f4e665db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1184 0.005150 10.0.0.23 - - [2026-06-15 03:07:14] "POST /ref-update HTTP/1.1" 200 156 0.013548 10.0.0.23 - - [2026-06-15 03:07:14] "DELETE /floating-ip-pool/a8abea6d-4a0b-4272-9ebe-f35f4e665db6 HTTP/1.1" 200 115 0.031006 10.0.0.23 - - [2026-06-15 03:07:16] "POST /neutron/port HTTP/1.1" 200 1125 0.015019 10.0.0.23 - - [2026-06-15 03:07:16] "POST /neutron/port HTTP/1.1" 200 1113 0.015567 10.0.0.23 - - [2026-06-15 03:07:16] "POST /neutron/network HTTP/1.1" 200 825 0.009705 10.0.0.65 - - [2026-06-15 03:07:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002977 10.0.0.65 - - [2026-06-15 03:07:18] "POST /useragent-kv HTTP/1.1" 200 115 0.004032 10.0.0.65 - - [2026-06-15 03:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.23 - - [2026-06-15 03:07:18] "POST /neutron/network HTTP/1.1" 200 151 0.117602 10.0.0.65 - - [2026-06-15 03:07:18] "DELETE /route-target/c6c23bdc-0eea-43a6-a268-8cadf0c4b05e HTTP/1.1" 200 115 0.023262 10.0.0.65 - - [2026-06-15 03:07:20] "GET /projects?obj_uuids=ec880625-8ed6-4e0f-a8e3-3d7fcb3ddfef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001142 10.0.0.23 - - [2026-06-15 03:07:20] "GET /project/ec880625-8ed6-4e0f-a8e3-3d7fcb3ddfef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.067308 10.0.0.65 - - [2026-06-15 03:07:20] "GET /projects?obj_uuids=ec880625-8ed6-4e0f-a8e3-3d7fcb3ddfef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001102 10.0.0.23 - - [2026-06-15 03:07:20] "GET /project/ec880625-8ed6-4e0f-a8e3-3d7fcb3ddfef?fields=virtual_networks HTTP/1.1" 200 1034 0.041320 10.0.0.65 - - [2026-06-15 03:07:20] "GET /projects?obj_uuids=ec880625-8ed6-4e0f-a8e3-3d7fcb3ddfef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001108 10.0.0.23 - - [2026-06-15 03:07:20] "GET /project/ec880625-8ed6-4e0f-a8e3-3d7fcb3ddfef?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.045214 10.0.0.65 - - [2026-06-15 03:07:20] "GET /projects?obj_uuids=ec880625-8ed6-4e0f-a8e3-3d7fcb3ddfef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001224 10.0.0.23 - - [2026-06-15 03:07:20] "GET /project/ec880625-8ed6-4e0f-a8e3-3d7fcb3ddfef?fields=security_groups HTTP/1.1" 200 1261 0.045236 10.0.0.23 - - [2026-06-15 03:07:21] "POST /fqname-to-id HTTP/1.1" 404 188 0.027120 10.0.0.65 - - [2026-06-15 03:07:21] "GET /projects?obj_uuids=9413aa39-76a2-480f-bb13-a3894fad8bc3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003581 10.0.0.65 - - [2026-06-15 03:07:21] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001488 10.0.0.65 - - [2026-06-15 03:07:21] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008640 10.0.0.65 - - [2026-06-15 03:07:21] "POST /id-to-fqname HTTP/1.1" 200 190 0.007699 10.0.0.65 - - [2026-06-15 03:07:21] "POST /fqname-to-id HTTP/1.1" 404 199 0.002913 10.0.0.65 - - [2026-06-15 03:07:21] "POST /security-groups HTTP/1.1" 200 591 0.032163 10.0.0.65 - - [2026-06-15 03:07:21] "POST /projects HTTP/1.1" 200 585 0.251625 10.0.0.65 - - [2026-06-15 03:07:21] "POST /fqname-to-id HTTP/1.1" 404 233 0.008891 10.0.0.65 - - [2026-06-15 03:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.327145 10.0.0.23 - - [2026-06-15 03:07:21] "GET /project/9413aa39-76a2-480f-bb13-a3894fad8bc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.459453 10.0.0.23 - - [2026-06-15 03:07:22] "GET / HTTP/1.1" 200 35931 0.001404 10.0.0.23 - - [2026-06-15 03:07:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000407 10.0.0.23 - - [2026-06-15 03:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.068619 10.0.0.65 - - [2026-06-15 03:07:25] "GET /projects?obj_uuids=9413aa39-76a2-480f-bb13-a3894fad8bc3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001154 10.0.0.23 - - [2026-06-15 03:07:25] "GET /project/9413aa39-76a2-480f-bb13-a3894fad8bc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.042432 10.0.0.23 - - [2026-06-15 03:07:25] "POST /neutron/network HTTP/1.1" 200 117 0.041471 10.0.0.65 - - [2026-06-15 03:07:25] "POST /ref-update HTTP/1.1" 200 156 0.028140 10.0.0.23 - - [2026-06-15 03:07:25] "POST /neutron/network HTTP/1.1" 200 839 0.008134 10.0.0.23 - - [2026-06-15 03:07:25] "POST /id-to-fqname HTTP/1.1" 200 230 0.000927 10.0.0.23 - - [2026-06-15 03:07:25] "GET /virtual-network/bb9a5a6e-b9ab-48bd-a478-36f17b95b5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004942 10.0.0.23 - - [2026-06-15 03:07:25] "GET /virtual-network/bb9a5a6e-b9ab-48bd-a478-36f17b95b5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005134 10.0.0.23 - - [2026-06-15 03:07:25] "POST /neutron/subnet HTTP/1.1" 200 701 0.008500 10.0.0.23 - - [2026-06-15 03:07:25] "POST /id-to-fqname HTTP/1.1" 200 230 0.001098 10.0.0.23 - - [2026-06-15 03:07:26] "POST /neutron/network HTTP/1.1" 200 849 0.005946 10.0.0.65 - - [2026-06-15 03:07:26] "GET /projects?obj_uuids=9413aa39-76a2-480f-bb13-a3894fad8bc3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001266 10.0.0.23 - - [2026-06-15 03:07:26] "GET /project/9413aa39-76a2-480f-bb13-a3894fad8bc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.056142 10.0.0.23 - - [2026-06-15 03:07:27] "POST /neutron/port HTTP/1.1" 200 117 0.005921 10.0.0.23 - - [2026-06-15 03:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.23 - - [2026-06-15 03:07:27] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002678 10.0.0.23 - - [2026-06-15 03:07:27] "PUT /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b HTTP/1.1" 200 276 0.010852 10.0.0.65 - - [2026-06-15 03:07:31] "GET /projects?obj_uuids=9413aa39-76a2-480f-bb13-a3894fad8bc3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001195 10.0.0.23 - - [2026-06-15 03:07:31] "POST /neutron/port HTTP/1.1" 200 1055 0.246496 10.0.0.23 - - [2026-06-15 03:07:31] "POST /neutron/port HTTP/1.1" 200 1109 0.106643 10.0.0.23 - - [2026-06-15 03:07:32] "POST /neutron/port HTTP/1.1" 200 1119 0.019614 10.0.0.23 - - [2026-06-15 03:07:32] "POST /neutron/port HTTP/1.1" 200 117 0.001141 10.0.0.23 - - [2026-06-15 03:07:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007007 10.0.0.23 - - [2026-06-15 03:07:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006876 10.0.0.23 - - [2026-06-15 03:07:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006924 10.0.0.23 - - [2026-06-15 03:07:42] "GET /virtual-machine/d471da6b-e1b9-40e5-ae23-bb649853cc9f HTTP/1.1" 401 292 0.000581 10.0.0.23 - - [2026-06-15 03:07:43] "GET /virtual-machine/d471da6b-e1b9-40e5-ae23-bb649853cc9f HTTP/1.1" 200 1293 0.028658 10.0.0.23 - - [2026-06-15 03:07:43] "GET /virtual-machine-interface/83038e6e-5280-4c54-a847-e8d1ed1f15d9 HTTP/1.1" 200 2970 0.005399 10.0.0.23 - - [2026-06-15 03:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004278 10.0.0.23 - - [2026-06-15 03:07:43] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004673 10.0.0.23 - - [2026-06-15 03:07:43] "GET /virtual-networks?parent_id=9413aa39-76a2-480f-bb13-a3894fad8bc3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004038 10.0.0.23 - - [2026-06-15 03:07:43] "GET /virtual-network/bb9a5a6e-b9ab-48bd-a478-36f17b95b5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007825 10.0.0.23 - - [2026-06-15 03:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.23 - - [2026-06-15 03:07:44] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.005553 10.0.0.23 - - [2026-06-15 03:07:44] "GET /virtual-networks?parent_id=9413aa39-76a2-480f-bb13-a3894fad8bc3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004342 10.0.0.23 - - [2026-06-15 03:07:44] "GET /virtual-network/bb9a5a6e-b9ab-48bd-a478-36f17b95b5bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007060 10.0.0.23 - - [2026-06-15 03:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.23 - - [2026-06-15 03:07:46] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003743 10.0.0.23 - - [2026-06-15 03:07:46] "PUT /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b HTTP/1.1" 200 276 0.010471 10.0.0.23 - - [2026-06-15 03:07:46] "POST /neutron/network HTTP/1.1" 200 839 0.008115 10.0.0.23 - - [2026-06-15 03:07:48] "POST /neutron/port HTTP/1.1" 200 1109 0.012204 10.0.0.23 - - [2026-06-15 03:07:48] "POST /neutron/network HTTP/1.1" 400 204 0.012787 10.0.0.23 - - [2026-06-15 03:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.65 - - [2026-06-15 03:07:53] "GET /projects?obj_uuids=9413aa39-76a2-480f-bb13-a3894fad8bc3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000825 10.0.0.23 - - [2026-06-15 03:07:53] "GET /project/9413aa39-76a2-480f-bb13-a3894fad8bc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.035087 10.0.0.23 - - [2026-06-15 03:07:54] "POST /neutron/network HTTP/1.1" 200 117 0.011108 10.0.0.23 - - [2026-06-15 03:07:54] "POST /neutron/network HTTP/1.1" 200 822 0.008147 10.0.0.23 - - [2026-06-15 03:07:54] "POST /id-to-fqname HTTP/1.1" 200 220 0.000893 10.0.0.23 - - [2026-06-15 03:07:54] "GET /virtual-network/1072e893-74b9-484c-b4f8-615a7f6e9157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006908 10.0.0.23 - - [2026-06-15 03:07:54] "GET /virtual-network/1072e893-74b9-484c-b4f8-615a7f6e9157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.004989 10.0.0.23 - - [2026-06-15 03:07:54] "POST /neutron/subnet HTTP/1.1" 200 715 0.008394 10.0.0.23 - - [2026-06-15 03:07:54] "POST /id-to-fqname HTTP/1.1" 200 220 0.001094 10.0.0.65 - - [2026-06-15 03:07:54] "POST /route-targets HTTP/1.1" 200 327 0.013726 10.0.0.65 - - [2026-06-15 03:07:55] "GET /projects?obj_uuids=9413aa39-76a2-480f-bb13-a3894fad8bc3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000928 10.0.0.23 - - [2026-06-15 03:07:55] "GET /project/9413aa39-76a2-480f-bb13-a3894fad8bc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.063343 10.0.0.23 - - [2026-06-15 03:07:55] "POST /neutron/network HTTP/1.1" 200 822 0.027232 10.0.0.23 - - [2026-06-15 03:07:55] "POST /neutron/port HTTP/1.1" 200 117 0.006250 10.0.0.65 - - [2026-06-15 03:07:56] "DELETE /access-control-list/492048d1-6900-4749-bedb-be5e4351e1fe HTTP/1.1" 200 115 0.036011 10.0.0.23 - - [2026-06-15 03:08:00] "POST /neutron/port HTTP/1.1" 200 1058 0.032677 10.0.0.23 - - [2026-06-15 03:08:00] "POST /neutron/port HTTP/1.1" 200 1122 0.017156 10.0.0.23 - - [2026-06-15 03:08:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003588 10.0.0.23 - - [2026-06-15 03:08:01] "POST /neutron/network HTTP/1.1" 200 822 0.006175 10.0.0.23 - - [2026-06-15 03:08:06] "POST /neutron/port HTTP/1.1" 200 1122 0.015544 10.0.0.23 - - [2026-06-15 03:08:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007793 10.0.0.23 - - [2026-06-15 03:08:06] "GET /virtual-machine/e825af1b-e41f-457c-8b14-de60a303fc0a HTTP/1.1" 200 1293 0.005672 10.0.0.23 - - [2026-06-15 03:08:06] "GET /virtual-machine-interface/895fa280-d4c6-44d9-93dc-5cbe2e18867a HTTP/1.1" 200 2940 0.004453 10.0.0.23 - - [2026-06-15 03:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.23 - - [2026-06-15 03:08:06] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003778 10.0.0.23 - - [2026-06-15 03:08:06] "GET /virtual-networks?parent_id=9413aa39-76a2-480f-bb13-a3894fad8bc3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002391 10.0.0.23 - - [2026-06-15 03:08:06] "GET /virtual-network/1072e893-74b9-484c-b4f8-615a7f6e9157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005704 10.0.0.23 - - [2026-06-15 03:08:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.23 - - [2026-06-15 03:08:09] "GET /virtual-network/1072e893-74b9-484c-b4f8-615a7f6e9157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.004656 10.0.0.65 - - [2026-06-15 03:08:10] "DELETE /project/9413aa3976a2480fbb13a3894fad8bc3 HTTP/1.1" 404 173 0.002813 10.0.0.65 - - [2026-06-15 03:08:10] "DELETE /project/ec880625-8ed6-4e0f-a8e3-3d7fcb3ddfef HTTP/1.1" 404 177 0.005391 10.0.0.23 - - [2026-06-15 03:08:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.23 - - [2026-06-15 03:08:13] "GET /virtual-network/1072e893-74b9-484c-b4f8-615a7f6e9157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005521 10.0.0.23 - - [2026-06-15 03:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.23 - - [2026-06-15 03:08:15] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004236 10.0.0.23 - - [2026-06-15 03:08:15] "GET /virtual-networks?parent_id=9413aa39-76a2-480f-bb13-a3894fad8bc3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003868 10.0.0.23 - - [2026-06-15 03:08:15] "GET /virtual-network/1072e893-74b9-484c-b4f8-615a7f6e9157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006501 10.0.0.23 - - [2026-06-15 03:08:16] "POST /neutron/network HTTP/1.1" 200 822 0.006477 10.0.0.23 - - [2026-06-15 03:08:18] "POST /neutron/port HTTP/1.1" 200 1112 0.014765 10.0.0.23 - - [2026-06-15 03:08:19] "POST /neutron/network HTTP/1.1" 400 204 0.013167 10.0.0.23 - - [2026-06-15 03:08:23] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003586 10.0.0.23 - - [2026-06-15 03:08:23] "POST /network-ipams HTTP/1.1" 200 541 0.026350 10.0.0.23 - - [2026-06-15 03:08:23] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.003170 10.0.0.23 - - [2026-06-15 03:08:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.23 - - [2026-06-15 03:08:23] "GET /network-ipam/fbb97a06-1de4-4ac5-9b3c-e9b5cf872d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1329 0.005430 10.0.0.23 - - [2026-06-15 03:08:23] "PUT /network-ipam/fbb97a06-1de4-4ac5-9b3c-e9b5cf872d75 HTTP/1.1" 200 258 0.014812 10.0.0.23 - - [2026-06-15 03:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.65 - - [2026-06-15 03:08:24] "GET /projects?obj_uuids=9413aa39-76a2-480f-bb13-a3894fad8bc3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001479 10.0.0.23 - - [2026-06-15 03:08:24] "GET /project/9413aa39-76a2-480f-bb13-a3894fad8bc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.047228 10.0.0.23 - - [2026-06-15 03:08:24] "POST /neutron/network HTTP/1.1" 200 117 0.016123 10.0.0.65 - - [2026-06-15 03:08:24] "POST /route-targets HTTP/1.1" 200 327 0.011809 10.0.0.65 - - [2026-06-15 03:08:24] "POST /useragent-kv HTTP/1.1" 200 115 0.008101 10.0.0.23 - - [2026-06-15 03:08:24] "POST /neutron/subnet HTTP/1.1" 200 699 0.219790 10.0.0.23 - - [2026-06-15 03:08:24] "POST /id-to-fqname HTTP/1.1" 200 220 0.001304 10.0.0.23 - - [2026-06-15 03:08:24] "GET /virtual-network/673eeb11-87d7-40bc-99f0-ebe7e248ea5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005294 10.0.0.23 - - [2026-06-15 03:08:24] "GET /virtual-network/673eeb11-87d7-40bc-99f0-ebe7e248ea5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005050 10.0.0.23 - - [2026-06-15 03:08:24] "POST /neutron/network HTTP/1.1" 200 994 0.009387 10.0.0.23 - - [2026-06-15 03:08:24] "POST /neutron/network HTTP/1.1" 200 994 0.008646 10.0.0.65 - - [2026-06-15 03:08:24] "GET /projects?obj_uuids=9413aa39-76a2-480f-bb13-a3894fad8bc3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001747 10.0.0.23 - - [2026-06-15 03:08:25] "POST /neutron/port HTTP/1.1" 200 1017 0.237006 10.0.0.23 - - [2026-06-15 03:08:25] "POST /id-to-fqname HTTP/1.1" 200 220 0.001227 10.0.0.23 - - [2026-06-15 03:08:25] "POST /neutron/port HTTP/1.1" 200 1017 0.011277 10.0.0.23 - - [2026-06-15 03:08:25] "POST /neutron/port HTTP/1.1" 200 1017 0.010515 10.0.0.23 - - [2026-06-15 03:08:26] "POST /neutron/port HTTP/1.1" 200 117 0.005207 10.0.0.23 - - [2026-06-15 03:08:26] "POST /id-to-fqname HTTP/1.1" 200 220 0.001159 10.0.0.23 - - [2026-06-15 03:08:26] "POST /neutron/port HTTP/1.1" 200 1017 0.013220 10.0.0.23 - - [2026-06-15 03:08:26] "POST /neutron/port HTTP/1.1" 200 1017 0.010896 10.0.0.23 - - [2026-06-15 03:08:26] "POST /id-to-fqname HTTP/1.1" 200 220 0.001130 10.0.0.23 - - [2026-06-15 03:08:26] "POST /neutron/port HTTP/1.1" 200 4192 0.029644 10.0.0.65 - - [2026-06-15 03:08:27] "GET /projects?obj_uuids=9413aa39-76a2-480f-bb13-a3894fad8bc3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000887 10.0.0.23 - - [2026-06-15 03:08:27] "GET /project/9413aa39-76a2-480f-bb13-a3894fad8bc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.057547 10.0.0.23 - - [2026-06-15 03:08:27] "POST /neutron/port HTTP/1.1" 200 4192 0.039315 10.0.0.23 - - [2026-06-15 03:08:28] "GET /virtual-network/673eeb11-87d7-40bc-99f0-ebe7e248ea5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005356 10.0.0.23 - - [2026-06-15 03:08:28] "GET /obj-perms HTTP/1.1" 200 4467 0.044527 10.0.0.23 - - [2026-06-15 03:08:30] "POST /neutron/port HTTP/1.1" 200 1017 0.031029 10.0.0.23 - - [2026-06-15 03:08:30] "POST /neutron/port HTTP/1.1" 200 1017 0.013201 10.0.0.23 - - [2026-06-15 03:08:30] "POST /neutron/network HTTP/1.1" 200 1004 0.005932 10.0.0.23 - - [2026-06-15 03:08:30] "POST /neutron/port HTTP/1.1" 200 1109 0.114501 10.0.0.23 - - [2026-06-15 03:08:31] "POST /neutron/subnet HTTP/1.1" 200 673 0.013516 10.0.0.23 - - [2026-06-15 03:08:31] "POST /neutron/port HTTP/1.1" 200 1119 0.016227 10.0.0.23 - - [2026-06-15 03:08:32] "POST /neutron/port HTTP/1.1" 200 117 0.001055 10.0.0.65 - - [2026-06-15 03:08:32] "GET /projects?obj_uuids=9413aa39-76a2-480f-bb13-a3894fad8bc3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000882 10.0.0.23 - - [2026-06-15 03:08:32] "POST /neutron/port HTTP/1.1" 200 1055 0.222372 10.0.0.23 - - [2026-06-15 03:08:32] "POST /neutron/port HTTP/1.1" 200 1109 0.097473 10.0.0.23 - - [2026-06-15 03:08:33] "POST /neutron/subnet HTTP/1.1" 200 673 0.010540 10.0.0.23 - - [2026-06-15 03:08:34] "POST /neutron/port HTTP/1.1" 200 1119 0.017870 10.0.0.23 - - [2026-06-15 03:08:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007800 10.0.0.23 - - [2026-06-15 03:08:39] "POST /neutron/port HTTP/1.1" 200 1119 0.020082 10.0.0.23 - - [2026-06-15 03:08:39] "GET /virtual-machine/0e52b12e-3bd4-4b2f-83cf-3f176659b1d4 HTTP/1.1" 200 1287 0.006475 10.0.0.23 - - [2026-06-15 03:08:39] "GET /virtual-machine-interface/b9f509f8-5fca-41c0-bfdc-c897ddf10877 HTTP/1.1" 200 2941 0.005948 10.0.0.23 - - [2026-06-15 03:08:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004486 10.0.0.23 - - [2026-06-15 03:08:39] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004359 10.0.0.23 - - [2026-06-15 03:08:39] "GET /virtual-networks?parent_id=9413aa39-76a2-480f-bb13-a3894fad8bc3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003286 10.0.0.23 - - [2026-06-15 03:08:39] "GET /virtual-network/673eeb11-87d7-40bc-99f0-ebe7e248ea5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006146 10.0.0.23 - - [2026-06-15 03:08:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007695 10.0.0.23 - - [2026-06-15 03:08:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.23 - - [2026-06-15 03:08:42] "GET /virtual-network/673eeb11-87d7-40bc-99f0-ebe7e248ea5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.007193 10.0.0.23 - - [2026-06-15 03:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.009225 10.0.0.23 - - [2026-06-15 03:08:45] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004192 10.0.0.23 - - [2026-06-15 03:08:45] "GET /virtual-networks?parent_id=9413aa39-76a2-480f-bb13-a3894fad8bc3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004806 10.0.0.23 - - [2026-06-15 03:08:45] "GET /virtual-network/673eeb11-87d7-40bc-99f0-ebe7e248ea5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005131 10.0.0.23 - - [2026-06-15 03:08:45] "POST /neutron/port HTTP/1.1" 200 1119 0.024399 10.0.0.23 - - [2026-06-15 03:08:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008713 10.0.0.23 - - [2026-06-15 03:08:45] "GET /virtual-machine/3d876f8c-678b-4fc2-b770-3ced47db725c HTTP/1.1" 200 1288 0.005739 10.0.0.23 - - [2026-06-15 03:08:45] "GET /virtual-machine-interface/7eea9a9c-ed42-4135-a94e-e9c6158a9081 HTTP/1.1" 200 2940 0.006442 10.0.0.23 - - [2026-06-15 03:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.23 - - [2026-06-15 03:08:45] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003435 10.0.0.23 - - [2026-06-15 03:08:45] "GET /virtual-networks?parent_id=9413aa39-76a2-480f-bb13-a3894fad8bc3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003093 10.0.0.23 - - [2026-06-15 03:08:45] "GET /virtual-network/673eeb11-87d7-40bc-99f0-ebe7e248ea5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005681 10.0.0.23 - - [2026-06-15 03:08:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006522 10.0.0.23 - - [2026-06-15 03:08:46] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004160 10.0.0.23 - - [2026-06-15 03:08:46] "GET /virtual-networks?parent_id=9413aa39-76a2-480f-bb13-a3894fad8bc3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003507 10.0.0.23 - - [2026-06-15 03:08:46] "GET /virtual-network/673eeb11-87d7-40bc-99f0-ebe7e248ea5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005548 10.0.0.23 - - [2026-06-15 03:08:46] "POST /neutron/port HTTP/1.1" 200 1119 0.014871 10.0.0.23 - - [2026-06-15 03:08:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008410 10.0.0.23 - - [2026-06-15 03:08:47] "POST /neutron/port HTTP/1.1" 200 1119 0.020569 10.0.0.23 - - [2026-06-15 03:08:47] "GET /virtual-machine/51b037c6-bbbb-4025-9afc-762b74e624c9 HTTP/1.1" 200 1292 0.008514 10.0.0.23 - - [2026-06-15 03:08:47] "GET /virtual-machine-interface/57631bae-4bb2-4832-aa38-4351aec2e20a HTTP/1.1" 200 2940 0.007601 10.0.0.23 - - [2026-06-15 03:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004718 10.0.0.23 - - [2026-06-15 03:08:47] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006253 10.0.0.23 - - [2026-06-15 03:08:47] "GET /virtual-networks?parent_id=9413aa39-76a2-480f-bb13-a3894fad8bc3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003730 10.0.0.23 - - [2026-06-15 03:08:47] "GET /virtual-network/673eeb11-87d7-40bc-99f0-ebe7e248ea5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.008362 10.0.0.23 - - [2026-06-15 03:08:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.23 - - [2026-06-15 03:08:48] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004369 10.0.0.23 - - [2026-06-15 03:08:48] "GET /virtual-networks?parent_id=9413aa39-76a2-480f-bb13-a3894fad8bc3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005029 10.0.0.23 - - [2026-06-15 03:08:48] "GET /virtual-network/673eeb11-87d7-40bc-99f0-ebe7e248ea5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005750 10.0.0.33 - - [2026-06-15 03:08:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.33 - - [2026-06-15 03:08:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.65 - - [2026-06-15 03:08:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.65 - - [2026-06-15 03:08:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000728 10.0.0.65 - - [2026-06-15 03:08:53] "GET /obj-perms HTTP/1.1" 200 4493 0.092697 10.0.0.65 - - [2026-06-15 03:08:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000329 10.0.0.65 - - [2026-06-15 03:08:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.23 - - [2026-06-15 03:08:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.23 - - [2026-06-15 03:08:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000334 10.0.0.33 - - [2026-06-15 03:08:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000335 10.0.0.33 - - [2026-06-15 03:08:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.23 - - [2026-06-15 03:08:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.23 - - [2026-06-15 03:08:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000478 10.0.0.23 - - [2026-06-15 03:09:03] "POST /neutron/port HTTP/1.1" 200 1109 0.013589 10.0.0.23 - - [2026-06-15 03:09:04] "POST /neutron/port HTTP/1.1" 200 1109 0.011869 10.0.0.23 - - [2026-06-15 03:09:04] "POST /neutron/network HTTP/1.1" 200 994 0.011999 10.0.0.23 - - [2026-06-15 03:09:05] "POST /neutron/network HTTP/1.1" 200 1123 0.007080 10.0.0.23 - - [2026-06-15 03:09:05] "POST /neutron/subnet HTTP/1.1" 200 1385 0.011633 10.0.0.23 - - [2026-06-15 03:09:05] "POST /neutron/network HTTP/1.1" 200 1113 0.008530 10.0.0.23 - - [2026-06-15 03:09:05] "POST /neutron/port HTTP/1.1" 200 1119 0.016229 10.0.0.23 - - [2026-06-15 03:09:05] "POST /neutron/port HTTP/1.1" 200 117 0.018124 10.0.0.23 - - [2026-06-15 03:09:05] "POST /neutron/port HTTP/1.1" 400 205 0.003751 10.0.0.65 - - [2026-06-15 03:09:06] "DELETE /route-target/53d27ccc-cfc2-4571-8273-e75c1ccd08e4 HTTP/1.1" 200 115 0.027128 10.0.0.23 - - [2026-06-15 03:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004772 10.0.0.23 - - [2026-06-15 03:09:06] "DELETE /network-ipam/fbb97a06-1de4-4ac5-9b3c-e9b5cf872d75 HTTP/1.1" 200 115 0.035411 10.0.0.23 - - [2026-06-15 03:09:06] "POST /fqname-to-id HTTP/1.1" 404 211 0.003381 10.0.0.65 - - [2026-06-15 03:09:08] "GET /projects?obj_uuids=9413aa39-76a2-480f-bb13-a3894fad8bc3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000947 10.0.0.23 - - [2026-06-15 03:09:08] "GET /project/9413aa39-76a2-480f-bb13-a3894fad8bc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.037456 10.0.0.65 - - [2026-06-15 03:09:08] "GET /projects?obj_uuids=9413aa39-76a2-480f-bb13-a3894fad8bc3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000891 10.0.0.23 - - [2026-06-15 03:09:08] "GET /project/9413aa39-76a2-480f-bb13-a3894fad8bc3?fields=virtual_networks HTTP/1.1" 200 1032 0.039809 10.0.0.65 - - [2026-06-15 03:09:08] "GET /projects?obj_uuids=9413aa39-76a2-480f-bb13-a3894fad8bc3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000945 10.0.0.23 - - [2026-06-15 03:09:08] "GET /project/9413aa39-76a2-480f-bb13-a3894fad8bc3?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.045487 10.0.0.65 - - [2026-06-15 03:09:08] "GET /projects?obj_uuids=9413aa39-76a2-480f-bb13-a3894fad8bc3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001238 10.0.0.23 - - [2026-06-15 03:09:08] "GET /project/9413aa39-76a2-480f-bb13-a3894fad8bc3?fields=security_groups HTTP/1.1" 200 1258 0.039547 10.0.0.23 - - [2026-06-15 03:09:09] "POST /fqname-to-id HTTP/1.1" 404 196 0.033266 10.0.0.65 - - [2026-06-15 03:09:09] "GET /projects?obj_uuids=6de6e83e-d019-4709-a604-c702a9e417b9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002620 10.0.0.65 - - [2026-06-15 03:09:09] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001315 10.0.0.65 - - [2026-06-15 03:09:09] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008758 10.0.0.65 - - [2026-06-15 03:09:09] "POST /id-to-fqname HTTP/1.1" 200 198 0.001060 10.0.0.65 - - [2026-06-15 03:09:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.006680 10.0.0.65 - - [2026-06-15 03:09:09] "POST /security-groups HTTP/1.1" 200 599 0.078926 10.0.0.65 - - [2026-06-15 03:09:09] "POST /projects HTTP/1.1" 200 601 0.298014 10.0.0.65 - - [2026-06-15 03:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.335370 10.0.0.65 - - [2026-06-15 03:09:09] "POST /fqname-to-id HTTP/1.1" 404 241 0.010712 10.0.0.23 - - [2026-06-15 03:09:09] "GET /project/6de6e83e-d019-4709-a604-c702a9e417b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.487954 10.0.0.65 - - [2026-06-15 03:09:10] "DELETE /project/6de6e83ed0194709a604c702a9e417b9 HTTP/1.1" 404 173 0.005752 10.0.0.65 - - [2026-06-15 03:09:10] "GET /projects?obj_uuids=9413aa39-76a2-480f-bb13-a3894fad8bc3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000770 10.0.0.65 - - [2026-06-15 03:09:10] "DELETE /access-control-list/50b22493-f4c1-4f6d-9a89-846d37bad953 HTTP/1.1" 200 115 0.070081 10.0.0.65 - - [2026-06-15 03:09:10] "GET /project/9413aa39-76a2-480f-bb13-a3894fad8bc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1151 0.046000 10.0.0.65 - - [2026-06-15 03:09:10] "GET /projects?obj_uuids=9413aa39-76a2-480f-bb13-a3894fad8bc3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000789 10.0.0.65 - - [2026-06-15 03:09:10] "GET /project/9413aa39-76a2-480f-bb13-a3894fad8bc3?fields=security_groups HTTP/1.1" 200 1102 0.044322 10.0.0.65 - - [2026-06-15 03:09:10] "GET /projects?obj_uuids=9413aa39-76a2-480f-bb13-a3894fad8bc3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002908 10.0.0.23 - - [2026-06-15 03:09:10] "POST /neutron/port HTTP/1.1" 200 1218 0.025775 10.0.0.65 - - [2026-06-15 03:09:11] "GET /project/9413aa39-76a2-480f-bb13-a3894fad8bc3?fields=application_policy_sets HTTP/1.1" 404 171 0.947314 10.0.0.23 - - [2026-06-15 03:09:11] "GET / HTTP/1.1" 200 35931 0.001742 10.0.0.65 - - [2026-06-15 03:09:11] "DELETE /project/9413aa39-76a2-480f-bb13-a3894fad8bc3 HTTP/1.1" 404 171 1.144108 10.0.0.23 - - [2026-06-15 03:09:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004960 10.0.0.23 - - [2026-06-15 03:09:12] "POST /neutron/port HTTP/1.1" 200 117 0.001794 10.0.0.23 - - [2026-06-15 03:09:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000439 10.0.0.23 - - [2026-06-15 03:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.028126 10.0.0.65 - - [2026-06-15 03:09:13] "GET /projects?obj_uuids=6de6e83e-d019-4709-a604-c702a9e417b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000848 10.0.0.23 - - [2026-06-15 03:09:14] "GET /project/6de6e83e-d019-4709-a604-c702a9e417b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.038577 10.0.0.23 - - [2026-06-15 03:09:14] "POST /neutron/network HTTP/1.1" 200 117 0.031730 10.0.0.65 - - [2026-06-15 03:09:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.064857 10.0.0.65 - - [2026-06-15 03:09:14] "POST /useragent-kv HTTP/1.1" 200 115 0.006476 10.0.0.23 - - [2026-06-15 03:09:14] "POST /neutron/subnet HTTP/1.1" 200 719 0.221983 10.0.0.23 - - [2026-06-15 03:09:14] "POST /id-to-fqname HTTP/1.1" 200 228 0.001194 10.0.0.23 - - [2026-06-15 03:09:14] "GET /virtual-network/00e045c3-79d5-4787-b238-b207cd788710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.004846 10.0.0.23 - - [2026-06-15 03:09:14] "GET /virtual-network/00e045c3-79d5-4787-b238-b207cd788710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005258 10.0.0.23 - - [2026-06-15 03:09:14] "POST /neutron/network HTTP/1.1" 200 1005 0.008976 10.0.0.23 - - [2026-06-15 03:09:15] "GET /virtual-network/00e045c3-79d5-4787-b238-b207cd788710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005234 10.0.0.33 - - [2026-06-15 03:09:16] "GET /obj-perms HTTP/1.1" 200 4483 0.084592 10.0.0.23 - - [2026-06-15 03:09:16] "POST /id-to-fqname HTTP/1.1" 200 228 0.001282 10.0.0.23 - - [2026-06-15 03:09:16] "POST /neutron/port HTTP/1.1" 200 4192 0.030274 10.0.0.65 - - [2026-06-15 03:09:17] "GET /projects?obj_uuids=6de6e83e-d019-4709-a604-c702a9e417b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001431 10.0.0.23 - - [2026-06-15 03:09:17] "GET /project/6de6e83e-d019-4709-a604-c702a9e417b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.072210 10.0.0.23 - - [2026-06-15 03:09:17] "POST /neutron/port HTTP/1.1" 200 4192 0.031742 10.0.0.23 - - [2026-06-15 03:09:18] "POST /id-to-fqname HTTP/1.1" 200 228 0.001765 10.0.0.23 - - [2026-06-15 03:09:18] "POST /neutron/network HTTP/1.1" 200 1015 0.009503 10.0.0.65 - - [2026-06-15 03:09:18] "GET /projects?obj_uuids=6de6e83e-d019-4709-a604-c702a9e417b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000932 10.0.0.23 - - [2026-06-15 03:09:18] "GET /project/6de6e83e-d019-4709-a604-c702a9e417b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.058480 10.0.0.23 - - [2026-06-15 03:09:19] "POST /neutron/port HTTP/1.1" 200 117 0.005559 10.0.0.23 - - [2026-06-15 03:09:19] "POST /id-to-fqname HTTP/1.1" 200 228 0.001047 10.0.0.65 - - [2026-06-15 03:09:19] "GET /projects?obj_uuids=6de6e83e-d019-4709-a604-c702a9e417b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001152 10.0.0.23 - - [2026-06-15 03:09:20] "GET /project/6de6e83e-d019-4709-a604-c702a9e417b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.063457 10.0.0.23 - - [2026-06-15 03:09:20] "POST /neutron/network HTTP/1.1" 200 1005 0.009000 10.0.0.23 - - [2026-06-15 03:09:20] "POST /id-to-fqname HTTP/1.1" 200 228 0.001212 10.0.0.23 - - [2026-06-15 03:09:20] "POST /neutron/port HTTP/1.1" 200 4192 0.032863 10.0.0.65 - - [2026-06-15 03:09:21] "GET /projects?obj_uuids=6de6e83e-d019-4709-a604-c702a9e417b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000884 10.0.0.23 - - [2026-06-15 03:09:21] "GET /project/6de6e83e-d019-4709-a604-c702a9e417b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.067448 10.0.0.23 - - [2026-06-15 03:09:21] "POST /neutron/port HTTP/1.1" 200 4192 0.036857 10.0.0.23 - - [2026-06-15 03:09:22] "POST /neutron/network HTTP/1.1" 200 1015 0.011774 10.0.0.23 - - [2026-06-15 03:09:22] "POST /neutron/port HTTP/1.1" 200 1174 0.036577 10.0.0.65 - - [2026-06-15 03:09:23] "GET /projects?obj_uuids=6de6e83e-d019-4709-a604-c702a9e417b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001034 10.0.0.23 - - [2026-06-15 03:09:23] "POST /neutron/port HTTP/1.1" 200 1174 0.299743 10.0.0.23 - - [2026-06-15 03:09:23] "POST /neutron/port HTTP/1.1" 200 1228 0.114174 10.0.0.23 - - [2026-06-15 03:09:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004133 10.0.0.23 - - [2026-06-15 03:09:23] "POST /neutron/port HTTP/1.1" 200 117 0.001343 10.0.0.23 - - [2026-06-15 03:09:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005333 10.0.0.23 - - [2026-06-15 03:09:24] "POST /neutron/port HTTP/1.1" 200 117 0.001002 10.0.0.23 - - [2026-06-15 03:09:25] "POST /neutron/network HTTP/1.1" 200 1015 0.007965 10.0.0.65 - - [2026-06-15 03:09:25] "GET /projects?obj_uuids=6de6e83e-d019-4709-a604-c702a9e417b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001671 10.0.0.23 - - [2026-06-15 03:09:26] "POST /neutron/port HTTP/1.1" 200 1228 0.163801 10.0.0.23 - - [2026-06-15 03:09:26] "POST /neutron/port HTTP/1.1" 200 1174 0.437491 10.0.0.23 - - [2026-06-15 03:09:26] "POST /neutron/port HTTP/1.1" 200 1228 0.118131 10.0.0.23 - - [2026-06-15 03:09:27] "POST /neutron/port HTTP/1.1" 200 1238 0.021119 10.0.0.23 - - [2026-06-15 03:09:27] "POST /neutron/subnet HTTP/1.1" 200 1379 0.012169 10.0.0.23 - - [2026-06-15 03:09:27] "POST /neutron/network HTTP/1.1" 200 1005 0.008499 10.0.0.23 - - [2026-06-15 03:09:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004040 10.0.0.23 - - [2026-06-15 03:09:27] "POST /neutron/port HTTP/1.1" 200 117 0.001036 10.0.0.23 - - [2026-06-15 03:09:31] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006515 10.0.0.23 - - [2026-06-15 03:09:32] "POST /neutron/port HTTP/1.1" 200 1238 0.017825 10.0.0.23 - - [2026-06-15 03:09:32] "GET /virtual-machine/93da86e4-aaa5-41e4-981a-c865ef33de88 HTTP/1.1" 401 292 0.000368 10.0.0.23 - - [2026-06-15 03:09:32] "GET /virtual-machine/93da86e4-aaa5-41e4-981a-c865ef33de88 HTTP/1.1" 200 1301 0.022868 10.0.0.23 - - [2026-06-15 03:09:32] "GET /virtual-machine-interface/0f637d7e-92a6-4eff-aa54-930b61207ca3 HTTP/1.1" 200 3174 0.004400 10.0.0.23 - - [2026-06-15 03:09:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.23 - - [2026-06-15 03:09:32] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003660 10.0.0.23 - - [2026-06-15 03:09:32] "GET /virtual-networks?parent_id=6de6e83e-d019-4709-a604-c702a9e417b9&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002259 10.0.0.23 - - [2026-06-15 03:09:32] "GET /virtual-network/00e045c3-79d5-4787-b238-b207cd788710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005555 10.0.0.23 - - [2026-06-15 03:09:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.23 - - [2026-06-15 03:09:35] "GET /virtual-network/00e045c3-79d5-4787-b238-b207cd788710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.004879 10.0.0.23 - - [2026-06-15 03:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.23 - - [2026-06-15 03:09:39] "GET /virtual-network/00e045c3-79d5-4787-b238-b207cd788710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005623 10.0.0.23 - - [2026-06-15 03:09:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.23 - - [2026-06-15 03:09:43] "GET /virtual-network/00e045c3-79d5-4787-b238-b207cd788710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005038 10.0.0.23 - - [2026-06-15 03:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.23 - - [2026-06-15 03:09:47] "GET /virtual-network/00e045c3-79d5-4787-b238-b207cd788710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005982 10.0.0.23 - - [2026-06-15 03:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004607 10.0.0.23 - - [2026-06-15 03:09:51] "GET /virtual-network/00e045c3-79d5-4787-b238-b207cd788710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005946 10.0.0.23 - - [2026-06-15 03:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004467 10.0.0.23 - - [2026-06-15 03:09:56] "GET /virtual-network/00e045c3-79d5-4787-b238-b207cd788710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005441 10.0.0.23 - - [2026-06-15 03:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.23 - - [2026-06-15 03:10:00] "GET /virtual-network/00e045c3-79d5-4787-b238-b207cd788710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005338 10.0.0.23 - - [2026-06-15 03:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.23 - - [2026-06-15 03:10:04] "GET /virtual-network/00e045c3-79d5-4787-b238-b207cd788710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005980 10.0.0.23 - - [2026-06-15 03:10:06] "POST /neutron/port HTTP/1.1" 200 1108 0.017454 10.0.0.23 - - [2026-06-15 03:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.23 - - [2026-06-15 03:10:06] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003207 10.0.0.23 - - [2026-06-15 03:10:06] "GET /virtual-networks?parent_id=6de6e83e-d019-4709-a604-c702a9e417b9&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002645 10.0.0.23 - - [2026-06-15 03:10:06] "GET /virtual-network/00e045c3-79d5-4787-b238-b207cd788710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006822 10.0.0.23 - - [2026-06-15 03:10:06] "POST /neutron/network HTTP/1.1" 200 938 0.005582 10.0.0.23 - - [2026-06-15 03:10:06] "POST /neutron/port HTTP/1.1" 200 117 0.001049 10.0.0.23 - - [2026-06-15 03:10:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006380 10.0.0.23 - - [2026-06-15 03:10:11] "POST /neutron/port HTTP/1.1" 200 1238 0.015074 10.0.0.23 - - [2026-06-15 03:10:13] "POST /neutron/port HTTP/1.1" 200 1108 0.015671 10.0.0.23 - - [2026-06-15 03:10:13] "POST /neutron/subnet HTTP/1.1" 200 703 0.008859 10.0.0.23 - - [2026-06-15 03:10:15] "POST /neutron/port HTTP/1.1" 200 1238 0.017770 10.0.0.23 - - [2026-06-15 03:10:16] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008015 10.0.0.23 - - [2026-06-15 03:10:22] "POST /neutron/port HTTP/1.1" 200 1238 0.015922 10.0.0.23 - - [2026-06-15 03:10:22] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006838 10.0.0.23 - - [2026-06-15 03:10:22] "GET /virtual-machine/177ff1f8-2445-418b-93c6-7d77c93af819 HTTP/1.1" 200 1300 0.005735 10.0.0.23 - - [2026-06-15 03:10:22] "GET /virtual-machine-interface/a7f61d9d-1b53-4354-8458-622fddaecd8d HTTP/1.1" 200 3174 0.005419 10.0.0.23 - - [2026-06-15 03:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004479 10.0.0.23 - - [2026-06-15 03:10:22] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004811 10.0.0.23 - - [2026-06-15 03:10:22] "GET /virtual-networks?parent_id=6de6e83e-d019-4709-a604-c702a9e417b9&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004728 10.0.0.23 - - [2026-06-15 03:10:22] "GET /virtual-network/00e045c3-79d5-4787-b238-b207cd788710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.010000 10.0.0.23 - - [2026-06-15 03:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.23 - - [2026-06-15 03:10:23] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003467 10.0.0.23 - - [2026-06-15 03:10:23] "GET /virtual-networks?parent_id=6de6e83e-d019-4709-a604-c702a9e417b9&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002712 10.0.0.23 - - [2026-06-15 03:10:23] "GET /virtual-network/00e045c3-79d5-4787-b238-b207cd788710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005743 10.0.0.23 - - [2026-06-15 03:10:23] "POST /neutron/port HTTP/1.1" 200 1238 0.017514 10.0.0.23 - - [2026-06-15 03:10:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006531 10.0.0.23 - - [2026-06-15 03:10:34] "POST /neutron/port HTTP/1.1" 200 1238 0.017146 10.0.0.23 - - [2026-06-15 03:10:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006969 10.0.0.23 - - [2026-06-15 03:10:34] "GET /virtual-machine/9dca04ae-9366-4b70-b37f-a21e7a6a36dd HTTP/1.1" 200 1301 0.005438 10.0.0.23 - - [2026-06-15 03:10:34] "GET /virtual-machine-interface/bb02a2e2-700f-405d-a8b4-1a9d0f6e1522 HTTP/1.1" 200 3175 0.004500 10.0.0.23 - - [2026-06-15 03:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.23 - - [2026-06-15 03:10:34] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003116 10.0.0.23 - - [2026-06-15 03:10:34] "GET /virtual-networks?parent_id=6de6e83e-d019-4709-a604-c702a9e417b9&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002331 10.0.0.23 - - [2026-06-15 03:10:34] "GET /virtual-network/00e045c3-79d5-4787-b238-b207cd788710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006516 10.0.0.23 - - [2026-06-15 03:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.23 - - [2026-06-15 03:10:35] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002932 10.0.0.23 - - [2026-06-15 03:10:35] "GET /virtual-networks?parent_id=6de6e83e-d019-4709-a604-c702a9e417b9&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003261 10.0.0.23 - - [2026-06-15 03:10:35] "GET /virtual-network/00e045c3-79d5-4787-b238-b207cd788710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005944 10.0.0.65 - - [2026-06-15 03:10:40] "GET /projects?obj_uuids=6de6e83e-d019-4709-a604-c702a9e417b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002082 10.0.0.23 - - [2026-06-15 03:10:40] "GET /project/6de6e83e-d019-4709-a604-c702a9e417b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.047775 10.0.0.23 - - [2026-06-15 03:10:40] "POST /fqname-to-id HTTP/1.1" 404 226 0.004246 10.0.0.23 - - [2026-06-15 03:10:40] "POST /interface-route-tables HTTP/1.1" 200 575 0.024870 10.0.0.23 - - [2026-06-15 03:10:40] "GET /interface-route-table/747a1e56-1104-4177-8881-c6acf76c7e39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1331 0.005583 10.0.0.23 - - [2026-06-15 03:10:40] "GET /virtual-machine-interface/0f637d7e-92a6-4eff-aa54-930b61207ca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.005414 10.0.0.23 - - [2026-06-15 03:10:40] "POST /ref-update HTTP/1.1" 200 156 0.013763 10.0.0.65 - - [2026-06-15 03:10:49] "GET /projects?obj_uuids=6de6e83e-d019-4709-a604-c702a9e417b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001250 10.0.0.23 - - [2026-06-15 03:10:49] "GET /project/6de6e83e-d019-4709-a604-c702a9e417b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.037982 10.0.0.23 - - [2026-06-15 03:10:49] "POST /fqname-to-id HTTP/1.1" 404 226 0.002597 10.0.0.23 - - [2026-06-15 03:10:49] "POST /interface-route-tables HTTP/1.1" 200 575 0.023796 10.0.0.23 - - [2026-06-15 03:10:49] "GET /interface-route-table/a2f2296c-e47a-4e95-96d5-36c51c811e92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.005515 10.0.0.23 - - [2026-06-15 03:10:49] "GET /virtual-machine-interface/a7f61d9d-1b53-4354-8458-622fddaecd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.005820 10.0.0.23 - - [2026-06-15 03:10:49] "POST /ref-update HTTP/1.1" 200 156 0.015108 10.0.0.23 - - [2026-06-15 03:10:50] "GET /virtual-machine-interface/bb02a2e2-700f-405d-a8b4-1a9d0f6e1522?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.007014 10.0.0.23 - - [2026-06-15 03:10:50] "PUT /virtual-machine-interface/bb02a2e2-700f-405d-a8b4-1a9d0f6e1522 HTTP/1.1" 200 284 0.016692 10.0.0.23 - - [2026-06-15 03:10:50] "GET /virtual-machine-interface/0f637d7e-92a6-4eff-aa54-930b61207ca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3040 0.009022 10.0.0.23 - - [2026-06-15 03:10:50] "PUT /virtual-machine-interface/0f637d7e-92a6-4eff-aa54-930b61207ca3 HTTP/1.1" 200 284 0.015885 10.0.0.23 - - [2026-06-15 03:10:50] "GET /virtual-machine-interface/a7f61d9d-1b53-4354-8458-622fddaecd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3040 0.007549 10.0.0.23 - - [2026-06-15 03:10:50] "PUT /virtual-machine-interface/a7f61d9d-1b53-4354-8458-622fddaecd8d HTTP/1.1" 200 284 0.013647 10.0.0.23 - - [2026-06-15 03:10:54] "GET /obj-perms HTTP/1.1" 200 4493 0.040746 10.0.0.23 - - [2026-06-15 03:11:15] "POST /neutron/network HTTP/1.1" 200 1123 0.007149 10.0.0.23 - - [2026-06-15 03:11:15] "POST /neutron/subnet HTTP/1.1" 200 1385 0.013515 10.0.0.23 - - [2026-06-15 03:11:15] "POST /neutron/network HTTP/1.1" 200 1113 0.009101 10.0.0.23 - - [2026-06-15 03:11:49] "POST /neutron/port HTTP/1.1" 200 1238 0.018752 10.0.0.23 - - [2026-06-15 03:11:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006929 10.0.0.23 - - [2026-06-15 03:11:49] "GET /virtual-machine/90f260f1-3460-4926-a3ed-a7e71aa4d6d0 HTTP/1.1" 200 1301 0.004977 10.0.0.23 - - [2026-06-15 03:11:49] "GET /virtual-machine-interface/b4aff653-7973-436a-a389-8ddaa03d945b HTTP/1.1" 200 3175 0.005040 10.0.0.23 - - [2026-06-15 03:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.23 - - [2026-06-15 03:11:49] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004894 10.0.0.23 - - [2026-06-15 03:11:49] "GET /virtual-networks?parent_id=6de6e83e-d019-4709-a604-c702a9e417b9&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003115 10.0.0.23 - - [2026-06-15 03:11:49] "GET /virtual-network/00e045c3-79d5-4787-b238-b207cd788710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006321 10.0.0.23 - - [2026-06-15 03:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.23 - - [2026-06-15 03:11:50] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004145 10.0.0.23 - - [2026-06-15 03:11:50] "GET /virtual-networks?parent_id=6de6e83e-d019-4709-a604-c702a9e417b9&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003059 10.0.0.23 - - [2026-06-15 03:11:50] "GET /virtual-network/00e045c3-79d5-4787-b238-b207cd788710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006415 10.0.0.23 - - [2026-06-15 03:11:50] "GET /virtual-machine-interface/b4aff653-7973-436a-a389-8ddaa03d945b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.005585 10.0.0.23 - - [2026-06-15 03:11:50] "PUT /virtual-machine-interface/b4aff653-7973-436a-a389-8ddaa03d945b HTTP/1.1" 200 284 0.015746 10.0.0.65 - - [2026-06-15 03:11:55] "GET /obj-perms HTTP/1.1" 200 4493 0.040950 10.0.0.23 - - [2026-06-15 03:12:09] "POST /neutron/network HTTP/1.1" 200 1123 0.006532 10.0.0.23 - - [2026-06-15 03:12:09] "POST /neutron/subnet HTTP/1.1" 200 1385 0.011835 10.0.0.23 - - [2026-06-15 03:12:09] "POST /neutron/network HTTP/1.1" 200 1113 0.008167 10.0.0.23 - - [2026-06-15 03:12:21] "POST /neutron/network HTTP/1.1" 200 938 0.008111 10.0.0.23 - - [2026-06-15 03:12:21] "POST /neutron/port HTTP/1.1" 200 117 0.001429 10.0.0.65 - - [2026-06-15 03:12:28] "GET /projects?obj_uuids=6de6e83e-d019-4709-a604-c702a9e417b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.026122 10.0.0.23 - - [2026-06-15 03:12:28] "GET /project/6de6e83e-d019-4709-a604-c702a9e417b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.065696 10.0.0.23 - - [2026-06-15 03:12:28] "POST /fqname-to-id HTTP/1.1" 404 226 0.002872 10.0.0.23 - - [2026-06-15 03:12:28] "POST /interface-route-tables HTTP/1.1" 200 575 0.033442 10.0.0.23 - - [2026-06-15 03:12:28] "GET /interface-route-table/facc7a9d-022f-4b1e-a25f-0ed55ccec4bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.005828 10.0.0.23 - - [2026-06-15 03:12:28] "GET /virtual-machine-interface/b4aff653-7973-436a-a389-8ddaa03d945b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005828 10.0.0.23 - - [2026-06-15 03:12:28] "POST /ref-update HTTP/1.1" 200 156 0.013790 10.0.0.23 - - [2026-06-15 03:12:29] "GET /virtual-machine-interface/0f637d7e-92a6-4eff-aa54-930b61207ca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3090 0.005639 10.0.0.23 - - [2026-06-15 03:12:29] "POST /ref-update HTTP/1.1" 200 156 0.017500 10.0.0.23 - - [2026-06-15 03:12:29] "DELETE /interface-route-table/747a1e56-1104-4177-8881-c6acf76c7e39 HTTP/1.1" 200 115 0.030375 10.0.0.23 - - [2026-06-15 03:12:31] "POST /neutron/port HTTP/1.1" 200 1228 0.016505 10.0.0.23 - - [2026-06-15 03:12:39] "GET /virtual-machine-interface/b4aff653-7973-436a-a389-8ddaa03d945b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.009060 10.0.0.23 - - [2026-06-15 03:12:39] "POST /ref-update HTTP/1.1" 200 156 0.016366 10.0.0.23 - - [2026-06-15 03:12:39] "DELETE /interface-route-table/facc7a9d-022f-4b1e-a25f-0ed55ccec4bc HTTP/1.1" 200 115 0.043097 10.0.0.23 - - [2026-06-15 03:12:39] "GET /virtual-machine-interface/a7f61d9d-1b53-4354-8458-622fddaecd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3090 0.007787 10.0.0.23 - - [2026-06-15 03:12:39] "POST /ref-update HTTP/1.1" 200 156 0.020198 10.0.0.23 - - [2026-06-15 03:12:39] "DELETE /interface-route-table/a2f2296c-e47a-4e95-96d5-36c51c811e92 HTTP/1.1" 200 115 0.030548 10.0.0.23 - - [2026-06-15 03:12:40] "POST /neutron/network HTTP/1.1" 400 204 0.025823 10.0.0.23 - - [2026-06-15 03:12:41] "POST /neutron/port HTTP/1.1" 200 151 0.226834 10.0.0.23 - - [2026-06-15 03:12:41] "POST /neutron/port HTTP/1.1" 200 151 0.220661 10.0.0.23 - - [2026-06-15 03:12:42] "POST /neutron/port HTTP/1.1" 200 151 0.259514 10.0.0.23 - - [2026-06-15 03:12:44] "POST /neutron/network HTTP/1.1" 200 1005 0.008246 10.0.0.65 - - [2026-06-15 03:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.027232 10.0.0.65 - - [2026-06-15 03:12:45] "GET /projects?obj_uuids=6de6e83e-d019-4709-a604-c702a9e417b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001419 10.0.0.23 - - [2026-06-15 03:12:45] "GET /project/6de6e83e-d019-4709-a604-c702a9e417b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.067633 10.0.0.65 - - [2026-06-15 03:12:45] "GET /projects?obj_uuids=6de6e83e-d019-4709-a604-c702a9e417b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001747 10.0.0.23 - - [2026-06-15 03:12:46] "GET /project/6de6e83e-d019-4709-a604-c702a9e417b9?fields=virtual_networks HTTP/1.1" 200 1047 0.045965 10.0.0.65 - - [2026-06-15 03:12:46] "GET /projects?obj_uuids=6de6e83e-d019-4709-a604-c702a9e417b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000876 10.0.0.23 - - [2026-06-15 03:12:46] "GET /project/6de6e83e-d019-4709-a604-c702a9e417b9?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.059152 10.0.0.65 - - [2026-06-15 03:12:46] "GET /projects?obj_uuids=6de6e83e-d019-4709-a604-c702a9e417b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001224 10.0.0.23 - - [2026-06-15 03:12:46] "GET /project/6de6e83e-d019-4709-a604-c702a9e417b9?fields=security_groups HTTP/1.1" 200 1281 0.048349 10.0.0.23 - - [2026-06-15 03:12:47] "POST /fqname-to-id HTTP/1.1" 404 183 0.041804 10.0.0.65 - - [2026-06-15 03:12:47] "GET /projects?obj_uuids=39107783-4065-4c6a-8d9f-c0cf67cdc3ab&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.007023 10.0.0.65 - - [2026-06-15 03:12:47] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001253 10.0.0.65 - - [2026-06-15 03:12:47] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.030680 10.0.0.65 - - [2026-06-15 03:12:47] "POST /id-to-fqname HTTP/1.1" 200 185 0.003029 10.0.0.65 - - [2026-06-15 03:12:47] "POST /fqname-to-id HTTP/1.1" 404 194 0.003224 10.0.0.65 - - [2026-06-15 03:12:47] "POST /security-groups HTTP/1.1" 200 586 0.074240 10.0.0.65 - - [2026-06-15 03:12:47] "POST /projects HTTP/1.1" 200 575 0.264354 10.0.0.65 - - [2026-06-15 03:12:47] "POST /access-control-lists HTTP/1.1" 200 591 0.032266 10.0.0.65 - - [2026-06-15 03:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.349098 10.0.0.23 - - [2026-06-15 03:12:47] "GET /project/39107783-4065-4c6a-8d9f-c0cf67cdc3ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.522589 10.0.0.23 - - [2026-06-15 03:12:48] "GET / HTTP/1.1" 200 35931 0.001633 10.0.0.65 - - [2026-06-15 03:12:51] "GET /projects?obj_uuids=39107783-4065-4c6a-8d9f-c0cf67cdc3ab&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001070 10.0.0.23 - - [2026-06-15 03:12:51] "GET /project/39107783-4065-4c6a-8d9f-c0cf67cdc3ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.038078 10.0.0.65 - - [2026-06-15 03:12:51] "GET /projects?obj_uuids=39107783-4065-4c6a-8d9f-c0cf67cdc3ab&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001083 10.0.0.23 - - [2026-06-15 03:12:51] "GET /project/39107783-4065-4c6a-8d9f-c0cf67cdc3ab?fields=virtual_networks HTTP/1.1" 200 1021 0.040745 10.0.0.65 - - [2026-06-15 03:12:52] "GET /projects?obj_uuids=39107783-4065-4c6a-8d9f-c0cf67cdc3ab&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000925 10.0.0.23 - - [2026-06-15 03:12:52] "GET /project/39107783-4065-4c6a-8d9f-c0cf67cdc3ab?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.056489 10.0.0.65 - - [2026-06-15 03:12:52] "GET /projects?obj_uuids=39107783-4065-4c6a-8d9f-c0cf67cdc3ab&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000972 10.0.0.23 - - [2026-06-15 03:12:52] "GET /project/39107783-4065-4c6a-8d9f-c0cf67cdc3ab?fields=security_groups HTTP/1.1" 200 1242 0.045027 10.0.0.23 - - [2026-06-15 03:12:52] "POST /fqname-to-id HTTP/1.1" 404 193 0.024789 10.0.0.65 - - [2026-06-15 03:12:53] "GET /projects?obj_uuids=6b7e927d-c0fc-4511-8390-2d53caf88a13&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002846 10.0.0.65 - - [2026-06-15 03:12:53] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000963 10.0.0.65 - - [2026-06-15 03:12:53] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006203 10.0.0.65 - - [2026-06-15 03:12:53] "POST /id-to-fqname HTTP/1.1" 200 195 0.003732 10.0.0.65 - - [2026-06-15 03:12:53] "POST /fqname-to-id HTTP/1.1" 404 204 0.006862 10.0.0.65 - - [2026-06-15 03:12:53] "POST /security-groups HTTP/1.1" 200 596 0.027972 10.0.0.65 - - [2026-06-15 03:12:53] "POST /fqname-to-id HTTP/1.1" 404 239 0.008534 10.0.0.65 - - [2026-06-15 03:12:53] "POST /projects HTTP/1.1" 200 595 0.222239 10.0.0.65 - - [2026-06-15 03:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.296898 10.0.0.65 - - [2026-06-15 03:12:53] "POST /access-control-lists HTTP/1.1" 200 599 0.030647 10.0.0.23 - - [2026-06-15 03:12:53] "GET /project/6b7e927d-c0fc-4511-8390-2d53caf88a13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.430465 10.0.0.23 - - [2026-06-15 03:12:54] "GET / HTTP/1.1" 200 35931 0.003343 10.0.0.33 - - [2026-06-15 03:12:56] "GET /obj-perms HTTP/1.1" 200 4493 0.045300 10.0.0.65 - - [2026-06-15 03:12:57] "GET /projects?obj_uuids=6b7e927d-c0fc-4511-8390-2d53caf88a13&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001055 10.0.0.23 - - [2026-06-15 03:12:57] "GET /project/6b7e927d-c0fc-4511-8390-2d53caf88a13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.033237 10.0.0.65 - - [2026-06-15 03:12:57] "GET /projects?obj_uuids=6b7e927d-c0fc-4511-8390-2d53caf88a13&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000806 10.0.0.23 - - [2026-06-15 03:12:57] "GET /project/6b7e927d-c0fc-4511-8390-2d53caf88a13?fields=virtual_networks HTTP/1.1" 200 1040 0.086793 10.0.0.65 - - [2026-06-15 03:12:57] "GET /projects?obj_uuids=6b7e927d-c0fc-4511-8390-2d53caf88a13&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000973 10.0.0.23 - - [2026-06-15 03:12:57] "GET /project/6b7e927d-c0fc-4511-8390-2d53caf88a13?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.037506 10.0.0.65 - - [2026-06-15 03:12:57] "GET /projects?obj_uuids=6b7e927d-c0fc-4511-8390-2d53caf88a13&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001117 10.0.0.23 - - [2026-06-15 03:12:57] "GET /project/6b7e927d-c0fc-4511-8390-2d53caf88a13?fields=security_groups HTTP/1.1" 200 1271 0.035986 10.0.0.23 - - [2026-06-15 03:12:58] "POST /fqname-to-id HTTP/1.1" 404 199 0.024801 10.0.0.65 - - [2026-06-15 03:12:58] "GET /projects?obj_uuids=0c4e49ea-5f41-4536-a0cb-dbb8edfa0261&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003630 10.0.0.65 - - [2026-06-15 03:12:58] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001251 10.0.0.65 - - [2026-06-15 03:12:58] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008435 10.0.0.65 - - [2026-06-15 03:12:58] "POST /id-to-fqname HTTP/1.1" 200 201 0.010195 10.0.0.65 - - [2026-06-15 03:12:58] "POST /fqname-to-id HTTP/1.1" 404 210 0.004463 10.0.0.65 - - [2026-06-15 03:12:58] "POST /security-groups HTTP/1.1" 200 602 0.076563 10.0.0.65 - - [2026-06-15 03:12:58] "POST /fqname-to-id HTTP/1.1" 404 245 0.002965 10.0.0.65 - - [2026-06-15 03:12:59] "POST /projects HTTP/1.1" 200 607 0.291707 10.0.0.65 - - [2026-06-15 03:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.356802 10.0.0.65 - - [2026-06-15 03:12:59] "POST /access-control-lists HTTP/1.1" 200 605 0.026419 10.0.0.23 - - [2026-06-15 03:12:59] "GET /project/0c4e49ea-5f41-4536-a0cb-dbb8edfa0261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.479868 10.0.0.23 - - [2026-06-15 03:13:00] "GET / HTTP/1.1" 200 35931 0.002538 10.0.0.65 - - [2026-06-15 03:13:03] "GET /projects?obj_uuids=0c4e49ea-5f41-4536-a0cb-dbb8edfa0261&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001152 10.0.0.23 - - [2026-06-15 03:13:03] "GET /project/0c4e49ea-5f41-4536-a0cb-dbb8edfa0261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.042795 10.0.0.65 - - [2026-06-15 03:13:03] "GET /projects?obj_uuids=0c4e49ea-5f41-4536-a0cb-dbb8edfa0261&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000865 10.0.0.23 - - [2026-06-15 03:13:03] "GET /project/0c4e49ea-5f41-4536-a0cb-dbb8edfa0261?fields=virtual_networks HTTP/1.1" 200 1052 0.043266 10.0.0.65 - - [2026-06-15 03:13:03] "GET /projects?obj_uuids=0c4e49ea-5f41-4536-a0cb-dbb8edfa0261&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001093 10.0.0.23 - - [2026-06-15 03:13:03] "GET /project/0c4e49ea-5f41-4536-a0cb-dbb8edfa0261?fields=virtual_machine_interfaces HTTP/1.1" 200 1052 0.032096 10.0.0.65 - - [2026-06-15 03:13:03] "GET /projects?obj_uuids=0c4e49ea-5f41-4536-a0cb-dbb8edfa0261&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001140 10.0.0.23 - - [2026-06-15 03:13:03] "GET /project/0c4e49ea-5f41-4536-a0cb-dbb8edfa0261?fields=security_groups HTTP/1.1" 200 1289 0.043882 10.0.0.23 - - [2026-06-15 03:13:04] "POST /fqname-to-id HTTP/1.1" 404 185 0.029928 10.0.0.65 - - [2026-06-15 03:13:04] "GET /projects?obj_uuids=a11d6dff-e6a3-498a-b857-322c63e99786&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003126 10.0.0.65 - - [2026-06-15 03:13:04] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000822 10.0.0.65 - - [2026-06-15 03:13:04] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006414 10.0.0.65 - - [2026-06-15 03:13:04] "POST /id-to-fqname HTTP/1.1" 200 187 0.003213 10.0.0.65 - - [2026-06-15 03:13:04] "POST /fqname-to-id HTTP/1.1" 404 196 0.008414 10.0.0.65 - - [2026-06-15 03:13:04] "POST /security-groups HTTP/1.1" 200 588 0.074397 10.0.0.65 - - [2026-06-15 03:13:04] "POST /projects HTTP/1.1" 200 579 0.279278 10.0.0.65 - - [2026-06-15 03:13:04] "POST /fqname-to-id HTTP/1.1" 404 230 0.011649 10.0.0.65 - - [2026-06-15 03:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.351538 10.0.0.23 - - [2026-06-15 03:13:04] "GET /project/a11d6dff-e6a3-498a-b857-322c63e99786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.482579 10.0.0.23 - - [2026-06-15 03:13:05] "GET / HTTP/1.1" 200 35931 0.001480 10.0.0.23 - - [2026-06-15 03:13:08] "POST /neutron/port HTTP/1.1" 200 1108 0.018295 10.0.0.23 - - [2026-06-15 03:13:08] "POST /neutron/subnet HTTP/1.1" 200 703 0.009951 10.0.0.65 - - [2026-06-15 03:13:08] "GET /projects?obj_uuids=a11d6dff-e6a3-498a-b857-322c63e99786&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000865 10.0.0.23 - - [2026-06-15 03:13:08] "GET /project/a11d6dff-e6a3-498a-b857-322c63e99786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.040850 10.0.0.65 - - [2026-06-15 03:13:08] "GET /projects?obj_uuids=a11d6dff-e6a3-498a-b857-322c63e99786&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000863 10.0.0.23 - - [2026-06-15 03:13:08] "GET /project/a11d6dff-e6a3-498a-b857-322c63e99786?fields=virtual_networks HTTP/1.1" 200 1026 0.048408 10.0.0.65 - - [2026-06-15 03:13:08] "GET /projects?obj_uuids=a11d6dff-e6a3-498a-b857-322c63e99786&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001442 10.0.0.23 - - [2026-06-15 03:13:09] "GET /project/a11d6dff-e6a3-498a-b857-322c63e99786?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.050134 10.0.0.65 - - [2026-06-15 03:13:09] "GET /projects?obj_uuids=a11d6dff-e6a3-498a-b857-322c63e99786&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001075 10.0.0.23 - - [2026-06-15 03:13:09] "GET /project/a11d6dff-e6a3-498a-b857-322c63e99786?fields=security_groups HTTP/1.1" 200 1249 0.035836 10.0.0.23 - - [2026-06-15 03:13:09] "POST /fqname-to-id HTTP/1.1" 404 182 0.030774 10.0.0.65 - - [2026-06-15 03:13:10] "GET /projects?obj_uuids=cfab941e-f767-4132-a12c-ca98475ea465&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003078 10.0.0.65 - - [2026-06-15 03:13:10] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000901 10.0.0.65 - - [2026-06-15 03:13:10] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006759 10.0.0.65 - - [2026-06-15 03:13:10] "POST /id-to-fqname HTTP/1.1" 200 184 0.003390 10.0.0.65 - - [2026-06-15 03:13:10] "POST /fqname-to-id HTTP/1.1" 404 193 0.003712 10.0.0.65 - - [2026-06-15 03:13:10] "POST /security-groups HTTP/1.1" 200 585 0.026177 10.0.0.65 - - [2026-06-15 03:13:10] "POST /projects HTTP/1.1" 200 573 0.248840 10.0.0.65 - - [2026-06-15 03:13:10] "POST /access-control-lists HTTP/1.1" 200 590 0.024557 10.0.0.65 - - [2026-06-15 03:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.323399 10.0.0.23 - - [2026-06-15 03:13:10] "GET /project/cfab941e-f767-4132-a12c-ca98475ea465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.463760 10.0.0.23 - - [2026-06-15 03:13:11] "GET / HTTP/1.1" 200 35931 0.001434 10.0.0.65 - - [2026-06-15 03:13:11] "DELETE /project/6b7e927dc0fc451183902d53caf88a13 HTTP/1.1" 404 173 0.014395 10.0.0.65 - - [2026-06-15 03:13:11] "DELETE /project/a11d6dffe6a3498ab857322c63e99786 HTTP/1.1" 404 173 0.015579 10.0.0.65 - - [2026-06-15 03:13:11] "DELETE /project/0c4e49ea5f414536a0cbdbb8edfa0261 HTTP/1.1" 404 173 0.018554 10.0.0.65 - - [2026-06-15 03:13:11] "DELETE /project/6de6e83e-d019-4709-a604-c702a9e417b9 HTTP/1.1" 404 177 0.009752 10.0.0.65 - - [2026-06-15 03:13:11] "DELETE /project/cfab941ef7674132a12cca98475ea465 HTTP/1.1" 404 173 0.010792 10.0.0.65 - - [2026-06-15 03:13:11] "DELETE /project/3910778340654c6a8d9fc0cf67cdc3ab HTTP/1.1" 404 173 0.011847 10.0.0.65 - - [2026-06-15 03:13:11] "GET /projects?obj_uuids=39107783-4065-4c6a-8d9f-c0cf67cdc3ab&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000781 10.0.0.65 - - [2026-06-15 03:13:11] "GET /projects?obj_uuids=a11d6dff-e6a3-498a-b857-322c63e99786&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000789 10.0.0.65 - - [2026-06-15 03:13:11] "GET /projects?obj_uuids=0c4e49ea-5f41-4536-a0cb-dbb8edfa0261&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000649 10.0.0.65 - - [2026-06-15 03:13:11] "GET /projects?obj_uuids=6b7e927d-c0fc-4511-8390-2d53caf88a13&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000657 10.0.0.65 - - [2026-06-15 03:13:12] "GET /project/6b7e927d-c0fc-4511-8390-2d53caf88a13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.076135 10.0.0.65 - - [2026-06-15 03:13:12] "GET /project/0c4e49ea-5f41-4536-a0cb-dbb8edfa0261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1510 0.087228 10.0.0.65 - - [2026-06-15 03:13:12] "GET /project/39107783-4065-4c6a-8d9f-c0cf67cdc3ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.100831 10.0.0.65 - - [2026-06-15 03:13:12] "GET /project/a11d6dff-e6a3-498a-b857-322c63e99786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.111954 10.0.0.65 - - [2026-06-15 03:13:12] "GET /projects?obj_uuids=0c4e49ea-5f41-4536-a0cb-dbb8edfa0261&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002916 10.0.0.65 - - [2026-06-15 03:13:12] "GET /projects?obj_uuids=6b7e927d-c0fc-4511-8390-2d53caf88a13&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000683 10.0.0.65 - - [2026-06-15 03:13:12] "GET /projects?obj_uuids=39107783-4065-4c6a-8d9f-c0cf67cdc3ab&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000721 10.0.0.65 - - [2026-06-15 03:13:12] "GET /projects?obj_uuids=a11d6dff-e6a3-498a-b857-322c63e99786&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000724 10.0.0.65 - - [2026-06-15 03:13:12] "GET /project/0c4e49ea-5f41-4536-a0cb-dbb8edfa0261?fields=security_groups HTTP/1.1" 200 1394 0.052509 10.0.0.65 - - [2026-06-15 03:13:12] "GET /project/6b7e927d-c0fc-4511-8390-2d53caf88a13?fields=security_groups HTTP/1.1" 200 1376 0.061485 10.0.0.65 - - [2026-06-15 03:13:12] "GET /project/39107783-4065-4c6a-8d9f-c0cf67cdc3ab?fields=security_groups HTTP/1.1" 200 1347 0.061479 10.0.0.65 - - [2026-06-15 03:13:12] "GET /project/a11d6dff-e6a3-498a-b857-322c63e99786?fields=security_groups HTTP/1.1" 200 1354 0.066857 10.0.0.65 - - [2026-06-15 03:13:12] "DELETE /security-group/3f0489e7-5e18-4b9d-85ab-e49e8ae128c1 HTTP/1.1" 200 115 0.092118 10.0.0.65 - - [2026-06-15 03:13:12] "GET /projects?obj_uuids=0c4e49ea-5f41-4536-a0cb-dbb8edfa0261&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000986 10.0.0.65 - - [2026-06-15 03:13:12] "DELETE /security-group/fc368115-cf5e-45c6-8e58-f61125b533f8 HTTP/1.1" 200 115 0.110870 10.0.0.65 - - [2026-06-15 03:13:12] "GET /projects?obj_uuids=6b7e927d-c0fc-4511-8390-2d53caf88a13&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000793 10.0.0.65 - - [2026-06-15 03:13:12] "DELETE /security-group/c87fd2cf-bdf7-4f11-a1a6-7efb369e90a1 HTTP/1.1" 200 115 0.119673 10.0.0.65 - - [2026-06-15 03:13:12] "DELETE /access-control-list/89254602-a068-4534-8d04-8be0020e1852 HTTP/1.1" 200 115 0.079036 10.0.0.65 - - [2026-06-15 03:13:12] "GET /projects?obj_uuids=39107783-4065-4c6a-8d9f-c0cf67cdc3ab&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000836 10.0.0.65 - - [2026-06-15 03:13:12] "DELETE /security-group/cb20a3ac-7d95-47c0-adfa-b089b43f0c4d HTTP/1.1" 200 115 0.124639 10.0.0.65 - - [2026-06-15 03:13:12] "GET /projects?obj_uuids=a11d6dff-e6a3-498a-b857-322c63e99786&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000721 10.0.0.65 - - [2026-06-15 03:13:12] "GET /project/0c4e49ea-5f41-4536-a0cb-dbb8edfa0261?fields=application_policy_sets HTTP/1.1" 200 1433 0.074150 10.0.0.65 - - [2026-06-15 03:13:12] "GET /project/39107783-4065-4c6a-8d9f-c0cf67cdc3ab?fields=application_policy_sets HTTP/1.1" 200 1386 0.051777 10.0.0.65 - - [2026-06-15 03:13:12] "GET /project/6b7e927d-c0fc-4511-8390-2d53caf88a13?fields=application_policy_sets HTTP/1.1" 200 1415 0.118906 10.0.0.65 - - [2026-06-15 03:13:12] "GET /project/a11d6dff-e6a3-498a-b857-322c63e99786?fields=application_policy_sets HTTP/1.1" 200 1393 0.131957 10.0.0.65 - - [2026-06-15 03:13:12] "DELETE /access-control-list/0180d80a-64cc-4562-8fb7-cc1feb71c88e HTTP/1.1" 200 115 0.101933 10.0.0.65 - - [2026-06-15 03:13:12] "DELETE /project/0c4e49ea-5f41-4536-a0cb-dbb8edfa0261 HTTP/1.1" 200 115 0.698268 10.0.0.65 - - [2026-06-15 03:13:12] "DELETE /project/39107783-4065-4c6a-8d9f-c0cf67cdc3ab HTTP/1.1" 200 115 0.726955 10.0.0.65 - - [2026-06-15 03:13:12] "DELETE /project/6b7e927d-c0fc-4511-8390-2d53caf88a13 HTTP/1.1" 200 115 0.738697 10.0.0.65 - - [2026-06-15 03:13:12] "DELETE /project/a11d6dff-e6a3-498a-b857-322c63e99786 HTTP/1.1" 200 115 0.769588 10.0.0.65 - - [2026-06-15 03:13:12] "DELETE /access-control-list/c9dde0ec-6c82-444b-9a5e-492c520ebdc2 HTTP/1.1" 200 115 0.047762 10.0.0.65 - - [2026-06-15 03:13:14] "GET /projects?obj_uuids=cfab941e-f767-4132-a12c-ca98475ea465&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001016 10.0.0.23 - - [2026-06-15 03:13:14] "GET /project/cfab941e-f767-4132-a12c-ca98475ea465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.054226 10.0.0.65 - - [2026-06-15 03:13:14] "GET /projects?obj_uuids=cfab941e-f767-4132-a12c-ca98475ea465&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002563 10.0.0.23 - - [2026-06-15 03:13:14] "GET /project/cfab941e-f767-4132-a12c-ca98475ea465?fields=virtual_networks HTTP/1.1" 200 1020 0.055110 10.0.0.65 - - [2026-06-15 03:13:14] "GET /projects?obj_uuids=cfab941e-f767-4132-a12c-ca98475ea465&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000851 10.0.0.23 - - [2026-06-15 03:13:14] "GET /project/cfab941e-f767-4132-a12c-ca98475ea465?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.047806 10.0.0.65 - - [2026-06-15 03:13:14] "GET /projects?obj_uuids=cfab941e-f767-4132-a12c-ca98475ea465&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000828 10.0.0.23 - - [2026-06-15 03:13:14] "GET /project/cfab941e-f767-4132-a12c-ca98475ea465?fields=security_groups HTTP/1.1" 200 1240 0.041105 10.0.0.23 - - [2026-06-15 03:13:15] "POST /fqname-to-id HTTP/1.1" 404 186 0.037266 10.0.0.65 - - [2026-06-15 03:13:15] "GET /projects?obj_uuids=00f955a6-d119-4506-bc70-e9c8904091e8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004617 10.0.0.65 - - [2026-06-15 03:13:15] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001035 10.0.0.65 - - [2026-06-15 03:13:15] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007738 10.0.0.65 - - [2026-06-15 03:13:16] "POST /id-to-fqname HTTP/1.1" 200 188 0.002856 10.0.0.65 - - [2026-06-15 03:13:16] "POST /fqname-to-id HTTP/1.1" 404 197 0.005919 10.0.0.65 - - [2026-06-15 03:13:16] "POST /security-groups HTTP/1.1" 200 589 0.032894 10.0.0.65 - - [2026-06-15 03:13:16] "POST /projects HTTP/1.1" 200 581 0.241811 10.0.0.65 - - [2026-06-15 03:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.282695 10.0.0.65 - - [2026-06-15 03:13:16] "POST /access-control-lists HTTP/1.1" 200 594 0.045962 10.0.0.23 - - [2026-06-15 03:13:16] "GET /project/00f955a6-d119-4506-bc70-e9c8904091e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.469333 10.0.0.23 - - [2026-06-15 03:13:17] "GET / HTTP/1.1" 200 35931 0.002003 10.0.0.65 - - [2026-06-15 03:13:20] "GET /projects?obj_uuids=00f955a6-d119-4506-bc70-e9c8904091e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001559 10.0.0.23 - - [2026-06-15 03:13:20] "GET /project/00f955a6-d119-4506-bc70-e9c8904091e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.045635 10.0.0.65 - - [2026-06-15 03:13:20] "GET /projects?obj_uuids=00f955a6-d119-4506-bc70-e9c8904091e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001031 10.0.0.23 - - [2026-06-15 03:13:20] "GET /project/00f955a6-d119-4506-bc70-e9c8904091e8?fields=virtual_networks HTTP/1.1" 200 1025 0.046621 10.0.0.65 - - [2026-06-15 03:13:20] "GET /projects?obj_uuids=00f955a6-d119-4506-bc70-e9c8904091e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000847 10.0.0.23 - - [2026-06-15 03:13:20] "GET /project/00f955a6-d119-4506-bc70-e9c8904091e8?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.036163 10.0.0.65 - - [2026-06-15 03:13:20] "GET /projects?obj_uuids=00f955a6-d119-4506-bc70-e9c8904091e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000864 10.0.0.23 - - [2026-06-15 03:13:20] "GET /project/00f955a6-d119-4506-bc70-e9c8904091e8?fields=security_groups HTTP/1.1" 200 1249 0.036282 10.0.0.23 - - [2026-06-15 03:13:21] "POST /fqname-to-id HTTP/1.1" 404 186 0.028665 10.0.0.65 - - [2026-06-15 03:13:21] "GET /projects?obj_uuids=fe39dc8e-a166-4c03-84c2-522da07fc6bd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002638 10.0.0.65 - - [2026-06-15 03:13:21] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000918 10.0.0.65 - - [2026-06-15 03:13:21] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006818 10.0.0.65 - - [2026-06-15 03:13:21] "POST /id-to-fqname HTTP/1.1" 200 188 0.001033 10.0.0.65 - - [2026-06-15 03:13:21] "POST /fqname-to-id HTTP/1.1" 404 197 0.025724 10.0.0.65 - - [2026-06-15 03:13:21] "POST /security-groups HTTP/1.1" 200 589 0.030205 10.0.0.65 - - [2026-06-15 03:13:21] "POST /fqname-to-id HTTP/1.1" 404 232 0.003440 10.0.0.65 - - [2026-06-15 03:13:21] "POST /projects HTTP/1.1" 200 581 0.263095 10.0.0.65 - - [2026-06-15 03:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.332537 10.0.0.65 - - [2026-06-15 03:13:22] "POST /access-control-lists HTTP/1.1" 200 592 0.029992 10.0.0.23 - - [2026-06-15 03:13:22] "GET /project/fe39dc8e-a166-4c03-84c2-522da07fc6bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.469830 10.0.0.23 - - [2026-06-15 03:13:23] "GET / HTTP/1.1" 200 35931 0.002485 10.0.0.23 - - [2026-06-15 03:13:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000894 10.0.0.23 - - [2026-06-15 03:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.063216 10.0.0.65 - - [2026-06-15 03:13:25] "GET /projects?obj_uuids=fe39dc8e-a166-4c03-84c2-522da07fc6bd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000968 10.0.0.23 - - [2026-06-15 03:13:25] "GET /project/fe39dc8e-a166-4c03-84c2-522da07fc6bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.055268 10.0.0.23 - - [2026-06-15 03:13:25] "POST /neutron/network HTTP/1.1" 200 117 0.029917 10.0.0.23 - - [2026-06-15 03:13:25] "POST /neutron/network HTTP/1.1" 200 823 0.008698 10.0.0.23 - - [2026-06-15 03:13:25] "POST /id-to-fqname HTTP/1.1" 200 218 0.001093 10.0.0.23 - - [2026-06-15 03:13:25] "GET /virtual-network/75476255-8921-4766-b252-f557cbc2dacf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005028 10.0.0.23 - - [2026-06-15 03:13:25] "GET /virtual-network/75476255-8921-4766-b252-f557cbc2dacf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004660 10.0.0.23 - - [2026-06-15 03:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.23 - - [2026-06-15 03:13:25] "GET /virtual-network/75476255-8921-4766-b252-f557cbc2dacf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005875 10.0.0.23 - - [2026-06-15 03:13:25] "PUT /virtual-network/75476255-8921-4766-b252-f557cbc2dacf HTTP/1.1" 200 264 0.064717 10.0.0.65 - - [2026-06-15 03:13:25] "POST /route-targets HTTP/1.1" 200 323 0.035326 10.0.0.23 - - [2026-06-15 03:13:26] "POST /neutron/subnet HTTP/1.1" 200 729 0.008530 10.0.0.23 - - [2026-06-15 03:13:26] "GET /virtual-network/75476255-8921-4766-b252-f557cbc2dacf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005251 10.0.0.23 - - [2026-06-15 03:13:27] "POST /id-to-fqname HTTP/1.1" 200 218 0.001215 10.0.0.23 - - [2026-06-15 03:13:28] "POST /neutron/port HTTP/1.1" 200 4192 0.026841 10.0.0.65 - - [2026-06-15 03:13:28] "GET /projects?obj_uuids=fe39dc8e-a166-4c03-84c2-522da07fc6bd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000870 10.0.0.23 - - [2026-06-15 03:13:28] "GET /project/fe39dc8e-a166-4c03-84c2-522da07fc6bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.055268 10.0.0.23 - - [2026-06-15 03:13:29] "POST /neutron/port HTTP/1.1" 200 4192 0.035599 10.0.0.23 - - [2026-06-15 03:13:33] "POST /neutron/network HTTP/1.1" 200 833 0.008489 10.0.0.23 - - [2026-06-15 03:13:33] "POST /neutron/port HTTP/1.1" 200 1059 0.032120 10.0.0.23 - - [2026-06-15 03:13:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006517 10.0.0.23 - - [2026-06-15 03:13:34] "POST /neutron/subnet HTTP/1.1" 200 703 0.009497 10.0.0.23 - - [2026-06-15 03:13:39] "POST /neutron/port HTTP/1.1" 200 1123 0.017238 10.0.0.23 - - [2026-06-15 03:13:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006715 10.0.0.23 - - [2026-06-15 03:13:44] "POST /neutron/port HTTP/1.1" 200 1123 0.023172 10.0.0.23 - - [2026-06-15 03:13:44] "GET /virtual-machine/e5e3a83d-b240-4c3f-ae10-8ef00823048c HTTP/1.1" 401 292 0.000381 10.0.0.23 - - [2026-06-15 03:13:45] "GET /virtual-machine/e5e3a83d-b240-4c3f-ae10-8ef00823048c HTTP/1.1" 200 1291 0.025381 10.0.0.23 - - [2026-06-15 03:13:45] "GET /virtual-machine-interface/2e418287-10a1-44c1-ac06-7d5aed78c6a8 HTTP/1.1" 200 2930 0.005576 10.0.0.23 - - [2026-06-15 03:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.23 - - [2026-06-15 03:13:45] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003659 10.0.0.23 - - [2026-06-15 03:13:45] "GET /virtual-networks?parent_id=fe39dc8e-a166-4c03-84c2-522da07fc6bd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002754 10.0.0.23 - - [2026-06-15 03:13:45] "GET /virtual-network/75476255-8921-4766-b252-f557cbc2dacf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005006 10.0.0.23 - - [2026-06-15 03:13:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.23 - - [2026-06-15 03:13:48] "GET /virtual-network/75476255-8921-4766-b252-f557cbc2dacf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005405 10.0.0.23 - - [2026-06-15 03:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.23 - - [2026-06-15 03:13:52] "GET /virtual-network/75476255-8921-4766-b252-f557cbc2dacf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005257 10.0.0.33 - - [2026-06-15 03:13:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.33 - - [2026-06-15 03:13:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000332 10.0.0.65 - - [2026-06-15 03:13:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.65 - - [2026-06-15 03:13:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000784 10.0.0.65 - - [2026-06-15 03:13:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.65 - - [2026-06-15 03:13:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000333 10.0.0.23 - - [2026-06-15 03:13:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.23 - - [2026-06-15 03:13:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.33 - - [2026-06-15 03:13:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.33 - - [2026-06-15 03:13:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.23 - - [2026-06-15 03:13:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.23 - - [2026-06-15 03:13:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.23 - - [2026-06-15 03:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.23 - - [2026-06-15 03:13:56] "GET /virtual-network/75476255-8921-4766-b252-f557cbc2dacf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.004901 10.0.0.23 - - [2026-06-15 03:13:56] "GET /obj-perms HTTP/1.1" 200 4493 0.044339 10.0.0.23 - - [2026-06-15 03:14:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.23 - - [2026-06-15 03:14:00] "GET /virtual-network/75476255-8921-4766-b252-f557cbc2dacf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.004694 10.0.0.23 - - [2026-06-15 03:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.23 - - [2026-06-15 03:14:04] "GET /virtual-network/75476255-8921-4766-b252-f557cbc2dacf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005281 10.0.0.23 - - [2026-06-15 03:14:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.23 - - [2026-06-15 03:14:06] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004690 10.0.0.23 - - [2026-06-15 03:14:06] "GET /virtual-networks?parent_id=fe39dc8e-a166-4c03-84c2-522da07fc6bd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003849 10.0.0.23 - - [2026-06-15 03:14:06] "GET /virtual-network/75476255-8921-4766-b252-f557cbc2dacf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.006454 10.0.0.23 - - [2026-06-15 03:14:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009434 10.0.0.65 - - [2026-06-15 03:14:11] "DELETE /access-control-list/179af6c2-116a-4dd0-8057-16f6d9229169 HTTP/1.1" 200 115 0.054604 10.0.0.23 - - [2026-06-15 03:14:11] "POST /neutron/port HTTP/1.1" 200 1123 0.018773 10.0.0.65 - - [2026-06-15 03:14:12] "DELETE /project/00f955a6d1194506bc70e9c8904091e8 HTTP/1.1" 404 173 0.004518 10.0.0.65 - - [2026-06-15 03:14:12] "DELETE /project/cfab941e-f767-4132-a12c-ca98475ea465 HTTP/1.1" 404 177 0.003987 10.0.0.65 - - [2026-06-15 03:14:12] "DELETE /project/fe39dc8ea1664c0384c2522da07fc6bd HTTP/1.1" 404 173 0.006040 10.0.0.65 - - [2026-06-15 03:14:12] "GET /projects?obj_uuids=00f955a6-d119-4506-bc70-e9c8904091e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000790 10.0.0.65 - - [2026-06-15 03:14:12] "GET /project/00f955a6-d119-4506-bc70-e9c8904091e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.045589 10.0.0.65 - - [2026-06-15 03:14:12] "GET /projects?obj_uuids=00f955a6-d119-4506-bc70-e9c8904091e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000822 10.0.0.65 - - [2026-06-15 03:14:12] "GET /project/00f955a6-d119-4506-bc70-e9c8904091e8?fields=security_groups HTTP/1.1" 200 1354 0.038797 10.0.0.65 - - [2026-06-15 03:14:12] "DELETE /security-group/57dac187-d885-4799-bfca-d4b32a4ba2d4 HTTP/1.1" 200 115 0.050304 10.0.0.65 - - [2026-06-15 03:14:12] "GET /projects?obj_uuids=00f955a6-d119-4506-bc70-e9c8904091e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000904 10.0.0.65 - - [2026-06-15 03:14:13] "GET /project/00f955a6-d119-4506-bc70-e9c8904091e8?fields=application_policy_sets HTTP/1.1" 200 1393 0.052423 10.0.0.65 - - [2026-06-15 03:14:13] "DELETE /project/00f955a6-d119-4506-bc70-e9c8904091e8 HTTP/1.1" 200 115 0.397563 10.0.0.23 - - [2026-06-15 03:14:16] "POST /neutron/port HTTP/1.1" 200 1218 0.036775 10.0.0.23 - - [2026-06-15 03:14:17] "POST /neutron/port HTTP/1.1" 200 1123 0.016900 10.0.0.23 - - [2026-06-15 03:14:17] "POST /neutron/network HTTP/1.1" 200 1123 0.008227 10.0.0.23 - - [2026-06-15 03:14:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003857 10.0.0.23 - - [2026-06-15 03:14:17] "POST /neutron/port HTTP/1.1" 200 117 0.001005 10.0.0.23 - - [2026-06-15 03:14:17] "POST /neutron/network HTTP/1.1" 200 1113 0.008571 10.0.0.23 - - [2026-06-15 03:14:17] "POST /id-to-fqname HTTP/1.1" 200 218 0.001148 10.0.0.23 - - [2026-06-15 03:14:17] "GET /virtual-machine/e5e3a83d-b240-4c3f-ae10-8ef00823048c HTTP/1.1" 200 1291 0.004152 10.0.0.23 - - [2026-06-15 03:14:17] "GET /virtual-machine-interface/2e418287-10a1-44c1-ac06-7d5aed78c6a8 HTTP/1.1" 200 2930 0.005148 10.0.0.23 - - [2026-06-15 03:14:17] "GET /instance-ip/8855ade9-4bea-4b7d-9e43-73f8dfc22904 HTTP/1.1" 200 1617 0.005716 10.0.0.23 - - [2026-06-15 03:14:17] "POST /fqname-to-id HTTP/1.1" 404 208 0.003443 10.0.0.23 - - [2026-06-15 03:14:17] "GET /virtual-network/75476255-8921-4766-b252-f557cbc2dacf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.004752 10.0.0.65 - - [2026-06-15 03:14:17] "GET /projects?obj_uuids=fe39dc8e-a166-4c03-84c2-522da07fc6bd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000805 10.0.0.23 - - [2026-06-15 03:14:17] "GET /project/fe39dc8e-a166-4c03-84c2-522da07fc6bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.044580 10.0.0.23 - - [2026-06-15 03:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004236 10.0.0.23 - - [2026-06-15 03:14:17] "GET /security-group/b916af80-85ee-467a-9048-276f7e25a1b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3748 0.005356 10.0.0.23 - - [2026-06-15 03:14:17] "POST /virtual-machine-interfaces HTTP/1.1" 200 563 0.090098 10.0.0.23 - - [2026-06-15 03:14:18] "POST /instance-ips HTTP/1.1" 200 357 0.051244 10.0.0.23 - - [2026-06-15 03:14:18] "GET /instance-ip/d2bb88e1-9f31-4378-842c-8e5793b98717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1571 0.006082 10.0.0.23 - - [2026-06-15 03:14:18] "GET /virtual-machine-interface/74edcabb-122d-4d5c-898e-388737b218c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2339 0.005565 10.0.0.23 - - [2026-06-15 03:14:18] "GET /virtual-machine-interface/74edcabb-122d-4d5c-898e-388737b218c5?fields=instance_ip_back_refs HTTP/1.1" 200 1321 0.007134 10.0.0.23 - - [2026-06-15 03:14:18] "GET /instance-ip/d2bb88e1-9f31-4378-842c-8e5793b98717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1571 0.004131 10.0.0.23 - - [2026-06-15 03:14:18] "POST /id-to-fqname HTTP/1.1" 200 218 0.001163 10.0.0.23 - - [2026-06-15 03:14:18] "POST /neutron/port HTTP/1.1" 200 5162 0.030813 10.0.0.23 - - [2026-06-15 03:14:18] "POST /neutron/port HTTP/1.1" 200 966 0.026038 10.0.0.23 - - [2026-06-15 03:14:18] "POST /neutron/port HTTP/1.1" 200 966 0.013687 10.0.0.23 - - [2026-06-15 03:14:18] "POST /neutron/port HTTP/1.1" 200 117 0.005764 10.0.0.23 - - [2026-06-15 03:14:23] "POST /neutron/network HTTP/1.1" 200 833 0.005982 10.0.0.23 - - [2026-06-15 03:14:23] "POST /neutron/port HTTP/1.1" 200 1058 0.137613 10.0.0.23 - - [2026-06-15 03:14:24] "POST /neutron/port HTTP/1.1" 200 1068 0.016020 10.0.0.23 - - [2026-06-15 03:14:24] "POST /neutron/port HTTP/1.1" 200 117 0.001070 10.0.0.23 - - [2026-06-15 03:14:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008734 10.0.0.23 - - [2026-06-15 03:14:34] "POST /neutron/port HTTP/1.1" 200 1068 0.021588 10.0.0.23 - - [2026-06-15 03:14:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006474 10.0.0.23 - - [2026-06-15 03:14:34] "GET /virtual-machine/c6c8dfa3-5af2-4be9-961c-b2a36c6a5db6 HTTP/1.1" 200 1269 0.004738 10.0.0.23 - - [2026-06-15 03:14:34] "GET /virtual-machine-interface/74edcabb-122d-4d5c-898e-388737b218c5 HTTP/1.1" 200 2979 0.004809 10.0.0.23 - - [2026-06-15 03:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.23 - - [2026-06-15 03:14:34] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003248 10.0.0.23 - - [2026-06-15 03:14:34] "GET /virtual-networks?parent_id=fe39dc8e-a166-4c03-84c2-522da07fc6bd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002686 10.0.0.23 - - [2026-06-15 03:14:34] "GET /virtual-network/75476255-8921-4766-b252-f557cbc2dacf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005413 10.0.0.23 - - [2026-06-15 03:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.23 - - [2026-06-15 03:14:37] "GET /virtual-network/75476255-8921-4766-b252-f557cbc2dacf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.006702 10.0.0.23 - - [2026-06-15 03:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004165 10.0.0.23 - - [2026-06-15 03:14:41] "GET /virtual-network/75476255-8921-4766-b252-f557cbc2dacf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.007121 10.0.0.23 - - [2026-06-15 03:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.23 - - [2026-06-15 03:14:45] "GET /virtual-network/75476255-8921-4766-b252-f557cbc2dacf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005239 10.0.0.23 - - [2026-06-15 03:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.23 - - [2026-06-15 03:14:49] "GET /virtual-network/75476255-8921-4766-b252-f557cbc2dacf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005090 10.0.0.23 - - [2026-06-15 03:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.23 - - [2026-06-15 03:14:53] "GET /virtual-network/75476255-8921-4766-b252-f557cbc2dacf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.004975 10.0.0.65 - - [2026-06-15 03:14:57] "GET /obj-perms HTTP/1.1" 200 4493 0.096451 10.0.0.23 - - [2026-06-15 03:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.23 - - [2026-06-15 03:14:58] "GET /virtual-network/75476255-8921-4766-b252-f557cbc2dacf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.004709 10.0.0.23 - - [2026-06-15 03:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.23 - - [2026-06-15 03:15:00] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003814 10.0.0.23 - - [2026-06-15 03:15:00] "GET /virtual-networks?parent_id=fe39dc8e-a166-4c03-84c2-522da07fc6bd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003332 10.0.0.23 - - [2026-06-15 03:15:00] "GET /virtual-network/75476255-8921-4766-b252-f557cbc2dacf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.006764 10.0.0.23 - - [2026-06-15 03:15:04] "POST /neutron/port HTTP/1.1" 200 1068 0.034573 10.0.0.23 - - [2026-06-15 03:15:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006411 10.0.0.23 - - [2026-06-15 03:15:10] "POST /neutron/network HTTP/1.1" 200 1123 0.007624 10.0.0.23 - - [2026-06-15 03:15:10] "POST /neutron/subnet HTTP/1.1" 200 1385 0.014385 10.0.0.23 - - [2026-06-15 03:15:10] "POST /neutron/network HTTP/1.1" 200 1113 0.010233 10.0.0.23 - - [2026-06-15 03:15:10] "POST /id-to-fqname HTTP/1.1" 200 218 0.001196 10.0.0.23 - - [2026-06-15 03:15:10] "POST /neutron/network HTTP/1.1" 200 833 0.006138 10.0.0.65 - - [2026-06-15 03:15:11] "GET /projects?obj_uuids=fe39dc8e-a166-4c03-84c2-522da07fc6bd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000840 10.0.0.23 - - [2026-06-15 03:15:11] "GET /project/fe39dc8e-a166-4c03-84c2-522da07fc6bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.069019 10.0.0.23 - - [2026-06-15 03:15:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008881 10.0.0.23 - - [2026-06-15 03:15:15] "POST /neutron/network HTTP/1.1" 200 833 0.008199 10.0.0.23 - - [2026-06-15 03:15:16] "POST /neutron/port HTTP/1.1" 200 1059 0.019378 10.0.0.23 - - [2026-06-15 03:15:16] "POST /neutron/port HTTP/1.1" 200 1123 0.020111 10.0.0.23 - - [2026-06-15 03:15:17] "POST /neutron/port HTTP/1.1" 200 1123 0.016688 10.0.0.23 - - [2026-06-15 03:15:17] "POST /neutron/port HTTP/1.1" 200 117 0.001050 10.0.0.23 - - [2026-06-15 03:15:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004386 10.0.0.23 - - [2026-06-15 03:15:17] "POST /neutron/network HTTP/1.1" 200 928 0.009853 10.0.0.23 - - [2026-06-15 03:15:27] "POST /neutron/port HTTP/1.1" 200 1123 0.052031 10.0.0.23 - - [2026-06-15 03:15:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008496 10.0.0.23 - - [2026-06-15 03:15:27] "GET /virtual-machine/ca2408de-0468-4e6e-977a-7a996db8a534 HTTP/1.1" 200 1291 0.006625 10.0.0.23 - - [2026-06-15 03:15:27] "GET /virtual-machine-interface/9c8d827e-2715-411b-a0f2-1ddd70c079f7 HTTP/1.1" 200 2931 0.005144 10.0.0.23 - - [2026-06-15 03:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004397 10.0.0.23 - - [2026-06-15 03:15:27] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003864 10.0.0.23 - - [2026-06-15 03:15:27] "GET /virtual-networks?parent_id=fe39dc8e-a166-4c03-84c2-522da07fc6bd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002853 10.0.0.23 - - [2026-06-15 03:15:27] "GET /virtual-network/75476255-8921-4766-b252-f557cbc2dacf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.007043 10.0.0.23 - - [2026-06-15 03:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005059 10.0.0.23 - - [2026-06-15 03:15:30] "GET /virtual-network/75476255-8921-4766-b252-f557cbc2dacf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.006565 10.0.0.23 - - [2026-06-15 03:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.23 - - [2026-06-15 03:15:34] "GET /virtual-network/75476255-8921-4766-b252-f557cbc2dacf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005203 10.0.0.23 - - [2026-06-15 03:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.23 - - [2026-06-15 03:15:38] "GET /virtual-network/75476255-8921-4766-b252-f557cbc2dacf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005661 10.0.0.23 - - [2026-06-15 03:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.23 - - [2026-06-15 03:15:42] "GET /virtual-network/75476255-8921-4766-b252-f557cbc2dacf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005456 10.0.0.23 - - [2026-06-15 03:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.23 - - [2026-06-15 03:15:47] "GET /virtual-network/75476255-8921-4766-b252-f557cbc2dacf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.006665 10.0.0.23 - - [2026-06-15 03:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.23 - - [2026-06-15 03:15:51] "GET /virtual-network/75476255-8921-4766-b252-f557cbc2dacf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.004844 10.0.0.23 - - [2026-06-15 03:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.23 - - [2026-06-15 03:15:53] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003232 10.0.0.23 - - [2026-06-15 03:15:53] "GET /virtual-networks?parent_id=fe39dc8e-a166-4c03-84c2-522da07fc6bd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002401 10.0.0.23 - - [2026-06-15 03:15:53] "GET /virtual-network/75476255-8921-4766-b252-f557cbc2dacf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005630 10.0.0.23 - - [2026-06-15 03:15:53] "POST /neutron/port HTTP/1.1" 200 1123 0.018128 10.0.0.23 - - [2026-06-15 03:15:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006399 10.0.0.33 - - [2026-06-15 03:15:58] "GET /obj-perms HTTP/1.1" 200 4493 0.033903 10.0.0.23 - - [2026-06-15 03:16:03] "POST /neutron/port HTTP/1.1" 200 1123 0.018418 10.0.0.23 - - [2026-06-15 03:16:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007807 10.0.0.23 - - [2026-06-15 03:16:09] "POST /neutron/port HTTP/1.1" 200 1123 0.018048 10.0.0.23 - - [2026-06-15 03:16:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008909 10.0.0.23 - - [2026-06-15 03:16:09] "POST /id-to-fqname HTTP/1.1" 200 218 0.001198 10.0.0.23 - - [2026-06-15 03:16:09] "GET /virtual-machine/ca2408de-0468-4e6e-977a-7a996db8a534 HTTP/1.1" 200 1291 0.003350 10.0.0.23 - - [2026-06-15 03:16:09] "GET /virtual-machine-interface/9c8d827e-2715-411b-a0f2-1ddd70c079f7 HTTP/1.1" 200 2931 0.004846 10.0.0.23 - - [2026-06-15 03:16:09] "GET /instance-ip/3c9c1b76-ccb2-4100-8b6d-1c5830e346f7 HTTP/1.1" 200 1617 0.005443 10.0.0.23 - - [2026-06-15 03:16:09] "GET /virtual-machine-interface/9c8d827e-2715-411b-a0f2-1ddd70c079f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2710 0.005298 10.0.0.23 - - [2026-06-15 03:16:09] "PUT /virtual-machine-interface/9c8d827e-2715-411b-a0f2-1ddd70c079f7 HTTP/1.1" 200 284 0.013670 10.0.0.23 - - [2026-06-15 03:16:10] "POST /neutron/port HTTP/1.1" 200 1108 0.018932 10.0.0.23 - - [2026-06-15 03:16:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004704 10.0.0.23 - - [2026-06-15 03:16:11] "POST /neutron/network HTTP/1.1" 200 928 0.007987 10.0.0.23 - - [2026-06-15 03:16:20] "POST /neutron/network HTTP/1.1" 200 1123 0.008788 10.0.0.23 - - [2026-06-15 03:16:20] "POST /neutron/subnet HTTP/1.1" 200 1385 0.016826 10.0.0.23 - - [2026-06-15 03:16:20] "POST /neutron/network HTTP/1.1" 200 1113 0.010077 10.0.0.23 - - [2026-06-15 03:17:11] "POST /neutron/network HTTP/1.1" 200 833 0.006299 10.0.0.23 - - [2026-06-15 03:17:11] "POST /neutron/port HTTP/1.1" 200 117 0.001498 10.0.0.23 - - [2026-06-15 03:17:19] "POST /neutron/port HTTP/1.1" 200 1108 0.018450 10.0.0.23 - - [2026-06-15 03:17:19] "POST /neutron/subnet HTTP/1.1" 200 703 0.010365 10.0.0.23 - - [2026-06-15 03:17:46] "DELETE /instance-ip/d2bb88e1-9f31-4378-842c-8e5793b98717 HTTP/1.1" 200 115 0.074940 10.0.0.23 - - [2026-06-15 03:17:46] "DELETE /virtual-machine-interface/74edcabb-122d-4d5c-898e-388737b218c5 HTTP/1.1" 200 115 0.124583 10.0.0.23 - - [2026-06-15 03:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.23 - - [2026-06-15 03:17:46] "GET /virtual-network/75476255-8921-4766-b252-f557cbc2dacf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.004759 10.0.0.23 - - [2026-06-15 03:17:46] "PUT /virtual-network/75476255-8921-4766-b252-f557cbc2dacf HTTP/1.1" 200 264 0.064466 10.0.0.23 - - [2026-06-15 03:17:46] "POST /neutron/network HTTP/1.1" 200 823 0.007428 10.0.0.65 - - [2026-06-15 03:17:46] "POST /ref-update HTTP/1.1" 200 156 0.047339 10.0.0.23 - - [2026-06-15 03:17:47] "POST /neutron/port HTTP/1.1" 200 1123 0.019151 10.0.0.23 - - [2026-06-15 03:17:47] "POST /neutron/port HTTP/1.1" 200 117 0.003804 10.0.0.23 - - [2026-06-15 03:17:48] "POST /neutron/port HTTP/1.1" 200 1113 0.014329 10.0.0.65 - - [2026-06-15 03:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.010658 10.0.0.65 - - [2026-06-15 03:17:48] "POST /useragent-kv HTTP/1.1" 200 115 0.043897 10.0.0.65 - - [2026-06-15 03:17:48] "POST /useragent-kv HTTP/1.1" 200 115 0.009901 10.0.0.23 - - [2026-06-15 03:17:48] "POST /neutron/network HTTP/1.1" 200 151 0.175106 10.0.0.65 - - [2026-06-15 03:17:50] "GET /projects?obj_uuids=fe39dc8e-a166-4c03-84c2-522da07fc6bd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000933 10.0.0.23 - - [2026-06-15 03:17:50] "GET /project/fe39dc8e-a166-4c03-84c2-522da07fc6bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.066423 10.0.0.65 - - [2026-06-15 03:17:50] "GET /projects?obj_uuids=fe39dc8e-a166-4c03-84c2-522da07fc6bd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000901 10.0.0.23 - - [2026-06-15 03:17:50] "GET /project/fe39dc8e-a166-4c03-84c2-522da07fc6bd?fields=virtual_networks HTTP/1.1" 200 1027 0.039475 10.0.0.65 - - [2026-06-15 03:17:50] "GET /projects?obj_uuids=fe39dc8e-a166-4c03-84c2-522da07fc6bd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000992 10.0.0.23 - - [2026-06-15 03:17:50] "GET /project/fe39dc8e-a166-4c03-84c2-522da07fc6bd?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.036565 10.0.0.65 - - [2026-06-15 03:17:50] "GET /projects?obj_uuids=fe39dc8e-a166-4c03-84c2-522da07fc6bd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000859 10.0.0.23 - - [2026-06-15 03:17:50] "GET /project/fe39dc8e-a166-4c03-84c2-522da07fc6bd?fields=security_groups HTTP/1.1" 200 1251 0.029999 10.0.0.23 - - [2026-06-15 03:17:51] "POST /fqname-to-id HTTP/1.1" 404 185 0.031523 10.0.0.65 - - [2026-06-15 03:17:51] "GET /projects?obj_uuids=485d3fdc-6527-4831-b4bc-3cf57ed4213a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003160 10.0.0.65 - - [2026-06-15 03:17:51] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001021 10.0.0.65 - - [2026-06-15 03:17:51] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.036519 10.0.0.65 - - [2026-06-15 03:17:51] "POST /id-to-fqname HTTP/1.1" 200 187 0.004494 10.0.0.65 - - [2026-06-15 03:17:51] "POST /fqname-to-id HTTP/1.1" 404 196 0.007353 10.0.0.65 - - [2026-06-15 03:17:51] "POST /security-groups HTTP/1.1" 200 588 0.034480 10.0.0.65 - - [2026-06-15 03:17:51] "POST /projects HTTP/1.1" 200 579 0.238279 10.0.0.65 - - [2026-06-15 03:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.310724 10.0.0.65 - - [2026-06-15 03:17:51] "POST /access-control-lists HTTP/1.1" 200 593 0.033570 10.0.0.23 - - [2026-06-15 03:17:51] "GET /project/485d3fdc-6527-4831-b4bc-3cf57ed4213a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.477245 10.0.0.23 - - [2026-06-15 03:17:52] "GET / HTTP/1.1" 200 35931 0.002242 10.0.0.23 - - [2026-06-15 03:17:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000411 10.0.0.23 - - [2026-06-15 03:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.057784 10.0.0.65 - - [2026-06-15 03:17:55] "GET /projects?obj_uuids=485d3fdc-6527-4831-b4bc-3cf57ed4213a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000846 10.0.0.23 - - [2026-06-15 03:17:55] "GET /project/485d3fdc-6527-4831-b4bc-3cf57ed4213a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.038188 10.0.0.65 - - [2026-06-15 03:17:55] "POST /route-targets HTTP/1.1" 200 327 0.014480 10.0.0.65 - - [2026-06-15 03:17:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001973 10.0.0.23 - - [2026-06-15 03:17:55] "POST /neutron/subnet HTTP/1.1" 200 720 0.261828 10.0.0.23 - - [2026-06-15 03:17:55] "POST /id-to-fqname HTTP/1.1" 200 221 0.001929 10.0.0.23 - - [2026-06-15 03:17:55] "GET /virtual-network/19f3e951-0463-44f2-9121-a62454ac7b54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005268 10.0.0.23 - - [2026-06-15 03:17:55] "GET /virtual-network/19f3e951-0463-44f2-9121-a62454ac7b54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.011732 10.0.0.23 - - [2026-06-15 03:17:55] "POST /neutron/network HTTP/1.1" 200 828 0.006108 10.0.0.23 - - [2026-06-15 03:17:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.003465 10.0.0.23 - - [2026-06-15 03:17:55] "GET /virtual-network/19f3e951-0463-44f2-9121-a62454ac7b54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006020 10.0.0.23 - - [2026-06-15 03:17:56] "GET /virtual-machine-interface/896d26af-8a51-4e77-a4ad-4727bfc188c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.006400 10.0.0.23 - - [2026-06-15 03:17:56] "GET /virtual-machine-interface/896d26af-8a51-4e77-a4ad-4727bfc188c7?fields=instance_ip_back_refs HTTP/1.1" 200 1318 0.008058 10.0.0.23 - - [2026-06-15 03:17:56] "GET /instance-ip/bde04ea5-3cda-45fb-89a6-490a82ef0116?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1599 0.004384 10.0.0.23 - - [2026-06-15 03:17:56] "POST /id-to-fqname HTTP/1.1" 200 221 0.001215 10.0.0.23 - - [2026-06-15 03:17:56] "POST /neutron/port HTTP/1.1" 200 4192 0.026854 10.0.0.65 - - [2026-06-15 03:17:56] "GET /projects?obj_uuids=485d3fdc-6527-4831-b4bc-3cf57ed4213a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001174 10.0.0.23 - - [2026-06-15 03:17:57] "GET /project/485d3fdc-6527-4831-b4bc-3cf57ed4213a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.066816 10.0.0.23 - - [2026-06-15 03:17:57] "POST /neutron/port HTTP/1.1" 200 4192 0.038972 10.0.0.23 - - [2026-06-15 03:17:57] "POST /id-to-fqname HTTP/1.1" 200 221 0.001173 10.0.0.23 - - [2026-06-15 03:17:57] "POST /neutron/port HTTP/1.1" 200 982 0.011568 10.0.0.23 - - [2026-06-15 03:17:57] "POST /neutron/port HTTP/1.1" 200 982 0.011090 10.0.0.23 - - [2026-06-15 03:17:57] "POST /neutron/port HTTP/1.1" 200 117 0.005714 10.0.0.65 - - [2026-06-15 03:17:57] "GET /projects?obj_uuids=485d3fdc-6527-4831-b4bc-3cf57ed4213a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002441 10.0.0.23 - - [2026-06-15 03:17:57] "GET /project/485d3fdc-6527-4831-b4bc-3cf57ed4213a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.061889 10.0.0.23 - - [2026-06-15 03:17:57] "POST /fqname-to-id HTTP/1.1" 404 208 0.005148 10.0.0.23 - - [2026-06-15 03:17:58] "POST /interface-route-tables HTTP/1.1" 200 556 0.023784 10.0.0.23 - - [2026-06-15 03:17:58] "GET /interface-route-table/cb7c8095-adb2-40b2-b022-7778b8e15fe3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.005762 10.0.0.65 - - [2026-06-15 03:17:58] "DELETE /access-control-list/59447f01-20df-426b-b9a1-2734edb1dccf HTTP/1.1" 200 115 0.046802 10.0.0.23 - - [2026-06-15 03:17:59] "GET /virtual-machine-interface/896d26af-8a51-4e77-a4ad-4727bfc188c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.006067 10.0.0.23 - - [2026-06-15 03:17:59] "POST /ref-update HTTP/1.1" 200 156 0.015124 10.0.0.23 - - [2026-06-15 03:18:00] "GET /obj-perms HTTP/1.1" 200 4493 0.053645 10.0.0.65 - - [2026-06-15 03:18:01] "GET /projects?obj_uuids=485d3fdc-6527-4831-b4bc-3cf57ed4213a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002023 10.0.0.23 - - [2026-06-15 03:18:01] "POST /neutron/port HTTP/1.1" 200 1056 0.246159 10.0.0.23 - - [2026-06-15 03:18:01] "POST /neutron/port HTTP/1.1" 200 1110 0.101537 10.0.0.23 - - [2026-06-15 03:18:02] "POST /neutron/port HTTP/1.1" 200 982 0.013637 10.0.0.23 - - [2026-06-15 03:18:02] "POST /neutron/port HTTP/1.1" 200 1120 0.016271 10.0.0.23 - - [2026-06-15 03:18:03] "POST /neutron/port HTTP/1.1" 200 117 0.001037 10.0.0.23 - - [2026-06-15 03:18:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003710 10.0.0.23 - - [2026-06-15 03:18:03] "POST /neutron/network HTTP/1.1" 200 828 0.005998 10.0.0.23 - - [2026-06-15 03:18:09] "POST /neutron/port HTTP/1.1" 200 1120 0.016394 10.0.0.23 - - [2026-06-15 03:18:09] "POST /neutron/security_group HTTP/1.1" 200 2055 0.008871 10.0.0.23 - - [2026-06-15 03:18:09] "POST /neutron/port HTTP/1.1" 200 1120 0.014619 10.0.0.23 - - [2026-06-15 03:18:09] "GET /virtual-machine/79fe7fcb-2cd9-4aaa-af15-effe9cd2cd09 HTTP/1.1" 401 292 0.000371 10.0.0.23 - - [2026-06-15 03:18:10] "GET /virtual-machine/79fe7fcb-2cd9-4aaa-af15-effe9cd2cd09 HTTP/1.1" 200 1289 0.025406 10.0.0.23 - - [2026-06-15 03:18:10] "GET /virtual-machine/79fe7fcb-2cd9-4aaa-af15-effe9cd2cd09 HTTP/1.1" 200 1289 0.004297 10.0.0.23 - - [2026-06-15 03:18:10] "GET /virtual-machine-interface/cee74afd-c460-43a9-94be-15fb7892180e HTTP/1.1" 200 2938 0.006444 10.0.0.23 - - [2026-06-15 03:18:10] "GET /virtual-machine/79fe7fcb-2cd9-4aaa-af15-effe9cd2cd09 HTTP/1.1" 200 1289 0.004205 10.0.0.23 - - [2026-06-15 03:18:10] "GET /virtual-machine-interface/cee74afd-c460-43a9-94be-15fb7892180e HTTP/1.1" 200 2938 0.007729 10.0.0.23 - - [2026-06-15 03:18:10] "GET /instance-ip/d76ad05f-a350-4f97-a0e0-c28b81a546d4 HTTP/1.1" 200 1618 0.007863 10.0.0.23 - - [2026-06-15 03:18:10] "GET /virtual-machine/79fe7fcb-2cd9-4aaa-af15-effe9cd2cd09 HTTP/1.1" 200 1289 0.004993 10.0.0.23 - - [2026-06-15 03:18:10] "GET /virtual-machine-interface/cee74afd-c460-43a9-94be-15fb7892180e HTTP/1.1" 200 2938 0.005858 10.0.0.23 - - [2026-06-15 03:18:10] "GET /instance-ip/d76ad05f-a350-4f97-a0e0-c28b81a546d4 HTTP/1.1" 200 1618 0.004825 10.0.0.23 - - [2026-06-15 03:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004589 10.0.0.23 - - [2026-06-15 03:18:10] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003576 10.0.0.23 - - [2026-06-15 03:18:10] "GET /virtual-networks?parent_id=485d3fdc-6527-4831-b4bc-3cf57ed4213a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003026 10.0.0.23 - - [2026-06-15 03:18:10] "GET /virtual-network/19f3e951-0463-44f2-9121-a62454ac7b54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005973 10.0.0.23 - - [2026-06-15 03:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.23 - - [2026-06-15 03:18:10] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006931 10.0.0.23 - - [2026-06-15 03:18:10] "GET /virtual-networks?parent_id=485d3fdc-6527-4831-b4bc-3cf57ed4213a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003661 10.0.0.23 - - [2026-06-15 03:18:10] "GET /virtual-network/19f3e951-0463-44f2-9121-a62454ac7b54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005534 10.0.0.23 - - [2026-06-15 03:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.23 - - [2026-06-15 03:18:10] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006174 10.0.0.23 - - [2026-06-15 03:18:10] "GET /virtual-networks?parent_id=485d3fdc-6527-4831-b4bc-3cf57ed4213a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004430 10.0.0.23 - - [2026-06-15 03:18:10] "GET /virtual-network/19f3e951-0463-44f2-9121-a62454ac7b54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007025 10.0.0.23 - - [2026-06-15 03:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004536 10.0.0.23 - - [2026-06-15 03:18:10] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003844 10.0.0.23 - - [2026-06-15 03:18:10] "GET /virtual-networks?parent_id=485d3fdc-6527-4831-b4bc-3cf57ed4213a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003013 10.0.0.23 - - [2026-06-15 03:18:10] "GET /virtual-network/19f3e951-0463-44f2-9121-a62454ac7b54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005718 10.0.0.23 - - [2026-06-15 03:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.23 - - [2026-06-15 03:18:10] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003848 10.0.0.23 - - [2026-06-15 03:18:10] "GET /virtual-networks?parent_id=485d3fdc-6527-4831-b4bc-3cf57ed4213a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003019 10.0.0.23 - - [2026-06-15 03:18:10] "GET /virtual-network/19f3e951-0463-44f2-9121-a62454ac7b54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005198 10.0.0.23 - - [2026-06-15 03:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.23 - - [2026-06-15 03:18:10] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003699 10.0.0.23 - - [2026-06-15 03:18:10] "GET /virtual-networks?parent_id=485d3fdc-6527-4831-b4bc-3cf57ed4213a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003057 10.0.0.23 - - [2026-06-15 03:18:10] "GET /virtual-network/19f3e951-0463-44f2-9121-a62454ac7b54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005878 10.0.0.23 - - [2026-06-15 03:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.23 - - [2026-06-15 03:18:10] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003615 10.0.0.23 - - [2026-06-15 03:18:10] "GET /virtual-networks?parent_id=485d3fdc-6527-4831-b4bc-3cf57ed4213a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003243 10.0.0.23 - - [2026-06-15 03:18:10] "GET /virtual-network/19f3e951-0463-44f2-9121-a62454ac7b54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007351 10.0.0.23 - - [2026-06-15 03:18:12] "POST /neutron/security_group HTTP/1.1" 200 2055 0.006363 10.0.0.65 - - [2026-06-15 03:18:13] "DELETE /project/485d3fdc65274831b4bc3cf57ed4213a HTTP/1.1" 404 173 0.002462 10.0.0.65 - - [2026-06-15 03:18:13] "DELETE /project/fe39dc8e-a166-4c03-84c2-522da07fc6bd HTTP/1.1" 404 177 0.005553 10.0.0.23 - - [2026-06-15 03:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.23 - - [2026-06-15 03:18:14] "GET /virtual-network/19f3e951-0463-44f2-9121-a62454ac7b54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004702 10.0.0.23 - - [2026-06-15 03:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.23 - - [2026-06-15 03:18:16] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003647 10.0.0.23 - - [2026-06-15 03:18:16] "GET /virtual-networks?parent_id=485d3fdc-6527-4831-b4bc-3cf57ed4213a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002650 10.0.0.23 - - [2026-06-15 03:18:16] "GET /virtual-network/19f3e951-0463-44f2-9121-a62454ac7b54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006563 10.0.0.23 - - [2026-06-15 03:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.23 - - [2026-06-15 03:18:16] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003577 10.0.0.23 - - [2026-06-15 03:18:16] "GET /virtual-networks?parent_id=485d3fdc-6527-4831-b4bc-3cf57ed4213a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002690 10.0.0.23 - - [2026-06-15 03:18:16] "GET /virtual-network/19f3e951-0463-44f2-9121-a62454ac7b54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005587 10.0.0.23 - - [2026-06-15 03:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.23 - - [2026-06-15 03:18:16] "GET /routing-instance/e029803e-4600-432b-a735-8219c6e11352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.004214 10.0.0.23 - - [2026-06-15 03:18:16] "GET /route-target/deaac9bf-21ea-4e92-b47e-f0d9ade0a225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003872 10.0.0.23 - - [2026-06-15 03:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.23 - - [2026-06-15 03:18:16] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003789 10.0.0.23 - - [2026-06-15 03:18:16] "GET /virtual-networks?parent_id=485d3fdc-6527-4831-b4bc-3cf57ed4213a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003065 10.0.0.23 - - [2026-06-15 03:18:16] "GET /virtual-network/19f3e951-0463-44f2-9121-a62454ac7b54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006313 10.0.0.23 - - [2026-06-15 03:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.23 - - [2026-06-15 03:18:16] "GET /routing-instance/e029803e-4600-432b-a735-8219c6e11352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.003972 10.0.0.23 - - [2026-06-15 03:18:16] "GET /route-target/deaac9bf-21ea-4e92-b47e-f0d9ade0a225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003922 10.0.0.23 - - [2026-06-15 03:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.23 - - [2026-06-15 03:18:17] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004169 10.0.0.23 - - [2026-06-15 03:18:17] "GET /virtual-networks?parent_id=485d3fdc-6527-4831-b4bc-3cf57ed4213a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002732 10.0.0.23 - - [2026-06-15 03:18:17] "GET /virtual-network/19f3e951-0463-44f2-9121-a62454ac7b54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006316 10.0.0.23 - - [2026-06-15 03:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.23 - - [2026-06-15 03:18:17] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003973 10.0.0.23 - - [2026-06-15 03:18:17] "GET /virtual-networks?parent_id=485d3fdc-6527-4831-b4bc-3cf57ed4213a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003525 10.0.0.23 - - [2026-06-15 03:18:17] "GET /virtual-network/19f3e951-0463-44f2-9121-a62454ac7b54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005960 10.0.0.23 - - [2026-06-15 03:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.23 - - [2026-06-15 03:18:17] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004336 10.0.0.23 - - [2026-06-15 03:18:17] "GET /virtual-networks?parent_id=485d3fdc-6527-4831-b4bc-3cf57ed4213a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003146 10.0.0.23 - - [2026-06-15 03:18:17] "GET /virtual-network/19f3e951-0463-44f2-9121-a62454ac7b54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005812 10.0.0.65 - - [2026-06-15 03:18:17] "GET /obj-perms HTTP/1.1" 200 4461 0.044561 10.0.0.23 - - [2026-06-15 03:18:18] "GET /obj-perms HTTP/1.1" 200 4461 0.042451 10.0.0.65 - - [2026-06-15 03:18:18] "GET /obj-perms HTTP/1.1" 200 4461 0.003481 10.0.0.23 - - [2026-06-15 03:18:18] "GET /obj-perms HTTP/1.1" 200 4461 0.003694 10.0.0.23 - - [2026-06-15 03:18:18] "POST /neutron/port HTTP/1.1" 200 1084 0.022249 10.0.0.23 - - [2026-06-15 03:18:19] "POST /neutron/security_group HTTP/1.1" 200 2055 0.008507 10.0.0.23 - - [2026-06-15 03:18:19] "GET /virtual-machine/914154d5-5367-4150-90b9-bff60555e1e5 HTTP/1.1" 200 1268 0.007068 10.0.0.23 - - [2026-06-15 03:18:19] "GET /virtual-machine-interface/896d26af-8a51-4e77-a4ad-4727bfc188c7 HTTP/1.1" 200 3149 0.005676 10.0.0.23 - - [2026-06-15 03:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.008891 10.0.0.23 - - [2026-06-15 03:18:19] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003836 10.0.0.23 - - [2026-06-15 03:18:19] "GET /virtual-networks?parent_id=485d3fdc-6527-4831-b4bc-3cf57ed4213a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.006312 10.0.0.23 - - [2026-06-15 03:18:19] "GET /virtual-network/19f3e951-0463-44f2-9121-a62454ac7b54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006124 10.0.0.23 - - [2026-06-15 03:18:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.23 - - [2026-06-15 03:18:20] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004050 10.0.0.23 - - [2026-06-15 03:18:20] "GET /virtual-networks?parent_id=485d3fdc-6527-4831-b4bc-3cf57ed4213a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002839 10.0.0.23 - - [2026-06-15 03:18:20] "GET /virtual-network/19f3e951-0463-44f2-9121-a62454ac7b54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005740 10.0.0.23 - - [2026-06-15 03:18:21] "GET /virtual-network/19f3e951-0463-44f2-9121-a62454ac7b54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005406 10.0.0.33 - - [2026-06-15 03:18:21] "GET /obj-perms HTTP/1.1" 200 4461 0.031256 10.0.0.65 - - [2026-06-15 03:18:21] "GET /obj-perms HTTP/1.1" 200 4461 0.003567 10.0.0.23 - - [2026-06-15 03:18:21] "GET /virtual-machine/79fe7fcb-2cd9-4aaa-af15-effe9cd2cd09 HTTP/1.1" 200 1289 0.005016 10.0.0.23 - - [2026-06-15 03:18:23] "POST /neutron/port HTTP/1.1" 200 1120 0.016040 10.0.0.23 - - [2026-06-15 03:18:23] "GET /virtual-machine/79fe7fcb-2cd9-4aaa-af15-effe9cd2cd09 HTTP/1.1" 200 1289 0.003509 10.0.0.23 - - [2026-06-15 03:18:25] "GET /virtual-machine/79fe7fcb-2cd9-4aaa-af15-effe9cd2cd09 HTTP/1.1" 404 171 0.003465 10.0.0.23 - - [2026-06-15 03:18:25] "GET /virtual-machine/79fe7fcb-2cd9-4aaa-af15-effe9cd2cd09 HTTP/1.1" 404 171 0.002512 10.0.0.23 - - [2026-06-15 03:18:25] "GET /virtual-machine/79fe7fcb-2cd9-4aaa-af15-effe9cd2cd09 HTTP/1.1" 404 171 0.002111 10.0.0.23 - - [2026-06-15 03:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.23 - - [2026-06-15 03:18:25] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003962 10.0.0.23 - - [2026-06-15 03:18:25] "GET /virtual-networks?parent_id=485d3fdc-6527-4831-b4bc-3cf57ed4213a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002869 10.0.0.23 - - [2026-06-15 03:18:25] "GET /virtual-network/19f3e951-0463-44f2-9121-a62454ac7b54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005397 10.0.0.23 - - [2026-06-15 03:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.23 - - [2026-06-15 03:18:25] "GET /routing-instance/e029803e-4600-432b-a735-8219c6e11352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.004145 10.0.0.23 - - [2026-06-15 03:18:25] "GET /route-target/deaac9bf-21ea-4e92-b47e-f0d9ade0a225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004014 10.0.0.23 - - [2026-06-15 03:18:26] "GET /obj-perms HTTP/1.1" 200 4461 0.003602 10.0.0.65 - - [2026-06-15 03:18:32] "GET /obj-perms HTTP/1.1" 200 4461 0.004243 10.0.0.23 - - [2026-06-15 03:18:35] "GET /obj-perms HTTP/1.1" 200 4461 0.004210 10.0.0.23 - - [2026-06-15 03:18:35] "GET /interface-route-table/cb7c8095-adb2-40b2-b022-7778b8e15fe3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.003617 10.0.0.23 - - [2026-06-15 03:18:35] "GET /virtual-machine-interface/896d26af-8a51-4e77-a4ad-4727bfc188c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2928 0.004844 10.0.0.23 - - [2026-06-15 03:18:35] "POST /ref-update HTTP/1.1" 200 156 0.016844 10.0.0.23 - - [2026-06-15 03:18:35] "DELETE /interface-route-table/cb7c8095-adb2-40b2-b022-7778b8e15fe3 HTTP/1.1" 200 115 0.054946 10.0.0.23 - - [2026-06-15 03:18:35] "POST /neutron/port HTTP/1.1" 200 1074 0.015766 10.0.0.65 - - [2026-06-15 03:18:36] "POST /useragent-kv HTTP/1.1" 200 115 0.007083 10.0.0.65 - - [2026-06-15 03:18:36] "POST /useragent-kv HTTP/1.1" 200 115 0.017761 10.0.0.23 - - [2026-06-15 03:18:36] "POST /neutron/network HTTP/1.1" 200 151 0.149962 10.0.0.65 - - [2026-06-15 03:18:37] "GET /projects?obj_uuids=485d3fdc-6527-4831-b4bc-3cf57ed4213a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001076 10.0.0.23 - - [2026-06-15 03:18:37] "GET /project/485d3fdc-6527-4831-b4bc-3cf57ed4213a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.053728 10.0.0.65 - - [2026-06-15 03:18:37] "GET /projects?obj_uuids=485d3fdc-6527-4831-b4bc-3cf57ed4213a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001188 10.0.0.23 - - [2026-06-15 03:18:37] "POST /neutron/port HTTP/1.1" 400 205 0.006132 10.0.0.23 - - [2026-06-15 03:18:37] "GET /project/485d3fdc-6527-4831-b4bc-3cf57ed4213a?fields=virtual_networks HTTP/1.1" 200 1025 0.057203 10.0.0.65 - - [2026-06-15 03:18:37] "GET /projects?obj_uuids=485d3fdc-6527-4831-b4bc-3cf57ed4213a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000853 10.0.0.23 - - [2026-06-15 03:18:37] "GET /project/485d3fdc-6527-4831-b4bc-3cf57ed4213a?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.042916 10.0.0.65 - - [2026-06-15 03:18:37] "GET /projects?obj_uuids=485d3fdc-6527-4831-b4bc-3cf57ed4213a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000995 10.0.0.23 - - [2026-06-15 03:18:37] "GET /project/485d3fdc-6527-4831-b4bc-3cf57ed4213a?fields=security_groups HTTP/1.1" 200 1248 0.039268 10.0.0.23 - - [2026-06-15 03:18:38] "POST /fqname-to-id HTTP/1.1" 404 192 0.039428 10.0.0.65 - - [2026-06-15 03:18:38] "GET /projects?obj_uuids=9d2fe985-6997-4880-b98a-39fad9d9ab3e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003012 10.0.0.65 - - [2026-06-15 03:18:38] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000856 10.0.0.65 - - [2026-06-15 03:18:38] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006164 10.0.0.65 - - [2026-06-15 03:18:38] "POST /id-to-fqname HTTP/1.1" 200 194 0.004567 10.0.0.65 - - [2026-06-15 03:18:38] "POST /fqname-to-id HTTP/1.1" 404 203 0.004176 10.0.0.65 - - [2026-06-15 03:18:39] "POST /security-groups HTTP/1.1" 200 595 0.078299 10.0.0.65 - - [2026-06-15 03:18:39] "POST /fqname-to-id HTTP/1.1" 404 238 0.003832 10.0.0.65 - - [2026-06-15 03:18:39] "POST /projects HTTP/1.1" 200 593 0.271949 10.0.0.65 - - [2026-06-15 03:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.339926 10.0.0.65 - - [2026-06-15 03:18:39] "POST /access-control-lists HTTP/1.1" 200 598 0.033633 10.0.0.23 - - [2026-06-15 03:18:39] "GET /project/9d2fe985-6997-4880-b98a-39fad9d9ab3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.479670 10.0.0.23 - - [2026-06-15 03:18:40] "GET / HTTP/1.1" 200 35931 0.001867 10.0.0.23 - - [2026-06-15 03:18:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000666 10.0.0.23 - - [2026-06-15 03:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.065130 10.0.0.65 - - [2026-06-15 03:18:41] "GET /projects?obj_uuids=9d2fe985-6997-4880-b98a-39fad9d9ab3e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000792 10.0.0.23 - - [2026-06-15 03:18:41] "GET /project/9d2fe985-6997-4880-b98a-39fad9d9ab3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.053789 10.0.0.65 - - [2026-06-15 03:18:41] "POST /useragent-kv HTTP/1.1" 200 115 0.013626 10.0.0.23 - - [2026-06-15 03:18:41] "POST /neutron/subnet HTTP/1.1" 200 715 0.224726 10.0.0.23 - - [2026-06-15 03:18:41] "POST /id-to-fqname HTTP/1.1" 200 224 0.001753 10.0.0.23 - - [2026-06-15 03:18:41] "GET /virtual-network/31ee4be1-9989-43a7-aadb-1d263ee309d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006183 10.0.0.23 - - [2026-06-15 03:18:41] "GET /virtual-network/31ee4be1-9989-43a7-aadb-1d263ee309d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006225 10.0.0.23 - - [2026-06-15 03:18:41] "POST /neutron/network HTTP/1.1" 200 826 0.008283 10.0.0.23 - - [2026-06-15 03:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.65 - - [2026-06-15 03:18:41] "GET /projects?obj_uuids=9d2fe985-6997-4880-b98a-39fad9d9ab3e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001094 10.0.0.23 - - [2026-06-15 03:18:41] "GET /project/9d2fe985-6997-4880-b98a-39fad9d9ab3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.046261 10.0.0.65 - - [2026-06-15 03:18:41] "GET /projects?obj_uuids=9d2fe985-6997-4880-b98a-39fad9d9ab3e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001066 10.0.0.23 - - [2026-06-15 03:18:42] "POST /neutron/network HTTP/1.1" 200 609 0.143945 10.0.0.65 - - [2026-06-15 03:18:42] "POST /route-targets HTTP/1.1" 200 327 0.011241 10.0.0.23 - - [2026-06-15 03:18:42] "POST /id-to-fqname HTTP/1.1" 200 224 0.003425 10.0.0.23 - - [2026-06-15 03:18:42] "GET /virtual-network/d597eb65-7229-4760-9a4d-48be2681e1b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005414 10.0.0.23 - - [2026-06-15 03:18:42] "POST /neutron/network HTTP/1.1" 200 829 0.008175 10.0.0.23 - - [2026-06-15 03:18:42] "GET /virtual-network/d597eb65-7229-4760-9a4d-48be2681e1b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005146 10.0.0.23 - - [2026-06-15 03:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.65 - - [2026-06-15 03:18:42] "GET /projects?obj_uuids=9d2fe985-6997-4880-b98a-39fad9d9ab3e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001117 10.0.0.23 - - [2026-06-15 03:18:42] "GET /project/9d2fe985-6997-4880-b98a-39fad9d9ab3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.044026 10.0.0.23 - - [2026-06-15 03:18:42] "POST /neutron/network HTTP/1.1" 200 117 0.014845 10.0.0.65 - - [2026-06-15 03:18:42] "POST /ref-update HTTP/1.1" 200 156 0.029025 10.0.0.23 - - [2026-06-15 03:18:42] "POST /neutron/network HTTP/1.1" 200 827 0.007442 10.0.0.23 - - [2026-06-15 03:18:42] "POST /id-to-fqname HTTP/1.1" 200 224 0.000941 10.0.0.23 - - [2026-06-15 03:18:42] "GET /virtual-network/e9a910e2-730b-4881-ba82-ef52831e38bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004531 10.0.0.23 - - [2026-06-15 03:18:42] "GET /virtual-network/e9a910e2-730b-4881-ba82-ef52831e38bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004688 10.0.0.23 - - [2026-06-15 03:18:43] "POST /neutron/subnet HTTP/1.1" 200 720 0.008320 10.0.0.23 - - [2026-06-15 03:18:43] "POST /fqname-to-id HTTP/1.1" 404 214 0.002531 10.0.0.23 - - [2026-06-15 03:18:43] "GET /virtual-network/d597eb65-7229-4760-9a4d-48be2681e1b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005424 10.0.0.23 - - [2026-06-15 03:18:43] "GET /virtual-machine-interface/58d12fd9-78ea-4c8a-b877-903bf2d57759?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2372 0.007619 10.0.0.23 - - [2026-06-15 03:18:43] "GET /virtual-machine-interface/58d12fd9-78ea-4c8a-b877-903bf2d57759?fields=instance_ip_back_refs HTTP/1.1" 200 1332 0.011081 10.0.0.23 - - [2026-06-15 03:18:43] "GET /instance-ip/fe36ea16-12bc-482e-80a0-3190d0d555ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.004302 10.0.0.23 - - [2026-06-15 03:18:43] "POST /fqname-to-id HTTP/1.1" 404 214 0.002368 10.0.0.23 - - [2026-06-15 03:18:43] "GET /virtual-network/31ee4be1-9989-43a7-aadb-1d263ee309d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005911 10.0.0.65 - - [2026-06-15 03:18:43] "GET /projects?obj_uuids=9d2fe985-6997-4880-b98a-39fad9d9ab3e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000815 10.0.0.23 - - [2026-06-15 03:18:43] "GET /project/9d2fe985-6997-4880-b98a-39fad9d9ab3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.045510 10.0.0.23 - - [2026-06-15 03:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.23 - - [2026-06-15 03:18:43] "GET /security-group/88beaa3a-ab9e-43bc-8b0b-fda7f2c5990d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.004742 10.0.0.23 - - [2026-06-15 03:18:43] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.114161 10.0.0.23 - - [2026-06-15 03:18:43] "POST /instance-ips HTTP/1.1" 200 357 0.042706 10.0.0.23 - - [2026-06-15 03:18:43] "GET /virtual-machine-interface/d8a5794d-2b21-454a-9e19-32861889b6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.005700 10.0.0.23 - - [2026-06-15 03:18:43] "GET /virtual-machine-interface/d8a5794d-2b21-454a-9e19-32861889b6e2?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.007993 10.0.0.23 - - [2026-06-15 03:18:43] "GET /instance-ip/c24e5148-a516-4f31-8c22-1fb803708231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1581 0.004480 10.0.0.23 - - [2026-06-15 03:18:44] "POST /fqname-to-id HTTP/1.1" 404 214 0.070599 10.0.0.23 - - [2026-06-15 03:18:44] "GET /virtual-network/d597eb65-7229-4760-9a4d-48be2681e1b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006461 10.0.0.23 - - [2026-06-15 03:18:44] "GET /virtual-machine-interface/ccd6182f-66bb-4852-93eb-a3b5584517cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.007090 10.0.0.23 - - [2026-06-15 03:18:44] "GET /virtual-machine-interface/ccd6182f-66bb-4852-93eb-a3b5584517cf?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.007977 10.0.0.23 - - [2026-06-15 03:18:44] "GET /instance-ip/199c43fa-0085-4437-a9c9-7893a40c59f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.004447 10.0.0.23 - - [2026-06-15 03:18:44] "POST /fqname-to-id HTTP/1.1" 404 214 0.002550 10.0.0.23 - - [2026-06-15 03:18:44] "GET /virtual-network/31ee4be1-9989-43a7-aadb-1d263ee309d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005297 10.0.0.65 - - [2026-06-15 03:18:44] "GET /projects?obj_uuids=9d2fe985-6997-4880-b98a-39fad9d9ab3e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000814 10.0.0.23 - - [2026-06-15 03:18:44] "GET /project/9d2fe985-6997-4880-b98a-39fad9d9ab3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.040011 10.0.0.23 - - [2026-06-15 03:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.23 - - [2026-06-15 03:18:44] "GET /security-group/88beaa3a-ab9e-43bc-8b0b-fda7f2c5990d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.004578 10.0.0.23 - - [2026-06-15 03:18:44] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.096872 10.0.0.23 - - [2026-06-15 03:18:44] "POST /instance-ips HTTP/1.1" 200 357 0.030310 10.0.0.23 - - [2026-06-15 03:18:44] "GET /virtual-machine-interface/a741dea3-a882-4470-9f39-ffd0950e82d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.006093 10.0.0.23 - - [2026-06-15 03:18:44] "GET /virtual-machine-interface/a741dea3-a882-4470-9f39-ffd0950e82d1?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.012420 10.0.0.23 - - [2026-06-15 03:18:44] "GET /instance-ip/0e9af8ba-712c-4fd2-9744-c9200b26533c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1580 0.004338 10.0.0.23 - - [2026-06-15 03:18:45] "POST /fqname-to-id HTTP/1.1" 404 214 0.003395 10.0.0.23 - - [2026-06-15 03:18:45] "GET /virtual-network/d597eb65-7229-4760-9a4d-48be2681e1b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005861 10.0.0.65 - - [2026-06-15 03:18:45] "GET /projects?obj_uuids=9d2fe985-6997-4880-b98a-39fad9d9ab3e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000898 10.0.0.23 - - [2026-06-15 03:18:45] "POST /neutron/port HTTP/1.1" 200 991 0.251831 10.0.0.23 - - [2026-06-15 03:18:45] "GET /virtual-machine-interface/a40a827a-57b3-42dd-b906-00c41483ac8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.011822 10.0.0.23 - - [2026-06-15 03:18:45] "GET /virtual-machine-interface/a40a827a-57b3-42dd-b906-00c41483ac8e?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.007089 10.0.0.23 - - [2026-06-15 03:18:45] "GET /instance-ip/a89b1779-1e40-4b7f-a75c-37b3a043709e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004100 10.0.0.23 - - [2026-06-15 03:18:45] "POST /fqname-to-id HTTP/1.1" 404 214 0.002920 10.0.0.23 - - [2026-06-15 03:18:45] "GET /virtual-network/e9a910e2-730b-4881-ba82-ef52831e38bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005486 10.0.0.65 - - [2026-06-15 03:18:45] "GET /projects?obj_uuids=9d2fe985-6997-4880-b98a-39fad9d9ab3e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000806 10.0.0.23 - - [2026-06-15 03:18:45] "GET /project/9d2fe985-6997-4880-b98a-39fad9d9ab3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.050609 10.0.0.23 - - [2026-06-15 03:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.23 - - [2026-06-15 03:18:45] "GET /security-group/88beaa3a-ab9e-43bc-8b0b-fda7f2c5990d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.004253 10.0.0.23 - - [2026-06-15 03:18:45] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.102967 10.0.0.23 - - [2026-06-15 03:18:45] "POST /instance-ips HTTP/1.1" 200 357 0.066100 10.0.0.23 - - [2026-06-15 03:18:45] "GET /virtual-machine-interface/94e34e05-c8e5-4f75-ad53-0ed6ec2b8bac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.005671 10.0.0.23 - - [2026-06-15 03:18:45] "GET /virtual-machine-interface/94e34e05-c8e5-4f75-ad53-0ed6ec2b8bac?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.015692 10.0.0.23 - - [2026-06-15 03:18:45] "GET /instance-ip/e252717b-8448-41c3-a71c-a2bde7f49c26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1582 0.004611 10.0.0.23 - - [2026-06-15 03:18:47] "POST /id-to-fqname HTTP/1.1" 200 224 0.001186 10.0.0.23 - - [2026-06-15 03:18:47] "POST /neutron/port HTTP/1.1" 200 991 0.010990 10.0.0.23 - - [2026-06-15 03:18:47] "POST /neutron/port HTTP/1.1" 200 991 0.014123 10.0.0.23 - - [2026-06-15 03:18:48] "POST /id-to-fqname HTTP/1.1" 200 224 0.001596 10.0.0.23 - - [2026-06-15 03:18:48] "POST /neutron/port HTTP/1.1" 200 4192 0.035805 10.0.0.65 - - [2026-06-15 03:18:48] "GET /projects?obj_uuids=9d2fe985-6997-4880-b98a-39fad9d9ab3e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000967 10.0.0.23 - - [2026-06-15 03:18:48] "GET /project/9d2fe985-6997-4880-b98a-39fad9d9ab3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.060343 10.0.0.23 - - [2026-06-15 03:18:49] "POST /neutron/port HTTP/1.1" 200 4192 0.029994 10.0.0.23 - - [2026-06-15 03:18:49] "POST /id-to-fqname HTTP/1.1" 200 224 0.001141 10.0.0.23 - - [2026-06-15 03:18:49] "POST /neutron/port HTTP/1.1" 200 991 0.010268 10.0.0.23 - - [2026-06-15 03:18:49] "POST /neutron/port HTTP/1.1" 200 991 0.017947 10.0.0.23 - - [2026-06-15 03:18:49] "POST /neutron/port HTTP/1.1" 200 117 0.006078 10.0.0.65 - - [2026-06-15 03:18:50] "GET /projects?obj_uuids=9d2fe985-6997-4880-b98a-39fad9d9ab3e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000976 10.0.0.23 - - [2026-06-15 03:18:50] "POST /neutron/router HTTP/1.1" 200 344 0.275071 10.0.0.65 - - [2026-06-15 03:18:50] "POST /ref-update HTTP/1.1" 200 156 0.014579 10.0.0.23 - - [2026-06-15 03:18:50] "POST /neutron/port HTTP/1.1" 200 117 0.011417 10.0.0.23 - - [2026-06-15 03:18:52] "POST /neutron/port HTTP/1.1" 200 991 0.037582 10.0.0.33 - - [2026-06-15 03:18:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.33 - - [2026-06-15 03:18:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.65 - - [2026-06-15 03:18:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.65 - - [2026-06-15 03:18:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.23 - - [2026-06-15 03:18:53] "POST /neutron/network HTTP/1.1" 200 837 0.012108 10.0.0.23 - - [2026-06-15 03:18:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004281 10.0.0.23 - - [2026-06-15 03:18:53] "POST /neutron/network HTTP/1.1" 200 829 0.013217 10.0.0.23 - - [2026-06-15 03:18:53] "POST /neutron/port HTTP/1.1" 200 1117 0.111418 10.0.0.65 - - [2026-06-15 03:18:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.65 - - [2026-06-15 03:18:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.23 - - [2026-06-15 03:18:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.23 - - [2026-06-15 03:18:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.23 - - [2026-06-15 03:18:54] "POST /neutron/port HTTP/1.1" 200 991 0.011036 10.0.0.33 - - [2026-06-15 03:18:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.33 - - [2026-06-15 03:18:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.23 - - [2026-06-15 03:18:54] "POST /neutron/port HTTP/1.1" 200 1127 0.022115 10.0.0.23 - - [2026-06-15 03:18:55] "POST /neutron/port HTTP/1.1" 200 117 0.001848 10.0.0.23 - - [2026-06-15 03:18:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000493 10.0.0.23 - - [2026-06-15 03:18:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000630 10.0.0.23 - - [2026-06-15 03:18:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006855 10.0.0.23 - - [2026-06-15 03:18:55] "POST /neutron/network HTTP/1.1" 200 829 0.008065 10.0.0.65 - - [2026-06-15 03:18:58] "DELETE /access-control-list/5f5080ec-bee1-416e-a969-80a9d0d5fc05 HTTP/1.1" 200 115 0.061443 10.0.0.65 - - [2026-06-15 03:19:00] "GET /obj-perms HTTP/1.1" 200 4493 0.047073 10.0.0.23 - - [2026-06-15 03:19:00] "POST /neutron/port HTTP/1.1" 200 1093 0.022322 10.0.0.23 - - [2026-06-15 03:19:01] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009001 10.0.0.23 - - [2026-06-15 03:19:01] "GET /virtual-machine/1ea767ff-1924-4bae-9243-8edd51ea1209 HTTP/1.1" 401 292 0.000502 10.0.0.23 - - [2026-06-15 03:19:01] "GET /virtual-machine/1ea767ff-1924-4bae-9243-8edd51ea1209 HTTP/1.1" 200 1274 0.028040 10.0.0.23 - - [2026-06-15 03:19:01] "GET /virtual-machine-interface/58d12fd9-78ea-4c8a-b877-903bf2d57759 HTTP/1.1" 200 3186 0.004995 10.0.0.23 - - [2026-06-15 03:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.23 - - [2026-06-15 03:19:01] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003523 10.0.0.23 - - [2026-06-15 03:19:01] "GET /virtual-networks?parent_id=9d2fe985-6997-4880-b98a-39fad9d9ab3e&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003768 10.0.0.23 - - [2026-06-15 03:19:01] "GET /virtual-network/d597eb65-7229-4760-9a4d-48be2681e1b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005799 10.0.0.23 - - [2026-06-15 03:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004451 10.0.0.23 - - [2026-06-15 03:19:04] "GET /virtual-network/d597eb65-7229-4760-9a4d-48be2681e1b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006045 10.0.0.23 - - [2026-06-15 03:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.23 - - [2026-06-15 03:19:08] "GET /virtual-network/d597eb65-7229-4760-9a4d-48be2681e1b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005057 10.0.0.23 - - [2026-06-15 03:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.23 - - [2026-06-15 03:19:12] "GET /virtual-network/d597eb65-7229-4760-9a4d-48be2681e1b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006763 10.0.0.65 - - [2026-06-15 03:19:13] "DELETE /project/9d2fe98569974880b98a39fad9d9ab3e HTTP/1.1" 404 173 0.002729 10.0.0.65 - - [2026-06-15 03:19:13] "DELETE /project/485d3fdc-6527-4831-b4bc-3cf57ed4213a HTTP/1.1" 404 177 0.005274 10.0.0.23 - - [2026-06-15 03:19:14] "POST /neutron/port HTTP/1.1" 200 1218 0.020652 10.0.0.23 - - [2026-06-15 03:19:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003613 10.0.0.23 - - [2026-06-15 03:19:16] "POST /neutron/port HTTP/1.1" 200 117 0.001062 10.0.0.23 - - [2026-06-15 03:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.23 - - [2026-06-15 03:19:17] "GET /virtual-network/d597eb65-7229-4760-9a4d-48be2681e1b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006307 10.0.0.23 - - [2026-06-15 03:19:20] "POST /neutron/port HTTP/1.1" 200 1218 0.032656 10.0.0.23 - - [2026-06-15 03:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.23 - - [2026-06-15 03:19:21] "GET /virtual-network/d597eb65-7229-4760-9a4d-48be2681e1b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006405 10.0.0.23 - - [2026-06-15 03:19:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003725 10.0.0.23 - - [2026-06-15 03:19:22] "POST /neutron/port HTTP/1.1" 200 117 0.001442 10.0.0.23 - - [2026-06-15 03:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.23 - - [2026-06-15 03:19:25] "GET /virtual-network/d597eb65-7229-4760-9a4d-48be2681e1b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006411 10.0.0.23 - - [2026-06-15 03:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.23 - - [2026-06-15 03:19:29] "GET /virtual-network/d597eb65-7229-4760-9a4d-48be2681e1b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005075 10.0.0.23 - - [2026-06-15 03:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004516 10.0.0.23 - - [2026-06-15 03:19:33] "GET /virtual-network/d597eb65-7229-4760-9a4d-48be2681e1b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005584 10.0.0.23 - - [2026-06-15 03:19:37] "POST /neutron/port HTTP/1.1" 200 1127 0.015923 10.0.0.23 - - [2026-06-15 03:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.23 - - [2026-06-15 03:19:37] "GET /virtual-network/d597eb65-7229-4760-9a4d-48be2681e1b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004882 10.0.0.23 - - [2026-06-15 03:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.23 - - [2026-06-15 03:19:39] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003805 10.0.0.23 - - [2026-06-15 03:19:39] "GET /virtual-networks?parent_id=9d2fe985-6997-4880-b98a-39fad9d9ab3e&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.002787 10.0.0.23 - - [2026-06-15 03:19:39] "GET /virtual-network/d597eb65-7229-4760-9a4d-48be2681e1b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005670 10.0.0.23 - - [2026-06-15 03:19:39] "POST /neutron/security_group HTTP/1.1" 200 2062 0.012231 10.0.0.23 - - [2026-06-15 03:19:42] "POST /neutron/port HTTP/1.1" 200 1093 0.018136 10.0.0.23 - - [2026-06-15 03:19:44] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006824 10.0.0.23 - - [2026-06-15 03:19:55] "POST /neutron/port HTTP/1.1" 200 1127 0.017049 10.0.0.23 - - [2026-06-15 03:19:55] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006133 10.0.0.23 - - [2026-06-15 03:19:55] "GET /virtual-machine/4520d3f4-61cf-440d-8220-d2ac9d4eb339 HTTP/1.1" 200 1295 0.006100 10.0.0.23 - - [2026-06-15 03:19:55] "GET /virtual-machine-interface/1c2fef2f-de82-4cd1-b61c-fc59e12f0c9c HTTP/1.1" 200 2960 0.004703 10.0.0.23 - - [2026-06-15 03:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.23 - - [2026-06-15 03:19:55] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003501 10.0.0.23 - - [2026-06-15 03:19:55] "GET /virtual-networks?parent_id=9d2fe985-6997-4880-b98a-39fad9d9ab3e&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.002639 10.0.0.23 - - [2026-06-15 03:19:55] "GET /virtual-network/e9a910e2-730b-4881-ba82-ef52831e38bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.010724 10.0.0.23 - - [2026-06-15 03:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.23 - - [2026-06-15 03:19:56] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003204 10.0.0.23 - - [2026-06-15 03:19:56] "GET /virtual-networks?parent_id=9d2fe985-6997-4880-b98a-39fad9d9ab3e&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.002930 10.0.0.23 - - [2026-06-15 03:19:56] "GET /virtual-network/e9a910e2-730b-4881-ba82-ef52831e38bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.011916 10.0.0.23 - - [2026-06-15 03:19:57] "POST /neutron/port HTTP/1.1" 200 1093 0.020699 10.0.0.23 - - [2026-06-15 03:19:57] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006424 10.0.0.23 - - [2026-06-15 03:19:57] "GET /virtual-machine/01235900-4a39-42b4-b263-9f207b25d9b5 HTTP/1.1" 200 1272 0.005727 10.0.0.23 - - [2026-06-15 03:19:57] "GET /virtual-machine-interface/a40a827a-57b3-42dd-b906-00c41483ac8e HTTP/1.1" 200 3187 0.004614 10.0.0.23 - - [2026-06-15 03:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.23 - - [2026-06-15 03:19:57] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003229 10.0.0.23 - - [2026-06-15 03:19:57] "GET /virtual-networks?parent_id=9d2fe985-6997-4880-b98a-39fad9d9ab3e&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003271 10.0.0.23 - - [2026-06-15 03:19:57] "GET /virtual-network/d597eb65-7229-4760-9a4d-48be2681e1b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005794 10.0.0.23 - - [2026-06-15 03:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.23 - - [2026-06-15 03:19:58] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002954 10.0.0.23 - - [2026-06-15 03:19:58] "GET /virtual-networks?parent_id=9d2fe985-6997-4880-b98a-39fad9d9ab3e&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.002943 10.0.0.23 - - [2026-06-15 03:19:58] "GET /virtual-network/d597eb65-7229-4760-9a4d-48be2681e1b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005256 10.0.0.23 - - [2026-06-15 03:20:01] "GET /obj-perms HTTP/1.1" 200 4493 0.035746 10.0.0.33 - - [2026-06-15 03:20:01] "GET /obj-perms HTTP/1.1" 200 4493 0.042780 10.0.0.23 - - [2026-06-15 03:20:16] "POST /neutron/port HTTP/1.1" 200 1108 0.015112 10.0.0.23 - - [2026-06-15 03:20:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005829 10.0.0.23 - - [2026-06-15 03:20:17] "POST /neutron/network HTTP/1.1" 200 928 0.006556 10.0.0.23 - - [2026-06-15 03:20:21] "POST /neutron/network HTTP/1.1" 200 938 0.006102 10.0.0.23 - - [2026-06-15 03:20:21] "POST /neutron/port HTTP/1.1" 200 117 0.001081 10.0.0.23 - - [2026-06-15 03:20:49] "POST /neutron/router HTTP/1.1" 200 344 0.180341 10.0.0.23 - - [2026-06-15 03:20:49] "POST /neutron/router HTTP/1.1" 200 598 0.006882 10.0.0.65 - - [2026-06-15 03:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.011167 10.0.0.23 - - [2026-06-15 03:20:51] "DELETE /instance-ip/e252717b-8448-41c3-a71c-a2bde7f49c26 HTTP/1.1" 200 115 0.053075 10.0.0.23 - - [2026-06-15 03:20:51] "DELETE /virtual-machine-interface/94e34e05-c8e5-4f75-ad53-0ed6ec2b8bac HTTP/1.1" 200 115 0.088483 10.0.0.23 - - [2026-06-15 03:20:51] "POST /neutron/network HTTP/1.1" 200 829 0.006527 10.0.0.23 - - [2026-06-15 03:20:51] "POST /neutron/port HTTP/1.1" 200 1083 0.030082 10.0.0.23 - - [2026-06-15 03:20:51] "POST /neutron/port HTTP/1.1" 200 151 0.248785 10.0.0.23 - - [2026-06-15 03:20:51] "POST /neutron/port HTTP/1.1" 200 117 0.006930 10.0.0.23 - - [2026-06-15 03:20:51] "DELETE /instance-ip/0e9af8ba-712c-4fd2-9744-c9200b26533c HTTP/1.1" 200 115 0.065214 10.0.0.23 - - [2026-06-15 03:20:51] "POST /neutron/port HTTP/1.1" 200 1083 0.020210 10.0.0.23 - - [2026-06-15 03:20:51] "DELETE /virtual-machine-interface/a741dea3-a882-4470-9f39-ffd0950e82d1 HTTP/1.1" 200 115 0.074223 10.0.0.23 - - [2026-06-15 03:20:51] "POST /neutron/port HTTP/1.1" 200 991 0.022596 10.0.0.23 - - [2026-06-15 03:20:52] "POST /neutron/port HTTP/1.1" 200 1117 0.036400 10.0.0.23 - - [2026-06-15 03:20:52] "POST /neutron/port HTTP/1.1" 200 1045 0.049967 10.0.0.23 - - [2026-06-15 03:20:52] "DELETE /instance-ip/c24e5148-a516-4f31-8c22-1fb803708231 HTTP/1.1" 200 115 0.075736 10.0.0.23 - - [2026-06-15 03:20:52] "POST /neutron/port HTTP/1.1" 200 1014 0.031786 10.0.0.23 - - [2026-06-15 03:20:52] "DELETE /virtual-machine-interface/d8a5794d-2b21-454a-9e19-32861889b6e2 HTTP/1.1" 200 115 0.147444 10.0.0.23 - - [2026-06-15 03:20:52] "POST /neutron/port HTTP/1.1" 200 151 0.156332 10.0.0.23 - - [2026-06-15 03:20:52] "POST /neutron/network HTTP/1.1" 200 829 0.010792 10.0.0.65 - - [2026-06-15 03:20:52] "DELETE /route-target/cf713ff8-ecfc-4689-936b-16cadd4f7484 HTTP/1.1" 200 115 0.026784 10.0.0.65 - - [2026-06-15 03:20:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003310 10.0.0.65 - - [2026-06-15 03:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.007040 10.0.0.65 - - [2026-06-15 03:20:53] "POST /useragent-kv HTTP/1.1" 200 115 0.004865 10.0.0.23 - - [2026-06-15 03:20:53] "POST /neutron/network HTTP/1.1" 200 151 0.134542 10.0.0.65 - - [2026-06-15 03:20:53] "GET /projects?obj_uuids=9d2fe985-6997-4880-b98a-39fad9d9ab3e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001225 10.0.0.23 - - [2026-06-15 03:20:53] "GET /project/9d2fe985-6997-4880-b98a-39fad9d9ab3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.071499 10.0.0.65 - - [2026-06-15 03:20:53] "GET /projects?obj_uuids=9d2fe985-6997-4880-b98a-39fad9d9ab3e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002530 10.0.0.23 - - [2026-06-15 03:20:53] "GET /project/9d2fe985-6997-4880-b98a-39fad9d9ab3e?fields=virtual_networks HTTP/1.1" 200 1040 0.106464 10.0.0.65 - - [2026-06-15 03:20:53] "GET /projects?obj_uuids=9d2fe985-6997-4880-b98a-39fad9d9ab3e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001667 10.0.0.23 - - [2026-06-15 03:20:53] "POST /neutron/network HTTP/1.1" 200 117 0.019147 10.0.0.23 - - [2026-06-15 03:20:53] "GET /project/9d2fe985-6997-4880-b98a-39fad9d9ab3e?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.060616 10.0.0.65 - - [2026-06-15 03:20:53] "GET /projects?obj_uuids=9d2fe985-6997-4880-b98a-39fad9d9ab3e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001317 10.0.0.23 - - [2026-06-15 03:20:53] "GET /project/9d2fe985-6997-4880-b98a-39fad9d9ab3e?fields=security_groups HTTP/1.1" 200 1270 0.046816 10.0.0.23 - - [2026-06-15 03:20:53] "POST /neutron/network HTTP/1.1" 200 117 0.011505 10.0.0.23 - - [2026-06-15 03:20:54] "POST /fqname-to-id HTTP/1.1" 404 187 0.029205 10.0.0.65 - - [2026-06-15 03:20:54] "GET /projects?obj_uuids=93962b51-825b-4304-a5b9-40284a732abc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003019 10.0.0.65 - - [2026-06-15 03:20:54] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000949 10.0.0.65 - - [2026-06-15 03:20:54] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006868 10.0.0.65 - - [2026-06-15 03:20:54] "POST /id-to-fqname HTTP/1.1" 200 189 0.002943 10.0.0.65 - - [2026-06-15 03:20:54] "POST /fqname-to-id HTTP/1.1" 404 198 0.010221 10.0.0.65 - - [2026-06-15 03:20:54] "POST /security-groups HTTP/1.1" 200 590 0.073860 10.0.0.65 - - [2026-06-15 03:20:54] "POST /projects HTTP/1.1" 200 583 0.279145 10.0.0.65 - - [2026-06-15 03:20:54] "POST /access-control-lists HTTP/1.1" 200 595 0.032022 10.0.0.65 - - [2026-06-15 03:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.346368 10.0.0.23 - - [2026-06-15 03:20:54] "GET /project/93962b51-825b-4304-a5b9-40284a732abc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.483785 10.0.0.23 - - [2026-06-15 03:20:55] "GET / HTTP/1.1" 200 35931 0.001973 10.0.0.23 - - [2026-06-15 03:20:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000406 10.0.0.23 - - [2026-06-15 03:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.057438 10.0.0.65 - - [2026-06-15 03:20:57] "GET /projects?obj_uuids=93962b51-825b-4304-a5b9-40284a732abc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000887 10.0.0.23 - - [2026-06-15 03:20:57] "GET /project/93962b51-825b-4304-a5b9-40284a732abc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.037523 10.0.0.65 - - [2026-06-15 03:20:58] "POST /route-targets HTTP/1.1" 200 327 0.016144 10.0.0.65 - - [2026-06-15 03:20:58] "POST /useragent-kv HTTP/1.1" 200 115 0.006358 10.0.0.23 - - [2026-06-15 03:20:58] "POST /neutron/subnet HTTP/1.1" 200 734 0.235252 10.0.0.23 - - [2026-06-15 03:20:58] "POST /id-to-fqname HTTP/1.1" 200 219 0.001139 10.0.0.23 - - [2026-06-15 03:20:58] "GET /virtual-network/3c05f3fd-0cd4-4a98-b6cd-e4cea3928097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004637 10.0.0.23 - - [2026-06-15 03:20:58] "GET /virtual-network/3c05f3fd-0cd4-4a98-b6cd-e4cea3928097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004602 10.0.0.23 - - [2026-06-15 03:20:58] "POST /neutron/network HTTP/1.1" 200 825 0.006314 10.0.0.23 - - [2026-06-15 03:20:59] "GET /virtual-network/3c05f3fd-0cd4-4a98-b6cd-e4cea3928097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.015075 10.0.0.65 - - [2026-06-15 03:20:59] "DELETE /access-control-list/afee5bcb-7315-4905-8c5d-98f6a8a8bac5 HTTP/1.1" 200 115 0.042444 10.0.0.23 - - [2026-06-15 03:21:00] "POST /id-to-fqname HTTP/1.1" 200 219 0.002086 10.0.0.23 - - [2026-06-15 03:21:00] "POST /neutron/network HTTP/1.1" 200 835 0.008312 10.0.0.65 - - [2026-06-15 03:21:01] "GET /projects?obj_uuids=93962b51-825b-4304-a5b9-40284a732abc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001224 10.0.0.23 - - [2026-06-15 03:21:01] "GET /project/93962b51-825b-4304-a5b9-40284a732abc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.073519 10.0.0.23 - - [2026-06-15 03:21:01] "POST /neutron/port HTTP/1.1" 200 117 0.007785 10.0.0.23 - - [2026-06-15 03:21:01] "POST /id-to-fqname HTTP/1.1" 200 219 0.001549 10.0.0.65 - - [2026-06-15 03:21:02] "GET /projects?obj_uuids=93962b51-825b-4304-a5b9-40284a732abc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004332 10.0.0.23 - - [2026-06-15 03:21:02] "GET /project/93962b51-825b-4304-a5b9-40284a732abc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.064638 10.0.0.23 - - [2026-06-15 03:21:02] "POST /neutron/network HTTP/1.1" 200 825 0.021848 10.0.0.23 - - [2026-06-15 03:21:03] "POST /neutron/port HTTP/1.1" 200 117 0.005511 10.0.0.23 - - [2026-06-15 03:21:06] "POST /neutron/port HTTP/1.1" 200 1061 0.035274 10.0.0.23 - - [2026-06-15 03:21:07] "POST /neutron/port HTTP/1.1" 200 1125 0.017892 10.0.0.23 - - [2026-06-15 03:21:07] "POST /neutron/port HTTP/1.1" 200 117 0.001013 10.0.0.65 - - [2026-06-15 03:21:07] "GET /projects?obj_uuids=93962b51-825b-4304-a5b9-40284a732abc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000916 10.0.0.23 - - [2026-06-15 03:21:08] "POST /neutron/port HTTP/1.1" 200 1061 0.242921 10.0.0.23 - - [2026-06-15 03:21:08] "POST /neutron/port HTTP/1.1" 200 1115 0.095634 10.0.0.23 - - [2026-06-15 03:21:09] "POST /neutron/port HTTP/1.1" 200 1125 0.022450 10.0.0.23 - - [2026-06-15 03:21:09] "POST /neutron/port HTTP/1.1" 200 117 0.001097 10.0.0.23 - - [2026-06-15 03:21:13] "POST /neutron/security_group HTTP/1.1" 200 2057 0.010777 10.0.0.65 - - [2026-06-15 03:21:13] "DELETE /project/93962b51825b4304a5b940284a732abc HTTP/1.1" 404 173 0.004803 10.0.0.65 - - [2026-06-15 03:21:13] "DELETE /project/9d2fe985-6997-4880-b98a-39fad9d9ab3e HTTP/1.1" 404 177 0.004255 10.0.0.23 - - [2026-06-15 03:21:13] "POST /neutron/port HTTP/1.1" 200 1125 0.020858 10.0.0.23 - - [2026-06-15 03:21:13] "GET /virtual-machine/9a0c8944-b74e-4fac-9f73-e812ffb23484 HTTP/1.1" 401 292 0.000667 10.0.0.23 - - [2026-06-15 03:21:14] "GET /virtual-machine/9a0c8944-b74e-4fac-9f73-e812ffb23484 HTTP/1.1" 200 1292 0.046936 10.0.0.23 - - [2026-06-15 03:21:14] "GET /virtual-machine-interface/8c9114b4-e978-4d51-a42a-e051c41e6fdf HTTP/1.1" 200 2936 0.006108 10.0.0.23 - - [2026-06-15 03:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.23 - - [2026-06-15 03:21:14] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003195 10.0.0.23 - - [2026-06-15 03:21:14] "GET /virtual-networks?parent_id=93962b51-825b-4304-a5b9-40284a732abc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002792 10.0.0.23 - - [2026-06-15 03:21:14] "GET /virtual-network/3c05f3fd-0cd4-4a98-b6cd-e4cea3928097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005568 10.0.0.23 - - [2026-06-15 03:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004308 10.0.0.23 - - [2026-06-15 03:21:17] "GET /virtual-network/3c05f3fd-0cd4-4a98-b6cd-e4cea3928097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005877 10.0.0.23 - - [2026-06-15 03:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004502 10.0.0.23 - - [2026-06-15 03:21:21] "GET /virtual-network/3c05f3fd-0cd4-4a98-b6cd-e4cea3928097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006187 10.0.0.23 - - [2026-06-15 03:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.23 - - [2026-06-15 03:21:25] "GET /virtual-network/3c05f3fd-0cd4-4a98-b6cd-e4cea3928097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005898 10.0.0.23 - - [2026-06-15 03:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.23 - - [2026-06-15 03:21:29] "GET /virtual-network/3c05f3fd-0cd4-4a98-b6cd-e4cea3928097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004888 10.0.0.23 - - [2026-06-15 03:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.23 - - [2026-06-15 03:21:33] "GET /virtual-network/3c05f3fd-0cd4-4a98-b6cd-e4cea3928097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004794 10.0.0.23 - - [2026-06-15 03:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004718 10.0.0.23 - - [2026-06-15 03:21:37] "GET /virtual-network/3c05f3fd-0cd4-4a98-b6cd-e4cea3928097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008568 10.0.0.23 - - [2026-06-15 03:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.23 - - [2026-06-15 03:21:41] "GET /virtual-network/3c05f3fd-0cd4-4a98-b6cd-e4cea3928097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007875 10.0.0.23 - - [2026-06-15 03:21:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.23 - - [2026-06-15 03:21:45] "GET /virtual-network/3c05f3fd-0cd4-4a98-b6cd-e4cea3928097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005381 10.0.0.23 - - [2026-06-15 03:21:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004455 10.0.0.23 - - [2026-06-15 03:21:49] "GET /virtual-network/3c05f3fd-0cd4-4a98-b6cd-e4cea3928097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.009090 10.0.0.23 - - [2026-06-15 03:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.23 - - [2026-06-15 03:21:52] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003999 10.0.0.23 - - [2026-06-15 03:21:52] "GET /virtual-networks?parent_id=93962b51-825b-4304-a5b9-40284a732abc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002529 10.0.0.23 - - [2026-06-15 03:21:52] "GET /virtual-network/3c05f3fd-0cd4-4a98-b6cd-e4cea3928097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005562 10.0.0.23 - - [2026-06-15 03:21:52] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008358 10.0.0.23 - - [2026-06-15 03:21:55] "POST /neutron/port HTTP/1.1" 200 1125 0.047709 10.0.0.23 - - [2026-06-15 03:21:57] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007275 10.0.0.65 - - [2026-06-15 03:22:03] "GET /obj-perms HTTP/1.1" 200 4493 0.041821 10.0.0.23 - - [2026-06-15 03:22:07] "POST /neutron/port HTTP/1.1" 200 1125 0.018883 10.0.0.23 - - [2026-06-15 03:22:07] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007192 10.0.0.23 - - [2026-06-15 03:22:08] "GET /virtual-machine/f2c64da0-a3b5-4646-b727-f5d78ed22c24 HTTP/1.1" 200 1292 0.005287 10.0.0.23 - - [2026-06-15 03:22:08] "GET /virtual-machine-interface/8775dc82-7243-4a68-9c10-5cccc5ea85bf HTTP/1.1" 200 2935 0.004995 10.0.0.23 - - [2026-06-15 03:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.23 - - [2026-06-15 03:22:08] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002987 10.0.0.23 - - [2026-06-15 03:22:08] "GET /virtual-networks?parent_id=93962b51-825b-4304-a5b9-40284a732abc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002444 10.0.0.23 - - [2026-06-15 03:22:08] "GET /virtual-network/3c05f3fd-0cd4-4a98-b6cd-e4cea3928097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005144 10.0.0.23 - - [2026-06-15 03:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004266 10.0.0.23 - - [2026-06-15 03:22:09] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004144 10.0.0.23 - - [2026-06-15 03:22:09] "GET /virtual-networks?parent_id=93962b51-825b-4304-a5b9-40284a732abc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002985 10.0.0.23 - - [2026-06-15 03:22:09] "GET /virtual-network/3c05f3fd-0cd4-4a98-b6cd-e4cea3928097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007365 10.0.0.23 - - [2026-06-15 03:22:17] "POST /neutron/port HTTP/1.1" 200 1218 0.026076 10.0.0.23 - - [2026-06-15 03:22:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003330 10.0.0.23 - - [2026-06-15 03:22:19] "POST /neutron/port HTTP/1.1" 200 117 0.001074 10.0.0.23 - - [2026-06-15 03:22:22] "POST /neutron/port HTTP/1.1" 200 1218 0.022678 10.0.0.23 - - [2026-06-15 03:22:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003582 10.0.0.23 - - [2026-06-15 03:22:24] "POST /neutron/port HTTP/1.1" 200 117 0.001056 10.0.0.23 - - [2026-06-15 03:23:03] "GET /obj-perms HTTP/1.1" 200 4493 0.045511 10.0.0.33 - - [2026-06-15 03:23:04] "GET /obj-perms HTTP/1.1" 200 4493 0.040085 10.0.0.23 - - [2026-06-15 03:23:10] "POST /neutron/network HTTP/1.1" 200 825 0.006322 10.0.0.23 - - [2026-06-15 03:23:12] "POST /neutron/port HTTP/1.1" 200 1115 0.014812 10.0.0.23 - - [2026-06-15 03:23:12] "POST /neutron/port HTTP/1.1" 200 1115 0.012187 10.0.0.23 - - [2026-06-15 03:23:12] "POST /neutron/network HTTP/1.1" 400 204 0.037252 10.0.0.65 - - [2026-06-15 03:23:16] "GET /projects?obj_uuids=93962b51-825b-4304-a5b9-40284a732abc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.022935 10.0.0.23 - - [2026-06-15 03:23:16] "GET /project/93962b51-825b-4304-a5b9-40284a732abc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.083371 10.0.0.65 - - [2026-06-15 03:23:16] "GET /projects?obj_uuids=93962b51-825b-4304-a5b9-40284a732abc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001221 10.0.0.23 - - [2026-06-15 03:23:16] "GET /project/93962b51-825b-4304-a5b9-40284a732abc?fields=virtual_networks HTTP/1.1" 200 1030 0.042015 10.0.0.65 - - [2026-06-15 03:23:16] "GET /projects?obj_uuids=93962b51-825b-4304-a5b9-40284a732abc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000911 10.0.0.23 - - [2026-06-15 03:23:16] "GET /project/93962b51-825b-4304-a5b9-40284a732abc?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.036541 10.0.0.65 - - [2026-06-15 03:23:16] "GET /projects?obj_uuids=93962b51-825b-4304-a5b9-40284a732abc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001387 10.0.0.23 - - [2026-06-15 03:23:16] "GET /project/93962b51-825b-4304-a5b9-40284a732abc?fields=security_groups HTTP/1.1" 200 1255 0.046657 10.0.0.23 - - [2026-06-15 03:23:17] "POST /fqname-to-id HTTP/1.1" 404 187 0.030250 10.0.0.65 - - [2026-06-15 03:23:17] "GET /projects?obj_uuids=88e074d7-38c2-435e-8b1b-642354a51d8c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002924 10.0.0.65 - - [2026-06-15 03:23:17] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000848 10.0.0.65 - - [2026-06-15 03:23:17] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.036336 10.0.0.65 - - [2026-06-15 03:23:17] "POST /id-to-fqname HTTP/1.1" 200 189 0.005599 10.0.0.65 - - [2026-06-15 03:23:17] "POST /fqname-to-id HTTP/1.1" 404 198 0.005482 10.0.0.65 - - [2026-06-15 03:23:17] "POST /security-groups HTTP/1.1" 200 590 0.076574 10.0.0.65 - - [2026-06-15 03:23:17] "POST /projects HTTP/1.1" 200 583 0.278988 10.0.0.65 - - [2026-06-15 03:23:17] "POST /fqname-to-id HTTP/1.1" 404 233 0.036546 10.0.0.65 - - [2026-06-15 03:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.350116 10.0.0.65 - - [2026-06-15 03:23:17] "POST /access-control-lists HTTP/1.1" 200 593 0.032906 10.0.0.23 - - [2026-06-15 03:23:17] "GET /project/88e074d7-38c2-435e-8b1b-642354a51d8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.532104 10.0.0.23 - - [2026-06-15 03:23:19] "GET / HTTP/1.1" 200 35931 0.001827 10.0.0.23 - - [2026-06-15 03:23:19] "POST /neutron/port HTTP/1.1" 200 1108 0.014813 10.0.0.23 - - [2026-06-15 03:23:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004394 10.0.0.23 - - [2026-06-15 03:23:20] "POST /neutron/network HTTP/1.1" 200 928 0.009048 10.0.0.23 - - [2026-06-15 03:23:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000406 10.0.0.23 - - [2026-06-15 03:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.060635 10.0.0.65 - - [2026-06-15 03:23:21] "GET /projects?obj_uuids=88e074d7-38c2-435e-8b1b-642354a51d8c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001391 10.0.0.23 - - [2026-06-15 03:23:21] "GET /project/88e074d7-38c2-435e-8b1b-642354a51d8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.038950 10.0.0.65 - - [2026-06-15 03:23:21] "POST /useragent-kv HTTP/1.1" 200 115 0.006170 10.0.0.23 - - [2026-06-15 03:23:21] "POST /neutron/subnet HTTP/1.1" 200 734 0.250136 10.0.0.23 - - [2026-06-15 03:23:21] "POST /id-to-fqname HTTP/1.1" 200 219 0.001354 10.0.0.23 - - [2026-06-15 03:23:21] "GET /virtual-network/d8ae21dd-5235-43f0-9c4c-d1cc80ef25de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004663 10.0.0.23 - - [2026-06-15 03:23:21] "GET /virtual-network/d8ae21dd-5235-43f0-9c4c-d1cc80ef25de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005054 10.0.0.23 - - [2026-06-15 03:23:21] "POST /neutron/network HTTP/1.1" 200 825 0.005527 10.0.0.23 - - [2026-06-15 03:23:22] "GET /virtual-network/d8ae21dd-5235-43f0-9c4c-d1cc80ef25de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005656 10.0.0.23 - - [2026-06-15 03:23:23] "POST /neutron/port HTTP/1.1" 200 1108 0.021775 10.0.0.23 - - [2026-06-15 03:23:23] "POST /id-to-fqname HTTP/1.1" 200 219 0.001724 10.0.0.23 - - [2026-06-15 03:23:23] "POST /neutron/network HTTP/1.1" 200 938 0.006998 10.0.0.23 - - [2026-06-15 03:23:23] "POST /neutron/port HTTP/1.1" 200 117 0.001034 10.0.0.65 - - [2026-06-15 03:23:24] "GET /projects?obj_uuids=88e074d7-38c2-435e-8b1b-642354a51d8c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000906 10.0.0.23 - - [2026-06-15 03:23:24] "GET /project/88e074d7-38c2-435e-8b1b-642354a51d8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.058599 10.0.0.23 - - [2026-06-15 03:23:24] "POST /neutron/port HTTP/1.1" 200 4192 0.031430 10.0.0.23 - - [2026-06-15 03:23:24] "POST /id-to-fqname HTTP/1.1" 200 219 0.001224 10.0.0.23 - - [2026-06-15 03:23:24] "POST /neutron/network HTTP/1.1" 200 835 0.007796 10.0.0.65 - - [2026-06-15 03:23:25] "GET /projects?obj_uuids=88e074d7-38c2-435e-8b1b-642354a51d8c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000865 10.0.0.23 - - [2026-06-15 03:23:25] "GET /project/88e074d7-38c2-435e-8b1b-642354a51d8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.060120 10.0.0.23 - - [2026-06-15 03:23:25] "POST /neutron/port HTTP/1.1" 200 117 0.008132 10.0.0.65 - - [2026-06-15 03:23:28] "GET /projects?obj_uuids=88e074d7-38c2-435e-8b1b-642354a51d8c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000926 10.0.0.23 - - [2026-06-15 03:23:29] "POST /neutron/port HTTP/1.1" 200 1061 0.265052 10.0.0.23 - - [2026-06-15 03:23:29] "POST /neutron/port HTTP/1.1" 200 1115 0.093800 10.0.0.23 - - [2026-06-15 03:23:30] "POST /neutron/subnet HTTP/1.1" 200 708 0.007744 10.0.0.23 - - [2026-06-15 03:23:31] "POST /neutron/network HTTP/1.1" 200 835 0.007415 10.0.0.23 - - [2026-06-15 03:23:31] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007347 10.0.0.23 - - [2026-06-15 03:23:31] "POST /neutron/port HTTP/1.1" 200 1115 0.094610 10.0.0.23 - - [2026-06-15 03:23:32] "POST /neutron/subnet HTTP/1.1" 200 708 0.014442 10.0.0.23 - - [2026-06-15 03:23:36] "POST /neutron/port HTTP/1.1" 200 1125 0.019009 10.0.0.23 - - [2026-06-15 03:23:36] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007496 10.0.0.23 - - [2026-06-15 03:23:36] "GET /virtual-machine/2a0f1b01-e22d-498a-89ca-e5bc5cffaba6 HTTP/1.1" 401 292 0.000431 10.0.0.23 - - [2026-06-15 03:23:36] "GET /virtual-machine/2a0f1b01-e22d-498a-89ca-e5bc5cffaba6 HTTP/1.1" 200 1290 0.034666 10.0.0.23 - - [2026-06-15 03:23:36] "GET /virtual-machine-interface/80904c17-d251-43a5-a25c-59bb3d3f2c0e HTTP/1.1" 200 2935 0.006327 10.0.0.23 - - [2026-06-15 03:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.23 - - [2026-06-15 03:23:36] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003512 10.0.0.23 - - [2026-06-15 03:23:36] "GET /virtual-networks?parent_id=88e074d7-38c2-435e-8b1b-642354a51d8c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002793 10.0.0.23 - - [2026-06-15 03:23:36] "GET /virtual-network/d8ae21dd-5235-43f0-9c4c-d1cc80ef25de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005131 10.0.0.23 - - [2026-06-15 03:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.23 - - [2026-06-15 03:23:39] "GET /virtual-network/d8ae21dd-5235-43f0-9c4c-d1cc80ef25de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004610 10.0.0.23 - - [2026-06-15 03:23:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.23 - - [2026-06-15 03:23:44] "GET /virtual-network/d8ae21dd-5235-43f0-9c4c-d1cc80ef25de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005584 10.0.0.23 - - [2026-06-15 03:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.23 - - [2026-06-15 03:23:48] "GET /virtual-network/d8ae21dd-5235-43f0-9c4c-d1cc80ef25de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005098 10.0.0.23 - - [2026-06-15 03:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.23 - - [2026-06-15 03:23:52] "GET /virtual-network/d8ae21dd-5235-43f0-9c4c-d1cc80ef25de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004713 10.0.0.33 - - [2026-06-15 03:23:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.33 - - [2026-06-15 03:23:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000328 10.0.0.65 - - [2026-06-15 03:23:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000499 10.0.0.65 - - [2026-06-15 03:23:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000600 10.0.0.65 - - [2026-06-15 03:23:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.65 - - [2026-06-15 03:23:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.23 - - [2026-06-15 03:23:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000477 10.0.0.23 - - [2026-06-15 03:23:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.33 - - [2026-06-15 03:23:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.33 - - [2026-06-15 03:23:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.23 - - [2026-06-15 03:23:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000472 10.0.0.23 - - [2026-06-15 03:23:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.23 - - [2026-06-15 03:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.23 - - [2026-06-15 03:23:56] "GET /virtual-network/d8ae21dd-5235-43f0-9c4c-d1cc80ef25de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005792 10.0.0.65 - - [2026-06-15 03:23:59] "DELETE /access-control-list/a6ef4e00-caff-4a0c-a05e-7aede518d4c4 HTTP/1.1" 200 115 0.036901 10.0.0.23 - - [2026-06-15 03:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.23 - - [2026-06-15 03:24:00] "GET /virtual-network/d8ae21dd-5235-43f0-9c4c-d1cc80ef25de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004878 10.0.0.23 - - [2026-06-15 03:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006334 10.0.0.23 - - [2026-06-15 03:24:04] "GET /virtual-network/d8ae21dd-5235-43f0-9c4c-d1cc80ef25de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005923 10.0.0.23 - - [2026-06-15 03:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.23 - - [2026-06-15 03:24:08] "GET /virtual-network/d8ae21dd-5235-43f0-9c4c-d1cc80ef25de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007885 10.0.0.23 - - [2026-06-15 03:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.23 - - [2026-06-15 03:24:12] "GET /virtual-network/d8ae21dd-5235-43f0-9c4c-d1cc80ef25de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004986 10.0.0.65 - - [2026-06-15 03:24:13] "DELETE /project/88e074d738c2435e8b1b642354a51d8c HTTP/1.1" 404 173 0.005130 10.0.0.65 - - [2026-06-15 03:24:13] "DELETE /project/93962b51-825b-4304-a5b9-40284a732abc HTTP/1.1" 404 177 0.004430 10.0.0.23 - - [2026-06-15 03:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.23 - - [2026-06-15 03:24:14] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004887 10.0.0.23 - - [2026-06-15 03:24:14] "GET /virtual-networks?parent_id=88e074d7-38c2-435e-8b1b-642354a51d8c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003186 10.0.0.23 - - [2026-06-15 03:24:14] "GET /virtual-network/d8ae21dd-5235-43f0-9c4c-d1cc80ef25de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008037 10.0.0.23 - - [2026-06-15 03:24:15] "POST /neutron/port HTTP/1.1" 200 1125 0.016582 10.0.0.23 - - [2026-06-15 03:24:16] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006227 10.0.0.23 - - [2026-06-15 03:24:20] "POST /neutron/port HTTP/1.1" 200 1125 0.019606 10.0.0.23 - - [2026-06-15 03:24:24] "POST /neutron/port HTTP/1.1" 200 1218 0.072913 10.0.0.23 - - [2026-06-15 03:24:25] "POST /neutron/network HTTP/1.1" 200 1123 0.007472 10.0.0.23 - - [2026-06-15 03:24:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004860 10.0.0.23 - - [2026-06-15 03:24:25] "POST /neutron/port HTTP/1.1" 200 117 0.001155 10.0.0.23 - - [2026-06-15 03:24:25] "POST /neutron/network HTTP/1.1" 200 1113 0.009092 10.0.0.23 - - [2026-06-15 03:24:25] "GET /virtual-machine/9255b808-64ab-4d02-bacd-ded889fad450 HTTP/1.1" 200 1292 0.005734 10.0.0.23 - - [2026-06-15 03:24:25] "GET /virtual-machine-interface/7ad4a8fa-4d1f-4f0b-89f9-3dd3e0d8b44d HTTP/1.1" 200 2934 0.005028 10.0.0.23 - - [2026-06-15 03:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.23 - - [2026-06-15 03:24:25] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003524 10.0.0.23 - - [2026-06-15 03:24:25] "GET /virtual-networks?parent_id=88e074d7-38c2-435e-8b1b-642354a51d8c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002990 10.0.0.23 - - [2026-06-15 03:24:25] "GET /virtual-network/d8ae21dd-5235-43f0-9c4c-d1cc80ef25de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005109 10.0.0.23 - - [2026-06-15 03:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.23 - - [2026-06-15 03:24:26] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004930 10.0.0.23 - - [2026-06-15 03:24:26] "GET /virtual-networks?parent_id=88e074d7-38c2-435e-8b1b-642354a51d8c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004148 10.0.0.23 - - [2026-06-15 03:24:26] "GET /virtual-network/d8ae21dd-5235-43f0-9c4c-d1cc80ef25de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006424 10.0.0.23 - - [2026-06-15 03:24:27] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007936 10.0.0.23 - - [2026-06-15 03:24:44] "POST /neutron/port HTTP/1.1" 200 1125 0.030482 10.0.0.23 - - [2026-06-15 03:24:45] "POST /neutron/network HTTP/1.1" 200 825 0.023083 10.0.0.23 - - [2026-06-15 03:24:45] "POST /neutron/port HTTP/1.1" 200 151 0.288404 10.0.0.65 - - [2026-06-15 03:24:47] "POST /useragent-kv HTTP/1.1" 200 115 0.005403 10.0.0.65 - - [2026-06-15 03:24:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002812 10.0.0.23 - - [2026-06-15 03:24:47] "POST /neutron/network HTTP/1.1" 200 151 0.149588 10.0.0.65 - - [2026-06-15 03:24:47] "DELETE /route-target/9ce5dc08-bc92-4b6b-98eb-0fbcaf929dd7 HTTP/1.1" 200 115 0.022565 10.0.0.65 - - [2026-06-15 03:24:48] "GET /projects?obj_uuids=88e074d7-38c2-435e-8b1b-642354a51d8c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001178 10.0.0.23 - - [2026-06-15 03:24:48] "GET /project/88e074d7-38c2-435e-8b1b-642354a51d8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.051638 10.0.0.65 - - [2026-06-15 03:24:48] "GET /projects?obj_uuids=88e074d7-38c2-435e-8b1b-642354a51d8c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001149 10.0.0.23 - - [2026-06-15 03:24:48] "GET /project/88e074d7-38c2-435e-8b1b-642354a51d8c?fields=virtual_networks HTTP/1.1" 200 1029 0.050451 10.0.0.65 - - [2026-06-15 03:24:49] "GET /projects?obj_uuids=88e074d7-38c2-435e-8b1b-642354a51d8c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001702 10.0.0.23 - - [2026-06-15 03:24:49] "GET /project/88e074d7-38c2-435e-8b1b-642354a51d8c?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.047110 10.0.0.65 - - [2026-06-15 03:24:49] "GET /projects?obj_uuids=88e074d7-38c2-435e-8b1b-642354a51d8c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000941 10.0.0.23 - - [2026-06-15 03:24:49] "GET /project/88e074d7-38c2-435e-8b1b-642354a51d8c?fields=security_groups HTTP/1.1" 200 1254 0.037052 10.0.0.23 - - [2026-06-15 03:25:03] "GET / HTTP/1.1" 200 35931 0.001903 10.0.0.23 - - [2026-06-15 03:25:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000456 10.0.0.23 - - [2026-06-15 03:25:04] "POST /fqname-to-id HTTP/1.1" 404 201 0.046827 10.0.0.65 - - [2026-06-15 03:25:04] "GET /projects?obj_uuids=5d4c1191-c605-4180-aec6-de9a5f78a703&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002791 10.0.0.65 - - [2026-06-15 03:25:04] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000864 10.0.0.65 - - [2026-06-15 03:25:04] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007098 10.0.0.65 - - [2026-06-15 03:25:04] "POST /id-to-fqname HTTP/1.1" 200 203 0.007062 10.0.0.65 - - [2026-06-15 03:25:04] "POST /fqname-to-id HTTP/1.1" 404 212 0.005456 10.0.0.65 - - [2026-06-15 03:25:04] "POST /security-groups HTTP/1.1" 200 604 0.053079 10.0.0.65 - - [2026-06-15 03:25:04] "POST /fqname-to-id HTTP/1.1" 404 247 0.004985 10.0.0.65 - - [2026-06-15 03:25:04] "POST /projects HTTP/1.1" 200 611 0.249083 10.0.0.65 - - [2026-06-15 03:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.317695 10.0.0.65 - - [2026-06-15 03:25:05] "POST /access-control-lists HTTP/1.1" 200 607 0.029626 10.0.0.23 - - [2026-06-15 03:25:05] "GET /project/5d4c1191-c605-4180-aec6-de9a5f78a703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.475642 10.0.0.65 - - [2026-06-15 03:25:05] "GET /obj-perms HTTP/1.1" 200 4493 0.058962 10.0.0.23 - - [2026-06-15 03:25:06] "GET / HTTP/1.1" 200 35931 0.003037 10.0.0.23 - - [2026-06-15 03:25:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000531 10.0.0.23 - - [2026-06-15 03:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.049874 10.0.0.65 - - [2026-06-15 03:25:07] "GET /projects?obj_uuids=5d4c1191-c605-4180-aec6-de9a5f78a703&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000992 10.0.0.23 - - [2026-06-15 03:25:07] "GET /project/5d4c1191-c605-4180-aec6-de9a5f78a703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.060779 10.0.0.65 - - [2026-06-15 03:25:07] "POST /useragent-kv HTTP/1.1" 200 115 0.008313 10.0.0.23 - - [2026-06-15 03:25:07] "POST /neutron/subnet HTTP/1.1" 200 725 0.235272 10.0.0.23 - - [2026-06-15 03:25:07] "POST /id-to-fqname HTTP/1.1" 200 234 0.001325 10.0.0.23 - - [2026-06-15 03:25:07] "GET /virtual-network/5684c09f-5e02-4549-b172-625791e8cc2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004973 10.0.0.23 - - [2026-06-15 03:25:07] "GET /virtual-network/5684c09f-5e02-4549-b172-625791e8cc2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005054 10.0.0.23 - - [2026-06-15 03:25:07] "POST /neutron/network HTTP/1.1" 200 839 0.006060 10.0.0.23 - - [2026-06-15 03:25:07] "POST /id-to-fqname HTTP/1.1" 200 234 0.001189 10.0.0.23 - - [2026-06-15 03:25:08] "POST /neutron/network HTTP/1.1" 200 849 0.008285 10.0.0.65 - - [2026-06-15 03:25:08] "GET /projects?obj_uuids=5d4c1191-c605-4180-aec6-de9a5f78a703&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000889 10.0.0.23 - - [2026-06-15 03:25:08] "GET /project/5d4c1191-c605-4180-aec6-de9a5f78a703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.059306 10.0.0.23 - - [2026-06-15 03:25:09] "POST /neutron/port HTTP/1.1" 200 117 0.007628 10.0.0.23 - - [2026-06-15 03:25:09] "POST /id-to-fqname HTTP/1.1" 200 234 0.001480 10.0.0.65 - - [2026-06-15 03:25:09] "GET /projects?obj_uuids=5d4c1191-c605-4180-aec6-de9a5f78a703&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001212 10.0.0.23 - - [2026-06-15 03:25:09] "GET /project/5d4c1191-c605-4180-aec6-de9a5f78a703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.076485 10.0.0.23 - - [2026-06-15 03:25:09] "POST /neutron/network HTTP/1.1" 200 839 0.008117 10.0.0.23 - - [2026-06-15 03:25:10] "GET /virtual-network/5684c09f-5e02-4549-b172-625791e8cc2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.007664 10.0.0.23 - - [2026-06-15 03:25:11] "GET /obj-perms HTTP/1.1" 200 4493 0.037135 10.0.0.33 - - [2026-06-15 03:25:11] "GET /obj-perms HTTP/1.1" 200 4493 0.034208 10.0.0.23 - - [2026-06-15 03:25:12] "POST /neutron/port HTTP/1.1" 200 117 0.006172 10.0.0.23 - - [2026-06-15 03:25:13] "POST /neutron/port HTTP/1.1" 200 1073 0.037037 10.0.0.65 - - [2026-06-15 03:25:13] "DELETE /project/5d4c1191c6054180aec6de9a5f78a703 HTTP/1.1" 404 173 0.004064 10.0.0.65 - - [2026-06-15 03:25:13] "DELETE /project/88e074d7-38c2-435e-8b1b-642354a51d8c HTTP/1.1" 404 177 0.003696 10.0.0.23 - - [2026-06-15 03:25:14] "POST /neutron/port HTTP/1.1" 200 1137 0.018062 10.0.0.23 - - [2026-06-15 03:25:14] "POST /neutron/port HTTP/1.1" 200 117 0.001080 10.0.0.65 - - [2026-06-15 03:25:15] "GET /projects?obj_uuids=5d4c1191-c605-4180-aec6-de9a5f78a703&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000876 10.0.0.23 - - [2026-06-15 03:25:15] "POST /neutron/port HTTP/1.1" 200 1073 0.252217 10.0.0.23 - - [2026-06-15 03:25:15] "POST /neutron/port HTTP/1.1" 200 1127 0.084970 10.0.0.23 - - [2026-06-15 03:25:16] "POST /neutron/subnet HTTP/1.1" 200 699 0.010638 10.0.0.23 - - [2026-06-15 03:25:17] "POST /neutron/port HTTP/1.1" 200 1137 0.018222 10.0.0.23 - - [2026-06-15 03:25:17] "POST /neutron/port HTTP/1.1" 200 1127 0.013645 10.0.0.23 - - [2026-06-15 03:25:20] "POST /neutron/port HTTP/1.1" 200 1127 0.012671 10.0.0.23 - - [2026-06-15 03:25:22] "POST /neutron/port HTTP/1.1" 200 117 0.007825 10.0.0.23 - - [2026-06-15 03:25:22] "POST /fqname-to-id HTTP/1.1" 404 206 0.021815 10.0.0.65 - - [2026-06-15 03:25:22] "GET /projects?obj_uuids=aed36fe8-8b29-4c30-8fe4-b98d6d44c507&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002365 10.0.0.65 - - [2026-06-15 03:25:22] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001067 10.0.0.65 - - [2026-06-15 03:25:22] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006342 10.0.0.65 - - [2026-06-15 03:25:22] "POST /id-to-fqname HTTP/1.1" 200 209 0.003026 10.0.0.65 - - [2026-06-15 03:25:22] "POST /fqname-to-id HTTP/1.1" 404 217 0.006341 10.0.0.65 - - [2026-06-15 03:25:22] "POST /security-groups HTTP/1.1" 200 609 0.030970 10.0.0.65 - - [2026-06-15 03:25:22] "POST /fqname-to-id HTTP/1.1" 404 252 0.003503 10.0.0.65 - - [2026-06-15 03:25:22] "POST /projects HTTP/1.1" 200 621 0.208495 10.0.0.65 - - [2026-06-15 03:25:23] "POST /access-control-lists HTTP/1.1" 200 612 0.028025 10.0.0.65 - - [2026-06-15 03:25:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.279459 10.0.0.23 - - [2026-06-15 03:25:23] "GET /project/aed36fe8-8b29-4c30-8fe4-b98d6d44c507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.403254 10.0.0.23 - - [2026-06-15 03:25:24] "GET / HTTP/1.1" 200 35931 0.001815 10.0.0.23 - - [2026-06-15 03:25:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000411 10.0.0.23 - - [2026-06-15 03:25:24] "POST /neutron/port HTTP/1.1" 200 1108 0.016422 10.0.0.23 - - [2026-06-15 03:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.051701 10.0.0.65 - - [2026-06-15 03:25:24] "GET /projects?obj_uuids=aed36fe8-8b29-4c30-8fe4-b98d6d44c507&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002133 10.0.0.23 - - [2026-06-15 03:25:24] "GET /project/aed36fe8-8b29-4c30-8fe4-b98d6d44c507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.048038 10.0.0.23 - - [2026-06-15 03:25:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003633 10.0.0.23 - - [2026-06-15 03:25:25] "POST /neutron/subnet HTTP/1.1" 200 1385 0.030615 10.0.0.23 - - [2026-06-15 03:25:25] "POST /neutron/network HTTP/1.1" 200 1113 0.025982 10.0.0.23 - - [2026-06-15 03:25:25] "POST /neutron/network HTTP/1.1" 200 844 0.024896 10.0.0.23 - - [2026-06-15 03:25:25] "POST /id-to-fqname HTTP/1.1" 200 239 0.000987 10.0.0.23 - - [2026-06-15 03:25:25] "GET /virtual-network/7ebb46fb-8a5e-4ca1-a793-8b9b22ec8260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004963 10.0.0.23 - - [2026-06-15 03:25:25] "GET /virtual-network/7ebb46fb-8a5e-4ca1-a793-8b9b22ec8260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005085 10.0.0.23 - - [2026-06-15 03:25:25] "POST /neutron/subnet HTTP/1.1" 200 725 0.007431 10.0.0.23 - - [2026-06-15 03:25:25] "POST /id-to-fqname HTTP/1.1" 200 239 0.001124 10.0.0.23 - - [2026-06-15 03:25:25] "POST /neutron/network HTTP/1.1" 200 854 0.005966 10.0.0.23 - - [2026-06-15 03:25:25] "POST /neutron/port HTTP/1.1" 200 117 0.000985 10.0.0.65 - - [2026-06-15 03:25:26] "GET /projects?obj_uuids=aed36fe8-8b29-4c30-8fe4-b98d6d44c507&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001234 10.0.0.23 - - [2026-06-15 03:25:26] "GET /project/aed36fe8-8b29-4c30-8fe4-b98d6d44c507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.056604 10.0.0.23 - - [2026-06-15 03:25:26] "POST /neutron/port HTTP/1.1" 200 4192 0.033852 10.0.0.23 - - [2026-06-15 03:25:27] "POST /id-to-fqname HTTP/1.1" 200 239 0.001653 10.0.0.23 - - [2026-06-15 03:25:27] "POST /neutron/network HTTP/1.1" 200 854 0.007983 10.0.0.65 - - [2026-06-15 03:25:27] "GET /projects?obj_uuids=aed36fe8-8b29-4c30-8fe4-b98d6d44c507&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001116 10.0.0.23 - - [2026-06-15 03:25:27] "GET /project/aed36fe8-8b29-4c30-8fe4-b98d6d44c507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.060845 10.0.0.23 - - [2026-06-15 03:25:28] "POST /neutron/port HTTP/1.1" 200 117 0.005566 10.0.0.23 - - [2026-06-15 03:25:28] "GET /virtual-network/7ebb46fb-8a5e-4ca1-a793-8b9b22ec8260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006533 10.0.0.65 - - [2026-06-15 03:25:31] "GET /projects?obj_uuids=aed36fe8-8b29-4c30-8fe4-b98d6d44c507&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001783 10.0.0.23 - - [2026-06-15 03:25:31] "POST /neutron/port HTTP/1.1" 200 1078 0.293895 10.0.0.23 - - [2026-06-15 03:25:31] "POST /neutron/port HTTP/1.1" 200 1132 0.106202 10.0.0.23 - - [2026-06-15 03:25:32] "POST /neutron/subnet HTTP/1.1" 200 699 0.013372 10.0.0.23 - - [2026-06-15 03:25:33] "POST /neutron/network HTTP/1.1" 200 854 0.007573 10.0.0.23 - - [2026-06-15 03:25:33] "POST /neutron/port HTTP/1.1" 200 1078 0.020634 10.0.0.23 - - [2026-06-15 03:25:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004024 10.0.0.23 - - [2026-06-15 03:25:35] "POST /neutron/network HTTP/1.1" 200 844 0.007164 10.0.0.23 - - [2026-06-15 03:25:35] "POST /neutron/port HTTP/1.1" 200 1142 0.016734 10.0.0.23 - - [2026-06-15 03:25:40] "POST /neutron/port HTTP/1.1" 200 1142 0.018296 10.0.0.23 - - [2026-06-15 03:25:40] "POST /neutron/port HTTP/1.1" 200 117 0.005410 10.0.0.23 - - [2026-06-15 03:25:40] "POST /fqname-to-id HTTP/1.1" 404 183 0.029155 10.0.0.65 - - [2026-06-15 03:25:40] "GET /projects?obj_uuids=9c599a46-3264-4d95-af72-40d6b120b5ba&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003277 10.0.0.65 - - [2026-06-15 03:25:40] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000978 10.0.0.65 - - [2026-06-15 03:25:40] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006950 10.0.0.65 - - [2026-06-15 03:25:40] "POST /id-to-fqname HTTP/1.1" 200 185 0.001057 10.0.0.65 - - [2026-06-15 03:25:40] "POST /fqname-to-id HTTP/1.1" 404 194 0.008977 10.0.0.65 - - [2026-06-15 03:25:40] "POST /security-groups HTTP/1.1" 200 586 0.077640 10.0.0.65 - - [2026-06-15 03:25:41] "POST /fqname-to-id HTTP/1.1" 404 229 0.003043 10.0.0.65 - - [2026-06-15 03:25:41] "POST /projects HTTP/1.1" 200 575 0.295131 10.0.0.65 - - [2026-06-15 03:25:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.361425 10.0.0.65 - - [2026-06-15 03:25:41] "POST /access-control-lists HTTP/1.1" 200 589 0.028882 10.0.0.23 - - [2026-06-15 03:25:41] "GET /project/9c599a46-3264-4d95-af72-40d6b120b5ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.488482 10.0.0.23 - - [2026-06-15 03:25:42] "GET / HTTP/1.1" 200 35931 0.001873 10.0.0.65 - - [2026-06-15 03:25:42] "GET /projects?obj_uuids=1d8d7ea5-0ef0-481f-ab3f-951cbad462e5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000872 10.0.0.23 - - [2026-06-15 03:25:42] "GET /project/1d8d7ea5-0ef0-481f-ab3f-951cbad462e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.041036 10.0.0.23 - - [2026-06-15 03:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.23 - - [2026-06-15 03:25:43] "GET /security-group/9beb1a82-8f1a-4b96-809c-546a04b91a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3707 0.003593 10.0.0.23 - - [2026-06-15 03:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002315 10.0.0.65 - - [2026-06-15 03:25:43] "GET /projects?obj_uuids=1d8d7ea5-0ef0-481f-ab3f-951cbad462e5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000962 10.0.0.23 - - [2026-06-15 03:25:43] "GET /project/1d8d7ea5-0ef0-481f-ab3f-951cbad462e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.044134 10.0.0.23 - - [2026-06-15 03:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.23 - - [2026-06-15 03:25:43] "GET /security-group/9beb1a82-8f1a-4b96-809c-546a04b91a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3707 0.005194 10.0.0.23 - - [2026-06-15 03:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.23 - - [2026-06-15 03:25:43] "PUT /security-group/9beb1a82-8f1a-4b96-809c-546a04b91a0e HTTP/1.1" 200 262 0.017364 10.0.0.65 - - [2026-06-15 03:25:44] "GET /projects?obj_uuids=9c599a46-3264-4d95-af72-40d6b120b5ba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003272 10.0.0.23 - - [2026-06-15 03:25:45] "GET /project/9c599a46-3264-4d95-af72-40d6b120b5ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.043401 10.0.0.65 - - [2026-06-15 03:25:45] "GET /projects?obj_uuids=9c599a46-3264-4d95-af72-40d6b120b5ba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000870 10.0.0.23 - - [2026-06-15 03:25:45] "GET /project/9c599a46-3264-4d95-af72-40d6b120b5ba?fields=virtual_networks HTTP/1.1" 200 1022 0.061480 10.0.0.65 - - [2026-06-15 03:25:45] "GET /projects?obj_uuids=9c599a46-3264-4d95-af72-40d6b120b5ba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000847 10.0.0.23 - - [2026-06-15 03:25:45] "GET /project/9c599a46-3264-4d95-af72-40d6b120b5ba?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.048825 10.0.0.65 - - [2026-06-15 03:25:45] "GET /projects?obj_uuids=9c599a46-3264-4d95-af72-40d6b120b5ba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001015 10.0.0.23 - - [2026-06-15 03:25:45] "GET /project/9c599a46-3264-4d95-af72-40d6b120b5ba?fields=security_groups HTTP/1.1" 200 1243 0.037984 10.0.0.23 - - [2026-06-15 03:25:45] "POST /fqname-to-id HTTP/1.1" 404 192 0.023972 10.0.0.65 - - [2026-06-15 03:25:46] "GET /projects?obj_uuids=be15f3d0-c933-4226-9ad6-c6247a258aa7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.010569 10.0.0.65 - - [2026-06-15 03:25:46] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000877 10.0.0.65 - - [2026-06-15 03:25:46] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006917 10.0.0.65 - - [2026-06-15 03:25:46] "POST /id-to-fqname HTTP/1.1" 200 194 0.007728 10.0.0.65 - - [2026-06-15 03:25:46] "POST /fqname-to-id HTTP/1.1" 404 203 0.003582 10.0.0.65 - - [2026-06-15 03:25:46] "POST /security-groups HTTP/1.1" 200 595 0.106691 10.0.0.65 - - [2026-06-15 03:25:46] "POST /fqname-to-id HTTP/1.1" 404 238 0.002778 10.0.0.65 - - [2026-06-15 03:25:46] "POST /projects HTTP/1.1" 200 593 0.340570 10.0.0.65 - - [2026-06-15 03:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.412117 10.0.0.65 - - [2026-06-15 03:25:46] "POST /access-control-lists HTTP/1.1" 200 598 0.027870 10.0.0.23 - - [2026-06-15 03:25:46] "GET /project/be15f3d0-c933-4226-9ad6-c6247a258aa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.551170 10.0.0.23 - - [2026-06-15 03:25:47] "GET / HTTP/1.1" 200 35931 0.002346 10.0.0.23 - - [2026-06-15 03:25:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000415 10.0.0.23 - - [2026-06-15 03:25:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.055409 10.0.0.65 - - [2026-06-15 03:25:49] "GET /projects?obj_uuids=be15f3d0-c933-4226-9ad6-c6247a258aa7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000861 10.0.0.23 - - [2026-06-15 03:25:49] "GET /project/be15f3d0-c933-4226-9ad6-c6247a258aa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.043570 10.0.0.65 - - [2026-06-15 03:25:49] "GET /projects?obj_uuids=be15f3d0-c933-4226-9ad6-c6247a258aa7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001168 10.0.0.23 - - [2026-06-15 03:25:49] "POST /neutron/network HTTP/1.1" 200 623 0.124185 10.0.0.23 - - [2026-06-15 03:25:49] "POST /id-to-fqname HTTP/1.1" 200 231 0.003041 10.0.0.23 - - [2026-06-15 03:25:49] "GET /virtual-network/28c5837c-0082-474b-a306-efc29cb882aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005063 10.0.0.23 - - [2026-06-15 03:25:49] "POST /neutron/network HTTP/1.1" 200 840 0.005987 10.0.0.23 - - [2026-06-15 03:25:49] "GET /virtual-network/28c5837c-0082-474b-a306-efc29cb882aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004668 10.0.0.23 - - [2026-06-15 03:25:49] "POST /id-to-fqname HTTP/1.1" 200 231 0.001186 10.0.0.23 - - [2026-06-15 03:25:49] "POST /neutron/port HTTP/1.1" 200 4192 0.030609 10.0.0.65 - - [2026-06-15 03:25:50] "GET /projects?obj_uuids=be15f3d0-c933-4226-9ad6-c6247a258aa7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000924 10.0.0.23 - - [2026-06-15 03:25:50] "GET /project/be15f3d0-c933-4226-9ad6-c6247a258aa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.058378 10.0.0.23 - - [2026-06-15 03:25:50] "POST /neutron/port HTTP/1.1" 200 4192 0.031403 10.0.0.23 - - [2026-06-15 03:25:50] "POST /id-to-fqname HTTP/1.1" 200 231 0.001184 10.0.0.23 - - [2026-06-15 03:25:55] "POST /neutron/network HTTP/1.1" 200 850 0.007735 10.0.0.23 - - [2026-06-15 03:25:55] "POST /neutron/port HTTP/1.1" 200 1062 0.018224 10.0.0.23 - - [2026-06-15 03:25:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003522 10.0.0.23 - - [2026-06-15 03:25:56] "POST /neutron/network HTTP/1.1" 200 840 0.006141 10.0.0.23 - - [2026-06-15 03:26:00] "POST /neutron/port HTTP/1.1" 200 151 0.187456 10.0.0.65 - - [2026-06-15 03:26:10] "GET /projects?obj_uuids=be15f3d0-c933-4226-9ad6-c6247a258aa7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000875 10.0.0.23 - - [2026-06-15 03:26:10] "GET /project/be15f3d0-c933-4226-9ad6-c6247a258aa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.061420 10.0.0.23 - - [2026-06-15 03:26:10] "POST /neutron/port HTTP/1.1" 200 4192 0.039963 10.0.0.23 - - [2026-06-15 03:26:11] "POST /neutron/port HTTP/1.1" 200 117 0.005816 10.0.0.65 - - [2026-06-15 03:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.65 - - [2026-06-15 03:26:12] "GET /projects?obj_uuids=be15f3d0-c933-4226-9ad6-c6247a258aa7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000865 10.0.0.23 - - [2026-06-15 03:26:12] "GET /project/be15f3d0-c933-4226-9ad6-c6247a258aa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.052569 10.0.0.65 - - [2026-06-15 03:26:12] "GET /projects?obj_uuids=be15f3d0-c933-4226-9ad6-c6247a258aa7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001248 10.0.0.23 - - [2026-06-15 03:26:12] "GET /project/be15f3d0-c933-4226-9ad6-c6247a258aa7?fields=virtual_networks HTTP/1.1" 200 1040 0.042930 10.0.0.65 - - [2026-06-15 03:26:12] "GET /projects?obj_uuids=be15f3d0-c933-4226-9ad6-c6247a258aa7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001015 10.0.0.23 - - [2026-06-15 03:26:12] "GET /project/be15f3d0-c933-4226-9ad6-c6247a258aa7?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.046160 10.0.0.65 - - [2026-06-15 03:26:12] "GET /projects?obj_uuids=be15f3d0-c933-4226-9ad6-c6247a258aa7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000853 10.0.0.23 - - [2026-06-15 03:26:12] "GET /project/be15f3d0-c933-4226-9ad6-c6247a258aa7?fields=security_groups HTTP/1.1" 200 1270 0.042235 10.0.0.23 - - [2026-06-15 03:26:13] "POST /fqname-to-id HTTP/1.1" 404 189 0.027790 10.0.0.65 - - [2026-06-15 03:26:13] "GET /projects?obj_uuids=36435154-a313-4099-a5f2-4f323ef4462a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003240 10.0.0.65 - - [2026-06-15 03:26:13] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001162 10.0.0.65 - - [2026-06-15 03:26:13] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007703 10.0.0.65 - - [2026-06-15 03:26:13] "POST /id-to-fqname HTTP/1.1" 200 191 0.008502 10.0.0.65 - - [2026-06-15 03:26:13] "POST /fqname-to-id HTTP/1.1" 404 200 0.004375 10.0.0.65 - - [2026-06-15 03:26:13] "POST /security-groups HTTP/1.1" 200 592 0.038461 10.0.0.65 - - [2026-06-15 03:26:13] "POST /projects HTTP/1.1" 200 587 0.268842 10.0.0.65 - - [2026-06-15 03:26:13] "POST /access-control-lists HTTP/1.1" 200 597 0.030626 10.0.0.65 - - [2026-06-15 03:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.341694 10.0.0.23 - - [2026-06-15 03:26:13] "GET /project/36435154-a313-4099-a5f2-4f323ef4462a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.494056 10.0.0.65 - - [2026-06-15 03:26:13] "DELETE /project/be15f3d0c93342269ad6c6247a258aa7 HTTP/1.1" 404 173 0.009472 10.0.0.65 - - [2026-06-15 03:26:13] "DELETE /project/36435154a3134099a5f24f323ef4462a HTTP/1.1" 404 173 0.007428 10.0.0.65 - - [2026-06-15 03:26:13] "DELETE /project/9c599a4632644d95af7240d6b120b5ba HTTP/1.1" 404 173 0.011553 10.0.0.65 - - [2026-06-15 03:26:13] "DELETE /project/aed36fe88b294c308fe4b98d6d44c507 HTTP/1.1" 404 173 0.007069 10.0.0.65 - - [2026-06-15 03:26:13] "GET /projects?obj_uuids=9c599a46-3264-4d95-af72-40d6b120b5ba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000829 10.0.0.65 - - [2026-06-15 03:26:13] "GET /projects?obj_uuids=be15f3d0-c933-4226-9ad6-c6247a258aa7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000731 10.0.0.65 - - [2026-06-15 03:26:13] "GET /project/be15f3d0-c933-4226-9ad6-c6247a258aa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.047420 10.0.0.65 - - [2026-06-15 03:26:13] "GET /projects?obj_uuids=be15f3d0-c933-4226-9ad6-c6247a258aa7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000917 10.0.0.65 - - [2026-06-15 03:26:13] "GET /project/9c599a46-3264-4d95-af72-40d6b120b5ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.088151 10.0.0.65 - - [2026-06-15 03:26:13] "GET /projects?obj_uuids=9c599a46-3264-4d95-af72-40d6b120b5ba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001675 10.0.0.65 - - [2026-06-15 03:26:13] "GET /project/be15f3d0-c933-4226-9ad6-c6247a258aa7?fields=security_groups HTTP/1.1" 200 1375 0.093004 10.0.0.65 - - [2026-06-15 03:26:13] "GET /project/9c599a46-3264-4d95-af72-40d6b120b5ba?fields=security_groups HTTP/1.1" 200 1348 0.068169 10.0.0.65 - - [2026-06-15 03:26:14] "DELETE /security-group/b6f274ac-5cf3-47c6-8e1c-0698a205eb46 HTTP/1.1" 200 115 0.081095 10.0.0.65 - - [2026-06-15 03:26:14] "GET /projects?obj_uuids=be15f3d0-c933-4226-9ad6-c6247a258aa7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001013 10.0.0.65 - - [2026-06-15 03:26:14] "DELETE /security-group/8fe490b9-93bd-4421-8d28-f024f29729c4 HTTP/1.1" 200 115 0.095325 10.0.0.65 - - [2026-06-15 03:26:14] "GET /projects?obj_uuids=9c599a46-3264-4d95-af72-40d6b120b5ba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000911 10.0.0.65 - - [2026-06-15 03:26:14] "DELETE /access-control-list/668371cc-6e76-41d3-92b5-bc8576daf388 HTTP/1.1" 200 115 0.074486 10.0.0.65 - - [2026-06-15 03:26:14] "GET /project/be15f3d0-c933-4226-9ad6-c6247a258aa7?fields=application_policy_sets HTTP/1.1" 200 1414 0.073263 10.0.0.65 - - [2026-06-15 03:26:14] "GET /project/9c599a46-3264-4d95-af72-40d6b120b5ba?fields=application_policy_sets HTTP/1.1" 200 1387 0.148263 10.0.0.65 - - [2026-06-15 03:26:14] "DELETE /access-control-list/c680c736-f618-4348-bb86-a66c260d67b1 HTTP/1.1" 200 115 0.079801 10.0.0.65 - - [2026-06-15 03:26:14] "DELETE /project/be15f3d0-c933-4226-9ad6-c6247a258aa7 HTTP/1.1" 200 115 0.602044 10.0.0.65 - - [2026-06-15 03:26:14] "DELETE /project/9c599a46-3264-4d95-af72-40d6b120b5ba HTTP/1.1" 200 115 0.659878 10.0.0.23 - - [2026-06-15 03:26:15] "GET / HTTP/1.1" 200 35931 0.001807 10.0.0.23 - - [2026-06-15 03:26:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000504 10.0.0.23 - - [2026-06-15 03:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.061035 10.0.0.65 - - [2026-06-15 03:26:16] "GET /projects?obj_uuids=36435154-a313-4099-a5f2-4f323ef4462a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000773 10.0.0.23 - - [2026-06-15 03:26:16] "GET /project/36435154-a313-4099-a5f2-4f323ef4462a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.042952 10.0.0.23 - - [2026-06-15 03:26:16] "POST /neutron/network HTTP/1.1" 200 117 0.029980 10.0.0.23 - - [2026-06-15 03:26:17] "POST /neutron/network HTTP/1.1" 200 832 0.007784 10.0.0.23 - - [2026-06-15 03:26:17] "POST /id-to-fqname HTTP/1.1" 200 225 0.000933 10.0.0.23 - - [2026-06-15 03:26:17] "GET /virtual-network/b3c974a5-9779-42ad-8f4d-3c2da8fcd2cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004375 10.0.0.23 - - [2026-06-15 03:26:17] "GET /virtual-network/b3c974a5-9779-42ad-8f4d-3c2da8fcd2cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005159 10.0.0.23 - - [2026-06-15 03:26:17] "POST /neutron/subnet HTTP/1.1" 200 720 0.008100 10.0.0.23 - - [2026-06-15 03:26:17] "POST /id-to-fqname HTTP/1.1" 200 225 0.001179 10.0.0.65 - - [2026-06-15 03:26:18] "GET /projects?obj_uuids=36435154-a313-4099-a5f2-4f323ef4462a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000899 10.0.0.23 - - [2026-06-15 03:26:18] "GET /project/36435154-a313-4099-a5f2-4f323ef4462a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.056286 10.0.0.23 - - [2026-06-15 03:26:18] "POST /neutron/network HTTP/1.1" 200 832 0.025271 10.0.0.23 - - [2026-06-15 03:26:18] "POST /id-to-fqname HTTP/1.1" 200 225 0.001198 10.0.0.23 - - [2026-06-15 03:26:18] "POST /neutron/port HTTP/1.1" 200 4192 0.040173 10.0.0.65 - - [2026-06-15 03:26:19] "GET /projects?obj_uuids=36435154-a313-4099-a5f2-4f323ef4462a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001172 10.0.0.23 - - [2026-06-15 03:26:19] "GET /project/36435154-a313-4099-a5f2-4f323ef4462a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.059119 10.0.0.23 - - [2026-06-15 03:26:19] "POST /neutron/port HTTP/1.1" 200 4192 0.044934 10.0.0.23 - - [2026-06-15 03:26:19] "POST /id-to-fqname HTTP/1.1" 200 225 0.001218 10.0.0.23 - - [2026-06-15 03:26:19] "POST /neutron/network HTTP/1.1" 200 842 0.005862 10.0.0.65 - - [2026-06-15 03:26:20] "GET /projects?obj_uuids=36435154-a313-4099-a5f2-4f323ef4462a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000921 10.0.0.23 - - [2026-06-15 03:26:20] "GET /project/36435154-a313-4099-a5f2-4f323ef4462a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.060603 10.0.0.23 - - [2026-06-15 03:26:20] "POST /neutron/port HTTP/1.1" 200 117 0.007338 10.0.0.65 - - [2026-06-15 03:26:22] "GET /projects?obj_uuids=36435154-a313-4099-a5f2-4f323ef4462a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001115 10.0.0.23 - - [2026-06-15 03:26:23] "POST /neutron/port HTTP/1.1" 200 1060 0.291777 10.0.0.23 - - [2026-06-15 03:26:23] "POST /neutron/port HTTP/1.1" 200 1114 0.110172 10.0.0.23 - - [2026-06-15 03:26:24] "POST /neutron/port HTTP/1.1" 200 1060 0.016257 10.0.0.23 - - [2026-06-15 03:26:24] "POST /neutron/port HTTP/1.1" 200 1124 0.021932 10.0.0.23 - - [2026-06-15 03:26:24] "POST /neutron/port HTTP/1.1" 200 117 0.001048 10.0.0.23 - - [2026-06-15 03:26:24] "POST /neutron/network HTTP/1.1" 200 842 0.008769 10.0.0.23 - - [2026-06-15 03:26:25] "POST /neutron/port HTTP/1.1" 200 1124 0.043490 10.0.0.23 - - [2026-06-15 03:26:25] "POST /neutron/port HTTP/1.1" 200 117 0.001154 10.0.0.23 - - [2026-06-15 03:26:25] "POST /neutron/port HTTP/1.1" 200 1060 0.017597 10.0.0.23 - - [2026-06-15 03:26:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004130 10.0.0.23 - - [2026-06-15 03:26:25] "POST /neutron/port HTTP/1.1" 200 1124 0.029161 10.0.0.23 - - [2026-06-15 03:26:25] "POST /neutron/network HTTP/1.1" 200 928 0.005285 10.0.0.23 - - [2026-06-15 03:26:26] "POST /neutron/port HTTP/1.1" 200 117 0.001004 10.0.0.23 - - [2026-06-15 03:26:26] "POST /neutron/port HTTP/1.1" 200 1218 0.030475 10.0.0.23 - - [2026-06-15 03:26:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003939 10.0.0.23 - - [2026-06-15 03:26:27] "POST /neutron/port HTTP/1.1" 200 117 0.001054 10.0.0.23 - - [2026-06-15 03:26:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009410 10.0.0.23 - - [2026-06-15 03:26:41] "POST /neutron/port HTTP/1.1" 200 1124 0.016571 10.0.0.23 - - [2026-06-15 03:26:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007167 10.0.0.23 - - [2026-06-15 03:26:56] "POST /neutron/port HTTP/1.1" 200 1124 0.015008 10.0.0.23 - - [2026-06-15 03:27:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008962 10.0.0.23 - - [2026-06-15 03:27:01] "POST /neutron/port HTTP/1.1" 200 1124 0.016270 10.0.0.23 - - [2026-06-15 03:27:01] "GET /virtual-machine/ec179986-894d-46ed-a6b3-b9b01dcef66b HTTP/1.1" 401 292 0.000394 10.0.0.23 - - [2026-06-15 03:27:02] "GET /virtual-machine/ec179986-894d-46ed-a6b3-b9b01dcef66b HTTP/1.1" 200 1294 0.025845 10.0.0.23 - - [2026-06-15 03:27:02] "GET /virtual-machine-interface/a21c9ae2-f965-4625-8a31-52c4f09e3d46 HTTP/1.1" 200 2957 0.004749 10.0.0.23 - - [2026-06-15 03:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.23 - - [2026-06-15 03:27:02] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003447 10.0.0.23 - - [2026-06-15 03:27:02] "GET /virtual-networks?parent_id=36435154-a313-4099-a5f2-4f323ef4462a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002476 10.0.0.23 - - [2026-06-15 03:27:02] "GET /virtual-network/b3c974a5-9779-42ad-8f4d-3c2da8fcd2cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005453 10.0.0.23 - - [2026-06-15 03:27:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.23 - - [2026-06-15 03:27:05] "GET /virtual-network/b3c974a5-9779-42ad-8f4d-3c2da8fcd2cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004580 10.0.0.65 - - [2026-06-15 03:27:06] "GET /obj-perms HTTP/1.1" 200 4493 0.048505 10.0.0.23 - - [2026-06-15 03:27:07] "GET /obj-perms HTTP/1.1" 200 4493 0.037259 10.0.0.23 - - [2026-06-15 03:27:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.23 - - [2026-06-15 03:27:09] "GET /virtual-network/b3c974a5-9779-42ad-8f4d-3c2da8fcd2cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005126 10.0.0.23 - - [2026-06-15 03:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.23 - - [2026-06-15 03:27:13] "GET /virtual-network/b3c974a5-9779-42ad-8f4d-3c2da8fcd2cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005739 10.0.0.23 - - [2026-06-15 03:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.23 - - [2026-06-15 03:27:17] "GET /virtual-network/b3c974a5-9779-42ad-8f4d-3c2da8fcd2cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006455 10.0.0.23 - - [2026-06-15 03:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.23 - - [2026-06-15 03:27:21] "GET /virtual-network/b3c974a5-9779-42ad-8f4d-3c2da8fcd2cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005487 10.0.0.23 - - [2026-06-15 03:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.23 - - [2026-06-15 03:27:25] "GET /virtual-network/b3c974a5-9779-42ad-8f4d-3c2da8fcd2cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004463 10.0.0.23 - - [2026-06-15 03:27:27] "POST /neutron/port HTTP/1.1" 200 1218 0.016567 10.0.0.23 - - [2026-06-15 03:27:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003621 10.0.0.23 - - [2026-06-15 03:27:28] "POST /neutron/port HTTP/1.1" 200 117 0.001056 10.0.0.23 - - [2026-06-15 03:27:28] "POST /neutron/port HTTP/1.1" 200 1108 0.014672 10.0.0.23 - - [2026-06-15 03:27:28] "POST /neutron/subnet HTTP/1.1" 200 703 0.008951 10.0.0.23 - - [2026-06-15 03:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.23 - - [2026-06-15 03:27:29] "GET /virtual-network/b3c974a5-9779-42ad-8f4d-3c2da8fcd2cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005189 10.0.0.23 - - [2026-06-15 03:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.23 - - [2026-06-15 03:27:33] "GET /virtual-network/b3c974a5-9779-42ad-8f4d-3c2da8fcd2cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005269 10.0.0.23 - - [2026-06-15 03:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.23 - - [2026-06-15 03:27:37] "GET /virtual-network/b3c974a5-9779-42ad-8f4d-3c2da8fcd2cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005803 10.0.0.23 - - [2026-06-15 03:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.23 - - [2026-06-15 03:27:41] "GET /virtual-network/b3c974a5-9779-42ad-8f4d-3c2da8fcd2cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004515 10.0.0.23 - - [2026-06-15 03:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.23 - - [2026-06-15 03:27:46] "GET /virtual-network/b3c974a5-9779-42ad-8f4d-3c2da8fcd2cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008587 10.0.0.23 - - [2026-06-15 03:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005891 10.0.0.23 - - [2026-06-15 03:27:50] "GET /virtual-network/b3c974a5-9779-42ad-8f4d-3c2da8fcd2cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005636 10.0.0.23 - - [2026-06-15 03:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004964 10.0.0.23 - - [2026-06-15 03:27:54] "GET /virtual-network/b3c974a5-9779-42ad-8f4d-3c2da8fcd2cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006369 10.0.0.23 - - [2026-06-15 03:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.23 - - [2026-06-15 03:27:56] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003195 10.0.0.23 - - [2026-06-15 03:27:56] "GET /virtual-networks?parent_id=36435154-a313-4099-a5f2-4f323ef4462a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002449 10.0.0.23 - - [2026-06-15 03:27:56] "GET /virtual-network/b3c974a5-9779-42ad-8f4d-3c2da8fcd2cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005989 10.0.0.23 - - [2026-06-15 03:27:56] "POST /neutron/port HTTP/1.1" 200 1124 0.019785 10.0.0.23 - - [2026-06-15 03:27:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.023576 10.0.0.23 - - [2026-06-15 03:28:03] "POST /neutron/port HTTP/1.1" 200 1124 0.016606 10.0.0.23 - - [2026-06-15 03:28:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006483 10.0.0.33 - - [2026-06-15 03:28:07] "GET /obj-perms HTTP/1.1" 200 4493 0.038350 10.0.0.23 - - [2026-06-15 03:28:11] "POST /neutron/port HTTP/1.1" 200 1124 0.015665 10.0.0.23 - - [2026-06-15 03:28:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007396 10.0.0.23 - - [2026-06-15 03:28:26] "POST /neutron/port HTTP/1.1" 200 1124 0.019454 10.0.0.23 - - [2026-06-15 03:28:28] "POST /neutron/port HTTP/1.1" 200 1218 0.016037 10.0.0.23 - - [2026-06-15 03:28:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004215 10.0.0.23 - - [2026-06-15 03:28:29] "POST /neutron/network HTTP/1.1" 200 928 0.007408 10.0.0.23 - - [2026-06-15 03:28:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003927 10.0.0.23 - - [2026-06-15 03:28:30] "POST /neutron/port HTTP/1.1" 200 117 0.001112 10.0.0.23 - - [2026-06-15 03:28:32] "POST /neutron/port HTTP/1.1" 200 1124 0.019230 10.0.0.23 - - [2026-06-15 03:28:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006655 10.0.0.23 - - [2026-06-15 03:28:32] "GET /virtual-machine/a52c7d4e-8497-4cff-ad02-0ab7604ef27d HTTP/1.1" 200 1294 0.005790 10.0.0.23 - - [2026-06-15 03:28:32] "GET /virtual-machine-interface/3a5c81f9-c101-424f-be44-0a35d895606e HTTP/1.1" 200 2957 0.004648 10.0.0.23 - - [2026-06-15 03:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.23 - - [2026-06-15 03:28:32] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003726 10.0.0.23 - - [2026-06-15 03:28:32] "GET /virtual-networks?parent_id=36435154-a313-4099-a5f2-4f323ef4462a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002556 10.0.0.23 - - [2026-06-15 03:28:32] "GET /virtual-network/b3c974a5-9779-42ad-8f4d-3c2da8fcd2cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006939 10.0.0.23 - - [2026-06-15 03:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.23 - - [2026-06-15 03:28:33] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003848 10.0.0.23 - - [2026-06-15 03:28:33] "GET /virtual-networks?parent_id=36435154-a313-4099-a5f2-4f323ef4462a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003605 10.0.0.23 - - [2026-06-15 03:28:33] "GET /virtual-network/b3c974a5-9779-42ad-8f4d-3c2da8fcd2cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005627 10.0.0.23 - - [2026-06-15 03:28:33] "POST /neutron/port HTTP/1.1" 200 1124 0.016865 10.0.0.23 - - [2026-06-15 03:28:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006911 10.0.0.23 - - [2026-06-15 03:28:33] "GET /virtual-machine/5cdb58e8-b735-45ec-a249-0dd37177d037 HTTP/1.1" 200 1293 0.006661 10.0.0.23 - - [2026-06-15 03:28:33] "GET /virtual-machine-interface/4069d204-4e8b-4fbe-b0ba-e9c03ef53e39 HTTP/1.1" 200 2957 0.004961 10.0.0.23 - - [2026-06-15 03:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.23 - - [2026-06-15 03:28:33] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003890 10.0.0.23 - - [2026-06-15 03:28:33] "GET /virtual-networks?parent_id=36435154-a313-4099-a5f2-4f323ef4462a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002575 10.0.0.23 - - [2026-06-15 03:28:33] "GET /virtual-network/b3c974a5-9779-42ad-8f4d-3c2da8fcd2cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005012 10.0.0.23 - - [2026-06-15 03:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.23 - - [2026-06-15 03:28:34] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003105 10.0.0.23 - - [2026-06-15 03:28:34] "GET /virtual-networks?parent_id=36435154-a313-4099-a5f2-4f323ef4462a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002373 10.0.0.23 - - [2026-06-15 03:28:35] "GET /virtual-network/b3c974a5-9779-42ad-8f4d-3c2da8fcd2cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005711 10.0.0.23 - - [2026-06-15 03:28:35] "POST /fqname-to-id HTTP/1.1" 404 198 0.003123 10.0.0.23 - - [2026-06-15 03:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002513 10.0.0.23 - - [2026-06-15 03:28:35] "GET /global-system-config/93343182-1da7-4da1-b8be-799ffec2cffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006934 10.0.0.23 - - [2026-06-15 03:28:35] "POST /control-node-zones HTTP/1.1" 200 569 0.026614 10.0.0.23 - - [2026-06-15 03:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.23 - - [2026-06-15 03:28:35] "GET /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.004799 10.0.0.23 - - [2026-06-15 03:28:35] "GET /control-node-zone/85067e99-6162-42e7-82bb-d84d740b6b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.005761 10.0.0.23 - - [2026-06-15 03:28:35] "PUT /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b HTTP/1.1" 200 254 0.018322 10.0.0.23 - - [2026-06-15 03:28:35] "POST /fqname-to-id HTTP/1.1" 404 198 0.003612 10.0.0.23 - - [2026-06-15 03:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.23 - - [2026-06-15 03:28:35] "GET /global-system-config/93343182-1da7-4da1-b8be-799ffec2cffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.005886 10.0.0.23 - - [2026-06-15 03:28:35] "POST /control-node-zones HTTP/1.1" 200 569 0.024491 10.0.0.23 - - [2026-06-15 03:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.23 - - [2026-06-15 03:28:35] "GET /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004510 10.0.0.23 - - [2026-06-15 03:28:35] "GET /control-node-zone/a2f39bd9-f7d9-48e5-96b3-ccf08895c000?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006291 10.0.0.23 - - [2026-06-15 03:28:35] "PUT /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9 HTTP/1.1" 200 254 0.020543 10.0.0.23 - - [2026-06-15 03:28:35] "POST /fqname-to-id HTTP/1.1" 404 198 0.010808 10.0.0.23 - - [2026-06-15 03:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004141 10.0.0.23 - - [2026-06-15 03:28:35] "GET /global-system-config/93343182-1da7-4da1-b8be-799ffec2cffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006858 10.0.0.23 - - [2026-06-15 03:28:35] "POST /control-node-zones HTTP/1.1" 200 569 0.032833 10.0.0.23 - - [2026-06-15 03:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.23 - - [2026-06-15 03:28:36] "GET /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007605 10.0.0.23 - - [2026-06-15 03:28:36] "GET /control-node-zone/78f07857-3beb-42b3-8534-0431cfd9e2b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.009104 10.0.0.23 - - [2026-06-15 03:28:36] "PUT /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475 HTTP/1.1" 200 254 0.020115 10.0.0.23 - - [2026-06-15 03:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.23 - - [2026-06-15 03:28:36] "GET /global-system-config/93343182-1da7-4da1-b8be-799ffec2cffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.005456 10.0.0.23 - - [2026-06-15 03:28:36] "POST /fqname-to-id HTTP/1.1" 404 234 0.002817 10.0.0.23 - - [2026-06-15 03:28:36] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.034161 10.0.0.23 - - [2026-06-15 03:28:36] "POST /neutron/network HTTP/1.1" 200 832 0.008256 10.0.0.23 - - [2026-06-15 03:28:36] "POST /neutron/subnet HTTP/1.1" 200 720 0.008339 10.0.0.23 - - [2026-06-15 03:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.23 - - [2026-06-15 03:28:36] "GET /bgp-as-a-service/a0c90914-e648-403a-a243-f64dbbee5daa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.005344 10.0.0.23 - - [2026-06-15 03:28:36] "GET /control-node-zone/85067e99-6162-42e7-82bb-d84d740b6b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.003560 10.0.0.23 - - [2026-06-15 03:28:36] "POST /ref-update HTTP/1.1" 200 156 0.014063 10.0.0.23 - - [2026-06-15 03:28:47] "GET /bgp-as-a-service/a0c90914-e648-403a-a243-f64dbbee5daa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.007679 10.0.0.23 - - [2026-06-15 03:28:47] "GET /virtual-machine-interface/a21c9ae2-f965-4625-8a31-52c4f09e3d46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.004663 10.0.0.23 - - [2026-06-15 03:28:47] "POST /ref-update HTTP/1.1" 200 156 0.013360 10.0.0.65 - - [2026-06-15 03:28:47] "POST /bgp-routers HTTP/1.1" 200 594 0.052907 10.0.0.65 - - [2026-06-15 03:28:47] "POST /ref-update HTTP/1.1" 200 156 0.023047 10.0.0.23 - - [2026-06-15 03:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005204 10.0.0.23 - - [2026-06-15 03:28:48] "GET /global-system-config/93343182-1da7-4da1-b8be-799ffec2cffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.007018 10.0.0.23 - - [2026-06-15 03:28:48] "POST /fqname-to-id HTTP/1.1" 404 234 0.005891 10.0.0.23 - - [2026-06-15 03:28:48] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.058721 10.0.0.23 - - [2026-06-15 03:28:48] "POST /neutron/network HTTP/1.1" 200 832 0.008755 10.0.0.23 - - [2026-06-15 03:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005484 10.0.0.23 - - [2026-06-15 03:28:48] "GET /bgp-as-a-service/864c28ed-500c-457e-b873-42b0534bda97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1546 0.009355 10.0.0.23 - - [2026-06-15 03:28:48] "GET /control-node-zone/a2f39bd9-f7d9-48e5-96b3-ccf08895c000?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004756 10.0.0.23 - - [2026-06-15 03:28:48] "POST /ref-update HTTP/1.1" 200 156 0.022799 10.0.0.23 - - [2026-06-15 03:28:51] "GET /bgp-as-a-service/864c28ed-500c-457e-b873-42b0534bda97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.006639 10.0.0.23 - - [2026-06-15 03:28:51] "GET /virtual-machine-interface/3a5c81f9-c101-424f-be44-0a35d895606e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.005190 10.0.0.23 - - [2026-06-15 03:28:52] "POST /ref-update HTTP/1.1" 200 156 0.013913 10.0.0.65 - - [2026-06-15 03:28:52] "POST /ref-update HTTP/1.1" 200 156 0.034144 10.0.0.33 - - [2026-06-15 03:28:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.33 - - [2026-06-15 03:28:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.65 - - [2026-06-15 03:28:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.65 - - [2026-06-15 03:28:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000320 10.0.0.65 - - [2026-06-15 03:28:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.65 - - [2026-06-15 03:28:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000630 10.0.0.23 - - [2026-06-15 03:28:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.23 - - [2026-06-15 03:28:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.33 - - [2026-06-15 03:28:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000512 10.0.0.33 - - [2026-06-15 03:28:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000328 10.0.0.23 - - [2026-06-15 03:28:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000460 10.0.0.23 - - [2026-06-15 03:28:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000514 10.0.0.23 - - [2026-06-15 03:29:02] "GET /control-node-zone/85067e99-6162-42e7-82bb-d84d740b6b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.004032 10.0.0.23 - - [2026-06-15 03:29:02] "POST /ref-update HTTP/1.1" 200 156 0.018925 10.0.0.23 - - [2026-06-15 03:29:02] "GET /control-node-zone/a2f39bd9-f7d9-48e5-96b3-ccf08895c000?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004075 10.0.0.23 - - [2026-06-15 03:29:02] "POST /ref-update HTTP/1.1" 200 156 0.019277 10.0.0.23 - - [2026-06-15 03:29:02] "GET /control-node-zone/78f07857-3beb-42b3-8534-0431cfd9e2b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.004468 10.0.0.23 - - [2026-06-15 03:29:02] "POST /ref-update HTTP/1.1" 200 156 0.019619 10.0.0.23 - - [2026-06-15 03:29:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.23 - - [2026-06-15 03:29:02] "GET /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004548 10.0.0.23 - - [2026-06-15 03:29:02] "GET /control-node-zone/85067e99-6162-42e7-82bb-d84d740b6b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.003658 10.0.0.23 - - [2026-06-15 03:29:02] "PUT /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475 HTTP/1.1" 200 254 0.025770 10.0.0.23 - - [2026-06-15 03:29:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.23 - - [2026-06-15 03:29:02] "GET /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004694 10.0.0.23 - - [2026-06-15 03:29:02] "GET /control-node-zone/a2f39bd9-f7d9-48e5-96b3-ccf08895c000?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003430 10.0.0.23 - - [2026-06-15 03:29:03] "PUT /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9 HTTP/1.1" 200 254 0.021176 10.0.0.23 - - [2026-06-15 03:29:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.23 - - [2026-06-15 03:29:03] "GET /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.005298 10.0.0.23 - - [2026-06-15 03:29:03] "GET /control-node-zone/78f07857-3beb-42b3-8534-0431cfd9e2b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.003764 10.0.0.23 - - [2026-06-15 03:29:03] "PUT /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b HTTP/1.1" 200 254 0.017078 10.0.0.23 - - [2026-06-15 03:29:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.23 - - [2026-06-15 03:29:19] "GET /bgp-as-a-service/a0c90914-e648-403a-a243-f64dbbee5daa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.005078 10.0.0.23 - - [2026-06-15 03:29:19] "GET /control-node-zone/85067e99-6162-42e7-82bb-d84d740b6b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.002714 10.0.0.23 - - [2026-06-15 03:29:19] "POST /ref-update HTTP/1.1" 200 156 0.017498 10.0.0.23 - - [2026-06-15 03:29:19] "GET /control-node-zone/85067e99-6162-42e7-82bb-d84d740b6b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.004243 10.0.0.23 - - [2026-06-15 03:29:19] "POST /ref-update HTTP/1.1" 200 156 0.020029 10.0.0.23 - - [2026-06-15 03:29:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.23 - - [2026-06-15 03:29:19] "GET /global-system-config/93343182-1da7-4da1-b8be-799ffec2cffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.007368 10.0.0.23 - - [2026-06-15 03:29:19] "POST /neutron/subnet HTTP/1.1" 200 720 0.010344 10.0.0.23 - - [2026-06-15 03:29:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.23 - - [2026-06-15 03:29:19] "GET /bgp-as-a-service/a0c90914-e648-403a-a243-f64dbbee5daa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.005983 10.0.0.23 - - [2026-06-15 03:29:19] "GET /control-node-zone/78f07857-3beb-42b3-8534-0431cfd9e2b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.004554 10.0.0.23 - - [2026-06-15 03:29:19] "POST /ref-update HTTP/1.1" 200 156 0.014497 10.0.0.23 - - [2026-06-15 03:29:20] "GET /bgp-as-a-service/a0c90914-e648-403a-a243-f64dbbee5daa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.008867 10.0.0.23 - - [2026-06-15 03:29:20] "GET /virtual-machine-interface/a21c9ae2-f965-4625-8a31-52c4f09e3d46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.006959 10.0.0.23 - - [2026-06-15 03:29:28] "POST /neutron/port HTTP/1.1" 200 1124 0.019327 10.0.0.23 - - [2026-06-15 03:29:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003848 10.0.0.23 - - [2026-06-15 03:29:29] "POST /neutron/network HTTP/1.1" 200 832 0.006002 10.0.0.23 - - [2026-06-15 03:29:31] "POST /neutron/network HTTP/1.1" 200 938 0.024001 10.0.0.23 - - [2026-06-15 03:29:31] "POST /neutron/port HTTP/1.1" 200 117 0.001385 10.0.0.23 - - [2026-06-15 03:29:37] "GET /bgp-as-a-service/a0c90914-e648-403a-a243-f64dbbee5daa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.003824 10.0.0.23 - - [2026-06-15 03:29:37] "GET /virtual-machine-interface/a21c9ae2-f965-4625-8a31-52c4f09e3d46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.005040 10.0.0.23 - - [2026-06-15 03:29:37] "POST /ref-update HTTP/1.1" 200 156 0.012059 10.0.0.23 - - [2026-06-15 03:29:37] "GET /bgp-as-a-service/864c28ed-500c-457e-b873-42b0534bda97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2446 0.005715 10.0.0.23 - - [2026-06-15 03:29:37] "GET /virtual-machine-interface/3a5c81f9-c101-424f-be44-0a35d895606e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.012488 10.0.0.23 - - [2026-06-15 03:29:37] "POST /ref-update HTTP/1.1" 200 156 0.015655 10.0.0.23 - - [2026-06-15 03:29:37] "DELETE /bgp-as-a-service/864c28ed-500c-457e-b873-42b0534bda97 HTTP/1.1" 200 115 0.040757 10.0.0.23 - - [2026-06-15 03:29:37] "GET /bgp-as-a-service/a0c90914-e648-403a-a243-f64dbbee5daa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.005097 10.0.0.23 - - [2026-06-15 03:29:37] "GET /virtual-machine-interface/a21c9ae2-f965-4625-8a31-52c4f09e3d46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.006970 10.0.0.23 - - [2026-06-15 03:29:37] "DELETE /bgp-as-a-service/a0c90914-e648-403a-a243-f64dbbee5daa HTTP/1.1" 200 115 0.042022 10.0.0.23 - - [2026-06-15 03:29:37] "GET /control-node-zone/78f07857-3beb-42b3-8534-0431cfd9e2b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.004624 10.0.0.23 - - [2026-06-15 03:29:37] "POST /ref-update HTTP/1.1" 200 156 0.016171 10.0.0.23 - - [2026-06-15 03:29:37] "DELETE /control-node-zone/78f07857-3beb-42b3-8534-0431cfd9e2b3 HTTP/1.1" 200 115 0.037980 10.0.0.23 - - [2026-06-15 03:29:37] "GET /control-node-zone/a2f39bd9-f7d9-48e5-96b3-ccf08895c000?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005344 10.0.0.23 - - [2026-06-15 03:29:37] "POST /ref-update HTTP/1.1" 200 156 0.015356 10.0.0.65 - - [2026-06-15 03:29:37] "POST /ref-update HTTP/1.1" 404 171 0.006348 10.0.0.23 - - [2026-06-15 03:29:37] "DELETE /control-node-zone/a2f39bd9-f7d9-48e5-96b3-ccf08895c000 HTTP/1.1" 200 115 0.034780 10.0.0.23 - - [2026-06-15 03:29:37] "GET /control-node-zone/85067e99-6162-42e7-82bb-d84d740b6b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.003632 10.0.0.23 - - [2026-06-15 03:29:37] "DELETE /control-node-zone/85067e99-6162-42e7-82bb-d84d740b6b82 HTTP/1.1" 200 115 0.048575 10.0.0.65 - - [2026-06-15 03:29:37] "POST /ref-update HTTP/1.1" 200 156 0.028078 10.0.0.23 - - [2026-06-15 03:29:38] "POST /neutron/network HTTP/1.1" 400 204 0.011392 10.0.0.23 - - [2026-06-15 03:29:40] "POST /neutron/port HTTP/1.1" 200 151 0.153024 10.0.0.23 - - [2026-06-15 03:29:40] "POST /neutron/port HTTP/1.1" 200 1124 0.029090 10.0.0.23 - - [2026-06-15 03:29:40] "POST /neutron/port HTTP/1.1" 200 151 0.227557 10.0.0.23 - - [2026-06-15 03:29:42] "POST /neutron/network HTTP/1.1" 200 832 0.006532 10.0.0.65 - - [2026-06-15 03:29:42] "DELETE /route-target/ef6174c0-f3b8-4c75-9440-5172773403c5 HTTP/1.1" 200 115 0.028865 10.0.0.23 - - [2026-06-15 03:29:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004324 10.0.0.65 - - [2026-06-15 03:29:45] "GET /projects?obj_uuids=36435154-a313-4099-a5f2-4f323ef4462a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.059646 10.0.0.23 - - [2026-06-15 03:29:45] "GET /project/36435154-a313-4099-a5f2-4f323ef4462a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.125994 10.0.0.65 - - [2026-06-15 03:29:45] "GET /projects?obj_uuids=36435154-a313-4099-a5f2-4f323ef4462a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001276 10.0.0.23 - - [2026-06-15 03:29:45] "POST /neutron/network HTTP/1.1" 200 614 0.150788 10.0.0.23 - - [2026-06-15 03:29:45] "POST /id-to-fqname HTTP/1.1" 200 225 0.003609 10.0.0.23 - - [2026-06-15 03:29:45] "GET /virtual-network/99dd14dd-843e-4732-8066-a83aaf85234c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005875 10.0.0.23 - - [2026-06-15 03:29:45] "POST /neutron/network HTTP/1.1" 200 834 0.015928 10.0.0.23 - - [2026-06-15 03:29:45] "GET /virtual-network/99dd14dd-843e-4732-8066-a83aaf85234c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006574 10.0.0.23 - - [2026-06-15 03:29:45] "POST /id-to-fqname HTTP/1.1" 200 225 0.001139 10.0.0.23 - - [2026-06-15 03:29:46] "POST /neutron/port HTTP/1.1" 200 4192 0.040278 10.0.0.65 - - [2026-06-15 03:29:46] "GET /projects?obj_uuids=36435154-a313-4099-a5f2-4f323ef4462a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001280 10.0.0.23 - - [2026-06-15 03:29:46] "GET /project/36435154-a313-4099-a5f2-4f323ef4462a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.079731 10.0.0.23 - - [2026-06-15 03:29:47] "POST /neutron/port HTTP/1.1" 200 4192 0.041029 10.0.0.23 - - [2026-06-15 03:29:47] "POST /id-to-fqname HTTP/1.1" 200 225 0.002085 10.0.0.23 - - [2026-06-15 03:29:47] "POST /neutron/network HTTP/1.1" 200 844 0.008196 10.0.0.65 - - [2026-06-15 03:29:48] "GET /projects?obj_uuids=36435154-a313-4099-a5f2-4f323ef4462a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000827 10.0.0.23 - - [2026-06-15 03:29:48] "GET /project/36435154-a313-4099-a5f2-4f323ef4462a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.082308 10.0.0.23 - - [2026-06-15 03:29:48] "POST /neutron/port HTTP/1.1" 200 117 0.005738 10.0.0.23 - - [2026-06-15 03:29:48] "POST /id-to-fqname HTTP/1.1" 200 225 0.001097 10.0.0.65 - - [2026-06-15 03:29:49] "GET /projects?obj_uuids=36435154-a313-4099-a5f2-4f323ef4462a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000899 10.0.0.23 - - [2026-06-15 03:29:49] "GET /project/36435154-a313-4099-a5f2-4f323ef4462a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.079861 10.0.0.23 - - [2026-06-15 03:29:49] "POST /neutron/network HTTP/1.1" 200 834 0.007419 10.0.0.23 - - [2026-06-15 03:29:49] "POST /neutron/port HTTP/1.1" 200 117 0.005762 10.0.0.23 - - [2026-06-15 03:29:51] "POST /neutron/port HTTP/1.1" 200 1062 0.018038 10.0.0.23 - - [2026-06-15 03:29:52] "POST /neutron/network HTTP/1.1" 200 844 0.006440 10.0.0.23 - - [2026-06-15 03:29:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006439 10.0.0.23 - - [2026-06-15 03:29:52] "POST /neutron/port HTTP/1.1" 200 1062 0.014936 10.0.0.23 - - [2026-06-15 03:29:52] "POST /neutron/network HTTP/1.1" 200 834 0.005597 10.0.0.23 - - [2026-06-15 03:29:54] "POST /neutron/port HTTP/1.1" 200 1126 0.019715 10.0.0.23 - - [2026-06-15 03:29:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003837 10.0.0.23 - - [2026-06-15 03:29:54] "POST /neutron/port HTTP/1.1" 200 117 0.001078 10.0.0.23 - - [2026-06-15 03:29:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008282 10.0.0.23 - - [2026-06-15 03:29:55] "POST /neutron/subnet HTTP/1.1" 200 703 0.009754 10.0.0.23 - - [2026-06-15 03:29:59] "POST /neutron/port HTTP/1.1" 200 1126 0.018478 10.0.0.23 - - [2026-06-15 03:30:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006764 10.0.0.23 - - [2026-06-15 03:30:00] "GET /virtual-machine/51eeb81a-7e64-4910-bd8e-e8700b8a225d HTTP/1.1" 200 1293 0.007278 10.0.0.23 - - [2026-06-15 03:30:00] "GET /virtual-machine-interface/b9bbd4a9-e2f9-4fce-87df-1fda26a95f95 HTTP/1.1" 200 2957 0.005389 10.0.0.23 - - [2026-06-15 03:30:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004805 10.0.0.23 - - [2026-06-15 03:30:00] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005093 10.0.0.23 - - [2026-06-15 03:30:00] "GET /virtual-networks?parent_id=36435154-a313-4099-a5f2-4f323ef4462a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004198 10.0.0.23 - - [2026-06-15 03:30:00] "GET /virtual-network/99dd14dd-843e-4732-8066-a83aaf85234c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006672 10.0.0.23 - - [2026-06-15 03:30:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.23 - - [2026-06-15 03:30:03] "GET /virtual-network/99dd14dd-843e-4732-8066-a83aaf85234c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006654 10.0.0.23 - - [2026-06-15 03:30:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.23 - - [2026-06-15 03:30:07] "GET /virtual-network/99dd14dd-843e-4732-8066-a83aaf85234c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005013 10.0.0.23 - - [2026-06-15 03:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.23 - - [2026-06-15 03:30:11] "GET /virtual-network/99dd14dd-843e-4732-8066-a83aaf85234c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006298 10.0.0.23 - - [2026-06-15 03:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.23 - - [2026-06-15 03:30:15] "GET /virtual-network/99dd14dd-843e-4732-8066-a83aaf85234c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005253 10.0.0.23 - - [2026-06-15 03:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.23 - - [2026-06-15 03:30:19] "GET /virtual-network/99dd14dd-843e-4732-8066-a83aaf85234c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005976 10.0.0.23 - - [2026-06-15 03:30:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.23 - - [2026-06-15 03:30:23] "GET /virtual-network/99dd14dd-843e-4732-8066-a83aaf85234c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005483 10.0.0.23 - - [2026-06-15 03:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.23 - - [2026-06-15 03:30:27] "GET /virtual-network/99dd14dd-843e-4732-8066-a83aaf85234c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005425 10.0.0.23 - - [2026-06-15 03:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.23 - - [2026-06-15 03:30:32] "GET /virtual-network/99dd14dd-843e-4732-8066-a83aaf85234c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004812 10.0.0.23 - - [2026-06-15 03:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.23 - - [2026-06-15 03:30:36] "GET /virtual-network/99dd14dd-843e-4732-8066-a83aaf85234c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004987 10.0.0.23 - - [2026-06-15 03:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.23 - - [2026-06-15 03:30:40] "GET /virtual-network/99dd14dd-843e-4732-8066-a83aaf85234c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005272 10.0.0.23 - - [2026-06-15 03:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.23 - - [2026-06-15 03:30:44] "GET /virtual-network/99dd14dd-843e-4732-8066-a83aaf85234c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005647 10.0.0.23 - - [2026-06-15 03:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004689 10.0.0.23 - - [2026-06-15 03:30:48] "GET /virtual-network/99dd14dd-843e-4732-8066-a83aaf85234c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006604 10.0.0.23 - - [2026-06-15 03:30:48] "POST /neutron/port HTTP/1.1" 200 1126 0.015492 10.0.0.23 - - [2026-06-15 03:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.23 - - [2026-06-15 03:30:52] "GET /virtual-network/99dd14dd-843e-4732-8066-a83aaf85234c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005207 10.0.0.23 - - [2026-06-15 03:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.23 - - [2026-06-15 03:30:56] "GET /virtual-network/99dd14dd-843e-4732-8066-a83aaf85234c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005969 10.0.0.23 - - [2026-06-15 03:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.23 - - [2026-06-15 03:31:00] "GET /virtual-network/99dd14dd-843e-4732-8066-a83aaf85234c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005204 10.0.0.23 - - [2026-06-15 03:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004323 10.0.0.23 - - [2026-06-15 03:31:02] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005242 10.0.0.23 - - [2026-06-15 03:31:02] "GET /virtual-networks?parent_id=36435154-a313-4099-a5f2-4f323ef4462a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004051 10.0.0.23 - - [2026-06-15 03:31:02] "GET /virtual-network/99dd14dd-843e-4732-8066-a83aaf85234c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.008559 10.0.0.23 - - [2026-06-15 03:31:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008382 10.0.0.65 - - [2026-06-15 03:31:10] "GET /obj-perms HTTP/1.1" 200 4493 0.039714 10.0.0.23 - - [2026-06-15 03:31:12] "POST /neutron/port HTTP/1.1" 200 1126 0.020969 10.0.0.23 - - [2026-06-15 03:31:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006836 10.0.0.23 - - [2026-06-15 03:31:18] "POST /neutron/port HTTP/1.1" 200 1126 0.041714 10.0.0.23 - - [2026-06-15 03:31:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006994 10.0.0.23 - - [2026-06-15 03:31:31] "POST /neutron/port HTTP/1.1" 200 1218 0.036480 10.0.0.23 - - [2026-06-15 03:31:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003552 10.0.0.23 - - [2026-06-15 03:31:33] "POST /neutron/port HTTP/1.1" 200 117 0.001011 10.0.0.23 - - [2026-06-15 03:31:34] "POST /neutron/port HTTP/1.1" 200 1126 0.018893 10.0.0.23 - - [2026-06-15 03:31:38] "POST /neutron/port HTTP/1.1" 200 1218 0.017038 10.0.0.23 - - [2026-06-15 03:31:39] "POST /neutron/network HTTP/1.1" 200 1123 0.008238 10.0.0.23 - - [2026-06-15 03:31:39] "POST /neutron/subnet HTTP/1.1" 200 1385 0.014221 10.0.0.23 - - [2026-06-15 03:31:39] "POST /neutron/network HTTP/1.1" 200 1113 0.009805 10.0.0.23 - - [2026-06-15 03:31:44] "POST /neutron/port HTTP/1.1" 200 1126 0.014186 10.0.0.23 - - [2026-06-15 03:31:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006413 10.0.0.23 - - [2026-06-15 03:31:44] "GET /virtual-machine/1dea6a8f-6e1a-495d-9c59-98a454da98f9 HTTP/1.1" 200 1293 0.005375 10.0.0.23 - - [2026-06-15 03:31:44] "GET /virtual-machine-interface/4941ee87-94ef-4595-bd99-417e058f0af4 HTTP/1.1" 200 2957 0.004652 10.0.0.23 - - [2026-06-15 03:31:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.017292 10.0.0.23 - - [2026-06-15 03:31:44] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003079 10.0.0.23 - - [2026-06-15 03:31:44] "GET /virtual-networks?parent_id=36435154-a313-4099-a5f2-4f323ef4462a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003104 10.0.0.23 - - [2026-06-15 03:31:44] "GET /virtual-network/99dd14dd-843e-4732-8066-a83aaf85234c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006819 10.0.0.23 - - [2026-06-15 03:31:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005141 10.0.0.23 - - [2026-06-15 03:31:45] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006555 10.0.0.23 - - [2026-06-15 03:31:45] "GET /virtual-networks?parent_id=36435154-a313-4099-a5f2-4f323ef4462a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.011306 10.0.0.23 - - [2026-06-15 03:31:45] "GET /virtual-network/99dd14dd-843e-4732-8066-a83aaf85234c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006374 10.0.0.23 - - [2026-06-15 03:31:46] "POST /neutron/port HTTP/1.1" 200 1126 0.016933 10.0.0.23 - - [2026-06-15 03:31:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007121 10.0.0.23 - - [2026-06-15 03:31:46] "GET /virtual-machine/8fa54944-a072-48cc-b250-097d7d5a952a HTTP/1.1" 200 1294 0.012850 10.0.0.23 - - [2026-06-15 03:31:46] "GET /virtual-machine-interface/dece2ac4-3781-4a72-8815-067b7fbe3883 HTTP/1.1" 200 2957 0.005621 10.0.0.23 - - [2026-06-15 03:31:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.23 - - [2026-06-15 03:31:46] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003393 10.0.0.23 - - [2026-06-15 03:31:46] "GET /virtual-networks?parent_id=36435154-a313-4099-a5f2-4f323ef4462a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002690 10.0.0.23 - - [2026-06-15 03:31:46] "GET /virtual-network/99dd14dd-843e-4732-8066-a83aaf85234c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005566 10.0.0.23 - - [2026-06-15 03:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.23 - - [2026-06-15 03:31:47] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003373 10.0.0.23 - - [2026-06-15 03:31:47] "GET /virtual-networks?parent_id=36435154-a313-4099-a5f2-4f323ef4462a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002609 10.0.0.23 - - [2026-06-15 03:31:47] "GET /virtual-network/99dd14dd-843e-4732-8066-a83aaf85234c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005584 10.0.0.23 - - [2026-06-15 03:31:47] "POST /fqname-to-id HTTP/1.1" 404 198 0.003600 10.0.0.23 - - [2026-06-15 03:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.008207 10.0.0.23 - - [2026-06-15 03:31:47] "GET /global-system-config/93343182-1da7-4da1-b8be-799ffec2cffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006193 10.0.0.23 - - [2026-06-15 03:31:47] "POST /control-node-zones HTTP/1.1" 200 569 0.028557 10.0.0.23 - - [2026-06-15 03:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.23 - - [2026-06-15 03:31:48] "GET /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.004424 10.0.0.23 - - [2026-06-15 03:31:48] "GET /control-node-zone/c284b94c-0763-47b7-981e-e57b2e7e0338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.016342 10.0.0.23 - - [2026-06-15 03:31:48] "PUT /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b HTTP/1.1" 200 254 0.023346 10.0.0.23 - - [2026-06-15 03:31:48] "POST /fqname-to-id HTTP/1.1" 404 198 0.003068 10.0.0.23 - - [2026-06-15 03:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.23 - - [2026-06-15 03:31:48] "GET /global-system-config/93343182-1da7-4da1-b8be-799ffec2cffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.005852 10.0.0.23 - - [2026-06-15 03:31:48] "POST /control-node-zones HTTP/1.1" 200 569 0.024977 10.0.0.23 - - [2026-06-15 03:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.009785 10.0.0.23 - - [2026-06-15 03:31:48] "GET /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004646 10.0.0.23 - - [2026-06-15 03:31:48] "GET /control-node-zone/c3b1faa3-1a94-4305-8550-4672bf219e2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.005142 10.0.0.23 - - [2026-06-15 03:31:48] "PUT /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9 HTTP/1.1" 200 254 0.019191 10.0.0.23 - - [2026-06-15 03:31:48] "POST /fqname-to-id HTTP/1.1" 404 198 0.003099 10.0.0.23 - - [2026-06-15 03:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.23 - - [2026-06-15 03:31:48] "GET /global-system-config/93343182-1da7-4da1-b8be-799ffec2cffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.007614 10.0.0.23 - - [2026-06-15 03:31:48] "POST /control-node-zones HTTP/1.1" 200 569 0.034497 10.0.0.23 - - [2026-06-15 03:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004065 10.0.0.23 - - [2026-06-15 03:31:48] "GET /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006995 10.0.0.23 - - [2026-06-15 03:31:48] "GET /control-node-zone/6ee159ec-c050-424e-9adf-a8390f049bf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.006202 10.0.0.23 - - [2026-06-15 03:31:48] "PUT /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475 HTTP/1.1" 200 254 0.029011 10.0.0.23 - - [2026-06-15 03:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.23 - - [2026-06-15 03:31:48] "GET /global-system-config/93343182-1da7-4da1-b8be-799ffec2cffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.008487 10.0.0.23 - - [2026-06-15 03:31:48] "POST /fqname-to-id HTTP/1.1" 404 234 0.003735 10.0.0.23 - - [2026-06-15 03:31:49] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.032885 10.0.0.23 - - [2026-06-15 03:31:49] "POST /neutron/network HTTP/1.1" 200 834 0.008278 10.0.0.23 - - [2026-06-15 03:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.23 - - [2026-06-15 03:31:49] "GET /bgp-as-a-service/a28fa92b-4eee-4481-b454-8c448b4184e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.006541 10.0.0.23 - - [2026-06-15 03:31:49] "GET /control-node-zone/c284b94c-0763-47b7-981e-e57b2e7e0338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006207 10.0.0.23 - - [2026-06-15 03:31:49] "POST /ref-update HTTP/1.1" 200 156 0.016161 10.0.0.23 - - [2026-06-15 03:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.23 - - [2026-06-15 03:31:49] "GET /bgp-as-a-service/a28fa92b-4eee-4481-b454-8c448b4184e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.008423 10.0.0.23 - - [2026-06-15 03:31:49] "GET /control-node-zone/c3b1faa3-1a94-4305-8550-4672bf219e2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004138 10.0.0.23 - - [2026-06-15 03:31:49] "POST /ref-update HTTP/1.1" 200 156 0.024222 10.0.0.23 - - [2026-06-15 03:32:00] "GET /bgp-as-a-service/a28fa92b-4eee-4481-b454-8c448b4184e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005515 10.0.0.23 - - [2026-06-15 03:32:00] "GET /virtual-machine-interface/b9bbd4a9-e2f9-4fce-87df-1fda26a95f95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.005384 10.0.0.23 - - [2026-06-15 03:32:00] "POST /ref-update HTTP/1.1" 200 156 0.010921 10.0.0.65 - - [2026-06-15 03:32:00] "POST /bgp-routers HTTP/1.1" 200 594 0.028830 10.0.0.65 - - [2026-06-15 03:32:00] "POST /ref-update HTTP/1.1" 200 156 0.020749 10.0.0.23 - - [2026-06-15 03:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004364 10.0.0.23 - - [2026-06-15 03:32:01] "GET /global-system-config/93343182-1da7-4da1-b8be-799ffec2cffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.007615 10.0.0.23 - - [2026-06-15 03:32:01] "POST /fqname-to-id HTTP/1.1" 404 234 0.003970 10.0.0.23 - - [2026-06-15 03:32:01] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.033156 10.0.0.23 - - [2026-06-15 03:32:01] "POST /neutron/subnet HTTP/1.1" 200 729 0.015572 10.0.0.23 - - [2026-06-15 03:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004214 10.0.0.23 - - [2026-06-15 03:32:01] "GET /bgp-as-a-service/64b66081-45f3-4234-b59b-d7c91094bcec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1546 0.006055 10.0.0.23 - - [2026-06-15 03:32:01] "GET /control-node-zone/c284b94c-0763-47b7-981e-e57b2e7e0338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005164 10.0.0.23 - - [2026-06-15 03:32:01] "POST /ref-update HTTP/1.1" 200 156 0.035553 10.0.0.23 - - [2026-06-15 03:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.23 - - [2026-06-15 03:32:02] "GET /bgp-as-a-service/64b66081-45f3-4234-b59b-d7c91094bcec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1834 0.006600 10.0.0.23 - - [2026-06-15 03:32:02] "GET /control-node-zone/c3b1faa3-1a94-4305-8550-4672bf219e2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004001 10.0.0.23 - - [2026-06-15 03:32:02] "POST /ref-update HTTP/1.1" 200 156 0.018497 10.0.0.23 - - [2026-06-15 03:32:06] "GET /bgp-as-a-service/64b66081-45f3-4234-b59b-d7c91094bcec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005502 10.0.0.23 - - [2026-06-15 03:32:06] "GET /virtual-machine-interface/4941ee87-94ef-4595-bd99-417e058f0af4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.005008 10.0.0.23 - - [2026-06-15 03:32:06] "POST /ref-update HTTP/1.1" 200 156 0.009977 10.0.0.65 - - [2026-06-15 03:32:06] "POST /ref-update HTTP/1.1" 200 156 0.030901 10.0.0.23 - - [2026-06-15 03:32:10] "GET /obj-perms HTTP/1.1" 200 4493 0.042309 10.0.0.33 - - [2026-06-15 03:32:10] "GET /obj-perms HTTP/1.1" 200 4493 0.053056 10.0.0.23 - - [2026-06-15 03:32:25] "GET /bgp-as-a-service/64b66081-45f3-4234-b59b-d7c91094bcec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2706 0.006678 10.0.0.23 - - [2026-06-15 03:32:25] "GET /virtual-machine-interface/4941ee87-94ef-4595-bd99-417e058f0af4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.006909 10.0.0.23 - - [2026-06-15 03:32:25] "POST /ref-update HTTP/1.1" 200 156 0.011642 10.0.0.65 - - [2026-06-15 03:32:25] "POST /ref-update HTTP/1.1" 200 156 0.016287 10.0.0.23 - - [2026-06-15 03:32:25] "DELETE /bgp-as-a-service/64b66081-45f3-4234-b59b-d7c91094bcec HTTP/1.1" 200 115 0.049614 10.0.0.23 - - [2026-06-15 03:32:25] "GET /bgp-as-a-service/a28fa92b-4eee-4481-b454-8c448b4184e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2707 0.010968 10.0.0.23 - - [2026-06-15 03:32:25] "GET /virtual-machine-interface/b9bbd4a9-e2f9-4fce-87df-1fda26a95f95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.009485 10.0.0.23 - - [2026-06-15 03:32:25] "POST /ref-update HTTP/1.1" 200 156 0.023169 10.0.0.65 - - [2026-06-15 03:32:25] "POST /ref-update HTTP/1.1" 200 156 0.015740 10.0.0.23 - - [2026-06-15 03:32:25] "DELETE /bgp-as-a-service/a28fa92b-4eee-4481-b454-8c448b4184e7 HTTP/1.1" 200 115 0.050874 10.0.0.23 - - [2026-06-15 03:32:25] "GET /control-node-zone/6ee159ec-c050-424e-9adf-a8390f049bf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.005418 10.0.0.23 - - [2026-06-15 03:32:25] "POST /ref-update HTTP/1.1" 200 156 0.032802 10.0.0.23 - - [2026-06-15 03:32:25] "DELETE /control-node-zone/6ee159ec-c050-424e-9adf-a8390f049bf9 HTTP/1.1" 200 115 0.024001 10.0.0.23 - - [2026-06-15 03:32:25] "GET /control-node-zone/c3b1faa3-1a94-4305-8550-4672bf219e2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003474 10.0.0.23 - - [2026-06-15 03:32:25] "POST /ref-update HTTP/1.1" 200 156 0.015889 10.0.0.23 - - [2026-06-15 03:32:25] "DELETE /control-node-zone/c3b1faa3-1a94-4305-8550-4672bf219e2c HTTP/1.1" 200 115 0.025831 10.0.0.23 - - [2026-06-15 03:32:25] "GET /control-node-zone/c284b94c-0763-47b7-981e-e57b2e7e0338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005624 10.0.0.23 - - [2026-06-15 03:32:25] "POST /ref-update HTTP/1.1" 200 156 0.017028 10.0.0.23 - - [2026-06-15 03:32:25] "DELETE /control-node-zone/c284b94c-0763-47b7-981e-e57b2e7e0338 HTTP/1.1" 200 115 0.029755 10.0.0.23 - - [2026-06-15 03:32:26] "POST /neutron/network HTTP/1.1" 200 834 0.007531 10.0.0.23 - - [2026-06-15 03:32:27] "POST /neutron/port HTTP/1.1" 200 1126 0.019293 10.0.0.23 - - [2026-06-15 03:32:28] "POST /neutron/port HTTP/1.1" 200 1116 0.011421 10.0.0.23 - - [2026-06-15 03:32:28] "POST /neutron/network HTTP/1.1" 200 834 0.029623 10.0.0.23 - - [2026-06-15 03:32:28] "POST /neutron/port HTTP/1.1" 200 151 0.157650 10.0.0.65 - - [2026-06-15 03:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.23 - - [2026-06-15 03:32:31] "POST /neutron/port HTTP/1.1" 200 1108 0.016787 10.0.0.65 - - [2026-06-15 03:32:31] "GET /projects?obj_uuids=36435154-a313-4099-a5f2-4f323ef4462a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001264 10.0.0.23 - - [2026-06-15 03:32:31] "GET /project/36435154-a313-4099-a5f2-4f323ef4462a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.067681 10.0.0.65 - - [2026-06-15 03:32:31] "GET /projects?obj_uuids=36435154-a313-4099-a5f2-4f323ef4462a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000841 10.0.0.23 - - [2026-06-15 03:32:31] "GET /project/36435154-a313-4099-a5f2-4f323ef4462a?fields=virtual_networks HTTP/1.1" 200 1033 0.056665 10.0.0.65 - - [2026-06-15 03:32:31] "GET /projects?obj_uuids=36435154-a313-4099-a5f2-4f323ef4462a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002096 10.0.0.23 - - [2026-06-15 03:32:31] "GET /project/36435154-a313-4099-a5f2-4f323ef4462a?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.048458 10.0.0.65 - - [2026-06-15 03:32:31] "GET /projects?obj_uuids=36435154-a313-4099-a5f2-4f323ef4462a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001426 10.0.0.23 - - [2026-06-15 03:32:32] "GET /project/36435154-a313-4099-a5f2-4f323ef4462a?fields=security_groups HTTP/1.1" 200 1260 0.048463 10.0.0.23 - - [2026-06-15 03:32:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004326 10.0.0.23 - - [2026-06-15 03:32:32] "POST /neutron/network HTTP/1.1" 200 928 0.009025 10.0.0.23 - - [2026-06-15 03:32:32] "POST /fqname-to-id HTTP/1.1" 404 181 0.023910 10.0.0.65 - - [2026-06-15 03:32:33] "GET /projects?obj_uuids=b0437974-9cea-4cae-8479-1f0e47a35ed1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002800 10.0.0.65 - - [2026-06-15 03:32:33] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000894 10.0.0.65 - - [2026-06-15 03:32:33] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.033458 10.0.0.65 - - [2026-06-15 03:32:33] "POST /id-to-fqname HTTP/1.1" 200 183 0.007018 10.0.0.65 - - [2026-06-15 03:32:33] "POST /fqname-to-id HTTP/1.1" 404 192 0.004279 10.0.0.65 - - [2026-06-15 03:32:33] "POST /security-groups HTTP/1.1" 200 584 0.085463 10.0.0.65 - - [2026-06-15 03:32:33] "POST /projects HTTP/1.1" 200 571 0.293028 10.0.0.65 - - [2026-06-15 03:32:33] "POST /access-control-lists HTTP/1.1" 200 589 0.032493 10.0.0.65 - - [2026-06-15 03:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.366321 10.0.0.23 - - [2026-06-15 03:32:33] "GET /project/b0437974-9cea-4cae-8479-1f0e47a35ed1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.520514 10.0.0.23 - - [2026-06-15 03:32:34] "GET / HTTP/1.1" 200 35931 0.001359 10.0.0.65 - - [2026-06-15 03:32:37] "GET /projects?obj_uuids=b0437974-9cea-4cae-8479-1f0e47a35ed1&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000899 10.0.0.23 - - [2026-06-15 03:32:37] "GET /project/b0437974-9cea-4cae-8479-1f0e47a35ed1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.041701 10.0.0.65 - - [2026-06-15 03:32:37] "GET /projects?obj_uuids=b0437974-9cea-4cae-8479-1f0e47a35ed1&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000778 10.0.0.23 - - [2026-06-15 03:32:37] "GET /project/b0437974-9cea-4cae-8479-1f0e47a35ed1?fields=virtual_networks HTTP/1.1" 200 1017 0.060417 10.0.0.65 - - [2026-06-15 03:32:37] "GET /projects?obj_uuids=b0437974-9cea-4cae-8479-1f0e47a35ed1&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000831 10.0.0.23 - - [2026-06-15 03:32:37] "GET /project/b0437974-9cea-4cae-8479-1f0e47a35ed1?fields=virtual_machine_interfaces HTTP/1.1" 200 1017 0.042296 10.0.0.65 - - [2026-06-15 03:32:37] "GET /projects?obj_uuids=b0437974-9cea-4cae-8479-1f0e47a35ed1&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000880 10.0.0.23 - - [2026-06-15 03:32:37] "GET /project/b0437974-9cea-4cae-8479-1f0e47a35ed1?fields=security_groups HTTP/1.1" 200 1236 0.045655 10.0.0.23 - - [2026-06-15 03:32:38] "POST /fqname-to-id HTTP/1.1" 404 189 0.029829 10.0.0.65 - - [2026-06-15 03:32:38] "GET /projects?obj_uuids=14743333-dc49-4e1e-978b-e58f72af1eca&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003093 10.0.0.65 - - [2026-06-15 03:32:38] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000881 10.0.0.65 - - [2026-06-15 03:32:38] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006286 10.0.0.65 - - [2026-06-15 03:32:39] "POST /id-to-fqname HTTP/1.1" 200 191 0.004481 10.0.0.65 - - [2026-06-15 03:32:39] "POST /fqname-to-id HTTP/1.1" 404 200 0.005444 10.0.0.23 - - [2026-06-15 03:32:39] "POST /neutron/network HTTP/1.1" 200 938 0.007707 10.0.0.23 - - [2026-06-15 03:32:39] "POST /neutron/port HTTP/1.1" 200 117 0.001091 10.0.0.65 - - [2026-06-15 03:32:39] "POST /security-groups HTTP/1.1" 200 592 0.072727 10.0.0.65 - - [2026-06-15 03:32:39] "POST /fqname-to-id HTTP/1.1" 404 235 0.002757 10.0.0.65 - - [2026-06-15 03:32:39] "POST /projects HTTP/1.1" 200 587 0.298438 10.0.0.65 - - [2026-06-15 03:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.372225 10.0.0.65 - - [2026-06-15 03:32:39] "POST /access-control-lists HTTP/1.1" 200 595 0.036984 10.0.0.23 - - [2026-06-15 03:32:39] "GET /project/14743333-dc49-4e1e-978b-e58f72af1eca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.512696 10.0.0.23 - - [2026-06-15 03:32:40] "GET / HTTP/1.1" 200 35931 0.001944 10.0.0.65 - - [2026-06-15 03:32:43] "GET /projects?obj_uuids=14743333-dc49-4e1e-978b-e58f72af1eca&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000873 10.0.0.23 - - [2026-06-15 03:32:43] "GET /project/14743333-dc49-4e1e-978b-e58f72af1eca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.037369 10.0.0.65 - - [2026-06-15 03:32:43] "GET /projects?obj_uuids=14743333-dc49-4e1e-978b-e58f72af1eca&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001175 10.0.0.23 - - [2026-06-15 03:32:43] "GET /project/14743333-dc49-4e1e-978b-e58f72af1eca?fields=virtual_networks HTTP/1.1" 200 1033 0.041703 10.0.0.65 - - [2026-06-15 03:32:43] "GET /projects?obj_uuids=14743333-dc49-4e1e-978b-e58f72af1eca&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001652 10.0.0.23 - - [2026-06-15 03:32:43] "GET /project/14743333-dc49-4e1e-978b-e58f72af1eca?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.042916 10.0.0.65 - - [2026-06-15 03:32:43] "GET /projects?obj_uuids=14743333-dc49-4e1e-978b-e58f72af1eca&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000836 10.0.0.23 - - [2026-06-15 03:32:43] "GET /project/14743333-dc49-4e1e-978b-e58f72af1eca?fields=security_groups HTTP/1.1" 200 1260 0.037066 10.0.0.23 - - [2026-06-15 03:32:44] "POST /fqname-to-id HTTP/1.1" 404 195 0.026797 10.0.0.65 - - [2026-06-15 03:32:44] "GET /projects?obj_uuids=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002773 10.0.0.65 - - [2026-06-15 03:32:44] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000830 10.0.0.65 - - [2026-06-15 03:32:44] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006503 10.0.0.65 - - [2026-06-15 03:32:44] "POST /id-to-fqname HTTP/1.1" 200 197 0.003899 10.0.0.65 - - [2026-06-15 03:32:44] "POST /fqname-to-id HTTP/1.1" 404 206 0.007058 10.0.0.65 - - [2026-06-15 03:32:44] "POST /security-groups HTTP/1.1" 200 598 0.072035 10.0.0.65 - - [2026-06-15 03:32:45] "POST /projects HTTP/1.1" 200 599 0.268974 10.0.0.65 - - [2026-06-15 03:32:45] "POST /fqname-to-id HTTP/1.1" 404 240 0.007864 10.0.0.65 - - [2026-06-15 03:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.334475 10.0.0.23 - - [2026-06-15 03:32:45] "GET /project/e8d5f302-7094-412b-9340-947b8969a0a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.493593 10.0.0.23 - - [2026-06-15 03:32:46] "GET / HTTP/1.1" 200 35931 0.001354 10.0.0.23 - - [2026-06-15 03:32:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000409 10.0.0.23 - - [2026-06-15 03:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.064544 10.0.0.23 - - [2026-06-15 03:32:48] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004747 10.0.0.23 - - [2026-06-15 03:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.23 - - [2026-06-15 03:32:48] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007212 10.0.0.23 - - [2026-06-15 03:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.23 - - [2026-06-15 03:32:48] "PUT /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b HTTP/1.1" 200 276 0.013989 10.0.0.23 - - [2026-06-15 03:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.65 - - [2026-06-15 03:32:48] "GET /projects?obj_uuids=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000865 10.0.0.23 - - [2026-06-15 03:32:48] "GET /project/e8d5f302-7094-412b-9340-947b8969a0a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.053301 10.0.0.65 - - [2026-06-15 03:32:48] "GET /projects?obj_uuids=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001052 10.0.0.23 - - [2026-06-15 03:32:48] "POST /neutron/network HTTP/1.1" 200 594 0.169282 10.0.0.23 - - [2026-06-15 03:32:49] "POST /id-to-fqname HTTP/1.1" 200 218 0.002917 10.0.0.23 - - [2026-06-15 03:32:49] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.004891 10.0.0.23 - - [2026-06-15 03:32:49] "POST /neutron/network HTTP/1.1" 200 808 0.006364 10.0.0.23 - - [2026-06-15 03:32:49] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.004267 10.0.0.23 - - [2026-06-15 03:32:49] "POST /id-to-fqname HTTP/1.1" 200 218 0.001216 10.0.0.65 - - [2026-06-15 03:32:49] "POST /ref-update HTTP/1.1" 200 156 0.026133 10.0.0.23 - - [2026-06-15 03:32:49] "POST /neutron/port HTTP/1.1" 200 4192 0.034598 10.0.0.65 - - [2026-06-15 03:32:50] "GET /projects?obj_uuids=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000818 10.0.0.23 - - [2026-06-15 03:32:50] "GET /project/e8d5f302-7094-412b-9340-947b8969a0a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.060311 10.0.0.23 - - [2026-06-15 03:32:50] "POST /neutron/port HTTP/1.1" 200 4192 0.046780 10.0.0.23 - - [2026-06-15 03:32:50] "POST /id-to-fqname HTTP/1.1" 200 218 0.001802 10.0.0.23 - - [2026-06-15 03:32:51] "POST /neutron/network HTTP/1.1" 200 818 0.006740 10.0.0.65 - - [2026-06-15 03:32:51] "GET /projects?obj_uuids=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000862 10.0.0.23 - - [2026-06-15 03:32:51] "GET /project/e8d5f302-7094-412b-9340-947b8969a0a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.060632 10.0.0.23 - - [2026-06-15 03:32:52] "POST /neutron/port HTTP/1.1" 200 117 0.009115 10.0.0.23 - - [2026-06-15 03:32:52] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006313 10.0.0.65 - - [2026-06-15 03:32:54] "GET /projects?obj_uuids=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000906 10.0.0.23 - - [2026-06-15 03:32:55] "POST /neutron/port HTTP/1.1" 200 1062 0.279527 10.0.0.23 - - [2026-06-15 03:32:55] "POST /neutron/port HTTP/1.1" 200 1116 0.113684 10.0.0.23 - - [2026-06-15 03:32:56] "POST /neutron/port HTTP/1.1" 200 1126 0.028653 10.0.0.23 - - [2026-06-15 03:32:56] "POST /neutron/port HTTP/1.1" 200 117 0.001048 10.0.0.23 - - [2026-06-15 03:32:56] "POST /neutron/port HTTP/1.1" 200 1062 0.017275 10.0.0.23 - - [2026-06-15 03:32:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004915 10.0.0.23 - - [2026-06-15 03:32:57] "POST /neutron/network HTTP/1.1" 200 808 0.009246 10.0.0.23 - - [2026-06-15 03:33:04] "POST /neutron/port HTTP/1.1" 200 1126 0.014921 10.0.0.23 - - [2026-06-15 03:33:04] "POST /neutron/security_group HTTP/1.1" 200 2065 0.006510 10.0.0.23 - - [2026-06-15 03:33:04] "POST /neutron/port HTTP/1.1" 200 1126 0.015188 10.0.0.23 - - [2026-06-15 03:33:04] "GET /virtual-machine/da528107-e9c9-4422-9a86-3da8de814d00 HTTP/1.1" 401 292 0.000374 10.0.0.23 - - [2026-06-15 03:33:04] "GET /virtual-machine/da528107-e9c9-4422-9a86-3da8de814d00 HTTP/1.1" 200 1300 0.024013 10.0.0.23 - - [2026-06-15 03:33:04] "GET /virtual-machine/da528107-e9c9-4422-9a86-3da8de814d00 HTTP/1.1" 200 1300 0.002961 10.0.0.23 - - [2026-06-15 03:33:04] "GET /virtual-machine-interface/8e56fbb9-57e3-4e0b-aef6-db2fbf89c27f HTTP/1.1" 200 2949 0.004774 10.0.0.23 - - [2026-06-15 03:33:04] "GET /virtual-machine/da528107-e9c9-4422-9a86-3da8de814d00 HTTP/1.1" 200 1300 0.003125 10.0.0.23 - - [2026-06-15 03:33:04] "GET /virtual-machine-interface/8e56fbb9-57e3-4e0b-aef6-db2fbf89c27f HTTP/1.1" 200 2949 0.005329 10.0.0.23 - - [2026-06-15 03:33:04] "GET /instance-ip/23776164-8bc8-4876-bd63-d64a8f4a19b2 HTTP/1.1" 200 1620 0.005766 10.0.0.23 - - [2026-06-15 03:33:04] "GET /virtual-machine/da528107-e9c9-4422-9a86-3da8de814d00 HTTP/1.1" 200 1300 0.003642 10.0.0.23 - - [2026-06-15 03:33:04] "GET /virtual-machine-interface/8e56fbb9-57e3-4e0b-aef6-db2fbf89c27f HTTP/1.1" 200 2949 0.004849 10.0.0.23 - - [2026-06-15 03:33:04] "GET /instance-ip/23776164-8bc8-4876-bd63-d64a8f4a19b2 HTTP/1.1" 200 1620 0.003490 10.0.0.23 - - [2026-06-15 03:33:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.23 - - [2026-06-15 03:33:04] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003603 10.0.0.23 - - [2026-06-15 03:33:04] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002719 10.0.0.23 - - [2026-06-15 03:33:04] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005406 10.0.0.23 - - [2026-06-15 03:33:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.23 - - [2026-06-15 03:33:05] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003906 10.0.0.23 - - [2026-06-15 03:33:05] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003226 10.0.0.23 - - [2026-06-15 03:33:05] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005751 10.0.0.23 - - [2026-06-15 03:33:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.23 - - [2026-06-15 03:33:05] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003495 10.0.0.23 - - [2026-06-15 03:33:05] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003114 10.0.0.23 - - [2026-06-15 03:33:05] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005906 10.0.0.23 - - [2026-06-15 03:33:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.23 - - [2026-06-15 03:33:05] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003720 10.0.0.23 - - [2026-06-15 03:33:05] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002809 10.0.0.23 - - [2026-06-15 03:33:05] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006063 10.0.0.23 - - [2026-06-15 03:33:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004477 10.0.0.23 - - [2026-06-15 03:33:05] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005450 10.0.0.23 - - [2026-06-15 03:33:05] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003218 10.0.0.23 - - [2026-06-15 03:33:05] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005861 10.0.0.23 - - [2026-06-15 03:33:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.23 - - [2026-06-15 03:33:05] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008486 10.0.0.23 - - [2026-06-15 03:33:05] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003875 10.0.0.23 - - [2026-06-15 03:33:05] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006082 10.0.0.23 - - [2026-06-15 03:33:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.23 - - [2026-06-15 03:33:05] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003937 10.0.0.23 - - [2026-06-15 03:33:05] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002979 10.0.0.23 - - [2026-06-15 03:33:05] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005823 10.0.0.23 - - [2026-06-15 03:33:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005137 10.0.0.23 - - [2026-06-15 03:33:08] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005278 10.0.0.23 - - [2026-06-15 03:33:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.23 - - [2026-06-15 03:33:12] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005387 10.0.0.65 - - [2026-06-15 03:33:15] "DELETE /project/36435154-a313-4099-a5f2-4f323ef4462a HTTP/1.1" 404 177 0.011079 10.0.0.65 - - [2026-06-15 03:33:15] "DELETE /project/e8d5f3027094412b9340947b8969a0a4 HTTP/1.1" 404 173 0.016093 10.0.0.65 - - [2026-06-15 03:33:15] "DELETE /project/b04379749cea4cae84791f0e47a35ed1 HTTP/1.1" 404 173 0.013016 10.0.0.65 - - [2026-06-15 03:33:15] "DELETE /project/14743333dc494e1e978be58f72af1eca HTTP/1.1" 404 173 0.008960 10.0.0.65 - - [2026-06-15 03:33:15] "GET /projects?obj_uuids=14743333-dc49-4e1e-978b-e58f72af1eca&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000879 10.0.0.65 - - [2026-06-15 03:33:15] "GET /projects?obj_uuids=b0437974-9cea-4cae-8479-1f0e47a35ed1&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001158 10.0.0.65 - - [2026-06-15 03:33:15] "GET /project/b0437974-9cea-4cae-8479-1f0e47a35ed1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.072164 10.0.0.65 - - [2026-06-15 03:33:15] "GET /project/14743333-dc49-4e1e-978b-e58f72af1eca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.075493 10.0.0.65 - - [2026-06-15 03:33:15] "GET /projects?obj_uuids=14743333-dc49-4e1e-978b-e58f72af1eca&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002135 10.0.0.65 - - [2026-06-15 03:33:15] "GET /projects?obj_uuids=b0437974-9cea-4cae-8479-1f0e47a35ed1&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001003 10.0.0.65 - - [2026-06-15 03:33:15] "GET /project/14743333-dc49-4e1e-978b-e58f72af1eca?fields=security_groups HTTP/1.1" 200 1365 0.051955 10.0.0.65 - - [2026-06-15 03:33:15] "GET /project/b0437974-9cea-4cae-8479-1f0e47a35ed1?fields=security_groups HTTP/1.1" 200 1341 0.065397 10.0.0.65 - - [2026-06-15 03:33:15] "DELETE /security-group/8d096b25-0bfc-4796-b530-f7e09a0236b0 HTTP/1.1" 200 115 0.076021 10.0.0.65 - - [2026-06-15 03:33:15] "GET /projects?obj_uuids=14743333-dc49-4e1e-978b-e58f72af1eca&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001200 10.0.0.65 - - [2026-06-15 03:33:15] "DELETE /security-group/8cc5686e-f1e2-4502-b67b-f0c3e33c64d4 HTTP/1.1" 200 115 0.103616 10.0.0.65 - - [2026-06-15 03:33:15] "DELETE /access-control-list/6a536d25-3cbe-4673-b288-371dfbd8c07c HTTP/1.1" 200 115 0.071039 10.0.0.65 - - [2026-06-15 03:33:15] "GET /projects?obj_uuids=b0437974-9cea-4cae-8479-1f0e47a35ed1&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001020 10.0.0.65 - - [2026-06-15 03:33:15] "GET /project/14743333-dc49-4e1e-978b-e58f72af1eca?fields=application_policy_sets HTTP/1.1" 200 1404 0.050548 10.0.0.65 - - [2026-06-15 03:33:15] "GET /project/b0437974-9cea-4cae-8479-1f0e47a35ed1?fields=application_policy_sets HTTP/1.1" 200 1380 0.115983 10.0.0.65 - - [2026-06-15 03:33:15] "DELETE /access-control-list/64b716b4-2112-4795-87e8-ac95b323ef81 HTTP/1.1" 200 115 0.068441 10.0.0.65 - - [2026-06-15 03:33:15] "DELETE /project/14743333-dc49-4e1e-978b-e58f72af1eca HTTP/1.1" 200 115 0.568871 10.0.0.65 - - [2026-06-15 03:33:15] "DELETE /project/b0437974-9cea-4cae-8479-1f0e47a35ed1 HTTP/1.1" 200 115 0.622342 10.0.0.23 - - [2026-06-15 03:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.23 - - [2026-06-15 03:33:17] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006259 10.0.0.23 - - [2026-06-15 03:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.23 - - [2026-06-15 03:33:21] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005396 10.0.0.23 - - [2026-06-15 03:33:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.23 - - [2026-06-15 03:33:25] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005735 10.0.0.23 - - [2026-06-15 03:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.23 - - [2026-06-15 03:33:27] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004954 10.0.0.23 - - [2026-06-15 03:33:27] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003083 10.0.0.23 - - [2026-06-15 03:33:27] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005889 10.0.0.23 - - [2026-06-15 03:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.23 - - [2026-06-15 03:33:27] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003799 10.0.0.23 - - [2026-06-15 03:33:27] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002904 10.0.0.23 - - [2026-06-15 03:33:27] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007878 10.0.0.23 - - [2026-06-15 03:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.23 - - [2026-06-15 03:33:27] "GET /routing-instance/dd12e4ef-1ec2-4ede-8e3d-907d25229cb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004862 10.0.0.23 - - [2026-06-15 03:33:27] "GET /route-target/e72a4351-e1f0-4235-9c52-9eb79d86dee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004013 10.0.0.23 - - [2026-06-15 03:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.23 - - [2026-06-15 03:33:27] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003186 10.0.0.23 - - [2026-06-15 03:33:27] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002646 10.0.0.23 - - [2026-06-15 03:33:27] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006402 10.0.0.23 - - [2026-06-15 03:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002671 10.0.0.23 - - [2026-06-15 03:33:27] "GET /routing-instance/dd12e4ef-1ec2-4ede-8e3d-907d25229cb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004168 10.0.0.23 - - [2026-06-15 03:33:28] "GET /route-target/e72a4351-e1f0-4235-9c52-9eb79d86dee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003849 10.0.0.23 - - [2026-06-15 03:33:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.23 - - [2026-06-15 03:33:28] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004254 10.0.0.23 - - [2026-06-15 03:33:28] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003372 10.0.0.23 - - [2026-06-15 03:33:28] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006539 10.0.0.23 - - [2026-06-15 03:33:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.23 - - [2026-06-15 03:33:28] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004061 10.0.0.23 - - [2026-06-15 03:33:28] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003808 10.0.0.23 - - [2026-06-15 03:33:28] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006309 10.0.0.23 - - [2026-06-15 03:33:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.23 - - [2026-06-15 03:33:28] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006022 10.0.0.23 - - [2026-06-15 03:33:28] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003238 10.0.0.23 - - [2026-06-15 03:33:28] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006388 10.0.0.65 - - [2026-06-15 03:33:28] "GET /obj-perms HTTP/1.1" 200 4481 0.051092 10.0.0.23 - - [2026-06-15 03:33:28] "GET /obj-perms HTTP/1.1" 200 4481 0.034648 10.0.0.23 - - [2026-06-15 03:33:28] "GET /obj-perms HTTP/1.1" 200 4481 0.003414 10.0.0.65 - - [2026-06-15 03:33:28] "GET /obj-perms HTTP/1.1" 200 4481 0.003350 10.0.0.23 - - [2026-06-15 03:33:28] "GET /obj-perms HTTP/1.1" 200 4481 0.003785 10.0.0.23 - - [2026-06-15 03:33:29] "POST /neutron/security_group HTTP/1.1" 200 2065 0.006897 10.0.0.23 - - [2026-06-15 03:33:29] "POST /neutron/port HTTP/1.1" 200 1126 0.017711 10.0.0.23 - - [2026-06-15 03:33:29] "POST /neutron/security_group HTTP/1.1" 200 2065 0.006832 10.0.0.23 - - [2026-06-15 03:33:29] "GET /virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67 HTTP/1.1" 200 1300 0.005444 10.0.0.23 - - [2026-06-15 03:33:29] "GET /virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67 HTTP/1.1" 200 1300 0.003527 10.0.0.23 - - [2026-06-15 03:33:29] "GET /virtual-machine-interface/45400848-27c8-4938-9da8-418125c44441 HTTP/1.1" 200 2948 0.005349 10.0.0.23 - - [2026-06-15 03:33:29] "GET /virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67 HTTP/1.1" 200 1300 0.003197 10.0.0.23 - - [2026-06-15 03:33:29] "GET /virtual-machine-interface/45400848-27c8-4938-9da8-418125c44441 HTTP/1.1" 200 2948 0.005505 10.0.0.23 - - [2026-06-15 03:33:29] "GET /instance-ip/10baaed2-9ec6-45b2-accc-a00855d288d4 HTTP/1.1" 200 1620 0.005418 10.0.0.23 - - [2026-06-15 03:33:29] "GET /virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67 HTTP/1.1" 200 1300 0.003385 10.0.0.23 - - [2026-06-15 03:33:29] "GET /virtual-machine-interface/45400848-27c8-4938-9da8-418125c44441 HTTP/1.1" 200 2948 0.004455 10.0.0.23 - - [2026-06-15 03:33:29] "GET /instance-ip/10baaed2-9ec6-45b2-accc-a00855d288d4 HTTP/1.1" 200 1620 0.003144 10.0.0.23 - - [2026-06-15 03:33:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.23 - - [2026-06-15 03:33:29] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003338 10.0.0.23 - - [2026-06-15 03:33:29] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002716 10.0.0.23 - - [2026-06-15 03:33:29] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005454 10.0.0.23 - - [2026-06-15 03:33:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.23 - - [2026-06-15 03:33:29] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003688 10.0.0.23 - - [2026-06-15 03:33:29] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003124 10.0.0.23 - - [2026-06-15 03:33:29] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005575 10.0.0.23 - - [2026-06-15 03:33:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.23 - - [2026-06-15 03:33:29] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004709 10.0.0.23 - - [2026-06-15 03:33:29] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003973 10.0.0.23 - - [2026-06-15 03:33:29] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005632 10.0.0.23 - - [2026-06-15 03:33:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.23 - - [2026-06-15 03:33:29] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004036 10.0.0.23 - - [2026-06-15 03:33:29] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003115 10.0.0.23 - - [2026-06-15 03:33:29] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005517 10.0.0.23 - - [2026-06-15 03:33:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.23 - - [2026-06-15 03:33:29] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003787 10.0.0.23 - - [2026-06-15 03:33:29] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003132 10.0.0.23 - - [2026-06-15 03:33:30] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005552 10.0.0.23 - - [2026-06-15 03:33:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.23 - - [2026-06-15 03:33:30] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004365 10.0.0.23 - - [2026-06-15 03:33:30] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002863 10.0.0.23 - - [2026-06-15 03:33:30] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005338 10.0.0.23 - - [2026-06-15 03:33:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004736 10.0.0.23 - - [2026-06-15 03:33:30] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004333 10.0.0.23 - - [2026-06-15 03:33:30] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002820 10.0.0.23 - - [2026-06-15 03:33:30] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005905 10.0.0.23 - - [2026-06-15 03:33:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.23 - - [2026-06-15 03:33:33] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006505 10.0.0.23 - - [2026-06-15 03:33:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.23 - - [2026-06-15 03:33:37] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003596 10.0.0.23 - - [2026-06-15 03:33:37] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005193 10.0.0.23 - - [2026-06-15 03:33:37] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005414 10.0.0.23 - - [2026-06-15 03:33:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.23 - - [2026-06-15 03:33:37] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003234 10.0.0.23 - - [2026-06-15 03:33:37] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002645 10.0.0.23 - - [2026-06-15 03:33:37] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005214 10.0.0.23 - - [2026-06-15 03:33:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002571 10.0.0.23 - - [2026-06-15 03:33:37] "GET /routing-instance/dd12e4ef-1ec2-4ede-8e3d-907d25229cb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004936 10.0.0.23 - - [2026-06-15 03:33:38] "GET /route-target/e72a4351-e1f0-4235-9c52-9eb79d86dee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003729 10.0.0.23 - - [2026-06-15 03:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.23 - - [2026-06-15 03:33:38] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003964 10.0.0.23 - - [2026-06-15 03:33:38] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003156 10.0.0.23 - - [2026-06-15 03:33:38] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005105 10.0.0.23 - - [2026-06-15 03:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.23 - - [2026-06-15 03:33:38] "GET /routing-instance/dd12e4ef-1ec2-4ede-8e3d-907d25229cb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004102 10.0.0.23 - - [2026-06-15 03:33:38] "GET /route-target/e72a4351-e1f0-4235-9c52-9eb79d86dee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003536 10.0.0.23 - - [2026-06-15 03:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.23 - - [2026-06-15 03:33:38] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003713 10.0.0.23 - - [2026-06-15 03:33:38] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002634 10.0.0.23 - - [2026-06-15 03:33:38] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005400 10.0.0.23 - - [2026-06-15 03:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005465 10.0.0.23 - - [2026-06-15 03:33:38] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003678 10.0.0.23 - - [2026-06-15 03:33:38] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002721 10.0.0.23 - - [2026-06-15 03:33:38] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005356 10.0.0.23 - - [2026-06-15 03:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.23 - - [2026-06-15 03:33:38] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003860 10.0.0.23 - - [2026-06-15 03:33:38] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002787 10.0.0.23 - - [2026-06-15 03:33:38] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005244 10.0.0.65 - - [2026-06-15 03:33:38] "GET /obj-perms HTTP/1.1" 200 4481 0.003764 10.0.0.23 - - [2026-06-15 03:33:38] "GET /obj-perms HTTP/1.1" 200 4481 0.003598 10.0.0.23 - - [2026-06-15 03:33:38] "GET /obj-perms HTTP/1.1" 200 4481 0.003301 10.0.0.23 - - [2026-06-15 03:33:39] "GET /obj-perms HTTP/1.1" 200 4481 0.003482 10.0.0.33 - - [2026-06-15 03:33:39] "GET /obj-perms HTTP/1.1" 200 4481 0.042956 10.0.0.65 - - [2026-06-15 03:33:39] "GET /obj-perms HTTP/1.1" 200 4481 0.003333 10.0.0.23 - - [2026-06-15 03:33:39] "GET /virtual-machine/da528107-e9c9-4422-9a86-3da8de814d00 HTTP/1.1" 200 1300 0.003839 10.0.0.23 - - [2026-06-15 03:33:39] "GET /virtual-machine-interface/8e56fbb9-57e3-4e0b-aef6-db2fbf89c27f HTTP/1.1" 200 2949 0.004694 10.0.0.23 - - [2026-06-15 03:33:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.23 - - [2026-06-15 03:33:39] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003498 10.0.0.23 - - [2026-06-15 03:33:39] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002581 10.0.0.23 - - [2026-06-15 03:33:39] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005719 10.0.0.23 - - [2026-06-15 03:33:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.23 - - [2026-06-15 03:33:40] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004536 10.0.0.23 - - [2026-06-15 03:33:40] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003561 10.0.0.23 - - [2026-06-15 03:33:40] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006187 10.0.0.23 - - [2026-06-15 03:33:40] "POST /neutron/port HTTP/1.1" 200 1126 0.024655 10.0.0.23 - - [2026-06-15 03:33:42] "POST /neutron/security_group HTTP/1.1" 200 2065 0.023886 10.0.0.23 - - [2026-06-15 03:33:45] "GET /virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67 HTTP/1.1" 200 1300 0.007120 10.0.0.23 - - [2026-06-15 03:33:45] "GET /virtual-machine-interface/45400848-27c8-4938-9da8-418125c44441 HTTP/1.1" 200 2948 0.004756 10.0.0.23 - - [2026-06-15 03:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.23 - - [2026-06-15 03:33:45] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003134 10.0.0.23 - - [2026-06-15 03:33:45] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.009197 10.0.0.23 - - [2026-06-15 03:33:45] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007399 10.0.0.23 - - [2026-06-15 03:33:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.23 - - [2026-06-15 03:33:46] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004127 10.0.0.23 - - [2026-06-15 03:33:46] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002950 10.0.0.23 - - [2026-06-15 03:33:46] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005258 10.0.0.33 - - [2026-06-15 03:33:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.33 - - [2026-06-15 03:33:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.65 - - [2026-06-15 03:33:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.65 - - [2026-06-15 03:33:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000489 10.0.0.65 - - [2026-06-15 03:33:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.65 - - [2026-06-15 03:33:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.23 - - [2026-06-15 03:33:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.23 - - [2026-06-15 03:33:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.33 - - [2026-06-15 03:33:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.33 - - [2026-06-15 03:33:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.23 - - [2026-06-15 03:33:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.23 - - [2026-06-15 03:33:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.23 - - [2026-06-15 03:34:34] "POST /neutron/port HTTP/1.1" 200 1218 0.015845 10.0.0.23 - - [2026-06-15 03:34:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003860 10.0.0.23 - - [2026-06-15 03:34:36] "POST /neutron/port HTTP/1.1" 200 117 0.001217 10.0.0.23 - - [2026-06-15 03:34:39] "POST /neutron/port HTTP/1.1" 200 1218 0.043822 10.0.0.23 - - [2026-06-15 03:34:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003605 10.0.0.23 - - [2026-06-15 03:34:41] "POST /neutron/port HTTP/1.1" 200 117 0.001027 10.0.0.65 - - [2026-06-15 03:35:12] "GET /virtual-router/6ff97298-26f6-416b-b0f6-fc18286cc832?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1244 0.023555 10.0.0.23 - - [2026-06-15 03:35:35] "POST /neutron/port HTTP/1.1" 200 1108 0.017904 10.0.0.23 - - [2026-06-15 03:35:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003906 10.0.0.23 - - [2026-06-15 03:35:36] "POST /neutron/port HTTP/1.1" 200 117 0.001055 10.0.0.23 - - [2026-06-15 03:35:36] "GET /virtual-machine/da528107-e9c9-4422-9a86-3da8de814d00 HTTP/1.1" 200 1300 0.003782 10.0.0.23 - - [2026-06-15 03:35:36] "GET /virtual-machine-interface/8e56fbb9-57e3-4e0b-aef6-db2fbf89c27f HTTP/1.1" 200 2949 0.007150 10.0.0.23 - - [2026-06-15 03:35:36] "GET /virtual-machine/da528107-e9c9-4422-9a86-3da8de814d00 HTTP/1.1" 200 1300 0.004079 10.0.0.23 - - [2026-06-15 03:35:36] "GET /virtual-machine-interface/8e56fbb9-57e3-4e0b-aef6-db2fbf89c27f HTTP/1.1" 200 2949 0.004793 10.0.0.23 - - [2026-06-15 03:35:36] "GET /instance-ip/23776164-8bc8-4876-bd63-d64a8f4a19b2 HTTP/1.1" 200 1620 0.003649 10.0.0.23 - - [2026-06-15 03:35:36] "GET /virtual-machine/da528107-e9c9-4422-9a86-3da8de814d00 HTTP/1.1" 200 1300 0.004504 10.0.0.23 - - [2026-06-15 03:35:36] "GET /virtual-machine-interface/8e56fbb9-57e3-4e0b-aef6-db2fbf89c27f HTTP/1.1" 200 2949 0.004753 10.0.0.23 - - [2026-06-15 03:35:36] "GET /instance-ip/23776164-8bc8-4876-bd63-d64a8f4a19b2 HTTP/1.1" 200 1620 0.003910 10.0.0.23 - - [2026-06-15 03:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.23 - - [2026-06-15 03:35:36] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003436 10.0.0.23 - - [2026-06-15 03:35:36] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003506 10.0.0.23 - - [2026-06-15 03:35:36] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006355 10.0.0.23 - - [2026-06-15 03:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.23 - - [2026-06-15 03:35:36] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005553 10.0.0.23 - - [2026-06-15 03:35:36] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003822 10.0.0.23 - - [2026-06-15 03:35:36] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006640 10.0.0.23 - - [2026-06-15 03:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.23 - - [2026-06-15 03:35:37] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004512 10.0.0.23 - - [2026-06-15 03:35:37] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003910 10.0.0.23 - - [2026-06-15 03:35:37] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007722 10.0.0.23 - - [2026-06-15 03:35:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.23 - - [2026-06-15 03:35:37] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003446 10.0.0.23 - - [2026-06-15 03:35:37] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003028 10.0.0.23 - - [2026-06-15 03:35:37] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005211 10.0.0.23 - - [2026-06-15 03:35:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.23 - - [2026-06-15 03:35:37] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004866 10.0.0.23 - - [2026-06-15 03:35:37] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002787 10.0.0.23 - - [2026-06-15 03:35:37] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.004979 10.0.0.23 - - [2026-06-15 03:35:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.23 - - [2026-06-15 03:35:37] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003906 10.0.0.23 - - [2026-06-15 03:35:37] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002789 10.0.0.23 - - [2026-06-15 03:35:37] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005437 10.0.0.23 - - [2026-06-15 03:35:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.23 - - [2026-06-15 03:35:37] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003468 10.0.0.23 - - [2026-06-15 03:35:37] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003170 10.0.0.23 - - [2026-06-15 03:35:37] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007660 10.0.0.23 - - [2026-06-15 03:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.23 - - [2026-06-15 03:35:38] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003522 10.0.0.23 - - [2026-06-15 03:35:38] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003188 10.0.0.23 - - [2026-06-15 03:35:38] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005328 10.0.0.23 - - [2026-06-15 03:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.23 - - [2026-06-15 03:35:38] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004366 10.0.0.23 - - [2026-06-15 03:35:39] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002925 10.0.0.23 - - [2026-06-15 03:35:39] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005777 10.0.0.23 - - [2026-06-15 03:35:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.23 - - [2026-06-15 03:35:39] "GET /routing-instance/dd12e4ef-1ec2-4ede-8e3d-907d25229cb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.003602 10.0.0.23 - - [2026-06-15 03:35:39] "GET /route-target/e72a4351-e1f0-4235-9c52-9eb79d86dee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003674 10.0.0.23 - - [2026-06-15 03:35:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.23 - - [2026-06-15 03:35:39] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003251 10.0.0.23 - - [2026-06-15 03:35:39] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002919 10.0.0.23 - - [2026-06-15 03:35:39] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005486 10.0.0.23 - - [2026-06-15 03:35:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002494 10.0.0.23 - - [2026-06-15 03:35:39] "GET /routing-instance/dd12e4ef-1ec2-4ede-8e3d-907d25229cb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004071 10.0.0.23 - - [2026-06-15 03:35:39] "GET /route-target/e72a4351-e1f0-4235-9c52-9eb79d86dee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003555 10.0.0.23 - - [2026-06-15 03:35:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.23 - - [2026-06-15 03:35:39] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004007 10.0.0.23 - - [2026-06-15 03:35:39] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002664 10.0.0.23 - - [2026-06-15 03:35:39] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005134 10.0.0.23 - - [2026-06-15 03:35:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.23 - - [2026-06-15 03:35:39] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003449 10.0.0.23 - - [2026-06-15 03:35:39] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002682 10.0.0.23 - - [2026-06-15 03:35:39] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005094 10.0.0.23 - - [2026-06-15 03:35:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.23 - - [2026-06-15 03:35:39] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003607 10.0.0.23 - - [2026-06-15 03:35:39] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003283 10.0.0.23 - - [2026-06-15 03:35:39] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005363 10.0.0.23 - - [2026-06-15 03:35:40] "POST /neutron/port HTTP/1.1" 200 1108 0.023159 10.0.0.23 - - [2026-06-15 03:35:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004508 10.0.0.23 - - [2026-06-15 03:35:41] "POST /neutron/network HTTP/1.1" 200 928 0.008098 10.0.0.65 - - [2026-06-15 03:35:41] "GET /obj-perms HTTP/1.1" 200 4481 0.004355 10.0.0.23 - - [2026-06-15 03:35:43] "GET /obj-perms HTTP/1.1" 200 4481 0.003418 10.0.0.65 - - [2026-06-15 03:35:44] "GET /obj-perms HTTP/1.1" 200 4481 0.003687 10.0.0.23 - - [2026-06-15 03:35:44] "GET /obj-perms HTTP/1.1" 200 4481 0.003219 10.0.0.33 - - [2026-06-15 03:35:44] "GET /obj-perms HTTP/1.1" 200 4481 0.003416 10.0.0.65 - - [2026-06-15 03:35:44] "GET /obj-perms HTTP/1.1" 200 4481 0.003755 10.0.0.23 - - [2026-06-15 03:35:44] "GET /virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67 HTTP/1.1" 200 1300 0.003764 10.0.0.23 - - [2026-06-15 03:35:44] "GET /virtual-machine-interface/45400848-27c8-4938-9da8-418125c44441 HTTP/1.1" 200 2948 0.004658 10.0.0.23 - - [2026-06-15 03:35:44] "GET /virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67 HTTP/1.1" 200 1300 0.003494 10.0.0.23 - - [2026-06-15 03:35:44] "GET /virtual-machine-interface/45400848-27c8-4938-9da8-418125c44441 HTTP/1.1" 200 2948 0.004550 10.0.0.23 - - [2026-06-15 03:35:44] "GET /instance-ip/10baaed2-9ec6-45b2-accc-a00855d288d4 HTTP/1.1" 200 1620 0.003282 10.0.0.23 - - [2026-06-15 03:35:44] "GET /virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67 HTTP/1.1" 200 1300 0.003198 10.0.0.23 - - [2026-06-15 03:35:44] "GET /virtual-machine-interface/45400848-27c8-4938-9da8-418125c44441 HTTP/1.1" 200 2948 0.005267 10.0.0.23 - - [2026-06-15 03:35:44] "GET /instance-ip/10baaed2-9ec6-45b2-accc-a00855d288d4 HTTP/1.1" 200 1620 0.003119 10.0.0.23 - - [2026-06-15 03:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.23 - - [2026-06-15 03:35:44] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003469 10.0.0.23 - - [2026-06-15 03:35:44] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002587 10.0.0.23 - - [2026-06-15 03:35:44] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005367 10.0.0.23 - - [2026-06-15 03:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.23 - - [2026-06-15 03:35:44] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004715 10.0.0.23 - - [2026-06-15 03:35:44] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003243 10.0.0.23 - - [2026-06-15 03:35:44] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005685 10.0.0.23 - - [2026-06-15 03:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.23 - - [2026-06-15 03:35:44] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003488 10.0.0.23 - - [2026-06-15 03:35:44] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002743 10.0.0.23 - - [2026-06-15 03:35:44] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005242 10.0.0.23 - - [2026-06-15 03:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.23 - - [2026-06-15 03:35:44] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009128 10.0.0.23 - - [2026-06-15 03:35:44] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003392 10.0.0.23 - - [2026-06-15 03:35:44] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.012022 10.0.0.23 - - [2026-06-15 03:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.23 - - [2026-06-15 03:35:44] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003965 10.0.0.23 - - [2026-06-15 03:35:44] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002499 10.0.0.23 - - [2026-06-15 03:35:45] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005760 10.0.0.23 - - [2026-06-15 03:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.23 - - [2026-06-15 03:35:45] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003880 10.0.0.23 - - [2026-06-15 03:35:45] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005228 10.0.0.23 - - [2026-06-15 03:35:45] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006473 10.0.0.23 - - [2026-06-15 03:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.23 - - [2026-06-15 03:35:45] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005017 10.0.0.23 - - [2026-06-15 03:35:45] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003995 10.0.0.23 - - [2026-06-15 03:35:45] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006163 10.0.0.23 - - [2026-06-15 03:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.23 - - [2026-06-15 03:35:46] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003255 10.0.0.23 - - [2026-06-15 03:35:46] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002373 10.0.0.23 - - [2026-06-15 03:35:46] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005700 10.0.0.23 - - [2026-06-15 03:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.23 - - [2026-06-15 03:35:46] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003211 10.0.0.23 - - [2026-06-15 03:35:46] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002924 10.0.0.23 - - [2026-06-15 03:35:46] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006424 10.0.0.23 - - [2026-06-15 03:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002700 10.0.0.23 - - [2026-06-15 03:35:46] "GET /routing-instance/dd12e4ef-1ec2-4ede-8e3d-907d25229cb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004195 10.0.0.23 - - [2026-06-15 03:35:46] "GET /route-target/e72a4351-e1f0-4235-9c52-9eb79d86dee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003832 10.0.0.23 - - [2026-06-15 03:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.23 - - [2026-06-15 03:35:46] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003763 10.0.0.23 - - [2026-06-15 03:35:46] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005208 10.0.0.23 - - [2026-06-15 03:35:46] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005136 10.0.0.23 - - [2026-06-15 03:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.23 - - [2026-06-15 03:35:47] "GET /routing-instance/dd12e4ef-1ec2-4ede-8e3d-907d25229cb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.003906 10.0.0.23 - - [2026-06-15 03:35:47] "GET /route-target/e72a4351-e1f0-4235-9c52-9eb79d86dee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003587 10.0.0.23 - - [2026-06-15 03:35:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.23 - - [2026-06-15 03:35:47] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003838 10.0.0.23 - - [2026-06-15 03:35:47] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002558 10.0.0.23 - - [2026-06-15 03:35:47] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005536 10.0.0.23 - - [2026-06-15 03:35:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.23 - - [2026-06-15 03:35:47] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004388 10.0.0.23 - - [2026-06-15 03:35:47] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002957 10.0.0.23 - - [2026-06-15 03:35:47] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005508 10.0.0.23 - - [2026-06-15 03:35:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.23 - - [2026-06-15 03:35:47] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003727 10.0.0.23 - - [2026-06-15 03:35:47] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002882 10.0.0.23 - - [2026-06-15 03:35:47] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005052 10.0.0.65 - - [2026-06-15 03:35:51] "GET /obj-perms HTTP/1.1" 200 4481 0.004452 10.0.0.23 - - [2026-06-15 03:35:53] "GET /obj-perms HTTP/1.1" 200 4481 0.003692 10.0.0.23 - - [2026-06-15 03:35:53] "GET /obj-perms HTTP/1.1" 200 4481 0.003358 10.0.0.65 - - [2026-06-15 03:35:53] "GET /obj-perms HTTP/1.1" 200 4481 0.003531 10.0.0.23 - - [2026-06-15 03:35:53] "GET /obj-perms HTTP/1.1" 200 4481 0.004288 10.0.0.33 - - [2026-06-15 03:35:53] "GET /obj-perms HTTP/1.1" 200 4481 0.003881 10.0.0.23 - - [2026-06-15 03:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.23 - - [2026-06-15 03:36:14] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003847 10.0.0.23 - - [2026-06-15 03:36:14] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002643 10.0.0.23 - - [2026-06-15 03:36:14] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006379 10.0.0.23 - - [2026-06-15 03:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004870 10.0.0.23 - - [2026-06-15 03:36:18] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004514 10.0.0.23 - - [2026-06-15 03:36:18] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002931 10.0.0.23 - - [2026-06-15 03:36:18] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007360 10.0.0.23 - - [2026-06-15 03:36:33] "GET /virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67 HTTP/1.1" 200 1300 0.004769 10.0.0.23 - - [2026-06-15 03:36:33] "GET /virtual-machine-interface/45400848-27c8-4938-9da8-418125c44441 HTTP/1.1" 200 2948 0.005540 10.0.0.23 - - [2026-06-15 03:36:33] "GET /instance-ip/10baaed2-9ec6-45b2-accc-a00855d288d4 HTTP/1.1" 200 1620 0.004584 10.0.0.23 - - [2026-06-15 03:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.23 - - [2026-06-15 03:36:33] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004117 10.0.0.23 - - [2026-06-15 03:36:33] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003487 10.0.0.23 - - [2026-06-15 03:36:33] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006373 10.0.0.23 - - [2026-06-15 03:36:35] "POST /neutron/port HTTP/1.1" 200 1126 0.032447 10.0.0.23 - - [2026-06-15 03:36:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003930 10.0.0.23 - - [2026-06-15 03:36:36] "POST /neutron/network HTTP/1.1" 200 808 0.007533 10.0.0.23 - - [2026-06-15 03:36:36] "GET /virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67 HTTP/1.1" 200 1300 0.005491 10.0.0.23 - - [2026-06-15 03:36:38] "GET /virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67 HTTP/1.1" 200 1300 0.004934 10.0.0.23 - - [2026-06-15 03:36:39] "POST /neutron/port HTTP/1.1" 200 151 0.182608 10.0.0.23 - - [2026-06-15 03:36:40] "GET /virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67 HTTP/1.1" 404 171 0.002993 10.0.0.23 - - [2026-06-15 03:36:40] "GET /virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67 HTTP/1.1" 404 171 0.002944 10.0.0.23 - - [2026-06-15 03:36:40] "GET /virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67 HTTP/1.1" 404 171 0.003359 10.0.0.23 - - [2026-06-15 03:36:41] "GET /virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67 HTTP/1.1" 404 171 0.003648 10.0.0.23 - - [2026-06-15 03:36:42] "GET /virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67 HTTP/1.1" 404 171 0.003803 10.0.0.23 - - [2026-06-15 03:36:43] "POST /neutron/network HTTP/1.1" 200 782 0.010195 10.0.0.23 - - [2026-06-15 03:36:43] "GET /virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67 HTTP/1.1" 404 171 0.003867 10.0.0.23 - - [2026-06-15 03:36:44] "GET /virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67 HTTP/1.1" 404 171 0.002997 10.0.0.23 - - [2026-06-15 03:36:45] "GET /virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67 HTTP/1.1" 404 171 0.007189 10.0.0.23 - - [2026-06-15 03:36:46] "GET /virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67 HTTP/1.1" 404 171 0.002969 10.0.0.23 - - [2026-06-15 03:36:46] "GET /virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67 HTTP/1.1" 404 171 0.003076 10.0.0.23 - - [2026-06-15 03:36:47] "GET /virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67 HTTP/1.1" 404 171 0.003947 10.0.0.23 - - [2026-06-15 03:36:48] "GET /virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67 HTTP/1.1" 404 171 0.003935 10.0.0.23 - - [2026-06-15 03:36:49] "GET /virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67 HTTP/1.1" 404 171 0.003433 10.0.0.23 - - [2026-06-15 03:36:50] "GET /virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67 HTTP/1.1" 404 171 0.004784 10.0.0.23 - - [2026-06-15 03:36:51] "GET /virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67 HTTP/1.1" 404 171 0.003105 10.0.0.23 - - [2026-06-15 03:36:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.23 - - [2026-06-15 03:36:52] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003799 10.0.0.23 - - [2026-06-15 03:36:52] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003305 10.0.0.23 - - [2026-06-15 03:36:52] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007932 10.0.0.23 - - [2026-06-15 03:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004281 10.0.0.23 - - [2026-06-15 03:36:52] "GET /routing-instance/dd12e4ef-1ec2-4ede-8e3d-907d25229cb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.003956 10.0.0.23 - - [2026-06-15 03:36:52] "GET /route-target/e72a4351-e1f0-4235-9c52-9eb79d86dee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005274 10.0.0.23 - - [2026-06-15 03:36:52] "GET /virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67 HTTP/1.1" 404 171 0.003399 10.0.0.23 - - [2026-06-15 03:36:53] "GET /virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67 HTTP/1.1" 404 171 0.003587 10.0.0.23 - - [2026-06-15 03:36:54] "GET /virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67 HTTP/1.1" 404 171 0.002782 10.0.0.23 - - [2026-06-15 03:36:55] "GET /virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67 HTTP/1.1" 404 171 0.003162 10.0.0.23 - - [2026-06-15 03:36:56] "GET /virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67 HTTP/1.1" 404 171 0.004096 10.0.0.23 - - [2026-06-15 03:36:57] "GET /virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67 HTTP/1.1" 404 171 0.003608 10.0.0.23 - - [2026-06-15 03:36:57] "GET /virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67 HTTP/1.1" 404 171 0.003609 10.0.0.23 - - [2026-06-15 03:36:58] "GET /virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67 HTTP/1.1" 404 171 0.004349 10.0.0.23 - - [2026-06-15 03:36:59] "GET /virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67 HTTP/1.1" 404 171 0.003131 10.0.0.23 - - [2026-06-15 03:37:00] "GET /virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67 HTTP/1.1" 404 171 0.003367 10.0.0.23 - - [2026-06-15 03:37:01] "GET /virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67 HTTP/1.1" 404 171 0.003040 10.0.0.23 - - [2026-06-15 03:37:02] "GET /virtual-machine/fe15ff50-9a80-44d2-b50c-5e0e6839ac67 HTTP/1.1" 404 171 0.004270 10.0.0.23 - - [2026-06-15 03:37:02] "GET /obj-perms HTTP/1.1" 200 4481 0.003767 10.0.0.65 - - [2026-06-15 03:37:02] "GET /obj-perms HTTP/1.1" 200 4481 0.003437 10.0.0.23 - - [2026-06-15 03:37:02] "GET /virtual-machine/da528107-e9c9-4422-9a86-3da8de814d00 HTTP/1.1" 200 1300 0.003828 10.0.0.23 - - [2026-06-15 03:37:04] "POST /neutron/port HTTP/1.1" 200 1116 0.012086 10.0.0.23 - - [2026-06-15 03:37:04] "GET /virtual-machine/da528107-e9c9-4422-9a86-3da8de814d00 HTTP/1.1" 200 1300 0.009094 10.0.0.23 - - [2026-06-15 03:37:06] "GET /virtual-machine/da528107-e9c9-4422-9a86-3da8de814d00 HTTP/1.1" 404 171 0.003081 10.0.0.23 - - [2026-06-15 03:37:06] "GET /virtual-machine/da528107-e9c9-4422-9a86-3da8de814d00 HTTP/1.1" 404 171 0.002951 10.0.0.23 - - [2026-06-15 03:37:06] "GET /virtual-machine/da528107-e9c9-4422-9a86-3da8de814d00 HTTP/1.1" 404 171 0.002977 10.0.0.23 - - [2026-06-15 03:37:06] "GET /virtual-machine/da528107-e9c9-4422-9a86-3da8de814d00 HTTP/1.1" 404 171 0.003011 10.0.0.23 - - [2026-06-15 03:37:07] "GET /virtual-machine/da528107-e9c9-4422-9a86-3da8de814d00 HTTP/1.1" 404 171 0.004411 10.0.0.23 - - [2026-06-15 03:37:08] "GET /virtual-machine/da528107-e9c9-4422-9a86-3da8de814d00 HTTP/1.1" 404 171 0.004306 10.0.0.23 - - [2026-06-15 03:37:09] "GET /virtual-machine/da528107-e9c9-4422-9a86-3da8de814d00 HTTP/1.1" 404 171 0.003340 10.0.0.23 - - [2026-06-15 03:37:10] "GET /virtual-machine/da528107-e9c9-4422-9a86-3da8de814d00 HTTP/1.1" 404 171 0.004023 10.0.0.23 - - [2026-06-15 03:37:11] "GET /virtual-machine/da528107-e9c9-4422-9a86-3da8de814d00 HTTP/1.1" 404 171 0.003366 10.0.0.23 - - [2026-06-15 03:37:11] "GET /virtual-machine/da528107-e9c9-4422-9a86-3da8de814d00 HTTP/1.1" 404 171 0.003254 10.0.0.23 - - [2026-06-15 03:37:12] "GET /virtual-machine/da528107-e9c9-4422-9a86-3da8de814d00 HTTP/1.1" 404 171 0.004454 10.0.0.23 - - [2026-06-15 03:37:13] "GET /virtual-machine/da528107-e9c9-4422-9a86-3da8de814d00 HTTP/1.1" 404 171 0.003873 10.0.0.33 - - [2026-06-15 03:37:13] "GET /obj-perms HTTP/1.1" 200 4493 0.035457 10.0.0.23 - - [2026-06-15 03:37:14] "GET /virtual-machine/da528107-e9c9-4422-9a86-3da8de814d00 HTTP/1.1" 404 171 0.003884 10.0.0.23 - - [2026-06-15 03:37:15] "GET /virtual-machine/da528107-e9c9-4422-9a86-3da8de814d00 HTTP/1.1" 404 171 0.003496 10.0.0.23 - - [2026-06-15 03:37:16] "GET /virtual-machine/da528107-e9c9-4422-9a86-3da8de814d00 HTTP/1.1" 404 171 0.002790 10.0.0.23 - - [2026-06-15 03:37:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.23 - - [2026-06-15 03:37:16] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003756 10.0.0.23 - - [2026-06-15 03:37:16] "GET /virtual-networks?parent_id=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002394 10.0.0.23 - - [2026-06-15 03:37:16] "GET /virtual-network/745363ff-8e42-4906-a955-a83d52883141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006496 10.0.0.23 - - [2026-06-15 03:37:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.23 - - [2026-06-15 03:37:17] "GET /routing-instance/dd12e4ef-1ec2-4ede-8e3d-907d25229cb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004865 10.0.0.23 - - [2026-06-15 03:37:17] "GET /route-target/e72a4351-e1f0-4235-9c52-9eb79d86dee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004512 10.0.0.23 - - [2026-06-15 03:37:17] "GET /obj-perms HTTP/1.1" 200 4481 0.003373 10.0.0.65 - - [2026-06-15 03:37:17] "GET /obj-perms HTTP/1.1" 200 4481 0.003374 10.0.0.65 - - [2026-06-15 03:37:17] "POST /useragent-kv HTTP/1.1" 200 115 0.037982 10.0.0.65 - - [2026-06-15 03:37:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002328 10.0.0.23 - - [2026-06-15 03:37:17] "POST /neutron/network HTTP/1.1" 200 151 0.159168 10.0.0.23 - - [2026-06-15 03:37:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.23 - - [2026-06-15 03:37:17] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003696 10.0.0.23 - - [2026-06-15 03:37:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.23 - - [2026-06-15 03:37:17] "PUT /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b HTTP/1.1" 200 276 0.012819 10.0.0.65 - - [2026-06-15 03:37:19] "GET /projects?obj_uuids=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000948 10.0.0.23 - - [2026-06-15 03:37:20] "GET /project/e8d5f302-7094-412b-9340-947b8969a0a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.040524 10.0.0.65 - - [2026-06-15 03:37:20] "GET /projects?obj_uuids=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001027 10.0.0.23 - - [2026-06-15 03:37:20] "GET /project/e8d5f302-7094-412b-9340-947b8969a0a4?fields=virtual_networks HTTP/1.1" 200 1046 0.044744 10.0.0.65 - - [2026-06-15 03:37:20] "GET /projects?obj_uuids=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001278 10.0.0.23 - - [2026-06-15 03:37:20] "GET /project/e8d5f302-7094-412b-9340-947b8969a0a4?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.044717 10.0.0.65 - - [2026-06-15 03:37:20] "GET /projects?obj_uuids=e8d5f302-7094-412b-9340-947b8969a0a4&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001015 10.0.0.23 - - [2026-06-15 03:37:20] "GET /project/e8d5f302-7094-412b-9340-947b8969a0a4?fields=security_groups HTTP/1.1" 200 1279 0.043887 10.0.0.23 - - [2026-06-15 03:37:21] "POST /fqname-to-id HTTP/1.1" 404 194 0.046489 10.0.0.65 - - [2026-06-15 03:37:21] "GET /projects?obj_uuids=2f6de2ce-61eb-4cda-ad68-2300d14966bf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003642 10.0.0.65 - - [2026-06-15 03:37:21] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001162 10.0.0.65 - - [2026-06-15 03:37:21] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007813 10.0.0.65 - - [2026-06-15 03:37:21] "POST /id-to-fqname HTTP/1.1" 200 196 0.003490 10.0.0.65 - - [2026-06-15 03:37:21] "POST /fqname-to-id HTTP/1.1" 404 205 0.003177 10.0.0.65 - - [2026-06-15 03:37:21] "POST /security-groups HTTP/1.1" 200 597 0.032932 10.0.0.65 - - [2026-06-15 03:37:21] "POST /projects HTTP/1.1" 200 597 0.245790 10.0.0.65 - - [2026-06-15 03:37:21] "POST /fqname-to-id HTTP/1.1" 404 240 0.042404 10.0.0.65 - - [2026-06-15 03:37:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.318373 10.0.0.65 - - [2026-06-15 03:37:21] "POST /access-control-lists HTTP/1.1" 200 600 0.033524 10.0.0.23 - - [2026-06-15 03:37:21] "GET /project/2f6de2ce-61eb-4cda-ad68-2300d14966bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.485704 10.0.0.23 - - [2026-06-15 03:37:22] "GET / HTTP/1.1" 200 35931 0.001795 10.0.0.65 - - [2026-06-15 03:37:25] "GET /projects?obj_uuids=2f6de2ce-61eb-4cda-ad68-2300d14966bf&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000891 10.0.0.23 - - [2026-06-15 03:37:25] "GET /project/2f6de2ce-61eb-4cda-ad68-2300d14966bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.036415 10.0.0.65 - - [2026-06-15 03:37:25] "GET /projects?obj_uuids=2f6de2ce-61eb-4cda-ad68-2300d14966bf&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001370 10.0.0.23 - - [2026-06-15 03:37:25] "GET /project/2f6de2ce-61eb-4cda-ad68-2300d14966bf?fields=virtual_networks HTTP/1.1" 200 1043 0.040462 10.0.0.65 - - [2026-06-15 03:37:26] "GET /projects?obj_uuids=2f6de2ce-61eb-4cda-ad68-2300d14966bf&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001126 10.0.0.23 - - [2026-06-15 03:37:26] "GET /project/2f6de2ce-61eb-4cda-ad68-2300d14966bf?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.044376 10.0.0.65 - - [2026-06-15 03:37:26] "GET /projects?obj_uuids=2f6de2ce-61eb-4cda-ad68-2300d14966bf&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001040 10.0.0.23 - - [2026-06-15 03:37:26] "GET /project/2f6de2ce-61eb-4cda-ad68-2300d14966bf?fields=security_groups HTTP/1.1" 200 1275 0.040962 10.0.0.23 - - [2026-06-15 03:37:26] "POST /fqname-to-id HTTP/1.1" 404 188 0.028112 10.0.0.65 - - [2026-06-15 03:37:27] "GET /projects?obj_uuids=1d40efc8-4ece-4f29-ae55-b0b62dff40bc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003822 10.0.0.65 - - [2026-06-15 03:37:27] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000884 10.0.0.65 - - [2026-06-15 03:37:27] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006769 10.0.0.65 - - [2026-06-15 03:37:27] "POST /id-to-fqname HTTP/1.1" 200 190 0.002563 10.0.0.65 - - [2026-06-15 03:37:27] "POST /fqname-to-id HTTP/1.1" 404 199 0.005787 10.0.0.65 - - [2026-06-15 03:37:27] "POST /security-groups HTTP/1.1" 200 591 0.073214 10.0.0.65 - - [2026-06-15 03:37:27] "POST /projects HTTP/1.1" 200 585 0.270648 10.0.0.65 - - [2026-06-15 03:37:27] "POST /fqname-to-id HTTP/1.1" 404 233 0.010089 10.0.0.65 - - [2026-06-15 03:37:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.340553 10.0.0.23 - - [2026-06-15 03:37:27] "GET /project/1d40efc8-4ece-4f29-ae55-b0b62dff40bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.495217 10.0.0.23 - - [2026-06-15 03:37:28] "GET / HTTP/1.1" 200 35931 0.001501 10.0.0.65 - - [2026-06-15 03:37:31] "GET /projects?obj_uuids=1d40efc8-4ece-4f29-ae55-b0b62dff40bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000923 10.0.0.23 - - [2026-06-15 03:37:31] "GET /project/1d40efc8-4ece-4f29-ae55-b0b62dff40bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.085070 10.0.0.65 - - [2026-06-15 03:37:31] "GET /projects?obj_uuids=1d40efc8-4ece-4f29-ae55-b0b62dff40bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000866 10.0.0.23 - - [2026-06-15 03:37:31] "GET /project/1d40efc8-4ece-4f29-ae55-b0b62dff40bc?fields=virtual_networks HTTP/1.1" 200 1031 0.029559 10.0.0.65 - - [2026-06-15 03:37:31] "GET /projects?obj_uuids=1d40efc8-4ece-4f29-ae55-b0b62dff40bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000865 10.0.0.23 - - [2026-06-15 03:37:31] "GET /project/1d40efc8-4ece-4f29-ae55-b0b62dff40bc?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.044998 10.0.0.65 - - [2026-06-15 03:37:31] "GET /projects?obj_uuids=1d40efc8-4ece-4f29-ae55-b0b62dff40bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001184 10.0.0.23 - - [2026-06-15 03:37:31] "GET /project/1d40efc8-4ece-4f29-ae55-b0b62dff40bc?fields=security_groups HTTP/1.1" 200 1257 0.047882 10.0.0.23 - - [2026-06-15 03:37:32] "POST /fqname-to-id HTTP/1.1" 404 196 0.025102 10.0.0.65 - - [2026-06-15 03:37:32] "GET /projects?obj_uuids=546fdc37-8dfc-4edd-abe0-b7b753a0f1d5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003104 10.0.0.65 - - [2026-06-15 03:37:32] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001041 10.0.0.65 - - [2026-06-15 03:37:32] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006790 10.0.0.65 - - [2026-06-15 03:37:32] "POST /id-to-fqname HTTP/1.1" 200 198 0.006057 10.0.0.65 - - [2026-06-15 03:37:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.005386 10.0.0.65 - - [2026-06-15 03:37:33] "POST /security-groups HTTP/1.1" 200 599 0.031952 10.0.0.65 - - [2026-06-15 03:37:33] "POST /projects HTTP/1.1" 200 601 0.219951 10.0.0.65 - - [2026-06-15 03:37:33] "POST /access-control-lists HTTP/1.1" 200 604 0.024298 10.0.0.65 - - [2026-06-15 03:37:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.286904 10.0.0.23 - - [2026-06-15 03:37:33] "GET /project/546fdc37-8dfc-4edd-abe0-b7b753a0f1d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.420627 10.0.0.23 - - [2026-06-15 03:37:34] "GET / HTTP/1.1" 200 35931 0.001456 10.0.0.23 - - [2026-06-15 03:37:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000395 10.0.0.23 - - [2026-06-15 03:37:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.061697 10.0.0.65 - - [2026-06-15 03:37:34] "GET /projects?obj_uuids=546fdc37-8dfc-4edd-abe0-b7b753a0f1d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000795 10.0.0.23 - - [2026-06-15 03:37:35] "GET /project/546fdc37-8dfc-4edd-abe0-b7b753a0f1d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.048505 10.0.0.65 - - [2026-06-15 03:37:35] "POST /route-targets HTTP/1.1" 200 327 0.013371 10.0.0.65 - - [2026-06-15 03:37:35] "POST /useragent-kv HTTP/1.1" 200 115 0.005841 10.0.0.23 - - [2026-06-15 03:37:35] "POST /neutron/subnet HTTP/1.1" 200 716 0.277359 10.0.0.65 - - [2026-06-15 03:37:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.027854 10.0.0.23 - - [2026-06-15 03:37:35] "POST /neutron/network HTTP/1.1" 200 975 0.009579 10.0.0.23 - - [2026-06-15 03:37:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.000931 10.0.0.23 - - [2026-06-15 03:37:35] "GET /virtual-network/11bd9b83-43c2-491e-bae0-a70a6cbd8fb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.004493 10.0.0.23 - - [2026-06-15 03:37:35] "GET /virtual-network/11bd9b83-43c2-491e-bae0-a70a6cbd8fb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005261 10.0.0.23 - - [2026-06-15 03:37:35] "POST /neutron/subnet HTTP/1.1" 200 716 0.007905 10.0.0.23 - - [2026-06-15 03:37:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.65 - - [2026-06-15 03:37:35] "GET /projects?obj_uuids=546fdc37-8dfc-4edd-abe0-b7b753a0f1d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001043 10.0.0.23 - - [2026-06-15 03:37:35] "GET /project/546fdc37-8dfc-4edd-abe0-b7b753a0f1d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.046896 10.0.0.65 - - [2026-06-15 03:37:36] "GET /projects?obj_uuids=546fdc37-8dfc-4edd-abe0-b7b753a0f1d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000842 10.0.0.23 - - [2026-06-15 03:37:36] "POST /neutron/network HTTP/1.1" 200 601 0.145831 10.0.0.65 - - [2026-06-15 03:37:36] "POST /ref-update HTTP/1.1" 200 156 0.032453 10.0.0.65 - - [2026-06-15 03:37:36] "POST /useragent-kv HTTP/1.1" 200 115 0.008680 10.0.0.23 - - [2026-06-15 03:37:36] "POST /neutron/subnet HTTP/1.1" 200 725 0.196875 10.0.0.23 - - [2026-06-15 03:37:36] "POST /id-to-fqname HTTP/1.1" 200 222 0.001657 10.0.0.23 - - [2026-06-15 03:37:36] "GET /virtual-network/3a2aad7c-b53c-4e88-8df2-6f8bc1b7f53e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005733 10.0.0.23 - - [2026-06-15 03:37:36] "GET /virtual-network/3a2aad7c-b53c-4e88-8df2-6f8bc1b7f53e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.007184 10.0.0.23 - - [2026-06-15 03:37:36] "POST /neutron/network HTTP/1.1" 200 975 0.012301 10.0.0.23 - - [2026-06-15 03:37:36] "POST /id-to-fqname HTTP/1.1" 200 222 0.001725 10.0.0.23 - - [2026-06-15 03:37:37] "POST /neutron/port HTTP/1.1" 200 4192 0.046088 10.0.0.23 - - [2026-06-15 03:37:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004369 10.0.0.23 - - [2026-06-15 03:37:37] "POST /neutron/port HTTP/1.1" 200 117 0.001401 10.0.0.65 - - [2026-06-15 03:37:37] "GET /projects?obj_uuids=546fdc37-8dfc-4edd-abe0-b7b753a0f1d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000937 10.0.0.23 - - [2026-06-15 03:37:37] "GET /project/546fdc37-8dfc-4edd-abe0-b7b753a0f1d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.062470 10.0.0.23 - - [2026-06-15 03:37:37] "POST /neutron/network HTTP/1.1" 200 975 0.032928 10.0.0.23 - - [2026-06-15 03:37:38] "POST /id-to-fqname HTTP/1.1" 200 222 0.001176 10.0.0.23 - - [2026-06-15 03:37:38] "POST /neutron/port HTTP/1.1" 200 4192 0.036212 10.0.0.65 - - [2026-06-15 03:37:39] "GET /projects?obj_uuids=546fdc37-8dfc-4edd-abe0-b7b753a0f1d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001400 10.0.0.23 - - [2026-06-15 03:37:39] "GET /project/546fdc37-8dfc-4edd-abe0-b7b753a0f1d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.067033 10.0.0.23 - - [2026-06-15 03:37:39] "POST /neutron/port HTTP/1.1" 200 4192 0.047981 10.0.0.23 - - [2026-06-15 03:37:41] "POST /neutron/port HTTP/1.1" 200 1218 0.015216 10.0.0.23 - - [2026-06-15 03:37:42] "POST /neutron/port HTTP/1.1" 200 1153 0.019029 10.0.0.23 - - [2026-06-15 03:37:42] "POST /neutron/port HTTP/1.1" 200 1218 0.026146 10.0.0.23 - - [2026-06-15 03:37:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003630 10.0.0.23 - - [2026-06-15 03:37:43] "POST /neutron/port HTTP/1.1" 200 117 0.000985 10.0.0.65 - - [2026-06-15 03:37:43] "GET /projects?obj_uuids=546fdc37-8dfc-4edd-abe0-b7b753a0f1d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000855 10.0.0.23 - - [2026-06-15 03:37:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005746 10.0.0.23 - - [2026-06-15 03:37:43] "POST /neutron/port HTTP/1.1" 200 117 0.001165 10.0.0.23 - - [2026-06-15 03:37:44] "POST /neutron/port HTTP/1.1" 200 1153 0.390080 10.0.0.23 - - [2026-06-15 03:37:44] "POST /neutron/port HTTP/1.1" 200 1153 0.012667 10.0.0.23 - - [2026-06-15 03:37:44] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006505 10.0.0.23 - - [2026-06-15 03:37:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004044 10.0.0.23 - - [2026-06-15 03:37:45] "POST /neutron/port HTTP/1.1" 200 117 0.000965 10.0.0.23 - - [2026-06-15 03:37:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008180 10.0.0.23 - - [2026-06-15 03:37:49] "POST /neutron/port HTTP/1.1" 200 1217 0.023131 10.0.0.23 - - [2026-06-15 03:37:49] "GET /virtual-machine/40976d18-cad2-434e-b4f3-fbb8597f191d HTTP/1.1" 401 292 0.000376 10.0.0.23 - - [2026-06-15 03:37:50] "GET /virtual-machine/40976d18-cad2-434e-b4f3-fbb8597f191d HTTP/1.1" 200 1300 0.031897 10.0.0.23 - - [2026-06-15 03:37:50] "GET /virtual-machine-interface/66f8b72b-5efd-455a-ae57-315e22759626 HTTP/1.1" 200 3156 0.005625 10.0.0.23 - - [2026-06-15 03:37:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005304 10.0.0.23 - - [2026-06-15 03:37:50] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005014 10.0.0.23 - - [2026-06-15 03:37:50] "GET /virtual-networks?parent_id=546fdc37-8dfc-4edd-abe0-b7b753a0f1d5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003216 10.0.0.23 - - [2026-06-15 03:37:50] "GET /virtual-network/11bd9b83-43c2-491e-bae0-a70a6cbd8fb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005198 10.0.0.23 - - [2026-06-15 03:37:53] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006160 10.0.0.23 - - [2026-06-15 03:37:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.23 - - [2026-06-15 03:37:53] "GET /virtual-network/11bd9b83-43c2-491e-bae0-a70a6cbd8fb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005337 10.0.0.23 - - [2026-06-15 03:37:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.23 - - [2026-06-15 03:37:55] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004053 10.0.0.23 - - [2026-06-15 03:37:55] "GET /virtual-networks?parent_id=546fdc37-8dfc-4edd-abe0-b7b753a0f1d5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003105 10.0.0.23 - - [2026-06-15 03:37:55] "GET /virtual-network/11bd9b83-43c2-491e-bae0-a70a6cbd8fb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006126 10.0.0.23 - - [2026-06-15 03:37:55] "POST /neutron/port HTTP/1.1" 200 1217 0.020492 10.0.0.23 - - [2026-06-15 03:38:01] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006947 10.0.0.23 - - [2026-06-15 03:38:01] "POST /neutron/port HTTP/1.1" 200 1217 0.017781 10.0.0.23 - - [2026-06-15 03:38:01] "GET /virtual-machine/f383ccaa-20e4-4982-bc28-0168771f83df HTTP/1.1" 200 1301 0.005401 10.0.0.23 - - [2026-06-15 03:38:01] "GET /virtual-machine-interface/ca8cd3da-eabb-4603-a77b-a3c83b415ef7 HTTP/1.1" 200 3157 0.005156 10.0.0.23 - - [2026-06-15 03:38:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.23 - - [2026-06-15 03:38:01] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003271 10.0.0.23 - - [2026-06-15 03:38:01] "GET /virtual-networks?parent_id=546fdc37-8dfc-4edd-abe0-b7b753a0f1d5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003206 10.0.0.23 - - [2026-06-15 03:38:01] "GET /virtual-network/3a2aad7c-b53c-4e88-8df2-6f8bc1b7f53e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006620 10.0.0.23 - - [2026-06-15 03:38:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.23 - - [2026-06-15 03:38:02] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003368 10.0.0.23 - - [2026-06-15 03:38:02] "GET /virtual-networks?parent_id=546fdc37-8dfc-4edd-abe0-b7b753a0f1d5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002947 10.0.0.23 - - [2026-06-15 03:38:02] "GET /virtual-network/3a2aad7c-b53c-4e88-8df2-6f8bc1b7f53e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005447 10.0.0.23 - - [2026-06-15 03:38:02] "POST /fqname-to-id HTTP/1.1" 404 209 0.003074 10.0.0.23 - - [2026-06-15 03:38:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.65 - - [2026-06-15 03:38:02] "GET /projects?obj_uuids=546fdc37-8dfc-4edd-abe0-b7b753a0f1d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001176 10.0.0.23 - - [2026-06-15 03:38:02] "GET /project/546fdc37-8dfc-4edd-abe0-b7b753a0f1d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.046911 10.0.0.23 - - [2026-06-15 03:38:02] "POST /network-policys HTTP/1.1" 200 533 0.025098 10.0.0.23 - - [2026-06-15 03:38:02] "GET /network-policy/88027dd8-db62-4eab-8103-428754de14a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006917 10.0.0.23 - - [2026-06-15 03:38:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.23 - - [2026-06-15 03:38:02] "GET /virtual-network/11bd9b83-43c2-491e-bae0-a70a6cbd8fb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005141 10.0.0.23 - - [2026-06-15 03:38:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002721 10.0.0.23 - - [2026-06-15 03:38:02] "GET /network-policy/88027dd8-db62-4eab-8103-428754de14a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.004264 10.0.0.65 - - [2026-06-15 03:38:03] "POST /fqname-to-id HTTP/1.1" 404 230 0.008461 10.0.0.65 - - [2026-06-15 03:38:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.011001 10.0.0.23 - - [2026-06-15 03:38:03] "POST /ref-update HTTP/1.1" 200 156 0.069603 10.0.0.23 - - [2026-06-15 03:38:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.23 - - [2026-06-15 03:38:03] "GET /network-policy/88027dd8-db62-4eab-8103-428754de14a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.007812 10.0.0.23 - - [2026-06-15 03:38:03] "GET /virtual-network/11bd9b83-43c2-491e-bae0-a70a6cbd8fb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2864 0.007380 10.0.0.23 - - [2026-06-15 03:38:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.23 - - [2026-06-15 03:38:03] "GET /network-policy/88027dd8-db62-4eab-8103-428754de14a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.005100 10.0.0.23 - - [2026-06-15 03:38:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.23 - - [2026-06-15 03:38:03] "GET /virtual-network/3a2aad7c-b53c-4e88-8df2-6f8bc1b7f53e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.007164 10.0.0.23 - - [2026-06-15 03:38:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.23 - - [2026-06-15 03:38:03] "GET /network-policy/88027dd8-db62-4eab-8103-428754de14a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.005239 10.0.0.23 - - [2026-06-15 03:38:03] "POST /ref-update HTTP/1.1" 200 156 0.074260 10.0.0.65 - - [2026-06-15 03:38:03] "POST /access-control-lists HTTP/1.1" 200 578 0.037395 10.0.0.23 - - [2026-06-15 03:38:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004611 10.0.0.23 - - [2026-06-15 03:38:03] "GET /network-policy/88027dd8-db62-4eab-8103-428754de14a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.004773 10.0.0.23 - - [2026-06-15 03:38:03] "POST /neutron/network HTTP/1.1" 200 1061 0.010967 10.0.0.23 - - [2026-06-15 03:38:03] "GET /virtual-network/3a2aad7c-b53c-4e88-8df2-6f8bc1b7f53e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2865 0.004902 10.0.0.23 - - [2026-06-15 03:38:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002625 10.0.0.23 - - [2026-06-15 03:38:03] "GET /network-policy/88027dd8-db62-4eab-8103-428754de14a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.003718 10.0.0.23 - - [2026-06-15 03:38:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.65 - - [2026-06-15 03:38:03] "GET /projects?obj_uuids=546fdc37-8dfc-4edd-abe0-b7b753a0f1d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001529 10.0.0.23 - - [2026-06-15 03:38:03] "GET /project/546fdc37-8dfc-4edd-abe0-b7b753a0f1d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.047207 10.0.0.65 - - [2026-06-15 03:38:04] "POST /ref-update HTTP/1.1" 200 156 0.023214 10.0.0.65 - - [2026-06-15 03:38:04] "POST /useragent-kv HTTP/1.1" 200 115 0.007485 10.0.0.23 - - [2026-06-15 03:38:04] "POST /neutron/subnet HTTP/1.1" 200 701 0.168124 10.0.0.23 - - [2026-06-15 03:38:04] "POST /id-to-fqname HTTP/1.1" 200 214 0.001199 10.0.0.23 - - [2026-06-15 03:38:04] "GET /virtual-network/da9aa1d8-9834-4e0c-bf0d-161ff24014c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006461 10.0.0.23 - - [2026-06-15 03:38:04] "GET /virtual-network/da9aa1d8-9834-4e0c-bf0d-161ff24014c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.004427 10.0.0.23 - - [2026-06-15 03:38:04] "POST /neutron/network HTTP/1.1" 200 799 0.005808 10.0.0.23 - - [2026-06-15 03:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002288 10.0.0.65 - - [2026-06-15 03:38:04] "GET /projects?obj_uuids=546fdc37-8dfc-4edd-abe0-b7b753a0f1d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000776 10.0.0.23 - - [2026-06-15 03:38:04] "GET /project/546fdc37-8dfc-4edd-abe0-b7b753a0f1d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.047610 10.0.0.65 - - [2026-06-15 03:38:04] "GET /projects?obj_uuids=546fdc37-8dfc-4edd-abe0-b7b753a0f1d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001158 10.0.0.23 - - [2026-06-15 03:38:04] "POST /neutron/network HTTP/1.1" 200 585 0.135300 10.0.0.23 - - [2026-06-15 03:38:04] "POST /id-to-fqname HTTP/1.1" 200 214 0.002971 10.0.0.23 - - [2026-06-15 03:38:04] "GET /virtual-network/253246a6-d15d-4c3b-9dc3-2b9b75de18b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.004885 10.0.0.23 - - [2026-06-15 03:38:04] "POST /neutron/network HTTP/1.1" 200 799 0.005277 10.0.0.23 - - [2026-06-15 03:38:04] "GET /virtual-network/253246a6-d15d-4c3b-9dc3-2b9b75de18b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.004493 10.0.0.23 - - [2026-06-15 03:38:04] "POST /fqname-to-id HTTP/1.1" 404 239 0.002945 10.0.0.23 - - [2026-06-15 03:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004675 10.0.0.65 - - [2026-06-15 03:38:04] "GET /projects?obj_uuids=546fdc37-8dfc-4edd-abe0-b7b753a0f1d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001085 10.0.0.23 - - [2026-06-15 03:38:05] "GET /project/546fdc37-8dfc-4edd-abe0-b7b753a0f1d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.047415 10.0.0.23 - - [2026-06-15 03:38:05] "POST /network-policys HTTP/1.1" 200 587 0.027864 10.0.0.23 - - [2026-06-15 03:38:05] "GET /network-policy/174d0067-6947-4247-95a1-ed49ccf28a77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.007775 10.0.0.23 - - [2026-06-15 03:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.23 - - [2026-06-15 03:38:05] "GET /virtual-network/da9aa1d8-9834-4e0c-bf0d-161ff24014c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006943 10.0.0.23 - - [2026-06-15 03:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.23 - - [2026-06-15 03:38:05] "GET /network-policy/174d0067-6947-4247-95a1-ed49ccf28a77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.004563 10.0.0.65 - - [2026-06-15 03:38:05] "POST /fqname-to-id HTTP/1.1" 404 210 0.003819 10.0.0.23 - - [2026-06-15 03:38:05] "POST /ref-update HTTP/1.1" 200 156 0.058341 10.0.0.23 - - [2026-06-15 03:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.014498 10.0.0.23 - - [2026-06-15 03:38:05] "GET /network-policy/174d0067-6947-4247-95a1-ed49ccf28a77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.004885 10.0.0.23 - - [2026-06-15 03:38:05] "POST /neutron/network HTTP/1.1" 200 912 0.009247 10.0.0.23 - - [2026-06-15 03:38:05] "GET /virtual-network/da9aa1d8-9834-4e0c-bf0d-161ff24014c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.004979 10.0.0.23 - - [2026-06-15 03:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002392 10.0.0.23 - - [2026-06-15 03:38:05] "GET /network-policy/174d0067-6947-4247-95a1-ed49ccf28a77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.004362 10.0.0.23 - - [2026-06-15 03:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.23 - - [2026-06-15 03:38:05] "GET /virtual-network/253246a6-d15d-4c3b-9dc3-2b9b75de18b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.005316 10.0.0.23 - - [2026-06-15 03:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.23 - - [2026-06-15 03:38:05] "GET /network-policy/174d0067-6947-4247-95a1-ed49ccf28a77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.004239 10.0.0.23 - - [2026-06-15 03:38:05] "POST /ref-update HTTP/1.1" 200 156 0.049051 10.0.0.23 - - [2026-06-15 03:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.65 - - [2026-06-15 03:38:05] "POST /access-control-lists HTTP/1.1" 200 554 0.076928 10.0.0.23 - - [2026-06-15 03:38:05] "GET /network-policy/174d0067-6947-4247-95a1-ed49ccf28a77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.003373 10.0.0.23 - - [2026-06-15 03:38:05] "GET /virtual-network/253246a6-d15d-4c3b-9dc3-2b9b75de18b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.009145 10.0.0.23 - - [2026-06-15 03:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002533 10.0.0.23 - - [2026-06-15 03:38:05] "GET /network-policy/174d0067-6947-4247-95a1-ed49ccf28a77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.003963 10.0.0.23 - - [2026-06-15 03:38:05] "POST /id-to-fqname HTTP/1.1" 200 214 0.000955 10.0.0.23 - - [2026-06-15 03:38:06] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007151 10.0.0.65 - - [2026-06-15 03:38:06] "GET /projects?obj_uuids=546fdc37-8dfc-4edd-abe0-b7b753a0f1d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000871 10.0.0.23 - - [2026-06-15 03:38:06] "GET /project/546fdc37-8dfc-4edd-abe0-b7b753a0f1d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.071794 10.0.0.23 - - [2026-06-15 03:38:07] "POST /neutron/port HTTP/1.1" 200 6318 0.056242 10.0.0.23 - - [2026-06-15 03:38:07] "POST /id-to-fqname HTTP/1.1" 200 214 0.001534 10.0.0.23 - - [2026-06-15 03:38:07] "POST /neutron/port HTTP/1.1" 200 6318 0.042871 10.0.0.65 - - [2026-06-15 03:38:08] "GET /projects?obj_uuids=546fdc37-8dfc-4edd-abe0-b7b753a0f1d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001433 10.0.0.23 - - [2026-06-15 03:38:08] "GET /project/546fdc37-8dfc-4edd-abe0-b7b753a0f1d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.067807 10.0.0.23 - - [2026-06-15 03:38:08] "POST /neutron/network HTTP/1.1" 200 912 0.009775 10.0.0.23 - - [2026-06-15 03:38:08] "POST /neutron/port HTTP/1.1" 200 117 0.007648 10.0.0.23 - - [2026-06-15 03:38:08] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004291 10.0.0.23 - - [2026-06-15 03:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.23 - - [2026-06-15 03:38:08] "GET /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.005404 10.0.0.23 - - [2026-06-15 03:38:09] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003501 10.0.0.23 - - [2026-06-15 03:38:09] "GET /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.003894 10.0.0.23 - - [2026-06-15 03:38:09] "GET /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.003573 10.0.0.23 - - [2026-06-15 03:38:10] "PUT /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b HTTP/1.1" 200 254 0.027583 10.0.0.23 - - [2026-06-15 03:38:10] "PUT /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b HTTP/1.1" 200 254 0.029525 10.0.0.23 - - [2026-06-15 03:38:10] "GET /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006607 10.0.0.23 - - [2026-06-15 03:38:10] "GET /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.011219 10.0.0.23 - - [2026-06-15 03:38:10] "PUT /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9 HTTP/1.1" 200 254 0.049360 10.0.0.23 - - [2026-06-15 03:38:10] "PUT /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9 HTTP/1.1" 200 254 0.050802 10.0.0.23 - - [2026-06-15 03:38:10] "GET /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007251 10.0.0.23 - - [2026-06-15 03:38:10] "GET /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.003972 10.0.0.23 - - [2026-06-15 03:38:10] "PUT /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475 HTTP/1.1" 200 254 0.031431 10.0.0.23 - - [2026-06-15 03:38:10] "PUT /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475 HTTP/1.1" 200 254 0.043526 10.0.0.23 - - [2026-06-15 03:38:10] "GET /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.006499 10.0.0.23 - - [2026-06-15 03:38:10] "GET /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.004831 10.0.0.23 - - [2026-06-15 03:38:10] "PUT /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b HTTP/1.1" 200 254 0.027868 10.0.0.23 - - [2026-06-15 03:38:10] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003652 10.0.0.23 - - [2026-06-15 03:38:10] "GET /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.004844 10.0.0.23 - - [2026-06-15 03:38:10] "GET /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.004683 10.0.0.23 - - [2026-06-15 03:38:10] "PUT /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b HTTP/1.1" 200 254 0.031244 10.0.0.23 - - [2026-06-15 03:38:10] "PUT /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b HTTP/1.1" 200 254 0.040274 10.0.0.23 - - [2026-06-15 03:38:10] "GET /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.013840 10.0.0.23 - - [2026-06-15 03:38:10] "GET /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005681 10.0.0.23 - - [2026-06-15 03:38:10] "PUT /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9 HTTP/1.1" 200 254 0.032747 10.0.0.23 - - [2026-06-15 03:38:11] "PUT /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9 HTTP/1.1" 200 254 0.039390 10.0.0.23 - - [2026-06-15 03:38:11] "GET /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008934 10.0.0.23 - - [2026-06-15 03:38:11] "GET /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008944 10.0.0.23 - - [2026-06-15 03:38:11] "PUT /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475 HTTP/1.1" 200 254 0.032916 10.0.0.23 - - [2026-06-15 03:38:11] "PUT /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475 HTTP/1.1" 200 254 0.037630 10.0.0.23 - - [2026-06-15 03:38:11] "GET /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005896 10.0.0.23 - - [2026-06-15 03:38:11] "GET /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004341 10.0.0.23 - - [2026-06-15 03:38:11] "PUT /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9 HTTP/1.1" 200 254 0.023058 10.0.0.23 - - [2026-06-15 03:38:11] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003479 10.0.0.23 - - [2026-06-15 03:38:11] "GET /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.004448 10.0.0.23 - - [2026-06-15 03:38:11] "GET /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.003935 10.0.0.23 - - [2026-06-15 03:38:11] "PUT /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b HTTP/1.1" 200 254 0.023968 10.0.0.23 - - [2026-06-15 03:38:11] "PUT /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b HTTP/1.1" 200 254 0.043862 10.0.0.23 - - [2026-06-15 03:38:11] "GET /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007240 10.0.0.23 - - [2026-06-15 03:38:11] "GET /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.008599 10.0.0.23 - - [2026-06-15 03:38:11] "PUT /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9 HTTP/1.1" 200 254 0.033361 10.0.0.23 - - [2026-06-15 03:38:11] "PUT /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9 HTTP/1.1" 200 254 0.049558 10.0.0.23 - - [2026-06-15 03:38:11] "GET /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007291 10.0.0.23 - - [2026-06-15 03:38:11] "GET /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.016886 10.0.0.23 - - [2026-06-15 03:38:11] "PUT /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475 HTTP/1.1" 200 254 0.052811 10.0.0.23 - - [2026-06-15 03:38:11] "POST /neutron/port HTTP/1.1" 200 1063 0.037652 10.0.0.23 - - [2026-06-15 03:38:11] "PUT /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475 HTTP/1.1" 200 254 0.045445 10.0.0.23 - - [2026-06-15 03:38:11] "GET /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004279 10.0.0.23 - - [2026-06-15 03:38:11] "GET /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005476 10.0.0.23 - - [2026-06-15 03:38:12] "PUT /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475 HTTP/1.1" 200 254 0.031335 10.0.0.23 - - [2026-06-15 03:38:12] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003299 10.0.0.23 - - [2026-06-15 03:38:12] "GET /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.004436 10.0.0.23 - - [2026-06-15 03:38:12] "GET /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.003503 10.0.0.23 - - [2026-06-15 03:38:12] "PUT /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b HTTP/1.1" 200 254 0.023854 10.0.0.23 - - [2026-06-15 03:38:12] "PUT /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b HTTP/1.1" 200 254 0.032197 10.0.0.23 - - [2026-06-15 03:38:12] "GET /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005452 10.0.0.23 - - [2026-06-15 03:38:12] "GET /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.003423 10.0.0.23 - - [2026-06-15 03:38:12] "PUT /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9 HTTP/1.1" 200 254 0.043169 10.0.0.23 - - [2026-06-15 03:38:12] "PUT /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9 HTTP/1.1" 200 254 0.038064 10.0.0.23 - - [2026-06-15 03:38:12] "GET /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.009276 10.0.0.23 - - [2026-06-15 03:38:12] "GET /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.004099 10.0.0.23 - - [2026-06-15 03:38:12] "PUT /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475 HTTP/1.1" 200 254 0.042037 10.0.0.23 - - [2026-06-15 03:38:12] "PUT /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475 HTTP/1.1" 200 254 0.044258 10.0.0.23 - - [2026-06-15 03:38:12] "POST /neutron/network HTTP/1.1" 200 922 0.008524 10.0.0.23 - - [2026-06-15 03:38:13] "POST /neutron/port HTTP/1.1" 200 1063 0.018125 10.0.0.23 - - [2026-06-15 03:38:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005087 10.0.0.23 - - [2026-06-15 03:38:13] "POST /neutron/network HTTP/1.1" 200 912 0.009775 10.0.0.23 - - [2026-06-15 03:38:14] "POST /neutron/subnet HTTP/1.1" 200 675 0.008412 10.0.0.65 - - [2026-06-15 03:38:15] "DELETE /project/1d40efc84ece4f29ae55b0b62dff40bc HTTP/1.1" 404 173 0.037521 10.0.0.65 - - [2026-06-15 03:38:15] "DELETE /project/546fdc378dfc4eddabe0b7b753a0f1d5 HTTP/1.1" 404 173 0.047622 10.0.0.65 - - [2026-06-15 03:38:16] "DELETE /project/e8d5f302-7094-412b-9340-947b8969a0a4 HTTP/1.1" 404 177 0.062739 10.0.0.65 - - [2026-06-15 03:38:16] "GET /projects?obj_uuids=2f6de2ce-61eb-4cda-ad68-2300d14966bf&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000865 10.0.0.65 - - [2026-06-15 03:38:16] "GET /projects?obj_uuids=1d40efc8-4ece-4f29-ae55-b0b62dff40bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000788 10.0.0.65 - - [2026-06-15 03:38:16] "GET /project/2f6de2ce-61eb-4cda-ad68-2300d14966bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.055546 10.0.0.65 - - [2026-06-15 03:38:16] "DELETE /project/2f6de2ce61eb4cdaad682300d14966bf HTTP/1.1" 404 173 0.129086 10.0.0.65 - - [2026-06-15 03:38:16] "GET /projects?obj_uuids=2f6de2ce-61eb-4cda-ad68-2300d14966bf&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000926 10.0.0.65 - - [2026-06-15 03:38:16] "GET /project/1d40efc8-4ece-4f29-ae55-b0b62dff40bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.069963 10.0.0.65 - - [2026-06-15 03:38:16] "GET /project/2f6de2ce-61eb-4cda-ad68-2300d14966bf?fields=security_groups HTTP/1.1" 200 1380 0.055549 10.0.0.65 - - [2026-06-15 03:38:16] "GET /projects?obj_uuids=1d40efc8-4ece-4f29-ae55-b0b62dff40bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001705 10.0.0.65 - - [2026-06-15 03:38:16] "GET /project/1d40efc8-4ece-4f29-ae55-b0b62dff40bc?fields=security_groups HTTP/1.1" 200 1362 0.047890 10.0.0.65 - - [2026-06-15 03:38:16] "DELETE /security-group/aac999c6-ceab-426d-87f7-90232eb6a42d HTTP/1.1" 200 115 0.081279 10.0.0.65 - - [2026-06-15 03:38:16] "GET /projects?obj_uuids=2f6de2ce-61eb-4cda-ad68-2300d14966bf&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001616 10.0.0.65 - - [2026-06-15 03:38:16] "DELETE /access-control-list/f4c85876-ead5-4c8d-abf7-c67659732e5b HTTP/1.1" 200 115 0.041896 10.0.0.65 - - [2026-06-15 03:38:16] "GET /project/2f6de2ce-61eb-4cda-ad68-2300d14966bf?fields=application_policy_sets HTTP/1.1" 200 1419 0.090548 10.0.0.65 - - [2026-06-15 03:38:16] "DELETE /security-group/485b711a-af15-4248-97cb-298119eb7889 HTTP/1.1" 200 115 0.135241 10.0.0.65 - - [2026-06-15 03:38:16] "GET /projects?obj_uuids=1d40efc8-4ece-4f29-ae55-b0b62dff40bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002773 10.0.0.65 - - [2026-06-15 03:38:16] "GET /project/1d40efc8-4ece-4f29-ae55-b0b62dff40bc?fields=application_policy_sets HTTP/1.1" 200 1401 0.086260 10.0.0.65 - - [2026-06-15 03:38:16] "DELETE /project/2f6de2ce-61eb-4cda-ad68-2300d14966bf HTTP/1.1" 200 115 0.633973 10.0.0.65 - - [2026-06-15 03:38:16] "DELETE /project/1d40efc8-4ece-4f29-ae55-b0b62dff40bc HTTP/1.1" 200 115 0.698684 10.0.0.23 - - [2026-06-15 03:38:22] "POST /neutron/port HTTP/1.1" 200 1127 0.020689 10.0.0.23 - - [2026-06-15 03:38:22] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004307 10.0.0.23 - - [2026-06-15 03:38:22] "GET /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.004457 10.0.0.23 - - [2026-06-15 03:38:22] "GET /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.003766 10.0.0.23 - - [2026-06-15 03:38:22] "PUT /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b HTTP/1.1" 200 254 0.023840 10.0.0.23 - - [2026-06-15 03:38:22] "PUT /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b HTTP/1.1" 200 254 0.038593 10.0.0.23 - - [2026-06-15 03:38:22] "GET /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.003950 10.0.0.23 - - [2026-06-15 03:38:22] "GET /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005409 10.0.0.23 - - [2026-06-15 03:38:22] "PUT /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9 HTTP/1.1" 200 254 0.025875 10.0.0.23 - - [2026-06-15 03:38:23] "PUT /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9 HTTP/1.1" 200 254 0.038773 10.0.0.23 - - [2026-06-15 03:38:23] "GET /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007125 10.0.0.23 - - [2026-06-15 03:38:23] "GET /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007170 10.0.0.23 - - [2026-06-15 03:38:23] "PUT /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475 HTTP/1.1" 200 254 0.022313 10.0.0.23 - - [2026-06-15 03:38:23] "PUT /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475 HTTP/1.1" 200 254 0.038347 10.0.0.23 - - [2026-06-15 03:38:23] "GET /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.005495 10.0.0.23 - - [2026-06-15 03:38:23] "GET /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.004606 10.0.0.23 - - [2026-06-15 03:38:23] "PUT /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b HTTP/1.1" 200 254 0.017135 10.0.0.23 - - [2026-06-15 03:38:23] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003288 10.0.0.23 - - [2026-06-15 03:38:23] "GET /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.004585 10.0.0.23 - - [2026-06-15 03:38:23] "GET /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.004465 10.0.0.23 - - [2026-06-15 03:38:23] "PUT /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b HTTP/1.1" 200 254 0.022902 10.0.0.23 - - [2026-06-15 03:38:23] "PUT /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b HTTP/1.1" 200 254 0.031984 10.0.0.23 - - [2026-06-15 03:38:23] "GET /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005975 10.0.0.23 - - [2026-06-15 03:38:23] "GET /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004332 10.0.0.23 - - [2026-06-15 03:38:23] "PUT /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9 HTTP/1.1" 200 254 0.027595 10.0.0.23 - - [2026-06-15 03:38:23] "PUT /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9 HTTP/1.1" 200 254 0.030349 10.0.0.23 - - [2026-06-15 03:38:23] "GET /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.003909 10.0.0.23 - - [2026-06-15 03:38:23] "GET /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005381 10.0.0.23 - - [2026-06-15 03:38:23] "PUT /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475 HTTP/1.1" 200 254 0.036800 10.0.0.23 - - [2026-06-15 03:38:23] "PUT /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475 HTTP/1.1" 200 254 0.030478 10.0.0.23 - - [2026-06-15 03:38:23] "GET /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004252 10.0.0.23 - - [2026-06-15 03:38:23] "GET /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.003805 10.0.0.23 - - [2026-06-15 03:38:23] "PUT /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9 HTTP/1.1" 200 254 0.022073 10.0.0.23 - - [2026-06-15 03:38:23] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003138 10.0.0.23 - - [2026-06-15 03:38:23] "GET /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.004583 10.0.0.23 - - [2026-06-15 03:38:23] "GET /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.004978 10.0.0.23 - - [2026-06-15 03:38:24] "PUT /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b HTTP/1.1" 200 254 0.024050 10.0.0.23 - - [2026-06-15 03:38:24] "PUT /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b HTTP/1.1" 200 254 0.028903 10.0.0.23 - - [2026-06-15 03:38:24] "GET /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004837 10.0.0.23 - - [2026-06-15 03:38:24] "GET /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004447 10.0.0.23 - - [2026-06-15 03:38:24] "PUT /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9 HTTP/1.1" 200 254 0.022474 10.0.0.23 - - [2026-06-15 03:38:24] "PUT /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9 HTTP/1.1" 200 254 0.031385 10.0.0.23 - - [2026-06-15 03:38:24] "GET /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004573 10.0.0.23 - - [2026-06-15 03:38:24] "GET /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004936 10.0.0.23 - - [2026-06-15 03:38:24] "PUT /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475 HTTP/1.1" 200 254 0.032379 10.0.0.23 - - [2026-06-15 03:38:24] "PUT /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475 HTTP/1.1" 200 254 0.026264 10.0.0.23 - - [2026-06-15 03:38:24] "GET /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004363 10.0.0.23 - - [2026-06-15 03:38:24] "GET /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.003891 10.0.0.23 - - [2026-06-15 03:38:24] "PUT /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475 HTTP/1.1" 200 254 0.014767 10.0.0.23 - - [2026-06-15 03:38:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.005809 10.0.0.23 - - [2026-06-15 03:38:24] "POST /ref-update HTTP/1.1" 200 156 0.049640 10.0.0.65 - - [2026-06-15 03:38:24] "DELETE /access-control-list/d9c9c92c-a2b1-44d4-9126-fb747444d6c5 HTTP/1.1" 200 115 0.039941 10.0.0.23 - - [2026-06-15 03:38:24] "GET /virtual-network/253246a6-d15d-4c3b-9dc3-2b9b75de18b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.012647 10.0.0.23 - - [2026-06-15 03:38:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006209 10.0.0.23 - - [2026-06-15 03:38:24] "GET /network-policy/174d0067-6947-4247-95a1-ed49ccf28a77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.003790 10.0.0.23 - - [2026-06-15 03:38:24] "POST /ref-update HTTP/1.1" 200 156 0.050412 10.0.0.65 - - [2026-06-15 03:38:24] "POST /ref-update HTTP/1.1" 200 156 0.028620 10.0.0.23 - - [2026-06-15 03:38:24] "GET /virtual-network/da9aa1d8-9834-4e0c-bf0d-161ff24014c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.009883 10.0.0.23 - - [2026-06-15 03:38:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.23 - - [2026-06-15 03:38:25] "GET /network-policy/174d0067-6947-4247-95a1-ed49ccf28a77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.003885 10.0.0.23 - - [2026-06-15 03:38:25] "DELETE /network-policy/174d0067-6947-4247-95a1-ed49ccf28a77 HTTP/1.1" 200 115 0.033227 10.0.0.23 - - [2026-06-15 03:38:25] "POST /neutron/network HTTP/1.1" 200 799 0.006841 10.0.0.23 - - [2026-06-15 03:38:26] "POST /neutron/port HTTP/1.1" 200 1127 0.015276 10.0.0.23 - - [2026-06-15 03:38:26] "POST /neutron/port HTTP/1.1" 200 151 0.282852 10.0.0.65 - - [2026-06-15 03:38:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003026 10.0.0.65 - - [2026-06-15 03:38:27] "POST /useragent-kv HTTP/1.1" 200 115 0.009887 10.0.0.23 - - [2026-06-15 03:38:27] "POST /neutron/network HTTP/1.1" 200 151 0.118691 10.0.0.65 - - [2026-06-15 03:38:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.23 - - [2026-06-15 03:38:27] "POST /ref-update HTTP/1.1" 200 156 0.056057 10.0.0.23 - - [2026-06-15 03:38:27] "POST /neutron/network HTTP/1.1" 200 975 0.027580 10.0.0.23 - - [2026-06-15 03:38:27] "GET /virtual-network/3a2aad7c-b53c-4e88-8df2-6f8bc1b7f53e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.011140 10.0.0.23 - - [2026-06-15 03:38:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005058 10.0.0.65 - - [2026-06-15 03:38:27] "POST /ref-update HTTP/1.1" 200 156 0.038235 10.0.0.23 - - [2026-06-15 03:38:27] "GET /network-policy/88027dd8-db62-4eab-8103-428754de14a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006434 10.0.0.65 - - [2026-06-15 03:38:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.009314 10.0.0.23 - - [2026-06-15 03:38:27] "POST /ref-update HTTP/1.1" 200 156 0.052985 10.0.0.23 - - [2026-06-15 03:38:27] "GET /virtual-network/11bd9b83-43c2-491e-bae0-a70a6cbd8fb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.010026 10.0.0.23 - - [2026-06-15 03:38:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.007379 10.0.0.23 - - [2026-06-15 03:38:27] "GET /network-policy/88027dd8-db62-4eab-8103-428754de14a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.004076 10.0.0.23 - - [2026-06-15 03:38:27] "DELETE /network-policy/88027dd8-db62-4eab-8103-428754de14a1 HTTP/1.1" 200 115 0.033901 10.0.0.23 - - [2026-06-15 03:38:28] "POST /neutron/network HTTP/1.1" 400 204 0.011716 10.0.0.23 - - [2026-06-15 03:38:30] "POST /neutron/port HTTP/1.1" 200 151 0.255019 10.0.0.23 - - [2026-06-15 03:38:30] "POST /neutron/port HTTP/1.1" 200 151 0.282622 10.0.0.23 - - [2026-06-15 03:38:32] "POST /neutron/network HTTP/1.1" 200 975 0.008953 10.0.0.65 - - [2026-06-15 03:38:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004799 10.0.0.65 - - [2026-06-15 03:38:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003466 10.0.0.65 - - [2026-06-15 03:38:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002401 10.0.0.65 - - [2026-06-15 03:38:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003638 10.0.0.65 - - [2026-06-15 03:38:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002019 10.0.0.23 - - [2026-06-15 03:38:32] "POST /neutron/network HTTP/1.1" 200 151 0.135980 10.0.0.65 - - [2026-06-15 03:38:32] "DELETE /route-target/68d1bdd6-87f8-469c-b70e-f43dc557b2b9 HTTP/1.1" 200 115 0.031043 10.0.0.23 - - [2026-06-15 03:38:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.65 - - [2026-06-15 03:38:33] "GET /projects?obj_uuids=546fdc37-8dfc-4edd-abe0-b7b753a0f1d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001135 10.0.0.23 - - [2026-06-15 03:38:33] "GET /project/546fdc37-8dfc-4edd-abe0-b7b753a0f1d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.041805 10.0.0.65 - - [2026-06-15 03:38:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002225 10.0.0.23 - - [2026-06-15 03:38:34] "POST /neutron/subnet HTTP/1.1" 200 716 0.213058 10.0.0.23 - - [2026-06-15 03:38:34] "POST /id-to-fqname HTTP/1.1" 200 222 0.001195 10.0.0.23 - - [2026-06-15 03:38:34] "GET /virtual-network/2c44833b-afa0-4492-b89c-c297fb91e606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.006693 10.0.0.23 - - [2026-06-15 03:38:34] "POST /neutron/network HTTP/1.1" 200 973 0.008250 10.0.0.23 - - [2026-06-15 03:38:34] "GET /virtual-network/2c44833b-afa0-4492-b89c-c297fb91e606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.004367 10.0.0.23 - - [2026-06-15 03:38:34] "POST /neutron/subnet HTTP/1.1" 200 715 0.008196 10.0.0.23 - - [2026-06-15 03:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002761 10.0.0.65 - - [2026-06-15 03:38:34] "GET /projects?obj_uuids=546fdc37-8dfc-4edd-abe0-b7b753a0f1d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000840 10.0.0.23 - - [2026-06-15 03:38:34] "GET /project/546fdc37-8dfc-4edd-abe0-b7b753a0f1d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.041832 10.0.0.65 - - [2026-06-15 03:38:34] "POST /route-targets HTTP/1.1" 200 327 0.014363 10.0.0.65 - - [2026-06-15 03:38:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.004391 10.0.0.65 - - [2026-06-15 03:38:35] "POST /useragent-kv HTTP/1.1" 200 115 0.005443 10.0.0.23 - - [2026-06-15 03:38:35] "POST /neutron/subnet HTTP/1.1" 200 716 0.223795 10.0.0.23 - - [2026-06-15 03:38:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.001207 10.0.0.23 - - [2026-06-15 03:38:35] "GET /virtual-network/51224fc3-fe33-48e0-bed6-a4735f86bce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.006684 10.0.0.23 - - [2026-06-15 03:38:35] "POST /neutron/network HTTP/1.1" 200 977 0.008878 10.0.0.23 - - [2026-06-15 03:38:35] "GET /virtual-network/51224fc3-fe33-48e0-bed6-a4735f86bce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.004679 10.0.0.23 - - [2026-06-15 03:38:35] "POST /neutron/subnet HTTP/1.1" 200 716 0.007286 10.0.0.23 - - [2026-06-15 03:38:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.001141 10.0.0.23 - - [2026-06-15 03:38:35] "POST /neutron/network HTTP/1.1" 200 983 0.006246 10.0.0.65 - - [2026-06-15 03:38:36] "GET /projects?obj_uuids=546fdc37-8dfc-4edd-abe0-b7b753a0f1d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001024 10.0.0.23 - - [2026-06-15 03:38:36] "GET /project/546fdc37-8dfc-4edd-abe0-b7b753a0f1d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.078453 10.0.0.23 - - [2026-06-15 03:38:36] "POST /neutron/network HTTP/1.1" 200 938 0.007595 10.0.0.23 - - [2026-06-15 03:38:36] "POST /neutron/port HTTP/1.1" 200 117 0.001007 10.0.0.23 - - [2026-06-15 03:38:36] "POST /neutron/port HTTP/1.1" 200 117 0.017478 10.0.0.23 - - [2026-06-15 03:38:36] "POST /id-to-fqname HTTP/1.1" 200 222 0.001153 10.0.0.23 - - [2026-06-15 03:38:37] "POST /neutron/port HTTP/1.1" 200 1108 0.020531 10.0.0.65 - - [2026-06-15 03:38:37] "GET /projects?obj_uuids=546fdc37-8dfc-4edd-abe0-b7b753a0f1d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000833 10.0.0.23 - - [2026-06-15 03:38:38] "GET /project/546fdc37-8dfc-4edd-abe0-b7b753a0f1d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.074347 10.0.0.23 - - [2026-06-15 03:38:38] "POST /neutron/port HTTP/1.1" 200 1108 0.022534 10.0.0.23 - - [2026-06-15 03:38:38] "POST /neutron/network HTTP/1.1" 200 938 0.006019 10.0.0.23 - - [2026-06-15 03:38:38] "POST /neutron/port HTTP/1.1" 200 117 0.001023 10.0.0.65 - - [2026-06-15 03:38:41] "GET /projects?obj_uuids=546fdc37-8dfc-4edd-abe0-b7b753a0f1d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001119 10.0.0.23 - - [2026-06-15 03:38:41] "POST /neutron/port HTTP/1.1" 200 1151 0.315053 10.0.0.23 - - [2026-06-15 03:38:41] "POST /neutron/port HTTP/1.1" 200 1205 0.123278 10.0.0.23 - - [2026-06-15 03:38:42] "POST /neutron/port HTTP/1.1" 200 1215 0.026754 10.0.0.23 - - [2026-06-15 03:38:42] "POST /neutron/subnet HTTP/1.1" 200 1263 0.016255 10.0.0.23 - - [2026-06-15 03:38:42] "POST /neutron/network HTTP/1.1" 200 973 0.008067 10.0.0.23 - - [2026-06-15 03:38:43] "POST /neutron/port HTTP/1.1" 200 1209 0.131907 10.0.0.23 - - [2026-06-15 03:38:44] "POST /neutron/port HTTP/1.1" 200 1219 0.015625 10.0.0.23 - - [2026-06-15 03:38:44] "POST /neutron/subnet HTTP/1.1" 200 1282 0.012679 10.0.0.23 - - [2026-06-15 03:38:44] "POST /neutron/network HTTP/1.1" 200 977 0.008532 10.0.0.23 - - [2026-06-15 03:38:48] "POST /neutron/port HTTP/1.1" 200 1215 0.016001 10.0.0.23 - - [2026-06-15 03:38:48] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006832 10.0.0.23 - - [2026-06-15 03:38:48] "GET /virtual-machine/91b20430-c621-40af-b743-821034cdf4c9 HTTP/1.1" 200 1301 0.005340 10.0.0.23 - - [2026-06-15 03:38:48] "GET /virtual-machine-interface/40f90d28-9cac-488f-86fa-b56c0e27709d HTTP/1.1" 200 3155 0.005381 10.0.0.23 - - [2026-06-15 03:38:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.23 - - [2026-06-15 03:38:49] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002920 10.0.0.23 - - [2026-06-15 03:38:49] "GET /virtual-networks?parent_id=546fdc37-8dfc-4edd-abe0-b7b753a0f1d5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002829 10.0.0.23 - - [2026-06-15 03:38:49] "GET /virtual-network/2c44833b-afa0-4492-b89c-c297fb91e606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005575 10.0.0.23 - - [2026-06-15 03:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.23 - - [2026-06-15 03:38:52] "GET /virtual-network/2c44833b-afa0-4492-b89c-c297fb91e606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005285 10.0.0.33 - - [2026-06-15 03:38:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000540 10.0.0.33 - - [2026-06-15 03:38:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000576 10.0.0.65 - - [2026-06-15 03:38:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.65 - - [2026-06-15 03:38:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.65 - - [2026-06-15 03:38:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.65 - - [2026-06-15 03:38:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.23 - - [2026-06-15 03:38:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.23 - - [2026-06-15 03:38:54] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004430 10.0.0.23 - - [2026-06-15 03:38:54] "GET /virtual-networks?parent_id=546fdc37-8dfc-4edd-abe0-b7b753a0f1d5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004187 10.0.0.23 - - [2026-06-15 03:38:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.23 - - [2026-06-15 03:38:54] "GET /virtual-network/2c44833b-afa0-4492-b89c-c297fb91e606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.006550 10.0.0.23 - - [2026-06-15 03:38:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000279 10.0.0.23 - - [2026-06-15 03:38:54] "POST /neutron/port HTTP/1.1" 200 1219 0.035237 10.0.0.33 - - [2026-06-15 03:38:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.33 - - [2026-06-15 03:38:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.23 - - [2026-06-15 03:38:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006580 10.0.0.23 - - [2026-06-15 03:38:54] "POST /neutron/port HTTP/1.1" 200 1219 0.018169 10.0.0.23 - - [2026-06-15 03:38:54] "GET /virtual-machine/ae1af2ee-6eff-4a4e-97ec-3888a8081c0e HTTP/1.1" 200 1301 0.005475 10.0.0.23 - - [2026-06-15 03:38:54] "GET /virtual-machine-interface/301198b6-af2a-4db3-a245-3aed58e41cb3 HTTP/1.1" 200 3156 0.005044 10.0.0.23 - - [2026-06-15 03:38:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.23 - - [2026-06-15 03:38:54] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003838 10.0.0.23 - - [2026-06-15 03:38:54] "GET /virtual-networks?parent_id=546fdc37-8dfc-4edd-abe0-b7b753a0f1d5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002942 10.0.0.23 - - [2026-06-15 03:38:54] "GET /virtual-network/51224fc3-fe33-48e0-bed6-a4735f86bce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.005665 10.0.0.23 - - [2026-06-15 03:38:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.23 - - [2026-06-15 03:38:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000331 10.0.0.23 - - [2026-06-15 03:38:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.23 - - [2026-06-15 03:38:55] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003603 10.0.0.23 - - [2026-06-15 03:38:55] "GET /virtual-networks?parent_id=546fdc37-8dfc-4edd-abe0-b7b753a0f1d5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002464 10.0.0.23 - - [2026-06-15 03:38:55] "GET /virtual-network/51224fc3-fe33-48e0-bed6-a4735f86bce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.005574 10.0.0.23 - - [2026-06-15 03:38:56] "POST /fqname-to-id HTTP/1.1" 404 209 0.005038 10.0.0.23 - - [2026-06-15 03:38:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.65 - - [2026-06-15 03:38:56] "GET /projects?obj_uuids=546fdc37-8dfc-4edd-abe0-b7b753a0f1d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000941 10.0.0.23 - - [2026-06-15 03:38:56] "GET /project/546fdc37-8dfc-4edd-abe0-b7b753a0f1d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.039376 10.0.0.23 - - [2026-06-15 03:38:56] "POST /network-policys HTTP/1.1" 200 533 0.024736 10.0.0.23 - - [2026-06-15 03:38:56] "GET /network-policy/160d8b0d-a390-47d4-a58d-7f921914a821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005979 10.0.0.23 - - [2026-06-15 03:38:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002525 10.0.0.23 - - [2026-06-15 03:38:56] "GET /virtual-network/2c44833b-afa0-4492-b89c-c297fb91e606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.006028 10.0.0.23 - - [2026-06-15 03:38:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.23 - - [2026-06-15 03:38:56] "GET /network-policy/160d8b0d-a390-47d4-a58d-7f921914a821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004291 10.0.0.23 - - [2026-06-15 03:38:56] "POST /ref-update HTTP/1.1" 200 156 0.061769 10.0.0.23 - - [2026-06-15 03:38:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.65 - - [2026-06-15 03:38:56] "POST /access-control-lists HTTP/1.1" 200 578 0.087657 10.0.0.23 - - [2026-06-15 03:38:56] "GET /network-policy/160d8b0d-a390-47d4-a58d-7f921914a821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.010067 10.0.0.23 - - [2026-06-15 03:38:56] "GET /virtual-network/2c44833b-afa0-4492-b89c-c297fb91e606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2859 0.007707 10.0.0.23 - - [2026-06-15 03:38:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.23 - - [2026-06-15 03:38:56] "GET /network-policy/160d8b0d-a390-47d4-a58d-7f921914a821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.003984 10.0.0.23 - - [2026-06-15 03:38:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.23 - - [2026-06-15 03:38:56] "GET /virtual-network/51224fc3-fe33-48e0-bed6-a4735f86bce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.005260 10.0.0.23 - - [2026-06-15 03:38:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.23 - - [2026-06-15 03:38:56] "GET /network-policy/160d8b0d-a390-47d4-a58d-7f921914a821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.003976 10.0.0.65 - - [2026-06-15 03:38:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.010028 10.0.0.23 - - [2026-06-15 03:38:56] "POST /ref-update HTTP/1.1" 200 156 0.053455 10.0.0.23 - - [2026-06-15 03:38:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.010987 10.0.0.65 - - [2026-06-15 03:38:56] "POST /ref-update HTTP/1.1" 200 156 0.035182 10.0.0.23 - - [2026-06-15 03:38:57] "GET /network-policy/160d8b0d-a390-47d4-a58d-7f921914a821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004219 10.0.0.23 - - [2026-06-15 03:38:57] "POST /neutron/network HTTP/1.1" 200 1063 0.013949 10.0.0.23 - - [2026-06-15 03:38:57] "GET /virtual-network/51224fc3-fe33-48e0-bed6-a4735f86bce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.004726 10.0.0.23 - - [2026-06-15 03:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.23 - - [2026-06-15 03:38:57] "GET /network-policy/160d8b0d-a390-47d4-a58d-7f921914a821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004724 10.0.0.23 - - [2026-06-15 03:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.65 - - [2026-06-15 03:38:57] "GET /projects?obj_uuids=546fdc37-8dfc-4edd-abe0-b7b753a0f1d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001392 10.0.0.23 - - [2026-06-15 03:38:57] "GET /project/546fdc37-8dfc-4edd-abe0-b7b753a0f1d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.046730 10.0.0.65 - - [2026-06-15 03:38:57] "POST /useragent-kv HTTP/1.1" 200 115 0.010810 10.0.0.23 - - [2026-06-15 03:38:57] "POST /neutron/subnet HTTP/1.1" 200 701 0.213803 10.0.0.23 - - [2026-06-15 03:38:57] "POST /id-to-fqname HTTP/1.1" 200 214 0.001127 10.0.0.23 - - [2026-06-15 03:38:57] "GET /virtual-network/f42f1b20-104d-4ae8-a2a3-51f9402410f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006364 10.0.0.23 - - [2026-06-15 03:38:57] "GET /virtual-network/f42f1b20-104d-4ae8-a2a3-51f9402410f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005629 10.0.0.23 - - [2026-06-15 03:38:57] "POST /neutron/network HTTP/1.1" 200 799 0.005501 10.0.0.23 - - [2026-06-15 03:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.65 - - [2026-06-15 03:38:57] "GET /projects?obj_uuids=546fdc37-8dfc-4edd-abe0-b7b753a0f1d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000943 10.0.0.23 - - [2026-06-15 03:38:57] "GET /project/546fdc37-8dfc-4edd-abe0-b7b753a0f1d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.052253 10.0.0.65 - - [2026-06-15 03:38:57] "GET /projects?obj_uuids=546fdc37-8dfc-4edd-abe0-b7b753a0f1d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000920 10.0.0.23 - - [2026-06-15 03:38:58] "POST /neutron/network HTTP/1.1" 200 585 0.137486 10.0.0.65 - - [2026-06-15 03:38:58] "POST /route-targets HTTP/1.1" 200 327 0.011393 10.0.0.23 - - [2026-06-15 03:38:58] "POST /id-to-fqname HTTP/1.1" 200 214 0.002843 10.0.0.23 - - [2026-06-15 03:38:58] "GET /virtual-network/8d8a4ab0-71aa-4be3-81ba-15f17b0ec6e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.005122 10.0.0.23 - - [2026-06-15 03:38:58] "POST /neutron/network HTTP/1.1" 200 799 0.005074 10.0.0.23 - - [2026-06-15 03:38:58] "GET /virtual-network/8d8a4ab0-71aa-4be3-81ba-15f17b0ec6e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.004676 10.0.0.23 - - [2026-06-15 03:38:58] "POST /fqname-to-id HTTP/1.1" 404 239 0.002850 10.0.0.23 - - [2026-06-15 03:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.65 - - [2026-06-15 03:38:58] "GET /projects?obj_uuids=546fdc37-8dfc-4edd-abe0-b7b753a0f1d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000857 10.0.0.23 - - [2026-06-15 03:38:58] "GET /project/546fdc37-8dfc-4edd-abe0-b7b753a0f1d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.044112 10.0.0.23 - - [2026-06-15 03:38:58] "POST /network-policys HTTP/1.1" 200 587 0.025306 10.0.0.23 - - [2026-06-15 03:38:58] "GET /network-policy/91747d31-1641-4b75-94dd-dbe57d92cd63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006100 10.0.0.23 - - [2026-06-15 03:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002749 10.0.0.23 - - [2026-06-15 03:38:58] "GET /virtual-network/f42f1b20-104d-4ae8-a2a3-51f9402410f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005850 10.0.0.23 - - [2026-06-15 03:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.23 - - [2026-06-15 03:38:58] "GET /network-policy/91747d31-1641-4b75-94dd-dbe57d92cd63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.003980 10.0.0.23 - - [2026-06-15 03:38:58] "POST /ref-update HTTP/1.1" 200 156 0.046288 10.0.0.23 - - [2026-06-15 03:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.65 - - [2026-06-15 03:38:58] "POST /access-control-lists HTTP/1.1" 200 554 0.072427 10.0.0.23 - - [2026-06-15 03:38:58] "GET /network-policy/91747d31-1641-4b75-94dd-dbe57d92cd63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004442 10.0.0.23 - - [2026-06-15 03:38:58] "POST /neutron/network HTTP/1.1" 200 912 0.007674 10.0.0.23 - - [2026-06-15 03:38:58] "GET /virtual-network/f42f1b20-104d-4ae8-a2a3-51f9402410f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.004791 10.0.0.23 - - [2026-06-15 03:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002641 10.0.0.23 - - [2026-06-15 03:38:58] "GET /network-policy/91747d31-1641-4b75-94dd-dbe57d92cd63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004030 10.0.0.23 - - [2026-06-15 03:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.23 - - [2026-06-15 03:38:58] "GET /virtual-network/8d8a4ab0-71aa-4be3-81ba-15f17b0ec6e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.005840 10.0.0.23 - - [2026-06-15 03:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.23 - - [2026-06-15 03:38:59] "GET /network-policy/91747d31-1641-4b75-94dd-dbe57d92cd63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.003925 10.0.0.23 - - [2026-06-15 03:38:59] "POST /ref-update HTTP/1.1" 200 156 0.049197 10.0.0.23 - - [2026-06-15 03:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.23 - - [2026-06-15 03:38:59] "GET /network-policy/91747d31-1641-4b75-94dd-dbe57d92cd63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.003469 10.0.0.65 - - [2026-06-15 03:38:59] "POST /ref-update HTTP/1.1" 200 156 0.023032 10.0.0.23 - - [2026-06-15 03:38:59] "GET /virtual-network/8d8a4ab0-71aa-4be3-81ba-15f17b0ec6e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.011064 10.0.0.23 - - [2026-06-15 03:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.23 - - [2026-06-15 03:38:59] "GET /network-policy/91747d31-1641-4b75-94dd-dbe57d92cd63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.003962 10.0.0.23 - - [2026-06-15 03:38:59] "POST /id-to-fqname HTTP/1.1" 200 214 0.000945 10.0.0.23 - - [2026-06-15 03:38:59] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007199 10.0.0.65 - - [2026-06-15 03:39:00] "GET /projects?obj_uuids=546fdc37-8dfc-4edd-abe0-b7b753a0f1d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001158 10.0.0.23 - - [2026-06-15 03:39:00] "GET /project/546fdc37-8dfc-4edd-abe0-b7b753a0f1d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.060887 10.0.0.23 - - [2026-06-15 03:39:00] "POST /neutron/port HTTP/1.1" 200 6318 0.050637 10.0.0.23 - - [2026-06-15 03:39:00] "POST /id-to-fqname HTTP/1.1" 200 214 0.001626 10.0.0.23 - - [2026-06-15 03:39:00] "POST /neutron/port HTTP/1.1" 200 6318 0.054027 10.0.0.65 - - [2026-06-15 03:39:01] "GET /projects?obj_uuids=546fdc37-8dfc-4edd-abe0-b7b753a0f1d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000879 10.0.0.23 - - [2026-06-15 03:39:01] "GET /project/546fdc37-8dfc-4edd-abe0-b7b753a0f1d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.078268 10.0.0.23 - - [2026-06-15 03:39:01] "POST /neutron/network HTTP/1.1" 200 912 0.007519 10.0.0.23 - - [2026-06-15 03:39:01] "POST /neutron/port HTTP/1.1" 200 117 0.006168 10.0.0.23 - - [2026-06-15 03:39:01] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003264 10.0.0.23 - - [2026-06-15 03:39:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002642 10.0.0.23 - - [2026-06-15 03:39:01] "GET /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.004550 10.0.0.23 - - [2026-06-15 03:39:03] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004172 10.0.0.23 - - [2026-06-15 03:39:03] "GET /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.005196 10.0.0.23 - - [2026-06-15 03:39:03] "GET /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.003835 10.0.0.23 - - [2026-06-15 03:39:03] "PUT /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b HTTP/1.1" 200 254 0.026979 10.0.0.23 - - [2026-06-15 03:39:03] "PUT /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b HTTP/1.1" 200 254 0.038540 10.0.0.23 - - [2026-06-15 03:39:03] "GET /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005043 10.0.0.23 - - [2026-06-15 03:39:03] "GET /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004687 10.0.0.23 - - [2026-06-15 03:39:03] "PUT /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9 HTTP/1.1" 200 254 0.023633 10.0.0.23 - - [2026-06-15 03:39:03] "PUT /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9 HTTP/1.1" 200 254 0.029159 10.0.0.23 - - [2026-06-15 03:39:03] "GET /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.009468 10.0.0.23 - - [2026-06-15 03:39:03] "GET /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005209 10.0.0.23 - - [2026-06-15 03:39:03] "PUT /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475 HTTP/1.1" 200 254 0.031230 10.0.0.23 - - [2026-06-15 03:39:03] "PUT /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475 HTTP/1.1" 200 254 0.035121 10.0.0.23 - - [2026-06-15 03:39:03] "GET /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.004437 10.0.0.23 - - [2026-06-15 03:39:03] "GET /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.006554 10.0.0.23 - - [2026-06-15 03:39:03] "PUT /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b HTTP/1.1" 200 254 0.024048 10.0.0.23 - - [2026-06-15 03:39:03] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003362 10.0.0.23 - - [2026-06-15 03:39:03] "GET /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.004521 10.0.0.23 - - [2026-06-15 03:39:03] "GET /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.003951 10.0.0.23 - - [2026-06-15 03:39:03] "PUT /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b HTTP/1.1" 200 254 0.025277 10.0.0.23 - - [2026-06-15 03:39:03] "PUT /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b HTTP/1.1" 200 254 0.035894 10.0.0.23 - - [2026-06-15 03:39:04] "GET /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007323 10.0.0.23 - - [2026-06-15 03:39:04] "GET /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007434 10.0.0.23 - - [2026-06-15 03:39:04] "PUT /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9 HTTP/1.1" 200 254 0.026649 10.0.0.23 - - [2026-06-15 03:39:04] "PUT /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9 HTTP/1.1" 200 254 0.036489 10.0.0.23 - - [2026-06-15 03:39:04] "GET /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006095 10.0.0.23 - - [2026-06-15 03:39:04] "GET /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007871 10.0.0.23 - - [2026-06-15 03:39:04] "PUT /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475 HTTP/1.1" 200 254 0.031058 10.0.0.23 - - [2026-06-15 03:39:04] "PUT /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475 HTTP/1.1" 200 254 0.031541 10.0.0.23 - - [2026-06-15 03:39:04] "GET /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006645 10.0.0.23 - - [2026-06-15 03:39:04] "GET /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004336 10.0.0.23 - - [2026-06-15 03:39:04] "PUT /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9 HTTP/1.1" 200 254 0.021863 10.0.0.23 - - [2026-06-15 03:39:04] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003429 10.0.0.23 - - [2026-06-15 03:39:04] "GET /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.004409 10.0.0.23 - - [2026-06-15 03:39:04] "GET /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.004319 10.0.0.23 - - [2026-06-15 03:39:04] "PUT /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b HTTP/1.1" 200 254 0.025238 10.0.0.23 - - [2026-06-15 03:39:04] "PUT /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b HTTP/1.1" 200 254 0.026135 10.0.0.23 - - [2026-06-15 03:39:04] "GET /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005820 10.0.0.23 - - [2026-06-15 03:39:04] "GET /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004066 10.0.0.23 - - [2026-06-15 03:39:04] "PUT /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9 HTTP/1.1" 200 254 0.025807 10.0.0.23 - - [2026-06-15 03:39:04] "PUT /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9 HTTP/1.1" 200 254 0.061229 10.0.0.23 - - [2026-06-15 03:39:04] "GET /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.039467 10.0.0.23 - - [2026-06-15 03:39:04] "GET /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.014817 10.0.0.23 - - [2026-06-15 03:39:04] "PUT /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475 HTTP/1.1" 200 254 0.030189 10.0.0.23 - - [2026-06-15 03:39:05] "PUT /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475 HTTP/1.1" 200 254 0.054883 10.0.0.23 - - [2026-06-15 03:39:05] "GET /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.009555 10.0.0.23 - - [2026-06-15 03:39:05] "GET /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.003889 10.0.0.23 - - [2026-06-15 03:39:05] "POST /neutron/port HTTP/1.1" 200 1063 0.040662 10.0.0.23 - - [2026-06-15 03:39:05] "PUT /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475 HTTP/1.1" 200 254 0.022044 10.0.0.23 - - [2026-06-15 03:39:05] "GET /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.004771 10.0.0.23 - - [2026-06-15 03:39:05] "GET /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.017063 10.0.0.23 - - [2026-06-15 03:39:05] "PUT /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b HTTP/1.1" 200 254 0.045101 10.0.0.23 - - [2026-06-15 03:39:05] "GET /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.010727 10.0.0.23 - - [2026-06-15 03:39:05] "GET /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005324 10.0.0.23 - - [2026-06-15 03:39:05] "PUT /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9 HTTP/1.1" 200 254 0.020063 10.0.0.23 - - [2026-06-15 03:39:05] "GET /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004558 10.0.0.23 - - [2026-06-15 03:39:05] "GET /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004892 10.0.0.23 - - [2026-06-15 03:39:05] "PUT /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475 HTTP/1.1" 200 254 0.015965 10.0.0.23 - - [2026-06-15 03:39:05] "POST /neutron/network HTTP/1.1" 200 922 0.007086 10.0.0.23 - - [2026-06-15 03:39:06] "POST /neutron/port HTTP/1.1" 200 1063 0.015037 10.0.0.23 - - [2026-06-15 03:39:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003343 10.0.0.23 - - [2026-06-15 03:39:06] "POST /neutron/network HTTP/1.1" 200 912 0.009765 10.0.0.23 - - [2026-06-15 03:39:07] "POST /neutron/subnet HTTP/1.1" 200 675 0.009035 10.0.0.23 - - [2026-06-15 03:39:15] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003217 10.0.0.23 - - [2026-06-15 03:39:15] "GET /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2899 0.004085 10.0.0.23 - - [2026-06-15 03:39:15] "GET /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2899 0.003541 10.0.0.23 - - [2026-06-15 03:39:15] "PUT /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b HTTP/1.1" 200 254 0.024705 10.0.0.23 - - [2026-06-15 03:39:15] "PUT /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b HTTP/1.1" 200 254 0.044531 10.0.0.23 - - [2026-06-15 03:39:15] "GET /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.006881 10.0.0.23 - - [2026-06-15 03:39:15] "GET /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.004369 10.0.0.23 - - [2026-06-15 03:39:15] "PUT /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9 HTTP/1.1" 200 254 0.027875 10.0.0.23 - - [2026-06-15 03:39:15] "PUT /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9 HTTP/1.1" 200 254 0.032085 10.0.0.23 - - [2026-06-15 03:39:15] "GET /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.005384 10.0.0.23 - - [2026-06-15 03:39:15] "GET /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.006093 10.0.0.23 - - [2026-06-15 03:39:15] "POST /neutron/port HTTP/1.1" 200 1127 0.024742 10.0.0.23 - - [2026-06-15 03:39:15] "PUT /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475 HTTP/1.1" 200 254 0.045732 10.0.0.23 - - [2026-06-15 03:39:16] "PUT /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475 HTTP/1.1" 200 254 0.043983 10.0.0.23 - - [2026-06-15 03:39:16] "GET /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2899 0.005604 10.0.0.23 - - [2026-06-15 03:39:16] "GET /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2899 0.012820 10.0.0.23 - - [2026-06-15 03:39:16] "PUT /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b HTTP/1.1" 200 254 0.040017 10.0.0.23 - - [2026-06-15 03:39:16] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003107 10.0.0.23 - - [2026-06-15 03:39:16] "GET /obj-perms HTTP/1.1" 200 4493 0.097693 10.0.0.23 - - [2026-06-15 03:39:16] "GET /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.005797 10.0.0.23 - - [2026-06-15 03:39:16] "GET /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.004775 10.0.0.23 - - [2026-06-15 03:39:16] "PUT /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b HTTP/1.1" 200 254 0.038101 10.0.0.23 - - [2026-06-15 03:39:16] "PUT /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b HTTP/1.1" 200 254 0.041894 10.0.0.23 - - [2026-06-15 03:39:16] "GET /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.007477 10.0.0.23 - - [2026-06-15 03:39:16] "GET /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005397 10.0.0.23 - - [2026-06-15 03:39:16] "PUT /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9 HTTP/1.1" 200 254 0.031141 10.0.0.23 - - [2026-06-15 03:39:16] "PUT /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9 HTTP/1.1" 200 254 0.036844 10.0.0.23 - - [2026-06-15 03:39:16] "GET /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.004904 10.0.0.23 - - [2026-06-15 03:39:16] "GET /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.003868 10.0.0.23 - - [2026-06-15 03:39:16] "PUT /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475 HTTP/1.1" 200 254 0.035958 10.0.0.23 - - [2026-06-15 03:39:16] "PUT /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475 HTTP/1.1" 200 254 0.045544 10.0.0.23 - - [2026-06-15 03:39:16] "GET /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.004392 10.0.0.23 - - [2026-06-15 03:39:16] "GET /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.004966 10.0.0.23 - - [2026-06-15 03:39:16] "PUT /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9 HTTP/1.1" 200 254 0.020382 10.0.0.23 - - [2026-06-15 03:39:16] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.002926 10.0.0.23 - - [2026-06-15 03:39:16] "GET /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.004532 10.0.0.23 - - [2026-06-15 03:39:16] "GET /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.003994 10.0.0.23 - - [2026-06-15 03:39:16] "PUT /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b HTTP/1.1" 200 254 0.024762 10.0.0.23 - - [2026-06-15 03:39:17] "PUT /bgp-router/82ebe631-abcb-4ae0-8a27-561b436a003b HTTP/1.1" 200 254 0.036497 10.0.0.23 - - [2026-06-15 03:39:17] "GET /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005410 10.0.0.23 - - [2026-06-15 03:39:17] "GET /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.009181 10.0.0.23 - - [2026-06-15 03:39:17] "PUT /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9 HTTP/1.1" 200 254 0.035434 10.0.0.23 - - [2026-06-15 03:39:17] "PUT /bgp-router/bcc7f6e2-d506-4fe9-927e-97318adb5eb9 HTTP/1.1" 200 254 0.032989 10.0.0.23 - - [2026-06-15 03:39:17] "GET /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.004306 10.0.0.23 - - [2026-06-15 03:39:17] "GET /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.006379 10.0.0.23 - - [2026-06-15 03:39:17] "PUT /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475 HTTP/1.1" 200 254 0.035229 10.0.0.23 - - [2026-06-15 03:39:17] "PUT /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475 HTTP/1.1" 200 254 0.036315 10.0.0.23 - - [2026-06-15 03:39:17] "GET /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.004631 10.0.0.23 - - [2026-06-15 03:39:17] "GET /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.003735 10.0.0.23 - - [2026-06-15 03:39:17] "PUT /bgp-router/09f78d16-bfe0-4343-bd9d-2d5cd13a6475 HTTP/1.1" 200 254 0.027154 10.0.0.23 - - [2026-06-15 03:39:17] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008207 10.0.0.23 - - [2026-06-15 03:39:17] "POST /ref-update HTTP/1.1" 200 156 0.050745 10.0.0.23 - - [2026-06-15 03:39:17] "GET /virtual-network/8d8a4ab0-71aa-4be3-81ba-15f17b0ec6e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.017282 10.0.0.23 - - [2026-06-15 03:39:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005790 10.0.0.23 - - [2026-06-15 03:39:17] "GET /network-policy/91747d31-1641-4b75-94dd-dbe57d92cd63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.003366 10.0.0.23 - - [2026-06-15 03:39:17] "POST /ref-update HTTP/1.1" 200 156 0.052037 10.0.0.65 - - [2026-06-15 03:39:17] "DELETE /access-control-list/b0a25410-6f76-4a0e-8f52-d99beac0e6e7 HTTP/1.1" 200 115 0.041035 10.0.0.23 - - [2026-06-15 03:39:17] "GET /virtual-network/f42f1b20-104d-4ae8-a2a3-51f9402410f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.016839 10.0.0.23 - - [2026-06-15 03:39:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.23 - - [2026-06-15 03:39:17] "GET /network-policy/91747d31-1641-4b75-94dd-dbe57d92cd63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.003480 10.0.0.23 - - [2026-06-15 03:39:18] "DELETE /network-policy/91747d31-1641-4b75-94dd-dbe57d92cd63 HTTP/1.1" 200 115 0.038621 10.0.0.23 - - [2026-06-15 03:39:18] "POST /neutron/network HTTP/1.1" 200 799 0.005907 10.0.0.23 - - [2026-06-15 03:39:19] "POST /neutron/port HTTP/1.1" 200 1127 0.017695 10.0.0.23 - - [2026-06-15 03:39:19] "POST /neutron/port HTTP/1.1" 200 1117 0.013180 10.0.0.65 - - [2026-06-15 03:39:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003872 10.0.0.65 - - [2026-06-15 03:39:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003738 10.0.0.23 - - [2026-06-15 03:39:20] "POST /neutron/network HTTP/1.1" 200 151 0.115539 10.0.0.65 - - [2026-06-15 03:39:20] "DELETE /route-target/1344365a-81ba-4416-995a-63dc9e3551d9 HTTP/1.1" 200 115 0.023724 10.0.0.23 - - [2026-06-15 03:39:20] "POST /ref-update HTTP/1.1" 200 156 0.059115 10.0.0.23 - - [2026-06-15 03:39:20] "POST /neutron/network HTTP/1.1" 200 977 0.024425 10.0.0.23 - - [2026-06-15 03:39:20] "GET /virtual-network/51224fc3-fe33-48e0-bed6-a4735f86bce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.006761 10.0.0.65 - - [2026-06-15 03:39:20] "DELETE /access-control-list/1334ed5e-848e-4044-a86e-6ae2232e0521 HTTP/1.1" 200 115 0.073157 10.0.0.23 - - [2026-06-15 03:39:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.011563 10.0.0.23 - - [2026-06-15 03:39:20] "GET /network-policy/160d8b0d-a390-47d4-a58d-7f921914a821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.003076 10.0.0.23 - - [2026-06-15 03:39:20] "POST /ref-update HTTP/1.1" 200 156 0.055015 10.0.0.65 - - [2026-06-15 03:39:20] "POST /ref-update HTTP/1.1" 200 156 0.036330 10.0.0.23 - - [2026-06-15 03:39:20] "GET /virtual-network/2c44833b-afa0-4492-b89c-c297fb91e606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.007891 10.0.0.23 - - [2026-06-15 03:39:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005038 10.0.0.23 - - [2026-06-15 03:39:20] "GET /network-policy/160d8b0d-a390-47d4-a58d-7f921914a821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004010 10.0.0.23 - - [2026-06-15 03:39:20] "DELETE /network-policy/160d8b0d-a390-47d4-a58d-7f921914a821 HTTP/1.1" 200 115 0.032297 10.0.0.23 - - [2026-06-15 03:39:21] "POST /neutron/network HTTP/1.1" 400 204 0.013253 10.0.0.23 - - [2026-06-15 03:39:23] "POST /neutron/port HTTP/1.1" 200 151 0.260497 10.0.0.23 - - [2026-06-15 03:39:23] "POST /neutron/port HTTP/1.1" 200 151 0.276117 10.0.0.23 - - [2026-06-15 03:39:25] "POST /neutron/network HTTP/1.1" 200 977 0.007946 10.0.0.65 - - [2026-06-15 03:39:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.65 - - [2026-06-15 03:39:25] "POST /useragent-kv HTTP/1.1" 200 115 0.006691 10.0.0.65 - - [2026-06-15 03:39:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002413 10.0.0.65 - - [2026-06-15 03:39:25] "POST /useragent-kv HTTP/1.1" 200 115 0.001937 10.0.0.65 - - [2026-06-15 03:39:25] "POST /useragent-kv HTTP/1.1" 200 115 0.006223 10.0.0.23 - - [2026-06-15 03:39:25] "POST /neutron/network HTTP/1.1" 200 151 0.143120 10.0.0.65 - - [2026-06-15 03:39:26] "GET /projects?obj_uuids=546fdc37-8dfc-4edd-abe0-b7b753a0f1d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001132 10.0.0.23 - - [2026-06-15 03:39:26] "GET /project/546fdc37-8dfc-4edd-abe0-b7b753a0f1d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.039613 10.0.0.65 - - [2026-06-15 03:39:26] "GET /projects?obj_uuids=546fdc37-8dfc-4edd-abe0-b7b753a0f1d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000864 10.0.0.23 - - [2026-06-15 03:39:26] "GET /project/546fdc37-8dfc-4edd-abe0-b7b753a0f1d5?fields=virtual_networks HTTP/1.1" 200 1047 0.056623 10.0.0.65 - - [2026-06-15 03:39:26] "GET /projects?obj_uuids=546fdc37-8dfc-4edd-abe0-b7b753a0f1d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001148 10.0.0.23 - - [2026-06-15 03:39:26] "GET /project/546fdc37-8dfc-4edd-abe0-b7b753a0f1d5?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.047968 10.0.0.65 - - [2026-06-15 03:39:26] "GET /projects?obj_uuids=546fdc37-8dfc-4edd-abe0-b7b753a0f1d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001035 10.0.0.23 - - [2026-06-15 03:39:26] "GET /project/546fdc37-8dfc-4edd-abe0-b7b753a0f1d5?fields=security_groups HTTP/1.1" 200 1281 0.037443 10.0.0.23 - - [2026-06-15 03:39:27] "POST /fqname-to-id HTTP/1.1" 404 183 0.025990 10.0.0.65 - - [2026-06-15 03:39:27] "GET /projects?obj_uuids=f46a66b2-0025-417f-a7a0-03e7a7624256&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003923 10.0.0.65 - - [2026-06-15 03:39:27] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000916 10.0.0.65 - - [2026-06-15 03:39:27] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006567 10.0.0.65 - - [2026-06-15 03:39:27] "POST /id-to-fqname HTTP/1.1" 200 185 0.008291 10.0.0.65 - - [2026-06-15 03:39:27] "POST /fqname-to-id HTTP/1.1" 404 194 0.006419 10.0.0.65 - - [2026-06-15 03:39:28] "POST /security-groups HTTP/1.1" 200 586 0.031655 10.0.0.65 - - [2026-06-15 03:39:28] "POST /projects HTTP/1.1" 200 575 0.237387 10.0.0.65 - - [2026-06-15 03:39:28] "POST /access-control-lists HTTP/1.1" 200 591 0.029508 10.0.0.65 - - [2026-06-15 03:39:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.311250 10.0.0.23 - - [2026-06-15 03:39:28] "GET /project/f46a66b2-0025-417f-a7a0-03e7a7624256?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.436415 10.0.0.23 - - [2026-06-15 03:39:29] "GET / HTTP/1.1" 200 35931 0.002055 10.0.0.23 - - [2026-06-15 03:39:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000423 10.0.0.23 - - [2026-06-15 03:39:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.034448 10.0.0.23 - - [2026-06-15 03:39:31] "GET /api-access-list/2e23c6a3-0b53-4847-8b77-c277e981ae7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004902 10.0.0.23 - - [2026-06-15 03:39:31] "GET /api-access-list/2e23c6a3-0b53-4847-8b77-c277e981ae7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004004 10.0.0.23 - - [2026-06-15 03:39:31] "GET /api-access-list/2e23c6a3-0b53-4847-8b77-c277e981ae7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003863 10.0.0.23 - - [2026-06-15 03:39:31] "PUT /api-access-list/2e23c6a3-0b53-4847-8b77-c277e981ae7e HTTP/1.1" 200 264 0.013673 10.0.0.23 - - [2026-06-15 03:39:33] "POST /fqname-to-id HTTP/1.1" 404 183 0.020298 10.0.0.65 - - [2026-06-15 03:39:33] "GET /projects?obj_uuids=71ce565b-4d8d-4e66-9d6d-c9d6e2381ec7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002579 10.0.0.65 - - [2026-06-15 03:39:33] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000811 10.0.0.65 - - [2026-06-15 03:39:33] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007181 10.0.0.65 - - [2026-06-15 03:39:33] "POST /id-to-fqname HTTP/1.1" 200 185 0.002370 10.0.0.65 - - [2026-06-15 03:39:33] "POST /fqname-to-id HTTP/1.1" 404 194 0.006927 10.0.0.65 - - [2026-06-15 03:39:33] "POST /security-groups HTTP/1.1" 200 586 0.028047 10.0.0.65 - - [2026-06-15 03:39:33] "POST /fqname-to-id HTTP/1.1" 404 229 0.003024 10.0.0.65 - - [2026-06-15 03:39:33] "POST /projects HTTP/1.1" 200 575 0.217143 10.0.0.65 - - [2026-06-15 03:39:33] "POST /access-control-lists HTTP/1.1" 200 589 0.025114 10.0.0.65 - - [2026-06-15 03:39:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.300446 10.0.0.23 - - [2026-06-15 03:39:33] "GET /project/71ce565b-4d8d-4e66-9d6d-c9d6e2381ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.426300 10.0.0.23 - - [2026-06-15 03:39:34] "POST /fqname-to-id HTTP/1.1" 404 183 0.023037 10.0.0.65 - - [2026-06-15 03:39:34] "GET /projects?obj_uuids=9e8a2f0a-f5b8-46e0-b60b-3c165fd17a76&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002745 10.0.0.65 - - [2026-06-15 03:39:34] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000876 10.0.0.65 - - [2026-06-15 03:39:34] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006060 10.0.0.65 - - [2026-06-15 03:39:34] "POST /id-to-fqname HTTP/1.1" 200 185 0.004821 10.0.0.65 - - [2026-06-15 03:39:34] "POST /fqname-to-id HTTP/1.1" 404 194 0.003251 10.0.0.65 - - [2026-06-15 03:39:34] "POST /security-groups HTTP/1.1" 200 586 0.026455 10.0.0.65 - - [2026-06-15 03:39:34] "POST /projects HTTP/1.1" 200 575 0.224145 10.0.0.65 - - [2026-06-15 03:39:34] "POST /fqname-to-id HTTP/1.1" 404 228 0.012794 10.0.0.65 - - [2026-06-15 03:39:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.295516 10.0.0.23 - - [2026-06-15 03:39:34] "GET /project/9e8a2f0a-f5b8-46e0-b60b-3c165fd17a76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.413747 10.0.0.23 - - [2026-06-15 03:39:35] "GET / HTTP/1.1" 200 35931 0.001702 10.0.0.23 - - [2026-06-15 03:39:36] "GET / HTTP/1.1" 200 35931 0.001372 10.0.0.23 - - [2026-06-15 03:39:36] "POST /fqname-to-id HTTP/1.1" 404 183 0.004107 10.0.0.23 - - [2026-06-15 03:39:36] "POST /api-access-lists HTTP/1.1" 200 521 0.023782 10.0.0.23 - - [2026-06-15 03:39:36] "GET /api-access-list/f84e940a-f9cf-41b1-8e3c-172e6b6ea03e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.005075 10.0.0.23 - - [2026-06-15 03:39:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000411 10.0.0.23 - - [2026-06-15 03:39:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.089678 10.0.0.65 - - [2026-06-15 03:39:37] "GET /projects?obj_uuids=71ce565b-4d8d-4e66-9d6d-c9d6e2381ec7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000995 10.0.0.23 - - [2026-06-15 03:39:37] "GET /project/71ce565b-4d8d-4e66-9d6d-c9d6e2381ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.052012 10.0.0.23 - - [2026-06-15 03:39:37] "GET /virtual-networks?parent_id=71ce565b-4d8d-4e66-9d6d-c9d6e2381ec7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018147 10.0.0.23 - - [2026-06-15 03:39:37] "POST /virtual-networks HTTP/1.1" 200 568 0.109825 10.0.0.65 - - [2026-06-15 03:39:37] "POST /ref-update HTTP/1.1" 200 156 0.027773 10.0.0.23 - - [2026-06-15 03:39:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.034411 10.0.0.23 - - [2026-06-15 03:39:37] "GET /network-ipam/6a0826ac-061c-4355-8bab-f1f70b795f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.017570 10.0.0.65 - - [2026-06-15 03:39:37] "POST /useragent-kv HTTP/1.1" 200 115 0.006872 10.0.0.23 - - [2026-06-15 03:39:37] "POST /ref-update HTTP/1.1" 200 156 0.086204 10.0.0.23 - - [2026-06-15 03:39:38] "POST /neutron/network HTTP/1.1" 200 831 0.060060 10.0.0.23 - - [2026-06-15 03:39:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002773 10.0.0.23 - - [2026-06-15 03:39:38] "POST /neutron/port HTTP/1.1" 200 117 0.001088 10.0.0.23 - - [2026-06-15 03:39:38] "GET /virtual-network/067815f1-75e9-40af-9789-0547eefda5f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1978 0.019774 10.0.0.23 - - [2026-06-15 03:39:38] "POST /neutron/network HTTP/1.1" 200 831 0.038233 10.0.0.23 - - [2026-06-15 03:39:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.117236 10.0.0.23 - - [2026-06-15 03:39:40] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.053092 10.0.0.23 - - [2026-06-15 03:39:40] "GET /virtual-network/067815f1-75e9-40af-9789-0547eefda5f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1978 0.035972 10.0.0.23 - - [2026-06-15 03:39:40] "POST /id-to-fqname HTTP/1.1" 401 292 0.000418 10.0.0.23 - - [2026-06-15 03:39:41] "POST /id-to-fqname HTTP/1.1" 200 230 0.036036 10.0.0.23 - - [2026-06-15 03:39:41] "POST /neutron/port HTTP/1.1" 200 1218 0.222456 10.0.0.23 - - [2026-06-15 03:39:41] "POST /neutron/network HTTP/1.1" 200 1123 0.006392 10.0.0.23 - - [2026-06-15 03:39:42] "POST /neutron/subnet HTTP/1.1" 200 1385 0.013217 10.0.0.23 - - [2026-06-15 03:39:42] "POST /neutron/network HTTP/1.1" 200 1113 0.008777 10.0.0.65 - - [2026-06-15 03:39:42] "GET /projects?obj_uuids=9e8a2f0a-f5b8-46e0-b60b-3c165fd17a76&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001263 10.0.0.23 - - [2026-06-15 03:39:42] "GET /project/9e8a2f0a-f5b8-46e0-b60b-3c165fd17a76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.055667 10.0.0.23 - - [2026-06-15 03:39:42] "POST /neutron/port HTTP/1.1" 200 117 0.020548 10.0.0.23 - - [2026-06-15 03:39:47] "POST /neutron/network HTTP/1.1" 200 831 0.047491 10.0.0.23 - - [2026-06-15 03:39:47] "POST /neutron/port HTTP/1.1" 200 1055 0.019468 10.0.0.23 - - [2026-06-15 03:39:47] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007212 10.0.0.23 - - [2026-06-15 03:39:49] "POST /neutron/subnet HTTP/1.1" 200 647 0.013212 10.0.0.23 - - [2026-06-15 03:39:53] "POST /neutron/port HTTP/1.1" 200 1119 0.017996 10.0.0.23 - - [2026-06-15 03:39:58] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006880 10.0.0.23 - - [2026-06-15 03:39:58] "POST /neutron/port HTTP/1.1" 200 1119 0.017077 10.0.0.23 - - [2026-06-15 03:39:58] "POST /neutron/port HTTP/1.1" 200 1119 0.018792 10.0.0.23 - - [2026-06-15 03:39:58] "GET /virtual-machine/656409ed-300e-45ec-b2f3-57e2a038e9a5 HTTP/1.1" 401 292 0.000395 10.0.0.23 - - [2026-06-15 03:39:58] "GET /virtual-machine/656409ed-300e-45ec-b2f3-57e2a038e9a5 HTTP/1.1" 200 1287 0.043004 10.0.0.23 - - [2026-06-15 03:39:58] "GET /virtual-machine/656409ed-300e-45ec-b2f3-57e2a038e9a5 HTTP/1.1" 200 1287 0.031026 10.0.0.23 - - [2026-06-15 03:39:58] "GET /virtual-machine-interface/c7e7f4b2-c690-4ec4-914d-ed383a1de105 HTTP/1.1" 200 2531 0.025942 10.0.0.23 - - [2026-06-15 03:39:58] "GET /virtual-machine/656409ed-300e-45ec-b2f3-57e2a038e9a5 HTTP/1.1" 200 1287 0.017598 10.0.0.23 - - [2026-06-15 03:39:58] "GET /virtual-machine-interface/c7e7f4b2-c690-4ec4-914d-ed383a1de105 HTTP/1.1" 200 2531 0.022230 10.0.0.23 - - [2026-06-15 03:39:58] "GET /instance-ip/46b03ee3-0e0c-4ee1-89dc-1f626ebc0a17 HTTP/1.1" 200 1624 0.018267 10.0.0.23 - - [2026-06-15 03:39:58] "GET /virtual-machine/656409ed-300e-45ec-b2f3-57e2a038e9a5 HTTP/1.1" 200 1287 0.016351 10.0.0.23 - - [2026-06-15 03:39:58] "GET /virtual-machine-interface/c7e7f4b2-c690-4ec4-914d-ed383a1de105 HTTP/1.1" 200 2531 0.019819 10.0.0.23 - - [2026-06-15 03:39:59] "GET /instance-ip/46b03ee3-0e0c-4ee1-89dc-1f626ebc0a17 HTTP/1.1" 200 1624 0.020267 10.0.0.23 - - [2026-06-15 03:39:59] "POST /fqname-to-id HTTP/1.1" 403 339 0.016082 10.0.0.23 - - [2026-06-15 03:39:59] "GET / HTTP/1.1" 200 35931 0.001811 10.0.0.23 - - [2026-06-15 03:39:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000406 10.0.0.23 - - [2026-06-15 03:39:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.019432 10.0.0.23 - - [2026-06-15 03:39:59] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003165 10.0.0.23 - - [2026-06-15 03:39:59] "GET /virtual-networks?parent_id=9e8a2f0a-f5b8-46e0-b60b-3c165fd17a76&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012570 10.0.0.23 - - [2026-06-15 03:39:59] "POST /fqname-to-id HTTP/1.1" 403 339 0.015071 10.0.0.23 - - [2026-06-15 03:39:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.23 - - [2026-06-15 03:39:59] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003570 10.0.0.23 - - [2026-06-15 03:39:59] "GET /virtual-networks?parent_id=9e8a2f0a-f5b8-46e0-b60b-3c165fd17a76&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014818 10.0.0.23 - - [2026-06-15 03:39:59] "POST /fqname-to-id HTTP/1.1" 403 339 0.022117 10.0.0.23 - - [2026-06-15 03:39:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.23 - - [2026-06-15 03:39:59] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003702 10.0.0.23 - - [2026-06-15 03:39:59] "GET /virtual-networks?parent_id=9e8a2f0a-f5b8-46e0-b60b-3c165fd17a76&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015377 10.0.0.23 - - [2026-06-15 03:40:00] "POST /fqname-to-id HTTP/1.1" 403 339 0.016404 10.0.0.23 - - [2026-06-15 03:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.23 - - [2026-06-15 03:40:00] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003134 10.0.0.23 - - [2026-06-15 03:40:00] "GET /virtual-networks?parent_id=9e8a2f0a-f5b8-46e0-b60b-3c165fd17a76&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017506 10.0.0.23 - - [2026-06-15 03:40:00] "POST /fqname-to-id HTTP/1.1" 403 339 0.015331 10.0.0.23 - - [2026-06-15 03:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.23 - - [2026-06-15 03:40:00] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004707 10.0.0.23 - - [2026-06-15 03:40:00] "GET /virtual-networks?parent_id=9e8a2f0a-f5b8-46e0-b60b-3c165fd17a76&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017570 10.0.0.23 - - [2026-06-15 03:40:01] "POST /fqname-to-id HTTP/1.1" 403 339 0.016331 10.0.0.23 - - [2026-06-15 03:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002638 10.0.0.23 - - [2026-06-15 03:40:01] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002778 10.0.0.23 - - [2026-06-15 03:40:01] "GET /virtual-networks?parent_id=9e8a2f0a-f5b8-46e0-b60b-3c165fd17a76&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017913 10.0.0.23 - - [2026-06-15 03:40:01] "POST /fqname-to-id HTTP/1.1" 403 339 0.018512 10.0.0.23 - - [2026-06-15 03:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.23 - - [2026-06-15 03:40:01] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003024 10.0.0.23 - - [2026-06-15 03:40:01] "GET /virtual-networks?parent_id=9e8a2f0a-f5b8-46e0-b60b-3c165fd17a76&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015330 10.0.0.23 - - [2026-06-15 03:40:01] "POST /fqname-to-id HTTP/1.1" 403 361 0.016217 10.0.0.23 - - [2026-06-15 03:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.23 - - [2026-06-15 03:40:01] "GET /routing-instance/bafeda2d-0f86-4fdf-bb08-75b26372cee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.004225 10.0.0.23 - - [2026-06-15 03:40:01] "GET /route-target/c2258b39-2f46-42de-989d-61c8c9ba9f03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.018387 10.0.0.23 - - [2026-06-15 03:40:01] "GET /route-target/c2258b39-2f46-42de-989d-61c8c9ba9f03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003494 10.0.0.23 - - [2026-06-15 03:40:01] "POST /fqname-to-id HTTP/1.1" 403 339 0.019405 10.0.0.23 - - [2026-06-15 03:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002557 10.0.0.23 - - [2026-06-15 03:40:01] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003334 10.0.0.23 - - [2026-06-15 03:40:01] "GET /virtual-networks?parent_id=9e8a2f0a-f5b8-46e0-b60b-3c165fd17a76&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015555 10.0.0.23 - - [2026-06-15 03:40:02] "POST /fqname-to-id HTTP/1.1" 403 361 0.022096 10.0.0.23 - - [2026-06-15 03:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004700 10.0.0.23 - - [2026-06-15 03:40:02] "GET /routing-instance/bafeda2d-0f86-4fdf-bb08-75b26372cee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.005564 10.0.0.23 - - [2026-06-15 03:40:02] "GET /route-target/c2258b39-2f46-42de-989d-61c8c9ba9f03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.014665 10.0.0.23 - - [2026-06-15 03:40:02] "GET /route-target/c2258b39-2f46-42de-989d-61c8c9ba9f03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002954 10.0.0.23 - - [2026-06-15 03:40:02] "POST /fqname-to-id HTTP/1.1" 403 339 0.015436 10.0.0.23 - - [2026-06-15 03:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002589 10.0.0.23 - - [2026-06-15 03:40:02] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003789 10.0.0.23 - - [2026-06-15 03:40:02] "GET /virtual-networks?parent_id=9e8a2f0a-f5b8-46e0-b60b-3c165fd17a76&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015270 10.0.0.23 - - [2026-06-15 03:40:02] "POST /fqname-to-id HTTP/1.1" 403 339 0.034875 10.0.0.23 - - [2026-06-15 03:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.23 - - [2026-06-15 03:40:02] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005378 10.0.0.23 - - [2026-06-15 03:40:02] "GET /virtual-networks?parent_id=9e8a2f0a-f5b8-46e0-b60b-3c165fd17a76&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019961 10.0.0.65 - - [2026-06-15 03:40:02] "GET /virtual-machine/656409ed-300e-45ec-b2f3-57e2a038e9a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.038619 10.0.0.65 - - [2026-06-15 03:40:07] "GET /obj-perms HTTP/1.1" 200 4289 0.041854 10.0.0.65 - - [2026-06-15 03:40:09] "GET /virtual-machine/656409ed-300e-45ec-b2f3-57e2a038e9a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.014875 10.0.0.65 - - [2026-06-15 03:40:13] "GET /obj-perms HTTP/1.1" 200 4289 0.014255 10.0.0.23 - - [2026-06-15 03:40:13] "GET /obj-perms HTTP/1.1" 200 4289 0.031175 10.0.0.23 - - [2026-06-15 03:40:13] "GET /obj-perms HTTP/1.1" 200 4289 0.013883 10.0.0.65 - - [2026-06-15 03:40:13] "GET /virtual-machine/656409ed-300e-45ec-b2f3-57e2a038e9a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.016999 10.0.0.23 - - [2026-06-15 03:40:13] "GET /obj-perms HTTP/1.1" 200 4289 0.013143 10.0.0.23 - - [2026-06-15 03:40:13] "GET /obj-perms HTTP/1.1" 200 4289 0.013276 10.0.0.23 - - [2026-06-15 03:40:13] "GET /obj-perms HTTP/1.1" 200 4289 0.018095 10.0.0.23 - - [2026-06-15 03:40:14] "GET /obj-perms HTTP/1.1" 200 4289 0.064085 10.0.0.65 - - [2026-06-15 03:40:14] "GET /obj-perms HTTP/1.1" 200 4457 0.043684 10.0.0.23 - - [2026-06-15 03:40:14] "GET /obj-perms HTTP/1.1" 200 4289 0.012536 10.0.0.23 - - [2026-06-15 03:40:15] "GET /obj-perms HTTP/1.1" 200 4457 0.039034 10.0.0.33 - - [2026-06-15 03:40:15] "GET /obj-perms HTTP/1.1" 200 4289 0.050351 10.0.0.65 - - [2026-06-15 03:40:15] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.022194 10.0.0.23 - - [2026-06-15 03:40:16] "GET /virtual-machine/656409ed-300e-45ec-b2f3-57e2a038e9a5 HTTP/1.1" 200 1287 0.016990 10.0.0.65 - - [2026-06-15 03:40:16] "DELETE /project/9e8a2f0af5b846e0b60b3c165fd17a76 HTTP/1.1" 404 173 0.005649 10.0.0.65 - - [2026-06-15 03:40:16] "DELETE /project/71ce565b4d8d4e669d6dc9d6e2381ec7 HTTP/1.1" 404 173 0.008543 10.0.0.65 - - [2026-06-15 03:40:16] "DELETE /project/546fdc37-8dfc-4edd-abe0-b7b753a0f1d5 HTTP/1.1" 404 177 0.005463 10.0.0.65 - - [2026-06-15 03:40:16] "DELETE /project/f46a66b20025417fa7a003e7a7624256 HTTP/1.1" 404 173 0.004474 10.0.0.23 - - [2026-06-15 03:40:17] "POST /neutron/port HTTP/1.1" 200 1119 0.015761 10.0.0.23 - - [2026-06-15 03:40:18] "GET /virtual-machine/656409ed-300e-45ec-b2f3-57e2a038e9a5 HTTP/1.1" 200 1287 0.025109 10.0.0.23 - - [2026-06-15 03:40:20] "GET /virtual-machine/656409ed-300e-45ec-b2f3-57e2a038e9a5 HTTP/1.1" 404 171 0.017792 10.0.0.23 - - [2026-06-15 03:40:20] "GET /virtual-machine/656409ed-300e-45ec-b2f3-57e2a038e9a5 HTTP/1.1" 404 171 0.014392 10.0.0.23 - - [2026-06-15 03:40:20] "GET /virtual-machine/656409ed-300e-45ec-b2f3-57e2a038e9a5 HTTP/1.1" 404 171 0.013482 10.0.0.23 - - [2026-06-15 03:40:20] "POST /fqname-to-id HTTP/1.1" 403 339 0.017600 10.0.0.23 - - [2026-06-15 03:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002664 10.0.0.23 - - [2026-06-15 03:40:20] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002698 10.0.0.23 - - [2026-06-15 03:40:20] "GET /virtual-networks?parent_id=9e8a2f0a-f5b8-46e0-b60b-3c165fd17a76&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014218 10.0.0.23 - - [2026-06-15 03:40:20] "POST /fqname-to-id HTTP/1.1" 403 361 0.014538 10.0.0.23 - - [2026-06-15 03:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.23 - - [2026-06-15 03:40:20] "GET /routing-instance/bafeda2d-0f86-4fdf-bb08-75b26372cee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.003223 10.0.0.23 - - [2026-06-15 03:40:20] "GET /route-target/c2258b39-2f46-42de-989d-61c8c9ba9f03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.015620 10.0.0.23 - - [2026-06-15 03:40:20] "GET /route-target/c2258b39-2f46-42de-989d-61c8c9ba9f03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003326 10.0.0.23 - - [2026-06-15 03:40:20] "GET /obj-perms HTTP/1.1" 200 4289 0.081433 10.0.0.23 - - [2026-06-15 03:40:21] "GET /obj-perms HTTP/1.1" 200 4289 0.045386 10.0.0.65 - - [2026-06-15 03:40:24] "GET /obj-perms HTTP/1.1" 200 4457 0.003479 10.0.0.23 - - [2026-06-15 03:40:27] "GET /obj-perms HTTP/1.1" 200 4457 0.003336 10.0.0.65 - - [2026-06-15 03:40:33] "GET /obj-perms HTTP/1.1" 200 4457 0.003999 10.0.0.23 - - [2026-06-15 03:40:36] "GET /obj-perms HTTP/1.1" 200 4457 0.003761 10.0.0.23 - - [2026-06-15 03:40:38] "POST /neutron/port HTTP/1.1" 200 1108 0.018482 10.0.0.23 - - [2026-06-15 03:40:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003608 10.0.0.23 - - [2026-06-15 03:40:39] "POST /neutron/network HTTP/1.1" 200 928 0.006110 10.0.0.65 - - [2026-06-15 03:40:42] "GET /obj-perms HTTP/1.1" 200 4457 0.004588 10.0.0.23 - - [2026-06-15 03:40:42] "POST /neutron/network HTTP/1.1" 200 938 0.006923 10.0.0.23 - - [2026-06-15 03:40:42] "POST /neutron/port HTTP/1.1" 200 117 0.001074 10.0.0.23 - - [2026-06-15 03:40:45] "GET /obj-perms HTTP/1.1" 200 4457 0.004064 10.0.0.33 - - [2026-06-15 03:40:46] "GET /obj-perms HTTP/1.1" 200 4457 0.054948 10.0.0.65 - - [2026-06-15 03:40:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002536 10.0.0.65 - - [2026-06-15 03:40:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003170 10.0.0.23 - - [2026-06-15 03:40:46] "DELETE /virtual-network/067815f1-75e9-40af-9789-0547eefda5f1 HTTP/1.1" 200 115 0.136373 10.0.0.65 - - [2026-06-15 03:40:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.008920 10.0.0.23 - - [2026-06-15 03:40:46] "DELETE /api-access-list/f84e940a-f9cf-41b1-8e3c-172e6b6ea03e HTTP/1.1" 200 115 0.047989 10.0.0.65 - - [2026-06-15 03:40:46] "GET /projects?obj_uuids=9e8a2f0a-f5b8-46e0-b60b-3c165fd17a76&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000898 10.0.0.23 - - [2026-06-15 03:40:47] "GET /project/9e8a2f0a-f5b8-46e0-b60b-3c165fd17a76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.046737 10.0.0.65 - - [2026-06-15 03:40:47] "GET /projects?obj_uuids=9e8a2f0a-f5b8-46e0-b60b-3c165fd17a76&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000868 10.0.0.23 - - [2026-06-15 03:40:47] "GET /project/9e8a2f0a-f5b8-46e0-b60b-3c165fd17a76?fields=virtual_networks HTTP/1.1" 200 1022 0.041970 10.0.0.65 - - [2026-06-15 03:40:47] "GET /projects?obj_uuids=9e8a2f0a-f5b8-46e0-b60b-3c165fd17a76&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001012 10.0.0.23 - - [2026-06-15 03:40:47] "GET /project/9e8a2f0a-f5b8-46e0-b60b-3c165fd17a76?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.053334 10.0.0.65 - - [2026-06-15 03:40:47] "GET /projects?obj_uuids=9e8a2f0a-f5b8-46e0-b60b-3c165fd17a76&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000851 10.0.0.23 - - [2026-06-15 03:40:47] "GET /project/9e8a2f0a-f5b8-46e0-b60b-3c165fd17a76?fields=security_groups HTTP/1.1" 200 1243 0.052951 10.0.0.65 - - [2026-06-15 03:40:47] "GET /projects?obj_uuids=71ce565b-4d8d-4e66-9d6d-c9d6e2381ec7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000894 10.0.0.23 - - [2026-06-15 03:40:47] "GET /project/71ce565b-4d8d-4e66-9d6d-c9d6e2381ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.050806 10.0.0.65 - - [2026-06-15 03:40:47] "GET /projects?obj_uuids=71ce565b-4d8d-4e66-9d6d-c9d6e2381ec7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001032 10.0.0.23 - - [2026-06-15 03:40:47] "GET /project/71ce565b-4d8d-4e66-9d6d-c9d6e2381ec7?fields=virtual_networks HTTP/1.1" 200 1021 0.048423 10.0.0.65 - - [2026-06-15 03:40:47] "GET /projects?obj_uuids=71ce565b-4d8d-4e66-9d6d-c9d6e2381ec7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001806 10.0.0.23 - - [2026-06-15 03:40:47] "GET /project/71ce565b-4d8d-4e66-9d6d-c9d6e2381ec7?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.040398 10.0.0.65 - - [2026-06-15 03:40:48] "GET /projects?obj_uuids=71ce565b-4d8d-4e66-9d6d-c9d6e2381ec7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000852 10.0.0.23 - - [2026-06-15 03:40:48] "GET /project/71ce565b-4d8d-4e66-9d6d-c9d6e2381ec7?fields=security_groups HTTP/1.1" 200 1242 0.037193 10.0.0.23 - - [2026-06-15 03:40:50] "GET /api-access-list/2e23c6a3-0b53-4847-8b77-c277e981ae7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003806 10.0.0.23 - - [2026-06-15 03:40:50] "PUT /api-access-list/2e23c6a3-0b53-4847-8b77-c277e981ae7e HTTP/1.1" 200 264 0.012715 10.0.0.65 - - [2026-06-15 03:40:50] "GET /projects?obj_uuids=f46a66b2-0025-417f-a7a0-03e7a7624256&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001201 10.0.0.23 - - [2026-06-15 03:40:50] "GET /project/f46a66b2-0025-417f-a7a0-03e7a7624256?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.052272 10.0.0.65 - - [2026-06-15 03:40:50] "GET /projects?obj_uuids=f46a66b2-0025-417f-a7a0-03e7a7624256&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001180 10.0.0.23 - - [2026-06-15 03:40:50] "GET /project/f46a66b2-0025-417f-a7a0-03e7a7624256?fields=virtual_networks HTTP/1.1" 200 1022 0.046287 10.0.0.65 - - [2026-06-15 03:40:50] "GET /projects?obj_uuids=f46a66b2-0025-417f-a7a0-03e7a7624256&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000863 10.0.0.23 - - [2026-06-15 03:40:50] "GET /project/f46a66b2-0025-417f-a7a0-03e7a7624256?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.040117 10.0.0.65 - - [2026-06-15 03:40:50] "GET /projects?obj_uuids=f46a66b2-0025-417f-a7a0-03e7a7624256&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001375 10.0.0.23 - - [2026-06-15 03:40:50] "GET /project/f46a66b2-0025-417f-a7a0-03e7a7624256?fields=security_groups HTTP/1.1" 200 1243 0.039658 10.0.0.23 - - [2026-06-15 03:40:51] "POST /fqname-to-id HTTP/1.1" 404 188 0.027937 10.0.0.65 - - [2026-06-15 03:40:51] "GET /projects?obj_uuids=5444b81e-1362-4071-a4ad-9b3dc17d801a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003947 10.0.0.65 - - [2026-06-15 03:40:51] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001009 10.0.0.65 - - [2026-06-15 03:40:51] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007244 10.0.0.65 - - [2026-06-15 03:40:52] "POST /id-to-fqname HTTP/1.1" 200 190 0.001482 10.0.0.65 - - [2026-06-15 03:40:52] "POST /fqname-to-id HTTP/1.1" 404 199 0.005096 10.0.0.65 - - [2026-06-15 03:40:52] "POST /security-groups HTTP/1.1" 200 591 0.072563 10.0.0.65 - - [2026-06-15 03:40:52] "POST /projects HTTP/1.1" 200 585 0.277878 10.0.0.65 - - [2026-06-15 03:40:52] "POST /access-control-lists HTTP/1.1" 200 596 0.025313 10.0.0.65 - - [2026-06-15 03:40:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.356758 10.0.0.23 - - [2026-06-15 03:40:52] "GET /project/5444b81e-1362-4071-a4ad-9b3dc17d801a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.492634 10.0.0.23 - - [2026-06-15 03:40:53] "GET / HTTP/1.1" 200 35931 0.001897 10.0.0.23 - - [2026-06-15 03:40:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000551 10.0.0.23 - - [2026-06-15 03:40:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.027853 10.0.0.23 - - [2026-06-15 03:40:55] "GET /api-access-list/2e23c6a3-0b53-4847-8b77-c277e981ae7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003836 10.0.0.23 - - [2026-06-15 03:40:55] "GET /api-access-list/2e23c6a3-0b53-4847-8b77-c277e981ae7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.002997 10.0.0.23 - - [2026-06-15 03:40:55] "GET /api-access-list/2e23c6a3-0b53-4847-8b77-c277e981ae7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.002965 10.0.0.23 - - [2026-06-15 03:40:55] "PUT /api-access-list/2e23c6a3-0b53-4847-8b77-c277e981ae7e HTTP/1.1" 200 264 0.011631 10.0.0.23 - - [2026-06-15 03:40:57] "POST /fqname-to-id HTTP/1.1" 404 188 0.029410 10.0.0.65 - - [2026-06-15 03:40:57] "GET /projects?obj_uuids=8a9379ff-3891-467e-8d9b-98a0b22075f5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002978 10.0.0.65 - - [2026-06-15 03:40:57] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001906 10.0.0.65 - - [2026-06-15 03:40:57] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011343 10.0.0.65 - - [2026-06-15 03:40:57] "POST /id-to-fqname HTTP/1.1" 200 190 0.006527 10.0.0.65 - - [2026-06-15 03:40:57] "POST /fqname-to-id HTTP/1.1" 404 199 0.002779 10.0.0.65 - - [2026-06-15 03:40:57] "POST /security-groups HTTP/1.1" 200 591 0.032936 10.0.0.65 - - [2026-06-15 03:40:57] "POST /fqname-to-id HTTP/1.1" 404 234 0.006065 10.0.0.65 - - [2026-06-15 03:40:57] "POST /projects HTTP/1.1" 200 585 0.244497 10.0.0.65 - - [2026-06-15 03:40:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.317340 10.0.0.65 - - [2026-06-15 03:40:58] "POST /access-control-lists HTTP/1.1" 200 594 0.025313 10.0.0.23 - - [2026-06-15 03:40:58] "GET /project/8a9379ff-3891-467e-8d9b-98a0b22075f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.478555 10.0.0.23 - - [2026-06-15 03:40:58] "POST /fqname-to-id HTTP/1.1" 404 188 0.022078 10.0.0.65 - - [2026-06-15 03:40:58] "GET /projects?obj_uuids=d3f5a5b3-1d8d-4363-906d-62b622a8a3c4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003369 10.0.0.65 - - [2026-06-15 03:40:58] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001387 10.0.0.65 - - [2026-06-15 03:40:58] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006938 10.0.0.65 - - [2026-06-15 03:40:58] "POST /id-to-fqname HTTP/1.1" 200 190 0.001480 10.0.0.65 - - [2026-06-15 03:40:58] "POST /fqname-to-id HTTP/1.1" 404 199 0.007473 10.0.0.65 - - [2026-06-15 03:40:58] "POST /security-groups HTTP/1.1" 200 591 0.076128 10.0.0.65 - - [2026-06-15 03:40:58] "POST /projects HTTP/1.1" 200 585 0.311872 10.0.0.65 - - [2026-06-15 03:40:58] "POST /fqname-to-id HTTP/1.1" 404 233 0.006538 10.0.0.65 - - [2026-06-15 03:40:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.380758 10.0.0.23 - - [2026-06-15 03:40:59] "GET /project/d3f5a5b3-1d8d-4363-906d-62b622a8a3c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.509985 10.0.0.23 - - [2026-06-15 03:40:59] "GET / HTTP/1.1" 200 35931 0.002106 10.0.0.23 - - [2026-06-15 03:41:00] "GET / HTTP/1.1" 200 35931 0.001430 10.0.0.23 - - [2026-06-15 03:41:00] "POST /fqname-to-id HTTP/1.1" 404 183 0.004586 10.0.0.23 - - [2026-06-15 03:41:00] "POST /api-access-lists HTTP/1.1" 200 521 0.025377 10.0.0.23 - - [2026-06-15 03:41:00] "GET /api-access-list/d2fadf92-b4b4-4d38-a4e1-6000773b8f53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.005585 10.0.0.23 - - [2026-06-15 03:41:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000503 10.0.0.23 - - [2026-06-15 03:41:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.039271 10.0.0.65 - - [2026-06-15 03:41:01] "GET /projects?obj_uuids=8a9379ff-3891-467e-8d9b-98a0b22075f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001034 10.0.0.23 - - [2026-06-15 03:41:01] "GET /project/8a9379ff-3891-467e-8d9b-98a0b22075f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.052366 10.0.0.23 - - [2026-06-15 03:41:01] "GET /virtual-networks?parent_id=8a9379ff-3891-467e-8d9b-98a0b22075f5&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015813 10.0.0.23 - - [2026-06-15 03:41:01] "POST /virtual-networks HTTP/1.1" 200 583 0.080503 10.0.0.65 - - [2026-06-15 03:41:02] "POST /ref-update HTTP/1.1" 200 156 0.030339 10.0.0.23 - - [2026-06-15 03:41:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.048178 10.0.0.23 - - [2026-06-15 03:41:02] "GET /network-ipam/6a0826ac-061c-4355-8bab-f1f70b795f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.014612 10.0.0.65 - - [2026-06-15 03:41:02] "POST /useragent-kv HTTP/1.1" 200 115 0.009311 10.0.0.23 - - [2026-06-15 03:41:02] "POST /ref-update HTTP/1.1" 200 156 0.086735 10.0.0.23 - - [2026-06-15 03:41:02] "POST /neutron/network HTTP/1.1" 200 849 0.048805 10.0.0.23 - - [2026-06-15 03:41:02] "GET /virtual-network/f0f7c0a1-ba6c-420c-833c-0a895651274f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.019601 10.0.0.23 - - [2026-06-15 03:41:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000545 10.0.0.65 - - [2026-06-15 03:41:03] "DELETE /access-control-list/c19af5bb-795e-4055-9263-b3b069a871ca HTTP/1.1" 200 115 0.039817 10.0.0.23 - - [2026-06-15 03:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.079903 10.0.0.65 - - [2026-06-15 03:41:03] "GET /projects?obj_uuids=d3f5a5b3-1d8d-4363-906d-62b622a8a3c4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001949 10.0.0.23 - - [2026-06-15 03:41:03] "GET /project/d3f5a5b3-1d8d-4363-906d-62b622a8a3c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.105639 10.0.0.65 - - [2026-06-15 03:41:03] "DELETE /access-control-list/e28026e6-6db9-43c3-b153-854ae706fded HTTP/1.1" 200 115 0.071395 10.0.0.23 - - [2026-06-15 03:41:03] "GET /virtual-networks?parent_id=d3f5a5b3-1d8d-4363-906d-62b622a8a3c4&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.023348 10.0.0.23 - - [2026-06-15 03:41:03] "POST /virtual-networks HTTP/1.1" 200 583 0.084108 10.0.0.23 - - [2026-06-15 03:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.032832 10.0.0.23 - - [2026-06-15 03:41:03] "GET /network-ipam/6a0826ac-061c-4355-8bab-f1f70b795f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.018908 10.0.0.65 - - [2026-06-15 03:41:03] "POST /useragent-kv HTTP/1.1" 200 115 0.011369 10.0.0.23 - - [2026-06-15 03:41:03] "POST /ref-update HTTP/1.1" 200 156 0.101202 10.0.0.23 - - [2026-06-15 03:41:03] "POST /neutron/network HTTP/1.1" 200 849 0.043292 10.0.0.23 - - [2026-06-15 03:41:04] "GET /virtual-network/eeffc5b6-dda5-4783-b8a6-17859170db37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.019753 10.0.0.23 - - [2026-06-15 03:41:04] "POST /neutron/subnet HTTP/1.1" 200 684 0.033654 10.0.0.23 - - [2026-06-15 03:41:05] "GET /obj-perms HTTP/1.1" 403 257 0.034338 10.0.0.23 - - [2026-06-15 03:41:05] "GET /obj-perms HTTP/1.1" 403 257 0.043115 10.0.0.33 - - [2026-06-15 03:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.023014 10.0.0.65 - - [2026-06-15 03:41:06] "GET /obj-perms HTTP/1.1" 403 257 0.034413 10.0.0.65 - - [2026-06-15 03:41:06] "GET /virtual-network/f0f7c0a1-ba6c-420c-833c-0a895651274f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.017951 10.0.0.23 - - [2026-06-15 03:41:07] "GET /obj-perms HTTP/1.1" 200 4467 0.043103 10.0.0.23 - - [2026-06-15 03:41:07] "GET /obj-perms HTTP/1.1" 403 257 0.010295 10.0.0.23 - - [2026-06-15 03:41:07] "PUT /virtual-network/f0f7c0a1-ba6c-420c-833c-0a895651274f HTTP/1.1" 200 264 0.044360 10.0.0.23 - - [2026-06-15 03:41:07] "GET /obj-perms HTTP/1.1" 403 257 0.012359 10.0.0.23 - - [2026-06-15 03:41:08] "GET /obj-perms HTTP/1.1" 403 257 0.039687 10.0.0.33 - - [2026-06-15 03:41:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.65 - - [2026-06-15 03:41:08] "GET /virtual-network/f0f7c0a1-ba6c-420c-833c-0a895651274f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.036540 10.0.0.23 - - [2026-06-15 03:41:08] "GET /obj-perms HTTP/1.1" 403 257 0.010649 10.0.0.23 - - [2026-06-15 03:41:08] "GET /obj-perms HTTP/1.1" 200 4467 0.003405 10.0.0.23 - - [2026-06-15 03:41:08] "GET /obj-perms HTTP/1.1" 403 257 0.012158 10.0.0.23 - - [2026-06-15 03:41:09] "PUT /virtual-network/f0f7c0a1-ba6c-420c-833c-0a895651274f HTTP/1.1" 200 264 0.050364 10.0.0.65 - - [2026-06-15 03:41:09] "POST /useragent-kv HTTP/1.1" 200 115 0.004667 10.0.0.65 - - [2026-06-15 03:41:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.012393 10.0.0.65 - - [2026-06-15 03:41:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002796 10.0.0.23 - - [2026-06-15 03:41:09] "DELETE /virtual-network/eeffc5b6-dda5-4783-b8a6-17859170db37 HTTP/1.1" 200 115 0.122739 10.0.0.65 - - [2026-06-15 03:41:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002687 10.0.0.65 - - [2026-06-15 03:41:09] "POST /useragent-kv HTTP/1.1" 200 115 0.007378 10.0.0.23 - - [2026-06-15 03:41:09] "DELETE /virtual-network/f0f7c0a1-ba6c-420c-833c-0a895651274f HTTP/1.1" 200 115 0.119576 10.0.0.65 - - [2026-06-15 03:41:09] "DELETE /route-target/249d0e2a-ae5f-41a5-ab03-cfdfb9ac3bf7 HTTP/1.1" 200 115 0.032644 10.0.0.23 - - [2026-06-15 03:41:09] "DELETE /api-access-list/d2fadf92-b4b4-4d38-a4e1-6000773b8f53 HTTP/1.1" 200 115 0.034913 10.0.0.65 - - [2026-06-15 03:41:09] "GET /projects?obj_uuids=d3f5a5b3-1d8d-4363-906d-62b622a8a3c4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000875 10.0.0.23 - - [2026-06-15 03:41:09] "GET /project/d3f5a5b3-1d8d-4363-906d-62b622a8a3c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.040366 10.0.0.65 - - [2026-06-15 03:41:09] "GET /projects?obj_uuids=d3f5a5b3-1d8d-4363-906d-62b622a8a3c4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001103 10.0.0.23 - - [2026-06-15 03:41:09] "GET /project/d3f5a5b3-1d8d-4363-906d-62b622a8a3c4?fields=virtual_networks HTTP/1.1" 200 1032 0.035078 10.0.0.65 - - [2026-06-15 03:41:09] "GET /projects?obj_uuids=d3f5a5b3-1d8d-4363-906d-62b622a8a3c4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000934 10.0.0.23 - - [2026-06-15 03:41:09] "GET /project/d3f5a5b3-1d8d-4363-906d-62b622a8a3c4?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.039236 10.0.0.65 - - [2026-06-15 03:41:09] "GET /projects?obj_uuids=d3f5a5b3-1d8d-4363-906d-62b622a8a3c4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000990 10.0.0.23 - - [2026-06-15 03:41:09] "GET /project/d3f5a5b3-1d8d-4363-906d-62b622a8a3c4?fields=security_groups HTTP/1.1" 200 1258 0.042745 10.0.0.65 - - [2026-06-15 03:41:10] "GET /projects?obj_uuids=8a9379ff-3891-467e-8d9b-98a0b22075f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001221 10.0.0.23 - - [2026-06-15 03:41:10] "GET /project/8a9379ff-3891-467e-8d9b-98a0b22075f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.044270 10.0.0.65 - - [2026-06-15 03:41:10] "GET /projects?obj_uuids=8a9379ff-3891-467e-8d9b-98a0b22075f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000918 10.0.0.23 - - [2026-06-15 03:41:10] "GET /project/8a9379ff-3891-467e-8d9b-98a0b22075f5?fields=virtual_networks HTTP/1.1" 200 1031 0.038858 10.0.0.65 - - [2026-06-15 03:41:10] "GET /projects?obj_uuids=8a9379ff-3891-467e-8d9b-98a0b22075f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000920 10.0.0.23 - - [2026-06-15 03:41:10] "GET /project/8a9379ff-3891-467e-8d9b-98a0b22075f5?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.036257 10.0.0.65 - - [2026-06-15 03:41:10] "GET /projects?obj_uuids=8a9379ff-3891-467e-8d9b-98a0b22075f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001173 10.0.0.23 - - [2026-06-15 03:41:10] "GET /project/8a9379ff-3891-467e-8d9b-98a0b22075f5?fields=security_groups HTTP/1.1" 200 1257 0.042348 10.0.0.23 - - [2026-06-15 03:41:14] "GET / HTTP/1.1" 200 35931 0.001454 10.0.0.23 - - [2026-06-15 03:41:14] "GET / HTTP/1.1" 200 35931 0.001612 10.0.0.23 - - [2026-06-15 03:41:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000411 10.0.0.23 - - [2026-06-15 03:41:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.095960 10.0.0.65 - - [2026-06-15 03:41:15] "GET /projects?obj_uuids=5444b81e-1362-4071-a4ad-9b3dc17d801a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001793 10.0.0.23 - - [2026-06-15 03:41:15] "GET /project/5444b81e-1362-4071-a4ad-9b3dc17d801a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.065124 10.0.0.23 - - [2026-06-15 03:41:15] "GET /virtual-networks?parent_id=5444b81e-1362-4071-a4ad-9b3dc17d801a&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.011642 10.0.0.23 - - [2026-06-15 03:41:15] "POST /fqname-to-id HTTP/1.1" 404 197 0.011095 10.0.0.23 - - [2026-06-15 03:41:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.013700 10.0.0.65 - - [2026-06-15 03:41:15] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001308 10.0.0.23 - - [2026-06-15 03:41:15] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.021550 10.0.0.23 - - [2026-06-15 03:41:16] "POST /service-templates HTTP/1.1" 403 264 0.013268 10.0.0.23 - - [2026-06-15 03:41:16] "POST /fqname-to-id HTTP/1.1" 404 215 0.004191 10.0.0.23 - - [2026-06-15 03:41:16] "POST /api-access-lists HTTP/1.1" 200 555 0.040476 10.0.0.23 - - [2026-06-15 03:41:16] "GET /api-access-list/fca2f171-4a07-43c0-80bd-8f6395247832?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.005762 10.0.0.23 - - [2026-06-15 03:41:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.018732 10.0.0.65 - - [2026-06-15 03:41:16] "GET /projects?obj_uuids=5444b81e-1362-4071-a4ad-9b3dc17d801a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001419 10.0.0.23 - - [2026-06-15 03:41:16] "GET /project/5444b81e-1362-4071-a4ad-9b3dc17d801a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.069646 10.0.0.23 - - [2026-06-15 03:41:16] "GET /virtual-networks?parent_id=5444b81e-1362-4071-a4ad-9b3dc17d801a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019619 10.0.0.23 - - [2026-06-15 03:41:16] "POST /virtual-networks HTTP/1.1" 200 583 0.093029 10.0.0.23 - - [2026-06-15 03:41:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.044124 10.0.0.23 - - [2026-06-15 03:41:16] "GET /network-ipam/6a0826ac-061c-4355-8bab-f1f70b795f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.016592 10.0.0.65 - - [2026-06-15 03:41:16] "POST /useragent-kv HTTP/1.1" 200 115 0.012343 10.0.0.23 - - [2026-06-15 03:41:16] "POST /ref-update HTTP/1.1" 200 156 0.097130 10.0.0.65 - - [2026-06-15 03:41:17] "DELETE /project/f46a66b2-0025-417f-a7a0-03e7a7624256 HTTP/1.1" 404 177 0.015558 10.0.0.65 - - [2026-06-15 03:41:17] "DELETE /project/8a9379ff3891467e8d9b98a0b22075f5 HTTP/1.1" 404 173 0.014482 10.0.0.65 - - [2026-06-15 03:41:17] "DELETE /project/9e8a2f0a-f5b8-46e0-b60b-3c165fd17a76 HTTP/1.1" 404 177 0.018014 10.0.0.65 - - [2026-06-15 03:41:17] "DELETE /project/71ce565b-4d8d-4e66-9d6d-c9d6e2381ec7 HTTP/1.1" 404 177 0.008573 10.0.0.65 - - [2026-06-15 03:41:17] "DELETE /project/5444b81e13624071a4ad9b3dc17d801a HTTP/1.1" 404 173 0.007708 10.0.0.65 - - [2026-06-15 03:41:17] "DELETE /project/d3f5a5b31d8d4363906d62b622a8a3c4 HTTP/1.1" 404 173 0.012658 10.0.0.65 - - [2026-06-15 03:41:17] "GET /projects?obj_uuids=8a9379ff-3891-467e-8d9b-98a0b22075f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001038 10.0.0.65 - - [2026-06-15 03:41:17] "GET /projects?obj_uuids=d3f5a5b3-1d8d-4363-906d-62b622a8a3c4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000970 10.0.0.65 - - [2026-06-15 03:41:17] "GET /project/8a9379ff-3891-467e-8d9b-98a0b22075f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.078579 10.0.0.23 - - [2026-06-15 03:41:17] "GET /obj-perms HTTP/1.1" 200 4493 0.119846 10.0.0.65 - - [2026-06-15 03:41:17] "GET /project/d3f5a5b3-1d8d-4363-906d-62b622a8a3c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.088852 10.0.0.65 - - [2026-06-15 03:41:17] "GET /projects?obj_uuids=8a9379ff-3891-467e-8d9b-98a0b22075f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004013 10.0.0.65 - - [2026-06-15 03:41:17] "GET /projects?obj_uuids=d3f5a5b3-1d8d-4363-906d-62b622a8a3c4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000702 10.0.0.23 - - [2026-06-15 03:41:17] "GET /virtual-network/5ae650d2-b6fe-4a43-8df7-95dcb0d8bd8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.037375 10.0.0.65 - - [2026-06-15 03:41:17] "GET /project/8a9379ff-3891-467e-8d9b-98a0b22075f5?fields=security_groups HTTP/1.1" 200 1362 0.090000 10.0.0.65 - - [2026-06-15 03:41:17] "GET /project/d3f5a5b3-1d8d-4363-906d-62b622a8a3c4?fields=security_groups HTTP/1.1" 200 1363 0.097322 10.0.0.65 - - [2026-06-15 03:41:17] "DELETE /security-group/c7e80299-0c1a-4b9e-931d-238e362b8425 HTTP/1.1" 200 115 0.047166 10.0.0.65 - - [2026-06-15 03:41:17] "GET /projects?obj_uuids=8a9379ff-3891-467e-8d9b-98a0b22075f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000838 10.0.0.65 - - [2026-06-15 03:41:17] "DELETE /security-group/926ffa4b-775f-4ff9-9e52-659d4cc8ed2a HTTP/1.1" 200 115 0.075811 10.0.0.65 - - [2026-06-15 03:41:17] "GET /projects?obj_uuids=d3f5a5b3-1d8d-4363-906d-62b622a8a3c4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004848 10.0.0.65 - - [2026-06-15 03:41:17] "DELETE /access-control-list/cc055bbd-5877-4631-a18a-794ec313a776 HTTP/1.1" 200 115 0.070598 10.0.0.65 - - [2026-06-15 03:41:17] "GET /project/8a9379ff-3891-467e-8d9b-98a0b22075f5?fields=application_policy_sets HTTP/1.1" 200 1401 0.066762 10.0.0.65 - - [2026-06-15 03:41:17] "GET /project/d3f5a5b3-1d8d-4363-906d-62b622a8a3c4?fields=application_policy_sets HTTP/1.1" 200 1402 0.055941 10.0.0.65 - - [2026-06-15 03:41:17] "DELETE /access-control-list/0c1b8e54-4542-4046-b9ef-019834330def HTTP/1.1" 200 115 0.043749 10.0.0.65 - - [2026-06-15 03:41:17] "DELETE /project/8a9379ff-3891-467e-8d9b-98a0b22075f5 HTTP/1.1" 200 115 0.534176 10.0.0.23 - - [2026-06-15 03:41:17] "POST /neutron/network HTTP/1.1" 200 848 0.433009 10.0.0.65 - - [2026-06-15 03:41:17] "DELETE /project/d3f5a5b3-1d8d-4363-906d-62b622a8a3c4 HTTP/1.1" 200 115 0.602516 10.0.0.23 - - [2026-06-15 03:41:18] "GET /virtual-network/5ae650d2-b6fe-4a43-8df7-95dcb0d8bd8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005527 10.0.0.23 - - [2026-06-15 03:41:18] "GET /network-ipam/6a0826ac-061c-4355-8bab-f1f70b795f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.003224 10.0.0.23 - - [2026-06-15 03:41:18] "GET /virtual-network/5ae650d2-b6fe-4a43-8df7-95dcb0d8bd8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005498 10.0.0.33 - - [2026-06-15 03:41:18] "GET /obj-perms HTTP/1.1" 200 4467 0.039728 10.0.0.23 - - [2026-06-15 03:41:19] "POST /fqname-to-id HTTP/1.1" 404 197 0.016567 10.0.0.23 - - [2026-06-15 03:41:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.013096 10.0.0.65 - - [2026-06-15 03:41:19] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001508 10.0.0.23 - - [2026-06-15 03:41:19] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.022183 10.0.0.23 - - [2026-06-15 03:41:19] "POST /service-templates HTTP/1.1" 403 264 0.012569 10.0.0.23 - - [2026-06-15 03:41:19] "POST /fqname-to-id HTTP/1.1" 404 183 0.003070 10.0.0.23 - - [2026-06-15 03:41:19] "POST /api-access-lists HTTP/1.1" 200 521 0.020339 10.0.0.23 - - [2026-06-15 03:41:19] "GET /api-access-list/2c962a3a-5bdd-4d2c-94c0-a1773655f792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.009373 10.0.0.23 - - [2026-06-15 03:41:19] "POST /fqname-to-id HTTP/1.1" 404 197 0.015266 10.0.0.23 - - [2026-06-15 03:41:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.013231 10.0.0.65 - - [2026-06-15 03:41:19] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001009 10.0.0.23 - - [2026-06-15 03:41:19] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.020239 10.0.0.23 - - [2026-06-15 03:41:19] "POST /service-templates HTTP/1.1" 200 551 0.036620 10.0.0.23 - - [2026-06-15 03:41:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.018395 10.0.0.23 - - [2026-06-15 03:41:19] "GET /service-template/1396b32a-0630-4877-ae5b-945cf0513d48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.019949 10.0.0.23 - - [2026-06-15 03:41:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.014719 10.0.0.23 - - [2026-06-15 03:41:19] "GET /service-template/1396b32a-0630-4877-ae5b-945cf0513d48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.017429 10.0.0.23 - - [2026-06-15 03:41:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.33 - - [2026-06-15 03:41:21] "GET /virtual-network/5ae650d2-b6fe-4a43-8df7-95dcb0d8bd8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.035379 10.0.0.65 - - [2026-06-15 03:41:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.021576 10.0.0.23 - - [2026-06-15 03:41:21] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.029655 10.0.0.23 - - [2026-06-15 03:41:21] "GET /api-access-list/fca2f171-4a07-43c0-80bd-8f6395247832?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.002868 10.0.0.23 - - [2026-06-15 03:41:21] "PUT /api-access-list/fca2f171-4a07-43c0-80bd-8f6395247832 HTTP/1.1" 200 264 0.009724 10.0.0.23 - - [2026-06-15 03:41:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000393 10.0.0.23 - - [2026-06-15 03:41:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.047355 10.0.0.65 - - [2026-06-15 03:41:22] "GET /projects?obj_uuids=5444b81e-1362-4071-a4ad-9b3dc17d801a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000955 10.0.0.23 - - [2026-06-15 03:41:22] "GET /project/5444b81e-1362-4071-a4ad-9b3dc17d801a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.057287 10.0.0.23 - - [2026-06-15 03:41:22] "GET /virtual-networks?parent_id=5444b81e-1362-4071-a4ad-9b3dc17d801a&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.020543 10.0.0.23 - - [2026-06-15 03:41:22] "POST /virtual-networks HTTP/1.1" 403 263 0.011491 10.0.0.23 - - [2026-06-15 03:41:22] "GET /virtual-network/5ae650d2-b6fe-4a43-8df7-95dcb0d8bd8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.017413 10.0.0.23 - - [2026-06-15 03:41:22] "GET /api-access-list/2c962a3a-5bdd-4d2c-94c0-a1773655f792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.006425 10.0.0.23 - - [2026-06-15 03:41:22] "PUT /api-access-list/2c962a3a-5bdd-4d2c-94c0-a1773655f792 HTTP/1.1" 200 264 0.010950 10.0.0.23 - - [2026-06-15 03:41:23] "POST /fqname-to-id HTTP/1.1" 404 197 0.015512 10.0.0.23 - - [2026-06-15 03:41:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.013689 10.0.0.65 - - [2026-06-15 03:41:23] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000958 10.0.0.23 - - [2026-06-15 03:41:23] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.018646 10.0.0.23 - - [2026-06-15 03:41:23] "POST /service-templates HTTP/1.1" 403 264 0.012709 10.0.0.23 - - [2026-06-15 03:41:23] "GET /api-access-list/fca2f171-4a07-43c0-80bd-8f6395247832?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.003983 10.0.0.23 - - [2026-06-15 03:41:23] "PUT /api-access-list/fca2f171-4a07-43c0-80bd-8f6395247832 HTTP/1.1" 200 264 0.011009 10.0.0.23 - - [2026-06-15 03:41:23] "GET /api-access-list/2c962a3a-5bdd-4d2c-94c0-a1773655f792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.003580 10.0.0.23 - - [2026-06-15 03:41:23] "PUT /api-access-list/2c962a3a-5bdd-4d2c-94c0-a1773655f792 HTTP/1.1" 200 264 0.011551 10.0.0.23 - - [2026-06-15 03:41:24] "GET /obj-perms HTTP/1.1" 403 257 0.013770 10.0.0.23 - - [2026-06-15 03:41:24] "GET /obj-perms HTTP/1.1" 403 257 0.032519 10.0.0.33 - - [2026-06-15 03:41:24] "GET /virtual-network/5ae650d2-b6fe-4a43-8df7-95dcb0d8bd8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.013785 10.0.0.33 - - [2026-06-15 03:41:24] "GET /virtual-network/5ae650d2-b6fe-4a43-8df7-95dcb0d8bd8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.027256 10.0.0.65 - - [2026-06-15 03:41:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.65 - - [2026-06-15 03:41:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.23 - - [2026-06-15 03:41:25] "GET /obj-perms HTTP/1.1" 403 257 0.022192 10.0.0.23 - - [2026-06-15 03:41:25] "GET /api-access-list/2e23c6a3-0b53-4847-8b77-c277e981ae7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.004150 10.0.0.23 - - [2026-06-15 03:41:25] "PUT /api-access-list/2e23c6a3-0b53-4847-8b77-c277e981ae7e HTTP/1.1" 200 264 0.012115 10.0.0.23 - - [2026-06-15 03:41:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.23 - - [2026-06-15 03:41:25] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.034790 10.0.0.23 - - [2026-06-15 03:41:25] "DELETE /api-access-list/fca2f171-4a07-43c0-80bd-8f6395247832 HTTP/1.1" 200 115 0.034686 10.0.0.23 - - [2026-06-15 03:41:25] "DELETE /api-access-list/2c962a3a-5bdd-4d2c-94c0-a1773655f792 HTTP/1.1" 200 115 0.027966 10.0.0.23 - - [2026-06-15 03:41:26] "GET /virtual-network/5ae650d2-b6fe-4a43-8df7-95dcb0d8bd8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.028111 10.0.0.33 - - [2026-06-15 03:41:27] "GET /virtual-network/5ae650d2-b6fe-4a43-8df7-95dcb0d8bd8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.023055 10.0.0.65 - - [2026-06-15 03:41:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.23 - - [2026-06-15 03:41:27] "GET /api-access-list/2e23c6a3-0b53-4847-8b77-c277e981ae7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.004342 10.0.0.23 - - [2026-06-15 03:41:27] "PUT /api-access-list/2e23c6a3-0b53-4847-8b77-c277e981ae7e HTTP/1.1" 200 264 0.011956 10.0.0.23 - - [2026-06-15 03:41:27] "GET /obj-perms HTTP/1.1" 403 257 0.010161 10.0.0.23 - - [2026-06-15 03:41:27] "GET /obj-perms HTTP/1.1" 403 257 0.010675 10.0.0.23 - - [2026-06-15 03:41:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.012341 10.0.0.23 - - [2026-06-15 03:41:27] "DELETE /service-template/1396b32a-0630-4877-ae5b-945cf0513d48 HTTP/1.1" 200 115 0.044926 10.0.0.23 - - [2026-06-15 03:41:27] "POST /fqname-to-id HTTP/1.1" 404 197 0.019295 10.0.0.65 - - [2026-06-15 03:41:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002429 10.0.0.65 - - [2026-06-15 03:41:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002719 10.0.0.23 - - [2026-06-15 03:41:28] "DELETE /virtual-network/5ae650d2-b6fe-4a43-8df7-95dcb0d8bd8c HTTP/1.1" 200 115 0.101237 10.0.0.23 - - [2026-06-15 03:41:28] "GET /api-access-list/2e23c6a3-0b53-4847-8b77-c277e981ae7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.004181 10.0.0.23 - - [2026-06-15 03:41:28] "PUT /api-access-list/2e23c6a3-0b53-4847-8b77-c277e981ae7e HTTP/1.1" 200 264 0.010729 10.0.0.23 - - [2026-06-15 03:41:28] "GET /api-access-list/2e23c6a3-0b53-4847-8b77-c277e981ae7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.004008 10.0.0.23 - - [2026-06-15 03:41:28] "PUT /api-access-list/2e23c6a3-0b53-4847-8b77-c277e981ae7e HTTP/1.1" 200 264 0.010639 10.0.0.23 - - [2026-06-15 03:41:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.65 - - [2026-06-15 03:41:30] "GET /projects?obj_uuids=5444b81e-1362-4071-a4ad-9b3dc17d801a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000782 10.0.0.23 - - [2026-06-15 03:41:31] "GET /project/5444b81e-1362-4071-a4ad-9b3dc17d801a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.052873 10.0.0.23 - - [2026-06-15 03:41:31] "POST /neutron/network HTTP/1.1" 200 117 0.107504 10.0.0.65 - - [2026-06-15 03:41:31] "POST /route-targets HTTP/1.1" 200 327 0.018503 10.0.0.23 - - [2026-06-15 03:41:31] "POST /neutron/network HTTP/1.1" 200 864 0.007343 10.0.0.23 - - [2026-06-15 03:41:31] "POST /id-to-fqname HTTP/1.1" 200 240 0.000912 10.0.0.23 - - [2026-06-15 03:41:31] "GET /virtual-network/d1af750e-5710-4a94-87f7-c81df7862992?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.004515 10.0.0.23 - - [2026-06-15 03:41:31] "GET /virtual-network/d1af750e-5710-4a94-87f7-c81df7862992?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.005775 10.0.0.23 - - [2026-06-15 03:41:31] "POST /neutron/subnet HTTP/1.1" 200 733 0.007836 10.0.0.23 - - [2026-06-15 03:41:31] "GET /virtual-network/d1af750e-5710-4a94-87f7-c81df7862992?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.004702 10.0.0.23 - - [2026-06-15 03:41:31] "GET /network-ipam/6a0826ac-061c-4355-8bab-f1f70b795f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.003260 10.0.0.23 - - [2026-06-15 03:41:31] "GET /virtual-network/d1af750e-5710-4a94-87f7-c81df7862992?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.005339 10.0.0.23 - - [2026-06-15 03:41:32] "POST /fqname-to-id HTTP/1.1" 404 215 0.003310 10.0.0.23 - - [2026-06-15 03:41:32] "POST /api-access-lists HTTP/1.1" 200 555 0.036619 10.0.0.23 - - [2026-06-15 03:41:32] "GET /api-access-list/c0a5ae64-83db-4c1a-a8e7-738a9cacbe0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2442 0.007922 10.0.0.23 - - [2026-06-15 03:41:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.014868 10.0.0.65 - - [2026-06-15 03:41:32] "GET /projects?obj_uuids=5444b81e-1362-4071-a4ad-9b3dc17d801a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001394 10.0.0.23 - - [2026-06-15 03:41:32] "GET /project/5444b81e-1362-4071-a4ad-9b3dc17d801a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.051489 10.0.0.65 - - [2026-06-15 03:41:32] "GET /projects?obj_uuids=5444b81e-1362-4071-a4ad-9b3dc17d801a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000983 10.0.0.23 - - [2026-06-15 03:41:32] "POST /neutron/network HTTP/1.1" 200 645 0.132557 10.0.0.65 - - [2026-06-15 03:41:32] "POST /ref-update HTTP/1.1" 200 156 0.030468 10.0.0.65 - - [2026-06-15 03:41:33] "POST /useragent-kv HTTP/1.1" 200 115 0.008357 10.0.0.23 - - [2026-06-15 03:41:33] "POST /neutron/subnet HTTP/1.1" 200 720 0.289639 10.0.0.23 - - [2026-06-15 03:41:33] "POST /id-to-fqname HTTP/1.1" 200 240 0.012872 10.0.0.23 - - [2026-06-15 03:41:33] "GET /virtual-network/64d0ee65-eeb9-415d-941b-c004e57ec2db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.019468 10.0.0.23 - - [2026-06-15 03:41:33] "GET /virtual-network/64d0ee65-eeb9-415d-941b-c004e57ec2db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.018484 10.0.0.23 - - [2026-06-15 03:41:33] "POST /neutron/network HTTP/1.1" 200 863 0.033352 10.0.0.23 - - [2026-06-15 03:41:33] "GET /virtual-network/64d0ee65-eeb9-415d-941b-c004e57ec2db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005645 10.0.0.23 - - [2026-06-15 03:41:33] "GET /network-ipam/6a0826ac-061c-4355-8bab-f1f70b795f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.003232 10.0.0.23 - - [2026-06-15 03:41:33] "GET /virtual-network/64d0ee65-eeb9-415d-941b-c004e57ec2db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005219 10.0.0.23 - - [2026-06-15 03:41:33] "GET /obj-perms HTTP/1.1" 200 4467 0.003649 10.0.0.65 - - [2026-06-15 03:41:34] "GET /obj-perms HTTP/1.1" 200 4467 0.038209 10.0.0.23 - - [2026-06-15 03:41:34] "POST /fqname-to-id HTTP/1.1" 404 232 0.024930 10.0.0.65 - - [2026-06-15 03:41:34] "GET /projects?obj_uuids=5444b81e-1362-4071-a4ad-9b3dc17d801a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000975 10.0.0.65 - - [2026-06-15 03:41:34] "POST /fqname-to-id HTTP/1.1" 404 263 0.004133 10.0.0.65 - - [2026-06-15 03:41:34] "PUT /access-control-list/66094eb3-9d72-4c0e-87e9-7411fe0cac4c HTTP/1.1" 200 272 0.015912 10.0.0.23 - - [2026-06-15 03:41:34] "POST /neutron/security_group HTTP/1.1" 200 1426 0.451324 10.0.0.65 - - [2026-06-15 03:41:34] "GET /projects?obj_uuids=5444b81e-1362-4071-a4ad-9b3dc17d801a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000954 10.0.0.23 - - [2026-06-15 03:41:35] "POST /neutron/security_group_rule HTTP/1.1" 200 151 0.242386 10.0.0.23 - - [2026-06-15 03:41:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.025684 10.0.0.23 - - [2026-06-15 03:41:35] "GET /security-group/e9551f79-92ba-4e19-b9dc-c20f966c371f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1317 0.022991 10.0.0.65 - - [2026-06-15 03:41:35] "GET /projects?obj_uuids=5444b81e-1362-4071-a4ad-9b3dc17d801a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001034 10.0.0.23 - - [2026-06-15 03:41:35] "POST /neutron/security_group_rule HTTP/1.1" 200 1749 0.082248 10.0.0.23 - - [2026-06-15 03:41:35] "POST /id-to-fqname HTTP/1.1" 200 240 0.011970 10.0.0.65 - - [2026-06-15 03:41:37] "GET /projects?obj_uuids=5444b81e-1362-4071-a4ad-9b3dc17d801a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000931 10.0.0.23 - - [2026-06-15 03:41:37] "GET /project/5444b81e-1362-4071-a4ad-9b3dc17d801a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.063287 10.0.0.23 - - [2026-06-15 03:41:37] "POST /neutron/network HTTP/1.1" 200 863 0.005759 10.0.0.23 - - [2026-06-15 03:41:37] "POST /neutron/port HTTP/1.1" 200 117 0.027370 10.0.0.23 - - [2026-06-15 03:41:41] "POST /neutron/network HTTP/1.1" 200 873 0.032561 10.0.0.23 - - [2026-06-15 03:41:42] "POST /neutron/network HTTP/1.1" 200 1123 0.039608 10.0.0.23 - - [2026-06-15 03:41:42] "POST /neutron/subnet HTTP/1.1" 200 1385 0.013018 10.0.0.23 - - [2026-06-15 03:41:42] "POST /neutron/network HTTP/1.1" 200 1113 0.007148 10.0.0.23 - - [2026-06-15 03:41:42] "POST /neutron/port HTTP/1.1" 200 1113 0.120525 10.0.0.23 - - [2026-06-15 03:41:43] "POST /neutron/port HTTP/1.1" 200 1123 0.024873 10.0.0.23 - - [2026-06-15 03:41:43] "POST /neutron/port HTTP/1.1" 200 117 0.001519 10.0.0.23 - - [2026-06-15 03:41:44] "POST /neutron/port HTTP/1.1" 200 1218 0.016648 10.0.0.23 - - [2026-06-15 03:41:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004137 10.0.0.23 - - [2026-06-15 03:41:45] "POST /neutron/port HTTP/1.1" 200 117 0.001050 10.0.0.23 - - [2026-06-15 03:41:48] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008038 10.0.0.23 - - [2026-06-15 03:41:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008397 10.0.0.23 - - [2026-06-15 03:41:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008651 10.0.0.23 - - [2026-06-15 03:41:53] "POST /neutron/port HTTP/1.1" 200 1123 0.020907 10.0.0.23 - - [2026-06-15 03:41:53] "GET /virtual-machine/f811cd85-c437-4af6-906c-3a689c6b9df4 HTTP/1.1" 401 292 0.000384 10.0.0.23 - - [2026-06-15 03:41:53] "GET /virtual-machine/f811cd85-c437-4af6-906c-3a689c6b9df4 HTTP/1.1" 200 1293 0.039091 10.0.0.23 - - [2026-06-15 03:41:53] "GET /virtual-machine/f811cd85-c437-4af6-906c-3a689c6b9df4 HTTP/1.1" 200 1293 0.015439 10.0.0.23 - - [2026-06-15 03:41:53] "GET /virtual-machine-interface/09d1786e-3ca9-4672-8eda-b97ac91dd1ca HTTP/1.1" 200 3022 0.018534 10.0.0.23 - - [2026-06-15 03:41:53] "GET /virtual-machine/f811cd85-c437-4af6-906c-3a689c6b9df4 HTTP/1.1" 200 1293 0.014420 10.0.0.23 - - [2026-06-15 03:41:53] "GET /virtual-machine-interface/09d1786e-3ca9-4672-8eda-b97ac91dd1ca HTTP/1.1" 200 3022 0.018770 10.0.0.23 - - [2026-06-15 03:41:53] "GET /instance-ip/4aace125-ab7f-41a5-a9db-27145c5c449e HTTP/1.1" 200 1639 0.019837 10.0.0.23 - - [2026-06-15 03:41:53] "GET /virtual-machine/f811cd85-c437-4af6-906c-3a689c6b9df4 HTTP/1.1" 200 1293 0.015282 10.0.0.23 - - [2026-06-15 03:41:53] "GET /virtual-machine-interface/09d1786e-3ca9-4672-8eda-b97ac91dd1ca HTTP/1.1" 200 3022 0.020877 10.0.0.23 - - [2026-06-15 03:41:53] "GET /instance-ip/4aace125-ab7f-41a5-a9db-27145c5c449e HTTP/1.1" 200 1639 0.016519 10.0.0.23 - - [2026-06-15 03:41:53] "POST /fqname-to-id HTTP/1.1" 403 354 0.014262 10.0.0.23 - - [2026-06-15 03:41:53] "GET / HTTP/1.1" 200 35931 0.001544 10.0.0.23 - - [2026-06-15 03:41:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000358 10.0.0.23 - - [2026-06-15 03:41:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.024058 10.0.0.23 - - [2026-06-15 03:41:54] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005364 10.0.0.23 - - [2026-06-15 03:41:54] "GET /virtual-networks?parent_id=5444b81e-1362-4071-a4ad-9b3dc17d801a&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.019998 10.0.0.23 - - [2026-06-15 03:41:54] "GET /virtual-network/64d0ee65-eeb9-415d-941b-c004e57ec2db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.016183 10.0.0.23 - - [2026-06-15 03:41:54] "POST /fqname-to-id HTTP/1.1" 403 354 0.015730 10.0.0.23 - - [2026-06-15 03:41:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.23 - - [2026-06-15 03:41:54] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003488 10.0.0.23 - - [2026-06-15 03:41:54] "GET /virtual-networks?parent_id=5444b81e-1362-4071-a4ad-9b3dc17d801a&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.023306 10.0.0.23 - - [2026-06-15 03:41:54] "GET /virtual-network/64d0ee65-eeb9-415d-941b-c004e57ec2db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.022284 10.0.0.23 - - [2026-06-15 03:41:54] "POST /fqname-to-id HTTP/1.1" 403 354 0.017189 10.0.0.23 - - [2026-06-15 03:41:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.23 - - [2026-06-15 03:41:54] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004987 10.0.0.23 - - [2026-06-15 03:41:54] "GET /virtual-networks?parent_id=5444b81e-1362-4071-a4ad-9b3dc17d801a&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.026190 10.0.0.23 - - [2026-06-15 03:41:55] "GET /virtual-network/64d0ee65-eeb9-415d-941b-c004e57ec2db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.021179 10.0.0.23 - - [2026-06-15 03:41:55] "POST /fqname-to-id HTTP/1.1" 403 354 0.019817 10.0.0.23 - - [2026-06-15 03:41:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.23 - - [2026-06-15 03:41:55] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003741 10.0.0.23 - - [2026-06-15 03:41:55] "GET /virtual-networks?parent_id=5444b81e-1362-4071-a4ad-9b3dc17d801a&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.019929 10.0.0.23 - - [2026-06-15 03:41:55] "GET /virtual-network/64d0ee65-eeb9-415d-941b-c004e57ec2db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.021121 10.0.0.23 - - [2026-06-15 03:41:55] "POST /fqname-to-id HTTP/1.1" 403 354 0.015191 10.0.0.23 - - [2026-06-15 03:41:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.23 - - [2026-06-15 03:41:55] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003272 10.0.0.23 - - [2026-06-15 03:41:55] "GET /virtual-networks?parent_id=5444b81e-1362-4071-a4ad-9b3dc17d801a&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.022910 10.0.0.23 - - [2026-06-15 03:41:55] "GET /virtual-network/64d0ee65-eeb9-415d-941b-c004e57ec2db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.017199 10.0.0.23 - - [2026-06-15 03:41:56] "POST /fqname-to-id HTTP/1.1" 403 354 0.017196 10.0.0.23 - - [2026-06-15 03:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.23 - - [2026-06-15 03:41:56] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004079 10.0.0.23 - - [2026-06-15 03:41:56] "GET /virtual-networks?parent_id=5444b81e-1362-4071-a4ad-9b3dc17d801a&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.023588 10.0.0.23 - - [2026-06-15 03:41:56] "GET /virtual-network/64d0ee65-eeb9-415d-941b-c004e57ec2db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.020895 10.0.0.23 - - [2026-06-15 03:41:56] "POST /fqname-to-id HTTP/1.1" 403 354 0.016114 10.0.0.23 - - [2026-06-15 03:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.23 - - [2026-06-15 03:41:56] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003045 10.0.0.23 - - [2026-06-15 03:41:56] "GET /virtual-networks?parent_id=5444b81e-1362-4071-a4ad-9b3dc17d801a&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.019444 10.0.0.23 - - [2026-06-15 03:41:56] "GET /virtual-network/64d0ee65-eeb9-415d-941b-c004e57ec2db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.025475 10.0.0.23 - - [2026-06-15 03:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.023483 10.0.0.23 - - [2026-06-15 03:41:56] "GET /routing-instance/be04b9bd-30ce-4b8d-9bf0-060fbc38c2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.019418 10.0.0.23 - - [2026-06-15 03:41:56] "POST /fqname-to-id HTTP/1.1" 403 354 0.014390 10.0.0.23 - - [2026-06-15 03:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.23 - - [2026-06-15 03:41:57] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003377 10.0.0.23 - - [2026-06-15 03:41:57] "GET /virtual-networks?parent_id=5444b81e-1362-4071-a4ad-9b3dc17d801a&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.018210 10.0.0.23 - - [2026-06-15 03:41:57] "GET /virtual-network/64d0ee65-eeb9-415d-941b-c004e57ec2db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.019449 10.0.0.23 - - [2026-06-15 03:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.013704 10.0.0.23 - - [2026-06-15 03:41:57] "GET /routing-instance/be04b9bd-30ce-4b8d-9bf0-060fbc38c2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.017847 10.0.0.65 - - [2026-06-15 03:41:59] "GET /obj-perms HTTP/1.1" 403 257 0.032711 10.0.0.65 - - [2026-06-15 03:42:01] "GET /virtual-machine/f811cd85-c437-4af6-906c-3a689c6b9df4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.016958 10.0.0.65 - - [2026-06-15 03:42:05] "GET /obj-perms HTTP/1.1" 403 257 0.011573 10.0.0.65 - - [2026-06-15 03:42:07] "GET /virtual-machine/f811cd85-c437-4af6-906c-3a689c6b9df4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.014326 10.0.0.65 - - [2026-06-15 03:42:11] "GET /obj-perms HTTP/1.1" 403 257 0.012147 10.0.0.65 - - [2026-06-15 03:42:13] "GET /virtual-machine/f811cd85-c437-4af6-906c-3a689c6b9df4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.019244 10.0.0.23 - - [2026-06-15 03:42:13] "GET /virtual-machine-interface/09d1786e-3ca9-4672-8eda-b97ac91dd1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.022066 10.0.0.23 - - [2026-06-15 03:42:13] "GET /virtual-machine-interface/09d1786e-3ca9-4672-8eda-b97ac91dd1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.026668 10.0.0.23 - - [2026-06-15 03:42:13] "GET /virtual-machine-interface/09d1786e-3ca9-4672-8eda-b97ac91dd1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.022569 10.0.0.23 - - [2026-06-15 03:42:13] "GET /virtual-network/64d0ee65-eeb9-415d-941b-c004e57ec2db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.019285 10.0.0.65 - - [2026-06-15 03:42:13] "GET /obj-perms HTTP/1.1" 403 257 0.013947 10.0.0.23 - - [2026-06-15 03:42:14] "GET /obj-perms HTTP/1.1" 403 257 0.036323 10.0.0.23 - - [2026-06-15 03:42:14] "GET /obj-perms HTTP/1.1" 403 257 0.010769 10.0.0.23 - - [2026-06-15 03:42:14] "GET /obj-perms HTTP/1.1" 403 257 0.032054 10.0.0.65 - - [2026-06-15 03:42:14] "GET /obj-perms HTTP/1.1" 200 4467 0.004935 10.0.0.23 - - [2026-06-15 03:42:15] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.023853 10.0.0.33 - - [2026-06-15 03:42:15] "GET /obj-perms HTTP/1.1" 403 257 0.012876 10.0.0.23 - - [2026-06-15 03:42:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.012784 10.0.0.65 - - [2026-06-15 03:42:15] "GET /projects?obj_uuids=5444b81e-1362-4071-a4ad-9b3dc17d801a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000958 10.0.0.23 - - [2026-06-15 03:42:15] "GET /project/5444b81e-1362-4071-a4ad-9b3dc17d801a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.051542 10.0.0.23 - - [2026-06-15 03:42:15] "GET /virtual-network/d1af750e-5710-4a94-87f7-c81df7862992?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.020871 10.0.0.23 - - [2026-06-15 03:42:15] "GET /floating-ip-pools?parent_id=d1af750e-5710-4a94-87f7-c81df7862992&detail=False&count=False&shared=False HTTP/1.1" 200 393 0.017904 10.0.0.23 - - [2026-06-15 03:42:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.016251 10.0.0.23 - - [2026-06-15 03:42:15] "GET /floating-ip-pool/1cf6f81a-0049-4d43-8fa7-1f0931bf8326?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1180 0.017103 10.0.0.65 - - [2026-06-15 03:42:15] "GET /projects?obj_uuids=5444b81e-1362-4071-a4ad-9b3dc17d801a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002267 10.0.0.23 - - [2026-06-15 03:42:15] "GET /project/5444b81e-1362-4071-a4ad-9b3dc17d801a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.075014 10.0.0.23 - - [2026-06-15 03:42:15] "POST /floating-ips HTTP/1.1" 200 616 0.074354 10.0.0.23 - - [2026-06-15 03:42:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.016560 10.0.0.23 - - [2026-06-15 03:42:15] "GET /floating-ip/5da8f322-2726-4f59-8144-577a6d94c5b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.016266 10.0.0.23 - - [2026-06-15 03:42:15] "GET /floating-ip/5da8f322-2726-4f59-8144-577a6d94c5b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.014964 10.0.0.23 - - [2026-06-15 03:42:15] "GET /virtual-machine/f811cd85-c437-4af6-906c-3a689c6b9df4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.015795 10.0.0.23 - - [2026-06-15 03:42:15] "GET /virtual-machine/f811cd85-c437-4af6-906c-3a689c6b9df4?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1204 0.016273 10.0.0.23 - - [2026-06-15 03:42:16] "GET /virtual-machine-interface/09d1786e-3ca9-4672-8eda-b97ac91dd1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.018716 10.0.0.23 - - [2026-06-15 03:42:16] "POST /ref-update HTTP/1.1" 200 156 0.025272 10.0.0.23 - - [2026-06-15 03:42:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.012613 10.0.0.23 - - [2026-06-15 03:42:16] "GET /routing-instance/c7823952-6f0d-42b0-8e92-587717700a10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.015444 10.0.0.23 - - [2026-06-15 03:42:16] "GET /virtual-network/64d0ee65-eeb9-415d-941b-c004e57ec2db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.021126 10.0.0.23 - - [2026-06-15 03:42:16] "POST /neutron/security_group HTTP/1.1" 200 542 0.036406 10.0.0.23 - - [2026-06-15 03:42:16] "POST /neutron/port HTTP/1.1" 200 1113 0.066395 10.0.0.23 - - [2026-06-15 03:42:17] "GET /virtual-machine/f811cd85-c437-4af6-906c-3a689c6b9df4 HTTP/1.1" 200 1293 0.019997 10.0.0.23 - - [2026-06-15 03:42:17] "GET /virtual-machine-interface/09d1786e-3ca9-4672-8eda-b97ac91dd1ca HTTP/1.1" 200 3584 0.025080 10.0.0.23 - - [2026-06-15 03:42:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.022854 10.0.0.23 - - [2026-06-15 03:42:17] "GET /security-group/e9551f79-92ba-4e19-b9dc-c20f966c371f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1317 0.013764 10.0.0.23 - - [2026-06-15 03:42:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.014150 10.0.0.23 - - [2026-06-15 03:42:17] "GET /security-group/e9551f79-92ba-4e19-b9dc-c20f966c371f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1317 0.014708 10.0.0.23 - - [2026-06-15 03:42:17] "DELETE /floating-ip/5da8f322-2726-4f59-8144-577a6d94c5b1 HTTP/1.1" 200 115 0.061107 10.0.0.23 - - [2026-06-15 03:42:17] "GET /virtual-machine/f811cd85-c437-4af6-906c-3a689c6b9df4 HTTP/1.1" 200 1293 0.017097 10.0.0.65 - - [2026-06-15 03:42:18] "GET /obj-perms HTTP/1.1" 200 4493 0.063429 10.0.0.23 - - [2026-06-15 03:42:18] "GET /obj-perms HTTP/1.1" 200 4493 0.041728 10.0.0.23 - - [2026-06-15 03:42:19] "POST /neutron/port HTTP/1.1" 200 1164 0.023204 10.0.0.23 - - [2026-06-15 03:42:19] "GET /virtual-machine/f811cd85-c437-4af6-906c-3a689c6b9df4 HTTP/1.1" 200 1293 0.019736 10.0.0.23 - - [2026-06-15 03:42:21] "GET /virtual-machine/f811cd85-c437-4af6-906c-3a689c6b9df4 HTTP/1.1" 404 171 0.014097 10.0.0.23 - - [2026-06-15 03:42:21] "GET /virtual-machine/f811cd85-c437-4af6-906c-3a689c6b9df4 HTTP/1.1" 404 171 0.011269 10.0.0.23 - - [2026-06-15 03:42:21] "GET /virtual-machine/f811cd85-c437-4af6-906c-3a689c6b9df4 HTTP/1.1" 404 171 0.009760 10.0.0.23 - - [2026-06-15 03:42:21] "POST /fqname-to-id HTTP/1.1" 403 354 0.018744 10.0.0.23 - - [2026-06-15 03:42:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.23 - - [2026-06-15 03:42:21] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003580 10.0.0.23 - - [2026-06-15 03:42:21] "GET /virtual-networks?parent_id=5444b81e-1362-4071-a4ad-9b3dc17d801a&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.022731 10.0.0.23 - - [2026-06-15 03:42:21] "GET /virtual-network/64d0ee65-eeb9-415d-941b-c004e57ec2db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.019017 10.0.0.23 - - [2026-06-15 03:42:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.015080 10.0.0.23 - - [2026-06-15 03:42:21] "GET /routing-instance/be04b9bd-30ce-4b8d-9bf0-060fbc38c2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.018637 10.0.0.23 - - [2026-06-15 03:42:22] "GET /obj-perms HTTP/1.1" 403 257 0.030026 10.0.0.23 - - [2026-06-15 03:42:25] "GET /obj-perms HTTP/1.1" 200 4467 0.003928 10.0.0.65 - - [2026-06-15 03:42:28] "GET /obj-perms HTTP/1.1" 200 4467 0.005057 10.0.0.23 - - [2026-06-15 03:42:34] "GET /obj-perms HTTP/1.1" 200 4467 0.004599 10.0.0.65 - - [2026-06-15 03:42:37] "GET /obj-perms HTTP/1.1" 200 4467 0.003576 10.0.0.23 - - [2026-06-15 03:42:42] "POST /neutron/port HTTP/1.1" 200 1108 0.015896 10.0.0.23 - - [2026-06-15 03:42:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003769 10.0.0.23 - - [2026-06-15 03:42:43] "POST /neutron/network HTTP/1.1" 200 928 0.007455 10.0.0.23 - - [2026-06-15 03:42:43] "GET /obj-perms HTTP/1.1" 200 4467 0.003975 10.0.0.65 - - [2026-06-15 03:42:43] "GET /obj-perms HTTP/1.1" 200 4467 0.003642 10.0.0.23 - - [2026-06-15 03:42:44] "POST /fqname-to-id HTTP/1.1" 404 232 0.015457 10.0.0.65 - - [2026-06-15 03:42:44] "DELETE /access-control-list/5c1c7ecb-6db1-4e5f-99b2-71b68a8bd112 HTTP/1.1" 200 115 0.052489 10.0.0.23 - - [2026-06-15 03:42:44] "POST /neutron/network HTTP/1.1" 200 863 0.044340 10.0.0.65 - - [2026-06-15 03:42:44] "DELETE /route-target/3674b714-9226-413f-8dac-e5e086889536 HTTP/1.1" 200 115 0.018661 10.0.0.23 - - [2026-06-15 03:42:44] "DELETE /api-access-list/c0a5ae64-83db-4c1a-a8e7-738a9cacbe0f HTTP/1.1" 200 115 0.041168 10.0.0.65 - - [2026-06-15 03:42:45] "POST /useragent-kv HTTP/1.1" 200 115 0.076859 10.0.0.65 - - [2026-06-15 03:42:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002636 10.0.0.23 - - [2026-06-15 03:42:45] "POST /neutron/network HTTP/1.1" 200 151 0.245006 10.0.0.23 - - [2026-06-15 03:42:47] "GET /api-access-list/2e23c6a3-0b53-4847-8b77-c277e981ae7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.004888 10.0.0.23 - - [2026-06-15 03:42:47] "PUT /api-access-list/2e23c6a3-0b53-4847-8b77-c277e981ae7e HTTP/1.1" 200 264 0.016026 10.0.0.65 - - [2026-06-15 03:42:47] "GET /projects?obj_uuids=5444b81e-1362-4071-a4ad-9b3dc17d801a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001148 10.0.0.23 - - [2026-06-15 03:42:47] "GET /project/5444b81e-1362-4071-a4ad-9b3dc17d801a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.104375 10.0.0.65 - - [2026-06-15 03:42:47] "GET /projects?obj_uuids=5444b81e-1362-4071-a4ad-9b3dc17d801a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001117 10.0.0.23 - - [2026-06-15 03:42:47] "GET /project/5444b81e-1362-4071-a4ad-9b3dc17d801a?fields=virtual_networks HTTP/1.1" 200 1031 0.061912 10.0.0.65 - - [2026-06-15 03:42:47] "GET /projects?obj_uuids=5444b81e-1362-4071-a4ad-9b3dc17d801a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000904 10.0.0.23 - - [2026-06-15 03:42:47] "GET /project/5444b81e-1362-4071-a4ad-9b3dc17d801a?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.051058 10.0.0.65 - - [2026-06-15 03:42:47] "GET /projects?obj_uuids=5444b81e-1362-4071-a4ad-9b3dc17d801a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001765 10.0.0.23 - - [2026-06-15 03:42:47] "GET /project/5444b81e-1362-4071-a4ad-9b3dc17d801a?fields=security_groups HTTP/1.1" 200 1257 0.046709 10.0.0.65 - - [2026-06-15 03:42:48] "GET /projects?obj_uuids=1d8d7ea5-0ef0-481f-ab3f-951cbad462e5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001540 10.0.0.23 - - [2026-06-15 03:42:48] "GET /project/1d8d7ea5-0ef0-481f-ab3f-951cbad462e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.074962 [Introspect:8084]10.0.0.23 - - [2026-06-15 03:42:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001065 10.0.0.23 - - [2026-06-15 03:42:51] "POST /neutron/network HTTP/1.1" 200 938 0.007177 10.0.0.23 - - [2026-06-15 03:42:51] "POST /neutron/port HTTP/1.1" 200 117 0.001379 10.0.0.23 - - [2026-06-15 03:42:52] "POST /fqname-to-id HTTP/1.1" 404 189 0.025189 10.0.0.65 - - [2026-06-15 03:42:52] "GET /projects?obj_uuids=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002751 10.0.0.65 - - [2026-06-15 03:42:52] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000884 10.0.0.65 - - [2026-06-15 03:42:52] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006651 10.0.0.65 - - [2026-06-15 03:42:52] "POST /id-to-fqname HTTP/1.1" 200 191 0.008770 10.0.0.65 - - [2026-06-15 03:42:52] "POST /fqname-to-id HTTP/1.1" 404 200 0.002972 10.0.0.65 - - [2026-06-15 03:42:52] "POST /security-groups HTTP/1.1" 200 592 0.027977 10.0.0.65 - - [2026-06-15 03:42:52] "POST /fqname-to-id HTTP/1.1" 404 235 0.002706 10.0.0.65 - - [2026-06-15 03:42:52] "POST /projects HTTP/1.1" 200 587 0.241806 10.0.0.65 - - [2026-06-15 03:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.315231 10.0.0.65 - - [2026-06-15 03:42:52] "POST /access-control-lists HTTP/1.1" 200 595 0.031020 10.0.0.23 - - [2026-06-15 03:42:52] "GET /project/1c14b0e1-73b6-4143-9c83-295300451841?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.452211 10.0.0.23 - - [2026-06-15 03:42:53] "GET / HTTP/1.1" 200 35931 0.001969 10.0.0.23 - - [2026-06-15 03:42:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000437 10.0.0.23 - - [2026-06-15 03:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.052205 10.0.0.65 - - [2026-06-15 03:42:55] "GET /projects?obj_uuids=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001044 10.0.0.23 - - [2026-06-15 03:42:55] "GET /project/1c14b0e1-73b6-4143-9c83-295300451841?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.049016 10.0.0.65 - - [2026-06-15 03:42:55] "GET /projects?obj_uuids=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001215 10.0.0.23 - - [2026-06-15 03:42:55] "POST /neutron/network HTTP/1.1" 200 608 0.132637 10.0.0.23 - - [2026-06-15 03:42:56] "POST /id-to-fqname HTTP/1.1" 200 222 0.002993 10.0.0.23 - - [2026-06-15 03:42:56] "GET /virtual-network/c2afbbd1-8090-4d23-9ca8-932c51f8ec44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005238 10.0.0.23 - - [2026-06-15 03:42:56] "POST /neutron/network HTTP/1.1" 200 825 0.006443 10.0.0.23 - - [2026-06-15 03:42:56] "GET /virtual-network/c2afbbd1-8090-4d23-9ca8-932c51f8ec44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004870 10.0.0.23 - - [2026-06-15 03:42:56] "GET /virtual-network/c2afbbd1-8090-4d23-9ca8-932c51f8ec44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005293 10.0.0.23 - - [2026-06-15 03:42:57] "GET /obj-perms HTTP/1.1" 200 4469 0.045580 10.0.0.33 - - [2026-06-15 03:42:57] "GET /obj-perms HTTP/1.1" 200 4469 0.038609 10.0.0.23 - - [2026-06-15 03:42:58] "POST /id-to-fqname HTTP/1.1" 200 222 0.001556 10.0.0.23 - - [2026-06-15 03:42:58] "POST /neutron/port HTTP/1.1" 200 4192 0.034078 10.0.0.65 - - [2026-06-15 03:42:59] "GET /projects?obj_uuids=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001116 10.0.0.23 - - [2026-06-15 03:42:59] "GET /project/1c14b0e1-73b6-4143-9c83-295300451841?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.059633 10.0.0.23 - - [2026-06-15 03:42:59] "POST /neutron/port HTTP/1.1" 200 4192 0.037853 10.0.0.23 - - [2026-06-15 03:42:59] "POST /id-to-fqname HTTP/1.1" 200 222 0.001171 10.0.0.23 - - [2026-06-15 03:42:59] "POST /neutron/network HTTP/1.1" 200 835 0.007273 10.0.0.65 - - [2026-06-15 03:43:00] "GET /projects?obj_uuids=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001455 10.0.0.23 - - [2026-06-15 03:43:00] "GET /project/1c14b0e1-73b6-4143-9c83-295300451841?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.066268 10.0.0.23 - - [2026-06-15 03:43:00] "POST /neutron/port HTTP/1.1" 200 117 0.007884 10.0.0.65 - - [2026-06-15 03:43:03] "GET /projects?obj_uuids=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001678 10.0.0.65 - - [2026-06-15 03:43:03] "DELETE /access-control-list/14582103-9c7f-431a-8963-4d32edee11d3 HTTP/1.1" 200 115 0.058296 10.0.0.23 - - [2026-06-15 03:43:03] "POST /neutron/port HTTP/1.1" 200 1059 0.390572 10.0.0.23 - - [2026-06-15 03:43:04] "POST /neutron/port HTTP/1.1" 200 1113 0.098058 10.0.0.23 - - [2026-06-15 03:43:04] "POST /neutron/port HTTP/1.1" 200 1059 0.016071 10.0.0.23 - - [2026-06-15 03:43:05] "POST /neutron/port HTTP/1.1" 200 1123 0.015903 10.0.0.23 - - [2026-06-15 03:43:05] "POST /neutron/port HTTP/1.1" 200 117 0.001458 10.0.0.23 - - [2026-06-15 03:43:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007439 10.0.0.23 - - [2026-06-15 03:43:06] "POST /neutron/subnet HTTP/1.1" 200 690 0.007888 10.0.0.23 - - [2026-06-15 03:43:10] "POST /neutron/port HTTP/1.1" 200 1123 0.017498 10.0.0.23 - - [2026-06-15 03:43:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007638 10.0.0.23 - - [2026-06-15 03:43:10] "GET /virtual-machine/72d72970-a2df-4e7c-90c7-d34200e26c0c HTTP/1.1" 401 292 0.000401 10.0.0.23 - - [2026-06-15 03:43:11] "GET /virtual-machine/72d72970-a2df-4e7c-90c7-d34200e26c0c HTTP/1.1" 200 1293 0.029047 10.0.0.23 - - [2026-06-15 03:43:11] "GET /virtual-machine-interface/c79b8724-d325-47ae-ba0c-3ce92be389eb HTTP/1.1" 200 2949 0.006104 10.0.0.23 - - [2026-06-15 03:43:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004247 10.0.0.23 - - [2026-06-15 03:43:11] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005400 10.0.0.23 - - [2026-06-15 03:43:11] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003972 10.0.0.23 - - [2026-06-15 03:43:11] "GET /virtual-network/c2afbbd1-8090-4d23-9ca8-932c51f8ec44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006397 10.0.0.23 - - [2026-06-15 03:43:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.23 - - [2026-06-15 03:43:14] "GET /virtual-network/c2afbbd1-8090-4d23-9ca8-932c51f8ec44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004464 10.0.0.65 - - [2026-06-15 03:43:18] "DELETE /project/1c14b0e173b641439c83295300451841 HTTP/1.1" 404 173 0.029473 10.0.0.65 - - [2026-06-15 03:43:18] "DELETE /project/5444b81e-1362-4071-a4ad-9b3dc17d801a HTTP/1.1" 404 177 0.037206 10.0.0.23 - - [2026-06-15 03:43:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.23 - - [2026-06-15 03:43:18] "GET /virtual-network/c2afbbd1-8090-4d23-9ca8-932c51f8ec44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006153 10.0.0.23 - - [2026-06-15 03:43:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004632 10.0.0.23 - - [2026-06-15 03:43:22] "GET /virtual-network/c2afbbd1-8090-4d23-9ca8-932c51f8ec44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006397 10.0.0.23 - - [2026-06-15 03:43:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004402 10.0.0.23 - - [2026-06-15 03:43:26] "GET /virtual-network/c2afbbd1-8090-4d23-9ca8-932c51f8ec44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006039 10.0.0.23 - - [2026-06-15 03:43:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.23 - - [2026-06-15 03:43:30] "GET /virtual-network/c2afbbd1-8090-4d23-9ca8-932c51f8ec44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005738 10.0.0.23 - - [2026-06-15 03:43:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.23 - - [2026-06-15 03:43:34] "GET /virtual-network/c2afbbd1-8090-4d23-9ca8-932c51f8ec44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006267 10.0.0.23 - - [2026-06-15 03:43:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.23 - - [2026-06-15 03:43:39] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003518 10.0.0.23 - - [2026-06-15 03:43:39] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004427 10.0.0.23 - - [2026-06-15 03:43:39] "GET /virtual-network/c2afbbd1-8090-4d23-9ca8-932c51f8ec44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005725 10.0.0.23 - - [2026-06-15 03:43:39] "POST /neutron/port HTTP/1.1" 200 1123 0.015171 10.0.0.23 - - [2026-06-15 03:43:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008232 10.0.0.23 - - [2026-06-15 03:43:44] "POST /neutron/network HTTP/1.1" 200 1123 0.006758 10.0.0.23 - - [2026-06-15 03:43:44] "POST /neutron/subnet HTTP/1.1" 200 1385 0.012588 10.0.0.23 - - [2026-06-15 03:43:44] "POST /neutron/network HTTP/1.1" 200 1113 0.011013 10.0.0.23 - - [2026-06-15 03:43:46] "POST /neutron/port HTTP/1.1" 200 1123 0.021134 10.0.0.23 - - [2026-06-15 03:43:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007410 10.0.0.23 - - [2026-06-15 03:43:49] "POST /neutron/port HTTP/1.1" 200 1123 0.017484 10.0.0.23 - - [2026-06-15 03:43:49] "GET /virtual-machine/87f0af53-1413-4300-8ced-b2b4f659fa74 HTTP/1.1" 200 1293 0.006137 10.0.0.23 - - [2026-06-15 03:43:49] "GET /virtual-machine-interface/c9da231b-6d33-4354-b0b7-2f3e06871b20 HTTP/1.1" 200 2949 0.006186 10.0.0.23 - - [2026-06-15 03:43:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.23 - - [2026-06-15 03:43:49] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003112 10.0.0.23 - - [2026-06-15 03:43:49] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002811 10.0.0.23 - - [2026-06-15 03:43:49] "GET /virtual-network/c2afbbd1-8090-4d23-9ca8-932c51f8ec44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006830 10.0.0.23 - - [2026-06-15 03:43:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.23 - - [2026-06-15 03:43:50] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003749 10.0.0.23 - - [2026-06-15 03:43:50] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002695 10.0.0.23 - - [2026-06-15 03:43:51] "GET /virtual-network/c2afbbd1-8090-4d23-9ca8-932c51f8ec44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005351 10.0.0.23 - - [2026-06-15 03:43:51] "POST /neutron/port HTTP/1.1" 200 1123 0.021775 10.0.0.23 - - [2026-06-15 03:43:51] "POST /neutron/network HTTP/1.1" 200 1123 0.008621 10.0.0.23 - - [2026-06-15 03:43:52] "POST /neutron/subnet HTTP/1.1" 200 1385 0.013802 10.0.0.23 - - [2026-06-15 03:43:52] "POST /neutron/network HTTP/1.1" 200 1113 0.010746 10.0.0.33 - - [2026-06-15 03:43:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.33 - - [2026-06-15 03:43:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.65 - - [2026-06-15 03:43:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000883 10.0.0.65 - - [2026-06-15 03:43:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000488 10.0.0.65 - - [2026-06-15 03:43:53] "GET /global-system-configs HTTP/1.1" 401 292 0.001142 10.0.0.65 - - [2026-06-15 03:43:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000583 10.0.0.23 - - [2026-06-15 03:43:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.23 - - [2026-06-15 03:43:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000335 10.0.0.33 - - [2026-06-15 03:43:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.33 - - [2026-06-15 03:43:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.23 - - [2026-06-15 03:43:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.23 - - [2026-06-15 03:43:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.23 - - [2026-06-15 03:44:44] "POST /neutron/network HTTP/1.1" 200 938 0.006480 10.0.0.23 - - [2026-06-15 03:44:44] "POST /neutron/port HTTP/1.1" 200 117 0.001064 10.0.0.23 - - [2026-06-15 03:44:51] "POST /neutron/port HTTP/1.1" 200 1108 0.042325 10.0.0.23 - - [2026-06-15 03:44:51] "POST /neutron/subnet HTTP/1.1" 200 703 0.011280 10.0.0.65 - - [2026-06-15 03:45:20] "GET /obj-perms HTTP/1.1" 200 4493 0.034755 10.0.0.23 - - [2026-06-15 03:45:37] "POST /neutron/port HTTP/1.1" 200 1123 0.015496 10.0.0.23 - - [2026-06-15 03:45:37] "GET /virtual-machine/72d72970-a2df-4e7c-90c7-d34200e26c0c HTTP/1.1" 200 1293 0.003751 10.0.0.23 - - [2026-06-15 03:45:37] "GET /virtual-machine-interface/c79b8724-d325-47ae-ba0c-3ce92be389eb HTTP/1.1" 200 2949 0.004743 10.0.0.23 - - [2026-06-15 03:45:37] "GET /virtual-machine/72d72970-a2df-4e7c-90c7-d34200e26c0c HTTP/1.1" 200 1293 0.003831 10.0.0.23 - - [2026-06-15 03:45:37] "GET /virtual-machine-interface/c79b8724-d325-47ae-ba0c-3ce92be389eb HTTP/1.1" 200 2949 0.004779 10.0.0.23 - - [2026-06-15 03:45:37] "GET /instance-ip/ba8ce8ea-4a5a-4597-ad9a-019dae73f229 HTTP/1.1" 200 1622 0.005127 10.0.0.23 - - [2026-06-15 03:45:37] "GET /virtual-machine/72d72970-a2df-4e7c-90c7-d34200e26c0c HTTP/1.1" 200 1293 0.003236 10.0.0.23 - - [2026-06-15 03:45:37] "GET /virtual-machine-interface/c79b8724-d325-47ae-ba0c-3ce92be389eb HTTP/1.1" 200 2949 0.004362 10.0.0.23 - - [2026-06-15 03:45:37] "GET /instance-ip/ba8ce8ea-4a5a-4597-ad9a-019dae73f229 HTTP/1.1" 200 1622 0.003465 10.0.0.23 - - [2026-06-15 03:45:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.23 - - [2026-06-15 03:45:37] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003232 10.0.0.23 - - [2026-06-15 03:45:37] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002818 10.0.0.23 - - [2026-06-15 03:45:37] "GET /virtual-network/c2afbbd1-8090-4d23-9ca8-932c51f8ec44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005765 10.0.0.23 - - [2026-06-15 03:45:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.23 - - [2026-06-15 03:45:37] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004282 10.0.0.23 - - [2026-06-15 03:45:37] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003176 10.0.0.23 - - [2026-06-15 03:45:37] "GET /virtual-network/c2afbbd1-8090-4d23-9ca8-932c51f8ec44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005105 10.0.0.23 - - [2026-06-15 03:45:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.23 - - [2026-06-15 03:45:37] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003812 10.0.0.23 - - [2026-06-15 03:45:37] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002954 10.0.0.23 - - [2026-06-15 03:45:37] "GET /virtual-network/c2afbbd1-8090-4d23-9ca8-932c51f8ec44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006921 10.0.0.23 - - [2026-06-15 03:45:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.23 - - [2026-06-15 03:45:37] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005347 10.0.0.23 - - [2026-06-15 03:45:37] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003644 10.0.0.23 - - [2026-06-15 03:45:37] "GET /virtual-network/c2afbbd1-8090-4d23-9ca8-932c51f8ec44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007130 10.0.0.23 - - [2026-06-15 03:45:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.23 - - [2026-06-15 03:45:37] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004618 10.0.0.23 - - [2026-06-15 03:45:37] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002582 10.0.0.23 - - [2026-06-15 03:45:37] "GET /virtual-network/c2afbbd1-8090-4d23-9ca8-932c51f8ec44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005037 10.0.0.23 - - [2026-06-15 03:45:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.23 - - [2026-06-15 03:45:37] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003905 10.0.0.23 - - [2026-06-15 03:45:37] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002748 10.0.0.23 - - [2026-06-15 03:45:37] "GET /virtual-network/c2afbbd1-8090-4d23-9ca8-932c51f8ec44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005298 10.0.0.23 - - [2026-06-15 03:45:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.23 - - [2026-06-15 03:45:38] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003502 10.0.0.23 - - [2026-06-15 03:45:38] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003199 10.0.0.23 - - [2026-06-15 03:45:38] "GET /virtual-network/c2afbbd1-8090-4d23-9ca8-932c51f8ec44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005386 10.0.0.23 - - [2026-06-15 03:45:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.23 - - [2026-06-15 03:45:38] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003962 10.0.0.23 - - [2026-06-15 03:45:38] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002747 10.0.0.23 - - [2026-06-15 03:45:38] "GET /virtual-network/c2afbbd1-8090-4d23-9ca8-932c51f8ec44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004986 10.0.0.23 - - [2026-06-15 03:45:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.23 - - [2026-06-15 03:45:38] "GET /routing-instance/5c85fdee-1c6f-40c5-8f01-23e0be402955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.005774 10.0.0.23 - - [2026-06-15 03:45:38] "GET /route-target/85b724b2-8ccd-44d1-9718-8c7eb3bdc614?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005983 10.0.0.23 - - [2026-06-15 03:45:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004209 10.0.0.23 - - [2026-06-15 03:45:38] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006865 10.0.0.23 - - [2026-06-15 03:45:38] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003375 10.0.0.23 - - [2026-06-15 03:45:38] "GET /virtual-network/c2afbbd1-8090-4d23-9ca8-932c51f8ec44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005206 10.0.0.23 - - [2026-06-15 03:45:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002462 10.0.0.23 - - [2026-06-15 03:45:38] "GET /routing-instance/5c85fdee-1c6f-40c5-8f01-23e0be402955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.003856 10.0.0.23 - - [2026-06-15 03:45:38] "GET /route-target/85b724b2-8ccd-44d1-9718-8c7eb3bdc614?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003950 10.0.0.23 - - [2026-06-15 03:45:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.23 - - [2026-06-15 03:45:38] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003901 10.0.0.23 - - [2026-06-15 03:45:38] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003395 10.0.0.23 - - [2026-06-15 03:45:38] "GET /virtual-network/c2afbbd1-8090-4d23-9ca8-932c51f8ec44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007152 10.0.0.23 - - [2026-06-15 03:45:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.23 - - [2026-06-15 03:45:39] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006398 10.0.0.23 - - [2026-06-15 03:45:39] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003060 10.0.0.23 - - [2026-06-15 03:45:39] "GET /virtual-network/c2afbbd1-8090-4d23-9ca8-932c51f8ec44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005574 10.0.0.23 - - [2026-06-15 03:45:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.23 - - [2026-06-15 03:45:39] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003982 10.0.0.23 - - [2026-06-15 03:45:39] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003243 10.0.0.23 - - [2026-06-15 03:45:39] "GET /virtual-network/c2afbbd1-8090-4d23-9ca8-932c51f8ec44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005521 10.0.0.23 - - [2026-06-15 03:45:39] "GET /obj-perms HTTP/1.1" 200 4469 0.003228 10.0.0.23 - - [2026-06-15 03:45:39] "GET /obj-perms HTTP/1.1" 200 4469 0.003716 10.0.0.65 - - [2026-06-15 03:45:39] "GET /obj-perms HTTP/1.1" 200 4469 0.068012 10.0.0.23 - - [2026-06-15 03:45:39] "GET /obj-perms HTTP/1.1" 200 4469 0.003572 10.0.0.33 - - [2026-06-15 03:45:39] "GET /obj-perms HTTP/1.1" 200 4469 0.003462 10.0.0.65 - - [2026-06-15 03:45:39] "GET /obj-perms HTTP/1.1" 200 4469 0.003416 10.0.0.23 - - [2026-06-15 03:45:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007396 10.0.0.23 - - [2026-06-15 03:45:39] "GET /virtual-machine/87f0af53-1413-4300-8ced-b2b4f659fa74 HTTP/1.1" 200 1293 0.004106 10.0.0.23 - - [2026-06-15 03:45:39] "GET /virtual-machine-interface/c9da231b-6d33-4354-b0b7-2f3e06871b20 HTTP/1.1" 200 2949 0.005010 10.0.0.23 - - [2026-06-15 03:45:39] "GET /virtual-machine/87f0af53-1413-4300-8ced-b2b4f659fa74 HTTP/1.1" 200 1293 0.005973 10.0.0.23 - - [2026-06-15 03:45:39] "GET /virtual-machine-interface/c9da231b-6d33-4354-b0b7-2f3e06871b20 HTTP/1.1" 200 2949 0.005537 10.0.0.23 - - [2026-06-15 03:45:39] "GET /instance-ip/f9bb6187-ef95-48d3-b936-6d13f394ab81 HTTP/1.1" 200 1622 0.005751 10.0.0.23 - - [2026-06-15 03:45:39] "GET /virtual-machine/87f0af53-1413-4300-8ced-b2b4f659fa74 HTTP/1.1" 200 1293 0.003366 10.0.0.23 - - [2026-06-15 03:45:39] "GET /virtual-machine-interface/c9da231b-6d33-4354-b0b7-2f3e06871b20 HTTP/1.1" 200 2949 0.004550 10.0.0.23 - - [2026-06-15 03:45:39] "GET /instance-ip/f9bb6187-ef95-48d3-b936-6d13f394ab81 HTTP/1.1" 200 1622 0.003815 10.0.0.23 - - [2026-06-15 03:45:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.23 - - [2026-06-15 03:45:40] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003917 10.0.0.23 - - [2026-06-15 03:45:40] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002992 10.0.0.23 - - [2026-06-15 03:45:40] "GET /virtual-network/c2afbbd1-8090-4d23-9ca8-932c51f8ec44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005682 10.0.0.23 - - [2026-06-15 03:45:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.23 - - [2026-06-15 03:45:40] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005554 10.0.0.23 - - [2026-06-15 03:45:40] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003651 10.0.0.23 - - [2026-06-15 03:45:40] "GET /virtual-network/c2afbbd1-8090-4d23-9ca8-932c51f8ec44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006338 10.0.0.23 - - [2026-06-15 03:45:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.23 - - [2026-06-15 03:45:40] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005223 10.0.0.23 - - [2026-06-15 03:45:40] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004180 10.0.0.23 - - [2026-06-15 03:45:40] "GET /virtual-network/c2afbbd1-8090-4d23-9ca8-932c51f8ec44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009157 10.0.0.23 - - [2026-06-15 03:45:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004558 10.0.0.23 - - [2026-06-15 03:45:40] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004167 10.0.0.23 - - [2026-06-15 03:45:40] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003972 10.0.0.23 - - [2026-06-15 03:45:40] "GET /virtual-network/c2afbbd1-8090-4d23-9ca8-932c51f8ec44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006451 10.0.0.23 - - [2026-06-15 03:45:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004785 10.0.0.23 - - [2026-06-15 03:45:40] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005796 10.0.0.23 - - [2026-06-15 03:45:40] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004644 10.0.0.23 - - [2026-06-15 03:45:40] "GET /virtual-network/c2afbbd1-8090-4d23-9ca8-932c51f8ec44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005544 10.0.0.23 - - [2026-06-15 03:45:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.23 - - [2026-06-15 03:45:40] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004075 10.0.0.23 - - [2026-06-15 03:45:40] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004053 10.0.0.23 - - [2026-06-15 03:45:40] "GET /virtual-network/c2afbbd1-8090-4d23-9ca8-932c51f8ec44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006425 10.0.0.23 - - [2026-06-15 03:45:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.23 - - [2026-06-15 03:45:40] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005406 10.0.0.23 - - [2026-06-15 03:45:40] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003814 10.0.0.23 - - [2026-06-15 03:45:40] "GET /virtual-network/c2afbbd1-8090-4d23-9ca8-932c51f8ec44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006980 10.0.0.23 - - [2026-06-15 03:45:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006511 10.0.0.23 - - [2026-06-15 03:45:41] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003933 10.0.0.23 - - [2026-06-15 03:45:41] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002942 10.0.0.23 - - [2026-06-15 03:45:41] "GET /virtual-network/c2afbbd1-8090-4d23-9ca8-932c51f8ec44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006359 10.0.0.23 - - [2026-06-15 03:45:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.23 - - [2026-06-15 03:45:41] "GET /routing-instance/5c85fdee-1c6f-40c5-8f01-23e0be402955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.005651 10.0.0.23 - - [2026-06-15 03:45:41] "GET /route-target/85b724b2-8ccd-44d1-9718-8c7eb3bdc614?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004228 10.0.0.23 - - [2026-06-15 03:45:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.23 - - [2026-06-15 03:45:41] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005092 10.0.0.23 - - [2026-06-15 03:45:41] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003473 10.0.0.23 - - [2026-06-15 03:45:41] "GET /virtual-network/c2afbbd1-8090-4d23-9ca8-932c51f8ec44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007246 10.0.0.23 - - [2026-06-15 03:45:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004437 10.0.0.23 - - [2026-06-15 03:45:41] "GET /routing-instance/5c85fdee-1c6f-40c5-8f01-23e0be402955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.005207 10.0.0.23 - - [2026-06-15 03:45:41] "GET /route-target/85b724b2-8ccd-44d1-9718-8c7eb3bdc614?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005164 10.0.0.23 - - [2026-06-15 03:45:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004960 10.0.0.23 - - [2026-06-15 03:45:41] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005997 10.0.0.23 - - [2026-06-15 03:45:41] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005036 10.0.0.23 - - [2026-06-15 03:45:41] "GET /virtual-network/c2afbbd1-8090-4d23-9ca8-932c51f8ec44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008473 10.0.0.23 - - [2026-06-15 03:45:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.23 - - [2026-06-15 03:45:41] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004868 10.0.0.23 - - [2026-06-15 03:45:41] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003418 10.0.0.23 - - [2026-06-15 03:45:41] "GET /virtual-network/c2afbbd1-8090-4d23-9ca8-932c51f8ec44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007737 10.0.0.23 - - [2026-06-15 03:45:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.23 - - [2026-06-15 03:45:42] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004282 10.0.0.23 - - [2026-06-15 03:45:42] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003573 10.0.0.23 - - [2026-06-15 03:45:42] "GET /virtual-network/c2afbbd1-8090-4d23-9ca8-932c51f8ec44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006553 10.0.0.23 - - [2026-06-15 03:45:42] "GET /obj-perms HTTP/1.1" 200 4469 0.003443 10.0.0.65 - - [2026-06-15 03:45:42] "GET /obj-perms HTTP/1.1" 200 4469 0.003484 10.0.0.23 - - [2026-06-15 03:45:42] "GET /obj-perms HTTP/1.1" 200 4469 0.003572 10.0.0.33 - - [2026-06-15 03:45:42] "GET /obj-perms HTTP/1.1" 200 4469 0.004694 10.0.0.23 - - [2026-06-15 03:45:44] "POST /neutron/network HTTP/1.1" 200 835 0.006827 10.0.0.23 - - [2026-06-15 03:45:44] "POST /neutron/port HTTP/1.1" 200 117 0.001035 10.0.0.23 - - [2026-06-15 03:45:47] "GET /virtual-machine/87f0af53-1413-4300-8ced-b2b4f659fa74 HTTP/1.1" 200 1293 0.004101 10.0.0.23 - - [2026-06-15 03:45:49] "POST /neutron/port HTTP/1.1" 200 1113 0.012369 10.0.0.23 - - [2026-06-15 03:45:49] "GET /virtual-machine/87f0af53-1413-4300-8ced-b2b4f659fa74 HTTP/1.1" 200 1293 0.003858 10.0.0.23 - - [2026-06-15 03:45:51] "GET /virtual-machine/87f0af53-1413-4300-8ced-b2b4f659fa74 HTTP/1.1" 404 171 0.004076 10.0.0.23 - - [2026-06-15 03:45:51] "GET /virtual-machine/87f0af53-1413-4300-8ced-b2b4f659fa74 HTTP/1.1" 404 171 0.004373 10.0.0.23 - - [2026-06-15 03:45:51] "GET /virtual-machine/87f0af53-1413-4300-8ced-b2b4f659fa74 HTTP/1.1" 404 171 0.003488 10.0.0.23 - - [2026-06-15 03:45:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004621 10.0.0.23 - - [2026-06-15 03:45:51] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007203 10.0.0.23 - - [2026-06-15 03:45:51] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003871 10.0.0.23 - - [2026-06-15 03:45:51] "GET /virtual-network/c2afbbd1-8090-4d23-9ca8-932c51f8ec44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007982 10.0.0.23 - - [2026-06-15 03:45:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.23 - - [2026-06-15 03:45:51] "GET /routing-instance/5c85fdee-1c6f-40c5-8f01-23e0be402955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.005071 10.0.0.23 - - [2026-06-15 03:45:51] "GET /route-target/85b724b2-8ccd-44d1-9718-8c7eb3bdc614?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004699 10.0.0.23 - - [2026-06-15 03:45:52] "POST /neutron/port HTTP/1.1" 200 117 0.006274 10.0.0.23 - - [2026-06-15 03:45:54] "GET /obj-perms HTTP/1.1" 200 4469 0.003750 10.0.0.33 - - [2026-06-15 03:45:54] "GET /obj-perms HTTP/1.1" 200 4469 0.003230 10.0.0.23 - - [2026-06-15 03:45:55] "GET /virtual-machine/72d72970-a2df-4e7c-90c7-d34200e26c0c HTTP/1.1" 200 1293 0.004026 10.0.0.23 - - [2026-06-15 03:45:56] "POST /neutron/port HTTP/1.1" 200 1123 0.017997 10.0.0.23 - - [2026-06-15 03:45:57] "GET /virtual-machine/72d72970-a2df-4e7c-90c7-d34200e26c0c HTTP/1.1" 200 1293 0.007986 10.0.0.23 - - [2026-06-15 03:45:59] "GET /virtual-machine/72d72970-a2df-4e7c-90c7-d34200e26c0c HTTP/1.1" 404 171 0.003231 10.0.0.23 - - [2026-06-15 03:45:59] "GET /virtual-machine/72d72970-a2df-4e7c-90c7-d34200e26c0c HTTP/1.1" 404 171 0.002734 10.0.0.23 - - [2026-06-15 03:45:59] "GET /virtual-machine/72d72970-a2df-4e7c-90c7-d34200e26c0c HTTP/1.1" 404 171 0.003268 10.0.0.23 - - [2026-06-15 03:45:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.23 - - [2026-06-15 03:45:59] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003536 10.0.0.23 - - [2026-06-15 03:45:59] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003036 10.0.0.23 - - [2026-06-15 03:45:59] "GET /virtual-network/c2afbbd1-8090-4d23-9ca8-932c51f8ec44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005300 10.0.0.23 - - [2026-06-15 03:45:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.23 - - [2026-06-15 03:45:59] "GET /routing-instance/5c85fdee-1c6f-40c5-8f01-23e0be402955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004472 10.0.0.23 - - [2026-06-15 03:45:59] "GET /route-target/85b724b2-8ccd-44d1-9718-8c7eb3bdc614?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004123 10.0.0.23 - - [2026-06-15 03:45:59] "GET /obj-perms HTTP/1.1" 200 4469 0.003735 10.0.0.65 - - [2026-06-15 03:45:59] "GET /obj-perms HTTP/1.1" 200 4469 0.004562 10.0.0.23 - - [2026-06-15 03:46:08] "GET /obj-perms HTTP/1.1" 200 4469 0.003989 10.0.0.65 - - [2026-06-15 03:46:08] "GET /obj-perms HTTP/1.1" 200 4469 0.004792 10.0.0.23 - - [2026-06-15 03:46:14] "GET /obj-perms HTTP/1.1" 200 4469 0.003843 10.0.0.65 - - [2026-06-15 03:46:14] "GET /obj-perms HTTP/1.1" 200 4469 0.003280 10.0.0.23 - - [2026-06-15 03:46:14] "POST /neutron/network HTTP/1.1" 200 825 0.007290 10.0.0.65 - - [2026-06-15 03:46:15] "DELETE /route-target/85b724b2-8ccd-44d1-9718-8c7eb3bdc614 HTTP/1.1" 200 115 0.029770 10.0.0.23 - - [2026-06-15 03:46:17] "POST /fqname-to-id HTTP/1.1" 404 200 0.003963 10.0.0.23 - - [2026-06-15 03:46:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.65 - - [2026-06-15 03:46:17] "GET /projects?obj_uuids=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001287 10.0.0.23 - - [2026-06-15 03:46:18] "GET /project/1c14b0e1-73b6-4143-9c83-295300451841?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.053749 10.0.0.23 - - [2026-06-15 03:46:18] "POST /network-policys HTTP/1.1" 200 522 0.031153 10.0.0.23 - - [2026-06-15 03:46:18] "GET /network-policy/6eaafbd0-e1b8-485d-a690-79a543a65e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005347 10.0.0.23 - - [2026-06-15 03:46:18] "POST /fqname-to-id HTTP/1.1" 404 200 0.002429 10.0.0.23 - - [2026-06-15 03:46:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.65 - - [2026-06-15 03:46:18] "GET /projects?obj_uuids=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000938 10.0.0.23 - - [2026-06-15 03:46:18] "GET /project/1c14b0e1-73b6-4143-9c83-295300451841?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.033601 10.0.0.23 - - [2026-06-15 03:46:18] "POST /network-policys HTTP/1.1" 200 522 0.025366 10.0.0.23 - - [2026-06-15 03:46:18] "GET /network-policy/522f7301-ddcb-4cb8-a935-fb80d3624a28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005527 10.0.0.23 - - [2026-06-15 03:46:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004429 10.0.0.65 - - [2026-06-15 03:46:18] "GET /projects?obj_uuids=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001386 10.0.0.23 - - [2026-06-15 03:46:18] "GET /project/1c14b0e1-73b6-4143-9c83-295300451841?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.046638 10.0.0.23 - - [2026-06-15 03:46:18] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003278 10.0.0.23 - - [2026-06-15 03:46:18] "POST /virtual-networks HTTP/1.1" 200 546 0.071200 10.0.0.23 - - [2026-06-15 03:46:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005403 10.0.0.23 - - [2026-06-15 03:46:18] "GET /network-ipam/6a0826ac-061c-4355-8bab-f1f70b795f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.004679 10.0.0.65 - - [2026-06-15 03:46:18] "POST /useragent-kv HTTP/1.1" 200 115 0.007503 10.0.0.23 - - [2026-06-15 03:46:18] "POST /ref-update HTTP/1.1" 200 156 0.081438 10.0.0.23 - - [2026-06-15 03:46:18] "POST /neutron/network HTTP/1.1" 200 809 0.008035 10.0.0.23 - - [2026-06-15 03:46:18] "GET /virtual-network/1a0a5446-6056-4fd0-9b09-be88bc68bc9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.005056 10.0.0.23 - - [2026-06-15 03:46:19] "GET /virtual-network/1a0a5446-6056-4fd0-9b09-be88bc68bc9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.006046 10.0.0.23 - - [2026-06-15 03:46:19] "GET /virtual-network/1a0a5446-6056-4fd0-9b09-be88bc68bc9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.005470 10.0.0.23 - - [2026-06-15 03:46:19] "PUT /virtual-network/1a0a5446-6056-4fd0-9b09-be88bc68bc9f HTTP/1.1" 200 264 0.040698 10.0.0.23 - - [2026-06-15 03:46:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.23 - - [2026-06-15 03:46:19] "GET /network-policy/6eaafbd0-e1b8-485d-a690-79a543a65e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.004279 10.0.0.65 - - [2026-06-15 03:46:19] "POST /fqname-to-id HTTP/1.1" 404 237 0.003306 10.0.0.23 - - [2026-06-15 03:46:19] "POST /ref-update HTTP/1.1" 200 156 0.057262 10.0.0.23 - - [2026-06-15 03:46:19] "POST /neutron/network HTTP/1.1" 200 886 0.013366 10.0.0.23 - - [2026-06-15 03:46:19] "GET /virtual-network/1a0a5446-6056-4fd0-9b09-be88bc68bc9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005337 10.0.0.23 - - [2026-06-15 03:46:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002492 10.0.0.23 - - [2026-06-15 03:46:19] "GET /network-policy/6eaafbd0-e1b8-485d-a690-79a543a65e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.003939 10.0.0.23 - - [2026-06-15 03:46:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.65 - - [2026-06-15 03:46:19] "GET /projects?obj_uuids=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001217 10.0.0.23 - - [2026-06-15 03:46:19] "GET /project/1c14b0e1-73b6-4143-9c83-295300451841?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.069642 10.0.0.23 - - [2026-06-15 03:46:20] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003901 10.0.0.23 - - [2026-06-15 03:46:20] "POST /virtual-networks HTTP/1.1" 200 546 0.066020 10.0.0.23 - - [2026-06-15 03:46:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.009409 10.0.0.65 - - [2026-06-15 03:46:20] "POST /ref-update HTTP/1.1" 200 156 0.029935 10.0.0.23 - - [2026-06-15 03:46:20] "GET /network-ipam/6a0826ac-061c-4355-8bab-f1f70b795f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.003906 10.0.0.65 - - [2026-06-15 03:46:20] "POST /useragent-kv HTTP/1.1" 200 115 0.007329 10.0.0.23 - - [2026-06-15 03:46:20] "POST /ref-update HTTP/1.1" 200 156 0.061503 10.0.0.23 - - [2026-06-15 03:46:20] "GET /virtual-network/22f4e0db-29ab-4b3d-b7b0-a5919d2d4b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.005858 10.0.0.23 - - [2026-06-15 03:46:20] "POST /neutron/network HTTP/1.1" 200 809 0.005879 10.0.0.23 - - [2026-06-15 03:46:20] "GET /virtual-network/22f4e0db-29ab-4b3d-b7b0-a5919d2d4b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.005276 10.0.0.23 - - [2026-06-15 03:46:20] "GET /obj-perms HTTP/1.1" 200 4469 0.003502 10.0.0.33 - - [2026-06-15 03:46:20] "GET /obj-perms HTTP/1.1" 200 4469 0.003295 10.0.0.23 - - [2026-06-15 03:46:20] "GET /virtual-network/22f4e0db-29ab-4b3d-b7b0-a5919d2d4b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.006342 10.0.0.23 - - [2026-06-15 03:46:21] "PUT /virtual-network/22f4e0db-29ab-4b3d-b7b0-a5919d2d4b73 HTTP/1.1" 200 264 0.054799 10.0.0.23 - - [2026-06-15 03:46:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.006932 10.0.0.23 - - [2026-06-15 03:46:21] "GET /network-policy/522f7301-ddcb-4cb8-a935-fb80d3624a28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005442 10.0.0.23 - - [2026-06-15 03:46:21] "POST /ref-update HTTP/1.1" 200 156 0.060905 10.0.0.23 - - [2026-06-15 03:46:21] "GET /virtual-network/22f4e0db-29ab-4b3d-b7b0-a5919d2d4b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006103 10.0.0.23 - - [2026-06-15 03:46:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.65 - - [2026-06-15 03:46:21] "POST /ref-update HTTP/1.1" 200 156 0.028494 10.0.0.23 - - [2026-06-15 03:46:21] "GET /network-policy/522f7301-ddcb-4cb8-a935-fb80d3624a28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.015127 10.0.0.23 - - [2026-06-15 03:46:21] "POST /id-to-fqname HTTP/1.1" 200 222 0.001305 10.0.0.65 - - [2026-06-15 03:46:21] "GET /obj-perms HTTP/1.1" 200 4493 0.039536 10.0.0.23 - - [2026-06-15 03:46:21] "POST /neutron/port HTTP/1.1" 200 4192 0.044149 10.0.0.65 - - [2026-06-15 03:46:22] "GET /projects?obj_uuids=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000864 10.0.0.23 - - [2026-06-15 03:46:22] "GET /project/1c14b0e1-73b6-4143-9c83-295300451841?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.062569 10.0.0.23 - - [2026-06-15 03:46:22] "POST /neutron/port HTTP/1.1" 200 4192 0.034841 10.0.0.23 - - [2026-06-15 03:46:22] "POST /id-to-fqname HTTP/1.1" 200 222 0.001221 10.0.0.23 - - [2026-06-15 03:46:22] "POST /neutron/network HTTP/1.1" 200 896 0.006182 10.0.0.65 - - [2026-06-15 03:46:23] "GET /projects?obj_uuids=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000976 10.0.0.23 - - [2026-06-15 03:46:23] "GET /project/1c14b0e1-73b6-4143-9c83-295300451841?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.052338 10.0.0.23 - - [2026-06-15 03:46:23] "POST /neutron/port HTTP/1.1" 200 117 0.005934 10.0.0.65 - - [2026-06-15 03:46:26] "GET /projects?obj_uuids=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001131 10.0.0.23 - - [2026-06-15 03:46:27] "POST /neutron/port HTTP/1.1" 200 1061 0.267756 10.0.0.23 - - [2026-06-15 03:46:27] "POST /neutron/port HTTP/1.1" 200 1115 0.096981 10.0.0.23 - - [2026-06-15 03:46:28] "POST /neutron/port HTTP/1.1" 200 1061 0.018467 10.0.0.23 - - [2026-06-15 03:46:28] "POST /neutron/port HTTP/1.1" 200 1125 0.014069 10.0.0.23 - - [2026-06-15 03:46:28] "POST /neutron/port HTTP/1.1" 200 117 0.001050 10.0.0.23 - - [2026-06-15 03:46:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008948 10.0.0.23 - - [2026-06-15 03:46:29] "POST /neutron/subnet HTTP/1.1" 200 646 0.008447 10.0.0.23 - - [2026-06-15 03:46:33] "POST /neutron/port HTTP/1.1" 200 1125 0.016258 10.0.0.23 - - [2026-06-15 03:46:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006257 10.0.0.23 - - [2026-06-15 03:46:34] "GET /virtual-machine/aefb8f19-5a80-4bcc-9a5c-201af3232695 HTTP/1.1" 200 1294 0.005444 10.0.0.23 - - [2026-06-15 03:46:34] "GET /virtual-machine-interface/ed6c5448-a845-4bd5-b1c7-af42c52ec89d HTTP/1.1" 200 2949 0.004743 10.0.0.23 - - [2026-06-15 03:46:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.23 - - [2026-06-15 03:46:34] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004011 10.0.0.23 - - [2026-06-15 03:46:34] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002532 10.0.0.23 - - [2026-06-15 03:46:34] "GET /virtual-network/1a0a5446-6056-4fd0-9b09-be88bc68bc9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005996 10.0.0.23 - - [2026-06-15 03:46:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.23 - - [2026-06-15 03:46:37] "GET /virtual-network/1a0a5446-6056-4fd0-9b09-be88bc68bc9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.004928 10.0.0.23 - - [2026-06-15 03:46:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.23 - - [2026-06-15 03:46:41] "GET /virtual-network/1a0a5446-6056-4fd0-9b09-be88bc68bc9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005443 10.0.0.23 - - [2026-06-15 03:46:45] "POST /neutron/port HTTP/1.1" 200 1218 0.031095 10.0.0.23 - - [2026-06-15 03:46:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.23 - - [2026-06-15 03:46:45] "GET /virtual-network/1a0a5446-6056-4fd0-9b09-be88bc68bc9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005054 10.0.0.23 - - [2026-06-15 03:46:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004144 10.0.0.23 - - [2026-06-15 03:46:47] "POST /neutron/port HTTP/1.1" 200 117 0.001016 10.0.0.23 - - [2026-06-15 03:46:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.23 - - [2026-06-15 03:46:49] "GET /virtual-network/1a0a5446-6056-4fd0-9b09-be88bc68bc9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005252 10.0.0.23 - - [2026-06-15 03:46:53] "POST /neutron/port HTTP/1.1" 200 1218 0.017606 10.0.0.23 - - [2026-06-15 03:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.23 - - [2026-06-15 03:46:53] "GET /virtual-network/1a0a5446-6056-4fd0-9b09-be88bc68bc9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005328 10.0.0.23 - - [2026-06-15 03:46:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003800 10.0.0.23 - - [2026-06-15 03:46:55] "POST /neutron/port HTTP/1.1" 200 117 0.001099 10.0.0.23 - - [2026-06-15 03:46:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004499 10.0.0.23 - - [2026-06-15 03:46:57] "GET /virtual-network/1a0a5446-6056-4fd0-9b09-be88bc68bc9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007461 10.0.0.23 - - [2026-06-15 03:47:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004201 10.0.0.23 - - [2026-06-15 03:47:01] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003412 10.0.0.23 - - [2026-06-15 03:47:01] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003427 10.0.0.23 - - [2026-06-15 03:47:01] "GET /virtual-network/1a0a5446-6056-4fd0-9b09-be88bc68bc9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005822 10.0.0.23 - - [2026-06-15 03:47:02] "POST /neutron/port HTTP/1.1" 200 1125 0.019014 10.0.0.23 - - [2026-06-15 03:47:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.021451 10.0.0.23 - - [2026-06-15 03:47:11] "POST /neutron/port HTTP/1.1" 200 1125 0.019959 10.0.0.23 - - [2026-06-15 03:47:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006710 10.0.0.23 - - [2026-06-15 03:47:12] "POST /neutron/port HTTP/1.1" 200 1125 0.019593 10.0.0.23 - - [2026-06-15 03:47:12] "GET /virtual-machine/7c699316-9436-402e-a63d-3cc1b5680ee4 HTTP/1.1" 200 1293 0.006414 10.0.0.23 - - [2026-06-15 03:47:12] "GET /virtual-machine-interface/971610f9-088e-438f-ad2f-32e05782bb60 HTTP/1.1" 200 2949 0.005513 10.0.0.23 - - [2026-06-15 03:47:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.23 - - [2026-06-15 03:47:12] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004757 10.0.0.23 - - [2026-06-15 03:47:12] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003814 10.0.0.23 - - [2026-06-15 03:47:12] "GET /virtual-network/22f4e0db-29ab-4b3d-b7b0-a5919d2d4b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.008517 10.0.0.23 - - [2026-06-15 03:47:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.23 - - [2026-06-15 03:47:14] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003309 10.0.0.23 - - [2026-06-15 03:47:14] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003749 10.0.0.23 - - [2026-06-15 03:47:14] "GET /virtual-network/22f4e0db-29ab-4b3d-b7b0-a5919d2d4b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005277 10.0.0.23 - - [2026-06-15 03:47:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006838 10.0.0.23 - - [2026-06-15 03:47:46] "POST /neutron/port HTTP/1.1" 200 1108 0.020123 10.0.0.23 - - [2026-06-15 03:47:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003707 10.0.0.23 - - [2026-06-15 03:47:47] "POST /neutron/network HTTP/1.1" 200 928 0.006307 10.0.0.23 - - [2026-06-15 03:47:55] "POST /neutron/network HTTP/1.1" 200 938 0.006720 10.0.0.23 - - [2026-06-15 03:47:55] "POST /neutron/port HTTP/1.1" 200 117 0.001037 10.0.0.65 - - [2026-06-15 03:48:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.021662 10.0.0.23 - - [2026-06-15 03:48:47] "POST /neutron/port HTTP/1.1" 200 1125 0.023838 10.0.0.23 - - [2026-06-15 03:48:48] "POST /neutron/subnet HTTP/1.1" 200 646 0.008529 10.0.0.33 - - [2026-06-15 03:48:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.33 - - [2026-06-15 03:48:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.65 - - [2026-06-15 03:48:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.65 - - [2026-06-15 03:48:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000330 10.0.0.65 - - [2026-06-15 03:48:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.65 - - [2026-06-15 03:48:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.23 - - [2026-06-15 03:48:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.23 - - [2026-06-15 03:48:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.33 - - [2026-06-15 03:48:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.33 - - [2026-06-15 03:48:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.23 - - [2026-06-15 03:48:55] "POST /neutron/port HTTP/1.1" 200 1125 0.016421 10.0.0.23 - - [2026-06-15 03:48:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.23 - - [2026-06-15 03:48:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 ++ 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 15 03:49:09 AM UTC 2026 ===================' INFO: =================== Mon Jun 15 03:49:09 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ 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.65 ++ 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.23,10.0.0.33,10.0.0.65 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ ANALYTICSDB_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ ANALYTICS_SNMP_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8081 ' +++ '[' -n '10.0.0.23:8081 10.0.0.33:8081 10.0.0.65:8081 ' ']' +++ echo '10.0.0.23:8081 10.0.0.33:8081 10.0.0.65:8081' ++ ANALYTICS_SERVERS='10.0.0.23:8081 10.0.0.33:8081 10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9042 ' +++ '[' -n '10.0.0.23:9042 10.0.0.33:9042 10.0.0.65:9042 ' ']' +++ echo '10.0.0.23:9042 10.0.0.33:9042 10.0.0.65:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.23:9042 10.0.0.33:9042 10.0.0.65:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8086 ' +++ '[' -n '10.0.0.23:8086 10.0.0.33:8086 10.0.0.65:8086 ' ']' +++ echo '10.0.0.23:8086 10.0.0.33:8086 10.0.0.65:8086' ++ COLLECTOR_SERVERS='10.0.0.23:8086 10.0.0.33:8086 10.0.0.65: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.23,10.0.0.33,10.0.0.65 ++ CONFIGDB_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8082 ' +++ '[' -n '10.0.0.23:8082 10.0.0.33:8082 10.0.0.65:8082 ' ']' +++ echo '10.0.0.23:8082 10.0.0.33:8082 10.0.0.65:8082' ++ CONFIG_SERVERS='10.0.0.23:8082 10.0.0.33:8082 10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9161 ' +++ '[' -n '10.0.0.23:9161 10.0.0.33:9161 10.0.0.65:9161 ' ']' +++ echo '10.0.0.23:9161 10.0.0.33:9161 10.0.0.65:9161' ++ CONFIGDB_SERVERS='10.0.0.23:9161 10.0.0.33:9161 10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9041 ' +++ '[' -n '10.0.0.23:9041 10.0.0.33:9041 10.0.0.65:9041 ' ']' +++ echo '10.0.0.23:9041 10.0.0.33:9041 10.0.0.65:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.23:9041 10.0.0.33:9041 10.0.0.65: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.25,10.20.0.193,10.20.0.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.193,10.20.0.129 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:2181, +++ '[' -n 10.0.0.23:2181,10.0.0.33:2181,10.0.0.65:2181, ']' +++ echo 10.0.0.23:2181,10.0.0.33:2181,10.0.0.65:2181 ++ ZOOKEEPER_SERVERS=10.0.0.23:2181,10.0.0.33:2181,10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:2181 ' +++ '[' -n '10.0.0.23:2181 10.0.0.33:2181 10.0.0.65:2181 ' ']' +++ echo '10.0.0.23:2181 10.0.0.33:2181 10.0.0.65:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.23:2181 10.0.0.33:2181 10.0.0.65:2181' ++ RABBITMQ_NODES=10.0.0.23,10.0.0.33,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:5673, +++ '[' -n 10.0.0.23:5673,10.0.0.33:5673,10.0.0.65:5673, ']' +++ echo 10.0.0.23:5673,10.0.0.33:5673,10.0.0.65:5673 ++ RABBITMQ_SERVERS=10.0.0.23:5673,10.0.0.33:5673,10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:6379 ' +++ '[' -n '10.0.0.23:6379 10.0.0.33:6379 10.0.0.65:6379 ' ']' +++ echo '10.0.0.23:6379 10.0.0.33:6379 10.0.0.65:6379' ++ REDIS_SERVERS='10.0.0.23:6379 10.0.0.33:6379 10.0.0.65: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.23,10.0.0.33,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9092 ' +++ '[' -n '10.0.0.23:9092 10.0.0.33:9092 10.0.0.65:9092 ' ']' +++ echo '10.0.0.23:9092 10.0.0.33:9092 10.0.0.65:9092' ++ KAFKA_SERVERS='10.0.0.23:9092 10.0.0.33:9092 10.0.0.65: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.23 ++ 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.23,10.0.0.33,10.0.0.65 ++ 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.23,10.0.0.33,10.0.0.65 ++ 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.23,10.0.0.33,10.0.0.65 ++ cut -d , -f 1 + local cassandra=10.0.0.23 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.23 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.23,10.0.0.33,10.0.0.65 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.23,10.0.0.33,10.0.0.65 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ tr '\n' , ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ sort ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq +++ local local_ips=,10.0.0.65,10.20.0.129,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.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.65,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.33'\''))' +++ local server_ip=10.0.0.33 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.33 ]] +++ [[ ,10.0.0.65,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.33, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.65'\''))' +++ local server_ip=10.0.0.65 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.65 ]] +++ [[ ,10.0.0.65,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.65, ]] +++ echo 10.0.0.65 3 +++ return ++ local ip=10.0.0.65 ++ [[ -z 10.0.0.65 ]] ++ echo 10.0.0.65 + host_ip=10.0.0.65 + [[ cql == \c\q\l ]] ++ echo 10.0.0.23:9041 10.0.0.33:9041 10.0.0.65:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.23:9041 10.0.0.33:9041 10.0.0.65:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.65:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 ++ sed 's/^API__//g' ++ sort + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 06/15/2026 03:49:18.270 7f1faf55a740 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 06/15/2026 03:49:18.400 7f1faf55a740 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 06/15/2026 03:49:18.412 7f1faf55a740 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 06/15/2026 03:49:18.412 7f1faf55a740 [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.65:8082/ Hit Ctrl-C to quit. 10.0.0.65 - - [2026-06-15 03:49:18] "GET / HTTP/1.1" 503 181 0.000313 10.0.0.65 - - [2026-06-15 03:49:18] "GET / HTTP/1.1" 503 181 0.000156 10.0.0.65 - - [2026-06-15 03:49:19] "GET / HTTP/1.1" 200 45871 0.001462 10.0.0.65 - - [2026-06-15 03:49:19] "GET / HTTP/1.1" 200 45871 0.000969 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.65 - - [2026-06-15 03:49:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000488 10.0.0.65 - - [2026-06-15 03:49:19] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000239 [Introspect:8084]10.0.0.23 - - [2026-06-15 03:49:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3219 0.001420 10.0.0.65 - - [2026-06-15 03:49:20] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.597670 10.0.0.65 - - [2026-06-15 03:49:20] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 2201 0.003366 10.0.0.65 - - [2026-06-15 03:49:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.330910 10.0.0.65 - - [2026-06-15 03:49:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002146 /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.65 - - [2026-06-15 03:49:21] "GET /projects?obj_uuids=eac0868f-a981-4a76-9af3-a4125b17f868&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002166 10.0.0.65 - - [2026-06-15 03:49:21] "GET /project/eac0868f-a981-4a76-9af3-a4125b17f868?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.040690 10.0.0.65 - - [2026-06-15 03:49:21] "GET /projects?obj_uuids=eac0868f-a981-4a76-9af3-a4125b17f868&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000791 10.0.0.65 - - [2026-06-15 03:49:21] "GET /project/eac0868f-a981-4a76-9af3-a4125b17f868?fields=security_groups HTTP/1.1" 200 1088 0.038239 10.0.0.65 - - [2026-06-15 03:49:21] "GET /projects?obj_uuids=eac0868f-a981-4a76-9af3-a4125b17f868&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000988 10.0.0.65 - - [2026-06-15 03:49:21] "GET /project/eac0868f-a981-4a76-9af3-a4125b17f868?fields=application_policy_sets HTTP/1.1" 200 1381 0.036206 10.0.0.65 - - [2026-06-15 03:49:21] "DELETE /project/eac0868f-a981-4a76-9af3-a4125b17f868 HTTP/1.1" 409 278 0.216213 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.33 - - [2026-06-15 03:49:23] "GET /obj-perms HTTP/1.1" 200 4493 0.351009 [Introspect:8084]10.0.0.23 - - [2026-06-15 03:49:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001042 [Introspect:8084]10.0.0.23 - - [2026-06-15 03:49:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001002 10.0.0.23 - - [2026-06-15 03:49:26] "GET /obj-perms HTTP/1.1" 200 4469 0.039164 10.0.0.23 - - [2026-06-15 03:49:26] "GET /obj-perms HTTP/1.1" 200 4469 0.004402 10.0.0.23 - - [2026-06-15 03:49:26] "GET /obj-perms HTTP/1.1" 200 4469 0.003290 10.0.0.23 - - [2026-06-15 03:49:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.022163 10.0.0.65 - - [2026-06-15 03:49:26] "GET /projects?obj_uuids=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000985 10.0.0.23 - - [2026-06-15 03:49:26] "GET /project/1c14b0e1-73b6-4143-9c83-295300451841?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.043299 10.0.0.23 - - [2026-06-15 03:49:26] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003529 10.0.0.23 - - [2026-06-15 03:49:26] "POST /virtual-networks HTTP/1.1" 200 546 0.068332 10.0.0.23 - - [2026-06-15 03:49:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.23 - - [2026-06-15 03:49:27] "GET /network-ipam/6a0826ac-061c-4355-8bab-f1f70b795f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.003778 10.0.0.65 - - [2026-06-15 03:49:27] "POST /useragent-kv HTTP/1.1" 200 115 0.008585 10.0.0.23 - - [2026-06-15 03:49:27] "POST /ref-update HTTP/1.1" 200 156 0.066444 10.0.0.23 - - [2026-06-15 03:49:27] "POST /neutron/network HTTP/1.1" 200 809 0.033859 10.0.0.23 - - [2026-06-15 03:49:27] "GET /virtual-network/52a90b7b-66a6-4477-a559-4e2df44fb7b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1930 0.005267 10.0.0.23 - - [2026-06-15 03:49:27] "GET /virtual-network/1a0a5446-6056-4fd0-9b09-be88bc68bc9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005491 10.0.0.65 - - [2026-06-15 03:49:27] "GET /obj-perms HTTP/1.1" 200 4469 0.039251 10.0.0.23 - - [2026-06-15 03:49:27] "POST /id-to-fqname HTTP/1.1" 200 222 0.001255 10.0.0.23 - - [2026-06-15 03:49:28] "POST /neutron/port HTTP/1.1" 200 6136 0.053952 10.0.0.65 - - [2026-06-15 03:49:28] "GET /projects?obj_uuids=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000930 10.0.0.23 - - [2026-06-15 03:49:28] "GET /project/1c14b0e1-73b6-4143-9c83-295300451841?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.060027 10.0.0.23 - - [2026-06-15 03:49:28] "POST /neutron/network HTTP/1.1" 200 886 0.020561 10.0.0.23 - - [2026-06-15 03:49:29] "POST /neutron/port HTTP/1.1" 200 117 0.005849 10.0.0.65 - - [2026-06-15 03:49:33] "GET /projects?obj_uuids=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000887 10.0.0.23 - - [2026-06-15 03:49:33] "POST /neutron/port HTTP/1.1" 200 1061 0.279654 10.0.0.23 - - [2026-06-15 03:49:33] "POST /neutron/port HTTP/1.1" 200 1115 0.118955 10.0.0.23 - - [2026-06-15 03:49:34] "POST /neutron/port HTTP/1.1" 200 1125 0.016845 10.0.0.23 - - [2026-06-15 03:49:34] "POST /neutron/port HTTP/1.1" 200 117 0.000982 10.0.0.23 - - [2026-06-15 03:49:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006685 10.0.0.23 - - [2026-06-15 03:49:44] "POST /neutron/port HTTP/1.1" 200 1125 0.016186 10.0.0.23 - - [2026-06-15 03:49:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006516 10.0.0.23 - - [2026-06-15 03:49:44] "GET /virtual-machine/ff1b66ae-c7ca-477c-bbcd-8204cf8e4585 HTTP/1.1" 200 1294 0.025025 10.0.0.23 - - [2026-06-15 03:49:44] "GET /virtual-machine/ff1b66ae-c7ca-477c-bbcd-8204cf8e4585 HTTP/1.1" 200 1294 0.004256 10.0.0.23 - - [2026-06-15 03:49:44] "GET /virtual-machine-interface/3f12b35a-fa3d-4673-983d-acc0ad73b367 HTTP/1.1" 200 2948 0.006929 10.0.0.23 - - [2026-06-15 03:49:44] "GET /virtual-machine/ff1b66ae-c7ca-477c-bbcd-8204cf8e4585 HTTP/1.1" 200 1294 0.003779 10.0.0.23 - - [2026-06-15 03:49:44] "GET /virtual-machine-interface/3f12b35a-fa3d-4673-983d-acc0ad73b367 HTTP/1.1" 200 2948 0.004873 10.0.0.23 - - [2026-06-15 03:49:44] "GET /instance-ip/375e2d00-b2b3-49f8-8ed0-dbced94b2e38 HTTP/1.1" 200 1623 0.006378 10.0.0.23 - - [2026-06-15 03:49:44] "GET /virtual-machine/ff1b66ae-c7ca-477c-bbcd-8204cf8e4585 HTTP/1.1" 200 1294 0.004123 10.0.0.23 - - [2026-06-15 03:49:44] "GET /virtual-machine-interface/3f12b35a-fa3d-4673-983d-acc0ad73b367 HTTP/1.1" 200 2948 0.005335 10.0.0.23 - - [2026-06-15 03:49:44] "GET /instance-ip/375e2d00-b2b3-49f8-8ed0-dbced94b2e38 HTTP/1.1" 200 1623 0.004099 10.0.0.23 - - [2026-06-15 03:49:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.23 - - [2026-06-15 03:49:44] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.011095 10.0.0.23 - - [2026-06-15 03:49:44] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003284 10.0.0.23 - - [2026-06-15 03:49:44] "GET /virtual-network/1a0a5446-6056-4fd0-9b09-be88bc68bc9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005077 10.0.0.23 - - [2026-06-15 03:49:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.23 - - [2026-06-15 03:49:45] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003574 10.0.0.23 - - [2026-06-15 03:49:45] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002827 10.0.0.23 - - [2026-06-15 03:49:45] "GET /virtual-network/1a0a5446-6056-4fd0-9b09-be88bc68bc9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005314 10.0.0.23 - - [2026-06-15 03:49:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.23 - - [2026-06-15 03:49:45] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005276 10.0.0.23 - - [2026-06-15 03:49:45] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002815 10.0.0.23 - - [2026-06-15 03:49:45] "GET /virtual-network/1a0a5446-6056-4fd0-9b09-be88bc68bc9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005306 10.0.0.23 - - [2026-06-15 03:49:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.23 - - [2026-06-15 03:49:45] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003493 10.0.0.23 - - [2026-06-15 03:49:45] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002918 10.0.0.23 - - [2026-06-15 03:49:45] "GET /virtual-network/1a0a5446-6056-4fd0-9b09-be88bc68bc9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005193 10.0.0.23 - - [2026-06-15 03:49:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.23 - - [2026-06-15 03:49:45] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005637 10.0.0.23 - - [2026-06-15 03:49:45] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003021 10.0.0.23 - - [2026-06-15 03:49:45] "GET /virtual-network/1a0a5446-6056-4fd0-9b09-be88bc68bc9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005208 10.0.0.23 - - [2026-06-15 03:49:47] "POST /neutron/port HTTP/1.1" 200 1218 0.016226 10.0.0.23 - - [2026-06-15 03:49:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004065 10.0.0.23 - - [2026-06-15 03:49:48] "GET /virtual-network/1a0a5446-6056-4fd0-9b09-be88bc68bc9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.008275 10.0.0.23 - - [2026-06-15 03:49:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005392 10.0.0.23 - - [2026-06-15 03:49:49] "POST /neutron/port HTTP/1.1" 200 117 0.001312 10.0.0.23 - - [2026-06-15 03:49:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.23 - - [2026-06-15 03:49:52] "GET /virtual-network/1a0a5446-6056-4fd0-9b09-be88bc68bc9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.010574 10.0.0.23 - - [2026-06-15 03:49:55] "POST /neutron/port HTTP/1.1" 200 1218 0.035040 10.0.0.23 - - [2026-06-15 03:49:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003426 10.0.0.23 - - [2026-06-15 03:49:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002594 10.0.0.23 - - [2026-06-15 03:49:56] "GET /virtual-network/1a0a5446-6056-4fd0-9b09-be88bc68bc9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.003989 10.0.0.23 - - [2026-06-15 03:49:56] "POST /neutron/port HTTP/1.1" 200 117 0.001101 10.0.0.23 - - [2026-06-15 03:50:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.23 - - [2026-06-15 03:50:00] "GET /virtual-network/1a0a5446-6056-4fd0-9b09-be88bc68bc9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005524 10.0.0.23 - - [2026-06-15 03:50:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.23 - - [2026-06-15 03:50:04] "GET /virtual-network/1a0a5446-6056-4fd0-9b09-be88bc68bc9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.004996 10.0.0.23 - - [2026-06-15 03:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.23 - - [2026-06-15 03:50:09] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004189 10.0.0.23 - - [2026-06-15 03:50:09] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002784 10.0.0.23 - - [2026-06-15 03:50:09] "GET /virtual-network/1a0a5446-6056-4fd0-9b09-be88bc68bc9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005222 10.0.0.23 - - [2026-06-15 03:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.23 - - [2026-06-15 03:50:09] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003604 10.0.0.23 - - [2026-06-15 03:50:09] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003353 10.0.0.23 - - [2026-06-15 03:50:09] "GET /virtual-network/1a0a5446-6056-4fd0-9b09-be88bc68bc9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.004885 10.0.0.23 - - [2026-06-15 03:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.23 - - [2026-06-15 03:50:09] "GET /routing-instance/bc068bd8-38fe-41a0-b3e5-615fa4571ce6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.004424 10.0.0.23 - - [2026-06-15 03:50:09] "GET /route-target/335a6f4a-38cd-40c9-a5f4-f64b94436148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003369 10.0.0.23 - - [2026-06-15 03:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.23 - - [2026-06-15 03:50:09] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003558 10.0.0.23 - - [2026-06-15 03:50:09] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002827 10.0.0.23 - - [2026-06-15 03:50:09] "GET /virtual-network/1a0a5446-6056-4fd0-9b09-be88bc68bc9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005305 10.0.0.23 - - [2026-06-15 03:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.23 - - [2026-06-15 03:50:09] "GET /routing-instance/bc068bd8-38fe-41a0-b3e5-615fa4571ce6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.004583 10.0.0.23 - - [2026-06-15 03:50:09] "GET /route-target/335a6f4a-38cd-40c9-a5f4-f64b94436148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004449 10.0.0.23 - - [2026-06-15 03:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.23 - - [2026-06-15 03:50:09] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003316 10.0.0.23 - - [2026-06-15 03:50:09] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003183 10.0.0.23 - - [2026-06-15 03:50:09] "GET /virtual-network/1a0a5446-6056-4fd0-9b09-be88bc68bc9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005286 10.0.0.23 - - [2026-06-15 03:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.23 - - [2026-06-15 03:50:09] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004412 10.0.0.23 - - [2026-06-15 03:50:09] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003930 10.0.0.23 - - [2026-06-15 03:50:09] "GET /virtual-network/1a0a5446-6056-4fd0-9b09-be88bc68bc9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.004849 10.0.0.23 - - [2026-06-15 03:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.23 - - [2026-06-15 03:50:10] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004993 10.0.0.23 - - [2026-06-15 03:50:10] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003784 10.0.0.23 - - [2026-06-15 03:50:10] "GET /virtual-network/1a0a5446-6056-4fd0-9b09-be88bc68bc9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.008104 10.0.0.23 - - [2026-06-15 03:50:10] "GET /obj-perms HTTP/1.1" 200 4469 0.005062 10.0.0.65 - - [2026-06-15 03:50:10] "GET /obj-perms HTTP/1.1" 200 4469 0.004318 10.0.0.23 - - [2026-06-15 03:50:10] "GET /obj-perms HTTP/1.1" 200 4469 0.003668 10.0.0.65 - - [2026-06-15 03:50:10] "GET /obj-perms HTTP/1.1" 200 4469 0.003953 10.0.0.23 - - [2026-06-15 03:50:10] "POST /id-to-fqname HTTP/1.1" 200 222 0.002093 10.0.0.23 - - [2026-06-15 03:50:10] "POST /neutron/port HTTP/1.1" 200 7108 0.061682 10.0.0.65 - - [2026-06-15 03:50:11] "GET /projects?obj_uuids=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000869 10.0.0.23 - - [2026-06-15 03:50:11] "GET /project/1c14b0e1-73b6-4143-9c83-295300451841?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.060432 10.0.0.23 - - [2026-06-15 03:50:11] "POST /neutron/network HTTP/1.1" 200 886 0.007843 10.0.0.23 - - [2026-06-15 03:50:11] "POST /neutron/port HTTP/1.1" 200 117 0.005961 10.0.0.23 - - [2026-06-15 03:50:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.023679 10.0.0.23 - - [2026-06-15 03:50:16] "POST /neutron/port HTTP/1.1" 200 1061 0.015613 10.0.0.23 - - [2026-06-15 03:50:17] "POST /neutron/port HTTP/1.1" 200 1125 0.026943 10.0.0.23 - - [2026-06-15 03:50:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004381 10.0.0.23 - - [2026-06-15 03:50:17] "POST /neutron/network HTTP/1.1" 200 886 0.006255 10.0.0.23 - - [2026-06-15 03:50:24] "GET /obj-perms HTTP/1.1" 200 4493 0.032189 10.0.0.33 - - [2026-06-15 03:50:24] "GET /obj-perms HTTP/1.1" 200 4493 0.033585 10.0.0.23 - - [2026-06-15 03:50:27] "POST /neutron/port HTTP/1.1" 200 1125 0.021775 10.0.0.23 - - [2026-06-15 03:50:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005772 10.0.0.23 - - [2026-06-15 03:50:27] "POST /neutron/port HTTP/1.1" 200 1125 0.015657 10.0.0.23 - - [2026-06-15 03:50:27] "GET /virtual-machine/0998e0e2-4c44-4565-8251-61ac71cea48c HTTP/1.1" 200 1291 0.005679 10.0.0.23 - - [2026-06-15 03:50:27] "GET /virtual-machine/0998e0e2-4c44-4565-8251-61ac71cea48c HTTP/1.1" 200 1291 0.003259 10.0.0.23 - - [2026-06-15 03:50:27] "GET /virtual-machine-interface/e43da643-fadf-404a-b71b-e552322c44b7 HTTP/1.1" 200 2949 0.004499 10.0.0.23 - - [2026-06-15 03:50:27] "GET /virtual-machine/0998e0e2-4c44-4565-8251-61ac71cea48c HTTP/1.1" 200 1291 0.002965 10.0.0.23 - - [2026-06-15 03:50:27] "GET /virtual-machine-interface/e43da643-fadf-404a-b71b-e552322c44b7 HTTP/1.1" 200 2949 0.005076 10.0.0.23 - - [2026-06-15 03:50:27] "GET /instance-ip/9eba79b2-8cb2-4568-86b1-545e65eb36e3 HTTP/1.1" 200 1623 0.004628 10.0.0.23 - - [2026-06-15 03:50:27] "GET /virtual-machine/0998e0e2-4c44-4565-8251-61ac71cea48c HTTP/1.1" 200 1291 0.003215 10.0.0.23 - - [2026-06-15 03:50:27] "GET /virtual-machine-interface/e43da643-fadf-404a-b71b-e552322c44b7 HTTP/1.1" 200 2949 0.004339 10.0.0.23 - - [2026-06-15 03:50:27] "GET /instance-ip/9eba79b2-8cb2-4568-86b1-545e65eb36e3 HTTP/1.1" 200 1623 0.003494 10.0.0.23 - - [2026-06-15 03:50:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.23 - - [2026-06-15 03:50:27] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003716 10.0.0.23 - - [2026-06-15 03:50:27] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002559 10.0.0.23 - - [2026-06-15 03:50:27] "GET /virtual-network/22f4e0db-29ab-4b3d-b7b0-a5919d2d4b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005569 10.0.0.23 - - [2026-06-15 03:50:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.23 - - [2026-06-15 03:50:27] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003743 10.0.0.23 - - [2026-06-15 03:50:27] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003054 10.0.0.23 - - [2026-06-15 03:50:27] "GET /virtual-network/22f4e0db-29ab-4b3d-b7b0-a5919d2d4b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005391 10.0.0.23 - - [2026-06-15 03:50:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126 10.0.0.23 - - [2026-06-15 03:50:27] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004856 10.0.0.23 - - [2026-06-15 03:50:27] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003492 10.0.0.23 - - [2026-06-15 03:50:27] "GET /virtual-network/22f4e0db-29ab-4b3d-b7b0-a5919d2d4b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006629 10.0.0.23 - - [2026-06-15 03:50:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.23 - - [2026-06-15 03:50:28] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.084064 10.0.0.23 - - [2026-06-15 03:50:28] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003976 10.0.0.23 - - [2026-06-15 03:50:28] "GET /virtual-network/22f4e0db-29ab-4b3d-b7b0-a5919d2d4b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006594 10.0.0.23 - - [2026-06-15 03:50:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004815 10.0.0.23 - - [2026-06-15 03:50:28] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003857 10.0.0.23 - - [2026-06-15 03:50:28] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003103 10.0.0.23 - - [2026-06-15 03:50:28] "GET /virtual-network/22f4e0db-29ab-4b3d-b7b0-a5919d2d4b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005318 10.0.0.23 - - [2026-06-15 03:50:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.23 - - [2026-06-15 03:50:31] "GET /virtual-network/22f4e0db-29ab-4b3d-b7b0-a5919d2d4b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006201 10.0.0.23 - - [2026-06-15 03:50:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.23 - - [2026-06-15 03:50:35] "GET /virtual-network/22f4e0db-29ab-4b3d-b7b0-a5919d2d4b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005178 10.0.0.23 - - [2026-06-15 03:50:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077 10.0.0.23 - - [2026-06-15 03:50:39] "GET /virtual-network/22f4e0db-29ab-4b3d-b7b0-a5919d2d4b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006307 10.0.0.23 - - [2026-06-15 03:50:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.23 - - [2026-06-15 03:50:43] "GET /virtual-network/22f4e0db-29ab-4b3d-b7b0-a5919d2d4b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006170 10.0.0.23 - - [2026-06-15 03:50:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.23 - - [2026-06-15 03:50:47] "GET /virtual-network/22f4e0db-29ab-4b3d-b7b0-a5919d2d4b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006816 10.0.0.23 - - [2026-06-15 03:50:50] "POST /neutron/port HTTP/1.1" 200 1108 0.016914 10.0.0.23 - - [2026-06-15 03:50:50] "POST /neutron/subnet HTTP/1.1" 200 703 0.009930 10.0.0.23 - - [2026-06-15 03:50:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.23 - - [2026-06-15 03:50:51] "GET /virtual-network/22f4e0db-29ab-4b3d-b7b0-a5919d2d4b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005602 10.0.0.23 - - [2026-06-15 03:50:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.23 - - [2026-06-15 03:50:53] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003926 10.0.0.23 - - [2026-06-15 03:50:53] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002983 10.0.0.23 - - [2026-06-15 03:50:54] "GET /virtual-network/22f4e0db-29ab-4b3d-b7b0-a5919d2d4b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005584 10.0.0.23 - - [2026-06-15 03:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.23 - - [2026-06-15 03:50:54] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003593 10.0.0.23 - - [2026-06-15 03:50:54] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003434 10.0.0.23 - - [2026-06-15 03:50:54] "GET /virtual-network/22f4e0db-29ab-4b3d-b7b0-a5919d2d4b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005445 10.0.0.23 - - [2026-06-15 03:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.23 - - [2026-06-15 03:50:54] "GET /routing-instance/0fc36e2c-d1d9-4a59-b1ee-d50b3440f197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004489 10.0.0.23 - - [2026-06-15 03:50:54] "GET /route-target/e6b93fae-8403-4b82-be0c-ef8414cbace5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003178 10.0.0.23 - - [2026-06-15 03:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.23 - - [2026-06-15 03:50:54] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003287 10.0.0.23 - - [2026-06-15 03:50:54] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003911 10.0.0.23 - - [2026-06-15 03:50:54] "GET /virtual-network/22f4e0db-29ab-4b3d-b7b0-a5919d2d4b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005655 10.0.0.23 - - [2026-06-15 03:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.23 - - [2026-06-15 03:50:54] "GET /routing-instance/0fc36e2c-d1d9-4a59-b1ee-d50b3440f197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.003808 10.0.0.23 - - [2026-06-15 03:50:54] "GET /route-target/e6b93fae-8403-4b82-be0c-ef8414cbace5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003041 10.0.0.23 - - [2026-06-15 03:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.23 - - [2026-06-15 03:50:54] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003742 10.0.0.23 - - [2026-06-15 03:50:54] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003092 10.0.0.23 - - [2026-06-15 03:50:54] "GET /virtual-network/22f4e0db-29ab-4b3d-b7b0-a5919d2d4b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005393 10.0.0.23 - - [2026-06-15 03:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.23 - - [2026-06-15 03:50:54] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004409 10.0.0.23 - - [2026-06-15 03:50:54] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003225 10.0.0.23 - - [2026-06-15 03:50:54] "GET /virtual-network/22f4e0db-29ab-4b3d-b7b0-a5919d2d4b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005310 10.0.0.23 - - [2026-06-15 03:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.23 - - [2026-06-15 03:50:54] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003990 10.0.0.23 - - [2026-06-15 03:50:54] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002691 10.0.0.23 - - [2026-06-15 03:50:54] "GET /virtual-network/22f4e0db-29ab-4b3d-b7b0-a5919d2d4b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005518 10.0.0.23 - - [2026-06-15 03:50:54] "GET /obj-perms HTTP/1.1" 200 4469 0.003480 10.0.0.65 - - [2026-06-15 03:50:55] "GET /obj-perms HTTP/1.1" 200 4469 0.003298 10.0.0.23 - - [2026-06-15 03:50:55] "GET /obj-perms HTTP/1.1" 200 4469 0.003955 10.0.0.65 - - [2026-06-15 03:50:55] "GET /obj-perms HTTP/1.1" 200 4469 0.003481 10.0.0.23 - - [2026-06-15 03:50:55] "GET /virtual-machine/ff1b66ae-c7ca-477c-bbcd-8204cf8e4585 HTTP/1.1" 200 1294 0.003860 10.0.0.23 - - [2026-06-15 03:50:55] "GET /virtual-machine-interface/3f12b35a-fa3d-4673-983d-acc0ad73b367 HTTP/1.1" 200 2948 0.005115 10.0.0.23 - - [2026-06-15 03:50:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.23 - - [2026-06-15 03:50:55] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003730 10.0.0.23 - - [2026-06-15 03:50:55] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002903 10.0.0.23 - - [2026-06-15 03:50:55] "GET /virtual-network/1a0a5446-6056-4fd0-9b09-be88bc68bc9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006437 10.0.0.23 - - [2026-06-15 03:50:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.23 - - [2026-06-15 03:50:56] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003482 10.0.0.23 - - [2026-06-15 03:50:56] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002881 10.0.0.23 - - [2026-06-15 03:50:56] "GET /virtual-network/1a0a5446-6056-4fd0-9b09-be88bc68bc9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005488 10.0.0.23 - - [2026-06-15 03:50:56] "GET /virtual-machine/0998e0e2-4c44-4565-8251-61ac71cea48c HTTP/1.1" 200 1291 0.003719 10.0.0.23 - - [2026-06-15 03:50:56] "GET /virtual-machine-interface/e43da643-fadf-404a-b71b-e552322c44b7 HTTP/1.1" 200 2949 0.005387 10.0.0.23 - - [2026-06-15 03:50:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126 10.0.0.23 - - [2026-06-15 03:50:56] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003501 10.0.0.23 - - [2026-06-15 03:50:56] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003110 10.0.0.23 - - [2026-06-15 03:50:56] "GET /virtual-network/22f4e0db-29ab-4b3d-b7b0-a5919d2d4b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005337 10.0.0.23 - - [2026-06-15 03:50:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.23 - - [2026-06-15 03:50:57] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003375 10.0.0.23 - - [2026-06-15 03:50:57] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002864 10.0.0.23 - - [2026-06-15 03:50:57] "GET /virtual-network/22f4e0db-29ab-4b3d-b7b0-a5919d2d4b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005829 10.0.0.23 - - [2026-06-15 03:50:57] "POST /neutron/port HTTP/1.1" 200 1108 0.014738 10.0.0.23 - - [2026-06-15 03:50:58] "POST /neutron/port HTTP/1.1" 200 1108 0.016420 10.0.0.23 - - [2026-06-15 03:50:59] "POST /neutron/subnet HTTP/1.1" 200 703 0.008752 10.0.0.23 - - [2026-06-15 03:50:59] "POST /neutron/port HTTP/1.1" 200 1125 0.018400 10.0.0.23 - - [2026-06-15 03:51:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006829 10.0.0.23 - - [2026-06-15 03:51:45] "GET /virtual-machine/0998e0e2-4c44-4565-8251-61ac71cea48c HTTP/1.1" 200 1291 0.006745 10.0.0.23 - - [2026-06-15 03:51:47] "GET /virtual-machine/0998e0e2-4c44-4565-8251-61ac71cea48c HTTP/1.1" 200 1291 0.003681 10.0.0.23 - - [2026-06-15 03:51:48] "POST /neutron/port HTTP/1.1" 200 151 0.197711 10.0.0.23 - - [2026-06-15 03:51:49] "GET /virtual-machine/0998e0e2-4c44-4565-8251-61ac71cea48c HTTP/1.1" 404 171 0.003270 10.0.0.23 - - [2026-06-15 03:51:49] "GET /virtual-machine/0998e0e2-4c44-4565-8251-61ac71cea48c HTTP/1.1" 404 171 0.002656 10.0.0.23 - - [2026-06-15 03:51:49] "GET /virtual-machine/0998e0e2-4c44-4565-8251-61ac71cea48c HTTP/1.1" 404 171 0.002619 10.0.0.23 - - [2026-06-15 03:51:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004091 10.0.0.23 - - [2026-06-15 03:51:50] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004078 10.0.0.23 - - [2026-06-15 03:51:50] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003262 10.0.0.23 - - [2026-06-15 03:51:50] "GET /virtual-network/22f4e0db-29ab-4b3d-b7b0-a5919d2d4b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007054 10.0.0.23 - - [2026-06-15 03:51:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.23 - - [2026-06-15 03:51:50] "GET /routing-instance/0fc36e2c-d1d9-4a59-b1ee-d50b3440f197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004764 10.0.0.23 - - [2026-06-15 03:51:50] "GET /route-target/e6b93fae-8403-4b82-be0c-ef8414cbace5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006257 10.0.0.23 - - [2026-06-15 03:51:50] "GET /obj-perms HTTP/1.1" 200 4469 0.004145 10.0.0.23 - - [2026-06-15 03:51:51] "POST /neutron/network HTTP/1.1" 200 896 0.006541 10.0.0.23 - - [2026-06-15 03:51:51] "POST /neutron/port HTTP/1.1" 200 117 0.001079 10.0.0.65 - - [2026-06-15 03:51:53] "GET /obj-perms HTTP/1.1" 200 4469 0.004506 10.0.0.23 - - [2026-06-15 03:51:57] "POST /neutron/port HTTP/1.1" 200 1125 0.015212 10.0.0.23 - - [2026-06-15 03:51:58] "POST /neutron/subnet HTTP/1.1" 200 646 0.008706 10.0.0.23 - - [2026-06-15 03:51:59] "GET /obj-perms HTTP/1.1" 200 4469 0.003728 10.0.0.65 - - [2026-06-15 03:52:03] "GET /obj-perms HTTP/1.1" 200 4469 0.003264 10.0.0.23 - - [2026-06-15 03:52:09] "GET /obj-perms HTTP/1.1" 200 4469 0.003791 10.0.0.65 - - [2026-06-15 03:52:12] "GET /obj-perms HTTP/1.1" 200 4469 0.004498 10.0.0.23 - - [2026-06-15 03:52:18] "GET /obj-perms HTTP/1.1" 200 4469 0.004092 10.0.0.65 - - [2026-06-15 03:52:18] "GET /obj-perms HTTP/1.1" 200 4469 0.003718 10.0.0.23 - - [2026-06-15 03:52:18] "GET /virtual-machine/ff1b66ae-c7ca-477c-bbcd-8204cf8e4585 HTTP/1.1" 200 1294 0.004258 10.0.0.23 - - [2026-06-15 03:52:20] "POST /neutron/port HTTP/1.1" 200 1125 0.015699 10.0.0.23 - - [2026-06-15 03:52:20] "GET /virtual-machine/ff1b66ae-c7ca-477c-bbcd-8204cf8e4585 HTTP/1.1" 200 1294 0.003854 10.0.0.23 - - [2026-06-15 03:52:22] "GET /virtual-machine/ff1b66ae-c7ca-477c-bbcd-8204cf8e4585 HTTP/1.1" 404 171 0.003438 10.0.0.23 - - [2026-06-15 03:52:22] "GET /virtual-machine/ff1b66ae-c7ca-477c-bbcd-8204cf8e4585 HTTP/1.1" 404 171 0.002985 10.0.0.23 - - [2026-06-15 03:52:22] "GET /virtual-machine/ff1b66ae-c7ca-477c-bbcd-8204cf8e4585 HTTP/1.1" 404 171 0.003087 10.0.0.23 - - [2026-06-15 03:52:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.23 - - [2026-06-15 03:52:22] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003316 10.0.0.23 - - [2026-06-15 03:52:22] "GET /virtual-networks?parent_id=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.007996 10.0.0.23 - - [2026-06-15 03:52:23] "GET /virtual-network/1a0a5446-6056-4fd0-9b09-be88bc68bc9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005329 10.0.0.23 - - [2026-06-15 03:52:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.23 - - [2026-06-15 03:52:23] "GET /routing-instance/bc068bd8-38fe-41a0-b3e5-615fa4571ce6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.003667 10.0.0.23 - - [2026-06-15 03:52:23] "GET /route-target/335a6f4a-38cd-40c9-a5f4-f64b94436148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003396 10.0.0.23 - - [2026-06-15 03:52:23] "GET /obj-perms HTTP/1.1" 200 4469 0.003785 10.0.0.33 - - [2026-06-15 03:52:26] "GET /obj-perms HTTP/1.1" 200 4493 0.042881 10.0.0.65 - - [2026-06-15 03:52:26] "GET /obj-perms HTTP/1.1" 200 4493 0.034886 10.0.0.23 - - [2026-06-15 03:52:32] "GET /obj-perms HTTP/1.1" 200 4469 0.004176 10.0.0.65 - - [2026-06-15 03:52:35] "GET /obj-perms HTTP/1.1" 200 4469 0.003269 10.0.0.23 - - [2026-06-15 03:52:38] "GET /obj-perms HTTP/1.1" 200 4469 0.003953 10.0.0.65 - - [2026-06-15 03:52:38] "POST /useragent-kv HTTP/1.1" 200 115 0.008301 10.0.0.65 - - [2026-06-15 03:52:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002774 10.0.0.23 - - [2026-06-15 03:52:38] "DELETE /virtual-network/52a90b7b-66a6-4477-a559-4e2df44fb7b0 HTTP/1.1" 200 115 0.119696 10.0.0.65 - - [2026-06-15 03:52:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.031611 10.0.0.23 - - [2026-06-15 03:52:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.23 - - [2026-06-15 03:52:38] "GET /network-policy/522f7301-ddcb-4cb8-a935-fb80d3624a28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.003527 10.0.0.23 - - [2026-06-15 03:52:39] "POST /ref-update HTTP/1.1" 200 156 0.061498 10.0.0.65 - - [2026-06-15 03:52:39] "POST /ref-update HTTP/1.1" 200 156 0.042572 10.0.0.23 - - [2026-06-15 03:52:39] "POST /neutron/network HTTP/1.1" 200 809 0.015275 10.0.0.23 - - [2026-06-15 03:52:39] "GET /virtual-network/22f4e0db-29ab-4b3d-b7b0-a5919d2d4b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.026138 10.0.0.23 - - [2026-06-15 03:52:39] "DELETE /virtual-network/22f4e0db-29ab-4b3d-b7b0-a5919d2d4b73 HTTP/1.1" 409 248 0.011258 10.0.0.23 - - [2026-06-15 03:52:40] "POST /neutron/port HTTP/1.1" 200 1125 0.015625 10.0.0.23 - - [2026-06-15 03:52:41] "POST /neutron/port HTTP/1.1" 200 151 0.199700 10.0.0.65 - - [2026-06-15 03:52:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002956 10.0.0.65 - - [2026-06-15 03:52:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002616 10.0.0.23 - - [2026-06-15 03:52:41] "DELETE /virtual-network/22f4e0db-29ab-4b3d-b7b0-a5919d2d4b73 HTTP/1.1" 200 115 0.129191 10.0.0.23 - - [2026-06-15 03:52:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.23 - - [2026-06-15 03:52:41] "GET /network-policy/6eaafbd0-e1b8-485d-a690-79a543a65e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.003609 10.0.0.23 - - [2026-06-15 03:52:41] "POST /ref-update HTTP/1.1" 200 156 0.046809 10.0.0.65 - - [2026-06-15 03:52:41] "DELETE /access-control-list/ef9b3eaa-2b0d-4aa7-9464-b8f53e3bb0ce HTTP/1.1" 200 115 0.045232 10.0.0.23 - - [2026-06-15 03:52:41] "GET /virtual-network/1a0a5446-6056-4fd0-9b09-be88bc68bc9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.007332 10.0.0.65 - - [2026-06-15 03:52:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002245 10.0.0.65 - - [2026-06-15 03:52:41] "POST /useragent-kv HTTP/1.1" 200 115 0.001849 10.0.0.23 - - [2026-06-15 03:52:41] "DELETE /virtual-network/1a0a5446-6056-4fd0-9b09-be88bc68bc9f HTTP/1.1" 200 115 0.112256 10.0.0.23 - - [2026-06-15 03:52:41] "DELETE /network-policy/522f7301-ddcb-4cb8-a935-fb80d3624a28 HTTP/1.1" 200 115 0.032232 10.0.0.23 - - [2026-06-15 03:52:41] "DELETE /network-policy/6eaafbd0-e1b8-485d-a690-79a543a65e5e HTTP/1.1" 200 115 0.031735 10.0.0.23 - - [2026-06-15 03:52:57] "POST /neutron/port HTTP/1.1" 200 1218 0.015629 10.0.0.23 - - [2026-06-15 03:52:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003565 10.0.0.23 - - [2026-06-15 03:52:58] "POST /neutron/port HTTP/1.1" 200 117 0.000988 10.0.0.65 - - [2026-06-15 03:53:10] "GET /projects?obj_uuids=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001236 10.0.0.23 - - [2026-06-15 03:53:10] "GET /project/1c14b0e1-73b6-4143-9c83-295300451841?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.071947 10.0.0.65 - - [2026-06-15 03:53:10] "GET /projects?obj_uuids=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000869 10.0.0.23 - - [2026-06-15 03:53:10] "GET /project/1c14b0e1-73b6-4143-9c83-295300451841?fields=virtual_networks HTTP/1.1" 200 1033 0.058952 10.0.0.65 - - [2026-06-15 03:53:10] "GET /projects?obj_uuids=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001094 10.0.0.23 - - [2026-06-15 03:53:10] "GET /project/1c14b0e1-73b6-4143-9c83-295300451841?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.041632 10.0.0.65 - - [2026-06-15 03:53:10] "GET /projects?obj_uuids=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001237 10.0.0.23 - - [2026-06-15 03:53:10] "GET /project/1c14b0e1-73b6-4143-9c83-295300451841?fields=security_groups HTTP/1.1" 200 1260 0.046677 10.0.0.23 - - [2026-06-15 03:53:11] "POST /fqname-to-id HTTP/1.1" 404 188 0.029911 10.0.0.65 - - [2026-06-15 03:53:11] "GET /projects?obj_uuids=c8280ec8-3916-4d47-844f-212e1318f1db&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003088 10.0.0.65 - - [2026-06-15 03:53:11] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000825 10.0.0.65 - - [2026-06-15 03:53:11] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007215 10.0.0.65 - - [2026-06-15 03:53:11] "POST /id-to-fqname HTTP/1.1" 200 190 0.005568 10.0.0.65 - - [2026-06-15 03:53:11] "POST /fqname-to-id HTTP/1.1" 404 199 0.007466 10.0.0.65 - - [2026-06-15 03:53:11] "POST /security-groups HTTP/1.1" 200 591 0.075298 10.0.0.65 - - [2026-06-15 03:53:11] "POST /fqname-to-id HTTP/1.1" 404 234 0.003422 10.0.0.65 - - [2026-06-15 03:53:11] "POST /projects HTTP/1.1" 200 585 0.287629 10.0.0.65 - - [2026-06-15 03:53:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.357196 10.0.0.65 - - [2026-06-15 03:53:11] "POST /access-control-lists HTTP/1.1" 200 594 0.028573 10.0.0.23 - - [2026-06-15 03:53:11] "GET /project/c8280ec8-3916-4d47-844f-212e1318f1db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.491012 10.0.0.23 - - [2026-06-15 03:53:12] "GET / HTTP/1.1" 200 35931 0.002004 10.0.0.23 - - [2026-06-15 03:53:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000417 10.0.0.23 - - [2026-06-15 03:53:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.056990 10.0.0.65 - - [2026-06-15 03:53:15] "GET /projects?obj_uuids=c8280ec8-3916-4d47-844f-212e1318f1db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000878 10.0.0.23 - - [2026-06-15 03:53:15] "GET /project/c8280ec8-3916-4d47-844f-212e1318f1db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.050355 10.0.0.65 - - [2026-06-15 03:53:15] "GET /projects?obj_uuids=c8280ec8-3916-4d47-844f-212e1318f1db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001000 10.0.0.23 - - [2026-06-15 03:53:15] "POST /neutron/network HTTP/1.1" 200 605 0.142519 10.0.0.23 - - [2026-06-15 03:53:15] "POST /id-to-fqname HTTP/1.1" 200 220 0.002571 10.0.0.23 - - [2026-06-15 03:53:15] "GET /virtual-network/c5785afb-89c5-4a9c-8418-d5902b4bba61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004520 10.0.0.23 - - [2026-06-15 03:53:15] "POST /neutron/network HTTP/1.1" 200 824 0.005142 10.0.0.23 - - [2026-06-15 03:53:15] "GET /virtual-network/c5785afb-89c5-4a9c-8418-d5902b4bba61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004433 10.0.0.23 - - [2026-06-15 03:53:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.65 - - [2026-06-15 03:53:15] "GET /projects?obj_uuids=c8280ec8-3916-4d47-844f-212e1318f1db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000862 10.0.0.23 - - [2026-06-15 03:53:15] "GET /project/c8280ec8-3916-4d47-844f-212e1318f1db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.037783 10.0.0.23 - - [2026-06-15 03:53:15] "POST /neutron/network HTTP/1.1" 200 117 0.014107 10.0.0.65 - - [2026-06-15 03:53:16] "POST /route-targets HTTP/1.1" 200 327 0.016756 10.0.0.23 - - [2026-06-15 03:53:16] "POST /neutron/network HTTP/1.1" 200 824 0.011184 10.0.0.23 - - [2026-06-15 03:53:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.000962 10.0.0.23 - - [2026-06-15 03:53:16] "GET /virtual-network/70953075-7218-47ff-8c7f-33f417cad04a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005217 10.0.0.23 - - [2026-06-15 03:53:16] "GET /virtual-network/70953075-7218-47ff-8c7f-33f417cad04a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005301 10.0.0.23 - - [2026-06-15 03:53:16] "POST /neutron/subnet HTTP/1.1" 200 724 0.009520 10.0.0.23 - - [2026-06-15 03:53:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.001107 10.0.0.65 - - [2026-06-15 03:53:17] "GET /projects?obj_uuids=c8280ec8-3916-4d47-844f-212e1318f1db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001385 10.0.0.23 - - [2026-06-15 03:53:17] "GET /project/c8280ec8-3916-4d47-844f-212e1318f1db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.070660 10.0.0.23 - - [2026-06-15 03:53:17] "POST /neutron/network HTTP/1.1" 200 824 0.008080 10.0.0.23 - - [2026-06-15 03:53:17] "POST /id-to-fqname HTTP/1.1" 200 220 0.001494 10.0.0.23 - - [2026-06-15 03:53:17] "POST /neutron/port HTTP/1.1" 200 4192 0.040761 10.0.0.65 - - [2026-06-15 03:53:18] "GET /projects?obj_uuids=c8280ec8-3916-4d47-844f-212e1318f1db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001809 10.0.0.23 - - [2026-06-15 03:53:18] "GET /project/c8280ec8-3916-4d47-844f-212e1318f1db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.072096 10.0.0.23 - - [2026-06-15 03:53:19] "POST /neutron/port HTTP/1.1" 200 4192 0.045774 10.0.0.65 - - [2026-06-15 03:53:21] "DELETE /project/c8280ec839164d47844f212e1318f1db HTTP/1.1" 404 173 0.006722 10.0.0.65 - - [2026-06-15 03:53:21] "GET /projects?obj_uuids=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001716 10.0.0.65 - - [2026-06-15 03:53:21] "GET /project/1c14b0e1-73b6-4143-9c83-295300451841?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.062590 10.0.0.65 - - [2026-06-15 03:53:21] "GET /projects?obj_uuids=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001011 10.0.0.65 - - [2026-06-15 03:53:21] "GET /project/1c14b0e1-73b6-4143-9c83-295300451841?fields=security_groups HTTP/1.1" 200 1365 0.068755 10.0.0.23 - - [2026-06-15 03:53:21] "POST /neutron/network HTTP/1.1" 200 834 0.021033 10.0.0.65 - - [2026-06-15 03:53:22] "DELETE /security-group/6cf58d42-a657-4bc9-a8b0-0968a2679e38 HTTP/1.1" 200 115 0.078971 10.0.0.65 - - [2026-06-15 03:53:22] "GET /projects?obj_uuids=1c14b0e1-73b6-4143-9c83-295300451841&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001209 10.0.0.65 - - [2026-06-15 03:53:22] "GET /project/1c14b0e1-73b6-4143-9c83-295300451841?fields=application_policy_sets HTTP/1.1" 200 1404 0.071350 10.0.0.65 - - [2026-06-15 03:53:22] "DELETE /access-control-list/2d7e1430-9d7e-43df-92ec-1a5aad2eba3e HTTP/1.1" 200 115 0.097245 10.0.0.65 - - [2026-06-15 03:53:22] "DELETE /project/1c14b0e1-73b6-4143-9c83-295300451841 HTTP/1.1" 200 115 0.542294 10.0.0.23 - - [2026-06-15 03:53:22] "POST /neutron/port HTTP/1.1" 200 1060 0.020903 10.0.0.65 - - [2026-06-15 03:53:23] "GET /projects?obj_uuids=c8280ec8-3916-4d47-844f-212e1318f1db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001302 10.0.0.23 - - [2026-06-15 03:53:23] "POST /neutron/port HTTP/1.1" 200 1060 0.300365 10.0.0.23 - - [2026-06-15 03:53:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003414 10.0.0.23 - - [2026-06-15 03:53:23] "POST /neutron/port HTTP/1.1" 200 1114 0.089038 10.0.0.23 - - [2026-06-15 03:53:24] "POST /neutron/port HTTP/1.1" 200 1124 0.018368 10.0.0.23 - - [2026-06-15 03:53:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003646 10.0.0.23 - - [2026-06-15 03:53:24] "POST /neutron/network HTTP/1.1" 200 824 0.006809 10.0.0.23 - - [2026-06-15 03:53:29] "POST /neutron/port HTTP/1.1" 200 1124 0.016703 10.0.0.23 - - [2026-06-15 03:53:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007262 10.0.0.23 - - [2026-06-15 03:53:29] "GET /virtual-machine/b987a1cd-ef58-4565-9f6b-90d220408483 HTTP/1.1" 401 292 0.000325 10.0.0.23 - - [2026-06-15 03:53:29] "GET /virtual-machine/b987a1cd-ef58-4565-9f6b-90d220408483 HTTP/1.1" 200 1293 0.025470 10.0.0.23 - - [2026-06-15 03:53:29] "GET /virtual-machine-interface/10f54797-abbf-42a9-9098-1d83a106cf83 HTTP/1.1" 200 2940 0.005339 10.0.0.23 - - [2026-06-15 03:53:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.23 - - [2026-06-15 03:53:29] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003222 10.0.0.23 - - [2026-06-15 03:53:29] "GET /virtual-networks?parent_id=c8280ec8-3916-4d47-844f-212e1318f1db&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002833 10.0.0.23 - - [2026-06-15 03:53:30] "GET /virtual-network/c5785afb-89c5-4a9c-8418-d5902b4bba61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.012449 10.0.0.23 - - [2026-06-15 03:53:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.23 - - [2026-06-15 03:53:33] "GET /virtual-network/c5785afb-89c5-4a9c-8418-d5902b4bba61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005702 10.0.0.23 - - [2026-06-15 03:53:35] "POST /neutron/port HTTP/1.1" 200 1124 0.015549 10.0.0.23 - - [2026-06-15 03:53:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.23 - - [2026-06-15 03:53:35] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004324 10.0.0.23 - - [2026-06-15 03:53:35] "GET /virtual-networks?parent_id=c8280ec8-3916-4d47-844f-212e1318f1db&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004199 10.0.0.23 - - [2026-06-15 03:53:35] "GET /virtual-network/c5785afb-89c5-4a9c-8418-d5902b4bba61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005359 10.0.0.23 - - [2026-06-15 03:53:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007165 10.0.0.23 - - [2026-06-15 03:53:35] "POST /neutron/port HTTP/1.1" 200 1124 0.018578 10.0.0.23 - - [2026-06-15 03:53:35] "GET /virtual-machine/34afe8d3-5707-403c-93b9-e4fc43a1e3bb HTTP/1.1" 200 1292 0.005297 10.0.0.23 - - [2026-06-15 03:53:35] "GET /virtual-machine-interface/96b62f3e-9641-460b-8e9c-5045672b230d HTTP/1.1" 200 2941 0.005379 10.0.0.23 - - [2026-06-15 03:53:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.23 - - [2026-06-15 03:53:35] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003306 10.0.0.23 - - [2026-06-15 03:53:35] "GET /virtual-networks?parent_id=c8280ec8-3916-4d47-844f-212e1318f1db&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002906 10.0.0.23 - - [2026-06-15 03:53:35] "GET /virtual-network/70953075-7218-47ff-8c7f-33f417cad04a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005285 10.0.0.23 - - [2026-06-15 03:53:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004708 10.0.0.23 - - [2026-06-15 03:53:36] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004200 10.0.0.23 - - [2026-06-15 03:53:36] "GET /virtual-networks?parent_id=c8280ec8-3916-4d47-844f-212e1318f1db&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005235 10.0.0.23 - - [2026-06-15 03:53:36] "GET /virtual-network/70953075-7218-47ff-8c7f-33f417cad04a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005952 10.0.0.23 - - [2026-06-15 03:53:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006908 10.0.0.23 - - [2026-06-15 03:53:37] "GET /virtual-machine/b987a1cd-ef58-4565-9f6b-90d220408483 HTTP/1.1" 200 1293 0.003788 10.0.0.23 - - [2026-06-15 03:53:37] "GET /virtual-machine-interface/10f54797-abbf-42a9-9098-1d83a106cf83 HTTP/1.1" 200 2940 0.005371 10.0.0.23 - - [2026-06-15 03:53:37] "GET /virtual-machine/b987a1cd-ef58-4565-9f6b-90d220408483 HTTP/1.1" 200 1293 0.003765 10.0.0.23 - - [2026-06-15 03:53:37] "GET /virtual-machine-interface/10f54797-abbf-42a9-9098-1d83a106cf83 HTTP/1.1" 200 2940 0.005296 10.0.0.23 - - [2026-06-15 03:53:37] "GET /instance-ip/8eaa868b-6589-4877-846a-3c25cb1e8325 HTTP/1.1" 200 1620 0.005582 10.0.0.23 - - [2026-06-15 03:53:37] "GET /virtual-machine/b987a1cd-ef58-4565-9f6b-90d220408483 HTTP/1.1" 200 1293 0.004150 10.0.0.23 - - [2026-06-15 03:53:37] "GET /virtual-machine-interface/10f54797-abbf-42a9-9098-1d83a106cf83 HTTP/1.1" 200 2940 0.006564 10.0.0.23 - - [2026-06-15 03:53:37] "GET /instance-ip/8eaa868b-6589-4877-846a-3c25cb1e8325 HTTP/1.1" 200 1620 0.005017 10.0.0.23 - - [2026-06-15 03:53:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.23 - - [2026-06-15 03:53:37] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002948 10.0.0.23 - - [2026-06-15 03:53:37] "GET /virtual-networks?parent_id=c8280ec8-3916-4d47-844f-212e1318f1db&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002555 10.0.0.23 - - [2026-06-15 03:53:37] "GET /virtual-network/c5785afb-89c5-4a9c-8418-d5902b4bba61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005487 10.0.0.23 - - [2026-06-15 03:53:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.23 - - [2026-06-15 03:53:37] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008144 10.0.0.23 - - [2026-06-15 03:53:37] "GET /virtual-networks?parent_id=c8280ec8-3916-4d47-844f-212e1318f1db&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003074 10.0.0.23 - - [2026-06-15 03:53:37] "GET /virtual-network/c5785afb-89c5-4a9c-8418-d5902b4bba61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005138 10.0.0.23 - - [2026-06-15 03:53:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.23 - - [2026-06-15 03:53:37] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003720 10.0.0.23 - - [2026-06-15 03:53:37] "GET /virtual-networks?parent_id=c8280ec8-3916-4d47-844f-212e1318f1db&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002478 10.0.0.23 - - [2026-06-15 03:53:37] "GET /virtual-network/c5785afb-89c5-4a9c-8418-d5902b4bba61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006130 10.0.0.23 - - [2026-06-15 03:53:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.23 - - [2026-06-15 03:53:37] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003989 10.0.0.23 - - [2026-06-15 03:53:37] "GET /virtual-networks?parent_id=c8280ec8-3916-4d47-844f-212e1318f1db&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004083 10.0.0.23 - - [2026-06-15 03:53:37] "GET /virtual-network/c5785afb-89c5-4a9c-8418-d5902b4bba61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005643 10.0.0.23 - - [2026-06-15 03:53:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.23 - - [2026-06-15 03:53:37] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003687 10.0.0.23 - - [2026-06-15 03:53:37] "GET /virtual-networks?parent_id=c8280ec8-3916-4d47-844f-212e1318f1db&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003066 10.0.0.23 - - [2026-06-15 03:53:37] "GET /virtual-network/c5785afb-89c5-4a9c-8418-d5902b4bba61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008611 10.0.0.23 - - [2026-06-15 03:53:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.23 - - [2026-06-15 03:53:38] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003703 10.0.0.23 - - [2026-06-15 03:53:38] "GET /virtual-networks?parent_id=c8280ec8-3916-4d47-844f-212e1318f1db&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002889 10.0.0.23 - - [2026-06-15 03:53:38] "GET /virtual-network/c5785afb-89c5-4a9c-8418-d5902b4bba61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005551 10.0.0.23 - - [2026-06-15 03:53:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.23 - - [2026-06-15 03:53:38] "GET /routing-instance/4f65d95f-8cd8-4edd-9097-8054d3896195?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.006235 10.0.0.23 - - [2026-06-15 03:53:38] "GET /route-target/6515e17a-cabd-424d-a11f-8b9c97bdf2c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004274 10.0.0.23 - - [2026-06-15 03:53:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.23 - - [2026-06-15 03:53:38] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003767 10.0.0.23 - - [2026-06-15 03:53:38] "GET /virtual-networks?parent_id=c8280ec8-3916-4d47-844f-212e1318f1db&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003034 10.0.0.23 - - [2026-06-15 03:53:38] "GET /virtual-network/c5785afb-89c5-4a9c-8418-d5902b4bba61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005127 10.0.0.23 - - [2026-06-15 03:53:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.23 - - [2026-06-15 03:53:38] "GET /routing-instance/4f65d95f-8cd8-4edd-9097-8054d3896195?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.004206 10.0.0.23 - - [2026-06-15 03:53:38] "GET /route-target/6515e17a-cabd-424d-a11f-8b9c97bdf2c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003739 10.0.0.23 - - [2026-06-15 03:53:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.23 - - [2026-06-15 03:53:38] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003746 10.0.0.23 - - [2026-06-15 03:53:38] "GET /virtual-networks?parent_id=c8280ec8-3916-4d47-844f-212e1318f1db&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002628 10.0.0.23 - - [2026-06-15 03:53:38] "GET /virtual-network/c5785afb-89c5-4a9c-8418-d5902b4bba61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006089 10.0.0.23 - - [2026-06-15 03:53:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.23 - - [2026-06-15 03:53:38] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003976 10.0.0.23 - - [2026-06-15 03:53:38] "GET /virtual-networks?parent_id=c8280ec8-3916-4d47-844f-212e1318f1db&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004722 10.0.0.23 - - [2026-06-15 03:53:38] "GET /virtual-network/c5785afb-89c5-4a9c-8418-d5902b4bba61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005388 10.0.0.65 - - [2026-06-15 03:53:39] "GET /obj-perms HTTP/1.1" 200 4467 0.058587 10.0.0.23 - - [2026-06-15 03:53:39] "GET /obj-perms HTTP/1.1" 200 4467 0.058907 10.0.0.23 - - [2026-06-15 03:53:39] "GET /obj-perms HTTP/1.1" 200 4467 0.003441 10.0.0.65 - - [2026-06-15 03:53:39] "GET /obj-perms HTTP/1.1" 200 4467 0.005034 10.0.0.23 - - [2026-06-15 03:53:39] "GET /obj-perms HTTP/1.1" 200 4467 0.003286 10.0.0.33 - - [2026-06-15 03:53:40] "GET /obj-perms HTTP/1.1" 200 4467 0.051834 10.0.0.23 - - [2026-06-15 03:53:40] "GET /virtual-machine/34afe8d3-5707-403c-93b9-e4fc43a1e3bb HTTP/1.1" 200 1292 0.004005 10.0.0.23 - - [2026-06-15 03:53:40] "GET /virtual-machine-interface/96b62f3e-9641-460b-8e9c-5045672b230d HTTP/1.1" 200 2941 0.005531 10.0.0.23 - - [2026-06-15 03:53:40] "GET /virtual-machine/34afe8d3-5707-403c-93b9-e4fc43a1e3bb HTTP/1.1" 200 1292 0.004808 10.0.0.23 - - [2026-06-15 03:53:40] "GET /virtual-machine-interface/96b62f3e-9641-460b-8e9c-5045672b230d HTTP/1.1" 200 2941 0.005506 10.0.0.23 - - [2026-06-15 03:53:40] "GET /instance-ip/c337f5ce-5fdb-4b2b-bb4c-5ac93fbd13d7 HTTP/1.1" 200 1621 0.005623 10.0.0.23 - - [2026-06-15 03:53:40] "GET /virtual-machine/34afe8d3-5707-403c-93b9-e4fc43a1e3bb HTTP/1.1" 200 1292 0.003278 10.0.0.23 - - [2026-06-15 03:53:40] "GET /virtual-machine-interface/96b62f3e-9641-460b-8e9c-5045672b230d HTTP/1.1" 200 2941 0.004816 10.0.0.23 - - [2026-06-15 03:53:40] "GET /instance-ip/c337f5ce-5fdb-4b2b-bb4c-5ac93fbd13d7 HTTP/1.1" 200 1621 0.003884 10.0.0.23 - - [2026-06-15 03:53:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.23 - - [2026-06-15 03:53:40] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003439 10.0.0.23 - - [2026-06-15 03:53:40] "GET /virtual-networks?parent_id=c8280ec8-3916-4d47-844f-212e1318f1db&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004194 10.0.0.23 - - [2026-06-15 03:53:40] "GET /virtual-network/70953075-7218-47ff-8c7f-33f417cad04a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005776 10.0.0.23 - - [2026-06-15 03:53:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.23 - - [2026-06-15 03:53:40] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004272 10.0.0.23 - - [2026-06-15 03:53:40] "GET /virtual-networks?parent_id=c8280ec8-3916-4d47-844f-212e1318f1db&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003348 10.0.0.23 - - [2026-06-15 03:53:40] "GET /virtual-network/70953075-7218-47ff-8c7f-33f417cad04a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007714 10.0.0.23 - - [2026-06-15 03:53:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.23 - - [2026-06-15 03:53:40] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004612 10.0.0.23 - - [2026-06-15 03:53:40] "GET /virtual-networks?parent_id=c8280ec8-3916-4d47-844f-212e1318f1db&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003844 10.0.0.23 - - [2026-06-15 03:53:40] "GET /virtual-network/70953075-7218-47ff-8c7f-33f417cad04a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007696 10.0.0.23 - - [2026-06-15 03:53:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.23 - - [2026-06-15 03:53:40] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005108 10.0.0.23 - - [2026-06-15 03:53:41] "GET /virtual-networks?parent_id=c8280ec8-3916-4d47-844f-212e1318f1db&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004124 10.0.0.23 - - [2026-06-15 03:53:41] "GET /virtual-network/70953075-7218-47ff-8c7f-33f417cad04a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006274 10.0.0.23 - - [2026-06-15 03:53:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.23 - - [2026-06-15 03:53:41] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004124 10.0.0.23 - - [2026-06-15 03:53:41] "GET /virtual-networks?parent_id=c8280ec8-3916-4d47-844f-212e1318f1db&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002858 10.0.0.23 - - [2026-06-15 03:53:41] "GET /virtual-network/70953075-7218-47ff-8c7f-33f417cad04a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005296 10.0.0.23 - - [2026-06-15 03:53:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004387 10.0.0.23 - - [2026-06-15 03:53:41] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004335 10.0.0.23 - - [2026-06-15 03:53:41] "GET /virtual-networks?parent_id=c8280ec8-3916-4d47-844f-212e1318f1db&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004282 10.0.0.23 - - [2026-06-15 03:53:41] "GET /virtual-network/70953075-7218-47ff-8c7f-33f417cad04a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007140 10.0.0.23 - - [2026-06-15 03:53:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004500 10.0.0.23 - - [2026-06-15 03:53:41] "GET /routing-instance/ee1ce948-7744-4db7-b7df-8c74dfd68343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.007361 10.0.0.23 - - [2026-06-15 03:53:41] "GET /route-target/c412642f-bdf6-437d-97ae-e3e445194f9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004924 10.0.0.23 - - [2026-06-15 03:53:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277 10.0.0.23 - - [2026-06-15 03:53:41] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004625 10.0.0.23 - - [2026-06-15 03:53:41] "GET /virtual-networks?parent_id=c8280ec8-3916-4d47-844f-212e1318f1db&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004544 10.0.0.23 - - [2026-06-15 03:53:41] "GET /virtual-network/70953075-7218-47ff-8c7f-33f417cad04a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006884 10.0.0.23 - - [2026-06-15 03:53:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004152 10.0.0.23 - - [2026-06-15 03:53:41] "GET /routing-instance/ee1ce948-7744-4db7-b7df-8c74dfd68343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.004751 10.0.0.23 - - [2026-06-15 03:53:41] "GET /route-target/c412642f-bdf6-437d-97ae-e3e445194f9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004964 10.0.0.23 - - [2026-06-15 03:53:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077 10.0.0.23 - - [2026-06-15 03:53:41] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003741 10.0.0.23 - - [2026-06-15 03:53:41] "GET /virtual-networks?parent_id=c8280ec8-3916-4d47-844f-212e1318f1db&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002796 10.0.0.23 - - [2026-06-15 03:53:41] "GET /virtual-network/70953075-7218-47ff-8c7f-33f417cad04a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007753 10.0.0.23 - - [2026-06-15 03:53:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.23 - - [2026-06-15 03:53:42] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003866 10.0.0.23 - - [2026-06-15 03:53:42] "GET /virtual-networks?parent_id=c8280ec8-3916-4d47-844f-212e1318f1db&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003344 10.0.0.23 - - [2026-06-15 03:53:42] "GET /virtual-network/70953075-7218-47ff-8c7f-33f417cad04a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005328 10.0.0.65 - - [2026-06-15 03:53:42] "GET /obj-perms HTTP/1.1" 200 4467 0.005690 10.0.0.65 - - [2026-06-15 03:53:46] "GET /obj-perms HTTP/1.1" 200 4467 0.003586 10.0.0.23 - - [2026-06-15 03:53:46] "GET /obj-perms HTTP/1.1" 200 4467 0.004442 10.0.0.23 - - [2026-06-15 03:53:46] "GET /obj-perms HTTP/1.1" 200 4467 0.003607 10.0.0.65 - - [2026-06-15 03:53:46] "GET /obj-perms HTTP/1.1" 200 4467 0.004014 10.0.0.23 - - [2026-06-15 03:53:52] "POST /neutron/port HTTP/1.1" 200 1218 0.020486 10.0.0.33 - - [2026-06-15 03:53:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000480 10.0.0.33 - - [2026-06-15 03:53:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.65 - - [2026-06-15 03:53:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.65 - - [2026-06-15 03:53:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000503 10.0.0.65 - - [2026-06-15 03:53:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.65 - - [2026-06-15 03:53:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.23 - - [2026-06-15 03:53:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003830 10.0.0.23 - - [2026-06-15 03:53:54] "POST /neutron/port HTTP/1.1" 200 117 0.001054 10.0.0.23 - - [2026-06-15 03:53:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.23 - - [2026-06-15 03:53:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.33 - - [2026-06-15 03:53:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000868 10.0.0.33 - - [2026-06-15 03:53:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.23 - - [2026-06-15 03:53:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000502 10.0.0.23 - - [2026-06-15 03:53:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.23 - - [2026-06-15 03:53:57] "POST /neutron/port HTTP/1.1" 200 1108 0.018518 10.0.0.23 - - [2026-06-15 03:53:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003879 10.0.0.23 - - [2026-06-15 03:53:58] "POST /neutron/network HTTP/1.1" 200 928 0.006461 10.0.0.23 - - [2026-06-15 03:54:08] "GET /virtual-machine/34afe8d3-5707-403c-93b9-e4fc43a1e3bb HTTP/1.1" 200 1292 0.003971 10.0.0.23 - - [2026-06-15 03:54:10] "GET /virtual-machine/34afe8d3-5707-403c-93b9-e4fc43a1e3bb HTTP/1.1" 200 1292 0.004712 10.0.0.23 - - [2026-06-15 03:54:11] "POST /neutron/port HTTP/1.1" 200 151 0.191225 10.0.0.23 - - [2026-06-15 03:54:12] "GET /virtual-machine/34afe8d3-5707-403c-93b9-e4fc43a1e3bb HTTP/1.1" 404 171 0.003721 10.0.0.23 - - [2026-06-15 03:54:12] "GET /virtual-machine/34afe8d3-5707-403c-93b9-e4fc43a1e3bb HTTP/1.1" 404 171 0.003335 10.0.0.23 - - [2026-06-15 03:54:12] "GET /virtual-machine/34afe8d3-5707-403c-93b9-e4fc43a1e3bb HTTP/1.1" 404 171 0.004338 10.0.0.23 - - [2026-06-15 03:54:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.23 - - [2026-06-15 03:54:13] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003618 10.0.0.23 - - [2026-06-15 03:54:13] "GET /virtual-networks?parent_id=c8280ec8-3916-4d47-844f-212e1318f1db&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002514 10.0.0.23 - - [2026-06-15 03:54:13] "GET /virtual-network/70953075-7218-47ff-8c7f-33f417cad04a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005859 10.0.0.23 - - [2026-06-15 03:54:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.23 - - [2026-06-15 03:54:13] "GET /routing-instance/ee1ce948-7744-4db7-b7df-8c74dfd68343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.004125 10.0.0.23 - - [2026-06-15 03:54:13] "GET /route-target/c412642f-bdf6-437d-97ae-e3e445194f9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003674 10.0.0.23 - - [2026-06-15 03:54:16] "GET /obj-perms HTTP/1.1" 200 4467 0.004640 10.0.0.65 - - [2026-06-15 03:54:16] "GET /obj-perms HTTP/1.1" 200 4467 0.003863 10.0.0.23 - - [2026-06-15 03:54:16] "GET /virtual-machine/b987a1cd-ef58-4565-9f6b-90d220408483 HTTP/1.1" 200 1293 0.004640 10.0.0.23 - - [2026-06-15 03:54:18] "GET /virtual-machine/b987a1cd-ef58-4565-9f6b-90d220408483 HTTP/1.1" 200 1293 0.004898 10.0.0.23 - - [2026-06-15 03:54:18] "POST /neutron/port HTTP/1.1" 200 151 0.174488 10.0.0.23 - - [2026-06-15 03:54:20] "GET /virtual-machine/b987a1cd-ef58-4565-9f6b-90d220408483 HTTP/1.1" 404 171 0.002942 10.0.0.23 - - [2026-06-15 03:54:20] "GET /virtual-machine/b987a1cd-ef58-4565-9f6b-90d220408483 HTTP/1.1" 404 171 0.003394 10.0.0.23 - - [2026-06-15 03:54:20] "GET /virtual-machine/b987a1cd-ef58-4565-9f6b-90d220408483 HTTP/1.1" 404 171 0.002645 10.0.0.23 - - [2026-06-15 03:54:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.23 - - [2026-06-15 03:54:20] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003432 10.0.0.23 - - [2026-06-15 03:54:20] "GET /virtual-networks?parent_id=c8280ec8-3916-4d47-844f-212e1318f1db&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003000 10.0.0.23 - - [2026-06-15 03:54:20] "GET /virtual-network/c5785afb-89c5-4a9c-8418-d5902b4bba61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005231 10.0.0.23 - - [2026-06-15 03:54:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.23 - - [2026-06-15 03:54:21] "GET /routing-instance/4f65d95f-8cd8-4edd-9097-8054d3896195?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.004299 10.0.0.23 - - [2026-06-15 03:54:21] "GET /route-target/6515e17a-cabd-424d-a11f-8b9c97bdf2c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004320 10.0.0.23 - - [2026-06-15 03:54:21] "GET /obj-perms HTTP/1.1" 200 4467 0.004254 10.0.0.65 - - [2026-06-15 03:54:24] "GET /obj-perms HTTP/1.1" 200 4467 0.003650 10.0.0.23 - - [2026-06-15 03:54:27] "GET /obj-perms HTTP/1.1" 200 4493 0.047431 10.0.0.65 - - [2026-06-15 03:54:30] "GET /obj-perms HTTP/1.1" 200 4467 0.004335 10.0.0.23 - - [2026-06-15 03:54:36] "GET /obj-perms HTTP/1.1" 200 4467 0.003498 10.0.0.65 - - [2026-06-15 03:54:39] "GET /obj-perms HTTP/1.1" 200 4467 0.006024 10.0.0.23 - - [2026-06-15 03:54:39] "GET /obj-perms HTTP/1.1" 200 4467 0.003784 10.0.0.33 - - [2026-06-15 03:54:39] "GET /obj-perms HTTP/1.1" 200 4467 0.003553 10.0.0.23 - - [2026-06-15 03:54:39] "POST /neutron/network HTTP/1.1" 200 824 0.009748 10.0.0.65 - - [2026-06-15 03:54:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.65 - - [2026-06-15 03:54:41] "GET /projects?obj_uuids=c8280ec8-3916-4d47-844f-212e1318f1db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.025048 10.0.0.23 - - [2026-06-15 03:54:41] "GET /project/c8280ec8-3916-4d47-844f-212e1318f1db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.076829 10.0.0.65 - - [2026-06-15 03:54:41] "GET /projects?obj_uuids=c8280ec8-3916-4d47-844f-212e1318f1db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001206 10.0.0.23 - - [2026-06-15 03:54:41] "GET /project/c8280ec8-3916-4d47-844f-212e1318f1db?fields=virtual_networks HTTP/1.1" 200 1031 0.040238 10.0.0.65 - - [2026-06-15 03:54:41] "GET /projects?obj_uuids=c8280ec8-3916-4d47-844f-212e1318f1db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001318 10.0.0.23 - - [2026-06-15 03:54:41] "GET /project/c8280ec8-3916-4d47-844f-212e1318f1db?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.046175 10.0.0.65 - - [2026-06-15 03:54:41] "GET /projects?obj_uuids=c8280ec8-3916-4d47-844f-212e1318f1db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000843 10.0.0.23 - - [2026-06-15 03:54:41] "GET /project/c8280ec8-3916-4d47-844f-212e1318f1db?fields=security_groups HTTP/1.1" 200 1257 0.047629 10.0.0.23 - - [2026-06-15 03:54:42] "POST /fqname-to-id HTTP/1.1" 404 196 0.038204 10.0.0.65 - - [2026-06-15 03:54:42] "GET /projects?obj_uuids=06e01c23-239e-4714-aca5-02abc41e1741&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002821 10.0.0.65 - - [2026-06-15 03:54:42] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001240 10.0.0.65 - - [2026-06-15 03:54:42] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.038611 10.0.0.65 - - [2026-06-15 03:54:42] "POST /id-to-fqname HTTP/1.1" 200 198 0.005676 10.0.0.65 - - [2026-06-15 03:54:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.005134 10.0.0.65 - - [2026-06-15 03:54:42] "POST /security-groups HTTP/1.1" 200 599 0.037345 10.0.0.65 - - [2026-06-15 03:54:42] "POST /projects HTTP/1.1" 200 601 0.254402 10.0.0.65 - - [2026-06-15 03:54:42] "POST /access-control-lists HTTP/1.1" 200 604 0.028816 10.0.0.65 - - [2026-06-15 03:54:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.326273 10.0.0.23 - - [2026-06-15 03:54:43] "GET /project/06e01c23-239e-4714-aca5-02abc41e1741?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.505731 10.0.0.23 - - [2026-06-15 03:54:44] "GET / HTTP/1.1" 200 35931 0.001839 10.0.0.23 - - [2026-06-15 03:54:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000423 10.0.0.23 - - [2026-06-15 03:54:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.069551 10.0.0.65 - - [2026-06-15 03:54:47] "GET /projects?obj_uuids=06e01c23-239e-4714-aca5-02abc41e1741&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000857 10.0.0.23 - - [2026-06-15 03:54:47] "GET /project/06e01c23-239e-4714-aca5-02abc41e1741?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.044474 10.0.0.65 - - [2026-06-15 03:54:47] "GET /projects?obj_uuids=06e01c23-239e-4714-aca5-02abc41e1741&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000952 10.0.0.23 - - [2026-06-15 03:54:47] "POST /neutron/network HTTP/1.1" 200 613 0.159857 10.0.0.65 - - [2026-06-15 03:54:47] "POST /route-targets HTTP/1.1" 200 327 0.025795 10.0.0.65 - - [2026-06-15 03:54:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.052540 10.0.0.23 - - [2026-06-15 03:54:48] "POST /neutron/network HTTP/1.1" 200 1004 0.011395 10.0.0.23 - - [2026-06-15 03:54:48] "POST /id-to-fqname HTTP/1.1" 200 228 0.000991 10.0.0.23 - - [2026-06-15 03:54:48] "GET /virtual-network/8157f655-ce94-4f52-86c9-9a5c28f2ee14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005323 10.0.0.23 - - [2026-06-15 03:54:48] "GET /virtual-network/8157f655-ce94-4f52-86c9-9a5c28f2ee14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005017 10.0.0.23 - - [2026-06-15 03:54:48] "POST /neutron/subnet HTTP/1.1" 200 715 0.007866 10.0.0.23 - - [2026-06-15 03:54:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.65 - - [2026-06-15 03:54:48] "GET /projects?obj_uuids=06e01c23-239e-4714-aca5-02abc41e1741&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001053 10.0.0.23 - - [2026-06-15 03:54:48] "GET /project/06e01c23-239e-4714-aca5-02abc41e1741?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.043699 10.0.0.65 - - [2026-06-15 03:54:48] "GET /projects?obj_uuids=06e01c23-239e-4714-aca5-02abc41e1741&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000873 10.0.0.23 - - [2026-06-15 03:54:48] "POST /neutron/network HTTP/1.1" 200 613 0.143615 10.0.0.65 - - [2026-06-15 03:54:49] "POST /ref-update HTTP/1.1" 200 156 0.025797 10.0.0.23 - - [2026-06-15 03:54:49] "POST /neutron/network HTTP/1.1" 200 1004 0.011769 10.0.0.23 - - [2026-06-15 03:54:49] "POST /id-to-fqname HTTP/1.1" 200 228 0.001465 10.0.0.23 - - [2026-06-15 03:54:49] "GET /virtual-network/6c900976-084f-4a2d-bb05-e8a409e18958?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005144 10.0.0.23 - - [2026-06-15 03:54:49] "GET /virtual-network/6c900976-084f-4a2d-bb05-e8a409e18958?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.004795 10.0.0.23 - - [2026-06-15 03:54:49] "POST /neutron/subnet HTTP/1.1" 200 720 0.007999 10.0.0.23 - - [2026-06-15 03:54:50] "GET /virtual-network/8157f655-ce94-4f52-86c9-9a5c28f2ee14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006693 10.0.0.23 - - [2026-06-15 03:54:51] "GET /virtual-network/6c900976-084f-4a2d-bb05-e8a409e18958?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006701 10.0.0.65 - - [2026-06-15 03:54:52] "GET /obj-perms HTTP/1.1" 200 4483 0.042165 10.0.0.23 - - [2026-06-15 03:54:52] "POST /neutron/subnet HTTP/1.1" 200 715 0.009256 10.0.0.23 - - [2026-06-15 03:54:52] "POST /id-to-fqname HTTP/1.1" 200 228 0.002280 10.0.0.23 - - [2026-06-15 03:54:52] "POST /neutron/network HTTP/1.1" 200 1014 0.008871 10.0.0.65 - - [2026-06-15 03:54:53] "GET /projects?obj_uuids=06e01c23-239e-4714-aca5-02abc41e1741&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001052 10.0.0.23 - - [2026-06-15 03:54:53] "GET /project/06e01c23-239e-4714-aca5-02abc41e1741?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.058584 10.0.0.23 - - [2026-06-15 03:54:53] "POST /neutron/port HTTP/1.1" 200 4192 0.046961 10.0.0.23 - - [2026-06-15 03:54:54] "POST /neutron/port HTTP/1.1" 200 1108 0.037044 10.0.0.23 - - [2026-06-15 03:54:54] "POST /neutron/subnet HTTP/1.1" 200 703 0.009238 10.0.0.23 - - [2026-06-15 03:54:57] "POST /neutron/port HTTP/1.1" 200 1218 0.034926 10.0.0.23 - - [2026-06-15 03:54:58] "POST /neutron/port HTTP/1.1" 200 1173 0.019089 10.0.0.23 - - [2026-06-15 03:54:58] "POST /neutron/port HTTP/1.1" 200 1218 0.017337 10.0.0.23 - - [2026-06-15 03:54:59] "POST /neutron/network HTTP/1.1" 200 1123 0.006367 10.0.0.23 - - [2026-06-15 03:54:59] "POST /neutron/subnet HTTP/1.1" 200 1385 0.012184 10.0.0.23 - - [2026-06-15 03:54:59] "POST /neutron/network HTTP/1.1" 200 1113 0.008565 10.0.0.23 - - [2026-06-15 03:54:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003488 10.0.0.23 - - [2026-06-15 03:54:59] "POST /neutron/port HTTP/1.1" 200 117 0.001015 10.0.0.23 - - [2026-06-15 03:55:03] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009025 10.0.0.23 - - [2026-06-15 03:55:09] "POST /neutron/port HTTP/1.1" 200 1237 0.016859 10.0.0.23 - - [2026-06-15 03:55:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008917 10.0.0.23 - - [2026-06-15 03:55:09] "GET /virtual-machine/ce7e8224-988e-4b50-bba2-264a2c107afd HTTP/1.1" 401 292 0.000517 10.0.0.23 - - [2026-06-15 03:55:09] "GET /virtual-machine/ce7e8224-988e-4b50-bba2-264a2c107afd HTTP/1.1" 200 1301 0.028512 10.0.0.23 - - [2026-06-15 03:55:09] "GET /virtual-machine-interface/fb8d9394-d383-4cb8-b2fd-54ef9671fd03 HTTP/1.1" 200 3175 0.008425 10.0.0.23 - - [2026-06-15 03:55:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.23 - - [2026-06-15 03:55:09] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004264 10.0.0.23 - - [2026-06-15 03:55:09] "GET /virtual-networks?parent_id=06e01c23-239e-4714-aca5-02abc41e1741&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002486 10.0.0.23 - - [2026-06-15 03:55:09] "GET /virtual-network/8157f655-ce94-4f52-86c9-9a5c28f2ee14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005805 10.0.0.23 - - [2026-06-15 03:55:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.23 - - [2026-06-15 03:55:12] "GET /virtual-network/8157f655-ce94-4f52-86c9-9a5c28f2ee14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.004964 10.0.0.23 - - [2026-06-15 03:55:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.23 - - [2026-06-15 03:55:16] "GET /virtual-network/8157f655-ce94-4f52-86c9-9a5c28f2ee14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005250 10.0.0.23 - - [2026-06-15 03:55:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.23 - - [2026-06-15 03:55:20] "GET /virtual-network/8157f655-ce94-4f52-86c9-9a5c28f2ee14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006733 10.0.0.65 - - [2026-06-15 03:55:22] "DELETE /project/06e01c23239e4714aca502abc41e1741 HTTP/1.1" 404 173 0.004055 10.0.0.65 - - [2026-06-15 03:55:22] "DELETE /project/c8280ec8-3916-4d47-844f-212e1318f1db HTTP/1.1" 404 177 0.003388 10.0.0.23 - - [2026-06-15 03:55:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.23 - - [2026-06-15 03:55:25] "GET /virtual-network/8157f655-ce94-4f52-86c9-9a5c28f2ee14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006102 10.0.0.33 - - [2026-06-15 03:55:28] "GET /obj-perms HTTP/1.1" 200 4493 0.036938 10.0.0.23 - - [2026-06-15 03:55:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.23 - - [2026-06-15 03:55:29] "GET /virtual-network/8157f655-ce94-4f52-86c9-9a5c28f2ee14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007749 10.0.0.23 - - [2026-06-15 03:55:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.23 - - [2026-06-15 03:55:33] "GET /virtual-network/8157f655-ce94-4f52-86c9-9a5c28f2ee14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005846 10.0.0.23 - - [2026-06-15 03:55:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004789 10.0.0.23 - - [2026-06-15 03:55:35] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004153 10.0.0.23 - - [2026-06-15 03:55:35] "GET /virtual-networks?parent_id=06e01c23-239e-4714-aca5-02abc41e1741&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002704 10.0.0.23 - - [2026-06-15 03:55:35] "GET /virtual-network/8157f655-ce94-4f52-86c9-9a5c28f2ee14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005739 10.0.0.23 - - [2026-06-15 03:55:38] "POST /neutron/port HTTP/1.1" 200 1237 0.043692 10.0.0.23 - - [2026-06-15 03:55:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006835 10.0.0.23 - - [2026-06-15 03:55:46] "POST /neutron/port HTTP/1.1" 200 1237 0.017527 10.0.0.23 - - [2026-06-15 03:55:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006458 10.0.0.23 - - [2026-06-15 03:55:46] "POST /neutron/network HTTP/1.1" 200 978 0.021022 10.0.0.23 - - [2026-06-15 03:55:46] "POST /id-to-fqname HTTP/1.1" 200 228 0.001125 10.0.0.23 - - [2026-06-15 03:55:46] "GET /virtual-machine/ce7e8224-988e-4b50-bba2-264a2c107afd HTTP/1.1" 200 1301 0.003134 10.0.0.23 - - [2026-06-15 03:55:46] "GET /virtual-machine-interface/fb8d9394-d383-4cb8-b2fd-54ef9671fd03 HTTP/1.1" 200 3175 0.004851 10.0.0.23 - - [2026-06-15 03:55:46] "GET /instance-ip/03397646-1371-4ba9-bd2b-3100dd998b80 HTTP/1.1" 200 1655 0.005530 10.0.0.23 - - [2026-06-15 03:55:46] "GET /instance-ip/38d38be8-8be0-41db-8630-7bc7c684112c HTTP/1.1" 200 1633 0.005149 10.0.0.23 - - [2026-06-15 03:55:46] "POST /fqname-to-id HTTP/1.1" 404 218 0.003094 10.0.0.23 - - [2026-06-15 03:55:46] "GET /virtual-network/8157f655-ce94-4f52-86c9-9a5c28f2ee14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005372 10.0.0.65 - - [2026-06-15 03:55:46] "GET /projects?obj_uuids=06e01c23-239e-4714-aca5-02abc41e1741&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000868 10.0.0.23 - - [2026-06-15 03:55:46] "GET /project/06e01c23-239e-4714-aca5-02abc41e1741?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.069167 10.0.0.23 - - [2026-06-15 03:55:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.23 - - [2026-06-15 03:55:46] "GET /security-group/d3b1aff6-6dd7-4ab1-a5e0-962496d1c232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3778 0.004040 10.0.0.23 - - [2026-06-15 03:55:46] "POST /virtual-machine-interfaces HTTP/1.1" 200 573 0.104367 10.0.0.23 - - [2026-06-15 03:55:46] "POST /instance-ips HTTP/1.1" 200 357 0.050541 10.0.0.23 - - [2026-06-15 03:55:46] "GET /instance-ip/ad097253-b574-48f4-80ec-8615793e1beb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1588 0.005293 10.0.0.23 - - [2026-06-15 03:55:46] "POST /instance-ips HTTP/1.1" 200 357 0.058193 10.0.0.23 - - [2026-06-15 03:55:46] "GET /instance-ip/e00ab168-4919-4a90-ab08-c126dc35b68a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.005428 10.0.0.23 - - [2026-06-15 03:55:46] "GET /virtual-machine-interface/425ed0c9-46e2-41d9-8c88-dd61fa47aca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2390 0.004913 10.0.0.23 - - [2026-06-15 03:55:46] "GET /virtual-machine-interface/425ed0c9-46e2-41d9-8c88-dd61fa47aca4?fields=instance_ip_back_refs HTTP/1.1" 200 1536 0.010992 10.0.0.23 - - [2026-06-15 03:55:46] "GET /instance-ip/ad097253-b574-48f4-80ec-8615793e1beb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1588 0.004135 10.0.0.23 - - [2026-06-15 03:55:47] "GET /instance-ip/e00ab168-4919-4a90-ab08-c126dc35b68a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.004282 10.0.0.23 - - [2026-06-15 03:55:47] "POST /id-to-fqname HTTP/1.1" 200 228 0.001450 10.0.0.23 - - [2026-06-15 03:55:47] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007294 10.0.0.23 - - [2026-06-15 03:55:47] "POST /neutron/network HTTP/1.1" 200 1004 0.024164 10.0.0.23 - - [2026-06-15 03:55:47] "POST /neutron/port HTTP/1.1" 200 5275 0.046512 10.0.0.23 - - [2026-06-15 03:55:47] "POST /neutron/port HTTP/1.1" 200 117 0.006702 10.0.0.23 - - [2026-06-15 03:55:51] "POST /neutron/port HTTP/1.1" 200 1079 0.011841 10.0.0.23 - - [2026-06-15 03:55:52] "POST /neutron/port HTTP/1.1" 200 1182 0.021362 10.0.0.23 - - [2026-06-15 03:55:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003507 10.0.0.23 - - [2026-06-15 03:55:53] "POST /neutron/port HTTP/1.1" 200 117 0.001035 10.0.0.23 - - [2026-06-15 03:55:56] "POST /neutron/port HTTP/1.1" 200 1108 0.018248 10.0.0.23 - - [2026-06-15 03:55:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003327 10.0.0.23 - - [2026-06-15 03:55:58] "POST /neutron/port HTTP/1.1" 200 117 0.001033 10.0.0.23 - - [2026-06-15 03:56:03] "POST /neutron/port HTTP/1.1" 200 1182 0.020704 10.0.0.23 - - [2026-06-15 03:56:03] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011496 10.0.0.23 - - [2026-06-15 03:56:03] "GET /virtual-machine/6465a3c7-ab42-4c8e-bb48-c82a9fd64c2a HTTP/1.1" 200 1278 0.006888 10.0.0.23 - - [2026-06-15 03:56:03] "GET /virtual-machine-interface/425ed0c9-46e2-41d9-8c88-dd61fa47aca4 HTTP/1.1" 200 3224 0.005241 10.0.0.23 - - [2026-06-15 03:56:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.23 - - [2026-06-15 03:56:03] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003906 10.0.0.23 - - [2026-06-15 03:56:03] "GET /virtual-networks?parent_id=06e01c23-239e-4714-aca5-02abc41e1741&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003084 10.0.0.23 - - [2026-06-15 03:56:03] "GET /virtual-network/8157f655-ce94-4f52-86c9-9a5c28f2ee14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005553 10.0.0.23 - - [2026-06-15 03:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.23 - - [2026-06-15 03:56:06] "GET /virtual-network/8157f655-ce94-4f52-86c9-9a5c28f2ee14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005160 10.0.0.23 - - [2026-06-15 03:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.23 - - [2026-06-15 03:56:10] "GET /virtual-network/8157f655-ce94-4f52-86c9-9a5c28f2ee14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.004889 10.0.0.23 - - [2026-06-15 03:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.23 - - [2026-06-15 03:56:14] "GET /virtual-network/8157f655-ce94-4f52-86c9-9a5c28f2ee14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.004866 10.0.0.23 - - [2026-06-15 03:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.23 - - [2026-06-15 03:56:18] "GET /virtual-network/8157f655-ce94-4f52-86c9-9a5c28f2ee14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005479 10.0.0.23 - - [2026-06-15 03:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.23 - - [2026-06-15 03:56:22] "GET /virtual-network/8157f655-ce94-4f52-86c9-9a5c28f2ee14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.004620 10.0.0.23 - - [2026-06-15 03:56:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.23 - - [2026-06-15 03:56:27] "GET /virtual-network/8157f655-ce94-4f52-86c9-9a5c28f2ee14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.004778 10.0.0.23 - - [2026-06-15 03:56:28] "GET /obj-perms HTTP/1.1" 200 4493 0.041993 10.0.0.23 - - [2026-06-15 03:56:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.23 - - [2026-06-15 03:56:29] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003519 10.0.0.23 - - [2026-06-15 03:56:29] "GET /virtual-networks?parent_id=06e01c23-239e-4714-aca5-02abc41e1741&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003383 10.0.0.23 - - [2026-06-15 03:56:29] "GET /virtual-network/8157f655-ce94-4f52-86c9-9a5c28f2ee14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005759 10.0.0.23 - - [2026-06-15 03:56:29] "POST /neutron/port HTTP/1.1" 200 1182 0.021292 10.0.0.23 - - [2026-06-15 03:56:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006136 10.0.0.23 - - [2026-06-15 03:56:39] "POST /neutron/port HTTP/1.1" 200 1182 0.021759 10.0.0.23 - - [2026-06-15 03:56:44] "POST /id-to-fqname HTTP/1.1" 200 228 0.001246 10.0.0.23 - - [2026-06-15 03:56:44] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006302 10.0.0.65 - - [2026-06-15 03:56:45] "GET /projects?obj_uuids=06e01c23-239e-4714-aca5-02abc41e1741&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000910 10.0.0.23 - - [2026-06-15 03:56:45] "GET /project/06e01c23-239e-4714-aca5-02abc41e1741?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.078807 10.0.0.23 - - [2026-06-15 03:56:45] "POST /neutron/port HTTP/1.1" 200 6303 0.057489 10.0.0.23 - - [2026-06-15 03:56:46] "POST /neutron/port HTTP/1.1" 200 117 0.008266 10.0.0.23 - - [2026-06-15 03:56:50] "POST /neutron/port HTTP/1.1" 200 1173 0.025477 10.0.0.23 - - [2026-06-15 03:56:51] "POST /neutron/port HTTP/1.1" 200 1237 0.017998 10.0.0.23 - - [2026-06-15 03:56:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004087 10.0.0.23 - - [2026-06-15 03:56:51] "POST /neutron/port HTTP/1.1" 200 117 0.001051 10.0.0.23 - - [2026-06-15 03:56:55] "POST /neutron/port HTTP/1.1" 200 1218 0.020114 10.0.0.23 - - [2026-06-15 03:56:56] "POST /neutron/port HTTP/1.1" 200 1218 0.017967 10.0.0.23 - - [2026-06-15 03:56:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004405 10.0.0.23 - - [2026-06-15 03:56:57] "POST /neutron/port HTTP/1.1" 200 117 0.001153 10.0.0.23 - - [2026-06-15 03:56:58] "POST /neutron/port HTTP/1.1" 200 1218 0.019913 10.0.0.23 - - [2026-06-15 03:56:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003643 10.0.0.23 - - [2026-06-15 03:56:59] "POST /neutron/port HTTP/1.1" 200 117 0.001006 10.0.0.23 - - [2026-06-15 03:57:01] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006901 10.0.0.23 - - [2026-06-15 03:57:01] "POST /neutron/port HTTP/1.1" 200 1237 0.024303 10.0.0.23 - - [2026-06-15 03:57:01] "GET /virtual-machine/e227f829-1f4c-4f70-9010-c7bf7f1563c7 HTTP/1.1" 200 1301 0.005846 10.0.0.23 - - [2026-06-15 03:57:01] "GET /virtual-machine-interface/03be14d6-db87-4a71-b91f-9d01de15ca4e HTTP/1.1" 200 3173 0.004745 10.0.0.23 - - [2026-06-15 03:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.23 - - [2026-06-15 03:57:01] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003784 10.0.0.23 - - [2026-06-15 03:57:01] "GET /virtual-networks?parent_id=06e01c23-239e-4714-aca5-02abc41e1741&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002956 10.0.0.23 - - [2026-06-15 03:57:01] "GET /virtual-network/6c900976-084f-4a2d-bb05-e8a409e18958?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006362 10.0.0.23 - - [2026-06-15 03:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.23 - - [2026-06-15 03:57:04] "GET /virtual-network/6c900976-084f-4a2d-bb05-e8a409e18958?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006512 10.0.0.23 - - [2026-06-15 03:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.23 - - [2026-06-15 03:57:08] "GET /virtual-network/6c900976-084f-4a2d-bb05-e8a409e18958?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005152 10.0.0.23 - - [2026-06-15 03:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004235 10.0.0.23 - - [2026-06-15 03:57:12] "GET /virtual-network/6c900976-084f-4a2d-bb05-e8a409e18958?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007506 10.0.0.23 - - [2026-06-15 03:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004918 10.0.0.23 - - [2026-06-15 03:57:17] "GET /virtual-network/6c900976-084f-4a2d-bb05-e8a409e18958?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006184 10.0.0.23 - - [2026-06-15 03:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.23 - - [2026-06-15 03:57:21] "GET /virtual-network/6c900976-084f-4a2d-bb05-e8a409e18958?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005246 10.0.0.23 - - [2026-06-15 03:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.23 - - [2026-06-15 03:57:25] "GET /virtual-network/6c900976-084f-4a2d-bb05-e8a409e18958?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006547 10.0.0.23 - - [2026-06-15 03:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.23 - - [2026-06-15 03:57:29] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004042 10.0.0.23 - - [2026-06-15 03:57:29] "GET /virtual-networks?parent_id=06e01c23-239e-4714-aca5-02abc41e1741&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003218 10.0.0.23 - - [2026-06-15 03:57:29] "GET /virtual-network/6c900976-084f-4a2d-bb05-e8a409e18958?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006588 10.0.0.23 - - [2026-06-15 03:57:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008705 10.0.0.23 - - [2026-06-15 03:57:34] "POST /neutron/port HTTP/1.1" 200 1237 0.014503 10.0.0.23 - - [2026-06-15 03:57:39] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007464 10.0.0.23 - - [2026-06-15 03:57:45] "POST /neutron/port HTTP/1.1" 200 1237 0.020172 10.0.0.23 - - [2026-06-15 03:57:45] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007375 10.0.0.23 - - [2026-06-15 03:57:45] "POST /neutron/network HTTP/1.1" 200 978 0.015393 10.0.0.23 - - [2026-06-15 03:57:45] "POST /id-to-fqname HTTP/1.1" 200 228 0.001083 10.0.0.23 - - [2026-06-15 03:57:45] "GET /virtual-machine/e227f829-1f4c-4f70-9010-c7bf7f1563c7 HTTP/1.1" 200 1301 0.003675 10.0.0.23 - - [2026-06-15 03:57:45] "GET /virtual-machine-interface/03be14d6-db87-4a71-b91f-9d01de15ca4e HTTP/1.1" 200 3173 0.006652 10.0.0.23 - - [2026-06-15 03:57:45] "GET /instance-ip/5d5cb1e0-63a3-4c07-bdab-6b55265e7a10 HTTP/1.1" 200 1655 0.005249 10.0.0.23 - - [2026-06-15 03:57:45] "GET /instance-ip/76531e2c-d434-4405-b875-0cc32f508719 HTTP/1.1" 200 1635 0.004856 10.0.0.23 - - [2026-06-15 03:57:45] "POST /fqname-to-id HTTP/1.1" 404 230 0.003879 10.0.0.23 - - [2026-06-15 03:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006645 10.0.0.65 - - [2026-06-15 03:57:45] "GET /projects?obj_uuids=06e01c23-239e-4714-aca5-02abc41e1741&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000870 10.0.0.23 - - [2026-06-15 03:57:45] "GET /project/06e01c23-239e-4714-aca5-02abc41e1741?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.051015 10.0.0.23 - - [2026-06-15 03:57:45] "POST /network-policys HTTP/1.1" 200 569 0.039178 10.0.0.23 - - [2026-06-15 03:57:45] "GET /network-policy/fbe88538-401d-4d94-84d1-ed31f6baf33d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.005634 10.0.0.23 - - [2026-06-15 03:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002306 10.0.0.23 - - [2026-06-15 03:57:45] "GET /virtual-network/8157f655-ce94-4f52-86c9-9a5c28f2ee14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005701 10.0.0.23 - - [2026-06-15 03:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.23 - - [2026-06-15 03:57:45] "GET /network-policy/fbe88538-401d-4d94-84d1-ed31f6baf33d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.003512 10.0.0.23 - - [2026-06-15 03:57:45] "POST /ref-update HTTP/1.1" 200 156 0.055907 10.0.0.65 - - [2026-06-15 03:57:45] "POST /fqname-to-id HTTP/1.1" 404 242 0.062008 10.0.0.23 - - [2026-06-15 03:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.23 - - [2026-06-15 03:57:46] "GET /network-policy/fbe88538-401d-4d94-84d1-ed31f6baf33d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.004207 10.0.0.23 - - [2026-06-15 03:57:46] "GET /virtual-network/8157f655-ce94-4f52-86c9-9a5c28f2ee14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.018063 10.0.0.23 - - [2026-06-15 03:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004563 10.0.0.23 - - [2026-06-15 03:57:46] "GET /network-policy/fbe88538-401d-4d94-84d1-ed31f6baf33d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.003472 10.0.0.23 - - [2026-06-15 03:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002703 10.0.0.23 - - [2026-06-15 03:57:46] "GET /virtual-network/6c900976-084f-4a2d-bb05-e8a409e18958?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005209 10.0.0.23 - - [2026-06-15 03:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.008285 10.0.0.23 - - [2026-06-15 03:57:46] "GET /network-policy/fbe88538-401d-4d94-84d1-ed31f6baf33d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.003892 10.0.0.65 - - [2026-06-15 03:57:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.009358 10.0.0.23 - - [2026-06-15 03:57:46] "POST /ref-update HTTP/1.1" 200 156 0.056291 10.0.0.65 - - [2026-06-15 03:57:46] "POST /access-control-lists HTTP/1.1" 200 596 0.055401 10.0.0.23 - - [2026-06-15 03:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.011407 10.0.0.23 - - [2026-06-15 03:57:46] "GET /network-policy/fbe88538-401d-4d94-84d1-ed31f6baf33d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.008696 10.0.0.23 - - [2026-06-15 03:57:46] "POST /neutron/network HTTP/1.1" 200 1108 0.014897 10.0.0.23 - - [2026-06-15 03:57:46] "GET /virtual-network/6c900976-084f-4a2d-bb05-e8a409e18958?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.008792 10.0.0.23 - - [2026-06-15 03:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.23 - - [2026-06-15 03:57:46] "GET /network-policy/fbe88538-401d-4d94-84d1-ed31f6baf33d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.004803 10.0.0.23 - - [2026-06-15 03:57:46] "GET /virtual-machine-interface/03be14d6-db87-4a71-b91f-9d01de15ca4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2758 0.005017 10.0.0.23 - - [2026-06-15 03:57:46] "PUT /virtual-machine-interface/03be14d6-db87-4a71-b91f-9d01de15ca4e HTTP/1.1" 200 284 0.013999 10.0.0.23 - - [2026-06-15 03:57:46] "GET /virtual-machine-interface/03be14d6-db87-4a71-b91f-9d01de15ca4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3067 0.006907 10.0.0.23 - - [2026-06-15 03:57:46] "PUT /virtual-machine-interface/03be14d6-db87-4a71-b91f-9d01de15ca4e HTTP/1.1" 200 284 0.018762 10.0.0.23 - - [2026-06-15 03:57:58] "POST /neutron/network HTTP/1.1" 200 938 0.006545 10.0.0.23 - - [2026-06-15 03:57:58] "POST /neutron/port HTTP/1.1" 200 117 0.001003 10.0.0.23 - - [2026-06-15 03:58:01] "POST /neutron/port HTTP/1.1" 200 1108 0.019711 10.0.0.23 - - [2026-06-15 03:58:01] "POST /neutron/subnet HTTP/1.1" 200 703 0.010241 10.0.0.65 - - [2026-06-15 03:58:30] "GET /obj-perms HTTP/1.1" 200 4493 0.038465 10.0.0.33 - - [2026-06-15 03:58:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.33 - - [2026-06-15 03:58:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.65 - - [2026-06-15 03:58:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.65 - - [2026-06-15 03:58:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.65 - - [2026-06-15 03:58:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.65 - - [2026-06-15 03:58:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000431 10.0.0.23 - - [2026-06-15 03:58:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.23 - - [2026-06-15 03:58:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.33 - - [2026-06-15 03:58:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.33 - - [2026-06-15 03:58:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.23 - - [2026-06-15 03:58:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.23 - - [2026-06-15 03:58:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.23 - - [2026-06-15 03:58:57] "POST /neutron/port HTTP/1.1" 200 1237 0.015462 10.0.0.23 - - [2026-06-15 03:58:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003532 10.0.0.23 - - [2026-06-15 03:58:58] "POST /neutron/port HTTP/1.1" 200 117 0.001016 10.0.0.23 - - [2026-06-15 03:59:00] "POST /neutron/port HTTP/1.1" 200 1237 0.020898 10.0.0.23 - - [2026-06-15 03:59:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003922 10.0.0.23 - - [2026-06-15 03:59:01] "POST /neutron/port HTTP/1.1" 200 117 0.001038 10.0.0.23 - - [2026-06-15 03:59:23] "POST /ref-update HTTP/1.1" 200 156 0.069119 10.0.0.23 - - [2026-06-15 03:59:23] "POST /neutron/network HTTP/1.1" 200 1004 0.010876 10.0.0.23 - - [2026-06-15 03:59:23] "GET /virtual-network/6c900976-084f-4a2d-bb05-e8a409e18958?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.014708 10.0.0.23 - - [2026-06-15 03:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.65 - - [2026-06-15 03:59:23] "POST /ref-update HTTP/1.1" 200 156 0.018870 10.0.0.23 - - [2026-06-15 03:59:23] "GET /network-policy/fbe88538-401d-4d94-84d1-ed31f6baf33d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.005627 10.0.0.23 - - [2026-06-15 03:59:23] "POST /ref-update HTTP/1.1" 200 156 0.046410 10.0.0.23 - - [2026-06-15 03:59:23] "GET /virtual-network/8157f655-ce94-4f52-86c9-9a5c28f2ee14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007229 10.0.0.23 - - [2026-06-15 03:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.23 - - [2026-06-15 03:59:23] "GET /network-policy/fbe88538-401d-4d94-84d1-ed31f6baf33d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.003800 10.0.0.23 - - [2026-06-15 03:59:24] "DELETE /network-policy/fbe88538-401d-4d94-84d1-ed31f6baf33d HTTP/1.1" 200 115 0.035266 10.0.0.23 - - [2026-06-15 03:59:24] "DELETE /instance-ip/ad097253-b574-48f4-80ec-8615793e1beb HTTP/1.1" 200 115 0.040198 10.0.0.23 - - [2026-06-15 03:59:24] "DELETE /instance-ip/e00ab168-4919-4a90-ab08-c126dc35b68a HTTP/1.1" 200 115 0.053803 10.0.0.23 - - [2026-06-15 03:59:24] "DELETE /virtual-machine-interface/425ed0c9-46e2-41d9-8c88-dd61fa47aca4 HTTP/1.1" 200 115 0.094387 10.0.0.23 - - [2026-06-15 03:59:24] "POST /neutron/network HTTP/1.1" 400 204 0.012735 10.0.0.23 - - [2026-06-15 03:59:26] "POST /neutron/port HTTP/1.1" 200 117 0.005388 10.0.0.23 - - [2026-06-15 03:59:26] "POST /neutron/port HTTP/1.1" 200 151 0.214636 10.0.0.65 - - [2026-06-15 03:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.012414 10.0.0.23 - - [2026-06-15 03:59:26] "POST /neutron/port HTTP/1.1" 200 151 0.291478 10.0.0.23 - - [2026-06-15 03:59:27] "POST /neutron/network HTTP/1.1" 200 1004 0.008019 10.0.0.65 - - [2026-06-15 03:59:27] "DELETE /route-target/e55a254c-cfb7-4911-b6dc-f500f63c51db HTTP/1.1" 200 115 0.022307 10.0.0.65 - - [2026-06-15 03:59:30] "GET /projects?obj_uuids=06e01c23-239e-4714-aca5-02abc41e1741&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001225 10.0.0.23 - - [2026-06-15 03:59:30] "GET /project/06e01c23-239e-4714-aca5-02abc41e1741?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.068923 10.0.0.65 - - [2026-06-15 03:59:30] "GET /projects?obj_uuids=06e01c23-239e-4714-aca5-02abc41e1741&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001062 10.0.0.23 - - [2026-06-15 03:59:30] "GET /project/06e01c23-239e-4714-aca5-02abc41e1741?fields=virtual_networks HTTP/1.1" 200 1046 0.044638 10.0.0.65 - - [2026-06-15 03:59:30] "GET /projects?obj_uuids=06e01c23-239e-4714-aca5-02abc41e1741&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001192 10.0.0.23 - - [2026-06-15 03:59:30] "GET /project/06e01c23-239e-4714-aca5-02abc41e1741?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.039299 10.0.0.65 - - [2026-06-15 03:59:30] "GET /projects?obj_uuids=06e01c23-239e-4714-aca5-02abc41e1741&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001745 10.0.0.23 - - [2026-06-15 03:59:30] "GET /project/06e01c23-239e-4714-aca5-02abc41e1741?fields=security_groups HTTP/1.1" 200 1280 0.046511 10.0.0.33 - - [2026-06-15 03:59:31] "GET /obj-perms HTTP/1.1" 200 4493 0.155514 10.0.0.23 - - [2026-06-15 03:59:31] "POST /fqname-to-id HTTP/1.1" 404 192 0.028085 10.0.0.65 - - [2026-06-15 03:59:31] "GET /projects?obj_uuids=2a5e4895-d2d2-4d51-b759-0899b16b45c0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003331 10.0.0.65 - - [2026-06-15 03:59:31] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001106 10.0.0.65 - - [2026-06-15 03:59:31] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008406 10.0.0.65 - - [2026-06-15 03:59:32] "POST /id-to-fqname HTTP/1.1" 200 194 0.006005 10.0.0.65 - - [2026-06-15 03:59:32] "POST /fqname-to-id HTTP/1.1" 404 203 0.005145 10.0.0.65 - - [2026-06-15 03:59:32] "POST /security-groups HTTP/1.1" 200 595 0.073012 10.0.0.65 - - [2026-06-15 03:59:32] "POST /projects HTTP/1.1" 200 593 0.275867 10.0.0.65 - - [2026-06-15 03:59:32] "POST /fqname-to-id HTTP/1.1" 404 237 0.003346 10.0.0.65 - - [2026-06-15 03:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.345488 10.0.0.23 - - [2026-06-15 03:59:32] "GET /project/2a5e4895-d2d2-4d51-b759-0899b16b45c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.479595 10.0.0.23 - - [2026-06-15 03:59:33] "GET / HTTP/1.1" 200 35931 0.001748 10.0.0.23 - - [2026-06-15 03:59:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000477 10.0.0.23 - - [2026-06-15 03:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.054640 10.0.0.65 - - [2026-06-15 03:59:35] "GET /projects?obj_uuids=2a5e4895-d2d2-4d51-b759-0899b16b45c0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000795 10.0.0.23 - - [2026-06-15 03:59:35] "GET /project/2a5e4895-d2d2-4d51-b759-0899b16b45c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.039240 10.0.0.65 - - [2026-06-15 03:59:35] "GET /projects?obj_uuids=2a5e4895-d2d2-4d51-b759-0899b16b45c0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000883 10.0.0.23 - - [2026-06-15 03:59:35] "POST /neutron/network HTTP/1.1" 200 609 0.140506 10.0.0.65 - - [2026-06-15 03:59:35] "POST /ref-update HTTP/1.1" 200 156 0.026386 10.0.0.65 - - [2026-06-15 03:59:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.009925 10.0.0.23 - - [2026-06-15 03:59:36] "POST /neutron/network HTTP/1.1" 200 1000 0.010939 10.0.0.23 - - [2026-06-15 03:59:36] "POST /id-to-fqname HTTP/1.1" 200 224 0.000921 10.0.0.23 - - [2026-06-15 03:59:36] "GET /virtual-network/01bbca7d-66c4-4fa0-a496-dd7b741c1cb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.004499 10.0.0.23 - - [2026-06-15 03:59:36] "GET /virtual-network/01bbca7d-66c4-4fa0-a496-dd7b741c1cb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.009152 10.0.0.23 - - [2026-06-15 03:59:36] "POST /neutron/subnet HTTP/1.1" 200 715 0.009177 10.0.0.23 - - [2026-06-15 03:59:36] "GET /virtual-network/01bbca7d-66c4-4fa0-a496-dd7b741c1cb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.008155 10.0.0.23 - - [2026-06-15 03:59:37] "GET /obj-perms HTTP/1.1" 200 4475 0.055687 10.0.0.23 - - [2026-06-15 03:59:38] "POST /id-to-fqname HTTP/1.1" 200 224 0.001153 10.0.0.23 - - [2026-06-15 03:59:38] "POST /neutron/network HTTP/1.1" 200 1010 0.006097 10.0.0.65 - - [2026-06-15 03:59:39] "GET /projects?obj_uuids=2a5e4895-d2d2-4d51-b759-0899b16b45c0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001309 10.0.0.23 - - [2026-06-15 03:59:39] "GET /project/2a5e4895-d2d2-4d51-b759-0899b16b45c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.073948 10.0.0.23 - - [2026-06-15 03:59:39] "POST /neutron/port HTTP/1.1" 200 117 0.006695 10.0.0.23 - - [2026-06-15 03:59:39] "POST /id-to-fqname HTTP/1.1" 200 224 0.001104 10.0.0.65 - - [2026-06-15 03:59:40] "GET /projects?obj_uuids=2a5e4895-d2d2-4d51-b759-0899b16b45c0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000910 10.0.0.23 - - [2026-06-15 03:59:40] "GET /project/2a5e4895-d2d2-4d51-b759-0899b16b45c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.075670 10.0.0.23 - - [2026-06-15 03:59:40] "POST /neutron/network HTTP/1.1" 200 1000 0.010616 10.0.0.23 - - [2026-06-15 03:59:41] "POST /id-to-fqname HTTP/1.1" 200 224 0.001242 10.0.0.23 - - [2026-06-15 03:59:41] "POST /neutron/port HTTP/1.1" 200 4192 0.041130 10.0.0.65 - - [2026-06-15 03:59:42] "GET /projects?obj_uuids=2a5e4895-d2d2-4d51-b759-0899b16b45c0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.024713 10.0.0.23 - - [2026-06-15 03:59:42] "GET /project/2a5e4895-d2d2-4d51-b759-0899b16b45c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.105281 10.0.0.23 - - [2026-06-15 03:59:42] "POST /neutron/port HTTP/1.1" 200 4192 0.047400 10.0.0.23 - - [2026-06-15 03:59:43] "POST /neutron/network HTTP/1.1" 200 1010 0.009506 10.0.0.23 - - [2026-06-15 03:59:44] "POST /neutron/port HTTP/1.1" 200 1169 0.026042 10.0.0.23 - - [2026-06-15 03:59:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003644 10.0.0.23 - - [2026-06-15 03:59:45] "POST /neutron/port HTTP/1.1" 200 117 0.001109 10.0.0.23 - - [2026-06-15 03:59:45] "POST /neutron/network HTTP/1.1" 200 1010 0.007326 10.0.0.23 - - [2026-06-15 03:59:46] "POST /neutron/port HTTP/1.1" 200 1169 0.028252 10.0.0.65 - - [2026-06-15 03:59:46] "GET /projects?obj_uuids=2a5e4895-d2d2-4d51-b759-0899b16b45c0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001061 10.0.0.23 - - [2026-06-15 03:59:46] "POST /neutron/port HTTP/1.1" 200 1169 0.370193 10.0.0.23 - - [2026-06-15 03:59:47] "POST /neutron/port HTTP/1.1" 200 1223 0.127493 10.0.0.23 - - [2026-06-15 03:59:47] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006938 10.0.0.23 - - [2026-06-15 03:59:47] "POST /neutron/subnet HTTP/1.1" 200 1375 0.017788 10.0.0.23 - - [2026-06-15 03:59:47] "POST /neutron/network HTTP/1.1" 200 1000 0.008976 10.0.0.23 - - [2026-06-15 03:59:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004733 10.0.0.23 - - [2026-06-15 03:59:48] "POST /neutron/port HTTP/1.1" 200 117 0.001269 10.0.0.23 - - [2026-06-15 03:59:52] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009420 10.0.0.23 - - [2026-06-15 03:59:52] "POST /neutron/port HTTP/1.1" 200 1233 0.017178 10.0.0.23 - - [2026-06-15 03:59:52] "GET /virtual-machine/3cc0ef52-0379-422b-8b32-709946cf3aa2 HTTP/1.1" 401 292 0.000371 10.0.0.23 - - [2026-06-15 03:59:53] "GET /virtual-machine/3cc0ef52-0379-422b-8b32-709946cf3aa2 HTTP/1.1" 200 1296 0.024852 10.0.0.23 - - [2026-06-15 03:59:53] "GET /virtual-machine-interface/dc327839-3227-4f2d-846f-27cd2b358dd8 HTTP/1.1" 200 3154 0.006188 10.0.0.23 - - [2026-06-15 03:59:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.23 - - [2026-06-15 03:59:53] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003345 10.0.0.23 - - [2026-06-15 03:59:53] "GET /virtual-networks?parent_id=2a5e4895-d2d2-4d51-b759-0899b16b45c0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002356 10.0.0.23 - - [2026-06-15 03:59:53] "GET /virtual-network/01bbca7d-66c4-4fa0-a496-dd7b741c1cb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.005650 10.0.0.23 - - [2026-06-15 03:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.23 - - [2026-06-15 03:59:56] "GET /virtual-network/01bbca7d-66c4-4fa0-a496-dd7b741c1cb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.005149 10.0.0.23 - - [2026-06-15 04:00:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005470 10.0.0.23 - - [2026-06-15 04:00:00] "GET /virtual-network/01bbca7d-66c4-4fa0-a496-dd7b741c1cb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.011033 10.0.0.23 - - [2026-06-15 04:00:04] "POST /neutron/port HTTP/1.1" 200 1218 0.048663 10.0.0.23 - - [2026-06-15 04:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.23 - - [2026-06-15 04:00:04] "GET /virtual-network/01bbca7d-66c4-4fa0-a496-dd7b741c1cb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.004877 10.0.0.23 - - [2026-06-15 04:00:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003711 10.0.0.23 - - [2026-06-15 04:00:04] "POST /neutron/port HTTP/1.1" 200 117 0.000985 10.0.0.23 - - [2026-06-15 04:00:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.23 - - [2026-06-15 04:00:08] "GET /virtual-network/01bbca7d-66c4-4fa0-a496-dd7b741c1cb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.008969 10.0.0.23 - - [2026-06-15 04:00:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004480 10.0.0.23 - - [2026-06-15 04:00:12] "GET /virtual-network/01bbca7d-66c4-4fa0-a496-dd7b741c1cb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.006574 10.0.0.23 - - [2026-06-15 04:00:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004564 10.0.0.23 - - [2026-06-15 04:00:16] "GET /virtual-network/01bbca7d-66c4-4fa0-a496-dd7b741c1cb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.007160 10.0.0.23 - - [2026-06-15 04:00:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005880 10.0.0.23 - - [2026-06-15 04:00:20] "GET /virtual-network/01bbca7d-66c4-4fa0-a496-dd7b741c1cb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.008092 10.0.0.65 - - [2026-06-15 04:00:22] "DELETE /project/2a5e4895d2d24d51b7590899b16b45c0 HTTP/1.1" 404 173 0.030087 10.0.0.65 - - [2026-06-15 04:00:22] "DELETE /project/06e01c23-239e-4714-aca5-02abc41e1741 HTTP/1.1" 404 177 0.039530 10.0.0.23 - - [2026-06-15 04:00:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.23 - - [2026-06-15 04:00:25] "GET /virtual-network/01bbca7d-66c4-4fa0-a496-dd7b741c1cb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.005249 10.0.0.23 - - [2026-06-15 04:00:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.23 - - [2026-06-15 04:00:29] "GET /virtual-network/01bbca7d-66c4-4fa0-a496-dd7b741c1cb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.004470 10.0.0.23 - - [2026-06-15 04:00:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.23 - - [2026-06-15 04:00:31] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004408 10.0.0.23 - - [2026-06-15 04:00:31] "GET /virtual-networks?parent_id=2a5e4895-d2d2-4d51-b759-0899b16b45c0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002682 10.0.0.23 - - [2026-06-15 04:00:31] "GET /virtual-network/01bbca7d-66c4-4fa0-a496-dd7b741c1cb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.006348 10.0.0.23 - - [2026-06-15 04:00:31] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010952 10.0.0.23 - - [2026-06-15 04:00:36] "POST /neutron/port HTTP/1.1" 200 1233 0.017955 10.0.0.23 - - [2026-06-15 04:00:41] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008082 10.0.0.23 - - [2026-06-15 04:00:47] "POST /neutron/port HTTP/1.1" 200 1233 0.018658 10.0.0.23 - - [2026-06-15 04:00:47] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006776 10.0.0.23 - - [2026-06-15 04:00:47] "GET /virtual-machine/cf07f601-58f6-4758-bb1d-d013b94893f1 HTTP/1.1" 200 1297 0.005254 10.0.0.23 - - [2026-06-15 04:00:47] "GET /virtual-machine-interface/e671e63e-cdd6-4e62-ad68-b4ef62071d65 HTTP/1.1" 200 3155 0.005274 10.0.0.23 - - [2026-06-15 04:00:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.23 - - [2026-06-15 04:00:47] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003284 10.0.0.23 - - [2026-06-15 04:00:47] "GET /virtual-networks?parent_id=2a5e4895-d2d2-4d51-b759-0899b16b45c0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002315 10.0.0.23 - - [2026-06-15 04:00:47] "GET /virtual-network/01bbca7d-66c4-4fa0-a496-dd7b741c1cb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.006022 10.0.0.23 - - [2026-06-15 04:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.23 - - [2026-06-15 04:00:48] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003280 10.0.0.23 - - [2026-06-15 04:00:48] "GET /virtual-networks?parent_id=2a5e4895-d2d2-4d51-b759-0899b16b45c0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.010231 10.0.0.23 - - [2026-06-15 04:00:48] "GET /virtual-network/01bbca7d-66c4-4fa0-a496-dd7b741c1cb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.006050 10.0.0.23 - - [2026-06-15 04:00:48] "POST /neutron/port HTTP/1.1" 200 1233 0.014983 10.0.0.23 - - [2026-06-15 04:00:50] "POST /neutron/security_group HTTP/1.1" 200 2062 0.026112 10.0.0.23 - - [2026-06-15 04:00:58] "POST /neutron/port HTTP/1.1" 200 1233 0.026054 10.0.0.23 - - [2026-06-15 04:00:59] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008584 10.0.0.23 - - [2026-06-15 04:00:59] "GET /virtual-machine/2316bf93-8543-43b9-a6f2-08649feddef7 HTTP/1.1" 200 1296 0.006715 10.0.0.23 - - [2026-06-15 04:00:59] "GET /virtual-machine-interface/b3765188-1b20-43fa-a215-a9c416699c5c HTTP/1.1" 200 3155 0.006111 10.0.0.23 - - [2026-06-15 04:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.23 - - [2026-06-15 04:00:59] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004105 10.0.0.23 - - [2026-06-15 04:00:59] "GET /virtual-networks?parent_id=2a5e4895-d2d2-4d51-b759-0899b16b45c0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003455 10.0.0.23 - - [2026-06-15 04:00:59] "GET /virtual-network/01bbca7d-66c4-4fa0-a496-dd7b741c1cb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.005347 10.0.0.23 - - [2026-06-15 04:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.23 - - [2026-06-15 04:01:00] "GET /global-vrouter-config/4172080f-cff7-4211-b7b4-7deab7584b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004484 10.0.0.23 - - [2026-06-15 04:01:00] "GET /virtual-networks?parent_id=2a5e4895-d2d2-4d51-b759-0899b16b45c0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003495 10.0.0.23 - - [2026-06-15 04:01:00] "GET /virtual-network/01bbca7d-66c4-4fa0-a496-dd7b741c1cb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.007233 10.0.0.23 - - [2026-06-15 04:01:00] "GET /virtual-machine-interface/b3765188-1b20-43fa-a215-a9c416699c5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.007084 10.0.0.23 - - [2026-06-15 04:01:00] "PUT /virtual-machine-interface/b3765188-1b20-43fa-a215-a9c416699c5c HTTP/1.1" 200 284 0.018993 10.0.0.23 - - [2026-06-15 04:01:01] "POST /neutron/port HTTP/1.1" 200 1218 0.045030 10.0.0.23 - - [2026-06-15 04:01:02] "POST /neutron/port HTTP/1.1" 200 1108 0.015725 10.0.0.23 - - [2026-06-15 04:01:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004670 10.0.0.23 - - [2026-06-15 04:01:03] "POST /neutron/port HTTP/1.1" 200 117 0.001114 10.0.0.23 - - [2026-06-15 04:01:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003683 10.0.0.23 - - [2026-06-15 04:01:03] "POST /neutron/network HTTP/1.1" 200 928 0.006091 10.0.0.65 - - [2026-06-15 04:01:33] "GET /obj-perms HTTP/1.1" 200 4493 0.043656 10.0.0.23 - - [2026-06-15 04:02:02] "POST /neutron/network HTTP/1.1" 200 938 0.006943 10.0.0.23 - - [2026-06-15 04:02:02] "POST /neutron/port HTTP/1.1" 200 117 0.001042 10.0.0.23 - - [2026-06-15 04:02:04] "POST /neutron/port HTTP/1.1" 200 1233 0.018742 10.0.0.23 - - [2026-06-15 04:02:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003714 10.0.0.23 - - [2026-06-15 04:02:05] "POST /neutron/port HTTP/1.1" 200 117 0.001050 10.0.0.33 - - [2026-06-15 04:02:33] "GET /obj-perms HTTP/1.1" 200 4493 0.055428 10.0.0.23 - - [2026-06-15 04:02:41] "POST /neutron/network HTTP/1.1" 400 204 0.025188 10.0.0.23 - - [2026-06-15 04:02:43] "POST /neutron/port HTTP/1.1" 200 1233 0.018680 10.0.0.23 - - [2026-06-15 04:02:43] "POST /neutron/port HTTP/1.1" 200 151 0.314832 10.0.0.23 - - [2026-06-15 04:02:43] "POST /neutron/port HTTP/1.1" 200 151 0.370388 10.0.0.23 - - [2026-06-15 04:02:45] "POST /neutron/network HTTP/1.1" 200 1000 0.011642 10.0.0.65 - - [2026-06-15 04:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.022597 10.0.0.65 - - [2026-06-15 04:02:46] "GET /projects?obj_uuids=2a5e4895-d2d2-4d51-b759-0899b16b45c0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000905 10.0.0.23 - - [2026-06-15 04:02:47] "GET /project/2a5e4895-d2d2-4d51-b759-0899b16b45c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.065937 10.0.0.65 - - [2026-06-15 04:02:47] "GET /projects?obj_uuids=2a5e4895-d2d2-4d51-b759-0899b16b45c0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000991 10.0.0.23 - - [2026-06-15 04:02:47] "GET /project/2a5e4895-d2d2-4d51-b759-0899b16b45c0?fields=virtual_networks HTTP/1.1" 200 1039 0.048630 10.0.0.65 - - [2026-06-15 04:02:47] "GET /projects?obj_uuids=2a5e4895-d2d2-4d51-b759-0899b16b45c0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000899 10.0.0.23 - - [2026-06-15 04:02:47] "GET /project/2a5e4895-d2d2-4d51-b759-0899b16b45c0?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.053388 10.0.0.65 - - [2026-06-15 04:02:47] "GET /projects?obj_uuids=2a5e4895-d2d2-4d51-b759-0899b16b45c0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000978 10.0.0.23 - - [2026-06-15 04:02:47] "GET /project/2a5e4895-d2d2-4d51-b759-0899b16b45c0?fields=security_groups HTTP/1.1" 200 1269 0.047129 10.0.0.23 - - [2026-06-15 04:02:48] "POST /fqname-to-id HTTP/1.1" 404 188 0.030890 10.0.0.65 - - [2026-06-15 04:02:48] "GET /projects?obj_uuids=e6156872-1ce2-4249-9071-3bc9b05055f4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004629 10.0.0.65 - - [2026-06-15 04:02:48] "GET /domains?obj_uuids=3390ac60-5c4f-4526-adeb-e44fba34e75e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001066 10.0.0.65 - - [2026-06-15 04:02:48] "GET /domain/3390ac60-5c4f-4526-adeb-e44fba34e75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007290 10.0.0.65 - - [2026-06-15 04:02:48] "POST /id-to-fqname HTTP/1.1" 200 190 0.003691 10.0.0.65 - - [2026-06-15 04:02:48] "POST /fqname-to-id HTTP/1.1" 404 199 0.005317 10.0.0.65 - - [2026-06-15 04:02:48] "POST /security-groups HTTP/1.1" 200 591 0.088631 10.0.0.65 - - [2026-06-15 04:02:48] "POST /projects HTTP/1.1" 200 585 0.300592 10.0.0.65 - - [2026-06-15 04:02:48] "POST /access-control-lists HTTP/1.1" 200 596 0.030245 10.0.0.65 - - [2026-06-15 04:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.373075 10.0.0.23 - - [2026-06-15 04:02:48] "GET /project/e6156872-1ce2-4249-9071-3bc9b05055f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.576732 10.0.0.23 - - [2026-06-15 04:02:49] "GET / HTTP/1.1" 200 35931 0.001931 10.0.0.65 - - [2026-06-15 04:02:51] "DELETE /access-control-list/f0d65324-8f4b-428c-b0f1-695fecbd93d7 HTTP/1.1" 200 115 0.037000 10.0.0.65 - - [2026-06-15 04:02:55] "GET /projects?obj_uuids=e6156872-1ce2-4249-9071-3bc9b05055f4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000870 10.0.0.23 - - [2026-06-15 04:02:55] "GET /project/e6156872-1ce2-4249-9071-3bc9b05055f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.060733 10.0.0.65 - - [2026-06-15 04:02:55] "GET /projects?obj_uuids=e6156872-1ce2-4249-9071-3bc9b05055f4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000922 10.0.0.23 - - [2026-06-15 04:02:55] "GET /project/e6156872-1ce2-4249-9071-3bc9b05055f4?fields=virtual_networks HTTP/1.1" 200 1032 0.037390 10.0.0.65 - - [2026-06-15 04:02:55] "GET /projects?obj_uuids=e6156872-1ce2-4249-9071-3bc9b05055f4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000846 10.0.0.23 - - [2026-06-15 04:02:55] "GET /project/e6156872-1ce2-4249-9071-3bc9b05055f4?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.050478 10.0.0.65 - - [2026-06-15 04:02:55] "GET /projects?obj_uuids=e6156872-1ce2-4249-9071-3bc9b05055f4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001158 10.0.0.23 - - [2026-06-15 04:02:55] "GET /project/e6156872-1ce2-4249-9071-3bc9b05055f4?fields=security_groups HTTP/1.1" 200 1258 0.044337 10.0.0.23 - - [2026-06-15 04:03:05] "POST /neutron/port HTTP/1.1" 200 1218 0.021787 10.0.0.23 - - [2026-06-15 04:03:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004453 10.0.0.23 - - [2026-06-15 04:03:05] "POST /neutron/port HTTP/1.1" 200 117 0.001154 10.0.0.65 - - [2026-06-15 04:03:22] "DELETE /project/e61568721ce2424990713bc9b05055f4 HTTP/1.1" 404 173 0.004879 10.0.0.65 - - [2026-06-15 04:03:22] "DELETE /project/2a5e4895-d2d2-4d51-b759-0899b16b45c0 HTTP/1.1" 404 177 0.004353 10.0.0.65 - - [2026-06-15 04:03:22] "GET /projects?obj_uuids=e6156872-1ce2-4249-9071-3bc9b05055f4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000813 10.0.0.65 - - [2026-06-15 04:03:22] "GET /project/e6156872-1ce2-4249-9071-3bc9b05055f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.048810 10.0.0.65 - - [2026-06-15 04:03:22] "GET /projects?obj_uuids=e6156872-1ce2-4249-9071-3bc9b05055f4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001138 10.0.0.65 - - [2026-06-15 04:03:22] "GET /project/e6156872-1ce2-4249-9071-3bc9b05055f4?fields=security_groups HTTP/1.1" 200 1363 0.042211 10.0.0.65 - - [2026-06-15 04:03:23] "DELETE /security-group/b3b8f109-3927-42d8-a1f3-699513d9b0bf HTTP/1.1" 200 115 0.050141 10.0.0.65 - - [2026-06-15 04:03:23] "GET /projects?obj_uuids=e6156872-1ce2-4249-9071-3bc9b05055f4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000813 10.0.0.65 - - [2026-06-15 04:03:23] "GET /project/e6156872-1ce2-4249-9071-3bc9b05055f4?fields=application_policy_sets HTTP/1.1" 200 1402 0.058986 10.0.0.65 - - [2026-06-15 04:03:23] "DELETE /access-control-list/d64911de-0ab2-483f-9ce0-6f583f4dc5ab HTTP/1.1" 200 115 0.058724 10.0.0.65 - - [2026-06-15 04:03:23] "DELETE /project/e6156872-1ce2-4249-9071-3bc9b05055f4 HTTP/1.1" 200 115 0.399581 10.0.0.23 - - [2026-06-15 04:03:34] "GET /obj-perms HTTP/1.1" 200 4493 0.059617 10.0.0.33 - - [2026-06-15 04:03:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000501 10.0.0.33 - - [2026-06-15 04:03:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000450 10.0.0.65 - - [2026-06-15 04:03:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.65 - - [2026-06-15 04:03:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000341 10.0.0.65 - - [2026-06-15 04:03:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.65 - - [2026-06-15 04:03:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000327 10.0.0.23 - - [2026-06-15 04:03:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.23 - - [2026-06-15 04:03:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.33 - - [2026-06-15 04:03:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.33 - - [2026-06-15 04:03:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.23 - - [2026-06-15 04:03:55] "GET /global-system-configs HTTP/1.1" 401 292 0.001019 10.0.0.23 - - [2026-06-15 04:03:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000478 10.0.0.23 - - [2026-06-15 04:04:03] "POST /neutron/port HTTP/1.1" 200 1108 0.019341 10.0.0.23 - - [2026-06-15 04:04:05] "POST /neutron/network HTTP/1.1" 200 1123 0.006671 10.0.0.23 - - [2026-06-15 04:04:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003816 10.0.0.23 - - [2026-06-15 04:04:05] "POST /neutron/subnet HTTP/1.1" 200 1385 0.013550 10.0.0.23 - - [2026-06-15 04:04:05] "POST /neutron/network HTTP/1.1" 200 928 0.006378 10.0.0.23 - - [2026-06-15 04:05:04] "POST /neutron/port HTTP/1.1" 200 1108 0.015604 10.0.0.23 - - [2026-06-15 04:05:06] "POST /neutron/network HTTP/1.1" 200 938 0.006818 10.0.0.23 - - [2026-06-15 04:05:06] "POST /neutron/port HTTP/1.1" 200 117 0.001014 10.0.0.23 - - [2026-06-15 04:05:07] "POST /neutron/network HTTP/1.1" 200 1123 0.024408 10.0.0.23 - - [2026-06-15 04:05:07] "POST /neutron/subnet HTTP/1.1" 200 1385 0.011636 10.0.0.23 - - [2026-06-15 04:05:07] "POST /neutron/network HTTP/1.1" 200 1113 0.009173 [Introspect:8084]10.0.0.65 - - [2026-06-15 04:05:20] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000906 [Introspect:8084]10.0.0.65 - - [2026-06-15 04:05:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000829