+++ date ++ echo 'INFO: =================== Mon Feb 16 01:56:01 AM UTC 2026 ===================' INFO: =================== Mon Feb 16 01:56:01 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.240 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.240 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.240 ++ ANALYTICSDB_NODES=10.0.0.240 ++ ANALYTICS_SNMP_NODES=10.0.0.240 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:8081 ' +++ '[' -n '10.0.0.240:8081 ' ']' +++ echo 10.0.0.240:8081 ++ ANALYTICS_SERVERS=10.0.0.240: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9042 ' +++ '[' -n '10.0.0.240:9042 ' ']' +++ echo 10.0.0.240:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.240:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.240 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:8086 ' +++ '[' -n '10.0.0.240:8086 ' ']' +++ echo 10.0.0.240:8086 ++ COLLECTOR_SERVERS=10.0.0.240: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.240 ++ CONFIGDB_NODES=10.0.0.240 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:8082 ' +++ '[' -n '10.0.0.240:8082 ' ']' +++ echo 10.0.0.240:8082 ++ CONFIG_SERVERS=10.0.0.240: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9161 ' +++ '[' -n '10.0.0.240:9161 ' ']' +++ echo 10.0.0.240:9161 ++ CONFIGDB_SERVERS=10.0.0.240: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9041 ' +++ '[' -n '10.0.0.240:9041 ' ']' +++ echo 10.0.0.240:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.240: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.252 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.252 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.240 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+=10.0.0.240:2181, +++ '[' -n 10.0.0.240:2181, ']' +++ echo 10.0.0.240:2181 ++ ZOOKEEPER_SERVERS=10.0.0.240: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:2181 ' +++ '[' -n '10.0.0.240:2181 ' ']' +++ echo 10.0.0.240:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.240:2181 ++ RABBITMQ_NODES=10.0.0.240 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+=10.0.0.240:5673, +++ '[' -n 10.0.0.240:5673, ']' +++ echo 10.0.0.240:5673 ++ RABBITMQ_SERVERS=10.0.0.240: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:6379 ' +++ '[' -n '10.0.0.240:6379 ' ']' +++ echo 10.0.0.240:6379 ++ REDIS_SERVERS=10.0.0.240: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.240 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9092 ' +++ '[' -n '10.0.0.240:9092 ' ']' +++ echo 10.0.0.240:9092 ++ KAFKA_SERVERS=10.0.0.240: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.240 ++ 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.240 ++ 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.240 ++ 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.240 ++ cut -d , -f 1 + local cassandra=10.0.0.240 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.240 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.240 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.240 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ sort ++++ uniq ++++ awk '/32 host/ { print f } {f=$2}' +++ local local_ips=,10.0.0.240,10.20.0.252,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.240'\''))' +++ local server_ip=10.0.0.240 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.240 ]] +++ [[ ,10.0.0.240,10.20.0.252,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.240, ]] +++ echo 10.0.0.240 1 +++ return ++ local ip=10.0.0.240 ++ [[ -z 10.0.0.240 ]] ++ echo 10.0.0.240 + host_ip=10.0.0.240 + [[ cql == \c\q\l ]] ++ echo 10.0.0.240:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.240:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.240:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ grep '^API__.*__.*=.*$' ++ set -o posix ++ set ++ sed 's/^API__//g' ++ sort ++ cut -d = -f 1 + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 02/16/2026 01:56:09.519 7fe682f4b900 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 02/16/2026 01:56:09.649 7fe682f4b900 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 02/16/2026 01:56:09.660 7fe682f4b900 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 02/16/2026 01:56:09.660 7fe682f4b900 [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.240:8082/ Hit Ctrl-C to quit. 10.0.0.240 - - [2026-02-16 01:56:13] "GET / HTTP/1.1" 503 181 0.000242 10.0.0.240 - - [2026-02-16 01:56:13] "GET / HTTP/1.1" 503 181 0.000150 10.0.0.240 - - [2026-02-16 01:56:14] "GET / HTTP/1.1" 200 45871 0.001755 10.0.0.240 - - [2026-02-16 01:56:14] "GET / HTTP/1.1" 200 45871 0.000981 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.240 - - [2026-02-16 01:56:14] "POST /fqname-to-id HTTP/1.1" 401 293 0.000470 10.0.0.240 - - [2026-02-16 01:56:14] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000219 10.0.0.240 - - [2026-02-16 01:56:15] "GET / HTTP/1.1" 200 36215 0.001603 10.0.0.240 - - [2026-02-16 01:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.624915 10.0.0.240 - - [2026-02-16 01:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.240 - - [2026-02-16 01:56:15] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.345075 10.0.0.240 - - [2026-02-16 01:56:15] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002314 10.0.0.240 - - [2026-02-16 01:56:15] "GET / HTTP/1.1" 200 36215 0.002136 10.0.0.240 - - [2026-02-16 01:56:15] "POST /fqname-to-id HTTP/1.1" 401 293 0.000380 /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.240 - - [2026-02-16 01:56:15] "GET / HTTP/1.1" 200 36215 0.001619 10.0.0.240 - - [2026-02-16 01:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.052126 10.0.0.240 - - [2026-02-16 01:56:15] "GET /global-system-config/c41b6bdd-0174-4984-947b-4a063544f88d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.008919 10.0.0.240 - - [2026-02-16 01:56:16] "POST /fqname-to-id HTTP/1.1" 404 220 0.002785 10.0.0.240 - - [2026-02-16 01:56:16] "POST /config-nodes HTTP/1.1" 200 601 0.024396 10.0.0.240 - - [2026-02-16 01:56:16] "POST /fqname-to-id HTTP/1.1" 401 293 0.000383 10.0.0.240 - - [2026-02-16 01:56:16] "GET / HTTP/1.1" 200 36215 0.001679 10.0.0.240 - - [2026-02-16 01:56:16] "GET / HTTP/1.1" 200 36215 0.001330 10.0.0.240 - - [2026-02-16 01:56:16] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000341 10.0.0.240 - - [2026-02-16 01:56:16] "POST /fqname-to-id HTTP/1.1" 401 293 0.000391 10.0.0.240 - - [2026-02-16 01:56:16] "POST /fqname-to-id HTTP/1.1" 404 186 0.335029 10.0.0.240 - - [2026-02-16 01:56:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002640 10.0.0.240 - - [2026-02-16 01:56:16] "GET /global-system-config/c41b6bdd-0174-4984-947b-4a063544f88d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.009586 10.0.0.240 - - [2026-02-16 01:56:16] "POST /service-appliance-sets HTTP/1.1" 200 555 0.022099 10.0.0.240 - - [2026-02-16 01:56:16] "POST /fqname-to-id HTTP/1.1" 404 180 0.002530 10.0.0.240 - - [2026-02-16 01:56:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.240 - - [2026-02-16 01:56:17] "GET /global-system-config/c41b6bdd-0174-4984-947b-4a063544f88d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.008703 10.0.0.240 - - [2026-02-16 01:56:17] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.347530 10.0.0.240 - - [2026-02-16 01:56:17] "POST /service-appliance-sets HTTP/1.1" 200 543 0.019708 10.0.0.240 - - [2026-02-16 01:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.049288 10.0.0.240 - - [2026-02-16 01:56:17] "GET /network-ipam/c7ab064c-1b38-4381-95b4-867c36789404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.003813 10.0.0.240 - - [2026-02-16 01:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002572 10.0.0.240 - - [2026-02-16 01:56:17] "GET /network-ipam/c7ab064c-1b38-4381-95b4-867c36789404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.004340 10.0.0.240 - - [2026-02-16 01:56:17] "POST /service-templates HTTP/1.1" 200 513 0.027985 10.0.0.240 - - [2026-02-16 01:56:17] "POST /service-templates HTTP/1.1" 200 503 0.044709 10.0.0.240 - - [2026-02-16 01:56:17] "POST /service-templates HTTP/1.1" 200 517 0.095905 10.0.0.240 - - [2026-02-16 01:56:17] "POST /service-templates HTTP/1.1" 200 537 0.019488 10.0.0.240 - - [2026-02-16 01:56:17] "POST /service-templates HTTP/1.1" 200 509 0.020040 10.0.0.240 - - [2026-02-16 01:56:17] "POST /fqname-to-id HTTP/1.1" 404 225 0.002164 10.0.0.240 - - [2026-02-16 01:56:17] "POST /access-control-lists HTTP/1.1" 200 589 0.024024 10.0.0.240 - - [2026-02-16 01:56:17] "POST /fqname-to-id HTTP/1.1" 404 224 0.002703 10.0.0.240 - - [2026-02-16 01:56:17] "POST /access-control-lists HTTP/1.1" 200 587 0.034194 10.0.0.240 - - [2026-02-16 01:56:17] "POST /route-targets HTTP/1.1" 200 328 0.015406 10.0.0.240 - - [2026-02-16 01:56:17] "POST /ref-update HTTP/1.1" 200 156 0.009525 10.0.0.240 - - [2026-02-16 01:56:17] "POST /route-targets HTTP/1.1" 200 328 0.012583 10.0.0.240 - - [2026-02-16 01:56:18] "POST /ref-update HTTP/1.1" 200 156 0.010904 10.0.0.240 - - [2026-02-16 01:56:18] "POST /route-targets HTTP/1.1" 200 328 0.009795 10.0.0.240 - - [2026-02-16 01:56:18] "POST /ref-update HTTP/1.1" 200 156 0.010078 10.0.0.240 - - [2026-02-16 01:56:18] "POST /route-targets HTTP/1.1" 200 328 0.009372 10.0.0.240 - - [2026-02-16 01:56:18] "POST /ref-update HTTP/1.1" 200 156 0.009886 10.0.0.240 - - [2026-02-16 01:56:18] "POST /fqname-to-id HTTP/1.1" 404 201 0.002475 10.0.0.240 - - [2026-02-16 01:56:18] "POST /access-control-lists HTTP/1.1" 200 553 0.057580 10.0.0.240 - - [2026-02-16 01:56:18] "PUT /access-control-list/f7ced043-74e3-470c-96c9-ac554f791eeb HTTP/1.1" 200 273 0.009255 10.0.0.240 - - [2026-02-16 01:56:18] "PUT /access-control-list/98fefc22-ea45-472f-ada4-65f8080ac5e9 HTTP/1.1" 200 273 0.008857 10.0.0.240 - - [2026-02-16 01:56:19] "GET / HTTP/1.1" 200 36215 0.001948 10.0.0.240 - - [2026-02-16 01:56:19] "POST /fqname-to-id HTTP/1.1" 401 293 0.000312 10.0.0.240 - - [2026-02-16 01:56:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.022176 10.0.0.240 - - [2026-02-16 01:56:19] "GET /global-system-config/c41b6bdd-0174-4984-947b-4a063544f88d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.004967 10.0.0.240 - - [2026-02-16 01:56:19] "POST /fqname-to-id HTTP/1.1" 404 220 0.002907 10.0.0.240 - - [2026-02-16 01:56:19] "POST /config-database-nodes HTTP/1.1" 200 619 0.016775 10.0.0.240 - - [2026-02-16 01:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.240 - - [2026-02-16 01:56:22] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1215 0.003410 10.0.0.240 - - [2026-02-16 01:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002690 10.0.0.240 - - [2026-02-16 01:56:22] "PUT /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182 HTTP/1.1" 200 277 0.007817 10.0.0.240 - - [2026-02-16 01:56:22] "GET / HTTP/1.1" 200 36215 0.001910 10.0.0.240 - - [2026-02-16 01:56:22] "POST /alarms HTTP/1.1" 401 293 0.000337 10.0.0.240 - - [2026-02-16 01:56:22] "POST /alarms HTTP/1.1" 200 583 0.105780 10.0.0.240 - - [2026-02-16 01:56:22] "POST /alarms HTTP/1.1" 200 577 0.014668 10.0.0.240 - - [2026-02-16 01:56:22] "POST /alarms HTTP/1.1" 200 577 0.016395 10.0.0.240 - - [2026-02-16 01:56:22] "POST /alarms HTTP/1.1" 200 561 0.015934 10.0.0.240 - - [2026-02-16 01:56:23] "POST /alarms HTTP/1.1" 200 557 0.016669 10.0.0.240 - - [2026-02-16 01:56:23] "POST /alarms HTTP/1.1" 200 559 0.016186 10.0.0.240 - - [2026-02-16 01:56:23] "POST /alarms HTTP/1.1" 200 567 0.015308 10.0.0.240 - - [2026-02-16 01:56:23] "POST /alarms HTTP/1.1" 200 551 0.015927 10.0.0.240 - - [2026-02-16 01:56:23] "POST /alarms HTTP/1.1" 200 559 0.017323 10.0.0.240 - - [2026-02-16 01:56:23] "POST /alarms HTTP/1.1" 200 569 0.017907 10.0.0.240 - - [2026-02-16 01:56:23] "POST /alarms HTTP/1.1" 200 557 0.026266 10.0.0.240 - - [2026-02-16 01:56:23] "POST /alarms HTTP/1.1" 200 569 0.016658 10.0.0.240 - - [2026-02-16 01:56:23] "POST /alarms HTTP/1.1" 200 577 0.058136 10.0.0.240 - - [2026-02-16 01:56:23] "POST /alarms HTTP/1.1" 200 571 0.015607 10.0.0.240 - - [2026-02-16 01:56:23] "POST /alarms HTTP/1.1" 200 563 0.015983 10.0.0.240 - - [2026-02-16 01:56:23] "POST /alarms HTTP/1.1" 200 563 0.015923 10.0.0.240 - - [2026-02-16 01:56:23] "POST /alarms HTTP/1.1" 200 563 0.017659 10.0.0.240 - - [2026-02-16 01:56:23] "POST /alarms HTTP/1.1" 200 549 0.016112 10.0.0.240 - - [2026-02-16 01:56:23] "POST /alarms HTTP/1.1" 200 597 0.015443 10.0.0.240 - - [2026-02-16 01:56:24] "POST /alarms HTTP/1.1" 200 577 0.015823 10.0.0.240 - - [2026-02-16 01:56:24] "POST /alarms HTTP/1.1" 200 573 0.015998 10.0.0.240 - - [2026-02-16 01:56:24] "POST /alarms HTTP/1.1" 200 585 0.015163 10.0.0.240 - - [2026-02-16 01:56:24] "POST /alarms HTTP/1.1" 200 611 0.015030 10.0.0.240 - - [2026-02-16 01:56:24] "GET / HTTP/1.1" 200 36215 0.001615 10.0.0.240 - - [2026-02-16 01:56:24] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000365 10.0.0.240 - - [2026-02-16 01:56:24] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.024465 10.0.0.240 - - [2026-02-16 01:56:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002250 10.0.0.240 - - [2026-02-16 01:56:24] "PUT /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182 HTTP/1.1" 200 277 0.008434 10.0.0.240 - - [2026-02-16 01:56:25] "GET / HTTP/1.1" 200 36215 0.001469 10.0.0.240 - - [2026-02-16 01:56:25] "POST /fqname-to-id HTTP/1.1" 401 293 0.000336 10.0.0.240 - - [2026-02-16 01:56:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.023989 10.0.0.240 - - [2026-02-16 01:56:25] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003332 10.0.0.240 - - [2026-02-16 01:56:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.240 - - [2026-02-16 01:56:25] "PUT /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182 HTTP/1.1" 200 277 0.008374 10.0.0.240 - - [2026-02-16 01:56:25] "GET / HTTP/1.1" 200 36215 0.002116 10.0.0.240 - - [2026-02-16 01:56:25] "POST /fqname-to-id HTTP/1.1" 401 293 0.000342 10.0.0.240 - - [2026-02-16 01:56:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.023267 10.0.0.240 - - [2026-02-16 01:56:26] "GET /global-system-config/c41b6bdd-0174-4984-947b-4a063544f88d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.004917 10.0.0.240 - - [2026-02-16 01:56:26] "PUT /global-system-config/c41b6bdd-0174-4984-947b-4a063544f88d HTTP/1.1" 200 275 0.015188 10.0.0.240 - - [2026-02-16 01:56:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000442 10.0.0.240 - - [2026-02-16 01:56:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000408 10.0.0.240 - - [2026-02-16 01:56:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000376 10.0.0.240 - - [2026-02-16 01:56:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000378 10.0.0.240 - - [2026-02-16 01:57:17] "GET / HTTP/1.1" 200 36215 0.001254 10.0.0.240 - - [2026-02-16 01:57:17] "POST /fqname-to-id HTTP/1.1" 401 293 0.000342 10.0.0.240 - - [2026-02-16 01:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.024211 10.0.0.240 - - [2026-02-16 01:57:17] "GET /routing-instance/879ed6cd-d4a0-4d55-9eed-9d71fa06cc97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.003512 10.0.0.240 - - [2026-02-16 01:57:17] "POST /bgp-routers HTTP/1.1" 200 622 0.020580 10.0.0.240 - - [2026-02-16 01:57:17] "GET /bgp-router/7ac18fc5-0568-4012-80d8-aa462d794d82?fields=global_system_config_back_refs HTTP/1.1" 200 1116 0.006010 10.0.0.240 - - [2026-02-16 01:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.240 - - [2026-02-16 01:57:17] "GET /global-system-config/c41b6bdd-0174-4984-947b-4a063544f88d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.005980 10.0.0.240 - - [2026-02-16 01:57:17] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003176 10.0.0.240 - - [2026-02-16 01:57:17] "POST /ref-update HTTP/1.1" 200 156 0.007476 10.0.0.240 - - [2026-02-16 01:57:44] "GET / HTTP/1.1" 200 36215 0.001891 10.0.0.240 - - [2026-02-16 01:57:44] "POST /fqname-to-id HTTP/1.1" 401 293 0.000357 10.0.0.240 - - [2026-02-16 01:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.031570 10.0.0.240 - - [2026-02-16 01:57:44] "GET /global-system-config/c41b6bdd-0174-4984-947b-4a063544f88d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.007134 10.0.0.240 - - [2026-02-16 01:57:44] "POST /fqname-to-id HTTP/1.1" 404 220 0.002667 10.0.0.240 - - [2026-02-16 01:57:44] "POST /database-nodes HTTP/1.1" 200 605 0.017753 10.0.0.240 - - [2026-02-16 01:58:14] "GET / HTTP/1.1" 200 36215 0.001616 10.0.0.240 - - [2026-02-16 01:58:14] "POST /fqname-to-id HTTP/1.1" 401 293 0.000407 10.0.0.240 - - [2026-02-16 01:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.024218 10.0.0.240 - - [2026-02-16 01:58:14] "GET /global-system-config/c41b6bdd-0174-4984-947b-4a063544f88d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.005152 10.0.0.240 - - [2026-02-16 01:58:14] "POST /fqname-to-id HTTP/1.1" 404 220 0.002739 10.0.0.240 - - [2026-02-16 01:58:14] "POST /analytics-nodes HTTP/1.1" 200 607 0.016190 10.0.0.240 - - [2026-02-16 01:58:20] "GET / HTTP/1.1" 200 36215 0.001913 10.0.0.240 - - [2026-02-16 01:58:30] "GET / HTTP/1.1" 200 36215 0.001450 10.0.0.240 - - [2026-02-16 01:58:30] "POST /fqname-to-id HTTP/1.1" 401 293 0.000516 10.0.0.240 - - [2026-02-16 01:58:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.024200 10.0.0.240 - - [2026-02-16 01:58:30] "GET /global-system-config/c41b6bdd-0174-4984-947b-4a063544f88d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.005349 10.0.0.240 - - [2026-02-16 01:58:30] "POST /fqname-to-id HTTP/1.1" 404 220 0.002830 10.0.0.240 - - [2026-02-16 01:58:30] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.022465 10.0.0.240 - - [2026-02-16 01:58:46] "GET / HTTP/1.1" 200 36215 0.001658 10.0.0.240 - - [2026-02-16 01:58:46] "POST /fqname-to-id HTTP/1.1" 401 293 0.000383 10.0.0.240 - - [2026-02-16 01:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.025194 10.0.0.240 - - [2026-02-16 01:58:46] "GET /global-system-config/c41b6bdd-0174-4984-947b-4a063544f88d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.004817 10.0.0.240 - - [2026-02-16 01:58:46] "POST /fqname-to-id HTTP/1.1" 404 220 0.002772 10.0.0.240 - - [2026-02-16 01:58:46] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.018184 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.240 - - [2026-02-16 01:59:19] "GET /obj-perms HTTP/1.1" 200 5075 0.353067 10.0.0.240 - - [2026-02-16 01:59:19] "GET /obj-perms HTTP/1.1" 200 5075 0.044682 10.0.0.240 - - [2026-02-16 02:00:19] "GET /obj-perms HTTP/1.1" 200 5075 0.050360 10.0.0.240 - - [2026-02-16 02:00:20] "GET /obj-perms HTTP/1.1" 200 5075 0.048538 10.0.0.240 - - [2026-02-16 02:00:30] "GET / HTTP/1.1" 200 36215 0.002025 10.0.0.240 - - [2026-02-16 02:00:30] "POST /fqname-to-id HTTP/1.1" 401 293 0.000353 10.0.0.240 - - [2026-02-16 02:00:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.025148 10.0.0.240 - - [2026-02-16 02:00:31] "GET /global-system-config/c41b6bdd-0174-4984-947b-4a063544f88d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.005079 10.0.0.240 - - [2026-02-16 02:00:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.240 - - [2026-02-16 02:00:31] "GET /routing-instance/879ed6cd-d4a0-4d55-9eed-9d71fa06cc97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.003977 10.0.0.240 - - [2026-02-16 02:00:31] "PUT /global-system-config/c41b6bdd-0174-4984-947b-4a063544f88d HTTP/1.1" 200 275 0.010288 10.0.0.240 - - [2026-02-16 02:00:31] "POST /fqname-to-id HTTP/1.1" 404 218 0.003399 10.0.0.240 - - [2026-02-16 02:00:31] "POST /virtual-routers HTTP/1.1" 200 605 0.015884 10.0.0.240 - - [2026-02-16 02:00:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.240 - - [2026-02-16 02:00:31] "GET /virtual-router/4684bea4-ac75-4b9e-91fc-b00df83d31b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1247 0.004519 10.0.0.240 - - [2026-02-16 02:00:31] "POST /fqname-to-id HTTP/1.1" 404 231 0.002477 10.0.0.240 - - [2026-02-16 02:00:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.240 - - [2026-02-16 02:00:31] "GET /virtual-network/cc236058-edfe-465c-b24a-e3399b819667?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.005480 10.0.0.240 - - [2026-02-16 02:00:31] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.038752 10.0.0.240 - - [2026-02-16 02:00:32] "PUT /access-control-list/12f31a48-7fc8-4eb6-9218-e191a8814c71 HTTP/1.1" 200 273 0.010507 [Introspect:8084]10.0.0.240 - - [2026-02-16 02:00:38] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001106 [Introspect:8084]10.0.0.240 - - [2026-02-16 02:00:38] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000952 [Introspect:8084]10.0.0.240 - - [2026-02-16 02:00:40] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000808 [Introspect:8084]10.0.0.240 - - [2026-02-16 02:00:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000759 10.0.0.240 - - [2026-02-16 02:01:20] "GET /obj-perms HTTP/1.1" 200 5075 0.044620 10.0.0.240 - - [2026-02-16 02:01:20] "GET /obj-perms HTTP/1.1" 200 5075 0.044095 10.0.0.240 - - [2026-02-16 02:01:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000398 10.0.0.240 - - [2026-02-16 02:01:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000393 10.0.0.240 - - [2026-02-16 02:01:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000970 10.0.0.240 - - [2026-02-16 02:01:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000487 10.0.0.240 - - [2026-02-16 02:01:51] "GET / HTTP/1.1" 200 36215 0.001344 10.0.0.240 - - [2026-02-16 02:01:51] "GET /project/b3f75522-8a93-4731-99ba-d4bda120c66a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000388 10.0.0.240 - - [2026-02-16 02:01:51] "GET /projects?obj_uuids=b3f75522-8a93-4731-99ba-d4bda120c66a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.023741 10.0.0.240 - - [2026-02-16 02:01:52] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000918 10.0.0.240 - - [2026-02-16 02:01:52] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.026647 10.0.0.240 - - [2026-02-16 02:01:52] "POST /id-to-fqname HTTP/1.1" 200 167 0.001220 10.0.0.240 - - [2026-02-16 02:01:52] "POST /fqname-to-id HTTP/1.1" 404 176 0.003846 10.0.0.240 - - [2026-02-16 02:01:52] "POST /security-groups HTTP/1.1" 200 568 0.060902 10.0.0.240 - - [2026-02-16 02:01:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.025079 10.0.0.240 - - [2026-02-16 02:01:52] "POST /projects HTTP/1.1" 200 539 0.223267 10.0.0.240 - - [2026-02-16 02:01:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.291436 10.0.0.240 - - [2026-02-16 02:01:52] "POST /access-control-lists HTTP/1.1" 200 575 0.057272 10.0.0.240 - - [2026-02-16 02:01:52] "POST /fqname-to-id HTTP/1.1" 404 206 0.002108 10.0.0.240 - - [2026-02-16 02:01:52] "GET /project/b3f75522-8a93-4731-99ba-d4bda120c66a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.456346 10.0.0.240 - - [2026-02-16 02:01:52] "POST /access-control-lists HTTP/1.1" 200 573 0.057254 [Introspect:8084]10.0.0.240 - - [2026-02-16 02:01:52] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001035 10.0.0.240 - - [2026-02-16 02:01:53] "POST /fqname-to-id HTTP/1.1" 404 199 0.023346 10.0.0.240 - - [2026-02-16 02:01:53] "GET /projects?obj_uuids=efd41457-12fe-45a8-a063-e55e7de64b5c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002268 10.0.0.240 - - [2026-02-16 02:01:53] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000931 10.0.0.240 - - [2026-02-16 02:01:53] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006003 10.0.0.240 - - [2026-02-16 02:01:53] "POST /id-to-fqname HTTP/1.1" 200 201 0.001503 10.0.0.240 - - [2026-02-16 02:01:53] "POST /fqname-to-id HTTP/1.1" 404 210 0.007331 10.0.0.240 - - [2026-02-16 02:01:53] "POST /security-groups HTTP/1.1" 200 602 0.064408 10.0.0.240 - - [2026-02-16 02:01:53] "POST /fqname-to-id HTTP/1.1" 404 245 0.003384 10.0.0.240 - - [2026-02-16 02:01:53] "POST /projects HTTP/1.1" 200 607 0.228554 10.0.0.240 - - [2026-02-16 02:01:53] "POST /access-control-lists HTTP/1.1" 200 609 0.057128 10.0.0.240 - - [2026-02-16 02:01:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.301095 10.0.0.240 - - [2026-02-16 02:01:53] "POST /fqname-to-id HTTP/1.1" 404 244 0.002574 10.0.0.240 - - [2026-02-16 02:01:53] "GET /project/efd41457-12fe-45a8-a063-e55e7de64b5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.418056 10.0.0.240 - - [2026-02-16 02:01:53] "POST /access-control-lists HTTP/1.1" 200 607 0.061735 10.0.0.240 - - [2026-02-16 02:01:54] "GET / HTTP/1.1" 200 36215 0.001497 10.0.0.240 - - [2026-02-16 02:01:55] "POST /fqname-to-id HTTP/1.1" 401 293 0.000473 10.0.0.240 - - [2026-02-16 02:01:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.049163 10.0.0.240 - - [2026-02-16 02:01:55] "GET /projects?obj_uuids=efd41457-12fe-45a8-a063-e55e7de64b5c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000857 10.0.0.240 - - [2026-02-16 02:01:55] "GET /project/efd41457-12fe-45a8-a063-e55e7de64b5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.029405 10.0.0.240 - - [2026-02-16 02:01:55] "POST /neutron/network HTTP/1.1" 200 117 0.083514 10.0.0.240 - - [2026-02-16 02:01:55] "GET /projects?obj_uuids=efd41457-12fe-45a8-a063-e55e7de64b5c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000874 10.0.0.240 - - [2026-02-16 02:01:56] "POST /neutron/network HTTP/1.1" 200 620 0.068336 10.0.0.240 - - [2026-02-16 02:01:56] "POST /route-targets HTTP/1.1" 200 328 0.013201 10.0.0.240 - - [2026-02-16 02:01:56] "POST /ref-update HTTP/1.1" 200 156 0.014454 10.0.0.240 - - [2026-02-16 02:01:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003589 10.0.0.240 - - [2026-02-16 02:01:56] "POST /neutron/subnet HTTP/1.1" 200 715 0.123637 10.0.0.240 - - [2026-02-16 02:01:56] "POST /neutron/network HTTP/1.1" 200 837 0.005102 10.0.0.240 - - [2026-02-16 02:01:56] "POST /id-to-fqname HTTP/1.1" 200 233 0.000932 10.0.0.240 - - [2026-02-16 02:01:56] "GET /virtual-network/14e2c5cc-1ac7-4b48-b58e-8ba0ab63e4a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004273 10.0.0.240 - - [2026-02-16 02:01:56] "POST /neutron/network HTTP/1.1" 200 837 0.004892 10.0.0.240 - - [2026-02-16 02:01:56] "GET /virtual-network/14e2c5cc-1ac7-4b48-b58e-8ba0ab63e4a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005921 10.0.0.240 - - [2026-02-16 02:01:56] "POST /neutron/network HTTP/1.1" 200 837 0.004708 10.0.0.240 - - [2026-02-16 02:01:56] "POST /neutron/subnet HTTP/1.1" 200 715 0.005833 10.0.0.240 - - [2026-02-16 02:01:56] "GET /domains HTTP/1.1" 401 293 0.000317 10.0.0.240 - - [2026-02-16 02:01:56] "GET /domains HTTP/1.1" 200 281 0.023809 10.0.0.240 - - [2026-02-16 02:01:56] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000854 10.0.0.240 - - [2026-02-16 02:01:56] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2594 0.011677 10.0.0.240 - - [2026-02-16 02:01:56] "GET /projects?obj_uuids=efd41457-12fe-45a8-a063-e55e7de64b5c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002376 10.0.0.240 - - [2026-02-16 02:01:56] "GET /project/efd41457-12fe-45a8-a063-e55e7de64b5c HTTP/1.1" 200 2174 0.068146 10.0.0.240 - - [2026-02-16 02:01:56] "GET /virtual-network/14e2c5cc-1ac7-4b48-b58e-8ba0ab63e4a6 HTTP/1.1" 200 2339 0.006288 10.0.0.240 - - [2026-02-16 02:01:56] "GET /virtual-network/14e2c5cc-1ac7-4b48-b58e-8ba0ab63e4a6 HTTP/1.1" 200 2339 0.004215 10.0.0.240 - - [2026-02-16 02:01:56] "GET /routing-instance/86f7813f-d150-4871-adb0-f8a83b8908dd HTTP/1.1" 200 1497 0.003541 10.0.0.240 - - [2026-02-16 02:01:56] "GET /routing-instance/86f7813f-d150-4871-adb0-f8a83b8908dd HTTP/1.1" 200 1497 0.002987 10.0.0.240 - - [2026-02-16 02:01:56] "GET /route-target/f7cbb6d5-ddf6-4f52-85c0-65efced92882 HTTP/1.1" 200 1221 0.002726 10.0.0.240 - - [2026-02-16 02:01:56] "GET /virtual-network/14e2c5cc-1ac7-4b48-b58e-8ba0ab63e4a6 HTTP/1.1" 200 2339 0.004538 10.0.0.240 - - [2026-02-16 02:01:56] "GET /routing-instance/86f7813f-d150-4871-adb0-f8a83b8908dd HTTP/1.1" 200 1497 0.002916 10.0.0.240 - - [2026-02-16 02:01:56] "GET /virtual-network/14e2c5cc-1ac7-4b48-b58e-8ba0ab63e4a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004144 10.0.0.240 - - [2026-02-16 02:01:56] "GET /virtual-network/14e2c5cc-1ac7-4b48-b58e-8ba0ab63e4a6 HTTP/1.1" 200 2339 0.004627 10.0.0.240 - - [2026-02-16 02:01:56] "GET /routing-instance/86f7813f-d150-4871-adb0-f8a83b8908dd HTTP/1.1" 200 1497 0.002678 10.0.0.240 - - [2026-02-16 02:01:56] "GET /routing-instance/86f7813f-d150-4871-adb0-f8a83b8908dd HTTP/1.1" 200 1497 0.002500 10.0.0.240 - - [2026-02-16 02:01:56] "GET /route-target/f7cbb6d5-ddf6-4f52-85c0-65efced92882 HTTP/1.1" 200 1221 0.002271 10.0.0.240 - - [2026-02-16 02:01:56] "GET /domains HTTP/1.1" 200 281 0.002159 10.0.0.240 - - [2026-02-16 02:01:56] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000816 10.0.0.240 - - [2026-02-16 02:01:56] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2594 0.005733 10.0.0.240 - - [2026-02-16 02:01:56] "GET /projects?obj_uuids=efd41457-12fe-45a8-a063-e55e7de64b5c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000793 10.0.0.240 - - [2026-02-16 02:01:56] "GET /project/efd41457-12fe-45a8-a063-e55e7de64b5c HTTP/1.1" 200 2174 0.066851 10.0.0.240 - - [2026-02-16 02:01:56] "GET /virtual-network/14e2c5cc-1ac7-4b48-b58e-8ba0ab63e4a6 HTTP/1.1" 200 2339 0.004218 10.0.0.240 - - [2026-02-16 02:01:57] "GET /obj-perms HTTP/1.1" 200 5071 0.044371 10.0.0.240 - - [2026-02-16 02:01:57] "POST /id-to-fqname HTTP/1.1" 200 233 0.001166 10.0.0.240 - - [2026-02-16 02:01:58] "POST /neutron/network HTTP/1.1" 200 847 0.006485 10.0.0.240 - - [2026-02-16 02:01:58] "GET /aaa-mode HTTP/1.1" 401 293 0.000453 10.0.0.240 - - [2026-02-16 02:01:59] "GET / HTTP/1.1" 200 36215 0.001284 10.0.0.240 - - [2026-02-16 02:01:59] "GET /project/efd41457-12fe-45a8-a063-e55e7de64b5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000346 10.0.0.240 - - [2026-02-16 02:01:59] "GET /projects?obj_uuids=efd41457-12fe-45a8-a063-e55e7de64b5c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000907 10.0.0.240 - - [2026-02-16 02:01:59] "GET /project/efd41457-12fe-45a8-a063-e55e7de64b5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.045481 10.0.0.240 - - [2026-02-16 02:02:00] "POST /neutron/network HTTP/1.1" 200 837 0.026020 10.0.0.240 - - [2026-02-16 02:02:00] "POST /neutron/port HTTP/1.1" 200 117 0.004814 10.0.0.240 - - [2026-02-16 02:02:00] "POST /neutron/port HTTP/1.1" 200 117 0.004732 10.0.0.240 - - [2026-02-16 02:02:00] "POST /neutron/port HTTP/1.1" 200 117 0.004638 10.0.0.240 - - [2026-02-16 02:02:01] "POST /neutron/network HTTP/1.1" 200 847 0.006458 10.0.0.240 - - [2026-02-16 02:02:01] "GET /projects?obj_uuids=efd41457-12fe-45a8-a063-e55e7de64b5c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001251 10.0.0.240 - - [2026-02-16 02:02:01] "POST /neutron/port HTTP/1.1" 200 1069 0.198967 10.0.0.240 - - [2026-02-16 02:02:01] "POST /neutron/port HTTP/1.1" 200 1069 0.040699 10.0.0.240 - - [2026-02-16 02:02:01] "POST /neutron/port HTTP/1.1" 200 1069 0.010201 10.0.0.240 - - [2026-02-16 02:02:02] "POST /neutron/port HTTP/1.1" 200 1123 0.095358 10.0.0.240 - - [2026-02-16 02:02:02] "POST /neutron/port HTTP/1.1" 200 1133 0.013365 10.0.0.240 - - [2026-02-16 02:02:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003047 10.0.0.240 - - [2026-02-16 02:02:02] "POST /neutron/subnet HTTP/1.1" 200 689 0.010675 10.0.0.240 - - [2026-02-16 02:02:02] "POST /neutron/port HTTP/1.1" 200 117 0.001118 10.0.0.240 - - [2026-02-16 02:02:02] "POST /neutron/network HTTP/1.1" 200 837 0.005475 10.0.0.240 - - [2026-02-16 02:02:05] "POST /neutron/port HTTP/1.1" 200 1133 0.012153 10.0.0.240 - - [2026-02-16 02:02:05] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006407 10.0.0.240 - - [2026-02-16 02:02:05] "GET /obj-perms HTTP/1.1" 200 5071 0.003266 10.0.0.240 - - [2026-02-16 02:02:06] "GET /obj-perms HTTP/1.1" 200 5071 0.003295 10.0.0.240 - - [2026-02-16 02:02:07] "GET /obj-perms HTTP/1.1" 200 5071 0.003006 10.0.0.240 - - [2026-02-16 02:02:08] "GET /obj-perms HTTP/1.1" 200 5071 0.003337 10.0.0.240 - - [2026-02-16 02:02:09] "GET /obj-perms HTTP/1.1" 200 5071 0.003417 10.0.0.240 - - [2026-02-16 02:02:10] "POST /neutron/network HTTP/1.1" 200 837 0.008866 10.0.0.240 - - [2026-02-16 02:02:10] "POST /neutron/network HTTP/1.1" 400 204 0.008881 10.0.0.240 - - [2026-02-16 02:02:11] "POST /neutron/port HTTP/1.1" 200 1133 0.011328 10.0.0.240 - - [2026-02-16 02:02:11] "POST /neutron/port HTTP/1.1" 200 1123 0.008850 10.0.0.240 - - [2026-02-16 02:02:11] "POST /neutron/port HTTP/1.1" 200 151 0.082271 10.0.0.240 - - [2026-02-16 02:02:12] "POST /neutron/network HTTP/1.1" 200 837 0.006799 10.0.0.240 - - [2026-02-16 02:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.240 - - [2026-02-16 02:02:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002680 10.0.0.240 - - [2026-02-16 02:02:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001669 10.0.0.240 - - [2026-02-16 02:02:12] "POST /neutron/network HTTP/1.1" 200 151 0.071429 10.0.0.240 - - [2026-02-16 02:02:12] "DELETE /route-target/f7cbb6d5-ddf6-4f52-85c0-65efced92882 HTTP/1.1" 200 115 0.017408 10.0.0.240 - - [2026-02-16 02:02:12] "GET /routing-instance/86f7813f-d150-4871-adb0-f8a83b8908dd HTTP/1.1" 404 171 0.002521 10.0.0.240 - - [2026-02-16 02:02:12] "GET /domains HTTP/1.1" 200 281 0.002003 10.0.0.240 - - [2026-02-16 02:02:12] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000756 10.0.0.240 - - [2026-02-16 02:02:12] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2594 0.050181 10.0.0.240 - - [2026-02-16 02:02:12] "GET /projects?obj_uuids=efd41457-12fe-45a8-a063-e55e7de64b5c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000792 10.0.0.240 - - [2026-02-16 02:02:12] "GET /project/efd41457-12fe-45a8-a063-e55e7de64b5c HTTP/1.1" 200 1923 0.065731 10.0.0.240 - - [2026-02-16 02:02:13] "GET /projects?obj_uuids=efd41457-12fe-45a8-a063-e55e7de64b5c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001085 10.0.0.240 - - [2026-02-16 02:02:13] "GET /project/efd41457-12fe-45a8-a063-e55e7de64b5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.025445 10.0.0.240 - - [2026-02-16 02:02:13] "GET /projects?obj_uuids=efd41457-12fe-45a8-a063-e55e7de64b5c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000819 10.0.0.240 - - [2026-02-16 02:02:13] "GET /project/efd41457-12fe-45a8-a063-e55e7de64b5c?fields=virtual_networks HTTP/1.1" 200 1056 0.068699 10.0.0.240 - - [2026-02-16 02:02:13] "GET /projects?obj_uuids=efd41457-12fe-45a8-a063-e55e7de64b5c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000852 10.0.0.240 - - [2026-02-16 02:02:13] "GET /project/efd41457-12fe-45a8-a063-e55e7de64b5c?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.027181 10.0.0.240 - - [2026-02-16 02:02:13] "GET /projects?obj_uuids=efd41457-12fe-45a8-a063-e55e7de64b5c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000906 10.0.0.240 - - [2026-02-16 02:02:13] "GET /project/efd41457-12fe-45a8-a063-e55e7de64b5c?fields=security_groups HTTP/1.1" 200 1294 0.026968 10.0.0.240 - - [2026-02-16 02:02:13] "GET /projects?obj_uuids=b3f75522-8a93-4731-99ba-d4bda120c66a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001056 10.0.0.240 - - [2026-02-16 02:02:13] "GET /project/b3f75522-8a93-4731-99ba-d4bda120c66a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.024464 10.0.0.240 - - [2026-02-16 02:02:16] "DELETE /project/b3f755228a93473199bad4bda120c66a HTTP/1.1" 404 173 0.004578 10.0.0.240 - - [2026-02-16 02:02:16] "GET /projects?obj_uuids=efd41457-12fe-45a8-a063-e55e7de64b5c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000782 10.0.0.240 - - [2026-02-16 02:02:16] "DELETE /project/efd4145712fe45a8a063e55e7de64b5c HTTP/1.1" 404 173 0.003364 10.0.0.240 - - [2026-02-16 02:02:16] "GET /project/efd41457-12fe-45a8-a063-e55e7de64b5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.036916 10.0.0.240 - - [2026-02-16 02:02:16] "GET /projects?obj_uuids=efd41457-12fe-45a8-a063-e55e7de64b5c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001133 10.0.0.240 - - [2026-02-16 02:02:16] "GET /project/efd41457-12fe-45a8-a063-e55e7de64b5c?fields=security_groups HTTP/1.1" 200 1396 0.069049 10.0.0.240 - - [2026-02-16 02:02:16] "DELETE /security-group/726770bc-ec5f-493b-bb08-0e366412c8e8 HTTP/1.1" 200 115 0.042465 10.0.0.240 - - [2026-02-16 02:02:16] "GET /projects?obj_uuids=efd41457-12fe-45a8-a063-e55e7de64b5c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000910 10.0.0.240 - - [2026-02-16 02:02:16] "DELETE /access-control-list/9e331550-0ca7-4358-9907-b2598895962d HTTP/1.1" 200 115 0.028625 10.0.0.240 - - [2026-02-16 02:02:16] "GET /project/efd41457-12fe-45a8-a063-e55e7de64b5c?fields=application_policy_sets HTTP/1.1" 200 1435 0.039970 10.0.0.240 - - [2026-02-16 02:02:16] "DELETE /access-control-list/fee196e1-170e-4555-a84e-3d67cf7c1794 HTTP/1.1" 200 115 0.034037 10.0.0.240 - - [2026-02-16 02:02:16] "DELETE /project/efd41457-12fe-45a8-a063-e55e7de64b5c HTTP/1.1" 200 115 0.371084 10.0.0.240 - - [2026-02-16 02:02:17] "GET /projects?obj_uuids=b3f75522-8a93-4731-99ba-d4bda120c66a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000886 10.0.0.240 - - [2026-02-16 02:02:17] "GET /project/b3f75522-8a93-4731-99ba-d4bda120c66a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.027045 10.0.0.240 - - [2026-02-16 02:02:18] "GET /documentation/index.html HTTP/1.1" 200 210274 0.004466 10.0.0.240 - - [2026-02-16 02:02:18] "POST /fqname-to-id HTTP/1.1" 404 200 0.023278 10.0.0.240 - - [2026-02-16 02:02:18] "GET /projects?obj_uuids=10b3288e-36bb-4c0e-bb75-ba20649578e1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002253 10.0.0.240 - - [2026-02-16 02:02:18] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000810 10.0.0.240 - - [2026-02-16 02:02:18] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005494 10.0.0.240 - - [2026-02-16 02:02:18] "POST /id-to-fqname HTTP/1.1" 200 202 0.001089 10.0.0.240 - - [2026-02-16 02:02:18] "POST /fqname-to-id HTTP/1.1" 404 211 0.004012 10.0.0.240 - - [2026-02-16 02:02:18] "POST /security-groups HTTP/1.1" 200 603 0.060745 10.0.0.240 - - [2026-02-16 02:02:18] "POST /fqname-to-id HTTP/1.1" 404 246 0.002442 10.0.0.240 - - [2026-02-16 02:02:18] "POST /projects HTTP/1.1" 200 609 0.205609 10.0.0.240 - - [2026-02-16 02:02:18] "POST /access-control-lists HTTP/1.1" 200 610 0.058259 10.0.0.240 - - [2026-02-16 02:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.271331 10.0.0.240 - - [2026-02-16 02:02:18] "POST /fqname-to-id HTTP/1.1" 404 245 0.002573 10.0.0.240 - - [2026-02-16 02:02:18] "GET /project/10b3288e-36bb-4c0e-bb75-ba20649578e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.385660 10.0.0.240 - - [2026-02-16 02:02:18] "POST /access-control-lists HTTP/1.1" 200 608 0.056872 10.0.0.240 - - [2026-02-16 02:02:19] "GET / HTTP/1.1" 200 36215 0.001643 10.0.0.240 - - [2026-02-16 02:02:20] "GET /projects?obj_uuids=b3f75522-8a93-4731-99ba-d4bda120c66a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001047 10.0.0.240 - - [2026-02-16 02:02:20] "GET /project/b3f75522-8a93-4731-99ba-d4bda120c66a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.024213 10.0.0.240 - - [2026-02-16 02:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.240 - - [2026-02-16 02:02:20] "GET /security-group/c0618222-0ef0-4aa3-9029-a0a52e7beb92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3687 0.004277 10.0.0.240 - - [2026-02-16 02:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002661 10.0.0.240 - - [2026-02-16 02:02:21] "GET /projects?obj_uuids=b3f75522-8a93-4731-99ba-d4bda120c66a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002229 10.0.0.240 - - [2026-02-16 02:02:21] "GET /project/b3f75522-8a93-4731-99ba-d4bda120c66a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.024145 10.0.0.240 - - [2026-02-16 02:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.240 - - [2026-02-16 02:02:21] "GET /security-group/c0618222-0ef0-4aa3-9029-a0a52e7beb92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3687 0.003532 10.0.0.240 - - [2026-02-16 02:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.240 - - [2026-02-16 02:02:21] "PUT /security-group/c0618222-0ef0-4aa3-9029-a0a52e7beb92 HTTP/1.1" 200 263 0.016762 10.0.0.240 - - [2026-02-16 02:02:21] "PUT /access-control-list/d085c6af-26b3-437a-8056-435b58713f45 HTTP/1.1" 200 273 0.009667 10.0.0.240 - - [2026-02-16 02:02:21] "PUT /access-control-list/66349274-85f1-4852-b9a9-2b8751af87d2 HTTP/1.1" 200 273 0.011343 10.0.0.240 - - [2026-02-16 02:02:21] "GET /obj-perms HTTP/1.1" 200 5075 0.069946 10.0.0.240 - - [2026-02-16 02:02:21] "POST /fqname-to-id HTTP/1.1" 401 293 0.000403 10.0.0.240 - - [2026-02-16 02:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.035080 10.0.0.240 - - [2026-02-16 02:02:22] "GET /projects?obj_uuids=10b3288e-36bb-4c0e-bb75-ba20649578e1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000824 10.0.0.240 - - [2026-02-16 02:02:22] "GET /obj-perms HTTP/1.1" 200 5075 0.366777 10.0.0.240 - - [2026-02-16 02:02:22] "GET /project/10b3288e-36bb-4c0e-bb75-ba20649578e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.033042 10.0.0.240 - - [2026-02-16 02:02:22] "POST /neutron/network HTTP/1.1" 200 117 0.031285 10.0.0.240 - - [2026-02-16 02:02:22] "GET /projects?obj_uuids=10b3288e-36bb-4c0e-bb75-ba20649578e1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001008 10.0.0.240 - - [2026-02-16 02:02:22] "POST /neutron/network HTTP/1.1" 200 619 0.058447 10.0.0.240 - - [2026-02-16 02:02:22] "POST /route-targets HTTP/1.1" 200 328 0.008912 10.0.0.240 - - [2026-02-16 02:02:22] "POST /ref-update HTTP/1.1" 200 156 0.010320 10.0.0.240 - - [2026-02-16 02:02:22] "POST /useragent-kv HTTP/1.1" 200 115 0.013822 10.0.0.240 - - [2026-02-16 02:02:22] "POST /neutron/subnet HTTP/1.1" 200 720 0.209412 10.0.0.240 - - [2026-02-16 02:02:22] "POST /neutron/network HTTP/1.1" 200 837 0.004383 10.0.0.240 - - [2026-02-16 02:02:22] "POST /id-to-fqname HTTP/1.1" 200 233 0.001077 10.0.0.240 - - [2026-02-16 02:02:22] "GET /virtual-network/1ecdc1b6-c712-415e-8f18-67f0b1820b21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004303 10.0.0.240 - - [2026-02-16 02:02:22] "POST /neutron/network HTTP/1.1" 200 837 0.006362 10.0.0.240 - - [2026-02-16 02:02:22] "GET /virtual-network/1ecdc1b6-c712-415e-8f18-67f0b1820b21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004985 10.0.0.240 - - [2026-02-16 02:02:22] "POST /neutron/network HTTP/1.1" 200 837 0.005177 10.0.0.240 - - [2026-02-16 02:02:22] "POST /neutron/subnet HTTP/1.1" 200 720 0.005949 10.0.0.240 - - [2026-02-16 02:02:22] "GET /domains HTTP/1.1" 401 293 0.000402 10.0.0.240 - - [2026-02-16 02:02:22] "GET /domains HTTP/1.1" 200 281 0.022967 10.0.0.240 - - [2026-02-16 02:02:22] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001214 10.0.0.240 - - [2026-02-16 02:02:22] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2595 0.007439 10.0.0.240 - - [2026-02-16 02:02:22] "GET /projects?obj_uuids=10b3288e-36bb-4c0e-bb75-ba20649578e1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000912 10.0.0.240 - - [2026-02-16 02:02:22] "GET /project/10b3288e-36bb-4c0e-bb75-ba20649578e1 HTTP/1.1" 200 2179 0.066266 10.0.0.240 - - [2026-02-16 02:02:22] "GET /virtual-network/1ecdc1b6-c712-415e-8f18-67f0b1820b21 HTTP/1.1" 200 2340 0.005238 10.0.0.240 - - [2026-02-16 02:02:23] "GET /virtual-network/1ecdc1b6-c712-415e-8f18-67f0b1820b21 HTTP/1.1" 200 2340 0.003999 10.0.0.240 - - [2026-02-16 02:02:23] "GET /routing-instance/7b96dc59-76c5-4855-ad20-aea4adea5afc HTTP/1.1" 200 1494 0.005692 10.0.0.240 - - [2026-02-16 02:02:23] "GET /routing-instance/7b96dc59-76c5-4855-ad20-aea4adea5afc HTTP/1.1" 200 1494 0.002726 10.0.0.240 - - [2026-02-16 02:02:23] "GET /route-target/24a98f64-29c5-494a-8ae1-0ac32e8db7e4 HTTP/1.1" 200 1220 0.003075 10.0.0.240 - - [2026-02-16 02:02:23] "GET /virtual-network/1ecdc1b6-c712-415e-8f18-67f0b1820b21 HTTP/1.1" 200 2340 0.004329 10.0.0.240 - - [2026-02-16 02:02:23] "GET /routing-instance/7b96dc59-76c5-4855-ad20-aea4adea5afc HTTP/1.1" 200 1494 0.002512 10.0.0.240 - - [2026-02-16 02:02:23] "GET /virtual-network/1ecdc1b6-c712-415e-8f18-67f0b1820b21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.003780 10.0.0.240 - - [2026-02-16 02:02:23] "GET /virtual-network/1ecdc1b6-c712-415e-8f18-67f0b1820b21 HTTP/1.1" 200 2340 0.004003 10.0.0.240 - - [2026-02-16 02:02:23] "GET /routing-instance/7b96dc59-76c5-4855-ad20-aea4adea5afc HTTP/1.1" 200 1494 0.002722 10.0.0.240 - - [2026-02-16 02:02:23] "GET /routing-instance/7b96dc59-76c5-4855-ad20-aea4adea5afc HTTP/1.1" 200 1494 0.002603 10.0.0.240 - - [2026-02-16 02:02:23] "GET /route-target/24a98f64-29c5-494a-8ae1-0ac32e8db7e4 HTTP/1.1" 200 1220 0.002316 10.0.0.240 - - [2026-02-16 02:02:23] "GET /domains HTTP/1.1" 200 281 0.002289 10.0.0.240 - - [2026-02-16 02:02:23] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000783 10.0.0.240 - - [2026-02-16 02:02:23] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2595 0.005409 10.0.0.240 - - [2026-02-16 02:02:23] "GET /projects?obj_uuids=10b3288e-36bb-4c0e-bb75-ba20649578e1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000748 10.0.0.240 - - [2026-02-16 02:02:23] "GET /project/10b3288e-36bb-4c0e-bb75-ba20649578e1 HTTP/1.1" 200 2179 0.061333 10.0.0.240 - - [2026-02-16 02:02:23] "GET /virtual-network/1ecdc1b6-c712-415e-8f18-67f0b1820b21 HTTP/1.1" 200 2340 0.004253 10.0.0.240 - - [2026-02-16 02:02:23] "GET /obj-perms HTTP/1.1" 200 5073 0.046052 10.0.0.240 - - [2026-02-16 02:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002656 10.0.0.240 - - [2026-02-16 02:02:23] "GET /projects?obj_uuids=10b3288e-36bb-4c0e-bb75-ba20649578e1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000983 10.0.0.240 - - [2026-02-16 02:02:23] "GET /project/10b3288e-36bb-4c0e-bb75-ba20649578e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.022104 10.0.0.240 - - [2026-02-16 02:02:23] "POST /neutron/network HTTP/1.1" 200 117 0.008790 10.0.0.240 - - [2026-02-16 02:02:23] "GET /projects?obj_uuids=10b3288e-36bb-4c0e-bb75-ba20649578e1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001009 10.0.0.240 - - [2026-02-16 02:02:23] "POST /neutron/network HTTP/1.1" 200 619 0.072577 10.0.0.240 - - [2026-02-16 02:02:23] "POST /route-targets HTTP/1.1" 200 328 0.008822 10.0.0.240 - - [2026-02-16 02:02:23] "POST /ref-update HTTP/1.1" 200 156 0.014062 10.0.0.240 - - [2026-02-16 02:02:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003232 10.0.0.240 - - [2026-02-16 02:02:23] "POST /neutron/subnet HTTP/1.1" 200 725 0.187393 10.0.0.240 - - [2026-02-16 02:02:23] "POST /neutron/network HTTP/1.1" 200 838 0.004108 10.0.0.240 - - [2026-02-16 02:02:23] "POST /id-to-fqname HTTP/1.1" 200 233 0.000971 10.0.0.240 - - [2026-02-16 02:02:23] "GET /virtual-network/a87494a7-6f6b-480b-8e7b-716653a147df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.003891 10.0.0.240 - - [2026-02-16 02:02:23] "POST /neutron/network HTTP/1.1" 200 838 0.005006 10.0.0.240 - - [2026-02-16 02:02:23] "GET /virtual-network/a87494a7-6f6b-480b-8e7b-716653a147df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.003823 10.0.0.240 - - [2026-02-16 02:02:24] "POST /neutron/network HTTP/1.1" 200 838 0.004859 10.0.0.240 - - [2026-02-16 02:02:24] "POST /neutron/subnet HTTP/1.1" 200 725 0.005809 10.0.0.240 - - [2026-02-16 02:02:24] "GET /domains HTTP/1.1" 200 281 0.001922 10.0.0.240 - - [2026-02-16 02:02:24] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000981 10.0.0.240 - - [2026-02-16 02:02:24] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2595 0.007781 10.0.0.240 - - [2026-02-16 02:02:24] "GET /projects?obj_uuids=10b3288e-36bb-4c0e-bb75-ba20649578e1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001005 10.0.0.240 - - [2026-02-16 02:02:24] "GET /project/10b3288e-36bb-4c0e-bb75-ba20649578e1 HTTP/1.1" 200 2408 0.076419 10.0.0.240 - - [2026-02-16 02:02:24] "GET /virtual-network/a87494a7-6f6b-480b-8e7b-716653a147df HTTP/1.1" 200 2344 0.006781 10.0.0.240 - - [2026-02-16 02:02:24] "GET /virtual-network/a87494a7-6f6b-480b-8e7b-716653a147df HTTP/1.1" 200 2344 0.005612 10.0.0.240 - - [2026-02-16 02:02:24] "GET /routing-instance/607f0f8f-94c7-4369-8e0c-afeca1121206 HTTP/1.1" 200 1494 0.003146 10.0.0.240 - - [2026-02-16 02:02:24] "GET /routing-instance/607f0f8f-94c7-4369-8e0c-afeca1121206 HTTP/1.1" 200 1494 0.003034 10.0.0.240 - - [2026-02-16 02:02:24] "GET /route-target/ef6610d6-da19-4dc5-add3-ec9e35ed5c9e HTTP/1.1" 200 1221 0.002870 10.0.0.240 - - [2026-02-16 02:02:24] "GET /virtual-network/a87494a7-6f6b-480b-8e7b-716653a147df HTTP/1.1" 200 2344 0.003943 10.0.0.240 - - [2026-02-16 02:02:24] "GET /routing-instance/607f0f8f-94c7-4369-8e0c-afeca1121206 HTTP/1.1" 200 1494 0.003374 10.0.0.240 - - [2026-02-16 02:02:24] "GET /virtual-network/a87494a7-6f6b-480b-8e7b-716653a147df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004491 10.0.0.240 - - [2026-02-16 02:02:24] "GET /virtual-network/a87494a7-6f6b-480b-8e7b-716653a147df HTTP/1.1" 200 2344 0.004989 10.0.0.240 - - [2026-02-16 02:02:24] "GET /routing-instance/607f0f8f-94c7-4369-8e0c-afeca1121206 HTTP/1.1" 200 1494 0.003284 10.0.0.240 - - [2026-02-16 02:02:24] "GET /routing-instance/607f0f8f-94c7-4369-8e0c-afeca1121206 HTTP/1.1" 200 1494 0.002932 10.0.0.240 - - [2026-02-16 02:02:24] "GET /route-target/ef6610d6-da19-4dc5-add3-ec9e35ed5c9e HTTP/1.1" 200 1221 0.002354 10.0.0.240 - - [2026-02-16 02:02:24] "GET /domains HTTP/1.1" 200 281 0.002347 10.0.0.240 - - [2026-02-16 02:02:24] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000925 10.0.0.240 - - [2026-02-16 02:02:24] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2595 0.006298 10.0.0.240 - - [2026-02-16 02:02:24] "GET /projects?obj_uuids=10b3288e-36bb-4c0e-bb75-ba20649578e1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000775 10.0.0.240 - - [2026-02-16 02:02:24] "GET /project/10b3288e-36bb-4c0e-bb75-ba20649578e1 HTTP/1.1" 200 2408 0.067380 10.0.0.240 - - [2026-02-16 02:02:24] "GET /virtual-network/a87494a7-6f6b-480b-8e7b-716653a147df HTTP/1.1" 200 2344 0.004800 10.0.0.240 - - [2026-02-16 02:02:24] "GET /obj-perms HTTP/1.1" 200 5073 0.003293 10.0.0.240 - - [2026-02-16 02:02:24] "POST /id-to-fqname HTTP/1.1" 200 233 0.001115 10.0.0.240 - - [2026-02-16 02:02:24] "POST /neutron/network HTTP/1.1" 200 848 0.005378 10.0.0.240 - - [2026-02-16 02:02:24] "GET /aaa-mode HTTP/1.1" 401 293 0.000421 10.0.0.240 - - [2026-02-16 02:02:24] "GET / HTTP/1.1" 200 36215 0.001509 10.0.0.240 - - [2026-02-16 02:02:24] "GET /project/10b3288e-36bb-4c0e-bb75-ba20649578e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000360 10.0.0.240 - - [2026-02-16 02:02:25] "GET /projects?obj_uuids=10b3288e-36bb-4c0e-bb75-ba20649578e1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000912 10.0.0.240 - - [2026-02-16 02:02:25] "GET /project/10b3288e-36bb-4c0e-bb75-ba20649578e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.045506 10.0.0.240 - - [2026-02-16 02:02:25] "POST /neutron/network HTTP/1.1" 200 838 0.005135 10.0.0.240 - - [2026-02-16 02:02:25] "POST /neutron/port HTTP/1.1" 200 117 0.004940 10.0.0.240 - - [2026-02-16 02:02:25] "POST /neutron/port HTTP/1.1" 200 117 0.004839 10.0.0.240 - - [2026-02-16 02:02:25] "POST /id-to-fqname HTTP/1.1" 200 233 0.001431 10.0.0.240 - - [2026-02-16 02:02:25] "POST /neutron/port HTTP/1.1" 200 117 0.005551 10.0.0.240 - - [2026-02-16 02:02:25] "POST /neutron/network HTTP/1.1" 200 847 0.004951 10.0.0.240 - - [2026-02-16 02:02:25] "GET /aaa-mode HTTP/1.1" 401 293 0.000360 10.0.0.240 - - [2026-02-16 02:02:25] "POST /neutron/network HTTP/1.1" 200 848 0.004937 10.0.0.240 - - [2026-02-16 02:02:25] "GET /projects?obj_uuids=10b3288e-36bb-4c0e-bb75-ba20649578e1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000853 10.0.0.240 - - [2026-02-16 02:02:25] "GET / HTTP/1.1" 200 36215 0.002198 10.0.0.240 - - [2026-02-16 02:02:25] "GET /project/10b3288e-36bb-4c0e-bb75-ba20649578e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000379 10.0.0.240 - - [2026-02-16 02:02:25] "POST /neutron/port HTTP/1.1" 200 1072 0.205665 10.0.0.240 - - [2026-02-16 02:02:25] "POST /neutron/port HTTP/1.1" 200 1072 0.014443 10.0.0.240 - - [2026-02-16 02:02:25] "POST /neutron/port HTTP/1.1" 200 1072 0.012717 10.0.0.240 - - [2026-02-16 02:02:26] "POST /neutron/port HTTP/1.1" 200 1126 0.058995 10.0.0.240 - - [2026-02-16 02:02:26] "POST /neutron/port HTTP/1.1" 200 1136 0.015739 10.0.0.240 - - [2026-02-16 02:02:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003561 10.0.0.240 - - [2026-02-16 02:02:26] "POST /neutron/subnet HTTP/1.1" 200 699 0.007142 10.0.0.240 - - [2026-02-16 02:02:26] "POST /neutron/port HTTP/1.1" 200 117 0.000999 10.0.0.240 - - [2026-02-16 02:02:26] "POST /neutron/network HTTP/1.1" 200 838 0.004645 10.0.0.240 - - [2026-02-16 02:02:26] "GET /projects?obj_uuids=10b3288e-36bb-4c0e-bb75-ba20649578e1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002004 10.0.0.240 - - [2026-02-16 02:02:26] "GET /project/10b3288e-36bb-4c0e-bb75-ba20649578e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.052595 10.0.0.240 - - [2026-02-16 02:02:26] "POST /neutron/network HTTP/1.1" 200 837 0.006340 10.0.0.240 - - [2026-02-16 02:02:26] "POST /neutron/port HTTP/1.1" 200 1136 0.015592 10.0.0.240 - - [2026-02-16 02:02:26] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007051 10.0.0.240 - - [2026-02-16 02:02:26] "POST /neutron/port HTTP/1.1" 200 117 0.005019 10.0.0.240 - - [2026-02-16 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.240 - - [2026-02-16 02:02:26] "GET /projects?obj_uuids=10b3288e-36bb-4c0e-bb75-ba20649578e1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000842 10.0.0.240 - - [2026-02-16 02:02:26] "GET /project/10b3288e-36bb-4c0e-bb75-ba20649578e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.034122 10.0.0.240 - - [2026-02-16 02:02:26] "GET /virtual-network/1ecdc1b6-c712-415e-8f18-67f0b1820b21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.007562 10.0.0.240 - - [2026-02-16 02:02:26] "GET /floating-ip-pools?parent_id=1ecdc1b6-c712-415e-8f18-67f0b1820b21&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003017 10.0.0.240 - - [2026-02-16 02:02:26] "GET /virtual-network/1ecdc1b6-c712-415e-8f18-67f0b1820b21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004786 10.0.0.240 - - [2026-02-16 02:02:26] "POST /floating-ip-pools HTTP/1.1" 200 611 0.022998 10.0.0.240 - - [2026-02-16 02:02:26] "POST /neutron/network HTTP/1.1" 200 847 0.005639 10.0.0.240 - - [2026-02-16 02:02:26] "POST /ref-update HTTP/1.1" 200 156 0.008062 10.0.0.240 - - [2026-02-16 02:02:26] "GET /projects?obj_uuids=10b3288e-36bb-4c0e-bb75-ba20649578e1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000917 10.0.0.240 - - [2026-02-16 02:02:26] "GET /virtual-network/1ecdc1b6-c712-415e-8f18-67f0b1820b21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.008401 10.0.0.240 - - [2026-02-16 02:02:26] "GET /domains HTTP/1.1" 200 281 0.002005 10.0.0.240 - - [2026-02-16 02:02:26] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001321 10.0.0.240 - - [2026-02-16 02:02:26] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2595 0.007794 10.0.0.240 - - [2026-02-16 02:02:26] "GET /projects?obj_uuids=10b3288e-36bb-4c0e-bb75-ba20649578e1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000866 10.0.0.240 - - [2026-02-16 02:02:27] "GET /project/10b3288e-36bb-4c0e-bb75-ba20649578e1 HTTP/1.1" 200 3253 0.115615 10.0.0.240 - - [2026-02-16 02:02:27] "GET /virtual-network/1ecdc1b6-c712-415e-8f18-67f0b1820b21 HTTP/1.1" 200 2933 0.017101 10.0.0.240 - - [2026-02-16 02:02:27] "GET /floating-ip-pool/8b408091-75e4-4dbe-b4ab-f9f7026ba472 HTTP/1.1" 200 1444 0.003559 10.0.0.240 - - [2026-02-16 02:02:27] "GET /domains HTTP/1.1" 200 281 0.003084 10.0.0.240 - - [2026-02-16 02:02:27] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001172 10.0.0.240 - - [2026-02-16 02:02:27] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2595 0.007236 10.0.0.240 - - [2026-02-16 02:02:27] "GET /projects?obj_uuids=10b3288e-36bb-4c0e-bb75-ba20649578e1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001032 10.0.0.240 - - [2026-02-16 02:02:27] "GET /project/10b3288e-36bb-4c0e-bb75-ba20649578e1 HTTP/1.1" 200 3253 0.126851 10.0.0.240 - - [2026-02-16 02:02:27] "POST /neutron/port HTTP/1.1" 200 1071 0.406275 10.0.0.240 - - [2026-02-16 02:02:27] "GET /virtual-network/1ecdc1b6-c712-415e-8f18-67f0b1820b21 HTTP/1.1" 200 3155 0.013921 10.0.0.240 - - [2026-02-16 02:02:27] "GET /virtual-network/1ecdc1b6-c712-415e-8f18-67f0b1820b21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.012135 10.0.0.240 - - [2026-02-16 02:02:27] "POST /neutron/port HTTP/1.1" 200 1071 0.027661 10.0.0.240 - - [2026-02-16 02:02:27] "POST /neutron/port HTTP/1.1" 200 1071 0.028272 10.0.0.240 - - [2026-02-16 02:02:27] "POST /neutron/port HTTP/1.1" 200 1136 0.021943 10.0.0.240 - - [2026-02-16 02:02:27] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005701 10.0.0.240 - - [2026-02-16 02:02:27] "POST /neutron/port HTTP/1.1" 200 1125 0.123086 10.0.0.240 - - [2026-02-16 02:02:27] "POST /neutron/port HTTP/1.1" 200 1136 0.010734 10.0.0.240 - - [2026-02-16 02:02:27] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005772 10.0.0.240 - - [2026-02-16 02:02:27] "POST /neutron/port HTTP/1.1" 200 1135 0.014510 10.0.0.240 - - [2026-02-16 02:02:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003170 10.0.0.240 - - [2026-02-16 02:02:27] "POST /neutron/subnet HTTP/1.1" 200 694 0.007338 10.0.0.240 - - [2026-02-16 02:02:27] "POST /neutron/port HTTP/1.1" 200 117 0.001156 10.0.0.240 - - [2026-02-16 02:02:27] "POST /neutron/network HTTP/1.1" 200 837 0.005958 10.0.0.240 - - [2026-02-16 02:02:27] "POST /neutron/port HTTP/1.1" 200 1136 0.016095 10.0.0.240 - - [2026-02-16 02:02:27] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005298 10.0.0.240 - - [2026-02-16 02:02:27] "GET /virtual-machine/a82e5c0a-f8cd-47fb-86ea-366c50d1668f HTTP/1.1" 200 1306 0.004327 10.0.0.240 - - [2026-02-16 02:02:27] "GET /virtual-machine-interface/8b65fa7d-5790-4da9-9cdf-697b999d0a9e HTTP/1.1" 200 3011 0.004344 10.0.0.240 - - [2026-02-16 02:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.240 - - [2026-02-16 02:02:27] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002950 10.0.0.240 - - [2026-02-16 02:02:27] "GET /virtual-networks?parent_id=10b3288e-36bb-4c0e-bb75-ba20649578e1&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002777 10.0.0.240 - - [2026-02-16 02:02:27] "GET /virtual-network/a87494a7-6f6b-480b-8e7b-716653a147df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005406 10.0.0.240 - - [2026-02-16 02:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.240 - - [2026-02-16 02:02:30] "GET /virtual-network/a87494a7-6f6b-480b-8e7b-716653a147df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004090 10.0.0.240 - - [2026-02-16 02:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.240 - - [2026-02-16 02:02:34] "GET /virtual-network/a87494a7-6f6b-480b-8e7b-716653a147df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004553 10.0.0.240 - - [2026-02-16 02:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002622 10.0.0.240 - - [2026-02-16 02:02:37] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002717 10.0.0.240 - - [2026-02-16 02:02:37] "GET /virtual-networks?parent_id=10b3288e-36bb-4c0e-bb75-ba20649578e1&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002603 10.0.0.240 - - [2026-02-16 02:02:37] "GET /virtual-network/a87494a7-6f6b-480b-8e7b-716653a147df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005301 10.0.0.240 - - [2026-02-16 02:02:37] "POST /neutron/port HTTP/1.1" 200 1136 0.011962 10.0.0.240 - - [2026-02-16 02:02:37] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005164 10.0.0.240 - - [2026-02-16 02:02:38] "POST /neutron/port HTTP/1.1" 200 1136 0.032910 10.0.0.240 - - [2026-02-16 02:02:38] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004495 10.0.0.240 - - [2026-02-16 02:02:38] "POST /neutron/port HTTP/1.1" 200 1135 0.011256 10.0.0.240 - - [2026-02-16 02:02:38] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004306 10.0.0.240 - - [2026-02-16 02:02:42] "GET /projects?obj_uuids=10b3288e-36bb-4c0e-bb75-ba20649578e1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001001 10.0.0.240 - - [2026-02-16 02:02:42] "POST /neutron/floatingip HTTP/1.1" 200 529 0.065186 10.0.0.240 - - [2026-02-16 02:02:42] "POST /neutron/port HTTP/1.1" 200 1136 0.009861 10.0.0.240 - - [2026-02-16 02:02:42] "POST /neutron/floatingip HTTP/1.1" 200 529 0.006895 10.0.0.240 - - [2026-02-16 02:02:42] "POST /neutron/floatingip HTTP/1.1" 200 576 0.029431 10.0.0.240 - - [2026-02-16 02:02:42] "POST /neutron/port HTTP/1.1" 200 1135 0.010252 10.0.0.240 - - [2026-02-16 02:02:42] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005344 10.0.0.240 - - [2026-02-16 02:02:42] "POST /neutron/port HTTP/1.1" 200 1135 0.013551 10.0.0.240 - - [2026-02-16 02:02:42] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005804 10.0.0.240 - - [2026-02-16 02:02:42] "POST /neutron/port HTTP/1.1" 200 1135 0.012430 10.0.0.240 - - [2026-02-16 02:02:42] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005563 10.0.0.240 - - [2026-02-16 02:02:42] "GET /virtual-machine/df7ce3d0-15e5-4c82-9af9-ba4591a516e1 HTTP/1.1" 200 1307 0.004172 10.0.0.240 - - [2026-02-16 02:02:42] "GET /virtual-machine-interface/317a3d11-679c-44cc-95da-a67f2632e9d2 HTTP/1.1" 200 3010 0.004267 10.0.0.240 - - [2026-02-16 02:02:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002449 10.0.0.240 - - [2026-02-16 02:02:42] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002881 10.0.0.240 - - [2026-02-16 02:02:42] "GET /virtual-networks?parent_id=10b3288e-36bb-4c0e-bb75-ba20649578e1&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002967 10.0.0.240 - - [2026-02-16 02:02:42] "GET /virtual-network/1ecdc1b6-c712-415e-8f18-67f0b1820b21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005230 10.0.0.240 - - [2026-02-16 02:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.240 - - [2026-02-16 02:02:43] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002617 10.0.0.240 - - [2026-02-16 02:02:43] "GET /virtual-networks?parent_id=10b3288e-36bb-4c0e-bb75-ba20649578e1&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002733 10.0.0.240 - - [2026-02-16 02:02:43] "GET /virtual-network/1ecdc1b6-c712-415e-8f18-67f0b1820b21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004706 10.0.0.240 - - [2026-02-16 02:02:44] "POST /neutron/floatingip HTTP/1.1" 200 576 0.009451 10.0.0.240 - - [2026-02-16 02:02:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.001817 10.0.0.240 - - [2026-02-16 02:02:44] "GET /routing-instance/7b96dc59-76c5-4855-ad20-aea4adea5afc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.002337 10.0.0.240 - - [2026-02-16 02:02:44] "GET /route-target/24a98f64-29c5-494a-8ae1-0ac32e8db7e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003419 10.0.0.240 - - [2026-02-16 02:02:44] "GET /floating-ip/ca929e55-b917-4e9d-8ac5-02b5d9ec62dd HTTP/1.1" 200 1891 0.009105 10.0.0.240 - - [2026-02-16 02:02:46] "POST /neutron/floatingip HTTP/1.1" 200 576 0.011349 10.0.0.240 - - [2026-02-16 02:02:46] "POST /neutron/floatingip HTTP/1.1" 200 529 0.028459 10.0.0.240 - - [2026-02-16 02:02:46] "POST /neutron/floatingip HTTP/1.1" 200 529 0.005537 10.0.0.240 - - [2026-02-16 02:02:47] "POST /neutron/floatingip HTTP/1.1" 200 115 0.040048 10.0.0.240 - - [2026-02-16 02:02:47] "GET /floating-ip-pool/8b408091-75e4-4dbe-b4ab-f9f7026ba472?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.005804 10.0.0.240 - - [2026-02-16 02:02:47] "POST /ref-update HTTP/1.1" 200 156 0.016047 10.0.0.240 - - [2026-02-16 02:02:47] "DELETE /floating-ip-pool/8b408091-75e4-4dbe-b4ab-f9f7026ba472 HTTP/1.1" 200 115 0.024009 10.0.0.240 - - [2026-02-16 02:02:47] "POST /neutron/network HTTP/1.1" 200 838 0.008306 10.0.0.240 - - [2026-02-16 02:02:47] "POST /neutron/network HTTP/1.1" 400 204 0.010121 10.0.0.240 - - [2026-02-16 02:02:47] "POST /neutron/port HTTP/1.1" 200 1135 0.011045 10.0.0.240 - - [2026-02-16 02:02:47] "POST /neutron/port HTTP/1.1" 200 1125 0.009375 10.0.0.240 - - [2026-02-16 02:02:47] "POST /neutron/port HTTP/1.1" 200 1136 0.016818 10.0.0.240 - - [2026-02-16 02:02:47] "POST /neutron/port HTTP/1.1" 200 151 0.114901 10.0.0.240 - - [2026-02-16 02:02:47] "POST /neutron/port HTTP/1.1" 200 1126 0.009165 10.0.0.240 - - [2026-02-16 02:02:48] "POST /neutron/port HTTP/1.1" 200 151 0.127790 10.0.0.240 - - [2026-02-16 02:02:49] "POST /neutron/network HTTP/1.1" 200 838 0.005221 10.0.0.240 - - [2026-02-16 02:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002511 10.0.0.240 - - [2026-02-16 02:02:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002342 10.0.0.240 - - [2026-02-16 02:02:49] "POST /useragent-kv HTTP/1.1" 200 115 0.004401 10.0.0.240 - - [2026-02-16 02:02:49] "POST /neutron/network HTTP/1.1" 200 151 0.095053 10.0.0.240 - - [2026-02-16 02:02:49] "DELETE /route-target/ef6610d6-da19-4dc5-add3-ec9e35ed5c9e HTTP/1.1" 200 115 0.030198 10.0.0.240 - - [2026-02-16 02:02:49] "GET /routing-instance/607f0f8f-94c7-4369-8e0c-afeca1121206 HTTP/1.1" 404 171 0.005266 10.0.0.240 - - [2026-02-16 02:02:49] "GET /domains HTTP/1.1" 200 281 0.005270 10.0.0.240 - - [2026-02-16 02:02:49] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001177 10.0.0.240 - - [2026-02-16 02:02:49] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2595 0.006633 10.0.0.240 - - [2026-02-16 02:02:49] "GET /projects?obj_uuids=10b3288e-36bb-4c0e-bb75-ba20649578e1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001205 10.0.0.240 - - [2026-02-16 02:02:49] "GET /project/10b3288e-36bb-4c0e-bb75-ba20649578e1 HTTP/1.1" 200 2179 0.069249 10.0.0.240 - - [2026-02-16 02:02:49] "POST /neutron/network HTTP/1.1" 200 837 0.005160 10.0.0.240 - - [2026-02-16 02:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.240 - - [2026-02-16 02:02:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002082 10.0.0.240 - - [2026-02-16 02:02:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002705 10.0.0.240 - - [2026-02-16 02:02:49] "POST /neutron/network HTTP/1.1" 200 151 0.096844 10.0.0.240 - - [2026-02-16 02:02:49] "DELETE /route-target/24a98f64-29c5-494a-8ae1-0ac32e8db7e4 HTTP/1.1" 200 115 0.014676 10.0.0.240 - - [2026-02-16 02:02:49] "GET /routing-instance/7b96dc59-76c5-4855-ad20-aea4adea5afc HTTP/1.1" 404 171 0.006771 10.0.0.240 - - [2026-02-16 02:02:49] "GET /domains HTTP/1.1" 200 281 0.003993 10.0.0.240 - - [2026-02-16 02:02:49] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000957 10.0.0.240 - - [2026-02-16 02:02:49] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2595 0.050380 10.0.0.240 - - [2026-02-16 02:02:49] "GET /projects?obj_uuids=10b3288e-36bb-4c0e-bb75-ba20649578e1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001336 10.0.0.240 - - [2026-02-16 02:02:49] "GET /project/10b3288e-36bb-4c0e-bb75-ba20649578e1 HTTP/1.1" 200 1928 0.065087 10.0.0.240 - - [2026-02-16 02:02:50] "GET /projects?obj_uuids=10b3288e-36bb-4c0e-bb75-ba20649578e1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000931 10.0.0.240 - - [2026-02-16 02:02:50] "GET /project/10b3288e-36bb-4c0e-bb75-ba20649578e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.025970 10.0.0.240 - - [2026-02-16 02:02:50] "GET /projects?obj_uuids=10b3288e-36bb-4c0e-bb75-ba20649578e1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000962 10.0.0.240 - - [2026-02-16 02:02:50] "GET /project/10b3288e-36bb-4c0e-bb75-ba20649578e1?fields=virtual_networks HTTP/1.1" 200 1057 0.065799 10.0.0.240 - - [2026-02-16 02:02:50] "GET /projects?obj_uuids=10b3288e-36bb-4c0e-bb75-ba20649578e1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001278 10.0.0.240 - - [2026-02-16 02:02:50] "GET /project/10b3288e-36bb-4c0e-bb75-ba20649578e1?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.030069 10.0.0.240 - - [2026-02-16 02:02:50] "GET /projects?obj_uuids=10b3288e-36bb-4c0e-bb75-ba20649578e1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001277 10.0.0.240 - - [2026-02-16 02:02:50] "GET /project/10b3288e-36bb-4c0e-bb75-ba20649578e1?fields=security_groups HTTP/1.1" 200 1296 0.029688 10.0.0.240 - - [2026-02-16 02:02:51] "POST /fqname-to-id HTTP/1.1" 404 183 0.024344 10.0.0.240 - - [2026-02-16 02:02:51] "GET /projects?obj_uuids=36656910-a9d9-4d81-9951-8a617f35df0c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002024 10.0.0.240 - - [2026-02-16 02:02:51] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001006 10.0.0.240 - - [2026-02-16 02:02:51] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006248 10.0.0.240 - - [2026-02-16 02:02:51] "POST /id-to-fqname HTTP/1.1" 200 185 0.001164 10.0.0.240 - - [2026-02-16 02:02:51] "POST /fqname-to-id HTTP/1.1" 404 194 0.002473 10.0.0.240 - - [2026-02-16 02:02:51] "POST /security-groups HTTP/1.1" 200 586 0.060948 10.0.0.240 - - [2026-02-16 02:02:51] "POST /fqname-to-id HTTP/1.1" 404 229 0.002173 10.0.0.240 - - [2026-02-16 02:02:51] "POST /projects HTTP/1.1" 200 575 0.195796 10.0.0.240 - - [2026-02-16 02:02:51] "POST /access-control-lists HTTP/1.1" 200 593 0.056844 10.0.0.240 - - [2026-02-16 02:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.264221 10.0.0.240 - - [2026-02-16 02:02:51] "POST /fqname-to-id HTTP/1.1" 404 228 0.002624 10.0.0.240 - - [2026-02-16 02:02:51] "GET /project/36656910-a9d9-4d81-9951-8a617f35df0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.378670 10.0.0.240 - - [2026-02-16 02:02:51] "POST /access-control-lists HTTP/1.1" 200 591 0.061152 10.0.0.240 - - [2026-02-16 02:02:52] "GET / HTTP/1.1" 200 36215 0.001816 10.0.0.240 - - [2026-02-16 02:02:53] "GET /projects?obj_uuids=36656910-a9d9-4d81-9951-8a617f35df0c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000963 10.0.0.240 - - [2026-02-16 02:02:53] "GET /project/36656910-a9d9-4d81-9951-8a617f35df0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.020497 10.0.0.240 - - [2026-02-16 02:02:53] "GET /projects?obj_uuids=36656910-a9d9-4d81-9951-8a617f35df0c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000859 10.0.0.240 - - [2026-02-16 02:02:53] "GET /project/36656910-a9d9-4d81-9951-8a617f35df0c?fields=virtual_networks HTTP/1.1" 200 1023 0.064447 10.0.0.240 - - [2026-02-16 02:02:53] "GET /projects?obj_uuids=36656910-a9d9-4d81-9951-8a617f35df0c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000968 10.0.0.240 - - [2026-02-16 02:02:53] "GET /project/36656910-a9d9-4d81-9951-8a617f35df0c?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.028731 10.0.0.240 - - [2026-02-16 02:02:53] "GET /projects?obj_uuids=36656910-a9d9-4d81-9951-8a617f35df0c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000881 10.0.0.240 - - [2026-02-16 02:02:53] "GET /project/36656910-a9d9-4d81-9951-8a617f35df0c?fields=security_groups HTTP/1.1" 200 1245 0.022495 10.0.0.240 - - [2026-02-16 02:02:54] "POST /fqname-to-id HTTP/1.1" 404 183 0.026913 10.0.0.240 - - [2026-02-16 02:02:54] "GET /projects?obj_uuids=0956f1db-07fc-4a27-b89d-4e46e0a3d330&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002133 10.0.0.240 - - [2026-02-16 02:02:54] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000951 10.0.0.240 - - [2026-02-16 02:02:54] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007254 10.0.0.240 - - [2026-02-16 02:02:54] "POST /id-to-fqname HTTP/1.1" 200 185 0.001400 10.0.0.240 - - [2026-02-16 02:02:54] "POST /fqname-to-id HTTP/1.1" 404 194 0.001785 10.0.0.240 - - [2026-02-16 02:02:55] "POST /security-groups HTTP/1.1" 200 586 0.064197 10.0.0.240 - - [2026-02-16 02:02:55] "POST /fqname-to-id HTTP/1.1" 404 229 0.002105 10.0.0.240 - - [2026-02-16 02:02:55] "POST /projects HTTP/1.1" 200 575 0.203756 10.0.0.240 - - [2026-02-16 02:02:55] "POST /access-control-lists HTTP/1.1" 200 593 0.059026 10.0.0.240 - - [2026-02-16 02:02:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.274092 10.0.0.240 - - [2026-02-16 02:02:55] "POST /fqname-to-id HTTP/1.1" 404 228 0.002415 10.0.0.240 - - [2026-02-16 02:02:55] "GET /project/0956f1db-07fc-4a27-b89d-4e46e0a3d330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.399986 10.0.0.240 - - [2026-02-16 02:02:55] "POST /access-control-lists HTTP/1.1" 200 591 0.060124 10.0.0.240 - - [2026-02-16 02:02:56] "GET / HTTP/1.1" 200 36215 0.001817 10.0.0.240 - - [2026-02-16 02:02:56] "POST /fqname-to-id HTTP/1.1" 404 193 0.002388 10.0.0.240 - - [2026-02-16 02:02:56] "GET /projects?obj_uuids=b3f75522-8a93-4731-99ba-d4bda120c66a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000916 10.0.0.240 - - [2026-02-16 02:02:56] "POST /fqname-to-id HTTP/1.1" 404 228 0.002290 10.0.0.240 - - [2026-02-16 02:02:56] "POST /access-control-lists HTTP/1.1" 200 592 0.018028 10.0.0.240 - - [2026-02-16 02:02:56] "POST /fqname-to-id HTTP/1.1" 404 227 0.002509 10.0.0.240 - - [2026-02-16 02:02:56] "POST /access-control-lists HTTP/1.1" 200 590 0.014598 10.0.0.240 - - [2026-02-16 02:02:56] "PUT /access-control-list/95c812ef-093a-4e48-a8e7-418e68c1407d HTTP/1.1" 200 273 0.007294 10.0.0.240 - - [2026-02-16 02:02:57] "PUT /access-control-list/26eb868e-9640-47b4-917c-52b8c1a566cf HTTP/1.1" 200 273 0.009678 10.0.0.240 - - [2026-02-16 02:02:57] "POST /neutron/security_group HTTP/1.1" 200 1364 0.321770 10.0.0.240 - - [2026-02-16 02:02:57] "GET /projects?obj_uuids=b3f75522-8a93-4731-99ba-d4bda120c66a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000856 10.0.0.240 - - [2026-02-16 02:02:57] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.025858 10.0.0.240 - - [2026-02-16 02:02:57] "PUT /access-control-list/26eb868e-9640-47b4-917c-52b8c1a566cf HTTP/1.1" 200 273 0.007586 10.0.0.240 - - [2026-02-16 02:02:57] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008324 10.0.0.240 - - [2026-02-16 02:02:57] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.135448 10.0.0.240 - - [2026-02-16 02:02:57] "PUT /access-control-list/26eb868e-9640-47b4-917c-52b8c1a566cf HTTP/1.1" 200 273 0.010039 10.0.0.240 - - [2026-02-16 02:02:57] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.012130 10.0.0.240 - - [2026-02-16 02:02:57] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.114860 10.0.0.240 - - [2026-02-16 02:02:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.002861 10.0.0.240 - - [2026-02-16 02:02:57] "PUT /access-control-list/26eb868e-9640-47b4-917c-52b8c1a566cf HTTP/1.1" 200 273 0.011860 10.0.0.240 - - [2026-02-16 02:02:57] "GET /projects?obj_uuids=b3f75522-8a93-4731-99ba-d4bda120c66a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000861 10.0.0.240 - - [2026-02-16 02:02:57] "POST /fqname-to-id HTTP/1.1" 404 228 0.002902 10.0.0.240 - - [2026-02-16 02:02:57] "POST /access-control-lists HTTP/1.1" 200 592 0.014637 10.0.0.240 - - [2026-02-16 02:02:57] "POST /fqname-to-id HTTP/1.1" 404 227 0.002494 10.0.0.240 - - [2026-02-16 02:02:57] "POST /access-control-lists HTTP/1.1" 200 590 0.011143 10.0.0.240 - - [2026-02-16 02:02:57] "PUT /access-control-list/748fecae-1b31-44d5-a028-af4013785078 HTTP/1.1" 200 273 0.007152 10.0.0.240 - - [2026-02-16 02:02:57] "POST /neutron/security_group HTTP/1.1" 200 1364 0.281430 10.0.0.240 - - [2026-02-16 02:02:57] "PUT /access-control-list/5b3e4028-70d3-468c-ad55-e9239ac40efb HTTP/1.1" 200 273 0.008989 10.0.0.240 - - [2026-02-16 02:02:57] "GET /projects?obj_uuids=b3f75522-8a93-4731-99ba-d4bda120c66a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000858 10.0.0.240 - - [2026-02-16 02:02:57] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.020725 10.0.0.240 - - [2026-02-16 02:02:57] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.006414 10.0.0.240 - - [2026-02-16 02:02:57] "PUT /access-control-list/5b3e4028-70d3-468c-ad55-e9239ac40efb HTTP/1.1" 200 273 0.009478 10.0.0.240 - - [2026-02-16 02:02:57] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.147607 10.0.0.240 - - [2026-02-16 02:02:57] "PUT /access-control-list/5b3e4028-70d3-468c-ad55-e9239ac40efb HTTP/1.1" 200 273 0.009719 10.0.0.240 - - [2026-02-16 02:02:57] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010033 10.0.0.240 - - [2026-02-16 02:02:58] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.167583 10.0.0.240 - - [2026-02-16 02:02:58] "POST /fqname-to-id HTTP/1.1" 401 293 0.000341 10.0.0.240 - - [2026-02-16 02:02:58] "PUT /access-control-list/5b3e4028-70d3-468c-ad55-e9239ac40efb HTTP/1.1" 200 273 0.008307 10.0.0.240 - - [2026-02-16 02:02:58] "POST /fqname-to-id HTTP/1.1" 404 210 0.022702 10.0.0.240 - - [2026-02-16 02:02:58] "GET /projects?obj_uuids=0956f1db-07fc-4a27-b89d-4e46e0a3d330&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000966 10.0.0.240 - - [2026-02-16 02:02:58] "POST /fqname-to-id HTTP/1.1" 404 245 0.002279 10.0.0.240 - - [2026-02-16 02:02:58] "POST /access-control-lists HTTP/1.1" 200 609 0.013175 10.0.0.240 - - [2026-02-16 02:02:58] "POST /fqname-to-id HTTP/1.1" 404 244 0.003281 10.0.0.240 - - [2026-02-16 02:02:58] "POST /access-control-lists HTTP/1.1" 200 607 0.019666 10.0.0.240 - - [2026-02-16 02:02:58] "PUT /access-control-list/61152405-05ef-490c-ac41-029bbc365afd HTTP/1.1" 200 273 0.007126 10.0.0.240 - - [2026-02-16 02:02:58] "PUT /access-control-list/dd006c01-16a0-4152-b9c6-1bc6b3d03785 HTTP/1.1" 200 273 0.008828 10.0.0.240 - - [2026-02-16 02:02:58] "POST /neutron/security_group HTTP/1.1" 200 1379 0.351563 10.0.0.240 - - [2026-02-16 02:02:58] "PUT /access-control-list/dd006c01-16a0-4152-b9c6-1bc6b3d03785 HTTP/1.1" 200 273 0.009392 10.0.0.240 - - [2026-02-16 02:02:58] "GET /projects?obj_uuids=0956f1db-07fc-4a27-b89d-4e46e0a3d330&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000854 10.0.0.240 - - [2026-02-16 02:02:58] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.030338 10.0.0.240 - - [2026-02-16 02:02:58] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.006980 10.0.0.240 - - [2026-02-16 02:02:58] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.144325 10.0.0.240 - - [2026-02-16 02:02:58] "PUT /access-control-list/dd006c01-16a0-4152-b9c6-1bc6b3d03785 HTTP/1.1" 200 273 0.008323 10.0.0.240 - - [2026-02-16 02:02:58] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010116 10.0.0.240 - - [2026-02-16 02:02:59] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.096989 10.0.0.240 - - [2026-02-16 02:02:59] "PUT /access-control-list/dd006c01-16a0-4152-b9c6-1bc6b3d03785 HTTP/1.1" 200 273 0.007052 10.0.0.240 - - [2026-02-16 02:02:59] "POST /fqname-to-id HTTP/1.1" 404 210 0.001961 10.0.0.240 - - [2026-02-16 02:02:59] "GET /projects?obj_uuids=0956f1db-07fc-4a27-b89d-4e46e0a3d330&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000884 10.0.0.240 - - [2026-02-16 02:02:59] "POST /fqname-to-id HTTP/1.1" 404 245 0.002851 10.0.0.240 - - [2026-02-16 02:02:59] "POST /access-control-lists HTTP/1.1" 200 609 0.014681 10.0.0.240 - - [2026-02-16 02:02:59] "POST /fqname-to-id HTTP/1.1" 404 244 0.002541 10.0.0.240 - - [2026-02-16 02:02:59] "POST /access-control-lists HTTP/1.1" 200 607 0.021598 10.0.0.240 - - [2026-02-16 02:02:59] "PUT /access-control-list/4516cbf1-69bf-49de-9bd6-b7d75e8e1a47 HTTP/1.1" 200 273 0.007480 10.0.0.240 - - [2026-02-16 02:02:59] "POST /neutron/security_group HTTP/1.1" 200 1379 0.284874 10.0.0.240 - - [2026-02-16 02:02:59] "GET /projects?obj_uuids=0956f1db-07fc-4a27-b89d-4e46e0a3d330&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000873 10.0.0.240 - - [2026-02-16 02:02:59] "PUT /access-control-list/d02800e2-db59-4c90-9221-fe95f144f0ec HTTP/1.1" 200 273 0.012458 10.0.0.240 - - [2026-02-16 02:02:59] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.024450 10.0.0.240 - - [2026-02-16 02:02:59] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.006874 10.0.0.240 - - [2026-02-16 02:02:59] "PUT /access-control-list/d02800e2-db59-4c90-9221-fe95f144f0ec HTTP/1.1" 200 273 0.007354 10.0.0.240 - - [2026-02-16 02:02:59] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.116878 10.0.0.240 - - [2026-02-16 02:02:59] "PUT /access-control-list/d02800e2-db59-4c90-9221-fe95f144f0ec HTTP/1.1" 200 273 0.008241 10.0.0.240 - - [2026-02-16 02:02:59] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.008945 10.0.0.240 - - [2026-02-16 02:02:59] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.114621 10.0.0.240 - - [2026-02-16 02:02:59] "PUT /access-control-list/d02800e2-db59-4c90-9221-fe95f144f0ec HTTP/1.1" 200 273 0.006994 10.0.0.240 - - [2026-02-16 02:02:59] "GET /projects?obj_uuids=b3f75522-8a93-4731-99ba-d4bda120c66a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000910 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 541 0.039898 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 541 0.003281 10.0.0.240 - - [2026-02-16 02:03:00] "POST /route-targets HTTP/1.1" 200 328 0.011888 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 541 0.002524 10.0.0.240 - - [2026-02-16 02:03:00] "PUT /logical-router/fb22382a-041f-431e-ab92-cef6eb210332 HTTP/1.1" 200 263 0.015190 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 541 0.003484 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 541 0.002850 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 541 0.002603 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 541 0.002642 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 541 0.002663 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 541 0.002593 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 541 0.002646 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 541 0.002929 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 541 0.002987 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 541 0.002737 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 541 0.002728 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 541 0.003634 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 541 0.002715 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 541 0.002767 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 541 0.002702 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 541 0.002619 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 541 0.002915 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 541 0.002715 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 541 0.003776 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 541 0.002551 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 541 0.002621 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 541 0.003242 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 541 0.005627 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 541 0.002988 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 541 0.002978 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 541 0.003079 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 541 0.002894 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 541 0.002688 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 541 0.002709 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 541 0.002973 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 541 0.012899 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 541 0.003874 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 541 0.013771 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 541 0.003858 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 151 0.034360 10.0.0.240 - - [2026-02-16 02:03:00] "GET /logical-router/fb22382a-041f-431e-ab92-cef6eb210332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003384 10.0.0.240 - - [2026-02-16 02:03:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.240 - - [2026-02-16 02:03:00] "GET /projects?obj_uuids=0956f1db-07fc-4a27-b89d-4e46e0a3d330&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001612 10.0.0.240 - - [2026-02-16 02:03:00] "DELETE /route-target/1e21f01e-6c17-440b-ba1a-ee58c6ac4f47 HTTP/1.1" 200 115 0.017709 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 559 0.043760 10.0.0.240 - - [2026-02-16 02:03:00] "POST /route-targets HTTP/1.1" 200 328 0.009237 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 559 0.003589 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 559 0.009585 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 559 0.002808 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 559 0.002847 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 559 0.002456 10.0.0.240 - - [2026-02-16 02:03:00] "PUT /logical-router/8dd9bc13-cd1b-4dba-9695-2f9b88254527 HTTP/1.1" 200 263 0.014174 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 559 0.003359 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 559 0.003188 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 559 0.002859 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 559 0.003117 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 559 0.002708 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 559 0.002782 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 559 0.003576 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 559 0.002942 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 559 0.003154 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 559 0.002850 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 559 0.003070 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 559 0.002852 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 559 0.002688 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 559 0.003550 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 559 0.002702 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 559 0.002833 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 559 0.002780 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 559 0.002943 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 559 0.003274 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 559 0.003479 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 559 0.003652 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 559 0.003469 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 559 0.003019 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 559 0.002762 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 559 0.003220 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 559 0.002757 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 559 0.003628 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 559 0.015754 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 559 0.003843 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 560 0.014437 10.0.0.240 - - [2026-02-16 02:03:00] "POST /neutron/router HTTP/1.1" 200 560 0.003183 10.0.0.240 - - [2026-02-16 02:03:01] "GET /logical-router/8dd9bc13-cd1b-4dba-9695-2f9b88254527?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002122 10.0.0.240 - - [2026-02-16 02:03:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/router HTTP/1.1" 200 151 0.037181 10.0.0.240 - - [2026-02-16 02:03:01] "GET /projects?obj_uuids=b3f75522-8a93-4731-99ba-d4bda120c66a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001623 10.0.0.240 - - [2026-02-16 02:03:01] "DELETE /route-target/d7de0321-be1c-4150-bb3b-a85612ab4d66 HTTP/1.1" 200 115 0.019591 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/router HTTP/1.1" 200 542 0.045067 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/router HTTP/1.1" 200 542 0.003588 10.0.0.240 - - [2026-02-16 02:03:01] "POST /route-targets HTTP/1.1" 200 328 0.014340 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/router HTTP/1.1" 200 542 0.003339 10.0.0.240 - - [2026-02-16 02:03:01] "PUT /logical-router/b6597e24-dbc4-4fec-9d1f-aa1db2587d09 HTTP/1.1" 200 263 0.016637 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/router HTTP/1.1" 200 542 0.004655 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/router HTTP/1.1" 200 542 0.002413 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/router HTTP/1.1" 200 542 0.002394 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/router HTTP/1.1" 200 542 0.002702 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/router HTTP/1.1" 200 542 0.002492 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/router HTTP/1.1" 200 542 0.002465 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/router HTTP/1.1" 200 542 0.002827 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/router HTTP/1.1" 200 542 0.003021 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/router HTTP/1.1" 200 542 0.002763 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/router HTTP/1.1" 200 542 0.002856 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/router HTTP/1.1" 200 542 0.002796 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/router HTTP/1.1" 200 542 0.002887 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/router HTTP/1.1" 200 542 0.003326 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/router HTTP/1.1" 200 542 0.002731 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/router HTTP/1.1" 200 542 0.002828 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/router HTTP/1.1" 200 542 0.002491 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/router HTTP/1.1" 200 542 0.002934 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/router HTTP/1.1" 200 542 0.002824 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/router HTTP/1.1" 200 542 0.002972 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/router HTTP/1.1" 200 542 0.002862 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/router HTTP/1.1" 200 542 0.002863 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/router HTTP/1.1" 200 542 0.003630 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/router HTTP/1.1" 200 542 0.002743 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/router HTTP/1.1" 200 542 0.002751 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/router HTTP/1.1" 200 542 0.002731 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/router HTTP/1.1" 200 542 0.002872 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/router HTTP/1.1" 200 542 0.002793 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/router HTTP/1.1" 200 542 0.002819 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/router HTTP/1.1" 200 542 0.002863 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/router HTTP/1.1" 200 542 0.002819 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/router HTTP/1.1" 200 542 0.013995 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/router HTTP/1.1" 200 542 0.003398 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/router HTTP/1.1" 200 541 0.012896 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/router HTTP/1.1" 200 541 0.009120 10.0.0.240 - - [2026-02-16 02:03:01] "GET /logical-router/b6597e24-dbc4-4fec-9d1f-aa1db2587d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.006309 10.0.0.240 - - [2026-02-16 02:03:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005133 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/router HTTP/1.1" 200 151 0.045479 10.0.0.240 - - [2026-02-16 02:03:01] "DELETE /route-target/6272322b-a470-4b12-b1e0-a6d43960936d HTTP/1.1" 200 115 0.014896 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/security_group HTTP/1.1" 200 521 0.003525 10.0.0.240 - - [2026-02-16 02:03:01] "DELETE /access-control-list/4516cbf1-69bf-49de-9bd6-b7d75e8e1a47 HTTP/1.1" 200 115 0.023328 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/security_group HTTP/1.1" 200 151 0.053142 10.0.0.240 - - [2026-02-16 02:03:01] "DELETE /access-control-list/d02800e2-db59-4c90-9221-fe95f144f0ec HTTP/1.1" 200 115 0.019960 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/security_group HTTP/1.1" 200 521 0.005928 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/security_group HTTP/1.1" 200 151 0.032233 10.0.0.240 - - [2026-02-16 02:03:01] "DELETE /access-control-list/61152405-05ef-490c-ac41-029bbc365afd HTTP/1.1" 200 115 0.021940 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/security_group HTTP/1.1" 200 506 0.004821 10.0.0.240 - - [2026-02-16 02:03:01] "DELETE /access-control-list/dd006c01-16a0-4152-b9c6-1bc6b3d03785 HTTP/1.1" 200 115 0.027848 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/security_group HTTP/1.1" 200 151 0.045669 10.0.0.240 - - [2026-02-16 02:03:01] "DELETE /access-control-list/748fecae-1b31-44d5-a028-af4013785078 HTTP/1.1" 200 115 0.020477 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/security_group HTTP/1.1" 200 506 0.003024 10.0.0.240 - - [2026-02-16 02:03:01] "DELETE /access-control-list/5b3e4028-70d3-468c-ad55-e9239ac40efb HTTP/1.1" 200 115 0.021494 10.0.0.240 - - [2026-02-16 02:03:01] "POST /neutron/security_group HTTP/1.1" 200 151 0.033633 10.0.0.240 - - [2026-02-16 02:03:01] "DELETE /access-control-list/95c812ef-093a-4e48-a8e7-418e68c1407d HTTP/1.1" 200 115 0.015363 10.0.0.240 - - [2026-02-16 02:03:01] "DELETE /access-control-list/26eb868e-9640-47b4-917c-52b8c1a566cf HTTP/1.1" 200 115 0.018453 10.0.0.240 - - [2026-02-16 02:03:02] "GET /projects?obj_uuids=0956f1db-07fc-4a27-b89d-4e46e0a3d330&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000954 10.0.0.240 - - [2026-02-16 02:03:02] "GET /project/0956f1db-07fc-4a27-b89d-4e46e0a3d330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.023646 10.0.0.240 - - [2026-02-16 02:03:02] "GET /projects?obj_uuids=0956f1db-07fc-4a27-b89d-4e46e0a3d330&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000966 10.0.0.240 - - [2026-02-16 02:03:02] "GET /project/0956f1db-07fc-4a27-b89d-4e46e0a3d330?fields=virtual_networks HTTP/1.1" 200 1022 0.065217 10.0.0.240 - - [2026-02-16 02:03:02] "GET /projects?obj_uuids=0956f1db-07fc-4a27-b89d-4e46e0a3d330&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000938 10.0.0.240 - - [2026-02-16 02:03:02] "GET /project/0956f1db-07fc-4a27-b89d-4e46e0a3d330?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.023308 10.0.0.240 - - [2026-02-16 02:03:02] "GET /projects?obj_uuids=0956f1db-07fc-4a27-b89d-4e46e0a3d330&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000837 10.0.0.240 - - [2026-02-16 02:03:02] "GET /project/0956f1db-07fc-4a27-b89d-4e46e0a3d330?fields=security_groups HTTP/1.1" 200 1244 0.021368 10.0.0.240 - - [2026-02-16 02:03:03] "POST /fqname-to-id HTTP/1.1" 404 184 0.024228 10.0.0.240 - - [2026-02-16 02:03:03] "GET /projects?obj_uuids=d073ccd7-fe18-43a2-a4b4-30b68eb36b1c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002004 10.0.0.240 - - [2026-02-16 02:03:03] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000849 10.0.0.240 - - [2026-02-16 02:03:03] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006052 10.0.0.240 - - [2026-02-16 02:03:03] "POST /id-to-fqname HTTP/1.1" 200 186 0.001399 10.0.0.240 - - [2026-02-16 02:03:03] "POST /fqname-to-id HTTP/1.1" 404 195 0.003266 10.0.0.240 - - [2026-02-16 02:03:03] "POST /security-groups HTTP/1.1" 200 587 0.060383 10.0.0.240 - - [2026-02-16 02:03:03] "POST /fqname-to-id HTTP/1.1" 404 230 0.002034 10.0.0.240 - - [2026-02-16 02:03:03] "POST /projects HTTP/1.1" 200 577 0.205955 10.0.0.240 - - [2026-02-16 02:03:03] "POST /access-control-lists HTTP/1.1" 200 594 0.055766 10.0.0.240 - - [2026-02-16 02:03:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.274085 10.0.0.240 - - [2026-02-16 02:03:03] "POST /fqname-to-id HTTP/1.1" 404 229 0.002629 10.0.0.240 - - [2026-02-16 02:03:03] "GET /project/d073ccd7-fe18-43a2-a4b4-30b68eb36b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.387235 10.0.0.240 - - [2026-02-16 02:03:03] "POST /access-control-lists HTTP/1.1" 200 592 0.055930 10.0.0.240 - - [2026-02-16 02:03:04] "GET / HTTP/1.1" 200 36215 0.001777 10.0.0.240 - - [2026-02-16 02:03:05] "POST /fqname-to-id HTTP/1.1" 401 293 0.000477 10.0.0.240 - - [2026-02-16 02:03:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.050446 10.0.0.240 - - [2026-02-16 02:03:05] "GET /projects?obj_uuids=d073ccd7-fe18-43a2-a4b4-30b68eb36b1c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000857 10.0.0.240 - - [2026-02-16 02:03:05] "GET /project/d073ccd7-fe18-43a2-a4b4-30b68eb36b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.024512 10.0.0.240 - - [2026-02-16 02:03:05] "POST /neutron/network HTTP/1.1" 200 117 0.027616 10.0.0.240 - - [2026-02-16 02:03:05] "GET /projects?obj_uuids=d073ccd7-fe18-43a2-a4b4-30b68eb36b1c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001327 10.0.0.240 - - [2026-02-16 02:03:05] "POST /neutron/network HTTP/1.1" 200 601 0.055733 10.0.0.240 - - [2026-02-16 02:03:05] "POST /route-targets HTTP/1.1" 200 328 0.011620 10.0.0.240 - - [2026-02-16 02:03:05] "POST /ref-update HTTP/1.1" 200 156 0.014619 10.0.0.240 - - [2026-02-16 02:03:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002779 10.0.0.240 - - [2026-02-16 02:03:05] "POST /neutron/subnet HTTP/1.1" 200 729 0.153789 10.0.0.240 - - [2026-02-16 02:03:05] "POST /neutron/network HTTP/1.1" 200 821 0.004307 10.0.0.240 - - [2026-02-16 02:03:05] "POST /id-to-fqname HTTP/1.1" 200 216 0.000947 10.0.0.240 - - [2026-02-16 02:03:05] "GET /virtual-network/b88ce53a-7d3a-457b-8325-405c8171e09a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.003994 10.0.0.240 - - [2026-02-16 02:03:06] "POST /neutron/network HTTP/1.1" 200 821 0.005096 10.0.0.240 - - [2026-02-16 02:03:06] "GET /virtual-network/b88ce53a-7d3a-457b-8325-405c8171e09a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004188 10.0.0.240 - - [2026-02-16 02:03:06] "POST /neutron/network HTTP/1.1" 200 821 0.004976 10.0.0.240 - - [2026-02-16 02:03:06] "POST /neutron/subnet HTTP/1.1" 200 729 0.005253 10.0.0.240 - - [2026-02-16 02:03:06] "POST /fqname-to-id HTTP/1.1" 404 206 0.001673 10.0.0.240 - - [2026-02-16 02:03:06] "GET /virtual-network/b88ce53a-7d3a-457b-8325-405c8171e09a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004672 10.0.0.240 - - [2026-02-16 02:03:06] "GET /projects?obj_uuids=d073ccd7-fe18-43a2-a4b4-30b68eb36b1c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000910 10.0.0.240 - - [2026-02-16 02:03:06] "POST /neutron/port HTTP/1.1" 200 1018 0.156972 10.0.0.240 - - [2026-02-16 02:03:06] "GET /virtual-machine-interface/fa1b056c-f6dc-4488-bfc8-96060d082074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.003649 10.0.0.240 - - [2026-02-16 02:03:06] "GET /virtual-machine-interface/fa1b056c-f6dc-4488-bfc8-96060d082074?fields=instance_ip_back_refs HTTP/1.1" 200 1320 0.003807 10.0.0.240 - - [2026-02-16 02:03:06] "GET /instance-ip/e3d12bfb-0d68-442e-b8bb-58ea3b86f27f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1599 0.003452 10.0.0.240 - - [2026-02-16 02:03:06] "GET /virtual-machine-interface/fa1b056c-f6dc-4488-bfc8-96060d082074 HTTP/1.1" 401 293 0.000398 10.0.0.240 - - [2026-02-16 02:03:06] "GET /virtual-machine-interface/fa1b056c-f6dc-4488-bfc8-96060d082074 HTTP/1.1" 200 2611 0.025517 10.0.0.240 - - [2026-02-16 02:03:06] "POST /neutron/port HTTP/1.1" 200 1018 0.011570 10.0.0.240 - - [2026-02-16 02:03:06] "POST /neutron/port HTTP/1.1" 200 151 0.074201 10.0.0.240 - - [2026-02-16 02:03:06] "POST /neutron/network HTTP/1.1" 200 821 0.009451 10.0.0.240 - - [2026-02-16 02:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004642 10.0.0.240 - - [2026-02-16 02:03:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002620 10.0.0.240 - - [2026-02-16 02:03:06] "POST /useragent-kv HTTP/1.1" 200 115 0.001616 10.0.0.240 - - [2026-02-16 02:03:06] "POST /neutron/network HTTP/1.1" 200 151 0.080035 10.0.0.240 - - [2026-02-16 02:03:07] "DELETE /route-target/eb992982-8770-43be-ba38-af3e95a6e0fa HTTP/1.1" 200 115 0.023283 10.0.0.240 - - [2026-02-16 02:03:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002440 10.0.0.240 - - [2026-02-16 02:03:07] "GET /projects?obj_uuids=d073ccd7-fe18-43a2-a4b4-30b68eb36b1c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000812 10.0.0.240 - - [2026-02-16 02:03:07] "GET /project/d073ccd7-fe18-43a2-a4b4-30b68eb36b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.018658 10.0.0.240 - - [2026-02-16 02:03:07] "POST /neutron/network HTTP/1.1" 200 117 0.007477 10.0.0.240 - - [2026-02-16 02:03:07] "GET /projects?obj_uuids=d073ccd7-fe18-43a2-a4b4-30b68eb36b1c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000838 10.0.0.240 - - [2026-02-16 02:03:07] "POST /neutron/network HTTP/1.1" 200 603 0.052851 10.0.0.240 - - [2026-02-16 02:03:07] "POST /route-targets HTTP/1.1" 200 328 0.010645 10.0.0.240 - - [2026-02-16 02:03:07] "POST /ref-update HTTP/1.1" 200 156 0.013569 10.0.0.240 - - [2026-02-16 02:03:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003281 10.0.0.240 - - [2026-02-16 02:03:07] "POST /neutron/subnet HTTP/1.1" 200 729 0.147002 10.0.0.240 - - [2026-02-16 02:03:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003730 10.0.0.240 - - [2026-02-16 02:03:07] "POST /neutron/subnet HTTP/1.1" 200 719 0.125544 10.0.0.240 - - [2026-02-16 02:03:08] "POST /neutron/network HTTP/1.1" 200 978 0.004992 10.0.0.240 - - [2026-02-16 02:03:08] "POST /id-to-fqname HTTP/1.1" 200 217 0.000878 10.0.0.240 - - [2026-02-16 02:03:08] "GET /virtual-network/6156642f-4b1b-411b-bb3a-f0e8da3c2631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.004277 10.0.0.240 - - [2026-02-16 02:03:08] "POST /neutron/network HTTP/1.1" 200 978 0.006721 10.0.0.240 - - [2026-02-16 02:03:08] "GET /virtual-network/6156642f-4b1b-411b-bb3a-f0e8da3c2631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.004306 10.0.0.240 - - [2026-02-16 02:03:08] "POST /neutron/network HTTP/1.1" 200 978 0.006467 10.0.0.240 - - [2026-02-16 02:03:08] "POST /neutron/subnet HTTP/1.1" 200 729 0.005906 10.0.0.240 - - [2026-02-16 02:03:08] "POST /neutron/subnet HTTP/1.1" 200 719 0.008015 10.0.0.240 - - [2026-02-16 02:03:08] "GET /projects?obj_uuids=d073ccd7-fe18-43a2-a4b4-30b68eb36b1c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000948 10.0.0.240 - - [2026-02-16 02:03:08] "POST /neutron/port HTTP/1.1" 200 1019 0.149510 10.0.0.240 - - [2026-02-16 02:03:08] "GET /projects?obj_uuids=d073ccd7-fe18-43a2-a4b4-30b68eb36b1c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001185 10.0.0.240 - - [2026-02-16 02:03:08] "POST /neutron/port HTTP/1.1" 200 1017 0.144641 10.0.0.240 - - [2026-02-16 02:03:08] "POST /id-to-fqname HTTP/1.1" 200 217 0.001141 10.0.0.240 - - [2026-02-16 02:03:08] "POST /neutron/port HTTP/1.1" 200 1019 0.007855 10.0.0.240 - - [2026-02-16 02:03:08] "POST /neutron/port HTTP/1.1" 200 1019 0.007697 10.0.0.240 - - [2026-02-16 02:03:08] "POST /neutron/network HTTP/1.1" 200 978 0.005841 10.0.0.240 - - [2026-02-16 02:03:08] "POST /neutron/port HTTP/1.1" 200 1019 0.007964 10.0.0.240 - - [2026-02-16 02:03:08] "POST /neutron/port HTTP/1.1" 200 117 0.004071 10.0.0.240 - - [2026-02-16 02:03:08] "POST /neutron/port HTTP/1.1" 200 117 0.003747 10.0.0.240 - - [2026-02-16 02:03:08] "POST /id-to-fqname HTTP/1.1" 200 217 0.001108 10.0.0.240 - - [2026-02-16 02:03:08] "POST /neutron/port HTTP/1.1" 200 117 0.004333 10.0.0.240 - - [2026-02-16 02:03:09] "POST /neutron/port HTTP/1.1" 200 1017 0.008305 10.0.0.240 - - [2026-02-16 02:03:09] "POST /neutron/port HTTP/1.1" 200 1017 0.007751 10.0.0.240 - - [2026-02-16 02:03:09] "POST /neutron/network HTTP/1.1" 200 978 0.005911 10.0.0.240 - - [2026-02-16 02:03:09] "POST /neutron/port HTTP/1.1" 200 1017 0.007093 10.0.0.240 - - [2026-02-16 02:03:09] "POST /neutron/port HTTP/1.1" 200 1019 0.008482 10.0.0.240 - - [2026-02-16 02:03:09] "POST /neutron/port HTTP/1.1" 200 1017 0.006628 10.0.0.240 - - [2026-02-16 02:03:09] "POST /neutron/port HTTP/1.1" 200 117 0.004797 10.0.0.240 - - [2026-02-16 02:03:09] "POST /neutron/port HTTP/1.1" 200 117 0.004474 10.0.0.240 - - [2026-02-16 02:03:09] "POST /neutron/port HTTP/1.1" 200 117 0.005413 10.0.0.240 - - [2026-02-16 02:03:09] "POST /neutron/port HTTP/1.1" 200 1019 0.011071 10.0.0.240 - - [2026-02-16 02:03:09] "POST /neutron/network HTTP/1.1" 200 988 0.005754 10.0.0.240 - - [2026-02-16 02:03:09] "POST /neutron/port HTTP/1.1" 200 1017 0.011587 10.0.0.240 - - [2026-02-16 02:03:09] "POST /neutron/port HTTP/1.1" 200 1019 0.008256 10.0.0.240 - - [2026-02-16 02:03:09] "POST /neutron/network HTTP/1.1" 200 988 0.005659 10.0.0.240 - - [2026-02-16 02:03:09] "POST /neutron/port HTTP/1.1" 200 1019 0.006998 10.0.0.240 - - [2026-02-16 02:03:09] "POST /neutron/port HTTP/1.1" 200 1017 0.011731 10.0.0.240 - - [2026-02-16 02:03:09] "POST /neutron/port HTTP/1.1" 200 1017 0.015756 10.0.0.240 - - [2026-02-16 02:03:09] "POST /neutron/port HTTP/1.1" 200 1111 0.103523 10.0.0.240 - - [2026-02-16 02:03:09] "POST /neutron/port HTTP/1.1" 200 1109 0.102222 10.0.0.240 - - [2026-02-16 02:03:09] "POST /neutron/port HTTP/1.1" 200 1121 0.010156 10.0.0.240 - - [2026-02-16 02:03:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004869 10.0.0.240 - - [2026-02-16 02:03:10] "POST /neutron/port HTTP/1.1" 200 1119 0.015887 10.0.0.240 - - [2026-02-16 02:03:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003594 10.0.0.240 - - [2026-02-16 02:03:10] "POST /neutron/subnet HTTP/1.1" 200 703 0.009599 10.0.0.240 - - [2026-02-16 02:03:10] "POST /neutron/port HTTP/1.1" 200 117 0.000917 10.0.0.240 - - [2026-02-16 02:03:10] "POST /neutron/subnet HTTP/1.1" 200 693 0.007799 10.0.0.240 - - [2026-02-16 02:03:10] "POST /neutron/port HTTP/1.1" 200 117 0.001040 10.0.0.240 - - [2026-02-16 02:03:10] "POST /neutron/network HTTP/1.1" 200 978 0.006339 10.0.0.240 - - [2026-02-16 02:03:10] "POST /neutron/network HTTP/1.1" 200 978 0.006155 10.0.0.240 - - [2026-02-16 02:03:14] "POST /neutron/port HTTP/1.1" 200 1121 0.010987 10.0.0.240 - - [2026-02-16 02:03:14] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005629 10.0.0.240 - - [2026-02-16 02:03:14] "POST /neutron/port HTTP/1.1" 200 1121 0.013497 10.0.0.240 - - [2026-02-16 02:03:14] "POST /neutron/security_group HTTP/1.1" 200 2054 0.011794 10.0.0.240 - - [2026-02-16 02:03:14] "POST /neutron/port HTTP/1.1" 200 1121 0.013506 10.0.0.240 - - [2026-02-16 02:03:14] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006005 10.0.0.240 - - [2026-02-16 02:03:14] "GET /virtual-machine/3efe41d4-d839-44c3-9ceb-a7505b70dc6a HTTP/1.1" 200 1286 0.004866 10.0.0.240 - - [2026-02-16 02:03:14] "GET /virtual-machine-interface/d5f74857-d89b-4c4a-98cf-34f66bd6450d HTTP/1.1" 200 2931 0.004566 10.0.0.240 - - [2026-02-16 02:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002404 10.0.0.240 - - [2026-02-16 02:03:14] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002910 10.0.0.240 - - [2026-02-16 02:03:14] "GET /virtual-networks?parent_id=d073ccd7-fe18-43a2-a4b4-30b68eb36b1c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002625 10.0.0.240 - - [2026-02-16 02:03:14] "GET /virtual-network/6156642f-4b1b-411b-bb3a-f0e8da3c2631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006400 10.0.0.240 - - [2026-02-16 02:03:16] "DELETE /project/d073ccd7fe1843a2a4b430b68eb36b1c HTTP/1.1" 404 173 0.010972 10.0.0.240 - - [2026-02-16 02:03:16] "DELETE /project/36656910a9d94d8199518a617f35df0c HTTP/1.1" 404 173 0.010105 10.0.0.240 - - [2026-02-16 02:03:16] "DELETE /project/0956f1db07fc4a27b89d4e46e0a3d330 HTTP/1.1" 404 173 0.009441 10.0.0.240 - - [2026-02-16 02:03:16] "DELETE /project/10b3288e36bb4c0ebb75ba20649578e1 HTTP/1.1" 404 173 0.008081 10.0.0.240 - - [2026-02-16 02:03:16] "GET /projects?obj_uuids=10b3288e-36bb-4c0e-bb75-ba20649578e1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000806 10.0.0.240 - - [2026-02-16 02:03:16] "GET /projects?obj_uuids=36656910-a9d9-4d81-9951-8a617f35df0c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000717 10.0.0.240 - - [2026-02-16 02:03:16] "GET /projects?obj_uuids=0956f1db-07fc-4a27-b89d-4e46e0a3d330&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000727 10.0.0.240 - - [2026-02-16 02:03:16] "GET /project/36656910-a9d9-4d81-9951-8a617f35df0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.039188 10.0.0.240 - - [2026-02-16 02:03:16] "GET /project/10b3288e-36bb-4c0e-bb75-ba20649578e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.047082 10.0.0.240 - - [2026-02-16 02:03:16] "GET /project/0956f1db-07fc-4a27-b89d-4e46e0a3d330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.048317 10.0.0.240 - - [2026-02-16 02:03:16] "GET /projects?obj_uuids=36656910-a9d9-4d81-9951-8a617f35df0c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001106 10.0.0.240 - - [2026-02-16 02:03:16] "GET /projects?obj_uuids=0956f1db-07fc-4a27-b89d-4e46e0a3d330&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000863 10.0.0.240 - - [2026-02-16 02:03:16] "GET /projects?obj_uuids=10b3288e-36bb-4c0e-bb75-ba20649578e1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000710 10.0.0.240 - - [2026-02-16 02:03:16] "GET /project/36656910-a9d9-4d81-9951-8a617f35df0c?fields=security_groups HTTP/1.1" 200 1347 0.037398 10.0.0.240 - - [2026-02-16 02:03:16] "GET /project/10b3288e-36bb-4c0e-bb75-ba20649578e1?fields=security_groups HTTP/1.1" 200 1398 0.039626 10.0.0.240 - - [2026-02-16 02:03:16] "GET /project/0956f1db-07fc-4a27-b89d-4e46e0a3d330?fields=security_groups HTTP/1.1" 200 1346 0.047009 10.0.0.240 - - [2026-02-16 02:03:16] "DELETE /security-group/c8697de6-dc15-4a78-828b-5793e81bbaf0 HTTP/1.1" 200 115 0.093558 10.0.0.240 - - [2026-02-16 02:03:16] "GET /projects?obj_uuids=36656910-a9d9-4d81-9951-8a617f35df0c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001310 10.0.0.240 - - [2026-02-16 02:03:16] "DELETE /security-group/41353ecc-9611-40cf-b561-1ba226b3b8b0 HTTP/1.1" 200 115 0.102678 10.0.0.240 - - [2026-02-16 02:03:16] "GET /projects?obj_uuids=10b3288e-36bb-4c0e-bb75-ba20649578e1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000922 10.0.0.240 - - [2026-02-16 02:03:16] "DELETE /access-control-list/3ba7b652-1ee3-449d-a7c0-c3ece04b9193 HTTP/1.1" 200 115 0.064933 10.0.0.240 - - [2026-02-16 02:03:16] "DELETE /security-group/dc3e0e57-d816-466b-aaec-4154fc24121e HTTP/1.1" 200 115 0.111902 10.0.0.240 - - [2026-02-16 02:03:16] "GET /projects?obj_uuids=0956f1db-07fc-4a27-b89d-4e46e0a3d330&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000813 10.0.0.240 - - [2026-02-16 02:03:16] "GET /project/36656910-a9d9-4d81-9951-8a617f35df0c?fields=application_policy_sets HTTP/1.1" 200 1386 0.055423 10.0.0.240 - - [2026-02-16 02:03:17] "GET /project/0956f1db-07fc-4a27-b89d-4e46e0a3d330?fields=application_policy_sets HTTP/1.1" 200 1385 0.043901 10.0.0.240 - - [2026-02-16 02:03:17] "DELETE /access-control-list/0fc3c845-37a3-49b0-aae1-3acdab483ba3 HTTP/1.1" 200 115 0.047922 10.0.0.240 - - [2026-02-16 02:03:17] "GET /project/10b3288e-36bb-4c0e-bb75-ba20649578e1?fields=application_policy_sets HTTP/1.1" 200 1437 0.084500 10.0.0.240 - - [2026-02-16 02:03:17] "DELETE /access-control-list/a175387a-514a-4d78-b10b-80272bc857b7 HTTP/1.1" 200 115 0.027706 10.0.0.240 - - [2026-02-16 02:03:17] "DELETE /access-control-list/f66e401f-c4a9-4325-b1c0-cb6ab5887a92 HTTP/1.1" 200 115 0.036649 10.0.0.240 - - [2026-02-16 02:03:17] "DELETE /access-control-list/2d4f238e-aadb-415f-bcfb-f3a3f11b0772 HTTP/1.1" 200 115 0.044779 10.0.0.240 - - [2026-02-16 02:03:17] "DELETE /project/36656910-a9d9-4d81-9951-8a617f35df0c HTTP/1.1" 200 115 0.463413 10.0.0.240 - - [2026-02-16 02:03:17] "DELETE /access-control-list/aaf9c9a0-c027-4a97-9f1e-2c7d6344a25c HTTP/1.1" 200 115 0.032320 10.0.0.240 - - [2026-02-16 02:03:17] "DELETE /project/10b3288e-36bb-4c0e-bb75-ba20649578e1 HTTP/1.1" 200 115 0.517584 10.0.0.240 - - [2026-02-16 02:03:17] "DELETE /project/0956f1db-07fc-4a27-b89d-4e46e0a3d330 HTTP/1.1" 200 115 0.517160 10.0.0.240 - - [2026-02-16 02:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002433 10.0.0.240 - - [2026-02-16 02:03:17] "GET /virtual-network/6156642f-4b1b-411b-bb3a-f0e8da3c2631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.005736 10.0.0.240 - - [2026-02-16 02:03:18] "POST /neutron/port HTTP/1.1" 200 1121 0.017449 10.0.0.240 - - [2026-02-16 02:03:18] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005547 10.0.0.240 - - [2026-02-16 02:03:18] "POST /neutron/port HTTP/1.1" 200 1119 0.012048 10.0.0.240 - - [2026-02-16 02:03:18] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004495 10.0.0.240 - - [2026-02-16 02:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002612 10.0.0.240 - - [2026-02-16 02:03:20] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002702 10.0.0.240 - - [2026-02-16 02:03:20] "GET /virtual-networks?parent_id=d073ccd7-fe18-43a2-a4b4-30b68eb36b1c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002560 10.0.0.240 - - [2026-02-16 02:03:20] "GET /virtual-network/6156642f-4b1b-411b-bb3a-f0e8da3c2631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.004778 10.0.0.240 - - [2026-02-16 02:03:20] "POST /neutron/port HTTP/1.1" 200 1121 0.012002 10.0.0.240 - - [2026-02-16 02:03:20] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005975 10.0.0.240 - - [2026-02-16 02:03:22] "GET /obj-perms HTTP/1.1" 200 5075 0.047324 10.0.0.240 - - [2026-02-16 02:03:22] "GET /obj-perms HTTP/1.1" 200 5075 0.045367 10.0.0.240 - - [2026-02-16 02:03:25] "POST /neutron/port HTTP/1.1" 200 1119 0.010363 10.0.0.240 - - [2026-02-16 02:03:25] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004818 10.0.0.240 - - [2026-02-16 02:03:25] "POST /neutron/port HTTP/1.1" 200 1119 0.010480 10.0.0.240 - - [2026-02-16 02:03:25] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005058 10.0.0.240 - - [2026-02-16 02:03:25] "POST /neutron/port HTTP/1.1" 200 1119 0.011340 10.0.0.240 - - [2026-02-16 02:03:25] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004804 10.0.0.240 - - [2026-02-16 02:03:25] "GET /virtual-machine/cbf79306-7298-4aa5-9202-d7038c526af8 HTTP/1.1" 200 1287 0.004036 10.0.0.240 - - [2026-02-16 02:03:25] "GET /virtual-machine-interface/df39b93a-9213-45b9-8674-7757151f5c41 HTTP/1.1" 200 2930 0.003927 10.0.0.240 - - [2026-02-16 02:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002351 10.0.0.240 - - [2026-02-16 02:03:25] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002463 10.0.0.240 - - [2026-02-16 02:03:25] "GET /virtual-networks?parent_id=d073ccd7-fe18-43a2-a4b4-30b68eb36b1c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002666 10.0.0.240 - - [2026-02-16 02:03:25] "GET /virtual-network/6156642f-4b1b-411b-bb3a-f0e8da3c2631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.004718 10.0.0.240 - - [2026-02-16 02:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.240 - - [2026-02-16 02:03:26] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003597 10.0.0.240 - - [2026-02-16 02:03:26] "GET /virtual-networks?parent_id=d073ccd7-fe18-43a2-a4b4-30b68eb36b1c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002717 10.0.0.240 - - [2026-02-16 02:03:27] "GET /virtual-network/6156642f-4b1b-411b-bb3a-f0e8da3c2631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.005193 10.0.0.240 - - [2026-02-16 02:03:30] "POST /neutron/port HTTP/1.1" 200 1109 0.013843 10.0.0.240 - - [2026-02-16 02:03:30] "POST /neutron/port HTTP/1.1" 200 1109 0.009571 10.0.0.240 - - [2026-02-16 02:03:30] "POST /neutron/port HTTP/1.1" 200 151 0.118518 10.0.0.240 - - [2026-02-16 02:03:30] "POST /neutron/port HTTP/1.1" 200 1111 0.010214 10.0.0.240 - - [2026-02-16 02:03:30] "POST /neutron/port HTTP/1.1" 200 1111 0.009517 10.0.0.240 - - [2026-02-16 02:03:30] "POST /neutron/port HTTP/1.1" 200 151 0.134046 10.0.0.240 - - [2026-02-16 02:03:30] "POST /neutron/network HTTP/1.1" 200 978 0.007336 10.0.0.240 - - [2026-02-16 02:03:30] "POST /neutron/port HTTP/1.1" 200 117 0.007705 10.0.0.240 - - [2026-02-16 02:03:30] "POST /neutron/port HTTP/1.1" 400 205 0.003816 10.0.0.240 - - [2026-02-16 02:03:30] "POST /useragent-kv HTTP/1.1" 200 115 0.004467 10.0.0.240 - - [2026-02-16 02:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005782 10.0.0.240 - - [2026-02-16 02:03:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003711 10.0.0.240 - - [2026-02-16 02:03:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003024 10.0.0.240 - - [2026-02-16 02:03:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002990 10.0.0.240 - - [2026-02-16 02:03:30] "POST /neutron/network HTTP/1.1" 200 151 0.127156 10.0.0.240 - - [2026-02-16 02:03:30] "DELETE /route-target/c86f836f-fae5-4fa5-b9ad-b72b0f9f0f9a HTTP/1.1" 200 115 0.034916 10.0.0.240 - - [2026-02-16 02:03:31] "GET /projects?obj_uuids=d073ccd7-fe18-43a2-a4b4-30b68eb36b1c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001019 10.0.0.240 - - [2026-02-16 02:03:31] "GET /project/d073ccd7-fe18-43a2-a4b4-30b68eb36b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.024554 10.0.0.240 - - [2026-02-16 02:03:31] "GET /projects?obj_uuids=d073ccd7-fe18-43a2-a4b4-30b68eb36b1c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000873 10.0.0.240 - - [2026-02-16 02:03:31] "GET /project/d073ccd7-fe18-43a2-a4b4-30b68eb36b1c?fields=virtual_networks HTTP/1.1" 200 1026 0.065854 10.0.0.240 - - [2026-02-16 02:03:31] "GET /projects?obj_uuids=d073ccd7-fe18-43a2-a4b4-30b68eb36b1c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002229 10.0.0.240 - - [2026-02-16 02:03:31] "GET /project/d073ccd7-fe18-43a2-a4b4-30b68eb36b1c?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.023748 10.0.0.240 - - [2026-02-16 02:03:31] "GET /projects?obj_uuids=d073ccd7-fe18-43a2-a4b4-30b68eb36b1c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000882 10.0.0.240 - - [2026-02-16 02:03:31] "GET /project/d073ccd7-fe18-43a2-a4b4-30b68eb36b1c?fields=security_groups HTTP/1.1" 200 1249 0.027214 10.0.0.240 - - [2026-02-16 02:03:32] "POST /fqname-to-id HTTP/1.1" 404 186 0.023969 10.0.0.240 - - [2026-02-16 02:03:32] "GET /projects?obj_uuids=cdf088f0-0a48-44f0-9e7f-8c995221e9cd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001976 10.0.0.240 - - [2026-02-16 02:03:32] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000964 10.0.0.240 - - [2026-02-16 02:03:32] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007299 10.0.0.240 - - [2026-02-16 02:03:32] "POST /id-to-fqname HTTP/1.1" 200 188 0.002883 10.0.0.240 - - [2026-02-16 02:03:32] "POST /fqname-to-id HTTP/1.1" 404 197 0.003518 10.0.0.240 - - [2026-02-16 02:03:32] "POST /security-groups HTTP/1.1" 200 589 0.060050 10.0.0.240 - - [2026-02-16 02:03:32] "POST /fqname-to-id HTTP/1.1" 404 232 0.002224 10.0.0.240 - - [2026-02-16 02:03:32] "POST /projects HTTP/1.1" 200 581 0.210777 10.0.0.240 - - [2026-02-16 02:03:32] "POST /access-control-lists HTTP/1.1" 200 596 0.058309 10.0.0.240 - - [2026-02-16 02:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.282357 10.0.0.240 - - [2026-02-16 02:03:32] "POST /fqname-to-id HTTP/1.1" 404 231 0.002413 10.0.0.240 - - [2026-02-16 02:03:32] "GET /project/cdf088f0-0a48-44f0-9e7f-8c995221e9cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.399899 10.0.0.240 - - [2026-02-16 02:03:32] "POST /access-control-lists HTTP/1.1" 200 594 0.056862 10.0.0.240 - - [2026-02-16 02:03:33] "GET / HTTP/1.1" 200 36215 0.002111 10.0.0.240 - - [2026-02-16 02:03:34] "POST /fqname-to-id HTTP/1.1" 401 293 0.000433 10.0.0.240 - - [2026-02-16 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.053513 10.0.0.240 - - [2026-02-16 02:03:34] "GET /projects?obj_uuids=cdf088f0-0a48-44f0-9e7f-8c995221e9cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000852 10.0.0.240 - - [2026-02-16 02:03:34] "GET /project/cdf088f0-0a48-44f0-9e7f-8c995221e9cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.027084 10.0.0.240 - - [2026-02-16 02:03:34] "POST /neutron/network HTTP/1.1" 200 117 0.035617 10.0.0.240 - - [2026-02-16 02:03:34] "GET /projects?obj_uuids=cdf088f0-0a48-44f0-9e7f-8c995221e9cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001123 10.0.0.240 - - [2026-02-16 02:03:34] "POST /neutron/network HTTP/1.1" 200 605 0.068456 10.0.0.240 - - [2026-02-16 02:03:34] "POST /route-targets HTTP/1.1" 200 328 0.010638 10.0.0.240 - - [2026-02-16 02:03:34] "POST /ref-update HTTP/1.1" 200 156 0.016130 10.0.0.240 - - [2026-02-16 02:03:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004890 10.0.0.240 - - [2026-02-16 02:03:35] "POST /neutron/subnet HTTP/1.1" 200 719 0.196264 10.0.0.240 - - [2026-02-16 02:03:35] "POST /neutron/network HTTP/1.1" 200 823 0.004071 10.0.0.240 - - [2026-02-16 02:03:35] "POST /id-to-fqname HTTP/1.1" 200 219 0.000933 10.0.0.240 - - [2026-02-16 02:03:35] "GET /virtual-network/715f7072-c964-44c6-95c0-519eba2ece4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004057 10.0.0.240 - - [2026-02-16 02:03:35] "POST /neutron/network HTTP/1.1" 200 823 0.005222 10.0.0.240 - - [2026-02-16 02:03:35] "GET /virtual-network/715f7072-c964-44c6-95c0-519eba2ece4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004056 10.0.0.240 - - [2026-02-16 02:03:35] "POST /neutron/network HTTP/1.1" 200 823 0.004424 10.0.0.240 - - [2026-02-16 02:03:35] "POST /neutron/subnet HTTP/1.1" 200 719 0.005961 10.0.0.240 - - [2026-02-16 02:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.001969 10.0.0.240 - - [2026-02-16 02:03:35] "GET /projects?obj_uuids=cdf088f0-0a48-44f0-9e7f-8c995221e9cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000908 10.0.0.240 - - [2026-02-16 02:03:35] "GET /project/cdf088f0-0a48-44f0-9e7f-8c995221e9cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.022710 10.0.0.240 - - [2026-02-16 02:03:35] "POST /neutron/network HTTP/1.1" 200 117 0.008050 10.0.0.240 - - [2026-02-16 02:03:35] "GET /projects?obj_uuids=cdf088f0-0a48-44f0-9e7f-8c995221e9cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000877 10.0.0.240 - - [2026-02-16 02:03:35] "POST /neutron/network HTTP/1.1" 200 605 0.067605 10.0.0.240 - - [2026-02-16 02:03:35] "POST /route-targets HTTP/1.1" 200 328 0.009035 10.0.0.240 - - [2026-02-16 02:03:35] "POST /ref-update HTTP/1.1" 200 156 0.013031 10.0.0.240 - - [2026-02-16 02:03:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002066 10.0.0.240 - - [2026-02-16 02:03:35] "POST /neutron/subnet HTTP/1.1" 200 729 0.120757 10.0.0.240 - - [2026-02-16 02:03:35] "POST /neutron/port HTTP/1.1" 200 117 0.004463 10.0.0.240 - - [2026-02-16 02:03:35] "POST /neutron/network HTTP/1.1" 200 825 0.004206 10.0.0.240 - - [2026-02-16 02:03:35] "POST /id-to-fqname HTTP/1.1" 200 219 0.000943 10.0.0.240 - - [2026-02-16 02:03:35] "GET /virtual-network/e0b30e9a-2498-43d2-9650-cd3d58552bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003603 10.0.0.240 - - [2026-02-16 02:03:35] "POST /neutron/port HTTP/1.1" 400 205 0.002452 10.0.0.240 - - [2026-02-16 02:03:35] "POST /neutron/network HTTP/1.1" 200 825 0.004562 10.0.0.240 - - [2026-02-16 02:03:35] "GET /virtual-network/e0b30e9a-2498-43d2-9650-cd3d58552bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003904 10.0.0.240 - - [2026-02-16 02:03:35] "POST /neutron/network HTTP/1.1" 200 825 0.004719 10.0.0.240 - - [2026-02-16 02:03:35] "POST /neutron/subnet HTTP/1.1" 200 729 0.005487 10.0.0.240 - - [2026-02-16 02:03:35] "POST /id-to-fqname HTTP/1.1" 200 219 0.000917 10.0.0.240 - - [2026-02-16 02:03:35] "POST /neutron/network HTTP/1.1" 200 833 0.004419 10.0.0.240 - - [2026-02-16 02:03:35] "GET /aaa-mode HTTP/1.1" 401 293 0.000368 10.0.0.240 - - [2026-02-16 02:03:36] "GET / HTTP/1.1" 200 36215 0.003276 10.0.0.240 - - [2026-02-16 02:03:36] "GET /project/cdf088f0-0a48-44f0-9e7f-8c995221e9cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000331 10.0.0.240 - - [2026-02-16 02:03:36] "GET /projects?obj_uuids=cdf088f0-0a48-44f0-9e7f-8c995221e9cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000896 10.0.0.240 - - [2026-02-16 02:03:36] "GET /project/cdf088f0-0a48-44f0-9e7f-8c995221e9cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.041035 10.0.0.240 - - [2026-02-16 02:03:36] "POST /neutron/network HTTP/1.1" 200 823 0.004227 10.0.0.240 - - [2026-02-16 02:03:36] "POST /neutron/port HTTP/1.1" 200 117 0.004181 10.0.0.240 - - [2026-02-16 02:03:36] "POST /neutron/port HTTP/1.1" 200 117 0.004253 10.0.0.240 - - [2026-02-16 02:03:36] "POST /id-to-fqname HTTP/1.1" 200 219 0.001648 10.0.0.240 - - [2026-02-16 02:03:36] "POST /neutron/port HTTP/1.1" 200 117 0.004190 10.0.0.240 - - [2026-02-16 02:03:37] "POST /neutron/network HTTP/1.1" 200 835 0.004704 10.0.0.240 - - [2026-02-16 02:03:37] "GET /aaa-mode HTTP/1.1" 401 293 0.000331 10.0.0.240 - - [2026-02-16 02:03:37] "POST /neutron/network HTTP/1.1" 200 833 0.004775 10.0.0.240 - - [2026-02-16 02:03:37] "GET /projects?obj_uuids=cdf088f0-0a48-44f0-9e7f-8c995221e9cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001117 10.0.0.240 - - [2026-02-16 02:03:37] "POST /neutron/port HTTP/1.1" 200 1057 0.187140 10.0.0.240 - - [2026-02-16 02:03:37] "GET / HTTP/1.1" 200 36215 0.001802 10.0.0.240 - - [2026-02-16 02:03:37] "POST /neutron/port HTTP/1.1" 200 1057 0.011012 10.0.0.240 - - [2026-02-16 02:03:37] "GET /project/cdf088f0-0a48-44f0-9e7f-8c995221e9cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000333 10.0.0.240 - - [2026-02-16 02:03:37] "POST /neutron/port HTTP/1.1" 200 1057 0.007628 10.0.0.240 - - [2026-02-16 02:03:37] "POST /neutron/port HTTP/1.1" 200 1111 0.056710 10.0.0.240 - - [2026-02-16 02:03:37] "POST /neutron/port HTTP/1.1" 200 1121 0.012346 10.0.0.240 - - [2026-02-16 02:03:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002378 10.0.0.240 - - [2026-02-16 02:03:37] "POST /neutron/subnet HTTP/1.1" 200 693 0.005656 10.0.0.240 - - [2026-02-16 02:03:37] "POST /neutron/port HTTP/1.1" 200 117 0.001053 10.0.0.240 - - [2026-02-16 02:03:37] "POST /neutron/network HTTP/1.1" 200 823 0.004720 10.0.0.240 - - [2026-02-16 02:03:37] "GET /projects?obj_uuids=cdf088f0-0a48-44f0-9e7f-8c995221e9cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001974 10.0.0.240 - - [2026-02-16 02:03:37] "GET /project/cdf088f0-0a48-44f0-9e7f-8c995221e9cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.043313 10.0.0.240 - - [2026-02-16 02:03:37] "POST /neutron/network HTTP/1.1" 200 825 0.004759 10.0.0.240 - - [2026-02-16 02:03:37] "POST /neutron/port HTTP/1.1" 200 1121 0.013991 10.0.0.240 - - [2026-02-16 02:03:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004935 10.0.0.240 - - [2026-02-16 02:03:38] "POST /neutron/port HTTP/1.1" 200 117 0.004742 10.0.0.240 - - [2026-02-16 02:03:38] "GET /projects?obj_uuids=cdf088f0-0a48-44f0-9e7f-8c995221e9cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000975 10.0.0.240 - - [2026-02-16 02:03:38] "POST /neutron/router HTTP/1.1" 200 580 0.056889 10.0.0.240 - - [2026-02-16 02:03:38] "POST /neutron/router HTTP/1.1" 200 580 0.003269 10.0.0.240 - - [2026-02-16 02:03:38] "POST /route-targets HTTP/1.1" 200 328 0.010460 10.0.0.240 - - [2026-02-16 02:03:38] "GET /projects?obj_uuids=cdf088f0-0a48-44f0-9e7f-8c995221e9cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001020 10.0.0.240 - - [2026-02-16 02:03:38] "PUT /logical-router/f871c388-0599-4f2c-a36d-834875b9554c HTTP/1.1" 200 263 0.026585 10.0.0.240 - - [2026-02-16 02:03:38] "POST /neutron/router HTTP/1.1" 200 344 0.231828 10.0.0.240 - - [2026-02-16 02:03:38] "POST /ref-update HTTP/1.1" 200 156 0.007189 10.0.0.240 - - [2026-02-16 02:03:38] "POST /neutron/port HTTP/1.1" 200 1121 0.009880 10.0.0.240 - - [2026-02-16 02:03:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006309 10.0.0.240 - - [2026-02-16 02:03:38] "POST /neutron/network HTTP/1.1" 200 835 0.004626 10.0.0.240 - - [2026-02-16 02:03:38] "GET /projects?obj_uuids=cdf088f0-0a48-44f0-9e7f-8c995221e9cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000923 10.0.0.240 - - [2026-02-16 02:03:38] "POST /neutron/port HTTP/1.1" 200 1059 0.226437 10.0.0.240 - - [2026-02-16 02:03:38] "POST /neutron/port HTTP/1.1" 200 1059 0.010006 10.0.0.240 - - [2026-02-16 02:03:38] "POST /neutron/port HTTP/1.1" 200 1059 0.009767 10.0.0.240 - - [2026-02-16 02:03:38] "POST /neutron/port HTTP/1.1" 200 1113 0.072961 10.0.0.240 - - [2026-02-16 02:03:38] "POST /neutron/port HTTP/1.1" 200 1123 0.012053 10.0.0.240 - - [2026-02-16 02:03:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003111 10.0.0.240 - - [2026-02-16 02:03:38] "POST /neutron/subnet HTTP/1.1" 200 703 0.005955 10.0.0.240 - - [2026-02-16 02:03:38] "POST /neutron/port HTTP/1.1" 200 117 0.001058 10.0.0.240 - - [2026-02-16 02:03:39] "POST /neutron/network HTTP/1.1" 200 825 0.004945 10.0.0.240 - - [2026-02-16 02:03:43] "POST /neutron/port HTTP/1.1" 200 1121 0.011016 10.0.0.240 - - [2026-02-16 02:03:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004861 10.0.0.240 - - [2026-02-16 02:03:43] "POST /neutron/port HTTP/1.1" 200 1121 0.009911 10.0.0.240 - - [2026-02-16 02:03:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005786 10.0.0.240 - - [2026-02-16 02:03:43] "POST /neutron/port HTTP/1.1" 200 1121 0.013175 10.0.0.240 - - [2026-02-16 02:03:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006352 10.0.0.240 - - [2026-02-16 02:03:43] "GET /virtual-machine/1f10a811-661d-475b-82c5-bf05e7e667c3 HTTP/1.1" 401 293 0.000389 10.0.0.240 - - [2026-02-16 02:03:43] "GET /virtual-machine/1f10a811-661d-475b-82c5-bf05e7e667c3 HTTP/1.1" 200 1291 0.031029 10.0.0.240 - - [2026-02-16 02:03:43] "GET /virtual-machine-interface/29df9757-3ecd-47e3-b154-084158a7e945 HTTP/1.1" 200 2940 0.003993 10.0.0.240 - - [2026-02-16 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002436 10.0.0.240 - - [2026-02-16 02:03:44] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004101 10.0.0.240 - - [2026-02-16 02:03:44] "GET /virtual-networks?parent_id=cdf088f0-0a48-44f0-9e7f-8c995221e9cd&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002693 10.0.0.240 - - [2026-02-16 02:03:44] "GET /virtual-network/715f7072-c964-44c6-95c0-519eba2ece4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005309 10.0.0.240 - - [2026-02-16 02:03:46] "POST /neutron/port HTTP/1.1" 200 1121 0.011126 10.0.0.240 - - [2026-02-16 02:03:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004846 10.0.0.240 - - [2026-02-16 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002612 10.0.0.240 - - [2026-02-16 02:03:47] "GET /virtual-network/715f7072-c964-44c6-95c0-519eba2ece4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005323 10.0.0.240 - - [2026-02-16 02:03:47] "POST /neutron/port HTTP/1.1" 200 1123 0.013942 10.0.0.240 - - [2026-02-16 02:03:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004133 10.0.0.240 - - [2026-02-16 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002458 10.0.0.240 - - [2026-02-16 02:03:49] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002666 10.0.0.240 - - [2026-02-16 02:03:49] "GET /virtual-networks?parent_id=cdf088f0-0a48-44f0-9e7f-8c995221e9cd&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002749 10.0.0.240 - - [2026-02-16 02:03:49] "GET /virtual-network/715f7072-c964-44c6-95c0-519eba2ece4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004712 10.0.0.240 - - [2026-02-16 02:03:49] "POST /neutron/port HTTP/1.1" 200 1123 0.010858 10.0.0.240 - - [2026-02-16 02:03:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005260 10.0.0.240 - - [2026-02-16 02:03:49] "POST /neutron/port HTTP/1.1" 200 1123 0.011400 10.0.0.240 - - [2026-02-16 02:03:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005230 10.0.0.240 - - [2026-02-16 02:03:49] "POST /neutron/port HTTP/1.1" 200 1123 0.010728 10.0.0.240 - - [2026-02-16 02:03:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005167 10.0.0.240 - - [2026-02-16 02:03:49] "GET /virtual-machine/6bdc88bd-eb7f-4e52-a4b1-2a05f0a20a4b HTTP/1.1" 200 1292 0.003520 10.0.0.240 - - [2026-02-16 02:03:49] "GET /virtual-machine-interface/09280149-88ec-4c1f-8702-77659a7dd6b2 HTTP/1.1" 200 2938 0.004094 10.0.0.240 - - [2026-02-16 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002198 10.0.0.240 - - [2026-02-16 02:03:49] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002244 10.0.0.240 - - [2026-02-16 02:03:49] "GET /virtual-networks?parent_id=cdf088f0-0a48-44f0-9e7f-8c995221e9cd&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002695 10.0.0.240 - - [2026-02-16 02:03:50] "GET /virtual-network/e0b30e9a-2498-43d2-9650-cd3d58552bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005063 10.0.0.240 - - [2026-02-16 02:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.240 - - [2026-02-16 02:03:51] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003056 10.0.0.240 - - [2026-02-16 02:03:51] "GET /virtual-networks?parent_id=cdf088f0-0a48-44f0-9e7f-8c995221e9cd&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002648 10.0.0.240 - - [2026-02-16 02:03:51] "GET /virtual-network/e0b30e9a-2498-43d2-9650-cd3d58552bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005158 10.0.0.240 - - [2026-02-16 02:03:54] "POST /neutron/port HTTP/1.1" 200 1121 0.010093 10.0.0.240 - - [2026-02-16 02:03:54] "POST /neutron/port HTTP/1.1" 200 1121 0.012726 10.0.0.240 - - [2026-02-16 02:03:54] "POST /neutron/network HTTP/1.1" 200 833 0.004646 10.0.0.240 - - [2026-02-16 02:03:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002908 10.0.0.240 - - [2026-02-16 02:03:54] "POST /neutron/subnet HTTP/1.1" 200 693 0.005573 10.0.0.240 - - [2026-02-16 02:03:54] "POST /neutron/port HTTP/1.1" 200 117 0.001111 10.0.0.240 - - [2026-02-16 02:03:54] "POST /neutron/network HTTP/1.1" 200 823 0.004782 10.0.0.240 - - [2026-02-16 02:03:56] "POST /neutron/router HTTP/1.1" 200 580 0.003188 10.0.0.240 - - [2026-02-16 02:03:56] "GET /projects?obj_uuids=cdf088f0-0a48-44f0-9e7f-8c995221e9cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000882 10.0.0.240 - - [2026-02-16 02:03:56] "POST /neutron/router HTTP/1.1" 200 344 0.187768 10.0.0.240 - - [2026-02-16 02:03:56] "POST /neutron/port HTTP/1.1" 200 1920 0.016090 10.0.0.240 - - [2026-02-16 02:03:56] "POST /ref-update HTTP/1.1" 200 156 0.007281 10.0.0.240 - - [2026-02-16 02:04:02] "POST /neutron/router HTTP/1.1" 200 580 0.003167 10.0.0.240 - - [2026-02-16 02:04:02] "POST /ref-update HTTP/1.1" 200 156 0.010654 10.0.0.240 - - [2026-02-16 02:04:02] "POST /neutron/router HTTP/1.1" 200 344 0.083484 10.0.0.240 - - [2026-02-16 02:04:06] "POST /neutron/router HTTP/1.1" 200 580 0.004844 10.0.0.240 - - [2026-02-16 02:04:06] "GET /projects?obj_uuids=cdf088f0-0a48-44f0-9e7f-8c995221e9cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001315 10.0.0.240 - - [2026-02-16 02:04:06] "POST /neutron/router HTTP/1.1" 200 344 0.190908 10.0.0.240 - - [2026-02-16 02:04:06] "POST /ref-update HTTP/1.1" 200 156 0.010532 10.0.0.240 - - [2026-02-16 02:04:08] "POST /neutron/router HTTP/1.1" 200 580 0.003914 10.0.0.240 - - [2026-02-16 02:04:08] "POST /ref-update HTTP/1.1" 200 156 0.010513 10.0.0.240 - - [2026-02-16 02:04:08] "POST /neutron/router HTTP/1.1" 200 344 0.087454 10.0.0.240 - - [2026-02-16 02:04:08] "POST /neutron/router HTTP/1.1" 200 580 0.003795 10.0.0.240 - - [2026-02-16 02:04:08] "POST /ref-update HTTP/1.1" 200 156 0.009890 10.0.0.240 - - [2026-02-16 02:04:08] "POST /neutron/router HTTP/1.1" 200 344 0.089309 10.0.0.240 - - [2026-02-16 02:04:08] "POST /neutron/router HTTP/1.1" 200 580 0.005739 10.0.0.240 - - [2026-02-16 02:04:08] "GET /logical-router/f871c388-0599-4f2c-a36d-834875b9554c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003390 10.0.0.240 - - [2026-02-16 02:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.240 - - [2026-02-16 02:04:08] "POST /neutron/router HTTP/1.1" 200 151 0.040580 10.0.0.240 - - [2026-02-16 02:04:08] "DELETE /route-target/0174478f-68b8-4302-8849-3b3ec7b1b1c2 HTTP/1.1" 200 115 0.012519 10.0.0.240 - - [2026-02-16 02:04:08] "POST /neutron/network HTTP/1.1" 200 825 0.008488 10.0.0.240 - - [2026-02-16 02:04:08] "POST /neutron/network HTTP/1.1" 400 204 0.007755 10.0.0.240 - - [2026-02-16 02:04:09] "POST /neutron/port HTTP/1.1" 200 1123 0.010489 10.0.0.240 - - [2026-02-16 02:04:09] "POST /neutron/port HTTP/1.1" 200 1113 0.008842 10.0.0.240 - - [2026-02-16 02:04:09] "POST /neutron/port HTTP/1.1" 200 1121 0.011505 10.0.0.240 - - [2026-02-16 02:04:09] "POST /neutron/port HTTP/1.1" 200 1111 0.012114 10.0.0.240 - - [2026-02-16 02:04:09] "POST /neutron/port HTTP/1.1" 200 151 0.104112 10.0.0.240 - - [2026-02-16 02:04:09] "POST /neutron/port HTTP/1.1" 200 151 0.093536 10.0.0.240 - - [2026-02-16 02:04:10] "POST /neutron/network HTTP/1.1" 200 825 0.004798 10.0.0.240 - - [2026-02-16 02:04:10] "POST /useragent-kv HTTP/1.1" 200 115 0.001501 10.0.0.240 - - [2026-02-16 02:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004782 10.0.0.240 - - [2026-02-16 02:04:10] "POST /useragent-kv HTTP/1.1" 200 115 0.001385 10.0.0.240 - - [2026-02-16 02:04:10] "POST /neutron/network HTTP/1.1" 200 151 0.067824 10.0.0.240 - - [2026-02-16 02:04:10] "DELETE /route-target/35f7d1f1-9e1f-4a51-92f3-3e90e6c1ca0c HTTP/1.1" 200 115 0.012700 10.0.0.240 - - [2026-02-16 02:04:10] "POST /neutron/network HTTP/1.1" 200 823 0.004475 10.0.0.240 - - [2026-02-16 02:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004745 10.0.0.240 - - [2026-02-16 02:04:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002572 10.0.0.240 - - [2026-02-16 02:04:11] "POST /useragent-kv HTTP/1.1" 200 115 0.001930 10.0.0.240 - - [2026-02-16 02:04:11] "POST /neutron/network HTTP/1.1" 200 151 0.068022 10.0.0.240 - - [2026-02-16 02:04:11] "DELETE /route-target/7a0996a9-b930-40a3-b7a5-4429e743dd25 HTTP/1.1" 200 115 0.015726 10.0.0.240 - - [2026-02-16 02:04:11] "GET /projects?obj_uuids=cdf088f0-0a48-44f0-9e7f-8c995221e9cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000877 10.0.0.240 - - [2026-02-16 02:04:11] "GET /project/cdf088f0-0a48-44f0-9e7f-8c995221e9cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.022889 10.0.0.240 - - [2026-02-16 02:04:11] "GET /projects?obj_uuids=cdf088f0-0a48-44f0-9e7f-8c995221e9cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000841 10.0.0.240 - - [2026-02-16 02:04:11] "GET /project/cdf088f0-0a48-44f0-9e7f-8c995221e9cd?fields=virtual_networks HTTP/1.1" 200 1030 0.066376 10.0.0.240 - - [2026-02-16 02:04:11] "GET /projects?obj_uuids=cdf088f0-0a48-44f0-9e7f-8c995221e9cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000907 10.0.0.240 - - [2026-02-16 02:04:11] "GET /project/cdf088f0-0a48-44f0-9e7f-8c995221e9cd?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.025979 10.0.0.240 - - [2026-02-16 02:04:11] "GET /projects?obj_uuids=cdf088f0-0a48-44f0-9e7f-8c995221e9cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001028 10.0.0.240 - - [2026-02-16 02:04:11] "GET /project/cdf088f0-0a48-44f0-9e7f-8c995221e9cd?fields=security_groups HTTP/1.1" 200 1255 0.021188 10.0.0.240 - - [2026-02-16 02:04:12] "POST /fqname-to-id HTTP/1.1" 404 191 0.021847 10.0.0.240 - - [2026-02-16 02:04:12] "GET /projects?obj_uuids=385347d5-b041-4710-9329-fd66b0d1d34d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001936 10.0.0.240 - - [2026-02-16 02:04:12] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001179 10.0.0.240 - - [2026-02-16 02:04:12] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008384 10.0.0.240 - - [2026-02-16 02:04:12] "POST /id-to-fqname HTTP/1.1" 200 193 0.001413 10.0.0.240 - - [2026-02-16 02:04:12] "POST /fqname-to-id HTTP/1.1" 404 202 0.001770 10.0.0.240 - - [2026-02-16 02:04:12] "POST /security-groups HTTP/1.1" 200 594 0.060205 10.0.0.240 - - [2026-02-16 02:04:12] "POST /fqname-to-id HTTP/1.1" 404 237 0.002116 10.0.0.240 - - [2026-02-16 02:04:12] "POST /projects HTTP/1.1" 200 591 0.197604 10.0.0.240 - - [2026-02-16 02:04:12] "POST /access-control-lists HTTP/1.1" 200 601 0.054362 10.0.0.240 - - [2026-02-16 02:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.270275 10.0.0.240 - - [2026-02-16 02:04:12] "POST /fqname-to-id HTTP/1.1" 404 236 0.002403 10.0.0.240 - - [2026-02-16 02:04:12] "GET /project/385347d5-b041-4710-9329-fd66b0d1d34d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.404658 10.0.0.240 - - [2026-02-16 02:04:12] "POST /access-control-lists HTTP/1.1" 200 599 0.056555 10.0.0.240 - - [2026-02-16 02:04:13] "GET / HTTP/1.1" 200 36215 0.001774 10.0.0.240 - - [2026-02-16 02:04:14] "GET /project/385347d5-b041-4710-9329-fd66b0d1d34d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000428 10.0.0.240 - - [2026-02-16 02:04:15] "GET /projects?obj_uuids=385347d5-b041-4710-9329-fd66b0d1d34d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000924 10.0.0.240 - - [2026-02-16 02:04:15] "GET /project/385347d5-b041-4710-9329-fd66b0d1d34d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.042098 10.0.0.240 - - [2026-02-16 02:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.001809 10.0.0.240 - - [2026-02-16 02:04:15] "GET /security-group/6fbe7a4a-b741-41bf-9ebf-20ff81ae7eb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.004517 10.0.0.240 - - [2026-02-16 02:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002478 10.0.0.240 - - [2026-02-16 02:04:15] "GET /projects?obj_uuids=385347d5-b041-4710-9329-fd66b0d1d34d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001241 10.0.0.240 - - [2026-02-16 02:04:15] "GET /project/385347d5-b041-4710-9329-fd66b0d1d34d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.026303 10.0.0.240 - - [2026-02-16 02:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002502 10.0.0.240 - - [2026-02-16 02:04:15] "GET /security-group/6fbe7a4a-b741-41bf-9ebf-20ff81ae7eb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.003402 10.0.0.240 - - [2026-02-16 02:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002778 10.0.0.240 - - [2026-02-16 02:04:15] "PUT /security-group/6fbe7a4a-b741-41bf-9ebf-20ff81ae7eb2 HTTP/1.1" 200 263 0.012031 10.0.0.240 - - [2026-02-16 02:04:15] "PUT /access-control-list/ad2c9c60-4776-413b-a856-ad87923a3f5f HTTP/1.1" 200 273 0.011687 10.0.0.240 - - [2026-02-16 02:04:15] "PUT /access-control-list/6e2e0898-95f8-47b5-af65-10f73eac0e20 HTTP/1.1" 200 273 0.018962 10.0.0.240 - - [2026-02-16 02:04:15] "POST /fqname-to-id HTTP/1.1" 404 202 0.004472 10.0.0.240 - - [2026-02-16 02:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002650 10.0.0.240 - - [2026-02-16 02:04:15] "GET /projects?obj_uuids=385347d5-b041-4710-9329-fd66b0d1d34d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001222 10.0.0.240 - - [2026-02-16 02:04:15] "GET /project/385347d5-b041-4710-9329-fd66b0d1d34d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.024346 10.0.0.240 - - [2026-02-16 02:04:15] "POST /neutron/network HTTP/1.1" 200 117 0.029362 10.0.0.240 - - [2026-02-16 02:04:15] "GET /projects?obj_uuids=385347d5-b041-4710-9329-fd66b0d1d34d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001007 10.0.0.240 - - [2026-02-16 02:04:15] "POST /neutron/network HTTP/1.1" 200 608 0.055289 10.0.0.240 - - [2026-02-16 02:04:15] "POST /route-targets HTTP/1.1" 200 328 0.008594 10.0.0.240 - - [2026-02-16 02:04:15] "POST /ref-update HTTP/1.1" 200 156 0.009496 10.0.0.240 - - [2026-02-16 02:04:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002179 10.0.0.240 - - [2026-02-16 02:04:16] "POST /neutron/subnet HTTP/1.1" 200 734 0.177739 10.0.0.240 - - [2026-02-16 02:04:16] "POST /neutron/network HTTP/1.1" 200 829 0.004589 10.0.0.240 - - [2026-02-16 02:04:16] "POST /id-to-fqname HTTP/1.1" 200 223 0.001011 10.0.0.240 - - [2026-02-16 02:04:16] "GET /virtual-network/695b4bb2-fdf6-4f55-b59e-d0f1cce1ffa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003917 10.0.0.240 - - [2026-02-16 02:04:16] "POST /neutron/network HTTP/1.1" 200 829 0.004552 10.0.0.240 - - [2026-02-16 02:04:16] "GET /virtual-network/695b4bb2-fdf6-4f55-b59e-d0f1cce1ffa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003978 10.0.0.240 - - [2026-02-16 02:04:16] "POST /neutron/network HTTP/1.1" 200 829 0.005290 10.0.0.240 - - [2026-02-16 02:04:16] "POST /neutron/subnet HTTP/1.1" 200 734 0.007242 10.0.0.240 - - [2026-02-16 02:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001958 10.0.0.240 - - [2026-02-16 02:04:16] "GET /projects?obj_uuids=385347d5-b041-4710-9329-fd66b0d1d34d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000912 10.0.0.240 - - [2026-02-16 02:04:16] "GET /project/385347d5-b041-4710-9329-fd66b0d1d34d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.021041 10.0.0.240 - - [2026-02-16 02:04:16] "POST /neutron/network HTTP/1.1" 200 117 0.009512 10.0.0.240 - - [2026-02-16 02:04:16] "GET /projects?obj_uuids=385347d5-b041-4710-9329-fd66b0d1d34d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000889 10.0.0.240 - - [2026-02-16 02:04:16] "POST /neutron/network HTTP/1.1" 200 615 0.080892 10.0.0.240 - - [2026-02-16 02:04:16] "POST /route-targets HTTP/1.1" 200 328 0.012410 10.0.0.240 - - [2026-02-16 02:04:16] "POST /ref-update HTTP/1.1" 200 156 0.010074 10.0.0.240 - - [2026-02-16 02:04:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002004 10.0.0.240 - - [2026-02-16 02:04:16] "POST /neutron/subnet HTTP/1.1" 200 705 0.167009 10.0.0.240 - - [2026-02-16 02:04:16] "POST /neutron/network HTTP/1.1" 200 830 0.004652 10.0.0.240 - - [2026-02-16 02:04:16] "POST /id-to-fqname HTTP/1.1" 200 227 0.001174 10.0.0.240 - - [2026-02-16 02:04:16] "GET /virtual-network/58449aec-9d25-4f90-8b3a-1c25517b0bc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.003783 10.0.0.240 - - [2026-02-16 02:04:16] "POST /neutron/network HTTP/1.1" 200 830 0.004577 10.0.0.240 - - [2026-02-16 02:04:16] "GET /virtual-network/58449aec-9d25-4f90-8b3a-1c25517b0bc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004105 10.0.0.240 - - [2026-02-16 02:04:16] "POST /neutron/network HTTP/1.1" 200 830 0.004974 10.0.0.240 - - [2026-02-16 02:04:16] "POST /neutron/subnet HTTP/1.1" 200 705 0.005688 10.0.0.240 - - [2026-02-16 02:04:16] "POST /id-to-fqname HTTP/1.1" 200 223 0.000883 10.0.0.240 - - [2026-02-16 02:04:16] "POST /neutron/network HTTP/1.1" 200 839 0.005037 10.0.0.240 - - [2026-02-16 02:04:16] "GET /aaa-mode HTTP/1.1" 401 293 0.000354 10.0.0.240 - - [2026-02-16 02:04:17] "DELETE /project/385347d5b04147109329fd66b0d1d34d HTTP/1.1" 404 173 0.009912 10.0.0.240 - - [2026-02-16 02:04:17] "DELETE /project/cdf088f00a4844f09e7f8c995221e9cd HTTP/1.1" 404 173 0.007128 10.0.0.240 - - [2026-02-16 02:04:17] "GET /projects?obj_uuids=d073ccd7-fe18-43a2-a4b4-30b68eb36b1c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000788 10.0.0.240 - - [2026-02-16 02:04:17] "GET /projects?obj_uuids=cdf088f0-0a48-44f0-9e7f-8c995221e9cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000728 10.0.0.240 - - [2026-02-16 02:04:17] "GET / HTTP/1.1" 200 36215 0.001735 10.0.0.240 - - [2026-02-16 02:04:17] "GET /project/cdf088f0-0a48-44f0-9e7f-8c995221e9cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.032644 10.0.0.240 - - [2026-02-16 02:04:17] "GET /project/d073ccd7-fe18-43a2-a4b4-30b68eb36b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.034865 10.0.0.240 - - [2026-02-16 02:04:17] "GET /project/385347d5-b041-4710-9329-fd66b0d1d34d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000297 10.0.0.240 - - [2026-02-16 02:04:17] "GET /projects?obj_uuids=d073ccd7-fe18-43a2-a4b4-30b68eb36b1c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000789 10.0.0.240 - - [2026-02-16 02:04:17] "GET /projects?obj_uuids=cdf088f0-0a48-44f0-9e7f-8c995221e9cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000691 10.0.0.240 - - [2026-02-16 02:04:17] "GET /project/cdf088f0-0a48-44f0-9e7f-8c995221e9cd?fields=security_groups HTTP/1.1" 200 1357 0.023654 10.0.0.240 - - [2026-02-16 02:04:17] "GET /project/d073ccd7-fe18-43a2-a4b4-30b68eb36b1c?fields=security_groups HTTP/1.1" 200 1351 0.029736 10.0.0.240 - - [2026-02-16 02:04:17] "DELETE /security-group/a5d620c7-c61d-484d-8a57-71a1fedbcb0a HTTP/1.1" 200 115 0.037951 10.0.0.240 - - [2026-02-16 02:04:17] "GET /projects?obj_uuids=cdf088f0-0a48-44f0-9e7f-8c995221e9cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000852 10.0.0.240 - - [2026-02-16 02:04:17] "DELETE /security-group/34aa0995-51c0-4270-a7e0-f3f0e5aa7c55 HTTP/1.1" 200 115 0.044952 10.0.0.240 - - [2026-02-16 02:04:17] "GET /projects?obj_uuids=d073ccd7-fe18-43a2-a4b4-30b68eb36b1c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000853 10.0.0.240 - - [2026-02-16 02:04:17] "DELETE /access-control-list/1f7c497a-a25d-4e42-b20b-6080107babfe HTTP/1.1" 200 115 0.032668 10.0.0.240 - - [2026-02-16 02:04:17] "GET /project/cdf088f0-0a48-44f0-9e7f-8c995221e9cd?fields=application_policy_sets HTTP/1.1" 200 1396 0.033594 10.0.0.240 - - [2026-02-16 02:04:17] "DELETE /access-control-list/cf0743f4-62cb-4d99-895e-4326cea2de7a HTTP/1.1" 200 115 0.022242 10.0.0.240 - - [2026-02-16 02:04:17] "DELETE /access-control-list/cc6a6502-bec9-41e6-8974-247d476a8a8d HTTP/1.1" 200 115 0.016117 10.0.0.240 - - [2026-02-16 02:04:17] "GET /project/d073ccd7-fe18-43a2-a4b4-30b68eb36b1c?fields=application_policy_sets HTTP/1.1" 200 1390 0.067279 10.0.0.240 - - [2026-02-16 02:04:17] "DELETE /access-control-list/14b08b9b-71c7-4edc-b2ec-99cee0c9b2cd HTTP/1.1" 200 115 0.026386 10.0.0.240 - - [2026-02-16 02:04:17] "DELETE /project/cdf088f0-0a48-44f0-9e7f-8c995221e9cd HTTP/1.1" 200 115 0.310800 10.0.0.240 - - [2026-02-16 02:04:17] "DELETE /project/d073ccd7-fe18-43a2-a4b4-30b68eb36b1c HTTP/1.1" 200 115 0.338772 10.0.0.240 - - [2026-02-16 02:04:17] "GET /projects?obj_uuids=385347d5-b041-4710-9329-fd66b0d1d34d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000983 10.0.0.240 - - [2026-02-16 02:04:17] "GET /project/385347d5-b041-4710-9329-fd66b0d1d34d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.042355 10.0.0.240 - - [2026-02-16 02:04:17] "POST /neutron/network HTTP/1.1" 200 829 0.005176 10.0.0.240 - - [2026-02-16 02:04:17] "POST /neutron/port HTTP/1.1" 200 117 0.004988 10.0.0.240 - - [2026-02-16 02:04:17] "POST /neutron/port HTTP/1.1" 200 117 0.004826 10.0.0.240 - - [2026-02-16 02:04:17] "POST /id-to-fqname HTTP/1.1" 200 227 0.001156 10.0.0.240 - - [2026-02-16 02:04:17] "POST /neutron/port HTTP/1.1" 200 117 0.004195 10.0.0.240 - - [2026-02-16 02:04:18] "POST /neutron/network HTTP/1.1" 200 840 0.005383 10.0.0.240 - - [2026-02-16 02:04:18] "GET /aaa-mode HTTP/1.1" 401 293 0.000372 10.0.0.240 - - [2026-02-16 02:04:18] "POST /neutron/network HTTP/1.1" 200 839 0.007668 10.0.0.240 - - [2026-02-16 02:04:18] "GET /projects?obj_uuids=385347d5-b041-4710-9329-fd66b0d1d34d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001212 10.0.0.240 - - [2026-02-16 02:04:18] "GET / HTTP/1.1" 200 36215 0.002966 10.0.0.240 - - [2026-02-16 02:04:18] "GET /project/385347d5-b041-4710-9329-fd66b0d1d34d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000367 10.0.0.240 - - [2026-02-16 02:04:18] "POST /neutron/port HTTP/1.1" 200 1065 0.182944 10.0.0.240 - - [2026-02-16 02:04:18] "POST /neutron/port HTTP/1.1" 200 1065 0.008695 10.0.0.240 - - [2026-02-16 02:04:18] "POST /neutron/port HTTP/1.1" 200 1065 0.008176 10.0.0.240 - - [2026-02-16 02:04:18] "POST /neutron/port HTTP/1.1" 200 1119 0.058707 10.0.0.240 - - [2026-02-16 02:04:18] "POST /neutron/port HTTP/1.1" 200 1129 0.014318 10.0.0.240 - - [2026-02-16 02:04:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003113 10.0.0.240 - - [2026-02-16 02:04:18] "POST /neutron/subnet HTTP/1.1" 200 708 0.009300 10.0.0.240 - - [2026-02-16 02:04:18] "POST /neutron/port HTTP/1.1" 200 117 0.001163 10.0.0.240 - - [2026-02-16 02:04:18] "POST /neutron/network HTTP/1.1" 200 829 0.009082 10.0.0.240 - - [2026-02-16 02:04:18] "GET /projects?obj_uuids=385347d5-b041-4710-9329-fd66b0d1d34d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001392 10.0.0.240 - - [2026-02-16 02:04:18] "GET /project/385347d5-b041-4710-9329-fd66b0d1d34d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.083349 10.0.0.240 - - [2026-02-16 02:04:18] "POST /neutron/network HTTP/1.1" 200 830 0.007062 10.0.0.240 - - [2026-02-16 02:04:18] "POST /neutron/port HTTP/1.1" 200 1129 0.013844 10.0.0.240 - - [2026-02-16 02:04:18] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005339 10.0.0.240 - - [2026-02-16 02:04:18] "POST /neutron/port HTTP/1.1" 200 117 0.004070 10.0.0.240 - - [2026-02-16 02:04:19] "GET /projects?obj_uuids=385347d5-b041-4710-9329-fd66b0d1d34d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001002 10.0.0.240 - - [2026-02-16 02:04:19] "POST /neutron/router HTTP/1.1" 200 585 0.051086 10.0.0.240 - - [2026-02-16 02:04:19] "POST /neutron/router HTTP/1.1" 200 585 0.002730 10.0.0.240 - - [2026-02-16 02:04:19] "POST /route-targets HTTP/1.1" 200 328 0.016958 10.0.0.240 - - [2026-02-16 02:04:19] "PUT /logical-router/3bff91b2-f90e-4b99-9d7a-8dc5c6392b13 HTTP/1.1" 200 263 0.024653 10.0.0.240 - - [2026-02-16 02:04:19] "POST /neutron/router HTTP/1.1" 200 656 0.031306 10.0.0.240 - - [2026-02-16 02:04:19] "GET /logical-router/3bff91b2-f90e-4b99-9d7a-8dc5c6392b13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.012257 10.0.0.240 - - [2026-02-16 02:04:19] "POST /neutron/router HTTP/1.1" 200 656 0.010822 10.0.0.240 - - [2026-02-16 02:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.001894 10.0.0.240 - - [2026-02-16 02:04:19] "GET /projects?obj_uuids=385347d5-b041-4710-9329-fd66b0d1d34d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001374 10.0.0.240 - - [2026-02-16 02:04:19] "GET /service-template/b145dad1-bf24-42d3-a948-54321c11cb4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.003376 10.0.0.240 - - [2026-02-16 02:04:19] "POST /fqname-to-id HTTP/1.1" 404 215 0.002285 10.0.0.240 - - [2026-02-16 02:04:19] "POST /neutron/router HTTP/1.1" 200 344 0.264016 10.0.0.240 - - [2026-02-16 02:04:19] "POST /useragent-kv HTTP/1.1" 200 115 0.008353 10.0.0.240 - - [2026-02-16 02:04:19] "POST /virtual-networks HTTP/1.1" 200 696 0.124337 10.0.0.240 - - [2026-02-16 02:04:19] "POST /ref-update HTTP/1.1" 200 156 0.015458 10.0.0.240 - - [2026-02-16 02:04:19] "POST /neutron/network HTTP/1.1" 200 840 0.010837 10.0.0.240 - - [2026-02-16 02:04:19] "GET /projects?obj_uuids=385347d5-b041-4710-9329-fd66b0d1d34d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001045 10.0.0.240 - - [2026-02-16 02:04:19] "POST /route-targets HTTP/1.1" 200 328 0.042154 10.0.0.240 - - [2026-02-16 02:04:19] "POST /neutron/port HTTP/1.1" 200 1129 0.043444 10.0.0.240 - - [2026-02-16 02:04:19] "POST /neutron/security_group HTTP/1.1" 200 2002 0.054178 10.0.0.240 - - [2026-02-16 02:04:19] "POST /service-instances HTTP/1.1" 200 672 0.140875 10.0.0.240 - - [2026-02-16 02:04:19] "POST /ref-update HTTP/1.1" 200 156 0.069973 10.0.0.240 - - [2026-02-16 02:04:19] "POST /route-tables HTTP/1.1" 200 584 0.067604 10.0.0.240 - - [2026-02-16 02:04:19] "PUT /logical-router/3bff91b2-f90e-4b99-9d7a-8dc5c6392b13 HTTP/1.1" 200 263 0.030382 10.0.0.240 - - [2026-02-16 02:04:19] "POST /neutron/port HTTP/1.1" 200 1059 0.314079 10.0.0.240 - - [2026-02-16 02:04:19] "POST /neutron/port HTTP/1.1" 200 1059 0.010870 10.0.0.240 - - [2026-02-16 02:04:19] "POST /neutron/port HTTP/1.1" 200 1059 0.009518 10.0.0.240 - - [2026-02-16 02:04:19] "POST /ref-update HTTP/1.1" 200 156 0.029008 10.0.0.240 - - [2026-02-16 02:04:19] "POST /neutron/port HTTP/1.1" 200 1113 0.079806 10.0.0.240 - - [2026-02-16 02:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002239 10.0.0.240 - - [2026-02-16 02:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002113 10.0.0.240 - - [2026-02-16 02:04:19] "POST /neutron/port HTTP/1.1" 200 1123 0.010042 10.0.0.240 - - [2026-02-16 02:04:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002743 10.0.0.240 - - [2026-02-16 02:04:19] "POST /neutron/subnet HTTP/1.1" 200 679 0.006256 10.0.0.240 - - [2026-02-16 02:04:20] "POST /virtual-machines HTTP/1.1" 200 554 0.014652 10.0.0.240 - - [2026-02-16 02:04:20] "POST /neutron/port HTTP/1.1" 200 117 0.001253 10.0.0.240 - - [2026-02-16 02:04:20] "POST /neutron/network HTTP/1.1" 200 830 0.005312 10.0.0.240 - - [2026-02-16 02:04:20] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.078633 10.0.0.240 - - [2026-02-16 02:04:20] "POST /chown HTTP/1.1" 200 109 0.006420 10.0.0.240 - - [2026-02-16 02:04:20] "POST /instance-ips HTTP/1.1" 200 552 0.021729 10.0.0.240 - - [2026-02-16 02:04:20] "POST /instance-ips HTTP/1.1" 400 246 0.022494 10.0.0.240 - - [2026-02-16 02:04:20] "POST /chown HTTP/1.1" 200 109 0.007824 10.0.0.240 - - [2026-02-16 02:04:20] "PUT /virtual-machine-interface/735e74f5-6801-4622-94e5-773fd6d1b967 HTTP/1.1" 200 285 0.008861 10.0.0.240 - - [2026-02-16 02:04:20] "PUT /instance-ip/c21e44cd-d5a6-4fdf-acdc-4b2492c8e1f5 HTTP/1.1" 200 257 0.012993 10.0.0.240 - - [2026-02-16 02:04:20] "POST /ref-update HTTP/1.1" 200 156 0.011315 10.0.0.240 - - [2026-02-16 02:04:20] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.095647 10.0.0.240 - - [2026-02-16 02:04:20] "POST /chown HTTP/1.1" 200 109 0.007466 10.0.0.240 - - [2026-02-16 02:04:20] "POST /instance-ips HTTP/1.1" 200 550 0.031875 10.0.0.240 - - [2026-02-16 02:04:20] "POST /instance-ips HTTP/1.1" 400 316 0.018877 10.0.0.240 - - [2026-02-16 02:04:20] "POST /chown HTTP/1.1" 200 109 0.008976 10.0.0.240 - - [2026-02-16 02:04:20] "PUT /virtual-machine-interface/aa552f91-ce31-4236-80d0-2eaeaa31b10d HTTP/1.1" 200 285 0.008697 10.0.0.240 - - [2026-02-16 02:04:21] "PUT /instance-ip/4488ca9f-07f8-40fb-91e0-7e3a7e906d84 HTTP/1.1" 200 257 0.012004 10.0.0.240 - - [2026-02-16 02:04:21] "POST /ref-update HTTP/1.1" 200 156 0.010293 10.0.0.240 - - [2026-02-16 02:04:21] "POST /ref-update HTTP/1.1" 200 156 0.006981 10.0.0.240 - - [2026-02-16 02:04:21] "PUT /routing-instance/1b10ad2f-0ab1-40cf-81e1-bfb7346a235d HTTP/1.1" 200 267 0.013807 10.0.0.240 - - [2026-02-16 02:04:21] "POST /ref-update HTTP/1.1" 200 156 0.009449 10.0.0.240 - - [2026-02-16 02:04:21] "POST /virtual-machines HTTP/1.1" 200 554 0.011638 10.0.0.240 - - [2026-02-16 02:04:21] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.106445 10.0.0.240 - - [2026-02-16 02:04:21] "POST /chown HTTP/1.1" 200 109 0.006761 10.0.0.240 - - [2026-02-16 02:04:21] "POST /instance-ips HTTP/1.1" 400 246 0.013129 10.0.0.240 - - [2026-02-16 02:04:21] "POST /chown HTTP/1.1" 200 109 0.008596 10.0.0.240 - - [2026-02-16 02:04:21] "PUT /virtual-machine-interface/8f059bf8-ccb8-4f92-91e3-ebfcbb725503 HTTP/1.1" 200 285 0.009248 10.0.0.240 - - [2026-02-16 02:04:21] "PUT /instance-ip/c21e44cd-d5a6-4fdf-acdc-4b2492c8e1f5 HTTP/1.1" 200 257 0.011167 10.0.0.240 - - [2026-02-16 02:04:21] "POST /ref-update HTTP/1.1" 200 156 0.010979 10.0.0.240 - - [2026-02-16 02:04:21] "POST /ref-update HTTP/1.1" 200 156 0.009468 10.0.0.240 - - [2026-02-16 02:04:21] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.080307 10.0.0.240 - - [2026-02-16 02:04:21] "POST /ref-update HTTP/1.1" 200 156 0.013568 10.0.0.240 - - [2026-02-16 02:04:21] "PUT /routing-instance/1b10ad2f-0ab1-40cf-81e1-bfb7346a235d HTTP/1.1" 200 267 0.020311 10.0.0.240 - - [2026-02-16 02:04:21] "POST /chown HTTP/1.1" 200 109 0.007528 10.0.0.240 - - [2026-02-16 02:04:21] "POST /instance-ips HTTP/1.1" 400 316 0.019126 10.0.0.240 - - [2026-02-16 02:04:22] "POST /chown HTTP/1.1" 200 109 0.006855 10.0.0.240 - - [2026-02-16 02:04:22] "PUT /virtual-machine-interface/61639f9b-d856-4a03-8baa-de26e8d2330e HTTP/1.1" 200 285 0.010036 10.0.0.240 - - [2026-02-16 02:04:22] "PUT /instance-ip/4488ca9f-07f8-40fb-91e0-7e3a7e906d84 HTTP/1.1" 200 257 0.014115 10.0.0.240 - - [2026-02-16 02:04:22] "POST /ref-update HTTP/1.1" 200 156 0.011117 10.0.0.240 - - [2026-02-16 02:04:22] "POST /ref-update HTTP/1.1" 200 156 0.009513 10.0.0.240 - - [2026-02-16 02:04:22] "POST /ref-update HTTP/1.1" 200 156 0.009459 10.0.0.240 - - [2026-02-16 02:04:22] "PUT /routing-instance/1b10ad2f-0ab1-40cf-81e1-bfb7346a235d HTTP/1.1" 200 267 0.013887 10.0.0.240 - - [2026-02-16 02:04:23] "GET /obj-perms HTTP/1.1" 200 5075 0.046149 10.0.0.240 - - [2026-02-16 02:04:23] "GET /obj-perms HTTP/1.1" 200 5075 0.045333 10.0.0.240 - - [2026-02-16 02:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.240 - - [2026-02-16 02:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002130 10.0.0.240 - - [2026-02-16 02:04:23] "POST /chown HTTP/1.1" 200 109 0.006285 10.0.0.240 - - [2026-02-16 02:04:23] "POST /instance-ips HTTP/1.1" 400 246 0.019775 10.0.0.240 - - [2026-02-16 02:04:23] "POST /chown HTTP/1.1" 200 109 0.009490 10.0.0.240 - - [2026-02-16 02:04:23] "POST /chown HTTP/1.1" 200 109 0.007213 10.0.0.240 - - [2026-02-16 02:04:23] "POST /instance-ips HTTP/1.1" 400 316 0.013457 10.0.0.240 - - [2026-02-16 02:04:23] "POST /chown HTTP/1.1" 200 109 0.008733 10.0.0.240 - - [2026-02-16 02:04:23] "POST /chown HTTP/1.1" 200 109 0.007227 10.0.0.240 - - [2026-02-16 02:04:23] "POST /instance-ips HTTP/1.1" 400 246 0.014119 10.0.0.240 - - [2026-02-16 02:04:23] "POST /chown HTTP/1.1" 200 109 0.007588 10.0.0.240 - - [2026-02-16 02:04:23] "POST /chown HTTP/1.1" 200 109 0.007134 10.0.0.240 - - [2026-02-16 02:04:24] "POST /instance-ips HTTP/1.1" 400 316 0.091424 10.0.0.240 - - [2026-02-16 02:04:24] "POST /chown HTTP/1.1" 200 109 0.007258 10.0.0.240 - - [2026-02-16 02:04:24] "POST /neutron/port HTTP/1.1" 200 1129 0.010716 10.0.0.240 - - [2026-02-16 02:04:24] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005180 10.0.0.240 - - [2026-02-16 02:04:24] "POST /neutron/port HTTP/1.1" 200 1129 0.010060 10.0.0.240 - - [2026-02-16 02:04:24] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004604 10.0.0.240 - - [2026-02-16 02:04:24] "POST /neutron/port HTTP/1.1" 200 1129 0.011967 10.0.0.240 - - [2026-02-16 02:04:24] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005919 10.0.0.240 - - [2026-02-16 02:04:24] "GET /virtual-machine/bf7a3bf3-28d3-49d5-b260-a9af3fec2ac6 HTTP/1.1" 401 293 0.000422 10.0.0.240 - - [2026-02-16 02:04:25] "GET /virtual-machine/bf7a3bf3-28d3-49d5-b260-a9af3fec2ac6 HTTP/1.1" 200 1298 0.026799 10.0.0.240 - - [2026-02-16 02:04:25] "GET /virtual-machine-interface/965af86a-7190-4239-a01d-8cf353bc0750 HTTP/1.1" 200 2963 0.004123 10.0.0.240 - - [2026-02-16 02:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002422 10.0.0.240 - - [2026-02-16 02:04:25] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003026 10.0.0.240 - - [2026-02-16 02:04:25] "GET /virtual-networks?parent_id=385347d5-b041-4710-9329-fd66b0d1d34d&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003611 10.0.0.240 - - [2026-02-16 02:04:25] "GET /virtual-network/695b4bb2-fdf6-4f55-b59e-d0f1cce1ffa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004912 10.0.0.240 - - [2026-02-16 02:04:27] "POST /neutron/port HTTP/1.1" 200 1129 0.010706 10.0.0.240 - - [2026-02-16 02:04:27] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005315 10.0.0.240 - - [2026-02-16 02:04:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.240 - - [2026-02-16 02:04:28] "GET /virtual-network/695b4bb2-fdf6-4f55-b59e-d0f1cce1ffa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004137 10.0.0.240 - - [2026-02-16 02:04:28] "POST /neutron/port HTTP/1.1" 200 1123 0.010677 10.0.0.240 - - [2026-02-16 02:04:28] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004504 10.0.0.240 - - [2026-02-16 02:04:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002508 10.0.0.240 - - [2026-02-16 02:04:30] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002537 10.0.0.240 - - [2026-02-16 02:04:30] "GET /virtual-networks?parent_id=385347d5-b041-4710-9329-fd66b0d1d34d&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003131 10.0.0.240 - - [2026-02-16 02:04:30] "GET /virtual-network/695b4bb2-fdf6-4f55-b59e-d0f1cce1ffa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004416 10.0.0.240 - - [2026-02-16 02:04:30] "POST /neutron/port HTTP/1.1" 200 1123 0.011252 10.0.0.240 - - [2026-02-16 02:04:30] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005081 10.0.0.240 - - [2026-02-16 02:04:30] "POST /neutron/port HTTP/1.1" 200 1123 0.010577 10.0.0.240 - - [2026-02-16 02:04:30] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004405 10.0.0.240 - - [2026-02-16 02:04:30] "POST /neutron/port HTTP/1.1" 200 1123 0.009340 10.0.0.240 - - [2026-02-16 02:04:30] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004344 10.0.0.240 - - [2026-02-16 02:04:31] "GET /virtual-machine/8b850f81-7d80-4512-b7e1-32a7f2b9ee12 HTTP/1.1" 200 1298 0.003745 10.0.0.240 - - [2026-02-16 02:04:31] "GET /virtual-machine-interface/dfae3581-195e-463a-8fa4-8b94b55bec96 HTTP/1.1" 200 2975 0.003865 10.0.0.240 - - [2026-02-16 02:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002227 10.0.0.240 - - [2026-02-16 02:04:31] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002647 10.0.0.240 - - [2026-02-16 02:04:31] "GET /virtual-networks?parent_id=385347d5-b041-4710-9329-fd66b0d1d34d&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002540 10.0.0.240 - - [2026-02-16 02:04:31] "GET /virtual-network/58449aec-9d25-4f90-8b3a-1c25517b0bc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004866 10.0.0.240 - - [2026-02-16 02:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002595 10.0.0.240 - - [2026-02-16 02:04:32] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002423 10.0.0.240 - - [2026-02-16 02:04:32] "GET /virtual-networks?parent_id=385347d5-b041-4710-9329-fd66b0d1d34d&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002458 10.0.0.240 - - [2026-02-16 02:04:32] "GET /virtual-network/58449aec-9d25-4f90-8b3a-1c25517b0bc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004859 10.0.0.240 - - [2026-02-16 02:04:36] "POST /neutron/router HTTP/1.1" 200 656 0.003551 10.0.0.240 - - [2026-02-16 02:04:36] "POST /ref-update HTTP/1.1" 200 156 0.008794 10.0.0.240 - - [2026-02-16 02:04:36] "POST /neutron/router HTTP/1.1" 200 344 0.081964 10.0.0.240 - - [2026-02-16 02:04:36] "POST /neutron/router HTTP/1.1" 200 656 0.004087 10.0.0.240 - - [2026-02-16 02:04:36] "GET /logical-router/3bff91b2-f90e-4b99-9d7a-8dc5c6392b13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1976 0.003313 10.0.0.240 - - [2026-02-16 02:04:36] "GET /service-instance/83bc5000-00ab-4d49-8409-dd7545880fda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2327 0.003180 10.0.0.240 - - [2026-02-16 02:04:36] "POST /neutron/router HTTP/1.1" 200 151 0.044190 10.0.0.240 - - [2026-02-16 02:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002521 10.0.0.240 - - [2026-02-16 02:04:36] "DELETE /route-target/192d6896-af86-4589-99fc-f9532ae19cf7 HTTP/1.1" 409 240 0.004551 10.0.0.240 - - [2026-02-16 02:04:36] "PUT /logical-router/3bff91b2-f90e-4b99-9d7a-8dc5c6392b13 HTTP/1.1" 404 171 0.002496 10.0.0.240 - - [2026-02-16 02:04:36] "POST /ref-update HTTP/1.1" 200 156 0.011346 10.0.0.240 - - [2026-02-16 02:04:36] "DELETE /route-table/40b64b7b-2e68-412f-9ea8-50f51de6f7dc HTTP/1.1" 200 115 0.031713 10.0.0.240 - - [2026-02-16 02:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002685 10.0.0.240 - - [2026-02-16 02:04:36] "PUT /routing-instance/1b10ad2f-0ab1-40cf-81e1-bfb7346a235d HTTP/1.1" 200 267 0.008421 10.0.0.240 - - [2026-02-16 02:04:36] "GET /virtual-network/006649cb-7e75-44de-8516-585a16dcd65b?fields=instance_ip_back_refs%2Cvirtual_machine_interface_back_refs HTTP/1.1" 200 2311 0.005065 10.0.0.240 - - [2026-02-16 02:04:36] "POST /neutron/network HTTP/1.1" 200 830 0.004485 10.0.0.240 - - [2026-02-16 02:04:36] "POST /neutron/network HTTP/1.1" 400 204 0.036475 10.0.0.240 - - [2026-02-16 02:04:36] "POST /ref-update HTTP/1.1" 200 156 0.011917 10.0.0.240 - - [2026-02-16 02:04:36] "POST /ref-update HTTP/1.1" 200 156 0.008539 10.0.0.240 - - [2026-02-16 02:04:37] "GET /virtual-machine-interface/61639f9b-d856-4a03-8baa-de26e8d2330e?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1663 0.005335 10.0.0.240 - - [2026-02-16 02:04:37] "POST /ref-update HTTP/1.1" 200 156 0.012521 10.0.0.240 - - [2026-02-16 02:04:37] "GET /instance-ip/4488ca9f-07f8-40fb-91e0-7e3a7e906d84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004004 10.0.0.240 - - [2026-02-16 02:04:37] "DELETE /virtual-machine-interface/61639f9b-d856-4a03-8baa-de26e8d2330e HTTP/1.1" 200 115 0.027539 10.0.0.240 - - [2026-02-16 02:04:37] "GET /virtual-machine-interface/aa552f91-ce31-4236-80d0-2eaeaa31b10d?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1663 0.008342 10.0.0.240 - - [2026-02-16 02:04:37] "POST /neutron/port HTTP/1.1" 200 1123 0.010183 10.0.0.240 - - [2026-02-16 02:04:37] "POST /neutron/port HTTP/1.1" 200 1113 0.010826 10.0.0.240 - - [2026-02-16 02:04:37] "POST /ref-update HTTP/1.1" 200 156 0.011350 10.0.0.240 - - [2026-02-16 02:04:37] "GET /instance-ip/4488ca9f-07f8-40fb-91e0-7e3a7e906d84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1761 0.004487 10.0.0.240 - - [2026-02-16 02:04:37] "POST /neutron/port HTTP/1.1" 200 151 0.094748 10.0.0.240 - - [2026-02-16 02:04:37] "POST /neutron/port HTTP/1.1" 200 1129 0.014381 10.0.0.240 - - [2026-02-16 02:04:37] "DELETE /instance-ip/4488ca9f-07f8-40fb-91e0-7e3a7e906d84 HTTP/1.1" 200 115 0.037544 10.0.0.240 - - [2026-02-16 02:04:37] "POST /neutron/port HTTP/1.1" 200 1119 0.010312 10.0.0.240 - - [2026-02-16 02:04:37] "DELETE /virtual-machine-interface/aa552f91-ce31-4236-80d0-2eaeaa31b10d HTTP/1.1" 200 115 0.033904 10.0.0.240 - - [2026-02-16 02:04:37] "DELETE /instance-ip/4488ca9f-07f8-40fb-91e0-7e3a7e906d84 HTTP/1.1" 404 177 0.002424 10.0.0.240 - - [2026-02-16 02:04:37] "POST /neutron/port HTTP/1.1" 200 151 0.097896 10.0.0.240 - - [2026-02-16 02:04:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002010 10.0.0.240 - - [2026-02-16 02:04:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002846 10.0.0.240 - - [2026-02-16 02:04:37] "POST /useragent-kv HTTP/1.1" 200 115 0.001618 10.0.0.240 - - [2026-02-16 02:04:37] "DELETE /virtual-network/006649cb-7e75-44de-8516-585a16dcd65b HTTP/1.1" 200 115 0.067755 10.0.0.240 - - [2026-02-16 02:04:37] "DELETE /route-target/c0da878e-f0e1-4506-8122-e59a7001a32b HTTP/1.1" 200 115 0.017993 10.0.0.240 - - [2026-02-16 02:04:37] "DELETE /service-instance/83bc5000-00ab-4d49-8409-dd7545880fda HTTP/1.1" 200 115 0.025111 10.0.0.240 - - [2026-02-16 02:04:37] "GET /logical-router/3bff91b2-f90e-4b99-9d7a-8dc5c6392b13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002157 10.0.0.240 - - [2026-02-16 02:04:37] "GET /service-instance/83bc5000-00ab-4d49-8409-dd7545880fda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002309 10.0.0.240 - - [2026-02-16 02:04:37] "GET /virtual-machine-interface/735e74f5-6801-4622-94e5-773fd6d1b967?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1666 0.005098 10.0.0.240 - - [2026-02-16 02:04:37] "POST /ref-update HTTP/1.1" 200 156 0.012329 10.0.0.240 - - [2026-02-16 02:04:37] "GET /instance-ip/c21e44cd-d5a6-4fdf-acdc-4b2492c8e1f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004031 10.0.0.240 - - [2026-02-16 02:04:37] "DELETE /virtual-machine-interface/735e74f5-6801-4622-94e5-773fd6d1b967 HTTP/1.1" 200 115 0.029220 10.0.0.240 - - [2026-02-16 02:04:37] "POST /ref-update HTTP/1.1" 200 156 0.008066 10.0.0.240 - - [2026-02-16 02:04:37] "DELETE /virtual-machine/9ca61e00-77f4-4b83-b005-d7d5521a0f97 HTTP/1.1" 200 115 0.016098 10.0.0.240 - - [2026-02-16 02:04:37] "GET /virtual-machine-interface/8f059bf8-ccb8-4f92-91e3-ebfcbb725503?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1667 0.004786 10.0.0.240 - - [2026-02-16 02:04:38] "POST /ref-update HTTP/1.1" 200 156 0.011149 10.0.0.240 - - [2026-02-16 02:04:38] "GET /instance-ip/c21e44cd-d5a6-4fdf-acdc-4b2492c8e1f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1694 0.005450 10.0.0.240 - - [2026-02-16 02:04:38] "DELETE /instance-ip/c21e44cd-d5a6-4fdf-acdc-4b2492c8e1f5 HTTP/1.1" 200 115 0.021440 10.0.0.240 - - [2026-02-16 02:04:38] "DELETE /virtual-machine-interface/8f059bf8-ccb8-4f92-91e3-ebfcbb725503 HTTP/1.1" 200 115 0.023163 10.0.0.240 - - [2026-02-16 02:04:38] "DELETE /virtual-machine/377a23ab-7bfb-4456-8169-3a21fc869a74 HTTP/1.1" 200 115 0.014286 10.0.0.240 - - [2026-02-16 02:04:38] "POST /neutron/network HTTP/1.1" 200 830 0.005424 10.0.0.240 - - [2026-02-16 02:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.240 - - [2026-02-16 02:04:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002547 10.0.0.240 - - [2026-02-16 02:04:39] "POST /useragent-kv HTTP/1.1" 200 115 0.001514 10.0.0.240 - - [2026-02-16 02:04:39] "POST /neutron/network HTTP/1.1" 200 151 0.069058 10.0.0.240 - - [2026-02-16 02:04:39] "DELETE /route-target/24747c93-a4b0-4b1c-8c29-ffdbfaa6e1b5 HTTP/1.1" 200 115 0.018213 10.0.0.240 - - [2026-02-16 02:04:39] "POST /neutron/network HTTP/1.1" 200 829 0.006102 10.0.0.240 - - [2026-02-16 02:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.240 - - [2026-02-16 02:04:39] "POST /useragent-kv HTTP/1.1" 200 115 0.001684 10.0.0.240 - - [2026-02-16 02:04:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002856 10.0.0.240 - - [2026-02-16 02:04:39] "POST /neutron/network HTTP/1.1" 200 151 0.069858 10.0.0.240 - - [2026-02-16 02:04:39] "DELETE /route-target/008ee97e-6084-4eb6-af15-ad81af1b4db2 HTTP/1.1" 200 115 0.014223 10.0.0.240 - - [2026-02-16 02:04:39] "GET /projects?obj_uuids=385347d5-b041-4710-9329-fd66b0d1d34d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001196 10.0.0.240 - - [2026-02-16 02:04:39] "GET /project/385347d5-b041-4710-9329-fd66b0d1d34d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.022194 10.0.0.240 - - [2026-02-16 02:04:39] "GET /projects?obj_uuids=385347d5-b041-4710-9329-fd66b0d1d34d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000950 10.0.0.240 - - [2026-02-16 02:04:39] "GET /project/385347d5-b041-4710-9329-fd66b0d1d34d?fields=virtual_networks HTTP/1.1" 200 1039 0.064133 10.0.0.240 - - [2026-02-16 02:04:39] "GET /projects?obj_uuids=385347d5-b041-4710-9329-fd66b0d1d34d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000979 10.0.0.240 - - [2026-02-16 02:04:39] "GET /project/385347d5-b041-4710-9329-fd66b0d1d34d?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.020562 10.0.0.240 - - [2026-02-16 02:04:39] "GET /projects?obj_uuids=385347d5-b041-4710-9329-fd66b0d1d34d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001017 10.0.0.240 - - [2026-02-16 02:04:39] "GET /project/385347d5-b041-4710-9329-fd66b0d1d34d?fields=security_groups HTTP/1.1" 200 1269 0.019681 10.0.0.240 - - [2026-02-16 02:04:40] "POST /fqname-to-id HTTP/1.1" 404 196 0.023680 10.0.0.240 - - [2026-02-16 02:04:40] "GET /projects?obj_uuids=20fd2d65-ea84-4069-bbb8-58e7b9ae3451&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001951 10.0.0.240 - - [2026-02-16 02:04:40] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001244 10.0.0.240 - - [2026-02-16 02:04:40] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006398 10.0.0.240 - - [2026-02-16 02:04:40] "POST /id-to-fqname HTTP/1.1" 200 198 0.002673 10.0.0.240 - - [2026-02-16 02:04:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.002089 10.0.0.240 - - [2026-02-16 02:04:40] "POST /security-groups HTTP/1.1" 200 599 0.057063 10.0.0.240 - - [2026-02-16 02:04:40] "POST /fqname-to-id HTTP/1.1" 404 242 0.002188 10.0.0.240 - - [2026-02-16 02:04:40] "POST /projects HTTP/1.1" 200 601 0.202541 10.0.0.240 - - [2026-02-16 02:04:40] "POST /access-control-lists HTTP/1.1" 200 606 0.057047 10.0.0.240 - - [2026-02-16 02:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.269070 10.0.0.240 - - [2026-02-16 02:04:40] "POST /fqname-to-id HTTP/1.1" 404 241 0.002462 10.0.0.240 - - [2026-02-16 02:04:40] "GET /project/20fd2d65-ea84-4069-bbb8-58e7b9ae3451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.389178 10.0.0.240 - - [2026-02-16 02:04:40] "POST /access-control-lists HTTP/1.1" 200 604 0.056410 10.0.0.240 - - [2026-02-16 02:04:41] "GET / HTTP/1.1" 200 36215 0.001920 10.0.0.240 - - [2026-02-16 02:04:42] "POST /fqname-to-id HTTP/1.1" 401 293 0.000411 10.0.0.240 - - [2026-02-16 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.052323 10.0.0.240 - - [2026-02-16 02:04:42] "GET /projects?obj_uuids=20fd2d65-ea84-4069-bbb8-58e7b9ae3451&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000898 10.0.0.240 - - [2026-02-16 02:04:42] "GET /project/20fd2d65-ea84-4069-bbb8-58e7b9ae3451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.017846 10.0.0.240 - - [2026-02-16 02:04:42] "POST /neutron/network HTTP/1.1" 200 117 0.028143 10.0.0.240 - - [2026-02-16 02:04:42] "GET /projects?obj_uuids=20fd2d65-ea84-4069-bbb8-58e7b9ae3451&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001220 10.0.0.240 - - [2026-02-16 02:04:43] "POST /neutron/network HTTP/1.1" 200 613 0.056169 10.0.0.240 - - [2026-02-16 02:04:43] "POST /route-targets HTTP/1.1" 200 328 0.009737 10.0.0.240 - - [2026-02-16 02:04:43] "POST /ref-update HTTP/1.1" 200 156 0.012371 10.0.0.240 - - [2026-02-16 02:04:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002059 10.0.0.240 - - [2026-02-16 02:04:43] "POST /neutron/subnet HTTP/1.1" 200 710 0.145013 10.0.0.240 - - [2026-02-16 02:04:43] "POST /fqname-to-id HTTP/1.1" 401 293 0.000565 10.0.0.240 - - [2026-02-16 02:04:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001887 10.0.0.240 - - [2026-02-16 02:04:43] "POST /neutron/subnet HTTP/1.1" 200 828 0.157019 10.0.0.240 - - [2026-02-16 02:04:43] "POST /neutron/network HTTP/1.1" 200 1003 0.006008 10.0.0.240 - - [2026-02-16 02:04:43] "POST /id-to-fqname HTTP/1.1" 200 228 0.000987 10.0.0.240 - - [2026-02-16 02:04:43] "GET /virtual-network/354b4edc-8890-46a2-aa39-e9f037f7c0d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.003845 10.0.0.240 - - [2026-02-16 02:04:43] "POST /neutron/network HTTP/1.1" 200 1003 0.006798 10.0.0.240 - - [2026-02-16 02:04:43] "GET /virtual-network/354b4edc-8890-46a2-aa39-e9f037f7c0d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.003843 10.0.0.240 - - [2026-02-16 02:04:43] "POST /neutron/network HTTP/1.1" 200 1003 0.006675 10.0.0.240 - - [2026-02-16 02:04:43] "POST /neutron/subnet HTTP/1.1" 200 710 0.005088 10.0.0.240 - - [2026-02-16 02:04:43] "POST /neutron/subnet HTTP/1.1" 200 828 0.004872 10.0.0.240 - - [2026-02-16 02:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.001805 10.0.0.240 - - [2026-02-16 02:04:43] "GET /projects?obj_uuids=20fd2d65-ea84-4069-bbb8-58e7b9ae3451&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001133 10.0.0.240 - - [2026-02-16 02:04:43] "GET /project/20fd2d65-ea84-4069-bbb8-58e7b9ae3451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.021885 10.0.0.240 - - [2026-02-16 02:04:43] "POST /neutron/network HTTP/1.1" 200 117 0.008313 10.0.0.240 - - [2026-02-16 02:04:43] "GET /projects?obj_uuids=20fd2d65-ea84-4069-bbb8-58e7b9ae3451&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000951 10.0.0.240 - - [2026-02-16 02:04:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.025311 10.0.0.240 - - [2026-02-16 02:04:43] "POST /neutron/network HTTP/1.1" 200 613 0.055241 10.0.0.240 - - [2026-02-16 02:04:43] "POST /route-targets HTTP/1.1" 200 328 0.009043 10.0.0.240 - - [2026-02-16 02:04:43] "POST /ref-update HTTP/1.1" 200 156 0.022259 10.0.0.240 - - [2026-02-16 02:04:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003942 10.0.0.240 - - [2026-02-16 02:04:43] "POST /neutron/subnet HTTP/1.1" 200 725 0.125108 10.0.0.240 - - [2026-02-16 02:04:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.002039 10.0.0.240 - - [2026-02-16 02:04:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003873 10.0.0.240 - - [2026-02-16 02:04:44] "POST /neutron/subnet HTTP/1.1" 200 828 0.188734 10.0.0.240 - - [2026-02-16 02:04:44] "POST /neutron/network HTTP/1.1" 200 1006 0.005511 10.0.0.240 - - [2026-02-16 02:04:44] "POST /id-to-fqname HTTP/1.1" 200 228 0.001092 10.0.0.240 - - [2026-02-16 02:04:44] "GET /virtual-network/bdaf661e-e46c-4779-88c0-bd6614fb0c17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.003936 10.0.0.240 - - [2026-02-16 02:04:44] "POST /neutron/network HTTP/1.1" 200 1006 0.006532 10.0.0.240 - - [2026-02-16 02:04:44] "GET /virtual-network/bdaf661e-e46c-4779-88c0-bd6614fb0c17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.003969 10.0.0.240 - - [2026-02-16 02:04:44] "POST /neutron/network HTTP/1.1" 200 1006 0.005728 10.0.0.240 - - [2026-02-16 02:04:44] "POST /neutron/subnet HTTP/1.1" 200 725 0.005387 10.0.0.240 - - [2026-02-16 02:04:44] "POST /neutron/subnet HTTP/1.1" 200 828 0.005828 10.0.0.240 - - [2026-02-16 02:04:44] "POST /fqname-to-id HTTP/1.1" 404 234 0.001651 10.0.0.240 - - [2026-02-16 02:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.001708 10.0.0.240 - - [2026-02-16 02:04:44] "GET /projects?obj_uuids=20fd2d65-ea84-4069-bbb8-58e7b9ae3451&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000874 10.0.0.240 - - [2026-02-16 02:04:44] "GET /project/20fd2d65-ea84-4069-bbb8-58e7b9ae3451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.020892 10.0.0.240 - - [2026-02-16 02:04:44] "POST /network-policys HTTP/1.1" 200 579 0.060202 10.0.0.240 - - [2026-02-16 02:04:44] "GET /network-policy/895c33e4-ce51-419a-9463-c13e3e9acbb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.005000 10.0.0.240 - - [2026-02-16 02:04:44] "POST /neutron/network HTTP/1.1" 200 1003 0.006680 10.0.0.240 - - [2026-02-16 02:04:44] "POST /fqname-to-id HTTP/1.1" 404 242 0.003829 10.0.0.240 - - [2026-02-16 02:04:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.004611 10.0.0.240 - - [2026-02-16 02:04:44] "POST /neutron/network HTTP/1.1" 200 1111 0.050426 10.0.0.240 - - [2026-02-16 02:04:44] "POST /access-control-lists HTTP/1.1" 200 598 0.065558 10.0.0.240 - - [2026-02-16 02:04:44] "POST /neutron/network HTTP/1.1" 200 1111 0.039482 10.0.0.240 - - [2026-02-16 02:04:44] "GET /virtual-network/354b4edc-8890-46a2-aa39-e9f037f7c0d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006290 10.0.0.240 - - [2026-02-16 02:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002204 10.0.0.240 - - [2026-02-16 02:04:44] "GET /network-policy/895c33e4-ce51-419a-9463-c13e3e9acbb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.003047 10.0.0.240 - - [2026-02-16 02:04:44] "POST /neutron/network HTTP/1.1" 200 1006 0.007694 10.0.0.240 - - [2026-02-16 02:04:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.005646 10.0.0.240 - - [2026-02-16 02:04:44] "PUT /access-control-list/99473594-83da-4a09-bdd1-70f335c4f395 HTTP/1.1" 200 273 0.057689 10.0.0.240 - - [2026-02-16 02:04:44] "POST /neutron/network HTTP/1.1" 200 1114 0.083968 10.0.0.240 - - [2026-02-16 02:04:44] "POST /fqname-to-id HTTP/1.1" 404 242 0.004376 10.0.0.240 - - [2026-02-16 02:04:44] "POST /neutron/network HTTP/1.1" 200 1114 0.006288 10.0.0.240 - - [2026-02-16 02:04:44] "GET /virtual-network/bdaf661e-e46c-4779-88c0-bd6614fb0c17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004366 10.0.0.240 - - [2026-02-16 02:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002755 10.0.0.240 - - [2026-02-16 02:04:44] "GET /network-policy/895c33e4-ce51-419a-9463-c13e3e9acbb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.033027 10.0.0.240 - - [2026-02-16 02:04:44] "POST /access-control-lists HTTP/1.1" 200 598 0.062326 10.0.0.240 - - [2026-02-16 02:04:44] "GET /domains HTTP/1.1" 401 293 0.000380 10.0.0.240 - - [2026-02-16 02:04:44] "POST /ref-update HTTP/1.1" 200 156 0.008936 10.0.0.240 - - [2026-02-16 02:04:45] "GET /domains HTTP/1.1" 200 281 0.022542 10.0.0.240 - - [2026-02-16 02:04:45] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000845 10.0.0.240 - - [2026-02-16 02:04:45] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2781 0.006447 10.0.0.240 - - [2026-02-16 02:04:45] "GET /projects?obj_uuids=20fd2d65-ea84-4069-bbb8-58e7b9ae3451&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000908 10.0.0.240 - - [2026-02-16 02:04:45] "GET /project/20fd2d65-ea84-4069-bbb8-58e7b9ae3451 HTTP/1.1" 200 2632 0.070865 10.0.0.240 - - [2026-02-16 02:04:45] "GET /virtual-network/354b4edc-8890-46a2-aa39-e9f037f7c0d1 HTTP/1.1" 200 3502 0.004985 10.0.0.240 - - [2026-02-16 02:04:45] "GET /virtual-network/354b4edc-8890-46a2-aa39-e9f037f7c0d1 HTTP/1.1" 200 3502 0.004159 10.0.0.240 - - [2026-02-16 02:04:45] "GET /routing-instance/5525e0c6-238c-4951-92a0-fce46918152f HTTP/1.1" 200 1799 0.002611 10.0.0.240 - - [2026-02-16 02:04:45] "GET /routing-instance/5525e0c6-238c-4951-92a0-fce46918152f HTTP/1.1" 200 1799 0.002341 10.0.0.240 - - [2026-02-16 02:04:45] "GET /route-target/d70aaa28-698a-400b-b8c6-e971a2fbb7c4 HTTP/1.1" 200 1215 0.002209 10.0.0.240 - - [2026-02-16 02:04:45] "GET /virtual-network/354b4edc-8890-46a2-aa39-e9f037f7c0d1 HTTP/1.1" 200 3502 0.003731 10.0.0.240 - - [2026-02-16 02:04:45] "GET /routing-instance/5525e0c6-238c-4951-92a0-fce46918152f HTTP/1.1" 200 1799 0.002644 10.0.0.240 - - [2026-02-16 02:04:45] "GET /virtual-network/354b4edc-8890-46a2-aa39-e9f037f7c0d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.003574 10.0.0.240 - - [2026-02-16 02:04:45] "GET /virtual-network/354b4edc-8890-46a2-aa39-e9f037f7c0d1 HTTP/1.1" 200 3502 0.003539 10.0.0.240 - - [2026-02-16 02:04:45] "GET /routing-instance/5525e0c6-238c-4951-92a0-fce46918152f HTTP/1.1" 200 1799 0.002400 10.0.0.240 - - [2026-02-16 02:04:45] "GET /routing-instance/5525e0c6-238c-4951-92a0-fce46918152f HTTP/1.1" 200 1799 0.002597 10.0.0.240 - - [2026-02-16 02:04:45] "GET /route-target/d70aaa28-698a-400b-b8c6-e971a2fbb7c4 HTTP/1.1" 200 1215 0.002207 10.0.0.240 - - [2026-02-16 02:04:45] "GET /domains HTTP/1.1" 200 281 0.002082 10.0.0.240 - - [2026-02-16 02:04:45] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000815 10.0.0.240 - - [2026-02-16 02:04:45] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2781 0.005637 10.0.0.240 - - [2026-02-16 02:04:45] "GET /projects?obj_uuids=20fd2d65-ea84-4069-bbb8-58e7b9ae3451&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000782 10.0.0.240 - - [2026-02-16 02:04:45] "GET /project/20fd2d65-ea84-4069-bbb8-58e7b9ae3451 HTTP/1.1" 200 2632 0.061304 10.0.0.240 - - [2026-02-16 02:04:45] "GET /virtual-network/354b4edc-8890-46a2-aa39-e9f037f7c0d1 HTTP/1.1" 200 3502 0.004647 10.0.0.240 - - [2026-02-16 02:04:45] "GET /obj-perms HTTP/1.1" 200 5065 0.050509 10.0.0.240 - - [2026-02-16 02:04:45] "GET /domains HTTP/1.1" 200 281 0.002326 10.0.0.240 - - [2026-02-16 02:04:45] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001379 10.0.0.240 - - [2026-02-16 02:04:45] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2781 0.006913 10.0.0.240 - - [2026-02-16 02:04:45] "GET /projects?obj_uuids=20fd2d65-ea84-4069-bbb8-58e7b9ae3451&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000828 10.0.0.240 - - [2026-02-16 02:04:45] "GET /project/20fd2d65-ea84-4069-bbb8-58e7b9ae3451 HTTP/1.1" 200 2632 0.064001 10.0.0.240 - - [2026-02-16 02:04:46] "GET /virtual-network/bdaf661e-e46c-4779-88c0-bd6614fb0c17 HTTP/1.1" 200 3511 0.006193 10.0.0.240 - - [2026-02-16 02:04:46] "GET /virtual-network/bdaf661e-e46c-4779-88c0-bd6614fb0c17 HTTP/1.1" 200 3511 0.004185 10.0.0.240 - - [2026-02-16 02:04:46] "GET /routing-instance/f4cff9d3-6f6d-4b3e-8f0b-f8a5350c0548 HTTP/1.1" 200 1800 0.003171 10.0.0.240 - - [2026-02-16 02:04:46] "GET /routing-instance/f4cff9d3-6f6d-4b3e-8f0b-f8a5350c0548 HTTP/1.1" 200 1800 0.002802 10.0.0.240 - - [2026-02-16 02:04:46] "GET /route-target/78d680b2-87ae-4861-82f1-5fdfb12f1601 HTTP/1.1" 200 1213 0.002740 10.0.0.240 - - [2026-02-16 02:04:46] "GET /virtual-network/bdaf661e-e46c-4779-88c0-bd6614fb0c17 HTTP/1.1" 200 3511 0.003705 10.0.0.240 - - [2026-02-16 02:04:46] "GET /routing-instance/f4cff9d3-6f6d-4b3e-8f0b-f8a5350c0548 HTTP/1.1" 200 1800 0.002596 10.0.0.240 - - [2026-02-16 02:04:46] "GET /virtual-network/bdaf661e-e46c-4779-88c0-bd6614fb0c17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.003808 10.0.0.240 - - [2026-02-16 02:04:46] "GET /virtual-network/bdaf661e-e46c-4779-88c0-bd6614fb0c17 HTTP/1.1" 200 3511 0.003629 10.0.0.240 - - [2026-02-16 02:04:46] "GET /routing-instance/f4cff9d3-6f6d-4b3e-8f0b-f8a5350c0548 HTTP/1.1" 200 1800 0.002962 10.0.0.240 - - [2026-02-16 02:04:46] "GET /routing-instance/f4cff9d3-6f6d-4b3e-8f0b-f8a5350c0548 HTTP/1.1" 200 1800 0.002792 10.0.0.240 - - [2026-02-16 02:04:46] "GET /route-target/78d680b2-87ae-4861-82f1-5fdfb12f1601 HTTP/1.1" 200 1213 0.002284 10.0.0.240 - - [2026-02-16 02:04:46] "GET /domains HTTP/1.1" 200 281 0.002540 10.0.0.240 - - [2026-02-16 02:04:46] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000876 10.0.0.240 - - [2026-02-16 02:04:46] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2781 0.005778 10.0.0.240 - - [2026-02-16 02:04:46] "GET /projects?obj_uuids=20fd2d65-ea84-4069-bbb8-58e7b9ae3451&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000836 10.0.0.240 - - [2026-02-16 02:04:46] "GET /project/20fd2d65-ea84-4069-bbb8-58e7b9ae3451 HTTP/1.1" 200 2632 0.064467 10.0.0.240 - - [2026-02-16 02:04:46] "GET /virtual-network/bdaf661e-e46c-4779-88c0-bd6614fb0c17 HTTP/1.1" 200 3511 0.003892 10.0.0.240 - - [2026-02-16 02:04:46] "GET /obj-perms HTTP/1.1" 200 5065 0.002590 10.0.0.240 - - [2026-02-16 02:04:46] "GET /virtual-network/bdaf661e-e46c-4779-88c0-bd6614fb0c17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.007056 10.0.0.240 - - [2026-02-16 02:04:46] "POST /neutron/network HTTP/1.1" 200 1114 0.008380 10.0.0.240 - - [2026-02-16 02:04:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.002399 10.0.0.240 - - [2026-02-16 02:04:46] "POST /neutron/network HTTP/1.1" 200 1006 0.037567 10.0.0.240 - - [2026-02-16 02:04:46] "DELETE /access-control-list/a22e55fd-2ffc-4544-b576-29afc7963555 HTTP/1.1" 200 115 0.027069 10.0.0.240 - - [2026-02-16 02:04:46] "POST /neutron/network HTTP/1.1" 200 1006 0.007795 10.0.0.240 - - [2026-02-16 02:04:46] "POST /ref-update HTTP/1.1" 200 156 0.013145 10.0.0.240 - - [2026-02-16 02:04:46] "GET /virtual-network/bdaf661e-e46c-4779-88c0-bd6614fb0c17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006952 10.0.0.240 - - [2026-02-16 02:04:46] "GET /virtual-network/354b4edc-8890-46a2-aa39-e9f037f7c0d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.004631 10.0.0.240 - - [2026-02-16 02:04:46] "POST /neutron/network HTTP/1.1" 200 1111 0.008397 10.0.0.240 - - [2026-02-16 02:04:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.003710 10.0.0.240 - - [2026-02-16 02:04:46] "POST /neutron/network HTTP/1.1" 200 1003 0.039346 10.0.0.240 - - [2026-02-16 02:04:46] "DELETE /access-control-list/99473594-83da-4a09-bdd1-70f335c4f395 HTTP/1.1" 200 115 0.028176 10.0.0.240 - - [2026-02-16 02:04:46] "POST /neutron/network HTTP/1.1" 200 1003 0.009182 10.0.0.240 - - [2026-02-16 02:04:46] "POST /ref-update HTTP/1.1" 200 156 0.011369 10.0.0.240 - - [2026-02-16 02:04:46] "GET /virtual-network/354b4edc-8890-46a2-aa39-e9f037f7c0d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006488 10.0.0.240 - - [2026-02-16 02:04:46] "DELETE /network-policy/895c33e4-ce51-419a-9463-c13e3e9acbb3 HTTP/1.1" 200 115 0.026818 10.0.0.240 - - [2026-02-16 02:04:46] "POST /neutron/network HTTP/1.1" 200 1006 0.009504 10.0.0.240 - - [2026-02-16 02:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.240 - - [2026-02-16 02:04:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002464 10.0.0.240 - - [2026-02-16 02:04:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002671 10.0.0.240 - - [2026-02-16 02:04:46] "POST /useragent-kv HTTP/1.1" 200 115 0.001321 10.0.0.240 - - [2026-02-16 02:04:46] "POST /useragent-kv HTTP/1.1" 200 115 0.001297 10.0.0.240 - - [2026-02-16 02:04:46] "POST /neutron/network HTTP/1.1" 200 151 0.080979 10.0.0.240 - - [2026-02-16 02:04:46] "DELETE /route-target/78d680b2-87ae-4861-82f1-5fdfb12f1601 HTTP/1.1" 200 115 0.025373 10.0.0.240 - - [2026-02-16 02:04:46] "GET /routing-instance/f4cff9d3-6f6d-4b3e-8f0b-f8a5350c0548 HTTP/1.1" 404 171 0.001967 10.0.0.240 - - [2026-02-16 02:04:46] "GET /domains HTTP/1.1" 200 281 0.001763 10.0.0.240 - - [2026-02-16 02:04:46] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000888 10.0.0.240 - - [2026-02-16 02:04:46] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2781 0.052541 10.0.0.240 - - [2026-02-16 02:04:46] "GET /projects?obj_uuids=20fd2d65-ea84-4069-bbb8-58e7b9ae3451&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000877 10.0.0.240 - - [2026-02-16 02:04:46] "GET /project/20fd2d65-ea84-4069-bbb8-58e7b9ae3451 HTTP/1.1" 200 2150 0.120973 10.0.0.240 - - [2026-02-16 02:04:46] "POST /neutron/network HTTP/1.1" 200 1003 0.006055 10.0.0.240 - - [2026-02-16 02:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.240 - - [2026-02-16 02:04:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002879 10.0.0.240 - - [2026-02-16 02:04:46] "POST /useragent-kv HTTP/1.1" 200 115 0.001293 10.0.0.240 - - [2026-02-16 02:04:46] "POST /useragent-kv HTTP/1.1" 200 115 0.001445 10.0.0.240 - - [2026-02-16 02:04:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003023 10.0.0.240 - - [2026-02-16 02:04:46] "POST /neutron/network HTTP/1.1" 200 151 0.094278 10.0.0.240 - - [2026-02-16 02:04:46] "DELETE /route-target/d70aaa28-698a-400b-b8c6-e971a2fbb7c4 HTTP/1.1" 200 115 0.027323 10.0.0.240 - - [2026-02-16 02:04:46] "GET /routing-instance/5525e0c6-238c-4951-92a0-fce46918152f HTTP/1.1" 404 171 0.002038 10.0.0.240 - - [2026-02-16 02:04:46] "GET /domains HTTP/1.1" 200 281 0.003612 10.0.0.240 - - [2026-02-16 02:04:46] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000740 10.0.0.240 - - [2026-02-16 02:04:46] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2781 0.047029 10.0.0.240 - - [2026-02-16 02:04:46] "GET /projects?obj_uuids=20fd2d65-ea84-4069-bbb8-58e7b9ae3451&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000844 10.0.0.240 - - [2026-02-16 02:04:47] "GET /project/20fd2d65-ea84-4069-bbb8-58e7b9ae3451 HTTP/1.1" 200 1904 0.065535 10.0.0.240 - - [2026-02-16 02:04:47] "GET /projects?obj_uuids=20fd2d65-ea84-4069-bbb8-58e7b9ae3451&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001045 10.0.0.240 - - [2026-02-16 02:04:47] "GET /project/20fd2d65-ea84-4069-bbb8-58e7b9ae3451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.024786 10.0.0.240 - - [2026-02-16 02:04:47] "GET /projects?obj_uuids=20fd2d65-ea84-4069-bbb8-58e7b9ae3451&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001321 10.0.0.240 - - [2026-02-16 02:04:47] "GET /project/20fd2d65-ea84-4069-bbb8-58e7b9ae3451?fields=virtual_networks HTTP/1.1" 200 1049 0.064510 10.0.0.240 - - [2026-02-16 02:04:47] "GET /projects?obj_uuids=20fd2d65-ea84-4069-bbb8-58e7b9ae3451&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000953 10.0.0.240 - - [2026-02-16 02:04:47] "GET /project/20fd2d65-ea84-4069-bbb8-58e7b9ae3451?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.020985 10.0.0.240 - - [2026-02-16 02:04:47] "GET /projects?obj_uuids=20fd2d65-ea84-4069-bbb8-58e7b9ae3451&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000909 10.0.0.240 - - [2026-02-16 02:04:47] "GET /project/20fd2d65-ea84-4069-bbb8-58e7b9ae3451?fields=security_groups HTTP/1.1" 200 1284 0.020323 10.0.0.240 - - [2026-02-16 02:04:48] "POST /fqname-to-id HTTP/1.1" 404 204 0.022426 10.0.0.240 - - [2026-02-16 02:04:48] "GET /projects?obj_uuids=36ef8c45-be98-4eb8-bb77-9f20037edbaf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002019 10.0.0.240 - - [2026-02-16 02:04:48] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001070 10.0.0.240 - - [2026-02-16 02:04:48] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005569 10.0.0.240 - - [2026-02-16 02:04:48] "POST /id-to-fqname HTTP/1.1" 200 206 0.001286 10.0.0.240 - - [2026-02-16 02:04:48] "POST /fqname-to-id HTTP/1.1" 404 215 0.002830 10.0.0.240 - - [2026-02-16 02:04:48] "POST /security-groups HTTP/1.1" 200 607 0.060174 10.0.0.240 - - [2026-02-16 02:04:48] "POST /fqname-to-id HTTP/1.1" 404 250 0.002427 10.0.0.240 - - [2026-02-16 02:04:48] "POST /projects HTTP/1.1" 200 617 0.199092 10.0.0.240 - - [2026-02-16 02:04:48] "POST /access-control-lists HTTP/1.1" 200 614 0.053999 10.0.0.240 - - [2026-02-16 02:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.269935 10.0.0.240 - - [2026-02-16 02:04:48] "POST /fqname-to-id HTTP/1.1" 404 249 0.002290 10.0.0.240 - - [2026-02-16 02:04:48] "GET /project/36ef8c45-be98-4eb8-bb77-9f20037edbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.376905 10.0.0.240 - - [2026-02-16 02:04:48] "POST /access-control-lists HTTP/1.1" 200 612 0.057012 10.0.0.240 - - [2026-02-16 02:04:49] "GET / HTTP/1.1" 200 36215 0.001837 10.0.0.240 - - [2026-02-16 02:04:50] "POST /fqname-to-id HTTP/1.1" 401 293 0.000510 10.0.0.240 - - [2026-02-16 02:04:51] "POST /fqname-to-id HTTP/1.1" 404 233 0.050026 10.0.0.240 - - [2026-02-16 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002038 10.0.0.240 - - [2026-02-16 02:04:51] "GET /projects?obj_uuids=36ef8c45-be98-4eb8-bb77-9f20037edbaf&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000927 10.0.0.240 - - [2026-02-16 02:04:51] "GET /project/36ef8c45-be98-4eb8-bb77-9f20037edbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.027195 10.0.0.240 - - [2026-02-16 02:04:51] "POST /network-policys HTTP/1.1" 200 569 0.060415 10.0.0.240 - - [2026-02-16 02:04:51] "GET /network-policy/70c3a8e1-a9d9-4e0e-9498-0095aae75c4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.004921 10.0.0.240 - - [2026-02-16 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002771 10.0.0.240 - - [2026-02-16 02:04:51] "GET /projects?obj_uuids=36ef8c45-be98-4eb8-bb77-9f20037edbaf&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000931 10.0.0.240 - - [2026-02-16 02:04:51] "GET /project/36ef8c45-be98-4eb8-bb77-9f20037edbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.024317 10.0.0.240 - - [2026-02-16 02:04:51] "POST /neutron/network HTTP/1.1" 200 117 0.028879 10.0.0.240 - - [2026-02-16 02:04:51] "GET /projects?obj_uuids=36ef8c45-be98-4eb8-bb77-9f20037edbaf&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001013 10.0.0.240 - - [2026-02-16 02:04:51] "POST /neutron/network HTTP/1.1" 200 623 0.051458 10.0.0.240 - - [2026-02-16 02:04:51] "POST /route-targets HTTP/1.1" 200 328 0.009164 10.0.0.240 - - [2026-02-16 02:04:51] "POST /ref-update HTTP/1.1" 200 156 0.009516 10.0.0.240 - - [2026-02-16 02:04:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003897 10.0.0.240 - - [2026-02-16 02:04:51] "POST /neutron/subnet HTTP/1.1" 200 729 0.148099 10.0.0.240 - - [2026-02-16 02:04:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.003679 10.0.0.240 - - [2026-02-16 02:04:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002103 10.0.0.240 - - [2026-02-16 02:04:51] "POST /neutron/subnet HTTP/1.1" 200 828 0.118376 10.0.0.240 - - [2026-02-16 02:04:51] "POST /neutron/network HTTP/1.1" 200 1017 0.006073 10.0.0.240 - - [2026-02-16 02:04:51] "POST /id-to-fqname HTTP/1.1" 200 237 0.000948 10.0.0.240 - - [2026-02-16 02:04:51] "GET /virtual-network/66dcb919-eb71-4a59-9175-b638fd0dec6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2664 0.003743 10.0.0.240 - - [2026-02-16 02:04:51] "POST /neutron/network HTTP/1.1" 200 1017 0.006180 10.0.0.240 - - [2026-02-16 02:04:51] "GET /virtual-network/66dcb919-eb71-4a59-9175-b638fd0dec6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2664 0.004019 10.0.0.240 - - [2026-02-16 02:04:51] "POST /neutron/network HTTP/1.1" 200 1017 0.006932 10.0.0.240 - - [2026-02-16 02:04:52] "POST /neutron/subnet HTTP/1.1" 200 729 0.006444 10.0.0.240 - - [2026-02-16 02:04:52] "POST /neutron/subnet HTTP/1.1" 200 828 0.005816 10.0.0.240 - - [2026-02-16 02:04:52] "POST /neutron/network HTTP/1.1" 200 1017 0.006427 10.0.0.240 - - [2026-02-16 02:04:52] "POST /fqname-to-id HTTP/1.1" 404 252 0.002726 10.0.0.240 - - [2026-02-16 02:04:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.001598 10.0.0.240 - - [2026-02-16 02:04:52] "POST /neutron/network HTTP/1.1" 200 1124 0.035796 10.0.0.240 - - [2026-02-16 02:04:52] "POST /access-control-lists HTTP/1.1" 200 609 0.063505 10.0.0.240 - - [2026-02-16 02:04:52] "POST /neutron/network HTTP/1.1" 200 1124 0.043318 10.0.0.240 - - [2026-02-16 02:04:52] "GET /virtual-network/66dcb919-eb71-4a59-9175-b638fd0dec6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2988 0.004715 10.0.0.240 - - [2026-02-16 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002225 10.0.0.240 - - [2026-02-16 02:04:52] "GET /network-policy/70c3a8e1-a9d9-4e0e-9498-0095aae75c4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.003178 10.0.0.240 - - [2026-02-16 02:04:52] "GET /domains HTTP/1.1" 401 293 0.000416 10.0.0.240 - - [2026-02-16 02:04:52] "GET /domains HTTP/1.1" 200 281 0.071353 10.0.0.240 - - [2026-02-16 02:04:52] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001355 10.0.0.240 - - [2026-02-16 02:04:52] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2984 0.007995 10.0.0.240 - - [2026-02-16 02:04:52] "GET /projects?obj_uuids=36ef8c45-be98-4eb8-bb77-9f20037edbaf&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000907 10.0.0.240 - - [2026-02-16 02:04:52] "GET /project/36ef8c45-be98-4eb8-bb77-9f20037edbaf HTTP/1.1" 200 2464 0.067653 10.0.0.240 - - [2026-02-16 02:04:52] "GET /virtual-network/66dcb919-eb71-4a59-9175-b638fd0dec6a HTTP/1.1" 200 3552 0.005848 10.0.0.240 - - [2026-02-16 02:04:52] "GET /virtual-network/66dcb919-eb71-4a59-9175-b638fd0dec6a HTTP/1.1" 200 3552 0.003965 10.0.0.240 - - [2026-02-16 02:04:52] "GET /routing-instance/0413fec4-c840-4c81-b6a8-ccdcb48d81af HTTP/1.1" 200 1497 0.002812 10.0.0.240 - - [2026-02-16 02:04:52] "GET /routing-instance/0413fec4-c840-4c81-b6a8-ccdcb48d81af HTTP/1.1" 200 1497 0.002623 10.0.0.240 - - [2026-02-16 02:04:52] "GET /route-target/447fdef1-27b7-4f1b-b569-c8951f55b56b HTTP/1.1" 200 1224 0.002161 10.0.0.240 - - [2026-02-16 02:04:52] "GET /virtual-network/66dcb919-eb71-4a59-9175-b638fd0dec6a HTTP/1.1" 200 3552 0.003619 10.0.0.240 - - [2026-02-16 02:04:52] "GET /routing-instance/0413fec4-c840-4c81-b6a8-ccdcb48d81af HTTP/1.1" 200 1497 0.002653 10.0.0.240 - - [2026-02-16 02:04:52] "GET /virtual-network/66dcb919-eb71-4a59-9175-b638fd0dec6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2988 0.003851 10.0.0.240 - - [2026-02-16 02:04:52] "GET /virtual-network/66dcb919-eb71-4a59-9175-b638fd0dec6a HTTP/1.1" 200 3552 0.005453 10.0.0.240 - - [2026-02-16 02:04:52] "GET /routing-instance/0413fec4-c840-4c81-b6a8-ccdcb48d81af HTTP/1.1" 200 1497 0.003005 10.0.0.240 - - [2026-02-16 02:04:52] "GET /routing-instance/0413fec4-c840-4c81-b6a8-ccdcb48d81af HTTP/1.1" 200 1497 0.003159 10.0.0.240 - - [2026-02-16 02:04:52] "GET /route-target/447fdef1-27b7-4f1b-b569-c8951f55b56b HTTP/1.1" 200 1224 0.002472 10.0.0.240 - - [2026-02-16 02:04:52] "GET /domains HTTP/1.1" 200 281 0.002061 10.0.0.240 - - [2026-02-16 02:04:52] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000866 10.0.0.240 - - [2026-02-16 02:04:52] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2984 0.005597 10.0.0.240 - - [2026-02-16 02:04:52] "GET /projects?obj_uuids=36ef8c45-be98-4eb8-bb77-9f20037edbaf&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000792 10.0.0.240 - - [2026-02-16 02:04:52] "GET /project/36ef8c45-be98-4eb8-bb77-9f20037edbaf HTTP/1.1" 200 2464 0.074194 10.0.0.240 - - [2026-02-16 02:04:52] "GET /virtual-network/66dcb919-eb71-4a59-9175-b638fd0dec6a HTTP/1.1" 200 3552 0.004249 10.0.0.240 - - [2026-02-16 02:04:53] "GET /obj-perms HTTP/1.1" 200 5081 0.050426 10.0.0.240 - - [2026-02-16 02:04:53] "GET /domains HTTP/1.1" 200 281 0.002867 10.0.0.240 - - [2026-02-16 02:04:53] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001111 10.0.0.240 - - [2026-02-16 02:04:53] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2984 0.007205 10.0.0.240 - - [2026-02-16 02:04:53] "GET /projects?obj_uuids=36ef8c45-be98-4eb8-bb77-9f20037edbaf&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000981 10.0.0.240 - - [2026-02-16 02:04:53] "GET /project/36ef8c45-be98-4eb8-bb77-9f20037edbaf HTTP/1.1" 200 2464 0.060625 10.0.0.240 - - [2026-02-16 02:04:53] "GET /network-policy/70c3a8e1-a9d9-4e0e-9498-0095aae75c4b HTTP/1.1" 200 3481 0.003323 10.0.0.240 - - [2026-02-16 02:04:53] "DELETE /network-policy/70c3a8e1-a9d9-4e0e-9498-0095aae75c4b HTTP/1.1" 409 239 0.004041 10.0.0.240 - - [2026-02-16 02:04:53] "POST /neutron/network HTTP/1.1" 200 1124 0.005364 10.0.0.240 - - [2026-02-16 02:04:53] "DELETE /access-control-list/fca45e95-0695-470c-b808-c87dc3414f2b HTTP/1.1" 200 115 0.022527 10.0.0.240 - - [2026-02-16 02:04:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002702 10.0.0.240 - - [2026-02-16 02:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.240 - - [2026-02-16 02:04:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001471 10.0.0.240 - - [2026-02-16 02:04:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001537 10.0.0.240 - - [2026-02-16 02:04:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001397 10.0.0.240 - - [2026-02-16 02:04:53] "POST /neutron/network HTTP/1.1" 200 151 0.082518 10.0.0.240 - - [2026-02-16 02:04:53] "GET /routing-instance/0413fec4-c840-4c81-b6a8-ccdcb48d81af HTTP/1.1" 404 171 0.001890 10.0.0.240 - - [2026-02-16 02:04:53] "GET /domains HTTP/1.1" 200 281 0.002182 10.0.0.240 - - [2026-02-16 02:04:53] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000834 10.0.0.240 - - [2026-02-16 02:04:53] "DELETE /route-target/447fdef1-27b7-4f1b-b569-c8951f55b56b HTTP/1.1" 200 115 0.014092 10.0.0.240 - - [2026-02-16 02:04:53] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2984 0.048876 10.0.0.240 - - [2026-02-16 02:04:53] "GET /projects?obj_uuids=36ef8c45-be98-4eb8-bb77-9f20037edbaf&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000892 10.0.0.240 - - [2026-02-16 02:04:53] "GET /project/36ef8c45-be98-4eb8-bb77-9f20037edbaf HTTP/1.1" 200 2209 0.067907 10.0.0.240 - - [2026-02-16 02:04:53] "DELETE /network-policy/70c3a8e1-a9d9-4e0e-9498-0095aae75c4b HTTP/1.1" 200 115 0.018813 10.0.0.240 - - [2026-02-16 02:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002141 10.0.0.240 - - [2026-02-16 02:04:53] "GET /projects?obj_uuids=36ef8c45-be98-4eb8-bb77-9f20037edbaf&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000895 10.0.0.240 - - [2026-02-16 02:04:53] "GET /project/36ef8c45-be98-4eb8-bb77-9f20037edbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.020110 10.0.0.240 - - [2026-02-16 02:04:53] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-57358523&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.003602 10.0.0.240 - - [2026-02-16 02:04:54] "GET /projects?obj_uuids=36ef8c45-be98-4eb8-bb77-9f20037edbaf&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001202 10.0.0.240 - - [2026-02-16 02:04:54] "GET /project/36ef8c45-be98-4eb8-bb77-9f20037edbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.023154 10.0.0.240 - - [2026-02-16 02:04:54] "GET /projects?obj_uuids=36ef8c45-be98-4eb8-bb77-9f20037edbaf&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000896 10.0.0.240 - - [2026-02-16 02:04:54] "GET /project/36ef8c45-be98-4eb8-bb77-9f20037edbaf?fields=virtual_networks HTTP/1.1" 200 1065 0.062453 10.0.0.240 - - [2026-02-16 02:04:54] "GET /projects?obj_uuids=36ef8c45-be98-4eb8-bb77-9f20037edbaf&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000899 10.0.0.240 - - [2026-02-16 02:04:54] "GET /project/36ef8c45-be98-4eb8-bb77-9f20037edbaf?fields=virtual_machine_interfaces HTTP/1.1" 200 1065 0.020650 10.0.0.240 - - [2026-02-16 02:04:54] "GET /projects?obj_uuids=36ef8c45-be98-4eb8-bb77-9f20037edbaf&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001130 10.0.0.240 - - [2026-02-16 02:04:54] "GET /project/36ef8c45-be98-4eb8-bb77-9f20037edbaf?fields=security_groups HTTP/1.1" 200 1308 0.023014 10.0.0.240 - - [2026-02-16 02:04:55] "POST /fqname-to-id HTTP/1.1" 404 190 0.026374 10.0.0.240 - - [2026-02-16 02:04:55] "GET /projects?obj_uuids=ef9547f6-4ec0-4714-955c-71f90291cae2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002187 10.0.0.240 - - [2026-02-16 02:04:55] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001553 10.0.0.240 - - [2026-02-16 02:04:55] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007254 10.0.0.240 - - [2026-02-16 02:04:55] "POST /id-to-fqname HTTP/1.1" 200 192 0.001102 10.0.0.240 - - [2026-02-16 02:04:55] "POST /fqname-to-id HTTP/1.1" 404 201 0.002499 10.0.0.240 - - [2026-02-16 02:04:55] "POST /security-groups HTTP/1.1" 200 593 0.060239 10.0.0.240 - - [2026-02-16 02:04:55] "POST /fqname-to-id HTTP/1.1" 404 236 0.002919 10.0.0.240 - - [2026-02-16 02:04:55] "POST /projects HTTP/1.1" 200 589 0.196131 10.0.0.240 - - [2026-02-16 02:04:55] "POST /access-control-lists HTTP/1.1" 200 600 0.056613 10.0.0.240 - - [2026-02-16 02:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.266964 10.0.0.240 - - [2026-02-16 02:04:55] "POST /fqname-to-id HTTP/1.1" 404 235 0.002356 10.0.0.240 - - [2026-02-16 02:04:55] "GET /project/ef9547f6-4ec0-4714-955c-71f90291cae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.379552 10.0.0.240 - - [2026-02-16 02:04:55] "POST /access-control-lists HTTP/1.1" 200 598 0.056908 10.0.0.240 - - [2026-02-16 02:04:56] "GET / HTTP/1.1" 200 36215 0.001695 10.0.0.240 - - [2026-02-16 02:04:57] "POST /fqname-to-id HTTP/1.1" 401 293 0.000408 10.0.0.240 - - [2026-02-16 02:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.058588 10.0.0.240 - - [2026-02-16 02:04:57] "GET /projects?obj_uuids=ef9547f6-4ec0-4714-955c-71f90291cae2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001004 10.0.0.240 - - [2026-02-16 02:04:57] "GET /project/ef9547f6-4ec0-4714-955c-71f90291cae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.022578 10.0.0.240 - - [2026-02-16 02:04:57] "POST /neutron/network HTTP/1.1" 200 117 0.029210 10.0.0.240 - - [2026-02-16 02:04:57] "GET /projects?obj_uuids=ef9547f6-4ec0-4714-955c-71f90291cae2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000861 10.0.0.240 - - [2026-02-16 02:04:57] "POST /neutron/network HTTP/1.1" 200 607 0.052716 10.0.0.240 - - [2026-02-16 02:04:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002015 10.0.0.240 - - [2026-02-16 02:04:58] "POST /neutron/subnet HTTP/1.1" 200 724 0.151573 10.0.0.240 - - [2026-02-16 02:04:58] "POST /neutron/network HTTP/1.1" 200 826 0.004653 10.0.0.240 - - [2026-02-16 02:04:58] "POST /id-to-fqname HTTP/1.1" 200 222 0.000992 10.0.0.240 - - [2026-02-16 02:04:58] "GET /virtual-network/2633480f-ce41-4588-aa9a-fed1d70a04a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.003970 10.0.0.240 - - [2026-02-16 02:04:58] "POST /neutron/network HTTP/1.1" 200 826 0.005036 10.0.0.240 - - [2026-02-16 02:04:58] "GET /virtual-network/2633480f-ce41-4588-aa9a-fed1d70a04a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004585 10.0.0.240 - - [2026-02-16 02:04:58] "POST /neutron/network HTTP/1.1" 200 826 0.005105 10.0.0.240 - - [2026-02-16 02:04:58] "POST /neutron/subnet HTTP/1.1" 200 724 0.005181 10.0.0.240 - - [2026-02-16 02:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.001791 10.0.0.240 - - [2026-02-16 02:04:58] "GET /projects?obj_uuids=ef9547f6-4ec0-4714-955c-71f90291cae2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000935 10.0.0.240 - - [2026-02-16 02:04:58] "GET /project/ef9547f6-4ec0-4714-955c-71f90291cae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.023133 10.0.0.240 - - [2026-02-16 02:04:58] "POST /neutron/network HTTP/1.1" 200 117 0.009956 10.0.0.240 - - [2026-02-16 02:04:58] "GET /projects?obj_uuids=ef9547f6-4ec0-4714-955c-71f90291cae2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000952 10.0.0.240 - - [2026-02-16 02:04:58] "POST /route-targets HTTP/1.1" 200 328 0.013534 10.0.0.240 - - [2026-02-16 02:04:58] "POST /ref-update HTTP/1.1" 200 156 0.009283 10.0.0.240 - - [2026-02-16 02:04:58] "POST /neutron/network HTTP/1.1" 200 607 0.062614 10.0.0.240 - - [2026-02-16 02:04:58] "POST /route-targets HTTP/1.1" 200 328 0.008986 10.0.0.240 - - [2026-02-16 02:04:58] "POST /ref-update HTTP/1.1" 200 156 0.012379 10.0.0.240 - - [2026-02-16 02:04:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002945 10.0.0.240 - - [2026-02-16 02:04:58] "POST /neutron/subnet HTTP/1.1" 200 715 0.128147 10.0.0.240 - - [2026-02-16 02:04:58] "POST /neutron/network HTTP/1.1" 200 824 0.004902 10.0.0.240 - - [2026-02-16 02:04:58] "POST /id-to-fqname HTTP/1.1" 200 222 0.001038 10.0.0.240 - - [2026-02-16 02:04:58] "GET /virtual-network/4c37092a-cfd3-41c4-9171-92d04414298e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004840 10.0.0.240 - - [2026-02-16 02:04:58] "POST /neutron/network HTTP/1.1" 200 824 0.004817 10.0.0.240 - - [2026-02-16 02:04:58] "GET /virtual-network/4c37092a-cfd3-41c4-9171-92d04414298e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005777 10.0.0.240 - - [2026-02-16 02:04:58] "POST /neutron/network HTTP/1.1" 200 824 0.004687 10.0.0.240 - - [2026-02-16 02:04:58] "POST /neutron/subnet HTTP/1.1" 200 715 0.005550 10.0.0.240 - - [2026-02-16 02:04:58] "POST /fqname-to-id HTTP/1.1" 404 228 0.001906 10.0.0.240 - - [2026-02-16 02:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002435 10.0.0.240 - - [2026-02-16 02:04:58] "GET /projects?obj_uuids=ef9547f6-4ec0-4714-955c-71f90291cae2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000854 10.0.0.240 - - [2026-02-16 02:04:58] "GET /project/ef9547f6-4ec0-4714-955c-71f90291cae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.022603 10.0.0.240 - - [2026-02-16 02:04:59] "POST /network-policys HTTP/1.1" 200 573 0.016452 10.0.0.240 - - [2026-02-16 02:04:59] "GET /network-policy/b0fc2fb0-fded-486f-951f-79e5de9c4113?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.004303 10.0.0.240 - - [2026-02-16 02:04:59] "POST /neutron/network HTTP/1.1" 200 826 0.005319 10.0.0.240 - - [2026-02-16 02:04:59] "POST /fqname-to-id HTTP/1.1" 404 236 0.001822 10.0.0.240 - - [2026-02-16 02:04:59] "POST /neutron/network HTTP/1.1" 200 928 0.039156 10.0.0.240 - - [2026-02-16 02:04:59] "POST /neutron/network HTTP/1.1" 200 928 0.039123 10.0.0.240 - - [2026-02-16 02:04:59] "POST /access-control-lists HTTP/1.1" 200 592 0.064545 10.0.0.240 - - [2026-02-16 02:04:59] "GET /virtual-network/2633480f-ce41-4588-aa9a-fed1d70a04a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.008020 10.0.0.240 - - [2026-02-16 02:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002174 10.0.0.240 - - [2026-02-16 02:04:59] "GET /network-policy/b0fc2fb0-fded-486f-951f-79e5de9c4113?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.003219 10.0.0.240 - - [2026-02-16 02:04:59] "POST /neutron/network HTTP/1.1" 200 824 0.004466 10.0.0.240 - - [2026-02-16 02:04:59] "POST /fqname-to-id HTTP/1.1" 404 236 0.002571 10.0.0.240 - - [2026-02-16 02:04:59] "POST /neutron/network HTTP/1.1" 200 926 0.038321 10.0.0.240 - - [2026-02-16 02:04:59] "POST /neutron/network HTTP/1.1" 200 926 0.040322 10.0.0.240 - - [2026-02-16 02:04:59] "POST /access-control-lists HTTP/1.1" 200 592 0.061132 10.0.0.240 - - [2026-02-16 02:04:59] "GET /virtual-network/4c37092a-cfd3-41c4-9171-92d04414298e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.008964 10.0.0.240 - - [2026-02-16 02:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.001925 10.0.0.240 - - [2026-02-16 02:04:59] "POST /ref-update HTTP/1.1" 200 156 0.014186 10.0.0.240 - - [2026-02-16 02:04:59] "GET /network-policy/b0fc2fb0-fded-486f-951f-79e5de9c4113?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.011683 10.0.0.240 - - [2026-02-16 02:04:59] "GET /domains HTTP/1.1" 401 293 0.000457 10.0.0.240 - - [2026-02-16 02:04:59] "PUT /access-control-list/a449e6b7-3cbf-4106-9ec8-28d0d9f73cbc HTTP/1.1" 200 273 0.051234 10.0.0.240 - - [2026-02-16 02:04:59] "GET /domains HTTP/1.1" 200 281 0.028865 10.0.0.240 - - [2026-02-16 02:04:59] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001328 10.0.0.240 - - [2026-02-16 02:04:59] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 3173 0.007482 10.0.0.240 - - [2026-02-16 02:04:59] "GET /projects?obj_uuids=ef9547f6-4ec0-4714-955c-71f90291cae2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000853 10.0.0.240 - - [2026-02-16 02:04:59] "GET /project/ef9547f6-4ec0-4714-955c-71f90291cae2 HTTP/1.1" 200 2579 0.067390 10.0.0.240 - - [2026-02-16 02:04:59] "GET /virtual-network/2633480f-ce41-4588-aa9a-fed1d70a04a4 HTTP/1.1" 200 2897 0.006233 10.0.0.240 - - [2026-02-16 02:04:59] "GET /virtual-network/2633480f-ce41-4588-aa9a-fed1d70a04a4 HTTP/1.1" 200 2897 0.003914 10.0.0.240 - - [2026-02-16 02:05:00] "GET /routing-instance/fdffe57b-0d21-4fc2-80a9-a04554755950 HTTP/1.1" 200 1787 0.003276 10.0.0.240 - - [2026-02-16 02:05:00] "GET /routing-instance/fdffe57b-0d21-4fc2-80a9-a04554755950 HTTP/1.1" 200 1787 0.003321 10.0.0.240 - - [2026-02-16 02:05:00] "GET /route-target/dfe0a0c9-3c02-40d7-bec9-c9f9d31ebda1 HTTP/1.1" 200 1209 0.003317 10.0.0.240 - - [2026-02-16 02:05:00] "GET /virtual-network/2633480f-ce41-4588-aa9a-fed1d70a04a4 HTTP/1.1" 200 2897 0.005760 10.0.0.240 - - [2026-02-16 02:05:00] "GET /routing-instance/fdffe57b-0d21-4fc2-80a9-a04554755950 HTTP/1.1" 200 1787 0.004284 10.0.0.240 - - [2026-02-16 02:05:00] "GET /virtual-network/2633480f-ce41-4588-aa9a-fed1d70a04a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005859 10.0.0.240 - - [2026-02-16 02:05:00] "GET /virtual-network/2633480f-ce41-4588-aa9a-fed1d70a04a4 HTTP/1.1" 200 2897 0.006168 10.0.0.240 - - [2026-02-16 02:05:00] "GET /routing-instance/fdffe57b-0d21-4fc2-80a9-a04554755950 HTTP/1.1" 200 1787 0.004229 10.0.0.240 - - [2026-02-16 02:05:00] "GET /routing-instance/fdffe57b-0d21-4fc2-80a9-a04554755950 HTTP/1.1" 200 1787 0.003473 10.0.0.240 - - [2026-02-16 02:05:00] "GET /route-target/dfe0a0c9-3c02-40d7-bec9-c9f9d31ebda1 HTTP/1.1" 200 1209 0.005184 10.0.0.240 - - [2026-02-16 02:05:00] "GET /domains HTTP/1.1" 200 281 0.002701 10.0.0.240 - - [2026-02-16 02:05:00] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001166 10.0.0.240 - - [2026-02-16 02:05:00] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 3173 0.007191 10.0.0.240 - - [2026-02-16 02:05:00] "GET /projects?obj_uuids=ef9547f6-4ec0-4714-955c-71f90291cae2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001132 10.0.0.240 - - [2026-02-16 02:05:00] "GET /project/ef9547f6-4ec0-4714-955c-71f90291cae2 HTTP/1.1" 200 2579 0.067449 10.0.0.240 - - [2026-02-16 02:05:00] "GET /virtual-network/2633480f-ce41-4588-aa9a-fed1d70a04a4 HTTP/1.1" 200 2897 0.004024 10.0.0.240 - - [2026-02-16 02:05:00] "GET /obj-perms HTTP/1.1" 200 5053 0.052391 10.0.0.240 - - [2026-02-16 02:05:00] "GET /domains HTTP/1.1" 200 281 0.002233 10.0.0.240 - - [2026-02-16 02:05:00] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000869 10.0.0.240 - - [2026-02-16 02:05:00] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 3173 0.005993 10.0.0.240 - - [2026-02-16 02:05:00] "GET /projects?obj_uuids=ef9547f6-4ec0-4714-955c-71f90291cae2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000849 10.0.0.240 - - [2026-02-16 02:05:00] "GET /project/ef9547f6-4ec0-4714-955c-71f90291cae2 HTTP/1.1" 200 2579 0.067259 10.0.0.240 - - [2026-02-16 02:05:00] "GET /virtual-network/4c37092a-cfd3-41c4-9171-92d04414298e HTTP/1.1" 200 2891 0.005748 10.0.0.240 - - [2026-02-16 02:05:00] "GET /virtual-network/4c37092a-cfd3-41c4-9171-92d04414298e HTTP/1.1" 200 2891 0.003816 10.0.0.240 - - [2026-02-16 02:05:00] "GET /routing-instance/2bfe77f4-be19-4bf2-9690-e628864cc4f8 HTTP/1.1" 200 1787 0.002745 10.0.0.240 - - [2026-02-16 02:05:00] "GET /routing-instance/2bfe77f4-be19-4bf2-9690-e628864cc4f8 HTTP/1.1" 200 1787 0.002394 10.0.0.240 - - [2026-02-16 02:05:00] "GET /route-target/168d764d-1ae1-4cc9-90b7-8424313c2944 HTTP/1.1" 200 1208 0.002601 10.0.0.240 - - [2026-02-16 02:05:00] "GET /virtual-network/4c37092a-cfd3-41c4-9171-92d04414298e HTTP/1.1" 200 2891 0.003486 10.0.0.240 - - [2026-02-16 02:05:00] "GET /routing-instance/2bfe77f4-be19-4bf2-9690-e628864cc4f8 HTTP/1.1" 200 1787 0.002677 10.0.0.240 - - [2026-02-16 02:05:00] "GET /virtual-network/4c37092a-cfd3-41c4-9171-92d04414298e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.003789 10.0.0.240 - - [2026-02-16 02:05:00] "GET /virtual-network/4c37092a-cfd3-41c4-9171-92d04414298e HTTP/1.1" 200 2891 0.003733 10.0.0.240 - - [2026-02-16 02:05:00] "GET /routing-instance/2bfe77f4-be19-4bf2-9690-e628864cc4f8 HTTP/1.1" 200 1787 0.002430 10.0.0.240 - - [2026-02-16 02:05:00] "GET /routing-instance/2bfe77f4-be19-4bf2-9690-e628864cc4f8 HTTP/1.1" 200 1787 0.002328 10.0.0.240 - - [2026-02-16 02:05:00] "GET /route-target/168d764d-1ae1-4cc9-90b7-8424313c2944 HTTP/1.1" 200 1208 0.002055 10.0.0.240 - - [2026-02-16 02:05:00] "GET /domains HTTP/1.1" 200 281 0.002147 10.0.0.240 - - [2026-02-16 02:05:00] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000876 10.0.0.240 - - [2026-02-16 02:05:00] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 3173 0.006244 10.0.0.240 - - [2026-02-16 02:05:00] "GET /projects?obj_uuids=ef9547f6-4ec0-4714-955c-71f90291cae2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000857 10.0.0.240 - - [2026-02-16 02:05:00] "GET /project/ef9547f6-4ec0-4714-955c-71f90291cae2 HTTP/1.1" 200 2579 0.062474 10.0.0.240 - - [2026-02-16 02:05:00] "GET /virtual-network/4c37092a-cfd3-41c4-9171-92d04414298e HTTP/1.1" 200 2891 0.004478 10.0.0.240 - - [2026-02-16 02:05:00] "GET /obj-perms HTTP/1.1" 200 5053 0.002552 10.0.0.240 - - [2026-02-16 02:05:00] "POST /id-to-fqname HTTP/1.1" 200 222 0.001348 10.0.0.240 - - [2026-02-16 02:05:00] "POST /neutron/network HTTP/1.1" 200 938 0.006074 10.0.0.240 - - [2026-02-16 02:05:01] "GET /aaa-mode HTTP/1.1" 401 293 0.000456 10.0.0.240 - - [2026-02-16 02:05:01] "GET / HTTP/1.1" 200 36215 0.001711 10.0.0.240 - - [2026-02-16 02:05:01] "GET /project/ef9547f6-4ec0-4714-955c-71f90291cae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000522 10.0.0.240 - - [2026-02-16 02:05:01] "GET /projects?obj_uuids=ef9547f6-4ec0-4714-955c-71f90291cae2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001224 10.0.0.240 - - [2026-02-16 02:05:01] "GET /project/ef9547f6-4ec0-4714-955c-71f90291cae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.049064 10.0.0.240 - - [2026-02-16 02:05:01] "POST /neutron/network HTTP/1.1" 200 928 0.004663 10.0.0.240 - - [2026-02-16 02:05:01] "POST /neutron/port HTTP/1.1" 200 117 0.005086 10.0.0.240 - - [2026-02-16 02:05:01] "POST /neutron/port HTTP/1.1" 200 117 0.004879 10.0.0.240 - - [2026-02-16 02:05:01] "POST /id-to-fqname HTTP/1.1" 200 222 0.001157 10.0.0.240 - - [2026-02-16 02:05:01] "POST /neutron/port HTTP/1.1" 200 117 0.004263 10.0.0.240 - - [2026-02-16 02:05:02] "POST /neutron/network HTTP/1.1" 200 936 0.004891 10.0.0.240 - - [2026-02-16 02:05:02] "GET /aaa-mode HTTP/1.1" 401 293 0.000403 10.0.0.240 - - [2026-02-16 02:05:02] "POST /neutron/network HTTP/1.1" 200 938 0.004799 10.0.0.240 - - [2026-02-16 02:05:02] "GET /projects?obj_uuids=ef9547f6-4ec0-4714-955c-71f90291cae2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000894 10.0.0.240 - - [2026-02-16 02:05:02] "GET / HTTP/1.1" 200 36215 0.001496 10.0.0.240 - - [2026-02-16 02:05:02] "GET /project/ef9547f6-4ec0-4714-955c-71f90291cae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000325 10.0.0.240 - - [2026-02-16 02:05:02] "POST /neutron/port HTTP/1.1" 200 1062 0.187392 10.0.0.240 - - [2026-02-16 02:05:02] "POST /neutron/port HTTP/1.1" 200 1062 0.013834 10.0.0.240 - - [2026-02-16 02:05:02] "POST /neutron/port HTTP/1.1" 200 1062 0.008739 10.0.0.240 - - [2026-02-16 02:05:02] "POST /neutron/port HTTP/1.1" 200 1116 0.052033 10.0.0.240 - - [2026-02-16 02:05:02] "POST /neutron/port HTTP/1.1" 200 1126 0.010811 10.0.0.240 - - [2026-02-16 02:05:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002764 10.0.0.240 - - [2026-02-16 02:05:02] "POST /neutron/subnet HTTP/1.1" 200 698 0.006448 10.0.0.240 - - [2026-02-16 02:05:02] "POST /neutron/port HTTP/1.1" 200 117 0.000978 10.0.0.240 - - [2026-02-16 02:05:02] "POST /neutron/network HTTP/1.1" 200 928 0.005084 10.0.0.240 - - [2026-02-16 02:05:02] "GET /projects?obj_uuids=ef9547f6-4ec0-4714-955c-71f90291cae2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001300 10.0.0.240 - - [2026-02-16 02:05:02] "GET /project/ef9547f6-4ec0-4714-955c-71f90291cae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.040811 10.0.0.240 - - [2026-02-16 02:05:02] "POST /neutron/network HTTP/1.1" 200 926 0.004970 10.0.0.240 - - [2026-02-16 02:05:02] "POST /neutron/port HTTP/1.1" 200 1126 0.022763 10.0.0.240 - - [2026-02-16 02:05:02] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006095 10.0.0.240 - - [2026-02-16 02:05:02] "POST /neutron/port HTTP/1.1" 200 117 0.004877 10.0.0.240 - - [2026-02-16 02:05:03] "POST /neutron/port HTTP/1.1" 200 1126 0.015256 10.0.0.240 - - [2026-02-16 02:05:03] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005536 10.0.0.240 - - [2026-02-16 02:05:03] "POST /neutron/network HTTP/1.1" 200 936 0.006196 10.0.0.240 - - [2026-02-16 02:05:03] "GET /projects?obj_uuids=ef9547f6-4ec0-4714-955c-71f90291cae2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001404 10.0.0.240 - - [2026-02-16 02:05:03] "PUT /access-control-list/0fa6049a-7b9b-4a49-a7fb-56381965723c HTTP/1.1" 200 273 0.056872 10.0.0.240 - - [2026-02-16 02:05:03] "POST /neutron/port HTTP/1.1" 200 1060 0.256038 10.0.0.240 - - [2026-02-16 02:05:03] "POST /neutron/port HTTP/1.1" 200 1060 0.009068 10.0.0.240 - - [2026-02-16 02:05:03] "POST /neutron/port HTTP/1.1" 200 1060 0.010350 10.0.0.240 - - [2026-02-16 02:05:03] "POST /neutron/port HTTP/1.1" 200 1114 0.065575 10.0.0.240 - - [2026-02-16 02:05:03] "POST /neutron/port HTTP/1.1" 200 1124 0.011086 10.0.0.240 - - [2026-02-16 02:05:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002666 10.0.0.240 - - [2026-02-16 02:05:03] "POST /neutron/subnet HTTP/1.1" 200 689 0.005614 10.0.0.240 - - [2026-02-16 02:05:03] "POST /neutron/port HTTP/1.1" 200 117 0.001542 10.0.0.240 - - [2026-02-16 02:05:03] "POST /neutron/network HTTP/1.1" 200 926 0.004580 10.0.0.240 - - [2026-02-16 02:05:08] "POST /neutron/port HTTP/1.1" 200 1126 0.011468 10.0.0.240 - - [2026-02-16 02:05:08] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005030 10.0.0.240 - - [2026-02-16 02:05:08] "POST /neutron/port HTTP/1.1" 200 1126 0.010378 10.0.0.240 - - [2026-02-16 02:05:08] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004862 10.0.0.240 - - [2026-02-16 02:05:08] "POST /neutron/port HTTP/1.1" 200 1126 0.010185 10.0.0.240 - - [2026-02-16 02:05:08] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005625 10.0.0.240 - - [2026-02-16 02:05:08] "GET /virtual-machine/c2c1fc31-91e6-49c5-acb4-9715f2994a81 HTTP/1.1" 200 1297 0.003909 10.0.0.240 - - [2026-02-16 02:05:08] "GET /virtual-machine-interface/b0583d2d-46ec-4001-b5d5-580965e844c4 HTTP/1.1" 200 2958 0.003891 10.0.0.240 - - [2026-02-16 02:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002575 10.0.0.240 - - [2026-02-16 02:05:08] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002641 10.0.0.240 - - [2026-02-16 02:05:08] "GET /virtual-networks?parent_id=ef9547f6-4ec0-4714-955c-71f90291cae2&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002670 10.0.0.240 - - [2026-02-16 02:05:08] "GET /virtual-network/2633480f-ce41-4588-aa9a-fed1d70a04a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004998 10.0.0.240 - - [2026-02-16 02:05:11] "POST /neutron/port HTTP/1.1" 200 1126 0.012379 10.0.0.240 - - [2026-02-16 02:05:11] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004951 10.0.0.240 - - [2026-02-16 02:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002669 10.0.0.240 - - [2026-02-16 02:05:11] "GET /virtual-network/2633480f-ce41-4588-aa9a-fed1d70a04a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004141 10.0.0.240 - - [2026-02-16 02:05:12] "POST /neutron/port HTTP/1.1" 200 1124 0.010126 10.0.0.240 - - [2026-02-16 02:05:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004876 10.0.0.240 - - [2026-02-16 02:05:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.240 - - [2026-02-16 02:05:13] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002746 10.0.0.240 - - [2026-02-16 02:05:13] "GET /virtual-networks?parent_id=ef9547f6-4ec0-4714-955c-71f90291cae2&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002827 10.0.0.240 - - [2026-02-16 02:05:13] "GET /virtual-network/2633480f-ce41-4588-aa9a-fed1d70a04a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004317 10.0.0.240 - - [2026-02-16 02:05:13] "POST /neutron/port HTTP/1.1" 200 1124 0.010322 10.0.0.240 - - [2026-02-16 02:05:14] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004632 10.0.0.240 - - [2026-02-16 02:05:14] "POST /neutron/port HTTP/1.1" 200 1124 0.011477 10.0.0.240 - - [2026-02-16 02:05:14] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005045 10.0.0.240 - - [2026-02-16 02:05:14] "POST /neutron/port HTTP/1.1" 200 1124 0.014659 10.0.0.240 - - [2026-02-16 02:05:14] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005741 10.0.0.240 - - [2026-02-16 02:05:14] "GET /virtual-machine/98a449f1-eebe-4e24-a50d-4fbd48ad3570 HTTP/1.1" 200 1297 0.004514 10.0.0.240 - - [2026-02-16 02:05:14] "GET /virtual-machine-interface/d1a01919-df91-424f-90b0-f247af06189a HTTP/1.1" 200 2958 0.004546 10.0.0.240 - - [2026-02-16 02:05:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002259 10.0.0.240 - - [2026-02-16 02:05:14] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002720 10.0.0.240 - - [2026-02-16 02:05:14] "GET /virtual-networks?parent_id=ef9547f6-4ec0-4714-955c-71f90291cae2&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002548 10.0.0.240 - - [2026-02-16 02:05:14] "GET /virtual-network/4c37092a-cfd3-41c4-9171-92d04414298e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005331 10.0.0.240 - - [2026-02-16 02:05:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002478 10.0.0.240 - - [2026-02-16 02:05:15] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002608 10.0.0.240 - - [2026-02-16 02:05:15] "GET /virtual-networks?parent_id=ef9547f6-4ec0-4714-955c-71f90291cae2&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002778 10.0.0.240 - - [2026-02-16 02:05:15] "GET /virtual-network/4c37092a-cfd3-41c4-9171-92d04414298e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.004815 10.0.0.240 - - [2026-02-16 02:05:17] "DELETE /project/ef9547f64ec04714955c71f90291cae2 HTTP/1.1" 404 173 0.011690 10.0.0.240 - - [2026-02-16 02:05:17] "DELETE /project/36ef8c45be984eb8bb779f20037edbaf HTTP/1.1" 404 173 0.008428 10.0.0.240 - - [2026-02-16 02:05:17] "DELETE /project/20fd2d65ea844069bbb858e7b9ae3451 HTTP/1.1" 404 173 0.011354 10.0.0.240 - - [2026-02-16 02:05:17] "GET /projects?obj_uuids=36ef8c45-be98-4eb8-bb77-9f20037edbaf&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000794 10.0.0.240 - - [2026-02-16 02:05:17] "GET /projects?obj_uuids=20fd2d65-ea84-4069-bbb8-58e7b9ae3451&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000690 10.0.0.240 - - [2026-02-16 02:05:17] "GET /projects?obj_uuids=385347d5-b041-4710-9329-fd66b0d1d34d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000663 10.0.0.240 - - [2026-02-16 02:05:17] "GET /project/385347d5-b041-4710-9329-fd66b0d1d34d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.035749 10.0.0.240 - - [2026-02-16 02:05:17] "GET /project/36ef8c45-be98-4eb8-bb77-9f20037edbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.038696 10.0.0.240 - - [2026-02-16 02:05:17] "GET /project/20fd2d65-ea84-4069-bbb8-58e7b9ae3451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.044969 10.0.0.240 - - [2026-02-16 02:05:17] "GET /projects?obj_uuids=20fd2d65-ea84-4069-bbb8-58e7b9ae3451&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000825 10.0.0.240 - - [2026-02-16 02:05:17] "GET /projects?obj_uuids=36ef8c45-be98-4eb8-bb77-9f20037edbaf&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000704 10.0.0.240 - - [2026-02-16 02:05:17] "GET /projects?obj_uuids=385347d5-b041-4710-9329-fd66b0d1d34d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000692 10.0.0.240 - - [2026-02-16 02:05:17] "GET /project/385347d5-b041-4710-9329-fd66b0d1d34d?fields=security_groups HTTP/1.1" 200 1371 0.037631 10.0.0.240 - - [2026-02-16 02:05:17] "GET /project/20fd2d65-ea84-4069-bbb8-58e7b9ae3451?fields=security_groups HTTP/1.1" 200 1386 0.038265 10.0.0.240 - - [2026-02-16 02:05:17] "GET /project/36ef8c45-be98-4eb8-bb77-9f20037edbaf?fields=security_groups HTTP/1.1" 200 1410 0.043562 10.0.0.240 - - [2026-02-16 02:05:17] "DELETE /security-group/6fbe7a4a-b741-41bf-9ebf-20ff81ae7eb2 HTTP/1.1" 200 115 0.046262 10.0.0.240 - - [2026-02-16 02:05:17] "GET /projects?obj_uuids=385347d5-b041-4710-9329-fd66b0d1d34d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000852 10.0.0.240 - - [2026-02-16 02:05:17] "DELETE /access-control-list/ad2c9c60-4776-413b-a856-ad87923a3f5f HTTP/1.1" 200 115 0.033128 10.0.0.240 - - [2026-02-16 02:05:17] "DELETE /security-group/5a54bdd8-b5f5-4862-9d40-66ae78fcf2c1 HTTP/1.1" 200 115 0.056370 10.0.0.240 - - [2026-02-16 02:05:17] "DELETE /security-group/369bd209-6b46-4b45-acd1-70d4891e601e HTTP/1.1" 200 115 0.060618 10.0.0.240 - - [2026-02-16 02:05:17] "GET /projects?obj_uuids=20fd2d65-ea84-4069-bbb8-58e7b9ae3451&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000815 10.0.0.240 - - [2026-02-16 02:05:17] "GET /project/385347d5-b041-4710-9329-fd66b0d1d34d?fields=application_policy_sets HTTP/1.1" 200 1410 0.033416 10.0.0.240 - - [2026-02-16 02:05:17] "GET /projects?obj_uuids=36ef8c45-be98-4eb8-bb77-9f20037edbaf&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000885 10.0.0.240 - - [2026-02-16 02:05:17] "DELETE /access-control-list/6e2e0898-95f8-47b5-af65-10f73eac0e20 HTTP/1.1" 200 115 0.033883 10.0.0.240 - - [2026-02-16 02:05:17] "GET /project/36ef8c45-be98-4eb8-bb77-9f20037edbaf?fields=application_policy_sets HTTP/1.1" 200 1449 0.031724 10.0.0.240 - - [2026-02-16 02:05:17] "DELETE /access-control-list/494269de-8c10-4c73-a017-e6ee80eabf66 HTTP/1.1" 200 115 0.019164 10.0.0.240 - - [2026-02-16 02:05:17] "GET /project/20fd2d65-ea84-4069-bbb8-58e7b9ae3451?fields=application_policy_sets HTTP/1.1" 200 1425 0.076149 10.0.0.240 - - [2026-02-16 02:05:17] "DELETE /access-control-list/0d55a59d-e503-4469-8cd6-f67788b744dd HTTP/1.1" 200 115 0.038328 10.0.0.240 - - [2026-02-16 02:05:17] "DELETE /access-control-list/174f8f50-8b97-4af4-ab74-89e9a161540a HTTP/1.1" 200 115 0.038740 10.0.0.240 - - [2026-02-16 02:05:18] "DELETE /access-control-list/fd689160-c8fd-4ee4-a2aa-ad6ba0c75fbb HTTP/1.1" 200 115 0.028420 10.0.0.240 - - [2026-02-16 02:05:18] "DELETE /project/36ef8c45-be98-4eb8-bb77-9f20037edbaf HTTP/1.1" 200 115 0.389564 10.0.0.240 - - [2026-02-16 02:05:18] "DELETE /project/385347d5-b041-4710-9329-fd66b0d1d34d HTTP/1.1" 200 115 0.384632 10.0.0.240 - - [2026-02-16 02:05:18] "DELETE /project/20fd2d65-ea84-4069-bbb8-58e7b9ae3451 HTTP/1.1" 200 115 0.411275 10.0.0.240 - - [2026-02-16 02:05:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002629 10.0.0.240 - - [2026-02-16 02:05:19] "GET /projects?obj_uuids=ef9547f6-4ec0-4714-955c-71f90291cae2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000969 10.0.0.240 - - [2026-02-16 02:05:19] "GET /project/ef9547f6-4ec0-4714-955c-71f90291cae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.029609 10.0.0.240 - - [2026-02-16 02:05:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002597 10.0.0.240 - - [2026-02-16 02:05:19] "PUT /network-policy/b0fc2fb0-fded-486f-951f-79e5de9c4113 HTTP/1.1" 200 263 0.008720 10.0.0.240 - - [2026-02-16 02:05:19] "PUT /access-control-list/0fa6049a-7b9b-4a49-a7fb-56381965723c HTTP/1.1" 200 273 0.051245 10.0.0.240 - - [2026-02-16 02:05:19] "POST /ref-update HTTP/1.1" 200 156 0.011201 10.0.0.240 - - [2026-02-16 02:05:19] "PUT /access-control-list/a449e6b7-3cbf-4106-9ec8-28d0d9f73cbc HTTP/1.1" 200 273 0.049794 10.0.0.240 - - [2026-02-16 02:05:19] "POST /ref-update HTTP/1.1" 200 156 0.009484 10.0.0.240 - - [2026-02-16 02:05:22] "GET /virtual-network/4c37092a-cfd3-41c4-9171-92d04414298e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005038 10.0.0.240 - - [2026-02-16 02:05:22] "POST /neutron/network HTTP/1.1" 200 926 0.006426 10.0.0.240 - - [2026-02-16 02:05:22] "POST /neutron/network HTTP/1.1" 200 824 0.039073 10.0.0.240 - - [2026-02-16 02:05:23] "DELETE /access-control-list/0fa6049a-7b9b-4a49-a7fb-56381965723c HTTP/1.1" 200 115 0.042231 10.0.0.240 - - [2026-02-16 02:05:23] "POST /neutron/network HTTP/1.1" 200 824 0.014925 10.0.0.240 - - [2026-02-16 02:05:23] "GET /virtual-network/4c37092a-cfd3-41c4-9171-92d04414298e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004706 10.0.0.240 - - [2026-02-16 02:05:23] "GET /virtual-network/2633480f-ce41-4588-aa9a-fed1d70a04a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.003989 10.0.0.240 - - [2026-02-16 02:05:23] "POST /neutron/network HTTP/1.1" 200 928 0.004770 10.0.0.240 - - [2026-02-16 02:05:23] "POST /neutron/network HTTP/1.1" 200 826 0.064486 10.0.0.240 - - [2026-02-16 02:05:23] "DELETE /access-control-list/a449e6b7-3cbf-4106-9ec8-28d0d9f73cbc HTTP/1.1" 200 115 0.057553 10.0.0.240 - - [2026-02-16 02:05:23] "POST /neutron/network HTTP/1.1" 200 826 0.015358 10.0.0.240 - - [2026-02-16 02:05:23] "GET /virtual-network/2633480f-ce41-4588-aa9a-fed1d70a04a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008308 10.0.0.240 - - [2026-02-16 02:05:23] "DELETE /network-policy/b0fc2fb0-fded-486f-951f-79e5de9c4113 HTTP/1.1" 200 115 0.024974 10.0.0.240 - - [2026-02-16 02:05:23] "POST /neutron/network HTTP/1.1" 200 824 0.005944 10.0.0.240 - - [2026-02-16 02:05:23] "POST /neutron/network HTTP/1.1" 400 204 0.012051 10.0.0.240 - - [2026-02-16 02:05:23] "POST /neutron/port HTTP/1.1" 200 1124 0.015152 10.0.0.240 - - [2026-02-16 02:05:23] "POST /neutron/port HTTP/1.1" 200 1114 0.010627 10.0.0.240 - - [2026-02-16 02:05:23] "POST /neutron/port HTTP/1.1" 200 1126 0.014617 10.0.0.240 - - [2026-02-16 02:05:23] "POST /neutron/port HTTP/1.1" 200 1116 0.010029 10.0.0.240 - - [2026-02-16 02:05:23] "POST /neutron/port HTTP/1.1" 200 151 0.091117 10.0.0.240 - - [2026-02-16 02:05:23] "POST /neutron/port HTTP/1.1" 200 151 0.105883 10.0.0.240 - - [2026-02-16 02:05:24] "GET /obj-perms HTTP/1.1" 200 5075 0.043942 10.0.0.240 - - [2026-02-16 02:05:24] "GET /obj-perms HTTP/1.1" 200 5075 0.048145 10.0.0.240 - - [2026-02-16 02:05:25] "POST /neutron/network HTTP/1.1" 200 824 0.005257 10.0.0.240 - - [2026-02-16 02:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.240 - - [2026-02-16 02:05:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002201 10.0.0.240 - - [2026-02-16 02:05:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002676 10.0.0.240 - - [2026-02-16 02:05:25] "POST /neutron/network HTTP/1.1" 200 151 0.070767 10.0.0.240 - - [2026-02-16 02:05:25] "DELETE /route-target/168d764d-1ae1-4cc9-90b7-8424313c2944 HTTP/1.1" 200 115 0.011604 10.0.0.240 - - [2026-02-16 02:05:25] "GET /routing-instance/2bfe77f4-be19-4bf2-9690-e628864cc4f8 HTTP/1.1" 404 171 0.002003 10.0.0.240 - - [2026-02-16 02:05:25] "GET /domains HTTP/1.1" 200 281 0.001974 10.0.0.240 - - [2026-02-16 02:05:25] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000845 10.0.0.240 - - [2026-02-16 02:05:25] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2585 0.050953 10.0.0.240 - - [2026-02-16 02:05:25] "GET /projects?obj_uuids=ef9547f6-4ec0-4714-955c-71f90291cae2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001292 10.0.0.240 - - [2026-02-16 02:05:25] "GET /project/ef9547f6-4ec0-4714-955c-71f90291cae2 HTTP/1.1" 200 2109 0.065492 10.0.0.240 - - [2026-02-16 02:05:25] "POST /neutron/network HTTP/1.1" 200 826 0.004859 10.0.0.240 - - [2026-02-16 02:05:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002898 10.0.0.240 - - [2026-02-16 02:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.240 - - [2026-02-16 02:05:25] "POST /useragent-kv HTTP/1.1" 200 115 0.001387 10.0.0.240 - - [2026-02-16 02:05:25] "POST /neutron/network HTTP/1.1" 200 151 0.064333 10.0.0.240 - - [2026-02-16 02:05:25] "DELETE /route-target/dfe0a0c9-3c02-40d7-bec9-c9f9d31ebda1 HTTP/1.1" 200 115 0.014015 10.0.0.240 - - [2026-02-16 02:05:25] "GET /routing-instance/fdffe57b-0d21-4fc2-80a9-a04554755950 HTTP/1.1" 404 171 0.002056 10.0.0.240 - - [2026-02-16 02:05:25] "GET /domains HTTP/1.1" 200 281 0.002332 10.0.0.240 - - [2026-02-16 02:05:25] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001032 10.0.0.240 - - [2026-02-16 02:05:25] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2585 0.049093 10.0.0.240 - - [2026-02-16 02:05:25] "GET /projects?obj_uuids=ef9547f6-4ec0-4714-955c-71f90291cae2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001281 10.0.0.240 - - [2026-02-16 02:05:25] "GET /project/ef9547f6-4ec0-4714-955c-71f90291cae2 HTTP/1.1" 200 1869 0.063411 10.0.0.240 - - [2026-02-16 02:05:26] "GET /projects?obj_uuids=ef9547f6-4ec0-4714-955c-71f90291cae2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000977 10.0.0.240 - - [2026-02-16 02:05:26] "GET /project/ef9547f6-4ec0-4714-955c-71f90291cae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.026374 10.0.0.240 - - [2026-02-16 02:05:26] "GET /projects?obj_uuids=ef9547f6-4ec0-4714-955c-71f90291cae2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000973 10.0.0.240 - - [2026-02-16 02:05:26] "GET /project/ef9547f6-4ec0-4714-955c-71f90291cae2?fields=virtual_networks HTTP/1.1" 200 1038 0.064950 10.0.0.240 - - [2026-02-16 02:05:26] "GET /projects?obj_uuids=ef9547f6-4ec0-4714-955c-71f90291cae2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001034 10.0.0.240 - - [2026-02-16 02:05:26] "GET /project/ef9547f6-4ec0-4714-955c-71f90291cae2?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.031410 10.0.0.240 - - [2026-02-16 02:05:26] "GET /projects?obj_uuids=ef9547f6-4ec0-4714-955c-71f90291cae2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000865 10.0.0.240 - - [2026-02-16 02:05:26] "GET /project/ef9547f6-4ec0-4714-955c-71f90291cae2?fields=security_groups HTTP/1.1" 200 1267 0.026465 10.0.0.240 - - [2026-02-16 02:05:27] "POST /fqname-to-id HTTP/1.1" 404 181 0.022249 10.0.0.240 - - [2026-02-16 02:05:27] "GET /projects?obj_uuids=74a33888-e99f-4812-98af-097b97531aa0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002160 10.0.0.240 - - [2026-02-16 02:05:27] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001594 10.0.0.240 - - [2026-02-16 02:05:27] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007739 10.0.0.240 - - [2026-02-16 02:05:27] "POST /id-to-fqname HTTP/1.1" 200 183 0.001259 10.0.0.240 - - [2026-02-16 02:05:27] "POST /fqname-to-id HTTP/1.1" 404 192 0.001801 10.0.0.240 - - [2026-02-16 02:05:27] "POST /security-groups HTTP/1.1" 200 584 0.060438 10.0.0.240 - - [2026-02-16 02:05:27] "POST /fqname-to-id HTTP/1.1" 404 227 0.002792 10.0.0.240 - - [2026-02-16 02:05:27] "POST /projects HTTP/1.1" 200 571 0.210958 10.0.0.240 - - [2026-02-16 02:05:27] "POST /access-control-lists HTTP/1.1" 200 591 0.060953 10.0.0.240 - - [2026-02-16 02:05:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.291582 10.0.0.240 - - [2026-02-16 02:05:27] "POST /fqname-to-id HTTP/1.1" 404 226 0.002698 10.0.0.240 - - [2026-02-16 02:05:27] "GET /project/74a33888-e99f-4812-98af-097b97531aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.408282 10.0.0.240 - - [2026-02-16 02:05:27] "POST /access-control-lists HTTP/1.1" 200 589 0.088602 10.0.0.240 - - [2026-02-16 02:05:28] "GET / HTTP/1.1" 200 36215 0.001721 10.0.0.240 - - [2026-02-16 02:05:29] "POST /fqname-to-id HTTP/1.1" 401 293 0.000451 10.0.0.240 - - [2026-02-16 02:05:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.052307 10.0.0.240 - - [2026-02-16 02:05:29] "GET /projects?obj_uuids=74a33888-e99f-4812-98af-097b97531aa0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001019 10.0.0.240 - - [2026-02-16 02:05:29] "GET /project/74a33888-e99f-4812-98af-097b97531aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.021697 10.0.0.240 - - [2026-02-16 02:05:29] "POST /neutron/network HTTP/1.1" 200 117 0.028846 10.0.0.240 - - [2026-02-16 02:05:29] "GET /projects?obj_uuids=74a33888-e99f-4812-98af-097b97531aa0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001134 10.0.0.240 - - [2026-02-16 02:05:29] "POST /neutron/network HTTP/1.1" 200 612 0.054204 10.0.0.240 - - [2026-02-16 02:05:29] "POST /route-targets HTTP/1.1" 200 328 0.009959 10.0.0.240 - - [2026-02-16 02:05:29] "POST /ref-update HTTP/1.1" 200 156 0.008552 10.0.0.240 - - [2026-02-16 02:05:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002784 10.0.0.240 - - [2026-02-16 02:05:29] "POST /neutron/subnet HTTP/1.1" 200 724 0.156897 10.0.0.240 - - [2026-02-16 02:05:29] "POST /neutron/network HTTP/1.1" 200 831 0.004246 10.0.0.240 - - [2026-02-16 02:05:29] "POST /id-to-fqname HTTP/1.1" 200 220 0.000961 10.0.0.240 - - [2026-02-16 02:05:29] "GET /virtual-network/a57e623a-4d4e-49cc-8e09-3ba6a97d6c52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003740 10.0.0.240 - - [2026-02-16 02:05:29] "POST /neutron/network HTTP/1.1" 200 831 0.005206 10.0.0.240 - - [2026-02-16 02:05:29] "GET /virtual-network/a57e623a-4d4e-49cc-8e09-3ba6a97d6c52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004259 10.0.0.240 - - [2026-02-16 02:05:30] "POST /neutron/network HTTP/1.1" 200 831 0.004577 10.0.0.240 - - [2026-02-16 02:05:30] "POST /neutron/subnet HTTP/1.1" 200 724 0.005719 10.0.0.240 - - [2026-02-16 02:05:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.001902 10.0.0.240 - - [2026-02-16 02:05:30] "GET /virtual-network/a57e623a-4d4e-49cc-8e09-3ba6a97d6c52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004573 10.0.0.240 - - [2026-02-16 02:05:30] "PUT /virtual-network/a57e623a-4d4e-49cc-8e09-3ba6a97d6c52 HTTP/1.1" 200 265 0.027494 10.0.0.240 - - [2026-02-16 02:05:30] "POST /route-targets HTTP/1.1" 200 324 0.012091 10.0.0.240 - - [2026-02-16 02:05:30] "POST /ref-update HTTP/1.1" 200 156 0.008584 10.0.0.240 - - [2026-02-16 02:05:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002625 10.0.0.240 - - [2026-02-16 02:05:30] "GET /projects?obj_uuids=74a33888-e99f-4812-98af-097b97531aa0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000989 10.0.0.240 - - [2026-02-16 02:05:30] "GET /project/74a33888-e99f-4812-98af-097b97531aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.021335 10.0.0.240 - - [2026-02-16 02:05:30] "POST /neutron/network HTTP/1.1" 200 117 0.008249 10.0.0.240 - - [2026-02-16 02:05:30] "GET /projects?obj_uuids=74a33888-e99f-4812-98af-097b97531aa0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001012 10.0.0.240 - - [2026-02-16 02:05:30] "POST /neutron/network HTTP/1.1" 200 612 0.055584 10.0.0.240 - - [2026-02-16 02:05:30] "POST /route-targets HTTP/1.1" 200 328 0.008909 10.0.0.240 - - [2026-02-16 02:05:30] "POST /ref-update HTTP/1.1" 200 156 0.008102 10.0.0.240 - - [2026-02-16 02:05:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002108 10.0.0.240 - - [2026-02-16 02:05:30] "POST /neutron/subnet HTTP/1.1" 200 720 0.178840 10.0.0.240 - - [2026-02-16 02:05:30] "POST /neutron/network HTTP/1.1" 200 830 0.005325 10.0.0.240 - - [2026-02-16 02:05:30] "POST /id-to-fqname HTTP/1.1" 200 220 0.000913 10.0.0.240 - - [2026-02-16 02:05:30] "GET /virtual-network/8170be47-45b1-43b6-ad77-766a04b07481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004260 10.0.0.240 - - [2026-02-16 02:05:30] "POST /neutron/network HTTP/1.1" 200 830 0.004943 10.0.0.240 - - [2026-02-16 02:05:30] "GET /virtual-network/8170be47-45b1-43b6-ad77-766a04b07481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.010760 10.0.0.240 - - [2026-02-16 02:05:30] "POST /neutron/network HTTP/1.1" 200 830 0.008263 10.0.0.240 - - [2026-02-16 02:05:30] "POST /neutron/subnet HTTP/1.1" 200 720 0.007555 10.0.0.240 - - [2026-02-16 02:05:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.001916 10.0.0.240 - - [2026-02-16 02:05:30] "GET /virtual-network/8170be47-45b1-43b6-ad77-766a04b07481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.003819 10.0.0.240 - - [2026-02-16 02:05:30] "POST /ref-update HTTP/1.1" 200 156 0.008607 10.0.0.240 - - [2026-02-16 02:05:30] "PUT /virtual-network/8170be47-45b1-43b6-ad77-766a04b07481 HTTP/1.1" 200 265 0.031968 10.0.0.240 - - [2026-02-16 02:05:30] "POST /id-to-fqname HTTP/1.1" 200 220 0.001236 10.0.0.240 - - [2026-02-16 02:05:31] "POST /neutron/network HTTP/1.1" 200 841 0.004883 10.0.0.240 - - [2026-02-16 02:05:31] "GET /aaa-mode HTTP/1.1" 401 293 0.000386 10.0.0.240 - - [2026-02-16 02:05:31] "GET / HTTP/1.1" 200 36215 0.001605 10.0.0.240 - - [2026-02-16 02:05:31] "GET /project/74a33888-e99f-4812-98af-097b97531aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000362 10.0.0.240 - - [2026-02-16 02:05:31] "GET /projects?obj_uuids=74a33888-e99f-4812-98af-097b97531aa0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001029 10.0.0.240 - - [2026-02-16 02:05:31] "GET /project/74a33888-e99f-4812-98af-097b97531aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.046885 10.0.0.240 - - [2026-02-16 02:05:31] "POST /neutron/network HTTP/1.1" 200 831 0.004366 10.0.0.240 - - [2026-02-16 02:05:31] "POST /neutron/port HTTP/1.1" 200 117 0.004085 10.0.0.240 - - [2026-02-16 02:05:32] "POST /neutron/port HTTP/1.1" 200 117 0.004370 10.0.0.240 - - [2026-02-16 02:05:32] "POST /id-to-fqname HTTP/1.1" 200 220 0.001288 10.0.0.240 - - [2026-02-16 02:05:32] "POST /neutron/port HTTP/1.1" 200 117 0.004833 10.0.0.240 - - [2026-02-16 02:05:32] "POST /neutron/network HTTP/1.1" 200 840 0.004932 10.0.0.240 - - [2026-02-16 02:05:32] "GET /aaa-mode HTTP/1.1" 401 293 0.000358 10.0.0.240 - - [2026-02-16 02:05:32] "POST /neutron/network HTTP/1.1" 200 841 0.004828 10.0.0.240 - - [2026-02-16 02:05:32] "GET /projects?obj_uuids=74a33888-e99f-4812-98af-097b97531aa0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001235 10.0.0.240 - - [2026-02-16 02:05:32] "GET / HTTP/1.1" 200 36215 0.001566 10.0.0.240 - - [2026-02-16 02:05:32] "GET /project/74a33888-e99f-4812-98af-097b97531aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000413 10.0.0.240 - - [2026-02-16 02:05:32] "POST /neutron/port HTTP/1.1" 200 1053 0.190330 10.0.0.240 - - [2026-02-16 02:05:32] "POST /neutron/port HTTP/1.1" 200 1053 0.012902 10.0.0.240 - - [2026-02-16 02:05:32] "POST /neutron/port HTTP/1.1" 200 1053 0.010681 10.0.0.240 - - [2026-02-16 02:05:32] "POST /neutron/port HTTP/1.1" 200 1107 0.056529 10.0.0.240 - - [2026-02-16 02:05:32] "POST /neutron/port HTTP/1.1" 200 1117 0.012487 10.0.0.240 - - [2026-02-16 02:05:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002893 10.0.0.240 - - [2026-02-16 02:05:32] "POST /neutron/subnet HTTP/1.1" 200 698 0.008311 10.0.0.240 - - [2026-02-16 02:05:32] "POST /neutron/port HTTP/1.1" 200 117 0.001100 10.0.0.240 - - [2026-02-16 02:05:32] "POST /neutron/network HTTP/1.1" 200 831 0.005051 10.0.0.240 - - [2026-02-16 02:05:32] "GET /projects?obj_uuids=74a33888-e99f-4812-98af-097b97531aa0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001774 10.0.0.240 - - [2026-02-16 02:05:32] "GET /project/74a33888-e99f-4812-98af-097b97531aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.062068 10.0.0.240 - - [2026-02-16 02:05:32] "POST /neutron/network HTTP/1.1" 200 830 0.005188 10.0.0.240 - - [2026-02-16 02:05:33] "POST /neutron/port HTTP/1.1" 200 1117 0.014709 10.0.0.240 - - [2026-02-16 02:05:33] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006775 10.0.0.240 - - [2026-02-16 02:05:33] "POST /neutron/port HTTP/1.1" 200 117 0.005613 10.0.0.240 - - [2026-02-16 02:05:33] "POST /neutron/port HTTP/1.1" 200 1117 0.011197 10.0.0.240 - - [2026-02-16 02:05:33] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006334 10.0.0.240 - - [2026-02-16 02:05:33] "POST /neutron/network HTTP/1.1" 200 840 0.004998 10.0.0.240 - - [2026-02-16 02:05:33] "GET /projects?obj_uuids=74a33888-e99f-4812-98af-097b97531aa0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001168 10.0.0.240 - - [2026-02-16 02:05:33] "POST /neutron/port HTTP/1.1" 200 1052 0.239367 10.0.0.240 - - [2026-02-16 02:05:33] "POST /neutron/port HTTP/1.1" 200 1052 0.017437 10.0.0.240 - - [2026-02-16 02:05:33] "POST /neutron/port HTTP/1.1" 200 1052 0.014208 10.0.0.240 - - [2026-02-16 02:05:33] "POST /neutron/port HTTP/1.1" 200 1106 0.072551 10.0.0.240 - - [2026-02-16 02:05:33] "POST /neutron/port HTTP/1.1" 200 1116 0.013459 10.0.0.240 - - [2026-02-16 02:05:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003012 10.0.0.240 - - [2026-02-16 02:05:33] "POST /neutron/subnet HTTP/1.1" 200 694 0.007099 10.0.0.240 - - [2026-02-16 02:05:34] "POST /neutron/port HTTP/1.1" 200 117 0.000988 10.0.0.240 - - [2026-02-16 02:05:34] "POST /neutron/network HTTP/1.1" 200 830 0.005205 10.0.0.240 - - [2026-02-16 02:05:38] "POST /neutron/port HTTP/1.1" 200 1117 0.010495 10.0.0.240 - - [2026-02-16 02:05:38] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005612 10.0.0.240 - - [2026-02-16 02:05:38] "POST /neutron/port HTTP/1.1" 200 1117 0.010971 10.0.0.240 - - [2026-02-16 02:05:38] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005407 10.0.0.240 - - [2026-02-16 02:05:38] "POST /neutron/port HTTP/1.1" 200 1117 0.010414 10.0.0.240 - - [2026-02-16 02:05:38] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005714 10.0.0.240 - - [2026-02-16 02:05:38] "GET /virtual-machine/e2cc9e54-bbd0-49d2-b674-d224117bdf0d HTTP/1.1" 401 293 0.000374 10.0.0.240 - - [2026-02-16 02:05:38] "GET /virtual-machine/e2cc9e54-bbd0-49d2-b674-d224117bdf0d HTTP/1.1" 200 1288 0.027004 10.0.0.240 - - [2026-02-16 02:05:38] "GET /virtual-machine-interface/56296617-c257-4fd4-825c-22c34ee05db9 HTTP/1.1" 200 2932 0.004305 10.0.0.240 - - [2026-02-16 02:05:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002726 10.0.0.240 - - [2026-02-16 02:05:38] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003753 10.0.0.240 - - [2026-02-16 02:05:38] "GET /virtual-networks?parent_id=74a33888-e99f-4812-98af-097b97531aa0&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002693 10.0.0.240 - - [2026-02-16 02:05:38] "GET /virtual-network/a57e623a-4d4e-49cc-8e09-3ba6a97d6c52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.004666 10.0.0.240 - - [2026-02-16 02:05:41] "POST /neutron/port HTTP/1.1" 200 1117 0.012972 10.0.0.240 - - [2026-02-16 02:05:41] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004635 10.0.0.240 - - [2026-02-16 02:05:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002506 10.0.0.240 - - [2026-02-16 02:05:42] "GET /virtual-network/a57e623a-4d4e-49cc-8e09-3ba6a97d6c52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.004831 10.0.0.240 - - [2026-02-16 02:05:42] "POST /neutron/port HTTP/1.1" 200 1116 0.011293 10.0.0.240 - - [2026-02-16 02:05:42] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004370 10.0.0.240 - - [2026-02-16 02:05:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002558 10.0.0.240 - - [2026-02-16 02:05:44] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002571 10.0.0.240 - - [2026-02-16 02:05:44] "GET /virtual-networks?parent_id=74a33888-e99f-4812-98af-097b97531aa0&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002533 10.0.0.240 - - [2026-02-16 02:05:44] "GET /virtual-network/a57e623a-4d4e-49cc-8e09-3ba6a97d6c52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.004591 10.0.0.240 - - [2026-02-16 02:05:44] "POST /neutron/port HTTP/1.1" 200 1116 0.010293 10.0.0.240 - - [2026-02-16 02:05:44] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004552 10.0.0.240 - - [2026-02-16 02:05:44] "POST /neutron/port HTTP/1.1" 200 1116 0.010311 10.0.0.240 - - [2026-02-16 02:05:44] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005161 10.0.0.240 - - [2026-02-16 02:05:44] "POST /neutron/port HTTP/1.1" 200 1116 0.011364 10.0.0.240 - - [2026-02-16 02:05:44] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005311 10.0.0.240 - - [2026-02-16 02:05:44] "GET /virtual-machine/291208b5-06e4-489c-a390-208d51eeeaed HTTP/1.1" 200 1287 0.003899 10.0.0.240 - - [2026-02-16 02:05:44] "GET /virtual-machine-interface/305b7bc6-0d84-491d-881e-d44562b0a361 HTTP/1.1" 200 2932 0.003923 10.0.0.240 - - [2026-02-16 02:05:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.240 - - [2026-02-16 02:05:44] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002592 10.0.0.240 - - [2026-02-16 02:05:44] "GET /virtual-networks?parent_id=74a33888-e99f-4812-98af-097b97531aa0&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002461 10.0.0.240 - - [2026-02-16 02:05:44] "GET /virtual-network/8170be47-45b1-43b6-ad77-766a04b07481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.004466 10.0.0.240 - - [2026-02-16 02:05:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002607 10.0.0.240 - - [2026-02-16 02:05:45] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003019 10.0.0.240 - - [2026-02-16 02:05:45] "GET /virtual-networks?parent_id=74a33888-e99f-4812-98af-097b97531aa0&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002792 10.0.0.240 - - [2026-02-16 02:05:45] "GET /virtual-network/8170be47-45b1-43b6-ad77-766a04b07481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.005315 10.0.0.240 - - [2026-02-16 02:05:46] "POST /routing-policys HTTP/1.1" 200 536 0.022650 10.0.0.240 - - [2026-02-16 02:05:46] "GET /virtual-network/a57e623a-4d4e-49cc-8e09-3ba6a97d6c52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.004704 10.0.0.240 - - [2026-02-16 02:05:46] "PUT /virtual-network/a57e623a-4d4e-49cc-8e09-3ba6a97d6c52 HTTP/1.1" 200 265 0.029225 10.0.0.240 - - [2026-02-16 02:05:46] "POST /ref-update HTTP/1.1" 200 156 0.010422 10.0.0.240 - - [2026-02-16 02:05:50] "POST /ref-update HTTP/1.1" 200 156 0.025495 10.0.0.240 - - [2026-02-16 02:05:50] "POST /ref-update HTTP/1.1" 200 156 0.013419 10.0.0.240 - - [2026-02-16 02:05:50] "DELETE /routing-policy/0fa39530-6fd6-4bc2-a173-acfc36cfe695 HTTP/1.1" 200 115 0.023615 10.0.0.240 - - [2026-02-16 02:05:50] "POST /neutron/network HTTP/1.1" 200 830 0.005173 10.0.0.240 - - [2026-02-16 02:05:50] "POST /neutron/network HTTP/1.1" 400 204 0.009642 10.0.0.240 - - [2026-02-16 02:05:50] "POST /neutron/port HTTP/1.1" 200 1116 0.012186 10.0.0.240 - - [2026-02-16 02:05:50] "POST /neutron/port HTTP/1.1" 200 1106 0.008955 10.0.0.240 - - [2026-02-16 02:05:50] "POST /neutron/port HTTP/1.1" 200 1117 0.013579 10.0.0.240 - - [2026-02-16 02:05:50] "POST /neutron/port HTTP/1.1" 200 1107 0.013970 10.0.0.240 - - [2026-02-16 02:05:51] "POST /neutron/port HTTP/1.1" 200 151 0.116080 10.0.0.240 - - [2026-02-16 02:05:51] "POST /neutron/port HTTP/1.1" 200 151 0.117578 10.0.0.240 - - [2026-02-16 02:05:52] "POST /neutron/network HTTP/1.1" 200 830 0.005175 10.0.0.240 - - [2026-02-16 02:05:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.240 - - [2026-02-16 02:05:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002736 10.0.0.240 - - [2026-02-16 02:05:52] "POST /useragent-kv HTTP/1.1" 200 115 0.001522 10.0.0.240 - - [2026-02-16 02:05:52] "POST /neutron/network HTTP/1.1" 200 151 0.083081 10.0.0.240 - - [2026-02-16 02:05:52] "DELETE /route-target/8dfa5c63-6fe7-488f-a757-20aef33611f7 HTTP/1.1" 200 115 0.020308 10.0.0.240 - - [2026-02-16 02:05:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002215 10.0.0.240 - - [2026-02-16 02:05:52] "POST /neutron/network HTTP/1.1" 200 831 0.004471 10.0.0.240 - - [2026-02-16 02:05:52] "DELETE /route-target/9f3aeb68-2506-43b0-8998-c8877aee8753 HTTP/1.1" 409 240 0.004546 10.0.0.240 - - [2026-02-16 02:05:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002349 10.0.0.240 - - [2026-02-16 02:05:52] "POST /useragent-kv HTTP/1.1" 200 115 0.001890 10.0.0.240 - - [2026-02-16 02:05:52] "POST /neutron/network HTTP/1.1" 200 151 0.067822 10.0.0.240 - - [2026-02-16 02:05:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002422 10.0.0.240 - - [2026-02-16 02:05:52] "DELETE /route-target/8d3197cc-9726-4d6a-a759-0b5b9e2ae9ef HTTP/1.1" 200 115 0.012707 10.0.0.240 - - [2026-02-16 02:05:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002233 10.0.0.240 - - [2026-02-16 02:05:52] "DELETE /route-target/9f3aeb68-2506-43b0-8998-c8877aee8753 HTTP/1.1" 200 115 0.013379 10.0.0.240 - - [2026-02-16 02:05:52] "GET /projects?obj_uuids=74a33888-e99f-4812-98af-097b97531aa0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000942 10.0.0.240 - - [2026-02-16 02:05:52] "GET /project/74a33888-e99f-4812-98af-097b97531aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.021920 10.0.0.240 - - [2026-02-16 02:05:52] "GET /projects?obj_uuids=74a33888-e99f-4812-98af-097b97531aa0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000963 10.0.0.240 - - [2026-02-16 02:05:53] "GET /project/74a33888-e99f-4812-98af-097b97531aa0?fields=virtual_networks HTTP/1.1" 200 1019 0.062979 10.0.0.240 - - [2026-02-16 02:05:53] "GET /projects?obj_uuids=74a33888-e99f-4812-98af-097b97531aa0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001146 10.0.0.240 - - [2026-02-16 02:05:53] "GET /project/74a33888-e99f-4812-98af-097b97531aa0?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.025958 10.0.0.240 - - [2026-02-16 02:05:53] "GET /projects?obj_uuids=74a33888-e99f-4812-98af-097b97531aa0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001014 10.0.0.240 - - [2026-02-16 02:05:53] "GET /project/74a33888-e99f-4812-98af-097b97531aa0?fields=security_groups HTTP/1.1" 200 1239 0.021664 10.0.0.240 - - [2026-02-16 02:05:54] "POST /fqname-to-id HTTP/1.1" 404 186 0.026010 10.0.0.240 - - [2026-02-16 02:05:54] "GET /projects?obj_uuids=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001925 10.0.0.240 - - [2026-02-16 02:05:54] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000986 10.0.0.240 - - [2026-02-16 02:05:54] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006456 10.0.0.240 - - [2026-02-16 02:05:54] "POST /id-to-fqname HTTP/1.1" 200 188 0.001124 10.0.0.240 - - [2026-02-16 02:05:54] "POST /fqname-to-id HTTP/1.1" 404 197 0.002489 10.0.0.240 - - [2026-02-16 02:05:54] "POST /security-groups HTTP/1.1" 200 589 0.060136 10.0.0.240 - - [2026-02-16 02:05:54] "POST /fqname-to-id HTTP/1.1" 404 232 0.003176 10.0.0.240 - - [2026-02-16 02:05:54] "POST /projects HTTP/1.1" 200 581 0.197503 10.0.0.240 - - [2026-02-16 02:05:54] "POST /access-control-lists HTTP/1.1" 200 596 0.059999 10.0.0.240 - - [2026-02-16 02:05:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.264482 10.0.0.240 - - [2026-02-16 02:05:54] "POST /fqname-to-id HTTP/1.1" 404 231 0.002814 10.0.0.240 - - [2026-02-16 02:05:54] "GET /project/b4154895-bafc-410e-88a1-11c3077f8bb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.375580 10.0.0.240 - - [2026-02-16 02:05:54] "POST /access-control-lists HTTP/1.1" 200 594 0.056598 10.0.0.240 - - [2026-02-16 02:05:55] "GET / HTTP/1.1" 200 36215 0.001735 10.0.0.240 - - [2026-02-16 02:05:56] "POST /fqname-to-id HTTP/1.1" 401 293 0.000434 10.0.0.240 - - [2026-02-16 02:05:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.050415 10.0.0.240 - - [2026-02-16 02:05:56] "GET /projects?obj_uuids=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000986 10.0.0.240 - - [2026-02-16 02:05:56] "GET /project/b4154895-bafc-410e-88a1-11c3077f8bb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.020303 10.0.0.240 - - [2026-02-16 02:05:56] "POST /neutron/network HTTP/1.1" 200 117 0.029941 10.0.0.240 - - [2026-02-16 02:05:56] "GET /projects?obj_uuids=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001407 10.0.0.240 - - [2026-02-16 02:05:56] "POST /neutron/network HTTP/1.1" 200 613 0.054766 10.0.0.240 - - [2026-02-16 02:05:56] "POST /route-targets HTTP/1.1" 200 328 0.009063 10.0.0.240 - - [2026-02-16 02:05:56] "POST /ref-update HTTP/1.1" 200 156 0.008968 10.0.0.240 - - [2026-02-16 02:05:56] "POST /useragent-kv HTTP/1.1" 200 115 0.007377 10.0.0.240 - - [2026-02-16 02:05:56] "POST /neutron/subnet HTTP/1.1" 200 715 0.184017 10.0.0.240 - - [2026-02-16 02:05:56] "POST /neutron/network HTTP/1.1" 200 830 0.004532 10.0.0.240 - - [2026-02-16 02:05:56] "POST /id-to-fqname HTTP/1.1" 200 223 0.001008 10.0.0.240 - - [2026-02-16 02:05:57] "GET /virtual-network/2cdfadc0-b1fd-4e2b-bf2b-1017c3da410e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003986 10.0.0.240 - - [2026-02-16 02:05:57] "POST /neutron/network HTTP/1.1" 200 830 0.005571 10.0.0.240 - - [2026-02-16 02:05:57] "GET /virtual-network/2cdfadc0-b1fd-4e2b-bf2b-1017c3da410e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005938 10.0.0.240 - - [2026-02-16 02:05:57] "POST /neutron/network HTTP/1.1" 200 830 0.005839 10.0.0.240 - - [2026-02-16 02:05:57] "POST /neutron/subnet HTTP/1.1" 200 715 0.005668 10.0.0.240 - - [2026-02-16 02:05:57] "GET /domains HTTP/1.1" 401 293 0.000382 10.0.0.240 - - [2026-02-16 02:05:57] "GET /domains HTTP/1.1" 200 281 0.023915 10.0.0.240 - - [2026-02-16 02:05:57] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002017 10.0.0.240 - - [2026-02-16 02:05:57] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2950 0.007612 10.0.0.240 - - [2026-02-16 02:05:57] "GET /projects?obj_uuids=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000781 10.0.0.240 - - [2026-02-16 02:05:57] "GET /project/b4154895-bafc-410e-88a1-11c3077f8bb6 HTTP/1.1" 200 2085 0.063738 10.0.0.240 - - [2026-02-16 02:05:57] "GET /virtual-network/2cdfadc0-b1fd-4e2b-bf2b-1017c3da410e HTTP/1.1" 200 2316 0.005117 10.0.0.240 - - [2026-02-16 02:05:57] "GET /virtual-network/2cdfadc0-b1fd-4e2b-bf2b-1017c3da410e HTTP/1.1" 200 2316 0.003870 10.0.0.240 - - [2026-02-16 02:05:57] "GET /routing-instance/b917f097-7231-4f2b-9e3e-696508bb050c HTTP/1.1" 200 1497 0.002772 10.0.0.240 - - [2026-02-16 02:05:57] "GET /routing-instance/b917f097-7231-4f2b-9e3e-696508bb050c HTTP/1.1" 200 1497 0.002516 10.0.0.240 - - [2026-02-16 02:05:57] "GET /route-target/5098f1d4-abba-423a-be0c-b00814fa90cf HTTP/1.1" 200 1214 0.002647 10.0.0.240 - - [2026-02-16 02:05:57] "GET /virtual-network/2cdfadc0-b1fd-4e2b-bf2b-1017c3da410e HTTP/1.1" 200 2316 0.003709 10.0.0.240 - - [2026-02-16 02:05:57] "GET /routing-instance/b917f097-7231-4f2b-9e3e-696508bb050c HTTP/1.1" 200 1497 0.002423 10.0.0.240 - - [2026-02-16 02:05:57] "GET /virtual-network/2cdfadc0-b1fd-4e2b-bf2b-1017c3da410e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003791 10.0.0.240 - - [2026-02-16 02:05:57] "GET /virtual-network/2cdfadc0-b1fd-4e2b-bf2b-1017c3da410e HTTP/1.1" 200 2316 0.003761 10.0.0.240 - - [2026-02-16 02:05:57] "GET /routing-instance/b917f097-7231-4f2b-9e3e-696508bb050c HTTP/1.1" 200 1497 0.002652 10.0.0.240 - - [2026-02-16 02:05:57] "GET /routing-instance/b917f097-7231-4f2b-9e3e-696508bb050c HTTP/1.1" 200 1497 0.002564 10.0.0.240 - - [2026-02-16 02:05:57] "GET /route-target/5098f1d4-abba-423a-be0c-b00814fa90cf HTTP/1.1" 200 1214 0.002621 10.0.0.240 - - [2026-02-16 02:05:57] "GET /domains HTTP/1.1" 200 281 0.002531 10.0.0.240 - - [2026-02-16 02:05:57] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000848 10.0.0.240 - - [2026-02-16 02:05:57] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2950 0.005908 10.0.0.240 - - [2026-02-16 02:05:57] "GET /projects?obj_uuids=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000970 10.0.0.240 - - [2026-02-16 02:05:57] "GET /project/b4154895-bafc-410e-88a1-11c3077f8bb6 HTTP/1.1" 200 2085 0.060784 10.0.0.240 - - [2026-02-16 02:05:57] "GET /virtual-network/2cdfadc0-b1fd-4e2b-bf2b-1017c3da410e HTTP/1.1" 200 2316 0.004228 10.0.0.240 - - [2026-02-16 02:05:58] "GET /obj-perms HTTP/1.1" 200 5045 0.048588 10.0.0.240 - - [2026-02-16 02:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.240 - - [2026-02-16 02:05:58] "GET /projects?obj_uuids=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000890 10.0.0.240 - - [2026-02-16 02:05:58] "GET /project/b4154895-bafc-410e-88a1-11c3077f8bb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.022199 10.0.0.240 - - [2026-02-16 02:05:58] "POST /neutron/network HTTP/1.1" 200 117 0.008091 10.0.0.240 - - [2026-02-16 02:05:58] "GET /projects?obj_uuids=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000889 10.0.0.240 - - [2026-02-16 02:05:58] "POST /neutron/network HTTP/1.1" 200 613 0.053930 10.0.0.240 - - [2026-02-16 02:05:58] "POST /route-targets HTTP/1.1" 200 328 0.008861 10.0.0.240 - - [2026-02-16 02:05:58] "POST /ref-update HTTP/1.1" 200 156 0.010409 10.0.0.240 - - [2026-02-16 02:05:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002390 10.0.0.240 - - [2026-02-16 02:05:58] "POST /neutron/subnet HTTP/1.1" 200 720 0.175603 10.0.0.240 - - [2026-02-16 02:05:58] "POST /neutron/network HTTP/1.1" 200 831 0.004579 10.0.0.240 - - [2026-02-16 02:05:58] "POST /id-to-fqname HTTP/1.1" 200 223 0.001066 10.0.0.240 - - [2026-02-16 02:05:58] "GET /virtual-network/1ffaad4c-1c85-4cd3-b7a6-8725f93ea30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004050 10.0.0.240 - - [2026-02-16 02:05:58] "POST /neutron/network HTTP/1.1" 200 831 0.005583 10.0.0.240 - - [2026-02-16 02:05:58] "GET /virtual-network/1ffaad4c-1c85-4cd3-b7a6-8725f93ea30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004210 10.0.0.240 - - [2026-02-16 02:05:58] "POST /neutron/network HTTP/1.1" 200 831 0.004744 10.0.0.240 - - [2026-02-16 02:05:58] "POST /neutron/subnet HTTP/1.1" 200 720 0.006693 10.0.0.240 - - [2026-02-16 02:05:58] "GET /domains HTTP/1.1" 200 281 0.002150 10.0.0.240 - - [2026-02-16 02:05:58] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000964 10.0.0.240 - - [2026-02-16 02:05:58] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2950 0.005944 10.0.0.240 - - [2026-02-16 02:05:58] "GET /projects?obj_uuids=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001188 10.0.0.240 - - [2026-02-16 02:05:58] "GET /project/b4154895-bafc-410e-88a1-11c3077f8bb6 HTTP/1.1" 200 2304 0.065290 10.0.0.240 - - [2026-02-16 02:05:58] "GET /virtual-network/1ffaad4c-1c85-4cd3-b7a6-8725f93ea30b HTTP/1.1" 200 2319 0.005251 10.0.0.240 - - [2026-02-16 02:05:58] "GET /virtual-network/1ffaad4c-1c85-4cd3-b7a6-8725f93ea30b HTTP/1.1" 200 2319 0.004423 10.0.0.240 - - [2026-02-16 02:05:58] "GET /routing-instance/f583e960-2ec5-4e2b-931d-fce5b6aee491 HTTP/1.1" 200 1497 0.002810 10.0.0.240 - - [2026-02-16 02:05:58] "GET /routing-instance/f583e960-2ec5-4e2b-931d-fce5b6aee491 HTTP/1.1" 200 1497 0.002577 10.0.0.240 - - [2026-02-16 02:05:58] "GET /route-target/6498fd3b-c66e-4cef-8bb3-32fff8ad5dbd HTTP/1.1" 200 1214 0.002903 10.0.0.240 - - [2026-02-16 02:05:58] "GET /virtual-network/1ffaad4c-1c85-4cd3-b7a6-8725f93ea30b HTTP/1.1" 200 2319 0.004581 10.0.0.240 - - [2026-02-16 02:05:58] "GET /routing-instance/f583e960-2ec5-4e2b-931d-fce5b6aee491 HTTP/1.1" 200 1497 0.003734 10.0.0.240 - - [2026-02-16 02:05:58] "GET /virtual-network/1ffaad4c-1c85-4cd3-b7a6-8725f93ea30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004373 10.0.0.240 - - [2026-02-16 02:05:58] "GET /virtual-network/1ffaad4c-1c85-4cd3-b7a6-8725f93ea30b HTTP/1.1" 200 2319 0.004631 10.0.0.240 - - [2026-02-16 02:05:58] "GET /routing-instance/f583e960-2ec5-4e2b-931d-fce5b6aee491 HTTP/1.1" 200 1497 0.003182 10.0.0.240 - - [2026-02-16 02:05:58] "GET /routing-instance/f583e960-2ec5-4e2b-931d-fce5b6aee491 HTTP/1.1" 200 1497 0.003021 10.0.0.240 - - [2026-02-16 02:05:58] "GET /route-target/6498fd3b-c66e-4cef-8bb3-32fff8ad5dbd HTTP/1.1" 200 1214 0.002386 10.0.0.240 - - [2026-02-16 02:05:58] "GET /domains HTTP/1.1" 200 281 0.002076 10.0.0.240 - - [2026-02-16 02:05:58] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001188 10.0.0.240 - - [2026-02-16 02:05:58] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2950 0.006222 10.0.0.240 - - [2026-02-16 02:05:58] "GET /projects?obj_uuids=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000843 10.0.0.240 - - [2026-02-16 02:05:58] "GET /project/b4154895-bafc-410e-88a1-11c3077f8bb6 HTTP/1.1" 200 2304 0.062031 10.0.0.240 - - [2026-02-16 02:05:58] "GET /virtual-network/1ffaad4c-1c85-4cd3-b7a6-8725f93ea30b HTTP/1.1" 200 2319 0.004061 10.0.0.240 - - [2026-02-16 02:05:58] "GET /obj-perms HTTP/1.1" 200 5045 0.002365 10.0.0.240 - - [2026-02-16 02:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002594 10.0.0.240 - - [2026-02-16 02:05:58] "GET /projects?obj_uuids=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001371 10.0.0.240 - - [2026-02-16 02:05:58] "GET /project/b4154895-bafc-410e-88a1-11c3077f8bb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.023935 10.0.0.240 - - [2026-02-16 02:05:58] "POST /neutron/network HTTP/1.1" 200 117 0.009357 10.0.0.240 - - [2026-02-16 02:05:58] "GET /projects?obj_uuids=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000871 10.0.0.240 - - [2026-02-16 02:05:59] "POST /neutron/network HTTP/1.1" 200 615 0.050899 10.0.0.240 - - [2026-02-16 02:05:59] "POST /useragent-kv HTTP/1.1" 200 115 0.001872 10.0.0.240 - - [2026-02-16 02:05:59] "POST /neutron/subnet HTTP/1.1" 200 714 0.131945 10.0.0.240 - - [2026-02-16 02:05:59] "POST /neutron/network HTTP/1.1" 200 832 0.004311 10.0.0.240 - - [2026-02-16 02:05:59] "POST /id-to-fqname HTTP/1.1" 200 224 0.001002 10.0.0.240 - - [2026-02-16 02:05:59] "GET /virtual-network/a5aa5507-68df-44cb-be64-d95e50bc7cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.003810 10.0.0.240 - - [2026-02-16 02:05:59] "POST /neutron/network HTTP/1.1" 200 832 0.004825 10.0.0.240 - - [2026-02-16 02:05:59] "GET /virtual-network/a5aa5507-68df-44cb-be64-d95e50bc7cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004222 10.0.0.240 - - [2026-02-16 02:05:59] "POST /neutron/network HTTP/1.1" 200 832 0.005376 10.0.0.240 - - [2026-02-16 02:05:59] "POST /neutron/subnet HTTP/1.1" 200 714 0.007019 10.0.0.240 - - [2026-02-16 02:05:59] "GET /domains HTTP/1.1" 200 281 0.001880 10.0.0.240 - - [2026-02-16 02:05:59] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000890 10.0.0.240 - - [2026-02-16 02:05:59] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2950 0.005609 10.0.0.240 - - [2026-02-16 02:05:59] "GET /projects?obj_uuids=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000828 10.0.0.240 - - [2026-02-16 02:05:59] "GET /project/b4154895-bafc-410e-88a1-11c3077f8bb6 HTTP/1.1" 200 2524 0.062477 10.0.0.240 - - [2026-02-16 02:05:59] "GET /virtual-network/a5aa5507-68df-44cb-be64-d95e50bc7cab HTTP/1.1" 200 2322 0.007517 10.0.0.240 - - [2026-02-16 02:05:59] "GET /virtual-network/a5aa5507-68df-44cb-be64-d95e50bc7cab HTTP/1.1" 200 2322 0.004830 10.0.0.240 - - [2026-02-16 02:05:59] "GET /routing-instance/d77b4842-0a7f-4798-8ada-5889310cc293 HTTP/1.1" 200 1279 0.003206 10.0.0.240 - - [2026-02-16 02:05:59] "GET /routing-instance/d77b4842-0a7f-4798-8ada-5889310cc293 HTTP/1.1" 200 1279 0.002920 10.0.0.240 - - [2026-02-16 02:05:59] "POST /ref-update HTTP/1.1" 200 156 0.006895 10.0.0.240 - - [2026-02-16 02:06:04] "GET /domains HTTP/1.1" 200 281 0.002422 10.0.0.240 - - [2026-02-16 02:06:04] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000811 10.0.0.240 - - [2026-02-16 02:06:04] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2950 0.005849 10.0.0.240 - - [2026-02-16 02:06:04] "GET /projects?obj_uuids=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000796 10.0.0.240 - - [2026-02-16 02:06:04] "GET /project/b4154895-bafc-410e-88a1-11c3077f8bb6 HTTP/1.1" 200 2524 0.063353 10.0.0.240 - - [2026-02-16 02:06:04] "GET /virtual-network/a5aa5507-68df-44cb-be64-d95e50bc7cab HTTP/1.1" 200 2322 0.004079 10.0.0.240 - - [2026-02-16 02:06:04] "GET /virtual-network/a5aa5507-68df-44cb-be64-d95e50bc7cab HTTP/1.1" 200 2322 0.005339 10.0.0.240 - - [2026-02-16 02:06:04] "GET /routing-instance/d77b4842-0a7f-4798-8ada-5889310cc293 HTTP/1.1" 200 1501 0.003672 10.0.0.240 - - [2026-02-16 02:06:04] "GET /routing-instance/d77b4842-0a7f-4798-8ada-5889310cc293 HTTP/1.1" 200 1501 0.002494 10.0.0.240 - - [2026-02-16 02:06:04] "GET /route-target/192d6896-af86-4589-99fc-f9532ae19cf7 HTTP/1.1" 200 1216 0.002236 10.0.0.240 - - [2026-02-16 02:06:04] "GET /virtual-network/a5aa5507-68df-44cb-be64-d95e50bc7cab HTTP/1.1" 200 2322 0.003576 10.0.0.240 - - [2026-02-16 02:06:04] "GET /routing-instance/d77b4842-0a7f-4798-8ada-5889310cc293 HTTP/1.1" 200 1501 0.002796 10.0.0.240 - - [2026-02-16 02:06:04] "GET /virtual-network/a5aa5507-68df-44cb-be64-d95e50bc7cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.003659 10.0.0.240 - - [2026-02-16 02:06:04] "GET /virtual-network/a5aa5507-68df-44cb-be64-d95e50bc7cab HTTP/1.1" 200 2322 0.003700 10.0.0.240 - - [2026-02-16 02:06:04] "GET /routing-instance/d77b4842-0a7f-4798-8ada-5889310cc293 HTTP/1.1" 200 1501 0.002381 10.0.0.240 - - [2026-02-16 02:06:04] "GET /routing-instance/d77b4842-0a7f-4798-8ada-5889310cc293 HTTP/1.1" 200 1501 0.002433 10.0.0.240 - - [2026-02-16 02:06:04] "GET /route-target/192d6896-af86-4589-99fc-f9532ae19cf7 HTTP/1.1" 200 1216 0.002249 10.0.0.240 - - [2026-02-16 02:06:04] "GET /domains HTTP/1.1" 200 281 0.001976 10.0.0.240 - - [2026-02-16 02:06:04] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000907 10.0.0.240 - - [2026-02-16 02:06:04] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2950 0.007461 10.0.0.240 - - [2026-02-16 02:06:04] "GET /projects?obj_uuids=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000876 10.0.0.240 - - [2026-02-16 02:06:04] "GET /project/b4154895-bafc-410e-88a1-11c3077f8bb6 HTTP/1.1" 200 2524 0.062901 10.0.0.240 - - [2026-02-16 02:06:04] "GET /virtual-network/a5aa5507-68df-44cb-be64-d95e50bc7cab HTTP/1.1" 200 2322 0.004709 10.0.0.240 - - [2026-02-16 02:06:04] "GET /obj-perms HTTP/1.1" 200 5045 0.002448 10.0.0.240 - - [2026-02-16 02:06:04] "POST /id-to-fqname HTTP/1.1" 200 223 0.001142 10.0.0.240 - - [2026-02-16 02:06:04] "POST /neutron/network HTTP/1.1" 200 841 0.008294 10.0.0.240 - - [2026-02-16 02:06:04] "GET /aaa-mode HTTP/1.1" 401 293 0.000430 10.0.0.240 - - [2026-02-16 02:06:05] "GET / HTTP/1.1" 200 36215 0.001540 10.0.0.240 - - [2026-02-16 02:06:05] "GET /project/b4154895-bafc-410e-88a1-11c3077f8bb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000370 10.0.0.240 - - [2026-02-16 02:06:05] "GET /projects?obj_uuids=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000962 10.0.0.240 - - [2026-02-16 02:06:05] "GET /project/b4154895-bafc-410e-88a1-11c3077f8bb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.043725 10.0.0.240 - - [2026-02-16 02:06:05] "POST /neutron/network HTTP/1.1" 200 831 0.004314 10.0.0.240 - - [2026-02-16 02:06:05] "POST /neutron/port HTTP/1.1" 200 117 0.004533 10.0.0.240 - - [2026-02-16 02:06:05] "POST /neutron/port HTTP/1.1" 200 117 0.004196 10.0.0.240 - - [2026-02-16 02:06:05] "POST /id-to-fqname HTTP/1.1" 200 224 0.001217 10.0.0.240 - - [2026-02-16 02:06:05] "POST /neutron/port HTTP/1.1" 200 117 0.004199 10.0.0.240 - - [2026-02-16 02:06:05] "POST /neutron/network HTTP/1.1" 200 842 0.004875 10.0.0.240 - - [2026-02-16 02:06:05] "GET /aaa-mode HTTP/1.1" 401 293 0.000364 10.0.0.240 - - [2026-02-16 02:06:06] "POST /neutron/network HTTP/1.1" 200 841 0.011658 10.0.0.240 - - [2026-02-16 02:06:06] "GET /projects?obj_uuids=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001182 10.0.0.240 - - [2026-02-16 02:06:06] "GET / HTTP/1.1" 200 36215 0.001686 10.0.0.240 - - [2026-02-16 02:06:06] "GET /project/b4154895-bafc-410e-88a1-11c3077f8bb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000336 10.0.0.240 - - [2026-02-16 02:06:06] "POST /neutron/port HTTP/1.1" 200 1057 0.187374 10.0.0.240 - - [2026-02-16 02:06:06] "POST /neutron/port HTTP/1.1" 200 1057 0.008877 10.0.0.240 - - [2026-02-16 02:06:06] "POST /neutron/port HTTP/1.1" 200 1057 0.009386 10.0.0.240 - - [2026-02-16 02:06:06] "POST /neutron/port HTTP/1.1" 200 1111 0.054066 10.0.0.240 - - [2026-02-16 02:06:06] "POST /neutron/port HTTP/1.1" 200 1121 0.010529 10.0.0.240 - - [2026-02-16 02:06:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002831 10.0.0.240 - - [2026-02-16 02:06:06] "POST /neutron/subnet HTTP/1.1" 200 694 0.005919 10.0.0.240 - - [2026-02-16 02:06:06] "POST /neutron/port HTTP/1.1" 200 117 0.001004 10.0.0.240 - - [2026-02-16 02:06:06] "POST /neutron/network HTTP/1.1" 200 831 0.004565 10.0.0.240 - - [2026-02-16 02:06:06] "GET /projects?obj_uuids=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002311 10.0.0.240 - - [2026-02-16 02:06:06] "GET /project/b4154895-bafc-410e-88a1-11c3077f8bb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.047112 10.0.0.240 - - [2026-02-16 02:06:06] "POST /neutron/network HTTP/1.1" 200 832 0.004279 10.0.0.240 - - [2026-02-16 02:06:06] "POST /neutron/port HTTP/1.1" 200 1121 0.016825 10.0.0.240 - - [2026-02-16 02:06:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005626 10.0.0.240 - - [2026-02-16 02:06:06] "POST /neutron/port HTTP/1.1" 200 117 0.004080 10.0.0.240 - - [2026-02-16 02:06:06] "POST /fqname-to-id HTTP/1.1" 404 193 0.002271 10.0.0.240 - - [2026-02-16 02:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002326 10.0.0.240 - - [2026-02-16 02:06:06] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000959 10.0.0.240 - - [2026-02-16 02:06:06] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007971 10.0.0.240 - - [2026-02-16 02:06:07] "POST /service-templates HTTP/1.1" 200 545 0.034711 10.0.0.240 - - [2026-02-16 02:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002506 10.0.0.240 - - [2026-02-16 02:06:07] "GET /service-template/2de21e00-3fe7-4b69-9005-ec1feb930be7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004940 10.0.0.240 - - [2026-02-16 02:06:07] "POST /neutron/network HTTP/1.1" 200 842 0.005485 10.0.0.240 - - [2026-02-16 02:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.240 - - [2026-02-16 02:06:07] "GET /projects?obj_uuids=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001028 10.0.0.240 - - [2026-02-16 02:06:07] "GET /service-template/2de21e00-3fe7-4b69-9005-ec1feb930be7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.009598 10.0.0.240 - - [2026-02-16 02:06:07] "POST /id-to-fqname HTTP/1.1" 200 223 0.001146 10.0.0.240 - - [2026-02-16 02:06:07] "POST /id-to-fqname HTTP/1.1" 200 223 0.003093 10.0.0.240 - - [2026-02-16 02:06:07] "POST /id-to-fqname HTTP/1.1" 200 224 0.002666 10.0.0.240 - - [2026-02-16 02:06:07] "POST /neutron/port HTTP/1.1" 200 1056 0.264122 10.0.0.240 - - [2026-02-16 02:06:07] "POST /neutron/port HTTP/1.1" 200 1056 0.012159 10.0.0.240 - - [2026-02-16 02:06:07] "POST /neutron/port HTTP/1.1" 200 1056 0.015690 10.0.0.240 - - [2026-02-16 02:06:07] "POST /neutron/port HTTP/1.1" 200 2047 0.032866 10.0.0.240 - - [2026-02-16 02:06:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009501 10.0.0.240 - - [2026-02-16 02:06:07] "POST /neutron/port HTTP/1.1" 200 1110 0.093447 10.0.0.240 - - [2026-02-16 02:06:07] "POST /neutron/port HTTP/1.1" 200 1120 0.013056 10.0.0.240 - - [2026-02-16 02:06:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003152 10.0.0.240 - - [2026-02-16 02:06:07] "POST /neutron/subnet HTTP/1.1" 200 688 0.005801 10.0.0.240 - - [2026-02-16 02:06:07] "POST /neutron/port HTTP/1.1" 200 117 0.001025 10.0.0.240 - - [2026-02-16 02:06:07] "POST /neutron/network HTTP/1.1" 200 832 0.005019 10.0.0.240 - - [2026-02-16 02:06:08] "POST /neutron/network HTTP/1.1" 200 2218 0.007661 10.0.0.240 - - [2026-02-16 02:06:08] "GET /aaa-mode HTTP/1.1" 401 293 0.000375 10.0.0.240 - - [2026-02-16 02:06:08] "GET / HTTP/1.1" 200 36215 0.001624 10.0.0.240 - - [2026-02-16 02:06:08] "GET /project/b4154895-bafc-410e-88a1-11c3077f8bb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000347 10.0.0.240 - - [2026-02-16 02:06:08] "GET /projects?obj_uuids=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001001 10.0.0.240 - - [2026-02-16 02:06:08] "GET /project/b4154895-bafc-410e-88a1-11c3077f8bb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.056130 10.0.0.240 - - [2026-02-16 02:06:08] "POST /neutron/network HTTP/1.1" 200 830 0.005735 10.0.0.240 - - [2026-02-16 02:06:08] "POST /neutron/network HTTP/1.1" 200 831 0.004232 10.0.0.240 - - [2026-02-16 02:06:09] "POST /neutron/network HTTP/1.1" 200 832 0.004941 10.0.0.240 - - [2026-02-16 02:06:09] "POST /neutron/port HTTP/1.1" 200 2089 0.020952 10.0.0.240 - - [2026-02-16 02:06:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005779 10.0.0.240 - - [2026-02-16 02:06:09] "POST /neutron/port HTTP/1.1" 200 117 0.004827 10.0.0.240 - - [2026-02-16 02:06:09] "POST /neutron/port HTTP/1.1" 200 117 0.005810 10.0.0.240 - - [2026-02-16 02:06:09] "POST /neutron/network HTTP/1.1" 200 2218 0.009030 10.0.0.240 - - [2026-02-16 02:06:09] "GET /projects?obj_uuids=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001381 10.0.0.240 - - [2026-02-16 02:06:09] "POST /neutron/port HTTP/1.1" 200 1056 0.261923 10.0.0.240 - - [2026-02-16 02:06:09] "GET /projects?obj_uuids=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001503 10.0.0.240 - - [2026-02-16 02:06:10] "POST /neutron/port HTTP/1.1" 200 1057 0.166747 10.0.0.240 - - [2026-02-16 02:06:10] "GET /projects?obj_uuids=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002200 10.0.0.240 - - [2026-02-16 02:06:10] "POST /neutron/port HTTP/1.1" 200 1056 0.164321 10.0.0.240 - - [2026-02-16 02:06:10] "POST /neutron/port HTTP/1.1" 200 1056 0.010368 10.0.0.240 - - [2026-02-16 02:06:10] "POST /neutron/port HTTP/1.1" 200 1056 0.008505 10.0.0.240 - - [2026-02-16 02:06:10] "POST /neutron/port HTTP/1.1" 200 1110 0.053378 10.0.0.240 - - [2026-02-16 02:06:10] "POST /neutron/port HTTP/1.1" 200 1057 0.008500 10.0.0.240 - - [2026-02-16 02:06:10] "POST /neutron/port HTTP/1.1" 200 1057 0.008487 10.0.0.240 - - [2026-02-16 02:06:10] "POST /neutron/port HTTP/1.1" 200 1111 0.058161 10.0.0.240 - - [2026-02-16 02:06:10] "POST /neutron/port HTTP/1.1" 200 1056 0.012204 10.0.0.240 - - [2026-02-16 02:06:10] "POST /neutron/port HTTP/1.1" 200 1056 0.011642 10.0.0.240 - - [2026-02-16 02:06:10] "POST /neutron/port HTTP/1.1" 200 1110 0.082198 10.0.0.240 - - [2026-02-16 02:06:10] "POST /neutron/port HTTP/1.1" 200 3056 0.016818 10.0.0.240 - - [2026-02-16 02:06:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003145 10.0.0.240 - - [2026-02-16 02:06:10] "POST /neutron/subnet HTTP/1.1" 200 689 0.007491 10.0.0.240 - - [2026-02-16 02:06:10] "POST /neutron/port HTTP/1.1" 200 117 0.001215 10.0.0.240 - - [2026-02-16 02:06:10] "POST /neutron/network HTTP/1.1" 200 830 0.005344 10.0.0.240 - - [2026-02-16 02:06:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003600 10.0.0.240 - - [2026-02-16 02:06:10] "POST /neutron/subnet HTTP/1.1" 200 694 0.009196 10.0.0.240 - - [2026-02-16 02:06:10] "POST /neutron/port HTTP/1.1" 200 117 0.001269 10.0.0.240 - - [2026-02-16 02:06:10] "POST /neutron/network HTTP/1.1" 200 831 0.004704 10.0.0.240 - - [2026-02-16 02:06:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002541 10.0.0.240 - - [2026-02-16 02:06:10] "POST /neutron/subnet HTTP/1.1" 200 688 0.005501 10.0.0.240 - - [2026-02-16 02:06:10] "POST /neutron/port HTTP/1.1" 200 117 0.000998 10.0.0.240 - - [2026-02-16 02:06:10] "POST /neutron/network HTTP/1.1" 200 832 0.005047 10.0.0.240 - - [2026-02-16 02:06:14] "POST /neutron/port HTTP/1.1" 200 3056 0.015178 10.0.0.240 - - [2026-02-16 02:06:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004884 10.0.0.240 - - [2026-02-16 02:06:14] "POST /neutron/port HTTP/1.1" 200 3056 0.018197 10.0.0.240 - - [2026-02-16 02:06:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007216 10.0.0.240 - - [2026-02-16 02:06:14] "POST /neutron/port HTTP/1.1" 200 3056 0.017004 10.0.0.240 - - [2026-02-16 02:06:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010322 10.0.0.240 - - [2026-02-16 02:06:14] "POST /neutron/port HTTP/1.1" 200 3056 0.016344 10.0.0.240 - - [2026-02-16 02:06:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006213 10.0.0.240 - - [2026-02-16 02:06:14] "POST /neutron/port HTTP/1.1" 200 3056 0.017497 10.0.0.240 - - [2026-02-16 02:06:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006172 10.0.0.240 - - [2026-02-16 02:06:14] "GET /virtual-machine/a50ac4db-3879-4cee-86be-c728b70a963a HTTP/1.1" 200 1806 0.004882 10.0.0.240 - - [2026-02-16 02:06:14] "GET /virtual-machine-interface/16635d2e-6ef5-421c-bcad-97fabf280e40 HTTP/1.1" 200 2952 0.003735 10.0.0.240 - - [2026-02-16 02:06:14] "GET /virtual-machine-interface/17d1bf79-0e41-48e8-bdae-e34b7e254797 HTTP/1.1" 200 2955 0.003782 10.0.0.240 - - [2026-02-16 02:06:14] "GET /virtual-machine-interface/a8ec9ebb-f81b-417a-95bd-a2b5fed34319 HTTP/1.1" 200 2953 0.004287 10.0.0.240 - - [2026-02-16 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002752 10.0.0.240 - - [2026-02-16 02:06:14] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003176 10.0.0.240 - - [2026-02-16 02:06:14] "GET /virtual-networks?parent_id=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003134 10.0.0.240 - - [2026-02-16 02:06:14] "GET /virtual-network/2cdfadc0-b1fd-4e2b-bf2b-1017c3da410e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004837 10.0.0.240 - - [2026-02-16 02:06:15] "POST /neutron/port HTTP/1.1" 200 1121 0.010452 10.0.0.240 - - [2026-02-16 02:06:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005464 10.0.0.240 - - [2026-02-16 02:06:16] "POST /neutron/port HTTP/1.1" 200 1120 0.010714 10.0.0.240 - - [2026-02-16 02:06:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004718 10.0.0.240 - - [2026-02-16 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002637 10.0.0.240 - - [2026-02-16 02:06:17] "GET /virtual-network/2cdfadc0-b1fd-4e2b-bf2b-1017c3da410e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004060 10.0.0.240 - - [2026-02-16 02:06:18] "DELETE /project/74a33888e99f481298af097b97531aa0 HTTP/1.1" 404 173 0.011208 10.0.0.240 - - [2026-02-16 02:06:18] "DELETE /project/b4154895bafc410e88a111c3077f8bb6 HTTP/1.1" 404 173 0.010238 10.0.0.240 - - [2026-02-16 02:06:18] "GET /projects?obj_uuids=ef9547f6-4ec0-4714-955c-71f90291cae2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000850 10.0.0.240 - - [2026-02-16 02:06:18] "GET /projects?obj_uuids=74a33888-e99f-4812-98af-097b97531aa0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000930 10.0.0.240 - - [2026-02-16 02:06:18] "GET /project/74a33888-e99f-4812-98af-097b97531aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.042800 10.0.0.240 - - [2026-02-16 02:06:18] "GET /project/ef9547f6-4ec0-4714-955c-71f90291cae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.044852 10.0.0.240 - - [2026-02-16 02:06:18] "GET /projects?obj_uuids=ef9547f6-4ec0-4714-955c-71f90291cae2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001094 10.0.0.240 - - [2026-02-16 02:06:18] "GET /projects?obj_uuids=74a33888-e99f-4812-98af-097b97531aa0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001429 10.0.0.240 - - [2026-02-16 02:06:18] "GET /project/ef9547f6-4ec0-4714-955c-71f90291cae2?fields=security_groups HTTP/1.1" 200 1369 0.034656 10.0.0.240 - - [2026-02-16 02:06:18] "GET /project/74a33888-e99f-4812-98af-097b97531aa0?fields=security_groups HTTP/1.1" 200 1341 0.041156 10.0.0.240 - - [2026-02-16 02:06:18] "DELETE /security-group/feeb5355-01f0-4434-a14b-04de83535da7 HTTP/1.1" 200 115 0.045299 10.0.0.240 - - [2026-02-16 02:06:18] "GET /projects?obj_uuids=ef9547f6-4ec0-4714-955c-71f90291cae2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001174 10.0.0.240 - - [2026-02-16 02:06:18] "DELETE /access-control-list/85c05733-254c-4233-b225-2537e04dae59 HTTP/1.1" 200 115 0.035166 10.0.0.240 - - [2026-02-16 02:06:18] "DELETE /security-group/847583c6-9a5c-4e2c-90b5-c5a77caf10fd HTTP/1.1" 200 115 0.056808 10.0.0.240 - - [2026-02-16 02:06:18] "GET /projects?obj_uuids=74a33888-e99f-4812-98af-097b97531aa0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000875 10.0.0.240 - - [2026-02-16 02:06:18] "GET /project/ef9547f6-4ec0-4714-955c-71f90291cae2?fields=application_policy_sets HTTP/1.1" 200 1408 0.032140 10.0.0.240 - - [2026-02-16 02:06:18] "DELETE /access-control-list/fd6b16d7-ea4d-4a55-b00e-7a3168de5d4a HTTP/1.1" 200 115 0.033154 10.0.0.240 - - [2026-02-16 02:06:18] "DELETE /access-control-list/b1d42339-4768-4bac-9a08-2b87653291cc HTTP/1.1" 200 115 0.025459 10.0.0.240 - - [2026-02-16 02:06:18] "GET /project/74a33888-e99f-4812-98af-097b97531aa0?fields=application_policy_sets HTTP/1.1" 200 1380 0.078665 10.0.0.240 - - [2026-02-16 02:06:18] "DELETE /access-control-list/12f52fb9-e9be-4e33-845c-4c7a12b4bb98 HTTP/1.1" 200 115 0.034981 10.0.0.240 - - [2026-02-16 02:06:18] "DELETE /project/ef9547f6-4ec0-4714-955c-71f90291cae2 HTTP/1.1" 200 115 0.343880 10.0.0.240 - - [2026-02-16 02:06:18] "DELETE /project/74a33888-e99f-4812-98af-097b97531aa0 HTTP/1.1" 200 115 0.382030 10.0.0.240 - - [2026-02-16 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002600 10.0.0.240 - - [2026-02-16 02:06:22] "GET /virtual-network/2cdfadc0-b1fd-4e2b-bf2b-1017c3da410e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004132 10.0.0.240 - - [2026-02-16 02:06:25] "GET /obj-perms HTTP/1.1" 200 5075 0.057654 10.0.0.240 - - [2026-02-16 02:06:25] "GET /obj-perms HTTP/1.1" 200 5075 0.050189 10.0.0.240 - - [2026-02-16 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002651 10.0.0.240 - - [2026-02-16 02:06:26] "GET /virtual-network/2cdfadc0-b1fd-4e2b-bf2b-1017c3da410e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004905 10.0.0.240 - - [2026-02-16 02:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002610 10.0.0.240 - - [2026-02-16 02:06:30] "GET /virtual-network/2cdfadc0-b1fd-4e2b-bf2b-1017c3da410e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004476 10.0.0.240 - - [2026-02-16 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002484 10.0.0.240 - - [2026-02-16 02:06:32] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002513 10.0.0.240 - - [2026-02-16 02:06:32] "GET /virtual-networks?parent_id=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002979 10.0.0.240 - - [2026-02-16 02:06:32] "GET /virtual-network/2cdfadc0-b1fd-4e2b-bf2b-1017c3da410e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004642 10.0.0.240 - - [2026-02-16 02:06:32] "POST /neutron/port HTTP/1.1" 200 3056 0.016801 10.0.0.240 - - [2026-02-16 02:06:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004753 10.0.0.240 - - [2026-02-16 02:06:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000418 10.0.0.240 - - [2026-02-16 02:06:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000362 10.0.0.240 - - [2026-02-16 02:06:37] "POST /neutron/port HTTP/1.1" 200 3056 0.018633 10.0.0.240 - - [2026-02-16 02:06:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000354 10.0.0.240 - - [2026-02-16 02:06:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000290 10.0.0.240 - - [2026-02-16 02:06:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005167 10.0.0.240 - - [2026-02-16 02:06:41] "POST /neutron/port HTTP/1.1" 200 3056 0.015920 10.0.0.240 - - [2026-02-16 02:06:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004992 10.0.0.240 - - [2026-02-16 02:06:42] "POST /neutron/port HTTP/1.1" 200 3056 0.016193 10.0.0.240 - - [2026-02-16 02:06:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005172 10.0.0.240 - - [2026-02-16 02:06:48] "POST /neutron/port HTTP/1.1" 200 3056 0.015624 10.0.0.240 - - [2026-02-16 02:06:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005574 10.0.0.240 - - [2026-02-16 02:06:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.240 - - [2026-02-16 02:06:53] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003026 10.0.0.240 - - [2026-02-16 02:06:53] "GET /virtual-networks?parent_id=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002676 10.0.0.240 - - [2026-02-16 02:06:53] "GET /virtual-network/1ffaad4c-1c85-4cd3-b7a6-8725f93ea30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005657 10.0.0.240 - - [2026-02-16 02:06:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002690 10.0.0.240 - - [2026-02-16 02:06:53] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002848 10.0.0.240 - - [2026-02-16 02:06:53] "GET /virtual-networks?parent_id=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003294 10.0.0.240 - - [2026-02-16 02:06:53] "GET /virtual-network/a5aa5507-68df-44cb-be64-d95e50bc7cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.009159 10.0.0.240 - - [2026-02-16 02:06:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.002559 10.0.0.240 - - [2026-02-16 02:06:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002062 10.0.0.240 - - [2026-02-16 02:06:54] "GET /projects?obj_uuids=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.029353 10.0.0.240 - - [2026-02-16 02:06:54] "GET /project/b4154895-bafc-410e-88a1-11c3077f8bb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.048991 10.0.0.240 - - [2026-02-16 02:06:54] "POST /service-instances HTTP/1.1" 200 545 0.060861 10.0.0.240 - - [2026-02-16 02:06:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002629 10.0.0.240 - - [2026-02-16 02:06:54] "GET /service-instance/ad02552b-c1a3-465d-93cd-1402c531b85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.005449 10.0.0.240 - - [2026-02-16 02:06:54] "POST /port-tuples HTTP/1.1" 200 588 0.019452 10.0.0.240 - - [2026-02-16 02:06:54] "GET /virtual-machine-interface/a8ec9ebb-f81b-417a-95bd-a2b5fed34319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.004663 10.0.0.240 - - [2026-02-16 02:06:54] "PUT /virtual-machine-interface/a8ec9ebb-f81b-417a-95bd-a2b5fed34319 HTTP/1.1" 200 285 0.008301 10.0.0.240 - - [2026-02-16 02:06:54] "POST /ref-update HTTP/1.1" 200 156 0.008550 10.0.0.240 - - [2026-02-16 02:06:54] "POST /instance-ips HTTP/1.1" 200 386 0.023654 10.0.0.240 - - [2026-02-16 02:06:54] "POST /ref-update HTTP/1.1" 200 156 0.008631 10.0.0.240 - - [2026-02-16 02:06:54] "GET /virtual-machine-interface/16635d2e-6ef5-421c-bcad-97fabf280e40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2730 0.003956 10.0.0.240 - - [2026-02-16 02:06:54] "POST /ref-update HTTP/1.1" 200 156 0.011025 10.0.0.240 - - [2026-02-16 02:06:54] "PUT /virtual-machine-interface/16635d2e-6ef5-421c-bcad-97fabf280e40 HTTP/1.1" 200 285 0.012317 10.0.0.240 - - [2026-02-16 02:06:54] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002485 10.0.0.240 - - [2026-02-16 02:06:54] "POST /ref-update HTTP/1.1" 200 156 0.007242 10.0.0.240 - - [2026-02-16 02:06:54] "GET /virtual-machine-interface/17d1bf79-0e41-48e8-bdae-e34b7e254797?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2733 0.004822 10.0.0.240 - - [2026-02-16 02:06:54] "POST /instance-ips HTTP/1.1" 200 386 0.021901 10.0.0.240 - - [2026-02-16 02:06:54] "PUT /virtual-machine-interface/17d1bf79-0e41-48e8-bdae-e34b7e254797 HTTP/1.1" 200 285 0.008363 10.0.0.240 - - [2026-02-16 02:06:54] "POST /ref-update HTTP/1.1" 200 156 0.011065 10.0.0.240 - - [2026-02-16 02:06:54] "POST /ref-update HTTP/1.1" 200 156 0.008021 10.0.0.240 - - [2026-02-16 02:06:54] "POST /ref-update HTTP/1.1" 200 156 0.007903 10.0.0.240 - - [2026-02-16 02:06:54] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002645 10.0.0.240 - - [2026-02-16 02:06:54] "POST /neutron/port HTTP/1.1" 200 1121 0.009715 10.0.0.240 - - [2026-02-16 02:06:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004966 10.0.0.240 - - [2026-02-16 02:06:54] "POST /instance-ips HTTP/1.1" 200 374 0.013373 10.0.0.240 - - [2026-02-16 02:06:54] "POST /neutron/port HTTP/1.1" 200 1121 0.009472 10.0.0.240 - - [2026-02-16 02:06:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005040 10.0.0.240 - - [2026-02-16 02:06:54] "POST /ref-update HTTP/1.1" 200 156 0.006881 10.0.0.240 - - [2026-02-16 02:06:54] "POST /neutron/port HTTP/1.1" 200 1121 0.011625 10.0.0.240 - - [2026-02-16 02:06:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005781 10.0.0.240 - - [2026-02-16 02:06:55] "POST /ref-update HTTP/1.1" 200 156 0.007652 10.0.0.240 - - [2026-02-16 02:06:55] "GET /virtual-machine/b14efb2f-5932-422f-94f0-1a5161f6e11f HTTP/1.1" 200 1293 0.003865 10.0.0.240 - - [2026-02-16 02:06:55] "GET /virtual-machine-interface/c11c5868-5ada-4706-8632-08ae15b20b16 HTTP/1.1" 200 2952 0.004463 10.0.0.240 - - [2026-02-16 02:06:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002332 10.0.0.240 - - [2026-02-16 02:06:55] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004668 10.0.0.240 - - [2026-02-16 02:06:55] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003820 10.0.0.240 - - [2026-02-16 02:06:55] "GET /virtual-networks?parent_id=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003411 10.0.0.240 - - [2026-02-16 02:06:55] "POST /instance-ips HTTP/1.1" 200 374 0.012352 10.0.0.240 - - [2026-02-16 02:06:55] "GET /virtual-network/1ffaad4c-1c85-4cd3-b7a6-8725f93ea30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004839 10.0.0.240 - - [2026-02-16 02:06:55] "POST /ref-update HTTP/1.1" 200 156 0.007173 10.0.0.240 - - [2026-02-16 02:06:55] "POST /ref-update HTTP/1.1" 200 156 0.007067 10.0.0.240 - - [2026-02-16 02:06:55] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002641 10.0.0.240 - - [2026-02-16 02:06:55] "POST /instance-ips HTTP/1.1" 200 376 0.016089 10.0.0.240 - - [2026-02-16 02:06:55] "POST /ref-update HTTP/1.1" 200 156 0.007728 10.0.0.240 - - [2026-02-16 02:06:55] "POST /ref-update HTTP/1.1" 200 156 0.007828 10.0.0.240 - - [2026-02-16 02:06:55] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002610 10.0.0.240 - - [2026-02-16 02:06:55] "POST /instance-ips HTTP/1.1" 200 376 0.013707 10.0.0.240 - - [2026-02-16 02:06:55] "POST /ref-update HTTP/1.1" 200 156 0.007042 10.0.0.240 - - [2026-02-16 02:06:55] "POST /ref-update HTTP/1.1" 200 156 0.007499 10.0.0.240 - - [2026-02-16 02:06:55] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002662 10.0.0.240 - - [2026-02-16 02:06:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.240 - - [2026-02-16 02:06:56] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002626 10.0.0.240 - - [2026-02-16 02:06:56] "GET /virtual-networks?parent_id=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002516 10.0.0.240 - - [2026-02-16 02:06:56] "GET /virtual-network/1ffaad4c-1c85-4cd3-b7a6-8725f93ea30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004909 10.0.0.240 - - [2026-02-16 02:06:56] "POST /neutron/port HTTP/1.1" 200 1120 0.010885 10.0.0.240 - - [2026-02-16 02:06:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004774 10.0.0.240 - - [2026-02-16 02:06:56] "POST /neutron/port HTTP/1.1" 200 1120 0.010472 10.0.0.240 - - [2026-02-16 02:06:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004675 10.0.0.240 - - [2026-02-16 02:06:56] "POST /neutron/port HTTP/1.1" 200 1120 0.010684 10.0.0.240 - - [2026-02-16 02:06:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005095 10.0.0.240 - - [2026-02-16 02:06:56] "GET /virtual-machine/8aeb8ffd-49f7-4032-a1cb-5e21ec17eda9 HTTP/1.1" 200 1293 0.004016 10.0.0.240 - - [2026-02-16 02:06:56] "GET /virtual-machine-interface/950c83b4-55ce-46c6-bdec-16857882132c HTTP/1.1" 200 2956 0.004052 10.0.0.240 - - [2026-02-16 02:06:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002322 10.0.0.240 - - [2026-02-16 02:06:56] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002968 10.0.0.240 - - [2026-02-16 02:06:56] "GET /virtual-networks?parent_id=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003047 10.0.0.240 - - [2026-02-16 02:06:56] "GET /virtual-network/a5aa5507-68df-44cb-be64-d95e50bc7cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004432 10.0.0.240 - - [2026-02-16 02:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002803 10.0.0.240 - - [2026-02-16 02:06:58] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002717 10.0.0.240 - - [2026-02-16 02:06:58] "GET /virtual-networks?parent_id=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002524 10.0.0.240 - - [2026-02-16 02:06:58] "GET /virtual-network/a5aa5507-68df-44cb-be64-d95e50bc7cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004454 10.0.0.240 - - [2026-02-16 02:06:58] "POST /fqname-to-id HTTP/1.1" 404 211 0.002561 10.0.0.240 - - [2026-02-16 02:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002067 10.0.0.240 - - [2026-02-16 02:06:58] "GET /projects?obj_uuids=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001262 10.0.0.240 - - [2026-02-16 02:06:58] "GET /project/b4154895-bafc-410e-88a1-11c3077f8bb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.028550 10.0.0.240 - - [2026-02-16 02:06:58] "POST /network-policys HTTP/1.1" 200 549 0.014151 10.0.0.240 - - [2026-02-16 02:06:58] "GET /network-policy/6fd9e0a3-fb5a-4193-9e9b-df9db3f8aebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004082 10.0.0.240 - - [2026-02-16 02:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002418 10.0.0.240 - - [2026-02-16 02:06:58] "GET /virtual-network/1ffaad4c-1c85-4cd3-b7a6-8725f93ea30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004576 10.0.0.240 - - [2026-02-16 02:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002463 10.0.0.240 - - [2026-02-16 02:06:58] "GET /network-policy/6fd9e0a3-fb5a-4193-9e9b-df9db3f8aebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003117 10.0.0.240 - - [2026-02-16 02:06:58] "POST /ref-update HTTP/1.1" 200 156 0.023229 10.0.0.240 - - [2026-02-16 02:06:58] "POST /fqname-to-id HTTP/1.1" 404 242 0.026662 10.0.0.240 - - [2026-02-16 02:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.001850 10.0.0.240 - - [2026-02-16 02:06:58] "POST /access-control-lists HTTP/1.1" 200 603 0.055190 10.0.0.240 - - [2026-02-16 02:06:58] "GET /network-policy/6fd9e0a3-fb5a-4193-9e9b-df9db3f8aebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004015 10.0.0.240 - - [2026-02-16 02:06:58] "POST /neutron/port HTTP/1.1" 200 1121 0.010254 10.0.0.240 - - [2026-02-16 02:06:58] "POST /neutron/port HTTP/1.1" 200 1121 0.010798 10.0.0.240 - - [2026-02-16 02:06:58] "POST /neutron/network HTTP/1.1" 200 919 0.004214 10.0.0.240 - - [2026-02-16 02:06:58] "GET /virtual-network/1ffaad4c-1c85-4cd3-b7a6-8725f93ea30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004029 10.0.0.240 - - [2026-02-16 02:06:58] "POST /neutron/network HTTP/1.1" 200 929 0.004312 10.0.0.240 - - [2026-02-16 02:06:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002645 10.0.0.240 - - [2026-02-16 02:06:58] "POST /neutron/subnet HTTP/1.1" 200 694 0.005914 10.0.0.240 - - [2026-02-16 02:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.001864 10.0.0.240 - - [2026-02-16 02:06:58] "POST /neutron/port HTTP/1.1" 200 117 0.000923 10.0.0.240 - - [2026-02-16 02:06:59] "POST /neutron/network HTTP/1.1" 200 919 0.004260 10.0.0.240 - - [2026-02-16 02:06:59] "GET /network-policy/6fd9e0a3-fb5a-4193-9e9b-df9db3f8aebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003071 10.0.0.240 - - [2026-02-16 02:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002428 10.0.0.240 - - [2026-02-16 02:06:59] "GET /virtual-network/a5aa5507-68df-44cb-be64-d95e50bc7cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005147 10.0.0.240 - - [2026-02-16 02:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002679 10.0.0.240 - - [2026-02-16 02:06:59] "GET /network-policy/6fd9e0a3-fb5a-4193-9e9b-df9db3f8aebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003570 10.0.0.240 - - [2026-02-16 02:06:59] "POST /fqname-to-id HTTP/1.1" 404 244 0.004997 10.0.0.240 - - [2026-02-16 02:06:59] "POST /ref-update HTTP/1.1" 200 156 0.028903 10.0.0.240 - - [2026-02-16 02:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.240 - - [2026-02-16 02:06:59] "POST /access-control-lists HTTP/1.1" 200 606 0.061422 10.0.0.240 - - [2026-02-16 02:06:59] "GET /network-policy/6fd9e0a3-fb5a-4193-9e9b-df9db3f8aebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.002990 10.0.0.240 - - [2026-02-16 02:06:59] "POST /routing-instances HTTP/1.1" 200 761 0.013441 10.0.0.240 - - [2026-02-16 02:06:59] "POST /neutron/network HTTP/1.1" 200 920 0.010541 10.0.0.240 - - [2026-02-16 02:06:59] "GET /virtual-network/a5aa5507-68df-44cb-be64-d95e50bc7cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005277 10.0.0.240 - - [2026-02-16 02:06:59] "POST /route-targets HTTP/1.1" 200 328 0.008803 10.0.0.240 - - [2026-02-16 02:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002581 10.0.0.240 - - [2026-02-16 02:06:59] "POST /ref-update HTTP/1.1" 200 156 0.008071 10.0.0.240 - - [2026-02-16 02:06:59] "GET /network-policy/6fd9e0a3-fb5a-4193-9e9b-df9db3f8aebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003163 10.0.0.240 - - [2026-02-16 02:06:59] "GET /routing-instance/b7cc6a6e-8e61-4b93-9e69-c26f926d0bfe?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1290 0.003324 10.0.0.240 - - [2026-02-16 02:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002428 10.0.0.240 - - [2026-02-16 02:06:59] "GET /routing-instance/b7cc6a6e-8e61-4b93-9e69-c26f926d0bfe?fields=routing_policy_back_refs HTTP/1.1" 200 1290 0.003344 10.0.0.240 - - [2026-02-16 02:06:59] "GET /service-template/2de21e00-3fe7-4b69-9005-ec1feb930be7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.003007 10.0.0.240 - - [2026-02-16 02:06:59] "POST /ref-update HTTP/1.1" 200 156 0.008656 10.0.0.240 - - [2026-02-16 02:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002523 10.0.0.240 - - [2026-02-16 02:06:59] "POST /routing-instances HTTP/1.1" 200 762 0.012893 10.0.0.240 - - [2026-02-16 02:06:59] "GET /projects?obj_uuids=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000905 10.0.0.240 - - [2026-02-16 02:06:59] "GET /project/b4154895-bafc-410e-88a1-11c3077f8bb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.018854 10.0.0.240 - - [2026-02-16 02:06:59] "POST /route-targets HTTP/1.1" 200 328 0.007987 10.0.0.240 - - [2026-02-16 02:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002562 10.0.0.240 - - [2026-02-16 02:06:59] "POST /ref-update HTTP/1.1" 200 156 0.008596 10.0.0.240 - - [2026-02-16 02:06:59] "GET /service-instance/ad02552b-c1a3-465d-93cd-1402c531b85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3538 0.004423 10.0.0.240 - - [2026-02-16 02:06:59] "GET /routing-instance/1529d2fa-25a1-40e2-b064-cc5a8f509b13?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1290 0.003242 10.0.0.240 - - [2026-02-16 02:06:59] "GET /domains HTTP/1.1" 200 281 0.002754 10.0.0.240 - - [2026-02-16 02:06:59] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000909 10.0.0.240 - - [2026-02-16 02:06:59] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2782 0.006772 10.0.0.240 - - [2026-02-16 02:06:59] "GET /routing-instance/1529d2fa-25a1-40e2-b064-cc5a8f509b13?fields=routing_policy_back_refs HTTP/1.1" 200 1290 0.004401 10.0.0.240 - - [2026-02-16 02:06:59] "GET /projects?obj_uuids=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000817 10.0.0.240 - - [2026-02-16 02:07:00] "PUT /routing-instance/b7cc6a6e-8e61-4b93-9e69-c26f926d0bfe HTTP/1.1" 200 267 0.011177 10.0.0.240 - - [2026-02-16 02:07:00] "GET /project/b4154895-bafc-410e-88a1-11c3077f8bb6 HTTP/1.1" 200 4247 0.074523 10.0.0.240 - - [2026-02-16 02:07:00] "GET /service-instance/ad02552b-c1a3-465d-93cd-1402c531b85b HTTP/1.1" 200 3793 0.005201 10.0.0.240 - - [2026-02-16 02:07:00] "GET /domains HTTP/1.1" 200 281 0.002029 10.0.0.240 - - [2026-02-16 02:07:00] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000809 10.0.0.240 - - [2026-02-16 02:07:00] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2782 0.005118 10.0.0.240 - - [2026-02-16 02:07:00] "GET /projects?obj_uuids=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000779 10.0.0.240 - - [2026-02-16 02:07:00] "PUT /routing-instance/1529d2fa-25a1-40e2-b064-cc5a8f509b13 HTTP/1.1" 200 267 0.008940 10.0.0.240 - - [2026-02-16 02:07:00] "POST /ref-update HTTP/1.1" 200 156 0.010998 10.0.0.240 - - [2026-02-16 02:07:00] "GET /project/b4154895-bafc-410e-88a1-11c3077f8bb6 HTTP/1.1" 200 4247 0.070565 10.0.0.240 - - [2026-02-16 02:07:00] "GET /service-instance/ad02552b-c1a3-465d-93cd-1402c531b85b HTTP/1.1" 200 3793 0.003114 10.0.0.240 - - [2026-02-16 02:07:00] "GET /port-tuple/5961ee43-602c-4736-bb9a-bb0731f56eec HTTP/1.1" 200 1983 0.002759 10.0.0.240 - - [2026-02-16 02:07:00] "GET /virtual-machine-interface/16635d2e-6ef5-421c-bcad-97fabf280e40 HTTP/1.1" 200 3807 0.004440 10.0.0.240 - - [2026-02-16 02:07:00] "GET /virtual-machine-interface/17d1bf79-0e41-48e8-bdae-e34b7e254797 HTTP/1.1" 200 3813 0.005498 10.0.0.240 - - [2026-02-16 02:07:00] "GET /virtual-machine-interface/a8ec9ebb-f81b-417a-95bd-a2b5fed34319 HTTP/1.1" 200 3826 0.004205 10.0.0.240 - - [2026-02-16 02:07:00] "POST /neutron/port HTTP/1.1" 200 3827 0.033182 10.0.0.240 - - [2026-02-16 02:07:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004547 10.0.0.240 - - [2026-02-16 02:07:00] "POST /neutron/port HTTP/1.1" 200 3827 0.022528 10.0.0.240 - - [2026-02-16 02:07:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004482 10.0.0.240 - - [2026-02-16 02:07:00] "POST /neutron/port HTTP/1.1" 200 3827 0.024039 10.0.0.240 - - [2026-02-16 02:07:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005054 10.0.0.240 - - [2026-02-16 02:07:00] "POST /neutron/port HTTP/1.1" 200 3827 0.025333 10.0.0.240 - - [2026-02-16 02:07:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005633 10.0.0.240 - - [2026-02-16 02:07:00] "POST /neutron/network HTTP/1.1" 200 893 0.010016 10.0.0.240 - - [2026-02-16 02:07:00] "POST /neutron/network HTTP/1.1" 200 919 0.004742 10.0.0.240 - - [2026-02-16 02:07:00] "POST /neutron/network HTTP/1.1" 200 804 0.010877 10.0.0.240 - - [2026-02-16 02:07:00] "POST /neutron/network HTTP/1.1" 200 830 0.004282 10.0.0.240 - - [2026-02-16 02:07:00] "POST /neutron/network HTTP/1.1" 200 894 0.010080 10.0.0.240 - - [2026-02-16 02:07:00] "POST /neutron/network HTTP/1.1" 200 920 0.004783 10.0.0.240 - - [2026-02-16 02:07:00] "POST /id-to-fqname HTTP/1.1" 200 223 0.001481 10.0.0.240 - - [2026-02-16 02:07:00] "POST /id-to-fqname HTTP/1.1" 200 223 0.000908 10.0.0.240 - - [2026-02-16 02:07:00] "PUT /access-control-list/8ce2e38b-18c6-4e8e-b036-0944614c144b HTTP/1.1" 200 273 0.008674 10.0.0.240 - - [2026-02-16 02:07:00] "POST /id-to-fqname HTTP/1.1" 200 224 0.001196 10.0.0.240 - - [2026-02-16 02:07:00] "PUT /access-control-list/0fce4b5b-075c-4c3b-9bd3-9fb9cda69e57 HTTP/1.1" 200 273 0.009086 10.0.0.240 - - [2026-02-16 02:07:00] "GET /virtual-machine/a50ac4db-3879-4cee-86be-c728b70a963a HTTP/1.1" 200 1806 0.003330 10.0.0.240 - - [2026-02-16 02:07:00] "GET /virtual-machine-interface/16635d2e-6ef5-421c-bcad-97fabf280e40 HTTP/1.1" 200 3807 0.004622 10.0.0.240 - - [2026-02-16 02:07:00] "GET /virtual-machine-interface/17d1bf79-0e41-48e8-bdae-e34b7e254797 HTTP/1.1" 200 3813 0.004348 10.0.0.240 - - [2026-02-16 02:07:00] "GET /virtual-machine-interface/a8ec9ebb-f81b-417a-95bd-a2b5fed34319 HTTP/1.1" 200 3826 0.004599 10.0.0.240 - - [2026-02-16 02:07:00] "GET /instance-ip/59c78299-5c58-40e3-a29b-d28a6aeba7a4 HTTP/1.1" 200 1958 0.003932 10.0.0.240 - - [2026-02-16 02:07:00] "GET /instance-ip/c87f68fd-cfd8-48fa-9438-1a9f62a1e75d HTTP/1.1" 200 1624 0.004164 10.0.0.240 - - [2026-02-16 02:07:00] "GET /instance-ip/eaf807e3-62c7-486a-a36d-1f3fad8b65dc HTTP/1.1" 200 1961 0.002977 10.0.0.240 - - [2026-02-16 02:07:00] "GET /instance-ip/05ec0955-d288-4d4a-8be1-9301923539de HTTP/1.1" 200 1961 0.002796 10.0.0.240 - - [2026-02-16 02:07:00] "GET /instance-ip/3f339b1e-1f15-4524-bf45-8295392dd00a HTTP/1.1" 200 1623 0.003350 10.0.0.240 - - [2026-02-16 02:07:00] "GET /instance-ip/5727b659-c20d-4759-a8b1-15fd1637e876 HTTP/1.1" 200 1964 0.002537 10.0.0.240 - - [2026-02-16 02:07:00] "GET /instance-ip/30ebb979-dab0-404d-9ded-c5144398053a HTTP/1.1" 200 1984 0.002569 10.0.0.240 - - [2026-02-16 02:07:00] "GET /instance-ip/a6badfc4-7be8-4279-b6a3-a9ce033de821 HTTP/1.1" 200 1983 0.002750 10.0.0.240 - - [2026-02-16 02:07:00] "GET /instance-ip/ba4ab9dc-4fd8-4376-ae42-39533b121399 HTTP/1.1" 200 1623 0.004129 10.0.0.240 - - [2026-02-16 02:07:00] "POST /neutron/port HTTP/1.1" 200 3827 0.023040 10.0.0.240 - - [2026-02-16 02:07:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005894 10.0.0.240 - - [2026-02-16 02:07:00] "POST /neutron/port HTTP/1.1" 200 3827 0.024488 10.0.0.240 - - [2026-02-16 02:07:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005290 10.0.0.240 - - [2026-02-16 02:07:01] "POST /neutron/port HTTP/1.1" 200 3827 0.028419 10.0.0.240 - - [2026-02-16 02:07:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005173 10.0.0.240 - - [2026-02-16 02:07:01] "POST /neutron/port HTTP/1.1" 200 3827 0.023324 10.0.0.240 - - [2026-02-16 02:07:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005107 10.0.0.240 - - [2026-02-16 02:07:01] "GET /virtual-machine/a50ac4db-3879-4cee-86be-c728b70a963a HTTP/1.1" 200 1806 0.003102 10.0.0.240 - - [2026-02-16 02:07:01] "GET /virtual-machine-interface/16635d2e-6ef5-421c-bcad-97fabf280e40 HTTP/1.1" 200 3807 0.004951 10.0.0.240 - - [2026-02-16 02:07:01] "GET /virtual-machine-interface/17d1bf79-0e41-48e8-bdae-e34b7e254797 HTTP/1.1" 200 3813 0.004202 10.0.0.240 - - [2026-02-16 02:07:01] "GET /virtual-machine-interface/a8ec9ebb-f81b-417a-95bd-a2b5fed34319 HTTP/1.1" 200 3826 0.004398 10.0.0.240 - - [2026-02-16 02:07:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002414 10.0.0.240 - - [2026-02-16 02:07:01] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002291 10.0.0.240 - - [2026-02-16 02:07:01] "GET /virtual-networks?parent_id=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003660 10.0.0.240 - - [2026-02-16 02:07:01] "GET /virtual-network/1ffaad4c-1c85-4cd3-b7a6-8725f93ea30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004636 10.0.0.240 - - [2026-02-16 02:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.240 - - [2026-02-16 02:07:02] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002288 10.0.0.240 - - [2026-02-16 02:07:02] "GET /virtual-networks?parent_id=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002541 10.0.0.240 - - [2026-02-16 02:07:02] "GET /virtual-network/1ffaad4c-1c85-4cd3-b7a6-8725f93ea30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004699 10.0.0.240 - - [2026-02-16 02:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.240 - - [2026-02-16 02:07:02] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002999 10.0.0.240 - - [2026-02-16 02:07:02] "GET /virtual-networks?parent_id=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002620 10.0.0.240 - - [2026-02-16 02:07:02] "GET /virtual-network/1ffaad4c-1c85-4cd3-b7a6-8725f93ea30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005015 10.0.0.240 - - [2026-02-16 02:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.240 - - [2026-02-16 02:07:02] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003186 10.0.0.240 - - [2026-02-16 02:07:02] "GET /virtual-networks?parent_id=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002716 10.0.0.240 - - [2026-02-16 02:07:02] "GET /virtual-network/1ffaad4c-1c85-4cd3-b7a6-8725f93ea30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004738 10.0.0.240 - - [2026-02-16 02:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002403 10.0.0.240 - - [2026-02-16 02:07:03] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002915 10.0.0.240 - - [2026-02-16 02:07:03] "GET /virtual-networks?parent_id=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003265 10.0.0.240 - - [2026-02-16 02:07:03] "GET /virtual-network/1ffaad4c-1c85-4cd3-b7a6-8725f93ea30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004732 10.0.0.240 - - [2026-02-16 02:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.240 - - [2026-02-16 02:07:03] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003226 10.0.0.240 - - [2026-02-16 02:07:03] "GET /virtual-networks?parent_id=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002522 10.0.0.240 - - [2026-02-16 02:07:03] "GET /virtual-network/2cdfadc0-b1fd-4e2b-bf2b-1017c3da410e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004850 10.0.0.240 - - [2026-02-16 02:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002599 10.0.0.240 - - [2026-02-16 02:07:03] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003329 10.0.0.240 - - [2026-02-16 02:07:03] "GET /virtual-networks?parent_id=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003292 10.0.0.240 - - [2026-02-16 02:07:03] "GET /virtual-network/2cdfadc0-b1fd-4e2b-bf2b-1017c3da410e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004709 10.0.0.240 - - [2026-02-16 02:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002707 10.0.0.240 - - [2026-02-16 02:07:03] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003749 10.0.0.240 - - [2026-02-16 02:07:03] "GET /virtual-networks?parent_id=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002575 10.0.0.240 - - [2026-02-16 02:07:03] "GET /virtual-network/2cdfadc0-b1fd-4e2b-bf2b-1017c3da410e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004629 10.0.0.240 - - [2026-02-16 02:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002442 10.0.0.240 - - [2026-02-16 02:07:03] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003050 10.0.0.240 - - [2026-02-16 02:07:03] "GET /virtual-networks?parent_id=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002702 10.0.0.240 - - [2026-02-16 02:07:03] "GET /virtual-network/2cdfadc0-b1fd-4e2b-bf2b-1017c3da410e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004702 10.0.0.240 - - [2026-02-16 02:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002446 10.0.0.240 - - [2026-02-16 02:07:04] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003192 10.0.0.240 - - [2026-02-16 02:07:04] "GET /virtual-networks?parent_id=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002948 10.0.0.240 - - [2026-02-16 02:07:04] "GET /virtual-network/a5aa5507-68df-44cb-be64-d95e50bc7cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004796 10.0.0.240 - - [2026-02-16 02:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002482 10.0.0.240 - - [2026-02-16 02:07:04] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003125 10.0.0.240 - - [2026-02-16 02:07:04] "GET /virtual-networks?parent_id=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002538 10.0.0.240 - - [2026-02-16 02:07:04] "GET /virtual-network/a5aa5507-68df-44cb-be64-d95e50bc7cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005246 10.0.0.240 - - [2026-02-16 02:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002450 10.0.0.240 - - [2026-02-16 02:07:04] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003070 10.0.0.240 - - [2026-02-16 02:07:04] "GET /virtual-networks?parent_id=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002513 10.0.0.240 - - [2026-02-16 02:07:04] "GET /virtual-network/a5aa5507-68df-44cb-be64-d95e50bc7cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004925 10.0.0.240 - - [2026-02-16 02:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002370 10.0.0.240 - - [2026-02-16 02:07:04] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003225 10.0.0.240 - - [2026-02-16 02:07:04] "GET /virtual-networks?parent_id=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002634 10.0.0.240 - - [2026-02-16 02:07:04] "GET /virtual-network/a5aa5507-68df-44cb-be64-d95e50bc7cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004466 10.0.0.240 - - [2026-02-16 02:07:04] "GET /virtual-machine/a50ac4db-3879-4cee-86be-c728b70a963a HTTP/1.1" 200 1806 0.002958 10.0.0.240 - - [2026-02-16 02:07:04] "GET /domains HTTP/1.1" 200 281 0.001816 10.0.0.240 - - [2026-02-16 02:07:04] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001021 10.0.0.240 - - [2026-02-16 02:07:04] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2782 0.005426 10.0.0.240 - - [2026-02-16 02:07:04] "GET /projects?obj_uuids=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000726 10.0.0.240 - - [2026-02-16 02:07:04] "GET /project/b4154895-bafc-410e-88a1-11c3077f8bb6 HTTP/1.1" 200 4247 0.066910 10.0.0.240 - - [2026-02-16 02:07:04] "GET /service-instance/ad02552b-c1a3-465d-93cd-1402c531b85b HTTP/1.1" 200 3793 0.002816 10.0.0.240 - - [2026-02-16 02:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.001836 10.0.0.240 - - [2026-02-16 02:07:04] "GET /routing-instance/f583e960-2ec5-4e2b-931d-fce5b6aee491?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.002584 10.0.0.240 - - [2026-02-16 02:07:05] "GET /routing-instance/f583e960-2ec5-4e2b-931d-fce5b6aee491?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2025 0.004563 10.0.0.240 - - [2026-02-16 02:07:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002423 10.0.0.240 - - [2026-02-16 02:07:05] "GET /routing-instance/d77b4842-0a7f-4798-8ada-5889310cc293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1897 0.004210 10.0.0.240 - - [2026-02-16 02:07:05] "GET /routing-instance/d77b4842-0a7f-4798-8ada-5889310cc293?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2028 0.004018 10.0.0.240 - - [2026-02-16 02:07:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002456 10.0.0.240 - - [2026-02-16 02:07:05] "GET /virtual-network/1ffaad4c-1c85-4cd3-b7a6-8725f93ea30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004798 10.0.0.240 - - [2026-02-16 02:07:05] "GET /virtual-network/1ffaad4c-1c85-4cd3-b7a6-8725f93ea30b?fields=routing_instances HTTP/1.1" 200 1686 0.005955 10.0.0.240 - - [2026-02-16 02:07:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.240 - - [2026-02-16 02:07:05] "GET /virtual-network/a5aa5507-68df-44cb-be64-d95e50bc7cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004546 10.0.0.240 - - [2026-02-16 02:07:05] "GET /virtual-network/a5aa5507-68df-44cb-be64-d95e50bc7cab?fields=routing_instances HTTP/1.1" 200 1692 0.006185 10.0.0.240 - - [2026-02-16 02:07:09] "POST /ref-update HTTP/1.1" 200 156 0.027329 10.0.0.240 - - [2026-02-16 02:07:09] "DELETE /access-control-list/0fce4b5b-075c-4c3b-9bd3-9fb9cda69e57 HTTP/1.1" 200 115 0.029534 10.0.0.240 - - [2026-02-16 02:07:09] "POST /neutron/network HTTP/1.1" 200 832 0.010146 10.0.0.240 - - [2026-02-16 02:07:09] "GET /virtual-network/a5aa5507-68df-44cb-be64-d95e50bc7cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004142 10.0.0.240 - - [2026-02-16 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.240 - - [2026-02-16 02:07:09] "DELETE /routing-instance/b7cc6a6e-8e61-4b93-9e69-c26f926d0bfe HTTP/1.1" 200 115 0.027974 10.0.0.240 - - [2026-02-16 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005033 10.0.0.240 - - [2026-02-16 02:07:09] "GET /network-policy/6fd9e0a3-fb5a-4193-9e9b-df9db3f8aebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003479 10.0.0.240 - - [2026-02-16 02:07:09] "DELETE /route-target/c84e93ff-3db9-4f9c-87da-ab0fa69b0b2f HTTP/1.1" 200 115 0.011855 10.0.0.240 - - [2026-02-16 02:07:09] "POST /ref-update HTTP/1.1" 200 156 0.024840 10.0.0.240 - - [2026-02-16 02:07:09] "DELETE /routing-instance/1529d2fa-25a1-40e2-b064-cc5a8f509b13 HTTP/1.1" 200 115 0.034138 10.0.0.240 - - [2026-02-16 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002736 10.0.0.240 - - [2026-02-16 02:07:09] "POST /neutron/network HTTP/1.1" 200 831 0.006175 10.0.0.240 - - [2026-02-16 02:07:09] "GET /virtual-network/1ffaad4c-1c85-4cd3-b7a6-8725f93ea30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004300 10.0.0.240 - - [2026-02-16 02:07:09] "DELETE /route-target/aa19554f-de8b-4d61-bf6f-8ce84ce5910d HTTP/1.1" 200 115 0.015504 10.0.0.240 - - [2026-02-16 02:07:09] "DELETE /access-control-list/8ce2e38b-18c6-4e8e-b036-0944614c144b HTTP/1.1" 200 115 0.019078 10.0.0.240 - - [2026-02-16 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002609 10.0.0.240 - - [2026-02-16 02:07:09] "GET /network-policy/6fd9e0a3-fb5a-4193-9e9b-df9db3f8aebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003431 10.0.0.240 - - [2026-02-16 02:07:09] "DELETE /network-policy/6fd9e0a3-fb5a-4193-9e9b-df9db3f8aebc HTTP/1.1" 200 115 0.019217 10.0.0.240 - - [2026-02-16 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002307 10.0.0.240 - - [2026-02-16 02:07:10] "DELETE /service-instance/ad02552b-c1a3-465d-93cd-1402c531b85b HTTP/1.1" 200 115 0.035773 10.0.0.240 - - [2026-02-16 02:07:10] "GET /domains HTTP/1.1" 200 281 0.002450 10.0.0.240 - - [2026-02-16 02:07:10] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000972 10.0.0.240 - - [2026-02-16 02:07:10] "POST /ref-update HTTP/1.1" 200 156 0.018203 10.0.0.240 - - [2026-02-16 02:07:10] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2782 0.008972 10.0.0.240 - - [2026-02-16 02:07:10] "GET /projects?obj_uuids=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001253 10.0.0.240 - - [2026-02-16 02:07:10] "DELETE /instance-ip/a6badfc4-7be8-4279-b6a3-a9ce033de821 HTTP/1.1" 200 115 0.022545 10.0.0.240 - - [2026-02-16 02:07:10] "POST /ref-update HTTP/1.1" 200 156 0.008065 10.0.0.240 - - [2026-02-16 02:07:10] "GET /project/b4154895-bafc-410e-88a1-11c3077f8bb6 HTTP/1.1" 200 3771 0.065608 10.0.0.240 - - [2026-02-16 02:07:10] "GET /virtual-machine/a50ac4db-3879-4cee-86be-c728b70a963a HTTP/1.1" 200 1806 0.003067 10.0.0.240 - - [2026-02-16 02:07:10] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001642 10.0.0.240 - - [2026-02-16 02:07:10] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002144 10.0.0.240 - - [2026-02-16 02:07:10] "DELETE /instance-ip/30ebb979-dab0-404d-9ded-c5144398053a HTTP/1.1" 200 115 0.023987 10.0.0.240 - - [2026-02-16 02:07:10] "POST /ref-update HTTP/1.1" 200 156 0.008652 10.0.0.240 - - [2026-02-16 02:07:10] "DELETE /instance-ip/5727b659-c20d-4759-a8b1-15fd1637e876 HTTP/1.1" 200 115 0.021514 10.0.0.240 - - [2026-02-16 02:07:10] "POST /ref-update HTTP/1.1" 200 156 0.007584 10.0.0.240 - - [2026-02-16 02:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002746 10.0.0.240 - - [2026-02-16 02:07:10] "DELETE /service-template/2de21e00-3fe7-4b69-9005-ec1feb930be7 HTTP/1.1" 200 115 0.018949 10.0.0.240 - - [2026-02-16 02:07:10] "POST /fqname-to-id HTTP/1.1" 404 193 0.002117 10.0.0.240 - - [2026-02-16 02:07:10] "DELETE /instance-ip/05ec0955-d288-4d4a-8be1-9301923539de HTTP/1.1" 200 115 0.018946 10.0.0.240 - - [2026-02-16 02:07:10] "POST /ref-update HTTP/1.1" 200 156 0.007360 10.0.0.240 - - [2026-02-16 02:07:10] "DELETE /instance-ip/eaf807e3-62c7-486a-a36d-1f3fad8b65dc HTTP/1.1" 200 115 0.017668 10.0.0.240 - - [2026-02-16 02:07:10] "POST /ref-update HTTP/1.1" 200 156 0.007705 10.0.0.240 - - [2026-02-16 02:07:10] "DELETE /instance-ip/59c78299-5c58-40e3-a29b-d28a6aeba7a4 HTTP/1.1" 200 115 0.018120 10.0.0.240 - - [2026-02-16 02:07:10] "POST /neutron/network HTTP/1.1" 200 832 0.008983 10.0.0.240 - - [2026-02-16 02:07:10] "POST /neutron/network HTTP/1.1" 400 204 0.009280 10.0.0.240 - - [2026-02-16 02:07:10] "POST /neutron/port HTTP/1.1" 200 1120 0.011657 10.0.0.240 - - [2026-02-16 02:07:10] "POST /neutron/port HTTP/1.1" 200 1110 0.007753 10.0.0.240 - - [2026-02-16 02:07:11] "POST /neutron/port HTTP/1.1" 200 151 0.083869 10.0.0.240 - - [2026-02-16 02:07:11] "POST /neutron/port HTTP/1.1" 200 1121 0.011154 10.0.0.240 - - [2026-02-16 02:07:11] "POST /neutron/port HTTP/1.1" 200 1111 0.008111 10.0.0.240 - - [2026-02-16 02:07:11] "POST /neutron/port HTTP/1.1" 200 151 0.110467 10.0.0.240 - - [2026-02-16 02:07:11] "POST /neutron/port HTTP/1.1" 200 3056 0.022378 10.0.0.240 - - [2026-02-16 02:07:11] "POST /neutron/port HTTP/1.1" 200 1110 0.008144 10.0.0.240 - - [2026-02-16 02:07:11] "POST /neutron/port HTTP/1.1" 200 151 0.090719 10.0.0.240 - - [2026-02-16 02:07:11] "POST /neutron/port HTTP/1.1" 200 1111 0.008194 10.0.0.240 - - [2026-02-16 02:07:11] "POST /neutron/port HTTP/1.1" 200 151 0.078581 10.0.0.240 - - [2026-02-16 02:07:11] "POST /neutron/port HTTP/1.1" 200 1110 0.007748 10.0.0.240 - - [2026-02-16 02:07:11] "POST /neutron/port HTTP/1.1" 200 151 0.079560 10.0.0.240 - - [2026-02-16 02:07:12] "POST /neutron/network HTTP/1.1" 200 832 0.005802 10.0.0.240 - - [2026-02-16 02:07:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003406 10.0.0.240 - - [2026-02-16 02:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.240 - - [2026-02-16 02:07:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001444 10.0.0.240 - - [2026-02-16 02:07:12] "POST /neutron/network HTTP/1.1" 200 151 0.076489 10.0.0.240 - - [2026-02-16 02:07:12] "GET /routing-instance/d77b4842-0a7f-4798-8ada-5889310cc293 HTTP/1.1" 404 171 0.002221 10.0.0.240 - - [2026-02-16 02:07:12] "DELETE /route-target/192d6896-af86-4589-99fc-f9532ae19cf7 HTTP/1.1" 200 115 0.014128 10.0.0.240 - - [2026-02-16 02:07:12] "GET /domains HTTP/1.1" 200 281 0.002056 10.0.0.240 - - [2026-02-16 02:07:12] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001097 10.0.0.240 - - [2026-02-16 02:07:12] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2581 0.050288 10.0.0.240 - - [2026-02-16 02:07:12] "GET /projects?obj_uuids=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000920 10.0.0.240 - - [2026-02-16 02:07:12] "GET /project/b4154895-bafc-410e-88a1-11c3077f8bb6 HTTP/1.1" 200 2304 0.063954 10.0.0.240 - - [2026-02-16 02:07:12] "POST /neutron/network HTTP/1.1" 200 831 0.004898 10.0.0.240 - - [2026-02-16 02:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004052 10.0.0.240 - - [2026-02-16 02:07:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001511 10.0.0.240 - - [2026-02-16 02:07:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002451 10.0.0.240 - - [2026-02-16 02:07:12] "POST /neutron/network HTTP/1.1" 200 151 0.073795 10.0.0.240 - - [2026-02-16 02:07:12] "GET /routing-instance/f583e960-2ec5-4e2b-931d-fce5b6aee491 HTTP/1.1" 404 171 0.003306 10.0.0.240 - - [2026-02-16 02:07:12] "DELETE /route-target/6498fd3b-c66e-4cef-8bb3-32fff8ad5dbd HTTP/1.1" 200 115 0.018932 10.0.0.240 - - [2026-02-16 02:07:12] "GET /domains HTTP/1.1" 200 281 0.001924 10.0.0.240 - - [2026-02-16 02:07:12] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000863 10.0.0.240 - - [2026-02-16 02:07:12] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2581 0.047628 10.0.0.240 - - [2026-02-16 02:07:12] "GET /projects?obj_uuids=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001288 10.0.0.240 - - [2026-02-16 02:07:13] "GET /project/b4154895-bafc-410e-88a1-11c3077f8bb6 HTTP/1.1" 200 2085 0.063179 10.0.0.240 - - [2026-02-16 02:07:13] "POST /neutron/network HTTP/1.1" 200 830 0.005074 10.0.0.240 - - [2026-02-16 02:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002710 10.0.0.240 - - [2026-02-16 02:07:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002490 10.0.0.240 - - [2026-02-16 02:07:13] "POST /useragent-kv HTTP/1.1" 200 115 0.001823 10.0.0.240 - - [2026-02-16 02:07:13] "POST /neutron/network HTTP/1.1" 200 151 0.077886 10.0.0.240 - - [2026-02-16 02:07:13] "DELETE /route-target/5098f1d4-abba-423a-be0c-b00814fa90cf HTTP/1.1" 200 115 0.017112 10.0.0.240 - - [2026-02-16 02:07:13] "GET /routing-instance/b917f097-7231-4f2b-9e3e-696508bb050c HTTP/1.1" 404 171 0.001865 10.0.0.240 - - [2026-02-16 02:07:13] "GET /domains HTTP/1.1" 200 281 0.001853 10.0.0.240 - - [2026-02-16 02:07:13] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000797 10.0.0.240 - - [2026-02-16 02:07:13] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2581 0.050874 10.0.0.240 - - [2026-02-16 02:07:13] "GET /projects?obj_uuids=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001391 10.0.0.240 - - [2026-02-16 02:07:13] "GET /project/b4154895-bafc-410e-88a1-11c3077f8bb6 HTTP/1.1" 200 1844 0.062886 10.0.0.240 - - [2026-02-16 02:07:13] "GET /projects?obj_uuids=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000943 10.0.0.240 - - [2026-02-16 02:07:13] "GET /project/b4154895-bafc-410e-88a1-11c3077f8bb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.051394 10.0.0.240 - - [2026-02-16 02:07:13] "GET /projects?obj_uuids=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001510 10.0.0.240 - - [2026-02-16 02:07:13] "GET /project/b4154895-bafc-410e-88a1-11c3077f8bb6?fields=virtual_networks HTTP/1.1" 200 1029 0.065703 10.0.0.240 - - [2026-02-16 02:07:13] "GET /projects?obj_uuids=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000920 10.0.0.240 - - [2026-02-16 02:07:13] "GET /project/b4154895-bafc-410e-88a1-11c3077f8bb6?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.023408 10.0.0.240 - - [2026-02-16 02:07:13] "GET /projects?obj_uuids=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001039 10.0.0.240 - - [2026-02-16 02:07:13] "GET /project/b4154895-bafc-410e-88a1-11c3077f8bb6?fields=security_groups HTTP/1.1" 200 1254 0.022550 10.0.0.240 - - [2026-02-16 02:07:14] "POST /fqname-to-id HTTP/1.1" 404 189 0.023383 10.0.0.240 - - [2026-02-16 02:07:14] "GET /projects?obj_uuids=7ad2ac09-6c14-4fa9-bdb7-41197b11fc90&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001878 10.0.0.240 - - [2026-02-16 02:07:14] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000966 10.0.0.240 - - [2026-02-16 02:07:14] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.031450 10.0.0.240 - - [2026-02-16 02:07:14] "POST /id-to-fqname HTTP/1.1" 200 191 0.001187 10.0.0.240 - - [2026-02-16 02:07:14] "POST /fqname-to-id HTTP/1.1" 404 200 0.003072 10.0.0.240 - - [2026-02-16 02:07:14] "POST /security-groups HTTP/1.1" 200 592 0.064050 10.0.0.240 - - [2026-02-16 02:07:14] "POST /fqname-to-id HTTP/1.1" 404 235 0.002088 10.0.0.240 - - [2026-02-16 02:07:14] "POST /projects HTTP/1.1" 200 587 0.201602 10.0.0.240 - - [2026-02-16 02:07:14] "POST /access-control-lists HTTP/1.1" 200 599 0.055272 10.0.0.240 - - [2026-02-16 02:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.272784 10.0.0.240 - - [2026-02-16 02:07:14] "POST /fqname-to-id HTTP/1.1" 404 234 0.002634 10.0.0.240 - - [2026-02-16 02:07:15] "GET /project/7ad2ac09-6c14-4fa9-bdb7-41197b11fc90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.414427 10.0.0.240 - - [2026-02-16 02:07:15] "POST /access-control-lists HTTP/1.1" 200 597 0.064312 10.0.0.240 - - [2026-02-16 02:07:16] "GET / HTTP/1.1" 200 36215 0.002741 10.0.0.240 - - [2026-02-16 02:07:17] "GET /project/7ad2ac09-6c14-4fa9-bdb7-41197b11fc90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000437 10.0.0.240 - - [2026-02-16 02:07:17] "GET /projects?obj_uuids=7ad2ac09-6c14-4fa9-bdb7-41197b11fc90&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000923 10.0.0.240 - - [2026-02-16 02:07:17] "GET /project/7ad2ac09-6c14-4fa9-bdb7-41197b11fc90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.045222 10.0.0.240 - - [2026-02-16 02:07:17] "POST /fqname-to-id HTTP/1.1" 404 180 0.002205 10.0.0.240 - - [2026-02-16 02:07:17] "POST /virtual-DNSs HTTP/1.1" 200 509 0.016744 10.0.0.240 - - [2026-02-16 02:07:17] "GET /virtual-DNS/29786864-d2b0-42f7-bcfe-8ee5a26a171a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.004731 10.0.0.240 - - [2026-02-16 02:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.240 - - [2026-02-16 02:07:17] "GET /virtual-DNS/29786864-d2b0-42f7-bcfe-8ee5a26a171a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.004184 10.0.0.240 - - [2026-02-16 02:07:17] "GET /domains HTTP/1.1" 401 293 0.000396 10.0.0.240 - - [2026-02-16 02:07:18] "GET /domains HTTP/1.1" 200 281 0.027369 10.0.0.240 - - [2026-02-16 02:07:18] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001035 10.0.0.240 - - [2026-02-16 02:07:18] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2970 0.007996 10.0.0.240 - - [2026-02-16 02:07:18] "GET /virtual-DNS/29786864-d2b0-42f7-bcfe-8ee5a26a171a HTTP/1.1" 200 1439 0.003428 10.0.0.240 - - [2026-02-16 02:07:18] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.001648 10.0.0.240 - - [2026-02-16 02:07:18] "POST /network-ipams HTTP/1.1" 200 516 0.014651 10.0.0.240 - - [2026-02-16 02:07:18] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 754 0.002537 10.0.0.240 - - [2026-02-16 02:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002589 10.0.0.240 - - [2026-02-16 02:07:18] "GET /network-ipam/5852b452-67cd-4a6a-a9d7-e65ba334584f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.004220 10.0.0.240 - - [2026-02-16 02:07:18] "PUT /network-ipam/5852b452-67cd-4a6a-a9d7-e65ba334584f HTTP/1.1" 200 259 0.008171 10.0.0.240 - - [2026-02-16 02:07:18] "POST /ref-update HTTP/1.1" 200 156 0.007180 10.0.0.240 - - [2026-02-16 02:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002402 10.0.0.240 - - [2026-02-16 02:07:18] "GET /projects?obj_uuids=7ad2ac09-6c14-4fa9-bdb7-41197b11fc90&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000911 10.0.0.240 - - [2026-02-16 02:07:18] "GET /project/7ad2ac09-6c14-4fa9-bdb7-41197b11fc90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.025190 10.0.0.240 - - [2026-02-16 02:07:18] "POST /neutron/network HTTP/1.1" 200 117 0.032022 10.0.0.240 - - [2026-02-16 02:07:18] "GET /projects?obj_uuids=7ad2ac09-6c14-4fa9-bdb7-41197b11fc90&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000896 10.0.0.240 - - [2026-02-16 02:07:18] "DELETE /project/7ad2ac096c144fa9bdb741197b11fc90 HTTP/1.1" 404 173 0.004306 10.0.0.240 - - [2026-02-16 02:07:18] "GET /projects?obj_uuids=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000779 10.0.0.240 - - [2026-02-16 02:07:18] "GET /project/b4154895-bafc-410e-88a1-11c3077f8bb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.022954 10.0.0.240 - - [2026-02-16 02:07:18] "POST /neutron/network HTTP/1.1" 200 618 0.070168 10.0.0.240 - - [2026-02-16 02:07:18] "POST /route-targets HTTP/1.1" 200 328 0.008629 10.0.0.240 - - [2026-02-16 02:07:18] "GET /projects?obj_uuids=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000833 10.0.0.240 - - [2026-02-16 02:07:18] "POST /ref-update HTTP/1.1" 200 156 0.013813 10.0.0.240 - - [2026-02-16 02:07:18] "GET /project/b4154895-bafc-410e-88a1-11c3077f8bb6?fields=security_groups HTTP/1.1" 200 1356 0.022346 10.0.0.240 - - [2026-02-16 02:07:18] "DELETE /security-group/30d60d5d-7f43-49f6-9353-14bccd90c693 HTTP/1.1" 200 115 0.028844 10.0.0.240 - - [2026-02-16 02:07:18] "GET /projects?obj_uuids=b4154895-bafc-410e-88a1-11c3077f8bb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001118 10.0.0.240 - - [2026-02-16 02:07:18] "DELETE /access-control-list/fc6d961b-f9bd-4e1c-aa0e-4a7829d6c5b1 HTTP/1.1" 200 115 0.025870 10.0.0.240 - - [2026-02-16 02:07:18] "GET /project/b4154895-bafc-410e-88a1-11c3077f8bb6?fields=application_policy_sets HTTP/1.1" 200 1395 0.026055 10.0.0.240 - - [2026-02-16 02:07:18] "DELETE /access-control-list/24921847-a941-41d0-8da4-4efdc7279dc0 HTTP/1.1" 200 115 0.021282 10.0.0.240 - - [2026-02-16 02:07:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003188 10.0.0.240 - - [2026-02-16 02:07:18] "POST /neutron/subnet HTTP/1.1" 200 711 0.210495 10.0.0.240 - - [2026-02-16 02:07:18] "POST /neutron/network HTTP/1.1" 200 833 0.004288 10.0.0.240 - - [2026-02-16 02:07:18] "POST /id-to-fqname HTTP/1.1" 200 227 0.001940 10.0.0.240 - - [2026-02-16 02:07:18] "GET /virtual-network/176479fd-3ff6-4f1a-b876-fc037acc632d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004220 10.0.0.240 - - [2026-02-16 02:07:18] "DELETE /project/b4154895-bafc-410e-88a1-11c3077f8bb6 HTTP/1.1" 200 115 0.303988 10.0.0.240 - - [2026-02-16 02:07:18] "POST /neutron/network HTTP/1.1" 200 833 0.004626 10.0.0.240 - - [2026-02-16 02:07:18] "GET /virtual-network/176479fd-3ff6-4f1a-b876-fc037acc632d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004179 10.0.0.240 - - [2026-02-16 02:07:18] "POST /neutron/network HTTP/1.1" 200 833 0.004498 10.0.0.240 - - [2026-02-16 02:07:18] "POST /neutron/subnet HTTP/1.1" 200 711 0.005119 10.0.0.240 - - [2026-02-16 02:07:18] "POST /neutron/network HTTP/1.1" 200 807 0.008696 10.0.0.240 - - [2026-02-16 02:07:19] "POST /neutron/network HTTP/1.1" 200 833 0.004367 10.0.0.240 - - [2026-02-16 02:07:19] "POST /id-to-fqname HTTP/1.1" 200 227 0.001045 10.0.0.240 - - [2026-02-16 02:07:19] "POST /neutron/network HTTP/1.1" 200 843 0.004782 10.0.0.240 - - [2026-02-16 02:07:19] "GET /aaa-mode HTTP/1.1" 401 293 0.000411 10.0.0.240 - - [2026-02-16 02:07:19] "GET / HTTP/1.1" 200 36215 0.001663 10.0.0.240 - - [2026-02-16 02:07:19] "GET /project/7ad2ac09-6c14-4fa9-bdb7-41197b11fc90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000355 10.0.0.240 - - [2026-02-16 02:07:19] "GET /projects?obj_uuids=7ad2ac09-6c14-4fa9-bdb7-41197b11fc90&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000960 10.0.0.240 - - [2026-02-16 02:07:19] "GET /project/7ad2ac09-6c14-4fa9-bdb7-41197b11fc90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.044904 10.0.0.240 - - [2026-02-16 02:07:19] "POST /neutron/network HTTP/1.1" 200 833 0.026093 10.0.0.240 - - [2026-02-16 02:07:20] "POST /neutron/port HTTP/1.1" 200 117 0.005273 10.0.0.240 - - [2026-02-16 02:07:20] "POST /neutron/port HTTP/1.1" 200 117 0.005059 10.0.0.240 - - [2026-02-16 02:07:20] "POST /neutron/port HTTP/1.1" 200 117 0.003963 10.0.0.240 - - [2026-02-16 02:07:20] "POST /neutron/network HTTP/1.1" 200 843 0.004838 10.0.0.240 - - [2026-02-16 02:07:20] "GET /projects?obj_uuids=7ad2ac09-6c14-4fa9-bdb7-41197b11fc90&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000831 10.0.0.240 - - [2026-02-16 02:07:20] "POST /neutron/port HTTP/1.1" 200 1058 0.168359 10.0.0.240 - - [2026-02-16 02:07:20] "POST /neutron/port HTTP/1.1" 200 1058 0.043972 10.0.0.240 - - [2026-02-16 02:07:20] "POST /neutron/port HTTP/1.1" 200 1058 0.010563 10.0.0.240 - - [2026-02-16 02:07:20] "POST /neutron/port HTTP/1.1" 200 1112 0.065762 10.0.0.240 - - [2026-02-16 02:07:20] "POST /neutron/port HTTP/1.1" 200 1122 0.010345 10.0.0.240 - - [2026-02-16 02:07:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002645 10.0.0.240 - - [2026-02-16 02:07:20] "POST /neutron/subnet HTTP/1.1" 200 685 0.005800 10.0.0.240 - - [2026-02-16 02:07:20] "POST /neutron/port HTTP/1.1" 200 117 0.001008 10.0.0.240 - - [2026-02-16 02:07:20] "POST /neutron/network HTTP/1.1" 200 833 0.004203 10.0.0.240 - - [2026-02-16 02:07:25] "POST /neutron/port HTTP/1.1" 200 1122 0.011139 10.0.0.240 - - [2026-02-16 02:07:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005224 10.0.0.240 - - [2026-02-16 02:07:25] "POST /neutron/port HTTP/1.1" 200 1122 0.010377 10.0.0.240 - - [2026-02-16 02:07:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004744 10.0.0.240 - - [2026-02-16 02:07:25] "POST /neutron/port HTTP/1.1" 200 1122 0.010502 10.0.0.240 - - [2026-02-16 02:07:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005591 10.0.0.240 - - [2026-02-16 02:07:25] "GET /virtual-machine/303fc0ab-a7c1-424d-a8a6-ea5472639394 HTTP/1.1" 200 1295 0.003822 10.0.0.240 - - [2026-02-16 02:07:25] "GET /virtual-machine-interface/3e33f499-6ba0-4095-9e1b-26fc3ecceb37 HTTP/1.1" 200 2970 0.004041 10.0.0.240 - - [2026-02-16 02:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002306 10.0.0.240 - - [2026-02-16 02:07:25] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002518 10.0.0.240 - - [2026-02-16 02:07:25] "GET /virtual-networks?parent_id=7ad2ac09-6c14-4fa9-bdb7-41197b11fc90&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002530 10.0.0.240 - - [2026-02-16 02:07:25] "GET /virtual-network/176479fd-3ff6-4f1a-b876-fc037acc632d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004643 10.0.0.240 - - [2026-02-16 02:07:25] "GET /obj-perms HTTP/1.1" 200 5075 0.044042 10.0.0.240 - - [2026-02-16 02:07:26] "GET /obj-perms HTTP/1.1" 200 5075 0.045753 10.0.0.240 - - [2026-02-16 02:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002551 10.0.0.240 - - [2026-02-16 02:07:28] "GET /virtual-network/176479fd-3ff6-4f1a-b876-fc037acc632d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004310 10.0.0.240 - - [2026-02-16 02:07:29] "POST /neutron/port HTTP/1.1" 200 1122 0.011047 10.0.0.240 - - [2026-02-16 02:07:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004539 10.0.0.240 - - [2026-02-16 02:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002474 10.0.0.240 - - [2026-02-16 02:07:30] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002314 10.0.0.240 - - [2026-02-16 02:07:30] "GET /virtual-networks?parent_id=7ad2ac09-6c14-4fa9-bdb7-41197b11fc90&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002447 10.0.0.240 - - [2026-02-16 02:07:30] "GET /virtual-network/176479fd-3ff6-4f1a-b876-fc037acc632d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004792 10.0.0.240 - - [2026-02-16 02:07:35] "POST /neutron/network HTTP/1.1" 200 807 0.008475 10.0.0.240 - - [2026-02-16 02:07:35] "POST /neutron/network HTTP/1.1" 200 833 0.004059 10.0.0.240 - - [2026-02-16 02:07:35] "POST /id-to-fqname HTTP/1.1" 200 227 0.000981 10.0.0.240 - - [2026-02-16 02:07:35] "POST /neutron/port HTTP/1.1" 200 1122 0.010276 10.0.0.240 - - [2026-02-16 02:07:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005567 10.0.0.240 - - [2026-02-16 02:07:35] "POST /neutron/network HTTP/1.1" 200 843 0.004488 10.0.0.240 - - [2026-02-16 02:07:35] "GET /aaa-mode HTTP/1.1" 401 293 0.000324 10.0.0.240 - - [2026-02-16 02:07:35] "GET / HTTP/1.1" 200 36215 0.001598 10.0.0.240 - - [2026-02-16 02:07:35] "GET /project/7ad2ac09-6c14-4fa9-bdb7-41197b11fc90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000335 10.0.0.240 - - [2026-02-16 02:07:36] "GET /projects?obj_uuids=7ad2ac09-6c14-4fa9-bdb7-41197b11fc90&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000929 10.0.0.240 - - [2026-02-16 02:07:36] "GET /project/7ad2ac09-6c14-4fa9-bdb7-41197b11fc90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.042044 10.0.0.240 - - [2026-02-16 02:07:36] "POST /neutron/network HTTP/1.1" 200 833 0.004359 10.0.0.240 - - [2026-02-16 02:07:36] "POST /neutron/port HTTP/1.1" 200 1122 0.013659 10.0.0.240 - - [2026-02-16 02:07:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005055 10.0.0.240 - - [2026-02-16 02:07:36] "POST /neutron/port HTTP/1.1" 200 117 0.004559 10.0.0.240 - - [2026-02-16 02:07:36] "POST /neutron/port HTTP/1.1" 200 117 0.004885 10.0.0.240 - - [2026-02-16 02:07:36] "POST /neutron/network HTTP/1.1" 200 843 0.004560 10.0.0.240 - - [2026-02-16 02:07:36] "GET /projects?obj_uuids=7ad2ac09-6c14-4fa9-bdb7-41197b11fc90&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001508 10.0.0.240 - - [2026-02-16 02:07:36] "POST /neutron/port HTTP/1.1" 200 1058 0.174916 10.0.0.240 - - [2026-02-16 02:07:36] "POST /neutron/port HTTP/1.1" 200 1058 0.007720 10.0.0.240 - - [2026-02-16 02:07:36] "POST /neutron/port HTTP/1.1" 200 1058 0.007565 10.0.0.240 - - [2026-02-16 02:07:36] "POST /neutron/port HTTP/1.1" 200 1112 0.042648 10.0.0.240 - - [2026-02-16 02:07:36] "POST /neutron/port HTTP/1.1" 200 1122 0.010307 10.0.0.240 - - [2026-02-16 02:07:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003103 10.0.0.240 - - [2026-02-16 02:07:36] "POST /neutron/subnet HTTP/1.1" 200 685 0.006166 10.0.0.240 - - [2026-02-16 02:07:36] "POST /neutron/port HTTP/1.1" 200 117 0.001097 10.0.0.240 - - [2026-02-16 02:07:36] "POST /neutron/network HTTP/1.1" 200 833 0.004576 10.0.0.240 - - [2026-02-16 02:07:41] "POST /neutron/port HTTP/1.1" 200 1122 0.011405 10.0.0.240 - - [2026-02-16 02:07:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004486 10.0.0.240 - - [2026-02-16 02:07:41] "POST /neutron/port HTTP/1.1" 200 1122 0.009967 10.0.0.240 - - [2026-02-16 02:07:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005287 10.0.0.240 - - [2026-02-16 02:07:41] "POST /neutron/port HTTP/1.1" 200 1122 0.011426 10.0.0.240 - - [2026-02-16 02:07:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004914 10.0.0.240 - - [2026-02-16 02:07:41] "GET /virtual-machine/5937a6de-56f2-43af-84c9-591b991a688d HTTP/1.1" 200 1294 0.003816 10.0.0.240 - - [2026-02-16 02:07:41] "GET /virtual-machine-interface/a7aa9efd-e8c7-46b4-b10c-6c7b1aafed99 HTTP/1.1" 200 2971 0.003837 10.0.0.240 - - [2026-02-16 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002348 10.0.0.240 - - [2026-02-16 02:07:41] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002489 10.0.0.240 - - [2026-02-16 02:07:41] "GET /virtual-networks?parent_id=7ad2ac09-6c14-4fa9-bdb7-41197b11fc90&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002686 10.0.0.240 - - [2026-02-16 02:07:41] "GET /virtual-network/176479fd-3ff6-4f1a-b876-fc037acc632d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004951 10.0.0.240 - - [2026-02-16 02:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002531 10.0.0.240 - - [2026-02-16 02:07:44] "GET /virtual-network/176479fd-3ff6-4f1a-b876-fc037acc632d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006228 10.0.0.240 - - [2026-02-16 02:07:45] "POST /neutron/port HTTP/1.1" 200 1122 0.034013 10.0.0.240 - - [2026-02-16 02:07:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004909 10.0.0.240 - - [2026-02-16 02:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.240 - - [2026-02-16 02:07:46] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002445 10.0.0.240 - - [2026-02-16 02:07:47] "GET /virtual-networks?parent_id=7ad2ac09-6c14-4fa9-bdb7-41197b11fc90&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002495 10.0.0.240 - - [2026-02-16 02:07:47] "GET /virtual-network/176479fd-3ff6-4f1a-b876-fc037acc632d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004449 10.0.0.240 - - [2026-02-16 02:07:47] "POST /neutron/port HTTP/1.1" 200 1122 0.010946 10.0.0.240 - - [2026-02-16 02:07:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005256 10.0.0.240 - - [2026-02-16 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.240 - - [2026-02-16 02:07:58] "DELETE /virtual-DNS/29786864-d2b0-42f7-bcfe-8ee5a26a171a HTTP/1.1" 409 236 0.005212 10.0.0.240 - - [2026-02-16 02:07:59] "POST /fqname-to-id HTTP/1.1" 404 192 0.002391 10.0.0.240 - - [2026-02-16 02:07:59] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.016123 10.0.0.240 - - [2026-02-16 02:07:59] "GET /virtual-DNS-record/824824b8-ec60-4951-90cb-e36764a92d9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.004714 10.0.0.240 - - [2026-02-16 02:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002450 10.0.0.240 - - [2026-02-16 02:07:59] "GET /virtual-DNS-record/824824b8-ec60-4951-90cb-e36764a92d9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.002822 10.0.0.240 - - [2026-02-16 02:07:59] "GET /domains HTTP/1.1" 200 281 0.002358 10.0.0.240 - - [2026-02-16 02:07:59] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000849 10.0.0.240 - - [2026-02-16 02:07:59] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2785 0.006787 10.0.0.240 - - [2026-02-16 02:07:59] "GET /virtual-DNS/29786864-d2b0-42f7-bcfe-8ee5a26a171a HTTP/1.1" 200 1910 0.003639 10.0.0.240 - - [2026-02-16 02:07:59] "GET /virtual-DNS-record/824824b8-ec60-4951-90cb-e36764a92d9a HTTP/1.1" 200 1337 0.002497 10.0.0.240 - - [2026-02-16 02:08:04] "DELETE /virtual-DNS-record/824824b8-ec60-4951-90cb-e36764a92d9a HTTP/1.1" 200 115 0.021308 10.0.0.240 - - [2026-02-16 02:08:04] "POST /fqname-to-id HTTP/1.1" 404 184 0.002181 10.0.0.240 - - [2026-02-16 02:08:04] "POST /neutron/network HTTP/1.1" 200 833 0.004555 10.0.0.240 - - [2026-02-16 02:08:04] "POST /neutron/network HTTP/1.1" 400 204 0.010247 10.0.0.240 - - [2026-02-16 02:08:05] "POST /neutron/port HTTP/1.1" 200 1122 0.011592 10.0.0.240 - - [2026-02-16 02:08:05] "POST /neutron/port HTTP/1.1" 200 1112 0.007900 10.0.0.240 - - [2026-02-16 02:08:05] "POST /neutron/port HTTP/1.1" 200 1122 0.009241 10.0.0.240 - - [2026-02-16 02:08:05] "POST /neutron/port HTTP/1.1" 200 1112 0.009972 10.0.0.240 - - [2026-02-16 02:08:05] "POST /neutron/port HTTP/1.1" 200 151 0.092631 10.0.0.240 - - [2026-02-16 02:08:05] "POST /neutron/port HTTP/1.1" 200 151 0.092606 10.0.0.240 - - [2026-02-16 02:08:06] "POST /neutron/network HTTP/1.1" 200 833 0.004611 10.0.0.240 - - [2026-02-16 02:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.240 - - [2026-02-16 02:08:07] "DELETE /route-target/8eb52d1e-15e1-4efe-aff7-d5437b84c5da HTTP/1.1" 200 115 0.039857 10.0.0.240 - - [2026-02-16 02:08:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002649 10.0.0.240 - - [2026-02-16 02:08:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001811 10.0.0.240 - - [2026-02-16 02:08:07] "POST /neutron/network HTTP/1.1" 200 151 0.117456 10.0.0.240 - - [2026-02-16 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002463 10.0.0.240 - - [2026-02-16 02:08:07] "DELETE /network-ipam/5852b452-67cd-4a6a-a9d7-e65ba334584f HTTP/1.1" 200 115 0.020155 10.0.0.240 - - [2026-02-16 02:08:07] "DELETE /virtual-DNS/29786864-d2b0-42f7-bcfe-8ee5a26a171a HTTP/1.1" 200 115 0.019938 10.0.0.240 - - [2026-02-16 02:08:07] "POST /fqname-to-id HTTP/1.1" 404 180 0.002061 10.0.0.240 - - [2026-02-16 02:08:07] "GET /domains HTTP/1.1" 200 281 0.003706 10.0.0.240 - - [2026-02-16 02:08:07] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001120 10.0.0.240 - - [2026-02-16 02:08:07] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2584 0.007168 10.0.0.240 - - [2026-02-16 02:08:07] "GET /projects?obj_uuids=7ad2ac09-6c14-4fa9-bdb7-41197b11fc90&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000921 10.0.0.240 - - [2026-02-16 02:08:07] "GET /project/7ad2ac09-6c14-4fa9-bdb7-41197b11fc90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.022133 10.0.0.240 - - [2026-02-16 02:08:07] "GET /projects?obj_uuids=7ad2ac09-6c14-4fa9-bdb7-41197b11fc90&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000846 10.0.0.240 - - [2026-02-16 02:08:07] "GET /project/7ad2ac09-6c14-4fa9-bdb7-41197b11fc90?fields=virtual_networks HTTP/1.1" 200 1046 0.069644 10.0.0.240 - - [2026-02-16 02:08:07] "GET /projects?obj_uuids=7ad2ac09-6c14-4fa9-bdb7-41197b11fc90&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000905 10.0.0.240 - - [2026-02-16 02:08:07] "GET /project/7ad2ac09-6c14-4fa9-bdb7-41197b11fc90?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.021625 10.0.0.240 - - [2026-02-16 02:08:07] "GET /projects?obj_uuids=7ad2ac09-6c14-4fa9-bdb7-41197b11fc90&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001100 10.0.0.240 - - [2026-02-16 02:08:07] "GET /project/7ad2ac09-6c14-4fa9-bdb7-41197b11fc90?fields=security_groups HTTP/1.1" 200 1274 0.024086 10.0.0.240 - - [2026-02-16 02:08:08] "POST /fqname-to-id HTTP/1.1" 404 189 0.026644 10.0.0.240 - - [2026-02-16 02:08:08] "GET /projects?obj_uuids=e72f4f13-d131-426a-9503-384741d43bd9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001926 10.0.0.240 - - [2026-02-16 02:08:08] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000853 10.0.0.240 - - [2026-02-16 02:08:08] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005625 10.0.0.240 - - [2026-02-16 02:08:08] "POST /id-to-fqname HTTP/1.1" 200 191 0.002007 10.0.0.240 - - [2026-02-16 02:08:08] "POST /fqname-to-id HTTP/1.1" 404 200 0.001850 10.0.0.240 - - [2026-02-16 02:08:08] "POST /security-groups HTTP/1.1" 200 592 0.060145 10.0.0.240 - - [2026-02-16 02:08:08] "POST /fqname-to-id HTTP/1.1" 404 235 0.002250 10.0.0.240 - - [2026-02-16 02:08:08] "POST /projects HTTP/1.1" 200 587 0.197124 10.0.0.240 - - [2026-02-16 02:08:08] "POST /access-control-lists HTTP/1.1" 200 599 0.056012 10.0.0.240 - - [2026-02-16 02:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.263218 10.0.0.240 - - [2026-02-16 02:08:08] "POST /fqname-to-id HTTP/1.1" 404 234 0.002373 10.0.0.240 - - [2026-02-16 02:08:08] "GET /project/e72f4f13-d131-426a-9503-384741d43bd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.378472 10.0.0.240 - - [2026-02-16 02:08:08] "POST /access-control-lists HTTP/1.1" 200 597 0.056427 10.0.0.240 - - [2026-02-16 02:08:09] "GET / HTTP/1.1" 200 36215 0.001998 10.0.0.240 - - [2026-02-16 02:08:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000567 10.0.0.240 - - [2026-02-16 02:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.052668 10.0.0.240 - - [2026-02-16 02:08:10] "GET /projects?obj_uuids=e72f4f13-d131-426a-9503-384741d43bd9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000856 10.0.0.240 - - [2026-02-16 02:08:10] "GET /project/e72f4f13-d131-426a-9503-384741d43bd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.020126 10.0.0.240 - - [2026-02-16 02:08:10] "POST /neutron/network HTTP/1.1" 200 117 0.030619 10.0.0.240 - - [2026-02-16 02:08:11] "GET /projects?obj_uuids=e72f4f13-d131-426a-9503-384741d43bd9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001234 10.0.0.240 - - [2026-02-16 02:08:11] "POST /neutron/network HTTP/1.1" 200 606 0.049503 10.0.0.240 - - [2026-02-16 02:08:11] "POST /route-targets HTTP/1.1" 200 328 0.008030 10.0.0.240 - - [2026-02-16 02:08:11] "POST /ref-update HTTP/1.1" 200 156 0.009206 10.0.0.240 - - [2026-02-16 02:08:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002572 10.0.0.240 - - [2026-02-16 02:08:11] "POST /neutron/subnet HTTP/1.1" 200 724 0.132711 10.0.0.240 - - [2026-02-16 02:08:11] "POST /neutron/network HTTP/1.1" 200 825 0.003938 10.0.0.240 - - [2026-02-16 02:08:11] "POST /id-to-fqname HTTP/1.1" 200 221 0.000884 10.0.0.240 - - [2026-02-16 02:08:11] "GET /virtual-network/db6fbdda-5261-42a1-bfef-12ae39a7ca1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004032 10.0.0.240 - - [2026-02-16 02:08:11] "POST /neutron/network HTTP/1.1" 200 825 0.004986 10.0.0.240 - - [2026-02-16 02:08:11] "GET /virtual-network/db6fbdda-5261-42a1-bfef-12ae39a7ca1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004756 10.0.0.240 - - [2026-02-16 02:08:11] "POST /neutron/network HTTP/1.1" 200 825 0.004572 10.0.0.240 - - [2026-02-16 02:08:11] "POST /neutron/subnet HTTP/1.1" 200 724 0.005300 10.0.0.240 - - [2026-02-16 02:08:11] "POST /id-to-fqname HTTP/1.1" 200 221 0.001037 10.0.0.240 - - [2026-02-16 02:08:11] "POST /neutron/network HTTP/1.1" 200 835 0.006109 10.0.0.240 - - [2026-02-16 02:08:11] "GET /aaa-mode HTTP/1.1" 401 293 0.000440 10.0.0.240 - - [2026-02-16 02:08:11] "GET / HTTP/1.1" 200 36215 0.001622 10.0.0.240 - - [2026-02-16 02:08:11] "GET /project/e72f4f13-d131-426a-9503-384741d43bd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000331 10.0.0.240 - - [2026-02-16 02:08:12] "GET /projects?obj_uuids=e72f4f13-d131-426a-9503-384741d43bd9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000922 10.0.0.240 - - [2026-02-16 02:08:12] "GET /project/e72f4f13-d131-426a-9503-384741d43bd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.041206 10.0.0.240 - - [2026-02-16 02:08:12] "POST /neutron/network HTTP/1.1" 200 825 0.004205 10.0.0.240 - - [2026-02-16 02:08:12] "POST /neutron/port HTTP/1.1" 200 117 0.004442 10.0.0.240 - - [2026-02-16 02:08:12] "POST /neutron/port HTTP/1.1" 200 117 0.004632 10.0.0.240 - - [2026-02-16 02:08:12] "POST /id-to-fqname HTTP/1.1" 200 221 0.000992 10.0.0.240 - - [2026-02-16 02:08:12] "POST /neutron/port HTTP/1.1" 200 117 0.004319 10.0.0.240 - - [2026-02-16 02:08:12] "POST /neutron/network HTTP/1.1" 200 835 0.004822 10.0.0.240 - - [2026-02-16 02:08:12] "GET /aaa-mode HTTP/1.1" 401 293 0.000410 10.0.0.240 - - [2026-02-16 02:08:12] "POST /neutron/network HTTP/1.1" 200 835 0.004920 10.0.0.240 - - [2026-02-16 02:08:12] "GET /projects?obj_uuids=e72f4f13-d131-426a-9503-384741d43bd9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001207 10.0.0.240 - - [2026-02-16 02:08:12] "GET / HTTP/1.1" 200 36215 0.002324 10.0.0.240 - - [2026-02-16 02:08:12] "GET /project/e72f4f13-d131-426a-9503-384741d43bd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000364 10.0.0.240 - - [2026-02-16 02:08:12] "POST /neutron/port HTTP/1.1" 200 1061 0.191779 10.0.0.240 - - [2026-02-16 02:08:13] "POST /neutron/port HTTP/1.1" 200 1061 0.011394 10.0.0.240 - - [2026-02-16 02:08:13] "POST /neutron/port HTTP/1.1" 200 1061 0.009098 10.0.0.240 - - [2026-02-16 02:08:13] "POST /neutron/port HTTP/1.1" 200 1115 0.058800 10.0.0.240 - - [2026-02-16 02:08:13] "POST /neutron/port HTTP/1.1" 200 1125 0.011754 10.0.0.240 - - [2026-02-16 02:08:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002840 10.0.0.240 - - [2026-02-16 02:08:13] "POST /neutron/subnet HTTP/1.1" 200 698 0.006206 10.0.0.240 - - [2026-02-16 02:08:13] "POST /neutron/port HTTP/1.1" 200 117 0.001192 10.0.0.240 - - [2026-02-16 02:08:13] "POST /neutron/network HTTP/1.1" 200 825 0.005315 10.0.0.240 - - [2026-02-16 02:08:13] "GET /projects?obj_uuids=e72f4f13-d131-426a-9503-384741d43bd9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000937 10.0.0.240 - - [2026-02-16 02:08:13] "GET /project/e72f4f13-d131-426a-9503-384741d43bd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.044557 10.0.0.240 - - [2026-02-16 02:08:13] "POST /neutron/network HTTP/1.1" 200 825 0.004410 10.0.0.240 - - [2026-02-16 02:08:13] "POST /neutron/port HTTP/1.1" 200 1125 0.013276 10.0.0.240 - - [2026-02-16 02:08:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006407 10.0.0.240 - - [2026-02-16 02:08:13] "POST /neutron/port HTTP/1.1" 200 117 0.004564 10.0.0.240 - - [2026-02-16 02:08:13] "POST /neutron/port HTTP/1.1" 200 1125 0.011984 10.0.0.240 - - [2026-02-16 02:08:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006210 10.0.0.240 - - [2026-02-16 02:08:13] "POST /neutron/network HTTP/1.1" 200 835 0.004825 10.0.0.240 - - [2026-02-16 02:08:13] "GET /projects?obj_uuids=e72f4f13-d131-426a-9503-384741d43bd9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001222 10.0.0.240 - - [2026-02-16 02:08:14] "POST /neutron/port HTTP/1.1" 200 1061 0.248913 10.0.0.240 - - [2026-02-16 02:08:14] "POST /neutron/port HTTP/1.1" 200 1061 0.008991 10.0.0.240 - - [2026-02-16 02:08:14] "POST /neutron/port HTTP/1.1" 200 1061 0.007864 10.0.0.240 - - [2026-02-16 02:08:14] "POST /neutron/port HTTP/1.1" 200 1115 0.057419 10.0.0.240 - - [2026-02-16 02:08:14] "POST /neutron/port HTTP/1.1" 200 1125 0.010065 10.0.0.240 - - [2026-02-16 02:08:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002557 10.0.0.240 - - [2026-02-16 02:08:14] "POST /neutron/subnet HTTP/1.1" 200 698 0.005247 10.0.0.240 - - [2026-02-16 02:08:14] "POST /neutron/port HTTP/1.1" 200 117 0.001314 10.0.0.240 - - [2026-02-16 02:08:14] "POST /neutron/network HTTP/1.1" 200 825 0.004454 10.0.0.240 - - [2026-02-16 02:08:18] "POST /neutron/port HTTP/1.1" 200 1125 0.011498 10.0.0.240 - - [2026-02-16 02:08:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005007 10.0.0.240 - - [2026-02-16 02:08:18] "POST /neutron/port HTTP/1.1" 200 1125 0.009470 10.0.0.240 - - [2026-02-16 02:08:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004842 10.0.0.240 - - [2026-02-16 02:08:18] "POST /neutron/port HTTP/1.1" 200 1125 0.011556 10.0.0.240 - - [2026-02-16 02:08:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006453 10.0.0.240 - - [2026-02-16 02:08:18] "GET /virtual-machine/bbe99eb9-4654-4a75-9abc-9d7c9f0727fe HTTP/1.1" 401 293 0.000375 10.0.0.240 - - [2026-02-16 02:08:18] "DELETE /project/e72f4f13d131426a9503384741d43bd9 HTTP/1.1" 404 173 0.005739 10.0.0.240 - - [2026-02-16 02:08:18] "GET /projects?obj_uuids=7ad2ac09-6c14-4fa9-bdb7-41197b11fc90&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000902 10.0.0.240 - - [2026-02-16 02:08:18] "GET /project/7ad2ac09-6c14-4fa9-bdb7-41197b11fc90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.031512 10.0.0.240 - - [2026-02-16 02:08:18] "GET /projects?obj_uuids=7ad2ac09-6c14-4fa9-bdb7-41197b11fc90&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000951 10.0.0.240 - - [2026-02-16 02:08:18] "GET /project/7ad2ac09-6c14-4fa9-bdb7-41197b11fc90?fields=security_groups HTTP/1.1" 200 1376 0.064707 10.0.0.240 - - [2026-02-16 02:08:19] "DELETE /security-group/32099dc6-e35c-4742-80bf-8c7726ec837c HTTP/1.1" 200 115 0.038501 10.0.0.240 - - [2026-02-16 02:08:19] "GET /projects?obj_uuids=7ad2ac09-6c14-4fa9-bdb7-41197b11fc90&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000947 10.0.0.240 - - [2026-02-16 02:08:19] "DELETE /access-control-list/fdffc9e8-de34-4389-818d-a137c3a10db9 HTTP/1.1" 200 115 0.032335 10.0.0.240 - - [2026-02-16 02:08:19] "GET /project/7ad2ac09-6c14-4fa9-bdb7-41197b11fc90?fields=application_policy_sets HTTP/1.1" 200 1415 0.037827 10.0.0.240 - - [2026-02-16 02:08:19] "DELETE /access-control-list/74308c2e-423c-4aab-9d17-60a737dc9fea HTTP/1.1" 200 115 0.045024 10.0.0.240 - - [2026-02-16 02:08:19] "DELETE /project/7ad2ac09-6c14-4fa9-bdb7-41197b11fc90 HTTP/1.1" 200 115 0.340280 10.0.0.240 - - [2026-02-16 02:08:19] "GET /virtual-machine/bbe99eb9-4654-4a75-9abc-9d7c9f0727fe HTTP/1.1" 200 1296 0.041795 10.0.0.240 - - [2026-02-16 02:08:19] "GET /virtual-machine-interface/b27aa708-0f86-4d44-8835-591e7b79f07b HTTP/1.1" 200 2952 0.009095 10.0.0.240 - - [2026-02-16 02:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002404 10.0.0.240 - - [2026-02-16 02:08:19] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002579 10.0.0.240 - - [2026-02-16 02:08:19] "GET /virtual-networks?parent_id=e72f4f13-d131-426a-9503-384741d43bd9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002738 10.0.0.240 - - [2026-02-16 02:08:19] "GET /virtual-network/db6fbdda-5261-42a1-bfef-12ae39a7ca1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007257 10.0.0.240 - - [2026-02-16 02:08:21] "POST /neutron/port HTTP/1.1" 200 1125 0.010229 10.0.0.240 - - [2026-02-16 02:08:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004301 10.0.0.240 - - [2026-02-16 02:08:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.240 - - [2026-02-16 02:08:22] "GET /virtual-network/db6fbdda-5261-42a1-bfef-12ae39a7ca1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.009651 10.0.0.240 - - [2026-02-16 02:08:22] "POST /neutron/port HTTP/1.1" 200 1125 0.010073 10.0.0.240 - - [2026-02-16 02:08:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004128 10.0.0.240 - - [2026-02-16 02:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002722 10.0.0.240 - - [2026-02-16 02:08:24] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003407 10.0.0.240 - - [2026-02-16 02:08:24] "GET /virtual-networks?parent_id=e72f4f13-d131-426a-9503-384741d43bd9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002491 10.0.0.240 - - [2026-02-16 02:08:24] "GET /virtual-network/db6fbdda-5261-42a1-bfef-12ae39a7ca1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005090 10.0.0.240 - - [2026-02-16 02:08:24] "POST /neutron/port HTTP/1.1" 200 1125 0.010750 10.0.0.240 - - [2026-02-16 02:08:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005028 10.0.0.240 - - [2026-02-16 02:08:25] "POST /neutron/port HTTP/1.1" 200 1125 0.009956 10.0.0.240 - - [2026-02-16 02:08:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004989 10.0.0.240 - - [2026-02-16 02:08:25] "POST /neutron/port HTTP/1.1" 200 1125 0.010621 10.0.0.240 - - [2026-02-16 02:08:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005249 10.0.0.240 - - [2026-02-16 02:08:25] "GET /virtual-machine/2833760b-3273-46cf-96ae-c4ac65e2db5e HTTP/1.1" 200 1295 0.003558 10.0.0.240 - - [2026-02-16 02:08:25] "GET /virtual-machine-interface/f1af8ea6-abd1-4c07-8ed9-b4d635b0670e HTTP/1.1" 200 2953 0.003668 10.0.0.240 - - [2026-02-16 02:08:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002501 10.0.0.240 - - [2026-02-16 02:08:25] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002640 10.0.0.240 - - [2026-02-16 02:08:25] "GET /virtual-networks?parent_id=e72f4f13-d131-426a-9503-384741d43bd9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002828 10.0.0.240 - - [2026-02-16 02:08:25] "GET /virtual-network/db6fbdda-5261-42a1-bfef-12ae39a7ca1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004618 10.0.0.240 - - [2026-02-16 02:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002600 10.0.0.240 - - [2026-02-16 02:08:26] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002997 10.0.0.240 - - [2026-02-16 02:08:26] "GET /virtual-networks?parent_id=e72f4f13-d131-426a-9503-384741d43bd9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002399 10.0.0.240 - - [2026-02-16 02:08:26] "GET /virtual-network/db6fbdda-5261-42a1-bfef-12ae39a7ca1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007470 10.0.0.240 - - [2026-02-16 02:08:26] "GET /obj-perms HTTP/1.1" 200 5075 0.049729 10.0.0.240 - - [2026-02-16 02:08:26] "POST /neutron/network HTTP/1.1" 200 825 0.005777 10.0.0.240 - - [2026-02-16 02:08:26] "POST /neutron/network HTTP/1.1" 400 204 0.008850 10.0.0.240 - - [2026-02-16 02:08:27] "GET /obj-perms HTTP/1.1" 200 5075 0.055419 10.0.0.240 - - [2026-02-16 02:08:27] "POST /neutron/port HTTP/1.1" 200 1125 0.012491 10.0.0.240 - - [2026-02-16 02:08:27] "POST /neutron/port HTTP/1.1" 200 1115 0.016005 10.0.0.240 - - [2026-02-16 02:08:27] "POST /neutron/port HTTP/1.1" 200 1125 0.012499 10.0.0.240 - - [2026-02-16 02:08:27] "POST /neutron/port HTTP/1.1" 200 1115 0.010205 10.0.0.240 - - [2026-02-16 02:08:27] "POST /neutron/port HTTP/1.1" 200 151 0.104086 10.0.0.240 - - [2026-02-16 02:08:27] "POST /neutron/port HTTP/1.1" 200 151 0.093735 10.0.0.240 - - [2026-02-16 02:08:28] "POST /neutron/network HTTP/1.1" 200 825 0.004650 10.0.0.240 - - [2026-02-16 02:08:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.240 - - [2026-02-16 02:08:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001584 10.0.0.240 - - [2026-02-16 02:08:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002461 10.0.0.240 - - [2026-02-16 02:08:28] "POST /neutron/network HTTP/1.1" 200 151 0.063852 10.0.0.240 - - [2026-02-16 02:08:28] "DELETE /route-target/a0d3a7db-8f96-4235-8249-5a2c53b4df3b HTTP/1.1" 200 115 0.015880 10.0.0.240 - - [2026-02-16 02:08:29] "GET /projects?obj_uuids=e72f4f13-d131-426a-9503-384741d43bd9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000937 10.0.0.240 - - [2026-02-16 02:08:29] "GET /project/e72f4f13-d131-426a-9503-384741d43bd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.019165 10.0.0.240 - - [2026-02-16 02:08:29] "GET /projects?obj_uuids=e72f4f13-d131-426a-9503-384741d43bd9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000832 10.0.0.240 - - [2026-02-16 02:08:29] "GET /project/e72f4f13-d131-426a-9503-384741d43bd9?fields=virtual_networks HTTP/1.1" 200 1047 0.065112 10.0.0.240 - - [2026-02-16 02:08:29] "GET /projects?obj_uuids=e72f4f13-d131-426a-9503-384741d43bd9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000926 10.0.0.240 - - [2026-02-16 02:08:29] "GET /project/e72f4f13-d131-426a-9503-384741d43bd9?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.023309 10.0.0.240 - - [2026-02-16 02:08:29] "GET /projects?obj_uuids=e72f4f13-d131-426a-9503-384741d43bd9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000917 10.0.0.240 - - [2026-02-16 02:08:29] "GET /project/e72f4f13-d131-426a-9503-384741d43bd9?fields=security_groups HTTP/1.1" 200 1275 0.031359 10.0.0.240 - - [2026-02-16 02:08:30] "POST /fqname-to-id HTTP/1.1" 404 188 0.024846 10.0.0.240 - - [2026-02-16 02:08:30] "GET /projects?obj_uuids=8454757a-8fb5-4865-9b0a-1fca5586c5e6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001966 10.0.0.240 - - [2026-02-16 02:08:30] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000956 10.0.0.240 - - [2026-02-16 02:08:30] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006819 10.0.0.240 - - [2026-02-16 02:08:30] "POST /id-to-fqname HTTP/1.1" 200 190 0.001644 10.0.0.240 - - [2026-02-16 02:08:30] "POST /fqname-to-id HTTP/1.1" 404 199 0.002060 10.0.0.240 - - [2026-02-16 02:08:30] "POST /security-groups HTTP/1.1" 200 591 0.059902 10.0.0.240 - - [2026-02-16 02:08:30] "POST /fqname-to-id HTTP/1.1" 404 234 0.002092 10.0.0.240 - - [2026-02-16 02:08:30] "POST /projects HTTP/1.1" 200 585 0.201879 10.0.0.240 - - [2026-02-16 02:08:30] "POST /access-control-lists HTTP/1.1" 200 598 0.055317 10.0.0.240 - - [2026-02-16 02:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.269203 10.0.0.240 - - [2026-02-16 02:08:30] "POST /fqname-to-id HTTP/1.1" 404 233 0.002480 10.0.0.240 - - [2026-02-16 02:08:30] "GET /project/8454757a-8fb5-4865-9b0a-1fca5586c5e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.378542 10.0.0.240 - - [2026-02-16 02:08:30] "POST /access-control-lists HTTP/1.1" 200 596 0.060893 10.0.0.240 - - [2026-02-16 02:08:31] "GET / HTTP/1.1" 200 36215 0.001968 10.0.0.240 - - [2026-02-16 02:08:32] "POST /fqname-to-id HTTP/1.1" 401 293 0.000461 10.0.0.240 - - [2026-02-16 02:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.049265 10.0.0.240 - - [2026-02-16 02:08:32] "GET /projects?obj_uuids=8454757a-8fb5-4865-9b0a-1fca5586c5e6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001122 10.0.0.240 - - [2026-02-16 02:08:32] "GET /project/8454757a-8fb5-4865-9b0a-1fca5586c5e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.020648 10.0.0.240 - - [2026-02-16 02:08:32] "POST /neutron/network HTTP/1.1" 200 117 0.027511 10.0.0.240 - - [2026-02-16 02:08:32] "GET /projects?obj_uuids=8454757a-8fb5-4865-9b0a-1fca5586c5e6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001117 10.0.0.240 - - [2026-02-16 02:08:32] "POST /neutron/network HTTP/1.1" 200 625 0.051524 10.0.0.240 - - [2026-02-16 02:08:32] "POST /route-targets HTTP/1.1" 200 328 0.010830 10.0.0.240 - - [2026-02-16 02:08:32] "POST /ref-update HTTP/1.1" 200 156 0.009796 10.0.0.240 - - [2026-02-16 02:08:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002398 10.0.0.240 - - [2026-02-16 02:08:32] "POST /neutron/subnet HTTP/1.1" 200 701 0.163828 10.0.0.240 - - [2026-02-16 02:08:32] "POST /neutron/network HTTP/1.1" 200 839 0.004947 10.0.0.240 - - [2026-02-16 02:08:33] "POST /id-to-fqname HTTP/1.1" 200 230 0.001297 10.0.0.240 - - [2026-02-16 02:08:33] "GET /virtual-network/43d9bed5-406b-4b6b-895b-7ad0ed16fd40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005502 10.0.0.240 - - [2026-02-16 02:08:33] "POST /neutron/network HTTP/1.1" 200 839 0.005205 10.0.0.240 - - [2026-02-16 02:08:33] "GET /virtual-network/43d9bed5-406b-4b6b-895b-7ad0ed16fd40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006395 10.0.0.240 - - [2026-02-16 02:08:33] "POST /neutron/network HTTP/1.1" 200 839 0.005518 10.0.0.240 - - [2026-02-16 02:08:33] "POST /neutron/subnet HTTP/1.1" 200 701 0.006485 10.0.0.240 - - [2026-02-16 02:08:33] "POST /neutron/network HTTP/1.1" 200 839 0.005643 10.0.0.240 - - [2026-02-16 02:08:33] "POST /id-to-fqname HTTP/1.1" 200 230 0.000966 10.0.0.240 - - [2026-02-16 02:08:33] "POST /neutron/network HTTP/1.1" 200 849 0.005121 10.0.0.240 - - [2026-02-16 02:08:33] "GET /aaa-mode HTTP/1.1" 401 293 0.000348 10.0.0.240 - - [2026-02-16 02:08:33] "GET / HTTP/1.1" 200 36215 0.001697 10.0.0.240 - - [2026-02-16 02:08:33] "GET /project/8454757a-8fb5-4865-9b0a-1fca5586c5e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000323 10.0.0.240 - - [2026-02-16 02:08:34] "GET /projects?obj_uuids=8454757a-8fb5-4865-9b0a-1fca5586c5e6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000975 10.0.0.240 - - [2026-02-16 02:08:34] "GET /project/8454757a-8fb5-4865-9b0a-1fca5586c5e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.043504 10.0.0.240 - - [2026-02-16 02:08:34] "POST /neutron/network HTTP/1.1" 200 839 0.004262 10.0.0.240 - - [2026-02-16 02:08:34] "POST /neutron/port HTTP/1.1" 200 117 0.004263 10.0.0.240 - - [2026-02-16 02:08:34] "POST /neutron/port HTTP/1.1" 200 117 0.004324 10.0.0.240 - - [2026-02-16 02:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002122 10.0.0.240 - - [2026-02-16 02:08:34] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002243 10.0.0.240 - - [2026-02-16 02:08:34] "PUT /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182 HTTP/1.1" 200 277 0.007995 10.0.0.240 - - [2026-02-16 02:08:34] "POST /neutron/port HTTP/1.1" 200 117 0.005129 10.0.0.240 - - [2026-02-16 02:08:34] "POST /neutron/network HTTP/1.1" 200 849 0.005778 10.0.0.240 - - [2026-02-16 02:08:34] "GET /projects?obj_uuids=8454757a-8fb5-4865-9b0a-1fca5586c5e6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001473 10.0.0.240 - - [2026-02-16 02:08:34] "POST /neutron/port HTTP/1.1" 200 1055 0.162501 10.0.0.240 - - [2026-02-16 02:08:34] "POST /neutron/port HTTP/1.1" 200 1055 0.008338 10.0.0.240 - - [2026-02-16 02:08:34] "POST /neutron/port HTTP/1.1" 200 1055 0.009765 10.0.0.240 - - [2026-02-16 02:08:34] "POST /neutron/port HTTP/1.1" 200 1109 0.046732 10.0.0.240 - - [2026-02-16 02:08:34] "POST /neutron/port HTTP/1.1" 200 1119 0.009780 10.0.0.240 - - [2026-02-16 02:08:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002752 10.0.0.240 - - [2026-02-16 02:08:34] "POST /neutron/subnet HTTP/1.1" 200 675 0.005422 10.0.0.240 - - [2026-02-16 02:08:34] "POST /neutron/port HTTP/1.1" 200 117 0.001338 10.0.0.240 - - [2026-02-16 02:08:34] "POST /neutron/network HTTP/1.1" 200 839 0.004405 10.0.0.240 - - [2026-02-16 02:08:39] "POST /neutron/port HTTP/1.1" 200 1119 0.011673 10.0.0.240 - - [2026-02-16 02:08:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005751 10.0.0.240 - - [2026-02-16 02:08:39] "POST /neutron/port HTTP/1.1" 200 1119 0.010154 10.0.0.240 - - [2026-02-16 02:08:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006284 10.0.0.240 - - [2026-02-16 02:08:39] "POST /neutron/port HTTP/1.1" 200 1119 0.011238 10.0.0.240 - - [2026-02-16 02:08:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005424 10.0.0.240 - - [2026-02-16 02:08:39] "GET /virtual-machine/29bc7297-382c-43ed-8f9e-ba0170541b00 HTTP/1.1" 401 293 0.000386 10.0.0.240 - - [2026-02-16 02:08:40] "GET /virtual-machine/29bc7297-382c-43ed-8f9e-ba0170541b00 HTTP/1.1" 200 1294 0.028100 10.0.0.240 - - [2026-02-16 02:08:40] "GET /virtual-machine-interface/34534263-9202-41f6-8ffb-68c8e32b5376 HTTP/1.1" 200 2977 0.004494 10.0.0.240 - - [2026-02-16 02:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.240 - - [2026-02-16 02:08:40] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003055 10.0.0.240 - - [2026-02-16 02:08:40] "GET /virtual-networks?parent_id=8454757a-8fb5-4865-9b0a-1fca5586c5e6&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002496 10.0.0.240 - - [2026-02-16 02:08:40] "GET /virtual-network/43d9bed5-406b-4b6b-895b-7ad0ed16fd40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004740 10.0.0.240 - - [2026-02-16 02:08:43] "POST /neutron/port HTTP/1.1" 200 1119 0.010841 10.0.0.240 - - [2026-02-16 02:08:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004115 10.0.0.240 - - [2026-02-16 02:08:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002542 10.0.0.240 - - [2026-02-16 02:08:43] "GET /virtual-network/43d9bed5-406b-4b6b-895b-7ad0ed16fd40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.003973 10.0.0.240 - - [2026-02-16 02:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002471 10.0.0.240 - - [2026-02-16 02:08:45] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.002822 10.0.0.240 - - [2026-02-16 02:08:45] "GET /virtual-networks?parent_id=8454757a-8fb5-4865-9b0a-1fca5586c5e6&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002399 10.0.0.240 - - [2026-02-16 02:08:45] "GET /virtual-network/43d9bed5-406b-4b6b-895b-7ad0ed16fd40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006104 10.0.0.240 - - [2026-02-16 02:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002656 10.0.0.240 - - [2026-02-16 02:08:47] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.002737 10.0.0.240 - - [2026-02-16 02:08:47] "PUT /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182 HTTP/1.1" 200 277 0.007137 10.0.0.240 - - [2026-02-16 02:08:47] "POST /neutron/network HTTP/1.1" 200 839 0.004566 10.0.0.240 - - [2026-02-16 02:08:47] "POST /neutron/network HTTP/1.1" 400 204 0.009625 10.0.0.240 - - [2026-02-16 02:08:48] "POST /neutron/port HTTP/1.1" 200 1119 0.009801 10.0.0.240 - - [2026-02-16 02:08:48] "POST /neutron/port HTTP/1.1" 200 1109 0.007504 10.0.0.240 - - [2026-02-16 02:08:48] "POST /neutron/port HTTP/1.1" 200 151 0.074691 10.0.0.240 - - [2026-02-16 02:08:49] "POST /neutron/network HTTP/1.1" 200 839 0.004896 10.0.0.240 - - [2026-02-16 02:08:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002730 10.0.0.240 - - [2026-02-16 02:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.240 - - [2026-02-16 02:08:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001493 10.0.0.240 - - [2026-02-16 02:08:50] "POST /neutron/network HTTP/1.1" 200 151 0.058469 10.0.0.240 - - [2026-02-16 02:08:50] "DELETE /route-target/cffc8abf-adfe-40b3-8e1d-2f3570dec6df HTTP/1.1" 200 115 0.010358 10.0.0.240 - - [2026-02-16 02:08:50] "GET /global-vrouter-configs HTTP/1.1" 200 358 0.002724 10.0.0.240 - - [2026-02-16 02:08:50] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182 HTTP/1.1" 200 1882 0.002708 10.0.0.240 - - [2026-02-16 02:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.001740 10.0.0.240 - - [2026-02-16 02:08:50] "GET /projects?obj_uuids=8454757a-8fb5-4865-9b0a-1fca5586c5e6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000823 10.0.0.240 - - [2026-02-16 02:08:50] "GET /project/8454757a-8fb5-4865-9b0a-1fca5586c5e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.025623 10.0.0.240 - - [2026-02-16 02:08:50] "POST /neutron/network HTTP/1.1" 200 117 0.006788 10.0.0.240 - - [2026-02-16 02:08:50] "GET /projects?obj_uuids=8454757a-8fb5-4865-9b0a-1fca5586c5e6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000886 10.0.0.240 - - [2026-02-16 02:08:50] "POST /neutron/network HTTP/1.1" 200 605 0.048195 10.0.0.240 - - [2026-02-16 02:08:50] "POST /route-targets HTTP/1.1" 200 328 0.009835 10.0.0.240 - - [2026-02-16 02:08:50] "POST /ref-update HTTP/1.1" 200 156 0.008411 10.0.0.240 - - [2026-02-16 02:08:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002599 10.0.0.240 - - [2026-02-16 02:08:50] "POST /neutron/subnet HTTP/1.1" 200 720 0.137310 10.0.0.240 - - [2026-02-16 02:08:50] "POST /neutron/network HTTP/1.1" 200 823 0.004384 10.0.0.240 - - [2026-02-16 02:08:50] "POST /id-to-fqname HTTP/1.1" 200 220 0.000958 10.0.0.240 - - [2026-02-16 02:08:50] "GET /virtual-network/cfa335e0-1705-435d-9f34-c3c459fafcef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004223 10.0.0.240 - - [2026-02-16 02:08:50] "POST /neutron/network HTTP/1.1" 200 823 0.005066 10.0.0.240 - - [2026-02-16 02:08:50] "GET /virtual-network/cfa335e0-1705-435d-9f34-c3c459fafcef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004142 10.0.0.240 - - [2026-02-16 02:08:51] "POST /neutron/network HTTP/1.1" 200 823 0.004678 10.0.0.240 - - [2026-02-16 02:08:51] "POST /neutron/subnet HTTP/1.1" 200 720 0.006409 10.0.0.240 - - [2026-02-16 02:08:51] "POST /id-to-fqname HTTP/1.1" 200 220 0.000976 10.0.0.240 - - [2026-02-16 02:08:51] "POST /neutron/network HTTP/1.1" 200 833 0.004381 10.0.0.240 - - [2026-02-16 02:08:51] "GET /aaa-mode HTTP/1.1" 401 293 0.000336 10.0.0.240 - - [2026-02-16 02:08:51] "GET / HTTP/1.1" 200 36215 0.001517 10.0.0.240 - - [2026-02-16 02:08:51] "GET /project/8454757a-8fb5-4865-9b0a-1fca5586c5e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000328 10.0.0.240 - - [2026-02-16 02:08:51] "GET /projects?obj_uuids=8454757a-8fb5-4865-9b0a-1fca5586c5e6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001115 10.0.0.240 - - [2026-02-16 02:08:51] "GET /project/8454757a-8fb5-4865-9b0a-1fca5586c5e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.068598 10.0.0.240 - - [2026-02-16 02:08:51] "POST /neutron/network HTTP/1.1" 200 823 0.004497 10.0.0.240 - - [2026-02-16 02:08:52] "POST /neutron/port HTTP/1.1" 200 117 0.004339 10.0.0.240 - - [2026-02-16 02:08:52] "POST /neutron/port HTTP/1.1" 200 117 0.005313 10.0.0.240 - - [2026-02-16 02:08:52] "POST /neutron/port HTTP/1.1" 200 117 0.004337 10.0.0.240 - - [2026-02-16 02:08:52] "POST /neutron/network HTTP/1.1" 200 833 0.004602 10.0.0.240 - - [2026-02-16 02:08:52] "GET /projects?obj_uuids=8454757a-8fb5-4865-9b0a-1fca5586c5e6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001029 10.0.0.240 - - [2026-02-16 02:08:52] "POST /neutron/port HTTP/1.1" 200 1059 0.188477 10.0.0.240 - - [2026-02-16 02:08:52] "POST /neutron/port HTTP/1.1" 200 1059 0.012189 10.0.0.240 - - [2026-02-16 02:08:52] "POST /neutron/port HTTP/1.1" 200 1059 0.009809 10.0.0.240 - - [2026-02-16 02:08:52] "POST /neutron/port HTTP/1.1" 200 1113 0.055453 10.0.0.240 - - [2026-02-16 02:08:52] "POST /neutron/port HTTP/1.1" 200 1123 0.013969 10.0.0.240 - - [2026-02-16 02:08:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002600 10.0.0.240 - - [2026-02-16 02:08:52] "POST /neutron/subnet HTTP/1.1" 200 694 0.005866 10.0.0.240 - - [2026-02-16 02:08:52] "POST /neutron/port HTTP/1.1" 200 117 0.001328 10.0.0.240 - - [2026-02-16 02:08:52] "POST /neutron/network HTTP/1.1" 200 823 0.004886 10.0.0.240 - - [2026-02-16 02:08:57] "POST /neutron/port HTTP/1.1" 200 1123 0.010903 10.0.0.240 - - [2026-02-16 02:08:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005177 10.0.0.240 - - [2026-02-16 02:08:57] "POST /neutron/port HTTP/1.1" 200 1123 0.013222 10.0.0.240 - - [2026-02-16 02:08:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006239 10.0.0.240 - - [2026-02-16 02:08:57] "POST /neutron/port HTTP/1.1" 200 1123 0.010293 10.0.0.240 - - [2026-02-16 02:08:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004939 10.0.0.240 - - [2026-02-16 02:08:57] "GET /virtual-machine/48587f88-cf18-4780-9da8-eb2e5a6ea342 HTTP/1.1" 200 1294 0.003913 10.0.0.240 - - [2026-02-16 02:08:57] "GET /virtual-machine-interface/91f16d94-7408-4955-9c82-329cf89fa89e HTTP/1.1" 200 2948 0.004028 10.0.0.240 - - [2026-02-16 02:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002306 10.0.0.240 - - [2026-02-16 02:08:57] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003081 10.0.0.240 - - [2026-02-16 02:08:57] "GET /virtual-networks?parent_id=8454757a-8fb5-4865-9b0a-1fca5586c5e6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002487 10.0.0.240 - - [2026-02-16 02:08:57] "GET /virtual-network/cfa335e0-1705-435d-9f34-c3c459fafcef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004788 10.0.0.240 - - [2026-02-16 02:08:59] "POST /neutron/port HTTP/1.1" 200 1123 0.009856 10.0.0.240 - - [2026-02-16 02:08:59] "POST /neutron/port HTTP/1.1" 200 1123 0.010826 10.0.0.240 - - [2026-02-16 02:08:59] "POST /neutron/network HTTP/1.1" 200 833 0.004632 10.0.0.240 - - [2026-02-16 02:08:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002802 10.0.0.240 - - [2026-02-16 02:08:59] "POST /neutron/subnet HTTP/1.1" 200 694 0.005471 10.0.0.240 - - [2026-02-16 02:08:59] "POST /neutron/port HTTP/1.1" 200 117 0.001032 10.0.0.240 - - [2026-02-16 02:08:59] "POST /neutron/network HTTP/1.1" 200 823 0.004552 10.0.0.240 - - [2026-02-16 02:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002598 10.0.0.240 - - [2026-02-16 02:09:00] "GET /virtual-network/cfa335e0-1705-435d-9f34-c3c459fafcef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004366 10.0.0.240 - - [2026-02-16 02:09:01] "POST /neutron/port HTTP/1.1" 200 1123 0.012029 10.0.0.240 - - [2026-02-16 02:09:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004736 10.0.0.240 - - [2026-02-16 02:09:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002486 10.0.0.240 - - [2026-02-16 02:09:02] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003015 10.0.0.240 - - [2026-02-16 02:09:02] "GET /virtual-networks?parent_id=8454757a-8fb5-4865-9b0a-1fca5586c5e6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002525 10.0.0.240 - - [2026-02-16 02:09:02] "GET /virtual-network/cfa335e0-1705-435d-9f34-c3c459fafcef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006472 10.0.0.240 - - [2026-02-16 02:09:04] "POST /neutron/network HTTP/1.1" 200 823 0.005203 10.0.0.240 - - [2026-02-16 02:09:04] "POST /neutron/network HTTP/1.1" 400 204 0.008753 10.0.0.240 - - [2026-02-16 02:09:05] "POST /neutron/port HTTP/1.1" 200 1123 0.010175 10.0.0.240 - - [2026-02-16 02:09:05] "POST /neutron/port HTTP/1.1" 200 1113 0.009459 10.0.0.240 - - [2026-02-16 02:09:05] "POST /neutron/port HTTP/1.1" 200 151 0.086313 10.0.0.240 - - [2026-02-16 02:09:06] "POST /neutron/network HTTP/1.1" 200 823 0.004782 10.0.0.240 - - [2026-02-16 02:09:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002555 10.0.0.240 - - [2026-02-16 02:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.240 - - [2026-02-16 02:09:06] "POST /useragent-kv HTTP/1.1" 200 115 0.001436 10.0.0.240 - - [2026-02-16 02:09:06] "POST /neutron/network HTTP/1.1" 200 151 0.059810 10.0.0.240 - - [2026-02-16 02:09:06] "DELETE /route-target/b8dcb461-df70-49d6-ac8b-564fa06b1afa HTTP/1.1" 200 115 0.010231 10.0.0.240 - - [2026-02-16 02:09:07] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.002461 10.0.0.240 - - [2026-02-16 02:09:07] "POST /network-ipams HTTP/1.1" 200 543 0.013478 10.0.0.240 - - [2026-02-16 02:09:07] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 767 0.003344 10.0.0.240 - - [2026-02-16 02:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002401 10.0.0.240 - - [2026-02-16 02:09:07] "GET /network-ipam/52213c8e-a623-407b-a3e6-8359a4c649bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1330 0.004106 10.0.0.240 - - [2026-02-16 02:09:07] "PUT /network-ipam/52213c8e-a623-407b-a3e6-8359a4c649bd HTTP/1.1" 200 259 0.008310 10.0.0.240 - - [2026-02-16 02:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002530 10.0.0.240 - - [2026-02-16 02:09:07] "GET /projects?obj_uuids=8454757a-8fb5-4865-9b0a-1fca5586c5e6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000880 10.0.0.240 - - [2026-02-16 02:09:07] "GET /project/8454757a-8fb5-4865-9b0a-1fca5586c5e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.021816 10.0.0.240 - - [2026-02-16 02:09:07] "POST /neutron/network HTTP/1.1" 200 117 0.007333 10.0.0.240 - - [2026-02-16 02:09:07] "GET /projects?obj_uuids=8454757a-8fb5-4865-9b0a-1fca5586c5e6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001040 10.0.0.240 - - [2026-02-16 02:09:07] "POST /neutron/network HTTP/1.1" 200 605 0.051139 10.0.0.240 - - [2026-02-16 02:09:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003561 10.0.0.240 - - [2026-02-16 02:09:08] "POST /neutron/subnet HTTP/1.1" 200 699 0.152653 10.0.0.240 - - [2026-02-16 02:09:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002113 10.0.0.240 - - [2026-02-16 02:09:08] "POST /neutron/subnet HTTP/1.1" 200 699 0.184309 10.0.0.240 - - [2026-02-16 02:09:08] "POST /neutron/network HTTP/1.1" 200 994 0.005004 10.0.0.240 - - [2026-02-16 02:09:08] "POST /id-to-fqname HTTP/1.1" 200 220 0.000904 10.0.0.240 - - [2026-02-16 02:09:08] "GET /virtual-network/6458bcfd-6a16-4a3e-b2af-dcc47c6c4b22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.003700 10.0.0.240 - - [2026-02-16 02:09:08] "POST /neutron/network HTTP/1.1" 200 994 0.006711 10.0.0.240 - - [2026-02-16 02:09:08] "GET /virtual-network/6458bcfd-6a16-4a3e-b2af-dcc47c6c4b22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004913 10.0.0.240 - - [2026-02-16 02:09:08] "POST /route-targets HTTP/1.1" 200 328 0.008595 10.0.0.240 - - [2026-02-16 02:09:08] "POST /neutron/network HTTP/1.1" 200 994 0.007146 10.0.0.240 - - [2026-02-16 02:09:08] "POST /ref-update HTTP/1.1" 200 156 0.013994 10.0.0.240 - - [2026-02-16 02:09:08] "POST /neutron/subnet HTTP/1.1" 200 699 0.005260 10.0.0.240 - - [2026-02-16 02:09:08] "POST /neutron/subnet HTTP/1.1" 200 699 0.005210 10.0.0.240 - - [2026-02-16 02:09:08] "POST /neutron/network HTTP/1.1" 200 994 0.005719 10.0.0.240 - - [2026-02-16 02:09:08] "POST /neutron/subnet HTTP/1.1" 200 699 0.006092 10.0.0.240 - - [2026-02-16 02:09:08] "POST /neutron/subnet HTTP/1.1" 200 699 0.005355 10.0.0.240 - - [2026-02-16 02:09:08] "GET /projects?obj_uuids=8454757a-8fb5-4865-9b0a-1fca5586c5e6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000819 10.0.0.240 - - [2026-02-16 02:09:08] "POST /neutron/port HTTP/1.1" 200 1017 0.133866 10.0.0.240 - - [2026-02-16 02:09:08] "GET /projects?obj_uuids=8454757a-8fb5-4865-9b0a-1fca5586c5e6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000909 10.0.0.240 - - [2026-02-16 02:09:08] "POST /neutron/port HTTP/1.1" 200 1017 0.138082 10.0.0.240 - - [2026-02-16 02:09:08] "POST /id-to-fqname HTTP/1.1" 200 220 0.001204 10.0.0.240 - - [2026-02-16 02:09:08] "POST /neutron/port HTTP/1.1" 200 1017 0.007125 10.0.0.240 - - [2026-02-16 02:09:08] "POST /neutron/port HTTP/1.1" 200 1017 0.006635 10.0.0.240 - - [2026-02-16 02:09:08] "POST /neutron/network HTTP/1.1" 200 994 0.006826 10.0.0.240 - - [2026-02-16 02:09:08] "POST /neutron/port HTTP/1.1" 200 1017 0.007243 10.0.0.240 - - [2026-02-16 02:09:09] "POST /neutron/port HTTP/1.1" 200 117 0.004322 10.0.0.240 - - [2026-02-16 02:09:09] "POST /neutron/port HTTP/1.1" 200 1017 0.007195 10.0.0.240 - - [2026-02-16 02:09:09] "POST /neutron/port HTTP/1.1" 200 117 0.004117 10.0.0.240 - - [2026-02-16 02:09:09] "POST /id-to-fqname HTTP/1.1" 200 220 0.001355 10.0.0.240 - - [2026-02-16 02:09:09] "POST /neutron/port HTTP/1.1" 200 117 0.004367 10.0.0.240 - - [2026-02-16 02:09:09] "POST /neutron/port HTTP/1.1" 200 1017 0.008531 10.0.0.240 - - [2026-02-16 02:09:09] "POST /neutron/port HTTP/1.1" 200 1017 0.007789 10.0.0.240 - - [2026-02-16 02:09:09] "POST /neutron/network HTTP/1.1" 200 994 0.006184 10.0.0.240 - - [2026-02-16 02:09:09] "POST /neutron/port HTTP/1.1" 200 1017 0.007873 10.0.0.240 - - [2026-02-16 02:09:09] "POST /neutron/port HTTP/1.1" 200 1017 0.009934 10.0.0.240 - - [2026-02-16 02:09:09] "POST /neutron/port HTTP/1.1" 200 117 0.006023 10.0.0.240 - - [2026-02-16 02:09:09] "POST /neutron/port HTTP/1.1" 200 1017 0.011484 10.0.0.240 - - [2026-02-16 02:09:09] "POST /neutron/port HTTP/1.1" 200 117 0.004525 10.0.0.240 - - [2026-02-16 02:09:09] "POST /neutron/network HTTP/1.1" 200 1004 0.008484 10.0.0.240 - - [2026-02-16 02:09:09] "POST /id-to-fqname HTTP/1.1" 200 220 0.000978 10.0.0.240 - - [2026-02-16 02:09:09] "POST /neutron/port HTTP/1.1" 200 1017 0.014193 10.0.0.240 - - [2026-02-16 02:09:09] "POST /neutron/port HTTP/1.1" 200 1017 0.006859 10.0.0.240 - - [2026-02-16 02:09:09] "POST /neutron/port HTTP/1.1" 200 1077 0.018457 10.0.0.240 - - [2026-02-16 02:09:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006006 10.0.0.240 - - [2026-02-16 02:09:09] "POST /neutron/port HTTP/1.1" 200 1109 0.079945 10.0.0.240 - - [2026-02-16 02:09:09] "POST /neutron/port HTTP/1.1" 200 1119 0.010096 10.0.0.240 - - [2026-02-16 02:09:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002710 10.0.0.240 - - [2026-02-16 02:09:09] "POST /neutron/subnet HTTP/1.1" 200 673 0.010974 10.0.0.240 - - [2026-02-16 02:09:09] "POST /neutron/network HTTP/1.1" 200 1004 0.007122 10.0.0.240 - - [2026-02-16 02:09:09] "GET /aaa-mode HTTP/1.1" 401 293 0.000317 10.0.0.240 - - [2026-02-16 02:09:09] "POST /neutron/port HTTP/1.1" 200 117 0.001251 10.0.0.240 - - [2026-02-16 02:09:09] "POST /neutron/network HTTP/1.1" 200 994 0.006826 10.0.0.240 - - [2026-02-16 02:09:09] "POST /neutron/port HTTP/1.1" 200 1017 0.007082 10.0.0.240 - - [2026-02-16 02:09:09] "POST /neutron/network HTTP/1.1" 200 1004 0.004800 10.0.0.240 - - [2026-02-16 02:09:09] "POST /neutron/port HTTP/1.1" 200 1017 0.007612 10.0.0.240 - - [2026-02-16 02:09:09] "POST /neutron/port HTTP/1.1" 200 1017 0.006786 10.0.0.240 - - [2026-02-16 02:09:10] "POST /neutron/port HTTP/1.1" 200 1109 0.093712 10.0.0.240 - - [2026-02-16 02:09:10] "GET / HTTP/1.1" 200 36215 0.001803 10.0.0.240 - - [2026-02-16 02:09:10] "GET /project/8454757a-8fb5-4865-9b0a-1fca5586c5e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000343 10.0.0.240 - - [2026-02-16 02:09:10] "POST /neutron/port HTTP/1.1" 200 1119 0.021584 10.0.0.240 - - [2026-02-16 02:09:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004844 10.0.0.240 - - [2026-02-16 02:09:10] "POST /neutron/subnet HTTP/1.1" 200 673 0.008733 10.0.0.240 - - [2026-02-16 02:09:10] "POST /neutron/port HTTP/1.1" 200 117 0.001035 10.0.0.240 - - [2026-02-16 02:09:10] "POST /neutron/network HTTP/1.1" 200 994 0.005560 10.0.0.240 - - [2026-02-16 02:09:10] "GET /projects?obj_uuids=8454757a-8fb5-4865-9b0a-1fca5586c5e6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001021 10.0.0.240 - - [2026-02-16 02:09:10] "GET /project/8454757a-8fb5-4865-9b0a-1fca5586c5e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.056981 10.0.0.240 - - [2026-02-16 02:09:10] "POST /neutron/network HTTP/1.1" 200 994 0.007345 10.0.0.240 - - [2026-02-16 02:09:10] "POST /neutron/port HTTP/1.1" 200 2086 0.023462 10.0.0.240 - - [2026-02-16 02:09:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005550 10.0.0.240 - - [2026-02-16 02:09:10] "POST /neutron/port HTTP/1.1" 200 117 0.003990 10.0.0.240 - - [2026-02-16 02:09:10] "GET /domains HTTP/1.1" 200 281 0.004568 10.0.0.240 - - [2026-02-16 02:09:10] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000936 10.0.0.240 - - [2026-02-16 02:09:10] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2771 0.007617 10.0.0.240 - - [2026-02-16 02:09:10] "GET /projects?obj_uuids=8454757a-8fb5-4865-9b0a-1fca5586c5e6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000849 10.0.0.240 - - [2026-02-16 02:09:10] "GET /project/8454757a-8fb5-4865-9b0a-1fca5586c5e6 HTTP/1.1" 200 2861 0.077567 10.0.0.240 - - [2026-02-16 02:09:10] "GET /network-ipam/52213c8e-a623-407b-a3e6-8359a4c649bd HTTP/1.1" 200 2648 0.004160 10.0.0.240 - - [2026-02-16 02:09:10] "GET /domains HTTP/1.1" 200 281 0.002022 10.0.0.240 - - [2026-02-16 02:09:10] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001149 10.0.0.240 - - [2026-02-16 02:09:10] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2771 0.005810 10.0.0.240 - - [2026-02-16 02:09:10] "GET /projects?obj_uuids=8454757a-8fb5-4865-9b0a-1fca5586c5e6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001098 10.0.0.240 - - [2026-02-16 02:09:10] "GET /project/8454757a-8fb5-4865-9b0a-1fca5586c5e6 HTTP/1.1" 200 2861 0.081316 10.0.0.240 - - [2026-02-16 02:09:11] "GET /virtual-network/6458bcfd-6a16-4a3e-b2af-dcc47c6c4b22 HTTP/1.1" 200 3787 0.015051 10.0.0.240 - - [2026-02-16 02:09:11] "GET /virtual-network/6458bcfd-6a16-4a3e-b2af-dcc47c6c4b22 HTTP/1.1" 200 3787 0.008123 10.0.0.240 - - [2026-02-16 02:09:11] "GET /routing-instance/57098e60-2043-4f18-b406-470de60bf923 HTTP/1.1" 200 2385 0.005808 10.0.0.240 - - [2026-02-16 02:09:11] "GET /routing-instance/57098e60-2043-4f18-b406-470de60bf923 HTTP/1.1" 200 2385 0.004202 10.0.0.240 - - [2026-02-16 02:09:11] "GET /route-target/75f2be8b-cc07-4bb8-b7aa-b7a5f6a0d3ce HTTP/1.1" 200 1206 0.003021 10.0.0.240 - - [2026-02-16 02:09:11] "GET /virtual-network/6458bcfd-6a16-4a3e-b2af-dcc47c6c4b22 HTTP/1.1" 200 3787 0.004422 10.0.0.240 - - [2026-02-16 02:09:11] "GET /routing-instance/57098e60-2043-4f18-b406-470de60bf923 HTTP/1.1" 200 2385 0.003533 10.0.0.240 - - [2026-02-16 02:09:11] "GET /virtual-network/6458bcfd-6a16-4a3e-b2af-dcc47c6c4b22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.007515 10.0.0.240 - - [2026-02-16 02:09:11] "GET /virtual-network/6458bcfd-6a16-4a3e-b2af-dcc47c6c4b22 HTTP/1.1" 200 3787 0.005474 10.0.0.240 - - [2026-02-16 02:09:11] "GET /routing-instance/57098e60-2043-4f18-b406-470de60bf923 HTTP/1.1" 200 2385 0.003278 10.0.0.240 - - [2026-02-16 02:09:11] "GET /routing-instance/57098e60-2043-4f18-b406-470de60bf923 HTTP/1.1" 200 2385 0.002924 10.0.0.240 - - [2026-02-16 02:09:11] "GET /route-target/75f2be8b-cc07-4bb8-b7aa-b7a5f6a0d3ce HTTP/1.1" 200 1206 0.003677 10.0.0.240 - - [2026-02-16 02:09:11] "GET /domains HTTP/1.1" 200 281 0.003756 10.0.0.240 - - [2026-02-16 02:09:11] "POST /neutron/network HTTP/1.1" 200 1004 0.005039 10.0.0.240 - - [2026-02-16 02:09:11] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000812 10.0.0.240 - - [2026-02-16 02:09:11] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2771 0.007713 10.0.0.240 - - [2026-02-16 02:09:11] "GET /projects?obj_uuids=8454757a-8fb5-4865-9b0a-1fca5586c5e6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000844 10.0.0.240 - - [2026-02-16 02:09:11] "GET /projects?obj_uuids=8454757a-8fb5-4865-9b0a-1fca5586c5e6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000827 10.0.0.240 - - [2026-02-16 02:09:11] "GET /project/8454757a-8fb5-4865-9b0a-1fca5586c5e6 HTTP/1.1" 200 2861 0.102531 10.0.0.240 - - [2026-02-16 02:09:11] "GET /virtual-network/6458bcfd-6a16-4a3e-b2af-dcc47c6c4b22 HTTP/1.1" 200 3787 0.006550 10.0.0.240 - - [2026-02-16 02:09:11] "POST /neutron/port HTTP/1.1" 200 1055 0.283859 10.0.0.240 - - [2026-02-16 02:09:11] "POST /neutron/port HTTP/1.1" 200 1055 0.018946 10.0.0.240 - - [2026-02-16 02:09:11] "POST /neutron/port HTTP/1.1" 200 1055 0.010481 10.0.0.240 - - [2026-02-16 02:09:11] "POST /neutron/port HTTP/1.1" 200 1109 0.158103 10.0.0.240 - - [2026-02-16 02:09:11] "POST /neutron/port HTTP/1.1" 200 1119 0.021439 10.0.0.240 - - [2026-02-16 02:09:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005114 10.0.0.240 - - [2026-02-16 02:09:11] "GET /obj-perms HTTP/1.1" 200 5049 0.072172 10.0.0.240 - - [2026-02-16 02:09:11] "POST /neutron/subnet HTTP/1.1" 200 673 0.013222 10.0.0.240 - - [2026-02-16 02:09:11] "POST /neutron/port HTTP/1.1" 200 117 0.001067 10.0.0.240 - - [2026-02-16 02:09:11] "POST /neutron/network HTTP/1.1" 200 994 0.009661 10.0.0.240 - - [2026-02-16 02:09:11] "POST /neutron/port HTTP/1.1" 200 1119 0.015367 10.0.0.240 - - [2026-02-16 02:09:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005392 10.0.0.240 - - [2026-02-16 02:09:11] "POST /neutron/port HTTP/1.1" 200 1119 0.012202 10.0.0.240 - - [2026-02-16 02:09:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005676 10.0.0.240 - - [2026-02-16 02:09:11] "POST /neutron/port HTTP/1.1" 200 1119 0.010372 10.0.0.240 - - [2026-02-16 02:09:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004732 10.0.0.240 - - [2026-02-16 02:09:11] "GET /virtual-machine/c0ccc0a9-c10f-4c86-882b-e12505254363 HTTP/1.1" 200 1290 0.003664 10.0.0.240 - - [2026-02-16 02:09:11] "GET /virtual-machine-interface/895ec4e5-6039-47e4-815d-170229be4bee HTTP/1.1" 200 2946 0.003810 10.0.0.240 - - [2026-02-16 02:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002581 10.0.0.240 - - [2026-02-16 02:09:12] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002731 10.0.0.240 - - [2026-02-16 02:09:12] "GET /virtual-networks?parent_id=8454757a-8fb5-4865-9b0a-1fca5586c5e6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003870 10.0.0.240 - - [2026-02-16 02:09:12] "GET /virtual-network/6458bcfd-6a16-4a3e-b2af-dcc47c6c4b22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004417 10.0.0.240 - - [2026-02-16 02:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002448 10.0.0.240 - - [2026-02-16 02:09:15] "GET /virtual-network/6458bcfd-6a16-4a3e-b2af-dcc47c6c4b22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004234 10.0.0.240 - - [2026-02-16 02:09:18] "POST /neutron/port HTTP/1.1" 200 1119 0.010459 10.0.0.240 - - [2026-02-16 02:09:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004532 10.0.0.240 - - [2026-02-16 02:09:19] "DELETE /project/8454757a8fb548659b0a1fca5586c5e6 HTTP/1.1" 404 173 0.005565 10.0.0.240 - - [2026-02-16 02:09:19] "GET /projects?obj_uuids=e72f4f13-d131-426a-9503-384741d43bd9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000784 10.0.0.240 - - [2026-02-16 02:09:19] "GET /project/e72f4f13-d131-426a-9503-384741d43bd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.027804 10.0.0.240 - - [2026-02-16 02:09:19] "GET /projects?obj_uuids=e72f4f13-d131-426a-9503-384741d43bd9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000942 10.0.0.240 - - [2026-02-16 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002493 10.0.0.240 - - [2026-02-16 02:09:19] "GET /project/e72f4f13-d131-426a-9503-384741d43bd9?fields=security_groups HTTP/1.1" 200 1377 0.070774 10.0.0.240 - - [2026-02-16 02:09:19] "GET /virtual-network/6458bcfd-6a16-4a3e-b2af-dcc47c6c4b22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.013099 10.0.0.240 - - [2026-02-16 02:09:19] "POST /neutron/port HTTP/1.1" 200 1119 0.010772 10.0.0.240 - - [2026-02-16 02:09:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005661 10.0.0.240 - - [2026-02-16 02:09:19] "DELETE /security-group/107b88dd-979e-464e-9212-bb64a49e7673 HTTP/1.1" 200 115 0.032350 10.0.0.240 - - [2026-02-16 02:09:19] "GET /projects?obj_uuids=e72f4f13-d131-426a-9503-384741d43bd9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000945 10.0.0.240 - - [2026-02-16 02:09:19] "DELETE /access-control-list/79a8850a-730b-4a1f-98f8-52d68978c646 HTTP/1.1" 200 115 0.029576 10.0.0.240 - - [2026-02-16 02:09:19] "GET /project/e72f4f13-d131-426a-9503-384741d43bd9?fields=application_policy_sets HTTP/1.1" 200 1416 0.034196 10.0.0.240 - - [2026-02-16 02:09:19] "DELETE /access-control-list/f7f57a8c-88b6-4288-b4a3-dc1ab35f2848 HTTP/1.1" 200 115 0.031063 10.0.0.240 - - [2026-02-16 02:09:19] "DELETE /project/e72f4f13-d131-426a-9503-384741d43bd9 HTTP/1.1" 200 115 0.317927 10.0.0.240 - - [2026-02-16 02:09:20] "POST /neutron/port HTTP/1.1" 200 1119 0.010542 10.0.0.240 - - [2026-02-16 02:09:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004312 10.0.0.240 - - [2026-02-16 02:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.240 - - [2026-02-16 02:09:21] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002394 10.0.0.240 - - [2026-02-16 02:09:21] "GET /virtual-networks?parent_id=8454757a-8fb5-4865-9b0a-1fca5586c5e6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002725 10.0.0.240 - - [2026-02-16 02:09:21] "GET /virtual-network/6458bcfd-6a16-4a3e-b2af-dcc47c6c4b22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004494 10.0.0.240 - - [2026-02-16 02:09:21] "POST /neutron/port HTTP/1.1" 200 1119 0.010905 10.0.0.240 - - [2026-02-16 02:09:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004702 10.0.0.240 - - [2026-02-16 02:09:21] "POST /neutron/port HTTP/1.1" 200 1119 0.010687 10.0.0.240 - - [2026-02-16 02:09:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004960 10.0.0.240 - - [2026-02-16 02:09:21] "POST /neutron/port HTTP/1.1" 200 1119 0.010402 10.0.0.240 - - [2026-02-16 02:09:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004535 10.0.0.240 - - [2026-02-16 02:09:21] "GET /virtual-machine/bdd9cb8d-b6cf-46fe-af69-c39e99cd47c8 HTTP/1.1" 200 1291 0.003630 10.0.0.240 - - [2026-02-16 02:09:22] "GET /virtual-machine-interface/1610b6e0-30a7-42bb-978e-f34b6d797dc2 HTTP/1.1" 200 2947 0.004045 10.0.0.240 - - [2026-02-16 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002355 10.0.0.240 - - [2026-02-16 02:09:22] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002581 10.0.0.240 - - [2026-02-16 02:09:22] "GET /virtual-networks?parent_id=8454757a-8fb5-4865-9b0a-1fca5586c5e6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002594 10.0.0.240 - - [2026-02-16 02:09:22] "GET /virtual-network/6458bcfd-6a16-4a3e-b2af-dcc47c6c4b22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004990 10.0.0.240 - - [2026-02-16 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002629 10.0.0.240 - - [2026-02-16 02:09:23] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002890 10.0.0.240 - - [2026-02-16 02:09:23] "GET /virtual-networks?parent_id=8454757a-8fb5-4865-9b0a-1fca5586c5e6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002754 10.0.0.240 - - [2026-02-16 02:09:23] "GET /virtual-network/6458bcfd-6a16-4a3e-b2af-dcc47c6c4b22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004784 10.0.0.240 - - [2026-02-16 02:09:23] "POST /neutron/port HTTP/1.1" 200 1119 0.010994 10.0.0.240 - - [2026-02-16 02:09:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004907 10.0.0.240 - - [2026-02-16 02:09:23] "POST /neutron/port HTTP/1.1" 200 1119 0.011138 10.0.0.240 - - [2026-02-16 02:09:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005381 10.0.0.240 - - [2026-02-16 02:09:23] "POST /neutron/port HTTP/1.1" 200 1119 0.010579 10.0.0.240 - - [2026-02-16 02:09:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004768 10.0.0.240 - - [2026-02-16 02:09:23] "GET /virtual-machine/cd2e9376-f6c1-4133-84c6-e089f7beaaab HTTP/1.1" 200 1294 0.003576 10.0.0.240 - - [2026-02-16 02:09:23] "GET /virtual-machine-interface/2bc8fa14-de7c-4239-a90f-714138a5c97e HTTP/1.1" 200 2947 0.003740 10.0.0.240 - - [2026-02-16 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002328 10.0.0.240 - - [2026-02-16 02:09:23] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002772 10.0.0.240 - - [2026-02-16 02:09:23] "GET /virtual-networks?parent_id=8454757a-8fb5-4865-9b0a-1fca5586c5e6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002942 10.0.0.240 - - [2026-02-16 02:09:23] "GET /virtual-network/6458bcfd-6a16-4a3e-b2af-dcc47c6c4b22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004606 10.0.0.240 - - [2026-02-16 02:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002410 10.0.0.240 - - [2026-02-16 02:09:24] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002431 10.0.0.240 - - [2026-02-16 02:09:25] "GET /virtual-networks?parent_id=8454757a-8fb5-4865-9b0a-1fca5586c5e6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002405 10.0.0.240 - - [2026-02-16 02:09:25] "GET /virtual-network/6458bcfd-6a16-4a3e-b2af-dcc47c6c4b22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005461 10.0.0.240 - - [2026-02-16 02:09:27] "GET /obj-perms HTTP/1.1" 200 5075 0.053233 10.0.0.240 - - [2026-02-16 02:09:27] "GET /obj-perms HTTP/1.1" 200 5075 0.046501 10.0.0.240 - - [2026-02-16 02:09:40] "POST /neutron/port HTTP/1.1" 200 1109 0.011413 10.0.0.240 - - [2026-02-16 02:09:40] "POST /neutron/port HTTP/1.1" 200 1109 0.008561 10.0.0.240 - - [2026-02-16 02:09:40] "POST /neutron/port HTTP/1.1" 200 151 0.115201 10.0.0.240 - - [2026-02-16 02:09:40] "POST /neutron/port HTTP/1.1" 200 1109 0.010176 10.0.0.240 - - [2026-02-16 02:09:40] "POST /neutron/port HTTP/1.1" 200 1109 0.008702 10.0.0.240 - - [2026-02-16 02:09:40] "POST /neutron/port HTTP/1.1" 200 151 0.097434 10.0.0.240 - - [2026-02-16 02:09:40] "POST /neutron/network HTTP/1.1" 200 994 0.006989 10.0.0.240 - - [2026-02-16 02:09:40] "POST /neutron/network HTTP/1.1" 400 204 0.013634 10.0.0.240 - - [2026-02-16 02:09:40] "POST /neutron/port HTTP/1.1" 200 1119 0.010186 10.0.0.240 - - [2026-02-16 02:09:40] "POST /neutron/port HTTP/1.1" 200 1109 0.008698 10.0.0.240 - - [2026-02-16 02:09:41] "POST /neutron/port HTTP/1.1" 200 151 0.088952 10.0.0.240 - - [2026-02-16 02:09:42] "POST /neutron/network HTTP/1.1" 200 994 0.005596 10.0.0.240 - - [2026-02-16 02:09:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002394 10.0.0.240 - - [2026-02-16 02:09:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344 10.0.0.240 - - [2026-02-16 02:09:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004190 10.0.0.240 - - [2026-02-16 02:09:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001519 10.0.0.240 - - [2026-02-16 02:09:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001323 10.0.0.240 - - [2026-02-16 02:09:43] "POST /neutron/network HTTP/1.1" 200 151 0.094064 10.0.0.240 - - [2026-02-16 02:09:43] "DELETE /route-target/75f2be8b-cc07-4bb8-b7aa-b7a5f6a0d3ce HTTP/1.1" 200 115 0.024236 10.0.0.240 - - [2026-02-16 02:09:43] "GET /routing-instance/57098e60-2043-4f18-b406-470de60bf923 HTTP/1.1" 404 171 0.001691 10.0.0.240 - - [2026-02-16 02:09:43] "GET /domains HTTP/1.1" 200 281 0.001703 10.0.0.240 - - [2026-02-16 02:09:43] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000726 10.0.0.240 - - [2026-02-16 02:09:43] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 2583 0.048271 10.0.0.240 - - [2026-02-16 02:09:43] "GET /projects?obj_uuids=8454757a-8fb5-4865-9b0a-1fca5586c5e6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001332 10.0.0.240 - - [2026-02-16 02:09:43] "GET /project/8454757a-8fb5-4865-9b0a-1fca5586c5e6 HTTP/1.1" 200 2101 0.075560 10.0.0.240 - - [2026-02-16 02:09:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.240 - - [2026-02-16 02:09:43] "DELETE /network-ipam/52213c8e-a623-407b-a3e6-8359a4c649bd HTTP/1.1" 200 115 0.018819 10.0.0.240 - - [2026-02-16 02:09:43] "POST /fqname-to-id HTTP/1.1" 404 211 0.002446 10.0.0.240 - - [2026-02-16 02:09:43] "GET /projects?obj_uuids=8454757a-8fb5-4865-9b0a-1fca5586c5e6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000911 10.0.0.240 - - [2026-02-16 02:09:43] "GET /project/8454757a-8fb5-4865-9b0a-1fca5586c5e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.024805 10.0.0.240 - - [2026-02-16 02:09:43] "GET /projects?obj_uuids=8454757a-8fb5-4865-9b0a-1fca5586c5e6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001292 10.0.0.240 - - [2026-02-16 02:09:43] "GET /project/8454757a-8fb5-4865-9b0a-1fca5586c5e6?fields=virtual_networks HTTP/1.1" 200 1044 0.068599 10.0.0.240 - - [2026-02-16 02:09:43] "GET /projects?obj_uuids=8454757a-8fb5-4865-9b0a-1fca5586c5e6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000937 10.0.0.240 - - [2026-02-16 02:09:43] "GET /project/8454757a-8fb5-4865-9b0a-1fca5586c5e6?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.025435 10.0.0.240 - - [2026-02-16 02:09:43] "GET /projects?obj_uuids=8454757a-8fb5-4865-9b0a-1fca5586c5e6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000905 10.0.0.240 - - [2026-02-16 02:09:43] "GET /project/8454757a-8fb5-4865-9b0a-1fca5586c5e6?fields=security_groups HTTP/1.1" 200 1271 0.022131 10.0.0.240 - - [2026-02-16 02:09:45] "POST /neutron/port HTTP/1.1" 200 117 0.004479 10.0.0.240 - - [2026-02-16 02:09:45] "POST /neutron/port HTTP/1.1" 400 205 0.006690 10.0.0.240 - - [2026-02-16 02:09:45] "POST /neutron/port HTTP/1.1" 200 117 0.005300 10.0.0.240 - - [2026-02-16 02:09:45] "POST /neutron/port HTTP/1.1" 400 205 0.004104 10.0.0.240 - - [2026-02-16 02:09:51] "GET / HTTP/1.1" 200 36215 0.001898 10.0.0.240 - - [2026-02-16 02:09:51] "POST /fqname-to-id HTTP/1.1" 401 293 0.000448 10.0.0.240 - - [2026-02-16 02:09:52] "POST /fqname-to-id HTTP/1.1" 404 183 0.043887 10.0.0.240 - - [2026-02-16 02:09:52] "GET /projects?obj_uuids=a75a5262-ed75-4205-895d-a3de3dce09d4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002020 10.0.0.240 - - [2026-02-16 02:09:52] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001100 10.0.0.240 - - [2026-02-16 02:09:52] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006006 10.0.0.240 - - [2026-02-16 02:09:52] "POST /id-to-fqname HTTP/1.1" 200 185 0.001293 10.0.0.240 - - [2026-02-16 02:09:52] "POST /fqname-to-id HTTP/1.1" 404 194 0.003743 10.0.0.240 - - [2026-02-16 02:09:52] "POST /security-groups HTTP/1.1" 200 586 0.064147 10.0.0.240 - - [2026-02-16 02:09:52] "POST /fqname-to-id HTTP/1.1" 404 229 0.001980 10.0.0.240 - - [2026-02-16 02:09:52] "POST /projects HTTP/1.1" 200 575 0.218917 10.0.0.240 - - [2026-02-16 02:09:52] "POST /access-control-lists HTTP/1.1" 200 593 0.061028 10.0.0.240 - - [2026-02-16 02:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.294099 10.0.0.240 - - [2026-02-16 02:09:52] "POST /fqname-to-id HTTP/1.1" 404 228 0.002693 10.0.0.240 - - [2026-02-16 02:09:52] "GET /project/a75a5262-ed75-4205-895d-a3de3dce09d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.412054 10.0.0.240 - - [2026-02-16 02:09:52] "POST /access-control-lists HTTP/1.1" 200 591 0.056573 10.0.0.240 - - [2026-02-16 02:09:53] "GET / HTTP/1.1" 200 36215 0.001732 10.0.0.240 - - [2026-02-16 02:09:55] "POST /fqname-to-id HTTP/1.1" 401 293 0.000484 10.0.0.240 - - [2026-02-16 02:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.023912 10.0.0.240 - - [2026-02-16 02:09:56] "GET /api-access-list/5f3d289b-1b58-4b6b-b5f7-11111356c8bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003183 10.0.0.240 - - [2026-02-16 02:09:56] "GET /api-access-list/5f3d289b-1b58-4b6b-b5f7-11111356c8bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003068 10.0.0.240 - - [2026-02-16 02:09:56] "GET /api-access-list/5f3d289b-1b58-4b6b-b5f7-11111356c8bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003554 10.0.0.240 - - [2026-02-16 02:09:56] "PUT /api-access-list/5f3d289b-1b58-4b6b-b5f7-11111356c8bc HTTP/1.1" 200 265 0.009389 10.0.0.240 - - [2026-02-16 02:09:56] "GET /aaa-mode HTTP/1.1" 401 293 0.000403 10.0.0.240 - - [2026-02-16 02:09:56] "GET /aaa-mode HTTP/1.1" 200 128 0.022821 10.0.0.240 - - [2026-02-16 02:09:57] "POST /fqname-to-id HTTP/1.1" 404 183 0.028071 10.0.0.240 - - [2026-02-16 02:09:57] "GET /projects?obj_uuids=1f99f594-306e-46b3-94af-8c78bafa023f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001918 10.0.0.240 - - [2026-02-16 02:09:57] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001227 10.0.0.240 - - [2026-02-16 02:09:57] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006107 10.0.0.240 - - [2026-02-16 02:09:57] "POST /id-to-fqname HTTP/1.1" 200 185 0.001104 10.0.0.240 - - [2026-02-16 02:09:57] "POST /fqname-to-id HTTP/1.1" 404 194 0.003878 10.0.0.240 - - [2026-02-16 02:09:57] "POST /security-groups HTTP/1.1" 200 586 0.060252 10.0.0.240 - - [2026-02-16 02:09:57] "POST /fqname-to-id HTTP/1.1" 404 229 0.002541 10.0.0.240 - - [2026-02-16 02:09:57] "POST /projects HTTP/1.1" 200 575 0.201426 10.0.0.240 - - [2026-02-16 02:09:57] "POST /access-control-lists HTTP/1.1" 200 593 0.060262 10.0.0.240 - - [2026-02-16 02:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.272663 10.0.0.240 - - [2026-02-16 02:09:57] "POST /fqname-to-id HTTP/1.1" 404 228 0.002940 10.0.0.240 - - [2026-02-16 02:09:57] "GET /project/1f99f594-306e-46b3-94af-8c78bafa023f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.386954 10.0.0.240 - - [2026-02-16 02:09:57] "POST /access-control-lists HTTP/1.1" 200 591 0.056504 10.0.0.240 - - [2026-02-16 02:09:57] "POST /fqname-to-id HTTP/1.1" 404 183 0.022459 10.0.0.240 - - [2026-02-16 02:09:57] "GET /projects?obj_uuids=89473d67-5df0-4945-b48d-deb8a9ab0283&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001966 10.0.0.240 - - [2026-02-16 02:09:58] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000851 10.0.0.240 - - [2026-02-16 02:09:58] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005758 10.0.0.240 - - [2026-02-16 02:09:58] "POST /id-to-fqname HTTP/1.1" 200 185 0.001843 10.0.0.240 - - [2026-02-16 02:09:58] "POST /fqname-to-id HTTP/1.1" 404 194 0.003117 10.0.0.240 - - [2026-02-16 02:09:58] "POST /security-groups HTTP/1.1" 200 586 0.060229 10.0.0.240 - - [2026-02-16 02:09:58] "POST /fqname-to-id HTTP/1.1" 404 229 0.002104 10.0.0.240 - - [2026-02-16 02:09:58] "POST /projects HTTP/1.1" 200 575 0.220990 10.0.0.240 - - [2026-02-16 02:09:58] "POST /access-control-lists HTTP/1.1" 200 593 0.057277 10.0.0.240 - - [2026-02-16 02:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.289511 10.0.0.240 - - [2026-02-16 02:09:58] "POST /fqname-to-id HTTP/1.1" 404 228 0.005496 10.0.0.240 - - [2026-02-16 02:09:58] "GET /project/89473d67-5df0-4945-b48d-deb8a9ab0283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.412806 10.0.0.240 - - [2026-02-16 02:09:58] "POST /access-control-lists HTTP/1.1" 200 591 0.056746 10.0.0.240 - - [2026-02-16 02:09:59] "GET / HTTP/1.1" 200 36215 0.001603 10.0.0.240 - - [2026-02-16 02:09:59] "GET / HTTP/1.1" 200 36215 0.001506 10.0.0.240 - - [2026-02-16 02:10:00] "POST /fqname-to-id HTTP/1.1" 404 183 0.002331 10.0.0.240 - - [2026-02-16 02:10:00] "POST /api-access-lists HTTP/1.1" 200 523 0.012057 10.0.0.240 - - [2026-02-16 02:10:00] "GET /api-access-list/e5b573a6-7fdb-4278-b356-cde537a687d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1267 0.003869 10.0.0.240 - - [2026-02-16 02:10:00] "GET /api-access-list/e5b573a6-7fdb-4278-b356-cde537a687d0 HTTP/1.1" 401 293 0.000375 10.0.0.240 - - [2026-02-16 02:10:00] "GET /api-access-list/e5b573a6-7fdb-4278-b356-cde537a687d0 HTTP/1.1" 200 1267 0.054540 10.0.0.240 - - [2026-02-16 02:10:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000374 10.0.0.240 - - [2026-02-16 02:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.051285 10.0.0.240 - - [2026-02-16 02:10:00] "GET /projects?obj_uuids=1f99f594-306e-46b3-94af-8c78bafa023f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001138 10.0.0.240 - - [2026-02-16 02:10:00] "GET /project/1f99f594-306e-46b3-94af-8c78bafa023f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.026048 10.0.0.240 - - [2026-02-16 02:10:01] "GET /virtual-networks?parent_id=1f99f594-306e-46b3-94af-8c78bafa023f&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010196 10.0.0.240 - - [2026-02-16 02:10:01] "POST /virtual-networks HTTP/1.1" 200 570 0.059857 10.0.0.240 - - [2026-02-16 02:10:01] "POST /route-targets HTTP/1.1" 200 328 0.013709 10.0.0.240 - - [2026-02-16 02:10:01] "POST /ref-update HTTP/1.1" 200 156 0.013498 10.0.0.240 - - [2026-02-16 02:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.011411 10.0.0.240 - - [2026-02-16 02:10:01] "GET /network-ipam/39a9548d-a89d-42e3-aa23-8a5558634b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.014842 10.0.0.240 - - [2026-02-16 02:10:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003168 10.0.0.240 - - [2026-02-16 02:10:01] "POST /ref-update HTTP/1.1" 200 156 0.047982 10.0.0.240 - - [2026-02-16 02:10:01] "POST /neutron/network HTTP/1.1" 200 832 0.055521 10.0.0.240 - - [2026-02-16 02:10:01] "POST /neutron/network HTTP/1.1" 200 832 0.016330 10.0.0.240 - - [2026-02-16 02:10:01] "GET /virtual-network/91c69742-9cdf-4277-bf2f-f81f5d9fdaab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1984 0.011007 10.0.0.240 - - [2026-02-16 02:10:01] "POST /neutron/network HTTP/1.1" 200 832 0.018555 10.0.0.240 - - [2026-02-16 02:10:01] "POST /neutron/subnet HTTP/1.1" 200 675 0.023394 10.0.0.240 - - [2026-02-16 02:10:01] "GET /virtual-network/91c69742-9cdf-4277-bf2f-f81f5d9fdaab HTTP/1.1" 401 293 0.000747 10.0.0.240 - - [2026-02-16 02:10:01] "GET /virtual-network/91c69742-9cdf-4277-bf2f-f81f5d9fdaab HTTP/1.1" 200 2270 0.036798 10.0.0.240 - - [2026-02-16 02:10:01] "GET /virtual-network/91c69742-9cdf-4277-bf2f-f81f5d9fdaab HTTP/1.1" 401 293 0.000315 10.0.0.240 - - [2026-02-16 02:10:02] "GET /virtual-network/91c69742-9cdf-4277-bf2f-f81f5d9fdaab HTTP/1.1" 200 2009 0.037630 10.0.0.240 - - [2026-02-16 02:10:02] "GET /obj-perms HTTP/1.1" 200 4934 0.059454 10.0.0.240 - - [2026-02-16 02:10:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000339 10.0.0.240 - - [2026-02-16 02:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.024871 10.0.0.240 - - [2026-02-16 02:10:02] "GET /virtual-network/91c69742-9cdf-4277-bf2f-f81f5d9fdaab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1984 0.010368 10.0.0.240 - - [2026-02-16 02:10:03] "GET /obj-perms HTTP/1.1" 200 4934 0.008299 10.0.0.240 - - [2026-02-16 02:10:03] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.015501 10.0.0.240 - - [2026-02-16 02:10:03] "GET /obj-perms HTTP/1.1" 200 4934 0.051636 10.0.0.240 - - [2026-02-16 02:10:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002264 10.0.0.240 - - [2026-02-16 02:10:03] "GET /virtual-network/91c69742-9cdf-4277-bf2f-f81f5d9fdaab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1984 0.012222 10.0.0.240 - - [2026-02-16 02:10:03] "GET /obj-perms HTTP/1.1" 200 4934 0.008023 10.0.0.240 - - [2026-02-16 02:10:03] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.013958 10.0.0.240 - - [2026-02-16 02:10:03] "POST /id-to-fqname HTTP/1.1" 401 293 0.000512 10.0.0.240 - - [2026-02-16 02:10:04] "POST /id-to-fqname HTTP/1.1" 200 230 0.031487 10.0.0.240 - - [2026-02-16 02:10:04] "POST /neutron/network HTTP/1.1" 200 842 0.039032 10.0.0.240 - - [2026-02-16 02:10:04] "GET /aaa-mode HTTP/1.1" 401 293 0.000385 10.0.0.240 - - [2026-02-16 02:10:04] "GET / HTTP/1.1" 200 36215 0.001404 10.0.0.240 - - [2026-02-16 02:10:04] "GET /project/89473d67-5df0-4945-b48d-deb8a9ab0283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000346 10.0.0.240 - - [2026-02-16 02:10:05] "GET /projects?obj_uuids=89473d67-5df0-4945-b48d-deb8a9ab0283&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000907 10.0.0.240 - - [2026-02-16 02:10:05] "GET /project/89473d67-5df0-4945-b48d-deb8a9ab0283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.040913 10.0.0.240 - - [2026-02-16 02:10:05] "POST /neutron/network HTTP/1.1" 200 832 0.005067 10.0.0.240 - - [2026-02-16 02:10:05] "POST /neutron/port HTTP/1.1" 200 117 0.026307 10.0.0.240 - - [2026-02-16 02:10:05] "POST /neutron/port HTTP/1.1" 200 117 0.003991 10.0.0.240 - - [2026-02-16 02:10:05] "POST /neutron/port HTTP/1.1" 200 117 0.004500 10.0.0.240 - - [2026-02-16 02:10:05] "POST /neutron/network HTTP/1.1" 200 842 0.019301 10.0.0.240 - - [2026-02-16 02:10:05] "POST /neutron/network HTTP/1.1" 200 832 0.016264 10.0.0.240 - - [2026-02-16 02:10:05] "GET /projects?obj_uuids=89473d67-5df0-4945-b48d-deb8a9ab0283&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000976 10.0.0.240 - - [2026-02-16 02:10:06] "POST /neutron/port HTTP/1.1" 200 1055 0.270161 10.0.0.240 - - [2026-02-16 02:10:06] "POST /neutron/port HTTP/1.1" 200 1055 0.009775 10.0.0.240 - - [2026-02-16 02:10:06] "POST /neutron/port HTTP/1.1" 200 1055 0.008743 10.0.0.240 - - [2026-02-16 02:10:06] "POST /neutron/port HTTP/1.1" 200 1109 0.046432 10.0.0.240 - - [2026-02-16 02:10:06] "POST /neutron/port HTTP/1.1" 200 1119 0.011477 10.0.0.240 - - [2026-02-16 02:10:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003301 10.0.0.240 - - [2026-02-16 02:10:06] "POST /neutron/subnet HTTP/1.1" 200 649 0.006365 10.0.0.240 - - [2026-02-16 02:10:06] "POST /neutron/port HTTP/1.1" 200 117 0.000989 10.0.0.240 - - [2026-02-16 02:10:06] "POST /neutron/network HTTP/1.1" 200 832 0.004716 10.0.0.240 - - [2026-02-16 02:10:10] "POST /neutron/port HTTP/1.1" 200 1119 0.010128 10.0.0.240 - - [2026-02-16 02:10:10] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005147 10.0.0.240 - - [2026-02-16 02:10:10] "POST /neutron/port HTTP/1.1" 200 1119 0.010394 10.0.0.240 - - [2026-02-16 02:10:10] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005194 10.0.0.240 - - [2026-02-16 02:10:10] "POST /neutron/port HTTP/1.1" 200 1119 0.010326 10.0.0.240 - - [2026-02-16 02:10:10] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004992 10.0.0.240 - - [2026-02-16 02:10:10] "POST /neutron/port HTTP/1.1" 200 1119 0.011784 10.0.0.240 - - [2026-02-16 02:10:10] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005615 10.0.0.240 - - [2026-02-16 02:10:10] "GET /virtual-machine/b6af8e91-a0e8-46ff-8bdb-fb0df1f281f8 HTTP/1.1" 200 1290 0.010726 10.0.0.240 - - [2026-02-16 02:10:10] "GET /virtual-machine/b6af8e91-a0e8-46ff-8bdb-fb0df1f281f8 HTTP/1.1" 200 1290 0.010827 10.0.0.240 - - [2026-02-16 02:10:10] "GET /virtual-machine-interface/52bb7ceb-a7b3-4b2d-9229-e39404c4feee HTTP/1.1" 200 2536 0.016175 10.0.0.240 - - [2026-02-16 02:10:10] "GET /virtual-machine/b6af8e91-a0e8-46ff-8bdb-fb0df1f281f8 HTTP/1.1" 200 1290 0.010228 10.0.0.240 - - [2026-02-16 02:10:10] "GET /virtual-machine-interface/52bb7ceb-a7b3-4b2d-9229-e39404c4feee HTTP/1.1" 200 2536 0.012761 10.0.0.240 - - [2026-02-16 02:10:10] "GET /instance-ip/d3c1d34e-a6da-4466-a04a-9cddb326a310 HTTP/1.1" 200 1629 0.010311 10.0.0.240 - - [2026-02-16 02:10:10] "GET /virtual-machine/b6af8e91-a0e8-46ff-8bdb-fb0df1f281f8 HTTP/1.1" 200 1290 0.008072 10.0.0.240 - - [2026-02-16 02:10:10] "GET /virtual-machine-interface/52bb7ceb-a7b3-4b2d-9229-e39404c4feee HTTP/1.1" 200 2536 0.020622 10.0.0.240 - - [2026-02-16 02:10:10] "GET /instance-ip/d3c1d34e-a6da-4466-a04a-9cddb326a310 HTTP/1.1" 200 1629 0.009168 10.0.0.240 - - [2026-02-16 02:10:10] "POST /fqname-to-id HTTP/1.1" 403 339 0.009007 10.0.0.240 - - [2026-02-16 02:10:11] "GET / HTTP/1.1" 200 36215 0.001401 10.0.0.240 - - [2026-02-16 02:10:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000449 10.0.0.240 - - [2026-02-16 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.025088 10.0.0.240 - - [2026-02-16 02:10:11] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002622 10.0.0.240 - - [2026-02-16 02:10:11] "GET /virtual-networks?parent_id=89473d67-5df0-4945-b48d-deb8a9ab0283&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010544 10.0.0.240 - - [2026-02-16 02:10:11] "POST /fqname-to-id HTTP/1.1" 403 339 0.007960 10.0.0.240 - - [2026-02-16 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.240 - - [2026-02-16 02:10:11] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002456 10.0.0.240 - - [2026-02-16 02:10:11] "GET /virtual-networks?parent_id=89473d67-5df0-4945-b48d-deb8a9ab0283&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008818 10.0.0.240 - - [2026-02-16 02:10:11] "POST /fqname-to-id HTTP/1.1" 403 339 0.007728 10.0.0.240 - - [2026-02-16 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002553 10.0.0.240 - - [2026-02-16 02:10:11] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002839 10.0.0.240 - - [2026-02-16 02:10:11] "GET /virtual-networks?parent_id=89473d67-5df0-4945-b48d-deb8a9ab0283&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011779 10.0.0.240 - - [2026-02-16 02:10:11] "POST /fqname-to-id HTTP/1.1" 403 339 0.008224 10.0.0.240 - - [2026-02-16 02:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002445 10.0.0.240 - - [2026-02-16 02:10:12] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002480 10.0.0.240 - - [2026-02-16 02:10:12] "GET /virtual-networks?parent_id=89473d67-5df0-4945-b48d-deb8a9ab0283&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008729 10.0.0.240 - - [2026-02-16 02:10:12] "POST /fqname-to-id HTTP/1.1" 403 339 0.008074 10.0.0.240 - - [2026-02-16 02:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002643 10.0.0.240 - - [2026-02-16 02:10:12] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002485 10.0.0.240 - - [2026-02-16 02:10:12] "GET /virtual-networks?parent_id=89473d67-5df0-4945-b48d-deb8a9ab0283&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008274 10.0.0.240 - - [2026-02-16 02:10:14] "POST /neutron/port HTTP/1.1" 200 1119 0.011287 10.0.0.240 - - [2026-02-16 02:10:14] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004365 10.0.0.240 - - [2026-02-16 02:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.009083 10.0.0.240 - - [2026-02-16 02:10:15] "GET /virtual-network/91c69742-9cdf-4277-bf2f-f81f5d9fdaab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1984 0.010685 10.0.0.240 - - [2026-02-16 02:10:17] "POST /fqname-to-id HTTP/1.1" 403 339 0.008348 10.0.0.240 - - [2026-02-16 02:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001907 10.0.0.240 - - [2026-02-16 02:10:17] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002362 10.0.0.240 - - [2026-02-16 02:10:17] "GET /virtual-networks?parent_id=89473d67-5df0-4945-b48d-deb8a9ab0283&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009176 10.0.0.240 - - [2026-02-16 02:10:17] "POST /fqname-to-id HTTP/1.1" 403 339 0.008592 10.0.0.240 - - [2026-02-16 02:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001734 10.0.0.240 - - [2026-02-16 02:10:17] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002136 10.0.0.240 - - [2026-02-16 02:10:17] "GET /virtual-networks?parent_id=89473d67-5df0-4945-b48d-deb8a9ab0283&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008643 10.0.0.240 - - [2026-02-16 02:10:17] "POST /fqname-to-id HTTP/1.1" 403 361 0.007361 10.0.0.240 - - [2026-02-16 02:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002507 10.0.0.240 - - [2026-02-16 02:10:17] "GET /routing-instance/17ede10a-2fe9-474c-a87e-5f317352b7e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.003299 10.0.0.240 - - [2026-02-16 02:10:17] "GET /route-target/85a6c155-56ff-41a6-93ec-c5305b899215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008519 10.0.0.240 - - [2026-02-16 02:10:17] "GET /route-target/85a6c155-56ff-41a6-93ec-c5305b899215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002477 10.0.0.240 - - [2026-02-16 02:10:17] "POST /fqname-to-id HTTP/1.1" 403 339 0.007861 10.0.0.240 - - [2026-02-16 02:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001719 10.0.0.240 - - [2026-02-16 02:10:17] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003021 10.0.0.240 - - [2026-02-16 02:10:17] "GET /virtual-networks?parent_id=89473d67-5df0-4945-b48d-deb8a9ab0283&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008821 10.0.0.240 - - [2026-02-16 02:10:17] "POST /fqname-to-id HTTP/1.1" 403 361 0.007032 10.0.0.240 - - [2026-02-16 02:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002560 10.0.0.240 - - [2026-02-16 02:10:17] "GET /routing-instance/17ede10a-2fe9-474c-a87e-5f317352b7e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.003527 10.0.0.240 - - [2026-02-16 02:10:17] "GET /route-target/85a6c155-56ff-41a6-93ec-c5305b899215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.007672 10.0.0.240 - - [2026-02-16 02:10:17] "GET /route-target/85a6c155-56ff-41a6-93ec-c5305b899215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002363 10.0.0.240 - - [2026-02-16 02:10:18] "GET /obj-perms HTTP/1.1" 200 4934 0.008544 10.0.0.240 - - [2026-02-16 02:10:18] "GET /virtual-machine/b6af8e91-a0e8-46ff-8bdb-fb0df1f281f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.008259 10.0.0.240 - - [2026-02-16 02:10:19] "DELETE /project/a75a5262ed754205895da3de3dce09d4 HTTP/1.1" 404 173 0.007540 10.0.0.240 - - [2026-02-16 02:10:19] "DELETE /project/1f99f594306e46b394af8c78bafa023f HTTP/1.1" 404 173 0.003918 10.0.0.240 - - [2026-02-16 02:10:19] "DELETE /project/89473d675df04945b48ddeb8a9ab0283 HTTP/1.1" 404 173 0.006786 10.0.0.240 - - [2026-02-16 02:10:19] "GET /projects?obj_uuids=8454757a-8fb5-4865-9b0a-1fca5586c5e6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000866 10.0.0.240 - - [2026-02-16 02:10:19] "GET /project/8454757a-8fb5-4865-9b0a-1fca5586c5e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.024473 10.0.0.240 - - [2026-02-16 02:10:19] "GET /projects?obj_uuids=8454757a-8fb5-4865-9b0a-1fca5586c5e6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000840 10.0.0.240 - - [2026-02-16 02:10:19] "GET /project/8454757a-8fb5-4865-9b0a-1fca5586c5e6?fields=security_groups HTTP/1.1" 200 1373 0.065975 10.0.0.240 - - [2026-02-16 02:10:19] "DELETE /security-group/e57445bb-d64c-402a-9877-3b54f8a1f143 HTTP/1.1" 200 115 0.031425 10.0.0.240 - - [2026-02-16 02:10:19] "GET /projects?obj_uuids=8454757a-8fb5-4865-9b0a-1fca5586c5e6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000847 10.0.0.240 - - [2026-02-16 02:10:19] "DELETE /access-control-list/28904030-bf59-46f7-b1bf-ab6ce87f4373 HTTP/1.1" 200 115 0.022645 10.0.0.240 - - [2026-02-16 02:10:19] "GET /project/8454757a-8fb5-4865-9b0a-1fca5586c5e6?fields=application_policy_sets HTTP/1.1" 200 1412 0.026187 10.0.0.240 - - [2026-02-16 02:10:19] "DELETE /access-control-list/43b5b202-e090-4e94-9d06-6cbc4a642ef8 HTTP/1.1" 200 115 0.023447 10.0.0.240 - - [2026-02-16 02:10:19] "DELETE /project/8454757a-8fb5-4865-9b0a-1fca5586c5e6 HTTP/1.1" 200 115 0.289554 10.0.0.240 - - [2026-02-16 02:10:20] "GET /obj-perms HTTP/1.1" 200 4934 0.009620 10.0.0.240 - - [2026-02-16 02:10:20] "GET /virtual-machine/b6af8e91-a0e8-46ff-8bdb-fb0df1f281f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.008339 10.0.0.240 - - [2026-02-16 02:10:22] "GET /obj-perms HTTP/1.1" 200 4934 0.008148 10.0.0.240 - - [2026-02-16 02:10:22] "GET /virtual-machine/b6af8e91-a0e8-46ff-8bdb-fb0df1f281f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.008916 10.0.0.240 - - [2026-02-16 02:10:24] "GET /obj-perms HTTP/1.1" 200 4934 0.008337 10.0.0.240 - - [2026-02-16 02:10:24] "GET /virtual-machine/b6af8e91-a0e8-46ff-8bdb-fb0df1f281f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.007613 10.0.0.240 - - [2026-02-16 02:10:26] "GET /obj-perms HTTP/1.1" 200 4934 0.008148 10.0.0.240 - - [2026-02-16 02:10:26] "GET /virtual-machine/b6af8e91-a0e8-46ff-8bdb-fb0df1f281f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.009393 10.0.0.240 - - [2026-02-16 02:10:28] "GET /obj-perms HTTP/1.1" 200 5075 0.043884 10.0.0.240 - - [2026-02-16 02:10:28] "GET /obj-perms HTTP/1.1" 200 4934 0.010028 10.0.0.240 - - [2026-02-16 02:10:28] "GET /virtual-machine/b6af8e91-a0e8-46ff-8bdb-fb0df1f281f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.008565 10.0.0.240 - - [2026-02-16 02:10:28] "GET /obj-perms HTTP/1.1" 200 5075 0.060977 10.0.0.240 - - [2026-02-16 02:10:30] "GET /obj-perms HTTP/1.1" 200 4934 0.008615 10.0.0.240 - - [2026-02-16 02:10:30] "GET /virtual-machine/b6af8e91-a0e8-46ff-8bdb-fb0df1f281f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.008043 10.0.0.240 - - [2026-02-16 02:10:30] "GET /obj-perms HTTP/1.1" 200 4934 0.008174 10.0.0.240 - - [2026-02-16 02:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002385 10.0.0.240 - - [2026-02-16 02:10:30] "GET /virtual-machine-interface/52bb7ceb-a7b3-4b2d-9229-e39404c4feee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.015003 10.0.0.240 - - [2026-02-16 02:10:30] "GET /obj-perms HTTP/1.1" 200 4934 0.010766 10.0.0.240 - - [2026-02-16 02:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002499 10.0.0.240 - - [2026-02-16 02:10:30] "GET /virtual-machine-interface/52bb7ceb-a7b3-4b2d-9229-e39404c4feee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.012769 10.0.0.240 - - [2026-02-16 02:10:30] "GET /obj-perms HTTP/1.1" 200 4934 0.007820 10.0.0.240 - - [2026-02-16 02:10:30] "GET /virtual-machine/b6af8e91-a0e8-46ff-8bdb-fb0df1f281f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.009252 10.0.0.240 - - [2026-02-16 02:10:30] "GET /obj-perms HTTP/1.1" 200 4934 0.009074 10.0.0.240 - - [2026-02-16 02:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002446 10.0.0.240 - - [2026-02-16 02:10:31] "GET /virtual-machine-interface/52bb7ceb-a7b3-4b2d-9229-e39404c4feee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.012386 10.0.0.240 - - [2026-02-16 02:10:31] "GET /obj-perms HTTP/1.1" 200 4934 0.007838 10.0.0.240 - - [2026-02-16 02:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002373 10.0.0.240 - - [2026-02-16 02:10:31] "GET /virtual-network/91c69742-9cdf-4277-bf2f-f81f5d9fdaab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1984 0.011560 10.0.0.240 - - [2026-02-16 02:10:31] "GET /obj-perms HTTP/1.1" 200 4934 0.012419 10.0.0.240 - - [2026-02-16 02:10:31] "GET /virtual-machine/b6af8e91-a0e8-46ff-8bdb-fb0df1f281f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.011265 10.0.0.240 - - [2026-02-16 02:10:31] "GET /obj-perms HTTP/1.1" 200 4934 0.009434 10.0.0.240 - - [2026-02-16 02:10:31] "GET /obj-perms HTTP/1.1" 200 4934 0.008417 10.0.0.240 - - [2026-02-16 02:10:31] "GET /obj-perms HTTP/1.1" 200 4934 0.055470 10.0.0.240 - - [2026-02-16 02:10:31] "GET /obj-perms HTTP/1.1" 200 4934 0.010192 10.0.0.240 - - [2026-02-16 02:10:32] "GET /obj-perms HTTP/1.1" 200 5039 0.048492 10.0.0.240 - - [2026-02-16 02:10:32] "GET /obj-perms HTTP/1.1" 200 5039 0.002869 10.0.0.240 - - [2026-02-16 02:10:32] "GET /obj-perms HTTP/1.1" 200 4934 0.008583 10.0.0.240 - - [2026-02-16 02:10:32] "GET /obj-perms HTTP/1.1" 200 4934 0.007706 10.0.0.240 - - [2026-02-16 02:10:32] "GET /obj-perms HTTP/1.1" 200 4934 0.058226 10.0.0.240 - - [2026-02-16 02:10:32] "GET /obj-perms HTTP/1.1" 200 4934 0.008772 10.0.0.240 - - [2026-02-16 02:10:32] "GET /obj-perms HTTP/1.1" 200 5039 0.002635 10.0.0.240 - - [2026-02-16 02:10:33] "GET /obj-perms HTTP/1.1" 200 5039 0.003486 10.0.0.240 - - [2026-02-16 02:10:33] "GET /obj-perms HTTP/1.1" 200 4934 0.009059 10.0.0.240 - - [2026-02-16 02:10:33] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.009843 10.0.0.240 - - [2026-02-16 02:10:33] "GET /virtual-machine/b6af8e91-a0e8-46ff-8bdb-fb0df1f281f8 HTTP/1.1" 200 1290 0.010633 10.0.0.240 - - [2026-02-16 02:10:33] "POST /neutron/port HTTP/1.1" 200 1119 0.009695 10.0.0.240 - - [2026-02-16 02:10:33] "POST /neutron/port HTTP/1.1" 200 1109 0.007302 10.0.0.240 - - [2026-02-16 02:10:33] "POST /neutron/port HTTP/1.1" 200 151 0.079270 10.0.0.240 - - [2026-02-16 02:10:35] "GET /virtual-machine/b6af8e91-a0e8-46ff-8bdb-fb0df1f281f8 HTTP/1.1" 404 171 0.009072 10.0.0.240 - - [2026-02-16 02:10:35] "GET /virtual-machine/b6af8e91-a0e8-46ff-8bdb-fb0df1f281f8 HTTP/1.1" 404 171 0.006521 10.0.0.240 - - [2026-02-16 02:10:35] "GET /virtual-machine/b6af8e91-a0e8-46ff-8bdb-fb0df1f281f8 HTTP/1.1" 404 171 0.006238 10.0.0.240 - - [2026-02-16 02:10:35] "POST /fqname-to-id HTTP/1.1" 403 339 0.007673 10.0.0.240 - - [2026-02-16 02:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.001687 10.0.0.240 - - [2026-02-16 02:10:35] "GET /global-vrouter-config/01524240-ab31-4270-ab79-8aa956dc7182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002129 10.0.0.240 - - [2026-02-16 02:10:35] "GET /virtual-networks?parent_id=89473d67-5df0-4945-b48d-deb8a9ab0283&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009045 10.0.0.240 - - [2026-02-16 02:10:35] "POST /fqname-to-id HTTP/1.1" 403 361 0.007964 10.0.0.240 - - [2026-02-16 02:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002606 10.0.0.240 - - [2026-02-16 02:10:35] "GET /routing-instance/17ede10a-2fe9-474c-a87e-5f317352b7e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.002773 10.0.0.240 - - [2026-02-16 02:10:35] "GET /route-target/85a6c155-56ff-41a6-93ec-c5305b899215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.007651 10.0.0.240 - - [2026-02-16 02:10:35] "GET /route-target/85a6c155-56ff-41a6-93ec-c5305b899215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002298 10.0.0.240 - - [2026-02-16 02:10:35] "GET /obj-perms HTTP/1.1" 200 4934 0.008040 10.0.0.240 - - [2026-02-16 02:10:35] "GET /obj-perms HTTP/1.1" 200 4934 0.007012 10.0.0.240 - - [2026-02-16 02:10:36] "GET /obj-perms HTTP/1.1" 200 4934 0.051631 10.0.0.240 - - [2026-02-16 02:10:36] "GET /obj-perms HTTP/1.1" 200 4934 0.008119 10.0.0.240 - - [2026-02-16 02:10:36] "GET /obj-perms HTTP/1.1" 200 5039 0.002797 10.0.0.240 - - [2026-02-16 02:10:39] "GET /obj-perms HTTP/1.1" 200 5039 0.003932 10.0.0.240 - - [2026-02-16 02:10:42] "GET /obj-perms HTTP/1.1" 200 5039 0.003284 10.0.0.240 - - [2026-02-16 02:10:45] "GET /obj-perms HTTP/1.1" 200 5039 0.002873 10.0.0.240 - - [2026-02-16 02:10:48] "GET /obj-perms HTTP/1.1" 200 5039 0.002931 10.0.0.240 - - [2026-02-16 02:10:51] "GET /obj-perms HTTP/1.1" 200 5039 0.002790 10.0.0.240 - - [2026-02-16 02:10:54] "GET /obj-perms HTTP/1.1" 200 5039 0.003046 10.0.0.240 - - [2026-02-16 02:10:57] "GET /obj-perms HTTP/1.1" 200 5039 0.003184 10.0.0.240 - - [2026-02-16 02:11:00] "GET /obj-perms HTTP/1.1" 200 5039 0.002803 10.0.0.240 - - [2026-02-16 02:11:03] "GET /obj-perms HTTP/1.1" 200 5039 0.002891 10.0.0.240 - - [2026-02-16 02:11:06] "GET /obj-perms HTTP/1.1" 200 5039 0.002867 10.0.0.240 - - [2026-02-16 02:11:09] "GET /obj-perms HTTP/1.1" 200 5039 0.003017 10.0.0.240 - - [2026-02-16 02:11:12] "GET /obj-perms HTTP/1.1" 200 5039 0.003011 10.0.0.240 - - [2026-02-16 02:11:15] "GET /obj-perms HTTP/1.1" 200 5039 0.002856 10.0.0.240 - - [2026-02-16 02:11:18] "GET /obj-perms HTTP/1.1" 200 5039 0.002714 10.0.0.240 - - [2026-02-16 02:11:21] "GET /obj-perms HTTP/1.1" 200 5039 0.003240 10.0.0.240 - - [2026-02-16 02:11:21] "POST /useragent-kv HTTP/1.1" 200 115 0.001751 10.0.0.240 - - [2026-02-16 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004850 10.0.0.240 - - [2026-02-16 02:11:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002441 10.0.0.240 - - [2026-02-16 02:11:21] "DELETE /virtual-network/91c69742-9cdf-4277-bf2f-f81f5d9fdaab HTTP/1.1" 200 115 0.060627 10.0.0.240 - - [2026-02-16 02:11:21] "DELETE /route-target/85a6c155-56ff-41a6-93ec-c5305b899215 HTTP/1.1" 200 115 0.014508 10.0.0.240 - - [2026-02-16 02:11:21] "DELETE /api-access-list/e5b573a6-7fdb-4278-b356-cde537a687d0 HTTP/1.1" 200 115 0.016750 10.0.0.240 - - [2026-02-16 02:11:21] "GET /api-access-list/e5b573a6-7fdb-4278-b356-cde537a687d0 HTTP/1.1" 404 171 0.002196 10.0.0.240 - - [2026-02-16 02:11:21] "GET /projects?obj_uuids=89473d67-5df0-4945-b48d-deb8a9ab0283&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001378 10.0.0.240 - - [2026-02-16 02:11:21] "GET /project/89473d67-5df0-4945-b48d-deb8a9ab0283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.025741 10.0.0.240 - - [2026-02-16 02:11:21] "GET /projects?obj_uuids=89473d67-5df0-4945-b48d-deb8a9ab0283&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000870 10.0.0.240 - - [2026-02-16 02:11:21] "GET /project/89473d67-5df0-4945-b48d-deb8a9ab0283?fields=virtual_networks HTTP/1.1" 200 1034 0.062355 10.0.0.240 - - [2026-02-16 02:11:21] "GET /projects?obj_uuids=89473d67-5df0-4945-b48d-deb8a9ab0283&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000930 10.0.0.240 - - [2026-02-16 02:11:21] "GET /project/89473d67-5df0-4945-b48d-deb8a9ab0283?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.019229 10.0.0.240 - - [2026-02-16 02:11:21] "GET /projects?obj_uuids=89473d67-5df0-4945-b48d-deb8a9ab0283&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002226 10.0.0.240 - - [2026-02-16 02:11:21] "GET /project/89473d67-5df0-4945-b48d-deb8a9ab0283?fields=security_groups HTTP/1.1" 200 1256 0.022394 10.0.0.240 - - [2026-02-16 02:11:22] "GET /projects?obj_uuids=1f99f594-306e-46b3-94af-8c78bafa023f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000897 10.0.0.240 - - [2026-02-16 02:11:22] "GET /project/1f99f594-306e-46b3-94af-8c78bafa023f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.020026 10.0.0.240 - - [2026-02-16 02:11:22] "GET /projects?obj_uuids=1f99f594-306e-46b3-94af-8c78bafa023f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001132 10.0.0.240 - - [2026-02-16 02:11:22] "GET /project/1f99f594-306e-46b3-94af-8c78bafa023f?fields=virtual_networks HTTP/1.1" 200 1034 0.060544 10.0.0.240 - - [2026-02-16 02:11:22] "GET /projects?obj_uuids=1f99f594-306e-46b3-94af-8c78bafa023f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000864 10.0.0.240 - - [2026-02-16 02:11:22] "GET /project/1f99f594-306e-46b3-94af-8c78bafa023f?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.022514 10.0.0.240 - - [2026-02-16 02:11:22] "GET /projects?obj_uuids=1f99f594-306e-46b3-94af-8c78bafa023f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001107 10.0.0.240 - - [2026-02-16 02:11:22] "GET /project/1f99f594-306e-46b3-94af-8c78bafa023f?fields=security_groups HTTP/1.1" 200 1256 0.023814 10.0.0.240 - - [2026-02-16 02:11:23] "GET /api-access-list/5f3d289b-1b58-4b6b-b5f7-11111356c8bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.005026 10.0.0.240 - - [2026-02-16 02:11:23] "PUT /api-access-list/5f3d289b-1b58-4b6b-b5f7-11111356c8bc HTTP/1.1" 200 265 0.007262 10.0.0.240 - - [2026-02-16 02:11:23] "GET /projects?obj_uuids=a75a5262-ed75-4205-895d-a3de3dce09d4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000921 10.0.0.240 - - [2026-02-16 02:11:23] "GET /project/a75a5262-ed75-4205-895d-a3de3dce09d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.021309 10.0.0.240 - - [2026-02-16 02:11:23] "GET /projects?obj_uuids=a75a5262-ed75-4205-895d-a3de3dce09d4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001169 10.0.0.240 - - [2026-02-16 02:11:23] "GET /project/a75a5262-ed75-4205-895d-a3de3dce09d4?fields=virtual_networks HTTP/1.1" 200 1034 0.067957 10.0.0.240 - - [2026-02-16 02:11:23] "GET /projects?obj_uuids=a75a5262-ed75-4205-895d-a3de3dce09d4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000949 10.0.0.240 - - [2026-02-16 02:11:23] "GET /project/a75a5262-ed75-4205-895d-a3de3dce09d4?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.029574 10.0.0.240 - - [2026-02-16 02:11:23] "GET /projects?obj_uuids=a75a5262-ed75-4205-895d-a3de3dce09d4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000947 10.0.0.240 - - [2026-02-16 02:11:23] "GET /project/a75a5262-ed75-4205-895d-a3de3dce09d4?fields=security_groups HTTP/1.1" 200 1256 0.020594 10.0.0.240 - - [2026-02-16 02:11:24] "POST /fqname-to-id HTTP/1.1" 404 188 0.026525 10.0.0.240 - - [2026-02-16 02:11:24] "GET /projects?obj_uuids=e30b2fc0-3371-446c-b590-f7a34300e5c3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002082 10.0.0.240 - - [2026-02-16 02:11:24] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000962 10.0.0.240 - - [2026-02-16 02:11:24] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005981 10.0.0.240 - - [2026-02-16 02:11:24] "POST /id-to-fqname HTTP/1.1" 200 190 0.001494 10.0.0.240 - - [2026-02-16 02:11:24] "POST /fqname-to-id HTTP/1.1" 404 199 0.002204 10.0.0.240 - - [2026-02-16 02:11:24] "POST /security-groups HTTP/1.1" 200 591 0.063879 10.0.0.240 - - [2026-02-16 02:11:25] "POST /fqname-to-id HTTP/1.1" 404 234 0.002659 10.0.0.240 - - [2026-02-16 02:11:25] "POST /projects HTTP/1.1" 200 585 0.206010 10.0.0.240 - - [2026-02-16 02:11:25] "POST /access-control-lists HTTP/1.1" 200 598 0.056554 10.0.0.240 - - [2026-02-16 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.276181 10.0.0.240 - - [2026-02-16 02:11:25] "POST /fqname-to-id HTTP/1.1" 404 233 0.002532 10.0.0.240 - - [2026-02-16 02:11:25] "GET /project/e30b2fc0-3371-446c-b590-f7a34300e5c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.388944 10.0.0.240 - - [2026-02-16 02:11:25] "POST /access-control-lists HTTP/1.1" 200 596 0.058802 10.0.0.240 - - [2026-02-16 02:11:26] "GET / HTTP/1.1" 200 36215 0.002024 10.0.0.240 - - [2026-02-16 02:11:28] "POST /fqname-to-id HTTP/1.1" 401 293 0.000525 10.0.0.240 - - [2026-02-16 02:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.025770 10.0.0.240 - - [2026-02-16 02:11:28] "GET /api-access-list/5f3d289b-1b58-4b6b-b5f7-11111356c8bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.002342 10.0.0.240 - - [2026-02-16 02:11:28] "GET /api-access-list/5f3d289b-1b58-4b6b-b5f7-11111356c8bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.002743 10.0.0.240 - - [2026-02-16 02:11:28] "GET /api-access-list/5f3d289b-1b58-4b6b-b5f7-11111356c8bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.002790 10.0.0.240 - - [2026-02-16 02:11:28] "PUT /api-access-list/5f3d289b-1b58-4b6b-b5f7-11111356c8bc HTTP/1.1" 200 265 0.007214 10.0.0.240 - - [2026-02-16 02:11:28] "GET /aaa-mode HTTP/1.1" 200 128 0.001003 10.0.0.240 - - [2026-02-16 02:11:29] "GET /obj-perms HTTP/1.1" 200 5075 0.325851 10.0.0.240 - - [2026-02-16 02:11:29] "POST /fqname-to-id HTTP/1.1" 404 188 0.299245 10.0.0.240 - - [2026-02-16 02:11:29] "GET /obj-perms HTTP/1.1" 200 5075 0.067772 10.0.0.240 - - [2026-02-16 02:11:29] "GET /projects?obj_uuids=808b2f24-a7f1-43af-bc56-771f498725bc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001910 10.0.0.240 - - [2026-02-16 02:11:29] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000844 10.0.0.240 - - [2026-02-16 02:11:29] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005824 10.0.0.240 - - [2026-02-16 02:11:29] "POST /id-to-fqname HTTP/1.1" 200 190 0.001606 10.0.0.240 - - [2026-02-16 02:11:29] "POST /fqname-to-id HTTP/1.1" 404 199 0.002116 10.0.0.240 - - [2026-02-16 02:11:29] "POST /security-groups HTTP/1.1" 200 591 0.064284 10.0.0.240 - - [2026-02-16 02:11:29] "POST /fqname-to-id HTTP/1.1" 404 234 0.002298 10.0.0.240 - - [2026-02-16 02:11:29] "POST /projects HTTP/1.1" 200 585 0.213256 10.0.0.240 - - [2026-02-16 02:11:29] "POST /access-control-lists HTTP/1.1" 200 598 0.057164 10.0.0.240 - - [2026-02-16 02:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.283485 10.0.0.240 - - [2026-02-16 02:11:29] "POST /fqname-to-id HTTP/1.1" 404 233 0.002698 10.0.0.240 - - [2026-02-16 02:11:29] "GET /project/808b2f24-a7f1-43af-bc56-771f498725bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.395267 10.0.0.240 - - [2026-02-16 02:11:29] "POST /access-control-lists HTTP/1.1" 200 596 0.056595 10.0.0.240 - - [2026-02-16 02:11:30] "POST /fqname-to-id HTTP/1.1" 404 188 0.020544 10.0.0.240 - - [2026-02-16 02:11:30] "GET /projects?obj_uuids=1636a71a-9d7f-46ad-9e23-62c0608f057c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003706 10.0.0.240 - - [2026-02-16 02:11:30] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000836 10.0.0.240 - - [2026-02-16 02:11:30] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005471 10.0.0.240 - - [2026-02-16 02:11:30] "POST /id-to-fqname HTTP/1.1" 200 190 0.001029 10.0.0.240 - - [2026-02-16 02:11:30] "POST /fqname-to-id HTTP/1.1" 404 199 0.002681 10.0.0.240 - - [2026-02-16 02:11:30] "POST /security-groups HTTP/1.1" 200 591 0.064414 10.0.0.240 - - [2026-02-16 02:11:30] "POST /fqname-to-id HTTP/1.1" 404 234 0.002494 10.0.0.240 - - [2026-02-16 02:11:30] "POST /projects HTTP/1.1" 200 585 0.196120 10.0.0.240 - - [2026-02-16 02:11:30] "POST /access-control-lists HTTP/1.1" 200 598 0.054195 10.0.0.240 - - [2026-02-16 02:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.268008 10.0.0.240 - - [2026-02-16 02:11:30] "POST /fqname-to-id HTTP/1.1" 404 233 0.002265 10.0.0.240 - - [2026-02-16 02:11:30] "GET /project/1636a71a-9d7f-46ad-9e23-62c0608f057c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.381770 10.0.0.240 - - [2026-02-16 02:11:30] "POST /access-control-lists HTTP/1.1" 200 596 0.060127 10.0.0.240 - - [2026-02-16 02:11:31] "GET / HTTP/1.1" 200 36215 0.001873 10.0.0.240 - - [2026-02-16 02:11:31] "GET / HTTP/1.1" 200 36215 0.001360 10.0.0.240 - - [2026-02-16 02:11:32] "POST /fqname-to-id HTTP/1.1" 404 183 0.002583 10.0.0.240 - - [2026-02-16 02:11:32] "POST /api-access-lists HTTP/1.1" 200 523 0.010891 10.0.0.240 - - [2026-02-16 02:11:32] "GET /api-access-list/aeda25fe-5b45-4f04-b4e8-ba44c1e838f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.003610 10.0.0.240 - - [2026-02-16 02:11:32] "GET /api-access-list/aeda25fe-5b45-4f04-b4e8-ba44c1e838f8 HTTP/1.1" 401 293 0.000417 10.0.0.240 - - [2026-02-16 02:11:32] "GET /api-access-list/aeda25fe-5b45-4f04-b4e8-ba44c1e838f8 HTTP/1.1" 200 1291 0.051051 10.0.0.240 - - [2026-02-16 02:11:32] "POST /fqname-to-id HTTP/1.1" 401 293 0.000389 10.0.0.240 - - [2026-02-16 02:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.032599 10.0.0.240 - - [2026-02-16 02:11:33] "GET /projects?obj_uuids=808b2f24-a7f1-43af-bc56-771f498725bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000930 10.0.0.240 - - [2026-02-16 02:11:33] "GET /project/808b2f24-a7f1-43af-bc56-771f498725bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.026427 10.0.0.240 - - [2026-02-16 02:11:33] "GET /virtual-networks?parent_id=808b2f24-a7f1-43af-bc56-771f498725bc&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009827 10.0.0.240 - - [2026-02-16 02:11:33] "POST /virtual-networks HTTP/1.1" 200 585 0.041363 10.0.0.240 - - [2026-02-16 02:11:33] "POST /route-targets HTTP/1.1" 200 328 0.008992 10.0.0.240 - - [2026-02-16 02:11:33] "POST /ref-update HTTP/1.1" 200 156 0.008515 10.0.0.240 - - [2026-02-16 02:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.008916 10.0.0.240 - - [2026-02-16 02:11:33] "GET /network-ipam/39a9548d-a89d-42e3-aa23-8a5558634b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.008674 10.0.0.240 - - [2026-02-16 02:11:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002700 10.0.0.240 - - [2026-02-16 02:11:33] "POST /ref-update HTTP/1.1" 200 156 0.037418 10.0.0.240 - - [2026-02-16 02:11:33] "POST /neutron/network HTTP/1.1" 200 847 0.039652 10.0.0.240 - - [2026-02-16 02:11:33] "POST /neutron/network HTTP/1.1" 200 847 0.014724 10.0.0.240 - - [2026-02-16 02:11:33] "GET /virtual-network/44c3d816-76e6-4fd8-a881-9162ad50fd1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.010293 10.0.0.240 - - [2026-02-16 02:11:33] "POST /neutron/network HTTP/1.1" 200 847 0.014993 10.0.0.240 - - [2026-02-16 02:11:33] "POST /neutron/subnet HTTP/1.1" 200 674 0.023757 10.0.0.240 - - [2026-02-16 02:11:33] "POST /fqname-to-id HTTP/1.1" 401 293 0.000381 10.0.0.240 - - [2026-02-16 02:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.035713 10.0.0.240 - - [2026-02-16 02:11:34] "GET /projects?obj_uuids=1636a71a-9d7f-46ad-9e23-62c0608f057c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000924 10.0.0.240 - - [2026-02-16 02:11:34] "GET /project/1636a71a-9d7f-46ad-9e23-62c0608f057c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.028143 10.0.0.240 - - [2026-02-16 02:11:34] "GET /virtual-networks?parent_id=1636a71a-9d7f-46ad-9e23-62c0608f057c&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009604 10.0.0.240 - - [2026-02-16 02:11:34] "POST /virtual-networks HTTP/1.1" 200 585 0.040236 10.0.0.240 - - [2026-02-16 02:11:34] "POST /route-targets HTTP/1.1" 200 328 0.007775 10.0.0.240 - - [2026-02-16 02:11:34] "POST /ref-update HTTP/1.1" 200 156 0.011324 10.0.0.240 - - [2026-02-16 02:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.010544 10.0.0.240 - - [2026-02-16 02:11:34] "GET /network-ipam/39a9548d-a89d-42e3-aa23-8a5558634b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.009614 10.0.0.240 - - [2026-02-16 02:11:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001949 10.0.0.240 - - [2026-02-16 02:11:34] "POST /ref-update HTTP/1.1" 200 156 0.040333 10.0.0.240 - - [2026-02-16 02:11:34] "POST /neutron/network HTTP/1.1" 200 848 0.035939 10.0.0.240 - - [2026-02-16 02:11:34] "POST /neutron/network HTTP/1.1" 200 848 0.016071 10.0.0.240 - - [2026-02-16 02:11:34] "GET /virtual-network/734caf33-f703-4347-bc7d-aba1307ade80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.009992 10.0.0.240 - - [2026-02-16 02:11:34] "POST /neutron/network HTTP/1.1" 200 848 0.015655 10.0.0.240 - - [2026-02-16 02:11:34] "POST /neutron/subnet HTTP/1.1" 200 679 0.020545 10.0.0.240 - - [2026-02-16 02:11:34] "GET /virtual-network/44c3d816-76e6-4fd8-a881-9162ad50fd1b HTTP/1.1" 401 293 0.000311 10.0.0.240 - - [2026-02-16 02:11:34] "GET /virtual-network/44c3d816-76e6-4fd8-a881-9162ad50fd1b HTTP/1.1" 200 2314 0.034337 10.0.0.240 - - [2026-02-16 02:11:34] "GET /virtual-network/44c3d816-76e6-4fd8-a881-9162ad50fd1b HTTP/1.1" 401 293 0.000396 10.0.0.240 - - [2026-02-16 02:11:35] "GET /virtual-network/44c3d816-76e6-4fd8-a881-9162ad50fd1b HTTP/1.1" 403 376 0.029108 10.0.0.240 - - [2026-02-16 02:11:35] "GET /virtual-network/44c3d816-76e6-4fd8-a881-9162ad50fd1b HTTP/1.1" 200 2314 0.004102 10.0.0.240 - - [2026-02-16 02:11:35] "GET /virtual-networks HTTP/1.1" 200 372 0.013855 10.0.0.240 - - [2026-02-16 02:11:35] "GET /virtual-networks HTTP/1.1" 200 372 0.012853 10.0.0.240 - - [2026-02-16 02:11:35] "GET /obj-perms HTTP/1.1" 403 257 0.027042 10.0.0.240 - - [2026-02-16 02:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.001897 10.0.0.240 - - [2026-02-16 02:11:35] "GET /virtual-network/44c3d816-76e6-4fd8-a881-9162ad50fd1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.010665 10.0.0.240 - - [2026-02-16 02:11:36] "GET /obj-perms HTTP/1.1" 403 257 0.027548 10.0.0.240 - - [2026-02-16 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004955 10.0.0.240 - - [2026-02-16 02:11:36] "GET /virtual-network/44c3d816-76e6-4fd8-a881-9162ad50fd1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.006989 10.0.0.240 - - [2026-02-16 02:11:36] "GET /obj-perms HTTP/1.1" 200 5049 0.045953 10.0.0.240 - - [2026-02-16 02:11:36] "GET /obj-perms HTTP/1.1" 403 257 0.006480 10.0.0.240 - - [2026-02-16 02:11:36] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.016109 10.0.0.240 - - [2026-02-16 02:11:36] "GET /obj-perms HTTP/1.1" 403 257 0.007754 10.0.0.240 - - [2026-02-16 02:11:36] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.015892 10.0.0.240 - - [2026-02-16 02:11:36] "GET /obj-perms HTTP/1.1" 200 5049 0.002810 10.0.0.240 - - [2026-02-16 02:11:36] "PUT /virtual-network/44c3d816-76e6-4fd8-a881-9162ad50fd1b HTTP/1.1" 200 265 0.022597 10.0.0.240 - - [2026-02-16 02:11:36] "GET /virtual-networks HTTP/1.1" 200 132 0.016612 10.0.0.240 - - [2026-02-16 02:11:36] "GET /virtual-networks HTTP/1.1" 200 613 0.013761 10.0.0.240 - - [2026-02-16 02:11:36] "GET /virtual-networks HTTP/1.1" 200 1435 0.001914 10.0.0.240 - - [2026-02-16 02:11:36] "GET /obj-perms HTTP/1.1" 403 257 0.006077 10.0.0.240 - - [2026-02-16 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001824 10.0.0.240 - - [2026-02-16 02:11:36] "GET /virtual-network/44c3d816-76e6-4fd8-a881-9162ad50fd1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.009666 10.0.0.240 - - [2026-02-16 02:11:37] "GET /obj-perms HTTP/1.1" 403 257 0.031304 10.0.0.240 - - [2026-02-16 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002350 10.0.0.240 - - [2026-02-16 02:11:37] "GET /virtual-network/44c3d816-76e6-4fd8-a881-9162ad50fd1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008417 10.0.0.240 - - [2026-02-16 02:11:37] "GET /obj-perms HTTP/1.1" 403 257 0.006248 10.0.0.240 - - [2026-02-16 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002490 10.0.0.240 - - [2026-02-16 02:11:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000394 10.0.0.240 - - [2026-02-16 02:11:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000348 10.0.0.240 - - [2026-02-16 02:11:37] "GET /virtual-network/44c3d816-76e6-4fd8-a881-9162ad50fd1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.011429 10.0.0.240 - - [2026-02-16 02:11:37] "GET /obj-perms HTTP/1.1" 200 5049 0.004989 10.0.0.240 - - [2026-02-16 02:11:37] "GET /obj-perms HTTP/1.1" 403 257 0.008053 10.0.0.240 - - [2026-02-16 02:11:37] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016131 10.0.0.240 - - [2026-02-16 02:11:37] "GET /obj-perms HTTP/1.1" 403 257 0.008163 10.0.0.240 - - [2026-02-16 02:11:37] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 613 0.014014 10.0.0.240 - - [2026-02-16 02:11:37] "GET /obj-perms HTTP/1.1" 200 5049 0.002780 10.0.0.240 - - [2026-02-16 02:11:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000351 10.0.0.240 - - [2026-02-16 02:11:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000334 10.0.0.240 - - [2026-02-16 02:11:37] "PUT /virtual-network/44c3d816-76e6-4fd8-a881-9162ad50fd1b HTTP/1.1" 200 265 0.027978 10.0.0.240 - - [2026-02-16 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.240 - - [2026-02-16 02:11:37] "POST /useragent-kv HTTP/1.1" 200 115 0.001654 10.0.0.240 - - [2026-02-16 02:11:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002041 10.0.0.240 - - [2026-02-16 02:11:37] "DELETE /virtual-network/734caf33-f703-4347-bc7d-aba1307ade80 HTTP/1.1" 200 115 0.072305 10.0.0.240 - - [2026-02-16 02:11:38] "DELETE /route-target/81914559-ad42-493e-baee-90592c758caa HTTP/1.1" 200 115 0.022791 10.0.0.240 - - [2026-02-16 02:11:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002409 10.0.0.240 - - [2026-02-16 02:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.240 - - [2026-02-16 02:11:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001349 10.0.0.240 - - [2026-02-16 02:11:38] "DELETE /virtual-network/44c3d816-76e6-4fd8-a881-9162ad50fd1b HTTP/1.1" 200 115 0.061898 10.0.0.240 - - [2026-02-16 02:11:38] "DELETE /route-target/74f9414f-ccd9-448a-a56e-76b286311ee8 HTTP/1.1" 200 115 0.020833 10.0.0.240 - - [2026-02-16 02:11:38] "DELETE /api-access-list/aeda25fe-5b45-4f04-b4e8-ba44c1e838f8 HTTP/1.1" 200 115 0.029338 10.0.0.240 - - [2026-02-16 02:11:38] "GET /api-access-list/aeda25fe-5b45-4f04-b4e8-ba44c1e838f8 HTTP/1.1" 404 171 0.002451 10.0.0.240 - - [2026-02-16 02:11:38] "GET /projects?obj_uuids=1636a71a-9d7f-46ad-9e23-62c0608f057c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000909 10.0.0.240 - - [2026-02-16 02:11:38] "GET /project/1636a71a-9d7f-46ad-9e23-62c0608f057c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.023420 10.0.0.240 - - [2026-02-16 02:11:38] "GET /projects?obj_uuids=1636a71a-9d7f-46ad-9e23-62c0608f057c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001079 10.0.0.240 - - [2026-02-16 02:11:38] "GET /project/1636a71a-9d7f-46ad-9e23-62c0608f057c?fields=virtual_networks HTTP/1.1" 200 1044 0.069281 10.0.0.240 - - [2026-02-16 02:11:38] "GET /projects?obj_uuids=1636a71a-9d7f-46ad-9e23-62c0608f057c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000930 10.0.0.240 - - [2026-02-16 02:11:38] "GET /project/1636a71a-9d7f-46ad-9e23-62c0608f057c?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.021191 10.0.0.240 - - [2026-02-16 02:11:38] "GET /projects?obj_uuids=1636a71a-9d7f-46ad-9e23-62c0608f057c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000866 10.0.0.240 - - [2026-02-16 02:11:38] "GET /project/1636a71a-9d7f-46ad-9e23-62c0608f057c?fields=security_groups HTTP/1.1" 200 1271 0.022036 10.0.0.240 - - [2026-02-16 02:11:38] "GET /projects?obj_uuids=808b2f24-a7f1-43af-bc56-771f498725bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000840 10.0.0.240 - - [2026-02-16 02:11:39] "GET /project/808b2f24-a7f1-43af-bc56-771f498725bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.021558 10.0.0.240 - - [2026-02-16 02:11:39] "GET /projects?obj_uuids=808b2f24-a7f1-43af-bc56-771f498725bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000960 10.0.0.240 - - [2026-02-16 02:11:39] "GET /project/808b2f24-a7f1-43af-bc56-771f498725bc?fields=virtual_networks HTTP/1.1" 200 1044 0.064288 10.0.0.240 - - [2026-02-16 02:11:39] "GET /projects?obj_uuids=808b2f24-a7f1-43af-bc56-771f498725bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000918 10.0.0.240 - - [2026-02-16 02:11:39] "GET /project/808b2f24-a7f1-43af-bc56-771f498725bc?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.025881 10.0.0.240 - - [2026-02-16 02:11:39] "GET /projects?obj_uuids=808b2f24-a7f1-43af-bc56-771f498725bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000883 10.0.0.240 - - [2026-02-16 02:11:39] "GET /project/808b2f24-a7f1-43af-bc56-771f498725bc?fields=security_groups HTTP/1.1" 200 1271 0.022768 10.0.0.240 - - [2026-02-16 02:11:39] "GET /aaa-mode HTTP/1.1" 200 128 0.001024 10.0.0.240 - - [2026-02-16 02:11:40] "GET / HTTP/1.1" 200 36215 0.001614 10.0.0.240 - - [2026-02-16 02:11:41] "GET / HTTP/1.1" 200 36215 0.001650 10.0.0.240 - - [2026-02-16 02:11:41] "POST /fqname-to-id HTTP/1.1" 401 293 0.000440 10.0.0.240 - - [2026-02-16 02:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.057110 10.0.0.240 - - [2026-02-16 02:11:41] "GET /projects?obj_uuids=e30b2fc0-3371-446c-b590-f7a34300e5c3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000878 10.0.0.240 - - [2026-02-16 02:11:41] "GET /project/e30b2fc0-3371-446c-b590-f7a34300e5c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.028680 10.0.0.240 - - [2026-02-16 02:11:42] "GET /virtual-networks?parent_id=e30b2fc0-3371-446c-b590-f7a34300e5c3&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008821 10.0.0.240 - - [2026-02-16 02:11:42] "POST /fqname-to-id HTTP/1.1" 404 197 0.007086 10.0.0.240 - - [2026-02-16 02:11:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.008144 10.0.0.240 - - [2026-02-16 02:11:42] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000933 10.0.0.240 - - [2026-02-16 02:11:42] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.010827 10.0.0.240 - - [2026-02-16 02:11:42] "POST /service-templates HTTP/1.1" 403 264 0.005765 10.0.0.240 - - [2026-02-16 02:11:42] "POST /fqname-to-id HTTP/1.1" 404 215 0.002153 10.0.0.240 - - [2026-02-16 02:11:42] "POST /api-access-lists HTTP/1.1" 200 557 0.012098 10.0.0.240 - - [2026-02-16 02:11:42] "GET /api-access-list/e2ab3364-fe71-4c44-bb6e-56784f98ab8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.003660 10.0.0.240 - - [2026-02-16 02:11:42] "GET /api-access-list/e2ab3364-fe71-4c44-bb6e-56784f98ab8c HTTP/1.1" 200 1325 0.003911 10.0.0.240 - - [2026-02-16 02:11:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.009270 10.0.0.240 - - [2026-02-16 02:11:42] "GET /projects?obj_uuids=e30b2fc0-3371-446c-b590-f7a34300e5c3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000828 10.0.0.240 - - [2026-02-16 02:11:42] "GET /project/e30b2fc0-3371-446c-b590-f7a34300e5c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.026395 10.0.0.240 - - [2026-02-16 02:11:42] "GET /virtual-networks?parent_id=e30b2fc0-3371-446c-b590-f7a34300e5c3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008948 10.0.0.240 - - [2026-02-16 02:11:42] "POST /virtual-networks HTTP/1.1" 200 585 0.044408 10.0.0.240 - - [2026-02-16 02:11:42] "POST /route-targets HTTP/1.1" 200 328 0.008252 10.0.0.240 - - [2026-02-16 02:11:42] "POST /ref-update HTTP/1.1" 200 156 0.007979 10.0.0.240 - - [2026-02-16 02:11:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.008959 10.0.0.240 - - [2026-02-16 02:11:42] "GET /network-ipam/39a9548d-a89d-42e3-aa23-8a5558634b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.009430 10.0.0.240 - - [2026-02-16 02:11:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002739 10.0.0.240 - - [2026-02-16 02:11:42] "POST /ref-update HTTP/1.1" 200 156 0.037025 10.0.0.240 - - [2026-02-16 02:11:42] "POST /neutron/network HTTP/1.1" 200 848 0.035972 10.0.0.240 - - [2026-02-16 02:11:42] "POST /neutron/network HTTP/1.1" 200 848 0.015809 10.0.0.240 - - [2026-02-16 02:11:42] "GET /virtual-network/14f43f63-1df1-46f8-a746-75a239f60080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.009548 10.0.0.240 - - [2026-02-16 02:11:42] "POST /neutron/network HTTP/1.1" 200 848 0.014045 10.0.0.240 - - [2026-02-16 02:11:42] "POST /neutron/subnet HTTP/1.1" 200 676 0.021064 10.0.0.240 - - [2026-02-16 02:11:42] "POST /neutron/network HTTP/1.1" 200 848 0.053840 10.0.0.240 - - [2026-02-16 02:11:43] "GET /virtual-network/14f43f63-1df1-46f8-a746-75a239f60080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.004097 10.0.0.240 - - [2026-02-16 02:11:43] "GET /network-ipam/39a9548d-a89d-42e3-aa23-8a5558634b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.002586 10.0.0.240 - - [2026-02-16 02:11:43] "GET /domains HTTP/1.1" 200 281 0.002541 10.0.0.240 - - [2026-02-16 02:11:43] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000950 10.0.0.240 - - [2026-02-16 02:11:43] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 3503 0.006070 10.0.0.240 - - [2026-02-16 02:11:43] "GET /projects?obj_uuids=e30b2fc0-3371-446c-b590-f7a34300e5c3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000829 10.0.0.240 - - [2026-02-16 02:11:43] "GET /project/e30b2fc0-3371-446c-b590-f7a34300e5c3 HTTP/1.1" 200 2370 0.061343 10.0.0.240 - - [2026-02-16 02:11:43] "GET /virtual-network/14f43f63-1df1-46f8-a746-75a239f60080 HTTP/1.1" 200 2315 0.004756 10.0.0.240 - - [2026-02-16 02:11:43] "GET /virtual-network/14f43f63-1df1-46f8-a746-75a239f60080 HTTP/1.1" 200 2315 0.004266 10.0.0.240 - - [2026-02-16 02:11:43] "GET /routing-instance/4edcc5f6-d5a5-4794-a0b9-6ce20ac3031d HTTP/1.1" 200 1558 0.003174 10.0.0.240 - - [2026-02-16 02:11:43] "GET /routing-instance/4edcc5f6-d5a5-4794-a0b9-6ce20ac3031d HTTP/1.1" 200 1558 0.002910 10.0.0.240 - - [2026-02-16 02:11:43] "GET /route-target/05d62c11-f190-461a-8245-719577207f68 HTTP/1.1" 200 1244 0.002658 10.0.0.240 - - [2026-02-16 02:11:43] "GET /virtual-network/14f43f63-1df1-46f8-a746-75a239f60080 HTTP/1.1" 200 2315 0.004132 10.0.0.240 - - [2026-02-16 02:11:43] "GET /routing-instance/4edcc5f6-d5a5-4794-a0b9-6ce20ac3031d HTTP/1.1" 200 1558 0.002724 10.0.0.240 - - [2026-02-16 02:11:43] "GET /virtual-network/14f43f63-1df1-46f8-a746-75a239f60080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.004187 10.0.0.240 - - [2026-02-16 02:11:43] "GET /virtual-network/14f43f63-1df1-46f8-a746-75a239f60080 HTTP/1.1" 200 2315 0.003775 10.0.0.240 - - [2026-02-16 02:11:43] "GET /routing-instance/4edcc5f6-d5a5-4794-a0b9-6ce20ac3031d HTTP/1.1" 200 1558 0.002442 10.0.0.240 - - [2026-02-16 02:11:43] "GET /routing-instance/4edcc5f6-d5a5-4794-a0b9-6ce20ac3031d HTTP/1.1" 200 1558 0.002383 10.0.0.240 - - [2026-02-16 02:11:43] "GET /route-target/05d62c11-f190-461a-8245-719577207f68 HTTP/1.1" 200 1244 0.002104 10.0.0.240 - - [2026-02-16 02:11:43] "GET /domains HTTP/1.1" 200 281 0.002485 10.0.0.240 - - [2026-02-16 02:11:43] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001292 10.0.0.240 - - [2026-02-16 02:11:43] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8 HTTP/1.1" 200 3503 0.006824 10.0.0.240 - - [2026-02-16 02:11:43] "GET /projects?obj_uuids=e30b2fc0-3371-446c-b590-f7a34300e5c3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001112 10.0.0.240 - - [2026-02-16 02:11:43] "GET /project/e30b2fc0-3371-446c-b590-f7a34300e5c3 HTTP/1.1" 200 2370 0.063851 10.0.0.240 - - [2026-02-16 02:11:43] "GET /virtual-network/14f43f63-1df1-46f8-a746-75a239f60080 HTTP/1.1" 200 2315 0.004490 10.0.0.240 - - [2026-02-16 02:11:43] "GET /obj-perms HTTP/1.1" 200 5049 0.002367 10.0.0.240 - - [2026-02-16 02:11:43] "POST /fqname-to-id HTTP/1.1" 404 197 0.007640 10.0.0.240 - - [2026-02-16 02:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.007205 10.0.0.240 - - [2026-02-16 02:11:43] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001065 10.0.0.240 - - [2026-02-16 02:11:43] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.014114 10.0.0.240 - - [2026-02-16 02:11:43] "POST /service-templates HTTP/1.1" 403 264 0.007630 10.0.0.240 - - [2026-02-16 02:11:43] "POST /fqname-to-id HTTP/1.1" 404 183 0.002444 10.0.0.240 - - [2026-02-16 02:11:43] "POST /api-access-lists HTTP/1.1" 200 523 0.010976 10.0.0.240 - - [2026-02-16 02:11:43] "GET /api-access-list/af452220-7d50-4a5a-8ca9-ba661cd11d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.004196 10.0.0.240 - - [2026-02-16 02:11:43] "GET /api-access-list/af452220-7d50-4a5a-8ca9-ba661cd11d70 HTTP/1.1" 200 1292 0.003121 10.0.0.240 - - [2026-02-16 02:11:43] "POST /fqname-to-id HTTP/1.1" 404 197 0.007986 10.0.0.240 - - [2026-02-16 02:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.007648 10.0.0.240 - - [2026-02-16 02:11:43] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000936 10.0.0.240 - - [2026-02-16 02:11:43] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.012155 10.0.0.240 - - [2026-02-16 02:11:43] "POST /service-templates HTTP/1.1" 200 553 0.021834 10.0.0.240 - - [2026-02-16 02:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.010025 10.0.0.240 - - [2026-02-16 02:11:43] "GET /service-template/39c38c4f-4053-41d9-88d3-d833833505f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.009971 10.0.0.240 - - [2026-02-16 02:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.009178 10.0.0.240 - - [2026-02-16 02:11:43] "GET /service-template/39c38c4f-4053-41d9-88d3-d833833505f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.009871 10.0.0.240 - - [2026-02-16 02:11:44] "GET /virtual-network/14f43f63-1df1-46f8-a746-75a239f60080 HTTP/1.1" 401 293 0.000437 10.0.0.240 - - [2026-02-16 02:11:44] "GET /virtual-network/14f43f63-1df1-46f8-a746-75a239f60080 HTTP/1.1" 403 263 0.031477 10.0.0.240 - - [2026-02-16 02:11:44] "GET /service-template/39c38c4f-4053-41d9-88d3-d833833505f5 HTTP/1.1" 403 264 0.013093 10.0.0.240 - - [2026-02-16 02:11:44] "GET /service-template/39c38c4f-4053-41d9-88d3-d833833505f5 HTTP/1.1" 403 264 0.031168 10.0.0.240 - - [2026-02-16 02:11:45] "GET /obj-perms HTTP/1.1" 403 257 0.029258 10.0.0.240 - - [2026-02-16 02:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.001841 10.0.0.240 - - [2026-02-16 02:11:45] "GET /virtual-network/14f43f63-1df1-46f8-a746-75a239f60080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007069 10.0.0.240 - - [2026-02-16 02:11:45] "GET /obj-perms HTTP/1.1" 403 257 0.006586 10.0.0.240 - - [2026-02-16 02:11:45] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007502 10.0.0.240 - - [2026-02-16 02:11:45] "GET /api-access-list/e2ab3364-fe71-4c44-bb6e-56784f98ab8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.002985 10.0.0.240 - - [2026-02-16 02:11:45] "PUT /api-access-list/e2ab3364-fe71-4c44-bb6e-56784f98ab8c HTTP/1.1" 200 265 0.008765 10.0.0.240 - - [2026-02-16 02:11:45] "GET /api-access-list/e2ab3364-fe71-4c44-bb6e-56784f98ab8c HTTP/1.1" 200 1462 0.003058 10.0.0.240 - - [2026-02-16 02:11:45] "GET /virtual-network/14f43f63-1df1-46f8-a746-75a239f60080 HTTP/1.1" 200 2315 0.012652 10.0.0.240 - - [2026-02-16 02:11:45] "POST /fqname-to-id HTTP/1.1" 401 293 0.000317 10.0.0.240 - - [2026-02-16 02:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.031333 10.0.0.240 - - [2026-02-16 02:11:45] "GET /projects?obj_uuids=e30b2fc0-3371-446c-b590-f7a34300e5c3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000993 10.0.0.240 - - [2026-02-16 02:11:45] "GET /project/e30b2fc0-3371-446c-b590-f7a34300e5c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.033351 10.0.0.240 - - [2026-02-16 02:11:45] "GET /virtual-networks?parent_id=e30b2fc0-3371-446c-b590-f7a34300e5c3&detail=False&count=False&shared=False HTTP/1.1" 200 372 0.013621 10.0.0.240 - - [2026-02-16 02:11:45] "POST /virtual-networks HTTP/1.1" 403 263 0.008614 10.0.0.240 - - [2026-02-16 02:11:45] "GET /service-template/39c38c4f-4053-41d9-88d3-d833833505f5 HTTP/1.1" 403 264 0.007578 10.0.0.240 - - [2026-02-16 02:11:46] "GET /service-template/39c38c4f-4053-41d9-88d3-d833833505f5 HTTP/1.1" 403 264 0.028890 10.0.0.240 - - [2026-02-16 02:11:46] "GET /obj-perms HTTP/1.1" 403 257 0.006331 10.0.0.240 - - [2026-02-16 02:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.001818 10.0.0.240 - - [2026-02-16 02:11:46] "GET /virtual-network/14f43f63-1df1-46f8-a746-75a239f60080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.012950 10.0.0.240 - - [2026-02-16 02:11:46] "GET /obj-perms HTTP/1.1" 403 257 0.007879 10.0.0.240 - - [2026-02-16 02:11:46] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.015118 10.0.0.240 - - [2026-02-16 02:11:46] "GET /api-access-list/af452220-7d50-4a5a-8ca9-ba661cd11d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.002809 10.0.0.240 - - [2026-02-16 02:11:46] "PUT /api-access-list/af452220-7d50-4a5a-8ca9-ba661cd11d70 HTTP/1.1" 200 265 0.006698 10.0.0.240 - - [2026-02-16 02:11:46] "GET /api-access-list/af452220-7d50-4a5a-8ca9-ba661cd11d70 HTTP/1.1" 200 1430 0.003016 10.0.0.240 - - [2026-02-16 02:11:46] "GET /service-template/39c38c4f-4053-41d9-88d3-d833833505f5 HTTP/1.1" 200 1854 0.010150 10.0.0.240 - - [2026-02-16 02:11:46] "POST /fqname-to-id HTTP/1.1" 404 197 0.006748 10.0.0.240 - - [2026-02-16 02:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.007823 10.0.0.240 - - [2026-02-16 02:11:46] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.240 - - [2026-02-16 02:11:46] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.012972 10.0.0.240 - - [2026-02-16 02:11:46] "POST /service-templates HTTP/1.1" 403 264 0.007334 10.0.0.240 - - [2026-02-16 02:11:46] "GET /api-access-list/e2ab3364-fe71-4c44-bb6e-56784f98ab8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.002805 10.0.0.240 - - [2026-02-16 02:11:46] "PUT /api-access-list/e2ab3364-fe71-4c44-bb6e-56784f98ab8c HTTP/1.1" 200 265 0.006768 10.0.0.240 - - [2026-02-16 02:11:46] "GET /api-access-list/e2ab3364-fe71-4c44-bb6e-56784f98ab8c HTTP/1.1" 200 1325 0.002870 10.0.0.240 - - [2026-02-16 02:11:46] "GET /api-access-list/af452220-7d50-4a5a-8ca9-ba661cd11d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.002518 10.0.0.240 - - [2026-02-16 02:11:46] "PUT /api-access-list/af452220-7d50-4a5a-8ca9-ba661cd11d70 HTTP/1.1" 200 265 0.009548 10.0.0.240 - - [2026-02-16 02:11:46] "GET /api-access-list/af452220-7d50-4a5a-8ca9-ba661cd11d70 HTTP/1.1" 200 1292 0.003232 10.0.0.240 - - [2026-02-16 02:11:46] "GET /virtual-network/14f43f63-1df1-46f8-a746-75a239f60080 HTTP/1.1" 403 263 0.007309 10.0.0.240 - - [2026-02-16 02:11:47] "GET /virtual-network/14f43f63-1df1-46f8-a746-75a239f60080 HTTP/1.1" 403 263 0.029726 10.0.0.240 - - [2026-02-16 02:11:47] "GET /service-template/39c38c4f-4053-41d9-88d3-d833833505f5 HTTP/1.1" 403 264 0.006738 10.0.0.240 - - [2026-02-16 02:11:47] "GET /service-template/39c38c4f-4053-41d9-88d3-d833833505f5 HTTP/1.1" 403 264 0.028695 10.0.0.240 - - [2026-02-16 02:11:47] "GET /obj-perms HTTP/1.1" 403 257 0.005959 10.0.0.240 - - [2026-02-16 02:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.001851 10.0.0.240 - - [2026-02-16 02:11:47] "GET /virtual-network/14f43f63-1df1-46f8-a746-75a239f60080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007534 10.0.0.240 - - [2026-02-16 02:11:47] "GET /obj-perms HTTP/1.1" 403 257 0.029414 10.0.0.240 - - [2026-02-16 02:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.001807 10.0.0.240 - - [2026-02-16 02:11:47] "GET /virtual-network/14f43f63-1df1-46f8-a746-75a239f60080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.006902 10.0.0.240 - - [2026-02-16 02:11:47] "GET /obj-perms HTTP/1.1" 403 257 0.007131 10.0.0.240 - - [2026-02-16 02:11:48] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007343 10.0.0.240 - - [2026-02-16 02:11:48] "GET /api-access-list/5f3d289b-1b58-4b6b-b5f7-11111356c8bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.003133 10.0.0.240 - - [2026-02-16 02:11:48] "PUT /api-access-list/5f3d289b-1b58-4b6b-b5f7-11111356c8bc HTTP/1.1" 200 265 0.009227 10.0.0.240 - - [2026-02-16 02:11:48] "GET /service-template/39c38c4f-4053-41d9-88d3-d833833505f5 HTTP/1.1" 200 1854 0.009543 10.0.0.240 - - [2026-02-16 02:11:48] "GET /virtual-network/14f43f63-1df1-46f8-a746-75a239f60080 HTTP/1.1" 200 2315 0.010225 10.0.0.240 - - [2026-02-16 02:11:48] "GET /obj-perms HTTP/1.1" 403 257 0.006436 10.0.0.240 - - [2026-02-16 02:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.001951 10.0.0.240 - - [2026-02-16 02:11:48] "GET /virtual-network/14f43f63-1df1-46f8-a746-75a239f60080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.012094 10.0.0.240 - - [2026-02-16 02:11:48] "GET /obj-perms HTTP/1.1" 403 257 0.008754 10.0.0.240 - - [2026-02-16 02:11:48] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.015123 10.0.0.240 - - [2026-02-16 02:11:48] "DELETE /api-access-list/e2ab3364-fe71-4c44-bb6e-56784f98ab8c HTTP/1.1" 200 115 0.018088 10.0.0.240 - - [2026-02-16 02:11:48] "GET /api-access-list/e2ab3364-fe71-4c44-bb6e-56784f98ab8c HTTP/1.1" 404 171 0.001817 10.0.0.240 - - [2026-02-16 02:11:48] "DELETE /api-access-list/af452220-7d50-4a5a-8ca9-ba661cd11d70 HTTP/1.1" 200 115 0.015013 10.0.0.240 - - [2026-02-16 02:11:48] "GET /api-access-list/af452220-7d50-4a5a-8ca9-ba661cd11d70 HTTP/1.1" 404 171 0.002183 10.0.0.240 - - [2026-02-16 02:11:48] "GET /virtual-network/14f43f63-1df1-46f8-a746-75a239f60080 HTTP/1.1" 401 293 0.000305 10.0.0.240 - - [2026-02-16 02:11:48] "GET /virtual-network/14f43f63-1df1-46f8-a746-75a239f60080 HTTP/1.1" 403 263 0.030124 10.0.0.240 - - [2026-02-16 02:11:48] "GET /service-template/39c38c4f-4053-41d9-88d3-d833833505f5 HTTP/1.1" 403 264 0.005593 10.0.0.240 - - [2026-02-16 02:11:49] "GET /service-template/39c38c4f-4053-41d9-88d3-d833833505f5 HTTP/1.1" 403 264 0.028429 10.0.0.240 - - [2026-02-16 02:11:49] "GET /obj-perms HTTP/1.1" 403 257 0.027013 10.0.0.240 - - [2026-02-16 02:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002129 10.0.0.240 - - [2026-02-16 02:11:49] "GET /virtual-network/14f43f63-1df1-46f8-a746-75a239f60080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.006101 10.0.0.240 - - [2026-02-16 02:11:49] "GET /obj-perms HTTP/1.1" 403 257 0.006291 10.0.0.240 - - [2026-02-16 02:11:49] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.005759 10.0.0.240 - - [2026-02-16 02:11:49] "GET /api-access-list/5f3d289b-1b58-4b6b-b5f7-11111356c8bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2687 0.003190 10.0.0.240 - - [2026-02-16 02:11:49] "PUT /api-access-list/5f3d289b-1b58-4b6b-b5f7-11111356c8bc HTTP/1.1" 200 265 0.007070 10.0.0.240 - - [2026-02-16 02:11:49] "GET /virtual-network/14f43f63-1df1-46f8-a746-75a239f60080 HTTP/1.1" 200 2315 0.012514 10.0.0.240 - - [2026-02-16 02:11:49] "GET /service-template/39c38c4f-4053-41d9-88d3-d833833505f5 HTTP/1.1" 200 1854 0.008037 10.0.0.240 - - [2026-02-16 02:11:49] "GET /obj-perms HTTP/1.1" 403 257 0.005260 10.0.0.240 - - [2026-02-16 02:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002590 10.0.0.240 - - [2026-02-16 02:11:49] "GET /virtual-network/14f43f63-1df1-46f8-a746-75a239f60080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.010590 10.0.0.240 - - [2026-02-16 02:11:49] "GET /obj-perms HTTP/1.1" 403 257 0.005564 10.0.0.240 - - [2026-02-16 02:11:49] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.012637 10.0.0.240 - - [2026-02-16 02:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.007547 10.0.0.240 - - [2026-02-16 02:11:49] "DELETE /service-template/39c38c4f-4053-41d9-88d3-d833833505f5 HTTP/1.1" 200 115 0.017254 10.0.0.240 - - [2026-02-16 02:11:49] "POST /fqname-to-id HTTP/1.1" 404 197 0.007131 10.0.0.240 - - [2026-02-16 02:11:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002580 10.0.0.240 - - [2026-02-16 02:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.240 - - [2026-02-16 02:11:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001397 10.0.0.240 - - [2026-02-16 02:11:50] "DELETE /virtual-network/14f43f63-1df1-46f8-a746-75a239f60080 HTTP/1.1" 200 115 0.056415 10.0.0.240 - - [2026-02-16 02:11:50] "DELETE /route-target/05d62c11-f190-461a-8245-719577207f68 HTTP/1.1" 200 115 0.012115 10.0.0.240 - - [2026-02-16 02:11:50] "GET /api-access-list/5f3d289b-1b58-4b6b-b5f7-11111356c8bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.003223 10.0.0.240 - - [2026-02-16 02:11:50] "PUT /api-access-list/5f3d289b-1b58-4b6b-b5f7-11111356c8bc HTTP/1.1" 200 265 0.007852 10.0.0.240 - - [2026-02-16 02:11:50] "GET /api-access-list/5f3d289b-1b58-4b6b-b5f7-11111356c8bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.003368 10.0.0.240 - - [2026-02-16 02:11:50] "PUT /api-access-list/5f3d289b-1b58-4b6b-b5f7-11111356c8bc HTTP/1.1" 200 265 0.008585 10.0.0.240 - - [2026-02-16 02:11:51] "GET /api-access-list/5f3d289b-1b58-4b6b-b5f7-11111356c8bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.003065 10.0.0.240 - - [2026-02-16 02:11:51] "PUT /api-access-list/5f3d289b-1b58-4b6b-b5f7-11111356c8bc HTTP/1.1" 200 265 0.006984 10.0.0.240 - - [2026-02-16 02:11:51] "GET /projects?obj_uuids=e30b2fc0-3371-446c-b590-f7a34300e5c3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001191 10.0.0.240 - - [2026-02-16 02:11:51] "GET /project/e30b2fc0-3371-446c-b590-f7a34300e5c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.023860 10.0.0.240 - - [2026-02-16 02:11:51] "GET /projects?obj_uuids=e30b2fc0-3371-446c-b590-f7a34300e5c3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000889 10.0.0.240 - - [2026-02-16 02:11:51] "GET /project/e30b2fc0-3371-446c-b590-f7a34300e5c3?fields=virtual_networks HTTP/1.1" 200 1045 0.064797 10.0.0.240 - - [2026-02-16 02:11:51] "GET /projects?obj_uuids=e30b2fc0-3371-446c-b590-f7a34300e5c3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001048 10.0.0.240 - - [2026-02-16 02:11:51] "GET /project/e30b2fc0-3371-446c-b590-f7a34300e5c3?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.020987 10.0.0.240 - - [2026-02-16 02:11:51] "GET /projects?obj_uuids=e30b2fc0-3371-446c-b590-f7a34300e5c3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001027 10.0.0.240 - - [2026-02-16 02:11:51] "GET /project/e30b2fc0-3371-446c-b590-f7a34300e5c3?fields=security_groups HTTP/1.1" 200 1272 0.022152 10.0.0.240 - - [2026-02-16 02:11:52] "GET /projects?obj_uuids=b3f75522-8a93-4731-99ba-d4bda120c66a&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001150 10.0.0.240 - - [2026-02-16 02:11:52] "GET /project/b3f75522-8a93-4731-99ba-d4bda120c66a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.021221 [Introspect:8084]10.0.0.240 - - [2026-02-16 02:11:52] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001024 10.0.0.240 - - [2026-02-16 02:11:52] "POST /fqname-to-id HTTP/1.1" 404 184 0.024301 10.0.0.240 - - [2026-02-16 02:11:52] "GET /projects?obj_uuids=dcd6acb4-6c44-4c59-af73-56bc2553058a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002007 10.0.0.240 - - [2026-02-16 02:11:52] "GET /domains?obj_uuids=8aafcd2b-0b65-4a08-9d21-acfcbece5df8&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001720 10.0.0.240 - - [2026-02-16 02:11:52] "GET /domain/8aafcd2b-0b65-4a08-9d21-acfcbece5df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007429 10.0.0.240 - - [2026-02-16 02:11:52] "POST /id-to-fqname HTTP/1.1" 200 186 0.002205 10.0.0.240 - - [2026-02-16 02:11:52] "POST /fqname-to-id HTTP/1.1" 404 195 0.001986 10.0.0.240 - - [2026-02-16 02:11:52] "POST /security-groups HTTP/1.1" 200 587 0.060411 10.0.0.240 - - [2026-02-16 02:11:52] "POST /fqname-to-id HTTP/1.1" 404 230 0.002133 10.0.0.240 - - [2026-02-16 02:11:52] "POST /projects HTTP/1.1" 200 577 0.197195 10.0.0.240 - - [2026-02-16 02:11:53] "POST /access-control-lists HTTP/1.1" 200 594 0.053514 10.0.0.240 - - [2026-02-16 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.265821 10.0.0.240 - - [2026-02-16 02:11:53] "POST /fqname-to-id HTTP/1.1" 404 229 0.002495 10.0.0.240 - - [2026-02-16 02:11:53] "GET /project/dcd6acb4-6c44-4c59-af73-56bc2553058a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.378413 10.0.0.240 - - [2026-02-16 02:11:53] "POST /access-control-lists HTTP/1.1" 200 592 0.056340 10.0.0.240 - - [2026-02-16 02:11:54] "GET / HTTP/1.1" 200 36215 0.001769 10.0.0.240 - - [2026-02-16 02:11:54] "GET /projects?obj_uuids=dcd6acb4-6c44-4c59-af73-56bc2553058a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.059947 10.0.0.240 - - [2026-02-16 02:11:54] "GET /project/dcd6acb4-6c44-4c59-af73-56bc2553058a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.083981 10.0.0.240 - - [2026-02-16 02:11:54] "GET /projects?obj_uuids=dcd6acb4-6c44-4c59-af73-56bc2553058a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000905 10.0.0.240 - - [2026-02-16 02:11:54] "GET /project/dcd6acb4-6c44-4c59-af73-56bc2553058a?fields=virtual_networks HTTP/1.1" 200 1037 0.067624 10.0.0.240 - - [2026-02-16 02:11:54] "GET /projects?obj_uuids=dcd6acb4-6c44-4c59-af73-56bc2553058a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000880 10.0.0.240 - - [2026-02-16 02:11:54] "GET /project/dcd6acb4-6c44-4c59-af73-56bc2553058a?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.021474 10.0.0.240 - - [2026-02-16 02:11:54] "GET /projects?obj_uuids=dcd6acb4-6c44-4c59-af73-56bc2553058a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000929 10.0.0.240 - - [2026-02-16 02:11:54] "GET /project/dcd6acb4-6c44-4c59-af73-56bc2553058a?fields=security_groups HTTP/1.1" 200 1260 0.019378 10.0.0.240 - - [2026-02-16 02:12:20] "GET /projects?obj_uuids=1636a71a-9d7f-46ad-9e23-62c0608f057c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000796 10.0.0.240 - - [2026-02-16 02:12:20] "GET /project/1636a71a-9d7f-46ad-9e23-62c0608f057c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.020940 10.0.0.240 - - [2026-02-16 02:12:20] "GET /projects?obj_uuids=1636a71a-9d7f-46ad-9e23-62c0608f057c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001226 10.0.0.240 - - [2026-02-16 02:12:20] "GET /projects?obj_uuids=1f99f594-306e-46b3-94af-8c78bafa023f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000690 10.0.0.240 - - [2026-02-16 02:12:20] "DELETE /project/808b2f24a7f143afbc56771f498725bc HTTP/1.1" 404 173 0.072686 10.0.0.240 - - [2026-02-16 02:12:20] "DELETE /project/1636a71a9d7f46ad9e2362c0608f057c HTTP/1.1" 404 173 0.003731 10.0.0.240 - - [2026-02-16 02:12:20] "GET /project/1f99f594-306e-46b3-94af-8c78bafa023f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.032743 10.0.0.240 - - [2026-02-16 02:12:20] "GET /project/1636a71a-9d7f-46ad-9e23-62c0608f057c?fields=security_groups HTTP/1.1" 200 1373 0.036159 10.0.0.240 - - [2026-02-16 02:12:20] "GET /projects?obj_uuids=e30b2fc0-3371-446c-b590-f7a34300e5c3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000893 10.0.0.240 - - [2026-02-16 02:12:20] "DELETE /project/e30b2fc03371446cb590f7a34300e5c3 HTTP/1.1" 404 173 0.111031 10.0.0.240 - - [2026-02-16 02:12:20] "GET /projects?obj_uuids=89473d67-5df0-4945-b48d-deb8a9ab0283&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001009 10.0.0.240 - - [2026-02-16 02:12:20] "GET /projects?obj_uuids=1f99f594-306e-46b3-94af-8c78bafa023f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000882 10.0.0.240 - - [2026-02-16 02:12:20] "GET /projects?obj_uuids=dcd6acb4-6c44-4c59-af73-56bc2553058a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001186 10.0.0.240 - - [2026-02-16 02:12:20] "GET /project/89473d67-5df0-4945-b48d-deb8a9ab0283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.038302 10.0.0.240 - - [2026-02-16 02:12:20] "GET /projects?obj_uuids=808b2f24-a7f1-43af-bc56-771f498725bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000816 10.0.0.240 - - [2026-02-16 02:12:20] "GET /projects?obj_uuids=89473d67-5df0-4945-b48d-deb8a9ab0283&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000781 10.0.0.240 - - [2026-02-16 02:12:20] "GET /project/e30b2fc0-3371-446c-b590-f7a34300e5c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.089992 10.0.0.240 - - [2026-02-16 02:12:20] "DELETE /project/dcd6acb46c444c59af7356bc2553058a HTTP/1.1" 404 173 0.184969 10.0.0.240 - - [2026-02-16 02:12:20] "GET /project/dcd6acb4-6c44-4c59-af73-56bc2553058a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.050298 10.0.0.240 - - [2026-02-16 02:12:20] "GET /projects?obj_uuids=dcd6acb4-6c44-4c59-af73-56bc2553058a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000918 10.0.0.240 - - [2026-02-16 02:12:20] "GET /projects?obj_uuids=a75a5262-ed75-4205-895d-a3de3dce09d4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000910 10.0.0.240 - - [2026-02-16 02:12:20] "GET /project/1f99f594-306e-46b3-94af-8c78bafa023f?fields=security_groups HTTP/1.1" 200 1358 0.106691 10.0.0.240 - - [2026-02-16 02:12:20] "GET /project/89473d67-5df0-4945-b48d-deb8a9ab0283?fields=security_groups HTTP/1.1" 200 1358 0.082062 10.0.0.240 - - [2026-02-16 02:12:20] "GET /projects?obj_uuids=e30b2fc0-3371-446c-b590-f7a34300e5c3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000941 10.0.0.240 - - [2026-02-16 02:12:20] "GET /project/808b2f24-a7f1-43af-bc56-771f498725bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.099418 10.0.0.240 - - [2026-02-16 02:12:20] "GET /project/a75a5262-ed75-4205-895d-a3de3dce09d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.059326 10.0.0.240 - - [2026-02-16 02:12:20] "DELETE /security-group/c512e868-a2a2-4dc1-b7b1-dfc3026d1ab8 HTTP/1.1" 200 115 0.148983 10.0.0.240 - - [2026-02-16 02:12:20] "GET /projects?obj_uuids=1636a71a-9d7f-46ad-9e23-62c0608f057c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000838 10.0.0.240 - - [2026-02-16 02:12:20] "DELETE /access-control-list/d8d42f8a-75d7-443e-bc55-32e95669647b HTTP/1.1" 200 115 0.089123 10.0.0.240 - - [2026-02-16 02:12:20] "GET /project/dcd6acb4-6c44-4c59-af73-56bc2553058a?fields=security_groups HTTP/1.1" 200 1362 0.111154 10.0.0.240 - - [2026-02-16 02:12:20] "GET /project/1636a71a-9d7f-46ad-9e23-62c0608f057c?fields=application_policy_sets HTTP/1.1" 200 1412 0.051439 10.0.0.240 - - [2026-02-16 02:12:20] "GET /projects?obj_uuids=808b2f24-a7f1-43af-bc56-771f498725bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001054 10.0.0.240 - - [2026-02-16 02:12:20] "GET /projects?obj_uuids=a75a5262-ed75-4205-895d-a3de3dce09d4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000911 10.0.0.240 - - [2026-02-16 02:12:20] "DELETE /access-control-list/c6f6d0f7-c5c5-48f9-9a33-14259f5050e6 HTTP/1.1" 200 115 0.063383 10.0.0.240 - - [2026-02-16 02:12:20] "GET /project/e30b2fc0-3371-446c-b590-f7a34300e5c3?fields=security_groups HTTP/1.1" 200 1374 0.135068 10.0.0.240 - - [2026-02-16 02:12:20] "DELETE /security-group/c2ba2353-058b-4782-9231-942de39f7d50 HTTP/1.1" 200 115 0.102830 10.0.0.240 - - [2026-02-16 02:12:20] "GET /project/a75a5262-ed75-4205-895d-a3de3dce09d4?fields=security_groups HTTP/1.1" 200 1358 0.082182 10.0.0.240 - - [2026-02-16 02:12:20] "GET /projects?obj_uuids=89473d67-5df0-4945-b48d-deb8a9ab0283&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001362 10.0.0.240 - - [2026-02-16 02:12:20] "DELETE /security-group/6493347a-4818-407c-9b68-670e1f94943a HTTP/1.1" 200 115 0.133165 10.0.0.240 - - [2026-02-16 02:12:20] "GET /project/808b2f24-a7f1-43af-bc56-771f498725bc?fields=security_groups HTTP/1.1" 200 1373 0.119045 10.0.0.240 - - [2026-02-16 02:12:20] "GET /projects?obj_uuids=1f99f594-306e-46b3-94af-8c78bafa023f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000913 10.0.0.240 - - [2026-02-16 02:12:20] "DELETE /access-control-list/51eee4a4-292b-4416-b169-bb3a3efc8b1e HTTP/1.1" 200 115 0.065178 10.0.0.240 - - [2026-02-16 02:12:20] "GET /project/1f99f594-306e-46b3-94af-8c78bafa023f?fields=application_policy_sets HTTP/1.1" 200 1397 0.053385 10.0.0.240 - - [2026-02-16 02:12:20] "DELETE /security-group/db97ea33-41ac-493b-a21e-89b42ebc4703 HTTP/1.1" 200 115 0.136838 10.0.0.240 - - [2026-02-16 02:12:20] "GET /project/89473d67-5df0-4945-b48d-deb8a9ab0283?fields=application_policy_sets HTTP/1.1" 200 1397 0.095893 10.0.0.240 - - [2026-02-16 02:12:20] "GET /projects?obj_uuids=dcd6acb4-6c44-4c59-af73-56bc2553058a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000942 10.0.0.240 - - [2026-02-16 02:12:20] "DELETE /access-control-list/a57b18ea-66a7-4b0e-a809-9761cc7eda48 HTTP/1.1" 200 115 0.072153 10.0.0.240 - - [2026-02-16 02:12:20] "DELETE /security-group/cc7135c6-558d-4748-b183-c8816a90eed3 HTTP/1.1" 200 115 0.118009 10.0.0.240 - - [2026-02-16 02:12:20] "GET /projects?obj_uuids=e30b2fc0-3371-446c-b590-f7a34300e5c3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000878 10.0.0.240 - - [2026-02-16 02:12:20] "GET /project/dcd6acb4-6c44-4c59-af73-56bc2553058a?fields=application_policy_sets HTTP/1.1" 200 1401 0.057283 10.0.0.240 - - [2026-02-16 02:12:20] "DELETE /security-group/30b5bae0-a781-4df3-a67e-6b090f02c2a3 HTTP/1.1" 200 115 0.110510 10.0.0.240 - - [2026-02-16 02:12:20] "GET /projects?obj_uuids=a75a5262-ed75-4205-895d-a3de3dce09d4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000873 10.0.0.240 - - [2026-02-16 02:12:20] "DELETE /project/1636a71a-9d7f-46ad-9e23-62c0608f057c HTTP/1.1" 200 115 0.605210 10.0.0.240 - - [2026-02-16 02:12:20] "DELETE /access-control-list/60bcff01-01ee-4b7b-b1e9-1cd5bd76aaa1 HTTP/1.1" 200 115 0.061385 10.0.0.240 - - [2026-02-16 02:12:20] "DELETE /security-group/d801f6d5-a219-42f3-ad42-09e060b579c1 HTTP/1.1" 200 115 0.099417 10.0.0.240 - - [2026-02-16 02:12:20] "GET /projects?obj_uuids=808b2f24-a7f1-43af-bc56-771f498725bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000893 10.0.0.240 - - [2026-02-16 02:12:20] "GET /project/e30b2fc0-3371-446c-b590-f7a34300e5c3?fields=application_policy_sets HTTP/1.1" 200 1413 0.089521 10.0.0.240 - - [2026-02-16 02:12:20] "DELETE /access-control-list/a531fd3c-7567-441d-9c4d-04167a992748 HTTP/1.1" 200 115 0.045914 10.0.0.240 - - [2026-02-16 02:12:20] "GET /project/a75a5262-ed75-4205-895d-a3de3dce09d4?fields=application_policy_sets HTTP/1.1" 200 1397 0.108414 10.0.0.240 - - [2026-02-16 02:12:20] "GET /project/808b2f24-a7f1-43af-bc56-771f498725bc?fields=application_policy_sets HTTP/1.1" 200 1412 0.103561 10.0.0.240 - - [2026-02-16 02:12:20] "DELETE /project/1f99f594-306e-46b3-94af-8c78bafa023f HTTP/1.1" 200 115 0.722522 10.0.0.240 - - [2026-02-16 02:12:20] "DELETE /access-control-list/2efbdc03-0c33-45c4-be9b-75acad5acf82 HTTP/1.1" 200 115 0.062992 10.0.0.240 - - [2026-02-16 02:12:20] "DELETE /project/89473d67-5df0-4945-b48d-deb8a9ab0283 HTTP/1.1" 200 115 0.745755 10.0.0.240 - - [2026-02-16 02:12:20] "DELETE /access-control-list/01da0612-8d7c-4bea-9186-0c6c81cbeeb8 HTTP/1.1" 200 115 0.027962 10.0.0.240 - - [2026-02-16 02:12:20] "DELETE /project/dcd6acb4-6c44-4c59-af73-56bc2553058a HTTP/1.1" 200 115 0.755511 10.0.0.240 - - [2026-02-16 02:12:20] "DELETE /access-control-list/040eb7a1-ff48-43a8-a244-e8913684c9b3 HTTP/1.1" 200 115 0.025378 10.0.0.240 - - [2026-02-16 02:12:20] "DELETE /project/e30b2fc0-3371-446c-b590-f7a34300e5c3 HTTP/1.1" 200 115 0.798205 10.0.0.240 - - [2026-02-16 02:12:20] "DELETE /access-control-list/5cde1c93-8b2d-46de-ac63-7b57768f1e13 HTTP/1.1" 200 115 0.021514 10.0.0.240 - - [2026-02-16 02:12:20] "DELETE /project/a75a5262-ed75-4205-895d-a3de3dce09d4 HTTP/1.1" 200 115 0.816393 10.0.0.240 - - [2026-02-16 02:12:20] "DELETE /access-control-list/5d8c1002-5758-43fa-b400-49e9696ae194 HTTP/1.1" 200 115 0.020877 10.0.0.240 - - [2026-02-16 02:12:20] "DELETE /project/808b2f24-a7f1-43af-bc56-771f498725bc HTTP/1.1" 200 115 0.853937 10.0.0.240 - - [2026-02-16 02:12:20] "DELETE /access-control-list/fff077e1-0e0d-4185-abd4-42d104e2299a HTTP/1.1" 200 115 0.015337 10.0.0.240 - - [2026-02-16 02:12:20] "DELETE /access-control-list/e9224cbb-5d67-42a8-8dfe-8d98f3c98c74 HTTP/1.1" 200 115 0.020214 10.0.0.240 - - [2026-02-16 02:12:20] "DELETE /access-control-list/52394241-876f-43ee-b147-563e05815cd7 HTTP/1.1" 200 115 0.017286 10.0.0.240 - - [2026-02-16 02:12:29] "GET /obj-perms HTTP/1.1" 200 5075 0.043664 10.0.0.240 - - [2026-02-16 02:12:30] "GET /obj-perms HTTP/1.1" 200 5075 0.044024 [Introspect:8084]10.0.0.240 - - [2026-02-16 02:12:34] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000886 [Introspect:8084]10.0.0.240 - - [2026-02-16 02:12:34] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001085