+++ date ++ echo 'INFO: =================== Thu Jan 29 01:59:18 AM UTC 2026 ===================' INFO: =================== Thu Jan 29 01:59:18 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 +++ grep 'inet ' +++ ip addr show dev ens3 +++ 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.209 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.209 ++ 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 ++++ get_local_ips ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq ++++ cat /proc/net/fib_trie +++ local local_ips=,10.0.0.249,10.20.0.209,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.209,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 ++ sed 's/^API__//g' ++ cut -d = -f 1 + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 01/29/2026 01:59:26.976 7f1e0689a500 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 01/29/2026 01:59:27.153 7f1e0689a500 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 01/29/2026 01:59:27.165 7f1e0689a500 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 01/29/2026 01:59:27.165 7f1e0689a500 [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-01-29 01:59:31] "GET / HTTP/1.1" 503 181 0.000629 10.0.0.249 - - [2026-01-29 01:59:31] "GET / HTTP/1.1" 503 181 0.000394 10.0.0.249 - - [2026-01-29 01:59:32] "GET / HTTP/1.1" 200 45871 0.001802 10.0.0.249 - - [2026-01-29 01:59:32] "GET / HTTP/1.1" 200 45871 0.001341 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-01-29 01:59:32] "POST /fqname-to-id HTTP/1.1" 401 293 0.000604 10.0.0.249 - - [2026-01-29 01:59:32] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000294 10.0.0.249 - - [2026-01-29 01:59:32] "GET / HTTP/1.1" 200 36215 0.002264 10.0.0.249 - - [2026-01-29 01:59:33] "GET / HTTP/1.1" 200 36215 0.001474 10.0.0.249 - - [2026-01-29 01:59:33] "POST /fqname-to-id HTTP/1.1" 401 293 0.000383 10.0.0.249 - - [2026-01-29 01:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.956711 10.0.0.249 - - [2026-01-29 01:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.249 - - [2026-01-29 01:59:33] "GET / HTTP/1.1" 200 36215 0.001273 10.0.0.249 - - [2026-01-29 01:59:33] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.678416 10.0.0.249 - - [2026-01-29 01:59:33] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003245 10.0.0.249 - - [2026-01-29 01:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.087959 10.0.0.249 - - [2026-01-29 01:59:33] "GET /global-system-config/865a11e1-f4e0-42b1-90af-8c8df3c39734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.009571 10.0.0.249 - - [2026-01-29 01:59:33] "POST /fqname-to-id HTTP/1.1" 404 220 0.004577 10.0.0.249 - - [2026-01-29 01:59:33] "POST /config-nodes HTTP/1.1" 200 601 0.029922 10.0.0.249 - - [2026-01-29 01:59:33] "GET / HTTP/1.1" 200 36215 0.001423 /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-01-29 01:59:34] "GET / HTTP/1.1" 200 36215 0.002280 10.0.0.249 - - [2026-01-29 01:59:34] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000519 10.0.0.249 - - [2026-01-29 01:59:34] "POST /fqname-to-id HTTP/1.1" 401 293 0.000568 10.0.0.249 - - [2026-01-29 01:59:34] "POST /fqname-to-id HTTP/1.1" 401 293 0.000528 10.0.0.249 - - [2026-01-29 01:59:34] "GET / HTTP/1.1" 200 36215 0.001427 10.0.0.249 - - [2026-01-29 01:59:34] "POST /fqname-to-id HTTP/1.1" 401 293 0.000409 10.0.0.249 - - [2026-01-29 01:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.620954 10.0.0.249 - - [2026-01-29 01:59:35] "GET /network-ipam/6a500dd8-ef8d-491e-ad30-ab6fd90ff309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1955 0.003738 10.0.0.249 - - [2026-01-29 01:59:35] "POST /fqname-to-id HTTP/1.1" 404 186 0.351698 10.0.0.249 - - [2026-01-29 01:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.249 - - [2026-01-29 01:59:35] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.082671 10.0.0.249 - - [2026-01-29 01:59:35] "GET /global-system-config/865a11e1-f4e0-42b1-90af-8c8df3c39734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.009253 10.0.0.249 - - [2026-01-29 01:59:35] "POST /service-appliance-sets HTTP/1.1" 200 555 0.024966 10.0.0.249 - - [2026-01-29 01:59:35] "POST /fqname-to-id HTTP/1.1" 404 180 0.003102 10.0.0.249 - - [2026-01-29 01:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.249 - - [2026-01-29 01:59:35] "GET /global-system-config/865a11e1-f4e0-42b1-90af-8c8df3c39734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.008755 10.0.0.249 - - [2026-01-29 01:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.035121 10.0.0.249 - - [2026-01-29 01:59:35] "GET /global-system-config/865a11e1-f4e0-42b1-90af-8c8df3c39734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.010050 10.0.0.249 - - [2026-01-29 01:59:35] "POST /service-appliance-sets HTTP/1.1" 200 543 0.033710 10.0.0.249 - - [2026-01-29 01:59:35] "POST /fqname-to-id HTTP/1.1" 404 220 0.002641 10.0.0.249 - - [2026-01-29 01:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004202 10.0.0.249 - - [2026-01-29 01:59:35] "GET /network-ipam/6a500dd8-ef8d-491e-ad30-ab6fd90ff309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1955 0.003378 10.0.0.249 - - [2026-01-29 01:59:35] "POST /config-database-nodes HTTP/1.1" 200 619 0.017769 10.0.0.249 - - [2026-01-29 01:59:35] "POST /fqname-to-id HTTP/1.1" 404 225 0.002346 10.0.0.249 - - [2026-01-29 01:59:35] "POST /access-control-lists HTTP/1.1" 200 589 0.016958 10.0.0.249 - - [2026-01-29 01:59:35] "POST /service-templates HTTP/1.1" 200 513 0.015976 10.0.0.249 - - [2026-01-29 01:59:35] "POST /service-templates HTTP/1.1" 200 503 0.016836 10.0.0.249 - - [2026-01-29 01:59:35] "POST /fqname-to-id HTTP/1.1" 404 224 0.003037 10.0.0.249 - - [2026-01-29 01:59:35] "POST /service-templates HTTP/1.1" 200 517 0.023126 10.0.0.249 - - [2026-01-29 01:59:35] "POST /access-control-lists HTTP/1.1" 200 587 0.021735 10.0.0.249 - - [2026-01-29 01:59:35] "POST /service-templates HTTP/1.1" 200 537 0.019469 10.0.0.249 - - [2026-01-29 01:59:35] "POST /route-targets HTTP/1.1" 200 328 0.011419 10.0.0.249 - - [2026-01-29 01:59:35] "POST /service-templates HTTP/1.1" 200 509 0.017790 10.0.0.249 - - [2026-01-29 01:59:35] "POST /ref-update HTTP/1.1" 200 156 0.011200 10.0.0.249 - - [2026-01-29 01:59:35] "POST /route-targets HTTP/1.1" 200 328 0.011194 10.0.0.249 - - [2026-01-29 01:59:36] "POST /ref-update HTTP/1.1" 200 156 0.010797 10.0.0.249 - - [2026-01-29 01:59:36] "POST /route-targets HTTP/1.1" 200 328 0.011321 10.0.0.249 - - [2026-01-29 01:59:36] "POST /ref-update HTTP/1.1" 200 156 0.011269 10.0.0.249 - - [2026-01-29 01:59:36] "POST /route-targets HTTP/1.1" 200 328 0.012656 10.0.0.249 - - [2026-01-29 01:59:36] "POST /ref-update HTTP/1.1" 200 156 0.010491 10.0.0.249 - - [2026-01-29 01:59:36] "POST /fqname-to-id HTTP/1.1" 404 201 0.002570 10.0.0.249 - - [2026-01-29 01:59:36] "POST /access-control-lists HTTP/1.1" 200 553 0.061606 10.0.0.249 - - [2026-01-29 01:59:36] "PUT /access-control-list/ba165135-714e-43f3-a62e-7a112ceb7142 HTTP/1.1" 200 273 0.010062 10.0.0.249 - - [2026-01-29 01:59:36] "PUT /access-control-list/b3e05b23-3699-4cc6-9d26-b519a2e19a5d HTTP/1.1" 200 273 0.011188 10.0.0.249 - - [2026-01-29 01:59:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.249 - - [2026-01-29 01:59:40] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1217 0.003869 10.0.0.249 - - [2026-01-29 01:59:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.249 - - [2026-01-29 01:59:40] "PUT /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb HTTP/1.1" 200 277 0.011573 10.0.0.249 - - [2026-01-29 01:59:40] "GET / HTTP/1.1" 200 36215 0.001451 10.0.0.249 - - [2026-01-29 01:59:40] "POST /alarms HTTP/1.1" 401 293 0.000499 10.0.0.249 - - [2026-01-29 01:59:40] "POST /alarms HTTP/1.1" 200 583 0.045264 10.0.0.249 - - [2026-01-29 01:59:40] "POST /alarms HTTP/1.1" 200 577 0.018261 10.0.0.249 - - [2026-01-29 01:59:40] "POST /alarms HTTP/1.1" 200 577 0.018615 10.0.0.249 - - [2026-01-29 01:59:40] "POST /alarms HTTP/1.1" 200 561 0.018670 10.0.0.249 - - [2026-01-29 01:59:41] "POST /alarms HTTP/1.1" 200 557 0.018910 10.0.0.249 - - [2026-01-29 01:59:41] "POST /alarms HTTP/1.1" 200 559 0.026435 10.0.0.249 - - [2026-01-29 01:59:41] "POST /alarms HTTP/1.1" 200 567 0.027686 10.0.0.249 - - [2026-01-29 01:59:41] "POST /alarms HTTP/1.1" 200 551 0.024914 10.0.0.249 - - [2026-01-29 01:59:41] "POST /alarms HTTP/1.1" 200 559 0.117888 10.0.0.249 - - [2026-01-29 01:59:41] "POST /alarms HTTP/1.1" 200 569 0.021633 10.0.0.249 - - [2026-01-29 01:59:41] "POST /alarms HTTP/1.1" 200 557 0.025965 10.0.0.249 - - [2026-01-29 01:59:41] "POST /alarms HTTP/1.1" 200 569 0.018716 10.0.0.249 - - [2026-01-29 01:59:41] "POST /alarms HTTP/1.1" 200 577 0.065926 10.0.0.249 - - [2026-01-29 01:59:41] "POST /alarms HTTP/1.1" 200 571 0.023712 10.0.0.249 - - [2026-01-29 01:59:41] "POST /alarms HTTP/1.1" 200 563 0.021169 10.0.0.249 - - [2026-01-29 01:59:41] "POST /alarms HTTP/1.1" 200 563 0.018522 10.0.0.249 - - [2026-01-29 01:59:42] "POST /alarms HTTP/1.1" 200 563 0.018557 10.0.0.249 - - [2026-01-29 01:59:42] "POST /alarms HTTP/1.1" 200 549 0.017296 10.0.0.249 - - [2026-01-29 01:59:42] "POST /alarms HTTP/1.1" 200 597 0.023761 10.0.0.249 - - [2026-01-29 01:59:42] "POST /alarms HTTP/1.1" 200 577 0.017424 10.0.0.249 - - [2026-01-29 01:59:42] "POST /alarms HTTP/1.1" 200 573 0.016659 10.0.0.249 - - [2026-01-29 01:59:42] "POST /alarms HTTP/1.1" 200 585 0.018734 10.0.0.249 - - [2026-01-29 01:59:42] "POST /alarms HTTP/1.1" 200 611 0.018237 10.0.0.249 - - [2026-01-29 01:59:42] "GET / HTTP/1.1" 200 36215 0.001527 10.0.0.249 - - [2026-01-29 01:59:42] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000409 10.0.0.249 - - [2026-01-29 01:59:43] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.028319 10.0.0.249 - - [2026-01-29 01:59:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.249 - - [2026-01-29 01:59:43] "PUT /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb HTTP/1.1" 200 277 0.009416 10.0.0.249 - - [2026-01-29 01:59:43] "GET / HTTP/1.1" 200 36215 0.002147 10.0.0.249 - - [2026-01-29 01:59:43] "POST /fqname-to-id HTTP/1.1" 401 293 0.000371 10.0.0.249 - - [2026-01-29 01:59:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.035807 10.0.0.249 - - [2026-01-29 01:59:43] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003586 10.0.0.249 - - [2026-01-29 01:59:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.249 - - [2026-01-29 01:59:43] "PUT /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb HTTP/1.1" 200 277 0.010341 10.0.0.249 - - [2026-01-29 01:59:44] "GET / HTTP/1.1" 200 36215 0.001445 10.0.0.249 - - [2026-01-29 01:59:44] "POST /fqname-to-id HTTP/1.1" 401 293 0.000393 10.0.0.249 - - [2026-01-29 01:59:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.026998 10.0.0.249 - - [2026-01-29 01:59:44] "GET /global-system-config/865a11e1-f4e0-42b1-90af-8c8df3c39734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005476 10.0.0.249 - - [2026-01-29 01:59:44] "PUT /global-system-config/865a11e1-f4e0-42b1-90af-8c8df3c39734 HTTP/1.1" 200 275 0.015667 10.0.0.249 - - [2026-01-29 01:59:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000543 10.0.0.249 - - [2026-01-29 01:59:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000476 10.0.0.249 - - [2026-01-29 01:59:57] "GET /global-system-configs HTTP/1.1" 401 293 0.000550 10.0.0.249 - - [2026-01-29 01:59:57] "GET /global-system-configs HTTP/1.1" 401 293 0.000501 10.0.0.249 - - [2026-01-29 02:00:33] "GET / HTTP/1.1" 200 36215 0.001508 10.0.0.249 - - [2026-01-29 02:00:33] "POST /fqname-to-id HTTP/1.1" 401 293 0.000459 10.0.0.249 - - [2026-01-29 02:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.030719 10.0.0.249 - - [2026-01-29 02:00:33] "GET /routing-instance/d8ce0468-2423-4ea2-9965-90fc7adda932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.004599 10.0.0.249 - - [2026-01-29 02:00:33] "POST /bgp-routers HTTP/1.1" 200 622 0.027322 10.0.0.249 - - [2026-01-29 02:00:33] "GET /bgp-router/d720e88d-2ef2-4cf8-ad3e-657451f7ec14?fields=global_system_config_back_refs HTTP/1.1" 200 1118 0.008745 10.0.0.249 - - [2026-01-29 02:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004212 10.0.0.249 - - [2026-01-29 02:00:33] "GET /global-system-config/865a11e1-f4e0-42b1-90af-8c8df3c39734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.009541 10.0.0.249 - - [2026-01-29 02:00:33] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.013860 10.0.0.249 - - [2026-01-29 02:00:33] "POST /ref-update HTTP/1.1" 200 156 0.009530 10.0.0.249 - - [2026-01-29 02:01:00] "GET / HTTP/1.1" 200 36215 0.001915 10.0.0.249 - - [2026-01-29 02:01:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000456 10.0.0.249 - - [2026-01-29 02:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.025416 10.0.0.249 - - [2026-01-29 02:01:00] "GET /global-system-config/865a11e1-f4e0-42b1-90af-8c8df3c39734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.006533 10.0.0.249 - - [2026-01-29 02:01:00] "POST /fqname-to-id HTTP/1.1" 404 220 0.003083 10.0.0.249 - - [2026-01-29 02:01:00] "POST /database-nodes HTTP/1.1" 200 605 0.020513 10.0.0.249 - - [2026-01-29 02:01:31] "GET / HTTP/1.1" 200 36215 0.001578 10.0.0.249 - - [2026-01-29 02:01:31] "POST /fqname-to-id HTTP/1.1" 401 293 0.000445 10.0.0.249 - - [2026-01-29 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.026640 10.0.0.249 - - [2026-01-29 02:01:31] "GET /global-system-config/865a11e1-f4e0-42b1-90af-8c8df3c39734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.013140 10.0.0.249 - - [2026-01-29 02:01:31] "POST /fqname-to-id HTTP/1.1" 404 220 0.002826 10.0.0.249 - - [2026-01-29 02:01:31] "POST /analytics-nodes HTTP/1.1" 200 607 0.021990 10.0.0.249 - - [2026-01-29 02:01:37] "GET / HTTP/1.1" 200 36215 0.002601 10.0.0.249 - - [2026-01-29 02:01:47] "GET / HTTP/1.1" 200 36215 0.002386 10.0.0.249 - - [2026-01-29 02:01:47] "POST /fqname-to-id HTTP/1.1" 401 293 0.000613 10.0.0.249 - - [2026-01-29 02:01:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.034447 10.0.0.249 - - [2026-01-29 02:01:47] "GET /global-system-config/865a11e1-f4e0-42b1-90af-8c8df3c39734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.007200 10.0.0.249 - - [2026-01-29 02:01:47] "POST /fqname-to-id HTTP/1.1" 404 220 0.003329 10.0.0.249 - - [2026-01-29 02:01:47] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.025324 10.0.0.249 - - [2026-01-29 02:02:00] "GET / HTTP/1.1" 200 36215 0.002214 10.0.0.249 - - [2026-01-29 02:02:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000496 10.0.0.249 - - [2026-01-29 02:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.028921 10.0.0.249 - - [2026-01-29 02:02:00] "GET /global-system-config/865a11e1-f4e0-42b1-90af-8c8df3c39734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.008622 10.0.0.249 - - [2026-01-29 02:02:00] "POST /fqname-to-id HTTP/1.1" 404 220 0.003179 10.0.0.249 - - [2026-01-29 02:02:01] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.024183 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-01-29 02:02:37] "GET /obj-perms HTTP/1.1" 200 5075 0.410214 10.0.0.249 - - [2026-01-29 02:02:37] "GET /obj-perms HTTP/1.1" 200 5075 0.058613 10.0.0.249 - - [2026-01-29 02:03:38] "GET /obj-perms HTTP/1.1" 200 5075 0.050635 10.0.0.249 - - [2026-01-29 02:03:38] "GET /obj-perms HTTP/1.1" 200 5075 0.058318 10.0.0.249 - - [2026-01-29 02:04:36] "GET / HTTP/1.1" 200 36215 0.001738 10.0.0.249 - - [2026-01-29 02:04:36] "POST /fqname-to-id HTTP/1.1" 401 293 0.000429 10.0.0.249 - - [2026-01-29 02:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.030347 10.0.0.249 - - [2026-01-29 02:04:36] "GET /global-system-config/865a11e1-f4e0-42b1-90af-8c8df3c39734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.005960 10.0.0.249 - - [2026-01-29 02:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.249 - - [2026-01-29 02:04:36] "GET /routing-instance/d8ce0468-2423-4ea2-9965-90fc7adda932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.004069 10.0.0.249 - - [2026-01-29 02:04:36] "PUT /global-system-config/865a11e1-f4e0-42b1-90af-8c8df3c39734 HTTP/1.1" 200 275 0.011520 10.0.0.249 - - [2026-01-29 02:04:36] "POST /fqname-to-id HTTP/1.1" 404 218 0.002970 10.0.0.249 - - [2026-01-29 02:04:36] "POST /virtual-routers HTTP/1.1" 200 605 0.019461 10.0.0.249 - - [2026-01-29 02:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.249 - - [2026-01-29 02:04:36] "GET /virtual-router/3e04e42a-a36b-4a61-9ed1-0d13d8ab846d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1247 0.006012 10.0.0.249 - - [2026-01-29 02:04:36] "POST /fqname-to-id HTTP/1.1" 404 231 0.003267 10.0.0.249 - - [2026-01-29 02:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.249 - - [2026-01-29 02:04:36] "GET /virtual-network/f3441348-784f-4264-b685-ec4ac24b20a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.005664 10.0.0.249 - - [2026-01-29 02:04:37] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.061972 10.0.0.249 - - [2026-01-29 02:04:37] "PUT /access-control-list/f674cd9c-5251-4c8f-a02a-08d6c389dfab HTTP/1.1" 200 273 0.034529 10.0.0.249 - - [2026-01-29 02:04:39] "GET /obj-perms HTTP/1.1" 200 5075 0.052824 10.0.0.249 - - [2026-01-29 02:04:39] "GET /obj-perms HTTP/1.1" 200 5075 0.053319 10.0.0.249 - - [2026-01-29 02:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.249 - - [2026-01-29 02:04:39] "GET /virtual-router/3e04e42a-a36b-4a61-9ed1-0d13d8ab846d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1247 0.004559 [Introspect:8084]10.0.0.249 - - [2026-01-29 02:04:39] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001208 [Introspect:8084]10.0.0.249 - - [2026-01-29 02:04:39] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001228 [Introspect:8084]10.0.0.249 - - [2026-01-29 02:04:51] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001226 [Introspect:8084]10.0.0.249 - - [2026-01-29 02:04:51] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000894 [Introspect:8084]10.0.0.249 - - [2026-01-29 02:04:53] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001046 [Introspect:8084]10.0.0.249 - - [2026-01-29 02:04:53] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000959 10.0.0.249 - - [2026-01-29 02:04:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000462 10.0.0.249 - - [2026-01-29 02:04:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000555 10.0.0.249 - - [2026-01-29 02:04:57] "GET /global-system-configs HTTP/1.1" 401 293 0.000456 10.0.0.249 - - [2026-01-29 02:04:57] "GET /global-system-configs HTTP/1.1" 401 293 0.000440 10.0.0.249 - - [2026-01-29 02:05:39] "GET /obj-perms HTTP/1.1" 200 5075 0.054520 10.0.0.249 - - [2026-01-29 02:05:40] "GET /obj-perms HTTP/1.1" 200 5075 0.070842 10.0.0.249 - - [2026-01-29 02:05:58] "GET / HTTP/1.1" 200 36215 0.001511 10.0.0.249 - - [2026-01-29 02:05:58] "GET /project/2344a00e-a977-4a1e-bc47-6d80edaf386f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000467 10.0.0.249 - - [2026-01-29 02:05:59] "GET /projects?obj_uuids=2344a00e-a977-4a1e-bc47-6d80edaf386f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.027303 10.0.0.249 - - [2026-01-29 02:05:59] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001514 10.0.0.249 - - [2026-01-29 02:05:59] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.030179 10.0.0.249 - - [2026-01-29 02:05:59] "POST /id-to-fqname HTTP/1.1" 200 167 0.001364 10.0.0.249 - - [2026-01-29 02:05:59] "POST /fqname-to-id HTTP/1.1" 404 176 0.006640 10.0.0.249 - - [2026-01-29 02:05:59] "POST /security-groups HTTP/1.1" 200 568 0.069529 10.0.0.249 - - [2026-01-29 02:05:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.002914 10.0.0.249 - - [2026-01-29 02:05:59] "POST /projects HTTP/1.1" 200 539 0.236429 10.0.0.249 - - [2026-01-29 02:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.308151 10.0.0.249 - - [2026-01-29 02:05:59] "POST /access-control-lists HTTP/1.1" 200 575 0.063089 10.0.0.249 - - [2026-01-29 02:05:59] "POST /fqname-to-id HTTP/1.1" 404 206 0.002521 10.0.0.249 - - [2026-01-29 02:05:59] "GET /project/2344a00e-a977-4a1e-bc47-6d80edaf386f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.476745 10.0.0.249 - - [2026-01-29 02:05:59] "POST /access-control-lists HTTP/1.1" 200 573 0.061109 [Introspect:8084]10.0.0.249 - - [2026-01-29 02:06:00] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001704 10.0.0.249 - - [2026-01-29 02:06:00] "POST /fqname-to-id HTTP/1.1" 404 199 0.025206 10.0.0.249 - - [2026-01-29 02:06:00] "GET /projects?obj_uuids=407740f7-ffec-4680-9d88-ff47746b0405&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003451 10.0.0.249 - - [2026-01-29 02:06:00] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001348 10.0.0.249 - - [2026-01-29 02:06:00] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007752 10.0.0.249 - - [2026-01-29 02:06:00] "POST /id-to-fqname HTTP/1.1" 200 201 0.001516 10.0.0.249 - - [2026-01-29 02:06:00] "POST /fqname-to-id HTTP/1.1" 404 210 0.002428 10.0.0.249 - - [2026-01-29 02:06:01] "POST /security-groups HTTP/1.1" 200 602 0.133643 10.0.0.249 - - [2026-01-29 02:06:01] "POST /fqname-to-id HTTP/1.1" 404 245 0.003467 10.0.0.249 - - [2026-01-29 02:06:01] "POST /projects HTTP/1.1" 200 607 0.309654 10.0.0.249 - - [2026-01-29 02:06:01] "POST /access-control-lists HTTP/1.1" 200 609 0.068453 10.0.0.249 - - [2026-01-29 02:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.391435 10.0.0.249 - - [2026-01-29 02:06:01] "POST /fqname-to-id HTTP/1.1" 404 244 0.003344 10.0.0.249 - - [2026-01-29 02:06:01] "GET /project/407740f7-ffec-4680-9d88-ff47746b0405?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.539682 10.0.0.249 - - [2026-01-29 02:06:01] "POST /access-control-lists HTTP/1.1" 200 607 0.076841 10.0.0.249 - - [2026-01-29 02:06:02] "GET / HTTP/1.1" 200 36215 0.001942 10.0.0.249 - - [2026-01-29 02:06:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000554 10.0.0.249 - - [2026-01-29 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.058442 10.0.0.249 - - [2026-01-29 02:06:03] "GET /projects?obj_uuids=407740f7-ffec-4680-9d88-ff47746b0405&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001112 10.0.0.249 - - [2026-01-29 02:06:03] "GET /project/407740f7-ffec-4680-9d88-ff47746b0405?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.033282 10.0.0.249 - - [2026-01-29 02:06:03] "POST /neutron/network HTTP/1.1" 200 117 0.051621 10.0.0.249 - - [2026-01-29 02:06:03] "GET /projects?obj_uuids=407740f7-ffec-4680-9d88-ff47746b0405&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001174 10.0.0.249 - - [2026-01-29 02:06:03] "POST /neutron/network HTTP/1.1" 200 620 0.110139 10.0.0.249 - - [2026-01-29 02:06:03] "POST /route-targets HTTP/1.1" 200 328 0.017534 10.0.0.249 - - [2026-01-29 02:06:03] "POST /ref-update HTTP/1.1" 200 156 0.023718 10.0.0.249 - - [2026-01-29 02:06:03] "POST /useragent-kv HTTP/1.1" 200 115 0.004977 10.0.0.249 - - [2026-01-29 02:06:03] "POST /neutron/subnet HTTP/1.1" 200 725 0.221262 10.0.0.249 - - [2026-01-29 02:06:03] "POST /neutron/network HTTP/1.1" 200 839 0.008056 10.0.0.249 - - [2026-01-29 02:06:03] "POST /id-to-fqname HTTP/1.1" 200 233 0.001401 10.0.0.249 - - [2026-01-29 02:06:03] "GET /virtual-network/102a4503-948c-4034-bce1-68e8e0250ae8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006918 10.0.0.249 - - [2026-01-29 02:06:04] "POST /neutron/network HTTP/1.1" 200 839 0.006618 10.0.0.249 - - [2026-01-29 02:06:04] "GET /virtual-network/102a4503-948c-4034-bce1-68e8e0250ae8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005334 10.0.0.249 - - [2026-01-29 02:06:04] "POST /neutron/network HTTP/1.1" 200 839 0.007909 10.0.0.249 - - [2026-01-29 02:06:04] "POST /neutron/subnet HTTP/1.1" 200 725 0.009366 10.0.0.249 - - [2026-01-29 02:06:04] "GET /domains HTTP/1.1" 401 293 0.000467 10.0.0.249 - - [2026-01-29 02:06:04] "GET /domains HTTP/1.1" 200 281 0.033107 10.0.0.249 - - [2026-01-29 02:06:04] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001216 10.0.0.249 - - [2026-01-29 02:06:04] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 2594 0.016168 10.0.0.249 - - [2026-01-29 02:06:04] "GET /projects?obj_uuids=407740f7-ffec-4680-9d88-ff47746b0405&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001465 10.0.0.249 - - [2026-01-29 02:06:04] "GET /project/407740f7-ffec-4680-9d88-ff47746b0405 HTTP/1.1" 200 2173 0.075294 10.0.0.249 - - [2026-01-29 02:06:04] "GET /virtual-network/102a4503-948c-4034-bce1-68e8e0250ae8 HTTP/1.1" 200 2346 0.007665 10.0.0.249 - - [2026-01-29 02:06:04] "GET /virtual-network/102a4503-948c-4034-bce1-68e8e0250ae8 HTTP/1.1" 200 2346 0.006703 10.0.0.249 - - [2026-01-29 02:06:04] "GET /routing-instance/1ca6689a-67f1-4b35-98af-9dda6bf7c844 HTTP/1.1" 200 1497 0.004727 10.0.0.249 - - [2026-01-29 02:06:04] "GET /routing-instance/1ca6689a-67f1-4b35-98af-9dda6bf7c844 HTTP/1.1" 200 1497 0.004341 10.0.0.249 - - [2026-01-29 02:06:04] "GET /route-target/8beca76b-e437-4d4f-a46f-25abfcdaf67a HTTP/1.1" 200 1222 0.004194 10.0.0.249 - - [2026-01-29 02:06:04] "GET /virtual-network/102a4503-948c-4034-bce1-68e8e0250ae8 HTTP/1.1" 200 2346 0.006221 10.0.0.249 - - [2026-01-29 02:06:04] "GET /routing-instance/1ca6689a-67f1-4b35-98af-9dda6bf7c844 HTTP/1.1" 200 1497 0.004314 10.0.0.249 - - [2026-01-29 02:06:04] "GET /virtual-network/102a4503-948c-4034-bce1-68e8e0250ae8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005760 10.0.0.249 - - [2026-01-29 02:06:04] "GET /virtual-network/102a4503-948c-4034-bce1-68e8e0250ae8 HTTP/1.1" 200 2346 0.005215 10.0.0.249 - - [2026-01-29 02:06:04] "GET /routing-instance/1ca6689a-67f1-4b35-98af-9dda6bf7c844 HTTP/1.1" 200 1497 0.004010 10.0.0.249 - - [2026-01-29 02:06:04] "GET /routing-instance/1ca6689a-67f1-4b35-98af-9dda6bf7c844 HTTP/1.1" 200 1497 0.004830 10.0.0.249 - - [2026-01-29 02:06:04] "GET /route-target/8beca76b-e437-4d4f-a46f-25abfcdaf67a HTTP/1.1" 200 1222 0.004031 10.0.0.249 - - [2026-01-29 02:06:04] "GET /domains HTTP/1.1" 200 281 0.003393 10.0.0.249 - - [2026-01-29 02:06:04] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001170 10.0.0.249 - - [2026-01-29 02:06:04] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 2594 0.007951 10.0.0.249 - - [2026-01-29 02:06:04] "GET /projects?obj_uuids=407740f7-ffec-4680-9d88-ff47746b0405&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001137 10.0.0.249 - - [2026-01-29 02:06:04] "GET /project/407740f7-ffec-4680-9d88-ff47746b0405 HTTP/1.1" 200 2173 0.078563 10.0.0.249 - - [2026-01-29 02:06:04] "GET /virtual-network/102a4503-948c-4034-bce1-68e8e0250ae8 HTTP/1.1" 200 2346 0.005413 10.0.0.249 - - [2026-01-29 02:06:05] "GET /obj-perms HTTP/1.1" 200 5071 0.052214 10.0.0.249 - - [2026-01-29 02:06:05] "POST /id-to-fqname HTTP/1.1" 200 233 0.001579 10.0.0.249 - - [2026-01-29 02:06:06] "POST /neutron/network HTTP/1.1" 200 849 0.007046 10.0.0.249 - - [2026-01-29 02:06:06] "GET /aaa-mode HTTP/1.1" 401 293 0.000481 10.0.0.249 - - [2026-01-29 02:06:07] "GET / HTTP/1.1" 200 36215 0.001458 10.0.0.249 - - [2026-01-29 02:06:07] "GET /project/407740f7-ffec-4680-9d88-ff47746b0405?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000514 10.0.0.249 - - [2026-01-29 02:06:07] "GET /projects?obj_uuids=407740f7-ffec-4680-9d88-ff47746b0405&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001093 10.0.0.249 - - [2026-01-29 02:06:07] "GET /project/407740f7-ffec-4680-9d88-ff47746b0405?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.055542 10.0.0.249 - - [2026-01-29 02:06:08] "POST /neutron/network HTTP/1.1" 200 839 0.031510 10.0.0.249 - - [2026-01-29 02:06:08] "POST /neutron/port HTTP/1.1" 200 117 0.006362 10.0.0.249 - - [2026-01-29 02:06:08] "POST /neutron/port HTTP/1.1" 200 117 0.007822 10.0.0.249 - - [2026-01-29 02:06:08] "POST /neutron/port HTTP/1.1" 200 117 0.005593 10.0.0.249 - - [2026-01-29 02:06:09] "POST /neutron/network HTTP/1.1" 200 849 0.006780 10.0.0.249 - - [2026-01-29 02:06:09] "GET /projects?obj_uuids=407740f7-ffec-4680-9d88-ff47746b0405&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001508 10.0.0.249 - - [2026-01-29 02:06:09] "POST /neutron/port HTTP/1.1" 200 1071 0.254447 10.0.0.249 - - [2026-01-29 02:06:10] "POST /neutron/port HTTP/1.1" 200 1071 0.046912 10.0.0.249 - - [2026-01-29 02:06:10] "POST /neutron/port HTTP/1.1" 200 1071 0.019788 10.0.0.249 - - [2026-01-29 02:06:10] "POST /neutron/port HTTP/1.1" 200 1125 0.086879 10.0.0.249 - - [2026-01-29 02:06:10] "POST /neutron/port HTTP/1.1" 200 1135 0.016560 10.0.0.249 - - [2026-01-29 02:06:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006018 10.0.0.249 - - [2026-01-29 02:06:10] "POST /neutron/subnet HTTP/1.1" 200 699 0.008129 10.0.0.249 - - [2026-01-29 02:06:10] "POST /neutron/port HTTP/1.1" 200 117 0.001239 10.0.0.249 - - [2026-01-29 02:06:10] "POST /neutron/network HTTP/1.1" 200 839 0.007057 10.0.0.249 - - [2026-01-29 02:06:13] "POST /neutron/port HTTP/1.1" 200 1135 0.016415 10.0.0.249 - - [2026-01-29 02:06:13] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008438 10.0.0.249 - - [2026-01-29 02:06:18] "POST /neutron/port HTTP/1.1" 200 1135 0.020341 10.0.0.249 - - [2026-01-29 02:06:18] "POST /neutron/security_group HTTP/1.1" 200 2069 0.011117 10.0.0.249 - - [2026-01-29 02:06:18] "GET /obj-perms HTTP/1.1" 200 5071 0.003845 10.0.0.249 - - [2026-01-29 02:06:19] "GET /obj-perms HTTP/1.1" 200 5071 0.003708 10.0.0.249 - - [2026-01-29 02:06:20] "GET /obj-perms HTTP/1.1" 200 5071 0.003675 10.0.0.249 - - [2026-01-29 02:06:21] "GET /obj-perms HTTP/1.1" 200 5071 0.005058 10.0.0.249 - - [2026-01-29 02:06:22] "GET /obj-perms HTTP/1.1" 200 5071 0.003610 10.0.0.249 - - [2026-01-29 02:06:24] "POST /neutron/network HTTP/1.1" 200 839 0.007296 10.0.0.249 - - [2026-01-29 02:06:24] "POST /neutron/network HTTP/1.1" 400 204 0.014302 10.0.0.249 - - [2026-01-29 02:06:24] "POST /neutron/port HTTP/1.1" 200 1135 0.017065 10.0.0.249 - - [2026-01-29 02:06:24] "POST /neutron/port HTTP/1.1" 200 1125 0.014372 10.0.0.249 - - [2026-01-29 02:06:24] "POST /neutron/port HTTP/1.1" 200 151 0.125979 10.0.0.249 - - [2026-01-29 02:06:26] "POST /neutron/network HTTP/1.1" 200 839 0.007348 10.0.0.249 - - [2026-01-29 02:06:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002794 10.0.0.249 - - [2026-01-29 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.249 - - [2026-01-29 02:06:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002258 10.0.0.249 - - [2026-01-29 02:06:26] "POST /neutron/network HTTP/1.1" 200 151 0.090463 10.0.0.249 - - [2026-01-29 02:06:26] "GET /routing-instance/1ca6689a-67f1-4b35-98af-9dda6bf7c844 HTTP/1.1" 404 171 0.001870 10.0.0.249 - - [2026-01-29 02:06:26] "DELETE /route-target/8beca76b-e437-4d4f-a46f-25abfcdaf67a HTTP/1.1" 200 115 0.017873 10.0.0.249 - - [2026-01-29 02:06:26] "GET /domains HTTP/1.1" 200 281 0.002895 10.0.0.249 - - [2026-01-29 02:06:26] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000897 10.0.0.249 - - [2026-01-29 02:06:26] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 2594 0.050307 10.0.0.249 - - [2026-01-29 02:06:26] "GET /projects?obj_uuids=407740f7-ffec-4680-9d88-ff47746b0405&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001120 10.0.0.249 - - [2026-01-29 02:06:26] "GET /project/407740f7-ffec-4680-9d88-ff47746b0405 HTTP/1.1" 200 1922 0.073028 10.0.0.249 - - [2026-01-29 02:06:26] "GET /projects?obj_uuids=407740f7-ffec-4680-9d88-ff47746b0405&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000988 10.0.0.249 - - [2026-01-29 02:06:26] "GET /project/407740f7-ffec-4680-9d88-ff47746b0405?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.025870 10.0.0.249 - - [2026-01-29 02:06:26] "GET /projects?obj_uuids=407740f7-ffec-4680-9d88-ff47746b0405&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001031 10.0.0.249 - - [2026-01-29 02:06:26] "GET /project/407740f7-ffec-4680-9d88-ff47746b0405?fields=virtual_networks HTTP/1.1" 200 1055 0.070257 10.0.0.249 - - [2026-01-29 02:06:26] "GET /projects?obj_uuids=407740f7-ffec-4680-9d88-ff47746b0405&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001172 10.0.0.249 - - [2026-01-29 02:06:26] "GET /project/407740f7-ffec-4680-9d88-ff47746b0405?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.028486 10.0.0.249 - - [2026-01-29 02:06:26] "GET /projects?obj_uuids=407740f7-ffec-4680-9d88-ff47746b0405&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001235 10.0.0.249 - - [2026-01-29 02:06:26] "GET /project/407740f7-ffec-4680-9d88-ff47746b0405?fields=security_groups HTTP/1.1" 200 1293 0.031100 10.0.0.249 - - [2026-01-29 02:06:27] "GET /projects?obj_uuids=2344a00e-a977-4a1e-bc47-6d80edaf386f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001207 10.0.0.249 - - [2026-01-29 02:06:27] "GET /project/2344a00e-a977-4a1e-bc47-6d80edaf386f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.037436 10.0.0.249 - - [2026-01-29 02:06:31] "GET /projects?obj_uuids=2344a00e-a977-4a1e-bc47-6d80edaf386f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001243 10.0.0.249 - - [2026-01-29 02:06:31] "GET /project/2344a00e-a977-4a1e-bc47-6d80edaf386f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.025210 10.0.0.249 - - [2026-01-29 02:06:31] "GET /documentation/index.html HTTP/1.1" 200 210274 0.006404 10.0.0.249 - - [2026-01-29 02:06:32] "POST /fqname-to-id HTTP/1.1" 404 200 0.033792 10.0.0.249 - - [2026-01-29 02:06:32] "GET /projects?obj_uuids=a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003168 10.0.0.249 - - [2026-01-29 02:06:32] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000947 10.0.0.249 - - [2026-01-29 02:06:32] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007548 10.0.0.249 - - [2026-01-29 02:06:32] "POST /id-to-fqname HTTP/1.1" 200 202 0.002788 10.0.0.249 - - [2026-01-29 02:06:32] "POST /fqname-to-id HTTP/1.1" 404 211 0.002157 10.0.0.249 - - [2026-01-29 02:06:32] "POST /security-groups HTTP/1.1" 200 603 0.068732 10.0.0.249 - - [2026-01-29 02:06:32] "POST /fqname-to-id HTTP/1.1" 404 246 0.003292 10.0.0.249 - - [2026-01-29 02:06:32] "POST /projects HTTP/1.1" 200 609 0.240359 10.0.0.249 - - [2026-01-29 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.312013 10.0.0.249 - - [2026-01-29 02:06:32] "POST /access-control-lists HTTP/1.1" 200 610 0.069781 10.0.0.249 - - [2026-01-29 02:06:32] "POST /fqname-to-id HTTP/1.1" 404 245 0.002738 10.0.0.249 - - [2026-01-29 02:06:32] "GET /project/a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.449630 10.0.0.249 - - [2026-01-29 02:06:32] "POST /access-control-lists HTTP/1.1" 200 608 0.065406 10.0.0.249 - - [2026-01-29 02:06:33] "GET / HTTP/1.1" 200 36215 0.002837 10.0.0.249 - - [2026-01-29 02:06:34] "GET /projects?obj_uuids=2344a00e-a977-4a1e-bc47-6d80edaf386f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001043 10.0.0.249 - - [2026-01-29 02:06:34] "GET /project/2344a00e-a977-4a1e-bc47-6d80edaf386f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.026824 10.0.0.249 - - [2026-01-29 02:06:34] "DELETE /project/407740f7ffec46809d88ff47746b0405 HTTP/1.1" 404 173 0.008373 10.0.0.249 - - [2026-01-29 02:06:34] "DELETE /project/a48f083aebb24ce3ab8bd40bfaa3b014 HTTP/1.1" 404 173 0.007379 10.0.0.249 - - [2026-01-29 02:06:34] "DELETE /project/2344a00ea9774a1ebc476d80edaf386f HTTP/1.1" 404 173 0.006195 10.0.0.249 - - [2026-01-29 02:06:34] "GET /projects?obj_uuids=407740f7-ffec-4680-9d88-ff47746b0405&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001176 10.0.0.249 - - [2026-01-29 02:06:34] "GET /project/407740f7-ffec-4680-9d88-ff47746b0405?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.048316 10.0.0.249 - - [2026-01-29 02:06:34] "GET /projects?obj_uuids=407740f7-ffec-4680-9d88-ff47746b0405&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001191 10.0.0.249 - - [2026-01-29 02:06:34] "GET /project/407740f7-ffec-4680-9d88-ff47746b0405?fields=security_groups HTTP/1.1" 200 1395 0.033639 10.0.0.249 - - [2026-01-29 02:06:35] "DELETE /security-group/5401249d-752f-4d04-9437-019326dfd3a6 HTTP/1.1" 200 115 0.071525 10.0.0.249 - - [2026-01-29 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005950 10.0.0.249 - - [2026-01-29 02:06:35] "GET /projects?obj_uuids=407740f7-ffec-4680-9d88-ff47746b0405&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002529 10.0.0.249 - - [2026-01-29 02:06:35] "GET /security-group/77136c90-6185-4c4a-9621-c955dfb7da63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.021523 10.0.0.249 - - [2026-01-29 02:06:35] "DELETE /access-control-list/9903185c-9ca2-44cc-b52a-7f4a3bbca33c HTTP/1.1" 200 115 0.090582 10.0.0.249 - - [2026-01-29 02:06:35] "GET /project/407740f7-ffec-4680-9d88-ff47746b0405?fields=application_policy_sets HTTP/1.1" 200 1434 0.074659 10.0.0.249 - - [2026-01-29 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043 10.0.0.249 - - [2026-01-29 02:06:35] "DELETE /access-control-list/fceb77ea-6d61-4d68-8185-066affeb53d4 HTTP/1.1" 200 115 0.042475 10.0.0.249 - - [2026-01-29 02:06:35] "GET /projects?obj_uuids=2344a00e-a977-4a1e-bc47-6d80edaf386f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001128 10.0.0.249 - - [2026-01-29 02:06:35] "GET /project/2344a00e-a977-4a1e-bc47-6d80edaf386f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.096605 10.0.0.249 - - [2026-01-29 02:06:35] "DELETE /project/407740f7-ffec-4680-9d88-ff47746b0405 HTTP/1.1" 200 115 0.446326 10.0.0.249 - - [2026-01-29 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.249 - - [2026-01-29 02:06:35] "GET /security-group/77136c90-6185-4c4a-9621-c955dfb7da63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.005895 10.0.0.249 - - [2026-01-29 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.249 - - [2026-01-29 02:06:35] "PUT /security-group/77136c90-6185-4c4a-9621-c955dfb7da63 HTTP/1.1" 200 263 0.016226 10.0.0.249 - - [2026-01-29 02:06:35] "PUT /access-control-list/c990f4d1-c554-4b61-998e-75aee52374d3 HTTP/1.1" 200 273 0.009055 10.0.0.249 - - [2026-01-29 02:06:35] "PUT /access-control-list/87da64e1-ce4d-422f-b10d-abdd7a192e6e HTTP/1.1" 200 273 0.010238 10.0.0.249 - - [2026-01-29 02:06:35] "POST /fqname-to-id HTTP/1.1" 401 293 0.000506 10.0.0.249 - - [2026-01-29 02:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.092215 10.0.0.249 - - [2026-01-29 02:06:36] "GET /projects?obj_uuids=a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001844 10.0.0.249 - - [2026-01-29 02:06:36] "GET /project/a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.035316 10.0.0.249 - - [2026-01-29 02:06:36] "POST /neutron/network HTTP/1.1" 200 117 0.043332 10.0.0.249 - - [2026-01-29 02:06:36] "GET /projects?obj_uuids=a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001171 10.0.0.249 - - [2026-01-29 02:06:36] "POST /neutron/network HTTP/1.1" 200 619 0.089005 10.0.0.249 - - [2026-01-29 02:06:36] "POST /route-targets HTTP/1.1" 200 328 0.012443 10.0.0.249 - - [2026-01-29 02:06:36] "POST /ref-update HTTP/1.1" 200 156 0.011697 10.0.0.249 - - [2026-01-29 02:06:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003136 10.0.0.249 - - [2026-01-29 02:06:36] "POST /neutron/subnet HTTP/1.1" 200 715 0.143039 10.0.0.249 - - [2026-01-29 02:06:36] "POST /neutron/network HTTP/1.1" 200 836 0.006652 10.0.0.249 - - [2026-01-29 02:06:36] "POST /id-to-fqname HTTP/1.1" 200 233 0.001584 10.0.0.249 - - [2026-01-29 02:06:36] "GET /virtual-network/2400657b-afe9-425d-a3bf-356e8bd22ba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006152 10.0.0.249 - - [2026-01-29 02:06:36] "POST /neutron/network HTTP/1.1" 200 836 0.005740 10.0.0.249 - - [2026-01-29 02:06:36] "GET /virtual-network/2400657b-afe9-425d-a3bf-356e8bd22ba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004688 10.0.0.249 - - [2026-01-29 02:06:36] "POST /neutron/network HTTP/1.1" 200 836 0.005706 10.0.0.249 - - [2026-01-29 02:06:36] "POST /neutron/subnet HTTP/1.1" 200 715 0.021422 10.0.0.249 - - [2026-01-29 02:06:36] "GET /domains HTTP/1.1" 401 293 0.000432 10.0.0.249 - - [2026-01-29 02:06:37] "GET /domains HTTP/1.1" 200 281 0.030600 10.0.0.249 - - [2026-01-29 02:06:37] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001211 10.0.0.249 - - [2026-01-29 02:06:37] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 2595 0.009263 10.0.0.249 - - [2026-01-29 02:06:37] "GET /projects?obj_uuids=a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001100 10.0.0.249 - - [2026-01-29 02:06:37] "GET /project/a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014 HTTP/1.1" 200 2180 0.074767 10.0.0.249 - - [2026-01-29 02:06:37] "GET /virtual-network/2400657b-afe9-425d-a3bf-356e8bd22ba0 HTTP/1.1" 200 2338 0.008333 10.0.0.249 - - [2026-01-29 02:06:37] "GET /virtual-network/2400657b-afe9-425d-a3bf-356e8bd22ba0 HTTP/1.1" 200 2338 0.006097 10.0.0.249 - - [2026-01-29 02:06:37] "GET /routing-instance/69fcb326-6281-4fd1-9b20-1a964ef432f0 HTTP/1.1" 200 1494 0.004016 10.0.0.249 - - [2026-01-29 02:06:37] "GET /routing-instance/69fcb326-6281-4fd1-9b20-1a964ef432f0 HTTP/1.1" 200 1494 0.005162 10.0.0.249 - - [2026-01-29 02:06:37] "GET /route-target/87e0f0bb-618f-4d4e-8317-e2d63abff11a HTTP/1.1" 200 1219 0.003484 10.0.0.249 - - [2026-01-29 02:06:37] "GET /virtual-network/2400657b-afe9-425d-a3bf-356e8bd22ba0 HTTP/1.1" 200 2338 0.004751 10.0.0.249 - - [2026-01-29 02:06:37] "GET /routing-instance/69fcb326-6281-4fd1-9b20-1a964ef432f0 HTTP/1.1" 200 1494 0.003689 10.0.0.249 - - [2026-01-29 02:06:37] "GET /virtual-network/2400657b-afe9-425d-a3bf-356e8bd22ba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004703 10.0.0.249 - - [2026-01-29 02:06:37] "GET /virtual-network/2400657b-afe9-425d-a3bf-356e8bd22ba0 HTTP/1.1" 200 2338 0.004592 10.0.0.249 - - [2026-01-29 02:06:37] "GET /routing-instance/69fcb326-6281-4fd1-9b20-1a964ef432f0 HTTP/1.1" 200 1494 0.003787 10.0.0.249 - - [2026-01-29 02:06:37] "GET /routing-instance/69fcb326-6281-4fd1-9b20-1a964ef432f0 HTTP/1.1" 200 1494 0.004568 10.0.0.249 - - [2026-01-29 02:06:37] "GET /route-target/87e0f0bb-618f-4d4e-8317-e2d63abff11a HTTP/1.1" 200 1219 0.004605 10.0.0.249 - - [2026-01-29 02:06:37] "GET /domains HTTP/1.1" 200 281 0.002989 10.0.0.249 - - [2026-01-29 02:06:37] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001104 10.0.0.249 - - [2026-01-29 02:06:37] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 2595 0.007926 10.0.0.249 - - [2026-01-29 02:06:37] "GET /projects?obj_uuids=a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000910 10.0.0.249 - - [2026-01-29 02:06:37] "GET /project/a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014 HTTP/1.1" 200 2180 0.075976 10.0.0.249 - - [2026-01-29 02:06:37] "GET /virtual-network/2400657b-afe9-425d-a3bf-356e8bd22ba0 HTTP/1.1" 200 2338 0.007591 10.0.0.249 - - [2026-01-29 02:06:37] "GET /obj-perms HTTP/1.1" 200 5073 0.057688 10.0.0.249 - - [2026-01-29 02:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.249 - - [2026-01-29 02:06:37] "GET /projects?obj_uuids=a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001184 10.0.0.249 - - [2026-01-29 02:06:37] "GET /project/a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.029512 10.0.0.249 - - [2026-01-29 02:06:37] "POST /neutron/network HTTP/1.1" 200 117 0.013437 10.0.0.249 - - [2026-01-29 02:06:37] "GET /projects?obj_uuids=a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001143 10.0.0.249 - - [2026-01-29 02:06:38] "POST /neutron/network HTTP/1.1" 200 619 0.074479 10.0.0.249 - - [2026-01-29 02:06:38] "POST /route-targets HTTP/1.1" 200 328 0.010927 10.0.0.249 - - [2026-01-29 02:06:38] "POST /ref-update HTTP/1.1" 200 156 0.011815 10.0.0.249 - - [2026-01-29 02:06:38] "POST /useragent-kv HTTP/1.1" 200 115 0.006131 10.0.0.249 - - [2026-01-29 02:06:38] "POST /neutron/subnet HTTP/1.1" 200 734 0.205348 10.0.0.249 - - [2026-01-29 02:06:38] "POST /neutron/network HTTP/1.1" 200 840 0.005480 10.0.0.249 - - [2026-01-29 02:06:38] "POST /id-to-fqname HTTP/1.1" 200 233 0.001142 10.0.0.249 - - [2026-01-29 02:06:38] "GET /virtual-network/ac331144-acc4-4aaf-bd15-118048f3040b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.004817 10.0.0.249 - - [2026-01-29 02:06:38] "POST /neutron/network HTTP/1.1" 200 840 0.008216 10.0.0.249 - - [2026-01-29 02:06:38] "GET /virtual-network/ac331144-acc4-4aaf-bd15-118048f3040b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005356 10.0.0.249 - - [2026-01-29 02:06:38] "POST /neutron/network HTTP/1.1" 200 840 0.005693 10.0.0.249 - - [2026-01-29 02:06:38] "POST /neutron/subnet HTTP/1.1" 200 734 0.008284 10.0.0.249 - - [2026-01-29 02:06:38] "GET /domains HTTP/1.1" 200 281 0.003163 10.0.0.249 - - [2026-01-29 02:06:38] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001899 10.0.0.249 - - [2026-01-29 02:06:38] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 2595 0.009815 10.0.0.249 - - [2026-01-29 02:06:38] "GET /projects?obj_uuids=a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001403 10.0.0.249 - - [2026-01-29 02:06:38] "GET /project/a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014 HTTP/1.1" 200 2409 0.076988 10.0.0.249 - - [2026-01-29 02:06:38] "GET /virtual-network/ac331144-acc4-4aaf-bd15-118048f3040b HTTP/1.1" 200 2351 0.006773 10.0.0.249 - - [2026-01-29 02:06:38] "GET /virtual-network/ac331144-acc4-4aaf-bd15-118048f3040b HTTP/1.1" 200 2351 0.005464 10.0.0.249 - - [2026-01-29 02:06:38] "GET /routing-instance/07a672ef-61f0-46d4-8aa3-6b6de89c9c74 HTTP/1.1" 200 1492 0.003819 10.0.0.249 - - [2026-01-29 02:06:38] "GET /routing-instance/07a672ef-61f0-46d4-8aa3-6b6de89c9c74 HTTP/1.1" 200 1492 0.003232 10.0.0.249 - - [2026-01-29 02:06:38] "GET /route-target/0fcfe958-127f-42d6-b009-a8a77a0ebf73 HTTP/1.1" 200 1220 0.003396 10.0.0.249 - - [2026-01-29 02:06:38] "GET /virtual-network/ac331144-acc4-4aaf-bd15-118048f3040b HTTP/1.1" 200 2351 0.004497 10.0.0.249 - - [2026-01-29 02:06:38] "GET /routing-instance/07a672ef-61f0-46d4-8aa3-6b6de89c9c74 HTTP/1.1" 200 1492 0.003621 10.0.0.249 - - [2026-01-29 02:06:38] "GET /virtual-network/ac331144-acc4-4aaf-bd15-118048f3040b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005365 10.0.0.249 - - [2026-01-29 02:06:38] "GET /virtual-network/ac331144-acc4-4aaf-bd15-118048f3040b HTTP/1.1" 200 2351 0.007555 10.0.0.249 - - [2026-01-29 02:06:38] "GET /routing-instance/07a672ef-61f0-46d4-8aa3-6b6de89c9c74 HTTP/1.1" 200 1492 0.004610 10.0.0.249 - - [2026-01-29 02:06:38] "GET /routing-instance/07a672ef-61f0-46d4-8aa3-6b6de89c9c74 HTTP/1.1" 200 1492 0.003855 10.0.0.249 - - [2026-01-29 02:06:38] "GET /route-target/0fcfe958-127f-42d6-b009-a8a77a0ebf73 HTTP/1.1" 200 1220 0.005211 10.0.0.249 - - [2026-01-29 02:06:38] "GET /domains HTTP/1.1" 200 281 0.003275 10.0.0.249 - - [2026-01-29 02:06:38] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988 10.0.0.249 - - [2026-01-29 02:06:38] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 2595 0.006789 10.0.0.249 - - [2026-01-29 02:06:38] "GET /projects?obj_uuids=a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001025 10.0.0.249 - - [2026-01-29 02:06:38] "GET /project/a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014 HTTP/1.1" 200 2409 0.082126 10.0.0.249 - - [2026-01-29 02:06:38] "GET /virtual-network/ac331144-acc4-4aaf-bd15-118048f3040b HTTP/1.1" 200 2351 0.004875 10.0.0.249 - - [2026-01-29 02:06:38] "GET /obj-perms HTTP/1.1" 200 5073 0.003207 10.0.0.249 - - [2026-01-29 02:06:38] "POST /id-to-fqname HTTP/1.1" 200 233 0.001378 10.0.0.249 - - [2026-01-29 02:06:38] "POST /neutron/network HTTP/1.1" 200 850 0.006799 10.0.0.249 - - [2026-01-29 02:06:38] "GET /aaa-mode HTTP/1.1" 401 293 0.000427 10.0.0.249 - - [2026-01-29 02:06:39] "GET / HTTP/1.1" 200 36215 0.001506 10.0.0.249 - - [2026-01-29 02:06:39] "GET /project/a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000422 10.0.0.249 - - [2026-01-29 02:06:39] "GET /projects?obj_uuids=a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000947 10.0.0.249 - - [2026-01-29 02:06:39] "GET /project/a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.046892 10.0.0.249 - - [2026-01-29 02:06:39] "POST /neutron/network HTTP/1.1" 200 840 0.006934 10.0.0.249 - - [2026-01-29 02:06:39] "POST /neutron/port HTTP/1.1" 200 117 0.006711 10.0.0.249 - - [2026-01-29 02:06:39] "POST /neutron/port HTTP/1.1" 200 117 0.005051 10.0.0.249 - - [2026-01-29 02:06:39] "POST /id-to-fqname HTTP/1.1" 200 233 0.001471 10.0.0.249 - - [2026-01-29 02:06:39] "POST /neutron/port HTTP/1.1" 200 117 0.006298 10.0.0.249 - - [2026-01-29 02:06:40] "POST /neutron/network HTTP/1.1" 200 846 0.006835 10.0.0.249 - - [2026-01-29 02:06:40] "GET /aaa-mode HTTP/1.1" 401 293 0.000482 10.0.0.249 - - [2026-01-29 02:06:40] "POST /neutron/network HTTP/1.1" 200 850 0.007318 10.0.0.249 - - [2026-01-29 02:06:40] "GET /projects?obj_uuids=a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001749 10.0.0.249 - - [2026-01-29 02:06:40] "GET / HTTP/1.1" 200 36215 0.002462 10.0.0.249 - - [2026-01-29 02:06:40] "GET /project/a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000392 10.0.0.249 - - [2026-01-29 02:06:40] "POST /neutron/port HTTP/1.1" 200 1074 0.267562 10.0.0.249 - - [2026-01-29 02:06:40] "POST /neutron/port HTTP/1.1" 200 1074 0.015815 10.0.0.249 - - [2026-01-29 02:06:40] "GET /obj-perms HTTP/1.1" 200 5075 0.064771 10.0.0.249 - - [2026-01-29 02:06:40] "POST /neutron/port HTTP/1.1" 200 1074 0.018735 10.0.0.249 - - [2026-01-29 02:06:40] "POST /neutron/port HTTP/1.1" 200 1128 0.076685 10.0.0.249 - - [2026-01-29 02:06:40] "POST /neutron/port HTTP/1.1" 200 1138 0.014434 10.0.0.249 - - [2026-01-29 02:06:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003846 10.0.0.249 - - [2026-01-29 02:06:40] "POST /neutron/subnet HTTP/1.1" 200 708 0.007311 10.0.0.249 - - [2026-01-29 02:06:40] "POST /neutron/port HTTP/1.1" 200 117 0.001369 10.0.0.249 - - [2026-01-29 02:06:40] "GET /projects?obj_uuids=a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001073 10.0.0.249 - - [2026-01-29 02:06:40] "GET /project/a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.259207 10.0.0.249 - - [2026-01-29 02:06:40] "POST /neutron/network HTTP/1.1" 200 840 0.010332 10.0.0.249 - - [2026-01-29 02:06:40] "GET /obj-perms HTTP/1.1" 200 5075 0.079247 10.0.0.249 - - [2026-01-29 02:06:40] "POST /neutron/network HTTP/1.1" 200 836 0.011112 10.0.0.249 - - [2026-01-29 02:06:41] "POST /neutron/port HTTP/1.1" 200 1138 0.028713 10.0.0.249 - - [2026-01-29 02:06:41] "POST /neutron/security_group HTTP/1.1" 200 2070 0.015266 10.0.0.249 - - [2026-01-29 02:06:41] "POST /neutron/port HTTP/1.1" 200 117 0.006344 10.0.0.249 - - [2026-01-29 02:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.249 - - [2026-01-29 02:06:41] "GET /projects?obj_uuids=a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001558 10.0.0.249 - - [2026-01-29 02:06:41] "GET /project/a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.054003 10.0.0.249 - - [2026-01-29 02:06:41] "GET /virtual-network/2400657b-afe9-425d-a3bf-356e8bd22ba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007086 10.0.0.249 - - [2026-01-29 02:06:41] "GET /floating-ip-pools?parent_id=2400657b-afe9-425d-a3bf-356e8bd22ba0&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004493 10.0.0.249 - - [2026-01-29 02:06:41] "GET /virtual-network/2400657b-afe9-425d-a3bf-356e8bd22ba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.018255 10.0.0.249 - - [2026-01-29 02:06:41] "POST /floating-ip-pools HTTP/1.1" 200 611 0.038160 10.0.0.249 - - [2026-01-29 02:06:41] "POST /ref-update HTTP/1.1" 200 156 0.016584 10.0.0.249 - - [2026-01-29 02:06:41] "POST /neutron/network HTTP/1.1" 200 846 0.011596 10.0.0.249 - - [2026-01-29 02:06:41] "GET /virtual-network/2400657b-afe9-425d-a3bf-356e8bd22ba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.008950 10.0.0.249 - - [2026-01-29 02:06:41] "GET /projects?obj_uuids=a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001301 10.0.0.249 - - [2026-01-29 02:06:41] "GET /domains HTTP/1.1" 200 281 0.005131 10.0.0.249 - - [2026-01-29 02:06:41] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003892 10.0.0.249 - - [2026-01-29 02:06:41] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 2595 0.034258 10.0.0.249 - - [2026-01-29 02:06:41] "GET /projects?obj_uuids=a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001621 10.0.0.249 - - [2026-01-29 02:06:41] "GET /project/a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014 HTTP/1.1" 200 3254 0.139210 10.0.0.249 - - [2026-01-29 02:06:41] "GET /virtual-network/2400657b-afe9-425d-a3bf-356e8bd22ba0 HTTP/1.1" 200 2931 0.015680 10.0.0.249 - - [2026-01-29 02:06:41] "GET /floating-ip-pool/6a486e6a-3303-4151-80bb-c525a63d72fe HTTP/1.1" 200 1443 0.002972 10.0.0.249 - - [2026-01-29 02:06:41] "GET /domains HTTP/1.1" 200 281 0.010031 10.0.0.249 - - [2026-01-29 02:06:42] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001240 10.0.0.249 - - [2026-01-29 02:06:42] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 2595 0.009731 10.0.0.249 - - [2026-01-29 02:06:42] "GET /projects?obj_uuids=a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001285 10.0.0.249 - - [2026-01-29 02:06:42] "POST /neutron/port HTTP/1.1" 200 1070 0.380711 10.0.0.249 - - [2026-01-29 02:06:42] "GET /project/a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014 HTTP/1.1" 200 3254 0.090168 10.0.0.249 - - [2026-01-29 02:06:42] "GET /virtual-network/2400657b-afe9-425d-a3bf-356e8bd22ba0 HTTP/1.1" 200 3153 0.011737 10.0.0.249 - - [2026-01-29 02:06:42] "POST /neutron/port HTTP/1.1" 200 1070 0.027865 10.0.0.249 - - [2026-01-29 02:06:42] "GET /virtual-network/2400657b-afe9-425d-a3bf-356e8bd22ba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004315 10.0.0.249 - - [2026-01-29 02:06:42] "POST /neutron/port HTTP/1.1" 200 1070 0.027263 10.0.0.249 - - [2026-01-29 02:06:42] "POST /neutron/port HTTP/1.1" 200 1138 0.022220 10.0.0.249 - - [2026-01-29 02:06:42] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012604 10.0.0.249 - - [2026-01-29 02:06:42] "POST /neutron/port HTTP/1.1" 200 1124 0.131782 10.0.0.249 - - [2026-01-29 02:06:42] "POST /neutron/port HTTP/1.1" 200 1134 0.012116 10.0.0.249 - - [2026-01-29 02:06:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005026 10.0.0.249 - - [2026-01-29 02:06:42] "POST /neutron/subnet HTTP/1.1" 200 689 0.008827 10.0.0.249 - - [2026-01-29 02:06:42] "POST /neutron/port HTTP/1.1" 200 117 0.001313 10.0.0.249 - - [2026-01-29 02:06:42] "POST /neutron/network HTTP/1.1" 200 836 0.005832 10.0.0.249 - - [2026-01-29 02:06:47] "POST /neutron/port HTTP/1.1" 200 1138 0.016937 10.0.0.249 - - [2026-01-29 02:06:47] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006632 10.0.0.249 - - [2026-01-29 02:06:47] "POST /neutron/port HTTP/1.1" 200 1138 0.015071 10.0.0.249 - - [2026-01-29 02:06:47] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008802 10.0.0.249 - - [2026-01-29 02:06:47] "POST /neutron/port HTTP/1.1" 200 1138 0.014713 10.0.0.249 - - [2026-01-29 02:06:47] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006900 10.0.0.249 - - [2026-01-29 02:06:47] "GET /virtual-machine/d94f33e0-04c9-46d8-9680-7d0dfd064f62 HTTP/1.1" 200 1307 0.005159 10.0.0.249 - - [2026-01-29 02:06:47] "GET /virtual-machine-interface/d143771f-69dd-4f09-8191-cbfe4d7ecdff HTTP/1.1" 200 3011 0.004917 10.0.0.249 - - [2026-01-29 02:06:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.249 - - [2026-01-29 02:06:47] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003691 10.0.0.249 - - [2026-01-29 02:06:47] "GET /virtual-networks?parent_id=a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003352 10.0.0.249 - - [2026-01-29 02:06:47] "GET /virtual-network/ac331144-acc4-4aaf-bd15-118048f3040b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005710 10.0.0.249 - - [2026-01-29 02:06:50] "POST /neutron/port HTTP/1.1" 200 1138 0.046093 10.0.0.249 - - [2026-01-29 02:06:50] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006450 10.0.0.249 - - [2026-01-29 02:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.249 - - [2026-01-29 02:06:50] "GET /virtual-network/ac331144-acc4-4aaf-bd15-118048f3040b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005793 10.0.0.249 - - [2026-01-29 02:06:51] "POST /neutron/port HTTP/1.1" 200 1134 0.012973 10.0.0.249 - - [2026-01-29 02:06:51] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005830 10.0.0.249 - - [2026-01-29 02:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.249 - - [2026-01-29 02:06:52] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004066 10.0.0.249 - - [2026-01-29 02:06:52] "GET /virtual-networks?parent_id=a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003184 10.0.0.249 - - [2026-01-29 02:06:52] "GET /virtual-network/ac331144-acc4-4aaf-bd15-118048f3040b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005357 10.0.0.249 - - [2026-01-29 02:06:53] "GET /projects?obj_uuids=a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001348 10.0.0.249 - - [2026-01-29 02:06:53] "POST /neutron/floatingip HTTP/1.1" 200 528 0.103588 10.0.0.249 - - [2026-01-29 02:06:53] "POST /neutron/port HTTP/1.1" 200 1138 0.012973 10.0.0.249 - - [2026-01-29 02:06:53] "POST /neutron/floatingip HTTP/1.1" 200 528 0.006351 10.0.0.249 - - [2026-01-29 02:06:53] "POST /neutron/floatingip HTTP/1.1" 200 577 0.063139 10.0.0.249 - - [2026-01-29 02:06:53] "POST /neutron/port HTTP/1.1" 200 1134 0.016150 10.0.0.249 - - [2026-01-29 02:06:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010707 10.0.0.249 - - [2026-01-29 02:06:53] "POST /neutron/port HTTP/1.1" 200 1134 0.018710 10.0.0.249 - - [2026-01-29 02:06:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007322 10.0.0.249 - - [2026-01-29 02:06:53] "POST /neutron/port HTTP/1.1" 200 1134 0.014691 10.0.0.249 - - [2026-01-29 02:06:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007457 10.0.0.249 - - [2026-01-29 02:06:53] "GET /virtual-machine/c630d45c-6624-4e9b-9621-fc9d80487af9 HTTP/1.1" 200 1307 0.006166 10.0.0.249 - - [2026-01-29 02:06:53] "GET /virtual-machine-interface/c025d843-15f0-4c72-ae18-f69cc381a5bc HTTP/1.1" 200 3012 0.008303 10.0.0.249 - - [2026-01-29 02:06:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.249 - - [2026-01-29 02:06:53] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004421 10.0.0.249 - - [2026-01-29 02:06:53] "GET /virtual-networks?parent_id=a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003673 10.0.0.249 - - [2026-01-29 02:06:53] "GET /virtual-network/2400657b-afe9-425d-a3bf-356e8bd22ba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005408 10.0.0.249 - - [2026-01-29 02:06:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.249 - - [2026-01-29 02:06:54] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002746 10.0.0.249 - - [2026-01-29 02:06:54] "GET /virtual-networks?parent_id=a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003150 10.0.0.249 - - [2026-01-29 02:06:54] "GET /virtual-network/2400657b-afe9-425d-a3bf-356e8bd22ba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005372 10.0.0.249 - - [2026-01-29 02:06:54] "POST /neutron/floatingip HTTP/1.1" 200 577 0.012419 10.0.0.249 - - [2026-01-29 02:06:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.249 - - [2026-01-29 02:06:55] "GET /routing-instance/69fcb326-6281-4fd1-9b20-1a964ef432f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.005255 10.0.0.249 - - [2026-01-29 02:06:55] "GET /route-target/87e0f0bb-618f-4d4e-8317-e2d63abff11a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003686 10.0.0.249 - - [2026-01-29 02:06:55] "GET /floating-ip/bfcc10d8-f5b9-4808-8bce-61b9060422a0 HTTP/1.1" 200 1894 0.004972 10.0.0.249 - - [2026-01-29 02:06:55] "POST /neutron/port HTTP/1.1" 200 1138 0.013837 10.0.0.249 - - [2026-01-29 02:06:55] "POST /neutron/port HTTP/1.1" 200 1138 0.012100 10.0.0.249 - - [2026-01-29 02:06:55] "POST /neutron/network HTTP/1.1" 200 850 0.006085 10.0.0.249 - - [2026-01-29 02:06:55] "POST /neutron/floatingip HTTP/1.1" 200 551 0.012588 10.0.0.249 - - [2026-01-29 02:06:55] "POST /neutron/subnet HTTP/1.1" 200 708 0.006694 10.0.0.249 - - [2026-01-29 02:06:55] "POST /neutron/port HTTP/1.1" 200 117 0.001190 10.0.0.249 - - [2026-01-29 02:06:55] "POST /neutron/network HTTP/1.1" 200 840 0.006234 10.0.0.249 - - [2026-01-29 02:06:58] "POST /neutron/floatingip HTTP/1.1" 200 577 0.011128 10.0.0.249 - - [2026-01-29 02:06:58] "POST /neutron/floatingip HTTP/1.1" 200 528 0.014058 10.0.0.249 - - [2026-01-29 02:06:58] "POST /neutron/floatingip HTTP/1.1" 200 528 0.005101 10.0.0.249 - - [2026-01-29 02:06:58] "POST /neutron/floatingip HTTP/1.1" 200 115 0.032293 10.0.0.249 - - [2026-01-29 02:06:58] "GET /floating-ip-pool/6a486e6a-3303-4151-80bb-c525a63d72fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.004652 10.0.0.249 - - [2026-01-29 02:06:58] "POST /ref-update HTTP/1.1" 200 156 0.010810 10.0.0.249 - - [2026-01-29 02:06:58] "DELETE /floating-ip-pool/6a486e6a-3303-4151-80bb-c525a63d72fe HTTP/1.1" 200 115 0.028241 10.0.0.249 - - [2026-01-29 02:06:58] "POST /neutron/network HTTP/1.1" 200 840 0.009725 10.0.0.249 - - [2026-01-29 02:06:58] "POST /neutron/network HTTP/1.1" 400 204 0.013185 10.0.0.249 - - [2026-01-29 02:06:58] "POST /neutron/port HTTP/1.1" 200 1134 0.013753 10.0.0.249 - - [2026-01-29 02:06:58] "POST /neutron/port HTTP/1.1" 200 1124 0.009412 10.0.0.249 - - [2026-01-29 02:06:59] "POST /neutron/port HTTP/1.1" 200 1138 0.020424 10.0.0.249 - - [2026-01-29 02:06:59] "POST /neutron/port HTTP/1.1" 200 1128 0.019906 10.0.0.249 - - [2026-01-29 02:06:59] "POST /neutron/port HTTP/1.1" 200 151 0.177015 10.0.0.249 - - [2026-01-29 02:06:59] "POST /neutron/port HTTP/1.1" 200 151 0.166545 10.0.0.249 - - [2026-01-29 02:07:00] "POST /neutron/network HTTP/1.1" 200 840 0.005905 10.0.0.249 - - [2026-01-29 02:07:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003774 10.0.0.249 - - [2026-01-29 02:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005228 10.0.0.249 - - [2026-01-29 02:07:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003899 10.0.0.249 - - [2026-01-29 02:07:00] "POST /neutron/network HTTP/1.1" 200 151 0.099674 10.0.0.249 - - [2026-01-29 02:07:00] "DELETE /route-target/0fcfe958-127f-42d6-b009-a8a77a0ebf73 HTTP/1.1" 200 115 0.026886 10.0.0.249 - - [2026-01-29 02:07:00] "GET /routing-instance/07a672ef-61f0-46d4-8aa3-6b6de89c9c74 HTTP/1.1" 404 171 0.003042 10.0.0.249 - - [2026-01-29 02:07:00] "GET /domains HTTP/1.1" 200 281 0.002887 10.0.0.249 - - [2026-01-29 02:07:00] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002011 10.0.0.249 - - [2026-01-29 02:07:00] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 2595 0.051162 10.0.0.249 - - [2026-01-29 02:07:00] "GET /projects?obj_uuids=a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001058 10.0.0.249 - - [2026-01-29 02:07:00] "GET /project/a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014 HTTP/1.1" 200 2180 0.072449 10.0.0.249 - - [2026-01-29 02:07:00] "POST /neutron/network HTTP/1.1" 200 836 0.006099 10.0.0.249 - - [2026-01-29 02:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.249 - - [2026-01-29 02:07:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002828 10.0.0.249 - - [2026-01-29 02:07:00] "POST /useragent-kv HTTP/1.1" 200 115 0.001776 10.0.0.249 - - [2026-01-29 02:07:00] "POST /neutron/network HTTP/1.1" 200 151 0.101276 10.0.0.249 - - [2026-01-29 02:07:00] "GET /routing-instance/69fcb326-6281-4fd1-9b20-1a964ef432f0 HTTP/1.1" 404 171 0.002147 10.0.0.249 - - [2026-01-29 02:07:00] "DELETE /route-target/87e0f0bb-618f-4d4e-8317-e2d63abff11a HTTP/1.1" 200 115 0.022237 10.0.0.249 - - [2026-01-29 02:07:00] "GET /domains HTTP/1.1" 200 281 0.007516 10.0.0.249 - - [2026-01-29 02:07:00] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001120 10.0.0.249 - - [2026-01-29 02:07:01] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 2595 0.053521 10.0.0.249 - - [2026-01-29 02:07:01] "GET /projects?obj_uuids=a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000958 10.0.0.249 - - [2026-01-29 02:07:01] "GET /project/a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014 HTTP/1.1" 200 1929 0.075583 10.0.0.249 - - [2026-01-29 02:07:01] "GET /projects?obj_uuids=a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001198 10.0.0.249 - - [2026-01-29 02:07:01] "GET /project/a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.027577 10.0.0.249 - - [2026-01-29 02:07:01] "GET /projects?obj_uuids=a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001042 10.0.0.249 - - [2026-01-29 02:07:01] "GET /project/a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014?fields=virtual_networks HTTP/1.1" 200 1058 0.071713 10.0.0.249 - - [2026-01-29 02:07:01] "GET /projects?obj_uuids=a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000957 10.0.0.249 - - [2026-01-29 02:07:01] "GET /project/a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.025582 10.0.0.249 - - [2026-01-29 02:07:01] "GET /projects?obj_uuids=a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001110 10.0.0.249 - - [2026-01-29 02:07:01] "GET /project/a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014?fields=security_groups HTTP/1.1" 200 1297 0.023833 10.0.0.249 - - [2026-01-29 02:07:02] "POST /fqname-to-id HTTP/1.1" 404 183 0.028941 10.0.0.249 - - [2026-01-29 02:07:02] "GET /projects?obj_uuids=ec5d6571-26b8-4bc4-ba7e-3cbe38ab56ea&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003367 10.0.0.249 - - [2026-01-29 02:07:02] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000937 10.0.0.249 - - [2026-01-29 02:07:02] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006850 10.0.0.249 - - [2026-01-29 02:07:02] "POST /id-to-fqname HTTP/1.1" 200 185 0.002481 10.0.0.249 - - [2026-01-29 02:07:02] "POST /fqname-to-id HTTP/1.1" 404 194 0.003815 10.0.0.249 - - [2026-01-29 02:07:02] "POST /security-groups HTTP/1.1" 200 586 0.068207 10.0.0.249 - - [2026-01-29 02:07:02] "POST /fqname-to-id HTTP/1.1" 404 229 0.003127 10.0.0.249 - - [2026-01-29 02:07:02] "POST /projects HTTP/1.1" 200 575 0.232817 10.0.0.249 - - [2026-01-29 02:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.305328 10.0.0.249 - - [2026-01-29 02:07:02] "POST /access-control-lists HTTP/1.1" 200 593 0.078787 10.0.0.249 - - [2026-01-29 02:07:03] "POST /fqname-to-id HTTP/1.1" 404 228 0.002364 10.0.0.249 - - [2026-01-29 02:07:03] "GET /project/ec5d6571-26b8-4bc4-ba7e-3cbe38ab56ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.446382 10.0.0.249 - - [2026-01-29 02:07:03] "POST /access-control-lists HTTP/1.1" 200 591 0.061307 10.0.0.249 - - [2026-01-29 02:07:04] "GET / HTTP/1.1" 200 36215 0.002113 10.0.0.249 - - [2026-01-29 02:07:05] "GET /projects?obj_uuids=ec5d6571-26b8-4bc4-ba7e-3cbe38ab56ea&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000984 10.0.0.249 - - [2026-01-29 02:07:05] "GET /project/ec5d6571-26b8-4bc4-ba7e-3cbe38ab56ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.021161 10.0.0.249 - - [2026-01-29 02:07:05] "GET /projects?obj_uuids=ec5d6571-26b8-4bc4-ba7e-3cbe38ab56ea&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000902 10.0.0.249 - - [2026-01-29 02:07:05] "GET /project/ec5d6571-26b8-4bc4-ba7e-3cbe38ab56ea?fields=virtual_networks HTTP/1.1" 200 1024 0.073353 10.0.0.249 - - [2026-01-29 02:07:05] "GET /projects?obj_uuids=ec5d6571-26b8-4bc4-ba7e-3cbe38ab56ea&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000930 10.0.0.249 - - [2026-01-29 02:07:05] "GET /project/ec5d6571-26b8-4bc4-ba7e-3cbe38ab56ea?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.029769 10.0.0.249 - - [2026-01-29 02:07:05] "GET /projects?obj_uuids=ec5d6571-26b8-4bc4-ba7e-3cbe38ab56ea&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001139 10.0.0.249 - - [2026-01-29 02:07:05] "GET /project/ec5d6571-26b8-4bc4-ba7e-3cbe38ab56ea?fields=security_groups HTTP/1.1" 200 1246 0.025272 10.0.0.249 - - [2026-01-29 02:07:06] "POST /fqname-to-id HTTP/1.1" 404 183 0.027912 10.0.0.249 - - [2026-01-29 02:07:06] "GET /projects?obj_uuids=2a9152de-2069-48bc-a4f1-6e21bee5f10b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002835 10.0.0.249 - - [2026-01-29 02:07:06] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001110 10.0.0.249 - - [2026-01-29 02:07:06] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007374 10.0.0.249 - - [2026-01-29 02:07:06] "POST /id-to-fqname HTTP/1.1" 200 185 0.001275 10.0.0.249 - - [2026-01-29 02:07:06] "POST /fqname-to-id HTTP/1.1" 404 194 0.003266 10.0.0.249 - - [2026-01-29 02:07:06] "POST /security-groups HTTP/1.1" 200 586 0.064747 10.0.0.249 - - [2026-01-29 02:07:06] "POST /fqname-to-id HTTP/1.1" 404 229 0.002470 10.0.0.249 - - [2026-01-29 02:07:06] "POST /projects HTTP/1.1" 200 575 0.216262 10.0.0.249 - - [2026-01-29 02:07:06] "POST /access-control-lists HTTP/1.1" 200 593 0.059479 10.0.0.249 - - [2026-01-29 02:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.289461 10.0.0.249 - - [2026-01-29 02:07:06] "POST /fqname-to-id HTTP/1.1" 404 228 0.002928 10.0.0.249 - - [2026-01-29 02:07:06] "GET /project/2a9152de-2069-48bc-a4f1-6e21bee5f10b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.416754 10.0.0.249 - - [2026-01-29 02:07:06] "POST /access-control-lists HTTP/1.1" 200 591 0.065166 10.0.0.249 - - [2026-01-29 02:07:08] "GET / HTTP/1.1" 200 36215 0.002147 10.0.0.249 - - [2026-01-29 02:07:08] "POST /fqname-to-id HTTP/1.1" 404 193 0.004114 10.0.0.249 - - [2026-01-29 02:07:08] "GET /projects?obj_uuids=2344a00e-a977-4a1e-bc47-6d80edaf386f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001180 10.0.0.249 - - [2026-01-29 02:07:08] "POST /fqname-to-id HTTP/1.1" 404 228 0.002829 10.0.0.249 - - [2026-01-29 02:07:08] "POST /access-control-lists HTTP/1.1" 200 592 0.019013 10.0.0.249 - - [2026-01-29 02:07:08] "POST /fqname-to-id HTTP/1.1" 404 227 0.002896 10.0.0.249 - - [2026-01-29 02:07:08] "POST /access-control-lists HTTP/1.1" 200 590 0.016901 10.0.0.249 - - [2026-01-29 02:07:08] "PUT /access-control-list/a34dcabd-be33-47e3-9bb2-520b568b54de HTTP/1.1" 200 273 0.009080 10.0.0.249 - - [2026-01-29 02:07:08] "POST /neutron/security_group HTTP/1.1" 200 1364 0.307768 10.0.0.249 - - [2026-01-29 02:07:08] "GET /projects?obj_uuids=2344a00e-a977-4a1e-bc47-6d80edaf386f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001534 10.0.0.249 - - [2026-01-29 02:07:08] "PUT /access-control-list/2e72bebe-4a61-4081-b2f7-dfafd124706f HTTP/1.1" 200 273 0.010358 10.0.0.249 - - [2026-01-29 02:07:08] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.036845 10.0.0.249 - - [2026-01-29 02:07:08] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007991 10.0.0.249 - - [2026-01-29 02:07:08] "PUT /access-control-list/2e72bebe-4a61-4081-b2f7-dfafd124706f HTTP/1.1" 200 273 0.008550 10.0.0.249 - - [2026-01-29 02:07:09] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.133824 10.0.0.249 - - [2026-01-29 02:07:09] "PUT /access-control-list/2e72bebe-4a61-4081-b2f7-dfafd124706f HTTP/1.1" 200 273 0.012157 10.0.0.249 - - [2026-01-29 02:07:09] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.014150 10.0.0.249 - - [2026-01-29 02:07:09] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.126404 10.0.0.249 - - [2026-01-29 02:07:09] "POST /fqname-to-id HTTP/1.1" 404 193 0.002403 10.0.0.249 - - [2026-01-29 02:07:09] "PUT /access-control-list/2e72bebe-4a61-4081-b2f7-dfafd124706f HTTP/1.1" 200 273 0.010030 10.0.0.249 - - [2026-01-29 02:07:09] "GET /projects?obj_uuids=2344a00e-a977-4a1e-bc47-6d80edaf386f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001010 10.0.0.249 - - [2026-01-29 02:07:09] "POST /fqname-to-id HTTP/1.1" 404 228 0.003776 10.0.0.249 - - [2026-01-29 02:07:09] "POST /access-control-lists HTTP/1.1" 200 592 0.018920 10.0.0.249 - - [2026-01-29 02:07:09] "POST /fqname-to-id HTTP/1.1" 404 227 0.002908 10.0.0.249 - - [2026-01-29 02:07:09] "POST /access-control-lists HTTP/1.1" 200 590 0.021417 10.0.0.249 - - [2026-01-29 02:07:09] "PUT /access-control-list/05e08ddb-b49b-4af3-946c-2d271d42e6ae HTTP/1.1" 200 273 0.009048 10.0.0.249 - - [2026-01-29 02:07:09] "PUT /access-control-list/ed9f6a87-6b01-48ee-8b1e-e4d463b7dc5b HTTP/1.1" 200 273 0.020669 10.0.0.249 - - [2026-01-29 02:07:09] "POST /neutron/security_group HTTP/1.1" 200 1364 0.357959 10.0.0.249 - - [2026-01-29 02:07:09] "GET /projects?obj_uuids=2344a00e-a977-4a1e-bc47-6d80edaf386f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000975 10.0.0.249 - - [2026-01-29 02:07:09] "PUT /access-control-list/ed9f6a87-6b01-48ee-8b1e-e4d463b7dc5b HTTP/1.1" 200 273 0.010822 10.0.0.249 - - [2026-01-29 02:07:09] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.039291 10.0.0.249 - - [2026-01-29 02:07:09] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.009012 10.0.0.249 - - [2026-01-29 02:07:09] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.156193 10.0.0.249 - - [2026-01-29 02:07:09] "PUT /access-control-list/ed9f6a87-6b01-48ee-8b1e-e4d463b7dc5b HTTP/1.1" 200 273 0.010436 10.0.0.249 - - [2026-01-29 02:07:09] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.007074 10.0.0.249 - - [2026-01-29 02:07:10] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.121243 10.0.0.249 - - [2026-01-29 02:07:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000394 10.0.0.249 - - [2026-01-29 02:07:10] "PUT /access-control-list/ed9f6a87-6b01-48ee-8b1e-e4d463b7dc5b HTTP/1.1" 200 273 0.009580 10.0.0.249 - - [2026-01-29 02:07:10] "POST /fqname-to-id HTTP/1.1" 404 210 0.029005 10.0.0.249 - - [2026-01-29 02:07:10] "GET /projects?obj_uuids=2a9152de-2069-48bc-a4f1-6e21bee5f10b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001434 10.0.0.249 - - [2026-01-29 02:07:10] "POST /fqname-to-id HTTP/1.1" 404 245 0.002795 10.0.0.249 - - [2026-01-29 02:07:10] "POST /access-control-lists HTTP/1.1" 200 609 0.015154 10.0.0.249 - - [2026-01-29 02:07:10] "POST /fqname-to-id HTTP/1.1" 404 244 0.003131 10.0.0.249 - - [2026-01-29 02:07:10] "POST /access-control-lists HTTP/1.1" 200 607 0.019369 10.0.0.249 - - [2026-01-29 02:07:10] "PUT /access-control-list/375df0b3-2d9a-4483-bc1a-9ad699979b58 HTTP/1.1" 200 273 0.008476 10.0.0.249 - - [2026-01-29 02:07:10] "POST /neutron/security_group HTTP/1.1" 200 1379 0.345960 10.0.0.249 - - [2026-01-29 02:07:10] "PUT /access-control-list/887f5ca0-0d96-4c35-9deb-1a7b9f5508b7 HTTP/1.1" 200 273 0.019196 10.0.0.249 - - [2026-01-29 02:07:10] "GET /projects?obj_uuids=2a9152de-2069-48bc-a4f1-6e21bee5f10b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001233 10.0.0.249 - - [2026-01-29 02:07:10] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.027041 10.0.0.249 - - [2026-01-29 02:07:10] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.011167 10.0.0.249 - - [2026-01-29 02:07:10] "PUT /access-control-list/887f5ca0-0d96-4c35-9deb-1a7b9f5508b7 HTTP/1.1" 200 273 0.011838 10.0.0.249 - - [2026-01-29 02:07:10] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.172689 10.0.0.249 - - [2026-01-29 02:07:10] "PUT /access-control-list/887f5ca0-0d96-4c35-9deb-1a7b9f5508b7 HTTP/1.1" 200 273 0.008458 10.0.0.249 - - [2026-01-29 02:07:10] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.008093 10.0.0.249 - - [2026-01-29 02:07:11] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.145203 10.0.0.249 - - [2026-01-29 02:07:11] "POST /fqname-to-id HTTP/1.1" 404 210 0.003385 10.0.0.249 - - [2026-01-29 02:07:11] "PUT /access-control-list/887f5ca0-0d96-4c35-9deb-1a7b9f5508b7 HTTP/1.1" 200 273 0.014091 10.0.0.249 - - [2026-01-29 02:07:11] "GET /projects?obj_uuids=2a9152de-2069-48bc-a4f1-6e21bee5f10b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001146 10.0.0.249 - - [2026-01-29 02:07:11] "POST /fqname-to-id HTTP/1.1" 404 245 0.002359 10.0.0.249 - - [2026-01-29 02:07:11] "POST /access-control-lists HTTP/1.1" 200 609 0.015871 10.0.0.249 - - [2026-01-29 02:07:11] "POST /fqname-to-id HTTP/1.1" 404 244 0.004437 10.0.0.249 - - [2026-01-29 02:07:11] "POST /access-control-lists HTTP/1.1" 200 607 0.019437 10.0.0.249 - - [2026-01-29 02:07:11] "PUT /access-control-list/93364e28-5fe0-4ac0-8e50-82fc8cb65dab HTTP/1.1" 200 273 0.008499 10.0.0.249 - - [2026-01-29 02:07:11] "PUT /access-control-list/f217182a-91ce-42c3-a905-b00f88be9765 HTTP/1.1" 200 273 0.011971 10.0.0.249 - - [2026-01-29 02:07:11] "POST /neutron/security_group HTTP/1.1" 200 1379 0.337797 10.0.0.249 - - [2026-01-29 02:07:11] "GET /projects?obj_uuids=2a9152de-2069-48bc-a4f1-6e21bee5f10b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001515 10.0.0.249 - - [2026-01-29 02:07:11] "PUT /access-control-list/f217182a-91ce-42c3-a905-b00f88be9765 HTTP/1.1" 200 273 0.017249 10.0.0.249 - - [2026-01-29 02:07:11] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.035542 10.0.0.249 - - [2026-01-29 02:07:11] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.009029 10.0.0.249 - - [2026-01-29 02:07:11] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.111188 10.0.0.249 - - [2026-01-29 02:07:11] "PUT /access-control-list/f217182a-91ce-42c3-a905-b00f88be9765 HTTP/1.1" 200 273 0.010018 10.0.0.249 - - [2026-01-29 02:07:11] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010721 10.0.0.249 - - [2026-01-29 02:07:11] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.166825 10.0.0.249 - - [2026-01-29 02:07:11] "PUT /access-control-list/f217182a-91ce-42c3-a905-b00f88be9765 HTTP/1.1" 200 273 0.008611 10.0.0.249 - - [2026-01-29 02:07:12] "GET /projects?obj_uuids=2344a00e-a977-4a1e-bc47-6d80edaf386f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001221 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 541 0.052022 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 541 0.003268 10.0.0.249 - - [2026-01-29 02:07:12] "POST /route-targets HTTP/1.1" 200 328 0.012172 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 541 0.005386 10.0.0.249 - - [2026-01-29 02:07:12] "PUT /logical-router/9738cbd0-8c8f-4409-a53a-cd10a5203f74 HTTP/1.1" 200 263 0.024359 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 541 0.005055 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 541 0.003708 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 541 0.003711 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 541 0.003609 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 541 0.003922 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 541 0.003410 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 541 0.003310 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 541 0.003813 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 541 0.004834 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 541 0.004517 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 541 0.003521 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 541 0.004042 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 541 0.003532 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 541 0.003379 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 541 0.004250 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 541 0.004247 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 541 0.003597 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 541 0.003879 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 541 0.003794 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 541 0.003806 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 541 0.003516 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 541 0.004196 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 541 0.003837 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 541 0.004141 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 541 0.004390 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 541 0.004053 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 541 0.003613 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 541 0.003654 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 541 0.004526 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 541 0.004500 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 541 0.019515 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 541 0.004142 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.015804 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.004067 10.0.0.249 - - [2026-01-29 02:07:12] "GET /logical-router/9738cbd0-8c8f-4409-a53a-cd10a5203f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002848 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 151 0.041875 10.0.0.249 - - [2026-01-29 02:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006416 10.0.0.249 - - [2026-01-29 02:07:12] "GET /projects?obj_uuids=2344a00e-a977-4a1e-bc47-6d80edaf386f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001537 10.0.0.249 - - [2026-01-29 02:07:12] "DELETE /route-target/3354a7ff-47ff-44da-9393-adec51cab3b0 HTTP/1.1" 200 115 0.027414 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.048364 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.003695 10.0.0.249 - - [2026-01-29 02:07:12] "POST /route-targets HTTP/1.1" 200 328 0.016700 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.003859 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.003763 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.003358 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.003103 10.0.0.249 - - [2026-01-29 02:07:12] "PUT /logical-router/237a89e5-9ac6-48e5-a4c7-482ad8a27575 HTTP/1.1" 200 263 0.016945 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.005236 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.003461 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.003812 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.003410 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.004255 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.003533 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.003309 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.003535 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.003029 10.0.0.249 - - [2026-01-29 02:07:12] "POST /neutron/router HTTP/1.1" 200 542 0.003830 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 542 0.003841 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 542 0.004153 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 542 0.003398 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 542 0.003117 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 542 0.003437 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 542 0.003057 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 542 0.003460 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 542 0.003976 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 542 0.004347 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 542 0.003657 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 542 0.003433 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 542 0.004218 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 542 0.003217 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 542 0.003395 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 542 0.003659 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 542 0.003793 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 542 0.003712 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 542 0.017957 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 542 0.003413 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 542 0.016190 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 542 0.003978 10.0.0.249 - - [2026-01-29 02:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.249 - - [2026-01-29 02:07:13] "GET /logical-router/237a89e5-9ac6-48e5-a4c7-482ad8a27575?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005888 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 151 0.051210 10.0.0.249 - - [2026-01-29 02:07:13] "DELETE /route-target/1c706998-c109-4cdc-b26f-dde32b5f57cf HTTP/1.1" 200 115 0.013268 10.0.0.249 - - [2026-01-29 02:07:13] "GET /projects?obj_uuids=2a9152de-2069-48bc-a4f1-6e21bee5f10b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001277 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 559 0.047658 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 559 0.003863 10.0.0.249 - - [2026-01-29 02:07:13] "POST /route-targets HTTP/1.1" 200 328 0.014286 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 559 0.004441 10.0.0.249 - - [2026-01-29 02:07:13] "PUT /logical-router/1e0710d4-4ab5-4ae3-8f32-98ba15eaa09b HTTP/1.1" 200 263 0.015863 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 559 0.005301 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 559 0.004127 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 559 0.003470 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 559 0.003557 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 559 0.003603 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 559 0.003768 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 559 0.004146 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 559 0.003591 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 559 0.003858 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 559 0.003149 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 559 0.003355 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 559 0.003744 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 559 0.003516 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 559 0.004212 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 559 0.003997 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 559 0.004050 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 559 0.003420 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 559 0.003467 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 559 0.003422 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 559 0.003963 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 559 0.006155 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 559 0.003920 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 559 0.003643 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 559 0.003391 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 559 0.003626 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 559 0.003258 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 559 0.003568 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 559 0.003580 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 559 0.003724 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 559 0.004261 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 559 0.014739 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 559 0.003571 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 559 0.014461 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 559 0.003988 10.0.0.249 - - [2026-01-29 02:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.249 - - [2026-01-29 02:07:13] "GET /logical-router/1e0710d4-4ab5-4ae3-8f32-98ba15eaa09b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002994 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/router HTTP/1.1" 200 151 0.045149 10.0.0.249 - - [2026-01-29 02:07:13] "POST /neutron/security_group HTTP/1.1" 200 521 0.002672 10.0.0.249 - - [2026-01-29 02:07:13] "DELETE /route-target/d9dc2e36-270d-4ad4-8aef-fa3f510a42e9 HTTP/1.1" 200 115 0.023544 10.0.0.249 - - [2026-01-29 02:07:14] "POST /neutron/security_group HTTP/1.1" 200 151 0.032154 10.0.0.249 - - [2026-01-29 02:07:14] "POST /neutron/security_group HTTP/1.1" 200 521 0.002849 10.0.0.249 - - [2026-01-29 02:07:14] "DELETE /access-control-list/93364e28-5fe0-4ac0-8e50-82fc8cb65dab HTTP/1.1" 200 115 0.033753 10.0.0.249 - - [2026-01-29 02:07:14] "DELETE /access-control-list/f217182a-91ce-42c3-a905-b00f88be9765 HTTP/1.1" 200 115 0.014644 10.0.0.249 - - [2026-01-29 02:07:14] "POST /neutron/security_group HTTP/1.1" 200 151 0.039114 10.0.0.249 - - [2026-01-29 02:07:14] "POST /neutron/security_group HTTP/1.1" 200 506 0.002675 10.0.0.249 - - [2026-01-29 02:07:14] "DELETE /access-control-list/375df0b3-2d9a-4483-bc1a-9ad699979b58 HTTP/1.1" 200 115 0.024833 10.0.0.249 - - [2026-01-29 02:07:14] "DELETE /access-control-list/887f5ca0-0d96-4c35-9deb-1a7b9f5508b7 HTTP/1.1" 200 115 0.022555 10.0.0.249 - - [2026-01-29 02:07:14] "POST /neutron/security_group HTTP/1.1" 200 151 0.036402 10.0.0.249 - - [2026-01-29 02:07:14] "DELETE /access-control-list/05e08ddb-b49b-4af3-946c-2d271d42e6ae HTTP/1.1" 200 115 0.025291 10.0.0.249 - - [2026-01-29 02:07:14] "POST /neutron/security_group HTTP/1.1" 200 506 0.005599 10.0.0.249 - - [2026-01-29 02:07:14] "DELETE /access-control-list/ed9f6a87-6b01-48ee-8b1e-e4d463b7dc5b HTTP/1.1" 200 115 0.022043 10.0.0.249 - - [2026-01-29 02:07:14] "POST /neutron/security_group HTTP/1.1" 200 151 0.043703 10.0.0.249 - - [2026-01-29 02:07:14] "DELETE /access-control-list/a34dcabd-be33-47e3-9bb2-520b568b54de HTTP/1.1" 200 115 0.025251 10.0.0.249 - - [2026-01-29 02:07:14] "DELETE /access-control-list/2e72bebe-4a61-4081-b2f7-dfafd124706f HTTP/1.1" 200 115 0.018388 10.0.0.249 - - [2026-01-29 02:07:14] "GET /projects?obj_uuids=2a9152de-2069-48bc-a4f1-6e21bee5f10b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001314 10.0.0.249 - - [2026-01-29 02:07:14] "GET /project/2a9152de-2069-48bc-a4f1-6e21bee5f10b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.022902 10.0.0.249 - - [2026-01-29 02:07:14] "GET /projects?obj_uuids=2a9152de-2069-48bc-a4f1-6e21bee5f10b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000917 10.0.0.249 - - [2026-01-29 02:07:14] "GET /project/2a9152de-2069-48bc-a4f1-6e21bee5f10b?fields=virtual_networks HTTP/1.1" 200 1023 0.072656 10.0.0.249 - - [2026-01-29 02:07:14] "GET /projects?obj_uuids=2a9152de-2069-48bc-a4f1-6e21bee5f10b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001001 10.0.0.249 - - [2026-01-29 02:07:14] "GET /project/2a9152de-2069-48bc-a4f1-6e21bee5f10b?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.025454 10.0.0.249 - - [2026-01-29 02:07:14] "GET /projects?obj_uuids=2a9152de-2069-48bc-a4f1-6e21bee5f10b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001008 10.0.0.249 - - [2026-01-29 02:07:14] "GET /project/2a9152de-2069-48bc-a4f1-6e21bee5f10b?fields=security_groups HTTP/1.1" 200 1245 0.021977 10.0.0.249 - - [2026-01-29 02:07:15] "POST /fqname-to-id HTTP/1.1" 404 184 0.024156 10.0.0.249 - - [2026-01-29 02:07:15] "GET /projects?obj_uuids=9de5fa53-8a5f-4e1d-ace6-1569a4d0aa46&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002380 10.0.0.249 - - [2026-01-29 02:07:15] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001120 10.0.0.249 - - [2026-01-29 02:07:15] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007226 10.0.0.249 - - [2026-01-29 02:07:15] "POST /id-to-fqname HTTP/1.1" 200 186 0.003573 10.0.0.249 - - [2026-01-29 02:07:15] "POST /fqname-to-id HTTP/1.1" 404 195 0.004052 10.0.0.249 - - [2026-01-29 02:07:15] "POST /security-groups HTTP/1.1" 200 587 0.064938 10.0.0.249 - - [2026-01-29 02:07:15] "POST /fqname-to-id HTTP/1.1" 404 230 0.003153 10.0.0.249 - - [2026-01-29 02:07:15] "POST /projects HTTP/1.1" 200 577 0.222913 10.0.0.249 - - [2026-01-29 02:07:15] "POST /access-control-lists HTTP/1.1" 200 594 0.056906 10.0.0.249 - - [2026-01-29 02:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.299098 10.0.0.249 - - [2026-01-29 02:07:15] "POST /fqname-to-id HTTP/1.1" 404 229 0.002850 10.0.0.249 - - [2026-01-29 02:07:15] "GET /project/9de5fa53-8a5f-4e1d-ace6-1569a4d0aa46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.410837 10.0.0.249 - - [2026-01-29 02:07:16] "POST /access-control-lists HTTP/1.1" 200 592 0.060488 10.0.0.249 - - [2026-01-29 02:07:17] "GET / HTTP/1.1" 200 36215 0.001859 10.0.0.249 - - [2026-01-29 02:07:17] "POST /fqname-to-id HTTP/1.1" 401 293 0.000470 10.0.0.249 - - [2026-01-29 02:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.059884 10.0.0.249 - - [2026-01-29 02:07:18] "GET /projects?obj_uuids=9de5fa53-8a5f-4e1d-ace6-1569a4d0aa46&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001043 10.0.0.249 - - [2026-01-29 02:07:18] "GET /project/9de5fa53-8a5f-4e1d-ace6-1569a4d0aa46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.022874 10.0.0.249 - - [2026-01-29 02:07:18] "POST /neutron/network HTTP/1.1" 200 117 0.040808 10.0.0.249 - - [2026-01-29 02:07:18] "GET /projects?obj_uuids=9de5fa53-8a5f-4e1d-ace6-1569a4d0aa46&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001890 10.0.0.249 - - [2026-01-29 02:07:18] "POST /neutron/network HTTP/1.1" 200 601 0.090108 10.0.0.249 - - [2026-01-29 02:07:18] "POST /route-targets HTTP/1.1" 200 328 0.017351 10.0.0.249 - - [2026-01-29 02:07:18] "POST /ref-update HTTP/1.1" 200 156 0.015881 10.0.0.249 - - [2026-01-29 02:07:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003402 10.0.0.249 - - [2026-01-29 02:07:18] "POST /neutron/subnet HTTP/1.1" 200 729 0.153768 10.0.0.249 - - [2026-01-29 02:07:18] "POST /neutron/network HTTP/1.1" 200 821 0.005504 10.0.0.249 - - [2026-01-29 02:07:18] "POST /id-to-fqname HTTP/1.1" 200 216 0.001388 10.0.0.249 - - [2026-01-29 02:07:18] "GET /virtual-network/2b6f254a-aa09-44bf-95a7-3f18c8ee6615?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005285 10.0.0.249 - - [2026-01-29 02:07:18] "POST /neutron/network HTTP/1.1" 200 821 0.006416 10.0.0.249 - - [2026-01-29 02:07:18] "GET /virtual-network/2b6f254a-aa09-44bf-95a7-3f18c8ee6615?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005146 10.0.0.249 - - [2026-01-29 02:07:18] "POST /neutron/network HTTP/1.1" 200 821 0.005203 10.0.0.249 - - [2026-01-29 02:07:18] "POST /neutron/subnet HTTP/1.1" 200 729 0.006476 10.0.0.249 - - [2026-01-29 02:07:18] "POST /fqname-to-id HTTP/1.1" 404 206 0.002729 10.0.0.249 - - [2026-01-29 02:07:18] "GET /virtual-network/2b6f254a-aa09-44bf-95a7-3f18c8ee6615?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004976 10.0.0.249 - - [2026-01-29 02:07:18] "GET /projects?obj_uuids=9de5fa53-8a5f-4e1d-ace6-1569a4d0aa46&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001795 10.0.0.249 - - [2026-01-29 02:07:19] "POST /neutron/port HTTP/1.1" 200 1018 0.207286 10.0.0.249 - - [2026-01-29 02:07:19] "GET /virtual-machine-interface/fcf1c24b-d69b-4403-a8e6-8d6ff84c398c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2390 0.005285 10.0.0.249 - - [2026-01-29 02:07:19] "GET /virtual-machine-interface/fcf1c24b-d69b-4403-a8e6-8d6ff84c398c?fields=instance_ip_back_refs HTTP/1.1" 200 1321 0.004749 10.0.0.249 - - [2026-01-29 02:07:19] "GET /instance-ip/d0dc91c8-d732-4e8a-b0df-267a0b82a043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1599 0.004196 10.0.0.249 - - [2026-01-29 02:07:19] "GET /virtual-machine-interface/fcf1c24b-d69b-4403-a8e6-8d6ff84c398c HTTP/1.1" 401 293 0.000461 10.0.0.249 - - [2026-01-29 02:07:19] "GET /virtual-machine-interface/fcf1c24b-d69b-4403-a8e6-8d6ff84c398c HTTP/1.1" 200 2612 0.029821 10.0.0.249 - - [2026-01-29 02:07:19] "POST /neutron/port HTTP/1.1" 200 1018 0.009649 10.0.0.249 - - [2026-01-29 02:07:19] "POST /neutron/port HTTP/1.1" 200 151 0.074712 10.0.0.249 - - [2026-01-29 02:07:19] "POST /neutron/network HTTP/1.1" 200 821 0.005082 10.0.0.249 - - [2026-01-29 02:07:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002558 10.0.0.249 - - [2026-01-29 02:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.249 - - [2026-01-29 02:07:19] "POST /useragent-kv HTTP/1.1" 200 115 0.001655 10.0.0.249 - - [2026-01-29 02:07:19] "POST /neutron/network HTTP/1.1" 200 151 0.076153 10.0.0.249 - - [2026-01-29 02:07:19] "DELETE /route-target/74a47fcc-f35b-44cb-b780-602c049cac62 HTTP/1.1" 200 115 0.016523 10.0.0.249 - - [2026-01-29 02:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.249 - - [2026-01-29 02:07:20] "GET /projects?obj_uuids=9de5fa53-8a5f-4e1d-ace6-1569a4d0aa46&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001394 10.0.0.249 - - [2026-01-29 02:07:20] "GET /project/9de5fa53-8a5f-4e1d-ace6-1569a4d0aa46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.033932 10.0.0.249 - - [2026-01-29 02:07:20] "POST /neutron/network HTTP/1.1" 200 117 0.009376 10.0.0.249 - - [2026-01-29 02:07:20] "GET /projects?obj_uuids=9de5fa53-8a5f-4e1d-ace6-1569a4d0aa46&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001188 10.0.0.249 - - [2026-01-29 02:07:20] "POST /neutron/network HTTP/1.1" 200 603 0.098416 10.0.0.249 - - [2026-01-29 02:07:20] "POST /route-targets HTTP/1.1" 200 328 0.011309 10.0.0.249 - - [2026-01-29 02:07:20] "POST /ref-update HTTP/1.1" 200 156 0.009176 10.0.0.249 - - [2026-01-29 02:07:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003214 10.0.0.249 - - [2026-01-29 02:07:20] "POST /neutron/subnet HTTP/1.1" 200 720 0.160290 10.0.0.249 - - [2026-01-29 02:07:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002799 10.0.0.249 - - [2026-01-29 02:07:20] "POST /neutron/subnet HTTP/1.1" 200 729 0.184416 10.0.0.249 - - [2026-01-29 02:07:20] "POST /neutron/network HTTP/1.1" 200 978 0.007968 10.0.0.249 - - [2026-01-29 02:07:20] "POST /id-to-fqname HTTP/1.1" 200 217 0.001648 10.0.0.249 - - [2026-01-29 02:07:20] "GET /virtual-network/07a10648-10c0-487a-b8c3-4bc8eadde5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.005583 10.0.0.249 - - [2026-01-29 02:07:20] "POST /neutron/network HTTP/1.1" 200 978 0.009323 10.0.0.249 - - [2026-01-29 02:07:20] "GET /virtual-network/07a10648-10c0-487a-b8c3-4bc8eadde5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006015 10.0.0.249 - - [2026-01-29 02:07:20] "POST /neutron/network HTTP/1.1" 200 978 0.006678 10.0.0.249 - - [2026-01-29 02:07:20] "POST /neutron/subnet HTTP/1.1" 200 720 0.007214 10.0.0.249 - - [2026-01-29 02:07:21] "POST /neutron/subnet HTTP/1.1" 200 729 0.009333 10.0.0.249 - - [2026-01-29 02:07:21] "GET /projects?obj_uuids=9de5fa53-8a5f-4e1d-ace6-1569a4d0aa46&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001274 10.0.0.249 - - [2026-01-29 02:07:21] "POST /neutron/port HTTP/1.1" 200 1017 0.167179 10.0.0.249 - - [2026-01-29 02:07:21] "GET /projects?obj_uuids=9de5fa53-8a5f-4e1d-ace6-1569a4d0aa46&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001231 10.0.0.249 - - [2026-01-29 02:07:21] "POST /neutron/port HTTP/1.1" 200 1019 0.155867 10.0.0.249 - - [2026-01-29 02:07:21] "POST /id-to-fqname HTTP/1.1" 200 217 0.001187 10.0.0.249 - - [2026-01-29 02:07:21] "POST /neutron/port HTTP/1.1" 200 1017 0.007977 10.0.0.249 - - [2026-01-29 02:07:21] "POST /neutron/port HTTP/1.1" 200 1017 0.012444 10.0.0.249 - - [2026-01-29 02:07:21] "POST /neutron/network HTTP/1.1" 200 978 0.009436 10.0.0.249 - - [2026-01-29 02:07:21] "POST /neutron/port HTTP/1.1" 200 1017 0.011316 10.0.0.249 - - [2026-01-29 02:07:21] "POST /neutron/port HTTP/1.1" 200 117 0.004622 10.0.0.249 - - [2026-01-29 02:07:21] "POST /neutron/port HTTP/1.1" 200 117 0.004581 10.0.0.249 - - [2026-01-29 02:07:21] "POST /id-to-fqname HTTP/1.1" 200 217 0.001584 10.0.0.249 - - [2026-01-29 02:07:21] "POST /neutron/port HTTP/1.1" 200 117 0.004936 10.0.0.249 - - [2026-01-29 02:07:21] "POST /neutron/port HTTP/1.1" 200 1019 0.008228 10.0.0.249 - - [2026-01-29 02:07:21] "POST /neutron/port HTTP/1.1" 200 1019 0.008710 10.0.0.249 - - [2026-01-29 02:07:22] "POST /neutron/network HTTP/1.1" 200 978 0.007427 10.0.0.249 - - [2026-01-29 02:07:22] "POST /neutron/port HTTP/1.1" 200 1019 0.008667 10.0.0.249 - - [2026-01-29 02:07:22] "POST /neutron/port HTTP/1.1" 200 1017 0.009664 10.0.0.249 - - [2026-01-29 02:07:22] "POST /neutron/port HTTP/1.1" 200 1019 0.008740 10.0.0.249 - - [2026-01-29 02:07:22] "POST /neutron/port HTTP/1.1" 200 117 0.005895 10.0.0.249 - - [2026-01-29 02:07:22] "POST /neutron/port HTTP/1.1" 200 117 0.004715 10.0.0.249 - - [2026-01-29 02:07:22] "POST /neutron/port HTTP/1.1" 200 117 0.005087 10.0.0.249 - - [2026-01-29 02:07:22] "POST /neutron/port HTTP/1.1" 200 1017 0.009707 10.0.0.249 - - [2026-01-29 02:07:22] "POST /neutron/network HTTP/1.1" 200 988 0.007411 10.0.0.249 - - [2026-01-29 02:07:22] "POST /neutron/port HTTP/1.1" 200 1017 0.013648 10.0.0.249 - - [2026-01-29 02:07:22] "POST /neutron/port HTTP/1.1" 200 1017 0.007653 10.0.0.249 - - [2026-01-29 02:07:22] "POST /neutron/port HTTP/1.1" 200 1019 0.009578 10.0.0.249 - - [2026-01-29 02:07:22] "POST /neutron/network HTTP/1.1" 200 988 0.018303 10.0.0.249 - - [2026-01-29 02:07:22] "POST /neutron/port HTTP/1.1" 200 1109 0.098836 10.0.0.249 - - [2026-01-29 02:07:22] "POST /neutron/port HTTP/1.1" 200 1019 0.008856 10.0.0.249 - - [2026-01-29 02:07:22] "POST /neutron/port HTTP/1.1" 200 1019 0.011523 10.0.0.249 - - [2026-01-29 02:07:22] "POST /neutron/port HTTP/1.1" 200 1119 0.034286 10.0.0.249 - - [2026-01-29 02:07:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002622 10.0.0.249 - - [2026-01-29 02:07:22] "POST /neutron/port HTTP/1.1" 200 1111 0.086645 10.0.0.249 - - [2026-01-29 02:07:23] "POST /neutron/subnet HTTP/1.1" 200 694 0.008740 10.0.0.249 - - [2026-01-29 02:07:23] "POST /neutron/port HTTP/1.1" 200 117 0.001932 10.0.0.249 - - [2026-01-29 02:07:23] "POST /neutron/port HTTP/1.1" 200 1121 0.015309 10.0.0.249 - - [2026-01-29 02:07:23] "POST /neutron/network HTTP/1.1" 200 978 0.008498 10.0.0.249 - - [2026-01-29 02:07:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003120 10.0.0.249 - - [2026-01-29 02:07:23] "POST /neutron/subnet HTTP/1.1" 200 703 0.015337 10.0.0.249 - - [2026-01-29 02:07:23] "POST /neutron/port HTTP/1.1" 200 117 0.001602 10.0.0.249 - - [2026-01-29 02:07:23] "POST /neutron/network HTTP/1.1" 200 978 0.007428 10.0.0.249 - - [2026-01-29 02:07:27] "POST /neutron/port HTTP/1.1" 200 1119 0.011692 10.0.0.249 - - [2026-01-29 02:07:27] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006781 10.0.0.249 - - [2026-01-29 02:07:27] "POST /neutron/port HTTP/1.1" 200 1119 0.011150 10.0.0.249 - - [2026-01-29 02:07:27] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005558 10.0.0.249 - - [2026-01-29 02:07:27] "POST /neutron/port HTTP/1.1" 200 1119 0.011487 10.0.0.249 - - [2026-01-29 02:07:27] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006114 10.0.0.249 - - [2026-01-29 02:07:27] "GET /virtual-machine/cce6a0bc-4373-45c7-b366-88d055324983 HTTP/1.1" 200 1287 0.004900 10.0.0.249 - - [2026-01-29 02:07:27] "GET /virtual-machine-interface/2873f3aa-779d-43c1-971e-3478aa8dd4f0 HTTP/1.1" 200 2931 0.004120 10.0.0.249 - - [2026-01-29 02:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.249 - - [2026-01-29 02:07:27] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003354 10.0.0.249 - - [2026-01-29 02:07:27] "GET /virtual-networks?parent_id=9de5fa53-8a5f-4e1d-ace6-1569a4d0aa46&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002836 10.0.0.249 - - [2026-01-29 02:07:27] "GET /virtual-network/07a10648-10c0-487a-b8c3-4bc8eadde5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.005140 10.0.0.249 - - [2026-01-29 02:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.249 - - [2026-01-29 02:07:30] "GET /virtual-network/07a10648-10c0-487a-b8c3-4bc8eadde5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.005459 10.0.0.249 - - [2026-01-29 02:07:32] "POST /neutron/port HTTP/1.1" 200 1119 0.015762 10.0.0.249 - - [2026-01-29 02:07:32] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005339 10.0.0.249 - - [2026-01-29 02:07:32] "POST /neutron/port HTTP/1.1" 200 1121 0.011446 10.0.0.249 - - [2026-01-29 02:07:32] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005454 10.0.0.249 - - [2026-01-29 02:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002780 10.0.0.249 - - [2026-01-29 02:07:32] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002648 10.0.0.249 - - [2026-01-29 02:07:32] "GET /virtual-networks?parent_id=9de5fa53-8a5f-4e1d-ace6-1569a4d0aa46&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003413 10.0.0.249 - - [2026-01-29 02:07:32] "GET /virtual-network/07a10648-10c0-487a-b8c3-4bc8eadde5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006840 10.0.0.249 - - [2026-01-29 02:07:33] "POST /neutron/port HTTP/1.1" 200 1121 0.013632 10.0.0.249 - - [2026-01-29 02:07:33] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006380 10.0.0.249 - - [2026-01-29 02:07:33] "POST /neutron/port HTTP/1.1" 200 1121 0.013555 10.0.0.249 - - [2026-01-29 02:07:33] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006844 10.0.0.249 - - [2026-01-29 02:07:33] "POST /neutron/port HTTP/1.1" 200 1121 0.010735 10.0.0.249 - - [2026-01-29 02:07:33] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006807 10.0.0.249 - - [2026-01-29 02:07:33] "GET /virtual-machine/f503c380-06a2-4b4c-a239-7b0c71da89c0 HTTP/1.1" 200 1287 0.005175 10.0.0.249 - - [2026-01-29 02:07:33] "GET /virtual-machine-interface/f669d493-7c51-4809-a6f7-f545018084a3 HTTP/1.1" 200 2932 0.005331 10.0.0.249 - - [2026-01-29 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005108 10.0.0.249 - - [2026-01-29 02:07:33] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003711 10.0.0.249 - - [2026-01-29 02:07:33] "GET /virtual-networks?parent_id=9de5fa53-8a5f-4e1d-ace6-1569a4d0aa46&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004167 10.0.0.249 - - [2026-01-29 02:07:33] "GET /virtual-network/07a10648-10c0-487a-b8c3-4bc8eadde5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.005414 10.0.0.249 - - [2026-01-29 02:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.249 - - [2026-01-29 02:07:34] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002854 10.0.0.249 - - [2026-01-29 02:07:34] "GET /virtual-networks?parent_id=9de5fa53-8a5f-4e1d-ace6-1569a4d0aa46&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003111 10.0.0.249 - - [2026-01-29 02:07:34] "GET /virtual-network/07a10648-10c0-487a-b8c3-4bc8eadde5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.004908 10.0.0.249 - - [2026-01-29 02:07:35] "DELETE /project/2a9152de206948bca4f16e21bee5f10b HTTP/1.1" 404 173 0.012104 10.0.0.249 - - [2026-01-29 02:07:35] "DELETE /project/ec5d657126b84bc4ba7e3cbe38ab56ea HTTP/1.1" 404 173 0.010166 10.0.0.249 - - [2026-01-29 02:07:35] "DELETE /project/9de5fa538a5f4e1dace61569a4d0aa46 HTTP/1.1" 404 173 0.011486 10.0.0.249 - - [2026-01-29 02:07:35] "GET /projects?obj_uuids=2a9152de-2069-48bc-a4f1-6e21bee5f10b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001233 10.0.0.249 - - [2026-01-29 02:07:35] "GET /projects?obj_uuids=a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000864 10.0.0.249 - - [2026-01-29 02:07:35] "GET /projects?obj_uuids=ec5d6571-26b8-4bc4-ba7e-3cbe38ab56ea&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000833 10.0.0.249 - - [2026-01-29 02:07:35] "GET /project/2a9152de-2069-48bc-a4f1-6e21bee5f10b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.045030 10.0.0.249 - - [2026-01-29 02:07:35] "GET /project/ec5d6571-26b8-4bc4-ba7e-3cbe38ab56ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.055587 10.0.0.249 - - [2026-01-29 02:07:35] "GET /project/a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.062096 10.0.0.249 - - [2026-01-29 02:07:35] "GET /projects?obj_uuids=2a9152de-2069-48bc-a4f1-6e21bee5f10b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001231 10.0.0.249 - - [2026-01-29 02:07:35] "GET /projects?obj_uuids=a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000805 10.0.0.249 - - [2026-01-29 02:07:35] "GET /projects?obj_uuids=ec5d6571-26b8-4bc4-ba7e-3cbe38ab56ea&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001239 10.0.0.249 - - [2026-01-29 02:07:35] "GET /project/2a9152de-2069-48bc-a4f1-6e21bee5f10b?fields=security_groups HTTP/1.1" 200 1347 0.068553 10.0.0.249 - - [2026-01-29 02:07:35] "GET /project/ec5d6571-26b8-4bc4-ba7e-3cbe38ab56ea?fields=security_groups HTTP/1.1" 200 1348 0.079827 10.0.0.249 - - [2026-01-29 02:07:35] "GET /project/a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014?fields=security_groups HTTP/1.1" 200 1399 0.085514 10.0.0.249 - - [2026-01-29 02:07:35] "DELETE /security-group/38102768-c427-469b-82f5-c4e5cbecb032 HTTP/1.1" 200 115 0.069125 10.0.0.249 - - [2026-01-29 02:07:35] "GET /projects?obj_uuids=2a9152de-2069-48bc-a4f1-6e21bee5f10b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002028 10.0.0.249 - - [2026-01-29 02:07:35] "DELETE /access-control-list/11d5960d-2120-4e32-b250-3be735b3409e HTTP/1.1" 200 115 0.052241 10.0.0.249 - - [2026-01-29 02:07:35] "GET /project/2a9152de-2069-48bc-a4f1-6e21bee5f10b?fields=application_policy_sets HTTP/1.1" 200 1386 0.048188 10.0.0.249 - - [2026-01-29 02:07:35] "DELETE /security-group/551cc1c0-b4d6-4839-abb6-3ce51e6eb754 HTTP/1.1" 200 115 0.116357 10.0.0.249 - - [2026-01-29 02:07:35] "GET /projects?obj_uuids=ec5d6571-26b8-4bc4-ba7e-3cbe38ab56ea&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001220 10.0.0.249 - - [2026-01-29 02:07:35] "DELETE /security-group/3baaae72-bba3-4f99-b12b-d397eea22acf HTTP/1.1" 200 115 0.118060 10.0.0.249 - - [2026-01-29 02:07:35] "DELETE /access-control-list/2b250467-e03a-4ead-ac2e-1b4f93dc5a18 HTTP/1.1" 200 115 0.052047 10.0.0.249 - - [2026-01-29 02:07:35] "GET /projects?obj_uuids=a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001105 10.0.0.249 - - [2026-01-29 02:07:35] "GET /project/ec5d6571-26b8-4bc4-ba7e-3cbe38ab56ea?fields=application_policy_sets HTTP/1.1" 200 1387 0.041016 10.0.0.249 - - [2026-01-29 02:07:35] "DELETE /access-control-list/1910c573-dc42-4d7b-b585-dc52a46ada26 HTTP/1.1" 200 115 0.032599 10.0.0.249 - - [2026-01-29 02:07:35] "GET /project/a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014?fields=application_policy_sets HTTP/1.1" 200 1438 0.081575 10.0.0.249 - - [2026-01-29 02:07:35] "DELETE /access-control-list/516fc9b7-3a78-4fbe-b63f-9cd767c087bf HTTP/1.1" 200 115 0.054087 10.0.0.249 - - [2026-01-29 02:07:35] "DELETE /access-control-list/d56cd7ae-bb57-46f7-8548-57a097b5691c HTTP/1.1" 200 115 0.034440 10.0.0.249 - - [2026-01-29 02:07:35] "DELETE /project/2a9152de-2069-48bc-a4f1-6e21bee5f10b HTTP/1.1" 200 115 0.481493 10.0.0.249 - - [2026-01-29 02:07:35] "DELETE /access-control-list/f5b4df17-c4da-40f6-8f28-9cab6c02252d HTTP/1.1" 200 115 0.040313 10.0.0.249 - - [2026-01-29 02:07:35] "DELETE /project/ec5d6571-26b8-4bc4-ba7e-3cbe38ab56ea HTTP/1.1" 200 115 0.547001 10.0.0.249 - - [2026-01-29 02:07:35] "DELETE /project/a48f083a-ebb2-4ce3-ab8b-d40bfaa3b014 HTTP/1.1" 200 115 0.560488 10.0.0.249 - - [2026-01-29 02:07:37] "POST /neutron/port HTTP/1.1" 200 1111 0.011072 10.0.0.249 - - [2026-01-29 02:07:37] "POST /neutron/port HTTP/1.1" 200 1111 0.010093 10.0.0.249 - - [2026-01-29 02:07:38] "POST /neutron/port HTTP/1.1" 200 151 0.110352 10.0.0.249 - - [2026-01-29 02:07:38] "POST /neutron/port HTTP/1.1" 200 1109 0.013832 10.0.0.249 - - [2026-01-29 02:07:38] "POST /neutron/port HTTP/1.1" 200 1109 0.026417 10.0.0.249 - - [2026-01-29 02:07:38] "POST /neutron/port HTTP/1.1" 200 151 0.115759 10.0.0.249 - - [2026-01-29 02:07:38] "POST /neutron/network HTTP/1.1" 200 978 0.008292 10.0.0.249 - - [2026-01-29 02:07:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003076 10.0.0.249 - - [2026-01-29 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.249 - - [2026-01-29 02:07:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001585 10.0.0.249 - - [2026-01-29 02:07:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002757 10.0.0.249 - - [2026-01-29 02:07:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001630 10.0.0.249 - - [2026-01-29 02:07:38] "POST /neutron/network HTTP/1.1" 200 151 0.114086 10.0.0.249 - - [2026-01-29 02:07:38] "DELETE /route-target/69f802ce-75e2-4938-bc3e-d9829973c089 HTTP/1.1" 200 115 0.018355 10.0.0.249 - - [2026-01-29 02:07:38] "GET /projects?obj_uuids=9de5fa53-8a5f-4e1d-ace6-1569a4d0aa46&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001026 10.0.0.249 - - [2026-01-29 02:07:38] "GET /project/9de5fa53-8a5f-4e1d-ace6-1569a4d0aa46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.025567 10.0.0.249 - - [2026-01-29 02:07:38] "GET /projects?obj_uuids=9de5fa53-8a5f-4e1d-ace6-1569a4d0aa46&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001103 10.0.0.249 - - [2026-01-29 02:07:38] "GET /project/9de5fa53-8a5f-4e1d-ace6-1569a4d0aa46?fields=virtual_networks HTTP/1.1" 200 1026 0.064799 10.0.0.249 - - [2026-01-29 02:07:38] "GET /projects?obj_uuids=9de5fa53-8a5f-4e1d-ace6-1569a4d0aa46&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001126 10.0.0.249 - - [2026-01-29 02:07:38] "GET /project/9de5fa53-8a5f-4e1d-ace6-1569a4d0aa46?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.032132 10.0.0.249 - - [2026-01-29 02:07:38] "GET /projects?obj_uuids=9de5fa53-8a5f-4e1d-ace6-1569a4d0aa46&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001470 10.0.0.249 - - [2026-01-29 02:07:38] "GET /project/9de5fa53-8a5f-4e1d-ace6-1569a4d0aa46?fields=security_groups HTTP/1.1" 200 1249 0.027954 10.0.0.249 - - [2026-01-29 02:07:39] "POST /fqname-to-id HTTP/1.1" 404 186 0.024857 10.0.0.249 - - [2026-01-29 02:07:39] "GET /projects?obj_uuids=695a2fac-aefd-41e2-aad8-fbad223249f3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002455 10.0.0.249 - - [2026-01-29 02:07:39] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000869 10.0.0.249 - - [2026-01-29 02:07:39] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009372 10.0.0.249 - - [2026-01-29 02:07:39] "POST /id-to-fqname HTTP/1.1" 200 188 0.004505 10.0.0.249 - - [2026-01-29 02:07:40] "POST /fqname-to-id HTTP/1.1" 404 197 0.007063 10.0.0.249 - - [2026-01-29 02:07:40] "POST /security-groups HTTP/1.1" 200 589 0.064227 10.0.0.249 - - [2026-01-29 02:07:40] "POST /fqname-to-id HTTP/1.1" 404 232 0.003711 10.0.0.249 - - [2026-01-29 02:07:40] "POST /projects HTTP/1.1" 200 581 0.246946 10.0.0.249 - - [2026-01-29 02:07:40] "POST /access-control-lists HTTP/1.1" 200 596 0.055432 10.0.0.249 - - [2026-01-29 02:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.320782 10.0.0.249 - - [2026-01-29 02:07:40] "POST /fqname-to-id HTTP/1.1" 404 231 0.002962 10.0.0.249 - - [2026-01-29 02:07:40] "GET /project/695a2fac-aefd-41e2-aad8-fbad223249f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.452675 10.0.0.249 - - [2026-01-29 02:07:40] "POST /access-control-lists HTTP/1.1" 200 594 0.084319 10.0.0.249 - - [2026-01-29 02:07:41] "GET / HTTP/1.1" 200 36215 0.001852 10.0.0.249 - - [2026-01-29 02:07:41] "GET /obj-perms HTTP/1.1" 200 5075 0.062853 10.0.0.249 - - [2026-01-29 02:07:42] "GET /obj-perms HTTP/1.1" 200 5075 0.106980 10.0.0.249 - - [2026-01-29 02:07:42] "POST /fqname-to-id HTTP/1.1" 401 293 0.000499 10.0.0.249 - - [2026-01-29 02:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.026768 10.0.0.249 - - [2026-01-29 02:07:43] "GET /projects?obj_uuids=695a2fac-aefd-41e2-aad8-fbad223249f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000964 10.0.0.249 - - [2026-01-29 02:07:43] "GET /project/695a2fac-aefd-41e2-aad8-fbad223249f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.036235 10.0.0.249 - - [2026-01-29 02:07:43] "POST /neutron/port HTTP/1.1" 200 117 0.005595 10.0.0.249 - - [2026-01-29 02:07:43] "POST /neutron/port HTTP/1.1" 400 205 0.003396 10.0.0.249 - - [2026-01-29 02:07:43] "POST /neutron/network HTTP/1.1" 200 117 0.031364 10.0.0.249 - - [2026-01-29 02:07:43] "GET /projects?obj_uuids=695a2fac-aefd-41e2-aad8-fbad223249f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001320 10.0.0.249 - - [2026-01-29 02:07:43] "POST /neutron/port HTTP/1.1" 200 117 0.004168 10.0.0.249 - - [2026-01-29 02:07:43] "POST /neutron/port HTTP/1.1" 400 205 0.004813 10.0.0.249 - - [2026-01-29 02:07:43] "POST /neutron/network HTTP/1.1" 200 605 0.085525 10.0.0.249 - - [2026-01-29 02:07:43] "POST /route-targets HTTP/1.1" 200 328 0.016761 10.0.0.249 - - [2026-01-29 02:07:43] "POST /ref-update HTTP/1.1" 200 156 0.013113 10.0.0.249 - - [2026-01-29 02:07:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004739 10.0.0.249 - - [2026-01-29 02:07:43] "POST /neutron/subnet HTTP/1.1" 200 719 0.193585 10.0.0.249 - - [2026-01-29 02:07:43] "POST /neutron/network HTTP/1.1" 200 823 0.005822 10.0.0.249 - - [2026-01-29 02:07:43] "POST /id-to-fqname HTTP/1.1" 200 219 0.001932 10.0.0.249 - - [2026-01-29 02:07:43] "GET /virtual-network/1b9bcf59-2562-4a07-b50e-3c0ca1a69638?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005429 10.0.0.249 - - [2026-01-29 02:07:43] "POST /neutron/network HTTP/1.1" 200 823 0.005132 10.0.0.249 - - [2026-01-29 02:07:43] "GET /virtual-network/1b9bcf59-2562-4a07-b50e-3c0ca1a69638?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004803 10.0.0.249 - - [2026-01-29 02:07:43] "POST /neutron/network HTTP/1.1" 200 823 0.006274 10.0.0.249 - - [2026-01-29 02:07:43] "POST /neutron/subnet HTTP/1.1" 200 719 0.009390 10.0.0.249 - - [2026-01-29 02:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002519 10.0.0.249 - - [2026-01-29 02:07:43] "GET /projects?obj_uuids=695a2fac-aefd-41e2-aad8-fbad223249f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001029 10.0.0.249 - - [2026-01-29 02:07:43] "GET /project/695a2fac-aefd-41e2-aad8-fbad223249f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.026198 10.0.0.249 - - [2026-01-29 02:07:43] "POST /neutron/network HTTP/1.1" 200 117 0.009438 10.0.0.249 - - [2026-01-29 02:07:43] "GET /projects?obj_uuids=695a2fac-aefd-41e2-aad8-fbad223249f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001046 10.0.0.249 - - [2026-01-29 02:07:43] "POST /neutron/network HTTP/1.1" 200 605 0.071784 10.0.0.249 - - [2026-01-29 02:07:43] "POST /route-targets HTTP/1.1" 200 328 0.011103 10.0.0.249 - - [2026-01-29 02:07:43] "POST /ref-update HTTP/1.1" 200 156 0.009992 10.0.0.249 - - [2026-01-29 02:07:44] "POST /useragent-kv HTTP/1.1" 200 115 0.005424 10.0.0.249 - - [2026-01-29 02:07:44] "POST /neutron/subnet HTTP/1.1" 200 720 0.191435 10.0.0.249 - - [2026-01-29 02:07:44] "POST /neutron/network HTTP/1.1" 200 823 0.005950 10.0.0.249 - - [2026-01-29 02:07:44] "POST /id-to-fqname HTTP/1.1" 200 219 0.001455 10.0.0.249 - - [2026-01-29 02:07:44] "GET /virtual-network/74970f01-067d-46f3-898f-a4e0173394f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004888 10.0.0.249 - - [2026-01-29 02:07:44] "POST /neutron/network HTTP/1.1" 200 823 0.005423 10.0.0.249 - - [2026-01-29 02:07:44] "GET /virtual-network/74970f01-067d-46f3-898f-a4e0173394f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006000 10.0.0.249 - - [2026-01-29 02:07:44] "POST /neutron/network HTTP/1.1" 200 823 0.006119 10.0.0.249 - - [2026-01-29 02:07:44] "POST /neutron/subnet HTTP/1.1" 200 720 0.008214 10.0.0.249 - - [2026-01-29 02:07:44] "POST /id-to-fqname HTTP/1.1" 200 219 0.001298 10.0.0.249 - - [2026-01-29 02:07:44] "POST /neutron/network HTTP/1.1" 200 833 0.005631 10.0.0.249 - - [2026-01-29 02:07:44] "GET /aaa-mode HTTP/1.1" 401 293 0.000556 10.0.0.249 - - [2026-01-29 02:07:44] "GET / HTTP/1.1" 200 36215 0.001656 10.0.0.249 - - [2026-01-29 02:07:44] "GET /project/695a2fac-aefd-41e2-aad8-fbad223249f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000383 10.0.0.249 - - [2026-01-29 02:07:45] "GET /projects?obj_uuids=695a2fac-aefd-41e2-aad8-fbad223249f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001087 10.0.0.249 - - [2026-01-29 02:07:45] "GET /project/695a2fac-aefd-41e2-aad8-fbad223249f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.077471 10.0.0.249 - - [2026-01-29 02:07:45] "POST /neutron/network HTTP/1.1" 200 823 0.006826 10.0.0.249 - - [2026-01-29 02:07:45] "POST /neutron/port HTTP/1.1" 200 117 0.005257 10.0.0.249 - - [2026-01-29 02:07:45] "POST /neutron/port HTTP/1.1" 200 117 0.006050 10.0.0.249 - - [2026-01-29 02:07:45] "POST /id-to-fqname HTTP/1.1" 200 219 0.001383 10.0.0.249 - - [2026-01-29 02:07:45] "POST /neutron/port HTTP/1.1" 200 117 0.004742 10.0.0.249 - - [2026-01-29 02:07:45] "POST /neutron/network HTTP/1.1" 200 833 0.006582 10.0.0.249 - - [2026-01-29 02:07:45] "GET /aaa-mode HTTP/1.1" 401 293 0.000425 10.0.0.249 - - [2026-01-29 02:07:45] "POST /neutron/network HTTP/1.1" 200 833 0.008328 10.0.0.249 - - [2026-01-29 02:07:45] "GET /projects?obj_uuids=695a2fac-aefd-41e2-aad8-fbad223249f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001507 10.0.0.249 - - [2026-01-29 02:07:45] "GET / HTTP/1.1" 200 36215 0.007660 10.0.0.249 - - [2026-01-29 02:07:46] "GET /project/695a2fac-aefd-41e2-aad8-fbad223249f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.001184 10.0.0.249 - - [2026-01-29 02:07:46] "POST /neutron/port HTTP/1.1" 200 1057 0.259859 10.0.0.249 - - [2026-01-29 02:07:46] "POST /neutron/port HTTP/1.1" 200 1057 0.010674 10.0.0.249 - - [2026-01-29 02:07:46] "POST /neutron/port HTTP/1.1" 200 1057 0.010663 10.0.0.249 - - [2026-01-29 02:07:46] "POST /neutron/port HTTP/1.1" 200 1111 0.076807 10.0.0.249 - - [2026-01-29 02:07:46] "POST /neutron/port HTTP/1.1" 200 1121 0.011590 10.0.0.249 - - [2026-01-29 02:07:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003382 10.0.0.249 - - [2026-01-29 02:07:46] "POST /neutron/subnet HTTP/1.1" 200 693 0.008233 10.0.0.249 - - [2026-01-29 02:07:46] "POST /neutron/port HTTP/1.1" 200 117 0.001268 10.0.0.249 - - [2026-01-29 02:07:46] "POST /neutron/network HTTP/1.1" 200 823 0.005723 10.0.0.249 - - [2026-01-29 02:07:46] "GET /projects?obj_uuids=695a2fac-aefd-41e2-aad8-fbad223249f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001415 10.0.0.249 - - [2026-01-29 02:07:46] "GET /project/695a2fac-aefd-41e2-aad8-fbad223249f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.049389 10.0.0.249 - - [2026-01-29 02:07:46] "POST /neutron/network HTTP/1.1" 200 823 0.007950 10.0.0.249 - - [2026-01-29 02:07:46] "POST /neutron/port HTTP/1.1" 200 1121 0.015053 10.0.0.249 - - [2026-01-29 02:07:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012581 10.0.0.249 - - [2026-01-29 02:07:46] "POST /neutron/port HTTP/1.1" 200 117 0.005724 10.0.0.249 - - [2026-01-29 02:07:46] "GET /projects?obj_uuids=695a2fac-aefd-41e2-aad8-fbad223249f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001300 10.0.0.249 - - [2026-01-29 02:07:46] "POST /neutron/router HTTP/1.1" 200 580 0.058027 10.0.0.249 - - [2026-01-29 02:07:46] "POST /neutron/router HTTP/1.1" 200 580 0.020842 10.0.0.249 - - [2026-01-29 02:07:46] "POST /route-targets HTTP/1.1" 200 328 0.030518 10.0.0.249 - - [2026-01-29 02:07:46] "GET /projects?obj_uuids=695a2fac-aefd-41e2-aad8-fbad223249f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001226 10.0.0.249 - - [2026-01-29 02:07:46] "PUT /logical-router/3831a125-170e-4182-a799-65abdb5dc0b9 HTTP/1.1" 200 263 0.023969 10.0.0.249 - - [2026-01-29 02:07:46] "POST /neutron/router HTTP/1.1" 200 344 0.240830 10.0.0.249 - - [2026-01-29 02:07:47] "POST /ref-update HTTP/1.1" 200 156 0.010726 10.0.0.249 - - [2026-01-29 02:07:47] "POST /neutron/port HTTP/1.1" 200 1121 0.011326 10.0.0.249 - - [2026-01-29 02:07:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005873 10.0.0.249 - - [2026-01-29 02:07:47] "POST /neutron/network HTTP/1.1" 200 833 0.005293 10.0.0.249 - - [2026-01-29 02:07:47] "GET /projects?obj_uuids=695a2fac-aefd-41e2-aad8-fbad223249f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001142 10.0.0.249 - - [2026-01-29 02:07:47] "POST /neutron/port HTTP/1.1" 200 1057 0.258109 10.0.0.249 - - [2026-01-29 02:07:47] "POST /neutron/port HTTP/1.1" 200 1057 0.013741 10.0.0.249 - - [2026-01-29 02:07:47] "POST /neutron/port HTTP/1.1" 200 1057 0.008926 10.0.0.249 - - [2026-01-29 02:07:47] "POST /neutron/port HTTP/1.1" 200 1111 0.064941 10.0.0.249 - - [2026-01-29 02:07:47] "POST /neutron/port HTTP/1.1" 200 1121 0.016945 10.0.0.249 - - [2026-01-29 02:07:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006206 10.0.0.249 - - [2026-01-29 02:07:47] "POST /neutron/subnet HTTP/1.1" 200 694 0.010037 10.0.0.249 - - [2026-01-29 02:07:47] "POST /neutron/port HTTP/1.1" 200 117 0.001178 10.0.0.249 - - [2026-01-29 02:07:47] "POST /neutron/network HTTP/1.1" 200 823 0.006936 10.0.0.249 - - [2026-01-29 02:07:52] "POST /neutron/port HTTP/1.1" 200 1121 0.019388 10.0.0.249 - - [2026-01-29 02:07:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010078 10.0.0.249 - - [2026-01-29 02:07:52] "POST /neutron/port HTTP/1.1" 200 1121 0.012347 10.0.0.249 - - [2026-01-29 02:07:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006227 10.0.0.249 - - [2026-01-29 02:07:52] "POST /neutron/port HTTP/1.1" 200 1121 0.013175 10.0.0.249 - - [2026-01-29 02:07:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006334 10.0.0.249 - - [2026-01-29 02:07:52] "GET /virtual-machine/57f55d58-33b2-4c3a-8cd4-a17d5d009413 HTTP/1.1" 401 293 0.000505 10.0.0.249 - - [2026-01-29 02:07:52] "GET /virtual-machine/57f55d58-33b2-4c3a-8cd4-a17d5d009413 HTTP/1.1" 200 1292 0.030856 10.0.0.249 - - [2026-01-29 02:07:52] "GET /virtual-machine-interface/860e635d-5e38-4677-989e-a70bf8511291 HTTP/1.1" 200 2941 0.007175 10.0.0.249 - - [2026-01-29 02:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.249 - - [2026-01-29 02:07:52] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.009234 10.0.0.249 - - [2026-01-29 02:07:52] "GET /virtual-networks?parent_id=695a2fac-aefd-41e2-aad8-fbad223249f3&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002913 10.0.0.249 - - [2026-01-29 02:07:52] "GET /virtual-network/1b9bcf59-2562-4a07-b50e-3c0ca1a69638?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006932 10.0.0.249 - - [2026-01-29 02:07:55] "POST /neutron/port HTTP/1.1" 200 1121 0.012051 10.0.0.249 - - [2026-01-29 02:07:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004615 10.0.0.249 - - [2026-01-29 02:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.249 - - [2026-01-29 02:07:55] "GET /virtual-network/1b9bcf59-2562-4a07-b50e-3c0ca1a69638?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005065 10.0.0.249 - - [2026-01-29 02:07:56] "POST /neutron/port HTTP/1.1" 200 1121 0.011579 10.0.0.249 - - [2026-01-29 02:07:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005758 10.0.0.249 - - [2026-01-29 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.249 - - [2026-01-29 02:07:58] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002882 10.0.0.249 - - [2026-01-29 02:07:58] "GET /virtual-networks?parent_id=695a2fac-aefd-41e2-aad8-fbad223249f3&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002946 10.0.0.249 - - [2026-01-29 02:07:58] "GET /virtual-network/1b9bcf59-2562-4a07-b50e-3c0ca1a69638?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005876 10.0.0.249 - - [2026-01-29 02:07:58] "POST /neutron/port HTTP/1.1" 200 1121 0.013604 10.0.0.249 - - [2026-01-29 02:07:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006629 10.0.0.249 - - [2026-01-29 02:07:58] "POST /neutron/port HTTP/1.1" 200 1121 0.015543 10.0.0.249 - - [2026-01-29 02:07:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008790 10.0.0.249 - - [2026-01-29 02:07:58] "POST /neutron/port HTTP/1.1" 200 1121 0.010915 10.0.0.249 - - [2026-01-29 02:07:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008962 10.0.0.249 - - [2026-01-29 02:07:58] "GET /virtual-machine/dc47d10d-8e75-4758-8a2f-9e889e7332f2 HTTP/1.1" 200 1292 0.004771 10.0.0.249 - - [2026-01-29 02:07:58] "GET /virtual-machine-interface/cc74c37a-3044-429e-a5e5-bb752dc1e9e0 HTTP/1.1" 200 2942 0.005942 10.0.0.249 - - [2026-01-29 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002695 10.0.0.249 - - [2026-01-29 02:07:58] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003280 10.0.0.249 - - [2026-01-29 02:07:58] "GET /virtual-networks?parent_id=695a2fac-aefd-41e2-aad8-fbad223249f3&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003472 10.0.0.249 - - [2026-01-29 02:07:58] "GET /virtual-network/74970f01-067d-46f3-898f-a4e0173394f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005212 10.0.0.249 - - [2026-01-29 02:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.249 - - [2026-01-29 02:07:59] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004296 10.0.0.249 - - [2026-01-29 02:07:59] "GET /virtual-networks?parent_id=695a2fac-aefd-41e2-aad8-fbad223249f3&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002961 10.0.0.249 - - [2026-01-29 02:07:59] "GET /virtual-network/74970f01-067d-46f3-898f-a4e0173394f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005444 10.0.0.249 - - [2026-01-29 02:08:05] "POST /neutron/router HTTP/1.1" 200 580 0.003864 10.0.0.249 - - [2026-01-29 02:08:05] "GET /projects?obj_uuids=695a2fac-aefd-41e2-aad8-fbad223249f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001580 10.0.0.249 - - [2026-01-29 02:08:05] "POST /neutron/router HTTP/1.1" 200 344 0.210854 10.0.0.249 - - [2026-01-29 02:08:05] "POST /neutron/port HTTP/1.1" 200 1918 0.017871 10.0.0.249 - - [2026-01-29 02:08:05] "POST /ref-update HTTP/1.1" 200 156 0.008525 10.0.0.249 - - [2026-01-29 02:08:11] "POST /neutron/router HTTP/1.1" 200 580 0.003665 10.0.0.249 - - [2026-01-29 02:08:11] "POST /ref-update HTTP/1.1" 200 156 0.011719 10.0.0.249 - - [2026-01-29 02:08:11] "POST /neutron/router HTTP/1.1" 200 344 0.105097 10.0.0.249 - - [2026-01-29 02:08:15] "POST /neutron/router HTTP/1.1" 200 580 0.004843 10.0.0.249 - - [2026-01-29 02:08:15] "GET /projects?obj_uuids=695a2fac-aefd-41e2-aad8-fbad223249f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001917 10.0.0.249 - - [2026-01-29 02:08:15] "POST /neutron/router HTTP/1.1" 200 344 0.189358 10.0.0.249 - - [2026-01-29 02:08:15] "POST /ref-update HTTP/1.1" 200 156 0.012002 10.0.0.249 - - [2026-01-29 02:08:17] "POST /neutron/router HTTP/1.1" 200 580 0.004996 10.0.0.249 - - [2026-01-29 02:08:17] "POST /ref-update HTTP/1.1" 200 156 0.014940 10.0.0.249 - - [2026-01-29 02:08:17] "POST /neutron/router HTTP/1.1" 200 344 0.108556 10.0.0.249 - - [2026-01-29 02:08:17] "POST /neutron/router HTTP/1.1" 200 580 0.004261 10.0.0.249 - - [2026-01-29 02:08:17] "POST /ref-update HTTP/1.1" 200 156 0.013005 10.0.0.249 - - [2026-01-29 02:08:17] "POST /neutron/router HTTP/1.1" 200 344 0.088262 10.0.0.249 - - [2026-01-29 02:08:17] "POST /neutron/router HTTP/1.1" 200 580 0.004579 10.0.0.249 - - [2026-01-29 02:08:17] "POST /neutron/router HTTP/1.1" 200 151 0.037362 10.0.0.249 - - [2026-01-29 02:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004201 10.0.0.249 - - [2026-01-29 02:08:17] "GET /logical-router/3831a125-170e-4182-a799-65abdb5dc0b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003050 10.0.0.249 - - [2026-01-29 02:08:17] "DELETE /route-target/5ada76c0-3186-4025-a48f-1a733c865e2c HTTP/1.1" 200 115 0.016567 10.0.0.249 - - [2026-01-29 02:08:18] "POST /neutron/network HTTP/1.1" 200 823 0.005841 10.0.0.249 - - [2026-01-29 02:08:18] "POST /neutron/network HTTP/1.1" 400 204 0.011417 10.0.0.249 - - [2026-01-29 02:08:18] "POST /neutron/port HTTP/1.1" 200 1121 0.011816 10.0.0.249 - - [2026-01-29 02:08:18] "POST /neutron/port HTTP/1.1" 200 1111 0.010387 10.0.0.249 - - [2026-01-29 02:08:18] "POST /neutron/port HTTP/1.1" 200 151 0.102653 10.0.0.249 - - [2026-01-29 02:08:18] "POST /neutron/port HTTP/1.1" 200 1121 0.013893 10.0.0.249 - - [2026-01-29 02:08:18] "POST /neutron/port HTTP/1.1" 200 1111 0.014049 10.0.0.249 - - [2026-01-29 02:08:18] "POST /neutron/port HTTP/1.1" 200 151 0.111274 10.0.0.249 - - [2026-01-29 02:08:20] "POST /neutron/network HTTP/1.1" 200 823 0.005494 10.0.0.249 - - [2026-01-29 02:08:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.249 - - [2026-01-29 02:08:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003160 10.0.0.249 - - [2026-01-29 02:08:20] "POST /useragent-kv HTTP/1.1" 200 115 0.001722 10.0.0.249 - - [2026-01-29 02:08:20] "POST /neutron/network HTTP/1.1" 200 151 0.075314 10.0.0.249 - - [2026-01-29 02:08:20] "DELETE /route-target/3b08660c-251f-4a7c-a6e2-d1835579d18a HTTP/1.1" 200 115 0.018000 10.0.0.249 - - [2026-01-29 02:08:20] "POST /neutron/network HTTP/1.1" 200 823 0.006150 10.0.0.249 - - [2026-01-29 02:08:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.249 - - [2026-01-29 02:08:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002668 10.0.0.249 - - [2026-01-29 02:08:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002719 10.0.0.249 - - [2026-01-29 02:08:20] "POST /neutron/network HTTP/1.1" 200 151 0.088696 10.0.0.249 - - [2026-01-29 02:08:20] "DELETE /route-target/81985db2-e4f1-45e7-9ba4-10a4ad58651b HTTP/1.1" 200 115 0.029224 10.0.0.249 - - [2026-01-29 02:08:20] "GET /projects?obj_uuids=695a2fac-aefd-41e2-aad8-fbad223249f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001329 10.0.0.249 - - [2026-01-29 02:08:20] "GET /project/695a2fac-aefd-41e2-aad8-fbad223249f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.024189 10.0.0.249 - - [2026-01-29 02:08:20] "GET /projects?obj_uuids=695a2fac-aefd-41e2-aad8-fbad223249f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001321 10.0.0.249 - - [2026-01-29 02:08:20] "GET /project/695a2fac-aefd-41e2-aad8-fbad223249f3?fields=virtual_networks HTTP/1.1" 200 1029 0.072522 10.0.0.249 - - [2026-01-29 02:08:20] "GET /projects?obj_uuids=695a2fac-aefd-41e2-aad8-fbad223249f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001088 10.0.0.249 - - [2026-01-29 02:08:20] "GET /project/695a2fac-aefd-41e2-aad8-fbad223249f3?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.024976 10.0.0.249 - - [2026-01-29 02:08:20] "GET /projects?obj_uuids=695a2fac-aefd-41e2-aad8-fbad223249f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001122 10.0.0.249 - - [2026-01-29 02:08:20] "GET /project/695a2fac-aefd-41e2-aad8-fbad223249f3?fields=security_groups HTTP/1.1" 200 1254 0.029001 10.0.0.249 - - [2026-01-29 02:08:21] "POST /fqname-to-id HTTP/1.1" 404 191 0.029607 10.0.0.249 - - [2026-01-29 02:08:21] "GET /projects?obj_uuids=02586f4f-07c1-474b-ace7-a6903931001f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002400 10.0.0.249 - - [2026-01-29 02:08:21] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001472 10.0.0.249 - - [2026-01-29 02:08:21] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009006 10.0.0.249 - - [2026-01-29 02:08:21] "POST /id-to-fqname HTTP/1.1" 200 193 0.001308 10.0.0.249 - - [2026-01-29 02:08:21] "POST /fqname-to-id HTTP/1.1" 404 202 0.004478 10.0.0.249 - - [2026-01-29 02:08:21] "POST /security-groups HTTP/1.1" 200 594 0.064314 10.0.0.249 - - [2026-01-29 02:08:22] "POST /fqname-to-id HTTP/1.1" 404 237 0.002715 10.0.0.249 - - [2026-01-29 02:08:22] "POST /projects HTTP/1.1" 200 591 0.215775 10.0.0.249 - - [2026-01-29 02:08:22] "POST /access-control-lists HTTP/1.1" 200 601 0.060335 10.0.0.249 - - [2026-01-29 02:08:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.290126 10.0.0.249 - - [2026-01-29 02:08:22] "POST /fqname-to-id HTTP/1.1" 404 236 0.002987 10.0.0.249 - - [2026-01-29 02:08:22] "GET /project/02586f4f-07c1-474b-ace7-a6903931001f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.426814 10.0.0.249 - - [2026-01-29 02:08:22] "POST /access-control-lists HTTP/1.1" 200 599 0.064258 10.0.0.249 - - [2026-01-29 02:08:23] "GET / HTTP/1.1" 200 36215 0.001865 10.0.0.249 - - [2026-01-29 02:08:24] "GET /project/02586f4f-07c1-474b-ace7-a6903931001f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000473 10.0.0.249 - - [2026-01-29 02:08:24] "GET /projects?obj_uuids=02586f4f-07c1-474b-ace7-a6903931001f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001294 10.0.0.249 - - [2026-01-29 02:08:24] "GET /project/02586f4f-07c1-474b-ace7-a6903931001f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.058800 10.0.0.249 - - [2026-01-29 02:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002472 10.0.0.249 - - [2026-01-29 02:08:24] "GET /security-group/d598065a-1366-46e1-9da6-4594a4c0d914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.005927 10.0.0.249 - - [2026-01-29 02:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.249 - - [2026-01-29 02:08:24] "GET /projects?obj_uuids=02586f4f-07c1-474b-ace7-a6903931001f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001395 10.0.0.249 - - [2026-01-29 02:08:24] "GET /project/02586f4f-07c1-474b-ace7-a6903931001f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.026481 10.0.0.249 - - [2026-01-29 02:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.249 - - [2026-01-29 02:08:24] "GET /security-group/d598065a-1366-46e1-9da6-4594a4c0d914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.004224 10.0.0.249 - - [2026-01-29 02:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.249 - - [2026-01-29 02:08:24] "PUT /security-group/d598065a-1366-46e1-9da6-4594a4c0d914 HTTP/1.1" 200 263 0.013637 10.0.0.249 - - [2026-01-29 02:08:24] "PUT /access-control-list/2a32b0c1-b585-470c-b28d-454375807fef HTTP/1.1" 200 273 0.012329 10.0.0.249 - - [2026-01-29 02:08:24] "PUT /access-control-list/d68fbedb-33c7-49f1-8dcf-196a92defcbe HTTP/1.1" 200 273 0.010690 10.0.0.249 - - [2026-01-29 02:08:24] "POST /fqname-to-id HTTP/1.1" 404 202 0.002808 10.0.0.249 - - [2026-01-29 02:08:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.249 - - [2026-01-29 02:08:25] "GET /projects?obj_uuids=02586f4f-07c1-474b-ace7-a6903931001f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002385 10.0.0.249 - - [2026-01-29 02:08:25] "GET /project/02586f4f-07c1-474b-ace7-a6903931001f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.028900 10.0.0.249 - - [2026-01-29 02:08:25] "POST /neutron/network HTTP/1.1" 200 117 0.031230 10.0.0.249 - - [2026-01-29 02:08:25] "GET /projects?obj_uuids=02586f4f-07c1-474b-ace7-a6903931001f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001075 10.0.0.249 - - [2026-01-29 02:08:25] "POST /neutron/network HTTP/1.1" 200 608 0.066918 10.0.0.249 - - [2026-01-29 02:08:25] "POST /route-targets HTTP/1.1" 200 328 0.012061 10.0.0.249 - - [2026-01-29 02:08:25] "POST /ref-update HTTP/1.1" 200 156 0.010279 10.0.0.249 - - [2026-01-29 02:08:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002586 10.0.0.249 - - [2026-01-29 02:08:25] "POST /neutron/subnet HTTP/1.1" 200 730 0.196161 10.0.0.249 - - [2026-01-29 02:08:25] "POST /neutron/network HTTP/1.1" 200 828 0.005589 10.0.0.249 - - [2026-01-29 02:08:25] "POST /id-to-fqname HTTP/1.1" 200 223 0.001441 10.0.0.249 - - [2026-01-29 02:08:25] "GET /virtual-network/f49108d7-3152-42c5-b2bb-ea20b057b618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005162 10.0.0.249 - - [2026-01-29 02:08:25] "POST /neutron/network HTTP/1.1" 200 828 0.005896 10.0.0.249 - - [2026-01-29 02:08:25] "GET /virtual-network/f49108d7-3152-42c5-b2bb-ea20b057b618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005550 10.0.0.249 - - [2026-01-29 02:08:25] "POST /neutron/network HTTP/1.1" 200 828 0.007023 10.0.0.249 - - [2026-01-29 02:08:25] "POST /neutron/subnet HTTP/1.1" 200 730 0.007610 10.0.0.249 - - [2026-01-29 02:08:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.249 - - [2026-01-29 02:08:25] "GET /projects?obj_uuids=02586f4f-07c1-474b-ace7-a6903931001f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001098 10.0.0.249 - - [2026-01-29 02:08:25] "GET /project/02586f4f-07c1-474b-ace7-a6903931001f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.031600 10.0.0.249 - - [2026-01-29 02:08:25] "POST /neutron/network HTTP/1.1" 200 117 0.011915 10.0.0.249 - - [2026-01-29 02:08:25] "GET /projects?obj_uuids=02586f4f-07c1-474b-ace7-a6903931001f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001287 10.0.0.249 - - [2026-01-29 02:08:25] "POST /neutron/network HTTP/1.1" 200 615 0.097610 10.0.0.249 - - [2026-01-29 02:08:25] "POST /route-targets HTTP/1.1" 200 328 0.015127 10.0.0.249 - - [2026-01-29 02:08:25] "POST /ref-update HTTP/1.1" 200 156 0.017034 10.0.0.249 - - [2026-01-29 02:08:26] "POST /useragent-kv HTTP/1.1" 200 115 0.004064 10.0.0.249 - - [2026-01-29 02:08:26] "POST /neutron/subnet HTTP/1.1" 200 720 0.149154 10.0.0.249 - - [2026-01-29 02:08:26] "POST /neutron/network HTTP/1.1" 200 833 0.006228 10.0.0.249 - - [2026-01-29 02:08:26] "POST /id-to-fqname HTTP/1.1" 200 227 0.001657 10.0.0.249 - - [2026-01-29 02:08:26] "GET /virtual-network/9267ded3-e589-4375-9630-9d11366dde57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004701 10.0.0.249 - - [2026-01-29 02:08:26] "POST /neutron/network HTTP/1.1" 200 833 0.005720 10.0.0.249 - - [2026-01-29 02:08:26] "GET /virtual-network/9267ded3-e589-4375-9630-9d11366dde57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005005 10.0.0.249 - - [2026-01-29 02:08:26] "POST /neutron/network HTTP/1.1" 200 833 0.005691 10.0.0.249 - - [2026-01-29 02:08:26] "POST /neutron/subnet HTTP/1.1" 200 720 0.007600 10.0.0.249 - - [2026-01-29 02:08:26] "POST /id-to-fqname HTTP/1.1" 200 223 0.001344 10.0.0.249 - - [2026-01-29 02:08:26] "POST /neutron/network HTTP/1.1" 200 838 0.005063 10.0.0.249 - - [2026-01-29 02:08:26] "GET /aaa-mode HTTP/1.1" 401 293 0.000437 10.0.0.249 - - [2026-01-29 02:08:26] "GET / HTTP/1.1" 200 36215 0.001582 10.0.0.249 - - [2026-01-29 02:08:26] "GET /project/02586f4f-07c1-474b-ace7-a6903931001f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000394 10.0.0.249 - - [2026-01-29 02:08:27] "GET /projects?obj_uuids=02586f4f-07c1-474b-ace7-a6903931001f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001026 10.0.0.249 - - [2026-01-29 02:08:27] "GET /project/02586f4f-07c1-474b-ace7-a6903931001f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.048035 10.0.0.249 - - [2026-01-29 02:08:27] "POST /neutron/network HTTP/1.1" 200 828 0.005182 10.0.0.249 - - [2026-01-29 02:08:27] "POST /neutron/port HTTP/1.1" 200 117 0.006013 10.0.0.249 - - [2026-01-29 02:08:27] "POST /neutron/port HTTP/1.1" 200 117 0.006411 10.0.0.249 - - [2026-01-29 02:08:27] "POST /id-to-fqname HTTP/1.1" 200 227 0.001337 10.0.0.249 - - [2026-01-29 02:08:27] "POST /neutron/port HTTP/1.1" 200 117 0.005994 10.0.0.249 - - [2026-01-29 02:08:27] "POST /neutron/network HTTP/1.1" 200 843 0.005927 10.0.0.249 - - [2026-01-29 02:08:27] "GET /aaa-mode HTTP/1.1" 401 293 0.000467 10.0.0.249 - - [2026-01-29 02:08:27] "POST /neutron/network HTTP/1.1" 200 838 0.005478 10.0.0.249 - - [2026-01-29 02:08:27] "GET /projects?obj_uuids=02586f4f-07c1-474b-ace7-a6903931001f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001397 10.0.0.249 - - [2026-01-29 02:08:27] "GET / HTTP/1.1" 200 36215 0.001637 10.0.0.249 - - [2026-01-29 02:08:27] "GET /project/02586f4f-07c1-474b-ace7-a6903931001f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000474 10.0.0.249 - - [2026-01-29 02:08:27] "POST /neutron/port HTTP/1.1" 200 1064 0.197197 10.0.0.249 - - [2026-01-29 02:08:27] "POST /neutron/port HTTP/1.1" 200 1064 0.012418 10.0.0.249 - - [2026-01-29 02:08:27] "POST /neutron/port HTTP/1.1" 200 1064 0.012684 10.0.0.249 - - [2026-01-29 02:08:28] "POST /neutron/port HTTP/1.1" 200 1118 0.059530 10.0.0.249 - - [2026-01-29 02:08:28] "POST /neutron/port HTTP/1.1" 200 1128 0.011778 10.0.0.249 - - [2026-01-29 02:08:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003250 10.0.0.249 - - [2026-01-29 02:08:28] "POST /neutron/subnet HTTP/1.1" 200 704 0.006470 10.0.0.249 - - [2026-01-29 02:08:28] "POST /neutron/port HTTP/1.1" 200 117 0.001182 10.0.0.249 - - [2026-01-29 02:08:28] "POST /neutron/network HTTP/1.1" 200 828 0.005007 10.0.0.249 - - [2026-01-29 02:08:28] "GET /projects?obj_uuids=02586f4f-07c1-474b-ace7-a6903931001f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001915 10.0.0.249 - - [2026-01-29 02:08:28] "GET /project/02586f4f-07c1-474b-ace7-a6903931001f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.054182 10.0.0.249 - - [2026-01-29 02:08:28] "POST /neutron/network HTTP/1.1" 200 833 0.005428 10.0.0.249 - - [2026-01-29 02:08:28] "POST /neutron/port HTTP/1.1" 200 1128 0.014940 10.0.0.249 - - [2026-01-29 02:08:28] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006269 10.0.0.249 - - [2026-01-29 02:08:28] "POST /neutron/port HTTP/1.1" 200 117 0.005023 10.0.0.249 - - [2026-01-29 02:08:28] "GET /projects?obj_uuids=02586f4f-07c1-474b-ace7-a6903931001f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001123 10.0.0.249 - - [2026-01-29 02:08:28] "POST /neutron/router HTTP/1.1" 200 585 0.053712 10.0.0.249 - - [2026-01-29 02:08:28] "POST /neutron/router HTTP/1.1" 200 585 0.004366 10.0.0.249 - - [2026-01-29 02:08:28] "POST /route-targets HTTP/1.1" 200 328 0.013790 10.0.0.249 - - [2026-01-29 02:08:28] "PUT /logical-router/d868d902-d484-4f37-9826-c5952ceff316 HTTP/1.1" 200 263 0.038793 10.0.0.249 - - [2026-01-29 02:08:28] "POST /neutron/router HTTP/1.1" 200 656 0.050828 10.0.0.249 - - [2026-01-29 02:08:28] "GET /logical-router/d868d902-d484-4f37-9826-c5952ceff316?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1646 0.012487 10.0.0.249 - - [2026-01-29 02:08:28] "POST /neutron/router HTTP/1.1" 200 656 0.004573 10.0.0.249 - - [2026-01-29 02:08:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.007149 10.0.0.249 - - [2026-01-29 02:08:28] "GET /projects?obj_uuids=02586f4f-07c1-474b-ace7-a6903931001f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001699 10.0.0.249 - - [2026-01-29 02:08:28] "GET /service-template/56a272dd-18fb-438e-976a-f67cd2954df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1682 0.006546 10.0.0.249 - - [2026-01-29 02:08:28] "POST /fqname-to-id HTTP/1.1" 404 215 0.002271 10.0.0.249 - - [2026-01-29 02:08:28] "POST /neutron/network HTTP/1.1" 200 843 0.008303 10.0.0.249 - - [2026-01-29 02:08:28] "GET /projects?obj_uuids=02586f4f-07c1-474b-ace7-a6903931001f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001071 10.0.0.249 - - [2026-01-29 02:08:28] "POST /useragent-kv HTTP/1.1" 200 115 0.014691 10.0.0.249 - - [2026-01-29 02:08:28] "POST /virtual-networks HTTP/1.1" 200 696 0.140103 10.0.0.249 - - [2026-01-29 02:08:28] "POST /neutron/router HTTP/1.1" 200 344 0.300667 10.0.0.249 - - [2026-01-29 02:08:28] "POST /route-targets HTTP/1.1" 200 328 0.021248 10.0.0.249 - - [2026-01-29 02:08:28] "POST /ref-update HTTP/1.1" 200 156 0.035117 10.0.0.249 - - [2026-01-29 02:08:29] "POST /neutron/port HTTP/1.1" 200 1128 0.084839 10.0.0.249 - - [2026-01-29 02:08:29] "POST /neutron/security_group HTTP/1.1" 200 2002 0.039091 10.0.0.249 - - [2026-01-29 02:08:29] "POST /ref-update HTTP/1.1" 200 156 0.078277 10.0.0.249 - - [2026-01-29 02:08:29] "POST /service-instances HTTP/1.1" 200 672 0.151288 10.0.0.249 - - [2026-01-29 02:08:29] "POST /route-tables HTTP/1.1" 200 584 0.040515 10.0.0.249 - - [2026-01-29 02:08:29] "POST /neutron/port HTTP/1.1" 200 1062 0.394314 10.0.0.249 - - [2026-01-29 02:08:29] "PUT /logical-router/d868d902-d484-4f37-9826-c5952ceff316 HTTP/1.1" 200 263 0.015853 10.0.0.249 - - [2026-01-29 02:08:29] "POST /neutron/port HTTP/1.1" 200 1062 0.009832 10.0.0.249 - - [2026-01-29 02:08:29] "POST /neutron/port HTTP/1.1" 200 1062 0.017288 10.0.0.249 - - [2026-01-29 02:08:29] "POST /ref-update HTTP/1.1" 200 156 0.021564 10.0.0.249 - - [2026-01-29 02:08:29] "POST /neutron/port HTTP/1.1" 200 1116 0.050634 10.0.0.249 - - [2026-01-29 02:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.249 - - [2026-01-29 02:08:29] "POST /neutron/port HTTP/1.1" 200 1126 0.012497 10.0.0.249 - - [2026-01-29 02:08:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003341 10.0.0.249 - - [2026-01-29 02:08:29] "POST /neutron/subnet HTTP/1.1" 200 694 0.007958 10.0.0.249 - - [2026-01-29 02:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002537 10.0.0.249 - - [2026-01-29 02:08:29] "POST /neutron/port HTTP/1.1" 200 117 0.001098 10.0.0.249 - - [2026-01-29 02:08:29] "POST /neutron/network HTTP/1.1" 200 833 0.005348 10.0.0.249 - - [2026-01-29 02:08:29] "POST /virtual-machines HTTP/1.1" 200 554 0.015201 10.0.0.249 - - [2026-01-29 02:08:29] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.087241 10.0.0.249 - - [2026-01-29 02:08:29] "POST /chown HTTP/1.1" 200 109 0.009254 10.0.0.249 - - [2026-01-29 02:08:29] "POST /instance-ips HTTP/1.1" 200 552 0.021940 10.0.0.249 - - [2026-01-29 02:08:29] "POST /instance-ips HTTP/1.1" 400 246 0.016856 10.0.0.249 - - [2026-01-29 02:08:29] "POST /chown HTTP/1.1" 200 109 0.009179 10.0.0.249 - - [2026-01-29 02:08:29] "PUT /virtual-machine-interface/1e5f5ceb-32f0-472b-b912-809d3d201e43 HTTP/1.1" 200 285 0.009180 10.0.0.249 - - [2026-01-29 02:08:30] "PUT /instance-ip/21a2e339-5510-4f53-953d-2e5319797b89 HTTP/1.1" 200 257 0.013497 10.0.0.249 - - [2026-01-29 02:08:30] "POST /ref-update HTTP/1.1" 200 156 0.012262 10.0.0.249 - - [2026-01-29 02:08:30] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.079277 10.0.0.249 - - [2026-01-29 02:08:30] "POST /chown HTTP/1.1" 200 109 0.007453 10.0.0.249 - - [2026-01-29 02:08:30] "POST /instance-ips HTTP/1.1" 200 550 0.031947 10.0.0.249 - - [2026-01-29 02:08:30] "POST /instance-ips HTTP/1.1" 400 316 0.019971 10.0.0.249 - - [2026-01-29 02:08:30] "POST /chown HTTP/1.1" 200 109 0.008334 10.0.0.249 - - [2026-01-29 02:08:30] "PUT /virtual-machine-interface/9ce3fb0e-15d5-4674-a4d1-436816fb29d7 HTTP/1.1" 200 285 0.010659 10.0.0.249 - - [2026-01-29 02:08:30] "PUT /instance-ip/6ac3fc7a-e2d0-4020-9905-d02819efa490 HTTP/1.1" 200 257 0.011406 10.0.0.249 - - [2026-01-29 02:08:30] "POST /ref-update HTTP/1.1" 200 156 0.011495 10.0.0.249 - - [2026-01-29 02:08:30] "POST /ref-update HTTP/1.1" 200 156 0.010724 10.0.0.249 - - [2026-01-29 02:08:30] "PUT /routing-instance/dd6b1696-fe97-4af1-886b-a95b5290a736 HTTP/1.1" 200 267 0.012122 10.0.0.249 - - [2026-01-29 02:08:30] "POST /ref-update HTTP/1.1" 200 156 0.008728 10.0.0.249 - - [2026-01-29 02:08:30] "POST /virtual-machines HTTP/1.1" 200 554 0.012736 10.0.0.249 - - [2026-01-29 02:08:30] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.120932 10.0.0.249 - - [2026-01-29 02:08:30] "POST /chown HTTP/1.1" 200 109 0.007816 10.0.0.249 - - [2026-01-29 02:08:31] "POST /instance-ips HTTP/1.1" 400 246 0.021008 10.0.0.249 - - [2026-01-29 02:08:31] "POST /chown HTTP/1.1" 200 109 0.009586 10.0.0.249 - - [2026-01-29 02:08:31] "PUT /virtual-machine-interface/e5a35452-c8bd-4a58-a99c-769d682003df HTTP/1.1" 200 285 0.013123 10.0.0.249 - - [2026-01-29 02:08:31] "PUT /instance-ip/21a2e339-5510-4f53-953d-2e5319797b89 HTTP/1.1" 200 257 0.013325 10.0.0.249 - - [2026-01-29 02:08:31] "POST /ref-update HTTP/1.1" 200 156 0.010904 10.0.0.249 - - [2026-01-29 02:08:31] "POST /ref-update HTTP/1.1" 200 156 0.011651 10.0.0.249 - - [2026-01-29 02:08:31] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.097699 10.0.0.249 - - [2026-01-29 02:08:31] "POST /chown HTTP/1.1" 200 109 0.007957 10.0.0.249 - - [2026-01-29 02:08:31] "POST /instance-ips HTTP/1.1" 400 316 0.021190 10.0.0.249 - - [2026-01-29 02:08:31] "POST /chown HTTP/1.1" 200 109 0.009369 10.0.0.249 - - [2026-01-29 02:08:31] "PUT /virtual-machine-interface/53441673-e307-43af-912e-ef1aa691e239 HTTP/1.1" 200 285 0.011026 10.0.0.249 - - [2026-01-29 02:08:31] "PUT /instance-ip/6ac3fc7a-e2d0-4020-9905-d02819efa490 HTTP/1.1" 200 257 0.014944 10.0.0.249 - - [2026-01-29 02:08:31] "POST /ref-update HTTP/1.1" 200 156 0.011918 10.0.0.249 - - [2026-01-29 02:08:31] "POST /ref-update HTTP/1.1" 200 156 0.010699 10.0.0.249 - - [2026-01-29 02:08:34] "POST /neutron/port HTTP/1.1" 200 1128 0.013695 10.0.0.249 - - [2026-01-29 02:08:34] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006571 10.0.0.249 - - [2026-01-29 02:08:34] "POST /neutron/port HTTP/1.1" 200 1128 0.015061 10.0.0.249 - - [2026-01-29 02:08:34] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006167 10.0.0.249 - - [2026-01-29 02:08:34] "POST /neutron/port HTTP/1.1" 200 1128 0.013849 10.0.0.249 - - [2026-01-29 02:08:34] "POST /neutron/security_group HTTP/1.1" 200 2002 0.022844 10.0.0.249 - - [2026-01-29 02:08:34] "GET /virtual-machine/c6ac59fc-b8fe-4bf8-86ed-3e5904a3586d HTTP/1.1" 401 293 0.000663 10.0.0.249 - - [2026-01-29 02:08:34] "GET /virtual-machine/c6ac59fc-b8fe-4bf8-86ed-3e5904a3586d HTTP/1.1" 200 1297 0.030719 10.0.0.249 - - [2026-01-29 02:08:34] "GET /virtual-machine-interface/e11cab44-b5ec-4bca-9b78-9103c22c71e2 HTTP/1.1" 200 2964 0.005028 10.0.0.249 - - [2026-01-29 02:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.249 - - [2026-01-29 02:08:34] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003324 10.0.0.249 - - [2026-01-29 02:08:34] "GET /virtual-networks?parent_id=02586f4f-07c1-474b-ace7-a6903931001f&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002862 10.0.0.249 - - [2026-01-29 02:08:34] "GET /virtual-network/f49108d7-3152-42c5-b2bb-ea20b057b618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006809 10.0.0.249 - - [2026-01-29 02:08:36] "DELETE /project/695a2facaefd41e2aad8fbad223249f3 HTTP/1.1" 404 173 0.010050 10.0.0.249 - - [2026-01-29 02:08:36] "DELETE /project/02586f4f07c1474bace7a6903931001f HTTP/1.1" 404 173 0.009248 10.0.0.249 - - [2026-01-29 02:08:36] "GET /projects?obj_uuids=695a2fac-aefd-41e2-aad8-fbad223249f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001335 10.0.0.249 - - [2026-01-29 02:08:36] "GET /projects?obj_uuids=9de5fa53-8a5f-4e1d-ace6-1569a4d0aa46&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001155 10.0.0.249 - - [2026-01-29 02:08:36] "GET /project/9de5fa53-8a5f-4e1d-ace6-1569a4d0aa46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.034262 10.0.0.249 - - [2026-01-29 02:08:36] "GET /project/695a2fac-aefd-41e2-aad8-fbad223249f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.041249 10.0.0.249 - - [2026-01-29 02:08:36] "GET /projects?obj_uuids=9de5fa53-8a5f-4e1d-ace6-1569a4d0aa46&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001072 10.0.0.249 - - [2026-01-29 02:08:36] "GET /projects?obj_uuids=695a2fac-aefd-41e2-aad8-fbad223249f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000885 10.0.0.249 - - [2026-01-29 02:08:36] "GET /project/9de5fa53-8a5f-4e1d-ace6-1569a4d0aa46?fields=security_groups HTTP/1.1" 200 1351 0.050790 10.0.0.249 - - [2026-01-29 02:08:36] "GET /project/695a2fac-aefd-41e2-aad8-fbad223249f3?fields=security_groups HTTP/1.1" 200 1356 0.057348 10.0.0.249 - - [2026-01-29 02:08:36] "DELETE /security-group/0f70448e-c32b-482e-9e97-562e57ef33bc HTTP/1.1" 200 115 0.063588 10.0.0.249 - - [2026-01-29 02:08:36] "GET /projects?obj_uuids=9de5fa53-8a5f-4e1d-ace6-1569a4d0aa46&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.004934 10.0.0.249 - - [2026-01-29 02:08:36] "DELETE /access-control-list/bff40d63-b6f0-4462-bf12-61ed37c76ac1 HTTP/1.1" 200 115 0.065899 10.0.0.249 - - [2026-01-29 02:08:36] "DELETE /security-group/673d72b2-74fe-433b-8393-2b6a1c16fcc5 HTTP/1.1" 200 115 0.096114 10.0.0.249 - - [2026-01-29 02:08:36] "GET /project/9de5fa53-8a5f-4e1d-ace6-1569a4d0aa46?fields=application_policy_sets HTTP/1.1" 200 1390 0.065842 10.0.0.249 - - [2026-01-29 02:08:36] "GET /projects?obj_uuids=695a2fac-aefd-41e2-aad8-fbad223249f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001102 10.0.0.249 - - [2026-01-29 02:08:36] "DELETE /access-control-list/7694d974-89d5-418d-99a1-65d9427e2cb2 HTTP/1.1" 200 115 0.057784 10.0.0.249 - - [2026-01-29 02:08:36] "GET /project/695a2fac-aefd-41e2-aad8-fbad223249f3?fields=application_policy_sets HTTP/1.1" 200 1395 0.054693 10.0.0.249 - - [2026-01-29 02:08:36] "DELETE /access-control-list/6496ff86-c9c4-4530-8323-2e8d68879010 HTTP/1.1" 200 115 0.056599 10.0.0.249 - - [2026-01-29 02:08:36] "DELETE /access-control-list/eb948652-6d27-45cc-bef3-9a1aff455d69 HTTP/1.1" 200 115 0.062412 10.0.0.249 - - [2026-01-29 02:08:36] "DELETE /project/9de5fa53-8a5f-4e1d-ace6-1569a4d0aa46 HTTP/1.1" 200 115 0.486326 10.0.0.249 - - [2026-01-29 02:08:36] "DELETE /project/695a2fac-aefd-41e2-aad8-fbad223249f3 HTTP/1.1" 200 115 0.509076 10.0.0.249 - - [2026-01-29 02:08:36] "POST /neutron/port HTTP/1.1" 200 1128 0.012066 10.0.0.249 - - [2026-01-29 02:08:36] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005646 10.0.0.249 - - [2026-01-29 02:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.249 - - [2026-01-29 02:08:38] "GET /virtual-network/f49108d7-3152-42c5-b2bb-ea20b057b618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005159 10.0.0.249 - - [2026-01-29 02:08:38] "POST /neutron/port HTTP/1.1" 200 1126 0.013672 10.0.0.249 - - [2026-01-29 02:08:38] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005530 10.0.0.249 - - [2026-01-29 02:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.249 - - [2026-01-29 02:08:40] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002997 10.0.0.249 - - [2026-01-29 02:08:40] "GET /virtual-networks?parent_id=02586f4f-07c1-474b-ace7-a6903931001f&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.004098 10.0.0.249 - - [2026-01-29 02:08:40] "GET /virtual-network/f49108d7-3152-42c5-b2bb-ea20b057b618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005338 10.0.0.249 - - [2026-01-29 02:08:40] "POST /neutron/port HTTP/1.1" 200 1126 0.012878 10.0.0.249 - - [2026-01-29 02:08:40] "POST /neutron/security_group HTTP/1.1" 200 2002 0.014982 10.0.0.249 - - [2026-01-29 02:08:40] "POST /neutron/port HTTP/1.1" 200 1126 0.011689 10.0.0.249 - - [2026-01-29 02:08:40] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006217 10.0.0.249 - - [2026-01-29 02:08:40] "POST /neutron/port HTTP/1.1" 200 1126 0.012355 10.0.0.249 - - [2026-01-29 02:08:40] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006095 10.0.0.249 - - [2026-01-29 02:08:40] "GET /virtual-machine/2cb24486-446c-43d6-a5b9-4073f2747d0f HTTP/1.1" 200 1297 0.004424 10.0.0.249 - - [2026-01-29 02:08:40] "GET /virtual-machine-interface/550996d5-363f-4cc5-915d-5b17374b3ba4 HTTP/1.1" 200 2975 0.005414 10.0.0.249 - - [2026-01-29 02:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.249 - - [2026-01-29 02:08:40] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003366 10.0.0.249 - - [2026-01-29 02:08:40] "GET /virtual-networks?parent_id=02586f4f-07c1-474b-ace7-a6903931001f&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002929 10.0.0.249 - - [2026-01-29 02:08:40] "GET /virtual-network/9267ded3-e589-4375-9630-9d11366dde57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006064 10.0.0.249 - - [2026-01-29 02:08:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.249 - - [2026-01-29 02:08:41] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003045 10.0.0.249 - - [2026-01-29 02:08:41] "GET /virtual-networks?parent_id=02586f4f-07c1-474b-ace7-a6903931001f&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003130 10.0.0.249 - - [2026-01-29 02:08:42] "GET /virtual-network/9267ded3-e589-4375-9630-9d11366dde57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005112 10.0.0.249 - - [2026-01-29 02:08:42] "GET /obj-perms HTTP/1.1" 200 5075 0.055601 10.0.0.249 - - [2026-01-29 02:08:43] "GET /obj-perms HTTP/1.1" 200 5075 0.055740 10.0.0.249 - - [2026-01-29 02:08:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002741 10.0.0.249 - - [2026-01-29 02:08:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002375 10.0.0.249 - - [2026-01-29 02:08:43] "POST /chown HTTP/1.1" 200 109 0.007167 10.0.0.249 - - [2026-01-29 02:08:43] "POST /instance-ips HTTP/1.1" 400 246 0.017406 10.0.0.249 - - [2026-01-29 02:08:43] "POST /chown HTTP/1.1" 200 109 0.008019 10.0.0.249 - - [2026-01-29 02:08:43] "POST /chown HTTP/1.1" 200 109 0.006898 10.0.0.249 - - [2026-01-29 02:08:43] "POST /instance-ips HTTP/1.1" 400 316 0.017083 10.0.0.249 - - [2026-01-29 02:08:43] "POST /chown HTTP/1.1" 200 109 0.008268 10.0.0.249 - - [2026-01-29 02:08:43] "POST /chown HTTP/1.1" 200 109 0.008489 10.0.0.249 - - [2026-01-29 02:08:43] "POST /instance-ips HTTP/1.1" 400 246 0.014491 10.0.0.249 - - [2026-01-29 02:08:43] "POST /chown HTTP/1.1" 200 109 0.008061 10.0.0.249 - - [2026-01-29 02:08:43] "POST /chown HTTP/1.1" 200 109 0.009842 10.0.0.249 - - [2026-01-29 02:08:43] "POST /instance-ips HTTP/1.1" 400 316 0.015660 10.0.0.249 - - [2026-01-29 02:08:43] "POST /chown HTTP/1.1" 200 109 0.008651 10.0.0.249 - - [2026-01-29 02:08:45] "POST /neutron/router HTTP/1.1" 200 656 0.004114 10.0.0.249 - - [2026-01-29 02:08:46] "POST /ref-update HTTP/1.1" 200 156 0.010326 10.0.0.249 - - [2026-01-29 02:08:46] "POST /neutron/router HTTP/1.1" 200 344 0.088767 10.0.0.249 - - [2026-01-29 02:08:46] "POST /neutron/router HTTP/1.1" 200 656 0.004833 10.0.0.249 - - [2026-01-29 02:08:46] "GET /logical-router/d868d902-d484-4f37-9826-c5952ceff316?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1978 0.003538 10.0.0.249 - - [2026-01-29 02:08:46] "GET /service-instance/4d724a88-0eb3-48a6-ae80-c401d63dde51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2318 0.003389 10.0.0.249 - - [2026-01-29 02:08:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.249 - - [2026-01-29 02:08:46] "POST /neutron/router HTTP/1.1" 200 151 0.049003 10.0.0.249 - - [2026-01-29 02:08:46] "DELETE /route-target/f3becb7a-721b-4553-8f50-405a0aaf8085 HTTP/1.1" 409 240 0.003824 10.0.0.249 - - [2026-01-29 02:08:46] "PUT /logical-router/d868d902-d484-4f37-9826-c5952ceff316 HTTP/1.1" 404 171 0.003748 10.0.0.249 - - [2026-01-29 02:08:46] "POST /ref-update HTTP/1.1" 200 156 0.010441 10.0.0.249 - - [2026-01-29 02:08:46] "DELETE /route-table/97a80b43-1a6d-43c5-aed9-532fc2a0e1df HTTP/1.1" 200 115 0.026044 10.0.0.249 - - [2026-01-29 02:08:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002566 10.0.0.249 - - [2026-01-29 02:08:46] "PUT /routing-instance/dd6b1696-fe97-4af1-886b-a95b5290a736 HTTP/1.1" 200 267 0.009845 10.0.0.249 - - [2026-01-29 02:08:46] "GET /virtual-network/1160cb8e-b4e0-4458-9cfc-126dc2745bf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.006640 10.0.0.249 - - [2026-01-29 02:08:46] "POST /neutron/network HTTP/1.1" 200 833 0.010562 10.0.0.249 - - [2026-01-29 02:08:46] "POST /ref-update HTTP/1.1" 200 156 0.006950 10.0.0.249 - - [2026-01-29 02:08:46] "POST /neutron/network HTTP/1.1" 400 204 0.035120 10.0.0.249 - - [2026-01-29 02:08:46] "POST /ref-update HTTP/1.1" 200 156 0.010974 10.0.0.249 - - [2026-01-29 02:08:46] "DELETE /instance-ip/6ac3fc7a-e2d0-4020-9905-d02819efa490 HTTP/1.1" 200 115 0.035847 10.0.0.249 - - [2026-01-29 02:08:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003631 10.0.0.249 - - [2026-01-29 02:08:46] "POST /useragent-kv HTTP/1.1" 200 115 0.004479 10.0.0.249 - - [2026-01-29 02:08:46] "DELETE /virtual-network/1160cb8e-b4e0-4458-9cfc-126dc2745bf9 HTTP/1.1" 200 115 0.136111 10.0.0.249 - - [2026-01-29 02:08:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004659 10.0.0.249 - - [2026-01-29 02:08:46] "DELETE /route-target/694126c5-2d37-47a9-893e-cf2871981b6c HTTP/1.1" 200 115 0.031560 10.0.0.249 - - [2026-01-29 02:08:46] "DELETE /service-instance/4d724a88-0eb3-48a6-ae80-c401d63dde51 HTTP/1.1" 200 115 0.052512 10.0.0.249 - - [2026-01-29 02:08:46] "GET /logical-router/d868d902-d484-4f37-9826-c5952ceff316?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003454 10.0.0.249 - - [2026-01-29 02:08:46] "POST /neutron/port HTTP/1.1" 200 1126 0.017384 10.0.0.249 - - [2026-01-29 02:08:46] "GET /service-instance/4d724a88-0eb3-48a6-ae80-c401d63dde51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003117 10.0.0.249 - - [2026-01-29 02:08:46] "POST /neutron/port HTTP/1.1" 200 1116 0.015043 10.0.0.249 - - [2026-01-29 02:08:46] "GET /virtual-machine-interface/e5a35452-c8bd-4a58-a99c-769d682003df?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1657 0.005152 10.0.0.249 - - [2026-01-29 02:08:46] "POST /neutron/port HTTP/1.1" 200 1128 0.022828 10.0.0.249 - - [2026-01-29 02:08:46] "POST /ref-update HTTP/1.1" 200 156 0.014629 10.0.0.249 - - [2026-01-29 02:08:46] "POST /neutron/port HTTP/1.1" 200 1118 0.010112 10.0.0.249 - - [2026-01-29 02:08:46] "POST /neutron/port HTTP/1.1" 200 151 0.160345 10.0.0.249 - - [2026-01-29 02:08:46] "GET /instance-ip/21a2e339-5510-4f53-953d-2e5319797b89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.004258 10.0.0.249 - - [2026-01-29 02:08:47] "POST /neutron/port HTTP/1.1" 200 151 0.115196 10.0.0.249 - - [2026-01-29 02:08:47] "DELETE /virtual-machine-interface/e5a35452-c8bd-4a58-a99c-769d682003df HTTP/1.1" 200 115 0.048279 10.0.0.249 - - [2026-01-29 02:08:47] "GET /virtual-machine-interface/53441673-e307-43af-912e-ef1aa691e239?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1335 0.005318 10.0.0.249 - - [2026-01-29 02:08:47] "DELETE /virtual-machine-interface/53441673-e307-43af-912e-ef1aa691e239 HTTP/1.1" 200 115 0.026372 10.0.0.249 - - [2026-01-29 02:08:47] "DELETE /virtual-machine/ea50cdc9-c7aa-4e24-b09a-c9e55496d30e HTTP/1.1" 200 115 0.016933 10.0.0.249 - - [2026-01-29 02:08:47] "GET /virtual-machine-interface/9ce3fb0e-15d5-4674-a4d1-436816fb29d7?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1336 0.008947 10.0.0.249 - - [2026-01-29 02:08:47] "DELETE /virtual-machine-interface/9ce3fb0e-15d5-4674-a4d1-436816fb29d7 HTTP/1.1" 200 115 0.024318 10.0.0.249 - - [2026-01-29 02:08:47] "GET /virtual-machine-interface/1e5f5ceb-32f0-472b-b912-809d3d201e43?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1656 0.006807 10.0.0.249 - - [2026-01-29 02:08:47] "POST /ref-update HTTP/1.1" 200 156 0.011719 10.0.0.249 - - [2026-01-29 02:08:47] "GET /instance-ip/21a2e339-5510-4f53-953d-2e5319797b89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1696 0.005324 10.0.0.249 - - [2026-01-29 02:08:47] "DELETE /instance-ip/21a2e339-5510-4f53-953d-2e5319797b89 HTTP/1.1" 200 115 0.025104 10.0.0.249 - - [2026-01-29 02:08:47] "DELETE /virtual-machine-interface/1e5f5ceb-32f0-472b-b912-809d3d201e43 HTTP/1.1" 200 115 0.028906 10.0.0.249 - - [2026-01-29 02:08:47] "POST /ref-update HTTP/1.1" 200 156 0.008312 10.0.0.249 - - [2026-01-29 02:08:47] "DELETE /virtual-machine/35b91ee6-e801-45c3-a295-a21fc2447b37 HTTP/1.1" 200 115 0.017284 10.0.0.249 - - [2026-01-29 02:08:48] "POST /neutron/network HTTP/1.1" 200 833 0.006835 10.0.0.249 - - [2026-01-29 02:08:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002151 10.0.0.249 - - [2026-01-29 02:08:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.249 - - [2026-01-29 02:08:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001769 10.0.0.249 - - [2026-01-29 02:08:48] "POST /neutron/network HTTP/1.1" 200 151 0.075695 10.0.0.249 - - [2026-01-29 02:08:48] "DELETE /route-target/eed1e226-39ee-41b1-b1d8-ab7ab1eec757 HTTP/1.1" 200 115 0.018325 10.0.0.249 - - [2026-01-29 02:08:48] "POST /neutron/network HTTP/1.1" 200 828 0.005638 10.0.0.249 - - [2026-01-29 02:08:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003407 10.0.0.249 - - [2026-01-29 02:08:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.249 - - [2026-01-29 02:08:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001536 10.0.0.249 - - [2026-01-29 02:08:48] "POST /neutron/network HTTP/1.1" 200 151 0.072842 10.0.0.249 - - [2026-01-29 02:08:48] "DELETE /route-target/afcf2b5a-2dfe-4b37-9237-1a2aea611665 HTTP/1.1" 200 115 0.015485 10.0.0.249 - - [2026-01-29 02:08:48] "GET /projects?obj_uuids=02586f4f-07c1-474b-ace7-a6903931001f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001503 10.0.0.249 - - [2026-01-29 02:08:48] "GET /project/02586f4f-07c1-474b-ace7-a6903931001f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.028739 10.0.0.249 - - [2026-01-29 02:08:48] "GET /projects?obj_uuids=02586f4f-07c1-474b-ace7-a6903931001f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001108 10.0.0.249 - - [2026-01-29 02:08:48] "GET /project/02586f4f-07c1-474b-ace7-a6903931001f?fields=virtual_networks HTTP/1.1" 200 1038 0.066344 10.0.0.249 - - [2026-01-29 02:08:48] "GET /projects?obj_uuids=02586f4f-07c1-474b-ace7-a6903931001f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001406 10.0.0.249 - - [2026-01-29 02:08:49] "GET /project/02586f4f-07c1-474b-ace7-a6903931001f?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.025350 10.0.0.249 - - [2026-01-29 02:08:49] "GET /projects?obj_uuids=02586f4f-07c1-474b-ace7-a6903931001f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001419 10.0.0.249 - - [2026-01-29 02:08:49] "GET /project/02586f4f-07c1-474b-ace7-a6903931001f?fields=security_groups HTTP/1.1" 200 1268 0.024885 10.0.0.249 - - [2026-01-29 02:08:49] "POST /fqname-to-id HTTP/1.1" 404 196 0.025341 10.0.0.249 - - [2026-01-29 02:08:49] "GET /projects?obj_uuids=d26dde82-fab5-430e-b8b9-821741307b33&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002286 10.0.0.249 - - [2026-01-29 02:08:49] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001240 10.0.0.249 - - [2026-01-29 02:08:49] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008547 10.0.0.249 - - [2026-01-29 02:08:50] "POST /id-to-fqname HTTP/1.1" 200 198 0.001265 10.0.0.249 - - [2026-01-29 02:08:50] "POST /fqname-to-id HTTP/1.1" 404 207 0.002065 10.0.0.249 - - [2026-01-29 02:08:50] "POST /security-groups HTTP/1.1" 200 599 0.060388 10.0.0.249 - - [2026-01-29 02:08:50] "POST /fqname-to-id HTTP/1.1" 404 242 0.002329 10.0.0.249 - - [2026-01-29 02:08:50] "POST /projects HTTP/1.1" 200 601 0.199852 10.0.0.249 - - [2026-01-29 02:08:50] "POST /access-control-lists HTTP/1.1" 200 606 0.055802 10.0.0.249 - - [2026-01-29 02:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.273913 10.0.0.249 - - [2026-01-29 02:08:50] "POST /fqname-to-id HTTP/1.1" 404 241 0.002571 10.0.0.249 - - [2026-01-29 02:08:50] "GET /project/d26dde82-fab5-430e-b8b9-821741307b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.394588 10.0.0.249 - - [2026-01-29 02:08:50] "POST /access-control-lists HTTP/1.1" 200 604 0.056626 10.0.0.249 - - [2026-01-29 02:08:51] "GET / HTTP/1.1" 200 36215 0.001896 10.0.0.249 - - [2026-01-29 02:08:52] "POST /fqname-to-id HTTP/1.1" 401 293 0.000468 10.0.0.249 - - [2026-01-29 02:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.049588 10.0.0.249 - - [2026-01-29 02:08:52] "GET /projects?obj_uuids=d26dde82-fab5-430e-b8b9-821741307b33&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000904 10.0.0.249 - - [2026-01-29 02:08:52] "GET /project/d26dde82-fab5-430e-b8b9-821741307b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.019216 10.0.0.249 - - [2026-01-29 02:08:52] "POST /neutron/network HTTP/1.1" 200 117 0.029129 10.0.0.249 - - [2026-01-29 02:08:52] "GET /projects?obj_uuids=d26dde82-fab5-430e-b8b9-821741307b33&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001266 10.0.0.249 - - [2026-01-29 02:08:52] "POST /neutron/network HTTP/1.1" 200 613 0.058818 10.0.0.249 - - [2026-01-29 02:08:52] "POST /route-targets HTTP/1.1" 200 328 0.008617 10.0.0.249 - - [2026-01-29 02:08:52] "POST /ref-update HTTP/1.1" 200 156 0.008619 10.0.0.249 - - [2026-01-29 02:08:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003181 10.0.0.249 - - [2026-01-29 02:08:52] "POST /neutron/subnet HTTP/1.1" 200 729 0.185152 10.0.0.249 - - [2026-01-29 02:08:52] "POST /fqname-to-id HTTP/1.1" 401 293 0.000369 10.0.0.249 - - [2026-01-29 02:08:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002539 10.0.0.249 - - [2026-01-29 02:08:52] "POST /neutron/subnet HTTP/1.1" 200 828 0.172735 10.0.0.249 - - [2026-01-29 02:08:52] "POST /neutron/network HTTP/1.1" 200 1007 0.006875 10.0.0.249 - - [2026-01-29 02:08:52] "POST /id-to-fqname HTTP/1.1" 200 228 0.001099 10.0.0.249 - - [2026-01-29 02:08:52] "GET /virtual-network/280f6b76-1cd0-4e89-88ba-df2089c0b182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.004223 10.0.0.249 - - [2026-01-29 02:08:53] "POST /neutron/network HTTP/1.1" 200 1007 0.006589 10.0.0.249 - - [2026-01-29 02:08:53] "GET /virtual-network/280f6b76-1cd0-4e89-88ba-df2089c0b182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006151 10.0.0.249 - - [2026-01-29 02:08:53] "POST /neutron/network HTTP/1.1" 200 1007 0.007287 10.0.0.249 - - [2026-01-29 02:08:53] "POST /neutron/subnet HTTP/1.1" 200 729 0.006584 10.0.0.249 - - [2026-01-29 02:08:53] "POST /neutron/subnet HTTP/1.1" 200 828 0.006064 10.0.0.249 - - [2026-01-29 02:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002035 10.0.0.249 - - [2026-01-29 02:08:53] "GET /projects?obj_uuids=d26dde82-fab5-430e-b8b9-821741307b33&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001279 10.0.0.249 - - [2026-01-29 02:08:53] "GET /project/d26dde82-fab5-430e-b8b9-821741307b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.025996 10.0.0.249 - - [2026-01-29 02:08:53] "POST /neutron/network HTTP/1.1" 200 117 0.011458 10.0.0.249 - - [2026-01-29 02:08:53] "GET /projects?obj_uuids=d26dde82-fab5-430e-b8b9-821741307b33&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001025 10.0.0.249 - - [2026-01-29 02:08:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.035501 10.0.0.249 - - [2026-01-29 02:08:53] "POST /neutron/network HTTP/1.1" 200 613 0.059146 10.0.0.249 - - [2026-01-29 02:08:53] "POST /route-targets HTTP/1.1" 200 328 0.015852 10.0.0.249 - - [2026-01-29 02:08:53] "POST /ref-update HTTP/1.1" 200 156 0.008811 10.0.0.249 - - [2026-01-29 02:08:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003111 10.0.0.249 - - [2026-01-29 02:08:53] "POST /neutron/subnet HTTP/1.1" 200 720 0.190274 10.0.0.249 - - [2026-01-29 02:08:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.009680 10.0.0.249 - - [2026-01-29 02:08:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003603 10.0.0.249 - - [2026-01-29 02:08:53] "POST /neutron/subnet HTTP/1.1" 200 828 0.224504 10.0.0.249 - - [2026-01-29 02:08:53] "POST /neutron/network HTTP/1.1" 200 1005 0.006600 10.0.0.249 - - [2026-01-29 02:08:53] "POST /id-to-fqname HTTP/1.1" 200 228 0.001087 10.0.0.249 - - [2026-01-29 02:08:53] "GET /virtual-network/ea722886-4b7c-4d7c-993e-ca8d317a3e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.011515 10.0.0.249 - - [2026-01-29 02:08:53] "POST /neutron/network HTTP/1.1" 200 1005 0.008436 10.0.0.249 - - [2026-01-29 02:08:53] "GET /virtual-network/ea722886-4b7c-4d7c-993e-ca8d317a3e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.008160 10.0.0.249 - - [2026-01-29 02:08:53] "POST /neutron/network HTTP/1.1" 200 1005 0.008197 10.0.0.249 - - [2026-01-29 02:08:53] "POST /neutron/subnet HTTP/1.1" 200 720 0.006337 10.0.0.249 - - [2026-01-29 02:08:53] "POST /neutron/subnet HTTP/1.1" 200 828 0.006854 10.0.0.249 - - [2026-01-29 02:08:53] "POST /fqname-to-id HTTP/1.1" 404 234 0.002056 10.0.0.249 - - [2026-01-29 02:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002061 10.0.0.249 - - [2026-01-29 02:08:54] "GET /projects?obj_uuids=d26dde82-fab5-430e-b8b9-821741307b33&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001040 10.0.0.249 - - [2026-01-29 02:08:54] "GET /project/d26dde82-fab5-430e-b8b9-821741307b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.027945 10.0.0.249 - - [2026-01-29 02:08:54] "POST /network-policys HTTP/1.1" 200 579 0.060637 10.0.0.249 - - [2026-01-29 02:08:54] "GET /network-policy/f27162d2-55e9-4c8d-b97a-0df559cd92b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.005080 10.0.0.249 - - [2026-01-29 02:08:54] "POST /neutron/network HTTP/1.1" 200 1007 0.006512 10.0.0.249 - - [2026-01-29 02:08:54] "POST /fqname-to-id HTTP/1.1" 404 242 0.003649 10.0.0.249 - - [2026-01-29 02:08:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.002116 10.0.0.249 - - [2026-01-29 02:08:54] "POST /neutron/network HTTP/1.1" 200 1115 0.036540 10.0.0.249 - - [2026-01-29 02:08:54] "POST /access-control-lists HTTP/1.1" 200 598 0.065264 10.0.0.249 - - [2026-01-29 02:08:54] "POST /neutron/network HTTP/1.1" 200 1115 0.046882 10.0.0.249 - - [2026-01-29 02:08:54] "GET /virtual-network/280f6b76-1cd0-4e89-88ba-df2089c0b182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.004387 10.0.0.249 - - [2026-01-29 02:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002341 10.0.0.249 - - [2026-01-29 02:08:54] "GET /network-policy/f27162d2-55e9-4c8d-b97a-0df559cd92b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.004299 10.0.0.249 - - [2026-01-29 02:08:54] "POST /neutron/network HTTP/1.1" 200 1005 0.007112 10.0.0.249 - - [2026-01-29 02:08:54] "POST /fqname-to-id HTTP/1.1" 404 242 0.005394 10.0.0.249 - - [2026-01-29 02:08:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.002306 10.0.0.249 - - [2026-01-29 02:08:54] "POST /neutron/network HTTP/1.1" 200 1113 0.043063 10.0.0.249 - - [2026-01-29 02:08:54] "POST /access-control-lists HTTP/1.1" 200 598 0.064787 10.0.0.249 - - [2026-01-29 02:08:54] "POST /neutron/network HTTP/1.1" 200 1113 0.047596 10.0.0.249 - - [2026-01-29 02:08:54] "GET /virtual-network/ea722886-4b7c-4d7c-993e-ca8d317a3e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.005063 10.0.0.249 - - [2026-01-29 02:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002366 10.0.0.249 - - [2026-01-29 02:08:54] "POST /ref-update HTTP/1.1" 200 156 0.009418 10.0.0.249 - - [2026-01-29 02:08:54] "GET /network-policy/f27162d2-55e9-4c8d-b97a-0df559cd92b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.003414 10.0.0.249 - - [2026-01-29 02:08:54] "GET /domains HTTP/1.1" 401 293 0.000431 10.0.0.249 - - [2026-01-29 02:08:54] "PUT /access-control-list/7316ed68-5a71-4d19-870f-cb3912f89848 HTTP/1.1" 200 273 0.058882 10.0.0.249 - - [2026-01-29 02:08:55] "GET /domains HTTP/1.1" 200 281 0.028569 10.0.0.249 - - [2026-01-29 02:08:55] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001485 10.0.0.249 - - [2026-01-29 02:08:55] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 2781 0.008816 10.0.0.249 - - [2026-01-29 02:08:55] "GET /projects?obj_uuids=d26dde82-fab5-430e-b8b9-821741307b33&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001067 10.0.0.249 - - [2026-01-29 02:08:55] "GET /project/d26dde82-fab5-430e-b8b9-821741307b33 HTTP/1.1" 200 2633 0.072179 10.0.0.249 - - [2026-01-29 02:08:55] "GET /virtual-network/280f6b76-1cd0-4e89-88ba-df2089c0b182 HTTP/1.1" 200 3514 0.006720 10.0.0.249 - - [2026-01-29 02:08:55] "GET /virtual-network/280f6b76-1cd0-4e89-88ba-df2089c0b182 HTTP/1.1" 200 3514 0.004607 10.0.0.249 - - [2026-01-29 02:08:55] "GET /routing-instance/a6e184ae-3c6b-4b7c-abcd-59d06acf2359 HTTP/1.1" 200 1800 0.003421 10.0.0.249 - - [2026-01-29 02:08:55] "GET /routing-instance/a6e184ae-3c6b-4b7c-abcd-59d06acf2359 HTTP/1.1" 200 1800 0.003389 10.0.0.249 - - [2026-01-29 02:08:55] "GET /route-target/2f0b0671-783c-41f8-bf77-d28de63fc6fd HTTP/1.1" 200 1214 0.003633 10.0.0.249 - - [2026-01-29 02:08:55] "GET /virtual-network/280f6b76-1cd0-4e89-88ba-df2089c0b182 HTTP/1.1" 200 3514 0.004855 10.0.0.249 - - [2026-01-29 02:08:55] "GET /routing-instance/a6e184ae-3c6b-4b7c-abcd-59d06acf2359 HTTP/1.1" 200 1800 0.003742 10.0.0.249 - - [2026-01-29 02:08:55] "GET /virtual-network/280f6b76-1cd0-4e89-88ba-df2089c0b182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.004799 10.0.0.249 - - [2026-01-29 02:08:55] "GET /virtual-network/280f6b76-1cd0-4e89-88ba-df2089c0b182 HTTP/1.1" 200 3514 0.004891 10.0.0.249 - - [2026-01-29 02:08:55] "GET /routing-instance/a6e184ae-3c6b-4b7c-abcd-59d06acf2359 HTTP/1.1" 200 1800 0.003723 10.0.0.249 - - [2026-01-29 02:08:55] "GET /routing-instance/a6e184ae-3c6b-4b7c-abcd-59d06acf2359 HTTP/1.1" 200 1800 0.003757 10.0.0.249 - - [2026-01-29 02:08:55] "GET /route-target/2f0b0671-783c-41f8-bf77-d28de63fc6fd HTTP/1.1" 200 1214 0.003197 10.0.0.249 - - [2026-01-29 02:08:55] "GET /domains HTTP/1.1" 200 281 0.003278 10.0.0.249 - - [2026-01-29 02:08:55] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001028 10.0.0.249 - - [2026-01-29 02:08:55] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 2781 0.006620 10.0.0.249 - - [2026-01-29 02:08:55] "GET /projects?obj_uuids=d26dde82-fab5-430e-b8b9-821741307b33&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001006 10.0.0.249 - - [2026-01-29 02:08:55] "GET /project/d26dde82-fab5-430e-b8b9-821741307b33 HTTP/1.1" 200 2633 0.066277 10.0.0.249 - - [2026-01-29 02:08:55] "GET /virtual-network/280f6b76-1cd0-4e89-88ba-df2089c0b182 HTTP/1.1" 200 3514 0.004607 10.0.0.249 - - [2026-01-29 02:08:55] "GET /obj-perms HTTP/1.1" 200 5065 0.050381 10.0.0.249 - - [2026-01-29 02:08:55] "GET /domains HTTP/1.1" 200 281 0.003210 10.0.0.249 - - [2026-01-29 02:08:55] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000950 10.0.0.249 - - [2026-01-29 02:08:55] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 2781 0.005984 10.0.0.249 - - [2026-01-29 02:08:55] "GET /projects?obj_uuids=d26dde82-fab5-430e-b8b9-821741307b33&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000885 10.0.0.249 - - [2026-01-29 02:08:55] "GET /project/d26dde82-fab5-430e-b8b9-821741307b33 HTTP/1.1" 200 2633 0.068596 10.0.0.249 - - [2026-01-29 02:08:55] "GET /virtual-network/ea722886-4b7c-4d7c-993e-ca8d317a3e0d HTTP/1.1" 200 3510 0.005932 10.0.0.249 - - [2026-01-29 02:08:55] "GET /virtual-network/ea722886-4b7c-4d7c-993e-ca8d317a3e0d HTTP/1.1" 200 3510 0.004383 10.0.0.249 - - [2026-01-29 02:08:55] "GET /routing-instance/b78c536e-c4a2-4bbf-9227-9e62c2f03250 HTTP/1.1" 200 1800 0.003767 10.0.0.249 - - [2026-01-29 02:08:55] "GET /routing-instance/b78c536e-c4a2-4bbf-9227-9e62c2f03250 HTTP/1.1" 200 1800 0.003072 10.0.0.249 - - [2026-01-29 02:08:55] "GET /route-target/c7737641-ca10-4392-a5a4-cb677351babd HTTP/1.1" 200 1215 0.002721 10.0.0.249 - - [2026-01-29 02:08:55] "GET /virtual-network/ea722886-4b7c-4d7c-993e-ca8d317a3e0d HTTP/1.1" 200 3510 0.004098 10.0.0.249 - - [2026-01-29 02:08:55] "GET /routing-instance/b78c536e-c4a2-4bbf-9227-9e62c2f03250 HTTP/1.1" 200 1800 0.002709 10.0.0.249 - - [2026-01-29 02:08:55] "GET /virtual-network/ea722886-4b7c-4d7c-993e-ca8d317a3e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.005121 10.0.0.249 - - [2026-01-29 02:08:55] "GET /virtual-network/ea722886-4b7c-4d7c-993e-ca8d317a3e0d HTTP/1.1" 200 3510 0.005497 10.0.0.249 - - [2026-01-29 02:08:55] "GET /routing-instance/b78c536e-c4a2-4bbf-9227-9e62c2f03250 HTTP/1.1" 200 1800 0.003471 10.0.0.249 - - [2026-01-29 02:08:55] "GET /routing-instance/b78c536e-c4a2-4bbf-9227-9e62c2f03250 HTTP/1.1" 200 1800 0.003919 10.0.0.249 - - [2026-01-29 02:08:55] "GET /route-target/c7737641-ca10-4392-a5a4-cb677351babd HTTP/1.1" 200 1215 0.003175 10.0.0.249 - - [2026-01-29 02:08:55] "GET /domains HTTP/1.1" 200 281 0.002689 10.0.0.249 - - [2026-01-29 02:08:55] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001082 10.0.0.249 - - [2026-01-29 02:08:55] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 2781 0.006808 10.0.0.249 - - [2026-01-29 02:08:55] "GET /projects?obj_uuids=d26dde82-fab5-430e-b8b9-821741307b33&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000929 10.0.0.249 - - [2026-01-29 02:08:55] "GET /project/d26dde82-fab5-430e-b8b9-821741307b33 HTTP/1.1" 200 2633 0.067835 10.0.0.249 - - [2026-01-29 02:08:55] "GET /virtual-network/ea722886-4b7c-4d7c-993e-ca8d317a3e0d HTTP/1.1" 200 3510 0.004030 10.0.0.249 - - [2026-01-29 02:08:55] "GET /obj-perms HTTP/1.1" 200 5065 0.003234 10.0.0.249 - - [2026-01-29 02:08:56] "GET /virtual-network/ea722886-4b7c-4d7c-993e-ca8d317a3e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.006129 10.0.0.249 - - [2026-01-29 02:08:56] "POST /neutron/network HTTP/1.1" 200 1113 0.007591 10.0.0.249 - - [2026-01-29 02:08:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.005405 10.0.0.249 - - [2026-01-29 02:08:56] "POST /neutron/network HTTP/1.1" 200 1005 0.042810 10.0.0.249 - - [2026-01-29 02:08:56] "DELETE /access-control-list/2f58b68f-a1b2-40f4-9f13-fe2ada0eb7f3 HTTP/1.1" 200 115 0.029155 10.0.0.249 - - [2026-01-29 02:08:56] "POST /neutron/network HTTP/1.1" 200 1005 0.013929 10.0.0.249 - - [2026-01-29 02:08:56] "POST /ref-update HTTP/1.1" 200 156 0.022133 10.0.0.249 - - [2026-01-29 02:08:56] "GET /virtual-network/ea722886-4b7c-4d7c-993e-ca8d317a3e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.014108 10.0.0.249 - - [2026-01-29 02:08:56] "GET /virtual-network/280f6b76-1cd0-4e89-88ba-df2089c0b182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.006985 10.0.0.249 - - [2026-01-29 02:08:56] "POST /neutron/network HTTP/1.1" 200 1115 0.078054 10.0.0.249 - - [2026-01-29 02:08:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.002380 10.0.0.249 - - [2026-01-29 02:08:56] "POST /neutron/network HTTP/1.1" 200 1007 0.057141 10.0.0.249 - - [2026-01-29 02:08:56] "DELETE /access-control-list/7316ed68-5a71-4d19-870f-cb3912f89848 HTTP/1.1" 200 115 0.030547 10.0.0.249 - - [2026-01-29 02:08:56] "POST /neutron/network HTTP/1.1" 200 1007 0.007220 10.0.0.249 - - [2026-01-29 02:08:56] "POST /ref-update HTTP/1.1" 200 156 0.014428 10.0.0.249 - - [2026-01-29 02:08:56] "GET /virtual-network/280f6b76-1cd0-4e89-88ba-df2089c0b182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.009822 10.0.0.249 - - [2026-01-29 02:08:56] "DELETE /network-policy/f27162d2-55e9-4c8d-b97a-0df559cd92b6 HTTP/1.1" 200 115 0.016806 10.0.0.249 - - [2026-01-29 02:08:56] "POST /neutron/network HTTP/1.1" 200 1005 0.008404 10.0.0.249 - - [2026-01-29 02:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.249 - - [2026-01-29 02:08:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002205 10.0.0.249 - - [2026-01-29 02:08:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003182 10.0.0.249 - - [2026-01-29 02:08:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001854 10.0.0.249 - - [2026-01-29 02:08:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001717 10.0.0.249 - - [2026-01-29 02:08:56] "POST /neutron/network HTTP/1.1" 200 151 0.087508 10.0.0.249 - - [2026-01-29 02:08:56] "DELETE /route-target/c7737641-ca10-4392-a5a4-cb677351babd HTTP/1.1" 200 115 0.026328 10.0.0.249 - - [2026-01-29 02:08:56] "GET /routing-instance/b78c536e-c4a2-4bbf-9227-9e62c2f03250 HTTP/1.1" 404 171 0.002363 10.0.0.249 - - [2026-01-29 02:08:56] "GET /domains HTTP/1.1" 200 281 0.002049 10.0.0.249 - - [2026-01-29 02:08:56] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000836 10.0.0.249 - - [2026-01-29 02:08:56] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 2781 0.049410 10.0.0.249 - - [2026-01-29 02:08:56] "GET /projects?obj_uuids=d26dde82-fab5-430e-b8b9-821741307b33&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001483 10.0.0.249 - - [2026-01-29 02:08:56] "GET /project/d26dde82-fab5-430e-b8b9-821741307b33 HTTP/1.1" 200 2151 0.067915 10.0.0.249 - - [2026-01-29 02:08:56] "POST /neutron/network HTTP/1.1" 200 1007 0.006252 10.0.0.249 - - [2026-01-29 02:08:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003498 10.0.0.249 - - [2026-01-29 02:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.249 - - [2026-01-29 02:08:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003141 10.0.0.249 - - [2026-01-29 02:08:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001624 10.0.0.249 - - [2026-01-29 02:08:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001585 10.0.0.249 - - [2026-01-29 02:08:56] "POST /neutron/network HTTP/1.1" 200 151 0.074876 10.0.0.249 - - [2026-01-29 02:08:56] "DELETE /route-target/2f0b0671-783c-41f8-bf77-d28de63fc6fd HTTP/1.1" 200 115 0.022721 10.0.0.249 - - [2026-01-29 02:08:56] "GET /routing-instance/a6e184ae-3c6b-4b7c-abcd-59d06acf2359 HTTP/1.1" 404 171 0.002962 10.0.0.249 - - [2026-01-29 02:08:56] "GET /domains HTTP/1.1" 200 281 0.003373 10.0.0.249 - - [2026-01-29 02:08:56] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001464 10.0.0.249 - - [2026-01-29 02:08:56] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 2781 0.049579 10.0.0.249 - - [2026-01-29 02:08:56] "GET /projects?obj_uuids=d26dde82-fab5-430e-b8b9-821741307b33&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001976 10.0.0.249 - - [2026-01-29 02:08:56] "GET /project/d26dde82-fab5-430e-b8b9-821741307b33 HTTP/1.1" 200 1905 0.068907 10.0.0.249 - - [2026-01-29 02:08:57] "GET /projects?obj_uuids=d26dde82-fab5-430e-b8b9-821741307b33&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001017 10.0.0.249 - - [2026-01-29 02:08:57] "GET /project/d26dde82-fab5-430e-b8b9-821741307b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.023889 10.0.0.249 - - [2026-01-29 02:08:57] "GET /projects?obj_uuids=d26dde82-fab5-430e-b8b9-821741307b33&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001138 10.0.0.249 - - [2026-01-29 02:08:57] "GET /project/d26dde82-fab5-430e-b8b9-821741307b33?fields=virtual_networks HTTP/1.1" 200 1050 0.073812 10.0.0.249 - - [2026-01-29 02:08:57] "GET /projects?obj_uuids=d26dde82-fab5-430e-b8b9-821741307b33&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001307 10.0.0.249 - - [2026-01-29 02:08:57] "GET /project/d26dde82-fab5-430e-b8b9-821741307b33?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.025246 10.0.0.249 - - [2026-01-29 02:08:57] "GET /projects?obj_uuids=d26dde82-fab5-430e-b8b9-821741307b33&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001078 10.0.0.249 - - [2026-01-29 02:08:57] "GET /project/d26dde82-fab5-430e-b8b9-821741307b33?fields=security_groups HTTP/1.1" 200 1285 0.024640 10.0.0.249 - - [2026-01-29 02:08:58] "POST /fqname-to-id HTTP/1.1" 404 204 0.026765 10.0.0.249 - - [2026-01-29 02:08:58] "GET /projects?obj_uuids=7dc22474-ea27-49f4-b1cb-ee1beba3630b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002214 10.0.0.249 - - [2026-01-29 02:08:58] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000999 10.0.0.249 - - [2026-01-29 02:08:58] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006196 10.0.0.249 - - [2026-01-29 02:08:58] "POST /id-to-fqname HTTP/1.1" 200 206 0.002853 10.0.0.249 - - [2026-01-29 02:08:58] "POST /fqname-to-id HTTP/1.1" 404 215 0.003499 10.0.0.249 - - [2026-01-29 02:08:58] "POST /security-groups HTTP/1.1" 200 607 0.064847 10.0.0.249 - - [2026-01-29 02:08:58] "POST /fqname-to-id HTTP/1.1" 404 250 0.002781 10.0.0.249 - - [2026-01-29 02:08:58] "POST /projects HTTP/1.1" 200 617 0.215236 10.0.0.249 - - [2026-01-29 02:08:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.250555 10.0.0.249 - - [2026-01-29 02:08:58] "POST /access-control-lists HTTP/1.1" 200 614 0.055778 10.0.0.249 - - [2026-01-29 02:08:58] "GET /project/7dc22474-ea27-49f4-b1cb-ee1beba3630b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.363162 10.0.0.249 - - [2026-01-29 02:08:58] "POST /fqname-to-id HTTP/1.1" 404 249 0.002770 10.0.0.249 - - [2026-01-29 02:08:58] "POST /access-control-lists HTTP/1.1" 200 612 0.060414 10.0.0.249 - - [2026-01-29 02:08:59] "GET / HTTP/1.1" 200 36215 0.001801 10.0.0.249 - - [2026-01-29 02:09:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000653 10.0.0.249 - - [2026-01-29 02:09:00] "POST /fqname-to-id HTTP/1.1" 404 233 0.062302 10.0.0.249 - - [2026-01-29 02:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002466 10.0.0.249 - - [2026-01-29 02:09:00] "GET /projects?obj_uuids=7dc22474-ea27-49f4-b1cb-ee1beba3630b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003799 10.0.0.249 - - [2026-01-29 02:09:01] "GET /project/7dc22474-ea27-49f4-b1cb-ee1beba3630b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.030992 10.0.0.249 - - [2026-01-29 02:09:01] "POST /network-policys HTTP/1.1" 200 569 0.060946 10.0.0.249 - - [2026-01-29 02:09:01] "GET /network-policy/8ab40f38-7a62-4844-9177-8c05799d771d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.005113 10.0.0.249 - - [2026-01-29 02:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.249 - - [2026-01-29 02:09:01] "GET /projects?obj_uuids=7dc22474-ea27-49f4-b1cb-ee1beba3630b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000954 10.0.0.249 - - [2026-01-29 02:09:01] "GET /project/7dc22474-ea27-49f4-b1cb-ee1beba3630b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.021125 10.0.0.249 - - [2026-01-29 02:09:01] "POST /neutron/network HTTP/1.1" 200 117 0.036514 10.0.0.249 - - [2026-01-29 02:09:01] "GET /projects?obj_uuids=7dc22474-ea27-49f4-b1cb-ee1beba3630b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001004 10.0.0.249 - - [2026-01-29 02:09:01] "POST /neutron/network HTTP/1.1" 200 623 0.056157 10.0.0.249 - - [2026-01-29 02:09:01] "POST /route-targets HTTP/1.1" 200 328 0.010604 10.0.0.249 - - [2026-01-29 02:09:01] "POST /ref-update HTTP/1.1" 200 156 0.011947 10.0.0.249 - - [2026-01-29 02:09:01] "POST /useragent-kv HTTP/1.1" 200 115 0.004533 10.0.0.249 - - [2026-01-29 02:09:01] "POST /neutron/subnet HTTP/1.1" 200 724 0.179041 10.0.0.249 - - [2026-01-29 02:09:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.004390 10.0.0.249 - - [2026-01-29 02:09:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003102 10.0.0.249 - - [2026-01-29 02:09:01] "POST /neutron/subnet HTTP/1.1" 200 828 0.140638 10.0.0.249 - - [2026-01-29 02:09:01] "POST /neutron/network HTTP/1.1" 200 1016 0.008644 10.0.0.249 - - [2026-01-29 02:09:01] "POST /id-to-fqname HTTP/1.1" 200 237 0.003410 10.0.0.249 - - [2026-01-29 02:09:01] "GET /virtual-network/75f376ab-ba45-4b3b-bdfd-d9490b6150f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2662 0.006617 10.0.0.249 - - [2026-01-29 02:09:01] "POST /neutron/network HTTP/1.1" 200 1016 0.008066 10.0.0.249 - - [2026-01-29 02:09:01] "GET /virtual-network/75f376ab-ba45-4b3b-bdfd-d9490b6150f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2662 0.005287 10.0.0.249 - - [2026-01-29 02:09:01] "POST /neutron/network HTTP/1.1" 200 1016 0.007495 10.0.0.249 - - [2026-01-29 02:09:01] "POST /neutron/subnet HTTP/1.1" 200 724 0.006094 10.0.0.249 - - [2026-01-29 02:09:02] "POST /neutron/subnet HTTP/1.1" 200 828 0.008146 10.0.0.249 - - [2026-01-29 02:09:02] "POST /neutron/network HTTP/1.1" 200 1016 0.009063 10.0.0.249 - - [2026-01-29 02:09:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.004245 10.0.0.249 - - [2026-01-29 02:09:02] "POST /fqname-to-id HTTP/1.1" 404 252 0.003053 10.0.0.249 - - [2026-01-29 02:09:02] "POST /neutron/network HTTP/1.1" 200 1123 0.046922 10.0.0.249 - - [2026-01-29 02:09:02] "POST /access-control-lists HTTP/1.1" 200 609 0.067849 10.0.0.249 - - [2026-01-29 02:09:02] "POST /neutron/network HTTP/1.1" 200 1123 0.040612 10.0.0.249 - - [2026-01-29 02:09:02] "GET /virtual-network/75f376ab-ba45-4b3b-bdfd-d9490b6150f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2986 0.004995 10.0.0.249 - - [2026-01-29 02:09:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002425 10.0.0.249 - - [2026-01-29 02:09:02] "GET /network-policy/8ab40f38-7a62-4844-9177-8c05799d771d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.003652 10.0.0.249 - - [2026-01-29 02:09:02] "GET /domains HTTP/1.1" 401 293 0.000512 10.0.0.249 - - [2026-01-29 02:09:02] "GET /domains HTTP/1.1" 200 281 0.032972 10.0.0.249 - - [2026-01-29 02:09:02] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001504 10.0.0.249 - - [2026-01-29 02:09:02] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 2984 0.008529 10.0.0.249 - - [2026-01-29 02:09:02] "GET /projects?obj_uuids=7dc22474-ea27-49f4-b1cb-ee1beba3630b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001154 10.0.0.249 - - [2026-01-29 02:09:02] "GET /project/7dc22474-ea27-49f4-b1cb-ee1beba3630b HTTP/1.1" 200 2464 0.065218 10.0.0.249 - - [2026-01-29 02:09:02] "GET /virtual-network/75f376ab-ba45-4b3b-bdfd-d9490b6150f9 HTTP/1.1" 200 3550 0.006316 10.0.0.249 - - [2026-01-29 02:09:02] "GET /virtual-network/75f376ab-ba45-4b3b-bdfd-d9490b6150f9 HTTP/1.1" 200 3550 0.004194 10.0.0.249 - - [2026-01-29 02:09:02] "GET /routing-instance/fceb0ca3-c667-4cb1-8832-fc38789ea688 HTTP/1.1" 200 1498 0.003407 10.0.0.249 - - [2026-01-29 02:09:02] "GET /routing-instance/fceb0ca3-c667-4cb1-8832-fc38789ea688 HTTP/1.1" 200 1498 0.003062 10.0.0.249 - - [2026-01-29 02:09:02] "GET /route-target/44d77ff7-6ff0-424b-be0f-8d8f1bc12998 HTTP/1.1" 200 1224 0.003142 10.0.0.249 - - [2026-01-29 02:09:02] "GET /virtual-network/75f376ab-ba45-4b3b-bdfd-d9490b6150f9 HTTP/1.1" 200 3550 0.004201 10.0.0.249 - - [2026-01-29 02:09:02] "GET /routing-instance/fceb0ca3-c667-4cb1-8832-fc38789ea688 HTTP/1.1" 200 1498 0.003149 10.0.0.249 - - [2026-01-29 02:09:02] "GET /virtual-network/75f376ab-ba45-4b3b-bdfd-d9490b6150f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2986 0.005123 10.0.0.249 - - [2026-01-29 02:09:02] "GET /virtual-network/75f376ab-ba45-4b3b-bdfd-d9490b6150f9 HTTP/1.1" 200 3550 0.005837 10.0.0.249 - - [2026-01-29 02:09:02] "GET /routing-instance/fceb0ca3-c667-4cb1-8832-fc38789ea688 HTTP/1.1" 200 1498 0.003505 10.0.0.249 - - [2026-01-29 02:09:02] "GET /routing-instance/fceb0ca3-c667-4cb1-8832-fc38789ea688 HTTP/1.1" 200 1498 0.003881 10.0.0.249 - - [2026-01-29 02:09:02] "GET /route-target/44d77ff7-6ff0-424b-be0f-8d8f1bc12998 HTTP/1.1" 200 1224 0.003054 10.0.0.249 - - [2026-01-29 02:09:02] "GET /domains HTTP/1.1" 200 281 0.002910 10.0.0.249 - - [2026-01-29 02:09:02] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000935 10.0.0.249 - - [2026-01-29 02:09:02] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 2984 0.005880 10.0.0.249 - - [2026-01-29 02:09:02] "GET /projects?obj_uuids=7dc22474-ea27-49f4-b1cb-ee1beba3630b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000997 10.0.0.249 - - [2026-01-29 02:09:02] "GET /project/7dc22474-ea27-49f4-b1cb-ee1beba3630b HTTP/1.1" 200 2464 0.067719 10.0.0.249 - - [2026-01-29 02:09:02] "GET /virtual-network/75f376ab-ba45-4b3b-bdfd-d9490b6150f9 HTTP/1.1" 200 3550 0.004437 10.0.0.249 - - [2026-01-29 02:09:03] "GET /obj-perms HTTP/1.1" 200 5081 0.058169 10.0.0.249 - - [2026-01-29 02:09:03] "GET /domains HTTP/1.1" 200 281 0.002641 10.0.0.249 - - [2026-01-29 02:09:03] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001068 10.0.0.249 - - [2026-01-29 02:09:03] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 2984 0.006991 10.0.0.249 - - [2026-01-29 02:09:03] "GET /projects?obj_uuids=7dc22474-ea27-49f4-b1cb-ee1beba3630b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000911 10.0.0.249 - - [2026-01-29 02:09:03] "GET /project/7dc22474-ea27-49f4-b1cb-ee1beba3630b HTTP/1.1" 200 2464 0.074801 10.0.0.249 - - [2026-01-29 02:09:03] "GET /network-policy/8ab40f38-7a62-4844-9177-8c05799d771d HTTP/1.1" 200 3482 0.004914 10.0.0.249 - - [2026-01-29 02:09:03] "DELETE /network-policy/8ab40f38-7a62-4844-9177-8c05799d771d HTTP/1.1" 409 239 0.005551 10.0.0.249 - - [2026-01-29 02:09:03] "POST /neutron/network HTTP/1.1" 200 1123 0.006888 10.0.0.249 - - [2026-01-29 02:09:03] "DELETE /access-control-list/3e997f73-ecfd-43eb-b4b6-4d3d3ddf1a60 HTTP/1.1" 200 115 0.021365 10.0.0.249 - - [2026-01-29 02:09:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002891 10.0.0.249 - - [2026-01-29 02:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005510 10.0.0.249 - - [2026-01-29 02:09:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002038 10.0.0.249 - - [2026-01-29 02:09:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001505 10.0.0.249 - - [2026-01-29 02:09:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001797 10.0.0.249 - - [2026-01-29 02:09:03] "POST /neutron/network HTTP/1.1" 200 151 0.089240 10.0.0.249 - - [2026-01-29 02:09:03] "GET /routing-instance/fceb0ca3-c667-4cb1-8832-fc38789ea688 HTTP/1.1" 404 171 0.002463 10.0.0.249 - - [2026-01-29 02:09:03] "GET /domains HTTP/1.1" 200 281 0.002463 10.0.0.249 - - [2026-01-29 02:09:03] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001470 10.0.0.249 - - [2026-01-29 02:09:03] "DELETE /route-target/44d77ff7-6ff0-424b-be0f-8d8f1bc12998 HTTP/1.1" 200 115 0.015989 10.0.0.249 - - [2026-01-29 02:09:03] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 2984 0.052083 10.0.0.249 - - [2026-01-29 02:09:03] "GET /projects?obj_uuids=7dc22474-ea27-49f4-b1cb-ee1beba3630b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001131 10.0.0.249 - - [2026-01-29 02:09:03] "GET /project/7dc22474-ea27-49f4-b1cb-ee1beba3630b HTTP/1.1" 200 2209 0.067308 10.0.0.249 - - [2026-01-29 02:09:03] "DELETE /network-policy/8ab40f38-7a62-4844-9177-8c05799d771d HTTP/1.1" 200 115 0.031773 10.0.0.249 - - [2026-01-29 02:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002807 10.0.0.249 - - [2026-01-29 02:09:03] "GET /projects?obj_uuids=7dc22474-ea27-49f4-b1cb-ee1beba3630b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001599 10.0.0.249 - - [2026-01-29 02:09:03] "GET /project/7dc22474-ea27-49f4-b1cb-ee1beba3630b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.022796 10.0.0.249 - - [2026-01-29 02:09:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-04607348&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004236 10.0.0.249 - - [2026-01-29 02:09:04] "GET /projects?obj_uuids=7dc22474-ea27-49f4-b1cb-ee1beba3630b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001079 10.0.0.249 - - [2026-01-29 02:09:04] "GET /project/7dc22474-ea27-49f4-b1cb-ee1beba3630b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.021039 10.0.0.249 - - [2026-01-29 02:09:04] "GET /projects?obj_uuids=7dc22474-ea27-49f4-b1cb-ee1beba3630b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000905 10.0.0.249 - - [2026-01-29 02:09:04] "GET /project/7dc22474-ea27-49f4-b1cb-ee1beba3630b?fields=virtual_networks HTTP/1.1" 200 1065 0.065234 10.0.0.249 - - [2026-01-29 02:09:04] "GET /projects?obj_uuids=7dc22474-ea27-49f4-b1cb-ee1beba3630b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001085 10.0.0.249 - - [2026-01-29 02:09:04] "GET /project/7dc22474-ea27-49f4-b1cb-ee1beba3630b?fields=virtual_machine_interfaces HTTP/1.1" 200 1065 0.023895 10.0.0.249 - - [2026-01-29 02:09:04] "GET /projects?obj_uuids=7dc22474-ea27-49f4-b1cb-ee1beba3630b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000952 10.0.0.249 - - [2026-01-29 02:09:04] "GET /project/7dc22474-ea27-49f4-b1cb-ee1beba3630b?fields=security_groups HTTP/1.1" 200 1308 0.021140 10.0.0.249 - - [2026-01-29 02:09:05] "POST /fqname-to-id HTTP/1.1" 404 190 0.024990 10.0.0.249 - - [2026-01-29 02:09:05] "GET /projects?obj_uuids=966cd29a-ecba-4d56-85fe-5e6d6b6e804a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002298 10.0.0.249 - - [2026-01-29 02:09:05] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001016 10.0.0.249 - - [2026-01-29 02:09:05] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006528 10.0.0.249 - - [2026-01-29 02:09:05] "POST /id-to-fqname HTTP/1.1" 200 192 0.001545 10.0.0.249 - - [2026-01-29 02:09:05] "POST /fqname-to-id HTTP/1.1" 404 201 0.002089 10.0.0.249 - - [2026-01-29 02:09:05] "POST /security-groups HTTP/1.1" 200 593 0.060238 10.0.0.249 - - [2026-01-29 02:09:05] "POST /fqname-to-id HTTP/1.1" 404 236 0.002674 10.0.0.249 - - [2026-01-29 02:09:05] "POST /projects HTTP/1.1" 200 589 0.210064 10.0.0.249 - - [2026-01-29 02:09:05] "POST /access-control-lists HTTP/1.1" 200 600 0.057247 10.0.0.249 - - [2026-01-29 02:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.285196 10.0.0.249 - - [2026-01-29 02:09:05] "POST /fqname-to-id HTTP/1.1" 404 235 0.002844 10.0.0.249 - - [2026-01-29 02:09:05] "GET /project/966cd29a-ecba-4d56-85fe-5e6d6b6e804a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.406344 10.0.0.249 - - [2026-01-29 02:09:05] "POST /access-control-lists HTTP/1.1" 200 598 0.061189 10.0.0.249 - - [2026-01-29 02:09:06] "GET / HTTP/1.1" 200 36215 0.002013 10.0.0.249 - - [2026-01-29 02:09:07] "POST /fqname-to-id HTTP/1.1" 401 293 0.000505 10.0.0.249 - - [2026-01-29 02:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.059029 10.0.0.249 - - [2026-01-29 02:09:07] "GET /projects?obj_uuids=966cd29a-ecba-4d56-85fe-5e6d6b6e804a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000989 10.0.0.249 - - [2026-01-29 02:09:07] "GET /project/966cd29a-ecba-4d56-85fe-5e6d6b6e804a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.024085 10.0.0.249 - - [2026-01-29 02:09:08] "POST /neutron/network HTTP/1.1" 200 117 0.031976 10.0.0.249 - - [2026-01-29 02:09:08] "GET /projects?obj_uuids=966cd29a-ecba-4d56-85fe-5e6d6b6e804a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001231 10.0.0.249 - - [2026-01-29 02:09:08] "POST /neutron/network HTTP/1.1" 200 607 0.062037 10.0.0.249 - - [2026-01-29 02:09:08] "POST /route-targets HTTP/1.1" 200 328 0.010260 10.0.0.249 - - [2026-01-29 02:09:08] "POST /ref-update HTTP/1.1" 200 156 0.009554 10.0.0.249 - - [2026-01-29 02:09:08] "POST /useragent-kv HTTP/1.1" 200 115 0.012888 10.0.0.249 - - [2026-01-29 02:09:08] "POST /neutron/subnet HTTP/1.1" 200 720 0.220772 10.0.0.249 - - [2026-01-29 02:09:08] "POST /neutron/network HTTP/1.1" 200 825 0.005947 10.0.0.249 - - [2026-01-29 02:09:08] "POST /id-to-fqname HTTP/1.1" 200 222 0.001551 10.0.0.249 - - [2026-01-29 02:09:08] "GET /virtual-network/3e2c25c7-71b8-4d0c-9892-d0106f3c5146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006830 10.0.0.249 - - [2026-01-29 02:09:08] "POST /neutron/network HTTP/1.1" 200 825 0.006336 10.0.0.249 - - [2026-01-29 02:09:08] "GET /virtual-network/3e2c25c7-71b8-4d0c-9892-d0106f3c5146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004715 10.0.0.249 - - [2026-01-29 02:09:08] "POST /neutron/network HTTP/1.1" 200 825 0.006198 10.0.0.249 - - [2026-01-29 02:09:08] "POST /neutron/subnet HTTP/1.1" 200 720 0.006825 10.0.0.249 - - [2026-01-29 02:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002317 10.0.0.249 - - [2026-01-29 02:09:08] "GET /projects?obj_uuids=966cd29a-ecba-4d56-85fe-5e6d6b6e804a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001436 10.0.0.249 - - [2026-01-29 02:09:08] "GET /project/966cd29a-ecba-4d56-85fe-5e6d6b6e804a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.032741 10.0.0.249 - - [2026-01-29 02:09:08] "POST /neutron/network HTTP/1.1" 200 117 0.012995 10.0.0.249 - - [2026-01-29 02:09:08] "GET /projects?obj_uuids=966cd29a-ecba-4d56-85fe-5e6d6b6e804a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001673 10.0.0.249 - - [2026-01-29 02:09:08] "POST /neutron/network HTTP/1.1" 200 607 0.072253 10.0.0.249 - - [2026-01-29 02:09:08] "POST /route-targets HTTP/1.1" 200 328 0.012166 10.0.0.249 - - [2026-01-29 02:09:08] "POST /ref-update HTTP/1.1" 200 156 0.013225 10.0.0.249 - - [2026-01-29 02:09:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002964 10.0.0.249 - - [2026-01-29 02:09:09] "POST /neutron/subnet HTTP/1.1" 200 734 0.203634 10.0.0.249 - - [2026-01-29 02:09:09] "POST /neutron/network HTTP/1.1" 200 828 0.005361 10.0.0.249 - - [2026-01-29 02:09:09] "POST /id-to-fqname HTTP/1.1" 200 222 0.001190 10.0.0.249 - - [2026-01-29 02:09:09] "GET /virtual-network/d3ce834e-e946-485c-b7b6-29ab0e70723a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004300 10.0.0.249 - - [2026-01-29 02:09:09] "POST /neutron/network HTTP/1.1" 200 828 0.007366 10.0.0.249 - - [2026-01-29 02:09:09] "GET /virtual-network/d3ce834e-e946-485c-b7b6-29ab0e70723a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005193 10.0.0.249 - - [2026-01-29 02:09:09] "POST /neutron/network HTTP/1.1" 200 828 0.005483 10.0.0.249 - - [2026-01-29 02:09:09] "POST /neutron/subnet HTTP/1.1" 200 734 0.007575 10.0.0.249 - - [2026-01-29 02:09:09] "POST /fqname-to-id HTTP/1.1" 404 228 0.003329 10.0.0.249 - - [2026-01-29 02:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.249 - - [2026-01-29 02:09:09] "GET /projects?obj_uuids=966cd29a-ecba-4d56-85fe-5e6d6b6e804a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001308 10.0.0.249 - - [2026-01-29 02:09:09] "GET /project/966cd29a-ecba-4d56-85fe-5e6d6b6e804a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.022879 10.0.0.249 - - [2026-01-29 02:09:09] "POST /network-policys HTTP/1.1" 200 573 0.017791 10.0.0.249 - - [2026-01-29 02:09:09] "GET /network-policy/0cfaf85b-4589-45f0-a3d2-f6661858c73c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004763 10.0.0.249 - - [2026-01-29 02:09:09] "POST /neutron/network HTTP/1.1" 200 825 0.005668 10.0.0.249 - - [2026-01-29 02:09:09] "POST /fqname-to-id HTTP/1.1" 404 236 0.004173 10.0.0.249 - - [2026-01-29 02:09:09] "POST /neutron/network HTTP/1.1" 200 927 0.046214 10.0.0.249 - - [2026-01-29 02:09:09] "POST /neutron/network HTTP/1.1" 200 927 0.034130 10.0.0.249 - - [2026-01-29 02:09:09] "POST /access-control-lists HTTP/1.1" 200 592 0.065681 10.0.0.249 - - [2026-01-29 02:09:09] "GET /virtual-network/3e2c25c7-71b8-4d0c-9892-d0106f3c5146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004380 10.0.0.249 - - [2026-01-29 02:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.001969 10.0.0.249 - - [2026-01-29 02:09:09] "GET /network-policy/0cfaf85b-4589-45f0-a3d2-f6661858c73c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004158 10.0.0.249 - - [2026-01-29 02:09:09] "POST /neutron/network HTTP/1.1" 200 828 0.005276 10.0.0.249 - - [2026-01-29 02:09:09] "POST /fqname-to-id HTTP/1.1" 404 236 0.005452 10.0.0.249 - - [2026-01-29 02:09:09] "POST /neutron/network HTTP/1.1" 200 930 0.045144 10.0.0.249 - - [2026-01-29 02:09:09] "POST /neutron/network HTTP/1.1" 200 930 0.044754 10.0.0.249 - - [2026-01-29 02:09:09] "POST /access-control-lists HTTP/1.1" 200 592 0.066401 10.0.0.249 - - [2026-01-29 02:09:09] "GET /virtual-network/d3ce834e-e946-485c-b7b6-29ab0e70723a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.008365 10.0.0.249 - - [2026-01-29 02:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.249 - - [2026-01-29 02:09:09] "POST /ref-update HTTP/1.1" 200 156 0.008985 10.0.0.249 - - [2026-01-29 02:09:09] "GET /network-policy/0cfaf85b-4589-45f0-a3d2-f6661858c73c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003575 10.0.0.249 - - [2026-01-29 02:09:09] "GET /domains HTTP/1.1" 401 293 0.000640 10.0.0.249 - - [2026-01-29 02:09:09] "PUT /access-control-list/bb7c9240-6b42-44ca-96a4-4f09a5e256ab HTTP/1.1" 200 273 0.055052 10.0.0.249 - - [2026-01-29 02:09:10] "GET /domains HTTP/1.1" 200 281 0.030795 10.0.0.249 - - [2026-01-29 02:09:10] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001168 10.0.0.249 - - [2026-01-29 02:09:10] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 3173 0.008975 10.0.0.249 - - [2026-01-29 02:09:10] "GET /projects?obj_uuids=966cd29a-ecba-4d56-85fe-5e6d6b6e804a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001291 10.0.0.249 - - [2026-01-29 02:09:10] "GET /project/966cd29a-ecba-4d56-85fe-5e6d6b6e804a HTTP/1.1" 200 2578 0.077234 10.0.0.249 - - [2026-01-29 02:09:10] "GET /virtual-network/3e2c25c7-71b8-4d0c-9892-d0106f3c5146 HTTP/1.1" 200 2895 0.005789 10.0.0.249 - - [2026-01-29 02:09:10] "GET /virtual-network/3e2c25c7-71b8-4d0c-9892-d0106f3c5146 HTTP/1.1" 200 2895 0.004451 10.0.0.249 - - [2026-01-29 02:09:10] "GET /routing-instance/2c81f51f-50dc-4266-a8f8-32398ab2d829 HTTP/1.1" 200 1787 0.003382 10.0.0.249 - - [2026-01-29 02:09:10] "GET /routing-instance/2c81f51f-50dc-4266-a8f8-32398ab2d829 HTTP/1.1" 200 1787 0.003160 10.0.0.249 - - [2026-01-29 02:09:10] "GET /route-target/79b837d9-fc57-4cb8-8ec8-683db875c43e HTTP/1.1" 200 1208 0.003287 10.0.0.249 - - [2026-01-29 02:09:10] "GET /virtual-network/3e2c25c7-71b8-4d0c-9892-d0106f3c5146 HTTP/1.1" 200 2895 0.005417 10.0.0.249 - - [2026-01-29 02:09:10] "GET /routing-instance/2c81f51f-50dc-4266-a8f8-32398ab2d829 HTTP/1.1" 200 1787 0.003725 10.0.0.249 - - [2026-01-29 02:09:10] "GET /virtual-network/3e2c25c7-71b8-4d0c-9892-d0106f3c5146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005157 10.0.0.249 - - [2026-01-29 02:09:10] "GET /virtual-network/3e2c25c7-71b8-4d0c-9892-d0106f3c5146 HTTP/1.1" 200 2895 0.005065 10.0.0.249 - - [2026-01-29 02:09:10] "GET /routing-instance/2c81f51f-50dc-4266-a8f8-32398ab2d829 HTTP/1.1" 200 1787 0.004049 10.0.0.249 - - [2026-01-29 02:09:10] "GET /routing-instance/2c81f51f-50dc-4266-a8f8-32398ab2d829 HTTP/1.1" 200 1787 0.003975 10.0.0.249 - - [2026-01-29 02:09:10] "GET /route-target/79b837d9-fc57-4cb8-8ec8-683db875c43e HTTP/1.1" 200 1208 0.003592 10.0.0.249 - - [2026-01-29 02:09:10] "GET /domains HTTP/1.1" 200 281 0.003071 10.0.0.249 - - [2026-01-29 02:09:10] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001130 10.0.0.249 - - [2026-01-29 02:09:10] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 3173 0.007165 10.0.0.249 - - [2026-01-29 02:09:10] "GET /projects?obj_uuids=966cd29a-ecba-4d56-85fe-5e6d6b6e804a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000885 10.0.0.249 - - [2026-01-29 02:09:10] "GET /project/966cd29a-ecba-4d56-85fe-5e6d6b6e804a HTTP/1.1" 200 2578 0.069814 10.0.0.249 - - [2026-01-29 02:09:10] "GET /virtual-network/3e2c25c7-71b8-4d0c-9892-d0106f3c5146 HTTP/1.1" 200 2895 0.004487 10.0.0.249 - - [2026-01-29 02:09:10] "GET /obj-perms HTTP/1.1" 200 5053 0.075176 10.0.0.249 - - [2026-01-29 02:09:10] "GET /domains HTTP/1.1" 200 281 0.002699 10.0.0.249 - - [2026-01-29 02:09:10] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001148 10.0.0.249 - - [2026-01-29 02:09:10] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 3173 0.007331 10.0.0.249 - - [2026-01-29 02:09:10] "GET /projects?obj_uuids=966cd29a-ecba-4d56-85fe-5e6d6b6e804a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001173 10.0.0.249 - - [2026-01-29 02:09:11] "GET /project/966cd29a-ecba-4d56-85fe-5e6d6b6e804a HTTP/1.1" 200 2578 0.072292 10.0.0.249 - - [2026-01-29 02:09:11] "GET /virtual-network/d3ce834e-e946-485c-b7b6-29ab0e70723a HTTP/1.1" 200 2905 0.007847 10.0.0.249 - - [2026-01-29 02:09:11] "GET /virtual-network/d3ce834e-e946-485c-b7b6-29ab0e70723a HTTP/1.1" 200 2905 0.004940 10.0.0.249 - - [2026-01-29 02:09:11] "GET /routing-instance/946f9317-3654-4f7a-8000-0101fc45063b HTTP/1.1" 200 1787 0.003299 10.0.0.249 - - [2026-01-29 02:09:11] "GET /routing-instance/946f9317-3654-4f7a-8000-0101fc45063b HTTP/1.1" 200 1787 0.003530 10.0.0.249 - - [2026-01-29 02:09:11] "GET /route-target/a94bb19b-6109-4039-b225-660d7d859ca5 HTTP/1.1" 200 1209 0.003453 10.0.0.249 - - [2026-01-29 02:09:11] "GET /virtual-network/d3ce834e-e946-485c-b7b6-29ab0e70723a HTTP/1.1" 200 2905 0.005993 10.0.0.249 - - [2026-01-29 02:09:11] "GET /routing-instance/946f9317-3654-4f7a-8000-0101fc45063b HTTP/1.1" 200 1787 0.003677 10.0.0.249 - - [2026-01-29 02:09:11] "GET /virtual-network/d3ce834e-e946-485c-b7b6-29ab0e70723a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.006434 10.0.0.249 - - [2026-01-29 02:09:11] "GET /virtual-network/d3ce834e-e946-485c-b7b6-29ab0e70723a HTTP/1.1" 200 2905 0.005585 10.0.0.249 - - [2026-01-29 02:09:11] "GET /routing-instance/946f9317-3654-4f7a-8000-0101fc45063b HTTP/1.1" 200 1787 0.004537 10.0.0.249 - - [2026-01-29 02:09:11] "GET /routing-instance/946f9317-3654-4f7a-8000-0101fc45063b HTTP/1.1" 200 1787 0.003578 10.0.0.249 - - [2026-01-29 02:09:11] "GET /route-target/a94bb19b-6109-4039-b225-660d7d859ca5 HTTP/1.1" 200 1209 0.003774 10.0.0.249 - - [2026-01-29 02:09:11] "GET /domains HTTP/1.1" 200 281 0.003662 10.0.0.249 - - [2026-01-29 02:09:11] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001275 10.0.0.249 - - [2026-01-29 02:09:11] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 3173 0.008255 10.0.0.249 - - [2026-01-29 02:09:11] "GET /projects?obj_uuids=966cd29a-ecba-4d56-85fe-5e6d6b6e804a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001199 10.0.0.249 - - [2026-01-29 02:09:11] "GET /project/966cd29a-ecba-4d56-85fe-5e6d6b6e804a HTTP/1.1" 200 2578 0.067853 10.0.0.249 - - [2026-01-29 02:09:11] "GET /virtual-network/d3ce834e-e946-485c-b7b6-29ab0e70723a HTTP/1.1" 200 2905 0.004205 10.0.0.249 - - [2026-01-29 02:09:11] "GET /obj-perms HTTP/1.1" 200 5053 0.002866 10.0.0.249 - - [2026-01-29 02:09:11] "POST /id-to-fqname HTTP/1.1" 200 222 0.001369 10.0.0.249 - - [2026-01-29 02:09:11] "POST /neutron/network HTTP/1.1" 200 937 0.006525 10.0.0.249 - - [2026-01-29 02:09:11] "GET /aaa-mode HTTP/1.1" 401 293 0.000538 10.0.0.249 - - [2026-01-29 02:09:11] "GET / HTTP/1.1" 200 36215 0.001749 10.0.0.249 - - [2026-01-29 02:09:11] "GET /project/966cd29a-ecba-4d56-85fe-5e6d6b6e804a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000399 10.0.0.249 - - [2026-01-29 02:09:12] "GET /projects?obj_uuids=966cd29a-ecba-4d56-85fe-5e6d6b6e804a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001142 10.0.0.249 - - [2026-01-29 02:09:12] "GET /project/966cd29a-ecba-4d56-85fe-5e6d6b6e804a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.050143 10.0.0.249 - - [2026-01-29 02:09:12] "POST /neutron/network HTTP/1.1" 200 927 0.007498 10.0.0.249 - - [2026-01-29 02:09:12] "POST /neutron/port HTTP/1.1" 200 117 0.005562 10.0.0.249 - - [2026-01-29 02:09:12] "POST /neutron/port HTTP/1.1" 200 117 0.005685 10.0.0.249 - - [2026-01-29 02:09:12] "POST /id-to-fqname HTTP/1.1" 200 222 0.001497 10.0.0.249 - - [2026-01-29 02:09:12] "POST /neutron/port HTTP/1.1" 200 117 0.004783 10.0.0.249 - - [2026-01-29 02:09:12] "POST /neutron/network HTTP/1.1" 200 940 0.005499 10.0.0.249 - - [2026-01-29 02:09:12] "GET /aaa-mode HTTP/1.1" 401 293 0.000487 10.0.0.249 - - [2026-01-29 02:09:12] "POST /neutron/network HTTP/1.1" 200 937 0.005402 10.0.0.249 - - [2026-01-29 02:09:12] "GET /projects?obj_uuids=966cd29a-ecba-4d56-85fe-5e6d6b6e804a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001479 10.0.0.249 - - [2026-01-29 02:09:12] "GET / HTTP/1.1" 200 36215 0.002861 10.0.0.249 - - [2026-01-29 02:09:12] "GET /project/966cd29a-ecba-4d56-85fe-5e6d6b6e804a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.001384 10.0.0.249 - - [2026-01-29 02:09:12] "POST /neutron/port HTTP/1.1" 200 1061 0.208001 10.0.0.249 - - [2026-01-29 02:09:13] "POST /neutron/port HTTP/1.1" 200 1061 0.014499 10.0.0.249 - - [2026-01-29 02:09:13] "POST /neutron/port HTTP/1.1" 200 1061 0.009974 10.0.0.249 - - [2026-01-29 02:09:13] "POST /neutron/port HTTP/1.1" 200 1115 0.064105 10.0.0.249 - - [2026-01-29 02:09:13] "POST /neutron/port HTTP/1.1" 200 1125 0.011938 10.0.0.249 - - [2026-01-29 02:09:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003355 10.0.0.249 - - [2026-01-29 02:09:13] "POST /neutron/subnet HTTP/1.1" 200 694 0.006442 10.0.0.249 - - [2026-01-29 02:09:13] "POST /neutron/port HTTP/1.1" 200 117 0.001612 10.0.0.249 - - [2026-01-29 02:09:13] "POST /neutron/network HTTP/1.1" 200 927 0.005621 10.0.0.249 - - [2026-01-29 02:09:13] "GET /projects?obj_uuids=966cd29a-ecba-4d56-85fe-5e6d6b6e804a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001369 10.0.0.249 - - [2026-01-29 02:09:13] "GET /project/966cd29a-ecba-4d56-85fe-5e6d6b6e804a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.047042 10.0.0.249 - - [2026-01-29 02:09:13] "POST /neutron/network HTTP/1.1" 200 930 0.007151 10.0.0.249 - - [2026-01-29 02:09:13] "POST /neutron/port HTTP/1.1" 200 1125 0.014860 10.0.0.249 - - [2026-01-29 02:09:13] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006569 10.0.0.249 - - [2026-01-29 02:09:13] "POST /neutron/port HTTP/1.1" 200 117 0.005825 10.0.0.249 - - [2026-01-29 02:09:13] "POST /neutron/port HTTP/1.1" 200 1125 0.017355 10.0.0.249 - - [2026-01-29 02:09:13] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007576 10.0.0.249 - - [2026-01-29 02:09:13] "POST /neutron/network HTTP/1.1" 200 940 0.005299 10.0.0.249 - - [2026-01-29 02:09:13] "GET /projects?obj_uuids=966cd29a-ecba-4d56-85fe-5e6d6b6e804a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001581 10.0.0.249 - - [2026-01-29 02:09:14] "PUT /access-control-list/03c5f4d6-80a8-4739-860b-f1d7f4cd2023 HTTP/1.1" 200 273 0.060440 10.0.0.249 - - [2026-01-29 02:09:14] "POST /neutron/port HTTP/1.1" 200 1064 0.291114 10.0.0.249 - - [2026-01-29 02:09:14] "POST /neutron/port HTTP/1.1" 200 1064 0.012872 10.0.0.249 - - [2026-01-29 02:09:14] "POST /neutron/port HTTP/1.1" 200 1064 0.010632 10.0.0.249 - - [2026-01-29 02:09:14] "POST /neutron/port HTTP/1.1" 200 1118 0.096625 10.0.0.249 - - [2026-01-29 02:09:14] "POST /neutron/port HTTP/1.1" 200 1128 0.014450 10.0.0.249 - - [2026-01-29 02:09:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003878 10.0.0.249 - - [2026-01-29 02:09:14] "POST /neutron/subnet HTTP/1.1" 200 708 0.009485 10.0.0.249 - - [2026-01-29 02:09:14] "POST /neutron/port HTTP/1.1" 200 117 0.001606 10.0.0.249 - - [2026-01-29 02:09:14] "POST /neutron/network HTTP/1.1" 200 930 0.006041 10.0.0.249 - - [2026-01-29 02:09:18] "POST /neutron/port HTTP/1.1" 200 1125 0.014613 10.0.0.249 - - [2026-01-29 02:09:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006116 10.0.0.249 - - [2026-01-29 02:09:18] "POST /neutron/port HTTP/1.1" 200 1125 0.012143 10.0.0.249 - - [2026-01-29 02:09:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007132 10.0.0.249 - - [2026-01-29 02:09:18] "POST /neutron/port HTTP/1.1" 200 1125 0.013180 10.0.0.249 - - [2026-01-29 02:09:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006467 10.0.0.249 - - [2026-01-29 02:09:18] "GET /virtual-machine/eee14b18-1ac7-46af-a2ec-656b9fadbb79 HTTP/1.1" 200 1297 0.004377 10.0.0.249 - - [2026-01-29 02:09:18] "GET /virtual-machine-interface/a05c1196-8e8d-49d8-85a6-f9f4b68b283c HTTP/1.1" 200 2958 0.005257 10.0.0.249 - - [2026-01-29 02:09:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.249 - - [2026-01-29 02:09:18] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003206 10.0.0.249 - - [2026-01-29 02:09:18] "GET /virtual-networks?parent_id=966cd29a-ecba-4d56-85fe-5e6d6b6e804a&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002939 10.0.0.249 - - [2026-01-29 02:09:19] "GET /virtual-network/3e2c25c7-71b8-4d0c-9892-d0106f3c5146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005406 10.0.0.249 - - [2026-01-29 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002778 10.0.0.249 - - [2026-01-29 02:09:22] "GET /virtual-network/3e2c25c7-71b8-4d0c-9892-d0106f3c5146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005346 10.0.0.249 - - [2026-01-29 02:09:22] "POST /neutron/port HTTP/1.1" 200 1125 0.013338 10.0.0.249 - - [2026-01-29 02:09:22] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005456 10.0.0.249 - - [2026-01-29 02:09:23] "POST /neutron/port HTTP/1.1" 200 1128 0.012579 10.0.0.249 - - [2026-01-29 02:09:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006466 10.0.0.249 - - [2026-01-29 02:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.249 - - [2026-01-29 02:09:24] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003032 10.0.0.249 - - [2026-01-29 02:09:24] "GET /virtual-networks?parent_id=966cd29a-ecba-4d56-85fe-5e6d6b6e804a&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004534 10.0.0.249 - - [2026-01-29 02:09:24] "GET /virtual-network/3e2c25c7-71b8-4d0c-9892-d0106f3c5146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005078 10.0.0.249 - - [2026-01-29 02:09:24] "POST /neutron/port HTTP/1.1" 200 1128 0.013081 10.0.0.249 - - [2026-01-29 02:09:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006924 10.0.0.249 - - [2026-01-29 02:09:24] "POST /neutron/port HTTP/1.1" 200 1128 0.012844 10.0.0.249 - - [2026-01-29 02:09:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006710 10.0.0.249 - - [2026-01-29 02:09:24] "POST /neutron/port HTTP/1.1" 200 1128 0.012101 10.0.0.249 - - [2026-01-29 02:09:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006589 10.0.0.249 - - [2026-01-29 02:09:24] "GET /virtual-machine/fb17505e-aed3-426e-9f1d-2640ec4d7e0f HTTP/1.1" 200 1297 0.005203 10.0.0.249 - - [2026-01-29 02:09:24] "GET /virtual-machine-interface/421b4f76-eec9-46c9-94d4-56d154954796 HTTP/1.1" 200 2958 0.005460 10.0.0.249 - - [2026-01-29 02:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.249 - - [2026-01-29 02:09:24] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003217 10.0.0.249 - - [2026-01-29 02:09:24] "GET /virtual-networks?parent_id=966cd29a-ecba-4d56-85fe-5e6d6b6e804a&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003290 10.0.0.249 - - [2026-01-29 02:09:24] "GET /virtual-network/d3ce834e-e946-485c-b7b6-29ab0e70723a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.005579 10.0.0.249 - - [2026-01-29 02:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.249 - - [2026-01-29 02:09:26] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003585 10.0.0.249 - - [2026-01-29 02:09:26] "GET /virtual-networks?parent_id=966cd29a-ecba-4d56-85fe-5e6d6b6e804a&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003143 10.0.0.249 - - [2026-01-29 02:09:26] "GET /virtual-network/d3ce834e-e946-485c-b7b6-29ab0e70723a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.005133 10.0.0.249 - - [2026-01-29 02:09:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.249 - - [2026-01-29 02:09:30] "GET /projects?obj_uuids=966cd29a-ecba-4d56-85fe-5e6d6b6e804a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001461 10.0.0.249 - - [2026-01-29 02:09:30] "GET /project/966cd29a-ecba-4d56-85fe-5e6d6b6e804a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.024071 10.0.0.249 - - [2026-01-29 02:09:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.249 - - [2026-01-29 02:09:30] "PUT /network-policy/0cfaf85b-4589-45f0-a3d2-f6661858c73c HTTP/1.1" 200 263 0.010619 10.0.0.249 - - [2026-01-29 02:09:30] "PUT /access-control-list/03c5f4d6-80a8-4739-860b-f1d7f4cd2023 HTTP/1.1" 200 273 0.053668 10.0.0.249 - - [2026-01-29 02:09:30] "POST /ref-update HTTP/1.1" 200 156 0.012969 10.0.0.249 - - [2026-01-29 02:09:30] "PUT /access-control-list/bb7c9240-6b42-44ca-96a4-4f09a5e256ab HTTP/1.1" 200 273 0.057853 10.0.0.249 - - [2026-01-29 02:09:30] "POST /ref-update HTTP/1.1" 200 156 0.013884 10.0.0.249 - - [2026-01-29 02:09:34] "GET /virtual-network/d3ce834e-e946-485c-b7b6-29ab0e70723a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.006641 10.0.0.249 - - [2026-01-29 02:09:34] "POST /neutron/network HTTP/1.1" 200 930 0.008813 10.0.0.249 - - [2026-01-29 02:09:34] "POST /neutron/network HTTP/1.1" 200 828 0.040499 10.0.0.249 - - [2026-01-29 02:09:34] "DELETE /access-control-list/03c5f4d6-80a8-4739-860b-f1d7f4cd2023 HTTP/1.1" 200 115 0.038860 10.0.0.249 - - [2026-01-29 02:09:34] "POST /neutron/network HTTP/1.1" 200 828 0.006965 10.0.0.249 - - [2026-01-29 02:09:34] "GET /virtual-network/d3ce834e-e946-485c-b7b6-29ab0e70723a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005777 10.0.0.249 - - [2026-01-29 02:09:34] "GET /virtual-network/3e2c25c7-71b8-4d0c-9892-d0106f3c5146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005956 10.0.0.249 - - [2026-01-29 02:09:34] "POST /neutron/network HTTP/1.1" 200 927 0.006094 10.0.0.249 - - [2026-01-29 02:09:34] "POST /neutron/network HTTP/1.1" 200 825 0.059136 10.0.0.249 - - [2026-01-29 02:09:34] "POST /neutron/network HTTP/1.1" 200 825 0.006244 10.0.0.249 - - [2026-01-29 02:09:34] "DELETE /access-control-list/bb7c9240-6b42-44ca-96a4-4f09a5e256ab HTTP/1.1" 200 115 0.072737 10.0.0.249 - - [2026-01-29 02:09:34] "GET /virtual-network/3e2c25c7-71b8-4d0c-9892-d0106f3c5146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.022418 10.0.0.249 - - [2026-01-29 02:09:34] "DELETE /network-policy/0cfaf85b-4589-45f0-a3d2-f6661858c73c HTTP/1.1" 200 115 0.023322 10.0.0.249 - - [2026-01-29 02:09:34] "POST /neutron/network HTTP/1.1" 200 828 0.004903 10.0.0.249 - - [2026-01-29 02:09:34] "POST /neutron/network HTTP/1.1" 400 204 0.010727 10.0.0.249 - - [2026-01-29 02:09:34] "POST /neutron/port HTTP/1.1" 200 1128 0.012044 10.0.0.249 - - [2026-01-29 02:09:34] "POST /neutron/port HTTP/1.1" 200 1118 0.010368 10.0.0.249 - - [2026-01-29 02:09:34] "POST /neutron/port HTTP/1.1" 200 1125 0.014174 10.0.0.249 - - [2026-01-29 02:09:34] "POST /neutron/port HTTP/1.1" 200 1115 0.011639 10.0.0.249 - - [2026-01-29 02:09:34] "POST /neutron/port HTTP/1.1" 200 151 0.133067 10.0.0.249 - - [2026-01-29 02:09:34] "POST /neutron/port HTTP/1.1" 200 151 0.131931 10.0.0.249 - - [2026-01-29 02:09:36] "POST /neutron/network HTTP/1.1" 200 828 0.007869 10.0.0.249 - - [2026-01-29 02:09:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003067 10.0.0.249 - - [2026-01-29 02:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.249 - - [2026-01-29 02:09:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001554 10.0.0.249 - - [2026-01-29 02:09:36] "POST /neutron/network HTTP/1.1" 200 151 0.073117 10.0.0.249 - - [2026-01-29 02:09:36] "GET /routing-instance/946f9317-3654-4f7a-8000-0101fc45063b HTTP/1.1" 404 171 0.002565 10.0.0.249 - - [2026-01-29 02:09:36] "DELETE /route-target/a94bb19b-6109-4039-b225-660d7d859ca5 HTTP/1.1" 200 115 0.014888 10.0.0.249 - - [2026-01-29 02:09:36] "GET /domains HTTP/1.1" 200 281 0.002385 10.0.0.249 - - [2026-01-29 02:09:36] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001907 10.0.0.249 - - [2026-01-29 02:09:36] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 3173 0.054672 10.0.0.249 - - [2026-01-29 02:09:36] "GET /projects?obj_uuids=966cd29a-ecba-4d56-85fe-5e6d6b6e804a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000978 10.0.0.249 - - [2026-01-29 02:09:36] "DELETE /project/d26dde82fab5430eb8b9821741307b33 HTTP/1.1" 404 173 0.012872 10.0.0.249 - - [2026-01-29 02:09:36] "DELETE /project/7dc22474ea2749f4b1cbee1beba3630b HTTP/1.1" 404 173 0.012100 10.0.0.249 - - [2026-01-29 02:09:36] "DELETE /project/966cd29aecba4d5685fe5e6d6b6e804a HTTP/1.1" 404 173 0.007980 10.0.0.249 - - [2026-01-29 02:09:36] "GET /projects?obj_uuids=02586f4f-07c1-474b-ace7-a6903931001f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000977 10.0.0.249 - - [2026-01-29 02:09:36] "GET /projects?obj_uuids=d26dde82-fab5-430e-b8b9-821741307b33&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000769 10.0.0.249 - - [2026-01-29 02:09:36] "GET /projects?obj_uuids=7dc22474-ea27-49f4-b1cb-ee1beba3630b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000851 10.0.0.249 - - [2026-01-29 02:09:36] "GET /project/d26dde82-fab5-430e-b8b9-821741307b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.041662 10.0.0.249 - - [2026-01-29 02:09:36] "GET /project/02586f4f-07c1-474b-ace7-a6903931001f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.045923 10.0.0.249 - - [2026-01-29 02:09:36] "GET /project/7dc22474-ea27-49f4-b1cb-ee1beba3630b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.050389 10.0.0.249 - - [2026-01-29 02:09:36] "GET /projects?obj_uuids=7dc22474-ea27-49f4-b1cb-ee1beba3630b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001276 10.0.0.249 - - [2026-01-29 02:09:36] "GET /projects?obj_uuids=02586f4f-07c1-474b-ace7-a6903931001f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000753 10.0.0.249 - - [2026-01-29 02:09:36] "GET /projects?obj_uuids=d26dde82-fab5-430e-b8b9-821741307b33&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000812 10.0.0.249 - - [2026-01-29 02:09:36] "GET /project/966cd29a-ecba-4d56-85fe-5e6d6b6e804a HTTP/1.1" 200 2108 0.110284 10.0.0.249 - - [2026-01-29 02:09:36] "POST /neutron/network HTTP/1.1" 200 825 0.007383 10.0.0.249 - - [2026-01-29 02:09:36] "GET /project/d26dde82-fab5-430e-b8b9-821741307b33?fields=security_groups HTTP/1.1" 200 1387 0.067049 10.0.0.249 - - [2026-01-29 02:09:36] "GET /project/02586f4f-07c1-474b-ace7-a6903931001f?fields=security_groups HTTP/1.1" 200 1370 0.078220 10.0.0.249 - - [2026-01-29 02:09:36] "GET /project/7dc22474-ea27-49f4-b1cb-ee1beba3630b?fields=security_groups HTTP/1.1" 200 1410 0.082572 10.0.0.249 - - [2026-01-29 02:09:36] "DELETE /security-group/061a6e5e-1e01-4609-8850-0f9d4b0cbf4e HTTP/1.1" 200 115 0.079268 10.0.0.249 - - [2026-01-29 02:09:36] "GET /projects?obj_uuids=d26dde82-fab5-430e-b8b9-821741307b33&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001060 10.0.0.249 - - [2026-01-29 02:09:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002412 10.0.0.249 - - [2026-01-29 02:09:36] "POST /useragent-kv HTTP/1.1" 200 115 0.004652 10.0.0.249 - - [2026-01-29 02:09:36] "DELETE /access-control-list/10a0cbd3-e650-4107-aa90-17b20b812500 HTTP/1.1" 200 115 0.060214 10.0.0.249 - - [2026-01-29 02:09:36] "DELETE /security-group/d598065a-1366-46e1-9da6-4594a4c0d914 HTTP/1.1" 200 115 0.090348 10.0.0.249 - - [2026-01-29 02:09:36] "GET /projects?obj_uuids=02586f4f-07c1-474b-ace7-a6903931001f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001024 10.0.0.249 - - [2026-01-29 02:09:36] "POST /neutron/network HTTP/1.1" 200 151 0.158078 10.0.0.249 - - [2026-01-29 02:09:36] "DELETE /security-group/0afc15b0-65f7-4dfd-b943-05725d2d1ef1 HTTP/1.1" 200 115 0.101217 10.0.0.249 - - [2026-01-29 02:09:36] "GET /routing-instance/2c81f51f-50dc-4266-a8f8-32398ab2d829 HTTP/1.1" 404 171 0.004953 10.0.0.249 - - [2026-01-29 02:09:36] "GET /project/d26dde82-fab5-430e-b8b9-821741307b33?fields=application_policy_sets HTTP/1.1" 200 1426 0.048510 10.0.0.249 - - [2026-01-29 02:09:36] "GET /projects?obj_uuids=7dc22474-ea27-49f4-b1cb-ee1beba3630b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001108 10.0.0.249 - - [2026-01-29 02:09:36] "GET /domains HTTP/1.1" 200 281 0.002430 10.0.0.249 - - [2026-01-29 02:09:36] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000928 10.0.0.249 - - [2026-01-29 02:09:36] "DELETE /access-control-list/dbea046f-7c75-46c6-b9b1-1bb1b620d974 HTTP/1.1" 200 115 0.042534 10.0.0.249 - - [2026-01-29 02:09:36] "GET /project/7dc22474-ea27-49f4-b1cb-ee1beba3630b?fields=application_policy_sets HTTP/1.1" 200 1449 0.037384 10.0.0.249 - - [2026-01-29 02:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.249 - - [2026-01-29 02:09:36] "GET /project/02586f4f-07c1-474b-ace7-a6903931001f?fields=application_policy_sets HTTP/1.1" 200 1409 0.073944 10.0.0.249 - - [2026-01-29 02:09:36] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 3173 0.052668 10.0.0.249 - - [2026-01-29 02:09:36] "GET /projects?obj_uuids=966cd29a-ecba-4d56-85fe-5e6d6b6e804a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000950 10.0.0.249 - - [2026-01-29 02:09:37] "DELETE /route-target/79b837d9-fc57-4cb8-8ec8-683db875c43e HTTP/1.1" 200 115 0.043177 10.0.0.249 - - [2026-01-29 02:09:37] "GET /project/966cd29a-ecba-4d56-85fe-5e6d6b6e804a HTTP/1.1" 200 1868 0.090220 10.0.0.249 - - [2026-01-29 02:09:37] "DELETE /project/d26dde82-fab5-430e-b8b9-821741307b33 HTTP/1.1" 200 115 0.526308 10.0.0.249 - - [2026-01-29 02:09:37] "DELETE /project/7dc22474-ea27-49f4-b1cb-ee1beba3630b HTTP/1.1" 200 115 0.556058 10.0.0.249 - - [2026-01-29 02:09:37] "DELETE /access-control-list/2a32b0c1-b585-470c-b28d-454375807fef HTTP/1.1" 200 115 0.142673 10.0.0.249 - - [2026-01-29 02:09:37] "DELETE /project/02586f4f-07c1-474b-ace7-a6903931001f HTTP/1.1" 200 115 0.594588 10.0.0.249 - - [2026-01-29 02:09:37] "DELETE /access-control-list/d68fbedb-33c7-49f1-8dcf-196a92defcbe HTTP/1.1" 200 115 0.036002 10.0.0.249 - - [2026-01-29 02:09:37] "DELETE /access-control-list/378b6727-96f1-4bbb-93b2-c30ef60b7e97 HTTP/1.1" 200 115 0.031441 10.0.0.249 - - [2026-01-29 02:09:37] "DELETE /access-control-list/d85286fb-c53a-41cd-b8df-156f6268879f HTTP/1.1" 200 115 0.022681 10.0.0.249 - - [2026-01-29 02:09:37] "GET /projects?obj_uuids=966cd29a-ecba-4d56-85fe-5e6d6b6e804a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001215 10.0.0.249 - - [2026-01-29 02:09:37] "GET /project/966cd29a-ecba-4d56-85fe-5e6d6b6e804a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.024676 10.0.0.249 - - [2026-01-29 02:09:37] "GET /projects?obj_uuids=966cd29a-ecba-4d56-85fe-5e6d6b6e804a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001351 10.0.0.249 - - [2026-01-29 02:09:37] "GET /project/966cd29a-ecba-4d56-85fe-5e6d6b6e804a?fields=virtual_networks HTTP/1.1" 200 1037 0.063308 10.0.0.249 - - [2026-01-29 02:09:37] "GET /projects?obj_uuids=966cd29a-ecba-4d56-85fe-5e6d6b6e804a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001181 10.0.0.249 - - [2026-01-29 02:09:37] "GET /project/966cd29a-ecba-4d56-85fe-5e6d6b6e804a?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.024205 10.0.0.249 - - [2026-01-29 02:09:37] "GET /projects?obj_uuids=966cd29a-ecba-4d56-85fe-5e6d6b6e804a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001388 10.0.0.249 - - [2026-01-29 02:09:37] "GET /project/966cd29a-ecba-4d56-85fe-5e6d6b6e804a?fields=security_groups HTTP/1.1" 200 1266 0.024066 10.0.0.249 - - [2026-01-29 02:09:38] "POST /fqname-to-id HTTP/1.1" 404 181 0.025943 10.0.0.249 - - [2026-01-29 02:09:38] "GET /projects?obj_uuids=8a8990a6-719d-415a-870a-5b858be06cb2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003078 10.0.0.249 - - [2026-01-29 02:09:38] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001206 10.0.0.249 - - [2026-01-29 02:09:38] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007931 10.0.0.249 - - [2026-01-29 02:09:38] "POST /id-to-fqname HTTP/1.1" 200 183 0.002410 10.0.0.249 - - [2026-01-29 02:09:38] "POST /fqname-to-id HTTP/1.1" 404 192 0.003771 10.0.0.249 - - [2026-01-29 02:09:38] "POST /security-groups HTTP/1.1" 200 584 0.068051 10.0.0.249 - - [2026-01-29 02:09:38] "POST /fqname-to-id HTTP/1.1" 404 227 0.002439 10.0.0.249 - - [2026-01-29 02:09:38] "POST /projects HTTP/1.1" 200 571 0.222210 10.0.0.249 - - [2026-01-29 02:09:38] "POST /access-control-lists HTTP/1.1" 200 591 0.056756 10.0.0.249 - - [2026-01-29 02:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.302246 10.0.0.249 - - [2026-01-29 02:09:38] "POST /fqname-to-id HTTP/1.1" 404 226 0.002887 10.0.0.249 - - [2026-01-29 02:09:38] "GET /project/8a8990a6-719d-415a-870a-5b858be06cb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.445920 10.0.0.249 - - [2026-01-29 02:09:38] "POST /access-control-lists HTTP/1.1" 200 589 0.060509 10.0.0.249 - - [2026-01-29 02:09:40] "GET / HTTP/1.1" 200 36215 0.002363 10.0.0.249 - - [2026-01-29 02:09:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.000681 10.0.0.249 - - [2026-01-29 02:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.055941 10.0.0.249 - - [2026-01-29 02:09:41] "GET /projects?obj_uuids=8a8990a6-719d-415a-870a-5b858be06cb2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001147 10.0.0.249 - - [2026-01-29 02:09:41] "GET /project/8a8990a6-719d-415a-870a-5b858be06cb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.040431 10.0.0.249 - - [2026-01-29 02:09:41] "POST /neutron/network HTTP/1.1" 200 117 0.035918 10.0.0.249 - - [2026-01-29 02:09:41] "GET /projects?obj_uuids=8a8990a6-719d-415a-870a-5b858be06cb2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001471 10.0.0.249 - - [2026-01-29 02:09:41] "POST /neutron/network HTTP/1.1" 200 612 0.070878 10.0.0.249 - - [2026-01-29 02:09:41] "POST /route-targets HTTP/1.1" 200 328 0.009893 10.0.0.249 - - [2026-01-29 02:09:41] "POST /ref-update HTTP/1.1" 200 156 0.011930 10.0.0.249 - - [2026-01-29 02:09:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002934 10.0.0.249 - - [2026-01-29 02:09:41] "POST /neutron/subnet HTTP/1.1" 200 719 0.138930 10.0.0.249 - - [2026-01-29 02:09:41] "POST /neutron/network HTTP/1.1" 200 830 0.005044 10.0.0.249 - - [2026-01-29 02:09:41] "POST /id-to-fqname HTTP/1.1" 200 220 0.001168 10.0.0.249 - - [2026-01-29 02:09:41] "GET /virtual-network/df932d4e-90c7-4d15-9a0b-b0c4d5f49e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005293 10.0.0.249 - - [2026-01-29 02:09:41] "POST /neutron/network HTTP/1.1" 200 830 0.005782 10.0.0.249 - - [2026-01-29 02:09:41] "GET /virtual-network/df932d4e-90c7-4d15-9a0b-b0c4d5f49e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004505 10.0.0.249 - - [2026-01-29 02:09:41] "POST /neutron/network HTTP/1.1" 200 830 0.006061 10.0.0.249 - - [2026-01-29 02:09:41] "POST /neutron/subnet HTTP/1.1" 200 719 0.006367 10.0.0.249 - - [2026-01-29 02:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002281 10.0.0.249 - - [2026-01-29 02:09:41] "GET /virtual-network/df932d4e-90c7-4d15-9a0b-b0c4d5f49e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004254 10.0.0.249 - - [2026-01-29 02:09:41] "PUT /virtual-network/df932d4e-90c7-4d15-9a0b-b0c4d5f49e8b HTTP/1.1" 200 265 0.033728 10.0.0.249 - - [2026-01-29 02:09:41] "POST /route-targets HTTP/1.1" 200 324 0.020419 10.0.0.249 - - [2026-01-29 02:09:41] "POST /ref-update HTTP/1.1" 200 156 0.011357 10.0.0.249 - - [2026-01-29 02:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.249 - - [2026-01-29 02:09:41] "GET /projects?obj_uuids=8a8990a6-719d-415a-870a-5b858be06cb2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001205 10.0.0.249 - - [2026-01-29 02:09:41] "GET /project/8a8990a6-719d-415a-870a-5b858be06cb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.025747 10.0.0.249 - - [2026-01-29 02:09:41] "POST /neutron/network HTTP/1.1" 200 117 0.010753 10.0.0.249 - - [2026-01-29 02:09:41] "GET /projects?obj_uuids=8a8990a6-719d-415a-870a-5b858be06cb2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001020 10.0.0.249 - - [2026-01-29 02:09:41] "POST /neutron/network HTTP/1.1" 200 612 0.060712 10.0.0.249 - - [2026-01-29 02:09:42] "POST /route-targets HTTP/1.1" 200 328 0.012336 10.0.0.249 - - [2026-01-29 02:09:42] "POST /ref-update HTTP/1.1" 200 156 0.011153 10.0.0.249 - - [2026-01-29 02:09:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003110 10.0.0.249 - - [2026-01-29 02:09:42] "POST /neutron/subnet HTTP/1.1" 200 720 0.150523 10.0.0.249 - - [2026-01-29 02:09:42] "POST /neutron/network HTTP/1.1" 200 830 0.004973 10.0.0.249 - - [2026-01-29 02:09:42] "POST /id-to-fqname HTTP/1.1" 200 220 0.001147 10.0.0.249 - - [2026-01-29 02:09:42] "GET /virtual-network/90c580b1-3aba-4079-9d3a-66aa1d256670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004631 10.0.0.249 - - [2026-01-29 02:09:42] "POST /neutron/network HTTP/1.1" 200 830 0.006213 10.0.0.249 - - [2026-01-29 02:09:42] "GET /virtual-network/90c580b1-3aba-4079-9d3a-66aa1d256670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008420 10.0.0.249 - - [2026-01-29 02:09:42] "POST /neutron/network HTTP/1.1" 200 830 0.005555 10.0.0.249 - - [2026-01-29 02:09:42] "POST /neutron/subnet HTTP/1.1" 200 720 0.006220 10.0.0.249 - - [2026-01-29 02:09:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002173 10.0.0.249 - - [2026-01-29 02:09:42] "GET /virtual-network/90c580b1-3aba-4079-9d3a-66aa1d256670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004942 10.0.0.249 - - [2026-01-29 02:09:42] "POST /ref-update HTTP/1.1" 200 156 0.011890 10.0.0.249 - - [2026-01-29 02:09:42] "PUT /virtual-network/90c580b1-3aba-4079-9d3a-66aa1d256670 HTTP/1.1" 200 265 0.038458 10.0.0.249 - - [2026-01-29 02:09:42] "POST /id-to-fqname HTTP/1.1" 200 220 0.001445 10.0.0.249 - - [2026-01-29 02:09:42] "POST /neutron/network HTTP/1.1" 200 840 0.006726 10.0.0.249 - - [2026-01-29 02:09:42] "GET /aaa-mode HTTP/1.1" 401 293 0.000492 10.0.0.249 - - [2026-01-29 02:09:43] "GET / HTTP/1.1" 200 36215 0.001790 10.0.0.249 - - [2026-01-29 02:09:43] "GET /project/8a8990a6-719d-415a-870a-5b858be06cb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000418 10.0.0.249 - - [2026-01-29 02:09:43] "GET /projects?obj_uuids=8a8990a6-719d-415a-870a-5b858be06cb2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001132 10.0.0.249 - - [2026-01-29 02:09:43] "GET /project/8a8990a6-719d-415a-870a-5b858be06cb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.047265 10.0.0.249 - - [2026-01-29 02:09:43] "POST /neutron/network HTTP/1.1" 200 830 0.005573 10.0.0.249 - - [2026-01-29 02:09:43] "POST /neutron/port HTTP/1.1" 200 117 0.004857 10.0.0.249 - - [2026-01-29 02:09:43] "POST /neutron/port HTTP/1.1" 200 117 0.005392 10.0.0.249 - - [2026-01-29 02:09:43] "POST /id-to-fqname HTTP/1.1" 200 220 0.001487 10.0.0.249 - - [2026-01-29 02:09:43] "POST /neutron/port HTTP/1.1" 200 117 0.004761 10.0.0.249 - - [2026-01-29 02:09:43] "POST /neutron/network HTTP/1.1" 200 840 0.007011 10.0.0.249 - - [2026-01-29 02:09:43] "GET /aaa-mode HTTP/1.1" 401 293 0.000655 10.0.0.249 - - [2026-01-29 02:09:43] "POST /neutron/network HTTP/1.1" 200 840 0.006074 10.0.0.249 - - [2026-01-29 02:09:44] "GET /projects?obj_uuids=8a8990a6-719d-415a-870a-5b858be06cb2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002170 10.0.0.249 - - [2026-01-29 02:09:44] "GET / HTTP/1.1" 200 36215 0.001889 10.0.0.249 - - [2026-01-29 02:09:44] "GET /project/8a8990a6-719d-415a-870a-5b858be06cb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000442 10.0.0.249 - - [2026-01-29 02:09:44] "GET /obj-perms HTTP/1.1" 200 5075 0.079771 10.0.0.249 - - [2026-01-29 02:09:44] "POST /neutron/port HTTP/1.1" 200 1052 0.245280 10.0.0.249 - - [2026-01-29 02:09:44] "POST /neutron/port HTTP/1.1" 200 1052 0.009318 10.0.0.249 - - [2026-01-29 02:09:44] "POST /neutron/port HTTP/1.1" 200 1052 0.009235 10.0.0.249 - - [2026-01-29 02:09:44] "POST /neutron/port HTTP/1.1" 200 1106 0.068476 10.0.0.249 - - [2026-01-29 02:09:44] "POST /neutron/port HTTP/1.1" 200 1116 0.012575 10.0.0.249 - - [2026-01-29 02:09:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004489 10.0.0.249 - - [2026-01-29 02:09:44] "POST /neutron/subnet HTTP/1.1" 200 693 0.008647 10.0.0.249 - - [2026-01-29 02:09:44] "POST /neutron/port HTTP/1.1" 200 117 0.001673 10.0.0.249 - - [2026-01-29 02:09:44] "POST /neutron/network HTTP/1.1" 200 830 0.008636 10.0.0.249 - - [2026-01-29 02:09:44] "GET /projects?obj_uuids=8a8990a6-719d-415a-870a-5b858be06cb2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001198 10.0.0.249 - - [2026-01-29 02:09:44] "GET /project/8a8990a6-719d-415a-870a-5b858be06cb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.119260 10.0.0.249 - - [2026-01-29 02:09:44] "GET /obj-perms HTTP/1.1" 200 5075 0.069703 10.0.0.249 - - [2026-01-29 02:09:44] "POST /neutron/network HTTP/1.1" 200 830 0.005705 10.0.0.249 - - [2026-01-29 02:09:44] "POST /neutron/port HTTP/1.1" 200 1116 0.014744 10.0.0.249 - - [2026-01-29 02:09:44] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008866 10.0.0.249 - - [2026-01-29 02:09:44] "POST /neutron/port HTTP/1.1" 200 117 0.011238 10.0.0.249 - - [2026-01-29 02:09:44] "POST /neutron/port HTTP/1.1" 200 1116 0.014645 10.0.0.249 - - [2026-01-29 02:09:44] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006485 10.0.0.249 - - [2026-01-29 02:09:45] "POST /neutron/network HTTP/1.1" 200 840 0.007327 10.0.0.249 - - [2026-01-29 02:09:45] "GET /projects?obj_uuids=8a8990a6-719d-415a-870a-5b858be06cb2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001160 10.0.0.249 - - [2026-01-29 02:09:45] "POST /neutron/port HTTP/1.1" 200 1052 0.273226 10.0.0.249 - - [2026-01-29 02:09:45] "POST /neutron/port HTTP/1.1" 200 1052 0.010691 10.0.0.249 - - [2026-01-29 02:09:45] "POST /neutron/port HTTP/1.1" 200 1052 0.012932 10.0.0.249 - - [2026-01-29 02:09:45] "POST /neutron/port HTTP/1.1" 200 1106 0.075198 10.0.0.249 - - [2026-01-29 02:09:45] "POST /neutron/port HTTP/1.1" 200 1116 0.013268 10.0.0.249 - - [2026-01-29 02:09:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003494 10.0.0.249 - - [2026-01-29 02:09:45] "POST /neutron/subnet HTTP/1.1" 200 694 0.008095 10.0.0.249 - - [2026-01-29 02:09:45] "POST /neutron/port HTTP/1.1" 200 117 0.001371 10.0.0.249 - - [2026-01-29 02:09:45] "POST /neutron/network HTTP/1.1" 200 830 0.005752 10.0.0.249 - - [2026-01-29 02:09:49] "POST /neutron/port HTTP/1.1" 200 1116 0.011659 10.0.0.249 - - [2026-01-29 02:09:50] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005872 10.0.0.249 - - [2026-01-29 02:09:50] "POST /neutron/port HTTP/1.1" 200 1116 0.011098 10.0.0.249 - - [2026-01-29 02:09:50] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005831 10.0.0.249 - - [2026-01-29 02:09:50] "POST /neutron/port HTTP/1.1" 200 1116 0.011257 10.0.0.249 - - [2026-01-29 02:09:50] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006342 10.0.0.249 - - [2026-01-29 02:09:50] "GET /virtual-machine/cd88477d-8333-4bc1-88f9-66d09642e48e HTTP/1.1" 401 293 0.000540 10.0.0.249 - - [2026-01-29 02:09:50] "GET /virtual-machine/cd88477d-8333-4bc1-88f9-66d09642e48e HTTP/1.1" 200 1287 0.028659 10.0.0.249 - - [2026-01-29 02:09:50] "GET /virtual-machine-interface/22e8abc6-67ff-4b63-ae0c-434723e54851 HTTP/1.1" 200 2934 0.005034 10.0.0.249 - - [2026-01-29 02:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.249 - - [2026-01-29 02:09:50] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003178 10.0.0.249 - - [2026-01-29 02:09:50] "GET /virtual-networks?parent_id=8a8990a6-719d-415a-870a-5b858be06cb2&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003508 10.0.0.249 - - [2026-01-29 02:09:50] "GET /virtual-network/df932d4e-90c7-4d15-9a0b-b0c4d5f49e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005398 10.0.0.249 - - [2026-01-29 02:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.249 - - [2026-01-29 02:09:53] "GET /virtual-network/df932d4e-90c7-4d15-9a0b-b0c4d5f49e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005371 10.0.0.249 - - [2026-01-29 02:09:53] "POST /neutron/port HTTP/1.1" 200 1116 0.012312 10.0.0.249 - - [2026-01-29 02:09:53] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006481 10.0.0.249 - - [2026-01-29 02:09:54] "POST /neutron/port HTTP/1.1" 200 1116 0.012435 10.0.0.249 - - [2026-01-29 02:09:54] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006327 10.0.0.249 - - [2026-01-29 02:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.249 - - [2026-01-29 02:09:55] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002918 10.0.0.249 - - [2026-01-29 02:09:55] "GET /virtual-networks?parent_id=8a8990a6-719d-415a-870a-5b858be06cb2&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002899 10.0.0.249 - - [2026-01-29 02:09:55] "GET /virtual-network/df932d4e-90c7-4d15-9a0b-b0c4d5f49e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006092 10.0.0.249 - - [2026-01-29 02:09:56] "POST /neutron/port HTTP/1.1" 200 1116 0.011644 10.0.0.249 - - [2026-01-29 02:09:56] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005854 10.0.0.249 - - [2026-01-29 02:09:56] "POST /neutron/port HTTP/1.1" 200 1116 0.011537 10.0.0.249 - - [2026-01-29 02:09:56] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007156 10.0.0.249 - - [2026-01-29 02:09:56] "POST /neutron/port HTTP/1.1" 200 1116 0.011789 10.0.0.249 - - [2026-01-29 02:09:56] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007142 10.0.0.249 - - [2026-01-29 02:09:56] "GET /virtual-machine/1acb42fa-8345-435e-abab-edfc1678f4b2 HTTP/1.1" 200 1287 0.004445 10.0.0.249 - - [2026-01-29 02:09:56] "GET /virtual-machine-interface/9ae8bab4-820f-4e01-ab2c-7ed9368c05cc HTTP/1.1" 200 2935 0.005424 10.0.0.249 - - [2026-01-29 02:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.249 - - [2026-01-29 02:09:56] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002813 10.0.0.249 - - [2026-01-29 02:09:56] "GET /virtual-networks?parent_id=8a8990a6-719d-415a-870a-5b858be06cb2&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002940 10.0.0.249 - - [2026-01-29 02:09:56] "GET /virtual-network/90c580b1-3aba-4079-9d3a-66aa1d256670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006965 10.0.0.249 - - [2026-01-29 02:09:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000455 10.0.0.249 - - [2026-01-29 02:09:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000450 10.0.0.249 - - [2026-01-29 02:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.249 - - [2026-01-29 02:09:57] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003214 10.0.0.249 - - [2026-01-29 02:09:57] "GET /virtual-networks?parent_id=8a8990a6-719d-415a-870a-5b858be06cb2&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003091 10.0.0.249 - - [2026-01-29 02:09:57] "GET /virtual-network/90c580b1-3aba-4079-9d3a-66aa1d256670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005756 10.0.0.249 - - [2026-01-29 02:09:57] "GET /global-system-configs HTTP/1.1" 401 293 0.000501 10.0.0.249 - - [2026-01-29 02:09:57] "GET /global-system-configs HTTP/1.1" 401 293 0.000481 10.0.0.249 - - [2026-01-29 02:09:57] "POST /routing-policys HTTP/1.1" 200 536 0.018491 10.0.0.249 - - [2026-01-29 02:09:57] "GET /virtual-network/df932d4e-90c7-4d15-9a0b-b0c4d5f49e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.004843 10.0.0.249 - - [2026-01-29 02:09:58] "PUT /virtual-network/df932d4e-90c7-4d15-9a0b-b0c4d5f49e8b HTTP/1.1" 200 265 0.029486 10.0.0.249 - - [2026-01-29 02:09:58] "POST /ref-update HTTP/1.1" 200 156 0.008078 10.0.0.249 - - [2026-01-29 02:09:58] "POST /neutron/port HTTP/1.1" 200 1116 0.019936 10.0.0.249 - - [2026-01-29 02:09:58] "POST /neutron/port HTTP/1.1" 200 1116 0.013616 10.0.0.249 - - [2026-01-29 02:09:58] "POST /neutron/network HTTP/1.1" 200 840 0.006284 10.0.0.249 - - [2026-01-29 02:09:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004417 10.0.0.249 - - [2026-01-29 02:09:58] "POST /neutron/subnet HTTP/1.1" 200 693 0.006729 10.0.0.249 - - [2026-01-29 02:09:58] "POST /neutron/port HTTP/1.1" 200 117 0.001287 10.0.0.249 - - [2026-01-29 02:09:58] "POST /neutron/network HTTP/1.1" 200 830 0.005235 10.0.0.249 - - [2026-01-29 02:10:01] "POST /ref-update HTTP/1.1" 200 156 0.012668 10.0.0.249 - - [2026-01-29 02:10:01] "POST /ref-update HTTP/1.1" 200 156 0.034882 10.0.0.249 - - [2026-01-29 02:10:01] "DELETE /routing-policy/729f9fa9-0293-496a-b729-598eb92481b4 HTTP/1.1" 200 115 0.039392 10.0.0.249 - - [2026-01-29 02:10:02] "POST /neutron/network HTTP/1.1" 200 830 0.006922 10.0.0.249 - - [2026-01-29 02:10:02] "POST /neutron/network HTTP/1.1" 400 204 0.010665 10.0.0.249 - - [2026-01-29 02:10:02] "POST /neutron/port HTTP/1.1" 200 1116 0.018412 10.0.0.249 - - [2026-01-29 02:10:02] "POST /neutron/port HTTP/1.1" 200 1106 0.017332 10.0.0.249 - - [2026-01-29 02:10:02] "POST /neutron/port HTTP/1.1" 200 1116 0.017209 10.0.0.249 - - [2026-01-29 02:10:02] "POST /neutron/port HTTP/1.1" 200 1106 0.020705 10.0.0.249 - - [2026-01-29 02:10:02] "POST /neutron/port HTTP/1.1" 200 151 0.133569 10.0.0.249 - - [2026-01-29 02:10:02] "POST /neutron/port HTTP/1.1" 200 151 0.113175 10.0.0.249 - - [2026-01-29 02:10:04] "POST /neutron/network HTTP/1.1" 200 830 0.005652 10.0.0.249 - - [2026-01-29 02:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005573 10.0.0.249 - - [2026-01-29 02:10:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003369 10.0.0.249 - - [2026-01-29 02:10:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001783 10.0.0.249 - - [2026-01-29 02:10:04] "POST /neutron/network HTTP/1.1" 200 151 0.089505 10.0.0.249 - - [2026-01-29 02:10:04] "DELETE /route-target/6c48efc5-0b4b-4b8e-b8f2-14737181846d HTTP/1.1" 200 115 0.015909 10.0.0.249 - - [2026-01-29 02:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333 10.0.0.249 - - [2026-01-29 02:10:04] "POST /neutron/network HTTP/1.1" 200 830 0.004524 10.0.0.249 - - [2026-01-29 02:10:04] "DELETE /route-target/d485b718-f0ac-4e69-8c0a-1e732e33817e HTTP/1.1" 409 240 0.004098 10.0.0.249 - - [2026-01-29 02:10:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002601 10.0.0.249 - - [2026-01-29 02:10:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002092 10.0.0.249 - - [2026-01-29 02:10:04] "POST /neutron/network HTTP/1.1" 200 151 0.074964 10.0.0.249 - - [2026-01-29 02:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.249 - - [2026-01-29 02:10:04] "DELETE /route-target/09bd14e6-b0d2-48c1-a2ab-9f8e28108151 HTTP/1.1" 200 115 0.014399 10.0.0.249 - - [2026-01-29 02:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002536 10.0.0.249 - - [2026-01-29 02:10:04] "DELETE /route-target/d485b718-f0ac-4e69-8c0a-1e732e33817e HTTP/1.1" 200 115 0.015535 10.0.0.249 - - [2026-01-29 02:10:04] "GET /projects?obj_uuids=8a8990a6-719d-415a-870a-5b858be06cb2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001571 10.0.0.249 - - [2026-01-29 02:10:04] "GET /project/8a8990a6-719d-415a-870a-5b858be06cb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.028145 10.0.0.249 - - [2026-01-29 02:10:04] "GET /projects?obj_uuids=8a8990a6-719d-415a-870a-5b858be06cb2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000993 10.0.0.249 - - [2026-01-29 02:10:04] "GET /project/8a8990a6-719d-415a-870a-5b858be06cb2?fields=virtual_networks HTTP/1.1" 200 1018 0.065265 10.0.0.249 - - [2026-01-29 02:10:04] "GET /projects?obj_uuids=8a8990a6-719d-415a-870a-5b858be06cb2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001008 10.0.0.249 - - [2026-01-29 02:10:04] "GET /project/8a8990a6-719d-415a-870a-5b858be06cb2?fields=virtual_machine_interfaces HTTP/1.1" 200 1018 0.023804 10.0.0.249 - - [2026-01-29 02:10:04] "GET /projects?obj_uuids=8a8990a6-719d-415a-870a-5b858be06cb2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001125 10.0.0.249 - - [2026-01-29 02:10:04] "GET /project/8a8990a6-719d-415a-870a-5b858be06cb2?fields=security_groups HTTP/1.1" 200 1238 0.024680 10.0.0.249 - - [2026-01-29 02:10:05] "POST /fqname-to-id HTTP/1.1" 404 186 0.025762 10.0.0.249 - - [2026-01-29 02:10:05] "GET /projects?obj_uuids=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002217 10.0.0.249 - - [2026-01-29 02:10:05] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000900 10.0.0.249 - - [2026-01-29 02:10:05] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006386 10.0.0.249 - - [2026-01-29 02:10:05] "POST /id-to-fqname HTTP/1.1" 200 188 0.001737 10.0.0.249 - - [2026-01-29 02:10:05] "POST /fqname-to-id HTTP/1.1" 404 197 0.002457 10.0.0.249 - - [2026-01-29 02:10:05] "POST /security-groups HTTP/1.1" 200 589 0.064612 10.0.0.249 - - [2026-01-29 02:10:05] "POST /fqname-to-id HTTP/1.1" 404 232 0.003058 10.0.0.249 - - [2026-01-29 02:10:05] "POST /projects HTTP/1.1" 200 581 0.201979 10.0.0.249 - - [2026-01-29 02:10:05] "POST /access-control-lists HTTP/1.1" 200 596 0.057076 10.0.0.249 - - [2026-01-29 02:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.274515 10.0.0.249 - - [2026-01-29 02:10:05] "POST /fqname-to-id HTTP/1.1" 404 231 0.002753 10.0.0.249 - - [2026-01-29 02:10:05] "GET /project/06164813-c338-41ff-b0b9-520f9ff80686?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.391430 10.0.0.249 - - [2026-01-29 02:10:06] "POST /access-control-lists HTTP/1.1" 200 594 0.056392 10.0.0.249 - - [2026-01-29 02:10:07] "GET / HTTP/1.1" 200 36215 0.002185 10.0.0.249 - - [2026-01-29 02:10:07] "POST /fqname-to-id HTTP/1.1" 401 293 0.000623 10.0.0.249 - - [2026-01-29 02:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.066527 10.0.0.249 - - [2026-01-29 02:10:08] "GET /projects?obj_uuids=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001272 10.0.0.249 - - [2026-01-29 02:10:08] "GET /project/06164813-c338-41ff-b0b9-520f9ff80686?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.024967 10.0.0.249 - - [2026-01-29 02:10:08] "POST /neutron/network HTTP/1.1" 200 117 0.031712 10.0.0.249 - - [2026-01-29 02:10:08] "GET /projects?obj_uuids=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001418 10.0.0.249 - - [2026-01-29 02:10:08] "POST /neutron/network HTTP/1.1" 200 613 0.057035 10.0.0.249 - - [2026-01-29 02:10:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003342 10.0.0.249 - - [2026-01-29 02:10:08] "POST /neutron/subnet HTTP/1.1" 200 714 0.179295 10.0.0.249 - - [2026-01-29 02:10:08] "POST /neutron/network HTTP/1.1" 200 830 0.005164 10.0.0.249 - - [2026-01-29 02:10:08] "POST /id-to-fqname HTTP/1.1" 200 223 0.001309 10.0.0.249 - - [2026-01-29 02:10:08] "GET /virtual-network/0ae71d72-6d65-4477-ac15-8a11a8231c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004375 10.0.0.249 - - [2026-01-29 02:10:08] "POST /neutron/network HTTP/1.1" 200 830 0.005440 10.0.0.249 - - [2026-01-29 02:10:08] "GET /virtual-network/0ae71d72-6d65-4477-ac15-8a11a8231c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004471 10.0.0.249 - - [2026-01-29 02:10:08] "POST /neutron/network HTTP/1.1" 200 830 0.005310 10.0.0.249 - - [2026-01-29 02:10:08] "POST /neutron/subnet HTTP/1.1" 200 714 0.007001 10.0.0.249 - - [2026-01-29 02:10:08] "GET /domains HTTP/1.1" 401 293 0.000359 10.0.0.249 - - [2026-01-29 02:10:08] "POST /route-targets HTTP/1.1" 200 328 0.009340 10.0.0.249 - - [2026-01-29 02:10:08] "POST /ref-update HTTP/1.1" 200 156 0.008343 10.0.0.249 - - [2026-01-29 02:10:08] "GET /domains HTTP/1.1" 200 281 0.025040 10.0.0.249 - - [2026-01-29 02:10:08] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001314 10.0.0.249 - - [2026-01-29 02:10:08] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 2950 0.007707 10.0.0.249 - - [2026-01-29 02:10:08] "GET /projects?obj_uuids=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000857 10.0.0.249 - - [2026-01-29 02:10:09] "GET /project/06164813-c338-41ff-b0b9-520f9ff80686 HTTP/1.1" 200 2084 0.064938 10.0.0.249 - - [2026-01-29 02:10:09] "GET /virtual-network/0ae71d72-6d65-4477-ac15-8a11a8231c59 HTTP/1.1" 200 2316 0.005213 10.0.0.249 - - [2026-01-29 02:10:09] "GET /virtual-network/0ae71d72-6d65-4477-ac15-8a11a8231c59 HTTP/1.1" 200 2316 0.004015 10.0.0.249 - - [2026-01-29 02:10:09] "GET /routing-instance/f28a85ea-081a-4016-9fc5-9b0faefbaab0 HTTP/1.1" 200 1497 0.003071 10.0.0.249 - - [2026-01-29 02:10:09] "GET /routing-instance/f28a85ea-081a-4016-9fc5-9b0faefbaab0 HTTP/1.1" 200 1497 0.002711 10.0.0.249 - - [2026-01-29 02:10:09] "GET /route-target/b758103b-7ff6-4379-9b4e-bc4c1e88a6f1 HTTP/1.1" 200 1215 0.002951 10.0.0.249 - - [2026-01-29 02:10:09] "GET /virtual-network/0ae71d72-6d65-4477-ac15-8a11a8231c59 HTTP/1.1" 200 2316 0.004000 10.0.0.249 - - [2026-01-29 02:10:09] "GET /routing-instance/f28a85ea-081a-4016-9fc5-9b0faefbaab0 HTTP/1.1" 200 1497 0.002925 10.0.0.249 - - [2026-01-29 02:10:09] "GET /virtual-network/0ae71d72-6d65-4477-ac15-8a11a8231c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003904 10.0.0.249 - - [2026-01-29 02:10:09] "GET /virtual-network/0ae71d72-6d65-4477-ac15-8a11a8231c59 HTTP/1.1" 200 2316 0.004523 10.0.0.249 - - [2026-01-29 02:10:09] "GET /routing-instance/f28a85ea-081a-4016-9fc5-9b0faefbaab0 HTTP/1.1" 200 1497 0.002882 10.0.0.249 - - [2026-01-29 02:10:09] "GET /routing-instance/f28a85ea-081a-4016-9fc5-9b0faefbaab0 HTTP/1.1" 200 1497 0.003082 10.0.0.249 - - [2026-01-29 02:10:09] "GET /route-target/b758103b-7ff6-4379-9b4e-bc4c1e88a6f1 HTTP/1.1" 200 1215 0.003265 10.0.0.249 - - [2026-01-29 02:10:09] "GET /domains HTTP/1.1" 200 281 0.002879 10.0.0.249 - - [2026-01-29 02:10:09] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000911 10.0.0.249 - - [2026-01-29 02:10:09] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 2950 0.005875 10.0.0.249 - - [2026-01-29 02:10:09] "GET /projects?obj_uuids=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000839 10.0.0.249 - - [2026-01-29 02:10:09] "GET /project/06164813-c338-41ff-b0b9-520f9ff80686 HTTP/1.1" 200 2084 0.069641 10.0.0.249 - - [2026-01-29 02:10:09] "GET /virtual-network/0ae71d72-6d65-4477-ac15-8a11a8231c59 HTTP/1.1" 200 2316 0.004403 10.0.0.249 - - [2026-01-29 02:10:09] "GET /obj-perms HTTP/1.1" 200 5045 0.048670 10.0.0.249 - - [2026-01-29 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.249 - - [2026-01-29 02:10:09] "GET /projects?obj_uuids=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001185 10.0.0.249 - - [2026-01-29 02:10:09] "GET /project/06164813-c338-41ff-b0b9-520f9ff80686?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.023139 10.0.0.249 - - [2026-01-29 02:10:09] "POST /neutron/network HTTP/1.1" 200 117 0.010010 10.0.0.249 - - [2026-01-29 02:10:09] "GET /projects?obj_uuids=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001113 10.0.0.249 - - [2026-01-29 02:10:09] "POST /neutron/network HTTP/1.1" 200 613 0.055783 10.0.0.249 - - [2026-01-29 02:10:09] "POST /route-targets HTTP/1.1" 200 328 0.008862 10.0.0.249 - - [2026-01-29 02:10:09] "POST /ref-update HTTP/1.1" 200 156 0.009803 10.0.0.249 - - [2026-01-29 02:10:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003671 10.0.0.249 - - [2026-01-29 02:10:09] "POST /neutron/subnet HTTP/1.1" 200 725 0.183227 10.0.0.249 - - [2026-01-29 02:10:09] "POST /neutron/network HTTP/1.1" 200 832 0.004796 10.0.0.249 - - [2026-01-29 02:10:09] "POST /id-to-fqname HTTP/1.1" 200 223 0.001289 10.0.0.249 - - [2026-01-29 02:10:09] "GET /virtual-network/a416a5f1-1957-45a6-bcc2-62cc6acc93b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004585 10.0.0.249 - - [2026-01-29 02:10:10] "POST /neutron/network HTTP/1.1" 200 832 0.006320 10.0.0.249 - - [2026-01-29 02:10:10] "GET /virtual-network/a416a5f1-1957-45a6-bcc2-62cc6acc93b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006264 10.0.0.249 - - [2026-01-29 02:10:10] "POST /neutron/network HTTP/1.1" 200 832 0.006520 10.0.0.249 - - [2026-01-29 02:10:10] "POST /neutron/subnet HTTP/1.1" 200 725 0.007519 10.0.0.249 - - [2026-01-29 02:10:10] "GET /domains HTTP/1.1" 200 281 0.002819 10.0.0.249 - - [2026-01-29 02:10:10] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001081 10.0.0.249 - - [2026-01-29 02:10:10] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 2950 0.006704 10.0.0.249 - - [2026-01-29 02:10:10] "GET /projects?obj_uuids=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000908 10.0.0.249 - - [2026-01-29 02:10:10] "GET /project/06164813-c338-41ff-b0b9-520f9ff80686 HTTP/1.1" 200 2303 0.067358 10.0.0.249 - - [2026-01-29 02:10:10] "GET /virtual-network/a416a5f1-1957-45a6-bcc2-62cc6acc93b8 HTTP/1.1" 200 2324 0.005768 10.0.0.249 - - [2026-01-29 02:10:10] "GET /virtual-network/a416a5f1-1957-45a6-bcc2-62cc6acc93b8 HTTP/1.1" 200 2324 0.004644 10.0.0.249 - - [2026-01-29 02:10:10] "GET /routing-instance/b14767ef-bcd7-484f-a00a-28bae3e9a4b7 HTTP/1.1" 200 1497 0.003293 10.0.0.249 - - [2026-01-29 02:10:10] "GET /routing-instance/b14767ef-bcd7-484f-a00a-28bae3e9a4b7 HTTP/1.1" 200 1497 0.002945 10.0.0.249 - - [2026-01-29 02:10:10] "GET /route-target/9c7d4ae0-c916-4a10-a6d5-c08f878c35d2 HTTP/1.1" 200 1215 0.003111 10.0.0.249 - - [2026-01-29 02:10:10] "GET /virtual-network/a416a5f1-1957-45a6-bcc2-62cc6acc93b8 HTTP/1.1" 200 2324 0.004302 10.0.0.249 - - [2026-01-29 02:10:10] "GET /routing-instance/b14767ef-bcd7-484f-a00a-28bae3e9a4b7 HTTP/1.1" 200 1497 0.003339 10.0.0.249 - - [2026-01-29 02:10:10] "GET /virtual-network/a416a5f1-1957-45a6-bcc2-62cc6acc93b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004276 10.0.0.249 - - [2026-01-29 02:10:10] "GET /virtual-network/a416a5f1-1957-45a6-bcc2-62cc6acc93b8 HTTP/1.1" 200 2324 0.004200 10.0.0.249 - - [2026-01-29 02:10:10] "GET /routing-instance/b14767ef-bcd7-484f-a00a-28bae3e9a4b7 HTTP/1.1" 200 1497 0.002816 10.0.0.249 - - [2026-01-29 02:10:10] "GET /routing-instance/b14767ef-bcd7-484f-a00a-28bae3e9a4b7 HTTP/1.1" 200 1497 0.003539 10.0.0.249 - - [2026-01-29 02:10:10] "GET /route-target/9c7d4ae0-c916-4a10-a6d5-c08f878c35d2 HTTP/1.1" 200 1215 0.002694 10.0.0.249 - - [2026-01-29 02:10:10] "GET /domains HTTP/1.1" 200 281 0.002550 10.0.0.249 - - [2026-01-29 02:10:10] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000941 10.0.0.249 - - [2026-01-29 02:10:10] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 2950 0.006446 10.0.0.249 - - [2026-01-29 02:10:10] "GET /projects?obj_uuids=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001080 10.0.0.249 - - [2026-01-29 02:10:10] "GET /project/06164813-c338-41ff-b0b9-520f9ff80686 HTTP/1.1" 200 2303 0.063481 10.0.0.249 - - [2026-01-29 02:10:10] "GET /virtual-network/a416a5f1-1957-45a6-bcc2-62cc6acc93b8 HTTP/1.1" 200 2324 0.004213 10.0.0.249 - - [2026-01-29 02:10:10] "GET /obj-perms HTTP/1.1" 200 5045 0.003436 10.0.0.249 - - [2026-01-29 02:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.249 - - [2026-01-29 02:10:10] "GET /projects?obj_uuids=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001371 10.0.0.249 - - [2026-01-29 02:10:10] "GET /project/06164813-c338-41ff-b0b9-520f9ff80686?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.024079 10.0.0.249 - - [2026-01-29 02:10:10] "POST /neutron/network HTTP/1.1" 200 117 0.011784 10.0.0.249 - - [2026-01-29 02:10:10] "GET /projects?obj_uuids=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000960 10.0.0.249 - - [2026-01-29 02:10:10] "POST /neutron/network HTTP/1.1" 200 615 0.060095 10.0.0.249 - - [2026-01-29 02:10:10] "POST /ref-update HTTP/1.1" 200 156 0.009612 10.0.0.249 - - [2026-01-29 02:10:10] "POST /useragent-kv HTTP/1.1" 200 115 0.004508 10.0.0.249 - - [2026-01-29 02:10:10] "POST /neutron/subnet HTTP/1.1" 200 729 0.174278 10.0.0.249 - - [2026-01-29 02:10:10] "POST /neutron/network HTTP/1.1" 200 835 0.006415 10.0.0.249 - - [2026-01-29 02:10:10] "POST /id-to-fqname HTTP/1.1" 200 224 0.001754 10.0.0.249 - - [2026-01-29 02:10:10] "GET /virtual-network/6916ec29-f0dc-4322-b145-82df0c43e1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006349 10.0.0.249 - - [2026-01-29 02:10:10] "POST /neutron/network HTTP/1.1" 200 835 0.005465 10.0.0.249 - - [2026-01-29 02:10:10] "GET /virtual-network/6916ec29-f0dc-4322-b145-82df0c43e1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004471 10.0.0.249 - - [2026-01-29 02:10:10] "POST /neutron/network HTTP/1.1" 200 835 0.005672 10.0.0.249 - - [2026-01-29 02:10:10] "POST /neutron/subnet HTTP/1.1" 200 729 0.007091 10.0.0.249 - - [2026-01-29 02:10:10] "GET /domains HTTP/1.1" 200 281 0.002485 10.0.0.249 - - [2026-01-29 02:10:10] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001085 10.0.0.249 - - [2026-01-29 02:10:10] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 2950 0.006264 10.0.0.249 - - [2026-01-29 02:10:10] "GET /projects?obj_uuids=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001049 10.0.0.249 - - [2026-01-29 02:10:11] "GET /project/06164813-c338-41ff-b0b9-520f9ff80686 HTTP/1.1" 200 2523 0.067096 10.0.0.249 - - [2026-01-29 02:10:11] "GET /virtual-network/6916ec29-f0dc-4322-b145-82df0c43e1e2 HTTP/1.1" 200 2331 0.005484 10.0.0.249 - - [2026-01-29 02:10:11] "GET /virtual-network/6916ec29-f0dc-4322-b145-82df0c43e1e2 HTTP/1.1" 200 2331 0.005407 10.0.0.249 - - [2026-01-29 02:10:11] "GET /routing-instance/4edfbb98-b047-42f9-9512-50b3cfef7199 HTTP/1.1" 200 1500 0.003272 10.0.0.249 - - [2026-01-29 02:10:11] "GET /routing-instance/4edfbb98-b047-42f9-9512-50b3cfef7199 HTTP/1.1" 200 1500 0.002974 10.0.0.249 - - [2026-01-29 02:10:11] "GET /route-target/f3becb7a-721b-4553-8f50-405a0aaf8085 HTTP/1.1" 200 1217 0.002706 10.0.0.249 - - [2026-01-29 02:10:11] "GET /virtual-network/6916ec29-f0dc-4322-b145-82df0c43e1e2 HTTP/1.1" 200 2331 0.004188 10.0.0.249 - - [2026-01-29 02:10:11] "GET /routing-instance/4edfbb98-b047-42f9-9512-50b3cfef7199 HTTP/1.1" 200 1500 0.003915 10.0.0.249 - - [2026-01-29 02:10:11] "GET /virtual-network/6916ec29-f0dc-4322-b145-82df0c43e1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004239 10.0.0.249 - - [2026-01-29 02:10:11] "GET /virtual-network/6916ec29-f0dc-4322-b145-82df0c43e1e2 HTTP/1.1" 200 2331 0.004445 10.0.0.249 - - [2026-01-29 02:10:11] "GET /routing-instance/4edfbb98-b047-42f9-9512-50b3cfef7199 HTTP/1.1" 200 1500 0.003266 10.0.0.249 - - [2026-01-29 02:10:11] "GET /routing-instance/4edfbb98-b047-42f9-9512-50b3cfef7199 HTTP/1.1" 200 1500 0.003024 10.0.0.249 - - [2026-01-29 02:10:11] "GET /route-target/f3becb7a-721b-4553-8f50-405a0aaf8085 HTTP/1.1" 200 1217 0.002856 10.0.0.249 - - [2026-01-29 02:10:11] "GET /domains HTTP/1.1" 200 281 0.002795 10.0.0.249 - - [2026-01-29 02:10:11] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001169 10.0.0.249 - - [2026-01-29 02:10:11] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 2950 0.007659 10.0.0.249 - - [2026-01-29 02:10:11] "GET /projects?obj_uuids=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001198 10.0.0.249 - - [2026-01-29 02:10:11] "GET /project/06164813-c338-41ff-b0b9-520f9ff80686 HTTP/1.1" 200 2523 0.067329 10.0.0.249 - - [2026-01-29 02:10:11] "GET /virtual-network/6916ec29-f0dc-4322-b145-82df0c43e1e2 HTTP/1.1" 200 2331 0.004448 10.0.0.249 - - [2026-01-29 02:10:11] "GET /obj-perms HTTP/1.1" 200 5045 0.002769 10.0.0.249 - - [2026-01-29 02:10:11] "POST /id-to-fqname HTTP/1.1" 200 223 0.001342 10.0.0.249 - - [2026-01-29 02:10:11] "POST /neutron/network HTTP/1.1" 200 842 0.005674 10.0.0.249 - - [2026-01-29 02:10:11] "GET /aaa-mode HTTP/1.1" 401 293 0.000403 10.0.0.249 - - [2026-01-29 02:10:11] "GET / HTTP/1.1" 200 36215 0.001840 10.0.0.249 - - [2026-01-29 02:10:11] "GET /project/06164813-c338-41ff-b0b9-520f9ff80686?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000438 10.0.0.249 - - [2026-01-29 02:10:12] "GET /projects?obj_uuids=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001065 10.0.0.249 - - [2026-01-29 02:10:12] "GET /project/06164813-c338-41ff-b0b9-520f9ff80686?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.042822 10.0.0.249 - - [2026-01-29 02:10:12] "POST /neutron/network HTTP/1.1" 200 832 0.004856 10.0.0.249 - - [2026-01-29 02:10:12] "POST /neutron/port HTTP/1.1" 200 117 0.005148 10.0.0.249 - - [2026-01-29 02:10:12] "POST /neutron/port HTTP/1.1" 200 117 0.005407 10.0.0.249 - - [2026-01-29 02:10:12] "POST /id-to-fqname HTTP/1.1" 200 224 0.001349 10.0.0.249 - - [2026-01-29 02:10:12] "POST /neutron/port HTTP/1.1" 200 117 0.004961 10.0.0.249 - - [2026-01-29 02:10:12] "POST /neutron/network HTTP/1.1" 200 845 0.005430 10.0.0.249 - - [2026-01-29 02:10:12] "GET /aaa-mode HTTP/1.1" 401 293 0.000491 10.0.0.249 - - [2026-01-29 02:10:12] "POST /neutron/network HTTP/1.1" 200 842 0.005212 10.0.0.249 - - [2026-01-29 02:10:12] "GET /projects?obj_uuids=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001097 10.0.0.249 - - [2026-01-29 02:10:12] "GET / HTTP/1.1" 200 36215 0.001884 10.0.0.249 - - [2026-01-29 02:10:12] "GET /project/06164813-c338-41ff-b0b9-520f9ff80686?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000442 10.0.0.249 - - [2026-01-29 02:10:12] "POST /neutron/port HTTP/1.1" 200 1058 0.197240 10.0.0.249 - - [2026-01-29 02:10:12] "POST /neutron/port HTTP/1.1" 200 1058 0.009397 10.0.0.249 - - [2026-01-29 02:10:12] "POST /neutron/port HTTP/1.1" 200 1058 0.009958 10.0.0.249 - - [2026-01-29 02:10:13] "POST /neutron/port HTTP/1.1" 200 1112 0.055539 10.0.0.249 - - [2026-01-29 02:10:13] "POST /neutron/port HTTP/1.1" 200 1122 0.010374 10.0.0.249 - - [2026-01-29 02:10:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002556 10.0.0.249 - - [2026-01-29 02:10:13] "POST /neutron/subnet HTTP/1.1" 200 699 0.006287 10.0.0.249 - - [2026-01-29 02:10:13] "POST /neutron/port HTTP/1.1" 200 117 0.001205 10.0.0.249 - - [2026-01-29 02:10:13] "POST /neutron/network HTTP/1.1" 200 832 0.005214 10.0.0.249 - - [2026-01-29 02:10:13] "GET /projects?obj_uuids=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001420 10.0.0.249 - - [2026-01-29 02:10:13] "GET /project/06164813-c338-41ff-b0b9-520f9ff80686?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.045464 10.0.0.249 - - [2026-01-29 02:10:13] "POST /neutron/network HTTP/1.1" 200 835 0.005568 10.0.0.249 - - [2026-01-29 02:10:13] "POST /neutron/port HTTP/1.1" 200 1122 0.015036 10.0.0.249 - - [2026-01-29 02:10:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007610 10.0.0.249 - - [2026-01-29 02:10:13] "POST /neutron/port HTTP/1.1" 200 117 0.004892 10.0.0.249 - - [2026-01-29 02:10:13] "POST /fqname-to-id HTTP/1.1" 404 193 0.002618 10.0.0.249 - - [2026-01-29 02:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.249 - - [2026-01-29 02:10:13] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001134 10.0.0.249 - - [2026-01-29 02:10:13] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006956 10.0.0.249 - - [2026-01-29 02:10:13] "POST /service-templates HTTP/1.1" 200 545 0.020758 10.0.0.249 - - [2026-01-29 02:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.249 - - [2026-01-29 02:10:13] "GET /service-template/23ad42be-c681-48b7-ad79-b1f3a0a93d58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.004924 10.0.0.249 - - [2026-01-29 02:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.249 - - [2026-01-29 02:10:13] "POST /neutron/network HTTP/1.1" 200 845 0.006394 10.0.0.249 - - [2026-01-29 02:10:13] "GET /projects?obj_uuids=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001107 10.0.0.249 - - [2026-01-29 02:10:13] "GET /service-template/23ad42be-c681-48b7-ad79-b1f3a0a93d58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.003053 10.0.0.249 - - [2026-01-29 02:10:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.001506 10.0.0.249 - - [2026-01-29 02:10:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.001282 10.0.0.249 - - [2026-01-29 02:10:13] "POST /id-to-fqname HTTP/1.1" 200 224 0.001674 10.0.0.249 - - [2026-01-29 02:10:13] "POST /neutron/port HTTP/1.1" 200 1059 0.210645 10.0.0.249 - - [2026-01-29 02:10:13] "POST /neutron/port HTTP/1.1" 200 1059 0.012928 10.0.0.249 - - [2026-01-29 02:10:14] "POST /neutron/port HTTP/1.1" 200 1059 0.014955 10.0.0.249 - - [2026-01-29 02:10:14] "POST /neutron/port HTTP/1.1" 200 2051 0.052202 10.0.0.249 - - [2026-01-29 02:10:14] "POST /neutron/port HTTP/1.1" 200 1113 0.081701 10.0.0.249 - - [2026-01-29 02:10:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008798 10.0.0.249 - - [2026-01-29 02:10:14] "POST /neutron/port HTTP/1.1" 200 1123 0.014515 10.0.0.249 - - [2026-01-29 02:10:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005839 10.0.0.249 - - [2026-01-29 02:10:14] "POST /neutron/subnet HTTP/1.1" 200 703 0.007030 10.0.0.249 - - [2026-01-29 02:10:14] "POST /neutron/port HTTP/1.1" 200 117 0.001252 10.0.0.249 - - [2026-01-29 02:10:14] "POST /neutron/network HTTP/1.1" 200 835 0.005953 10.0.0.249 - - [2026-01-29 02:10:14] "POST /neutron/network HTTP/1.1" 200 2222 0.008776 10.0.0.249 - - [2026-01-29 02:10:14] "GET /aaa-mode HTTP/1.1" 401 293 0.000502 10.0.0.249 - - [2026-01-29 02:10:15] "GET / HTTP/1.1" 200 36215 0.002451 10.0.0.249 - - [2026-01-29 02:10:15] "GET /project/06164813-c338-41ff-b0b9-520f9ff80686?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000431 10.0.0.249 - - [2026-01-29 02:10:15] "GET /projects?obj_uuids=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001141 10.0.0.249 - - [2026-01-29 02:10:15] "GET /project/06164813-c338-41ff-b0b9-520f9ff80686?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.048815 10.0.0.249 - - [2026-01-29 02:10:15] "POST /neutron/network HTTP/1.1" 200 830 0.005036 10.0.0.249 - - [2026-01-29 02:10:15] "POST /neutron/network HTTP/1.1" 200 832 0.005686 10.0.0.249 - - [2026-01-29 02:10:15] "POST /neutron/network HTTP/1.1" 200 835 0.005237 10.0.0.249 - - [2026-01-29 02:10:15] "POST /neutron/port HTTP/1.1" 200 2093 0.016849 10.0.0.249 - - [2026-01-29 02:10:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005577 10.0.0.249 - - [2026-01-29 02:10:15] "POST /neutron/port HTTP/1.1" 200 117 0.007429 10.0.0.249 - - [2026-01-29 02:10:15] "POST /neutron/port HTTP/1.1" 200 117 0.004729 10.0.0.249 - - [2026-01-29 02:10:16] "POST /neutron/network HTTP/1.1" 200 2222 0.009243 10.0.0.249 - - [2026-01-29 02:10:16] "GET /projects?obj_uuids=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001788 10.0.0.249 - - [2026-01-29 02:10:16] "POST /neutron/port HTTP/1.1" 200 1056 0.265930 10.0.0.249 - - [2026-01-29 02:10:16] "GET /projects?obj_uuids=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001144 10.0.0.249 - - [2026-01-29 02:10:16] "POST /neutron/port HTTP/1.1" 200 1058 0.176174 10.0.0.249 - - [2026-01-29 02:10:16] "GET /projects?obj_uuids=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001039 10.0.0.249 - - [2026-01-29 02:10:16] "POST /neutron/port HTTP/1.1" 200 1059 0.191093 10.0.0.249 - - [2026-01-29 02:10:16] "POST /neutron/port HTTP/1.1" 200 1056 0.015435 10.0.0.249 - - [2026-01-29 02:10:16] "POST /neutron/port HTTP/1.1" 200 1056 0.009995 10.0.0.249 - - [2026-01-29 02:10:16] "POST /neutron/port HTTP/1.1" 200 1110 0.082869 10.0.0.249 - - [2026-01-29 02:10:16] "POST /neutron/port HTTP/1.1" 200 1058 0.016261 10.0.0.249 - - [2026-01-29 02:10:16] "POST /neutron/port HTTP/1.1" 200 1058 0.011963 10.0.0.249 - - [2026-01-29 02:10:17] "POST /neutron/port HTTP/1.1" 200 1112 0.070449 10.0.0.249 - - [2026-01-29 02:10:17] "POST /neutron/port HTTP/1.1" 200 1059 0.012848 10.0.0.249 - - [2026-01-29 02:10:17] "POST /neutron/port HTTP/1.1" 200 1059 0.013959 10.0.0.249 - - [2026-01-29 02:10:17] "POST /neutron/port HTTP/1.1" 200 1113 0.087042 10.0.0.249 - - [2026-01-29 02:10:17] "POST /neutron/port HTTP/1.1" 200 3060 0.017277 10.0.0.249 - - [2026-01-29 02:10:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003483 10.0.0.249 - - [2026-01-29 02:10:17] "POST /neutron/subnet HTTP/1.1" 200 688 0.007713 10.0.0.249 - - [2026-01-29 02:10:17] "POST /neutron/port HTTP/1.1" 200 117 0.001193 10.0.0.249 - - [2026-01-29 02:10:17] "POST /neutron/network HTTP/1.1" 200 830 0.005482 10.0.0.249 - - [2026-01-29 02:10:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005398 10.0.0.249 - - [2026-01-29 02:10:17] "POST /neutron/subnet HTTP/1.1" 200 699 0.007406 10.0.0.249 - - [2026-01-29 02:10:17] "POST /neutron/port HTTP/1.1" 200 117 0.001169 10.0.0.249 - - [2026-01-29 02:10:17] "POST /neutron/network HTTP/1.1" 200 832 0.006156 10.0.0.249 - - [2026-01-29 02:10:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003367 10.0.0.249 - - [2026-01-29 02:10:17] "POST /neutron/subnet HTTP/1.1" 200 703 0.006534 10.0.0.249 - - [2026-01-29 02:10:17] "POST /neutron/port HTTP/1.1" 200 117 0.001176 10.0.0.249 - - [2026-01-29 02:10:17] "POST /neutron/network HTTP/1.1" 200 835 0.005863 10.0.0.249 - - [2026-01-29 02:10:20] "POST /neutron/port HTTP/1.1" 200 3060 0.027428 10.0.0.249 - - [2026-01-29 02:10:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006570 10.0.0.249 - - [2026-01-29 02:10:20] "POST /neutron/port HTTP/1.1" 200 3060 0.025090 10.0.0.249 - - [2026-01-29 02:10:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006885 10.0.0.249 - - [2026-01-29 02:10:21] "POST /neutron/port HTTP/1.1" 200 3060 0.018312 10.0.0.249 - - [2026-01-29 02:10:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006112 10.0.0.249 - - [2026-01-29 02:10:21] "POST /neutron/port HTTP/1.1" 200 3060 0.019526 10.0.0.249 - - [2026-01-29 02:10:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006166 10.0.0.249 - - [2026-01-29 02:10:21] "POST /neutron/port HTTP/1.1" 200 3060 0.026906 10.0.0.249 - - [2026-01-29 02:10:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006121 10.0.0.249 - - [2026-01-29 02:10:21] "GET /virtual-machine/dc48508e-1c0f-4a2c-aeff-55c8675c3b00 HTTP/1.1" 200 1807 0.006003 10.0.0.249 - - [2026-01-29 02:10:21] "GET /virtual-machine-interface/b5eec222-761e-4d0a-b5ae-d0b0396a607a HTTP/1.1" 200 2954 0.008438 10.0.0.249 - - [2026-01-29 02:10:21] "GET /virtual-machine-interface/ee604d42-962b-4c31-ba43-354f8d552da3 HTTP/1.1" 200 2957 0.010520 10.0.0.249 - - [2026-01-29 02:10:21] "GET /virtual-machine-interface/f0c49e68-4f3a-4af8-a20a-c90b96d38593 HTTP/1.1" 200 2954 0.014341 10.0.0.249 - - [2026-01-29 02:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.249 - - [2026-01-29 02:10:21] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003198 10.0.0.249 - - [2026-01-29 02:10:21] "GET /virtual-networks?parent_id=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004465 10.0.0.249 - - [2026-01-29 02:10:21] "GET /virtual-network/0ae71d72-6d65-4477-ac15-8a11a8231c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005311 10.0.0.249 - - [2026-01-29 02:10:22] "POST /neutron/port HTTP/1.1" 200 1122 0.012647 10.0.0.249 - - [2026-01-29 02:10:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006062 10.0.0.249 - - [2026-01-29 02:10:23] "POST /neutron/port HTTP/1.1" 200 1123 0.012274 10.0.0.249 - - [2026-01-29 02:10:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005551 10.0.0.249 - - [2026-01-29 02:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.249 - - [2026-01-29 02:10:24] "GET /virtual-network/0ae71d72-6d65-4477-ac15-8a11a8231c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006548 10.0.0.249 - - [2026-01-29 02:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.249 - - [2026-01-29 02:10:28] "GET /virtual-network/0ae71d72-6d65-4477-ac15-8a11a8231c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004897 10.0.0.249 - - [2026-01-29 02:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006067 10.0.0.249 - - [2026-01-29 02:10:32] "GET /virtual-network/0ae71d72-6d65-4477-ac15-8a11a8231c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005371 10.0.0.249 - - [2026-01-29 02:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.249 - - [2026-01-29 02:10:36] "GET /virtual-network/0ae71d72-6d65-4477-ac15-8a11a8231c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006880 10.0.0.249 - - [2026-01-29 02:10:37] "DELETE /project/8a8990a6719d415a870a5b858be06cb2 HTTP/1.1" 404 173 0.008639 10.0.0.249 - - [2026-01-29 02:10:37] "DELETE /project/06164813c33841ffb0b9520f9ff80686 HTTP/1.1" 404 173 0.007793 10.0.0.249 - - [2026-01-29 02:10:37] "GET /projects?obj_uuids=8a8990a6-719d-415a-870a-5b858be06cb2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000889 10.0.0.249 - - [2026-01-29 02:10:37] "GET /projects?obj_uuids=966cd29a-ecba-4d56-85fe-5e6d6b6e804a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000796 10.0.0.249 - - [2026-01-29 02:10:37] "GET /project/966cd29a-ecba-4d56-85fe-5e6d6b6e804a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.036873 10.0.0.249 - - [2026-01-29 02:10:37] "GET /project/8a8990a6-719d-415a-870a-5b858be06cb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.044107 10.0.0.249 - - [2026-01-29 02:10:37] "GET /projects?obj_uuids=8a8990a6-719d-415a-870a-5b858be06cb2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001323 10.0.0.249 - - [2026-01-29 02:10:37] "GET /projects?obj_uuids=966cd29a-ecba-4d56-85fe-5e6d6b6e804a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000997 10.0.0.249 - - [2026-01-29 02:10:37] "GET /project/966cd29a-ecba-4d56-85fe-5e6d6b6e804a?fields=security_groups HTTP/1.1" 200 1368 0.035417 10.0.0.249 - - [2026-01-29 02:10:37] "GET /project/8a8990a6-719d-415a-870a-5b858be06cb2?fields=security_groups HTTP/1.1" 200 1340 0.039147 10.0.0.249 - - [2026-01-29 02:10:37] "DELETE /security-group/e802307e-60ed-45d5-9820-25e7ccb46462 HTTP/1.1" 200 115 0.048131 10.0.0.249 - - [2026-01-29 02:10:37] "GET /projects?obj_uuids=966cd29a-ecba-4d56-85fe-5e6d6b6e804a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003716 10.0.0.249 - - [2026-01-29 02:10:37] "DELETE /security-group/3ef44b15-fa1a-4bc6-b77c-d3e505f123f9 HTTP/1.1" 200 115 0.053702 10.0.0.249 - - [2026-01-29 02:10:37] "GET /projects?obj_uuids=8a8990a6-719d-415a-870a-5b858be06cb2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000933 10.0.0.249 - - [2026-01-29 02:10:37] "DELETE /access-control-list/e69e6b2c-01f6-4435-b9aa-8f3dea0641c1 HTTP/1.1" 200 115 0.037928 10.0.0.249 - - [2026-01-29 02:10:37] "GET /project/966cd29a-ecba-4d56-85fe-5e6d6b6e804a?fields=application_policy_sets HTTP/1.1" 200 1407 0.035873 10.0.0.249 - - [2026-01-29 02:10:37] "DELETE /access-control-list/cbe162c3-7247-4271-817d-af65c0bdb884 HTTP/1.1" 200 115 0.024381 10.0.0.249 - - [2026-01-29 02:10:37] "DELETE /access-control-list/7ab813d3-708e-4a8b-a76b-498440573dc5 HTTP/1.1" 200 115 0.023530 10.0.0.249 - - [2026-01-29 02:10:37] "GET /project/8a8990a6-719d-415a-870a-5b858be06cb2?fields=application_policy_sets HTTP/1.1" 200 1379 0.077763 10.0.0.249 - - [2026-01-29 02:10:37] "DELETE /access-control-list/b57bdd68-c54c-4f22-912a-15d63d09d439 HTTP/1.1" 200 115 0.030718 10.0.0.249 - - [2026-01-29 02:10:37] "DELETE /project/966cd29a-ecba-4d56-85fe-5e6d6b6e804a HTTP/1.1" 200 115 0.356366 10.0.0.249 - - [2026-01-29 02:10:37] "DELETE /project/8a8990a6-719d-415a-870a-5b858be06cb2 HTTP/1.1" 200 115 0.410930 10.0.0.249 - - [2026-01-29 02:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.249 - - [2026-01-29 02:10:39] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002849 10.0.0.249 - - [2026-01-29 02:10:39] "GET /virtual-networks?parent_id=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002828 10.0.0.249 - - [2026-01-29 02:10:39] "GET /virtual-network/0ae71d72-6d65-4477-ac15-8a11a8231c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007249 10.0.0.249 - - [2026-01-29 02:10:39] "POST /neutron/port HTTP/1.1" 200 3060 0.018895 10.0.0.249 - - [2026-01-29 02:10:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005558 10.0.0.249 - - [2026-01-29 02:10:44] "POST /neutron/port HTTP/1.1" 200 3060 0.018962 10.0.0.249 - - [2026-01-29 02:10:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006154 10.0.0.249 - - [2026-01-29 02:10:44] "GET /obj-perms HTTP/1.1" 200 5075 0.047388 10.0.0.249 - - [2026-01-29 02:10:45] "GET /obj-perms HTTP/1.1" 200 5075 0.049841 10.0.0.249 - - [2026-01-29 02:10:48] "POST /neutron/port HTTP/1.1" 200 3060 0.021315 10.0.0.249 - - [2026-01-29 02:10:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006162 10.0.0.249 - - [2026-01-29 02:10:49] "POST /neutron/port HTTP/1.1" 200 3060 0.019438 10.0.0.249 - - [2026-01-29 02:10:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006086 10.0.0.249 - - [2026-01-29 02:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.249 - - [2026-01-29 02:10:54] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003067 10.0.0.249 - - [2026-01-29 02:10:54] "GET /virtual-networks?parent_id=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002840 10.0.0.249 - - [2026-01-29 02:10:54] "GET /virtual-network/a416a5f1-1957-45a6-bcc2-62cc6acc93b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005339 10.0.0.249 - - [2026-01-29 02:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.249 - - [2026-01-29 02:10:55] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003129 10.0.0.249 - - [2026-01-29 02:10:55] "GET /virtual-networks?parent_id=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003413 10.0.0.249 - - [2026-01-29 02:10:55] "GET /virtual-network/6916ec29-f0dc-4322-b145-82df0c43e1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004902 10.0.0.249 - - [2026-01-29 02:10:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.002760 10.0.0.249 - - [2026-01-29 02:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002376 10.0.0.249 - - [2026-01-29 02:10:55] "GET /projects?obj_uuids=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001048 10.0.0.249 - - [2026-01-29 02:10:55] "GET /project/06164813-c338-41ff-b0b9-520f9ff80686?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.025550 10.0.0.249 - - [2026-01-29 02:10:55] "POST /service-instances HTTP/1.1" 200 545 0.060408 10.0.0.249 - - [2026-01-29 02:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.249 - - [2026-01-29 02:10:55] "GET /service-instance/907d34a4-736a-4939-b46c-4ecd7d11e35a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.005029 10.0.0.249 - - [2026-01-29 02:10:55] "POST /port-tuples HTTP/1.1" 200 588 0.019924 10.0.0.249 - - [2026-01-29 02:10:55] "GET /virtual-machine-interface/f0c49e68-4f3a-4af8-a20a-c90b96d38593?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2732 0.005028 10.0.0.249 - - [2026-01-29 02:10:55] "PUT /virtual-machine-interface/f0c49e68-4f3a-4af8-a20a-c90b96d38593 HTTP/1.1" 200 285 0.010056 10.0.0.249 - - [2026-01-29 02:10:55] "POST /ref-update HTTP/1.1" 200 156 0.009839 10.0.0.249 - - [2026-01-29 02:10:56] "POST /instance-ips HTTP/1.1" 200 386 0.026376 10.0.0.249 - - [2026-01-29 02:10:56] "GET /virtual-machine-interface/b5eec222-761e-4d0a-b5ae-d0b0396a607a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2732 0.004636 10.0.0.249 - - [2026-01-29 02:10:56] "POST /ref-update HTTP/1.1" 200 156 0.012351 10.0.0.249 - - [2026-01-29 02:10:56] "PUT /virtual-machine-interface/b5eec222-761e-4d0a-b5ae-d0b0396a607a HTTP/1.1" 200 285 0.011989 10.0.0.249 - - [2026-01-29 02:10:56] "POST /ref-update HTTP/1.1" 200 156 0.012703 10.0.0.249 - - [2026-01-29 02:10:56] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002495 10.0.0.249 - - [2026-01-29 02:10:56] "POST /ref-update HTTP/1.1" 200 156 0.009628 10.0.0.249 - - [2026-01-29 02:10:56] "GET /virtual-machine-interface/ee604d42-962b-4c31-ba43-354f8d552da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2735 0.006444 10.0.0.249 - - [2026-01-29 02:10:56] "POST /instance-ips HTTP/1.1" 200 386 0.025525 10.0.0.249 - - [2026-01-29 02:10:56] "PUT /virtual-machine-interface/ee604d42-962b-4c31-ba43-354f8d552da3 HTTP/1.1" 200 285 0.011034 10.0.0.249 - - [2026-01-29 02:10:56] "POST /ref-update HTTP/1.1" 200 156 0.007582 10.0.0.249 - - [2026-01-29 02:10:56] "POST /ref-update HTTP/1.1" 200 156 0.009363 10.0.0.249 - - [2026-01-29 02:10:56] "POST /ref-update HTTP/1.1" 200 156 0.008469 10.0.0.249 - - [2026-01-29 02:10:56] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003048 10.0.0.249 - - [2026-01-29 02:10:56] "POST /neutron/port HTTP/1.1" 200 1122 0.012793 10.0.0.249 - - [2026-01-29 02:10:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006075 10.0.0.249 - - [2026-01-29 02:10:56] "POST /instance-ips HTTP/1.1" 200 374 0.016958 10.0.0.249 - - [2026-01-29 02:10:56] "POST /neutron/port HTTP/1.1" 200 1122 0.010415 10.0.0.249 - - [2026-01-29 02:10:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008880 10.0.0.249 - - [2026-01-29 02:10:56] "POST /ref-update HTTP/1.1" 200 156 0.010552 10.0.0.249 - - [2026-01-29 02:10:56] "POST /neutron/port HTTP/1.1" 200 1122 0.013661 10.0.0.249 - - [2026-01-29 02:10:56] "POST /ref-update HTTP/1.1" 200 156 0.009101 10.0.0.249 - - [2026-01-29 02:10:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005721 10.0.0.249 - - [2026-01-29 02:10:56] "GET /virtual-machine/164162a6-904a-4e24-9f19-b316b391fea1 HTTP/1.1" 200 1292 0.004638 10.0.0.249 - - [2026-01-29 02:10:56] "GET /virtual-machine-interface/216fad76-731b-4aa2-a50c-c2364a27562d HTTP/1.1" 200 2953 0.005008 10.0.0.249 - - [2026-01-29 02:10:56] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002360 10.0.0.249 - - [2026-01-29 02:10:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.249 - - [2026-01-29 02:10:56] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004204 10.0.0.249 - - [2026-01-29 02:10:56] "POST /instance-ips HTTP/1.1" 200 374 0.014835 10.0.0.249 - - [2026-01-29 02:10:56] "GET /virtual-networks?parent_id=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003048 10.0.0.249 - - [2026-01-29 02:10:56] "POST /ref-update HTTP/1.1" 200 156 0.009033 10.0.0.249 - - [2026-01-29 02:10:56] "GET /virtual-network/a416a5f1-1957-45a6-bcc2-62cc6acc93b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004483 10.0.0.249 - - [2026-01-29 02:10:56] "POST /ref-update HTTP/1.1" 200 156 0.007713 10.0.0.249 - - [2026-01-29 02:10:56] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002855 10.0.0.249 - - [2026-01-29 02:10:56] "POST /instance-ips HTTP/1.1" 200 376 0.019598 10.0.0.249 - - [2026-01-29 02:10:56] "POST /ref-update HTTP/1.1" 200 156 0.008423 10.0.0.249 - - [2026-01-29 02:10:57] "POST /ref-update HTTP/1.1" 200 156 0.007512 10.0.0.249 - - [2026-01-29 02:10:57] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002884 10.0.0.249 - - [2026-01-29 02:10:57] "POST /instance-ips HTTP/1.1" 200 376 0.019562 10.0.0.249 - - [2026-01-29 02:10:57] "POST /ref-update HTTP/1.1" 200 156 0.008199 10.0.0.249 - - [2026-01-29 02:10:57] "POST /ref-update HTTP/1.1" 200 156 0.008536 10.0.0.249 - - [2026-01-29 02:10:57] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002696 10.0.0.249 - - [2026-01-29 02:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.249 - - [2026-01-29 02:10:57] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003784 10.0.0.249 - - [2026-01-29 02:10:57] "GET /virtual-networks?parent_id=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003076 10.0.0.249 - - [2026-01-29 02:10:57] "GET /virtual-network/a416a5f1-1957-45a6-bcc2-62cc6acc93b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004936 10.0.0.249 - - [2026-01-29 02:10:58] "POST /neutron/port HTTP/1.1" 200 1123 0.012893 10.0.0.249 - - [2026-01-29 02:10:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005735 10.0.0.249 - - [2026-01-29 02:10:58] "POST /neutron/port HTTP/1.1" 200 1123 0.010813 10.0.0.249 - - [2026-01-29 02:10:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005153 10.0.0.249 - - [2026-01-29 02:10:58] "POST /neutron/port HTTP/1.1" 200 1123 0.011774 10.0.0.249 - - [2026-01-29 02:10:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006019 10.0.0.249 - - [2026-01-29 02:10:58] "GET /virtual-machine/8d4a5354-7fc8-4521-b73f-5509242dc387 HTTP/1.1" 200 1293 0.004536 10.0.0.249 - - [2026-01-29 02:10:58] "GET /virtual-machine-interface/65cdc6a7-ca97-449a-a22c-0130bd4e90b7 HTTP/1.1" 200 2956 0.004588 10.0.0.249 - - [2026-01-29 02:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.249 - - [2026-01-29 02:10:58] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003305 10.0.0.249 - - [2026-01-29 02:10:58] "GET /virtual-networks?parent_id=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003004 10.0.0.249 - - [2026-01-29 02:10:58] "GET /virtual-network/6916ec29-f0dc-4322-b145-82df0c43e1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005694 10.0.0.249 - - [2026-01-29 02:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.249 - - [2026-01-29 02:10:59] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003576 10.0.0.249 - - [2026-01-29 02:10:59] "GET /virtual-networks?parent_id=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003320 10.0.0.249 - - [2026-01-29 02:10:59] "GET /virtual-network/6916ec29-f0dc-4322-b145-82df0c43e1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004987 10.0.0.249 - - [2026-01-29 02:10:59] "POST /fqname-to-id HTTP/1.1" 404 211 0.002836 10.0.0.249 - - [2026-01-29 02:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002671 10.0.0.249 - - [2026-01-29 02:11:00] "GET /projects?obj_uuids=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.036894 10.0.0.249 - - [2026-01-29 02:11:00] "GET /project/06164813-c338-41ff-b0b9-520f9ff80686?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.056982 10.0.0.249 - - [2026-01-29 02:11:00] "POST /network-policys HTTP/1.1" 200 549 0.019031 10.0.0.249 - - [2026-01-29 02:11:00] "GET /network-policy/15daf4e4-798a-40f8-a715-bb2bd63ec710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.005254 10.0.0.249 - - [2026-01-29 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.249 - - [2026-01-29 02:11:00] "GET /virtual-network/a416a5f1-1957-45a6-bcc2-62cc6acc93b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006314 10.0.0.249 - - [2026-01-29 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.249 - - [2026-01-29 02:11:00] "GET /network-policy/15daf4e4-798a-40f8-a715-bb2bd63ec710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004141 10.0.0.249 - - [2026-01-29 02:11:00] "POST /fqname-to-id HTTP/1.1" 404 242 0.004242 10.0.0.249 - - [2026-01-29 02:11:00] "POST /ref-update HTTP/1.1" 200 156 0.042798 10.0.0.249 - - [2026-01-29 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.249 - - [2026-01-29 02:11:00] "POST /access-control-lists HTTP/1.1" 200 603 0.071497 10.0.0.249 - - [2026-01-29 02:11:00] "GET /network-policy/15daf4e4-798a-40f8-a715-bb2bd63ec710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.005061 10.0.0.249 - - [2026-01-29 02:11:00] "POST /neutron/network HTTP/1.1" 200 920 0.006980 10.0.0.249 - - [2026-01-29 02:11:00] "GET /virtual-network/a416a5f1-1957-45a6-bcc2-62cc6acc93b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004929 10.0.0.249 - - [2026-01-29 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.249 - - [2026-01-29 02:11:00] "GET /network-policy/15daf4e4-798a-40f8-a715-bb2bd63ec710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003489 10.0.0.249 - - [2026-01-29 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.249 - - [2026-01-29 02:11:00] "GET /virtual-network/6916ec29-f0dc-4322-b145-82df0c43e1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005449 10.0.0.249 - - [2026-01-29 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.249 - - [2026-01-29 02:11:00] "GET /network-policy/15daf4e4-798a-40f8-a715-bb2bd63ec710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004451 10.0.0.249 - - [2026-01-29 02:11:00] "POST /ref-update HTTP/1.1" 200 156 0.032253 10.0.0.249 - - [2026-01-29 02:11:00] "PUT /access-control-list/c0227c0e-7f26-46d8-8e9b-9903bc19d496 HTTP/1.1" 200 273 0.015964 10.0.0.249 - - [2026-01-29 02:11:00] "POST /fqname-to-id HTTP/1.1" 404 244 0.003930 10.0.0.249 - - [2026-01-29 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.249 - - [2026-01-29 02:11:01] "GET /network-policy/15daf4e4-798a-40f8-a715-bb2bd63ec710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.024568 10.0.0.249 - - [2026-01-29 02:11:01] "POST /access-control-lists HTTP/1.1" 200 606 0.062120 10.0.0.249 - - [2026-01-29 02:11:01] "POST /neutron/network HTTP/1.1" 200 923 0.007581 10.0.0.249 - - [2026-01-29 02:11:01] "POST /routing-instances HTTP/1.1" 200 761 0.020329 10.0.0.249 - - [2026-01-29 02:11:01] "GET /virtual-network/6916ec29-f0dc-4322-b145-82df0c43e1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.011252 10.0.0.249 - - [2026-01-29 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.249 - - [2026-01-29 02:11:01] "POST /route-targets HTTP/1.1" 200 328 0.011754 10.0.0.249 - - [2026-01-29 02:11:01] "GET /network-policy/15daf4e4-798a-40f8-a715-bb2bd63ec710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003652 10.0.0.249 - - [2026-01-29 02:11:01] "POST /ref-update HTTP/1.1" 200 156 0.009601 10.0.0.249 - - [2026-01-29 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.249 - - [2026-01-29 02:11:01] "GET /routing-instance/da4cf5b0-5c26-4eae-9931-13ce34e6c1d2?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1280 0.003693 10.0.0.249 - - [2026-01-29 02:11:01] "GET /service-template/23ad42be-c681-48b7-ad79-b1f3a0a93d58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.003926 10.0.0.249 - - [2026-01-29 02:11:01] "GET /routing-instance/da4cf5b0-5c26-4eae-9931-13ce34e6c1d2?fields=routing_policy_back_refs HTTP/1.1" 200 1280 0.003858 10.0.0.249 - - [2026-01-29 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002797 10.0.0.249 - - [2026-01-29 02:11:01] "POST /ref-update HTTP/1.1" 200 156 0.009083 10.0.0.249 - - [2026-01-29 02:11:01] "GET /projects?obj_uuids=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000978 10.0.0.249 - - [2026-01-29 02:11:01] "GET /project/06164813-c338-41ff-b0b9-520f9ff80686?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.033776 10.0.0.249 - - [2026-01-29 02:11:01] "POST /routing-instances HTTP/1.1" 200 762 0.027530 10.0.0.249 - - [2026-01-29 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002690 10.0.0.249 - - [2026-01-29 02:11:01] "POST /route-targets HTTP/1.1" 200 328 0.009269 10.0.0.249 - - [2026-01-29 02:11:01] "GET /service-instance/907d34a4-736a-4939-b46c-4ecd7d11e35a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3539 0.006037 10.0.0.249 - - [2026-01-29 02:11:01] "POST /ref-update HTTP/1.1" 200 156 0.008959 10.0.0.249 - - [2026-01-29 02:11:01] "GET /domains HTTP/1.1" 200 281 0.002569 10.0.0.249 - - [2026-01-29 02:11:01] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001241 10.0.0.249 - - [2026-01-29 02:11:01] "GET /routing-instance/38a42d26-6432-45d0-944f-4d3a9d75e784?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1280 0.003342 10.0.0.249 - - [2026-01-29 02:11:01] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 2782 0.014687 10.0.0.249 - - [2026-01-29 02:11:01] "GET /projects?obj_uuids=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001025 10.0.0.249 - - [2026-01-29 02:11:01] "GET /routing-instance/38a42d26-6432-45d0-944f-4d3a9d75e784?fields=routing_policy_back_refs HTTP/1.1" 200 1280 0.004545 10.0.0.249 - - [2026-01-29 02:11:01] "GET /project/06164813-c338-41ff-b0b9-520f9ff80686 HTTP/1.1" 200 4246 0.069968 10.0.0.249 - - [2026-01-29 02:11:01] "GET /service-instance/907d34a4-736a-4939-b46c-4ecd7d11e35a HTTP/1.1" 200 3794 0.005757 10.0.0.249 - - [2026-01-29 02:11:01] "GET /domains HTTP/1.1" 200 281 0.005236 10.0.0.249 - - [2026-01-29 02:11:01] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001535 10.0.0.249 - - [2026-01-29 02:11:01] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 2782 0.009925 10.0.0.249 - - [2026-01-29 02:11:01] "PUT /routing-instance/da4cf5b0-5c26-4eae-9931-13ce34e6c1d2 HTTP/1.1" 200 267 0.020197 10.0.0.249 - - [2026-01-29 02:11:01] "GET /projects?obj_uuids=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002421 10.0.0.249 - - [2026-01-29 02:11:01] "PUT /routing-instance/38a42d26-6432-45d0-944f-4d3a9d75e784 HTTP/1.1" 200 267 0.010377 10.0.0.249 - - [2026-01-29 02:11:01] "GET /project/06164813-c338-41ff-b0b9-520f9ff80686 HTTP/1.1" 200 4246 0.077153 10.0.0.249 - - [2026-01-29 02:11:01] "GET /service-instance/907d34a4-736a-4939-b46c-4ecd7d11e35a HTTP/1.1" 200 3794 0.003612 10.0.0.249 - - [2026-01-29 02:11:01] "GET /port-tuple/46c2e045-91fa-4fb3-afbb-fd0900c13d00 HTTP/1.1" 200 1984 0.003525 10.0.0.249 - - [2026-01-29 02:11:01] "GET /virtual-machine-interface/b5eec222-761e-4d0a-b5ae-d0b0396a607a HTTP/1.1" 200 3809 0.006150 10.0.0.249 - - [2026-01-29 02:11:01] "POST /ref-update HTTP/1.1" 200 156 0.014709 10.0.0.249 - - [2026-01-29 02:11:01] "GET /virtual-machine-interface/ee604d42-962b-4c31-ba43-354f8d552da3 HTTP/1.1" 200 3815 0.006559 10.0.0.249 - - [2026-01-29 02:11:01] "GET /virtual-machine-interface/f0c49e68-4f3a-4af8-a20a-c90b96d38593 HTTP/1.1" 200 3827 0.005936 10.0.0.249 - - [2026-01-29 02:11:01] "PUT /access-control-list/7bd4a95b-9996-4bd0-bf27-07349bee1090 HTTP/1.1" 200 273 0.010339 10.0.0.249 - - [2026-01-29 02:11:02] "POST /neutron/port HTTP/1.1" 200 3831 0.073462 10.0.0.249 - - [2026-01-29 02:11:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006698 10.0.0.249 - - [2026-01-29 02:11:02] "POST /neutron/port HTTP/1.1" 200 3831 0.032443 10.0.0.249 - - [2026-01-29 02:11:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006209 10.0.0.249 - - [2026-01-29 02:11:02] "POST /neutron/port HTTP/1.1" 200 3831 0.027257 10.0.0.249 - - [2026-01-29 02:11:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005547 10.0.0.249 - - [2026-01-29 02:11:02] "POST /neutron/port HTTP/1.1" 200 3831 0.028565 10.0.0.249 - - [2026-01-29 02:11:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005781 10.0.0.249 - - [2026-01-29 02:11:02] "POST /neutron/network HTTP/1.1" 200 894 0.009901 10.0.0.249 - - [2026-01-29 02:11:02] "POST /neutron/network HTTP/1.1" 200 920 0.004776 10.0.0.249 - - [2026-01-29 02:11:02] "POST /neutron/network HTTP/1.1" 200 804 0.011122 10.0.0.249 - - [2026-01-29 02:11:02] "POST /neutron/network HTTP/1.1" 200 830 0.005544 10.0.0.249 - - [2026-01-29 02:11:02] "POST /neutron/network HTTP/1.1" 200 897 0.011269 10.0.0.249 - - [2026-01-29 02:11:02] "POST /neutron/network HTTP/1.1" 200 923 0.007664 10.0.0.249 - - [2026-01-29 02:11:02] "POST /id-to-fqname HTTP/1.1" 200 223 0.001207 10.0.0.249 - - [2026-01-29 02:11:02] "POST /id-to-fqname HTTP/1.1" 200 223 0.001003 10.0.0.249 - - [2026-01-29 02:11:02] "POST /id-to-fqname HTTP/1.1" 200 224 0.001385 10.0.0.249 - - [2026-01-29 02:11:02] "GET /virtual-machine/dc48508e-1c0f-4a2c-aeff-55c8675c3b00 HTTP/1.1" 200 1807 0.003441 10.0.0.249 - - [2026-01-29 02:11:02] "GET /virtual-machine-interface/b5eec222-761e-4d0a-b5ae-d0b0396a607a HTTP/1.1" 200 3809 0.005317 10.0.0.249 - - [2026-01-29 02:11:02] "GET /virtual-machine-interface/ee604d42-962b-4c31-ba43-354f8d552da3 HTTP/1.1" 200 3815 0.004791 10.0.0.249 - - [2026-01-29 02:11:02] "GET /virtual-machine-interface/f0c49e68-4f3a-4af8-a20a-c90b96d38593 HTTP/1.1" 200 3827 0.004982 10.0.0.249 - - [2026-01-29 02:11:02] "GET /instance-ip/2f0c7c68-d493-42d7-b526-fc6d1b4c2f16 HTTP/1.1" 200 1960 0.003853 10.0.0.249 - - [2026-01-29 02:11:02] "GET /instance-ip/3135b959-c346-4fa4-9977-408935e6e567 HTTP/1.1" 200 1624 0.005055 10.0.0.249 - - [2026-01-29 02:11:02] "GET /instance-ip/ac2fd059-4cef-436b-bb65-03e8fe33930e HTTP/1.1" 200 1959 0.003453 10.0.0.249 - - [2026-01-29 02:11:02] "GET /instance-ip/1057f5b2-d72b-4194-a048-9d62c8c00e67 HTTP/1.1" 200 1962 0.004181 10.0.0.249 - - [2026-01-29 02:11:02] "GET /instance-ip/81083dbf-4e53-48ad-aab0-ad8a96ecb424 HTTP/1.1" 200 1964 0.003731 10.0.0.249 - - [2026-01-29 02:11:02] "GET /instance-ip/c0a14898-6f8f-4b81-b561-c25deac6f3f9 HTTP/1.1" 200 1627 0.005149 10.0.0.249 - - [2026-01-29 02:11:02] "GET /instance-ip/5efb8487-4a1c-4558-becb-cb0f6ae0f8bf HTTP/1.1" 200 1622 0.004735 10.0.0.249 - - [2026-01-29 02:11:02] "GET /instance-ip/6c04d0bc-43ce-4527-902a-69e669464e1c HTTP/1.1" 200 1982 0.003584 10.0.0.249 - - [2026-01-29 02:11:02] "GET /instance-ip/86365056-fb7a-4df5-bf66-239199343412 HTTP/1.1" 200 1984 0.003572 10.0.0.249 - - [2026-01-29 02:11:02] "POST /neutron/port HTTP/1.1" 200 3831 0.029925 10.0.0.249 - - [2026-01-29 02:11:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006193 10.0.0.249 - - [2026-01-29 02:11:02] "POST /neutron/port HTTP/1.1" 200 3831 0.033796 10.0.0.249 - - [2026-01-29 02:11:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006314 10.0.0.249 - - [2026-01-29 02:11:02] "POST /neutron/port HTTP/1.1" 200 3831 0.043143 10.0.0.249 - - [2026-01-29 02:11:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006407 10.0.0.249 - - [2026-01-29 02:11:03] "POST /neutron/port HTTP/1.1" 200 3831 0.033514 10.0.0.249 - - [2026-01-29 02:11:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006609 10.0.0.249 - - [2026-01-29 02:11:03] "GET /virtual-machine/dc48508e-1c0f-4a2c-aeff-55c8675c3b00 HTTP/1.1" 200 1807 0.003628 10.0.0.249 - - [2026-01-29 02:11:03] "GET /virtual-machine-interface/b5eec222-761e-4d0a-b5ae-d0b0396a607a HTTP/1.1" 200 3809 0.005540 10.0.0.249 - - [2026-01-29 02:11:03] "GET /virtual-machine-interface/ee604d42-962b-4c31-ba43-354f8d552da3 HTTP/1.1" 200 3815 0.005086 10.0.0.249 - - [2026-01-29 02:11:03] "GET /virtual-machine-interface/f0c49e68-4f3a-4af8-a20a-c90b96d38593 HTTP/1.1" 200 3827 0.004989 10.0.0.249 - - [2026-01-29 02:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.249 - - [2026-01-29 02:11:03] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003721 10.0.0.249 - - [2026-01-29 02:11:03] "GET /virtual-networks?parent_id=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002921 10.0.0.249 - - [2026-01-29 02:11:03] "GET /virtual-network/a416a5f1-1957-45a6-bcc2-62cc6acc93b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005733 10.0.0.249 - - [2026-01-29 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.249 - - [2026-01-29 02:11:04] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003433 10.0.0.249 - - [2026-01-29 02:11:04] "GET /virtual-networks?parent_id=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002958 10.0.0.249 - - [2026-01-29 02:11:04] "GET /virtual-network/a416a5f1-1957-45a6-bcc2-62cc6acc93b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005284 10.0.0.249 - - [2026-01-29 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.249 - - [2026-01-29 02:11:04] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003606 10.0.0.249 - - [2026-01-29 02:11:04] "GET /virtual-networks?parent_id=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003212 10.0.0.249 - - [2026-01-29 02:11:04] "GET /virtual-network/a416a5f1-1957-45a6-bcc2-62cc6acc93b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005130 10.0.0.249 - - [2026-01-29 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.249 - - [2026-01-29 02:11:04] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003515 10.0.0.249 - - [2026-01-29 02:11:04] "GET /virtual-networks?parent_id=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002993 10.0.0.249 - - [2026-01-29 02:11:04] "GET /virtual-network/a416a5f1-1957-45a6-bcc2-62cc6acc93b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005272 10.0.0.249 - - [2026-01-29 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002658 10.0.0.249 - - [2026-01-29 02:11:05] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003731 10.0.0.249 - - [2026-01-29 02:11:05] "GET /virtual-networks?parent_id=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003592 10.0.0.249 - - [2026-01-29 02:11:05] "GET /virtual-network/a416a5f1-1957-45a6-bcc2-62cc6acc93b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005020 10.0.0.249 - - [2026-01-29 02:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.249 - - [2026-01-29 02:11:05] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004529 10.0.0.249 - - [2026-01-29 02:11:05] "GET /virtual-networks?parent_id=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003118 10.0.0.249 - - [2026-01-29 02:11:05] "GET /virtual-network/0ae71d72-6d65-4477-ac15-8a11a8231c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005302 10.0.0.249 - - [2026-01-29 02:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.249 - - [2026-01-29 02:11:05] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004156 10.0.0.249 - - [2026-01-29 02:11:05] "GET /virtual-networks?parent_id=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002983 10.0.0.249 - - [2026-01-29 02:11:05] "GET /virtual-network/0ae71d72-6d65-4477-ac15-8a11a8231c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005024 10.0.0.249 - - [2026-01-29 02:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.249 - - [2026-01-29 02:11:05] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003416 10.0.0.249 - - [2026-01-29 02:11:05] "GET /virtual-networks?parent_id=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003346 10.0.0.249 - - [2026-01-29 02:11:05] "GET /virtual-network/0ae71d72-6d65-4477-ac15-8a11a8231c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005810 10.0.0.249 - - [2026-01-29 02:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.249 - - [2026-01-29 02:11:05] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004573 10.0.0.249 - - [2026-01-29 02:11:05] "GET /virtual-networks?parent_id=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003680 10.0.0.249 - - [2026-01-29 02:11:05] "GET /virtual-network/0ae71d72-6d65-4477-ac15-8a11a8231c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005153 10.0.0.249 - - [2026-01-29 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.249 - - [2026-01-29 02:11:06] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004127 10.0.0.249 - - [2026-01-29 02:11:06] "GET /virtual-networks?parent_id=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003462 10.0.0.249 - - [2026-01-29 02:11:06] "GET /virtual-network/6916ec29-f0dc-4322-b145-82df0c43e1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.006636 10.0.0.249 - - [2026-01-29 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.249 - - [2026-01-29 02:11:06] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004023 10.0.0.249 - - [2026-01-29 02:11:06] "GET /virtual-networks?parent_id=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003553 10.0.0.249 - - [2026-01-29 02:11:06] "GET /virtual-network/6916ec29-f0dc-4322-b145-82df0c43e1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.006352 10.0.0.249 - - [2026-01-29 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.249 - - [2026-01-29 02:11:06] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003588 10.0.0.249 - - [2026-01-29 02:11:06] "GET /virtual-networks?parent_id=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002913 10.0.0.249 - - [2026-01-29 02:11:06] "GET /virtual-network/6916ec29-f0dc-4322-b145-82df0c43e1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.004899 10.0.0.249 - - [2026-01-29 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.249 - - [2026-01-29 02:11:06] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003582 10.0.0.249 - - [2026-01-29 02:11:06] "GET /virtual-networks?parent_id=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002887 10.0.0.249 - - [2026-01-29 02:11:06] "GET /virtual-network/6916ec29-f0dc-4322-b145-82df0c43e1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005903 10.0.0.249 - - [2026-01-29 02:11:06] "GET /virtual-machine/dc48508e-1c0f-4a2c-aeff-55c8675c3b00 HTTP/1.1" 200 1807 0.003802 10.0.0.249 - - [2026-01-29 02:11:06] "GET /domains HTTP/1.1" 200 281 0.002276 10.0.0.249 - - [2026-01-29 02:11:06] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001291 10.0.0.249 - - [2026-01-29 02:11:06] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 2782 0.006466 10.0.0.249 - - [2026-01-29 02:11:06] "GET /projects?obj_uuids=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000914 10.0.0.249 - - [2026-01-29 02:11:06] "GET /project/06164813-c338-41ff-b0b9-520f9ff80686 HTTP/1.1" 200 4246 0.063518 10.0.0.249 - - [2026-01-29 02:11:06] "GET /service-instance/907d34a4-736a-4939-b46c-4ecd7d11e35a HTTP/1.1" 200 3794 0.003570 10.0.0.249 - - [2026-01-29 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002256 10.0.0.249 - - [2026-01-29 02:11:06] "GET /routing-instance/b14767ef-bcd7-484f-a00a-28bae3e9a4b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.003141 10.0.0.249 - - [2026-01-29 02:11:07] "GET /routing-instance/b14767ef-bcd7-484f-a00a-28bae3e9a4b7?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2025 0.005530 10.0.0.249 - - [2026-01-29 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.249 - - [2026-01-29 02:11:07] "GET /routing-instance/4edfbb98-b047-42f9-9512-50b3cfef7199?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1896 0.004388 10.0.0.249 - - [2026-01-29 02:11:07] "GET /routing-instance/4edfbb98-b047-42f9-9512-50b3cfef7199?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2027 0.005106 10.0.0.249 - - [2026-01-29 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.249 - - [2026-01-29 02:11:07] "GET /virtual-network/a416a5f1-1957-45a6-bcc2-62cc6acc93b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006280 10.0.0.249 - - [2026-01-29 02:11:07] "GET /virtual-network/a416a5f1-1957-45a6-bcc2-62cc6acc93b8?fields=routing_instances HTTP/1.1" 200 1688 0.006974 10.0.0.249 - - [2026-01-29 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.249 - - [2026-01-29 02:11:07] "GET /virtual-network/6916ec29-f0dc-4322-b145-82df0c43e1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.006339 10.0.0.249 - - [2026-01-29 02:11:07] "GET /virtual-network/6916ec29-f0dc-4322-b145-82df0c43e1e2?fields=routing_instances HTTP/1.1" 200 1692 0.005939 10.0.0.249 - - [2026-01-29 02:11:11] "POST /ref-update HTTP/1.1" 200 156 0.032675 10.0.0.249 - - [2026-01-29 02:11:11] "POST /neutron/network HTTP/1.1" 200 835 0.006582 10.0.0.249 - - [2026-01-29 02:11:11] "GET /virtual-network/6916ec29-f0dc-4322-b145-82df0c43e1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005714 10.0.0.249 - - [2026-01-29 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002803 10.0.0.249 - - [2026-01-29 02:11:11] "GET /network-policy/15daf4e4-798a-40f8-a715-bb2bd63ec710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004069 10.0.0.249 - - [2026-01-29 02:11:11] "POST /ref-update HTTP/1.1" 200 156 0.026239 10.0.0.249 - - [2026-01-29 02:11:11] "POST /neutron/network HTTP/1.1" 200 832 0.006574 10.0.0.249 - - [2026-01-29 02:11:11] "GET /virtual-network/a416a5f1-1957-45a6-bcc2-62cc6acc93b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004612 10.0.0.249 - - [2026-01-29 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002763 10.0.0.249 - - [2026-01-29 02:11:11] "GET /network-policy/15daf4e4-798a-40f8-a715-bb2bd63ec710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003736 10.0.0.249 - - [2026-01-29 02:11:11] "DELETE /network-policy/15daf4e4-798a-40f8-a715-bb2bd63ec710 HTTP/1.1" 200 115 0.019839 10.0.0.249 - - [2026-01-29 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002267 10.0.0.249 - - [2026-01-29 02:11:12] "DELETE /access-control-list/7bd4a95b-9996-4bd0-bf27-07349bee1090 HTTP/1.1" 200 115 0.019528 10.0.0.249 - - [2026-01-29 02:11:12] "DELETE /service-instance/907d34a4-736a-4939-b46c-4ecd7d11e35a HTTP/1.1" 200 115 0.059876 10.0.0.249 - - [2026-01-29 02:11:12] "GET /domains HTTP/1.1" 200 281 0.002369 10.0.0.249 - - [2026-01-29 02:11:12] "POST /ref-update HTTP/1.1" 200 156 0.013976 10.0.0.249 - - [2026-01-29 02:11:12] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001643 10.0.0.249 - - [2026-01-29 02:11:12] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 2782 0.015181 10.0.0.249 - - [2026-01-29 02:11:12] "GET /projects?obj_uuids=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001484 10.0.0.249 - - [2026-01-29 02:11:12] "DELETE /instance-ip/81083dbf-4e53-48ad-aab0-ad8a96ecb424 HTTP/1.1" 200 115 0.037276 10.0.0.249 - - [2026-01-29 02:11:12] "DELETE /routing-instance/da4cf5b0-5c26-4eae-9931-13ce34e6c1d2 HTTP/1.1" 200 115 0.035884 10.0.0.249 - - [2026-01-29 02:11:12] "POST /ref-update HTTP/1.1" 200 156 0.014519 10.0.0.249 - - [2026-01-29 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005107 10.0.0.249 - - [2026-01-29 02:11:12] "GET /project/06164813-c338-41ff-b0b9-520f9ff80686 HTTP/1.1" 200 3770 0.072366 10.0.0.249 - - [2026-01-29 02:11:12] "GET /virtual-machine/dc48508e-1c0f-4a2c-aeff-55c8675c3b00 HTTP/1.1" 200 1807 0.003255 10.0.0.249 - - [2026-01-29 02:11:12] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004408 10.0.0.249 - - [2026-01-29 02:11:12] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003390 10.0.0.249 - - [2026-01-29 02:11:12] "DELETE /route-target/5b78437b-2372-4852-8ac2-7b2d4a240d44 HTTP/1.1" 200 115 0.017560 10.0.0.249 - - [2026-01-29 02:11:12] "DELETE /instance-ip/2f0c7c68-d493-42d7-b526-fc6d1b4c2f16 HTTP/1.1" 200 115 0.028942 10.0.0.249 - - [2026-01-29 02:11:12] "POST /ref-update HTTP/1.1" 200 156 0.017550 10.0.0.249 - - [2026-01-29 02:11:12] "DELETE /routing-instance/38a42d26-6432-45d0-944f-4d3a9d75e784 HTTP/1.1" 200 115 0.046806 10.0.0.249 - - [2026-01-29 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004946 10.0.0.249 - - [2026-01-29 02:11:12] "DELETE /instance-ip/6c04d0bc-43ce-4527-902a-69e669464e1c HTTP/1.1" 200 115 0.024605 10.0.0.249 - - [2026-01-29 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.249 - - [2026-01-29 02:11:12] "POST /ref-update HTTP/1.1" 200 156 0.013704 10.0.0.249 - - [2026-01-29 02:11:12] "DELETE /route-target/b6f67a9a-c96e-4e7f-9ed7-752db008d308 HTTP/1.1" 200 115 0.032434 10.0.0.249 - - [2026-01-29 02:11:12] "DELETE /service-template/23ad42be-c681-48b7-ad79-b1f3a0a93d58 HTTP/1.1" 200 115 0.041903 10.0.0.249 - - [2026-01-29 02:11:12] "POST /fqname-to-id HTTP/1.1" 404 193 0.003728 10.0.0.249 - - [2026-01-29 02:11:12] "DELETE /access-control-list/c0227c0e-7f26-46d8-8e9b-9903bc19d496 HTTP/1.1" 200 115 0.028215 10.0.0.249 - - [2026-01-29 02:11:12] "DELETE /instance-ip/1057f5b2-d72b-4194-a048-9d62c8c00e67 HTTP/1.1" 200 115 0.032884 10.0.0.249 - - [2026-01-29 02:11:12] "POST /ref-update HTTP/1.1" 200 156 0.008401 10.0.0.249 - - [2026-01-29 02:11:12] "DELETE /instance-ip/ac2fd059-4cef-436b-bb65-03e8fe33930e HTTP/1.1" 200 115 0.019740 10.0.0.249 - - [2026-01-29 02:11:12] "POST /ref-update HTTP/1.1" 200 156 0.009235 10.0.0.249 - - [2026-01-29 02:11:12] "DELETE /instance-ip/86365056-fb7a-4df5-bf66-239199343412 HTTP/1.1" 200 115 0.026710 10.0.0.249 - - [2026-01-29 02:11:12] "POST /neutron/network HTTP/1.1" 200 835 0.009474 10.0.0.249 - - [2026-01-29 02:11:12] "POST /neutron/network HTTP/1.1" 400 204 0.013918 10.0.0.249 - - [2026-01-29 02:11:13] "POST /neutron/port HTTP/1.1" 200 1123 0.011373 10.0.0.249 - - [2026-01-29 02:11:13] "POST /neutron/port HTTP/1.1" 200 1113 0.008876 10.0.0.249 - - [2026-01-29 02:11:13] "POST /neutron/port HTTP/1.1" 200 1122 0.017674 10.0.0.249 - - [2026-01-29 02:11:13] "POST /neutron/port HTTP/1.1" 200 151 0.097520 10.0.0.249 - - [2026-01-29 02:11:13] "POST /neutron/port HTTP/1.1" 200 1112 0.016261 10.0.0.249 - - [2026-01-29 02:11:13] "POST /neutron/port HTTP/1.1" 200 3060 0.022130 10.0.0.249 - - [2026-01-29 02:11:13] "POST /neutron/port HTTP/1.1" 200 1113 0.009717 10.0.0.249 - - [2026-01-29 02:11:13] "POST /neutron/port HTTP/1.1" 200 151 0.128548 10.0.0.249 - - [2026-01-29 02:11:13] "POST /neutron/port HTTP/1.1" 200 151 0.108577 10.0.0.249 - - [2026-01-29 02:11:13] "POST /neutron/port HTTP/1.1" 200 1112 0.010358 10.0.0.249 - - [2026-01-29 02:11:13] "POST /neutron/port HTTP/1.1" 200 151 0.087388 10.0.0.249 - - [2026-01-29 02:11:13] "POST /neutron/port HTTP/1.1" 200 1110 0.011052 10.0.0.249 - - [2026-01-29 02:11:13] "POST /neutron/port HTTP/1.1" 200 151 0.090091 10.0.0.249 - - [2026-01-29 02:11:14] "POST /neutron/network HTTP/1.1" 200 835 0.005810 10.0.0.249 - - [2026-01-29 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.249 - - [2026-01-29 02:11:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002675 10.0.0.249 - - [2026-01-29 02:11:14] "POST /useragent-kv HTTP/1.1" 200 115 0.001817 10.0.0.249 - - [2026-01-29 02:11:14] "POST /neutron/network HTTP/1.1" 200 151 0.074496 10.0.0.249 - - [2026-01-29 02:11:14] "DELETE /route-target/f3becb7a-721b-4553-8f50-405a0aaf8085 HTTP/1.1" 200 115 0.015184 10.0.0.249 - - [2026-01-29 02:11:14] "GET /routing-instance/4edfbb98-b047-42f9-9512-50b3cfef7199 HTTP/1.1" 404 171 0.002936 10.0.0.249 - - [2026-01-29 02:11:14] "GET /domains HTTP/1.1" 200 281 0.002142 10.0.0.249 - - [2026-01-29 02:11:14] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001284 10.0.0.249 - - [2026-01-29 02:11:14] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 2581 0.052124 10.0.0.249 - - [2026-01-29 02:11:14] "GET /projects?obj_uuids=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000962 10.0.0.249 - - [2026-01-29 02:11:14] "GET /project/06164813-c338-41ff-b0b9-520f9ff80686 HTTP/1.1" 200 2303 0.071331 10.0.0.249 - - [2026-01-29 02:11:14] "POST /neutron/network HTTP/1.1" 200 832 0.005144 10.0.0.249 - - [2026-01-29 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.249 - - [2026-01-29 02:11:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002030 10.0.0.249 - - [2026-01-29 02:11:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002802 10.0.0.249 - - [2026-01-29 02:11:15] "POST /neutron/network HTTP/1.1" 200 151 0.071851 10.0.0.249 - - [2026-01-29 02:11:15] "DELETE /route-target/9c7d4ae0-c916-4a10-a6d5-c08f878c35d2 HTTP/1.1" 200 115 0.015221 10.0.0.249 - - [2026-01-29 02:11:15] "GET /routing-instance/b14767ef-bcd7-484f-a00a-28bae3e9a4b7 HTTP/1.1" 404 171 0.002953 10.0.0.249 - - [2026-01-29 02:11:15] "GET /domains HTTP/1.1" 200 281 0.002436 10.0.0.249 - - [2026-01-29 02:11:15] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001012 10.0.0.249 - - [2026-01-29 02:11:15] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 2581 0.048664 10.0.0.249 - - [2026-01-29 02:11:15] "GET /projects?obj_uuids=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001859 10.0.0.249 - - [2026-01-29 02:11:15] "GET /project/06164813-c338-41ff-b0b9-520f9ff80686 HTTP/1.1" 200 2084 0.067629 10.0.0.249 - - [2026-01-29 02:11:15] "POST /neutron/network HTTP/1.1" 200 830 0.005519 10.0.0.249 - - [2026-01-29 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004142 10.0.0.249 - - [2026-01-29 02:11:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002928 10.0.0.249 - - [2026-01-29 02:11:15] "POST /useragent-kv HTTP/1.1" 200 115 0.001847 10.0.0.249 - - [2026-01-29 02:11:15] "POST /neutron/network HTTP/1.1" 200 151 0.076333 10.0.0.249 - - [2026-01-29 02:11:15] "DELETE /route-target/b758103b-7ff6-4379-9b4e-bc4c1e88a6f1 HTTP/1.1" 200 115 0.016262 10.0.0.249 - - [2026-01-29 02:11:15] "GET /routing-instance/f28a85ea-081a-4016-9fc5-9b0faefbaab0 HTTP/1.1" 404 171 0.002245 10.0.0.249 - - [2026-01-29 02:11:15] "GET /domains HTTP/1.1" 200 281 0.002072 10.0.0.249 - - [2026-01-29 02:11:15] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000868 10.0.0.249 - - [2026-01-29 02:11:15] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 2581 0.049487 10.0.0.249 - - [2026-01-29 02:11:15] "GET /projects?obj_uuids=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001485 10.0.0.249 - - [2026-01-29 02:11:15] "GET /project/06164813-c338-41ff-b0b9-520f9ff80686 HTTP/1.1" 200 1843 0.067016 10.0.0.249 - - [2026-01-29 02:11:15] "GET /projects?obj_uuids=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001109 10.0.0.249 - - [2026-01-29 02:11:15] "GET /project/06164813-c338-41ff-b0b9-520f9ff80686?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.050426 10.0.0.249 - - [2026-01-29 02:11:15] "GET /projects?obj_uuids=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001509 10.0.0.249 - - [2026-01-29 02:11:15] "GET /project/06164813-c338-41ff-b0b9-520f9ff80686?fields=virtual_networks HTTP/1.1" 200 1028 0.066793 10.0.0.249 - - [2026-01-29 02:11:15] "GET /projects?obj_uuids=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001085 10.0.0.249 - - [2026-01-29 02:11:15] "GET /project/06164813-c338-41ff-b0b9-520f9ff80686?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.024260 10.0.0.249 - - [2026-01-29 02:11:15] "GET /projects?obj_uuids=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001269 10.0.0.249 - - [2026-01-29 02:11:15] "GET /project/06164813-c338-41ff-b0b9-520f9ff80686?fields=security_groups HTTP/1.1" 200 1253 0.027858 10.0.0.249 - - [2026-01-29 02:11:16] "POST /fqname-to-id HTTP/1.1" 404 189 0.029602 10.0.0.249 - - [2026-01-29 02:11:16] "GET /projects?obj_uuids=c414cff9-b817-4e33-9c77-82600b028643&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002183 10.0.0.249 - - [2026-01-29 02:11:16] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001215 10.0.0.249 - - [2026-01-29 02:11:16] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.033930 10.0.0.249 - - [2026-01-29 02:11:16] "POST /id-to-fqname HTTP/1.1" 200 191 0.001560 10.0.0.249 - - [2026-01-29 02:11:16] "POST /fqname-to-id HTTP/1.1" 404 200 0.002765 10.0.0.249 - - [2026-01-29 02:11:17] "POST /security-groups HTTP/1.1" 200 592 0.060252 10.0.0.249 - - [2026-01-29 02:11:17] "POST /fqname-to-id HTTP/1.1" 404 235 0.002734 10.0.0.249 - - [2026-01-29 02:11:17] "POST /projects HTTP/1.1" 200 587 0.203531 10.0.0.249 - - [2026-01-29 02:11:17] "POST /access-control-lists HTTP/1.1" 200 599 0.059864 10.0.0.249 - - [2026-01-29 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.280677 10.0.0.249 - - [2026-01-29 02:11:17] "POST /fqname-to-id HTTP/1.1" 404 234 0.003099 10.0.0.249 - - [2026-01-29 02:11:17] "GET /project/c414cff9-b817-4e33-9c77-82600b028643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.423154 10.0.0.249 - - [2026-01-29 02:11:17] "POST /access-control-lists HTTP/1.1" 200 597 0.064490 10.0.0.249 - - [2026-01-29 02:11:18] "GET / HTTP/1.1" 200 36215 0.003080 10.0.0.249 - - [2026-01-29 02:11:19] "GET /project/c414cff9-b817-4e33-9c77-82600b028643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000500 10.0.0.249 - - [2026-01-29 02:11:19] "GET /projects?obj_uuids=c414cff9-b817-4e33-9c77-82600b028643&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001215 10.0.0.249 - - [2026-01-29 02:11:19] "GET /project/c414cff9-b817-4e33-9c77-82600b028643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.046242 10.0.0.249 - - [2026-01-29 02:11:19] "POST /fqname-to-id HTTP/1.1" 404 180 0.002417 10.0.0.249 - - [2026-01-29 02:11:19] "POST /virtual-DNSs HTTP/1.1" 200 509 0.017556 10.0.0.249 - - [2026-01-29 02:11:19] "GET /virtual-DNS/5bf4eab4-d94a-41e3-9b54-d9310510e362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.004522 10.0.0.249 - - [2026-01-29 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.249 - - [2026-01-29 02:11:19] "GET /virtual-DNS/5bf4eab4-d94a-41e3-9b54-d9310510e362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.010935 10.0.0.249 - - [2026-01-29 02:11:20] "GET /domains HTTP/1.1" 401 293 0.000558 10.0.0.249 - - [2026-01-29 02:11:20] "GET /domains HTTP/1.1" 200 281 0.028336 10.0.0.249 - - [2026-01-29 02:11:20] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001289 10.0.0.249 - - [2026-01-29 02:11:20] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 2970 0.009312 10.0.0.249 - - [2026-01-29 02:11:20] "GET /virtual-DNS/5bf4eab4-d94a-41e3-9b54-d9310510e362 HTTP/1.1" 200 1440 0.005177 10.0.0.249 - - [2026-01-29 02:11:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.004226 10.0.0.249 - - [2026-01-29 02:11:20] "POST /network-ipams HTTP/1.1" 200 516 0.022553 10.0.0.249 - - [2026-01-29 02:11:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 754 0.002799 10.0.0.249 - - [2026-01-29 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.249 - - [2026-01-29 02:11:20] "GET /network-ipam/0cccfcb7-964b-428d-9740-b82bd1881bd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.004610 10.0.0.249 - - [2026-01-29 02:11:20] "PUT /network-ipam/0cccfcb7-964b-428d-9740-b82bd1881bd1 HTTP/1.1" 200 259 0.009524 10.0.0.249 - - [2026-01-29 02:11:20] "POST /ref-update HTTP/1.1" 200 156 0.008466 10.0.0.249 - - [2026-01-29 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.249 - - [2026-01-29 02:11:20] "GET /projects?obj_uuids=c414cff9-b817-4e33-9c77-82600b028643&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001117 10.0.0.249 - - [2026-01-29 02:11:20] "GET /project/c414cff9-b817-4e33-9c77-82600b028643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.027816 10.0.0.249 - - [2026-01-29 02:11:20] "POST /neutron/network HTTP/1.1" 200 117 0.045588 10.0.0.249 - - [2026-01-29 02:11:20] "GET /projects?obj_uuids=c414cff9-b817-4e33-9c77-82600b028643&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001181 10.0.0.249 - - [2026-01-29 02:11:20] "POST /neutron/network HTTP/1.1" 200 618 0.076941 10.0.0.249 - - [2026-01-29 02:11:21] "POST /route-targets HTTP/1.1" 200 328 0.014482 10.0.0.249 - - [2026-01-29 02:11:21] "POST /ref-update HTTP/1.1" 200 156 0.016080 10.0.0.249 - - [2026-01-29 02:11:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004415 10.0.0.249 - - [2026-01-29 02:11:21] "POST /neutron/subnet HTTP/1.1" 200 711 0.196335 10.0.0.249 - - [2026-01-29 02:11:21] "POST /neutron/network HTTP/1.1" 200 833 0.007446 10.0.0.249 - - [2026-01-29 02:11:21] "POST /id-to-fqname HTTP/1.1" 200 227 0.001305 10.0.0.249 - - [2026-01-29 02:11:21] "GET /virtual-network/d1395f56-9779-43b1-b2fb-e7caa5a8a8db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006432 10.0.0.249 - - [2026-01-29 02:11:21] "POST /neutron/network HTTP/1.1" 200 833 0.006188 10.0.0.249 - - [2026-01-29 02:11:21] "GET /virtual-network/d1395f56-9779-43b1-b2fb-e7caa5a8a8db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005365 10.0.0.249 - - [2026-01-29 02:11:21] "POST /neutron/network HTTP/1.1" 200 833 0.006788 10.0.0.249 - - [2026-01-29 02:11:21] "POST /neutron/subnet HTTP/1.1" 200 711 0.008704 10.0.0.249 - - [2026-01-29 02:11:21] "POST /neutron/network HTTP/1.1" 200 807 0.014571 10.0.0.249 - - [2026-01-29 02:11:21] "POST /neutron/network HTTP/1.1" 200 833 0.006497 10.0.0.249 - - [2026-01-29 02:11:21] "POST /id-to-fqname HTTP/1.1" 200 227 0.001424 10.0.0.249 - - [2026-01-29 02:11:21] "POST /neutron/network HTTP/1.1" 200 843 0.005638 10.0.0.249 - - [2026-01-29 02:11:21] "GET /aaa-mode HTTP/1.1" 401 293 0.000444 10.0.0.249 - - [2026-01-29 02:11:22] "GET / HTTP/1.1" 200 36215 0.001600 10.0.0.249 - - [2026-01-29 02:11:22] "GET /project/c414cff9-b817-4e33-9c77-82600b028643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000405 10.0.0.249 - - [2026-01-29 02:11:22] "GET /projects?obj_uuids=c414cff9-b817-4e33-9c77-82600b028643&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001049 10.0.0.249 - - [2026-01-29 02:11:22] "GET /project/c414cff9-b817-4e33-9c77-82600b028643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.044755 10.0.0.249 - - [2026-01-29 02:11:22] "POST /neutron/network HTTP/1.1" 200 833 0.033067 10.0.0.249 - - [2026-01-29 02:11:22] "POST /neutron/port HTTP/1.1" 200 117 0.006055 10.0.0.249 - - [2026-01-29 02:11:22] "POST /neutron/port HTTP/1.1" 200 117 0.004813 10.0.0.249 - - [2026-01-29 02:11:22] "POST /neutron/port HTTP/1.1" 200 117 0.004476 10.0.0.249 - - [2026-01-29 02:11:23] "POST /neutron/network HTTP/1.1" 200 843 0.005255 10.0.0.249 - - [2026-01-29 02:11:23] "GET /projects?obj_uuids=c414cff9-b817-4e33-9c77-82600b028643&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001300 10.0.0.249 - - [2026-01-29 02:11:23] "POST /neutron/port HTTP/1.1" 200 1058 0.175836 10.0.0.249 - - [2026-01-29 02:11:23] "POST /neutron/port HTTP/1.1" 200 1058 0.051949 10.0.0.249 - - [2026-01-29 02:11:23] "POST /neutron/port HTTP/1.1" 200 1058 0.008380 10.0.0.249 - - [2026-01-29 02:11:23] "POST /neutron/port HTTP/1.1" 200 1112 0.066324 10.0.0.249 - - [2026-01-29 02:11:23] "POST /neutron/port HTTP/1.1" 200 1122 0.013373 10.0.0.249 - - [2026-01-29 02:11:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004114 10.0.0.249 - - [2026-01-29 02:11:23] "POST /neutron/subnet HTTP/1.1" 200 685 0.006775 10.0.0.249 - - [2026-01-29 02:11:23] "POST /neutron/port HTTP/1.1" 200 117 0.001225 10.0.0.249 - - [2026-01-29 02:11:23] "POST /neutron/network HTTP/1.1" 200 833 0.005226 10.0.0.249 - - [2026-01-29 02:11:27] "POST /neutron/port HTTP/1.1" 200 1122 0.011792 10.0.0.249 - - [2026-01-29 02:11:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006930 10.0.0.249 - - [2026-01-29 02:11:27] "POST /neutron/port HTTP/1.1" 200 1122 0.012331 10.0.0.249 - - [2026-01-29 02:11:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007486 10.0.0.249 - - [2026-01-29 02:11:27] "POST /neutron/port HTTP/1.1" 200 1122 0.013499 10.0.0.249 - - [2026-01-29 02:11:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005924 10.0.0.249 - - [2026-01-29 02:11:27] "GET /virtual-machine/d704ae69-2de1-49a1-841f-b24d3da1c5f5 HTTP/1.1" 200 1295 0.004565 10.0.0.249 - - [2026-01-29 02:11:27] "GET /virtual-machine-interface/e105c409-9d71-466d-a640-07f426b2a73b HTTP/1.1" 200 2972 0.005313 10.0.0.249 - - [2026-01-29 02:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.249 - - [2026-01-29 02:11:27] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003219 10.0.0.249 - - [2026-01-29 02:11:27] "GET /virtual-networks?parent_id=c414cff9-b817-4e33-9c77-82600b028643&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003091 10.0.0.249 - - [2026-01-29 02:11:28] "GET /virtual-network/d1395f56-9779-43b1-b2fb-e7caa5a8a8db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005175 10.0.0.249 - - [2026-01-29 02:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002776 10.0.0.249 - - [2026-01-29 02:11:31] "GET /virtual-network/d1395f56-9779-43b1-b2fb-e7caa5a8a8db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005499 10.0.0.249 - - [2026-01-29 02:11:32] "POST /neutron/port HTTP/1.1" 200 1122 0.011141 10.0.0.249 - - [2026-01-29 02:11:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004999 10.0.0.249 - - [2026-01-29 02:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.249 - - [2026-01-29 02:11:33] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002778 10.0.0.249 - - [2026-01-29 02:11:33] "GET /virtual-networks?parent_id=c414cff9-b817-4e33-9c77-82600b028643&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002923 10.0.0.249 - - [2026-01-29 02:11:33] "GET /virtual-network/d1395f56-9779-43b1-b2fb-e7caa5a8a8db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004876 10.0.0.249 - - [2026-01-29 02:11:37] "DELETE /project/c414cff9b8174e339c7782600b028643 HTTP/1.1" 404 173 0.006097 10.0.0.249 - - [2026-01-29 02:11:37] "GET /projects?obj_uuids=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000861 10.0.0.249 - - [2026-01-29 02:11:37] "GET /project/06164813-c338-41ff-b0b9-520f9ff80686?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.022075 10.0.0.249 - - [2026-01-29 02:11:37] "GET /projects?obj_uuids=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000988 10.0.0.249 - - [2026-01-29 02:11:37] "GET /project/06164813-c338-41ff-b0b9-520f9ff80686?fields=security_groups HTTP/1.1" 200 1355 0.070869 10.0.0.249 - - [2026-01-29 02:11:37] "POST /neutron/network HTTP/1.1" 200 807 0.010725 10.0.0.249 - - [2026-01-29 02:11:37] "POST /neutron/network HTTP/1.1" 200 833 0.012644 10.0.0.249 - - [2026-01-29 02:11:37] "POST /id-to-fqname HTTP/1.1" 200 227 0.001134 10.0.0.249 - - [2026-01-29 02:11:37] "DELETE /security-group/8f2a5e27-16ab-4f50-9260-aa6d1e1c36af HTTP/1.1" 200 115 0.045158 10.0.0.249 - - [2026-01-29 02:11:37] "GET /projects?obj_uuids=06164813-c338-41ff-b0b9-520f9ff80686&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001118 10.0.0.249 - - [2026-01-29 02:11:37] "DELETE /access-control-list/0536c653-d1cd-483d-b22f-4a2f7129e20b HTTP/1.1" 200 115 0.032644 10.0.0.249 - - [2026-01-29 02:11:37] "GET /project/06164813-c338-41ff-b0b9-520f9ff80686?fields=application_policy_sets HTTP/1.1" 200 1394 0.036874 10.0.0.249 - - [2026-01-29 02:11:37] "DELETE /access-control-list/49a9cf8b-896b-400f-b03e-b194a8694e64 HTTP/1.1" 200 115 0.030701 10.0.0.249 - - [2026-01-29 02:11:38] "POST /neutron/port HTTP/1.1" 200 1122 0.013435 10.0.0.249 - - [2026-01-29 02:11:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005511 10.0.0.249 - - [2026-01-29 02:11:38] "DELETE /project/06164813-c338-41ff-b0b9-520f9ff80686 HTTP/1.1" 200 115 0.343626 10.0.0.249 - - [2026-01-29 02:11:38] "POST /neutron/network HTTP/1.1" 200 843 0.007242 10.0.0.249 - - [2026-01-29 02:11:38] "GET /aaa-mode HTTP/1.1" 401 293 0.000504 10.0.0.249 - - [2026-01-29 02:11:38] "GET / HTTP/1.1" 200 36215 0.002348 10.0.0.249 - - [2026-01-29 02:11:38] "GET /project/c414cff9-b817-4e33-9c77-82600b028643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000568 10.0.0.249 - - [2026-01-29 02:11:38] "GET /projects?obj_uuids=c414cff9-b817-4e33-9c77-82600b028643&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001205 10.0.0.249 - - [2026-01-29 02:11:38] "GET /project/c414cff9-b817-4e33-9c77-82600b028643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.051808 10.0.0.249 - - [2026-01-29 02:11:38] "POST /neutron/network HTTP/1.1" 200 833 0.006533 10.0.0.249 - - [2026-01-29 02:11:39] "POST /neutron/port HTTP/1.1" 200 1122 0.017075 10.0.0.249 - - [2026-01-29 02:11:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006421 10.0.0.249 - - [2026-01-29 02:11:39] "POST /neutron/port HTTP/1.1" 200 117 0.005180 10.0.0.249 - - [2026-01-29 02:11:39] "POST /neutron/port HTTP/1.1" 200 117 0.005489 10.0.0.249 - - [2026-01-29 02:11:39] "POST /neutron/network HTTP/1.1" 200 843 0.005553 10.0.0.249 - - [2026-01-29 02:11:39] "GET /projects?obj_uuids=c414cff9-b817-4e33-9c77-82600b028643&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001549 10.0.0.249 - - [2026-01-29 02:11:39] "POST /neutron/port HTTP/1.1" 200 1058 0.184155 10.0.0.249 - - [2026-01-29 02:11:39] "POST /neutron/port HTTP/1.1" 200 1058 0.013942 10.0.0.249 - - [2026-01-29 02:11:39] "POST /neutron/port HTTP/1.1" 200 1058 0.011331 10.0.0.249 - - [2026-01-29 02:11:39] "POST /neutron/port HTTP/1.1" 200 1112 0.063424 10.0.0.249 - - [2026-01-29 02:11:39] "POST /neutron/port HTTP/1.1" 200 1122 0.013025 10.0.0.249 - - [2026-01-29 02:11:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003666 10.0.0.249 - - [2026-01-29 02:11:39] "POST /neutron/subnet HTTP/1.1" 200 685 0.007012 10.0.0.249 - - [2026-01-29 02:11:39] "POST /neutron/port HTTP/1.1" 200 117 0.001668 10.0.0.249 - - [2026-01-29 02:11:39] "POST /neutron/network HTTP/1.1" 200 833 0.007099 10.0.0.249 - - [2026-01-29 02:11:44] "POST /neutron/port HTTP/1.1" 200 1122 0.011627 10.0.0.249 - - [2026-01-29 02:11:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005616 10.0.0.249 - - [2026-01-29 02:11:44] "POST /neutron/port HTTP/1.1" 200 1122 0.011581 10.0.0.249 - - [2026-01-29 02:11:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005644 10.0.0.249 - - [2026-01-29 02:11:44] "POST /neutron/port HTTP/1.1" 200 1122 0.012074 10.0.0.249 - - [2026-01-29 02:11:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005756 10.0.0.249 - - [2026-01-29 02:11:44] "GET /virtual-machine/aafa057b-b3dc-4502-b21f-fb008ed7c9e8 HTTP/1.1" 200 1296 0.004774 10.0.0.249 - - [2026-01-29 02:11:44] "GET /virtual-machine-interface/f656a709-04b9-4ffc-8049-e53fa590fcdb HTTP/1.1" 200 2971 0.004626 10.0.0.249 - - [2026-01-29 02:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.249 - - [2026-01-29 02:11:44] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003892 10.0.0.249 - - [2026-01-29 02:11:44] "GET /virtual-networks?parent_id=c414cff9-b817-4e33-9c77-82600b028643&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003362 10.0.0.249 - - [2026-01-29 02:11:44] "GET /virtual-network/d1395f56-9779-43b1-b2fb-e7caa5a8a8db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005882 10.0.0.249 - - [2026-01-29 02:11:45] "GET /obj-perms HTTP/1.1" 200 5075 0.050130 10.0.0.249 - - [2026-01-29 02:11:46] "GET /obj-perms HTTP/1.1" 200 5075 0.047370 10.0.0.249 - - [2026-01-29 02:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.249 - - [2026-01-29 02:11:47] "GET /virtual-network/d1395f56-9779-43b1-b2fb-e7caa5a8a8db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009169 10.0.0.249 - - [2026-01-29 02:11:49] "POST /neutron/port HTTP/1.1" 200 1122 0.012248 10.0.0.249 - - [2026-01-29 02:11:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005707 10.0.0.249 - - [2026-01-29 02:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.249 - - [2026-01-29 02:11:51] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003447 10.0.0.249 - - [2026-01-29 02:11:51] "GET /virtual-networks?parent_id=c414cff9-b817-4e33-9c77-82600b028643&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002996 10.0.0.249 - - [2026-01-29 02:11:51] "GET /virtual-network/d1395f56-9779-43b1-b2fb-e7caa5a8a8db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005323 10.0.0.249 - - [2026-01-29 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.249 - - [2026-01-29 02:11:58] "DELETE /virtual-DNS/5bf4eab4-d94a-41e3-9b54-d9310510e362 HTTP/1.1" 409 236 0.005550 10.0.0.249 - - [2026-01-29 02:11:58] "POST /fqname-to-id HTTP/1.1" 404 192 0.003085 10.0.0.249 - - [2026-01-29 02:11:58] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.018799 10.0.0.249 - - [2026-01-29 02:11:58] "GET /virtual-DNS-record/418db713-405c-4c96-beea-aafb318bb3ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.004675 10.0.0.249 - - [2026-01-29 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.249 - - [2026-01-29 02:11:59] "GET /virtual-DNS-record/418db713-405c-4c96-beea-aafb318bb3ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.003506 10.0.0.249 - - [2026-01-29 02:11:59] "GET /domains HTTP/1.1" 200 281 0.002772 10.0.0.249 - - [2026-01-29 02:11:59] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001096 10.0.0.249 - - [2026-01-29 02:11:59] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 2785 0.008268 10.0.0.249 - - [2026-01-29 02:11:59] "GET /virtual-DNS/5bf4eab4-d94a-41e3-9b54-d9310510e362 HTTP/1.1" 200 1911 0.004174 10.0.0.249 - - [2026-01-29 02:11:59] "GET /virtual-DNS-record/418db713-405c-4c96-beea-aafb318bb3ad HTTP/1.1" 200 1338 0.002650 10.0.0.249 - - [2026-01-29 02:12:02] "POST /neutron/port HTTP/1.1" 200 1122 0.011744 10.0.0.249 - - [2026-01-29 02:12:02] "POST /neutron/port HTTP/1.1" 200 1122 0.011030 10.0.0.249 - - [2026-01-29 02:12:02] "POST /neutron/network HTTP/1.1" 200 843 0.006337 10.0.0.249 - - [2026-01-29 02:12:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004032 10.0.0.249 - - [2026-01-29 02:12:02] "POST /neutron/subnet HTTP/1.1" 200 685 0.007076 10.0.0.249 - - [2026-01-29 02:12:02] "POST /neutron/port HTTP/1.1" 200 117 0.001252 10.0.0.249 - - [2026-01-29 02:12:02] "POST /neutron/network HTTP/1.1" 200 833 0.005679 10.0.0.249 - - [2026-01-29 02:12:04] "DELETE /virtual-DNS-record/418db713-405c-4c96-beea-aafb318bb3ad HTTP/1.1" 200 115 0.020864 10.0.0.249 - - [2026-01-29 02:12:04] "POST /fqname-to-id HTTP/1.1" 404 184 0.002453 10.0.0.249 - - [2026-01-29 02:12:04] "POST /neutron/network HTTP/1.1" 200 833 0.005883 10.0.0.249 - - [2026-01-29 02:12:04] "POST /neutron/network HTTP/1.1" 400 204 0.009365 10.0.0.249 - - [2026-01-29 02:12:05] "POST /neutron/port HTTP/1.1" 200 1122 0.013666 10.0.0.249 - - [2026-01-29 02:12:05] "POST /neutron/port HTTP/1.1" 200 1112 0.010502 10.0.0.249 - - [2026-01-29 02:12:05] "POST /neutron/port HTTP/1.1" 200 1122 0.010497 10.0.0.249 - - [2026-01-29 02:12:05] "POST /neutron/port HTTP/1.1" 200 1112 0.009699 10.0.0.249 - - [2026-01-29 02:12:05] "POST /neutron/port HTTP/1.1" 200 151 0.103068 10.0.0.249 - - [2026-01-29 02:12:05] "POST /neutron/port HTTP/1.1" 200 151 0.100443 10.0.0.249 - - [2026-01-29 02:12:06] "POST /neutron/network HTTP/1.1" 200 833 0.005987 10.0.0.249 - - [2026-01-29 02:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.249 - - [2026-01-29 02:12:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002058 10.0.0.249 - - [2026-01-29 02:12:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002671 10.0.0.249 - - [2026-01-29 02:12:06] "POST /neutron/network HTTP/1.1" 200 151 0.181219 10.0.0.249 - - [2026-01-29 02:12:06] "DELETE /route-target/a2089c55-b5e7-42d9-8fbc-0f44111da258 HTTP/1.1" 200 115 0.048181 10.0.0.249 - - [2026-01-29 02:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.249 - - [2026-01-29 02:12:06] "DELETE /network-ipam/0cccfcb7-964b-428d-9740-b82bd1881bd1 HTTP/1.1" 200 115 0.019191 10.0.0.249 - - [2026-01-29 02:12:06] "DELETE /virtual-DNS/5bf4eab4-d94a-41e3-9b54-d9310510e362 HTTP/1.1" 200 115 0.019241 10.0.0.249 - - [2026-01-29 02:12:06] "POST /fqname-to-id HTTP/1.1" 404 180 0.002617 10.0.0.249 - - [2026-01-29 02:12:07] "GET /domains HTTP/1.1" 200 281 0.002679 10.0.0.249 - - [2026-01-29 02:12:07] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000948 10.0.0.249 - - [2026-01-29 02:12:07] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 2584 0.007115 10.0.0.249 - - [2026-01-29 02:12:07] "GET /projects?obj_uuids=c414cff9-b817-4e33-9c77-82600b028643&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000943 10.0.0.249 - - [2026-01-29 02:12:07] "GET /project/c414cff9-b817-4e33-9c77-82600b028643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.020810 10.0.0.249 - - [2026-01-29 02:12:07] "GET /projects?obj_uuids=c414cff9-b817-4e33-9c77-82600b028643&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000956 10.0.0.249 - - [2026-01-29 02:12:07] "GET /project/c414cff9-b817-4e33-9c77-82600b028643?fields=virtual_networks HTTP/1.1" 200 1037 0.065158 10.0.0.249 - - [2026-01-29 02:12:07] "GET /projects?obj_uuids=c414cff9-b817-4e33-9c77-82600b028643&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000970 10.0.0.249 - - [2026-01-29 02:12:07] "GET /project/c414cff9-b817-4e33-9c77-82600b028643?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.021304 10.0.0.249 - - [2026-01-29 02:12:07] "GET /projects?obj_uuids=c414cff9-b817-4e33-9c77-82600b028643&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001020 10.0.0.249 - - [2026-01-29 02:12:07] "GET /project/c414cff9-b817-4e33-9c77-82600b028643?fields=security_groups HTTP/1.1" 200 1265 0.020888 10.0.0.249 - - [2026-01-29 02:12:08] "POST /fqname-to-id HTTP/1.1" 404 189 0.024433 10.0.0.249 - - [2026-01-29 02:12:08] "GET /projects?obj_uuids=3b2539f0-8add-476c-877a-441f3d75faa3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002344 10.0.0.249 - - [2026-01-29 02:12:08] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000907 10.0.0.249 - - [2026-01-29 02:12:08] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005968 10.0.0.249 - - [2026-01-29 02:12:08] "POST /id-to-fqname HTTP/1.1" 200 191 0.001307 10.0.0.249 - - [2026-01-29 02:12:08] "POST /fqname-to-id HTTP/1.1" 404 200 0.002413 10.0.0.249 - - [2026-01-29 02:12:08] "POST /security-groups HTTP/1.1" 200 592 0.060464 10.0.0.249 - - [2026-01-29 02:12:08] "POST /fqname-to-id HTTP/1.1" 404 235 0.002913 10.0.0.249 - - [2026-01-29 02:12:08] "POST /projects HTTP/1.1" 200 587 0.200047 10.0.0.249 - - [2026-01-29 02:12:08] "POST /access-control-lists HTTP/1.1" 200 599 0.058186 10.0.0.249 - - [2026-01-29 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.274979 10.0.0.249 - - [2026-01-29 02:12:08] "POST /fqname-to-id HTTP/1.1" 404 234 0.002801 10.0.0.249 - - [2026-01-29 02:12:08] "GET /project/3b2539f0-8add-476c-877a-441f3d75faa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.392424 10.0.0.249 - - [2026-01-29 02:12:08] "POST /access-control-lists HTTP/1.1" 200 597 0.059532 10.0.0.249 - - [2026-01-29 02:12:09] "GET / HTTP/1.1" 200 36215 0.001869 10.0.0.249 - - [2026-01-29 02:12:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000551 10.0.0.249 - - [2026-01-29 02:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.058792 10.0.0.249 - - [2026-01-29 02:12:10] "GET /projects?obj_uuids=3b2539f0-8add-476c-877a-441f3d75faa3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000968 10.0.0.249 - - [2026-01-29 02:12:10] "GET /project/3b2539f0-8add-476c-877a-441f3d75faa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.023028 10.0.0.249 - - [2026-01-29 02:12:10] "POST /neutron/network HTTP/1.1" 200 117 0.031996 10.0.0.249 - - [2026-01-29 02:12:10] "GET /projects?obj_uuids=3b2539f0-8add-476c-877a-441f3d75faa3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002401 10.0.0.249 - - [2026-01-29 02:12:11] "POST /neutron/network HTTP/1.1" 200 606 0.060093 10.0.0.249 - - [2026-01-29 02:12:11] "POST /route-targets HTTP/1.1" 200 328 0.009222 10.0.0.249 - - [2026-01-29 02:12:11] "POST /ref-update HTTP/1.1" 200 156 0.013396 10.0.0.249 - - [2026-01-29 02:12:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003822 10.0.0.249 - - [2026-01-29 02:12:11] "POST /neutron/subnet HTTP/1.1" 200 724 0.172163 10.0.0.249 - - [2026-01-29 02:12:11] "POST /neutron/network HTTP/1.1" 200 825 0.006282 10.0.0.249 - - [2026-01-29 02:12:11] "POST /id-to-fqname HTTP/1.1" 200 221 0.001244 10.0.0.249 - - [2026-01-29 02:12:11] "GET /virtual-network/5387117b-c32a-458e-a681-ab71bb21c8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004574 10.0.0.249 - - [2026-01-29 02:12:11] "POST /neutron/network HTTP/1.1" 200 825 0.005702 10.0.0.249 - - [2026-01-29 02:12:11] "GET /virtual-network/5387117b-c32a-458e-a681-ab71bb21c8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004632 10.0.0.249 - - [2026-01-29 02:12:11] "POST /neutron/network HTTP/1.1" 200 825 0.005251 10.0.0.249 - - [2026-01-29 02:12:11] "POST /neutron/subnet HTTP/1.1" 200 724 0.006600 10.0.0.249 - - [2026-01-29 02:12:11] "POST /id-to-fqname HTTP/1.1" 200 221 0.001157 10.0.0.249 - - [2026-01-29 02:12:11] "POST /neutron/network HTTP/1.1" 200 835 0.005496 10.0.0.249 - - [2026-01-29 02:12:11] "GET /aaa-mode HTTP/1.1" 401 293 0.000498 10.0.0.249 - - [2026-01-29 02:12:11] "GET / HTTP/1.1" 200 36215 0.002288 10.0.0.249 - - [2026-01-29 02:12:11] "GET /project/3b2539f0-8add-476c-877a-441f3d75faa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000452 10.0.0.249 - - [2026-01-29 02:12:12] "GET /projects?obj_uuids=3b2539f0-8add-476c-877a-441f3d75faa3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001060 10.0.0.249 - - [2026-01-29 02:12:12] "GET /project/3b2539f0-8add-476c-877a-441f3d75faa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.047211 10.0.0.249 - - [2026-01-29 02:12:12] "POST /neutron/network HTTP/1.1" 200 825 0.004993 10.0.0.249 - - [2026-01-29 02:12:12] "POST /neutron/port HTTP/1.1" 200 117 0.004905 10.0.0.249 - - [2026-01-29 02:12:12] "POST /neutron/port HTTP/1.1" 200 117 0.005362 10.0.0.249 - - [2026-01-29 02:12:12] "POST /id-to-fqname HTTP/1.1" 200 221 0.001576 10.0.0.249 - - [2026-01-29 02:12:12] "POST /neutron/port HTTP/1.1" 200 117 0.005008 10.0.0.249 - - [2026-01-29 02:12:12] "POST /neutron/network HTTP/1.1" 200 835 0.005342 10.0.0.249 - - [2026-01-29 02:12:12] "GET /aaa-mode HTTP/1.1" 401 293 0.000462 10.0.0.249 - - [2026-01-29 02:12:12] "POST /neutron/network HTTP/1.1" 200 835 0.005440 10.0.0.249 - - [2026-01-29 02:12:12] "GET /projects?obj_uuids=3b2539f0-8add-476c-877a-441f3d75faa3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001089 10.0.0.249 - - [2026-01-29 02:12:13] "GET / HTTP/1.1" 200 36215 0.002502 10.0.0.249 - - [2026-01-29 02:12:13] "GET /project/3b2539f0-8add-476c-877a-441f3d75faa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000354 10.0.0.249 - - [2026-01-29 02:12:13] "POST /neutron/port HTTP/1.1" 200 1061 0.180067 10.0.0.249 - - [2026-01-29 02:12:13] "POST /neutron/port HTTP/1.1" 200 1061 0.009508 10.0.0.249 - - [2026-01-29 02:12:13] "POST /neutron/port HTTP/1.1" 200 1061 0.009722 10.0.0.249 - - [2026-01-29 02:12:13] "POST /neutron/port HTTP/1.1" 200 1115 0.056228 10.0.0.249 - - [2026-01-29 02:12:13] "POST /neutron/port HTTP/1.1" 200 1125 0.012825 10.0.0.249 - - [2026-01-29 02:12:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003784 10.0.0.249 - - [2026-01-29 02:12:13] "POST /neutron/subnet HTTP/1.1" 200 698 0.007482 10.0.0.249 - - [2026-01-29 02:12:13] "POST /neutron/port HTTP/1.1" 200 117 0.001560 10.0.0.249 - - [2026-01-29 02:12:13] "POST /neutron/network HTTP/1.1" 200 825 0.005294 10.0.0.249 - - [2026-01-29 02:12:13] "GET /projects?obj_uuids=3b2539f0-8add-476c-877a-441f3d75faa3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000991 10.0.0.249 - - [2026-01-29 02:12:13] "GET /project/3b2539f0-8add-476c-877a-441f3d75faa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.052928 10.0.0.249 - - [2026-01-29 02:12:13] "POST /neutron/network HTTP/1.1" 200 825 0.005390 10.0.0.249 - - [2026-01-29 02:12:13] "POST /neutron/port HTTP/1.1" 200 1125 0.023362 10.0.0.249 - - [2026-01-29 02:12:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005727 10.0.0.249 - - [2026-01-29 02:12:13] "POST /neutron/port HTTP/1.1" 200 117 0.004467 10.0.0.249 - - [2026-01-29 02:12:13] "POST /neutron/port HTTP/1.1" 200 1125 0.011909 10.0.0.249 - - [2026-01-29 02:12:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006813 10.0.0.249 - - [2026-01-29 02:12:13] "POST /neutron/network HTTP/1.1" 200 835 0.005051 10.0.0.249 - - [2026-01-29 02:12:13] "GET /projects?obj_uuids=3b2539f0-8add-476c-877a-441f3d75faa3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001262 10.0.0.249 - - [2026-01-29 02:12:14] "POST /neutron/port HTTP/1.1" 200 1061 0.207316 10.0.0.249 - - [2026-01-29 02:12:14] "POST /neutron/port HTTP/1.1" 200 1061 0.019345 10.0.0.249 - - [2026-01-29 02:12:14] "POST /neutron/port HTTP/1.1" 200 1061 0.013748 10.0.0.249 - - [2026-01-29 02:12:14] "POST /neutron/port HTTP/1.1" 200 1115 0.094822 10.0.0.249 - - [2026-01-29 02:12:14] "POST /neutron/port HTTP/1.1" 200 1125 0.013618 10.0.0.249 - - [2026-01-29 02:12:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003851 10.0.0.249 - - [2026-01-29 02:12:14] "POST /neutron/subnet HTTP/1.1" 200 698 0.009340 10.0.0.249 - - [2026-01-29 02:12:14] "POST /neutron/port HTTP/1.1" 200 117 0.001515 10.0.0.249 - - [2026-01-29 02:12:14] "POST /neutron/network HTTP/1.1" 200 825 0.006034 10.0.0.249 - - [2026-01-29 02:12:18] "POST /neutron/port HTTP/1.1" 200 1125 0.012885 10.0.0.249 - - [2026-01-29 02:12:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005816 10.0.0.249 - - [2026-01-29 02:12:18] "POST /neutron/port HTTP/1.1" 200 1125 0.011387 10.0.0.249 - - [2026-01-29 02:12:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005554 10.0.0.249 - - [2026-01-29 02:12:18] "POST /neutron/port HTTP/1.1" 200 1125 0.012330 10.0.0.249 - - [2026-01-29 02:12:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006080 10.0.0.249 - - [2026-01-29 02:12:18] "GET /virtual-machine/8016fe58-017e-49c6-99bc-8644fd7e9a32 HTTP/1.1" 401 293 0.000508 10.0.0.249 - - [2026-01-29 02:12:19] "GET /virtual-machine/8016fe58-017e-49c6-99bc-8644fd7e9a32 HTTP/1.1" 200 1295 0.026956 10.0.0.249 - - [2026-01-29 02:12:19] "GET /virtual-machine-interface/0a090a08-48c0-4e15-8abd-9fded1c283d5 HTTP/1.1" 200 2951 0.004652 10.0.0.249 - - [2026-01-29 02:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.249 - - [2026-01-29 02:12:19] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003057 10.0.0.249 - - [2026-01-29 02:12:19] "GET /virtual-networks?parent_id=3b2539f0-8add-476c-877a-441f3d75faa3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003032 10.0.0.249 - - [2026-01-29 02:12:19] "GET /virtual-network/5387117b-c32a-458e-a681-ab71bb21c8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005940 10.0.0.249 - - [2026-01-29 02:12:22] "POST /neutron/port HTTP/1.1" 200 1125 0.037149 10.0.0.249 - - [2026-01-29 02:12:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005573 10.0.0.249 - - [2026-01-29 02:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.249 - - [2026-01-29 02:12:22] "GET /virtual-network/5387117b-c32a-458e-a681-ab71bb21c8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004826 10.0.0.249 - - [2026-01-29 02:12:23] "POST /neutron/port HTTP/1.1" 200 1125 0.011446 10.0.0.249 - - [2026-01-29 02:12:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005592 10.0.0.249 - - [2026-01-29 02:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.249 - - [2026-01-29 02:12:24] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003212 10.0.0.249 - - [2026-01-29 02:12:24] "GET /virtual-networks?parent_id=3b2539f0-8add-476c-877a-441f3d75faa3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003386 10.0.0.249 - - [2026-01-29 02:12:24] "GET /virtual-network/5387117b-c32a-458e-a681-ab71bb21c8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005121 10.0.0.249 - - [2026-01-29 02:12:25] "POST /neutron/port HTTP/1.1" 200 1125 0.014978 10.0.0.249 - - [2026-01-29 02:12:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010558 10.0.0.249 - - [2026-01-29 02:12:25] "POST /neutron/port HTTP/1.1" 200 1125 0.014837 10.0.0.249 - - [2026-01-29 02:12:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006863 10.0.0.249 - - [2026-01-29 02:12:25] "POST /neutron/port HTTP/1.1" 200 1125 0.014259 10.0.0.249 - - [2026-01-29 02:12:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007609 10.0.0.249 - - [2026-01-29 02:12:25] "GET /virtual-machine/db8a42b0-6093-4493-a762-853a81315d79 HTTP/1.1" 200 1296 0.005588 10.0.0.249 - - [2026-01-29 02:12:25] "GET /virtual-machine-interface/d4d2f307-d257-4a89-a09a-0024ce117649 HTTP/1.1" 200 2954 0.005272 10.0.0.249 - - [2026-01-29 02:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.249 - - [2026-01-29 02:12:25] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004089 10.0.0.249 - - [2026-01-29 02:12:25] "GET /virtual-networks?parent_id=3b2539f0-8add-476c-877a-441f3d75faa3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002954 10.0.0.249 - - [2026-01-29 02:12:25] "GET /virtual-network/5387117b-c32a-458e-a681-ab71bb21c8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006634 10.0.0.249 - - [2026-01-29 02:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.249 - - [2026-01-29 02:12:26] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002944 10.0.0.249 - - [2026-01-29 02:12:26] "GET /virtual-networks?parent_id=3b2539f0-8add-476c-877a-441f3d75faa3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003207 10.0.0.249 - - [2026-01-29 02:12:26] "GET /virtual-network/5387117b-c32a-458e-a681-ab71bb21c8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004852 10.0.0.249 - - [2026-01-29 02:12:31] "POST /neutron/network HTTP/1.1" 200 825 0.006390 10.0.0.249 - - [2026-01-29 02:12:31] "POST /neutron/network HTTP/1.1" 400 204 0.008420 10.0.0.249 - - [2026-01-29 02:12:31] "POST /neutron/port HTTP/1.1" 200 1125 0.012406 10.0.0.249 - - [2026-01-29 02:12:31] "POST /neutron/port HTTP/1.1" 200 1115 0.010557 10.0.0.249 - - [2026-01-29 02:12:31] "POST /neutron/port HTTP/1.1" 200 1125 0.015103 10.0.0.249 - - [2026-01-29 02:12:31] "POST /neutron/port HTTP/1.1" 200 1115 0.014363 10.0.0.249 - - [2026-01-29 02:12:31] "POST /neutron/port HTTP/1.1" 200 151 0.106302 10.0.0.249 - - [2026-01-29 02:12:31] "POST /neutron/port HTTP/1.1" 200 151 0.130288 10.0.0.249 - - [2026-01-29 02:12:33] "POST /neutron/network HTTP/1.1" 200 825 0.005661 10.0.0.249 - - [2026-01-29 02:12:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.249 - - [2026-01-29 02:12:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002631 10.0.0.249 - - [2026-01-29 02:12:33] "POST /useragent-kv HTTP/1.1" 200 115 0.001566 10.0.0.249 - - [2026-01-29 02:12:33] "POST /neutron/network HTTP/1.1" 200 151 0.069736 10.0.0.249 - - [2026-01-29 02:12:33] "DELETE /route-target/f506f1be-45cb-4bf1-a349-bfc7f6d652d4 HTTP/1.1" 200 115 0.017899 10.0.0.249 - - [2026-01-29 02:12:33] "GET /projects?obj_uuids=3b2539f0-8add-476c-877a-441f3d75faa3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001230 10.0.0.249 - - [2026-01-29 02:12:33] "GET /project/3b2539f0-8add-476c-877a-441f3d75faa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.026197 10.0.0.249 - - [2026-01-29 02:12:33] "GET /projects?obj_uuids=3b2539f0-8add-476c-877a-441f3d75faa3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001043 10.0.0.249 - - [2026-01-29 02:12:33] "GET /project/3b2539f0-8add-476c-877a-441f3d75faa3?fields=virtual_networks HTTP/1.1" 200 1035 0.064749 10.0.0.249 - - [2026-01-29 02:12:33] "GET /projects?obj_uuids=3b2539f0-8add-476c-877a-441f3d75faa3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001380 10.0.0.249 - - [2026-01-29 02:12:33] "GET /project/3b2539f0-8add-476c-877a-441f3d75faa3?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.023640 10.0.0.249 - - [2026-01-29 02:12:33] "GET /projects?obj_uuids=3b2539f0-8add-476c-877a-441f3d75faa3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001126 10.0.0.249 - - [2026-01-29 02:12:33] "GET /project/3b2539f0-8add-476c-877a-441f3d75faa3?fields=security_groups HTTP/1.1" 200 1263 0.025754 10.0.0.249 - - [2026-01-29 02:12:34] "POST /fqname-to-id HTTP/1.1" 404 188 0.026134 10.0.0.249 - - [2026-01-29 02:12:34] "GET /projects?obj_uuids=37336dbd-b9d3-4ace-a84e-b86cf735df25&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002115 10.0.0.249 - - [2026-01-29 02:12:34] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001282 10.0.0.249 - - [2026-01-29 02:12:34] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007680 10.0.0.249 - - [2026-01-29 02:12:34] "POST /id-to-fqname HTTP/1.1" 200 190 0.001316 10.0.0.249 - - [2026-01-29 02:12:34] "POST /fqname-to-id HTTP/1.1" 404 199 0.001977 10.0.0.249 - - [2026-01-29 02:12:34] "POST /security-groups HTTP/1.1" 200 591 0.072109 10.0.0.249 - - [2026-01-29 02:12:34] "POST /fqname-to-id HTTP/1.1" 404 234 0.002778 10.0.0.249 - - [2026-01-29 02:12:34] "POST /projects HTTP/1.1" 200 585 0.209620 10.0.0.249 - - [2026-01-29 02:12:34] "POST /access-control-lists HTTP/1.1" 200 598 0.056590 10.0.0.249 - - [2026-01-29 02:12:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.279556 10.0.0.249 - - [2026-01-29 02:12:34] "POST /fqname-to-id HTTP/1.1" 404 233 0.003126 10.0.0.249 - - [2026-01-29 02:12:34] "GET /project/37336dbd-b9d3-4ace-a84e-b86cf735df25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.394407 10.0.0.249 - - [2026-01-29 02:12:35] "POST /access-control-lists HTTP/1.1" 200 596 0.060510 10.0.0.249 - - [2026-01-29 02:12:36] "GET / HTTP/1.1" 200 36215 0.002013 10.0.0.249 - - [2026-01-29 02:12:36] "POST /fqname-to-id HTTP/1.1" 401 293 0.000515 10.0.0.249 - - [2026-01-29 02:12:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.056503 10.0.0.249 - - [2026-01-29 02:12:37] "GET /projects?obj_uuids=37336dbd-b9d3-4ace-a84e-b86cf735df25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001121 10.0.0.249 - - [2026-01-29 02:12:37] "GET /project/37336dbd-b9d3-4ace-a84e-b86cf735df25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.023510 10.0.0.249 - - [2026-01-29 02:12:37] "POST /neutron/network HTTP/1.1" 200 117 0.035094 10.0.0.249 - - [2026-01-29 02:12:37] "GET /projects?obj_uuids=37336dbd-b9d3-4ace-a84e-b86cf735df25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001533 10.0.0.249 - - [2026-01-29 02:12:37] "POST /neutron/network HTTP/1.1" 200 625 0.060273 10.0.0.249 - - [2026-01-29 02:12:37] "POST /route-targets HTTP/1.1" 200 328 0.011140 10.0.0.249 - - [2026-01-29 02:12:37] "POST /ref-update HTTP/1.1" 200 156 0.011932 10.0.0.249 - - [2026-01-29 02:12:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003590 10.0.0.249 - - [2026-01-29 02:12:37] "POST /neutron/subnet HTTP/1.1" 200 701 0.131110 10.0.0.249 - - [2026-01-29 02:12:37] "POST /neutron/network HTTP/1.1" 200 839 0.005330 10.0.0.249 - - [2026-01-29 02:12:37] "POST /id-to-fqname HTTP/1.1" 200 230 0.001359 10.0.0.249 - - [2026-01-29 02:12:37] "GET /virtual-network/771ce48e-e16b-48f2-82e4-3e51d2a0053d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004862 10.0.0.249 - - [2026-01-29 02:12:37] "POST /neutron/network HTTP/1.1" 200 839 0.007350 10.0.0.249 - - [2026-01-29 02:12:37] "GET /virtual-network/771ce48e-e16b-48f2-82e4-3e51d2a0053d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006387 10.0.0.249 - - [2026-01-29 02:12:37] "POST /neutron/network HTTP/1.1" 200 839 0.007227 10.0.0.249 - - [2026-01-29 02:12:37] "POST /neutron/subnet HTTP/1.1" 200 701 0.007258 10.0.0.249 - - [2026-01-29 02:12:37] "POST /neutron/network HTTP/1.1" 200 839 0.005363 10.0.0.249 - - [2026-01-29 02:12:37] "POST /id-to-fqname HTTP/1.1" 200 230 0.001291 10.0.0.249 - - [2026-01-29 02:12:37] "POST /neutron/network HTTP/1.1" 200 849 0.005170 10.0.0.249 - - [2026-01-29 02:12:37] "GET /aaa-mode HTTP/1.1" 401 293 0.000434 10.0.0.249 - - [2026-01-29 02:12:38] "DELETE /project/37336dbdb9d34acea84eb86cf735df25 HTTP/1.1" 404 173 0.010940 10.0.0.249 - - [2026-01-29 02:12:38] "DELETE /project/3b2539f08add476c877a441f3d75faa3 HTTP/1.1" 404 173 0.008087 10.0.0.249 - - [2026-01-29 02:12:38] "GET /projects?obj_uuids=3b2539f0-8add-476c-877a-441f3d75faa3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000860 10.0.0.249 - - [2026-01-29 02:12:38] "GET /projects?obj_uuids=c414cff9-b817-4e33-9c77-82600b028643&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000779 10.0.0.249 - - [2026-01-29 02:12:38] "GET /project/3b2539f0-8add-476c-877a-441f3d75faa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.031377 10.0.0.249 - - [2026-01-29 02:12:38] "GET /project/c414cff9-b817-4e33-9c77-82600b028643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.038687 10.0.0.249 - - [2026-01-29 02:12:38] "GET /projects?obj_uuids=c414cff9-b817-4e33-9c77-82600b028643&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001222 10.0.0.249 - - [2026-01-29 02:12:38] "GET /projects?obj_uuids=3b2539f0-8add-476c-877a-441f3d75faa3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000853 10.0.0.249 - - [2026-01-29 02:12:38] "GET / HTTP/1.1" 200 36215 0.006401 10.0.0.249 - - [2026-01-29 02:12:38] "GET /project/37336dbd-b9d3-4ace-a84e-b86cf735df25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000452 10.0.0.249 - - [2026-01-29 02:12:38] "GET /project/3b2539f0-8add-476c-877a-441f3d75faa3?fields=security_groups HTTP/1.1" 200 1365 0.035913 10.0.0.249 - - [2026-01-29 02:12:38] "GET /project/c414cff9-b817-4e33-9c77-82600b028643?fields=security_groups HTTP/1.1" 200 1367 0.039532 10.0.0.249 - - [2026-01-29 02:12:38] "DELETE /security-group/50b2ed9c-cf60-4727-b9a5-c38c912cd2b4 HTTP/1.1" 200 115 0.046763 10.0.0.249 - - [2026-01-29 02:12:38] "GET /projects?obj_uuids=3b2539f0-8add-476c-877a-441f3d75faa3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001264 10.0.0.249 - - [2026-01-29 02:12:38] "DELETE /access-control-list/4acf574d-841c-4ea8-8920-b55f814054dc HTTP/1.1" 200 115 0.032931 10.0.0.249 - - [2026-01-29 02:12:38] "DELETE /security-group/9e8fd939-8865-440f-9668-bcca4b128658 HTTP/1.1" 200 115 0.058249 10.0.0.249 - - [2026-01-29 02:12:38] "GET /project/3b2539f0-8add-476c-877a-441f3d75faa3?fields=application_policy_sets HTTP/1.1" 200 1404 0.041613 10.0.0.249 - - [2026-01-29 02:12:38] "GET /projects?obj_uuids=c414cff9-b817-4e33-9c77-82600b028643&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001450 10.0.0.249 - - [2026-01-29 02:12:38] "DELETE /access-control-list/5f220f1b-d84c-4f62-9166-ac6c6540383e HTTP/1.1" 200 115 0.046380 10.0.0.249 - - [2026-01-29 02:12:38] "GET /project/c414cff9-b817-4e33-9c77-82600b028643?fields=application_policy_sets HTTP/1.1" 200 1406 0.045926 10.0.0.249 - - [2026-01-29 02:12:38] "DELETE /access-control-list/b8e2c135-07d8-4f91-8bb2-4a60300330c7 HTTP/1.1" 200 115 0.036498 10.0.0.249 - - [2026-01-29 02:12:38] "DELETE /access-control-list/fbda6491-b484-4442-a8cd-0575b0d909df HTTP/1.1" 200 115 0.034692 10.0.0.249 - - [2026-01-29 02:12:38] "DELETE /project/3b2539f0-8add-476c-877a-441f3d75faa3 HTTP/1.1" 200 115 0.366953 10.0.0.249 - - [2026-01-29 02:12:38] "DELETE /project/c414cff9-b817-4e33-9c77-82600b028643 HTTP/1.1" 200 115 0.394130 10.0.0.249 - - [2026-01-29 02:12:38] "GET /projects?obj_uuids=37336dbd-b9d3-4ace-a84e-b86cf735df25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001102 10.0.0.249 - - [2026-01-29 02:12:38] "GET /project/37336dbd-b9d3-4ace-a84e-b86cf735df25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.048386 10.0.0.249 - - [2026-01-29 02:12:38] "POST /neutron/network HTTP/1.1" 200 839 0.005458 10.0.0.249 - - [2026-01-29 02:12:38] "POST /neutron/port HTTP/1.1" 200 117 0.004645 10.0.0.249 - - [2026-01-29 02:12:38] "POST /neutron/port HTTP/1.1" 200 117 0.004940 10.0.0.249 - - [2026-01-29 02:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.249 - - [2026-01-29 02:12:38] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003458 10.0.0.249 - - [2026-01-29 02:12:38] "PUT /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb HTTP/1.1" 200 277 0.008164 10.0.0.249 - - [2026-01-29 02:12:38] "POST /neutron/port HTTP/1.1" 200 117 0.005575 10.0.0.249 - - [2026-01-29 02:12:39] "POST /neutron/network HTTP/1.1" 200 849 0.005909 10.0.0.249 - - [2026-01-29 02:12:39] "GET /projects?obj_uuids=37336dbd-b9d3-4ace-a84e-b86cf735df25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001109 10.0.0.249 - - [2026-01-29 02:12:39] "POST /neutron/port HTTP/1.1" 200 1055 0.223133 10.0.0.249 - - [2026-01-29 02:12:39] "POST /neutron/port HTTP/1.1" 200 1055 0.009636 10.0.0.249 - - [2026-01-29 02:12:39] "POST /neutron/port HTTP/1.1" 200 1055 0.011132 10.0.0.249 - - [2026-01-29 02:12:39] "POST /neutron/port HTTP/1.1" 200 1109 0.078987 10.0.0.249 - - [2026-01-29 02:12:39] "POST /neutron/port HTTP/1.1" 200 1119 0.011369 10.0.0.249 - - [2026-01-29 02:12:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003297 10.0.0.249 - - [2026-01-29 02:12:39] "POST /neutron/subnet HTTP/1.1" 200 675 0.006730 10.0.0.249 - - [2026-01-29 02:12:39] "POST /neutron/port HTTP/1.1" 200 117 0.001327 10.0.0.249 - - [2026-01-29 02:12:39] "POST /neutron/network HTTP/1.1" 200 839 0.005008 10.0.0.249 - - [2026-01-29 02:12:43] "POST /neutron/port HTTP/1.1" 200 1119 0.010747 10.0.0.249 - - [2026-01-29 02:12:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006246 10.0.0.249 - - [2026-01-29 02:12:44] "POST /neutron/port HTTP/1.1" 200 1119 0.010775 10.0.0.249 - - [2026-01-29 02:12:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005901 10.0.0.249 - - [2026-01-29 02:12:44] "POST /neutron/port HTTP/1.1" 200 1119 0.011920 10.0.0.249 - - [2026-01-29 02:12:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005965 10.0.0.249 - - [2026-01-29 02:12:44] "GET /virtual-machine/a1b326c2-e927-48f7-86d8-f24f73991ed1 HTTP/1.1" 401 293 0.000445 10.0.0.249 - - [2026-01-29 02:12:44] "GET /virtual-machine/a1b326c2-e927-48f7-86d8-f24f73991ed1 HTTP/1.1" 200 1294 0.028244 10.0.0.249 - - [2026-01-29 02:12:44] "GET /virtual-machine-interface/6eed14f3-5528-48b1-b3ce-f834948fa37e HTTP/1.1" 200 2978 0.004589 10.0.0.249 - - [2026-01-29 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.249 - - [2026-01-29 02:12:44] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.003372 10.0.0.249 - - [2026-01-29 02:12:44] "GET /virtual-networks?parent_id=37336dbd-b9d3-4ace-a84e-b86cf735df25&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002743 10.0.0.249 - - [2026-01-29 02:12:44] "GET /virtual-network/771ce48e-e16b-48f2-82e4-3e51d2a0053d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006592 10.0.0.249 - - [2026-01-29 02:12:46] "GET /obj-perms HTTP/1.1" 200 5075 0.078499 10.0.0.249 - - [2026-01-29 02:12:46] "GET /obj-perms HTTP/1.1" 200 5075 0.048471 10.0.0.249 - - [2026-01-29 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002624 10.0.0.249 - - [2026-01-29 02:12:47] "GET /virtual-network/771ce48e-e16b-48f2-82e4-3e51d2a0053d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004423 10.0.0.249 - - [2026-01-29 02:12:47] "POST /neutron/port HTTP/1.1" 200 1119 0.010650 10.0.0.249 - - [2026-01-29 02:12:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005224 10.0.0.249 - - [2026-01-29 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.249 - - [2026-01-29 02:12:49] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.003084 10.0.0.249 - - [2026-01-29 02:12:49] "GET /virtual-networks?parent_id=37336dbd-b9d3-4ace-a84e-b86cf735df25&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002680 10.0.0.249 - - [2026-01-29 02:12:50] "GET /virtual-network/771ce48e-e16b-48f2-82e4-3e51d2a0053d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005121 10.0.0.249 - - [2026-01-29 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002641 10.0.0.249 - - [2026-01-29 02:12:51] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.002729 10.0.0.249 - - [2026-01-29 02:12:52] "PUT /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb HTTP/1.1" 200 277 0.009147 10.0.0.249 - - [2026-01-29 02:12:52] "POST /neutron/network HTTP/1.1" 200 839 0.007232 10.0.0.249 - - [2026-01-29 02:12:52] "POST /neutron/network HTTP/1.1" 400 204 0.013214 10.0.0.249 - - [2026-01-29 02:12:52] "POST /neutron/port HTTP/1.1" 200 1119 0.010992 10.0.0.249 - - [2026-01-29 02:12:52] "POST /neutron/port HTTP/1.1" 200 1109 0.008400 10.0.0.249 - - [2026-01-29 02:12:52] "POST /neutron/port HTTP/1.1" 200 151 0.077670 10.0.0.249 - - [2026-01-29 02:12:54] "POST /neutron/network HTTP/1.1" 200 839 0.005171 10.0.0.249 - - [2026-01-29 02:12:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002784 10.0.0.249 - - [2026-01-29 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.249 - - [2026-01-29 02:12:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001456 10.0.0.249 - - [2026-01-29 02:12:54] "POST /neutron/network HTTP/1.1" 200 151 0.067867 10.0.0.249 - - [2026-01-29 02:12:54] "DELETE /route-target/33c6f7a7-4600-4d3e-97f8-964e4077d5dc HTTP/1.1" 200 115 0.011177 10.0.0.249 - - [2026-01-29 02:12:54] "GET /global-vrouter-configs HTTP/1.1" 200 358 0.003186 10.0.0.249 - - [2026-01-29 02:12:54] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb HTTP/1.1" 200 1884 0.003888 10.0.0.249 - - [2026-01-29 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.249 - - [2026-01-29 02:12:54] "GET /projects?obj_uuids=37336dbd-b9d3-4ace-a84e-b86cf735df25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001201 10.0.0.249 - - [2026-01-29 02:12:54] "GET /project/37336dbd-b9d3-4ace-a84e-b86cf735df25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.029076 10.0.0.249 - - [2026-01-29 02:12:54] "POST /neutron/network HTTP/1.1" 200 117 0.007626 10.0.0.249 - - [2026-01-29 02:12:54] "GET /projects?obj_uuids=37336dbd-b9d3-4ace-a84e-b86cf735df25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001058 10.0.0.249 - - [2026-01-29 02:12:55] "POST /neutron/network HTTP/1.1" 200 605 0.072556 10.0.0.249 - - [2026-01-29 02:12:55] "POST /route-targets HTTP/1.1" 200 328 0.011506 10.0.0.249 - - [2026-01-29 02:12:55] "POST /ref-update HTTP/1.1" 200 156 0.011192 10.0.0.249 - - [2026-01-29 02:12:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002445 10.0.0.249 - - [2026-01-29 02:12:55] "POST /neutron/subnet HTTP/1.1" 200 724 0.204363 10.0.0.249 - - [2026-01-29 02:12:55] "POST /neutron/network HTTP/1.1" 200 824 0.004948 10.0.0.249 - - [2026-01-29 02:12:55] "POST /id-to-fqname HTTP/1.1" 200 220 0.001205 10.0.0.249 - - [2026-01-29 02:12:55] "GET /virtual-network/02a10f8a-c963-4334-be87-65663224354d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004187 10.0.0.249 - - [2026-01-29 02:12:55] "POST /neutron/network HTTP/1.1" 200 824 0.005954 10.0.0.249 - - [2026-01-29 02:12:55] "GET /virtual-network/02a10f8a-c963-4334-be87-65663224354d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004308 10.0.0.249 - - [2026-01-29 02:12:55] "POST /neutron/network HTTP/1.1" 200 824 0.005257 10.0.0.249 - - [2026-01-29 02:12:55] "POST /neutron/subnet HTTP/1.1" 200 724 0.006213 10.0.0.249 - - [2026-01-29 02:12:55] "POST /id-to-fqname HTTP/1.1" 200 220 0.001160 10.0.0.249 - - [2026-01-29 02:12:55] "POST /neutron/network HTTP/1.1" 200 834 0.005253 10.0.0.249 - - [2026-01-29 02:12:55] "GET /aaa-mode HTTP/1.1" 401 293 0.000492 10.0.0.249 - - [2026-01-29 02:12:55] "GET / HTTP/1.1" 200 36215 0.001874 10.0.0.249 - - [2026-01-29 02:12:55] "GET /project/37336dbd-b9d3-4ace-a84e-b86cf735df25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000380 10.0.0.249 - - [2026-01-29 02:12:56] "GET /projects?obj_uuids=37336dbd-b9d3-4ace-a84e-b86cf735df25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001486 10.0.0.249 - - [2026-01-29 02:12:56] "GET /project/37336dbd-b9d3-4ace-a84e-b86cf735df25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.061721 10.0.0.249 - - [2026-01-29 02:12:56] "POST /neutron/network HTTP/1.1" 200 824 0.005178 10.0.0.249 - - [2026-01-29 02:12:56] "POST /neutron/port HTTP/1.1" 200 117 0.004987 10.0.0.249 - - [2026-01-29 02:12:56] "POST /neutron/port HTTP/1.1" 200 117 0.004720 10.0.0.249 - - [2026-01-29 02:12:56] "POST /neutron/port HTTP/1.1" 200 117 0.005367 10.0.0.249 - - [2026-01-29 02:12:57] "POST /neutron/network HTTP/1.1" 200 834 0.006220 10.0.0.249 - - [2026-01-29 02:12:57] "GET /projects?obj_uuids=37336dbd-b9d3-4ace-a84e-b86cf735df25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001085 10.0.0.249 - - [2026-01-29 02:12:57] "POST /neutron/port HTTP/1.1" 200 1060 0.192099 10.0.0.249 - - [2026-01-29 02:12:57] "POST /neutron/port HTTP/1.1" 200 1060 0.011027 10.0.0.249 - - [2026-01-29 02:12:57] "POST /neutron/port HTTP/1.1" 200 1060 0.009511 10.0.0.249 - - [2026-01-29 02:12:57] "POST /neutron/port HTTP/1.1" 200 1114 0.045563 10.0.0.249 - - [2026-01-29 02:12:57] "POST /neutron/port HTTP/1.1" 200 1124 0.011175 10.0.0.249 - - [2026-01-29 02:12:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003032 10.0.0.249 - - [2026-01-29 02:12:57] "POST /neutron/subnet HTTP/1.1" 200 698 0.005975 10.0.0.249 - - [2026-01-29 02:12:57] "POST /neutron/port HTTP/1.1" 200 117 0.001224 10.0.0.249 - - [2026-01-29 02:12:57] "POST /neutron/network HTTP/1.1" 200 824 0.005516 10.0.0.249 - - [2026-01-29 02:13:01] "POST /neutron/port HTTP/1.1" 200 1124 0.089319 10.0.0.249 - - [2026-01-29 02:13:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006086 10.0.0.249 - - [2026-01-29 02:13:01] "POST /neutron/port HTTP/1.1" 200 1124 0.013986 10.0.0.249 - - [2026-01-29 02:13:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005899 10.0.0.249 - - [2026-01-29 02:13:01] "POST /neutron/port HTTP/1.1" 200 1124 0.013700 10.0.0.249 - - [2026-01-29 02:13:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007032 10.0.0.249 - - [2026-01-29 02:13:01] "GET /virtual-machine/daef2b0a-adb8-4f14-80ea-64eef1c3c2a1 HTTP/1.1" 200 1294 0.004836 10.0.0.249 - - [2026-01-29 02:13:01] "GET /virtual-machine-interface/8e1ca2ab-da8e-40d6-b15b-29032e5417e5 HTTP/1.1" 200 2949 0.004712 10.0.0.249 - - [2026-01-29 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.249 - - [2026-01-29 02:13:01] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003415 10.0.0.249 - - [2026-01-29 02:13:02] "GET /virtual-networks?parent_id=37336dbd-b9d3-4ace-a84e-b86cf735df25&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003030 10.0.0.249 - - [2026-01-29 02:13:02] "GET /virtual-network/02a10f8a-c963-4334-be87-65663224354d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005003 10.0.0.249 - - [2026-01-29 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.249 - - [2026-01-29 02:13:05] "GET /virtual-network/02a10f8a-c963-4334-be87-65663224354d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004845 10.0.0.249 - - [2026-01-29 02:13:06] "POST /neutron/port HTTP/1.1" 200 1124 0.011408 10.0.0.249 - - [2026-01-29 02:13:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004885 10.0.0.249 - - [2026-01-29 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.249 - - [2026-01-29 02:13:07] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003951 10.0.0.249 - - [2026-01-29 02:13:07] "GET /virtual-networks?parent_id=37336dbd-b9d3-4ace-a84e-b86cf735df25&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003019 10.0.0.249 - - [2026-01-29 02:13:07] "GET /virtual-network/02a10f8a-c963-4334-be87-65663224354d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007218 10.0.0.249 - - [2026-01-29 02:13:07] "POST /neutron/port HTTP/1.1" 200 1124 0.010841 10.0.0.249 - - [2026-01-29 02:13:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005386 10.0.0.249 - - [2026-01-29 02:13:14] "POST /neutron/network HTTP/1.1" 200 824 0.005980 10.0.0.249 - - [2026-01-29 02:13:14] "POST /neutron/network HTTP/1.1" 400 204 0.009008 10.0.0.249 - - [2026-01-29 02:13:14] "POST /neutron/port HTTP/1.1" 200 1124 0.011892 10.0.0.249 - - [2026-01-29 02:13:14] "POST /neutron/port HTTP/1.1" 200 1114 0.009524 10.0.0.249 - - [2026-01-29 02:13:15] "POST /neutron/port HTTP/1.1" 200 151 0.090235 10.0.0.249 - - [2026-01-29 02:13:16] "POST /neutron/network HTTP/1.1" 200 824 0.006876 10.0.0.249 - - [2026-01-29 02:13:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003233 10.0.0.249 - - [2026-01-29 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.249 - - [2026-01-29 02:13:16] "POST /useragent-kv HTTP/1.1" 200 115 0.001722 10.0.0.249 - - [2026-01-29 02:13:16] "POST /neutron/network HTTP/1.1" 200 151 0.066539 10.0.0.249 - - [2026-01-29 02:13:16] "DELETE /route-target/b9fdc6bf-7399-4601-b0e9-d232d9951031 HTTP/1.1" 200 115 0.016224 10.0.0.249 - - [2026-01-29 02:13:17] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.002889 10.0.0.249 - - [2026-01-29 02:13:17] "POST /network-ipams HTTP/1.1" 200 543 0.014687 10.0.0.249 - - [2026-01-29 02:13:17] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 767 0.002742 10.0.0.249 - - [2026-01-29 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002691 10.0.0.249 - - [2026-01-29 02:13:17] "GET /network-ipam/2b430573-0011-4ae3-a2f9-496db65e9326?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1331 0.004623 10.0.0.249 - - [2026-01-29 02:13:17] "PUT /network-ipam/2b430573-0011-4ae3-a2f9-496db65e9326 HTTP/1.1" 200 259 0.009381 10.0.0.249 - - [2026-01-29 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.249 - - [2026-01-29 02:13:17] "GET /projects?obj_uuids=37336dbd-b9d3-4ace-a84e-b86cf735df25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001193 10.0.0.249 - - [2026-01-29 02:13:17] "GET /project/37336dbd-b9d3-4ace-a84e-b86cf735df25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.026330 10.0.0.249 - - [2026-01-29 02:13:17] "POST /neutron/network HTTP/1.1" 200 117 0.007931 10.0.0.249 - - [2026-01-29 02:13:17] "GET /projects?obj_uuids=37336dbd-b9d3-4ace-a84e-b86cf735df25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000985 10.0.0.249 - - [2026-01-29 02:13:17] "POST /neutron/network HTTP/1.1" 200 605 0.056545 10.0.0.249 - - [2026-01-29 02:13:17] "POST /route-targets HTTP/1.1" 200 328 0.010893 10.0.0.249 - - [2026-01-29 02:13:17] "POST /ref-update HTTP/1.1" 200 156 0.009588 10.0.0.249 - - [2026-01-29 02:13:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003698 10.0.0.249 - - [2026-01-29 02:13:17] "POST /neutron/subnet HTTP/1.1" 200 699 0.202334 10.0.0.249 - - [2026-01-29 02:13:17] "POST /useragent-kv HTTP/1.1" 200 115 0.004270 10.0.0.249 - - [2026-01-29 02:13:18] "POST /neutron/subnet HTTP/1.1" 200 699 0.143729 10.0.0.249 - - [2026-01-29 02:13:18] "POST /neutron/network HTTP/1.1" 200 994 0.006320 10.0.0.249 - - [2026-01-29 02:13:18] "POST /id-to-fqname HTTP/1.1" 200 220 0.001346 10.0.0.249 - - [2026-01-29 02:13:18] "GET /virtual-network/b6df93a2-2dfb-40b5-bdc0-03ce06d654d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005234 10.0.0.249 - - [2026-01-29 02:13:18] "POST /neutron/network HTTP/1.1" 200 994 0.007131 10.0.0.249 - - [2026-01-29 02:13:18] "GET /virtual-network/b6df93a2-2dfb-40b5-bdc0-03ce06d654d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005327 10.0.0.249 - - [2026-01-29 02:13:18] "POST /neutron/network HTTP/1.1" 200 994 0.006835 10.0.0.249 - - [2026-01-29 02:13:18] "POST /neutron/subnet HTTP/1.1" 200 699 0.006367 10.0.0.249 - - [2026-01-29 02:13:18] "POST /neutron/subnet HTTP/1.1" 200 699 0.006481 10.0.0.249 - - [2026-01-29 02:13:18] "POST /neutron/network HTTP/1.1" 200 994 0.007367 10.0.0.249 - - [2026-01-29 02:13:18] "POST /neutron/subnet HTTP/1.1" 200 699 0.007458 10.0.0.249 - - [2026-01-29 02:13:18] "POST /neutron/subnet HTTP/1.1" 200 699 0.007877 10.0.0.249 - - [2026-01-29 02:13:18] "GET /projects?obj_uuids=37336dbd-b9d3-4ace-a84e-b86cf735df25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001582 10.0.0.249 - - [2026-01-29 02:13:18] "POST /neutron/port HTTP/1.1" 200 1017 0.176528 10.0.0.249 - - [2026-01-29 02:13:18] "GET /projects?obj_uuids=37336dbd-b9d3-4ace-a84e-b86cf735df25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001374 10.0.0.249 - - [2026-01-29 02:13:18] "POST /neutron/port HTTP/1.1" 200 1017 0.157185 10.0.0.249 - - [2026-01-29 02:13:18] "POST /id-to-fqname HTTP/1.1" 200 220 0.001433 10.0.0.249 - - [2026-01-29 02:13:18] "POST /neutron/port HTTP/1.1" 200 1017 0.009293 10.0.0.249 - - [2026-01-29 02:13:18] "POST /neutron/port HTTP/1.1" 200 1017 0.008445 10.0.0.249 - - [2026-01-29 02:13:18] "POST /neutron/network HTTP/1.1" 200 994 0.006262 10.0.0.249 - - [2026-01-29 02:13:18] "POST /neutron/port HTTP/1.1" 200 1017 0.008301 10.0.0.249 - - [2026-01-29 02:13:18] "POST /neutron/port HTTP/1.1" 200 117 0.004445 10.0.0.249 - - [2026-01-29 02:13:18] "POST /neutron/port HTTP/1.1" 200 1017 0.007178 10.0.0.249 - - [2026-01-29 02:13:18] "POST /neutron/port HTTP/1.1" 200 117 0.004247 10.0.0.249 - - [2026-01-29 02:13:18] "POST /id-to-fqname HTTP/1.1" 200 220 0.001354 10.0.0.249 - - [2026-01-29 02:13:19] "POST /neutron/port HTTP/1.1" 200 117 0.004691 10.0.0.249 - - [2026-01-29 02:13:19] "POST /neutron/port HTTP/1.1" 200 1017 0.010826 10.0.0.249 - - [2026-01-29 02:13:19] "POST /neutron/port HTTP/1.1" 200 1017 0.010165 10.0.0.249 - - [2026-01-29 02:13:19] "POST /neutron/network HTTP/1.1" 200 994 0.007170 10.0.0.249 - - [2026-01-29 02:13:19] "POST /neutron/port HTTP/1.1" 200 1017 0.009320 10.0.0.249 - - [2026-01-29 02:13:19] "POST /neutron/port HTTP/1.1" 200 1017 0.010285 10.0.0.249 - - [2026-01-29 02:13:19] "POST /neutron/port HTTP/1.1" 200 117 0.005745 10.0.0.249 - - [2026-01-29 02:13:19] "POST /neutron/port HTTP/1.1" 200 117 0.004303 10.0.0.249 - - [2026-01-29 02:13:19] "POST /neutron/port HTTP/1.1" 200 1017 0.008757 10.0.0.249 - - [2026-01-29 02:13:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.001459 10.0.0.249 - - [2026-01-29 02:13:19] "POST /neutron/network HTTP/1.1" 200 1004 0.007720 10.0.0.249 - - [2026-01-29 02:13:19] "POST /neutron/port HTTP/1.1" 200 1017 0.011215 10.0.0.249 - - [2026-01-29 02:13:19] "POST /neutron/port HTTP/1.1" 200 1017 0.016797 10.0.0.249 - - [2026-01-29 02:13:19] "POST /neutron/port HTTP/1.1" 200 117 0.019477 10.0.0.249 - - [2026-01-29 02:13:19] "POST /neutron/port HTTP/1.1" 200 1109 0.092752 10.0.0.249 - - [2026-01-29 02:13:19] "POST /neutron/port HTTP/1.1" 200 1119 0.012806 10.0.0.249 - - [2026-01-29 02:13:19] "POST /neutron/network HTTP/1.1" 200 1004 0.005638 10.0.0.249 - - [2026-01-29 02:13:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003017 10.0.0.249 - - [2026-01-29 02:13:19] "GET /aaa-mode HTTP/1.1" 401 293 0.000443 10.0.0.249 - - [2026-01-29 02:13:19] "POST /neutron/subnet HTTP/1.1" 200 673 0.009832 10.0.0.249 - - [2026-01-29 02:13:19] "POST /neutron/port HTTP/1.1" 200 117 0.001396 10.0.0.249 - - [2026-01-29 02:13:19] "POST /neutron/network HTTP/1.1" 200 994 0.008397 10.0.0.249 - - [2026-01-29 02:13:19] "POST /neutron/port HTTP/1.1" 200 1017 0.008713 10.0.0.249 - - [2026-01-29 02:13:19] "POST /neutron/network HTTP/1.1" 200 1004 0.005562 10.0.0.249 - - [2026-01-29 02:13:19] "POST /neutron/port HTTP/1.1" 200 1017 0.009207 10.0.0.249 - - [2026-01-29 02:13:19] "POST /neutron/port HTTP/1.1" 200 1017 0.009022 10.0.0.249 - - [2026-01-29 02:13:20] "GET / HTTP/1.1" 200 36215 0.002541 10.0.0.249 - - [2026-01-29 02:13:20] "GET /project/37336dbd-b9d3-4ace-a84e-b86cf735df25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000820 10.0.0.249 - - [2026-01-29 02:13:20] "POST /neutron/port HTTP/1.1" 200 1109 0.111568 10.0.0.249 - - [2026-01-29 02:13:20] "POST /neutron/port HTTP/1.1" 200 1119 0.013164 10.0.0.249 - - [2026-01-29 02:13:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004570 10.0.0.249 - - [2026-01-29 02:13:20] "POST /neutron/subnet HTTP/1.1" 200 673 0.009632 10.0.0.249 - - [2026-01-29 02:13:20] "POST /neutron/port HTTP/1.1" 200 117 0.001260 10.0.0.249 - - [2026-01-29 02:13:20] "POST /neutron/network HTTP/1.1" 200 994 0.007619 10.0.0.249 - - [2026-01-29 02:13:20] "GET /projects?obj_uuids=37336dbd-b9d3-4ace-a84e-b86cf735df25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001365 10.0.0.249 - - [2026-01-29 02:13:20] "GET /project/37336dbd-b9d3-4ace-a84e-b86cf735df25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.054012 10.0.0.249 - - [2026-01-29 02:13:20] "POST /neutron/network HTTP/1.1" 200 994 0.006654 10.0.0.249 - - [2026-01-29 02:13:20] "POST /neutron/port HTTP/1.1" 200 2086 0.022313 10.0.0.249 - - [2026-01-29 02:13:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006379 10.0.0.249 - - [2026-01-29 02:13:20] "POST /neutron/port HTTP/1.1" 200 117 0.007335 10.0.0.249 - - [2026-01-29 02:13:20] "GET /domains HTTP/1.1" 200 281 0.002499 10.0.0.249 - - [2026-01-29 02:13:20] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001053 10.0.0.249 - - [2026-01-29 02:13:20] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 2583 0.009060 10.0.0.249 - - [2026-01-29 02:13:20] "GET /projects?obj_uuids=37336dbd-b9d3-4ace-a84e-b86cf735df25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001408 10.0.0.249 - - [2026-01-29 02:13:20] "GET /project/37336dbd-b9d3-4ace-a84e-b86cf735df25 HTTP/1.1" 200 2851 0.075903 10.0.0.249 - - [2026-01-29 02:13:20] "GET /network-ipam/2b430573-0011-4ae3-a2f9-496db65e9326 HTTP/1.1" 200 2649 0.004503 10.0.0.249 - - [2026-01-29 02:13:20] "GET /domains HTTP/1.1" 200 281 0.003429 10.0.0.249 - - [2026-01-29 02:13:20] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001301 10.0.0.249 - - [2026-01-29 02:13:20] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 2583 0.009078 10.0.0.249 - - [2026-01-29 02:13:20] "GET /projects?obj_uuids=37336dbd-b9d3-4ace-a84e-b86cf735df25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000960 10.0.0.249 - - [2026-01-29 02:13:20] "GET /project/37336dbd-b9d3-4ace-a84e-b86cf735df25 HTTP/1.1" 200 2851 0.071089 10.0.0.249 - - [2026-01-29 02:13:20] "GET /virtual-network/b6df93a2-2dfb-40b5-bdc0-03ce06d654d5 HTTP/1.1" 200 3789 0.016453 10.0.0.249 - - [2026-01-29 02:13:20] "GET /virtual-network/b6df93a2-2dfb-40b5-bdc0-03ce06d654d5 HTTP/1.1" 200 3789 0.009476 10.0.0.249 - - [2026-01-29 02:13:20] "GET /routing-instance/bc79e1d8-5b56-4bea-8184-d0708142cd13 HTTP/1.1" 200 2385 0.007029 10.0.0.249 - - [2026-01-29 02:13:20] "GET /routing-instance/bc79e1d8-5b56-4bea-8184-d0708142cd13 HTTP/1.1" 200 2385 0.006951 10.0.0.249 - - [2026-01-29 02:13:20] "GET /route-target/940931ae-1d2d-4b3d-9f3e-52ba873da5d2 HTTP/1.1" 200 1207 0.006665 10.0.0.249 - - [2026-01-29 02:13:20] "GET /virtual-network/b6df93a2-2dfb-40b5-bdc0-03ce06d654d5 HTTP/1.1" 200 3789 0.009706 10.0.0.249 - - [2026-01-29 02:13:20] "GET /routing-instance/bc79e1d8-5b56-4bea-8184-d0708142cd13 HTTP/1.1" 200 2385 0.006816 10.0.0.249 - - [2026-01-29 02:13:20] "GET /virtual-network/b6df93a2-2dfb-40b5-bdc0-03ce06d654d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.007384 10.0.0.249 - - [2026-01-29 02:13:20] "GET /virtual-network/b6df93a2-2dfb-40b5-bdc0-03ce06d654d5 HTTP/1.1" 200 3789 0.005320 10.0.0.249 - - [2026-01-29 02:13:20] "GET /routing-instance/bc79e1d8-5b56-4bea-8184-d0708142cd13 HTTP/1.1" 200 2385 0.004309 10.0.0.249 - - [2026-01-29 02:13:21] "GET /routing-instance/bc79e1d8-5b56-4bea-8184-d0708142cd13 HTTP/1.1" 200 2385 0.003575 10.0.0.249 - - [2026-01-29 02:13:21] "GET /route-target/940931ae-1d2d-4b3d-9f3e-52ba873da5d2 HTTP/1.1" 200 1207 0.003404 10.0.0.249 - - [2026-01-29 02:13:21] "GET /domains HTTP/1.1" 200 281 0.002954 10.0.0.249 - - [2026-01-29 02:13:21] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001377 10.0.0.249 - - [2026-01-29 02:13:21] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 2583 0.007560 10.0.0.249 - - [2026-01-29 02:13:21] "GET /projects?obj_uuids=37336dbd-b9d3-4ace-a84e-b86cf735df25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001194 10.0.0.249 - - [2026-01-29 02:13:21] "POST /neutron/network HTTP/1.1" 200 1004 0.005183 10.0.0.249 - - [2026-01-29 02:13:21] "GET /project/37336dbd-b9d3-4ace-a84e-b86cf735df25 HTTP/1.1" 200 2851 0.078079 10.0.0.249 - - [2026-01-29 02:13:21] "GET /projects?obj_uuids=37336dbd-b9d3-4ace-a84e-b86cf735df25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000971 10.0.0.249 - - [2026-01-29 02:13:21] "GET /virtual-network/b6df93a2-2dfb-40b5-bdc0-03ce06d654d5 HTTP/1.1" 200 3789 0.017575 10.0.0.249 - - [2026-01-29 02:13:21] "POST /neutron/port HTTP/1.1" 200 1055 0.334847 10.0.0.249 - - [2026-01-29 02:13:21] "POST /neutron/port HTTP/1.1" 200 1055 0.016230 10.0.0.249 - - [2026-01-29 02:13:21] "POST /neutron/port HTTP/1.1" 200 1055 0.013670 10.0.0.249 - - [2026-01-29 02:13:21] "GET /obj-perms HTTP/1.1" 200 5049 0.085736 10.0.0.249 - - [2026-01-29 02:13:21] "POST /neutron/port HTTP/1.1" 200 1109 0.088893 10.0.0.249 - - [2026-01-29 02:13:21] "POST /neutron/port HTTP/1.1" 200 1119 0.018612 10.0.0.249 - - [2026-01-29 02:13:21] "POST /neutron/port HTTP/1.1" 200 1119 0.031378 10.0.0.249 - - [2026-01-29 02:13:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006545 10.0.0.249 - - [2026-01-29 02:13:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012850 10.0.0.249 - - [2026-01-29 02:13:21] "POST /neutron/subnet HTTP/1.1" 200 673 0.014854 10.0.0.249 - - [2026-01-29 02:13:21] "POST /neutron/port HTTP/1.1" 200 117 0.001391 10.0.0.249 - - [2026-01-29 02:13:21] "POST /neutron/network HTTP/1.1" 200 994 0.015225 10.0.0.249 - - [2026-01-29 02:13:21] "POST /neutron/port HTTP/1.1" 200 1119 0.019979 10.0.0.249 - - [2026-01-29 02:13:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012575 10.0.0.249 - - [2026-01-29 02:13:21] "POST /neutron/port HTTP/1.1" 200 1119 0.010867 10.0.0.249 - - [2026-01-29 02:13:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006631 10.0.0.249 - - [2026-01-29 02:13:22] "GET /virtual-machine/3e3c8cb1-ccd4-43ee-a1d9-d4911f8ba3ec HTTP/1.1" 200 1290 0.006202 10.0.0.249 - - [2026-01-29 02:13:22] "GET /virtual-machine-interface/9957e324-2b0e-421b-bf91-923e5a62069f HTTP/1.1" 200 2949 0.005106 10.0.0.249 - - [2026-01-29 02:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002723 10.0.0.249 - - [2026-01-29 02:13:22] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003478 10.0.0.249 - - [2026-01-29 02:13:22] "GET /virtual-networks?parent_id=37336dbd-b9d3-4ace-a84e-b86cf735df25&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002898 10.0.0.249 - - [2026-01-29 02:13:22] "GET /virtual-network/b6df93a2-2dfb-40b5-bdc0-03ce06d654d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005806 10.0.0.249 - - [2026-01-29 02:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.249 - - [2026-01-29 02:13:25] "GET /virtual-network/b6df93a2-2dfb-40b5-bdc0-03ce06d654d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005350 10.0.0.249 - - [2026-01-29 02:13:29] "POST /neutron/port HTTP/1.1" 200 1119 0.011467 10.0.0.249 - - [2026-01-29 02:13:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005663 10.0.0.249 - - [2026-01-29 02:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002481 10.0.0.249 - - [2026-01-29 02:13:29] "GET /virtual-network/b6df93a2-2dfb-40b5-bdc0-03ce06d654d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005333 10.0.0.249 - - [2026-01-29 02:13:29] "POST /neutron/port HTTP/1.1" 200 1119 0.012803 10.0.0.249 - - [2026-01-29 02:13:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005234 10.0.0.249 - - [2026-01-29 02:13:30] "POST /neutron/port HTTP/1.1" 200 1119 0.012429 10.0.0.249 - - [2026-01-29 02:13:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006912 10.0.0.249 - - [2026-01-29 02:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.249 - - [2026-01-29 02:13:31] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003755 10.0.0.249 - - [2026-01-29 02:13:31] "GET /virtual-networks?parent_id=37336dbd-b9d3-4ace-a84e-b86cf735df25&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003324 10.0.0.249 - - [2026-01-29 02:13:31] "GET /virtual-network/b6df93a2-2dfb-40b5-bdc0-03ce06d654d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005004 10.0.0.249 - - [2026-01-29 02:13:31] "POST /neutron/port HTTP/1.1" 200 1119 0.011075 10.0.0.249 - - [2026-01-29 02:13:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006128 10.0.0.249 - - [2026-01-29 02:13:31] "POST /neutron/port HTTP/1.1" 200 1119 0.013662 10.0.0.249 - - [2026-01-29 02:13:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007227 10.0.0.249 - - [2026-01-29 02:13:32] "POST /neutron/port HTTP/1.1" 200 1119 0.010849 10.0.0.249 - - [2026-01-29 02:13:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006700 10.0.0.249 - - [2026-01-29 02:13:32] "GET /virtual-machine/94578082-fdc5-43eb-a09b-8b435b8861db HTTP/1.1" 200 1291 0.004453 10.0.0.249 - - [2026-01-29 02:13:32] "GET /virtual-machine-interface/8dfd7df8-da21-4a7a-b11c-a0f9b44eeebc HTTP/1.1" 200 2949 0.004677 10.0.0.249 - - [2026-01-29 02:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002746 10.0.0.249 - - [2026-01-29 02:13:32] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003308 10.0.0.249 - - [2026-01-29 02:13:32] "GET /virtual-networks?parent_id=37336dbd-b9d3-4ace-a84e-b86cf735df25&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002876 10.0.0.249 - - [2026-01-29 02:13:32] "GET /virtual-network/b6df93a2-2dfb-40b5-bdc0-03ce06d654d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005172 10.0.0.249 - - [2026-01-29 02:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.249 - - [2026-01-29 02:13:33] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003250 10.0.0.249 - - [2026-01-29 02:13:33] "GET /virtual-networks?parent_id=37336dbd-b9d3-4ace-a84e-b86cf735df25&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002838 10.0.0.249 - - [2026-01-29 02:13:33] "GET /virtual-network/b6df93a2-2dfb-40b5-bdc0-03ce06d654d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005138 10.0.0.249 - - [2026-01-29 02:13:33] "POST /neutron/port HTTP/1.1" 200 1119 0.012837 10.0.0.249 - - [2026-01-29 02:13:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006216 10.0.0.249 - - [2026-01-29 02:13:33] "POST /neutron/port HTTP/1.1" 200 1119 0.011310 10.0.0.249 - - [2026-01-29 02:13:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005550 10.0.0.249 - - [2026-01-29 02:13:33] "POST /neutron/port HTTP/1.1" 200 1119 0.010929 10.0.0.249 - - [2026-01-29 02:13:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005753 10.0.0.249 - - [2026-01-29 02:13:33] "GET /virtual-machine/4c76903d-c88c-4799-a923-810504257071 HTTP/1.1" 200 1294 0.004983 10.0.0.249 - - [2026-01-29 02:13:33] "GET /virtual-machine-interface/3e7baaa0-3ab7-41f7-bf23-555ec724fa34 HTTP/1.1" 200 2948 0.004952 10.0.0.249 - - [2026-01-29 02:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.249 - - [2026-01-29 02:13:33] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003222 10.0.0.249 - - [2026-01-29 02:13:33] "GET /virtual-networks?parent_id=37336dbd-b9d3-4ace-a84e-b86cf735df25&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002687 10.0.0.249 - - [2026-01-29 02:13:33] "GET /virtual-network/b6df93a2-2dfb-40b5-bdc0-03ce06d654d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.004959 10.0.0.249 - - [2026-01-29 02:13:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.249 - - [2026-01-29 02:13:35] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003050 10.0.0.249 - - [2026-01-29 02:13:35] "GET /virtual-networks?parent_id=37336dbd-b9d3-4ace-a84e-b86cf735df25&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002970 10.0.0.249 - - [2026-01-29 02:13:35] "GET /virtual-network/b6df93a2-2dfb-40b5-bdc0-03ce06d654d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005228 10.0.0.249 - - [2026-01-29 02:13:47] "GET /obj-perms HTTP/1.1" 200 5075 0.046976 10.0.0.249 - - [2026-01-29 02:13:47] "GET /obj-perms HTTP/1.1" 200 5075 0.049881 10.0.0.249 - - [2026-01-29 02:13:51] "POST /neutron/port HTTP/1.1" 200 1109 0.013741 10.0.0.249 - - [2026-01-29 02:13:51] "POST /neutron/port HTTP/1.1" 200 1109 0.010919 10.0.0.249 - - [2026-01-29 02:13:51] "POST /neutron/port HTTP/1.1" 200 151 0.122081 10.0.0.249 - - [2026-01-29 02:13:51] "POST /neutron/port HTTP/1.1" 200 1109 0.009716 10.0.0.249 - - [2026-01-29 02:13:51] "POST /neutron/port HTTP/1.1" 200 1109 0.015696 10.0.0.249 - - [2026-01-29 02:13:51] "POST /neutron/port HTTP/1.1" 200 1119 0.023756 10.0.0.249 - - [2026-01-29 02:13:51] "POST /neutron/port HTTP/1.1" 200 1109 0.008377 10.0.0.249 - - [2026-01-29 02:13:51] "POST /neutron/port HTTP/1.1" 200 151 0.141857 10.0.0.249 - - [2026-01-29 02:13:51] "POST /neutron/network HTTP/1.1" 200 994 0.006821 10.0.0.249 - - [2026-01-29 02:13:51] "POST /neutron/network HTTP/1.1" 400 204 0.015450 10.0.0.249 - - [2026-01-29 02:13:51] "POST /neutron/port HTTP/1.1" 200 151 0.126492 10.0.0.249 - - [2026-01-29 02:13:53] "POST /neutron/network HTTP/1.1" 200 994 0.007147 10.0.0.249 - - [2026-01-29 02:13:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002802 10.0.0.249 - - [2026-01-29 02:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.249 - - [2026-01-29 02:13:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001508 10.0.0.249 - - [2026-01-29 02:13:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002651 10.0.0.249 - - [2026-01-29 02:13:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001516 10.0.0.249 - - [2026-01-29 02:13:53] "POST /neutron/network HTTP/1.1" 200 151 0.092790 10.0.0.249 - - [2026-01-29 02:13:53] "DELETE /route-target/940931ae-1d2d-4b3d-9f3e-52ba873da5d2 HTTP/1.1" 200 115 0.022262 10.0.0.249 - - [2026-01-29 02:13:53] "GET /routing-instance/bc79e1d8-5b56-4bea-8184-d0708142cd13 HTTP/1.1" 404 171 0.002761 10.0.0.249 - - [2026-01-29 02:13:53] "GET /domains HTTP/1.1" 200 281 0.002741 10.0.0.249 - - [2026-01-29 02:13:53] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001226 10.0.0.249 - - [2026-01-29 02:13:53] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 2583 0.053088 10.0.0.249 - - [2026-01-29 02:13:53] "GET /projects?obj_uuids=37336dbd-b9d3-4ace-a84e-b86cf735df25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001432 10.0.0.249 - - [2026-01-29 02:13:53] "GET /project/37336dbd-b9d3-4ace-a84e-b86cf735df25 HTTP/1.1" 200 2091 0.075249 10.0.0.249 - - [2026-01-29 02:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 10.0.0.249 - - [2026-01-29 02:13:53] "DELETE /network-ipam/2b430573-0011-4ae3-a2f9-496db65e9326 HTTP/1.1" 200 115 0.020449 10.0.0.249 - - [2026-01-29 02:13:53] "POST /fqname-to-id HTTP/1.1" 404 211 0.002292 10.0.0.249 - - [2026-01-29 02:13:54] "GET /projects?obj_uuids=37336dbd-b9d3-4ace-a84e-b86cf735df25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001026 10.0.0.249 - - [2026-01-29 02:13:54] "GET /project/37336dbd-b9d3-4ace-a84e-b86cf735df25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.027928 10.0.0.249 - - [2026-01-29 02:13:54] "GET /projects?obj_uuids=37336dbd-b9d3-4ace-a84e-b86cf735df25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001010 10.0.0.249 - - [2026-01-29 02:13:54] "GET /project/37336dbd-b9d3-4ace-a84e-b86cf735df25?fields=virtual_networks HTTP/1.1" 200 1034 0.067048 10.0.0.249 - - [2026-01-29 02:13:54] "GET /projects?obj_uuids=37336dbd-b9d3-4ace-a84e-b86cf735df25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001329 10.0.0.249 - - [2026-01-29 02:13:54] "GET /project/37336dbd-b9d3-4ace-a84e-b86cf735df25?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.024705 10.0.0.249 - - [2026-01-29 02:13:54] "GET /projects?obj_uuids=37336dbd-b9d3-4ace-a84e-b86cf735df25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001361 10.0.0.249 - - [2026-01-29 02:13:54] "GET /project/37336dbd-b9d3-4ace-a84e-b86cf735df25?fields=security_groups HTTP/1.1" 200 1261 0.025305 10.0.0.249 - - [2026-01-29 02:13:56] "POST /neutron/port HTTP/1.1" 200 117 0.004846 10.0.0.249 - - [2026-01-29 02:13:56] "POST /neutron/port HTTP/1.1" 400 205 0.003670 10.0.0.249 - - [2026-01-29 02:13:56] "POST /neutron/port HTTP/1.1" 200 117 0.004914 10.0.0.249 - - [2026-01-29 02:13:56] "POST /neutron/port HTTP/1.1" 400 205 0.003321 10.0.0.249 - - [2026-01-29 02:14:01] "GET / HTTP/1.1" 200 36215 0.001864 10.0.0.249 - - [2026-01-29 02:14:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000535 10.0.0.249 - - [2026-01-29 02:14:02] "POST /fqname-to-id HTTP/1.1" 404 183 0.052207 10.0.0.249 - - [2026-01-29 02:14:02] "GET /projects?obj_uuids=e7714b1d-43ea-4046-bcb2-50ca9be7b0e6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002437 10.0.0.249 - - [2026-01-29 02:14:02] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002043 10.0.0.249 - - [2026-01-29 02:14:02] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008141 10.0.0.249 - - [2026-01-29 02:14:02] "POST /id-to-fqname HTTP/1.1" 200 185 0.005565 10.0.0.249 - - [2026-01-29 02:14:02] "POST /fqname-to-id HTTP/1.1" 404 194 0.003075 10.0.0.249 - - [2026-01-29 02:14:02] "POST /security-groups HTTP/1.1" 200 586 0.060477 10.0.0.249 - - [2026-01-29 02:14:03] "POST /fqname-to-id HTTP/1.1" 404 229 0.002457 10.0.0.249 - - [2026-01-29 02:14:03] "POST /projects HTTP/1.1" 200 575 0.221674 10.0.0.249 - - [2026-01-29 02:14:03] "POST /access-control-lists HTTP/1.1" 200 593 0.057686 10.0.0.249 - - [2026-01-29 02:14:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.290612 10.0.0.249 - - [2026-01-29 02:14:03] "POST /fqname-to-id HTTP/1.1" 404 228 0.002676 10.0.0.249 - - [2026-01-29 02:14:03] "GET /project/e7714b1d-43ea-4046-bcb2-50ca9be7b0e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.412515 10.0.0.249 - - [2026-01-29 02:14:03] "POST /access-control-lists HTTP/1.1" 200 591 0.064400 10.0.0.249 - - [2026-01-29 02:14:04] "GET / HTTP/1.1" 200 36215 0.002604 10.0.0.249 - - [2026-01-29 02:14:06] "POST /fqname-to-id HTTP/1.1" 401 293 0.000643 10.0.0.249 - - [2026-01-29 02:14:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.026399 10.0.0.249 - - [2026-01-29 02:14:06] "GET /api-access-list/1155077e-ddce-4f0e-b3c8-f33800fb2e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.004492 10.0.0.249 - - [2026-01-29 02:14:06] "GET /api-access-list/1155077e-ddce-4f0e-b3c8-f33800fb2e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003190 10.0.0.249 - - [2026-01-29 02:14:06] "GET /api-access-list/1155077e-ddce-4f0e-b3c8-f33800fb2e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003454 10.0.0.249 - - [2026-01-29 02:14:06] "PUT /api-access-list/1155077e-ddce-4f0e-b3c8-f33800fb2e8c HTTP/1.1" 200 265 0.008699 10.0.0.249 - - [2026-01-29 02:14:07] "GET /aaa-mode HTTP/1.1" 401 293 0.000563 10.0.0.249 - - [2026-01-29 02:14:07] "GET /aaa-mode HTTP/1.1" 200 128 0.023943 10.0.0.249 - - [2026-01-29 02:14:07] "POST /fqname-to-id HTTP/1.1" 404 183 0.024991 10.0.0.249 - - [2026-01-29 02:14:07] "GET /projects?obj_uuids=e05e7c1e-7de7-465d-8282-a6151c9da2f1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002347 10.0.0.249 - - [2026-01-29 02:14:07] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001657 10.0.0.249 - - [2026-01-29 02:14:07] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009004 10.0.0.249 - - [2026-01-29 02:14:07] "POST /id-to-fqname HTTP/1.1" 200 185 0.001377 10.0.0.249 - - [2026-01-29 02:14:07] "POST /fqname-to-id HTTP/1.1" 404 194 0.002931 10.0.0.249 - - [2026-01-29 02:14:08] "POST /security-groups HTTP/1.1" 200 586 0.060022 10.0.0.249 - - [2026-01-29 02:14:08] "POST /fqname-to-id HTTP/1.1" 404 229 0.003220 10.0.0.249 - - [2026-01-29 02:14:08] "POST /projects HTTP/1.1" 200 575 0.202228 10.0.0.249 - - [2026-01-29 02:14:08] "POST /access-control-lists HTTP/1.1" 200 593 0.058281 10.0.0.249 - - [2026-01-29 02:14:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.278156 10.0.0.249 - - [2026-01-29 02:14:08] "POST /fqname-to-id HTTP/1.1" 404 228 0.002787 10.0.0.249 - - [2026-01-29 02:14:08] "GET /project/e05e7c1e-7de7-465d-8282-a6151c9da2f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.403948 10.0.0.249 - - [2026-01-29 02:14:08] "POST /access-control-lists HTTP/1.1" 200 591 0.056363 10.0.0.249 - - [2026-01-29 02:14:08] "POST /fqname-to-id HTTP/1.1" 404 183 0.024756 10.0.0.249 - - [2026-01-29 02:14:08] "GET /projects?obj_uuids=b0377e25-63ac-4199-852c-f4e4466f680b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002545 10.0.0.249 - - [2026-01-29 02:14:08] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000919 10.0.0.249 - - [2026-01-29 02:14:08] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006140 10.0.0.249 - - [2026-01-29 02:14:08] "POST /id-to-fqname HTTP/1.1" 200 185 0.001458 10.0.0.249 - - [2026-01-29 02:14:08] "POST /fqname-to-id HTTP/1.1" 404 194 0.004277 10.0.0.249 - - [2026-01-29 02:14:08] "POST /security-groups HTTP/1.1" 200 586 0.061202 10.0.0.249 - - [2026-01-29 02:14:08] "POST /fqname-to-id HTTP/1.1" 404 229 0.002223 10.0.0.249 - - [2026-01-29 02:14:08] "POST /projects HTTP/1.1" 200 575 0.201895 10.0.0.249 - - [2026-01-29 02:14:08] "POST /access-control-lists HTTP/1.1" 200 593 0.057204 10.0.0.249 - - [2026-01-29 02:14:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.269360 10.0.0.249 - - [2026-01-29 02:14:08] "POST /fqname-to-id HTTP/1.1" 404 228 0.002634 10.0.0.249 - - [2026-01-29 02:14:08] "GET /project/b0377e25-63ac-4199-852c-f4e4466f680b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.388401 10.0.0.249 - - [2026-01-29 02:14:09] "POST /access-control-lists HTTP/1.1" 200 591 0.056371 10.0.0.249 - - [2026-01-29 02:14:09] "GET / HTTP/1.1" 200 36215 0.001962 10.0.0.249 - - [2026-01-29 02:14:10] "GET / HTTP/1.1" 200 36215 0.001442 10.0.0.249 - - [2026-01-29 02:14:10] "POST /fqname-to-id HTTP/1.1" 404 183 0.002606 10.0.0.249 - - [2026-01-29 02:14:10] "POST /api-access-lists HTTP/1.1" 200 523 0.014500 10.0.0.249 - - [2026-01-29 02:14:10] "GET /api-access-list/82286cb1-ba6c-487c-8408-cfc2614d450a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1266 0.004041 10.0.0.249 - - [2026-01-29 02:14:10] "GET /api-access-list/82286cb1-ba6c-487c-8408-cfc2614d450a HTTP/1.1" 401 293 0.000451 10.0.0.249 - - [2026-01-29 02:14:11] "GET /api-access-list/82286cb1-ba6c-487c-8408-cfc2614d450a HTTP/1.1" 200 1266 0.055978 10.0.0.249 - - [2026-01-29 02:14:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000488 10.0.0.249 - - [2026-01-29 02:14:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.070247 10.0.0.249 - - [2026-01-29 02:14:11] "GET /projects?obj_uuids=e05e7c1e-7de7-465d-8282-a6151c9da2f1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001097 10.0.0.249 - - [2026-01-29 02:14:11] "GET /project/e05e7c1e-7de7-465d-8282-a6151c9da2f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.043385 10.0.0.249 - - [2026-01-29 02:14:11] "GET /virtual-networks?parent_id=e05e7c1e-7de7-465d-8282-a6151c9da2f1&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009735 10.0.0.249 - - [2026-01-29 02:14:11] "POST /virtual-networks HTTP/1.1" 200 570 0.045702 10.0.0.249 - - [2026-01-29 02:14:11] "POST /route-targets HTTP/1.1" 200 328 0.009386 10.0.0.249 - - [2026-01-29 02:14:11] "POST /ref-update HTTP/1.1" 200 156 0.009579 10.0.0.249 - - [2026-01-29 02:14:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.011582 10.0.0.249 - - [2026-01-29 02:14:11] "GET /network-ipam/a9ae9a13-6dec-4edd-94be-bf5340c3d593?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.009289 10.0.0.249 - - [2026-01-29 02:14:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002190 10.0.0.249 - - [2026-01-29 02:14:11] "POST /ref-update HTTP/1.1" 200 156 0.041156 10.0.0.249 - - [2026-01-29 02:14:11] "POST /neutron/network HTTP/1.1" 200 833 0.045332 10.0.0.249 - - [2026-01-29 02:14:11] "POST /neutron/network HTTP/1.1" 200 833 0.019067 10.0.0.249 - - [2026-01-29 02:14:12] "GET /virtual-network/ac1c4e51-fe4a-4713-ae81-0c28c8b8493c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1987 0.013811 10.0.0.249 - - [2026-01-29 02:14:12] "POST /neutron/network HTTP/1.1" 200 833 0.019103 10.0.0.249 - - [2026-01-29 02:14:12] "POST /neutron/subnet HTTP/1.1" 200 680 0.024830 10.0.0.249 - - [2026-01-29 02:14:12] "GET /virtual-network/ac1c4e51-fe4a-4713-ae81-0c28c8b8493c HTTP/1.1" 401 293 0.000435 10.0.0.249 - - [2026-01-29 02:14:12] "GET /virtual-network/ac1c4e51-fe4a-4713-ae81-0c28c8b8493c HTTP/1.1" 200 2273 0.043674 10.0.0.249 - - [2026-01-29 02:14:12] "GET /virtual-network/ac1c4e51-fe4a-4713-ae81-0c28c8b8493c HTTP/1.1" 401 293 0.000360 10.0.0.249 - - [2026-01-29 02:14:12] "GET /virtual-network/ac1c4e51-fe4a-4713-ae81-0c28c8b8493c HTTP/1.1" 200 2012 0.037967 10.0.0.249 - - [2026-01-29 02:14:13] "GET /obj-perms HTTP/1.1" 200 4934 0.059807 10.0.0.249 - - [2026-01-29 02:14:13] "POST /fqname-to-id HTTP/1.1" 401 293 0.000395 10.0.0.249 - - [2026-01-29 02:14:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.023361 10.0.0.249 - - [2026-01-29 02:14:13] "GET /virtual-network/ac1c4e51-fe4a-4713-ae81-0c28c8b8493c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1987 0.011637 10.0.0.249 - - [2026-01-29 02:14:13] "GET /obj-perms HTTP/1.1" 200 4934 0.011311 10.0.0.249 - - [2026-01-29 02:14:13] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.014909 10.0.0.249 - - [2026-01-29 02:14:14] "GET /obj-perms HTTP/1.1" 200 4934 0.058104 10.0.0.249 - - [2026-01-29 02:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002660 10.0.0.249 - - [2026-01-29 02:14:14] "GET /virtual-network/ac1c4e51-fe4a-4713-ae81-0c28c8b8493c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1987 0.012627 10.0.0.249 - - [2026-01-29 02:14:14] "GET /obj-perms HTTP/1.1" 200 4934 0.008594 10.0.0.249 - - [2026-01-29 02:14:14] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.015386 10.0.0.249 - - [2026-01-29 02:14:14] "POST /id-to-fqname HTTP/1.1" 401 293 0.000460 10.0.0.249 - - [2026-01-29 02:14:14] "POST /id-to-fqname HTTP/1.1" 200 230 0.030962 10.0.0.249 - - [2026-01-29 02:14:15] "POST /neutron/network HTTP/1.1" 200 843 0.042359 10.0.0.249 - - [2026-01-29 02:14:15] "GET /aaa-mode HTTP/1.1" 401 293 0.000435 10.0.0.249 - - [2026-01-29 02:14:15] "GET / HTTP/1.1" 200 36215 0.001912 10.0.0.249 - - [2026-01-29 02:14:15] "GET /project/b0377e25-63ac-4199-852c-f4e4466f680b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000392 10.0.0.249 - - [2026-01-29 02:14:15] "GET /projects?obj_uuids=b0377e25-63ac-4199-852c-f4e4466f680b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001186 10.0.0.249 - - [2026-01-29 02:14:15] "GET /project/b0377e25-63ac-4199-852c-f4e4466f680b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.050432 10.0.0.249 - - [2026-01-29 02:14:15] "POST /neutron/network HTTP/1.1" 200 833 0.005885 10.0.0.249 - - [2026-01-29 02:14:16] "POST /neutron/port HTTP/1.1" 200 117 0.027723 10.0.0.249 - - [2026-01-29 02:14:16] "POST /neutron/port HTTP/1.1" 200 117 0.004906 10.0.0.249 - - [2026-01-29 02:14:16] "POST /neutron/port HTTP/1.1" 200 117 0.004617 10.0.0.249 - - [2026-01-29 02:14:16] "POST /neutron/network HTTP/1.1" 200 843 0.016842 10.0.0.249 - - [2026-01-29 02:14:16] "POST /neutron/network HTTP/1.1" 200 833 0.015682 10.0.0.249 - - [2026-01-29 02:14:16] "GET /projects?obj_uuids=b0377e25-63ac-4199-852c-f4e4466f680b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001614 10.0.0.249 - - [2026-01-29 02:14:16] "POST /neutron/port HTTP/1.1" 200 1056 0.300215 10.0.0.249 - - [2026-01-29 02:14:16] "POST /neutron/port HTTP/1.1" 200 1056 0.010606 10.0.0.249 - - [2026-01-29 02:14:16] "POST /neutron/port HTTP/1.1" 200 1056 0.008291 10.0.0.249 - - [2026-01-29 02:14:16] "POST /neutron/port HTTP/1.1" 200 1110 0.051242 10.0.0.249 - - [2026-01-29 02:14:16] "POST /neutron/port HTTP/1.1" 200 1120 0.012556 10.0.0.249 - - [2026-01-29 02:14:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003143 10.0.0.249 - - [2026-01-29 02:14:16] "POST /neutron/subnet HTTP/1.1" 200 654 0.006862 10.0.0.249 - - [2026-01-29 02:14:16] "POST /neutron/port HTTP/1.1" 200 117 0.001221 10.0.0.249 - - [2026-01-29 02:14:16] "POST /neutron/network HTTP/1.1" 200 833 0.005124 10.0.0.249 - - [2026-01-29 02:14:21] "POST /neutron/port HTTP/1.1" 200 1120 0.012274 10.0.0.249 - - [2026-01-29 02:14:21] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005648 10.0.0.249 - - [2026-01-29 02:14:21] "POST /neutron/port HTTP/1.1" 200 1120 0.012424 10.0.0.249 - - [2026-01-29 02:14:21] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006109 10.0.0.249 - - [2026-01-29 02:14:21] "POST /neutron/port HTTP/1.1" 200 1120 0.011078 10.0.0.249 - - [2026-01-29 02:14:21] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005593 10.0.0.249 - - [2026-01-29 02:14:21] "POST /neutron/port HTTP/1.1" 200 1120 0.011665 10.0.0.249 - - [2026-01-29 02:14:21] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006257 10.0.0.249 - - [2026-01-29 02:14:21] "GET /virtual-machine/79a71d44-ac8d-499f-b982-e894881b0bb0 HTTP/1.1" 200 1289 0.012027 10.0.0.249 - - [2026-01-29 02:14:21] "GET /virtual-machine/79a71d44-ac8d-499f-b982-e894881b0bb0 HTTP/1.1" 200 1289 0.010175 10.0.0.249 - - [2026-01-29 02:14:21] "GET /virtual-machine-interface/a938304d-6a41-4434-8cd9-a7f42f629808 HTTP/1.1" 200 2537 0.013531 10.0.0.249 - - [2026-01-29 02:14:21] "GET /virtual-machine/79a71d44-ac8d-499f-b982-e894881b0bb0 HTTP/1.1" 200 1289 0.009523 10.0.0.249 - - [2026-01-29 02:14:21] "GET /virtual-machine-interface/a938304d-6a41-4434-8cd9-a7f42f629808 HTTP/1.1" 200 2537 0.014488 10.0.0.249 - - [2026-01-29 02:14:21] "GET /instance-ip/54afae72-0ed3-48a0-a901-adefec78683d HTTP/1.1" 200 1629 0.011546 10.0.0.249 - - [2026-01-29 02:14:21] "GET /virtual-machine/79a71d44-ac8d-499f-b982-e894881b0bb0 HTTP/1.1" 200 1289 0.009818 10.0.0.249 - - [2026-01-29 02:14:21] "GET /virtual-machine-interface/a938304d-6a41-4434-8cd9-a7f42f629808 HTTP/1.1" 200 2537 0.012484 10.0.0.249 - - [2026-01-29 02:14:21] "GET /instance-ip/54afae72-0ed3-48a0-a901-adefec78683d HTTP/1.1" 200 1629 0.011444 10.0.0.249 - - [2026-01-29 02:14:21] "POST /fqname-to-id HTTP/1.1" 403 339 0.009705 10.0.0.249 - - [2026-01-29 02:14:21] "GET / HTTP/1.1" 200 36215 0.001973 10.0.0.249 - - [2026-01-29 02:14:21] "POST /fqname-to-id HTTP/1.1" 401 293 0.000556 10.0.0.249 - - [2026-01-29 02:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.023973 10.0.0.249 - - [2026-01-29 02:14:22] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002899 10.0.0.249 - - [2026-01-29 02:14:22] "GET /virtual-networks?parent_id=b0377e25-63ac-4199-852c-f4e4466f680b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008718 10.0.0.249 - - [2026-01-29 02:14:22] "POST /fqname-to-id HTTP/1.1" 403 339 0.008940 10.0.0.249 - - [2026-01-29 02:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.249 - - [2026-01-29 02:14:22] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002946 10.0.0.249 - - [2026-01-29 02:14:22] "GET /virtual-networks?parent_id=b0377e25-63ac-4199-852c-f4e4466f680b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009896 10.0.0.249 - - [2026-01-29 02:14:22] "POST /fqname-to-id HTTP/1.1" 403 339 0.010229 10.0.0.249 - - [2026-01-29 02:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.249 - - [2026-01-29 02:14:22] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003463 10.0.0.249 - - [2026-01-29 02:14:22] "GET /virtual-networks?parent_id=b0377e25-63ac-4199-852c-f4e4466f680b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008503 10.0.0.249 - - [2026-01-29 02:14:22] "POST /fqname-to-id HTTP/1.1" 403 339 0.009432 10.0.0.249 - - [2026-01-29 02:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.249 - - [2026-01-29 02:14:22] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003483 10.0.0.249 - - [2026-01-29 02:14:22] "GET /virtual-networks?parent_id=b0377e25-63ac-4199-852c-f4e4466f680b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010175 10.0.0.249 - - [2026-01-29 02:14:22] "POST /fqname-to-id HTTP/1.1" 403 339 0.008698 10.0.0.249 - - [2026-01-29 02:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.249 - - [2026-01-29 02:14:22] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003032 10.0.0.249 - - [2026-01-29 02:14:22] "GET /virtual-networks?parent_id=b0377e25-63ac-4199-852c-f4e4466f680b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009345 10.0.0.249 - - [2026-01-29 02:14:25] "POST /neutron/port HTTP/1.1" 200 1120 0.011359 10.0.0.249 - - [2026-01-29 02:14:25] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004827 10.0.0.249 - - [2026-01-29 02:14:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.010489 10.0.0.249 - - [2026-01-29 02:14:25] "GET /virtual-network/ac1c4e51-fe4a-4713-ae81-0c28c8b8493c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1987 0.013649 10.0.0.249 - - [2026-01-29 02:14:27] "POST /fqname-to-id HTTP/1.1" 403 339 0.009480 10.0.0.249 - - [2026-01-29 02:14:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002284 10.0.0.249 - - [2026-01-29 02:14:27] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002527 10.0.0.249 - - [2026-01-29 02:14:28] "GET /virtual-networks?parent_id=b0377e25-63ac-4199-852c-f4e4466f680b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009164 10.0.0.249 - - [2026-01-29 02:14:28] "POST /fqname-to-id HTTP/1.1" 403 339 0.009441 10.0.0.249 - - [2026-01-29 02:14:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.001989 10.0.0.249 - - [2026-01-29 02:14:28] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002429 10.0.0.249 - - [2026-01-29 02:14:28] "GET /virtual-networks?parent_id=b0377e25-63ac-4199-852c-f4e4466f680b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010792 10.0.0.249 - - [2026-01-29 02:14:28] "POST /fqname-to-id HTTP/1.1" 403 361 0.009249 10.0.0.249 - - [2026-01-29 02:14:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.249 - - [2026-01-29 02:14:28] "GET /routing-instance/d7873d35-f5fe-4652-ad99-6ba5ab0dd109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.003591 10.0.0.249 - - [2026-01-29 02:14:28] "GET /route-target/7b1cc2a7-849e-4dc4-bb5b-97db74252177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008528 10.0.0.249 - - [2026-01-29 02:14:28] "GET /route-target/7b1cc2a7-849e-4dc4-bb5b-97db74252177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003300 10.0.0.249 - - [2026-01-29 02:14:28] "POST /fqname-to-id HTTP/1.1" 403 339 0.011121 10.0.0.249 - - [2026-01-29 02:14:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002755 10.0.0.249 - - [2026-01-29 02:14:28] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003869 10.0.0.249 - - [2026-01-29 02:14:28] "GET /virtual-networks?parent_id=b0377e25-63ac-4199-852c-f4e4466f680b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010999 10.0.0.249 - - [2026-01-29 02:14:28] "POST /fqname-to-id HTTP/1.1" 403 361 0.009377 10.0.0.249 - - [2026-01-29 02:14:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002622 10.0.0.249 - - [2026-01-29 02:14:28] "GET /routing-instance/d7873d35-f5fe-4652-ad99-6ba5ab0dd109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.003401 10.0.0.249 - - [2026-01-29 02:14:28] "GET /route-target/7b1cc2a7-849e-4dc4-bb5b-97db74252177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.010705 10.0.0.249 - - [2026-01-29 02:14:28] "GET /route-target/7b1cc2a7-849e-4dc4-bb5b-97db74252177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003517 10.0.0.249 - - [2026-01-29 02:14:28] "GET /obj-perms HTTP/1.1" 200 4934 0.009180 10.0.0.249 - - [2026-01-29 02:14:28] "GET /virtual-machine/79a71d44-ac8d-499f-b982-e894881b0bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009709 10.0.0.249 - - [2026-01-29 02:14:30] "GET /obj-perms HTTP/1.1" 200 4934 0.008218 10.0.0.249 - - [2026-01-29 02:14:30] "GET /virtual-machine/79a71d44-ac8d-499f-b982-e894881b0bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009281 10.0.0.249 - - [2026-01-29 02:14:32] "GET /obj-perms HTTP/1.1" 200 4934 0.008647 10.0.0.249 - - [2026-01-29 02:14:32] "GET /virtual-machine/79a71d44-ac8d-499f-b982-e894881b0bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.008135 10.0.0.249 - - [2026-01-29 02:14:34] "GET /obj-perms HTTP/1.1" 200 4934 0.009922 10.0.0.249 - - [2026-01-29 02:14:34] "GET /virtual-machine/79a71d44-ac8d-499f-b982-e894881b0bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009663 10.0.0.249 - - [2026-01-29 02:14:34] "GET /obj-perms HTTP/1.1" 200 4934 0.009774 10.0.0.249 - - [2026-01-29 02:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.249 - - [2026-01-29 02:14:35] "GET /virtual-machine-interface/a938304d-6a41-4434-8cd9-a7f42f629808?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.014160 10.0.0.249 - - [2026-01-29 02:14:35] "GET /obj-perms HTTP/1.1" 200 4934 0.009328 10.0.0.249 - - [2026-01-29 02:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002716 10.0.0.249 - - [2026-01-29 02:14:35] "GET /virtual-machine-interface/a938304d-6a41-4434-8cd9-a7f42f629808?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.012891 10.0.0.249 - - [2026-01-29 02:14:35] "GET /obj-perms HTTP/1.1" 200 4934 0.008414 10.0.0.249 - - [2026-01-29 02:14:35] "GET /virtual-machine/79a71d44-ac8d-499f-b982-e894881b0bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.010548 10.0.0.249 - - [2026-01-29 02:14:35] "GET /obj-perms HTTP/1.1" 200 4934 0.010483 10.0.0.249 - - [2026-01-29 02:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.249 - - [2026-01-29 02:14:35] "GET /virtual-machine-interface/a938304d-6a41-4434-8cd9-a7f42f629808?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.012175 10.0.0.249 - - [2026-01-29 02:14:35] "GET /obj-perms HTTP/1.1" 200 4934 0.008453 10.0.0.249 - - [2026-01-29 02:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.249 - - [2026-01-29 02:14:35] "GET /virtual-network/ac1c4e51-fe4a-4713-ae81-0c28c8b8493c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1987 0.012767 10.0.0.249 - - [2026-01-29 02:14:35] "GET /obj-perms HTTP/1.1" 200 4934 0.008209 10.0.0.249 - - [2026-01-29 02:14:35] "GET /virtual-machine/79a71d44-ac8d-499f-b982-e894881b0bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009932 10.0.0.249 - - [2026-01-29 02:14:35] "GET /obj-perms HTTP/1.1" 200 4934 0.008633 10.0.0.249 - - [2026-01-29 02:14:35] "GET /obj-perms HTTP/1.1" 200 4934 0.008742 10.0.0.249 - - [2026-01-29 02:14:36] "GET /obj-perms HTTP/1.1" 200 4934 0.053529 10.0.0.249 - - [2026-01-29 02:14:36] "GET /obj-perms HTTP/1.1" 200 4934 0.007515 10.0.0.249 - - [2026-01-29 02:14:36] "GET /obj-perms HTTP/1.1" 200 5039 0.060375 10.0.0.249 - - [2026-01-29 02:14:36] "GET /obj-perms HTTP/1.1" 200 5039 0.003096 10.0.0.249 - - [2026-01-29 02:14:36] "GET /obj-perms HTTP/1.1" 200 4934 0.008608 10.0.0.249 - - [2026-01-29 02:14:36] "GET /obj-perms HTTP/1.1" 200 4934 0.008339 10.0.0.249 - - [2026-01-29 02:14:37] "GET /obj-perms HTTP/1.1" 200 4934 0.062888 10.0.0.249 - - [2026-01-29 02:14:37] "GET /obj-perms HTTP/1.1" 200 4934 0.009774 10.0.0.249 - - [2026-01-29 02:14:37] "GET /obj-perms HTTP/1.1" 200 5039 0.002990 10.0.0.249 - - [2026-01-29 02:14:37] "GET /obj-perms HTTP/1.1" 200 5039 0.003077 10.0.0.249 - - [2026-01-29 02:14:37] "GET /obj-perms HTTP/1.1" 200 4934 0.008960 10.0.0.249 - - [2026-01-29 02:14:37] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.008909 10.0.0.249 - - [2026-01-29 02:14:37] "GET /virtual-machine/79a71d44-ac8d-499f-b982-e894881b0bb0 HTTP/1.1" 200 1289 0.012202 10.0.0.249 - - [2026-01-29 02:14:38] "POST /neutron/port HTTP/1.1" 200 1120 0.011508 10.0.0.249 - - [2026-01-29 02:14:38] "POST /neutron/port HTTP/1.1" 200 1110 0.009659 10.0.0.249 - - [2026-01-29 02:14:38] "POST /neutron/port HTTP/1.1" 200 151 0.083131 10.0.0.249 - - [2026-01-29 02:14:38] "DELETE /project/b0377e2563ac4199852cf4e4466f680b HTTP/1.1" 404 173 0.005651 10.0.0.249 - - [2026-01-29 02:14:38] "DELETE /project/e05e7c1e7de7465d8282a6151c9da2f1 HTTP/1.1" 404 173 0.004950 10.0.0.249 - - [2026-01-29 02:14:38] "DELETE /project/e7714b1d43ea4046bcb250ca9be7b0e6 HTTP/1.1" 404 173 0.004334 10.0.0.249 - - [2026-01-29 02:14:38] "GET /projects?obj_uuids=37336dbd-b9d3-4ace-a84e-b86cf735df25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000872 10.0.0.249 - - [2026-01-29 02:14:38] "GET /project/37336dbd-b9d3-4ace-a84e-b86cf735df25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.024629 10.0.0.249 - - [2026-01-29 02:14:38] "GET /projects?obj_uuids=37336dbd-b9d3-4ace-a84e-b86cf735df25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000990 10.0.0.249 - - [2026-01-29 02:14:38] "GET /project/37336dbd-b9d3-4ace-a84e-b86cf735df25?fields=security_groups HTTP/1.1" 200 1363 0.064822 10.0.0.249 - - [2026-01-29 02:14:38] "DELETE /security-group/6a4b9946-9d9e-40db-88b4-c6cd4360f4fa HTTP/1.1" 200 115 0.033720 10.0.0.249 - - [2026-01-29 02:14:38] "GET /projects?obj_uuids=37336dbd-b9d3-4ace-a84e-b86cf735df25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001197 10.0.0.249 - - [2026-01-29 02:14:38] "GET /project/37336dbd-b9d3-4ace-a84e-b86cf735df25?fields=application_policy_sets HTTP/1.1" 200 1402 0.026651 10.0.0.249 - - [2026-01-29 02:14:38] "DELETE /access-control-list/3f7d83c2-6ca2-4ad3-9b18-8e625eb15902 HTTP/1.1" 200 115 0.051114 10.0.0.249 - - [2026-01-29 02:14:38] "DELETE /access-control-list/0ea9352c-88f6-4535-add7-7b511eae2839 HTTP/1.1" 200 115 0.016840 10.0.0.249 - - [2026-01-29 02:14:38] "DELETE /project/37336dbd-b9d3-4ace-a84e-b86cf735df25 HTTP/1.1" 200 115 0.298362 10.0.0.249 - - [2026-01-29 02:14:39] "GET /virtual-machine/79a71d44-ac8d-499f-b982-e894881b0bb0 HTTP/1.1" 404 171 0.010193 10.0.0.249 - - [2026-01-29 02:14:39] "GET /virtual-machine/79a71d44-ac8d-499f-b982-e894881b0bb0 HTTP/1.1" 404 171 0.007478 10.0.0.249 - - [2026-01-29 02:14:39] "GET /virtual-machine/79a71d44-ac8d-499f-b982-e894881b0bb0 HTTP/1.1" 404 171 0.007024 10.0.0.249 - - [2026-01-29 02:14:39] "POST /fqname-to-id HTTP/1.1" 403 339 0.009517 10.0.0.249 - - [2026-01-29 02:14:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002122 10.0.0.249 - - [2026-01-29 02:14:39] "GET /global-vrouter-config/859a1af7-aa0f-4490-93cc-90ab07e78ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002811 10.0.0.249 - - [2026-01-29 02:14:39] "GET /virtual-networks?parent_id=b0377e25-63ac-4199-852c-f4e4466f680b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009111 10.0.0.249 - - [2026-01-29 02:14:39] "POST /fqname-to-id HTTP/1.1" 403 361 0.007714 10.0.0.249 - - [2026-01-29 02:14:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.249 - - [2026-01-29 02:14:39] "GET /routing-instance/d7873d35-f5fe-4652-ad99-6ba5ab0dd109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.003377 10.0.0.249 - - [2026-01-29 02:14:40] "GET /route-target/7b1cc2a7-849e-4dc4-bb5b-97db74252177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008905 10.0.0.249 - - [2026-01-29 02:14:40] "GET /route-target/7b1cc2a7-849e-4dc4-bb5b-97db74252177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002937 10.0.0.249 - - [2026-01-29 02:14:40] "GET /obj-perms HTTP/1.1" 200 4934 0.009460 10.0.0.249 - - [2026-01-29 02:14:40] "GET /obj-perms HTTP/1.1" 200 4934 0.007475 10.0.0.249 - - [2026-01-29 02:14:40] "GET /obj-perms HTTP/1.1" 200 4934 0.057179 10.0.0.249 - - [2026-01-29 02:14:40] "GET /obj-perms HTTP/1.1" 200 4934 0.008250 10.0.0.249 - - [2026-01-29 02:14:40] "GET /obj-perms HTTP/1.1" 200 5039 0.003027 10.0.0.249 - - [2026-01-29 02:14:43] "GET /obj-perms HTTP/1.1" 200 5039 0.003339 10.0.0.249 - - [2026-01-29 02:14:46] "GET /obj-perms HTTP/1.1" 200 5039 0.003113 10.0.0.249 - - [2026-01-29 02:14:47] "GET /obj-perms HTTP/1.1" 200 5075 0.076183 10.0.0.249 - - [2026-01-29 02:14:48] "GET /obj-perms HTTP/1.1" 200 5075 0.067838 10.0.0.249 - - [2026-01-29 02:14:49] "GET /obj-perms HTTP/1.1" 200 5039 0.003481 10.0.0.249 - - [2026-01-29 02:14:52] "GET /obj-perms HTTP/1.1" 200 5039 0.003110 10.0.0.249 - - [2026-01-29 02:14:55] "GET /obj-perms HTTP/1.1" 200 5039 0.003037 10.0.0.249 - - [2026-01-29 02:14:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000508 10.0.0.249 - - [2026-01-29 02:14:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000816 10.0.0.249 - - [2026-01-29 02:14:57] "GET /global-system-configs HTTP/1.1" 401 293 0.000446 10.0.0.249 - - [2026-01-29 02:14:57] "GET /global-system-configs HTTP/1.1" 401 293 0.000436 10.0.0.249 - - [2026-01-29 02:14:58] "GET /obj-perms HTTP/1.1" 200 5039 0.003190 10.0.0.249 - - [2026-01-29 02:15:01] "GET /obj-perms HTTP/1.1" 200 5039 0.003986 10.0.0.249 - - [2026-01-29 02:15:04] "GET /obj-perms HTTP/1.1" 200 5039 0.003421 10.0.0.249 - - [2026-01-29 02:15:07] "GET /obj-perms HTTP/1.1" 200 5039 0.003594 10.0.0.249 - - [2026-01-29 02:15:10] "GET /obj-perms HTTP/1.1" 200 5039 0.003125 10.0.0.249 - - [2026-01-29 02:15:13] "GET /obj-perms HTTP/1.1" 200 5039 0.003450 10.0.0.249 - - [2026-01-29 02:15:16] "GET /obj-perms HTTP/1.1" 200 5039 0.003157 10.0.0.249 - - [2026-01-29 02:15:19] "GET /obj-perms HTTP/1.1" 200 5039 0.003500 10.0.0.249 - - [2026-01-29 02:15:22] "GET /obj-perms HTTP/1.1" 200 5039 0.003491 10.0.0.249 - - [2026-01-29 02:15:25] "GET /obj-perms HTTP/1.1" 200 5039 0.003505 10.0.0.249 - - [2026-01-29 02:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004554 10.0.0.249 - - [2026-01-29 02:15:25] "POST /useragent-kv HTTP/1.1" 200 115 0.001973 10.0.0.249 - - [2026-01-29 02:15:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002499 10.0.0.249 - - [2026-01-29 02:15:25] "DELETE /virtual-network/ac1c4e51-fe4a-4713-ae81-0c28c8b8493c HTTP/1.1" 200 115 0.082361 10.0.0.249 - - [2026-01-29 02:15:25] "DELETE /route-target/7b1cc2a7-849e-4dc4-bb5b-97db74252177 HTTP/1.1" 200 115 0.015229 10.0.0.249 - - [2026-01-29 02:15:25] "DELETE /api-access-list/82286cb1-ba6c-487c-8408-cfc2614d450a HTTP/1.1" 200 115 0.014517 10.0.0.249 - - [2026-01-29 02:15:25] "GET /api-access-list/82286cb1-ba6c-487c-8408-cfc2614d450a HTTP/1.1" 404 171 0.002075 10.0.0.249 - - [2026-01-29 02:15:26] "GET /projects?obj_uuids=b0377e25-63ac-4199-852c-f4e4466f680b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001314 10.0.0.249 - - [2026-01-29 02:15:26] "GET /project/b0377e25-63ac-4199-852c-f4e4466f680b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.022228 10.0.0.249 - - [2026-01-29 02:15:26] "GET /projects?obj_uuids=b0377e25-63ac-4199-852c-f4e4466f680b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001004 10.0.0.249 - - [2026-01-29 02:15:26] "GET /project/b0377e25-63ac-4199-852c-f4e4466f680b?fields=virtual_networks HTTP/1.1" 200 1024 0.067269 10.0.0.249 - - [2026-01-29 02:15:26] "GET /projects?obj_uuids=b0377e25-63ac-4199-852c-f4e4466f680b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001311 10.0.0.249 - - [2026-01-29 02:15:26] "GET /project/b0377e25-63ac-4199-852c-f4e4466f680b?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.023977 10.0.0.249 - - [2026-01-29 02:15:26] "GET /projects?obj_uuids=b0377e25-63ac-4199-852c-f4e4466f680b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001103 10.0.0.249 - - [2026-01-29 02:15:26] "GET /project/b0377e25-63ac-4199-852c-f4e4466f680b?fields=security_groups HTTP/1.1" 200 1246 0.036979 10.0.0.249 - - [2026-01-29 02:15:26] "GET /projects?obj_uuids=e05e7c1e-7de7-465d-8282-a6151c9da2f1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001150 10.0.0.249 - - [2026-01-29 02:15:26] "GET /project/e05e7c1e-7de7-465d-8282-a6151c9da2f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.022961 10.0.0.249 - - [2026-01-29 02:15:26] "GET /projects?obj_uuids=e05e7c1e-7de7-465d-8282-a6151c9da2f1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001478 10.0.0.249 - - [2026-01-29 02:15:26] "GET /project/e05e7c1e-7de7-465d-8282-a6151c9da2f1?fields=virtual_networks HTTP/1.1" 200 1024 0.073064 10.0.0.249 - - [2026-01-29 02:15:26] "GET /projects?obj_uuids=e05e7c1e-7de7-465d-8282-a6151c9da2f1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001191 10.0.0.249 - - [2026-01-29 02:15:26] "GET /project/e05e7c1e-7de7-465d-8282-a6151c9da2f1?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.028609 10.0.0.249 - - [2026-01-29 02:15:27] "GET /projects?obj_uuids=e05e7c1e-7de7-465d-8282-a6151c9da2f1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001061 10.0.0.249 - - [2026-01-29 02:15:27] "GET /project/e05e7c1e-7de7-465d-8282-a6151c9da2f1?fields=security_groups HTTP/1.1" 200 1246 0.021803 10.0.0.249 - - [2026-01-29 02:15:28] "GET /api-access-list/1155077e-ddce-4f0e-b3c8-f33800fb2e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.003533 10.0.0.249 - - [2026-01-29 02:15:28] "PUT /api-access-list/1155077e-ddce-4f0e-b3c8-f33800fb2e8c HTTP/1.1" 200 265 0.008052 10.0.0.249 - - [2026-01-29 02:15:28] "GET /projects?obj_uuids=e7714b1d-43ea-4046-bcb2-50ca9be7b0e6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001083 10.0.0.249 - - [2026-01-29 02:15:28] "GET /project/e7714b1d-43ea-4046-bcb2-50ca9be7b0e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.023503 10.0.0.249 - - [2026-01-29 02:15:28] "GET /projects?obj_uuids=e7714b1d-43ea-4046-bcb2-50ca9be7b0e6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001056 10.0.0.249 - - [2026-01-29 02:15:28] "GET /project/e7714b1d-43ea-4046-bcb2-50ca9be7b0e6?fields=virtual_networks HTTP/1.1" 200 1025 0.068085 10.0.0.249 - - [2026-01-29 02:15:28] "GET /projects?obj_uuids=e7714b1d-43ea-4046-bcb2-50ca9be7b0e6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001001 10.0.0.249 - - [2026-01-29 02:15:28] "GET /project/e7714b1d-43ea-4046-bcb2-50ca9be7b0e6?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.023040 10.0.0.249 - - [2026-01-29 02:15:28] "GET /projects?obj_uuids=e7714b1d-43ea-4046-bcb2-50ca9be7b0e6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001056 10.0.0.249 - - [2026-01-29 02:15:28] "GET /project/e7714b1d-43ea-4046-bcb2-50ca9be7b0e6?fields=security_groups HTTP/1.1" 200 1247 0.022151 10.0.0.249 - - [2026-01-29 02:15:29] "POST /fqname-to-id HTTP/1.1" 404 188 0.023989 10.0.0.249 - - [2026-01-29 02:15:29] "GET /projects?obj_uuids=7118d849-9c3b-48e5-8239-4eb415be48ac&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002190 10.0.0.249 - - [2026-01-29 02:15:29] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001273 10.0.0.249 - - [2026-01-29 02:15:29] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.012511 10.0.0.249 - - [2026-01-29 02:15:29] "POST /id-to-fqname HTTP/1.1" 200 190 0.001157 10.0.0.249 - - [2026-01-29 02:15:29] "POST /fqname-to-id HTTP/1.1" 404 199 0.002850 10.0.0.249 - - [2026-01-29 02:15:29] "POST /security-groups HTTP/1.1" 200 591 0.063856 10.0.0.249 - - [2026-01-29 02:15:29] "POST /fqname-to-id HTTP/1.1" 404 234 0.002309 10.0.0.249 - - [2026-01-29 02:15:29] "POST /projects HTTP/1.1" 200 585 0.206788 10.0.0.249 - - [2026-01-29 02:15:29] "POST /access-control-lists HTTP/1.1" 200 598 0.064194 10.0.0.249 - - [2026-01-29 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.279834 10.0.0.249 - - [2026-01-29 02:15:29] "POST /fqname-to-id HTTP/1.1" 404 233 0.003084 10.0.0.249 - - [2026-01-29 02:15:29] "GET /project/7118d849-9c3b-48e5-8239-4eb415be48ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.409171 10.0.0.249 - - [2026-01-29 02:15:29] "POST /access-control-lists HTTP/1.1" 200 596 0.059965 10.0.0.249 - - [2026-01-29 02:15:30] "GET / HTTP/1.1" 200 36215 0.001938 10.0.0.249 - - [2026-01-29 02:15:32] "POST /fqname-to-id HTTP/1.1" 401 293 0.000507 10.0.0.249 - - [2026-01-29 02:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.030234 10.0.0.249 - - [2026-01-29 02:15:33] "GET /api-access-list/1155077e-ddce-4f0e-b3c8-f33800fb2e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003092 10.0.0.249 - - [2026-01-29 02:15:33] "GET /api-access-list/1155077e-ddce-4f0e-b3c8-f33800fb2e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003350 10.0.0.249 - - [2026-01-29 02:15:33] "GET /api-access-list/1155077e-ddce-4f0e-b3c8-f33800fb2e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003048 10.0.0.249 - - [2026-01-29 02:15:33] "PUT /api-access-list/1155077e-ddce-4f0e-b3c8-f33800fb2e8c HTTP/1.1" 200 265 0.008274 10.0.0.249 - - [2026-01-29 02:15:33] "GET /aaa-mode HTTP/1.1" 200 128 0.001277 10.0.0.249 - - [2026-01-29 02:15:33] "POST /fqname-to-id HTTP/1.1" 404 188 0.024803 10.0.0.249 - - [2026-01-29 02:15:33] "GET /projects?obj_uuids=3ab83353-9faa-4195-bbf4-1d66d56b595f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002119 10.0.0.249 - - [2026-01-29 02:15:33] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000918 10.0.0.249 - - [2026-01-29 02:15:33] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005901 10.0.0.249 - - [2026-01-29 02:15:34] "POST /id-to-fqname HTTP/1.1" 200 190 0.002147 10.0.0.249 - - [2026-01-29 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 199 0.002002 10.0.0.249 - - [2026-01-29 02:15:34] "POST /security-groups HTTP/1.1" 200 591 0.060245 10.0.0.249 - - [2026-01-29 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 234 0.002925 10.0.0.249 - - [2026-01-29 02:15:34] "POST /projects HTTP/1.1" 200 585 0.202398 10.0.0.249 - - [2026-01-29 02:15:34] "POST /access-control-lists HTTP/1.1" 200 598 0.060397 10.0.0.249 - - [2026-01-29 02:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.272734 10.0.0.249 - - [2026-01-29 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 233 0.003451 10.0.0.249 - - [2026-01-29 02:15:34] "GET /project/3ab83353-9faa-4195-bbf4-1d66d56b595f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.390712 10.0.0.249 - - [2026-01-29 02:15:34] "POST /access-control-lists HTTP/1.1" 200 596 0.060298 10.0.0.249 - - [2026-01-29 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 188 0.025040 10.0.0.249 - - [2026-01-29 02:15:34] "GET /projects?obj_uuids=bc0af251-568c-4fa3-bd4b-30e7fb7c852b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002713 10.0.0.249 - - [2026-01-29 02:15:34] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001270 10.0.0.249 - - [2026-01-29 02:15:34] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007164 10.0.0.249 - - [2026-01-29 02:15:34] "POST /id-to-fqname HTTP/1.1" 200 190 0.001204 10.0.0.249 - - [2026-01-29 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 199 0.002879 10.0.0.249 - - [2026-01-29 02:15:34] "POST /security-groups HTTP/1.1" 200 591 0.064464 10.0.0.249 - - [2026-01-29 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 234 0.002282 10.0.0.249 - - [2026-01-29 02:15:35] "POST /projects HTTP/1.1" 200 585 0.203182 10.0.0.249 - - [2026-01-29 02:15:35] "POST /access-control-lists HTTP/1.1" 200 598 0.056014 10.0.0.249 - - [2026-01-29 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.274491 10.0.0.249 - - [2026-01-29 02:15:35] "POST /fqname-to-id HTTP/1.1" 404 233 0.003280 10.0.0.249 - - [2026-01-29 02:15:35] "GET /project/bc0af251-568c-4fa3-bd4b-30e7fb7c852b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.406619 10.0.0.249 - - [2026-01-29 02:15:35] "POST /access-control-lists HTTP/1.1" 200 596 0.063610 10.0.0.249 - - [2026-01-29 02:15:35] "GET / HTTP/1.1" 200 36215 0.002127 10.0.0.249 - - [2026-01-29 02:15:36] "GET / HTTP/1.1" 200 36215 0.001427 10.0.0.249 - - [2026-01-29 02:15:36] "POST /fqname-to-id HTTP/1.1" 404 183 0.002666 10.0.0.249 - - [2026-01-29 02:15:36] "POST /api-access-lists HTTP/1.1" 200 523 0.012691 10.0.0.249 - - [2026-01-29 02:15:36] "GET /api-access-list/dd9eac0c-eb00-469c-b486-aec7b91513cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.004351 10.0.0.249 - - [2026-01-29 02:15:36] "GET /api-access-list/dd9eac0c-eb00-469c-b486-aec7b91513cb HTTP/1.1" 401 293 0.000481 10.0.0.249 - - [2026-01-29 02:15:37] "GET /api-access-list/dd9eac0c-eb00-469c-b486-aec7b91513cb HTTP/1.1" 200 1292 0.056277 10.0.0.249 - - [2026-01-29 02:15:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.000366 10.0.0.249 - - [2026-01-29 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.038523 10.0.0.249 - - [2026-01-29 02:15:37] "GET /projects?obj_uuids=3ab83353-9faa-4195-bbf4-1d66d56b595f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001082 10.0.0.249 - - [2026-01-29 02:15:37] "GET /project/3ab83353-9faa-4195-bbf4-1d66d56b595f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.025559 10.0.0.249 - - [2026-01-29 02:15:37] "GET /virtual-networks?parent_id=3ab83353-9faa-4195-bbf4-1d66d56b595f&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011423 10.0.0.249 - - [2026-01-29 02:15:37] "POST /virtual-networks HTTP/1.1" 200 585 0.043758 10.0.0.249 - - [2026-01-29 02:15:37] "POST /route-targets HTTP/1.1" 200 328 0.009173 10.0.0.249 - - [2026-01-29 02:15:37] "POST /ref-update HTTP/1.1" 200 156 0.010532 10.0.0.249 - - [2026-01-29 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.009678 10.0.0.249 - - [2026-01-29 02:15:37] "GET /network-ipam/a9ae9a13-6dec-4edd-94be-bf5340c3d593?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.009094 10.0.0.249 - - [2026-01-29 02:15:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003733 10.0.0.249 - - [2026-01-29 02:15:38] "POST /ref-update HTTP/1.1" 200 156 0.041056 10.0.0.249 - - [2026-01-29 02:15:38] "POST /neutron/network HTTP/1.1" 200 847 0.041067 10.0.0.249 - - [2026-01-29 02:15:38] "POST /neutron/network HTTP/1.1" 200 847 0.016654 10.0.0.249 - - [2026-01-29 02:15:38] "GET /virtual-network/b2bdca89-7ea9-43b3-916c-4ca552732962?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.011926 10.0.0.249 - - [2026-01-29 02:15:38] "POST /neutron/network HTTP/1.1" 200 847 0.017080 10.0.0.249 - - [2026-01-29 02:15:38] "POST /neutron/subnet HTTP/1.1" 200 674 0.023356 10.0.0.249 - - [2026-01-29 02:15:38] "POST /fqname-to-id HTTP/1.1" 401 293 0.000566 10.0.0.249 - - [2026-01-29 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.034185 10.0.0.249 - - [2026-01-29 02:15:38] "GET /projects?obj_uuids=bc0af251-568c-4fa3-bd4b-30e7fb7c852b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001168 10.0.0.249 - - [2026-01-29 02:15:38] "GET /project/bc0af251-568c-4fa3-bd4b-30e7fb7c852b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.028621 10.0.0.249 - - [2026-01-29 02:15:38] "GET /virtual-networks?parent_id=bc0af251-568c-4fa3-bd4b-30e7fb7c852b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010703 10.0.0.249 - - [2026-01-29 02:15:38] "POST /virtual-networks HTTP/1.1" 200 585 0.048179 10.0.0.249 - - [2026-01-29 02:15:38] "POST /route-targets HTTP/1.1" 200 328 0.008841 10.0.0.249 - - [2026-01-29 02:15:38] "POST /ref-update HTTP/1.1" 200 156 0.008914 10.0.0.249 - - [2026-01-29 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.010544 10.0.0.249 - - [2026-01-29 02:15:38] "GET /network-ipam/a9ae9a13-6dec-4edd-94be-bf5340c3d593?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.009753 10.0.0.249 - - [2026-01-29 02:15:38] "DELETE /project/bc0af251568c4fa3bd4b30e7fb7c852b HTTP/1.1" 404 173 0.023765 10.0.0.249 - - [2026-01-29 02:15:38] "DELETE /project/3ab833539faa4195bbf41d66d56b595f HTTP/1.1" 404 173 0.014397 10.0.0.249 - - [2026-01-29 02:15:38] "DELETE /project/7118d8499c3b48e582394eb415be48ac HTTP/1.1" 404 173 0.013745 10.0.0.249 - - [2026-01-29 02:15:38] "GET /projects?obj_uuids=e7714b1d-43ea-4046-bcb2-50ca9be7b0e6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001292 10.0.0.249 - - [2026-01-29 02:15:38] "GET /projects?obj_uuids=b0377e25-63ac-4199-852c-f4e4466f680b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000797 10.0.0.249 - - [2026-01-29 02:15:38] "GET /projects?obj_uuids=e05e7c1e-7de7-465d-8282-a6151c9da2f1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000709 10.0.0.249 - - [2026-01-29 02:15:39] "POST /useragent-kv HTTP/1.1" 200 115 0.007929 10.0.0.249 - - [2026-01-29 02:15:39] "POST /ref-update HTTP/1.1" 200 156 0.108074 10.0.0.249 - - [2026-01-29 02:15:39] "GET /project/e7714b1d-43ea-4046-bcb2-50ca9be7b0e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.064116 10.0.0.249 - - [2026-01-29 02:15:39] "GET /project/b0377e25-63ac-4199-852c-f4e4466f680b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.075712 10.0.0.249 - - [2026-01-29 02:15:39] "GET /project/e05e7c1e-7de7-465d-8282-a6151c9da2f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.083820 10.0.0.249 - - [2026-01-29 02:15:39] "GET /projects?obj_uuids=e05e7c1e-7de7-465d-8282-a6151c9da2f1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001466 10.0.0.249 - - [2026-01-29 02:15:39] "GET /projects?obj_uuids=b0377e25-63ac-4199-852c-f4e4466f680b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000879 10.0.0.249 - - [2026-01-29 02:15:39] "GET /projects?obj_uuids=e7714b1d-43ea-4046-bcb2-50ca9be7b0e6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000784 10.0.0.249 - - [2026-01-29 02:15:39] "GET /project/b0377e25-63ac-4199-852c-f4e4466f680b?fields=security_groups HTTP/1.1" 200 1348 0.046704 10.0.0.249 - - [2026-01-29 02:15:39] "GET /project/e05e7c1e-7de7-465d-8282-a6151c9da2f1?fields=security_groups HTTP/1.1" 200 1348 0.053672 10.0.0.249 - - [2026-01-29 02:15:39] "GET /project/e7714b1d-43ea-4046-bcb2-50ca9be7b0e6?fields=security_groups HTTP/1.1" 200 1349 0.087338 10.0.0.249 - - [2026-01-29 02:15:39] "POST /neutron/network HTTP/1.1" 200 849 0.075915 10.0.0.249 - - [2026-01-29 02:15:39] "POST /neutron/network HTTP/1.1" 200 849 0.046726 10.0.0.249 - - [2026-01-29 02:15:39] "DELETE /access-control-list/aa6b1bf1-8391-4faa-b8e7-00edee185005 HTTP/1.1" 200 115 0.058182 10.0.0.249 - - [2026-01-29 02:15:39] "GET /virtual-network/0a7093a5-c4a4-43db-9bcf-dd4d402f9b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.026404 10.0.0.249 - - [2026-01-29 02:15:39] "DELETE /security-group/26844d26-0624-4541-a768-b8ca2fea47d9 HTTP/1.1" 200 115 0.123852 10.0.0.249 - - [2026-01-29 02:15:39] "GET /projects?obj_uuids=b0377e25-63ac-4199-852c-f4e4466f680b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001316 10.0.0.249 - - [2026-01-29 02:15:39] "DELETE /security-group/f557ce3c-b19c-4fa1-ad06-0e561648c6ea HTTP/1.1" 200 115 0.136868 10.0.0.249 - - [2026-01-29 02:15:39] "GET /projects?obj_uuids=e05e7c1e-7de7-465d-8282-a6151c9da2f1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001327 10.0.0.249 - - [2026-01-29 02:15:39] "DELETE /access-control-list/7e1989b8-5a02-4706-adf8-ac20c873abb1 HTTP/1.1" 200 115 0.065763 10.0.0.249 - - [2026-01-29 02:15:39] "POST /neutron/network HTTP/1.1" 200 849 0.052901 10.0.0.249 - - [2026-01-29 02:15:39] "DELETE /security-group/d7b29294-79fb-4c83-88a1-26059656b15d HTTP/1.1" 200 115 0.119030 10.0.0.249 - - [2026-01-29 02:15:39] "GET /project/b0377e25-63ac-4199-852c-f4e4466f680b?fields=application_policy_sets HTTP/1.1" 200 1387 0.052202 10.0.0.249 - - [2026-01-29 02:15:39] "GET /projects?obj_uuids=e7714b1d-43ea-4046-bcb2-50ca9be7b0e6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001085 10.0.0.249 - - [2026-01-29 02:15:39] "GET /project/e7714b1d-43ea-4046-bcb2-50ca9be7b0e6?fields=application_policy_sets HTTP/1.1" 200 1388 0.052907 10.0.0.249 - - [2026-01-29 02:15:39] "DELETE /access-control-list/301bd37e-e677-41d9-ab84-78af4c4720c4 HTTP/1.1" 200 115 0.076487 10.0.0.249 - - [2026-01-29 02:15:39] "GET /project/e05e7c1e-7de7-465d-8282-a6151c9da2f1?fields=application_policy_sets HTTP/1.1" 200 1387 0.107493 10.0.0.249 - - [2026-01-29 02:15:39] "POST /neutron/subnet HTTP/1.1" 200 684 0.099559 10.0.0.249 - - [2026-01-29 02:15:39] "GET /virtual-network/b2bdca89-7ea9-43b3-916c-4ca552732962 HTTP/1.1" 401 293 0.001120 10.0.0.249 - - [2026-01-29 02:15:39] "DELETE /access-control-list/05024e3c-8537-4e49-a55d-d6981561243d HTTP/1.1" 200 115 0.040371 10.0.0.249 - - [2026-01-29 02:15:39] "DELETE /access-control-list/99f595d1-b116-459d-906c-79d1b4444822 HTTP/1.1" 200 115 0.061969 10.0.0.249 - - [2026-01-29 02:15:39] "DELETE /project/b0377e25-63ac-4199-852c-f4e4466f680b HTTP/1.1" 200 115 0.613767 10.0.0.249 - - [2026-01-29 02:15:39] "DELETE /access-control-list/c8e59bf7-1c94-4be3-aac8-ca676e778dd4 HTTP/1.1" 200 115 0.041938 10.0.0.249 - - [2026-01-29 02:15:39] "DELETE /project/e7714b1d-43ea-4046-bcb2-50ca9be7b0e6 HTTP/1.1" 200 115 0.635865 10.0.0.249 - - [2026-01-29 02:15:39] "DELETE /project/e05e7c1e-7de7-465d-8282-a6151c9da2f1 HTTP/1.1" 200 115 0.627971 10.0.0.249 - - [2026-01-29 02:15:39] "GET /virtual-network/b2bdca89-7ea9-43b3-916c-4ca552732962 HTTP/1.1" 200 2315 0.040056 10.0.0.249 - - [2026-01-29 02:15:39] "GET /virtual-network/b2bdca89-7ea9-43b3-916c-4ca552732962 HTTP/1.1" 401 293 0.000482 10.0.0.249 - - [2026-01-29 02:15:40] "GET /virtual-network/b2bdca89-7ea9-43b3-916c-4ca552732962 HTTP/1.1" 403 376 0.030988 10.0.0.249 - - [2026-01-29 02:15:40] "GET /virtual-network/b2bdca89-7ea9-43b3-916c-4ca552732962 HTTP/1.1" 200 2315 0.004536 10.0.0.249 - - [2026-01-29 02:15:40] "GET /virtual-networks HTTP/1.1" 200 372 0.017530 10.0.0.249 - - [2026-01-29 02:15:40] "GET /virtual-networks HTTP/1.1" 200 372 0.016700 10.0.0.249 - - [2026-01-29 02:15:40] "GET /obj-perms HTTP/1.1" 403 257 0.033412 10.0.0.249 - - [2026-01-29 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002694 10.0.0.249 - - [2026-01-29 02:15:40] "GET /virtual-network/b2bdca89-7ea9-43b3-916c-4ca552732962?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.014843 10.0.0.249 - - [2026-01-29 02:15:40] "GET /obj-perms HTTP/1.1" 403 257 0.036421 10.0.0.249 - - [2026-01-29 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.249 - - [2026-01-29 02:15:41] "GET /virtual-network/b2bdca89-7ea9-43b3-916c-4ca552732962?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.009993 10.0.0.249 - - [2026-01-29 02:15:41] "GET /obj-perms HTTP/1.1" 200 5049 0.052718 10.0.0.249 - - [2026-01-29 02:15:41] "GET /obj-perms HTTP/1.1" 403 257 0.009266 10.0.0.249 - - [2026-01-29 02:15:41] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.030829 10.0.0.249 - - [2026-01-29 02:15:41] "GET /obj-perms HTTP/1.1" 403 257 0.007399 10.0.0.249 - - [2026-01-29 02:15:41] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.016963 10.0.0.249 - - [2026-01-29 02:15:41] "GET /obj-perms HTTP/1.1" 200 5049 0.003383 10.0.0.249 - - [2026-01-29 02:15:41] "PUT /virtual-network/b2bdca89-7ea9-43b3-916c-4ca552732962 HTTP/1.1" 200 265 0.030635 10.0.0.249 - - [2026-01-29 02:15:41] "GET /virtual-networks HTTP/1.1" 200 132 0.017408 10.0.0.249 - - [2026-01-29 02:15:41] "GET /virtual-networks HTTP/1.1" 200 613 0.014067 10.0.0.249 - - [2026-01-29 02:15:41] "GET /virtual-networks HTTP/1.1" 200 1435 0.002147 10.0.0.249 - - [2026-01-29 02:15:41] "GET /obj-perms HTTP/1.1" 403 257 0.005803 10.0.0.249 - - [2026-01-29 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002020 10.0.0.249 - - [2026-01-29 02:15:41] "GET /virtual-network/b2bdca89-7ea9-43b3-916c-4ca552732962?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.010374 10.0.0.249 - - [2026-01-29 02:15:42] "GET /obj-perms HTTP/1.1" 403 257 0.043255 10.0.0.249 - - [2026-01-29 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002561 10.0.0.249 - - [2026-01-29 02:15:42] "GET /virtual-network/b2bdca89-7ea9-43b3-916c-4ca552732962?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.011189 10.0.0.249 - - [2026-01-29 02:15:42] "GET /obj-perms HTTP/1.1" 403 257 0.010875 10.0.0.249 - - [2026-01-29 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002765 10.0.0.249 - - [2026-01-29 02:15:42] "GET /virtual-network/b2bdca89-7ea9-43b3-916c-4ca552732962?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.015131 10.0.0.249 - - [2026-01-29 02:15:42] "GET /obj-perms HTTP/1.1" 200 5049 0.003117 10.0.0.249 - - [2026-01-29 02:15:42] "GET /obj-perms HTTP/1.1" 403 257 0.008327 10.0.0.249 - - [2026-01-29 02:15:42] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016218 10.0.0.249 - - [2026-01-29 02:15:42] "GET /obj-perms HTTP/1.1" 403 257 0.007927 10.0.0.249 - - [2026-01-29 02:15:42] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 613 0.017505 10.0.0.249 - - [2026-01-29 02:15:42] "GET /obj-perms HTTP/1.1" 200 5049 0.003153 10.0.0.249 - - [2026-01-29 02:15:42] "PUT /virtual-network/b2bdca89-7ea9-43b3-916c-4ca552732962 HTTP/1.1" 200 265 0.026881 10.0.0.249 - - [2026-01-29 02:15:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003551 10.0.0.249 - - [2026-01-29 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004275 10.0.0.249 - - [2026-01-29 02:15:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002876 10.0.0.249 - - [2026-01-29 02:15:43] "DELETE /virtual-network/0a7093a5-c4a4-43db-9bcf-dd4d402f9b37 HTTP/1.1" 200 115 0.068416 10.0.0.249 - - [2026-01-29 02:15:43] "DELETE /route-target/699d8252-c4e0-4a08-b7fb-3b40cd799251 HTTP/1.1" 200 115 0.020265 10.0.0.249 - - [2026-01-29 02:15:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003348 10.0.0.249 - - [2026-01-29 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.249 - - [2026-01-29 02:15:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001467 10.0.0.249 - - [2026-01-29 02:15:43] "DELETE /virtual-network/b2bdca89-7ea9-43b3-916c-4ca552732962 HTTP/1.1" 200 115 0.068011 10.0.0.249 - - [2026-01-29 02:15:43] "DELETE /api-access-list/dd9eac0c-eb00-469c-b486-aec7b91513cb HTTP/1.1" 200 115 0.018782 10.0.0.249 - - [2026-01-29 02:15:43] "GET /api-access-list/dd9eac0c-eb00-469c-b486-aec7b91513cb HTTP/1.1" 404 171 0.003014 10.0.0.249 - - [2026-01-29 02:15:43] "DELETE /route-target/c39f3845-a512-4f7d-8fbb-fb924aa260c1 HTTP/1.1" 200 115 0.015440 10.0.0.249 - - [2026-01-29 02:15:43] "GET /projects?obj_uuids=bc0af251-568c-4fa3-bd4b-30e7fb7c852b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001060 10.0.0.249 - - [2026-01-29 02:15:43] "GET /project/bc0af251-568c-4fa3-bd4b-30e7fb7c852b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.025707 10.0.0.249 - - [2026-01-29 02:15:43] "GET /projects?obj_uuids=bc0af251-568c-4fa3-bd4b-30e7fb7c852b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000937 10.0.0.249 - - [2026-01-29 02:15:43] "GET /project/bc0af251-568c-4fa3-bd4b-30e7fb7c852b?fields=virtual_networks HTTP/1.1" 200 1035 0.066542 10.0.0.249 - - [2026-01-29 02:15:43] "GET /projects?obj_uuids=bc0af251-568c-4fa3-bd4b-30e7fb7c852b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000964 10.0.0.249 - - [2026-01-29 02:15:43] "GET /project/bc0af251-568c-4fa3-bd4b-30e7fb7c852b?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.023037 10.0.0.249 - - [2026-01-29 02:15:43] "GET /projects?obj_uuids=bc0af251-568c-4fa3-bd4b-30e7fb7c852b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001020 10.0.0.249 - - [2026-01-29 02:15:43] "GET /project/bc0af251-568c-4fa3-bd4b-30e7fb7c852b?fields=security_groups HTTP/1.1" 200 1262 0.024339 10.0.0.249 - - [2026-01-29 02:15:44] "GET /projects?obj_uuids=3ab83353-9faa-4195-bbf4-1d66d56b595f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001292 10.0.0.249 - - [2026-01-29 02:15:44] "GET /project/3ab83353-9faa-4195-bbf4-1d66d56b595f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.025745 10.0.0.249 - - [2026-01-29 02:15:44] "GET /projects?obj_uuids=3ab83353-9faa-4195-bbf4-1d66d56b595f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001005 10.0.0.249 - - [2026-01-29 02:15:44] "GET /project/3ab83353-9faa-4195-bbf4-1d66d56b595f?fields=virtual_networks HTTP/1.1" 200 1034 0.066328 10.0.0.249 - - [2026-01-29 02:15:44] "GET /projects?obj_uuids=3ab83353-9faa-4195-bbf4-1d66d56b595f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001089 10.0.0.249 - - [2026-01-29 02:15:44] "GET /project/3ab83353-9faa-4195-bbf4-1d66d56b595f?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.024944 10.0.0.249 - - [2026-01-29 02:15:44] "GET /projects?obj_uuids=3ab83353-9faa-4195-bbf4-1d66d56b595f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001285 10.0.0.249 - - [2026-01-29 02:15:44] "GET /project/3ab83353-9faa-4195-bbf4-1d66d56b595f?fields=security_groups HTTP/1.1" 200 1261 0.023748 10.0.0.249 - - [2026-01-29 02:15:45] "GET /aaa-mode HTTP/1.1" 200 128 0.001163 10.0.0.249 - - [2026-01-29 02:15:45] "GET / HTTP/1.1" 200 36215 0.001820 10.0.0.249 - - [2026-01-29 02:15:46] "GET / HTTP/1.1" 200 36215 0.002234 10.0.0.249 - - [2026-01-29 02:15:46] "POST /fqname-to-id HTTP/1.1" 401 293 0.000473 10.0.0.249 - - [2026-01-29 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.060089 10.0.0.249 - - [2026-01-29 02:15:47] "GET /projects?obj_uuids=7118d849-9c3b-48e5-8239-4eb415be48ac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001041 10.0.0.249 - - [2026-01-29 02:15:47] "GET /project/7118d849-9c3b-48e5-8239-4eb415be48ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.028742 10.0.0.249 - - [2026-01-29 02:15:47] "GET /virtual-networks?parent_id=7118d849-9c3b-48e5-8239-4eb415be48ac&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.006815 10.0.0.249 - - [2026-01-29 02:15:47] "POST /fqname-to-id HTTP/1.1" 404 197 0.007075 10.0.0.249 - - [2026-01-29 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.008929 10.0.0.249 - - [2026-01-29 02:15:47] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001121 10.0.0.249 - - [2026-01-29 02:15:47] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.012469 10.0.0.249 - - [2026-01-29 02:15:47] "POST /service-templates HTTP/1.1" 403 264 0.007041 10.0.0.249 - - [2026-01-29 02:15:47] "POST /fqname-to-id HTTP/1.1" 404 215 0.002664 10.0.0.249 - - [2026-01-29 02:15:47] "POST /api-access-lists HTTP/1.1" 200 557 0.013369 10.0.0.249 - - [2026-01-29 02:15:47] "GET /api-access-list/73af41e1-b5db-47d1-8f81-a7964078720b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.004918 10.0.0.249 - - [2026-01-29 02:15:47] "GET /api-access-list/73af41e1-b5db-47d1-8f81-a7964078720b HTTP/1.1" 200 1325 0.003381 10.0.0.249 - - [2026-01-29 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.009623 10.0.0.249 - - [2026-01-29 02:15:47] "GET /projects?obj_uuids=7118d849-9c3b-48e5-8239-4eb415be48ac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001153 10.0.0.249 - - [2026-01-29 02:15:47] "GET /project/7118d849-9c3b-48e5-8239-4eb415be48ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.027866 10.0.0.249 - - [2026-01-29 02:15:47] "GET /virtual-networks?parent_id=7118d849-9c3b-48e5-8239-4eb415be48ac&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010627 10.0.0.249 - - [2026-01-29 02:15:47] "POST /virtual-networks HTTP/1.1" 200 585 0.049003 10.0.0.249 - - [2026-01-29 02:15:47] "POST /route-targets HTTP/1.1" 200 328 0.008590 10.0.0.249 - - [2026-01-29 02:15:47] "POST /ref-update HTTP/1.1" 200 156 0.022708 10.0.0.249 - - [2026-01-29 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.019296 10.0.0.249 - - [2026-01-29 02:15:47] "GET /network-ipam/a9ae9a13-6dec-4edd-94be-bf5340c3d593?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.011107 10.0.0.249 - - [2026-01-29 02:15:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004162 10.0.0.249 - - [2026-01-29 02:15:47] "POST /ref-update HTTP/1.1" 200 156 0.058226 10.0.0.249 - - [2026-01-29 02:15:48] "POST /neutron/network HTTP/1.1" 200 848 0.041909 10.0.0.249 - - [2026-01-29 02:15:48] "POST /neutron/network HTTP/1.1" 200 848 0.017333 10.0.0.249 - - [2026-01-29 02:15:48] "GET /virtual-network/0dcf0aae-8957-4207-8f70-0621dbcad026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.011770 10.0.0.249 - - [2026-01-29 02:15:48] "POST /neutron/network HTTP/1.1" 200 848 0.017050 10.0.0.249 - - [2026-01-29 02:15:48] "POST /neutron/subnet HTTP/1.1" 200 676 0.024067 10.0.0.249 - - [2026-01-29 02:15:48] "POST /neutron/network HTTP/1.1" 200 848 0.060433 10.0.0.249 - - [2026-01-29 02:15:48] "GET /virtual-network/0dcf0aae-8957-4207-8f70-0621dbcad026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.004917 10.0.0.249 - - [2026-01-29 02:15:48] "GET /network-ipam/a9ae9a13-6dec-4edd-94be-bf5340c3d593?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.003328 10.0.0.249 - - [2026-01-29 02:15:48] "GET /domains HTTP/1.1" 200 281 0.002721 10.0.0.249 - - [2026-01-29 02:15:48] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000947 10.0.0.249 - - [2026-01-29 02:15:48] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 2957 0.006114 10.0.0.249 - - [2026-01-29 02:15:48] "GET /projects?obj_uuids=7118d849-9c3b-48e5-8239-4eb415be48ac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000859 10.0.0.249 - - [2026-01-29 02:15:48] "GET /project/7118d849-9c3b-48e5-8239-4eb415be48ac HTTP/1.1" 200 2358 0.064595 10.0.0.249 - - [2026-01-29 02:15:48] "GET /virtual-network/0dcf0aae-8957-4207-8f70-0621dbcad026 HTTP/1.1" 200 2314 0.005054 10.0.0.249 - - [2026-01-29 02:15:48] "GET /virtual-network/0dcf0aae-8957-4207-8f70-0621dbcad026 HTTP/1.1" 200 2314 0.004388 10.0.0.249 - - [2026-01-29 02:15:48] "GET /routing-instance/1635b2c0-2fbd-4d4c-9b77-64c62cb2ca99 HTTP/1.1" 200 1558 0.003197 10.0.0.249 - - [2026-01-29 02:15:48] "GET /routing-instance/1635b2c0-2fbd-4d4c-9b77-64c62cb2ca99 HTTP/1.1" 200 1558 0.002950 10.0.0.249 - - [2026-01-29 02:15:48] "GET /route-target/a8663460-0b25-4464-a17a-fe651f3ffaf5 HTTP/1.1" 200 1247 0.002762 10.0.0.249 - - [2026-01-29 02:15:48] "GET /virtual-network/0dcf0aae-8957-4207-8f70-0621dbcad026 HTTP/1.1" 200 2314 0.004141 10.0.0.249 - - [2026-01-29 02:15:48] "GET /routing-instance/1635b2c0-2fbd-4d4c-9b77-64c62cb2ca99 HTTP/1.1" 200 1558 0.002777 10.0.0.249 - - [2026-01-29 02:15:48] "GET /virtual-network/0dcf0aae-8957-4207-8f70-0621dbcad026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.004739 10.0.0.249 - - [2026-01-29 02:15:48] "GET /virtual-network/0dcf0aae-8957-4207-8f70-0621dbcad026 HTTP/1.1" 200 2314 0.004118 10.0.0.249 - - [2026-01-29 02:15:48] "GET /routing-instance/1635b2c0-2fbd-4d4c-9b77-64c62cb2ca99 HTTP/1.1" 200 1558 0.002748 10.0.0.249 - - [2026-01-29 02:15:48] "GET /routing-instance/1635b2c0-2fbd-4d4c-9b77-64c62cb2ca99 HTTP/1.1" 200 1558 0.002889 10.0.0.249 - - [2026-01-29 02:15:48] "GET /route-target/a8663460-0b25-4464-a17a-fe651f3ffaf5 HTTP/1.1" 200 1247 0.003174 10.0.0.249 - - [2026-01-29 02:15:48] "GET /domains HTTP/1.1" 200 281 0.002740 10.0.0.249 - - [2026-01-29 02:15:48] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001288 10.0.0.249 - - [2026-01-29 02:15:48] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa HTTP/1.1" 200 2957 0.006523 10.0.0.249 - - [2026-01-29 02:15:48] "GET /projects?obj_uuids=7118d849-9c3b-48e5-8239-4eb415be48ac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000907 10.0.0.249 - - [2026-01-29 02:15:48] "GET /project/7118d849-9c3b-48e5-8239-4eb415be48ac HTTP/1.1" 200 2358 0.068144 10.0.0.249 - - [2026-01-29 02:15:48] "GET /virtual-network/0dcf0aae-8957-4207-8f70-0621dbcad026 HTTP/1.1" 200 2314 0.005000 10.0.0.249 - - [2026-01-29 02:15:48] "GET /obj-perms HTTP/1.1" 200 5049 0.003661 10.0.0.249 - - [2026-01-29 02:15:48] "GET /obj-perms HTTP/1.1" 200 5075 0.053712 10.0.0.249 - - [2026-01-29 02:15:48] "POST /fqname-to-id HTTP/1.1" 404 197 0.007700 10.0.0.249 - - [2026-01-29 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.008764 10.0.0.249 - - [2026-01-29 02:15:48] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001204 10.0.0.249 - - [2026-01-29 02:15:48] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.012982 10.0.0.249 - - [2026-01-29 02:15:48] "POST /service-templates HTTP/1.1" 403 264 0.008565 10.0.0.249 - - [2026-01-29 02:15:48] "POST /fqname-to-id HTTP/1.1" 404 183 0.003095 10.0.0.249 - - [2026-01-29 02:15:48] "POST /api-access-lists HTTP/1.1" 200 523 0.012146 10.0.0.249 - - [2026-01-29 02:15:48] "GET /api-access-list/f0619c47-d108-4571-8849-833ef6b34f71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.004997 10.0.0.249 - - [2026-01-29 02:15:48] "GET /api-access-list/f0619c47-d108-4571-8849-833ef6b34f71 HTTP/1.1" 200 1292 0.003475 10.0.0.249 - - [2026-01-29 02:15:48] "POST /fqname-to-id HTTP/1.1" 404 197 0.013380 10.0.0.249 - - [2026-01-29 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.015232 10.0.0.249 - - [2026-01-29 02:15:48] "GET /obj-perms HTTP/1.1" 200 5075 0.061025 10.0.0.249 - - [2026-01-29 02:15:49] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001100 10.0.0.249 - - [2026-01-29 02:15:49] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.013592 10.0.0.249 - - [2026-01-29 02:15:49] "POST /service-templates HTTP/1.1" 200 553 0.024559 10.0.0.249 - - [2026-01-29 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.012407 10.0.0.249 - - [2026-01-29 02:15:49] "GET /service-template/3785bedb-99cf-4933-9598-0936459e1e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.011482 10.0.0.249 - - [2026-01-29 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.009984 10.0.0.249 - - [2026-01-29 02:15:49] "GET /service-template/3785bedb-99cf-4933-9598-0936459e1e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.011722 10.0.0.249 - - [2026-01-29 02:15:49] "GET /virtual-network/0dcf0aae-8957-4207-8f70-0621dbcad026 HTTP/1.1" 401 293 0.000580 10.0.0.249 - - [2026-01-29 02:15:49] "GET /virtual-network/0dcf0aae-8957-4207-8f70-0621dbcad026 HTTP/1.1" 403 263 0.031468 10.0.0.249 - - [2026-01-29 02:15:49] "GET /service-template/3785bedb-99cf-4933-9598-0936459e1e7c HTTP/1.1" 403 264 0.006938 10.0.0.249 - - [2026-01-29 02:15:50] "GET /service-template/3785bedb-99cf-4933-9598-0936459e1e7c HTTP/1.1" 403 264 0.033618 10.0.0.249 - - [2026-01-29 02:15:50] "GET /obj-perms HTTP/1.1" 403 257 0.032938 10.0.0.249 - - [2026-01-29 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002237 10.0.0.249 - - [2026-01-29 02:15:50] "GET /virtual-network/0dcf0aae-8957-4207-8f70-0621dbcad026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007291 10.0.0.249 - - [2026-01-29 02:15:50] "GET /obj-perms HTTP/1.1" 403 257 0.007684 10.0.0.249 - - [2026-01-29 02:15:50] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008747 10.0.0.249 - - [2026-01-29 02:15:50] "GET /api-access-list/73af41e1-b5db-47d1-8f81-a7964078720b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.003065 10.0.0.249 - - [2026-01-29 02:15:50] "PUT /api-access-list/73af41e1-b5db-47d1-8f81-a7964078720b HTTP/1.1" 200 265 0.007142 10.0.0.249 - - [2026-01-29 02:15:50] "GET /api-access-list/73af41e1-b5db-47d1-8f81-a7964078720b HTTP/1.1" 200 1462 0.003788 10.0.0.249 - - [2026-01-29 02:15:50] "GET /virtual-network/0dcf0aae-8957-4207-8f70-0621dbcad026 HTTP/1.1" 200 2314 0.013023 10.0.0.249 - - [2026-01-29 02:15:50] "POST /fqname-to-id HTTP/1.1" 401 293 0.000546 10.0.0.249 - - [2026-01-29 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.035018 10.0.0.249 - - [2026-01-29 02:15:50] "GET /projects?obj_uuids=7118d849-9c3b-48e5-8239-4eb415be48ac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001174 10.0.0.249 - - [2026-01-29 02:15:50] "GET /project/7118d849-9c3b-48e5-8239-4eb415be48ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.031325 10.0.0.249 - - [2026-01-29 02:15:51] "GET /virtual-networks?parent_id=7118d849-9c3b-48e5-8239-4eb415be48ac&detail=False&count=False&shared=False HTTP/1.1" 200 372 0.012665 10.0.0.249 - - [2026-01-29 02:15:51] "POST /virtual-networks HTTP/1.1" 403 263 0.008884 10.0.0.249 - - [2026-01-29 02:15:51] "GET /service-template/3785bedb-99cf-4933-9598-0936459e1e7c HTTP/1.1" 403 264 0.007468 10.0.0.249 - - [2026-01-29 02:15:51] "GET /service-template/3785bedb-99cf-4933-9598-0936459e1e7c HTTP/1.1" 403 264 0.029476 10.0.0.249 - - [2026-01-29 02:15:51] "GET /obj-perms HTTP/1.1" 403 257 0.008629 10.0.0.249 - - [2026-01-29 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002390 10.0.0.249 - - [2026-01-29 02:15:51] "GET /virtual-network/0dcf0aae-8957-4207-8f70-0621dbcad026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.013193 10.0.0.249 - - [2026-01-29 02:15:51] "GET /obj-perms HTTP/1.1" 403 257 0.007935 10.0.0.249 - - [2026-01-29 02:15:51] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.015222 10.0.0.249 - - [2026-01-29 02:15:51] "GET /api-access-list/f0619c47-d108-4571-8849-833ef6b34f71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.003694 10.0.0.249 - - [2026-01-29 02:15:51] "PUT /api-access-list/f0619c47-d108-4571-8849-833ef6b34f71 HTTP/1.1" 200 265 0.008833 10.0.0.249 - - [2026-01-29 02:15:51] "GET /api-access-list/f0619c47-d108-4571-8849-833ef6b34f71 HTTP/1.1" 200 1430 0.003314 10.0.0.249 - - [2026-01-29 02:15:51] "GET /service-template/3785bedb-99cf-4933-9598-0936459e1e7c HTTP/1.1" 200 1855 0.010506 10.0.0.249 - - [2026-01-29 02:15:51] "POST /fqname-to-id HTTP/1.1" 404 197 0.009716 10.0.0.249 - - [2026-01-29 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.009072 10.0.0.249 - - [2026-01-29 02:15:51] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001117 10.0.0.249 - - [2026-01-29 02:15:51] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.013459 10.0.0.249 - - [2026-01-29 02:15:51] "POST /service-templates HTTP/1.1" 403 264 0.008579 10.0.0.249 - - [2026-01-29 02:15:51] "GET /api-access-list/73af41e1-b5db-47d1-8f81-a7964078720b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.003242 10.0.0.249 - - [2026-01-29 02:15:51] "PUT /api-access-list/73af41e1-b5db-47d1-8f81-a7964078720b HTTP/1.1" 200 265 0.008875 10.0.0.249 - - [2026-01-29 02:15:52] "GET /api-access-list/73af41e1-b5db-47d1-8f81-a7964078720b HTTP/1.1" 200 1325 0.003957 10.0.0.249 - - [2026-01-29 02:15:52] "GET /api-access-list/f0619c47-d108-4571-8849-833ef6b34f71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.003366 10.0.0.249 - - [2026-01-29 02:15:52] "PUT /api-access-list/f0619c47-d108-4571-8849-833ef6b34f71 HTTP/1.1" 200 265 0.007652 10.0.0.249 - - [2026-01-29 02:15:52] "GET /api-access-list/f0619c47-d108-4571-8849-833ef6b34f71 HTTP/1.1" 200 1292 0.003306 10.0.0.249 - - [2026-01-29 02:15:52] "GET /virtual-network/0dcf0aae-8957-4207-8f70-0621dbcad026 HTTP/1.1" 403 263 0.007059 10.0.0.249 - - [2026-01-29 02:15:52] "GET /virtual-network/0dcf0aae-8957-4207-8f70-0621dbcad026 HTTP/1.1" 403 263 0.044590 10.0.0.249 - - [2026-01-29 02:15:52] "GET /service-template/3785bedb-99cf-4933-9598-0936459e1e7c HTTP/1.1" 403 264 0.008074 10.0.0.249 - - [2026-01-29 02:15:52] "GET /service-template/3785bedb-99cf-4933-9598-0936459e1e7c HTTP/1.1" 403 264 0.031033 10.0.0.249 - - [2026-01-29 02:15:52] "GET /obj-perms HTTP/1.1" 403 257 0.006944 10.0.0.249 - - [2026-01-29 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002062 10.0.0.249 - - [2026-01-29 02:15:52] "GET /virtual-network/0dcf0aae-8957-4207-8f70-0621dbcad026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007453 10.0.0.249 - - [2026-01-29 02:15:53] "GET /obj-perms HTTP/1.1" 403 257 0.032030 10.0.0.249 - - [2026-01-29 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002217 10.0.0.249 - - [2026-01-29 02:15:53] "GET /virtual-network/0dcf0aae-8957-4207-8f70-0621dbcad026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008878 10.0.0.249 - - [2026-01-29 02:15:53] "GET /obj-perms HTTP/1.1" 403 257 0.008346 10.0.0.249 - - [2026-01-29 02:15:53] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007832 10.0.0.249 - - [2026-01-29 02:15:53] "GET /api-access-list/1155077e-ddce-4f0e-b3c8-f33800fb2e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.003311 10.0.0.249 - - [2026-01-29 02:15:53] "PUT /api-access-list/1155077e-ddce-4f0e-b3c8-f33800fb2e8c HTTP/1.1" 200 265 0.008731 10.0.0.249 - - [2026-01-29 02:15:53] "GET /service-template/3785bedb-99cf-4933-9598-0936459e1e7c HTTP/1.1" 200 1855 0.010412 10.0.0.249 - - [2026-01-29 02:15:53] "GET /virtual-network/0dcf0aae-8957-4207-8f70-0621dbcad026 HTTP/1.1" 200 2314 0.015693 10.0.0.249 - - [2026-01-29 02:15:53] "GET /obj-perms HTTP/1.1" 403 257 0.008630 10.0.0.249 - - [2026-01-29 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002438 10.0.0.249 - - [2026-01-29 02:15:53] "GET /virtual-network/0dcf0aae-8957-4207-8f70-0621dbcad026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.015740 10.0.0.249 - - [2026-01-29 02:15:53] "GET /obj-perms HTTP/1.1" 403 257 0.007622 10.0.0.249 - - [2026-01-29 02:15:53] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.015863 10.0.0.249 - - [2026-01-29 02:15:53] "DELETE /api-access-list/73af41e1-b5db-47d1-8f81-a7964078720b HTTP/1.1" 200 115 0.019637 10.0.0.249 - - [2026-01-29 02:15:53] "GET /api-access-list/73af41e1-b5db-47d1-8f81-a7964078720b HTTP/1.1" 404 171 0.002383 10.0.0.249 - - [2026-01-29 02:15:53] "DELETE /api-access-list/f0619c47-d108-4571-8849-833ef6b34f71 HTTP/1.1" 200 115 0.014894 10.0.0.249 - - [2026-01-29 02:15:53] "GET /api-access-list/f0619c47-d108-4571-8849-833ef6b34f71 HTTP/1.1" 404 171 0.002219 10.0.0.249 - - [2026-01-29 02:15:53] "GET /virtual-network/0dcf0aae-8957-4207-8f70-0621dbcad026 HTTP/1.1" 401 293 0.000437 10.0.0.249 - - [2026-01-29 02:15:54] "GET /virtual-network/0dcf0aae-8957-4207-8f70-0621dbcad026 HTTP/1.1" 403 263 0.033103 10.0.0.249 - - [2026-01-29 02:15:54] "GET /service-template/3785bedb-99cf-4933-9598-0936459e1e7c HTTP/1.1" 403 264 0.005832 10.0.0.249 - - [2026-01-29 02:15:54] "GET /service-template/3785bedb-99cf-4933-9598-0936459e1e7c HTTP/1.1" 403 264 0.036426 10.0.0.249 - - [2026-01-29 02:15:54] "GET /obj-perms HTTP/1.1" 403 257 0.030914 10.0.0.249 - - [2026-01-29 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002279 10.0.0.249 - - [2026-01-29 02:15:54] "GET /virtual-network/0dcf0aae-8957-4207-8f70-0621dbcad026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.005869 10.0.0.249 - - [2026-01-29 02:15:54] "GET /obj-perms HTTP/1.1" 403 257 0.008376 10.0.0.249 - - [2026-01-29 02:15:55] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.006712 10.0.0.249 - - [2026-01-29 02:15:55] "GET /api-access-list/1155077e-ddce-4f0e-b3c8-f33800fb2e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2687 0.014796 10.0.0.249 - - [2026-01-29 02:15:55] "PUT /api-access-list/1155077e-ddce-4f0e-b3c8-f33800fb2e8c HTTP/1.1" 200 265 0.026065 10.0.0.249 - - [2026-01-29 02:15:55] "GET /virtual-network/0dcf0aae-8957-4207-8f70-0621dbcad026 HTTP/1.1" 200 2314 0.012004 10.0.0.249 - - [2026-01-29 02:15:55] "GET /service-template/3785bedb-99cf-4933-9598-0936459e1e7c HTTP/1.1" 200 1855 0.009313 10.0.0.249 - - [2026-01-29 02:15:55] "GET /obj-perms HTTP/1.1" 403 257 0.007758 10.0.0.249 - - [2026-01-29 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.249 - - [2026-01-29 02:15:55] "GET /virtual-network/0dcf0aae-8957-4207-8f70-0621dbcad026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.014779 10.0.0.249 - - [2026-01-29 02:15:55] "GET /obj-perms HTTP/1.1" 403 257 0.008008 10.0.0.249 - - [2026-01-29 02:15:55] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.014246 10.0.0.249 - - [2026-01-29 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.008431 10.0.0.249 - - [2026-01-29 02:15:55] "DELETE /service-template/3785bedb-99cf-4933-9598-0936459e1e7c HTTP/1.1" 200 115 0.021276 10.0.0.249 - - [2026-01-29 02:15:55] "POST /fqname-to-id HTTP/1.1" 404 197 0.007782 10.0.0.249 - - [2026-01-29 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.249 - - [2026-01-29 02:15:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001844 10.0.0.249 - - [2026-01-29 02:15:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002794 10.0.0.249 - - [2026-01-29 02:15:55] "DELETE /virtual-network/0dcf0aae-8957-4207-8f70-0621dbcad026 HTTP/1.1" 200 115 0.069113 10.0.0.249 - - [2026-01-29 02:15:55] "DELETE /route-target/a8663460-0b25-4464-a17a-fe651f3ffaf5 HTTP/1.1" 200 115 0.015071 10.0.0.249 - - [2026-01-29 02:15:55] "GET /api-access-list/1155077e-ddce-4f0e-b3c8-f33800fb2e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.004015 10.0.0.249 - - [2026-01-29 02:15:55] "PUT /api-access-list/1155077e-ddce-4f0e-b3c8-f33800fb2e8c HTTP/1.1" 200 265 0.008664 10.0.0.249 - - [2026-01-29 02:15:55] "GET /api-access-list/1155077e-ddce-4f0e-b3c8-f33800fb2e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.003436 10.0.0.249 - - [2026-01-29 02:15:55] "PUT /api-access-list/1155077e-ddce-4f0e-b3c8-f33800fb2e8c HTTP/1.1" 200 265 0.008738 10.0.0.249 - - [2026-01-29 02:15:56] "GET /api-access-list/1155077e-ddce-4f0e-b3c8-f33800fb2e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.003527 10.0.0.249 - - [2026-01-29 02:15:56] "PUT /api-access-list/1155077e-ddce-4f0e-b3c8-f33800fb2e8c HTTP/1.1" 200 265 0.007090 10.0.0.249 - - [2026-01-29 02:15:56] "GET /projects?obj_uuids=7118d849-9c3b-48e5-8239-4eb415be48ac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001035 10.0.0.249 - - [2026-01-29 02:15:56] "GET /project/7118d849-9c3b-48e5-8239-4eb415be48ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.030422 10.0.0.249 - - [2026-01-29 02:15:56] "GET /projects?obj_uuids=7118d849-9c3b-48e5-8239-4eb415be48ac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001268 10.0.0.249 - - [2026-01-29 02:15:56] "GET /project/7118d849-9c3b-48e5-8239-4eb415be48ac?fields=virtual_networks HTTP/1.1" 200 1033 0.088128 10.0.0.249 - - [2026-01-29 02:15:56] "GET /projects?obj_uuids=7118d849-9c3b-48e5-8239-4eb415be48ac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001033 10.0.0.249 - - [2026-01-29 02:15:56] "GET /project/7118d849-9c3b-48e5-8239-4eb415be48ac?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.027499 10.0.0.249 - - [2026-01-29 02:15:56] "GET /projects?obj_uuids=7118d849-9c3b-48e5-8239-4eb415be48ac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001035 10.0.0.249 - - [2026-01-29 02:15:56] "GET /project/7118d849-9c3b-48e5-8239-4eb415be48ac?fields=security_groups HTTP/1.1" 200 1260 0.023455 10.0.0.249 - - [2026-01-29 02:15:57] "GET /projects?obj_uuids=2344a00e-a977-4a1e-bc47-6d80edaf386f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001091 10.0.0.249 - - [2026-01-29 02:15:57] "GET /project/2344a00e-a977-4a1e-bc47-6d80edaf386f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.024295 [Introspect:8084]10.0.0.249 - - [2026-01-29 02:15:57] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001135 10.0.0.249 - - [2026-01-29 02:15:58] "POST /fqname-to-id HTTP/1.1" 404 184 0.028826 10.0.0.249 - - [2026-01-29 02:15:58] "GET /projects?obj_uuids=73642b9a-b2fa-4c66-b375-9a8792140a51&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002283 10.0.0.249 - - [2026-01-29 02:15:58] "GET /domains?obj_uuids=96b9b11b-6b5f-4546-8641-d07f66c9bafa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001419 10.0.0.249 - - [2026-01-29 02:15:58] "GET /domain/96b9b11b-6b5f-4546-8641-d07f66c9bafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007859 10.0.0.249 - - [2026-01-29 02:15:58] "POST /id-to-fqname HTTP/1.1" 200 186 0.001290 10.0.0.249 - - [2026-01-29 02:15:58] "POST /fqname-to-id HTTP/1.1" 404 195 0.002950 10.0.0.249 - - [2026-01-29 02:15:58] "POST /security-groups HTTP/1.1" 200 587 0.059859 10.0.0.249 - - [2026-01-29 02:15:58] "POST /fqname-to-id HTTP/1.1" 404 230 0.003073 10.0.0.249 - - [2026-01-29 02:15:58] "POST /projects HTTP/1.1" 200 577 0.200305 10.0.0.249 - - [2026-01-29 02:15:58] "POST /access-control-lists HTTP/1.1" 200 594 0.056100 10.0.0.249 - - [2026-01-29 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.274317 10.0.0.249 - - [2026-01-29 02:15:58] "POST /fqname-to-id HTTP/1.1" 404 229 0.002838 10.0.0.249 - - [2026-01-29 02:15:58] "GET /project/73642b9a-b2fa-4c66-b375-9a8792140a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.394627 10.0.0.249 - - [2026-01-29 02:15:58] "POST /access-control-lists HTTP/1.1" 200 592 0.060423 10.0.0.249 - - [2026-01-29 02:15:59] "GET / HTTP/1.1" 200 36215 0.001928 10.0.0.249 - - [2026-01-29 02:16:00] "GET /projects?obj_uuids=73642b9a-b2fa-4c66-b375-9a8792140a51&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.060861 10.0.0.249 - - [2026-01-29 02:16:00] "GET /project/73642b9a-b2fa-4c66-b375-9a8792140a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.086342 10.0.0.249 - - [2026-01-29 02:16:00] "GET /projects?obj_uuids=73642b9a-b2fa-4c66-b375-9a8792140a51&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000931 10.0.0.249 - - [2026-01-29 02:16:00] "GET /project/73642b9a-b2fa-4c66-b375-9a8792140a51?fields=virtual_networks HTTP/1.1" 200 1026 0.075069 10.0.0.249 - - [2026-01-29 02:16:00] "GET /projects?obj_uuids=73642b9a-b2fa-4c66-b375-9a8792140a51&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000968 10.0.0.249 - - [2026-01-29 02:16:00] "GET /project/73642b9a-b2fa-4c66-b375-9a8792140a51?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.020521 10.0.0.249 - - [2026-01-29 02:16:00] "GET /projects?obj_uuids=73642b9a-b2fa-4c66-b375-9a8792140a51&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001233 10.0.0.249 - - [2026-01-29 02:16:00] "GET /project/73642b9a-b2fa-4c66-b375-9a8792140a51?fields=security_groups HTTP/1.1" 200 1249 0.021931 [Introspect:8084]10.0.0.249 - - [2026-01-29 02:16:36] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001277 [Introspect:8084]10.0.0.249 - - [2026-01-29 02:16:36] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001407 10.0.0.249 - - [2026-01-29 02:16:39] "DELETE /project/73642b9ab2fa4c66b3759a8792140a51 HTTP/1.1" 404 173 0.048043 10.0.0.249 - - [2026-01-29 02:16:39] "GET /projects?obj_uuids=bc0af251-568c-4fa3-bd4b-30e7fb7c852b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001173 10.0.0.249 - - [2026-01-29 02:16:39] "GET /projects?obj_uuids=3ab83353-9faa-4195-bbf4-1d66d56b595f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001212 10.0.0.249 - - [2026-01-29 02:16:39] "GET /project/bc0af251-568c-4fa3-bd4b-30e7fb7c852b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.043581 10.0.0.249 - - [2026-01-29 02:16:39] "GET /projects?obj_uuids=bc0af251-568c-4fa3-bd4b-30e7fb7c852b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001366 10.0.0.249 - - [2026-01-29 02:16:39] "GET /projects?obj_uuids=7118d849-9c3b-48e5-8239-4eb415be48ac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001198 10.0.0.249 - - [2026-01-29 02:16:39] "GET /project/3ab83353-9faa-4195-bbf4-1d66d56b595f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.060215 10.0.0.249 - - [2026-01-29 02:16:39] "GET /projects?obj_uuids=73642b9a-b2fa-4c66-b375-9a8792140a51&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001354 10.0.0.249 - - [2026-01-29 02:16:39] "GET /project/bc0af251-568c-4fa3-bd4b-30e7fb7c852b?fields=security_groups HTTP/1.1" 200 1364 0.060936 10.0.0.249 - - [2026-01-29 02:16:39] "GET /project/7118d849-9c3b-48e5-8239-4eb415be48ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.061255 10.0.0.249 - - [2026-01-29 02:16:39] "GET /projects?obj_uuids=3ab83353-9faa-4195-bbf4-1d66d56b595f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001210 10.0.0.249 - - [2026-01-29 02:16:39] "GET /project/3ab83353-9faa-4195-bbf4-1d66d56b595f?fields=security_groups HTTP/1.1" 200 1363 0.043467 10.0.0.249 - - [2026-01-29 02:16:39] "GET /projects?obj_uuids=7118d849-9c3b-48e5-8239-4eb415be48ac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002235 10.0.0.249 - - [2026-01-29 02:16:39] "GET /project/73642b9a-b2fa-4c66-b375-9a8792140a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.108855 10.0.0.249 - - [2026-01-29 02:16:39] "GET /projects?obj_uuids=73642b9a-b2fa-4c66-b375-9a8792140a51&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001014 10.0.0.249 - - [2026-01-29 02:16:39] "DELETE /access-control-list/9ee7a201-0b94-4a09-9ed3-a33c9b70feca HTTP/1.1" 200 115 0.043453 10.0.0.249 - - [2026-01-29 02:16:39] "GET /project/7118d849-9c3b-48e5-8239-4eb415be48ac?fields=security_groups HTTP/1.1" 200 1362 0.086346 10.0.0.249 - - [2026-01-29 02:16:39] "DELETE /security-group/0dc24d90-a231-4a37-ac8c-ba23de1ed26b HTTP/1.1" 200 115 0.100714 10.0.0.249 - - [2026-01-29 02:16:40] "GET /projects?obj_uuids=bc0af251-568c-4fa3-bd4b-30e7fb7c852b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001879 10.0.0.249 - - [2026-01-29 02:16:40] "DELETE /access-control-list/375314e5-74a1-4faf-a606-be9690605b1e HTTP/1.1" 200 115 0.044508 10.0.0.249 - - [2026-01-29 02:16:40] "DELETE /security-group/ef8596d6-81ed-4bcd-bf37-87b906747763 HTTP/1.1" 200 115 0.089269 10.0.0.249 - - [2026-01-29 02:16:40] "GET /projects?obj_uuids=3ab83353-9faa-4195-bbf4-1d66d56b595f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000982 10.0.0.249 - - [2026-01-29 02:16:40] "GET /project/bc0af251-568c-4fa3-bd4b-30e7fb7c852b?fields=application_policy_sets HTTP/1.1" 200 1403 0.057498 10.0.0.249 - - [2026-01-29 02:16:40] "GET /project/73642b9a-b2fa-4c66-b375-9a8792140a51?fields=security_groups HTTP/1.1" 200 1351 0.098939 10.0.0.249 - - [2026-01-29 02:16:40] "DELETE /access-control-list/43c23b76-f096-46b1-9315-ad8ba3bc86c1 HTTP/1.1" 200 115 0.044136 10.0.0.249 - - [2026-01-29 02:16:40] "DELETE /security-group/f76f0b81-a00a-435c-b5ad-86dc04e5b0b9 HTTP/1.1" 200 115 0.073945 10.0.0.249 - - [2026-01-29 02:16:40] "GET /projects?obj_uuids=7118d849-9c3b-48e5-8239-4eb415be48ac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000977 10.0.0.249 - - [2026-01-29 02:16:40] "GET /project/3ab83353-9faa-4195-bbf4-1d66d56b595f?fields=application_policy_sets HTTP/1.1" 200 1402 0.095062 10.0.0.249 - - [2026-01-29 02:16:40] "DELETE /access-control-list/75a2d8a3-bdbd-46af-8d6d-dd2fb1689f6c HTTP/1.1" 200 115 0.052652 10.0.0.249 - - [2026-01-29 02:16:40] "DELETE /security-group/a5181568-be09-46a0-83db-30b4e5b150a0 HTTP/1.1" 200 115 0.087975 10.0.0.249 - - [2026-01-29 02:16:40] "GET /project/7118d849-9c3b-48e5-8239-4eb415be48ac?fields=application_policy_sets HTTP/1.1" 200 1401 0.119681 10.0.0.249 - - [2026-01-29 02:16:40] "GET /projects?obj_uuids=73642b9a-b2fa-4c66-b375-9a8792140a51&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001116 10.0.0.249 - - [2026-01-29 02:16:40] "DELETE /access-control-list/e3adb0e8-e372-4ffc-b5ee-30fb1bfcd177 HTTP/1.1" 200 115 0.081826 10.0.0.249 - - [2026-01-29 02:16:40] "GET /project/73642b9a-b2fa-4c66-b375-9a8792140a51?fields=application_policy_sets HTTP/1.1" 200 1390 0.060078 10.0.0.249 - - [2026-01-29 02:16:40] "DELETE /access-control-list/0e17b284-094d-47cb-a83d-e4d92956e8d5 HTTP/1.1" 200 115 0.060081 10.0.0.249 - - [2026-01-29 02:16:40] "DELETE /project/bc0af251-568c-4fa3-bd4b-30e7fb7c852b HTTP/1.1" 200 115 0.655088 10.0.0.249 - - [2026-01-29 02:16:40] "DELETE /access-control-list/096f692f-0ffb-4c26-972d-7675cd5b33bc HTTP/1.1" 200 115 0.059417 10.0.0.249 - - [2026-01-29 02:16:40] "DELETE /project/3ab83353-9faa-4195-bbf4-1d66d56b595f HTTP/1.1" 200 115 0.742781 10.0.0.249 - - [2026-01-29 02:16:40] "DELETE /access-control-list/d64d2ca3-947c-49a5-bf9d-7a70a6a1c4d0 HTTP/1.1" 200 115 0.049195 10.0.0.249 - - [2026-01-29 02:16:40] "DELETE /project/7118d849-9c3b-48e5-8239-4eb415be48ac HTTP/1.1" 200 115 0.810748 10.0.0.249 - - [2026-01-29 02:16:40] "DELETE /project/73642b9a-b2fa-4c66-b375-9a8792140a51 HTTP/1.1" 200 115 0.816204