+++ date ++ echo 'INFO: =================== Thu Feb 19 02:07:00 AM UTC 2026 ===================' INFO: =================== Thu Feb 19 02:07:00 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 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 +++ ip addr show dev ens3 ++ DEFAULT_LOCAL_IP=10.0.0.50 ++ 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 +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ 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.50 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.50 ++ ANALYTICSDB_NODES=10.0.0.50 ++ ANALYTICS_SNMP_NODES=10.0.0.50 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ '[' -n '10.0.0.50:8081 ' ']' +++ echo 10.0.0.50:8081 ++ ANALYTICS_SERVERS=10.0.0.50: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ '[' -n '10.0.0.50:9042 ' ']' +++ echo 10.0.0.50:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.50:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.50 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ '[' -n '10.0.0.50:8086 ' ']' +++ echo 10.0.0.50:8086 ++ COLLECTOR_SERVERS=10.0.0.50: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.50 ++ CONFIGDB_NODES=10.0.0.50 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ '[' -n '10.0.0.50:8082 ' ']' +++ echo 10.0.0.50:8082 ++ CONFIG_SERVERS=10.0.0.50: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ '[' -n '10.0.0.50:9161 ' ']' +++ echo 10.0.0.50:9161 ++ CONFIGDB_SERVERS=10.0.0.50: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ '[' -n '10.0.0.50:9041 ' ']' +++ echo 10.0.0.50:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.50: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.200 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.200 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.50 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ '[' -n 10.0.0.50:2181, ']' +++ echo 10.0.0.50:2181 ++ ZOOKEEPER_SERVERS=10.0.0.50: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ '[' -n '10.0.0.50:2181 ' ']' +++ echo 10.0.0.50:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.50:2181 ++ RABBITMQ_NODES=10.0.0.50 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ '[' -n 10.0.0.50:5673, ']' +++ echo 10.0.0.50:5673 ++ RABBITMQ_SERVERS=10.0.0.50: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ '[' -n '10.0.0.50:6379 ' ']' +++ echo 10.0.0.50:6379 ++ REDIS_SERVERS=10.0.0.50: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.50 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ '[' -n '10.0.0.50:9092 ' ']' +++ echo 10.0.0.50:9092 ++ KAFKA_SERVERS=10.0.0.50: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.50 ++ 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.50 ++ 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.50 ++ 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.50 ++ cut -d , -f 1 + local cassandra=10.0.0.50 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.50 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.50 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.50 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.50,10.20.0.200,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.50'\''))' +++ local server_ip=10.0.0.50 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.50 ]] +++ [[ ,10.0.0.50,10.20.0.200,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.50, ]] +++ echo 10.0.0.50 1 +++ return ++ local ip=10.0.0.50 ++ [[ -z 10.0.0.50 ]] ++ echo 10.0.0.50 + host_ip=10.0.0.50 + [[ cql == \c\q\l ]] ++ echo 10.0.0.50:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.50:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.50: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__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ 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: 02/19/2026 02:07:09.416 7fc37d3c2440 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 02/19/2026 02:07:09.573 7fc37d3c2440 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 02/19/2026 02:07:09.588 7fc37d3c2440 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 02/19/2026 02:07:09.588 7fc37d3c2440 [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.50:8082/ Hit Ctrl-C to quit. 10.0.0.50 - - [2026-02-19 02:07:13] "GET / HTTP/1.1" 503 181 0.000233 10.0.0.50 - - [2026-02-19 02:07:13] "GET / HTTP/1.1" 503 181 0.000166 10.0.0.50 - - [2026-02-19 02:07:14] "GET / HTTP/1.1" 200 35931 0.001537 10.0.0.50 - - [2026-02-19 02:07:14] "GET / HTTP/1.1" 200 45871 0.002097 10.0.0.50 - - [2026-02-19 02:07:14] "GET / HTTP/1.1" 200 45871 0.001823 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.50 - - [2026-02-19 02:07:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000712 10.0.0.50 - - [2026-02-19 02:07:14] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000393 10.0.0.50 - - [2026-02-19 02:07:14] "GET / HTTP/1.1" 200 35931 0.001605 10.0.0.50 - - [2026-02-19 02:07:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000386 10.0.0.50 - - [2026-02-19 02:07:16] "GET / HTTP/1.1" 200 35931 0.001718 10.0.0.50 - - [2026-02-19 02:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 1.073156 10.0.0.50 - - [2026-02-19 02:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.50 - - [2026-02-19 02:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.418744 10.0.0.50 - - [2026-02-19 02:07:16] "GET /global-system-config/4bb43ff4-1192-47b2-8b03-368a52a228a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.009751 10.0.0.50 - - [2026-02-19 02:07:16] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.790206 10.0.0.50 - - [2026-02-19 02:07:16] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002790 10.0.0.50 - - [2026-02-19 02:07:16] "GET / HTTP/1.1" 200 35931 0.001476 10.0.0.50 - - [2026-02-19 02:07:16] "POST /fqname-to-id HTTP/1.1" 404 220 0.004782 10.0.0.50 - - [2026-02-19 02:07:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000399 10.0.0.50 - - [2026-02-19 02:07:16] "POST /config-nodes HTTP/1.1" 200 599 0.033568 10.0.0.50 - - [2026-02-19 02:07:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000373 10.0.0.50 - - [2026-02-19 02:07:16] "GET / HTTP/1.1" 200 35931 0.001951 10.0.0.50 - - [2026-02-19 02:07:16] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000376 /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.50 - - [2026-02-19 02:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.710770 10.0.0.50 - - [2026-02-19 02:07:17] "GET /network-ipam/c39e2697-363e-4fa0-a1a9-0dcf72b8aa58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.003956 10.0.0.50 - - [2026-02-19 02:07:17] "POST /fqname-to-id HTTP/1.1" 404 186 0.398532 10.0.0.50 - - [2026-02-19 02:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.50 - - [2026-02-19 02:07:17] "GET /global-system-config/4bb43ff4-1192-47b2-8b03-368a52a228a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.096761 10.0.0.50 - - [2026-02-19 02:07:17] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.199580 10.0.0.50 - - [2026-02-19 02:07:18] "POST /service-appliance-sets HTTP/1.1" 200 553 0.019644 10.0.0.50 - - [2026-02-19 02:07:18] "POST /fqname-to-id HTTP/1.1" 404 180 0.003155 10.0.0.50 - - [2026-02-19 02:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.50 - - [2026-02-19 02:07:18] "GET /global-system-config/4bb43ff4-1192-47b2-8b03-368a52a228a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006573 10.0.0.50 - - [2026-02-19 02:07:18] "POST /service-appliance-sets HTTP/1.1" 200 541 0.020254 10.0.0.50 - - [2026-02-19 02:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.50 - - [2026-02-19 02:07:18] "GET /network-ipam/c39e2697-363e-4fa0-a1a9-0dcf72b8aa58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.003943 10.0.0.50 - - [2026-02-19 02:07:18] "POST /fqname-to-id HTTP/1.1" 404 225 0.002612 10.0.0.50 - - [2026-02-19 02:07:18] "POST /service-templates HTTP/1.1" 200 511 0.025031 10.0.0.50 - - [2026-02-19 02:07:18] "POST /access-control-lists HTTP/1.1" 200 587 0.020747 10.0.0.50 - - [2026-02-19 02:07:18] "POST /service-templates HTTP/1.1" 200 501 0.023264 10.0.0.50 - - [2026-02-19 02:07:18] "POST /fqname-to-id HTTP/1.1" 404 224 0.003135 10.0.0.50 - - [2026-02-19 02:07:18] "POST /service-templates HTTP/1.1" 200 515 0.019486 10.0.0.50 - - [2026-02-19 02:07:18] "POST /access-control-lists HTTP/1.1" 200 585 0.019599 10.0.0.50 - - [2026-02-19 02:07:18] "POST /service-templates HTTP/1.1" 200 535 0.022912 10.0.0.50 - - [2026-02-19 02:07:18] "POST /route-targets HTTP/1.1" 200 327 0.015859 10.0.0.50 - - [2026-02-19 02:07:18] "POST /service-templates HTTP/1.1" 200 507 0.024212 10.0.0.50 - - [2026-02-19 02:07:18] "POST /ref-update HTTP/1.1" 200 156 0.019384 10.0.0.50 - - [2026-02-19 02:07:18] "POST /route-targets HTTP/1.1" 200 327 0.012439 10.0.0.50 - - [2026-02-19 02:07:18] "POST /ref-update HTTP/1.1" 200 156 0.012554 10.0.0.50 - - [2026-02-19 02:07:19] "POST /route-targets HTTP/1.1" 200 327 0.019679 10.0.0.50 - - [2026-02-19 02:07:19] "POST /ref-update HTTP/1.1" 200 156 0.013075 10.0.0.50 - - [2026-02-19 02:07:19] "POST /route-targets HTTP/1.1" 200 327 0.031748 10.0.0.50 - - [2026-02-19 02:07:19] "POST /ref-update HTTP/1.1" 200 156 0.011843 10.0.0.50 - - [2026-02-19 02:07:19] "POST /fqname-to-id HTTP/1.1" 404 201 0.003432 10.0.0.50 - - [2026-02-19 02:07:19] "POST /access-control-lists HTTP/1.1" 200 551 0.069195 10.0.0.50 - - [2026-02-19 02:07:19] "PUT /access-control-list/d92bc363-6a4d-4376-bef8-a7d1dfbe3b18 HTTP/1.1" 200 272 0.015734 10.0.0.50 - - [2026-02-19 02:07:19] "PUT /access-control-list/f8355631-56e9-4b30-8cf3-adb5a8e7a540 HTTP/1.1" 200 272 0.012520 10.0.0.50 - - [2026-02-19 02:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.50 - - [2026-02-19 02:07:23] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1215 0.004189 10.0.0.50 - - [2026-02-19 02:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.50 - - [2026-02-19 02:07:23] "PUT /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c HTTP/1.1" 200 276 0.022753 10.0.0.50 - - [2026-02-19 02:07:23] "GET / HTTP/1.1" 200 35931 0.001653 10.0.0.50 - - [2026-02-19 02:07:23] "POST /alarms HTTP/1.1" 401 292 0.000413 10.0.0.50 - - [2026-02-19 02:07:23] "POST /alarms HTTP/1.1" 200 581 0.053746 10.0.0.50 - - [2026-02-19 02:07:23] "POST /alarms HTTP/1.1" 200 575 0.022934 10.0.0.50 - - [2026-02-19 02:07:23] "POST /alarms HTTP/1.1" 200 575 0.022527 10.0.0.50 - - [2026-02-19 02:07:23] "POST /alarms HTTP/1.1" 200 559 0.020528 10.0.0.50 - - [2026-02-19 02:07:24] "POST /alarms HTTP/1.1" 200 555 0.030908 10.0.0.50 - - [2026-02-19 02:07:24] "POST /alarms HTTP/1.1" 200 557 0.022139 10.0.0.50 - - [2026-02-19 02:07:24] "POST /alarms HTTP/1.1" 200 565 0.017515 10.0.0.50 - - [2026-02-19 02:07:24] "POST /alarms HTTP/1.1" 200 549 0.019514 10.0.0.50 - - [2026-02-19 02:07:24] "POST /alarms HTTP/1.1" 200 557 0.022855 10.0.0.50 - - [2026-02-19 02:07:24] "POST /alarms HTTP/1.1" 200 567 0.024242 10.0.0.50 - - [2026-02-19 02:07:24] "POST /alarms HTTP/1.1" 200 555 0.020961 10.0.0.50 - - [2026-02-19 02:07:24] "POST /alarms HTTP/1.1" 200 567 0.019745 10.0.0.50 - - [2026-02-19 02:07:24] "POST /alarms HTTP/1.1" 200 575 0.065115 10.0.0.50 - - [2026-02-19 02:07:24] "POST /alarms HTTP/1.1" 200 569 0.023528 10.0.0.50 - - [2026-02-19 02:07:24] "POST /alarms HTTP/1.1" 200 561 0.022089 10.0.0.50 - - [2026-02-19 02:07:24] "POST /alarms HTTP/1.1" 200 561 0.019712 10.0.0.50 - - [2026-02-19 02:07:24] "POST /alarms HTTP/1.1" 200 561 0.019681 10.0.0.50 - - [2026-02-19 02:07:24] "POST /alarms HTTP/1.1" 200 547 0.035764 10.0.0.50 - - [2026-02-19 02:07:25] "GET / HTTP/1.1" 200 35931 0.001570 10.0.0.50 - - [2026-02-19 02:07:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000427 10.0.0.50 - - [2026-02-19 02:07:25] "POST /alarms HTTP/1.1" 200 595 0.018821 10.0.0.50 - - [2026-02-19 02:07:25] "POST /alarms HTTP/1.1" 200 575 0.017387 10.0.0.50 - - [2026-02-19 02:07:25] "POST /alarms HTTP/1.1" 200 571 0.020862 10.0.0.50 - - [2026-02-19 02:07:25] "POST /alarms HTTP/1.1" 200 583 0.027755 10.0.0.50 - - [2026-02-19 02:07:25] "POST /alarms HTTP/1.1" 200 609 0.027289 10.0.0.50 - - [2026-02-19 02:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.031737 10.0.0.50 - - [2026-02-19 02:07:25] "GET /global-system-config/4bb43ff4-1192-47b2-8b03-368a52a228a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.008020 10.0.0.50 - - [2026-02-19 02:07:25] "POST /fqname-to-id HTTP/1.1" 404 220 0.003983 10.0.0.50 - - [2026-02-19 02:07:25] "POST /config-database-nodes HTTP/1.1" 200 617 0.027480 10.0.0.50 - - [2026-02-19 02:07:25] "GET / HTTP/1.1" 200 35931 0.002105 10.0.0.50 - - [2026-02-19 02:07:25] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000369 10.0.0.50 - - [2026-02-19 02:07:26] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.030132 10.0.0.50 - - [2026-02-19 02:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.50 - - [2026-02-19 02:07:26] "PUT /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c HTTP/1.1" 200 276 0.009928 10.0.0.50 - - [2026-02-19 02:07:26] "GET / HTTP/1.1" 200 35931 0.002524 10.0.0.50 - - [2026-02-19 02:07:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000495 10.0.0.50 - - [2026-02-19 02:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.026897 10.0.0.50 - - [2026-02-19 02:07:26] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006139 10.0.0.50 - - [2026-02-19 02:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.50 - - [2026-02-19 02:07:26] "PUT /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c HTTP/1.1" 200 276 0.010507 10.0.0.50 - - [2026-02-19 02:07:27] "GET / HTTP/1.1" 200 35931 0.002175 10.0.0.50 - - [2026-02-19 02:07:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000417 10.0.0.50 - - [2026-02-19 02:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.029985 10.0.0.50 - - [2026-02-19 02:07:27] "GET /global-system-config/4bb43ff4-1192-47b2-8b03-368a52a228a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005917 10.0.0.50 - - [2026-02-19 02:07:27] "PUT /global-system-config/4bb43ff4-1192-47b2-8b03-368a52a228a0 HTTP/1.1" 200 274 0.017102 10.0.0.50 - - [2026-02-19 02:07:42] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.50 - - [2026-02-19 02:07:42] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.50 - - [2026-02-19 02:07:42] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.50 - - [2026-02-19 02:07:42] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.50 - - [2026-02-19 02:08:26] "GET / HTTP/1.1" 200 35931 0.002613 10.0.0.50 - - [2026-02-19 02:08:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000405 10.0.0.50 - - [2026-02-19 02:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.026796 10.0.0.50 - - [2026-02-19 02:08:26] "GET /routing-instance/0ffc20bc-e0c8-40e5-a8f1-2c6838cf4d48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003928 10.0.0.50 - - [2026-02-19 02:08:26] "POST /bgp-routers HTTP/1.1" 200 620 0.022634 10.0.0.50 - - [2026-02-19 02:08:26] "GET /bgp-router/93492160-0792-4462-988c-0c3960387128?fields=global_system_config_back_refs HTTP/1.1" 200 1116 0.005687 10.0.0.50 - - [2026-02-19 02:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.50 - - [2026-02-19 02:08:26] "GET /global-system-config/4bb43ff4-1192-47b2-8b03-368a52a228a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006219 10.0.0.50 - - [2026-02-19 02:08:26] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003980 10.0.0.50 - - [2026-02-19 02:08:26] "POST /ref-update HTTP/1.1" 200 156 0.007993 10.0.0.50 - - [2026-02-19 02:08:56] "GET / HTTP/1.1" 200 35931 0.001714 10.0.0.50 - - [2026-02-19 02:08:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000422 10.0.0.50 - - [2026-02-19 02:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.037863 10.0.0.50 - - [2026-02-19 02:08:57] "GET /global-system-config/4bb43ff4-1192-47b2-8b03-368a52a228a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.008567 10.0.0.50 - - [2026-02-19 02:08:57] "POST /fqname-to-id HTTP/1.1" 404 220 0.002816 10.0.0.50 - - [2026-02-19 02:08:57] "POST /database-nodes HTTP/1.1" 200 603 0.034187 10.0.0.50 - - [2026-02-19 02:09:32] "GET / HTTP/1.1" 200 35931 0.001677 10.0.0.50 - - [2026-02-19 02:09:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000388 10.0.0.50 - - [2026-02-19 02:09:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.026914 10.0.0.50 - - [2026-02-19 02:09:33] "GET /global-system-config/4bb43ff4-1192-47b2-8b03-368a52a228a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.005992 10.0.0.50 - - [2026-02-19 02:09:33] "POST /fqname-to-id HTTP/1.1" 404 220 0.003027 10.0.0.50 - - [2026-02-19 02:09:33] "POST /analytics-nodes HTTP/1.1" 200 605 0.031489 10.0.0.50 - - [2026-02-19 02:09:38] "GET / HTTP/1.1" 200 35931 0.001650 10.0.0.50 - - [2026-02-19 02:09:50] "GET / HTTP/1.1" 200 35931 0.001486 10.0.0.50 - - [2026-02-19 02:09:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000543 10.0.0.50 - - [2026-02-19 02:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.039904 10.0.0.50 - - [2026-02-19 02:09:51] "GET /global-system-config/4bb43ff4-1192-47b2-8b03-368a52a228a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.006770 10.0.0.50 - - [2026-02-19 02:09:51] "POST /fqname-to-id HTTP/1.1" 404 220 0.002884 10.0.0.50 - - [2026-02-19 02:09:51] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.027241 10.0.0.50 - - [2026-02-19 02:10:07] "GET / HTTP/1.1" 200 35931 0.001757 10.0.0.50 - - [2026-02-19 02:10:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000430 10.0.0.50 - - [2026-02-19 02:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.033504 10.0.0.50 - - [2026-02-19 02:10:08] "GET /global-system-config/4bb43ff4-1192-47b2-8b03-368a52a228a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.010106 10.0.0.50 - - [2026-02-19 02:10:08] "POST /fqname-to-id HTTP/1.1" 404 220 0.002752 10.0.0.50 - - [2026-02-19 02:10:08] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.024173 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.50 - - [2026-02-19 02:10:20] "GET /obj-perms HTTP/1.1" 200 5056 0.420204 10.0.0.50 - - [2026-02-19 02:10:21] "GET /obj-perms HTTP/1.1" 200 5056 0.053340 10.0.0.50 - - [2026-02-19 02:11:21] "GET /obj-perms HTTP/1.1" 200 5056 0.053234 10.0.0.50 - - [2026-02-19 02:11:21] "GET /obj-perms HTTP/1.1" 200 5056 0.071661 10.0.0.50 - - [2026-02-19 02:12:22] "GET /obj-perms HTTP/1.1" 200 5056 0.057836 10.0.0.50 - - [2026-02-19 02:12:22] "GET /obj-perms HTTP/1.1" 200 5056 0.051260 10.0.0.50 - - [2026-02-19 02:12:42] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.50 - - [2026-02-19 02:12:42] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.50 - - [2026-02-19 02:12:42] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.50 - - [2026-02-19 02:12:42] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.50 - - [2026-02-19 02:12:54] "GET / HTTP/1.1" 200 35931 0.001735 10.0.0.50 - - [2026-02-19 02:12:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000389 10.0.0.50 - - [2026-02-19 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.033526 10.0.0.50 - - [2026-02-19 02:12:55] "GET /global-system-config/4bb43ff4-1192-47b2-8b03-368a52a228a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.009082 10.0.0.50 - - [2026-02-19 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004395 10.0.0.50 - - [2026-02-19 02:12:55] "GET /routing-instance/0ffc20bc-e0c8-40e5-a8f1-2c6838cf4d48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.005513 10.0.0.50 - - [2026-02-19 02:12:55] "PUT /global-system-config/4bb43ff4-1192-47b2-8b03-368a52a228a0 HTTP/1.1" 200 274 0.014672 10.0.0.50 - - [2026-02-19 02:12:55] "POST /fqname-to-id HTTP/1.1" 404 218 0.003043 10.0.0.50 - - [2026-02-19 02:12:55] "POST /virtual-routers HTTP/1.1" 200 603 0.019680 10.0.0.50 - - [2026-02-19 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.50 - - [2026-02-19 02:12:55] "GET /virtual-router/534c225b-75ae-4139-8c66-23a1bc223cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.005747 10.0.0.50 - - [2026-02-19 02:12:55] "POST /fqname-to-id HTTP/1.1" 404 231 0.003811 10.0.0.50 - - [2026-02-19 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348 10.0.0.50 - - [2026-02-19 02:12:55] "GET /virtual-network/a9f0bd2c-e352-40cd-89a1-492eb3641094?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.006483 10.0.0.50 - - [2026-02-19 02:12:55] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.047674 10.0.0.50 - - [2026-02-19 02:12:56] "PUT /access-control-list/0125afa1-7b63-4efc-9892-3c8194ada305 HTTP/1.1" 200 272 0.041635 [Introspect:8084]10.0.0.50 - - [2026-02-19 02:13:07] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000990 [Introspect:8084]10.0.0.50 - - [2026-02-19 02:13:07] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001094 [Introspect:8084]10.0.0.50 - - [2026-02-19 02:13:09] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000952 [Introspect:8084]10.0.0.50 - - [2026-02-19 02:13:09] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001077 10.0.0.50 - - [2026-02-19 02:13:23] "GET /obj-perms HTTP/1.1" 200 5056 0.054748 10.0.0.50 - - [2026-02-19 02:13:23] "GET /obj-perms HTTP/1.1" 200 5056 0.053910 10.0.0.50 - - [2026-02-19 02:14:19] "GET / HTTP/1.1" 200 35931 0.001510 10.0.0.50 - - [2026-02-19 02:14:20] "GET /project/7e06c87d-b395-434e-9112-73ece1500dd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000490 10.0.0.50 - - [2026-02-19 02:14:21] "GET /projects?obj_uuids=7e06c87d-b395-434e-9112-73ece1500dd6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.033022 10.0.0.50 - - [2026-02-19 02:14:21] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001602 10.0.0.50 - - [2026-02-19 02:14:21] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.037261 10.0.0.50 - - [2026-02-19 02:14:21] "POST /id-to-fqname HTTP/1.1" 200 167 0.002415 10.0.0.50 - - [2026-02-19 02:14:21] "POST /fqname-to-id HTTP/1.1" 404 176 0.005711 10.0.0.50 - - [2026-02-19 02:14:21] "POST /security-groups HTTP/1.1" 200 568 0.069857 10.0.0.50 - - [2026-02-19 02:14:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.003644 10.0.0.50 - - [2026-02-19 02:14:21] "POST /projects HTTP/1.1" 200 539 0.252558 10.0.0.50 - - [2026-02-19 02:14:21] "POST /access-control-lists HTTP/1.1" 200 573 0.061844 10.0.0.50 - - [2026-02-19 02:14:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.331904 10.0.0.50 - - [2026-02-19 02:14:21] "POST /fqname-to-id HTTP/1.1" 404 206 0.003225 10.0.0.50 - - [2026-02-19 02:14:21] "GET /project/7e06c87d-b395-434e-9112-73ece1500dd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.535007 10.0.0.50 - - [2026-02-19 02:14:21] "POST /access-control-lists HTTP/1.1" 200 571 0.079099 [Introspect:8084]10.0.0.50 - - [2026-02-19 02:14:21] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001144 10.0.0.50 - - [2026-02-19 02:14:22] "POST /fqname-to-id HTTP/1.1" 404 199 0.026261 10.0.0.50 - - [2026-02-19 02:14:22] "GET /projects?obj_uuids=b47adb46-7818-4b5d-977e-197f90f071d1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003240 10.0.0.50 - - [2026-02-19 02:14:22] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001099 10.0.0.50 - - [2026-02-19 02:14:22] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007087 10.0.0.50 - - [2026-02-19 02:14:22] "POST /id-to-fqname HTTP/1.1" 200 201 0.001522 10.0.0.50 - - [2026-02-19 02:14:22] "POST /fqname-to-id HTTP/1.1" 404 210 0.007219 10.0.0.50 - - [2026-02-19 02:14:22] "POST /security-groups HTTP/1.1" 200 602 0.116975 10.0.0.50 - - [2026-02-19 02:14:22] "POST /fqname-to-id HTTP/1.1" 404 245 0.002874 10.0.0.50 - - [2026-02-19 02:14:22] "POST /projects HTTP/1.1" 200 607 0.288207 10.0.0.50 - - [2026-02-19 02:14:22] "POST /access-control-lists HTTP/1.1" 200 607 0.063280 10.0.0.50 - - [2026-02-19 02:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.367289 10.0.0.50 - - [2026-02-19 02:14:23] "POST /fqname-to-id HTTP/1.1" 404 244 0.002923 10.0.0.50 - - [2026-02-19 02:14:23] "GET /project/b47adb46-7818-4b5d-977e-197f90f071d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.502946 10.0.0.50 - - [2026-02-19 02:14:23] "POST /access-control-lists HTTP/1.1" 200 605 0.064934 10.0.0.50 - - [2026-02-19 02:14:23] "GET /obj-perms HTTP/1.1" 200 5056 0.085937 10.0.0.50 - - [2026-02-19 02:14:24] "GET /obj-perms HTTP/1.1" 200 5056 0.120452 10.0.0.50 - - [2026-02-19 02:14:25] "GET / HTTP/1.1" 200 35931 0.001421 10.0.0.50 - - [2026-02-19 02:14:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000497 10.0.0.50 - - [2026-02-19 02:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.076430 10.0.0.50 - - [2026-02-19 02:14:26] "GET /projects?obj_uuids=b47adb46-7818-4b5d-977e-197f90f071d1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000968 10.0.0.50 - - [2026-02-19 02:14:26] "GET /project/b47adb46-7818-4b5d-977e-197f90f071d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.033950 10.0.0.50 - - [2026-02-19 02:14:26] "POST /neutron/network HTTP/1.1" 200 117 0.047898 10.0.0.50 - - [2026-02-19 02:14:26] "GET /projects?obj_uuids=b47adb46-7818-4b5d-977e-197f90f071d1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000965 10.0.0.50 - - [2026-02-19 02:14:26] "POST /neutron/network HTTP/1.1" 200 620 0.084311 10.0.0.50 - - [2026-02-19 02:14:26] "POST /route-targets HTTP/1.1" 200 327 0.011276 10.0.0.50 - - [2026-02-19 02:14:26] "POST /ref-update HTTP/1.1" 200 156 0.014422 10.0.0.50 - - [2026-02-19 02:14:26] "POST /useragent-kv HTTP/1.1" 200 115 0.008403 10.0.0.50 - - [2026-02-19 02:14:26] "POST /neutron/subnet HTTP/1.1" 200 725 0.181153 10.0.0.50 - - [2026-02-19 02:14:26] "POST /neutron/network HTTP/1.1" 200 839 0.005929 10.0.0.50 - - [2026-02-19 02:14:26] "POST /id-to-fqname HTTP/1.1" 200 233 0.001462 10.0.0.50 - - [2026-02-19 02:14:26] "GET /virtual-network/b71ade30-5d31-45f3-a855-25a9835a498a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005712 10.0.0.50 - - [2026-02-19 02:14:26] "POST /neutron/network HTTP/1.1" 200 839 0.005928 10.0.0.50 - - [2026-02-19 02:14:26] "GET /virtual-network/b71ade30-5d31-45f3-a855-25a9835a498a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006033 10.0.0.50 - - [2026-02-19 02:14:27] "POST /neutron/network HTTP/1.1" 200 839 0.006468 10.0.0.50 - - [2026-02-19 02:14:27] "POST /neutron/subnet HTTP/1.1" 200 725 0.007801 10.0.0.50 - - [2026-02-19 02:14:27] "GET /domains HTTP/1.1" 401 292 0.000571 10.0.0.50 - - [2026-02-19 02:14:27] "GET /domains HTTP/1.1" 200 280 0.034303 10.0.0.50 - - [2026-02-19 02:14:27] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001271 10.0.0.50 - - [2026-02-19 02:14:27] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 2585 0.014640 10.0.0.50 - - [2026-02-19 02:14:27] "GET /projects?obj_uuids=b47adb46-7818-4b5d-977e-197f90f071d1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001358 10.0.0.50 - - [2026-02-19 02:14:27] "GET /project/b47adb46-7818-4b5d-977e-197f90f071d1 HTTP/1.1" 200 2168 0.084041 10.0.0.50 - - [2026-02-19 02:14:27] "GET /virtual-network/b71ade30-5d31-45f3-a855-25a9835a498a HTTP/1.1" 200 2342 0.007379 10.0.0.50 - - [2026-02-19 02:14:27] "GET /virtual-network/b71ade30-5d31-45f3-a855-25a9835a498a HTTP/1.1" 200 2342 0.005220 10.0.0.50 - - [2026-02-19 02:14:27] "GET /routing-instance/3168ef08-35b1-45b1-866d-d7689b1bf145 HTTP/1.1" 200 1493 0.003834 10.0.0.50 - - [2026-02-19 02:14:27] "GET /routing-instance/3168ef08-35b1-45b1-866d-d7689b1bf145 HTTP/1.1" 200 1493 0.003955 10.0.0.50 - - [2026-02-19 02:14:27] "GET /route-target/2fde5c4d-4098-41dd-bfa0-27dc95ef12cf HTTP/1.1" 200 1219 0.003364 10.0.0.50 - - [2026-02-19 02:14:27] "GET /virtual-network/b71ade30-5d31-45f3-a855-25a9835a498a HTTP/1.1" 200 2342 0.005566 10.0.0.50 - - [2026-02-19 02:14:27] "GET /routing-instance/3168ef08-35b1-45b1-866d-d7689b1bf145 HTTP/1.1" 200 1493 0.003793 10.0.0.50 - - [2026-02-19 02:14:27] "GET /virtual-network/b71ade30-5d31-45f3-a855-25a9835a498a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005095 10.0.0.50 - - [2026-02-19 02:14:27] "GET /virtual-network/b71ade30-5d31-45f3-a855-25a9835a498a HTTP/1.1" 200 2342 0.007519 10.0.0.50 - - [2026-02-19 02:14:27] "GET /routing-instance/3168ef08-35b1-45b1-866d-d7689b1bf145 HTTP/1.1" 200 1493 0.005262 10.0.0.50 - - [2026-02-19 02:14:27] "GET /routing-instance/3168ef08-35b1-45b1-866d-d7689b1bf145 HTTP/1.1" 200 1493 0.004167 10.0.0.50 - - [2026-02-19 02:14:27] "GET /route-target/2fde5c4d-4098-41dd-bfa0-27dc95ef12cf HTTP/1.1" 200 1219 0.003744 10.0.0.50 - - [2026-02-19 02:14:27] "GET /domains HTTP/1.1" 200 280 0.003763 10.0.0.50 - - [2026-02-19 02:14:27] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001010 10.0.0.50 - - [2026-02-19 02:14:27] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 2585 0.007522 10.0.0.50 - - [2026-02-19 02:14:27] "GET /projects?obj_uuids=b47adb46-7818-4b5d-977e-197f90f071d1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001004 10.0.0.50 - - [2026-02-19 02:14:27] "GET /project/b47adb46-7818-4b5d-977e-197f90f071d1 HTTP/1.1" 200 2168 0.074659 10.0.0.50 - - [2026-02-19 02:14:27] "GET /virtual-network/b71ade30-5d31-45f3-a855-25a9835a498a HTTP/1.1" 200 2342 0.005499 10.0.0.50 - - [2026-02-19 02:14:28] "GET /obj-perms HTTP/1.1" 200 5052 0.055422 10.0.0.50 - - [2026-02-19 02:14:28] "POST /id-to-fqname HTTP/1.1" 200 233 0.001398 10.0.0.50 - - [2026-02-19 02:14:29] "POST /neutron/network HTTP/1.1" 200 849 0.006315 10.0.0.50 - - [2026-02-19 02:14:29] "GET /aaa-mode HTTP/1.1" 401 292 0.000472 10.0.0.50 - - [2026-02-19 02:14:30] "GET / HTTP/1.1" 200 35931 0.001435 10.0.0.50 - - [2026-02-19 02:14:30] "GET /project/b47adb46-7818-4b5d-977e-197f90f071d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000411 10.0.0.50 - - [2026-02-19 02:14:30] "GET /projects?obj_uuids=b47adb46-7818-4b5d-977e-197f90f071d1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001450 10.0.0.50 - - [2026-02-19 02:14:30] "GET /project/b47adb46-7818-4b5d-977e-197f90f071d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.070047 10.0.0.50 - - [2026-02-19 02:14:31] "POST /neutron/network HTTP/1.1" 200 839 0.030641 10.0.0.50 - - [2026-02-19 02:14:31] "POST /neutron/port HTTP/1.1" 200 117 0.005150 10.0.0.50 - - [2026-02-19 02:14:31] "POST /neutron/port HTTP/1.1" 200 117 0.005782 10.0.0.50 - - [2026-02-19 02:14:31] "POST /neutron/port HTTP/1.1" 200 117 0.004959 10.0.0.50 - - [2026-02-19 02:14:32] "POST /neutron/network HTTP/1.1" 200 849 0.005579 10.0.0.50 - - [2026-02-19 02:14:32] "GET /projects?obj_uuids=b47adb46-7818-4b5d-977e-197f90f071d1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001328 10.0.0.50 - - [2026-02-19 02:14:33] "POST /neutron/port HTTP/1.1" 200 1071 0.240962 10.0.0.50 - - [2026-02-19 02:14:33] "POST /neutron/port HTTP/1.1" 200 1071 0.045996 10.0.0.50 - - [2026-02-19 02:14:33] "POST /neutron/port HTTP/1.1" 200 1071 0.011436 10.0.0.50 - - [2026-02-19 02:14:33] "POST /neutron/port HTTP/1.1" 200 1125 0.094060 10.0.0.50 - - [2026-02-19 02:14:33] "POST /neutron/port HTTP/1.1" 200 1135 0.012912 10.0.0.50 - - [2026-02-19 02:14:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004334 10.0.0.50 - - [2026-02-19 02:14:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.007585 10.0.0.50 - - [2026-02-19 02:14:33] "POST /neutron/port HTTP/1.1" 200 117 0.001081 10.0.0.50 - - [2026-02-19 02:14:33] "POST /neutron/network HTTP/1.1" 200 839 0.006711 10.0.0.50 - - [2026-02-19 02:14:36] "POST /neutron/port HTTP/1.1" 200 1135 0.014315 10.0.0.50 - - [2026-02-19 02:14:36] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007637 10.0.0.50 - - [2026-02-19 02:14:41] "POST /neutron/port HTTP/1.1" 200 1135 0.016711 10.0.0.50 - - [2026-02-19 02:14:41] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006922 10.0.0.50 - - [2026-02-19 02:14:41] "GET /obj-perms HTTP/1.1" 200 5052 0.003988 10.0.0.50 - - [2026-02-19 02:14:42] "GET /obj-perms HTTP/1.1" 200 5052 0.003371 10.0.0.50 - - [2026-02-19 02:14:43] "GET /obj-perms HTTP/1.1" 200 5052 0.003411 10.0.0.50 - - [2026-02-19 02:14:45] "GET /obj-perms HTTP/1.1" 200 5052 0.003531 10.0.0.50 - - [2026-02-19 02:14:46] "GET /obj-perms HTTP/1.1" 200 5052 0.003478 10.0.0.50 - - [2026-02-19 02:14:47] "POST /neutron/network HTTP/1.1" 200 839 0.009560 10.0.0.50 - - [2026-02-19 02:14:47] "POST /neutron/network HTTP/1.1" 400 204 0.012110 10.0.0.50 - - [2026-02-19 02:14:47] "POST /neutron/port HTTP/1.1" 200 1135 0.013196 10.0.0.50 - - [2026-02-19 02:14:47] "POST /neutron/port HTTP/1.1" 200 1125 0.012666 10.0.0.50 - - [2026-02-19 02:14:47] "POST /neutron/port HTTP/1.1" 200 151 0.137949 10.0.0.50 - - [2026-02-19 02:14:49] "POST /neutron/network HTTP/1.1" 200 839 0.007943 10.0.0.50 - - [2026-02-19 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.50 - - [2026-02-19 02:14:49] "POST /useragent-kv HTTP/1.1" 200 115 0.005333 10.0.0.50 - - [2026-02-19 02:14:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002125 10.0.0.50 - - [2026-02-19 02:14:49] "POST /neutron/network HTTP/1.1" 200 151 0.115523 10.0.0.50 - - [2026-02-19 02:14:49] "GET /routing-instance/3168ef08-35b1-45b1-866d-d7689b1bf145 HTTP/1.1" 404 171 0.003141 10.0.0.50 - - [2026-02-19 02:14:49] "DELETE /route-target/2fde5c4d-4098-41dd-bfa0-27dc95ef12cf HTTP/1.1" 200 115 0.030449 10.0.0.50 - - [2026-02-19 02:14:49] "GET /domains HTTP/1.1" 200 280 0.003513 10.0.0.50 - - [2026-02-19 02:14:49] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002015 10.0.0.50 - - [2026-02-19 02:14:49] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 2585 0.052613 10.0.0.50 - - [2026-02-19 02:14:49] "GET /projects?obj_uuids=b47adb46-7818-4b5d-977e-197f90f071d1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001230 10.0.0.50 - - [2026-02-19 02:14:49] "GET /project/b47adb46-7818-4b5d-977e-197f90f071d1 HTTP/1.1" 200 1918 0.106197 10.0.0.50 - - [2026-02-19 02:14:49] "GET /projects?obj_uuids=b47adb46-7818-4b5d-977e-197f90f071d1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001157 10.0.0.50 - - [2026-02-19 02:14:49] "GET /project/b47adb46-7818-4b5d-977e-197f90f071d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.032468 10.0.0.50 - - [2026-02-19 02:14:49] "GET /projects?obj_uuids=b47adb46-7818-4b5d-977e-197f90f071d1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000992 10.0.0.50 - - [2026-02-19 02:14:49] "GET /project/b47adb46-7818-4b5d-977e-197f90f071d1?fields=virtual_networks HTTP/1.1" 200 1054 0.071162 10.0.0.50 - - [2026-02-19 02:14:49] "GET /projects?obj_uuids=b47adb46-7818-4b5d-977e-197f90f071d1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001174 10.0.0.50 - - [2026-02-19 02:14:49] "GET /project/b47adb46-7818-4b5d-977e-197f90f071d1?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.031039 10.0.0.50 - - [2026-02-19 02:14:49] "GET /projects?obj_uuids=b47adb46-7818-4b5d-977e-197f90f071d1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001002 10.0.0.50 - - [2026-02-19 02:14:50] "GET /project/b47adb46-7818-4b5d-977e-197f90f071d1?fields=security_groups HTTP/1.1" 200 1291 0.029755 10.0.0.50 - - [2026-02-19 02:14:50] "GET /projects?obj_uuids=7e06c87d-b395-434e-9112-73ece1500dd6&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001473 10.0.0.50 - - [2026-02-19 02:14:50] "GET /project/7e06c87d-b395-434e-9112-73ece1500dd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.028243 10.0.0.50 - - [2026-02-19 02:14:54] "GET /projects?obj_uuids=7e06c87d-b395-434e-9112-73ece1500dd6&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001321 10.0.0.50 - - [2026-02-19 02:14:54] "GET /project/7e06c87d-b395-434e-9112-73ece1500dd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.031549 10.0.0.50 - - [2026-02-19 02:14:55] "GET /documentation/index.html HTTP/1.1" 200 210274 0.003650 10.0.0.50 - - [2026-02-19 02:14:55] "POST /fqname-to-id HTTP/1.1" 404 200 0.032499 10.0.0.50 - - [2026-02-19 02:14:55] "GET /projects?obj_uuids=8023aee1-0368-4991-b995-8f98b8b9ab57&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002338 10.0.0.50 - - [2026-02-19 02:14:55] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.50 - - [2026-02-19 02:14:55] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007496 10.0.0.50 - - [2026-02-19 02:14:56] "POST /id-to-fqname HTTP/1.1" 200 202 0.002354 10.0.0.50 - - [2026-02-19 02:14:56] "POST /fqname-to-id HTTP/1.1" 404 211 0.003596 10.0.0.50 - - [2026-02-19 02:14:56] "POST /security-groups HTTP/1.1" 200 603 0.081483 10.0.0.50 - - [2026-02-19 02:14:56] "POST /fqname-to-id HTTP/1.1" 404 246 0.002556 10.0.0.50 - - [2026-02-19 02:14:56] "POST /projects HTTP/1.1" 200 609 0.249777 10.0.0.50 - - [2026-02-19 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.284945 10.0.0.50 - - [2026-02-19 02:14:56] "POST /access-control-lists HTTP/1.1" 200 608 0.059432 10.0.0.50 - - [2026-02-19 02:14:56] "GET /project/8023aee1-0368-4991-b995-8f98b8b9ab57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.439944 10.0.0.50 - - [2026-02-19 02:14:56] "POST /fqname-to-id HTTP/1.1" 404 245 0.003351 10.0.0.50 - - [2026-02-19 02:14:56] "POST /access-control-lists HTTP/1.1" 200 606 0.068769 10.0.0.50 - - [2026-02-19 02:14:57] "GET / HTTP/1.1" 200 35931 0.002815 10.0.0.50 - - [2026-02-19 02:14:58] "GET /projects?obj_uuids=7e06c87d-b395-434e-9112-73ece1500dd6&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001080 10.0.0.50 - - [2026-02-19 02:14:58] "GET /project/7e06c87d-b395-434e-9112-73ece1500dd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.028653 10.0.0.50 - - [2026-02-19 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.50 - - [2026-02-19 02:14:59] "GET /security-group/fbf2d400-dc5f-46e4-a74f-99b1f8200ec9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.004566 10.0.0.50 - - [2026-02-19 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.50 - - [2026-02-19 02:14:59] "GET /projects?obj_uuids=7e06c87d-b395-434e-9112-73ece1500dd6&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001274 10.0.0.50 - - [2026-02-19 02:14:59] "GET /project/7e06c87d-b395-434e-9112-73ece1500dd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.022718 10.0.0.50 - - [2026-02-19 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.50 - - [2026-02-19 02:14:59] "GET /security-group/fbf2d400-dc5f-46e4-a74f-99b1f8200ec9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.004296 10.0.0.50 - - [2026-02-19 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005264 10.0.0.50 - - [2026-02-19 02:14:59] "PUT /security-group/fbf2d400-dc5f-46e4-a74f-99b1f8200ec9 HTTP/1.1" 200 262 0.018156 10.0.0.50 - - [2026-02-19 02:14:59] "PUT /access-control-list/2002c8aa-5330-4557-8a3b-5099d9f9cb3f HTTP/1.1" 200 272 0.010388 10.0.0.50 - - [2026-02-19 02:14:59] "PUT /access-control-list/fecd54e8-1252-42ec-ac7a-41e2d341bac2 HTTP/1.1" 200 272 0.013939 10.0.0.50 - - [2026-02-19 02:14:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000471 10.0.0.50 - - [2026-02-19 02:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.065862 10.0.0.50 - - [2026-02-19 02:15:00] "GET /projects?obj_uuids=8023aee1-0368-4991-b995-8f98b8b9ab57&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001025 10.0.0.50 - - [2026-02-19 02:15:00] "GET /project/8023aee1-0368-4991-b995-8f98b8b9ab57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.030154 10.0.0.50 - - [2026-02-19 02:15:00] "POST /neutron/network HTTP/1.1" 200 117 0.039895 10.0.0.50 - - [2026-02-19 02:15:00] "GET /projects?obj_uuids=8023aee1-0368-4991-b995-8f98b8b9ab57&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001103 10.0.0.50 - - [2026-02-19 02:15:00] "POST /neutron/network HTTP/1.1" 200 619 0.097655 10.0.0.50 - - [2026-02-19 02:15:00] "POST /route-targets HTTP/1.1" 200 327 0.016615 10.0.0.50 - - [2026-02-19 02:15:00] "POST /ref-update HTTP/1.1" 200 156 0.020913 10.0.0.50 - - [2026-02-19 02:15:00] "POST /useragent-kv HTTP/1.1" 200 115 0.006442 10.0.0.50 - - [2026-02-19 02:15:00] "POST /neutron/subnet HTTP/1.1" 200 720 0.220492 10.0.0.50 - - [2026-02-19 02:15:00] "POST /neutron/network HTTP/1.1" 200 837 0.008367 10.0.0.50 - - [2026-02-19 02:15:00] "POST /id-to-fqname HTTP/1.1" 200 233 0.001509 10.0.0.50 - - [2026-02-19 02:15:00] "GET /virtual-network/d1170899-2c7b-4e5a-8a68-6426c8887e04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.007220 10.0.0.50 - - [2026-02-19 02:15:00] "POST /neutron/network HTTP/1.1" 200 837 0.007203 10.0.0.50 - - [2026-02-19 02:15:00] "GET /virtual-network/d1170899-2c7b-4e5a-8a68-6426c8887e04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005222 10.0.0.50 - - [2026-02-19 02:15:00] "POST /neutron/network HTTP/1.1" 200 837 0.006263 10.0.0.50 - - [2026-02-19 02:15:00] "POST /neutron/subnet HTTP/1.1" 200 720 0.006920 10.0.0.50 - - [2026-02-19 02:15:00] "GET /domains HTTP/1.1" 401 292 0.000399 10.0.0.50 - - [2026-02-19 02:15:01] "GET /domains HTTP/1.1" 200 280 0.034278 10.0.0.50 - - [2026-02-19 02:15:01] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001067 10.0.0.50 - - [2026-02-19 02:15:01] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 2783 0.009521 10.0.0.50 - - [2026-02-19 02:15:01] "GET /projects?obj_uuids=8023aee1-0368-4991-b995-8f98b8b9ab57&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001097 10.0.0.50 - - [2026-02-19 02:15:01] "GET /project/8023aee1-0368-4991-b995-8f98b8b9ab57 HTTP/1.1" 200 2173 0.086275 10.0.0.50 - - [2026-02-19 02:15:01] "GET /virtual-network/d1170899-2c7b-4e5a-8a68-6426c8887e04 HTTP/1.1" 200 2336 0.011435 10.0.0.50 - - [2026-02-19 02:15:01] "GET /virtual-network/d1170899-2c7b-4e5a-8a68-6426c8887e04 HTTP/1.1" 200 2336 0.005985 10.0.0.50 - - [2026-02-19 02:15:01] "GET /routing-instance/d4b1e2d3-7399-408f-a77c-dc52c5bc0fbb HTTP/1.1" 200 1492 0.003816 10.0.0.50 - - [2026-02-19 02:15:01] "GET /routing-instance/d4b1e2d3-7399-408f-a77c-dc52c5bc0fbb HTTP/1.1" 200 1492 0.003656 10.0.0.50 - - [2026-02-19 02:15:01] "GET /route-target/e37a671e-8024-483c-8d7f-6a09a95e8620 HTTP/1.1" 200 1219 0.004204 10.0.0.50 - - [2026-02-19 02:15:01] "GET /virtual-network/d1170899-2c7b-4e5a-8a68-6426c8887e04 HTTP/1.1" 200 2336 0.006004 10.0.0.50 - - [2026-02-19 02:15:01] "GET /routing-instance/d4b1e2d3-7399-408f-a77c-dc52c5bc0fbb HTTP/1.1" 200 1492 0.005119 10.0.0.50 - - [2026-02-19 02:15:01] "GET /virtual-network/d1170899-2c7b-4e5a-8a68-6426c8887e04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005696 10.0.0.50 - - [2026-02-19 02:15:01] "GET /virtual-network/d1170899-2c7b-4e5a-8a68-6426c8887e04 HTTP/1.1" 200 2336 0.006895 10.0.0.50 - - [2026-02-19 02:15:01] "GET /routing-instance/d4b1e2d3-7399-408f-a77c-dc52c5bc0fbb HTTP/1.1" 200 1492 0.019772 10.0.0.50 - - [2026-02-19 02:15:01] "GET /routing-instance/d4b1e2d3-7399-408f-a77c-dc52c5bc0fbb HTTP/1.1" 200 1492 0.006104 10.0.0.50 - - [2026-02-19 02:15:01] "GET /route-target/e37a671e-8024-483c-8d7f-6a09a95e8620 HTTP/1.1" 200 1219 0.003390 10.0.0.50 - - [2026-02-19 02:15:01] "GET /domains HTTP/1.1" 200 280 0.003406 10.0.0.50 - - [2026-02-19 02:15:01] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001112 10.0.0.50 - - [2026-02-19 02:15:01] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 2783 0.014321 10.0.0.50 - - [2026-02-19 02:15:01] "GET /projects?obj_uuids=8023aee1-0368-4991-b995-8f98b8b9ab57&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001070 10.0.0.50 - - [2026-02-19 02:15:01] "GET /project/8023aee1-0368-4991-b995-8f98b8b9ab57 HTTP/1.1" 200 2173 0.078650 10.0.0.50 - - [2026-02-19 02:15:01] "GET /virtual-network/d1170899-2c7b-4e5a-8a68-6426c8887e04 HTTP/1.1" 200 2336 0.005847 10.0.0.50 - - [2026-02-19 02:15:01] "GET /obj-perms HTTP/1.1" 200 5054 0.067549 10.0.0.50 - - [2026-02-19 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.50 - - [2026-02-19 02:15:01] "GET /projects?obj_uuids=8023aee1-0368-4991-b995-8f98b8b9ab57&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001264 10.0.0.50 - - [2026-02-19 02:15:01] "GET /project/8023aee1-0368-4991-b995-8f98b8b9ab57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.028639 10.0.0.50 - - [2026-02-19 02:15:01] "POST /neutron/network HTTP/1.1" 200 117 0.017390 10.0.0.50 - - [2026-02-19 02:15:01] "GET /projects?obj_uuids=8023aee1-0368-4991-b995-8f98b8b9ab57&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001506 10.0.0.50 - - [2026-02-19 02:15:02] "POST /neutron/network HTTP/1.1" 200 619 0.077205 10.0.0.50 - - [2026-02-19 02:15:02] "POST /route-targets HTTP/1.1" 200 327 0.010613 10.0.0.50 - - [2026-02-19 02:15:02] "POST /ref-update HTTP/1.1" 200 156 0.016652 10.0.0.50 - - [2026-02-19 02:15:02] "POST /useragent-kv HTTP/1.1" 200 115 0.006242 10.0.0.50 - - [2026-02-19 02:15:02] "POST /neutron/subnet HTTP/1.1" 200 719 0.200830 10.0.0.50 - - [2026-02-19 02:15:02] "POST /neutron/network HTTP/1.1" 200 837 0.005557 10.0.0.50 - - [2026-02-19 02:15:02] "POST /id-to-fqname HTTP/1.1" 200 233 0.001281 10.0.0.50 - - [2026-02-19 02:15:02] "GET /virtual-network/2bd194d9-46df-4426-8bbf-ed94b7dad148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005418 10.0.0.50 - - [2026-02-19 02:15:02] "POST /neutron/network HTTP/1.1" 200 837 0.007250 10.0.0.50 - - [2026-02-19 02:15:02] "GET /virtual-network/2bd194d9-46df-4426-8bbf-ed94b7dad148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005325 10.0.0.50 - - [2026-02-19 02:15:02] "POST /neutron/network HTTP/1.1" 200 837 0.006785 10.0.0.50 - - [2026-02-19 02:15:02] "POST /neutron/subnet HTTP/1.1" 200 719 0.007288 10.0.0.50 - - [2026-02-19 02:15:02] "GET /domains HTTP/1.1" 200 280 0.002696 10.0.0.50 - - [2026-02-19 02:15:02] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001798 10.0.0.50 - - [2026-02-19 02:15:02] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 2783 0.009662 10.0.0.50 - - [2026-02-19 02:15:02] "GET /projects?obj_uuids=8023aee1-0368-4991-b995-8f98b8b9ab57&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001471 10.0.0.50 - - [2026-02-19 02:15:02] "GET /project/8023aee1-0368-4991-b995-8f98b8b9ab57 HTTP/1.1" 200 2401 0.071941 10.0.0.50 - - [2026-02-19 02:15:02] "GET /virtual-network/2bd194d9-46df-4426-8bbf-ed94b7dad148 HTTP/1.1" 200 2336 0.007581 10.0.0.50 - - [2026-02-19 02:15:02] "GET /virtual-network/2bd194d9-46df-4426-8bbf-ed94b7dad148 HTTP/1.1" 200 2336 0.005361 10.0.0.50 - - [2026-02-19 02:15:02] "GET /routing-instance/85965697-059b-4aa8-b9ae-ce2e5e203f9d HTTP/1.1" 200 1491 0.004076 10.0.0.50 - - [2026-02-19 02:15:02] "GET /routing-instance/85965697-059b-4aa8-b9ae-ce2e5e203f9d HTTP/1.1" 200 1491 0.003821 10.0.0.50 - - [2026-02-19 02:15:02] "GET /route-target/390db4af-d5f4-45e3-be67-58a0d3b62a5f HTTP/1.1" 200 1218 0.003648 10.0.0.50 - - [2026-02-19 02:15:02] "GET /virtual-network/2bd194d9-46df-4426-8bbf-ed94b7dad148 HTTP/1.1" 200 2336 0.005997 10.0.0.50 - - [2026-02-19 02:15:02] "GET /routing-instance/85965697-059b-4aa8-b9ae-ce2e5e203f9d HTTP/1.1" 200 1491 0.003797 10.0.0.50 - - [2026-02-19 02:15:02] "GET /virtual-network/2bd194d9-46df-4426-8bbf-ed94b7dad148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005303 10.0.0.50 - - [2026-02-19 02:15:02] "GET /virtual-network/2bd194d9-46df-4426-8bbf-ed94b7dad148 HTTP/1.1" 200 2336 0.005199 10.0.0.50 - - [2026-02-19 02:15:02] "GET /routing-instance/85965697-059b-4aa8-b9ae-ce2e5e203f9d HTTP/1.1" 200 1491 0.003721 10.0.0.50 - - [2026-02-19 02:15:02] "GET /routing-instance/85965697-059b-4aa8-b9ae-ce2e5e203f9d HTTP/1.1" 200 1491 0.005906 10.0.0.50 - - [2026-02-19 02:15:02] "GET /route-target/390db4af-d5f4-45e3-be67-58a0d3b62a5f HTTP/1.1" 200 1218 0.003287 10.0.0.50 - - [2026-02-19 02:15:02] "GET /domains HTTP/1.1" 200 280 0.002938 10.0.0.50 - - [2026-02-19 02:15:02] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000991 10.0.0.50 - - [2026-02-19 02:15:02] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 2783 0.006600 10.0.0.50 - - [2026-02-19 02:15:02] "GET /projects?obj_uuids=8023aee1-0368-4991-b995-8f98b8b9ab57&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001536 10.0.0.50 - - [2026-02-19 02:15:02] "GET /project/8023aee1-0368-4991-b995-8f98b8b9ab57 HTTP/1.1" 200 2401 0.075069 10.0.0.50 - - [2026-02-19 02:15:02] "GET /virtual-network/2bd194d9-46df-4426-8bbf-ed94b7dad148 HTTP/1.1" 200 2336 0.005481 10.0.0.50 - - [2026-02-19 02:15:02] "GET /obj-perms HTTP/1.1" 200 5054 0.003244 10.0.0.50 - - [2026-02-19 02:15:02] "POST /id-to-fqname HTTP/1.1" 200 233 0.001273 10.0.0.50 - - [2026-02-19 02:15:02] "POST /neutron/network HTTP/1.1" 200 847 0.007096 10.0.0.50 - - [2026-02-19 02:15:02] "GET /aaa-mode HTTP/1.1" 401 292 0.000460 10.0.0.50 - - [2026-02-19 02:15:03] "GET / HTTP/1.1" 200 35931 0.001503 10.0.0.50 - - [2026-02-19 02:15:03] "GET /project/8023aee1-0368-4991-b995-8f98b8b9ab57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000436 10.0.0.50 - - [2026-02-19 02:15:03] "GET /projects?obj_uuids=8023aee1-0368-4991-b995-8f98b8b9ab57&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001061 10.0.0.50 - - [2026-02-19 02:15:03] "GET /project/8023aee1-0368-4991-b995-8f98b8b9ab57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.061659 10.0.0.50 - - [2026-02-19 02:15:03] "POST /neutron/network HTTP/1.1" 200 837 0.006262 10.0.0.50 - - [2026-02-19 02:15:03] "POST /neutron/port HTTP/1.1" 200 117 0.007153 10.0.0.50 - - [2026-02-19 02:15:04] "POST /neutron/port HTTP/1.1" 200 117 0.007402 10.0.0.50 - - [2026-02-19 02:15:04] "POST /id-to-fqname HTTP/1.1" 200 233 0.001350 10.0.0.50 - - [2026-02-19 02:15:04] "POST /neutron/port HTTP/1.1" 200 117 0.005342 10.0.0.50 - - [2026-02-19 02:15:04] "POST /neutron/network HTTP/1.1" 200 847 0.005517 10.0.0.50 - - [2026-02-19 02:15:04] "GET /aaa-mode HTTP/1.1" 401 292 0.000489 10.0.0.50 - - [2026-02-19 02:15:04] "POST /neutron/network HTTP/1.1" 200 847 0.006159 10.0.0.50 - - [2026-02-19 02:15:04] "GET /projects?obj_uuids=8023aee1-0368-4991-b995-8f98b8b9ab57&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001056 10.0.0.50 - - [2026-02-19 02:15:04] "GET / HTTP/1.1" 200 35931 0.004487 10.0.0.50 - - [2026-02-19 02:15:04] "GET /project/8023aee1-0368-4991-b995-8f98b8b9ab57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000378 10.0.0.50 - - [2026-02-19 02:15:04] "POST /neutron/port HTTP/1.1" 200 1071 0.254319 10.0.0.50 - - [2026-02-19 02:15:04] "POST /neutron/port HTTP/1.1" 200 1071 0.011614 10.0.0.50 - - [2026-02-19 02:15:04] "POST /neutron/port HTTP/1.1" 200 1071 0.014594 10.0.0.50 - - [2026-02-19 02:15:04] "POST /neutron/port HTTP/1.1" 200 1125 0.074220 10.0.0.50 - - [2026-02-19 02:15:04] "POST /neutron/port HTTP/1.1" 200 1135 0.013387 10.0.0.50 - - [2026-02-19 02:15:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003688 10.0.0.50 - - [2026-02-19 02:15:04] "POST /neutron/subnet HTTP/1.1" 200 693 0.008170 10.0.0.50 - - [2026-02-19 02:15:04] "POST /neutron/port HTTP/1.1" 200 117 0.001397 10.0.0.50 - - [2026-02-19 02:15:04] "POST /neutron/network HTTP/1.1" 200 837 0.005708 10.0.0.50 - - [2026-02-19 02:15:05] "GET /projects?obj_uuids=8023aee1-0368-4991-b995-8f98b8b9ab57&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001036 10.0.0.50 - - [2026-02-19 02:15:05] "GET /project/8023aee1-0368-4991-b995-8f98b8b9ab57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.067763 10.0.0.50 - - [2026-02-19 02:15:05] "POST /neutron/network HTTP/1.1" 200 837 0.005812 10.0.0.50 - - [2026-02-19 02:15:05] "POST /neutron/port HTTP/1.1" 200 1135 0.018718 10.0.0.50 - - [2026-02-19 02:15:05] "POST /neutron/security_group HTTP/1.1" 200 2070 0.013299 10.0.0.50 - - [2026-02-19 02:15:05] "POST /neutron/port HTTP/1.1" 200 117 0.010154 10.0.0.50 - - [2026-02-19 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276 10.0.0.50 - - [2026-02-19 02:15:05] "GET /projects?obj_uuids=8023aee1-0368-4991-b995-8f98b8b9ab57&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002228 10.0.0.50 - - [2026-02-19 02:15:05] "GET /project/8023aee1-0368-4991-b995-8f98b8b9ab57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.054379 10.0.0.50 - - [2026-02-19 02:15:05] "GET /virtual-network/d1170899-2c7b-4e5a-8a68-6426c8887e04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006841 10.0.0.50 - - [2026-02-19 02:15:05] "POST /neutron/network HTTP/1.1" 200 847 0.006386 10.0.0.50 - - [2026-02-19 02:15:05] "GET /projects?obj_uuids=8023aee1-0368-4991-b995-8f98b8b9ab57&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001655 10.0.0.50 - - [2026-02-19 02:15:05] "GET /floating-ip-pools?parent_id=d1170899-2c7b-4e5a-8a68-6426c8887e04&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003532 10.0.0.50 - - [2026-02-19 02:15:05] "GET /virtual-network/d1170899-2c7b-4e5a-8a68-6426c8887e04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.007743 10.0.0.50 - - [2026-02-19 02:15:05] "POST /floating-ip-pools HTTP/1.1" 200 609 0.075942 10.0.0.50 - - [2026-02-19 02:15:05] "POST /ref-update HTTP/1.1" 200 156 0.012040 10.0.0.50 - - [2026-02-19 02:15:05] "GET /virtual-network/d1170899-2c7b-4e5a-8a68-6426c8887e04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.011749 10.0.0.50 - - [2026-02-19 02:15:06] "POST /neutron/port HTTP/1.1" 200 1071 0.355674 10.0.0.50 - - [2026-02-19 02:15:06] "GET /domains HTTP/1.1" 200 280 0.002515 10.0.0.50 - - [2026-02-19 02:15:06] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002592 10.0.0.50 - - [2026-02-19 02:15:06] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 2783 0.008792 10.0.0.50 - - [2026-02-19 02:15:06] "GET /projects?obj_uuids=8023aee1-0368-4991-b995-8f98b8b9ab57&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001232 10.0.0.50 - - [2026-02-19 02:15:06] "POST /neutron/port HTTP/1.1" 200 1071 0.020885 10.0.0.50 - - [2026-02-19 02:15:06] "POST /neutron/port HTTP/1.1" 200 1071 0.020935 10.0.0.50 - - [2026-02-19 02:15:06] "GET /project/8023aee1-0368-4991-b995-8f98b8b9ab57 HTTP/1.1" 200 3243 0.095017 10.0.0.50 - - [2026-02-19 02:15:06] "GET /virtual-network/d1170899-2c7b-4e5a-8a68-6426c8887e04 HTTP/1.1" 200 3148 0.009062 10.0.0.50 - - [2026-02-19 02:15:06] "GET /floating-ip-pool/703e16ba-022b-46fe-a8da-2d967112c3fa HTTP/1.1" 200 1440 0.013011 10.0.0.50 - - [2026-02-19 02:15:06] "GET /domains HTTP/1.1" 200 280 0.006676 10.0.0.50 - - [2026-02-19 02:15:06] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001387 10.0.0.50 - - [2026-02-19 02:15:06] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 2783 0.010625 10.0.0.50 - - [2026-02-19 02:15:06] "GET /projects?obj_uuids=8023aee1-0368-4991-b995-8f98b8b9ab57&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002405 10.0.0.50 - - [2026-02-19 02:15:06] "POST /neutron/port HTTP/1.1" 200 1125 0.141440 10.0.0.50 - - [2026-02-19 02:15:06] "GET /project/8023aee1-0368-4991-b995-8f98b8b9ab57 HTTP/1.1" 200 3243 0.079732 10.0.0.50 - - [2026-02-19 02:15:06] "GET /virtual-network/d1170899-2c7b-4e5a-8a68-6426c8887e04 HTTP/1.1" 200 3148 0.004506 10.0.0.50 - - [2026-02-19 02:15:06] "GET /virtual-network/d1170899-2c7b-4e5a-8a68-6426c8887e04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004937 10.0.0.50 - - [2026-02-19 02:15:06] "POST /neutron/port HTTP/1.1" 200 1135 0.027401 10.0.0.50 - - [2026-02-19 02:15:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007451 10.0.0.50 - - [2026-02-19 02:15:06] "POST /neutron/port HTTP/1.1" 200 1135 0.013053 10.0.0.50 - - [2026-02-19 02:15:06] "POST /neutron/subnet HTTP/1.1" 200 694 0.007303 10.0.0.50 - - [2026-02-19 02:15:06] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007321 10.0.0.50 - - [2026-02-19 02:15:06] "POST /neutron/port HTTP/1.1" 200 117 0.001469 10.0.0.50 - - [2026-02-19 02:15:06] "POST /neutron/network HTTP/1.1" 200 837 0.007660 10.0.0.50 - - [2026-02-19 02:15:06] "POST /neutron/port HTTP/1.1" 200 1135 0.024351 10.0.0.50 - - [2026-02-19 02:15:06] "POST /neutron/security_group HTTP/1.1" 200 2070 0.014348 10.0.0.50 - - [2026-02-19 02:15:06] "POST /neutron/port HTTP/1.1" 200 1135 0.024230 10.0.0.50 - - [2026-02-19 02:15:06] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009082 10.0.0.50 - - [2026-02-19 02:15:06] "GET /virtual-machine/e84afb71-2b9a-4250-9c9f-80967365a454 HTTP/1.1" 200 1305 0.005339 10.0.0.50 - - [2026-02-19 02:15:06] "GET /virtual-machine-interface/124ff61c-a151-4dec-a5d6-f4717e143eea HTTP/1.1" 200 3003 0.005045 10.0.0.50 - - [2026-02-19 02:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.50 - - [2026-02-19 02:15:06] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006233 10.0.0.50 - - [2026-02-19 02:15:06] "GET /virtual-networks?parent_id=8023aee1-0368-4991-b995-8f98b8b9ab57&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003048 10.0.0.50 - - [2026-02-19 02:15:06] "GET /virtual-network/2bd194d9-46df-4426-8bbf-ed94b7dad148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005321 10.0.0.50 - - [2026-02-19 02:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.50 - - [2026-02-19 02:15:09] "GET /virtual-network/2bd194d9-46df-4426-8bbf-ed94b7dad148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004866 10.0.0.50 - - [2026-02-19 02:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.50 - - [2026-02-19 02:15:13] "GET /virtual-network/2bd194d9-46df-4426-8bbf-ed94b7dad148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005104 10.0.0.50 - - [2026-02-19 02:15:16] "POST /neutron/port HTTP/1.1" 200 1135 0.054500 10.0.0.50 - - [2026-02-19 02:15:16] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006058 10.0.0.50 - - [2026-02-19 02:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.50 - - [2026-02-19 02:15:16] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003612 10.0.0.50 - - [2026-02-19 02:15:16] "GET /virtual-networks?parent_id=8023aee1-0368-4991-b995-8f98b8b9ab57&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003178 10.0.0.50 - - [2026-02-19 02:15:16] "GET /virtual-network/2bd194d9-46df-4426-8bbf-ed94b7dad148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.010460 10.0.0.50 - - [2026-02-19 02:15:16] "POST /neutron/port HTTP/1.1" 200 1135 0.014152 10.0.0.50 - - [2026-02-19 02:15:16] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007348 10.0.0.50 - - [2026-02-19 02:15:16] "POST /neutron/port HTTP/1.1" 200 1135 0.013440 10.0.0.50 - - [2026-02-19 02:15:16] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005904 10.0.0.50 - - [2026-02-19 02:15:18] "DELETE /project/8023aee103684991b9958f98b8b9ab57 HTTP/1.1" 404 173 0.007471 10.0.0.50 - - [2026-02-19 02:15:18] "DELETE /project/b47adb4678184b5d977e197f90f071d1 HTTP/1.1" 404 173 0.007615 10.0.0.50 - - [2026-02-19 02:15:18] "DELETE /project/7e06c87db395434e911273ece1500dd6 HTTP/1.1" 404 173 0.004964 10.0.0.50 - - [2026-02-19 02:15:18] "GET /projects?obj_uuids=b47adb46-7818-4b5d-977e-197f90f071d1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000904 10.0.0.50 - - [2026-02-19 02:15:18] "GET /project/b47adb46-7818-4b5d-977e-197f90f071d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.023942 10.0.0.50 - - [2026-02-19 02:15:18] "GET /projects?obj_uuids=b47adb46-7818-4b5d-977e-197f90f071d1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001360 10.0.0.50 - - [2026-02-19 02:15:18] "GET /project/b47adb46-7818-4b5d-977e-197f90f071d1?fields=security_groups HTTP/1.1" 200 1396 0.075412 10.0.0.50 - - [2026-02-19 02:15:18] "DELETE /security-group/d7802cb1-5aba-4b03-8f11-5286d6746918 HTTP/1.1" 200 115 0.045260 10.0.0.50 - - [2026-02-19 02:15:18] "GET /projects?obj_uuids=b47adb46-7818-4b5d-977e-197f90f071d1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000970 10.0.0.50 - - [2026-02-19 02:15:18] "DELETE /access-control-list/06ecc031-ca11-4232-a4e1-de96b5fc8caf HTTP/1.1" 200 115 0.036736 10.0.0.50 - - [2026-02-19 02:15:18] "GET /project/b47adb46-7818-4b5d-977e-197f90f071d1?fields=application_policy_sets HTTP/1.1" 200 1435 0.029073 10.0.0.50 - - [2026-02-19 02:15:18] "DELETE /access-control-list/1fb76491-f30c-4c28-b69b-c0b5b1b1a3c0 HTTP/1.1" 200 115 0.027772 10.0.0.50 - - [2026-02-19 02:15:18] "DELETE /project/b47adb46-7818-4b5d-977e-197f90f071d1 HTTP/1.1" 200 115 0.341784 10.0.0.50 - - [2026-02-19 02:15:21] "GET /projects?obj_uuids=8023aee1-0368-4991-b995-8f98b8b9ab57&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001099 10.0.0.50 - - [2026-02-19 02:15:21] "POST /neutron/floatingip HTTP/1.1" 200 529 0.098958 10.0.0.50 - - [2026-02-19 02:15:21] "POST /neutron/port HTTP/1.1" 200 1135 0.013304 10.0.0.50 - - [2026-02-19 02:15:21] "POST /neutron/floatingip HTTP/1.1" 200 529 0.005222 10.0.0.50 - - [2026-02-19 02:15:21] "POST /neutron/floatingip HTTP/1.1" 200 575 0.036570 10.0.0.50 - - [2026-02-19 02:15:21] "POST /neutron/port HTTP/1.1" 200 1135 0.012612 10.0.0.50 - - [2026-02-19 02:15:21] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006985 10.0.0.50 - - [2026-02-19 02:15:21] "POST /neutron/port HTTP/1.1" 200 1135 0.015321 10.0.0.50 - - [2026-02-19 02:15:21] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006756 10.0.0.50 - - [2026-02-19 02:15:21] "POST /neutron/port HTTP/1.1" 200 1135 0.014812 10.0.0.50 - - [2026-02-19 02:15:21] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005948 10.0.0.50 - - [2026-02-19 02:15:21] "GET /virtual-machine/a5f1e520-bf3b-4ede-b18f-630a7fbe29ff HTTP/1.1" 200 1305 0.004911 10.0.0.50 - - [2026-02-19 02:15:21] "GET /virtual-machine-interface/18851f26-2f28-42a0-813f-a3f16f7ab013 HTTP/1.1" 200 3002 0.005892 10.0.0.50 - - [2026-02-19 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.50 - - [2026-02-19 02:15:21] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003097 10.0.0.50 - - [2026-02-19 02:15:21] "GET /virtual-networks?parent_id=8023aee1-0368-4991-b995-8f98b8b9ab57&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004315 10.0.0.50 - - [2026-02-19 02:15:21] "GET /virtual-network/d1170899-2c7b-4e5a-8a68-6426c8887e04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005282 10.0.0.50 - - [2026-02-19 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.50 - - [2026-02-19 02:15:23] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003092 10.0.0.50 - - [2026-02-19 02:15:23] "GET /virtual-networks?parent_id=8023aee1-0368-4991-b995-8f98b8b9ab57&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002994 10.0.0.50 - - [2026-02-19 02:15:23] "GET /virtual-network/d1170899-2c7b-4e5a-8a68-6426c8887e04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005494 10.0.0.50 - - [2026-02-19 02:15:23] "POST /neutron/floatingip HTTP/1.1" 200 575 0.013030 10.0.0.50 - - [2026-02-19 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.50 - - [2026-02-19 02:15:23] "GET /routing-instance/d4b1e2d3-7399-408f-a77c-dc52c5bc0fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.004833 10.0.0.50 - - [2026-02-19 02:15:23] "GET /route-target/e37a671e-8024-483c-8d7f-6a09a95e8620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004023 10.0.0.50 - - [2026-02-19 02:15:23] "GET /floating-ip/b28123d9-23d0-49b2-83d4-014202590d67 HTTP/1.1" 200 1886 0.005793 10.0.0.50 - - [2026-02-19 02:15:24] "GET /obj-perms HTTP/1.1" 200 5056 0.066488 10.0.0.50 - - [2026-02-19 02:15:25] "GET /obj-perms HTTP/1.1" 200 5056 0.066870 10.0.0.50 - - [2026-02-19 02:15:26] "POST /neutron/floatingip HTTP/1.1" 200 575 0.011552 10.0.0.50 - - [2026-02-19 02:15:26] "POST /neutron/floatingip HTTP/1.1" 200 529 0.022125 10.0.0.50 - - [2026-02-19 02:15:26] "POST /neutron/floatingip HTTP/1.1" 200 529 0.005785 10.0.0.50 - - [2026-02-19 02:15:26] "POST /neutron/floatingip HTTP/1.1" 200 115 0.033973 10.0.0.50 - - [2026-02-19 02:15:26] "GET /floating-ip-pool/703e16ba-022b-46fe-a8da-2d967112c3fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.011013 10.0.0.50 - - [2026-02-19 02:15:26] "POST /ref-update HTTP/1.1" 200 156 0.009418 10.0.0.50 - - [2026-02-19 02:15:26] "DELETE /floating-ip-pool/703e16ba-022b-46fe-a8da-2d967112c3fa HTTP/1.1" 200 115 0.022955 10.0.0.50 - - [2026-02-19 02:15:26] "POST /neutron/network HTTP/1.1" 200 837 0.006043 10.0.0.50 - - [2026-02-19 02:15:27] "POST /neutron/network HTTP/1.1" 400 204 0.010463 10.0.0.50 - - [2026-02-19 02:15:27] "POST /neutron/port HTTP/1.1" 200 1135 0.014916 10.0.0.50 - - [2026-02-19 02:15:27] "POST /neutron/port HTTP/1.1" 200 1125 0.013314 10.0.0.50 - - [2026-02-19 02:15:27] "POST /neutron/port HTTP/1.1" 200 1135 0.031659 10.0.0.50 - - [2026-02-19 02:15:27] "POST /neutron/port HTTP/1.1" 200 1125 0.012784 10.0.0.50 - - [2026-02-19 02:15:27] "POST /neutron/port HTTP/1.1" 200 151 0.158162 10.0.0.50 - - [2026-02-19 02:15:27] "POST /neutron/port HTTP/1.1" 200 151 0.166606 10.0.0.50 - - [2026-02-19 02:15:29] "POST /neutron/network HTTP/1.1" 200 837 0.005845 10.0.0.50 - - [2026-02-19 02:15:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003432 10.0.0.50 - - [2026-02-19 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.50 - - [2026-02-19 02:15:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003784 10.0.0.50 - - [2026-02-19 02:15:29] "POST /neutron/network HTTP/1.1" 200 151 0.096742 10.0.0.50 - - [2026-02-19 02:15:29] "DELETE /route-target/390db4af-d5f4-45e3-be67-58a0d3b62a5f HTTP/1.1" 200 115 0.021462 10.0.0.50 - - [2026-02-19 02:15:29] "GET /routing-instance/85965697-059b-4aa8-b9ae-ce2e5e203f9d HTTP/1.1" 404 171 0.004343 10.0.0.50 - - [2026-02-19 02:15:29] "GET /domains HTTP/1.1" 200 280 0.002754 10.0.0.50 - - [2026-02-19 02:15:29] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001063 10.0.0.50 - - [2026-02-19 02:15:29] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 2586 0.048458 10.0.0.50 - - [2026-02-19 02:15:29] "GET /projects?obj_uuids=8023aee1-0368-4991-b995-8f98b8b9ab57&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001048 10.0.0.50 - - [2026-02-19 02:15:29] "GET /project/8023aee1-0368-4991-b995-8f98b8b9ab57 HTTP/1.1" 200 2173 0.068172 10.0.0.50 - - [2026-02-19 02:15:29] "POST /neutron/network HTTP/1.1" 200 837 0.006046 10.0.0.50 - - [2026-02-19 02:15:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003459 10.0.0.50 - - [2026-02-19 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.50 - - [2026-02-19 02:15:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001924 10.0.0.50 - - [2026-02-19 02:15:29] "POST /neutron/network HTTP/1.1" 200 151 0.087878 10.0.0.50 - - [2026-02-19 02:15:29] "GET /routing-instance/d4b1e2d3-7399-408f-a77c-dc52c5bc0fbb HTTP/1.1" 404 171 0.003995 10.0.0.50 - - [2026-02-19 02:15:29] "DELETE /route-target/e37a671e-8024-483c-8d7f-6a09a95e8620 HTTP/1.1" 200 115 0.020864 10.0.0.50 - - [2026-02-19 02:15:29] "GET /domains HTTP/1.1" 200 280 0.002707 10.0.0.50 - - [2026-02-19 02:15:29] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001488 10.0.0.50 - - [2026-02-19 02:15:29] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 2586 0.051440 10.0.0.50 - - [2026-02-19 02:15:29] "GET /projects?obj_uuids=8023aee1-0368-4991-b995-8f98b8b9ab57&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001080 10.0.0.50 - - [2026-02-19 02:15:29] "GET /project/8023aee1-0368-4991-b995-8f98b8b9ab57 HTTP/1.1" 200 1923 0.075157 10.0.0.50 - - [2026-02-19 02:15:29] "GET /projects?obj_uuids=8023aee1-0368-4991-b995-8f98b8b9ab57&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001189 10.0.0.50 - - [2026-02-19 02:15:29] "GET /project/8023aee1-0368-4991-b995-8f98b8b9ab57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.030885 10.0.0.50 - - [2026-02-19 02:15:29] "GET /projects?obj_uuids=8023aee1-0368-4991-b995-8f98b8b9ab57&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001079 10.0.0.50 - - [2026-02-19 02:15:29] "GET /project/8023aee1-0368-4991-b995-8f98b8b9ab57?fields=virtual_networks HTTP/1.1" 200 1055 0.073827 10.0.0.50 - - [2026-02-19 02:15:30] "GET /projects?obj_uuids=8023aee1-0368-4991-b995-8f98b8b9ab57&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001081 10.0.0.50 - - [2026-02-19 02:15:30] "GET /project/8023aee1-0368-4991-b995-8f98b8b9ab57?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.025948 10.0.0.50 - - [2026-02-19 02:15:30] "GET /projects?obj_uuids=8023aee1-0368-4991-b995-8f98b8b9ab57&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001024 10.0.0.50 - - [2026-02-19 02:15:30] "GET /project/8023aee1-0368-4991-b995-8f98b8b9ab57?fields=security_groups HTTP/1.1" 200 1293 0.042268 10.0.0.50 - - [2026-02-19 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 183 0.029665 10.0.0.50 - - [2026-02-19 02:15:31] "GET /projects?obj_uuids=2b93dd7a-08ce-4eb5-877c-b2d4160e2f00&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002316 10.0.0.50 - - [2026-02-19 02:15:31] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001002 10.0.0.50 - - [2026-02-19 02:15:31] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007789 10.0.0.50 - - [2026-02-19 02:15:31] "POST /id-to-fqname HTTP/1.1" 200 185 0.002431 10.0.0.50 - - [2026-02-19 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 194 0.002218 10.0.0.50 - - [2026-02-19 02:15:31] "POST /security-groups HTTP/1.1" 200 586 0.064332 10.0.0.50 - - [2026-02-19 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 229 0.002594 10.0.0.50 - - [2026-02-19 02:15:31] "POST /projects HTTP/1.1" 200 575 0.214671 10.0.0.50 - - [2026-02-19 02:15:31] "POST /access-control-lists HTTP/1.1" 200 591 0.060358 10.0.0.50 - - [2026-02-19 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.291297 10.0.0.50 - - [2026-02-19 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 228 0.003111 10.0.0.50 - - [2026-02-19 02:15:31] "GET /project/2b93dd7a-08ce-4eb5-877c-b2d4160e2f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1341 0.416027 10.0.0.50 - - [2026-02-19 02:15:31] "POST /access-control-lists HTTP/1.1" 200 589 0.064694 10.0.0.50 - - [2026-02-19 02:15:32] "GET / HTTP/1.1" 200 35931 0.003243 10.0.0.50 - - [2026-02-19 02:15:34] "GET /projects?obj_uuids=2b93dd7a-08ce-4eb5-877c-b2d4160e2f00&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001065 10.0.0.50 - - [2026-02-19 02:15:34] "GET /project/2b93dd7a-08ce-4eb5-877c-b2d4160e2f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1341 0.026810 10.0.0.50 - - [2026-02-19 02:15:34] "GET /projects?obj_uuids=2b93dd7a-08ce-4eb5-877c-b2d4160e2f00&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001066 10.0.0.50 - - [2026-02-19 02:15:34] "GET /project/2b93dd7a-08ce-4eb5-877c-b2d4160e2f00?fields=virtual_networks HTTP/1.1" 200 1020 0.081607 10.0.0.50 - - [2026-02-19 02:15:34] "GET /projects?obj_uuids=2b93dd7a-08ce-4eb5-877c-b2d4160e2f00&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001015 10.0.0.50 - - [2026-02-19 02:15:34] "GET /project/2b93dd7a-08ce-4eb5-877c-b2d4160e2f00?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.069368 10.0.0.50 - - [2026-02-19 02:15:34] "GET /projects?obj_uuids=2b93dd7a-08ce-4eb5-877c-b2d4160e2f00&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000990 10.0.0.50 - - [2026-02-19 02:15:34] "GET /project/2b93dd7a-08ce-4eb5-877c-b2d4160e2f00?fields=security_groups HTTP/1.1" 200 1241 0.024591 10.0.0.50 - - [2026-02-19 02:15:35] "POST /fqname-to-id HTTP/1.1" 404 183 0.036639 10.0.0.50 - - [2026-02-19 02:15:35] "GET /projects?obj_uuids=4731edab-57b3-434f-aa41-83646c269882&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003010 10.0.0.50 - - [2026-02-19 02:15:35] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001448 10.0.0.50 - - [2026-02-19 02:15:35] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009954 10.0.0.50 - - [2026-02-19 02:15:35] "POST /id-to-fqname HTTP/1.1" 200 185 0.002487 10.0.0.50 - - [2026-02-19 02:15:35] "POST /fqname-to-id HTTP/1.1" 404 194 0.003104 10.0.0.50 - - [2026-02-19 02:15:35] "POST /security-groups HTTP/1.1" 200 586 0.066133 10.0.0.50 - - [2026-02-19 02:15:35] "POST /fqname-to-id HTTP/1.1" 404 229 0.002522 10.0.0.50 - - [2026-02-19 02:15:35] "POST /projects HTTP/1.1" 200 575 0.219373 10.0.0.50 - - [2026-02-19 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.252519 10.0.0.50 - - [2026-02-19 02:15:35] "POST /access-control-lists HTTP/1.1" 200 591 0.061937 10.0.0.50 - - [2026-02-19 02:15:35] "GET /project/4731edab-57b3-434f-aa41-83646c269882?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.391231 10.0.0.50 - - [2026-02-19 02:15:35] "POST /fqname-to-id HTTP/1.1" 404 228 0.002663 10.0.0.50 - - [2026-02-19 02:15:35] "POST /access-control-lists HTTP/1.1" 200 589 0.060517 10.0.0.50 - - [2026-02-19 02:15:36] "GET / HTTP/1.1" 200 35931 0.002512 10.0.0.50 - - [2026-02-19 02:15:37] "POST /fqname-to-id HTTP/1.1" 404 193 0.002831 10.0.0.50 - - [2026-02-19 02:15:37] "GET /projects?obj_uuids=7e06c87d-b395-434e-9112-73ece1500dd6&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001404 10.0.0.50 - - [2026-02-19 02:15:37] "POST /fqname-to-id HTTP/1.1" 404 228 0.003026 10.0.0.50 - - [2026-02-19 02:15:37] "POST /access-control-lists HTTP/1.1" 200 590 0.018660 10.0.0.50 - - [2026-02-19 02:15:37] "POST /fqname-to-id HTTP/1.1" 404 227 0.003448 10.0.0.50 - - [2026-02-19 02:15:37] "POST /access-control-lists HTTP/1.1" 200 588 0.017584 10.0.0.50 - - [2026-02-19 02:15:37] "PUT /access-control-list/50f08b60-ffa9-4d34-9b01-ad05efcffd9b HTTP/1.1" 200 272 0.007921 10.0.0.50 - - [2026-02-19 02:15:37] "PUT /access-control-list/a74b34b9-b24e-4541-a11a-deac135cb3e7 HTTP/1.1" 200 272 0.010375 10.0.0.50 - - [2026-02-19 02:15:37] "POST /neutron/security_group HTTP/1.1" 200 1364 0.411411 10.0.0.50 - - [2026-02-19 02:15:37] "PUT /access-control-list/a74b34b9-b24e-4541-a11a-deac135cb3e7 HTTP/1.1" 200 272 0.010389 10.0.0.50 - - [2026-02-19 02:15:37] "GET /projects?obj_uuids=7e06c87d-b395-434e-9112-73ece1500dd6&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000988 10.0.0.50 - - [2026-02-19 02:15:37] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.045368 10.0.0.50 - - [2026-02-19 02:15:37] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010090 10.0.0.50 - - [2026-02-19 02:15:38] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.141357 10.0.0.50 - - [2026-02-19 02:15:38] "PUT /access-control-list/a74b34b9-b24e-4541-a11a-deac135cb3e7 HTTP/1.1" 200 272 0.008678 10.0.0.50 - - [2026-02-19 02:15:38] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.011436 10.0.0.50 - - [2026-02-19 02:15:38] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.106900 10.0.0.50 - - [2026-02-19 02:15:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.002823 10.0.0.50 - - [2026-02-19 02:15:38] "PUT /access-control-list/a74b34b9-b24e-4541-a11a-deac135cb3e7 HTTP/1.1" 200 272 0.011260 10.0.0.50 - - [2026-02-19 02:15:38] "GET /projects?obj_uuids=7e06c87d-b395-434e-9112-73ece1500dd6&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000994 10.0.0.50 - - [2026-02-19 02:15:38] "POST /fqname-to-id HTTP/1.1" 404 228 0.002630 10.0.0.50 - - [2026-02-19 02:15:38] "POST /access-control-lists HTTP/1.1" 200 590 0.015157 10.0.0.50 - - [2026-02-19 02:15:38] "POST /fqname-to-id HTTP/1.1" 404 227 0.002955 10.0.0.50 - - [2026-02-19 02:15:38] "POST /access-control-lists HTTP/1.1" 200 588 0.024619 10.0.0.50 - - [2026-02-19 02:15:38] "PUT /access-control-list/c40abe57-8639-4b99-a7ed-e1f872f9c870 HTTP/1.1" 200 272 0.008049 10.0.0.50 - - [2026-02-19 02:15:38] "PUT /access-control-list/f0bbdb17-7eb4-47c6-9408-c2c3fd5e8317 HTTP/1.1" 200 272 0.010635 10.0.0.50 - - [2026-02-19 02:15:38] "POST /neutron/security_group HTTP/1.1" 200 1364 0.335134 10.0.0.50 - - [2026-02-19 02:15:38] "GET /projects?obj_uuids=7e06c87d-b395-434e-9112-73ece1500dd6&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001022 10.0.0.50 - - [2026-02-19 02:15:38] "PUT /access-control-list/f0bbdb17-7eb4-47c6-9408-c2c3fd5e8317 HTTP/1.1" 200 272 0.017197 10.0.0.50 - - [2026-02-19 02:15:38] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.042531 10.0.0.50 - - [2026-02-19 02:15:38] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007740 10.0.0.50 - - [2026-02-19 02:15:38] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.138924 10.0.0.50 - - [2026-02-19 02:15:38] "PUT /access-control-list/f0bbdb17-7eb4-47c6-9408-c2c3fd5e8317 HTTP/1.1" 200 272 0.014708 10.0.0.50 - - [2026-02-19 02:15:38] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.014589 10.0.0.50 - - [2026-02-19 02:15:39] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.164641 10.0.0.50 - - [2026-02-19 02:15:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000411 10.0.0.50 - - [2026-02-19 02:15:39] "PUT /access-control-list/f0bbdb17-7eb4-47c6-9408-c2c3fd5e8317 HTTP/1.1" 200 272 0.009585 10.0.0.50 - - [2026-02-19 02:15:39] "POST /fqname-to-id HTTP/1.1" 404 210 0.033821 10.0.0.50 - - [2026-02-19 02:15:39] "GET /projects?obj_uuids=4731edab-57b3-434f-aa41-83646c269882&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001096 10.0.0.50 - - [2026-02-19 02:15:39] "POST /fqname-to-id HTTP/1.1" 404 245 0.003072 10.0.0.50 - - [2026-02-19 02:15:39] "POST /access-control-lists HTTP/1.1" 200 607 0.013993 10.0.0.50 - - [2026-02-19 02:15:39] "POST /fqname-to-id HTTP/1.1" 404 244 0.002487 10.0.0.50 - - [2026-02-19 02:15:39] "POST /access-control-lists HTTP/1.1" 200 605 0.015674 10.0.0.50 - - [2026-02-19 02:15:39] "PUT /access-control-list/966c175e-1aa7-415a-ab69-f6d2cfe6cc3f HTTP/1.1" 200 272 0.011244 10.0.0.50 - - [2026-02-19 02:15:39] "POST /neutron/security_group HTTP/1.1" 200 1379 0.292558 10.0.0.50 - - [2026-02-19 02:15:39] "GET /projects?obj_uuids=4731edab-57b3-434f-aa41-83646c269882&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001066 10.0.0.50 - - [2026-02-19 02:15:39] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.033826 10.0.0.50 - - [2026-02-19 02:15:39] "PUT /access-control-list/2c03ca56-a3eb-4006-a23e-e79ec190f53a HTTP/1.1" 200 272 0.012403 10.0.0.50 - - [2026-02-19 02:15:39] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.011876 10.0.0.50 - - [2026-02-19 02:15:39] "PUT /access-control-list/2c03ca56-a3eb-4006-a23e-e79ec190f53a HTTP/1.1" 200 272 0.009144 10.0.0.50 - - [2026-02-19 02:15:39] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.160577 10.0.0.50 - - [2026-02-19 02:15:39] "PUT /access-control-list/2c03ca56-a3eb-4006-a23e-e79ec190f53a HTTP/1.1" 200 272 0.009170 10.0.0.50 - - [2026-02-19 02:15:39] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.011335 10.0.0.50 - - [2026-02-19 02:15:40] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.143382 10.0.0.50 - - [2026-02-19 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 210 0.002643 10.0.0.50 - - [2026-02-19 02:15:40] "PUT /access-control-list/2c03ca56-a3eb-4006-a23e-e79ec190f53a HTTP/1.1" 200 272 0.010938 10.0.0.50 - - [2026-02-19 02:15:40] "GET /projects?obj_uuids=4731edab-57b3-434f-aa41-83646c269882&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001067 10.0.0.50 - - [2026-02-19 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 245 0.003917 10.0.0.50 - - [2026-02-19 02:15:40] "POST /access-control-lists HTTP/1.1" 200 607 0.016195 10.0.0.50 - - [2026-02-19 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 244 0.002856 10.0.0.50 - - [2026-02-19 02:15:40] "POST /access-control-lists HTTP/1.1" 200 605 0.016736 10.0.0.50 - - [2026-02-19 02:15:40] "PUT /access-control-list/fb313bb4-32b6-489a-be10-e6c9945a05cb HTTP/1.1" 200 272 0.009238 10.0.0.50 - - [2026-02-19 02:15:40] "PUT /access-control-list/572072df-5f19-469d-8d21-d56f4055f55f HTTP/1.1" 200 272 0.009477 10.0.0.50 - - [2026-02-19 02:15:40] "POST /neutron/security_group HTTP/1.1" 200 1379 0.399475 10.0.0.50 - - [2026-02-19 02:15:40] "PUT /access-control-list/572072df-5f19-469d-8d21-d56f4055f55f HTTP/1.1" 200 272 0.017421 10.0.0.50 - - [2026-02-19 02:15:40] "GET /projects?obj_uuids=4731edab-57b3-434f-aa41-83646c269882&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001031 10.0.0.50 - - [2026-02-19 02:15:40] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.029079 10.0.0.50 - - [2026-02-19 02:15:40] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008569 10.0.0.50 - - [2026-02-19 02:15:40] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.115732 10.0.0.50 - - [2026-02-19 02:15:40] "PUT /access-control-list/572072df-5f19-469d-8d21-d56f4055f55f HTTP/1.1" 200 272 0.008516 10.0.0.50 - - [2026-02-19 02:15:40] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.012046 10.0.0.50 - - [2026-02-19 02:15:40] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.121158 10.0.0.50 - - [2026-02-19 02:15:40] "PUT /access-control-list/572072df-5f19-469d-8d21-d56f4055f55f HTTP/1.1" 200 272 0.008619 10.0.0.50 - - [2026-02-19 02:15:41] "GET /projects?obj_uuids=7e06c87d-b395-434e-9112-73ece1500dd6&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001113 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 541 0.045702 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 541 0.004125 10.0.0.50 - - [2026-02-19 02:15:41] "POST /route-targets HTTP/1.1" 200 327 0.015238 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 541 0.004046 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 541 0.004088 10.0.0.50 - - [2026-02-19 02:15:41] "PUT /logical-router/9908dace-60fd-4cae-abc3-acca8fe13f03 HTTP/1.1" 200 262 0.032248 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 541 0.004344 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 541 0.003381 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 541 0.003220 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 541 0.004113 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 541 0.003670 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 541 0.004007 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 541 0.004220 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 541 0.003512 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 541 0.003456 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 541 0.003495 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 541 0.003923 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 541 0.003312 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 541 0.003520 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 541 0.003361 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 541 0.003839 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 541 0.003567 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 541 0.003425 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 541 0.003916 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 541 0.003302 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 541 0.003380 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 541 0.003582 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 541 0.003392 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 541 0.003373 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 541 0.004370 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 541 0.005528 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 541 0.003272 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 541 0.003319 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 541 0.003462 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 541 0.003436 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 541 0.024224 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 541 0.007334 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 541 0.026540 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 541 0.006227 10.0.0.50 - - [2026-02-19 02:15:41] "GET /logical-router/9908dace-60fd-4cae-abc3-acca8fe13f03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003366 10.0.0.50 - - [2026-02-19 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 151 0.052891 10.0.0.50 - - [2026-02-19 02:15:41] "GET /projects?obj_uuids=7e06c87d-b395-434e-9112-73ece1500dd6&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001494 10.0.0.50 - - [2026-02-19 02:15:41] "DELETE /route-target/c8ef8102-695f-4de0-8662-53441d56daba HTTP/1.1" 200 115 0.021147 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 542 0.060948 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 542 0.004529 10.0.0.50 - - [2026-02-19 02:15:41] "POST /route-targets HTTP/1.1" 200 327 0.015027 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 542 0.004177 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 542 0.005134 10.0.0.50 - - [2026-02-19 02:15:41] "PUT /logical-router/5f9a0dbf-b0f8-4fd9-97f8-1bbad9828ffc HTTP/1.1" 200 262 0.025604 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 542 0.004472 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 542 0.003281 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 542 0.004144 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 542 0.004393 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 542 0.003613 10.0.0.50 - - [2026-02-19 02:15:41] "POST /neutron/router HTTP/1.1" 200 542 0.003525 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 542 0.003832 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 542 0.003545 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 542 0.003445 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 542 0.003386 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 542 0.003613 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 542 0.003430 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 542 0.003567 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 542 0.004014 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 542 0.003652 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 542 0.003644 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 542 0.004972 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 542 0.003819 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 542 0.003473 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 542 0.003855 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 542 0.003688 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 542 0.003765 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 542 0.004070 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 542 0.003547 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 542 0.003295 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 542 0.006020 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 542 0.003450 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 542 0.004213 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 542 0.003616 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 542 0.014872 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 542 0.004256 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 542 0.018075 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 542 0.003630 10.0.0.50 - - [2026-02-19 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004372 10.0.0.50 - - [2026-02-19 02:15:42] "GET /logical-router/5f9a0dbf-b0f8-4fd9-97f8-1bbad9828ffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004418 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 151 0.048867 10.0.0.50 - - [2026-02-19 02:15:42] "DELETE /route-target/abba8bca-7ade-4a50-998d-bb726836cd48 HTTP/1.1" 200 115 0.020064 10.0.0.50 - - [2026-02-19 02:15:42] "GET /projects?obj_uuids=4731edab-57b3-434f-aa41-83646c269882&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001406 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 559 0.046345 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 559 0.003928 10.0.0.50 - - [2026-02-19 02:15:42] "POST /route-targets HTTP/1.1" 200 327 0.013266 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 559 0.003524 10.0.0.50 - - [2026-02-19 02:15:42] "PUT /logical-router/402bfa67-7846-4ce7-a67a-8bbd47255862 HTTP/1.1" 200 262 0.019930 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 559 0.004211 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 559 0.003355 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 559 0.003467 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 559 0.003017 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 559 0.003003 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 559 0.003448 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 559 0.003671 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 559 0.003263 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 559 0.003725 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 559 0.003115 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 559 0.003102 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 559 0.003488 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 559 0.003350 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 559 0.003763 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 559 0.004004 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 559 0.003702 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 559 0.003523 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 559 0.003225 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 559 0.003441 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 559 0.003359 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 559 0.003613 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 559 0.003650 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 559 0.003508 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 559 0.003424 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 559 0.003290 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 559 0.003292 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 559 0.003664 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 559 0.003888 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 559 0.003472 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 559 0.003314 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 559 0.023734 10.0.0.50 - - [2026-02-19 02:15:42] "POST /neutron/router HTTP/1.1" 200 559 0.003943 10.0.0.50 - - [2026-02-19 02:15:43] "POST /neutron/router HTTP/1.1" 200 560 0.022599 10.0.0.50 - - [2026-02-19 02:15:43] "POST /neutron/router HTTP/1.1" 200 560 0.003592 10.0.0.50 - - [2026-02-19 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005215 10.0.0.50 - - [2026-02-19 02:15:43] "GET /logical-router/402bfa67-7846-4ce7-a67a-8bbd47255862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003880 10.0.0.50 - - [2026-02-19 02:15:43] "POST /neutron/router HTTP/1.1" 200 151 0.075009 10.0.0.50 - - [2026-02-19 02:15:43] "POST /neutron/security_group HTTP/1.1" 200 521 0.004467 10.0.0.50 - - [2026-02-19 02:15:43] "DELETE /route-target/c2ddd065-cea5-42ad-b0c4-957a726736af HTTP/1.1" 200 115 0.021966 10.0.0.50 - - [2026-02-19 02:15:43] "POST /neutron/security_group HTTP/1.1" 200 151 0.041147 10.0.0.50 - - [2026-02-19 02:15:43] "DELETE /access-control-list/fb313bb4-32b6-489a-be10-e6c9945a05cb HTTP/1.1" 200 115 0.020814 10.0.0.50 - - [2026-02-19 02:15:43] "POST /neutron/security_group HTTP/1.1" 200 521 0.002851 10.0.0.50 - - [2026-02-19 02:15:43] "DELETE /access-control-list/572072df-5f19-469d-8d21-d56f4055f55f HTTP/1.1" 200 115 0.030181 10.0.0.50 - - [2026-02-19 02:15:43] "POST /neutron/security_group HTTP/1.1" 200 151 0.037475 10.0.0.50 - - [2026-02-19 02:15:43] "DELETE /access-control-list/966c175e-1aa7-415a-ab69-f6d2cfe6cc3f HTTP/1.1" 200 115 0.025040 10.0.0.50 - - [2026-02-19 02:15:43] "POST /neutron/security_group HTTP/1.1" 200 506 0.006796 10.0.0.50 - - [2026-02-19 02:15:43] "DELETE /access-control-list/2c03ca56-a3eb-4006-a23e-e79ec190f53a HTTP/1.1" 200 115 0.038594 10.0.0.50 - - [2026-02-19 02:15:43] "POST /neutron/security_group HTTP/1.1" 200 151 0.057711 10.0.0.50 - - [2026-02-19 02:15:43] "POST /neutron/security_group HTTP/1.1" 200 506 0.005563 10.0.0.50 - - [2026-02-19 02:15:43] "DELETE /access-control-list/c40abe57-8639-4b99-a7ed-e1f872f9c870 HTTP/1.1" 200 115 0.040954 10.0.0.50 - - [2026-02-19 02:15:43] "DELETE /access-control-list/f0bbdb17-7eb4-47c6-9408-c2c3fd5e8317 HTTP/1.1" 200 115 0.030909 10.0.0.50 - - [2026-02-19 02:15:43] "POST /neutron/security_group HTTP/1.1" 200 151 0.047668 10.0.0.50 - - [2026-02-19 02:15:43] "DELETE /access-control-list/50f08b60-ffa9-4d34-9b01-ad05efcffd9b HTTP/1.1" 200 115 0.028172 10.0.0.50 - - [2026-02-19 02:15:43] "DELETE /access-control-list/a74b34b9-b24e-4541-a11a-deac135cb3e7 HTTP/1.1" 200 115 0.018284 10.0.0.50 - - [2026-02-19 02:15:43] "GET /projects?obj_uuids=4731edab-57b3-434f-aa41-83646c269882&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001531 10.0.0.50 - - [2026-02-19 02:15:43] "GET /project/4731edab-57b3-434f-aa41-83646c269882?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.023913 10.0.0.50 - - [2026-02-19 02:15:43] "GET /projects?obj_uuids=4731edab-57b3-434f-aa41-83646c269882&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001048 10.0.0.50 - - [2026-02-19 02:15:43] "GET /project/4731edab-57b3-434f-aa41-83646c269882?fields=virtual_networks HTTP/1.1" 200 1021 0.068098 10.0.0.50 - - [2026-02-19 02:15:43] "GET /projects?obj_uuids=4731edab-57b3-434f-aa41-83646c269882&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001018 10.0.0.50 - - [2026-02-19 02:15:43] "GET /project/4731edab-57b3-434f-aa41-83646c269882?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.025127 10.0.0.50 - - [2026-02-19 02:15:43] "GET /projects?obj_uuids=4731edab-57b3-434f-aa41-83646c269882&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000978 10.0.0.50 - - [2026-02-19 02:15:43] "GET /project/4731edab-57b3-434f-aa41-83646c269882?fields=security_groups HTTP/1.1" 200 1242 0.024656 10.0.0.50 - - [2026-02-19 02:15:44] "POST /fqname-to-id HTTP/1.1" 404 184 0.032322 10.0.0.50 - - [2026-02-19 02:15:44] "GET /projects?obj_uuids=3a4c49d6-24bd-4fb3-995f-3db634ac0adf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002718 10.0.0.50 - - [2026-02-19 02:15:44] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001397 10.0.0.50 - - [2026-02-19 02:15:44] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008518 10.0.0.50 - - [2026-02-19 02:15:45] "POST /id-to-fqname HTTP/1.1" 200 186 0.001322 10.0.0.50 - - [2026-02-19 02:15:45] "POST /fqname-to-id HTTP/1.1" 404 195 0.003981 10.0.0.50 - - [2026-02-19 02:15:45] "POST /security-groups HTTP/1.1" 200 587 0.064663 10.0.0.50 - - [2026-02-19 02:15:45] "POST /fqname-to-id HTTP/1.1" 404 230 0.003600 10.0.0.50 - - [2026-02-19 02:15:45] "POST /projects HTTP/1.1" 200 577 0.207132 10.0.0.50 - - [2026-02-19 02:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.242075 10.0.0.50 - - [2026-02-19 02:15:45] "POST /access-control-lists HTTP/1.1" 200 592 0.058172 10.0.0.50 - - [2026-02-19 02:15:45] "GET /project/3a4c49d6-24bd-4fb3-995f-3db634ac0adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.384172 10.0.0.50 - - [2026-02-19 02:15:45] "POST /fqname-to-id HTTP/1.1" 404 229 0.002827 10.0.0.50 - - [2026-02-19 02:15:45] "POST /access-control-lists HTTP/1.1" 200 590 0.064916 10.0.0.50 - - [2026-02-19 02:15:46] "GET / HTTP/1.1" 200 35931 0.001927 10.0.0.50 - - [2026-02-19 02:15:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000463 10.0.0.50 - - [2026-02-19 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.067731 10.0.0.50 - - [2026-02-19 02:15:47] "GET /projects?obj_uuids=3a4c49d6-24bd-4fb3-995f-3db634ac0adf&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001012 10.0.0.50 - - [2026-02-19 02:15:47] "GET /project/3a4c49d6-24bd-4fb3-995f-3db634ac0adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.029171 10.0.0.50 - - [2026-02-19 02:15:47] "POST /neutron/network HTTP/1.1" 200 117 0.038881 10.0.0.50 - - [2026-02-19 02:15:47] "GET /projects?obj_uuids=3a4c49d6-24bd-4fb3-995f-3db634ac0adf&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001634 10.0.0.50 - - [2026-02-19 02:15:47] "POST /neutron/network HTTP/1.1" 200 601 0.084875 10.0.0.50 - - [2026-02-19 02:15:48] "POST /route-targets HTTP/1.1" 200 327 0.010071 10.0.0.50 - - [2026-02-19 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.013498 10.0.0.50 - - [2026-02-19 02:15:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003507 10.0.0.50 - - [2026-02-19 02:15:48] "POST /neutron/subnet HTTP/1.1" 200 720 0.192391 10.0.0.50 - - [2026-02-19 02:15:48] "POST /neutron/network HTTP/1.1" 200 819 0.005086 10.0.0.50 - - [2026-02-19 02:15:48] "POST /id-to-fqname HTTP/1.1" 200 216 0.001188 10.0.0.50 - - [2026-02-19 02:15:48] "GET /virtual-network/ca21d1c0-32b1-4105-8ac3-4d5089838e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.005299 10.0.0.50 - - [2026-02-19 02:15:48] "POST /neutron/network HTTP/1.1" 200 819 0.006861 10.0.0.50 - - [2026-02-19 02:15:48] "GET /virtual-network/ca21d1c0-32b1-4105-8ac3-4d5089838e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.023486 10.0.0.50 - - [2026-02-19 02:15:48] "POST /neutron/network HTTP/1.1" 200 819 0.005547 10.0.0.50 - - [2026-02-19 02:15:48] "POST /neutron/subnet HTTP/1.1" 200 720 0.007488 10.0.0.50 - - [2026-02-19 02:15:48] "POST /fqname-to-id HTTP/1.1" 404 206 0.002099 10.0.0.50 - - [2026-02-19 02:15:48] "GET /virtual-network/ca21d1c0-32b1-4105-8ac3-4d5089838e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.005252 10.0.0.50 - - [2026-02-19 02:15:48] "GET /projects?obj_uuids=3a4c49d6-24bd-4fb3-995f-3db634ac0adf&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001070 10.0.0.50 - - [2026-02-19 02:15:48] "POST /neutron/port HTTP/1.1" 200 1016 0.192860 10.0.0.50 - - [2026-02-19 02:15:48] "GET /virtual-machine-interface/49f4a60d-4843-471d-8b06-09f45cffc238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2383 0.006341 10.0.0.50 - - [2026-02-19 02:15:48] "GET /virtual-machine-interface/49f4a60d-4843-471d-8b06-09f45cffc238?fields=instance_ip_back_refs HTTP/1.1" 200 1316 0.004732 10.0.0.50 - - [2026-02-19 02:15:48] "GET /instance-ip/60b05cb0-0383-4c02-a4ec-8d06be22fbe7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.003806 10.0.0.50 - - [2026-02-19 02:15:48] "GET /virtual-machine-interface/49f4a60d-4843-471d-8b06-09f45cffc238 HTTP/1.1" 401 292 0.000458 10.0.0.50 - - [2026-02-19 02:15:49] "GET /virtual-machine-interface/49f4a60d-4843-471d-8b06-09f45cffc238 HTTP/1.1" 200 2604 0.033557 10.0.0.50 - - [2026-02-19 02:15:49] "POST /neutron/port HTTP/1.1" 200 1016 0.010529 10.0.0.50 - - [2026-02-19 02:15:49] "POST /neutron/port HTTP/1.1" 200 151 0.066144 10.0.0.50 - - [2026-02-19 02:15:49] "POST /neutron/network HTTP/1.1" 200 819 0.005794 10.0.0.50 - - [2026-02-19 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.50 - - [2026-02-19 02:15:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003175 10.0.0.50 - - [2026-02-19 02:15:49] "POST /useragent-kv HTTP/1.1" 200 115 0.001981 10.0.0.50 - - [2026-02-19 02:15:49] "POST /neutron/network HTTP/1.1" 200 151 0.089277 10.0.0.50 - - [2026-02-19 02:15:49] "DELETE /route-target/d19e2d03-ebe7-446a-b041-f0cf80b5be73 HTTP/1.1" 200 115 0.020548 10.0.0.50 - - [2026-02-19 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.50 - - [2026-02-19 02:15:49] "GET /projects?obj_uuids=3a4c49d6-24bd-4fb3-995f-3db634ac0adf&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001018 10.0.0.50 - - [2026-02-19 02:15:49] "GET /project/3a4c49d6-24bd-4fb3-995f-3db634ac0adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.029700 10.0.0.50 - - [2026-02-19 02:15:50] "POST /neutron/network HTTP/1.1" 200 117 0.009646 10.0.0.50 - - [2026-02-19 02:15:50] "GET /projects?obj_uuids=3a4c49d6-24bd-4fb3-995f-3db634ac0adf&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001042 10.0.0.50 - - [2026-02-19 02:15:50] "POST /neutron/network HTTP/1.1" 200 603 0.071392 10.0.0.50 - - [2026-02-19 02:15:50] "POST /route-targets HTTP/1.1" 200 327 0.011895 10.0.0.50 - - [2026-02-19 02:15:50] "POST /ref-update HTTP/1.1" 200 156 0.012206 10.0.0.50 - - [2026-02-19 02:15:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002715 10.0.0.50 - - [2026-02-19 02:15:50] "POST /neutron/subnet HTTP/1.1" 200 729 0.170268 10.0.0.50 - - [2026-02-19 02:15:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002290 10.0.0.50 - - [2026-02-19 02:15:50] "POST /neutron/subnet HTTP/1.1" 200 720 0.146219 10.0.0.50 - - [2026-02-19 02:15:50] "POST /neutron/network HTTP/1.1" 200 978 0.006220 10.0.0.50 - - [2026-02-19 02:15:50] "POST /id-to-fqname HTTP/1.1" 200 217 0.001218 10.0.0.50 - - [2026-02-19 02:15:50] "GET /virtual-network/8e865258-bedc-4562-bf67-d8e16bead88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.004776 10.0.0.50 - - [2026-02-19 02:15:50] "POST /neutron/network HTTP/1.1" 200 978 0.008485 10.0.0.50 - - [2026-02-19 02:15:50] "GET /virtual-network/8e865258-bedc-4562-bf67-d8e16bead88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.005180 10.0.0.50 - - [2026-02-19 02:15:50] "POST /neutron/network HTTP/1.1" 200 978 0.007421 10.0.0.50 - - [2026-02-19 02:15:50] "POST /neutron/subnet HTTP/1.1" 200 729 0.006700 10.0.0.50 - - [2026-02-19 02:15:50] "POST /neutron/subnet HTTP/1.1" 200 720 0.007841 10.0.0.50 - - [2026-02-19 02:15:50] "GET /projects?obj_uuids=3a4c49d6-24bd-4fb3-995f-3db634ac0adf&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001010 10.0.0.50 - - [2026-02-19 02:15:50] "POST /neutron/port HTTP/1.1" 200 1019 0.154652 10.0.0.50 - - [2026-02-19 02:15:50] "GET /projects?obj_uuids=3a4c49d6-24bd-4fb3-995f-3db634ac0adf&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001056 10.0.0.50 - - [2026-02-19 02:15:50] "POST /neutron/port HTTP/1.1" 200 1017 0.154537 10.0.0.50 - - [2026-02-19 02:15:51] "POST /id-to-fqname HTTP/1.1" 200 217 0.001209 10.0.0.50 - - [2026-02-19 02:15:51] "POST /neutron/port HTTP/1.1" 200 1019 0.013741 10.0.0.50 - - [2026-02-19 02:15:51] "POST /neutron/port HTTP/1.1" 200 1019 0.008666 10.0.0.50 - - [2026-02-19 02:15:51] "POST /neutron/network HTTP/1.1" 200 978 0.006920 10.0.0.50 - - [2026-02-19 02:15:51] "POST /neutron/port HTTP/1.1" 200 1019 0.011550 10.0.0.50 - - [2026-02-19 02:15:51] "POST /neutron/port HTTP/1.1" 200 117 0.005711 10.0.0.50 - - [2026-02-19 02:15:51] "POST /neutron/port HTTP/1.1" 200 117 0.005077 10.0.0.50 - - [2026-02-19 02:15:51] "POST /id-to-fqname HTTP/1.1" 200 217 0.001320 10.0.0.50 - - [2026-02-19 02:15:51] "POST /neutron/port HTTP/1.1" 200 117 0.005085 10.0.0.50 - - [2026-02-19 02:15:51] "POST /neutron/port HTTP/1.1" 200 1017 0.018320 10.0.0.50 - - [2026-02-19 02:15:51] "POST /neutron/port HTTP/1.1" 200 1017 0.008230 10.0.0.50 - - [2026-02-19 02:15:51] "POST /neutron/network HTTP/1.1" 200 978 0.006328 10.0.0.50 - - [2026-02-19 02:15:51] "POST /neutron/port HTTP/1.1" 200 1017 0.012655 10.0.0.50 - - [2026-02-19 02:15:51] "POST /neutron/port HTTP/1.1" 200 1019 0.009147 10.0.0.50 - - [2026-02-19 02:15:51] "POST /neutron/port HTTP/1.1" 200 1017 0.012491 10.0.0.50 - - [2026-02-19 02:15:51] "POST /neutron/port HTTP/1.1" 200 117 0.007817 10.0.0.50 - - [2026-02-19 02:15:51] "POST /neutron/port HTTP/1.1" 200 117 0.005294 10.0.0.50 - - [2026-02-19 02:15:51] "POST /neutron/port HTTP/1.1" 200 117 0.005908 10.0.0.50 - - [2026-02-19 02:15:52] "POST /neutron/port HTTP/1.1" 200 1019 0.009443 10.0.0.50 - - [2026-02-19 02:15:52] "POST /neutron/network HTTP/1.1" 200 988 0.005934 10.0.0.50 - - [2026-02-19 02:15:52] "POST /neutron/port HTTP/1.1" 200 1019 0.010584 10.0.0.50 - - [2026-02-19 02:15:52] "POST /neutron/port HTTP/1.1" 200 1017 0.010145 10.0.0.50 - - [2026-02-19 02:15:52] "POST /neutron/port HTTP/1.1" 200 1019 0.008931 10.0.0.50 - - [2026-02-19 02:15:52] "POST /neutron/network HTTP/1.1" 200 988 0.008316 10.0.0.50 - - [2026-02-19 02:15:52] "POST /neutron/port HTTP/1.1" 200 1017 0.012249 10.0.0.50 - - [2026-02-19 02:15:52] "POST /neutron/port HTTP/1.1" 200 1017 0.013563 10.0.0.50 - - [2026-02-19 02:15:52] "POST /neutron/port HTTP/1.1" 200 1111 0.139511 10.0.0.50 - - [2026-02-19 02:15:52] "POST /neutron/port HTTP/1.1" 200 1109 0.138390 10.0.0.50 - - [2026-02-19 02:15:52] "POST /neutron/port HTTP/1.1" 200 1121 0.027944 10.0.0.50 - - [2026-02-19 02:15:52] "POST /neutron/port HTTP/1.1" 200 1119 0.017152 10.0.0.50 - - [2026-02-19 02:15:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003284 10.0.0.50 - - [2026-02-19 02:15:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003169 10.0.0.50 - - [2026-02-19 02:15:52] "POST /neutron/subnet HTTP/1.1" 200 703 0.010661 10.0.0.50 - - [2026-02-19 02:15:52] "POST /neutron/subnet HTTP/1.1" 200 694 0.008777 10.0.0.50 - - [2026-02-19 02:15:52] "POST /neutron/port HTTP/1.1" 200 117 0.001505 10.0.0.50 - - [2026-02-19 02:15:52] "POST /neutron/port HTTP/1.1" 200 117 0.001157 10.0.0.50 - - [2026-02-19 02:15:52] "POST /neutron/network HTTP/1.1" 200 978 0.012929 10.0.0.50 - - [2026-02-19 02:15:52] "POST /neutron/network HTTP/1.1" 200 978 0.007262 10.0.0.50 - - [2026-02-19 02:15:57] "POST /neutron/port HTTP/1.1" 200 1121 0.014018 10.0.0.50 - - [2026-02-19 02:15:57] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008863 10.0.0.50 - - [2026-02-19 02:15:57] "POST /neutron/port HTTP/1.1" 200 1121 0.014387 10.0.0.50 - - [2026-02-19 02:15:57] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006569 10.0.0.50 - - [2026-02-19 02:15:57] "POST /neutron/port HTTP/1.1" 200 1121 0.017782 10.0.0.50 - - [2026-02-19 02:15:57] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008867 10.0.0.50 - - [2026-02-19 02:15:57] "GET /virtual-machine/a0712831-8613-4ffd-8084-cf0812b1cf77 HTTP/1.1" 200 1284 0.004272 10.0.0.50 - - [2026-02-19 02:15:57] "GET /virtual-machine-interface/046d2212-949b-4f55-8402-c01fb15993f8 HTTP/1.1" 200 2921 0.005404 10.0.0.50 - - [2026-02-19 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.50 - - [2026-02-19 02:15:57] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003613 10.0.0.50 - - [2026-02-19 02:15:57] "GET /virtual-networks?parent_id=3a4c49d6-24bd-4fb3-995f-3db634ac0adf&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002923 10.0.0.50 - - [2026-02-19 02:15:57] "GET /virtual-network/8e865258-bedc-4562-bf67-d8e16bead88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.005475 10.0.0.50 - - [2026-02-19 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.50 - - [2026-02-19 02:16:00] "GET /virtual-network/8e865258-bedc-4562-bf67-d8e16bead88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.005544 10.0.0.50 - - [2026-02-19 02:16:02] "POST /neutron/port HTTP/1.1" 200 1121 0.016330 10.0.0.50 - - [2026-02-19 02:16:03] "POST /neutron/port HTTP/1.1" 200 1121 0.014177 10.0.0.50 - - [2026-02-19 02:16:03] "POST /neutron/network HTTP/1.1" 200 988 0.005582 10.0.0.50 - - [2026-02-19 02:16:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003277 10.0.0.50 - - [2026-02-19 02:16:03] "POST /neutron/port HTTP/1.1" 200 1119 0.012507 10.0.0.50 - - [2026-02-19 02:16:03] "POST /neutron/subnet HTTP/1.1" 200 703 0.007553 10.0.0.50 - - [2026-02-19 02:16:03] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005009 10.0.0.50 - - [2026-02-19 02:16:03] "POST /neutron/port HTTP/1.1" 200 117 0.001133 10.0.0.50 - - [2026-02-19 02:16:03] "POST /neutron/network HTTP/1.1" 200 978 0.009091 10.0.0.50 - - [2026-02-19 02:16:03] "POST /neutron/port HTTP/1.1" 200 1121 0.017931 10.0.0.50 - - [2026-02-19 02:16:03] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006931 10.0.0.50 - - [2026-02-19 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.50 - - [2026-02-19 02:16:04] "GET /virtual-network/8e865258-bedc-4562-bf67-d8e16bead88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.005518 10.0.0.50 - - [2026-02-19 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002736 10.0.0.50 - - [2026-02-19 02:16:06] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003498 10.0.0.50 - - [2026-02-19 02:16:06] "GET /virtual-networks?parent_id=3a4c49d6-24bd-4fb3-995f-3db634ac0adf&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002827 10.0.0.50 - - [2026-02-19 02:16:06] "GET /virtual-network/8e865258-bedc-4562-bf67-d8e16bead88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.005443 10.0.0.50 - - [2026-02-19 02:16:07] "POST /neutron/port HTTP/1.1" 200 1119 0.014119 10.0.0.50 - - [2026-02-19 02:16:07] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006969 10.0.0.50 - - [2026-02-19 02:16:07] "POST /neutron/port HTTP/1.1" 200 1119 0.013709 10.0.0.50 - - [2026-02-19 02:16:07] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005839 10.0.0.50 - - [2026-02-19 02:16:07] "POST /neutron/port HTTP/1.1" 200 1119 0.013771 10.0.0.50 - - [2026-02-19 02:16:07] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007445 10.0.0.50 - - [2026-02-19 02:16:07] "GET /virtual-machine/a6782740-3258-4ecd-8fd2-615d36a2ab1d HTTP/1.1" 200 1285 0.005494 10.0.0.50 - - [2026-02-19 02:16:07] "GET /virtual-machine-interface/2036054e-f678-443c-b75c-4bdb72a9c762 HTTP/1.1" 200 2923 0.005081 10.0.0.50 - - [2026-02-19 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002746 10.0.0.50 - - [2026-02-19 02:16:07] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003350 10.0.0.50 - - [2026-02-19 02:16:07] "GET /virtual-networks?parent_id=3a4c49d6-24bd-4fb3-995f-3db634ac0adf&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002908 10.0.0.50 - - [2026-02-19 02:16:07] "GET /virtual-network/8e865258-bedc-4562-bf67-d8e16bead88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.005464 10.0.0.50 - - [2026-02-19 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.50 - - [2026-02-19 02:16:08] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003052 10.0.0.50 - - [2026-02-19 02:16:08] "GET /virtual-networks?parent_id=3a4c49d6-24bd-4fb3-995f-3db634ac0adf&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003075 10.0.0.50 - - [2026-02-19 02:16:08] "GET /virtual-network/8e865258-bedc-4562-bf67-d8e16bead88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.006401 10.0.0.50 - - [2026-02-19 02:16:11] "POST /neutron/port HTTP/1.1" 200 1109 0.011143 10.0.0.50 - - [2026-02-19 02:16:11] "POST /neutron/port HTTP/1.1" 200 1109 0.012804 10.0.0.50 - - [2026-02-19 02:16:12] "POST /neutron/port HTTP/1.1" 200 151 0.114547 10.0.0.50 - - [2026-02-19 02:16:12] "POST /neutron/port HTTP/1.1" 200 1111 0.013382 10.0.0.50 - - [2026-02-19 02:16:12] "POST /neutron/port HTTP/1.1" 200 1111 0.018268 10.0.0.50 - - [2026-02-19 02:16:12] "POST /neutron/port HTTP/1.1" 200 151 0.134562 10.0.0.50 - - [2026-02-19 02:16:12] "POST /neutron/network HTTP/1.1" 200 978 0.009580 10.0.0.50 - - [2026-02-19 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005711 10.0.0.50 - - [2026-02-19 02:16:12] "POST /useragent-kv HTTP/1.1" 200 115 0.004340 10.0.0.50 - - [2026-02-19 02:16:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001911 10.0.0.50 - - [2026-02-19 02:16:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001964 10.0.0.50 - - [2026-02-19 02:16:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001667 10.0.0.50 - - [2026-02-19 02:16:12] "POST /neutron/network HTTP/1.1" 200 151 0.116035 10.0.0.50 - - [2026-02-19 02:16:12] "DELETE /route-target/88fb1efc-ab2f-4a45-b142-e35610f1a2b1 HTTP/1.1" 200 115 0.038014 10.0.0.50 - - [2026-02-19 02:16:12] "POST /neutron/port HTTP/1.1" 200 117 0.007119 10.0.0.50 - - [2026-02-19 02:16:12] "POST /neutron/port HTTP/1.1" 400 205 0.003089 10.0.0.50 - - [2026-02-19 02:16:12] "GET /projects?obj_uuids=3a4c49d6-24bd-4fb3-995f-3db634ac0adf&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001149 10.0.0.50 - - [2026-02-19 02:16:12] "GET /project/3a4c49d6-24bd-4fb3-995f-3db634ac0adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.029205 10.0.0.50 - - [2026-02-19 02:16:12] "GET /projects?obj_uuids=3a4c49d6-24bd-4fb3-995f-3db634ac0adf&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001194 10.0.0.50 - - [2026-02-19 02:16:12] "GET /project/3a4c49d6-24bd-4fb3-995f-3db634ac0adf?fields=virtual_networks HTTP/1.1" 200 1023 0.075433 10.0.0.50 - - [2026-02-19 02:16:12] "GET /projects?obj_uuids=3a4c49d6-24bd-4fb3-995f-3db634ac0adf&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001098 10.0.0.50 - - [2026-02-19 02:16:12] "GET /project/3a4c49d6-24bd-4fb3-995f-3db634ac0adf?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.023034 10.0.0.50 - - [2026-02-19 02:16:12] "GET /projects?obj_uuids=3a4c49d6-24bd-4fb3-995f-3db634ac0adf&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001005 10.0.0.50 - - [2026-02-19 02:16:12] "GET /project/3a4c49d6-24bd-4fb3-995f-3db634ac0adf?fields=security_groups HTTP/1.1" 200 1245 0.029555 10.0.0.50 - - [2026-02-19 02:16:13] "POST /fqname-to-id HTTP/1.1" 404 186 0.030134 10.0.0.50 - - [2026-02-19 02:16:13] "GET /projects?obj_uuids=f11a9f49-91be-4fba-95de-f013ac52dd7a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002373 10.0.0.50 - - [2026-02-19 02:16:13] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001054 10.0.0.50 - - [2026-02-19 02:16:13] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006793 10.0.0.50 - - [2026-02-19 02:16:14] "POST /id-to-fqname HTTP/1.1" 200 188 0.001287 10.0.0.50 - - [2026-02-19 02:16:14] "POST /fqname-to-id HTTP/1.1" 404 197 0.003934 10.0.0.50 - - [2026-02-19 02:16:14] "POST /security-groups HTTP/1.1" 200 589 0.063192 10.0.0.50 - - [2026-02-19 02:16:14] "POST /fqname-to-id HTTP/1.1" 404 232 0.002834 10.0.0.50 - - [2026-02-19 02:16:14] "POST /projects HTTP/1.1" 200 581 0.215857 10.0.0.50 - - [2026-02-19 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.292339 10.0.0.50 - - [2026-02-19 02:16:14] "POST /access-control-lists HTTP/1.1" 200 594 0.068645 10.0.0.50 - - [2026-02-19 02:16:14] "POST /fqname-to-id HTTP/1.1" 404 231 0.003817 10.0.0.50 - - [2026-02-19 02:16:14] "GET /project/f11a9f49-91be-4fba-95de-f013ac52dd7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.429103 10.0.0.50 - - [2026-02-19 02:16:14] "POST /access-control-lists HTTP/1.1" 200 592 0.065225 10.0.0.50 - - [2026-02-19 02:16:15] "GET / HTTP/1.1" 200 35931 0.002639 10.0.0.50 - - [2026-02-19 02:16:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.002267 10.0.0.50 - - [2026-02-19 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.061029 10.0.0.50 - - [2026-02-19 02:16:16] "GET /projects?obj_uuids=f11a9f49-91be-4fba-95de-f013ac52dd7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001067 10.0.0.50 - - [2026-02-19 02:16:16] "GET /project/f11a9f49-91be-4fba-95de-f013ac52dd7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.025191 10.0.0.50 - - [2026-02-19 02:16:16] "POST /neutron/network HTTP/1.1" 200 117 0.034195 10.0.0.50 - - [2026-02-19 02:16:16] "GET /projects?obj_uuids=f11a9f49-91be-4fba-95de-f013ac52dd7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001267 10.0.0.50 - - [2026-02-19 02:16:16] "POST /neutron/network HTTP/1.1" 200 605 0.072183 10.0.0.50 - - [2026-02-19 02:16:16] "POST /route-targets HTTP/1.1" 200 327 0.016413 10.0.0.50 - - [2026-02-19 02:16:17] "POST /ref-update HTTP/1.1" 200 156 0.015276 10.0.0.50 - - [2026-02-19 02:16:17] "POST /useragent-kv HTTP/1.1" 200 115 0.010626 10.0.0.50 - - [2026-02-19 02:16:17] "POST /neutron/subnet HTTP/1.1" 200 724 0.201624 10.0.0.50 - - [2026-02-19 02:16:17] "POST /neutron/network HTTP/1.1" 200 824 0.005800 10.0.0.50 - - [2026-02-19 02:16:17] "POST /id-to-fqname HTTP/1.1" 200 219 0.001174 10.0.0.50 - - [2026-02-19 02:16:17] "GET /virtual-network/553db9b4-64dd-4dbf-8563-801c23c6fa67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005639 10.0.0.50 - - [2026-02-19 02:16:17] "POST /neutron/port HTTP/1.1" 200 117 0.007735 10.0.0.50 - - [2026-02-19 02:16:17] "POST /neutron/network HTTP/1.1" 200 824 0.006204 10.0.0.50 - - [2026-02-19 02:16:17] "POST /neutron/port HTTP/1.1" 400 205 0.003261 10.0.0.50 - - [2026-02-19 02:16:17] "GET /virtual-network/553db9b4-64dd-4dbf-8563-801c23c6fa67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005512 10.0.0.50 - - [2026-02-19 02:16:17] "POST /neutron/network HTTP/1.1" 200 824 0.006868 10.0.0.50 - - [2026-02-19 02:16:17] "POST /neutron/subnet HTTP/1.1" 200 724 0.007192 10.0.0.50 - - [2026-02-19 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.007810 10.0.0.50 - - [2026-02-19 02:16:17] "GET /projects?obj_uuids=f11a9f49-91be-4fba-95de-f013ac52dd7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001043 10.0.0.50 - - [2026-02-19 02:16:17] "GET /project/f11a9f49-91be-4fba-95de-f013ac52dd7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.030162 10.0.0.50 - - [2026-02-19 02:16:17] "POST /neutron/network HTTP/1.1" 200 117 0.012917 10.0.0.50 - - [2026-02-19 02:16:17] "GET /projects?obj_uuids=f11a9f49-91be-4fba-95de-f013ac52dd7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001023 10.0.0.50 - - [2026-02-19 02:16:17] "POST /neutron/network HTTP/1.1" 200 605 0.073728 10.0.0.50 - - [2026-02-19 02:16:17] "POST /route-targets HTTP/1.1" 200 327 0.013044 10.0.0.50 - - [2026-02-19 02:16:17] "POST /ref-update HTTP/1.1" 200 156 0.011576 10.0.0.50 - - [2026-02-19 02:16:17] "POST /useragent-kv HTTP/1.1" 200 115 0.005650 10.0.0.50 - - [2026-02-19 02:16:17] "POST /neutron/subnet HTTP/1.1" 200 725 0.152746 10.0.0.50 - - [2026-02-19 02:16:17] "POST /neutron/network HTTP/1.1" 200 824 0.004851 10.0.0.50 - - [2026-02-19 02:16:17] "POST /id-to-fqname HTTP/1.1" 200 219 0.001212 10.0.0.50 - - [2026-02-19 02:16:17] "GET /virtual-network/a09210cd-1374-4f3f-8dd8-370b1be6d825?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004788 10.0.0.50 - - [2026-02-19 02:16:17] "POST /neutron/network HTTP/1.1" 200 824 0.005865 10.0.0.50 - - [2026-02-19 02:16:17] "GET /virtual-network/a09210cd-1374-4f3f-8dd8-370b1be6d825?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005059 10.0.0.50 - - [2026-02-19 02:16:17] "POST /neutron/network HTTP/1.1" 200 824 0.005996 10.0.0.50 - - [2026-02-19 02:16:17] "POST /neutron/subnet HTTP/1.1" 200 725 0.007488 10.0.0.50 - - [2026-02-19 02:16:17] "POST /id-to-fqname HTTP/1.1" 200 219 0.001276 10.0.0.50 - - [2026-02-19 02:16:18] "POST /neutron/network HTTP/1.1" 200 834 0.005103 10.0.0.50 - - [2026-02-19 02:16:18] "GET /aaa-mode HTTP/1.1" 401 292 0.000419 10.0.0.50 - - [2026-02-19 02:16:18] "GET / HTTP/1.1" 200 35931 0.001827 10.0.0.50 - - [2026-02-19 02:16:18] "GET /project/f11a9f49-91be-4fba-95de-f013ac52dd7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000390 10.0.0.50 - - [2026-02-19 02:16:18] "DELETE /project/f11a9f4991be4fba95def013ac52dd7a HTTP/1.1" 404 173 0.022265 10.0.0.50 - - [2026-02-19 02:16:18] "DELETE /project/4731edab57b3434faa4183646c269882 HTTP/1.1" 404 173 0.019116 10.0.0.50 - - [2026-02-19 02:16:18] "DELETE /project/2b93dd7a08ce4eb5877cb2d4160e2f00 HTTP/1.1" 404 173 0.021994 10.0.0.50 - - [2026-02-19 02:16:18] "DELETE /project/3a4c49d624bd4fb3995f3db634ac0adf HTTP/1.1" 404 173 0.021051 10.0.0.50 - - [2026-02-19 02:16:18] "GET /projects?obj_uuids=3a4c49d6-24bd-4fb3-995f-3db634ac0adf&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001134 10.0.0.50 - - [2026-02-19 02:16:18] "GET /projects?obj_uuids=8023aee1-0368-4991-b995-8f98b8b9ab57&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000953 10.0.0.50 - - [2026-02-19 02:16:18] "GET /projects?obj_uuids=2b93dd7a-08ce-4eb5-877c-b2d4160e2f00&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000856 10.0.0.50 - - [2026-02-19 02:16:18] "GET /projects?obj_uuids=4731edab-57b3-434f-aa41-83646c269882&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000826 10.0.0.50 - - [2026-02-19 02:16:18] "GET /project/4731edab-57b3-434f-aa41-83646c269882?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.050511 10.0.0.50 - - [2026-02-19 02:16:18] "GET /project/2b93dd7a-08ce-4eb5-877c-b2d4160e2f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.057056 10.0.0.50 - - [2026-02-19 02:16:18] "GET /project/3a4c49d6-24bd-4fb3-995f-3db634ac0adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.073785 10.0.0.50 - - [2026-02-19 02:16:18] "GET /project/8023aee1-0368-4991-b995-8f98b8b9ab57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.077024 10.0.0.50 - - [2026-02-19 02:16:18] "GET /projects?obj_uuids=2b93dd7a-08ce-4eb5-877c-b2d4160e2f00&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001109 10.0.0.50 - - [2026-02-19 02:16:18] "GET /projects?obj_uuids=4731edab-57b3-434f-aa41-83646c269882&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000896 10.0.0.50 - - [2026-02-19 02:16:18] "GET /projects?obj_uuids=8023aee1-0368-4991-b995-8f98b8b9ab57&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001144 10.0.0.50 - - [2026-02-19 02:16:18] "GET /projects?obj_uuids=3a4c49d6-24bd-4fb3-995f-3db634ac0adf&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001169 10.0.0.50 - - [2026-02-19 02:16:18] "GET /project/4731edab-57b3-434f-aa41-83646c269882?fields=security_groups HTTP/1.1" 200 1347 0.078396 10.0.0.50 - - [2026-02-19 02:16:18] "GET /project/2b93dd7a-08ce-4eb5-877c-b2d4160e2f00?fields=security_groups HTTP/1.1" 200 1346 0.090326 10.0.0.50 - - [2026-02-19 02:16:19] "GET /project/8023aee1-0368-4991-b995-8f98b8b9ab57?fields=security_groups HTTP/1.1" 200 1398 0.089044 10.0.0.50 - - [2026-02-19 02:16:19] "GET /project/3a4c49d6-24bd-4fb3-995f-3db634ac0adf?fields=security_groups HTTP/1.1" 200 1350 0.097270 10.0.0.50 - - [2026-02-19 02:16:19] "GET /projects?obj_uuids=f11a9f49-91be-4fba-95de-f013ac52dd7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001257 10.0.0.50 - - [2026-02-19 02:16:19] "GET /project/f11a9f49-91be-4fba-95de-f013ac52dd7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.088581 10.0.0.50 - - [2026-02-19 02:16:19] "DELETE /security-group/aa03f9ce-8f2c-4cec-8399-cbce7d8931cb HTTP/1.1" 200 115 0.099294 10.0.0.50 - - [2026-02-19 02:16:19] "GET /projects?obj_uuids=4731edab-57b3-434f-aa41-83646c269882&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001203 10.0.0.50 - - [2026-02-19 02:16:19] "POST /neutron/network HTTP/1.1" 200 824 0.029122 10.0.0.50 - - [2026-02-19 02:16:19] "DELETE /access-control-list/e2753268-90ed-4cff-8091-4fa2e8651d1d HTTP/1.1" 200 115 0.065474 10.0.0.50 - - [2026-02-19 02:16:19] "DELETE /security-group/13b9eae8-f2fb-4c43-a6d5-9acfc97fc202 HTTP/1.1" 200 115 0.136865 10.0.0.50 - - [2026-02-19 02:16:19] "DELETE /security-group/1c3af58e-4fff-418b-aef0-89e224553dd8 HTTP/1.1" 200 115 0.127226 10.0.0.50 - - [2026-02-19 02:16:19] "GET /projects?obj_uuids=2b93dd7a-08ce-4eb5-877c-b2d4160e2f00&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001053 10.0.0.50 - - [2026-02-19 02:16:19] "GET /projects?obj_uuids=8023aee1-0368-4991-b995-8f98b8b9ab57&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001194 10.0.0.50 - - [2026-02-19 02:16:19] "GET /project/4731edab-57b3-434f-aa41-83646c269882?fields=application_policy_sets HTTP/1.1" 200 1386 0.067995 10.0.0.50 - - [2026-02-19 02:16:19] "DELETE /security-group/30f52dcb-2bb8-42b6-822b-e794e1cd2d06 HTTP/1.1" 200 115 0.147485 10.0.0.50 - - [2026-02-19 02:16:19] "GET /projects?obj_uuids=3a4c49d6-24bd-4fb3-995f-3db634ac0adf&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001158 10.0.0.50 - - [2026-02-19 02:16:19] "DELETE /access-control-list/59e544fa-50a8-4c85-8c00-096874887bb6 HTTP/1.1" 200 115 0.067983 10.0.0.50 - - [2026-02-19 02:16:19] "GET /project/2b93dd7a-08ce-4eb5-877c-b2d4160e2f00?fields=application_policy_sets HTTP/1.1" 200 1385 0.070247 10.0.0.50 - - [2026-02-19 02:16:19] "GET /project/8023aee1-0368-4991-b995-8f98b8b9ab57?fields=application_policy_sets HTTP/1.1" 200 1437 0.071182 10.0.0.50 - - [2026-02-19 02:16:19] "DELETE /access-control-list/bdcfcbb1-368f-4c9e-add7-ab77d846e306 HTTP/1.1" 200 115 0.055889 10.0.0.50 - - [2026-02-19 02:16:19] "GET /project/3a4c49d6-24bd-4fb3-995f-3db634ac0adf?fields=application_policy_sets HTTP/1.1" 200 1389 0.124594 10.0.0.50 - - [2026-02-19 02:16:19] "POST /neutron/port HTTP/1.1" 200 117 0.018794 10.0.0.50 - - [2026-02-19 02:16:19] "DELETE /access-control-list/e56fcc71-213d-4424-a61e-8d1dce7407f4 HTTP/1.1" 200 115 0.073598 10.0.0.50 - - [2026-02-19 02:16:19] "POST /neutron/port HTTP/1.1" 200 117 0.013417 10.0.0.50 - - [2026-02-19 02:16:19] "POST /id-to-fqname HTTP/1.1" 200 219 0.001280 10.0.0.50 - - [2026-02-19 02:16:19] "DELETE /access-control-list/951c3b59-1d4e-4f3a-8c65-2318284a988e HTTP/1.1" 200 115 0.062673 10.0.0.50 - - [2026-02-19 02:16:19] "POST /neutron/port HTTP/1.1" 200 117 0.007646 10.0.0.50 - - [2026-02-19 02:16:19] "DELETE /project/4731edab-57b3-434f-aa41-83646c269882 HTTP/1.1" 200 115 0.682376 10.0.0.50 - - [2026-02-19 02:16:19] "DELETE /access-control-list/4728689c-5296-4363-909c-5aa0a3fb604e HTTP/1.1" 200 115 0.069255 10.0.0.50 - - [2026-02-19 02:16:19] "DELETE /project/2b93dd7a-08ce-4eb5-877c-b2d4160e2f00 HTTP/1.1" 200 115 0.703993 10.0.0.50 - - [2026-02-19 02:16:19] "DELETE /project/8023aee1-0368-4991-b995-8f98b8b9ab57 HTTP/1.1" 200 115 0.730114 10.0.0.50 - - [2026-02-19 02:16:19] "DELETE /access-control-list/bc7b456e-cdfd-4fcf-ba37-0e3de6eab224 HTTP/1.1" 200 115 0.035758 10.0.0.50 - - [2026-02-19 02:16:19] "DELETE /project/3a4c49d6-24bd-4fb3-995f-3db634ac0adf HTTP/1.1" 200 115 0.758862 10.0.0.50 - - [2026-02-19 02:16:19] "DELETE /access-control-list/c31c8bf0-9227-4ee3-a447-7085be175a33 HTTP/1.1" 200 115 0.020442 10.0.0.50 - - [2026-02-19 02:16:19] "POST /neutron/network HTTP/1.1" 200 834 0.007441 10.0.0.50 - - [2026-02-19 02:16:19] "GET /aaa-mode HTTP/1.1" 401 292 0.000436 10.0.0.50 - - [2026-02-19 02:16:19] "POST /neutron/network HTTP/1.1" 200 834 0.005872 10.0.0.50 - - [2026-02-19 02:16:19] "GET /projects?obj_uuids=f11a9f49-91be-4fba-95de-f013ac52dd7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001275 10.0.0.50 - - [2026-02-19 02:16:20] "GET / HTTP/1.1" 200 35931 0.001737 10.0.0.50 - - [2026-02-19 02:16:20] "GET /project/f11a9f49-91be-4fba-95de-f013ac52dd7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000393 10.0.0.50 - - [2026-02-19 02:16:20] "POST /neutron/port HTTP/1.1" 200 1058 0.233378 10.0.0.50 - - [2026-02-19 02:16:20] "POST /neutron/port HTTP/1.1" 200 1058 0.010786 10.0.0.50 - - [2026-02-19 02:16:20] "POST /neutron/port HTTP/1.1" 200 1058 0.013752 10.0.0.50 - - [2026-02-19 02:16:20] "POST /neutron/port HTTP/1.1" 200 1112 0.078775 10.0.0.50 - - [2026-02-19 02:16:20] "POST /neutron/port HTTP/1.1" 200 1122 0.013922 10.0.0.50 - - [2026-02-19 02:16:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003333 10.0.0.50 - - [2026-02-19 02:16:20] "POST /neutron/subnet HTTP/1.1" 200 698 0.007556 10.0.0.50 - - [2026-02-19 02:16:20] "POST /neutron/port HTTP/1.1" 200 117 0.001280 10.0.0.50 - - [2026-02-19 02:16:20] "POST /neutron/network HTTP/1.1" 200 824 0.005297 10.0.0.50 - - [2026-02-19 02:16:20] "GET /projects?obj_uuids=f11a9f49-91be-4fba-95de-f013ac52dd7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001019 10.0.0.50 - - [2026-02-19 02:16:20] "GET /project/f11a9f49-91be-4fba-95de-f013ac52dd7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.052964 10.0.0.50 - - [2026-02-19 02:16:20] "POST /neutron/network HTTP/1.1" 200 824 0.005266 10.0.0.50 - - [2026-02-19 02:16:20] "POST /neutron/port HTTP/1.1" 200 1122 0.013942 10.0.0.50 - - [2026-02-19 02:16:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012583 10.0.0.50 - - [2026-02-19 02:16:20] "POST /neutron/port HTTP/1.1" 200 117 0.005759 10.0.0.50 - - [2026-02-19 02:16:20] "GET /projects?obj_uuids=f11a9f49-91be-4fba-95de-f013ac52dd7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001126 10.0.0.50 - - [2026-02-19 02:16:20] "POST /neutron/router HTTP/1.1" 200 580 0.070499 10.0.0.50 - - [2026-02-19 02:16:20] "POST /neutron/router HTTP/1.1" 200 580 0.003933 10.0.0.50 - - [2026-02-19 02:16:20] "POST /route-targets HTTP/1.1" 200 327 0.021614 10.0.0.50 - - [2026-02-19 02:16:20] "PUT /logical-router/01f33d7a-efb8-40c1-abd6-fc0dee42c0d6 HTTP/1.1" 200 262 0.029692 10.0.0.50 - - [2026-02-19 02:16:20] "GET /projects?obj_uuids=f11a9f49-91be-4fba-95de-f013ac52dd7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001447 10.0.0.50 - - [2026-02-19 02:16:21] "POST /neutron/router HTTP/1.1" 200 344 0.349138 10.0.0.50 - - [2026-02-19 02:16:21] "POST /neutron/network HTTP/1.1" 200 834 0.011017 10.0.0.50 - - [2026-02-19 02:16:21] "POST /ref-update HTTP/1.1" 200 156 0.024533 10.0.0.50 - - [2026-02-19 02:16:21] "GET /projects?obj_uuids=f11a9f49-91be-4fba-95de-f013ac52dd7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001110 10.0.0.50 - - [2026-02-19 02:16:21] "POST /neutron/port HTTP/1.1" 200 1122 0.031136 10.0.0.50 - - [2026-02-19 02:16:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012233 10.0.0.50 - - [2026-02-19 02:16:21] "POST /neutron/port HTTP/1.1" 200 1058 0.289597 10.0.0.50 - - [2026-02-19 02:16:21] "POST /neutron/port HTTP/1.1" 200 1058 0.014721 10.0.0.50 - - [2026-02-19 02:16:21] "POST /neutron/port HTTP/1.1" 200 1058 0.014074 10.0.0.50 - - [2026-02-19 02:16:21] "POST /neutron/port HTTP/1.1" 200 1112 0.076950 10.0.0.50 - - [2026-02-19 02:16:21] "POST /neutron/port HTTP/1.1" 200 1122 0.012994 10.0.0.50 - - [2026-02-19 02:16:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003142 10.0.0.50 - - [2026-02-19 02:16:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.007071 10.0.0.50 - - [2026-02-19 02:16:21] "POST /neutron/port HTTP/1.1" 200 117 0.001424 10.0.0.50 - - [2026-02-19 02:16:21] "POST /neutron/network HTTP/1.1" 200 824 0.005974 10.0.0.50 - - [2026-02-19 02:16:25] "GET /obj-perms HTTP/1.1" 200 5056 0.065831 10.0.0.50 - - [2026-02-19 02:16:26] "GET /obj-perms HTTP/1.1" 200 5056 0.069462 10.0.0.50 - - [2026-02-19 02:16:26] "POST /neutron/port HTTP/1.1" 200 1122 0.014255 10.0.0.50 - - [2026-02-19 02:16:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008973 10.0.0.50 - - [2026-02-19 02:16:26] "POST /neutron/port HTTP/1.1" 200 1122 0.014711 10.0.0.50 - - [2026-02-19 02:16:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006470 10.0.0.50 - - [2026-02-19 02:16:26] "POST /neutron/port HTTP/1.1" 200 1122 0.013656 10.0.0.50 - - [2026-02-19 02:16:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007390 10.0.0.50 - - [2026-02-19 02:16:26] "GET /virtual-machine/1c633416-8c17-47d2-9de1-90b1eb6cc2ad HTTP/1.1" 401 292 0.000433 10.0.0.50 - - [2026-02-19 02:16:27] "GET /virtual-machine/1c633416-8c17-47d2-9de1-90b1eb6cc2ad HTTP/1.1" 200 1290 0.032781 10.0.0.50 - - [2026-02-19 02:16:27] "GET /virtual-machine-interface/318b91d4-8293-4834-b8f1-ca0a6682c906 HTTP/1.1" 200 2933 0.005636 10.0.0.50 - - [2026-02-19 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.50 - - [2026-02-19 02:16:27] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003361 10.0.0.50 - - [2026-02-19 02:16:27] "GET /virtual-networks?parent_id=f11a9f49-91be-4fba-95de-f013ac52dd7a&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002774 10.0.0.50 - - [2026-02-19 02:16:27] "GET /virtual-network/553db9b4-64dd-4dbf-8563-801c23c6fa67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005985 10.0.0.50 - - [2026-02-19 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.50 - - [2026-02-19 02:16:30] "GET /virtual-network/553db9b4-64dd-4dbf-8563-801c23c6fa67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005520 10.0.0.50 - - [2026-02-19 02:16:30] "POST /neutron/port HTTP/1.1" 200 1122 0.014251 10.0.0.50 - - [2026-02-19 02:16:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006604 10.0.0.50 - - [2026-02-19 02:16:31] "POST /neutron/port HTTP/1.1" 200 1122 0.012980 10.0.0.50 - - [2026-02-19 02:16:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004977 10.0.0.50 - - [2026-02-19 02:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.50 - - [2026-02-19 02:16:32] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004793 10.0.0.50 - - [2026-02-19 02:16:32] "GET /virtual-networks?parent_id=f11a9f49-91be-4fba-95de-f013ac52dd7a&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003302 10.0.0.50 - - [2026-02-19 02:16:32] "GET /virtual-network/553db9b4-64dd-4dbf-8563-801c23c6fa67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005609 10.0.0.50 - - [2026-02-19 02:16:32] "POST /neutron/port HTTP/1.1" 200 1122 0.013116 10.0.0.50 - - [2026-02-19 02:16:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005945 10.0.0.50 - - [2026-02-19 02:16:32] "POST /neutron/port HTTP/1.1" 200 1122 0.013594 10.0.0.50 - - [2026-02-19 02:16:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007246 10.0.0.50 - - [2026-02-19 02:16:32] "POST /neutron/port HTTP/1.1" 200 1122 0.012899 10.0.0.50 - - [2026-02-19 02:16:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007023 10.0.0.50 - - [2026-02-19 02:16:33] "GET /virtual-machine/3378f6f4-b49f-45aa-9dea-0ccc203e52a0 HTTP/1.1" 200 1290 0.005503 10.0.0.50 - - [2026-02-19 02:16:33] "GET /virtual-machine-interface/80cca1e1-613e-4641-b361-6adcc3dbb3f5 HTTP/1.1" 200 2933 0.006062 10.0.0.50 - - [2026-02-19 02:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.50 - - [2026-02-19 02:16:33] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003596 10.0.0.50 - - [2026-02-19 02:16:33] "GET /virtual-networks?parent_id=f11a9f49-91be-4fba-95de-f013ac52dd7a&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002933 10.0.0.50 - - [2026-02-19 02:16:33] "GET /virtual-network/a09210cd-1374-4f3f-8dd8-370b1be6d825?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006578 10.0.0.50 - - [2026-02-19 02:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.50 - - [2026-02-19 02:16:34] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003773 10.0.0.50 - - [2026-02-19 02:16:34] "GET /virtual-networks?parent_id=f11a9f49-91be-4fba-95de-f013ac52dd7a&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002863 10.0.0.50 - - [2026-02-19 02:16:34] "GET /virtual-network/a09210cd-1374-4f3f-8dd8-370b1be6d825?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005528 10.0.0.50 - - [2026-02-19 02:16:39] "POST /neutron/router HTTP/1.1" 200 580 0.004849 10.0.0.50 - - [2026-02-19 02:16:39] "GET /projects?obj_uuids=f11a9f49-91be-4fba-95de-f013ac52dd7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001077 10.0.0.50 - - [2026-02-19 02:16:39] "POST /neutron/router HTTP/1.1" 200 344 0.203414 10.0.0.50 - - [2026-02-19 02:16:39] "POST /neutron/port HTTP/1.1" 200 1920 0.016312 10.0.0.50 - - [2026-02-19 02:16:40] "POST /ref-update HTTP/1.1" 200 156 0.008689 10.0.0.50 - - [2026-02-19 02:16:46] "POST /neutron/router HTTP/1.1" 200 580 0.003701 10.0.0.50 - - [2026-02-19 02:16:46] "POST /ref-update HTTP/1.1" 200 156 0.011601 10.0.0.50 - - [2026-02-19 02:16:46] "POST /neutron/router HTTP/1.1" 200 344 0.105610 10.0.0.50 - - [2026-02-19 02:16:49] "POST /neutron/router HTTP/1.1" 200 580 0.005245 10.0.0.50 - - [2026-02-19 02:16:49] "GET /projects?obj_uuids=f11a9f49-91be-4fba-95de-f013ac52dd7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001456 10.0.0.50 - - [2026-02-19 02:16:50] "POST /neutron/router HTTP/1.1" 200 344 0.215384 10.0.0.50 - - [2026-02-19 02:16:50] "POST /ref-update HTTP/1.1" 200 156 0.010731 10.0.0.50 - - [2026-02-19 02:16:52] "POST /neutron/router HTTP/1.1" 200 580 0.005034 10.0.0.50 - - [2026-02-19 02:16:52] "POST /ref-update HTTP/1.1" 200 156 0.020169 10.0.0.50 - - [2026-02-19 02:16:52] "POST /neutron/router HTTP/1.1" 200 344 0.134237 10.0.0.50 - - [2026-02-19 02:16:52] "POST /neutron/router HTTP/1.1" 200 580 0.004682 10.0.0.50 - - [2026-02-19 02:16:52] "POST /ref-update HTTP/1.1" 200 156 0.012300 10.0.0.50 - - [2026-02-19 02:16:52] "POST /neutron/router HTTP/1.1" 200 344 0.106100 10.0.0.50 - - [2026-02-19 02:16:52] "POST /neutron/router HTTP/1.1" 200 580 0.004521 10.0.0.50 - - [2026-02-19 02:16:52] "GET /logical-router/01f33d7a-efb8-40c1-abd6-fc0dee42c0d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.006030 10.0.0.50 - - [2026-02-19 02:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002419 10.0.0.50 - - [2026-02-19 02:16:52] "POST /neutron/router HTTP/1.1" 200 151 0.047895 10.0.0.50 - - [2026-02-19 02:16:52] "DELETE /route-target/3b053420-4832-437a-a7a7-7db4b338b6e9 HTTP/1.1" 200 115 0.016018 10.0.0.50 - - [2026-02-19 02:16:52] "POST /neutron/network HTTP/1.1" 200 824 0.014500 10.0.0.50 - - [2026-02-19 02:16:52] "POST /neutron/network HTTP/1.1" 400 204 0.009945 10.0.0.50 - - [2026-02-19 02:16:53] "POST /neutron/port HTTP/1.1" 200 1122 0.012591 10.0.0.50 - - [2026-02-19 02:16:53] "POST /neutron/port HTTP/1.1" 200 1112 0.010304 10.0.0.50 - - [2026-02-19 02:16:53] "POST /neutron/port HTTP/1.1" 200 1122 0.011685 10.0.0.50 - - [2026-02-19 02:16:53] "POST /neutron/port HTTP/1.1" 200 1112 0.022808 10.0.0.50 - - [2026-02-19 02:16:53] "POST /neutron/port HTTP/1.1" 200 151 0.122175 10.0.0.50 - - [2026-02-19 02:16:53] "POST /neutron/port HTTP/1.1" 200 151 0.125444 10.0.0.50 - - [2026-02-19 02:16:54] "POST /neutron/network HTTP/1.1" 200 824 0.006357 10.0.0.50 - - [2026-02-19 02:16:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.50 - - [2026-02-19 02:16:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003380 10.0.0.50 - - [2026-02-19 02:16:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002586 10.0.0.50 - - [2026-02-19 02:16:54] "POST /neutron/network HTTP/1.1" 200 151 0.084793 10.0.0.50 - - [2026-02-19 02:16:54] "DELETE /route-target/6a694edb-a947-4fbc-992e-5a67362f2d74 HTTP/1.1" 200 115 0.024837 10.0.0.50 - - [2026-02-19 02:16:54] "POST /neutron/network HTTP/1.1" 200 824 0.005010 10.0.0.50 - - [2026-02-19 02:16:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003853 10.0.0.50 - - [2026-02-19 02:16:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.50 - - [2026-02-19 02:16:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001611 10.0.0.50 - - [2026-02-19 02:16:55] "POST /neutron/network HTTP/1.1" 200 151 0.075746 10.0.0.50 - - [2026-02-19 02:16:55] "DELETE /route-target/fac75765-a202-43db-b587-460cbeeaa1a6 HTTP/1.1" 200 115 0.013236 10.0.0.50 - - [2026-02-19 02:16:55] "GET /projects?obj_uuids=f11a9f49-91be-4fba-95de-f013ac52dd7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001161 10.0.0.50 - - [2026-02-19 02:16:55] "GET /project/f11a9f49-91be-4fba-95de-f013ac52dd7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.052512 10.0.0.50 - - [2026-02-19 02:16:55] "GET /projects?obj_uuids=f11a9f49-91be-4fba-95de-f013ac52dd7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000967 10.0.0.50 - - [2026-02-19 02:16:55] "GET /project/f11a9f49-91be-4fba-95de-f013ac52dd7a?fields=virtual_networks HTTP/1.1" 200 1028 0.027527 10.0.0.50 - - [2026-02-19 02:16:55] "GET /projects?obj_uuids=f11a9f49-91be-4fba-95de-f013ac52dd7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001122 10.0.0.50 - - [2026-02-19 02:16:55] "GET /project/f11a9f49-91be-4fba-95de-f013ac52dd7a?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.024899 10.0.0.50 - - [2026-02-19 02:16:55] "GET /projects?obj_uuids=f11a9f49-91be-4fba-95de-f013ac52dd7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001338 10.0.0.50 - - [2026-02-19 02:16:55] "GET /project/f11a9f49-91be-4fba-95de-f013ac52dd7a?fields=security_groups HTTP/1.1" 200 1252 0.025965 10.0.0.50 - - [2026-02-19 02:16:56] "POST /fqname-to-id HTTP/1.1" 404 191 0.029459 10.0.0.50 - - [2026-02-19 02:16:56] "GET /projects?obj_uuids=679bede7-0bbc-4016-996c-ea0da5cf96d6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002450 10.0.0.50 - - [2026-02-19 02:16:56] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001024 10.0.0.50 - - [2026-02-19 02:16:56] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006636 10.0.0.50 - - [2026-02-19 02:16:56] "POST /id-to-fqname HTTP/1.1" 200 193 0.001273 10.0.0.50 - - [2026-02-19 02:16:56] "POST /fqname-to-id HTTP/1.1" 404 202 0.003535 10.0.0.50 - - [2026-02-19 02:16:56] "POST /security-groups HTTP/1.1" 200 594 0.064958 10.0.0.50 - - [2026-02-19 02:16:56] "POST /fqname-to-id HTTP/1.1" 404 237 0.003130 10.0.0.50 - - [2026-02-19 02:16:56] "POST /projects HTTP/1.1" 200 591 0.205723 10.0.0.50 - - [2026-02-19 02:16:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.276262 10.0.0.50 - - [2026-02-19 02:16:56] "POST /access-control-lists HTTP/1.1" 200 599 0.065803 10.0.0.50 - - [2026-02-19 02:16:56] "POST /fqname-to-id HTTP/1.1" 404 236 0.003157 10.0.0.50 - - [2026-02-19 02:16:56] "GET /project/679bede7-0bbc-4016-996c-ea0da5cf96d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.413363 10.0.0.50 - - [2026-02-19 02:16:57] "POST /access-control-lists HTTP/1.1" 200 597 0.060678 10.0.0.50 - - [2026-02-19 02:16:58] "GET / HTTP/1.1" 200 35931 0.002038 10.0.0.50 - - [2026-02-19 02:16:59] "GET /project/679bede7-0bbc-4016-996c-ea0da5cf96d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000471 10.0.0.50 - - [2026-02-19 02:16:59] "GET /projects?obj_uuids=679bede7-0bbc-4016-996c-ea0da5cf96d6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001585 10.0.0.50 - - [2026-02-19 02:16:59] "GET /project/679bede7-0bbc-4016-996c-ea0da5cf96d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.072244 10.0.0.50 - - [2026-02-19 02:16:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002503 10.0.0.50 - - [2026-02-19 02:16:59] "GET /security-group/4d1daa1f-20e2-4254-91b3-fdfebfbaa56d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.004984 10.0.0.50 - - [2026-02-19 02:16:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.50 - - [2026-02-19 02:16:59] "GET /projects?obj_uuids=679bede7-0bbc-4016-996c-ea0da5cf96d6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001445 10.0.0.50 - - [2026-02-19 02:16:59] "GET /project/679bede7-0bbc-4016-996c-ea0da5cf96d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.030909 10.0.0.50 - - [2026-02-19 02:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.50 - - [2026-02-19 02:17:00] "GET /security-group/4d1daa1f-20e2-4254-91b3-fdfebfbaa56d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.004088 10.0.0.50 - - [2026-02-19 02:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.50 - - [2026-02-19 02:17:00] "PUT /security-group/4d1daa1f-20e2-4254-91b3-fdfebfbaa56d HTTP/1.1" 200 262 0.014688 10.0.0.50 - - [2026-02-19 02:17:00] "PUT /access-control-list/25f81d13-a954-4a5b-a5af-bab031425fa1 HTTP/1.1" 200 272 0.009201 10.0.0.50 - - [2026-02-19 02:17:00] "PUT /access-control-list/8cab7013-9461-4723-99b0-9b312e3ca7b1 HTTP/1.1" 200 272 0.009139 10.0.0.50 - - [2026-02-19 02:17:00] "POST /fqname-to-id HTTP/1.1" 404 202 0.002347 10.0.0.50 - - [2026-02-19 02:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002673 10.0.0.50 - - [2026-02-19 02:17:00] "GET /projects?obj_uuids=679bede7-0bbc-4016-996c-ea0da5cf96d6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001446 10.0.0.50 - - [2026-02-19 02:17:00] "GET /project/679bede7-0bbc-4016-996c-ea0da5cf96d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.033309 10.0.0.50 - - [2026-02-19 02:17:00] "POST /neutron/network HTTP/1.1" 200 117 0.036937 10.0.0.50 - - [2026-02-19 02:17:00] "GET /projects?obj_uuids=679bede7-0bbc-4016-996c-ea0da5cf96d6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001143 10.0.0.50 - - [2026-02-19 02:17:00] "POST /neutron/network HTTP/1.1" 200 608 0.089567 10.0.0.50 - - [2026-02-19 02:17:00] "POST /route-targets HTTP/1.1" 200 327 0.010288 10.0.0.50 - - [2026-02-19 02:17:00] "POST /ref-update HTTP/1.1" 200 156 0.011895 10.0.0.50 - - [2026-02-19 02:17:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002908 10.0.0.50 - - [2026-02-19 02:17:00] "POST /neutron/subnet HTTP/1.1" 200 724 0.131250 10.0.0.50 - - [2026-02-19 02:17:00] "POST /neutron/network HTTP/1.1" 200 827 0.005849 10.0.0.50 - - [2026-02-19 02:17:00] "POST /id-to-fqname HTTP/1.1" 200 223 0.001236 10.0.0.50 - - [2026-02-19 02:17:00] "GET /virtual-network/9fce6dd3-971a-4c2b-955b-58e5ed5e1e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004704 10.0.0.50 - - [2026-02-19 02:17:00] "POST /neutron/network HTTP/1.1" 200 827 0.005616 10.0.0.50 - - [2026-02-19 02:17:00] "GET /virtual-network/9fce6dd3-971a-4c2b-955b-58e5ed5e1e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004865 10.0.0.50 - - [2026-02-19 02:17:00] "POST /neutron/network HTTP/1.1" 200 827 0.005451 10.0.0.50 - - [2026-02-19 02:17:00] "POST /neutron/subnet HTTP/1.1" 200 724 0.008620 10.0.0.50 - - [2026-02-19 02:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.50 - - [2026-02-19 02:17:00] "GET /projects?obj_uuids=679bede7-0bbc-4016-996c-ea0da5cf96d6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001039 10.0.0.50 - - [2026-02-19 02:17:00] "GET /project/679bede7-0bbc-4016-996c-ea0da5cf96d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.027936 10.0.0.50 - - [2026-02-19 02:17:00] "POST /neutron/network HTTP/1.1" 200 117 0.010559 10.0.0.50 - - [2026-02-19 02:17:00] "GET /projects?obj_uuids=679bede7-0bbc-4016-996c-ea0da5cf96d6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000996 10.0.0.50 - - [2026-02-19 02:17:01] "POST /neutron/network HTTP/1.1" 200 615 0.095250 10.0.0.50 - - [2026-02-19 02:17:01] "POST /route-targets HTTP/1.1" 200 327 0.017693 10.0.0.50 - - [2026-02-19 02:17:01] "POST /ref-update HTTP/1.1" 200 156 0.015803 10.0.0.50 - - [2026-02-19 02:17:01] "POST /useragent-kv HTTP/1.1" 200 115 0.005694 10.0.0.50 - - [2026-02-19 02:17:01] "POST /neutron/subnet HTTP/1.1" 200 729 0.148754 10.0.0.50 - - [2026-02-19 02:17:01] "POST /neutron/network HTTP/1.1" 200 835 0.005645 10.0.0.50 - - [2026-02-19 02:17:01] "POST /id-to-fqname HTTP/1.1" 200 227 0.001301 10.0.0.50 - - [2026-02-19 02:17:01] "GET /virtual-network/00d791e9-9fa3-46fe-82c9-0503883f1df3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004780 10.0.0.50 - - [2026-02-19 02:17:01] "POST /neutron/network HTTP/1.1" 200 835 0.005264 10.0.0.50 - - [2026-02-19 02:17:01] "GET /virtual-network/00d791e9-9fa3-46fe-82c9-0503883f1df3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005284 10.0.0.50 - - [2026-02-19 02:17:01] "POST /neutron/network HTTP/1.1" 200 835 0.006053 10.0.0.50 - - [2026-02-19 02:17:01] "POST /neutron/subnet HTTP/1.1" 200 729 0.006549 10.0.0.50 - - [2026-02-19 02:17:01] "POST /id-to-fqname HTTP/1.1" 200 223 0.001287 10.0.0.50 - - [2026-02-19 02:17:01] "POST /neutron/network HTTP/1.1" 200 837 0.005613 10.0.0.50 - - [2026-02-19 02:17:01] "GET /aaa-mode HTTP/1.1" 401 292 0.000437 10.0.0.50 - - [2026-02-19 02:17:02] "GET / HTTP/1.1" 200 35931 0.002728 10.0.0.50 - - [2026-02-19 02:17:02] "GET /project/679bede7-0bbc-4016-996c-ea0da5cf96d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000401 10.0.0.50 - - [2026-02-19 02:17:02] "GET /projects?obj_uuids=679bede7-0bbc-4016-996c-ea0da5cf96d6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001171 10.0.0.50 - - [2026-02-19 02:17:02] "GET /project/679bede7-0bbc-4016-996c-ea0da5cf96d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.053426 10.0.0.50 - - [2026-02-19 02:17:02] "POST /neutron/network HTTP/1.1" 200 827 0.005746 10.0.0.50 - - [2026-02-19 02:17:02] "POST /neutron/port HTTP/1.1" 200 117 0.004567 10.0.0.50 - - [2026-02-19 02:17:02] "POST /neutron/port HTTP/1.1" 200 117 0.005348 10.0.0.50 - - [2026-02-19 02:17:02] "POST /id-to-fqname HTTP/1.1" 200 227 0.001260 10.0.0.50 - - [2026-02-19 02:17:02] "POST /neutron/port HTTP/1.1" 200 117 0.005074 10.0.0.50 - - [2026-02-19 02:17:02] "POST /neutron/network HTTP/1.1" 200 845 0.005426 10.0.0.50 - - [2026-02-19 02:17:02] "GET /aaa-mode HTTP/1.1" 401 292 0.000564 10.0.0.50 - - [2026-02-19 02:17:03] "POST /neutron/network HTTP/1.1" 200 837 0.005552 10.0.0.50 - - [2026-02-19 02:17:03] "GET /projects?obj_uuids=679bede7-0bbc-4016-996c-ea0da5cf96d6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001551 10.0.0.50 - - [2026-02-19 02:17:03] "GET / HTTP/1.1" 200 35931 0.001667 10.0.0.50 - - [2026-02-19 02:17:03] "GET /project/679bede7-0bbc-4016-996c-ea0da5cf96d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000402 10.0.0.50 - - [2026-02-19 02:17:03] "POST /neutron/port HTTP/1.1" 200 1063 0.202979 10.0.0.50 - - [2026-02-19 02:17:03] "POST /neutron/port HTTP/1.1" 200 1063 0.017972 10.0.0.50 - - [2026-02-19 02:17:03] "POST /neutron/port HTTP/1.1" 200 1063 0.011732 10.0.0.50 - - [2026-02-19 02:17:03] "POST /neutron/port HTTP/1.1" 200 1117 0.067832 10.0.0.50 - - [2026-02-19 02:17:03] "POST /neutron/port HTTP/1.1" 200 1127 0.012867 10.0.0.50 - - [2026-02-19 02:17:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003247 10.0.0.50 - - [2026-02-19 02:17:03] "POST /neutron/subnet HTTP/1.1" 200 698 0.006761 10.0.0.50 - - [2026-02-19 02:17:03] "POST /neutron/port HTTP/1.1" 200 117 0.001142 10.0.0.50 - - [2026-02-19 02:17:03] "POST /neutron/network HTTP/1.1" 200 827 0.005616 10.0.0.50 - - [2026-02-19 02:17:03] "GET /projects?obj_uuids=679bede7-0bbc-4016-996c-ea0da5cf96d6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001387 10.0.0.50 - - [2026-02-19 02:17:03] "GET /project/679bede7-0bbc-4016-996c-ea0da5cf96d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.054188 10.0.0.50 - - [2026-02-19 02:17:03] "POST /neutron/network HTTP/1.1" 200 835 0.005153 10.0.0.50 - - [2026-02-19 02:17:03] "POST /neutron/port HTTP/1.1" 200 1127 0.016374 10.0.0.50 - - [2026-02-19 02:17:03] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006740 10.0.0.50 - - [2026-02-19 02:17:03] "POST /neutron/port HTTP/1.1" 200 117 0.005450 10.0.0.50 - - [2026-02-19 02:17:03] "GET /projects?obj_uuids=679bede7-0bbc-4016-996c-ea0da5cf96d6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001196 10.0.0.50 - - [2026-02-19 02:17:03] "POST /neutron/router HTTP/1.1" 200 585 0.054744 10.0.0.50 - - [2026-02-19 02:17:03] "POST /neutron/router HTTP/1.1" 200 585 0.006943 10.0.0.50 - - [2026-02-19 02:17:03] "POST /route-targets HTTP/1.1" 200 327 0.026827 10.0.0.50 - - [2026-02-19 02:17:04] "PUT /logical-router/90bd34a7-2967-4e95-a920-b7d913028068 HTTP/1.1" 200 262 0.043818 10.0.0.50 - - [2026-02-19 02:17:04] "POST /neutron/router HTTP/1.1" 200 656 0.059294 10.0.0.50 - - [2026-02-19 02:17:04] "GET /logical-router/90bd34a7-2967-4e95-a920-b7d913028068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.011384 10.0.0.50 - - [2026-02-19 02:17:04] "POST /neutron/router HTTP/1.1" 200 656 0.008513 10.0.0.50 - - [2026-02-19 02:17:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006064 10.0.0.50 - - [2026-02-19 02:17:04] "GET /projects?obj_uuids=679bede7-0bbc-4016-996c-ea0da5cf96d6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001043 10.0.0.50 - - [2026-02-19 02:17:04] "GET /service-template/055b80b5-e4ea-4f91-88f2-6b17dad90b6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1678 0.006424 10.0.0.50 - - [2026-02-19 02:17:04] "POST /fqname-to-id HTTP/1.1" 404 215 0.002630 10.0.0.50 - - [2026-02-19 02:17:04] "POST /neutron/network HTTP/1.1" 200 845 0.012104 10.0.0.50 - - [2026-02-19 02:17:04] "GET /projects?obj_uuids=679bede7-0bbc-4016-996c-ea0da5cf96d6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001081 10.0.0.50 - - [2026-02-19 02:17:04] "POST /neutron/router HTTP/1.1" 200 344 0.338919 10.0.0.50 - - [2026-02-19 02:17:04] "POST /useragent-kv HTTP/1.1" 200 115 0.017308 10.0.0.50 - - [2026-02-19 02:17:04] "POST /virtual-networks HTTP/1.1" 200 694 0.188706 10.0.0.50 - - [2026-02-19 02:17:04] "POST /route-targets HTTP/1.1" 200 327 0.042148 10.0.0.50 - - [2026-02-19 02:17:04] "POST /neutron/port HTTP/1.1" 200 1127 0.051610 10.0.0.50 - - [2026-02-19 02:17:04] "POST /ref-update HTTP/1.1" 200 156 0.038807 10.0.0.50 - - [2026-02-19 02:17:04] "POST /neutron/security_group HTTP/1.1" 200 2002 0.038200 10.0.0.50 - - [2026-02-19 02:17:04] "POST /ref-update HTTP/1.1" 200 156 0.036191 10.0.0.50 - - [2026-02-19 02:17:04] "POST /service-instances HTTP/1.1" 200 670 0.209474 10.0.0.50 - - [2026-02-19 02:17:04] "POST /route-tables HTTP/1.1" 200 582 0.060616 10.0.0.50 - - [2026-02-19 02:17:04] "POST /neutron/port HTTP/1.1" 200 1064 0.451131 10.0.0.50 - - [2026-02-19 02:17:04] "PUT /logical-router/90bd34a7-2967-4e95-a920-b7d913028068 HTTP/1.1" 200 262 0.021226 10.0.0.50 - - [2026-02-19 02:17:04] "POST /neutron/port HTTP/1.1" 200 1064 0.020317 10.0.0.50 - - [2026-02-19 02:17:04] "POST /neutron/port HTTP/1.1" 200 1064 0.015086 10.0.0.50 - - [2026-02-19 02:17:04] "POST /ref-update HTTP/1.1" 200 156 0.042962 10.0.0.50 - - [2026-02-19 02:17:05] "POST /neutron/port HTTP/1.1" 200 1118 0.090182 10.0.0.50 - - [2026-02-19 02:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004575 10.0.0.50 - - [2026-02-19 02:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.50 - - [2026-02-19 02:17:05] "POST /neutron/port HTTP/1.1" 200 1128 0.011590 10.0.0.50 - - [2026-02-19 02:17:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003212 10.0.0.50 - - [2026-02-19 02:17:05] "POST /neutron/subnet HTTP/1.1" 200 703 0.007794 10.0.0.50 - - [2026-02-19 02:17:05] "POST /virtual-machines HTTP/1.1" 200 553 0.013751 10.0.0.50 - - [2026-02-19 02:17:05] "POST /neutron/port HTTP/1.1" 200 117 0.002168 10.0.0.50 - - [2026-02-19 02:17:05] "POST /neutron/network HTTP/1.1" 200 835 0.005499 10.0.0.50 - - [2026-02-19 02:17:05] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.105577 10.0.0.50 - - [2026-02-19 02:17:05] "POST /chown HTTP/1.1" 200 109 0.008523 10.0.0.50 - - [2026-02-19 02:17:05] "POST /instance-ips HTTP/1.1" 200 551 0.020340 10.0.0.50 - - [2026-02-19 02:17:05] "POST /instance-ips HTTP/1.1" 400 246 0.023201 10.0.0.50 - - [2026-02-19 02:17:05] "POST /chown HTTP/1.1" 200 109 0.009277 10.0.0.50 - - [2026-02-19 02:17:05] "PUT /virtual-machine-interface/667b44ee-a8ec-4822-a6fd-39891869c67e HTTP/1.1" 200 284 0.010279 10.0.0.50 - - [2026-02-19 02:17:05] "PUT /instance-ip/2b9b7c15-b47b-4107-b6a9-809f6ade457d HTTP/1.1" 200 256 0.014015 10.0.0.50 - - [2026-02-19 02:17:05] "POST /ref-update HTTP/1.1" 200 156 0.017871 10.0.0.50 - - [2026-02-19 02:17:05] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.100157 10.0.0.50 - - [2026-02-19 02:17:05] "POST /chown HTTP/1.1" 200 109 0.007391 10.0.0.50 - - [2026-02-19 02:17:05] "POST /instance-ips HTTP/1.1" 200 549 0.037586 10.0.0.50 - - [2026-02-19 02:17:06] "POST /instance-ips HTTP/1.1" 400 316 0.019395 10.0.0.50 - - [2026-02-19 02:17:06] "POST /chown HTTP/1.1" 200 109 0.008642 10.0.0.50 - - [2026-02-19 02:17:06] "PUT /virtual-machine-interface/b9a50112-e5e7-43f9-a81d-b527dbb52e94 HTTP/1.1" 200 284 0.017295 10.0.0.50 - - [2026-02-19 02:17:06] "PUT /instance-ip/2fb2dd3d-ba35-49a4-9dcc-0891cb697dc5 HTTP/1.1" 200 256 0.014998 10.0.0.50 - - [2026-02-19 02:17:06] "POST /ref-update HTTP/1.1" 200 156 0.012173 10.0.0.50 - - [2026-02-19 02:17:06] "POST /ref-update HTTP/1.1" 200 156 0.012975 10.0.0.50 - - [2026-02-19 02:17:06] "PUT /routing-instance/fd5bc6fc-a634-4044-a7f0-25e3ec7a0818 HTTP/1.1" 200 266 0.017249 10.0.0.50 - - [2026-02-19 02:17:06] "POST /ref-update HTTP/1.1" 200 156 0.027165 10.0.0.50 - - [2026-02-19 02:17:06] "POST /virtual-machines HTTP/1.1" 200 553 0.027944 10.0.0.50 - - [2026-02-19 02:17:06] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.100668 10.0.0.50 - - [2026-02-19 02:17:06] "POST /chown HTTP/1.1" 200 109 0.007637 10.0.0.50 - - [2026-02-19 02:17:06] "POST /instance-ips HTTP/1.1" 400 246 0.013356 10.0.0.50 - - [2026-02-19 02:17:06] "POST /chown HTTP/1.1" 200 109 0.006605 10.0.0.50 - - [2026-02-19 02:17:06] "PUT /virtual-machine-interface/e6644ec6-571a-417b-a3c8-510a98b77b81 HTTP/1.1" 200 284 0.010137 10.0.0.50 - - [2026-02-19 02:17:06] "PUT /instance-ip/2b9b7c15-b47b-4107-b6a9-809f6ade457d HTTP/1.1" 200 256 0.012709 10.0.0.50 - - [2026-02-19 02:17:06] "POST /ref-update HTTP/1.1" 200 156 0.014090 10.0.0.50 - - [2026-02-19 02:17:06] "POST /ref-update HTTP/1.1" 200 156 0.012128 10.0.0.50 - - [2026-02-19 02:17:07] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.084574 10.0.0.50 - - [2026-02-19 02:17:07] "POST /chown HTTP/1.1" 200 109 0.007224 10.0.0.50 - - [2026-02-19 02:17:07] "POST /instance-ips HTTP/1.1" 400 316 0.013111 10.0.0.50 - - [2026-02-19 02:17:07] "POST /chown HTTP/1.1" 200 109 0.008512 10.0.0.50 - - [2026-02-19 02:17:07] "PUT /virtual-machine-interface/aedadbf4-1985-4b9b-ba91-55ecbbf1350d HTTP/1.1" 200 284 0.012879 10.0.0.50 - - [2026-02-19 02:17:07] "PUT /instance-ip/2fb2dd3d-ba35-49a4-9dcc-0891cb697dc5 HTTP/1.1" 200 256 0.013814 10.0.0.50 - - [2026-02-19 02:17:07] "POST /ref-update HTTP/1.1" 200 156 0.012503 10.0.0.50 - - [2026-02-19 02:17:07] "POST /ref-update HTTP/1.1" 200 156 0.009894 10.0.0.50 - - [2026-02-19 02:17:09] "POST /neutron/port HTTP/1.1" 200 1127 0.013083 10.0.0.50 - - [2026-02-19 02:17:09] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007815 10.0.0.50 - - [2026-02-19 02:17:09] "POST /neutron/port HTTP/1.1" 200 1127 0.015099 10.0.0.50 - - [2026-02-19 02:17:09] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005564 10.0.0.50 - - [2026-02-19 02:17:09] "POST /neutron/port HTTP/1.1" 200 1127 0.012552 10.0.0.50 - - [2026-02-19 02:17:09] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005438 10.0.0.50 - - [2026-02-19 02:17:09] "GET /virtual-machine/aef27c03-5ae3-4cde-8937-ff97e745b312 HTTP/1.1" 401 292 0.000454 10.0.0.50 - - [2026-02-19 02:17:10] "GET /virtual-machine/aef27c03-5ae3-4cde-8937-ff97e745b312 HTTP/1.1" 200 1295 0.034571 10.0.0.50 - - [2026-02-19 02:17:10] "GET /virtual-machine-interface/b573d876-1241-4dff-91b5-1cc8dfe20332 HTTP/1.1" 200 2956 0.004848 10.0.0.50 - - [2026-02-19 02:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002588 10.0.0.50 - - [2026-02-19 02:17:10] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003158 10.0.0.50 - - [2026-02-19 02:17:10] "GET /virtual-networks?parent_id=679bede7-0bbc-4016-996c-ea0da5cf96d6&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002819 10.0.0.50 - - [2026-02-19 02:17:10] "GET /virtual-network/9fce6dd3-971a-4c2b-955b-58e5ed5e1e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.010265 10.0.0.50 - - [2026-02-19 02:17:13] "POST /neutron/port HTTP/1.1" 200 1127 0.013090 10.0.0.50 - - [2026-02-19 02:17:13] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005790 10.0.0.50 - - [2026-02-19 02:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.50 - - [2026-02-19 02:17:13] "GET /virtual-network/9fce6dd3-971a-4c2b-955b-58e5ed5e1e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005109 10.0.0.50 - - [2026-02-19 02:17:15] "POST /neutron/port HTTP/1.1" 200 1128 0.011545 10.0.0.50 - - [2026-02-19 02:17:15] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005871 10.0.0.50 - - [2026-02-19 02:17:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005404 10.0.0.50 - - [2026-02-19 02:17:15] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003735 10.0.0.50 - - [2026-02-19 02:17:15] "GET /virtual-networks?parent_id=679bede7-0bbc-4016-996c-ea0da5cf96d6&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003604 10.0.0.50 - - [2026-02-19 02:17:15] "GET /virtual-network/9fce6dd3-971a-4c2b-955b-58e5ed5e1e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005635 10.0.0.50 - - [2026-02-19 02:17:16] "POST /neutron/port HTTP/1.1" 200 1128 0.012871 10.0.0.50 - - [2026-02-19 02:17:16] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006130 10.0.0.50 - - [2026-02-19 02:17:16] "POST /neutron/port HTTP/1.1" 200 1128 0.011683 10.0.0.50 - - [2026-02-19 02:17:16] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005787 10.0.0.50 - - [2026-02-19 02:17:16] "POST /neutron/port HTTP/1.1" 200 1128 0.015540 10.0.0.50 - - [2026-02-19 02:17:16] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006363 10.0.0.50 - - [2026-02-19 02:17:16] "GET /virtual-machine/1c36388a-eeec-4427-83fd-4d7e8905d203 HTTP/1.1" 200 1294 0.005275 10.0.0.50 - - [2026-02-19 02:17:16] "GET /virtual-machine-interface/71272746-1371-4957-9945-153c07ed13e9 HTTP/1.1" 200 2967 0.006163 10.0.0.50 - - [2026-02-19 02:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004293 10.0.0.50 - - [2026-02-19 02:17:16] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003969 10.0.0.50 - - [2026-02-19 02:17:16] "GET /virtual-networks?parent_id=679bede7-0bbc-4016-996c-ea0da5cf96d6&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003585 10.0.0.50 - - [2026-02-19 02:17:16] "GET /virtual-network/00d791e9-9fa3-46fe-82c9-0503883f1df3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005364 10.0.0.50 - - [2026-02-19 02:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.50 - - [2026-02-19 02:17:17] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003364 10.0.0.50 - - [2026-02-19 02:17:17] "GET /virtual-networks?parent_id=679bede7-0bbc-4016-996c-ea0da5cf96d6&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002933 10.0.0.50 - - [2026-02-19 02:17:17] "GET /virtual-network/00d791e9-9fa3-46fe-82c9-0503883f1df3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005279 10.0.0.50 - - [2026-02-19 02:17:19] "DELETE /project/679bede70bbc4016996cea0da5cf96d6 HTTP/1.1" 404 173 0.006411 10.0.0.50 - - [2026-02-19 02:17:19] "GET /projects?obj_uuids=f11a9f49-91be-4fba-95de-f013ac52dd7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000918 10.0.0.50 - - [2026-02-19 02:17:19] "GET /project/f11a9f49-91be-4fba-95de-f013ac52dd7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.028510 10.0.0.50 - - [2026-02-19 02:17:19] "GET /projects?obj_uuids=f11a9f49-91be-4fba-95de-f013ac52dd7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000954 10.0.0.50 - - [2026-02-19 02:17:19] "GET /project/f11a9f49-91be-4fba-95de-f013ac52dd7a?fields=security_groups HTTP/1.1" 200 1357 0.070107 10.0.0.50 - - [2026-02-19 02:17:19] "DELETE /security-group/a747f474-c871-42e4-9fbe-4da183947568 HTTP/1.1" 200 115 0.038526 10.0.0.50 - - [2026-02-19 02:17:19] "GET /projects?obj_uuids=f11a9f49-91be-4fba-95de-f013ac52dd7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001179 10.0.0.50 - - [2026-02-19 02:17:19] "DELETE /access-control-list/fb8882c8-98ac-4152-97ca-f4cebdcdabcd HTTP/1.1" 200 115 0.027935 10.0.0.50 - - [2026-02-19 02:17:19] "GET /project/f11a9f49-91be-4fba-95de-f013ac52dd7a?fields=application_policy_sets HTTP/1.1" 200 1396 0.035860 10.0.0.50 - - [2026-02-19 02:17:19] "DELETE /access-control-list/a15a4cd6-03af-4c8d-9d73-27499b09ce7f HTTP/1.1" 200 115 0.031754 10.0.0.50 - - [2026-02-19 02:17:19] "DELETE /project/f11a9f49-91be-4fba-95de-f013ac52dd7a HTTP/1.1" 200 115 0.358949 10.0.0.50 - - [2026-02-19 02:17:21] "POST /neutron/router HTTP/1.1" 200 656 0.003678 10.0.0.50 - - [2026-02-19 02:17:21] "POST /ref-update HTTP/1.1" 200 156 0.026307 10.0.0.50 - - [2026-02-19 02:17:21] "POST /neutron/router HTTP/1.1" 200 344 0.131411 10.0.0.50 - - [2026-02-19 02:17:21] "POST /neutron/router HTTP/1.1" 200 656 0.005336 10.0.0.50 - - [2026-02-19 02:17:21] "GET /logical-router/90bd34a7-2967-4e95-a920-b7d913028068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1972 0.004287 10.0.0.50 - - [2026-02-19 02:17:21] "GET /service-instance/3016cc7b-95e5-4ec0-ab4b-a0db04e1fb96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.003602 10.0.0.50 - - [2026-02-19 02:17:21] "POST /neutron/router HTTP/1.1" 200 151 0.059481 10.0.0.50 - - [2026-02-19 02:17:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.50 - - [2026-02-19 02:17:21] "DELETE /route-target/c173c7a6-55d0-4003-9fc5-78ef5c6a0286 HTTP/1.1" 409 239 0.008783 10.0.0.50 - - [2026-02-19 02:17:21] "PUT /logical-router/90bd34a7-2967-4e95-a920-b7d913028068 HTTP/1.1" 404 171 0.002984 10.0.0.50 - - [2026-02-19 02:17:21] "POST /ref-update HTTP/1.1" 200 156 0.023251 10.0.0.50 - - [2026-02-19 02:17:21] "DELETE /route-table/bf1b6cbe-ebe9-4417-8f2b-3f7d4b64b847 HTTP/1.1" 200 115 0.055010 10.0.0.50 - - [2026-02-19 02:17:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002471 10.0.0.50 - - [2026-02-19 02:17:21] "GET /virtual-network/011a4f39-878f-4c0a-8a42-dc5311355811?fields=instance_ip_back_refs%2Cvirtual_machine_interface_back_refs HTTP/1.1" 200 2295 0.006485 10.0.0.50 - - [2026-02-19 02:17:22] "POST /neutron/network HTTP/1.1" 200 835 0.007244 10.0.0.50 - - [2026-02-19 02:17:22] "PUT /routing-instance/fd5bc6fc-a634-4044-a7f0-25e3ec7a0818 HTTP/1.1" 200 266 0.083912 10.0.0.50 - - [2026-02-19 02:17:22] "POST /ref-update HTTP/1.1" 200 156 0.011647 10.0.0.50 - - [2026-02-19 02:17:22] "POST /neutron/network HTTP/1.1" 400 204 0.064506 10.0.0.50 - - [2026-02-19 02:17:22] "POST /ref-update HTTP/1.1" 200 156 0.015291 10.0.0.50 - - [2026-02-19 02:17:22] "GET /virtual-machine-interface/aedadbf4-1985-4b9b-ba91-55ecbbf1350d?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1650 0.005579 10.0.0.50 - - [2026-02-19 02:17:22] "POST /ref-update HTTP/1.1" 200 156 0.015624 10.0.0.50 - - [2026-02-19 02:17:22] "GET /instance-ip/2fb2dd3d-ba35-49a4-9dcc-0891cb697dc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.004302 10.0.0.50 - - [2026-02-19 02:17:22] "DELETE /virtual-machine-interface/aedadbf4-1985-4b9b-ba91-55ecbbf1350d HTTP/1.1" 200 115 0.049366 10.0.0.50 - - [2026-02-19 02:17:22] "GET /virtual-machine-interface/b9a50112-e5e7-43f9-a81d-b527dbb52e94?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1650 0.005620 10.0.0.50 - - [2026-02-19 02:17:22] "POST /neutron/port HTTP/1.1" 200 1128 0.017364 10.0.0.50 - - [2026-02-19 02:17:22] "POST /ref-update HTTP/1.1" 200 156 0.018124 10.0.0.50 - - [2026-02-19 02:17:22] "POST /neutron/port HTTP/1.1" 200 1118 0.013942 10.0.0.50 - - [2026-02-19 02:17:22] "GET /instance-ip/2fb2dd3d-ba35-49a4-9dcc-0891cb697dc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1759 0.004159 10.0.0.50 - - [2026-02-19 02:17:22] "POST /neutron/port HTTP/1.1" 200 1127 0.014077 10.0.0.50 - - [2026-02-19 02:17:22] "POST /neutron/port HTTP/1.1" 200 1117 0.013017 10.0.0.50 - - [2026-02-19 02:17:22] "DELETE /instance-ip/2fb2dd3d-ba35-49a4-9dcc-0891cb697dc5 HTTP/1.1" 200 115 0.039234 10.0.0.50 - - [2026-02-19 02:17:22] "POST /neutron/port HTTP/1.1" 200 151 0.131104 10.0.0.50 - - [2026-02-19 02:17:22] "DELETE /virtual-machine-interface/b9a50112-e5e7-43f9-a81d-b527dbb52e94 HTTP/1.1" 200 115 0.051223 10.0.0.50 - - [2026-02-19 02:17:22] "DELETE /instance-ip/2fb2dd3d-ba35-49a4-9dcc-0891cb697dc5 HTTP/1.1" 404 177 0.003210 10.0.0.50 - - [2026-02-19 02:17:22] "POST /neutron/port HTTP/1.1" 200 151 0.132914 10.0.0.50 - - [2026-02-19 02:17:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.006135 10.0.0.50 - - [2026-02-19 02:17:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002256 10.0.0.50 - - [2026-02-19 02:17:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003189 10.0.0.50 - - [2026-02-19 02:17:22] "DELETE /virtual-network/011a4f39-878f-4c0a-8a42-dc5311355811 HTTP/1.1" 200 115 0.089961 10.0.0.50 - - [2026-02-19 02:17:22] "DELETE /route-target/976dc6a6-bf61-4cef-aea0-7679c4f38a50 HTTP/1.1" 200 115 0.016335 10.0.0.50 - - [2026-02-19 02:17:22] "DELETE /service-instance/3016cc7b-95e5-4ec0-ab4b-a0db04e1fb96 HTTP/1.1" 200 115 0.025798 10.0.0.50 - - [2026-02-19 02:17:22] "GET /logical-router/90bd34a7-2967-4e95-a920-b7d913028068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002736 10.0.0.50 - - [2026-02-19 02:17:22] "GET /service-instance/3016cc7b-95e5-4ec0-ab4b-a0db04e1fb96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002851 10.0.0.50 - - [2026-02-19 02:17:22] "GET /virtual-machine-interface/e6644ec6-571a-417b-a3c8-510a98b77b81?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1653 0.007313 10.0.0.50 - - [2026-02-19 02:17:22] "POST /ref-update HTTP/1.1" 200 156 0.011596 10.0.0.50 - - [2026-02-19 02:17:23] "GET /instance-ip/2b9b7c15-b47b-4107-b6a9-809f6ade457d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004323 10.0.0.50 - - [2026-02-19 02:17:23] "DELETE /virtual-machine-interface/e6644ec6-571a-417b-a3c8-510a98b77b81 HTTP/1.1" 200 115 0.035051 10.0.0.50 - - [2026-02-19 02:17:23] "DELETE /virtual-machine/00ac3238-6dda-4419-9abf-c4f6bebed088 HTTP/1.1" 200 115 0.017891 10.0.0.50 - - [2026-02-19 02:17:23] "GET /virtual-machine-interface/667b44ee-a8ec-4822-a6fd-39891869c67e?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1652 0.005477 10.0.0.50 - - [2026-02-19 02:17:23] "POST /ref-update HTTP/1.1" 200 156 0.012093 10.0.0.50 - - [2026-02-19 02:17:23] "GET /instance-ip/2b9b7c15-b47b-4107-b6a9-809f6ade457d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1696 0.005265 10.0.0.50 - - [2026-02-19 02:17:23] "DELETE /instance-ip/2b9b7c15-b47b-4107-b6a9-809f6ade457d HTTP/1.1" 200 115 0.025607 10.0.0.50 - - [2026-02-19 02:17:23] "DELETE /virtual-machine-interface/667b44ee-a8ec-4822-a6fd-39891869c67e HTTP/1.1" 200 115 0.029636 10.0.0.50 - - [2026-02-19 02:17:23] "POST /ref-update HTTP/1.1" 200 156 0.009219 10.0.0.50 - - [2026-02-19 02:17:23] "DELETE /virtual-machine/affe8892-c312-4bca-9052-4a45c503630a HTTP/1.1" 200 115 0.017545 10.0.0.50 - - [2026-02-19 02:17:24] "POST /neutron/network HTTP/1.1" 200 835 0.009669 10.0.0.50 - - [2026-02-19 02:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.50 - - [2026-02-19 02:17:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003263 10.0.0.50 - - [2026-02-19 02:17:24] "POST /useragent-kv HTTP/1.1" 200 115 0.001976 10.0.0.50 - - [2026-02-19 02:17:24] "POST /neutron/network HTTP/1.1" 200 151 0.101042 10.0.0.50 - - [2026-02-19 02:17:24] "DELETE /route-target/5aa2de06-9e29-435f-96d4-4cfa1916b190 HTTP/1.1" 200 115 0.022679 10.0.0.50 - - [2026-02-19 02:17:24] "POST /neutron/network HTTP/1.1" 200 827 0.006406 10.0.0.50 - - [2026-02-19 02:17:24] "POST /useragent-kv HTTP/1.1" 200 115 0.004511 10.0.0.50 - - [2026-02-19 02:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005305 10.0.0.50 - - [2026-02-19 02:17:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002967 10.0.0.50 - - [2026-02-19 02:17:24] "POST /neutron/network HTTP/1.1" 200 151 0.093900 10.0.0.50 - - [2026-02-19 02:17:24] "DELETE /route-target/492434bd-1bf8-42ad-9195-89c40faba2ef HTTP/1.1" 200 115 0.016674 10.0.0.50 - - [2026-02-19 02:17:24] "GET /projects?obj_uuids=679bede7-0bbc-4016-996c-ea0da5cf96d6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001044 10.0.0.50 - - [2026-02-19 02:17:24] "GET /project/679bede7-0bbc-4016-996c-ea0da5cf96d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.026041 10.0.0.50 - - [2026-02-19 02:17:24] "GET /projects?obj_uuids=679bede7-0bbc-4016-996c-ea0da5cf96d6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001045 10.0.0.50 - - [2026-02-19 02:17:24] "GET /project/679bede7-0bbc-4016-996c-ea0da5cf96d6?fields=virtual_networks HTTP/1.1" 200 1037 0.066703 10.0.0.50 - - [2026-02-19 02:17:24] "GET /projects?obj_uuids=679bede7-0bbc-4016-996c-ea0da5cf96d6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001230 10.0.0.50 - - [2026-02-19 02:17:24] "GET /project/679bede7-0bbc-4016-996c-ea0da5cf96d6?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.026684 10.0.0.50 - - [2026-02-19 02:17:24] "GET /projects?obj_uuids=679bede7-0bbc-4016-996c-ea0da5cf96d6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001165 10.0.0.50 - - [2026-02-19 02:17:24] "GET /project/679bede7-0bbc-4016-996c-ea0da5cf96d6?fields=security_groups HTTP/1.1" 200 1266 0.026581 10.0.0.50 - - [2026-02-19 02:17:25] "POST /fqname-to-id HTTP/1.1" 404 196 0.035332 10.0.0.50 - - [2026-02-19 02:17:25] "GET /projects?obj_uuids=a6fd0a8e-b7e2-4808-a2cc-32f74e8ff918&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002285 10.0.0.50 - - [2026-02-19 02:17:25] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001310 10.0.0.50 - - [2026-02-19 02:17:25] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007651 10.0.0.50 - - [2026-02-19 02:17:26] "POST /id-to-fqname HTTP/1.1" 200 198 0.001521 10.0.0.50 - - [2026-02-19 02:17:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.003172 10.0.0.50 - - [2026-02-19 02:17:26] "POST /security-groups HTTP/1.1" 200 599 0.064257 10.0.0.50 - - [2026-02-19 02:17:26] "POST /fqname-to-id HTTP/1.1" 404 242 0.002712 10.0.0.50 - - [2026-02-19 02:17:26] "POST /projects HTTP/1.1" 200 601 0.220730 10.0.0.50 - - [2026-02-19 02:17:26] "POST /access-control-lists HTTP/1.1" 200 604 0.056714 10.0.0.50 - - [2026-02-19 02:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.302448 10.0.0.50 - - [2026-02-19 02:17:26] "POST /fqname-to-id HTTP/1.1" 404 241 0.002748 10.0.0.50 - - [2026-02-19 02:17:26] "GET /project/a6fd0a8e-b7e2-4808-a2cc-32f74e8ff918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.429741 10.0.0.50 - - [2026-02-19 02:17:26] "POST /access-control-lists HTTP/1.1" 200 602 0.061468 10.0.0.50 - - [2026-02-19 02:17:26] "GET /obj-perms HTTP/1.1" 200 5056 0.109893 10.0.0.50 - - [2026-02-19 02:17:27] "GET /obj-perms HTTP/1.1" 200 5056 0.084331 10.0.0.50 - - [2026-02-19 02:17:28] "GET / HTTP/1.1" 200 35931 0.001558 10.0.0.50 - - [2026-02-19 02:17:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000461 10.0.0.50 - - [2026-02-19 02:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.066075 10.0.0.50 - - [2026-02-19 02:17:29] "GET /projects?obj_uuids=a6fd0a8e-b7e2-4808-a2cc-32f74e8ff918&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001157 10.0.0.50 - - [2026-02-19 02:17:29] "GET /project/a6fd0a8e-b7e2-4808-a2cc-32f74e8ff918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.028270 10.0.0.50 - - [2026-02-19 02:17:29] "POST /neutron/network HTTP/1.1" 200 117 0.033023 10.0.0.50 - - [2026-02-19 02:17:29] "GET /projects?obj_uuids=a6fd0a8e-b7e2-4808-a2cc-32f74e8ff918&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001031 10.0.0.50 - - [2026-02-19 02:17:29] "POST /neutron/network HTTP/1.1" 200 613 0.082090 10.0.0.50 - - [2026-02-19 02:17:29] "POST /route-targets HTTP/1.1" 200 327 0.012706 10.0.0.50 - - [2026-02-19 02:17:29] "POST /ref-update HTTP/1.1" 200 156 0.012190 10.0.0.50 - - [2026-02-19 02:17:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004268 10.0.0.50 - - [2026-02-19 02:17:29] "POST /neutron/subnet HTTP/1.1" 200 729 0.181036 10.0.0.50 - - [2026-02-19 02:17:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000376 10.0.0.50 - - [2026-02-19 02:17:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002843 10.0.0.50 - - [2026-02-19 02:17:29] "POST /neutron/subnet HTTP/1.1" 200 823 0.150235 10.0.0.50 - - [2026-02-19 02:17:29] "POST /neutron/network HTTP/1.1" 200 1006 0.006767 10.0.0.50 - - [2026-02-19 02:17:29] "POST /id-to-fqname HTTP/1.1" 200 228 0.001302 10.0.0.50 - - [2026-02-19 02:17:29] "GET /virtual-network/55c71417-c9b4-44e5-b9e2-8f6e6cf1b7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004937 10.0.0.50 - - [2026-02-19 02:17:29] "POST /neutron/network HTTP/1.1" 200 1006 0.008435 10.0.0.50 - - [2026-02-19 02:17:29] "GET /virtual-network/55c71417-c9b4-44e5-b9e2-8f6e6cf1b7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005069 10.0.0.50 - - [2026-02-19 02:17:29] "POST /neutron/network HTTP/1.1" 200 1006 0.006870 10.0.0.50 - - [2026-02-19 02:17:29] "POST /neutron/subnet HTTP/1.1" 200 729 0.006402 10.0.0.50 - - [2026-02-19 02:17:29] "POST /neutron/subnet HTTP/1.1" 200 823 0.008458 10.0.0.50 - - [2026-02-19 02:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.50 - - [2026-02-19 02:17:29] "GET /projects?obj_uuids=a6fd0a8e-b7e2-4808-a2cc-32f74e8ff918&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001104 10.0.0.50 - - [2026-02-19 02:17:30] "GET /project/a6fd0a8e-b7e2-4808-a2cc-32f74e8ff918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.031287 10.0.0.50 - - [2026-02-19 02:17:30] "POST /neutron/network HTTP/1.1" 200 117 0.014436 10.0.0.50 - - [2026-02-19 02:17:30] "GET /projects?obj_uuids=a6fd0a8e-b7e2-4808-a2cc-32f74e8ff918&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001317 10.0.0.50 - - [2026-02-19 02:17:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.031199 10.0.0.50 - - [2026-02-19 02:17:30] "POST /neutron/network HTTP/1.1" 200 613 0.068973 10.0.0.50 - - [2026-02-19 02:17:30] "POST /route-targets HTTP/1.1" 200 327 0.010845 10.0.0.50 - - [2026-02-19 02:17:30] "POST /ref-update HTTP/1.1" 200 156 0.013168 10.0.0.50 - - [2026-02-19 02:17:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002172 10.0.0.50 - - [2026-02-19 02:17:30] "POST /neutron/subnet HTTP/1.1" 200 725 0.138827 10.0.0.50 - - [2026-02-19 02:17:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.002969 10.0.0.50 - - [2026-02-19 02:17:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002419 10.0.0.50 - - [2026-02-19 02:17:30] "POST /neutron/subnet HTTP/1.1" 200 828 0.157253 10.0.0.50 - - [2026-02-19 02:17:30] "POST /neutron/network HTTP/1.1" 200 1006 0.006872 10.0.0.50 - - [2026-02-19 02:17:30] "POST /id-to-fqname HTTP/1.1" 200 228 0.001324 10.0.0.50 - - [2026-02-19 02:17:30] "GET /virtual-network/73184cd0-810b-47b8-93e3-c5d542a0c13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004664 10.0.0.50 - - [2026-02-19 02:17:30] "POST /neutron/network HTTP/1.1" 200 1006 0.009350 10.0.0.50 - - [2026-02-19 02:17:30] "GET /virtual-network/73184cd0-810b-47b8-93e3-c5d542a0c13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005539 10.0.0.50 - - [2026-02-19 02:17:30] "POST /neutron/network HTTP/1.1" 200 1006 0.006678 10.0.0.50 - - [2026-02-19 02:17:30] "POST /neutron/subnet HTTP/1.1" 200 725 0.006064 10.0.0.50 - - [2026-02-19 02:17:30] "POST /neutron/subnet HTTP/1.1" 200 828 0.006697 10.0.0.50 - - [2026-02-19 02:17:30] "POST /fqname-to-id HTTP/1.1" 404 234 0.002165 10.0.0.50 - - [2026-02-19 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002379 10.0.0.50 - - [2026-02-19 02:17:30] "GET /projects?obj_uuids=a6fd0a8e-b7e2-4808-a2cc-32f74e8ff918&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001659 10.0.0.50 - - [2026-02-19 02:17:30] "GET /project/a6fd0a8e-b7e2-4808-a2cc-32f74e8ff918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.028003 10.0.0.50 - - [2026-02-19 02:17:30] "POST /network-policys HTTP/1.1" 200 577 0.060704 10.0.0.50 - - [2026-02-19 02:17:30] "GET /network-policy/f96afefe-c6cd-4aa4-a1e9-14985cd985c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004786 10.0.0.50 - - [2026-02-19 02:17:30] "POST /neutron/network HTTP/1.1" 200 1006 0.007047 10.0.0.50 - - [2026-02-19 02:17:31] "POST /fqname-to-id HTTP/1.1" 404 242 0.005467 10.0.0.50 - - [2026-02-19 02:17:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.002725 10.0.0.50 - - [2026-02-19 02:17:31] "POST /neutron/network HTTP/1.1" 200 1114 0.047139 10.0.0.50 - - [2026-02-19 02:17:31] "POST /access-control-lists HTTP/1.1" 200 596 0.066786 10.0.0.50 - - [2026-02-19 02:17:31] "POST /neutron/network HTTP/1.1" 200 1114 0.042244 10.0.0.50 - - [2026-02-19 02:17:31] "GET /virtual-network/55c71417-c9b4-44e5-b9e2-8f6e6cf1b7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.007862 10.0.0.50 - - [2026-02-19 02:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002650 10.0.0.50 - - [2026-02-19 02:17:31] "GET /network-policy/f96afefe-c6cd-4aa4-a1e9-14985cd985c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.003621 10.0.0.50 - - [2026-02-19 02:17:31] "POST /neutron/network HTTP/1.1" 200 1006 0.007406 10.0.0.50 - - [2026-02-19 02:17:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.006852 10.0.0.50 - - [2026-02-19 02:17:31] "PUT /access-control-list/0cee2d09-d9e4-4911-89c2-995d9393c2b9 HTTP/1.1" 200 272 0.056914 10.0.0.50 - - [2026-02-19 02:17:31] "POST /neutron/network HTTP/1.1" 200 1114 0.095389 10.0.0.50 - - [2026-02-19 02:17:31] "POST /fqname-to-id HTTP/1.1" 404 242 0.002462 10.0.0.50 - - [2026-02-19 02:17:31] "POST /neutron/network HTTP/1.1" 200 1114 0.007134 10.0.0.50 - - [2026-02-19 02:17:31] "GET /virtual-network/73184cd0-810b-47b8-93e3-c5d542a0c13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.006530 10.0.0.50 - - [2026-02-19 02:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002506 10.0.0.50 - - [2026-02-19 02:17:31] "GET /network-policy/f96afefe-c6cd-4aa4-a1e9-14985cd985c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.020332 10.0.0.50 - - [2026-02-19 02:17:31] "POST /access-control-lists HTTP/1.1" 200 596 0.061897 10.0.0.50 - - [2026-02-19 02:17:31] "GET /domains HTTP/1.1" 401 292 0.000476 10.0.0.50 - - [2026-02-19 02:17:31] "POST /ref-update HTTP/1.1" 200 156 0.013169 10.0.0.50 - - [2026-02-19 02:17:31] "GET /domains HTTP/1.1" 200 280 0.032388 10.0.0.50 - - [2026-02-19 02:17:31] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001290 10.0.0.50 - - [2026-02-19 02:17:31] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 2771 0.007890 10.0.0.50 - - [2026-02-19 02:17:31] "GET /projects?obj_uuids=a6fd0a8e-b7e2-4808-a2cc-32f74e8ff918&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000932 10.0.0.50 - - [2026-02-19 02:17:31] "GET /project/a6fd0a8e-b7e2-4808-a2cc-32f74e8ff918 HTTP/1.1" 200 2625 0.068909 10.0.0.50 - - [2026-02-19 02:17:31] "GET /virtual-network/55c71417-c9b4-44e5-b9e2-8f6e6cf1b7c7 HTTP/1.1" 200 3505 0.006134 10.0.0.50 - - [2026-02-19 02:17:31] "GET /virtual-network/55c71417-c9b4-44e5-b9e2-8f6e6cf1b7c7 HTTP/1.1" 200 3505 0.004848 10.0.0.50 - - [2026-02-19 02:17:31] "GET /routing-instance/18ce162a-c998-4e73-a0ee-931204c36698 HTTP/1.1" 200 1795 0.003317 10.0.0.50 - - [2026-02-19 02:17:31] "GET /routing-instance/18ce162a-c998-4e73-a0ee-931204c36698 HTTP/1.1" 200 1795 0.003691 10.0.0.50 - - [2026-02-19 02:17:31] "GET /route-target/b2e45556-3401-4c20-93d5-322fb657b364 HTTP/1.1" 200 1213 0.002957 10.0.0.50 - - [2026-02-19 02:17:31] "GET /virtual-network/55c71417-c9b4-44e5-b9e2-8f6e6cf1b7c7 HTTP/1.1" 200 3505 0.004611 10.0.0.50 - - [2026-02-19 02:17:31] "GET /routing-instance/18ce162a-c998-4e73-a0ee-931204c36698 HTTP/1.1" 200 1795 0.003109 10.0.0.50 - - [2026-02-19 02:17:31] "GET /virtual-network/55c71417-c9b4-44e5-b9e2-8f6e6cf1b7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.004656 10.0.0.50 - - [2026-02-19 02:17:32] "GET /virtual-network/55c71417-c9b4-44e5-b9e2-8f6e6cf1b7c7 HTTP/1.1" 200 3505 0.004234 10.0.0.50 - - [2026-02-19 02:17:32] "GET /routing-instance/18ce162a-c998-4e73-a0ee-931204c36698 HTTP/1.1" 200 1795 0.002717 10.0.0.50 - - [2026-02-19 02:17:32] "GET /routing-instance/18ce162a-c998-4e73-a0ee-931204c36698 HTTP/1.1" 200 1795 0.006840 10.0.0.50 - - [2026-02-19 02:17:32] "GET /route-target/b2e45556-3401-4c20-93d5-322fb657b364 HTTP/1.1" 200 1213 0.002804 10.0.0.50 - - [2026-02-19 02:17:32] "GET /domains HTTP/1.1" 200 280 0.002568 10.0.0.50 - - [2026-02-19 02:17:32] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000989 10.0.0.50 - - [2026-02-19 02:17:32] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 2771 0.006122 10.0.0.50 - - [2026-02-19 02:17:32] "GET /projects?obj_uuids=a6fd0a8e-b7e2-4808-a2cc-32f74e8ff918&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000866 10.0.0.50 - - [2026-02-19 02:17:32] "GET /project/a6fd0a8e-b7e2-4808-a2cc-32f74e8ff918 HTTP/1.1" 200 2625 0.075783 10.0.0.50 - - [2026-02-19 02:17:32] "GET /virtual-network/55c71417-c9b4-44e5-b9e2-8f6e6cf1b7c7 HTTP/1.1" 200 3505 0.013830 10.0.0.50 - - [2026-02-19 02:17:32] "GET /obj-perms HTTP/1.1" 200 5046 0.054493 10.0.0.50 - - [2026-02-19 02:17:32] "GET /domains HTTP/1.1" 200 280 0.002491 10.0.0.50 - - [2026-02-19 02:17:32] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000980 10.0.0.50 - - [2026-02-19 02:17:32] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 2771 0.006401 10.0.0.50 - - [2026-02-19 02:17:32] "GET /projects?obj_uuids=a6fd0a8e-b7e2-4808-a2cc-32f74e8ff918&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002445 10.0.0.50 - - [2026-02-19 02:17:32] "GET /project/a6fd0a8e-b7e2-4808-a2cc-32f74e8ff918 HTTP/1.1" 200 2625 0.069681 10.0.0.50 - - [2026-02-19 02:17:32] "GET /virtual-network/73184cd0-810b-47b8-93e3-c5d542a0c13a HTTP/1.1" 200 3505 0.006933 10.0.0.50 - - [2026-02-19 02:17:32] "GET /virtual-network/73184cd0-810b-47b8-93e3-c5d542a0c13a HTTP/1.1" 200 3505 0.005070 10.0.0.50 - - [2026-02-19 02:17:32] "GET /routing-instance/73e0f4fe-c326-4d53-aefa-407aa8f127b3 HTTP/1.1" 200 1795 0.003667 10.0.0.50 - - [2026-02-19 02:17:32] "GET /routing-instance/73e0f4fe-c326-4d53-aefa-407aa8f127b3 HTTP/1.1" 200 1795 0.003032 10.0.0.50 - - [2026-02-19 02:17:32] "GET /route-target/4f56dcde-069f-4385-b712-12f65ceaa11f HTTP/1.1" 200 1212 0.003046 10.0.0.50 - - [2026-02-19 02:17:32] "GET /virtual-network/73184cd0-810b-47b8-93e3-c5d542a0c13a HTTP/1.1" 200 3505 0.004915 10.0.0.50 - - [2026-02-19 02:17:32] "GET /routing-instance/73e0f4fe-c326-4d53-aefa-407aa8f127b3 HTTP/1.1" 200 1795 0.004468 10.0.0.50 - - [2026-02-19 02:17:32] "GET /virtual-network/73184cd0-810b-47b8-93e3-c5d542a0c13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005367 10.0.0.50 - - [2026-02-19 02:17:32] "GET /virtual-network/73184cd0-810b-47b8-93e3-c5d542a0c13a HTTP/1.1" 200 3505 0.005949 10.0.0.50 - - [2026-02-19 02:17:32] "GET /routing-instance/73e0f4fe-c326-4d53-aefa-407aa8f127b3 HTTP/1.1" 200 1795 0.004596 10.0.0.50 - - [2026-02-19 02:17:32] "GET /routing-instance/73e0f4fe-c326-4d53-aefa-407aa8f127b3 HTTP/1.1" 200 1795 0.003748 10.0.0.50 - - [2026-02-19 02:17:32] "GET /route-target/4f56dcde-069f-4385-b712-12f65ceaa11f HTTP/1.1" 200 1212 0.003266 10.0.0.50 - - [2026-02-19 02:17:32] "GET /domains HTTP/1.1" 200 280 0.003058 10.0.0.50 - - [2026-02-19 02:17:32] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001236 10.0.0.50 - - [2026-02-19 02:17:32] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 2771 0.007425 10.0.0.50 - - [2026-02-19 02:17:32] "GET /projects?obj_uuids=a6fd0a8e-b7e2-4808-a2cc-32f74e8ff918&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001570 10.0.0.50 - - [2026-02-19 02:17:32] "GET /project/a6fd0a8e-b7e2-4808-a2cc-32f74e8ff918 HTTP/1.1" 200 2625 0.076662 10.0.0.50 - - [2026-02-19 02:17:32] "GET /virtual-network/73184cd0-810b-47b8-93e3-c5d542a0c13a HTTP/1.1" 200 3505 0.006343 10.0.0.50 - - [2026-02-19 02:17:32] "GET /obj-perms HTTP/1.1" 200 5046 0.003863 10.0.0.50 - - [2026-02-19 02:17:32] "GET /virtual-network/73184cd0-810b-47b8-93e3-c5d542a0c13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.006235 10.0.0.50 - - [2026-02-19 02:17:32] "POST /neutron/network HTTP/1.1" 200 1114 0.008374 10.0.0.50 - - [2026-02-19 02:17:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.005253 10.0.0.50 - - [2026-02-19 02:17:32] "POST /neutron/network HTTP/1.1" 200 1006 0.051765 10.0.0.50 - - [2026-02-19 02:17:33] "DELETE /access-control-list/f3468205-bc57-44c0-9b23-eda6f6cb47cc HTTP/1.1" 200 115 0.049240 10.0.0.50 - - [2026-02-19 02:17:33] "POST /neutron/network HTTP/1.1" 200 1006 0.017717 10.0.0.50 - - [2026-02-19 02:17:33] "GET /virtual-network/73184cd0-810b-47b8-93e3-c5d542a0c13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005635 10.0.0.50 - - [2026-02-19 02:17:33] "GET /virtual-network/55c71417-c9b4-44e5-b9e2-8f6e6cf1b7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005333 10.0.0.50 - - [2026-02-19 02:17:33] "POST /ref-update HTTP/1.1" 200 156 0.020782 10.0.0.50 - - [2026-02-19 02:17:33] "POST /neutron/network HTTP/1.1" 200 1114 0.007954 10.0.0.50 - - [2026-02-19 02:17:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.008555 10.0.0.50 - - [2026-02-19 02:17:33] "POST /neutron/network HTTP/1.1" 200 1006 0.058860 10.0.0.50 - - [2026-02-19 02:17:33] "DELETE /access-control-list/0cee2d09-d9e4-4911-89c2-995d9393c2b9 HTTP/1.1" 200 115 0.045271 10.0.0.50 - - [2026-02-19 02:17:33] "POST /neutron/network HTTP/1.1" 200 1006 0.015241 10.0.0.50 - - [2026-02-19 02:17:33] "GET /virtual-network/55c71417-c9b4-44e5-b9e2-8f6e6cf1b7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006153 10.0.0.50 - - [2026-02-19 02:17:33] "POST /ref-update HTTP/1.1" 200 156 0.020547 10.0.0.50 - - [2026-02-19 02:17:33] "DELETE /network-policy/f96afefe-c6cd-4aa4-a1e9-14985cd985c8 HTTP/1.1" 200 115 0.033093 10.0.0.50 - - [2026-02-19 02:17:33] "POST /neutron/network HTTP/1.1" 200 1006 0.011790 10.0.0.50 - - [2026-02-19 02:17:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003297 10.0.0.50 - - [2026-02-19 02:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.50 - - [2026-02-19 02:17:33] "POST /useragent-kv HTTP/1.1" 200 115 0.001839 10.0.0.50 - - [2026-02-19 02:17:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002577 10.0.0.50 - - [2026-02-19 02:17:33] "POST /useragent-kv HTTP/1.1" 200 115 0.001858 10.0.0.50 - - [2026-02-19 02:17:33] "POST /neutron/network HTTP/1.1" 200 151 0.093482 10.0.0.50 - - [2026-02-19 02:17:33] "DELETE /route-target/4f56dcde-069f-4385-b712-12f65ceaa11f HTTP/1.1" 200 115 0.019842 10.0.0.50 - - [2026-02-19 02:17:33] "GET /routing-instance/73e0f4fe-c326-4d53-aefa-407aa8f127b3 HTTP/1.1" 404 171 0.002199 10.0.0.50 - - [2026-02-19 02:17:33] "GET /domains HTTP/1.1" 200 280 0.002243 10.0.0.50 - - [2026-02-19 02:17:33] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001356 10.0.0.50 - - [2026-02-19 02:17:33] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 2771 0.052428 10.0.0.50 - - [2026-02-19 02:17:33] "GET /projects?obj_uuids=a6fd0a8e-b7e2-4808-a2cc-32f74e8ff918&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000947 10.0.0.50 - - [2026-02-19 02:17:33] "GET /project/a6fd0a8e-b7e2-4808-a2cc-32f74e8ff918 HTTP/1.1" 200 2145 0.067472 10.0.0.50 - - [2026-02-19 02:17:33] "POST /neutron/network HTTP/1.1" 200 1006 0.007308 10.0.0.50 - - [2026-02-19 02:17:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002838 10.0.0.50 - - [2026-02-19 02:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.50 - - [2026-02-19 02:17:33] "POST /useragent-kv HTTP/1.1" 200 115 0.001695 10.0.0.50 - - [2026-02-19 02:17:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002559 10.0.0.50 - - [2026-02-19 02:17:33] "POST /useragent-kv HTTP/1.1" 200 115 0.001687 10.0.0.50 - - [2026-02-19 02:17:33] "POST /neutron/network HTTP/1.1" 200 151 0.083502 10.0.0.50 - - [2026-02-19 02:17:33] "DELETE /route-target/b2e45556-3401-4c20-93d5-322fb657b364 HTTP/1.1" 200 115 0.020209 10.0.0.50 - - [2026-02-19 02:17:33] "GET /routing-instance/18ce162a-c998-4e73-a0ee-931204c36698 HTTP/1.1" 404 171 0.002271 10.0.0.50 - - [2026-02-19 02:17:33] "GET /domains HTTP/1.1" 200 280 0.002170 10.0.0.50 - - [2026-02-19 02:17:33] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000921 10.0.0.50 - - [2026-02-19 02:17:33] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 2771 0.048322 10.0.0.50 - - [2026-02-19 02:17:33] "GET /projects?obj_uuids=a6fd0a8e-b7e2-4808-a2cc-32f74e8ff918&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001522 10.0.0.50 - - [2026-02-19 02:17:33] "GET /project/a6fd0a8e-b7e2-4808-a2cc-32f74e8ff918 HTTP/1.1" 200 1900 0.073287 10.0.0.50 - - [2026-02-19 02:17:34] "GET /projects?obj_uuids=a6fd0a8e-b7e2-4808-a2cc-32f74e8ff918&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001186 10.0.0.50 - - [2026-02-19 02:17:34] "GET /project/a6fd0a8e-b7e2-4808-a2cc-32f74e8ff918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.029777 10.0.0.50 - - [2026-02-19 02:17:34] "GET /projects?obj_uuids=a6fd0a8e-b7e2-4808-a2cc-32f74e8ff918&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001514 10.0.0.50 - - [2026-02-19 02:17:34] "GET /project/a6fd0a8e-b7e2-4808-a2cc-32f74e8ff918?fields=virtual_networks HTTP/1.1" 200 1048 0.074170 10.0.0.50 - - [2026-02-19 02:17:34] "GET /projects?obj_uuids=a6fd0a8e-b7e2-4808-a2cc-32f74e8ff918&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001502 10.0.0.50 - - [2026-02-19 02:17:34] "GET /project/a6fd0a8e-b7e2-4808-a2cc-32f74e8ff918?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.023560 10.0.0.50 - - [2026-02-19 02:17:34] "GET /projects?obj_uuids=a6fd0a8e-b7e2-4808-a2cc-32f74e8ff918&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001215 10.0.0.50 - - [2026-02-19 02:17:34] "GET /project/a6fd0a8e-b7e2-4808-a2cc-32f74e8ff918?fields=security_groups HTTP/1.1" 200 1282 0.025872 10.0.0.50 - - [2026-02-19 02:17:35] "POST /fqname-to-id HTTP/1.1" 404 204 0.027194 10.0.0.50 - - [2026-02-19 02:17:35] "GET /projects?obj_uuids=932a263e-1bcc-47a1-bcc7-6ab91f46b36c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002496 10.0.0.50 - - [2026-02-19 02:17:35] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001427 10.0.0.50 - - [2026-02-19 02:17:35] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008757 10.0.0.50 - - [2026-02-19 02:17:35] "POST /id-to-fqname HTTP/1.1" 200 206 0.001990 10.0.0.50 - - [2026-02-19 02:17:35] "POST /fqname-to-id HTTP/1.1" 404 215 0.005802 10.0.0.50 - - [2026-02-19 02:17:35] "POST /security-groups HTTP/1.1" 200 607 0.059929 10.0.0.50 - - [2026-02-19 02:17:35] "POST /fqname-to-id HTTP/1.1" 404 250 0.002423 10.0.0.50 - - [2026-02-19 02:17:35] "POST /projects HTTP/1.1" 200 617 0.203470 10.0.0.50 - - [2026-02-19 02:17:35] "POST /access-control-lists HTTP/1.1" 200 612 0.056981 10.0.0.50 - - [2026-02-19 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.274302 10.0.0.50 - - [2026-02-19 02:17:35] "POST /fqname-to-id HTTP/1.1" 404 249 0.002699 10.0.0.50 - - [2026-02-19 02:17:35] "GET /project/932a263e-1bcc-47a1-bcc7-6ab91f46b36c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.403111 10.0.0.50 - - [2026-02-19 02:17:35] "POST /access-control-lists HTTP/1.1" 200 610 0.064728 10.0.0.50 - - [2026-02-19 02:17:36] "GET / HTTP/1.1" 200 35931 0.001916 10.0.0.50 - - [2026-02-19 02:17:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000555 10.0.0.50 - - [2026-02-19 02:17:38] "POST /fqname-to-id HTTP/1.1" 404 233 0.069038 10.0.0.50 - - [2026-02-19 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.50 - - [2026-02-19 02:17:38] "GET /projects?obj_uuids=932a263e-1bcc-47a1-bcc7-6ab91f46b36c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000988 10.0.0.50 - - [2026-02-19 02:17:38] "GET /project/932a263e-1bcc-47a1-bcc7-6ab91f46b36c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.025231 10.0.0.50 - - [2026-02-19 02:17:38] "POST /network-policys HTTP/1.1" 200 567 0.060867 10.0.0.50 - - [2026-02-19 02:17:38] "GET /network-policy/e39ef28a-016e-4640-a509-57820f71dcdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.004541 10.0.0.50 - - [2026-02-19 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.50 - - [2026-02-19 02:17:38] "GET /projects?obj_uuids=932a263e-1bcc-47a1-bcc7-6ab91f46b36c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001068 10.0.0.50 - - [2026-02-19 02:17:38] "GET /project/932a263e-1bcc-47a1-bcc7-6ab91f46b36c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.024481 10.0.0.50 - - [2026-02-19 02:17:38] "POST /neutron/network HTTP/1.1" 200 117 0.037342 10.0.0.50 - - [2026-02-19 02:17:38] "GET /projects?obj_uuids=932a263e-1bcc-47a1-bcc7-6ab91f46b36c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001899 10.0.0.50 - - [2026-02-19 02:17:38] "POST /neutron/network HTTP/1.1" 200 623 0.065850 10.0.0.50 - - [2026-02-19 02:17:38] "POST /route-targets HTTP/1.1" 200 327 0.009479 10.0.0.50 - - [2026-02-19 02:17:38] "POST /ref-update HTTP/1.1" 200 156 0.010232 10.0.0.50 - - [2026-02-19 02:17:38] "POST /useragent-kv HTTP/1.1" 200 115 0.006485 10.0.0.50 - - [2026-02-19 02:17:38] "POST /neutron/subnet HTTP/1.1" 200 724 0.162435 10.0.0.50 - - [2026-02-19 02:17:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.004438 10.0.0.50 - - [2026-02-19 02:17:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003456 10.0.0.50 - - [2026-02-19 02:17:39] "POST /neutron/subnet HTTP/1.1" 200 823 0.181939 10.0.0.50 - - [2026-02-19 02:17:39] "POST /neutron/network HTTP/1.1" 200 1015 0.008470 10.0.0.50 - - [2026-02-19 02:17:39] "POST /id-to-fqname HTTP/1.1" 200 237 0.001133 10.0.0.50 - - [2026-02-19 02:17:39] "GET /virtual-network/c1712209-7473-4642-812a-585d644eb57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2655 0.005240 10.0.0.50 - - [2026-02-19 02:17:39] "POST /neutron/network HTTP/1.1" 200 1015 0.011505 10.0.0.50 - - [2026-02-19 02:17:39] "GET /virtual-network/c1712209-7473-4642-812a-585d644eb57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2655 0.012483 10.0.0.50 - - [2026-02-19 02:17:39] "POST /neutron/network HTTP/1.1" 200 1015 0.008522 10.0.0.50 - - [2026-02-19 02:17:39] "POST /neutron/subnet HTTP/1.1" 200 724 0.006768 10.0.0.50 - - [2026-02-19 02:17:39] "POST /neutron/subnet HTTP/1.1" 200 823 0.008820 10.0.0.50 - - [2026-02-19 02:17:39] "POST /neutron/network HTTP/1.1" 200 1015 0.007563 10.0.0.50 - - [2026-02-19 02:17:39] "POST /fqname-to-id HTTP/1.1" 404 252 0.006012 10.0.0.50 - - [2026-02-19 02:17:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.003768 10.0.0.50 - - [2026-02-19 02:17:39] "POST /neutron/network HTTP/1.1" 200 1122 0.043517 10.0.0.50 - - [2026-02-19 02:17:39] "POST /access-control-lists HTTP/1.1" 200 607 0.067839 10.0.0.50 - - [2026-02-19 02:17:39] "POST /neutron/network HTTP/1.1" 200 1122 0.042819 10.0.0.50 - - [2026-02-19 02:17:39] "GET /virtual-network/c1712209-7473-4642-812a-585d644eb57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2978 0.010561 10.0.0.50 - - [2026-02-19 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.50 - - [2026-02-19 02:17:39] "GET /network-policy/e39ef28a-016e-4640-a509-57820f71dcdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.003954 10.0.0.50 - - [2026-02-19 02:17:39] "GET /domains HTTP/1.1" 401 292 0.000439 10.0.0.50 - - [2026-02-19 02:17:40] "GET /domains HTTP/1.1" 200 280 0.030149 10.0.0.50 - - [2026-02-19 02:17:40] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001352 10.0.0.50 - - [2026-02-19 02:17:40] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 2973 0.008188 10.0.0.50 - - [2026-02-19 02:17:40] "GET /projects?obj_uuids=932a263e-1bcc-47a1-bcc7-6ab91f46b36c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001049 10.0.0.50 - - [2026-02-19 02:17:40] "GET /project/932a263e-1bcc-47a1-bcc7-6ab91f46b36c HTTP/1.1" 200 2458 0.067184 10.0.0.50 - - [2026-02-19 02:17:40] "GET /virtual-network/c1712209-7473-4642-812a-585d644eb57a HTTP/1.1" 200 3540 0.006967 10.0.0.50 - - [2026-02-19 02:17:40] "GET /virtual-network/c1712209-7473-4642-812a-585d644eb57a HTTP/1.1" 200 3540 0.004659 10.0.0.50 - - [2026-02-19 02:17:40] "GET /routing-instance/a4f6f685-4c04-49d7-97cd-5f0e03736c2a HTTP/1.1" 200 1496 0.003345 10.0.0.50 - - [2026-02-19 02:17:40] "GET /routing-instance/a4f6f685-4c04-49d7-97cd-5f0e03736c2a HTTP/1.1" 200 1496 0.003139 10.0.0.50 - - [2026-02-19 02:17:40] "GET /route-target/65b6ac08-9b40-4197-b7f3-d3140fd34c83 HTTP/1.1" 200 1222 0.002860 10.0.0.50 - - [2026-02-19 02:17:40] "GET /virtual-network/c1712209-7473-4642-812a-585d644eb57a HTTP/1.1" 200 3540 0.005018 10.0.0.50 - - [2026-02-19 02:17:40] "GET /routing-instance/a4f6f685-4c04-49d7-97cd-5f0e03736c2a HTTP/1.1" 200 1496 0.003247 10.0.0.50 - - [2026-02-19 02:17:40] "GET /virtual-network/c1712209-7473-4642-812a-585d644eb57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2978 0.004690 10.0.0.50 - - [2026-02-19 02:17:40] "GET /virtual-network/c1712209-7473-4642-812a-585d644eb57a HTTP/1.1" 200 3540 0.004769 10.0.0.50 - - [2026-02-19 02:17:40] "GET /routing-instance/a4f6f685-4c04-49d7-97cd-5f0e03736c2a HTTP/1.1" 200 1496 0.003630 10.0.0.50 - - [2026-02-19 02:17:40] "GET /routing-instance/a4f6f685-4c04-49d7-97cd-5f0e03736c2a HTTP/1.1" 200 1496 0.003277 10.0.0.50 - - [2026-02-19 02:17:40] "GET /route-target/65b6ac08-9b40-4197-b7f3-d3140fd34c83 HTTP/1.1" 200 1222 0.002976 10.0.0.50 - - [2026-02-19 02:17:40] "GET /domains HTTP/1.1" 200 280 0.002627 10.0.0.50 - - [2026-02-19 02:17:40] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000948 10.0.0.50 - - [2026-02-19 02:17:40] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 2973 0.006931 10.0.0.50 - - [2026-02-19 02:17:40] "GET /projects?obj_uuids=932a263e-1bcc-47a1-bcc7-6ab91f46b36c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001025 10.0.0.50 - - [2026-02-19 02:17:40] "GET /project/932a263e-1bcc-47a1-bcc7-6ab91f46b36c HTTP/1.1" 200 2458 0.077018 10.0.0.50 - - [2026-02-19 02:17:40] "GET /virtual-network/c1712209-7473-4642-812a-585d644eb57a HTTP/1.1" 200 3540 0.005540 10.0.0.50 - - [2026-02-19 02:17:40] "GET /obj-perms HTTP/1.1" 200 5062 0.068274 10.0.0.50 - - [2026-02-19 02:17:40] "GET /domains HTTP/1.1" 200 280 0.002406 10.0.0.50 - - [2026-02-19 02:17:40] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001040 10.0.0.50 - - [2026-02-19 02:17:40] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 2973 0.006991 10.0.0.50 - - [2026-02-19 02:17:40] "GET /projects?obj_uuids=932a263e-1bcc-47a1-bcc7-6ab91f46b36c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001334 10.0.0.50 - - [2026-02-19 02:17:40] "GET /project/932a263e-1bcc-47a1-bcc7-6ab91f46b36c HTTP/1.1" 200 2458 0.066299 10.0.0.50 - - [2026-02-19 02:17:40] "GET /network-policy/e39ef28a-016e-4640-a509-57820f71dcdc HTTP/1.1" 200 3479 0.004916 10.0.0.50 - - [2026-02-19 02:17:40] "DELETE /network-policy/e39ef28a-016e-4640-a509-57820f71dcdc HTTP/1.1" 409 238 0.006218 10.0.0.50 - - [2026-02-19 02:17:40] "POST /neutron/network HTTP/1.1" 200 1122 0.008664 10.0.0.50 - - [2026-02-19 02:17:40] "DELETE /access-control-list/231cf933-ef56-4a12-8186-ff5d0f77e681 HTTP/1.1" 200 115 0.025666 10.0.0.50 - - [2026-02-19 02:17:40] "POST /useragent-kv HTTP/1.1" 200 115 0.004000 10.0.0.50 - - [2026-02-19 02:17:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002215 10.0.0.50 - - [2026-02-19 02:17:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002971 10.0.0.50 - - [2026-02-19 02:17:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002224 10.0.0.50 - - [2026-02-19 02:17:40] "POST /neutron/network HTTP/1.1" 200 151 0.095686 10.0.0.50 - - [2026-02-19 02:17:41] "GET /routing-instance/a4f6f685-4c04-49d7-97cd-5f0e03736c2a HTTP/1.1" 404 171 0.003083 10.0.0.50 - - [2026-02-19 02:17:41] "GET /domains HTTP/1.1" 200 280 0.002393 10.0.0.50 - - [2026-02-19 02:17:41] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001547 10.0.0.50 - - [2026-02-19 02:17:41] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 2973 0.053004 10.0.0.50 - - [2026-02-19 02:17:41] "GET /projects?obj_uuids=932a263e-1bcc-47a1-bcc7-6ab91f46b36c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000996 10.0.0.50 - - [2026-02-19 02:17:41] "GET /project/932a263e-1bcc-47a1-bcc7-6ab91f46b36c HTTP/1.1" 200 2204 0.077252 10.0.0.50 - - [2026-02-19 02:17:41] "DELETE /network-policy/e39ef28a-016e-4640-a509-57820f71dcdc HTTP/1.1" 200 115 0.022195 10.0.0.50 - - [2026-02-19 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.50 - - [2026-02-19 02:17:41] "GET /projects?obj_uuids=932a263e-1bcc-47a1-bcc7-6ab91f46b36c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001075 10.0.0.50 - - [2026-02-19 02:17:41] "GET /project/932a263e-1bcc-47a1-bcc7-6ab91f46b36c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.033673 10.0.0.50 - - [2026-02-19 02:17:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-75573458&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004188 10.0.0.50 - - [2026-02-19 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002624 10.0.0.50 - - [2026-02-19 02:17:41] "DELETE /route-target/65b6ac08-9b40-4197-b7f3-d3140fd34c83 HTTP/1.1" 200 115 0.011811 10.0.0.50 - - [2026-02-19 02:17:41] "GET /projects?obj_uuids=932a263e-1bcc-47a1-bcc7-6ab91f46b36c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001077 10.0.0.50 - - [2026-02-19 02:17:41] "GET /project/932a263e-1bcc-47a1-bcc7-6ab91f46b36c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.031586 10.0.0.50 - - [2026-02-19 02:17:41] "GET /projects?obj_uuids=932a263e-1bcc-47a1-bcc7-6ab91f46b36c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.013346 10.0.0.50 - - [2026-02-19 02:17:42] "GET /project/932a263e-1bcc-47a1-bcc7-6ab91f46b36c?fields=virtual_networks HTTP/1.1" 200 1064 0.084232 10.0.0.50 - - [2026-02-19 02:17:42] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.50 - - [2026-02-19 02:17:42] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.50 - - [2026-02-19 02:17:42] "GET /projects?obj_uuids=932a263e-1bcc-47a1-bcc7-6ab91f46b36c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000986 10.0.0.50 - - [2026-02-19 02:17:42] "GET /project/932a263e-1bcc-47a1-bcc7-6ab91f46b36c?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.023372 10.0.0.50 - - [2026-02-19 02:17:42] "GET /projects?obj_uuids=932a263e-1bcc-47a1-bcc7-6ab91f46b36c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000993 10.0.0.50 - - [2026-02-19 02:17:42] "GET /project/932a263e-1bcc-47a1-bcc7-6ab91f46b36c?fields=security_groups HTTP/1.1" 200 1306 0.030535 10.0.0.50 - - [2026-02-19 02:17:42] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.50 - - [2026-02-19 02:17:42] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.50 - - [2026-02-19 02:17:43] "POST /fqname-to-id HTTP/1.1" 404 190 0.027681 10.0.0.50 - - [2026-02-19 02:17:43] "GET /projects?obj_uuids=b4cec3e1-ce42-4ae9-af6e-8fa275df1b28&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003213 10.0.0.50 - - [2026-02-19 02:17:43] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001276 10.0.0.50 - - [2026-02-19 02:17:43] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006538 10.0.0.50 - - [2026-02-19 02:17:43] "POST /id-to-fqname HTTP/1.1" 200 192 0.001611 10.0.0.50 - - [2026-02-19 02:17:43] "POST /fqname-to-id HTTP/1.1" 404 201 0.003389 10.0.0.50 - - [2026-02-19 02:17:43] "POST /security-groups HTTP/1.1" 200 593 0.060957 10.0.0.50 - - [2026-02-19 02:17:43] "POST /fqname-to-id HTTP/1.1" 404 236 0.002719 10.0.0.50 - - [2026-02-19 02:17:43] "POST /projects HTTP/1.1" 200 589 0.218079 10.0.0.50 - - [2026-02-19 02:17:43] "POST /access-control-lists HTTP/1.1" 200 598 0.059542 10.0.0.50 - - [2026-02-19 02:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.289224 10.0.0.50 - - [2026-02-19 02:17:43] "POST /fqname-to-id HTTP/1.1" 404 235 0.003026 10.0.0.50 - - [2026-02-19 02:17:43] "GET /project/b4cec3e1-ce42-4ae9-af6e-8fa275df1b28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.420886 10.0.0.50 - - [2026-02-19 02:17:43] "POST /access-control-lists HTTP/1.1" 200 596 0.060532 10.0.0.50 - - [2026-02-19 02:17:44] "GET / HTTP/1.1" 200 35931 0.001919 10.0.0.50 - - [2026-02-19 02:17:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000468 10.0.0.50 - - [2026-02-19 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.058759 10.0.0.50 - - [2026-02-19 02:17:45] "GET /projects?obj_uuids=b4cec3e1-ce42-4ae9-af6e-8fa275df1b28&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000891 10.0.0.50 - - [2026-02-19 02:17:45] "GET /project/b4cec3e1-ce42-4ae9-af6e-8fa275df1b28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.025418 10.0.0.50 - - [2026-02-19 02:17:46] "POST /neutron/network HTTP/1.1" 200 117 0.034981 10.0.0.50 - - [2026-02-19 02:17:46] "GET /projects?obj_uuids=b4cec3e1-ce42-4ae9-af6e-8fa275df1b28&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001324 10.0.0.50 - - [2026-02-19 02:17:46] "POST /neutron/network HTTP/1.1" 200 607 0.091908 10.0.0.50 - - [2026-02-19 02:17:46] "POST /route-targets HTTP/1.1" 200 327 0.009710 10.0.0.50 - - [2026-02-19 02:17:46] "POST /ref-update HTTP/1.1" 200 156 0.011084 10.0.0.50 - - [2026-02-19 02:17:46] "POST /useragent-kv HTTP/1.1" 200 115 0.001970 10.0.0.50 - - [2026-02-19 02:17:46] "POST /neutron/subnet HTTP/1.1" 200 720 0.220353 10.0.0.50 - - [2026-02-19 02:17:46] "POST /neutron/network HTTP/1.1" 200 825 0.005019 10.0.0.50 - - [2026-02-19 02:17:46] "POST /id-to-fqname HTTP/1.1" 200 222 0.001492 10.0.0.50 - - [2026-02-19 02:17:46] "GET /virtual-network/106108f4-3ce1-41c8-9b42-226e63dfa0b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004484 10.0.0.50 - - [2026-02-19 02:17:46] "POST /neutron/network HTTP/1.1" 200 825 0.005563 10.0.0.50 - - [2026-02-19 02:17:46] "GET /virtual-network/106108f4-3ce1-41c8-9b42-226e63dfa0b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004756 10.0.0.50 - - [2026-02-19 02:17:46] "POST /neutron/network HTTP/1.1" 200 825 0.005714 10.0.0.50 - - [2026-02-19 02:17:46] "POST /neutron/subnet HTTP/1.1" 200 720 0.006997 10.0.0.50 - - [2026-02-19 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002442 10.0.0.50 - - [2026-02-19 02:17:46] "GET /projects?obj_uuids=b4cec3e1-ce42-4ae9-af6e-8fa275df1b28&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001389 10.0.0.50 - - [2026-02-19 02:17:46] "GET /project/b4cec3e1-ce42-4ae9-af6e-8fa275df1b28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.023318 10.0.0.50 - - [2026-02-19 02:17:46] "POST /neutron/network HTTP/1.1" 200 117 0.009810 10.0.0.50 - - [2026-02-19 02:17:46] "GET /projects?obj_uuids=b4cec3e1-ce42-4ae9-af6e-8fa275df1b28&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001002 10.0.0.50 - - [2026-02-19 02:17:46] "POST /neutron/network HTTP/1.1" 200 607 0.061092 10.0.0.50 - - [2026-02-19 02:17:46] "POST /route-targets HTTP/1.1" 200 327 0.012239 10.0.0.50 - - [2026-02-19 02:17:46] "POST /ref-update HTTP/1.1" 200 156 0.012286 10.0.0.50 - - [2026-02-19 02:17:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002565 10.0.0.50 - - [2026-02-19 02:17:46] "POST /neutron/subnet HTTP/1.1" 200 715 0.181436 10.0.0.50 - - [2026-02-19 02:17:46] "POST /neutron/network HTTP/1.1" 200 824 0.004958 10.0.0.50 - - [2026-02-19 02:17:46] "POST /id-to-fqname HTTP/1.1" 200 222 0.001211 10.0.0.50 - - [2026-02-19 02:17:46] "GET /virtual-network/513f7a94-99e6-4302-a20c-5e9e901c020d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005014 10.0.0.50 - - [2026-02-19 02:17:47] "POST /neutron/network HTTP/1.1" 200 824 0.005359 10.0.0.50 - - [2026-02-19 02:17:47] "GET /virtual-network/513f7a94-99e6-4302-a20c-5e9e901c020d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005322 10.0.0.50 - - [2026-02-19 02:17:47] "POST /neutron/network HTTP/1.1" 200 824 0.006261 10.0.0.50 - - [2026-02-19 02:17:47] "POST /neutron/subnet HTTP/1.1" 200 715 0.006398 10.0.0.50 - - [2026-02-19 02:17:47] "POST /fqname-to-id HTTP/1.1" 404 228 0.001930 10.0.0.50 - - [2026-02-19 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002271 10.0.0.50 - - [2026-02-19 02:17:47] "GET /projects?obj_uuids=b4cec3e1-ce42-4ae9-af6e-8fa275df1b28&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001003 10.0.0.50 - - [2026-02-19 02:17:47] "GET /project/b4cec3e1-ce42-4ae9-af6e-8fa275df1b28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.021815 10.0.0.50 - - [2026-02-19 02:17:47] "POST /network-policys HTTP/1.1" 200 571 0.016796 10.0.0.50 - - [2026-02-19 02:17:47] "GET /network-policy/810df50c-f6b8-4692-804a-34ea366bf8f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.004477 10.0.0.50 - - [2026-02-19 02:17:47] "POST /neutron/network HTTP/1.1" 200 825 0.005121 10.0.0.50 - - [2026-02-19 02:17:47] "POST /fqname-to-id HTTP/1.1" 404 236 0.002946 10.0.0.50 - - [2026-02-19 02:17:47] "POST /neutron/network HTTP/1.1" 200 927 0.039572 10.0.0.50 - - [2026-02-19 02:17:47] "POST /neutron/network HTTP/1.1" 200 927 0.043352 10.0.0.50 - - [2026-02-19 02:17:47] "POST /access-control-lists HTTP/1.1" 200 590 0.063504 10.0.0.50 - - [2026-02-19 02:17:47] "GET /virtual-network/106108f4-3ce1-41c8-9b42-226e63dfa0b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.007173 10.0.0.50 - - [2026-02-19 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.50 - - [2026-02-19 02:17:47] "GET /network-policy/810df50c-f6b8-4692-804a-34ea366bf8f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.003414 10.0.0.50 - - [2026-02-19 02:17:47] "POST /neutron/network HTTP/1.1" 200 824 0.005874 10.0.0.50 - - [2026-02-19 02:17:47] "PUT /access-control-list/e8131cc6-bb42-4e00-8e3d-f29f983ecd39 HTTP/1.1" 200 272 0.020508 10.0.0.50 - - [2026-02-19 02:17:47] "POST /neutron/network HTTP/1.1" 200 926 0.052205 10.0.0.50 - - [2026-02-19 02:17:47] "POST /fqname-to-id HTTP/1.1" 404 236 0.005648 10.0.0.50 - - [2026-02-19 02:17:47] "POST /neutron/network HTTP/1.1" 200 926 0.006354 10.0.0.50 - - [2026-02-19 02:17:47] "GET /virtual-network/513f7a94-99e6-4302-a20c-5e9e901c020d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005162 10.0.0.50 - - [2026-02-19 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002262 10.0.0.50 - - [2026-02-19 02:17:47] "GET /network-policy/810df50c-f6b8-4692-804a-34ea366bf8f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.027583 10.0.0.50 - - [2026-02-19 02:17:47] "POST /access-control-lists HTTP/1.1" 200 590 0.062412 10.0.0.50 - - [2026-02-19 02:17:47] "GET /domains HTTP/1.1" 401 292 0.000480 10.0.0.50 - - [2026-02-19 02:17:47] "POST /ref-update HTTP/1.1" 200 156 0.011374 10.0.0.50 - - [2026-02-19 02:17:48] "GET /domains HTTP/1.1" 200 280 0.034493 10.0.0.50 - - [2026-02-19 02:17:48] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000976 10.0.0.50 - - [2026-02-19 02:17:48] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 3161 0.009218 10.0.0.50 - - [2026-02-19 02:17:48] "GET /projects?obj_uuids=b4cec3e1-ce42-4ae9-af6e-8fa275df1b28&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001258 10.0.0.50 - - [2026-02-19 02:17:48] "GET /project/b4cec3e1-ce42-4ae9-af6e-8fa275df1b28 HTTP/1.1" 200 2571 0.067120 10.0.0.50 - - [2026-02-19 02:17:48] "GET /virtual-network/106108f4-3ce1-41c8-9b42-226e63dfa0b0 HTTP/1.1" 200 2888 0.006409 10.0.0.50 - - [2026-02-19 02:17:48] "GET /virtual-network/106108f4-3ce1-41c8-9b42-226e63dfa0b0 HTTP/1.1" 200 2888 0.005597 10.0.0.50 - - [2026-02-19 02:17:48] "GET /routing-instance/887890f3-39c9-4933-bf92-7eebfcb66799 HTTP/1.1" 200 1783 0.003558 10.0.0.50 - - [2026-02-19 02:17:48] "GET /routing-instance/887890f3-39c9-4933-bf92-7eebfcb66799 HTTP/1.1" 200 1783 0.003235 10.0.0.50 - - [2026-02-19 02:17:48] "GET /route-target/f05b6cc7-ee18-45c7-b7d6-a2a3ae5d0af4 HTTP/1.1" 200 1207 0.002891 10.0.0.50 - - [2026-02-19 02:17:48] "GET /virtual-network/106108f4-3ce1-41c8-9b42-226e63dfa0b0 HTTP/1.1" 200 2888 0.005849 10.0.0.50 - - [2026-02-19 02:17:48] "GET /routing-instance/887890f3-39c9-4933-bf92-7eebfcb66799 HTTP/1.1" 200 1783 0.003693 10.0.0.50 - - [2026-02-19 02:17:48] "GET /virtual-network/106108f4-3ce1-41c8-9b42-226e63dfa0b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.004609 10.0.0.50 - - [2026-02-19 02:17:48] "GET /virtual-network/106108f4-3ce1-41c8-9b42-226e63dfa0b0 HTTP/1.1" 200 2888 0.004930 10.0.0.50 - - [2026-02-19 02:17:48] "GET /routing-instance/887890f3-39c9-4933-bf92-7eebfcb66799 HTTP/1.1" 200 1783 0.003311 10.0.0.50 - - [2026-02-19 02:17:48] "GET /routing-instance/887890f3-39c9-4933-bf92-7eebfcb66799 HTTP/1.1" 200 1783 0.003280 10.0.0.50 - - [2026-02-19 02:17:48] "GET /route-target/f05b6cc7-ee18-45c7-b7d6-a2a3ae5d0af4 HTTP/1.1" 200 1207 0.003174 10.0.0.50 - - [2026-02-19 02:17:48] "GET /domains HTTP/1.1" 200 280 0.005850 10.0.0.50 - - [2026-02-19 02:17:48] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001093 10.0.0.50 - - [2026-02-19 02:17:48] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 3161 0.007692 10.0.0.50 - - [2026-02-19 02:17:48] "GET /projects?obj_uuids=b4cec3e1-ce42-4ae9-af6e-8fa275df1b28&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001273 10.0.0.50 - - [2026-02-19 02:17:48] "GET /project/b4cec3e1-ce42-4ae9-af6e-8fa275df1b28 HTTP/1.1" 200 2571 0.082201 10.0.0.50 - - [2026-02-19 02:17:48] "GET /virtual-network/106108f4-3ce1-41c8-9b42-226e63dfa0b0 HTTP/1.1" 200 2888 0.008729 10.0.0.50 - - [2026-02-19 02:17:48] "GET /obj-perms HTTP/1.1" 200 5034 0.064512 10.0.0.50 - - [2026-02-19 02:17:48] "GET /domains HTTP/1.1" 200 280 0.002514 10.0.0.50 - - [2026-02-19 02:17:48] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001024 10.0.0.50 - - [2026-02-19 02:17:48] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 3161 0.006766 10.0.0.50 - - [2026-02-19 02:17:48] "GET /projects?obj_uuids=b4cec3e1-ce42-4ae9-af6e-8fa275df1b28&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000988 10.0.0.50 - - [2026-02-19 02:17:48] "GET /project/b4cec3e1-ce42-4ae9-af6e-8fa275df1b28 HTTP/1.1" 200 2571 0.062633 10.0.0.50 - - [2026-02-19 02:17:48] "GET /virtual-network/513f7a94-99e6-4302-a20c-5e9e901c020d HTTP/1.1" 200 2885 0.006592 10.0.0.50 - - [2026-02-19 02:17:49] "GET /virtual-network/513f7a94-99e6-4302-a20c-5e9e901c020d HTTP/1.1" 200 2885 0.004910 10.0.0.50 - - [2026-02-19 02:17:49] "GET /routing-instance/6696dd7c-bd1b-4a6c-b16a-8f0b2ed54eb0 HTTP/1.1" 200 1783 0.003711 10.0.0.50 - - [2026-02-19 02:17:49] "GET /routing-instance/6696dd7c-bd1b-4a6c-b16a-8f0b2ed54eb0 HTTP/1.1" 200 1783 0.003692 10.0.0.50 - - [2026-02-19 02:17:49] "GET /route-target/92a77720-13f1-4d62-a615-3d208b4f4733 HTTP/1.1" 200 1207 0.003814 10.0.0.50 - - [2026-02-19 02:17:49] "GET /virtual-network/513f7a94-99e6-4302-a20c-5e9e901c020d HTTP/1.1" 200 2885 0.004955 10.0.0.50 - - [2026-02-19 02:17:49] "GET /routing-instance/6696dd7c-bd1b-4a6c-b16a-8f0b2ed54eb0 HTTP/1.1" 200 1783 0.003653 10.0.0.50 - - [2026-02-19 02:17:49] "GET /virtual-network/513f7a94-99e6-4302-a20c-5e9e901c020d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.004999 10.0.0.50 - - [2026-02-19 02:17:49] "GET /virtual-network/513f7a94-99e6-4302-a20c-5e9e901c020d HTTP/1.1" 200 2885 0.004782 10.0.0.50 - - [2026-02-19 02:17:49] "GET /routing-instance/6696dd7c-bd1b-4a6c-b16a-8f0b2ed54eb0 HTTP/1.1" 200 1783 0.003332 10.0.0.50 - - [2026-02-19 02:17:49] "GET /routing-instance/6696dd7c-bd1b-4a6c-b16a-8f0b2ed54eb0 HTTP/1.1" 200 1783 0.003438 10.0.0.50 - - [2026-02-19 02:17:49] "GET /route-target/92a77720-13f1-4d62-a615-3d208b4f4733 HTTP/1.1" 200 1207 0.003095 10.0.0.50 - - [2026-02-19 02:17:49] "GET /domains HTTP/1.1" 200 280 0.002853 10.0.0.50 - - [2026-02-19 02:17:49] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001123 10.0.0.50 - - [2026-02-19 02:17:49] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 3161 0.006692 10.0.0.50 - - [2026-02-19 02:17:49] "GET /projects?obj_uuids=b4cec3e1-ce42-4ae9-af6e-8fa275df1b28&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001025 10.0.0.50 - - [2026-02-19 02:17:49] "GET /project/b4cec3e1-ce42-4ae9-af6e-8fa275df1b28 HTTP/1.1" 200 2571 0.072756 10.0.0.50 - - [2026-02-19 02:17:49] "GET /virtual-network/513f7a94-99e6-4302-a20c-5e9e901c020d HTTP/1.1" 200 2885 0.004974 10.0.0.50 - - [2026-02-19 02:17:49] "GET /obj-perms HTTP/1.1" 200 5034 0.002900 10.0.0.50 - - [2026-02-19 02:17:49] "POST /id-to-fqname HTTP/1.1" 200 222 0.001255 10.0.0.50 - - [2026-02-19 02:17:49] "POST /neutron/network HTTP/1.1" 200 937 0.007297 10.0.0.50 - - [2026-02-19 02:17:49] "GET /aaa-mode HTTP/1.1" 401 292 0.000437 10.0.0.50 - - [2026-02-19 02:17:49] "GET / HTTP/1.1" 200 35931 0.001493 10.0.0.50 - - [2026-02-19 02:17:49] "GET /project/b4cec3e1-ce42-4ae9-af6e-8fa275df1b28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000400 10.0.0.50 - - [2026-02-19 02:17:50] "GET /projects?obj_uuids=b4cec3e1-ce42-4ae9-af6e-8fa275df1b28&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001303 10.0.0.50 - - [2026-02-19 02:17:50] "GET /project/b4cec3e1-ce42-4ae9-af6e-8fa275df1b28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.053894 10.0.0.50 - - [2026-02-19 02:17:50] "POST /neutron/network HTTP/1.1" 200 927 0.006321 10.0.0.50 - - [2026-02-19 02:17:50] "POST /neutron/port HTTP/1.1" 200 117 0.005181 10.0.0.50 - - [2026-02-19 02:17:50] "POST /neutron/port HTTP/1.1" 200 117 0.006902 10.0.0.50 - - [2026-02-19 02:17:50] "POST /id-to-fqname HTTP/1.1" 200 222 0.001635 10.0.0.50 - - [2026-02-19 02:17:50] "POST /neutron/port HTTP/1.1" 200 117 0.005977 10.0.0.50 - - [2026-02-19 02:17:50] "POST /neutron/network HTTP/1.1" 200 936 0.009742 10.0.0.50 - - [2026-02-19 02:17:50] "GET /aaa-mode HTTP/1.1" 401 292 0.000449 10.0.0.50 - - [2026-02-19 02:17:50] "POST /neutron/network HTTP/1.1" 200 937 0.005440 10.0.0.50 - - [2026-02-19 02:17:50] "GET /projects?obj_uuids=b4cec3e1-ce42-4ae9-af6e-8fa275df1b28&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001082 10.0.0.50 - - [2026-02-19 02:17:51] "GET / HTTP/1.1" 200 35931 0.001848 10.0.0.50 - - [2026-02-19 02:17:51] "GET /project/b4cec3e1-ce42-4ae9-af6e-8fa275df1b28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000503 10.0.0.50 - - [2026-02-19 02:17:51] "POST /neutron/port HTTP/1.1" 200 1061 0.210092 10.0.0.50 - - [2026-02-19 02:17:51] "POST /neutron/port HTTP/1.1" 200 1061 0.013951 10.0.0.50 - - [2026-02-19 02:17:51] "POST /neutron/port HTTP/1.1" 200 1061 0.010105 10.0.0.50 - - [2026-02-19 02:17:51] "POST /neutron/port HTTP/1.1" 200 1115 0.061790 10.0.0.50 - - [2026-02-19 02:17:51] "POST /neutron/port HTTP/1.1" 200 1125 0.013816 10.0.0.50 - - [2026-02-19 02:17:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003152 10.0.0.50 - - [2026-02-19 02:17:51] "POST /neutron/subnet HTTP/1.1" 200 694 0.006281 10.0.0.50 - - [2026-02-19 02:17:51] "POST /neutron/port HTTP/1.1" 200 117 0.001146 10.0.0.50 - - [2026-02-19 02:17:51] "POST /neutron/network HTTP/1.1" 200 927 0.005325 10.0.0.50 - - [2026-02-19 02:17:51] "GET /projects?obj_uuids=b4cec3e1-ce42-4ae9-af6e-8fa275df1b28&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001428 10.0.0.50 - - [2026-02-19 02:17:51] "GET /project/b4cec3e1-ce42-4ae9-af6e-8fa275df1b28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.071234 10.0.0.50 - - [2026-02-19 02:17:51] "POST /neutron/network HTTP/1.1" 200 926 0.006239 10.0.0.50 - - [2026-02-19 02:17:51] "POST /neutron/port HTTP/1.1" 200 1125 0.018537 10.0.0.50 - - [2026-02-19 02:17:51] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010687 10.0.0.50 - - [2026-02-19 02:17:51] "POST /neutron/port HTTP/1.1" 200 117 0.004850 10.0.0.50 - - [2026-02-19 02:17:51] "POST /neutron/port HTTP/1.1" 200 1125 0.016966 10.0.0.50 - - [2026-02-19 02:17:51] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008627 10.0.0.50 - - [2026-02-19 02:17:52] "POST /neutron/network HTTP/1.1" 200 936 0.007637 10.0.0.50 - - [2026-02-19 02:17:52] "GET /projects?obj_uuids=b4cec3e1-ce42-4ae9-af6e-8fa275df1b28&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001393 10.0.0.50 - - [2026-02-19 02:17:52] "PUT /access-control-list/69682713-e4ad-4507-bf5c-2359d98feaf6 HTTP/1.1" 200 272 0.059107 10.0.0.50 - - [2026-02-19 02:17:52] "POST /neutron/port HTTP/1.1" 200 1060 0.327806 10.0.0.50 - - [2026-02-19 02:17:52] "POST /neutron/port HTTP/1.1" 200 1060 0.011425 10.0.0.50 - - [2026-02-19 02:17:52] "POST /neutron/port HTTP/1.1" 200 1060 0.010083 10.0.0.50 - - [2026-02-19 02:17:52] "POST /neutron/port HTTP/1.1" 200 1114 0.081098 10.0.0.50 - - [2026-02-19 02:17:52] "POST /neutron/port HTTP/1.1" 200 1124 0.014534 10.0.0.50 - - [2026-02-19 02:17:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003694 10.0.0.50 - - [2026-02-19 02:17:52] "POST /neutron/subnet HTTP/1.1" 200 689 0.007704 10.0.0.50 - - [2026-02-19 02:17:52] "POST /neutron/port HTTP/1.1" 200 117 0.001356 10.0.0.50 - - [2026-02-19 02:17:52] "POST /neutron/network HTTP/1.1" 200 926 0.005751 10.0.0.50 - - [2026-02-19 02:17:56] "POST /neutron/port HTTP/1.1" 200 1125 0.019037 10.0.0.50 - - [2026-02-19 02:17:56] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007474 10.0.0.50 - - [2026-02-19 02:17:57] "POST /neutron/port HTTP/1.1" 200 1125 0.015787 10.0.0.50 - - [2026-02-19 02:17:57] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006966 10.0.0.50 - - [2026-02-19 02:17:57] "POST /neutron/port HTTP/1.1" 200 1125 0.025162 10.0.0.50 - - [2026-02-19 02:17:57] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008985 10.0.0.50 - - [2026-02-19 02:17:57] "GET /virtual-machine/5e3730a5-034b-434b-bb3b-307cd30d9ad6 HTTP/1.1" 200 1294 0.012902 10.0.0.50 - - [2026-02-19 02:17:57] "GET /virtual-machine-interface/e5a0abaf-098e-4484-b8cf-bf173f3f7820 HTTP/1.1" 200 2951 0.011639 10.0.0.50 - - [2026-02-19 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004167 10.0.0.50 - - [2026-02-19 02:17:57] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004071 10.0.0.50 - - [2026-02-19 02:17:57] "GET /virtual-networks?parent_id=b4cec3e1-ce42-4ae9-af6e-8fa275df1b28&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003109 10.0.0.50 - - [2026-02-19 02:17:57] "GET /virtual-network/106108f4-3ce1-41c8-9b42-226e63dfa0b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005137 10.0.0.50 - - [2026-02-19 02:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.50 - - [2026-02-19 02:18:00] "GET /virtual-network/106108f4-3ce1-41c8-9b42-226e63dfa0b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.010664 10.0.0.50 - - [2026-02-19 02:18:01] "POST /neutron/port HTTP/1.1" 200 1125 0.012484 10.0.0.50 - - [2026-02-19 02:18:01] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005183 10.0.0.50 - - [2026-02-19 02:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.50 - - [2026-02-19 02:18:02] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002961 10.0.0.50 - - [2026-02-19 02:18:02] "GET /virtual-networks?parent_id=b4cec3e1-ce42-4ae9-af6e-8fa275df1b28&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002882 10.0.0.50 - - [2026-02-19 02:18:02] "GET /virtual-network/106108f4-3ce1-41c8-9b42-226e63dfa0b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.007910 10.0.0.50 - - [2026-02-19 02:18:02] "POST /neutron/port HTTP/1.1" 200 1124 0.013113 10.0.0.50 - - [2026-02-19 02:18:02] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006382 10.0.0.50 - - [2026-02-19 02:18:02] "POST /neutron/port HTTP/1.1" 200 1125 0.013509 10.0.0.50 - - [2026-02-19 02:18:02] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006930 10.0.0.50 - - [2026-02-19 02:18:04] "POST /neutron/port HTTP/1.1" 200 1125 0.015345 10.0.0.50 - - [2026-02-19 02:18:05] "POST /neutron/port HTTP/1.1" 200 1125 0.013427 10.0.0.50 - - [2026-02-19 02:18:05] "POST /neutron/network HTTP/1.1" 200 937 0.005213 10.0.0.50 - - [2026-02-19 02:18:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003146 10.0.0.50 - - [2026-02-19 02:18:05] "POST /neutron/subnet HTTP/1.1" 200 694 0.008105 10.0.0.50 - - [2026-02-19 02:18:05] "POST /neutron/port HTTP/1.1" 200 117 0.001515 10.0.0.50 - - [2026-02-19 02:18:05] "POST /neutron/network HTTP/1.1" 200 927 0.005871 10.0.0.50 - - [2026-02-19 02:18:08] "POST /neutron/port HTTP/1.1" 200 1124 0.012455 10.0.0.50 - - [2026-02-19 02:18:08] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005959 10.0.0.50 - - [2026-02-19 02:18:08] "POST /neutron/port HTTP/1.1" 200 1124 0.012321 10.0.0.50 - - [2026-02-19 02:18:08] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005984 10.0.0.50 - - [2026-02-19 02:18:08] "POST /neutron/port HTTP/1.1" 200 1124 0.013413 10.0.0.50 - - [2026-02-19 02:18:08] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005997 10.0.0.50 - - [2026-02-19 02:18:08] "GET /virtual-machine/c771b498-ebf6-4ba4-922e-9ca90fa66535 HTTP/1.1" 200 1295 0.004170 10.0.0.50 - - [2026-02-19 02:18:08] "GET /virtual-machine-interface/d8d5d387-2d7d-43b5-b4e8-984687d3de00 HTTP/1.1" 200 2951 0.005154 10.0.0.50 - - [2026-02-19 02:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002757 10.0.0.50 - - [2026-02-19 02:18:08] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003780 10.0.0.50 - - [2026-02-19 02:18:08] "GET /virtual-networks?parent_id=b4cec3e1-ce42-4ae9-af6e-8fa275df1b28&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003466 10.0.0.50 - - [2026-02-19 02:18:08] "GET /virtual-network/513f7a94-99e6-4302-a20c-5e9e901c020d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005301 10.0.0.50 - - [2026-02-19 02:18:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.50 - - [2026-02-19 02:18:09] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003702 10.0.0.50 - - [2026-02-19 02:18:09] "GET /virtual-networks?parent_id=b4cec3e1-ce42-4ae9-af6e-8fa275df1b28&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002901 10.0.0.50 - - [2026-02-19 02:18:09] "GET /virtual-network/513f7a94-99e6-4302-a20c-5e9e901c020d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005850 10.0.0.50 - - [2026-02-19 02:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.50 - - [2026-02-19 02:18:14] "GET /projects?obj_uuids=b4cec3e1-ce42-4ae9-af6e-8fa275df1b28&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001573 10.0.0.50 - - [2026-02-19 02:18:14] "GET /project/b4cec3e1-ce42-4ae9-af6e-8fa275df1b28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.034747 10.0.0.50 - - [2026-02-19 02:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.50 - - [2026-02-19 02:18:14] "PUT /network-policy/810df50c-f6b8-4692-804a-34ea366bf8f4 HTTP/1.1" 200 262 0.011128 10.0.0.50 - - [2026-02-19 02:18:14] "PUT /access-control-list/e8131cc6-bb42-4e00-8e3d-f29f983ecd39 HTTP/1.1" 200 272 0.089600 10.0.0.50 - - [2026-02-19 02:18:14] "POST /ref-update HTTP/1.1" 200 156 0.025207 10.0.0.50 - - [2026-02-19 02:18:14] "PUT /access-control-list/69682713-e4ad-4507-bf5c-2359d98feaf6 HTTP/1.1" 200 272 0.053701 10.0.0.50 - - [2026-02-19 02:18:14] "POST /ref-update HTTP/1.1" 200 156 0.012741 10.0.0.50 - - [2026-02-19 02:18:17] "GET /virtual-network/513f7a94-99e6-4302-a20c-5e9e901c020d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005247 10.0.0.50 - - [2026-02-19 02:18:17] "POST /neutron/network HTTP/1.1" 200 926 0.006906 10.0.0.50 - - [2026-02-19 02:18:17] "POST /neutron/network HTTP/1.1" 200 824 0.076698 10.0.0.50 - - [2026-02-19 02:18:17] "DELETE /access-control-list/69682713-e4ad-4507-bf5c-2359d98feaf6 HTTP/1.1" 200 115 0.060857 10.0.0.50 - - [2026-02-19 02:18:17] "POST /neutron/network HTTP/1.1" 200 824 0.009039 10.0.0.50 - - [2026-02-19 02:18:17] "GET /virtual-network/513f7a94-99e6-4302-a20c-5e9e901c020d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007579 10.0.0.50 - - [2026-02-19 02:18:17] "GET /virtual-network/106108f4-3ce1-41c8-9b42-226e63dfa0b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.007246 10.0.0.50 - - [2026-02-19 02:18:17] "POST /neutron/network HTTP/1.1" 200 927 0.013098 10.0.0.50 - - [2026-02-19 02:18:17] "POST /neutron/network HTTP/1.1" 200 825 0.081388 10.0.0.50 - - [2026-02-19 02:18:18] "DELETE /access-control-list/e8131cc6-bb42-4e00-8e3d-f29f983ecd39 HTTP/1.1" 200 115 0.056530 10.0.0.50 - - [2026-02-19 02:18:18] "POST /neutron/network HTTP/1.1" 200 825 0.016636 10.0.0.50 - - [2026-02-19 02:18:18] "GET /virtual-network/106108f4-3ce1-41c8-9b42-226e63dfa0b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008242 10.0.0.50 - - [2026-02-19 02:18:18] "DELETE /network-policy/810df50c-f6b8-4692-804a-34ea366bf8f4 HTTP/1.1" 200 115 0.030477 10.0.0.50 - - [2026-02-19 02:18:18] "POST /neutron/network HTTP/1.1" 200 824 0.005286 10.0.0.50 - - [2026-02-19 02:18:18] "POST /neutron/network HTTP/1.1" 400 204 0.011203 10.0.0.50 - - [2026-02-19 02:18:18] "POST /neutron/port HTTP/1.1" 200 1124 0.013923 10.0.0.50 - - [2026-02-19 02:18:18] "POST /neutron/port HTTP/1.1" 200 1114 0.011464 10.0.0.50 - - [2026-02-19 02:18:18] "POST /neutron/port HTTP/1.1" 200 1125 0.013464 10.0.0.50 - - [2026-02-19 02:18:18] "POST /neutron/port HTTP/1.1" 200 1115 0.013518 10.0.0.50 - - [2026-02-19 02:18:18] "POST /neutron/port HTTP/1.1" 200 151 0.133082 10.0.0.50 - - [2026-02-19 02:18:18] "POST /neutron/port HTTP/1.1" 200 151 0.113690 10.0.0.50 - - [2026-02-19 02:18:20] "DELETE /project/a6fd0a8eb7e24808a2cc32f74e8ff918 HTTP/1.1" 404 173 0.017431 10.0.0.50 - - [2026-02-19 02:18:20] "DELETE /project/b4cec3e1ce424ae9af6e8fa275df1b28 HTTP/1.1" 404 173 0.012031 10.0.0.50 - - [2026-02-19 02:18:20] "DELETE /project/932a263e1bcc47a1bcc76ab91f46b36c HTTP/1.1" 404 173 0.011118 10.0.0.50 - - [2026-02-19 02:18:20] "GET /projects?obj_uuids=a6fd0a8e-b7e2-4808-a2cc-32f74e8ff918&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001089 10.0.0.50 - - [2026-02-19 02:18:20] "GET /projects?obj_uuids=679bede7-0bbc-4016-996c-ea0da5cf96d6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000876 10.0.0.50 - - [2026-02-19 02:18:20] "GET /projects?obj_uuids=932a263e-1bcc-47a1-bcc7-6ab91f46b36c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000869 10.0.0.50 - - [2026-02-19 02:18:20] "GET /project/932a263e-1bcc-47a1-bcc7-6ab91f46b36c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.043750 10.0.0.50 - - [2026-02-19 02:18:20] "GET /project/679bede7-0bbc-4016-996c-ea0da5cf96d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.050495 10.0.0.50 - - [2026-02-19 02:18:20] "GET /project/a6fd0a8e-b7e2-4808-a2cc-32f74e8ff918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.057952 10.0.0.50 - - [2026-02-19 02:18:20] "GET /projects?obj_uuids=a6fd0a8e-b7e2-4808-a2cc-32f74e8ff918&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001292 10.0.0.50 - - [2026-02-19 02:18:20] "GET /projects?obj_uuids=679bede7-0bbc-4016-996c-ea0da5cf96d6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001243 10.0.0.50 - - [2026-02-19 02:18:20] "GET /projects?obj_uuids=932a263e-1bcc-47a1-bcc7-6ab91f46b36c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000910 10.0.0.50 - - [2026-02-19 02:18:20] "POST /neutron/network HTTP/1.1" 200 824 0.014691 10.0.0.50 - - [2026-02-19 02:18:20] "GET /project/679bede7-0bbc-4016-996c-ea0da5cf96d6?fields=security_groups HTTP/1.1" 200 1371 0.063300 10.0.0.50 - - [2026-02-19 02:18:20] "GET /project/932a263e-1bcc-47a1-bcc7-6ab91f46b36c?fields=security_groups HTTP/1.1" 200 1411 0.084973 10.0.0.50 - - [2026-02-19 02:18:20] "GET /project/a6fd0a8e-b7e2-4808-a2cc-32f74e8ff918?fields=security_groups HTTP/1.1" 200 1387 0.075781 10.0.0.50 - - [2026-02-19 02:18:20] "DELETE /security-group/4d1daa1f-20e2-4254-91b3-fdfebfbaa56d HTTP/1.1" 200 115 0.097067 10.0.0.50 - - [2026-02-19 02:18:20] "GET /projects?obj_uuids=679bede7-0bbc-4016-996c-ea0da5cf96d6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001684 10.0.0.50 - - [2026-02-19 02:18:20] "DELETE /security-group/746cc759-6cac-48ff-bda0-dc2cd96f6e79 HTTP/1.1" 200 115 0.121613 10.0.0.50 - - [2026-02-19 02:18:20] "GET /projects?obj_uuids=932a263e-1bcc-47a1-bcc7-6ab91f46b36c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001533 10.0.0.50 - - [2026-02-19 02:18:20] "DELETE /access-control-list/25f81d13-a954-4a5b-a5af-bab031425fa1 HTTP/1.1" 200 115 0.099195 10.0.0.50 - - [2026-02-19 02:18:20] "POST /useragent-kv HTTP/1.1" 200 115 0.006047 10.0.0.50 - - [2026-02-19 02:18:20] "GET /project/679bede7-0bbc-4016-996c-ea0da5cf96d6?fields=application_policy_sets HTTP/1.1" 200 1410 0.062277 10.0.0.50 - - [2026-02-19 02:18:20] "DELETE /security-group/ca048b15-77a5-4335-aa1e-211d397f3472 HTTP/1.1" 200 115 0.162020 10.0.0.50 - - [2026-02-19 02:18:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004551 10.0.0.50 - - [2026-02-19 02:18:20] "GET /projects?obj_uuids=a6fd0a8e-b7e2-4808-a2cc-32f74e8ff918&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001119 10.0.0.50 - - [2026-02-19 02:18:20] "POST /neutron/network HTTP/1.1" 200 151 0.270610 10.0.0.50 - - [2026-02-19 02:18:20] "GET /routing-instance/6696dd7c-bd1b-4a6c-b16a-8f0b2ed54eb0 HTTP/1.1" 404 171 0.002577 10.0.0.50 - - [2026-02-19 02:18:20] "GET /domains HTTP/1.1" 200 280 0.006208 10.0.0.50 - - [2026-02-19 02:18:20] "DELETE /access-control-list/8cab7013-9461-4723-99b0-9b312e3ca7b1 HTTP/1.1" 200 115 0.053300 10.0.0.50 - - [2026-02-19 02:18:20] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001029 10.0.0.50 - - [2026-02-19 02:18:20] "GET /project/932a263e-1bcc-47a1-bcc7-6ab91f46b36c?fields=application_policy_sets HTTP/1.1" 200 1450 0.095061 10.0.0.50 - - [2026-02-19 02:18:20] "DELETE /access-control-list/f09892d1-5072-4e02-98e2-6537150a9f36 HTTP/1.1" 200 115 0.039340 10.0.0.50 - - [2026-02-19 02:18:20] "GET /project/a6fd0a8e-b7e2-4808-a2cc-32f74e8ff918?fields=application_policy_sets HTTP/1.1" 200 1426 0.089699 10.0.0.50 - - [2026-02-19 02:18:20] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 3161 0.062300 10.0.0.50 - - [2026-02-19 02:18:20] "GET /projects?obj_uuids=b4cec3e1-ce42-4ae9-af6e-8fa275df1b28&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001103 10.0.0.50 - - [2026-02-19 02:18:20] "DELETE /access-control-list/e7b4721e-add1-4871-bd51-d14409f82d99 HTTP/1.1" 200 115 0.050778 10.0.0.50 - - [2026-02-19 02:18:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006565 10.0.0.50 - - [2026-02-19 02:18:20] "GET /project/b4cec3e1-ce42-4ae9-af6e-8fa275df1b28 HTTP/1.1" 200 2103 0.096863 10.0.0.50 - - [2026-02-19 02:18:20] "DELETE /project/679bede7-0bbc-4016-996c-ea0da5cf96d6 HTTP/1.1" 200 115 0.589028 10.0.0.50 - - [2026-02-19 02:18:20] "DELETE /route-target/92a77720-13f1-4d62-a615-3d208b4f4733 HTTP/1.1" 200 115 0.034928 10.0.0.50 - - [2026-02-19 02:18:20] "DELETE /project/932a263e-1bcc-47a1-bcc7-6ab91f46b36c HTTP/1.1" 200 115 0.633981 10.0.0.50 - - [2026-02-19 02:18:20] "POST /neutron/network HTTP/1.1" 200 825 0.009846 10.0.0.50 - - [2026-02-19 02:18:20] "DELETE /access-control-list/e45ff788-3682-4f7b-b675-dab74073e7c4 HTTP/1.1" 200 115 0.033110 10.0.0.50 - - [2026-02-19 02:18:20] "DELETE /project/a6fd0a8e-b7e2-4808-a2cc-32f74e8ff918 HTTP/1.1" 200 115 0.680063 10.0.0.50 - - [2026-02-19 02:18:20] "DELETE /access-control-list/cb531a17-229d-4525-8af6-7b5ee35875e3 HTTP/1.1" 200 115 0.026448 10.0.0.50 - - [2026-02-19 02:18:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004135 10.0.0.50 - - [2026-02-19 02:18:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.50 - - [2026-02-19 02:18:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003019 10.0.0.50 - - [2026-02-19 02:18:20] "POST /neutron/network HTTP/1.1" 200 151 0.110127 10.0.0.50 - - [2026-02-19 02:18:20] "DELETE /route-target/f05b6cc7-ee18-45c7-b7d6-a2a3ae5d0af4 HTTP/1.1" 200 115 0.018262 10.0.0.50 - - [2026-02-19 02:18:20] "GET /routing-instance/887890f3-39c9-4933-bf92-7eebfcb66799 HTTP/1.1" 404 171 0.003474 10.0.0.50 - - [2026-02-19 02:18:20] "GET /domains HTTP/1.1" 200 280 0.002202 10.0.0.50 - - [2026-02-19 02:18:20] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001129 10.0.0.50 - - [2026-02-19 02:18:20] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 2576 0.052680 10.0.0.50 - - [2026-02-19 02:18:20] "GET /projects?obj_uuids=b4cec3e1-ce42-4ae9-af6e-8fa275df1b28&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001023 10.0.0.50 - - [2026-02-19 02:18:20] "GET /project/b4cec3e1-ce42-4ae9-af6e-8fa275df1b28 HTTP/1.1" 200 1864 0.073649 10.0.0.50 - - [2026-02-19 02:18:21] "GET /projects?obj_uuids=b4cec3e1-ce42-4ae9-af6e-8fa275df1b28&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001061 10.0.0.50 - - [2026-02-19 02:18:21] "GET /project/b4cec3e1-ce42-4ae9-af6e-8fa275df1b28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.032352 10.0.0.50 - - [2026-02-19 02:18:21] "GET /projects?obj_uuids=b4cec3e1-ce42-4ae9-af6e-8fa275df1b28&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001002 10.0.0.50 - - [2026-02-19 02:18:21] "GET /project/b4cec3e1-ce42-4ae9-af6e-8fa275df1b28?fields=virtual_networks HTTP/1.1" 200 1036 0.071811 10.0.0.50 - - [2026-02-19 02:18:21] "GET /projects?obj_uuids=b4cec3e1-ce42-4ae9-af6e-8fa275df1b28&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001034 10.0.0.50 - - [2026-02-19 02:18:21] "GET /project/b4cec3e1-ce42-4ae9-af6e-8fa275df1b28?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.026899 10.0.0.50 - - [2026-02-19 02:18:21] "GET /projects?obj_uuids=b4cec3e1-ce42-4ae9-af6e-8fa275df1b28&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001025 10.0.0.50 - - [2026-02-19 02:18:21] "GET /project/b4cec3e1-ce42-4ae9-af6e-8fa275df1b28?fields=security_groups HTTP/1.1" 200 1264 0.034064 10.0.0.50 - - [2026-02-19 02:18:22] "POST /fqname-to-id HTTP/1.1" 404 181 0.028703 10.0.0.50 - - [2026-02-19 02:18:22] "GET /projects?obj_uuids=a8c92d24-823e-46bb-89cd-ac2d7d758ec3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004349 10.0.0.50 - - [2026-02-19 02:18:22] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001019 10.0.0.50 - - [2026-02-19 02:18:22] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007436 10.0.0.50 - - [2026-02-19 02:18:22] "POST /id-to-fqname HTTP/1.1" 200 183 0.001682 10.0.0.50 - - [2026-02-19 02:18:22] "POST /fqname-to-id HTTP/1.1" 404 192 0.003598 10.0.0.50 - - [2026-02-19 02:18:22] "POST /security-groups HTTP/1.1" 200 584 0.063820 10.0.0.50 - - [2026-02-19 02:18:22] "POST /fqname-to-id HTTP/1.1" 404 227 0.002895 10.0.0.50 - - [2026-02-19 02:18:22] "POST /projects HTTP/1.1" 200 571 0.211815 10.0.0.50 - - [2026-02-19 02:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.245956 10.0.0.50 - - [2026-02-19 02:18:22] "POST /access-control-lists HTTP/1.1" 200 589 0.058415 10.0.0.50 - - [2026-02-19 02:18:22] "GET /project/a8c92d24-823e-46bb-89cd-ac2d7d758ec3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.378972 10.0.0.50 - - [2026-02-19 02:18:22] "POST /fqname-to-id HTTP/1.1" 404 226 0.003406 10.0.0.50 - - [2026-02-19 02:18:23] "POST /access-control-lists HTTP/1.1" 200 587 0.056297 10.0.0.50 - - [2026-02-19 02:18:24] "GET / HTTP/1.1" 200 35931 0.002121 10.0.0.50 - - [2026-02-19 02:18:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000483 10.0.0.50 - - [2026-02-19 02:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.063325 10.0.0.50 - - [2026-02-19 02:18:25] "GET /projects?obj_uuids=a8c92d24-823e-46bb-89cd-ac2d7d758ec3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001095 10.0.0.50 - - [2026-02-19 02:18:25] "GET /project/a8c92d24-823e-46bb-89cd-ac2d7d758ec3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.028992 10.0.0.50 - - [2026-02-19 02:18:25] "POST /neutron/network HTTP/1.1" 200 117 0.033496 10.0.0.50 - - [2026-02-19 02:18:25] "GET /projects?obj_uuids=a8c92d24-823e-46bb-89cd-ac2d7d758ec3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001850 10.0.0.50 - - [2026-02-19 02:18:25] "POST /neutron/network HTTP/1.1" 200 612 0.066946 10.0.0.50 - - [2026-02-19 02:18:25] "POST /route-targets HTTP/1.1" 200 327 0.010370 10.0.0.50 - - [2026-02-19 02:18:25] "POST /ref-update HTTP/1.1" 200 156 0.014314 10.0.0.50 - - [2026-02-19 02:18:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003160 10.0.0.50 - - [2026-02-19 02:18:25] "POST /neutron/subnet HTTP/1.1" 200 719 0.182713 10.0.0.50 - - [2026-02-19 02:18:25] "POST /neutron/network HTTP/1.1" 200 830 0.005885 10.0.0.50 - - [2026-02-19 02:18:25] "POST /id-to-fqname HTTP/1.1" 200 220 0.001240 10.0.0.50 - - [2026-02-19 02:18:25] "GET /virtual-network/ef63dc7d-7b34-460a-abbd-c2a761ca3bef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004951 10.0.0.50 - - [2026-02-19 02:18:25] "POST /neutron/network HTTP/1.1" 200 830 0.005726 10.0.0.50 - - [2026-02-19 02:18:25] "GET /virtual-network/ef63dc7d-7b34-460a-abbd-c2a761ca3bef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005576 10.0.0.50 - - [2026-02-19 02:18:25] "POST /neutron/network HTTP/1.1" 200 830 0.005836 10.0.0.50 - - [2026-02-19 02:18:25] "POST /neutron/subnet HTTP/1.1" 200 719 0.007273 10.0.0.50 - - [2026-02-19 02:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.50 - - [2026-02-19 02:18:26] "GET /virtual-network/ef63dc7d-7b34-460a-abbd-c2a761ca3bef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004820 10.0.0.50 - - [2026-02-19 02:18:26] "PUT /virtual-network/ef63dc7d-7b34-460a-abbd-c2a761ca3bef HTTP/1.1" 200 264 0.036099 10.0.0.50 - - [2026-02-19 02:18:26] "POST /route-targets HTTP/1.1" 200 323 0.016387 10.0.0.50 - - [2026-02-19 02:18:26] "POST /ref-update HTTP/1.1" 200 156 0.009405 10.0.0.50 - - [2026-02-19 02:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.50 - - [2026-02-19 02:18:26] "GET /projects?obj_uuids=a8c92d24-823e-46bb-89cd-ac2d7d758ec3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001515 10.0.0.50 - - [2026-02-19 02:18:26] "GET /project/a8c92d24-823e-46bb-89cd-ac2d7d758ec3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.031554 10.0.0.50 - - [2026-02-19 02:18:26] "POST /neutron/network HTTP/1.1" 200 117 0.012472 10.0.0.50 - - [2026-02-19 02:18:26] "GET /projects?obj_uuids=a8c92d24-823e-46bb-89cd-ac2d7d758ec3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001169 10.0.0.50 - - [2026-02-19 02:18:26] "POST /neutron/network HTTP/1.1" 200 612 0.062689 10.0.0.50 - - [2026-02-19 02:18:26] "POST /route-targets HTTP/1.1" 200 327 0.009500 10.0.0.50 - - [2026-02-19 02:18:26] "POST /ref-update HTTP/1.1" 200 156 0.009952 10.0.0.50 - - [2026-02-19 02:18:26] "POST /useragent-kv HTTP/1.1" 200 115 0.007270 10.0.0.50 - - [2026-02-19 02:18:26] "POST /neutron/subnet HTTP/1.1" 200 729 0.179228 10.0.0.50 - - [2026-02-19 02:18:26] "POST /neutron/network HTTP/1.1" 200 832 0.005270 10.0.0.50 - - [2026-02-19 02:18:26] "POST /id-to-fqname HTTP/1.1" 200 220 0.001148 10.0.0.50 - - [2026-02-19 02:18:26] "GET /virtual-network/32669e81-e974-44b0-933e-3c5bf662fcdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004846 10.0.0.50 - - [2026-02-19 02:18:26] "POST /neutron/network HTTP/1.1" 200 832 0.006129 10.0.0.50 - - [2026-02-19 02:18:26] "GET /virtual-network/32669e81-e974-44b0-933e-3c5bf662fcdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004882 10.0.0.50 - - [2026-02-19 02:18:26] "POST /neutron/network HTTP/1.1" 200 832 0.005116 10.0.0.50 - - [2026-02-19 02:18:26] "POST /neutron/subnet HTTP/1.1" 200 729 0.006832 10.0.0.50 - - [2026-02-19 02:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002722 10.0.0.50 - - [2026-02-19 02:18:26] "GET /virtual-network/32669e81-e974-44b0-933e-3c5bf662fcdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006664 10.0.0.50 - - [2026-02-19 02:18:26] "PUT /virtual-network/32669e81-e974-44b0-933e-3c5bf662fcdc HTTP/1.1" 200 264 0.029551 10.0.0.50 - - [2026-02-19 02:18:26] "POST /ref-update HTTP/1.1" 200 156 0.009444 10.0.0.50 - - [2026-02-19 02:18:26] "POST /id-to-fqname HTTP/1.1" 200 220 0.001448 10.0.0.50 - - [2026-02-19 02:18:27] "POST /neutron/network HTTP/1.1" 200 840 0.006054 10.0.0.50 - - [2026-02-19 02:18:27] "GET /aaa-mode HTTP/1.1" 401 292 0.000466 10.0.0.50 - - [2026-02-19 02:18:27] "GET / HTTP/1.1" 200 35931 0.001817 10.0.0.50 - - [2026-02-19 02:18:27] "GET /project/a8c92d24-823e-46bb-89cd-ac2d7d758ec3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000383 10.0.0.50 - - [2026-02-19 02:18:27] "GET /obj-perms HTTP/1.1" 200 5056 0.060169 10.0.0.50 - - [2026-02-19 02:18:28] "GET /projects?obj_uuids=a8c92d24-823e-46bb-89cd-ac2d7d758ec3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001169 10.0.0.50 - - [2026-02-19 02:18:28] "GET /project/a8c92d24-823e-46bb-89cd-ac2d7d758ec3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.222337 10.0.0.50 - - [2026-02-19 02:18:28] "POST /neutron/network HTTP/1.1" 200 830 0.006325 10.0.0.50 - - [2026-02-19 02:18:28] "GET /obj-perms HTTP/1.1" 200 5056 0.079935 10.0.0.50 - - [2026-02-19 02:18:28] "POST /neutron/port HTTP/1.1" 200 117 0.005576 10.0.0.50 - - [2026-02-19 02:18:28] "POST /neutron/port HTTP/1.1" 200 117 0.004659 10.0.0.50 - - [2026-02-19 02:18:28] "POST /id-to-fqname HTTP/1.1" 200 220 0.001431 10.0.0.50 - - [2026-02-19 02:18:28] "POST /neutron/port HTTP/1.1" 200 117 0.005244 10.0.0.50 - - [2026-02-19 02:18:28] "POST /neutron/network HTTP/1.1" 200 842 0.006216 10.0.0.50 - - [2026-02-19 02:18:28] "GET /aaa-mode HTTP/1.1" 401 292 0.000409 10.0.0.50 - - [2026-02-19 02:18:28] "POST /neutron/network HTTP/1.1" 200 840 0.005528 10.0.0.50 - - [2026-02-19 02:18:28] "GET /projects?obj_uuids=a8c92d24-823e-46bb-89cd-ac2d7d758ec3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001118 10.0.0.50 - - [2026-02-19 02:18:28] "GET / HTTP/1.1" 200 35931 0.002317 10.0.0.50 - - [2026-02-19 02:18:28] "GET /project/a8c92d24-823e-46bb-89cd-ac2d7d758ec3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000661 10.0.0.50 - - [2026-02-19 02:18:28] "POST /neutron/port HTTP/1.1" 200 1052 0.220242 10.0.0.50 - - [2026-02-19 02:18:29] "POST /neutron/port HTTP/1.1" 200 1052 0.011309 10.0.0.50 - - [2026-02-19 02:18:29] "POST /neutron/port HTTP/1.1" 200 1052 0.011521 10.0.0.50 - - [2026-02-19 02:18:29] "POST /neutron/port HTTP/1.1" 200 1106 0.087835 10.0.0.50 - - [2026-02-19 02:18:29] "POST /neutron/port HTTP/1.1" 200 1116 0.013013 10.0.0.50 - - [2026-02-19 02:18:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003724 10.0.0.50 - - [2026-02-19 02:18:29] "POST /neutron/subnet HTTP/1.1" 200 693 0.009560 10.0.0.50 - - [2026-02-19 02:18:29] "POST /neutron/port HTTP/1.1" 200 117 0.001144 10.0.0.50 - - [2026-02-19 02:18:29] "GET /projects?obj_uuids=a8c92d24-823e-46bb-89cd-ac2d7d758ec3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001029 10.0.0.50 - - [2026-02-19 02:18:29] "POST /neutron/network HTTP/1.1" 200 830 0.013487 10.0.0.50 - - [2026-02-19 02:18:29] "GET /project/a8c92d24-823e-46bb-89cd-ac2d7d758ec3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.077024 10.0.0.50 - - [2026-02-19 02:18:29] "POST /neutron/network HTTP/1.1" 200 832 0.006693 10.0.0.50 - - [2026-02-19 02:18:29] "POST /neutron/port HTTP/1.1" 200 1116 0.015769 10.0.0.50 - - [2026-02-19 02:18:29] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009995 10.0.0.50 - - [2026-02-19 02:18:29] "POST /neutron/port HTTP/1.1" 200 117 0.005521 10.0.0.50 - - [2026-02-19 02:18:29] "POST /neutron/port HTTP/1.1" 200 1116 0.013789 10.0.0.50 - - [2026-02-19 02:18:29] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008369 10.0.0.50 - - [2026-02-19 02:18:29] "POST /neutron/network HTTP/1.1" 200 842 0.005875 10.0.0.50 - - [2026-02-19 02:18:29] "GET /projects?obj_uuids=a8c92d24-823e-46bb-89cd-ac2d7d758ec3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001470 10.0.0.50 - - [2026-02-19 02:18:30] "POST /neutron/port HTTP/1.1" 200 1054 0.228249 10.0.0.50 - - [2026-02-19 02:18:30] "POST /neutron/port HTTP/1.1" 200 1054 0.011736 10.0.0.50 - - [2026-02-19 02:18:30] "POST /neutron/port HTTP/1.1" 200 1054 0.010770 10.0.0.50 - - [2026-02-19 02:18:30] "POST /neutron/port HTTP/1.1" 200 1108 0.101996 10.0.0.50 - - [2026-02-19 02:18:30] "POST /neutron/port HTTP/1.1" 200 1118 0.012328 10.0.0.50 - - [2026-02-19 02:18:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004110 10.0.0.50 - - [2026-02-19 02:18:30] "POST /neutron/subnet HTTP/1.1" 200 703 0.012891 10.0.0.50 - - [2026-02-19 02:18:30] "POST /neutron/port HTTP/1.1" 200 117 0.001641 10.0.0.50 - - [2026-02-19 02:18:30] "POST /neutron/network HTTP/1.1" 200 832 0.005680 10.0.0.50 - - [2026-02-19 02:18:34] "POST /neutron/port HTTP/1.1" 200 1116 0.014682 10.0.0.50 - - [2026-02-19 02:18:34] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006796 10.0.0.50 - - [2026-02-19 02:18:34] "POST /neutron/port HTTP/1.1" 200 1116 0.013637 10.0.0.50 - - [2026-02-19 02:18:34] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005796 10.0.0.50 - - [2026-02-19 02:18:34] "POST /neutron/port HTTP/1.1" 200 1116 0.014024 10.0.0.50 - - [2026-02-19 02:18:34] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005697 10.0.0.50 - - [2026-02-19 02:18:34] "GET /virtual-machine/bfb6d944-6304-414f-8384-aff5c3dc8ad3 HTTP/1.1" 401 292 0.000420 10.0.0.50 - - [2026-02-19 02:18:35] "GET /virtual-machine/bfb6d944-6304-414f-8384-aff5c3dc8ad3 HTTP/1.1" 200 1285 0.039019 10.0.0.50 - - [2026-02-19 02:18:35] "GET /virtual-machine-interface/cecb97bf-a065-4cb2-8055-1098f551dab5 HTTP/1.1" 200 2926 0.005821 10.0.0.50 - - [2026-02-19 02:18:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.50 - - [2026-02-19 02:18:35] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003362 10.0.0.50 - - [2026-02-19 02:18:35] "GET /virtual-networks?parent_id=a8c92d24-823e-46bb-89cd-ac2d7d758ec3&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003368 10.0.0.50 - - [2026-02-19 02:18:35] "GET /virtual-network/ef63dc7d-7b34-460a-abbd-c2a761ca3bef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.006147 10.0.0.50 - - [2026-02-19 02:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.50 - - [2026-02-19 02:18:38] "GET /virtual-network/ef63dc7d-7b34-460a-abbd-c2a761ca3bef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.005226 10.0.0.50 - - [2026-02-19 02:18:39] "POST /neutron/port HTTP/1.1" 200 1116 0.012099 10.0.0.50 - - [2026-02-19 02:18:39] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005726 10.0.0.50 - - [2026-02-19 02:18:40] "POST /neutron/port HTTP/1.1" 200 1118 0.014671 10.0.0.50 - - [2026-02-19 02:18:40] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006915 10.0.0.50 - - [2026-02-19 02:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.50 - - [2026-02-19 02:18:40] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003721 10.0.0.50 - - [2026-02-19 02:18:40] "GET /virtual-networks?parent_id=a8c92d24-823e-46bb-89cd-ac2d7d758ec3&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003134 10.0.0.50 - - [2026-02-19 02:18:40] "GET /virtual-network/ef63dc7d-7b34-460a-abbd-c2a761ca3bef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.006825 10.0.0.50 - - [2026-02-19 02:18:41] "POST /neutron/port HTTP/1.1" 200 1118 0.013519 10.0.0.50 - - [2026-02-19 02:18:41] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007699 10.0.0.50 - - [2026-02-19 02:18:41] "POST /neutron/port HTTP/1.1" 200 1118 0.021219 10.0.0.50 - - [2026-02-19 02:18:41] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007911 10.0.0.50 - - [2026-02-19 02:18:41] "POST /neutron/port HTTP/1.1" 200 1118 0.012112 10.0.0.50 - - [2026-02-19 02:18:41] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006706 10.0.0.50 - - [2026-02-19 02:18:41] "GET /virtual-machine/3cc0e0eb-6508-48b3-877f-3177bf5009b3 HTTP/1.1" 200 1284 0.004639 10.0.0.50 - - [2026-02-19 02:18:41] "GET /virtual-machine-interface/3a4307ee-b3f9-4e84-8e81-d5f9bef900c3 HTTP/1.1" 200 2926 0.005082 10.0.0.50 - - [2026-02-19 02:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002609 10.0.0.50 - - [2026-02-19 02:18:41] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003026 10.0.0.50 - - [2026-02-19 02:18:41] "GET /virtual-networks?parent_id=a8c92d24-823e-46bb-89cd-ac2d7d758ec3&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002908 10.0.0.50 - - [2026-02-19 02:18:41] "GET /virtual-network/32669e81-e974-44b0-933e-3c5bf662fcdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005663 10.0.0.50 - - [2026-02-19 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002602 10.0.0.50 - - [2026-02-19 02:18:42] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003272 10.0.0.50 - - [2026-02-19 02:18:42] "GET /virtual-networks?parent_id=a8c92d24-823e-46bb-89cd-ac2d7d758ec3&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003450 10.0.0.50 - - [2026-02-19 02:18:42] "GET /virtual-network/32669e81-e974-44b0-933e-3c5bf662fcdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005372 10.0.0.50 - - [2026-02-19 02:18:42] "POST /routing-policys HTTP/1.1" 200 534 0.019360 10.0.0.50 - - [2026-02-19 02:18:42] "GET /virtual-network/ef63dc7d-7b34-460a-abbd-c2a761ca3bef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.009249 10.0.0.50 - - [2026-02-19 02:18:42] "PUT /virtual-network/ef63dc7d-7b34-460a-abbd-c2a761ca3bef HTTP/1.1" 200 264 0.031792 10.0.0.50 - - [2026-02-19 02:18:43] "POST /ref-update HTTP/1.1" 200 156 0.009606 10.0.0.50 - - [2026-02-19 02:18:47] "POST /ref-update HTTP/1.1" 200 156 0.031328 10.0.0.50 - - [2026-02-19 02:18:47] "POST /ref-update HTTP/1.1" 200 156 0.013277 10.0.0.50 - - [2026-02-19 02:18:47] "DELETE /routing-policy/66a3186d-ad3a-49b0-8311-3a5453e8b3f8 HTTP/1.1" 200 115 0.021354 10.0.0.50 - - [2026-02-19 02:18:48] "POST /neutron/network HTTP/1.1" 200 832 0.006275 10.0.0.50 - - [2026-02-19 02:18:48] "POST /neutron/network HTTP/1.1" 400 204 0.013909 10.0.0.50 - - [2026-02-19 02:18:48] "POST /neutron/port HTTP/1.1" 200 1118 0.015059 10.0.0.50 - - [2026-02-19 02:18:48] "POST /neutron/port HTTP/1.1" 200 1108 0.011131 10.0.0.50 - - [2026-02-19 02:18:48] "POST /neutron/port HTTP/1.1" 200 1116 0.016641 10.0.0.50 - - [2026-02-19 02:18:48] "POST /neutron/port HTTP/1.1" 200 1106 0.012635 10.0.0.50 - - [2026-02-19 02:18:48] "POST /neutron/port HTTP/1.1" 200 151 0.137938 10.0.0.50 - - [2026-02-19 02:18:48] "POST /neutron/port HTTP/1.1" 200 151 0.122206 10.0.0.50 - - [2026-02-19 02:18:50] "POST /neutron/network HTTP/1.1" 200 832 0.008279 10.0.0.50 - - [2026-02-19 02:18:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003175 10.0.0.50 - - [2026-02-19 02:18:50] "POST /useragent-kv HTTP/1.1" 200 115 0.004084 10.0.0.50 - - [2026-02-19 02:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004146 10.0.0.50 - - [2026-02-19 02:18:50] "POST /neutron/network HTTP/1.1" 200 151 0.095232 10.0.0.50 - - [2026-02-19 02:18:50] "POST /neutron/network HTTP/1.1" 200 830 0.007740 10.0.0.50 - - [2026-02-19 02:18:50] "DELETE /route-target/dd2fe412-52ef-4c95-9597-b5a4e1cb378a HTTP/1.1" 200 115 0.024104 10.0.0.50 - - [2026-02-19 02:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002311 10.0.0.50 - - [2026-02-19 02:18:50] "DELETE /route-target/f963c951-f2d7-4b03-a684-201ff360c1a7 HTTP/1.1" 409 239 0.007581 10.0.0.50 - - [2026-02-19 02:18:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002189 10.0.0.50 - - [2026-02-19 02:18:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002208 10.0.0.50 - - [2026-02-19 02:18:50] "POST /neutron/network HTTP/1.1" 200 151 0.087410 10.0.0.50 - - [2026-02-19 02:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.50 - - [2026-02-19 02:18:50] "DELETE /route-target/11c04325-b5ec-4fc0-afae-fd6bf7ab8597 HTTP/1.1" 200 115 0.015183 10.0.0.50 - - [2026-02-19 02:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.50 - - [2026-02-19 02:18:50] "DELETE /route-target/f963c951-f2d7-4b03-a684-201ff360c1a7 HTTP/1.1" 200 115 0.017601 10.0.0.50 - - [2026-02-19 02:18:50] "GET /projects?obj_uuids=a8c92d24-823e-46bb-89cd-ac2d7d758ec3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001386 10.0.0.50 - - [2026-02-19 02:18:50] "GET /project/a8c92d24-823e-46bb-89cd-ac2d7d758ec3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.030904 10.0.0.50 - - [2026-02-19 02:18:50] "GET /projects?obj_uuids=a8c92d24-823e-46bb-89cd-ac2d7d758ec3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001198 10.0.0.50 - - [2026-02-19 02:18:50] "GET /project/a8c92d24-823e-46bb-89cd-ac2d7d758ec3?fields=virtual_networks HTTP/1.1" 200 1017 0.074704 10.0.0.50 - - [2026-02-19 02:18:50] "GET /projects?obj_uuids=a8c92d24-823e-46bb-89cd-ac2d7d758ec3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001059 10.0.0.50 - - [2026-02-19 02:18:50] "GET /project/a8c92d24-823e-46bb-89cd-ac2d7d758ec3?fields=virtual_machine_interfaces HTTP/1.1" 200 1017 0.032887 10.0.0.50 - - [2026-02-19 02:18:50] "GET /projects?obj_uuids=a8c92d24-823e-46bb-89cd-ac2d7d758ec3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001240 10.0.0.50 - - [2026-02-19 02:18:50] "GET /project/a8c92d24-823e-46bb-89cd-ac2d7d758ec3?fields=security_groups HTTP/1.1" 200 1236 0.028111 10.0.0.50 - - [2026-02-19 02:18:51] "POST /fqname-to-id HTTP/1.1" 404 186 0.040160 10.0.0.50 - - [2026-02-19 02:18:51] "GET /projects?obj_uuids=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002691 10.0.0.50 - - [2026-02-19 02:18:51] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001048 10.0.0.50 - - [2026-02-19 02:18:51] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007399 10.0.0.50 - - [2026-02-19 02:18:52] "POST /id-to-fqname HTTP/1.1" 200 188 0.001238 10.0.0.50 - - [2026-02-19 02:18:52] "POST /fqname-to-id HTTP/1.1" 404 197 0.004767 10.0.0.50 - - [2026-02-19 02:18:52] "POST /security-groups HTTP/1.1" 200 589 0.064773 10.0.0.50 - - [2026-02-19 02:18:52] "POST /fqname-to-id HTTP/1.1" 404 232 0.003775 10.0.0.50 - - [2026-02-19 02:18:52] "POST /projects HTTP/1.1" 200 581 0.221442 10.0.0.50 - - [2026-02-19 02:18:52] "POST /access-control-lists HTTP/1.1" 200 594 0.058458 10.0.0.50 - - [2026-02-19 02:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.297446 10.0.0.50 - - [2026-02-19 02:18:52] "POST /fqname-to-id HTTP/1.1" 404 231 0.003089 10.0.0.50 - - [2026-02-19 02:18:52] "GET /project/dca66f11-efe9-486f-97cc-cbf517f250b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.429633 10.0.0.50 - - [2026-02-19 02:18:52] "POST /access-control-lists HTTP/1.1" 200 592 0.064673 10.0.0.50 - - [2026-02-19 02:18:53] "GET / HTTP/1.1" 200 35931 0.001842 10.0.0.50 - - [2026-02-19 02:18:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000515 10.0.0.50 - - [2026-02-19 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.073629 10.0.0.50 - - [2026-02-19 02:18:54] "GET /projects?obj_uuids=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001154 10.0.0.50 - - [2026-02-19 02:18:54] "GET /project/dca66f11-efe9-486f-97cc-cbf517f250b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.023392 10.0.0.50 - - [2026-02-19 02:18:54] "POST /neutron/network HTTP/1.1" 200 117 0.040574 10.0.0.50 - - [2026-02-19 02:18:54] "GET /projects?obj_uuids=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001425 10.0.0.50 - - [2026-02-19 02:18:54] "POST /neutron/network HTTP/1.1" 200 613 0.067139 10.0.0.50 - - [2026-02-19 02:18:54] "POST /route-targets HTTP/1.1" 200 327 0.029981 10.0.0.50 - - [2026-02-19 02:18:54] "POST /ref-update HTTP/1.1" 200 156 0.011844 10.0.0.50 - - [2026-02-19 02:18:55] "POST /useragent-kv HTTP/1.1" 200 115 0.004119 10.0.0.50 - - [2026-02-19 02:18:55] "POST /neutron/subnet HTTP/1.1" 200 719 0.136995 10.0.0.50 - - [2026-02-19 02:18:55] "POST /neutron/network HTTP/1.1" 200 831 0.005532 10.0.0.50 - - [2026-02-19 02:18:55] "POST /id-to-fqname HTTP/1.1" 200 223 0.001440 10.0.0.50 - - [2026-02-19 02:18:55] "GET /virtual-network/5386d0e4-34fc-4464-916c-466387857eca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005204 10.0.0.50 - - [2026-02-19 02:18:55] "POST /neutron/network HTTP/1.1" 200 831 0.013516 10.0.0.50 - - [2026-02-19 02:18:55] "GET /virtual-network/5386d0e4-34fc-4464-916c-466387857eca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.011626 10.0.0.50 - - [2026-02-19 02:18:55] "POST /neutron/network HTTP/1.1" 200 831 0.005524 10.0.0.50 - - [2026-02-19 02:18:55] "POST /neutron/subnet HTTP/1.1" 200 719 0.009569 10.0.0.50 - - [2026-02-19 02:18:55] "GET /domains HTTP/1.1" 401 292 0.000419 10.0.0.50 - - [2026-02-19 02:18:55] "GET /domains HTTP/1.1" 200 280 0.032596 10.0.0.50 - - [2026-02-19 02:18:55] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001499 10.0.0.50 - - [2026-02-19 02:18:55] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 2939 0.008254 10.0.0.50 - - [2026-02-19 02:18:55] "GET /projects?obj_uuids=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001091 10.0.0.50 - - [2026-02-19 02:18:55] "GET /project/dca66f11-efe9-486f-97cc-cbf517f250b2 HTTP/1.1" 200 2080 0.067880 10.0.0.50 - - [2026-02-19 02:18:55] "GET /virtual-network/5386d0e4-34fc-4464-916c-466387857eca HTTP/1.1" 200 2315 0.006366 10.0.0.50 - - [2026-02-19 02:18:55] "GET /virtual-network/5386d0e4-34fc-4464-916c-466387857eca HTTP/1.1" 200 2315 0.005095 10.0.0.50 - - [2026-02-19 02:18:55] "GET /routing-instance/ad2aa2be-7803-4a58-8d33-662c14ae6b87 HTTP/1.1" 200 1494 0.003868 10.0.0.50 - - [2026-02-19 02:18:55] "GET /routing-instance/ad2aa2be-7803-4a58-8d33-662c14ae6b87 HTTP/1.1" 200 1494 0.003546 10.0.0.50 - - [2026-02-19 02:18:55] "GET /route-target/66209662-0cd2-437a-bddc-b4762e76a423 HTTP/1.1" 200 1212 0.003391 10.0.0.50 - - [2026-02-19 02:18:55] "GET /virtual-network/5386d0e4-34fc-4464-916c-466387857eca HTTP/1.1" 200 2315 0.004792 10.0.0.50 - - [2026-02-19 02:18:55] "GET /routing-instance/ad2aa2be-7803-4a58-8d33-662c14ae6b87 HTTP/1.1" 200 1494 0.003253 10.0.0.50 - - [2026-02-19 02:18:55] "GET /virtual-network/5386d0e4-34fc-4464-916c-466387857eca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005148 10.0.0.50 - - [2026-02-19 02:18:55] "GET /virtual-network/5386d0e4-34fc-4464-916c-466387857eca HTTP/1.1" 200 2315 0.004920 10.0.0.50 - - [2026-02-19 02:18:55] "GET /routing-instance/ad2aa2be-7803-4a58-8d33-662c14ae6b87 HTTP/1.1" 200 1494 0.003457 10.0.0.50 - - [2026-02-19 02:18:55] "GET /routing-instance/ad2aa2be-7803-4a58-8d33-662c14ae6b87 HTTP/1.1" 200 1494 0.003661 10.0.0.50 - - [2026-02-19 02:18:55] "GET /route-target/66209662-0cd2-437a-bddc-b4762e76a423 HTTP/1.1" 200 1212 0.003141 10.0.0.50 - - [2026-02-19 02:18:55] "GET /domains HTTP/1.1" 200 280 0.002849 10.0.0.50 - - [2026-02-19 02:18:55] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001076 10.0.0.50 - - [2026-02-19 02:18:55] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 2939 0.006904 10.0.0.50 - - [2026-02-19 02:18:55] "GET /projects?obj_uuids=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001070 10.0.0.50 - - [2026-02-19 02:18:55] "GET /project/dca66f11-efe9-486f-97cc-cbf517f250b2 HTTP/1.1" 200 2080 0.065241 10.0.0.50 - - [2026-02-19 02:18:55] "GET /virtual-network/5386d0e4-34fc-4464-916c-466387857eca HTTP/1.1" 200 2315 0.005322 10.0.0.50 - - [2026-02-19 02:18:56] "GET /obj-perms HTTP/1.1" 200 5026 0.065161 10.0.0.50 - - [2026-02-19 02:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.50 - - [2026-02-19 02:18:56] "GET /projects?obj_uuids=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001079 10.0.0.50 - - [2026-02-19 02:18:56] "GET /project/dca66f11-efe9-486f-97cc-cbf517f250b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.025555 10.0.0.50 - - [2026-02-19 02:18:56] "POST /neutron/network HTTP/1.1" 200 117 0.009383 10.0.0.50 - - [2026-02-19 02:18:56] "GET /projects?obj_uuids=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001066 10.0.0.50 - - [2026-02-19 02:18:56] "POST /neutron/network HTTP/1.1" 200 613 0.060131 10.0.0.50 - - [2026-02-19 02:18:56] "POST /route-targets HTTP/1.1" 200 327 0.011316 10.0.0.50 - - [2026-02-19 02:18:56] "POST /ref-update HTTP/1.1" 200 156 0.014120 10.0.0.50 - - [2026-02-19 02:18:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003203 10.0.0.50 - - [2026-02-19 02:18:56] "POST /neutron/subnet HTTP/1.1" 200 730 0.146933 10.0.0.50 - - [2026-02-19 02:18:56] "POST /neutron/network HTTP/1.1" 200 833 0.005521 10.0.0.50 - - [2026-02-19 02:18:56] "POST /id-to-fqname HTTP/1.1" 200 223 0.001225 10.0.0.50 - - [2026-02-19 02:18:56] "GET /virtual-network/1b46bfb6-49df-40b5-a216-f4c00b5f59ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004694 10.0.0.50 - - [2026-02-19 02:18:56] "POST /neutron/network HTTP/1.1" 200 833 0.008340 10.0.0.50 - - [2026-02-19 02:18:56] "GET /virtual-network/1b46bfb6-49df-40b5-a216-f4c00b5f59ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005159 10.0.0.50 - - [2026-02-19 02:18:56] "POST /neutron/network HTTP/1.1" 200 833 0.005189 10.0.0.50 - - [2026-02-19 02:18:56] "POST /neutron/subnet HTTP/1.1" 200 730 0.007532 10.0.0.50 - - [2026-02-19 02:18:56] "GET /domains HTTP/1.1" 200 280 0.002584 10.0.0.50 - - [2026-02-19 02:18:56] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001107 10.0.0.50 - - [2026-02-19 02:18:56] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 2939 0.010159 10.0.0.50 - - [2026-02-19 02:18:56] "GET /projects?obj_uuids=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001083 10.0.0.50 - - [2026-02-19 02:18:56] "GET /project/dca66f11-efe9-486f-97cc-cbf517f250b2 HTTP/1.1" 200 2298 0.074249 10.0.0.50 - - [2026-02-19 02:18:57] "GET /virtual-network/1b46bfb6-49df-40b5-a216-f4c00b5f59ec HTTP/1.1" 200 2321 0.010192 10.0.0.50 - - [2026-02-19 02:18:57] "GET /virtual-network/1b46bfb6-49df-40b5-a216-f4c00b5f59ec HTTP/1.1" 200 2321 0.006067 10.0.0.50 - - [2026-02-19 02:18:57] "GET /routing-instance/b6bbd32b-464d-44dc-b10b-42509664232f HTTP/1.1" 200 1494 0.003606 10.0.0.50 - - [2026-02-19 02:18:57] "GET /routing-instance/b6bbd32b-464d-44dc-b10b-42509664232f HTTP/1.1" 200 1494 0.003466 10.0.0.50 - - [2026-02-19 02:18:57] "GET /route-target/cbfa3b67-94a6-4764-8590-2f47adba49d8 HTTP/1.1" 200 1212 0.005329 10.0.0.50 - - [2026-02-19 02:18:57] "GET /virtual-network/1b46bfb6-49df-40b5-a216-f4c00b5f59ec HTTP/1.1" 200 2321 0.006578 10.0.0.50 - - [2026-02-19 02:18:57] "GET /routing-instance/b6bbd32b-464d-44dc-b10b-42509664232f HTTP/1.1" 200 1494 0.005141 10.0.0.50 - - [2026-02-19 02:18:57] "GET /virtual-network/1b46bfb6-49df-40b5-a216-f4c00b5f59ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005050 10.0.0.50 - - [2026-02-19 02:18:57] "GET /virtual-network/1b46bfb6-49df-40b5-a216-f4c00b5f59ec HTTP/1.1" 200 2321 0.004812 10.0.0.50 - - [2026-02-19 02:18:57] "GET /routing-instance/b6bbd32b-464d-44dc-b10b-42509664232f HTTP/1.1" 200 1494 0.003759 10.0.0.50 - - [2026-02-19 02:18:57] "GET /routing-instance/b6bbd32b-464d-44dc-b10b-42509664232f HTTP/1.1" 200 1494 0.005111 10.0.0.50 - - [2026-02-19 02:18:57] "GET /route-target/cbfa3b67-94a6-4764-8590-2f47adba49d8 HTTP/1.1" 200 1212 0.003587 10.0.0.50 - - [2026-02-19 02:18:57] "GET /domains HTTP/1.1" 200 280 0.002664 10.0.0.50 - - [2026-02-19 02:18:57] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001467 10.0.0.50 - - [2026-02-19 02:18:57] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 2939 0.009871 10.0.0.50 - - [2026-02-19 02:18:57] "GET /projects?obj_uuids=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001292 10.0.0.50 - - [2026-02-19 02:18:57] "GET /project/dca66f11-efe9-486f-97cc-cbf517f250b2 HTTP/1.1" 200 2298 0.070422 10.0.0.50 - - [2026-02-19 02:18:57] "GET /virtual-network/1b46bfb6-49df-40b5-a216-f4c00b5f59ec HTTP/1.1" 200 2321 0.009171 10.0.0.50 - - [2026-02-19 02:18:57] "GET /obj-perms HTTP/1.1" 200 5026 0.004609 10.0.0.50 - - [2026-02-19 02:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.50 - - [2026-02-19 02:18:57] "GET /projects?obj_uuids=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001510 10.0.0.50 - - [2026-02-19 02:18:57] "GET /project/dca66f11-efe9-486f-97cc-cbf517f250b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.029118 10.0.0.50 - - [2026-02-19 02:18:57] "POST /neutron/network HTTP/1.1" 200 117 0.011797 10.0.0.50 - - [2026-02-19 02:18:57] "GET /projects?obj_uuids=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001180 10.0.0.50 - - [2026-02-19 02:18:57] "POST /neutron/network HTTP/1.1" 200 615 0.087353 10.0.0.50 - - [2026-02-19 02:18:57] "POST /ref-update HTTP/1.1" 200 156 0.012096 10.0.0.50 - - [2026-02-19 02:18:57] "POST /useragent-kv HTTP/1.1" 200 115 0.004056 10.0.0.50 - - [2026-02-19 02:18:57] "POST /neutron/subnet HTTP/1.1" 200 724 0.215628 10.0.0.50 - - [2026-02-19 02:18:57] "POST /neutron/network HTTP/1.1" 200 834 0.005105 10.0.0.50 - - [2026-02-19 02:18:57] "POST /id-to-fqname HTTP/1.1" 200 224 0.001749 10.0.0.50 - - [2026-02-19 02:18:57] "GET /virtual-network/0cb85505-bf8a-441c-9c06-1d1a294861f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005446 10.0.0.50 - - [2026-02-19 02:18:57] "POST /neutron/network HTTP/1.1" 200 834 0.006521 10.0.0.50 - - [2026-02-19 02:18:57] "GET /virtual-network/0cb85505-bf8a-441c-9c06-1d1a294861f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005623 10.0.0.50 - - [2026-02-19 02:18:57] "POST /neutron/network HTTP/1.1" 200 834 0.012028 10.0.0.50 - - [2026-02-19 02:18:57] "POST /neutron/subnet HTTP/1.1" 200 724 0.008028 10.0.0.50 - - [2026-02-19 02:18:57] "GET /domains HTTP/1.1" 200 280 0.002444 10.0.0.50 - - [2026-02-19 02:18:57] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001897 10.0.0.50 - - [2026-02-19 02:18:57] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 2939 0.010545 10.0.0.50 - - [2026-02-19 02:18:57] "GET /projects?obj_uuids=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001051 10.0.0.50 - - [2026-02-19 02:18:57] "GET /project/dca66f11-efe9-486f-97cc-cbf517f250b2 HTTP/1.1" 200 2517 0.074787 10.0.0.50 - - [2026-02-19 02:18:57] "GET /virtual-network/0cb85505-bf8a-441c-9c06-1d1a294861f0 HTTP/1.1" 200 2322 0.006682 10.0.0.50 - - [2026-02-19 02:18:58] "GET /virtual-network/0cb85505-bf8a-441c-9c06-1d1a294861f0 HTTP/1.1" 200 2322 0.007381 10.0.0.50 - - [2026-02-19 02:18:58] "GET /routing-instance/7fcde62e-11bf-4390-bbd0-88301215e195 HTTP/1.1" 200 1497 0.003819 10.0.0.50 - - [2026-02-19 02:18:58] "GET /routing-instance/7fcde62e-11bf-4390-bbd0-88301215e195 HTTP/1.1" 200 1497 0.005088 10.0.0.50 - - [2026-02-19 02:18:58] "GET /route-target/c173c7a6-55d0-4003-9fc5-78ef5c6a0286 HTTP/1.1" 200 1215 0.004419 10.0.0.50 - - [2026-02-19 02:18:58] "GET /virtual-network/0cb85505-bf8a-441c-9c06-1d1a294861f0 HTTP/1.1" 200 2322 0.007683 10.0.0.50 - - [2026-02-19 02:18:58] "GET /routing-instance/7fcde62e-11bf-4390-bbd0-88301215e195 HTTP/1.1" 200 1497 0.005137 10.0.0.50 - - [2026-02-19 02:18:58] "GET /virtual-network/0cb85505-bf8a-441c-9c06-1d1a294861f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005097 10.0.0.50 - - [2026-02-19 02:18:58] "GET /virtual-network/0cb85505-bf8a-441c-9c06-1d1a294861f0 HTTP/1.1" 200 2322 0.004966 10.0.0.50 - - [2026-02-19 02:18:58] "GET /routing-instance/7fcde62e-11bf-4390-bbd0-88301215e195 HTTP/1.1" 200 1497 0.003497 10.0.0.50 - - [2026-02-19 02:18:58] "GET /routing-instance/7fcde62e-11bf-4390-bbd0-88301215e195 HTTP/1.1" 200 1497 0.003262 10.0.0.50 - - [2026-02-19 02:18:58] "GET /route-target/c173c7a6-55d0-4003-9fc5-78ef5c6a0286 HTTP/1.1" 200 1215 0.003312 10.0.0.50 - - [2026-02-19 02:18:58] "GET /domains HTTP/1.1" 200 280 0.002722 10.0.0.50 - - [2026-02-19 02:18:58] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001122 10.0.0.50 - - [2026-02-19 02:18:58] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 2939 0.007295 10.0.0.50 - - [2026-02-19 02:18:58] "GET /projects?obj_uuids=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001106 10.0.0.50 - - [2026-02-19 02:18:58] "GET /project/dca66f11-efe9-486f-97cc-cbf517f250b2 HTTP/1.1" 200 2517 0.066671 10.0.0.50 - - [2026-02-19 02:18:58] "GET /virtual-network/0cb85505-bf8a-441c-9c06-1d1a294861f0 HTTP/1.1" 200 2322 0.004870 10.0.0.50 - - [2026-02-19 02:18:58] "GET /obj-perms HTTP/1.1" 200 5026 0.002775 10.0.0.50 - - [2026-02-19 02:18:58] "POST /id-to-fqname HTTP/1.1" 200 223 0.001431 10.0.0.50 - - [2026-02-19 02:18:58] "POST /neutron/network HTTP/1.1" 200 843 0.006764 10.0.0.50 - - [2026-02-19 02:18:58] "GET /aaa-mode HTTP/1.1" 401 292 0.000553 10.0.0.50 - - [2026-02-19 02:18:58] "GET / HTTP/1.1" 200 35931 0.001613 10.0.0.50 - - [2026-02-19 02:18:58] "GET /project/dca66f11-efe9-486f-97cc-cbf517f250b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000432 10.0.0.50 - - [2026-02-19 02:18:59] "GET /projects?obj_uuids=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001081 10.0.0.50 - - [2026-02-19 02:18:59] "GET /project/dca66f11-efe9-486f-97cc-cbf517f250b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.056233 10.0.0.50 - - [2026-02-19 02:18:59] "POST /neutron/network HTTP/1.1" 200 833 0.006037 10.0.0.50 - - [2026-02-19 02:18:59] "POST /neutron/port HTTP/1.1" 200 117 0.006943 10.0.0.50 - - [2026-02-19 02:18:59] "POST /neutron/port HTTP/1.1" 200 117 0.006400 10.0.0.50 - - [2026-02-19 02:18:59] "POST /id-to-fqname HTTP/1.1" 200 224 0.001811 10.0.0.50 - - [2026-02-19 02:18:59] "POST /neutron/port HTTP/1.1" 200 117 0.006483 10.0.0.50 - - [2026-02-19 02:18:59] "POST /neutron/network HTTP/1.1" 200 844 0.008663 10.0.0.50 - - [2026-02-19 02:18:59] "GET /aaa-mode HTTP/1.1" 401 292 0.000517 10.0.0.50 - - [2026-02-19 02:19:00] "POST /neutron/network HTTP/1.1" 200 843 0.007428 10.0.0.50 - - [2026-02-19 02:19:00] "GET /projects?obj_uuids=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001159 10.0.0.50 - - [2026-02-19 02:19:00] "GET / HTTP/1.1" 200 35931 0.006672 10.0.0.50 - - [2026-02-19 02:19:00] "GET /project/dca66f11-efe9-486f-97cc-cbf517f250b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000682 10.0.0.50 - - [2026-02-19 02:19:00] "POST /neutron/port HTTP/1.1" 200 1059 0.217935 10.0.0.50 - - [2026-02-19 02:19:00] "POST /neutron/port HTTP/1.1" 200 1059 0.013767 10.0.0.50 - - [2026-02-19 02:19:00] "POST /neutron/port HTTP/1.1" 200 1059 0.012954 10.0.0.50 - - [2026-02-19 02:19:00] "POST /neutron/port HTTP/1.1" 200 1113 0.068979 10.0.0.50 - - [2026-02-19 02:19:00] "POST /neutron/port HTTP/1.1" 200 1123 0.015723 10.0.0.50 - - [2026-02-19 02:19:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004140 10.0.0.50 - - [2026-02-19 02:19:00] "POST /neutron/subnet HTTP/1.1" 200 704 0.008436 10.0.0.50 - - [2026-02-19 02:19:00] "POST /neutron/port HTTP/1.1" 200 117 0.001430 10.0.0.50 - - [2026-02-19 02:19:00] "POST /neutron/network HTTP/1.1" 200 833 0.005537 10.0.0.50 - - [2026-02-19 02:19:00] "GET /projects?obj_uuids=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001730 10.0.0.50 - - [2026-02-19 02:19:00] "GET /project/dca66f11-efe9-486f-97cc-cbf517f250b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.086201 10.0.0.50 - - [2026-02-19 02:19:00] "POST /neutron/network HTTP/1.1" 200 834 0.006160 10.0.0.50 - - [2026-02-19 02:19:00] "POST /neutron/port HTTP/1.1" 200 1123 0.024172 10.0.0.50 - - [2026-02-19 02:19:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007911 10.0.0.50 - - [2026-02-19 02:19:00] "POST /neutron/port HTTP/1.1" 200 117 0.005078 10.0.0.50 - - [2026-02-19 02:19:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.002548 10.0.0.50 - - [2026-02-19 02:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.50 - - [2026-02-19 02:19:01] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001206 10.0.0.50 - - [2026-02-19 02:19:01] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008365 10.0.0.50 - - [2026-02-19 02:19:01] "POST /service-templates HTTP/1.1" 200 543 0.031119 10.0.0.50 - - [2026-02-19 02:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.50 - - [2026-02-19 02:19:01] "GET /service-template/acf5d2b3-f078-4f88-a1fd-6ff33a074b65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.007893 10.0.0.50 - - [2026-02-19 02:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.50 - - [2026-02-19 02:19:01] "GET /service-template/acf5d2b3-f078-4f88-a1fd-6ff33a074b65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003552 10.0.0.50 - - [2026-02-19 02:19:01] "POST /neutron/network HTTP/1.1" 200 844 0.009564 10.0.0.50 - - [2026-02-19 02:19:01] "POST /id-to-fqname HTTP/1.1" 200 223 0.001162 10.0.0.50 - - [2026-02-19 02:19:01] "POST /id-to-fqname HTTP/1.1" 200 223 0.001187 10.0.0.50 - - [2026-02-19 02:19:01] "GET /projects?obj_uuids=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001153 10.0.0.50 - - [2026-02-19 02:19:01] "POST /id-to-fqname HTTP/1.1" 200 224 0.003730 10.0.0.50 - - [2026-02-19 02:19:01] "POST /neutron/port HTTP/1.1" 200 1955 0.031042 10.0.0.50 - - [2026-02-19 02:19:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.018835 10.0.0.50 - - [2026-02-19 02:19:01] "POST /neutron/port HTTP/1.1" 200 1058 0.337711 10.0.0.50 - - [2026-02-19 02:19:01] "POST /neutron/port HTTP/1.1" 200 1058 0.016404 10.0.0.50 - - [2026-02-19 02:19:01] "POST /neutron/port HTTP/1.1" 200 1058 0.018893 10.0.0.50 - - [2026-02-19 02:19:01] "POST /neutron/port HTTP/1.1" 200 1112 0.095635 10.0.0.50 - - [2026-02-19 02:19:01] "POST /neutron/port HTTP/1.1" 200 1122 0.018810 10.0.0.50 - - [2026-02-19 02:19:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005580 10.0.0.50 - - [2026-02-19 02:19:02] "POST /neutron/subnet HTTP/1.1" 200 698 0.010438 10.0.0.50 - - [2026-02-19 02:19:02] "POST /neutron/port HTTP/1.1" 200 117 0.001822 10.0.0.50 - - [2026-02-19 02:19:02] "POST /neutron/network HTTP/1.1" 200 834 0.005914 10.0.0.50 - - [2026-02-19 02:19:02] "POST /neutron/network HTTP/1.1" 200 2223 0.012787 10.0.0.50 - - [2026-02-19 02:19:02] "GET /aaa-mode HTTP/1.1" 401 292 0.000501 10.0.0.50 - - [2026-02-19 02:19:02] "GET / HTTP/1.1" 200 35931 0.001518 10.0.0.50 - - [2026-02-19 02:19:02] "GET /project/dca66f11-efe9-486f-97cc-cbf517f250b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000416 10.0.0.50 - - [2026-02-19 02:19:03] "GET /projects?obj_uuids=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001623 10.0.0.50 - - [2026-02-19 02:19:03] "GET /project/dca66f11-efe9-486f-97cc-cbf517f250b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.082518 10.0.0.50 - - [2026-02-19 02:19:03] "POST /neutron/network HTTP/1.1" 200 831 0.007676 10.0.0.50 - - [2026-02-19 02:19:03] "POST /neutron/network HTTP/1.1" 200 833 0.007691 10.0.0.50 - - [2026-02-19 02:19:03] "POST /neutron/network HTTP/1.1" 200 834 0.007276 10.0.0.50 - - [2026-02-19 02:19:03] "POST /neutron/port HTTP/1.1" 200 2093 0.028186 10.0.0.50 - - [2026-02-19 02:19:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007082 10.0.0.50 - - [2026-02-19 02:19:03] "POST /neutron/port HTTP/1.1" 200 117 0.004718 10.0.0.50 - - [2026-02-19 02:19:03] "POST /neutron/port HTTP/1.1" 200 117 0.006932 10.0.0.50 - - [2026-02-19 02:19:04] "POST /neutron/network HTTP/1.1" 200 2223 0.010981 10.0.0.50 - - [2026-02-19 02:19:04] "GET /projects?obj_uuids=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001074 10.0.0.50 - - [2026-02-19 02:19:04] "POST /neutron/port HTTP/1.1" 200 1057 0.316529 10.0.0.50 - - [2026-02-19 02:19:04] "GET /projects?obj_uuids=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001864 10.0.0.50 - - [2026-02-19 02:19:04] "POST /neutron/port HTTP/1.1" 200 1059 0.209695 10.0.0.50 - - [2026-02-19 02:19:04] "GET /projects?obj_uuids=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001251 10.0.0.50 - - [2026-02-19 02:19:04] "POST /neutron/port HTTP/1.1" 200 1058 0.206755 10.0.0.50 - - [2026-02-19 02:19:04] "POST /neutron/port HTTP/1.1" 200 1057 0.011811 10.0.0.50 - - [2026-02-19 02:19:04] "POST /neutron/port HTTP/1.1" 200 1057 0.010055 10.0.0.50 - - [2026-02-19 02:19:04] "POST /neutron/port HTTP/1.1" 200 1111 0.062520 10.0.0.50 - - [2026-02-19 02:19:05] "POST /neutron/port HTTP/1.1" 200 1059 0.010745 10.0.0.50 - - [2026-02-19 02:19:05] "POST /neutron/port HTTP/1.1" 200 1059 0.009078 10.0.0.50 - - [2026-02-19 02:19:05] "POST /neutron/port HTTP/1.1" 200 1113 0.073275 10.0.0.50 - - [2026-02-19 02:19:05] "POST /neutron/port HTTP/1.1" 200 1058 0.010731 10.0.0.50 - - [2026-02-19 02:19:05] "POST /neutron/port HTTP/1.1" 200 1058 0.010482 10.0.0.50 - - [2026-02-19 02:19:05] "POST /neutron/port HTTP/1.1" 200 1112 0.086636 10.0.0.50 - - [2026-02-19 02:19:05] "POST /neutron/port HTTP/1.1" 200 3061 0.020518 10.0.0.50 - - [2026-02-19 02:19:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003649 10.0.0.50 - - [2026-02-19 02:19:05] "POST /neutron/subnet HTTP/1.1" 200 693 0.010907 10.0.0.50 - - [2026-02-19 02:19:05] "POST /neutron/port HTTP/1.1" 200 117 0.001398 10.0.0.50 - - [2026-02-19 02:19:05] "POST /neutron/network HTTP/1.1" 200 831 0.007767 10.0.0.50 - - [2026-02-19 02:19:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005141 10.0.0.50 - - [2026-02-19 02:19:05] "POST /neutron/subnet HTTP/1.1" 200 704 0.011269 10.0.0.50 - - [2026-02-19 02:19:05] "POST /neutron/port HTTP/1.1" 200 117 0.001590 10.0.0.50 - - [2026-02-19 02:19:05] "POST /neutron/network HTTP/1.1" 200 833 0.007301 10.0.0.50 - - [2026-02-19 02:19:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003768 10.0.0.50 - - [2026-02-19 02:19:05] "POST /neutron/subnet HTTP/1.1" 200 698 0.008002 10.0.0.50 - - [2026-02-19 02:19:05] "POST /neutron/port HTTP/1.1" 200 117 0.001352 10.0.0.50 - - [2026-02-19 02:19:05] "POST /neutron/network HTTP/1.1" 200 834 0.006173 10.0.0.50 - - [2026-02-19 02:19:08] "POST /neutron/port HTTP/1.1" 200 3061 0.022655 10.0.0.50 - - [2026-02-19 02:19:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006568 10.0.0.50 - - [2026-02-19 02:19:08] "POST /neutron/port HTTP/1.1" 200 3061 0.023108 10.0.0.50 - - [2026-02-19 02:19:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008389 10.0.0.50 - - [2026-02-19 02:19:09] "POST /neutron/port HTTP/1.1" 200 3061 0.019993 10.0.0.50 - - [2026-02-19 02:19:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006303 10.0.0.50 - - [2026-02-19 02:19:09] "POST /neutron/port HTTP/1.1" 200 3061 0.028531 10.0.0.50 - - [2026-02-19 02:19:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008472 10.0.0.50 - - [2026-02-19 02:19:09] "POST /neutron/port HTTP/1.1" 200 3061 0.019296 10.0.0.50 - - [2026-02-19 02:19:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006735 10.0.0.50 - - [2026-02-19 02:19:09] "GET /virtual-machine/d074205e-2dbf-4d39-a18d-2bc2e6edbe07 HTTP/1.1" 200 1803 0.004993 10.0.0.50 - - [2026-02-19 02:19:09] "GET /virtual-machine-interface/04465951-ea24-45c0-b60a-df4be6c1ebf9 HTTP/1.1" 200 2944 0.008132 10.0.0.50 - - [2026-02-19 02:19:09] "GET /virtual-machine-interface/05c9dbd2-9ef9-49a0-bc35-693cac6eb96f HTTP/1.1" 200 2944 0.005401 10.0.0.50 - - [2026-02-19 02:19:09] "GET /virtual-machine-interface/f0be92ba-6f0d-4a42-b295-437ef67b78dc HTTP/1.1" 200 2949 0.007910 10.0.0.50 - - [2026-02-19 02:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.50 - - [2026-02-19 02:19:09] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005026 10.0.0.50 - - [2026-02-19 02:19:09] "GET /virtual-networks?parent_id=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004407 10.0.0.50 - - [2026-02-19 02:19:09] "GET /virtual-network/5386d0e4-34fc-4464-916c-466387857eca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006975 10.0.0.50 - - [2026-02-19 02:19:10] "POST /neutron/port HTTP/1.1" 200 1123 0.014387 10.0.0.50 - - [2026-02-19 02:19:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009283 10.0.0.50 - - [2026-02-19 02:19:12] "POST /neutron/port HTTP/1.1" 200 1122 0.012542 10.0.0.50 - - [2026-02-19 02:19:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006177 10.0.0.50 - - [2026-02-19 02:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.50 - - [2026-02-19 02:19:12] "GET /virtual-network/5386d0e4-34fc-4464-916c-466387857eca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007659 10.0.0.50 - - [2026-02-19 02:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.50 - - [2026-02-19 02:19:16] "GET /virtual-network/5386d0e4-34fc-4464-916c-466387857eca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005515 10.0.0.50 - - [2026-02-19 02:19:20] "DELETE /project/a8c92d24823e46bb89cdac2d7d758ec3 HTTP/1.1" 404 173 0.009228 10.0.0.50 - - [2026-02-19 02:19:20] "DELETE /project/dca66f11efe9486f97cccbf517f250b2 HTTP/1.1" 404 173 0.006126 10.0.0.50 - - [2026-02-19 02:19:20] "GET /projects?obj_uuids=b4cec3e1-ce42-4ae9-af6e-8fa275df1b28&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000897 10.0.0.50 - - [2026-02-19 02:19:20] "GET /projects?obj_uuids=a8c92d24-823e-46bb-89cd-ac2d7d758ec3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000815 10.0.0.50 - - [2026-02-19 02:19:20] "GET /project/a8c92d24-823e-46bb-89cd-ac2d7d758ec3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.039626 10.0.0.50 - - [2026-02-19 02:19:20] "GET /project/b4cec3e1-ce42-4ae9-af6e-8fa275df1b28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.043458 10.0.0.50 - - [2026-02-19 02:19:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.010818 10.0.0.50 - - [2026-02-19 02:19:20] "GET /projects?obj_uuids=b4cec3e1-ce42-4ae9-af6e-8fa275df1b28&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000936 10.0.0.50 - - [2026-02-19 02:19:20] "GET /projects?obj_uuids=a8c92d24-823e-46bb-89cd-ac2d7d758ec3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000890 10.0.0.50 - - [2026-02-19 02:19:20] "GET /virtual-network/5386d0e4-34fc-4464-916c-466387857eca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005330 10.0.0.50 - - [2026-02-19 02:19:20] "GET /project/a8c92d24-823e-46bb-89cd-ac2d7d758ec3?fields=security_groups HTTP/1.1" 200 1341 0.046192 10.0.0.50 - - [2026-02-19 02:19:20] "GET /project/b4cec3e1-ce42-4ae9-af6e-8fa275df1b28?fields=security_groups HTTP/1.1" 200 1369 0.050944 10.0.0.50 - - [2026-02-19 02:19:21] "DELETE /security-group/d11bb793-bc8f-445f-9ad4-c5ce597c78f3 HTTP/1.1" 200 115 0.055791 10.0.0.50 - - [2026-02-19 02:19:21] "DELETE /security-group/68156840-ce8a-4355-a031-2d4fc2343396 HTTP/1.1" 200 115 0.066262 10.0.0.50 - - [2026-02-19 02:19:21] "DELETE /access-control-list/3cee4eee-4c7e-4a77-8cbb-56e9b59fccc5 HTTP/1.1" 200 115 0.050238 10.0.0.50 - - [2026-02-19 02:19:21] "DELETE /access-control-list/3f8e5aba-9a07-477e-8536-564e9894b69f HTTP/1.1" 200 115 0.034563 10.0.0.50 - - [2026-02-19 02:19:21] "GET /projects?obj_uuids=a8c92d24-823e-46bb-89cd-ac2d7d758ec3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001087 10.0.0.50 - - [2026-02-19 02:19:21] "GET /project/a8c92d24-823e-46bb-89cd-ac2d7d758ec3?fields=application_policy_sets HTTP/1.1" 200 1380 0.096620 10.0.0.50 - - [2026-02-19 02:19:21] "GET /projects?obj_uuids=b4cec3e1-ce42-4ae9-af6e-8fa275df1b28&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001111 10.0.0.50 - - [2026-02-19 02:19:21] "DELETE /access-control-list/ce021f9c-1430-4ff1-aa41-927b54d51874 HTTP/1.1" 200 115 0.049197 10.0.0.50 - - [2026-02-19 02:19:21] "GET /project/b4cec3e1-ce42-4ae9-af6e-8fa275df1b28?fields=application_policy_sets HTTP/1.1" 200 1408 0.135387 10.0.0.50 - - [2026-02-19 02:19:21] "DELETE /access-control-list/200ec3cc-3d0e-4425-9302-6ad1a7f9b480 HTTP/1.1" 200 115 0.046652 10.0.0.50 - - [2026-02-19 02:19:21] "DELETE /project/a8c92d24-823e-46bb-89cd-ac2d7d758ec3 HTTP/1.1" 200 115 0.482312 10.0.0.50 - - [2026-02-19 02:19:21] "DELETE /project/b4cec3e1-ce42-4ae9-af6e-8fa275df1b28 HTTP/1.1" 200 115 0.516101 10.0.0.50 - - [2026-02-19 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.50 - - [2026-02-19 02:19:25] "GET /virtual-network/5386d0e4-34fc-4464-916c-466387857eca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005521 10.0.0.50 - - [2026-02-19 02:19:28] "GET /obj-perms HTTP/1.1" 200 5056 0.054127 10.0.0.50 - - [2026-02-19 02:19:28] "GET /obj-perms HTTP/1.1" 200 5056 0.054613 10.0.0.50 - - [2026-02-19 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.50 - - [2026-02-19 02:19:29] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003809 10.0.0.50 - - [2026-02-19 02:19:29] "GET /virtual-networks?parent_id=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002961 10.0.0.50 - - [2026-02-19 02:19:29] "GET /virtual-network/5386d0e4-34fc-4464-916c-466387857eca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006399 10.0.0.50 - - [2026-02-19 02:19:29] "POST /neutron/port HTTP/1.1" 200 3061 0.037526 10.0.0.50 - - [2026-02-19 02:19:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006655 10.0.0.50 - - [2026-02-19 02:19:34] "POST /neutron/port HTTP/1.1" 200 3061 0.020957 10.0.0.50 - - [2026-02-19 02:19:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007779 10.0.0.50 - - [2026-02-19 02:19:39] "POST /neutron/port HTTP/1.1" 200 3061 0.022460 10.0.0.50 - - [2026-02-19 02:19:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006963 10.0.0.50 - - [2026-02-19 02:19:40] "POST /neutron/port HTTP/1.1" 200 3061 0.024738 10.0.0.50 - - [2026-02-19 02:19:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006069 10.0.0.50 - - [2026-02-19 02:19:44] "POST /neutron/port HTTP/1.1" 200 3061 0.020221 10.0.0.50 - - [2026-02-19 02:19:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007556 10.0.0.50 - - [2026-02-19 02:19:50] "POST /neutron/port HTTP/1.1" 200 3061 0.020224 10.0.0.50 - - [2026-02-19 02:19:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007267 10.0.0.50 - - [2026-02-19 02:19:55] "POST /neutron/port HTTP/1.1" 200 3061 0.019504 10.0.0.50 - - [2026-02-19 02:19:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006044 10.0.0.50 - - [2026-02-19 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.50 - - [2026-02-19 02:20:00] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004927 10.0.0.50 - - [2026-02-19 02:20:00] "GET /virtual-networks?parent_id=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003272 10.0.0.50 - - [2026-02-19 02:20:00] "GET /virtual-network/1b46bfb6-49df-40b5-a216-f4c00b5f59ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006179 10.0.0.50 - - [2026-02-19 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.50 - - [2026-02-19 02:20:00] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003614 10.0.0.50 - - [2026-02-19 02:20:00] "GET /virtual-networks?parent_id=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002763 10.0.0.50 - - [2026-02-19 02:20:00] "GET /virtual-network/0cb85505-bf8a-441c-9c06-1d1a294861f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005779 10.0.0.50 - - [2026-02-19 02:20:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.004022 10.0.0.50 - - [2026-02-19 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.50 - - [2026-02-19 02:20:01] "GET /projects?obj_uuids=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001417 10.0.0.50 - - [2026-02-19 02:20:01] "GET /project/dca66f11-efe9-486f-97cc-cbf517f250b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.028162 10.0.0.50 - - [2026-02-19 02:20:01] "POST /service-instances HTTP/1.1" 200 543 0.071166 10.0.0.50 - - [2026-02-19 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.50 - - [2026-02-19 02:20:01] "GET /service-instance/6646b507-fce6-4f0d-88cf-0f998ec9cf33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2133 0.005557 10.0.0.50 - - [2026-02-19 02:20:01] "POST /port-tuples HTTP/1.1" 200 586 0.023088 10.0.0.50 - - [2026-02-19 02:20:01] "GET /virtual-machine-interface/04465951-ea24-45c0-b60a-df4be6c1ebf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2723 0.007547 10.0.0.50 - - [2026-02-19 02:20:01] "PUT /virtual-machine-interface/04465951-ea24-45c0-b60a-df4be6c1ebf9 HTTP/1.1" 200 284 0.012888 10.0.0.50 - - [2026-02-19 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.010976 10.0.0.50 - - [2026-02-19 02:20:01] "POST /instance-ips HTTP/1.1" 200 385 0.026542 10.0.0.50 - - [2026-02-19 02:20:01] "GET /virtual-machine-interface/05c9dbd2-9ef9-49a0-bc35-693cac6eb96f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2723 0.005701 10.0.0.50 - - [2026-02-19 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.014398 10.0.0.50 - - [2026-02-19 02:20:01] "PUT /virtual-machine-interface/05c9dbd2-9ef9-49a0-bc35-693cac6eb96f HTTP/1.1" 200 284 0.017758 10.0.0.50 - - [2026-02-19 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.019528 10.0.0.50 - - [2026-02-19 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.009699 10.0.0.50 - - [2026-02-19 02:20:01] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.005440 10.0.0.50 - - [2026-02-19 02:20:01] "GET /virtual-machine-interface/f0be92ba-6f0d-4a42-b295-437ef67b78dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.008240 10.0.0.50 - - [2026-02-19 02:20:01] "POST /instance-ips HTTP/1.1" 200 385 0.026424 10.0.0.50 - - [2026-02-19 02:20:01] "PUT /virtual-machine-interface/f0be92ba-6f0d-4a42-b295-437ef67b78dc HTTP/1.1" 200 284 0.011233 10.0.0.50 - - [2026-02-19 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.011026 10.0.0.50 - - [2026-02-19 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.010447 10.0.0.50 - - [2026-02-19 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.010758 10.0.0.50 - - [2026-02-19 02:20:02] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003405 10.0.0.50 - - [2026-02-19 02:20:02] "POST /neutron/port HTTP/1.1" 200 1123 0.015508 10.0.0.50 - - [2026-02-19 02:20:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013467 10.0.0.50 - - [2026-02-19 02:20:02] "POST /instance-ips HTTP/1.1" 200 373 0.026654 10.0.0.50 - - [2026-02-19 02:20:02] "POST /neutron/port HTTP/1.1" 200 1123 0.014466 10.0.0.50 - - [2026-02-19 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.011322 10.0.0.50 - - [2026-02-19 02:20:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012706 10.0.0.50 - - [2026-02-19 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.010209 10.0.0.50 - - [2026-02-19 02:20:02] "POST /neutron/port HTTP/1.1" 200 1123 0.014455 10.0.0.50 - - [2026-02-19 02:20:02] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002916 10.0.0.50 - - [2026-02-19 02:20:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007521 10.0.0.50 - - [2026-02-19 02:20:02] "GET /virtual-machine/14bfc89a-ded4-4eed-a638-1781e1370377 HTTP/1.1" 200 1290 0.005357 10.0.0.50 - - [2026-02-19 02:20:02] "GET /virtual-machine-interface/5be47136-7df7-4945-989b-f5f3835690ae HTTP/1.1" 200 2945 0.007127 10.0.0.50 - - [2026-02-19 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.50 - - [2026-02-19 02:20:02] "POST /instance-ips HTTP/1.1" 200 373 0.020479 10.0.0.50 - - [2026-02-19 02:20:02] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009802 10.0.0.50 - - [2026-02-19 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.009470 10.0.0.50 - - [2026-02-19 02:20:02] "GET /virtual-networks?parent_id=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004411 10.0.0.50 - - [2026-02-19 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.008432 10.0.0.50 - - [2026-02-19 02:20:02] "GET /virtual-network/1b46bfb6-49df-40b5-a216-f4c00b5f59ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007267 10.0.0.50 - - [2026-02-19 02:20:02] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002783 10.0.0.50 - - [2026-02-19 02:20:02] "POST /instance-ips HTTP/1.1" 200 375 0.023181 10.0.0.50 - - [2026-02-19 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.010262 10.0.0.50 - - [2026-02-19 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.009560 10.0.0.50 - - [2026-02-19 02:20:02] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003334 10.0.0.50 - - [2026-02-19 02:20:02] "POST /instance-ips HTTP/1.1" 200 375 0.016092 10.0.0.50 - - [2026-02-19 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.027690 10.0.0.50 - - [2026-02-19 02:20:03] "POST /ref-update HTTP/1.1" 200 156 0.008662 10.0.0.50 - - [2026-02-19 02:20:03] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002921 10.0.0.50 - - [2026-02-19 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.50 - - [2026-02-19 02:20:03] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003405 10.0.0.50 - - [2026-02-19 02:20:03] "GET /virtual-networks?parent_id=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003201 10.0.0.50 - - [2026-02-19 02:20:03] "GET /virtual-network/1b46bfb6-49df-40b5-a216-f4c00b5f59ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006014 10.0.0.50 - - [2026-02-19 02:20:04] "POST /neutron/port HTTP/1.1" 200 1122 0.015013 10.0.0.50 - - [2026-02-19 02:20:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006519 10.0.0.50 - - [2026-02-19 02:20:04] "POST /neutron/port HTTP/1.1" 200 1122 0.014544 10.0.0.50 - - [2026-02-19 02:20:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007674 10.0.0.50 - - [2026-02-19 02:20:04] "POST /neutron/port HTTP/1.1" 200 1122 0.012325 10.0.0.50 - - [2026-02-19 02:20:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007061 10.0.0.50 - - [2026-02-19 02:20:04] "GET /virtual-machine/83eaa3a9-55ff-4665-8c87-b1598454b6a0 HTTP/1.1" 200 1290 0.004864 10.0.0.50 - - [2026-02-19 02:20:04] "GET /virtual-machine-interface/2286f1bd-a7c3-46d0-a41d-e73bb99592a7 HTTP/1.1" 200 2948 0.005630 10.0.0.50 - - [2026-02-19 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002644 10.0.0.50 - - [2026-02-19 02:20:04] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003234 10.0.0.50 - - [2026-02-19 02:20:04] "GET /virtual-networks?parent_id=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003266 10.0.0.50 - - [2026-02-19 02:20:04] "GET /virtual-network/0cb85505-bf8a-441c-9c06-1d1a294861f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005833 10.0.0.50 - - [2026-02-19 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.50 - - [2026-02-19 02:20:05] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004296 10.0.0.50 - - [2026-02-19 02:20:05] "GET /virtual-networks?parent_id=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002752 10.0.0.50 - - [2026-02-19 02:20:05] "GET /virtual-network/0cb85505-bf8a-441c-9c06-1d1a294861f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005079 10.0.0.50 - - [2026-02-19 02:20:05] "POST /fqname-to-id HTTP/1.1" 404 211 0.002918 10.0.0.50 - - [2026-02-19 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002510 10.0.0.50 - - [2026-02-19 02:20:05] "GET /projects?obj_uuids=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001070 10.0.0.50 - - [2026-02-19 02:20:05] "GET /project/dca66f11-efe9-486f-97cc-cbf517f250b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.027312 10.0.0.50 - - [2026-02-19 02:20:05] "POST /network-policys HTTP/1.1" 200 547 0.026308 10.0.0.50 - - [2026-02-19 02:20:06] "GET /network-policy/effe06fc-16b8-4f37-9a18-dc0ad0b7091f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004699 10.0.0.50 - - [2026-02-19 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.50 - - [2026-02-19 02:20:06] "POST /neutron/port HTTP/1.1" 200 1123 0.049718 10.0.0.50 - - [2026-02-19 02:20:06] "GET /virtual-network/1b46bfb6-49df-40b5-a216-f4c00b5f59ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005601 10.0.0.50 - - [2026-02-19 02:20:06] "POST /neutron/port HTTP/1.1" 200 1123 0.012208 10.0.0.50 - - [2026-02-19 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.50 - - [2026-02-19 02:20:06] "POST /neutron/network HTTP/1.1" 200 843 0.007947 10.0.0.50 - - [2026-02-19 02:20:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003544 10.0.0.50 - - [2026-02-19 02:20:06] "POST /neutron/subnet HTTP/1.1" 200 704 0.009583 10.0.0.50 - - [2026-02-19 02:20:06] "GET /network-policy/effe06fc-16b8-4f37-9a18-dc0ad0b7091f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.007094 10.0.0.50 - - [2026-02-19 02:20:06] "POST /neutron/port HTTP/1.1" 200 117 0.001360 10.0.0.50 - - [2026-02-19 02:20:06] "POST /neutron/network HTTP/1.1" 200 833 0.006594 10.0.0.50 - - [2026-02-19 02:20:06] "POST /fqname-to-id HTTP/1.1" 404 242 0.004728 10.0.0.50 - - [2026-02-19 02:20:06] "POST /ref-update HTTP/1.1" 200 156 0.042158 10.0.0.50 - - [2026-02-19 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.50 - - [2026-02-19 02:20:06] "POST /access-control-lists HTTP/1.1" 200 601 0.071291 10.0.0.50 - - [2026-02-19 02:20:06] "GET /network-policy/effe06fc-16b8-4f37-9a18-dc0ad0b7091f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003864 10.0.0.50 - - [2026-02-19 02:20:06] "POST /neutron/network HTTP/1.1" 200 921 0.006527 10.0.0.50 - - [2026-02-19 02:20:06] "GET /virtual-network/1b46bfb6-49df-40b5-a216-f4c00b5f59ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006254 10.0.0.50 - - [2026-02-19 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.50 - - [2026-02-19 02:20:06] "GET /network-policy/effe06fc-16b8-4f37-9a18-dc0ad0b7091f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.005237 10.0.0.50 - - [2026-02-19 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.50 - - [2026-02-19 02:20:06] "GET /virtual-network/0cb85505-bf8a-441c-9c06-1d1a294861f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.009962 10.0.0.50 - - [2026-02-19 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.50 - - [2026-02-19 02:20:06] "GET /network-policy/effe06fc-16b8-4f37-9a18-dc0ad0b7091f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003353 10.0.0.50 - - [2026-02-19 02:20:06] "POST /fqname-to-id HTTP/1.1" 404 244 0.009512 10.0.0.50 - - [2026-02-19 02:20:06] "POST /ref-update HTTP/1.1" 200 156 0.042210 10.0.0.50 - - [2026-02-19 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.50 - - [2026-02-19 02:20:06] "POST /access-control-lists HTTP/1.1" 200 604 0.062366 10.0.0.50 - - [2026-02-19 02:20:06] "GET /network-policy/effe06fc-16b8-4f37-9a18-dc0ad0b7091f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003996 10.0.0.50 - - [2026-02-19 02:20:06] "POST /routing-instances HTTP/1.1" 200 759 0.016961 10.0.0.50 - - [2026-02-19 02:20:07] "POST /neutron/network HTTP/1.1" 200 922 0.011121 10.0.0.50 - - [2026-02-19 02:20:07] "GET /virtual-network/0cb85505-bf8a-441c-9c06-1d1a294861f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005313 10.0.0.50 - - [2026-02-19 02:20:07] "POST /route-targets HTTP/1.1" 200 327 0.016957 10.0.0.50 - - [2026-02-19 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.50 - - [2026-02-19 02:20:07] "POST /ref-update HTTP/1.1" 200 156 0.008964 10.0.0.50 - - [2026-02-19 02:20:07] "GET /network-policy/effe06fc-16b8-4f37-9a18-dc0ad0b7091f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004006 10.0.0.50 - - [2026-02-19 02:20:07] "GET /routing-instance/14d6d805-b89a-4953-9e3e-a59ca7d1cecb?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1276 0.004188 10.0.0.50 - - [2026-02-19 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002821 10.0.0.50 - - [2026-02-19 02:20:07] "GET /routing-instance/14d6d805-b89a-4953-9e3e-a59ca7d1cecb?fields=routing_policy_back_refs HTTP/1.1" 200 1276 0.004916 10.0.0.50 - - [2026-02-19 02:20:07] "GET /service-template/acf5d2b3-f078-4f88-a1fd-6ff33a074b65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004085 10.0.0.50 - - [2026-02-19 02:20:07] "POST /ref-update HTTP/1.1" 200 156 0.011595 10.0.0.50 - - [2026-02-19 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002683 10.0.0.50 - - [2026-02-19 02:20:07] "POST /routing-instances HTTP/1.1" 200 760 0.016283 10.0.0.50 - - [2026-02-19 02:20:07] "GET /projects?obj_uuids=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001467 10.0.0.50 - - [2026-02-19 02:20:07] "GET /project/dca66f11-efe9-486f-97cc-cbf517f250b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.028162 10.0.0.50 - - [2026-02-19 02:20:07] "POST /route-targets HTTP/1.1" 200 327 0.009299 10.0.0.50 - - [2026-02-19 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.50 - - [2026-02-19 02:20:07] "POST /ref-update HTTP/1.1" 200 156 0.011285 10.0.0.50 - - [2026-02-19 02:20:07] "GET /service-instance/6646b507-fce6-4f0d-88cf-0f998ec9cf33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3527 0.005565 10.0.0.50 - - [2026-02-19 02:20:07] "GET /routing-instance/0b947efe-44e0-4a91-b01f-2a6789bcf132?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1276 0.004464 10.0.0.50 - - [2026-02-19 02:20:07] "GET /domains HTTP/1.1" 200 280 0.003079 10.0.0.50 - - [2026-02-19 02:20:07] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000945 10.0.0.50 - - [2026-02-19 02:20:07] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 2772 0.007430 10.0.0.50 - - [2026-02-19 02:20:07] "GET /projects?obj_uuids=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001039 10.0.0.50 - - [2026-02-19 02:20:07] "GET /routing-instance/0b947efe-44e0-4a91-b01f-2a6789bcf132?fields=routing_policy_back_refs HTTP/1.1" 200 1276 0.003878 10.0.0.50 - - [2026-02-19 02:20:07] "GET /project/dca66f11-efe9-486f-97cc-cbf517f250b2 HTTP/1.1" 200 4233 0.073028 10.0.0.50 - - [2026-02-19 02:20:07] "PUT /routing-instance/14d6d805-b89a-4953-9e3e-a59ca7d1cecb HTTP/1.1" 200 266 0.019722 10.0.0.50 - - [2026-02-19 02:20:07] "GET /service-instance/6646b507-fce6-4f0d-88cf-0f998ec9cf33 HTTP/1.1" 200 3781 0.007299 10.0.0.50 - - [2026-02-19 02:20:07] "GET /domains HTTP/1.1" 200 280 0.002389 10.0.0.50 - - [2026-02-19 02:20:07] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001331 10.0.0.50 - - [2026-02-19 02:20:07] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 2772 0.006371 10.0.0.50 - - [2026-02-19 02:20:07] "GET /projects?obj_uuids=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000993 10.0.0.50 - - [2026-02-19 02:20:07] "PUT /routing-instance/0b947efe-44e0-4a91-b01f-2a6789bcf132 HTTP/1.1" 200 266 0.009230 10.0.0.50 - - [2026-02-19 02:20:07] "GET /project/dca66f11-efe9-486f-97cc-cbf517f250b2 HTTP/1.1" 200 4233 0.071362 10.0.0.50 - - [2026-02-19 02:20:07] "GET /service-instance/6646b507-fce6-4f0d-88cf-0f998ec9cf33 HTTP/1.1" 200 3781 0.004666 10.0.0.50 - - [2026-02-19 02:20:07] "GET /port-tuple/ebd0d848-f1cd-4335-9b12-8913cb11ad65 HTTP/1.1" 200 1979 0.003963 10.0.0.50 - - [2026-02-19 02:20:07] "POST /ref-update HTTP/1.1" 200 156 0.017616 10.0.0.50 - - [2026-02-19 02:20:07] "GET /virtual-machine-interface/04465951-ea24-45c0-b60a-df4be6c1ebf9 HTTP/1.1" 200 3814 0.010149 10.0.0.50 - - [2026-02-19 02:20:07] "GET /virtual-machine-interface/05c9dbd2-9ef9-49a0-bc35-693cac6eb96f HTTP/1.1" 200 3796 0.006074 10.0.0.50 - - [2026-02-19 02:20:07] "GET /virtual-machine-interface/f0be92ba-6f0d-4a42-b295-437ef67b78dc HTTP/1.1" 200 3804 0.006664 10.0.0.50 - - [2026-02-19 02:20:07] "PUT /access-control-list/fb084714-1239-4da1-8a2b-f2e940451965 HTTP/1.1" 200 272 0.009846 10.0.0.50 - - [2026-02-19 02:20:07] "PUT /access-control-list/8f2ae8ea-24e3-425f-a298-e1864c90a2c9 HTTP/1.1" 200 272 0.015772 10.0.0.50 - - [2026-02-19 02:20:07] "POST /neutron/port HTTP/1.1" 200 3832 0.063519 10.0.0.50 - - [2026-02-19 02:20:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005861 10.0.0.50 - - [2026-02-19 02:20:07] "POST /neutron/port HTTP/1.1" 200 3832 0.035859 10.0.0.50 - - [2026-02-19 02:20:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007284 10.0.0.50 - - [2026-02-19 02:20:08] "POST /neutron/port HTTP/1.1" 200 3832 0.034540 10.0.0.50 - - [2026-02-19 02:20:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007704 10.0.0.50 - - [2026-02-19 02:20:08] "POST /neutron/port HTTP/1.1" 200 3832 0.034178 10.0.0.50 - - [2026-02-19 02:20:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006815 10.0.0.50 - - [2026-02-19 02:20:08] "POST /neutron/network HTTP/1.1" 200 895 0.013599 10.0.0.50 - - [2026-02-19 02:20:08] "POST /neutron/network HTTP/1.1" 200 921 0.005839 10.0.0.50 - - [2026-02-19 02:20:08] "POST /neutron/network HTTP/1.1" 200 805 0.012271 10.0.0.50 - - [2026-02-19 02:20:08] "POST /neutron/network HTTP/1.1" 200 831 0.006176 10.0.0.50 - - [2026-02-19 02:20:08] "POST /neutron/network HTTP/1.1" 200 896 0.012307 10.0.0.50 - - [2026-02-19 02:20:08] "POST /neutron/network HTTP/1.1" 200 922 0.006525 10.0.0.50 - - [2026-02-19 02:20:08] "POST /id-to-fqname HTTP/1.1" 200 223 0.001298 10.0.0.50 - - [2026-02-19 02:20:08] "POST /id-to-fqname HTTP/1.1" 200 223 0.001253 10.0.0.50 - - [2026-02-19 02:20:08] "POST /id-to-fqname HTTP/1.1" 200 224 0.001629 10.0.0.50 - - [2026-02-19 02:20:08] "GET /virtual-machine/d074205e-2dbf-4d39-a18d-2bc2e6edbe07 HTTP/1.1" 200 1803 0.004772 10.0.0.50 - - [2026-02-19 02:20:08] "GET /virtual-machine-interface/04465951-ea24-45c0-b60a-df4be6c1ebf9 HTTP/1.1" 200 3814 0.006694 10.0.0.50 - - [2026-02-19 02:20:08] "GET /virtual-machine-interface/05c9dbd2-9ef9-49a0-bc35-693cac6eb96f HTTP/1.1" 200 3796 0.004918 10.0.0.50 - - [2026-02-19 02:20:08] "GET /virtual-machine-interface/f0be92ba-6f0d-4a42-b295-437ef67b78dc HTTP/1.1" 200 3804 0.005311 10.0.0.50 - - [2026-02-19 02:20:08] "GET /instance-ip/43b6fc98-ddb8-422e-9617-6ef29d2787b5 HTTP/1.1" 200 1978 0.003519 10.0.0.50 - - [2026-02-19 02:20:08] "GET /instance-ip/ccbd3bbd-e266-48e4-9209-46951285dc0e HTTP/1.1" 200 1981 0.003730 10.0.0.50 - - [2026-02-19 02:20:08] "GET /instance-ip/d0d3e278-f0d1-4ecc-bb4c-cf59fc7b3eab HTTP/1.1" 200 1621 0.005457 10.0.0.50 - - [2026-02-19 02:20:08] "GET /instance-ip/0be20555-d701-4efb-9157-32fe9223a846 HTTP/1.1" 200 1953 0.003652 10.0.0.50 - - [2026-02-19 02:20:08] "GET /instance-ip/4b05e2c1-23c4-448b-bf91-94797ab92a3e HTTP/1.1" 200 1622 0.004847 10.0.0.50 - - [2026-02-19 02:20:08] "GET /instance-ip/587f54ae-810e-4ca8-a94b-8f7622080f59 HTTP/1.1" 200 1956 0.006535 10.0.0.50 - - [2026-02-19 02:20:08] "GET /instance-ip/07c94ae5-7800-4b38-bec8-c6447389185d HTTP/1.1" 200 1621 0.005735 10.0.0.50 - - [2026-02-19 02:20:08] "GET /instance-ip/806b0539-aa18-475c-9bc4-f424d81c901e HTTP/1.1" 200 1958 0.003817 10.0.0.50 - - [2026-02-19 02:20:08] "GET /instance-ip/b8e99180-1761-4025-bf90-d51adc535f45 HTTP/1.1" 200 1961 0.003430 10.0.0.50 - - [2026-02-19 02:20:08] "POST /neutron/port HTTP/1.1" 200 3832 0.034506 10.0.0.50 - - [2026-02-19 02:20:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007094 10.0.0.50 - - [2026-02-19 02:20:08] "POST /neutron/port HTTP/1.1" 200 3832 0.037228 10.0.0.50 - - [2026-02-19 02:20:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006185 10.0.0.50 - - [2026-02-19 02:20:08] "POST /neutron/port HTTP/1.1" 200 3832 0.035642 10.0.0.50 - - [2026-02-19 02:20:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006709 10.0.0.50 - - [2026-02-19 02:20:08] "POST /neutron/port HTTP/1.1" 200 3832 0.034561 10.0.0.50 - - [2026-02-19 02:20:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005826 10.0.0.50 - - [2026-02-19 02:20:08] "GET /virtual-machine/d074205e-2dbf-4d39-a18d-2bc2e6edbe07 HTTP/1.1" 200 1803 0.003607 10.0.0.50 - - [2026-02-19 02:20:09] "GET /virtual-machine-interface/04465951-ea24-45c0-b60a-df4be6c1ebf9 HTTP/1.1" 200 3814 0.006718 10.0.0.50 - - [2026-02-19 02:20:09] "GET /virtual-machine-interface/05c9dbd2-9ef9-49a0-bc35-693cac6eb96f HTTP/1.1" 200 3796 0.005540 10.0.0.50 - - [2026-02-19 02:20:09] "GET /virtual-machine-interface/f0be92ba-6f0d-4a42-b295-437ef67b78dc HTTP/1.1" 200 3804 0.005188 10.0.0.50 - - [2026-02-19 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.50 - - [2026-02-19 02:20:09] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003622 10.0.0.50 - - [2026-02-19 02:20:09] "GET /virtual-networks?parent_id=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003378 10.0.0.50 - - [2026-02-19 02:20:09] "GET /virtual-network/1b46bfb6-49df-40b5-a216-f4c00b5f59ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006855 10.0.0.50 - - [2026-02-19 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002765 10.0.0.50 - - [2026-02-19 02:20:10] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003153 10.0.0.50 - - [2026-02-19 02:20:10] "GET /virtual-networks?parent_id=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002874 10.0.0.50 - - [2026-02-19 02:20:10] "GET /virtual-network/1b46bfb6-49df-40b5-a216-f4c00b5f59ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005810 10.0.0.50 - - [2026-02-19 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.50 - - [2026-02-19 02:20:10] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004885 10.0.0.50 - - [2026-02-19 02:20:10] "GET /virtual-networks?parent_id=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003073 10.0.0.50 - - [2026-02-19 02:20:10] "GET /virtual-network/1b46bfb6-49df-40b5-a216-f4c00b5f59ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.007264 10.0.0.50 - - [2026-02-19 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344 10.0.0.50 - - [2026-02-19 02:20:10] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003231 10.0.0.50 - - [2026-02-19 02:20:10] "GET /virtual-networks?parent_id=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002768 10.0.0.50 - - [2026-02-19 02:20:10] "GET /virtual-network/1b46bfb6-49df-40b5-a216-f4c00b5f59ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005600 10.0.0.50 - - [2026-02-19 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.50 - - [2026-02-19 02:20:10] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004214 10.0.0.50 - - [2026-02-19 02:20:11] "GET /virtual-networks?parent_id=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002725 10.0.0.50 - - [2026-02-19 02:20:11] "GET /virtual-network/1b46bfb6-49df-40b5-a216-f4c00b5f59ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005667 10.0.0.50 - - [2026-02-19 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.50 - - [2026-02-19 02:20:11] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003838 10.0.0.50 - - [2026-02-19 02:20:11] "GET /virtual-networks?parent_id=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003149 10.0.0.50 - - [2026-02-19 02:20:11] "GET /virtual-network/5386d0e4-34fc-4464-916c-466387857eca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005395 10.0.0.50 - - [2026-02-19 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.50 - - [2026-02-19 02:20:11] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006124 10.0.0.50 - - [2026-02-19 02:20:11] "GET /virtual-networks?parent_id=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002913 10.0.0.50 - - [2026-02-19 02:20:11] "GET /virtual-network/5386d0e4-34fc-4464-916c-466387857eca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006225 10.0.0.50 - - [2026-02-19 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.50 - - [2026-02-19 02:20:11] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003506 10.0.0.50 - - [2026-02-19 02:20:11] "GET /virtual-networks?parent_id=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003530 10.0.0.50 - - [2026-02-19 02:20:11] "GET /virtual-network/5386d0e4-34fc-4464-916c-466387857eca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005639 10.0.0.50 - - [2026-02-19 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.50 - - [2026-02-19 02:20:11] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003618 10.0.0.50 - - [2026-02-19 02:20:11] "GET /virtual-networks?parent_id=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003011 10.0.0.50 - - [2026-02-19 02:20:11] "GET /virtual-network/5386d0e4-34fc-4464-916c-466387857eca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005522 10.0.0.50 - - [2026-02-19 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002751 10.0.0.50 - - [2026-02-19 02:20:11] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002989 10.0.0.50 - - [2026-02-19 02:20:12] "GET /virtual-networks?parent_id=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003073 10.0.0.50 - - [2026-02-19 02:20:12] "GET /virtual-network/0cb85505-bf8a-441c-9c06-1d1a294861f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005804 10.0.0.50 - - [2026-02-19 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.50 - - [2026-02-19 02:20:12] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003319 10.0.0.50 - - [2026-02-19 02:20:12] "GET /virtual-networks?parent_id=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003393 10.0.0.50 - - [2026-02-19 02:20:12] "GET /virtual-network/0cb85505-bf8a-441c-9c06-1d1a294861f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.007461 10.0.0.50 - - [2026-02-19 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.50 - - [2026-02-19 02:20:12] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003706 10.0.0.50 - - [2026-02-19 02:20:12] "GET /virtual-networks?parent_id=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002828 10.0.0.50 - - [2026-02-19 02:20:12] "GET /virtual-network/0cb85505-bf8a-441c-9c06-1d1a294861f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005507 10.0.0.50 - - [2026-02-19 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.50 - - [2026-02-19 02:20:12] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003358 10.0.0.50 - - [2026-02-19 02:20:12] "GET /virtual-networks?parent_id=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003123 10.0.0.50 - - [2026-02-19 02:20:12] "GET /virtual-network/0cb85505-bf8a-441c-9c06-1d1a294861f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005841 10.0.0.50 - - [2026-02-19 02:20:12] "GET /virtual-machine/d074205e-2dbf-4d39-a18d-2bc2e6edbe07 HTTP/1.1" 200 1803 0.003820 10.0.0.50 - - [2026-02-19 02:20:12] "GET /domains HTTP/1.1" 200 280 0.002358 10.0.0.50 - - [2026-02-19 02:20:12] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001503 10.0.0.50 - - [2026-02-19 02:20:12] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 2772 0.009196 10.0.0.50 - - [2026-02-19 02:20:12] "GET /projects?obj_uuids=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000961 10.0.0.50 - - [2026-02-19 02:20:12] "GET /project/dca66f11-efe9-486f-97cc-cbf517f250b2 HTTP/1.1" 200 4233 0.072536 10.0.0.50 - - [2026-02-19 02:20:12] "GET /service-instance/6646b507-fce6-4f0d-88cf-0f998ec9cf33 HTTP/1.1" 200 3781 0.004413 10.0.0.50 - - [2026-02-19 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002537 10.0.0.50 - - [2026-02-19 02:20:12] "GET /routing-instance/b6bbd32b-464d-44dc-b10b-42509664232f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1888 0.003390 10.0.0.50 - - [2026-02-19 02:20:12] "GET /routing-instance/b6bbd32b-464d-44dc-b10b-42509664232f?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2021 0.004940 10.0.0.50 - - [2026-02-19 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.50 - - [2026-02-19 02:20:13] "GET /routing-instance/7fcde62e-11bf-4390-bbd0-88301215e195?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.004757 10.0.0.50 - - [2026-02-19 02:20:13] "GET /routing-instance/7fcde62e-11bf-4390-bbd0-88301215e195?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.005012 10.0.0.50 - - [2026-02-19 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.50 - - [2026-02-19 02:20:13] "GET /virtual-network/1b46bfb6-49df-40b5-a216-f4c00b5f59ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006341 10.0.0.50 - - [2026-02-19 02:20:13] "GET /virtual-network/1b46bfb6-49df-40b5-a216-f4c00b5f59ec?fields=routing_instances HTTP/1.1" 200 1682 0.007038 10.0.0.50 - - [2026-02-19 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.50 - - [2026-02-19 02:20:13] "GET /virtual-network/0cb85505-bf8a-441c-9c06-1d1a294861f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005266 10.0.0.50 - - [2026-02-19 02:20:13] "GET /virtual-network/0cb85505-bf8a-441c-9c06-1d1a294861f0?fields=routing_instances HTTP/1.1" 200 1686 0.006456 10.0.0.50 - - [2026-02-19 02:20:17] "POST /ref-update HTTP/1.1" 200 156 0.028869 10.0.0.50 - - [2026-02-19 02:20:17] "DELETE /access-control-list/8f2ae8ea-24e3-425f-a298-e1864c90a2c9 HTTP/1.1" 200 115 0.024348 10.0.0.50 - - [2026-02-19 02:20:17] "POST /neutron/network HTTP/1.1" 200 834 0.012727 10.0.0.50 - - [2026-02-19 02:20:17] "GET /virtual-network/0cb85505-bf8a-441c-9c06-1d1a294861f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005682 10.0.0.50 - - [2026-02-19 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002340 10.0.0.50 - - [2026-02-19 02:20:17] "DELETE /routing-instance/14d6d805-b89a-4953-9e3e-a59ca7d1cecb HTTP/1.1" 200 115 0.025235 10.0.0.50 - - [2026-02-19 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005059 10.0.0.50 - - [2026-02-19 02:20:17] "GET /network-policy/effe06fc-16b8-4f37-9a18-dc0ad0b7091f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004033 10.0.0.50 - - [2026-02-19 02:20:17] "DELETE /route-target/870d41e3-499b-4ab9-ad5a-9c7926a4021a HTTP/1.1" 200 115 0.021752 10.0.0.50 - - [2026-02-19 02:20:17] "POST /ref-update HTTP/1.1" 200 156 0.029772 10.0.0.50 - - [2026-02-19 02:20:17] "DELETE /routing-instance/0b947efe-44e0-4a91-b01f-2a6789bcf132 HTTP/1.1" 200 115 0.038639 10.0.0.50 - - [2026-02-19 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005394 10.0.0.50 - - [2026-02-19 02:20:17] "POST /neutron/network HTTP/1.1" 200 833 0.006342 10.0.0.50 - - [2026-02-19 02:20:17] "GET /virtual-network/1b46bfb6-49df-40b5-a216-f4c00b5f59ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005284 10.0.0.50 - - [2026-02-19 02:20:17] "DELETE /route-target/e9fd2072-1742-4e7f-9688-4bd8156f6be8 HTTP/1.1" 200 115 0.013680 10.0.0.50 - - [2026-02-19 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.010249 10.0.0.50 - - [2026-02-19 02:20:17] "DELETE /access-control-list/fb084714-1239-4da1-8a2b-f2e940451965 HTTP/1.1" 200 115 0.026352 10.0.0.50 - - [2026-02-19 02:20:17] "GET /network-policy/effe06fc-16b8-4f37-9a18-dc0ad0b7091f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003996 10.0.0.50 - - [2026-02-19 02:20:18] "DELETE /network-policy/effe06fc-16b8-4f37-9a18-dc0ad0b7091f HTTP/1.1" 200 115 0.025845 10.0.0.50 - - [2026-02-19 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.50 - - [2026-02-19 02:20:18] "DELETE /service-instance/6646b507-fce6-4f0d-88cf-0f998ec9cf33 HTTP/1.1" 200 115 0.045216 10.0.0.50 - - [2026-02-19 02:20:18] "GET /domains HTTP/1.1" 200 280 0.003841 10.0.0.50 - - [2026-02-19 02:20:18] "POST /ref-update HTTP/1.1" 200 156 0.018527 10.0.0.50 - - [2026-02-19 02:20:18] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001110 10.0.0.50 - - [2026-02-19 02:20:18] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 2772 0.010246 10.0.0.50 - - [2026-02-19 02:20:18] "GET /projects?obj_uuids=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001099 10.0.0.50 - - [2026-02-19 02:20:18] "DELETE /instance-ip/ccbd3bbd-e266-48e4-9209-46951285dc0e HTTP/1.1" 200 115 0.030397 10.0.0.50 - - [2026-02-19 02:20:18] "POST /ref-update HTTP/1.1" 200 156 0.008603 10.0.0.50 - - [2026-02-19 02:20:18] "GET /project/dca66f11-efe9-486f-97cc-cbf517f250b2 HTTP/1.1" 200 3759 0.071653 10.0.0.50 - - [2026-02-19 02:20:18] "GET /virtual-machine/d074205e-2dbf-4d39-a18d-2bc2e6edbe07 HTTP/1.1" 200 1803 0.005466 10.0.0.50 - - [2026-02-19 02:20:18] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002349 10.0.0.50 - - [2026-02-19 02:20:18] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002428 10.0.0.50 - - [2026-02-19 02:20:18] "DELETE /instance-ip/806b0539-aa18-475c-9bc4-f424d81c901e HTTP/1.1" 200 115 0.032558 10.0.0.50 - - [2026-02-19 02:20:18] "POST /ref-update HTTP/1.1" 200 156 0.008160 10.0.0.50 - - [2026-02-19 02:20:18] "DELETE /instance-ip/587f54ae-810e-4ca8-a94b-8f7622080f59 HTTP/1.1" 200 115 0.024925 10.0.0.50 - - [2026-02-19 02:20:18] "POST /ref-update HTTP/1.1" 200 156 0.009490 10.0.0.50 - - [2026-02-19 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002763 10.0.0.50 - - [2026-02-19 02:20:18] "DELETE /service-template/acf5d2b3-f078-4f88-a1fd-6ff33a074b65 HTTP/1.1" 200 115 0.036364 10.0.0.50 - - [2026-02-19 02:20:18] "POST /fqname-to-id HTTP/1.1" 404 193 0.005365 10.0.0.50 - - [2026-02-19 02:20:18] "DELETE /instance-ip/0be20555-d701-4efb-9157-32fe9223a846 HTTP/1.1" 200 115 0.030477 10.0.0.50 - - [2026-02-19 02:20:18] "POST /ref-update HTTP/1.1" 200 156 0.009385 10.0.0.50 - - [2026-02-19 02:20:18] "DELETE /instance-ip/43b6fc98-ddb8-422e-9617-6ef29d2787b5 HTTP/1.1" 200 115 0.019515 10.0.0.50 - - [2026-02-19 02:20:18] "POST /ref-update HTTP/1.1" 200 156 0.011035 10.0.0.50 - - [2026-02-19 02:20:18] "DELETE /instance-ip/b8e99180-1761-4025-bf90-d51adc535f45 HTTP/1.1" 200 115 0.028545 10.0.0.50 - - [2026-02-19 02:20:18] "POST /neutron/network HTTP/1.1" 200 834 0.006111 10.0.0.50 - - [2026-02-19 02:20:18] "POST /neutron/network HTTP/1.1" 400 204 0.017765 10.0.0.50 - - [2026-02-19 02:20:19] "POST /neutron/port HTTP/1.1" 200 1122 0.013209 10.0.0.50 - - [2026-02-19 02:20:19] "POST /neutron/port HTTP/1.1" 200 1112 0.011904 10.0.0.50 - - [2026-02-19 02:20:19] "POST /neutron/port HTTP/1.1" 200 151 0.139946 10.0.0.50 - - [2026-02-19 02:20:19] "POST /neutron/port HTTP/1.1" 200 1123 0.027920 10.0.0.50 - - [2026-02-19 02:20:19] "POST /neutron/port HTTP/1.1" 200 1113 0.013862 10.0.0.50 - - [2026-02-19 02:20:19] "POST /neutron/port HTTP/1.1" 200 151 0.108849 10.0.0.50 - - [2026-02-19 02:20:19] "POST /neutron/port HTTP/1.1" 200 3061 0.032061 10.0.0.50 - - [2026-02-19 02:20:19] "POST /neutron/port HTTP/1.1" 200 1113 0.014112 10.0.0.50 - - [2026-02-19 02:20:19] "POST /neutron/port HTTP/1.1" 200 151 0.113190 10.0.0.50 - - [2026-02-19 02:20:19] "POST /neutron/port HTTP/1.1" 200 1112 0.011038 10.0.0.50 - - [2026-02-19 02:20:19] "POST /neutron/port HTTP/1.1" 200 151 0.099767 10.0.0.50 - - [2026-02-19 02:20:19] "POST /neutron/port HTTP/1.1" 200 1111 0.013240 10.0.0.50 - - [2026-02-19 02:20:19] "POST /neutron/port HTTP/1.1" 200 151 0.122321 10.0.0.50 - - [2026-02-19 02:20:20] "POST /neutron/network HTTP/1.1" 200 834 0.005837 10.0.0.50 - - [2026-02-19 02:20:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003238 10.0.0.50 - - [2026-02-19 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.50 - - [2026-02-19 02:20:20] "POST /useragent-kv HTTP/1.1" 200 115 0.001618 10.0.0.50 - - [2026-02-19 02:20:20] "POST /neutron/network HTTP/1.1" 200 151 0.075837 10.0.0.50 - - [2026-02-19 02:20:20] "GET /routing-instance/7fcde62e-11bf-4390-bbd0-88301215e195 HTTP/1.1" 404 171 0.002206 10.0.0.50 - - [2026-02-19 02:20:20] "DELETE /route-target/c173c7a6-55d0-4003-9fc5-78ef5c6a0286 HTTP/1.1" 200 115 0.018514 10.0.0.50 - - [2026-02-19 02:20:20] "GET /domains HTTP/1.1" 200 280 0.003663 10.0.0.50 - - [2026-02-19 02:20:20] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000967 10.0.0.50 - - [2026-02-19 02:20:20] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 2572 0.049880 10.0.0.50 - - [2026-02-19 02:20:20] "GET /projects?obj_uuids=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000994 10.0.0.50 - - [2026-02-19 02:20:20] "GET /project/dca66f11-efe9-486f-97cc-cbf517f250b2 HTTP/1.1" 200 2298 0.068455 10.0.0.50 - - [2026-02-19 02:20:21] "POST /neutron/network HTTP/1.1" 200 833 0.006826 10.0.0.50 - - [2026-02-19 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.006007 10.0.0.50 - - [2026-02-19 02:20:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004194 10.0.0.50 - - [2026-02-19 02:20:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002238 10.0.0.50 - - [2026-02-19 02:20:21] "POST /neutron/network HTTP/1.1" 200 151 0.106551 10.0.0.50 - - [2026-02-19 02:20:21] "GET /routing-instance/b6bbd32b-464d-44dc-b10b-42509664232f HTTP/1.1" 404 171 0.003069 10.0.0.50 - - [2026-02-19 02:20:21] "DELETE /route-target/cbfa3b67-94a6-4764-8590-2f47adba49d8 HTTP/1.1" 200 115 0.033636 10.0.0.50 - - [2026-02-19 02:20:21] "GET /domains HTTP/1.1" 200 280 0.003892 10.0.0.50 - - [2026-02-19 02:20:21] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001006 10.0.0.50 - - [2026-02-19 02:20:21] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 2572 0.050449 10.0.0.50 - - [2026-02-19 02:20:21] "GET /projects?obj_uuids=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001491 10.0.0.50 - - [2026-02-19 02:20:21] "GET /project/dca66f11-efe9-486f-97cc-cbf517f250b2 HTTP/1.1" 200 2080 0.067824 10.0.0.50 - - [2026-02-19 02:20:21] "POST /neutron/network HTTP/1.1" 200 831 0.013897 10.0.0.50 - - [2026-02-19 02:20:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004901 10.0.0.50 - - [2026-02-19 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.50 - - [2026-02-19 02:20:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003812 10.0.0.50 - - [2026-02-19 02:20:21] "POST /neutron/network HTTP/1.1" 200 151 0.106937 10.0.0.50 - - [2026-02-19 02:20:21] "GET /routing-instance/ad2aa2be-7803-4a58-8d33-662c14ae6b87 HTTP/1.1" 404 171 0.003217 10.0.0.50 - - [2026-02-19 02:20:21] "DELETE /route-target/66209662-0cd2-437a-bddc-b4762e76a423 HTTP/1.1" 200 115 0.024749 10.0.0.50 - - [2026-02-19 02:20:21] "GET /domains HTTP/1.1" 200 280 0.002465 10.0.0.50 - - [2026-02-19 02:20:21] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001495 10.0.0.50 - - [2026-02-19 02:20:21] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 2572 0.048817 10.0.0.50 - - [2026-02-19 02:20:21] "GET /projects?obj_uuids=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001407 10.0.0.50 - - [2026-02-19 02:20:21] "GET /project/dca66f11-efe9-486f-97cc-cbf517f250b2 HTTP/1.1" 200 1840 0.076732 10.0.0.50 - - [2026-02-19 02:20:21] "GET /projects?obj_uuids=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001333 10.0.0.50 - - [2026-02-19 02:20:21] "GET /project/dca66f11-efe9-486f-97cc-cbf517f250b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.060706 10.0.0.50 - - [2026-02-19 02:20:21] "GET /projects?obj_uuids=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001052 10.0.0.50 - - [2026-02-19 02:20:22] "GET /project/dca66f11-efe9-486f-97cc-cbf517f250b2?fields=virtual_networks HTTP/1.1" 200 1028 0.076884 10.0.0.50 - - [2026-02-19 02:20:22] "GET /projects?obj_uuids=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001051 10.0.0.50 - - [2026-02-19 02:20:22] "GET /project/dca66f11-efe9-486f-97cc-cbf517f250b2?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.042171 10.0.0.50 - - [2026-02-19 02:20:22] "GET /projects?obj_uuids=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001010 10.0.0.50 - - [2026-02-19 02:20:22] "GET /project/dca66f11-efe9-486f-97cc-cbf517f250b2?fields=security_groups HTTP/1.1" 200 1252 0.026690 10.0.0.50 - - [2026-02-19 02:20:23] "POST /fqname-to-id HTTP/1.1" 404 189 0.027819 10.0.0.50 - - [2026-02-19 02:20:23] "GET /projects?obj_uuids=f01ab492-e347-4fe8-a729-6faffd19402c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002316 10.0.0.50 - - [2026-02-19 02:20:23] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001122 10.0.0.50 - - [2026-02-19 02:20:23] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.039292 10.0.0.50 - - [2026-02-19 02:20:23] "POST /id-to-fqname HTTP/1.1" 200 191 0.001359 10.0.0.50 - - [2026-02-19 02:20:23] "POST /fqname-to-id HTTP/1.1" 404 200 0.002468 10.0.0.50 - - [2026-02-19 02:20:23] "POST /security-groups HTTP/1.1" 200 592 0.059746 10.0.0.50 - - [2026-02-19 02:20:23] "POST /fqname-to-id HTTP/1.1" 404 235 0.002530 10.0.0.50 - - [2026-02-19 02:20:23] "POST /projects HTTP/1.1" 200 587 0.206882 10.0.0.50 - - [2026-02-19 02:20:23] "POST /access-control-lists HTTP/1.1" 200 597 0.056497 10.0.0.50 - - [2026-02-19 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.278859 10.0.0.50 - - [2026-02-19 02:20:23] "POST /fqname-to-id HTTP/1.1" 404 234 0.002752 10.0.0.50 - - [2026-02-19 02:20:23] "GET /project/f01ab492-e347-4fe8-a729-6faffd19402c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.440668 10.0.0.50 - - [2026-02-19 02:20:23] "POST /access-control-lists HTTP/1.1" 200 595 0.064657 10.0.0.50 - - [2026-02-19 02:20:24] "GET / HTTP/1.1" 200 35931 0.002036 10.0.0.50 - - [2026-02-19 02:20:26] "GET /project/f01ab492-e347-4fe8-a729-6faffd19402c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000431 10.0.0.50 - - [2026-02-19 02:20:26] "GET /projects?obj_uuids=f01ab492-e347-4fe8-a729-6faffd19402c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001518 10.0.0.50 - - [2026-02-19 02:20:26] "GET /project/f01ab492-e347-4fe8-a729-6faffd19402c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.054737 10.0.0.50 - - [2026-02-19 02:20:26] "POST /fqname-to-id HTTP/1.1" 404 180 0.002306 10.0.0.50 - - [2026-02-19 02:20:26] "POST /virtual-DNSs HTTP/1.1" 200 507 0.018903 10.0.0.50 - - [2026-02-19 02:20:26] "GET /virtual-DNS/8c44405d-e3e9-459b-b650-b641d446d76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.005742 10.0.0.50 - - [2026-02-19 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.50 - - [2026-02-19 02:20:26] "GET /virtual-DNS/8c44405d-e3e9-459b-b650-b641d446d76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.009610 10.0.0.50 - - [2026-02-19 02:20:26] "GET /domains HTTP/1.1" 401 292 0.000410 10.0.0.50 - - [2026-02-19 02:20:27] "GET /domains HTTP/1.1" 200 280 0.030953 10.0.0.50 - - [2026-02-19 02:20:27] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001047 10.0.0.50 - - [2026-02-19 02:20:27] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 2959 0.009783 10.0.0.50 - - [2026-02-19 02:20:27] "GET /virtual-DNS/8c44405d-e3e9-459b-b650-b641d446d76f HTTP/1.1" 200 1438 0.004035 10.0.0.50 - - [2026-02-19 02:20:27] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002734 10.0.0.50 - - [2026-02-19 02:20:27] "POST /network-ipams HTTP/1.1" 200 514 0.028775 10.0.0.50 - - [2026-02-19 02:20:27] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.002837 10.0.0.50 - - [2026-02-19 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.50 - - [2026-02-19 02:20:27] "GET /network-ipam/3e1e7e3c-5503-425f-adc5-c86e635cdc82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.004965 10.0.0.50 - - [2026-02-19 02:20:27] "PUT /network-ipam/3e1e7e3c-5503-425f-adc5-c86e635cdc82 HTTP/1.1" 200 258 0.009002 10.0.0.50 - - [2026-02-19 02:20:27] "POST /ref-update HTTP/1.1" 200 156 0.009479 10.0.0.50 - - [2026-02-19 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.50 - - [2026-02-19 02:20:27] "GET /projects?obj_uuids=f01ab492-e347-4fe8-a729-6faffd19402c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001076 10.0.0.50 - - [2026-02-19 02:20:27] "GET /project/f01ab492-e347-4fe8-a729-6faffd19402c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.027669 10.0.0.50 - - [2026-02-19 02:20:27] "POST /neutron/network HTTP/1.1" 200 117 0.034808 10.0.0.50 - - [2026-02-19 02:20:27] "GET /projects?obj_uuids=f01ab492-e347-4fe8-a729-6faffd19402c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001129 10.0.0.50 - - [2026-02-19 02:20:27] "POST /neutron/network HTTP/1.1" 200 618 0.066903 10.0.0.50 - - [2026-02-19 02:20:27] "POST /route-targets HTTP/1.1" 200 327 0.015101 10.0.0.50 - - [2026-02-19 02:20:27] "POST /ref-update HTTP/1.1" 200 156 0.015663 10.0.0.50 - - [2026-02-19 02:20:27] "POST /useragent-kv HTTP/1.1" 200 115 0.004128 10.0.0.50 - - [2026-02-19 02:20:27] "POST /neutron/subnet HTTP/1.1" 200 711 0.172740 10.0.0.50 - - [2026-02-19 02:20:27] "POST /neutron/network HTTP/1.1" 200 833 0.005706 10.0.0.50 - - [2026-02-19 02:20:27] "POST /id-to-fqname HTTP/1.1" 200 227 0.001388 10.0.0.50 - - [2026-02-19 02:20:27] "GET /virtual-network/e78ab240-8cf2-484b-a4f5-6f19ab6cbcbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005596 10.0.0.50 - - [2026-02-19 02:20:28] "POST /neutron/network HTTP/1.1" 200 833 0.008282 10.0.0.50 - - [2026-02-19 02:20:28] "GET /virtual-network/e78ab240-8cf2-484b-a4f5-6f19ab6cbcbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005293 10.0.0.50 - - [2026-02-19 02:20:28] "POST /neutron/network HTTP/1.1" 200 833 0.005672 10.0.0.50 - - [2026-02-19 02:20:28] "POST /neutron/subnet HTTP/1.1" 200 711 0.006977 10.0.0.50 - - [2026-02-19 02:20:28] "POST /neutron/network HTTP/1.1" 200 807 0.009857 10.0.0.50 - - [2026-02-19 02:20:28] "POST /neutron/network HTTP/1.1" 200 833 0.005219 10.0.0.50 - - [2026-02-19 02:20:28] "POST /id-to-fqname HTTP/1.1" 200 227 0.001221 10.0.0.50 - - [2026-02-19 02:20:28] "POST /neutron/network HTTP/1.1" 200 843 0.006058 10.0.0.50 - - [2026-02-19 02:20:28] "GET /aaa-mode HTTP/1.1" 401 292 0.000438 10.0.0.50 - - [2026-02-19 02:20:28] "GET / HTTP/1.1" 200 35931 0.001748 10.0.0.50 - - [2026-02-19 02:20:28] "GET /project/f01ab492-e347-4fe8-a729-6faffd19402c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000474 10.0.0.50 - - [2026-02-19 02:20:29] "GET /projects?obj_uuids=f01ab492-e347-4fe8-a729-6faffd19402c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001012 10.0.0.50 - - [2026-02-19 02:20:29] "GET /project/f01ab492-e347-4fe8-a729-6faffd19402c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.194439 10.0.0.50 - - [2026-02-19 02:20:29] "GET /obj-perms HTTP/1.1" 200 5056 0.086018 10.0.0.50 - - [2026-02-19 02:20:29] "POST /neutron/network HTTP/1.1" 200 833 0.355753 10.0.0.50 - - [2026-02-19 02:20:29] "GET /obj-perms HTTP/1.1" 200 5056 0.069472 10.0.0.50 - - [2026-02-19 02:20:29] "POST /neutron/port HTTP/1.1" 200 117 0.004893 10.0.0.50 - - [2026-02-19 02:20:29] "POST /neutron/port HTTP/1.1" 200 117 0.005320 10.0.0.50 - - [2026-02-19 02:20:29] "POST /neutron/port HTTP/1.1" 200 117 0.004667 10.0.0.50 - - [2026-02-19 02:20:30] "POST /neutron/network HTTP/1.1" 200 843 0.005653 10.0.0.50 - - [2026-02-19 02:20:30] "GET /projects?obj_uuids=f01ab492-e347-4fe8-a729-6faffd19402c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001133 10.0.0.50 - - [2026-02-19 02:20:30] "POST /neutron/port HTTP/1.1" 200 1058 0.203570 10.0.0.50 - - [2026-02-19 02:20:30] "POST /neutron/port HTTP/1.1" 200 1058 0.011573 10.0.0.50 - - [2026-02-19 02:20:30] "POST /neutron/port HTTP/1.1" 200 1058 0.010700 10.0.0.50 - - [2026-02-19 02:20:30] "POST /neutron/port HTTP/1.1" 200 1112 0.063500 10.0.0.50 - - [2026-02-19 02:20:30] "POST /neutron/port HTTP/1.1" 200 1122 0.012078 10.0.0.50 - - [2026-02-19 02:20:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003404 10.0.0.50 - - [2026-02-19 02:20:30] "POST /neutron/subnet HTTP/1.1" 200 685 0.007077 10.0.0.50 - - [2026-02-19 02:20:30] "POST /neutron/port HTTP/1.1" 200 117 0.001303 10.0.0.50 - - [2026-02-19 02:20:30] "POST /neutron/network HTTP/1.1" 200 833 0.005603 10.0.0.50 - - [2026-02-19 02:20:35] "POST /neutron/port HTTP/1.1" 200 1122 0.013962 10.0.0.50 - - [2026-02-19 02:20:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006066 10.0.0.50 - - [2026-02-19 02:20:35] "POST /neutron/port HTTP/1.1" 200 1122 0.014215 10.0.0.50 - - [2026-02-19 02:20:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006473 10.0.0.50 - - [2026-02-19 02:20:35] "POST /neutron/port HTTP/1.1" 200 1122 0.012933 10.0.0.50 - - [2026-02-19 02:20:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006365 10.0.0.50 - - [2026-02-19 02:20:35] "GET /virtual-machine/6a1319b8-79d7-4aca-9f2b-7a54412aac1e HTTP/1.1" 200 1293 0.004434 10.0.0.50 - - [2026-02-19 02:20:35] "GET /virtual-machine-interface/42f400f0-ba58-4cbe-81c2-85cb6cc508e5 HTTP/1.1" 200 2962 0.005634 10.0.0.50 - - [2026-02-19 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.50 - - [2026-02-19 02:20:35] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003220 10.0.0.50 - - [2026-02-19 02:20:35] "GET /virtual-networks?parent_id=f01ab492-e347-4fe8-a729-6faffd19402c&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002710 10.0.0.50 - - [2026-02-19 02:20:35] "GET /virtual-network/e78ab240-8cf2-484b-a4f5-6f19ab6cbcbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005543 10.0.0.50 - - [2026-02-19 02:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.50 - - [2026-02-19 02:20:38] "GET /virtual-network/e78ab240-8cf2-484b-a4f5-6f19ab6cbcbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005445 10.0.0.50 - - [2026-02-19 02:20:40] "POST /neutron/port HTTP/1.1" 200 1122 0.046529 10.0.0.50 - - [2026-02-19 02:20:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005611 10.0.0.50 - - [2026-02-19 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.50 - - [2026-02-19 02:20:42] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003807 10.0.0.50 - - [2026-02-19 02:20:42] "GET /virtual-networks?parent_id=f01ab492-e347-4fe8-a729-6faffd19402c&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003548 10.0.0.50 - - [2026-02-19 02:20:42] "GET /virtual-network/e78ab240-8cf2-484b-a4f5-6f19ab6cbcbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005420 10.0.0.50 - - [2026-02-19 02:20:42] "POST /neutron/port HTTP/1.1" 200 1122 0.011969 10.0.0.50 - - [2026-02-19 02:20:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005942 10.0.0.50 - - [2026-02-19 02:20:52] "POST /neutron/network HTTP/1.1" 200 807 0.010576 10.0.0.50 - - [2026-02-19 02:20:52] "POST /neutron/network HTTP/1.1" 200 833 0.005251 10.0.0.50 - - [2026-02-19 02:20:52] "POST /id-to-fqname HTTP/1.1" 200 227 0.001749 10.0.0.50 - - [2026-02-19 02:20:52] "POST /neutron/port HTTP/1.1" 200 1122 0.014550 10.0.0.50 - - [2026-02-19 02:20:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007376 10.0.0.50 - - [2026-02-19 02:20:52] "POST /neutron/network HTTP/1.1" 200 843 0.005280 10.0.0.50 - - [2026-02-19 02:20:52] "GET /aaa-mode HTTP/1.1" 401 292 0.000561 10.0.0.50 - - [2026-02-19 02:20:53] "GET / HTTP/1.1" 200 35931 0.002562 10.0.0.50 - - [2026-02-19 02:20:53] "GET /project/f01ab492-e347-4fe8-a729-6faffd19402c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000395 10.0.0.50 - - [2026-02-19 02:20:53] "GET /projects?obj_uuids=f01ab492-e347-4fe8-a729-6faffd19402c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001133 10.0.0.50 - - [2026-02-19 02:20:53] "GET /project/f01ab492-e347-4fe8-a729-6faffd19402c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.060380 10.0.0.50 - - [2026-02-19 02:20:53] "POST /neutron/network HTTP/1.1" 200 833 0.005725 10.0.0.50 - - [2026-02-19 02:20:53] "POST /neutron/port HTTP/1.1" 200 1122 0.023962 10.0.0.50 - - [2026-02-19 02:20:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006317 10.0.0.50 - - [2026-02-19 02:20:53] "POST /neutron/port HTTP/1.1" 200 117 0.005136 10.0.0.50 - - [2026-02-19 02:20:53] "POST /neutron/port HTTP/1.1" 200 117 0.005353 10.0.0.50 - - [2026-02-19 02:20:54] "POST /neutron/network HTTP/1.1" 200 843 0.006749 10.0.0.50 - - [2026-02-19 02:20:54] "GET /projects?obj_uuids=f01ab492-e347-4fe8-a729-6faffd19402c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001982 10.0.0.50 - - [2026-02-19 02:20:54] "POST /neutron/port HTTP/1.1" 200 1058 0.183105 10.0.0.50 - - [2026-02-19 02:20:54] "POST /neutron/port HTTP/1.1" 200 1058 0.011487 10.0.0.50 - - [2026-02-19 02:20:54] "POST /neutron/port HTTP/1.1" 200 1058 0.012925 10.0.0.50 - - [2026-02-19 02:20:54] "POST /neutron/port HTTP/1.1" 200 1112 0.052145 10.0.0.50 - - [2026-02-19 02:20:54] "POST /neutron/port HTTP/1.1" 200 1122 0.012218 10.0.0.50 - - [2026-02-19 02:20:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003712 10.0.0.50 - - [2026-02-19 02:20:54] "POST /neutron/subnet HTTP/1.1" 200 685 0.006730 10.0.0.50 - - [2026-02-19 02:20:54] "POST /neutron/port HTTP/1.1" 200 117 0.001207 10.0.0.50 - - [2026-02-19 02:20:54] "POST /neutron/network HTTP/1.1" 200 833 0.006924 10.0.0.50 - - [2026-02-19 02:20:58] "POST /neutron/port HTTP/1.1" 200 1122 0.014878 10.0.0.50 - - [2026-02-19 02:20:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006514 10.0.0.50 - - [2026-02-19 02:20:58] "POST /neutron/port HTTP/1.1" 200 1122 0.015664 10.0.0.50 - - [2026-02-19 02:20:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006769 10.0.0.50 - - [2026-02-19 02:20:59] "POST /neutron/port HTTP/1.1" 200 1122 0.015681 10.0.0.50 - - [2026-02-19 02:20:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006630 10.0.0.50 - - [2026-02-19 02:20:59] "GET /virtual-machine/d7835f86-dd85-432f-8208-bb75ab89f74a HTTP/1.1" 200 1293 0.005140 10.0.0.50 - - [2026-02-19 02:20:59] "GET /virtual-machine-interface/d241e4e5-e952-402a-88e6-142893e50b36 HTTP/1.1" 200 2963 0.006893 10.0.0.50 - - [2026-02-19 02:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157 10.0.0.50 - - [2026-02-19 02:20:59] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003470 10.0.0.50 - - [2026-02-19 02:20:59] "GET /virtual-networks?parent_id=f01ab492-e347-4fe8-a729-6faffd19402c&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002866 10.0.0.50 - - [2026-02-19 02:20:59] "GET /virtual-network/e78ab240-8cf2-484b-a4f5-6f19ab6cbcbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005161 10.0.0.50 - - [2026-02-19 02:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.50 - - [2026-02-19 02:21:02] "GET /virtual-network/e78ab240-8cf2-484b-a4f5-6f19ab6cbcbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005372 10.0.0.50 - - [2026-02-19 02:21:04] "POST /neutron/port HTTP/1.1" 200 1122 0.014029 10.0.0.50 - - [2026-02-19 02:21:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006666 10.0.0.50 - - [2026-02-19 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.50 - - [2026-02-19 02:21:06] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003542 10.0.0.50 - - [2026-02-19 02:21:06] "GET /virtual-networks?parent_id=f01ab492-e347-4fe8-a729-6faffd19402c&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002827 10.0.0.50 - - [2026-02-19 02:21:06] "GET /virtual-network/e78ab240-8cf2-484b-a4f5-6f19ab6cbcbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005265 10.0.0.50 - - [2026-02-19 02:21:06] "POST /neutron/port HTTP/1.1" 200 1122 0.014155 10.0.0.50 - - [2026-02-19 02:21:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006848 10.0.0.50 - - [2026-02-19 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.50 - - [2026-02-19 02:21:18] "DELETE /virtual-DNS/8c44405d-e3e9-459b-b650-b641d446d76f HTTP/1.1" 409 235 0.006363 10.0.0.50 - - [2026-02-19 02:21:18] "POST /fqname-to-id HTTP/1.1" 404 192 0.002588 10.0.0.50 - - [2026-02-19 02:21:18] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.020595 10.0.0.50 - - [2026-02-19 02:21:18] "GET /virtual-DNS-record/a34e2a36-ad65-4313-a400-27818eb29b5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.005713 10.0.0.50 - - [2026-02-19 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.50 - - [2026-02-19 02:21:18] "GET /virtual-DNS-record/a34e2a36-ad65-4313-a400-27818eb29b5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.003447 10.0.0.50 - - [2026-02-19 02:21:18] "GET /domains HTTP/1.1" 200 280 0.003435 10.0.0.50 - - [2026-02-19 02:21:18] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001053 10.0.0.50 - - [2026-02-19 02:21:18] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 2959 0.007078 10.0.0.50 - - [2026-02-19 02:21:19] "GET /virtual-DNS/8c44405d-e3e9-459b-b650-b641d446d76f HTTP/1.1" 200 1907 0.004380 10.0.0.50 - - [2026-02-19 02:21:19] "GET /virtual-DNS-record/a34e2a36-ad65-4313-a400-27818eb29b5b HTTP/1.1" 200 1336 0.002851 10.0.0.50 - - [2026-02-19 02:21:21] "DELETE /project/f01ab492e3474fe8a7296faffd19402c HTTP/1.1" 404 173 0.004292 10.0.0.50 - - [2026-02-19 02:21:21] "GET /projects?obj_uuids=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001087 10.0.0.50 - - [2026-02-19 02:21:21] "GET /project/dca66f11-efe9-486f-97cc-cbf517f250b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.033714 10.0.0.50 - - [2026-02-19 02:21:21] "GET /projects?obj_uuids=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001350 10.0.0.50 - - [2026-02-19 02:21:21] "GET /project/dca66f11-efe9-486f-97cc-cbf517f250b2?fields=security_groups HTTP/1.1" 200 1357 0.068361 10.0.0.50 - - [2026-02-19 02:21:21] "DELETE /security-group/2c99bd11-b486-4269-aafc-68a2d0b7bdc5 HTTP/1.1" 200 115 0.033402 10.0.0.50 - - [2026-02-19 02:21:21] "GET /projects?obj_uuids=dca66f11-efe9-486f-97cc-cbf517f250b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002110 10.0.0.50 - - [2026-02-19 02:21:21] "DELETE /access-control-list/2bbee518-c907-46f4-bba6-bf3d5224b7a3 HTTP/1.1" 200 115 0.037737 10.0.0.50 - - [2026-02-19 02:21:21] "GET /project/dca66f11-efe9-486f-97cc-cbf517f250b2?fields=application_policy_sets HTTP/1.1" 200 1396 0.043672 10.0.0.50 - - [2026-02-19 02:21:21] "DELETE /access-control-list/0ac417e8-3e31-431b-b80c-7f0c9c0c2635 HTTP/1.1" 200 115 0.038322 10.0.0.50 - - [2026-02-19 02:21:21] "DELETE /project/dca66f11-efe9-486f-97cc-cbf517f250b2 HTTP/1.1" 200 115 0.339761 10.0.0.50 - - [2026-02-19 02:21:24] "DELETE /virtual-DNS-record/a34e2a36-ad65-4313-a400-27818eb29b5b HTTP/1.1" 200 115 0.020732 10.0.0.50 - - [2026-02-19 02:21:24] "POST /fqname-to-id HTTP/1.1" 404 184 0.003339 10.0.0.50 - - [2026-02-19 02:21:24] "POST /neutron/network HTTP/1.1" 200 833 0.006799 10.0.0.50 - - [2026-02-19 02:21:24] "POST /neutron/network HTTP/1.1" 400 204 0.012616 10.0.0.50 - - [2026-02-19 02:21:25] "POST /neutron/port HTTP/1.1" 200 1122 0.012418 10.0.0.50 - - [2026-02-19 02:21:25] "POST /neutron/port HTTP/1.1" 200 1112 0.009950 10.0.0.50 - - [2026-02-19 02:21:25] "POST /neutron/port HTTP/1.1" 200 1122 0.016904 10.0.0.50 - - [2026-02-19 02:21:25] "POST /neutron/port HTTP/1.1" 200 151 0.125958 10.0.0.50 - - [2026-02-19 02:21:25] "POST /neutron/port HTTP/1.1" 200 1112 0.014282 10.0.0.50 - - [2026-02-19 02:21:25] "POST /neutron/port HTTP/1.1" 200 151 0.103929 10.0.0.50 - - [2026-02-19 02:21:26] "POST /neutron/network HTTP/1.1" 200 833 0.005540 10.0.0.50 - - [2026-02-19 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.50 - - [2026-02-19 02:21:26] "DELETE /route-target/583a132b-56ed-458c-98c4-9df698954d9d HTTP/1.1" 200 115 0.059850 10.0.0.50 - - [2026-02-19 02:21:27] "POST /useragent-kv HTTP/1.1" 200 115 0.010596 10.0.0.50 - - [2026-02-19 02:21:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002548 10.0.0.50 - - [2026-02-19 02:21:27] "POST /neutron/network HTTP/1.1" 200 151 0.208655 10.0.0.50 - - [2026-02-19 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.008207 10.0.0.50 - - [2026-02-19 02:21:27] "DELETE /network-ipam/3e1e7e3c-5503-425f-adc5-c86e635cdc82 HTTP/1.1" 200 115 0.033497 10.0.0.50 - - [2026-02-19 02:21:27] "DELETE /virtual-DNS/8c44405d-e3e9-459b-b650-b641d446d76f HTTP/1.1" 200 115 0.029604 10.0.0.50 - - [2026-02-19 02:21:27] "POST /fqname-to-id HTTP/1.1" 404 180 0.002806 10.0.0.50 - - [2026-02-19 02:21:27] "GET /domains HTTP/1.1" 200 280 0.002677 10.0.0.50 - - [2026-02-19 02:21:27] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001604 10.0.0.50 - - [2026-02-19 02:21:27] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 2575 0.009245 10.0.0.50 - - [2026-02-19 02:21:27] "GET /projects?obj_uuids=f01ab492-e347-4fe8-a729-6faffd19402c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001656 10.0.0.50 - - [2026-02-19 02:21:27] "GET /project/f01ab492-e347-4fe8-a729-6faffd19402c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.023080 10.0.0.50 - - [2026-02-19 02:21:27] "GET /projects?obj_uuids=f01ab492-e347-4fe8-a729-6faffd19402c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001019 10.0.0.50 - - [2026-02-19 02:21:27] "GET /project/f01ab492-e347-4fe8-a729-6faffd19402c?fields=virtual_networks HTTP/1.1" 200 1034 0.063892 10.0.0.50 - - [2026-02-19 02:21:27] "GET /projects?obj_uuids=f01ab492-e347-4fe8-a729-6faffd19402c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001054 10.0.0.50 - - [2026-02-19 02:21:27] "GET /project/f01ab492-e347-4fe8-a729-6faffd19402c?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.026567 10.0.0.50 - - [2026-02-19 02:21:27] "GET /projects?obj_uuids=f01ab492-e347-4fe8-a729-6faffd19402c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001103 10.0.0.50 - - [2026-02-19 02:21:27] "GET /project/f01ab492-e347-4fe8-a729-6faffd19402c?fields=security_groups HTTP/1.1" 200 1261 0.028795 10.0.0.50 - - [2026-02-19 02:21:28] "POST /fqname-to-id HTTP/1.1" 404 189 0.029364 10.0.0.50 - - [2026-02-19 02:21:28] "GET /projects?obj_uuids=45d442b7-a269-469c-9b31-8a3ca684c548&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002211 10.0.0.50 - - [2026-02-19 02:21:28] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001310 10.0.0.50 - - [2026-02-19 02:21:28] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006719 10.0.0.50 - - [2026-02-19 02:21:28] "POST /id-to-fqname HTTP/1.1" 200 191 0.002552 10.0.0.50 - - [2026-02-19 02:21:28] "POST /fqname-to-id HTTP/1.1" 404 200 0.004613 10.0.0.50 - - [2026-02-19 02:21:28] "POST /security-groups HTTP/1.1" 200 592 0.063092 10.0.0.50 - - [2026-02-19 02:21:28] "POST /fqname-to-id HTTP/1.1" 404 235 0.002405 10.0.0.50 - - [2026-02-19 02:21:28] "POST /projects HTTP/1.1" 200 587 0.214825 10.0.0.50 - - [2026-02-19 02:21:28] "POST /access-control-lists HTTP/1.1" 200 597 0.059261 10.0.0.50 - - [2026-02-19 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.292142 10.0.0.50 - - [2026-02-19 02:21:29] "POST /fqname-to-id HTTP/1.1" 404 234 0.003340 10.0.0.50 - - [2026-02-19 02:21:29] "GET /project/45d442b7-a269-469c-9b31-8a3ca684c548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.425234 10.0.0.50 - - [2026-02-19 02:21:29] "POST /access-control-lists HTTP/1.1" 200 595 0.065191 10.0.0.50 - - [2026-02-19 02:21:30] "GET /obj-perms HTTP/1.1" 200 5056 0.128663 10.0.0.50 - - [2026-02-19 02:21:31] "GET / HTTP/1.1" 200 35931 0.003105 10.0.0.50 - - [2026-02-19 02:21:31] "GET /obj-perms HTTP/1.1" 200 5056 0.393435 10.0.0.50 - - [2026-02-19 02:21:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000636 10.0.0.50 - - [2026-02-19 02:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.030584 10.0.0.50 - - [2026-02-19 02:21:32] "GET /projects?obj_uuids=45d442b7-a269-469c-9b31-8a3ca684c548&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000983 10.0.0.50 - - [2026-02-19 02:21:32] "GET /project/45d442b7-a269-469c-9b31-8a3ca684c548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.026821 10.0.0.50 - - [2026-02-19 02:21:32] "POST /neutron/network HTTP/1.1" 200 117 0.036577 10.0.0.50 - - [2026-02-19 02:21:32] "GET /projects?obj_uuids=45d442b7-a269-469c-9b31-8a3ca684c548&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001059 10.0.0.50 - - [2026-02-19 02:21:32] "POST /neutron/network HTTP/1.1" 200 606 0.064913 10.0.0.50 - - [2026-02-19 02:21:32] "POST /route-targets HTTP/1.1" 200 327 0.012568 10.0.0.50 - - [2026-02-19 02:21:32] "POST /ref-update HTTP/1.1" 200 156 0.014021 10.0.0.50 - - [2026-02-19 02:21:32] "POST /useragent-kv HTTP/1.1" 200 115 0.004101 10.0.0.50 - - [2026-02-19 02:21:32] "POST /neutron/subnet HTTP/1.1" 200 734 0.170180 10.0.0.50 - - [2026-02-19 02:21:32] "POST /neutron/network HTTP/1.1" 200 827 0.005315 10.0.0.50 - - [2026-02-19 02:21:32] "POST /id-to-fqname HTTP/1.1" 200 221 0.001210 10.0.0.50 - - [2026-02-19 02:21:32] "GET /virtual-network/80fff8bf-37f0-4566-ab8a-c78598bce785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005314 10.0.0.50 - - [2026-02-19 02:21:32] "POST /neutron/network HTTP/1.1" 200 827 0.006929 10.0.0.50 - - [2026-02-19 02:21:32] "GET /virtual-network/80fff8bf-37f0-4566-ab8a-c78598bce785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004961 10.0.0.50 - - [2026-02-19 02:21:32] "POST /neutron/network HTTP/1.1" 200 827 0.006878 10.0.0.50 - - [2026-02-19 02:21:32] "POST /neutron/subnet HTTP/1.1" 200 734 0.010383 10.0.0.50 - - [2026-02-19 02:21:32] "POST /id-to-fqname HTTP/1.1" 200 221 0.001177 10.0.0.50 - - [2026-02-19 02:21:32] "POST /neutron/network HTTP/1.1" 200 837 0.005542 10.0.0.50 - - [2026-02-19 02:21:32] "GET /aaa-mode HTTP/1.1" 401 292 0.000430 10.0.0.50 - - [2026-02-19 02:21:33] "GET / HTTP/1.1" 200 35931 0.002043 10.0.0.50 - - [2026-02-19 02:21:33] "GET /project/45d442b7-a269-469c-9b31-8a3ca684c548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000378 10.0.0.50 - - [2026-02-19 02:21:33] "GET /projects?obj_uuids=45d442b7-a269-469c-9b31-8a3ca684c548&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001551 10.0.0.50 - - [2026-02-19 02:21:33] "GET /project/45d442b7-a269-469c-9b31-8a3ca684c548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.059523 10.0.0.50 - - [2026-02-19 02:21:33] "POST /neutron/network HTTP/1.1" 200 827 0.005380 10.0.0.50 - - [2026-02-19 02:21:33] "POST /neutron/port HTTP/1.1" 200 117 0.005058 10.0.0.50 - - [2026-02-19 02:21:33] "POST /neutron/port HTTP/1.1" 200 117 0.005627 10.0.0.50 - - [2026-02-19 02:21:34] "POST /id-to-fqname HTTP/1.1" 200 221 0.002059 10.0.0.50 - - [2026-02-19 02:21:34] "POST /neutron/port HTTP/1.1" 200 117 0.005121 10.0.0.50 - - [2026-02-19 02:21:34] "POST /neutron/network HTTP/1.1" 200 837 0.005315 10.0.0.50 - - [2026-02-19 02:21:34] "GET /aaa-mode HTTP/1.1" 401 292 0.000429 10.0.0.50 - - [2026-02-19 02:21:34] "POST /neutron/network HTTP/1.1" 200 837 0.005558 10.0.0.50 - - [2026-02-19 02:21:34] "GET /projects?obj_uuids=45d442b7-a269-469c-9b31-8a3ca684c548&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001529 10.0.0.50 - - [2026-02-19 02:21:34] "GET / HTTP/1.1" 200 35931 0.004106 10.0.0.50 - - [2026-02-19 02:21:34] "GET /project/45d442b7-a269-469c-9b31-8a3ca684c548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000526 10.0.0.50 - - [2026-02-19 02:21:34] "POST /neutron/port HTTP/1.1" 200 1063 0.215964 10.0.0.50 - - [2026-02-19 02:21:34] "POST /neutron/port HTTP/1.1" 200 1063 0.010626 10.0.0.50 - - [2026-02-19 02:21:34] "POST /neutron/port HTTP/1.1" 200 1063 0.010829 10.0.0.50 - - [2026-02-19 02:21:34] "POST /neutron/port HTTP/1.1" 200 1117 0.063682 10.0.0.50 - - [2026-02-19 02:21:34] "POST /neutron/port HTTP/1.1" 200 1127 0.013456 10.0.0.50 - - [2026-02-19 02:21:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004365 10.0.0.50 - - [2026-02-19 02:21:34] "POST /neutron/subnet HTTP/1.1" 200 708 0.007444 10.0.0.50 - - [2026-02-19 02:21:34] "POST /neutron/port HTTP/1.1" 200 117 0.001177 10.0.0.50 - - [2026-02-19 02:21:34] "POST /neutron/network HTTP/1.1" 200 827 0.006226 10.0.0.50 - - [2026-02-19 02:21:34] "GET /projects?obj_uuids=45d442b7-a269-469c-9b31-8a3ca684c548&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001173 10.0.0.50 - - [2026-02-19 02:21:35] "GET /project/45d442b7-a269-469c-9b31-8a3ca684c548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.051237 10.0.0.50 - - [2026-02-19 02:21:35] "POST /neutron/network HTTP/1.1" 200 827 0.005306 10.0.0.50 - - [2026-02-19 02:21:35] "POST /neutron/port HTTP/1.1" 200 1127 0.025368 10.0.0.50 - - [2026-02-19 02:21:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.014132 10.0.0.50 - - [2026-02-19 02:21:35] "POST /neutron/port HTTP/1.1" 200 117 0.005940 10.0.0.50 - - [2026-02-19 02:21:35] "POST /neutron/port HTTP/1.1" 200 1127 0.016141 10.0.0.50 - - [2026-02-19 02:21:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009714 10.0.0.50 - - [2026-02-19 02:21:35] "POST /neutron/network HTTP/1.1" 200 837 0.006018 10.0.0.50 - - [2026-02-19 02:21:35] "GET /projects?obj_uuids=45d442b7-a269-469c-9b31-8a3ca684c548&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001346 10.0.0.50 - - [2026-02-19 02:21:35] "POST /neutron/port HTTP/1.1" 200 1063 0.214159 10.0.0.50 - - [2026-02-19 02:21:35] "POST /neutron/port HTTP/1.1" 200 1063 0.014211 10.0.0.50 - - [2026-02-19 02:21:35] "POST /neutron/port HTTP/1.1" 200 1063 0.013988 10.0.0.50 - - [2026-02-19 02:21:36] "POST /neutron/port HTTP/1.1" 200 1117 0.100481 10.0.0.50 - - [2026-02-19 02:21:36] "POST /neutron/port HTTP/1.1" 200 1127 0.012437 10.0.0.50 - - [2026-02-19 02:21:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003425 10.0.0.50 - - [2026-02-19 02:21:36] "POST /neutron/subnet HTTP/1.1" 200 708 0.007828 10.0.0.50 - - [2026-02-19 02:21:36] "POST /neutron/port HTTP/1.1" 200 117 0.001334 10.0.0.50 - - [2026-02-19 02:21:36] "POST /neutron/network HTTP/1.1" 200 827 0.005431 10.0.0.50 - - [2026-02-19 02:21:40] "POST /neutron/port HTTP/1.1" 200 1127 0.014302 10.0.0.50 - - [2026-02-19 02:21:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006553 10.0.0.50 - - [2026-02-19 02:21:40] "POST /neutron/port HTTP/1.1" 200 1127 0.014815 10.0.0.50 - - [2026-02-19 02:21:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006909 10.0.0.50 - - [2026-02-19 02:21:40] "POST /neutron/port HTTP/1.1" 200 1127 0.012764 10.0.0.50 - - [2026-02-19 02:21:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006970 10.0.0.50 - - [2026-02-19 02:21:40] "GET /virtual-machine/2d5e82a8-6460-445d-bccb-515f58b4b431 HTTP/1.1" 401 292 0.000465 10.0.0.50 - - [2026-02-19 02:21:41] "GET /virtual-machine/2d5e82a8-6460-445d-bccb-515f58b4b431 HTTP/1.1" 200 1293 0.035769 10.0.0.50 - - [2026-02-19 02:21:41] "GET /virtual-machine-interface/dca619d3-9e25-4a3b-bd8c-d8034a3c53aa HTTP/1.1" 200 2946 0.005040 10.0.0.50 - - [2026-02-19 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.50 - - [2026-02-19 02:21:41] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004061 10.0.0.50 - - [2026-02-19 02:21:41] "GET /virtual-networks?parent_id=45d442b7-a269-469c-9b31-8a3ca684c548&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004243 10.0.0.50 - - [2026-02-19 02:21:41] "GET /virtual-network/80fff8bf-37f0-4566-ab8a-c78598bce785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006013 10.0.0.50 - - [2026-02-19 02:21:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.50 - - [2026-02-19 02:21:44] "GET /virtual-network/80fff8bf-37f0-4566-ab8a-c78598bce785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005471 10.0.0.50 - - [2026-02-19 02:21:45] "POST /neutron/port HTTP/1.1" 200 1127 0.021776 10.0.0.50 - - [2026-02-19 02:21:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008272 10.0.0.50 - - [2026-02-19 02:21:46] "POST /neutron/port HTTP/1.1" 200 1127 0.012515 10.0.0.50 - - [2026-02-19 02:21:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005710 10.0.0.50 - - [2026-02-19 02:21:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.50 - - [2026-02-19 02:21:46] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004488 10.0.0.50 - - [2026-02-19 02:21:46] "GET /virtual-networks?parent_id=45d442b7-a269-469c-9b31-8a3ca684c548&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002800 10.0.0.50 - - [2026-02-19 02:21:46] "GET /virtual-network/80fff8bf-37f0-4566-ab8a-c78598bce785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005676 10.0.0.50 - - [2026-02-19 02:21:46] "POST /neutron/port HTTP/1.1" 200 1127 0.014704 10.0.0.50 - - [2026-02-19 02:21:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006397 10.0.0.50 - - [2026-02-19 02:21:51] "POST /neutron/port HTTP/1.1" 200 1127 0.013957 10.0.0.50 - - [2026-02-19 02:21:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006062 10.0.0.50 - - [2026-02-19 02:21:52] "POST /neutron/port HTTP/1.1" 200 1127 0.012358 10.0.0.50 - - [2026-02-19 02:21:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006414 10.0.0.50 - - [2026-02-19 02:21:52] "POST /neutron/port HTTP/1.1" 200 1127 0.012038 10.0.0.50 - - [2026-02-19 02:21:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006515 10.0.0.50 - - [2026-02-19 02:21:52] "GET /virtual-machine/50e26fdc-3484-4905-b593-ce2fcfd5215a HTTP/1.1" 200 1293 0.004794 10.0.0.50 - - [2026-02-19 02:21:52] "GET /virtual-machine-interface/b9faa88b-904f-4ee0-8198-322883d01386 HTTP/1.1" 200 2945 0.004945 10.0.0.50 - - [2026-02-19 02:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002577 10.0.0.50 - - [2026-02-19 02:21:52] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003487 10.0.0.50 - - [2026-02-19 02:21:52] "GET /virtual-networks?parent_id=45d442b7-a269-469c-9b31-8a3ca684c548&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003052 10.0.0.50 - - [2026-02-19 02:21:52] "GET /virtual-network/80fff8bf-37f0-4566-ab8a-c78598bce785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005646 10.0.0.50 - - [2026-02-19 02:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.50 - - [2026-02-19 02:21:53] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002924 10.0.0.50 - - [2026-02-19 02:21:53] "GET /virtual-networks?parent_id=45d442b7-a269-469c-9b31-8a3ca684c548&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002834 10.0.0.50 - - [2026-02-19 02:21:53] "GET /virtual-network/80fff8bf-37f0-4566-ab8a-c78598bce785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005296 10.0.0.50 - - [2026-02-19 02:21:58] "POST /neutron/network HTTP/1.1" 200 827 0.005845 10.0.0.50 - - [2026-02-19 02:21:58] "POST /neutron/network HTTP/1.1" 400 204 0.011916 10.0.0.50 - - [2026-02-19 02:21:58] "POST /neutron/port HTTP/1.1" 200 1127 0.012414 10.0.0.50 - - [2026-02-19 02:21:58] "POST /neutron/port HTTP/1.1" 200 1117 0.014018 10.0.0.50 - - [2026-02-19 02:21:58] "POST /neutron/port HTTP/1.1" 200 1127 0.011397 10.0.0.50 - - [2026-02-19 02:21:59] "POST /neutron/port HTTP/1.1" 200 1117 0.018122 10.0.0.50 - - [2026-02-19 02:21:59] "POST /neutron/port HTTP/1.1" 200 151 0.181059 10.0.0.50 - - [2026-02-19 02:21:59] "POST /neutron/port HTTP/1.1" 200 151 0.108962 10.0.0.50 - - [2026-02-19 02:22:00] "POST /neutron/network HTTP/1.1" 200 827 0.006334 10.0.0.50 - - [2026-02-19 02:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.50 - - [2026-02-19 02:22:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002108 10.0.0.50 - - [2026-02-19 02:22:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003067 10.0.0.50 - - [2026-02-19 02:22:00] "POST /neutron/network HTTP/1.1" 200 151 0.082155 10.0.0.50 - - [2026-02-19 02:22:00] "DELETE /route-target/5e744d95-9615-4b33-8bf2-47973e820194 HTTP/1.1" 200 115 0.027048 10.0.0.50 - - [2026-02-19 02:22:00] "GET /projects?obj_uuids=45d442b7-a269-469c-9b31-8a3ca684c548&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001022 10.0.0.50 - - [2026-02-19 02:22:00] "GET /project/45d442b7-a269-469c-9b31-8a3ca684c548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.029037 10.0.0.50 - - [2026-02-19 02:22:00] "GET /projects?obj_uuids=45d442b7-a269-469c-9b31-8a3ca684c548&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001239 10.0.0.50 - - [2026-02-19 02:22:00] "GET /project/45d442b7-a269-469c-9b31-8a3ca684c548?fields=virtual_networks HTTP/1.1" 200 1033 0.066764 10.0.0.50 - - [2026-02-19 02:22:00] "GET /projects?obj_uuids=45d442b7-a269-469c-9b31-8a3ca684c548&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001159 10.0.0.50 - - [2026-02-19 02:22:00] "GET /project/45d442b7-a269-469c-9b31-8a3ca684c548?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.026033 10.0.0.50 - - [2026-02-19 02:22:01] "GET /projects?obj_uuids=45d442b7-a269-469c-9b31-8a3ca684c548&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001063 10.0.0.50 - - [2026-02-19 02:22:01] "GET /project/45d442b7-a269-469c-9b31-8a3ca684c548?fields=security_groups HTTP/1.1" 200 1260 0.026833 10.0.0.50 - - [2026-02-19 02:22:02] "POST /fqname-to-id HTTP/1.1" 404 188 0.036055 10.0.0.50 - - [2026-02-19 02:22:02] "GET /projects?obj_uuids=577e5b79-b2e2-4492-a010-01acb93b66f8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002365 10.0.0.50 - - [2026-02-19 02:22:02] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001362 10.0.0.50 - - [2026-02-19 02:22:02] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007679 10.0.0.50 - - [2026-02-19 02:22:02] "POST /id-to-fqname HTTP/1.1" 200 190 0.001587 10.0.0.50 - - [2026-02-19 02:22:02] "POST /fqname-to-id HTTP/1.1" 404 199 0.003396 10.0.0.50 - - [2026-02-19 02:22:02] "POST /security-groups HTTP/1.1" 200 591 0.064377 10.0.0.50 - - [2026-02-19 02:22:02] "POST /fqname-to-id HTTP/1.1" 404 234 0.002842 10.0.0.50 - - [2026-02-19 02:22:02] "POST /projects HTTP/1.1" 200 585 0.213587 10.0.0.50 - - [2026-02-19 02:22:02] "POST /access-control-lists HTTP/1.1" 200 596 0.062470 10.0.0.50 - - [2026-02-19 02:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.294626 10.0.0.50 - - [2026-02-19 02:22:02] "POST /fqname-to-id HTTP/1.1" 404 233 0.003336 10.0.0.50 - - [2026-02-19 02:22:02] "GET /project/577e5b79-b2e2-4492-a010-01acb93b66f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.426742 10.0.0.50 - - [2026-02-19 02:22:02] "POST /access-control-lists HTTP/1.1" 200 594 0.063850 10.0.0.50 - - [2026-02-19 02:22:03] "GET / HTTP/1.1" 200 35931 0.002044 10.0.0.50 - - [2026-02-19 02:22:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000670 10.0.0.50 - - [2026-02-19 02:22:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.069900 10.0.0.50 - - [2026-02-19 02:22:04] "GET /projects?obj_uuids=577e5b79-b2e2-4492-a010-01acb93b66f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001396 10.0.0.50 - - [2026-02-19 02:22:04] "GET /project/577e5b79-b2e2-4492-a010-01acb93b66f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.025354 10.0.0.50 - - [2026-02-19 02:22:05] "POST /neutron/network HTTP/1.1" 200 117 0.040179 10.0.0.50 - - [2026-02-19 02:22:05] "GET /projects?obj_uuids=577e5b79-b2e2-4492-a010-01acb93b66f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001337 10.0.0.50 - - [2026-02-19 02:22:05] "POST /neutron/network HTTP/1.1" 200 625 0.069771 10.0.0.50 - - [2026-02-19 02:22:05] "POST /route-targets HTTP/1.1" 200 327 0.013060 10.0.0.50 - - [2026-02-19 02:22:05] "POST /ref-update HTTP/1.1" 200 156 0.012615 10.0.0.50 - - [2026-02-19 02:22:05] "POST /useragent-kv HTTP/1.1" 200 115 0.004062 10.0.0.50 - - [2026-02-19 02:22:05] "POST /neutron/subnet HTTP/1.1" 200 701 0.205920 10.0.0.50 - - [2026-02-19 02:22:05] "POST /neutron/network HTTP/1.1" 200 839 0.005253 10.0.0.50 - - [2026-02-19 02:22:05] "POST /id-to-fqname HTTP/1.1" 200 230 0.001168 10.0.0.50 - - [2026-02-19 02:22:05] "GET /virtual-network/f2da328e-5a11-46ec-8672-6e3c2dc7d040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004877 10.0.0.50 - - [2026-02-19 02:22:05] "POST /neutron/network HTTP/1.1" 200 839 0.006124 10.0.0.50 - - [2026-02-19 02:22:05] "GET /virtual-network/f2da328e-5a11-46ec-8672-6e3c2dc7d040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005852 10.0.0.50 - - [2026-02-19 02:22:05] "POST /neutron/network HTTP/1.1" 200 839 0.005515 10.0.0.50 - - [2026-02-19 02:22:05] "POST /neutron/subnet HTTP/1.1" 200 701 0.007660 10.0.0.50 - - [2026-02-19 02:22:05] "POST /neutron/network HTTP/1.1" 200 839 0.005841 10.0.0.50 - - [2026-02-19 02:22:05] "POST /id-to-fqname HTTP/1.1" 200 230 0.001369 10.0.0.50 - - [2026-02-19 02:22:05] "POST /neutron/network HTTP/1.1" 200 849 0.006435 10.0.0.50 - - [2026-02-19 02:22:05] "GET /aaa-mode HTTP/1.1" 401 292 0.000416 10.0.0.50 - - [2026-02-19 02:22:06] "GET / HTTP/1.1" 200 35931 0.001632 10.0.0.50 - - [2026-02-19 02:22:06] "GET /project/577e5b79-b2e2-4492-a010-01acb93b66f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000567 10.0.0.50 - - [2026-02-19 02:22:06] "GET /projects?obj_uuids=577e5b79-b2e2-4492-a010-01acb93b66f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001206 10.0.0.50 - - [2026-02-19 02:22:06] "GET /project/577e5b79-b2e2-4492-a010-01acb93b66f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.067741 10.0.0.50 - - [2026-02-19 02:22:06] "POST /neutron/network HTTP/1.1" 200 839 0.006864 10.0.0.50 - - [2026-02-19 02:22:06] "POST /neutron/port HTTP/1.1" 200 117 0.005085 10.0.0.50 - - [2026-02-19 02:22:06] "POST /neutron/port HTTP/1.1" 200 117 0.004941 10.0.0.50 - - [2026-02-19 02:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.50 - - [2026-02-19 02:22:06] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003094 10.0.0.50 - - [2026-02-19 02:22:06] "PUT /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c HTTP/1.1" 200 276 0.014316 10.0.0.50 - - [2026-02-19 02:22:06] "POST /neutron/port HTTP/1.1" 200 117 0.004781 10.0.0.50 - - [2026-02-19 02:22:07] "POST /neutron/network HTTP/1.1" 200 849 0.005695 10.0.0.50 - - [2026-02-19 02:22:07] "GET /projects?obj_uuids=577e5b79-b2e2-4492-a010-01acb93b66f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001127 10.0.0.50 - - [2026-02-19 02:22:07] "POST /neutron/port HTTP/1.1" 200 1055 0.202832 10.0.0.50 - - [2026-02-19 02:22:07] "POST /neutron/port HTTP/1.1" 200 1055 0.009817 10.0.0.50 - - [2026-02-19 02:22:07] "POST /neutron/port HTTP/1.1" 200 1055 0.011921 10.0.0.50 - - [2026-02-19 02:22:07] "POST /neutron/port HTTP/1.1" 200 1109 0.063079 10.0.0.50 - - [2026-02-19 02:22:07] "POST /neutron/port HTTP/1.1" 200 1119 0.012304 10.0.0.50 - - [2026-02-19 02:22:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003280 10.0.0.50 - - [2026-02-19 02:22:07] "POST /neutron/subnet HTTP/1.1" 200 675 0.007298 10.0.0.50 - - [2026-02-19 02:22:07] "POST /neutron/port HTTP/1.1" 200 117 0.001230 10.0.0.50 - - [2026-02-19 02:22:07] "POST /neutron/network HTTP/1.1" 200 839 0.005849 10.0.0.50 - - [2026-02-19 02:22:12] "POST /neutron/port HTTP/1.1" 200 1119 0.012286 10.0.0.50 - - [2026-02-19 02:22:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006715 10.0.0.50 - - [2026-02-19 02:22:12] "POST /neutron/port HTTP/1.1" 200 1119 0.013172 10.0.0.50 - - [2026-02-19 02:22:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005833 10.0.0.50 - - [2026-02-19 02:22:12] "POST /neutron/port HTTP/1.1" 200 1119 0.012697 10.0.0.50 - - [2026-02-19 02:22:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006637 10.0.0.50 - - [2026-02-19 02:22:12] "GET /virtual-machine/6b81f3c1-9531-48f4-ae82-ac2f3865b475 HTTP/1.1" 401 292 0.000468 10.0.0.50 - - [2026-02-19 02:22:12] "GET /virtual-machine/6b81f3c1-9531-48f4-ae82-ac2f3865b475 HTTP/1.1" 200 1292 0.031477 10.0.0.50 - - [2026-02-19 02:22:12] "GET /virtual-machine-interface/63779b6f-a15a-499e-8806-dc4890709e34 HTTP/1.1" 200 2969 0.006147 10.0.0.50 - - [2026-02-19 02:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.50 - - [2026-02-19 02:22:12] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003105 10.0.0.50 - - [2026-02-19 02:22:12] "GET /virtual-networks?parent_id=577e5b79-b2e2-4492-a010-01acb93b66f8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002771 10.0.0.50 - - [2026-02-19 02:22:12] "GET /virtual-network/f2da328e-5a11-46ec-8672-6e3c2dc7d040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005602 10.0.0.50 - - [2026-02-19 02:22:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.50 - - [2026-02-19 02:22:16] "GET /virtual-network/f2da328e-5a11-46ec-8672-6e3c2dc7d040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005621 10.0.0.50 - - [2026-02-19 02:22:17] "POST /neutron/port HTTP/1.1" 200 1119 0.013395 10.0.0.50 - - [2026-02-19 02:22:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005564 10.0.0.50 - - [2026-02-19 02:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002664 10.0.0.50 - - [2026-02-19 02:22:18] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.002949 10.0.0.50 - - [2026-02-19 02:22:18] "GET /virtual-networks?parent_id=577e5b79-b2e2-4492-a010-01acb93b66f8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003137 10.0.0.50 - - [2026-02-19 02:22:18] "GET /virtual-network/f2da328e-5a11-46ec-8672-6e3c2dc7d040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005264 10.0.0.50 - - [2026-02-19 02:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002682 10.0.0.50 - - [2026-02-19 02:22:20] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003700 10.0.0.50 - - [2026-02-19 02:22:20] "PUT /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c HTTP/1.1" 200 276 0.013858 10.0.0.50 - - [2026-02-19 02:22:20] "POST /neutron/network HTTP/1.1" 200 839 0.006384 10.0.0.50 - - [2026-02-19 02:22:20] "POST /neutron/network HTTP/1.1" 400 204 0.016195 10.0.0.50 - - [2026-02-19 02:22:21] "POST /neutron/port HTTP/1.1" 200 1119 0.014725 10.0.0.50 - - [2026-02-19 02:22:21] "POST /neutron/port HTTP/1.1" 200 1109 0.009708 10.0.0.50 - - [2026-02-19 02:22:21] "POST /neutron/port HTTP/1.1" 200 151 0.108962 10.0.0.50 - - [2026-02-19 02:22:21] "DELETE /project/45d442b7a269469c9b318a3ca684c548 HTTP/1.1" 404 173 0.018854 10.0.0.50 - - [2026-02-19 02:22:21] "DELETE /project/577e5b79b2e24492a01001acb93b66f8 HTTP/1.1" 404 173 0.014412 10.0.0.50 - - [2026-02-19 02:22:21] "GET /projects?obj_uuids=f01ab492-e347-4fe8-a729-6faffd19402c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001717 10.0.0.50 - - [2026-02-19 02:22:21] "GET /projects?obj_uuids=45d442b7-a269-469c-9b31-8a3ca684c548&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001321 10.0.0.50 - - [2026-02-19 02:22:21] "GET /project/45d442b7-a269-469c-9b31-8a3ca684c548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.061635 10.0.0.50 - - [2026-02-19 02:22:21] "GET /project/f01ab492-e347-4fe8-a729-6faffd19402c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.074410 10.0.0.50 - - [2026-02-19 02:22:21] "GET /projects?obj_uuids=45d442b7-a269-469c-9b31-8a3ca684c548&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002485 10.0.0.50 - - [2026-02-19 02:22:21] "GET /projects?obj_uuids=f01ab492-e347-4fe8-a729-6faffd19402c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001352 10.0.0.50 - - [2026-02-19 02:22:21] "GET /project/45d442b7-a269-469c-9b31-8a3ca684c548?fields=security_groups HTTP/1.1" 200 1365 0.062950 10.0.0.50 - - [2026-02-19 02:22:21] "GET /project/f01ab492-e347-4fe8-a729-6faffd19402c?fields=security_groups HTTP/1.1" 200 1366 0.065636 10.0.0.50 - - [2026-02-19 02:22:22] "DELETE /security-group/481d0b06-1de9-4f3d-a198-6f766b21c33a HTTP/1.1" 200 115 0.068996 10.0.0.50 - - [2026-02-19 02:22:22] "DELETE /security-group/163950ab-876c-40b3-9b77-06f1e2b3aac1 HTTP/1.1" 200 115 0.074005 10.0.0.50 - - [2026-02-19 02:22:22] "GET /projects?obj_uuids=45d442b7-a269-469c-9b31-8a3ca684c548&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001559 10.0.0.50 - - [2026-02-19 02:22:22] "GET /projects?obj_uuids=f01ab492-e347-4fe8-a729-6faffd19402c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001031 10.0.0.50 - - [2026-02-19 02:22:22] "DELETE /access-control-list/0516246c-6da2-48d0-b3dd-c43a433b1e7e HTTP/1.1" 200 115 0.046986 10.0.0.50 - - [2026-02-19 02:22:22] "GET /project/45d442b7-a269-469c-9b31-8a3ca684c548?fields=application_policy_sets HTTP/1.1" 200 1404 0.057949 10.0.0.50 - - [2026-02-19 02:22:22] "GET /project/f01ab492-e347-4fe8-a729-6faffd19402c?fields=application_policy_sets HTTP/1.1" 200 1405 0.054056 10.0.0.50 - - [2026-02-19 02:22:22] "DELETE /access-control-list/a2780dd3-eb84-4f61-932b-914ebfbc00d2 HTTP/1.1" 200 115 0.057948 10.0.0.50 - - [2026-02-19 02:22:22] "DELETE /access-control-list/972b8db4-776c-4448-acc6-a8e321aeeec8 HTTP/1.1" 200 115 0.018866 10.0.0.50 - - [2026-02-19 02:22:22] "DELETE /access-control-list/31de3323-55fc-4796-b669-d980fc335172 HTTP/1.1" 200 115 0.050640 10.0.0.50 - - [2026-02-19 02:22:22] "DELETE /project/45d442b7-a269-469c-9b31-8a3ca684c548 HTTP/1.1" 200 115 0.476310 10.0.0.50 - - [2026-02-19 02:22:22] "DELETE /project/f01ab492-e347-4fe8-a729-6faffd19402c HTTP/1.1" 200 115 0.482757 10.0.0.50 - - [2026-02-19 02:22:22] "POST /neutron/network HTTP/1.1" 200 839 0.005785 10.0.0.50 - - [2026-02-19 02:22:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002615 10.0.0.50 - - [2026-02-19 02:22:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002945 10.0.0.50 - - [2026-02-19 02:22:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.50 - - [2026-02-19 02:22:22] "POST /neutron/network HTTP/1.1" 200 151 0.076060 10.0.0.50 - - [2026-02-19 02:22:22] "DELETE /route-target/b0a59b18-8aaa-4880-8f74-8b2f126cdce6 HTTP/1.1" 200 115 0.011749 10.0.0.50 - - [2026-02-19 02:22:23] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.002670 10.0.0.50 - - [2026-02-19 02:22:23] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c HTTP/1.1" 200 1880 0.003531 10.0.0.50 - - [2026-02-19 02:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002603 10.0.0.50 - - [2026-02-19 02:22:23] "GET /projects?obj_uuids=577e5b79-b2e2-4492-a010-01acb93b66f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000975 10.0.0.50 - - [2026-02-19 02:22:23] "GET /project/577e5b79-b2e2-4492-a010-01acb93b66f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.045633 10.0.0.50 - - [2026-02-19 02:22:23] "POST /neutron/network HTTP/1.1" 200 117 0.008149 10.0.0.50 - - [2026-02-19 02:22:23] "GET /projects?obj_uuids=577e5b79-b2e2-4492-a010-01acb93b66f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001058 10.0.0.50 - - [2026-02-19 02:22:23] "POST /neutron/network HTTP/1.1" 200 605 0.069219 10.0.0.50 - - [2026-02-19 02:22:23] "POST /route-targets HTTP/1.1" 200 327 0.009924 10.0.0.50 - - [2026-02-19 02:22:23] "POST /ref-update HTTP/1.1" 200 156 0.012703 10.0.0.50 - - [2026-02-19 02:22:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004085 10.0.0.50 - - [2026-02-19 02:22:23] "POST /neutron/subnet HTTP/1.1" 200 734 0.189841 10.0.0.50 - - [2026-02-19 02:22:23] "POST /neutron/network HTTP/1.1" 200 826 0.004996 10.0.0.50 - - [2026-02-19 02:22:23] "POST /id-to-fqname HTTP/1.1" 200 220 0.001190 10.0.0.50 - - [2026-02-19 02:22:23] "GET /virtual-network/b083e0b5-672c-43b2-b9cf-408d23af5caa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004395 10.0.0.50 - - [2026-02-19 02:22:23] "POST /neutron/network HTTP/1.1" 200 826 0.007101 10.0.0.50 - - [2026-02-19 02:22:23] "GET /virtual-network/b083e0b5-672c-43b2-b9cf-408d23af5caa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004774 10.0.0.50 - - [2026-02-19 02:22:23] "POST /neutron/network HTTP/1.1" 200 826 0.005421 10.0.0.50 - - [2026-02-19 02:22:23] "POST /neutron/subnet HTTP/1.1" 200 734 0.013936 10.0.0.50 - - [2026-02-19 02:22:23] "POST /id-to-fqname HTTP/1.1" 200 220 0.001252 10.0.0.50 - - [2026-02-19 02:22:24] "POST /neutron/network HTTP/1.1" 200 836 0.005757 10.0.0.50 - - [2026-02-19 02:22:24] "GET /aaa-mode HTTP/1.1" 401 292 0.000528 10.0.0.50 - - [2026-02-19 02:22:24] "GET / HTTP/1.1" 200 35931 0.001804 10.0.0.50 - - [2026-02-19 02:22:24] "GET /project/577e5b79-b2e2-4492-a010-01acb93b66f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000374 10.0.0.50 - - [2026-02-19 02:22:24] "GET /projects?obj_uuids=577e5b79-b2e2-4492-a010-01acb93b66f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001313 10.0.0.50 - - [2026-02-19 02:22:24] "GET /project/577e5b79-b2e2-4492-a010-01acb93b66f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.063481 10.0.0.50 - - [2026-02-19 02:22:24] "POST /neutron/network HTTP/1.1" 200 826 0.005342 10.0.0.50 - - [2026-02-19 02:22:24] "POST /neutron/port HTTP/1.1" 200 117 0.004963 10.0.0.50 - - [2026-02-19 02:22:25] "POST /neutron/port HTTP/1.1" 200 117 0.005466 10.0.0.50 - - [2026-02-19 02:22:25] "POST /neutron/port HTTP/1.1" 200 117 0.004718 10.0.0.50 - - [2026-02-19 02:22:25] "POST /neutron/network HTTP/1.1" 200 836 0.005068 10.0.0.50 - - [2026-02-19 02:22:25] "GET /projects?obj_uuids=577e5b79-b2e2-4492-a010-01acb93b66f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001099 10.0.0.50 - - [2026-02-19 02:22:25] "POST /neutron/port HTTP/1.1" 200 1062 0.189801 10.0.0.50 - - [2026-02-19 02:22:25] "POST /neutron/port HTTP/1.1" 200 1062 0.010592 10.0.0.50 - - [2026-02-19 02:22:25] "POST /neutron/port HTTP/1.1" 200 1062 0.010411 10.0.0.50 - - [2026-02-19 02:22:25] "POST /neutron/port HTTP/1.1" 200 1116 0.052135 10.0.0.50 - - [2026-02-19 02:22:25] "POST /neutron/port HTTP/1.1" 200 1126 0.011776 10.0.0.50 - - [2026-02-19 02:22:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003774 10.0.0.50 - - [2026-02-19 02:22:25] "POST /neutron/subnet HTTP/1.1" 200 708 0.006402 10.0.0.50 - - [2026-02-19 02:22:25] "POST /neutron/port HTTP/1.1" 200 117 0.001132 10.0.0.50 - - [2026-02-19 02:22:25] "POST /neutron/network HTTP/1.1" 200 826 0.005357 10.0.0.50 - - [2026-02-19 02:22:30] "POST /neutron/port HTTP/1.1" 200 1126 0.014261 10.0.0.50 - - [2026-02-19 02:22:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006305 10.0.0.50 - - [2026-02-19 02:22:30] "POST /neutron/port HTTP/1.1" 200 1126 0.012784 10.0.0.50 - - [2026-02-19 02:22:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006165 10.0.0.50 - - [2026-02-19 02:22:30] "POST /neutron/port HTTP/1.1" 200 1126 0.012310 10.0.0.50 - - [2026-02-19 02:22:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007216 10.0.0.50 - - [2026-02-19 02:22:30] "GET /virtual-machine/1bb02e74-89f7-4fe3-8e6d-fd04f84fed91 HTTP/1.1" 200 1292 0.004372 10.0.0.50 - - [2026-02-19 02:22:30] "GET /virtual-machine-interface/99282905-d65c-4250-aea4-85a5112a9dd3 HTTP/1.1" 200 2941 0.006254 10.0.0.50 - - [2026-02-19 02:22:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002657 10.0.0.50 - - [2026-02-19 02:22:30] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003089 10.0.0.50 - - [2026-02-19 02:22:30] "GET /virtual-networks?parent_id=577e5b79-b2e2-4492-a010-01acb93b66f8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002977 10.0.0.50 - - [2026-02-19 02:22:30] "GET /virtual-network/b083e0b5-672c-43b2-b9cf-408d23af5caa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005814 10.0.0.50 - - [2026-02-19 02:22:31] "GET /obj-perms HTTP/1.1" 200 5056 0.073914 10.0.0.50 - - [2026-02-19 02:22:32] "GET /obj-perms HTTP/1.1" 200 5056 0.059860 10.0.0.50 - - [2026-02-19 02:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.50 - - [2026-02-19 02:22:33] "GET /virtual-network/b083e0b5-672c-43b2-b9cf-408d23af5caa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005202 10.0.0.50 - - [2026-02-19 02:22:35] "POST /neutron/port HTTP/1.1" 200 1126 0.014310 10.0.0.50 - - [2026-02-19 02:22:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006473 10.0.0.50 - - [2026-02-19 02:22:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.50 - - [2026-02-19 02:22:37] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003162 10.0.0.50 - - [2026-02-19 02:22:37] "GET /virtual-networks?parent_id=577e5b79-b2e2-4492-a010-01acb93b66f8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002987 10.0.0.50 - - [2026-02-19 02:22:37] "GET /virtual-network/b083e0b5-672c-43b2-b9cf-408d23af5caa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005717 10.0.0.50 - - [2026-02-19 02:22:39] "POST /neutron/network HTTP/1.1" 200 826 0.006850 10.0.0.50 - - [2026-02-19 02:22:39] "POST /neutron/network HTTP/1.1" 400 204 0.013267 10.0.0.50 - - [2026-02-19 02:22:40] "POST /neutron/port HTTP/1.1" 200 1126 0.012029 10.0.0.50 - - [2026-02-19 02:22:40] "POST /neutron/port HTTP/1.1" 200 1116 0.011490 10.0.0.50 - - [2026-02-19 02:22:40] "POST /neutron/port HTTP/1.1" 200 151 0.090372 10.0.0.50 - - [2026-02-19 02:22:41] "POST /neutron/network HTTP/1.1" 200 826 0.006663 10.0.0.50 - - [2026-02-19 02:22:41] "POST /useragent-kv HTTP/1.1" 200 115 0.006476 10.0.0.50 - - [2026-02-19 02:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004687 10.0.0.50 - - [2026-02-19 02:22:41] "POST /useragent-kv HTTP/1.1" 200 115 0.001946 10.0.0.50 - - [2026-02-19 02:22:41] "POST /neutron/network HTTP/1.1" 200 151 0.079915 10.0.0.50 - - [2026-02-19 02:22:41] "DELETE /route-target/cfc2322c-2984-4005-8796-7d5e7a295f07 HTTP/1.1" 200 115 0.015083 10.0.0.50 - - [2026-02-19 02:22:42] "GET /global-system-configs HTTP/1.1" 401 292 0.000489 10.0.0.50 - - [2026-02-19 02:22:42] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.50 - - [2026-02-19 02:22:42] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002916 10.0.0.50 - - [2026-02-19 02:22:42] "POST /network-ipams HTTP/1.1" 200 541 0.015425 10.0.0.50 - - [2026-02-19 02:22:42] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.002794 10.0.0.50 - - [2026-02-19 02:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.50 - - [2026-02-19 02:22:42] "GET /network-ipam/1ba1e1d8-dcf9-4d04-bd88-a61ef4d9a269?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1328 0.004599 10.0.0.50 - - [2026-02-19 02:22:42] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.50 - - [2026-02-19 02:22:42] "PUT /network-ipam/1ba1e1d8-dcf9-4d04-bd88-a61ef4d9a269 HTTP/1.1" 200 258 0.011690 10.0.0.50 - - [2026-02-19 02:22:42] "GET /global-system-configs HTTP/1.1" 401 292 0.000762 10.0.0.50 - - [2026-02-19 02:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.50 - - [2026-02-19 02:22:42] "GET /projects?obj_uuids=577e5b79-b2e2-4492-a010-01acb93b66f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001074 10.0.0.50 - - [2026-02-19 02:22:42] "GET /project/577e5b79-b2e2-4492-a010-01acb93b66f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.026181 10.0.0.50 - - [2026-02-19 02:22:42] "POST /neutron/network HTTP/1.1" 200 117 0.012381 10.0.0.50 - - [2026-02-19 02:22:42] "GET /projects?obj_uuids=577e5b79-b2e2-4492-a010-01acb93b66f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001501 10.0.0.50 - - [2026-02-19 02:22:43] "POST /neutron/network HTTP/1.1" 200 605 0.076619 10.0.0.50 - - [2026-02-19 02:22:43] "POST /route-targets HTTP/1.1" 200 327 0.010616 10.0.0.50 - - [2026-02-19 02:22:43] "POST /ref-update HTTP/1.1" 200 156 0.016900 10.0.0.50 - - [2026-02-19 02:22:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004575 10.0.0.50 - - [2026-02-19 02:22:43] "POST /neutron/subnet HTTP/1.1" 200 699 0.151863 10.0.0.50 - - [2026-02-19 02:22:43] "POST /useragent-kv HTTP/1.1" 200 115 0.005463 10.0.0.50 - - [2026-02-19 02:22:43] "POST /neutron/subnet HTTP/1.1" 200 699 0.149421 10.0.0.50 - - [2026-02-19 02:22:43] "POST /neutron/network HTTP/1.1" 200 994 0.006503 10.0.0.50 - - [2026-02-19 02:22:43] "POST /id-to-fqname HTTP/1.1" 200 220 0.001185 10.0.0.50 - - [2026-02-19 02:22:43] "GET /virtual-network/88c380d2-4809-42bb-99c4-5c9bdf8cf4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004721 10.0.0.50 - - [2026-02-19 02:22:43] "POST /neutron/network HTTP/1.1" 200 994 0.007705 10.0.0.50 - - [2026-02-19 02:22:43] "GET /virtual-network/88c380d2-4809-42bb-99c4-5c9bdf8cf4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005089 10.0.0.50 - - [2026-02-19 02:22:43] "POST /neutron/network HTTP/1.1" 200 994 0.007439 10.0.0.50 - - [2026-02-19 02:22:43] "POST /neutron/subnet HTTP/1.1" 200 699 0.007375 10.0.0.50 - - [2026-02-19 02:22:43] "POST /neutron/subnet HTTP/1.1" 200 699 0.006786 10.0.0.50 - - [2026-02-19 02:22:43] "POST /neutron/network HTTP/1.1" 200 994 0.007746 10.0.0.50 - - [2026-02-19 02:22:43] "POST /neutron/subnet HTTP/1.1" 200 699 0.007799 10.0.0.50 - - [2026-02-19 02:22:43] "POST /neutron/subnet HTTP/1.1" 200 699 0.006752 10.0.0.50 - - [2026-02-19 02:22:43] "GET /projects?obj_uuids=577e5b79-b2e2-4492-a010-01acb93b66f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001339 10.0.0.50 - - [2026-02-19 02:22:43] "POST /neutron/port HTTP/1.1" 200 1017 0.165318 10.0.0.50 - - [2026-02-19 02:22:43] "GET /projects?obj_uuids=577e5b79-b2e2-4492-a010-01acb93b66f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001316 10.0.0.50 - - [2026-02-19 02:22:43] "POST /neutron/port HTTP/1.1" 200 1017 0.165175 10.0.0.50 - - [2026-02-19 02:22:43] "POST /id-to-fqname HTTP/1.1" 200 220 0.001331 10.0.0.50 - - [2026-02-19 02:22:44] "POST /neutron/port HTTP/1.1" 200 1017 0.008633 10.0.0.50 - - [2026-02-19 02:22:44] "POST /neutron/port HTTP/1.1" 200 1017 0.010046 10.0.0.50 - - [2026-02-19 02:22:44] "POST /neutron/network HTTP/1.1" 200 994 0.007215 10.0.0.50 - - [2026-02-19 02:22:44] "POST /neutron/port HTTP/1.1" 200 1017 0.008467 10.0.0.50 - - [2026-02-19 02:22:44] "POST /neutron/port HTTP/1.1" 200 117 0.009741 10.0.0.50 - - [2026-02-19 02:22:44] "POST /neutron/port HTTP/1.1" 200 1017 0.011337 10.0.0.50 - - [2026-02-19 02:22:44] "POST /neutron/port HTTP/1.1" 200 117 0.004941 10.0.0.50 - - [2026-02-19 02:22:44] "POST /id-to-fqname HTTP/1.1" 200 220 0.001412 10.0.0.50 - - [2026-02-19 02:22:44] "POST /neutron/port HTTP/1.1" 200 117 0.004982 10.0.0.50 - - [2026-02-19 02:22:44] "POST /neutron/port HTTP/1.1" 200 1017 0.009759 10.0.0.50 - - [2026-02-19 02:22:44] "POST /neutron/port HTTP/1.1" 200 1017 0.012943 10.0.0.50 - - [2026-02-19 02:22:44] "POST /neutron/network HTTP/1.1" 200 994 0.013074 10.0.0.50 - - [2026-02-19 02:22:44] "POST /neutron/port HTTP/1.1" 200 1017 0.010251 10.0.0.50 - - [2026-02-19 02:22:44] "POST /neutron/port HTTP/1.1" 200 1017 0.010351 10.0.0.50 - - [2026-02-19 02:22:44] "POST /neutron/port HTTP/1.1" 200 117 0.006145 10.0.0.50 - - [2026-02-19 02:22:44] "POST /neutron/port HTTP/1.1" 200 117 0.004997 10.0.0.50 - - [2026-02-19 02:22:44] "POST /id-to-fqname HTTP/1.1" 200 220 0.001426 10.0.0.50 - - [2026-02-19 02:22:44] "POST /neutron/port HTTP/1.1" 200 1017 0.009192 10.0.0.50 - - [2026-02-19 02:22:44] "POST /neutron/network HTTP/1.1" 200 1004 0.005104 10.0.0.50 - - [2026-02-19 02:22:44] "POST /neutron/port HTTP/1.1" 200 1017 0.011053 10.0.0.50 - - [2026-02-19 02:22:44] "POST /neutron/port HTTP/1.1" 200 1017 0.009880 10.0.0.50 - - [2026-02-19 02:22:44] "POST /neutron/port HTTP/1.1" 200 117 0.016680 10.0.0.50 - - [2026-02-19 02:22:45] "POST /neutron/port HTTP/1.1" 200 1109 0.084233 10.0.0.50 - - [2026-02-19 02:22:45] "POST /neutron/port HTTP/1.1" 200 1119 0.013358 10.0.0.50 - - [2026-02-19 02:22:45] "POST /neutron/network HTTP/1.1" 200 1004 0.006236 10.0.0.50 - - [2026-02-19 02:22:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004005 10.0.0.50 - - [2026-02-19 02:22:45] "GET /aaa-mode HTTP/1.1" 401 292 0.001038 10.0.0.50 - - [2026-02-19 02:22:45] "POST /neutron/subnet HTTP/1.1" 200 673 0.008260 10.0.0.50 - - [2026-02-19 02:22:45] "POST /neutron/port HTTP/1.1" 200 117 0.001239 10.0.0.50 - - [2026-02-19 02:22:45] "POST /neutron/network HTTP/1.1" 200 994 0.010261 10.0.0.50 - - [2026-02-19 02:22:45] "POST /neutron/port HTTP/1.1" 200 1017 0.011911 10.0.0.50 - - [2026-02-19 02:22:45] "POST /neutron/network HTTP/1.1" 200 1004 0.005613 10.0.0.50 - - [2026-02-19 02:22:45] "POST /neutron/port HTTP/1.1" 200 1017 0.012302 10.0.0.50 - - [2026-02-19 02:22:45] "POST /neutron/port HTTP/1.1" 200 1017 0.013510 10.0.0.50 - - [2026-02-19 02:22:45] "GET / HTTP/1.1" 200 35931 0.002221 10.0.0.50 - - [2026-02-19 02:22:45] "GET /project/577e5b79-b2e2-4492-a010-01acb93b66f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000351 10.0.0.50 - - [2026-02-19 02:22:45] "POST /neutron/port HTTP/1.1" 200 1109 0.104080 10.0.0.50 - - [2026-02-19 02:22:45] "POST /neutron/port HTTP/1.1" 200 1119 0.026232 10.0.0.50 - - [2026-02-19 02:22:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004228 10.0.0.50 - - [2026-02-19 02:22:45] "POST /neutron/subnet HTTP/1.1" 200 673 0.027648 10.0.0.50 - - [2026-02-19 02:22:45] "POST /neutron/port HTTP/1.1" 200 117 0.001919 10.0.0.50 - - [2026-02-19 02:22:45] "POST /neutron/network HTTP/1.1" 200 994 0.008509 10.0.0.50 - - [2026-02-19 02:22:45] "GET /projects?obj_uuids=577e5b79-b2e2-4492-a010-01acb93b66f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001052 10.0.0.50 - - [2026-02-19 02:22:45] "GET /project/577e5b79-b2e2-4492-a010-01acb93b66f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.060983 10.0.0.50 - - [2026-02-19 02:22:46] "POST /neutron/network HTTP/1.1" 200 994 0.008965 10.0.0.50 - - [2026-02-19 02:22:46] "POST /neutron/port HTTP/1.1" 200 2086 0.023432 10.0.0.50 - - [2026-02-19 02:22:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.013556 10.0.0.50 - - [2026-02-19 02:22:46] "POST /neutron/port HTTP/1.1" 200 117 0.007026 10.0.0.50 - - [2026-02-19 02:22:46] "GET /domains HTTP/1.1" 200 280 0.002874 10.0.0.50 - - [2026-02-19 02:22:46] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001099 10.0.0.50 - - [2026-02-19 02:22:46] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 2574 0.008235 10.0.0.50 - - [2026-02-19 02:22:46] "GET /projects?obj_uuids=577e5b79-b2e2-4492-a010-01acb93b66f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001373 10.0.0.50 - - [2026-02-19 02:22:46] "GET /project/577e5b79-b2e2-4492-a010-01acb93b66f8 HTTP/1.1" 200 2841 0.081332 10.0.0.50 - - [2026-02-19 02:22:46] "GET /network-ipam/1ba1e1d8-dcf9-4d04-bd88-a61ef4d9a269 HTTP/1.1" 200 2645 0.004694 10.0.0.50 - - [2026-02-19 02:22:46] "GET /domains HTTP/1.1" 200 280 0.003430 10.0.0.50 - - [2026-02-19 02:22:46] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001123 10.0.0.50 - - [2026-02-19 02:22:46] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 2574 0.012159 10.0.0.50 - - [2026-02-19 02:22:46] "GET /projects?obj_uuids=577e5b79-b2e2-4492-a010-01acb93b66f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000973 10.0.0.50 - - [2026-02-19 02:22:46] "GET /project/577e5b79-b2e2-4492-a010-01acb93b66f8 HTTP/1.1" 200 2841 0.068570 10.0.0.50 - - [2026-02-19 02:22:46] "GET /virtual-network/88c380d2-4809-42bb-99c4-5c9bdf8cf4d6 HTTP/1.1" 200 3779 0.019567 10.0.0.50 - - [2026-02-19 02:22:46] "GET /virtual-network/88c380d2-4809-42bb-99c4-5c9bdf8cf4d6 HTTP/1.1" 200 3779 0.005272 10.0.0.50 - - [2026-02-19 02:22:46] "GET /routing-instance/2492b2cf-40fc-44d4-a6ad-e5d56499a262 HTTP/1.1" 200 2380 0.005610 10.0.0.50 - - [2026-02-19 02:22:46] "GET /routing-instance/2492b2cf-40fc-44d4-a6ad-e5d56499a262 HTTP/1.1" 200 2380 0.004318 10.0.0.50 - - [2026-02-19 02:22:46] "GET /route-target/dcd2b78f-3252-4701-b5ee-b895781021e5 HTTP/1.1" 200 1205 0.003865 10.0.0.50 - - [2026-02-19 02:22:46] "GET /virtual-network/88c380d2-4809-42bb-99c4-5c9bdf8cf4d6 HTTP/1.1" 200 3779 0.006261 10.0.0.50 - - [2026-02-19 02:22:46] "GET /routing-instance/2492b2cf-40fc-44d4-a6ad-e5d56499a262 HTTP/1.1" 200 2380 0.008342 10.0.0.50 - - [2026-02-19 02:22:46] "GET /virtual-network/88c380d2-4809-42bb-99c4-5c9bdf8cf4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005960 10.0.0.50 - - [2026-02-19 02:22:46] "GET /virtual-network/88c380d2-4809-42bb-99c4-5c9bdf8cf4d6 HTTP/1.1" 200 3779 0.005090 10.0.0.50 - - [2026-02-19 02:22:46] "GET /routing-instance/2492b2cf-40fc-44d4-a6ad-e5d56499a262 HTTP/1.1" 200 2380 0.003468 10.0.0.50 - - [2026-02-19 02:22:46] "GET /routing-instance/2492b2cf-40fc-44d4-a6ad-e5d56499a262 HTTP/1.1" 200 2380 0.003378 10.0.0.50 - - [2026-02-19 02:22:46] "GET /route-target/dcd2b78f-3252-4701-b5ee-b895781021e5 HTTP/1.1" 200 1205 0.003482 10.0.0.50 - - [2026-02-19 02:22:46] "GET /domains HTTP/1.1" 200 280 0.002823 10.0.0.50 - - [2026-02-19 02:22:46] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001040 10.0.0.50 - - [2026-02-19 02:22:46] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 2574 0.006696 10.0.0.50 - - [2026-02-19 02:22:46] "GET /projects?obj_uuids=577e5b79-b2e2-4492-a010-01acb93b66f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000943 10.0.0.50 - - [2026-02-19 02:22:46] "POST /neutron/network HTTP/1.1" 200 1004 0.007120 10.0.0.50 - - [2026-02-19 02:22:46] "GET /project/577e5b79-b2e2-4492-a010-01acb93b66f8 HTTP/1.1" 200 2841 0.110411 10.0.0.50 - - [2026-02-19 02:22:46] "GET /projects?obj_uuids=577e5b79-b2e2-4492-a010-01acb93b66f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001663 10.0.0.50 - - [2026-02-19 02:22:46] "GET /virtual-network/88c380d2-4809-42bb-99c4-5c9bdf8cf4d6 HTTP/1.1" 200 3779 0.009938 10.0.0.50 - - [2026-02-19 02:22:47] "POST /neutron/port HTTP/1.1" 200 1055 0.292549 10.0.0.50 - - [2026-02-19 02:22:47] "POST /neutron/port HTTP/1.1" 200 1055 0.010869 10.0.0.50 - - [2026-02-19 02:22:47] "POST /neutron/port HTTP/1.1" 200 1055 0.028836 10.0.0.50 - - [2026-02-19 02:22:47] "POST /neutron/port HTTP/1.1" 200 1109 0.148255 10.0.0.50 - - [2026-02-19 02:22:47] "POST /neutron/port HTTP/1.1" 200 1119 0.011248 10.0.0.50 - - [2026-02-19 02:22:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004188 10.0.0.50 - - [2026-02-19 02:22:47] "POST /neutron/subnet HTTP/1.1" 200 673 0.008894 10.0.0.50 - - [2026-02-19 02:22:47] "POST /neutron/port HTTP/1.1" 200 117 0.005549 10.0.0.50 - - [2026-02-19 02:22:47] "POST /neutron/network HTTP/1.1" 200 994 0.006439 10.0.0.50 - - [2026-02-19 02:22:47] "GET /obj-perms HTTP/1.1" 200 5030 0.096001 10.0.0.50 - - [2026-02-19 02:22:47] "POST /neutron/port HTTP/1.1" 200 1119 0.011488 10.0.0.50 - - [2026-02-19 02:22:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008153 10.0.0.50 - - [2026-02-19 02:22:47] "POST /neutron/port HTTP/1.1" 200 1119 0.012235 10.0.0.50 - - [2026-02-19 02:22:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007166 10.0.0.50 - - [2026-02-19 02:22:47] "POST /neutron/port HTTP/1.1" 200 1119 0.015155 10.0.0.50 - - [2026-02-19 02:22:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012051 10.0.0.50 - - [2026-02-19 02:22:47] "GET /virtual-machine/86dc86a7-7d69-461c-ac47-ec58999861a9 HTTP/1.1" 200 1288 0.005905 10.0.0.50 - - [2026-02-19 02:22:47] "GET /virtual-machine-interface/1d957cb1-ac2c-4d3e-a74c-8761758d77b2 HTTP/1.1" 200 2940 0.005060 10.0.0.50 - - [2026-02-19 02:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002577 10.0.0.50 - - [2026-02-19 02:22:47] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004337 10.0.0.50 - - [2026-02-19 02:22:47] "GET /virtual-networks?parent_id=577e5b79-b2e2-4492-a010-01acb93b66f8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002767 10.0.0.50 - - [2026-02-19 02:22:47] "GET /virtual-network/88c380d2-4809-42bb-99c4-5c9bdf8cf4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005029 10.0.0.50 - - [2026-02-19 02:22:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.50 - - [2026-02-19 02:22:51] "GET /virtual-network/88c380d2-4809-42bb-99c4-5c9bdf8cf4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.012622 10.0.0.50 - - [2026-02-19 02:22:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.50 - - [2026-02-19 02:22:55] "GET /virtual-network/88c380d2-4809-42bb-99c4-5c9bdf8cf4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005266 10.0.0.50 - - [2026-02-19 02:22:55] "POST /neutron/port HTTP/1.1" 200 1119 0.012601 10.0.0.50 - - [2026-02-19 02:22:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005895 10.0.0.50 - - [2026-02-19 02:22:56] "POST /neutron/port HTTP/1.1" 200 1119 0.012933 10.0.0.50 - - [2026-02-19 02:22:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006325 10.0.0.50 - - [2026-02-19 02:22:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.50 - - [2026-02-19 02:22:57] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008168 10.0.0.50 - - [2026-02-19 02:22:57] "GET /virtual-networks?parent_id=577e5b79-b2e2-4492-a010-01acb93b66f8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002806 10.0.0.50 - - [2026-02-19 02:22:57] "GET /virtual-network/88c380d2-4809-42bb-99c4-5c9bdf8cf4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005240 10.0.0.50 - - [2026-02-19 02:22:57] "POST /neutron/port HTTP/1.1" 200 1119 0.016745 10.0.0.50 - - [2026-02-19 02:22:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006502 10.0.0.50 - - [2026-02-19 02:22:57] "POST /neutron/port HTTP/1.1" 200 1119 0.015234 10.0.0.50 - - [2026-02-19 02:22:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006028 10.0.0.50 - - [2026-02-19 02:22:57] "POST /neutron/port HTTP/1.1" 200 1119 0.019554 10.0.0.50 - - [2026-02-19 02:22:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007749 10.0.0.50 - - [2026-02-19 02:22:57] "POST /neutron/port HTTP/1.1" 200 1119 0.014675 10.0.0.50 - - [2026-02-19 02:22:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007687 10.0.0.50 - - [2026-02-19 02:22:57] "GET /virtual-machine/7ae56a5b-058d-42c5-91ce-3ae5596c6d71 HTTP/1.1" 200 1288 0.006320 10.0.0.50 - - [2026-02-19 02:22:58] "GET /virtual-machine-interface/74917120-42de-4310-8865-6cc2651fd00e HTTP/1.1" 200 2939 0.008410 10.0.0.50 - - [2026-02-19 02:22:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.50 - - [2026-02-19 02:22:58] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005059 10.0.0.50 - - [2026-02-19 02:22:58] "GET /virtual-networks?parent_id=577e5b79-b2e2-4492-a010-01acb93b66f8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003548 10.0.0.50 - - [2026-02-19 02:22:58] "GET /virtual-network/88c380d2-4809-42bb-99c4-5c9bdf8cf4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006899 10.0.0.50 - - [2026-02-19 02:22:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.50 - - [2026-02-19 02:22:59] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003943 10.0.0.50 - - [2026-02-19 02:22:59] "GET /virtual-networks?parent_id=577e5b79-b2e2-4492-a010-01acb93b66f8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003526 10.0.0.50 - - [2026-02-19 02:22:59] "GET /virtual-network/88c380d2-4809-42bb-99c4-5c9bdf8cf4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.008424 10.0.0.50 - - [2026-02-19 02:22:59] "POST /neutron/port HTTP/1.1" 200 1119 0.014169 10.0.0.50 - - [2026-02-19 02:22:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006086 10.0.0.50 - - [2026-02-19 02:22:59] "POST /neutron/port HTTP/1.1" 200 1119 0.013788 10.0.0.50 - - [2026-02-19 02:22:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007512 10.0.0.50 - - [2026-02-19 02:22:59] "POST /neutron/port HTTP/1.1" 200 1119 0.014139 10.0.0.50 - - [2026-02-19 02:22:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006474 10.0.0.50 - - [2026-02-19 02:22:59] "GET /virtual-machine/87b84203-a899-4e7f-bc05-017c3193cb3c HTTP/1.1" 200 1292 0.006471 10.0.0.50 - - [2026-02-19 02:22:59] "GET /virtual-machine-interface/2bbc0314-9d06-4dac-8a69-312e9f83b0ff HTTP/1.1" 200 2939 0.005335 10.0.0.50 - - [2026-02-19 02:22:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.50 - - [2026-02-19 02:22:59] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004423 10.0.0.50 - - [2026-02-19 02:22:59] "GET /virtual-networks?parent_id=577e5b79-b2e2-4492-a010-01acb93b66f8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002894 10.0.0.50 - - [2026-02-19 02:23:00] "GET /virtual-network/88c380d2-4809-42bb-99c4-5c9bdf8cf4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006574 10.0.0.50 - - [2026-02-19 02:23:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.50 - - [2026-02-19 02:23:01] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003801 10.0.0.50 - - [2026-02-19 02:23:01] "GET /virtual-networks?parent_id=577e5b79-b2e2-4492-a010-01acb93b66f8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003351 10.0.0.50 - - [2026-02-19 02:23:01] "GET /virtual-network/88c380d2-4809-42bb-99c4-5c9bdf8cf4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006122 10.0.0.50 - - [2026-02-19 02:23:06] "POST /neutron/port HTTP/1.1" 200 1119 0.022052 10.0.0.50 - - [2026-02-19 02:23:06] "POST /neutron/port HTTP/1.1" 200 1119 0.013722 10.0.0.50 - - [2026-02-19 02:23:06] "POST /neutron/network HTTP/1.1" 200 1004 0.007474 10.0.0.50 - - [2026-02-19 02:23:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005607 10.0.0.50 - - [2026-02-19 02:23:06] "POST /neutron/subnet HTTP/1.1" 200 673 0.014592 10.0.0.50 - - [2026-02-19 02:23:06] "POST /neutron/port HTTP/1.1" 200 117 0.001372 10.0.0.50 - - [2026-02-19 02:23:06] "POST /neutron/network HTTP/1.1" 200 994 0.008467 10.0.0.50 - - [2026-02-19 02:23:17] "POST /neutron/port HTTP/1.1" 200 1109 0.014993 10.0.0.50 - - [2026-02-19 02:23:17] "POST /neutron/port HTTP/1.1" 200 1109 0.010699 10.0.0.50 - - [2026-02-19 02:23:17] "POST /neutron/port HTTP/1.1" 200 151 0.128063 10.0.0.50 - - [2026-02-19 02:23:17] "POST /neutron/port HTTP/1.1" 200 1109 0.016185 10.0.0.50 - - [2026-02-19 02:23:17] "POST /neutron/port HTTP/1.1" 200 1109 0.010978 10.0.0.50 - - [2026-02-19 02:23:17] "POST /neutron/port HTTP/1.1" 200 1119 0.012856 10.0.0.50 - - [2026-02-19 02:23:17] "POST /neutron/port HTTP/1.1" 200 1109 0.011712 10.0.0.50 - - [2026-02-19 02:23:18] "POST /neutron/port HTTP/1.1" 200 151 0.172709 10.0.0.50 - - [2026-02-19 02:23:18] "POST /neutron/network HTTP/1.1" 200 994 0.007559 10.0.0.50 - - [2026-02-19 02:23:18] "POST /neutron/port HTTP/1.1" 200 151 0.174093 10.0.0.50 - - [2026-02-19 02:23:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003855 10.0.0.50 - - [2026-02-19 02:23:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002586 10.0.0.50 - - [2026-02-19 02:23:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002684 10.0.0.50 - - [2026-02-19 02:23:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002573 10.0.0.50 - - [2026-02-19 02:23:18] "POST /neutron/network HTTP/1.1" 200 151 0.126207 10.0.0.50 - - [2026-02-19 02:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.034931 10.0.0.50 - - [2026-02-19 02:23:18] "GET /routing-instance/2492b2cf-40fc-44d4-a6ad-e5d56499a262 HTTP/1.1" 404 171 0.002761 10.0.0.50 - - [2026-02-19 02:23:18] "GET /domains HTTP/1.1" 200 280 0.008084 10.0.0.50 - - [2026-02-19 02:23:18] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003932 10.0.0.50 - - [2026-02-19 02:23:18] "DELETE /route-target/dcd2b78f-3252-4701-b5ee-b895781021e5 HTTP/1.1" 200 115 0.038670 10.0.0.50 - - [2026-02-19 02:23:18] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 2574 0.052281 10.0.0.50 - - [2026-02-19 02:23:18] "GET /projects?obj_uuids=577e5b79-b2e2-4492-a010-01acb93b66f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001051 10.0.0.50 - - [2026-02-19 02:23:18] "GET /project/577e5b79-b2e2-4492-a010-01acb93b66f8 HTTP/1.1" 200 2084 0.066429 10.0.0.50 - - [2026-02-19 02:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002650 10.0.0.50 - - [2026-02-19 02:23:18] "DELETE /network-ipam/1ba1e1d8-dcf9-4d04-bd88-a61ef4d9a269 HTTP/1.1" 200 115 0.027758 10.0.0.50 - - [2026-02-19 02:23:18] "POST /fqname-to-id HTTP/1.1" 404 211 0.005972 10.0.0.50 - - [2026-02-19 02:23:18] "GET /projects?obj_uuids=577e5b79-b2e2-4492-a010-01acb93b66f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001477 10.0.0.50 - - [2026-02-19 02:23:18] "GET /project/577e5b79-b2e2-4492-a010-01acb93b66f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.027646 10.0.0.50 - - [2026-02-19 02:23:18] "GET /projects?obj_uuids=577e5b79-b2e2-4492-a010-01acb93b66f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001287 10.0.0.50 - - [2026-02-19 02:23:18] "GET /project/577e5b79-b2e2-4492-a010-01acb93b66f8?fields=virtual_networks HTTP/1.1" 200 1031 0.068774 10.0.0.50 - - [2026-02-19 02:23:18] "GET /projects?obj_uuids=577e5b79-b2e2-4492-a010-01acb93b66f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001017 10.0.0.50 - - [2026-02-19 02:23:18] "GET /project/577e5b79-b2e2-4492-a010-01acb93b66f8?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.030238 10.0.0.50 - - [2026-02-19 02:23:19] "GET /projects?obj_uuids=577e5b79-b2e2-4492-a010-01acb93b66f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001109 10.0.0.50 - - [2026-02-19 02:23:19] "GET /project/577e5b79-b2e2-4492-a010-01acb93b66f8?fields=security_groups HTTP/1.1" 200 1257 0.029921 10.0.0.50 - - [2026-02-19 02:23:22] "GET /projects?obj_uuids=577e5b79-b2e2-4492-a010-01acb93b66f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000994 10.0.0.50 - - [2026-02-19 02:23:22] "GET /project/577e5b79-b2e2-4492-a010-01acb93b66f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.046620 10.0.0.50 - - [2026-02-19 02:23:22] "GET /projects?obj_uuids=577e5b79-b2e2-4492-a010-01acb93b66f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002672 10.0.0.50 - - [2026-02-19 02:23:22] "GET /project/577e5b79-b2e2-4492-a010-01acb93b66f8?fields=security_groups HTTP/1.1" 200 1362 0.057958 10.0.0.50 - - [2026-02-19 02:23:22] "DELETE /security-group/e49fb091-91d3-43b3-8547-2e9bd1ff1ed6 HTTP/1.1" 200 115 0.063965 10.0.0.50 - - [2026-02-19 02:23:22] "GET /projects?obj_uuids=577e5b79-b2e2-4492-a010-01acb93b66f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001179 10.0.0.50 - - [2026-02-19 02:23:22] "DELETE /access-control-list/a76d1302-a7b8-460d-8fbd-f56be3fb1944 HTTP/1.1" 200 115 0.091175 10.0.0.50 - - [2026-02-19 02:23:22] "GET /project/577e5b79-b2e2-4492-a010-01acb93b66f8?fields=application_policy_sets HTTP/1.1" 200 1401 0.075303 10.0.0.50 - - [2026-02-19 02:23:22] "DELETE /access-control-list/e15be544-69ee-4ed8-b000-436dd6dbb7f7 HTTP/1.1" 200 115 0.046134 10.0.0.50 - - [2026-02-19 02:23:22] "DELETE /project/577e5b79-b2e2-4492-a010-01acb93b66f8 HTTP/1.1" 200 115 0.454874 10.0.0.50 - - [2026-02-19 02:23:23] "POST /neutron/port HTTP/1.1" 200 117 0.004618 10.0.0.50 - - [2026-02-19 02:23:23] "POST /neutron/port HTTP/1.1" 400 205 0.006526 10.0.0.50 - - [2026-02-19 02:23:23] "POST /neutron/port HTTP/1.1" 200 117 0.007632 10.0.0.50 - - [2026-02-19 02:23:23] "POST /neutron/port HTTP/1.1" 400 205 0.003099 10.0.0.50 - - [2026-02-19 02:23:27] "GET / HTTP/1.1" 200 35931 0.001975 10.0.0.50 - - [2026-02-19 02:23:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000453 10.0.0.50 - - [2026-02-19 02:23:28] "POST /fqname-to-id HTTP/1.1" 404 183 0.052358 10.0.0.50 - - [2026-02-19 02:23:28] "GET /projects?obj_uuids=d771f708-8852-4ec4-9bbf-74a4c34f1254&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002671 10.0.0.50 - - [2026-02-19 02:23:28] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001398 10.0.0.50 - - [2026-02-19 02:23:28] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007238 10.0.0.50 - - [2026-02-19 02:23:28] "POST /id-to-fqname HTTP/1.1" 200 185 0.001674 10.0.0.50 - - [2026-02-19 02:23:28] "POST /fqname-to-id HTTP/1.1" 404 194 0.005117 10.0.0.50 - - [2026-02-19 02:23:28] "POST /security-groups HTTP/1.1" 200 586 0.064902 10.0.0.50 - - [2026-02-19 02:23:29] "POST /fqname-to-id HTTP/1.1" 404 229 0.002501 10.0.0.50 - - [2026-02-19 02:23:29] "POST /projects HTTP/1.1" 200 575 0.222461 10.0.0.50 - - [2026-02-19 02:23:29] "POST /access-control-lists HTTP/1.1" 200 591 0.058790 10.0.0.50 - - [2026-02-19 02:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.298882 10.0.0.50 - - [2026-02-19 02:23:29] "POST /fqname-to-id HTTP/1.1" 404 228 0.002634 10.0.0.50 - - [2026-02-19 02:23:29] "GET /project/d771f708-8852-4ec4-9bbf-74a4c34f1254?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.426036 10.0.0.50 - - [2026-02-19 02:23:29] "POST /access-control-lists HTTP/1.1" 200 589 0.064870 10.0.0.50 - - [2026-02-19 02:23:30] "GET / HTTP/1.1" 200 35931 0.003249 10.0.0.50 - - [2026-02-19 02:23:32] "GET /obj-perms HTTP/1.1" 200 5056 0.102770 10.0.0.50 - - [2026-02-19 02:23:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000547 10.0.0.50 - - [2026-02-19 02:23:33] "GET /obj-perms HTTP/1.1" 200 5056 0.382993 10.0.0.50 - - [2026-02-19 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.030436 10.0.0.50 - - [2026-02-19 02:23:33] "GET /api-access-list/aed6f3d1-2651-4d3a-b987-c0d3afb2ca74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.005796 10.0.0.50 - - [2026-02-19 02:23:33] "GET /api-access-list/aed6f3d1-2651-4d3a-b987-c0d3afb2ca74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004355 10.0.0.50 - - [2026-02-19 02:23:34] "GET /api-access-list/aed6f3d1-2651-4d3a-b987-c0d3afb2ca74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.005051 10.0.0.50 - - [2026-02-19 02:23:34] "PUT /api-access-list/aed6f3d1-2651-4d3a-b987-c0d3afb2ca74 HTTP/1.1" 200 264 0.010868 10.0.0.50 - - [2026-02-19 02:23:34] "GET /aaa-mode HTTP/1.1" 401 292 0.000554 10.0.0.50 - - [2026-02-19 02:23:34] "GET /aaa-mode HTTP/1.1" 200 128 0.032830 10.0.0.50 - - [2026-02-19 02:23:35] "POST /fqname-to-id HTTP/1.1" 404 183 0.025253 10.0.0.50 - - [2026-02-19 02:23:35] "GET /projects?obj_uuids=1e7672ff-9f8a-4dfa-a031-11a243512318&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002999 10.0.0.50 - - [2026-02-19 02:23:35] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001338 10.0.0.50 - - [2026-02-19 02:23:35] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008231 10.0.0.50 - - [2026-02-19 02:23:35] "POST /id-to-fqname HTTP/1.1" 200 185 0.001749 10.0.0.50 - - [2026-02-19 02:23:35] "POST /fqname-to-id HTTP/1.1" 404 194 0.002490 10.0.0.50 - - [2026-02-19 02:23:35] "POST /security-groups HTTP/1.1" 200 586 0.064035 10.0.0.50 - - [2026-02-19 02:23:35] "POST /fqname-to-id HTTP/1.1" 404 229 0.002620 10.0.0.50 - - [2026-02-19 02:23:35] "POST /projects HTTP/1.1" 200 575 0.222508 10.0.0.50 - - [2026-02-19 02:23:35] "POST /access-control-lists HTTP/1.1" 200 591 0.062788 10.0.0.50 - - [2026-02-19 02:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.296330 10.0.0.50 - - [2026-02-19 02:23:35] "POST /fqname-to-id HTTP/1.1" 404 228 0.002438 10.0.0.50 - - [2026-02-19 02:23:35] "GET /project/1e7672ff-9f8a-4dfa-a031-11a243512318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.428797 10.0.0.50 - - [2026-02-19 02:23:35] "POST /access-control-lists HTTP/1.1" 200 589 0.056421 10.0.0.50 - - [2026-02-19 02:23:36] "POST /fqname-to-id HTTP/1.1" 404 183 0.025016 10.0.0.50 - - [2026-02-19 02:23:36] "GET /projects?obj_uuids=08ed3ec1-2a7c-47e4-a116-acbacca099e1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003025 10.0.0.50 - - [2026-02-19 02:23:36] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001529 10.0.0.50 - - [2026-02-19 02:23:36] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008639 10.0.0.50 - - [2026-02-19 02:23:36] "POST /id-to-fqname HTTP/1.1" 200 185 0.002591 10.0.0.50 - - [2026-02-19 02:23:36] "POST /fqname-to-id HTTP/1.1" 404 194 0.002441 10.0.0.50 - - [2026-02-19 02:23:36] "POST /security-groups HTTP/1.1" 200 586 0.067003 10.0.0.50 - - [2026-02-19 02:23:36] "POST /fqname-to-id HTTP/1.1" 404 229 0.003251 10.0.0.50 - - [2026-02-19 02:23:36] "POST /projects HTTP/1.1" 200 575 0.229154 10.0.0.50 - - [2026-02-19 02:23:36] "POST /access-control-lists HTTP/1.1" 200 591 0.057835 10.0.0.50 - - [2026-02-19 02:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.300900 10.0.0.50 - - [2026-02-19 02:23:36] "POST /fqname-to-id HTTP/1.1" 404 228 0.003316 10.0.0.50 - - [2026-02-19 02:23:36] "GET /project/08ed3ec1-2a7c-47e4-a116-acbacca099e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1341 0.435404 10.0.0.50 - - [2026-02-19 02:23:36] "POST /access-control-lists HTTP/1.1" 200 589 0.063497 10.0.0.50 - - [2026-02-19 02:23:37] "GET / HTTP/1.1" 200 35931 0.003003 10.0.0.50 - - [2026-02-19 02:23:38] "GET / HTTP/1.1" 200 35931 0.001501 10.0.0.50 - - [2026-02-19 02:23:38] "POST /fqname-to-id HTTP/1.1" 404 183 0.002794 10.0.0.50 - - [2026-02-19 02:23:38] "POST /api-access-lists HTTP/1.1" 200 521 0.013430 10.0.0.50 - - [2026-02-19 02:23:38] "GET /api-access-list/02658b0b-fb9f-418a-8dad-33e85c17b680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1263 0.004145 10.0.0.50 - - [2026-02-19 02:23:38] "GET /api-access-list/02658b0b-fb9f-418a-8dad-33e85c17b680 HTTP/1.1" 401 292 0.000492 10.0.0.50 - - [2026-02-19 02:23:39] "GET /api-access-list/02658b0b-fb9f-418a-8dad-33e85c17b680 HTTP/1.1" 200 1263 0.070190 10.0.0.50 - - [2026-02-19 02:23:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000449 10.0.0.50 - - [2026-02-19 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.072837 10.0.0.50 - - [2026-02-19 02:23:39] "GET /projects?obj_uuids=1e7672ff-9f8a-4dfa-a031-11a243512318&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001442 10.0.0.50 - - [2026-02-19 02:23:39] "GET /project/1e7672ff-9f8a-4dfa-a031-11a243512318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.040152 10.0.0.50 - - [2026-02-19 02:23:39] "GET /virtual-networks?parent_id=1e7672ff-9f8a-4dfa-a031-11a243512318&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011387 10.0.0.50 - - [2026-02-19 02:23:39] "POST /virtual-networks HTTP/1.1" 200 568 0.058058 10.0.0.50 - - [2026-02-19 02:23:39] "POST /route-targets HTTP/1.1" 200 327 0.009867 10.0.0.50 - - [2026-02-19 02:23:39] "POST /ref-update HTTP/1.1" 200 156 0.014667 10.0.0.50 - - [2026-02-19 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.015536 10.0.0.50 - - [2026-02-19 02:23:39] "GET /network-ipam/064d28d3-95fa-4b95-8da9-87d508b19593?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.010798 10.0.0.50 - - [2026-02-19 02:23:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003892 10.0.0.50 - - [2026-02-19 02:23:39] "POST /ref-update HTTP/1.1" 200 156 0.051000 10.0.0.50 - - [2026-02-19 02:23:40] "POST /neutron/network HTTP/1.1" 200 832 0.048042 10.0.0.50 - - [2026-02-19 02:23:40] "POST /neutron/network HTTP/1.1" 200 832 0.020107 10.0.0.50 - - [2026-02-19 02:23:40] "GET /virtual-network/15e1ac9b-d341-4ead-ac5d-20eec435ea98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.012569 10.0.0.50 - - [2026-02-19 02:23:40] "POST /neutron/network HTTP/1.1" 200 832 0.019402 10.0.0.50 - - [2026-02-19 02:23:40] "POST /neutron/subnet HTTP/1.1" 200 678 0.027393 10.0.0.50 - - [2026-02-19 02:23:40] "GET /virtual-network/15e1ac9b-d341-4ead-ac5d-20eec435ea98 HTTP/1.1" 401 292 0.000404 10.0.0.50 - - [2026-02-19 02:23:40] "GET /virtual-network/15e1ac9b-d341-4ead-ac5d-20eec435ea98 HTTP/1.1" 200 2267 0.046989 10.0.0.50 - - [2026-02-19 02:23:40] "GET /virtual-network/15e1ac9b-d341-4ead-ac5d-20eec435ea98 HTTP/1.1" 401 292 0.000423 10.0.0.50 - - [2026-02-19 02:23:40] "GET /virtual-network/15e1ac9b-d341-4ead-ac5d-20eec435ea98 HTTP/1.1" 200 2007 0.046958 10.0.0.50 - - [2026-02-19 02:23:41] "GET /obj-perms HTTP/1.1" 200 4915 0.063142 10.0.0.50 - - [2026-02-19 02:23:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000384 10.0.0.50 - - [2026-02-19 02:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.028359 10.0.0.50 - - [2026-02-19 02:23:41] "GET /virtual-network/15e1ac9b-d341-4ead-ac5d-20eec435ea98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.014407 10.0.0.50 - - [2026-02-19 02:23:41] "GET /obj-perms HTTP/1.1" 200 4915 0.009812 10.0.0.50 - - [2026-02-19 02:23:41] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.017601 10.0.0.50 - - [2026-02-19 02:23:42] "GET /obj-perms HTTP/1.1" 200 4915 0.061950 10.0.0.50 - - [2026-02-19 02:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.50 - - [2026-02-19 02:23:42] "GET /virtual-network/15e1ac9b-d341-4ead-ac5d-20eec435ea98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.014267 10.0.0.50 - - [2026-02-19 02:23:42] "GET /obj-perms HTTP/1.1" 200 4915 0.009131 10.0.0.50 - - [2026-02-19 02:23:42] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.016970 10.0.0.50 - - [2026-02-19 02:23:42] "POST /id-to-fqname HTTP/1.1" 401 292 0.000477 10.0.0.50 - - [2026-02-19 02:23:42] "POST /id-to-fqname HTTP/1.1" 200 230 0.040364 10.0.0.50 - - [2026-02-19 02:23:43] "POST /neutron/network HTTP/1.1" 200 842 0.056820 10.0.0.50 - - [2026-02-19 02:23:43] "GET /aaa-mode HTTP/1.1" 401 292 0.000414 10.0.0.50 - - [2026-02-19 02:23:44] "GET / HTTP/1.1" 200 35931 0.001882 10.0.0.50 - - [2026-02-19 02:23:44] "GET /project/08ed3ec1-2a7c-47e4-a116-acbacca099e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000389 10.0.0.50 - - [2026-02-19 02:23:44] "GET /projects?obj_uuids=08ed3ec1-2a7c-47e4-a116-acbacca099e1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001240 10.0.0.50 - - [2026-02-19 02:23:44] "GET /project/08ed3ec1-2a7c-47e4-a116-acbacca099e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1341 0.063502 10.0.0.50 - - [2026-02-19 02:23:44] "POST /neutron/network HTTP/1.1" 200 832 0.005276 10.0.0.50 - - [2026-02-19 02:23:44] "POST /neutron/port HTTP/1.1" 200 117 0.030562 10.0.0.50 - - [2026-02-19 02:23:44] "POST /neutron/port HTTP/1.1" 200 117 0.006247 10.0.0.50 - - [2026-02-19 02:23:44] "POST /neutron/port HTTP/1.1" 200 117 0.005168 10.0.0.50 - - [2026-02-19 02:23:45] "POST /neutron/network HTTP/1.1" 200 842 0.020904 10.0.0.50 - - [2026-02-19 02:23:45] "POST /neutron/network HTTP/1.1" 200 832 0.019313 10.0.0.50 - - [2026-02-19 02:23:45] "GET /projects?obj_uuids=08ed3ec1-2a7c-47e4-a116-acbacca099e1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001580 10.0.0.50 - - [2026-02-19 02:23:45] "POST /neutron/port HTTP/1.1" 200 1056 0.324617 10.0.0.50 - - [2026-02-19 02:23:45] "POST /neutron/port HTTP/1.1" 200 1056 0.016434 10.0.0.50 - - [2026-02-19 02:23:45] "POST /neutron/port HTTP/1.1" 200 1056 0.011205 10.0.0.50 - - [2026-02-19 02:23:45] "POST /neutron/port HTTP/1.1" 200 1110 0.059209 10.0.0.50 - - [2026-02-19 02:23:45] "POST /neutron/port HTTP/1.1" 200 1120 0.012999 10.0.0.50 - - [2026-02-19 02:23:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003965 10.0.0.50 - - [2026-02-19 02:23:45] "POST /neutron/subnet HTTP/1.1" 200 652 0.007827 10.0.0.50 - - [2026-02-19 02:23:45] "POST /neutron/port HTTP/1.1" 200 117 0.001182 10.0.0.50 - - [2026-02-19 02:23:45] "POST /neutron/network HTTP/1.1" 200 832 0.005412 10.0.0.50 - - [2026-02-19 02:23:49] "POST /neutron/port HTTP/1.1" 200 1120 0.012663 10.0.0.50 - - [2026-02-19 02:23:49] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006162 10.0.0.50 - - [2026-02-19 02:23:49] "POST /neutron/port HTTP/1.1" 200 1120 0.011673 10.0.0.50 - - [2026-02-19 02:23:49] "POST /neutron/security_group HTTP/1.1" 200 2053 0.010227 10.0.0.50 - - [2026-02-19 02:23:50] "POST /neutron/port HTTP/1.1" 200 1120 0.015334 10.0.0.50 - - [2026-02-19 02:23:50] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006731 10.0.0.50 - - [2026-02-19 02:23:50] "POST /neutron/port HTTP/1.1" 200 1120 0.018563 10.0.0.50 - - [2026-02-19 02:23:50] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006603 10.0.0.50 - - [2026-02-19 02:23:50] "GET /virtual-machine/1f0ba1bc-7e34-4019-910d-76354224f388 HTTP/1.1" 200 1287 0.012506 10.0.0.50 - - [2026-02-19 02:23:50] "GET /virtual-machine/1f0ba1bc-7e34-4019-910d-76354224f388 HTTP/1.1" 200 1287 0.011614 10.0.0.50 - - [2026-02-19 02:23:50] "GET /virtual-machine-interface/dee923bc-6ece-43ff-a30c-89e53f8d32d7 HTTP/1.1" 200 2531 0.015648 10.0.0.50 - - [2026-02-19 02:23:50] "GET /virtual-machine/1f0ba1bc-7e34-4019-910d-76354224f388 HTTP/1.1" 200 1287 0.012027 10.0.0.50 - - [2026-02-19 02:23:50] "GET /virtual-machine-interface/dee923bc-6ece-43ff-a30c-89e53f8d32d7 HTTP/1.1" 200 2531 0.014550 10.0.0.50 - - [2026-02-19 02:23:50] "GET /instance-ip/f7d98144-7c6f-44d0-9f8d-872bca4526ae HTTP/1.1" 200 1627 0.012562 10.0.0.50 - - [2026-02-19 02:23:50] "GET /virtual-machine/1f0ba1bc-7e34-4019-910d-76354224f388 HTTP/1.1" 200 1287 0.011929 10.0.0.50 - - [2026-02-19 02:23:50] "GET /virtual-machine-interface/dee923bc-6ece-43ff-a30c-89e53f8d32d7 HTTP/1.1" 200 2531 0.015644 10.0.0.50 - - [2026-02-19 02:23:50] "GET /instance-ip/f7d98144-7c6f-44d0-9f8d-872bca4526ae HTTP/1.1" 200 1627 0.013859 10.0.0.50 - - [2026-02-19 02:23:50] "POST /fqname-to-id HTTP/1.1" 403 339 0.009662 10.0.0.50 - - [2026-02-19 02:23:50] "GET / HTTP/1.1" 200 35931 0.002432 10.0.0.50 - - [2026-02-19 02:23:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000437 10.0.0.50 - - [2026-02-19 02:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.029833 10.0.0.50 - - [2026-02-19 02:23:51] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003075 10.0.0.50 - - [2026-02-19 02:23:51] "GET /virtual-networks?parent_id=08ed3ec1-2a7c-47e4-a116-acbacca099e1&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010429 10.0.0.50 - - [2026-02-19 02:23:51] "POST /fqname-to-id HTTP/1.1" 403 339 0.011009 10.0.0.50 - - [2026-02-19 02:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.50 - - [2026-02-19 02:23:51] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003121 10.0.0.50 - - [2026-02-19 02:23:51] "GET /virtual-networks?parent_id=08ed3ec1-2a7c-47e4-a116-acbacca099e1&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010149 10.0.0.50 - - [2026-02-19 02:23:51] "POST /fqname-to-id HTTP/1.1" 403 339 0.010763 10.0.0.50 - - [2026-02-19 02:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.50 - - [2026-02-19 02:23:51] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003197 10.0.0.50 - - [2026-02-19 02:23:51] "GET /virtual-networks?parent_id=08ed3ec1-2a7c-47e4-a116-acbacca099e1&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010603 10.0.0.50 - - [2026-02-19 02:23:51] "POST /fqname-to-id HTTP/1.1" 403 339 0.010607 10.0.0.50 - - [2026-02-19 02:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.50 - - [2026-02-19 02:23:51] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004086 10.0.0.50 - - [2026-02-19 02:23:51] "GET /virtual-networks?parent_id=08ed3ec1-2a7c-47e4-a116-acbacca099e1&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011592 10.0.0.50 - - [2026-02-19 02:23:51] "POST /fqname-to-id HTTP/1.1" 403 339 0.011637 10.0.0.50 - - [2026-02-19 02:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.50 - - [2026-02-19 02:23:51] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003201 10.0.0.50 - - [2026-02-19 02:23:51] "GET /virtual-networks?parent_id=08ed3ec1-2a7c-47e4-a116-acbacca099e1&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017094 10.0.0.50 - - [2026-02-19 02:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.012746 10.0.0.50 - - [2026-02-19 02:23:54] "GET /virtual-network/15e1ac9b-d341-4ead-ac5d-20eec435ea98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.016240 10.0.0.50 - - [2026-02-19 02:23:55] "POST /neutron/port HTTP/1.1" 200 1120 0.014082 10.0.0.50 - - [2026-02-19 02:23:55] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005627 10.0.0.50 - - [2026-02-19 02:23:56] "POST /fqname-to-id HTTP/1.1" 403 339 0.010867 10.0.0.50 - - [2026-02-19 02:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002273 10.0.0.50 - - [2026-02-19 02:23:56] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003057 10.0.0.50 - - [2026-02-19 02:23:56] "GET /virtual-networks?parent_id=08ed3ec1-2a7c-47e4-a116-acbacca099e1&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011894 10.0.0.50 - - [2026-02-19 02:23:57] "POST /fqname-to-id HTTP/1.1" 403 339 0.010522 10.0.0.50 - - [2026-02-19 02:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002317 10.0.0.50 - - [2026-02-19 02:23:57] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003931 10.0.0.50 - - [2026-02-19 02:23:57] "GET /virtual-networks?parent_id=08ed3ec1-2a7c-47e4-a116-acbacca099e1&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010051 10.0.0.50 - - [2026-02-19 02:23:57] "POST /fqname-to-id HTTP/1.1" 403 361 0.012317 10.0.0.50 - - [2026-02-19 02:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.50 - - [2026-02-19 02:23:57] "GET /routing-instance/484af8b8-91ac-48d5-802d-4c9ca3d1b000?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1529 0.004103 10.0.0.50 - - [2026-02-19 02:23:57] "GET /route-target/ba0486c3-8cc6-4811-a9ad-c948d77dfacb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.011153 10.0.0.50 - - [2026-02-19 02:23:57] "GET /route-target/ba0486c3-8cc6-4811-a9ad-c948d77dfacb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003915 10.0.0.50 - - [2026-02-19 02:23:57] "POST /fqname-to-id HTTP/1.1" 403 339 0.014729 10.0.0.50 - - [2026-02-19 02:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.50 - - [2026-02-19 02:23:57] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004482 10.0.0.50 - - [2026-02-19 02:23:57] "GET /virtual-networks?parent_id=08ed3ec1-2a7c-47e4-a116-acbacca099e1&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010796 10.0.0.50 - - [2026-02-19 02:23:57] "POST /fqname-to-id HTTP/1.1" 403 361 0.011199 10.0.0.50 - - [2026-02-19 02:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002785 10.0.0.50 - - [2026-02-19 02:23:57] "GET /routing-instance/484af8b8-91ac-48d5-802d-4c9ca3d1b000?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1529 0.003785 10.0.0.50 - - [2026-02-19 02:23:57] "GET /route-target/ba0486c3-8cc6-4811-a9ad-c948d77dfacb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.010412 10.0.0.50 - - [2026-02-19 02:23:57] "GET /route-target/ba0486c3-8cc6-4811-a9ad-c948d77dfacb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004347 10.0.0.50 - - [2026-02-19 02:23:57] "GET /obj-perms HTTP/1.1" 200 4915 0.010499 10.0.0.50 - - [2026-02-19 02:23:57] "GET /virtual-machine/1f0ba1bc-7e34-4019-910d-76354224f388?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.010275 10.0.0.50 - - [2026-02-19 02:23:57] "GET /obj-perms HTTP/1.1" 200 4915 0.009650 10.0.0.50 - - [2026-02-19 02:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.50 - - [2026-02-19 02:23:57] "GET /virtual-machine-interface/dee923bc-6ece-43ff-a30c-89e53f8d32d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.019079 10.0.0.50 - - [2026-02-19 02:23:57] "GET /obj-perms HTTP/1.1" 200 4915 0.009543 10.0.0.50 - - [2026-02-19 02:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.50 - - [2026-02-19 02:23:57] "GET /virtual-machine-interface/dee923bc-6ece-43ff-a30c-89e53f8d32d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.017356 10.0.0.50 - - [2026-02-19 02:23:58] "GET /obj-perms HTTP/1.1" 200 4915 0.010890 10.0.0.50 - - [2026-02-19 02:23:58] "GET /virtual-machine/1f0ba1bc-7e34-4019-910d-76354224f388?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.011545 10.0.0.50 - - [2026-02-19 02:23:58] "GET /obj-perms HTTP/1.1" 200 4915 0.008503 10.0.0.50 - - [2026-02-19 02:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.50 - - [2026-02-19 02:23:58] "GET /virtual-machine-interface/dee923bc-6ece-43ff-a30c-89e53f8d32d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.016421 10.0.0.50 - - [2026-02-19 02:23:58] "GET /obj-perms HTTP/1.1" 200 4915 0.012477 10.0.0.50 - - [2026-02-19 02:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002699 10.0.0.50 - - [2026-02-19 02:23:58] "GET /virtual-network/15e1ac9b-d341-4ead-ac5d-20eec435ea98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.014908 10.0.0.50 - - [2026-02-19 02:23:58] "GET /obj-perms HTTP/1.1" 200 4915 0.009447 10.0.0.50 - - [2026-02-19 02:23:58] "GET /virtual-machine/1f0ba1bc-7e34-4019-910d-76354224f388?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.013041 10.0.0.50 - - [2026-02-19 02:23:58] "GET /obj-perms HTTP/1.1" 200 4915 0.011950 10.0.0.50 - - [2026-02-19 02:23:58] "GET /obj-perms HTTP/1.1" 200 4915 0.011799 10.0.0.50 - - [2026-02-19 02:23:59] "GET /obj-perms HTTP/1.1" 200 4915 0.082380 10.0.0.50 - - [2026-02-19 02:23:59] "GET /obj-perms HTTP/1.1" 200 4915 0.010332 10.0.0.50 - - [2026-02-19 02:23:59] "GET /obj-perms HTTP/1.1" 200 5020 0.097806 10.0.0.50 - - [2026-02-19 02:23:59] "GET /obj-perms HTTP/1.1" 200 5020 0.003430 10.0.0.50 - - [2026-02-19 02:23:59] "GET /obj-perms HTTP/1.1" 200 4915 0.009855 10.0.0.50 - - [2026-02-19 02:23:59] "GET /obj-perms HTTP/1.1" 200 4915 0.010148 10.0.0.50 - - [2026-02-19 02:24:00] "GET /obj-perms HTTP/1.1" 200 4915 0.063337 10.0.0.50 - - [2026-02-19 02:24:00] "GET /obj-perms HTTP/1.1" 200 4915 0.009103 10.0.0.50 - - [2026-02-19 02:24:00] "GET /obj-perms HTTP/1.1" 200 5020 0.003202 10.0.0.50 - - [2026-02-19 02:24:00] "GET /obj-perms HTTP/1.1" 200 5020 0.003130 10.0.0.50 - - [2026-02-19 02:24:00] "GET /obj-perms HTTP/1.1" 200 4915 0.011608 10.0.0.50 - - [2026-02-19 02:24:00] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.011872 10.0.0.50 - - [2026-02-19 02:24:00] "GET /virtual-machine/1f0ba1bc-7e34-4019-910d-76354224f388 HTTP/1.1" 200 1287 0.022266 10.0.0.50 - - [2026-02-19 02:24:01] "POST /neutron/port HTTP/1.1" 200 1120 0.019343 10.0.0.50 - - [2026-02-19 02:24:01] "POST /neutron/port HTTP/1.1" 200 1110 0.011513 10.0.0.50 - - [2026-02-19 02:24:01] "POST /neutron/port HTTP/1.1" 200 151 0.100763 10.0.0.50 - - [2026-02-19 02:24:02] "GET /virtual-machine/1f0ba1bc-7e34-4019-910d-76354224f388 HTTP/1.1" 404 171 0.010326 10.0.0.50 - - [2026-02-19 02:24:02] "GET /virtual-machine/1f0ba1bc-7e34-4019-910d-76354224f388 HTTP/1.1" 404 171 0.008363 10.0.0.50 - - [2026-02-19 02:24:02] "GET /virtual-machine/1f0ba1bc-7e34-4019-910d-76354224f388 HTTP/1.1" 404 171 0.008713 10.0.0.50 - - [2026-02-19 02:24:02] "POST /fqname-to-id HTTP/1.1" 403 339 0.010454 10.0.0.50 - - [2026-02-19 02:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002298 10.0.0.50 - - [2026-02-19 02:24:02] "GET /global-vrouter-config/2f7f6364-21dd-4ddf-9916-f34d4344158c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003442 10.0.0.50 - - [2026-02-19 02:24:02] "GET /virtual-networks?parent_id=08ed3ec1-2a7c-47e4-a116-acbacca099e1&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009437 10.0.0.50 - - [2026-02-19 02:24:02] "POST /fqname-to-id HTTP/1.1" 403 361 0.008782 10.0.0.50 - - [2026-02-19 02:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.50 - - [2026-02-19 02:24:03] "GET /routing-instance/484af8b8-91ac-48d5-802d-4c9ca3d1b000?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1529 0.003382 10.0.0.50 - - [2026-02-19 02:24:03] "GET /route-target/ba0486c3-8cc6-4811-a9ad-c948d77dfacb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.009165 10.0.0.50 - - [2026-02-19 02:24:03] "GET /route-target/ba0486c3-8cc6-4811-a9ad-c948d77dfacb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002875 10.0.0.50 - - [2026-02-19 02:24:03] "GET /obj-perms HTTP/1.1" 200 4915 0.014175 10.0.0.50 - - [2026-02-19 02:24:03] "GET /obj-perms HTTP/1.1" 200 4915 0.012537 10.0.0.50 - - [2026-02-19 02:24:03] "GET /obj-perms HTTP/1.1" 200 4915 0.061414 10.0.0.50 - - [2026-02-19 02:24:03] "GET /obj-perms HTTP/1.1" 200 4915 0.010908 10.0.0.50 - - [2026-02-19 02:24:03] "GET /obj-perms HTTP/1.1" 200 5020 0.003853 10.0.0.50 - - [2026-02-19 02:24:06] "GET /obj-perms HTTP/1.1" 200 5020 0.003212 10.0.0.50 - - [2026-02-19 02:24:09] "GET /obj-perms HTTP/1.1" 200 5020 0.004087 10.0.0.50 - - [2026-02-19 02:24:12] "GET /obj-perms HTTP/1.1" 200 5020 0.003441 10.0.0.50 - - [2026-02-19 02:24:15] "GET /obj-perms HTTP/1.1" 200 5020 0.003410 10.0.0.50 - - [2026-02-19 02:24:18] "GET /obj-perms HTTP/1.1" 200 5020 0.003860 10.0.0.50 - - [2026-02-19 02:24:21] "GET /obj-perms HTTP/1.1" 200 5020 0.003242 10.0.0.50 - - [2026-02-19 02:24:22] "DELETE /project/d771f70888524ec49bbf74a4c34f1254 HTTP/1.1" 404 173 0.005024 10.0.0.50 - - [2026-02-19 02:24:22] "DELETE /project/1e7672ff9f8a4dfaa03111a243512318 HTTP/1.1" 404 173 0.004530 10.0.0.50 - - [2026-02-19 02:24:22] "DELETE /project/08ed3ec12a7c47e4a116acbacca099e1 HTTP/1.1" 404 173 0.003489 10.0.0.50 - - [2026-02-19 02:24:24] "GET /obj-perms HTTP/1.1" 200 5020 0.003379 10.0.0.50 - - [2026-02-19 02:24:27] "GET /obj-perms HTTP/1.1" 200 5020 0.003211 10.0.0.50 - - [2026-02-19 02:24:30] "GET /obj-perms HTTP/1.1" 200 5020 0.003165 10.0.0.50 - - [2026-02-19 02:24:33] "GET /obj-perms HTTP/1.1" 200 5020 0.003221 10.0.0.50 - - [2026-02-19 02:24:33] "GET /obj-perms HTTP/1.1" 200 5056 0.057831 10.0.0.50 - - [2026-02-19 02:24:34] "GET /obj-perms HTTP/1.1" 200 5056 0.059681 10.0.0.50 - - [2026-02-19 02:24:36] "GET /obj-perms HTTP/1.1" 200 5020 0.003229 10.0.0.50 - - [2026-02-19 02:24:39] "GET /obj-perms HTTP/1.1" 200 5020 0.003291 10.0.0.50 - - [2026-02-19 02:24:42] "GET /obj-perms HTTP/1.1" 200 5020 0.003597 10.0.0.50 - - [2026-02-19 02:24:45] "GET /obj-perms HTTP/1.1" 200 5020 0.003314 10.0.0.50 - - [2026-02-19 02:24:48] "GET /obj-perms HTTP/1.1" 200 5020 0.003214 10.0.0.50 - - [2026-02-19 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004853 10.0.0.50 - - [2026-02-19 02:24:49] "DELETE /route-target/ba0486c3-8cc6-4811-a9ad-c948d77dfacb HTTP/1.1" 200 115 0.018934 10.0.0.50 - - [2026-02-19 02:24:49] "POST /useragent-kv HTTP/1.1" 200 115 0.039900 10.0.0.50 - - [2026-02-19 02:24:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002390 10.0.0.50 - - [2026-02-19 02:24:49] "DELETE /virtual-network/15e1ac9b-d341-4ead-ac5d-20eec435ea98 HTTP/1.1" 200 115 0.114239 10.0.0.50 - - [2026-02-19 02:24:49] "DELETE /api-access-list/02658b0b-fb9f-418a-8dad-33e85c17b680 HTTP/1.1" 200 115 0.015822 10.0.0.50 - - [2026-02-19 02:24:49] "GET /api-access-list/02658b0b-fb9f-418a-8dad-33e85c17b680 HTTP/1.1" 404 171 0.002790 10.0.0.50 - - [2026-02-19 02:24:49] "GET /projects?obj_uuids=08ed3ec1-2a7c-47e4-a116-acbacca099e1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001270 10.0.0.50 - - [2026-02-19 02:24:49] "GET /project/08ed3ec1-2a7c-47e4-a116-acbacca099e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1341 0.024957 10.0.0.50 - - [2026-02-19 02:24:49] "GET /projects?obj_uuids=08ed3ec1-2a7c-47e4-a116-acbacca099e1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001067 10.0.0.50 - - [2026-02-19 02:24:49] "GET /project/08ed3ec1-2a7c-47e4-a116-acbacca099e1?fields=virtual_networks HTTP/1.1" 200 1020 0.069399 10.0.0.50 - - [2026-02-19 02:24:49] "GET /projects?obj_uuids=08ed3ec1-2a7c-47e4-a116-acbacca099e1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001531 10.0.0.50 - - [2026-02-19 02:24:49] "GET /project/08ed3ec1-2a7c-47e4-a116-acbacca099e1?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.024993 10.0.0.50 - - [2026-02-19 02:24:49] "GET /projects?obj_uuids=08ed3ec1-2a7c-47e4-a116-acbacca099e1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001138 10.0.0.50 - - [2026-02-19 02:24:49] "GET /project/08ed3ec1-2a7c-47e4-a116-acbacca099e1?fields=security_groups HTTP/1.1" 200 1241 0.026193 10.0.0.50 - - [2026-02-19 02:24:50] "GET /projects?obj_uuids=1e7672ff-9f8a-4dfa-a031-11a243512318&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001142 10.0.0.50 - - [2026-02-19 02:24:50] "GET /project/1e7672ff-9f8a-4dfa-a031-11a243512318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.029932 10.0.0.50 - - [2026-02-19 02:24:50] "GET /projects?obj_uuids=1e7672ff-9f8a-4dfa-a031-11a243512318&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000961 10.0.0.50 - - [2026-02-19 02:24:50] "GET /project/1e7672ff-9f8a-4dfa-a031-11a243512318?fields=virtual_networks HTTP/1.1" 200 1021 0.069290 10.0.0.50 - - [2026-02-19 02:24:50] "GET /projects?obj_uuids=1e7672ff-9f8a-4dfa-a031-11a243512318&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001088 10.0.0.50 - - [2026-02-19 02:24:50] "GET /project/1e7672ff-9f8a-4dfa-a031-11a243512318?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.026204 10.0.0.50 - - [2026-02-19 02:24:50] "GET /projects?obj_uuids=1e7672ff-9f8a-4dfa-a031-11a243512318&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001015 10.0.0.50 - - [2026-02-19 02:24:50] "GET /project/1e7672ff-9f8a-4dfa-a031-11a243512318?fields=security_groups HTTP/1.1" 200 1242 0.025915 10.0.0.50 - - [2026-02-19 02:24:51] "GET /api-access-list/aed6f3d1-2651-4d3a-b987-c0d3afb2ca74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.003483 10.0.0.50 - - [2026-02-19 02:24:51] "PUT /api-access-list/aed6f3d1-2651-4d3a-b987-c0d3afb2ca74 HTTP/1.1" 200 264 0.008293 10.0.0.50 - - [2026-02-19 02:24:51] "GET /projects?obj_uuids=d771f708-8852-4ec4-9bbf-74a4c34f1254&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001048 10.0.0.50 - - [2026-02-19 02:24:51] "GET /project/d771f708-8852-4ec4-9bbf-74a4c34f1254?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.025628 10.0.0.50 - - [2026-02-19 02:24:51] "GET /projects?obj_uuids=d771f708-8852-4ec4-9bbf-74a4c34f1254&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001020 10.0.0.50 - - [2026-02-19 02:24:51] "GET /project/d771f708-8852-4ec4-9bbf-74a4c34f1254?fields=virtual_networks HTTP/1.1" 200 1022 0.070967 10.0.0.50 - - [2026-02-19 02:24:51] "GET /projects?obj_uuids=d771f708-8852-4ec4-9bbf-74a4c34f1254&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001190 10.0.0.50 - - [2026-02-19 02:24:51] "GET /project/d771f708-8852-4ec4-9bbf-74a4c34f1254?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.024683 10.0.0.50 - - [2026-02-19 02:24:52] "GET /projects?obj_uuids=d771f708-8852-4ec4-9bbf-74a4c34f1254&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001075 10.0.0.50 - - [2026-02-19 02:24:52] "GET /project/d771f708-8852-4ec4-9bbf-74a4c34f1254?fields=security_groups HTTP/1.1" 200 1243 0.027075 10.0.0.50 - - [2026-02-19 02:24:53] "POST /fqname-to-id HTTP/1.1" 404 188 0.036743 10.0.0.50 - - [2026-02-19 02:24:53] "GET /projects?obj_uuids=a17d5bc4-fbee-4084-8b1d-c2427ab04a24&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002645 10.0.0.50 - - [2026-02-19 02:24:53] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001336 10.0.0.50 - - [2026-02-19 02:24:53] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006717 10.0.0.50 - - [2026-02-19 02:24:53] "POST /id-to-fqname HTTP/1.1" 200 190 0.001276 10.0.0.50 - - [2026-02-19 02:24:53] "POST /fqname-to-id HTTP/1.1" 404 199 0.003281 10.0.0.50 - - [2026-02-19 02:24:53] "POST /security-groups HTTP/1.1" 200 591 0.062037 10.0.0.50 - - [2026-02-19 02:24:53] "POST /fqname-to-id HTTP/1.1" 404 234 0.002689 10.0.0.50 - - [2026-02-19 02:24:53] "POST /projects HTTP/1.1" 200 585 0.219113 10.0.0.50 - - [2026-02-19 02:24:53] "POST /access-control-lists HTTP/1.1" 200 596 0.058810 10.0.0.50 - - [2026-02-19 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.291529 10.0.0.50 - - [2026-02-19 02:24:53] "POST /fqname-to-id HTTP/1.1" 404 233 0.003599 10.0.0.50 - - [2026-02-19 02:24:53] "GET /project/a17d5bc4-fbee-4084-8b1d-c2427ab04a24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.417120 10.0.0.50 - - [2026-02-19 02:24:53] "POST /access-control-lists HTTP/1.1" 200 594 0.068573 10.0.0.50 - - [2026-02-19 02:24:54] "GET / HTTP/1.1" 200 35931 0.003058 10.0.0.50 - - [2026-02-19 02:24:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.002396 10.0.0.50 - - [2026-02-19 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.042331 10.0.0.50 - - [2026-02-19 02:24:57] "GET /api-access-list/aed6f3d1-2651-4d3a-b987-c0d3afb2ca74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003604 10.0.0.50 - - [2026-02-19 02:24:57] "GET /api-access-list/aed6f3d1-2651-4d3a-b987-c0d3afb2ca74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004011 10.0.0.50 - - [2026-02-19 02:24:57] "GET /api-access-list/aed6f3d1-2651-4d3a-b987-c0d3afb2ca74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003089 10.0.0.50 - - [2026-02-19 02:24:57] "PUT /api-access-list/aed6f3d1-2651-4d3a-b987-c0d3afb2ca74 HTTP/1.1" 200 264 0.011063 10.0.0.50 - - [2026-02-19 02:24:57] "GET /aaa-mode HTTP/1.1" 200 128 0.001158 10.0.0.50 - - [2026-02-19 02:24:58] "POST /fqname-to-id HTTP/1.1" 404 188 0.032520 10.0.0.50 - - [2026-02-19 02:24:58] "GET /projects?obj_uuids=0a697fbf-05e8-4149-a346-a9440708001f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002191 10.0.0.50 - - [2026-02-19 02:24:58] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001406 10.0.0.50 - - [2026-02-19 02:24:58] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007026 10.0.0.50 - - [2026-02-19 02:24:58] "POST /id-to-fqname HTTP/1.1" 200 190 0.001339 10.0.0.50 - - [2026-02-19 02:24:58] "POST /fqname-to-id HTTP/1.1" 404 199 0.003561 10.0.0.50 - - [2026-02-19 02:24:58] "POST /security-groups HTTP/1.1" 200 591 0.060330 10.0.0.50 - - [2026-02-19 02:24:58] "POST /fqname-to-id HTTP/1.1" 404 234 0.002657 10.0.0.50 - - [2026-02-19 02:24:58] "POST /projects HTTP/1.1" 200 585 0.210142 10.0.0.50 - - [2026-02-19 02:24:58] "POST /access-control-lists HTTP/1.1" 200 596 0.057669 10.0.0.50 - - [2026-02-19 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.285285 10.0.0.50 - - [2026-02-19 02:24:58] "POST /fqname-to-id HTTP/1.1" 404 233 0.002680 10.0.0.50 - - [2026-02-19 02:24:58] "GET /project/0a697fbf-05e8-4149-a346-a9440708001f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.414466 10.0.0.50 - - [2026-02-19 02:24:58] "POST /access-control-lists HTTP/1.1" 200 594 0.060849 10.0.0.50 - - [2026-02-19 02:24:59] "POST /fqname-to-id HTTP/1.1" 404 188 0.026508 10.0.0.50 - - [2026-02-19 02:24:59] "GET /projects?obj_uuids=a27ff732-9e33-4a66-b77f-a2d78635c86d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003389 10.0.0.50 - - [2026-02-19 02:24:59] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001273 10.0.0.50 - - [2026-02-19 02:24:59] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008341 10.0.0.50 - - [2026-02-19 02:24:59] "POST /id-to-fqname HTTP/1.1" 200 190 0.003210 10.0.0.50 - - [2026-02-19 02:24:59] "POST /fqname-to-id HTTP/1.1" 404 199 0.003652 10.0.0.50 - - [2026-02-19 02:24:59] "POST /security-groups HTTP/1.1" 200 591 0.064033 10.0.0.50 - - [2026-02-19 02:24:59] "POST /fqname-to-id HTTP/1.1" 404 234 0.002588 10.0.0.50 - - [2026-02-19 02:24:59] "POST /projects HTTP/1.1" 200 585 0.227261 10.0.0.50 - - [2026-02-19 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.303935 10.0.0.50 - - [2026-02-19 02:24:59] "POST /access-control-lists HTTP/1.1" 200 596 0.066788 10.0.0.50 - - [2026-02-19 02:24:59] "POST /fqname-to-id HTTP/1.1" 404 233 0.003604 10.0.0.50 - - [2026-02-19 02:24:59] "GET /project/a27ff732-9e33-4a66-b77f-a2d78635c86d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.444628 10.0.0.50 - - [2026-02-19 02:24:59] "POST /access-control-lists HTTP/1.1" 200 594 0.060692 10.0.0.50 - - [2026-02-19 02:25:00] "GET / HTTP/1.1" 200 35931 0.002841 10.0.0.50 - - [2026-02-19 02:25:01] "GET / HTTP/1.1" 200 35931 0.001523 10.0.0.50 - - [2026-02-19 02:25:01] "POST /fqname-to-id HTTP/1.1" 404 183 0.003094 10.0.0.50 - - [2026-02-19 02:25:01] "POST /api-access-lists HTTP/1.1" 200 521 0.014645 10.0.0.50 - - [2026-02-19 02:25:01] "GET /api-access-list/495b0ff5-bfbd-43d0-8e8b-d63bed009c42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.004587 10.0.0.50 - - [2026-02-19 02:25:01] "GET /api-access-list/495b0ff5-bfbd-43d0-8e8b-d63bed009c42 HTTP/1.1" 401 292 0.000440 10.0.0.50 - - [2026-02-19 02:25:02] "GET /api-access-list/495b0ff5-bfbd-43d0-8e8b-d63bed009c42 HTTP/1.1" 200 1288 0.074086 10.0.0.50 - - [2026-02-19 02:25:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000387 10.0.0.50 - - [2026-02-19 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.045145 10.0.0.50 - - [2026-02-19 02:25:02] "GET /projects?obj_uuids=0a697fbf-05e8-4149-a346-a9440708001f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001103 10.0.0.50 - - [2026-02-19 02:25:02] "GET /project/0a697fbf-05e8-4149-a346-a9440708001f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.041675 10.0.0.50 - - [2026-02-19 02:25:02] "GET /virtual-networks?parent_id=0a697fbf-05e8-4149-a346-a9440708001f&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010726 10.0.0.50 - - [2026-02-19 02:25:02] "POST /virtual-networks HTTP/1.1" 200 583 0.044324 10.0.0.50 - - [2026-02-19 02:25:02] "POST /route-targets HTTP/1.1" 200 327 0.009655 10.0.0.50 - - [2026-02-19 02:25:02] "POST /ref-update HTTP/1.1" 200 156 0.011578 10.0.0.50 - - [2026-02-19 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.011070 10.0.0.50 - - [2026-02-19 02:25:02] "GET /network-ipam/064d28d3-95fa-4b95-8da9-87d508b19593?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.010534 10.0.0.50 - - [2026-02-19 02:25:03] "POST /useragent-kv HTTP/1.1" 200 115 0.006287 10.0.0.50 - - [2026-02-19 02:25:03] "POST /ref-update HTTP/1.1" 200 156 0.057880 10.0.0.50 - - [2026-02-19 02:25:03] "POST /neutron/network HTTP/1.1" 200 845 0.049586 10.0.0.50 - - [2026-02-19 02:25:03] "POST /neutron/network HTTP/1.1" 200 845 0.020456 10.0.0.50 - - [2026-02-19 02:25:03] "GET /virtual-network/9d0355af-a17a-46e1-a132-b84dc6f80302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2005 0.014181 10.0.0.50 - - [2026-02-19 02:25:03] "POST /neutron/network HTTP/1.1" 200 845 0.021386 10.0.0.50 - - [2026-02-19 02:25:03] "POST /neutron/subnet HTTP/1.1" 200 664 0.026987 10.0.0.50 - - [2026-02-19 02:25:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.002524 10.0.0.50 - - [2026-02-19 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.048434 10.0.0.50 - - [2026-02-19 02:25:03] "GET /projects?obj_uuids=a27ff732-9e33-4a66-b77f-a2d78635c86d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001235 10.0.0.50 - - [2026-02-19 02:25:03] "GET /project/a27ff732-9e33-4a66-b77f-a2d78635c86d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.035559 10.0.0.50 - - [2026-02-19 02:25:03] "GET /virtual-networks?parent_id=a27ff732-9e33-4a66-b77f-a2d78635c86d&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012609 10.0.0.50 - - [2026-02-19 02:25:03] "POST /virtual-networks HTTP/1.1" 200 583 0.080142 10.0.0.50 - - [2026-02-19 02:25:03] "POST /route-targets HTTP/1.1" 200 327 0.012765 10.0.0.50 - - [2026-02-19 02:25:03] "POST /ref-update HTTP/1.1" 200 156 0.011176 10.0.0.50 - - [2026-02-19 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.017166 10.0.0.50 - - [2026-02-19 02:25:03] "GET /network-ipam/064d28d3-95fa-4b95-8da9-87d508b19593?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.011656 10.0.0.50 - - [2026-02-19 02:25:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002827 10.0.0.50 - - [2026-02-19 02:25:04] "POST /ref-update HTTP/1.1" 200 156 0.049199 10.0.0.50 - - [2026-02-19 02:25:04] "POST /neutron/network HTTP/1.1" 200 848 0.048485 10.0.0.50 - - [2026-02-19 02:25:04] "POST /neutron/network HTTP/1.1" 200 848 0.020480 10.0.0.50 - - [2026-02-19 02:25:04] "GET /virtual-network/7dadf8d0-89d5-4a0c-9414-7580a81ef5a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.013888 10.0.0.50 - - [2026-02-19 02:25:04] "POST /neutron/network HTTP/1.1" 200 848 0.020900 10.0.0.50 - - [2026-02-19 02:25:04] "POST /neutron/subnet HTTP/1.1" 200 679 0.027430 10.0.0.50 - - [2026-02-19 02:25:04] "GET /virtual-network/9d0355af-a17a-46e1-a132-b84dc6f80302 HTTP/1.1" 401 292 0.000451 10.0.0.50 - - [2026-02-19 02:25:04] "GET /virtual-network/9d0355af-a17a-46e1-a132-b84dc6f80302 HTTP/1.1" 200 2305 0.048393 10.0.0.50 - - [2026-02-19 02:25:04] "GET /virtual-network/9d0355af-a17a-46e1-a132-b84dc6f80302 HTTP/1.1" 401 292 0.000407 10.0.0.50 - - [2026-02-19 02:25:05] "GET /virtual-network/9d0355af-a17a-46e1-a132-b84dc6f80302 HTTP/1.1" 403 376 0.036126 10.0.0.50 - - [2026-02-19 02:25:05] "GET /virtual-network/9d0355af-a17a-46e1-a132-b84dc6f80302 HTTP/1.1" 200 2305 0.004884 10.0.0.50 - - [2026-02-19 02:25:05] "GET /virtual-networks HTTP/1.1" 200 371 0.017686 10.0.0.50 - - [2026-02-19 02:25:05] "GET /virtual-networks HTTP/1.1" 200 371 0.015791 10.0.0.50 - - [2026-02-19 02:25:05] "GET /obj-perms HTTP/1.1" 403 257 0.042076 10.0.0.50 - - [2026-02-19 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.50 - - [2026-02-19 02:25:05] "GET /virtual-network/9d0355af-a17a-46e1-a132-b84dc6f80302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2005 0.013780 10.0.0.50 - - [2026-02-19 02:25:06] "GET /obj-perms HTTP/1.1" 403 257 0.036787 10.0.0.50 - - [2026-02-19 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002293 10.0.0.50 - - [2026-02-19 02:25:06] "GET /virtual-network/9d0355af-a17a-46e1-a132-b84dc6f80302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.009255 10.0.0.50 - - [2026-02-19 02:25:06] "GET /obj-perms HTTP/1.1" 200 5030 0.064183 10.0.0.50 - - [2026-02-19 02:25:06] "GET /obj-perms HTTP/1.1" 403 257 0.008344 10.0.0.50 - - [2026-02-19 02:25:06] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.017666 10.0.0.50 - - [2026-02-19 02:25:06] "GET /obj-perms HTTP/1.1" 403 257 0.007799 10.0.0.50 - - [2026-02-19 02:25:06] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.019755 10.0.0.50 - - [2026-02-19 02:25:06] "GET /obj-perms HTTP/1.1" 200 5030 0.002918 10.0.0.50 - - [2026-02-19 02:25:06] "PUT /virtual-network/9d0355af-a17a-46e1-a132-b84dc6f80302 HTTP/1.1" 200 264 0.027252 10.0.0.50 - - [2026-02-19 02:25:06] "GET /virtual-networks HTTP/1.1" 200 132 0.020326 10.0.0.50 - - [2026-02-19 02:25:06] "GET /virtual-networks HTTP/1.1" 200 611 0.016820 10.0.0.50 - - [2026-02-19 02:25:06] "GET /virtual-networks HTTP/1.1" 200 1429 0.002876 10.0.0.50 - - [2026-02-19 02:25:06] "GET /obj-perms HTTP/1.1" 403 257 0.007159 10.0.0.50 - - [2026-02-19 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002434 10.0.0.50 - - [2026-02-19 02:25:07] "GET /virtual-network/9d0355af-a17a-46e1-a132-b84dc6f80302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.009151 10.0.0.50 - - [2026-02-19 02:25:07] "GET /obj-perms HTTP/1.1" 403 257 0.040280 10.0.0.50 - - [2026-02-19 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002438 10.0.0.50 - - [2026-02-19 02:25:07] "GET /virtual-network/9d0355af-a17a-46e1-a132-b84dc6f80302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.010201 10.0.0.50 - - [2026-02-19 02:25:07] "GET /obj-perms HTTP/1.1" 403 257 0.008129 10.0.0.50 - - [2026-02-19 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.50 - - [2026-02-19 02:25:07] "GET /virtual-network/9d0355af-a17a-46e1-a132-b84dc6f80302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2009 0.014895 10.0.0.50 - - [2026-02-19 02:25:07] "GET /obj-perms HTTP/1.1" 200 5030 0.003064 10.0.0.50 - - [2026-02-19 02:25:07] "GET /obj-perms HTTP/1.1" 403 257 0.008870 10.0.0.50 - - [2026-02-19 02:25:07] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021681 10.0.0.50 - - [2026-02-19 02:25:07] "GET /obj-perms HTTP/1.1" 403 257 0.008148 10.0.0.50 - - [2026-02-19 02:25:07] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 611 0.019313 10.0.0.50 - - [2026-02-19 02:25:08] "GET /obj-perms HTTP/1.1" 200 5030 0.003000 10.0.0.50 - - [2026-02-19 02:25:08] "PUT /virtual-network/9d0355af-a17a-46e1-a132-b84dc6f80302 HTTP/1.1" 200 264 0.025562 10.0.0.50 - - [2026-02-19 02:25:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003568 10.0.0.50 - - [2026-02-19 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.50 - - [2026-02-19 02:25:08] "POST /useragent-kv HTTP/1.1" 200 115 0.001744 10.0.0.50 - - [2026-02-19 02:25:08] "DELETE /virtual-network/7dadf8d0-89d5-4a0c-9414-7580a81ef5a1 HTTP/1.1" 200 115 0.080953 10.0.0.50 - - [2026-02-19 02:25:08] "DELETE /route-target/e2ca642f-7f81-47c1-960c-7cec0e873770 HTTP/1.1" 200 115 0.015886 10.0.0.50 - - [2026-02-19 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004366 10.0.0.50 - - [2026-02-19 02:25:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003275 10.0.0.50 - - [2026-02-19 02:25:08] "POST /useragent-kv HTTP/1.1" 200 115 0.001913 10.0.0.50 - - [2026-02-19 02:25:08] "DELETE /virtual-network/9d0355af-a17a-46e1-a132-b84dc6f80302 HTTP/1.1" 200 115 0.075018 10.0.0.50 - - [2026-02-19 02:25:08] "DELETE /route-target/a0aea706-d2b9-41ad-a84d-c3c07358b22c HTTP/1.1" 200 115 0.021709 10.0.0.50 - - [2026-02-19 02:25:08] "DELETE /api-access-list/495b0ff5-bfbd-43d0-8e8b-d63bed009c42 HTTP/1.1" 200 115 0.020666 10.0.0.50 - - [2026-02-19 02:25:08] "GET /api-access-list/495b0ff5-bfbd-43d0-8e8b-d63bed009c42 HTTP/1.1" 404 171 0.002151 10.0.0.50 - - [2026-02-19 02:25:08] "GET /projects?obj_uuids=a27ff732-9e33-4a66-b77f-a2d78635c86d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001184 10.0.0.50 - - [2026-02-19 02:25:08] "GET /project/a27ff732-9e33-4a66-b77f-a2d78635c86d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.024137 10.0.0.50 - - [2026-02-19 02:25:08] "GET /projects?obj_uuids=a27ff732-9e33-4a66-b77f-a2d78635c86d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001053 10.0.0.50 - - [2026-02-19 02:25:08] "GET /project/a27ff732-9e33-4a66-b77f-a2d78635c86d?fields=virtual_networks HTTP/1.1" 200 1032 0.065551 10.0.0.50 - - [2026-02-19 02:25:08] "GET /projects?obj_uuids=a27ff732-9e33-4a66-b77f-a2d78635c86d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001169 10.0.0.50 - - [2026-02-19 02:25:08] "GET /project/a27ff732-9e33-4a66-b77f-a2d78635c86d?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.027191 10.0.0.50 - - [2026-02-19 02:25:08] "GET /projects?obj_uuids=a27ff732-9e33-4a66-b77f-a2d78635c86d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001078 10.0.0.50 - - [2026-02-19 02:25:08] "GET /project/a27ff732-9e33-4a66-b77f-a2d78635c86d?fields=security_groups HTTP/1.1" 200 1258 0.026606 10.0.0.50 - - [2026-02-19 02:25:09] "GET /projects?obj_uuids=0a697fbf-05e8-4149-a346-a9440708001f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001243 10.0.0.50 - - [2026-02-19 02:25:09] "GET /project/0a697fbf-05e8-4149-a346-a9440708001f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.026911 10.0.0.50 - - [2026-02-19 02:25:09] "GET /projects?obj_uuids=0a697fbf-05e8-4149-a346-a9440708001f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001000 10.0.0.50 - - [2026-02-19 02:25:09] "GET /project/0a697fbf-05e8-4149-a346-a9440708001f?fields=virtual_networks HTTP/1.1" 200 1030 0.068001 10.0.0.50 - - [2026-02-19 02:25:09] "GET /projects?obj_uuids=0a697fbf-05e8-4149-a346-a9440708001f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001049 10.0.0.50 - - [2026-02-19 02:25:09] "GET /project/0a697fbf-05e8-4149-a346-a9440708001f?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.026111 10.0.0.50 - - [2026-02-19 02:25:09] "GET /projects?obj_uuids=0a697fbf-05e8-4149-a346-a9440708001f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001096 10.0.0.50 - - [2026-02-19 02:25:09] "GET /project/0a697fbf-05e8-4149-a346-a9440708001f?fields=security_groups HTTP/1.1" 200 1256 0.029328 10.0.0.50 - - [2026-02-19 02:25:10] "GET /aaa-mode HTTP/1.1" 200 128 0.001042 10.0.0.50 - - [2026-02-19 02:25:11] "GET / HTTP/1.1" 200 35931 0.002227 10.0.0.50 - - [2026-02-19 02:25:11] "GET / HTTP/1.1" 200 35931 0.001740 10.0.0.50 - - [2026-02-19 02:25:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000448 10.0.0.50 - - [2026-02-19 02:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.079117 10.0.0.50 - - [2026-02-19 02:25:12] "GET /projects?obj_uuids=a17d5bc4-fbee-4084-8b1d-c2427ab04a24&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001116 10.0.0.50 - - [2026-02-19 02:25:12] "GET /project/a17d5bc4-fbee-4084-8b1d-c2427ab04a24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.033472 10.0.0.50 - - [2026-02-19 02:25:12] "GET /virtual-networks?parent_id=a17d5bc4-fbee-4084-8b1d-c2427ab04a24&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008358 10.0.0.50 - - [2026-02-19 02:25:12] "POST /fqname-to-id HTTP/1.1" 404 197 0.008437 10.0.0.50 - - [2026-02-19 02:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.009183 10.0.0.50 - - [2026-02-19 02:25:13] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001322 10.0.0.50 - - [2026-02-19 02:25:13] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.016181 10.0.0.50 - - [2026-02-19 02:25:13] "POST /service-templates HTTP/1.1" 403 264 0.008659 10.0.0.50 - - [2026-02-19 02:25:13] "POST /fqname-to-id HTTP/1.1" 404 215 0.003863 10.0.0.50 - - [2026-02-19 02:25:13] "POST /api-access-lists HTTP/1.1" 200 555 0.015934 10.0.0.50 - - [2026-02-19 02:25:13] "GET /api-access-list/035208f8-6e75-4ed3-8c92-10000e2536af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1321 0.004912 10.0.0.50 - - [2026-02-19 02:25:13] "GET /api-access-list/035208f8-6e75-4ed3-8c92-10000e2536af HTTP/1.1" 200 1321 0.003357 10.0.0.50 - - [2026-02-19 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.012198 10.0.0.50 - - [2026-02-19 02:25:13] "GET /projects?obj_uuids=a17d5bc4-fbee-4084-8b1d-c2427ab04a24&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001111 10.0.0.50 - - [2026-02-19 02:25:13] "GET /project/a17d5bc4-fbee-4084-8b1d-c2427ab04a24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.038100 10.0.0.50 - - [2026-02-19 02:25:13] "GET /virtual-networks?parent_id=a17d5bc4-fbee-4084-8b1d-c2427ab04a24&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011769 10.0.0.50 - - [2026-02-19 02:25:13] "POST /virtual-networks HTTP/1.1" 200 583 0.050933 10.0.0.50 - - [2026-02-19 02:25:13] "POST /route-targets HTTP/1.1" 200 327 0.010514 10.0.0.50 - - [2026-02-19 02:25:13] "POST /ref-update HTTP/1.1" 200 156 0.012096 10.0.0.50 - - [2026-02-19 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.011501 10.0.0.50 - - [2026-02-19 02:25:13] "GET /network-ipam/064d28d3-95fa-4b95-8da9-87d508b19593?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.010773 10.0.0.50 - - [2026-02-19 02:25:13] "POST /useragent-kv HTTP/1.1" 200 115 0.005128 10.0.0.50 - - [2026-02-19 02:25:13] "POST /ref-update HTTP/1.1" 200 156 0.054880 10.0.0.50 - - [2026-02-19 02:25:13] "POST /neutron/network HTTP/1.1" 200 849 0.053789 10.0.0.50 - - [2026-02-19 02:25:13] "POST /neutron/network HTTP/1.1" 200 849 0.019977 10.0.0.50 - - [2026-02-19 02:25:13] "GET /virtual-network/e6c39b82-0db5-46c7-a2e6-bfe1c5e5e29d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.013747 10.0.0.50 - - [2026-02-19 02:25:13] "POST /neutron/network HTTP/1.1" 200 849 0.019737 10.0.0.50 - - [2026-02-19 02:25:13] "POST /neutron/subnet HTTP/1.1" 200 681 0.026484 10.0.0.50 - - [2026-02-19 02:25:14] "POST /neutron/network HTTP/1.1" 200 849 0.069296 10.0.0.50 - - [2026-02-19 02:25:14] "GET /virtual-network/e6c39b82-0db5-46c7-a2e6-bfe1c5e5e29d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005483 10.0.0.50 - - [2026-02-19 02:25:14] "GET /network-ipam/064d28d3-95fa-4b95-8da9-87d508b19593?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.003707 10.0.0.50 - - [2026-02-19 02:25:14] "GET /domains HTTP/1.1" 200 280 0.002645 10.0.0.50 - - [2026-02-19 02:25:14] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001172 10.0.0.50 - - [2026-02-19 02:25:14] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 3489 0.007191 10.0.0.50 - - [2026-02-19 02:25:14] "GET /projects?obj_uuids=a17d5bc4-fbee-4084-8b1d-c2427ab04a24&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001616 10.0.0.50 - - [2026-02-19 02:25:14] "GET /project/a17d5bc4-fbee-4084-8b1d-c2427ab04a24 HTTP/1.1" 200 2352 0.071133 10.0.0.50 - - [2026-02-19 02:25:14] "GET /virtual-network/e6c39b82-0db5-46c7-a2e6-bfe1c5e5e29d HTTP/1.1" 200 2315 0.006098 10.0.0.50 - - [2026-02-19 02:25:14] "GET /virtual-network/e6c39b82-0db5-46c7-a2e6-bfe1c5e5e29d HTTP/1.1" 200 2315 0.005020 10.0.0.50 - - [2026-02-19 02:25:14] "GET /routing-instance/d7c81612-9cf3-4c71-bf8a-37cf559fda70 HTTP/1.1" 200 1556 0.003748 10.0.0.50 - - [2026-02-19 02:25:14] "GET /routing-instance/d7c81612-9cf3-4c71-bf8a-37cf559fda70 HTTP/1.1" 200 1556 0.003155 10.0.0.50 - - [2026-02-19 02:25:14] "GET /route-target/4703e75d-4898-404d-9dac-d3af68b2dd0a HTTP/1.1" 200 1244 0.003428 10.0.0.50 - - [2026-02-19 02:25:14] "GET /virtual-network/e6c39b82-0db5-46c7-a2e6-bfe1c5e5e29d HTTP/1.1" 200 2315 0.006224 10.0.0.50 - - [2026-02-19 02:25:14] "GET /routing-instance/d7c81612-9cf3-4c71-bf8a-37cf559fda70 HTTP/1.1" 200 1556 0.003467 10.0.0.50 - - [2026-02-19 02:25:14] "GET /virtual-network/e6c39b82-0db5-46c7-a2e6-bfe1c5e5e29d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005306 10.0.0.50 - - [2026-02-19 02:25:14] "GET /virtual-network/e6c39b82-0db5-46c7-a2e6-bfe1c5e5e29d HTTP/1.1" 200 2315 0.005167 10.0.0.50 - - [2026-02-19 02:25:14] "GET /routing-instance/d7c81612-9cf3-4c71-bf8a-37cf559fda70 HTTP/1.1" 200 1556 0.003500 10.0.0.50 - - [2026-02-19 02:25:14] "GET /routing-instance/d7c81612-9cf3-4c71-bf8a-37cf559fda70 HTTP/1.1" 200 1556 0.004281 10.0.0.50 - - [2026-02-19 02:25:14] "GET /route-target/4703e75d-4898-404d-9dac-d3af68b2dd0a HTTP/1.1" 200 1244 0.003196 10.0.0.50 - - [2026-02-19 02:25:14] "GET /domains HTTP/1.1" 200 280 0.002753 10.0.0.50 - - [2026-02-19 02:25:14] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001332 10.0.0.50 - - [2026-02-19 02:25:14] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8 HTTP/1.1" 200 3489 0.006934 10.0.0.50 - - [2026-02-19 02:25:14] "GET /projects?obj_uuids=a17d5bc4-fbee-4084-8b1d-c2427ab04a24&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001066 10.0.0.50 - - [2026-02-19 02:25:14] "GET /project/a17d5bc4-fbee-4084-8b1d-c2427ab04a24 HTTP/1.1" 200 2352 0.073910 10.0.0.50 - - [2026-02-19 02:25:14] "GET /virtual-network/e6c39b82-0db5-46c7-a2e6-bfe1c5e5e29d HTTP/1.1" 200 2315 0.005335 10.0.0.50 - - [2026-02-19 02:25:14] "GET /obj-perms HTTP/1.1" 200 5030 0.011405 10.0.0.50 - - [2026-02-19 02:25:14] "POST /fqname-to-id HTTP/1.1" 404 197 0.011911 10.0.0.50 - - [2026-02-19 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.012005 10.0.0.50 - - [2026-02-19 02:25:14] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001186 10.0.0.50 - - [2026-02-19 02:25:14] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.017414 10.0.0.50 - - [2026-02-19 02:25:14] "POST /service-templates HTTP/1.1" 403 264 0.008350 10.0.0.50 - - [2026-02-19 02:25:14] "POST /fqname-to-id HTTP/1.1" 404 183 0.003948 10.0.0.50 - - [2026-02-19 02:25:14] "POST /api-access-lists HTTP/1.1" 200 521 0.014179 10.0.0.50 - - [2026-02-19 02:25:14] "GET /api-access-list/ff097025-ea9e-4f5b-be1e-5a9fe7c864bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.005819 10.0.0.50 - - [2026-02-19 02:25:14] "GET /api-access-list/ff097025-ea9e-4f5b-be1e-5a9fe7c864bb HTTP/1.1" 200 1290 0.003357 10.0.0.50 - - [2026-02-19 02:25:14] "POST /fqname-to-id HTTP/1.1" 404 197 0.014708 10.0.0.50 - - [2026-02-19 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.015979 10.0.0.50 - - [2026-02-19 02:25:14] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001087 10.0.0.50 - - [2026-02-19 02:25:14] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.014880 10.0.0.50 - - [2026-02-19 02:25:14] "POST /service-templates HTTP/1.1" 200 551 0.029468 10.0.0.50 - - [2026-02-19 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.014846 10.0.0.50 - - [2026-02-19 02:25:15] "GET /service-template/73bd5241-d753-4e60-bd73-3d07914adf55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.012164 10.0.0.50 - - [2026-02-19 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.013039 10.0.0.50 - - [2026-02-19 02:25:15] "GET /service-template/73bd5241-d753-4e60-bd73-3d07914adf55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.014115 10.0.0.50 - - [2026-02-19 02:25:15] "GET /virtual-network/e6c39b82-0db5-46c7-a2e6-bfe1c5e5e29d HTTP/1.1" 401 292 0.000445 10.0.0.50 - - [2026-02-19 02:25:15] "GET /virtual-network/e6c39b82-0db5-46c7-a2e6-bfe1c5e5e29d HTTP/1.1" 403 263 0.039893 10.0.0.50 - - [2026-02-19 02:25:15] "GET /service-template/73bd5241-d753-4e60-bd73-3d07914adf55 HTTP/1.1" 403 264 0.008242 10.0.0.50 - - [2026-02-19 02:25:15] "GET /service-template/73bd5241-d753-4e60-bd73-3d07914adf55 HTTP/1.1" 403 264 0.037269 10.0.0.50 - - [2026-02-19 02:25:16] "GET /obj-perms HTTP/1.1" 403 257 0.039107 10.0.0.50 - - [2026-02-19 02:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002589 10.0.0.50 - - [2026-02-19 02:25:16] "GET /virtual-network/e6c39b82-0db5-46c7-a2e6-bfe1c5e5e29d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008611 10.0.0.50 - - [2026-02-19 02:25:16] "GET /obj-perms HTTP/1.1" 403 257 0.009188 10.0.0.50 - - [2026-02-19 02:25:16] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008758 10.0.0.50 - - [2026-02-19 02:25:16] "GET /api-access-list/035208f8-6e75-4ed3-8c92-10000e2536af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1321 0.003211 10.0.0.50 - - [2026-02-19 02:25:16] "PUT /api-access-list/035208f8-6e75-4ed3-8c92-10000e2536af HTTP/1.1" 200 264 0.009530 10.0.0.50 - - [2026-02-19 02:25:16] "GET /api-access-list/035208f8-6e75-4ed3-8c92-10000e2536af HTTP/1.1" 200 1458 0.003509 10.0.0.50 - - [2026-02-19 02:25:16] "GET /virtual-network/e6c39b82-0db5-46c7-a2e6-bfe1c5e5e29d HTTP/1.1" 200 2315 0.013530 10.0.0.50 - - [2026-02-19 02:25:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000432 10.0.0.50 - - [2026-02-19 02:25:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.036743 10.0.0.50 - - [2026-02-19 02:25:17] "GET /projects?obj_uuids=a17d5bc4-fbee-4084-8b1d-c2427ab04a24&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001423 10.0.0.50 - - [2026-02-19 02:25:17] "GET /project/a17d5bc4-fbee-4084-8b1d-c2427ab04a24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.033293 10.0.0.50 - - [2026-02-19 02:25:17] "GET /virtual-networks?parent_id=a17d5bc4-fbee-4084-8b1d-c2427ab04a24&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.014314 10.0.0.50 - - [2026-02-19 02:25:17] "POST /virtual-networks HTTP/1.1" 403 263 0.011039 10.0.0.50 - - [2026-02-19 02:25:17] "GET /service-template/73bd5241-d753-4e60-bd73-3d07914adf55 HTTP/1.1" 403 264 0.009687 10.0.0.50 - - [2026-02-19 02:25:17] "GET /service-template/73bd5241-d753-4e60-bd73-3d07914adf55 HTTP/1.1" 403 264 0.035455 10.0.0.50 - - [2026-02-19 02:25:17] "GET /obj-perms HTTP/1.1" 403 257 0.008403 10.0.0.50 - - [2026-02-19 02:25:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.50 - - [2026-02-19 02:25:17] "GET /virtual-network/e6c39b82-0db5-46c7-a2e6-bfe1c5e5e29d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.014116 10.0.0.50 - - [2026-02-19 02:25:17] "GET /obj-perms HTTP/1.1" 403 257 0.013417 10.0.0.50 - - [2026-02-19 02:25:17] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.019659 10.0.0.50 - - [2026-02-19 02:25:17] "GET /api-access-list/ff097025-ea9e-4f5b-be1e-5a9fe7c864bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.003330 10.0.0.50 - - [2026-02-19 02:25:17] "PUT /api-access-list/ff097025-ea9e-4f5b-be1e-5a9fe7c864bb HTTP/1.1" 200 264 0.007787 10.0.0.50 - - [2026-02-19 02:25:17] "GET /api-access-list/ff097025-ea9e-4f5b-be1e-5a9fe7c864bb HTTP/1.1" 200 1428 0.004092 10.0.0.50 - - [2026-02-19 02:25:17] "GET /service-template/73bd5241-d753-4e60-bd73-3d07914adf55 HTTP/1.1" 200 1853 0.012689 10.0.0.50 - - [2026-02-19 02:25:17] "POST /fqname-to-id HTTP/1.1" 404 197 0.009277 10.0.0.50 - - [2026-02-19 02:25:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.010695 10.0.0.50 - - [2026-02-19 02:25:18] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001152 10.0.0.50 - - [2026-02-19 02:25:18] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.014950 10.0.0.50 - - [2026-02-19 02:25:18] "POST /service-templates HTTP/1.1" 403 264 0.008839 10.0.0.50 - - [2026-02-19 02:25:18] "GET /api-access-list/035208f8-6e75-4ed3-8c92-10000e2536af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.003749 10.0.0.50 - - [2026-02-19 02:25:18] "PUT /api-access-list/035208f8-6e75-4ed3-8c92-10000e2536af HTTP/1.1" 200 264 0.008907 10.0.0.50 - - [2026-02-19 02:25:18] "GET /api-access-list/035208f8-6e75-4ed3-8c92-10000e2536af HTTP/1.1" 200 1321 0.005565 10.0.0.50 - - [2026-02-19 02:25:18] "GET /api-access-list/ff097025-ea9e-4f5b-be1e-5a9fe7c864bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.003128 10.0.0.50 - - [2026-02-19 02:25:18] "PUT /api-access-list/ff097025-ea9e-4f5b-be1e-5a9fe7c864bb HTTP/1.1" 200 264 0.009438 10.0.0.50 - - [2026-02-19 02:25:18] "GET /api-access-list/ff097025-ea9e-4f5b-be1e-5a9fe7c864bb HTTP/1.1" 200 1290 0.003300 10.0.0.50 - - [2026-02-19 02:25:18] "GET /virtual-network/e6c39b82-0db5-46c7-a2e6-bfe1c5e5e29d HTTP/1.1" 403 263 0.009273 10.0.0.50 - - [2026-02-19 02:25:18] "GET /virtual-network/e6c39b82-0db5-46c7-a2e6-bfe1c5e5e29d HTTP/1.1" 403 263 0.038385 10.0.0.50 - - [2026-02-19 02:25:18] "GET /service-template/73bd5241-d753-4e60-bd73-3d07914adf55 HTTP/1.1" 403 264 0.007812 10.0.0.50 - - [2026-02-19 02:25:19] "GET /service-template/73bd5241-d753-4e60-bd73-3d07914adf55 HTTP/1.1" 403 264 0.039826 10.0.0.50 - - [2026-02-19 02:25:19] "GET /obj-perms HTTP/1.1" 403 257 0.009843 10.0.0.50 - - [2026-02-19 02:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002290 10.0.0.50 - - [2026-02-19 02:25:19] "GET /virtual-network/e6c39b82-0db5-46c7-a2e6-bfe1c5e5e29d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.010770 10.0.0.50 - - [2026-02-19 02:25:19] "GET /obj-perms HTTP/1.1" 403 257 0.042964 10.0.0.50 - - [2026-02-19 02:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002403 10.0.0.50 - - [2026-02-19 02:25:19] "GET /virtual-network/e6c39b82-0db5-46c7-a2e6-bfe1c5e5e29d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008934 10.0.0.50 - - [2026-02-19 02:25:19] "GET /obj-perms HTTP/1.1" 403 257 0.008607 10.0.0.50 - - [2026-02-19 02:25:19] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008882 10.0.0.50 - - [2026-02-19 02:25:19] "GET /api-access-list/aed6f3d1-2651-4d3a-b987-c0d3afb2ca74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.004407 10.0.0.50 - - [2026-02-19 02:25:19] "PUT /api-access-list/aed6f3d1-2651-4d3a-b987-c0d3afb2ca74 HTTP/1.1" 200 264 0.010128 10.0.0.50 - - [2026-02-19 02:25:19] "GET /service-template/73bd5241-d753-4e60-bd73-3d07914adf55 HTTP/1.1" 200 1853 0.017206 10.0.0.50 - - [2026-02-19 02:25:19] "GET /virtual-network/e6c39b82-0db5-46c7-a2e6-bfe1c5e5e29d HTTP/1.1" 200 2315 0.018218 10.0.0.50 - - [2026-02-19 02:25:19] "GET /obj-perms HTTP/1.1" 403 257 0.010569 10.0.0.50 - - [2026-02-19 02:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.50 - - [2026-02-19 02:25:19] "GET /virtual-network/e6c39b82-0db5-46c7-a2e6-bfe1c5e5e29d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.020127 10.0.0.50 - - [2026-02-19 02:25:20] "GET /obj-perms HTTP/1.1" 403 257 0.009278 10.0.0.50 - - [2026-02-19 02:25:20] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.020755 10.0.0.50 - - [2026-02-19 02:25:20] "DELETE /api-access-list/035208f8-6e75-4ed3-8c92-10000e2536af HTTP/1.1" 200 115 0.022820 10.0.0.50 - - [2026-02-19 02:25:20] "GET /api-access-list/035208f8-6e75-4ed3-8c92-10000e2536af HTTP/1.1" 404 171 0.002430 10.0.0.50 - - [2026-02-19 02:25:20] "DELETE /api-access-list/ff097025-ea9e-4f5b-be1e-5a9fe7c864bb HTTP/1.1" 200 115 0.021133 10.0.0.50 - - [2026-02-19 02:25:20] "GET /api-access-list/ff097025-ea9e-4f5b-be1e-5a9fe7c864bb HTTP/1.1" 404 171 0.002459 10.0.0.50 - - [2026-02-19 02:25:20] "GET /virtual-network/e6c39b82-0db5-46c7-a2e6-bfe1c5e5e29d HTTP/1.1" 401 292 0.000410 10.0.0.50 - - [2026-02-19 02:25:20] "GET /virtual-network/e6c39b82-0db5-46c7-a2e6-bfe1c5e5e29d HTTP/1.1" 403 263 0.043101 10.0.0.50 - - [2026-02-19 02:25:20] "GET /service-template/73bd5241-d753-4e60-bd73-3d07914adf55 HTTP/1.1" 403 264 0.006061 10.0.0.50 - - [2026-02-19 02:25:20] "GET /service-template/73bd5241-d753-4e60-bd73-3d07914adf55 HTTP/1.1" 403 264 0.046183 10.0.0.50 - - [2026-02-19 02:25:21] "GET /obj-perms HTTP/1.1" 403 257 0.036819 10.0.0.50 - - [2026-02-19 02:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002293 10.0.0.50 - - [2026-02-19 02:25:21] "GET /virtual-network/e6c39b82-0db5-46c7-a2e6-bfe1c5e5e29d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007262 10.0.0.50 - - [2026-02-19 02:25:21] "GET /obj-perms HTTP/1.1" 403 257 0.007393 10.0.0.50 - - [2026-02-19 02:25:21] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.009460 10.0.0.50 - - [2026-02-19 02:25:21] "GET /api-access-list/aed6f3d1-2651-4d3a-b987-c0d3afb2ca74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.003673 10.0.0.50 - - [2026-02-19 02:25:21] "PUT /api-access-list/aed6f3d1-2651-4d3a-b987-c0d3afb2ca74 HTTP/1.1" 200 264 0.009213 10.0.0.50 - - [2026-02-19 02:25:21] "GET /virtual-network/e6c39b82-0db5-46c7-a2e6-bfe1c5e5e29d HTTP/1.1" 200 2315 0.015846 10.0.0.50 - - [2026-02-19 02:25:21] "GET /service-template/73bd5241-d753-4e60-bd73-3d07914adf55 HTTP/1.1" 200 1853 0.015685 10.0.0.50 - - [2026-02-19 02:25:21] "GET /obj-perms HTTP/1.1" 403 257 0.008060 10.0.0.50 - - [2026-02-19 02:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.50 - - [2026-02-19 02:25:21] "GET /virtual-network/e6c39b82-0db5-46c7-a2e6-bfe1c5e5e29d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.012746 10.0.0.50 - - [2026-02-19 02:25:21] "GET /obj-perms HTTP/1.1" 403 257 0.006963 10.0.0.50 - - [2026-02-19 02:25:21] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.018679 10.0.0.50 - - [2026-02-19 02:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.009746 10.0.0.50 - - [2026-02-19 02:25:21] "DELETE /service-template/73bd5241-d753-4e60-bd73-3d07914adf55 HTTP/1.1" 200 115 0.029458 10.0.0.50 - - [2026-02-19 02:25:21] "POST /fqname-to-id HTTP/1.1" 404 197 0.016292 10.0.0.50 - - [2026-02-19 02:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.50 - - [2026-02-19 02:25:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003350 10.0.0.50 - - [2026-02-19 02:25:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002198 10.0.0.50 - - [2026-02-19 02:25:22] "DELETE /virtual-network/e6c39b82-0db5-46c7-a2e6-bfe1c5e5e29d HTTP/1.1" 200 115 0.079409 10.0.0.50 - - [2026-02-19 02:25:22] "DELETE /route-target/4703e75d-4898-404d-9dac-d3af68b2dd0a HTTP/1.1" 200 115 0.017624 10.0.0.50 - - [2026-02-19 02:25:22] "GET /api-access-list/aed6f3d1-2651-4d3a-b987-c0d3afb2ca74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.003568 10.0.0.50 - - [2026-02-19 02:25:22] "PUT /api-access-list/aed6f3d1-2651-4d3a-b987-c0d3afb2ca74 HTTP/1.1" 200 264 0.009366 10.0.0.50 - - [2026-02-19 02:25:22] "GET /api-access-list/aed6f3d1-2651-4d3a-b987-c0d3afb2ca74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2692 0.004194 10.0.0.50 - - [2026-02-19 02:25:22] "PUT /api-access-list/aed6f3d1-2651-4d3a-b987-c0d3afb2ca74 HTTP/1.1" 200 264 0.009866 10.0.0.50 - - [2026-02-19 02:25:23] "GET /projects?obj_uuids=a27ff732-9e33-4a66-b77f-a2d78635c86d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000997 10.0.0.50 - - [2026-02-19 02:25:23] "GET /project/a27ff732-9e33-4a66-b77f-a2d78635c86d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.025570 10.0.0.50 - - [2026-02-19 02:25:23] "GET /projects?obj_uuids=a27ff732-9e33-4a66-b77f-a2d78635c86d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001542 10.0.0.50 - - [2026-02-19 02:25:23] "GET /projects?obj_uuids=d771f708-8852-4ec4-9bbf-74a4c34f1254&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001696 10.0.0.50 - - [2026-02-19 02:25:23] "DELETE /project/0a697fbf05e84149a346a9440708001f HTTP/1.1" 404 173 0.155850 10.0.0.50 - - [2026-02-19 02:25:23] "GET /project/d771f708-8852-4ec4-9bbf-74a4c34f1254?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.047120 10.0.0.50 - - [2026-02-19 02:25:23] "GET /project/a27ff732-9e33-4a66-b77f-a2d78635c86d?fields=security_groups HTTP/1.1" 200 1363 0.051419 10.0.0.50 - - [2026-02-19 02:25:23] "DELETE /project/a27ff7329e334a66b77fa2d78635c86d HTTP/1.1" 404 173 0.212986 10.0.0.50 - - [2026-02-19 02:25:23] "GET /projects?obj_uuids=1e7672ff-9f8a-4dfa-a031-11a243512318&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001470 10.0.0.50 - - [2026-02-19 02:25:23] "DELETE /project/a17d5bc4fbee40848b1dc2427ab04a24 HTTP/1.1" 404 173 0.222149 10.0.0.50 - - [2026-02-19 02:25:23] "GET /project/1e7672ff-9f8a-4dfa-a031-11a243512318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.033365 10.0.0.50 - - [2026-02-19 02:25:23] "GET /projects?obj_uuids=1e7672ff-9f8a-4dfa-a031-11a243512318&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001189 10.0.0.50 - - [2026-02-19 02:25:23] "GET /projects?obj_uuids=d771f708-8852-4ec4-9bbf-74a4c34f1254&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000876 10.0.0.50 - - [2026-02-19 02:25:23] "GET /projects?obj_uuids=0a697fbf-05e8-4149-a346-a9440708001f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001202 10.0.0.50 - - [2026-02-19 02:25:23] "GET /project/d771f708-8852-4ec4-9bbf-74a4c34f1254?fields=security_groups HTTP/1.1" 200 1348 0.056005 10.0.0.50 - - [2026-02-19 02:25:23] "GET /project/1e7672ff-9f8a-4dfa-a031-11a243512318?fields=security_groups HTTP/1.1" 200 1347 0.060751 10.0.0.50 - - [2026-02-19 02:25:23] "GET /projects?obj_uuids=08ed3ec1-2a7c-47e4-a116-acbacca099e1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001877 10.0.0.50 - - [2026-02-19 02:25:23] "GET /project/0a697fbf-05e8-4149-a346-a9440708001f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.076840 10.0.0.50 - - [2026-02-19 02:25:23] "GET /projects?obj_uuids=0a697fbf-05e8-4149-a346-a9440708001f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000954 10.0.0.50 - - [2026-02-19 02:25:23] "GET /project/08ed3ec1-2a7c-47e4-a116-acbacca099e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.079653 10.0.0.50 - - [2026-02-19 02:25:23] "DELETE /access-control-list/7ae5f2a1-dd7a-4df2-8f5b-d15150a9009e HTTP/1.1" 200 115 0.055756 10.0.0.50 - - [2026-02-19 02:25:23] "DELETE /security-group/238a8ce8-3357-4fab-bcea-e3553de986a6 HTTP/1.1" 200 115 0.172306 10.0.0.50 - - [2026-02-19 02:25:23] "GET /projects?obj_uuids=a27ff732-9e33-4a66-b77f-a2d78635c86d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001597 10.0.0.50 - - [2026-02-19 02:25:23] "GET /project/0a697fbf-05e8-4149-a346-a9440708001f?fields=security_groups HTTP/1.1" 200 1361 0.112062 10.0.0.50 - - [2026-02-19 02:25:23] "GET /projects?obj_uuids=08ed3ec1-2a7c-47e4-a116-acbacca099e1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001310 10.0.0.50 - - [2026-02-19 02:25:23] "DELETE /access-control-list/bbc053c6-34ae-43af-9489-43c2822a7ef9 HTTP/1.1" 200 115 0.069731 10.0.0.50 - - [2026-02-19 02:25:23] "DELETE /security-group/0727e94d-f4f9-41e7-8cab-c0f75bd6087b HTTP/1.1" 200 115 0.131117 10.0.0.50 - - [2026-02-19 02:25:23] "DELETE /security-group/dceedcdd-3945-4b66-a270-806db5e0ff47 HTTP/1.1" 200 115 0.135455 10.0.0.50 - - [2026-02-19 02:25:23] "GET /project/08ed3ec1-2a7c-47e4-a116-acbacca099e1?fields=security_groups HTTP/1.1" 200 1346 0.063504 10.0.0.50 - - [2026-02-19 02:25:23] "GET /projects?obj_uuids=d771f708-8852-4ec4-9bbf-74a4c34f1254&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001137 10.0.0.50 - - [2026-02-19 02:25:23] "GET /api-access-list/aed6f3d1-2651-4d3a-b987-c0d3afb2ca74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.007016 10.0.0.50 - - [2026-02-19 02:25:23] "GET /projects?obj_uuids=1e7672ff-9f8a-4dfa-a031-11a243512318&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000917 10.0.0.50 - - [2026-02-19 02:25:23] "GET /project/a27ff732-9e33-4a66-b77f-a2d78635c86d?fields=application_policy_sets HTTP/1.1" 200 1402 0.130978 10.0.0.50 - - [2026-02-19 02:25:23] "PUT /api-access-list/aed6f3d1-2651-4d3a-b987-c0d3afb2ca74 HTTP/1.1" 200 264 0.036544 10.0.0.50 - - [2026-02-19 02:25:23] "DELETE /access-control-list/8c89f7af-7d00-4826-b270-4b9a2259cca4 HTTP/1.1" 200 115 0.097149 10.0.0.50 - - [2026-02-19 02:25:23] "GET /project/1e7672ff-9f8a-4dfa-a031-11a243512318?fields=application_policy_sets HTTP/1.1" 200 1386 0.069222 10.0.0.50 - - [2026-02-19 02:25:23] "GET /project/d771f708-8852-4ec4-9bbf-74a4c34f1254?fields=application_policy_sets HTTP/1.1" 200 1387 0.129614 10.0.0.50 - - [2026-02-19 02:25:23] "GET /projects?obj_uuids=a17d5bc4-fbee-4084-8b1d-c2427ab04a24&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001099 10.0.0.50 - - [2026-02-19 02:25:23] "DELETE /access-control-list/a3cb8d32-156a-4e8f-869c-85d8ad406c04 HTTP/1.1" 200 115 0.088641 10.0.0.50 - - [2026-02-19 02:25:23] "DELETE /security-group/2804609e-b39a-4ea6-8d0b-89aa36692fec HTTP/1.1" 200 115 0.185713 10.0.0.50 - - [2026-02-19 02:25:23] "GET /project/a17d5bc4-fbee-4084-8b1d-c2427ab04a24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.100025 10.0.0.50 - - [2026-02-19 02:25:23] "GET /projects?obj_uuids=a17d5bc4-fbee-4084-8b1d-c2427ab04a24&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001055 10.0.0.50 - - [2026-02-19 02:25:23] "GET /projects?obj_uuids=0a697fbf-05e8-4149-a346-a9440708001f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001108 10.0.0.50 - - [2026-02-19 02:25:23] "GET /project/a17d5bc4-fbee-4084-8b1d-c2427ab04a24?fields=virtual_networks HTTP/1.1" 200 1032 0.056655 10.0.0.50 - - [2026-02-19 02:25:23] "GET /project/0a697fbf-05e8-4149-a346-a9440708001f?fields=application_policy_sets HTTP/1.1" 200 1400 0.043287 10.0.0.50 - - [2026-02-19 02:25:23] "DELETE /security-group/855b828b-333c-4b52-a36f-51f32a7d3039 HTTP/1.1" 200 115 0.217041 10.0.0.50 - - [2026-02-19 02:25:23] "GET /projects?obj_uuids=08ed3ec1-2a7c-47e4-a116-acbacca099e1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001224 10.0.0.50 - - [2026-02-19 02:25:23] "DELETE /access-control-list/0ebca21b-b8c2-48d8-8343-3955334aaa10 HTTP/1.1" 200 115 0.102741 10.0.0.50 - - [2026-02-19 02:25:24] "GET /projects?obj_uuids=a17d5bc4-fbee-4084-8b1d-c2427ab04a24&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001131 10.0.0.50 - - [2026-02-19 02:25:24] "GET /project/08ed3ec1-2a7c-47e4-a116-acbacca099e1?fields=application_policy_sets HTTP/1.1" 200 1385 0.051893 10.0.0.50 - - [2026-02-19 02:25:24] "DELETE /project/a27ff732-9e33-4a66-b77f-a2d78635c86d HTTP/1.1" 200 115 0.879998 10.0.0.50 - - [2026-02-19 02:25:24] "DELETE /access-control-list/ad2e6ba9-e5ad-47c1-8e25-d80c3163701b HTTP/1.1" 200 115 0.054324 10.0.0.50 - - [2026-02-19 02:25:24] "DELETE /project/1e7672ff-9f8a-4dfa-a031-11a243512318 HTTP/1.1" 200 115 0.867269 10.0.0.50 - - [2026-02-19 02:25:24] "DELETE /project/d771f708-8852-4ec4-9bbf-74a4c34f1254 HTTP/1.1" 200 115 0.879398 10.0.0.50 - - [2026-02-19 02:25:24] "GET /project/a17d5bc4-fbee-4084-8b1d-c2427ab04a24?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.079907 10.0.0.50 - - [2026-02-19 02:25:24] "DELETE /access-control-list/edc19c82-bc45-483c-a04e-8c6b6a6ddf24 HTTP/1.1" 200 115 0.053962 10.0.0.50 - - [2026-02-19 02:25:24] "GET /projects?obj_uuids=a17d5bc4-fbee-4084-8b1d-c2427ab04a24&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001868 10.0.0.50 - - [2026-02-19 02:25:24] "DELETE /project/0a697fbf-05e8-4149-a346-a9440708001f HTTP/1.1" 200 115 0.987437 10.0.0.50 - - [2026-02-19 02:25:24] "DELETE /access-control-list/56e14206-ab4e-41bf-b73d-f420536195f5 HTTP/1.1" 200 115 0.048466 10.0.0.50 - - [2026-02-19 02:25:24] "GET /project/a17d5bc4-fbee-4084-8b1d-c2427ab04a24?fields=security_groups HTTP/1.1" 200 1258 0.049190 10.0.0.50 - - [2026-02-19 02:25:24] "DELETE /access-control-list/c33c571c-55b1-4d26-b696-6ff2354a8938 HTTP/1.1" 200 115 0.034576 10.0.0.50 - - [2026-02-19 02:25:24] "DELETE /project/08ed3ec1-2a7c-47e4-a116-acbacca099e1 HTTP/1.1" 200 115 1.056977 10.0.0.50 - - [2026-02-19 02:25:24] "DELETE /access-control-list/4dc55c3d-3bfb-4e85-b95b-ee953b24a45d HTTP/1.1" 200 115 0.020792 10.0.0.50 - - [2026-02-19 02:25:24] "GET /projects?obj_uuids=7e06c87d-b395-434e-9112-73ece1500dd6&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001650 10.0.0.50 - - [2026-02-19 02:25:24] "GET /project/7e06c87d-b395-434e-9112-73ece1500dd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.030605 [Introspect:8084]10.0.0.50 - - [2026-02-19 02:25:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001150 10.0.0.50 - - [2026-02-19 02:25:25] "POST /fqname-to-id HTTP/1.1" 404 184 0.030943 10.0.0.50 - - [2026-02-19 02:25:25] "GET /projects?obj_uuids=13c3297a-4b69-45ce-bc6e-f2ed11d71784&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002827 10.0.0.50 - - [2026-02-19 02:25:25] "GET /domains?obj_uuids=d8c9f0e0-2c92-452e-9375-1d23952d0ce8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001216 10.0.0.50 - - [2026-02-19 02:25:25] "GET /domain/d8c9f0e0-2c92-452e-9375-1d23952d0ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007495 10.0.0.50 - - [2026-02-19 02:25:25] "POST /id-to-fqname HTTP/1.1" 200 186 0.003115 10.0.0.50 - - [2026-02-19 02:25:25] "POST /fqname-to-id HTTP/1.1" 404 195 0.002276 10.0.0.50 - - [2026-02-19 02:25:26] "POST /security-groups HTTP/1.1" 200 587 0.064058 10.0.0.50 - - [2026-02-19 02:25:26] "POST /fqname-to-id HTTP/1.1" 404 230 0.002533 10.0.0.50 - - [2026-02-19 02:25:26] "POST /projects HTTP/1.1" 200 577 0.216277 10.0.0.50 - - [2026-02-19 02:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.249987 10.0.0.50 - - [2026-02-19 02:25:26] "POST /access-control-lists HTTP/1.1" 200 592 0.058055 10.0.0.50 - - [2026-02-19 02:25:26] "GET /project/13c3297a-4b69-45ce-bc6e-f2ed11d71784?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.391234 10.0.0.50 - - [2026-02-19 02:25:26] "POST /fqname-to-id HTTP/1.1" 404 229 0.002813 10.0.0.50 - - [2026-02-19 02:25:26] "POST /access-control-lists HTTP/1.1" 200 590 0.060393 10.0.0.50 - - [2026-02-19 02:25:27] "GET / HTTP/1.1" 200 35931 0.002037 10.0.0.50 - - [2026-02-19 02:25:27] "GET /projects?obj_uuids=13c3297a-4b69-45ce-bc6e-f2ed11d71784&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001134 10.0.0.50 - - [2026-02-19 02:25:27] "GET /project/13c3297a-4b69-45ce-bc6e-f2ed11d71784?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.041913 10.0.0.50 - - [2026-02-19 02:25:27] "GET /projects?obj_uuids=13c3297a-4b69-45ce-bc6e-f2ed11d71784&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001043 10.0.0.50 - - [2026-02-19 02:25:27] "GET /project/13c3297a-4b69-45ce-bc6e-f2ed11d71784?fields=virtual_networks HTTP/1.1" 200 1023 0.025556 10.0.0.50 - - [2026-02-19 02:25:28] "GET /projects?obj_uuids=13c3297a-4b69-45ce-bc6e-f2ed11d71784&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001378 10.0.0.50 - - [2026-02-19 02:25:28] "GET /project/13c3297a-4b69-45ce-bc6e-f2ed11d71784?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.028659 10.0.0.50 - - [2026-02-19 02:25:28] "GET /projects?obj_uuids=13c3297a-4b69-45ce-bc6e-f2ed11d71784&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001087 10.0.0.50 - - [2026-02-19 02:25:28] "GET /project/13c3297a-4b69-45ce-bc6e-f2ed11d71784?fields=security_groups HTTP/1.1" 200 1245 0.023410 10.0.0.50 - - [2026-02-19 02:25:34] "GET /obj-perms HTTP/1.1" 200 5056 0.067018 10.0.0.50 - - [2026-02-19 02:25:35] "GET /obj-perms HTTP/1.1" 200 5056 0.061244 [Introspect:8084]10.0.0.50 - - [2026-02-19 02:26:16] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000956 [Introspect:8084]10.0.0.50 - - [2026-02-19 02:26:16] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001049