+++ date ++ echo 'INFO: =================== Mon Feb 16 02:04:24 AM UTC 2026 ===================' INFO: =================== Mon Feb 16 02:04:24 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.249 ++ 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.249 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.249 ++ ANALYTICSDB_NODES=10.0.0.249 ++ ANALYTICS_SNMP_NODES=10.0.0.249 ++ 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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8081 ' +++ '[' -n '10.0.0.249:8081 ' ']' +++ echo 10.0.0.249:8081 ++ ANALYTICS_SERVERS=10.0.0.249: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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9042 ' +++ '[' -n '10.0.0.249:9042 ' ']' +++ echo 10.0.0.249:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.249:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.249 ++ 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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8086 ' +++ '[' -n '10.0.0.249:8086 ' ']' +++ echo 10.0.0.249:8086 ++ COLLECTOR_SERVERS=10.0.0.249: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.249 ++ CONFIGDB_NODES=10.0.0.249 ++ 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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8082 ' +++ '[' -n '10.0.0.249:8082 ' ']' +++ echo 10.0.0.249:8082 ++ CONFIG_SERVERS=10.0.0.249: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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9161 ' +++ '[' -n '10.0.0.249:9161 ' ']' +++ echo 10.0.0.249:9161 ++ CONFIGDB_SERVERS=10.0.0.249: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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9041 ' +++ '[' -n '10.0.0.249:9041 ' ']' +++ echo 10.0.0.249:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.249:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.249 ++ 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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:2181, +++ '[' -n 10.0.0.249:2181, ']' +++ echo 10.0.0.249:2181 ++ ZOOKEEPER_SERVERS=10.0.0.249: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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:2181 ' +++ '[' -n '10.0.0.249:2181 ' ']' +++ echo 10.0.0.249:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.249:2181 ++ RABBITMQ_NODES=10.0.0.249 ++ 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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:5673, +++ '[' -n 10.0.0.249:5673, ']' +++ echo 10.0.0.249:5673 ++ RABBITMQ_SERVERS=10.0.0.249: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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:6379 ' +++ '[' -n '10.0.0.249:6379 ' ']' +++ echo 10.0.0.249:6379 ++ REDIS_SERVERS=10.0.0.249: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.249 ++ 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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9092 ' +++ '[' -n '10.0.0.249:9092 ' ']' +++ echo 10.0.0.249:9092 ++ KAFKA_SERVERS=10.0.0.249: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.249 ++ 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.249 ++ 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.249 ++ 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.249 ++ cut -d , -f 1 + local cassandra=10.0.0.249 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.249 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.249 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.249 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ tr '\n' , ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.249,10.20.0.14,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.249'\''))' +++ local server_ip=10.0.0.249 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.249 ]] +++ [[ ,10.0.0.249,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]] +++ echo 10.0.0.249 1 +++ return ++ local ip=10.0.0.249 ++ [[ -z 10.0.0.249 ]] ++ echo 10.0.0.249 + host_ip=10.0.0.249 + [[ cql == \c\q\l ]] ++ echo 10.0.0.249:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.249:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.249:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 02/16/2026 02:04:33.561 7f9ce87035c0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 02/16/2026 02:04:33.728 7f9ce87035c0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 02/16/2026 02:04:33.743 7f9ce87035c0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 02/16/2026 02:04:33.744 7f9ce87035c0 [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.249:8082/ Hit Ctrl-C to quit. 10.0.0.249 - - [2026-02-16 02:04:38] "GET / HTTP/1.1" 503 181 0.000342 10.0.0.249 - - [2026-02-16 02:04:38] "GET / HTTP/1.1" 503 181 0.000172 10.0.0.249 - - [2026-02-16 02:04:39] "GET / HTTP/1.1" 200 36215 0.002706 10.0.0.249 - - [2026-02-16 02:04:39] "GET / HTTP/1.1" 200 36215 0.001464 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.249 - - [2026-02-16 02:04:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000662 10.0.0.249 - - [2026-02-16 02:04:39] "GET / HTTP/1.1" 200 45871 0.001592 10.0.0.249 - - [2026-02-16 02:04:39] "GET / HTTP/1.1" 200 45871 0.001277 10.0.0.249 - - [2026-02-16 02:04:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000397 10.0.0.249 - - [2026-02-16 02:04:39] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000287 10.0.0.249 - - [2026-02-16 02:04:40] "GET / HTTP/1.1" 200 36215 0.001542 10.0.0.249 - - [2026-02-16 02:04:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.000632 10.0.0.249 - - [2026-02-16 02:04:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.000550 10.0.0.249 - - [2026-02-16 02:04:40] "GET / HTTP/1.1" 200 36215 0.002322 10.0.0.249 - - [2026-02-16 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 1.780655 10.0.0.249 - - [2026-02-16 02:04:41] "GET /global-system-config/2b0a3acb-cd76-48ef-a0f3-f0ed2ec49609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.009067 10.0.0.249 - - [2026-02-16 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 1.119766 10.0.0.249 - - [2026-02-16 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.249 - - [2026-02-16 02:04:41] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.488938 10.0.0.249 - - [2026-02-16 02:04:41] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002959 10.0.0.249 - - [2026-02-16 02:04:41] "POST /fqname-to-id HTTP/1.1" 404 220 0.003033 10.0.0.249 - - [2026-02-16 02:04:41] "POST /fqname-to-id HTTP/1.1" 404 186 0.458179 10.0.0.249 - - [2026-02-16 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.144133 10.0.0.249 - - [2026-02-16 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.249 - - [2026-02-16 02:04:41] "POST /config-nodes HTTP/1.1" 200 601 0.024715 10.0.0.249 - - [2026-02-16 02:04:41] "GET /network-ipam/c610336e-a95b-4f62-a017-c54c71656703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.015542 10.0.0.249 - - [2026-02-16 02:04:41] "GET /global-system-config/2b0a3acb-cd76-48ef-a0f3-f0ed2ec49609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.009797 10.0.0.249 - - [2026-02-16 02:04:41] "POST /service-appliance-sets HTTP/1.1" 200 555 0.067333 10.0.0.249 - - [2026-02-16 02:04:41] "POST /fqname-to-id HTTP/1.1" 404 180 0.003071 10.0.0.249 - - [2026-02-16 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005685 10.0.0.249 - - [2026-02-16 02:04:41] "GET / HTTP/1.1" 200 36215 0.001684 10.0.0.249 - - [2026-02-16 02:04:41] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000558 10.0.0.249 - - [2026-02-16 02:04:41] "GET /global-system-config/2b0a3acb-cd76-48ef-a0f3-f0ed2ec49609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.008327 10.0.0.249 - - [2026-02-16 02:04:42] "POST /service-appliance-sets HTTP/1.1" 200 543 0.020632 10.0.0.249 - - [2026-02-16 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.249 - - [2026-02-16 02:04:42] "GET /network-ipam/c610336e-a95b-4f62-a017-c54c71656703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.004609 10.0.0.249 - - [2026-02-16 02:04:42] "POST /fqname-to-id HTTP/1.1" 404 225 0.002471 /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.249 - - [2026-02-16 02:04:42] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.121499 10.0.0.249 - - [2026-02-16 02:04:42] "POST /service-templates HTTP/1.1" 200 513 0.177248 10.0.0.249 - - [2026-02-16 02:04:42] "POST /access-control-lists HTTP/1.1" 200 589 0.177595 10.0.0.249 - - [2026-02-16 02:04:42] "POST /service-templates HTTP/1.1" 200 503 0.023845 10.0.0.249 - - [2026-02-16 02:04:42] "POST /fqname-to-id HTTP/1.1" 404 224 0.003491 10.0.0.249 - - [2026-02-16 02:04:42] "POST /service-templates HTTP/1.1" 200 517 0.021367 10.0.0.249 - - [2026-02-16 02:04:42] "POST /access-control-lists HTTP/1.1" 200 587 0.020189 10.0.0.249 - - [2026-02-16 02:04:42] "POST /service-templates HTTP/1.1" 200 537 0.021107 10.0.0.249 - - [2026-02-16 02:04:42] "POST /route-targets HTTP/1.1" 200 328 0.014947 10.0.0.249 - - [2026-02-16 02:04:42] "POST /service-templates HTTP/1.1" 200 509 0.018357 10.0.0.249 - - [2026-02-16 02:04:42] "POST /ref-update HTTP/1.1" 200 156 0.013595 10.0.0.249 - - [2026-02-16 02:04:42] "POST /route-targets HTTP/1.1" 200 328 0.012307 10.0.0.249 - - [2026-02-16 02:04:42] "POST /ref-update HTTP/1.1" 200 156 0.013084 10.0.0.249 - - [2026-02-16 02:04:42] "POST /route-targets HTTP/1.1" 200 328 0.017387 10.0.0.249 - - [2026-02-16 02:04:43] "POST /ref-update HTTP/1.1" 200 156 0.017095 10.0.0.249 - - [2026-02-16 02:04:43] "POST /route-targets HTTP/1.1" 200 328 0.014133 10.0.0.249 - - [2026-02-16 02:04:43] "POST /ref-update HTTP/1.1" 200 156 0.019603 10.0.0.249 - - [2026-02-16 02:04:43] "POST /fqname-to-id HTTP/1.1" 404 201 0.002767 10.0.0.249 - - [2026-02-16 02:04:43] "POST /access-control-lists HTTP/1.1" 200 553 0.066001 10.0.0.249 - - [2026-02-16 02:04:43] "PUT /access-control-list/45cf610b-55bd-4898-abd6-42358fbda5ae HTTP/1.1" 200 273 0.014802 10.0.0.249 - - [2026-02-16 02:04:43] "PUT /access-control-list/8acf7d4a-90e1-4249-a3d9-078c790ee7d1 HTTP/1.1" 200 273 0.017640 10.0.0.249 - - [2026-02-16 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004214 10.0.0.249 - - [2026-02-16 02:04:47] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1218 0.004727 10.0.0.249 - - [2026-02-16 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.249 - - [2026-02-16 02:04:47] "PUT /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454 HTTP/1.1" 200 277 0.009979 10.0.0.249 - - [2026-02-16 02:04:47] "GET / HTTP/1.1" 200 36215 0.002893 10.0.0.249 - - [2026-02-16 02:04:47] "POST /alarms HTTP/1.1" 401 293 0.000417 10.0.0.249 - - [2026-02-16 02:04:48] "POST /alarms HTTP/1.1" 200 583 0.060921 10.0.0.249 - - [2026-02-16 02:04:48] "POST /alarms HTTP/1.1" 200 577 0.027145 10.0.0.249 - - [2026-02-16 02:04:48] "GET / HTTP/1.1" 200 36215 0.002306 10.0.0.249 - - [2026-02-16 02:04:48] "POST /fqname-to-id HTTP/1.1" 401 293 0.000449 10.0.0.249 - - [2026-02-16 02:04:48] "POST /alarms HTTP/1.1" 200 577 0.022939 10.0.0.249 - - [2026-02-16 02:04:48] "POST /alarms HTTP/1.1" 200 561 0.030482 10.0.0.249 - - [2026-02-16 02:04:48] "POST /alarms HTTP/1.1" 200 557 0.026171 10.0.0.249 - - [2026-02-16 02:04:48] "POST /alarms HTTP/1.1" 200 559 0.023939 10.0.0.249 - - [2026-02-16 02:04:48] "POST /alarms HTTP/1.1" 200 567 0.020916 10.0.0.249 - - [2026-02-16 02:04:48] "POST /alarms HTTP/1.1" 200 551 0.021624 10.0.0.249 - - [2026-02-16 02:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.034440 10.0.0.249 - - [2026-02-16 02:04:48] "GET /global-system-config/2b0a3acb-cd76-48ef-a0f3-f0ed2ec49609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.008481 10.0.0.249 - - [2026-02-16 02:04:48] "POST /alarms HTTP/1.1" 200 559 0.019456 10.0.0.249 - - [2026-02-16 02:04:48] "POST /fqname-to-id HTTP/1.1" 404 220 0.003052 10.0.0.249 - - [2026-02-16 02:04:48] "POST /alarms HTTP/1.1" 200 569 0.023026 10.0.0.249 - - [2026-02-16 02:04:48] "POST /config-database-nodes HTTP/1.1" 200 619 0.019456 10.0.0.249 - - [2026-02-16 02:04:48] "POST /alarms HTTP/1.1" 200 557 0.022733 10.0.0.249 - - [2026-02-16 02:04:49] "POST /alarms HTTP/1.1" 200 569 0.026959 10.0.0.249 - - [2026-02-16 02:04:49] "POST /alarms HTTP/1.1" 200 577 0.066353 10.0.0.249 - - [2026-02-16 02:04:49] "POST /alarms HTTP/1.1" 200 571 0.032824 10.0.0.249 - - [2026-02-16 02:04:49] "POST /alarms HTTP/1.1" 200 563 0.018125 10.0.0.249 - - [2026-02-16 02:04:49] "POST /alarms HTTP/1.1" 200 563 0.023217 10.0.0.249 - - [2026-02-16 02:04:49] "POST /alarms HTTP/1.1" 200 563 0.018811 10.0.0.249 - - [2026-02-16 02:04:49] "POST /alarms HTTP/1.1" 200 549 0.019629 10.0.0.249 - - [2026-02-16 02:04:49] "POST /alarms HTTP/1.1" 200 597 0.020753 10.0.0.249 - - [2026-02-16 02:04:49] "POST /alarms HTTP/1.1" 200 577 0.021429 10.0.0.249 - - [2026-02-16 02:04:49] "POST /alarms HTTP/1.1" 200 573 0.021029 10.0.0.249 - - [2026-02-16 02:04:49] "POST /alarms HTTP/1.1" 200 585 0.022951 10.0.0.249 - - [2026-02-16 02:04:49] "POST /alarms HTTP/1.1" 200 611 0.025662 10.0.0.249 - - [2026-02-16 02:04:50] "GET / HTTP/1.1" 200 36215 0.002060 10.0.0.249 - - [2026-02-16 02:04:50] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.001389 10.0.0.249 - - [2026-02-16 02:04:50] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.030421 10.0.0.249 - - [2026-02-16 02:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.249 - - [2026-02-16 02:04:50] "PUT /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454 HTTP/1.1" 200 277 0.012150 10.0.0.249 - - [2026-02-16 02:04:50] "GET / HTTP/1.1" 200 36215 0.001926 10.0.0.249 - - [2026-02-16 02:04:50] "POST /fqname-to-id HTTP/1.1" 401 293 0.000510 10.0.0.249 - - [2026-02-16 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.030852 10.0.0.249 - - [2026-02-16 02:04:51] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.005789 10.0.0.249 - - [2026-02-16 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.249 - - [2026-02-16 02:04:51] "PUT /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454 HTTP/1.1" 200 277 0.009725 10.0.0.249 - - [2026-02-16 02:04:51] "GET / HTTP/1.1" 200 36215 0.002356 10.0.0.249 - - [2026-02-16 02:04:51] "POST /fqname-to-id HTTP/1.1" 401 293 0.000436 10.0.0.249 - - [2026-02-16 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.031997 10.0.0.249 - - [2026-02-16 02:04:52] "GET /global-system-config/2b0a3acb-cd76-48ef-a0f3-f0ed2ec49609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005968 10.0.0.249 - - [2026-02-16 02:04:52] "PUT /global-system-config/2b0a3acb-cd76-48ef-a0f3-f0ed2ec49609 HTTP/1.1" 200 275 0.018756 10.0.0.249 - - [2026-02-16 02:05:08] "GET /global-system-configs HTTP/1.1" 401 293 0.000497 10.0.0.249 - - [2026-02-16 02:05:08] "GET /global-system-configs HTTP/1.1" 401 293 0.000597 10.0.0.249 - - [2026-02-16 02:05:08] "GET /global-system-configs HTTP/1.1" 401 293 0.000502 10.0.0.249 - - [2026-02-16 02:05:08] "GET /global-system-configs HTTP/1.1" 401 293 0.000439 10.0.0.249 - - [2026-02-16 02:05:54] "GET / HTTP/1.1" 200 36215 0.002540 10.0.0.249 - - [2026-02-16 02:05:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000441 10.0.0.249 - - [2026-02-16 02:05:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.032212 10.0.0.249 - - [2026-02-16 02:05:54] "GET /routing-instance/097c85b1-cdb7-45af-a87c-b4166551de13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.005014 10.0.0.249 - - [2026-02-16 02:05:54] "POST /bgp-routers HTTP/1.1" 200 622 0.028374 10.0.0.249 - - [2026-02-16 02:05:54] "GET /bgp-router/2eb1ae58-1634-4acc-9373-ab1a78653738?fields=global_system_config_back_refs HTTP/1.1" 200 1118 0.006661 10.0.0.249 - - [2026-02-16 02:05:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.249 - - [2026-02-16 02:05:54] "GET /global-system-config/2b0a3acb-cd76-48ef-a0f3-f0ed2ec49609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007012 10.0.0.249 - - [2026-02-16 02:05:55] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003824 10.0.0.249 - - [2026-02-16 02:05:55] "POST /ref-update HTTP/1.1" 200 156 0.011054 10.0.0.249 - - [2026-02-16 02:06:26] "GET / HTTP/1.1" 200 36215 0.001675 10.0.0.249 - - [2026-02-16 02:06:26] "POST /fqname-to-id HTTP/1.1" 401 293 0.000435 10.0.0.249 - - [2026-02-16 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.035884 10.0.0.249 - - [2026-02-16 02:06:26] "GET /global-system-config/2b0a3acb-cd76-48ef-a0f3-f0ed2ec49609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.010374 10.0.0.249 - - [2026-02-16 02:06:27] "POST /fqname-to-id HTTP/1.1" 404 220 0.004037 10.0.0.249 - - [2026-02-16 02:06:27] "POST /database-nodes HTTP/1.1" 200 605 0.027488 10.0.0.249 - - [2026-02-16 02:07:02] "GET / HTTP/1.1" 200 36215 0.003116 10.0.0.249 - - [2026-02-16 02:07:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.002082 10.0.0.249 - - [2026-02-16 02:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.030949 10.0.0.249 - - [2026-02-16 02:07:02] "GET /global-system-config/2b0a3acb-cd76-48ef-a0f3-f0ed2ec49609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.007482 10.0.0.249 - - [2026-02-16 02:07:02] "POST /fqname-to-id HTTP/1.1" 404 220 0.003299 10.0.0.249 - - [2026-02-16 02:07:02] "POST /analytics-nodes HTTP/1.1" 200 607 0.022836 10.0.0.249 - - [2026-02-16 02:07:08] "GET / HTTP/1.1" 200 36215 0.001988 10.0.0.249 - - [2026-02-16 02:07:20] "GET / HTTP/1.1" 200 36215 0.001564 10.0.0.249 - - [2026-02-16 02:07:20] "POST /fqname-to-id HTTP/1.1" 401 293 0.000486 10.0.0.249 - - [2026-02-16 02:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.036765 10.0.0.249 - - [2026-02-16 02:07:21] "GET /global-system-config/2b0a3acb-cd76-48ef-a0f3-f0ed2ec49609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.005951 10.0.0.249 - - [2026-02-16 02:07:21] "POST /fqname-to-id HTTP/1.1" 404 220 0.003503 10.0.0.249 - - [2026-02-16 02:07:21] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.022463 10.0.0.249 - - [2026-02-16 02:07:38] "GET / HTTP/1.1" 200 36215 0.002278 10.0.0.249 - - [2026-02-16 02:07:38] "POST /fqname-to-id HTTP/1.1" 401 293 0.000555 10.0.0.249 - - [2026-02-16 02:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.035432 10.0.0.249 - - [2026-02-16 02:07:39] "GET /global-system-config/2b0a3acb-cd76-48ef-a0f3-f0ed2ec49609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.009600 10.0.0.249 - - [2026-02-16 02:07:39] "POST /fqname-to-id HTTP/1.1" 404 220 0.003430 10.0.0.249 - - [2026-02-16 02:07:39] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.031643 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.249 - - [2026-02-16 02:07:44] "GET /obj-perms HTTP/1.1" 200 5075 0.444617 10.0.0.249 - - [2026-02-16 02:07:45] "GET /obj-perms HTTP/1.1" 200 5075 0.056987 10.0.0.249 - - [2026-02-16 02:08:45] "GET /obj-perms HTTP/1.1" 200 5075 0.083001 10.0.0.249 - - [2026-02-16 02:08:45] "GET /obj-perms HTTP/1.1" 200 5075 0.077030 10.0.0.249 - - [2026-02-16 02:09:46] "GET /obj-perms HTTP/1.1" 200 5075 0.059149 10.0.0.249 - - [2026-02-16 02:09:46] "GET /obj-perms HTTP/1.1" 200 5075 0.063288 10.0.0.249 - - [2026-02-16 02:10:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000433 10.0.0.249 - - [2026-02-16 02:10:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000413 10.0.0.249 - - [2026-02-16 02:10:08] "GET /global-system-configs HTTP/1.1" 401 293 0.000386 10.0.0.249 - - [2026-02-16 02:10:08] "GET /global-system-configs HTTP/1.1" 401 293 0.000408 10.0.0.249 - - [2026-02-16 02:10:26] "GET / HTTP/1.1" 200 36215 0.001902 10.0.0.249 - - [2026-02-16 02:10:26] "POST /fqname-to-id HTTP/1.1" 401 293 0.000386 10.0.0.249 - - [2026-02-16 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.028818 10.0.0.249 - - [2026-02-16 02:10:27] "GET /global-system-config/2b0a3acb-cd76-48ef-a0f3-f0ed2ec49609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.007429 10.0.0.249 - - [2026-02-16 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.249 - - [2026-02-16 02:10:27] "GET /routing-instance/097c85b1-cdb7-45af-a87c-b4166551de13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.004504 10.0.0.249 - - [2026-02-16 02:10:27] "PUT /global-system-config/2b0a3acb-cd76-48ef-a0f3-f0ed2ec49609 HTTP/1.1" 200 275 0.012697 10.0.0.249 - - [2026-02-16 02:10:27] "POST /fqname-to-id HTTP/1.1" 404 218 0.003829 10.0.0.249 - - [2026-02-16 02:10:27] "POST /virtual-routers HTTP/1.1" 200 605 0.029439 10.0.0.249 - - [2026-02-16 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.249 - - [2026-02-16 02:10:27] "GET /virtual-router/2be22310-47ad-41a6-bf5f-3096bdf04019?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1247 0.007097 10.0.0.249 - - [2026-02-16 02:10:27] "POST /fqname-to-id HTTP/1.1" 404 231 0.003841 10.0.0.249 - - [2026-02-16 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.249 - - [2026-02-16 02:10:27] "GET /virtual-network/2d2b8bf0-495e-4496-8134-ba54531fde69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.006604 10.0.0.249 - - [2026-02-16 02:10:27] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.043852 10.0.0.249 - - [2026-02-16 02:10:28] "PUT /access-control-list/29c80217-4330-4c83-97d4-84f4442a64c2 HTTP/1.1" 200 273 0.043486 [Introspect:8084]10.0.0.249 - - [2026-02-16 02:10:33] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001129 [Introspect:8084]10.0.0.249 - - [2026-02-16 02:10:33] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001248 [Introspect:8084]10.0.0.249 - - [2026-02-16 02:10:35] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000937 [Introspect:8084]10.0.0.249 - - [2026-02-16 02:10:35] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000905 10.0.0.249 - - [2026-02-16 02:10:47] "GET /obj-perms HTTP/1.1" 200 5075 0.060923 10.0.0.249 - - [2026-02-16 02:10:47] "GET /obj-perms HTTP/1.1" 200 5075 0.054094 10.0.0.249 - - [2026-02-16 02:10:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.249 - - [2026-02-16 02:10:47] "GET /virtual-router/2be22310-47ad-41a6-bf5f-3096bdf04019?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1247 0.003675 10.0.0.249 - - [2026-02-16 02:11:48] "GET /obj-perms HTTP/1.1" 200 5075 0.059635 10.0.0.249 - - [2026-02-16 02:11:48] "GET /obj-perms HTTP/1.1" 200 5075 0.053458 10.0.0.249 - - [2026-02-16 02:11:50] "GET / HTTP/1.1" 200 36215 0.001591 10.0.0.249 - - [2026-02-16 02:11:51] "GET /project/9f7cd710-17f6-4aa9-9ca9-5667b633ad24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000541 10.0.0.249 - - [2026-02-16 02:11:52] "GET /projects?obj_uuids=9f7cd710-17f6-4aa9-9ca9-5667b633ad24&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.030267 10.0.0.249 - - [2026-02-16 02:11:52] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001251 10.0.0.249 - - [2026-02-16 02:11:52] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.039684 10.0.0.249 - - [2026-02-16 02:11:52] "POST /id-to-fqname HTTP/1.1" 200 167 0.001293 10.0.0.249 - - [2026-02-16 02:11:52] "POST /fqname-to-id HTTP/1.1" 404 176 0.002396 10.0.0.249 - - [2026-02-16 02:11:52] "POST /security-groups HTTP/1.1" 200 568 0.066477 10.0.0.249 - - [2026-02-16 02:11:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.003220 10.0.0.249 - - [2026-02-16 02:11:52] "POST /projects HTTP/1.1" 200 539 0.231955 10.0.0.249 - - [2026-02-16 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.308853 10.0.0.249 - - [2026-02-16 02:11:52] "POST /access-control-lists HTTP/1.1" 200 575 0.064375 10.0.0.249 - - [2026-02-16 02:11:52] "POST /fqname-to-id HTTP/1.1" 404 206 0.002252 10.0.0.249 - - [2026-02-16 02:11:52] "GET /project/9f7cd710-17f6-4aa9-9ca9-5667b633ad24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.511932 10.0.0.249 - - [2026-02-16 02:11:52] "POST /access-control-lists HTTP/1.1" 200 573 0.060762 [Introspect:8084]10.0.0.249 - - [2026-02-16 02:11:53] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001263 10.0.0.249 - - [2026-02-16 02:11:53] "POST /fqname-to-id HTTP/1.1" 404 199 0.028234 10.0.0.249 - - [2026-02-16 02:11:53] "GET /projects?obj_uuids=abd4aa58-c000-46b9-ae07-2ec18c8d6f05&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002625 10.0.0.249 - - [2026-02-16 02:11:53] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002160 10.0.0.249 - - [2026-02-16 02:11:53] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008543 10.0.0.249 - - [2026-02-16 02:11:53] "POST /id-to-fqname HTTP/1.1" 200 201 0.001234 10.0.0.249 - - [2026-02-16 02:11:53] "POST /fqname-to-id HTTP/1.1" 404 210 0.003059 10.0.0.249 - - [2026-02-16 02:11:54] "POST /security-groups HTTP/1.1" 200 602 0.065117 10.0.0.249 - - [2026-02-16 02:11:54] "POST /fqname-to-id HTTP/1.1" 404 245 0.003134 10.0.0.249 - - [2026-02-16 02:11:54] "POST /projects HTTP/1.1" 200 607 0.222771 10.0.0.249 - - [2026-02-16 02:11:54] "POST /access-control-lists HTTP/1.1" 200 609 0.063953 10.0.0.249 - - [2026-02-16 02:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.301896 10.0.0.249 - - [2026-02-16 02:11:54] "POST /fqname-to-id HTTP/1.1" 404 244 0.003033 10.0.0.249 - - [2026-02-16 02:11:54] "GET /project/abd4aa58-c000-46b9-ae07-2ec18c8d6f05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.447329 10.0.0.249 - - [2026-02-16 02:11:54] "POST /access-control-lists HTTP/1.1" 200 607 0.066581 10.0.0.249 - - [2026-02-16 02:11:55] "GET / HTTP/1.1" 200 36215 0.002108 10.0.0.249 - - [2026-02-16 02:11:56] "POST /fqname-to-id HTTP/1.1" 401 293 0.000502 10.0.0.249 - - [2026-02-16 02:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.062353 10.0.0.249 - - [2026-02-16 02:11:56] "GET /projects?obj_uuids=abd4aa58-c000-46b9-ae07-2ec18c8d6f05&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000993 10.0.0.249 - - [2026-02-16 02:11:56] "GET /project/abd4aa58-c000-46b9-ae07-2ec18c8d6f05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.029876 10.0.0.249 - - [2026-02-16 02:11:56] "POST /neutron/network HTTP/1.1" 200 117 0.091788 10.0.0.249 - - [2026-02-16 02:11:56] "GET /projects?obj_uuids=abd4aa58-c000-46b9-ae07-2ec18c8d6f05&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000961 10.0.0.249 - - [2026-02-16 02:11:57] "POST /neutron/network HTTP/1.1" 200 620 0.099184 10.0.0.249 - - [2026-02-16 02:11:57] "POST /route-targets HTTP/1.1" 200 328 0.011320 10.0.0.249 - - [2026-02-16 02:11:57] "POST /ref-update HTTP/1.1" 200 156 0.017176 10.0.0.249 - - [2026-02-16 02:11:57] "POST /useragent-kv HTTP/1.1" 200 115 0.004089 10.0.0.249 - - [2026-02-16 02:11:57] "POST /neutron/subnet HTTP/1.1" 200 734 0.184475 10.0.0.249 - - [2026-02-16 02:11:57] "POST /neutron/network HTTP/1.1" 200 841 0.005811 10.0.0.249 - - [2026-02-16 02:11:57] "POST /id-to-fqname HTTP/1.1" 200 233 0.001142 10.0.0.249 - - [2026-02-16 02:11:57] "GET /virtual-network/d4eee94c-91fb-4c89-beca-96638ed9c4b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.004786 10.0.0.249 - - [2026-02-16 02:11:57] "POST /neutron/network HTTP/1.1" 200 841 0.005988 10.0.0.249 - - [2026-02-16 02:11:57] "GET /virtual-network/d4eee94c-91fb-4c89-beca-96638ed9c4b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.004902 10.0.0.249 - - [2026-02-16 02:11:57] "POST /neutron/network HTTP/1.1" 200 841 0.006422 10.0.0.249 - - [2026-02-16 02:11:57] "POST /neutron/subnet HTTP/1.1" 200 734 0.007885 10.0.0.249 - - [2026-02-16 02:11:57] "GET /domains HTTP/1.1" 401 293 0.000377 10.0.0.249 - - [2026-02-16 02:11:57] "GET /domains HTTP/1.1" 200 281 0.031597 10.0.0.249 - - [2026-02-16 02:11:57] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001260 10.0.0.249 - - [2026-02-16 02:11:57] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 2595 0.014981 10.0.0.249 - - [2026-02-16 02:11:57] "GET /projects?obj_uuids=abd4aa58-c000-46b9-ae07-2ec18c8d6f05&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001212 10.0.0.249 - - [2026-02-16 02:11:58] "GET /project/abd4aa58-c000-46b9-ae07-2ec18c8d6f05 HTTP/1.1" 200 2175 0.072920 10.0.0.249 - - [2026-02-16 02:11:58] "GET /virtual-network/d4eee94c-91fb-4c89-beca-96638ed9c4b6 HTTP/1.1" 200 2353 0.008218 10.0.0.249 - - [2026-02-16 02:11:58] "GET /virtual-network/d4eee94c-91fb-4c89-beca-96638ed9c4b6 HTTP/1.1" 200 2353 0.004528 10.0.0.249 - - [2026-02-16 02:11:58] "GET /routing-instance/b192af18-afa4-4550-bde9-671afaab4022 HTTP/1.1" 200 1498 0.003183 10.0.0.249 - - [2026-02-16 02:11:58] "GET /routing-instance/b192af18-afa4-4550-bde9-671afaab4022 HTTP/1.1" 200 1498 0.003347 10.0.0.249 - - [2026-02-16 02:11:58] "GET /route-target/1c420051-86a3-4649-8c54-7c8150931e7e HTTP/1.1" 200 1221 0.003047 10.0.0.249 - - [2026-02-16 02:11:58] "GET /virtual-network/d4eee94c-91fb-4c89-beca-96638ed9c4b6 HTTP/1.1" 200 2353 0.004815 10.0.0.249 - - [2026-02-16 02:11:58] "GET /routing-instance/b192af18-afa4-4550-bde9-671afaab4022 HTTP/1.1" 200 1498 0.003157 10.0.0.249 - - [2026-02-16 02:11:58] "GET /virtual-network/d4eee94c-91fb-4c89-beca-96638ed9c4b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005222 10.0.0.249 - - [2026-02-16 02:11:58] "GET /virtual-network/d4eee94c-91fb-4c89-beca-96638ed9c4b6 HTTP/1.1" 200 2353 0.004646 10.0.0.249 - - [2026-02-16 02:11:58] "GET /routing-instance/b192af18-afa4-4550-bde9-671afaab4022 HTTP/1.1" 200 1498 0.003433 10.0.0.249 - - [2026-02-16 02:11:58] "GET /routing-instance/b192af18-afa4-4550-bde9-671afaab4022 HTTP/1.1" 200 1498 0.003364 10.0.0.249 - - [2026-02-16 02:11:58] "GET /route-target/1c420051-86a3-4649-8c54-7c8150931e7e HTTP/1.1" 200 1221 0.002544 10.0.0.249 - - [2026-02-16 02:11:58] "GET /domains HTTP/1.1" 200 281 0.002561 10.0.0.249 - - [2026-02-16 02:11:58] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000971 10.0.0.249 - - [2026-02-16 02:11:58] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 2595 0.009527 10.0.0.249 - - [2026-02-16 02:11:58] "GET /projects?obj_uuids=abd4aa58-c000-46b9-ae07-2ec18c8d6f05&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000839 10.0.0.249 - - [2026-02-16 02:11:58] "GET /project/abd4aa58-c000-46b9-ae07-2ec18c8d6f05 HTTP/1.1" 200 2175 0.077047 10.0.0.249 - - [2026-02-16 02:11:58] "GET /virtual-network/d4eee94c-91fb-4c89-beca-96638ed9c4b6 HTTP/1.1" 200 2353 0.005078 10.0.0.249 - - [2026-02-16 02:11:58] "GET /obj-perms HTTP/1.1" 200 5071 0.058945 10.0.0.249 - - [2026-02-16 02:11:58] "POST /id-to-fqname HTTP/1.1" 200 233 0.001350 10.0.0.249 - - [2026-02-16 02:12:00] "POST /neutron/network HTTP/1.1" 200 851 0.007331 10.0.0.249 - - [2026-02-16 02:12:00] "GET /aaa-mode HTTP/1.1" 401 293 0.000471 10.0.0.249 - - [2026-02-16 02:12:00] "GET / HTTP/1.1" 200 36215 0.001611 10.0.0.249 - - [2026-02-16 02:12:00] "GET /project/abd4aa58-c000-46b9-ae07-2ec18c8d6f05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000406 10.0.0.249 - - [2026-02-16 02:12:01] "GET /projects?obj_uuids=abd4aa58-c000-46b9-ae07-2ec18c8d6f05&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000998 10.0.0.249 - - [2026-02-16 02:12:01] "GET /project/abd4aa58-c000-46b9-ae07-2ec18c8d6f05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.050301 10.0.0.249 - - [2026-02-16 02:12:02] "POST /neutron/network HTTP/1.1" 200 841 0.045030 10.0.0.249 - - [2026-02-16 02:12:02] "POST /neutron/port HTTP/1.1" 200 117 0.005462 10.0.0.249 - - [2026-02-16 02:12:02] "POST /neutron/port HTTP/1.1" 200 117 0.006991 10.0.0.249 - - [2026-02-16 02:12:02] "POST /neutron/port HTTP/1.1" 200 117 0.009119 10.0.0.249 - - [2026-02-16 02:12:03] "POST /neutron/network HTTP/1.1" 200 851 0.005904 10.0.0.249 - - [2026-02-16 02:12:03] "GET /projects?obj_uuids=abd4aa58-c000-46b9-ae07-2ec18c8d6f05&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001150 10.0.0.249 - - [2026-02-16 02:12:03] "POST /neutron/port HTTP/1.1" 200 1073 0.253397 10.0.0.249 - - [2026-02-16 02:12:04] "POST /neutron/port HTTP/1.1" 200 1073 0.038734 10.0.0.249 - - [2026-02-16 02:12:04] "POST /neutron/port HTTP/1.1" 200 1073 0.011653 10.0.0.249 - - [2026-02-16 02:12:04] "POST /neutron/port HTTP/1.1" 200 1127 0.085217 10.0.0.249 - - [2026-02-16 02:12:04] "POST /neutron/port HTTP/1.1" 200 1137 0.014807 10.0.0.249 - - [2026-02-16 02:12:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004548 10.0.0.249 - - [2026-02-16 02:12:04] "POST /neutron/subnet HTTP/1.1" 200 708 0.008385 10.0.0.249 - - [2026-02-16 02:12:04] "POST /neutron/port HTTP/1.1" 200 117 0.001443 10.0.0.249 - - [2026-02-16 02:12:04] "POST /neutron/network HTTP/1.1" 200 841 0.006338 10.0.0.249 - - [2026-02-16 02:12:07] "POST /neutron/port HTTP/1.1" 200 1137 0.017060 10.0.0.249 - - [2026-02-16 02:12:07] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006678 10.0.0.249 - - [2026-02-16 02:12:12] "POST /neutron/port HTTP/1.1" 200 1137 0.015117 10.0.0.249 - - [2026-02-16 02:12:12] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007952 10.0.0.249 - - [2026-02-16 02:12:12] "GET /obj-perms HTTP/1.1" 200 5071 0.003618 10.0.0.249 - - [2026-02-16 02:12:13] "GET /obj-perms HTTP/1.1" 200 5071 0.006589 10.0.0.249 - - [2026-02-16 02:12:14] "GET /obj-perms HTTP/1.1" 200 5071 0.003385 10.0.0.249 - - [2026-02-16 02:12:15] "GET /obj-perms HTTP/1.1" 200 5071 0.004018 10.0.0.249 - - [2026-02-16 02:12:16] "GET /obj-perms HTTP/1.1" 200 5071 0.003629 10.0.0.249 - - [2026-02-16 02:12:17] "POST /neutron/network HTTP/1.1" 200 841 0.007489 10.0.0.249 - - [2026-02-16 02:12:17] "POST /neutron/network HTTP/1.1" 400 204 0.011654 10.0.0.249 - - [2026-02-16 02:12:18] "POST /neutron/port HTTP/1.1" 200 1137 0.014982 10.0.0.249 - - [2026-02-16 02:12:18] "POST /neutron/port HTTP/1.1" 200 1127 0.010677 10.0.0.249 - - [2026-02-16 02:12:18] "POST /neutron/port HTTP/1.1" 200 151 0.135045 10.0.0.249 - - [2026-02-16 02:12:19] "POST /neutron/network HTTP/1.1" 200 841 0.006754 10.0.0.249 - - [2026-02-16 02:12:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003885 10.0.0.249 - - [2026-02-16 02:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.249 - - [2026-02-16 02:12:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003060 10.0.0.249 - - [2026-02-16 02:12:20] "POST /neutron/network HTTP/1.1" 200 151 0.092943 10.0.0.249 - - [2026-02-16 02:12:20] "DELETE /route-target/1c420051-86a3-4649-8c54-7c8150931e7e HTTP/1.1" 200 115 0.021368 10.0.0.249 - - [2026-02-16 02:12:20] "GET /routing-instance/b192af18-afa4-4550-bde9-671afaab4022 HTTP/1.1" 404 171 0.002939 10.0.0.249 - - [2026-02-16 02:12:20] "GET /domains HTTP/1.1" 200 281 0.002464 10.0.0.249 - - [2026-02-16 02:12:20] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001267 10.0.0.249 - - [2026-02-16 02:12:20] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 2595 0.051239 10.0.0.249 - - [2026-02-16 02:12:20] "GET /projects?obj_uuids=abd4aa58-c000-46b9-ae07-2ec18c8d6f05&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002082 10.0.0.249 - - [2026-02-16 02:12:20] "GET /project/abd4aa58-c000-46b9-ae07-2ec18c8d6f05 HTTP/1.1" 200 1924 0.078613 10.0.0.249 - - [2026-02-16 02:12:20] "GET /projects?obj_uuids=abd4aa58-c000-46b9-ae07-2ec18c8d6f05&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000974 10.0.0.249 - - [2026-02-16 02:12:20] "GET /project/abd4aa58-c000-46b9-ae07-2ec18c8d6f05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.025304 10.0.0.249 - - [2026-02-16 02:12:20] "GET /projects?obj_uuids=abd4aa58-c000-46b9-ae07-2ec18c8d6f05&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001077 10.0.0.249 - - [2026-02-16 02:12:20] "GET /project/abd4aa58-c000-46b9-ae07-2ec18c8d6f05?fields=virtual_networks HTTP/1.1" 200 1057 0.070314 10.0.0.249 - - [2026-02-16 02:12:20] "GET /projects?obj_uuids=abd4aa58-c000-46b9-ae07-2ec18c8d6f05&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001004 10.0.0.249 - - [2026-02-16 02:12:20] "GET /project/abd4aa58-c000-46b9-ae07-2ec18c8d6f05?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.032032 10.0.0.249 - - [2026-02-16 02:12:20] "GET /projects?obj_uuids=abd4aa58-c000-46b9-ae07-2ec18c8d6f05&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001380 10.0.0.249 - - [2026-02-16 02:12:20] "GET /project/abd4aa58-c000-46b9-ae07-2ec18c8d6f05?fields=security_groups HTTP/1.1" 200 1295 0.033601 10.0.0.249 - - [2026-02-16 02:12:21] "GET /projects?obj_uuids=9f7cd710-17f6-4aa9-9ca9-5667b633ad24&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001123 10.0.0.249 - - [2026-02-16 02:12:21] "GET /project/9f7cd710-17f6-4aa9-9ca9-5667b633ad24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.031215 10.0.0.249 - - [2026-02-16 02:12:25] "GET /projects?obj_uuids=9f7cd710-17f6-4aa9-9ca9-5667b633ad24&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001225 10.0.0.249 - - [2026-02-16 02:12:25] "GET /project/9f7cd710-17f6-4aa9-9ca9-5667b633ad24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.029092 10.0.0.249 - - [2026-02-16 02:12:26] "GET /documentation/index.html HTTP/1.1" 200 210274 0.006490 10.0.0.249 - - [2026-02-16 02:12:26] "POST /fqname-to-id HTTP/1.1" 404 200 0.030522 10.0.0.249 - - [2026-02-16 02:12:26] "GET /projects?obj_uuids=8134af74-a2e9-4dd7-859d-2e2a052f0874&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003440 10.0.0.249 - - [2026-02-16 02:12:26] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000897 10.0.0.249 - - [2026-02-16 02:12:26] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007255 10.0.0.249 - - [2026-02-16 02:12:26] "POST /id-to-fqname HTTP/1.1" 200 202 0.001285 10.0.0.249 - - [2026-02-16 02:12:26] "POST /fqname-to-id HTTP/1.1" 404 211 0.004771 10.0.0.249 - - [2026-02-16 02:12:26] "POST /security-groups HTTP/1.1" 200 603 0.071761 10.0.0.249 - - [2026-02-16 02:12:26] "POST /fqname-to-id HTTP/1.1" 404 246 0.002817 10.0.0.249 - - [2026-02-16 02:12:26] "POST /projects HTTP/1.1" 200 609 0.239544 10.0.0.249 - - [2026-02-16 02:12:27] "POST /access-control-lists HTTP/1.1" 200 610 0.061855 10.0.0.249 - - [2026-02-16 02:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.315090 10.0.0.249 - - [2026-02-16 02:12:27] "POST /fqname-to-id HTTP/1.1" 404 245 0.003046 10.0.0.249 - - [2026-02-16 02:12:27] "GET /project/8134af74-a2e9-4dd7-859d-2e2a052f0874?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.463367 10.0.0.249 - - [2026-02-16 02:12:27] "POST /access-control-lists HTTP/1.1" 200 608 0.079409 10.0.0.249 - - [2026-02-16 02:12:28] "GET / HTTP/1.1" 200 36215 0.001894 10.0.0.249 - - [2026-02-16 02:12:28] "GET /projects?obj_uuids=9f7cd710-17f6-4aa9-9ca9-5667b633ad24&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001042 10.0.0.249 - - [2026-02-16 02:12:28] "GET /project/9f7cd710-17f6-4aa9-9ca9-5667b633ad24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.054663 10.0.0.249 - - [2026-02-16 02:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.249 - - [2026-02-16 02:12:29] "GET /security-group/dc9b339c-8b3e-40ca-bdec-2f1972c37e12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3688 0.006023 10.0.0.249 - - [2026-02-16 02:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.249 - - [2026-02-16 02:12:29] "GET /projects?obj_uuids=9f7cd710-17f6-4aa9-9ca9-5667b633ad24&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001409 10.0.0.249 - - [2026-02-16 02:12:29] "GET /project/9f7cd710-17f6-4aa9-9ca9-5667b633ad24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.029859 10.0.0.249 - - [2026-02-16 02:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.249 - - [2026-02-16 02:12:29] "GET /security-group/dc9b339c-8b3e-40ca-bdec-2f1972c37e12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3688 0.004416 10.0.0.249 - - [2026-02-16 02:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.249 - - [2026-02-16 02:12:30] "PUT /security-group/dc9b339c-8b3e-40ca-bdec-2f1972c37e12 HTTP/1.1" 200 263 0.017285 10.0.0.249 - - [2026-02-16 02:12:30] "PUT /access-control-list/7831c2b7-3161-401b-a4c2-49c41041c26e HTTP/1.1" 200 273 0.023687 10.0.0.249 - - [2026-02-16 02:12:30] "PUT /access-control-list/f69ffe25-8c57-480f-94aa-af1a70412009 HTTP/1.1" 200 273 0.022285 10.0.0.249 - - [2026-02-16 02:12:30] "POST /fqname-to-id HTTP/1.1" 401 293 0.000618 10.0.0.249 - - [2026-02-16 02:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.087080 10.0.0.249 - - [2026-02-16 02:12:30] "GET /projects?obj_uuids=8134af74-a2e9-4dd7-859d-2e2a052f0874&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001026 10.0.0.249 - - [2026-02-16 02:12:30] "GET /project/8134af74-a2e9-4dd7-859d-2e2a052f0874?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.028395 10.0.0.249 - - [2026-02-16 02:12:30] "POST /neutron/network HTTP/1.1" 200 117 0.054979 10.0.0.249 - - [2026-02-16 02:12:30] "GET /projects?obj_uuids=8134af74-a2e9-4dd7-859d-2e2a052f0874&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001030 10.0.0.249 - - [2026-02-16 02:12:31] "POST /neutron/network HTTP/1.1" 200 619 0.083427 10.0.0.249 - - [2026-02-16 02:12:31] "POST /route-targets HTTP/1.1" 200 328 0.010748 10.0.0.249 - - [2026-02-16 02:12:31] "POST /ref-update HTTP/1.1" 200 156 0.015426 10.0.0.249 - - [2026-02-16 02:12:31] "POST /useragent-kv HTTP/1.1" 200 115 0.005407 10.0.0.249 - - [2026-02-16 02:12:31] "POST /neutron/subnet HTTP/1.1" 200 719 0.148675 10.0.0.249 - - [2026-02-16 02:12:31] "POST /neutron/network HTTP/1.1" 200 837 0.008599 10.0.0.249 - - [2026-02-16 02:12:31] "POST /id-to-fqname HTTP/1.1" 200 233 0.001353 10.0.0.249 - - [2026-02-16 02:12:31] "GET /virtual-network/af2ae539-8907-43d6-825c-217f5175b66f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007386 10.0.0.249 - - [2026-02-16 02:12:31] "POST /neutron/network HTTP/1.1" 200 837 0.005889 10.0.0.249 - - [2026-02-16 02:12:31] "GET /virtual-network/af2ae539-8907-43d6-825c-217f5175b66f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005707 10.0.0.249 - - [2026-02-16 02:12:31] "POST /neutron/network HTTP/1.1" 200 837 0.005877 10.0.0.249 - - [2026-02-16 02:12:31] "POST /neutron/subnet HTTP/1.1" 200 719 0.007767 10.0.0.249 - - [2026-02-16 02:12:31] "GET /domains HTTP/1.1" 401 293 0.000436 10.0.0.249 - - [2026-02-16 02:12:31] "GET /domains HTTP/1.1" 200 281 0.035046 10.0.0.249 - - [2026-02-16 02:12:31] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000968 10.0.0.249 - - [2026-02-16 02:12:31] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 2794 0.009794 10.0.0.249 - - [2026-02-16 02:12:31] "GET /projects?obj_uuids=8134af74-a2e9-4dd7-859d-2e2a052f0874&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001034 10.0.0.249 - - [2026-02-16 02:12:31] "GET /project/8134af74-a2e9-4dd7-859d-2e2a052f0874 HTTP/1.1" 200 2179 0.078538 10.0.0.249 - - [2026-02-16 02:12:31] "GET /virtual-network/af2ae539-8907-43d6-825c-217f5175b66f HTTP/1.1" 200 2341 0.005705 10.0.0.249 - - [2026-02-16 02:12:31] "GET /virtual-network/af2ae539-8907-43d6-825c-217f5175b66f HTTP/1.1" 200 2341 0.004771 10.0.0.249 - - [2026-02-16 02:12:31] "GET /routing-instance/426c9ecb-1ed7-4514-975f-67eb8b037f21 HTTP/1.1" 200 1494 0.004099 10.0.0.249 - - [2026-02-16 02:12:31] "GET /routing-instance/426c9ecb-1ed7-4514-975f-67eb8b037f21 HTTP/1.1" 200 1494 0.005146 10.0.0.249 - - [2026-02-16 02:12:31] "GET /route-target/2be04059-3494-4387-b5d1-b624646794a2 HTTP/1.1" 200 1220 0.004899 10.0.0.249 - - [2026-02-16 02:12:31] "GET /virtual-network/af2ae539-8907-43d6-825c-217f5175b66f HTTP/1.1" 200 2341 0.005483 10.0.0.249 - - [2026-02-16 02:12:31] "GET /routing-instance/426c9ecb-1ed7-4514-975f-67eb8b037f21 HTTP/1.1" 200 1494 0.003671 10.0.0.249 - - [2026-02-16 02:12:31] "GET /virtual-network/af2ae539-8907-43d6-825c-217f5175b66f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005803 10.0.0.249 - - [2026-02-16 02:12:31] "GET /virtual-network/af2ae539-8907-43d6-825c-217f5175b66f HTTP/1.1" 200 2341 0.006871 10.0.0.249 - - [2026-02-16 02:12:32] "GET /routing-instance/426c9ecb-1ed7-4514-975f-67eb8b037f21 HTTP/1.1" 200 1494 0.004749 10.0.0.249 - - [2026-02-16 02:12:32] "GET /routing-instance/426c9ecb-1ed7-4514-975f-67eb8b037f21 HTTP/1.1" 200 1494 0.005743 10.0.0.249 - - [2026-02-16 02:12:32] "GET /route-target/2be04059-3494-4387-b5d1-b624646794a2 HTTP/1.1" 200 1220 0.005812 10.0.0.249 - - [2026-02-16 02:12:32] "GET /domains HTTP/1.1" 200 281 0.003757 10.0.0.249 - - [2026-02-16 02:12:32] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000943 10.0.0.249 - - [2026-02-16 02:12:32] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 2794 0.007178 10.0.0.249 - - [2026-02-16 02:12:32] "GET /projects?obj_uuids=8134af74-a2e9-4dd7-859d-2e2a052f0874&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000859 10.0.0.249 - - [2026-02-16 02:12:32] "GET /project/8134af74-a2e9-4dd7-859d-2e2a052f0874 HTTP/1.1" 200 2179 0.076495 10.0.0.249 - - [2026-02-16 02:12:32] "GET /virtual-network/af2ae539-8907-43d6-825c-217f5175b66f HTTP/1.1" 200 2341 0.005061 10.0.0.249 - - [2026-02-16 02:12:32] "GET /obj-perms HTTP/1.1" 200 5073 0.061100 10.0.0.249 - - [2026-02-16 02:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.249 - - [2026-02-16 02:12:32] "GET /projects?obj_uuids=8134af74-a2e9-4dd7-859d-2e2a052f0874&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001565 10.0.0.249 - - [2026-02-16 02:12:32] "GET /project/8134af74-a2e9-4dd7-859d-2e2a052f0874?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.035380 10.0.0.249 - - [2026-02-16 02:12:32] "POST /neutron/network HTTP/1.1" 200 117 0.017097 10.0.0.249 - - [2026-02-16 02:12:32] "GET /projects?obj_uuids=8134af74-a2e9-4dd7-859d-2e2a052f0874&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000969 10.0.0.249 - - [2026-02-16 02:12:32] "POST /neutron/network HTTP/1.1" 200 619 0.079970 10.0.0.249 - - [2026-02-16 02:12:32] "POST /route-targets HTTP/1.1" 200 328 0.014052 10.0.0.249 - - [2026-02-16 02:12:32] "POST /ref-update HTTP/1.1" 200 156 0.017399 10.0.0.249 - - [2026-02-16 02:12:33] "POST /useragent-kv HTTP/1.1" 200 115 0.009913 10.0.0.249 - - [2026-02-16 02:12:33] "POST /neutron/subnet HTTP/1.1" 200 724 0.216252 10.0.0.249 - - [2026-02-16 02:12:33] "POST /neutron/network HTTP/1.1" 200 838 0.005911 10.0.0.249 - - [2026-02-16 02:12:33] "POST /id-to-fqname HTTP/1.1" 200 233 0.001258 10.0.0.249 - - [2026-02-16 02:12:33] "GET /virtual-network/55cecfa6-2243-4c00-afac-d58828b87ded?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006141 10.0.0.249 - - [2026-02-16 02:12:33] "POST /neutron/network HTTP/1.1" 200 838 0.014406 10.0.0.249 - - [2026-02-16 02:12:33] "GET /virtual-network/55cecfa6-2243-4c00-afac-d58828b87ded?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004916 10.0.0.249 - - [2026-02-16 02:12:33] "POST /neutron/network HTTP/1.1" 200 838 0.006286 10.0.0.249 - - [2026-02-16 02:12:33] "POST /neutron/subnet HTTP/1.1" 200 724 0.007602 10.0.0.249 - - [2026-02-16 02:12:33] "GET /domains HTTP/1.1" 200 281 0.003254 10.0.0.249 - - [2026-02-16 02:12:33] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001160 10.0.0.249 - - [2026-02-16 02:12:33] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 2794 0.008781 10.0.0.249 - - [2026-02-16 02:12:33] "GET /projects?obj_uuids=8134af74-a2e9-4dd7-859d-2e2a052f0874&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001204 10.0.0.249 - - [2026-02-16 02:12:33] "GET /project/8134af74-a2e9-4dd7-859d-2e2a052f0874 HTTP/1.1" 200 2408 0.076010 10.0.0.249 - - [2026-02-16 02:12:33] "GET /virtual-network/55cecfa6-2243-4c00-afac-d58828b87ded HTTP/1.1" 200 2344 0.009636 10.0.0.249 - - [2026-02-16 02:12:33] "GET /virtual-network/55cecfa6-2243-4c00-afac-d58828b87ded HTTP/1.1" 200 2344 0.005875 10.0.0.249 - - [2026-02-16 02:12:33] "GET /routing-instance/649ca45d-7259-4d09-9341-4b0c811699d7 HTTP/1.1" 200 1494 0.005225 10.0.0.249 - - [2026-02-16 02:12:33] "GET /routing-instance/649ca45d-7259-4d09-9341-4b0c811699d7 HTTP/1.1" 200 1494 0.003678 10.0.0.249 - - [2026-02-16 02:12:33] "GET /route-target/cc176cf0-3d10-46ef-bffa-425020ae5655 HTTP/1.1" 200 1221 0.004493 10.0.0.249 - - [2026-02-16 02:12:33] "GET /virtual-network/55cecfa6-2243-4c00-afac-d58828b87ded HTTP/1.1" 200 2344 0.006523 10.0.0.249 - - [2026-02-16 02:12:33] "GET /routing-instance/649ca45d-7259-4d09-9341-4b0c811699d7 HTTP/1.1" 200 1494 0.004086 10.0.0.249 - - [2026-02-16 02:12:33] "GET /virtual-network/55cecfa6-2243-4c00-afac-d58828b87ded?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006258 10.0.0.249 - - [2026-02-16 02:12:33] "GET /virtual-network/55cecfa6-2243-4c00-afac-d58828b87ded HTTP/1.1" 200 2344 0.005894 10.0.0.249 - - [2026-02-16 02:12:33] "GET /routing-instance/649ca45d-7259-4d09-9341-4b0c811699d7 HTTP/1.1" 200 1494 0.004117 10.0.0.249 - - [2026-02-16 02:12:33] "GET /routing-instance/649ca45d-7259-4d09-9341-4b0c811699d7 HTTP/1.1" 200 1494 0.004571 10.0.0.249 - - [2026-02-16 02:12:33] "GET /route-target/cc176cf0-3d10-46ef-bffa-425020ae5655 HTTP/1.1" 200 1221 0.003092 10.0.0.249 - - [2026-02-16 02:12:33] "GET /domains HTTP/1.1" 200 281 0.004408 10.0.0.249 - - [2026-02-16 02:12:33] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000999 10.0.0.249 - - [2026-02-16 02:12:33] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 2794 0.007015 10.0.0.249 - - [2026-02-16 02:12:33] "GET /projects?obj_uuids=8134af74-a2e9-4dd7-859d-2e2a052f0874&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001395 10.0.0.249 - - [2026-02-16 02:12:33] "GET /project/8134af74-a2e9-4dd7-859d-2e2a052f0874 HTTP/1.1" 200 2408 0.077564 10.0.0.249 - - [2026-02-16 02:12:33] "GET /virtual-network/55cecfa6-2243-4c00-afac-d58828b87ded HTTP/1.1" 200 2344 0.005203 10.0.0.249 - - [2026-02-16 02:12:33] "GET /obj-perms HTTP/1.1" 200 5073 0.003572 10.0.0.249 - - [2026-02-16 02:12:33] "POST /id-to-fqname HTTP/1.1" 200 233 0.001323 10.0.0.249 - - [2026-02-16 02:12:33] "POST /neutron/network HTTP/1.1" 200 848 0.006463 10.0.0.249 - - [2026-02-16 02:12:33] "GET /aaa-mode HTTP/1.1" 401 293 0.000427 10.0.0.249 - - [2026-02-16 02:12:34] "GET / HTTP/1.1" 200 36215 0.001452 10.0.0.249 - - [2026-02-16 02:12:34] "GET /project/8134af74-a2e9-4dd7-859d-2e2a052f0874?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000535 10.0.0.249 - - [2026-02-16 02:12:34] "GET /projects?obj_uuids=8134af74-a2e9-4dd7-859d-2e2a052f0874&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001054 10.0.0.249 - - [2026-02-16 02:12:34] "GET /project/8134af74-a2e9-4dd7-859d-2e2a052f0874?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.063619 10.0.0.249 - - [2026-02-16 02:12:34] "POST /neutron/network HTTP/1.1" 200 838 0.005635 10.0.0.249 - - [2026-02-16 02:12:34] "POST /neutron/port HTTP/1.1" 200 117 0.005615 10.0.0.249 - - [2026-02-16 02:12:34] "POST /neutron/port HTTP/1.1" 200 117 0.004982 10.0.0.249 - - [2026-02-16 02:12:34] "POST /id-to-fqname HTTP/1.1" 200 233 0.001480 10.0.0.249 - - [2026-02-16 02:12:34] "POST /neutron/port HTTP/1.1" 200 117 0.005030 10.0.0.249 - - [2026-02-16 02:12:35] "POST /neutron/network HTTP/1.1" 200 847 0.008884 10.0.0.249 - - [2026-02-16 02:12:35] "GET /aaa-mode HTTP/1.1" 401 293 0.000592 10.0.0.249 - - [2026-02-16 02:12:35] "POST /neutron/network HTTP/1.1" 200 848 0.006972 10.0.0.249 - - [2026-02-16 02:12:35] "GET /projects?obj_uuids=8134af74-a2e9-4dd7-859d-2e2a052f0874&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002201 10.0.0.249 - - [2026-02-16 02:12:35] "GET / HTTP/1.1" 200 36215 0.001704 10.0.0.249 - - [2026-02-16 02:12:35] "GET /project/8134af74-a2e9-4dd7-859d-2e2a052f0874?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000747 10.0.0.249 - - [2026-02-16 02:12:35] "POST /neutron/port HTTP/1.1" 200 1072 0.264287 10.0.0.249 - - [2026-02-16 02:12:35] "POST /neutron/port HTTP/1.1" 200 1072 0.015134 10.0.0.249 - - [2026-02-16 02:12:35] "POST /neutron/port HTTP/1.1" 200 1072 0.009895 10.0.0.249 - - [2026-02-16 02:12:35] "POST /neutron/port HTTP/1.1" 200 1126 0.085266 10.0.0.249 - - [2026-02-16 02:12:35] "POST /neutron/port HTTP/1.1" 200 1136 0.014007 10.0.0.249 - - [2026-02-16 02:12:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005025 10.0.0.249 - - [2026-02-16 02:12:35] "POST /neutron/subnet HTTP/1.1" 200 698 0.015060 10.0.0.249 - - [2026-02-16 02:12:35] "POST /neutron/port HTTP/1.1" 200 117 0.001277 10.0.0.249 - - [2026-02-16 02:12:35] "GET /projects?obj_uuids=8134af74-a2e9-4dd7-859d-2e2a052f0874&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001173 10.0.0.249 - - [2026-02-16 02:12:35] "GET /project/8134af74-a2e9-4dd7-859d-2e2a052f0874?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.074405 10.0.0.249 - - [2026-02-16 02:12:35] "POST /neutron/network HTTP/1.1" 200 838 0.011245 10.0.0.249 - - [2026-02-16 02:12:35] "POST /neutron/network HTTP/1.1" 200 837 0.009651 10.0.0.249 - - [2026-02-16 02:12:36] "POST /neutron/port HTTP/1.1" 200 1136 0.025347 10.0.0.249 - - [2026-02-16 02:12:36] "POST /neutron/security_group HTTP/1.1" 200 2070 0.022185 10.0.0.249 - - [2026-02-16 02:12:36] "POST /neutron/port HTTP/1.1" 200 117 0.005840 10.0.0.249 - - [2026-02-16 02:12:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.249 - - [2026-02-16 02:12:36] "GET /projects?obj_uuids=8134af74-a2e9-4dd7-859d-2e2a052f0874&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000951 10.0.0.249 - - [2026-02-16 02:12:36] "GET /project/8134af74-a2e9-4dd7-859d-2e2a052f0874?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.049095 10.0.0.249 - - [2026-02-16 02:12:36] "GET /virtual-network/af2ae539-8907-43d6-825c-217f5175b66f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006442 10.0.0.249 - - [2026-02-16 02:12:36] "GET /floating-ip-pools?parent_id=af2ae539-8907-43d6-825c-217f5175b66f&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003673 10.0.0.249 - - [2026-02-16 02:12:36] "GET /virtual-network/af2ae539-8907-43d6-825c-217f5175b66f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005726 10.0.0.249 - - [2026-02-16 02:12:36] "POST /floating-ip-pools HTTP/1.1" 200 611 0.025193 10.0.0.249 - - [2026-02-16 02:12:36] "POST /ref-update HTTP/1.1" 200 156 0.010393 10.0.0.249 - - [2026-02-16 02:12:36] "POST /neutron/network HTTP/1.1" 200 847 0.007348 10.0.0.249 - - [2026-02-16 02:12:36] "GET /virtual-network/af2ae539-8907-43d6-825c-217f5175b66f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.008021 10.0.0.249 - - [2026-02-16 02:12:36] "GET /projects?obj_uuids=8134af74-a2e9-4dd7-859d-2e2a052f0874&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001299 10.0.0.249 - - [2026-02-16 02:12:36] "GET /domains HTTP/1.1" 200 281 0.010662 10.0.0.249 - - [2026-02-16 02:12:36] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002404 10.0.0.249 - - [2026-02-16 02:12:36] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 2794 0.025048 10.0.0.249 - - [2026-02-16 02:12:36] "GET /projects?obj_uuids=8134af74-a2e9-4dd7-859d-2e2a052f0874&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001044 10.0.0.249 - - [2026-02-16 02:12:36] "GET /project/8134af74-a2e9-4dd7-859d-2e2a052f0874 HTTP/1.1" 200 3253 0.120340 10.0.0.249 - - [2026-02-16 02:12:36] "GET /virtual-network/af2ae539-8907-43d6-825c-217f5175b66f HTTP/1.1" 200 2934 0.020902 10.0.0.249 - - [2026-02-16 02:12:36] "GET /floating-ip-pool/8a636f7e-4c8a-4235-9d82-4a84a410b5c5 HTTP/1.1" 200 1444 0.007744 10.0.0.249 - - [2026-02-16 02:12:36] "GET /domains HTTP/1.1" 200 281 0.006073 10.0.0.249 - - [2026-02-16 02:12:36] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001184 10.0.0.249 - - [2026-02-16 02:12:36] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 2794 0.010671 10.0.0.249 - - [2026-02-16 02:12:36] "GET /projects?obj_uuids=8134af74-a2e9-4dd7-859d-2e2a052f0874&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001042 10.0.0.249 - - [2026-02-16 02:12:37] "POST /neutron/port HTTP/1.1" 200 1071 0.349257 10.0.0.249 - - [2026-02-16 02:12:37] "GET /project/8134af74-a2e9-4dd7-859d-2e2a052f0874 HTTP/1.1" 200 3253 0.107303 10.0.0.249 - - [2026-02-16 02:12:37] "GET /virtual-network/af2ae539-8907-43d6-825c-217f5175b66f HTTP/1.1" 200 3156 0.011394 10.0.0.249 - - [2026-02-16 02:12:37] "GET /virtual-network/af2ae539-8907-43d6-825c-217f5175b66f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.012052 10.0.0.249 - - [2026-02-16 02:12:37] "POST /neutron/port HTTP/1.1" 200 1071 0.031020 10.0.0.249 - - [2026-02-16 02:12:37] "POST /neutron/port HTTP/1.1" 200 1071 0.011905 10.0.0.249 - - [2026-02-16 02:12:37] "POST /neutron/port HTTP/1.1" 200 1136 0.037066 10.0.0.249 - - [2026-02-16 02:12:37] "POST /neutron/security_group HTTP/1.1" 200 2070 0.020674 10.0.0.249 - - [2026-02-16 02:12:37] "POST /neutron/port HTTP/1.1" 200 1125 0.102391 10.0.0.249 - - [2026-02-16 02:12:37] "POST /neutron/port HTTP/1.1" 200 1135 0.012572 10.0.0.249 - - [2026-02-16 02:12:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003455 10.0.0.249 - - [2026-02-16 02:12:37] "POST /neutron/subnet HTTP/1.1" 200 693 0.008601 10.0.0.249 - - [2026-02-16 02:12:37] "POST /neutron/port HTTP/1.1" 200 117 0.001609 10.0.0.249 - - [2026-02-16 02:12:37] "POST /neutron/network HTTP/1.1" 200 837 0.007122 10.0.0.249 - - [2026-02-16 02:12:42] "POST /neutron/port HTTP/1.1" 200 1136 0.014061 10.0.0.249 - - [2026-02-16 02:12:42] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005883 10.0.0.249 - - [2026-02-16 02:12:42] "POST /neutron/port HTTP/1.1" 200 1136 0.014228 10.0.0.249 - - [2026-02-16 02:12:42] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012541 10.0.0.249 - - [2026-02-16 02:12:42] "POST /neutron/port HTTP/1.1" 200 1136 0.014077 10.0.0.249 - - [2026-02-16 02:12:42] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006938 10.0.0.249 - - [2026-02-16 02:12:42] "GET /virtual-machine/16efb5b4-7378-44c0-8110-5dffcdb8fbb1 HTTP/1.1" 200 1305 0.005466 10.0.0.249 - - [2026-02-16 02:12:42] "GET /virtual-machine-interface/4311d14e-765c-49c8-be59-279936f9a5bf HTTP/1.1" 200 3011 0.006439 10.0.0.249 - - [2026-02-16 02:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.249 - - [2026-02-16 02:12:42] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003017 10.0.0.249 - - [2026-02-16 02:12:42] "GET /virtual-networks?parent_id=8134af74-a2e9-4dd7-859d-2e2a052f0874&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003428 10.0.0.249 - - [2026-02-16 02:12:42] "GET /virtual-network/55cecfa6-2243-4c00-afac-d58828b87ded?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005195 10.0.0.249 - - [2026-02-16 02:12:42] "DELETE /project/8134af74a2e94dd7859d2e2a052f0874 HTTP/1.1" 404 173 0.009641 10.0.0.249 - - [2026-02-16 02:12:42] "DELETE /project/abd4aa58c00046b9ae072ec18c8d6f05 HTTP/1.1" 404 173 0.008859 10.0.0.249 - - [2026-02-16 02:12:42] "DELETE /project/9f7cd71017f64aa99ca95667b633ad24 HTTP/1.1" 404 173 0.007571 10.0.0.249 - - [2026-02-16 02:12:42] "GET /projects?obj_uuids=abd4aa58-c000-46b9-ae07-2ec18c8d6f05&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001341 10.0.0.249 - - [2026-02-16 02:12:42] "GET /project/abd4aa58-c000-46b9-ae07-2ec18c8d6f05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.036717 10.0.0.249 - - [2026-02-16 02:12:42] "GET /projects?obj_uuids=abd4aa58-c000-46b9-ae07-2ec18c8d6f05&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002503 10.0.0.249 - - [2026-02-16 02:12:42] "GET /project/abd4aa58-c000-46b9-ae07-2ec18c8d6f05?fields=security_groups HTTP/1.1" 200 1397 0.037068 10.0.0.249 - - [2026-02-16 02:12:43] "DELETE /security-group/3e9b092d-981e-4f12-810c-b93d06378c8d HTTP/1.1" 200 115 0.043526 10.0.0.249 - - [2026-02-16 02:12:43] "GET /projects?obj_uuids=abd4aa58-c000-46b9-ae07-2ec18c8d6f05&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000988 10.0.0.249 - - [2026-02-16 02:12:43] "DELETE /access-control-list/fd177771-1aa1-4076-aea0-fa78379cddd2 HTTP/1.1" 200 115 0.029796 10.0.0.249 - - [2026-02-16 02:12:43] "GET /project/abd4aa58-c000-46b9-ae07-2ec18c8d6f05?fields=application_policy_sets HTTP/1.1" 200 1436 0.036101 10.0.0.249 - - [2026-02-16 02:12:43] "DELETE /access-control-list/c657da40-e5a4-4b33-90f4-53b9578a3c14 HTTP/1.1" 200 115 0.026269 10.0.0.249 - - [2026-02-16 02:12:43] "DELETE /project/abd4aa58-c000-46b9-ae07-2ec18c8d6f05 HTTP/1.1" 200 115 0.334588 10.0.0.249 - - [2026-02-16 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.249 - - [2026-02-16 02:12:45] "GET /virtual-network/55cecfa6-2243-4c00-afac-d58828b87ded?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006392 10.0.0.249 - - [2026-02-16 02:12:46] "POST /neutron/port HTTP/1.1" 200 1136 0.045105 10.0.0.249 - - [2026-02-16 02:12:46] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004951 10.0.0.249 - - [2026-02-16 02:12:47] "POST /neutron/port HTTP/1.1" 200 1135 0.021206 10.0.0.249 - - [2026-02-16 02:12:47] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005876 10.0.0.249 - - [2026-02-16 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.249 - - [2026-02-16 02:12:47] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003731 10.0.0.249 - - [2026-02-16 02:12:47] "GET /virtual-networks?parent_id=8134af74-a2e9-4dd7-859d-2e2a052f0874&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003830 10.0.0.249 - - [2026-02-16 02:12:47] "GET /virtual-network/55cecfa6-2243-4c00-afac-d58828b87ded?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005916 10.0.0.249 - - [2026-02-16 02:12:48] "GET /projects?obj_uuids=8134af74-a2e9-4dd7-859d-2e2a052f0874&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001350 10.0.0.249 - - [2026-02-16 02:12:48] "POST /neutron/floatingip HTTP/1.1" 200 529 0.084970 10.0.0.249 - - [2026-02-16 02:12:48] "POST /neutron/port HTTP/1.1" 200 1136 0.014769 10.0.0.249 - - [2026-02-16 02:12:48] "POST /neutron/floatingip HTTP/1.1" 200 529 0.005407 10.0.0.249 - - [2026-02-16 02:12:48] "POST /neutron/floatingip HTTP/1.1" 200 576 0.034155 10.0.0.249 - - [2026-02-16 02:12:48] "POST /neutron/port HTTP/1.1" 200 1135 0.017440 10.0.0.249 - - [2026-02-16 02:12:48] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006358 10.0.0.249 - - [2026-02-16 02:12:48] "POST /neutron/port HTTP/1.1" 200 1135 0.020023 10.0.0.249 - - [2026-02-16 02:12:48] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007012 10.0.0.249 - - [2026-02-16 02:12:48] "POST /neutron/port HTTP/1.1" 200 1135 0.014501 10.0.0.249 - - [2026-02-16 02:12:48] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008575 10.0.0.249 - - [2026-02-16 02:12:48] "GET /virtual-machine/9c3216d6-b890-4ebf-b87c-ed37b41116e1 HTTP/1.1" 200 1307 0.005078 10.0.0.249 - - [2026-02-16 02:12:48] "GET /virtual-machine-interface/f47c9954-71a3-4872-adf4-afcce24ba63b HTTP/1.1" 200 3012 0.005094 10.0.0.249 - - [2026-02-16 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.249 - - [2026-02-16 02:12:48] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003375 10.0.0.249 - - [2026-02-16 02:12:48] "GET /virtual-networks?parent_id=8134af74-a2e9-4dd7-859d-2e2a052f0874&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.004043 10.0.0.249 - - [2026-02-16 02:12:48] "GET /virtual-network/af2ae539-8907-43d6-825c-217f5175b66f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006762 10.0.0.249 - - [2026-02-16 02:12:48] "GET /obj-perms HTTP/1.1" 200 5075 0.056737 10.0.0.249 - - [2026-02-16 02:12:49] "GET /obj-perms HTTP/1.1" 200 5075 0.054612 10.0.0.249 - - [2026-02-16 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.249 - - [2026-02-16 02:12:49] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003725 10.0.0.249 - - [2026-02-16 02:12:49] "GET /virtual-networks?parent_id=8134af74-a2e9-4dd7-859d-2e2a052f0874&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003069 10.0.0.249 - - [2026-02-16 02:12:49] "GET /virtual-network/af2ae539-8907-43d6-825c-217f5175b66f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006931 10.0.0.249 - - [2026-02-16 02:12:49] "POST /neutron/port HTTP/1.1" 200 1135 0.014331 10.0.0.249 - - [2026-02-16 02:12:49] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007054 10.0.0.249 - - [2026-02-16 02:12:55] "POST /neutron/floatingip HTTP/1.1" 200 576 0.011694 10.0.0.249 - - [2026-02-16 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002182 10.0.0.249 - - [2026-02-16 02:12:55] "GET /routing-instance/426c9ecb-1ed7-4514-975f-67eb8b037f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.002728 10.0.0.249 - - [2026-02-16 02:12:55] "GET /route-target/2be04059-3494-4387-b5d1-b624646794a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005104 10.0.0.249 - - [2026-02-16 02:12:55] "GET /floating-ip/6152b5d3-5b71-4dd0-8132-9d3fadeb585f HTTP/1.1" 200 1891 0.005876 10.0.0.249 - - [2026-02-16 02:12:58] "POST /neutron/floatingip HTTP/1.1" 200 576 0.012752 10.0.0.249 - - [2026-02-16 02:12:58] "POST /neutron/floatingip HTTP/1.1" 200 529 0.028313 10.0.0.249 - - [2026-02-16 02:12:58] "POST /neutron/floatingip HTTP/1.1" 200 529 0.006000 10.0.0.249 - - [2026-02-16 02:12:58] "POST /neutron/floatingip HTTP/1.1" 200 115 0.042311 10.0.0.249 - - [2026-02-16 02:12:58] "GET /floating-ip-pool/8a636f7e-4c8a-4235-9d82-4a84a410b5c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.002988 10.0.0.249 - - [2026-02-16 02:12:58] "POST /ref-update HTTP/1.1" 200 156 0.007819 10.0.0.249 - - [2026-02-16 02:12:58] "DELETE /floating-ip-pool/8a636f7e-4c8a-4235-9d82-4a84a410b5c5 HTTP/1.1" 200 115 0.038690 10.0.0.249 - - [2026-02-16 02:12:58] "POST /neutron/network HTTP/1.1" 200 838 0.006688 10.0.0.249 - - [2026-02-16 02:12:58] "POST /neutron/network HTTP/1.1" 400 204 0.012826 10.0.0.249 - - [2026-02-16 02:12:59] "POST /neutron/port HTTP/1.1" 200 1135 0.014109 10.0.0.249 - - [2026-02-16 02:12:59] "POST /neutron/port HTTP/1.1" 200 1125 0.018746 10.0.0.249 - - [2026-02-16 02:12:59] "POST /neutron/port HTTP/1.1" 200 1136 0.021697 10.0.0.249 - - [2026-02-16 02:12:59] "POST /neutron/port HTTP/1.1" 200 1126 0.018425 10.0.0.249 - - [2026-02-16 02:12:59] "POST /neutron/port HTTP/1.1" 200 151 0.185639 10.0.0.249 - - [2026-02-16 02:12:59] "POST /neutron/port HTTP/1.1" 200 151 0.150918 10.0.0.249 - - [2026-02-16 02:13:00] "POST /neutron/network HTTP/1.1" 200 838 0.005576 10.0.0.249 - - [2026-02-16 02:13:00] "POST /useragent-kv HTTP/1.1" 200 115 0.005856 10.0.0.249 - - [2026-02-16 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005208 10.0.0.249 - - [2026-02-16 02:13:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003380 10.0.0.249 - - [2026-02-16 02:13:00] "POST /neutron/network HTTP/1.1" 200 151 0.092129 10.0.0.249 - - [2026-02-16 02:13:00] "GET /routing-instance/649ca45d-7259-4d09-9341-4b0c811699d7 HTTP/1.1" 404 171 0.002795 10.0.0.249 - - [2026-02-16 02:13:00] "DELETE /route-target/cc176cf0-3d10-46ef-bffa-425020ae5655 HTTP/1.1" 200 115 0.021719 10.0.0.249 - - [2026-02-16 02:13:00] "GET /domains HTTP/1.1" 200 281 0.005373 10.0.0.249 - - [2026-02-16 02:13:00] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001486 10.0.0.249 - - [2026-02-16 02:13:01] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 2596 0.056832 10.0.0.249 - - [2026-02-16 02:13:01] "GET /projects?obj_uuids=8134af74-a2e9-4dd7-859d-2e2a052f0874&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001379 10.0.0.249 - - [2026-02-16 02:13:01] "GET /project/8134af74-a2e9-4dd7-859d-2e2a052f0874 HTTP/1.1" 200 2179 0.079371 10.0.0.249 - - [2026-02-16 02:13:01] "POST /neutron/network HTTP/1.1" 200 837 0.006470 10.0.0.249 - - [2026-02-16 02:13:01] "POST /useragent-kv HTTP/1.1" 200 115 0.005785 10.0.0.249 - - [2026-02-16 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004199 10.0.0.249 - - [2026-02-16 02:13:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003658 10.0.0.249 - - [2026-02-16 02:13:01] "POST /neutron/network HTTP/1.1" 200 151 0.116134 10.0.0.249 - - [2026-02-16 02:13:01] "DELETE /route-target/2be04059-3494-4387-b5d1-b624646794a2 HTTP/1.1" 200 115 0.019917 10.0.0.249 - - [2026-02-16 02:13:01] "GET /routing-instance/426c9ecb-1ed7-4514-975f-67eb8b037f21 HTTP/1.1" 404 171 0.003747 10.0.0.249 - - [2026-02-16 02:13:01] "GET /domains HTTP/1.1" 200 281 0.002499 10.0.0.249 - - [2026-02-16 02:13:01] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001033 10.0.0.249 - - [2026-02-16 02:13:01] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 2596 0.050915 10.0.0.249 - - [2026-02-16 02:13:01] "GET /projects?obj_uuids=8134af74-a2e9-4dd7-859d-2e2a052f0874&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001729 10.0.0.249 - - [2026-02-16 02:13:01] "GET /project/8134af74-a2e9-4dd7-859d-2e2a052f0874 HTTP/1.1" 200 1928 0.072690 10.0.0.249 - - [2026-02-16 02:13:01] "GET /projects?obj_uuids=8134af74-a2e9-4dd7-859d-2e2a052f0874&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001064 10.0.0.249 - - [2026-02-16 02:13:01] "GET /project/8134af74-a2e9-4dd7-859d-2e2a052f0874?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.027399 10.0.0.249 - - [2026-02-16 02:13:01] "GET /projects?obj_uuids=8134af74-a2e9-4dd7-859d-2e2a052f0874&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001060 10.0.0.249 - - [2026-02-16 02:13:01] "GET /project/8134af74-a2e9-4dd7-859d-2e2a052f0874?fields=virtual_networks HTTP/1.1" 200 1057 0.066846 10.0.0.249 - - [2026-02-16 02:13:01] "GET /projects?obj_uuids=8134af74-a2e9-4dd7-859d-2e2a052f0874&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001257 10.0.0.249 - - [2026-02-16 02:13:01] "GET /project/8134af74-a2e9-4dd7-859d-2e2a052f0874?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.038588 10.0.0.249 - - [2026-02-16 02:13:01] "GET /projects?obj_uuids=8134af74-a2e9-4dd7-859d-2e2a052f0874&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001081 10.0.0.249 - - [2026-02-16 02:13:01] "GET /project/8134af74-a2e9-4dd7-859d-2e2a052f0874?fields=security_groups HTTP/1.1" 200 1296 0.027610 10.0.0.249 - - [2026-02-16 02:13:02] "POST /fqname-to-id HTTP/1.1" 404 183 0.027884 10.0.0.249 - - [2026-02-16 02:13:02] "GET /projects?obj_uuids=9272dba6-efaf-48e2-a45d-71c76436e092&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002428 10.0.0.249 - - [2026-02-16 02:13:03] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001436 10.0.0.249 - - [2026-02-16 02:13:03] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009025 10.0.0.249 - - [2026-02-16 02:13:03] "POST /id-to-fqname HTTP/1.1" 200 185 0.001258 10.0.0.249 - - [2026-02-16 02:13:03] "POST /fqname-to-id HTTP/1.1" 404 194 0.002879 10.0.0.249 - - [2026-02-16 02:13:03] "POST /security-groups HTTP/1.1" 200 586 0.069627 10.0.0.249 - - [2026-02-16 02:13:03] "POST /fqname-to-id HTTP/1.1" 404 229 0.002673 10.0.0.249 - - [2026-02-16 02:13:03] "POST /projects HTTP/1.1" 200 575 0.225370 10.0.0.249 - - [2026-02-16 02:13:03] "POST /access-control-lists HTTP/1.1" 200 593 0.062464 10.0.0.249 - - [2026-02-16 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.304707 10.0.0.249 - - [2026-02-16 02:13:03] "POST /fqname-to-id HTTP/1.1" 404 228 0.003108 10.0.0.249 - - [2026-02-16 02:13:03] "GET /project/9272dba6-efaf-48e2-a45d-71c76436e092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.447529 10.0.0.249 - - [2026-02-16 02:13:03] "POST /access-control-lists HTTP/1.1" 200 591 0.068455 10.0.0.249 - - [2026-02-16 02:13:04] "GET / HTTP/1.1" 200 36215 0.004459 10.0.0.249 - - [2026-02-16 02:13:06] "GET /projects?obj_uuids=9272dba6-efaf-48e2-a45d-71c76436e092&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000983 10.0.0.249 - - [2026-02-16 02:13:06] "GET /project/9272dba6-efaf-48e2-a45d-71c76436e092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.028682 10.0.0.249 - - [2026-02-16 02:13:06] "GET /projects?obj_uuids=9272dba6-efaf-48e2-a45d-71c76436e092&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001309 10.0.0.249 - - [2026-02-16 02:13:06] "GET /project/9272dba6-efaf-48e2-a45d-71c76436e092?fields=virtual_networks HTTP/1.1" 200 1025 0.073371 10.0.0.249 - - [2026-02-16 02:13:06] "GET /projects?obj_uuids=9272dba6-efaf-48e2-a45d-71c76436e092&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000962 10.0.0.249 - - [2026-02-16 02:13:06] "GET /project/9272dba6-efaf-48e2-a45d-71c76436e092?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.027114 10.0.0.249 - - [2026-02-16 02:13:06] "GET /projects?obj_uuids=9272dba6-efaf-48e2-a45d-71c76436e092&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001334 10.0.0.249 - - [2026-02-16 02:13:06] "GET /project/9272dba6-efaf-48e2-a45d-71c76436e092?fields=security_groups HTTP/1.1" 200 1247 0.031445 10.0.0.249 - - [2026-02-16 02:13:07] "POST /fqname-to-id HTTP/1.1" 404 183 0.029638 10.0.0.249 - - [2026-02-16 02:13:07] "GET /projects?obj_uuids=38d867ad-5468-4506-840b-253b486b7079&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002368 10.0.0.249 - - [2026-02-16 02:13:07] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001043 10.0.0.249 - - [2026-02-16 02:13:07] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007728 10.0.0.249 - - [2026-02-16 02:13:07] "POST /id-to-fqname HTTP/1.1" 200 185 0.001299 10.0.0.249 - - [2026-02-16 02:13:07] "POST /fqname-to-id HTTP/1.1" 404 194 0.006965 10.0.0.249 - - [2026-02-16 02:13:07] "POST /security-groups HTTP/1.1" 200 586 0.064416 10.0.0.249 - - [2026-02-16 02:13:07] "POST /fqname-to-id HTTP/1.1" 404 229 0.002532 10.0.0.249 - - [2026-02-16 02:13:07] "POST /projects HTTP/1.1" 200 575 0.241826 10.0.0.249 - - [2026-02-16 02:13:07] "POST /access-control-lists HTTP/1.1" 200 593 0.062693 10.0.0.249 - - [2026-02-16 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.321726 10.0.0.249 - - [2026-02-16 02:13:07] "POST /fqname-to-id HTTP/1.1" 404 228 0.002958 10.0.0.249 - - [2026-02-16 02:13:07] "GET /project/38d867ad-5468-4506-840b-253b486b7079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.458899 10.0.0.249 - - [2026-02-16 02:13:07] "POST /access-control-lists HTTP/1.1" 200 591 0.068655 10.0.0.249 - - [2026-02-16 02:13:09] "GET / HTTP/1.1" 200 36215 0.002197 10.0.0.249 - - [2026-02-16 02:13:09] "POST /fqname-to-id HTTP/1.1" 404 193 0.003273 10.0.0.249 - - [2026-02-16 02:13:09] "GET /projects?obj_uuids=9f7cd710-17f6-4aa9-9ca9-5667b633ad24&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000957 10.0.0.249 - - [2026-02-16 02:13:09] "POST /fqname-to-id HTTP/1.1" 404 228 0.003434 10.0.0.249 - - [2026-02-16 02:13:09] "POST /access-control-lists HTTP/1.1" 200 592 0.014946 10.0.0.249 - - [2026-02-16 02:13:09] "POST /fqname-to-id HTTP/1.1" 404 227 0.003055 10.0.0.249 - - [2026-02-16 02:13:09] "POST /access-control-lists HTTP/1.1" 200 590 0.024463 10.0.0.249 - - [2026-02-16 02:13:09] "PUT /access-control-list/8a822e77-378b-44d8-ac4a-9b1048bed405 HTTP/1.1" 200 273 0.009587 10.0.0.249 - - [2026-02-16 02:13:09] "POST /neutron/security_group HTTP/1.1" 200 1364 0.320066 10.0.0.249 - - [2026-02-16 02:13:10] "PUT /access-control-list/28718c12-ddb6-479c-9b44-be123fde44d6 HTTP/1.1" 200 273 0.015326 10.0.0.249 - - [2026-02-16 02:13:10] "GET /projects?obj_uuids=9f7cd710-17f6-4aa9-9ca9-5667b633ad24&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001097 10.0.0.249 - - [2026-02-16 02:13:10] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.039423 10.0.0.249 - - [2026-02-16 02:13:10] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.012701 10.0.0.249 - - [2026-02-16 02:13:10] "PUT /access-control-list/28718c12-ddb6-479c-9b44-be123fde44d6 HTTP/1.1" 200 273 0.018591 10.0.0.249 - - [2026-02-16 02:13:10] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.162427 10.0.0.249 - - [2026-02-16 02:13:10] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.012102 10.0.0.249 - - [2026-02-16 02:13:10] "PUT /access-control-list/28718c12-ddb6-479c-9b44-be123fde44d6 HTTP/1.1" 200 273 0.018446 10.0.0.249 - - [2026-02-16 02:13:10] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.175675 10.0.0.249 - - [2026-02-16 02:13:10] "POST /fqname-to-id HTTP/1.1" 404 193 0.002170 10.0.0.249 - - [2026-02-16 02:13:10] "PUT /access-control-list/28718c12-ddb6-479c-9b44-be123fde44d6 HTTP/1.1" 200 273 0.015194 10.0.0.249 - - [2026-02-16 02:13:10] "GET /projects?obj_uuids=9f7cd710-17f6-4aa9-9ca9-5667b633ad24&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000986 10.0.0.249 - - [2026-02-16 02:13:10] "POST /fqname-to-id HTTP/1.1" 404 228 0.003202 10.0.0.249 - - [2026-02-16 02:13:10] "POST /access-control-lists HTTP/1.1" 200 592 0.015365 10.0.0.249 - - [2026-02-16 02:13:10] "POST /fqname-to-id HTTP/1.1" 404 227 0.002967 10.0.0.249 - - [2026-02-16 02:13:10] "POST /access-control-lists HTTP/1.1" 200 590 0.016479 10.0.0.249 - - [2026-02-16 02:13:10] "PUT /access-control-list/ea97ffce-c9e2-4667-adf9-e140e4b038dd HTTP/1.1" 200 273 0.010000 10.0.0.249 - - [2026-02-16 02:13:10] "PUT /access-control-list/4d69b7c1-f4f6-4385-b0ee-73d12b51b1c7 HTTP/1.1" 200 273 0.012362 10.0.0.249 - - [2026-02-16 02:13:10] "POST /neutron/security_group HTTP/1.1" 200 1364 0.342699 10.0.0.249 - - [2026-02-16 02:13:10] "GET /projects?obj_uuids=9f7cd710-17f6-4aa9-9ca9-5667b633ad24&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001080 10.0.0.249 - - [2026-02-16 02:13:10] "PUT /access-control-list/4d69b7c1-f4f6-4385-b0ee-73d12b51b1c7 HTTP/1.1" 200 273 0.010206 10.0.0.249 - - [2026-02-16 02:13:10] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.035561 10.0.0.249 - - [2026-02-16 02:13:10] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008649 10.0.0.249 - - [2026-02-16 02:13:10] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.103524 10.0.0.249 - - [2026-02-16 02:13:11] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.008694 10.0.0.249 - - [2026-02-16 02:13:11] "PUT /access-control-list/4d69b7c1-f4f6-4385-b0ee-73d12b51b1c7 HTTP/1.1" 200 273 0.026366 10.0.0.249 - - [2026-02-16 02:13:11] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.170025 10.0.0.249 - - [2026-02-16 02:13:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000493 10.0.0.249 - - [2026-02-16 02:13:11] "PUT /access-control-list/4d69b7c1-f4f6-4385-b0ee-73d12b51b1c7 HTTP/1.1" 200 273 0.012703 10.0.0.249 - - [2026-02-16 02:13:11] "POST /fqname-to-id HTTP/1.1" 404 210 0.036678 10.0.0.249 - - [2026-02-16 02:13:11] "GET /projects?obj_uuids=38d867ad-5468-4506-840b-253b486b7079&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001208 10.0.0.249 - - [2026-02-16 02:13:11] "POST /fqname-to-id HTTP/1.1" 404 245 0.003597 10.0.0.249 - - [2026-02-16 02:13:11] "POST /access-control-lists HTTP/1.1" 200 609 0.015609 10.0.0.249 - - [2026-02-16 02:13:11] "POST /fqname-to-id HTTP/1.1" 404 244 0.002621 10.0.0.249 - - [2026-02-16 02:13:11] "POST /access-control-lists HTTP/1.1" 200 607 0.017482 10.0.0.249 - - [2026-02-16 02:13:12] "PUT /access-control-list/90122cf5-2515-41fd-8922-fe82cc9741db HTTP/1.1" 200 273 0.008380 10.0.0.249 - - [2026-02-16 02:13:12] "PUT /access-control-list/94388c63-3664-4f63-a7dd-db1878e0c705 HTTP/1.1" 200 273 0.008640 10.0.0.249 - - [2026-02-16 02:13:12] "POST /neutron/security_group HTTP/1.1" 200 1379 0.361995 10.0.0.249 - - [2026-02-16 02:13:12] "GET /projects?obj_uuids=38d867ad-5468-4506-840b-253b486b7079&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000961 10.0.0.249 - - [2026-02-16 02:13:12] "PUT /access-control-list/94388c63-3664-4f63-a7dd-db1878e0c705 HTTP/1.1" 200 273 0.008960 10.0.0.249 - - [2026-02-16 02:13:12] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.031029 10.0.0.249 - - [2026-02-16 02:13:12] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010455 10.0.0.249 - - [2026-02-16 02:13:12] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.105617 10.0.0.249 - - [2026-02-16 02:13:12] "PUT /access-control-list/94388c63-3664-4f63-a7dd-db1878e0c705 HTTP/1.1" 200 273 0.016221 10.0.0.249 - - [2026-02-16 02:13:12] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.013960 10.0.0.249 - - [2026-02-16 02:13:12] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.151040 10.0.0.249 - - [2026-02-16 02:13:12] "POST /fqname-to-id HTTP/1.1" 404 210 0.003311 10.0.0.249 - - [2026-02-16 02:13:12] "PUT /access-control-list/94388c63-3664-4f63-a7dd-db1878e0c705 HTTP/1.1" 200 273 0.014179 10.0.0.249 - - [2026-02-16 02:13:12] "GET /projects?obj_uuids=38d867ad-5468-4506-840b-253b486b7079&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001621 10.0.0.249 - - [2026-02-16 02:13:12] "POST /fqname-to-id HTTP/1.1" 404 245 0.002977 10.0.0.249 - - [2026-02-16 02:13:12] "POST /access-control-lists HTTP/1.1" 200 609 0.018856 10.0.0.249 - - [2026-02-16 02:13:12] "POST /fqname-to-id HTTP/1.1" 404 244 0.003117 10.0.0.249 - - [2026-02-16 02:13:12] "POST /access-control-lists HTTP/1.1" 200 607 0.019002 10.0.0.249 - - [2026-02-16 02:13:12] "PUT /access-control-list/dac8b057-f0e2-4cd1-a2c9-c4fb4b7f84ed HTTP/1.1" 200 273 0.008748 10.0.0.249 - - [2026-02-16 02:13:12] "PUT /access-control-list/4cfde282-93d4-40bc-87d0-f668d57f90c7 HTTP/1.1" 200 273 0.011858 10.0.0.249 - - [2026-02-16 02:13:12] "POST /neutron/security_group HTTP/1.1" 200 1379 0.329257 10.0.0.249 - - [2026-02-16 02:13:12] "GET /projects?obj_uuids=38d867ad-5468-4506-840b-253b486b7079&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001048 10.0.0.249 - - [2026-02-16 02:13:12] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.026349 10.0.0.249 - - [2026-02-16 02:13:12] "PUT /access-control-list/4cfde282-93d4-40bc-87d0-f668d57f90c7 HTTP/1.1" 200 273 0.011796 10.0.0.249 - - [2026-02-16 02:13:12] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.011745 10.0.0.249 - - [2026-02-16 02:13:13] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.174945 10.0.0.249 - - [2026-02-16 02:13:13] "PUT /access-control-list/4cfde282-93d4-40bc-87d0-f668d57f90c7 HTTP/1.1" 200 273 0.008265 10.0.0.249 - - [2026-02-16 02:13:13] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.009520 10.0.0.249 - - [2026-02-16 02:13:13] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.157745 10.0.0.249 - - [2026-02-16 02:13:13] "PUT /access-control-list/4cfde282-93d4-40bc-87d0-f668d57f90c7 HTTP/1.1" 200 273 0.009456 10.0.0.249 - - [2026-02-16 02:13:13] "GET /projects?obj_uuids=9f7cd710-17f6-4aa9-9ca9-5667b633ad24&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000983 10.0.0.249 - - [2026-02-16 02:13:13] "POST /neutron/router HTTP/1.1" 200 541 0.061702 10.0.0.249 - - [2026-02-16 02:13:13] "POST /neutron/router HTTP/1.1" 200 541 0.004861 10.0.0.249 - - [2026-02-16 02:13:13] "POST /route-targets HTTP/1.1" 200 328 0.014685 10.0.0.249 - - [2026-02-16 02:13:13] "POST /neutron/router HTTP/1.1" 200 541 0.003289 10.0.0.249 - - [2026-02-16 02:13:13] "POST /neutron/router HTTP/1.1" 200 541 0.005094 10.0.0.249 - - [2026-02-16 02:13:13] "PUT /logical-router/32f17e06-94fa-4e0c-95a5-2ede00b04d74 HTTP/1.1" 200 263 0.028021 10.0.0.249 - - [2026-02-16 02:13:13] "POST /neutron/router HTTP/1.1" 200 541 0.007158 10.0.0.249 - - [2026-02-16 02:13:13] "POST /neutron/router HTTP/1.1" 200 541 0.003678 10.0.0.249 - - [2026-02-16 02:13:13] "POST /neutron/router HTTP/1.1" 200 541 0.005001 10.0.0.249 - - [2026-02-16 02:13:13] "POST /neutron/router HTTP/1.1" 200 541 0.003736 10.0.0.249 - - [2026-02-16 02:13:13] "POST /neutron/router HTTP/1.1" 200 541 0.003735 10.0.0.249 - - [2026-02-16 02:13:13] "POST /neutron/router HTTP/1.1" 200 541 0.003274 10.0.0.249 - - [2026-02-16 02:13:13] "POST /neutron/router HTTP/1.1" 200 541 0.003875 10.0.0.249 - - [2026-02-16 02:13:13] "POST /neutron/router HTTP/1.1" 200 541 0.003067 10.0.0.249 - - [2026-02-16 02:13:13] "POST /neutron/router HTTP/1.1" 200 541 0.003296 10.0.0.249 - - [2026-02-16 02:13:13] "POST /neutron/router HTTP/1.1" 200 541 0.003494 10.0.0.249 - - [2026-02-16 02:13:13] "POST /neutron/router HTTP/1.1" 200 541 0.004476 10.0.0.249 - - [2026-02-16 02:13:13] "POST /neutron/router HTTP/1.1" 200 541 0.004223 10.0.0.249 - - [2026-02-16 02:13:13] "POST /neutron/router HTTP/1.1" 200 541 0.003637 10.0.0.249 - - [2026-02-16 02:13:13] "POST /neutron/router HTTP/1.1" 200 541 0.003487 10.0.0.249 - - [2026-02-16 02:13:13] "POST /neutron/router HTTP/1.1" 200 541 0.003631 10.0.0.249 - - [2026-02-16 02:13:13] "POST /neutron/router HTTP/1.1" 200 541 0.003614 10.0.0.249 - - [2026-02-16 02:13:13] "POST /neutron/router HTTP/1.1" 200 541 0.003623 10.0.0.249 - - [2026-02-16 02:13:13] "POST /neutron/router HTTP/1.1" 200 541 0.003904 10.0.0.249 - - [2026-02-16 02:13:13] "POST /neutron/router HTTP/1.1" 200 541 0.003356 10.0.0.249 - - [2026-02-16 02:13:13] "POST /neutron/router HTTP/1.1" 200 541 0.003951 10.0.0.249 - - [2026-02-16 02:13:13] "POST /neutron/router HTTP/1.1" 200 541 0.004238 10.0.0.249 - - [2026-02-16 02:13:13] "POST /neutron/router HTTP/1.1" 200 541 0.003448 10.0.0.249 - - [2026-02-16 02:13:13] "POST /neutron/router HTTP/1.1" 200 541 0.003855 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.004115 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.004897 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.003445 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.007215 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.013082 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.003663 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.021698 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.003561 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 542 0.019490 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 542 0.003561 10.0.0.249 - - [2026-02-16 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004781 10.0.0.249 - - [2026-02-16 02:13:14] "GET /logical-router/32f17e06-94fa-4e0c-95a5-2ede00b04d74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004097 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 151 0.050653 10.0.0.249 - - [2026-02-16 02:13:14] "GET /projects?obj_uuids=9f7cd710-17f6-4aa9-9ca9-5667b633ad24&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001974 10.0.0.249 - - [2026-02-16 02:13:14] "DELETE /route-target/87efae7c-ccde-43e7-944f-6ab23865ef7d HTTP/1.1" 200 115 0.027057 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.050455 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.003123 10.0.0.249 - - [2026-02-16 02:13:14] "POST /route-targets HTTP/1.1" 200 328 0.011826 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.003294 10.0.0.249 - - [2026-02-16 02:13:14] "PUT /logical-router/ca070217-2371-4e2b-b6ff-df76fc1cbb81 HTTP/1.1" 200 263 0.024931 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.008149 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.002990 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.003215 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.003499 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.003097 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.003888 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.003202 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.004319 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.003538 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.003705 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.003633 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.003396 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.004840 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.005927 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.003520 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.003166 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.005103 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.003563 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.003649 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.003443 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.003525 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.003732 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.003358 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.003687 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.003913 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.003331 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.003150 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.003346 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.004043 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.026433 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.015541 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.003629 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.019734 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 541 0.003594 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 151 0.043716 10.0.0.249 - - [2026-02-16 02:13:14] "GET /logical-router/ca070217-2371-4e2b-b6ff-df76fc1cbb81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002639 10.0.0.249 - - [2026-02-16 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.249 - - [2026-02-16 02:13:14] "GET /projects?obj_uuids=38d867ad-5468-4506-840b-253b486b7079&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000969 10.0.0.249 - - [2026-02-16 02:13:14] "DELETE /route-target/a9c10226-f7dc-48fb-b1fb-8dfdee18f4e6 HTTP/1.1" 200 115 0.023464 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 559 0.050015 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 559 0.004458 10.0.0.249 - - [2026-02-16 02:13:14] "POST /route-targets HTTP/1.1" 200 328 0.015589 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 559 0.005907 10.0.0.249 - - [2026-02-16 02:13:14] "POST /neutron/router HTTP/1.1" 200 559 0.003619 10.0.0.249 - - [2026-02-16 02:13:15] "PUT /logical-router/31e5229d-c4ec-425e-a69b-2b5783f50551 HTTP/1.1" 200 263 0.026320 10.0.0.249 - - [2026-02-16 02:13:15] "POST /neutron/router HTTP/1.1" 200 559 0.007268 10.0.0.249 - - [2026-02-16 02:13:15] "POST /neutron/router HTTP/1.1" 200 559 0.003433 10.0.0.249 - - [2026-02-16 02:13:15] "POST /neutron/router HTTP/1.1" 200 559 0.003879 10.0.0.249 - - [2026-02-16 02:13:15] "POST /neutron/router HTTP/1.1" 200 559 0.003687 10.0.0.249 - - [2026-02-16 02:13:15] "POST /neutron/router HTTP/1.1" 200 559 0.003366 10.0.0.249 - - [2026-02-16 02:13:15] "POST /neutron/router HTTP/1.1" 200 559 0.003867 10.0.0.249 - - [2026-02-16 02:13:15] "POST /neutron/router HTTP/1.1" 200 559 0.004095 10.0.0.249 - - [2026-02-16 02:13:15] "POST /neutron/router HTTP/1.1" 200 559 0.004185 10.0.0.249 - - [2026-02-16 02:13:15] "POST /neutron/router HTTP/1.1" 200 559 0.005230 10.0.0.249 - - [2026-02-16 02:13:15] "POST /neutron/router HTTP/1.1" 200 559 0.003635 10.0.0.249 - - [2026-02-16 02:13:15] "POST /neutron/router HTTP/1.1" 200 559 0.003662 10.0.0.249 - - [2026-02-16 02:13:15] "POST /neutron/router HTTP/1.1" 200 559 0.004422 10.0.0.249 - - [2026-02-16 02:13:15] "POST /neutron/router HTTP/1.1" 200 559 0.004253 10.0.0.249 - - [2026-02-16 02:13:15] "POST /neutron/router HTTP/1.1" 200 559 0.004292 10.0.0.249 - - [2026-02-16 02:13:15] "POST /neutron/router HTTP/1.1" 200 559 0.004083 10.0.0.249 - - [2026-02-16 02:13:15] "POST /neutron/router HTTP/1.1" 200 559 0.003924 10.0.0.249 - - [2026-02-16 02:13:15] "POST /neutron/router HTTP/1.1" 200 559 0.003733 10.0.0.249 - - [2026-02-16 02:13:15] "POST /neutron/router HTTP/1.1" 200 559 0.004330 10.0.0.249 - - [2026-02-16 02:13:15] "POST /neutron/router HTTP/1.1" 200 559 0.003763 10.0.0.249 - - [2026-02-16 02:13:15] "POST /neutron/router HTTP/1.1" 200 559 0.003654 10.0.0.249 - - [2026-02-16 02:13:15] "POST /neutron/router HTTP/1.1" 200 559 0.003861 10.0.0.249 - - [2026-02-16 02:13:15] "POST /neutron/router HTTP/1.1" 200 559 0.003520 10.0.0.249 - - [2026-02-16 02:13:15] "POST /neutron/router HTTP/1.1" 200 559 0.003781 10.0.0.249 - - [2026-02-16 02:13:15] "POST /neutron/router HTTP/1.1" 200 559 0.004132 10.0.0.249 - - [2026-02-16 02:13:15] "POST /neutron/router HTTP/1.1" 200 559 0.003341 10.0.0.249 - - [2026-02-16 02:13:15] "POST /neutron/router HTTP/1.1" 200 559 0.003166 10.0.0.249 - - [2026-02-16 02:13:15] "POST /neutron/router HTTP/1.1" 200 559 0.003884 10.0.0.249 - - [2026-02-16 02:13:15] "POST /neutron/router HTTP/1.1" 200 559 0.003903 10.0.0.249 - - [2026-02-16 02:13:15] "POST /neutron/router HTTP/1.1" 200 559 0.003605 10.0.0.249 - - [2026-02-16 02:13:15] "POST /neutron/router HTTP/1.1" 200 559 0.016664 10.0.0.249 - - [2026-02-16 02:13:15] "POST /neutron/router HTTP/1.1" 200 559 0.003949 10.0.0.249 - - [2026-02-16 02:13:15] "POST /neutron/router HTTP/1.1" 200 560 0.021676 10.0.0.249 - - [2026-02-16 02:13:15] "POST /neutron/router HTTP/1.1" 200 560 0.003804 10.0.0.249 - - [2026-02-16 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.249 - - [2026-02-16 02:13:15] "GET /logical-router/31e5229d-c4ec-425e-a69b-2b5783f50551?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004530 10.0.0.249 - - [2026-02-16 02:13:15] "POST /neutron/router HTTP/1.1" 200 151 0.053534 10.0.0.249 - - [2026-02-16 02:13:15] "DELETE /route-target/fb68d780-06cb-4ff4-b552-a06a071ed82a HTTP/1.1" 200 115 0.014731 10.0.0.249 - - [2026-02-16 02:13:15] "POST /neutron/security_group HTTP/1.1" 200 521 0.006903 10.0.0.249 - - [2026-02-16 02:13:15] "POST /neutron/security_group HTTP/1.1" 200 151 0.042773 10.0.0.249 - - [2026-02-16 02:13:15] "POST /neutron/security_group HTTP/1.1" 200 521 0.003665 10.0.0.249 - - [2026-02-16 02:13:15] "DELETE /access-control-list/dac8b057-f0e2-4cd1-a2c9-c4fb4b7f84ed HTTP/1.1" 200 115 0.044594 10.0.0.249 - - [2026-02-16 02:13:15] "DELETE /access-control-list/4cfde282-93d4-40bc-87d0-f668d57f90c7 HTTP/1.1" 200 115 0.021528 10.0.0.249 - - [2026-02-16 02:13:15] "POST /neutron/security_group HTTP/1.1" 200 151 0.061487 10.0.0.249 - - [2026-02-16 02:13:15] "DELETE /access-control-list/90122cf5-2515-41fd-8922-fe82cc9741db HTTP/1.1" 200 115 0.031334 10.0.0.249 - - [2026-02-16 02:13:15] "POST /neutron/security_group HTTP/1.1" 200 506 0.004149 10.0.0.249 - - [2026-02-16 02:13:15] "DELETE /access-control-list/94388c63-3664-4f63-a7dd-db1878e0c705 HTTP/1.1" 200 115 0.027515 10.0.0.249 - - [2026-02-16 02:13:15] "POST /neutron/security_group HTTP/1.1" 200 151 0.040862 10.0.0.249 - - [2026-02-16 02:13:15] "DELETE /access-control-list/ea97ffce-c9e2-4667-adf9-e140e4b038dd HTTP/1.1" 200 115 0.021251 10.0.0.249 - - [2026-02-16 02:13:15] "POST /neutron/security_group HTTP/1.1" 200 506 0.003696 10.0.0.249 - - [2026-02-16 02:13:15] "DELETE /access-control-list/4d69b7c1-f4f6-4385-b0ee-73d12b51b1c7 HTTP/1.1" 200 115 0.023965 10.0.0.249 - - [2026-02-16 02:13:15] "POST /neutron/security_group HTTP/1.1" 200 151 0.045352 10.0.0.249 - - [2026-02-16 02:13:15] "DELETE /access-control-list/8a822e77-378b-44d8-ac4a-9b1048bed405 HTTP/1.1" 200 115 0.022472 10.0.0.249 - - [2026-02-16 02:13:15] "DELETE /access-control-list/28718c12-ddb6-479c-9b44-be123fde44d6 HTTP/1.1" 200 115 0.022800 10.0.0.249 - - [2026-02-16 02:13:16] "GET /projects?obj_uuids=38d867ad-5468-4506-840b-253b486b7079&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001114 10.0.0.249 - - [2026-02-16 02:13:16] "GET /project/38d867ad-5468-4506-840b-253b486b7079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.026695 10.0.0.249 - - [2026-02-16 02:13:16] "GET /projects?obj_uuids=38d867ad-5468-4506-840b-253b486b7079&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001040 10.0.0.249 - - [2026-02-16 02:13:16] "GET /project/38d867ad-5468-4506-840b-253b486b7079?fields=virtual_networks HTTP/1.1" 200 1023 0.067977 10.0.0.249 - - [2026-02-16 02:13:16] "GET /projects?obj_uuids=38d867ad-5468-4506-840b-253b486b7079&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001044 10.0.0.249 - - [2026-02-16 02:13:16] "GET /project/38d867ad-5468-4506-840b-253b486b7079?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.028362 10.0.0.249 - - [2026-02-16 02:13:16] "GET /projects?obj_uuids=38d867ad-5468-4506-840b-253b486b7079&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001114 10.0.0.249 - - [2026-02-16 02:13:16] "GET /project/38d867ad-5468-4506-840b-253b486b7079?fields=security_groups HTTP/1.1" 200 1245 0.027171 10.0.0.249 - - [2026-02-16 02:13:17] "POST /fqname-to-id HTTP/1.1" 404 184 0.029870 10.0.0.249 - - [2026-02-16 02:13:17] "GET /projects?obj_uuids=29fe2e4a-7fbb-429a-a762-b18a6a6a6cbc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002280 10.0.0.249 - - [2026-02-16 02:13:17] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000970 10.0.0.249 - - [2026-02-16 02:13:17] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006402 10.0.0.249 - - [2026-02-16 02:13:17] "POST /id-to-fqname HTTP/1.1" 200 186 0.001199 10.0.0.249 - - [2026-02-16 02:13:17] "POST /fqname-to-id HTTP/1.1" 404 195 0.002048 10.0.0.249 - - [2026-02-16 02:13:17] "POST /security-groups HTTP/1.1" 200 587 0.065032 10.0.0.249 - - [2026-02-16 02:13:17] "POST /fqname-to-id HTTP/1.1" 404 230 0.003298 10.0.0.249 - - [2026-02-16 02:13:17] "POST /projects HTTP/1.1" 200 577 0.207516 10.0.0.249 - - [2026-02-16 02:13:17] "POST /access-control-lists HTTP/1.1" 200 594 0.058554 10.0.0.249 - - [2026-02-16 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.283172 10.0.0.249 - - [2026-02-16 02:13:17] "POST /fqname-to-id HTTP/1.1" 404 229 0.002792 10.0.0.249 - - [2026-02-16 02:13:17] "GET /project/29fe2e4a-7fbb-429a-a762-b18a6a6a6cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.412088 10.0.0.249 - - [2026-02-16 02:13:17] "POST /access-control-lists HTTP/1.1" 200 592 0.060610 10.0.0.249 - - [2026-02-16 02:13:18] "GET / HTTP/1.1" 200 36215 0.002797 10.0.0.249 - - [2026-02-16 02:13:19] "POST /fqname-to-id HTTP/1.1" 401 293 0.000615 10.0.0.249 - - [2026-02-16 02:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.076468 10.0.0.249 - - [2026-02-16 02:13:20] "GET /projects?obj_uuids=29fe2e4a-7fbb-429a-a762-b18a6a6a6cbc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000970 10.0.0.249 - - [2026-02-16 02:13:20] "GET /project/29fe2e4a-7fbb-429a-a762-b18a6a6a6cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.025595 10.0.0.249 - - [2026-02-16 02:13:20] "POST /neutron/network HTTP/1.1" 200 117 0.038471 10.0.0.249 - - [2026-02-16 02:13:20] "GET /projects?obj_uuids=29fe2e4a-7fbb-429a-a762-b18a6a6a6cbc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001211 10.0.0.249 - - [2026-02-16 02:13:20] "POST /neutron/network HTTP/1.1" 200 601 0.078617 10.0.0.249 - - [2026-02-16 02:13:20] "POST /route-targets HTTP/1.1" 200 328 0.011991 10.0.0.249 - - [2026-02-16 02:13:20] "POST /ref-update HTTP/1.1" 200 156 0.012895 10.0.0.249 - - [2026-02-16 02:13:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004021 10.0.0.249 - - [2026-02-16 02:13:20] "POST /neutron/subnet HTTP/1.1" 200 725 0.175123 10.0.0.249 - - [2026-02-16 02:13:20] "POST /neutron/network HTTP/1.1" 200 820 0.005463 10.0.0.249 - - [2026-02-16 02:13:20] "POST /id-to-fqname HTTP/1.1" 200 216 0.001192 10.0.0.249 - - [2026-02-16 02:13:20] "GET /virtual-network/87ee1c80-c831-46d9-a8d7-6c2c1411bcc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.004772 10.0.0.249 - - [2026-02-16 02:13:20] "POST /neutron/network HTTP/1.1" 200 820 0.005657 10.0.0.249 - - [2026-02-16 02:13:20] "GET /virtual-network/87ee1c80-c831-46d9-a8d7-6c2c1411bcc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005291 10.0.0.249 - - [2026-02-16 02:13:20] "POST /neutron/network HTTP/1.1" 200 820 0.005546 10.0.0.249 - - [2026-02-16 02:13:20] "POST /neutron/subnet HTTP/1.1" 200 725 0.007297 10.0.0.249 - - [2026-02-16 02:13:20] "POST /fqname-to-id HTTP/1.1" 404 206 0.002476 10.0.0.249 - - [2026-02-16 02:13:20] "GET /virtual-network/87ee1c80-c831-46d9-a8d7-6c2c1411bcc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.004683 10.0.0.249 - - [2026-02-16 02:13:20] "GET /projects?obj_uuids=29fe2e4a-7fbb-429a-a762-b18a6a6a6cbc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001095 10.0.0.249 - - [2026-02-16 02:13:20] "POST /neutron/port HTTP/1.1" 200 1017 0.180778 10.0.0.249 - - [2026-02-16 02:13:20] "GET /virtual-machine-interface/510384d9-472a-4e91-b7f8-7be028515fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.006122 10.0.0.249 - - [2026-02-16 02:13:20] "GET /virtual-machine-interface/510384d9-472a-4e91-b7f8-7be028515fe2?fields=instance_ip_back_refs HTTP/1.1" 200 1320 0.004450 10.0.0.249 - - [2026-02-16 02:13:21] "GET /instance-ip/1b3fdd36-73b0-4b38-aab1-cc7cc69dbb33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1597 0.003907 10.0.0.249 - - [2026-02-16 02:13:21] "GET /virtual-machine-interface/510384d9-472a-4e91-b7f8-7be028515fe2 HTTP/1.1" 401 293 0.000494 10.0.0.249 - - [2026-02-16 02:13:21] "GET /virtual-machine-interface/510384d9-472a-4e91-b7f8-7be028515fe2 HTTP/1.1" 200 2611 0.038932 10.0.0.249 - - [2026-02-16 02:13:21] "POST /neutron/port HTTP/1.1" 200 1017 0.009511 10.0.0.249 - - [2026-02-16 02:13:21] "POST /neutron/port HTTP/1.1" 200 151 0.068937 10.0.0.249 - - [2026-02-16 02:13:21] "POST /neutron/network HTTP/1.1" 200 820 0.006310 10.0.0.249 - - [2026-02-16 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.249 - - [2026-02-16 02:13:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002662 10.0.0.249 - - [2026-02-16 02:13:21] "POST /useragent-kv HTTP/1.1" 200 115 0.001942 10.0.0.249 - - [2026-02-16 02:13:21] "POST /neutron/network HTTP/1.1" 200 151 0.087336 10.0.0.249 - - [2026-02-16 02:13:21] "DELETE /route-target/9124ca42-57ee-4cd1-9d3d-873cb67560a6 HTTP/1.1" 200 115 0.019362 10.0.0.249 - - [2026-02-16 02:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.249 - - [2026-02-16 02:13:22] "GET /projects?obj_uuids=29fe2e4a-7fbb-429a-a762-b18a6a6a6cbc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000950 10.0.0.249 - - [2026-02-16 02:13:22] "GET /project/29fe2e4a-7fbb-429a-a762-b18a6a6a6cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.021441 10.0.0.249 - - [2026-02-16 02:13:22] "POST /neutron/network HTTP/1.1" 200 117 0.008115 10.0.0.249 - - [2026-02-16 02:13:22] "GET /projects?obj_uuids=29fe2e4a-7fbb-429a-a762-b18a6a6a6cbc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001516 10.0.0.249 - - [2026-02-16 02:13:22] "POST /neutron/network HTTP/1.1" 200 603 0.068538 10.0.0.249 - - [2026-02-16 02:13:22] "POST /route-targets HTTP/1.1" 200 328 0.010763 10.0.0.249 - - [2026-02-16 02:13:22] "POST /ref-update HTTP/1.1" 200 156 0.012029 10.0.0.249 - - [2026-02-16 02:13:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003993 10.0.0.249 - - [2026-02-16 02:13:22] "POST /neutron/subnet HTTP/1.1" 200 715 0.170958 10.0.0.249 - - [2026-02-16 02:13:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003529 10.0.0.249 - - [2026-02-16 02:13:22] "POST /neutron/subnet HTTP/1.1" 200 725 0.140947 10.0.0.249 - - [2026-02-16 02:13:22] "POST /neutron/network HTTP/1.1" 200 976 0.006085 10.0.0.249 - - [2026-02-16 02:13:22] "POST /id-to-fqname HTTP/1.1" 200 217 0.001055 10.0.0.249 - - [2026-02-16 02:13:22] "GET /virtual-network/8405bf9d-c2bd-4ad5-9a5d-b96604109712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.004669 10.0.0.249 - - [2026-02-16 02:13:22] "POST /neutron/network HTTP/1.1" 200 976 0.008162 10.0.0.249 - - [2026-02-16 02:13:22] "GET /virtual-network/8405bf9d-c2bd-4ad5-9a5d-b96604109712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005398 10.0.0.249 - - [2026-02-16 02:13:22] "POST /neutron/network HTTP/1.1" 200 976 0.007308 10.0.0.249 - - [2026-02-16 02:13:22] "POST /neutron/subnet HTTP/1.1" 200 715 0.006662 10.0.0.249 - - [2026-02-16 02:13:22] "POST /neutron/subnet HTTP/1.1" 200 725 0.006413 10.0.0.249 - - [2026-02-16 02:13:22] "GET /projects?obj_uuids=29fe2e4a-7fbb-429a-a762-b18a6a6a6cbc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001148 10.0.0.249 - - [2026-02-16 02:13:23] "POST /neutron/port HTTP/1.1" 200 1016 0.168500 10.0.0.249 - - [2026-02-16 02:13:23] "GET /projects?obj_uuids=29fe2e4a-7fbb-429a-a762-b18a6a6a6cbc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001305 10.0.0.249 - - [2026-02-16 02:13:23] "POST /neutron/port HTTP/1.1" 200 1018 0.172617 10.0.0.249 - - [2026-02-16 02:13:23] "POST /id-to-fqname HTTP/1.1" 200 217 0.001287 10.0.0.249 - - [2026-02-16 02:13:23] "POST /neutron/port HTTP/1.1" 200 1016 0.008867 10.0.0.249 - - [2026-02-16 02:13:23] "POST /neutron/port HTTP/1.1" 200 1016 0.009921 10.0.0.249 - - [2026-02-16 02:13:23] "POST /neutron/network HTTP/1.1" 200 976 0.007321 10.0.0.249 - - [2026-02-16 02:13:23] "POST /neutron/port HTTP/1.1" 200 1016 0.009188 10.0.0.249 - - [2026-02-16 02:13:23] "POST /neutron/port HTTP/1.1" 200 117 0.005262 10.0.0.249 - - [2026-02-16 02:13:23] "POST /neutron/port HTTP/1.1" 200 117 0.005845 10.0.0.249 - - [2026-02-16 02:13:23] "POST /id-to-fqname HTTP/1.1" 200 217 0.001761 10.0.0.249 - - [2026-02-16 02:13:23] "POST /neutron/port HTTP/1.1" 200 117 0.005193 10.0.0.249 - - [2026-02-16 02:13:23] "POST /neutron/port HTTP/1.1" 200 1018 0.009353 10.0.0.249 - - [2026-02-16 02:13:23] "POST /neutron/port HTTP/1.1" 200 1018 0.009154 10.0.0.249 - - [2026-02-16 02:13:23] "POST /neutron/network HTTP/1.1" 200 976 0.006229 10.0.0.249 - - [2026-02-16 02:13:24] "POST /neutron/port HTTP/1.1" 200 1018 0.008702 10.0.0.249 - - [2026-02-16 02:13:24] "POST /neutron/port HTTP/1.1" 200 1016 0.009413 10.0.0.249 - - [2026-02-16 02:13:24] "POST /neutron/port HTTP/1.1" 200 117 0.005622 10.0.0.249 - - [2026-02-16 02:13:24] "POST /neutron/port HTTP/1.1" 200 1018 0.009224 10.0.0.249 - - [2026-02-16 02:13:24] "POST /neutron/port HTTP/1.1" 200 117 0.005300 10.0.0.249 - - [2026-02-16 02:13:24] "POST /neutron/port HTTP/1.1" 200 117 0.005853 10.0.0.249 - - [2026-02-16 02:13:24] "POST /neutron/port HTTP/1.1" 200 1016 0.009329 10.0.0.249 - - [2026-02-16 02:13:24] "POST /neutron/network HTTP/1.1" 200 986 0.006340 10.0.0.249 - - [2026-02-16 02:13:24] "POST /neutron/port HTTP/1.1" 200 1018 0.011656 10.0.0.249 - - [2026-02-16 02:13:24] "POST /neutron/port HTTP/1.1" 200 1016 0.012474 10.0.0.249 - - [2026-02-16 02:13:24] "POST /neutron/network HTTP/1.1" 200 986 0.005625 10.0.0.249 - - [2026-02-16 02:13:24] "POST /neutron/port HTTP/1.1" 200 1016 0.008041 10.0.0.249 - - [2026-02-16 02:13:24] "POST /neutron/port HTTP/1.1" 200 1018 0.021476 10.0.0.249 - - [2026-02-16 02:13:25] "POST /neutron/port HTTP/1.1" 200 1018 0.021888 10.0.0.249 - - [2026-02-16 02:13:25] "POST /neutron/port HTTP/1.1" 200 1108 0.140709 10.0.0.249 - - [2026-02-16 02:13:25] "POST /neutron/port HTTP/1.1" 200 1110 0.118984 10.0.0.249 - - [2026-02-16 02:13:25] "POST /neutron/port HTTP/1.1" 200 1118 0.020079 10.0.0.249 - - [2026-02-16 02:13:25] "POST /neutron/port HTTP/1.1" 200 1120 0.018291 10.0.0.249 - - [2026-02-16 02:13:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003504 10.0.0.249 - - [2026-02-16 02:13:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003135 10.0.0.249 - - [2026-02-16 02:13:25] "POST /neutron/subnet HTTP/1.1" 200 689 0.009565 10.0.0.249 - - [2026-02-16 02:13:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.009034 10.0.0.249 - - [2026-02-16 02:13:25] "POST /neutron/port HTTP/1.1" 200 117 0.001061 10.0.0.249 - - [2026-02-16 02:13:25] "POST /neutron/port HTTP/1.1" 200 117 0.001702 10.0.0.249 - - [2026-02-16 02:13:25] "POST /neutron/network HTTP/1.1" 200 976 0.008185 10.0.0.249 - - [2026-02-16 02:13:25] "POST /neutron/network HTTP/1.1" 200 976 0.008213 10.0.0.249 - - [2026-02-16 02:13:29] "POST /neutron/port HTTP/1.1" 200 1118 0.011962 10.0.0.249 - - [2026-02-16 02:13:29] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007118 10.0.0.249 - - [2026-02-16 02:13:29] "POST /neutron/port HTTP/1.1" 200 1118 0.016470 10.0.0.249 - - [2026-02-16 02:13:29] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007104 10.0.0.249 - - [2026-02-16 02:13:29] "POST /neutron/port HTTP/1.1" 200 1118 0.015098 10.0.0.249 - - [2026-02-16 02:13:29] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007679 10.0.0.249 - - [2026-02-16 02:13:29] "GET /virtual-machine/da40547f-2638-4402-9b97-292b8fcddd59 HTTP/1.1" 200 1287 0.005140 10.0.0.249 - - [2026-02-16 02:13:29] "GET /virtual-machine-interface/73e7e576-9ea4-49c1-a075-af48928416c3 HTTP/1.1" 200 2931 0.005187 10.0.0.249 - - [2026-02-16 02:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.249 - - [2026-02-16 02:13:29] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003338 10.0.0.249 - - [2026-02-16 02:13:29] "GET /virtual-networks?parent_id=29fe2e4a-7fbb-429a-a762-b18a6a6a6cbc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003259 10.0.0.249 - - [2026-02-16 02:13:29] "GET /virtual-network/8405bf9d-c2bd-4ad5-9a5d-b96604109712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005544 10.0.0.249 - - [2026-02-16 02:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.249 - - [2026-02-16 02:13:32] "GET /virtual-network/8405bf9d-c2bd-4ad5-9a5d-b96604109712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006549 10.0.0.249 - - [2026-02-16 02:13:35] "POST /neutron/port HTTP/1.1" 200 1118 0.015507 10.0.0.249 - - [2026-02-16 02:13:35] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005528 10.0.0.249 - - [2026-02-16 02:13:35] "POST /neutron/port HTTP/1.1" 200 1120 0.012212 10.0.0.249 - - [2026-02-16 02:13:35] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004893 10.0.0.249 - - [2026-02-16 02:13:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.249 - - [2026-02-16 02:13:36] "GET /virtual-network/8405bf9d-c2bd-4ad5-9a5d-b96604109712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005739 10.0.0.249 - - [2026-02-16 02:13:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.249 - - [2026-02-16 02:13:39] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003018 10.0.0.249 - - [2026-02-16 02:13:39] "GET /virtual-networks?parent_id=29fe2e4a-7fbb-429a-a762-b18a6a6a6cbc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002927 10.0.0.249 - - [2026-02-16 02:13:39] "GET /virtual-network/8405bf9d-c2bd-4ad5-9a5d-b96604109712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.007177 10.0.0.249 - - [2026-02-16 02:13:39] "POST /neutron/port HTTP/1.1" 200 1120 0.013334 10.0.0.249 - - [2026-02-16 02:13:39] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006637 10.0.0.249 - - [2026-02-16 02:13:39] "POST /neutron/port HTTP/1.1" 200 1120 0.013222 10.0.0.249 - - [2026-02-16 02:13:39] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005754 10.0.0.249 - - [2026-02-16 02:13:39] "POST /neutron/port HTTP/1.1" 200 1120 0.012397 10.0.0.249 - - [2026-02-16 02:13:39] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005821 10.0.0.249 - - [2026-02-16 02:13:39] "GET /virtual-machine/d6d225ba-30a8-4981-8474-07e6b996a397 HTTP/1.1" 200 1286 0.005077 10.0.0.249 - - [2026-02-16 02:13:39] "GET /virtual-machine-interface/dbe02424-4d98-4124-8d14-3562c2798aa4 HTTP/1.1" 200 2932 0.006023 10.0.0.249 - - [2026-02-16 02:13:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002771 10.0.0.249 - - [2026-02-16 02:13:39] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002848 10.0.0.249 - - [2026-02-16 02:13:39] "GET /virtual-networks?parent_id=29fe2e4a-7fbb-429a-a762-b18a6a6a6cbc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003159 10.0.0.249 - - [2026-02-16 02:13:39] "GET /virtual-network/8405bf9d-c2bd-4ad5-9a5d-b96604109712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006016 10.0.0.249 - - [2026-02-16 02:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.249 - - [2026-02-16 02:13:40] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003597 10.0.0.249 - - [2026-02-16 02:13:40] "GET /virtual-networks?parent_id=29fe2e4a-7fbb-429a-a762-b18a6a6a6cbc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003078 10.0.0.249 - - [2026-02-16 02:13:40] "GET /virtual-network/8405bf9d-c2bd-4ad5-9a5d-b96604109712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006111 10.0.0.249 - - [2026-02-16 02:13:43] "DELETE /project/38d867ad54684506840b253b486b7079 HTTP/1.1" 404 173 0.016530 10.0.0.249 - - [2026-02-16 02:13:43] "DELETE /project/29fe2e4a7fbb429aa762b18a6a6a6cbc HTTP/1.1" 404 173 0.009619 10.0.0.249 - - [2026-02-16 02:13:43] "DELETE /project/9272dba6efaf48e2a45d71c76436e092 HTTP/1.1" 404 173 0.008829 10.0.0.249 - - [2026-02-16 02:13:43] "GET /projects?obj_uuids=8134af74-a2e9-4dd7-859d-2e2a052f0874&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000940 10.0.0.249 - - [2026-02-16 02:13:43] "GET /projects?obj_uuids=38d867ad-5468-4506-840b-253b486b7079&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000893 10.0.0.249 - - [2026-02-16 02:13:43] "GET /projects?obj_uuids=9272dba6-efaf-48e2-a45d-71c76436e092&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000925 10.0.0.249 - - [2026-02-16 02:13:43] "GET /project/9272dba6-efaf-48e2-a45d-71c76436e092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.046307 10.0.0.249 - - [2026-02-16 02:13:43] "GET /project/38d867ad-5468-4506-840b-253b486b7079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.056093 10.0.0.249 - - [2026-02-16 02:13:43] "GET /project/8134af74-a2e9-4dd7-859d-2e2a052f0874?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.062762 10.0.0.249 - - [2026-02-16 02:13:43] "GET /projects?obj_uuids=9272dba6-efaf-48e2-a45d-71c76436e092&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001225 10.0.0.249 - - [2026-02-16 02:13:43] "GET /projects?obj_uuids=8134af74-a2e9-4dd7-859d-2e2a052f0874&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000904 10.0.0.249 - - [2026-02-16 02:13:43] "GET /projects?obj_uuids=38d867ad-5468-4506-840b-253b486b7079&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000807 10.0.0.249 - - [2026-02-16 02:13:43] "GET /project/9272dba6-efaf-48e2-a45d-71c76436e092?fields=security_groups HTTP/1.1" 200 1349 0.045717 10.0.0.249 - - [2026-02-16 02:13:43] "GET /project/8134af74-a2e9-4dd7-859d-2e2a052f0874?fields=security_groups HTTP/1.1" 200 1398 0.052530 10.0.0.249 - - [2026-02-16 02:13:43] "GET /project/38d867ad-5468-4506-840b-253b486b7079?fields=security_groups HTTP/1.1" 200 1347 0.060065 10.0.0.249 - - [2026-02-16 02:13:43] "DELETE /security-group/36c58b03-56e6-43e1-a5ad-13e3a719fe7c HTTP/1.1" 200 115 0.075896 10.0.0.249 - - [2026-02-16 02:13:43] "GET /projects?obj_uuids=9272dba6-efaf-48e2-a45d-71c76436e092&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001374 10.0.0.249 - - [2026-02-16 02:13:43] "DELETE /access-control-list/300971c5-df7f-4a78-b414-53d421fbdab1 HTTP/1.1" 200 115 0.060250 10.0.0.249 - - [2026-02-16 02:13:43] "DELETE /security-group/6dabae6d-bb16-40bb-b0fd-ebc84db39a1e HTTP/1.1" 200 115 0.093559 10.0.0.249 - - [2026-02-16 02:13:43] "DELETE /security-group/ed58658d-0f71-4c68-967f-05dc79064469 HTTP/1.1" 200 115 0.096777 10.0.0.249 - - [2026-02-16 02:13:43] "GET /projects?obj_uuids=8134af74-a2e9-4dd7-859d-2e2a052f0874&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001252 10.0.0.249 - - [2026-02-16 02:13:43] "GET /project/9272dba6-efaf-48e2-a45d-71c76436e092?fields=application_policy_sets HTTP/1.1" 200 1388 0.055295 10.0.0.249 - - [2026-02-16 02:13:43] "GET /projects?obj_uuids=38d867ad-5468-4506-840b-253b486b7079&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001098 10.0.0.249 - - [2026-02-16 02:13:43] "DELETE /access-control-list/67a790ae-57d5-498c-bbd4-21706f379326 HTTP/1.1" 200 115 0.047616 10.0.0.249 - - [2026-02-16 02:13:43] "GET /project/38d867ad-5468-4506-840b-253b486b7079?fields=application_policy_sets HTTP/1.1" 200 1386 0.052140 10.0.0.249 - - [2026-02-16 02:13:43] "DELETE /access-control-list/524bc73b-e679-45a6-8b44-480b0a7ab0f5 HTTP/1.1" 200 115 0.040316 10.0.0.249 - - [2026-02-16 02:13:43] "GET /project/8134af74-a2e9-4dd7-859d-2e2a052f0874?fields=application_policy_sets HTTP/1.1" 200 1437 0.106862 10.0.0.249 - - [2026-02-16 02:13:43] "DELETE /access-control-list/6f193eaf-25ed-44b7-8493-0259fbde6a35 HTTP/1.1" 200 115 0.058402 10.0.0.249 - - [2026-02-16 02:13:43] "DELETE /access-control-list/5bc31ff3-6233-48e5-9afa-231a40da941f HTTP/1.1" 200 115 0.051498 10.0.0.249 - - [2026-02-16 02:13:43] "DELETE /project/9272dba6-efaf-48e2-a45d-71c76436e092 HTTP/1.1" 200 115 0.487416 10.0.0.249 - - [2026-02-16 02:13:43] "DELETE /access-control-list/66d26e45-3dff-4bcf-a076-a649627a2400 HTTP/1.1" 200 115 0.045910 10.0.0.249 - - [2026-02-16 02:13:43] "DELETE /project/38d867ad-5468-4506-840b-253b486b7079 HTTP/1.1" 200 115 0.552655 10.0.0.249 - - [2026-02-16 02:13:43] "DELETE /project/8134af74-a2e9-4dd7-859d-2e2a052f0874 HTTP/1.1" 200 115 0.563846 10.0.0.249 - - [2026-02-16 02:13:44] "POST /neutron/port HTTP/1.1" 200 1110 0.016943 10.0.0.249 - - [2026-02-16 02:13:44] "POST /neutron/port HTTP/1.1" 200 1110 0.012275 10.0.0.249 - - [2026-02-16 02:13:44] "POST /neutron/port HTTP/1.1" 200 151 0.130111 10.0.0.249 - - [2026-02-16 02:13:44] "POST /neutron/port HTTP/1.1" 200 1108 0.011053 10.0.0.249 - - [2026-02-16 02:13:44] "POST /neutron/port HTTP/1.1" 200 1108 0.017648 10.0.0.249 - - [2026-02-16 02:13:44] "POST /neutron/port HTTP/1.1" 200 151 0.128864 10.0.0.249 - - [2026-02-16 02:13:44] "POST /neutron/network HTTP/1.1" 200 976 0.008466 10.0.0.249 - - [2026-02-16 02:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004326 10.0.0.249 - - [2026-02-16 02:13:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001919 10.0.0.249 - - [2026-02-16 02:13:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002789 10.0.0.249 - - [2026-02-16 02:13:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002287 10.0.0.249 - - [2026-02-16 02:13:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002183 10.0.0.249 - - [2026-02-16 02:13:44] "POST /neutron/network HTTP/1.1" 200 151 0.112203 10.0.0.249 - - [2026-02-16 02:13:44] "DELETE /route-target/b6e80f2c-3ddf-45d9-bf4d-92f441499353 HTTP/1.1" 200 115 0.037323 10.0.0.249 - - [2026-02-16 02:13:45] "GET /projects?obj_uuids=29fe2e4a-7fbb-429a-a762-b18a6a6a6cbc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001045 10.0.0.249 - - [2026-02-16 02:13:45] "GET /project/29fe2e4a-7fbb-429a-a762-b18a6a6a6cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.036811 10.0.0.249 - - [2026-02-16 02:13:45] "GET /projects?obj_uuids=29fe2e4a-7fbb-429a-a762-b18a6a6a6cbc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001098 10.0.0.249 - - [2026-02-16 02:13:45] "GET /project/29fe2e4a-7fbb-429a-a762-b18a6a6a6cbc?fields=virtual_networks HTTP/1.1" 200 1026 0.038839 10.0.0.249 - - [2026-02-16 02:13:45] "GET /projects?obj_uuids=29fe2e4a-7fbb-429a-a762-b18a6a6a6cbc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000997 10.0.0.249 - - [2026-02-16 02:13:45] "GET /project/29fe2e4a-7fbb-429a-a762-b18a6a6a6cbc?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.032994 10.0.0.249 - - [2026-02-16 02:13:45] "GET /projects?obj_uuids=29fe2e4a-7fbb-429a-a762-b18a6a6a6cbc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001135 10.0.0.249 - - [2026-02-16 02:13:45] "GET /project/29fe2e4a-7fbb-429a-a762-b18a6a6a6cbc?fields=security_groups HTTP/1.1" 200 1249 0.049618 10.0.0.249 - - [2026-02-16 02:13:46] "POST /fqname-to-id HTTP/1.1" 404 186 0.039111 10.0.0.249 - - [2026-02-16 02:13:46] "GET /projects?obj_uuids=787fb6ce-7197-4fc2-abf6-3acd211f837e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002539 10.0.0.249 - - [2026-02-16 02:13:46] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001294 10.0.0.249 - - [2026-02-16 02:13:46] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008214 10.0.0.249 - - [2026-02-16 02:13:46] "POST /id-to-fqname HTTP/1.1" 200 188 0.001355 10.0.0.249 - - [2026-02-16 02:13:46] "POST /fqname-to-id HTTP/1.1" 404 197 0.003864 10.0.0.249 - - [2026-02-16 02:13:46] "POST /security-groups HTTP/1.1" 200 589 0.068285 10.0.0.249 - - [2026-02-16 02:13:46] "POST /fqname-to-id HTTP/1.1" 404 232 0.002824 10.0.0.249 - - [2026-02-16 02:13:46] "POST /projects HTTP/1.1" 200 581 0.237982 10.0.0.249 - - [2026-02-16 02:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.276177 10.0.0.249 - - [2026-02-16 02:13:46] "POST /access-control-lists HTTP/1.1" 200 596 0.077435 10.0.0.249 - - [2026-02-16 02:13:46] "GET /project/787fb6ce-7197-4fc2-abf6-3acd211f837e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.447197 10.0.0.249 - - [2026-02-16 02:13:46] "POST /fqname-to-id HTTP/1.1" 404 231 0.002990 10.0.0.249 - - [2026-02-16 02:13:46] "POST /access-control-lists HTTP/1.1" 200 594 0.064908 10.0.0.249 - - [2026-02-16 02:13:48] "GET / HTTP/1.1" 200 36215 0.002906 10.0.0.249 - - [2026-02-16 02:13:48] "POST /fqname-to-id HTTP/1.1" 401 293 0.002252 10.0.0.249 - - [2026-02-16 02:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.071932 10.0.0.249 - - [2026-02-16 02:13:49] "GET /projects?obj_uuids=787fb6ce-7197-4fc2-abf6-3acd211f837e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001110 10.0.0.249 - - [2026-02-16 02:13:49] "GET /project/787fb6ce-7197-4fc2-abf6-3acd211f837e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.044920 10.0.0.249 - - [2026-02-16 02:13:49] "POST /neutron/port HTTP/1.1" 200 117 0.011292 10.0.0.249 - - [2026-02-16 02:13:49] "POST /neutron/port HTTP/1.1" 400 205 0.003552 10.0.0.249 - - [2026-02-16 02:13:49] "POST /neutron/port HTTP/1.1" 200 117 0.004775 10.0.0.249 - - [2026-02-16 02:13:49] "POST /neutron/port HTTP/1.1" 400 205 0.003547 10.0.0.249 - - [2026-02-16 02:13:49] "POST /neutron/network HTTP/1.1" 200 117 0.237564 10.0.0.249 - - [2026-02-16 02:13:49] "GET /projects?obj_uuids=787fb6ce-7197-4fc2-abf6-3acd211f837e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001028 10.0.0.249 - - [2026-02-16 02:13:49] "GET /obj-perms HTTP/1.1" 200 5075 0.098081 10.0.0.249 - - [2026-02-16 02:13:49] "POST /neutron/network HTTP/1.1" 200 605 0.099536 10.0.0.249 - - [2026-02-16 02:13:49] "POST /route-targets HTTP/1.1" 200 328 0.010769 10.0.0.249 - - [2026-02-16 02:13:49] "POST /ref-update HTTP/1.1" 200 156 0.017313 10.0.0.249 - - [2026-02-16 02:13:49] "POST /useragent-kv HTTP/1.1" 200 115 0.012026 10.0.0.249 - - [2026-02-16 02:13:49] "POST /neutron/subnet HTTP/1.1" 200 710 0.191269 10.0.0.249 - - [2026-02-16 02:13:49] "POST /neutron/network HTTP/1.1" 200 821 0.005586 10.0.0.249 - - [2026-02-16 02:13:49] "POST /id-to-fqname HTTP/1.1" 200 219 0.001271 10.0.0.249 - - [2026-02-16 02:13:50] "GET /virtual-network/e6433cc1-074d-4da5-a26b-3c4747b923c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.004744 10.0.0.249 - - [2026-02-16 02:13:50] "POST /neutron/network HTTP/1.1" 200 821 0.006973 10.0.0.249 - - [2026-02-16 02:13:50] "GET /virtual-network/e6433cc1-074d-4da5-a26b-3c4747b923c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005030 10.0.0.249 - - [2026-02-16 02:13:50] "GET /obj-perms HTTP/1.1" 200 5075 0.055955 10.0.0.249 - - [2026-02-16 02:13:50] "POST /neutron/network HTTP/1.1" 200 821 0.007065 10.0.0.249 - - [2026-02-16 02:13:50] "POST /neutron/subnet HTTP/1.1" 200 710 0.006962 10.0.0.249 - - [2026-02-16 02:13:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002447 10.0.0.249 - - [2026-02-16 02:13:50] "GET /projects?obj_uuids=787fb6ce-7197-4fc2-abf6-3acd211f837e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001176 10.0.0.249 - - [2026-02-16 02:13:50] "GET /project/787fb6ce-7197-4fc2-abf6-3acd211f837e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.027580 10.0.0.249 - - [2026-02-16 02:13:50] "POST /neutron/network HTTP/1.1" 200 117 0.009524 10.0.0.249 - - [2026-02-16 02:13:50] "GET /projects?obj_uuids=787fb6ce-7197-4fc2-abf6-3acd211f837e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001025 10.0.0.249 - - [2026-02-16 02:13:50] "POST /neutron/network HTTP/1.1" 200 605 0.077108 10.0.0.249 - - [2026-02-16 02:13:50] "POST /route-targets HTTP/1.1" 200 328 0.012758 10.0.0.249 - - [2026-02-16 02:13:50] "POST /ref-update HTTP/1.1" 200 156 0.011801 10.0.0.249 - - [2026-02-16 02:13:50] "POST /useragent-kv HTTP/1.1" 200 115 0.005800 10.0.0.249 - - [2026-02-16 02:13:50] "POST /neutron/subnet HTTP/1.1" 200 729 0.208574 10.0.0.249 - - [2026-02-16 02:13:50] "POST /neutron/network HTTP/1.1" 200 825 0.005650 10.0.0.249 - - [2026-02-16 02:13:50] "POST /id-to-fqname HTTP/1.1" 200 219 0.001071 10.0.0.249 - - [2026-02-16 02:13:50] "GET /virtual-network/b0717782-fe4c-469e-addc-2e320be50428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004589 10.0.0.249 - - [2026-02-16 02:13:50] "POST /neutron/network HTTP/1.1" 200 825 0.006215 10.0.0.249 - - [2026-02-16 02:13:50] "GET /virtual-network/b0717782-fe4c-469e-addc-2e320be50428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005496 10.0.0.249 - - [2026-02-16 02:13:50] "POST /neutron/network HTTP/1.1" 200 825 0.007198 10.0.0.249 - - [2026-02-16 02:13:50] "POST /neutron/subnet HTTP/1.1" 200 729 0.007399 10.0.0.249 - - [2026-02-16 02:13:50] "POST /id-to-fqname HTTP/1.1" 200 219 0.001197 10.0.0.249 - - [2026-02-16 02:13:51] "POST /neutron/network HTTP/1.1" 200 831 0.007134 10.0.0.249 - - [2026-02-16 02:13:51] "GET /aaa-mode HTTP/1.1" 401 293 0.000564 10.0.0.249 - - [2026-02-16 02:13:51] "GET / HTTP/1.1" 200 36215 0.001899 10.0.0.249 - - [2026-02-16 02:13:51] "GET /project/787fb6ce-7197-4fc2-abf6-3acd211f837e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000381 10.0.0.249 - - [2026-02-16 02:13:51] "GET /projects?obj_uuids=787fb6ce-7197-4fc2-abf6-3acd211f837e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000989 10.0.0.249 - - [2026-02-16 02:13:51] "GET /project/787fb6ce-7197-4fc2-abf6-3acd211f837e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.058278 10.0.0.249 - - [2026-02-16 02:13:51] "POST /neutron/network HTTP/1.1" 200 821 0.004981 10.0.0.249 - - [2026-02-16 02:13:52] "POST /neutron/port HTTP/1.1" 200 117 0.004601 10.0.0.249 - - [2026-02-16 02:13:52] "POST /neutron/port HTTP/1.1" 200 117 0.005132 10.0.0.249 - - [2026-02-16 02:13:52] "POST /id-to-fqname HTTP/1.1" 200 219 0.001434 10.0.0.249 - - [2026-02-16 02:13:52] "POST /neutron/port HTTP/1.1" 200 117 0.009305 10.0.0.249 - - [2026-02-16 02:13:52] "POST /neutron/network HTTP/1.1" 200 835 0.006325 10.0.0.249 - - [2026-02-16 02:13:52] "GET /aaa-mode HTTP/1.1" 401 293 0.000497 10.0.0.249 - - [2026-02-16 02:13:52] "POST /neutron/network HTTP/1.1" 200 831 0.006449 10.0.0.249 - - [2026-02-16 02:13:52] "GET /projects?obj_uuids=787fb6ce-7197-4fc2-abf6-3acd211f837e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001140 10.0.0.249 - - [2026-02-16 02:13:52] "GET / HTTP/1.1" 200 36215 0.001875 10.0.0.249 - - [2026-02-16 02:13:52] "GET /project/787fb6ce-7197-4fc2-abf6-3acd211f837e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000521 10.0.0.249 - - [2026-02-16 02:13:52] "POST /neutron/port HTTP/1.1" 200 1055 0.281659 10.0.0.249 - - [2026-02-16 02:13:52] "POST /neutron/port HTTP/1.1" 200 1055 0.009292 10.0.0.249 - - [2026-02-16 02:13:52] "POST /neutron/port HTTP/1.1" 200 1055 0.009732 10.0.0.249 - - [2026-02-16 02:13:52] "POST /neutron/port HTTP/1.1" 200 1109 0.074283 10.0.0.249 - - [2026-02-16 02:13:52] "POST /neutron/port HTTP/1.1" 200 1119 0.013000 10.0.0.249 - - [2026-02-16 02:13:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003394 10.0.0.249 - - [2026-02-16 02:13:53] "POST /neutron/subnet HTTP/1.1" 200 684 0.011796 10.0.0.249 - - [2026-02-16 02:13:53] "POST /neutron/port HTTP/1.1" 200 117 0.001206 10.0.0.249 - - [2026-02-16 02:13:53] "POST /neutron/network HTTP/1.1" 200 821 0.007164 10.0.0.249 - - [2026-02-16 02:13:53] "GET /projects?obj_uuids=787fb6ce-7197-4fc2-abf6-3acd211f837e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001476 10.0.0.249 - - [2026-02-16 02:13:53] "GET /project/787fb6ce-7197-4fc2-abf6-3acd211f837e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.063964 10.0.0.249 - - [2026-02-16 02:13:53] "POST /neutron/network HTTP/1.1" 200 825 0.006454 10.0.0.249 - - [2026-02-16 02:13:53] "POST /neutron/port HTTP/1.1" 200 1119 0.017339 10.0.0.249 - - [2026-02-16 02:13:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008771 10.0.0.249 - - [2026-02-16 02:13:53] "POST /neutron/port HTTP/1.1" 200 117 0.009909 10.0.0.249 - - [2026-02-16 02:13:53] "GET /projects?obj_uuids=787fb6ce-7197-4fc2-abf6-3acd211f837e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001584 10.0.0.249 - - [2026-02-16 02:13:53] "POST /neutron/router HTTP/1.1" 200 580 0.068756 10.0.0.249 - - [2026-02-16 02:13:53] "POST /neutron/router HTTP/1.1" 200 580 0.004693 10.0.0.249 - - [2026-02-16 02:13:53] "POST /route-targets HTTP/1.1" 200 328 0.015746 10.0.0.249 - - [2026-02-16 02:13:53] "GET /projects?obj_uuids=787fb6ce-7197-4fc2-abf6-3acd211f837e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001705 10.0.0.249 - - [2026-02-16 02:13:53] "PUT /logical-router/6abb04cf-9de5-4f87-b427-ae919f29d99b HTTP/1.1" 200 263 0.037783 10.0.0.249 - - [2026-02-16 02:13:53] "POST /neutron/router HTTP/1.1" 200 344 0.271289 10.0.0.249 - - [2026-02-16 02:13:53] "POST /ref-update HTTP/1.1" 200 156 0.014408 10.0.0.249 - - [2026-02-16 02:13:53] "POST /neutron/port HTTP/1.1" 200 1119 0.018866 10.0.0.249 - - [2026-02-16 02:13:53] "POST /neutron/network HTTP/1.1" 200 835 0.009810 10.0.0.249 - - [2026-02-16 02:13:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007246 10.0.0.249 - - [2026-02-16 02:13:53] "GET /projects?obj_uuids=787fb6ce-7197-4fc2-abf6-3acd211f837e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001024 10.0.0.249 - - [2026-02-16 02:13:54] "POST /neutron/port HTTP/1.1" 200 1059 0.260710 10.0.0.249 - - [2026-02-16 02:13:54] "POST /neutron/port HTTP/1.1" 200 1059 0.010676 10.0.0.249 - - [2026-02-16 02:13:54] "POST /neutron/port HTTP/1.1" 200 1059 0.015116 10.0.0.249 - - [2026-02-16 02:13:54] "POST /neutron/port HTTP/1.1" 200 1113 0.093363 10.0.0.249 - - [2026-02-16 02:13:54] "POST /neutron/port HTTP/1.1" 200 1123 0.013110 10.0.0.249 - - [2026-02-16 02:13:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006429 10.0.0.249 - - [2026-02-16 02:13:54] "POST /neutron/subnet HTTP/1.1" 200 703 0.007477 10.0.0.249 - - [2026-02-16 02:13:54] "POST /neutron/port HTTP/1.1" 200 117 0.001384 10.0.0.249 - - [2026-02-16 02:13:54] "POST /neutron/network HTTP/1.1" 200 825 0.006178 10.0.0.249 - - [2026-02-16 02:13:58] "POST /neutron/port HTTP/1.1" 200 1119 0.013304 10.0.0.249 - - [2026-02-16 02:13:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007192 10.0.0.249 - - [2026-02-16 02:13:59] "POST /neutron/port HTTP/1.1" 200 1119 0.012688 10.0.0.249 - - [2026-02-16 02:13:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009513 10.0.0.249 - - [2026-02-16 02:13:59] "POST /neutron/port HTTP/1.1" 200 1119 0.015011 10.0.0.249 - - [2026-02-16 02:13:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008366 10.0.0.249 - - [2026-02-16 02:13:59] "GET /virtual-machine/48926dd1-c1d7-449d-9729-44cba269ee10 HTTP/1.1" 401 293 0.000481 10.0.0.249 - - [2026-02-16 02:13:59] "GET /virtual-machine/48926dd1-c1d7-449d-9729-44cba269ee10 HTTP/1.1" 200 1292 0.033553 10.0.0.249 - - [2026-02-16 02:13:59] "GET /virtual-machine-interface/2c3e7088-4c76-48c9-b59b-c26bcea5d811 HTTP/1.1" 200 2941 0.005219 10.0.0.249 - - [2026-02-16 02:13:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.249 - - [2026-02-16 02:13:59] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004903 10.0.0.249 - - [2026-02-16 02:13:59] "GET /virtual-networks?parent_id=787fb6ce-7197-4fc2-abf6-3acd211f837e&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004477 10.0.0.249 - - [2026-02-16 02:13:59] "GET /virtual-network/e6433cc1-074d-4da5-a26b-3c4747b923c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006162 10.0.0.249 - - [2026-02-16 02:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.249 - - [2026-02-16 02:14:02] "GET /virtual-network/e6433cc1-074d-4da5-a26b-3c4747b923c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.004956 10.0.0.249 - - [2026-02-16 02:14:03] "POST /neutron/port HTTP/1.1" 200 1119 0.013422 10.0.0.249 - - [2026-02-16 02:14:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.015216 10.0.0.249 - - [2026-02-16 02:14:04] "POST /neutron/port HTTP/1.1" 200 1123 0.013549 10.0.0.249 - - [2026-02-16 02:14:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004978 10.0.0.249 - - [2026-02-16 02:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.249 - - [2026-02-16 02:14:05] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002831 10.0.0.249 - - [2026-02-16 02:14:05] "GET /virtual-networks?parent_id=787fb6ce-7197-4fc2-abf6-3acd211f837e&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003498 10.0.0.249 - - [2026-02-16 02:14:05] "GET /virtual-network/e6433cc1-074d-4da5-a26b-3c4747b923c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006348 10.0.0.249 - - [2026-02-16 02:14:05] "POST /neutron/port HTTP/1.1" 200 1123 0.013520 10.0.0.249 - - [2026-02-16 02:14:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005756 10.0.0.249 - - [2026-02-16 02:14:05] "POST /neutron/port HTTP/1.1" 200 1123 0.012774 10.0.0.249 - - [2026-02-16 02:14:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005739 10.0.0.249 - - [2026-02-16 02:14:05] "POST /neutron/port HTTP/1.1" 200 1123 0.024822 10.0.0.249 - - [2026-02-16 02:14:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006273 10.0.0.249 - - [2026-02-16 02:14:05] "GET /virtual-machine/5caa5855-e9b0-44ab-9698-ba4e88045dac HTTP/1.1" 200 1292 0.004569 10.0.0.249 - - [2026-02-16 02:14:05] "GET /virtual-machine-interface/d8f681e6-4c5a-4385-b12e-88b04e3a9e77 HTTP/1.1" 200 2942 0.004775 10.0.0.249 - - [2026-02-16 02:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.249 - - [2026-02-16 02:14:05] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003625 10.0.0.249 - - [2026-02-16 02:14:05] "GET /virtual-networks?parent_id=787fb6ce-7197-4fc2-abf6-3acd211f837e&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003054 10.0.0.249 - - [2026-02-16 02:14:05] "GET /virtual-network/b0717782-fe4c-469e-addc-2e320be50428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006702 10.0.0.249 - - [2026-02-16 02:14:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.249 - - [2026-02-16 02:14:06] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003629 10.0.0.249 - - [2026-02-16 02:14:06] "GET /virtual-networks?parent_id=787fb6ce-7197-4fc2-abf6-3acd211f837e&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003060 10.0.0.249 - - [2026-02-16 02:14:06] "GET /virtual-network/b0717782-fe4c-469e-addc-2e320be50428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005350 10.0.0.249 - - [2026-02-16 02:14:12] "POST /neutron/router HTTP/1.1" 200 580 0.004689 10.0.0.249 - - [2026-02-16 02:14:12] "GET /projects?obj_uuids=787fb6ce-7197-4fc2-abf6-3acd211f837e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001344 10.0.0.249 - - [2026-02-16 02:14:12] "POST /neutron/router HTTP/1.1" 200 344 0.205448 10.0.0.249 - - [2026-02-16 02:14:12] "POST /neutron/port HTTP/1.1" 200 1918 0.018414 10.0.0.249 - - [2026-02-16 02:14:12] "POST /ref-update HTTP/1.1" 200 156 0.008677 10.0.0.249 - - [2026-02-16 02:14:18] "POST /neutron/router HTTP/1.1" 200 580 0.004196 10.0.0.249 - - [2026-02-16 02:14:19] "POST /ref-update HTTP/1.1" 200 156 0.013027 10.0.0.249 - - [2026-02-16 02:14:19] "POST /neutron/router HTTP/1.1" 200 344 0.121481 10.0.0.249 - - [2026-02-16 02:14:22] "POST /neutron/router HTTP/1.1" 200 580 0.004981 10.0.0.249 - - [2026-02-16 02:14:22] "GET /projects?obj_uuids=787fb6ce-7197-4fc2-abf6-3acd211f837e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001332 10.0.0.249 - - [2026-02-16 02:14:22] "POST /neutron/router HTTP/1.1" 200 344 0.204119 10.0.0.249 - - [2026-02-16 02:14:22] "POST /ref-update HTTP/1.1" 200 156 0.010943 10.0.0.249 - - [2026-02-16 02:14:24] "POST /neutron/port HTTP/1.1" 200 1119 0.015348 10.0.0.249 - - [2026-02-16 02:14:24] "POST /neutron/port HTTP/1.1" 200 1119 0.017074 10.0.0.249 - - [2026-02-16 02:14:24] "POST /neutron/network HTTP/1.1" 200 831 0.005174 10.0.0.249 - - [2026-02-16 02:14:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003278 10.0.0.249 - - [2026-02-16 02:14:24] "POST /neutron/subnet HTTP/1.1" 200 684 0.006998 10.0.0.249 - - [2026-02-16 02:14:24] "POST /neutron/port HTTP/1.1" 200 117 0.001371 10.0.0.249 - - [2026-02-16 02:14:24] "POST /neutron/network HTTP/1.1" 200 821 0.005586 10.0.0.249 - - [2026-02-16 02:14:24] "POST /neutron/router HTTP/1.1" 200 580 0.005783 10.0.0.249 - - [2026-02-16 02:14:24] "POST /ref-update HTTP/1.1" 200 156 0.012183 10.0.0.249 - - [2026-02-16 02:14:24] "POST /neutron/router HTTP/1.1" 200 344 0.113297 10.0.0.249 - - [2026-02-16 02:14:24] "POST /neutron/router HTTP/1.1" 200 580 0.008123 10.0.0.249 - - [2026-02-16 02:14:25] "POST /ref-update HTTP/1.1" 200 156 0.012424 10.0.0.249 - - [2026-02-16 02:14:25] "POST /neutron/router HTTP/1.1" 200 344 0.117343 10.0.0.249 - - [2026-02-16 02:14:25] "POST /neutron/router HTTP/1.1" 200 580 0.005368 10.0.0.249 - - [2026-02-16 02:14:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.249 - - [2026-02-16 02:14:25] "GET /logical-router/6abb04cf-9de5-4f87-b427-ae919f29d99b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002681 10.0.0.249 - - [2026-02-16 02:14:25] "POST /neutron/router HTTP/1.1" 200 151 0.048533 10.0.0.249 - - [2026-02-16 02:14:25] "DELETE /route-target/d7b98c80-0ee0-4513-a9d0-d2a0af27f65e HTTP/1.1" 200 115 0.015969 10.0.0.249 - - [2026-02-16 02:14:25] "POST /neutron/network HTTP/1.1" 200 825 0.011071 10.0.0.249 - - [2026-02-16 02:14:25] "POST /neutron/network HTTP/1.1" 400 204 0.009990 10.0.0.249 - - [2026-02-16 02:14:25] "POST /neutron/port HTTP/1.1" 200 1123 0.013109 10.0.0.249 - - [2026-02-16 02:14:25] "POST /neutron/port HTTP/1.1" 200 1113 0.011229 10.0.0.249 - - [2026-02-16 02:14:25] "POST /neutron/port HTTP/1.1" 200 1119 0.012029 10.0.0.249 - - [2026-02-16 02:14:25] "POST /neutron/port HTTP/1.1" 200 1109 0.012674 10.0.0.249 - - [2026-02-16 02:14:25] "POST /neutron/port HTTP/1.1" 200 151 0.124762 10.0.0.249 - - [2026-02-16 02:14:26] "POST /neutron/port HTTP/1.1" 200 151 0.116201 10.0.0.249 - - [2026-02-16 02:14:27] "POST /neutron/network HTTP/1.1" 200 825 0.005659 10.0.0.249 - - [2026-02-16 02:14:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005936 10.0.0.249 - - [2026-02-16 02:14:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002962 10.0.0.249 - - [2026-02-16 02:14:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003315 10.0.0.249 - - [2026-02-16 02:14:27] "POST /neutron/network HTTP/1.1" 200 151 0.097386 10.0.0.249 - - [2026-02-16 02:14:27] "DELETE /route-target/b7398fa8-d06f-492e-9859-d3133ff222ef HTTP/1.1" 200 115 0.016649 10.0.0.249 - - [2026-02-16 02:14:27] "POST /neutron/network HTTP/1.1" 200 821 0.005079 10.0.0.249 - - [2026-02-16 02:14:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002542 10.0.0.249 - - [2026-02-16 02:14:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.017454 10.0.0.249 - - [2026-02-16 02:14:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003169 10.0.0.249 - - [2026-02-16 02:14:27] "POST /neutron/network HTTP/1.1" 200 151 0.097986 10.0.0.249 - - [2026-02-16 02:14:27] "DELETE /route-target/83666336-529d-4566-af89-8efe472bb6af HTTP/1.1" 200 115 0.020482 10.0.0.249 - - [2026-02-16 02:14:27] "GET /projects?obj_uuids=787fb6ce-7197-4fc2-abf6-3acd211f837e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001069 10.0.0.249 - - [2026-02-16 02:14:27] "GET /project/787fb6ce-7197-4fc2-abf6-3acd211f837e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.028370 10.0.0.249 - - [2026-02-16 02:14:27] "GET /projects?obj_uuids=787fb6ce-7197-4fc2-abf6-3acd211f837e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000968 10.0.0.249 - - [2026-02-16 02:14:27] "GET /project/787fb6ce-7197-4fc2-abf6-3acd211f837e?fields=virtual_networks HTTP/1.1" 200 1030 0.067242 10.0.0.249 - - [2026-02-16 02:14:28] "GET /projects?obj_uuids=787fb6ce-7197-4fc2-abf6-3acd211f837e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001510 10.0.0.249 - - [2026-02-16 02:14:28] "GET /project/787fb6ce-7197-4fc2-abf6-3acd211f837e?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.030686 10.0.0.249 - - [2026-02-16 02:14:28] "GET /projects?obj_uuids=787fb6ce-7197-4fc2-abf6-3acd211f837e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001037 10.0.0.249 - - [2026-02-16 02:14:28] "GET /project/787fb6ce-7197-4fc2-abf6-3acd211f837e?fields=security_groups HTTP/1.1" 200 1255 0.029057 10.0.0.249 - - [2026-02-16 02:14:29] "POST /fqname-to-id HTTP/1.1" 404 191 0.027679 10.0.0.249 - - [2026-02-16 02:14:29] "GET /projects?obj_uuids=4b4ab6d9-2516-4625-a02a-8302b1b52180&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002739 10.0.0.249 - - [2026-02-16 02:14:29] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001022 10.0.0.249 - - [2026-02-16 02:14:29] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006572 10.0.0.249 - - [2026-02-16 02:14:29] "POST /id-to-fqname HTTP/1.1" 200 193 0.001648 10.0.0.249 - - [2026-02-16 02:14:29] "POST /fqname-to-id HTTP/1.1" 404 202 0.002698 10.0.0.249 - - [2026-02-16 02:14:29] "POST /security-groups HTTP/1.1" 200 594 0.062139 10.0.0.249 - - [2026-02-16 02:14:29] "POST /fqname-to-id HTTP/1.1" 404 237 0.002526 10.0.0.249 - - [2026-02-16 02:14:29] "POST /projects HTTP/1.1" 200 591 0.207930 10.0.0.249 - - [2026-02-16 02:14:29] "POST /access-control-lists HTTP/1.1" 200 601 0.059619 10.0.0.249 - - [2026-02-16 02:14:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.281742 10.0.0.249 - - [2026-02-16 02:14:29] "POST /fqname-to-id HTTP/1.1" 404 236 0.002810 10.0.0.249 - - [2026-02-16 02:14:29] "GET /project/4b4ab6d9-2516-4625-a02a-8302b1b52180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.417070 10.0.0.249 - - [2026-02-16 02:14:29] "POST /access-control-lists HTTP/1.1" 200 599 0.062011 10.0.0.249 - - [2026-02-16 02:14:30] "GET / HTTP/1.1" 200 36215 0.002023 10.0.0.249 - - [2026-02-16 02:14:32] "GET /project/4b4ab6d9-2516-4625-a02a-8302b1b52180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000483 10.0.0.249 - - [2026-02-16 02:14:32] "GET /projects?obj_uuids=4b4ab6d9-2516-4625-a02a-8302b1b52180&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001005 10.0.0.249 - - [2026-02-16 02:14:32] "GET /project/4b4ab6d9-2516-4625-a02a-8302b1b52180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.057430 10.0.0.249 - - [2026-02-16 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004385 10.0.0.249 - - [2026-02-16 02:14:32] "GET /security-group/01898c3b-0ffe-4ccc-b3b9-4dde6bd3a7ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.004565 10.0.0.249 - - [2026-02-16 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002668 10.0.0.249 - - [2026-02-16 02:14:32] "GET /projects?obj_uuids=4b4ab6d9-2516-4625-a02a-8302b1b52180&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001325 10.0.0.249 - - [2026-02-16 02:14:32] "GET /project/4b4ab6d9-2516-4625-a02a-8302b1b52180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.024966 10.0.0.249 - - [2026-02-16 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.249 - - [2026-02-16 02:14:32] "GET /security-group/01898c3b-0ffe-4ccc-b3b9-4dde6bd3a7ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.004568 10.0.0.249 - - [2026-02-16 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.249 - - [2026-02-16 02:14:32] "PUT /security-group/01898c3b-0ffe-4ccc-b3b9-4dde6bd3a7ad HTTP/1.1" 200 263 0.016018 10.0.0.249 - - [2026-02-16 02:14:32] "PUT /access-control-list/e4655d04-5c00-4d23-a81e-5ed48f3bad80 HTTP/1.1" 200 273 0.009574 10.0.0.249 - - [2026-02-16 02:14:32] "PUT /access-control-list/8ee1aa85-2fa4-4312-956b-d84e20ee718a HTTP/1.1" 200 273 0.009832 10.0.0.249 - - [2026-02-16 02:14:32] "POST /fqname-to-id HTTP/1.1" 404 202 0.002546 10.0.0.249 - - [2026-02-16 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.249 - - [2026-02-16 02:14:32] "GET /projects?obj_uuids=4b4ab6d9-2516-4625-a02a-8302b1b52180&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001354 10.0.0.249 - - [2026-02-16 02:14:32] "GET /project/4b4ab6d9-2516-4625-a02a-8302b1b52180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.029592 10.0.0.249 - - [2026-02-16 02:14:33] "POST /neutron/network HTTP/1.1" 200 117 0.043585 10.0.0.249 - - [2026-02-16 02:14:33] "GET /projects?obj_uuids=4b4ab6d9-2516-4625-a02a-8302b1b52180&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000978 10.0.0.249 - - [2026-02-16 02:14:33] "POST /neutron/network HTTP/1.1" 200 608 0.087357 10.0.0.249 - - [2026-02-16 02:14:33] "POST /route-targets HTTP/1.1" 200 328 0.014705 10.0.0.249 - - [2026-02-16 02:14:33] "POST /ref-update HTTP/1.1" 200 156 0.012394 10.0.0.249 - - [2026-02-16 02:14:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003148 10.0.0.249 - - [2026-02-16 02:14:33] "POST /neutron/subnet HTTP/1.1" 200 719 0.135081 10.0.0.249 - - [2026-02-16 02:14:33] "POST /neutron/network HTTP/1.1" 200 826 0.005291 10.0.0.249 - - [2026-02-16 02:14:33] "POST /id-to-fqname HTTP/1.1" 200 223 0.002598 10.0.0.249 - - [2026-02-16 02:14:33] "GET /virtual-network/cff927a1-f878-4f6f-ad4c-9a42eb67192a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005899 10.0.0.249 - - [2026-02-16 02:14:33] "POST /neutron/network HTTP/1.1" 200 826 0.005620 10.0.0.249 - - [2026-02-16 02:14:33] "GET /virtual-network/cff927a1-f878-4f6f-ad4c-9a42eb67192a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005542 10.0.0.249 - - [2026-02-16 02:14:33] "POST /neutron/network HTTP/1.1" 200 826 0.006082 10.0.0.249 - - [2026-02-16 02:14:33] "POST /neutron/subnet HTTP/1.1" 200 719 0.006838 10.0.0.249 - - [2026-02-16 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004209 10.0.0.249 - - [2026-02-16 02:14:33] "GET /projects?obj_uuids=4b4ab6d9-2516-4625-a02a-8302b1b52180&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000898 10.0.0.249 - - [2026-02-16 02:14:33] "GET /project/4b4ab6d9-2516-4625-a02a-8302b1b52180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.027202 10.0.0.249 - - [2026-02-16 02:14:33] "POST /neutron/network HTTP/1.1" 200 117 0.012378 10.0.0.249 - - [2026-02-16 02:14:33] "GET /projects?obj_uuids=4b4ab6d9-2516-4625-a02a-8302b1b52180&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000941 10.0.0.249 - - [2026-02-16 02:14:33] "POST /neutron/network HTTP/1.1" 200 615 0.136309 10.0.0.249 - - [2026-02-16 02:14:33] "POST /route-targets HTTP/1.1" 200 328 0.022220 10.0.0.249 - - [2026-02-16 02:14:33] "POST /ref-update HTTP/1.1" 200 156 0.019152 10.0.0.249 - - [2026-02-16 02:14:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002778 10.0.0.249 - - [2026-02-16 02:14:34] "POST /neutron/subnet HTTP/1.1" 200 720 0.200045 10.0.0.249 - - [2026-02-16 02:14:34] "POST /neutron/network HTTP/1.1" 200 833 0.005280 10.0.0.249 - - [2026-02-16 02:14:34] "POST /id-to-fqname HTTP/1.1" 200 227 0.001170 10.0.0.249 - - [2026-02-16 02:14:34] "GET /virtual-network/0253d8a7-a9f1-4aa6-bb45-a90291285b13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005220 10.0.0.249 - - [2026-02-16 02:14:34] "POST /neutron/network HTTP/1.1" 200 833 0.006697 10.0.0.249 - - [2026-02-16 02:14:34] "GET /virtual-network/0253d8a7-a9f1-4aa6-bb45-a90291285b13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004921 10.0.0.249 - - [2026-02-16 02:14:34] "POST /neutron/network HTTP/1.1" 200 833 0.007155 10.0.0.249 - - [2026-02-16 02:14:34] "POST /neutron/subnet HTTP/1.1" 200 720 0.007488 10.0.0.249 - - [2026-02-16 02:14:34] "POST /id-to-fqname HTTP/1.1" 200 223 0.001127 10.0.0.249 - - [2026-02-16 02:14:34] "POST /neutron/network HTTP/1.1" 200 836 0.006830 10.0.0.249 - - [2026-02-16 02:14:34] "GET /aaa-mode HTTP/1.1" 401 293 0.000531 10.0.0.249 - - [2026-02-16 02:14:34] "GET / HTTP/1.1" 200 36215 0.001711 10.0.0.249 - - [2026-02-16 02:14:34] "GET /project/4b4ab6d9-2516-4625-a02a-8302b1b52180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000573 10.0.0.249 - - [2026-02-16 02:14:35] "GET /projects?obj_uuids=4b4ab6d9-2516-4625-a02a-8302b1b52180&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001281 10.0.0.249 - - [2026-02-16 02:14:35] "GET /project/4b4ab6d9-2516-4625-a02a-8302b1b52180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.058914 10.0.0.249 - - [2026-02-16 02:14:35] "POST /neutron/network HTTP/1.1" 200 826 0.005900 10.0.0.249 - - [2026-02-16 02:14:35] "POST /neutron/port HTTP/1.1" 200 117 0.004898 10.0.0.249 - - [2026-02-16 02:14:35] "POST /neutron/port HTTP/1.1" 200 117 0.005293 10.0.0.249 - - [2026-02-16 02:14:35] "POST /id-to-fqname HTTP/1.1" 200 227 0.001379 10.0.0.249 - - [2026-02-16 02:14:35] "POST /neutron/port HTTP/1.1" 200 117 0.004794 10.0.0.249 - - [2026-02-16 02:14:35] "POST /neutron/network HTTP/1.1" 200 843 0.010239 10.0.0.249 - - [2026-02-16 02:14:35] "GET /aaa-mode HTTP/1.1" 401 293 0.000479 10.0.0.249 - - [2026-02-16 02:14:35] "POST /neutron/network HTTP/1.1" 200 836 0.005206 10.0.0.249 - - [2026-02-16 02:14:36] "GET / HTTP/1.1" 200 36215 0.001694 10.0.0.249 - - [2026-02-16 02:14:36] "GET /projects?obj_uuids=4b4ab6d9-2516-4625-a02a-8302b1b52180&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001030 10.0.0.249 - - [2026-02-16 02:14:36] "GET /project/4b4ab6d9-2516-4625-a02a-8302b1b52180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000305 10.0.0.249 - - [2026-02-16 02:14:36] "POST /neutron/port HTTP/1.1" 200 1062 0.226809 10.0.0.249 - - [2026-02-16 02:14:36] "POST /neutron/port HTTP/1.1" 200 1062 0.015710 10.0.0.249 - - [2026-02-16 02:14:36] "POST /neutron/port HTTP/1.1" 200 1062 0.011210 10.0.0.249 - - [2026-02-16 02:14:36] "POST /neutron/port HTTP/1.1" 200 1116 0.061677 10.0.0.249 - - [2026-02-16 02:14:36] "POST /neutron/port HTTP/1.1" 200 1126 0.011543 10.0.0.249 - - [2026-02-16 02:14:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003219 10.0.0.249 - - [2026-02-16 02:14:36] "GET /projects?obj_uuids=4b4ab6d9-2516-4625-a02a-8302b1b52180&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000976 10.0.0.249 - - [2026-02-16 02:14:36] "POST /neutron/subnet HTTP/1.1" 200 693 0.007247 10.0.0.249 - - [2026-02-16 02:14:36] "GET /project/4b4ab6d9-2516-4625-a02a-8302b1b52180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.072664 10.0.0.249 - - [2026-02-16 02:14:36] "POST /neutron/port HTTP/1.1" 200 117 0.001419 10.0.0.249 - - [2026-02-16 02:14:36] "POST /neutron/network HTTP/1.1" 200 826 0.005792 10.0.0.249 - - [2026-02-16 02:14:36] "POST /neutron/network HTTP/1.1" 200 833 0.005063 10.0.0.249 - - [2026-02-16 02:14:36] "POST /neutron/port HTTP/1.1" 200 1126 0.016489 10.0.0.249 - - [2026-02-16 02:14:36] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006207 10.0.0.249 - - [2026-02-16 02:14:36] "POST /neutron/port HTTP/1.1" 200 117 0.004653 10.0.0.249 - - [2026-02-16 02:14:36] "GET /projects?obj_uuids=4b4ab6d9-2516-4625-a02a-8302b1b52180&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001026 10.0.0.249 - - [2026-02-16 02:14:36] "POST /neutron/router HTTP/1.1" 200 585 0.054925 10.0.0.249 - - [2026-02-16 02:14:36] "POST /neutron/router HTTP/1.1" 200 585 0.004255 10.0.0.249 - - [2026-02-16 02:14:36] "POST /route-targets HTTP/1.1" 200 328 0.014834 10.0.0.249 - - [2026-02-16 02:14:36] "PUT /logical-router/dacd6907-77cf-4fd2-9ca9-c9499fc392b8 HTTP/1.1" 200 263 0.037275 10.0.0.249 - - [2026-02-16 02:14:36] "POST /neutron/router HTTP/1.1" 200 656 0.068757 10.0.0.249 - - [2026-02-16 02:14:36] "GET /logical-router/dacd6907-77cf-4fd2-9ca9-c9499fc392b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1646 0.011330 10.0.0.249 - - [2026-02-16 02:14:36] "POST /neutron/router HTTP/1.1" 200 656 0.006480 10.0.0.249 - - [2026-02-16 02:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004575 10.0.0.249 - - [2026-02-16 02:14:36] "GET /projects?obj_uuids=4b4ab6d9-2516-4625-a02a-8302b1b52180&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001763 10.0.0.249 - - [2026-02-16 02:14:37] "GET /service-template/26ae28c2-5b2d-41ef-b53d-527f370af231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.007221 10.0.0.249 - - [2026-02-16 02:14:37] "POST /fqname-to-id HTTP/1.1" 404 215 0.004681 10.0.0.249 - - [2026-02-16 02:14:37] "POST /neutron/router HTTP/1.1" 200 344 0.305898 10.0.0.249 - - [2026-02-16 02:14:37] "POST /useragent-kv HTTP/1.1" 200 115 0.017367 10.0.0.249 - - [2026-02-16 02:14:37] "POST /virtual-networks HTTP/1.1" 200 696 0.151090 10.0.0.249 - - [2026-02-16 02:14:37] "POST /neutron/network HTTP/1.1" 200 843 0.017512 10.0.0.249 - - [2026-02-16 02:14:37] "GET /projects?obj_uuids=4b4ab6d9-2516-4625-a02a-8302b1b52180&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001144 10.0.0.249 - - [2026-02-16 02:14:37] "POST /route-targets HTTP/1.1" 200 328 0.023968 10.0.0.249 - - [2026-02-16 02:14:37] "POST /neutron/port HTTP/1.1" 200 1126 0.026135 10.0.0.249 - - [2026-02-16 02:14:37] "POST /ref-update HTTP/1.1" 200 156 0.021396 10.0.0.249 - - [2026-02-16 02:14:37] "POST /service-instances HTTP/1.1" 200 672 0.057238 10.0.0.249 - - [2026-02-16 02:14:37] "POST /neutron/security_group HTTP/1.1" 200 2002 0.016670 10.0.0.249 - - [2026-02-16 02:14:37] "POST /ref-update HTTP/1.1" 200 156 0.036277 10.0.0.249 - - [2026-02-16 02:14:37] "POST /route-tables HTTP/1.1" 200 584 0.057727 10.0.0.249 - - [2026-02-16 02:14:37] "PUT /logical-router/dacd6907-77cf-4fd2-9ca9-c9499fc392b8 HTTP/1.1" 200 263 0.042681 10.0.0.249 - - [2026-02-16 02:14:37] "POST /ref-update HTTP/1.1" 200 156 0.046186 10.0.0.249 - - [2026-02-16 02:14:37] "POST /neutron/port HTTP/1.1" 200 1062 0.394948 10.0.0.249 - - [2026-02-16 02:14:37] "POST /neutron/port HTTP/1.1" 200 1062 0.013188 10.0.0.249 - - [2026-02-16 02:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.249 - - [2026-02-16 02:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006602 10.0.0.249 - - [2026-02-16 02:14:37] "POST /neutron/port HTTP/1.1" 200 1062 0.019468 10.0.0.249 - - [2026-02-16 02:14:37] "POST /virtual-machines HTTP/1.1" 200 554 0.027945 10.0.0.249 - - [2026-02-16 02:14:37] "POST /neutron/port HTTP/1.1" 200 1116 0.104581 10.0.0.249 - - [2026-02-16 02:14:37] "POST /neutron/port HTTP/1.1" 200 1126 0.065502 10.0.0.249 - - [2026-02-16 02:14:38] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.114325 10.0.0.249 - - [2026-02-16 02:14:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006687 10.0.0.249 - - [2026-02-16 02:14:38] "POST /neutron/subnet HTTP/1.1" 200 694 0.007257 10.0.0.249 - - [2026-02-16 02:14:38] "POST /neutron/port HTTP/1.1" 200 117 0.001287 10.0.0.249 - - [2026-02-16 02:14:38] "POST /chown HTTP/1.1" 200 109 0.015367 10.0.0.249 - - [2026-02-16 02:14:38] "POST /neutron/network HTTP/1.1" 200 833 0.005517 10.0.0.249 - - [2026-02-16 02:14:38] "POST /instance-ips HTTP/1.1" 200 552 0.032367 10.0.0.249 - - [2026-02-16 02:14:38] "POST /instance-ips HTTP/1.1" 400 246 0.018296 10.0.0.249 - - [2026-02-16 02:14:38] "POST /chown HTTP/1.1" 200 109 0.008536 10.0.0.249 - - [2026-02-16 02:14:38] "PUT /virtual-machine-interface/6206f0aa-4f52-4938-b552-69df8454b776 HTTP/1.1" 200 285 0.011117 10.0.0.249 - - [2026-02-16 02:14:38] "PUT /instance-ip/5edbda44-a047-4552-b1ca-45f05abb5b90 HTTP/1.1" 200 257 0.022765 10.0.0.249 - - [2026-02-16 02:14:38] "POST /ref-update HTTP/1.1" 200 156 0.010992 10.0.0.249 - - [2026-02-16 02:14:38] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.089887 10.0.0.249 - - [2026-02-16 02:14:38] "POST /chown HTTP/1.1" 200 109 0.007447 10.0.0.249 - - [2026-02-16 02:14:38] "POST /instance-ips HTTP/1.1" 200 550 0.034897 10.0.0.249 - - [2026-02-16 02:14:38] "POST /instance-ips HTTP/1.1" 400 316 0.017178 10.0.0.249 - - [2026-02-16 02:14:38] "POST /chown HTTP/1.1" 200 109 0.008996 10.0.0.249 - - [2026-02-16 02:14:38] "PUT /virtual-machine-interface/c4c84497-0889-4254-b71c-170f3c1fc17a HTTP/1.1" 200 285 0.012331 10.0.0.249 - - [2026-02-16 02:14:38] "PUT /instance-ip/8349449d-f660-4eb7-aa0e-d90914bd4672 HTTP/1.1" 200 257 0.019887 10.0.0.249 - - [2026-02-16 02:14:39] "POST /ref-update HTTP/1.1" 200 156 0.019633 10.0.0.249 - - [2026-02-16 02:14:39] "POST /ref-update HTTP/1.1" 200 156 0.009945 10.0.0.249 - - [2026-02-16 02:14:39] "PUT /routing-instance/e80705ce-7142-4419-ba8b-dd56fca07164 HTTP/1.1" 200 267 0.010300 10.0.0.249 - - [2026-02-16 02:14:39] "POST /ref-update HTTP/1.1" 200 156 0.025107 10.0.0.249 - - [2026-02-16 02:14:39] "POST /virtual-machines HTTP/1.1" 200 554 0.032084 10.0.0.249 - - [2026-02-16 02:14:39] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.098793 10.0.0.249 - - [2026-02-16 02:14:39] "POST /chown HTTP/1.1" 200 109 0.021329 10.0.0.249 - - [2026-02-16 02:14:39] "POST /instance-ips HTTP/1.1" 400 246 0.022163 10.0.0.249 - - [2026-02-16 02:14:39] "POST /chown HTTP/1.1" 200 109 0.010793 10.0.0.249 - - [2026-02-16 02:14:39] "PUT /virtual-machine-interface/70c14f13-a807-4deb-8797-ccd1d3acd30d HTTP/1.1" 200 285 0.016195 10.0.0.249 - - [2026-02-16 02:14:39] "PUT /instance-ip/5edbda44-a047-4552-b1ca-45f05abb5b90 HTTP/1.1" 200 257 0.019703 10.0.0.249 - - [2026-02-16 02:14:39] "POST /ref-update HTTP/1.1" 200 156 0.013121 10.0.0.249 - - [2026-02-16 02:14:39] "POST /ref-update HTTP/1.1" 200 156 0.012251 10.0.0.249 - - [2026-02-16 02:14:39] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.109445 10.0.0.249 - - [2026-02-16 02:14:39] "POST /ref-update HTTP/1.1" 200 156 0.028797 10.0.0.249 - - [2026-02-16 02:14:39] "PUT /routing-instance/e80705ce-7142-4419-ba8b-dd56fca07164 HTTP/1.1" 200 267 0.018382 10.0.0.249 - - [2026-02-16 02:14:39] "POST /chown HTTP/1.1" 200 109 0.007806 10.0.0.249 - - [2026-02-16 02:14:40] "POST /instance-ips HTTP/1.1" 400 316 0.015530 10.0.0.249 - - [2026-02-16 02:14:40] "POST /chown HTTP/1.1" 200 109 0.008751 10.0.0.249 - - [2026-02-16 02:14:40] "PUT /virtual-machine-interface/e7c94852-a921-47d7-8093-cd3b74f8322a HTTP/1.1" 200 285 0.017966 10.0.0.249 - - [2026-02-16 02:14:40] "PUT /instance-ip/8349449d-f660-4eb7-aa0e-d90914bd4672 HTTP/1.1" 200 257 0.012336 10.0.0.249 - - [2026-02-16 02:14:40] "POST /ref-update HTTP/1.1" 200 156 0.012376 10.0.0.249 - - [2026-02-16 02:14:40] "POST /ref-update HTTP/1.1" 200 156 0.008912 10.0.0.249 - - [2026-02-16 02:14:40] "PUT /routing-instance/e80705ce-7142-4419-ba8b-dd56fca07164 HTTP/1.1" 200 267 0.026010 10.0.0.249 - - [2026-02-16 02:14:40] "POST /ref-update HTTP/1.1" 200 156 0.019293 10.0.0.249 - - [2026-02-16 02:14:42] "POST /neutron/port HTTP/1.1" 200 1126 0.012773 10.0.0.249 - - [2026-02-16 02:14:42] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007641 10.0.0.249 - - [2026-02-16 02:14:42] "POST /neutron/port HTTP/1.1" 200 1126 0.011704 10.0.0.249 - - [2026-02-16 02:14:42] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006217 10.0.0.249 - - [2026-02-16 02:14:42] "POST /neutron/port HTTP/1.1" 200 1126 0.012498 10.0.0.249 - - [2026-02-16 02:14:42] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006141 10.0.0.249 - - [2026-02-16 02:14:42] "GET /virtual-machine/ef52a28a-c92f-46fd-8f6c-70004b2ea5a5 HTTP/1.1" 401 293 0.000399 10.0.0.249 - - [2026-02-16 02:14:43] "GET /virtual-machine/ef52a28a-c92f-46fd-8f6c-70004b2ea5a5 HTTP/1.1" 200 1298 0.048928 10.0.0.249 - - [2026-02-16 02:14:43] "GET /virtual-machine-interface/6823d02e-974c-4be0-9c87-8bdf146b8640 HTTP/1.1" 200 2963 0.005770 10.0.0.249 - - [2026-02-16 02:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.249 - - [2026-02-16 02:14:43] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002818 10.0.0.249 - - [2026-02-16 02:14:43] "GET /virtual-networks?parent_id=4b4ab6d9-2516-4625-a02a-8302b1b52180&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003067 10.0.0.249 - - [2026-02-16 02:14:43] "GET /virtual-network/cff927a1-f878-4f6f-ad4c-9a42eb67192a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005653 10.0.0.249 - - [2026-02-16 02:14:43] "DELETE /project/4b4ab6d925164625a02a8302b1b52180 HTTP/1.1" 404 173 0.015154 10.0.0.249 - - [2026-02-16 02:14:43] "DELETE /project/787fb6ce71974fc2abf63acd211f837e HTTP/1.1" 404 173 0.012246 10.0.0.249 - - [2026-02-16 02:14:43] "GET /projects?obj_uuids=787fb6ce-7197-4fc2-abf6-3acd211f837e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001337 10.0.0.249 - - [2026-02-16 02:14:43] "GET /projects?obj_uuids=29fe2e4a-7fbb-429a-a762-b18a6a6a6cbc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000823 10.0.0.249 - - [2026-02-16 02:14:43] "GET /project/29fe2e4a-7fbb-429a-a762-b18a6a6a6cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.049297 10.0.0.249 - - [2026-02-16 02:14:43] "GET /project/787fb6ce-7197-4fc2-abf6-3acd211f837e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.056195 10.0.0.249 - - [2026-02-16 02:14:43] "GET /projects?obj_uuids=29fe2e4a-7fbb-429a-a762-b18a6a6a6cbc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001731 10.0.0.249 - - [2026-02-16 02:14:44] "GET /projects?obj_uuids=787fb6ce-7197-4fc2-abf6-3acd211f837e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001723 10.0.0.249 - - [2026-02-16 02:14:44] "GET /project/29fe2e4a-7fbb-429a-a762-b18a6a6a6cbc?fields=security_groups HTTP/1.1" 200 1351 0.078161 10.0.0.249 - - [2026-02-16 02:14:44] "GET /project/787fb6ce-7197-4fc2-abf6-3acd211f837e?fields=security_groups HTTP/1.1" 200 1357 0.087509 10.0.0.249 - - [2026-02-16 02:14:44] "DELETE /security-group/ea9e8eea-faa1-473a-a18d-662619841882 HTTP/1.1" 200 115 0.067464 10.0.0.249 - - [2026-02-16 02:14:44] "GET /projects?obj_uuids=29fe2e4a-7fbb-429a-a762-b18a6a6a6cbc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001581 10.0.0.249 - - [2026-02-16 02:14:44] "DELETE /security-group/95b708d5-4f22-4627-80fb-b496d6a56036 HTTP/1.1" 200 115 0.085818 10.0.0.249 - - [2026-02-16 02:14:44] "GET /projects?obj_uuids=787fb6ce-7197-4fc2-abf6-3acd211f837e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000958 10.0.0.249 - - [2026-02-16 02:14:44] "DELETE /access-control-list/962edb65-7a52-472a-813e-aaa330190698 HTTP/1.1" 200 115 0.075083 10.0.0.249 - - [2026-02-16 02:14:44] "GET /project/29fe2e4a-7fbb-429a-a762-b18a6a6a6cbc?fields=application_policy_sets HTTP/1.1" 200 1390 0.059530 10.0.0.249 - - [2026-02-16 02:14:44] "DELETE /access-control-list/858e4a45-95b3-4ec0-a0cd-939079d1e5d7 HTTP/1.1" 200 115 0.036795 10.0.0.249 - - [2026-02-16 02:14:44] "GET /project/787fb6ce-7197-4fc2-abf6-3acd211f837e?fields=application_policy_sets HTTP/1.1" 200 1396 0.084521 10.0.0.249 - - [2026-02-16 02:14:44] "DELETE /access-control-list/d4157311-96f2-4f1d-a3bb-37ad5b60e39f HTTP/1.1" 200 115 0.069381 10.0.0.249 - - [2026-02-16 02:14:44] "DELETE /access-control-list/16905fa0-97c3-4a5e-a98b-e839fe104382 HTTP/1.1" 200 115 0.048146 10.0.0.249 - - [2026-02-16 02:14:44] "DELETE /project/29fe2e4a-7fbb-429a-a762-b18a6a6a6cbc HTTP/1.1" 200 115 0.523647 10.0.0.249 - - [2026-02-16 02:14:44] "DELETE /project/787fb6ce-7197-4fc2-abf6-3acd211f837e HTTP/1.1" 200 115 0.568794 10.0.0.249 - - [2026-02-16 02:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.249 - - [2026-02-16 02:14:46] "GET /virtual-network/cff927a1-f878-4f6f-ad4c-9a42eb67192a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005520 10.0.0.249 - - [2026-02-16 02:14:46] "POST /neutron/port HTTP/1.1" 200 1126 0.015995 10.0.0.249 - - [2026-02-16 02:14:46] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006288 10.0.0.249 - - [2026-02-16 02:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.249 - - [2026-02-16 02:14:48] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003097 10.0.0.249 - - [2026-02-16 02:14:48] "POST /neutron/port HTTP/1.1" 200 1126 0.014271 10.0.0.249 - - [2026-02-16 02:14:48] "GET /virtual-networks?parent_id=4b4ab6d9-2516-4625-a02a-8302b1b52180&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003010 10.0.0.249 - - [2026-02-16 02:14:48] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006976 10.0.0.249 - - [2026-02-16 02:14:48] "GET /virtual-network/cff927a1-f878-4f6f-ad4c-9a42eb67192a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005570 10.0.0.249 - - [2026-02-16 02:14:48] "POST /neutron/port HTTP/1.1" 200 1126 0.015649 10.0.0.249 - - [2026-02-16 02:14:48] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005605 10.0.0.249 - - [2026-02-16 02:14:48] "POST /neutron/port HTTP/1.1" 200 1126 0.019433 10.0.0.249 - - [2026-02-16 02:14:48] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008170 10.0.0.249 - - [2026-02-16 02:14:49] "POST /neutron/port HTTP/1.1" 200 1126 0.013142 10.0.0.249 - - [2026-02-16 02:14:49] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008495 10.0.0.249 - - [2026-02-16 02:14:49] "GET /virtual-machine/124cc16c-7fda-4953-85bb-efbb9f2e8e98 HTTP/1.1" 200 1296 0.005208 10.0.0.249 - - [2026-02-16 02:14:49] "GET /virtual-machine-interface/22d81300-09ee-47c5-8616-5fa2faf47400 HTTP/1.1" 200 2974 0.005492 10.0.0.249 - - [2026-02-16 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.249 - - [2026-02-16 02:14:49] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003551 10.0.0.249 - - [2026-02-16 02:14:49] "GET /virtual-networks?parent_id=4b4ab6d9-2516-4625-a02a-8302b1b52180&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.004191 10.0.0.249 - - [2026-02-16 02:14:49] "GET /virtual-network/0253d8a7-a9f1-4aa6-bb45-a90291285b13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005088 10.0.0.249 - - [2026-02-16 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.249 - - [2026-02-16 02:14:50] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003563 10.0.0.249 - - [2026-02-16 02:14:50] "GET /virtual-networks?parent_id=4b4ab6d9-2516-4625-a02a-8302b1b52180&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002879 10.0.0.249 - - [2026-02-16 02:14:50] "GET /virtual-network/0253d8a7-a9f1-4aa6-bb45-a90291285b13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006972 10.0.0.249 - - [2026-02-16 02:14:50] "GET /obj-perms HTTP/1.1" 200 5075 0.066856 10.0.0.249 - - [2026-02-16 02:14:51] "GET /obj-perms HTTP/1.1" 200 5075 0.059263 10.0.0.249 - - [2026-02-16 02:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.249 - - [2026-02-16 02:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.249 - - [2026-02-16 02:14:51] "POST /chown HTTP/1.1" 200 109 0.008545 10.0.0.249 - - [2026-02-16 02:14:51] "POST /instance-ips HTTP/1.1" 400 246 0.015643 10.0.0.249 - - [2026-02-16 02:14:51] "POST /chown HTTP/1.1" 200 109 0.008800 10.0.0.249 - - [2026-02-16 02:14:51] "POST /chown HTTP/1.1" 200 109 0.009201 10.0.0.249 - - [2026-02-16 02:14:51] "POST /instance-ips HTTP/1.1" 400 316 0.020587 10.0.0.249 - - [2026-02-16 02:14:51] "POST /chown HTTP/1.1" 200 109 0.008520 10.0.0.249 - - [2026-02-16 02:14:51] "POST /chown HTTP/1.1" 200 109 0.008695 10.0.0.249 - - [2026-02-16 02:14:51] "POST /instance-ips HTTP/1.1" 400 246 0.018811 10.0.0.249 - - [2026-02-16 02:14:51] "POST /chown HTTP/1.1" 200 109 0.010546 10.0.0.249 - - [2026-02-16 02:14:51] "POST /chown HTTP/1.1" 200 109 0.008972 10.0.0.249 - - [2026-02-16 02:14:51] "POST /instance-ips HTTP/1.1" 400 316 0.015260 10.0.0.249 - - [2026-02-16 02:14:51] "POST /chown HTTP/1.1" 200 109 0.007703 10.0.0.249 - - [2026-02-16 02:14:54] "POST /neutron/router HTTP/1.1" 200 656 0.004302 10.0.0.249 - - [2026-02-16 02:14:54] "POST /ref-update HTTP/1.1" 200 156 0.015946 10.0.0.249 - - [2026-02-16 02:14:54] "POST /neutron/router HTTP/1.1" 200 344 0.103541 10.0.0.249 - - [2026-02-16 02:14:54] "POST /neutron/router HTTP/1.1" 200 656 0.005252 10.0.0.249 - - [2026-02-16 02:14:54] "GET /logical-router/dacd6907-77cf-4fd2-9ca9-c9499fc392b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1978 0.004681 10.0.0.249 - - [2026-02-16 02:14:54] "GET /service-instance/a66aefe0-079d-4351-82c9-478390766683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2318 0.003554 10.0.0.249 - - [2026-02-16 02:14:54] "POST /neutron/router HTTP/1.1" 200 151 0.062359 10.0.0.249 - - [2026-02-16 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.249 - - [2026-02-16 02:14:54] "DELETE /route-target/c622a1d6-93d1-4d68-88a0-e92a2b735d95 HTTP/1.1" 409 240 0.017604 10.0.0.249 - - [2026-02-16 02:14:54] "PUT /logical-router/dacd6907-77cf-4fd2-9ca9-c9499fc392b8 HTTP/1.1" 404 171 0.003950 10.0.0.249 - - [2026-02-16 02:14:54] "POST /ref-update HTTP/1.1" 200 156 0.018183 10.0.0.249 - - [2026-02-16 02:14:54] "DELETE /route-table/e9829329-c32f-4fc5-8947-748cdd8395fe HTTP/1.1" 200 115 0.039101 10.0.0.249 - - [2026-02-16 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.249 - - [2026-02-16 02:14:54] "PUT /routing-instance/e80705ce-7142-4419-ba8b-dd56fca07164 HTTP/1.1" 200 267 0.014632 10.0.0.249 - - [2026-02-16 02:14:54] "GET /virtual-network/b50bd518-c6b5-4832-b80b-05a29206d8b1?fields=instance_ip_back_refs%2Cvirtual_machine_interface_back_refs HTTP/1.1" 200 2305 0.005865 10.0.0.249 - - [2026-02-16 02:14:54] "POST /neutron/network HTTP/1.1" 200 833 0.007334 10.0.0.249 - - [2026-02-16 02:14:54] "POST /neutron/network HTTP/1.1" 400 204 0.041600 10.0.0.249 - - [2026-02-16 02:14:54] "POST /ref-update HTTP/1.1" 200 156 0.015986 10.0.0.249 - - [2026-02-16 02:14:54] "POST /ref-update HTTP/1.1" 200 156 0.009047 10.0.0.249 - - [2026-02-16 02:14:54] "GET /virtual-machine-interface/c4c84497-0889-4254-b71c-170f3c1fc17a?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1654 0.008082 10.0.0.249 - - [2026-02-16 02:14:55] "POST /ref-update HTTP/1.1" 200 156 0.019174 10.0.0.249 - - [2026-02-16 02:14:55] "GET /instance-ip/8349449d-f660-4eb7-aa0e-d90914bd4672?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004194 10.0.0.249 - - [2026-02-16 02:14:55] "DELETE /virtual-machine-interface/c4c84497-0889-4254-b71c-170f3c1fc17a HTTP/1.1" 200 115 0.039242 10.0.0.249 - - [2026-02-16 02:14:55] "GET /virtual-machine-interface/e7c94852-a921-47d7-8093-cd3b74f8322a?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1653 0.005935 10.0.0.249 - - [2026-02-16 02:14:55] "POST /ref-update HTTP/1.1" 200 156 0.022082 10.0.0.249 - - [2026-02-16 02:14:55] "POST /neutron/port HTTP/1.1" 200 1126 0.026091 10.0.0.249 - - [2026-02-16 02:14:55] "POST /neutron/port HTTP/1.1" 200 1116 0.012945 10.0.0.249 - - [2026-02-16 02:14:55] "GET /instance-ip/8349449d-f660-4eb7-aa0e-d90914bd4672?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1761 0.006837 10.0.0.249 - - [2026-02-16 02:14:55] "POST /neutron/port HTTP/1.1" 200 1126 0.016688 10.0.0.249 - - [2026-02-16 02:14:55] "POST /neutron/port HTTP/1.1" 200 1116 0.012780 10.0.0.249 - - [2026-02-16 02:14:55] "DELETE /instance-ip/8349449d-f660-4eb7-aa0e-d90914bd4672 HTTP/1.1" 200 115 0.053397 10.0.0.249 - - [2026-02-16 02:14:55] "DELETE /virtual-machine-interface/e7c94852-a921-47d7-8093-cd3b74f8322a HTTP/1.1" 200 115 0.050547 10.0.0.249 - - [2026-02-16 02:14:55] "DELETE /instance-ip/8349449d-f660-4eb7-aa0e-d90914bd4672 HTTP/1.1" 404 177 0.005099 10.0.0.249 - - [2026-02-16 02:14:55] "POST /neutron/port HTTP/1.1" 200 151 0.156240 10.0.0.249 - - [2026-02-16 02:14:55] "POST /neutron/port HTTP/1.1" 200 151 0.135985 10.0.0.249 - - [2026-02-16 02:14:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003049 10.0.0.249 - - [2026-02-16 02:14:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001855 10.0.0.249 - - [2026-02-16 02:14:55] "DELETE /virtual-network/b50bd518-c6b5-4832-b80b-05a29206d8b1 HTTP/1.1" 200 115 0.096675 10.0.0.249 - - [2026-02-16 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006427 10.0.0.249 - - [2026-02-16 02:14:55] "DELETE /route-target/532ca881-4b6b-4071-9b3e-15fc8704e3c5 HTTP/1.1" 200 115 0.018118 10.0.0.249 - - [2026-02-16 02:14:55] "DELETE /service-instance/a66aefe0-079d-4351-82c9-478390766683 HTTP/1.1" 200 115 0.034269 10.0.0.249 - - [2026-02-16 02:14:55] "GET /logical-router/dacd6907-77cf-4fd2-9ca9-c9499fc392b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003180 10.0.0.249 - - [2026-02-16 02:14:55] "GET /service-instance/a66aefe0-079d-4351-82c9-478390766683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003021 10.0.0.249 - - [2026-02-16 02:14:55] "GET /virtual-machine-interface/70c14f13-a807-4deb-8797-ccd1d3acd30d?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1655 0.007115 10.0.0.249 - - [2026-02-16 02:14:55] "POST /ref-update HTTP/1.1" 200 156 0.014114 10.0.0.249 - - [2026-02-16 02:14:55] "GET /instance-ip/5edbda44-a047-4552-b1ca-45f05abb5b90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.004304 10.0.0.249 - - [2026-02-16 02:14:55] "DELETE /virtual-machine-interface/70c14f13-a807-4deb-8797-ccd1d3acd30d HTTP/1.1" 200 115 0.032113 10.0.0.249 - - [2026-02-16 02:14:55] "DELETE /virtual-machine/7fdcb2c4-7fd5-4e33-a0d4-dc11980a3331 HTTP/1.1" 200 115 0.016468 10.0.0.249 - - [2026-02-16 02:14:55] "GET /virtual-machine-interface/6206f0aa-4f52-4938-b552-69df8454b776?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1656 0.006768 10.0.0.249 - - [2026-02-16 02:14:56] "POST /ref-update HTTP/1.1" 200 156 0.013103 10.0.0.249 - - [2026-02-16 02:14:56] "GET /instance-ip/5edbda44-a047-4552-b1ca-45f05abb5b90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1696 0.005361 10.0.0.249 - - [2026-02-16 02:14:56] "DELETE /instance-ip/5edbda44-a047-4552-b1ca-45f05abb5b90 HTTP/1.1" 200 115 0.026514 10.0.0.249 - - [2026-02-16 02:14:56] "DELETE /virtual-machine-interface/6206f0aa-4f52-4938-b552-69df8454b776 HTTP/1.1" 200 115 0.038095 10.0.0.249 - - [2026-02-16 02:14:56] "POST /ref-update HTTP/1.1" 200 156 0.009837 10.0.0.249 - - [2026-02-16 02:14:56] "DELETE /virtual-machine/7b174e15-3117-4b87-81b7-46eba2c64558 HTTP/1.1" 200 115 0.018623 10.0.0.249 - - [2026-02-16 02:14:56] "POST /neutron/network HTTP/1.1" 200 833 0.006095 10.0.0.249 - - [2026-02-16 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.249 - - [2026-02-16 02:14:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002022 10.0.0.249 - - [2026-02-16 02:14:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002615 10.0.0.249 - - [2026-02-16 02:14:56] "POST /neutron/network HTTP/1.1" 200 151 0.082650 10.0.0.249 - - [2026-02-16 02:14:56] "DELETE /route-target/4a1f059f-c68e-490a-972a-4ec556ec4357 HTTP/1.1" 200 115 0.017411 10.0.0.249 - - [2026-02-16 02:14:56] "POST /neutron/network HTTP/1.1" 200 826 0.005237 10.0.0.249 - - [2026-02-16 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005658 10.0.0.249 - - [2026-02-16 02:14:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003705 10.0.0.249 - - [2026-02-16 02:14:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001735 10.0.0.249 - - [2026-02-16 02:14:57] "POST /neutron/network HTTP/1.1" 200 151 0.091922 10.0.0.249 - - [2026-02-16 02:14:57] "DELETE /route-target/9fd79842-4776-45a3-ab79-863a8e8e2cad HTTP/1.1" 200 115 0.020265 10.0.0.249 - - [2026-02-16 02:14:57] "GET /projects?obj_uuids=4b4ab6d9-2516-4625-a02a-8302b1b52180&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000960 10.0.0.249 - - [2026-02-16 02:14:57] "GET /project/4b4ab6d9-2516-4625-a02a-8302b1b52180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.029221 10.0.0.249 - - [2026-02-16 02:14:57] "GET /projects?obj_uuids=4b4ab6d9-2516-4625-a02a-8302b1b52180&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002200 10.0.0.249 - - [2026-02-16 02:14:57] "GET /project/4b4ab6d9-2516-4625-a02a-8302b1b52180?fields=virtual_networks HTTP/1.1" 200 1040 0.069265 10.0.0.249 - - [2026-02-16 02:14:57] "GET /projects?obj_uuids=4b4ab6d9-2516-4625-a02a-8302b1b52180&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001006 10.0.0.249 - - [2026-02-16 02:14:57] "GET /project/4b4ab6d9-2516-4625-a02a-8302b1b52180?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.026046 10.0.0.249 - - [2026-02-16 02:14:57] "GET /projects?obj_uuids=4b4ab6d9-2516-4625-a02a-8302b1b52180&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001029 10.0.0.249 - - [2026-02-16 02:14:57] "GET /project/4b4ab6d9-2516-4625-a02a-8302b1b52180?fields=security_groups HTTP/1.1" 200 1270 0.026930 10.0.0.249 - - [2026-02-16 02:14:58] "POST /fqname-to-id HTTP/1.1" 404 196 0.032441 10.0.0.249 - - [2026-02-16 02:14:58] "GET /projects?obj_uuids=273d8560-3090-4cc6-ade1-b1a623d9110a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004351 10.0.0.249 - - [2026-02-16 02:14:58] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001050 10.0.0.249 - - [2026-02-16 02:14:58] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006662 10.0.0.249 - - [2026-02-16 02:14:58] "POST /id-to-fqname HTTP/1.1" 200 198 0.001514 10.0.0.249 - - [2026-02-16 02:14:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.004961 10.0.0.249 - - [2026-02-16 02:14:58] "POST /security-groups HTTP/1.1" 200 599 0.064863 10.0.0.249 - - [2026-02-16 02:14:58] "POST /fqname-to-id HTTP/1.1" 404 242 0.002573 10.0.0.249 - - [2026-02-16 02:14:58] "POST /projects HTTP/1.1" 200 601 0.232751 10.0.0.249 - - [2026-02-16 02:14:59] "POST /access-control-lists HTTP/1.1" 200 606 0.058042 10.0.0.249 - - [2026-02-16 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.304931 10.0.0.249 - - [2026-02-16 02:14:59] "POST /fqname-to-id HTTP/1.1" 404 241 0.002719 10.0.0.249 - - [2026-02-16 02:14:59] "GET /project/273d8560-3090-4cc6-ade1-b1a623d9110a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.441079 10.0.0.249 - - [2026-02-16 02:14:59] "POST /access-control-lists HTTP/1.1" 200 604 0.064798 10.0.0.249 - - [2026-02-16 02:15:00] "GET / HTTP/1.1" 200 36215 0.002097 10.0.0.249 - - [2026-02-16 02:15:01] "POST /fqname-to-id HTTP/1.1" 401 293 0.000463 10.0.0.249 - - [2026-02-16 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.076191 10.0.0.249 - - [2026-02-16 02:15:01] "GET /projects?obj_uuids=273d8560-3090-4cc6-ade1-b1a623d9110a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001158 10.0.0.249 - - [2026-02-16 02:15:01] "GET /project/273d8560-3090-4cc6-ade1-b1a623d9110a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.031213 10.0.0.249 - - [2026-02-16 02:15:01] "POST /neutron/network HTTP/1.1" 200 117 0.045830 10.0.0.249 - - [2026-02-16 02:15:01] "GET /projects?obj_uuids=273d8560-3090-4cc6-ade1-b1a623d9110a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001758 10.0.0.249 - - [2026-02-16 02:15:01] "POST /neutron/network HTTP/1.1" 200 613 0.082202 10.0.0.249 - - [2026-02-16 02:15:01] "POST /route-targets HTTP/1.1" 200 328 0.014502 10.0.0.249 - - [2026-02-16 02:15:01] "POST /ref-update HTTP/1.1" 200 156 0.012354 10.0.0.249 - - [2026-02-16 02:15:01] "POST /useragent-kv HTTP/1.1" 200 115 0.005696 10.0.0.249 - - [2026-02-16 02:15:02] "POST /neutron/subnet HTTP/1.1" 200 710 0.313566 10.0.0.249 - - [2026-02-16 02:15:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000570 10.0.0.249 - - [2026-02-16 02:15:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002637 10.0.0.249 - - [2026-02-16 02:15:02] "POST /neutron/subnet HTTP/1.1" 200 828 0.156440 10.0.0.249 - - [2026-02-16 02:15:02] "POST /neutron/network HTTP/1.1" 200 1003 0.008636 10.0.0.249 - - [2026-02-16 02:15:02] "POST /id-to-fqname HTTP/1.1" 200 228 0.001527 10.0.0.249 - - [2026-02-16 02:15:02] "GET /virtual-network/685be2f4-0a60-48ab-92d3-29b5a9923c4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.004753 10.0.0.249 - - [2026-02-16 02:15:02] "POST /neutron/network HTTP/1.1" 200 1003 0.006564 10.0.0.249 - - [2026-02-16 02:15:02] "GET /virtual-network/685be2f4-0a60-48ab-92d3-29b5a9923c4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005218 10.0.0.249 - - [2026-02-16 02:15:02] "POST /neutron/network HTTP/1.1" 200 1003 0.007965 10.0.0.249 - - [2026-02-16 02:15:02] "POST /neutron/subnet HTTP/1.1" 200 710 0.007312 10.0.0.249 - - [2026-02-16 02:15:02] "POST /neutron/subnet HTTP/1.1" 200 828 0.007602 10.0.0.249 - - [2026-02-16 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.249 - - [2026-02-16 02:15:02] "GET /projects?obj_uuids=273d8560-3090-4cc6-ade1-b1a623d9110a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001382 10.0.0.249 - - [2026-02-16 02:15:02] "GET /project/273d8560-3090-4cc6-ade1-b1a623d9110a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.028550 10.0.0.249 - - [2026-02-16 02:15:02] "POST /neutron/network HTTP/1.1" 200 117 0.010308 10.0.0.249 - - [2026-02-16 02:15:02] "GET /projects?obj_uuids=273d8560-3090-4cc6-ade1-b1a623d9110a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001118 10.0.0.249 - - [2026-02-16 02:15:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.030653 10.0.0.249 - - [2026-02-16 02:15:02] "POST /neutron/network HTTP/1.1" 200 613 0.065258 10.0.0.249 - - [2026-02-16 02:15:02] "POST /route-targets HTTP/1.1" 200 328 0.011565 10.0.0.249 - - [2026-02-16 02:15:02] "POST /ref-update HTTP/1.1" 200 156 0.011417 10.0.0.249 - - [2026-02-16 02:15:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003470 10.0.0.249 - - [2026-02-16 02:15:02] "POST /neutron/subnet HTTP/1.1" 200 729 0.157871 10.0.0.249 - - [2026-02-16 02:15:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.006592 10.0.0.249 - - [2026-02-16 02:15:03] "POST /useragent-kv HTTP/1.1" 200 115 0.007638 10.0.0.249 - - [2026-02-16 02:15:03] "POST /neutron/subnet HTTP/1.1" 200 823 0.213098 10.0.0.249 - - [2026-02-16 02:15:03] "POST /neutron/network HTTP/1.1" 200 1006 0.008042 10.0.0.249 - - [2026-02-16 02:15:03] "POST /id-to-fqname HTTP/1.1" 200 228 0.001494 10.0.0.249 - - [2026-02-16 02:15:03] "GET /virtual-network/c7900bd9-a7a6-4022-97e3-a59e9ff823fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006423 10.0.0.249 - - [2026-02-16 02:15:03] "POST /neutron/network HTTP/1.1" 200 1006 0.008212 10.0.0.249 - - [2026-02-16 02:15:03] "GET /virtual-network/c7900bd9-a7a6-4022-97e3-a59e9ff823fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006097 10.0.0.249 - - [2026-02-16 02:15:03] "POST /neutron/network HTTP/1.1" 200 1006 0.008347 10.0.0.249 - - [2026-02-16 02:15:03] "POST /neutron/subnet HTTP/1.1" 200 729 0.007537 10.0.0.249 - - [2026-02-16 02:15:03] "POST /neutron/subnet HTTP/1.1" 200 823 0.008227 10.0.0.249 - - [2026-02-16 02:15:03] "POST /fqname-to-id HTTP/1.1" 404 234 0.002306 10.0.0.249 - - [2026-02-16 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002277 10.0.0.249 - - [2026-02-16 02:15:03] "GET /projects?obj_uuids=273d8560-3090-4cc6-ade1-b1a623d9110a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001212 10.0.0.249 - - [2026-02-16 02:15:03] "GET /project/273d8560-3090-4cc6-ade1-b1a623d9110a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.036648 10.0.0.249 - - [2026-02-16 02:15:03] "POST /network-policys HTTP/1.1" 200 579 0.060599 10.0.0.249 - - [2026-02-16 02:15:03] "GET /network-policy/e7d33264-5b03-4e5f-be8d-57c9fc581f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.006901 10.0.0.249 - - [2026-02-16 02:15:03] "POST /neutron/network HTTP/1.1" 200 1003 0.007778 10.0.0.249 - - [2026-02-16 02:15:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.005139 10.0.0.249 - - [2026-02-16 02:15:03] "POST /fqname-to-id HTTP/1.1" 404 242 0.002442 10.0.0.249 - - [2026-02-16 02:15:03] "POST /neutron/network HTTP/1.1" 200 1111 0.044986 10.0.0.249 - - [2026-02-16 02:15:03] "POST /access-control-lists HTTP/1.1" 200 598 0.074481 10.0.0.249 - - [2026-02-16 02:15:03] "POST /neutron/network HTTP/1.1" 200 1111 0.052462 10.0.0.249 - - [2026-02-16 02:15:03] "GET /virtual-network/685be2f4-0a60-48ab-92d3-29b5a9923c4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.005779 10.0.0.249 - - [2026-02-16 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.249 - - [2026-02-16 02:15:03] "GET /network-policy/e7d33264-5b03-4e5f-be8d-57c9fc581f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.004318 10.0.0.249 - - [2026-02-16 02:15:03] "POST /neutron/network HTTP/1.1" 200 1006 0.008660 10.0.0.249 - - [2026-02-16 02:15:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.009751 10.0.0.249 - - [2026-02-16 02:15:03] "POST /fqname-to-id HTTP/1.1" 404 242 0.008011 10.0.0.249 - - [2026-02-16 02:15:03] "POST /neutron/network HTTP/1.1" 200 1114 0.057054 10.0.0.249 - - [2026-02-16 02:15:03] "POST /access-control-lists HTTP/1.1" 200 598 0.072302 10.0.0.249 - - [2026-02-16 02:15:03] "POST /neutron/network HTTP/1.1" 200 1114 0.042495 10.0.0.249 - - [2026-02-16 02:15:03] "GET /virtual-network/c7900bd9-a7a6-4022-97e3-a59e9ff823fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.006099 10.0.0.249 - - [2026-02-16 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002755 10.0.0.249 - - [2026-02-16 02:15:04] "POST /ref-update HTTP/1.1" 200 156 0.015378 10.0.0.249 - - [2026-02-16 02:15:04] "GET /network-policy/e7d33264-5b03-4e5f-be8d-57c9fc581f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.003736 10.0.0.249 - - [2026-02-16 02:15:04] "GET /domains HTTP/1.1" 401 293 0.000752 10.0.0.249 - - [2026-02-16 02:15:04] "PUT /access-control-list/2a491437-bcc2-4353-98dc-d4ad5c93fa27 HTTP/1.1" 200 273 0.053806 10.0.0.249 - - [2026-02-16 02:15:04] "GET /domains HTTP/1.1" 200 281 0.031194 10.0.0.249 - - [2026-02-16 02:15:04] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001460 10.0.0.249 - - [2026-02-16 02:15:04] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 2782 0.010977 10.0.0.249 - - [2026-02-16 02:15:04] "GET /projects?obj_uuids=273d8560-3090-4cc6-ade1-b1a623d9110a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001008 10.0.0.249 - - [2026-02-16 02:15:04] "GET /project/273d8560-3090-4cc6-ade1-b1a623d9110a HTTP/1.1" 200 2633 0.071752 10.0.0.249 - - [2026-02-16 02:15:04] "GET /virtual-network/685be2f4-0a60-48ab-92d3-29b5a9923c4e HTTP/1.1" 200 3503 0.006305 10.0.0.249 - - [2026-02-16 02:15:04] "GET /virtual-network/685be2f4-0a60-48ab-92d3-29b5a9923c4e HTTP/1.1" 200 3503 0.004615 10.0.0.249 - - [2026-02-16 02:15:04] "GET /routing-instance/1a5ebc80-5729-4c0d-86e2-15ab602a84c9 HTTP/1.1" 200 1798 0.003830 10.0.0.249 - - [2026-02-16 02:15:04] "GET /routing-instance/1a5ebc80-5729-4c0d-86e2-15ab602a84c9 HTTP/1.1" 200 1798 0.004332 10.0.0.249 - - [2026-02-16 02:15:04] "GET /route-target/a9d84789-8ec8-4ef5-ab87-d1356fba4416 HTTP/1.1" 200 1215 0.004533 10.0.0.249 - - [2026-02-16 02:15:04] "GET /virtual-network/685be2f4-0a60-48ab-92d3-29b5a9923c4e HTTP/1.1" 200 3503 0.004522 10.0.0.249 - - [2026-02-16 02:15:04] "GET /routing-instance/1a5ebc80-5729-4c0d-86e2-15ab602a84c9 HTTP/1.1" 200 1798 0.003169 10.0.0.249 - - [2026-02-16 02:15:04] "GET /virtual-network/685be2f4-0a60-48ab-92d3-29b5a9923c4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.005104 10.0.0.249 - - [2026-02-16 02:15:04] "GET /virtual-network/685be2f4-0a60-48ab-92d3-29b5a9923c4e HTTP/1.1" 200 3503 0.005012 10.0.0.249 - - [2026-02-16 02:15:04] "GET /routing-instance/1a5ebc80-5729-4c0d-86e2-15ab602a84c9 HTTP/1.1" 200 1798 0.005098 10.0.0.249 - - [2026-02-16 02:15:04] "GET /routing-instance/1a5ebc80-5729-4c0d-86e2-15ab602a84c9 HTTP/1.1" 200 1798 0.005820 10.0.0.249 - - [2026-02-16 02:15:04] "GET /route-target/a9d84789-8ec8-4ef5-ab87-d1356fba4416 HTTP/1.1" 200 1215 0.002878 10.0.0.249 - - [2026-02-16 02:15:04] "GET /domains HTTP/1.1" 200 281 0.003552 10.0.0.249 - - [2026-02-16 02:15:04] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.249 - - [2026-02-16 02:15:04] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 2782 0.007123 10.0.0.249 - - [2026-02-16 02:15:04] "GET /projects?obj_uuids=273d8560-3090-4cc6-ade1-b1a623d9110a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000861 10.0.0.249 - - [2026-02-16 02:15:04] "GET /project/273d8560-3090-4cc6-ade1-b1a623d9110a HTTP/1.1" 200 2633 0.070562 10.0.0.249 - - [2026-02-16 02:15:04] "GET /virtual-network/685be2f4-0a60-48ab-92d3-29b5a9923c4e HTTP/1.1" 200 3503 0.005505 10.0.0.249 - - [2026-02-16 02:15:05] "GET /obj-perms HTTP/1.1" 200 5065 0.057438 10.0.0.249 - - [2026-02-16 02:15:05] "GET /domains HTTP/1.1" 200 281 0.003002 10.0.0.249 - - [2026-02-16 02:15:05] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001056 10.0.0.249 - - [2026-02-16 02:15:05] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 2782 0.006905 10.0.0.249 - - [2026-02-16 02:15:05] "GET /projects?obj_uuids=273d8560-3090-4cc6-ade1-b1a623d9110a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000862 10.0.0.249 - - [2026-02-16 02:15:05] "GET /project/273d8560-3090-4cc6-ade1-b1a623d9110a HTTP/1.1" 200 2633 0.070657 10.0.0.249 - - [2026-02-16 02:15:05] "GET /virtual-network/c7900bd9-a7a6-4022-97e3-a59e9ff823fb HTTP/1.1" 200 3513 0.006605 10.0.0.249 - - [2026-02-16 02:15:05] "GET /virtual-network/c7900bd9-a7a6-4022-97e3-a59e9ff823fb HTTP/1.1" 200 3513 0.005072 10.0.0.249 - - [2026-02-16 02:15:05] "GET /routing-instance/764e86f3-c0f5-46e5-a3f6-08ff345e5a62 HTTP/1.1" 200 1799 0.003346 10.0.0.249 - - [2026-02-16 02:15:05] "GET /routing-instance/764e86f3-c0f5-46e5-a3f6-08ff345e5a62 HTTP/1.1" 200 1799 0.002626 10.0.0.249 - - [2026-02-16 02:15:05] "GET /route-target/cb66933a-008c-4a36-bf26-a301f3a266ea HTTP/1.1" 200 1215 0.002584 10.0.0.249 - - [2026-02-16 02:15:05] "GET /virtual-network/c7900bd9-a7a6-4022-97e3-a59e9ff823fb HTTP/1.1" 200 3513 0.004898 10.0.0.249 - - [2026-02-16 02:15:05] "GET /routing-instance/764e86f3-c0f5-46e5-a3f6-08ff345e5a62 HTTP/1.1" 200 1799 0.002972 10.0.0.249 - - [2026-02-16 02:15:05] "GET /virtual-network/c7900bd9-a7a6-4022-97e3-a59e9ff823fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.004553 10.0.0.249 - - [2026-02-16 02:15:05] "GET /virtual-network/c7900bd9-a7a6-4022-97e3-a59e9ff823fb HTTP/1.1" 200 3513 0.004400 10.0.0.249 - - [2026-02-16 02:15:05] "GET /routing-instance/764e86f3-c0f5-46e5-a3f6-08ff345e5a62 HTTP/1.1" 200 1799 0.002692 10.0.0.249 - - [2026-02-16 02:15:05] "GET /routing-instance/764e86f3-c0f5-46e5-a3f6-08ff345e5a62 HTTP/1.1" 200 1799 0.003528 10.0.0.249 - - [2026-02-16 02:15:05] "GET /route-target/cb66933a-008c-4a36-bf26-a301f3a266ea HTTP/1.1" 200 1215 0.003419 10.0.0.249 - - [2026-02-16 02:15:05] "GET /domains HTTP/1.1" 200 281 0.002167 10.0.0.249 - - [2026-02-16 02:15:05] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001094 10.0.0.249 - - [2026-02-16 02:15:05] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 2782 0.007039 10.0.0.249 - - [2026-02-16 02:15:05] "GET /projects?obj_uuids=273d8560-3090-4cc6-ade1-b1a623d9110a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000874 10.0.0.249 - - [2026-02-16 02:15:05] "GET /project/273d8560-3090-4cc6-ade1-b1a623d9110a HTTP/1.1" 200 2633 0.067710 10.0.0.249 - - [2026-02-16 02:15:05] "GET /virtual-network/c7900bd9-a7a6-4022-97e3-a59e9ff823fb HTTP/1.1" 200 3513 0.004836 10.0.0.249 - - [2026-02-16 02:15:05] "GET /obj-perms HTTP/1.1" 200 5065 0.002781 10.0.0.249 - - [2026-02-16 02:15:05] "GET /virtual-network/c7900bd9-a7a6-4022-97e3-a59e9ff823fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.007185 10.0.0.249 - - [2026-02-16 02:15:05] "POST /neutron/network HTTP/1.1" 200 1114 0.007717 10.0.0.249 - - [2026-02-16 02:15:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.007739 10.0.0.249 - - [2026-02-16 02:15:05] "POST /neutron/network HTTP/1.1" 200 1006 0.043477 10.0.0.249 - - [2026-02-16 02:15:05] "DELETE /access-control-list/b1575a2c-d142-44f2-a550-981ce81e2818 HTTP/1.1" 200 115 0.033488 10.0.0.249 - - [2026-02-16 02:15:05] "POST /neutron/network HTTP/1.1" 200 1006 0.008068 10.0.0.249 - - [2026-02-16 02:15:05] "POST /ref-update HTTP/1.1" 200 156 0.013488 10.0.0.249 - - [2026-02-16 02:15:05] "GET /virtual-network/c7900bd9-a7a6-4022-97e3-a59e9ff823fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.010102 10.0.0.249 - - [2026-02-16 02:15:05] "GET /virtual-network/685be2f4-0a60-48ab-92d3-29b5a9923c4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.005352 10.0.0.249 - - [2026-02-16 02:15:05] "POST /neutron/network HTTP/1.1" 200 1111 0.011554 10.0.0.249 - - [2026-02-16 02:15:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.006465 10.0.0.249 - - [2026-02-16 02:15:05] "POST /neutron/network HTTP/1.1" 200 1003 0.052261 10.0.0.249 - - [2026-02-16 02:15:05] "DELETE /access-control-list/2a491437-bcc2-4353-98dc-d4ad5c93fa27 HTTP/1.1" 200 115 0.029018 10.0.0.249 - - [2026-02-16 02:15:05] "POST /neutron/network HTTP/1.1" 200 1003 0.007953 10.0.0.249 - - [2026-02-16 02:15:05] "POST /ref-update HTTP/1.1" 200 156 0.013843 10.0.0.249 - - [2026-02-16 02:15:05] "GET /virtual-network/685be2f4-0a60-48ab-92d3-29b5a9923c4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.004978 10.0.0.249 - - [2026-02-16 02:15:05] "DELETE /network-policy/e7d33264-5b03-4e5f-be8d-57c9fc581f10 HTTP/1.1" 200 115 0.023234 10.0.0.249 - - [2026-02-16 02:15:05] "POST /neutron/network HTTP/1.1" 200 1006 0.006529 10.0.0.249 - - [2026-02-16 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005414 10.0.0.249 - - [2026-02-16 02:15:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003257 10.0.0.249 - - [2026-02-16 02:15:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002526 10.0.0.249 - - [2026-02-16 02:15:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002875 10.0.0.249 - - [2026-02-16 02:15:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001452 10.0.0.249 - - [2026-02-16 02:15:05] "POST /neutron/network HTTP/1.1" 200 151 0.087943 10.0.0.249 - - [2026-02-16 02:15:05] "DELETE /route-target/cb66933a-008c-4a36-bf26-a301f3a266ea HTTP/1.1" 200 115 0.020865 10.0.0.249 - - [2026-02-16 02:15:05] "GET /routing-instance/764e86f3-c0f5-46e5-a3f6-08ff345e5a62 HTTP/1.1" 404 171 0.001973 10.0.0.249 - - [2026-02-16 02:15:05] "GET /domains HTTP/1.1" 200 281 0.002234 10.0.0.249 - - [2026-02-16 02:15:05] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000961 10.0.0.249 - - [2026-02-16 02:15:05] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 2782 0.053239 10.0.0.249 - - [2026-02-16 02:15:06] "GET /projects?obj_uuids=273d8560-3090-4cc6-ade1-b1a623d9110a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.058739 10.0.0.249 - - [2026-02-16 02:15:06] "GET /project/273d8560-3090-4cc6-ade1-b1a623d9110a HTTP/1.1" 200 2151 0.124828 10.0.0.249 - - [2026-02-16 02:15:06] "POST /neutron/network HTTP/1.1" 200 1003 0.006570 10.0.0.249 - - [2026-02-16 02:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.249 - - [2026-02-16 02:15:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003188 10.0.0.249 - - [2026-02-16 02:15:06] "POST /useragent-kv HTTP/1.1" 200 115 0.001658 10.0.0.249 - - [2026-02-16 02:15:06] "POST /useragent-kv HTTP/1.1" 200 115 0.001539 10.0.0.249 - - [2026-02-16 02:15:06] "POST /useragent-kv HTTP/1.1" 200 115 0.001559 10.0.0.249 - - [2026-02-16 02:15:06] "POST /neutron/network HTTP/1.1" 200 151 0.086273 10.0.0.249 - - [2026-02-16 02:15:06] "DELETE /route-target/a9d84789-8ec8-4ef5-ab87-d1356fba4416 HTTP/1.1" 200 115 0.021344 10.0.0.249 - - [2026-02-16 02:15:06] "GET /routing-instance/1a5ebc80-5729-4c0d-86e2-15ab602a84c9 HTTP/1.1" 404 171 0.002302 10.0.0.249 - - [2026-02-16 02:15:06] "GET /domains HTTP/1.1" 200 281 0.002235 10.0.0.249 - - [2026-02-16 02:15:06] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000881 10.0.0.249 - - [2026-02-16 02:15:06] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 2782 0.046306 10.0.0.249 - - [2026-02-16 02:15:06] "GET /projects?obj_uuids=273d8560-3090-4cc6-ade1-b1a623d9110a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001470 10.0.0.249 - - [2026-02-16 02:15:06] "GET /project/273d8560-3090-4cc6-ade1-b1a623d9110a HTTP/1.1" 200 1905 0.076158 10.0.0.249 - - [2026-02-16 02:15:06] "GET /projects?obj_uuids=273d8560-3090-4cc6-ade1-b1a623d9110a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001065 10.0.0.249 - - [2026-02-16 02:15:06] "GET /project/273d8560-3090-4cc6-ade1-b1a623d9110a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.028405 10.0.0.249 - - [2026-02-16 02:15:06] "GET /projects?obj_uuids=273d8560-3090-4cc6-ade1-b1a623d9110a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001043 10.0.0.249 - - [2026-02-16 02:15:06] "GET /project/273d8560-3090-4cc6-ade1-b1a623d9110a?fields=virtual_networks HTTP/1.1" 200 1050 0.065125 10.0.0.249 - - [2026-02-16 02:15:06] "GET /projects?obj_uuids=273d8560-3090-4cc6-ade1-b1a623d9110a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001019 10.0.0.249 - - [2026-02-16 02:15:06] "GET /project/273d8560-3090-4cc6-ade1-b1a623d9110a?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.026099 10.0.0.249 - - [2026-02-16 02:15:06] "GET /projects?obj_uuids=273d8560-3090-4cc6-ade1-b1a623d9110a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001009 10.0.0.249 - - [2026-02-16 02:15:06] "GET /project/273d8560-3090-4cc6-ade1-b1a623d9110a?fields=security_groups HTTP/1.1" 200 1285 0.025208 10.0.0.249 - - [2026-02-16 02:15:07] "POST /fqname-to-id HTTP/1.1" 404 204 0.026287 10.0.0.249 - - [2026-02-16 02:15:07] "GET /projects?obj_uuids=8b8722ab-14e7-4657-9537-5862b928b722&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002168 10.0.0.249 - - [2026-02-16 02:15:07] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001304 10.0.0.249 - - [2026-02-16 02:15:07] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007949 10.0.0.249 - - [2026-02-16 02:15:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000309 10.0.0.249 - - [2026-02-16 02:15:08] "GET /global-system-configs HTTP/1.1" 401 293 0.000385 10.0.0.249 - - [2026-02-16 02:15:08] "POST /id-to-fqname HTTP/1.1" 200 206 0.002737 10.0.0.249 - - [2026-02-16 02:15:08] "POST /fqname-to-id HTTP/1.1" 404 215 0.002056 10.0.0.249 - - [2026-02-16 02:15:08] "POST /security-groups HTTP/1.1" 200 607 0.074507 10.0.0.249 - - [2026-02-16 02:15:08] "POST /fqname-to-id HTTP/1.1" 404 250 0.002470 10.0.0.249 - - [2026-02-16 02:15:08] "POST /projects HTTP/1.1" 200 617 0.233898 10.0.0.249 - - [2026-02-16 02:15:08] "POST /access-control-lists HTTP/1.1" 200 614 0.061292 10.0.0.249 - - [2026-02-16 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.311156 10.0.0.249 - - [2026-02-16 02:15:08] "POST /fqname-to-id HTTP/1.1" 404 249 0.002831 10.0.0.249 - - [2026-02-16 02:15:08] "GET /project/8b8722ab-14e7-4657-9537-5862b928b722?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.447006 10.0.0.249 - - [2026-02-16 02:15:08] "POST /access-control-lists HTTP/1.1" 200 612 0.059649 10.0.0.249 - - [2026-02-16 02:15:08] "GET /global-system-configs HTTP/1.1" 401 293 0.000533 10.0.0.249 - - [2026-02-16 02:15:08] "GET /global-system-configs HTTP/1.1" 401 293 0.000405 10.0.0.249 - - [2026-02-16 02:15:09] "GET / HTTP/1.1" 200 36215 0.001463 10.0.0.249 - - [2026-02-16 02:15:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000543 10.0.0.249 - - [2026-02-16 02:15:11] "POST /fqname-to-id HTTP/1.1" 404 233 0.064680 10.0.0.249 - - [2026-02-16 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002493 10.0.0.249 - - [2026-02-16 02:15:11] "GET /projects?obj_uuids=8b8722ab-14e7-4657-9537-5862b928b722&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000969 10.0.0.249 - - [2026-02-16 02:15:11] "GET /project/8b8722ab-14e7-4657-9537-5862b928b722?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.023913 10.0.0.249 - - [2026-02-16 02:15:11] "POST /network-policys HTTP/1.1" 200 569 0.060342 10.0.0.249 - - [2026-02-16 02:15:11] "GET /network-policy/e23582d7-43d5-4ea9-b769-e87b3849dbd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3156 0.004735 10.0.0.249 - - [2026-02-16 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.249 - - [2026-02-16 02:15:11] "GET /projects?obj_uuids=8b8722ab-14e7-4657-9537-5862b928b722&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001239 10.0.0.249 - - [2026-02-16 02:15:11] "GET /project/8b8722ab-14e7-4657-9537-5862b928b722?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.023592 10.0.0.249 - - [2026-02-16 02:15:11] "POST /neutron/network HTTP/1.1" 200 117 0.036983 10.0.0.249 - - [2026-02-16 02:15:11] "GET /projects?obj_uuids=8b8722ab-14e7-4657-9537-5862b928b722&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000970 10.0.0.249 - - [2026-02-16 02:15:11] "POST /neutron/network HTTP/1.1" 200 623 0.064815 10.0.0.249 - - [2026-02-16 02:15:11] "POST /route-targets HTTP/1.1" 200 328 0.010538 10.0.0.249 - - [2026-02-16 02:15:11] "POST /ref-update HTTP/1.1" 200 156 0.011240 10.0.0.249 - - [2026-02-16 02:15:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002668 10.0.0.249 - - [2026-02-16 02:15:11] "POST /neutron/subnet HTTP/1.1" 200 734 0.147921 10.0.0.249 - - [2026-02-16 02:15:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.005329 10.0.0.249 - - [2026-02-16 02:15:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003961 10.0.0.249 - - [2026-02-16 02:15:11] "POST /neutron/subnet HTTP/1.1" 200 828 0.198332 10.0.0.249 - - [2026-02-16 02:15:11] "POST /neutron/network HTTP/1.1" 200 1018 0.007069 10.0.0.249 - - [2026-02-16 02:15:11] "POST /id-to-fqname HTTP/1.1" 200 237 0.001179 10.0.0.249 - - [2026-02-16 02:15:11] "GET /virtual-network/135e6106-4db5-45f5-8c80-8d153cc9ca00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2668 0.006276 10.0.0.249 - - [2026-02-16 02:15:12] "POST /neutron/network HTTP/1.1" 200 1018 0.010246 10.0.0.249 - - [2026-02-16 02:15:12] "GET /virtual-network/135e6106-4db5-45f5-8c80-8d153cc9ca00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2668 0.005152 10.0.0.249 - - [2026-02-16 02:15:12] "POST /neutron/network HTTP/1.1" 200 1018 0.007405 10.0.0.249 - - [2026-02-16 02:15:12] "POST /neutron/subnet HTTP/1.1" 200 734 0.006035 10.0.0.249 - - [2026-02-16 02:15:12] "POST /neutron/subnet HTTP/1.1" 200 828 0.007170 10.0.0.249 - - [2026-02-16 02:15:12] "POST /neutron/network HTTP/1.1" 200 1018 0.007508 10.0.0.249 - - [2026-02-16 02:15:12] "POST /fqname-to-id HTTP/1.1" 404 252 0.006730 10.0.0.249 - - [2026-02-16 02:15:12] "POST /fqname-to-id HTTP/1.1" 404 207 0.004430 10.0.0.249 - - [2026-02-16 02:15:12] "POST /neutron/network HTTP/1.1" 200 1125 0.049873 10.0.0.249 - - [2026-02-16 02:15:12] "POST /access-control-lists HTTP/1.1" 200 609 0.069535 10.0.0.249 - - [2026-02-16 02:15:12] "POST /neutron/network HTTP/1.1" 200 1125 0.041816 10.0.0.249 - - [2026-02-16 02:15:12] "GET /virtual-network/135e6106-4db5-45f5-8c80-8d153cc9ca00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2992 0.004762 10.0.0.249 - - [2026-02-16 02:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002460 10.0.0.249 - - [2026-02-16 02:15:12] "GET /network-policy/e23582d7-43d5-4ea9-b769-e87b3849dbd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3156 0.004117 10.0.0.249 - - [2026-02-16 02:15:12] "GET /domains HTTP/1.1" 401 293 0.000466 10.0.0.249 - - [2026-02-16 02:15:12] "GET /domains HTTP/1.1" 200 281 0.031925 10.0.0.249 - - [2026-02-16 02:15:12] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001725 10.0.0.249 - - [2026-02-16 02:15:12] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 2985 0.009629 10.0.0.249 - - [2026-02-16 02:15:12] "GET /projects?obj_uuids=8b8722ab-14e7-4657-9537-5862b928b722&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000919 10.0.0.249 - - [2026-02-16 02:15:12] "GET /project/8b8722ab-14e7-4657-9537-5862b928b722 HTTP/1.1" 200 2466 0.069757 10.0.0.249 - - [2026-02-16 02:15:12] "GET /virtual-network/135e6106-4db5-45f5-8c80-8d153cc9ca00 HTTP/1.1" 200 3556 0.007250 10.0.0.249 - - [2026-02-16 02:15:12] "GET /virtual-network/135e6106-4db5-45f5-8c80-8d153cc9ca00 HTTP/1.1" 200 3556 0.005324 10.0.0.249 - - [2026-02-16 02:15:12] "GET /routing-instance/00b1b5eb-4e2d-449d-b47a-d4d84f8a051c HTTP/1.1" 200 1496 0.003114 10.0.0.249 - - [2026-02-16 02:15:12] "GET /routing-instance/00b1b5eb-4e2d-449d-b47a-d4d84f8a051c HTTP/1.1" 200 1496 0.003457 10.0.0.249 - - [2026-02-16 02:15:12] "GET /route-target/3a4c450b-541c-4cbd-bb21-ac22547267bf HTTP/1.1" 200 1224 0.002980 10.0.0.249 - - [2026-02-16 02:15:12] "GET /virtual-network/135e6106-4db5-45f5-8c80-8d153cc9ca00 HTTP/1.1" 200 3556 0.004410 10.0.0.249 - - [2026-02-16 02:15:12] "GET /routing-instance/00b1b5eb-4e2d-449d-b47a-d4d84f8a051c HTTP/1.1" 200 1496 0.002954 10.0.0.249 - - [2026-02-16 02:15:12] "GET /virtual-network/135e6106-4db5-45f5-8c80-8d153cc9ca00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2992 0.004426 10.0.0.249 - - [2026-02-16 02:15:12] "GET /virtual-network/135e6106-4db5-45f5-8c80-8d153cc9ca00 HTTP/1.1" 200 3556 0.004369 10.0.0.249 - - [2026-02-16 02:15:12] "GET /routing-instance/00b1b5eb-4e2d-449d-b47a-d4d84f8a051c HTTP/1.1" 200 1496 0.002721 10.0.0.249 - - [2026-02-16 02:15:12] "GET /routing-instance/00b1b5eb-4e2d-449d-b47a-d4d84f8a051c HTTP/1.1" 200 1496 0.003245 10.0.0.249 - - [2026-02-16 02:15:12] "GET /route-target/3a4c450b-541c-4cbd-bb21-ac22547267bf HTTP/1.1" 200 1224 0.002964 10.0.0.249 - - [2026-02-16 02:15:12] "GET /domains HTTP/1.1" 200 281 0.002493 10.0.0.249 - - [2026-02-16 02:15:12] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.249 - - [2026-02-16 02:15:12] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 2985 0.006851 10.0.0.249 - - [2026-02-16 02:15:12] "GET /projects?obj_uuids=8b8722ab-14e7-4657-9537-5862b928b722&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000962 10.0.0.249 - - [2026-02-16 02:15:13] "GET /project/8b8722ab-14e7-4657-9537-5862b928b722 HTTP/1.1" 200 2466 0.072327 10.0.0.249 - - [2026-02-16 02:15:13] "GET /virtual-network/135e6106-4db5-45f5-8c80-8d153cc9ca00 HTTP/1.1" 200 3556 0.005020 10.0.0.249 - - [2026-02-16 02:15:13] "GET /obj-perms HTTP/1.1" 200 5081 0.066961 10.0.0.249 - - [2026-02-16 02:15:13] "GET /domains HTTP/1.1" 200 281 0.002902 10.0.0.249 - - [2026-02-16 02:15:13] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001733 10.0.0.249 - - [2026-02-16 02:15:13] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 2985 0.009135 10.0.0.249 - - [2026-02-16 02:15:13] "GET /projects?obj_uuids=8b8722ab-14e7-4657-9537-5862b928b722&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002125 10.0.0.249 - - [2026-02-16 02:15:13] "GET /project/8b8722ab-14e7-4657-9537-5862b928b722 HTTP/1.1" 200 2466 0.072984 10.0.0.249 - - [2026-02-16 02:15:13] "GET /network-policy/e23582d7-43d5-4ea9-b769-e87b3849dbd1 HTTP/1.1" 200 3483 0.003916 10.0.0.249 - - [2026-02-16 02:15:13] "DELETE /network-policy/e23582d7-43d5-4ea9-b769-e87b3849dbd1 HTTP/1.1" 409 239 0.006065 10.0.0.249 - - [2026-02-16 02:15:13] "POST /neutron/network HTTP/1.1" 200 1125 0.006509 10.0.0.249 - - [2026-02-16 02:15:13] "DELETE /access-control-list/871883d3-c207-478b-a748-e7b9f1d4c65a HTTP/1.1" 200 115 0.034475 10.0.0.249 - - [2026-02-16 02:15:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002407 10.0.0.249 - - [2026-02-16 02:15:13] "POST /useragent-kv HTTP/1.1" 200 115 0.001824 10.0.0.249 - - [2026-02-16 02:15:13] "POST /useragent-kv HTTP/1.1" 200 115 0.001743 10.0.0.249 - - [2026-02-16 02:15:13] "POST /useragent-kv HTTP/1.1" 200 115 0.001658 10.0.0.249 - - [2026-02-16 02:15:13] "POST /neutron/network HTTP/1.1" 200 151 0.094896 10.0.0.249 - - [2026-02-16 02:15:13] "GET /routing-instance/00b1b5eb-4e2d-449d-b47a-d4d84f8a051c HTTP/1.1" 404 171 0.002135 10.0.0.249 - - [2026-02-16 02:15:13] "GET /domains HTTP/1.1" 200 281 0.002412 10.0.0.249 - - [2026-02-16 02:15:13] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001039 10.0.0.249 - - [2026-02-16 02:15:13] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 2985 0.050210 10.0.0.249 - - [2026-02-16 02:15:13] "GET /projects?obj_uuids=8b8722ab-14e7-4657-9537-5862b928b722&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001423 10.0.0.249 - - [2026-02-16 02:15:13] "GET /project/8b8722ab-14e7-4657-9537-5862b928b722 HTTP/1.1" 200 2211 0.066602 10.0.0.249 - - [2026-02-16 02:15:13] "DELETE /network-policy/e23582d7-43d5-4ea9-b769-e87b3849dbd1 HTTP/1.1" 200 115 0.029320 10.0.0.249 - - [2026-02-16 02:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.249 - - [2026-02-16 02:15:14] "GET /projects?obj_uuids=8b8722ab-14e7-4657-9537-5862b928b722&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001391 10.0.0.249 - - [2026-02-16 02:15:14] "GET /project/8b8722ab-14e7-4657-9537-5862b928b722?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.022468 10.0.0.249 - - [2026-02-16 02:15:14] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-94758731&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004621 10.0.0.249 - - [2026-02-16 02:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.249 - - [2026-02-16 02:15:14] "DELETE /route-target/3a4c450b-541c-4cbd-bb21-ac22547267bf HTTP/1.1" 200 115 0.014280 10.0.0.249 - - [2026-02-16 02:15:14] "GET /projects?obj_uuids=8b8722ab-14e7-4657-9537-5862b928b722&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001042 10.0.0.249 - - [2026-02-16 02:15:14] "GET /project/8b8722ab-14e7-4657-9537-5862b928b722?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.025039 10.0.0.249 - - [2026-02-16 02:15:14] "GET /projects?obj_uuids=8b8722ab-14e7-4657-9537-5862b928b722&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001319 10.0.0.249 - - [2026-02-16 02:15:14] "GET /project/8b8722ab-14e7-4657-9537-5862b928b722?fields=virtual_networks HTTP/1.1" 200 1067 0.071962 10.0.0.249 - - [2026-02-16 02:15:14] "GET /projects?obj_uuids=8b8722ab-14e7-4657-9537-5862b928b722&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001038 10.0.0.249 - - [2026-02-16 02:15:14] "GET /project/8b8722ab-14e7-4657-9537-5862b928b722?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.025669 10.0.0.249 - - [2026-02-16 02:15:14] "GET /projects?obj_uuids=8b8722ab-14e7-4657-9537-5862b928b722&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001210 10.0.0.249 - - [2026-02-16 02:15:14] "GET /project/8b8722ab-14e7-4657-9537-5862b928b722?fields=security_groups HTTP/1.1" 200 1310 0.038134 10.0.0.249 - - [2026-02-16 02:15:15] "POST /fqname-to-id HTTP/1.1" 404 190 0.028526 10.0.0.249 - - [2026-02-16 02:15:16] "GET /projects?obj_uuids=b619a012-64cd-453d-8c86-c6c3e42ee0e1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002453 10.0.0.249 - - [2026-02-16 02:15:16] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001002 10.0.0.249 - - [2026-02-16 02:15:16] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006751 10.0.0.249 - - [2026-02-16 02:15:16] "POST /id-to-fqname HTTP/1.1" 200 192 0.001330 10.0.0.249 - - [2026-02-16 02:15:16] "POST /fqname-to-id HTTP/1.1" 404 201 0.002486 10.0.0.249 - - [2026-02-16 02:15:16] "POST /security-groups HTTP/1.1" 200 593 0.064982 10.0.0.249 - - [2026-02-16 02:15:16] "POST /fqname-to-id HTTP/1.1" 404 236 0.003134 10.0.0.249 - - [2026-02-16 02:15:16] "POST /projects HTTP/1.1" 200 589 0.214325 10.0.0.249 - - [2026-02-16 02:15:16] "POST /access-control-lists HTTP/1.1" 200 600 0.058337 10.0.0.249 - - [2026-02-16 02:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.287086 10.0.0.249 - - [2026-02-16 02:15:16] "POST /fqname-to-id HTTP/1.1" 404 235 0.002702 10.0.0.249 - - [2026-02-16 02:15:16] "GET /project/b619a012-64cd-453d-8c86-c6c3e42ee0e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.423127 10.0.0.249 - - [2026-02-16 02:15:16] "POST /access-control-lists HTTP/1.1" 200 598 0.068666 10.0.0.249 - - [2026-02-16 02:15:17] "GET / HTTP/1.1" 200 36215 0.002217 10.0.0.249 - - [2026-02-16 02:15:18] "POST /fqname-to-id HTTP/1.1" 401 293 0.000464 10.0.0.249 - - [2026-02-16 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.064934 10.0.0.249 - - [2026-02-16 02:15:18] "GET /projects?obj_uuids=b619a012-64cd-453d-8c86-c6c3e42ee0e1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001144 10.0.0.249 - - [2026-02-16 02:15:18] "GET /project/b619a012-64cd-453d-8c86-c6c3e42ee0e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.023627 10.0.0.249 - - [2026-02-16 02:15:18] "POST /neutron/network HTTP/1.1" 200 117 0.034695 10.0.0.249 - - [2026-02-16 02:15:18] "GET /projects?obj_uuids=b619a012-64cd-453d-8c86-c6c3e42ee0e1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001610 10.0.0.249 - - [2026-02-16 02:15:19] "POST /neutron/network HTTP/1.1" 200 607 0.072127 10.0.0.249 - - [2026-02-16 02:15:19] "POST /route-targets HTTP/1.1" 200 328 0.016994 10.0.0.249 - - [2026-02-16 02:15:19] "POST /ref-update HTTP/1.1" 200 156 0.012883 10.0.0.249 - - [2026-02-16 02:15:19] "POST /useragent-kv HTTP/1.1" 200 115 0.004453 10.0.0.249 - - [2026-02-16 02:15:19] "POST /neutron/subnet HTTP/1.1" 200 730 0.218195 10.0.0.249 - - [2026-02-16 02:15:19] "POST /neutron/network HTTP/1.1" 200 827 0.005911 10.0.0.249 - - [2026-02-16 02:15:19] "POST /id-to-fqname HTTP/1.1" 200 222 0.001113 10.0.0.249 - - [2026-02-16 02:15:19] "GET /virtual-network/ba5d64fa-45f2-4eb8-974f-4328ff84832f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005354 10.0.0.249 - - [2026-02-16 02:15:19] "POST /neutron/network HTTP/1.1" 200 827 0.007653 10.0.0.249 - - [2026-02-16 02:15:19] "GET /virtual-network/ba5d64fa-45f2-4eb8-974f-4328ff84832f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004798 10.0.0.249 - - [2026-02-16 02:15:19] "POST /neutron/network HTTP/1.1" 200 827 0.005946 10.0.0.249 - - [2026-02-16 02:15:19] "POST /neutron/subnet HTTP/1.1" 200 730 0.007895 10.0.0.249 - - [2026-02-16 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.249 - - [2026-02-16 02:15:19] "GET /projects?obj_uuids=b619a012-64cd-453d-8c86-c6c3e42ee0e1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001257 10.0.0.249 - - [2026-02-16 02:15:19] "GET /project/b619a012-64cd-453d-8c86-c6c3e42ee0e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.028633 10.0.0.249 - - [2026-02-16 02:15:19] "POST /neutron/network HTTP/1.1" 200 117 0.011848 10.0.0.249 - - [2026-02-16 02:15:19] "GET /projects?obj_uuids=b619a012-64cd-453d-8c86-c6c3e42ee0e1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001422 10.0.0.249 - - [2026-02-16 02:15:19] "POST /neutron/network HTTP/1.1" 200 607 0.083226 10.0.0.249 - - [2026-02-16 02:15:19] "POST /route-targets HTTP/1.1" 200 328 0.011418 10.0.0.249 - - [2026-02-16 02:15:19] "POST /ref-update HTTP/1.1" 200 156 0.012796 10.0.0.249 - - [2026-02-16 02:15:19] "POST /useragent-kv HTTP/1.1" 200 115 0.005767 10.0.0.249 - - [2026-02-16 02:15:19] "POST /neutron/subnet HTTP/1.1" 200 729 0.173497 10.0.0.249 - - [2026-02-16 02:15:19] "POST /neutron/network HTTP/1.1" 200 827 0.005203 10.0.0.249 - - [2026-02-16 02:15:19] "POST /id-to-fqname HTTP/1.1" 200 222 0.001330 10.0.0.249 - - [2026-02-16 02:15:19] "GET /virtual-network/58f40a4d-f53c-4564-9d25-3df6cd8a5d84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006110 10.0.0.249 - - [2026-02-16 02:15:19] "POST /neutron/network HTTP/1.1" 200 827 0.006032 10.0.0.249 - - [2026-02-16 02:15:20] "GET /virtual-network/58f40a4d-f53c-4564-9d25-3df6cd8a5d84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004824 10.0.0.249 - - [2026-02-16 02:15:20] "POST /neutron/network HTTP/1.1" 200 827 0.005468 10.0.0.249 - - [2026-02-16 02:15:20] "POST /neutron/subnet HTTP/1.1" 200 729 0.006331 10.0.0.249 - - [2026-02-16 02:15:20] "POST /fqname-to-id HTTP/1.1" 404 228 0.001956 10.0.0.249 - - [2026-02-16 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002657 10.0.0.249 - - [2026-02-16 02:15:20] "GET /projects?obj_uuids=b619a012-64cd-453d-8c86-c6c3e42ee0e1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001225 10.0.0.249 - - [2026-02-16 02:15:20] "GET /project/b619a012-64cd-453d-8c86-c6c3e42ee0e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.029224 10.0.0.249 - - [2026-02-16 02:15:20] "POST /network-policys HTTP/1.1" 200 573 0.017123 10.0.0.249 - - [2026-02-16 02:15:20] "GET /network-policy/e189c478-b550-44ed-8eca-ab5d89bc6c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.005735 10.0.0.249 - - [2026-02-16 02:15:20] "POST /neutron/network HTTP/1.1" 200 827 0.005522 10.0.0.249 - - [2026-02-16 02:15:20] "POST /fqname-to-id HTTP/1.1" 404 236 0.003074 10.0.0.249 - - [2026-02-16 02:15:20] "POST /neutron/network HTTP/1.1" 200 929 0.042049 10.0.0.249 - - [2026-02-16 02:15:20] "POST /neutron/network HTTP/1.1" 200 929 0.041610 10.0.0.249 - - [2026-02-16 02:15:20] "POST /access-control-lists HTTP/1.1" 200 592 0.069533 10.0.0.249 - - [2026-02-16 02:15:20] "GET /virtual-network/ba5d64fa-45f2-4eb8-974f-4328ff84832f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005702 10.0.0.249 - - [2026-02-16 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002596 10.0.0.249 - - [2026-02-16 02:15:20] "GET /network-policy/e189c478-b550-44ed-8eca-ab5d89bc6c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.003830 10.0.0.249 - - [2026-02-16 02:15:20] "POST /neutron/network HTTP/1.1" 200 827 0.005654 10.0.0.249 - - [2026-02-16 02:15:20] "POST /neutron/network HTTP/1.1" 200 929 0.085464 10.0.0.249 - - [2026-02-16 02:15:20] "PUT /access-control-list/8b4d7108-daa8-4df7-9695-525d80be4973 HTTP/1.1" 200 273 0.059010 10.0.0.249 - - [2026-02-16 02:15:20] "POST /fqname-to-id HTTP/1.1" 404 236 0.002432 10.0.0.249 - - [2026-02-16 02:15:20] "POST /neutron/network HTTP/1.1" 200 929 0.005701 10.0.0.249 - - [2026-02-16 02:15:20] "GET /virtual-network/58f40a4d-f53c-4564-9d25-3df6cd8a5d84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.006414 10.0.0.249 - - [2026-02-16 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002707 10.0.0.249 - - [2026-02-16 02:15:20] "GET /network-policy/e189c478-b550-44ed-8eca-ab5d89bc6c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.028254 10.0.0.249 - - [2026-02-16 02:15:20] "POST /access-control-lists HTTP/1.1" 200 592 0.062023 10.0.0.249 - - [2026-02-16 02:15:20] "GET /domains HTTP/1.1" 401 293 0.000407 10.0.0.249 - - [2026-02-16 02:15:20] "POST /ref-update HTTP/1.1" 200 156 0.012495 10.0.0.249 - - [2026-02-16 02:15:21] "GET /domains HTTP/1.1" 200 281 0.055255 10.0.0.249 - - [2026-02-16 02:15:21] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001259 10.0.0.249 - - [2026-02-16 02:15:21] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 3174 0.010148 10.0.0.249 - - [2026-02-16 02:15:21] "GET /projects?obj_uuids=b619a012-64cd-453d-8c86-c6c3e42ee0e1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002470 10.0.0.249 - - [2026-02-16 02:15:21] "GET /project/b619a012-64cd-453d-8c86-c6c3e42ee0e1 HTTP/1.1" 200 2580 0.073166 10.0.0.249 - - [2026-02-16 02:15:21] "GET /virtual-network/ba5d64fa-45f2-4eb8-974f-4328ff84832f HTTP/1.1" 200 2902 0.007434 10.0.0.249 - - [2026-02-16 02:15:21] "GET /virtual-network/ba5d64fa-45f2-4eb8-974f-4328ff84832f HTTP/1.1" 200 2902 0.004348 10.0.0.249 - - [2026-02-16 02:15:21] "GET /routing-instance/0f325f3e-83ba-450f-a326-e5f2db8cdfcf HTTP/1.1" 200 1787 0.003554 10.0.0.249 - - [2026-02-16 02:15:21] "GET /routing-instance/0f325f3e-83ba-450f-a326-e5f2db8cdfcf HTTP/1.1" 200 1787 0.004893 10.0.0.249 - - [2026-02-16 02:15:21] "GET /route-target/c7ef0c42-3c91-40c5-85aa-30eff356ca40 HTTP/1.1" 200 1208 0.003462 10.0.0.249 - - [2026-02-16 02:15:21] "GET /virtual-network/ba5d64fa-45f2-4eb8-974f-4328ff84832f HTTP/1.1" 200 2902 0.004694 10.0.0.249 - - [2026-02-16 02:15:21] "GET /routing-instance/0f325f3e-83ba-450f-a326-e5f2db8cdfcf HTTP/1.1" 200 1787 0.005496 10.0.0.249 - - [2026-02-16 02:15:21] "GET /virtual-network/ba5d64fa-45f2-4eb8-974f-4328ff84832f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.004850 10.0.0.249 - - [2026-02-16 02:15:21] "GET /virtual-network/ba5d64fa-45f2-4eb8-974f-4328ff84832f HTTP/1.1" 200 2902 0.005490 10.0.0.249 - - [2026-02-16 02:15:21] "GET /routing-instance/0f325f3e-83ba-450f-a326-e5f2db8cdfcf HTTP/1.1" 200 1787 0.004019 10.0.0.249 - - [2026-02-16 02:15:21] "GET /routing-instance/0f325f3e-83ba-450f-a326-e5f2db8cdfcf HTTP/1.1" 200 1787 0.003545 10.0.0.249 - - [2026-02-16 02:15:21] "GET /route-target/c7ef0c42-3c91-40c5-85aa-30eff356ca40 HTTP/1.1" 200 1208 0.003011 10.0.0.249 - - [2026-02-16 02:15:21] "GET /domains HTTP/1.1" 200 281 0.003451 10.0.0.249 - - [2026-02-16 02:15:21] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001782 10.0.0.249 - - [2026-02-16 02:15:21] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 3174 0.009446 10.0.0.249 - - [2026-02-16 02:15:21] "GET /projects?obj_uuids=b619a012-64cd-453d-8c86-c6c3e42ee0e1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000922 10.0.0.249 - - [2026-02-16 02:15:21] "GET /project/b619a012-64cd-453d-8c86-c6c3e42ee0e1 HTTP/1.1" 200 2580 0.069335 10.0.0.249 - - [2026-02-16 02:15:21] "GET /virtual-network/ba5d64fa-45f2-4eb8-974f-4328ff84832f HTTP/1.1" 200 2902 0.005015 10.0.0.249 - - [2026-02-16 02:15:21] "GET /obj-perms HTTP/1.1" 200 5053 0.062229 10.0.0.249 - - [2026-02-16 02:15:22] "GET /domains HTTP/1.1" 200 281 0.002470 10.0.0.249 - - [2026-02-16 02:15:22] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.249 - - [2026-02-16 02:15:22] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 3174 0.006903 10.0.0.249 - - [2026-02-16 02:15:22] "GET /projects?obj_uuids=b619a012-64cd-453d-8c86-c6c3e42ee0e1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001433 10.0.0.249 - - [2026-02-16 02:15:22] "GET /project/b619a012-64cd-453d-8c86-c6c3e42ee0e1 HTTP/1.1" 200 2580 0.065919 10.0.0.249 - - [2026-02-16 02:15:22] "GET /virtual-network/58f40a4d-f53c-4564-9d25-3df6cd8a5d84 HTTP/1.1" 200 2901 0.007332 10.0.0.249 - - [2026-02-16 02:15:22] "GET /virtual-network/58f40a4d-f53c-4564-9d25-3df6cd8a5d84 HTTP/1.1" 200 2901 0.004772 10.0.0.249 - - [2026-02-16 02:15:22] "GET /routing-instance/8094c399-392c-41fe-ac37-6b3bffed8c51 HTTP/1.1" 200 1787 0.003320 10.0.0.249 - - [2026-02-16 02:15:22] "GET /routing-instance/8094c399-392c-41fe-ac37-6b3bffed8c51 HTTP/1.1" 200 1787 0.003906 10.0.0.249 - - [2026-02-16 02:15:22] "GET /route-target/9f021476-c66c-4939-99c7-f204eaf9eb12 HTTP/1.1" 200 1209 0.003182 10.0.0.249 - - [2026-02-16 02:15:22] "GET /virtual-network/58f40a4d-f53c-4564-9d25-3df6cd8a5d84 HTTP/1.1" 200 2901 0.004520 10.0.0.249 - - [2026-02-16 02:15:22] "GET /routing-instance/8094c399-392c-41fe-ac37-6b3bffed8c51 HTTP/1.1" 200 1787 0.003027 10.0.0.249 - - [2026-02-16 02:15:22] "GET /virtual-network/58f40a4d-f53c-4564-9d25-3df6cd8a5d84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.004989 10.0.0.249 - - [2026-02-16 02:15:22] "GET /virtual-network/58f40a4d-f53c-4564-9d25-3df6cd8a5d84 HTTP/1.1" 200 2901 0.004596 10.0.0.249 - - [2026-02-16 02:15:22] "GET /routing-instance/8094c399-392c-41fe-ac37-6b3bffed8c51 HTTP/1.1" 200 1787 0.003187 10.0.0.249 - - [2026-02-16 02:15:22] "GET /routing-instance/8094c399-392c-41fe-ac37-6b3bffed8c51 HTTP/1.1" 200 1787 0.003019 10.0.0.249 - - [2026-02-16 02:15:22] "GET /route-target/9f021476-c66c-4939-99c7-f204eaf9eb12 HTTP/1.1" 200 1209 0.002443 10.0.0.249 - - [2026-02-16 02:15:22] "GET /domains HTTP/1.1" 200 281 0.002318 10.0.0.249 - - [2026-02-16 02:15:22] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001024 10.0.0.249 - - [2026-02-16 02:15:22] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 3174 0.006261 10.0.0.249 - - [2026-02-16 02:15:22] "GET /projects?obj_uuids=b619a012-64cd-453d-8c86-c6c3e42ee0e1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001103 10.0.0.249 - - [2026-02-16 02:15:22] "GET /project/b619a012-64cd-453d-8c86-c6c3e42ee0e1 HTTP/1.1" 200 2580 0.073996 10.0.0.249 - - [2026-02-16 02:15:22] "GET /virtual-network/58f40a4d-f53c-4564-9d25-3df6cd8a5d84 HTTP/1.1" 200 2901 0.006044 10.0.0.249 - - [2026-02-16 02:15:22] "GET /obj-perms HTTP/1.1" 200 5053 0.004273 10.0.0.249 - - [2026-02-16 02:15:22] "POST /id-to-fqname HTTP/1.1" 200 222 0.002236 10.0.0.249 - - [2026-02-16 02:15:22] "POST /neutron/network HTTP/1.1" 200 939 0.006943 10.0.0.249 - - [2026-02-16 02:15:22] "GET /aaa-mode HTTP/1.1" 401 293 0.000453 10.0.0.249 - - [2026-02-16 02:15:22] "GET / HTTP/1.1" 200 36215 0.001553 10.0.0.249 - - [2026-02-16 02:15:22] "GET /project/b619a012-64cd-453d-8c86-c6c3e42ee0e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000385 10.0.0.249 - - [2026-02-16 02:15:23] "GET /projects?obj_uuids=b619a012-64cd-453d-8c86-c6c3e42ee0e1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001362 10.0.0.249 - - [2026-02-16 02:15:23] "GET /project/b619a012-64cd-453d-8c86-c6c3e42ee0e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.070037 10.0.0.249 - - [2026-02-16 02:15:23] "POST /neutron/network HTTP/1.1" 200 929 0.007894 10.0.0.249 - - [2026-02-16 02:15:23] "POST /neutron/port HTTP/1.1" 200 117 0.006186 10.0.0.249 - - [2026-02-16 02:15:23] "POST /neutron/port HTTP/1.1" 200 117 0.005562 10.0.0.249 - - [2026-02-16 02:15:23] "POST /id-to-fqname HTTP/1.1" 200 222 0.001349 10.0.0.249 - - [2026-02-16 02:15:23] "POST /neutron/port HTTP/1.1" 200 117 0.006022 10.0.0.249 - - [2026-02-16 02:15:23] "POST /neutron/network HTTP/1.1" 200 939 0.005712 10.0.0.249 - - [2026-02-16 02:15:23] "GET /aaa-mode HTTP/1.1" 401 293 0.000447 10.0.0.249 - - [2026-02-16 02:15:24] "POST /neutron/network HTTP/1.1" 200 939 0.005346 10.0.0.249 - - [2026-02-16 02:15:24] "GET /projects?obj_uuids=b619a012-64cd-453d-8c86-c6c3e42ee0e1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001010 10.0.0.249 - - [2026-02-16 02:15:24] "GET / HTTP/1.1" 200 36215 0.001829 10.0.0.249 - - [2026-02-16 02:15:24] "GET /project/b619a012-64cd-453d-8c86-c6c3e42ee0e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000568 10.0.0.249 - - [2026-02-16 02:15:24] "POST /neutron/port HTTP/1.1" 200 1063 0.229895 10.0.0.249 - - [2026-02-16 02:15:24] "POST /neutron/port HTTP/1.1" 200 1063 0.012283 10.0.0.249 - - [2026-02-16 02:15:24] "POST /neutron/port HTTP/1.1" 200 1063 0.009305 10.0.0.249 - - [2026-02-16 02:15:24] "POST /neutron/port HTTP/1.1" 200 1117 0.070177 10.0.0.249 - - [2026-02-16 02:15:24] "POST /neutron/port HTTP/1.1" 200 1127 0.012196 10.0.0.249 - - [2026-02-16 02:15:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003659 10.0.0.249 - - [2026-02-16 02:15:24] "POST /neutron/subnet HTTP/1.1" 200 704 0.006763 10.0.0.249 - - [2026-02-16 02:15:24] "POST /neutron/port HTTP/1.1" 200 117 0.001172 10.0.0.249 - - [2026-02-16 02:15:24] "POST /neutron/network HTTP/1.1" 200 929 0.005499 10.0.0.249 - - [2026-02-16 02:15:24] "GET /projects?obj_uuids=b619a012-64cd-453d-8c86-c6c3e42ee0e1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002514 10.0.0.249 - - [2026-02-16 02:15:24] "GET /project/b619a012-64cd-453d-8c86-c6c3e42ee0e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.068495 10.0.0.249 - - [2026-02-16 02:15:24] "POST /neutron/network HTTP/1.1" 200 929 0.006903 10.0.0.249 - - [2026-02-16 02:15:24] "POST /neutron/port HTTP/1.1" 200 1127 0.032762 10.0.0.249 - - [2026-02-16 02:15:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009297 10.0.0.249 - - [2026-02-16 02:15:24] "POST /neutron/port HTTP/1.1" 200 117 0.005334 10.0.0.249 - - [2026-02-16 02:15:25] "POST /neutron/port HTTP/1.1" 200 1127 0.013577 10.0.0.249 - - [2026-02-16 02:15:25] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007274 10.0.0.249 - - [2026-02-16 02:15:25] "POST /neutron/network HTTP/1.1" 200 939 0.006090 10.0.0.249 - - [2026-02-16 02:15:25] "GET /projects?obj_uuids=b619a012-64cd-453d-8c86-c6c3e42ee0e1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001419 10.0.0.249 - - [2026-02-16 02:15:25] "PUT /access-control-list/7d31fc69-9f8d-4698-8f93-3b68b811625a HTTP/1.1" 200 273 0.065159 10.0.0.249 - - [2026-02-16 02:15:25] "POST /neutron/port HTTP/1.1" 200 1063 0.349051 10.0.0.249 - - [2026-02-16 02:15:25] "POST /neutron/port HTTP/1.1" 200 1063 0.012947 10.0.0.249 - - [2026-02-16 02:15:25] "POST /neutron/port HTTP/1.1" 200 1063 0.009446 10.0.0.249 - - [2026-02-16 02:15:25] "POST /neutron/port HTTP/1.1" 200 1117 0.078276 10.0.0.249 - - [2026-02-16 02:15:25] "POST /neutron/port HTTP/1.1" 200 1127 0.013444 10.0.0.249 - - [2026-02-16 02:15:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003782 10.0.0.249 - - [2026-02-16 02:15:25] "POST /neutron/subnet HTTP/1.1" 200 703 0.007705 10.0.0.249 - - [2026-02-16 02:15:26] "POST /neutron/port HTTP/1.1" 200 117 0.001752 10.0.0.249 - - [2026-02-16 02:15:26] "POST /neutron/network HTTP/1.1" 200 929 0.005880 10.0.0.249 - - [2026-02-16 02:15:30] "POST /neutron/port HTTP/1.1" 200 1127 0.015772 10.0.0.249 - - [2026-02-16 02:15:30] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006047 10.0.0.249 - - [2026-02-16 02:15:30] "POST /neutron/port HTTP/1.1" 200 1127 0.020007 10.0.0.249 - - [2026-02-16 02:15:30] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007805 10.0.0.249 - - [2026-02-16 02:15:30] "POST /neutron/port HTTP/1.1" 200 1127 0.023373 10.0.0.249 - - [2026-02-16 02:15:30] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005874 10.0.0.249 - - [2026-02-16 02:15:30] "GET /virtual-machine/fac18355-8ee7-44fa-ac44-2acf76921a25 HTTP/1.1" 200 1297 0.005402 10.0.0.249 - - [2026-02-16 02:15:30] "GET /virtual-machine-interface/c901b999-8c8c-407b-aa9d-e8ad40349bc3 HTTP/1.1" 200 2959 0.005023 10.0.0.249 - - [2026-02-16 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.249 - - [2026-02-16 02:15:30] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003405 10.0.0.249 - - [2026-02-16 02:15:30] "GET /virtual-networks?parent_id=b619a012-64cd-453d-8c86-c6c3e42ee0e1&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003409 10.0.0.249 - - [2026-02-16 02:15:30] "GET /virtual-network/ba5d64fa-45f2-4eb8-974f-4328ff84832f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005945 10.0.0.249 - - [2026-02-16 02:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002756 10.0.0.249 - - [2026-02-16 02:15:33] "GET /virtual-network/ba5d64fa-45f2-4eb8-974f-4328ff84832f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.006592 10.0.0.249 - - [2026-02-16 02:15:34] "POST /neutron/port HTTP/1.1" 200 1127 0.012544 10.0.0.249 - - [2026-02-16 02:15:34] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004796 10.0.0.249 - - [2026-02-16 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.249 - - [2026-02-16 02:15:35] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003574 10.0.0.249 - - [2026-02-16 02:15:35] "GET /virtual-networks?parent_id=b619a012-64cd-453d-8c86-c6c3e42ee0e1&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003156 10.0.0.249 - - [2026-02-16 02:15:35] "GET /virtual-network/ba5d64fa-45f2-4eb8-974f-4328ff84832f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005538 10.0.0.249 - - [2026-02-16 02:15:36] "POST /neutron/port HTTP/1.1" 200 1127 0.013533 10.0.0.249 - - [2026-02-16 02:15:36] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007544 10.0.0.249 - - [2026-02-16 02:15:36] "POST /neutron/port HTTP/1.1" 200 1127 0.014040 10.0.0.249 - - [2026-02-16 02:15:36] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005806 10.0.0.249 - - [2026-02-16 02:15:41] "POST /neutron/port HTTP/1.1" 200 1127 0.015322 10.0.0.249 - - [2026-02-16 02:15:41] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006417 10.0.0.249 - - [2026-02-16 02:15:41] "POST /neutron/port HTTP/1.1" 200 1127 0.014906 10.0.0.249 - - [2026-02-16 02:15:41] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006365 10.0.0.249 - - [2026-02-16 02:15:41] "POST /neutron/port HTTP/1.1" 200 1127 0.013815 10.0.0.249 - - [2026-02-16 02:15:41] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006277 10.0.0.249 - - [2026-02-16 02:15:41] "GET /virtual-machine/c80bb178-6082-45e0-a3bf-41117755800c HTTP/1.1" 200 1297 0.005407 10.0.0.249 - - [2026-02-16 02:15:41] "GET /virtual-machine-interface/2431e0d2-4493-4598-871f-6121277dadc1 HTTP/1.1" 200 2957 0.005113 10.0.0.249 - - [2026-02-16 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002766 10.0.0.249 - - [2026-02-16 02:15:41] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002897 10.0.0.249 - - [2026-02-16 02:15:41] "GET /virtual-networks?parent_id=b619a012-64cd-453d-8c86-c6c3e42ee0e1&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004398 10.0.0.249 - - [2026-02-16 02:15:41] "GET /virtual-network/58f40a4d-f53c-4564-9d25-3df6cd8a5d84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.006376 10.0.0.249 - - [2026-02-16 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.249 - - [2026-02-16 02:15:42] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002872 10.0.0.249 - - [2026-02-16 02:15:42] "GET /virtual-networks?parent_id=b619a012-64cd-453d-8c86-c6c3e42ee0e1&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003479 10.0.0.249 - - [2026-02-16 02:15:42] "GET /virtual-network/58f40a4d-f53c-4564-9d25-3df6cd8a5d84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.006142 10.0.0.249 - - [2026-02-16 02:15:44] "DELETE /project/273d856030904cc6ade1b1a623d9110a HTTP/1.1" 404 173 0.018469 10.0.0.249 - - [2026-02-16 02:15:44] "DELETE /project/8b8722ab14e7465795375862b928b722 HTTP/1.1" 404 173 0.013974 10.0.0.249 - - [2026-02-16 02:15:44] "DELETE /project/b619a01264cd453d8c86c6c3e42ee0e1 HTTP/1.1" 404 173 0.008791 10.0.0.249 - - [2026-02-16 02:15:44] "GET /projects?obj_uuids=8b8722ab-14e7-4657-9537-5862b928b722&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000913 10.0.0.249 - - [2026-02-16 02:15:44] "GET /projects?obj_uuids=273d8560-3090-4cc6-ade1-b1a623d9110a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000821 10.0.0.249 - - [2026-02-16 02:15:44] "GET /projects?obj_uuids=4b4ab6d9-2516-4625-a02a-8302b1b52180&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000775 10.0.0.249 - - [2026-02-16 02:15:44] "GET /project/4b4ab6d9-2516-4625-a02a-8302b1b52180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.049085 10.0.0.249 - - [2026-02-16 02:15:44] "GET /project/8b8722ab-14e7-4657-9537-5862b928b722?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.052341 10.0.0.249 - - [2026-02-16 02:15:44] "GET /project/273d8560-3090-4cc6-ade1-b1a623d9110a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.059519 10.0.0.249 - - [2026-02-16 02:15:44] "GET /projects?obj_uuids=273d8560-3090-4cc6-ade1-b1a623d9110a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001290 10.0.0.249 - - [2026-02-16 02:15:44] "GET /projects?obj_uuids=8b8722ab-14e7-4657-9537-5862b928b722&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001282 10.0.0.249 - - [2026-02-16 02:15:44] "GET /projects?obj_uuids=4b4ab6d9-2516-4625-a02a-8302b1b52180&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000932 10.0.0.249 - - [2026-02-16 02:15:44] "GET /project/4b4ab6d9-2516-4625-a02a-8302b1b52180?fields=security_groups HTTP/1.1" 200 1372 0.052136 10.0.0.249 - - [2026-02-16 02:15:44] "GET /project/8b8722ab-14e7-4657-9537-5862b928b722?fields=security_groups HTTP/1.1" 200 1412 0.058821 10.0.0.249 - - [2026-02-16 02:15:44] "GET /project/273d8560-3090-4cc6-ade1-b1a623d9110a?fields=security_groups HTTP/1.1" 200 1387 0.062084 10.0.0.249 - - [2026-02-16 02:15:44] "DELETE /security-group/01898c3b-0ffe-4ccc-b3b9-4dde6bd3a7ad HTTP/1.1" 200 115 0.070064 10.0.0.249 - - [2026-02-16 02:15:44] "GET /projects?obj_uuids=4b4ab6d9-2516-4625-a02a-8302b1b52180&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001172 10.0.0.249 - - [2026-02-16 02:15:44] "DELETE /security-group/75722cdd-462b-4d6e-990f-f8150ab6695b HTTP/1.1" 200 115 0.074419 10.0.0.249 - - [2026-02-16 02:15:44] "DELETE /security-group/815345c7-5581-4c5d-81ee-b25c56d308ad HTTP/1.1" 200 115 0.080749 10.0.0.249 - - [2026-02-16 02:15:44] "GET /projects?obj_uuids=273d8560-3090-4cc6-ade1-b1a623d9110a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001362 10.0.0.249 - - [2026-02-16 02:15:44] "GET /projects?obj_uuids=8b8722ab-14e7-4657-9537-5862b928b722&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001703 10.0.0.249 - - [2026-02-16 02:15:44] "GET /project/4b4ab6d9-2516-4625-a02a-8302b1b52180?fields=application_policy_sets HTTP/1.1" 200 1411 0.072932 10.0.0.249 - - [2026-02-16 02:15:44] "DELETE /access-control-list/e4655d04-5c00-4d23-a81e-5ed48f3bad80 HTTP/1.1" 200 115 0.121875 10.0.0.249 - - [2026-02-16 02:15:44] "GET /project/8b8722ab-14e7-4657-9537-5862b928b722?fields=application_policy_sets HTTP/1.1" 200 1451 0.075378 10.0.0.249 - - [2026-02-16 02:15:44] "GET /project/273d8560-3090-4cc6-ade1-b1a623d9110a?fields=application_policy_sets HTTP/1.1" 200 1426 0.112525 10.0.0.249 - - [2026-02-16 02:15:44] "DELETE /access-control-list/8ee1aa85-2fa4-4312-956b-d84e20ee718a HTTP/1.1" 200 115 0.075122 10.0.0.249 - - [2026-02-16 02:15:45] "DELETE /access-control-list/87ee68e4-d637-4424-83ed-db3976c9f611 HTTP/1.1" 200 115 0.051382 10.0.0.249 - - [2026-02-16 02:15:45] "DELETE /access-control-list/6f0be711-5fac-457e-997d-8429b013c98b HTTP/1.1" 200 115 0.049179 10.0.0.249 - - [2026-02-16 02:15:45] "DELETE /project/4b4ab6d9-2516-4625-a02a-8302b1b52180 HTTP/1.1" 200 115 0.544675 10.0.0.249 - - [2026-02-16 02:15:45] "DELETE /project/8b8722ab-14e7-4657-9537-5862b928b722 HTTP/1.1" 200 115 0.573970 10.0.0.249 - - [2026-02-16 02:15:45] "DELETE /access-control-list/348089c2-efe8-4609-8a5a-90df14d43639 HTTP/1.1" 200 115 0.040146 10.0.0.249 - - [2026-02-16 02:15:45] "DELETE /project/273d8560-3090-4cc6-ade1-b1a623d9110a HTTP/1.1" 200 115 0.608637 10.0.0.249 - - [2026-02-16 02:15:45] "DELETE /access-control-list/f91c6983-78ac-4b6f-b910-794dfa42ff71 HTTP/1.1" 200 115 0.042006 10.0.0.249 - - [2026-02-16 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.249 - - [2026-02-16 02:15:47] "GET /projects?obj_uuids=b619a012-64cd-453d-8c86-c6c3e42ee0e1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001383 10.0.0.249 - - [2026-02-16 02:15:47] "GET /project/b619a012-64cd-453d-8c86-c6c3e42ee0e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.026860 10.0.0.249 - - [2026-02-16 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.249 - - [2026-02-16 02:15:47] "PUT /network-policy/e189c478-b550-44ed-8eca-ab5d89bc6c61 HTTP/1.1" 200 263 0.011161 10.0.0.249 - - [2026-02-16 02:15:47] "PUT /access-control-list/8b4d7108-daa8-4df7-9695-525d80be4973 HTTP/1.1" 200 273 0.051763 10.0.0.249 - - [2026-02-16 02:15:47] "POST /ref-update HTTP/1.1" 200 156 0.012598 10.0.0.249 - - [2026-02-16 02:15:47] "PUT /access-control-list/7d31fc69-9f8d-4698-8f93-3b68b811625a HTTP/1.1" 200 273 0.053183 10.0.0.249 - - [2026-02-16 02:15:47] "POST /ref-update HTTP/1.1" 200 156 0.011884 10.0.0.249 - - [2026-02-16 02:15:50] "GET /virtual-network/58f40a4d-f53c-4564-9d25-3df6cd8a5d84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005945 10.0.0.249 - - [2026-02-16 02:15:50] "POST /neutron/network HTTP/1.1" 200 929 0.006720 10.0.0.249 - - [2026-02-16 02:15:50] "POST /neutron/network HTTP/1.1" 200 827 0.044361 10.0.0.249 - - [2026-02-16 02:15:50] "DELETE /access-control-list/7d31fc69-9f8d-4698-8f93-3b68b811625a HTTP/1.1" 200 115 0.031927 10.0.0.249 - - [2026-02-16 02:15:50] "POST /neutron/network HTTP/1.1" 200 827 0.009900 10.0.0.249 - - [2026-02-16 02:15:50] "GET /virtual-network/58f40a4d-f53c-4564-9d25-3df6cd8a5d84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005391 10.0.0.249 - - [2026-02-16 02:15:50] "GET /virtual-network/ba5d64fa-45f2-4eb8-974f-4328ff84832f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.006000 10.0.0.249 - - [2026-02-16 02:15:51] "POST /neutron/network HTTP/1.1" 200 929 0.006021 10.0.0.249 - - [2026-02-16 02:15:51] "POST /neutron/network HTTP/1.1" 200 827 0.063457 10.0.0.249 - - [2026-02-16 02:15:51] "DELETE /access-control-list/8b4d7108-daa8-4df7-9695-525d80be4973 HTTP/1.1" 200 115 0.062201 10.0.0.249 - - [2026-02-16 02:15:51] "POST /neutron/network HTTP/1.1" 200 827 0.008441 10.0.0.249 - - [2026-02-16 02:15:51] "GET /virtual-network/ba5d64fa-45f2-4eb8-974f-4328ff84832f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006229 10.0.0.249 - - [2026-02-16 02:15:51] "DELETE /network-policy/e189c478-b550-44ed-8eca-ab5d89bc6c61 HTTP/1.1" 200 115 0.019709 10.0.0.249 - - [2026-02-16 02:15:51] "POST /neutron/network HTTP/1.1" 200 827 0.009021 10.0.0.249 - - [2026-02-16 02:15:51] "POST /neutron/network HTTP/1.1" 400 204 0.012542 10.0.0.249 - - [2026-02-16 02:15:51] "POST /neutron/port HTTP/1.1" 200 1127 0.013954 10.0.0.249 - - [2026-02-16 02:15:51] "POST /neutron/port HTTP/1.1" 200 1117 0.010896 10.0.0.249 - - [2026-02-16 02:15:51] "POST /neutron/port HTTP/1.1" 200 1127 0.011834 10.0.0.249 - - [2026-02-16 02:15:51] "POST /neutron/port HTTP/1.1" 200 1117 0.011576 10.0.0.249 - - [2026-02-16 02:15:51] "POST /neutron/port HTTP/1.1" 200 151 0.115382 10.0.0.249 - - [2026-02-16 02:15:51] "POST /neutron/port HTTP/1.1" 200 151 0.127535 10.0.0.249 - - [2026-02-16 02:15:52] "GET /obj-perms HTTP/1.1" 200 5075 0.062427 10.0.0.249 - - [2026-02-16 02:15:52] "GET /obj-perms HTTP/1.1" 200 5075 0.062945 10.0.0.249 - - [2026-02-16 02:15:53] "POST /neutron/network HTTP/1.1" 200 827 0.006476 10.0.0.249 - - [2026-02-16 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.249 - - [2026-02-16 02:15:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002282 10.0.0.249 - - [2026-02-16 02:15:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002839 10.0.0.249 - - [2026-02-16 02:15:53] "POST /neutron/network HTTP/1.1" 200 151 0.079751 10.0.0.249 - - [2026-02-16 02:15:53] "DELETE /route-target/9f021476-c66c-4939-99c7-f204eaf9eb12 HTTP/1.1" 200 115 0.018325 10.0.0.249 - - [2026-02-16 02:15:53] "GET /routing-instance/8094c399-392c-41fe-ac37-6b3bffed8c51 HTTP/1.1" 404 171 0.002571 10.0.0.249 - - [2026-02-16 02:15:53] "GET /domains HTTP/1.1" 200 281 0.002058 10.0.0.249 - - [2026-02-16 02:15:53] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001155 10.0.0.249 - - [2026-02-16 02:15:53] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 2586 0.051002 10.0.0.249 - - [2026-02-16 02:15:53] "GET /projects?obj_uuids=b619a012-64cd-453d-8c86-c6c3e42ee0e1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000990 10.0.0.249 - - [2026-02-16 02:15:53] "GET /project/b619a012-64cd-453d-8c86-c6c3e42ee0e1 HTTP/1.1" 200 2110 0.067684 10.0.0.249 - - [2026-02-16 02:15:53] "POST /neutron/network HTTP/1.1" 200 827 0.005684 10.0.0.249 - - [2026-02-16 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.249 - - [2026-02-16 02:15:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001921 10.0.0.249 - - [2026-02-16 02:15:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002672 10.0.0.249 - - [2026-02-16 02:15:53] "POST /neutron/network HTTP/1.1" 200 151 0.084693 10.0.0.249 - - [2026-02-16 02:15:53] "DELETE /route-target/c7ef0c42-3c91-40c5-85aa-30eff356ca40 HTTP/1.1" 200 115 0.015497 10.0.0.249 - - [2026-02-16 02:15:53] "GET /routing-instance/0f325f3e-83ba-450f-a326-e5f2db8cdfcf HTTP/1.1" 404 171 0.002460 10.0.0.249 - - [2026-02-16 02:15:53] "GET /domains HTTP/1.1" 200 281 0.002046 10.0.0.249 - - [2026-02-16 02:15:53] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000963 10.0.0.249 - - [2026-02-16 02:15:53] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 2586 0.050693 10.0.0.249 - - [2026-02-16 02:15:53] "GET /projects?obj_uuids=b619a012-64cd-453d-8c86-c6c3e42ee0e1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001432 10.0.0.249 - - [2026-02-16 02:15:53] "GET /project/b619a012-64cd-453d-8c86-c6c3e42ee0e1 HTTP/1.1" 200 1870 0.067328 10.0.0.249 - - [2026-02-16 02:15:54] "GET /projects?obj_uuids=b619a012-64cd-453d-8c86-c6c3e42ee0e1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001059 10.0.0.249 - - [2026-02-16 02:15:54] "GET /project/b619a012-64cd-453d-8c86-c6c3e42ee0e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.027127 10.0.0.249 - - [2026-02-16 02:15:54] "GET /projects?obj_uuids=b619a012-64cd-453d-8c86-c6c3e42ee0e1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000926 10.0.0.249 - - [2026-02-16 02:15:54] "GET /project/b619a012-64cd-453d-8c86-c6c3e42ee0e1?fields=virtual_networks HTTP/1.1" 200 1039 0.066548 10.0.0.249 - - [2026-02-16 02:15:54] "GET /projects?obj_uuids=b619a012-64cd-453d-8c86-c6c3e42ee0e1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001052 10.0.0.249 - - [2026-02-16 02:15:54] "GET /project/b619a012-64cd-453d-8c86-c6c3e42ee0e1?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.023705 10.0.0.249 - - [2026-02-16 02:15:54] "GET /projects?obj_uuids=b619a012-64cd-453d-8c86-c6c3e42ee0e1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001351 10.0.0.249 - - [2026-02-16 02:15:54] "GET /project/b619a012-64cd-453d-8c86-c6c3e42ee0e1?fields=security_groups HTTP/1.1" 200 1268 0.031017 10.0.0.249 - - [2026-02-16 02:15:55] "POST /fqname-to-id HTTP/1.1" 404 181 0.030278 10.0.0.249 - - [2026-02-16 02:15:55] "GET /projects?obj_uuids=21b3b917-234f-43f7-ac1c-ce7b5aa65d41&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002452 10.0.0.249 - - [2026-02-16 02:15:55] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000972 10.0.0.249 - - [2026-02-16 02:15:55] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007427 10.0.0.249 - - [2026-02-16 02:15:55] "POST /id-to-fqname HTTP/1.1" 200 183 0.001932 10.0.0.249 - - [2026-02-16 02:15:55] "POST /fqname-to-id HTTP/1.1" 404 192 0.002689 10.0.0.249 - - [2026-02-16 02:15:55] "POST /security-groups HTTP/1.1" 200 584 0.059980 10.0.0.249 - - [2026-02-16 02:15:55] "POST /fqname-to-id HTTP/1.1" 404 227 0.003317 10.0.0.249 - - [2026-02-16 02:15:55] "POST /projects HTTP/1.1" 200 571 0.215503 10.0.0.249 - - [2026-02-16 02:15:55] "POST /access-control-lists HTTP/1.1" 200 591 0.057558 10.0.0.249 - - [2026-02-16 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.291778 10.0.0.249 - - [2026-02-16 02:15:55] "POST /fqname-to-id HTTP/1.1" 404 226 0.002756 10.0.0.249 - - [2026-02-16 02:15:55] "GET /project/21b3b917-234f-43f7-ac1c-ce7b5aa65d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.432719 10.0.0.249 - - [2026-02-16 02:15:55] "POST /access-control-lists HTTP/1.1" 200 589 0.070951 10.0.0.249 - - [2026-02-16 02:15:57] "GET / HTTP/1.1" 200 36215 0.002084 10.0.0.249 - - [2026-02-16 02:15:57] "POST /fqname-to-id HTTP/1.1" 401 293 0.000516 10.0.0.249 - - [2026-02-16 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.076021 10.0.0.249 - - [2026-02-16 02:15:58] "GET /projects?obj_uuids=21b3b917-234f-43f7-ac1c-ce7b5aa65d41&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001167 10.0.0.249 - - [2026-02-16 02:15:58] "GET /project/21b3b917-234f-43f7-ac1c-ce7b5aa65d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.025097 10.0.0.249 - - [2026-02-16 02:15:58] "POST /neutron/network HTTP/1.1" 200 117 0.033820 10.0.0.249 - - [2026-02-16 02:15:58] "GET /projects?obj_uuids=21b3b917-234f-43f7-ac1c-ce7b5aa65d41&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001297 10.0.0.249 - - [2026-02-16 02:15:58] "POST /neutron/network HTTP/1.1" 200 612 0.066939 10.0.0.249 - - [2026-02-16 02:15:58] "POST /route-targets HTTP/1.1" 200 328 0.014519 10.0.0.249 - - [2026-02-16 02:15:58] "POST /ref-update HTTP/1.1" 200 156 0.012272 10.0.0.249 - - [2026-02-16 02:15:58] "POST /useragent-kv HTTP/1.1" 200 115 0.005198 10.0.0.249 - - [2026-02-16 02:15:58] "POST /neutron/subnet HTTP/1.1" 200 719 0.191960 10.0.0.249 - - [2026-02-16 02:15:58] "POST /neutron/network HTTP/1.1" 200 830 0.005744 10.0.0.249 - - [2026-02-16 02:15:58] "POST /id-to-fqname HTTP/1.1" 200 220 0.001342 10.0.0.249 - - [2026-02-16 02:15:58] "GET /virtual-network/be0fe981-ee6b-4beb-afbc-10b5b3bea4e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004896 10.0.0.249 - - [2026-02-16 02:15:58] "POST /neutron/network HTTP/1.1" 200 830 0.006011 10.0.0.249 - - [2026-02-16 02:15:58] "GET /virtual-network/be0fe981-ee6b-4beb-afbc-10b5b3bea4e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005604 10.0.0.249 - - [2026-02-16 02:15:58] "POST /neutron/network HTTP/1.1" 200 830 0.005656 10.0.0.249 - - [2026-02-16 02:15:58] "POST /neutron/subnet HTTP/1.1" 200 719 0.006733 10.0.0.249 - - [2026-02-16 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002680 10.0.0.249 - - [2026-02-16 02:15:58] "GET /virtual-network/be0fe981-ee6b-4beb-afbc-10b5b3bea4e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005226 10.0.0.249 - - [2026-02-16 02:15:58] "PUT /virtual-network/be0fe981-ee6b-4beb-afbc-10b5b3bea4e7 HTTP/1.1" 200 265 0.039325 10.0.0.249 - - [2026-02-16 02:15:58] "POST /route-targets HTTP/1.1" 200 324 0.015571 10.0.0.249 - - [2026-02-16 02:15:58] "POST /ref-update HTTP/1.1" 200 156 0.013477 10.0.0.249 - - [2026-02-16 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.249 - - [2026-02-16 02:15:59] "GET /projects?obj_uuids=21b3b917-234f-43f7-ac1c-ce7b5aa65d41&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001167 10.0.0.249 - - [2026-02-16 02:15:59] "GET /project/21b3b917-234f-43f7-ac1c-ce7b5aa65d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.031192 10.0.0.249 - - [2026-02-16 02:15:59] "POST /neutron/network HTTP/1.1" 200 117 0.012629 10.0.0.249 - - [2026-02-16 02:15:59] "GET /projects?obj_uuids=21b3b917-234f-43f7-ac1c-ce7b5aa65d41&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001000 10.0.0.249 - - [2026-02-16 02:15:59] "POST /neutron/network HTTP/1.1" 200 612 0.073004 10.0.0.249 - - [2026-02-16 02:15:59] "POST /route-targets HTTP/1.1" 200 328 0.010687 10.0.0.249 - - [2026-02-16 02:15:59] "POST /ref-update HTTP/1.1" 200 156 0.015454 10.0.0.249 - - [2026-02-16 02:15:59] "POST /useragent-kv HTTP/1.1" 200 115 0.007479 10.0.0.249 - - [2026-02-16 02:15:59] "POST /neutron/subnet HTTP/1.1" 200 734 0.178822 10.0.0.249 - - [2026-02-16 02:15:59] "POST /neutron/network HTTP/1.1" 200 833 0.005477 10.0.0.249 - - [2026-02-16 02:15:59] "POST /id-to-fqname HTTP/1.1" 200 220 0.001097 10.0.0.249 - - [2026-02-16 02:15:59] "GET /virtual-network/3532865a-07ac-49af-bd2c-fe99ca76a14e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005346 10.0.0.249 - - [2026-02-16 02:15:59] "POST /neutron/network HTTP/1.1" 200 833 0.006920 10.0.0.249 - - [2026-02-16 02:15:59] "GET /virtual-network/3532865a-07ac-49af-bd2c-fe99ca76a14e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005285 10.0.0.249 - - [2026-02-16 02:15:59] "POST /neutron/network HTTP/1.1" 200 833 0.005706 10.0.0.249 - - [2026-02-16 02:15:59] "POST /neutron/subnet HTTP/1.1" 200 734 0.006487 10.0.0.249 - - [2026-02-16 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002209 10.0.0.249 - - [2026-02-16 02:15:59] "GET /virtual-network/3532865a-07ac-49af-bd2c-fe99ca76a14e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004322 10.0.0.249 - - [2026-02-16 02:15:59] "POST /ref-update HTTP/1.1" 200 156 0.017637 10.0.0.249 - - [2026-02-16 02:15:59] "PUT /virtual-network/3532865a-07ac-49af-bd2c-fe99ca76a14e HTTP/1.1" 200 265 0.053537 10.0.0.249 - - [2026-02-16 02:15:59] "POST /id-to-fqname HTTP/1.1" 200 220 0.001360 10.0.0.249 - - [2026-02-16 02:15:59] "POST /neutron/network HTTP/1.1" 200 840 0.005813 10.0.0.249 - - [2026-02-16 02:15:59] "GET /aaa-mode HTTP/1.1" 401 293 0.000426 10.0.0.249 - - [2026-02-16 02:16:00] "GET / HTTP/1.1" 200 36215 0.002590 10.0.0.249 - - [2026-02-16 02:16:00] "GET /project/21b3b917-234f-43f7-ac1c-ce7b5aa65d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000400 10.0.0.249 - - [2026-02-16 02:16:00] "GET /projects?obj_uuids=21b3b917-234f-43f7-ac1c-ce7b5aa65d41&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001360 10.0.0.249 - - [2026-02-16 02:16:00] "GET /project/21b3b917-234f-43f7-ac1c-ce7b5aa65d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.069194 10.0.0.249 - - [2026-02-16 02:16:00] "POST /neutron/network HTTP/1.1" 200 830 0.005272 10.0.0.249 - - [2026-02-16 02:16:00] "POST /neutron/port HTTP/1.1" 200 117 0.005133 10.0.0.249 - - [2026-02-16 02:16:01] "POST /neutron/port HTTP/1.1" 200 117 0.007017 10.0.0.249 - - [2026-02-16 02:16:01] "POST /id-to-fqname HTTP/1.1" 200 220 0.001881 10.0.0.249 - - [2026-02-16 02:16:01] "POST /neutron/port HTTP/1.1" 200 117 0.005446 10.0.0.249 - - [2026-02-16 02:16:01] "POST /neutron/network HTTP/1.1" 200 843 0.006771 10.0.0.249 - - [2026-02-16 02:16:01] "GET /aaa-mode HTTP/1.1" 401 293 0.000520 10.0.0.249 - - [2026-02-16 02:16:01] "POST /neutron/network HTTP/1.1" 200 840 0.005957 10.0.0.249 - - [2026-02-16 02:16:01] "GET /projects?obj_uuids=21b3b917-234f-43f7-ac1c-ce7b5aa65d41&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001315 10.0.0.249 - - [2026-02-16 02:16:01] "GET / HTTP/1.1" 200 36215 0.001887 10.0.0.249 - - [2026-02-16 02:16:01] "GET /project/21b3b917-234f-43f7-ac1c-ce7b5aa65d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000479 10.0.0.249 - - [2026-02-16 02:16:01] "POST /neutron/port HTTP/1.1" 200 1052 0.269842 10.0.0.249 - - [2026-02-16 02:16:01] "POST /neutron/port HTTP/1.1" 200 1052 0.013792 10.0.0.249 - - [2026-02-16 02:16:01] "POST /neutron/port HTTP/1.1" 200 1052 0.010232 10.0.0.249 - - [2026-02-16 02:16:01] "POST /neutron/port HTTP/1.1" 200 1106 0.060474 10.0.0.249 - - [2026-02-16 02:16:01] "POST /neutron/port HTTP/1.1" 200 1116 0.011595 10.0.0.249 - - [2026-02-16 02:16:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003170 10.0.0.249 - - [2026-02-16 02:16:02] "POST /neutron/subnet HTTP/1.1" 200 693 0.006829 10.0.0.249 - - [2026-02-16 02:16:02] "POST /neutron/port HTTP/1.1" 200 117 0.001206 10.0.0.249 - - [2026-02-16 02:16:02] "POST /neutron/network HTTP/1.1" 200 830 0.005546 10.0.0.249 - - [2026-02-16 02:16:02] "GET /projects?obj_uuids=21b3b917-234f-43f7-ac1c-ce7b5aa65d41&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001480 10.0.0.249 - - [2026-02-16 02:16:02] "GET /project/21b3b917-234f-43f7-ac1c-ce7b5aa65d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.066541 10.0.0.249 - - [2026-02-16 02:16:02] "POST /neutron/network HTTP/1.1" 200 833 0.005179 10.0.0.249 - - [2026-02-16 02:16:02] "POST /neutron/port HTTP/1.1" 200 1116 0.027593 10.0.0.249 - - [2026-02-16 02:16:02] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008564 10.0.0.249 - - [2026-02-16 02:16:02] "POST /neutron/port HTTP/1.1" 200 117 0.005098 10.0.0.249 - - [2026-02-16 02:16:02] "POST /neutron/port HTTP/1.1" 200 1116 0.014228 10.0.0.249 - - [2026-02-16 02:16:02] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006694 10.0.0.249 - - [2026-02-16 02:16:02] "POST /neutron/network HTTP/1.1" 200 843 0.008941 10.0.0.249 - - [2026-02-16 02:16:02] "GET /projects?obj_uuids=21b3b917-234f-43f7-ac1c-ce7b5aa65d41&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001221 10.0.0.249 - - [2026-02-16 02:16:02] "POST /neutron/port HTTP/1.1" 200 1055 0.231829 10.0.0.249 - - [2026-02-16 02:16:03] "POST /neutron/port HTTP/1.1" 200 1055 0.011847 10.0.0.249 - - [2026-02-16 02:16:03] "POST /neutron/port HTTP/1.1" 200 1055 0.010010 10.0.0.249 - - [2026-02-16 02:16:03] "POST /neutron/port HTTP/1.1" 200 1109 0.085606 10.0.0.249 - - [2026-02-16 02:16:03] "POST /neutron/port HTTP/1.1" 200 1119 0.013539 10.0.0.249 - - [2026-02-16 02:16:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004696 10.0.0.249 - - [2026-02-16 02:16:03] "POST /neutron/subnet HTTP/1.1" 200 708 0.007876 10.0.0.249 - - [2026-02-16 02:16:03] "POST /neutron/port HTTP/1.1" 200 117 0.001312 10.0.0.249 - - [2026-02-16 02:16:03] "POST /neutron/network HTTP/1.1" 200 833 0.005073 10.0.0.249 - - [2026-02-16 02:16:07] "POST /neutron/port HTTP/1.1" 200 1116 0.013298 10.0.0.249 - - [2026-02-16 02:16:07] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007360 10.0.0.249 - - [2026-02-16 02:16:07] "POST /neutron/port HTTP/1.1" 200 1116 0.011831 10.0.0.249 - - [2026-02-16 02:16:07] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007159 10.0.0.249 - - [2026-02-16 02:16:07] "POST /neutron/port HTTP/1.1" 200 1116 0.014199 10.0.0.249 - - [2026-02-16 02:16:07] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006111 10.0.0.249 - - [2026-02-16 02:16:07] "GET /virtual-machine/4ce99f1a-e330-478b-8676-9124fcfbfb1a HTTP/1.1" 401 293 0.000499 10.0.0.249 - - [2026-02-16 02:16:08] "GET /virtual-machine/4ce99f1a-e330-478b-8676-9124fcfbfb1a HTTP/1.1" 200 1286 0.037610 10.0.0.249 - - [2026-02-16 02:16:08] "GET /virtual-machine-interface/77918d3c-85af-441b-9290-fedd49582550 HTTP/1.1" 200 2934 0.006316 10.0.0.249 - - [2026-02-16 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002727 10.0.0.249 - - [2026-02-16 02:16:08] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.005384 10.0.0.249 - - [2026-02-16 02:16:08] "GET /virtual-networks?parent_id=21b3b917-234f-43f7-ac1c-ce7b5aa65d41&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003155 10.0.0.249 - - [2026-02-16 02:16:08] "GET /virtual-network/be0fe981-ee6b-4beb-afbc-10b5b3bea4e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006097 10.0.0.249 - - [2026-02-16 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.249 - - [2026-02-16 02:16:11] "GET /virtual-network/be0fe981-ee6b-4beb-afbc-10b5b3bea4e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.004869 10.0.0.249 - - [2026-02-16 02:16:11] "POST /neutron/port HTTP/1.1" 200 1116 0.014889 10.0.0.249 - - [2026-02-16 02:16:12] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006208 10.0.0.249 - - [2026-02-16 02:16:13] "POST /neutron/port HTTP/1.1" 200 1119 0.015753 10.0.0.249 - - [2026-02-16 02:16:13] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007371 10.0.0.249 - - [2026-02-16 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.249 - - [2026-02-16 02:16:13] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003560 10.0.0.249 - - [2026-02-16 02:16:13] "GET /virtual-networks?parent_id=21b3b917-234f-43f7-ac1c-ce7b5aa65d41&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003128 10.0.0.249 - - [2026-02-16 02:16:13] "GET /virtual-network/be0fe981-ee6b-4beb-afbc-10b5b3bea4e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006281 10.0.0.249 - - [2026-02-16 02:16:13] "POST /neutron/port HTTP/1.1" 200 1119 0.012695 10.0.0.249 - - [2026-02-16 02:16:13] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005614 10.0.0.249 - - [2026-02-16 02:16:13] "POST /neutron/port HTTP/1.1" 200 1119 0.013890 10.0.0.249 - - [2026-02-16 02:16:14] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008831 10.0.0.249 - - [2026-02-16 02:16:14] "POST /neutron/port HTTP/1.1" 200 1119 0.012365 10.0.0.249 - - [2026-02-16 02:16:14] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005757 10.0.0.249 - - [2026-02-16 02:16:14] "GET /virtual-machine/dcf1b2b3-b9ef-4033-8398-48fa9083454b HTTP/1.1" 200 1287 0.004571 10.0.0.249 - - [2026-02-16 02:16:14] "GET /virtual-machine-interface/53c2dfe6-c1a3-4f13-b196-15096d185de8 HTTP/1.1" 200 2934 0.004746 10.0.0.249 - - [2026-02-16 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.249 - - [2026-02-16 02:16:14] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003510 10.0.0.249 - - [2026-02-16 02:16:14] "GET /virtual-networks?parent_id=21b3b917-234f-43f7-ac1c-ce7b5aa65d41&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003115 10.0.0.249 - - [2026-02-16 02:16:14] "GET /virtual-network/3532865a-07ac-49af-bd2c-fe99ca76a14e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005964 10.0.0.249 - - [2026-02-16 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263 10.0.0.249 - - [2026-02-16 02:16:15] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003252 10.0.0.249 - - [2026-02-16 02:16:15] "GET /virtual-networks?parent_id=21b3b917-234f-43f7-ac1c-ce7b5aa65d41&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003014 10.0.0.249 - - [2026-02-16 02:16:15] "GET /virtual-network/3532865a-07ac-49af-bd2c-fe99ca76a14e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005823 10.0.0.249 - - [2026-02-16 02:16:15] "POST /routing-policys HTTP/1.1" 200 536 0.019366 10.0.0.249 - - [2026-02-16 02:16:15] "GET /virtual-network/be0fe981-ee6b-4beb-afbc-10b5b3bea4e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.009780 10.0.0.249 - - [2026-02-16 02:16:15] "PUT /virtual-network/be0fe981-ee6b-4beb-afbc-10b5b3bea4e7 HTTP/1.1" 200 265 0.029960 10.0.0.249 - - [2026-02-16 02:16:16] "POST /ref-update HTTP/1.1" 200 156 0.008391 10.0.0.249 - - [2026-02-16 02:16:20] "POST /ref-update HTTP/1.1" 200 156 0.053908 10.0.0.249 - - [2026-02-16 02:16:20] "POST /ref-update HTTP/1.1" 200 156 0.018638 10.0.0.249 - - [2026-02-16 02:16:20] "DELETE /routing-policy/4a0c4502-8ed8-442c-ac64-b38585b57d86 HTTP/1.1" 200 115 0.031187 10.0.0.249 - - [2026-02-16 02:16:20] "POST /neutron/network HTTP/1.1" 200 833 0.006939 10.0.0.249 - - [2026-02-16 02:16:20] "POST /neutron/network HTTP/1.1" 400 204 0.009354 10.0.0.249 - - [2026-02-16 02:16:21] "POST /neutron/port HTTP/1.1" 200 1119 0.014208 10.0.0.249 - - [2026-02-16 02:16:21] "POST /neutron/port HTTP/1.1" 200 1109 0.010562 10.0.0.249 - - [2026-02-16 02:16:21] "POST /neutron/port HTTP/1.1" 200 1116 0.019234 10.0.0.249 - - [2026-02-16 02:16:21] "POST /neutron/port HTTP/1.1" 200 1106 0.016331 10.0.0.249 - - [2026-02-16 02:16:21] "POST /neutron/port HTTP/1.1" 200 151 0.127483 10.0.0.249 - - [2026-02-16 02:16:21] "POST /neutron/port HTTP/1.1" 200 151 0.139557 10.0.0.249 - - [2026-02-16 02:16:22] "POST /neutron/network HTTP/1.1" 200 833 0.006195 10.0.0.249 - - [2026-02-16 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005080 10.0.0.249 - - [2026-02-16 02:16:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002968 10.0.0.249 - - [2026-02-16 02:16:22] "POST /useragent-kv HTTP/1.1" 200 115 0.001961 10.0.0.249 - - [2026-02-16 02:16:23] "POST /neutron/network HTTP/1.1" 200 151 0.083107 10.0.0.249 - - [2026-02-16 02:16:23] "DELETE /route-target/ce4ada90-634e-40d9-b803-e2f5d0ece9e7 HTTP/1.1" 200 115 0.021909 10.0.0.249 - - [2026-02-16 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.249 - - [2026-02-16 02:16:23] "POST /neutron/network HTTP/1.1" 200 830 0.005579 10.0.0.249 - - [2026-02-16 02:16:23] "DELETE /route-target/a8c9c18d-154a-4759-972f-ec867871e55e HTTP/1.1" 409 240 0.005220 10.0.0.249 - - [2026-02-16 02:16:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002189 10.0.0.249 - - [2026-02-16 02:16:23] "POST /useragent-kv HTTP/1.1" 200 115 0.001855 10.0.0.249 - - [2026-02-16 02:16:23] "POST /neutron/network HTTP/1.1" 200 151 0.083337 10.0.0.249 - - [2026-02-16 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.249 - - [2026-02-16 02:16:23] "DELETE /route-target/cbfaa376-7800-4ed1-b4e7-03ae8f96353f HTTP/1.1" 200 115 0.015697 10.0.0.249 - - [2026-02-16 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002685 10.0.0.249 - - [2026-02-16 02:16:23] "DELETE /route-target/a8c9c18d-154a-4759-972f-ec867871e55e HTTP/1.1" 200 115 0.014800 10.0.0.249 - - [2026-02-16 02:16:23] "GET /projects?obj_uuids=21b3b917-234f-43f7-ac1c-ce7b5aa65d41&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001511 10.0.0.249 - - [2026-02-16 02:16:23] "GET /project/21b3b917-234f-43f7-ac1c-ce7b5aa65d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.022134 10.0.0.249 - - [2026-02-16 02:16:23] "GET /projects?obj_uuids=21b3b917-234f-43f7-ac1c-ce7b5aa65d41&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000962 10.0.0.249 - - [2026-02-16 02:16:23] "GET /project/21b3b917-234f-43f7-ac1c-ce7b5aa65d41?fields=virtual_networks HTTP/1.1" 200 1020 0.070814 10.0.0.249 - - [2026-02-16 02:16:23] "GET /projects?obj_uuids=21b3b917-234f-43f7-ac1c-ce7b5aa65d41&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000977 10.0.0.249 - - [2026-02-16 02:16:23] "GET /project/21b3b917-234f-43f7-ac1c-ce7b5aa65d41?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.027204 10.0.0.249 - - [2026-02-16 02:16:23] "GET /projects?obj_uuids=21b3b917-234f-43f7-ac1c-ce7b5aa65d41&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001031 10.0.0.249 - - [2026-02-16 02:16:23] "GET /project/21b3b917-234f-43f7-ac1c-ce7b5aa65d41?fields=security_groups HTTP/1.1" 200 1240 0.030582 10.0.0.249 - - [2026-02-16 02:16:24] "POST /fqname-to-id HTTP/1.1" 404 186 0.035538 10.0.0.249 - - [2026-02-16 02:16:24] "GET /projects?obj_uuids=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002336 10.0.0.249 - - [2026-02-16 02:16:24] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001111 10.0.0.249 - - [2026-02-16 02:16:24] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006847 10.0.0.249 - - [2026-02-16 02:16:24] "POST /id-to-fqname HTTP/1.1" 200 188 0.001152 10.0.0.249 - - [2026-02-16 02:16:24] "POST /fqname-to-id HTTP/1.1" 404 197 0.003877 10.0.0.249 - - [2026-02-16 02:16:24] "POST /security-groups HTTP/1.1" 200 589 0.064029 10.0.0.249 - - [2026-02-16 02:16:24] "POST /fqname-to-id HTTP/1.1" 404 232 0.002299 10.0.0.249 - - [2026-02-16 02:16:24] "POST /projects HTTP/1.1" 200 581 0.218480 10.0.0.249 - - [2026-02-16 02:16:25] "POST /access-control-lists HTTP/1.1" 200 596 0.059402 10.0.0.249 - - [2026-02-16 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.294856 10.0.0.249 - - [2026-02-16 02:16:25] "POST /fqname-to-id HTTP/1.1" 404 231 0.003431 10.0.0.249 - - [2026-02-16 02:16:25] "GET /project/65775adb-b8be-4caf-80c0-b605cc624003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.430236 10.0.0.249 - - [2026-02-16 02:16:25] "POST /access-control-lists HTTP/1.1" 200 594 0.059817 10.0.0.249 - - [2026-02-16 02:16:26] "GET / HTTP/1.1" 200 36215 0.001820 10.0.0.249 - - [2026-02-16 02:16:27] "POST /fqname-to-id HTTP/1.1" 401 293 0.000480 10.0.0.249 - - [2026-02-16 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.094616 10.0.0.249 - - [2026-02-16 02:16:27] "GET /projects?obj_uuids=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001062 10.0.0.249 - - [2026-02-16 02:16:27] "GET /project/65775adb-b8be-4caf-80c0-b605cc624003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.027875 10.0.0.249 - - [2026-02-16 02:16:27] "POST /neutron/network HTTP/1.1" 200 117 0.035547 10.0.0.249 - - [2026-02-16 02:16:27] "GET /projects?obj_uuids=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001284 10.0.0.249 - - [2026-02-16 02:16:27] "POST /neutron/network HTTP/1.1" 200 613 0.075824 10.0.0.249 - - [2026-02-16 02:16:27] "POST /route-targets HTTP/1.1" 200 328 0.011423 10.0.0.249 - - [2026-02-16 02:16:27] "POST /ref-update HTTP/1.1" 200 156 0.012325 10.0.0.249 - - [2026-02-16 02:16:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002946 10.0.0.249 - - [2026-02-16 02:16:27] "POST /neutron/subnet HTTP/1.1" 200 734 0.211521 10.0.0.249 - - [2026-02-16 02:16:27] "POST /neutron/network HTTP/1.1" 200 834 0.005548 10.0.0.249 - - [2026-02-16 02:16:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001312 10.0.0.249 - - [2026-02-16 02:16:27] "GET /virtual-network/f6dc80ec-7ae8-4800-9e4b-2661980e07e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005773 10.0.0.249 - - [2026-02-16 02:16:28] "POST /neutron/network HTTP/1.1" 200 834 0.006259 10.0.0.249 - - [2026-02-16 02:16:28] "GET /virtual-network/f6dc80ec-7ae8-4800-9e4b-2661980e07e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005357 10.0.0.249 - - [2026-02-16 02:16:28] "POST /neutron/network HTTP/1.1" 200 834 0.006033 10.0.0.249 - - [2026-02-16 02:16:28] "POST /neutron/subnet HTTP/1.1" 200 734 0.007480 10.0.0.249 - - [2026-02-16 02:16:28] "GET /domains HTTP/1.1" 401 293 0.000391 10.0.0.249 - - [2026-02-16 02:16:28] "GET /domains HTTP/1.1" 200 281 0.031885 10.0.0.249 - - [2026-02-16 02:16:28] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001728 10.0.0.249 - - [2026-02-16 02:16:28] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 2951 0.012764 10.0.0.249 - - [2026-02-16 02:16:28] "GET /projects?obj_uuids=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000864 10.0.0.249 - - [2026-02-16 02:16:28] "GET /project/65775adb-b8be-4caf-80c0-b605cc624003 HTTP/1.1" 200 2085 0.072168 10.0.0.249 - - [2026-02-16 02:16:28] "GET /virtual-network/f6dc80ec-7ae8-4800-9e4b-2661980e07e9 HTTP/1.1" 200 2330 0.005592 10.0.0.249 - - [2026-02-16 02:16:28] "GET /virtual-network/f6dc80ec-7ae8-4800-9e4b-2661980e07e9 HTTP/1.1" 200 2330 0.005215 10.0.0.249 - - [2026-02-16 02:16:28] "GET /routing-instance/80181798-2d4a-4c9a-93fe-fe92f81636b7 HTTP/1.1" 200 1496 0.004385 10.0.0.249 - - [2026-02-16 02:16:28] "GET /routing-instance/80181798-2d4a-4c9a-93fe-fe92f81636b7 HTTP/1.1" 200 1496 0.004154 10.0.0.249 - - [2026-02-16 02:16:28] "GET /route-target/59f43507-213f-4bf1-bcd8-6e5f5981e3b8 HTTP/1.1" 200 1214 0.004607 10.0.0.249 - - [2026-02-16 02:16:28] "GET /virtual-network/f6dc80ec-7ae8-4800-9e4b-2661980e07e9 HTTP/1.1" 200 2330 0.006318 10.0.0.249 - - [2026-02-16 02:16:28] "GET /routing-instance/80181798-2d4a-4c9a-93fe-fe92f81636b7 HTTP/1.1" 200 1496 0.003667 10.0.0.249 - - [2026-02-16 02:16:28] "GET /virtual-network/f6dc80ec-7ae8-4800-9e4b-2661980e07e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005849 10.0.0.249 - - [2026-02-16 02:16:28] "GET /virtual-network/f6dc80ec-7ae8-4800-9e4b-2661980e07e9 HTTP/1.1" 200 2330 0.005901 10.0.0.249 - - [2026-02-16 02:16:28] "GET /routing-instance/80181798-2d4a-4c9a-93fe-fe92f81636b7 HTTP/1.1" 200 1496 0.003034 10.0.0.249 - - [2026-02-16 02:16:28] "GET /routing-instance/80181798-2d4a-4c9a-93fe-fe92f81636b7 HTTP/1.1" 200 1496 0.002707 10.0.0.249 - - [2026-02-16 02:16:28] "GET /route-target/59f43507-213f-4bf1-bcd8-6e5f5981e3b8 HTTP/1.1" 200 1214 0.002972 10.0.0.249 - - [2026-02-16 02:16:28] "GET /domains HTTP/1.1" 200 281 0.003075 10.0.0.249 - - [2026-02-16 02:16:28] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000911 10.0.0.249 - - [2026-02-16 02:16:28] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 2951 0.006096 10.0.0.249 - - [2026-02-16 02:16:28] "GET /projects?obj_uuids=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000898 10.0.0.249 - - [2026-02-16 02:16:28] "GET /project/65775adb-b8be-4caf-80c0-b605cc624003 HTTP/1.1" 200 2085 0.073843 10.0.0.249 - - [2026-02-16 02:16:28] "GET /virtual-network/f6dc80ec-7ae8-4800-9e4b-2661980e07e9 HTTP/1.1" 200 2330 0.004653 10.0.0.249 - - [2026-02-16 02:16:29] "GET /obj-perms HTTP/1.1" 200 5045 0.060783 10.0.0.249 - - [2026-02-16 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004051 10.0.0.249 - - [2026-02-16 02:16:29] "GET /projects?obj_uuids=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001021 10.0.0.249 - - [2026-02-16 02:16:29] "GET /project/65775adb-b8be-4caf-80c0-b605cc624003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.025980 10.0.0.249 - - [2026-02-16 02:16:29] "POST /neutron/network HTTP/1.1" 200 117 0.010760 10.0.0.249 - - [2026-02-16 02:16:29] "GET /projects?obj_uuids=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001002 10.0.0.249 - - [2026-02-16 02:16:29] "POST /neutron/network HTTP/1.1" 200 613 0.072491 10.0.0.249 - - [2026-02-16 02:16:29] "POST /route-targets HTTP/1.1" 200 328 0.013741 10.0.0.249 - - [2026-02-16 02:16:29] "POST /ref-update HTTP/1.1" 200 156 0.014648 10.0.0.249 - - [2026-02-16 02:16:29] "POST /useragent-kv HTTP/1.1" 200 115 0.010023 10.0.0.249 - - [2026-02-16 02:16:29] "POST /neutron/subnet HTTP/1.1" 200 729 0.212907 10.0.0.249 - - [2026-02-16 02:16:29] "POST /neutron/network HTTP/1.1" 200 833 0.006503 10.0.0.249 - - [2026-02-16 02:16:29] "POST /id-to-fqname HTTP/1.1" 200 223 0.001471 10.0.0.249 - - [2026-02-16 02:16:29] "GET /virtual-network/22bc4479-c067-4d1f-84d4-fa480eca63aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004858 10.0.0.249 - - [2026-02-16 02:16:29] "POST /neutron/network HTTP/1.1" 200 833 0.006872 10.0.0.249 - - [2026-02-16 02:16:29] "GET /virtual-network/22bc4479-c067-4d1f-84d4-fa480eca63aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006130 10.0.0.249 - - [2026-02-16 02:16:29] "POST /neutron/network HTTP/1.1" 200 833 0.007480 10.0.0.249 - - [2026-02-16 02:16:29] "POST /neutron/subnet HTTP/1.1" 200 729 0.009487 10.0.0.249 - - [2026-02-16 02:16:29] "GET /domains HTTP/1.1" 200 281 0.002399 10.0.0.249 - - [2026-02-16 02:16:29] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001385 10.0.0.249 - - [2026-02-16 02:16:29] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 2951 0.009199 10.0.0.249 - - [2026-02-16 02:16:29] "GET /projects?obj_uuids=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001016 10.0.0.249 - - [2026-02-16 02:16:30] "GET /project/65775adb-b8be-4caf-80c0-b605cc624003 HTTP/1.1" 200 2304 0.074363 10.0.0.249 - - [2026-02-16 02:16:30] "GET /virtual-network/22bc4479-c067-4d1f-84d4-fa480eca63aa HTTP/1.1" 200 2325 0.009264 10.0.0.249 - - [2026-02-16 02:16:30] "GET /virtual-network/22bc4479-c067-4d1f-84d4-fa480eca63aa HTTP/1.1" 200 2325 0.007585 10.0.0.249 - - [2026-02-16 02:16:30] "GET /routing-instance/6d2b7118-08a9-465c-bfee-d49fb8b586ef HTTP/1.1" 200 1496 0.003791 10.0.0.249 - - [2026-02-16 02:16:30] "GET /routing-instance/6d2b7118-08a9-465c-bfee-d49fb8b586ef HTTP/1.1" 200 1496 0.003164 10.0.0.249 - - [2026-02-16 02:16:30] "GET /route-target/c183cc70-e9b1-4747-8002-aede5844cd89 HTTP/1.1" 200 1214 0.002988 10.0.0.249 - - [2026-02-16 02:16:30] "GET /virtual-network/22bc4479-c067-4d1f-84d4-fa480eca63aa HTTP/1.1" 200 2325 0.005611 10.0.0.249 - - [2026-02-16 02:16:30] "GET /routing-instance/6d2b7118-08a9-465c-bfee-d49fb8b586ef HTTP/1.1" 200 1496 0.003951 10.0.0.249 - - [2026-02-16 02:16:30] "GET /virtual-network/22bc4479-c067-4d1f-84d4-fa480eca63aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007002 10.0.0.249 - - [2026-02-16 02:16:30] "GET /virtual-network/22bc4479-c067-4d1f-84d4-fa480eca63aa HTTP/1.1" 200 2325 0.004620 10.0.0.249 - - [2026-02-16 02:16:30] "GET /routing-instance/6d2b7118-08a9-465c-bfee-d49fb8b586ef HTTP/1.1" 200 1496 0.003774 10.0.0.249 - - [2026-02-16 02:16:30] "GET /routing-instance/6d2b7118-08a9-465c-bfee-d49fb8b586ef HTTP/1.1" 200 1496 0.003523 10.0.0.249 - - [2026-02-16 02:16:30] "GET /route-target/c183cc70-e9b1-4747-8002-aede5844cd89 HTTP/1.1" 200 1214 0.002766 10.0.0.249 - - [2026-02-16 02:16:30] "GET /domains HTTP/1.1" 200 281 0.003262 10.0.0.249 - - [2026-02-16 02:16:30] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000973 10.0.0.249 - - [2026-02-16 02:16:30] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 2951 0.007876 10.0.0.249 - - [2026-02-16 02:16:30] "GET /projects?obj_uuids=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001128 10.0.0.249 - - [2026-02-16 02:16:30] "GET /project/65775adb-b8be-4caf-80c0-b605cc624003 HTTP/1.1" 200 2304 0.065833 10.0.0.249 - - [2026-02-16 02:16:30] "GET /virtual-network/22bc4479-c067-4d1f-84d4-fa480eca63aa HTTP/1.1" 200 2325 0.006377 10.0.0.249 - - [2026-02-16 02:16:30] "GET /obj-perms HTTP/1.1" 200 5045 0.003403 10.0.0.249 - - [2026-02-16 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.249 - - [2026-02-16 02:16:30] "GET /projects?obj_uuids=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001328 10.0.0.249 - - [2026-02-16 02:16:30] "GET /project/65775adb-b8be-4caf-80c0-b605cc624003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.027426 10.0.0.249 - - [2026-02-16 02:16:30] "POST /neutron/network HTTP/1.1" 200 117 0.010941 10.0.0.249 - - [2026-02-16 02:16:30] "GET /projects?obj_uuids=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001184 10.0.0.249 - - [2026-02-16 02:16:30] "POST /neutron/network HTTP/1.1" 200 615 0.070966 10.0.0.249 - - [2026-02-16 02:16:30] "POST /ref-update HTTP/1.1" 200 156 0.010668 10.0.0.249 - - [2026-02-16 02:16:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003229 10.0.0.249 - - [2026-02-16 02:16:30] "POST /neutron/subnet HTTP/1.1" 200 734 0.142542 10.0.0.249 - - [2026-02-16 02:16:30] "POST /neutron/network HTTP/1.1" 200 836 0.005573 10.0.0.249 - - [2026-02-16 02:16:30] "POST /id-to-fqname HTTP/1.1" 200 224 0.001298 10.0.0.249 - - [2026-02-16 02:16:30] "GET /virtual-network/6c7ddf42-3fcb-493f-be54-64922e5876f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007188 10.0.0.249 - - [2026-02-16 02:16:30] "POST /neutron/network HTTP/1.1" 200 836 0.005994 10.0.0.249 - - [2026-02-16 02:16:30] "GET /virtual-network/6c7ddf42-3fcb-493f-be54-64922e5876f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005035 10.0.0.249 - - [2026-02-16 02:16:30] "POST /neutron/network HTTP/1.1" 200 836 0.005359 10.0.0.249 - - [2026-02-16 02:16:30] "POST /neutron/subnet HTTP/1.1" 200 734 0.008354 10.0.0.249 - - [2026-02-16 02:16:30] "GET /domains HTTP/1.1" 200 281 0.002609 10.0.0.249 - - [2026-02-16 02:16:30] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001054 10.0.0.249 - - [2026-02-16 02:16:30] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 2951 0.006658 10.0.0.249 - - [2026-02-16 02:16:30] "GET /projects?obj_uuids=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001122 10.0.0.249 - - [2026-02-16 02:16:30] "GET /project/65775adb-b8be-4caf-80c0-b605cc624003 HTTP/1.1" 200 2524 0.073762 10.0.0.249 - - [2026-02-16 02:16:30] "GET /virtual-network/6c7ddf42-3fcb-493f-be54-64922e5876f8 HTTP/1.1" 200 2334 0.007319 10.0.0.249 - - [2026-02-16 02:16:30] "GET /virtual-network/6c7ddf42-3fcb-493f-be54-64922e5876f8 HTTP/1.1" 200 2334 0.006197 10.0.0.249 - - [2026-02-16 02:16:30] "GET /routing-instance/9e312f2a-8e38-46b8-90f8-0f2b97a64673 HTTP/1.1" 200 1501 0.003795 10.0.0.249 - - [2026-02-16 02:16:30] "GET /routing-instance/9e312f2a-8e38-46b8-90f8-0f2b97a64673 HTTP/1.1" 200 1501 0.004549 10.0.0.249 - - [2026-02-16 02:16:30] "GET /route-target/c622a1d6-93d1-4d68-88a0-e92a2b735d95 HTTP/1.1" 200 1216 0.003718 10.0.0.249 - - [2026-02-16 02:16:30] "GET /virtual-network/6c7ddf42-3fcb-493f-be54-64922e5876f8 HTTP/1.1" 200 2334 0.004898 10.0.0.249 - - [2026-02-16 02:16:30] "GET /routing-instance/9e312f2a-8e38-46b8-90f8-0f2b97a64673 HTTP/1.1" 200 1501 0.003490 10.0.0.249 - - [2026-02-16 02:16:30] "GET /virtual-network/6c7ddf42-3fcb-493f-be54-64922e5876f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005046 10.0.0.249 - - [2026-02-16 02:16:30] "GET /virtual-network/6c7ddf42-3fcb-493f-be54-64922e5876f8 HTTP/1.1" 200 2334 0.004481 10.0.0.249 - - [2026-02-16 02:16:30] "GET /routing-instance/9e312f2a-8e38-46b8-90f8-0f2b97a64673 HTTP/1.1" 200 1501 0.003388 10.0.0.249 - - [2026-02-16 02:16:30] "GET /routing-instance/9e312f2a-8e38-46b8-90f8-0f2b97a64673 HTTP/1.1" 200 1501 0.004422 10.0.0.249 - - [2026-02-16 02:16:30] "GET /route-target/c622a1d6-93d1-4d68-88a0-e92a2b735d95 HTTP/1.1" 200 1216 0.003186 10.0.0.249 - - [2026-02-16 02:16:31] "GET /domains HTTP/1.1" 200 281 0.002485 10.0.0.249 - - [2026-02-16 02:16:31] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000941 10.0.0.249 - - [2026-02-16 02:16:31] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 2951 0.007029 10.0.0.249 - - [2026-02-16 02:16:31] "GET /projects?obj_uuids=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000903 10.0.0.249 - - [2026-02-16 02:16:31] "GET /project/65775adb-b8be-4caf-80c0-b605cc624003 HTTP/1.1" 200 2524 0.068501 10.0.0.249 - - [2026-02-16 02:16:31] "GET /virtual-network/6c7ddf42-3fcb-493f-be54-64922e5876f8 HTTP/1.1" 200 2334 0.005021 10.0.0.249 - - [2026-02-16 02:16:31] "GET /obj-perms HTTP/1.1" 200 5045 0.002992 10.0.0.249 - - [2026-02-16 02:16:31] "POST /id-to-fqname HTTP/1.1" 200 223 0.001642 10.0.0.249 - - [2026-02-16 02:16:31] "POST /neutron/network HTTP/1.1" 200 843 0.007358 10.0.0.249 - - [2026-02-16 02:16:31] "GET /aaa-mode HTTP/1.1" 401 293 0.000397 10.0.0.249 - - [2026-02-16 02:16:31] "GET / HTTP/1.1" 200 36215 0.001635 10.0.0.249 - - [2026-02-16 02:16:31] "GET /project/65775adb-b8be-4caf-80c0-b605cc624003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000435 10.0.0.249 - - [2026-02-16 02:16:32] "GET /projects?obj_uuids=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001324 10.0.0.249 - - [2026-02-16 02:16:32] "GET /project/65775adb-b8be-4caf-80c0-b605cc624003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.059780 10.0.0.249 - - [2026-02-16 02:16:32] "POST /neutron/network HTTP/1.1" 200 833 0.005330 10.0.0.249 - - [2026-02-16 02:16:32] "POST /neutron/port HTTP/1.1" 200 117 0.005224 10.0.0.249 - - [2026-02-16 02:16:32] "POST /neutron/port HTTP/1.1" 200 117 0.005093 10.0.0.249 - - [2026-02-16 02:16:32] "POST /id-to-fqname HTTP/1.1" 200 224 0.001277 10.0.0.249 - - [2026-02-16 02:16:32] "POST /neutron/port HTTP/1.1" 200 117 0.005605 10.0.0.249 - - [2026-02-16 02:16:32] "POST /neutron/network HTTP/1.1" 200 846 0.006644 10.0.0.249 - - [2026-02-16 02:16:32] "GET /aaa-mode HTTP/1.1" 401 293 0.000488 10.0.0.249 - - [2026-02-16 02:16:32] "POST /neutron/network HTTP/1.1" 200 843 0.005271 10.0.0.249 - - [2026-02-16 02:16:32] "GET /projects?obj_uuids=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001673 10.0.0.249 - - [2026-02-16 02:16:32] "GET / HTTP/1.1" 200 36215 0.002386 10.0.0.249 - - [2026-02-16 02:16:32] "GET /project/65775adb-b8be-4caf-80c0-b605cc624003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000529 10.0.0.249 - - [2026-02-16 02:16:33] "POST /neutron/port HTTP/1.1" 200 1059 0.235872 10.0.0.249 - - [2026-02-16 02:16:33] "POST /neutron/port HTTP/1.1" 200 1059 0.011874 10.0.0.249 - - [2026-02-16 02:16:33] "POST /neutron/port HTTP/1.1" 200 1059 0.011119 10.0.0.249 - - [2026-02-16 02:16:33] "POST /neutron/port HTTP/1.1" 200 1113 0.065731 10.0.0.249 - - [2026-02-16 02:16:33] "POST /neutron/port HTTP/1.1" 200 1123 0.013899 10.0.0.249 - - [2026-02-16 02:16:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003197 10.0.0.249 - - [2026-02-16 02:16:33] "POST /neutron/subnet HTTP/1.1" 200 703 0.008100 10.0.0.249 - - [2026-02-16 02:16:33] "POST /neutron/port HTTP/1.1" 200 117 0.001174 10.0.0.249 - - [2026-02-16 02:16:33] "POST /neutron/network HTTP/1.1" 200 833 0.005306 10.0.0.249 - - [2026-02-16 02:16:33] "GET /projects?obj_uuids=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001450 10.0.0.249 - - [2026-02-16 02:16:33] "GET /project/65775adb-b8be-4caf-80c0-b605cc624003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.073843 10.0.0.249 - - [2026-02-16 02:16:33] "POST /neutron/network HTTP/1.1" 200 836 0.006538 10.0.0.249 - - [2026-02-16 02:16:33] "POST /neutron/port HTTP/1.1" 200 1123 0.014931 10.0.0.249 - - [2026-02-16 02:16:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007255 10.0.0.249 - - [2026-02-16 02:16:33] "POST /neutron/port HTTP/1.1" 200 117 0.004735 10.0.0.249 - - [2026-02-16 02:16:33] "POST /fqname-to-id HTTP/1.1" 404 193 0.003126 10.0.0.249 - - [2026-02-16 02:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002601 10.0.0.249 - - [2026-02-16 02:16:33] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001127 10.0.0.249 - - [2026-02-16 02:16:33] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.011661 10.0.0.249 - - [2026-02-16 02:16:33] "POST /service-templates HTTP/1.1" 200 545 0.029217 10.0.0.249 - - [2026-02-16 02:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.249 - - [2026-02-16 02:16:33] "GET /service-template/2cdafd6c-410b-4c68-9d7d-b892b5353a97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.004981 10.0.0.249 - - [2026-02-16 02:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.249 - - [2026-02-16 02:16:34] "GET /service-template/2cdafd6c-410b-4c68-9d7d-b892b5353a97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.003394 10.0.0.249 - - [2026-02-16 02:16:34] "POST /neutron/network HTTP/1.1" 200 846 0.005629 10.0.0.249 - - [2026-02-16 02:16:34] "GET /projects?obj_uuids=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001374 10.0.0.249 - - [2026-02-16 02:16:34] "POST /id-to-fqname HTTP/1.1" 200 223 0.001110 10.0.0.249 - - [2026-02-16 02:16:34] "POST /id-to-fqname HTTP/1.1" 200 223 0.001522 10.0.0.249 - - [2026-02-16 02:16:34] "POST /id-to-fqname HTTP/1.1" 200 224 0.001407 10.0.0.249 - - [2026-02-16 02:16:34] "POST /neutron/port HTTP/1.1" 200 1060 0.291098 10.0.0.249 - - [2026-02-16 02:16:34] "POST /neutron/port HTTP/1.1" 200 1060 0.017876 10.0.0.249 - - [2026-02-16 02:16:34] "POST /neutron/port HTTP/1.1" 200 2041 0.031789 10.0.0.249 - - [2026-02-16 02:16:34] "POST /neutron/port HTTP/1.1" 200 1060 0.010522 10.0.0.249 - - [2026-02-16 02:16:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012436 10.0.0.249 - - [2026-02-16 02:16:34] "POST /neutron/port HTTP/1.1" 200 1114 0.100410 10.0.0.249 - - [2026-02-16 02:16:34] "POST /neutron/port HTTP/1.1" 200 1124 0.014271 10.0.0.249 - - [2026-02-16 02:16:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003855 10.0.0.249 - - [2026-02-16 02:16:34] "POST /neutron/subnet HTTP/1.1" 200 708 0.007025 10.0.0.249 - - [2026-02-16 02:16:34] "POST /neutron/port HTTP/1.1" 200 117 0.001345 10.0.0.249 - - [2026-02-16 02:16:34] "POST /neutron/network HTTP/1.1" 200 836 0.005374 10.0.0.249 - - [2026-02-16 02:16:35] "POST /neutron/network HTTP/1.1" 200 2228 0.009992 10.0.0.249 - - [2026-02-16 02:16:35] "GET /aaa-mode HTTP/1.1" 401 293 0.000463 10.0.0.249 - - [2026-02-16 02:16:35] "GET / HTTP/1.1" 200 36215 0.001881 10.0.0.249 - - [2026-02-16 02:16:35] "GET /project/65775adb-b8be-4caf-80c0-b605cc624003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000369 10.0.0.249 - - [2026-02-16 02:16:36] "GET /projects?obj_uuids=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001637 10.0.0.249 - - [2026-02-16 02:16:36] "GET /project/65775adb-b8be-4caf-80c0-b605cc624003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.057158 10.0.0.249 - - [2026-02-16 02:16:36] "POST /neutron/network HTTP/1.1" 200 834 0.011841 10.0.0.249 - - [2026-02-16 02:16:36] "POST /neutron/network HTTP/1.1" 200 833 0.005857 10.0.0.249 - - [2026-02-16 02:16:36] "POST /neutron/network HTTP/1.1" 200 836 0.005833 10.0.0.249 - - [2026-02-16 02:16:36] "POST /neutron/port HTTP/1.1" 200 2095 0.025446 10.0.0.249 - - [2026-02-16 02:16:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006522 10.0.0.249 - - [2026-02-16 02:16:36] "POST /neutron/port HTTP/1.1" 200 117 0.004916 10.0.0.249 - - [2026-02-16 02:16:36] "POST /neutron/port HTTP/1.1" 200 117 0.007153 10.0.0.249 - - [2026-02-16 02:16:36] "POST /neutron/network HTTP/1.1" 200 2228 0.012813 10.0.0.249 - - [2026-02-16 02:16:36] "GET /projects?obj_uuids=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001825 10.0.0.249 - - [2026-02-16 02:16:37] "POST /neutron/port HTTP/1.1" 200 1060 0.308748 10.0.0.249 - - [2026-02-16 02:16:37] "GET /projects?obj_uuids=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001076 10.0.0.249 - - [2026-02-16 02:16:37] "POST /neutron/port HTTP/1.1" 200 1059 0.216117 10.0.0.249 - - [2026-02-16 02:16:37] "GET /projects?obj_uuids=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001080 10.0.0.249 - - [2026-02-16 02:16:37] "POST /neutron/port HTTP/1.1" 200 1060 0.220912 10.0.0.249 - - [2026-02-16 02:16:37] "POST /neutron/port HTTP/1.1" 200 1060 0.010896 10.0.0.249 - - [2026-02-16 02:16:37] "POST /neutron/port HTTP/1.1" 200 1060 0.012795 10.0.0.249 - - [2026-02-16 02:16:37] "POST /neutron/port HTTP/1.1" 200 1114 0.091246 10.0.0.249 - - [2026-02-16 02:16:37] "POST /neutron/port HTTP/1.1" 200 1059 0.013258 10.0.0.249 - - [2026-02-16 02:16:37] "POST /neutron/port HTTP/1.1" 200 1059 0.012466 10.0.0.249 - - [2026-02-16 02:16:38] "POST /neutron/port HTTP/1.1" 200 1113 0.092879 10.0.0.249 - - [2026-02-16 02:16:38] "POST /neutron/port HTTP/1.1" 200 1060 0.017340 10.0.0.249 - - [2026-02-16 02:16:38] "POST /neutron/port HTTP/1.1" 200 1060 0.008554 10.0.0.249 - - [2026-02-16 02:16:38] "POST /neutron/port HTTP/1.1" 200 1114 0.066710 10.0.0.249 - - [2026-02-16 02:16:38] "POST /neutron/port HTTP/1.1" 200 3066 0.023217 10.0.0.249 - - [2026-02-16 02:16:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003629 10.0.0.249 - - [2026-02-16 02:16:38] "POST /neutron/subnet HTTP/1.1" 200 708 0.013709 10.0.0.249 - - [2026-02-16 02:16:38] "POST /neutron/port HTTP/1.1" 200 117 0.001240 10.0.0.249 - - [2026-02-16 02:16:38] "POST /neutron/network HTTP/1.1" 200 834 0.005783 10.0.0.249 - - [2026-02-16 02:16:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003520 10.0.0.249 - - [2026-02-16 02:16:38] "POST /neutron/subnet HTTP/1.1" 200 703 0.008039 10.0.0.249 - - [2026-02-16 02:16:38] "POST /neutron/port HTTP/1.1" 200 117 0.001432 10.0.0.249 - - [2026-02-16 02:16:38] "POST /neutron/network HTTP/1.1" 200 833 0.006078 10.0.0.249 - - [2026-02-16 02:16:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003613 10.0.0.249 - - [2026-02-16 02:16:38] "POST /neutron/subnet HTTP/1.1" 200 708 0.008235 10.0.0.249 - - [2026-02-16 02:16:38] "POST /neutron/port HTTP/1.1" 200 117 0.003191 10.0.0.249 - - [2026-02-16 02:16:38] "POST /neutron/network HTTP/1.1" 200 836 0.005634 10.0.0.249 - - [2026-02-16 02:16:41] "POST /neutron/port HTTP/1.1" 200 3066 0.020216 10.0.0.249 - - [2026-02-16 02:16:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012200 10.0.0.249 - - [2026-02-16 02:16:41] "POST /neutron/port HTTP/1.1" 200 3066 0.018433 10.0.0.249 - - [2026-02-16 02:16:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006209 10.0.0.249 - - [2026-02-16 02:16:41] "POST /neutron/port HTTP/1.1" 200 3066 0.025088 10.0.0.249 - - [2026-02-16 02:16:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006135 10.0.0.249 - - [2026-02-16 02:16:41] "POST /neutron/port HTTP/1.1" 200 3066 0.020648 10.0.0.249 - - [2026-02-16 02:16:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005695 10.0.0.249 - - [2026-02-16 02:16:41] "POST /neutron/port HTTP/1.1" 200 3066 0.020362 10.0.0.249 - - [2026-02-16 02:16:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007220 10.0.0.249 - - [2026-02-16 02:16:42] "GET /virtual-machine/b6454ec6-8d8e-4eec-bb86-b82c00906a4d HTTP/1.1" 200 1807 0.004492 10.0.0.249 - - [2026-02-16 02:16:42] "GET /virtual-machine-interface/49ea7001-461d-4328-a2ba-7adc81e3eeb9 HTTP/1.1" 200 2953 0.004771 10.0.0.249 - - [2026-02-16 02:16:42] "GET /virtual-machine-interface/5ca08633-a2c5-461e-aea8-9ec1a76b908d HTTP/1.1" 200 2953 0.005566 10.0.0.249 - - [2026-02-16 02:16:42] "GET /virtual-machine-interface/71d5cf7e-fdb5-41a7-8362-e878ce9cde4d HTTP/1.1" 200 2955 0.004621 10.0.0.249 - - [2026-02-16 02:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.249 - - [2026-02-16 02:16:42] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003121 10.0.0.249 - - [2026-02-16 02:16:42] "GET /virtual-networks?parent_id=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003428 10.0.0.249 - - [2026-02-16 02:16:42] "GET /virtual-network/f6dc80ec-7ae8-4800-9e4b-2661980e07e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005963 10.0.0.249 - - [2026-02-16 02:16:43] "POST /neutron/port HTTP/1.1" 200 1123 0.016354 10.0.0.249 - - [2026-02-16 02:16:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008516 10.0.0.249 - - [2026-02-16 02:16:45] "DELETE /project/65775adbb8be4caf80c0b605cc624003 HTTP/1.1" 404 173 0.017041 10.0.0.249 - - [2026-02-16 02:16:45] "DELETE /project/21b3b917234f43f7ac1cce7b5aa65d41 HTTP/1.1" 404 173 0.016309 10.0.0.249 - - [2026-02-16 02:16:45] "GET /projects?obj_uuids=21b3b917-234f-43f7-ac1c-ce7b5aa65d41&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001444 10.0.0.249 - - [2026-02-16 02:16:45] "GET /projects?obj_uuids=b619a012-64cd-453d-8c86-c6c3e42ee0e1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001110 10.0.0.249 - - [2026-02-16 02:16:45] "POST /neutron/port HTTP/1.1" 200 1124 0.035839 10.0.0.249 - - [2026-02-16 02:16:45] "GET /project/b619a012-64cd-453d-8c86-c6c3e42ee0e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.065731 10.0.0.249 - - [2026-02-16 02:16:45] "GET /project/21b3b917-234f-43f7-ac1c-ce7b5aa65d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.080621 10.0.0.249 - - [2026-02-16 02:16:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.022906 10.0.0.249 - - [2026-02-16 02:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.011833 10.0.0.249 - - [2026-02-16 02:16:45] "GET /projects?obj_uuids=b619a012-64cd-453d-8c86-c6c3e42ee0e1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000967 10.0.0.249 - - [2026-02-16 02:16:45] "GET /virtual-network/f6dc80ec-7ae8-4800-9e4b-2661980e07e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.008324 10.0.0.249 - - [2026-02-16 02:16:45] "GET /projects?obj_uuids=21b3b917-234f-43f7-ac1c-ce7b5aa65d41&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000897 10.0.0.249 - - [2026-02-16 02:16:45] "GET /project/b619a012-64cd-453d-8c86-c6c3e42ee0e1?fields=security_groups HTTP/1.1" 200 1370 0.051297 10.0.0.249 - - [2026-02-16 02:16:45] "GET /project/21b3b917-234f-43f7-ac1c-ce7b5aa65d41?fields=security_groups HTTP/1.1" 200 1342 0.046582 10.0.0.249 - - [2026-02-16 02:16:45] "DELETE /access-control-list/c93b8027-50f5-4503-83ff-ab5122e29502 HTTP/1.1" 200 115 0.049406 10.0.0.249 - - [2026-02-16 02:16:45] "DELETE /security-group/21e1466c-cc91-4b63-8d90-db5ca9a935f2 HTTP/1.1" 200 115 0.092998 10.0.0.249 - - [2026-02-16 02:16:45] "DELETE /security-group/f6df77e5-54b6-4cab-b108-25c85a564e72 HTTP/1.1" 200 115 0.099462 10.0.0.249 - - [2026-02-16 02:16:45] "GET /projects?obj_uuids=b619a012-64cd-453d-8c86-c6c3e42ee0e1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001504 10.0.0.249 - - [2026-02-16 02:16:45] "GET /projects?obj_uuids=21b3b917-234f-43f7-ac1c-ce7b5aa65d41&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002020 10.0.0.249 - - [2026-02-16 02:16:45] "GET /project/b619a012-64cd-453d-8c86-c6c3e42ee0e1?fields=application_policy_sets HTTP/1.1" 200 1409 0.051901 10.0.0.249 - - [2026-02-16 02:16:45] "DELETE /access-control-list/914cd9fb-e25e-4d15-b3ca-0b7eb6d0ea6f HTTP/1.1" 200 115 0.060293 10.0.0.249 - - [2026-02-16 02:16:45] "DELETE /access-control-list/66b2940e-865b-42f9-9748-7e1d431a26df HTTP/1.1" 200 115 0.048907 10.0.0.249 - - [2026-02-16 02:16:45] "GET /project/21b3b917-234f-43f7-ac1c-ce7b5aa65d41?fields=application_policy_sets HTTP/1.1" 200 1381 0.122061 10.0.0.249 - - [2026-02-16 02:16:45] "DELETE /access-control-list/332ba68e-5158-44be-99f3-8a8ae2cf0fbc HTTP/1.1" 200 115 0.088219 10.0.0.249 - - [2026-02-16 02:16:45] "DELETE /project/b619a012-64cd-453d-8c86-c6c3e42ee0e1 HTTP/1.1" 200 115 0.555833 10.0.0.249 - - [2026-02-16 02:16:45] "DELETE /project/21b3b917-234f-43f7-ac1c-ce7b5aa65d41 HTTP/1.1" 200 115 0.592042 10.0.0.249 - - [2026-02-16 02:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.249 - - [2026-02-16 02:16:49] "GET /virtual-network/f6dc80ec-7ae8-4800-9e4b-2661980e07e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004736 10.0.0.249 - - [2026-02-16 02:16:53] "GET /obj-perms HTTP/1.1" 200 5075 0.055517 10.0.0.249 - - [2026-02-16 02:16:53] "GET /obj-perms HTTP/1.1" 200 5075 0.054369 10.0.0.249 - - [2026-02-16 02:16:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.249 - - [2026-02-16 02:16:53] "GET /virtual-network/f6dc80ec-7ae8-4800-9e4b-2661980e07e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007613 10.0.0.249 - - [2026-02-16 02:16:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.249 - - [2026-02-16 02:16:57] "GET /virtual-network/f6dc80ec-7ae8-4800-9e4b-2661980e07e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005787 10.0.0.249 - - [2026-02-16 02:16:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.249 - - [2026-02-16 02:16:59] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003025 10.0.0.249 - - [2026-02-16 02:16:59] "GET /virtual-networks?parent_id=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003058 10.0.0.249 - - [2026-02-16 02:16:59] "GET /virtual-network/f6dc80ec-7ae8-4800-9e4b-2661980e07e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005921 10.0.0.249 - - [2026-02-16 02:17:00] "POST /neutron/port HTTP/1.1" 200 3066 0.021150 10.0.0.249 - - [2026-02-16 02:17:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005612 10.0.0.249 - - [2026-02-16 02:17:05] "POST /neutron/port HTTP/1.1" 200 3066 0.019212 10.0.0.249 - - [2026-02-16 02:17:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005399 10.0.0.249 - - [2026-02-16 02:17:10] "POST /neutron/port HTTP/1.1" 200 3066 0.021403 10.0.0.249 - - [2026-02-16 02:17:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006541 10.0.0.249 - - [2026-02-16 02:17:10] "POST /neutron/port HTTP/1.1" 200 3066 0.018698 10.0.0.249 - - [2026-02-16 02:17:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004932 10.0.0.249 - - [2026-02-16 02:17:15] "POST /neutron/port HTTP/1.1" 200 3066 0.020377 10.0.0.249 - - [2026-02-16 02:17:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007364 10.0.0.249 - - [2026-02-16 02:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.249 - - [2026-02-16 02:17:20] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002904 10.0.0.249 - - [2026-02-16 02:17:20] "GET /virtual-networks?parent_id=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002862 10.0.0.249 - - [2026-02-16 02:17:20] "GET /virtual-network/22bc4479-c067-4d1f-84d4-fa480eca63aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005628 10.0.0.249 - - [2026-02-16 02:17:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.249 - - [2026-02-16 02:17:21] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002960 10.0.0.249 - - [2026-02-16 02:17:21] "GET /virtual-networks?parent_id=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003159 10.0.0.249 - - [2026-02-16 02:17:21] "GET /virtual-network/6c7ddf42-3fcb-493f-be54-64922e5876f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007645 10.0.0.249 - - [2026-02-16 02:17:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.002950 10.0.0.249 - - [2026-02-16 02:17:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002270 10.0.0.249 - - [2026-02-16 02:17:21] "GET /projects?obj_uuids=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.037209 10.0.0.249 - - [2026-02-16 02:17:21] "GET /project/65775adb-b8be-4caf-80c0-b605cc624003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.065526 10.0.0.249 - - [2026-02-16 02:17:21] "POST /service-instances HTTP/1.1" 200 545 0.060380 10.0.0.249 - - [2026-02-16 02:17:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.249 - - [2026-02-16 02:17:21] "GET /service-instance/b43a5b23-2527-4768-9bea-3bbed4c339b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.005615 10.0.0.249 - - [2026-02-16 02:17:21] "POST /port-tuples HTTP/1.1" 200 588 0.020244 10.0.0.249 - - [2026-02-16 02:17:21] "GET /virtual-machine-interface/5ca08633-a2c5-461e-aea8-9ec1a76b908d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.005341 10.0.0.249 - - [2026-02-16 02:17:21] "PUT /virtual-machine-interface/5ca08633-a2c5-461e-aea8-9ec1a76b908d HTTP/1.1" 200 285 0.011146 10.0.0.249 - - [2026-02-16 02:17:22] "POST /ref-update HTTP/1.1" 200 156 0.011723 10.0.0.249 - - [2026-02-16 02:17:22] "POST /instance-ips HTTP/1.1" 200 386 0.024788 10.0.0.249 - - [2026-02-16 02:17:22] "GET /virtual-machine-interface/49ea7001-461d-4328-a2ba-7adc81e3eeb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.006684 10.0.0.249 - - [2026-02-16 02:17:22] "POST /ref-update HTTP/1.1" 200 156 0.013400 10.0.0.249 - - [2026-02-16 02:17:22] "POST /ref-update HTTP/1.1" 200 156 0.010014 10.0.0.249 - - [2026-02-16 02:17:22] "PUT /virtual-machine-interface/49ea7001-461d-4328-a2ba-7adc81e3eeb9 HTTP/1.1" 200 285 0.014178 10.0.0.249 - - [2026-02-16 02:17:22] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003041 10.0.0.249 - - [2026-02-16 02:17:22] "POST /ref-update HTTP/1.1" 200 156 0.007959 10.0.0.249 - - [2026-02-16 02:17:22] "GET /virtual-machine-interface/71d5cf7e-fdb5-41a7-8362-e878ce9cde4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2733 0.007416 10.0.0.249 - - [2026-02-16 02:17:22] "POST /instance-ips HTTP/1.1" 200 386 0.041008 10.0.0.249 - - [2026-02-16 02:17:22] "PUT /virtual-machine-interface/71d5cf7e-fdb5-41a7-8362-e878ce9cde4d HTTP/1.1" 200 285 0.009987 10.0.0.249 - - [2026-02-16 02:17:22] "POST /ref-update HTTP/1.1" 200 156 0.008883 10.0.0.249 - - [2026-02-16 02:17:22] "POST /ref-update HTTP/1.1" 200 156 0.008523 10.0.0.249 - - [2026-02-16 02:17:22] "POST /ref-update HTTP/1.1" 200 156 0.011128 10.0.0.249 - - [2026-02-16 02:17:22] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003000 10.0.0.249 - - [2026-02-16 02:17:22] "POST /neutron/port HTTP/1.1" 200 1123 0.014178 10.0.0.249 - - [2026-02-16 02:17:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008828 10.0.0.249 - - [2026-02-16 02:17:22] "POST /instance-ips HTTP/1.1" 200 374 0.018034 10.0.0.249 - - [2026-02-16 02:17:22] "POST /neutron/port HTTP/1.1" 200 1123 0.013040 10.0.0.249 - - [2026-02-16 02:17:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006196 10.0.0.249 - - [2026-02-16 02:17:22] "POST /ref-update HTTP/1.1" 200 156 0.013021 10.0.0.249 - - [2026-02-16 02:17:22] "POST /ref-update HTTP/1.1" 200 156 0.010350 10.0.0.249 - - [2026-02-16 02:17:22] "POST /neutron/port HTTP/1.1" 200 1123 0.016238 10.0.0.249 - - [2026-02-16 02:17:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006317 10.0.0.249 - - [2026-02-16 02:17:22] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002082 10.0.0.249 - - [2026-02-16 02:17:22] "GET /virtual-machine/d8287a9c-45bf-4d1a-92d1-0e54ab124620 HTTP/1.1" 200 1293 0.005479 10.0.0.249 - - [2026-02-16 02:17:22] "GET /virtual-machine-interface/3b4cfff3-accf-4962-b204-1b16e4a7befc HTTP/1.1" 200 2953 0.005033 10.0.0.249 - - [2026-02-16 02:17:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.249 - - [2026-02-16 02:17:22] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004218 10.0.0.249 - - [2026-02-16 02:17:22] "POST /instance-ips HTTP/1.1" 200 374 0.016229 10.0.0.249 - - [2026-02-16 02:17:22] "GET /virtual-networks?parent_id=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002641 10.0.0.249 - - [2026-02-16 02:17:22] "POST /ref-update HTTP/1.1" 200 156 0.008834 10.0.0.249 - - [2026-02-16 02:17:22] "GET /virtual-network/22bc4479-c067-4d1f-84d4-fa480eca63aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005341 10.0.0.249 - - [2026-02-16 02:17:22] "POST /ref-update HTTP/1.1" 200 156 0.008271 10.0.0.249 - - [2026-02-16 02:17:22] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002836 10.0.0.249 - - [2026-02-16 02:17:23] "POST /instance-ips HTTP/1.1" 200 376 0.020577 10.0.0.249 - - [2026-02-16 02:17:23] "POST /ref-update HTTP/1.1" 200 156 0.013136 10.0.0.249 - - [2026-02-16 02:17:23] "POST /ref-update HTTP/1.1" 200 156 0.010306 10.0.0.249 - - [2026-02-16 02:17:23] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002751 10.0.0.249 - - [2026-02-16 02:17:23] "POST /instance-ips HTTP/1.1" 200 376 0.019010 10.0.0.249 - - [2026-02-16 02:17:23] "POST /ref-update HTTP/1.1" 200 156 0.011226 10.0.0.249 - - [2026-02-16 02:17:23] "POST /ref-update HTTP/1.1" 200 156 0.008898 10.0.0.249 - - [2026-02-16 02:17:23] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003622 10.0.0.249 - - [2026-02-16 02:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.249 - - [2026-02-16 02:17:23] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003125 10.0.0.249 - - [2026-02-16 02:17:24] "GET /virtual-networks?parent_id=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002718 10.0.0.249 - - [2026-02-16 02:17:24] "GET /virtual-network/22bc4479-c067-4d1f-84d4-fa480eca63aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004989 10.0.0.249 - - [2026-02-16 02:17:24] "POST /neutron/port HTTP/1.1" 200 1124 0.012964 10.0.0.249 - - [2026-02-16 02:17:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005336 10.0.0.249 - - [2026-02-16 02:17:24] "POST /neutron/port HTTP/1.1" 200 1124 0.019628 10.0.0.249 - - [2026-02-16 02:17:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007307 10.0.0.249 - - [2026-02-16 02:17:24] "POST /neutron/port HTTP/1.1" 200 1124 0.013402 10.0.0.249 - - [2026-02-16 02:17:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007177 10.0.0.249 - - [2026-02-16 02:17:24] "GET /virtual-machine/1e5d0b19-ac0c-43bf-b8af-d3c928cef9b5 HTTP/1.1" 200 1292 0.005404 10.0.0.249 - - [2026-02-16 02:17:24] "GET /virtual-machine-interface/82a00b03-744e-4f08-8962-bfb610f287d3 HTTP/1.1" 200 2955 0.005969 10.0.0.249 - - [2026-02-16 02:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002671 10.0.0.249 - - [2026-02-16 02:17:24] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002707 10.0.0.249 - - [2026-02-16 02:17:24] "GET /virtual-networks?parent_id=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003233 10.0.0.249 - - [2026-02-16 02:17:24] "GET /virtual-network/6c7ddf42-3fcb-493f-be54-64922e5876f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005219 10.0.0.249 - - [2026-02-16 02:17:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.249 - - [2026-02-16 02:17:25] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003265 10.0.0.249 - - [2026-02-16 02:17:25] "GET /virtual-networks?parent_id=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003347 10.0.0.249 - - [2026-02-16 02:17:25] "GET /virtual-network/6c7ddf42-3fcb-493f-be54-64922e5876f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006045 10.0.0.249 - - [2026-02-16 02:17:26] "POST /fqname-to-id HTTP/1.1" 404 211 0.003243 10.0.0.249 - - [2026-02-16 02:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002281 10.0.0.249 - - [2026-02-16 02:17:26] "GET /projects?obj_uuids=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001037 10.0.0.249 - - [2026-02-16 02:17:26] "GET /project/65775adb-b8be-4caf-80c0-b605cc624003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.031097 10.0.0.249 - - [2026-02-16 02:17:26] "POST /network-policys HTTP/1.1" 200 549 0.018092 10.0.0.249 - - [2026-02-16 02:17:26] "GET /network-policy/6c8d77de-b032-40c3-a91f-1e65337155a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.005446 10.0.0.249 - - [2026-02-16 02:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.249 - - [2026-02-16 02:17:26] "GET /virtual-network/22bc4479-c067-4d1f-84d4-fa480eca63aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005436 10.0.0.249 - - [2026-02-16 02:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.249 - - [2026-02-16 02:17:26] "GET /network-policy/6c8d77de-b032-40c3-a91f-1e65337155a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003995 10.0.0.249 - - [2026-02-16 02:17:26] "POST /fqname-to-id HTTP/1.1" 404 242 0.003360 10.0.0.249 - - [2026-02-16 02:17:26] "POST /ref-update HTTP/1.1" 200 156 0.032511 10.0.0.249 - - [2026-02-16 02:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002567 10.0.0.249 - - [2026-02-16 02:17:26] "POST /access-control-lists HTTP/1.1" 200 603 0.062616 10.0.0.249 - - [2026-02-16 02:17:26] "GET /network-policy/6c8d77de-b032-40c3-a91f-1e65337155a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003736 10.0.0.249 - - [2026-02-16 02:17:26] "POST /neutron/network HTTP/1.1" 200 921 0.007002 10.0.0.249 - - [2026-02-16 02:17:26] "GET /virtual-network/22bc4479-c067-4d1f-84d4-fa480eca63aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004592 10.0.0.249 - - [2026-02-16 02:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002837 10.0.0.249 - - [2026-02-16 02:17:26] "GET /network-policy/6c8d77de-b032-40c3-a91f-1e65337155a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003731 10.0.0.249 - - [2026-02-16 02:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.249 - - [2026-02-16 02:17:26] "GET /virtual-network/6c7ddf42-3fcb-493f-be54-64922e5876f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006407 10.0.0.249 - - [2026-02-16 02:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.249 - - [2026-02-16 02:17:27] "GET /network-policy/6c8d77de-b032-40c3-a91f-1e65337155a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003964 10.0.0.249 - - [2026-02-16 02:17:27] "PUT /access-control-list/3be11640-dee0-4685-9e9d-3f31e5dd9374 HTTP/1.1" 200 273 0.020919 10.0.0.249 - - [2026-02-16 02:17:27] "POST /ref-update HTTP/1.1" 200 156 0.048806 10.0.0.249 - - [2026-02-16 02:17:27] "POST /fqname-to-id HTTP/1.1" 404 244 0.002844 10.0.0.249 - - [2026-02-16 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.249 - - [2026-02-16 02:17:27] "GET /network-policy/6c8d77de-b032-40c3-a91f-1e65337155a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.023812 10.0.0.249 - - [2026-02-16 02:17:27] "POST /access-control-lists HTTP/1.1" 200 606 0.066771 10.0.0.249 - - [2026-02-16 02:17:27] "POST /neutron/port HTTP/1.1" 200 1123 0.049982 10.0.0.249 - - [2026-02-16 02:17:27] "POST /neutron/network HTTP/1.1" 200 924 0.008570 10.0.0.249 - - [2026-02-16 02:17:27] "GET /virtual-network/6c7ddf42-3fcb-493f-be54-64922e5876f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.009263 10.0.0.249 - - [2026-02-16 02:17:27] "POST /routing-instances HTTP/1.1" 200 761 0.037238 10.0.0.249 - - [2026-02-16 02:17:27] "POST /neutron/port HTTP/1.1" 200 1123 0.022260 10.0.0.249 - - [2026-02-16 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.249 - - [2026-02-16 02:17:27] "POST /neutron/network HTTP/1.1" 200 931 0.006049 10.0.0.249 - - [2026-02-16 02:17:27] "POST /route-targets HTTP/1.1" 200 328 0.023315 10.0.0.249 - - [2026-02-16 02:17:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004539 10.0.0.249 - - [2026-02-16 02:17:27] "GET /network-policy/6c8d77de-b032-40c3-a91f-1e65337155a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003652 10.0.0.249 - - [2026-02-16 02:17:27] "POST /neutron/subnet HTTP/1.1" 200 703 0.007751 10.0.0.249 - - [2026-02-16 02:17:27] "POST /neutron/port HTTP/1.1" 200 117 0.000963 10.0.0.249 - - [2026-02-16 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004307 10.0.0.249 - - [2026-02-16 02:17:27] "POST /ref-update HTTP/1.1" 200 156 0.014050 10.0.0.249 - - [2026-02-16 02:17:27] "POST /neutron/network HTTP/1.1" 200 921 0.005471 10.0.0.249 - - [2026-02-16 02:17:27] "GET /service-template/2cdafd6c-410b-4c68-9d7d-b892b5353a97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.005188 10.0.0.249 - - [2026-02-16 02:17:27] "GET /routing-instance/a9bd8462-2fcc-42f5-a7d8-40c7c47e56b3?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1280 0.004873 10.0.0.249 - - [2026-02-16 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.249 - - [2026-02-16 02:17:27] "GET /routing-instance/a9bd8462-2fcc-42f5-a7d8-40c7c47e56b3?fields=routing_policy_back_refs HTTP/1.1" 200 1280 0.004283 10.0.0.249 - - [2026-02-16 02:17:27] "GET /projects?obj_uuids=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001811 10.0.0.249 - - [2026-02-16 02:17:27] "POST /ref-update HTTP/1.1" 200 156 0.011959 10.0.0.249 - - [2026-02-16 02:17:27] "GET /project/65775adb-b8be-4caf-80c0-b605cc624003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.036954 10.0.0.249 - - [2026-02-16 02:17:27] "POST /routing-instances HTTP/1.1" 200 762 0.018113 10.0.0.249 - - [2026-02-16 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005076 10.0.0.249 - - [2026-02-16 02:17:27] "GET /service-instance/b43a5b23-2527-4768-9bea-3bbed4c339b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3539 0.006120 10.0.0.249 - - [2026-02-16 02:17:27] "POST /route-targets HTTP/1.1" 200 328 0.014636 10.0.0.249 - - [2026-02-16 02:17:27] "GET /domains HTTP/1.1" 200 281 0.002948 10.0.0.249 - - [2026-02-16 02:17:27] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001305 10.0.0.249 - - [2026-02-16 02:17:27] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 2783 0.009365 10.0.0.249 - - [2026-02-16 02:17:27] "GET /projects?obj_uuids=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001224 10.0.0.249 - - [2026-02-16 02:17:27] "POST /ref-update HTTP/1.1" 200 156 0.015656 10.0.0.249 - - [2026-02-16 02:17:27] "GET /routing-instance/fb33e2d9-c7b1-4e11-be7b-74ce1ff157f7?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1281 0.003512 10.0.0.249 - - [2026-02-16 02:17:27] "GET /project/65775adb-b8be-4caf-80c0-b605cc624003 HTTP/1.1" 200 4247 0.073297 10.0.0.249 - - [2026-02-16 02:17:27] "GET /service-instance/b43a5b23-2527-4768-9bea-3bbed4c339b0 HTTP/1.1" 200 3794 0.005778 10.0.0.249 - - [2026-02-16 02:17:27] "GET /domains HTTP/1.1" 200 281 0.002669 10.0.0.249 - - [2026-02-16 02:17:27] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000965 10.0.0.249 - - [2026-02-16 02:17:27] "GET /routing-instance/fb33e2d9-c7b1-4e11-be7b-74ce1ff157f7?fields=routing_policy_back_refs HTTP/1.1" 200 1281 0.004002 10.0.0.249 - - [2026-02-16 02:17:27] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 2783 0.008980 10.0.0.249 - - [2026-02-16 02:17:27] "GET /projects?obj_uuids=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001290 10.0.0.249 - - [2026-02-16 02:17:27] "PUT /routing-instance/a9bd8462-2fcc-42f5-a7d8-40c7c47e56b3 HTTP/1.1" 200 267 0.012808 10.0.0.249 - - [2026-02-16 02:17:27] "GET /project/65775adb-b8be-4caf-80c0-b605cc624003 HTTP/1.1" 200 4247 0.076631 10.0.0.249 - - [2026-02-16 02:17:28] "GET /service-instance/b43a5b23-2527-4768-9bea-3bbed4c339b0 HTTP/1.1" 200 3794 0.004067 10.0.0.249 - - [2026-02-16 02:17:28] "GET /port-tuple/422ff0bf-1a2a-4d71-a272-0e83630313c9 HTTP/1.1" 200 1984 0.005055 10.0.0.249 - - [2026-02-16 02:17:28] "GET /virtual-machine-interface/49ea7001-461d-4328-a2ba-7adc81e3eeb9 HTTP/1.1" 200 3808 0.004800 10.0.0.249 - - [2026-02-16 02:17:28] "PUT /routing-instance/fb33e2d9-c7b1-4e11-be7b-74ce1ff157f7 HTTP/1.1" 200 267 0.017293 10.0.0.249 - - [2026-02-16 02:17:28] "GET /virtual-machine-interface/5ca08633-a2c5-461e-aea8-9ec1a76b908d HTTP/1.1" 200 3826 0.005383 10.0.0.249 - - [2026-02-16 02:17:28] "GET /virtual-machine-interface/71d5cf7e-fdb5-41a7-8362-e878ce9cde4d HTTP/1.1" 200 3813 0.006211 10.0.0.249 - - [2026-02-16 02:17:28] "POST /ref-update HTTP/1.1" 200 156 0.010870 10.0.0.249 - - [2026-02-16 02:17:28] "PUT /access-control-list/99057d5f-6822-4e71-8376-aab6077f859b HTTP/1.1" 200 273 0.011370 10.0.0.249 - - [2026-02-16 02:17:28] "POST /neutron/port HTTP/1.1" 200 3837 0.038748 10.0.0.249 - - [2026-02-16 02:17:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006627 10.0.0.249 - - [2026-02-16 02:17:28] "POST /neutron/port HTTP/1.1" 200 3837 0.036100 10.0.0.249 - - [2026-02-16 02:17:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007017 10.0.0.249 - - [2026-02-16 02:17:28] "POST /neutron/port HTTP/1.1" 200 3837 0.033017 10.0.0.249 - - [2026-02-16 02:17:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006252 10.0.0.249 - - [2026-02-16 02:17:28] "POST /neutron/port HTTP/1.1" 200 3837 0.033393 10.0.0.249 - - [2026-02-16 02:17:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005870 10.0.0.249 - - [2026-02-16 02:17:28] "POST /neutron/network HTTP/1.1" 200 895 0.013464 10.0.0.249 - - [2026-02-16 02:17:28] "POST /neutron/network HTTP/1.1" 200 921 0.005845 10.0.0.249 - - [2026-02-16 02:17:28] "POST /neutron/network HTTP/1.1" 200 808 0.013155 10.0.0.249 - - [2026-02-16 02:17:28] "POST /neutron/network HTTP/1.1" 200 834 0.004938 10.0.0.249 - - [2026-02-16 02:17:28] "POST /neutron/network HTTP/1.1" 200 898 0.012731 10.0.0.249 - - [2026-02-16 02:17:28] "POST /neutron/network HTTP/1.1" 200 924 0.005344 10.0.0.249 - - [2026-02-16 02:17:28] "POST /id-to-fqname HTTP/1.1" 200 223 0.001325 10.0.0.249 - - [2026-02-16 02:17:28] "POST /id-to-fqname HTTP/1.1" 200 223 0.000984 10.0.0.249 - - [2026-02-16 02:17:28] "POST /id-to-fqname HTTP/1.1" 200 224 0.001356 10.0.0.249 - - [2026-02-16 02:17:28] "GET /virtual-machine/b6454ec6-8d8e-4eec-bb86-b82c00906a4d HTTP/1.1" 200 1807 0.004059 10.0.0.249 - - [2026-02-16 02:17:28] "GET /virtual-machine-interface/49ea7001-461d-4328-a2ba-7adc81e3eeb9 HTTP/1.1" 200 3808 0.005970 10.0.0.249 - - [2026-02-16 02:17:28] "GET /virtual-machine-interface/5ca08633-a2c5-461e-aea8-9ec1a76b908d HTTP/1.1" 200 3826 0.005268 10.0.0.249 - - [2026-02-16 02:17:28] "GET /virtual-machine-interface/71d5cf7e-fdb5-41a7-8362-e878ce9cde4d HTTP/1.1" 200 3813 0.005109 10.0.0.249 - - [2026-02-16 02:17:28] "GET /instance-ip/4ead136f-8fb3-4031-a50a-498534fa0002 HTTP/1.1" 200 1960 0.003294 10.0.0.249 - - [2026-02-16 02:17:28] "GET /instance-ip/ea9dcd56-d92c-4c98-b203-29b656c77c70 HTTP/1.1" 200 1626 0.004178 10.0.0.249 - - [2026-02-16 02:17:28] "GET /instance-ip/f41271a7-b942-4740-a339-6656dfe22b60 HTTP/1.1" 200 1959 0.003849 10.0.0.249 - - [2026-02-16 02:17:28] "GET /instance-ip/1b5c893e-9f14-488b-87ed-74f0ee880f19 HTTP/1.1" 200 1981 0.002890 10.0.0.249 - - [2026-02-16 02:17:28] "GET /instance-ip/427ce386-3fdc-4ba1-8221-726a26963349 HTTP/1.1" 200 1983 0.003186 10.0.0.249 - - [2026-02-16 02:17:28] "GET /instance-ip/8951cfbc-a21d-4524-9e4a-79319fa51255 HTTP/1.1" 200 1626 0.004875 10.0.0.249 - - [2026-02-16 02:17:28] "GET /instance-ip/680c7cf6-98cd-49fd-b897-b08a3640b0b9 HTTP/1.1" 200 1964 0.003372 10.0.0.249 - - [2026-02-16 02:17:28] "GET /instance-ip/73b7fb50-1fad-4002-bd16-3d00f2c73990 HTTP/1.1" 200 1627 0.004167 10.0.0.249 - - [2026-02-16 02:17:28] "GET /instance-ip/c851a009-fd73-4184-8090-306c73237d3f HTTP/1.1" 200 1962 0.003027 10.0.0.249 - - [2026-02-16 02:17:29] "POST /neutron/port HTTP/1.1" 200 3837 0.032693 10.0.0.249 - - [2026-02-16 02:17:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013314 10.0.0.249 - - [2026-02-16 02:17:29] "POST /neutron/port HTTP/1.1" 200 3837 0.033063 10.0.0.249 - - [2026-02-16 02:17:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007165 10.0.0.249 - - [2026-02-16 02:17:29] "POST /neutron/port HTTP/1.1" 200 3837 0.032562 10.0.0.249 - - [2026-02-16 02:17:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005817 10.0.0.249 - - [2026-02-16 02:17:29] "POST /neutron/port HTTP/1.1" 200 3837 0.032130 10.0.0.249 - - [2026-02-16 02:17:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006195 10.0.0.249 - - [2026-02-16 02:17:29] "GET /virtual-machine/b6454ec6-8d8e-4eec-bb86-b82c00906a4d HTTP/1.1" 200 1807 0.003315 10.0.0.249 - - [2026-02-16 02:17:29] "GET /virtual-machine-interface/49ea7001-461d-4328-a2ba-7adc81e3eeb9 HTTP/1.1" 200 3808 0.004847 10.0.0.249 - - [2026-02-16 02:17:29] "GET /virtual-machine-interface/5ca08633-a2c5-461e-aea8-9ec1a76b908d HTTP/1.1" 200 3826 0.007888 10.0.0.249 - - [2026-02-16 02:17:29] "GET /virtual-machine-interface/71d5cf7e-fdb5-41a7-8362-e878ce9cde4d HTTP/1.1" 200 3813 0.004965 10.0.0.249 - - [2026-02-16 02:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002423 10.0.0.249 - - [2026-02-16 02:17:29] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002600 10.0.0.249 - - [2026-02-16 02:17:29] "GET /virtual-networks?parent_id=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002821 10.0.0.249 - - [2026-02-16 02:17:29] "GET /virtual-network/22bc4479-c067-4d1f-84d4-fa480eca63aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005899 10.0.0.249 - - [2026-02-16 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.009698 10.0.0.249 - - [2026-02-16 02:17:30] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002703 10.0.0.249 - - [2026-02-16 02:17:30] "GET /virtual-networks?parent_id=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002924 10.0.0.249 - - [2026-02-16 02:17:30] "GET /virtual-network/22bc4479-c067-4d1f-84d4-fa480eca63aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005306 10.0.0.249 - - [2026-02-16 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.249 - - [2026-02-16 02:17:30] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003923 10.0.0.249 - - [2026-02-16 02:17:30] "GET /virtual-networks?parent_id=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003364 10.0.0.249 - - [2026-02-16 02:17:31] "GET /virtual-network/22bc4479-c067-4d1f-84d4-fa480eca63aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005558 10.0.0.249 - - [2026-02-16 02:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.249 - - [2026-02-16 02:17:31] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003987 10.0.0.249 - - [2026-02-16 02:17:31] "GET /virtual-networks?parent_id=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003216 10.0.0.249 - - [2026-02-16 02:17:31] "GET /virtual-network/22bc4479-c067-4d1f-84d4-fa480eca63aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005263 10.0.0.249 - - [2026-02-16 02:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.249 - - [2026-02-16 02:17:31] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003673 10.0.0.249 - - [2026-02-16 02:17:31] "GET /virtual-networks?parent_id=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003224 10.0.0.249 - - [2026-02-16 02:17:31] "GET /virtual-network/22bc4479-c067-4d1f-84d4-fa480eca63aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005412 10.0.0.249 - - [2026-02-16 02:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.249 - - [2026-02-16 02:17:31] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004721 10.0.0.249 - - [2026-02-16 02:17:31] "GET /virtual-networks?parent_id=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003563 10.0.0.249 - - [2026-02-16 02:17:31] "GET /virtual-network/f6dc80ec-7ae8-4800-9e4b-2661980e07e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005636 10.0.0.249 - - [2026-02-16 02:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.249 - - [2026-02-16 02:17:31] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003369 10.0.0.249 - - [2026-02-16 02:17:31] "GET /virtual-networks?parent_id=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003136 10.0.0.249 - - [2026-02-16 02:17:31] "GET /virtual-network/f6dc80ec-7ae8-4800-9e4b-2661980e07e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005652 10.0.0.249 - - [2026-02-16 02:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.249 - - [2026-02-16 02:17:31] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004057 10.0.0.249 - - [2026-02-16 02:17:32] "GET /virtual-networks?parent_id=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003693 10.0.0.249 - - [2026-02-16 02:17:32] "GET /virtual-network/f6dc80ec-7ae8-4800-9e4b-2661980e07e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007596 10.0.0.249 - - [2026-02-16 02:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.249 - - [2026-02-16 02:17:32] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004103 10.0.0.249 - - [2026-02-16 02:17:32] "GET /virtual-networks?parent_id=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003420 10.0.0.249 - - [2026-02-16 02:17:32] "GET /virtual-network/f6dc80ec-7ae8-4800-9e4b-2661980e07e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006969 10.0.0.249 - - [2026-02-16 02:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.249 - - [2026-02-16 02:17:32] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003484 10.0.0.249 - - [2026-02-16 02:17:32] "GET /virtual-networks?parent_id=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003340 10.0.0.249 - - [2026-02-16 02:17:32] "GET /virtual-network/6c7ddf42-3fcb-493f-be54-64922e5876f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.006376 10.0.0.249 - - [2026-02-16 02:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.249 - - [2026-02-16 02:17:32] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004361 10.0.0.249 - - [2026-02-16 02:17:32] "GET /virtual-networks?parent_id=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003227 10.0.0.249 - - [2026-02-16 02:17:32] "GET /virtual-network/6c7ddf42-3fcb-493f-be54-64922e5876f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.006037 10.0.0.249 - - [2026-02-16 02:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.249 - - [2026-02-16 02:17:32] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003822 10.0.0.249 - - [2026-02-16 02:17:32] "GET /virtual-networks?parent_id=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003097 10.0.0.249 - - [2026-02-16 02:17:32] "GET /virtual-network/6c7ddf42-3fcb-493f-be54-64922e5876f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.005594 10.0.0.249 - - [2026-02-16 02:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.249 - - [2026-02-16 02:17:33] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004158 10.0.0.249 - - [2026-02-16 02:17:33] "GET /virtual-networks?parent_id=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003449 10.0.0.249 - - [2026-02-16 02:17:33] "GET /virtual-network/6c7ddf42-3fcb-493f-be54-64922e5876f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.005672 10.0.0.249 - - [2026-02-16 02:17:33] "GET /virtual-machine/b6454ec6-8d8e-4eec-bb86-b82c00906a4d HTTP/1.1" 200 1807 0.004200 10.0.0.249 - - [2026-02-16 02:17:33] "GET /domains HTTP/1.1" 200 281 0.002931 10.0.0.249 - - [2026-02-16 02:17:33] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001310 10.0.0.249 - - [2026-02-16 02:17:33] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 2783 0.007252 10.0.0.249 - - [2026-02-16 02:17:33] "GET /projects?obj_uuids=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001113 10.0.0.249 - - [2026-02-16 02:17:33] "GET /project/65775adb-b8be-4caf-80c0-b605cc624003 HTTP/1.1" 200 4247 0.070481 10.0.0.249 - - [2026-02-16 02:17:33] "GET /service-instance/b43a5b23-2527-4768-9bea-3bbed4c339b0 HTTP/1.1" 200 3794 0.003680 10.0.0.249 - - [2026-02-16 02:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.249 - - [2026-02-16 02:17:33] "GET /routing-instance/6d2b7118-08a9-465c-bfee-d49fb8b586ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1891 0.003528 10.0.0.249 - - [2026-02-16 02:17:33] "GET /routing-instance/6d2b7118-08a9-465c-bfee-d49fb8b586ef?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.005219 10.0.0.249 - - [2026-02-16 02:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.249 - - [2026-02-16 02:17:33] "GET /routing-instance/9e312f2a-8e38-46b8-90f8-0f2b97a64673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1897 0.004583 10.0.0.249 - - [2026-02-16 02:17:33] "GET /routing-instance/9e312f2a-8e38-46b8-90f8-0f2b97a64673?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2028 0.005296 10.0.0.249 - - [2026-02-16 02:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.249 - - [2026-02-16 02:17:33] "GET /virtual-network/22bc4479-c067-4d1f-84d4-fa480eca63aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005582 10.0.0.249 - - [2026-02-16 02:17:33] "GET /virtual-network/22bc4479-c067-4d1f-84d4-fa480eca63aa?fields=routing_instances HTTP/1.1" 200 1686 0.007277 10.0.0.249 - - [2026-02-16 02:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.249 - - [2026-02-16 02:17:33] "GET /virtual-network/6c7ddf42-3fcb-493f-be54-64922e5876f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.006251 10.0.0.249 - - [2026-02-16 02:17:33] "GET /virtual-network/6c7ddf42-3fcb-493f-be54-64922e5876f8?fields=routing_instances HTTP/1.1" 200 1692 0.006908 10.0.0.249 - - [2026-02-16 02:17:38] "POST /ref-update HTTP/1.1" 200 156 0.040476 10.0.0.249 - - [2026-02-16 02:17:38] "DELETE /access-control-list/99057d5f-6822-4e71-8376-aab6077f859b HTTP/1.1" 200 115 0.039994 10.0.0.249 - - [2026-02-16 02:17:38] "POST /neutron/network HTTP/1.1" 200 836 0.017030 10.0.0.249 - - [2026-02-16 02:17:38] "GET /virtual-network/6c7ddf42-3fcb-493f-be54-64922e5876f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005758 10.0.0.249 - - [2026-02-16 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002423 10.0.0.249 - - [2026-02-16 02:17:38] "DELETE /routing-instance/a9bd8462-2fcc-42f5-a7d8-40c7c47e56b3 HTTP/1.1" 200 115 0.032168 10.0.0.249 - - [2026-02-16 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.249 - - [2026-02-16 02:17:38] "GET /network-policy/6c8d77de-b032-40c3-a91f-1e65337155a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004141 10.0.0.249 - - [2026-02-16 02:17:38] "DELETE /route-target/4a5ff2da-62ec-436c-8f34-0c623cc140ee HTTP/1.1" 200 115 0.032250 10.0.0.249 - - [2026-02-16 02:17:38] "POST /ref-update HTTP/1.1" 200 156 0.045500 10.0.0.249 - - [2026-02-16 02:17:38] "DELETE /routing-instance/fb33e2d9-c7b1-4e11-be7b-74ce1ff157f7 HTTP/1.1" 200 115 0.048532 10.0.0.249 - - [2026-02-16 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.249 - - [2026-02-16 02:17:38] "POST /neutron/network HTTP/1.1" 200 833 0.007011 10.0.0.249 - - [2026-02-16 02:17:38] "GET /virtual-network/22bc4479-c067-4d1f-84d4-fa480eca63aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006401 10.0.0.249 - - [2026-02-16 02:17:38] "DELETE /route-target/da2ea8e8-863d-4bd5-b58a-a5d7c62f34a4 HTTP/1.1" 200 115 0.013232 10.0.0.249 - - [2026-02-16 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002697 10.0.0.249 - - [2026-02-16 02:17:38] "DELETE /access-control-list/3be11640-dee0-4685-9e9d-3f31e5dd9374 HTTP/1.1" 200 115 0.025215 10.0.0.249 - - [2026-02-16 02:17:38] "GET /network-policy/6c8d77de-b032-40c3-a91f-1e65337155a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003646 10.0.0.249 - - [2026-02-16 02:17:38] "DELETE /network-policy/6c8d77de-b032-40c3-a91f-1e65337155a4 HTTP/1.1" 200 115 0.018635 10.0.0.249 - - [2026-02-16 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002644 10.0.0.249 - - [2026-02-16 02:17:38] "DELETE /service-instance/b43a5b23-2527-4768-9bea-3bbed4c339b0 HTTP/1.1" 200 115 0.045522 10.0.0.249 - - [2026-02-16 02:17:38] "GET /domains HTTP/1.1" 200 281 0.002395 10.0.0.249 - - [2026-02-16 02:17:38] "POST /ref-update HTTP/1.1" 200 156 0.016620 10.0.0.249 - - [2026-02-16 02:17:38] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001467 10.0.0.249 - - [2026-02-16 02:17:38] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 2783 0.016586 10.0.0.249 - - [2026-02-16 02:17:38] "GET /projects?obj_uuids=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000990 10.0.0.249 - - [2026-02-16 02:17:38] "DELETE /instance-ip/c851a009-fd73-4184-8090-306c73237d3f HTTP/1.1" 200 115 0.033677 10.0.0.249 - - [2026-02-16 02:17:38] "POST /ref-update HTTP/1.1" 200 156 0.010008 10.0.0.249 - - [2026-02-16 02:17:38] "GET /project/65775adb-b8be-4caf-80c0-b605cc624003 HTTP/1.1" 200 3771 0.072290 10.0.0.249 - - [2026-02-16 02:17:38] "GET /virtual-machine/b6454ec6-8d8e-4eec-bb86-b82c00906a4d HTTP/1.1" 200 1807 0.003132 10.0.0.249 - - [2026-02-16 02:17:38] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004184 10.0.0.249 - - [2026-02-16 02:17:38] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002534 10.0.0.249 - - [2026-02-16 02:17:38] "DELETE /instance-ip/4ead136f-8fb3-4031-a50a-498534fa0002 HTTP/1.1" 200 115 0.028495 10.0.0.249 - - [2026-02-16 02:17:38] "POST /ref-update HTTP/1.1" 200 156 0.009061 10.0.0.249 - - [2026-02-16 02:17:38] "DELETE /instance-ip/427ce386-3fdc-4ba1-8221-726a26963349 HTTP/1.1" 200 115 0.026304 10.0.0.249 - - [2026-02-16 02:17:38] "POST /ref-update HTTP/1.1" 200 156 0.009112 10.0.0.249 - - [2026-02-16 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.249 - - [2026-02-16 02:17:38] "DELETE /service-template/2cdafd6c-410b-4c68-9d7d-b892b5353a97 HTTP/1.1" 200 115 0.029571 10.0.0.249 - - [2026-02-16 02:17:38] "DELETE /instance-ip/680c7cf6-98cd-49fd-b897-b08a3640b0b9 HTTP/1.1" 200 115 0.029809 10.0.0.249 - - [2026-02-16 02:17:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.017971 10.0.0.249 - - [2026-02-16 02:17:38] "POST /ref-update HTTP/1.1" 200 156 0.011866 10.0.0.249 - - [2026-02-16 02:17:38] "DELETE /instance-ip/1b5c893e-9f14-488b-87ed-74f0ee880f19 HTTP/1.1" 200 115 0.021363 10.0.0.249 - - [2026-02-16 02:17:38] "POST /ref-update HTTP/1.1" 200 156 0.008741 10.0.0.249 - - [2026-02-16 02:17:39] "DELETE /instance-ip/f41271a7-b942-4740-a339-6656dfe22b60 HTTP/1.1" 200 115 0.030051 10.0.0.249 - - [2026-02-16 02:17:39] "POST /neutron/network HTTP/1.1" 200 836 0.009621 10.0.0.249 - - [2026-02-16 02:17:39] "POST /neutron/network HTTP/1.1" 400 204 0.012462 10.0.0.249 - - [2026-02-16 02:17:39] "POST /neutron/port HTTP/1.1" 200 1124 0.013992 10.0.0.249 - - [2026-02-16 02:17:39] "POST /neutron/port HTTP/1.1" 200 1114 0.010561 10.0.0.249 - - [2026-02-16 02:17:39] "POST /neutron/port HTTP/1.1" 200 1123 0.016996 10.0.0.249 - - [2026-02-16 02:17:39] "POST /neutron/port HTTP/1.1" 200 1113 0.023283 10.0.0.249 - - [2026-02-16 02:17:39] "POST /neutron/port HTTP/1.1" 200 151 0.130285 10.0.0.249 - - [2026-02-16 02:17:39] "POST /neutron/port HTTP/1.1" 200 151 0.125162 10.0.0.249 - - [2026-02-16 02:17:39] "POST /neutron/port HTTP/1.1" 200 3066 0.027191 10.0.0.249 - - [2026-02-16 02:17:39] "POST /neutron/port HTTP/1.1" 200 1114 0.012911 10.0.0.249 - - [2026-02-16 02:17:40] "POST /neutron/port HTTP/1.1" 200 151 0.099595 10.0.0.249 - - [2026-02-16 02:17:40] "POST /neutron/port HTTP/1.1" 200 1114 0.011345 10.0.0.249 - - [2026-02-16 02:17:40] "POST /neutron/port HTTP/1.1" 200 151 0.108124 10.0.0.249 - - [2026-02-16 02:17:40] "POST /neutron/port HTTP/1.1" 200 1113 0.011638 10.0.0.249 - - [2026-02-16 02:17:40] "POST /neutron/port HTTP/1.1" 200 151 0.095589 10.0.0.249 - - [2026-02-16 02:17:41] "POST /neutron/network HTTP/1.1" 200 836 0.006183 10.0.0.249 - - [2026-02-16 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.249 - - [2026-02-16 02:17:41] "POST /useragent-kv HTTP/1.1" 200 115 0.001737 10.0.0.249 - - [2026-02-16 02:17:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002583 10.0.0.249 - - [2026-02-16 02:17:41] "POST /neutron/network HTTP/1.1" 200 151 0.078594 10.0.0.249 - - [2026-02-16 02:17:41] "DELETE /route-target/c622a1d6-93d1-4d68-88a0-e92a2b735d95 HTTP/1.1" 200 115 0.016896 10.0.0.249 - - [2026-02-16 02:17:41] "GET /routing-instance/9e312f2a-8e38-46b8-90f8-0f2b97a64673 HTTP/1.1" 404 171 0.002474 10.0.0.249 - - [2026-02-16 02:17:41] "GET /domains HTTP/1.1" 200 281 0.002599 10.0.0.249 - - [2026-02-16 02:17:41] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000945 10.0.0.249 - - [2026-02-16 02:17:41] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 2582 0.049446 10.0.0.249 - - [2026-02-16 02:17:41] "GET /projects?obj_uuids=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001194 10.0.0.249 - - [2026-02-16 02:17:41] "GET /project/65775adb-b8be-4caf-80c0-b605cc624003 HTTP/1.1" 200 2304 0.068380 10.0.0.249 - - [2026-02-16 02:17:41] "POST /neutron/network HTTP/1.1" 200 833 0.005399 10.0.0.249 - - [2026-02-16 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005157 10.0.0.249 - - [2026-02-16 02:17:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002983 10.0.0.249 - - [2026-02-16 02:17:41] "POST /useragent-kv HTTP/1.1" 200 115 0.001753 10.0.0.249 - - [2026-02-16 02:17:41] "POST /neutron/network HTTP/1.1" 200 151 0.075842 10.0.0.249 - - [2026-02-16 02:17:41] "DELETE /route-target/c183cc70-e9b1-4747-8002-aede5844cd89 HTTP/1.1" 200 115 0.019152 10.0.0.249 - - [2026-02-16 02:17:41] "GET /routing-instance/6d2b7118-08a9-465c-bfee-d49fb8b586ef HTTP/1.1" 404 171 0.002297 10.0.0.249 - - [2026-02-16 02:17:41] "GET /domains HTTP/1.1" 200 281 0.002245 10.0.0.249 - - [2026-02-16 02:17:41] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000983 10.0.0.249 - - [2026-02-16 02:17:41] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 2582 0.050021 10.0.0.249 - - [2026-02-16 02:17:41] "GET /projects?obj_uuids=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001832 10.0.0.249 - - [2026-02-16 02:17:41] "GET /project/65775adb-b8be-4caf-80c0-b605cc624003 HTTP/1.1" 200 2085 0.073243 10.0.0.249 - - [2026-02-16 02:17:41] "POST /neutron/network HTTP/1.1" 200 834 0.005281 10.0.0.249 - - [2026-02-16 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.249 - - [2026-02-16 02:17:41] "POST /useragent-kv HTTP/1.1" 200 115 0.001806 10.0.0.249 - - [2026-02-16 02:17:41] "POST /useragent-kv HTTP/1.1" 200 115 0.001642 10.0.0.249 - - [2026-02-16 02:17:41] "POST /neutron/network HTTP/1.1" 200 151 0.082378 10.0.0.249 - - [2026-02-16 02:17:41] "DELETE /route-target/59f43507-213f-4bf1-bcd8-6e5f5981e3b8 HTTP/1.1" 200 115 0.019980 10.0.0.249 - - [2026-02-16 02:17:41] "GET /routing-instance/80181798-2d4a-4c9a-93fe-fe92f81636b7 HTTP/1.1" 404 171 0.001939 10.0.0.249 - - [2026-02-16 02:17:41] "GET /domains HTTP/1.1" 200 281 0.002160 10.0.0.249 - - [2026-02-16 02:17:41] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000869 10.0.0.249 - - [2026-02-16 02:17:41] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 2582 0.047471 10.0.0.249 - - [2026-02-16 02:17:41] "GET /projects?obj_uuids=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001383 10.0.0.249 - - [2026-02-16 02:17:41] "GET /project/65775adb-b8be-4caf-80c0-b605cc624003 HTTP/1.1" 200 1844 0.070698 10.0.0.249 - - [2026-02-16 02:17:42] "GET /projects?obj_uuids=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001021 10.0.0.249 - - [2026-02-16 02:17:42] "GET /project/65775adb-b8be-4caf-80c0-b605cc624003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.056335 10.0.0.249 - - [2026-02-16 02:17:42] "GET /projects?obj_uuids=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001058 10.0.0.249 - - [2026-02-16 02:17:42] "GET /project/65775adb-b8be-4caf-80c0-b605cc624003?fields=virtual_networks HTTP/1.1" 200 1029 0.077461 10.0.0.249 - - [2026-02-16 02:17:42] "GET /projects?obj_uuids=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001227 10.0.0.249 - - [2026-02-16 02:17:42] "GET /project/65775adb-b8be-4caf-80c0-b605cc624003?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.026972 10.0.0.249 - - [2026-02-16 02:17:42] "GET /projects?obj_uuids=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001480 10.0.0.249 - - [2026-02-16 02:17:42] "GET /project/65775adb-b8be-4caf-80c0-b605cc624003?fields=security_groups HTTP/1.1" 200 1254 0.027621 10.0.0.249 - - [2026-02-16 02:17:43] "POST /fqname-to-id HTTP/1.1" 404 189 0.039772 10.0.0.249 - - [2026-02-16 02:17:43] "GET /projects?obj_uuids=7ef4bcb1-80d4-47a8-b406-05668b9b662f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002016 10.0.0.249 - - [2026-02-16 02:17:43] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000999 10.0.0.249 - - [2026-02-16 02:17:43] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.037246 10.0.0.249 - - [2026-02-16 02:17:43] "POST /id-to-fqname HTTP/1.1" 200 191 0.001421 10.0.0.249 - - [2026-02-16 02:17:43] "POST /fqname-to-id HTTP/1.1" 404 200 0.004069 10.0.0.249 - - [2026-02-16 02:17:43] "POST /security-groups HTTP/1.1" 200 592 0.065099 10.0.0.249 - - [2026-02-16 02:17:43] "POST /fqname-to-id HTTP/1.1" 404 235 0.002719 10.0.0.249 - - [2026-02-16 02:17:43] "POST /projects HTTP/1.1" 200 587 0.224164 10.0.0.249 - - [2026-02-16 02:17:43] "POST /access-control-lists HTTP/1.1" 200 599 0.058946 10.0.0.249 - - [2026-02-16 02:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.301427 10.0.0.249 - - [2026-02-16 02:17:43] "POST /fqname-to-id HTTP/1.1" 404 234 0.002748 10.0.0.249 - - [2026-02-16 02:17:44] "GET /project/7ef4bcb1-80d4-47a8-b406-05668b9b662f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.494481 10.0.0.249 - - [2026-02-16 02:17:44] "POST /access-control-lists HTTP/1.1" 200 597 0.066590 10.0.0.249 - - [2026-02-16 02:17:45] "GET / HTTP/1.1" 200 36215 0.001945 10.0.0.249 - - [2026-02-16 02:17:45] "DELETE /project/7ef4bcb180d447a8b40605668b9b662f HTTP/1.1" 404 173 0.006352 10.0.0.249 - - [2026-02-16 02:17:45] "GET /projects?obj_uuids=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001007 10.0.0.249 - - [2026-02-16 02:17:45] "GET /project/65775adb-b8be-4caf-80c0-b605cc624003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.025965 10.0.0.249 - - [2026-02-16 02:17:45] "GET /projects?obj_uuids=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001079 10.0.0.249 - - [2026-02-16 02:17:46] "GET /project/65775adb-b8be-4caf-80c0-b605cc624003?fields=security_groups HTTP/1.1" 200 1356 0.067019 10.0.0.249 - - [2026-02-16 02:17:46] "DELETE /security-group/66379d7b-8b22-4c3a-ace8-4355c1095fea HTTP/1.1" 200 115 0.043872 10.0.0.249 - - [2026-02-16 02:17:46] "GET /projects?obj_uuids=65775adb-b8be-4caf-80c0-b605cc624003&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000925 10.0.0.249 - - [2026-02-16 02:17:46] "DELETE /access-control-list/eafb9132-0f2b-46b3-82e1-de2bf3374cca HTTP/1.1" 200 115 0.038492 10.0.0.249 - - [2026-02-16 02:17:46] "GET /project/65775adb-b8be-4caf-80c0-b605cc624003?fields=application_policy_sets HTTP/1.1" 200 1395 0.043672 10.0.0.249 - - [2026-02-16 02:17:46] "DELETE /access-control-list/7d7f3cd5-e0f3-408d-838c-0f7c2e11ebbc HTTP/1.1" 200 115 0.043035 10.0.0.249 - - [2026-02-16 02:17:46] "DELETE /project/65775adb-b8be-4caf-80c0-b605cc624003 HTTP/1.1" 200 115 0.343753 10.0.0.249 - - [2026-02-16 02:17:46] "GET /project/7ef4bcb1-80d4-47a8-b406-05668b9b662f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000469 10.0.0.249 - - [2026-02-16 02:17:46] "GET /projects?obj_uuids=7ef4bcb1-80d4-47a8-b406-05668b9b662f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001169 10.0.0.249 - - [2026-02-16 02:17:46] "GET /project/7ef4bcb1-80d4-47a8-b406-05668b9b662f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.052609 10.0.0.249 - - [2026-02-16 02:17:46] "POST /fqname-to-id HTTP/1.1" 404 180 0.002358 10.0.0.249 - - [2026-02-16 02:17:46] "POST /virtual-DNSs HTTP/1.1" 200 509 0.018796 10.0.0.249 - - [2026-02-16 02:17:47] "GET /virtual-DNS/5a0a073d-50ba-44af-9582-7cb5a03064d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.103184 10.0.0.249 - - [2026-02-16 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.249 - - [2026-02-16 02:17:47] "GET /virtual-DNS/5a0a073d-50ba-44af-9582-7cb5a03064d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.003731 10.0.0.249 - - [2026-02-16 02:17:47] "GET /domains HTTP/1.1" 401 293 0.000432 10.0.0.249 - - [2026-02-16 02:17:47] "GET /domains HTTP/1.1" 200 281 0.033998 10.0.0.249 - - [2026-02-16 02:17:47] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002693 10.0.0.249 - - [2026-02-16 02:17:47] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 2786 0.010351 10.0.0.249 - - [2026-02-16 02:17:47] "GET /virtual-DNS/5a0a073d-50ba-44af-9582-7cb5a03064d2 HTTP/1.1" 200 1440 0.004908 10.0.0.249 - - [2026-02-16 02:17:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003651 10.0.0.249 - - [2026-02-16 02:17:47] "POST /network-ipams HTTP/1.1" 200 516 0.017412 10.0.0.249 - - [2026-02-16 02:17:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 754 0.002523 10.0.0.249 - - [2026-02-16 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.249 - - [2026-02-16 02:17:47] "GET /network-ipam/bcf121f5-1a82-43d5-bc83-2ba2d0368e35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1403 0.004850 10.0.0.249 - - [2026-02-16 02:17:47] "PUT /network-ipam/bcf121f5-1a82-43d5-bc83-2ba2d0368e35 HTTP/1.1" 200 259 0.009922 10.0.0.249 - - [2026-02-16 02:17:47] "POST /ref-update HTTP/1.1" 200 156 0.008381 10.0.0.249 - - [2026-02-16 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.249 - - [2026-02-16 02:17:48] "GET /projects?obj_uuids=7ef4bcb1-80d4-47a8-b406-05668b9b662f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001220 10.0.0.249 - - [2026-02-16 02:17:48] "GET /project/7ef4bcb1-80d4-47a8-b406-05668b9b662f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.026759 10.0.0.249 - - [2026-02-16 02:17:48] "POST /neutron/network HTTP/1.1" 200 117 0.045819 10.0.0.249 - - [2026-02-16 02:17:48] "GET /projects?obj_uuids=7ef4bcb1-80d4-47a8-b406-05668b9b662f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001022 10.0.0.249 - - [2026-02-16 02:17:48] "POST /neutron/network HTTP/1.1" 200 618 0.071343 10.0.0.249 - - [2026-02-16 02:17:48] "POST /route-targets HTTP/1.1" 200 328 0.011920 10.0.0.249 - - [2026-02-16 02:17:48] "POST /ref-update HTTP/1.1" 200 156 0.012855 10.0.0.249 - - [2026-02-16 02:17:48] "POST /useragent-kv HTTP/1.1" 200 115 0.005657 10.0.0.249 - - [2026-02-16 02:17:48] "POST /neutron/subnet HTTP/1.1" 200 711 0.165600 10.0.0.249 - - [2026-02-16 02:17:48] "POST /neutron/network HTTP/1.1" 200 833 0.004445 10.0.0.249 - - [2026-02-16 02:17:48] "POST /id-to-fqname HTTP/1.1" 200 227 0.001118 10.0.0.249 - - [2026-02-16 02:17:48] "GET /virtual-network/a18d5a86-a12c-4c7f-b9d1-682c55617627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004744 10.0.0.249 - - [2026-02-16 02:17:48] "POST /neutron/network HTTP/1.1" 200 833 0.007654 10.0.0.249 - - [2026-02-16 02:17:48] "GET /virtual-network/a18d5a86-a12c-4c7f-b9d1-682c55617627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005450 10.0.0.249 - - [2026-02-16 02:17:48] "POST /neutron/network HTTP/1.1" 200 833 0.005187 10.0.0.249 - - [2026-02-16 02:17:48] "POST /neutron/subnet HTTP/1.1" 200 711 0.006690 10.0.0.249 - - [2026-02-16 02:17:48] "POST /neutron/network HTTP/1.1" 200 807 0.009551 10.0.0.249 - - [2026-02-16 02:17:48] "POST /neutron/network HTTP/1.1" 200 833 0.005043 10.0.0.249 - - [2026-02-16 02:17:48] "POST /id-to-fqname HTTP/1.1" 200 227 0.001540 10.0.0.249 - - [2026-02-16 02:17:48] "POST /neutron/network HTTP/1.1" 200 843 0.005805 10.0.0.249 - - [2026-02-16 02:17:48] "GET /aaa-mode HTTP/1.1" 401 293 0.000423 10.0.0.249 - - [2026-02-16 02:17:49] "GET / HTTP/1.1" 200 36215 0.001889 10.0.0.249 - - [2026-02-16 02:17:49] "GET /project/7ef4bcb1-80d4-47a8-b406-05668b9b662f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000584 10.0.0.249 - - [2026-02-16 02:17:49] "GET /projects?obj_uuids=7ef4bcb1-80d4-47a8-b406-05668b9b662f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001287 10.0.0.249 - - [2026-02-16 02:17:49] "GET /project/7ef4bcb1-80d4-47a8-b406-05668b9b662f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.056563 10.0.0.249 - - [2026-02-16 02:17:49] "POST /neutron/network HTTP/1.1" 200 833 0.040448 10.0.0.249 - - [2026-02-16 02:17:49] "POST /neutron/port HTTP/1.1" 200 117 0.005998 10.0.0.249 - - [2026-02-16 02:17:49] "POST /neutron/port HTTP/1.1" 200 117 0.006341 10.0.0.249 - - [2026-02-16 02:17:50] "POST /neutron/port HTTP/1.1" 200 117 0.004889 10.0.0.249 - - [2026-02-16 02:17:50] "POST /neutron/network HTTP/1.1" 200 843 0.005253 10.0.0.249 - - [2026-02-16 02:17:50] "GET /projects?obj_uuids=7ef4bcb1-80d4-47a8-b406-05668b9b662f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000991 10.0.0.249 - - [2026-02-16 02:17:50] "POST /neutron/port HTTP/1.1" 200 1058 0.187245 10.0.0.249 - - [2026-02-16 02:17:50] "POST /neutron/port HTTP/1.1" 200 1058 0.016277 10.0.0.249 - - [2026-02-16 02:17:50] "POST /neutron/port HTTP/1.1" 200 1058 0.009884 10.0.0.249 - - [2026-02-16 02:17:50] "POST /neutron/port HTTP/1.1" 200 1112 0.059713 10.0.0.249 - - [2026-02-16 02:17:50] "POST /neutron/port HTTP/1.1" 200 1122 0.012104 10.0.0.249 - - [2026-02-16 02:17:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003179 10.0.0.249 - - [2026-02-16 02:17:50] "POST /neutron/subnet HTTP/1.1" 200 685 0.008273 10.0.0.249 - - [2026-02-16 02:17:50] "POST /neutron/port HTTP/1.1" 200 117 0.001285 10.0.0.249 - - [2026-02-16 02:17:50] "POST /neutron/network HTTP/1.1" 200 833 0.006009 10.0.0.249 - - [2026-02-16 02:17:53] "GET /obj-perms HTTP/1.1" 200 5075 0.070338 10.0.0.249 - - [2026-02-16 02:17:54] "GET /obj-perms HTTP/1.1" 200 5075 0.058456 10.0.0.249 - - [2026-02-16 02:17:55] "POST /neutron/port HTTP/1.1" 200 1122 0.013295 10.0.0.249 - - [2026-02-16 02:17:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006667 10.0.0.249 - - [2026-02-16 02:17:55] "POST /neutron/port HTTP/1.1" 200 1122 0.014422 10.0.0.249 - - [2026-02-16 02:17:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005528 10.0.0.249 - - [2026-02-16 02:17:55] "POST /neutron/port HTTP/1.1" 200 1122 0.012500 10.0.0.249 - - [2026-02-16 02:17:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006169 10.0.0.249 - - [2026-02-16 02:17:55] "GET /virtual-machine/d147559d-2e5b-4065-838f-f090cdf454f6 HTTP/1.1" 200 1295 0.004111 10.0.0.249 - - [2026-02-16 02:17:55] "GET /virtual-machine-interface/a367a53d-81b1-4945-adeb-301b1189445c HTTP/1.1" 200 2972 0.004444 10.0.0.249 - - [2026-02-16 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002616 10.0.0.249 - - [2026-02-16 02:17:55] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004177 10.0.0.249 - - [2026-02-16 02:17:55] "GET /virtual-networks?parent_id=7ef4bcb1-80d4-47a8-b406-05668b9b662f&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002581 10.0.0.249 - - [2026-02-16 02:17:55] "GET /virtual-network/a18d5a86-a12c-4c7f-b9d1-682c55617627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005556 10.0.0.249 - - [2026-02-16 02:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002751 10.0.0.249 - - [2026-02-16 02:17:58] "GET /virtual-network/a18d5a86-a12c-4c7f-b9d1-682c55617627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005493 10.0.0.249 - - [2026-02-16 02:18:01] "POST /neutron/port HTTP/1.1" 200 1122 0.042735 10.0.0.249 - - [2026-02-16 02:18:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006968 10.0.0.249 - - [2026-02-16 02:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.249 - - [2026-02-16 02:18:02] "GET /virtual-network/a18d5a86-a12c-4c7f-b9d1-682c55617627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005897 10.0.0.249 - - [2026-02-16 02:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.249 - - [2026-02-16 02:18:04] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003471 10.0.0.249 - - [2026-02-16 02:18:04] "GET /virtual-networks?parent_id=7ef4bcb1-80d4-47a8-b406-05668b9b662f&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002745 10.0.0.249 - - [2026-02-16 02:18:04] "GET /virtual-network/a18d5a86-a12c-4c7f-b9d1-682c55617627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006035 10.0.0.249 - - [2026-02-16 02:18:09] "POST /neutron/network HTTP/1.1" 200 807 0.009458 10.0.0.249 - - [2026-02-16 02:18:09] "POST /neutron/network HTTP/1.1" 200 833 0.004614 10.0.0.249 - - [2026-02-16 02:18:09] "POST /id-to-fqname HTTP/1.1" 200 227 0.001113 10.0.0.249 - - [2026-02-16 02:18:09] "POST /neutron/port HTTP/1.1" 200 1122 0.012574 10.0.0.249 - - [2026-02-16 02:18:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006328 10.0.0.249 - - [2026-02-16 02:18:09] "POST /neutron/network HTTP/1.1" 200 843 0.006779 10.0.0.249 - - [2026-02-16 02:18:09] "GET /aaa-mode HTTP/1.1" 401 293 0.000518 10.0.0.249 - - [2026-02-16 02:18:10] "GET / HTTP/1.1" 200 36215 0.002138 10.0.0.249 - - [2026-02-16 02:18:10] "GET /project/7ef4bcb1-80d4-47a8-b406-05668b9b662f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000654 10.0.0.249 - - [2026-02-16 02:18:10] "GET /projects?obj_uuids=7ef4bcb1-80d4-47a8-b406-05668b9b662f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001134 10.0.0.249 - - [2026-02-16 02:18:10] "GET /project/7ef4bcb1-80d4-47a8-b406-05668b9b662f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.055981 10.0.0.249 - - [2026-02-16 02:18:10] "POST /neutron/network HTTP/1.1" 200 833 0.005605 10.0.0.249 - - [2026-02-16 02:18:10] "POST /neutron/port HTTP/1.1" 200 1122 0.019750 10.0.0.249 - - [2026-02-16 02:18:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006242 10.0.0.249 - - [2026-02-16 02:18:10] "POST /neutron/port HTTP/1.1" 200 117 0.004455 10.0.0.249 - - [2026-02-16 02:18:10] "POST /neutron/port HTTP/1.1" 200 117 0.005093 10.0.0.249 - - [2026-02-16 02:18:11] "POST /neutron/network HTTP/1.1" 200 843 0.006383 10.0.0.249 - - [2026-02-16 02:18:11] "GET /projects?obj_uuids=7ef4bcb1-80d4-47a8-b406-05668b9b662f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001349 10.0.0.249 - - [2026-02-16 02:18:11] "POST /neutron/port HTTP/1.1" 200 1058 0.182959 10.0.0.249 - - [2026-02-16 02:18:11] "POST /neutron/port HTTP/1.1" 200 1058 0.009595 10.0.0.249 - - [2026-02-16 02:18:11] "POST /neutron/port HTTP/1.1" 200 1058 0.009861 10.0.0.249 - - [2026-02-16 02:18:11] "POST /neutron/port HTTP/1.1" 200 1112 0.056031 10.0.0.249 - - [2026-02-16 02:18:11] "POST /neutron/port HTTP/1.1" 200 1122 0.016020 10.0.0.249 - - [2026-02-16 02:18:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003264 10.0.0.249 - - [2026-02-16 02:18:11] "POST /neutron/subnet HTTP/1.1" 200 685 0.009415 10.0.0.249 - - [2026-02-16 02:18:11] "POST /neutron/port HTTP/1.1" 200 117 0.001474 10.0.0.249 - - [2026-02-16 02:18:11] "POST /neutron/network HTTP/1.1" 200 833 0.005381 10.0.0.249 - - [2026-02-16 02:18:15] "POST /neutron/port HTTP/1.1" 200 1122 0.014533 10.0.0.249 - - [2026-02-16 02:18:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006904 10.0.0.249 - - [2026-02-16 02:18:15] "POST /neutron/port HTTP/1.1" 200 1122 0.011491 10.0.0.249 - - [2026-02-16 02:18:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006872 10.0.0.249 - - [2026-02-16 02:18:16] "POST /neutron/port HTTP/1.1" 200 1122 0.012863 10.0.0.249 - - [2026-02-16 02:18:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005986 10.0.0.249 - - [2026-02-16 02:18:16] "GET /virtual-machine/b0e55048-47b5-45c3-bb1c-fd4f9aa93462 HTTP/1.1" 200 1296 0.004970 10.0.0.249 - - [2026-02-16 02:18:16] "GET /virtual-machine-interface/ec37a520-1459-4961-8e15-a600624df128 HTTP/1.1" 200 2972 0.005195 10.0.0.249 - - [2026-02-16 02:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.249 - - [2026-02-16 02:18:16] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003598 10.0.0.249 - - [2026-02-16 02:18:16] "GET /virtual-networks?parent_id=7ef4bcb1-80d4-47a8-b406-05668b9b662f&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002935 10.0.0.249 - - [2026-02-16 02:18:16] "GET /virtual-network/a18d5a86-a12c-4c7f-b9d1-682c55617627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006265 10.0.0.249 - - [2026-02-16 02:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.007597 10.0.0.249 - - [2026-02-16 02:18:19] "GET /virtual-network/a18d5a86-a12c-4c7f-b9d1-682c55617627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006359 10.0.0.249 - - [2026-02-16 02:18:21] "POST /neutron/port HTTP/1.1" 200 1122 0.013707 10.0.0.249 - - [2026-02-16 02:18:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006145 10.0.0.249 - - [2026-02-16 02:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.249 - - [2026-02-16 02:18:23] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003195 10.0.0.249 - - [2026-02-16 02:18:23] "GET /virtual-networks?parent_id=7ef4bcb1-80d4-47a8-b406-05668b9b662f&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003009 10.0.0.249 - - [2026-02-16 02:18:23] "GET /virtual-network/a18d5a86-a12c-4c7f-b9d1-682c55617627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005801 10.0.0.249 - - [2026-02-16 02:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.249 - - [2026-02-16 02:18:30] "DELETE /virtual-DNS/5a0a073d-50ba-44af-9582-7cb5a03064d2 HTTP/1.1" 409 236 0.008337 10.0.0.249 - - [2026-02-16 02:18:30] "POST /fqname-to-id HTTP/1.1" 404 192 0.002717 10.0.0.249 - - [2026-02-16 02:18:30] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.015531 10.0.0.249 - - [2026-02-16 02:18:30] "GET /virtual-DNS-record/2a1eac9f-73af-479c-9024-db0e94e13612?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.004825 10.0.0.249 - - [2026-02-16 02:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002641 10.0.0.249 - - [2026-02-16 02:18:30] "GET /virtual-DNS-record/2a1eac9f-73af-479c-9024-db0e94e13612?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.003171 10.0.0.249 - - [2026-02-16 02:18:30] "GET /domains HTTP/1.1" 200 281 0.003253 10.0.0.249 - - [2026-02-16 02:18:30] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000931 10.0.0.249 - - [2026-02-16 02:18:30] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 2786 0.006167 10.0.0.249 - - [2026-02-16 02:18:30] "GET /virtual-DNS/5a0a073d-50ba-44af-9582-7cb5a03064d2 HTTP/1.1" 200 1911 0.003523 10.0.0.249 - - [2026-02-16 02:18:30] "GET /virtual-DNS-record/2a1eac9f-73af-479c-9024-db0e94e13612 HTTP/1.1" 200 1338 0.002427 10.0.0.249 - - [2026-02-16 02:18:36] "DELETE /virtual-DNS-record/2a1eac9f-73af-479c-9024-db0e94e13612 HTTP/1.1" 200 115 0.019455 10.0.0.249 - - [2026-02-16 02:18:36] "POST /fqname-to-id HTTP/1.1" 404 184 0.002286 10.0.0.249 - - [2026-02-16 02:18:36] "POST /neutron/network HTTP/1.1" 200 833 0.006440 10.0.0.249 - - [2026-02-16 02:18:36] "POST /neutron/network HTTP/1.1" 400 204 0.013040 10.0.0.249 - - [2026-02-16 02:18:37] "POST /neutron/port HTTP/1.1" 200 1122 0.014817 10.0.0.249 - - [2026-02-16 02:18:37] "POST /neutron/port HTTP/1.1" 200 1112 0.013021 10.0.0.249 - - [2026-02-16 02:18:37] "POST /neutron/port HTTP/1.1" 200 1122 0.017787 10.0.0.249 - - [2026-02-16 02:18:37] "POST /neutron/port HTTP/1.1" 200 1112 0.016662 10.0.0.249 - - [2026-02-16 02:18:37] "POST /neutron/port HTTP/1.1" 200 151 0.138150 10.0.0.249 - - [2026-02-16 02:18:37] "POST /neutron/port HTTP/1.1" 200 151 0.103184 10.0.0.249 - - [2026-02-16 02:18:38] "POST /neutron/network HTTP/1.1" 200 833 0.005874 10.0.0.249 - - [2026-02-16 02:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004217 10.0.0.249 - - [2026-02-16 02:18:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003175 10.0.0.249 - - [2026-02-16 02:18:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002952 10.0.0.249 - - [2026-02-16 02:18:38] "POST /neutron/network HTTP/1.1" 200 151 0.194942 10.0.0.249 - - [2026-02-16 02:18:38] "DELETE /route-target/4c947d3b-8745-4d83-9d48-a7af999bb150 HTTP/1.1" 200 115 0.041690 10.0.0.249 - - [2026-02-16 02:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.249 - - [2026-02-16 02:18:39] "DELETE /network-ipam/bcf121f5-1a82-43d5-bc83-2ba2d0368e35 HTTP/1.1" 200 115 0.022412 10.0.0.249 - - [2026-02-16 02:18:39] "DELETE /virtual-DNS/5a0a073d-50ba-44af-9582-7cb5a03064d2 HTTP/1.1" 200 115 0.020810 10.0.0.249 - - [2026-02-16 02:18:39] "POST /fqname-to-id HTTP/1.1" 404 180 0.002437 10.0.0.249 - - [2026-02-16 02:18:39] "GET /domains HTTP/1.1" 200 281 0.003256 10.0.0.249 - - [2026-02-16 02:18:39] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001004 10.0.0.249 - - [2026-02-16 02:18:39] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 2585 0.007846 10.0.0.249 - - [2026-02-16 02:18:39] "GET /projects?obj_uuids=7ef4bcb1-80d4-47a8-b406-05668b9b662f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000985 10.0.0.249 - - [2026-02-16 02:18:39] "GET /project/7ef4bcb1-80d4-47a8-b406-05668b9b662f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.023505 10.0.0.249 - - [2026-02-16 02:18:39] "GET /projects?obj_uuids=7ef4bcb1-80d4-47a8-b406-05668b9b662f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001166 10.0.0.249 - - [2026-02-16 02:18:39] "GET /project/7ef4bcb1-80d4-47a8-b406-05668b9b662f?fields=virtual_networks HTTP/1.1" 200 1036 0.069071 10.0.0.249 - - [2026-02-16 02:18:39] "GET /projects?obj_uuids=7ef4bcb1-80d4-47a8-b406-05668b9b662f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001413 10.0.0.249 - - [2026-02-16 02:18:39] "GET /project/7ef4bcb1-80d4-47a8-b406-05668b9b662f?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.026509 10.0.0.249 - - [2026-02-16 02:18:39] "GET /projects?obj_uuids=7ef4bcb1-80d4-47a8-b406-05668b9b662f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001254 10.0.0.249 - - [2026-02-16 02:18:39] "GET /project/7ef4bcb1-80d4-47a8-b406-05668b9b662f?fields=security_groups HTTP/1.1" 200 1264 0.025834 10.0.0.249 - - [2026-02-16 02:18:40] "POST /fqname-to-id HTTP/1.1" 404 189 0.028133 10.0.0.249 - - [2026-02-16 02:18:40] "GET /projects?obj_uuids=7de95930-c63d-4301-976d-c2cd464e838b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002538 10.0.0.249 - - [2026-02-16 02:18:40] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001014 10.0.0.249 - - [2026-02-16 02:18:40] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006463 10.0.0.249 - - [2026-02-16 02:18:40] "POST /id-to-fqname HTTP/1.1" 200 191 0.001154 10.0.0.249 - - [2026-02-16 02:18:40] "POST /fqname-to-id HTTP/1.1" 404 200 0.003056 10.0.0.249 - - [2026-02-16 02:18:40] "POST /security-groups HTTP/1.1" 200 592 0.070917 10.0.0.249 - - [2026-02-16 02:18:40] "POST /fqname-to-id HTTP/1.1" 404 235 0.002659 10.0.0.249 - - [2026-02-16 02:18:40] "POST /projects HTTP/1.1" 200 587 0.221205 10.0.0.249 - - [2026-02-16 02:18:40] "POST /access-control-lists HTTP/1.1" 200 599 0.060097 10.0.0.249 - - [2026-02-16 02:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.292177 10.0.0.249 - - [2026-02-16 02:18:41] "POST /fqname-to-id HTTP/1.1" 404 234 0.002558 10.0.0.249 - - [2026-02-16 02:18:41] "GET /project/7de95930-c63d-4301-976d-c2cd464e838b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.425573 10.0.0.249 - - [2026-02-16 02:18:41] "POST /access-control-lists HTTP/1.1" 200 597 0.060617 10.0.0.249 - - [2026-02-16 02:18:42] "GET / HTTP/1.1" 200 36215 0.002169 10.0.0.249 - - [2026-02-16 02:18:42] "POST /fqname-to-id HTTP/1.1" 401 293 0.000470 10.0.0.249 - - [2026-02-16 02:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.069169 10.0.0.249 - - [2026-02-16 02:18:43] "GET /projects?obj_uuids=7de95930-c63d-4301-976d-c2cd464e838b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001068 10.0.0.249 - - [2026-02-16 02:18:43] "GET /project/7de95930-c63d-4301-976d-c2cd464e838b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.024971 10.0.0.249 - - [2026-02-16 02:18:43] "POST /neutron/network HTTP/1.1" 200 117 0.039406 10.0.0.249 - - [2026-02-16 02:18:43] "GET /projects?obj_uuids=7de95930-c63d-4301-976d-c2cd464e838b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001363 10.0.0.249 - - [2026-02-16 02:18:43] "POST /neutron/network HTTP/1.1" 200 606 0.076113 10.0.0.249 - - [2026-02-16 02:18:43] "POST /route-targets HTTP/1.1" 200 328 0.013233 10.0.0.249 - - [2026-02-16 02:18:43] "POST /ref-update HTTP/1.1" 200 156 0.012855 10.0.0.249 - - [2026-02-16 02:18:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004876 10.0.0.249 - - [2026-02-16 02:18:43] "POST /neutron/subnet HTTP/1.1" 200 724 0.155303 10.0.0.249 - - [2026-02-16 02:18:43] "POST /neutron/network HTTP/1.1" 200 825 0.005167 10.0.0.249 - - [2026-02-16 02:18:43] "POST /id-to-fqname HTTP/1.1" 200 221 0.001293 10.0.0.249 - - [2026-02-16 02:18:43] "GET /virtual-network/d48c7416-cd61-4f26-a46b-cad5da231f67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005067 10.0.0.249 - - [2026-02-16 02:18:43] "POST /neutron/network HTTP/1.1" 200 825 0.007710 10.0.0.249 - - [2026-02-16 02:18:43] "GET /virtual-network/d48c7416-cd61-4f26-a46b-cad5da231f67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005263 10.0.0.249 - - [2026-02-16 02:18:43] "POST /neutron/network HTTP/1.1" 200 825 0.005493 10.0.0.249 - - [2026-02-16 02:18:43] "POST /neutron/subnet HTTP/1.1" 200 724 0.006540 10.0.0.249 - - [2026-02-16 02:18:43] "POST /id-to-fqname HTTP/1.1" 200 221 0.001368 10.0.0.249 - - [2026-02-16 02:18:44] "POST /neutron/network HTTP/1.1" 200 835 0.006061 10.0.0.249 - - [2026-02-16 02:18:44] "GET /aaa-mode HTTP/1.1" 401 293 0.000406 10.0.0.249 - - [2026-02-16 02:18:44] "GET / HTTP/1.1" 200 36215 0.002134 10.0.0.249 - - [2026-02-16 02:18:44] "GET /project/7de95930-c63d-4301-976d-c2cd464e838b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000351 10.0.0.249 - - [2026-02-16 02:18:45] "GET /projects?obj_uuids=7de95930-c63d-4301-976d-c2cd464e838b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001079 10.0.0.249 - - [2026-02-16 02:18:45] "GET /project/7de95930-c63d-4301-976d-c2cd464e838b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.061663 10.0.0.249 - - [2026-02-16 02:18:45] "POST /neutron/network HTTP/1.1" 200 825 0.005311 10.0.0.249 - - [2026-02-16 02:18:45] "POST /neutron/port HTTP/1.1" 200 117 0.012689 10.0.0.249 - - [2026-02-16 02:18:45] "POST /neutron/port HTTP/1.1" 200 117 0.012014 10.0.0.249 - - [2026-02-16 02:18:45] "POST /id-to-fqname HTTP/1.1" 200 221 0.001349 10.0.0.249 - - [2026-02-16 02:18:45] "POST /neutron/port HTTP/1.1" 200 117 0.009485 10.0.0.249 - - [2026-02-16 02:18:45] "POST /neutron/network HTTP/1.1" 200 835 0.010206 10.0.0.249 - - [2026-02-16 02:18:45] "GET /aaa-mode HTTP/1.1" 401 293 0.000416 10.0.0.249 - - [2026-02-16 02:18:45] "POST /neutron/network HTTP/1.1" 200 835 0.005444 10.0.0.249 - - [2026-02-16 02:18:45] "GET /projects?obj_uuids=7de95930-c63d-4301-976d-c2cd464e838b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001445 10.0.0.249 - - [2026-02-16 02:18:45] "GET / HTTP/1.1" 200 36215 0.002555 10.0.0.249 - - [2026-02-16 02:18:45] "GET /project/7de95930-c63d-4301-976d-c2cd464e838b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000391 10.0.0.249 - - [2026-02-16 02:18:45] "POST /neutron/port HTTP/1.1" 200 1061 0.214572 10.0.0.249 - - [2026-02-16 02:18:45] "POST /neutron/port HTTP/1.1" 200 1061 0.012167 10.0.0.249 - - [2026-02-16 02:18:46] "POST /neutron/port HTTP/1.1" 200 1061 0.010835 10.0.0.249 - - [2026-02-16 02:18:46] "POST /neutron/port HTTP/1.1" 200 1115 0.064231 10.0.0.249 - - [2026-02-16 02:18:46] "POST /neutron/port HTTP/1.1" 200 1125 0.011202 10.0.0.249 - - [2026-02-16 02:18:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004476 10.0.0.249 - - [2026-02-16 02:18:46] "POST /neutron/subnet HTTP/1.1" 200 698 0.006597 10.0.0.249 - - [2026-02-16 02:18:46] "POST /neutron/port HTTP/1.1" 200 117 0.001130 10.0.0.249 - - [2026-02-16 02:18:46] "POST /neutron/network HTTP/1.1" 200 825 0.005039 10.0.0.249 - - [2026-02-16 02:18:46] "GET /projects?obj_uuids=7de95930-c63d-4301-976d-c2cd464e838b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000991 10.0.0.249 - - [2026-02-16 02:18:46] "GET /project/7de95930-c63d-4301-976d-c2cd464e838b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.058348 10.0.0.249 - - [2026-02-16 02:18:46] "DELETE /project/7de95930c63d4301976dc2cd464e838b HTTP/1.1" 404 173 0.006481 10.0.0.249 - - [2026-02-16 02:18:46] "GET /projects?obj_uuids=7ef4bcb1-80d4-47a8-b406-05668b9b662f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000823 10.0.0.249 - - [2026-02-16 02:18:46] "POST /neutron/network HTTP/1.1" 200 825 0.006393 10.0.0.249 - - [2026-02-16 02:18:46] "GET /project/7ef4bcb1-80d4-47a8-b406-05668b9b662f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.025640 10.0.0.249 - - [2026-02-16 02:18:46] "GET /projects?obj_uuids=7ef4bcb1-80d4-47a8-b406-05668b9b662f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001004 10.0.0.249 - - [2026-02-16 02:18:46] "GET /project/7ef4bcb1-80d4-47a8-b406-05668b9b662f?fields=security_groups HTTP/1.1" 200 1366 0.034870 10.0.0.249 - - [2026-02-16 02:18:46] "POST /neutron/port HTTP/1.1" 200 1125 0.023955 10.0.0.249 - - [2026-02-16 02:18:46] "DELETE /security-group/dc9c5f93-97ec-4b6d-989b-1c18ce330be2 HTTP/1.1" 200 115 0.049657 10.0.0.249 - - [2026-02-16 02:18:46] "GET /projects?obj_uuids=7ef4bcb1-80d4-47a8-b406-05668b9b662f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001364 10.0.0.249 - - [2026-02-16 02:18:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009656 10.0.0.249 - - [2026-02-16 02:18:46] "DELETE /access-control-list/0b1cb19b-e595-4f6c-bd34-dc7b3f319a49 HTTP/1.1" 200 115 0.046106 10.0.0.249 - - [2026-02-16 02:18:46] "GET /project/7ef4bcb1-80d4-47a8-b406-05668b9b662f?fields=application_policy_sets HTTP/1.1" 200 1405 0.048284 10.0.0.249 - - [2026-02-16 02:18:46] "POST /neutron/port HTTP/1.1" 200 117 0.004297 10.0.0.249 - - [2026-02-16 02:18:46] "DELETE /access-control-list/3b438ce1-79bd-4f75-93c6-79bf67f1e260 HTTP/1.1" 200 115 0.028907 10.0.0.249 - - [2026-02-16 02:18:46] "POST /neutron/port HTTP/1.1" 200 1125 0.012325 10.0.0.249 - - [2026-02-16 02:18:46] "DELETE /project/7ef4bcb1-80d4-47a8-b406-05668b9b662f HTTP/1.1" 200 115 0.377141 10.0.0.249 - - [2026-02-16 02:18:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006474 10.0.0.249 - - [2026-02-16 02:18:46] "POST /neutron/network HTTP/1.1" 200 835 0.007015 10.0.0.249 - - [2026-02-16 02:18:47] "GET /projects?obj_uuids=7de95930-c63d-4301-976d-c2cd464e838b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000957 10.0.0.249 - - [2026-02-16 02:18:47] "POST /neutron/port HTTP/1.1" 200 1061 0.256697 10.0.0.249 - - [2026-02-16 02:18:47] "POST /neutron/port HTTP/1.1" 200 1061 0.013889 10.0.0.249 - - [2026-02-16 02:18:47] "POST /neutron/port HTTP/1.1" 200 1061 0.011322 10.0.0.249 - - [2026-02-16 02:18:47] "POST /neutron/port HTTP/1.1" 200 1115 0.095797 10.0.0.249 - - [2026-02-16 02:18:47] "POST /neutron/port HTTP/1.1" 200 1125 0.013018 10.0.0.249 - - [2026-02-16 02:18:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003262 10.0.0.249 - - [2026-02-16 02:18:47] "POST /neutron/subnet HTTP/1.1" 200 698 0.008586 10.0.0.249 - - [2026-02-16 02:18:47] "POST /neutron/port HTTP/1.1" 200 117 0.001253 10.0.0.249 - - [2026-02-16 02:18:47] "POST /neutron/network HTTP/1.1" 200 825 0.006558 10.0.0.249 - - [2026-02-16 02:18:51] "POST /neutron/port HTTP/1.1" 200 1125 0.012674 10.0.0.249 - - [2026-02-16 02:18:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005937 10.0.0.249 - - [2026-02-16 02:18:51] "POST /neutron/port HTTP/1.1" 200 1125 0.013555 10.0.0.249 - - [2026-02-16 02:18:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005734 10.0.0.249 - - [2026-02-16 02:18:52] "POST /neutron/port HTTP/1.1" 200 1125 0.017424 10.0.0.249 - - [2026-02-16 02:18:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007847 10.0.0.249 - - [2026-02-16 02:18:52] "GET /virtual-machine/a014aa03-0f11-4117-991c-405c6211c798 HTTP/1.1" 401 293 0.001017 10.0.0.249 - - [2026-02-16 02:18:52] "GET /virtual-machine/a014aa03-0f11-4117-991c-405c6211c798 HTTP/1.1" 200 1296 0.051804 10.0.0.249 - - [2026-02-16 02:18:52] "GET /virtual-machine-interface/797f8b4f-a064-4e9d-abd0-b80aa0a701b8 HTTP/1.1" 200 2953 0.005834 10.0.0.249 - - [2026-02-16 02:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.249 - - [2026-02-16 02:18:52] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002709 10.0.0.249 - - [2026-02-16 02:18:52] "GET /virtual-networks?parent_id=7de95930-c63d-4301-976d-c2cd464e838b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003406 10.0.0.249 - - [2026-02-16 02:18:52] "GET /virtual-network/d48c7416-cd61-4f26-a46b-cad5da231f67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005204 10.0.0.249 - - [2026-02-16 02:18:54] "GET /obj-perms HTTP/1.1" 200 5075 0.057514 10.0.0.249 - - [2026-02-16 02:18:55] "GET /obj-perms HTTP/1.1" 200 5075 0.056160 10.0.0.249 - - [2026-02-16 02:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.249 - - [2026-02-16 02:18:55] "GET /virtual-network/d48c7416-cd61-4f26-a46b-cad5da231f67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004981 10.0.0.249 - - [2026-02-16 02:18:56] "POST /neutron/port HTTP/1.1" 200 1125 0.012434 10.0.0.249 - - [2026-02-16 02:18:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005069 10.0.0.249 - - [2026-02-16 02:18:57] "POST /neutron/port HTTP/1.1" 200 1125 0.011676 10.0.0.249 - - [2026-02-16 02:18:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004658 10.0.0.249 - - [2026-02-16 02:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.249 - - [2026-02-16 02:18:57] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002869 10.0.0.249 - - [2026-02-16 02:18:57] "GET /virtual-networks?parent_id=7de95930-c63d-4301-976d-c2cd464e838b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002802 10.0.0.249 - - [2026-02-16 02:18:57] "GET /virtual-network/d48c7416-cd61-4f26-a46b-cad5da231f67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005045 10.0.0.249 - - [2026-02-16 02:18:58] "POST /neutron/port HTTP/1.1" 200 1125 0.011426 10.0.0.249 - - [2026-02-16 02:18:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005355 10.0.0.249 - - [2026-02-16 02:19:03] "POST /neutron/port HTTP/1.1" 200 1125 0.014639 10.0.0.249 - - [2026-02-16 02:19:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006294 10.0.0.249 - - [2026-02-16 02:19:03] "POST /neutron/port HTTP/1.1" 200 1125 0.015720 10.0.0.249 - - [2026-02-16 02:19:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006266 10.0.0.249 - - [2026-02-16 02:19:03] "POST /neutron/port HTTP/1.1" 200 1125 0.013057 10.0.0.249 - - [2026-02-16 02:19:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008406 10.0.0.249 - - [2026-02-16 02:19:03] "GET /virtual-machine/95576e00-e752-49ca-9bcc-817e07f5c53c HTTP/1.1" 200 1296 0.005657 10.0.0.249 - - [2026-02-16 02:19:03] "GET /virtual-machine-interface/0fff3391-8136-47d3-b6d0-34fb5418855f HTTP/1.1" 200 2953 0.005662 10.0.0.249 - - [2026-02-16 02:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.249 - - [2026-02-16 02:19:03] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004151 10.0.0.249 - - [2026-02-16 02:19:03] "GET /virtual-networks?parent_id=7de95930-c63d-4301-976d-c2cd464e838b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002749 10.0.0.249 - - [2026-02-16 02:19:03] "GET /virtual-network/d48c7416-cd61-4f26-a46b-cad5da231f67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006052 10.0.0.249 - - [2026-02-16 02:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.249 - - [2026-02-16 02:19:04] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003542 10.0.0.249 - - [2026-02-16 02:19:04] "GET /virtual-networks?parent_id=7de95930-c63d-4301-976d-c2cd464e838b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003173 10.0.0.249 - - [2026-02-16 02:19:04] "GET /virtual-network/d48c7416-cd61-4f26-a46b-cad5da231f67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005180 10.0.0.249 - - [2026-02-16 02:19:05] "POST /neutron/network HTTP/1.1" 200 825 0.005744 10.0.0.249 - - [2026-02-16 02:19:05] "POST /neutron/network HTTP/1.1" 400 204 0.010220 10.0.0.249 - - [2026-02-16 02:19:05] "POST /neutron/port HTTP/1.1" 200 1125 0.015564 10.0.0.249 - - [2026-02-16 02:19:05] "POST /neutron/port HTTP/1.1" 200 1115 0.010359 10.0.0.249 - - [2026-02-16 02:19:05] "POST /neutron/port HTTP/1.1" 200 1125 0.012114 10.0.0.249 - - [2026-02-16 02:19:05] "POST /neutron/port HTTP/1.1" 200 1115 0.012753 10.0.0.249 - - [2026-02-16 02:19:05] "POST /neutron/port HTTP/1.1" 200 151 0.131624 10.0.0.249 - - [2026-02-16 02:19:05] "POST /neutron/port HTTP/1.1" 200 151 0.124889 10.0.0.249 - - [2026-02-16 02:19:07] "POST /neutron/network HTTP/1.1" 200 825 0.005523 10.0.0.249 - - [2026-02-16 02:19:07] "POST /useragent-kv HTTP/1.1" 200 115 0.004347 10.0.0.249 - - [2026-02-16 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.249 - - [2026-02-16 02:19:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001715 10.0.0.249 - - [2026-02-16 02:19:07] "POST /neutron/network HTTP/1.1" 200 151 0.084444 10.0.0.249 - - [2026-02-16 02:19:07] "DELETE /route-target/c7540869-ed06-4899-bee2-fdfeab12b8f2 HTTP/1.1" 200 115 0.015678 10.0.0.249 - - [2026-02-16 02:19:07] "GET /projects?obj_uuids=7de95930-c63d-4301-976d-c2cd464e838b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001251 10.0.0.249 - - [2026-02-16 02:19:07] "GET /project/7de95930-c63d-4301-976d-c2cd464e838b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.025256 10.0.0.249 - - [2026-02-16 02:19:07] "GET /projects?obj_uuids=7de95930-c63d-4301-976d-c2cd464e838b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000878 10.0.0.249 - - [2026-02-16 02:19:07] "GET /project/7de95930-c63d-4301-976d-c2cd464e838b?fields=virtual_networks HTTP/1.1" 200 1036 0.066311 10.0.0.249 - - [2026-02-16 02:19:07] "GET /projects?obj_uuids=7de95930-c63d-4301-976d-c2cd464e838b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001062 10.0.0.249 - - [2026-02-16 02:19:07] "GET /project/7de95930-c63d-4301-976d-c2cd464e838b?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.024964 10.0.0.249 - - [2026-02-16 02:19:07] "GET /projects?obj_uuids=7de95930-c63d-4301-976d-c2cd464e838b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001021 10.0.0.249 - - [2026-02-16 02:19:07] "GET /project/7de95930-c63d-4301-976d-c2cd464e838b?fields=security_groups HTTP/1.1" 200 1264 0.023824 10.0.0.249 - - [2026-02-16 02:19:08] "POST /fqname-to-id HTTP/1.1" 404 188 0.030276 10.0.0.249 - - [2026-02-16 02:19:08] "GET /projects?obj_uuids=12114f14-df5a-4608-af5d-e436ad4313d4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002661 10.0.0.249 - - [2026-02-16 02:19:08] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000959 10.0.0.249 - - [2026-02-16 02:19:08] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006574 10.0.0.249 - - [2026-02-16 02:19:09] "POST /id-to-fqname HTTP/1.1" 200 190 0.001151 10.0.0.249 - - [2026-02-16 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 199 0.002225 10.0.0.249 - - [2026-02-16 02:19:09] "POST /security-groups HTTP/1.1" 200 591 0.060763 10.0.0.249 - - [2026-02-16 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 234 0.002870 10.0.0.249 - - [2026-02-16 02:19:09] "POST /projects HTTP/1.1" 200 585 0.205822 10.0.0.249 - - [2026-02-16 02:19:09] "POST /access-control-lists HTTP/1.1" 200 598 0.058249 10.0.0.249 - - [2026-02-16 02:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.278913 10.0.0.249 - - [2026-02-16 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 233 0.007617 10.0.0.249 - - [2026-02-16 02:19:09] "GET /project/12114f14-df5a-4608-af5d-e436ad4313d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.408557 10.0.0.249 - - [2026-02-16 02:19:09] "POST /access-control-lists HTTP/1.1" 200 596 0.060259 10.0.0.249 - - [2026-02-16 02:19:10] "GET / HTTP/1.1" 200 36215 0.002256 10.0.0.249 - - [2026-02-16 02:19:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000491 10.0.0.249 - - [2026-02-16 02:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.076113 10.0.0.249 - - [2026-02-16 02:19:11] "GET /projects?obj_uuids=12114f14-df5a-4608-af5d-e436ad4313d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001045 10.0.0.249 - - [2026-02-16 02:19:11] "GET /project/12114f14-df5a-4608-af5d-e436ad4313d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.025243 10.0.0.249 - - [2026-02-16 02:19:11] "POST /neutron/network HTTP/1.1" 200 117 0.039057 10.0.0.249 - - [2026-02-16 02:19:11] "GET /projects?obj_uuids=12114f14-df5a-4608-af5d-e436ad4313d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001842 10.0.0.249 - - [2026-02-16 02:19:11] "POST /neutron/network HTTP/1.1" 200 625 0.061171 10.0.0.249 - - [2026-02-16 02:19:11] "POST /route-targets HTTP/1.1" 200 328 0.015775 10.0.0.249 - - [2026-02-16 02:19:11] "POST /ref-update HTTP/1.1" 200 156 0.014183 10.0.0.249 - - [2026-02-16 02:19:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003771 10.0.0.249 - - [2026-02-16 02:19:12] "POST /neutron/subnet HTTP/1.1" 200 701 0.173365 10.0.0.249 - - [2026-02-16 02:19:12] "POST /neutron/network HTTP/1.1" 200 839 0.005044 10.0.0.249 - - [2026-02-16 02:19:12] "POST /id-to-fqname HTTP/1.1" 200 230 0.001145 10.0.0.249 - - [2026-02-16 02:19:12] "GET /virtual-network/bd642445-ef35-4d1d-adbe-04744d250d85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004448 10.0.0.249 - - [2026-02-16 02:19:12] "POST /neutron/network HTTP/1.1" 200 839 0.006495 10.0.0.249 - - [2026-02-16 02:19:12] "GET /virtual-network/bd642445-ef35-4d1d-adbe-04744d250d85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004978 10.0.0.249 - - [2026-02-16 02:19:12] "POST /neutron/network HTTP/1.1" 200 839 0.005383 10.0.0.249 - - [2026-02-16 02:19:12] "POST /neutron/subnet HTTP/1.1" 200 701 0.006703 10.0.0.249 - - [2026-02-16 02:19:12] "POST /neutron/network HTTP/1.1" 200 839 0.004763 10.0.0.249 - - [2026-02-16 02:19:12] "POST /id-to-fqname HTTP/1.1" 200 230 0.001215 10.0.0.249 - - [2026-02-16 02:19:12] "POST /neutron/network HTTP/1.1" 200 849 0.005092 10.0.0.249 - - [2026-02-16 02:19:12] "GET /aaa-mode HTTP/1.1" 401 293 0.000500 10.0.0.249 - - [2026-02-16 02:19:12] "GET / HTTP/1.1" 200 36215 0.002281 10.0.0.249 - - [2026-02-16 02:19:12] "GET /project/12114f14-df5a-4608-af5d-e436ad4313d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000417 10.0.0.249 - - [2026-02-16 02:19:13] "GET /projects?obj_uuids=12114f14-df5a-4608-af5d-e436ad4313d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001340 10.0.0.249 - - [2026-02-16 02:19:13] "GET /project/12114f14-df5a-4608-af5d-e436ad4313d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.054488 10.0.0.249 - - [2026-02-16 02:19:13] "POST /neutron/network HTTP/1.1" 200 839 0.005762 10.0.0.249 - - [2026-02-16 02:19:13] "POST /neutron/port HTTP/1.1" 200 117 0.004859 10.0.0.249 - - [2026-02-16 02:19:13] "POST /neutron/port HTTP/1.1" 200 117 0.006185 10.0.0.249 - - [2026-02-16 02:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002729 10.0.0.249 - - [2026-02-16 02:19:13] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003036 10.0.0.249 - - [2026-02-16 02:19:13] "PUT /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454 HTTP/1.1" 200 277 0.009723 10.0.0.249 - - [2026-02-16 02:19:13] "POST /neutron/port HTTP/1.1" 200 117 0.005311 10.0.0.249 - - [2026-02-16 02:19:13] "POST /neutron/network HTTP/1.1" 200 849 0.005395 10.0.0.249 - - [2026-02-16 02:19:13] "GET /projects?obj_uuids=12114f14-df5a-4608-af5d-e436ad4313d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001058 10.0.0.249 - - [2026-02-16 02:19:14] "POST /neutron/port HTTP/1.1" 200 1055 0.185165 10.0.0.249 - - [2026-02-16 02:19:14] "POST /neutron/port HTTP/1.1" 200 1055 0.010386 10.0.0.249 - - [2026-02-16 02:19:14] "POST /neutron/port HTTP/1.1" 200 1055 0.009826 10.0.0.249 - - [2026-02-16 02:19:14] "POST /neutron/port HTTP/1.1" 200 1109 0.061593 10.0.0.249 - - [2026-02-16 02:19:14] "POST /neutron/port HTTP/1.1" 200 1119 0.013071 10.0.0.249 - - [2026-02-16 02:19:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003567 10.0.0.249 - - [2026-02-16 02:19:14] "POST /neutron/subnet HTTP/1.1" 200 675 0.008456 10.0.0.249 - - [2026-02-16 02:19:14] "POST /neutron/port HTTP/1.1" 200 117 0.001582 10.0.0.249 - - [2026-02-16 02:19:14] "POST /neutron/network HTTP/1.1" 200 839 0.005630 10.0.0.249 - - [2026-02-16 02:19:18] "POST /neutron/port HTTP/1.1" 200 1119 0.013368 10.0.0.249 - - [2026-02-16 02:19:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006485 10.0.0.249 - - [2026-02-16 02:19:18] "POST /neutron/port HTTP/1.1" 200 1119 0.011660 10.0.0.249 - - [2026-02-16 02:19:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005588 10.0.0.249 - - [2026-02-16 02:19:19] "POST /neutron/port HTTP/1.1" 200 1119 0.013845 10.0.0.249 - - [2026-02-16 02:19:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005505 10.0.0.249 - - [2026-02-16 02:19:19] "GET /virtual-machine/50d78c7e-4719-4c75-aec6-e37fb7aefb1b HTTP/1.1" 401 293 0.000434 10.0.0.249 - - [2026-02-16 02:19:19] "GET /virtual-machine/50d78c7e-4719-4c75-aec6-e37fb7aefb1b HTTP/1.1" 200 1294 0.036122 10.0.0.249 - - [2026-02-16 02:19:19] "GET /virtual-machine-interface/635f6ac4-ee93-44d0-8734-44dc34a05d4b HTTP/1.1" 200 2977 0.005840 10.0.0.249 - - [2026-02-16 02:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.249 - - [2026-02-16 02:19:19] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.005010 10.0.0.249 - - [2026-02-16 02:19:19] "GET /virtual-networks?parent_id=12114f14-df5a-4608-af5d-e436ad4313d4&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002861 10.0.0.249 - - [2026-02-16 02:19:19] "GET /virtual-network/bd642445-ef35-4d1d-adbe-04744d250d85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005870 10.0.0.249 - - [2026-02-16 02:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.249 - - [2026-02-16 02:19:22] "GET /virtual-network/bd642445-ef35-4d1d-adbe-04744d250d85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005761 10.0.0.249 - - [2026-02-16 02:19:24] "POST /neutron/port HTTP/1.1" 200 1119 0.014263 10.0.0.249 - - [2026-02-16 02:19:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004554 10.0.0.249 - - [2026-02-16 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.249 - - [2026-02-16 02:19:26] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.003512 10.0.0.249 - - [2026-02-16 02:19:26] "GET /virtual-networks?parent_id=12114f14-df5a-4608-af5d-e436ad4313d4&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002666 10.0.0.249 - - [2026-02-16 02:19:26] "GET /virtual-network/bd642445-ef35-4d1d-adbe-04744d250d85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006064 10.0.0.249 - - [2026-02-16 02:19:27] "POST /neutron/port HTTP/1.1" 200 1119 0.015379 10.0.0.249 - - [2026-02-16 02:19:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008709 10.0.0.249 - - [2026-02-16 02:19:29] "POST /neutron/port HTTP/1.1" 200 1119 0.015249 10.0.0.249 - - [2026-02-16 02:19:29] "POST /neutron/port HTTP/1.1" 200 1119 0.012466 10.0.0.249 - - [2026-02-16 02:19:29] "POST /neutron/network HTTP/1.1" 200 849 0.006174 10.0.0.249 - - [2026-02-16 02:19:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003313 10.0.0.249 - - [2026-02-16 02:19:29] "POST /neutron/subnet HTTP/1.1" 200 675 0.008960 10.0.0.249 - - [2026-02-16 02:19:29] "POST /neutron/port HTTP/1.1" 200 117 0.001359 10.0.0.249 - - [2026-02-16 02:19:29] "POST /neutron/network HTTP/1.1" 200 839 0.005194 10.0.0.249 - - [2026-02-16 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.249 - - [2026-02-16 02:19:34] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.002941 10.0.0.249 - - [2026-02-16 02:19:34] "PUT /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454 HTTP/1.1" 200 277 0.009603 10.0.0.249 - - [2026-02-16 02:19:34] "POST /neutron/network HTTP/1.1" 200 839 0.015282 10.0.0.249 - - [2026-02-16 02:19:34] "POST /neutron/network HTTP/1.1" 400 204 0.011871 10.0.0.249 - - [2026-02-16 02:19:35] "POST /neutron/port HTTP/1.1" 200 1119 0.012896 10.0.0.249 - - [2026-02-16 02:19:35] "POST /neutron/port HTTP/1.1" 200 1109 0.010626 10.0.0.249 - - [2026-02-16 02:19:35] "POST /neutron/port HTTP/1.1" 200 151 0.092935 10.0.0.249 - - [2026-02-16 02:19:36] "POST /neutron/network HTTP/1.1" 200 839 0.006072 10.0.0.249 - - [2026-02-16 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004394 10.0.0.249 - - [2026-02-16 02:19:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002862 10.0.0.249 - - [2026-02-16 02:19:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001741 10.0.0.249 - - [2026-02-16 02:19:36] "POST /neutron/network HTTP/1.1" 200 151 0.081624 10.0.0.249 - - [2026-02-16 02:19:36] "DELETE /route-target/6e5acd52-56ac-48a1-903b-bdc999e6f989 HTTP/1.1" 200 115 0.017725 10.0.0.249 - - [2026-02-16 02:19:37] "GET /global-vrouter-configs HTTP/1.1" 200 358 0.003210 10.0.0.249 - - [2026-02-16 02:19:37] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454 HTTP/1.1" 200 1885 0.003954 10.0.0.249 - - [2026-02-16 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002378 10.0.0.249 - - [2026-02-16 02:19:37] "GET /projects?obj_uuids=12114f14-df5a-4608-af5d-e436ad4313d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001299 10.0.0.249 - - [2026-02-16 02:19:37] "GET /project/12114f14-df5a-4608-af5d-e436ad4313d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.029798 10.0.0.249 - - [2026-02-16 02:19:37] "POST /neutron/network HTTP/1.1" 200 117 0.030631 10.0.0.249 - - [2026-02-16 02:19:37] "GET /projects?obj_uuids=12114f14-df5a-4608-af5d-e436ad4313d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001021 10.0.0.249 - - [2026-02-16 02:19:37] "POST /neutron/network HTTP/1.1" 200 605 0.068233 10.0.0.249 - - [2026-02-16 02:19:37] "POST /route-targets HTTP/1.1" 200 328 0.011811 10.0.0.249 - - [2026-02-16 02:19:37] "POST /ref-update HTTP/1.1" 200 156 0.015760 10.0.0.249 - - [2026-02-16 02:19:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002533 10.0.0.249 - - [2026-02-16 02:19:37] "POST /neutron/subnet HTTP/1.1" 200 730 0.184414 10.0.0.249 - - [2026-02-16 02:19:37] "POST /neutron/network HTTP/1.1" 200 825 0.005123 10.0.0.249 - - [2026-02-16 02:19:37] "POST /id-to-fqname HTTP/1.1" 200 220 0.001218 10.0.0.249 - - [2026-02-16 02:19:37] "GET /virtual-network/fcb853fb-2f44-4ced-a8a7-fb4170f83d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005842 10.0.0.249 - - [2026-02-16 02:19:38] "POST /neutron/network HTTP/1.1" 200 825 0.005617 10.0.0.249 - - [2026-02-16 02:19:38] "GET /virtual-network/fcb853fb-2f44-4ced-a8a7-fb4170f83d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005301 10.0.0.249 - - [2026-02-16 02:19:38] "POST /neutron/network HTTP/1.1" 200 825 0.006675 10.0.0.249 - - [2026-02-16 02:19:38] "POST /neutron/subnet HTTP/1.1" 200 730 0.007941 10.0.0.249 - - [2026-02-16 02:19:38] "POST /id-to-fqname HTTP/1.1" 200 220 0.001328 10.0.0.249 - - [2026-02-16 02:19:38] "POST /neutron/network HTTP/1.1" 200 835 0.006181 10.0.0.249 - - [2026-02-16 02:19:38] "GET /aaa-mode HTTP/1.1" 401 293 0.000462 10.0.0.249 - - [2026-02-16 02:19:38] "GET / HTTP/1.1" 200 36215 0.002297 10.0.0.249 - - [2026-02-16 02:19:38] "GET /project/12114f14-df5a-4608-af5d-e436ad4313d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000429 10.0.0.249 - - [2026-02-16 02:19:39] "GET /projects?obj_uuids=12114f14-df5a-4608-af5d-e436ad4313d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001197 10.0.0.249 - - [2026-02-16 02:19:39] "GET /project/12114f14-df5a-4608-af5d-e436ad4313d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.058912 10.0.0.249 - - [2026-02-16 02:19:39] "POST /neutron/network HTTP/1.1" 200 825 0.005053 10.0.0.249 - - [2026-02-16 02:19:39] "POST /neutron/port HTTP/1.1" 200 117 0.004963 10.0.0.249 - - [2026-02-16 02:19:39] "POST /neutron/port HTTP/1.1" 200 117 0.005943 10.0.0.249 - - [2026-02-16 02:19:39] "POST /neutron/port HTTP/1.1" 200 117 0.005383 10.0.0.249 - - [2026-02-16 02:19:39] "POST /neutron/network HTTP/1.1" 200 835 0.006223 10.0.0.249 - - [2026-02-16 02:19:39] "GET /projects?obj_uuids=12114f14-df5a-4608-af5d-e436ad4313d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001025 10.0.0.249 - - [2026-02-16 02:19:39] "POST /neutron/port HTTP/1.1" 200 1061 0.209322 10.0.0.249 - - [2026-02-16 02:19:39] "POST /neutron/port HTTP/1.1" 200 1061 0.013473 10.0.0.249 - - [2026-02-16 02:19:40] "POST /neutron/port HTTP/1.1" 200 1061 0.011858 10.0.0.249 - - [2026-02-16 02:19:40] "POST /neutron/port HTTP/1.1" 200 1115 0.069801 10.0.0.249 - - [2026-02-16 02:19:40] "POST /neutron/port HTTP/1.1" 200 1125 0.013145 10.0.0.249 - - [2026-02-16 02:19:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003036 10.0.0.249 - - [2026-02-16 02:19:40] "POST /neutron/subnet HTTP/1.1" 200 704 0.005971 10.0.0.249 - - [2026-02-16 02:19:40] "POST /neutron/port HTTP/1.1" 200 117 0.001154 10.0.0.249 - - [2026-02-16 02:19:40] "POST /neutron/network HTTP/1.1" 200 825 0.005239 10.0.0.249 - - [2026-02-16 02:19:44] "POST /neutron/port HTTP/1.1" 200 1125 0.014276 10.0.0.249 - - [2026-02-16 02:19:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007144 10.0.0.249 - - [2026-02-16 02:19:44] "POST /neutron/port HTTP/1.1" 200 1125 0.011460 10.0.0.249 - - [2026-02-16 02:19:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006625 10.0.0.249 - - [2026-02-16 02:19:44] "POST /neutron/port HTTP/1.1" 200 1125 0.012682 10.0.0.249 - - [2026-02-16 02:19:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006703 10.0.0.249 - - [2026-02-16 02:19:44] "GET /virtual-machine/40e99e33-eadf-485a-9f3f-92ede85aea08 HTTP/1.1" 200 1294 0.005146 10.0.0.249 - - [2026-02-16 02:19:44] "GET /virtual-machine-interface/20360bb9-6bb7-44c9-875c-88231c0b8f65 HTTP/1.1" 200 2947 0.005094 10.0.0.249 - - [2026-02-16 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.249 - - [2026-02-16 02:19:44] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004408 10.0.0.249 - - [2026-02-16 02:19:44] "GET /virtual-networks?parent_id=12114f14-df5a-4608-af5d-e436ad4313d4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002820 10.0.0.249 - - [2026-02-16 02:19:44] "GET /virtual-network/fcb853fb-2f44-4ced-a8a7-fb4170f83d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005241 10.0.0.249 - - [2026-02-16 02:19:46] "DELETE /project/12114f14df5a4608af5de436ad4313d4 HTTP/1.1" 404 173 0.007562 10.0.0.249 - - [2026-02-16 02:19:46] "GET /projects?obj_uuids=7de95930-c63d-4301-976d-c2cd464e838b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001089 10.0.0.249 - - [2026-02-16 02:19:46] "GET /project/7de95930-c63d-4301-976d-c2cd464e838b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.026459 10.0.0.249 - - [2026-02-16 02:19:46] "GET /projects?obj_uuids=7de95930-c63d-4301-976d-c2cd464e838b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001025 10.0.0.249 - - [2026-02-16 02:19:46] "GET /project/7de95930-c63d-4301-976d-c2cd464e838b?fields=security_groups HTTP/1.1" 200 1366 0.068236 10.0.0.249 - - [2026-02-16 02:19:46] "DELETE /access-control-list/3bb8fb3f-d394-40cb-b801-3aad70dd25ab HTTP/1.1" 200 115 0.020283 10.0.0.249 - - [2026-02-16 02:19:46] "DELETE /security-group/c8dc75b2-b727-4058-adb2-62ff08489519 HTTP/1.1" 200 115 0.053190 10.0.0.249 - - [2026-02-16 02:19:47] "GET /projects?obj_uuids=7de95930-c63d-4301-976d-c2cd464e838b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001343 10.0.0.249 - - [2026-02-16 02:19:47] "GET /project/7de95930-c63d-4301-976d-c2cd464e838b?fields=application_policy_sets HTTP/1.1" 200 1405 0.035544 10.0.0.249 - - [2026-02-16 02:19:47] "DELETE /access-control-list/25cfbff9-bcbf-459d-a87b-e42c1205d9b8 HTTP/1.1" 200 115 0.046130 10.0.0.249 - - [2026-02-16 02:19:47] "DELETE /project/7de95930-c63d-4301-976d-c2cd464e838b HTTP/1.1" 200 115 0.336480 10.0.0.249 - - [2026-02-16 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.249 - - [2026-02-16 02:19:47] "GET /virtual-network/fcb853fb-2f44-4ced-a8a7-fb4170f83d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004662 10.0.0.249 - - [2026-02-16 02:19:50] "POST /neutron/port HTTP/1.1" 200 1125 0.016441 10.0.0.249 - - [2026-02-16 02:19:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006010 10.0.0.249 - - [2026-02-16 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.249 - - [2026-02-16 02:19:52] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003932 10.0.0.249 - - [2026-02-16 02:19:52] "GET /virtual-networks?parent_id=12114f14-df5a-4608-af5d-e436ad4313d4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003449 10.0.0.249 - - [2026-02-16 02:19:52] "GET /virtual-network/fcb853fb-2f44-4ced-a8a7-fb4170f83d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005461 10.0.0.249 - - [2026-02-16 02:19:54] "POST /neutron/network HTTP/1.1" 200 825 0.006222 10.0.0.249 - - [2026-02-16 02:19:54] "POST /neutron/network HTTP/1.1" 400 204 0.011935 10.0.0.249 - - [2026-02-16 02:19:54] "POST /neutron/port HTTP/1.1" 200 1125 0.012546 10.0.0.249 - - [2026-02-16 02:19:54] "POST /neutron/port HTTP/1.1" 200 1115 0.009911 10.0.0.249 - - [2026-02-16 02:19:54] "POST /neutron/port HTTP/1.1" 200 151 0.093914 10.0.0.249 - - [2026-02-16 02:19:55] "GET /obj-perms HTTP/1.1" 200 5075 0.067091 10.0.0.249 - - [2026-02-16 02:19:55] "GET /obj-perms HTTP/1.1" 200 5075 0.053241 10.0.0.249 - - [2026-02-16 02:19:56] "POST /neutron/network HTTP/1.1" 200 825 0.005719 10.0.0.249 - - [2026-02-16 02:19:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001990 10.0.0.249 - - [2026-02-16 02:19:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003120 10.0.0.249 - - [2026-02-16 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.249 - - [2026-02-16 02:19:56] "POST /neutron/network HTTP/1.1" 200 151 0.068610 10.0.0.249 - - [2026-02-16 02:19:56] "DELETE /route-target/e860bc96-480e-4975-abbf-6fd58b6cc9e1 HTTP/1.1" 200 115 0.016470 10.0.0.249 - - [2026-02-16 02:19:56] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003055 10.0.0.249 - - [2026-02-16 02:19:56] "POST /network-ipams HTTP/1.1" 200 543 0.015629 10.0.0.249 - - [2026-02-16 02:19:56] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 767 0.002464 10.0.0.249 - - [2026-02-16 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.249 - - [2026-02-16 02:19:56] "GET /network-ipam/62337c21-38dd-4043-9fbc-c6afb1c40f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1331 0.004646 10.0.0.249 - - [2026-02-16 02:19:57] "PUT /network-ipam/62337c21-38dd-4043-9fbc-c6afb1c40f73 HTTP/1.1" 200 259 0.009400 10.0.0.249 - - [2026-02-16 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002776 10.0.0.249 - - [2026-02-16 02:19:57] "GET /projects?obj_uuids=12114f14-df5a-4608-af5d-e436ad4313d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001125 10.0.0.249 - - [2026-02-16 02:19:57] "GET /project/12114f14-df5a-4608-af5d-e436ad4313d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.029015 10.0.0.249 - - [2026-02-16 02:19:57] "POST /neutron/network HTTP/1.1" 200 117 0.008687 10.0.0.249 - - [2026-02-16 02:19:57] "GET /projects?obj_uuids=12114f14-df5a-4608-af5d-e436ad4313d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000926 10.0.0.249 - - [2026-02-16 02:19:57] "POST /neutron/network HTTP/1.1" 200 605 0.064305 10.0.0.249 - - [2026-02-16 02:19:57] "POST /route-targets HTTP/1.1" 200 328 0.009672 10.0.0.249 - - [2026-02-16 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.014617 10.0.0.249 - - [2026-02-16 02:19:57] "POST /useragent-kv HTTP/1.1" 200 115 0.004309 10.0.0.249 - - [2026-02-16 02:19:57] "POST /neutron/subnet HTTP/1.1" 200 699 0.197514 10.0.0.249 - - [2026-02-16 02:19:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003890 10.0.0.249 - - [2026-02-16 02:19:57] "POST /neutron/subnet HTTP/1.1" 200 699 0.166782 10.0.0.249 - - [2026-02-16 02:19:57] "POST /neutron/network HTTP/1.1" 200 994 0.007366 10.0.0.249 - - [2026-02-16 02:19:57] "POST /id-to-fqname HTTP/1.1" 200 220 0.001140 10.0.0.249 - - [2026-02-16 02:19:57] "GET /virtual-network/7f2b7abe-8ea6-442c-a663-3e26e245bd69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004782 10.0.0.249 - - [2026-02-16 02:19:57] "POST /neutron/network HTTP/1.1" 200 994 0.007762 10.0.0.249 - - [2026-02-16 02:19:57] "GET /virtual-network/7f2b7abe-8ea6-442c-a663-3e26e245bd69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004818 10.0.0.249 - - [2026-02-16 02:19:57] "POST /neutron/network HTTP/1.1" 200 994 0.008763 10.0.0.249 - - [2026-02-16 02:19:57] "POST /neutron/subnet HTTP/1.1" 200 699 0.007277 10.0.0.249 - - [2026-02-16 02:19:57] "POST /neutron/subnet HTTP/1.1" 200 699 0.006742 10.0.0.249 - - [2026-02-16 02:19:57] "POST /neutron/network HTTP/1.1" 200 994 0.006307 10.0.0.249 - - [2026-02-16 02:19:57] "POST /neutron/subnet HTTP/1.1" 200 699 0.007198 10.0.0.249 - - [2026-02-16 02:19:57] "POST /neutron/subnet HTTP/1.1" 200 699 0.007954 10.0.0.249 - - [2026-02-16 02:19:57] "GET /projects?obj_uuids=12114f14-df5a-4608-af5d-e436ad4313d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001181 10.0.0.249 - - [2026-02-16 02:19:58] "POST /neutron/port HTTP/1.1" 200 1017 0.154121 10.0.0.249 - - [2026-02-16 02:19:58] "GET /projects?obj_uuids=12114f14-df5a-4608-af5d-e436ad4313d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001026 10.0.0.249 - - [2026-02-16 02:19:58] "POST /neutron/port HTTP/1.1" 200 1017 0.163068 10.0.0.249 - - [2026-02-16 02:19:58] "POST /id-to-fqname HTTP/1.1" 200 220 0.001288 10.0.0.249 - - [2026-02-16 02:19:58] "POST /neutron/port HTTP/1.1" 200 1017 0.008218 10.0.0.249 - - [2026-02-16 02:19:58] "POST /neutron/port HTTP/1.1" 200 1017 0.008645 10.0.0.249 - - [2026-02-16 02:19:58] "POST /neutron/network HTTP/1.1" 200 994 0.006281 10.0.0.249 - - [2026-02-16 02:19:58] "POST /neutron/port HTTP/1.1" 200 1017 0.008009 10.0.0.249 - - [2026-02-16 02:19:58] "POST /neutron/port HTTP/1.1" 200 117 0.004884 10.0.0.249 - - [2026-02-16 02:19:58] "POST /neutron/port HTTP/1.1" 200 1017 0.008327 10.0.0.249 - - [2026-02-16 02:19:58] "POST /neutron/port HTTP/1.1" 200 117 0.004110 10.0.0.249 - - [2026-02-16 02:19:58] "POST /id-to-fqname HTTP/1.1" 200 220 0.001468 10.0.0.249 - - [2026-02-16 02:19:58] "POST /neutron/port HTTP/1.1" 200 117 0.005125 10.0.0.249 - - [2026-02-16 02:19:58] "POST /neutron/port HTTP/1.1" 200 1017 0.010237 10.0.0.249 - - [2026-02-16 02:19:58] "POST /neutron/port HTTP/1.1" 200 1017 0.010325 10.0.0.249 - - [2026-02-16 02:19:58] "POST /neutron/network HTTP/1.1" 200 994 0.006904 10.0.0.249 - - [2026-02-16 02:19:58] "POST /neutron/port HTTP/1.1" 200 1017 0.008254 10.0.0.249 - - [2026-02-16 02:19:59] "POST /neutron/port HTTP/1.1" 200 1017 0.009061 10.0.0.249 - - [2026-02-16 02:19:59] "POST /neutron/port HTTP/1.1" 200 117 0.005910 10.0.0.249 - - [2026-02-16 02:19:59] "POST /neutron/port HTTP/1.1" 200 117 0.005419 10.0.0.249 - - [2026-02-16 02:19:59] "POST /id-to-fqname HTTP/1.1" 200 220 0.000997 10.0.0.249 - - [2026-02-16 02:19:59] "POST /neutron/port HTTP/1.1" 200 1017 0.011978 10.0.0.249 - - [2026-02-16 02:19:59] "POST /neutron/network HTTP/1.1" 200 1004 0.010414 10.0.0.249 - - [2026-02-16 02:19:59] "POST /neutron/port HTTP/1.1" 200 1017 0.015546 10.0.0.249 - - [2026-02-16 02:19:59] "POST /neutron/port HTTP/1.1" 200 117 0.010496 10.0.0.249 - - [2026-02-16 02:19:59] "POST /neutron/port HTTP/1.1" 200 1017 0.012423 10.0.0.249 - - [2026-02-16 02:19:59] "POST /neutron/port HTTP/1.1" 200 1109 0.110037 10.0.0.249 - - [2026-02-16 02:19:59] "POST /neutron/network HTTP/1.1" 200 1004 0.005549 10.0.0.249 - - [2026-02-16 02:19:59] "GET /aaa-mode HTTP/1.1" 401 293 0.000449 10.0.0.249 - - [2026-02-16 02:19:59] "POST /neutron/port HTTP/1.1" 200 1119 0.013813 10.0.0.249 - - [2026-02-16 02:19:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003157 10.0.0.249 - - [2026-02-16 02:19:59] "POST /neutron/subnet HTTP/1.1" 200 673 0.008281 10.0.0.249 - - [2026-02-16 02:19:59] "POST /neutron/port HTTP/1.1" 200 117 0.001206 10.0.0.249 - - [2026-02-16 02:19:59] "POST /neutron/network HTTP/1.1" 200 994 0.007374 10.0.0.249 - - [2026-02-16 02:19:59] "GET / HTTP/1.1" 200 36215 0.001915 10.0.0.249 - - [2026-02-16 02:19:59] "POST /neutron/port HTTP/1.1" 200 1017 0.012748 10.0.0.249 - - [2026-02-16 02:19:59] "GET /project/12114f14-df5a-4608-af5d-e436ad4313d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000370 10.0.0.249 - - [2026-02-16 02:19:59] "POST /neutron/network HTTP/1.1" 200 1004 0.006465 10.0.0.249 - - [2026-02-16 02:19:59] "POST /neutron/port HTTP/1.1" 200 1017 0.013609 10.0.0.249 - - [2026-02-16 02:19:59] "POST /neutron/port HTTP/1.1" 200 1017 0.010120 10.0.0.249 - - [2026-02-16 02:20:00] "POST /neutron/port HTTP/1.1" 200 1109 0.100744 10.0.0.249 - - [2026-02-16 02:20:00] "POST /neutron/port HTTP/1.1" 200 1119 0.011795 10.0.0.249 - - [2026-02-16 02:20:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003244 10.0.0.249 - - [2026-02-16 02:20:00] "POST /neutron/subnet HTTP/1.1" 200 673 0.010081 10.0.0.249 - - [2026-02-16 02:20:00] "POST /neutron/port HTTP/1.1" 200 117 0.001367 10.0.0.249 - - [2026-02-16 02:20:00] "POST /neutron/network HTTP/1.1" 200 994 0.009226 10.0.0.249 - - [2026-02-16 02:20:00] "GET /projects?obj_uuids=12114f14-df5a-4608-af5d-e436ad4313d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001234 10.0.0.249 - - [2026-02-16 02:20:00] "GET /project/12114f14-df5a-4608-af5d-e436ad4313d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.063692 10.0.0.249 - - [2026-02-16 02:20:00] "POST /neutron/network HTTP/1.1" 200 994 0.014710 10.0.0.249 - - [2026-02-16 02:20:00] "POST /neutron/port HTTP/1.1" 200 2086 0.021347 10.0.0.249 - - [2026-02-16 02:20:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.014008 10.0.0.249 - - [2026-02-16 02:20:00] "POST /neutron/port HTTP/1.1" 200 117 0.005189 10.0.0.249 - - [2026-02-16 02:20:00] "GET /domains HTTP/1.1" 200 281 0.002621 10.0.0.249 - - [2026-02-16 02:20:00] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001636 10.0.0.249 - - [2026-02-16 02:20:00] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 2584 0.012575 10.0.0.249 - - [2026-02-16 02:20:00] "GET /projects?obj_uuids=12114f14-df5a-4608-af5d-e436ad4313d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002277 10.0.0.249 - - [2026-02-16 02:20:00] "GET /project/12114f14-df5a-4608-af5d-e436ad4313d4 HTTP/1.1" 200 2851 0.081503 10.0.0.249 - - [2026-02-16 02:20:00] "GET /network-ipam/62337c21-38dd-4043-9fbc-c6afb1c40f73 HTTP/1.1" 200 2649 0.005144 10.0.0.249 - - [2026-02-16 02:20:00] "GET /domains HTTP/1.1" 200 281 0.002924 10.0.0.249 - - [2026-02-16 02:20:00] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001139 10.0.0.249 - - [2026-02-16 02:20:00] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 2584 0.008873 10.0.0.249 - - [2026-02-16 02:20:00] "GET /projects?obj_uuids=12114f14-df5a-4608-af5d-e436ad4313d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002091 10.0.0.249 - - [2026-02-16 02:20:00] "GET /project/12114f14-df5a-4608-af5d-e436ad4313d4 HTTP/1.1" 200 2851 0.076756 10.0.0.249 - - [2026-02-16 02:20:00] "GET /virtual-network/7f2b7abe-8ea6-442c-a663-3e26e245bd69 HTTP/1.1" 200 3788 0.022966 10.0.0.249 - - [2026-02-16 02:20:00] "GET /virtual-network/7f2b7abe-8ea6-442c-a663-3e26e245bd69 HTTP/1.1" 200 3788 0.009830 10.0.0.249 - - [2026-02-16 02:20:00] "GET /routing-instance/09f47c34-2e72-46b9-98c7-a084e1b0d2ee HTTP/1.1" 200 2384 0.004139 10.0.0.249 - - [2026-02-16 02:20:00] "GET /routing-instance/09f47c34-2e72-46b9-98c7-a084e1b0d2ee HTTP/1.1" 200 2384 0.005086 10.0.0.249 - - [2026-02-16 02:20:00] "GET /route-target/e501c7b3-4e61-4938-8a11-8bd4b00f22fc HTTP/1.1" 200 1206 0.004077 10.0.0.249 - - [2026-02-16 02:20:00] "GET /virtual-network/7f2b7abe-8ea6-442c-a663-3e26e245bd69 HTTP/1.1" 200 3788 0.007644 10.0.0.249 - - [2026-02-16 02:20:01] "GET /routing-instance/09f47c34-2e72-46b9-98c7-a084e1b0d2ee HTTP/1.1" 200 2384 0.005015 10.0.0.249 - - [2026-02-16 02:20:01] "GET /virtual-network/7f2b7abe-8ea6-442c-a663-3e26e245bd69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006391 10.0.0.249 - - [2026-02-16 02:20:01] "GET /virtual-network/7f2b7abe-8ea6-442c-a663-3e26e245bd69 HTTP/1.1" 200 3788 0.017753 10.0.0.249 - - [2026-02-16 02:20:01] "GET /routing-instance/09f47c34-2e72-46b9-98c7-a084e1b0d2ee HTTP/1.1" 200 2384 0.013429 10.0.0.249 - - [2026-02-16 02:20:01] "GET /routing-instance/09f47c34-2e72-46b9-98c7-a084e1b0d2ee HTTP/1.1" 200 2384 0.009840 10.0.0.249 - - [2026-02-16 02:20:01] "GET /route-target/e501c7b3-4e61-4938-8a11-8bd4b00f22fc HTTP/1.1" 200 1206 0.008814 10.0.0.249 - - [2026-02-16 02:20:01] "GET /domains HTTP/1.1" 200 281 0.002837 10.0.0.249 - - [2026-02-16 02:20:01] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001290 10.0.0.249 - - [2026-02-16 02:20:01] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 2584 0.015070 10.0.0.249 - - [2026-02-16 02:20:01] "GET /projects?obj_uuids=12114f14-df5a-4608-af5d-e436ad4313d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002162 10.0.0.249 - - [2026-02-16 02:20:01] "GET /project/12114f14-df5a-4608-af5d-e436ad4313d4 HTTP/1.1" 200 2851 0.093377 10.0.0.249 - - [2026-02-16 02:20:01] "GET /virtual-network/7f2b7abe-8ea6-442c-a663-3e26e245bd69 HTTP/1.1" 200 3788 0.012993 10.0.0.249 - - [2026-02-16 02:20:01] "POST /neutron/network HTTP/1.1" 200 1004 0.008822 10.0.0.249 - - [2026-02-16 02:20:01] "GET /projects?obj_uuids=12114f14-df5a-4608-af5d-e436ad4313d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001210 10.0.0.249 - - [2026-02-16 02:20:01] "POST /neutron/port HTTP/1.1" 200 1055 0.328062 10.0.0.249 - - [2026-02-16 02:20:01] "POST /neutron/port HTTP/1.1" 200 1055 0.024621 10.0.0.249 - - [2026-02-16 02:20:01] "POST /neutron/port HTTP/1.1" 200 1055 0.010476 10.0.0.249 - - [2026-02-16 02:20:01] "GET /obj-perms HTTP/1.1" 200 5049 0.102424 10.0.0.249 - - [2026-02-16 02:20:01] "POST /neutron/port HTTP/1.1" 200 1109 0.087815 10.0.0.249 - - [2026-02-16 02:20:01] "POST /neutron/port HTTP/1.1" 200 1119 0.013290 10.0.0.249 - - [2026-02-16 02:20:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006364 10.0.0.249 - - [2026-02-16 02:20:01] "POST /neutron/port HTTP/1.1" 200 1119 0.015499 10.0.0.249 - - [2026-02-16 02:20:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005983 10.0.0.249 - - [2026-02-16 02:20:02] "POST /neutron/port HTTP/1.1" 200 1119 0.108653 10.0.0.249 - - [2026-02-16 02:20:02] "POST /neutron/subnet HTTP/1.1" 200 673 0.016837 10.0.0.249 - - [2026-02-16 02:20:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009996 10.0.0.249 - - [2026-02-16 02:20:02] "POST /neutron/port HTTP/1.1" 200 117 0.001951 10.0.0.249 - - [2026-02-16 02:20:02] "POST /neutron/network HTTP/1.1" 200 994 0.010507 10.0.0.249 - - [2026-02-16 02:20:02] "POST /neutron/port HTTP/1.1" 200 1119 0.015628 10.0.0.249 - - [2026-02-16 02:20:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006504 10.0.0.249 - - [2026-02-16 02:20:02] "GET /virtual-machine/6caa01d4-83aa-4a3d-880c-c88271ae92b4 HTTP/1.1" 200 1289 0.009626 10.0.0.249 - - [2026-02-16 02:20:02] "GET /virtual-machine-interface/dd1a87e9-3a4d-47ab-a17c-0380e71a881c HTTP/1.1" 200 2949 0.006127 10.0.0.249 - - [2026-02-16 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.249 - - [2026-02-16 02:20:02] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004314 10.0.0.249 - - [2026-02-16 02:20:02] "GET /virtual-networks?parent_id=12114f14-df5a-4608-af5d-e436ad4313d4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004331 10.0.0.249 - - [2026-02-16 02:20:02] "GET /virtual-network/7f2b7abe-8ea6-442c-a663-3e26e245bd69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.007597 10.0.0.249 - - [2026-02-16 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.249 - - [2026-02-16 02:20:05] "GET /virtual-network/7f2b7abe-8ea6-442c-a663-3e26e245bd69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005171 10.0.0.249 - - [2026-02-16 02:20:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000514 10.0.0.249 - - [2026-02-16 02:20:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000596 10.0.0.249 - - [2026-02-16 02:20:08] "GET /global-system-configs HTTP/1.1" 401 293 0.000483 10.0.0.249 - - [2026-02-16 02:20:08] "GET /global-system-configs HTTP/1.1" 401 293 0.000387 10.0.0.249 - - [2026-02-16 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.249 - - [2026-02-16 02:20:09] "GET /virtual-network/7f2b7abe-8ea6-442c-a663-3e26e245bd69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005602 10.0.0.249 - - [2026-02-16 02:20:10] "POST /neutron/port HTTP/1.1" 200 1119 0.013631 10.0.0.249 - - [2026-02-16 02:20:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005130 10.0.0.249 - - [2026-02-16 02:20:10] "POST /neutron/port HTTP/1.1" 200 1119 0.014065 10.0.0.249 - - [2026-02-16 02:20:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004954 10.0.0.249 - - [2026-02-16 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.249 - - [2026-02-16 02:20:11] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002795 10.0.0.249 - - [2026-02-16 02:20:11] "GET /virtual-networks?parent_id=12114f14-df5a-4608-af5d-e436ad4313d4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002602 10.0.0.249 - - [2026-02-16 02:20:11] "GET /virtual-network/7f2b7abe-8ea6-442c-a663-3e26e245bd69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006959 10.0.0.249 - - [2026-02-16 02:20:12] "POST /neutron/port HTTP/1.1" 200 1119 0.012370 10.0.0.249 - - [2026-02-16 02:20:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006325 10.0.0.249 - - [2026-02-16 02:20:12] "POST /neutron/port HTTP/1.1" 200 1119 0.015741 10.0.0.249 - - [2026-02-16 02:20:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006765 10.0.0.249 - - [2026-02-16 02:20:17] "POST /neutron/port HTTP/1.1" 200 1119 0.013903 10.0.0.249 - - [2026-02-16 02:20:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005589 10.0.0.249 - - [2026-02-16 02:20:17] "POST /neutron/port HTTP/1.1" 200 1119 0.012568 10.0.0.249 - - [2026-02-16 02:20:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006267 10.0.0.249 - - [2026-02-16 02:20:17] "POST /neutron/port HTTP/1.1" 200 1119 0.014872 10.0.0.249 - - [2026-02-16 02:20:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005900 10.0.0.249 - - [2026-02-16 02:20:17] "GET /virtual-machine/16950b1d-89ae-4a27-8f43-d45baa055d27 HTTP/1.1" 200 1290 0.005006 10.0.0.249 - - [2026-02-16 02:20:17] "GET /virtual-machine-interface/a4f1f9d2-2024-4af8-8644-26d8a1f1256a HTTP/1.1" 200 2948 0.005775 10.0.0.249 - - [2026-02-16 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.249 - - [2026-02-16 02:20:17] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002865 10.0.0.249 - - [2026-02-16 02:20:17] "GET /virtual-networks?parent_id=12114f14-df5a-4608-af5d-e436ad4313d4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002753 10.0.0.249 - - [2026-02-16 02:20:17] "GET /virtual-network/7f2b7abe-8ea6-442c-a663-3e26e245bd69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005835 10.0.0.249 - - [2026-02-16 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.249 - - [2026-02-16 02:20:18] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004122 10.0.0.249 - - [2026-02-16 02:20:18] "GET /virtual-networks?parent_id=12114f14-df5a-4608-af5d-e436ad4313d4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003503 10.0.0.249 - - [2026-02-16 02:20:18] "GET /virtual-network/7f2b7abe-8ea6-442c-a663-3e26e245bd69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006088 10.0.0.249 - - [2026-02-16 02:20:19] "POST /neutron/port HTTP/1.1" 200 1119 0.013764 10.0.0.249 - - [2026-02-16 02:20:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009627 10.0.0.249 - - [2026-02-16 02:20:19] "POST /neutron/port HTTP/1.1" 200 1119 0.014104 10.0.0.249 - - [2026-02-16 02:20:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005866 10.0.0.249 - - [2026-02-16 02:20:19] "POST /neutron/port HTTP/1.1" 200 1119 0.012814 10.0.0.249 - - [2026-02-16 02:20:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009457 10.0.0.249 - - [2026-02-16 02:20:19] "GET /virtual-machine/c6aa2299-8e2e-4dc5-a390-469339814d23 HTTP/1.1" 200 1295 0.005366 10.0.0.249 - - [2026-02-16 02:20:19] "GET /virtual-machine-interface/11b27338-aa68-44c6-ae24-bc3451ea11e1 HTTP/1.1" 200 2948 0.005036 10.0.0.249 - - [2026-02-16 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.249 - - [2026-02-16 02:20:19] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003371 10.0.0.249 - - [2026-02-16 02:20:19] "GET /virtual-networks?parent_id=12114f14-df5a-4608-af5d-e436ad4313d4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003588 10.0.0.249 - - [2026-02-16 02:20:19] "GET /virtual-network/7f2b7abe-8ea6-442c-a663-3e26e245bd69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005778 10.0.0.249 - - [2026-02-16 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.249 - - [2026-02-16 02:20:20] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003309 10.0.0.249 - - [2026-02-16 02:20:20] "GET /virtual-networks?parent_id=12114f14-df5a-4608-af5d-e436ad4313d4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003597 10.0.0.249 - - [2026-02-16 02:20:20] "GET /virtual-network/7f2b7abe-8ea6-442c-a663-3e26e245bd69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005778 10.0.0.249 - - [2026-02-16 02:20:30] "POST /neutron/port HTTP/1.1" 200 1119 0.013341 10.0.0.249 - - [2026-02-16 02:20:30] "POST /neutron/port HTTP/1.1" 200 1119 0.012437 10.0.0.249 - - [2026-02-16 02:20:30] "POST /neutron/network HTTP/1.1" 200 1004 0.005231 10.0.0.249 - - [2026-02-16 02:20:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002582 10.0.0.249 - - [2026-02-16 02:20:30] "POST /neutron/subnet HTTP/1.1" 200 673 0.007685 10.0.0.249 - - [2026-02-16 02:20:30] "POST /neutron/port HTTP/1.1" 200 117 0.001060 10.0.0.249 - - [2026-02-16 02:20:30] "POST /neutron/network HTTP/1.1" 200 994 0.006218 10.0.0.249 - - [2026-02-16 02:20:36] "POST /neutron/port HTTP/1.1" 200 1109 0.013303 10.0.0.249 - - [2026-02-16 02:20:36] "POST /neutron/port HTTP/1.1" 200 1109 0.011449 10.0.0.249 - - [2026-02-16 02:20:36] "POST /neutron/port HTTP/1.1" 200 151 0.151382 10.0.0.249 - - [2026-02-16 02:20:36] "POST /neutron/port HTTP/1.1" 200 1109 0.012084 10.0.0.249 - - [2026-02-16 02:20:36] "POST /neutron/port HTTP/1.1" 200 1109 0.008939 10.0.0.249 - - [2026-02-16 02:20:37] "POST /neutron/port HTTP/1.1" 200 151 0.122489 10.0.0.249 - - [2026-02-16 02:20:37] "POST /neutron/port HTTP/1.1" 200 1119 0.020337 10.0.0.249 - - [2026-02-16 02:20:37] "POST /neutron/network HTTP/1.1" 200 994 0.010113 10.0.0.249 - - [2026-02-16 02:20:37] "POST /neutron/network HTTP/1.1" 400 204 0.014497 10.0.0.249 - - [2026-02-16 02:20:37] "POST /neutron/port HTTP/1.1" 200 1109 0.014974 10.0.0.249 - - [2026-02-16 02:20:37] "POST /neutron/port HTTP/1.1" 200 151 0.121372 10.0.0.249 - - [2026-02-16 02:20:39] "POST /neutron/network HTTP/1.1" 200 994 0.008298 10.0.0.249 - - [2026-02-16 02:20:39] "POST /useragent-kv HTTP/1.1" 200 115 0.004498 10.0.0.249 - - [2026-02-16 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.006020 10.0.0.249 - - [2026-02-16 02:20:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002565 10.0.0.249 - - [2026-02-16 02:20:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002813 10.0.0.249 - - [2026-02-16 02:20:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002508 10.0.0.249 - - [2026-02-16 02:20:39] "POST /neutron/network HTTP/1.1" 200 151 0.114698 10.0.0.249 - - [2026-02-16 02:20:39] "DELETE /route-target/e501c7b3-4e61-4938-8a11-8bd4b00f22fc HTTP/1.1" 200 115 0.023023 10.0.0.249 - - [2026-02-16 02:20:39] "GET /routing-instance/09f47c34-2e72-46b9-98c7-a084e1b0d2ee HTTP/1.1" 404 171 0.006547 10.0.0.249 - - [2026-02-16 02:20:39] "GET /domains HTTP/1.1" 200 281 0.003929 10.0.0.249 - - [2026-02-16 02:20:39] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000896 10.0.0.249 - - [2026-02-16 02:20:39] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 2584 0.048704 10.0.0.249 - - [2026-02-16 02:20:39] "GET /projects?obj_uuids=12114f14-df5a-4608-af5d-e436ad4313d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001731 10.0.0.249 - - [2026-02-16 02:20:39] "GET /project/12114f14-df5a-4608-af5d-e436ad4313d4 HTTP/1.1" 200 2091 0.070127 10.0.0.249 - - [2026-02-16 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002658 10.0.0.249 - - [2026-02-16 02:20:39] "DELETE /network-ipam/62337c21-38dd-4043-9fbc-c6afb1c40f73 HTTP/1.1" 200 115 0.024226 10.0.0.249 - - [2026-02-16 02:20:39] "POST /fqname-to-id HTTP/1.1" 404 211 0.002486 10.0.0.249 - - [2026-02-16 02:20:39] "GET /projects?obj_uuids=12114f14-df5a-4608-af5d-e436ad4313d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001387 10.0.0.249 - - [2026-02-16 02:20:39] "GET /project/12114f14-df5a-4608-af5d-e436ad4313d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.030928 10.0.0.249 - - [2026-02-16 02:20:39] "GET /projects?obj_uuids=12114f14-df5a-4608-af5d-e436ad4313d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001491 10.0.0.249 - - [2026-02-16 02:20:40] "GET /project/12114f14-df5a-4608-af5d-e436ad4313d4?fields=virtual_networks HTTP/1.1" 200 1034 0.069031 10.0.0.249 - - [2026-02-16 02:20:40] "GET /projects?obj_uuids=12114f14-df5a-4608-af5d-e436ad4313d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002749 10.0.0.249 - - [2026-02-16 02:20:40] "GET /project/12114f14-df5a-4608-af5d-e436ad4313d4?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.034106 10.0.0.249 - - [2026-02-16 02:20:40] "GET /projects?obj_uuids=12114f14-df5a-4608-af5d-e436ad4313d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001607 10.0.0.249 - - [2026-02-16 02:20:40] "GET /project/12114f14-df5a-4608-af5d-e436ad4313d4?fields=security_groups HTTP/1.1" 200 1261 0.034012 10.0.0.249 - - [2026-02-16 02:20:41] "POST /neutron/port HTTP/1.1" 200 117 0.005006 10.0.0.249 - - [2026-02-16 02:20:41] "POST /neutron/port HTTP/1.1" 400 205 0.002963 10.0.0.249 - - [2026-02-16 02:20:42] "POST /neutron/port HTTP/1.1" 200 117 0.005729 10.0.0.249 - - [2026-02-16 02:20:42] "POST /neutron/port HTTP/1.1" 400 205 0.004128 10.0.0.249 - - [2026-02-16 02:20:47] "GET /projects?obj_uuids=12114f14-df5a-4608-af5d-e436ad4313d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000869 10.0.0.249 - - [2026-02-16 02:20:47] "GET /project/12114f14-df5a-4608-af5d-e436ad4313d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.021945 10.0.0.249 - - [2026-02-16 02:20:47] "GET /projects?obj_uuids=12114f14-df5a-4608-af5d-e436ad4313d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000954 10.0.0.249 - - [2026-02-16 02:20:47] "GET /project/12114f14-df5a-4608-af5d-e436ad4313d4?fields=security_groups HTTP/1.1" 200 1363 0.069985 10.0.0.249 - - [2026-02-16 02:20:47] "DELETE /security-group/c47de34c-483d-4796-8181-fd7681790c01 HTTP/1.1" 200 115 0.033087 10.0.0.249 - - [2026-02-16 02:20:47] "GET /projects?obj_uuids=12114f14-df5a-4608-af5d-e436ad4313d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001246 10.0.0.249 - - [2026-02-16 02:20:47] "GET /project/12114f14-df5a-4608-af5d-e436ad4313d4?fields=application_policy_sets HTTP/1.1" 200 1402 0.041378 10.0.0.249 - - [2026-02-16 02:20:47] "DELETE /access-control-list/865bdd80-ab3b-4b9e-ba6a-0beebc54e8d3 HTTP/1.1" 200 115 0.070103 10.0.0.249 - - [2026-02-16 02:20:47] "DELETE /access-control-list/e0355fe9-6af2-43b2-88e2-d824dd9845dc HTTP/1.1" 200 115 0.055768 10.0.0.249 - - [2026-02-16 02:20:47] "DELETE /project/12114f14-df5a-4608-af5d-e436ad4313d4 HTTP/1.1" 200 115 0.328569 10.0.0.249 - - [2026-02-16 02:20:48] "GET / HTTP/1.1" 200 36215 0.001903 10.0.0.249 - - [2026-02-16 02:20:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000684 10.0.0.249 - - [2026-02-16 02:20:50] "POST /fqname-to-id HTTP/1.1" 404 183 0.058280 10.0.0.249 - - [2026-02-16 02:20:50] "GET /projects?obj_uuids=d63ff5af-1546-44ab-b5f6-cc2f33c8ffa5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002114 10.0.0.249 - - [2026-02-16 02:20:50] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001282 10.0.0.249 - - [2026-02-16 02:20:50] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006958 10.0.0.249 - - [2026-02-16 02:20:50] "POST /id-to-fqname HTTP/1.1" 200 185 0.001262 10.0.0.249 - - [2026-02-16 02:20:50] "POST /fqname-to-id HTTP/1.1" 404 194 0.006118 10.0.0.249 - - [2026-02-16 02:20:50] "POST /security-groups HTTP/1.1" 200 586 0.063148 10.0.0.249 - - [2026-02-16 02:20:50] "POST /fqname-to-id HTTP/1.1" 404 229 0.004458 10.0.0.249 - - [2026-02-16 02:20:50] "POST /projects HTTP/1.1" 200 575 0.224985 10.0.0.249 - - [2026-02-16 02:20:50] "POST /access-control-lists HTTP/1.1" 200 593 0.061408 10.0.0.249 - - [2026-02-16 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.297679 10.0.0.249 - - [2026-02-16 02:20:50] "POST /fqname-to-id HTTP/1.1" 404 228 0.003199 10.0.0.249 - - [2026-02-16 02:20:50] "GET /project/d63ff5af-1546-44ab-b5f6-cc2f33c8ffa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.426335 10.0.0.249 - - [2026-02-16 02:20:50] "POST /access-control-lists HTTP/1.1" 200 591 0.065112 10.0.0.249 - - [2026-02-16 02:20:51] "GET / HTTP/1.1" 200 36215 0.003227 10.0.0.249 - - [2026-02-16 02:20:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000633 10.0.0.249 - - [2026-02-16 02:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.031211 10.0.0.249 - - [2026-02-16 02:20:54] "GET /api-access-list/0a6029d9-e560-444e-889e-bff6c571056c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004167 10.0.0.249 - - [2026-02-16 02:20:54] "GET /api-access-list/0a6029d9-e560-444e-889e-bff6c571056c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004425 10.0.0.249 - - [2026-02-16 02:20:54] "GET /api-access-list/0a6029d9-e560-444e-889e-bff6c571056c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003214 10.0.0.249 - - [2026-02-16 02:20:54] "PUT /api-access-list/0a6029d9-e560-444e-889e-bff6c571056c HTTP/1.1" 200 265 0.009548 10.0.0.249 - - [2026-02-16 02:20:54] "GET /aaa-mode HTTP/1.1" 401 293 0.000474 10.0.0.249 - - [2026-02-16 02:20:55] "GET /aaa-mode HTTP/1.1" 200 128 0.031769 10.0.0.249 - - [2026-02-16 02:20:55] "POST /fqname-to-id HTTP/1.1" 404 183 0.033520 10.0.0.249 - - [2026-02-16 02:20:55] "GET /projects?obj_uuids=32eb4495-f3fb-48da-adfc-197da827820b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002560 10.0.0.249 - - [2026-02-16 02:20:55] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000933 10.0.0.249 - - [2026-02-16 02:20:55] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007259 10.0.0.249 - - [2026-02-16 02:20:55] "POST /id-to-fqname HTTP/1.1" 200 185 0.001718 10.0.0.249 - - [2026-02-16 02:20:56] "POST /fqname-to-id HTTP/1.1" 404 194 0.005773 10.0.0.249 - - [2026-02-16 02:20:56] "POST /security-groups HTTP/1.1" 200 586 0.080072 10.0.0.249 - - [2026-02-16 02:20:56] "POST /fqname-to-id HTTP/1.1" 404 229 0.003034 10.0.0.249 - - [2026-02-16 02:20:56] "POST /projects HTTP/1.1" 200 575 0.239192 10.0.0.249 - - [2026-02-16 02:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.312777 10.0.0.249 - - [2026-02-16 02:20:56] "POST /access-control-lists HTTP/1.1" 200 593 0.063612 10.0.0.249 - - [2026-02-16 02:20:56] "POST /fqname-to-id HTTP/1.1" 404 228 0.002176 10.0.0.249 - - [2026-02-16 02:20:56] "GET /project/32eb4495-f3fb-48da-adfc-197da827820b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.447212 10.0.0.249 - - [2026-02-16 02:20:56] "POST /access-control-lists HTTP/1.1" 200 591 0.072518 10.0.0.249 - - [2026-02-16 02:20:56] "GET /obj-perms HTTP/1.1" 200 5075 0.406360 10.0.0.249 - - [2026-02-16 02:20:57] "POST /fqname-to-id HTTP/1.1" 404 183 0.369761 10.0.0.249 - - [2026-02-16 02:20:57] "GET /obj-perms HTTP/1.1" 200 5075 0.082026 10.0.0.249 - - [2026-02-16 02:20:57] "GET /projects?obj_uuids=df2bffdd-f207-49fa-80c5-b15e9fedecea&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002660 10.0.0.249 - - [2026-02-16 02:20:57] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001117 10.0.0.249 - - [2026-02-16 02:20:57] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008812 10.0.0.249 - - [2026-02-16 02:20:57] "POST /id-to-fqname HTTP/1.1" 200 185 0.001389 10.0.0.249 - - [2026-02-16 02:20:57] "POST /fqname-to-id HTTP/1.1" 404 194 0.002145 10.0.0.249 - - [2026-02-16 02:20:57] "POST /security-groups HTTP/1.1" 200 586 0.072469 10.0.0.249 - - [2026-02-16 02:20:57] "POST /fqname-to-id HTTP/1.1" 404 229 0.002718 10.0.0.249 - - [2026-02-16 02:20:57] "POST /projects HTTP/1.1" 200 575 0.230009 10.0.0.249 - - [2026-02-16 02:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.275080 10.0.0.249 - - [2026-02-16 02:20:57] "POST /access-control-lists HTTP/1.1" 200 593 0.058673 10.0.0.249 - - [2026-02-16 02:20:57] "GET /project/df2bffdd-f207-49fa-80c5-b15e9fedecea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.414322 10.0.0.249 - - [2026-02-16 02:20:57] "POST /fqname-to-id HTTP/1.1" 404 228 0.002452 10.0.0.249 - - [2026-02-16 02:20:57] "POST /access-control-lists HTTP/1.1" 200 591 0.060099 10.0.0.249 - - [2026-02-16 02:20:58] "GET / HTTP/1.1" 200 36215 0.001941 10.0.0.249 - - [2026-02-16 02:20:59] "GET / HTTP/1.1" 200 36215 0.001806 10.0.0.249 - - [2026-02-16 02:20:59] "POST /fqname-to-id HTTP/1.1" 404 183 0.003907 10.0.0.249 - - [2026-02-16 02:20:59] "POST /api-access-lists HTTP/1.1" 200 523 0.017942 10.0.0.249 - - [2026-02-16 02:20:59] "GET /api-access-list/10eeaecd-83ed-4e2f-90a2-6b75aed7d785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1267 0.004405 10.0.0.249 - - [2026-02-16 02:20:59] "GET /api-access-list/10eeaecd-83ed-4e2f-90a2-6b75aed7d785 HTTP/1.1" 401 293 0.000500 10.0.0.249 - - [2026-02-16 02:21:00] "GET /api-access-list/10eeaecd-83ed-4e2f-90a2-6b75aed7d785 HTTP/1.1" 200 1267 0.060963 10.0.0.249 - - [2026-02-16 02:21:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000426 10.0.0.249 - - [2026-02-16 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.071015 10.0.0.249 - - [2026-02-16 02:21:00] "GET /projects?obj_uuids=32eb4495-f3fb-48da-adfc-197da827820b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001059 10.0.0.249 - - [2026-02-16 02:21:00] "GET /project/32eb4495-f3fb-48da-adfc-197da827820b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.037163 10.0.0.249 - - [2026-02-16 02:21:00] "GET /virtual-networks?parent_id=32eb4495-f3fb-48da-adfc-197da827820b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011527 10.0.0.249 - - [2026-02-16 02:21:00] "POST /virtual-networks HTTP/1.1" 200 570 0.052546 10.0.0.249 - - [2026-02-16 02:21:00] "POST /route-targets HTTP/1.1" 200 328 0.009767 10.0.0.249 - - [2026-02-16 02:21:00] "POST /ref-update HTTP/1.1" 200 156 0.017418 10.0.0.249 - - [2026-02-16 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.019007 10.0.0.249 - - [2026-02-16 02:21:00] "GET /network-ipam/63910945-c1b7-45c5-b178-02f02a4b2468?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.010466 10.0.0.249 - - [2026-02-16 02:21:01] "POST /useragent-kv HTTP/1.1" 200 115 0.005124 10.0.0.249 - - [2026-02-16 02:21:01] "POST /ref-update HTTP/1.1" 200 156 0.058235 10.0.0.249 - - [2026-02-16 02:21:01] "POST /neutron/network HTTP/1.1" 200 830 0.052833 10.0.0.249 - - [2026-02-16 02:21:01] "POST /neutron/network HTTP/1.1" 200 830 0.021919 10.0.0.249 - - [2026-02-16 02:21:01] "GET /virtual-network/a483f8aa-6edb-4733-b87a-37c30ed02769?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.013788 10.0.0.249 - - [2026-02-16 02:21:01] "POST /neutron/network HTTP/1.1" 200 830 0.030544 10.0.0.249 - - [2026-02-16 02:21:01] "POST /neutron/subnet HTTP/1.1" 200 668 0.025317 10.0.0.249 - - [2026-02-16 02:21:01] "GET /virtual-network/a483f8aa-6edb-4733-b87a-37c30ed02769 HTTP/1.1" 401 293 0.000450 10.0.0.249 - - [2026-02-16 02:21:01] "GET /virtual-network/a483f8aa-6edb-4733-b87a-37c30ed02769 HTTP/1.1" 200 2266 0.048602 10.0.0.249 - - [2026-02-16 02:21:01] "GET /virtual-network/a483f8aa-6edb-4733-b87a-37c30ed02769 HTTP/1.1" 401 293 0.000383 10.0.0.249 - - [2026-02-16 02:21:02] "GET /virtual-network/a483f8aa-6edb-4733-b87a-37c30ed02769 HTTP/1.1" 200 2005 0.045115 10.0.0.249 - - [2026-02-16 02:21:02] "GET /obj-perms HTTP/1.1" 200 4934 0.065019 10.0.0.249 - - [2026-02-16 02:21:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000430 10.0.0.249 - - [2026-02-16 02:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.031138 10.0.0.249 - - [2026-02-16 02:21:02] "GET /virtual-network/a483f8aa-6edb-4733-b87a-37c30ed02769?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.015341 10.0.0.249 - - [2026-02-16 02:21:03] "GET /obj-perms HTTP/1.1" 200 4934 0.010387 10.0.0.249 - - [2026-02-16 02:21:03] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.020956 10.0.0.249 - - [2026-02-16 02:21:03] "GET /obj-perms HTTP/1.1" 200 4934 0.078589 10.0.0.249 - - [2026-02-16 02:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002452 10.0.0.249 - - [2026-02-16 02:21:03] "GET /virtual-network/a483f8aa-6edb-4733-b87a-37c30ed02769?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.017089 10.0.0.249 - - [2026-02-16 02:21:03] "GET /obj-perms HTTP/1.1" 200 4934 0.012115 10.0.0.249 - - [2026-02-16 02:21:03] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.018242 10.0.0.249 - - [2026-02-16 02:21:03] "POST /id-to-fqname HTTP/1.1" 401 293 0.000495 10.0.0.249 - - [2026-02-16 02:21:04] "POST /id-to-fqname HTTP/1.1" 200 230 0.041517 10.0.0.249 - - [2026-02-16 02:21:04] "POST /neutron/network HTTP/1.1" 200 840 0.051937 10.0.0.249 - - [2026-02-16 02:21:04] "GET /aaa-mode HTTP/1.1" 401 293 0.000411 10.0.0.249 - - [2026-02-16 02:21:05] "GET / HTTP/1.1" 200 36215 0.001780 10.0.0.249 - - [2026-02-16 02:21:05] "GET /project/df2bffdd-f207-49fa-80c5-b15e9fedecea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000391 10.0.0.249 - - [2026-02-16 02:21:05] "GET /projects?obj_uuids=df2bffdd-f207-49fa-80c5-b15e9fedecea&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001254 10.0.0.249 - - [2026-02-16 02:21:05] "GET /project/df2bffdd-f207-49fa-80c5-b15e9fedecea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.056036 10.0.0.249 - - [2026-02-16 02:21:05] "POST /neutron/network HTTP/1.1" 200 830 0.005728 10.0.0.249 - - [2026-02-16 02:21:05] "POST /neutron/port HTTP/1.1" 200 117 0.036514 10.0.0.249 - - [2026-02-16 02:21:06] "POST /neutron/port HTTP/1.1" 200 117 0.005243 10.0.0.249 - - [2026-02-16 02:21:06] "POST /neutron/port HTTP/1.1" 200 117 0.005043 10.0.0.249 - - [2026-02-16 02:21:06] "POST /neutron/network HTTP/1.1" 200 840 0.022262 10.0.0.249 - - [2026-02-16 02:21:06] "POST /neutron/network HTTP/1.1" 200 830 0.020369 10.0.0.249 - - [2026-02-16 02:21:06] "GET /projects?obj_uuids=df2bffdd-f207-49fa-80c5-b15e9fedecea&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001606 10.0.0.249 - - [2026-02-16 02:21:06] "POST /neutron/port HTTP/1.1" 200 1054 0.345189 10.0.0.249 - - [2026-02-16 02:21:06] "POST /neutron/port HTTP/1.1" 200 1054 0.015231 10.0.0.249 - - [2026-02-16 02:21:06] "POST /neutron/port HTTP/1.1" 200 1054 0.010769 10.0.0.249 - - [2026-02-16 02:21:06] "POST /neutron/port HTTP/1.1" 200 1108 0.060605 10.0.0.249 - - [2026-02-16 02:21:07] "POST /neutron/port HTTP/1.1" 200 1118 0.012218 10.0.0.249 - - [2026-02-16 02:21:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003348 10.0.0.249 - - [2026-02-16 02:21:07] "POST /neutron/subnet HTTP/1.1" 200 642 0.008307 10.0.0.249 - - [2026-02-16 02:21:07] "POST /neutron/port HTTP/1.1" 200 117 0.001584 10.0.0.249 - - [2026-02-16 02:21:07] "POST /neutron/network HTTP/1.1" 200 830 0.004920 10.0.0.249 - - [2026-02-16 02:21:11] "POST /neutron/port HTTP/1.1" 200 1118 0.012326 10.0.0.249 - - [2026-02-16 02:21:11] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006480 10.0.0.249 - - [2026-02-16 02:21:11] "POST /neutron/port HTTP/1.1" 200 1118 0.013507 10.0.0.249 - - [2026-02-16 02:21:11] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006080 10.0.0.249 - - [2026-02-16 02:21:11] "POST /neutron/port HTTP/1.1" 200 1118 0.012848 10.0.0.249 - - [2026-02-16 02:21:11] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005891 10.0.0.249 - - [2026-02-16 02:21:11] "POST /neutron/port HTTP/1.1" 200 1118 0.011849 10.0.0.249 - - [2026-02-16 02:21:11] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005752 10.0.0.249 - - [2026-02-16 02:21:11] "GET /virtual-machine/4133ff12-33e5-481c-b4c1-840a9640d90d HTTP/1.1" 200 1289 0.013080 10.0.0.249 - - [2026-02-16 02:21:11] "GET /virtual-machine/4133ff12-33e5-481c-b4c1-840a9640d90d HTTP/1.1" 200 1289 0.011217 10.0.0.249 - - [2026-02-16 02:21:11] "GET /virtual-machine-interface/45549f52-515d-4bf7-a272-c64e95036625 HTTP/1.1" 200 2536 0.015696 10.0.0.249 - - [2026-02-16 02:21:11] "GET /virtual-machine/4133ff12-33e5-481c-b4c1-840a9640d90d HTTP/1.1" 200 1289 0.012937 10.0.0.249 - - [2026-02-16 02:21:11] "GET /virtual-machine-interface/45549f52-515d-4bf7-a272-c64e95036625 HTTP/1.1" 200 2536 0.018825 10.0.0.249 - - [2026-02-16 02:21:11] "GET /instance-ip/93ae30f3-a5b3-4b4d-88c0-19cd7b5c2244 HTTP/1.1" 200 1627 0.013359 10.0.0.249 - - [2026-02-16 02:21:11] "GET /virtual-machine/4133ff12-33e5-481c-b4c1-840a9640d90d HTTP/1.1" 200 1289 0.010979 10.0.0.249 - - [2026-02-16 02:21:11] "GET /virtual-machine-interface/45549f52-515d-4bf7-a272-c64e95036625 HTTP/1.1" 200 2536 0.015458 10.0.0.249 - - [2026-02-16 02:21:11] "GET /instance-ip/93ae30f3-a5b3-4b4d-88c0-19cd7b5c2244 HTTP/1.1" 200 1627 0.013601 10.0.0.249 - - [2026-02-16 02:21:11] "POST /fqname-to-id HTTP/1.1" 403 339 0.009857 10.0.0.249 - - [2026-02-16 02:21:11] "GET / HTTP/1.1" 200 36215 0.001562 10.0.0.249 - - [2026-02-16 02:21:12] "POST /fqname-to-id HTTP/1.1" 401 293 0.000535 10.0.0.249 - - [2026-02-16 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.033578 10.0.0.249 - - [2026-02-16 02:21:12] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003485 10.0.0.249 - - [2026-02-16 02:21:12] "GET /virtual-networks?parent_id=df2bffdd-f207-49fa-80c5-b15e9fedecea&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010072 10.0.0.249 - - [2026-02-16 02:21:12] "POST /fqname-to-id HTTP/1.1" 403 339 0.009417 10.0.0.249 - - [2026-02-16 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.249 - - [2026-02-16 02:21:12] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003072 10.0.0.249 - - [2026-02-16 02:21:12] "GET /virtual-networks?parent_id=df2bffdd-f207-49fa-80c5-b15e9fedecea&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010390 10.0.0.249 - - [2026-02-16 02:21:12] "POST /fqname-to-id HTTP/1.1" 403 339 0.008970 10.0.0.249 - - [2026-02-16 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.249 - - [2026-02-16 02:21:12] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002792 10.0.0.249 - - [2026-02-16 02:21:12] "GET /virtual-networks?parent_id=df2bffdd-f207-49fa-80c5-b15e9fedecea&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011357 10.0.0.249 - - [2026-02-16 02:21:12] "POST /fqname-to-id HTTP/1.1" 403 339 0.011012 10.0.0.249 - - [2026-02-16 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.249 - - [2026-02-16 02:21:12] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003102 10.0.0.249 - - [2026-02-16 02:21:12] "GET /virtual-networks?parent_id=df2bffdd-f207-49fa-80c5-b15e9fedecea&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013081 10.0.0.249 - - [2026-02-16 02:21:12] "POST /fqname-to-id HTTP/1.1" 403 339 0.009382 10.0.0.249 - - [2026-02-16 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.249 - - [2026-02-16 02:21:12] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003059 10.0.0.249 - - [2026-02-16 02:21:12] "GET /virtual-networks?parent_id=df2bffdd-f207-49fa-80c5-b15e9fedecea&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015153 10.0.0.249 - - [2026-02-16 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.012089 10.0.0.249 - - [2026-02-16 02:21:16] "GET /virtual-network/a483f8aa-6edb-4733-b87a-37c30ed02769?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.013426 10.0.0.249 - - [2026-02-16 02:21:17] "POST /neutron/port HTTP/1.1" 200 1118 0.015702 10.0.0.249 - - [2026-02-16 02:21:17] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004974 10.0.0.249 - - [2026-02-16 02:21:18] "POST /fqname-to-id HTTP/1.1" 403 339 0.011387 10.0.0.249 - - [2026-02-16 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002327 10.0.0.249 - - [2026-02-16 02:21:18] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002978 10.0.0.249 - - [2026-02-16 02:21:18] "GET /virtual-networks?parent_id=df2bffdd-f207-49fa-80c5-b15e9fedecea&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014428 10.0.0.249 - - [2026-02-16 02:21:18] "POST /fqname-to-id HTTP/1.1" 403 339 0.014532 10.0.0.249 - - [2026-02-16 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002101 10.0.0.249 - - [2026-02-16 02:21:18] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003221 10.0.0.249 - - [2026-02-16 02:21:18] "GET /virtual-networks?parent_id=df2bffdd-f207-49fa-80c5-b15e9fedecea&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011016 10.0.0.249 - - [2026-02-16 02:21:18] "POST /fqname-to-id HTTP/1.1" 403 361 0.009373 10.0.0.249 - - [2026-02-16 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.249 - - [2026-02-16 02:21:18] "GET /routing-instance/70b12587-946f-427b-b14c-5bf4a0423ae8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.003926 10.0.0.249 - - [2026-02-16 02:21:18] "GET /route-target/cddd0ab8-5dce-4f1e-b795-adc1b3a5a7e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.010169 10.0.0.249 - - [2026-02-16 02:21:18] "GET /route-target/cddd0ab8-5dce-4f1e-b795-adc1b3a5a7e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003300 10.0.0.249 - - [2026-02-16 02:21:18] "POST /fqname-to-id HTTP/1.1" 403 339 0.012413 10.0.0.249 - - [2026-02-16 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002265 10.0.0.249 - - [2026-02-16 02:21:18] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003650 10.0.0.249 - - [2026-02-16 02:21:18] "GET /virtual-networks?parent_id=df2bffdd-f207-49fa-80c5-b15e9fedecea&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011050 10.0.0.249 - - [2026-02-16 02:21:18] "POST /fqname-to-id HTTP/1.1" 403 361 0.009586 10.0.0.249 - - [2026-02-16 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.249 - - [2026-02-16 02:21:18] "GET /routing-instance/70b12587-946f-427b-b14c-5bf4a0423ae8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.003849 10.0.0.249 - - [2026-02-16 02:21:18] "GET /route-target/cddd0ab8-5dce-4f1e-b795-adc1b3a5a7e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.011439 10.0.0.249 - - [2026-02-16 02:21:18] "GET /route-target/cddd0ab8-5dce-4f1e-b795-adc1b3a5a7e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003565 10.0.0.249 - - [2026-02-16 02:21:18] "GET /obj-perms HTTP/1.1" 200 4934 0.009814 10.0.0.249 - - [2026-02-16 02:21:18] "GET /virtual-machine/4133ff12-33e5-481c-b4c1-840a9640d90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009561 10.0.0.249 - - [2026-02-16 02:21:20] "GET /obj-perms HTTP/1.1" 200 4934 0.009807 10.0.0.249 - - [2026-02-16 02:21:20] "GET /virtual-machine/4133ff12-33e5-481c-b4c1-840a9640d90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.011909 10.0.0.249 - - [2026-02-16 02:21:23] "GET /obj-perms HTTP/1.1" 200 4934 0.009829 10.0.0.249 - - [2026-02-16 02:21:23] "GET /virtual-machine/4133ff12-33e5-481c-b4c1-840a9640d90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.011520 10.0.0.249 - - [2026-02-16 02:21:25] "GET /obj-perms HTTP/1.1" 200 4934 0.012599 10.0.0.249 - - [2026-02-16 02:21:25] "GET /virtual-machine/4133ff12-33e5-481c-b4c1-840a9640d90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009486 10.0.0.249 - - [2026-02-16 02:21:25] "GET /obj-perms HTTP/1.1" 200 4934 0.010043 10.0.0.249 - - [2026-02-16 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002658 10.0.0.249 - - [2026-02-16 02:21:25] "GET /virtual-machine-interface/45549f52-515d-4bf7-a272-c64e95036625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.015692 10.0.0.249 - - [2026-02-16 02:21:25] "GET /obj-perms HTTP/1.1" 200 4934 0.009988 10.0.0.249 - - [2026-02-16 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.249 - - [2026-02-16 02:21:25] "GET /virtual-machine-interface/45549f52-515d-4bf7-a272-c64e95036625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.015112 10.0.0.249 - - [2026-02-16 02:21:25] "GET /obj-perms HTTP/1.1" 200 4934 0.010400 10.0.0.249 - - [2026-02-16 02:21:25] "GET /virtual-machine/4133ff12-33e5-481c-b4c1-840a9640d90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.020720 10.0.0.249 - - [2026-02-16 02:21:25] "GET /obj-perms HTTP/1.1" 200 4934 0.010114 10.0.0.249 - - [2026-02-16 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.249 - - [2026-02-16 02:21:25] "GET /virtual-machine-interface/45549f52-515d-4bf7-a272-c64e95036625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.016852 10.0.0.249 - - [2026-02-16 02:21:25] "GET /obj-perms HTTP/1.1" 200 4934 0.010073 10.0.0.249 - - [2026-02-16 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.249 - - [2026-02-16 02:21:25] "GET /virtual-network/a483f8aa-6edb-4733-b87a-37c30ed02769?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.015745 10.0.0.249 - - [2026-02-16 02:21:26] "GET /obj-perms HTTP/1.1" 200 4934 0.009827 10.0.0.249 - - [2026-02-16 02:21:26] "GET /virtual-machine/4133ff12-33e5-481c-b4c1-840a9640d90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.021804 10.0.0.249 - - [2026-02-16 02:21:26] "GET /obj-perms HTTP/1.1" 200 4934 0.010443 10.0.0.249 - - [2026-02-16 02:21:26] "GET /obj-perms HTTP/1.1" 200 4934 0.012127 10.0.0.249 - - [2026-02-16 02:21:26] "GET /obj-perms HTTP/1.1" 200 4934 0.069927 10.0.0.249 - - [2026-02-16 02:21:26] "GET /obj-perms HTTP/1.1" 200 4934 0.011520 10.0.0.249 - - [2026-02-16 02:21:27] "GET /obj-perms HTTP/1.1" 200 5039 0.063230 10.0.0.249 - - [2026-02-16 02:21:27] "GET /obj-perms HTTP/1.1" 200 5039 0.003322 10.0.0.249 - - [2026-02-16 02:21:27] "GET /obj-perms HTTP/1.1" 200 4934 0.010339 10.0.0.249 - - [2026-02-16 02:21:27] "GET /obj-perms HTTP/1.1" 200 4934 0.012429 10.0.0.249 - - [2026-02-16 02:21:27] "GET /obj-perms HTTP/1.1" 200 4934 0.061599 10.0.0.249 - - [2026-02-16 02:21:27] "GET /obj-perms HTTP/1.1" 200 4934 0.008384 10.0.0.249 - - [2026-02-16 02:21:27] "GET /obj-perms HTTP/1.1" 200 5039 0.003448 10.0.0.249 - - [2026-02-16 02:21:27] "GET /obj-perms HTTP/1.1" 200 5039 0.003216 10.0.0.249 - - [2026-02-16 02:21:28] "GET /obj-perms HTTP/1.1" 200 4934 0.011221 10.0.0.249 - - [2026-02-16 02:21:28] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.015427 10.0.0.249 - - [2026-02-16 02:21:28] "GET /virtual-machine/4133ff12-33e5-481c-b4c1-840a9640d90d HTTP/1.1" 200 1289 0.015430 10.0.0.249 - - [2026-02-16 02:21:28] "POST /neutron/port HTTP/1.1" 200 1118 0.012282 10.0.0.249 - - [2026-02-16 02:21:28] "POST /neutron/port HTTP/1.1" 200 1108 0.011024 10.0.0.249 - - [2026-02-16 02:21:28] "POST /neutron/port HTTP/1.1" 200 151 0.102757 10.0.0.249 - - [2026-02-16 02:21:30] "GET /virtual-machine/4133ff12-33e5-481c-b4c1-840a9640d90d HTTP/1.1" 404 171 0.009746 10.0.0.249 - - [2026-02-16 02:21:30] "GET /virtual-machine/4133ff12-33e5-481c-b4c1-840a9640d90d HTTP/1.1" 404 171 0.009795 10.0.0.249 - - [2026-02-16 02:21:30] "GET /virtual-machine/4133ff12-33e5-481c-b4c1-840a9640d90d HTTP/1.1" 404 171 0.009163 10.0.0.249 - - [2026-02-16 02:21:30] "POST /fqname-to-id HTTP/1.1" 403 339 0.009597 10.0.0.249 - - [2026-02-16 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.001981 10.0.0.249 - - [2026-02-16 02:21:30] "GET /global-vrouter-config/c3c1e010-ae2d-451d-a647-2fa1a499a454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002321 10.0.0.249 - - [2026-02-16 02:21:30] "GET /virtual-networks?parent_id=df2bffdd-f207-49fa-80c5-b15e9fedecea&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009651 10.0.0.249 - - [2026-02-16 02:21:30] "POST /fqname-to-id HTTP/1.1" 403 361 0.009324 10.0.0.249 - - [2026-02-16 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002674 10.0.0.249 - - [2026-02-16 02:21:30] "GET /routing-instance/70b12587-946f-427b-b14c-5bf4a0423ae8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.003041 10.0.0.249 - - [2026-02-16 02:21:30] "GET /route-target/cddd0ab8-5dce-4f1e-b795-adc1b3a5a7e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.009854 10.0.0.249 - - [2026-02-16 02:21:30] "GET /route-target/cddd0ab8-5dce-4f1e-b795-adc1b3a5a7e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003152 10.0.0.249 - - [2026-02-16 02:21:30] "GET /obj-perms HTTP/1.1" 200 4934 0.011590 10.0.0.249 - - [2026-02-16 02:21:30] "GET /obj-perms HTTP/1.1" 200 4934 0.008402 10.0.0.249 - - [2026-02-16 02:21:31] "GET /obj-perms HTTP/1.1" 200 4934 0.066426 10.0.0.249 - - [2026-02-16 02:21:31] "GET /obj-perms HTTP/1.1" 200 4934 0.010285 10.0.0.249 - - [2026-02-16 02:21:31] "GET /obj-perms HTTP/1.1" 200 5039 0.003192 10.0.0.249 - - [2026-02-16 02:21:34] "GET /obj-perms HTTP/1.1" 200 5039 0.003375 10.0.0.249 - - [2026-02-16 02:21:37] "GET /obj-perms HTTP/1.1" 200 5039 0.003772 10.0.0.249 - - [2026-02-16 02:21:40] "GET /obj-perms HTTP/1.1" 200 5039 0.003302 10.0.0.249 - - [2026-02-16 02:21:43] "GET /obj-perms HTTP/1.1" 200 5039 0.003878 10.0.0.249 - - [2026-02-16 02:21:46] "GET /obj-perms HTTP/1.1" 200 5039 0.004098 10.0.0.249 - - [2026-02-16 02:21:47] "DELETE /project/df2bffddf20749fa80c5b15e9fedecea HTTP/1.1" 404 173 0.005682 10.0.0.249 - - [2026-02-16 02:21:47] "DELETE /project/d63ff5af154644abb5f6cc2f33c8ffa5 HTTP/1.1" 404 173 0.004783 10.0.0.249 - - [2026-02-16 02:21:47] "DELETE /project/32eb4495f3fb48daadfc197da827820b HTTP/1.1" 404 173 0.004473 10.0.0.249 - - [2026-02-16 02:21:49] "GET /obj-perms HTTP/1.1" 200 5039 0.003504 10.0.0.249 - - [2026-02-16 02:21:52] "GET /obj-perms HTTP/1.1" 200 5039 0.003048 10.0.0.249 - - [2026-02-16 02:21:55] "GET /obj-perms HTTP/1.1" 200 5039 0.003079 10.0.0.249 - - [2026-02-16 02:21:57] "GET /obj-perms HTTP/1.1" 200 5075 0.054432 10.0.0.249 - - [2026-02-16 02:21:58] "GET /obj-perms HTTP/1.1" 200 5075 0.061916 10.0.0.249 - - [2026-02-16 02:21:58] "GET /obj-perms HTTP/1.1" 200 5039 0.003638 10.0.0.249 - - [2026-02-16 02:22:01] "GET /obj-perms HTTP/1.1" 200 5039 0.003202 10.0.0.249 - - [2026-02-16 02:22:04] "GET /obj-perms HTTP/1.1" 200 5039 0.003334 10.0.0.249 - - [2026-02-16 02:22:07] "GET /obj-perms HTTP/1.1" 200 5039 0.003552 10.0.0.249 - - [2026-02-16 02:22:10] "GET /obj-perms HTTP/1.1" 200 5039 0.004044 10.0.0.249 - - [2026-02-16 02:22:13] "GET /obj-perms HTTP/1.1" 200 5039 0.003310 10.0.0.249 - - [2026-02-16 02:22:16] "GET /obj-perms HTTP/1.1" 200 5039 0.003189 10.0.0.249 - - [2026-02-16 02:22:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005802 10.0.0.249 - - [2026-02-16 02:22:16] "POST /useragent-kv HTTP/1.1" 200 115 0.004002 10.0.0.249 - - [2026-02-16 02:22:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002572 10.0.0.249 - - [2026-02-16 02:22:16] "DELETE /virtual-network/a483f8aa-6edb-4733-b87a-37c30ed02769 HTTP/1.1" 200 115 0.092054 10.0.0.249 - - [2026-02-16 02:22:16] "DELETE /route-target/cddd0ab8-5dce-4f1e-b795-adc1b3a5a7e7 HTTP/1.1" 200 115 0.025273 10.0.0.249 - - [2026-02-16 02:22:16] "DELETE /api-access-list/10eeaecd-83ed-4e2f-90a2-6b75aed7d785 HTTP/1.1" 200 115 0.024059 10.0.0.249 - - [2026-02-16 02:22:16] "GET /api-access-list/10eeaecd-83ed-4e2f-90a2-6b75aed7d785 HTTP/1.1" 404 171 0.002493 10.0.0.249 - - [2026-02-16 02:22:16] "GET /projects?obj_uuids=df2bffdd-f207-49fa-80c5-b15e9fedecea&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001057 10.0.0.249 - - [2026-02-16 02:22:16] "GET /project/df2bffdd-f207-49fa-80c5-b15e9fedecea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.028016 10.0.0.249 - - [2026-02-16 02:22:16] "GET /projects?obj_uuids=df2bffdd-f207-49fa-80c5-b15e9fedecea&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001094 10.0.0.249 - - [2026-02-16 02:22:16] "GET /project/df2bffdd-f207-49fa-80c5-b15e9fedecea?fields=virtual_networks HTTP/1.1" 200 1024 0.071239 10.0.0.249 - - [2026-02-16 02:22:16] "GET /projects?obj_uuids=df2bffdd-f207-49fa-80c5-b15e9fedecea&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001017 10.0.0.249 - - [2026-02-16 02:22:16] "GET /project/df2bffdd-f207-49fa-80c5-b15e9fedecea?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.029123 10.0.0.249 - - [2026-02-16 02:22:17] "GET /projects?obj_uuids=df2bffdd-f207-49fa-80c5-b15e9fedecea&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001128 10.0.0.249 - - [2026-02-16 02:22:17] "GET /project/df2bffdd-f207-49fa-80c5-b15e9fedecea?fields=security_groups HTTP/1.1" 200 1246 0.027438 10.0.0.249 - - [2026-02-16 02:22:17] "GET /projects?obj_uuids=32eb4495-f3fb-48da-adfc-197da827820b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001114 10.0.0.249 - - [2026-02-16 02:22:17] "GET /project/32eb4495-f3fb-48da-adfc-197da827820b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.026950 10.0.0.249 - - [2026-02-16 02:22:17] "GET /projects?obj_uuids=32eb4495-f3fb-48da-adfc-197da827820b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000948 10.0.0.249 - - [2026-02-16 02:22:17] "GET /project/32eb4495-f3fb-48da-adfc-197da827820b?fields=virtual_networks HTTP/1.1" 200 1024 0.070438 10.0.0.249 - - [2026-02-16 02:22:17] "GET /projects?obj_uuids=32eb4495-f3fb-48da-adfc-197da827820b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001018 10.0.0.249 - - [2026-02-16 02:22:17] "GET /project/32eb4495-f3fb-48da-adfc-197da827820b?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.044427 10.0.0.249 - - [2026-02-16 02:22:17] "GET /projects?obj_uuids=32eb4495-f3fb-48da-adfc-197da827820b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001122 10.0.0.249 - - [2026-02-16 02:22:17] "GET /project/32eb4495-f3fb-48da-adfc-197da827820b?fields=security_groups HTTP/1.1" 200 1246 0.021969 10.0.0.249 - - [2026-02-16 02:22:19] "GET /api-access-list/0a6029d9-e560-444e-889e-bff6c571056c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003294 10.0.0.249 - - [2026-02-16 02:22:19] "PUT /api-access-list/0a6029d9-e560-444e-889e-bff6c571056c HTTP/1.1" 200 265 0.008451 10.0.0.249 - - [2026-02-16 02:22:19] "GET /projects?obj_uuids=d63ff5af-1546-44ab-b5f6-cc2f33c8ffa5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000981 10.0.0.249 - - [2026-02-16 02:22:19] "GET /project/d63ff5af-1546-44ab-b5f6-cc2f33c8ffa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.030857 10.0.0.249 - - [2026-02-16 02:22:19] "GET /projects?obj_uuids=d63ff5af-1546-44ab-b5f6-cc2f33c8ffa5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001343 10.0.0.249 - - [2026-02-16 02:22:19] "GET /project/d63ff5af-1546-44ab-b5f6-cc2f33c8ffa5?fields=virtual_networks HTTP/1.1" 200 1025 0.074275 10.0.0.249 - - [2026-02-16 02:22:19] "GET /projects?obj_uuids=d63ff5af-1546-44ab-b5f6-cc2f33c8ffa5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000975 10.0.0.249 - - [2026-02-16 02:22:19] "GET /project/d63ff5af-1546-44ab-b5f6-cc2f33c8ffa5?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.024718 10.0.0.249 - - [2026-02-16 02:22:19] "GET /projects?obj_uuids=d63ff5af-1546-44ab-b5f6-cc2f33c8ffa5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001164 10.0.0.249 - - [2026-02-16 02:22:19] "GET /project/d63ff5af-1546-44ab-b5f6-cc2f33c8ffa5?fields=security_groups HTTP/1.1" 200 1247 0.031047 10.0.0.249 - - [2026-02-16 02:22:20] "POST /fqname-to-id HTTP/1.1" 404 188 0.032814 10.0.0.249 - - [2026-02-16 02:22:20] "GET /projects?obj_uuids=2bc703d4-8533-45e9-a0ab-5f5042eda821&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002312 10.0.0.249 - - [2026-02-16 02:22:20] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000998 10.0.0.249 - - [2026-02-16 02:22:20] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007230 10.0.0.249 - - [2026-02-16 02:22:20] "POST /id-to-fqname HTTP/1.1" 200 190 0.001317 10.0.0.249 - - [2026-02-16 02:22:20] "POST /fqname-to-id HTTP/1.1" 404 199 0.003130 10.0.0.249 - - [2026-02-16 02:22:21] "POST /security-groups HTTP/1.1" 200 591 0.068002 10.0.0.249 - - [2026-02-16 02:22:21] "POST /fqname-to-id HTTP/1.1" 404 234 0.002846 10.0.0.249 - - [2026-02-16 02:22:21] "POST /projects HTTP/1.1" 200 585 0.224377 10.0.0.249 - - [2026-02-16 02:22:21] "POST /access-control-lists HTTP/1.1" 200 598 0.061740 10.0.0.249 - - [2026-02-16 02:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.300747 10.0.0.249 - - [2026-02-16 02:22:21] "POST /fqname-to-id HTTP/1.1" 404 233 0.002583 10.0.0.249 - - [2026-02-16 02:22:21] "GET /project/2bc703d4-8533-45e9-a0ab-5f5042eda821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.442525 10.0.0.249 - - [2026-02-16 02:22:21] "POST /access-control-lists HTTP/1.1" 200 596 0.064740 10.0.0.249 - - [2026-02-16 02:22:22] "GET / HTTP/1.1" 200 36215 0.001912 10.0.0.249 - - [2026-02-16 02:22:24] "POST /fqname-to-id HTTP/1.1" 401 293 0.000588 10.0.0.249 - - [2026-02-16 02:22:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.035903 10.0.0.249 - - [2026-02-16 02:22:25] "GET /api-access-list/0a6029d9-e560-444e-889e-bff6c571056c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.002866 10.0.0.249 - - [2026-02-16 02:22:25] "GET /api-access-list/0a6029d9-e560-444e-889e-bff6c571056c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003285 10.0.0.249 - - [2026-02-16 02:22:25] "GET /api-access-list/0a6029d9-e560-444e-889e-bff6c571056c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003586 10.0.0.249 - - [2026-02-16 02:22:25] "PUT /api-access-list/0a6029d9-e560-444e-889e-bff6c571056c HTTP/1.1" 200 265 0.011421 10.0.0.249 - - [2026-02-16 02:22:25] "GET /aaa-mode HTTP/1.1" 200 128 0.001097 10.0.0.249 - - [2026-02-16 02:22:25] "POST /fqname-to-id HTTP/1.1" 404 188 0.028793 10.0.0.249 - - [2026-02-16 02:22:26] "GET /projects?obj_uuids=9db32f0f-c42f-4420-93a1-39b11a36f452&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.064464 10.0.0.249 - - [2026-02-16 02:22:26] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001048 10.0.0.249 - - [2026-02-16 02:22:26] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.049547 10.0.0.249 - - [2026-02-16 02:22:26] "POST /id-to-fqname HTTP/1.1" 200 190 0.001548 10.0.0.249 - - [2026-02-16 02:22:26] "POST /fqname-to-id HTTP/1.1" 404 199 0.002618 10.0.0.249 - - [2026-02-16 02:22:26] "POST /security-groups HTTP/1.1" 200 591 0.062549 10.0.0.249 - - [2026-02-16 02:22:26] "POST /fqname-to-id HTTP/1.1" 404 234 0.003163 10.0.0.249 - - [2026-02-16 02:22:26] "POST /projects HTTP/1.1" 200 585 0.206392 10.0.0.249 - - [2026-02-16 02:22:26] "POST /access-control-lists HTTP/1.1" 200 598 0.060028 10.0.0.249 - - [2026-02-16 02:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.284169 10.0.0.249 - - [2026-02-16 02:22:26] "POST /fqname-to-id HTTP/1.1" 404 233 0.002601 10.0.0.249 - - [2026-02-16 02:22:26] "GET /project/9db32f0f-c42f-4420-93a1-39b11a36f452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.483327 10.0.0.249 - - [2026-02-16 02:22:26] "POST /access-control-lists HTTP/1.1" 200 596 0.060561 10.0.0.249 - - [2026-02-16 02:22:26] "POST /fqname-to-id HTTP/1.1" 404 188 0.032584 10.0.0.249 - - [2026-02-16 02:22:26] "GET /projects?obj_uuids=bf108613-e2d7-4111-b7df-e4239714634c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002744 10.0.0.249 - - [2026-02-16 02:22:27] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001469 10.0.0.249 - - [2026-02-16 02:22:27] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007812 10.0.0.249 - - [2026-02-16 02:22:27] "POST /id-to-fqname HTTP/1.1" 200 190 0.001333 10.0.0.249 - - [2026-02-16 02:22:27] "POST /fqname-to-id HTTP/1.1" 404 199 0.004048 10.0.0.249 - - [2026-02-16 02:22:27] "POST /security-groups HTTP/1.1" 200 591 0.063200 10.0.0.249 - - [2026-02-16 02:22:27] "POST /fqname-to-id HTTP/1.1" 404 234 0.002453 10.0.0.249 - - [2026-02-16 02:22:27] "POST /projects HTTP/1.1" 200 585 0.220635 10.0.0.249 - - [2026-02-16 02:22:27] "POST /access-control-lists HTTP/1.1" 200 598 0.070116 10.0.0.249 - - [2026-02-16 02:22:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.297182 10.0.0.249 - - [2026-02-16 02:22:27] "POST /fqname-to-id HTTP/1.1" 404 233 0.002792 10.0.0.249 - - [2026-02-16 02:22:27] "GET /project/bf108613-e2d7-4111-b7df-e4239714634c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.426241 10.0.0.249 - - [2026-02-16 02:22:27] "POST /access-control-lists HTTP/1.1" 200 596 0.064454 10.0.0.249 - - [2026-02-16 02:22:28] "GET / HTTP/1.1" 200 36215 0.004477 10.0.0.249 - - [2026-02-16 02:22:28] "GET / HTTP/1.1" 200 36215 0.001554 10.0.0.249 - - [2026-02-16 02:22:29] "POST /fqname-to-id HTTP/1.1" 404 183 0.002693 10.0.0.249 - - [2026-02-16 02:22:29] "POST /api-access-lists HTTP/1.1" 200 523 0.016062 10.0.0.249 - - [2026-02-16 02:22:29] "GET /api-access-list/442c21ab-6301-48a4-a748-8d6c75056de9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.004701 10.0.0.249 - - [2026-02-16 02:22:29] "GET /api-access-list/442c21ab-6301-48a4-a748-8d6c75056de9 HTTP/1.1" 401 293 0.000478 10.0.0.249 - - [2026-02-16 02:22:29] "GET /api-access-list/442c21ab-6301-48a4-a748-8d6c75056de9 HTTP/1.1" 200 1291 0.067891 10.0.0.249 - - [2026-02-16 02:22:29] "POST /fqname-to-id HTTP/1.1" 401 293 0.000423 10.0.0.249 - - [2026-02-16 02:22:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.045483 10.0.0.249 - - [2026-02-16 02:22:30] "GET /projects?obj_uuids=9db32f0f-c42f-4420-93a1-39b11a36f452&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001346 10.0.0.249 - - [2026-02-16 02:22:30] "GET /project/9db32f0f-c42f-4420-93a1-39b11a36f452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.031497 10.0.0.249 - - [2026-02-16 02:22:30] "GET /virtual-networks?parent_id=9db32f0f-c42f-4420-93a1-39b11a36f452&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012770 10.0.0.249 - - [2026-02-16 02:22:30] "POST /virtual-networks HTTP/1.1" 200 585 0.045888 10.0.0.249 - - [2026-02-16 02:22:30] "POST /route-targets HTTP/1.1" 200 328 0.008687 10.0.0.249 - - [2026-02-16 02:22:30] "POST /ref-update HTTP/1.1" 200 156 0.011205 10.0.0.249 - - [2026-02-16 02:22:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.013086 10.0.0.249 - - [2026-02-16 02:22:30] "GET /network-ipam/63910945-c1b7-45c5-b178-02f02a4b2468?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.010255 10.0.0.249 - - [2026-02-16 02:22:30] "POST /useragent-kv HTTP/1.1" 200 115 0.004156 10.0.0.249 - - [2026-02-16 02:22:30] "POST /ref-update HTTP/1.1" 200 156 0.048076 10.0.0.249 - - [2026-02-16 02:22:30] "POST /neutron/network HTTP/1.1" 200 848 0.048095 10.0.0.249 - - [2026-02-16 02:22:30] "POST /neutron/network HTTP/1.1" 200 848 0.019036 10.0.0.249 - - [2026-02-16 02:22:30] "GET /virtual-network/572c79a0-5520-4669-8fc6-a3e4d048078b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.016165 10.0.0.249 - - [2026-02-16 02:22:30] "POST /neutron/network HTTP/1.1" 200 848 0.021285 10.0.0.249 - - [2026-02-16 02:22:30] "POST /neutron/subnet HTTP/1.1" 200 679 0.027321 10.0.0.249 - - [2026-02-16 02:22:30] "POST /fqname-to-id HTTP/1.1" 401 293 0.000405 10.0.0.249 - - [2026-02-16 02:22:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.041335 10.0.0.249 - - [2026-02-16 02:22:31] "GET /projects?obj_uuids=bf108613-e2d7-4111-b7df-e4239714634c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001071 10.0.0.249 - - [2026-02-16 02:22:31] "GET /project/bf108613-e2d7-4111-b7df-e4239714634c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.033914 10.0.0.249 - - [2026-02-16 02:22:31] "GET /virtual-networks?parent_id=bf108613-e2d7-4111-b7df-e4239714634c&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013051 10.0.0.249 - - [2026-02-16 02:22:31] "POST /virtual-networks HTTP/1.1" 200 585 0.047021 10.0.0.249 - - [2026-02-16 02:22:31] "POST /route-targets HTTP/1.1" 200 328 0.010224 10.0.0.249 - - [2026-02-16 02:22:31] "POST /ref-update HTTP/1.1" 200 156 0.011276 10.0.0.249 - - [2026-02-16 02:22:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.011274 10.0.0.249 - - [2026-02-16 02:22:31] "GET /network-ipam/63910945-c1b7-45c5-b178-02f02a4b2468?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.011274 10.0.0.249 - - [2026-02-16 02:22:31] "POST /useragent-kv HTTP/1.1" 200 115 0.005682 10.0.0.249 - - [2026-02-16 02:22:31] "POST /ref-update HTTP/1.1" 200 156 0.052054 10.0.0.249 - - [2026-02-16 02:22:31] "POST /neutron/network HTTP/1.1" 200 847 0.048665 10.0.0.249 - - [2026-02-16 02:22:31] "POST /neutron/network HTTP/1.1" 200 847 0.020059 10.0.0.249 - - [2026-02-16 02:22:31] "GET /virtual-network/2a48fb87-064d-4dff-8726-b0a7d549aa16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.014940 10.0.0.249 - - [2026-02-16 02:22:31] "POST /neutron/network HTTP/1.1" 200 847 0.018415 10.0.0.249 - - [2026-02-16 02:22:32] "POST /neutron/subnet HTTP/1.1" 200 674 0.031637 10.0.0.249 - - [2026-02-16 02:22:32] "GET /virtual-network/572c79a0-5520-4669-8fc6-a3e4d048078b HTTP/1.1" 401 293 0.000428 10.0.0.249 - - [2026-02-16 02:22:32] "GET /virtual-network/572c79a0-5520-4669-8fc6-a3e4d048078b HTTP/1.1" 200 2317 0.043111 10.0.0.249 - - [2026-02-16 02:22:32] "GET /virtual-network/572c79a0-5520-4669-8fc6-a3e4d048078b HTTP/1.1" 401 293 0.000426 10.0.0.249 - - [2026-02-16 02:22:32] "GET /virtual-network/572c79a0-5520-4669-8fc6-a3e4d048078b HTTP/1.1" 403 376 0.036987 10.0.0.249 - - [2026-02-16 02:22:32] "GET /virtual-network/572c79a0-5520-4669-8fc6-a3e4d048078b HTTP/1.1" 200 2317 0.005348 10.0.0.249 - - [2026-02-16 02:22:32] "GET /virtual-networks HTTP/1.1" 200 372 0.017582 10.0.0.249 - - [2026-02-16 02:22:32] "GET /virtual-networks HTTP/1.1" 200 372 0.020934 10.0.0.249 - - [2026-02-16 02:22:33] "GET /obj-perms HTTP/1.1" 403 257 0.033265 10.0.0.249 - - [2026-02-16 02:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002190 10.0.0.249 - - [2026-02-16 02:22:33] "GET /virtual-network/572c79a0-5520-4669-8fc6-a3e4d048078b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.013176 10.0.0.249 - - [2026-02-16 02:22:33] "GET /obj-perms HTTP/1.1" 403 257 0.040232 10.0.0.249 - - [2026-02-16 02:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.249 - - [2026-02-16 02:22:33] "GET /virtual-network/572c79a0-5520-4669-8fc6-a3e4d048078b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.010278 10.0.0.249 - - [2026-02-16 02:22:34] "GET /obj-perms HTTP/1.1" 200 5049 0.065429 10.0.0.249 - - [2026-02-16 02:22:34] "GET /obj-perms HTTP/1.1" 403 257 0.008055 10.0.0.249 - - [2026-02-16 02:22:34] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.020432 10.0.0.249 - - [2026-02-16 02:22:34] "GET /obj-perms HTTP/1.1" 403 257 0.008199 10.0.0.249 - - [2026-02-16 02:22:34] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.018382 10.0.0.249 - - [2026-02-16 02:22:34] "GET /obj-perms HTTP/1.1" 200 5049 0.003555 10.0.0.249 - - [2026-02-16 02:22:34] "PUT /virtual-network/572c79a0-5520-4669-8fc6-a3e4d048078b HTTP/1.1" 200 265 0.032785 10.0.0.249 - - [2026-02-16 02:22:34] "GET /virtual-networks HTTP/1.1" 200 132 0.020559 10.0.0.249 - - [2026-02-16 02:22:34] "GET /virtual-networks HTTP/1.1" 200 613 0.016845 10.0.0.249 - - [2026-02-16 02:22:34] "GET /virtual-networks HTTP/1.1" 200 1435 0.002600 10.0.0.249 - - [2026-02-16 02:22:34] "GET /obj-perms HTTP/1.1" 403 257 0.007332 10.0.0.249 - - [2026-02-16 02:22:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002215 10.0.0.249 - - [2026-02-16 02:22:34] "GET /virtual-network/572c79a0-5520-4669-8fc6-a3e4d048078b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.011042 10.0.0.249 - - [2026-02-16 02:22:35] "GET /obj-perms HTTP/1.1" 403 257 0.040449 10.0.0.249 - - [2026-02-16 02:22:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002024 10.0.0.249 - - [2026-02-16 02:22:35] "GET /virtual-network/572c79a0-5520-4669-8fc6-a3e4d048078b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008844 10.0.0.249 - - [2026-02-16 02:22:35] "GET /obj-perms HTTP/1.1" 403 257 0.008780 10.0.0.249 - - [2026-02-16 02:22:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.249 - - [2026-02-16 02:22:35] "GET /virtual-network/572c79a0-5520-4669-8fc6-a3e4d048078b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2020 0.014419 10.0.0.249 - - [2026-02-16 02:22:35] "GET /obj-perms HTTP/1.1" 200 5049 0.003536 10.0.0.249 - - [2026-02-16 02:22:35] "GET /obj-perms HTTP/1.1" 403 257 0.010149 10.0.0.249 - - [2026-02-16 02:22:35] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019348 10.0.0.249 - - [2026-02-16 02:22:35] "GET /obj-perms HTTP/1.1" 403 257 0.007811 10.0.0.249 - - [2026-02-16 02:22:35] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 613 0.018714 10.0.0.249 - - [2026-02-16 02:22:35] "GET /obj-perms HTTP/1.1" 200 5049 0.004578 10.0.0.249 - - [2026-02-16 02:22:35] "PUT /virtual-network/572c79a0-5520-4669-8fc6-a3e4d048078b HTTP/1.1" 200 265 0.030652 10.0.0.249 - - [2026-02-16 02:22:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.249 - - [2026-02-16 02:22:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002388 10.0.0.249 - - [2026-02-16 02:22:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002852 10.0.0.249 - - [2026-02-16 02:22:35] "DELETE /virtual-network/2a48fb87-064d-4dff-8726-b0a7d549aa16 HTTP/1.1" 200 115 0.068694 10.0.0.249 - - [2026-02-16 02:22:35] "DELETE /route-target/836f5855-261d-4b85-9d56-9fac87707b81 HTTP/1.1" 200 115 0.020365 10.0.0.249 - - [2026-02-16 02:22:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005347 10.0.0.249 - - [2026-02-16 02:22:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002373 10.0.0.249 - - [2026-02-16 02:22:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002837 10.0.0.249 - - [2026-02-16 02:22:35] "DELETE /virtual-network/572c79a0-5520-4669-8fc6-a3e4d048078b HTTP/1.1" 200 115 0.104600 10.0.0.249 - - [2026-02-16 02:22:36] "DELETE /route-target/79bc6118-13fb-426e-b0fe-bd6b6bbfbda7 HTTP/1.1" 200 115 0.017576 10.0.0.249 - - [2026-02-16 02:22:36] "DELETE /api-access-list/442c21ab-6301-48a4-a748-8d6c75056de9 HTTP/1.1" 200 115 0.020777 10.0.0.249 - - [2026-02-16 02:22:36] "GET /api-access-list/442c21ab-6301-48a4-a748-8d6c75056de9 HTTP/1.1" 404 171 0.003425 10.0.0.249 - - [2026-02-16 02:22:36] "GET /projects?obj_uuids=bf108613-e2d7-4111-b7df-e4239714634c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001058 10.0.0.249 - - [2026-02-16 02:22:36] "GET /project/bf108613-e2d7-4111-b7df-e4239714634c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.024004 10.0.0.249 - - [2026-02-16 02:22:36] "GET /projects?obj_uuids=bf108613-e2d7-4111-b7df-e4239714634c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000930 10.0.0.249 - - [2026-02-16 02:22:36] "GET /project/bf108613-e2d7-4111-b7df-e4239714634c?fields=virtual_networks HTTP/1.1" 200 1035 0.064850 10.0.0.249 - - [2026-02-16 02:22:36] "GET /projects?obj_uuids=bf108613-e2d7-4111-b7df-e4239714634c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001474 10.0.0.249 - - [2026-02-16 02:22:36] "GET /project/bf108613-e2d7-4111-b7df-e4239714634c?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.026954 10.0.0.249 - - [2026-02-16 02:22:36] "GET /projects?obj_uuids=bf108613-e2d7-4111-b7df-e4239714634c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000935 10.0.0.249 - - [2026-02-16 02:22:36] "GET /project/bf108613-e2d7-4111-b7df-e4239714634c?fields=security_groups HTTP/1.1" 200 1262 0.030433 10.0.0.249 - - [2026-02-16 02:22:37] "GET /projects?obj_uuids=9db32f0f-c42f-4420-93a1-39b11a36f452&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000983 10.0.0.249 - - [2026-02-16 02:22:37] "GET /project/9db32f0f-c42f-4420-93a1-39b11a36f452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.027512 10.0.0.249 - - [2026-02-16 02:22:37] "GET /projects?obj_uuids=9db32f0f-c42f-4420-93a1-39b11a36f452&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001076 10.0.0.249 - - [2026-02-16 02:22:37] "GET /project/9db32f0f-c42f-4420-93a1-39b11a36f452?fields=virtual_networks HTTP/1.1" 200 1035 0.066764 10.0.0.249 - - [2026-02-16 02:22:37] "GET /projects?obj_uuids=9db32f0f-c42f-4420-93a1-39b11a36f452&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001326 10.0.0.249 - - [2026-02-16 02:22:37] "GET /project/9db32f0f-c42f-4420-93a1-39b11a36f452?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.031083 10.0.0.249 - - [2026-02-16 02:22:37] "GET /projects?obj_uuids=9db32f0f-c42f-4420-93a1-39b11a36f452&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000988 10.0.0.249 - - [2026-02-16 02:22:37] "GET /project/9db32f0f-c42f-4420-93a1-39b11a36f452?fields=security_groups HTTP/1.1" 200 1262 0.025395 10.0.0.249 - - [2026-02-16 02:22:38] "GET /aaa-mode HTTP/1.1" 200 128 0.001547 10.0.0.249 - - [2026-02-16 02:22:38] "GET / HTTP/1.1" 200 36215 0.001729 10.0.0.249 - - [2026-02-16 02:22:39] "GET / HTTP/1.1" 200 36215 0.001638 10.0.0.249 - - [2026-02-16 02:22:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.000523 10.0.0.249 - - [2026-02-16 02:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.082343 10.0.0.249 - - [2026-02-16 02:22:40] "GET /projects?obj_uuids=2bc703d4-8533-45e9-a0ab-5f5042eda821&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001185 10.0.0.249 - - [2026-02-16 02:22:40] "GET /project/2bc703d4-8533-45e9-a0ab-5f5042eda821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.041828 10.0.0.249 - - [2026-02-16 02:22:40] "GET /virtual-networks?parent_id=2bc703d4-8533-45e9-a0ab-5f5042eda821&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008863 10.0.0.249 - - [2026-02-16 02:22:40] "POST /fqname-to-id HTTP/1.1" 404 197 0.009274 10.0.0.249 - - [2026-02-16 02:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.008483 10.0.0.249 - - [2026-02-16 02:22:40] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001179 10.0.0.249 - - [2026-02-16 02:22:40] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.013226 10.0.0.249 - - [2026-02-16 02:22:41] "POST /service-templates HTTP/1.1" 403 264 0.007528 10.0.0.249 - - [2026-02-16 02:22:41] "POST /fqname-to-id HTTP/1.1" 404 215 0.003179 10.0.0.249 - - [2026-02-16 02:22:41] "POST /api-access-lists HTTP/1.1" 200 557 0.015970 10.0.0.249 - - [2026-02-16 02:22:41] "GET /api-access-list/5b1c9f87-2707-4e74-8d04-6eabaa2aeaa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.004993 10.0.0.249 - - [2026-02-16 02:22:41] "GET /api-access-list/5b1c9f87-2707-4e74-8d04-6eabaa2aeaa9 HTTP/1.1" 200 1325 0.003565 10.0.0.249 - - [2026-02-16 02:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.012213 10.0.0.249 - - [2026-02-16 02:22:41] "GET /projects?obj_uuids=2bc703d4-8533-45e9-a0ab-5f5042eda821&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001165 10.0.0.249 - - [2026-02-16 02:22:41] "GET /project/2bc703d4-8533-45e9-a0ab-5f5042eda821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.042148 10.0.0.249 - - [2026-02-16 02:22:41] "GET /virtual-networks?parent_id=2bc703d4-8533-45e9-a0ab-5f5042eda821&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012006 10.0.0.249 - - [2026-02-16 02:22:41] "POST /virtual-networks HTTP/1.1" 200 585 0.049448 10.0.0.249 - - [2026-02-16 02:22:41] "POST /route-targets HTTP/1.1" 200 328 0.009815 10.0.0.249 - - [2026-02-16 02:22:41] "POST /ref-update HTTP/1.1" 200 156 0.015389 10.0.0.249 - - [2026-02-16 02:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.019130 10.0.0.249 - - [2026-02-16 02:22:41] "GET /network-ipam/63910945-c1b7-45c5-b178-02f02a4b2468?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.012105 10.0.0.249 - - [2026-02-16 02:22:41] "POST /useragent-kv HTTP/1.1" 200 115 0.005383 10.0.0.249 - - [2026-02-16 02:22:41] "POST /ref-update HTTP/1.1" 200 156 0.048361 10.0.0.249 - - [2026-02-16 02:22:41] "POST /neutron/network HTTP/1.1" 200 849 0.052257 10.0.0.249 - - [2026-02-16 02:22:41] "POST /neutron/network HTTP/1.1" 200 849 0.018975 10.0.0.249 - - [2026-02-16 02:22:41] "GET /virtual-network/fceeac70-3288-4a9d-8d15-fc14c982dccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2020 0.013747 10.0.0.249 - - [2026-02-16 02:22:41] "POST /neutron/network HTTP/1.1" 200 849 0.018723 10.0.0.249 - - [2026-02-16 02:22:41] "POST /neutron/subnet HTTP/1.1" 200 684 0.027427 10.0.0.249 - - [2026-02-16 02:22:41] "POST /neutron/network HTTP/1.1" 200 849 0.062480 10.0.0.249 - - [2026-02-16 02:22:41] "GET /virtual-network/fceeac70-3288-4a9d-8d15-fc14c982dccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2020 0.004882 10.0.0.249 - - [2026-02-16 02:22:41] "GET /network-ipam/63910945-c1b7-45c5-b178-02f02a4b2468?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.006691 10.0.0.249 - - [2026-02-16 02:22:41] "GET /domains HTTP/1.1" 200 281 0.002881 10.0.0.249 - - [2026-02-16 02:22:41] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001072 10.0.0.249 - - [2026-02-16 02:22:41] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 3504 0.011957 10.0.0.249 - - [2026-02-16 02:22:41] "GET /projects?obj_uuids=2bc703d4-8533-45e9-a0ab-5f5042eda821&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000863 10.0.0.249 - - [2026-02-16 02:22:42] "GET /project/2bc703d4-8533-45e9-a0ab-5f5042eda821 HTTP/1.1" 200 2359 0.070374 10.0.0.249 - - [2026-02-16 02:22:42] "GET /virtual-network/fceeac70-3288-4a9d-8d15-fc14c982dccc HTTP/1.1" 200 2321 0.005935 10.0.0.249 - - [2026-02-16 02:22:42] "GET /virtual-network/fceeac70-3288-4a9d-8d15-fc14c982dccc HTTP/1.1" 200 2321 0.006068 10.0.0.249 - - [2026-02-16 02:22:42] "GET /routing-instance/9013e5c6-ea55-4049-b69f-47e640d912f1 HTTP/1.1" 200 1559 0.004359 10.0.0.249 - - [2026-02-16 02:22:42] "GET /routing-instance/9013e5c6-ea55-4049-b69f-47e640d912f1 HTTP/1.1" 200 1559 0.003413 10.0.0.249 - - [2026-02-16 02:22:42] "GET /route-target/34a2a72f-5344-4f21-8361-48b1f7e57469 HTTP/1.1" 200 1245 0.003612 10.0.0.249 - - [2026-02-16 02:22:42] "GET /virtual-network/fceeac70-3288-4a9d-8d15-fc14c982dccc HTTP/1.1" 200 2321 0.005646 10.0.0.249 - - [2026-02-16 02:22:42] "GET /routing-instance/9013e5c6-ea55-4049-b69f-47e640d912f1 HTTP/1.1" 200 1559 0.003404 10.0.0.249 - - [2026-02-16 02:22:42] "GET /virtual-network/fceeac70-3288-4a9d-8d15-fc14c982dccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2020 0.005821 10.0.0.249 - - [2026-02-16 02:22:42] "GET /virtual-network/fceeac70-3288-4a9d-8d15-fc14c982dccc HTTP/1.1" 200 2321 0.004437 10.0.0.249 - - [2026-02-16 02:22:42] "GET /routing-instance/9013e5c6-ea55-4049-b69f-47e640d912f1 HTTP/1.1" 200 1559 0.003014 10.0.0.249 - - [2026-02-16 02:22:42] "GET /routing-instance/9013e5c6-ea55-4049-b69f-47e640d912f1 HTTP/1.1" 200 1559 0.003298 10.0.0.249 - - [2026-02-16 02:22:42] "GET /route-target/34a2a72f-5344-4f21-8361-48b1f7e57469 HTTP/1.1" 200 1245 0.002698 10.0.0.249 - - [2026-02-16 02:22:42] "GET /domains HTTP/1.1" 200 281 0.002661 10.0.0.249 - - [2026-02-16 02:22:42] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001176 10.0.0.249 - - [2026-02-16 02:22:42] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda HTTP/1.1" 200 3504 0.006695 10.0.0.249 - - [2026-02-16 02:22:42] "GET /projects?obj_uuids=2bc703d4-8533-45e9-a0ab-5f5042eda821&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001087 10.0.0.249 - - [2026-02-16 02:22:42] "GET /project/2bc703d4-8533-45e9-a0ab-5f5042eda821 HTTP/1.1" 200 2359 0.073593 10.0.0.249 - - [2026-02-16 02:22:42] "GET /virtual-network/fceeac70-3288-4a9d-8d15-fc14c982dccc HTTP/1.1" 200 2321 0.005064 10.0.0.249 - - [2026-02-16 02:22:42] "GET /obj-perms HTTP/1.1" 200 5049 0.003690 10.0.0.249 - - [2026-02-16 02:22:42] "POST /fqname-to-id HTTP/1.1" 404 197 0.008905 10.0.0.249 - - [2026-02-16 02:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.010107 10.0.0.249 - - [2026-02-16 02:22:42] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001709 10.0.0.249 - - [2026-02-16 02:22:42] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.017164 10.0.0.249 - - [2026-02-16 02:22:42] "POST /service-templates HTTP/1.1" 403 264 0.008504 10.0.0.249 - - [2026-02-16 02:22:42] "POST /fqname-to-id HTTP/1.1" 404 183 0.003034 10.0.0.249 - - [2026-02-16 02:22:42] "POST /api-access-lists HTTP/1.1" 200 523 0.015172 10.0.0.249 - - [2026-02-16 02:22:42] "GET /api-access-list/7e05eab3-f7d1-4683-b4a4-7419f1007214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.004988 10.0.0.249 - - [2026-02-16 02:22:42] "GET /api-access-list/7e05eab3-f7d1-4683-b4a4-7419f1007214 HTTP/1.1" 200 1292 0.004114 10.0.0.249 - - [2026-02-16 02:22:42] "POST /fqname-to-id HTTP/1.1" 404 197 0.014282 10.0.0.249 - - [2026-02-16 02:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.010929 10.0.0.249 - - [2026-02-16 02:22:42] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001067 10.0.0.249 - - [2026-02-16 02:22:42] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.017207 10.0.0.249 - - [2026-02-16 02:22:42] "POST /service-templates HTTP/1.1" 200 553 0.031697 10.0.0.249 - - [2026-02-16 02:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.015018 10.0.0.249 - - [2026-02-16 02:22:42] "GET /service-template/a2bcc2e5-28ed-43b0-9967-a46259c69df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.012880 10.0.0.249 - - [2026-02-16 02:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.010947 10.0.0.249 - - [2026-02-16 02:22:43] "GET /service-template/a2bcc2e5-28ed-43b0-9967-a46259c69df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.011877 10.0.0.249 - - [2026-02-16 02:22:43] "GET /virtual-network/fceeac70-3288-4a9d-8d15-fc14c982dccc HTTP/1.1" 401 293 0.000575 10.0.0.249 - - [2026-02-16 02:22:43] "GET /virtual-network/fceeac70-3288-4a9d-8d15-fc14c982dccc HTTP/1.1" 403 263 0.041914 10.0.0.249 - - [2026-02-16 02:22:43] "GET /service-template/a2bcc2e5-28ed-43b0-9967-a46259c69df2 HTTP/1.1" 403 264 0.008097 10.0.0.249 - - [2026-02-16 02:22:43] "GET /service-template/a2bcc2e5-28ed-43b0-9967-a46259c69df2 HTTP/1.1" 403 264 0.043034 10.0.0.249 - - [2026-02-16 02:22:44] "GET /obj-perms HTTP/1.1" 403 257 0.039441 10.0.0.249 - - [2026-02-16 02:22:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.249 - - [2026-02-16 02:22:44] "GET /virtual-network/fceeac70-3288-4a9d-8d15-fc14c982dccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.009900 10.0.0.249 - - [2026-02-16 02:22:44] "GET /obj-perms HTTP/1.1" 403 257 0.009202 10.0.0.249 - - [2026-02-16 02:22:44] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008967 10.0.0.249 - - [2026-02-16 02:22:44] "GET /api-access-list/5b1c9f87-2707-4e74-8d04-6eabaa2aeaa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.002954 10.0.0.249 - - [2026-02-16 02:22:44] "PUT /api-access-list/5b1c9f87-2707-4e74-8d04-6eabaa2aeaa9 HTTP/1.1" 200 265 0.008190 10.0.0.249 - - [2026-02-16 02:22:44] "GET /api-access-list/5b1c9f87-2707-4e74-8d04-6eabaa2aeaa9 HTTP/1.1" 200 1462 0.006042 10.0.0.249 - - [2026-02-16 02:22:44] "GET /virtual-network/fceeac70-3288-4a9d-8d15-fc14c982dccc HTTP/1.1" 200 2321 0.017755 10.0.0.249 - - [2026-02-16 02:22:44] "POST /fqname-to-id HTTP/1.1" 401 293 0.000386 10.0.0.249 - - [2026-02-16 02:22:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.040664 10.0.0.249 - - [2026-02-16 02:22:44] "GET /projects?obj_uuids=2bc703d4-8533-45e9-a0ab-5f5042eda821&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001206 10.0.0.249 - - [2026-02-16 02:22:44] "GET /project/2bc703d4-8533-45e9-a0ab-5f5042eda821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.039048 10.0.0.249 - - [2026-02-16 02:22:45] "GET /virtual-networks?parent_id=2bc703d4-8533-45e9-a0ab-5f5042eda821&detail=False&count=False&shared=False HTTP/1.1" 200 372 0.015446 10.0.0.249 - - [2026-02-16 02:22:45] "POST /virtual-networks HTTP/1.1" 403 263 0.008551 10.0.0.249 - - [2026-02-16 02:22:45] "GET /service-template/a2bcc2e5-28ed-43b0-9967-a46259c69df2 HTTP/1.1" 403 264 0.008386 10.0.0.249 - - [2026-02-16 02:22:45] "GET /service-template/a2bcc2e5-28ed-43b0-9967-a46259c69df2 HTTP/1.1" 403 264 0.036435 10.0.0.249 - - [2026-02-16 02:22:45] "GET /obj-perms HTTP/1.1" 403 257 0.009959 10.0.0.249 - - [2026-02-16 02:22:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002264 10.0.0.249 - - [2026-02-16 02:22:45] "GET /virtual-network/fceeac70-3288-4a9d-8d15-fc14c982dccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2020 0.014684 10.0.0.249 - - [2026-02-16 02:22:45] "GET /obj-perms HTTP/1.1" 403 257 0.008873 10.0.0.249 - - [2026-02-16 02:22:45] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.020224 10.0.0.249 - - [2026-02-16 02:22:45] "GET /api-access-list/7e05eab3-f7d1-4683-b4a4-7419f1007214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.003505 10.0.0.249 - - [2026-02-16 02:22:45] "PUT /api-access-list/7e05eab3-f7d1-4683-b4a4-7419f1007214 HTTP/1.1" 200 265 0.009597 10.0.0.249 - - [2026-02-16 02:22:45] "GET /api-access-list/7e05eab3-f7d1-4683-b4a4-7419f1007214 HTTP/1.1" 200 1430 0.003489 10.0.0.249 - - [2026-02-16 02:22:45] "GET /service-template/a2bcc2e5-28ed-43b0-9967-a46259c69df2 HTTP/1.1" 200 1856 0.011367 10.0.0.249 - - [2026-02-16 02:22:45] "POST /fqname-to-id HTTP/1.1" 404 197 0.008910 10.0.0.249 - - [2026-02-16 02:22:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.010324 10.0.0.249 - - [2026-02-16 02:22:45] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001031 10.0.0.249 - - [2026-02-16 02:22:45] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.015151 10.0.0.249 - - [2026-02-16 02:22:45] "POST /service-templates HTTP/1.1" 403 264 0.009158 10.0.0.249 - - [2026-02-16 02:22:46] "GET /api-access-list/5b1c9f87-2707-4e74-8d04-6eabaa2aeaa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.003114 10.0.0.249 - - [2026-02-16 02:22:46] "PUT /api-access-list/5b1c9f87-2707-4e74-8d04-6eabaa2aeaa9 HTTP/1.1" 200 265 0.009563 10.0.0.249 - - [2026-02-16 02:22:46] "GET /api-access-list/5b1c9f87-2707-4e74-8d04-6eabaa2aeaa9 HTTP/1.1" 200 1325 0.003305 10.0.0.249 - - [2026-02-16 02:22:46] "GET /api-access-list/7e05eab3-f7d1-4683-b4a4-7419f1007214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.002694 10.0.0.249 - - [2026-02-16 02:22:46] "PUT /api-access-list/7e05eab3-f7d1-4683-b4a4-7419f1007214 HTTP/1.1" 200 265 0.009179 10.0.0.249 - - [2026-02-16 02:22:46] "GET /api-access-list/7e05eab3-f7d1-4683-b4a4-7419f1007214 HTTP/1.1" 200 1292 0.004348 10.0.0.249 - - [2026-02-16 02:22:46] "GET /virtual-network/fceeac70-3288-4a9d-8d15-fc14c982dccc HTTP/1.1" 403 263 0.008664 10.0.0.249 - - [2026-02-16 02:22:46] "GET /virtual-network/fceeac70-3288-4a9d-8d15-fc14c982dccc HTTP/1.1" 403 263 0.037878 10.0.0.249 - - [2026-02-16 02:22:46] "GET /service-template/a2bcc2e5-28ed-43b0-9967-a46259c69df2 HTTP/1.1" 403 264 0.010879 10.0.0.249 - - [2026-02-16 02:22:47] "GET /service-template/a2bcc2e5-28ed-43b0-9967-a46259c69df2 HTTP/1.1" 403 264 0.043737 10.0.0.249 - - [2026-02-16 02:22:47] "GET /obj-perms HTTP/1.1" 403 257 0.010113 10.0.0.249 - - [2026-02-16 02:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002505 10.0.0.249 - - [2026-02-16 02:22:47] "GET /virtual-network/fceeac70-3288-4a9d-8d15-fc14c982dccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008743 10.0.0.249 - - [2026-02-16 02:22:47] "GET /obj-perms HTTP/1.1" 403 257 0.038265 10.0.0.249 - - [2026-02-16 02:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002162 10.0.0.249 - - [2026-02-16 02:22:47] "GET /virtual-network/fceeac70-3288-4a9d-8d15-fc14c982dccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008340 10.0.0.249 - - [2026-02-16 02:22:47] "GET /obj-perms HTTP/1.1" 403 257 0.008448 10.0.0.249 - - [2026-02-16 02:22:47] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.041345 10.0.0.249 - - [2026-02-16 02:22:47] "GET /projects?obj_uuids=d63ff5af-1546-44ab-b5f6-cc2f33c8ffa5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001140 10.0.0.249 - - [2026-02-16 02:22:47] "GET /project/d63ff5af-1546-44ab-b5f6-cc2f33c8ffa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.031615 10.0.0.249 - - [2026-02-16 02:22:47] "GET /projects?obj_uuids=32eb4495-f3fb-48da-adfc-197da827820b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001180 10.0.0.249 - - [2026-02-16 02:22:47] "GET /api-access-list/0a6029d9-e560-444e-889e-bff6c571056c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.009512 10.0.0.249 - - [2026-02-16 02:22:47] "GET /projects?obj_uuids=d63ff5af-1546-44ab-b5f6-cc2f33c8ffa5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000895 10.0.0.249 - - [2026-02-16 02:22:47] "GET /projects?obj_uuids=bf108613-e2d7-4111-b7df-e4239714634c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000892 10.0.0.249 - - [2026-02-16 02:22:47] "PUT /api-access-list/0a6029d9-e560-444e-889e-bff6c571056c HTTP/1.1" 200 265 0.019597 10.0.0.249 - - [2026-02-16 02:22:47] "DELETE /project/9db32f0fc42f442093a139b11a36f452 HTTP/1.1" 404 173 0.098925 10.0.0.249 - - [2026-02-16 02:22:47] "GET /project/32eb4495-f3fb-48da-adfc-197da827820b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.058616 10.0.0.249 - - [2026-02-16 02:22:47] "GET /project/bf108613-e2d7-4111-b7df-e4239714634c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.052310 10.0.0.249 - - [2026-02-16 02:22:47] "GET /projects?obj_uuids=bf108613-e2d7-4111-b7df-e4239714634c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001112 10.0.0.249 - - [2026-02-16 02:22:47] "GET /projects?obj_uuids=9db32f0f-c42f-4420-93a1-39b11a36f452&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000915 10.0.0.249 - - [2026-02-16 02:22:47] "DELETE /project/bf108613e2d74111b7dfe4239714634c HTTP/1.1" 404 173 0.165227 10.0.0.249 - - [2026-02-16 02:22:47] "GET /projects?obj_uuids=32eb4495-f3fb-48da-adfc-197da827820b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002194 10.0.0.249 - - [2026-02-16 02:22:47] "GET /service-template/a2bcc2e5-28ed-43b0-9967-a46259c69df2 HTTP/1.1" 200 1856 0.042341 10.0.0.249 - - [2026-02-16 02:22:47] "GET /project/d63ff5af-1546-44ab-b5f6-cc2f33c8ffa5?fields=security_groups HTTP/1.1" 200 1349 0.126109 10.0.0.249 - - [2026-02-16 02:22:47] "GET /project/bf108613-e2d7-4111-b7df-e4239714634c?fields=security_groups HTTP/1.1" 200 1364 0.062827 10.0.0.249 - - [2026-02-16 02:22:47] "DELETE /project/2bc703d4853345e9a0ab5f5042eda821 HTTP/1.1" 404 173 0.220767 10.0.0.249 - - [2026-02-16 02:22:47] "GET /projects?obj_uuids=df2bffdd-f207-49fa-80c5-b15e9fedecea&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000884 10.0.0.249 - - [2026-02-16 02:22:47] "GET /project/9db32f0f-c42f-4420-93a1-39b11a36f452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.095431 10.0.0.249 - - [2026-02-16 02:22:47] "GET /virtual-network/fceeac70-3288-4a9d-8d15-fc14c982dccc HTTP/1.1" 200 2321 0.041165 10.0.0.249 - - [2026-02-16 02:22:47] "GET /projects?obj_uuids=9db32f0f-c42f-4420-93a1-39b11a36f452&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000952 10.0.0.249 - - [2026-02-16 02:22:48] "GET /project/32eb4495-f3fb-48da-adfc-197da827820b?fields=security_groups HTTP/1.1" 200 1348 0.127822 10.0.0.249 - - [2026-02-16 02:22:48] "GET /obj-perms HTTP/1.1" 403 257 0.039881 10.0.0.249 - - [2026-02-16 02:22:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.012380 10.0.0.249 - - [2026-02-16 02:22:48] "GET /project/df2bffdd-f207-49fa-80c5-b15e9fedecea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.110399 10.0.0.249 - - [2026-02-16 02:22:48] "GET /projects?obj_uuids=df2bffdd-f207-49fa-80c5-b15e9fedecea&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001282 10.0.0.249 - - [2026-02-16 02:22:48] "GET /project/9db32f0f-c42f-4420-93a1-39b11a36f452?fields=security_groups HTTP/1.1" 200 1364 0.137632 10.0.0.249 - - [2026-02-16 02:22:48] "GET /project/df2bffdd-f207-49fa-80c5-b15e9fedecea?fields=security_groups HTTP/1.1" 200 1348 0.090086 10.0.0.249 - - [2026-02-16 02:22:48] "GET /virtual-network/fceeac70-3288-4a9d-8d15-fc14c982dccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2020 0.056854 10.0.0.249 - - [2026-02-16 02:22:48] "DELETE /security-group/7270b08e-fd88-4de8-b6af-23450de53884 HTTP/1.1" 200 115 0.185963 10.0.0.249 - - [2026-02-16 02:22:48] "DELETE /access-control-list/86fd1370-53c9-48dd-be55-c7007e5cc6bb HTTP/1.1" 200 115 0.099360 10.0.0.249 - - [2026-02-16 02:22:48] "GET /projects?obj_uuids=bf108613-e2d7-4111-b7df-e4239714634c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001050 10.0.0.249 - - [2026-02-16 02:22:48] "DELETE /security-group/9dd3d08b-f764-461d-a605-1b077cf1da6d HTTP/1.1" 200 115 0.208143 10.0.0.249 - - [2026-02-16 02:22:48] "GET /projects?obj_uuids=d63ff5af-1546-44ab-b5f6-cc2f33c8ffa5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001849 10.0.0.249 - - [2026-02-16 02:22:48] "GET /project/bf108613-e2d7-4111-b7df-e4239714634c?fields=application_policy_sets HTTP/1.1" 200 1403 0.049995 10.0.0.249 - - [2026-02-16 02:22:48] "GET /obj-perms HTTP/1.1" 403 257 0.037701 10.0.0.249 - - [2026-02-16 02:22:48] "DELETE /access-control-list/208c802f-3e5e-454a-a359-92b218efc527 HTTP/1.1" 200 115 0.065764 10.0.0.249 - - [2026-02-16 02:22:48] "DELETE /security-group/fb4545e3-f5f8-4fe2-a8af-61f7a135f31a HTTP/1.1" 200 115 0.182683 10.0.0.249 - - [2026-02-16 02:22:48] "GET /projects?obj_uuids=32eb4495-f3fb-48da-adfc-197da827820b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000961 10.0.0.249 - - [2026-02-16 02:22:48] "DELETE /security-group/f4fe2463-c471-4af4-b263-1d62976ff0cc HTTP/1.1" 200 115 0.124630 10.0.0.249 - - [2026-02-16 02:22:48] "GET /project/d63ff5af-1546-44ab-b5f6-cc2f33c8ffa5?fields=application_policy_sets HTTP/1.1" 200 1388 0.110608 10.0.0.249 - - [2026-02-16 02:22:48] "GET /projects?obj_uuids=9db32f0f-c42f-4420-93a1-39b11a36f452&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001399 10.0.0.249 - - [2026-02-16 02:22:48] "GET /project/32eb4495-f3fb-48da-adfc-197da827820b?fields=application_policy_sets HTTP/1.1" 200 1387 0.114242 10.0.0.249 - - [2026-02-16 02:22:48] "GET /project/9db32f0f-c42f-4420-93a1-39b11a36f452?fields=application_policy_sets HTTP/1.1" 200 1403 0.079761 10.0.0.249 - - [2026-02-16 02:22:48] "DELETE /access-control-list/30ccbc2a-79fd-460d-9d02-cd0c8e498e6d HTTP/1.1" 200 115 0.130696 10.0.0.249 - - [2026-02-16 02:22:48] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.090234 10.0.0.249 - - [2026-02-16 02:22:48] "DELETE /security-group/095d3a36-938d-4f28-a8a3-6ba70b82048e HTTP/1.1" 200 115 0.185051 10.0.0.249 - - [2026-02-16 02:22:48] "GET /projects?obj_uuids=df2bffdd-f207-49fa-80c5-b15e9fedecea&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001013 10.0.0.249 - - [2026-02-16 02:22:48] "DELETE /access-control-list/90a6d8eb-bf9d-4af5-af95-d82f0e0de727 HTTP/1.1" 200 115 0.051621 10.0.0.249 - - [2026-02-16 02:22:48] "GET /project/df2bffdd-f207-49fa-80c5-b15e9fedecea?fields=application_policy_sets HTTP/1.1" 200 1387 0.060866 10.0.0.249 - - [2026-02-16 02:22:48] "DELETE /project/bf108613-e2d7-4111-b7df-e4239714634c HTTP/1.1" 200 115 0.772626 10.0.0.249 - - [2026-02-16 02:22:48] "DELETE /api-access-list/5b1c9f87-2707-4e74-8d04-6eabaa2aeaa9 HTTP/1.1" 200 115 0.080238 10.0.0.249 - - [2026-02-16 02:22:48] "DELETE /access-control-list/fe9e0695-882c-4abd-a5dd-54062d69551b HTTP/1.1" 200 115 0.058118 10.0.0.249 - - [2026-02-16 02:22:48] "GET /api-access-list/5b1c9f87-2707-4e74-8d04-6eabaa2aeaa9 HTTP/1.1" 404 171 0.012620 10.0.0.249 - - [2026-02-16 02:22:48] "DELETE /project/d63ff5af-1546-44ab-b5f6-cc2f33c8ffa5 HTTP/1.1" 200 115 0.870344 10.0.0.249 - - [2026-02-16 02:22:48] "DELETE /access-control-list/9a97b54a-937c-4f09-89a0-8b0c910c31cd HTTP/1.1" 200 115 0.061002 10.0.0.249 - - [2026-02-16 02:22:48] "DELETE /api-access-list/7e05eab3-f7d1-4683-b4a4-7419f1007214 HTTP/1.1" 200 115 0.083095 10.0.0.249 - - [2026-02-16 02:22:48] "GET /api-access-list/7e05eab3-f7d1-4683-b4a4-7419f1007214 HTTP/1.1" 404 171 0.005268 10.0.0.249 - - [2026-02-16 02:22:48] "GET /virtual-network/fceeac70-3288-4a9d-8d15-fc14c982dccc HTTP/1.1" 401 293 0.002511 10.0.0.249 - - [2026-02-16 02:22:48] "DELETE /project/32eb4495-f3fb-48da-adfc-197da827820b HTTP/1.1" 200 115 0.927009 10.0.0.249 - - [2026-02-16 02:22:48] "DELETE /access-control-list/3334af32-36d5-49ce-ab5f-6ea17f4af70b HTTP/1.1" 200 115 0.054307 10.0.0.249 - - [2026-02-16 02:22:48] "DELETE /project/9db32f0f-c42f-4420-93a1-39b11a36f452 HTTP/1.1" 200 115 0.936691 10.0.0.249 - - [2026-02-16 02:22:48] "DELETE /access-control-list/3ba63cf8-e2f2-4ef3-8f99-ac7ca3d07f5a HTTP/1.1" 200 115 0.027246 10.0.0.249 - - [2026-02-16 02:22:48] "DELETE /project/df2bffdd-f207-49fa-80c5-b15e9fedecea HTTP/1.1" 200 115 0.970720 10.0.0.249 - - [2026-02-16 02:22:48] "DELETE /access-control-list/47045a59-e131-4f07-b01b-52f95e28e435 HTTP/1.1" 200 115 0.022075 10.0.0.249 - - [2026-02-16 02:22:48] "DELETE /access-control-list/f3b2fc02-37c6-4dc6-9a0e-fbcbaced83a8 HTTP/1.1" 200 115 0.031458 10.0.0.249 - - [2026-02-16 02:22:49] "GET /virtual-network/fceeac70-3288-4a9d-8d15-fc14c982dccc HTTP/1.1" 403 263 0.035091 10.0.0.249 - - [2026-02-16 02:22:49] "GET /service-template/a2bcc2e5-28ed-43b0-9967-a46259c69df2 HTTP/1.1" 403 264 0.006402 10.0.0.249 - - [2026-02-16 02:22:49] "GET /service-template/a2bcc2e5-28ed-43b0-9967-a46259c69df2 HTTP/1.1" 403 264 0.043232 10.0.0.249 - - [2026-02-16 02:22:49] "GET /obj-perms HTTP/1.1" 403 257 0.033816 10.0.0.249 - - [2026-02-16 02:22:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002227 10.0.0.249 - - [2026-02-16 02:22:49] "GET /virtual-network/fceeac70-3288-4a9d-8d15-fc14c982dccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008206 10.0.0.249 - - [2026-02-16 02:22:49] "GET /obj-perms HTTP/1.1" 403 257 0.009125 10.0.0.249 - - [2026-02-16 02:22:49] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007691 10.0.0.249 - - [2026-02-16 02:22:50] "GET /api-access-list/0a6029d9-e560-444e-889e-bff6c571056c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.003336 10.0.0.249 - - [2026-02-16 02:22:50] "PUT /api-access-list/0a6029d9-e560-444e-889e-bff6c571056c HTTP/1.1" 200 265 0.008585 10.0.0.249 - - [2026-02-16 02:22:50] "GET /virtual-network/fceeac70-3288-4a9d-8d15-fc14c982dccc HTTP/1.1" 200 2321 0.012734 10.0.0.249 - - [2026-02-16 02:22:50] "GET /service-template/a2bcc2e5-28ed-43b0-9967-a46259c69df2 HTTP/1.1" 200 1856 0.010103 10.0.0.249 - - [2026-02-16 02:22:50] "GET /obj-perms HTTP/1.1" 403 257 0.006700 10.0.0.249 - - [2026-02-16 02:22:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004447 10.0.0.249 - - [2026-02-16 02:22:50] "GET /virtual-network/fceeac70-3288-4a9d-8d15-fc14c982dccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2020 0.013878 10.0.0.249 - - [2026-02-16 02:22:50] "GET /obj-perms HTTP/1.1" 403 257 0.007407 10.0.0.249 - - [2026-02-16 02:22:50] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.016579 10.0.0.249 - - [2026-02-16 02:22:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.009312 10.0.0.249 - - [2026-02-16 02:22:50] "DELETE /service-template/a2bcc2e5-28ed-43b0-9967-a46259c69df2 HTTP/1.1" 200 115 0.028787 10.0.0.249 - - [2026-02-16 02:22:50] "POST /fqname-to-id HTTP/1.1" 404 197 0.008773 10.0.0.249 - - [2026-02-16 02:22:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005497 10.0.0.249 - - [2026-02-16 02:22:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002848 10.0.0.249 - - [2026-02-16 02:22:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002798 10.0.0.249 - - [2026-02-16 02:22:50] "DELETE /virtual-network/fceeac70-3288-4a9d-8d15-fc14c982dccc HTTP/1.1" 200 115 0.075295 10.0.0.249 - - [2026-02-16 02:22:50] "DELETE /route-target/34a2a72f-5344-4f21-8361-48b1f7e57469 HTTP/1.1" 200 115 0.013856 10.0.0.249 - - [2026-02-16 02:22:50] "GET /api-access-list/0a6029d9-e560-444e-889e-bff6c571056c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.003594 10.0.0.249 - - [2026-02-16 02:22:50] "PUT /api-access-list/0a6029d9-e560-444e-889e-bff6c571056c HTTP/1.1" 200 265 0.010935 10.0.0.249 - - [2026-02-16 02:22:50] "GET /api-access-list/0a6029d9-e560-444e-889e-bff6c571056c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.003472 10.0.0.249 - - [2026-02-16 02:22:50] "PUT /api-access-list/0a6029d9-e560-444e-889e-bff6c571056c HTTP/1.1" 200 265 0.008925 10.0.0.249 - - [2026-02-16 02:22:51] "GET /api-access-list/0a6029d9-e560-444e-889e-bff6c571056c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003409 10.0.0.249 - - [2026-02-16 02:22:51] "PUT /api-access-list/0a6029d9-e560-444e-889e-bff6c571056c HTTP/1.1" 200 265 0.008793 10.0.0.249 - - [2026-02-16 02:22:51] "GET /projects?obj_uuids=2bc703d4-8533-45e9-a0ab-5f5042eda821&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000968 10.0.0.249 - - [2026-02-16 02:22:51] "GET /project/2bc703d4-8533-45e9-a0ab-5f5042eda821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.024135 10.0.0.249 - - [2026-02-16 02:22:51] "GET /projects?obj_uuids=2bc703d4-8533-45e9-a0ab-5f5042eda821&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001119 10.0.0.249 - - [2026-02-16 02:22:52] "GET /project/2bc703d4-8533-45e9-a0ab-5f5042eda821?fields=virtual_networks HTTP/1.1" 200 1034 0.070789 10.0.0.249 - - [2026-02-16 02:22:52] "GET /projects?obj_uuids=2bc703d4-8533-45e9-a0ab-5f5042eda821&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000985 10.0.0.249 - - [2026-02-16 02:22:52] "GET /project/2bc703d4-8533-45e9-a0ab-5f5042eda821?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.025290 10.0.0.249 - - [2026-02-16 02:22:52] "GET /projects?obj_uuids=2bc703d4-8533-45e9-a0ab-5f5042eda821&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001465 10.0.0.249 - - [2026-02-16 02:22:52] "GET /project/2bc703d4-8533-45e9-a0ab-5f5042eda821?fields=security_groups HTTP/1.1" 200 1261 0.025785 10.0.0.249 - - [2026-02-16 02:22:52] "GET /projects?obj_uuids=9f7cd710-17f6-4aa9-9ca9-5667b633ad24&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000997 10.0.0.249 - - [2026-02-16 02:22:52] "GET /project/9f7cd710-17f6-4aa9-9ca9-5667b633ad24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.023061 [Introspect:8084]10.0.0.249 - - [2026-02-16 02:22:53] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001389 10.0.0.249 - - [2026-02-16 02:22:53] "POST /fqname-to-id HTTP/1.1" 404 184 0.026613 10.0.0.249 - - [2026-02-16 02:22:53] "GET /projects?obj_uuids=52bb91da-e465-44cf-8150-23213ab6ce4d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002208 10.0.0.249 - - [2026-02-16 02:22:53] "GET /domains?obj_uuids=f42e0b8c-ee7f-4f6c-9dc0-739303a96cda&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001241 10.0.0.249 - - [2026-02-16 02:22:53] "GET /domain/f42e0b8c-ee7f-4f6c-9dc0-739303a96cda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007571 10.0.0.249 - - [2026-02-16 02:22:53] "POST /id-to-fqname HTTP/1.1" 200 186 0.001217 10.0.0.249 - - [2026-02-16 02:22:53] "POST /fqname-to-id HTTP/1.1" 404 195 0.002998 10.0.0.249 - - [2026-02-16 02:22:53] "POST /security-groups HTTP/1.1" 200 587 0.064278 10.0.0.249 - - [2026-02-16 02:22:54] "POST /fqname-to-id HTTP/1.1" 404 230 0.002282 10.0.0.249 - - [2026-02-16 02:22:54] "POST /projects HTTP/1.1" 200 577 0.205576 10.0.0.249 - - [2026-02-16 02:22:54] "POST /access-control-lists HTTP/1.1" 200 594 0.058913 10.0.0.249 - - [2026-02-16 02:22:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.276143 10.0.0.249 - - [2026-02-16 02:22:54] "POST /fqname-to-id HTTP/1.1" 404 229 0.002802 10.0.0.249 - - [2026-02-16 02:22:54] "GET /project/52bb91da-e465-44cf-8150-23213ab6ce4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.411678 10.0.0.249 - - [2026-02-16 02:22:54] "POST /access-control-lists HTTP/1.1" 200 592 0.060454 10.0.0.249 - - [2026-02-16 02:22:55] "GET / HTTP/1.1" 200 36215 0.001968 10.0.0.249 - - [2026-02-16 02:22:55] "GET /projects?obj_uuids=52bb91da-e465-44cf-8150-23213ab6ce4d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001250 10.0.0.249 - - [2026-02-16 02:22:55] "GET /project/52bb91da-e465-44cf-8150-23213ab6ce4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.025272 10.0.0.249 - - [2026-02-16 02:22:55] "GET /projects?obj_uuids=52bb91da-e465-44cf-8150-23213ab6ce4d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001176 10.0.0.249 - - [2026-02-16 02:22:55] "GET /project/52bb91da-e465-44cf-8150-23213ab6ce4d?fields=virtual_networks HTTP/1.1" 200 1025 0.064656 10.0.0.249 - - [2026-02-16 02:22:55] "GET /projects?obj_uuids=52bb91da-e465-44cf-8150-23213ab6ce4d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001143 10.0.0.249 - - [2026-02-16 02:22:55] "GET /project/52bb91da-e465-44cf-8150-23213ab6ce4d?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.025074 10.0.0.249 - - [2026-02-16 02:22:56] "GET /projects?obj_uuids=52bb91da-e465-44cf-8150-23213ab6ce4d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000997 10.0.0.249 - - [2026-02-16 02:22:56] "GET /project/52bb91da-e465-44cf-8150-23213ab6ce4d?fields=security_groups HTTP/1.1" 200 1248 0.022427 10.0.0.249 - - [2026-02-16 02:22:58] "GET /obj-perms HTTP/1.1" 200 5075 0.061468 10.0.0.249 - - [2026-02-16 02:22:58] "GET /obj-perms HTTP/1.1" 200 5075 0.061525 [Introspect:8084]10.0.0.249 - - [2026-02-16 02:23:45] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000941 [Introspect:8084]10.0.0.249 - - [2026-02-16 02:23:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000998 10.0.0.249 - - [2026-02-16 02:23:48] "DELETE /project/52bb91dae46544cf815023213ab6ce4d HTTP/1.1" 404 173 0.004931 10.0.0.249 - - [2026-02-16 02:23:48] "GET /projects?obj_uuids=2bc703d4-8533-45e9-a0ab-5f5042eda821&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001104 10.0.0.249 - - [2026-02-16 02:23:48] "GET /projects?obj_uuids=52bb91da-e465-44cf-8150-23213ab6ce4d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001049 10.0.0.249 - - [2026-02-16 02:23:48] "GET /project/52bb91da-e465-44cf-8150-23213ab6ce4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.035453 10.0.0.249 - - [2026-02-16 02:23:48] "GET /project/2bc703d4-8533-45e9-a0ab-5f5042eda821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.045842 10.0.0.249 - - [2026-02-16 02:23:48] "GET /projects?obj_uuids=52bb91da-e465-44cf-8150-23213ab6ce4d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001034 10.0.0.249 - - [2026-02-16 02:23:48] "GET /projects?obj_uuids=2bc703d4-8533-45e9-a0ab-5f5042eda821&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001343 10.0.0.249 - - [2026-02-16 02:23:48] "GET /project/52bb91da-e465-44cf-8150-23213ab6ce4d?fields=security_groups HTTP/1.1" 200 1350 0.048456 10.0.0.249 - - [2026-02-16 02:23:48] "GET /project/2bc703d4-8533-45e9-a0ab-5f5042eda821?fields=security_groups HTTP/1.1" 200 1363 0.053945 10.0.0.249 - - [2026-02-16 02:23:48] "DELETE /security-group/37eb8432-e3ac-43d7-a20b-4a29eca140c5 HTTP/1.1" 200 115 0.058377 10.0.0.249 - - [2026-02-16 02:23:48] "DELETE /security-group/a6ed6442-2ff2-49c8-bd2e-1261f5f390c3 HTTP/1.1" 200 115 0.061290 10.0.0.249 - - [2026-02-16 02:23:48] "GET /projects?obj_uuids=52bb91da-e465-44cf-8150-23213ab6ce4d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001453 10.0.0.249 - - [2026-02-16 02:23:48] "GET /projects?obj_uuids=2bc703d4-8533-45e9-a0ab-5f5042eda821&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001301 10.0.0.249 - - [2026-02-16 02:23:48] "DELETE /access-control-list/5af75fbb-3e5b-41ac-872d-7ca41f324abf HTTP/1.1" 200 115 0.055048 10.0.0.249 - - [2026-02-16 02:23:49] "GET /project/52bb91da-e465-44cf-8150-23213ab6ce4d?fields=application_policy_sets HTTP/1.1" 200 1389 0.051190 10.0.0.249 - - [2026-02-16 02:23:49] "DELETE /access-control-list/e08da977-2498-44d4-ab10-8a35692ebe56 HTTP/1.1" 200 115 0.034386 10.0.0.249 - - [2026-02-16 02:23:49] "GET /project/2bc703d4-8533-45e9-a0ab-5f5042eda821?fields=application_policy_sets HTTP/1.1" 200 1402 0.086512 10.0.0.249 - - [2026-02-16 02:23:49] "DELETE /access-control-list/dbb5d9ce-fe2c-486e-b6a7-147401972838 HTTP/1.1" 200 115 0.033805 10.0.0.249 - - [2026-02-16 02:23:49] "DELETE /access-control-list/09556acc-32ae-4cbc-a345-9a935df7c336 HTTP/1.1" 200 115 0.040613 10.0.0.249 - - [2026-02-16 02:23:49] "DELETE /project/52bb91da-e465-44cf-8150-23213ab6ce4d HTTP/1.1" 200 115 0.415145 10.0.0.249 - - [2026-02-16 02:23:49] "DELETE /project/2bc703d4-8533-45e9-a0ab-5f5042eda821 HTTP/1.1" 200 115 0.450818