+++ date ++ echo 'INFO: =================== Thu Feb 12 02:04:18 AM UTC 2026 ===================' INFO: =================== Thu Feb 12 02:04: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 +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.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.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.129 ++ 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 +++ cut -d ' ' -f 1 +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.249 +++ local servers=10.0.0.249 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ tr '\n' , ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.249,10.20.0.129,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.249'\''))' +++ local server_ip=10.0.0.249 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.249 ]] +++ [[ ,10.0.0.249,10.20.0.129,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 ++ grep '^API__.*__.*=.*$' ++ set ++ 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: 02/12/2026 02:04:26.770 7feb8ac59080 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 02/12/2026 02:04:26.909 7feb8ac59080 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 02/12/2026 02:04:26.920 7feb8ac59080 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 02/12/2026 02:04:26.921 7feb8ac59080 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.249:8082/ Hit Ctrl-C to quit. 10.0.0.249 - - [2026-02-12 02:04:30] "GET / HTTP/1.1" 503 181 0.000673 10.0.0.249 - - [2026-02-12 02:04:30] "GET / HTTP/1.1" 503 181 0.000156 10.0.0.249 - - [2026-02-12 02:04:31] "GET / HTTP/1.1" 200 45871 0.001903 10.0.0.249 - - [2026-02-12 02:04:31] "GET / HTTP/1.1" 200 45871 0.001562 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.249 - - [2026-02-12 02:04:31] "POST /fqname-to-id HTTP/1.1" 401 293 0.000506 10.0.0.249 - - [2026-02-12 02:04:31] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000316 10.0.0.249 - - [2026-02-12 02:04:32] "GET / HTTP/1.1" 200 36215 0.004061 10.0.0.249 - - [2026-02-12 02:04:32] "GET / HTTP/1.1" 200 36215 0.001817 10.0.0.249 - - [2026-02-12 02:04:32] "POST /fqname-to-id HTTP/1.1" 401 293 0.000401 10.0.0.249 - - [2026-02-12 02:04:33] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.651466 10.0.0.249 - - [2026-02-12 02:04:33] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003211 10.0.0.249 - - [2026-02-12 02:04:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.977811 10.0.0.249 - - [2026-02-12 02:04:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.249 - - [2026-02-12 02:04:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.086946 10.0.0.249 - - [2026-02-12 02:04:33] "GET /global-system-config/4560a5c9-e3ab-441d-a176-de63c361005e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.009607 10.0.0.249 - - [2026-02-12 02:04:33] "POST /fqname-to-id HTTP/1.1" 404 220 0.003827 10.0.0.249 - - [2026-02-12 02:04:33] "GET / HTTP/1.1" 200 36215 0.002200 10.0.0.249 - - [2026-02-12 02:04:33] "POST /config-nodes HTTP/1.1" 200 601 0.031989 10.0.0.249 - - [2026-02-12 02:04:33] "POST /fqname-to-id HTTP/1.1" 401 293 0.000742 10.0.0.249 - - [2026-02-12 02:04:33] "GET / HTTP/1.1" 200 36215 0.001431 10.0.0.249 - - [2026-02-12 02:04:33] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000327 10.0.0.249 - - [2026-02-12 02:04:33] "GET / HTTP/1.1" 200 36215 0.001325 10.0.0.249 - - [2026-02-12 02:04:33] "GET / HTTP/1.1" 200 36215 0.001175 10.0.0.249 - - [2026-02-12 02:04:33] "POST /fqname-to-id HTTP/1.1" 401 293 0.000341 10.0.0.249 - - [2026-02-12 02:04:33] "POST /fqname-to-id HTTP/1.1" 401 293 0.000461 /usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py:278: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn( 10.0.0.249 - - [2026-02-12 02:04:34] "POST /fqname-to-id HTTP/1.1" 404 186 0.964613 10.0.0.249 - - [2026-02-12 02:04:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002682 10.0.0.249 - - [2026-02-12 02:04:34] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.686911 10.0.0.249 - - [2026-02-12 02:04:34] "GET /global-system-config/4560a5c9-e3ab-441d-a176-de63c361005e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005795 10.0.0.249 - - [2026-02-12 02:04:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.400987 10.0.0.249 - - [2026-02-12 02:04:34] "GET /global-system-config/4560a5c9-e3ab-441d-a176-de63c361005e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006823 10.0.0.249 - - [2026-02-12 02:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.127012 10.0.0.249 - - [2026-02-12 02:04:35] "GET /network-ipam/33bb74d0-adc5-4b49-a2d8-64f5dab116dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1955 0.005586 10.0.0.249 - - [2026-02-12 02:04:35] "POST /service-appliance-sets HTTP/1.1" 200 555 0.027582 10.0.0.249 - - [2026-02-12 02:04:35] "POST /fqname-to-id HTTP/1.1" 404 220 0.003518 10.0.0.249 - - [2026-02-12 02:04:35] "POST /fqname-to-id HTTP/1.1" 404 180 0.003301 10.0.0.249 - - [2026-02-12 02:04:35] "POST /config-database-nodes HTTP/1.1" 200 619 0.032606 10.0.0.249 - - [2026-02-12 02:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.249 - - [2026-02-12 02:04:35] "GET /global-system-config/4560a5c9-e3ab-441d-a176-de63c361005e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006521 10.0.0.249 - - [2026-02-12 02:04:35] "POST /service-appliance-sets HTTP/1.1" 200 543 0.025665 10.0.0.249 - - [2026-02-12 02:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.249 - - [2026-02-12 02:04:35] "GET /network-ipam/33bb74d0-adc5-4b49-a2d8-64f5dab116dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1955 0.004314 10.0.0.249 - - [2026-02-12 02:04:35] "POST /service-templates HTTP/1.1" 200 513 0.035907 10.0.0.249 - - [2026-02-12 02:04:35] "POST /service-templates HTTP/1.1" 200 503 0.019350 10.0.0.249 - - [2026-02-12 02:04:35] "POST /fqname-to-id HTTP/1.1" 404 225 0.002568 10.0.0.249 - - [2026-02-12 02:04:35] "POST /access-control-lists HTTP/1.1" 200 589 0.024333 10.0.0.249 - - [2026-02-12 02:04:35] "POST /service-templates HTTP/1.1" 200 517 0.023379 10.0.0.249 - - [2026-02-12 02:04:35] "POST /fqname-to-id HTTP/1.1" 404 224 0.003260 10.0.0.249 - - [2026-02-12 02:04:35] "POST /service-templates HTTP/1.1" 200 537 0.027038 10.0.0.249 - - [2026-02-12 02:04:35] "POST /access-control-lists HTTP/1.1" 200 587 0.023147 10.0.0.249 - - [2026-02-12 02:04:35] "POST /service-templates HTTP/1.1" 200 509 0.025527 10.0.0.249 - - [2026-02-12 02:04:35] "POST /route-targets HTTP/1.1" 200 328 0.012264 10.0.0.249 - - [2026-02-12 02:04:35] "POST /ref-update HTTP/1.1" 200 156 0.011649 10.0.0.249 - - [2026-02-12 02:04:35] "POST /route-targets HTTP/1.1" 200 328 0.010066 10.0.0.249 - - [2026-02-12 02:04:36] "POST /ref-update HTTP/1.1" 200 156 0.011808 10.0.0.249 - - [2026-02-12 02:04:36] "POST /route-targets HTTP/1.1" 200 328 0.010638 10.0.0.249 - - [2026-02-12 02:04:36] "POST /ref-update HTTP/1.1" 200 156 0.011380 10.0.0.249 - - [2026-02-12 02:04:36] "POST /route-targets HTTP/1.1" 200 328 0.011061 10.0.0.249 - - [2026-02-12 02:04:36] "POST /ref-update HTTP/1.1" 200 156 0.011267 10.0.0.249 - - [2026-02-12 02:04:36] "POST /fqname-to-id HTTP/1.1" 404 201 0.003424 10.0.0.249 - - [2026-02-12 02:04:36] "POST /access-control-lists HTTP/1.1" 200 553 0.065132 10.0.0.249 - - [2026-02-12 02:04:36] "PUT /access-control-list/c175adcf-840a-47e0-8fef-ed3e53a94d8b HTTP/1.1" 200 273 0.011683 10.0.0.249 - - [2026-02-12 02:04:36] "PUT /access-control-list/2241e251-0cfd-4d67-9084-77adecf2165c HTTP/1.1" 200 273 0.011264 10.0.0.249 - - [2026-02-12 02:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.249 - - [2026-02-12 02:04:39] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1218 0.003168 10.0.0.249 - - [2026-02-12 02:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.249 - - [2026-02-12 02:04:40] "PUT /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717 HTTP/1.1" 200 277 0.009516 10.0.0.249 - - [2026-02-12 02:04:40] "GET / HTTP/1.1" 200 36215 0.002014 10.0.0.249 - - [2026-02-12 02:04:40] "POST /alarms HTTP/1.1" 401 293 0.000662 10.0.0.249 - - [2026-02-12 02:04:40] "POST /alarms HTTP/1.1" 200 583 0.056267 10.0.0.249 - - [2026-02-12 02:04:40] "POST /alarms HTTP/1.1" 200 577 0.028264 10.0.0.249 - - [2026-02-12 02:04:40] "POST /alarms HTTP/1.1" 200 577 0.024538 10.0.0.249 - - [2026-02-12 02:04:40] "POST /alarms HTTP/1.1" 200 561 0.017639 10.0.0.249 - - [2026-02-12 02:04:40] "POST /alarms HTTP/1.1" 200 557 0.018616 10.0.0.249 - - [2026-02-12 02:04:41] "POST /alarms HTTP/1.1" 200 559 0.023246 10.0.0.249 - - [2026-02-12 02:04:41] "POST /alarms HTTP/1.1" 200 567 0.025656 10.0.0.249 - - [2026-02-12 02:04:41] "POST /alarms HTTP/1.1" 200 551 0.019454 10.0.0.249 - - [2026-02-12 02:04:41] "POST /alarms HTTP/1.1" 200 559 0.019709 10.0.0.249 - - [2026-02-12 02:04:41] "POST /alarms HTTP/1.1" 200 569 0.035158 10.0.0.249 - - [2026-02-12 02:04:41] "POST /alarms HTTP/1.1" 200 557 0.022537 10.0.0.249 - - [2026-02-12 02:04:41] "POST /alarms HTTP/1.1" 200 569 0.024492 10.0.0.249 - - [2026-02-12 02:04:41] "POST /alarms HTTP/1.1" 200 577 0.062169 10.0.0.249 - - [2026-02-12 02:04:41] "POST /alarms HTTP/1.1" 200 571 0.021551 10.0.0.249 - - [2026-02-12 02:04:41] "POST /alarms HTTP/1.1" 200 563 0.026919 10.0.0.249 - - [2026-02-12 02:04:41] "POST /alarms HTTP/1.1" 200 563 0.018575 10.0.0.249 - - [2026-02-12 02:04:41] "POST /alarms HTTP/1.1" 200 563 0.022831 10.0.0.249 - - [2026-02-12 02:04:41] "POST /alarms HTTP/1.1" 200 549 0.020367 10.0.0.249 - - [2026-02-12 02:04:41] "POST /alarms HTTP/1.1" 200 597 0.016927 10.0.0.249 - - [2026-02-12 02:04:42] "POST /alarms HTTP/1.1" 200 577 0.018630 10.0.0.249 - - [2026-02-12 02:04:42] "POST /alarms HTTP/1.1" 200 573 0.018013 10.0.0.249 - - [2026-02-12 02:04:42] "POST /alarms HTTP/1.1" 200 585 0.039387 10.0.0.249 - - [2026-02-12 02:04:42] "POST /alarms HTTP/1.1" 200 611 0.018515 10.0.0.249 - - [2026-02-12 02:04:42] "GET / HTTP/1.1" 200 36215 0.001466 10.0.0.249 - - [2026-02-12 02:04:42] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000369 10.0.0.249 - - [2026-02-12 02:04:42] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.027826 10.0.0.249 - - [2026-02-12 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002383 10.0.0.249 - - [2026-02-12 02:04:42] "PUT /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717 HTTP/1.1" 200 277 0.010476 10.0.0.249 - - [2026-02-12 02:04:43] "GET / HTTP/1.1" 200 36215 0.002043 10.0.0.249 - - [2026-02-12 02:04:43] "POST /fqname-to-id HTTP/1.1" 401 293 0.000349 10.0.0.249 - - [2026-02-12 02:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.025306 10.0.0.249 - - [2026-02-12 02:04:43] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003516 10.0.0.249 - - [2026-02-12 02:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.249 - - [2026-02-12 02:04:43] "PUT /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717 HTTP/1.1" 200 277 0.015941 10.0.0.249 - - [2026-02-12 02:04:44] "GET / HTTP/1.1" 200 36215 0.001638 10.0.0.249 - - [2026-02-12 02:04:44] "POST /fqname-to-id HTTP/1.1" 401 293 0.000494 10.0.0.249 - - [2026-02-12 02:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.032431 10.0.0.249 - - [2026-02-12 02:04:44] "GET /global-system-config/4560a5c9-e3ab-441d-a176-de63c361005e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005797 10.0.0.249 - - [2026-02-12 02:04:44] "PUT /global-system-config/4560a5c9-e3ab-441d-a176-de63c361005e HTTP/1.1" 200 275 0.018696 10.0.0.249 - - [2026-02-12 02:04:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000369 10.0.0.249 - - [2026-02-12 02:04:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000355 10.0.0.249 - - [2026-02-12 02:04:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000509 10.0.0.249 - - [2026-02-12 02:04:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000457 10.0.0.249 - - [2026-02-12 02:05:39] "GET / HTTP/1.1" 200 36215 0.002258 10.0.0.249 - - [2026-02-12 02:05:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000427 10.0.0.249 - - [2026-02-12 02:05:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.032800 10.0.0.249 - - [2026-02-12 02:05:39] "GET /routing-instance/d8da6142-e363-4b97-9c52-6bff633b9e43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.004312 10.0.0.249 - - [2026-02-12 02:05:39] "POST /bgp-routers HTTP/1.1" 200 622 0.026879 10.0.0.249 - - [2026-02-12 02:05:39] "GET /bgp-router/bb7ff55e-b6bf-4d1a-a1d4-7def4803be3a?fields=global_system_config_back_refs HTTP/1.1" 200 1129 0.005888 10.0.0.249 - - [2026-02-12 02:05:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349 10.0.0.249 - - [2026-02-12 02:05:39] "GET /global-system-config/4560a5c9-e3ab-441d-a176-de63c361005e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005996 10.0.0.249 - - [2026-02-12 02:05:39] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003453 10.0.0.249 - - [2026-02-12 02:05:39] "POST /ref-update HTTP/1.1" 200 156 0.015787 10.0.0.249 - - [2026-02-12 02:06:08] "GET / HTTP/1.1" 200 36215 0.001505 10.0.0.249 - - [2026-02-12 02:06:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000530 10.0.0.249 - - [2026-02-12 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.032856 10.0.0.249 - - [2026-02-12 02:06:09] "GET /global-system-config/4560a5c9-e3ab-441d-a176-de63c361005e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.008554 10.0.0.249 - - [2026-02-12 02:06:09] "POST /fqname-to-id HTTP/1.1" 404 220 0.003557 10.0.0.249 - - [2026-02-12 02:06:09] "POST /database-nodes HTTP/1.1" 200 605 0.023452 10.0.0.249 - - [2026-02-12 02:06:40] "GET / HTTP/1.1" 200 36215 0.001703 10.0.0.249 - - [2026-02-12 02:06:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.000393 10.0.0.249 - - [2026-02-12 02:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.033644 10.0.0.249 - - [2026-02-12 02:06:40] "GET /global-system-config/4560a5c9-e3ab-441d-a176-de63c361005e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.006413 10.0.0.249 - - [2026-02-12 02:06:40] "POST /fqname-to-id HTTP/1.1" 404 220 0.003214 10.0.0.249 - - [2026-02-12 02:06:40] "POST /analytics-nodes HTTP/1.1" 200 607 0.017203 10.0.0.249 - - [2026-02-12 02:06:46] "GET / HTTP/1.1" 200 36215 0.001810 10.0.0.249 - - [2026-02-12 02:06:57] "GET / HTTP/1.1" 200 36215 0.001245 10.0.0.249 - - [2026-02-12 02:06:57] "POST /fqname-to-id HTTP/1.1" 401 293 0.000445 10.0.0.249 - - [2026-02-12 02:06:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.035215 10.0.0.249 - - [2026-02-12 02:06:57] "GET /global-system-config/4560a5c9-e3ab-441d-a176-de63c361005e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.005137 10.0.0.249 - - [2026-02-12 02:06:57] "POST /fqname-to-id HTTP/1.1" 404 220 0.002673 10.0.0.249 - - [2026-02-12 02:06:57] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.024129 10.0.0.249 - - [2026-02-12 02:07:13] "GET / HTTP/1.1" 200 36215 0.001441 10.0.0.249 - - [2026-02-12 02:07:13] "POST /fqname-to-id HTTP/1.1" 401 293 0.000390 10.0.0.249 - - [2026-02-12 02:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.068144 10.0.0.249 - - [2026-02-12 02:07:13] "GET /global-system-config/4560a5c9-e3ab-441d-a176-de63c361005e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.006132 10.0.0.249 - - [2026-02-12 02:07:13] "POST /fqname-to-id HTTP/1.1" 404 220 0.003025 10.0.0.249 - - [2026-02-12 02:07:13] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.022657 The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.249 - - [2026-02-12 02:07:37] "GET /obj-perms HTTP/1.1" 200 5075 0.382885 10.0.0.249 - - [2026-02-12 02:07:37] "GET /obj-perms HTTP/1.1" 200 5075 0.059329 10.0.0.249 - - [2026-02-12 02:08:38] "GET /obj-perms HTTP/1.1" 200 5075 0.059216 10.0.0.249 - - [2026-02-12 02:08:38] "GET /obj-perms HTTP/1.1" 200 5075 0.055218 10.0.0.249 - - [2026-02-12 02:09:07] "GET / HTTP/1.1" 200 36215 0.001672 10.0.0.249 - - [2026-02-12 02:09:07] "POST /fqname-to-id HTTP/1.1" 401 293 0.000462 10.0.0.249 - - [2026-02-12 02:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.026855 10.0.0.249 - - [2026-02-12 02:09:08] "GET /global-system-config/4560a5c9-e3ab-441d-a176-de63c361005e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.009801 10.0.0.249 - - [2026-02-12 02:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004281 10.0.0.249 - - [2026-02-12 02:09:08] "GET /routing-instance/d8da6142-e363-4b97-9c52-6bff633b9e43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.006636 10.0.0.249 - - [2026-02-12 02:09:08] "PUT /global-system-config/4560a5c9-e3ab-441d-a176-de63c361005e HTTP/1.1" 200 275 0.018400 10.0.0.249 - - [2026-02-12 02:09:08] "POST /fqname-to-id HTTP/1.1" 404 218 0.003607 10.0.0.249 - - [2026-02-12 02:09:08] "POST /virtual-routers HTTP/1.1" 200 605 0.020269 10.0.0.249 - - [2026-02-12 02:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.249 - - [2026-02-12 02:09:08] "GET /virtual-router/1d9462d4-73c0-4da7-ad95-66cb45e080e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1258 0.007484 10.0.0.249 - - [2026-02-12 02:09:08] "POST /fqname-to-id HTTP/1.1" 404 231 0.003243 10.0.0.249 - - [2026-02-12 02:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.249 - - [2026-02-12 02:09:08] "GET /virtual-network/2c6ba906-eb97-4423-ad6d-a496c44fd598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.006709 10.0.0.249 - - [2026-02-12 02:09:08] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.059450 10.0.0.249 - - [2026-02-12 02:09:09] "PUT /access-control-list/9b17c744-131e-408a-9b57-10d8a78f0e56 HTTP/1.1" 200 273 0.017810 [Introspect:8084]10.0.0.249 - - [2026-02-12 02:09:14] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001099 [Introspect:8084]10.0.0.249 - - [2026-02-12 02:09:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001022 [Introspect:8084]10.0.0.249 - - [2026-02-12 02:09:16] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000898 [Introspect:8084]10.0.0.249 - - [2026-02-12 02:09:16] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000734 10.0.0.249 - - [2026-02-12 02:09:38] "GET /obj-perms HTTP/1.1" 200 5075 0.052645 10.0.0.249 - - [2026-02-12 02:09:39] "GET /obj-perms HTTP/1.1" 200 5075 0.057408 10.0.0.249 - - [2026-02-12 02:09:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000569 10.0.0.249 - - [2026-02-12 02:09:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000431 10.0.0.249 - - [2026-02-12 02:09:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000381 10.0.0.249 - - [2026-02-12 02:09:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000525 10.0.0.249 - - [2026-02-12 02:10:17] "GET / HTTP/1.1" 200 36215 0.001376 10.0.0.249 - - [2026-02-12 02:10:18] "GET /project/8db208d1-8b11-4378-bd03-b2f0e4a7c77b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000418 10.0.0.249 - - [2026-02-12 02:10:19] "GET /projects?obj_uuids=8db208d1-8b11-4378-bd03-b2f0e4a7c77b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.024616 10.0.0.249 - - [2026-02-12 02:10:19] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000958 10.0.0.249 - - [2026-02-12 02:10:19] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.030557 10.0.0.249 - - [2026-02-12 02:10:19] "POST /id-to-fqname HTTP/1.1" 200 167 0.001129 10.0.0.249 - - [2026-02-12 02:10:19] "POST /fqname-to-id HTTP/1.1" 404 176 0.003786 10.0.0.249 - - [2026-02-12 02:10:19] "POST /security-groups HTTP/1.1" 200 568 0.069846 10.0.0.249 - - [2026-02-12 02:10:19] "POST /projects HTTP/1.1" 200 539 0.234634 10.0.0.249 - - [2026-02-12 02:10:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.027826 10.0.0.249 - - [2026-02-12 02:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.304891 10.0.0.249 - - [2026-02-12 02:10:19] "POST /access-control-lists HTTP/1.1" 200 575 0.058763 10.0.0.249 - - [2026-02-12 02:10:19] "GET /project/8db208d1-8b11-4378-bd03-b2f0e4a7c77b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.482588 10.0.0.249 - - [2026-02-12 02:10:19] "POST /fqname-to-id HTTP/1.1" 404 206 0.009976 10.0.0.249 - - [2026-02-12 02:10:19] "POST /access-control-lists HTTP/1.1" 200 573 0.061284 [Introspect:8084]10.0.0.249 - - [2026-02-12 02:10:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001265 10.0.0.249 - - [2026-02-12 02:10:20] "POST /fqname-to-id HTTP/1.1" 404 199 0.026226 10.0.0.249 - - [2026-02-12 02:10:20] "GET /projects?obj_uuids=a949bcd8-1962-444a-ada5-6b4a5f0bd403&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002611 10.0.0.249 - - [2026-02-12 02:10:20] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001017 10.0.0.249 - - [2026-02-12 02:10:20] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006693 10.0.0.249 - - [2026-02-12 02:10:20] "POST /id-to-fqname HTTP/1.1" 200 201 0.002026 10.0.0.249 - - [2026-02-12 02:10:20] "POST /fqname-to-id HTTP/1.1" 404 210 0.001999 10.0.0.249 - - [2026-02-12 02:10:20] "POST /security-groups HTTP/1.1" 200 602 0.068583 10.0.0.249 - - [2026-02-12 02:10:20] "POST /fqname-to-id HTTP/1.1" 404 245 0.002273 10.0.0.249 - - [2026-02-12 02:10:20] "POST /projects HTTP/1.1" 200 607 0.215904 10.0.0.249 - - [2026-02-12 02:10:20] "POST /access-control-lists HTTP/1.1" 200 609 0.059608 10.0.0.249 - - [2026-02-12 02:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.288729 10.0.0.249 - - [2026-02-12 02:10:20] "POST /fqname-to-id HTTP/1.1" 404 244 0.004524 10.0.0.249 - - [2026-02-12 02:10:20] "GET /project/a949bcd8-1962-444a-ada5-6b4a5f0bd403?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.414407 10.0.0.249 - - [2026-02-12 02:10:21] "POST /access-control-lists HTTP/1.1" 200 607 0.061749 10.0.0.249 - - [2026-02-12 02:10:22] "GET / HTTP/1.1" 200 36215 0.001753 10.0.0.249 - - [2026-02-12 02:10:22] "POST /fqname-to-id HTTP/1.1" 401 293 0.000503 10.0.0.249 - - [2026-02-12 02:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.061071 10.0.0.249 - - [2026-02-12 02:10:23] "GET /projects?obj_uuids=a949bcd8-1962-444a-ada5-6b4a5f0bd403&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000825 10.0.0.249 - - [2026-02-12 02:10:23] "GET /project/a949bcd8-1962-444a-ada5-6b4a5f0bd403?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.024801 10.0.0.249 - - [2026-02-12 02:10:23] "POST /neutron/network HTTP/1.1" 200 117 0.092993 10.0.0.249 - - [2026-02-12 02:10:23] "GET /projects?obj_uuids=a949bcd8-1962-444a-ada5-6b4a5f0bd403&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001031 10.0.0.249 - - [2026-02-12 02:10:23] "POST /neutron/network HTTP/1.1" 200 620 0.085591 10.0.0.249 - - [2026-02-12 02:10:23] "POST /route-targets HTTP/1.1" 200 328 0.018712 10.0.0.249 - - [2026-02-12 02:10:23] "POST /ref-update HTTP/1.1" 200 156 0.018578 10.0.0.249 - - [2026-02-12 02:10:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003298 10.0.0.249 - - [2026-02-12 02:10:23] "POST /neutron/subnet HTTP/1.1" 200 734 0.204206 10.0.0.249 - - [2026-02-12 02:10:23] "POST /neutron/network HTTP/1.1" 200 841 0.005448 10.0.0.249 - - [2026-02-12 02:10:23] "POST /id-to-fqname HTTP/1.1" 200 233 0.001345 10.0.0.249 - - [2026-02-12 02:10:23] "GET /virtual-network/38ba0a68-6b27-4435-850f-b1a9b3696b50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005089 10.0.0.249 - - [2026-02-12 02:10:23] "POST /neutron/network HTTP/1.1" 200 841 0.005812 10.0.0.249 - - [2026-02-12 02:10:23] "GET /virtual-network/38ba0a68-6b27-4435-850f-b1a9b3696b50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005598 10.0.0.249 - - [2026-02-12 02:10:23] "POST /neutron/network HTTP/1.1" 200 841 0.005045 10.0.0.249 - - [2026-02-12 02:10:23] "POST /neutron/subnet HTTP/1.1" 200 734 0.006940 10.0.0.249 - - [2026-02-12 02:10:23] "GET /domains HTTP/1.1" 401 293 0.000332 10.0.0.249 - - [2026-02-12 02:10:24] "GET /domains HTTP/1.1" 200 281 0.028486 10.0.0.249 - - [2026-02-12 02:10:24] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000868 10.0.0.249 - - [2026-02-12 02:10:24] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 2595 0.012061 10.0.0.249 - - [2026-02-12 02:10:24] "GET /projects?obj_uuids=a949bcd8-1962-444a-ada5-6b4a5f0bd403&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001043 10.0.0.249 - - [2026-02-12 02:10:24] "GET /project/a949bcd8-1962-444a-ada5-6b4a5f0bd403 HTTP/1.1" 200 2185 0.070774 10.0.0.249 - - [2026-02-12 02:10:24] "GET /virtual-network/38ba0a68-6b27-4435-850f-b1a9b3696b50 HTTP/1.1" 200 2351 0.007822 10.0.0.249 - - [2026-02-12 02:10:24] "GET /virtual-network/38ba0a68-6b27-4435-850f-b1a9b3696b50 HTTP/1.1" 200 2351 0.004617 10.0.0.249 - - [2026-02-12 02:10:24] "GET /routing-instance/2ffcb03c-205c-4c20-b664-25492614cc4c HTTP/1.1" 200 1497 0.003716 10.0.0.249 - - [2026-02-12 02:10:24] "GET /routing-instance/2ffcb03c-205c-4c20-b664-25492614cc4c HTTP/1.1" 200 1497 0.003722 10.0.0.249 - - [2026-02-12 02:10:24] "GET /route-target/949507ef-2733-4658-b381-0f69131156e8 HTTP/1.1" 200 1222 0.003187 10.0.0.249 - - [2026-02-12 02:10:24] "GET /virtual-network/38ba0a68-6b27-4435-850f-b1a9b3696b50 HTTP/1.1" 200 2351 0.004639 10.0.0.249 - - [2026-02-12 02:10:24] "GET /routing-instance/2ffcb03c-205c-4c20-b664-25492614cc4c HTTP/1.1" 200 1497 0.003176 10.0.0.249 - - [2026-02-12 02:10:24] "GET /virtual-network/38ba0a68-6b27-4435-850f-b1a9b3696b50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.004959 10.0.0.249 - - [2026-02-12 02:10:24] "GET /virtual-network/38ba0a68-6b27-4435-850f-b1a9b3696b50 HTTP/1.1" 200 2351 0.003940 10.0.0.249 - - [2026-02-12 02:10:24] "GET /routing-instance/2ffcb03c-205c-4c20-b664-25492614cc4c HTTP/1.1" 200 1497 0.002804 10.0.0.249 - - [2026-02-12 02:10:24] "GET /routing-instance/2ffcb03c-205c-4c20-b664-25492614cc4c HTTP/1.1" 200 1497 0.002978 10.0.0.249 - - [2026-02-12 02:10:24] "GET /route-target/949507ef-2733-4658-b381-0f69131156e8 HTTP/1.1" 200 1222 0.002800 10.0.0.249 - - [2026-02-12 02:10:24] "GET /domains HTTP/1.1" 200 281 0.002904 10.0.0.249 - - [2026-02-12 02:10:24] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001063 10.0.0.249 - - [2026-02-12 02:10:24] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 2595 0.006817 10.0.0.249 - - [2026-02-12 02:10:24] "GET /projects?obj_uuids=a949bcd8-1962-444a-ada5-6b4a5f0bd403&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000814 10.0.0.249 - - [2026-02-12 02:10:24] "GET /project/a949bcd8-1962-444a-ada5-6b4a5f0bd403 HTTP/1.1" 200 2185 0.069946 10.0.0.249 - - [2026-02-12 02:10:24] "GET /virtual-network/38ba0a68-6b27-4435-850f-b1a9b3696b50 HTTP/1.1" 200 2351 0.004321 10.0.0.249 - - [2026-02-12 02:10:24] "GET /obj-perms HTTP/1.1" 200 5071 0.050046 10.0.0.249 - - [2026-02-12 02:10:24] "POST /id-to-fqname HTTP/1.1" 200 233 0.001364 10.0.0.249 - - [2026-02-12 02:10:26] "POST /neutron/network HTTP/1.1" 200 851 0.006643 10.0.0.249 - - [2026-02-12 02:10:26] "GET /aaa-mode HTTP/1.1" 401 293 0.000437 10.0.0.249 - - [2026-02-12 02:10:26] "GET / HTTP/1.1" 200 36215 0.001412 10.0.0.249 - - [2026-02-12 02:10:26] "GET /project/a949bcd8-1962-444a-ada5-6b4a5f0bd403?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000371 10.0.0.249 - - [2026-02-12 02:10:27] "GET /projects?obj_uuids=a949bcd8-1962-444a-ada5-6b4a5f0bd403&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000913 10.0.0.249 - - [2026-02-12 02:10:27] "GET /project/a949bcd8-1962-444a-ada5-6b4a5f0bd403?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.072029 10.0.0.249 - - [2026-02-12 02:10:28] "POST /neutron/network HTTP/1.1" 200 841 0.033802 10.0.0.249 - - [2026-02-12 02:10:28] "POST /neutron/port HTTP/1.1" 200 117 0.005867 10.0.0.249 - - [2026-02-12 02:10:28] "POST /neutron/port HTTP/1.1" 200 117 0.005357 10.0.0.249 - - [2026-02-12 02:10:28] "POST /neutron/port HTTP/1.1" 200 117 0.005386 10.0.0.249 - - [2026-02-12 02:10:29] "POST /neutron/network HTTP/1.1" 200 851 0.005929 10.0.0.249 - - [2026-02-12 02:10:29] "GET /projects?obj_uuids=a949bcd8-1962-444a-ada5-6b4a5f0bd403&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001651 10.0.0.249 - - [2026-02-12 02:10:29] "POST /neutron/port HTTP/1.1" 200 1073 0.295759 10.0.0.249 - - [2026-02-12 02:10:29] "POST /neutron/port HTTP/1.1" 200 1073 0.044893 10.0.0.249 - - [2026-02-12 02:10:29] "POST /neutron/port HTTP/1.1" 200 1073 0.010626 10.0.0.249 - - [2026-02-12 02:10:30] "POST /neutron/port HTTP/1.1" 200 1127 0.074361 10.0.0.249 - - [2026-02-12 02:10:30] "POST /neutron/port HTTP/1.1" 200 1137 0.011809 10.0.0.249 - - [2026-02-12 02:10:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003778 10.0.0.249 - - [2026-02-12 02:10:30] "POST /neutron/subnet HTTP/1.1" 200 708 0.008277 10.0.0.249 - - [2026-02-12 02:10:30] "POST /neutron/port HTTP/1.1" 200 117 0.001414 10.0.0.249 - - [2026-02-12 02:10:30] "POST /neutron/network HTTP/1.1" 200 841 0.006014 10.0.0.249 - - [2026-02-12 02:10:33] "POST /neutron/port HTTP/1.1" 200 1137 0.012822 10.0.0.249 - - [2026-02-12 02:10:33] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006713 10.0.0.249 - - [2026-02-12 02:10:33] "GET /obj-perms HTTP/1.1" 200 5071 0.003318 10.0.0.249 - - [2026-02-12 02:10:34] "GET /obj-perms HTTP/1.1" 200 5071 0.003432 10.0.0.249 - - [2026-02-12 02:10:35] "DELETE /project/8db208d18b114378bd03b2f0e4a7c77b HTTP/1.1" 404 173 0.004601 10.0.0.249 - - [2026-02-12 02:10:35] "DELETE /project/a949bcd81962444aada56b4a5f0bd403 HTTP/1.1" 404 173 0.002348 10.0.0.249 - - [2026-02-12 02:10:35] "GET /obj-perms HTTP/1.1" 200 5071 0.003383 10.0.0.249 - - [2026-02-12 02:10:36] "GET /obj-perms HTTP/1.1" 200 5071 0.003288 10.0.0.249 - - [2026-02-12 02:10:37] "GET /obj-perms HTTP/1.1" 200 5071 0.003928 10.0.0.249 - - [2026-02-12 02:10:38] "POST /neutron/network HTTP/1.1" 200 841 0.006020 10.0.0.249 - - [2026-02-12 02:10:38] "POST /neutron/network HTTP/1.1" 400 204 0.011510 10.0.0.249 - - [2026-02-12 02:10:39] "POST /neutron/port HTTP/1.1" 200 1137 0.013523 10.0.0.249 - - [2026-02-12 02:10:39] "POST /neutron/port HTTP/1.1" 200 1127 0.009840 10.0.0.249 - - [2026-02-12 02:10:39] "POST /neutron/port HTTP/1.1" 200 151 0.123910 10.0.0.249 - - [2026-02-12 02:10:39] "GET /obj-perms HTTP/1.1" 200 5075 0.054589 10.0.0.249 - - [2026-02-12 02:10:40] "GET /obj-perms HTTP/1.1" 200 5075 0.052706 10.0.0.249 - - [2026-02-12 02:10:40] "POST /neutron/network HTTP/1.1" 200 841 0.005448 10.0.0.249 - - [2026-02-12 02:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.249 - - [2026-02-12 02:10:40] "POST /useragent-kv HTTP/1.1" 200 115 0.005637 10.0.0.249 - - [2026-02-12 02:10:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002242 10.0.0.249 - - [2026-02-12 02:10:40] "POST /neutron/network HTTP/1.1" 200 151 0.103856 10.0.0.249 - - [2026-02-12 02:10:40] "GET /routing-instance/2ffcb03c-205c-4c20-b664-25492614cc4c HTTP/1.1" 404 171 0.002638 10.0.0.249 - - [2026-02-12 02:10:40] "GET /domains HTTP/1.1" 200 281 0.003639 10.0.0.249 - - [2026-02-12 02:10:40] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000975 10.0.0.249 - - [2026-02-12 02:10:40] "DELETE /route-target/949507ef-2733-4658-b381-0f69131156e8 HTTP/1.1" 200 115 0.041390 10.0.0.249 - - [2026-02-12 02:10:40] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 2595 0.052733 10.0.0.249 - - [2026-02-12 02:10:40] "GET /projects?obj_uuids=a949bcd8-1962-444a-ada5-6b4a5f0bd403&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001192 10.0.0.249 - - [2026-02-12 02:10:40] "GET /project/a949bcd8-1962-444a-ada5-6b4a5f0bd403 HTTP/1.1" 200 1934 0.080872 10.0.0.249 - - [2026-02-12 02:10:41] "GET /projects?obj_uuids=a949bcd8-1962-444a-ada5-6b4a5f0bd403&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001025 10.0.0.249 - - [2026-02-12 02:10:41] "GET /project/a949bcd8-1962-444a-ada5-6b4a5f0bd403?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.033146 10.0.0.249 - - [2026-02-12 02:10:41] "GET /projects?obj_uuids=a949bcd8-1962-444a-ada5-6b4a5f0bd403&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000922 10.0.0.249 - - [2026-02-12 02:10:41] "GET /project/a949bcd8-1962-444a-ada5-6b4a5f0bd403?fields=virtual_networks HTTP/1.1" 200 1067 0.069218 10.0.0.249 - - [2026-02-12 02:10:41] "GET /projects?obj_uuids=a949bcd8-1962-444a-ada5-6b4a5f0bd403&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000958 10.0.0.249 - - [2026-02-12 02:10:41] "GET /project/a949bcd8-1962-444a-ada5-6b4a5f0bd403?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.031146 10.0.0.249 - - [2026-02-12 02:10:41] "GET /projects?obj_uuids=a949bcd8-1962-444a-ada5-6b4a5f0bd403&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000973 10.0.0.249 - - [2026-02-12 02:10:41] "GET /project/a949bcd8-1962-444a-ada5-6b4a5f0bd403?fields=security_groups HTTP/1.1" 200 1305 0.030036 10.0.0.249 - - [2026-02-12 02:10:42] "GET /projects?obj_uuids=8db208d1-8b11-4378-bd03-b2f0e4a7c77b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001260 10.0.0.249 - - [2026-02-12 02:10:42] "GET /project/8db208d1-8b11-4378-bd03-b2f0e4a7c77b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.030696 10.0.0.249 - - [2026-02-12 02:10:45] "GET /projects?obj_uuids=8db208d1-8b11-4378-bd03-b2f0e4a7c77b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001000 10.0.0.249 - - [2026-02-12 02:10:45] "GET /project/8db208d1-8b11-4378-bd03-b2f0e4a7c77b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.023223 10.0.0.249 - - [2026-02-12 02:10:46] "GET /documentation/index.html HTTP/1.1" 200 210274 0.004048 10.0.0.249 - - [2026-02-12 02:10:46] "POST /fqname-to-id HTTP/1.1" 404 200 0.033127 10.0.0.249 - - [2026-02-12 02:10:46] "GET /projects?obj_uuids=e0f3fef6-a723-4533-bba7-74f1ee2d0994&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002929 10.0.0.249 - - [2026-02-12 02:10:46] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000875 10.0.0.249 - - [2026-02-12 02:10:46] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006432 10.0.0.249 - - [2026-02-12 02:10:47] "POST /id-to-fqname HTTP/1.1" 200 202 0.001307 10.0.0.249 - - [2026-02-12 02:10:47] "POST /fqname-to-id HTTP/1.1" 404 211 0.003324 10.0.0.249 - - [2026-02-12 02:10:47] "POST /security-groups HTTP/1.1" 200 603 0.064452 10.0.0.249 - - [2026-02-12 02:10:47] "POST /fqname-to-id HTTP/1.1" 404 246 0.002625 10.0.0.249 - - [2026-02-12 02:10:47] "POST /projects HTTP/1.1" 200 609 0.218046 10.0.0.249 - - [2026-02-12 02:10:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.294718 10.0.0.249 - - [2026-02-12 02:10:47] "POST /access-control-lists HTTP/1.1" 200 610 0.062620 10.0.0.249 - - [2026-02-12 02:10:47] "POST /fqname-to-id HTTP/1.1" 404 245 0.002149 10.0.0.249 - - [2026-02-12 02:10:47] "GET /project/e0f3fef6-a723-4533-bba7-74f1ee2d0994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.430120 10.0.0.249 - - [2026-02-12 02:10:47] "POST /access-control-lists HTTP/1.1" 200 608 0.068501 10.0.0.249 - - [2026-02-12 02:10:48] "GET / HTTP/1.1" 200 36215 0.001988 10.0.0.249 - - [2026-02-12 02:10:48] "GET /projects?obj_uuids=8db208d1-8b11-4378-bd03-b2f0e4a7c77b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000871 10.0.0.249 - - [2026-02-12 02:10:48] "GET /project/8db208d1-8b11-4378-bd03-b2f0e4a7c77b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.028839 10.0.0.249 - - [2026-02-12 02:10:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.249 - - [2026-02-12 02:10:49] "GET /security-group/2dcd439e-4891-4532-92ec-765c7031bc80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3697 0.004657 10.0.0.249 - - [2026-02-12 02:10:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.249 - - [2026-02-12 02:10:49] "GET /projects?obj_uuids=8db208d1-8b11-4378-bd03-b2f0e4a7c77b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001200 10.0.0.249 - - [2026-02-12 02:10:49] "GET /project/8db208d1-8b11-4378-bd03-b2f0e4a7c77b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.022804 10.0.0.249 - - [2026-02-12 02:10:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.249 - - [2026-02-12 02:10:49] "GET /security-group/2dcd439e-4891-4532-92ec-765c7031bc80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3697 0.003762 10.0.0.249 - - [2026-02-12 02:10:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.249 - - [2026-02-12 02:10:49] "PUT /security-group/2dcd439e-4891-4532-92ec-765c7031bc80 HTTP/1.1" 200 263 0.016244 10.0.0.249 - - [2026-02-12 02:10:49] "PUT /access-control-list/746a73ea-3fed-445e-990a-17fb3fbbbbcd HTTP/1.1" 200 273 0.010219 10.0.0.249 - - [2026-02-12 02:10:49] "PUT /access-control-list/919abe0f-9a39-4315-9771-2b5923648758 HTTP/1.1" 200 273 0.010103 10.0.0.249 - - [2026-02-12 02:10:50] "POST /fqname-to-id HTTP/1.1" 401 293 0.000617 10.0.0.249 - - [2026-02-12 02:10:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.058658 10.0.0.249 - - [2026-02-12 02:10:50] "GET /projects?obj_uuids=e0f3fef6-a723-4533-bba7-74f1ee2d0994&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000921 10.0.0.249 - - [2026-02-12 02:10:50] "GET /project/e0f3fef6-a723-4533-bba7-74f1ee2d0994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.022491 10.0.0.249 - - [2026-02-12 02:10:50] "POST /neutron/network HTTP/1.1" 200 117 0.032887 10.0.0.249 - - [2026-02-12 02:10:50] "GET /projects?obj_uuids=e0f3fef6-a723-4533-bba7-74f1ee2d0994&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000925 10.0.0.249 - - [2026-02-12 02:10:50] "POST /neutron/network HTTP/1.1" 200 619 0.065219 10.0.0.249 - - [2026-02-12 02:10:50] "POST /route-targets HTTP/1.1" 200 328 0.010342 10.0.0.249 - - [2026-02-12 02:10:50] "POST /ref-update HTTP/1.1" 200 156 0.012894 10.0.0.249 - - [2026-02-12 02:10:50] "POST /useragent-kv HTTP/1.1" 200 115 0.004431 10.0.0.249 - - [2026-02-12 02:10:50] "POST /neutron/subnet HTTP/1.1" 200 715 0.153713 10.0.0.249 - - [2026-02-12 02:10:50] "POST /neutron/network HTTP/1.1" 200 836 0.005280 10.0.0.249 - - [2026-02-12 02:10:50] "POST /id-to-fqname HTTP/1.1" 200 233 0.001499 10.0.0.249 - - [2026-02-12 02:10:50] "GET /virtual-network/a8798d4e-25ea-4826-8c10-3463fd1a1705?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006037 10.0.0.249 - - [2026-02-12 02:10:50] "POST /neutron/network HTTP/1.1" 200 836 0.005094 10.0.0.249 - - [2026-02-12 02:10:50] "GET /virtual-network/a8798d4e-25ea-4826-8c10-3463fd1a1705?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005071 10.0.0.249 - - [2026-02-12 02:10:51] "POST /neutron/network HTTP/1.1" 200 836 0.005517 10.0.0.249 - - [2026-02-12 02:10:51] "POST /neutron/subnet HTTP/1.1" 200 715 0.005949 10.0.0.249 - - [2026-02-12 02:10:51] "GET /domains HTTP/1.1" 401 293 0.000345 10.0.0.249 - - [2026-02-12 02:10:51] "GET /domains HTTP/1.1" 200 281 0.030464 10.0.0.249 - - [2026-02-12 02:10:51] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000925 10.0.0.249 - - [2026-02-12 02:10:51] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 2794 0.007517 10.0.0.249 - - [2026-02-12 02:10:51] "GET /projects?obj_uuids=e0f3fef6-a723-4533-bba7-74f1ee2d0994&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000861 10.0.0.249 - - [2026-02-12 02:10:51] "GET /project/e0f3fef6-a723-4533-bba7-74f1ee2d0994 HTTP/1.1" 200 2191 0.071693 10.0.0.249 - - [2026-02-12 02:10:51] "GET /virtual-network/a8798d4e-25ea-4826-8c10-3463fd1a1705 HTTP/1.1" 200 2339 0.005614 10.0.0.249 - - [2026-02-12 02:10:51] "GET /virtual-network/a8798d4e-25ea-4826-8c10-3463fd1a1705 HTTP/1.1" 200 2339 0.004162 10.0.0.249 - - [2026-02-12 02:10:51] "GET /routing-instance/a5db3cb0-ed68-47b1-94a0-2c8c14ad4c94 HTTP/1.1" 200 1495 0.003232 10.0.0.249 - - [2026-02-12 02:10:51] "GET /routing-instance/a5db3cb0-ed68-47b1-94a0-2c8c14ad4c94 HTTP/1.1" 200 1495 0.003708 10.0.0.249 - - [2026-02-12 02:10:51] "GET /route-target/e7e50fd6-1109-4ae2-869d-1ee011b35b41 HTTP/1.1" 200 1220 0.003082 10.0.0.249 - - [2026-02-12 02:10:51] "GET /virtual-network/a8798d4e-25ea-4826-8c10-3463fd1a1705 HTTP/1.1" 200 2339 0.003974 10.0.0.249 - - [2026-02-12 02:10:51] "GET /routing-instance/a5db3cb0-ed68-47b1-94a0-2c8c14ad4c94 HTTP/1.1" 200 1495 0.002898 10.0.0.249 - - [2026-02-12 02:10:51] "GET /virtual-network/a8798d4e-25ea-4826-8c10-3463fd1a1705?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004565 10.0.0.249 - - [2026-02-12 02:10:51] "GET /virtual-network/a8798d4e-25ea-4826-8c10-3463fd1a1705 HTTP/1.1" 200 2339 0.004986 10.0.0.249 - - [2026-02-12 02:10:51] "GET /routing-instance/a5db3cb0-ed68-47b1-94a0-2c8c14ad4c94 HTTP/1.1" 200 1495 0.002803 10.0.0.249 - - [2026-02-12 02:10:51] "GET /routing-instance/a5db3cb0-ed68-47b1-94a0-2c8c14ad4c94 HTTP/1.1" 200 1495 0.003265 10.0.0.249 - - [2026-02-12 02:10:51] "GET /route-target/e7e50fd6-1109-4ae2-869d-1ee011b35b41 HTTP/1.1" 200 1220 0.002621 10.0.0.249 - - [2026-02-12 02:10:51] "GET /domains HTTP/1.1" 200 281 0.002721 10.0.0.249 - - [2026-02-12 02:10:51] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000830 10.0.0.249 - - [2026-02-12 02:10:51] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 2794 0.005373 10.0.0.249 - - [2026-02-12 02:10:51] "GET /projects?obj_uuids=e0f3fef6-a723-4533-bba7-74f1ee2d0994&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000760 10.0.0.249 - - [2026-02-12 02:10:51] "GET /project/e0f3fef6-a723-4533-bba7-74f1ee2d0994 HTTP/1.1" 200 2191 0.065752 10.0.0.249 - - [2026-02-12 02:10:51] "GET /virtual-network/a8798d4e-25ea-4826-8c10-3463fd1a1705 HTTP/1.1" 200 2339 0.004491 10.0.0.249 - - [2026-02-12 02:10:51] "GET /obj-perms HTTP/1.1" 200 5073 0.051289 10.0.0.249 - - [2026-02-12 02:10:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.249 - - [2026-02-12 02:10:52] "GET /projects?obj_uuids=e0f3fef6-a723-4533-bba7-74f1ee2d0994&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000833 10.0.0.249 - - [2026-02-12 02:10:52] "GET /project/e0f3fef6-a723-4533-bba7-74f1ee2d0994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.026109 10.0.0.249 - - [2026-02-12 02:10:52] "POST /neutron/network HTTP/1.1" 200 117 0.010518 10.0.0.249 - - [2026-02-12 02:10:52] "GET /projects?obj_uuids=e0f3fef6-a723-4533-bba7-74f1ee2d0994&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000864 10.0.0.249 - - [2026-02-12 02:10:52] "POST /neutron/network HTTP/1.1" 200 619 0.063288 10.0.0.249 - - [2026-02-12 02:10:52] "POST /route-targets HTTP/1.1" 200 328 0.015156 10.0.0.249 - - [2026-02-12 02:10:52] "POST /ref-update HTTP/1.1" 200 156 0.012439 10.0.0.249 - - [2026-02-12 02:10:52] "POST /useragent-kv HTTP/1.1" 200 115 0.006273 10.0.0.249 - - [2026-02-12 02:10:52] "POST /neutron/subnet HTTP/1.1" 200 720 0.212830 10.0.0.249 - - [2026-02-12 02:10:52] "POST /neutron/network HTTP/1.1" 200 837 0.005244 10.0.0.249 - - [2026-02-12 02:10:52] "POST /id-to-fqname HTTP/1.1" 200 233 0.001124 10.0.0.249 - - [2026-02-12 02:10:52] "GET /virtual-network/bd8783fa-e1aa-4049-88f9-2ce8e3ce74c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005956 10.0.0.249 - - [2026-02-12 02:10:52] "POST /neutron/network HTTP/1.1" 200 837 0.005955 10.0.0.249 - - [2026-02-12 02:10:52] "GET /virtual-network/bd8783fa-e1aa-4049-88f9-2ce8e3ce74c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005024 10.0.0.249 - - [2026-02-12 02:10:52] "POST /neutron/network HTTP/1.1" 200 837 0.005520 10.0.0.249 - - [2026-02-12 02:10:52] "POST /neutron/subnet HTTP/1.1" 200 720 0.006188 10.0.0.249 - - [2026-02-12 02:10:52] "GET /domains HTTP/1.1" 200 281 0.002270 10.0.0.249 - - [2026-02-12 02:10:52] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001323 10.0.0.249 - - [2026-02-12 02:10:52] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 2794 0.007092 10.0.0.249 - - [2026-02-12 02:10:52] "GET /projects?obj_uuids=e0f3fef6-a723-4533-bba7-74f1ee2d0994&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000832 10.0.0.249 - - [2026-02-12 02:10:52] "GET /project/e0f3fef6-a723-4533-bba7-74f1ee2d0994 HTTP/1.1" 200 2420 0.067661 10.0.0.249 - - [2026-02-12 02:10:52] "GET /virtual-network/bd8783fa-e1aa-4049-88f9-2ce8e3ce74c5 HTTP/1.1" 200 2341 0.005589 10.0.0.249 - - [2026-02-12 02:10:52] "GET /virtual-network/bd8783fa-e1aa-4049-88f9-2ce8e3ce74c5 HTTP/1.1" 200 2341 0.004368 10.0.0.249 - - [2026-02-12 02:10:52] "GET /routing-instance/868ed506-170f-49d7-94e5-974371ce2bbf HTTP/1.1" 200 1494 0.003231 10.0.0.249 - - [2026-02-12 02:10:52] "GET /routing-instance/868ed506-170f-49d7-94e5-974371ce2bbf HTTP/1.1" 200 1494 0.003084 10.0.0.249 - - [2026-02-12 02:10:52] "GET /route-target/8c78792a-ec9a-4b21-8e16-05d229c67d46 HTTP/1.1" 200 1221 0.004200 10.0.0.249 - - [2026-02-12 02:10:52] "GET /virtual-network/bd8783fa-e1aa-4049-88f9-2ce8e3ce74c5 HTTP/1.1" 200 2341 0.008385 10.0.0.249 - - [2026-02-12 02:10:52] "GET /routing-instance/868ed506-170f-49d7-94e5-974371ce2bbf HTTP/1.1" 200 1494 0.003564 10.0.0.249 - - [2026-02-12 02:10:52] "GET /virtual-network/bd8783fa-e1aa-4049-88f9-2ce8e3ce74c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004509 10.0.0.249 - - [2026-02-12 02:10:52] "GET /virtual-network/bd8783fa-e1aa-4049-88f9-2ce8e3ce74c5 HTTP/1.1" 200 2341 0.004988 10.0.0.249 - - [2026-02-12 02:10:52] "GET /routing-instance/868ed506-170f-49d7-94e5-974371ce2bbf HTTP/1.1" 200 1494 0.003239 10.0.0.249 - - [2026-02-12 02:10:52] "GET /routing-instance/868ed506-170f-49d7-94e5-974371ce2bbf HTTP/1.1" 200 1494 0.003154 10.0.0.249 - - [2026-02-12 02:10:52] "GET /route-target/8c78792a-ec9a-4b21-8e16-05d229c67d46 HTTP/1.1" 200 1221 0.003092 10.0.0.249 - - [2026-02-12 02:10:52] "GET /domains HTTP/1.1" 200 281 0.003288 10.0.0.249 - - [2026-02-12 02:10:52] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000894 10.0.0.249 - - [2026-02-12 02:10:52] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 2794 0.006741 10.0.0.249 - - [2026-02-12 02:10:52] "GET /projects?obj_uuids=e0f3fef6-a723-4533-bba7-74f1ee2d0994&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000849 10.0.0.249 - - [2026-02-12 02:10:52] "GET /project/e0f3fef6-a723-4533-bba7-74f1ee2d0994 HTTP/1.1" 200 2420 0.069595 10.0.0.249 - - [2026-02-12 02:10:52] "GET /virtual-network/bd8783fa-e1aa-4049-88f9-2ce8e3ce74c5 HTTP/1.1" 200 2341 0.004442 10.0.0.249 - - [2026-02-12 02:10:52] "GET /obj-perms HTTP/1.1" 200 5073 0.002632 10.0.0.249 - - [2026-02-12 02:10:52] "POST /id-to-fqname HTTP/1.1" 200 233 0.001117 10.0.0.249 - - [2026-02-12 02:10:53] "POST /neutron/network HTTP/1.1" 200 847 0.005696 10.0.0.249 - - [2026-02-12 02:10:53] "GET /aaa-mode HTTP/1.1" 401 293 0.000473 10.0.0.249 - - [2026-02-12 02:10:53] "GET / HTTP/1.1" 200 36215 0.001361 10.0.0.249 - - [2026-02-12 02:10:53] "GET /project/e0f3fef6-a723-4533-bba7-74f1ee2d0994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000351 10.0.0.249 - - [2026-02-12 02:10:53] "GET /projects?obj_uuids=e0f3fef6-a723-4533-bba7-74f1ee2d0994&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000992 10.0.0.249 - - [2026-02-12 02:10:53] "GET /project/e0f3fef6-a723-4533-bba7-74f1ee2d0994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.053081 10.0.0.249 - - [2026-02-12 02:10:53] "POST /neutron/network HTTP/1.1" 200 837 0.006142 10.0.0.249 - - [2026-02-12 02:10:53] "POST /neutron/port HTTP/1.1" 200 117 0.005716 10.0.0.249 - - [2026-02-12 02:10:53] "POST /neutron/port HTTP/1.1" 200 117 0.004308 10.0.0.249 - - [2026-02-12 02:10:54] "POST /id-to-fqname HTTP/1.1" 200 233 0.001400 10.0.0.249 - - [2026-02-12 02:10:54] "POST /neutron/port HTTP/1.1" 200 117 0.004997 10.0.0.249 - - [2026-02-12 02:10:54] "POST /neutron/network HTTP/1.1" 200 846 0.009455 10.0.0.249 - - [2026-02-12 02:10:54] "GET /aaa-mode HTTP/1.1" 401 293 0.000387 10.0.0.249 - - [2026-02-12 02:10:54] "POST /neutron/network HTTP/1.1" 200 847 0.005676 10.0.0.249 - - [2026-02-12 02:10:54] "GET /projects?obj_uuids=e0f3fef6-a723-4533-bba7-74f1ee2d0994&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000934 10.0.0.249 - - [2026-02-12 02:10:54] "GET / HTTP/1.1" 200 36215 0.001534 10.0.0.249 - - [2026-02-12 02:10:54] "GET /project/e0f3fef6-a723-4533-bba7-74f1ee2d0994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000368 10.0.0.249 - - [2026-02-12 02:10:54] "POST /neutron/port HTTP/1.1" 200 1071 0.223243 10.0.0.249 - - [2026-02-12 02:10:54] "POST /neutron/port HTTP/1.1" 200 1071 0.010425 10.0.0.249 - - [2026-02-12 02:10:54] "POST /neutron/port HTTP/1.1" 200 1071 0.009915 10.0.0.249 - - [2026-02-12 02:10:54] "POST /neutron/port HTTP/1.1" 200 1125 0.065697 10.0.0.249 - - [2026-02-12 02:10:54] "POST /neutron/port HTTP/1.1" 200 1135 0.017697 10.0.0.249 - - [2026-02-12 02:10:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004487 10.0.0.249 - - [2026-02-12 02:10:54] "POST /neutron/subnet HTTP/1.1" 200 694 0.008214 10.0.0.249 - - [2026-02-12 02:10:54] "POST /neutron/port HTTP/1.1" 200 117 0.001202 10.0.0.249 - - [2026-02-12 02:10:54] "POST /neutron/network HTTP/1.1" 200 837 0.005780 10.0.0.249 - - [2026-02-12 02:10:54] "GET /projects?obj_uuids=e0f3fef6-a723-4533-bba7-74f1ee2d0994&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001019 10.0.0.249 - - [2026-02-12 02:10:54] "GET /project/e0f3fef6-a723-4533-bba7-74f1ee2d0994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.052327 10.0.0.249 - - [2026-02-12 02:10:54] "POST /neutron/network HTTP/1.1" 200 836 0.006391 10.0.0.249 - - [2026-02-12 02:10:55] "POST /neutron/port HTTP/1.1" 200 1135 0.016651 10.0.0.249 - - [2026-02-12 02:10:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011949 10.0.0.249 - - [2026-02-12 02:10:55] "POST /neutron/port HTTP/1.1" 200 117 0.005217 10.0.0.249 - - [2026-02-12 02:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.249 - - [2026-02-12 02:10:55] "GET /projects?obj_uuids=e0f3fef6-a723-4533-bba7-74f1ee2d0994&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001012 10.0.0.249 - - [2026-02-12 02:10:55] "GET /project/e0f3fef6-a723-4533-bba7-74f1ee2d0994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.039219 10.0.0.249 - - [2026-02-12 02:10:55] "GET /virtual-network/a8798d4e-25ea-4826-8c10-3463fd1a1705?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007291 10.0.0.249 - - [2026-02-12 02:10:55] "GET /floating-ip-pools?parent_id=a8798d4e-25ea-4826-8c10-3463fd1a1705&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004655 10.0.0.249 - - [2026-02-12 02:10:55] "GET /virtual-network/a8798d4e-25ea-4826-8c10-3463fd1a1705?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005989 10.0.0.249 - - [2026-02-12 02:10:55] "POST /floating-ip-pools HTTP/1.1" 200 611 0.024731 10.0.0.249 - - [2026-02-12 02:10:55] "POST /neutron/network HTTP/1.1" 200 846 0.007646 10.0.0.249 - - [2026-02-12 02:10:55] "POST /ref-update HTTP/1.1" 200 156 0.018859 10.0.0.249 - - [2026-02-12 02:10:55] "GET /projects?obj_uuids=e0f3fef6-a723-4533-bba7-74f1ee2d0994&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001317 10.0.0.249 - - [2026-02-12 02:10:55] "GET /virtual-network/a8798d4e-25ea-4826-8c10-3463fd1a1705?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.024901 10.0.0.249 - - [2026-02-12 02:10:55] "GET /domains HTTP/1.1" 200 281 0.003689 10.0.0.249 - - [2026-02-12 02:10:55] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000904 10.0.0.249 - - [2026-02-12 02:10:55] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 2794 0.010237 10.0.0.249 - - [2026-02-12 02:10:55] "GET /projects?obj_uuids=e0f3fef6-a723-4533-bba7-74f1ee2d0994&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001048 10.0.0.249 - - [2026-02-12 02:10:55] "GET /project/e0f3fef6-a723-4533-bba7-74f1ee2d0994 HTTP/1.1" 200 3265 0.117188 10.0.0.249 - - [2026-02-12 02:10:55] "GET /virtual-network/a8798d4e-25ea-4826-8c10-3463fd1a1705 HTTP/1.1" 200 2932 0.019081 10.0.0.249 - - [2026-02-12 02:10:55] "GET /floating-ip-pool/8f28e3f5-fdfd-4071-8a62-9d2f47324017 HTTP/1.1" 200 1444 0.005660 10.0.0.249 - - [2026-02-12 02:10:55] "GET /domains HTTP/1.1" 200 281 0.002025 10.0.0.249 - - [2026-02-12 02:10:55] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001014 10.0.0.249 - - [2026-02-12 02:10:55] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 2794 0.007304 10.0.0.249 - - [2026-02-12 02:10:55] "GET /projects?obj_uuids=e0f3fef6-a723-4533-bba7-74f1ee2d0994&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001027 10.0.0.249 - - [2026-02-12 02:10:55] "GET /project/e0f3fef6-a723-4533-bba7-74f1ee2d0994 HTTP/1.1" 200 3265 0.092140 10.0.0.249 - - [2026-02-12 02:10:55] "GET /virtual-network/a8798d4e-25ea-4826-8c10-3463fd1a1705 HTTP/1.1" 200 3154 0.012829 10.0.0.249 - - [2026-02-12 02:10:55] "POST /neutron/port HTTP/1.1" 200 1070 0.411467 10.0.0.249 - - [2026-02-12 02:10:55] "GET /virtual-network/a8798d4e-25ea-4826-8c10-3463fd1a1705?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.013380 10.0.0.249 - - [2026-02-12 02:10:56] "POST /neutron/port HTTP/1.1" 200 1070 0.009851 10.0.0.249 - - [2026-02-12 02:10:56] "POST /neutron/port HTTP/1.1" 200 1070 0.011768 10.0.0.249 - - [2026-02-12 02:10:56] "POST /neutron/port HTTP/1.1" 200 1135 0.022301 10.0.0.249 - - [2026-02-12 02:10:56] "POST /neutron/security_group HTTP/1.1" 200 2070 0.016123 10.0.0.249 - - [2026-02-12 02:10:56] "POST /neutron/port HTTP/1.1" 200 1124 0.086958 10.0.0.249 - - [2026-02-12 02:10:56] "POST /neutron/port HTTP/1.1" 200 1134 0.011394 10.0.0.249 - - [2026-02-12 02:10:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003549 10.0.0.249 - - [2026-02-12 02:10:56] "POST /neutron/subnet HTTP/1.1" 200 689 0.007450 10.0.0.249 - - [2026-02-12 02:10:56] "POST /neutron/port HTTP/1.1" 200 117 0.001016 10.0.0.249 - - [2026-02-12 02:10:56] "POST /neutron/network HTTP/1.1" 200 836 0.007532 10.0.0.249 - - [2026-02-12 02:11:01] "POST /neutron/port HTTP/1.1" 200 1135 0.018791 10.0.0.249 - - [2026-02-12 02:11:01] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007405 10.0.0.249 - - [2026-02-12 02:11:01] "POST /neutron/port HTTP/1.1" 200 1135 0.020373 10.0.0.249 - - [2026-02-12 02:11:01] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008180 10.0.0.249 - - [2026-02-12 02:11:01] "POST /neutron/port HTTP/1.1" 200 1135 0.012600 10.0.0.249 - - [2026-02-12 02:11:01] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006000 10.0.0.249 - - [2026-02-12 02:11:01] "GET /virtual-machine/7f0fe6fb-f350-4459-994d-92c194d14708 HTTP/1.1" 200 1306 0.005127 10.0.0.249 - - [2026-02-12 02:11:01] "GET /virtual-machine-interface/1afa480e-3df0-43dc-9ada-8f965e578c93 HTTP/1.1" 200 3011 0.006365 10.0.0.249 - - [2026-02-12 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.249 - - [2026-02-12 02:11:01] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004773 10.0.0.249 - - [2026-02-12 02:11:01] "GET /virtual-networks?parent_id=e0f3fef6-a723-4533-bba7-74f1ee2d0994&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003597 10.0.0.249 - - [2026-02-12 02:11:01] "GET /virtual-network/bd8783fa-e1aa-4049-88f9-2ce8e3ce74c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005227 10.0.0.249 - - [2026-02-12 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.249 - - [2026-02-12 02:11:04] "GET /virtual-network/bd8783fa-e1aa-4049-88f9-2ce8e3ce74c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005349 10.0.0.249 - - [2026-02-12 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.249 - - [2026-02-12 02:11:06] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003855 10.0.0.249 - - [2026-02-12 02:11:06] "GET /virtual-networks?parent_id=e0f3fef6-a723-4533-bba7-74f1ee2d0994&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003511 10.0.0.249 - - [2026-02-12 02:11:06] "GET /virtual-network/bd8783fa-e1aa-4049-88f9-2ce8e3ce74c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006341 10.0.0.249 - - [2026-02-12 02:11:06] "POST /neutron/port HTTP/1.1" 200 1135 0.014909 10.0.0.249 - - [2026-02-12 02:11:06] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006909 10.0.0.249 - - [2026-02-12 02:11:07] "POST /neutron/port HTTP/1.1" 200 1135 0.038577 10.0.0.249 - - [2026-02-12 02:11:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005130 10.0.0.249 - - [2026-02-12 02:11:07] "POST /neutron/port HTTP/1.1" 200 1134 0.014787 10.0.0.249 - - [2026-02-12 02:11:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005503 10.0.0.249 - - [2026-02-12 02:11:12] "GET /projects?obj_uuids=e0f3fef6-a723-4533-bba7-74f1ee2d0994&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001164 10.0.0.249 - - [2026-02-12 02:11:12] "POST /neutron/floatingip HTTP/1.1" 200 528 0.096656 10.0.0.249 - - [2026-02-12 02:11:12] "POST /neutron/port HTTP/1.1" 200 1135 0.023340 10.0.0.249 - - [2026-02-12 02:11:12] "POST /neutron/floatingip HTTP/1.1" 200 528 0.005778 10.0.0.249 - - [2026-02-12 02:11:12] "POST /neutron/floatingip HTTP/1.1" 200 574 0.046214 10.0.0.249 - - [2026-02-12 02:11:12] "POST /neutron/port HTTP/1.1" 200 1134 0.014062 10.0.0.249 - - [2026-02-12 02:11:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007014 10.0.0.249 - - [2026-02-12 02:11:12] "POST /neutron/port HTTP/1.1" 200 1134 0.014619 10.0.0.249 - - [2026-02-12 02:11:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009661 10.0.0.249 - - [2026-02-12 02:11:12] "POST /neutron/port HTTP/1.1" 200 1134 0.013139 10.0.0.249 - - [2026-02-12 02:11:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006669 10.0.0.249 - - [2026-02-12 02:11:12] "GET /virtual-machine/bb752329-eaa3-4349-8175-1c52f8e72a1d HTTP/1.1" 200 1306 0.005255 10.0.0.249 - - [2026-02-12 02:11:12] "GET /virtual-machine-interface/9922959e-54e7-403c-b402-8a91f95a095e HTTP/1.1" 200 3012 0.004742 10.0.0.249 - - [2026-02-12 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.249 - - [2026-02-12 02:11:12] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002436 10.0.0.249 - - [2026-02-12 02:11:12] "GET /virtual-networks?parent_id=e0f3fef6-a723-4533-bba7-74f1ee2d0994&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003572 10.0.0.249 - - [2026-02-12 02:11:12] "GET /virtual-network/a8798d4e-25ea-4826-8c10-3463fd1a1705?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005876 10.0.0.249 - - [2026-02-12 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.249 - - [2026-02-12 02:11:13] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003086 10.0.0.249 - - [2026-02-12 02:11:13] "GET /virtual-networks?parent_id=e0f3fef6-a723-4533-bba7-74f1ee2d0994&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003251 10.0.0.249 - - [2026-02-12 02:11:13] "GET /virtual-network/a8798d4e-25ea-4826-8c10-3463fd1a1705?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005386 10.0.0.249 - - [2026-02-12 02:11:13] "POST /neutron/floatingip HTTP/1.1" 200 574 0.015287 10.0.0.249 - - [2026-02-12 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002582 10.0.0.249 - - [2026-02-12 02:11:13] "GET /routing-instance/a5db3cb0-ed68-47b1-94a0-2c8c14ad4c94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1495 0.002961 10.0.0.249 - - [2026-02-12 02:11:14] "GET /route-target/e7e50fd6-1109-4ae2-869d-1ee011b35b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003625 10.0.0.249 - - [2026-02-12 02:11:14] "GET /floating-ip/9402224d-4fad-4c09-a48c-0bcc54882350 HTTP/1.1" 200 1891 0.005290 10.0.0.249 - - [2026-02-12 02:11:17] "POST /neutron/floatingip HTTP/1.1" 200 574 0.011625 10.0.0.249 - - [2026-02-12 02:11:17] "POST /neutron/floatingip HTTP/1.1" 200 528 0.016903 10.0.0.249 - - [2026-02-12 02:11:17] "POST /neutron/floatingip HTTP/1.1" 200 528 0.005533 10.0.0.249 - - [2026-02-12 02:11:17] "POST /neutron/floatingip HTTP/1.1" 200 115 0.032451 10.0.0.249 - - [2026-02-12 02:11:17] "GET /floating-ip-pool/8f28e3f5-fdfd-4071-8a62-9d2f47324017?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.003256 10.0.0.249 - - [2026-02-12 02:11:17] "POST /ref-update HTTP/1.1" 200 156 0.007791 10.0.0.249 - - [2026-02-12 02:11:17] "DELETE /floating-ip-pool/8f28e3f5-fdfd-4071-8a62-9d2f47324017 HTTP/1.1" 200 115 0.022003 10.0.0.249 - - [2026-02-12 02:11:17] "POST /neutron/network HTTP/1.1" 200 837 0.013852 10.0.0.249 - - [2026-02-12 02:11:17] "POST /neutron/network HTTP/1.1" 400 204 0.011505 10.0.0.249 - - [2026-02-12 02:11:17] "POST /neutron/port HTTP/1.1" 200 1134 0.013224 10.0.0.249 - - [2026-02-12 02:11:17] "POST /neutron/port HTTP/1.1" 200 1124 0.010098 10.0.0.249 - - [2026-02-12 02:11:17] "POST /neutron/port HTTP/1.1" 200 1135 0.020872 10.0.0.249 - - [2026-02-12 02:11:18] "POST /neutron/port HTTP/1.1" 200 1125 0.021705 10.0.0.249 - - [2026-02-12 02:11:18] "POST /neutron/port HTTP/1.1" 200 151 0.138174 10.0.0.249 - - [2026-02-12 02:11:18] "POST /neutron/port HTTP/1.1" 200 151 0.126873 10.0.0.249 - - [2026-02-12 02:11:19] "POST /neutron/network HTTP/1.1" 200 837 0.006330 10.0.0.249 - - [2026-02-12 02:11:19] "POST /useragent-kv HTTP/1.1" 200 115 0.005917 10.0.0.249 - - [2026-02-12 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.249 - - [2026-02-12 02:11:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002043 10.0.0.249 - - [2026-02-12 02:11:19] "POST /neutron/network HTTP/1.1" 200 151 0.101249 10.0.0.249 - - [2026-02-12 02:11:19] "GET /routing-instance/868ed506-170f-49d7-94e5-974371ce2bbf HTTP/1.1" 404 171 0.002210 10.0.0.249 - - [2026-02-12 02:11:19] "GET /domains HTTP/1.1" 200 281 0.002838 10.0.0.249 - - [2026-02-12 02:11:19] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001002 10.0.0.249 - - [2026-02-12 02:11:19] "DELETE /route-target/8c78792a-ec9a-4b21-8e16-05d229c67d46 HTTP/1.1" 200 115 0.029355 10.0.0.249 - - [2026-02-12 02:11:19] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 2794 0.049540 10.0.0.249 - - [2026-02-12 02:11:19] "GET /projects?obj_uuids=e0f3fef6-a723-4533-bba7-74f1ee2d0994&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001046 10.0.0.249 - - [2026-02-12 02:11:19] "GET /project/e0f3fef6-a723-4533-bba7-74f1ee2d0994 HTTP/1.1" 200 2191 0.066476 10.0.0.249 - - [2026-02-12 02:11:19] "POST /neutron/network HTTP/1.1" 200 836 0.005683 10.0.0.249 - - [2026-02-12 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.249 - - [2026-02-12 02:11:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002311 10.0.0.249 - - [2026-02-12 02:11:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003872 10.0.0.249 - - [2026-02-12 02:11:19] "POST /neutron/network HTTP/1.1" 200 151 0.083230 10.0.0.249 - - [2026-02-12 02:11:19] "DELETE /route-target/e7e50fd6-1109-4ae2-869d-1ee011b35b41 HTTP/1.1" 200 115 0.017096 10.0.0.249 - - [2026-02-12 02:11:19] "GET /routing-instance/a5db3cb0-ed68-47b1-94a0-2c8c14ad4c94 HTTP/1.1" 404 171 0.003259 10.0.0.249 - - [2026-02-12 02:11:19] "GET /domains HTTP/1.1" 200 281 0.003362 10.0.0.249 - - [2026-02-12 02:11:19] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001219 10.0.0.249 - - [2026-02-12 02:11:19] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 2794 0.053980 10.0.0.249 - - [2026-02-12 02:11:19] "GET /projects?obj_uuids=e0f3fef6-a723-4533-bba7-74f1ee2d0994&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001234 10.0.0.249 - - [2026-02-12 02:11:20] "GET /project/e0f3fef6-a723-4533-bba7-74f1ee2d0994 HTTP/1.1" 200 1940 0.070812 10.0.0.249 - - [2026-02-12 02:11:20] "GET /projects?obj_uuids=e0f3fef6-a723-4533-bba7-74f1ee2d0994&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001069 10.0.0.249 - - [2026-02-12 02:11:20] "GET /project/e0f3fef6-a723-4533-bba7-74f1ee2d0994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.028736 10.0.0.249 - - [2026-02-12 02:11:20] "GET /projects?obj_uuids=e0f3fef6-a723-4533-bba7-74f1ee2d0994&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001195 10.0.0.249 - - [2026-02-12 02:11:20] "GET /project/e0f3fef6-a723-4533-bba7-74f1ee2d0994?fields=virtual_networks HTTP/1.1" 200 1069 0.069695 10.0.0.249 - - [2026-02-12 02:11:20] "GET /projects?obj_uuids=e0f3fef6-a723-4533-bba7-74f1ee2d0994&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000960 10.0.0.249 - - [2026-02-12 02:11:20] "GET /project/e0f3fef6-a723-4533-bba7-74f1ee2d0994?fields=virtual_machine_interfaces HTTP/1.1" 200 1069 0.027994 10.0.0.249 - - [2026-02-12 02:11:20] "GET /projects?obj_uuids=e0f3fef6-a723-4533-bba7-74f1ee2d0994&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001019 10.0.0.249 - - [2026-02-12 02:11:20] "GET /project/e0f3fef6-a723-4533-bba7-74f1ee2d0994?fields=security_groups HTTP/1.1" 200 1308 0.029071 10.0.0.249 - - [2026-02-12 02:11:21] "POST /fqname-to-id HTTP/1.1" 404 183 0.028252 10.0.0.249 - - [2026-02-12 02:11:21] "GET /projects?obj_uuids=01e5396e-dc22-4c8a-8f61-aa2c2141e593&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003849 10.0.0.249 - - [2026-02-12 02:11:21] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000959 10.0.0.249 - - [2026-02-12 02:11:21] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006678 10.0.0.249 - - [2026-02-12 02:11:21] "POST /id-to-fqname HTTP/1.1" 200 185 0.001083 10.0.0.249 - - [2026-02-12 02:11:21] "POST /fqname-to-id HTTP/1.1" 404 194 0.002772 10.0.0.249 - - [2026-02-12 02:11:21] "POST /security-groups HTTP/1.1" 200 586 0.064564 10.0.0.249 - - [2026-02-12 02:11:21] "POST /fqname-to-id HTTP/1.1" 404 229 0.003050 10.0.0.249 - - [2026-02-12 02:11:21] "POST /projects HTTP/1.1" 200 575 0.218274 10.0.0.249 - - [2026-02-12 02:11:21] "POST /access-control-lists HTTP/1.1" 200 593 0.058778 10.0.0.249 - - [2026-02-12 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.288245 10.0.0.249 - - [2026-02-12 02:11:21] "POST /fqname-to-id HTTP/1.1" 404 228 0.002785 10.0.0.249 - - [2026-02-12 02:11:21] "GET /project/01e5396e-dc22-4c8a-8f61-aa2c2141e593?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.415920 10.0.0.249 - - [2026-02-12 02:11:21] "POST /access-control-lists HTTP/1.1" 200 591 0.057402 10.0.0.249 - - [2026-02-12 02:11:23] "GET / HTTP/1.1" 200 36215 0.001903 10.0.0.249 - - [2026-02-12 02:11:24] "GET /projects?obj_uuids=01e5396e-dc22-4c8a-8f61-aa2c2141e593&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001341 10.0.0.249 - - [2026-02-12 02:11:24] "GET /project/01e5396e-dc22-4c8a-8f61-aa2c2141e593?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.035175 10.0.0.249 - - [2026-02-12 02:11:24] "GET /projects?obj_uuids=01e5396e-dc22-4c8a-8f61-aa2c2141e593&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001309 10.0.0.249 - - [2026-02-12 02:11:24] "GET /project/01e5396e-dc22-4c8a-8f61-aa2c2141e593?fields=virtual_networks HTTP/1.1" 200 1033 0.079646 10.0.0.249 - - [2026-02-12 02:11:24] "GET /projects?obj_uuids=01e5396e-dc22-4c8a-8f61-aa2c2141e593&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000929 10.0.0.249 - - [2026-02-12 02:11:24] "GET /project/01e5396e-dc22-4c8a-8f61-aa2c2141e593?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.031847 10.0.0.249 - - [2026-02-12 02:11:24] "GET /projects?obj_uuids=01e5396e-dc22-4c8a-8f61-aa2c2141e593&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000991 10.0.0.249 - - [2026-02-12 02:11:24] "GET /project/01e5396e-dc22-4c8a-8f61-aa2c2141e593?fields=security_groups HTTP/1.1" 200 1255 0.036698 10.0.0.249 - - [2026-02-12 02:11:25] "POST /fqname-to-id HTTP/1.1" 404 183 0.027928 10.0.0.249 - - [2026-02-12 02:11:25] "GET /projects?obj_uuids=8d70205f-c063-4ef8-9edc-16f471d3b691&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002609 10.0.0.249 - - [2026-02-12 02:11:25] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000908 10.0.0.249 - - [2026-02-12 02:11:25] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007351 10.0.0.249 - - [2026-02-12 02:11:25] "POST /id-to-fqname HTTP/1.1" 200 185 0.001132 10.0.0.249 - - [2026-02-12 02:11:25] "POST /fqname-to-id HTTP/1.1" 404 194 0.002751 10.0.0.249 - - [2026-02-12 02:11:25] "POST /security-groups HTTP/1.1" 200 586 0.065111 10.0.0.249 - - [2026-02-12 02:11:25] "POST /fqname-to-id HTTP/1.1" 404 229 0.002287 10.0.0.249 - - [2026-02-12 02:11:25] "POST /projects HTTP/1.1" 200 575 0.213259 10.0.0.249 - - [2026-02-12 02:11:25] "POST /access-control-lists HTTP/1.1" 200 593 0.062267 10.0.0.249 - - [2026-02-12 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.289937 10.0.0.249 - - [2026-02-12 02:11:25] "POST /fqname-to-id HTTP/1.1" 404 228 0.003237 10.0.0.249 - - [2026-02-12 02:11:25] "GET /project/8d70205f-c063-4ef8-9edc-16f471d3b691?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.421605 10.0.0.249 - - [2026-02-12 02:11:25] "POST /access-control-lists HTTP/1.1" 200 591 0.081676 10.0.0.249 - - [2026-02-12 02:11:26] "GET / HTTP/1.1" 200 36215 0.002042 10.0.0.249 - - [2026-02-12 02:11:27] "POST /fqname-to-id HTTP/1.1" 404 193 0.002639 10.0.0.249 - - [2026-02-12 02:11:27] "GET /projects?obj_uuids=8db208d1-8b11-4378-bd03-b2f0e4a7c77b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001002 10.0.0.249 - - [2026-02-12 02:11:27] "POST /fqname-to-id HTTP/1.1" 404 228 0.002439 10.0.0.249 - - [2026-02-12 02:11:27] "POST /access-control-lists HTTP/1.1" 200 592 0.015357 10.0.0.249 - - [2026-02-12 02:11:27] "POST /fqname-to-id HTTP/1.1" 404 227 0.003064 10.0.0.249 - - [2026-02-12 02:11:27] "POST /access-control-lists HTTP/1.1" 200 590 0.026485 10.0.0.249 - - [2026-02-12 02:11:27] "PUT /access-control-list/a579ff1f-e6fc-4623-8214-755923d42ae9 HTTP/1.1" 200 273 0.007411 10.0.0.249 - - [2026-02-12 02:11:27] "POST /neutron/security_group HTTP/1.1" 200 1364 0.330106 10.0.0.249 - - [2026-02-12 02:11:27] "PUT /access-control-list/f561b874-842b-4f3a-b040-846561da5766 HTTP/1.1" 200 273 0.013604 10.0.0.249 - - [2026-02-12 02:11:27] "GET /projects?obj_uuids=8db208d1-8b11-4378-bd03-b2f0e4a7c77b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001041 10.0.0.249 - - [2026-02-12 02:11:27] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.030058 10.0.0.249 - - [2026-02-12 02:11:27] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010373 10.0.0.249 - - [2026-02-12 02:11:27] "PUT /access-control-list/f561b874-842b-4f3a-b040-846561da5766 HTTP/1.1" 200 273 0.017014 10.0.0.249 - - [2026-02-12 02:11:28] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.112888 10.0.0.249 - - [2026-02-12 02:11:28] "PUT /access-control-list/f561b874-842b-4f3a-b040-846561da5766 HTTP/1.1" 200 273 0.019124 10.0.0.249 - - [2026-02-12 02:11:28] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.013592 10.0.0.249 - - [2026-02-12 02:11:28] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.144501 10.0.0.249 - - [2026-02-12 02:11:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.004094 10.0.0.249 - - [2026-02-12 02:11:28] "PUT /access-control-list/f561b874-842b-4f3a-b040-846561da5766 HTTP/1.1" 200 273 0.010037 10.0.0.249 - - [2026-02-12 02:11:28] "GET /projects?obj_uuids=8db208d1-8b11-4378-bd03-b2f0e4a7c77b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001013 10.0.0.249 - - [2026-02-12 02:11:28] "POST /fqname-to-id HTTP/1.1" 404 228 0.003385 10.0.0.249 - - [2026-02-12 02:11:28] "POST /access-control-lists HTTP/1.1" 200 592 0.018321 10.0.0.249 - - [2026-02-12 02:11:28] "POST /fqname-to-id HTTP/1.1" 404 227 0.002690 10.0.0.249 - - [2026-02-12 02:11:28] "POST /access-control-lists HTTP/1.1" 200 590 0.019431 10.0.0.249 - - [2026-02-12 02:11:28] "PUT /access-control-list/d6e206cd-c88e-4154-9af9-c1a2949f4333 HTTP/1.1" 200 273 0.007777 10.0.0.249 - - [2026-02-12 02:11:28] "PUT /access-control-list/e1e52208-dad4-4d77-ae44-9d214c583820 HTTP/1.1" 200 273 0.008458 10.0.0.249 - - [2026-02-12 02:11:28] "POST /neutron/security_group HTTP/1.1" 200 1364 0.341665 10.0.0.249 - - [2026-02-12 02:11:28] "GET /projects?obj_uuids=8db208d1-8b11-4378-bd03-b2f0e4a7c77b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001013 10.0.0.249 - - [2026-02-12 02:11:28] "PUT /access-control-list/e1e52208-dad4-4d77-ae44-9d214c583820 HTTP/1.1" 200 273 0.013439 10.0.0.249 - - [2026-02-12 02:11:28] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.036664 10.0.0.249 - - [2026-02-12 02:11:28] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.009418 10.0.0.249 - - [2026-02-12 02:11:28] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.131496 10.0.0.249 - - [2026-02-12 02:11:28] "PUT /access-control-list/e1e52208-dad4-4d77-ae44-9d214c583820 HTTP/1.1" 200 273 0.010805 10.0.0.249 - - [2026-02-12 02:11:28] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010235 10.0.0.249 - - [2026-02-12 02:11:28] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.109945 10.0.0.249 - - [2026-02-12 02:11:28] "POST /fqname-to-id HTTP/1.1" 401 293 0.000416 10.0.0.249 - - [2026-02-12 02:11:28] "PUT /access-control-list/e1e52208-dad4-4d77-ae44-9d214c583820 HTTP/1.1" 200 273 0.013110 10.0.0.249 - - [2026-02-12 02:11:29] "POST /fqname-to-id HTTP/1.1" 404 210 0.026877 10.0.0.249 - - [2026-02-12 02:11:29] "GET /projects?obj_uuids=8d70205f-c063-4ef8-9edc-16f471d3b691&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000957 10.0.0.249 - - [2026-02-12 02:11:29] "POST /fqname-to-id HTTP/1.1" 404 245 0.002548 10.0.0.249 - - [2026-02-12 02:11:29] "POST /access-control-lists HTTP/1.1" 200 609 0.015646 10.0.0.249 - - [2026-02-12 02:11:29] "POST /fqname-to-id HTTP/1.1" 404 244 0.003045 10.0.0.249 - - [2026-02-12 02:11:29] "POST /access-control-lists HTTP/1.1" 200 607 0.015154 10.0.0.249 - - [2026-02-12 02:11:29] "PUT /access-control-list/ba0c59d5-a05b-46b4-bb9f-0f5886ffd27d HTTP/1.1" 200 273 0.008852 10.0.0.249 - - [2026-02-12 02:11:29] "POST /neutron/security_group HTTP/1.1" 200 1379 0.280720 10.0.0.249 - - [2026-02-12 02:11:29] "GET /projects?obj_uuids=8d70205f-c063-4ef8-9edc-16f471d3b691&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000989 10.0.0.249 - - [2026-02-12 02:11:29] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.030167 10.0.0.249 - - [2026-02-12 02:11:29] "PUT /access-control-list/0adfaedd-49f2-42ac-852e-2137122616b7 HTTP/1.1" 200 273 0.016072 10.0.0.249 - - [2026-02-12 02:11:29] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010222 10.0.0.249 - - [2026-02-12 02:11:29] "PUT /access-control-list/0adfaedd-49f2-42ac-852e-2137122616b7 HTTP/1.1" 200 273 0.007899 10.0.0.249 - - [2026-02-12 02:11:29] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.125591 10.0.0.249 - - [2026-02-12 02:11:29] "PUT /access-control-list/0adfaedd-49f2-42ac-852e-2137122616b7 HTTP/1.1" 200 273 0.009560 10.0.0.249 - - [2026-02-12 02:11:29] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.009299 10.0.0.249 - - [2026-02-12 02:11:29] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.114731 10.0.0.249 - - [2026-02-12 02:11:29] "POST /fqname-to-id HTTP/1.1" 404 210 0.001846 10.0.0.249 - - [2026-02-12 02:11:29] "PUT /access-control-list/0adfaedd-49f2-42ac-852e-2137122616b7 HTTP/1.1" 200 273 0.007938 10.0.0.249 - - [2026-02-12 02:11:29] "GET /projects?obj_uuids=8d70205f-c063-4ef8-9edc-16f471d3b691&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001284 10.0.0.249 - - [2026-02-12 02:11:29] "POST /fqname-to-id HTTP/1.1" 404 245 0.002584 10.0.0.249 - - [2026-02-12 02:11:29] "POST /access-control-lists HTTP/1.1" 200 609 0.013513 10.0.0.249 - - [2026-02-12 02:11:29] "POST /fqname-to-id HTTP/1.1" 404 244 0.002779 10.0.0.249 - - [2026-02-12 02:11:30] "POST /access-control-lists HTTP/1.1" 200 607 0.018160 10.0.0.249 - - [2026-02-12 02:11:30] "PUT /access-control-list/651c354f-b7fd-45be-aea4-109ba186c67f HTTP/1.1" 200 273 0.010827 10.0.0.249 - - [2026-02-12 02:11:30] "POST /neutron/security_group HTTP/1.1" 200 1379 0.290346 10.0.0.249 - - [2026-02-12 02:11:30] "PUT /access-control-list/dafd53f0-b80a-4130-ad7b-5fd12f892dc3 HTTP/1.1" 200 273 0.015144 10.0.0.249 - - [2026-02-12 02:11:30] "GET /projects?obj_uuids=8d70205f-c063-4ef8-9edc-16f471d3b691&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000905 10.0.0.249 - - [2026-02-12 02:11:30] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.029422 10.0.0.249 - - [2026-02-12 02:11:30] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010853 10.0.0.249 - - [2026-02-12 02:11:30] "PUT /access-control-list/dafd53f0-b80a-4130-ad7b-5fd12f892dc3 HTTP/1.1" 200 273 0.015108 10.0.0.249 - - [2026-02-12 02:11:30] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.138159 10.0.0.249 - - [2026-02-12 02:11:30] "PUT /access-control-list/dafd53f0-b80a-4130-ad7b-5fd12f892dc3 HTTP/1.1" 200 273 0.012524 10.0.0.249 - - [2026-02-12 02:11:30] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.014196 10.0.0.249 - - [2026-02-12 02:11:30] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.167974 10.0.0.249 - - [2026-02-12 02:11:30] "PUT /access-control-list/dafd53f0-b80a-4130-ad7b-5fd12f892dc3 HTTP/1.1" 200 273 0.009956 10.0.0.249 - - [2026-02-12 02:11:30] "GET /projects?obj_uuids=8db208d1-8b11-4378-bd03-b2f0e4a7c77b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000999 10.0.0.249 - - [2026-02-12 02:11:30] "POST /neutron/router HTTP/1.1" 200 541 0.039560 10.0.0.249 - - [2026-02-12 02:11:30] "POST /neutron/router HTTP/1.1" 200 541 0.003197 10.0.0.249 - - [2026-02-12 02:11:30] "POST /route-targets HTTP/1.1" 200 328 0.012226 10.0.0.249 - - [2026-02-12 02:11:30] "POST /neutron/router HTTP/1.1" 200 541 0.002487 10.0.0.249 - - [2026-02-12 02:11:30] "PUT /logical-router/e7f63210-f54a-4efb-8cfd-bb9917786d71 HTTP/1.1" 200 263 0.016596 10.0.0.249 - - [2026-02-12 02:11:30] "POST /neutron/router HTTP/1.1" 200 541 0.003799 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 541 0.003838 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 541 0.004320 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 541 0.003213 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 541 0.003342 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 541 0.003380 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 541 0.003525 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 541 0.003222 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 541 0.003050 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 541 0.003750 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 541 0.003918 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 541 0.003075 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 541 0.004141 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 541 0.004695 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 541 0.003376 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 541 0.003307 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 541 0.003161 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 541 0.003775 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 541 0.004097 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 541 0.003880 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 541 0.004274 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 541 0.005069 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 541 0.003383 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 541 0.003461 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 541 0.003355 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 541 0.003067 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 541 0.003407 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 541 0.003531 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 541 0.003295 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 541 0.003031 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 541 0.016579 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 541 0.004075 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 542 0.015209 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 542 0.003261 10.0.0.249 - - [2026-02-12 02:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.249 - - [2026-02-12 02:11:31] "GET /logical-router/e7f63210-f54a-4efb-8cfd-bb9917786d71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005562 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 151 0.045751 10.0.0.249 - - [2026-02-12 02:11:31] "GET /projects?obj_uuids=8d70205f-c063-4ef8-9edc-16f471d3b691&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002020 10.0.0.249 - - [2026-02-12 02:11:31] "DELETE /route-target/71af3f1e-a546-49d0-b2b5-0d52d8181802 HTTP/1.1" 200 115 0.022088 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 559 0.045938 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 559 0.003567 10.0.0.249 - - [2026-02-12 02:11:31] "POST /route-targets HTTP/1.1" 200 328 0.012413 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 559 0.004700 10.0.0.249 - - [2026-02-12 02:11:31] "PUT /logical-router/3b4ac96f-44bb-4064-98ad-bc74efe77a27 HTTP/1.1" 200 263 0.026517 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 559 0.006605 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 559 0.002707 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 559 0.003153 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 559 0.002970 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 559 0.003677 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 559 0.003418 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 559 0.003342 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 559 0.003257 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 559 0.003670 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 559 0.002928 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 559 0.003277 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 559 0.003736 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 559 0.003644 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 559 0.003110 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 559 0.003306 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 559 0.003031 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 559 0.003076 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 559 0.002871 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 559 0.004104 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 559 0.003027 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 559 0.003918 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 559 0.003278 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 559 0.003219 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 559 0.002909 10.0.0.249 - - [2026-02-12 02:11:31] "POST /neutron/router HTTP/1.1" 200 559 0.003840 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 559 0.003494 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 559 0.003840 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 559 0.003178 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 559 0.003507 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 559 0.003309 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 559 0.018822 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 559 0.003270 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 560 0.015118 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 560 0.003284 10.0.0.249 - - [2026-02-12 02:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006977 10.0.0.249 - - [2026-02-12 02:11:32] "GET /logical-router/3b4ac96f-44bb-4064-98ad-bc74efe77a27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.008745 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 151 0.045877 10.0.0.249 - - [2026-02-12 02:11:32] "DELETE /route-target/ac4719ab-fa52-40cd-a966-24edbb97213e HTTP/1.1" 200 115 0.013187 10.0.0.249 - - [2026-02-12 02:11:32] "GET /projects?obj_uuids=8db208d1-8b11-4378-bd03-b2f0e4a7c77b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001776 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 541 0.041758 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 541 0.003538 10.0.0.249 - - [2026-02-12 02:11:32] "POST /route-targets HTTP/1.1" 200 328 0.013186 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 541 0.003251 10.0.0.249 - - [2026-02-12 02:11:32] "PUT /logical-router/6a43a96b-4910-4ea5-8ea2-1fb7a6832ec8 HTTP/1.1" 200 263 0.018495 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 541 0.009895 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 541 0.003725 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 541 0.003301 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 541 0.002934 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 541 0.002958 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 541 0.002903 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 541 0.003021 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 541 0.003179 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 541 0.002953 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 541 0.003068 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 541 0.003219 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 541 0.003703 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 541 0.003062 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 541 0.003355 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 541 0.003695 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 541 0.004563 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 541 0.003242 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 541 0.002982 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 541 0.003414 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 541 0.003440 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 541 0.003521 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 541 0.005876 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 541 0.003519 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 541 0.002856 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 541 0.002961 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 541 0.002787 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 541 0.002866 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 541 0.003396 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 541 0.004008 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 541 0.003070 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 541 0.017532 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 541 0.004023 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 542 0.018199 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 542 0.003470 10.0.0.249 - - [2026-02-12 02:11:32] "GET /logical-router/6a43a96b-4910-4ea5-8ea2-1fb7a6832ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002583 10.0.0.249 - - [2026-02-12 02:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002592 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/router HTTP/1.1" 200 151 0.042048 10.0.0.249 - - [2026-02-12 02:11:32] "DELETE /route-target/9ebd143d-c8bc-430f-bb13-4d2c8866a141 HTTP/1.1" 200 115 0.016437 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/security_group HTTP/1.1" 200 521 0.004893 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/security_group HTTP/1.1" 200 151 0.037201 10.0.0.249 - - [2026-02-12 02:11:32] "DELETE /access-control-list/651c354f-b7fd-45be-aea4-109ba186c67f HTTP/1.1" 200 115 0.021795 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/security_group HTTP/1.1" 200 521 0.002931 10.0.0.249 - - [2026-02-12 02:11:32] "DELETE /access-control-list/dafd53f0-b80a-4130-ad7b-5fd12f892dc3 HTTP/1.1" 200 115 0.022287 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/security_group HTTP/1.1" 200 151 0.039205 10.0.0.249 - - [2026-02-12 02:11:32] "DELETE /access-control-list/ba0c59d5-a05b-46b4-bb9f-0f5886ffd27d HTTP/1.1" 200 115 0.017945 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/security_group HTTP/1.1" 200 506 0.003061 10.0.0.249 - - [2026-02-12 02:11:32] "DELETE /access-control-list/0adfaedd-49f2-42ac-852e-2137122616b7 HTTP/1.1" 200 115 0.029813 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/security_group HTTP/1.1" 200 151 0.039320 10.0.0.249 - - [2026-02-12 02:11:32] "DELETE /access-control-list/d6e206cd-c88e-4154-9af9-c1a2949f4333 HTTP/1.1" 200 115 0.025196 10.0.0.249 - - [2026-02-12 02:11:32] "POST /neutron/security_group HTTP/1.1" 200 506 0.003508 10.0.0.249 - - [2026-02-12 02:11:33] "DELETE /access-control-list/e1e52208-dad4-4d77-ae44-9d214c583820 HTTP/1.1" 200 115 0.060195 10.0.0.249 - - [2026-02-12 02:11:33] "POST /neutron/security_group HTTP/1.1" 200 151 0.065600 10.0.0.249 - - [2026-02-12 02:11:33] "DELETE /access-control-list/a579ff1f-e6fc-4623-8214-755923d42ae9 HTTP/1.1" 200 115 0.021113 10.0.0.249 - - [2026-02-12 02:11:33] "DELETE /access-control-list/f561b874-842b-4f3a-b040-846561da5766 HTTP/1.1" 200 115 0.014954 10.0.0.249 - - [2026-02-12 02:11:33] "GET /projects?obj_uuids=8d70205f-c063-4ef8-9edc-16f471d3b691&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001594 10.0.0.249 - - [2026-02-12 02:11:33] "GET /project/8d70205f-c063-4ef8-9edc-16f471d3b691?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.037262 10.0.0.249 - - [2026-02-12 02:11:33] "GET /projects?obj_uuids=8d70205f-c063-4ef8-9edc-16f471d3b691&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001253 10.0.0.249 - - [2026-02-12 02:11:33] "GET /project/8d70205f-c063-4ef8-9edc-16f471d3b691?fields=virtual_networks HTTP/1.1" 200 1035 0.067001 10.0.0.249 - - [2026-02-12 02:11:33] "GET /projects?obj_uuids=8d70205f-c063-4ef8-9edc-16f471d3b691&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000890 10.0.0.249 - - [2026-02-12 02:11:33] "GET /project/8d70205f-c063-4ef8-9edc-16f471d3b691?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.026349 10.0.0.249 - - [2026-02-12 02:11:33] "GET /projects?obj_uuids=8d70205f-c063-4ef8-9edc-16f471d3b691&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000940 10.0.0.249 - - [2026-02-12 02:11:33] "GET /project/8d70205f-c063-4ef8-9edc-16f471d3b691?fields=security_groups HTTP/1.1" 200 1257 0.026089 10.0.0.249 - - [2026-02-12 02:11:34] "POST /fqname-to-id HTTP/1.1" 404 184 0.030440 10.0.0.249 - - [2026-02-12 02:11:34] "GET /projects?obj_uuids=b8b86d7b-a3dc-4275-bcc2-334065c1d62d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002094 10.0.0.249 - - [2026-02-12 02:11:34] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000892 10.0.0.249 - - [2026-02-12 02:11:34] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006593 10.0.0.249 - - [2026-02-12 02:11:34] "POST /id-to-fqname HTTP/1.1" 200 186 0.002131 10.0.0.249 - - [2026-02-12 02:11:34] "POST /fqname-to-id HTTP/1.1" 404 195 0.002988 10.0.0.249 - - [2026-02-12 02:11:34] "POST /security-groups HTTP/1.1" 200 587 0.064208 10.0.0.249 - - [2026-02-12 02:11:34] "POST /fqname-to-id HTTP/1.1" 404 230 0.002853 10.0.0.249 - - [2026-02-12 02:11:34] "POST /projects HTTP/1.1" 200 577 0.222313 10.0.0.249 - - [2026-02-12 02:11:34] "POST /access-control-lists HTTP/1.1" 200 594 0.059559 10.0.0.249 - - [2026-02-12 02:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.298472 10.0.0.249 - - [2026-02-12 02:11:34] "POST /fqname-to-id HTTP/1.1" 404 229 0.003291 10.0.0.249 - - [2026-02-12 02:11:34] "GET /project/b8b86d7b-a3dc-4275-bcc2-334065c1d62d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.418199 10.0.0.249 - - [2026-02-12 02:11:35] "POST /access-control-lists HTTP/1.1" 200 592 0.064270 10.0.0.249 - - [2026-02-12 02:11:35] "DELETE /project/01e5396edc224c8a8f61aa2c2141e593 HTTP/1.1" 404 173 0.023157 10.0.0.249 - - [2026-02-12 02:11:35] "DELETE /project/e0f3fef6a7234533bba774f1ee2d0994 HTTP/1.1" 404 173 0.017433 10.0.0.249 - - [2026-02-12 02:11:35] "DELETE /project/8d70205fc0634ef89edc16f471d3b691 HTTP/1.1" 404 173 0.018954 10.0.0.249 - - [2026-02-12 02:11:35] "DELETE /project/b8b86d7ba3dc4275bcc2334065c1d62d HTTP/1.1" 404 173 0.007505 10.0.0.249 - - [2026-02-12 02:11:35] "GET /projects?obj_uuids=e0f3fef6-a723-4533-bba7-74f1ee2d0994&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001100 10.0.0.249 - - [2026-02-12 02:11:35] "GET /projects?obj_uuids=01e5396e-dc22-4c8a-8f61-aa2c2141e593&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000836 10.0.0.249 - - [2026-02-12 02:11:35] "GET /projects?obj_uuids=a949bcd8-1962-444a-ada5-6b4a5f0bd403&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000817 10.0.0.249 - - [2026-02-12 02:11:35] "GET /projects?obj_uuids=8d70205f-c063-4ef8-9edc-16f471d3b691&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000749 10.0.0.249 - - [2026-02-12 02:11:35] "GET /project/8d70205f-c063-4ef8-9edc-16f471d3b691?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.041797 10.0.0.249 - - [2026-02-12 02:11:35] "GET /project/01e5396e-dc22-4c8a-8f61-aa2c2141e593?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.051941 10.0.0.249 - - [2026-02-12 02:11:35] "GET /project/a949bcd8-1962-444a-ada5-6b4a5f0bd403?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1523 0.052721 10.0.0.249 - - [2026-02-12 02:11:35] "GET /project/e0f3fef6-a723-4533-bba7-74f1ee2d0994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1527 0.062285 10.0.0.249 - - [2026-02-12 02:11:35] "GET /projects?obj_uuids=e0f3fef6-a723-4533-bba7-74f1ee2d0994&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001379 10.0.0.249 - - [2026-02-12 02:11:35] "GET /projects?obj_uuids=a949bcd8-1962-444a-ada5-6b4a5f0bd403&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000791 10.0.0.249 - - [2026-02-12 02:11:35] "GET /projects?obj_uuids=01e5396e-dc22-4c8a-8f61-aa2c2141e593&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000723 10.0.0.249 - - [2026-02-12 02:11:35] "GET /projects?obj_uuids=8d70205f-c063-4ef8-9edc-16f471d3b691&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000683 10.0.0.249 - - [2026-02-12 02:11:35] "GET /project/e0f3fef6-a723-4533-bba7-74f1ee2d0994?fields=security_groups HTTP/1.1" 200 1410 0.070407 10.0.0.249 - - [2026-02-12 02:11:35] "GET /project/01e5396e-dc22-4c8a-8f61-aa2c2141e593?fields=security_groups HTTP/1.1" 200 1357 0.081025 10.0.0.249 - - [2026-02-12 02:11:35] "GET /project/8d70205f-c063-4ef8-9edc-16f471d3b691?fields=security_groups HTTP/1.1" 200 1359 0.093437 10.0.0.249 - - [2026-02-12 02:11:35] "GET /project/a949bcd8-1962-444a-ada5-6b4a5f0bd403?fields=security_groups HTTP/1.1" 200 1407 0.094383 10.0.0.249 - - [2026-02-12 02:11:35] "DELETE /security-group/872107c5-bfd7-4ca8-bd0b-50f31c9c7d17 HTTP/1.1" 200 115 0.083087 10.0.0.249 - - [2026-02-12 02:11:35] "GET /projects?obj_uuids=e0f3fef6-a723-4533-bba7-74f1ee2d0994&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001296 10.0.0.249 - - [2026-02-12 02:11:35] "DELETE /security-group/ed463cd9-7397-43d7-996d-726359ee838c HTTP/1.1" 200 115 0.083939 10.0.0.249 - - [2026-02-12 02:11:35] "GET /projects?obj_uuids=01e5396e-dc22-4c8a-8f61-aa2c2141e593&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001276 10.0.0.249 - - [2026-02-12 02:11:35] "DELETE /access-control-list/388e2c03-369b-4e49-8477-f977d7ae3ad9 HTTP/1.1" 200 115 0.068951 10.0.0.249 - - [2026-02-12 02:11:35] "GET /project/e0f3fef6-a723-4533-bba7-74f1ee2d0994?fields=application_policy_sets HTTP/1.1" 200 1449 0.067029 10.0.0.249 - - [2026-02-12 02:11:35] "DELETE /security-group/892f97b3-2acc-48e0-945b-e258062d259c HTTP/1.1" 200 115 0.154254 10.0.0.249 - - [2026-02-12 02:11:35] "GET /projects?obj_uuids=8d70205f-c063-4ef8-9edc-16f471d3b691&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000950 10.0.0.249 - - [2026-02-12 02:11:35] "DELETE /access-control-list/1ea196df-2b70-427c-859b-9e656a178f3c HTTP/1.1" 200 115 0.067133 10.0.0.249 - - [2026-02-12 02:11:35] "DELETE /security-group/c3672ba3-8ef4-4820-80c2-1ef54da2a92a HTTP/1.1" 200 115 0.164815 10.0.0.249 - - [2026-02-12 02:11:35] "GET /projects?obj_uuids=a949bcd8-1962-444a-ada5-6b4a5f0bd403&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000849 10.0.0.249 - - [2026-02-12 02:11:35] "GET /project/01e5396e-dc22-4c8a-8f61-aa2c2141e593?fields=application_policy_sets HTTP/1.1" 200 1396 0.098260 10.0.0.249 - - [2026-02-12 02:11:35] "GET /project/a949bcd8-1962-444a-ada5-6b4a5f0bd403?fields=application_policy_sets HTTP/1.1" 200 1446 0.056327 10.0.0.249 - - [2026-02-12 02:11:35] "DELETE /access-control-list/dc7eff17-9810-4a83-a034-9f22ce364698 HTTP/1.1" 200 115 0.065478 10.0.0.249 - - [2026-02-12 02:11:35] "GET /project/8d70205f-c063-4ef8-9edc-16f471d3b691?fields=application_policy_sets HTTP/1.1" 200 1398 0.112674 10.0.0.249 - - [2026-02-12 02:11:35] "DELETE /access-control-list/720f8641-4101-4d75-8a25-29f47eb7c0fb HTTP/1.1" 200 115 0.073895 10.0.0.249 - - [2026-02-12 02:11:36] "DELETE /project/e0f3fef6-a723-4533-bba7-74f1ee2d0994 HTTP/1.1" 200 115 0.583492 10.0.0.249 - - [2026-02-12 02:11:36] "DELETE /access-control-list/eaff83bf-f014-4f4e-9270-4f430c8e8518 HTTP/1.1" 200 115 0.051683 10.0.0.249 - - [2026-02-12 02:11:36] "DELETE /project/01e5396e-dc22-4c8a-8f61-aa2c2141e593 HTTP/1.1" 200 115 0.617673 10.0.0.249 - - [2026-02-12 02:11:36] "DELETE /access-control-list/fd0e58f3-fe3d-434c-b7f2-d827acd3dd5b HTTP/1.1" 200 115 0.036628 10.0.0.249 - - [2026-02-12 02:11:36] "DELETE /project/a949bcd8-1962-444a-ada5-6b4a5f0bd403 HTTP/1.1" 200 115 0.641020 10.0.0.249 - - [2026-02-12 02:11:36] "DELETE /project/8d70205f-c063-4ef8-9edc-16f471d3b691 HTTP/1.1" 200 115 0.650676 10.0.0.249 - - [2026-02-12 02:11:36] "DELETE /access-control-list/dea9f12b-a6e6-4692-99a3-6ec53e60b47b HTTP/1.1" 200 115 0.020130 10.0.0.249 - - [2026-02-12 02:11:36] "DELETE /access-control-list/898879a6-4579-481f-94e6-ab48111619ed HTTP/1.1" 200 115 0.017282 10.0.0.249 - - [2026-02-12 02:11:36] "GET / HTTP/1.1" 200 36215 0.002386 10.0.0.249 - - [2026-02-12 02:11:36] "POST /fqname-to-id HTTP/1.1" 401 293 0.000533 10.0.0.249 - - [2026-02-12 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.057495 10.0.0.249 - - [2026-02-12 02:11:37] "GET /projects?obj_uuids=b8b86d7b-a3dc-4275-bcc2-334065c1d62d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000906 10.0.0.249 - - [2026-02-12 02:11:37] "GET /project/b8b86d7b-a3dc-4275-bcc2-334065c1d62d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.028054 10.0.0.249 - - [2026-02-12 02:11:37] "POST /neutron/network HTTP/1.1" 200 117 0.034266 10.0.0.249 - - [2026-02-12 02:11:37] "GET /projects?obj_uuids=b8b86d7b-a3dc-4275-bcc2-334065c1d62d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001345 10.0.0.249 - - [2026-02-12 02:11:37] "POST /neutron/network HTTP/1.1" 200 601 0.067965 10.0.0.249 - - [2026-02-12 02:11:37] "POST /route-targets HTTP/1.1" 200 328 0.009597 10.0.0.249 - - [2026-02-12 02:11:37] "POST /ref-update HTTP/1.1" 200 156 0.012569 10.0.0.249 - - [2026-02-12 02:11:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003649 10.0.0.249 - - [2026-02-12 02:11:37] "POST /neutron/subnet HTTP/1.1" 200 729 0.192010 10.0.0.249 - - [2026-02-12 02:11:37] "POST /neutron/network HTTP/1.1" 200 821 0.006153 10.0.0.249 - - [2026-02-12 02:11:37] "POST /id-to-fqname HTTP/1.1" 200 216 0.001694 10.0.0.249 - - [2026-02-12 02:11:37] "GET /virtual-network/0c495bbd-95d6-43e0-9ca8-1703476686eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006161 10.0.0.249 - - [2026-02-12 02:11:37] "POST /neutron/network HTTP/1.1" 200 821 0.006257 10.0.0.249 - - [2026-02-12 02:11:37] "GET /virtual-network/0c495bbd-95d6-43e0-9ca8-1703476686eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005016 10.0.0.249 - - [2026-02-12 02:11:37] "POST /neutron/network HTTP/1.1" 200 821 0.006318 10.0.0.249 - - [2026-02-12 02:11:37] "POST /neutron/subnet HTTP/1.1" 200 729 0.006946 10.0.0.249 - - [2026-02-12 02:11:37] "POST /fqname-to-id HTTP/1.1" 404 206 0.002748 10.0.0.249 - - [2026-02-12 02:11:37] "GET /virtual-network/0c495bbd-95d6-43e0-9ca8-1703476686eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004643 10.0.0.249 - - [2026-02-12 02:11:38] "GET /projects?obj_uuids=b8b86d7b-a3dc-4275-bcc2-334065c1d62d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000877 10.0.0.249 - - [2026-02-12 02:11:38] "POST /neutron/port HTTP/1.1" 200 1018 0.164115 10.0.0.249 - - [2026-02-12 02:11:38] "GET /virtual-machine-interface/e103aaf8-e56a-4909-92e7-ffd348eeee18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2390 0.004217 10.0.0.249 - - [2026-02-12 02:11:38] "GET /virtual-machine-interface/e103aaf8-e56a-4909-92e7-ffd348eeee18?fields=instance_ip_back_refs HTTP/1.1" 200 1321 0.004223 10.0.0.249 - - [2026-02-12 02:11:38] "GET /instance-ip/caf703bc-f4fa-4209-bc9e-65c2622973c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1599 0.004776 10.0.0.249 - - [2026-02-12 02:11:38] "GET /virtual-machine-interface/e103aaf8-e56a-4909-92e7-ffd348eeee18 HTTP/1.1" 401 293 0.000971 10.0.0.249 - - [2026-02-12 02:11:38] "GET /virtual-machine-interface/e103aaf8-e56a-4909-92e7-ffd348eeee18 HTTP/1.1" 200 2612 0.032867 10.0.0.249 - - [2026-02-12 02:11:38] "POST /neutron/port HTTP/1.1" 200 1018 0.008794 10.0.0.249 - - [2026-02-12 02:11:38] "POST /neutron/port HTTP/1.1" 200 151 0.065964 10.0.0.249 - - [2026-02-12 02:11:38] "POST /neutron/network HTTP/1.1" 200 821 0.006301 10.0.0.249 - - [2026-02-12 02:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.249 - - [2026-02-12 02:11:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001676 10.0.0.249 - - [2026-02-12 02:11:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002323 10.0.0.249 - - [2026-02-12 02:11:38] "POST /neutron/network HTTP/1.1" 200 151 0.070992 10.0.0.249 - - [2026-02-12 02:11:38] "DELETE /route-target/5c355165-0717-4dfd-a6a2-b07b8278c2ec HTTP/1.1" 200 115 0.015492 10.0.0.249 - - [2026-02-12 02:11:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.249 - - [2026-02-12 02:11:39] "GET /projects?obj_uuids=b8b86d7b-a3dc-4275-bcc2-334065c1d62d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001007 10.0.0.249 - - [2026-02-12 02:11:39] "GET /project/b8b86d7b-a3dc-4275-bcc2-334065c1d62d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.027101 10.0.0.249 - - [2026-02-12 02:11:39] "POST /neutron/network HTTP/1.1" 200 117 0.009679 10.0.0.249 - - [2026-02-12 02:11:39] "GET /projects?obj_uuids=b8b86d7b-a3dc-4275-bcc2-334065c1d62d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000904 10.0.0.249 - - [2026-02-12 02:11:39] "POST /neutron/network HTTP/1.1" 200 603 0.063659 10.0.0.249 - - [2026-02-12 02:11:39] "POST /route-targets HTTP/1.1" 200 328 0.011337 10.0.0.249 - - [2026-02-12 02:11:39] "POST /ref-update HTTP/1.1" 200 156 0.013133 10.0.0.249 - - [2026-02-12 02:11:39] "POST /useragent-kv HTTP/1.1" 200 115 0.006501 10.0.0.249 - - [2026-02-12 02:11:39] "POST /neutron/subnet HTTP/1.1" 200 725 0.209837 10.0.0.249 - - [2026-02-12 02:11:39] "POST /useragent-kv HTTP/1.1" 200 115 0.004002 10.0.0.249 - - [2026-02-12 02:11:39] "POST /neutron/subnet HTTP/1.1" 200 715 0.169998 10.0.0.249 - - [2026-02-12 02:11:39] "POST /neutron/network HTTP/1.1" 200 976 0.006407 10.0.0.249 - - [2026-02-12 02:11:39] "POST /id-to-fqname HTTP/1.1" 200 217 0.000998 10.0.0.249 - - [2026-02-12 02:11:39] "GET /virtual-network/fbc9c68c-fb57-46fe-a70c-cec90e332df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.004166 10.0.0.249 - - [2026-02-12 02:11:40] "POST /neutron/network HTTP/1.1" 200 976 0.006912 10.0.0.249 - - [2026-02-12 02:11:40] "GET /virtual-network/fbc9c68c-fb57-46fe-a70c-cec90e332df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.020381 10.0.0.249 - - [2026-02-12 02:11:40] "POST /neutron/network HTTP/1.1" 200 976 0.007432 10.0.0.249 - - [2026-02-12 02:11:40] "POST /neutron/subnet HTTP/1.1" 200 725 0.010750 10.0.0.249 - - [2026-02-12 02:11:40] "POST /neutron/subnet HTTP/1.1" 200 715 0.007505 10.0.0.249 - - [2026-02-12 02:11:40] "GET /projects?obj_uuids=b8b86d7b-a3dc-4275-bcc2-334065c1d62d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001055 10.0.0.249 - - [2026-02-12 02:11:40] "POST /neutron/port HTTP/1.1" 200 1018 0.182890 10.0.0.249 - - [2026-02-12 02:11:40] "GET /projects?obj_uuids=b8b86d7b-a3dc-4275-bcc2-334065c1d62d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000918 10.0.0.249 - - [2026-02-12 02:11:40] "GET /obj-perms HTTP/1.1" 200 5075 0.083001 10.0.0.249 - - [2026-02-12 02:11:40] "POST /neutron/port HTTP/1.1" 200 1016 0.206381 10.0.0.249 - - [2026-02-12 02:11:40] "POST /id-to-fqname HTTP/1.1" 200 217 0.001207 10.0.0.249 - - [2026-02-12 02:11:40] "POST /neutron/port HTTP/1.1" 200 1018 0.012160 10.0.0.249 - - [2026-02-12 02:11:40] "GET /obj-perms HTTP/1.1" 200 5075 0.055694 10.0.0.249 - - [2026-02-12 02:11:40] "POST /neutron/port HTTP/1.1" 200 1018 0.007635 10.0.0.249 - - [2026-02-12 02:11:40] "POST /neutron/network HTTP/1.1" 200 976 0.007944 10.0.0.249 - - [2026-02-12 02:11:40] "POST /neutron/port HTTP/1.1" 200 1018 0.009531 10.0.0.249 - - [2026-02-12 02:11:40] "POST /neutron/port HTTP/1.1" 200 117 0.005206 10.0.0.249 - - [2026-02-12 02:11:40] "POST /neutron/port HTTP/1.1" 200 117 0.004788 10.0.0.249 - - [2026-02-12 02:11:41] "POST /id-to-fqname HTTP/1.1" 200 217 0.001400 10.0.0.249 - - [2026-02-12 02:11:41] "POST /neutron/port HTTP/1.1" 200 117 0.004606 10.0.0.249 - - [2026-02-12 02:11:41] "POST /neutron/port HTTP/1.1" 200 1016 0.007714 10.0.0.249 - - [2026-02-12 02:11:41] "POST /neutron/port HTTP/1.1" 200 1016 0.007835 10.0.0.249 - - [2026-02-12 02:11:41] "POST /neutron/network HTTP/1.1" 200 976 0.006732 10.0.0.249 - - [2026-02-12 02:11:41] "POST /neutron/port HTTP/1.1" 200 1016 0.008170 10.0.0.249 - - [2026-02-12 02:11:41] "POST /neutron/port HTTP/1.1" 200 1018 0.008770 10.0.0.249 - - [2026-02-12 02:11:41] "POST /neutron/port HTTP/1.1" 200 117 0.005664 10.0.0.249 - - [2026-02-12 02:11:41] "POST /neutron/port HTTP/1.1" 200 1016 0.008163 10.0.0.249 - - [2026-02-12 02:11:41] "POST /neutron/port HTTP/1.1" 200 117 0.004124 10.0.0.249 - - [2026-02-12 02:11:41] "POST /neutron/port HTTP/1.1" 200 117 0.005472 10.0.0.249 - - [2026-02-12 02:11:41] "POST /neutron/port HTTP/1.1" 200 1018 0.010834 10.0.0.249 - - [2026-02-12 02:11:41] "POST /neutron/network HTTP/1.1" 200 986 0.004550 10.0.0.249 - - [2026-02-12 02:11:42] "POST /neutron/port HTTP/1.1" 200 1018 0.014868 10.0.0.249 - - [2026-02-12 02:11:42] "POST /neutron/port HTTP/1.1" 200 1016 0.014130 10.0.0.249 - - [2026-02-12 02:11:42] "POST /neutron/port HTTP/1.1" 200 1018 0.014993 10.0.0.249 - - [2026-02-12 02:11:42] "POST /neutron/network HTTP/1.1" 200 986 0.005112 10.0.0.249 - - [2026-02-12 02:11:42] "POST /neutron/port HTTP/1.1" 200 1016 0.022402 10.0.0.249 - - [2026-02-12 02:11:42] "POST /neutron/port HTTP/1.1" 200 1016 0.007714 10.0.0.249 - - [2026-02-12 02:11:42] "POST /neutron/port HTTP/1.1" 200 1110 0.121325 10.0.0.249 - - [2026-02-12 02:11:42] "POST /neutron/port HTTP/1.1" 200 1108 0.130769 10.0.0.249 - - [2026-02-12 02:11:42] "POST /neutron/port HTTP/1.1" 200 1120 0.015930 10.0.0.249 - - [2026-02-12 02:11:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003866 10.0.0.249 - - [2026-02-12 02:11:42] "POST /neutron/port HTTP/1.1" 200 1118 0.018113 10.0.0.249 - - [2026-02-12 02:11:42] "POST /neutron/subnet HTTP/1.1" 200 699 0.007655 10.0.0.249 - - [2026-02-12 02:11:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003882 10.0.0.249 - - [2026-02-12 02:11:42] "POST /neutron/port HTTP/1.1" 200 117 0.001198 10.0.0.249 - - [2026-02-12 02:11:42] "POST /neutron/subnet HTTP/1.1" 200 689 0.014997 10.0.0.249 - - [2026-02-12 02:11:42] "POST /neutron/network HTTP/1.1" 200 976 0.008364 10.0.0.249 - - [2026-02-12 02:11:42] "POST /neutron/port HTTP/1.1" 200 117 0.001389 10.0.0.249 - - [2026-02-12 02:11:42] "POST /neutron/network HTTP/1.1" 200 976 0.010912 10.0.0.249 - - [2026-02-12 02:11:46] "POST /neutron/port HTTP/1.1" 200 1120 0.011514 10.0.0.249 - - [2026-02-12 02:11:46] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004824 10.0.0.249 - - [2026-02-12 02:11:46] "POST /neutron/port HTTP/1.1" 200 1120 0.013359 10.0.0.249 - - [2026-02-12 02:11:46] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005430 10.0.0.249 - - [2026-02-12 02:11:46] "POST /neutron/port HTTP/1.1" 200 1120 0.011847 10.0.0.249 - - [2026-02-12 02:11:46] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006223 10.0.0.249 - - [2026-02-12 02:11:46] "GET /virtual-machine/108bfcaa-7d64-48ee-9394-99886866668b HTTP/1.1" 200 1286 0.004046 10.0.0.249 - - [2026-02-12 02:11:46] "GET /virtual-machine-interface/c206d5f0-ab32-41e4-bd92-eec43c395413 HTTP/1.1" 200 2932 0.006288 10.0.0.249 - - [2026-02-12 02:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002407 10.0.0.249 - - [2026-02-12 02:11:46] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004109 10.0.0.249 - - [2026-02-12 02:11:46] "GET /virtual-networks?parent_id=b8b86d7b-a3dc-4275-bcc2-334065c1d62d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002999 10.0.0.249 - - [2026-02-12 02:11:46] "GET /virtual-network/fbc9c68c-fb57-46fe-a70c-cec90e332df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005051 10.0.0.249 - - [2026-02-12 02:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002432 10.0.0.249 - - [2026-02-12 02:11:49] "GET /virtual-network/fbc9c68c-fb57-46fe-a70c-cec90e332df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005132 10.0.0.249 - - [2026-02-12 02:11:50] "POST /neutron/port HTTP/1.1" 200 1120 0.011019 10.0.0.249 - - [2026-02-12 02:11:51] "POST /neutron/port HTTP/1.1" 200 1120 0.011616 10.0.0.249 - - [2026-02-12 02:11:51] "POST /neutron/network HTTP/1.1" 200 986 0.005189 10.0.0.249 - - [2026-02-12 02:11:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003220 10.0.0.249 - - [2026-02-12 02:11:51] "POST /neutron/subnet HTTP/1.1" 200 699 0.007070 10.0.0.249 - - [2026-02-12 02:11:51] "POST /neutron/port HTTP/1.1" 200 117 0.001096 10.0.0.249 - - [2026-02-12 02:11:51] "POST /neutron/network HTTP/1.1" 200 976 0.006810 10.0.0.249 - - [2026-02-12 02:11:51] "POST /neutron/port HTTP/1.1" 200 1120 0.011290 10.0.0.249 - - [2026-02-12 02:11:51] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005698 10.0.0.249 - - [2026-02-12 02:11:51] "POST /neutron/port HTTP/1.1" 200 1118 0.012585 10.0.0.249 - - [2026-02-12 02:11:51] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006154 10.0.0.249 - - [2026-02-12 02:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004759 10.0.0.249 - - [2026-02-12 02:11:54] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002793 10.0.0.249 - - [2026-02-12 02:11:54] "GET /virtual-networks?parent_id=b8b86d7b-a3dc-4275-bcc2-334065c1d62d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003104 10.0.0.249 - - [2026-02-12 02:11:54] "GET /virtual-network/fbc9c68c-fb57-46fe-a70c-cec90e332df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.004779 10.0.0.249 - - [2026-02-12 02:11:54] "POST /neutron/port HTTP/1.1" 200 1118 0.010752 10.0.0.249 - - [2026-02-12 02:11:54] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006225 10.0.0.249 - - [2026-02-12 02:11:54] "POST /neutron/port HTTP/1.1" 200 1118 0.011785 10.0.0.249 - - [2026-02-12 02:11:54] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005383 10.0.0.249 - - [2026-02-12 02:11:54] "POST /neutron/port HTTP/1.1" 200 1118 0.010437 10.0.0.249 - - [2026-02-12 02:11:54] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005890 10.0.0.249 - - [2026-02-12 02:11:54] "GET /virtual-machine/c2cd2bc8-5d20-414b-bbe3-23f068efb6e1 HTTP/1.1" 200 1287 0.004949 10.0.0.249 - - [2026-02-12 02:11:54] "GET /virtual-machine-interface/65190a44-432d-4c44-9d0a-4b279a3f993e HTTP/1.1" 200 2931 0.004310 10.0.0.249 - - [2026-02-12 02:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002532 10.0.0.249 - - [2026-02-12 02:11:54] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003217 10.0.0.249 - - [2026-02-12 02:11:54] "GET /virtual-networks?parent_id=b8b86d7b-a3dc-4275-bcc2-334065c1d62d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002702 10.0.0.249 - - [2026-02-12 02:11:54] "GET /virtual-network/fbc9c68c-fb57-46fe-a70c-cec90e332df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005499 10.0.0.249 - - [2026-02-12 02:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002525 10.0.0.249 - - [2026-02-12 02:11:55] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004243 10.0.0.249 - - [2026-02-12 02:11:55] "GET /virtual-networks?parent_id=b8b86d7b-a3dc-4275-bcc2-334065c1d62d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002685 10.0.0.249 - - [2026-02-12 02:11:55] "GET /virtual-network/fbc9c68c-fb57-46fe-a70c-cec90e332df2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006322 10.0.0.249 - - [2026-02-12 02:11:59] "POST /neutron/port HTTP/1.1" 200 1108 0.015291 10.0.0.249 - - [2026-02-12 02:11:59] "POST /neutron/port HTTP/1.1" 200 1108 0.010355 10.0.0.249 - - [2026-02-12 02:11:59] "POST /neutron/port HTTP/1.1" 200 151 0.097012 10.0.0.249 - - [2026-02-12 02:11:59] "POST /neutron/port HTTP/1.1" 200 1110 0.011708 10.0.0.249 - - [2026-02-12 02:11:59] "POST /neutron/port HTTP/1.1" 200 1110 0.009171 10.0.0.249 - - [2026-02-12 02:11:59] "POST /neutron/port HTTP/1.1" 200 151 0.108545 10.0.0.249 - - [2026-02-12 02:11:59] "POST /neutron/network HTTP/1.1" 200 976 0.006998 10.0.0.249 - - [2026-02-12 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.249 - - [2026-02-12 02:11:59] "POST /useragent-kv HTTP/1.1" 200 115 0.001766 10.0.0.249 - - [2026-02-12 02:11:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002752 10.0.0.249 - - [2026-02-12 02:11:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002713 10.0.0.249 - - [2026-02-12 02:11:59] "POST /useragent-kv HTTP/1.1" 200 115 0.001575 10.0.0.249 - - [2026-02-12 02:11:59] "POST /neutron/network HTTP/1.1" 200 151 0.092620 10.0.0.249 - - [2026-02-12 02:11:59] "DELETE /route-target/a38d7ca6-03bb-43c6-8c50-b22794bb3828 HTTP/1.1" 200 115 0.026605 10.0.0.249 - - [2026-02-12 02:11:59] "GET /projects?obj_uuids=b8b86d7b-a3dc-4275-bcc2-334065c1d62d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000901 10.0.0.249 - - [2026-02-12 02:11:59] "GET /project/b8b86d7b-a3dc-4275-bcc2-334065c1d62d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.021259 10.0.0.249 - - [2026-02-12 02:11:59] "GET /projects?obj_uuids=b8b86d7b-a3dc-4275-bcc2-334065c1d62d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000952 10.0.0.249 - - [2026-02-12 02:11:59] "GET /project/b8b86d7b-a3dc-4275-bcc2-334065c1d62d?fields=virtual_networks HTTP/1.1" 200 1037 0.066720 10.0.0.249 - - [2026-02-12 02:11:59] "GET /projects?obj_uuids=b8b86d7b-a3dc-4275-bcc2-334065c1d62d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000866 10.0.0.249 - - [2026-02-12 02:11:59] "GET /project/b8b86d7b-a3dc-4275-bcc2-334065c1d62d?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.038829 10.0.0.249 - - [2026-02-12 02:12:00] "GET /projects?obj_uuids=b8b86d7b-a3dc-4275-bcc2-334065c1d62d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001057 10.0.0.249 - - [2026-02-12 02:12:00] "GET /project/b8b86d7b-a3dc-4275-bcc2-334065c1d62d?fields=security_groups HTTP/1.1" 200 1260 0.032255 10.0.0.249 - - [2026-02-12 02:12:00] "POST /fqname-to-id HTTP/1.1" 404 186 0.028802 10.0.0.249 - - [2026-02-12 02:12:01] "GET /projects?obj_uuids=9542e51d-0501-478b-a671-0b09dffb2792&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002509 10.0.0.249 - - [2026-02-12 02:12:01] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000951 10.0.0.249 - - [2026-02-12 02:12:01] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006727 10.0.0.249 - - [2026-02-12 02:12:01] "POST /id-to-fqname HTTP/1.1" 200 188 0.004474 10.0.0.249 - - [2026-02-12 02:12:01] "POST /fqname-to-id HTTP/1.1" 404 197 0.003673 10.0.0.249 - - [2026-02-12 02:12:01] "POST /security-groups HTTP/1.1" 200 589 0.064726 10.0.0.249 - - [2026-02-12 02:12:01] "POST /fqname-to-id HTTP/1.1" 404 232 0.004222 10.0.0.249 - - [2026-02-12 02:12:01] "POST /projects HTTP/1.1" 200 581 0.222653 10.0.0.249 - - [2026-02-12 02:12:01] "POST /access-control-lists HTTP/1.1" 200 596 0.059373 10.0.0.249 - - [2026-02-12 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.292053 10.0.0.249 - - [2026-02-12 02:12:01] "POST /fqname-to-id HTTP/1.1" 404 231 0.003239 10.0.0.249 - - [2026-02-12 02:12:01] "GET /project/9542e51d-0501-478b-a671-0b09dffb2792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.424404 10.0.0.249 - - [2026-02-12 02:12:01] "POST /access-control-lists HTTP/1.1" 200 594 0.060990 10.0.0.249 - - [2026-02-12 02:12:02] "GET / HTTP/1.1" 200 36215 0.001735 10.0.0.249 - - [2026-02-12 02:12:03] "POST /fqname-to-id HTTP/1.1" 401 293 0.000472 10.0.0.249 - - [2026-02-12 02:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.069980 10.0.0.249 - - [2026-02-12 02:12:03] "GET /projects?obj_uuids=9542e51d-0501-478b-a671-0b09dffb2792&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000976 10.0.0.249 - - [2026-02-12 02:12:03] "GET /project/9542e51d-0501-478b-a671-0b09dffb2792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.018984 10.0.0.249 - - [2026-02-12 02:12:03] "POST /neutron/network HTTP/1.1" 200 117 0.035247 10.0.0.249 - - [2026-02-12 02:12:03] "GET /projects?obj_uuids=9542e51d-0501-478b-a671-0b09dffb2792&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001925 10.0.0.249 - - [2026-02-12 02:12:03] "POST /neutron/network HTTP/1.1" 200 605 0.065575 10.0.0.249 - - [2026-02-12 02:12:03] "POST /route-targets HTTP/1.1" 200 328 0.012181 10.0.0.249 - - [2026-02-12 02:12:03] "POST /ref-update HTTP/1.1" 200 156 0.012611 10.0.0.249 - - [2026-02-12 02:12:04] "POST /useragent-kv HTTP/1.1" 200 115 0.012280 10.0.0.249 - - [2026-02-12 02:12:04] "POST /neutron/subnet HTTP/1.1" 200 724 0.223122 10.0.0.249 - - [2026-02-12 02:12:04] "POST /neutron/network HTTP/1.1" 200 824 0.005404 10.0.0.249 - - [2026-02-12 02:12:04] "POST /id-to-fqname HTTP/1.1" 200 219 0.001160 10.0.0.249 - - [2026-02-12 02:12:04] "GET /virtual-network/1e13d583-9708-46bf-aeb7-9ff0a4525c5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004869 10.0.0.249 - - [2026-02-12 02:12:04] "POST /neutron/network HTTP/1.1" 200 824 0.011245 10.0.0.249 - - [2026-02-12 02:12:04] "GET /virtual-network/1e13d583-9708-46bf-aeb7-9ff0a4525c5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005235 10.0.0.249 - - [2026-02-12 02:12:04] "POST /neutron/network HTTP/1.1" 200 824 0.005386 10.0.0.249 - - [2026-02-12 02:12:04] "POST /neutron/subnet HTTP/1.1" 200 724 0.006955 10.0.0.249 - - [2026-02-12 02:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006630 10.0.0.249 - - [2026-02-12 02:12:04] "GET /projects?obj_uuids=9542e51d-0501-478b-a671-0b09dffb2792&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000984 10.0.0.249 - - [2026-02-12 02:12:04] "GET /project/9542e51d-0501-478b-a671-0b09dffb2792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.028297 10.0.0.249 - - [2026-02-12 02:12:04] "POST /neutron/port HTTP/1.1" 200 117 0.005637 10.0.0.249 - - [2026-02-12 02:12:04] "POST /neutron/network HTTP/1.1" 200 117 0.011564 10.0.0.249 - - [2026-02-12 02:12:04] "POST /neutron/port HTTP/1.1" 400 205 0.003260 10.0.0.249 - - [2026-02-12 02:12:04] "GET /projects?obj_uuids=9542e51d-0501-478b-a671-0b09dffb2792&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001096 10.0.0.249 - - [2026-02-12 02:12:04] "POST /neutron/port HTTP/1.1" 200 117 0.008835 10.0.0.249 - - [2026-02-12 02:12:04] "POST /neutron/port HTTP/1.1" 400 205 0.003548 10.0.0.249 - - [2026-02-12 02:12:04] "POST /neutron/network HTTP/1.1" 200 605 0.075466 10.0.0.249 - - [2026-02-12 02:12:04] "POST /route-targets HTTP/1.1" 200 328 0.011453 10.0.0.249 - - [2026-02-12 02:12:04] "POST /ref-update HTTP/1.1" 200 156 0.011605 10.0.0.249 - - [2026-02-12 02:12:04] "POST /useragent-kv HTTP/1.1" 200 115 0.004204 10.0.0.249 - - [2026-02-12 02:12:04] "POST /neutron/subnet HTTP/1.1" 200 715 0.209513 10.0.0.249 - - [2026-02-12 02:12:04] "POST /neutron/network HTTP/1.1" 200 822 0.005028 10.0.0.249 - - [2026-02-12 02:12:04] "POST /id-to-fqname HTTP/1.1" 200 219 0.001065 10.0.0.249 - - [2026-02-12 02:12:04] "GET /virtual-network/b4a3a061-aca6-499a-aa60-6c2f3bce7224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004773 10.0.0.249 - - [2026-02-12 02:12:04] "POST /neutron/network HTTP/1.1" 200 822 0.005165 10.0.0.249 - - [2026-02-12 02:12:04] "GET /virtual-network/b4a3a061-aca6-499a-aa60-6c2f3bce7224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005070 10.0.0.249 - - [2026-02-12 02:12:04] "POST /neutron/network HTTP/1.1" 200 822 0.005734 10.0.0.249 - - [2026-02-12 02:12:04] "POST /neutron/subnet HTTP/1.1" 200 715 0.006905 10.0.0.249 - - [2026-02-12 02:12:04] "POST /id-to-fqname HTTP/1.1" 200 219 0.000975 10.0.0.249 - - [2026-02-12 02:12:05] "POST /neutron/network HTTP/1.1" 200 834 0.005213 10.0.0.249 - - [2026-02-12 02:12:05] "GET /aaa-mode HTTP/1.1" 401 293 0.000527 10.0.0.249 - - [2026-02-12 02:12:05] "GET / HTTP/1.1" 200 36215 0.001923 10.0.0.249 - - [2026-02-12 02:12:05] "GET /project/9542e51d-0501-478b-a671-0b09dffb2792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000333 10.0.0.249 - - [2026-02-12 02:12:05] "GET /projects?obj_uuids=9542e51d-0501-478b-a671-0b09dffb2792&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001046 10.0.0.249 - - [2026-02-12 02:12:05] "GET /project/9542e51d-0501-478b-a671-0b09dffb2792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.047077 10.0.0.249 - - [2026-02-12 02:12:05] "POST /neutron/network HTTP/1.1" 200 824 0.005116 10.0.0.249 - - [2026-02-12 02:12:06] "POST /neutron/port HTTP/1.1" 200 117 0.004560 10.0.0.249 - - [2026-02-12 02:12:06] "POST /neutron/port HTTP/1.1" 200 117 0.005780 10.0.0.249 - - [2026-02-12 02:12:06] "POST /id-to-fqname HTTP/1.1" 200 219 0.001602 10.0.0.249 - - [2026-02-12 02:12:06] "POST /neutron/port HTTP/1.1" 200 117 0.004465 10.0.0.249 - - [2026-02-12 02:12:06] "POST /neutron/network HTTP/1.1" 200 832 0.005284 10.0.0.249 - - [2026-02-12 02:12:06] "GET /aaa-mode HTTP/1.1" 401 293 0.000361 10.0.0.249 - - [2026-02-12 02:12:06] "POST /neutron/network HTTP/1.1" 200 834 0.005495 10.0.0.249 - - [2026-02-12 02:12:06] "GET /projects?obj_uuids=9542e51d-0501-478b-a671-0b09dffb2792&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000877 10.0.0.249 - - [2026-02-12 02:12:06] "GET / HTTP/1.1" 200 36215 0.001559 10.0.0.249 - - [2026-02-12 02:12:06] "GET /project/9542e51d-0501-478b-a671-0b09dffb2792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000522 10.0.0.249 - - [2026-02-12 02:12:06] "POST /neutron/port HTTP/1.1" 200 1058 0.217714 10.0.0.249 - - [2026-02-12 02:12:06] "POST /neutron/port HTTP/1.1" 200 1058 0.010841 10.0.0.249 - - [2026-02-12 02:12:06] "POST /neutron/port HTTP/1.1" 200 1058 0.008032 10.0.0.249 - - [2026-02-12 02:12:06] "POST /neutron/port HTTP/1.1" 200 1112 0.062093 10.0.0.249 - - [2026-02-12 02:12:06] "POST /neutron/port HTTP/1.1" 200 1122 0.011520 10.0.0.249 - - [2026-02-12 02:12:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003411 10.0.0.249 - - [2026-02-12 02:12:06] "POST /neutron/subnet HTTP/1.1" 200 698 0.006868 10.0.0.249 - - [2026-02-12 02:12:06] "POST /neutron/port HTTP/1.1" 200 117 0.001213 10.0.0.249 - - [2026-02-12 02:12:06] "POST /neutron/network HTTP/1.1" 200 824 0.012093 10.0.0.249 - - [2026-02-12 02:12:07] "GET /projects?obj_uuids=9542e51d-0501-478b-a671-0b09dffb2792&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001102 10.0.0.249 - - [2026-02-12 02:12:07] "GET /project/9542e51d-0501-478b-a671-0b09dffb2792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.058099 10.0.0.249 - - [2026-02-12 02:12:07] "POST /neutron/network HTTP/1.1" 200 822 0.005537 10.0.0.249 - - [2026-02-12 02:12:07] "POST /neutron/port HTTP/1.1" 200 1122 0.013088 10.0.0.249 - - [2026-02-12 02:12:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007371 10.0.0.249 - - [2026-02-12 02:12:07] "POST /neutron/port HTTP/1.1" 200 117 0.005810 10.0.0.249 - - [2026-02-12 02:12:07] "GET /projects?obj_uuids=9542e51d-0501-478b-a671-0b09dffb2792&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001178 10.0.0.249 - - [2026-02-12 02:12:07] "POST /neutron/router HTTP/1.1" 200 580 0.082973 10.0.0.249 - - [2026-02-12 02:12:07] "POST /neutron/router HTTP/1.1" 200 580 0.006934 10.0.0.249 - - [2026-02-12 02:12:07] "POST /route-targets HTTP/1.1" 200 328 0.016558 10.0.0.249 - - [2026-02-12 02:12:07] "GET /projects?obj_uuids=9542e51d-0501-478b-a671-0b09dffb2792&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001061 10.0.0.249 - - [2026-02-12 02:12:07] "PUT /logical-router/212981a9-f60f-4eac-bfc1-54c0cb1740a9 HTTP/1.1" 200 263 0.030311 10.0.0.249 - - [2026-02-12 02:12:07] "POST /neutron/router HTTP/1.1" 200 344 0.250156 10.0.0.249 - - [2026-02-12 02:12:07] "POST /ref-update HTTP/1.1" 200 156 0.009082 10.0.0.249 - - [2026-02-12 02:12:07] "POST /neutron/port HTTP/1.1" 200 1122 0.014880 10.0.0.249 - - [2026-02-12 02:12:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009101 10.0.0.249 - - [2026-02-12 02:12:07] "POST /neutron/network HTTP/1.1" 200 832 0.005679 10.0.0.249 - - [2026-02-12 02:12:07] "GET /projects?obj_uuids=9542e51d-0501-478b-a671-0b09dffb2792&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001128 10.0.0.249 - - [2026-02-12 02:12:08] "POST /neutron/port HTTP/1.1" 200 1056 0.248204 10.0.0.249 - - [2026-02-12 02:12:08] "POST /neutron/port HTTP/1.1" 200 1056 0.014890 10.0.0.249 - - [2026-02-12 02:12:08] "POST /neutron/port HTTP/1.1" 200 1056 0.012947 10.0.0.249 - - [2026-02-12 02:12:08] "POST /neutron/port HTTP/1.1" 200 1110 0.123494 10.0.0.249 - - [2026-02-12 02:12:08] "POST /neutron/port HTTP/1.1" 200 1120 0.012617 10.0.0.249 - - [2026-02-12 02:12:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003799 10.0.0.249 - - [2026-02-12 02:12:08] "POST /neutron/subnet HTTP/1.1" 200 689 0.006773 10.0.0.249 - - [2026-02-12 02:12:08] "POST /neutron/port HTTP/1.1" 200 117 0.001351 10.0.0.249 - - [2026-02-12 02:12:08] "POST /neutron/network HTTP/1.1" 200 822 0.005824 10.0.0.249 - - [2026-02-12 02:12:12] "POST /neutron/port HTTP/1.1" 200 1122 0.010756 10.0.0.249 - - [2026-02-12 02:12:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006332 10.0.0.249 - - [2026-02-12 02:12:12] "POST /neutron/port HTTP/1.1" 200 1122 0.012755 10.0.0.249 - - [2026-02-12 02:12:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005869 10.0.0.249 - - [2026-02-12 02:12:13] "POST /neutron/port HTTP/1.1" 200 1122 0.014560 10.0.0.249 - - [2026-02-12 02:12:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006382 10.0.0.249 - - [2026-02-12 02:12:13] "GET /virtual-machine/57388026-fc61-42a0-b230-608cecda6c46 HTTP/1.1" 401 293 0.000421 10.0.0.249 - - [2026-02-12 02:12:13] "GET /virtual-machine/57388026-fc61-42a0-b230-608cecda6c46 HTTP/1.1" 200 1292 0.029879 10.0.0.249 - - [2026-02-12 02:12:13] "GET /virtual-machine-interface/eb4d7428-c2c9-439b-95c1-0a835276cc57 HTTP/1.1" 200 2942 0.005019 10.0.0.249 - - [2026-02-12 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004655 10.0.0.249 - - [2026-02-12 02:12:13] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003747 10.0.0.249 - - [2026-02-12 02:12:13] "GET /virtual-networks?parent_id=9542e51d-0501-478b-a671-0b09dffb2792&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004374 10.0.0.249 - - [2026-02-12 02:12:13] "GET /virtual-network/1e13d583-9708-46bf-aeb7-9ff0a4525c5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006252 10.0.0.249 - - [2026-02-12 02:12:15] "POST /neutron/port HTTP/1.1" 200 1122 0.014463 10.0.0.249 - - [2026-02-12 02:12:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005361 10.0.0.249 - - [2026-02-12 02:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.249 - - [2026-02-12 02:12:16] "GET /virtual-network/1e13d583-9708-46bf-aeb7-9ff0a4525c5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007494 10.0.0.249 - - [2026-02-12 02:12:17] "POST /neutron/port HTTP/1.1" 200 1120 0.012734 10.0.0.249 - - [2026-02-12 02:12:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005053 10.0.0.249 - - [2026-02-12 02:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002746 10.0.0.249 - - [2026-02-12 02:12:18] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003103 10.0.0.249 - - [2026-02-12 02:12:18] "GET /virtual-networks?parent_id=9542e51d-0501-478b-a671-0b09dffb2792&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003239 10.0.0.249 - - [2026-02-12 02:12:18] "GET /virtual-network/1e13d583-9708-46bf-aeb7-9ff0a4525c5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007776 10.0.0.249 - - [2026-02-12 02:12:19] "POST /neutron/port HTTP/1.1" 200 1120 0.011030 10.0.0.249 - - [2026-02-12 02:12:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006165 10.0.0.249 - - [2026-02-12 02:12:19] "POST /neutron/port HTTP/1.1" 200 1120 0.014909 10.0.0.249 - - [2026-02-12 02:12:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006489 10.0.0.249 - - [2026-02-12 02:12:19] "POST /neutron/port HTTP/1.1" 200 1120 0.012746 10.0.0.249 - - [2026-02-12 02:12:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006049 10.0.0.249 - - [2026-02-12 02:12:19] "GET /virtual-machine/a30ca9d9-13b3-4e85-97d0-11f0277fe461 HTTP/1.1" 200 1293 0.004993 10.0.0.249 - - [2026-02-12 02:12:19] "GET /virtual-machine-interface/4ccc7b8b-3a5d-4521-9a27-239a61c35341 HTTP/1.1" 200 2941 0.004412 10.0.0.249 - - [2026-02-12 02:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.249 - - [2026-02-12 02:12:19] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003592 10.0.0.249 - - [2026-02-12 02:12:19] "GET /virtual-networks?parent_id=9542e51d-0501-478b-a671-0b09dffb2792&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003422 10.0.0.249 - - [2026-02-12 02:12:19] "GET /virtual-network/b4a3a061-aca6-499a-aa60-6c2f3bce7224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005322 10.0.0.249 - - [2026-02-12 02:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.249 - - [2026-02-12 02:12:20] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003386 10.0.0.249 - - [2026-02-12 02:12:20] "GET /virtual-networks?parent_id=9542e51d-0501-478b-a671-0b09dffb2792&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003531 10.0.0.249 - - [2026-02-12 02:12:20] "GET /virtual-network/b4a3a061-aca6-499a-aa60-6c2f3bce7224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005352 10.0.0.249 - - [2026-02-12 02:12:25] "POST /neutron/router HTTP/1.1" 200 580 0.004132 10.0.0.249 - - [2026-02-12 02:12:25] "GET /projects?obj_uuids=9542e51d-0501-478b-a671-0b09dffb2792&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001370 10.0.0.249 - - [2026-02-12 02:12:26] "POST /neutron/router HTTP/1.1" 200 344 0.197028 10.0.0.249 - - [2026-02-12 02:12:26] "POST /neutron/port HTTP/1.1" 200 1918 0.019124 10.0.0.249 - - [2026-02-12 02:12:26] "POST /ref-update HTTP/1.1" 200 156 0.007740 10.0.0.249 - - [2026-02-12 02:12:32] "POST /neutron/router HTTP/1.1" 200 580 0.003288 10.0.0.249 - - [2026-02-12 02:12:32] "POST /ref-update HTTP/1.1" 200 156 0.009737 10.0.0.249 - - [2026-02-12 02:12:32] "POST /neutron/router HTTP/1.1" 200 344 0.098467 10.0.0.249 - - [2026-02-12 02:12:35] "POST /neutron/router HTTP/1.1" 200 580 0.005003 10.0.0.249 - - [2026-02-12 02:12:35] "GET /projects?obj_uuids=9542e51d-0501-478b-a671-0b09dffb2792&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002491 10.0.0.249 - - [2026-02-12 02:12:36] "POST /neutron/router HTTP/1.1" 200 344 0.208162 10.0.0.249 - - [2026-02-12 02:12:36] "POST /ref-update HTTP/1.1" 200 156 0.011469 10.0.0.249 - - [2026-02-12 02:12:36] "DELETE /project/9542e51d0501478ba6710b09dffb2792 HTTP/1.1" 404 173 0.005484 10.0.0.249 - - [2026-02-12 02:12:36] "GET /projects?obj_uuids=b8b86d7b-a3dc-4275-bcc2-334065c1d62d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000833 10.0.0.249 - - [2026-02-12 02:12:36] "GET /project/b8b86d7b-a3dc-4275-bcc2-334065c1d62d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.022939 10.0.0.249 - - [2026-02-12 02:12:36] "GET /projects?obj_uuids=b8b86d7b-a3dc-4275-bcc2-334065c1d62d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000896 10.0.0.249 - - [2026-02-12 02:12:36] "GET /project/b8b86d7b-a3dc-4275-bcc2-334065c1d62d?fields=security_groups HTTP/1.1" 200 1362 0.066047 10.0.0.249 - - [2026-02-12 02:12:36] "DELETE /security-group/fcefde67-b302-4e21-a003-b9154b1efb79 HTTP/1.1" 200 115 0.036517 10.0.0.249 - - [2026-02-12 02:12:36] "GET /projects?obj_uuids=b8b86d7b-a3dc-4275-bcc2-334065c1d62d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000870 10.0.0.249 - - [2026-02-12 02:12:36] "DELETE /access-control-list/55924e3f-03e6-49e6-b2c8-370ddde08436 HTTP/1.1" 200 115 0.029847 10.0.0.249 - - [2026-02-12 02:12:36] "GET /project/b8b86d7b-a3dc-4275-bcc2-334065c1d62d?fields=application_policy_sets HTTP/1.1" 200 1401 0.037073 10.0.0.249 - - [2026-02-12 02:12:36] "DELETE /access-control-list/cacc7194-f4e7-4b64-a47d-25a720fd887b HTTP/1.1" 200 115 0.024875 10.0.0.249 - - [2026-02-12 02:12:36] "DELETE /project/b8b86d7b-a3dc-4275-bcc2-334065c1d62d HTTP/1.1" 200 115 0.313466 10.0.0.249 - - [2026-02-12 02:12:38] "POST /neutron/router HTTP/1.1" 200 580 0.005364 10.0.0.249 - - [2026-02-12 02:12:38] "POST /ref-update HTTP/1.1" 200 156 0.021778 10.0.0.249 - - [2026-02-12 02:12:38] "POST /neutron/router HTTP/1.1" 200 344 0.117221 10.0.0.249 - - [2026-02-12 02:12:38] "POST /neutron/router HTTP/1.1" 200 580 0.004452 10.0.0.249 - - [2026-02-12 02:12:38] "POST /ref-update HTTP/1.1" 200 156 0.012583 10.0.0.249 - - [2026-02-12 02:12:38] "POST /neutron/router HTTP/1.1" 200 344 0.103275 10.0.0.249 - - [2026-02-12 02:12:38] "POST /neutron/router HTTP/1.1" 200 580 0.004496 10.0.0.249 - - [2026-02-12 02:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.249 - - [2026-02-12 02:12:38] "GET /logical-router/212981a9-f60f-4eac-bfc1-54c0cb1740a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002770 10.0.0.249 - - [2026-02-12 02:12:38] "POST /neutron/router HTTP/1.1" 200 151 0.051056 10.0.0.249 - - [2026-02-12 02:12:38] "DELETE /route-target/cb2d49dd-7fd4-43ab-aea7-1d25c28d2d51 HTTP/1.1" 200 115 0.019117 10.0.0.249 - - [2026-02-12 02:12:38] "POST /neutron/network HTTP/1.1" 200 822 0.007478 10.0.0.249 - - [2026-02-12 02:12:38] "POST /neutron/network HTTP/1.1" 400 204 0.013543 10.0.0.249 - - [2026-02-12 02:12:39] "POST /neutron/port HTTP/1.1" 200 1120 0.013706 10.0.0.249 - - [2026-02-12 02:12:39] "POST /neutron/port HTTP/1.1" 200 1110 0.009604 10.0.0.249 - - [2026-02-12 02:12:39] "POST /neutron/port HTTP/1.1" 200 1122 0.014187 10.0.0.249 - - [2026-02-12 02:12:39] "POST /neutron/port HTTP/1.1" 200 1112 0.010462 10.0.0.249 - - [2026-02-12 02:12:39] "POST /neutron/port HTTP/1.1" 200 151 0.120220 10.0.0.249 - - [2026-02-12 02:12:39] "POST /neutron/port HTTP/1.1" 200 151 0.116123 10.0.0.249 - - [2026-02-12 02:12:40] "POST /neutron/network HTTP/1.1" 200 822 0.005588 10.0.0.249 - - [2026-02-12 02:12:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003646 10.0.0.249 - - [2026-02-12 02:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004293 10.0.0.249 - - [2026-02-12 02:12:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003138 10.0.0.249 - - [2026-02-12 02:12:40] "POST /neutron/network HTTP/1.1" 200 151 0.083372 10.0.0.249 - - [2026-02-12 02:12:40] "DELETE /route-target/be3e3241-517b-4edc-817b-55e5d7c2c42b HTTP/1.1" 200 115 0.020355 10.0.0.249 - - [2026-02-12 02:12:40] "POST /neutron/network HTTP/1.1" 200 824 0.006054 10.0.0.249 - - [2026-02-12 02:12:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002934 10.0.0.249 - - [2026-02-12 02:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.249 - - [2026-02-12 02:12:41] "POST /useragent-kv HTTP/1.1" 200 115 0.001641 10.0.0.249 - - [2026-02-12 02:12:41] "POST /neutron/network HTTP/1.1" 200 151 0.094966 10.0.0.249 - - [2026-02-12 02:12:41] "DELETE /route-target/9f3365ff-226c-4676-b69c-3d666398792d HTTP/1.1" 200 115 0.017513 10.0.0.249 - - [2026-02-12 02:12:41] "GET /obj-perms HTTP/1.1" 200 5075 0.054642 10.0.0.249 - - [2026-02-12 02:12:41] "GET /projects?obj_uuids=9542e51d-0501-478b-a671-0b09dffb2792&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000965 10.0.0.249 - - [2026-02-12 02:12:41] "GET /project/9542e51d-0501-478b-a671-0b09dffb2792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.026660 10.0.0.249 - - [2026-02-12 02:12:41] "GET /projects?obj_uuids=9542e51d-0501-478b-a671-0b09dffb2792&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001029 10.0.0.249 - - [2026-02-12 02:12:41] "GET /project/9542e51d-0501-478b-a671-0b09dffb2792?fields=virtual_networks HTTP/1.1" 200 1041 0.069154 10.0.0.249 - - [2026-02-12 02:12:41] "GET /projects?obj_uuids=9542e51d-0501-478b-a671-0b09dffb2792&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000866 10.0.0.249 - - [2026-02-12 02:12:41] "GET /project/9542e51d-0501-478b-a671-0b09dffb2792?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.030810 10.0.0.249 - - [2026-02-12 02:12:41] "GET /obj-perms HTTP/1.1" 200 5075 0.066269 10.0.0.249 - - [2026-02-12 02:12:41] "GET /projects?obj_uuids=9542e51d-0501-478b-a671-0b09dffb2792&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000940 10.0.0.249 - - [2026-02-12 02:12:41] "GET /project/9542e51d-0501-478b-a671-0b09dffb2792?fields=security_groups HTTP/1.1" 200 1266 0.028188 10.0.0.249 - - [2026-02-12 02:12:42] "POST /fqname-to-id HTTP/1.1" 404 191 0.027863 10.0.0.249 - - [2026-02-12 02:12:42] "GET /projects?obj_uuids=98e84bea-e9a0-41f7-a683-e98e1a63f746&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002182 10.0.0.249 - - [2026-02-12 02:12:42] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000926 10.0.0.249 - - [2026-02-12 02:12:42] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006468 10.0.0.249 - - [2026-02-12 02:12:42] "POST /id-to-fqname HTTP/1.1" 200 193 0.002289 10.0.0.249 - - [2026-02-12 02:12:42] "POST /fqname-to-id HTTP/1.1" 404 202 0.001954 10.0.0.249 - - [2026-02-12 02:12:42] "POST /security-groups HTTP/1.1" 200 594 0.064521 10.0.0.249 - - [2026-02-12 02:12:42] "POST /fqname-to-id HTTP/1.1" 404 237 0.003428 10.0.0.249 - - [2026-02-12 02:12:42] "POST /projects HTTP/1.1" 200 591 0.212596 10.0.0.249 - - [2026-02-12 02:12:42] "POST /access-control-lists HTTP/1.1" 200 601 0.057618 10.0.0.249 - - [2026-02-12 02:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.287738 10.0.0.249 - - [2026-02-12 02:12:42] "POST /fqname-to-id HTTP/1.1" 404 236 0.002584 10.0.0.249 - - [2026-02-12 02:12:42] "GET /project/98e84bea-e9a0-41f7-a683-e98e1a63f746?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.411999 10.0.0.249 - - [2026-02-12 02:12:43] "POST /access-control-lists HTTP/1.1" 200 599 0.060419 10.0.0.249 - - [2026-02-12 02:12:44] "GET / HTTP/1.1" 200 36215 0.002097 10.0.0.249 - - [2026-02-12 02:12:45] "GET /project/98e84bea-e9a0-41f7-a683-e98e1a63f746?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000438 10.0.0.249 - - [2026-02-12 02:12:45] "GET /projects?obj_uuids=98e84bea-e9a0-41f7-a683-e98e1a63f746&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000989 10.0.0.249 - - [2026-02-12 02:12:45] "GET /project/98e84bea-e9a0-41f7-a683-e98e1a63f746?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.056236 10.0.0.249 - - [2026-02-12 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002331 10.0.0.249 - - [2026-02-12 02:12:45] "GET /security-group/ef29f830-9f39-4c19-a1c0-091fa7ba2917?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3776 0.004818 10.0.0.249 - - [2026-02-12 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002533 10.0.0.249 - - [2026-02-12 02:12:45] "GET /projects?obj_uuids=98e84bea-e9a0-41f7-a683-e98e1a63f746&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001159 10.0.0.249 - - [2026-02-12 02:12:45] "GET /project/98e84bea-e9a0-41f7-a683-e98e1a63f746?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.025590 10.0.0.249 - - [2026-02-12 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.249 - - [2026-02-12 02:12:45] "GET /security-group/ef29f830-9f39-4c19-a1c0-091fa7ba2917?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3776 0.003605 10.0.0.249 - - [2026-02-12 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002610 10.0.0.249 - - [2026-02-12 02:12:45] "PUT /security-group/ef29f830-9f39-4c19-a1c0-091fa7ba2917 HTTP/1.1" 200 263 0.012451 10.0.0.249 - - [2026-02-12 02:12:45] "PUT /access-control-list/e732b2e4-2a41-413b-a050-7f0578fdb8bb HTTP/1.1" 200 273 0.007470 10.0.0.249 - - [2026-02-12 02:12:45] "PUT /access-control-list/779c6cd7-9d43-42a8-9f6c-88fc1f8dbd62 HTTP/1.1" 200 273 0.008407 10.0.0.249 - - [2026-02-12 02:12:45] "POST /fqname-to-id HTTP/1.1" 404 202 0.002487 10.0.0.249 - - [2026-02-12 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002305 10.0.0.249 - - [2026-02-12 02:12:45] "GET /projects?obj_uuids=98e84bea-e9a0-41f7-a683-e98e1a63f746&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001419 10.0.0.249 - - [2026-02-12 02:12:45] "GET /project/98e84bea-e9a0-41f7-a683-e98e1a63f746?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.025057 10.0.0.249 - - [2026-02-12 02:12:46] "POST /neutron/network HTTP/1.1" 200 117 0.044040 10.0.0.249 - - [2026-02-12 02:12:46] "GET /projects?obj_uuids=98e84bea-e9a0-41f7-a683-e98e1a63f746&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001055 10.0.0.249 - - [2026-02-12 02:12:46] "POST /neutron/network HTTP/1.1" 200 608 0.078396 10.0.0.249 - - [2026-02-12 02:12:46] "POST /route-targets HTTP/1.1" 200 328 0.014195 10.0.0.249 - - [2026-02-12 02:12:46] "POST /ref-update HTTP/1.1" 200 156 0.020813 10.0.0.249 - - [2026-02-12 02:12:46] "POST /useragent-kv HTTP/1.1" 200 115 0.014651 10.0.0.249 - - [2026-02-12 02:12:46] "POST /neutron/subnet HTTP/1.1" 200 715 0.202270 10.0.0.249 - - [2026-02-12 02:12:46] "POST /neutron/network HTTP/1.1" 200 825 0.004751 10.0.0.249 - - [2026-02-12 02:12:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.001062 10.0.0.249 - - [2026-02-12 02:12:46] "GET /virtual-network/cdcb7420-d718-4e62-b738-8050164f278e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004630 10.0.0.249 - - [2026-02-12 02:12:46] "POST /neutron/network HTTP/1.1" 200 825 0.005537 10.0.0.249 - - [2026-02-12 02:12:46] "GET /virtual-network/cdcb7420-d718-4e62-b738-8050164f278e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004416 10.0.0.249 - - [2026-02-12 02:12:46] "POST /neutron/network HTTP/1.1" 200 825 0.005203 10.0.0.249 - - [2026-02-12 02:12:46] "POST /neutron/subnet HTTP/1.1" 200 715 0.006598 10.0.0.249 - - [2026-02-12 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002105 10.0.0.249 - - [2026-02-12 02:12:46] "GET /projects?obj_uuids=98e84bea-e9a0-41f7-a683-e98e1a63f746&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000946 10.0.0.249 - - [2026-02-12 02:12:46] "GET /project/98e84bea-e9a0-41f7-a683-e98e1a63f746?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.022712 10.0.0.249 - - [2026-02-12 02:12:46] "POST /neutron/network HTTP/1.1" 200 117 0.008949 10.0.0.249 - - [2026-02-12 02:12:46] "GET /projects?obj_uuids=98e84bea-e9a0-41f7-a683-e98e1a63f746&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000888 10.0.0.249 - - [2026-02-12 02:12:46] "POST /neutron/network HTTP/1.1" 200 615 0.103106 10.0.0.249 - - [2026-02-12 02:12:46] "POST /route-targets HTTP/1.1" 200 328 0.022428 10.0.0.249 - - [2026-02-12 02:12:46] "POST /ref-update HTTP/1.1" 200 156 0.022439 10.0.0.249 - - [2026-02-12 02:12:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003822 10.0.0.249 - - [2026-02-12 02:12:46] "POST /neutron/subnet HTTP/1.1" 200 734 0.145206 10.0.0.249 - - [2026-02-12 02:12:47] "POST /neutron/network HTTP/1.1" 200 836 0.004891 10.0.0.249 - - [2026-02-12 02:12:47] "POST /id-to-fqname HTTP/1.1" 200 227 0.001127 10.0.0.249 - - [2026-02-12 02:12:47] "GET /virtual-network/0277c786-646a-4977-99b6-4999f7e0cec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004117 10.0.0.249 - - [2026-02-12 02:12:47] "POST /neutron/network HTTP/1.1" 200 836 0.005264 10.0.0.249 - - [2026-02-12 02:12:47] "GET /virtual-network/0277c786-646a-4977-99b6-4999f7e0cec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004912 10.0.0.249 - - [2026-02-12 02:12:47] "POST /neutron/network HTTP/1.1" 200 836 0.006562 10.0.0.249 - - [2026-02-12 02:12:47] "POST /neutron/subnet HTTP/1.1" 200 734 0.006393 10.0.0.249 - - [2026-02-12 02:12:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.001024 10.0.0.249 - - [2026-02-12 02:12:47] "POST /neutron/network HTTP/1.1" 200 835 0.005403 10.0.0.249 - - [2026-02-12 02:12:47] "GET /aaa-mode HTTP/1.1" 401 293 0.000355 10.0.0.249 - - [2026-02-12 02:12:47] "GET / HTTP/1.1" 200 36215 0.004957 10.0.0.249 - - [2026-02-12 02:12:47] "GET /project/98e84bea-e9a0-41f7-a683-e98e1a63f746?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000424 10.0.0.249 - - [2026-02-12 02:12:48] "GET /projects?obj_uuids=98e84bea-e9a0-41f7-a683-e98e1a63f746&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000994 10.0.0.249 - - [2026-02-12 02:12:48] "GET /project/98e84bea-e9a0-41f7-a683-e98e1a63f746?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.045791 10.0.0.249 - - [2026-02-12 02:12:48] "POST /neutron/network HTTP/1.1" 200 825 0.005119 10.0.0.249 - - [2026-02-12 02:12:48] "POST /neutron/port HTTP/1.1" 200 117 0.004057 10.0.0.249 - - [2026-02-12 02:12:48] "POST /neutron/port HTTP/1.1" 200 117 0.004709 10.0.0.249 - - [2026-02-12 02:12:48] "POST /id-to-fqname HTTP/1.1" 200 227 0.001289 10.0.0.249 - - [2026-02-12 02:12:48] "POST /neutron/port HTTP/1.1" 200 117 0.004866 10.0.0.249 - - [2026-02-12 02:12:48] "POST /neutron/network HTTP/1.1" 200 846 0.005024 10.0.0.249 - - [2026-02-12 02:12:48] "GET /aaa-mode HTTP/1.1" 401 293 0.000410 10.0.0.249 - - [2026-02-12 02:12:48] "POST /neutron/network HTTP/1.1" 200 835 0.005374 10.0.0.249 - - [2026-02-12 02:12:48] "GET /projects?obj_uuids=98e84bea-e9a0-41f7-a683-e98e1a63f746&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001416 10.0.0.249 - - [2026-02-12 02:12:48] "GET / HTTP/1.1" 200 36215 0.001725 10.0.0.249 - - [2026-02-12 02:12:48] "GET /project/98e84bea-e9a0-41f7-a683-e98e1a63f746?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000325 10.0.0.249 - - [2026-02-12 02:12:48] "POST /neutron/port HTTP/1.1" 200 1061 0.194784 10.0.0.249 - - [2026-02-12 02:12:48] "POST /neutron/port HTTP/1.1" 200 1061 0.010872 10.0.0.249 - - [2026-02-12 02:12:48] "POST /neutron/port HTTP/1.1" 200 1061 0.009138 10.0.0.249 - - [2026-02-12 02:12:48] "POST /neutron/port HTTP/1.1" 200 1115 0.067358 10.0.0.249 - - [2026-02-12 02:12:48] "POST /neutron/port HTTP/1.1" 200 1125 0.012140 10.0.0.249 - - [2026-02-12 02:12:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003430 10.0.0.249 - - [2026-02-12 02:12:49] "POST /neutron/subnet HTTP/1.1" 200 689 0.006670 10.0.0.249 - - [2026-02-12 02:12:49] "POST /neutron/port HTTP/1.1" 200 117 0.001446 10.0.0.249 - - [2026-02-12 02:12:49] "POST /neutron/network HTTP/1.1" 200 825 0.006440 10.0.0.249 - - [2026-02-12 02:12:49] "GET /projects?obj_uuids=98e84bea-e9a0-41f7-a683-e98e1a63f746&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001777 10.0.0.249 - - [2026-02-12 02:12:49] "GET /project/98e84bea-e9a0-41f7-a683-e98e1a63f746?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.052389 10.0.0.249 - - [2026-02-12 02:12:49] "POST /neutron/network HTTP/1.1" 200 836 0.005078 10.0.0.249 - - [2026-02-12 02:12:49] "POST /neutron/port HTTP/1.1" 200 1125 0.016353 10.0.0.249 - - [2026-02-12 02:12:49] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006135 10.0.0.249 - - [2026-02-12 02:12:49] "POST /neutron/port HTTP/1.1" 200 117 0.013417 10.0.0.249 - - [2026-02-12 02:12:49] "GET /projects?obj_uuids=98e84bea-e9a0-41f7-a683-e98e1a63f746&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000987 10.0.0.249 - - [2026-02-12 02:12:49] "POST /neutron/router HTTP/1.1" 200 585 0.055281 10.0.0.249 - - [2026-02-12 02:12:49] "POST /neutron/router HTTP/1.1" 200 585 0.006303 10.0.0.249 - - [2026-02-12 02:12:49] "POST /route-targets HTTP/1.1" 200 328 0.015893 10.0.0.249 - - [2026-02-12 02:12:49] "POST /neutron/router HTTP/1.1" 200 656 0.050212 10.0.0.249 - - [2026-02-12 02:12:49] "GET /logical-router/1c276976-c042-4766-b3f6-894aadaf2b7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1442 0.006239 10.0.0.249 - - [2026-02-12 02:12:49] "PUT /logical-router/1c276976-c042-4766-b3f6-894aadaf2b7c HTTP/1.1" 200 263 0.056253 10.0.0.249 - - [2026-02-12 02:12:49] "POST /neutron/router HTTP/1.1" 200 656 0.012783 10.0.0.249 - - [2026-02-12 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006170 10.0.0.249 - - [2026-02-12 02:12:49] "GET /projects?obj_uuids=98e84bea-e9a0-41f7-a683-e98e1a63f746&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001553 10.0.0.249 - - [2026-02-12 02:12:49] "GET /service-template/f2e85d25-f2cc-4c8f-9487-123da3ea7c5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1694 0.005257 10.0.0.249 - - [2026-02-12 02:12:49] "POST /fqname-to-id HTTP/1.1" 404 215 0.014506 10.0.0.249 - - [2026-02-12 02:12:49] "POST /neutron/network HTTP/1.1" 200 846 0.007396 10.0.0.249 - - [2026-02-12 02:12:49] "GET /projects?obj_uuids=98e84bea-e9a0-41f7-a683-e98e1a63f746&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001099 10.0.0.249 - - [2026-02-12 02:12:50] "POST /useragent-kv HTTP/1.1" 200 115 0.028172 10.0.0.249 - - [2026-02-12 02:12:50] "POST /virtual-networks HTTP/1.1" 200 696 0.243787 10.0.0.249 - - [2026-02-12 02:12:50] "POST /neutron/router HTTP/1.1" 200 344 0.404748 10.0.0.249 - - [2026-02-12 02:12:50] "POST /route-targets HTTP/1.1" 200 328 0.036791 10.0.0.249 - - [2026-02-12 02:12:50] "POST /ref-update HTTP/1.1" 200 156 0.032548 10.0.0.249 - - [2026-02-12 02:12:50] "POST /service-instances HTTP/1.1" 200 672 0.122422 10.0.0.249 - - [2026-02-12 02:12:50] "POST /neutron/port HTTP/1.1" 200 1125 0.098241 10.0.0.249 - - [2026-02-12 02:12:50] "POST /ref-update HTTP/1.1" 200 156 0.046896 10.0.0.249 - - [2026-02-12 02:12:50] "POST /neutron/security_group HTTP/1.1" 200 2002 0.011633 10.0.0.249 - - [2026-02-12 02:12:50] "POST /route-tables HTTP/1.1" 200 584 0.059514 10.0.0.249 - - [2026-02-12 02:12:50] "POST /neutron/port HTTP/1.1" 200 1065 0.518093 10.0.0.249 - - [2026-02-12 02:12:50] "POST /neutron/port HTTP/1.1" 200 1065 0.019781 10.0.0.249 - - [2026-02-12 02:12:50] "PUT /logical-router/1c276976-c042-4766-b3f6-894aadaf2b7c HTTP/1.1" 200 263 0.031971 10.0.0.249 - - [2026-02-12 02:12:50] "POST /neutron/port HTTP/1.1" 200 1065 0.012911 10.0.0.249 - - [2026-02-12 02:12:50] "POST /ref-update HTTP/1.1" 200 156 0.031103 10.0.0.249 - - [2026-02-12 02:12:50] "POST /neutron/port HTTP/1.1" 200 1119 0.077171 10.0.0.249 - - [2026-02-12 02:12:50] "POST /neutron/port HTTP/1.1" 200 1129 0.011612 10.0.0.249 - - [2026-02-12 02:12:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004646 10.0.0.249 - - [2026-02-12 02:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.249 - - [2026-02-12 02:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004214 10.0.0.249 - - [2026-02-12 02:12:50] "POST /neutron/subnet HTTP/1.1" 200 708 0.008104 10.0.0.249 - - [2026-02-12 02:12:50] "POST /neutron/port HTTP/1.1" 200 117 0.001508 10.0.0.249 - - [2026-02-12 02:12:50] "POST /neutron/network HTTP/1.1" 200 836 0.006997 10.0.0.249 - - [2026-02-12 02:12:50] "POST /virtual-machines HTTP/1.1" 200 554 0.019365 10.0.0.249 - - [2026-02-12 02:12:50] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.095426 10.0.0.249 - - [2026-02-12 02:12:50] "POST /chown HTTP/1.1" 200 109 0.006791 10.0.0.249 - - [2026-02-12 02:12:50] "POST /instance-ips HTTP/1.1" 200 552 0.018074 10.0.0.249 - - [2026-02-12 02:12:50] "POST /instance-ips HTTP/1.1" 400 246 0.014319 10.0.0.249 - - [2026-02-12 02:12:51] "POST /chown HTTP/1.1" 200 109 0.009439 10.0.0.249 - - [2026-02-12 02:12:51] "PUT /virtual-machine-interface/334f0942-2411-4862-a890-4a7bb5d6a31f HTTP/1.1" 200 285 0.012593 10.0.0.249 - - [2026-02-12 02:12:51] "PUT /instance-ip/7c3bf0dd-aab1-4421-ab7b-f6a3e2591b70 HTTP/1.1" 200 257 0.014210 10.0.0.249 - - [2026-02-12 02:12:51] "POST /ref-update HTTP/1.1" 200 156 0.012194 10.0.0.249 - - [2026-02-12 02:12:51] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.090709 10.0.0.249 - - [2026-02-12 02:12:51] "POST /chown HTTP/1.1" 200 109 0.008980 10.0.0.249 - - [2026-02-12 02:12:51] "POST /instance-ips HTTP/1.1" 200 550 0.029016 10.0.0.249 - - [2026-02-12 02:12:51] "POST /instance-ips HTTP/1.1" 400 316 0.014071 10.0.0.249 - - [2026-02-12 02:12:51] "POST /chown HTTP/1.1" 200 109 0.007851 10.0.0.249 - - [2026-02-12 02:12:51] "PUT /virtual-machine-interface/6b3b0404-1be3-4e1a-a613-96de318545dc HTTP/1.1" 200 285 0.013174 10.0.0.249 - - [2026-02-12 02:12:51] "PUT /instance-ip/427a75f2-94cb-484c-bc94-39cf18ba7f6c HTTP/1.1" 200 257 0.015991 10.0.0.249 - - [2026-02-12 02:12:51] "POST /ref-update HTTP/1.1" 200 156 0.014112 10.0.0.249 - - [2026-02-12 02:12:51] "POST /ref-update HTTP/1.1" 200 156 0.010715 10.0.0.249 - - [2026-02-12 02:12:51] "PUT /routing-instance/55a13e40-867a-484d-a89d-2bf67268bfe0 HTTP/1.1" 200 267 0.027555 10.0.0.249 - - [2026-02-12 02:12:51] "POST /ref-update HTTP/1.1" 200 156 0.031179 10.0.0.249 - - [2026-02-12 02:12:51] "POST /virtual-machines HTTP/1.1" 200 554 0.015146 10.0.0.249 - - [2026-02-12 02:12:52] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.103547 10.0.0.249 - - [2026-02-12 02:12:52] "POST /chown HTTP/1.1" 200 109 0.006781 10.0.0.249 - - [2026-02-12 02:12:52] "POST /instance-ips HTTP/1.1" 400 246 0.014765 10.0.0.249 - - [2026-02-12 02:12:52] "POST /chown HTTP/1.1" 200 109 0.008946 10.0.0.249 - - [2026-02-12 02:12:52] "PUT /virtual-machine-interface/d82982e2-6515-4fd8-aacd-92570a8a0b15 HTTP/1.1" 200 285 0.010469 10.0.0.249 - - [2026-02-12 02:12:52] "PUT /instance-ip/7c3bf0dd-aab1-4421-ab7b-f6a3e2591b70 HTTP/1.1" 200 257 0.013074 10.0.0.249 - - [2026-02-12 02:12:52] "POST /ref-update HTTP/1.1" 200 156 0.014513 10.0.0.249 - - [2026-02-12 02:12:52] "POST /ref-update HTTP/1.1" 200 156 0.011604 10.0.0.249 - - [2026-02-12 02:12:52] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.085205 10.0.0.249 - - [2026-02-12 02:12:52] "POST /chown HTTP/1.1" 200 109 0.008354 10.0.0.249 - - [2026-02-12 02:12:52] "POST /instance-ips HTTP/1.1" 400 316 0.015250 10.0.0.249 - - [2026-02-12 02:12:52] "POST /chown HTTP/1.1" 200 109 0.007181 10.0.0.249 - - [2026-02-12 02:12:52] "PUT /virtual-machine-interface/5175ec4c-5f71-4e42-9a59-d69a2c698faf HTTP/1.1" 200 285 0.011000 10.0.0.249 - - [2026-02-12 02:12:52] "PUT /instance-ip/427a75f2-94cb-484c-bc94-39cf18ba7f6c HTTP/1.1" 200 257 0.011912 10.0.0.249 - - [2026-02-12 02:12:52] "POST /ref-update HTTP/1.1" 200 156 0.011357 10.0.0.249 - - [2026-02-12 02:12:52] "POST /ref-update HTTP/1.1" 200 156 0.012428 10.0.0.249 - - [2026-02-12 02:12:55] "POST /neutron/port HTTP/1.1" 200 1125 0.011431 10.0.0.249 - - [2026-02-12 02:12:55] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006218 10.0.0.249 - - [2026-02-12 02:12:55] "POST /neutron/port HTTP/1.1" 200 1125 0.012770 10.0.0.249 - - [2026-02-12 02:12:55] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005875 10.0.0.249 - - [2026-02-12 02:12:55] "POST /neutron/port HTTP/1.1" 200 1125 0.013743 10.0.0.249 - - [2026-02-12 02:12:55] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006514 10.0.0.249 - - [2026-02-12 02:12:55] "GET /virtual-machine/37e12777-3c88-4e63-87db-62d92e2f4225 HTTP/1.1" 401 293 0.000396 10.0.0.249 - - [2026-02-12 02:12:55] "GET /virtual-machine/37e12777-3c88-4e63-87db-62d92e2f4225 HTTP/1.1" 200 1296 0.030421 10.0.0.249 - - [2026-02-12 02:12:55] "GET /virtual-machine-interface/c1366da3-3035-4d1c-bc31-fc084a374369 HTTP/1.1" 200 2964 0.004564 10.0.0.249 - - [2026-02-12 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.249 - - [2026-02-12 02:12:55] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003440 10.0.0.249 - - [2026-02-12 02:12:55] "GET /virtual-networks?parent_id=98e84bea-e9a0-41f7-a683-e98e1a63f746&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002674 10.0.0.249 - - [2026-02-12 02:12:56] "GET /virtual-network/cdcb7420-d718-4e62-b738-8050164f278e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004744 10.0.0.249 - - [2026-02-12 02:12:58] "POST /neutron/port HTTP/1.1" 200 1125 0.012289 10.0.0.249 - - [2026-02-12 02:12:58] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005920 10.0.0.249 - - [2026-02-12 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.249 - - [2026-02-12 02:12:59] "GET /virtual-network/cdcb7420-d718-4e62-b738-8050164f278e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006739 10.0.0.249 - - [2026-02-12 02:12:59] "POST /neutron/port HTTP/1.1" 200 1129 0.011251 10.0.0.249 - - [2026-02-12 02:13:00] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006377 10.0.0.249 - - [2026-02-12 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.249 - - [2026-02-12 02:13:01] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.005767 10.0.0.249 - - [2026-02-12 02:13:01] "GET /virtual-networks?parent_id=98e84bea-e9a0-41f7-a683-e98e1a63f746&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003073 10.0.0.249 - - [2026-02-12 02:13:01] "GET /virtual-network/cdcb7420-d718-4e62-b738-8050164f278e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005434 10.0.0.249 - - [2026-02-12 02:13:01] "POST /neutron/port HTTP/1.1" 200 1129 0.013321 10.0.0.249 - - [2026-02-12 02:13:01] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005981 10.0.0.249 - - [2026-02-12 02:13:01] "POST /neutron/port HTTP/1.1" 200 1129 0.011410 10.0.0.249 - - [2026-02-12 02:13:01] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005809 10.0.0.249 - - [2026-02-12 02:13:01] "POST /neutron/port HTTP/1.1" 200 1129 0.014163 10.0.0.249 - - [2026-02-12 02:13:01] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006132 10.0.0.249 - - [2026-02-12 02:13:01] "GET /virtual-machine/269eab3b-09e7-4bfc-8436-099d817b279d HTTP/1.1" 200 1296 0.004411 10.0.0.249 - - [2026-02-12 02:13:01] "GET /virtual-machine-interface/9103fff8-818b-436b-b4de-f120f5e6d50b HTTP/1.1" 200 2976 0.005110 10.0.0.249 - - [2026-02-12 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.249 - - [2026-02-12 02:13:01] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003082 10.0.0.249 - - [2026-02-12 02:13:01] "GET /virtual-networks?parent_id=98e84bea-e9a0-41f7-a683-e98e1a63f746&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002830 10.0.0.249 - - [2026-02-12 02:13:01] "GET /virtual-network/0277c786-646a-4977-99b6-4999f7e0cec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005619 10.0.0.249 - - [2026-02-12 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.249 - - [2026-02-12 02:13:03] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003195 10.0.0.249 - - [2026-02-12 02:13:03] "GET /virtual-networks?parent_id=98e84bea-e9a0-41f7-a683-e98e1a63f746&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002826 10.0.0.249 - - [2026-02-12 02:13:03] "GET /virtual-network/0277c786-646a-4977-99b6-4999f7e0cec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005763 10.0.0.249 - - [2026-02-12 02:13:07] "POST /neutron/router HTTP/1.1" 200 656 0.003553 10.0.0.249 - - [2026-02-12 02:13:07] "POST /ref-update HTTP/1.1" 200 156 0.011644 10.0.0.249 - - [2026-02-12 02:13:07] "POST /neutron/router HTTP/1.1" 200 344 0.094864 10.0.0.249 - - [2026-02-12 02:13:07] "POST /neutron/router HTTP/1.1" 200 656 0.006285 10.0.0.249 - - [2026-02-12 02:13:07] "GET /logical-router/1c276976-c042-4766-b3f6-894aadaf2b7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.004801 10.0.0.249 - - [2026-02-12 02:13:07] "GET /service-instance/1cfde516-b284-4f71-8250-0c99fff0fa7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2327 0.004078 10.0.0.249 - - [2026-02-12 02:13:07] "POST /neutron/router HTTP/1.1" 200 151 0.060119 10.0.0.249 - - [2026-02-12 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.249 - - [2026-02-12 02:13:07] "DELETE /route-target/d7898b3d-cd07-406f-a8e0-d4fc921ce960 HTTP/1.1" 409 240 0.004750 10.0.0.249 - - [2026-02-12 02:13:07] "PUT /logical-router/1c276976-c042-4766-b3f6-894aadaf2b7c HTTP/1.1" 404 171 0.004186 10.0.0.249 - - [2026-02-12 02:13:07] "POST /ref-update HTTP/1.1" 200 156 0.015560 10.0.0.249 - - [2026-02-12 02:13:07] "DELETE /route-table/d27b8bbb-7176-41c5-afc7-bab3590f076c HTTP/1.1" 200 115 0.027383 10.0.0.249 - - [2026-02-12 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002414 10.0.0.249 - - [2026-02-12 02:13:07] "PUT /routing-instance/55a13e40-867a-484d-a89d-2bf67268bfe0 HTTP/1.1" 200 267 0.011199 10.0.0.249 - - [2026-02-12 02:13:07] "GET /virtual-network/75c1ec89-ca70-4fab-a6f6-61a3922f4865?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.013346 10.0.0.249 - - [2026-02-12 02:13:07] "POST /neutron/network HTTP/1.1" 200 836 0.016995 10.0.0.249 - - [2026-02-12 02:13:07] "POST /neutron/network HTTP/1.1" 400 204 0.033991 10.0.0.249 - - [2026-02-12 02:13:07] "POST /ref-update HTTP/1.1" 200 156 0.010552 10.0.0.249 - - [2026-02-12 02:13:07] "POST /ref-update HTTP/1.1" 200 156 0.009620 10.0.0.249 - - [2026-02-12 02:13:07] "DELETE /instance-ip/427a75f2-94cb-484c-bc94-39cf18ba7f6c HTTP/1.1" 200 115 0.034307 10.0.0.249 - - [2026-02-12 02:13:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001999 10.0.0.249 - - [2026-02-12 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002641 10.0.0.249 - - [2026-02-12 02:13:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001595 10.0.0.249 - - [2026-02-12 02:13:07] "DELETE /virtual-network/75c1ec89-ca70-4fab-a6f6-61a3922f4865 HTTP/1.1" 200 115 0.128122 10.0.0.249 - - [2026-02-12 02:13:07] "DELETE /route-target/360f119b-4518-4c24-9570-c843fc0f7f1d HTTP/1.1" 200 115 0.016565 10.0.0.249 - - [2026-02-12 02:13:07] "DELETE /service-instance/1cfde516-b284-4f71-8250-0c99fff0fa7e HTTP/1.1" 200 115 0.031327 10.0.0.249 - - [2026-02-12 02:13:07] "GET /logical-router/1c276976-c042-4766-b3f6-894aadaf2b7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002188 10.0.0.249 - - [2026-02-12 02:13:07] "GET /service-instance/1cfde516-b284-4f71-8250-0c99fff0fa7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002442 10.0.0.249 - - [2026-02-12 02:13:07] "POST /neutron/port HTTP/1.1" 200 1129 0.013541 10.0.0.249 - - [2026-02-12 02:13:07] "GET /virtual-machine-interface/334f0942-2411-4862-a890-4a7bb5d6a31f?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1666 0.005485 10.0.0.249 - - [2026-02-12 02:13:07] "POST /neutron/port HTTP/1.1" 200 1119 0.016288 10.0.0.249 - - [2026-02-12 02:13:08] "POST /neutron/port HTTP/1.1" 200 1125 0.012597 10.0.0.249 - - [2026-02-12 02:13:08] "POST /neutron/port HTTP/1.1" 200 1115 0.014668 10.0.0.249 - - [2026-02-12 02:13:08] "POST /ref-update HTTP/1.1" 200 156 0.023735 10.0.0.249 - - [2026-02-12 02:13:08] "GET /instance-ip/7c3bf0dd-aab1-4421-ab7b-f6a3e2591b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.004174 10.0.0.249 - - [2026-02-12 02:13:08] "POST /neutron/port HTTP/1.1" 200 151 0.125024 10.0.0.249 - - [2026-02-12 02:13:08] "POST /neutron/port HTTP/1.1" 200 151 0.114965 10.0.0.249 - - [2026-02-12 02:13:08] "DELETE /virtual-machine-interface/334f0942-2411-4862-a890-4a7bb5d6a31f HTTP/1.1" 200 115 0.042938 10.0.0.249 - - [2026-02-12 02:13:08] "GET /virtual-machine-interface/6b3b0404-1be3-4e1a-a613-96de318545dc?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1345 0.005875 10.0.0.249 - - [2026-02-12 02:13:08] "DELETE /virtual-machine-interface/6b3b0404-1be3-4e1a-a613-96de318545dc HTTP/1.1" 200 115 0.022167 10.0.0.249 - - [2026-02-12 02:13:08] "POST /ref-update HTTP/1.1" 200 156 0.014944 10.0.0.249 - - [2026-02-12 02:13:08] "DELETE /virtual-machine/269a4172-bb7a-47e7-a5f7-bb0ad0e99a2e HTTP/1.1" 200 115 0.020223 10.0.0.249 - - [2026-02-12 02:13:08] "GET /virtual-machine-interface/5175ec4c-5f71-4e42-9a59-d69a2c698faf?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1345 0.005919 10.0.0.249 - - [2026-02-12 02:13:08] "DELETE /virtual-machine-interface/5175ec4c-5f71-4e42-9a59-d69a2c698faf HTTP/1.1" 200 115 0.030887 10.0.0.249 - - [2026-02-12 02:13:08] "GET /virtual-machine-interface/d82982e2-6515-4fd8-aacd-92570a8a0b15?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1667 0.015277 10.0.0.249 - - [2026-02-12 02:13:08] "POST /ref-update HTTP/1.1" 200 156 0.013062 10.0.0.249 - - [2026-02-12 02:13:08] "GET /instance-ip/7c3bf0dd-aab1-4421-ab7b-f6a3e2591b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1699 0.005545 10.0.0.249 - - [2026-02-12 02:13:08] "DELETE /instance-ip/7c3bf0dd-aab1-4421-ab7b-f6a3e2591b70 HTTP/1.1" 200 115 0.026841 10.0.0.249 - - [2026-02-12 02:13:08] "DELETE /virtual-machine-interface/d82982e2-6515-4fd8-aacd-92570a8a0b15 HTTP/1.1" 200 115 0.037761 10.0.0.249 - - [2026-02-12 02:13:08] "DELETE /virtual-machine/1addbc0a-b923-4f77-9332-cb7a17bae17a HTTP/1.1" 200 115 0.014503 10.0.0.249 - - [2026-02-12 02:13:09] "POST /neutron/network HTTP/1.1" 200 836 0.006609 10.0.0.249 - - [2026-02-12 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002666 10.0.0.249 - - [2026-02-12 02:13:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002749 10.0.0.249 - - [2026-02-12 02:13:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002006 10.0.0.249 - - [2026-02-12 02:13:09] "POST /neutron/network HTTP/1.1" 200 151 0.078159 10.0.0.249 - - [2026-02-12 02:13:09] "DELETE /route-target/d0ecb031-b1f6-4272-b1f1-9030ed287c7e HTTP/1.1" 200 115 0.015153 10.0.0.249 - - [2026-02-12 02:13:09] "POST /neutron/network HTTP/1.1" 200 825 0.005021 10.0.0.249 - - [2026-02-12 02:13:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003806 10.0.0.249 - - [2026-02-12 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.249 - - [2026-02-12 02:13:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001951 10.0.0.249 - - [2026-02-12 02:13:09] "POST /neutron/network HTTP/1.1" 200 151 0.080149 10.0.0.249 - - [2026-02-12 02:13:09] "DELETE /route-target/73bead4c-9af4-4d51-a6b1-04b3133a881b HTTP/1.1" 200 115 0.012669 10.0.0.249 - - [2026-02-12 02:13:10] "GET /projects?obj_uuids=98e84bea-e9a0-41f7-a683-e98e1a63f746&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000947 10.0.0.249 - - [2026-02-12 02:13:10] "GET /project/98e84bea-e9a0-41f7-a683-e98e1a63f746?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.025782 10.0.0.249 - - [2026-02-12 02:13:10] "GET /projects?obj_uuids=98e84bea-e9a0-41f7-a683-e98e1a63f746&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000828 10.0.0.249 - - [2026-02-12 02:13:10] "GET /project/98e84bea-e9a0-41f7-a683-e98e1a63f746?fields=virtual_networks HTTP/1.1" 200 1051 0.074133 10.0.0.249 - - [2026-02-12 02:13:10] "GET /projects?obj_uuids=98e84bea-e9a0-41f7-a683-e98e1a63f746&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001607 10.0.0.249 - - [2026-02-12 02:13:10] "GET /project/98e84bea-e9a0-41f7-a683-e98e1a63f746?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.025815 10.0.0.249 - - [2026-02-12 02:13:10] "GET /projects?obj_uuids=98e84bea-e9a0-41f7-a683-e98e1a63f746&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001041 10.0.0.249 - - [2026-02-12 02:13:10] "GET /project/98e84bea-e9a0-41f7-a683-e98e1a63f746?fields=security_groups HTTP/1.1" 200 1281 0.022828 10.0.0.249 - - [2026-02-12 02:13:11] "POST /fqname-to-id HTTP/1.1" 404 196 0.030240 10.0.0.249 - - [2026-02-12 02:13:11] "GET /projects?obj_uuids=2d7171b4-adfe-4df2-b324-d8dc8cb7dc3b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002567 10.0.0.249 - - [2026-02-12 02:13:11] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001632 10.0.0.249 - - [2026-02-12 02:13:11] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009654 10.0.0.249 - - [2026-02-12 02:13:11] "POST /id-to-fqname HTTP/1.1" 200 198 0.002483 10.0.0.249 - - [2026-02-12 02:13:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.002124 10.0.0.249 - - [2026-02-12 02:13:11] "POST /security-groups HTTP/1.1" 200 599 0.060413 10.0.0.249 - - [2026-02-12 02:13:11] "POST /fqname-to-id HTTP/1.1" 404 242 0.002750 10.0.0.249 - - [2026-02-12 02:13:11] "POST /projects HTTP/1.1" 200 601 0.231706 10.0.0.249 - - [2026-02-12 02:13:11] "POST /access-control-lists HTTP/1.1" 200 606 0.064062 10.0.0.249 - - [2026-02-12 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.311912 10.0.0.249 - - [2026-02-12 02:13:11] "POST /fqname-to-id HTTP/1.1" 404 241 0.002957 10.0.0.249 - - [2026-02-12 02:13:11] "GET /project/2d7171b4-adfe-4df2-b324-d8dc8cb7dc3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.458069 10.0.0.249 - - [2026-02-12 02:13:11] "POST /access-control-lists HTTP/1.1" 200 604 0.065278 10.0.0.249 - - [2026-02-12 02:13:12] "GET / HTTP/1.1" 200 36215 0.001808 10.0.0.249 - - [2026-02-12 02:13:13] "POST /fqname-to-id HTTP/1.1" 401 293 0.000627 10.0.0.249 - - [2026-02-12 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.062886 10.0.0.249 - - [2026-02-12 02:13:13] "GET /projects?obj_uuids=2d7171b4-adfe-4df2-b324-d8dc8cb7dc3b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001980 10.0.0.249 - - [2026-02-12 02:13:13] "GET /project/2d7171b4-adfe-4df2-b324-d8dc8cb7dc3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.029084 10.0.0.249 - - [2026-02-12 02:13:13] "POST /neutron/network HTTP/1.1" 200 117 0.036524 10.0.0.249 - - [2026-02-12 02:13:14] "GET /projects?obj_uuids=2d7171b4-adfe-4df2-b324-d8dc8cb7dc3b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001297 10.0.0.249 - - [2026-02-12 02:13:14] "POST /neutron/network HTTP/1.1" 200 613 0.078026 10.0.0.249 - - [2026-02-12 02:13:14] "POST /route-targets HTTP/1.1" 200 328 0.013886 10.0.0.249 - - [2026-02-12 02:13:14] "POST /ref-update HTTP/1.1" 200 156 0.009803 10.0.0.249 - - [2026-02-12 02:13:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003947 10.0.0.249 - - [2026-02-12 02:13:14] "POST /neutron/subnet HTTP/1.1" 200 725 0.178304 10.0.0.249 - - [2026-02-12 02:13:14] "POST /fqname-to-id HTTP/1.1" 401 293 0.000391 10.0.0.249 - - [2026-02-12 02:13:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002725 10.0.0.249 - - [2026-02-12 02:13:14] "POST /neutron/subnet HTTP/1.1" 200 828 0.188857 10.0.0.249 - - [2026-02-12 02:13:14] "POST /neutron/network HTTP/1.1" 200 1006 0.006553 10.0.0.249 - - [2026-02-12 02:13:14] "POST /id-to-fqname HTTP/1.1" 200 228 0.001063 10.0.0.249 - - [2026-02-12 02:13:14] "GET /virtual-network/351285ad-75da-45b6-8c51-9eda142aedce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.004475 10.0.0.249 - - [2026-02-12 02:13:14] "POST /neutron/network HTTP/1.1" 200 1006 0.007713 10.0.0.249 - - [2026-02-12 02:13:14] "GET /virtual-network/351285ad-75da-45b6-8c51-9eda142aedce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.004222 10.0.0.249 - - [2026-02-12 02:13:14] "POST /neutron/network HTTP/1.1" 200 1006 0.008297 10.0.0.249 - - [2026-02-12 02:13:14] "POST /neutron/subnet HTTP/1.1" 200 725 0.006475 10.0.0.249 - - [2026-02-12 02:13:14] "POST /neutron/subnet HTTP/1.1" 200 828 0.005778 10.0.0.249 - - [2026-02-12 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002253 10.0.0.249 - - [2026-02-12 02:13:14] "GET /projects?obj_uuids=2d7171b4-adfe-4df2-b324-d8dc8cb7dc3b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001256 10.0.0.249 - - [2026-02-12 02:13:14] "GET /project/2d7171b4-adfe-4df2-b324-d8dc8cb7dc3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.031037 10.0.0.249 - - [2026-02-12 02:13:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.027199 10.0.0.249 - - [2026-02-12 02:13:14] "POST /neutron/network HTTP/1.1" 200 117 0.012376 10.0.0.249 - - [2026-02-12 02:13:14] "GET /projects?obj_uuids=2d7171b4-adfe-4df2-b324-d8dc8cb7dc3b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000917 10.0.0.249 - - [2026-02-12 02:13:14] "POST /neutron/network HTTP/1.1" 200 613 0.061949 10.0.0.249 - - [2026-02-12 02:13:14] "POST /route-targets HTTP/1.1" 200 328 0.012547 10.0.0.249 - - [2026-02-12 02:13:14] "POST /ref-update HTTP/1.1" 200 156 0.012794 10.0.0.249 - - [2026-02-12 02:13:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003887 10.0.0.249 - - [2026-02-12 02:13:15] "POST /neutron/subnet HTTP/1.1" 200 720 0.131947 10.0.0.249 - - [2026-02-12 02:13:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.006121 10.0.0.249 - - [2026-02-12 02:13:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002118 10.0.0.249 - - [2026-02-12 02:13:15] "POST /neutron/subnet HTTP/1.1" 200 828 0.152866 10.0.0.249 - - [2026-02-12 02:13:15] "POST /neutron/network HTTP/1.1" 200 1005 0.005945 10.0.0.249 - - [2026-02-12 02:13:15] "POST /id-to-fqname HTTP/1.1" 200 228 0.001360 10.0.0.249 - - [2026-02-12 02:13:15] "GET /virtual-network/c664ff9d-930b-4e7e-a42d-a9e7ddc717d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.004858 10.0.0.249 - - [2026-02-12 02:13:15] "POST /neutron/network HTTP/1.1" 200 1005 0.009562 10.0.0.249 - - [2026-02-12 02:13:15] "GET /virtual-network/c664ff9d-930b-4e7e-a42d-a9e7ddc717d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005820 10.0.0.249 - - [2026-02-12 02:13:15] "POST /neutron/network HTTP/1.1" 200 1005 0.007061 10.0.0.249 - - [2026-02-12 02:13:15] "POST /neutron/subnet HTTP/1.1" 200 720 0.007413 10.0.0.249 - - [2026-02-12 02:13:15] "POST /neutron/subnet HTTP/1.1" 200 828 0.008102 10.0.0.249 - - [2026-02-12 02:13:15] "POST /fqname-to-id HTTP/1.1" 404 234 0.004470 10.0.0.249 - - [2026-02-12 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002580 10.0.0.249 - - [2026-02-12 02:13:15] "GET /projects?obj_uuids=2d7171b4-adfe-4df2-b324-d8dc8cb7dc3b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001097 10.0.0.249 - - [2026-02-12 02:13:15] "GET /project/2d7171b4-adfe-4df2-b324-d8dc8cb7dc3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.028845 10.0.0.249 - - [2026-02-12 02:13:15] "POST /network-policys HTTP/1.1" 200 579 0.059745 10.0.0.249 - - [2026-02-12 02:13:15] "GET /network-policy/264dc5ef-71b9-4580-b99e-3226318e00cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.004745 10.0.0.249 - - [2026-02-12 02:13:15] "POST /neutron/network HTTP/1.1" 200 1006 0.006518 10.0.0.249 - - [2026-02-12 02:13:15] "POST /fqname-to-id HTTP/1.1" 404 242 0.006053 10.0.0.249 - - [2026-02-12 02:13:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.002630 10.0.0.249 - - [2026-02-12 02:13:15] "POST /neutron/network HTTP/1.1" 200 1114 0.042084 10.0.0.249 - - [2026-02-12 02:13:15] "POST /access-control-lists HTTP/1.1" 200 598 0.070149 10.0.0.249 - - [2026-02-12 02:13:15] "POST /neutron/network HTTP/1.1" 200 1114 0.053375 10.0.0.249 - - [2026-02-12 02:13:15] "GET /virtual-network/351285ad-75da-45b6-8c51-9eda142aedce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.005517 10.0.0.249 - - [2026-02-12 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002371 10.0.0.249 - - [2026-02-12 02:13:15] "GET /network-policy/264dc5ef-71b9-4580-b99e-3226318e00cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.004808 10.0.0.249 - - [2026-02-12 02:13:15] "POST /neutron/network HTTP/1.1" 200 1005 0.006571 10.0.0.249 - - [2026-02-12 02:13:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.007149 10.0.0.249 - - [2026-02-12 02:13:16] "PUT /access-control-list/34403f3b-297a-47f5-8f88-b898df775943 HTTP/1.1" 200 273 0.057100 10.0.0.249 - - [2026-02-12 02:13:16] "POST /fqname-to-id HTTP/1.1" 404 242 0.004433 10.0.0.249 - - [2026-02-12 02:13:16] "POST /neutron/network HTTP/1.1" 200 1113 0.102326 10.0.0.249 - - [2026-02-12 02:13:16] "POST /neutron/network HTTP/1.1" 200 1113 0.007719 10.0.0.249 - - [2026-02-12 02:13:16] "GET /virtual-network/c664ff9d-930b-4e7e-a42d-a9e7ddc717d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.006130 10.0.0.249 - - [2026-02-12 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002777 10.0.0.249 - - [2026-02-12 02:13:16] "GET /network-policy/264dc5ef-71b9-4580-b99e-3226318e00cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.009457 10.0.0.249 - - [2026-02-12 02:13:16] "POST /access-control-lists HTTP/1.1" 200 598 0.065029 10.0.0.249 - - [2026-02-12 02:13:16] "GET /domains HTTP/1.1" 401 293 0.002472 10.0.0.249 - - [2026-02-12 02:13:16] "POST /ref-update HTTP/1.1" 200 156 0.011540 10.0.0.249 - - [2026-02-12 02:13:16] "GET /domains HTTP/1.1" 200 281 0.031142 10.0.0.249 - - [2026-02-12 02:13:16] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000999 10.0.0.249 - - [2026-02-12 02:13:16] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 2967 0.008057 10.0.0.249 - - [2026-02-12 02:13:16] "GET /projects?obj_uuids=2d7171b4-adfe-4df2-b324-d8dc8cb7dc3b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001094 10.0.0.249 - - [2026-02-12 02:13:16] "GET /project/2d7171b4-adfe-4df2-b324-d8dc8cb7dc3b HTTP/1.1" 200 2643 0.073427 10.0.0.249 - - [2026-02-12 02:13:16] "GET /virtual-network/351285ad-75da-45b6-8c51-9eda142aedce HTTP/1.1" 200 3512 0.005759 10.0.0.249 - - [2026-02-12 02:13:16] "GET /virtual-network/351285ad-75da-45b6-8c51-9eda142aedce HTTP/1.1" 200 3512 0.004514 10.0.0.249 - - [2026-02-12 02:13:16] "GET /routing-instance/b59c6af7-776e-425d-892a-8c9060cf8e7b HTTP/1.1" 200 1799 0.004993 10.0.0.249 - - [2026-02-12 02:13:16] "GET /routing-instance/b59c6af7-776e-425d-892a-8c9060cf8e7b HTTP/1.1" 200 1799 0.003394 10.0.0.249 - - [2026-02-12 02:13:16] "GET /route-target/3479423f-8d45-4b4e-8ae6-f94fbeedf5fd HTTP/1.1" 200 1214 0.003134 10.0.0.249 - - [2026-02-12 02:13:16] "GET /virtual-network/351285ad-75da-45b6-8c51-9eda142aedce HTTP/1.1" 200 3512 0.005017 10.0.0.249 - - [2026-02-12 02:13:16] "GET /routing-instance/b59c6af7-776e-425d-892a-8c9060cf8e7b HTTP/1.1" 200 1799 0.068840 10.0.0.249 - - [2026-02-12 02:13:16] "GET /virtual-network/351285ad-75da-45b6-8c51-9eda142aedce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.004803 10.0.0.249 - - [2026-02-12 02:13:16] "GET /virtual-network/351285ad-75da-45b6-8c51-9eda142aedce HTTP/1.1" 200 3512 0.005036 10.0.0.249 - - [2026-02-12 02:13:16] "GET /routing-instance/b59c6af7-776e-425d-892a-8c9060cf8e7b HTTP/1.1" 200 1799 0.002991 10.0.0.249 - - [2026-02-12 02:13:16] "GET /routing-instance/b59c6af7-776e-425d-892a-8c9060cf8e7b HTTP/1.1" 200 1799 0.003829 10.0.0.249 - - [2026-02-12 02:13:16] "GET /route-target/3479423f-8d45-4b4e-8ae6-f94fbeedf5fd HTTP/1.1" 200 1214 0.002922 10.0.0.249 - - [2026-02-12 02:13:16] "GET /domains HTTP/1.1" 200 281 0.002604 10.0.0.249 - - [2026-02-12 02:13:16] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001172 10.0.0.249 - - [2026-02-12 02:13:16] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 2967 0.007065 10.0.0.249 - - [2026-02-12 02:13:16] "GET /projects?obj_uuids=2d7171b4-adfe-4df2-b324-d8dc8cb7dc3b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000850 10.0.0.249 - - [2026-02-12 02:13:16] "GET /project/2d7171b4-adfe-4df2-b324-d8dc8cb7dc3b HTTP/1.1" 200 2643 0.069694 10.0.0.249 - - [2026-02-12 02:13:16] "GET /virtual-network/351285ad-75da-45b6-8c51-9eda142aedce HTTP/1.1" 200 3512 0.004120 10.0.0.249 - - [2026-02-12 02:13:17] "GET /obj-perms HTTP/1.1" 200 5065 0.065260 10.0.0.249 - - [2026-02-12 02:13:17] "GET /domains HTTP/1.1" 200 281 0.003162 10.0.0.249 - - [2026-02-12 02:13:17] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000921 10.0.0.249 - - [2026-02-12 02:13:17] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 2967 0.006375 10.0.0.249 - - [2026-02-12 02:13:17] "GET /projects?obj_uuids=2d7171b4-adfe-4df2-b324-d8dc8cb7dc3b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000804 10.0.0.249 - - [2026-02-12 02:13:17] "GET /project/2d7171b4-adfe-4df2-b324-d8dc8cb7dc3b HTTP/1.1" 200 2643 0.068951 10.0.0.249 - - [2026-02-12 02:13:17] "GET /virtual-network/c664ff9d-930b-4e7e-a42d-a9e7ddc717d8 HTTP/1.1" 200 3510 0.006113 10.0.0.249 - - [2026-02-12 02:13:17] "GET /virtual-network/c664ff9d-930b-4e7e-a42d-a9e7ddc717d8 HTTP/1.1" 200 3510 0.004361 10.0.0.249 - - [2026-02-12 02:13:17] "GET /routing-instance/0f192684-f0ba-4942-98f2-25d3c7b0f757 HTTP/1.1" 200 1799 0.002879 10.0.0.249 - - [2026-02-12 02:13:17] "GET /routing-instance/0f192684-f0ba-4942-98f2-25d3c7b0f757 HTTP/1.1" 200 1799 0.003130 10.0.0.249 - - [2026-02-12 02:13:17] "GET /route-target/ad192565-69e9-4295-8480-f432d9a1e776 HTTP/1.1" 200 1214 0.003510 10.0.0.249 - - [2026-02-12 02:13:17] "GET /virtual-network/c664ff9d-930b-4e7e-a42d-a9e7ddc717d8 HTTP/1.1" 200 3510 0.005219 10.0.0.249 - - [2026-02-12 02:13:17] "GET /routing-instance/0f192684-f0ba-4942-98f2-25d3c7b0f757 HTTP/1.1" 200 1799 0.004929 10.0.0.249 - - [2026-02-12 02:13:17] "GET /virtual-network/c664ff9d-930b-4e7e-a42d-a9e7ddc717d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.005851 10.0.0.249 - - [2026-02-12 02:13:17] "GET /virtual-network/c664ff9d-930b-4e7e-a42d-a9e7ddc717d8 HTTP/1.1" 200 3510 0.005979 10.0.0.249 - - [2026-02-12 02:13:17] "GET /routing-instance/0f192684-f0ba-4942-98f2-25d3c7b0f757 HTTP/1.1" 200 1799 0.003561 10.0.0.249 - - [2026-02-12 02:13:17] "GET /routing-instance/0f192684-f0ba-4942-98f2-25d3c7b0f757 HTTP/1.1" 200 1799 0.003217 10.0.0.249 - - [2026-02-12 02:13:17] "GET /route-target/ad192565-69e9-4295-8480-f432d9a1e776 HTTP/1.1" 200 1214 0.002606 10.0.0.249 - - [2026-02-12 02:13:17] "GET /domains HTTP/1.1" 200 281 0.002319 10.0.0.249 - - [2026-02-12 02:13:17] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000826 10.0.0.249 - - [2026-02-12 02:13:17] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 2967 0.005936 10.0.0.249 - - [2026-02-12 02:13:17] "GET /projects?obj_uuids=2d7171b4-adfe-4df2-b324-d8dc8cb7dc3b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000721 10.0.0.249 - - [2026-02-12 02:13:17] "GET /project/2d7171b4-adfe-4df2-b324-d8dc8cb7dc3b HTTP/1.1" 200 2643 0.060232 10.0.0.249 - - [2026-02-12 02:13:17] "GET /virtual-network/c664ff9d-930b-4e7e-a42d-a9e7ddc717d8 HTTP/1.1" 200 3510 0.004385 10.0.0.249 - - [2026-02-12 02:13:17] "GET /obj-perms HTTP/1.1" 200 5065 0.003133 10.0.0.249 - - [2026-02-12 02:13:17] "GET /virtual-network/c664ff9d-930b-4e7e-a42d-a9e7ddc717d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.005177 10.0.0.249 - - [2026-02-12 02:13:17] "POST /neutron/network HTTP/1.1" 200 1113 0.007901 10.0.0.249 - - [2026-02-12 02:13:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.005051 10.0.0.249 - - [2026-02-12 02:13:17] "POST /neutron/network HTTP/1.1" 200 1005 0.044792 10.0.0.249 - - [2026-02-12 02:13:17] "DELETE /access-control-list/1cd791f0-a1b2-43f8-9ae1-d4ded7a6eeba HTTP/1.1" 200 115 0.030657 10.0.0.249 - - [2026-02-12 02:13:17] "POST /neutron/network HTTP/1.1" 200 1005 0.011843 10.0.0.249 - - [2026-02-12 02:13:17] "POST /ref-update HTTP/1.1" 200 156 0.014130 10.0.0.249 - - [2026-02-12 02:13:17] "GET /virtual-network/c664ff9d-930b-4e7e-a42d-a9e7ddc717d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.012814 10.0.0.249 - - [2026-02-12 02:13:17] "GET /virtual-network/351285ad-75da-45b6-8c51-9eda142aedce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.004598 10.0.0.249 - - [2026-02-12 02:13:17] "POST /neutron/network HTTP/1.1" 200 1114 0.008153 10.0.0.249 - - [2026-02-12 02:13:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.011759 10.0.0.249 - - [2026-02-12 02:13:17] "POST /neutron/network HTTP/1.1" 200 1006 0.045482 10.0.0.249 - - [2026-02-12 02:13:17] "DELETE /access-control-list/34403f3b-297a-47f5-8f88-b898df775943 HTTP/1.1" 200 115 0.031202 10.0.0.249 - - [2026-02-12 02:13:17] "POST /neutron/network HTTP/1.1" 200 1006 0.010798 10.0.0.249 - - [2026-02-12 02:13:17] "POST /ref-update HTTP/1.1" 200 156 0.020828 10.0.0.249 - - [2026-02-12 02:13:17] "GET /virtual-network/351285ad-75da-45b6-8c51-9eda142aedce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.009923 10.0.0.249 - - [2026-02-12 02:13:17] "DELETE /network-policy/264dc5ef-71b9-4580-b99e-3226318e00cd HTTP/1.1" 200 115 0.025425 10.0.0.249 - - [2026-02-12 02:13:17] "POST /neutron/network HTTP/1.1" 200 1005 0.007024 10.0.0.249 - - [2026-02-12 02:13:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003057 10.0.0.249 - - [2026-02-12 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.249 - - [2026-02-12 02:13:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002898 10.0.0.249 - - [2026-02-12 02:13:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003985 10.0.0.249 - - [2026-02-12 02:13:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001896 10.0.0.249 - - [2026-02-12 02:13:18] "POST /neutron/network HTTP/1.1" 200 151 0.087282 10.0.0.249 - - [2026-02-12 02:13:18] "DELETE /route-target/ad192565-69e9-4295-8480-f432d9a1e776 HTTP/1.1" 200 115 0.023310 10.0.0.249 - - [2026-02-12 02:13:18] "GET /routing-instance/0f192684-f0ba-4942-98f2-25d3c7b0f757 HTTP/1.1" 404 171 0.003110 10.0.0.249 - - [2026-02-12 02:13:18] "GET /domains HTTP/1.1" 200 281 0.004891 10.0.0.249 - - [2026-02-12 02:13:18] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001057 10.0.0.249 - - [2026-02-12 02:13:18] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 2967 0.049935 10.0.0.249 - - [2026-02-12 02:13:18] "GET /projects?obj_uuids=2d7171b4-adfe-4df2-b324-d8dc8cb7dc3b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001284 10.0.0.249 - - [2026-02-12 02:13:18] "GET /project/2d7171b4-adfe-4df2-b324-d8dc8cb7dc3b HTTP/1.1" 200 2161 0.061637 10.0.0.249 - - [2026-02-12 02:13:18] "POST /neutron/network HTTP/1.1" 200 1006 0.006500 10.0.0.249 - - [2026-02-12 02:13:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003137 10.0.0.249 - - [2026-02-12 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.007403 10.0.0.249 - - [2026-02-12 02:13:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003088 10.0.0.249 - - [2026-02-12 02:13:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002611 10.0.0.249 - - [2026-02-12 02:13:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001541 10.0.0.249 - - [2026-02-12 02:13:18] "POST /neutron/network HTTP/1.1" 200 151 0.091909 10.0.0.249 - - [2026-02-12 02:13:18] "DELETE /route-target/3479423f-8d45-4b4e-8ae6-f94fbeedf5fd HTTP/1.1" 200 115 0.019218 10.0.0.249 - - [2026-02-12 02:13:18] "GET /routing-instance/b59c6af7-776e-425d-892a-8c9060cf8e7b HTTP/1.1" 404 171 0.003151 10.0.0.249 - - [2026-02-12 02:13:18] "GET /domains HTTP/1.1" 200 281 0.002257 10.0.0.249 - - [2026-02-12 02:13:18] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001003 10.0.0.249 - - [2026-02-12 02:13:18] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 2967 0.048189 10.0.0.249 - - [2026-02-12 02:13:18] "GET /projects?obj_uuids=2d7171b4-adfe-4df2-b324-d8dc8cb7dc3b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002674 10.0.0.249 - - [2026-02-12 02:13:18] "GET /project/2d7171b4-adfe-4df2-b324-d8dc8cb7dc3b HTTP/1.1" 200 1915 0.076955 10.0.0.249 - - [2026-02-12 02:13:18] "GET /projects?obj_uuids=2d7171b4-adfe-4df2-b324-d8dc8cb7dc3b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001033 10.0.0.249 - - [2026-02-12 02:13:18] "GET /project/2d7171b4-adfe-4df2-b324-d8dc8cb7dc3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.030260 10.0.0.249 - - [2026-02-12 02:13:18] "GET /projects?obj_uuids=2d7171b4-adfe-4df2-b324-d8dc8cb7dc3b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000913 10.0.0.249 - - [2026-02-12 02:13:18] "GET /project/2d7171b4-adfe-4df2-b324-d8dc8cb7dc3b?fields=virtual_networks HTTP/1.1" 200 1060 0.073134 10.0.0.249 - - [2026-02-12 02:13:18] "GET /projects?obj_uuids=2d7171b4-adfe-4df2-b324-d8dc8cb7dc3b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000948 10.0.0.249 - - [2026-02-12 02:13:18] "GET /project/2d7171b4-adfe-4df2-b324-d8dc8cb7dc3b?fields=virtual_machine_interfaces HTTP/1.1" 200 1060 0.025665 10.0.0.249 - - [2026-02-12 02:13:18] "GET /projects?obj_uuids=2d7171b4-adfe-4df2-b324-d8dc8cb7dc3b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001183 10.0.0.249 - - [2026-02-12 02:13:19] "GET /project/2d7171b4-adfe-4df2-b324-d8dc8cb7dc3b?fields=security_groups HTTP/1.1" 200 1295 0.026976 10.0.0.249 - - [2026-02-12 02:13:19] "POST /fqname-to-id HTTP/1.1" 404 204 0.029930 10.0.0.249 - - [2026-02-12 02:13:19] "GET /projects?obj_uuids=938db033-41f4-4076-a241-fc69ce6b7894&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002460 10.0.0.249 - - [2026-02-12 02:13:19] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001122 10.0.0.249 - - [2026-02-12 02:13:19] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006962 10.0.0.249 - - [2026-02-12 02:13:20] "POST /id-to-fqname HTTP/1.1" 200 206 0.002157 10.0.0.249 - - [2026-02-12 02:13:20] "POST /fqname-to-id HTTP/1.1" 404 215 0.002683 10.0.0.249 - - [2026-02-12 02:13:20] "POST /security-groups HTTP/1.1" 200 607 0.064944 10.0.0.249 - - [2026-02-12 02:13:20] "POST /fqname-to-id HTTP/1.1" 404 250 0.005481 10.0.0.249 - - [2026-02-12 02:13:20] "POST /projects HTTP/1.1" 200 617 0.216578 10.0.0.249 - - [2026-02-12 02:13:20] "POST /access-control-lists HTTP/1.1" 200 614 0.060354 10.0.0.249 - - [2026-02-12 02:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.286455 10.0.0.249 - - [2026-02-12 02:13:20] "POST /fqname-to-id HTTP/1.1" 404 249 0.003961 10.0.0.249 - - [2026-02-12 02:13:20] "GET /project/938db033-41f4-4076-a241-fc69ce6b7894?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.413405 10.0.0.249 - - [2026-02-12 02:13:20] "POST /access-control-lists HTTP/1.1" 200 612 0.060951 10.0.0.249 - - [2026-02-12 02:13:21] "GET / HTTP/1.1" 200 36215 0.001634 10.0.0.249 - - [2026-02-12 02:13:22] "POST /fqname-to-id HTTP/1.1" 401 293 0.000844 10.0.0.249 - - [2026-02-12 02:13:22] "POST /fqname-to-id HTTP/1.1" 404 233 0.058054 10.0.0.249 - - [2026-02-12 02:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002470 10.0.0.249 - - [2026-02-12 02:13:22] "GET /projects?obj_uuids=938db033-41f4-4076-a241-fc69ce6b7894&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000878 10.0.0.249 - - [2026-02-12 02:13:22] "GET /project/938db033-41f4-4076-a241-fc69ce6b7894?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.021441 10.0.0.249 - - [2026-02-12 02:13:22] "POST /network-policys HTTP/1.1" 200 569 0.060707 10.0.0.249 - - [2026-02-12 02:13:23] "GET /network-policy/ca698a37-70be-41dd-a1b4-3990b0a74ef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3156 0.004452 10.0.0.249 - - [2026-02-12 02:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002658 10.0.0.249 - - [2026-02-12 02:13:23] "GET /projects?obj_uuids=938db033-41f4-4076-a241-fc69ce6b7894&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001072 10.0.0.249 - - [2026-02-12 02:13:23] "GET /project/938db033-41f4-4076-a241-fc69ce6b7894?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.028185 10.0.0.249 - - [2026-02-12 02:13:23] "POST /neutron/network HTTP/1.1" 200 117 0.034447 10.0.0.249 - - [2026-02-12 02:13:23] "GET /projects?obj_uuids=938db033-41f4-4076-a241-fc69ce6b7894&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000948 10.0.0.249 - - [2026-02-12 02:13:23] "POST /neutron/network HTTP/1.1" 200 623 0.061636 10.0.0.249 - - [2026-02-12 02:13:23] "POST /route-targets HTTP/1.1" 200 328 0.010910 10.0.0.249 - - [2026-02-12 02:13:23] "POST /ref-update HTTP/1.1" 200 156 0.012259 10.0.0.249 - - [2026-02-12 02:13:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003592 10.0.0.249 - - [2026-02-12 02:13:23] "POST /neutron/subnet HTTP/1.1" 200 724 0.176146 10.0.0.249 - - [2026-02-12 02:13:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.003442 10.0.0.249 - - [2026-02-12 02:13:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004294 10.0.0.249 - - [2026-02-12 02:13:23] "POST /neutron/subnet HTTP/1.1" 200 823 0.130957 10.0.0.249 - - [2026-02-12 02:13:23] "POST /neutron/network HTTP/1.1" 200 1015 0.006620 10.0.0.249 - - [2026-02-12 02:13:23] "POST /id-to-fqname HTTP/1.1" 200 237 0.001330 10.0.0.249 - - [2026-02-12 02:13:23] "GET /virtual-network/dbc874a4-563e-4e16-969e-74b8717e3bd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2660 0.004750 10.0.0.249 - - [2026-02-12 02:13:23] "POST /neutron/network HTTP/1.1" 200 1015 0.007010 10.0.0.249 - - [2026-02-12 02:13:23] "GET /virtual-network/dbc874a4-563e-4e16-969e-74b8717e3bd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2660 0.004563 10.0.0.249 - - [2026-02-12 02:13:23] "POST /neutron/network HTTP/1.1" 200 1015 0.006563 10.0.0.249 - - [2026-02-12 02:13:23] "POST /neutron/subnet HTTP/1.1" 200 724 0.008285 10.0.0.249 - - [2026-02-12 02:13:23] "POST /neutron/subnet HTTP/1.1" 200 823 0.007799 10.0.0.249 - - [2026-02-12 02:13:23] "POST /neutron/network HTTP/1.1" 200 1015 0.006467 10.0.0.249 - - [2026-02-12 02:13:23] "POST /fqname-to-id HTTP/1.1" 404 252 0.005182 10.0.0.249 - - [2026-02-12 02:13:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.004101 10.0.0.249 - - [2026-02-12 02:13:23] "POST /neutron/network HTTP/1.1" 200 1122 0.044016 10.0.0.249 - - [2026-02-12 02:13:23] "POST /access-control-lists HTTP/1.1" 200 609 0.067963 10.0.0.249 - - [2026-02-12 02:13:23] "POST /neutron/network HTTP/1.1" 200 1122 0.042778 10.0.0.249 - - [2026-02-12 02:13:23] "GET /virtual-network/dbc874a4-563e-4e16-969e-74b8717e3bd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2984 0.005595 10.0.0.249 - - [2026-02-12 02:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002270 10.0.0.249 - - [2026-02-12 02:13:24] "GET /network-policy/ca698a37-70be-41dd-a1b4-3990b0a74ef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3156 0.004029 10.0.0.249 - - [2026-02-12 02:13:24] "GET /domains HTTP/1.1" 401 293 0.000597 10.0.0.249 - - [2026-02-12 02:13:24] "GET /domains HTTP/1.1" 200 281 0.028764 10.0.0.249 - - [2026-02-12 02:13:24] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000844 10.0.0.249 - - [2026-02-12 02:13:24] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 3170 0.006983 10.0.0.249 - - [2026-02-12 02:13:24] "GET /projects?obj_uuids=938db033-41f4-4076-a241-fc69ce6b7894&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000751 10.0.0.249 - - [2026-02-12 02:13:24] "GET /project/938db033-41f4-4076-a241-fc69ce6b7894 HTTP/1.1" 200 2476 0.070523 10.0.0.249 - - [2026-02-12 02:13:24] "GET /virtual-network/dbc874a4-563e-4e16-969e-74b8717e3bd5 HTTP/1.1" 200 3548 0.006412 10.0.0.249 - - [2026-02-12 02:13:24] "GET /virtual-network/dbc874a4-563e-4e16-969e-74b8717e3bd5 HTTP/1.1" 200 3548 0.004053 10.0.0.249 - - [2026-02-12 02:13:24] "GET /routing-instance/6602b5f5-aa9c-4601-b1b0-00d121f2ac01 HTTP/1.1" 200 1498 0.003747 10.0.0.249 - - [2026-02-12 02:13:24] "GET /routing-instance/6602b5f5-aa9c-4601-b1b0-00d121f2ac01 HTTP/1.1" 200 1498 0.003605 10.0.0.249 - - [2026-02-12 02:13:24] "GET /route-target/e52066df-378d-4ce7-90f5-f4c877c96295 HTTP/1.1" 200 1225 0.002975 10.0.0.249 - - [2026-02-12 02:13:24] "GET /virtual-network/dbc874a4-563e-4e16-969e-74b8717e3bd5 HTTP/1.1" 200 3548 0.005495 10.0.0.249 - - [2026-02-12 02:13:24] "GET /routing-instance/6602b5f5-aa9c-4601-b1b0-00d121f2ac01 HTTP/1.1" 200 1498 0.004701 10.0.0.249 - - [2026-02-12 02:13:24] "GET /virtual-network/dbc874a4-563e-4e16-969e-74b8717e3bd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2984 0.004258 10.0.0.249 - - [2026-02-12 02:13:24] "GET /virtual-network/dbc874a4-563e-4e16-969e-74b8717e3bd5 HTTP/1.1" 200 3548 0.004548 10.0.0.249 - - [2026-02-12 02:13:24] "GET /routing-instance/6602b5f5-aa9c-4601-b1b0-00d121f2ac01 HTTP/1.1" 200 1498 0.003454 10.0.0.249 - - [2026-02-12 02:13:24] "GET /routing-instance/6602b5f5-aa9c-4601-b1b0-00d121f2ac01 HTTP/1.1" 200 1498 0.002828 10.0.0.249 - - [2026-02-12 02:13:24] "GET /route-target/e52066df-378d-4ce7-90f5-f4c877c96295 HTTP/1.1" 200 1225 0.002574 10.0.0.249 - - [2026-02-12 02:13:24] "GET /domains HTTP/1.1" 200 281 0.002676 10.0.0.249 - - [2026-02-12 02:13:24] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000800 10.0.0.249 - - [2026-02-12 02:13:24] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 3170 0.006178 10.0.0.249 - - [2026-02-12 02:13:24] "GET /projects?obj_uuids=938db033-41f4-4076-a241-fc69ce6b7894&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000876 10.0.0.249 - - [2026-02-12 02:13:24] "GET /project/938db033-41f4-4076-a241-fc69ce6b7894 HTTP/1.1" 200 2476 0.061834 10.0.0.249 - - [2026-02-12 02:13:24] "GET /virtual-network/dbc874a4-563e-4e16-969e-74b8717e3bd5 HTTP/1.1" 200 3548 0.004200 10.0.0.249 - - [2026-02-12 02:13:25] "GET /obj-perms HTTP/1.1" 200 5081 0.053921 10.0.0.249 - - [2026-02-12 02:13:25] "GET /domains HTTP/1.1" 200 281 0.004334 10.0.0.249 - - [2026-02-12 02:13:25] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000794 10.0.0.249 - - [2026-02-12 02:13:25] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 3170 0.006247 10.0.0.249 - - [2026-02-12 02:13:25] "GET /projects?obj_uuids=938db033-41f4-4076-a241-fc69ce6b7894&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000984 10.0.0.249 - - [2026-02-12 02:13:25] "GET /project/938db033-41f4-4076-a241-fc69ce6b7894 HTTP/1.1" 200 2476 0.071643 10.0.0.249 - - [2026-02-12 02:13:25] "GET /network-policy/ca698a37-70be-41dd-a1b4-3990b0a74ef4 HTTP/1.1" 200 3483 0.003517 10.0.0.249 - - [2026-02-12 02:13:25] "DELETE /network-policy/ca698a37-70be-41dd-a1b4-3990b0a74ef4 HTTP/1.1" 409 239 0.004861 10.0.0.249 - - [2026-02-12 02:13:25] "POST /neutron/network HTTP/1.1" 200 1122 0.006821 10.0.0.249 - - [2026-02-12 02:13:25] "DELETE /access-control-list/7d2f07bd-67d3-44fa-9fc0-afd3dc98cbc1 HTTP/1.1" 200 115 0.027847 10.0.0.249 - - [2026-02-12 02:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004250 10.0.0.249 - - [2026-02-12 02:13:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002404 10.0.0.249 - - [2026-02-12 02:13:25] "POST /useragent-kv HTTP/1.1" 200 115 0.001842 10.0.0.249 - - [2026-02-12 02:13:25] "POST /useragent-kv HTTP/1.1" 200 115 0.001663 10.0.0.249 - - [2026-02-12 02:13:25] "POST /useragent-kv HTTP/1.1" 200 115 0.001933 10.0.0.249 - - [2026-02-12 02:13:25] "POST /neutron/network HTTP/1.1" 200 151 0.096993 10.0.0.249 - - [2026-02-12 02:13:25] "GET /routing-instance/6602b5f5-aa9c-4601-b1b0-00d121f2ac01 HTTP/1.1" 404 171 0.004694 10.0.0.249 - - [2026-02-12 02:13:25] "GET /domains HTTP/1.1" 200 281 0.002776 10.0.0.249 - - [2026-02-12 02:13:25] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000864 10.0.0.249 - - [2026-02-12 02:13:25] "DELETE /route-target/e52066df-378d-4ce7-90f5-f4c877c96295 HTTP/1.1" 200 115 0.014940 10.0.0.249 - - [2026-02-12 02:13:25] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 3170 0.049604 10.0.0.249 - - [2026-02-12 02:13:25] "GET /projects?obj_uuids=938db033-41f4-4076-a241-fc69ce6b7894&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001040 10.0.0.249 - - [2026-02-12 02:13:25] "GET /project/938db033-41f4-4076-a241-fc69ce6b7894 HTTP/1.1" 200 2221 0.073270 10.0.0.249 - - [2026-02-12 02:13:25] "DELETE /network-policy/ca698a37-70be-41dd-a1b4-3990b0a74ef4 HTTP/1.1" 200 115 0.025285 10.0.0.249 - - [2026-02-12 02:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002355 10.0.0.249 - - [2026-02-12 02:13:25] "GET /projects?obj_uuids=938db033-41f4-4076-a241-fc69ce6b7894&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000926 10.0.0.249 - - [2026-02-12 02:13:25] "GET /project/938db033-41f4-4076-a241-fc69ce6b7894?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.025513 10.0.0.249 - - [2026-02-12 02:13:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-94247963&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.003779 10.0.0.249 - - [2026-02-12 02:13:26] "GET /projects?obj_uuids=938db033-41f4-4076-a241-fc69ce6b7894&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001434 10.0.0.249 - - [2026-02-12 02:13:26] "GET /project/938db033-41f4-4076-a241-fc69ce6b7894?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.036872 10.0.0.249 - - [2026-02-12 02:13:26] "GET /projects?obj_uuids=938db033-41f4-4076-a241-fc69ce6b7894&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000974 10.0.0.249 - - [2026-02-12 02:13:26] "GET /project/938db033-41f4-4076-a241-fc69ce6b7894?fields=virtual_networks HTTP/1.1" 200 1077 0.065281 10.0.0.249 - - [2026-02-12 02:13:26] "GET /projects?obj_uuids=938db033-41f4-4076-a241-fc69ce6b7894&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000926 10.0.0.249 - - [2026-02-12 02:13:26] "GET /project/938db033-41f4-4076-a241-fc69ce6b7894?fields=virtual_machine_interfaces HTTP/1.1" 200 1077 0.022458 10.0.0.249 - - [2026-02-12 02:13:26] "GET /projects?obj_uuids=938db033-41f4-4076-a241-fc69ce6b7894&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001211 10.0.0.249 - - [2026-02-12 02:13:26] "GET /project/938db033-41f4-4076-a241-fc69ce6b7894?fields=security_groups HTTP/1.1" 200 1320 0.023801 10.0.0.249 - - [2026-02-12 02:13:27] "POST /fqname-to-id HTTP/1.1" 404 190 0.026771 10.0.0.249 - - [2026-02-12 02:13:27] "GET /projects?obj_uuids=2eb40df6-e0b8-4e4f-8375-4d17ea423988&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002012 10.0.0.249 - - [2026-02-12 02:13:27] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001706 10.0.0.249 - - [2026-02-12 02:13:27] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006976 10.0.0.249 - - [2026-02-12 02:13:27] "POST /id-to-fqname HTTP/1.1" 200 192 0.001212 10.0.0.249 - - [2026-02-12 02:13:27] "POST /fqname-to-id HTTP/1.1" 404 201 0.004191 10.0.0.249 - - [2026-02-12 02:13:27] "POST /security-groups HTTP/1.1" 200 593 0.061208 10.0.0.249 - - [2026-02-12 02:13:27] "POST /fqname-to-id HTTP/1.1" 404 236 0.002280 10.0.0.249 - - [2026-02-12 02:13:27] "POST /projects HTTP/1.1" 200 589 0.200112 10.0.0.249 - - [2026-02-12 02:13:27] "POST /access-control-lists HTTP/1.1" 200 600 0.055646 10.0.0.249 - - [2026-02-12 02:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.275123 10.0.0.249 - - [2026-02-12 02:13:27] "POST /fqname-to-id HTTP/1.1" 404 235 0.002830 10.0.0.249 - - [2026-02-12 02:13:27] "GET /project/2eb40df6-e0b8-4e4f-8375-4d17ea423988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.394475 10.0.0.249 - - [2026-02-12 02:13:27] "POST /access-control-lists HTTP/1.1" 200 598 0.063995 10.0.0.249 - - [2026-02-12 02:13:28] "GET / HTTP/1.1" 200 36215 0.003056 10.0.0.249 - - [2026-02-12 02:13:29] "POST /fqname-to-id HTTP/1.1" 401 293 0.000545 10.0.0.249 - - [2026-02-12 02:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.059097 10.0.0.249 - - [2026-02-12 02:13:29] "GET /projects?obj_uuids=2eb40df6-e0b8-4e4f-8375-4d17ea423988&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001381 10.0.0.249 - - [2026-02-12 02:13:29] "GET /project/2eb40df6-e0b8-4e4f-8375-4d17ea423988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.028255 10.0.0.249 - - [2026-02-12 02:13:30] "POST /neutron/network HTTP/1.1" 200 117 0.031293 10.0.0.249 - - [2026-02-12 02:13:30] "GET /projects?obj_uuids=2eb40df6-e0b8-4e4f-8375-4d17ea423988&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001134 10.0.0.249 - - [2026-02-12 02:13:30] "POST /neutron/network HTTP/1.1" 200 607 0.061612 10.0.0.249 - - [2026-02-12 02:13:30] "POST /route-targets HTTP/1.1" 200 328 0.008761 10.0.0.249 - - [2026-02-12 02:13:30] "POST /ref-update HTTP/1.1" 200 156 0.012457 10.0.0.249 - - [2026-02-12 02:13:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003573 10.0.0.249 - - [2026-02-12 02:13:30] "POST /neutron/subnet HTTP/1.1" 200 719 0.189263 10.0.0.249 - - [2026-02-12 02:13:30] "POST /neutron/network HTTP/1.1" 200 825 0.004534 10.0.0.249 - - [2026-02-12 02:13:30] "POST /id-to-fqname HTTP/1.1" 200 222 0.001038 10.0.0.249 - - [2026-02-12 02:13:30] "GET /virtual-network/58cd2d75-1fe0-4025-87ed-db7193dc4af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004200 10.0.0.249 - - [2026-02-12 02:13:30] "POST /neutron/network HTTP/1.1" 200 825 0.005534 10.0.0.249 - - [2026-02-12 02:13:30] "GET /virtual-network/58cd2d75-1fe0-4025-87ed-db7193dc4af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005958 10.0.0.249 - - [2026-02-12 02:13:30] "POST /neutron/network HTTP/1.1" 200 825 0.004973 10.0.0.249 - - [2026-02-12 02:13:30] "POST /neutron/subnet HTTP/1.1" 200 719 0.006142 10.0.0.249 - - [2026-02-12 02:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.249 - - [2026-02-12 02:13:30] "GET /projects?obj_uuids=2eb40df6-e0b8-4e4f-8375-4d17ea423988&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000897 10.0.0.249 - - [2026-02-12 02:13:30] "GET /project/2eb40df6-e0b8-4e4f-8375-4d17ea423988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.020555 10.0.0.249 - - [2026-02-12 02:13:30] "POST /neutron/network HTTP/1.1" 200 117 0.011250 10.0.0.249 - - [2026-02-12 02:13:30] "GET /projects?obj_uuids=2eb40df6-e0b8-4e4f-8375-4d17ea423988&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000961 10.0.0.249 - - [2026-02-12 02:13:30] "POST /neutron/network HTTP/1.1" 200 607 0.060855 10.0.0.249 - - [2026-02-12 02:13:30] "POST /route-targets HTTP/1.1" 200 328 0.010785 10.0.0.249 - - [2026-02-12 02:13:30] "POST /ref-update HTTP/1.1" 200 156 0.010533 10.0.0.249 - - [2026-02-12 02:13:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003566 10.0.0.249 - - [2026-02-12 02:13:30] "POST /neutron/subnet HTTP/1.1" 200 719 0.126475 10.0.0.249 - - [2026-02-12 02:13:30] "POST /neutron/network HTTP/1.1" 200 825 0.004654 10.0.0.249 - - [2026-02-12 02:13:30] "POST /id-to-fqname HTTP/1.1" 200 222 0.001036 10.0.0.249 - - [2026-02-12 02:13:30] "GET /virtual-network/772472fc-d3da-49a1-9cc8-30005ee5caee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004120 10.0.0.249 - - [2026-02-12 02:13:30] "POST /neutron/network HTTP/1.1" 200 825 0.006106 10.0.0.249 - - [2026-02-12 02:13:30] "GET /virtual-network/772472fc-d3da-49a1-9cc8-30005ee5caee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004139 10.0.0.249 - - [2026-02-12 02:13:30] "POST /neutron/network HTTP/1.1" 200 825 0.004911 10.0.0.249 - - [2026-02-12 02:13:31] "POST /neutron/subnet HTTP/1.1" 200 719 0.006665 10.0.0.249 - - [2026-02-12 02:13:31] "POST /fqname-to-id HTTP/1.1" 404 228 0.002286 10.0.0.249 - - [2026-02-12 02:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002519 10.0.0.249 - - [2026-02-12 02:13:31] "GET /projects?obj_uuids=2eb40df6-e0b8-4e4f-8375-4d17ea423988&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001153 10.0.0.249 - - [2026-02-12 02:13:31] "GET /project/2eb40df6-e0b8-4e4f-8375-4d17ea423988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.024296 10.0.0.249 - - [2026-02-12 02:13:31] "POST /network-policys HTTP/1.1" 200 573 0.017207 10.0.0.249 - - [2026-02-12 02:13:31] "GET /network-policy/d30e8dcd-3bce-41f1-985d-258935501321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.004210 10.0.0.249 - - [2026-02-12 02:13:31] "POST /neutron/network HTTP/1.1" 200 825 0.005285 10.0.0.249 - - [2026-02-12 02:13:31] "POST /fqname-to-id HTTP/1.1" 404 236 0.003546 10.0.0.249 - - [2026-02-12 02:13:31] "POST /neutron/network HTTP/1.1" 200 927 0.035909 10.0.0.249 - - [2026-02-12 02:13:31] "POST /neutron/network HTTP/1.1" 200 927 0.043542 10.0.0.249 - - [2026-02-12 02:13:31] "POST /access-control-lists HTTP/1.1" 200 592 0.063635 10.0.0.249 - - [2026-02-12 02:13:31] "GET /virtual-network/58cd2d75-1fe0-4025-87ed-db7193dc4af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006112 10.0.0.249 - - [2026-02-12 02:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002557 10.0.0.249 - - [2026-02-12 02:13:31] "GET /network-policy/d30e8dcd-3bce-41f1-985d-258935501321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.003643 10.0.0.249 - - [2026-02-12 02:13:31] "POST /neutron/network HTTP/1.1" 200 825 0.004910 10.0.0.249 - - [2026-02-12 02:13:31] "POST /neutron/network HTTP/1.1" 200 927 0.077095 10.0.0.249 - - [2026-02-12 02:13:31] "PUT /access-control-list/ecf59e14-81d4-420e-a7f9-f6b0d38bc09d HTTP/1.1" 200 273 0.055870 10.0.0.249 - - [2026-02-12 02:13:31] "POST /fqname-to-id HTTP/1.1" 404 236 0.002216 10.0.0.249 - - [2026-02-12 02:13:31] "POST /neutron/network HTTP/1.1" 200 927 0.004764 10.0.0.249 - - [2026-02-12 02:13:31] "GET /virtual-network/772472fc-d3da-49a1-9cc8-30005ee5caee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004078 10.0.0.249 - - [2026-02-12 02:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002101 10.0.0.249 - - [2026-02-12 02:13:31] "GET /network-policy/d30e8dcd-3bce-41f1-985d-258935501321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.032954 10.0.0.249 - - [2026-02-12 02:13:31] "POST /access-control-lists HTTP/1.1" 200 592 0.061165 10.0.0.249 - - [2026-02-12 02:13:31] "GET /domains HTTP/1.1" 401 293 0.000443 10.0.0.249 - - [2026-02-12 02:13:31] "POST /ref-update HTTP/1.1" 200 156 0.013509 10.0.0.249 - - [2026-02-12 02:13:32] "GET /domains HTTP/1.1" 200 281 0.029644 10.0.0.249 - - [2026-02-12 02:13:32] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000862 10.0.0.249 - - [2026-02-12 02:13:32] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 3359 0.007390 10.0.0.249 - - [2026-02-12 02:13:32] "GET /projects?obj_uuids=2eb40df6-e0b8-4e4f-8375-4d17ea423988&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001108 10.0.0.249 - - [2026-02-12 02:13:32] "GET /project/2eb40df6-e0b8-4e4f-8375-4d17ea423988 HTTP/1.1" 200 2588 0.066509 10.0.0.249 - - [2026-02-12 02:13:32] "GET /virtual-network/58cd2d75-1fe0-4025-87ed-db7193dc4af2 HTTP/1.1" 200 2894 0.005539 10.0.0.249 - - [2026-02-12 02:13:32] "GET /virtual-network/58cd2d75-1fe0-4025-87ed-db7193dc4af2 HTTP/1.1" 200 2894 0.004403 10.0.0.249 - - [2026-02-12 02:13:32] "GET /routing-instance/26a495d3-e9ac-4cec-b9f8-b8aaf478ca29 HTTP/1.1" 200 1787 0.002882 10.0.0.249 - - [2026-02-12 02:13:32] "GET /routing-instance/26a495d3-e9ac-4cec-b9f8-b8aaf478ca29 HTTP/1.1" 200 1787 0.002744 10.0.0.249 - - [2026-02-12 02:13:32] "GET /route-target/b0cdb358-82bb-44ec-a071-495019a2b5a2 HTTP/1.1" 200 1209 0.002408 10.0.0.249 - - [2026-02-12 02:13:32] "GET /virtual-network/58cd2d75-1fe0-4025-87ed-db7193dc4af2 HTTP/1.1" 200 2894 0.004130 10.0.0.249 - - [2026-02-12 02:13:32] "GET /routing-instance/26a495d3-e9ac-4cec-b9f8-b8aaf478ca29 HTTP/1.1" 200 1787 0.002765 10.0.0.249 - - [2026-02-12 02:13:32] "GET /virtual-network/58cd2d75-1fe0-4025-87ed-db7193dc4af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004071 10.0.0.249 - - [2026-02-12 02:13:32] "GET /virtual-network/58cd2d75-1fe0-4025-87ed-db7193dc4af2 HTTP/1.1" 200 2894 0.003947 10.0.0.249 - - [2026-02-12 02:13:32] "GET /routing-instance/26a495d3-e9ac-4cec-b9f8-b8aaf478ca29 HTTP/1.1" 200 1787 0.002539 10.0.0.249 - - [2026-02-12 02:13:32] "GET /routing-instance/26a495d3-e9ac-4cec-b9f8-b8aaf478ca29 HTTP/1.1" 200 1787 0.002981 10.0.0.249 - - [2026-02-12 02:13:32] "GET /route-target/b0cdb358-82bb-44ec-a071-495019a2b5a2 HTTP/1.1" 200 1209 0.002764 10.0.0.249 - - [2026-02-12 02:13:32] "GET /domains HTTP/1.1" 200 281 0.003014 10.0.0.249 - - [2026-02-12 02:13:32] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001018 10.0.0.249 - - [2026-02-12 02:13:32] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 3359 0.009287 10.0.0.249 - - [2026-02-12 02:13:32] "GET /projects?obj_uuids=2eb40df6-e0b8-4e4f-8375-4d17ea423988&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001001 10.0.0.249 - - [2026-02-12 02:13:32] "GET /project/2eb40df6-e0b8-4e4f-8375-4d17ea423988 HTTP/1.1" 200 2588 0.069028 10.0.0.249 - - [2026-02-12 02:13:32] "GET /virtual-network/58cd2d75-1fe0-4025-87ed-db7193dc4af2 HTTP/1.1" 200 2894 0.004555 10.0.0.249 - - [2026-02-12 02:13:32] "GET /obj-perms HTTP/1.1" 200 5053 0.058340 10.0.0.249 - - [2026-02-12 02:13:32] "GET /domains HTTP/1.1" 200 281 0.002667 10.0.0.249 - - [2026-02-12 02:13:32] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000877 10.0.0.249 - - [2026-02-12 02:13:32] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 3359 0.006298 10.0.0.249 - - [2026-02-12 02:13:32] "GET /projects?obj_uuids=2eb40df6-e0b8-4e4f-8375-4d17ea423988&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000811 10.0.0.249 - - [2026-02-12 02:13:32] "GET /project/2eb40df6-e0b8-4e4f-8375-4d17ea423988 HTTP/1.1" 200 2588 0.061669 10.0.0.249 - - [2026-02-12 02:13:32] "GET /virtual-network/772472fc-d3da-49a1-9cc8-30005ee5caee HTTP/1.1" 200 2895 0.007818 10.0.0.249 - - [2026-02-12 02:13:32] "GET /virtual-network/772472fc-d3da-49a1-9cc8-30005ee5caee HTTP/1.1" 200 2895 0.004425 10.0.0.249 - - [2026-02-12 02:13:32] "GET /routing-instance/b9eace60-208d-4814-812f-b7894837b046 HTTP/1.1" 200 1787 0.002750 10.0.0.249 - - [2026-02-12 02:13:32] "GET /routing-instance/b9eace60-208d-4814-812f-b7894837b046 HTTP/1.1" 200 1787 0.002795 10.0.0.249 - - [2026-02-12 02:13:32] "GET /route-target/2fdf9a1a-7027-438e-86e0-8c8137888b1b HTTP/1.1" 200 1207 0.002621 10.0.0.249 - - [2026-02-12 02:13:32] "GET /virtual-network/772472fc-d3da-49a1-9cc8-30005ee5caee HTTP/1.1" 200 2895 0.004214 10.0.0.249 - - [2026-02-12 02:13:32] "GET /routing-instance/b9eace60-208d-4814-812f-b7894837b046 HTTP/1.1" 200 1787 0.002908 10.0.0.249 - - [2026-02-12 02:13:32] "GET /virtual-network/772472fc-d3da-49a1-9cc8-30005ee5caee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004049 10.0.0.249 - - [2026-02-12 02:13:32] "GET /virtual-network/772472fc-d3da-49a1-9cc8-30005ee5caee HTTP/1.1" 200 2895 0.003886 10.0.0.249 - - [2026-02-12 02:13:32] "GET /routing-instance/b9eace60-208d-4814-812f-b7894837b046 HTTP/1.1" 200 1787 0.003104 10.0.0.249 - - [2026-02-12 02:13:32] "GET /routing-instance/b9eace60-208d-4814-812f-b7894837b046 HTTP/1.1" 200 1787 0.002706 10.0.0.249 - - [2026-02-12 02:13:32] "GET /route-target/2fdf9a1a-7027-438e-86e0-8c8137888b1b HTTP/1.1" 200 1207 0.002338 10.0.0.249 - - [2026-02-12 02:13:32] "GET /domains HTTP/1.1" 200 281 0.002631 10.0.0.249 - - [2026-02-12 02:13:32] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000946 10.0.0.249 - - [2026-02-12 02:13:32] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 3359 0.005516 10.0.0.249 - - [2026-02-12 02:13:32] "GET /projects?obj_uuids=2eb40df6-e0b8-4e4f-8375-4d17ea423988&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000855 10.0.0.249 - - [2026-02-12 02:13:33] "GET /project/2eb40df6-e0b8-4e4f-8375-4d17ea423988 HTTP/1.1" 200 2588 0.064837 10.0.0.249 - - [2026-02-12 02:13:33] "GET /virtual-network/772472fc-d3da-49a1-9cc8-30005ee5caee HTTP/1.1" 200 2895 0.004225 10.0.0.249 - - [2026-02-12 02:13:33] "GET /obj-perms HTTP/1.1" 200 5053 0.002559 10.0.0.249 - - [2026-02-12 02:13:33] "POST /id-to-fqname HTTP/1.1" 200 222 0.001442 10.0.0.249 - - [2026-02-12 02:13:33] "POST /neutron/network HTTP/1.1" 200 937 0.005419 10.0.0.249 - - [2026-02-12 02:13:33] "GET /aaa-mode HTTP/1.1" 401 293 0.000383 10.0.0.249 - - [2026-02-12 02:13:33] "GET / HTTP/1.1" 200 36215 0.001360 10.0.0.249 - - [2026-02-12 02:13:33] "GET /project/2eb40df6-e0b8-4e4f-8375-4d17ea423988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000460 10.0.0.249 - - [2026-02-12 02:13:33] "GET /projects?obj_uuids=2eb40df6-e0b8-4e4f-8375-4d17ea423988&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001040 10.0.0.249 - - [2026-02-12 02:13:33] "GET /project/2eb40df6-e0b8-4e4f-8375-4d17ea423988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.047465 10.0.0.249 - - [2026-02-12 02:13:33] "POST /neutron/network HTTP/1.1" 200 927 0.004727 10.0.0.249 - - [2026-02-12 02:13:34] "POST /neutron/port HTTP/1.1" 200 117 0.004964 10.0.0.249 - - [2026-02-12 02:13:34] "POST /neutron/port HTTP/1.1" 200 117 0.005474 10.0.0.249 - - [2026-02-12 02:13:34] "POST /id-to-fqname HTTP/1.1" 200 222 0.001299 10.0.0.249 - - [2026-02-12 02:13:34] "POST /neutron/port HTTP/1.1" 200 117 0.009526 10.0.0.249 - - [2026-02-12 02:13:34] "POST /neutron/network HTTP/1.1" 200 937 0.005434 10.0.0.249 - - [2026-02-12 02:13:34] "GET /aaa-mode HTTP/1.1" 401 293 0.000470 10.0.0.249 - - [2026-02-12 02:13:34] "POST /neutron/network HTTP/1.1" 200 937 0.005065 10.0.0.249 - - [2026-02-12 02:13:34] "GET /projects?obj_uuids=2eb40df6-e0b8-4e4f-8375-4d17ea423988&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000928 10.0.0.249 - - [2026-02-12 02:13:34] "GET / HTTP/1.1" 200 36215 0.001508 10.0.0.249 - - [2026-02-12 02:13:34] "GET /project/2eb40df6-e0b8-4e4f-8375-4d17ea423988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000368 10.0.0.249 - - [2026-02-12 02:13:34] "POST /neutron/port HTTP/1.1" 200 1061 0.210030 10.0.0.249 - - [2026-02-12 02:13:34] "POST /neutron/port HTTP/1.1" 200 1061 0.011235 10.0.0.249 - - [2026-02-12 02:13:34] "POST /neutron/port HTTP/1.1" 200 1061 0.008152 10.0.0.249 - - [2026-02-12 02:13:34] "POST /neutron/port HTTP/1.1" 200 1115 0.058204 10.0.0.249 - - [2026-02-12 02:13:34] "POST /neutron/port HTTP/1.1" 200 1125 0.010656 10.0.0.249 - - [2026-02-12 02:13:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002879 10.0.0.249 - - [2026-02-12 02:13:34] "POST /neutron/subnet HTTP/1.1" 200 693 0.006211 10.0.0.249 - - [2026-02-12 02:13:34] "POST /neutron/port HTTP/1.1" 200 117 0.001390 10.0.0.249 - - [2026-02-12 02:13:34] "POST /neutron/network HTTP/1.1" 200 927 0.005802 10.0.0.249 - - [2026-02-12 02:13:35] "GET /projects?obj_uuids=2eb40df6-e0b8-4e4f-8375-4d17ea423988&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001867 10.0.0.249 - - [2026-02-12 02:13:35] "GET /project/2eb40df6-e0b8-4e4f-8375-4d17ea423988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.065845 10.0.0.249 - - [2026-02-12 02:13:35] "POST /neutron/network HTTP/1.1" 200 927 0.004974 10.0.0.249 - - [2026-02-12 02:13:35] "POST /neutron/port HTTP/1.1" 200 1125 0.018856 10.0.0.249 - - [2026-02-12 02:13:35] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008921 10.0.0.249 - - [2026-02-12 02:13:35] "POST /neutron/port HTTP/1.1" 200 117 0.007106 10.0.0.249 - - [2026-02-12 02:13:35] "POST /neutron/port HTTP/1.1" 200 1125 0.012983 10.0.0.249 - - [2026-02-12 02:13:35] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006742 10.0.0.249 - - [2026-02-12 02:13:35] "POST /neutron/network HTTP/1.1" 200 937 0.005099 10.0.0.249 - - [2026-02-12 02:13:35] "GET /projects?obj_uuids=2eb40df6-e0b8-4e4f-8375-4d17ea423988&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001589 10.0.0.249 - - [2026-02-12 02:13:35] "PUT /access-control-list/635a9e22-eee5-4497-9214-25a90b7f9a7e HTTP/1.1" 200 273 0.063980 10.0.0.249 - - [2026-02-12 02:13:35] "POST /neutron/port HTTP/1.1" 200 1061 0.275304 10.0.0.249 - - [2026-02-12 02:13:35] "POST /neutron/port HTTP/1.1" 200 1061 0.020397 10.0.0.249 - - [2026-02-12 02:13:35] "POST /neutron/port HTTP/1.1" 200 1061 0.014077 10.0.0.249 - - [2026-02-12 02:13:36] "POST /neutron/port HTTP/1.1" 200 1115 0.070826 10.0.0.249 - - [2026-02-12 02:13:36] "POST /neutron/port HTTP/1.1" 200 1125 0.012508 10.0.0.249 - - [2026-02-12 02:13:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004748 10.0.0.249 - - [2026-02-12 02:13:36] "POST /neutron/subnet HTTP/1.1" 200 693 0.007284 10.0.0.249 - - [2026-02-12 02:13:36] "POST /neutron/port HTTP/1.1" 200 117 0.001174 10.0.0.249 - - [2026-02-12 02:13:36] "POST /neutron/network HTTP/1.1" 200 927 0.006543 10.0.0.249 - - [2026-02-12 02:13:36] "DELETE /project/938db03341f44076a241fc69ce6b7894 HTTP/1.1" 404 173 0.010264 10.0.0.249 - - [2026-02-12 02:13:36] "DELETE /project/98e84beae9a041f7a683e98e1a63f746 HTTP/1.1" 404 173 0.010035 10.0.0.249 - - [2026-02-12 02:13:36] "DELETE /project/2d7171b4adfe4df2b324d8dc8cb7dc3b HTTP/1.1" 404 173 0.007962 10.0.0.249 - - [2026-02-12 02:13:36] "DELETE /project/2eb40df6e0b84e4f83754d17ea423988 HTTP/1.1" 404 173 0.007293 10.0.0.249 - - [2026-02-12 02:13:36] "GET /projects?obj_uuids=9542e51d-0501-478b-a671-0b09dffb2792&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001080 10.0.0.249 - - [2026-02-12 02:13:36] "GET /projects?obj_uuids=938db033-41f4-4076-a241-fc69ce6b7894&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000823 10.0.0.249 - - [2026-02-12 02:13:36] "GET /projects?obj_uuids=2d7171b4-adfe-4df2-b324-d8dc8cb7dc3b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000805 10.0.0.249 - - [2026-02-12 02:13:36] "GET /projects?obj_uuids=98e84bea-e9a0-41f7-a683-e98e1a63f746&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000831 10.0.0.249 - - [2026-02-12 02:13:36] "GET /project/98e84bea-e9a0-41f7-a683-e98e1a63f746?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.058959 10.0.0.249 - - [2026-02-12 02:13:36] "GET /project/938db033-41f4-4076-a241-fc69ce6b7894?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1543 0.063293 10.0.0.249 - - [2026-02-12 02:13:36] "GET /project/9542e51d-0501-478b-a671-0b09dffb2792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.068387 10.0.0.249 - - [2026-02-12 02:13:36] "GET /project/2d7171b4-adfe-4df2-b324-d8dc8cb7dc3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1510 0.085461 10.0.0.249 - - [2026-02-12 02:13:36] "GET /projects?obj_uuids=9542e51d-0501-478b-a671-0b09dffb2792&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001267 10.0.0.249 - - [2026-02-12 02:13:36] "GET /projects?obj_uuids=938db033-41f4-4076-a241-fc69ce6b7894&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001014 10.0.0.249 - - [2026-02-12 02:13:36] "GET /projects?obj_uuids=98e84bea-e9a0-41f7-a683-e98e1a63f746&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000816 10.0.0.249 - - [2026-02-12 02:13:36] "GET /projects?obj_uuids=2d7171b4-adfe-4df2-b324-d8dc8cb7dc3b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000862 10.0.0.249 - - [2026-02-12 02:13:36] "GET /project/9542e51d-0501-478b-a671-0b09dffb2792?fields=security_groups HTTP/1.1" 200 1368 0.051628 10.0.0.249 - - [2026-02-12 02:13:36] "GET /project/938db033-41f4-4076-a241-fc69ce6b7894?fields=security_groups HTTP/1.1" 200 1422 0.057622 10.0.0.249 - - [2026-02-12 02:13:36] "GET /project/98e84bea-e9a0-41f7-a683-e98e1a63f746?fields=security_groups HTTP/1.1" 200 1383 0.063745 10.0.0.249 - - [2026-02-12 02:13:36] "GET /project/2d7171b4-adfe-4df2-b324-d8dc8cb7dc3b?fields=security_groups HTTP/1.1" 200 1397 0.067285 10.0.0.249 - - [2026-02-12 02:13:36] "DELETE /security-group/b3ff1f53-8661-45fc-97bc-2de7a75a50e6 HTTP/1.1" 200 115 0.070300 10.0.0.249 - - [2026-02-12 02:13:36] "DELETE /security-group/ef29f830-9f39-4c19-a1c0-091fa7ba2917 HTTP/1.1" 200 115 0.078033 10.0.0.249 - - [2026-02-12 02:13:36] "GET /projects?obj_uuids=938db033-41f4-4076-a241-fc69ce6b7894&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000865 10.0.0.249 - - [2026-02-12 02:13:36] "DELETE /security-group/d4568ba2-80a3-43c5-ab17-13abad152966 HTTP/1.1" 200 115 0.100626 10.0.0.249 - - [2026-02-12 02:13:36] "GET /projects?obj_uuids=98e84bea-e9a0-41f7-a683-e98e1a63f746&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000825 10.0.0.249 - - [2026-02-12 02:13:36] "GET /projects?obj_uuids=9542e51d-0501-478b-a671-0b09dffb2792&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000820 10.0.0.249 - - [2026-02-12 02:13:36] "DELETE /access-control-list/286a2be0-fb56-4a76-94fc-c437b5c43acf HTTP/1.1" 200 115 0.069390 10.0.0.249 - - [2026-02-12 02:13:36] "DELETE /security-group/bf35a90a-04d9-4506-a6ee-171d0c2d9a62 HTTP/1.1" 200 115 0.106265 10.0.0.249 - - [2026-02-12 02:13:36] "GET /project/938db033-41f4-4076-a241-fc69ce6b7894?fields=application_policy_sets HTTP/1.1" 200 1461 0.049510 10.0.0.249 - - [2026-02-12 02:13:36] "GET /projects?obj_uuids=2d7171b4-adfe-4df2-b324-d8dc8cb7dc3b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001185 10.0.0.249 - - [2026-02-12 02:13:36] "GET /project/9542e51d-0501-478b-a671-0b09dffb2792?fields=application_policy_sets HTTP/1.1" 200 1407 0.064045 10.0.0.249 - - [2026-02-12 02:13:36] "DELETE /access-control-list/9dd3fc66-75d8-45a9-bd62-6bfa649a68d9 HTTP/1.1" 200 115 0.068439 10.0.0.249 - - [2026-02-12 02:13:36] "GET /project/98e84bea-e9a0-41f7-a683-e98e1a63f746?fields=application_policy_sets HTTP/1.1" 200 1422 0.107022 10.0.0.249 - - [2026-02-12 02:13:37] "GET /project/2d7171b4-adfe-4df2-b324-d8dc8cb7dc3b?fields=application_policy_sets HTTP/1.1" 200 1436 0.100352 10.0.0.249 - - [2026-02-12 02:13:37] "DELETE /access-control-list/f6cb1568-cf56-43fd-a6f7-5174904e0b2d HTTP/1.1" 200 115 0.069086 10.0.0.249 - - [2026-02-12 02:13:37] "DELETE /access-control-list/8330dac3-6566-44ca-b1e2-eca1800c346d HTTP/1.1" 200 115 0.073924 10.0.0.249 - - [2026-02-12 02:13:37] "DELETE /project/938db033-41f4-4076-a241-fc69ce6b7894 HTTP/1.1" 200 115 0.629490 10.0.0.249 - - [2026-02-12 02:13:37] "DELETE /access-control-list/e732b2e4-2a41-413b-a050-7f0578fdb8bb HTTP/1.1" 200 115 0.073462 10.0.0.249 - - [2026-02-12 02:13:37] "DELETE /project/9542e51d-0501-478b-a671-0b09dffb2792 HTTP/1.1" 200 115 0.636779 10.0.0.249 - - [2026-02-12 02:13:37] "DELETE /project/98e84bea-e9a0-41f7-a683-e98e1a63f746 HTTP/1.1" 200 115 0.647725 10.0.0.249 - - [2026-02-12 02:13:37] "DELETE /access-control-list/779c6cd7-9d43-42a8-9f6c-88fc1f8dbd62 HTTP/1.1" 200 115 0.039630 10.0.0.249 - - [2026-02-12 02:13:37] "DELETE /project/2d7171b4-adfe-4df2-b324-d8dc8cb7dc3b HTTP/1.1" 200 115 0.687391 10.0.0.249 - - [2026-02-12 02:13:37] "DELETE /access-control-list/c596cd16-7727-40b1-a677-bafab72fcc5c HTTP/1.1" 200 115 0.020752 10.0.0.249 - - [2026-02-12 02:13:37] "DELETE /access-control-list/9bdc1954-c9b4-446a-a08c-0ce10dbe0d11 HTTP/1.1" 200 115 0.023117 10.0.0.249 - - [2026-02-12 02:13:40] "POST /neutron/port HTTP/1.1" 200 1125 0.024897 10.0.0.249 - - [2026-02-12 02:13:40] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007543 10.0.0.249 - - [2026-02-12 02:13:40] "POST /neutron/port HTTP/1.1" 200 1125 0.012198 10.0.0.249 - - [2026-02-12 02:13:40] "POST /neutron/security_group HTTP/1.1" 200 2060 0.012083 10.0.0.249 - - [2026-02-12 02:13:40] "POST /neutron/port HTTP/1.1" 200 1125 0.010708 10.0.0.249 - - [2026-02-12 02:13:40] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008262 10.0.0.249 - - [2026-02-12 02:13:40] "GET /virtual-machine/d4433c7f-ab97-4043-8d38-f1b4053932f0 HTTP/1.1" 200 1297 0.004605 10.0.0.249 - - [2026-02-12 02:13:40] "GET /virtual-machine-interface/50e1fad8-927b-43c9-bc47-516c62892e57 HTTP/1.1" 200 2958 0.005008 10.0.0.249 - - [2026-02-12 02:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.249 - - [2026-02-12 02:13:40] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003148 10.0.0.249 - - [2026-02-12 02:13:40] "GET /virtual-networks?parent_id=2eb40df6-e0b8-4e4f-8375-4d17ea423988&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004409 10.0.0.249 - - [2026-02-12 02:13:40] "GET /virtual-network/58cd2d75-1fe0-4025-87ed-db7193dc4af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006232 10.0.0.249 - - [2026-02-12 02:13:41] "GET /obj-perms HTTP/1.1" 200 5075 0.063014 10.0.0.249 - - [2026-02-12 02:13:42] "GET /obj-perms HTTP/1.1" 200 5075 0.060419 10.0.0.249 - - [2026-02-12 02:13:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.249 - - [2026-02-12 02:13:43] "GET /virtual-network/58cd2d75-1fe0-4025-87ed-db7193dc4af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005718 10.0.0.249 - - [2026-02-12 02:13:44] "POST /neutron/port HTTP/1.1" 200 1125 0.014839 10.0.0.249 - - [2026-02-12 02:13:44] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005726 10.0.0.249 - - [2026-02-12 02:13:45] "POST /neutron/port HTTP/1.1" 200 1125 0.011258 10.0.0.249 - - [2026-02-12 02:13:45] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004906 10.0.0.249 - - [2026-02-12 02:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.249 - - [2026-02-12 02:13:46] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002792 10.0.0.249 - - [2026-02-12 02:13:46] "GET /virtual-networks?parent_id=2eb40df6-e0b8-4e4f-8375-4d17ea423988&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002857 10.0.0.249 - - [2026-02-12 02:13:46] "GET /virtual-network/58cd2d75-1fe0-4025-87ed-db7193dc4af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005858 10.0.0.249 - - [2026-02-12 02:13:46] "POST /neutron/port HTTP/1.1" 200 1125 0.012258 10.0.0.249 - - [2026-02-12 02:13:46] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005747 10.0.0.249 - - [2026-02-12 02:13:46] "POST /neutron/port HTTP/1.1" 200 1125 0.012305 10.0.0.249 - - [2026-02-12 02:13:46] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006759 10.0.0.249 - - [2026-02-12 02:13:46] "POST /neutron/port HTTP/1.1" 200 1125 0.011932 10.0.0.249 - - [2026-02-12 02:13:46] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007028 10.0.0.249 - - [2026-02-12 02:13:46] "GET /virtual-machine/f4d572a1-dfa2-4a8f-ab76-7be666efbaf7 HTTP/1.1" 200 1297 0.004763 10.0.0.249 - - [2026-02-12 02:13:46] "GET /virtual-machine-interface/856cbfaa-84fe-48d9-8fbd-c4d5819f7cfc HTTP/1.1" 200 2958 0.004561 10.0.0.249 - - [2026-02-12 02:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.249 - - [2026-02-12 02:13:46] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002902 10.0.0.249 - - [2026-02-12 02:13:46] "GET /virtual-networks?parent_id=2eb40df6-e0b8-4e4f-8375-4d17ea423988&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002743 10.0.0.249 - - [2026-02-12 02:13:46] "GET /virtual-network/772472fc-d3da-49a1-9cc8-30005ee5caee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005054 10.0.0.249 - - [2026-02-12 02:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.249 - - [2026-02-12 02:13:47] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003675 10.0.0.249 - - [2026-02-12 02:13:47] "GET /virtual-networks?parent_id=2eb40df6-e0b8-4e4f-8375-4d17ea423988&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003517 10.0.0.249 - - [2026-02-12 02:13:47] "GET /virtual-network/772472fc-d3da-49a1-9cc8-30005ee5caee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005314 10.0.0.249 - - [2026-02-12 02:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.249 - - [2026-02-12 02:13:52] "GET /projects?obj_uuids=2eb40df6-e0b8-4e4f-8375-4d17ea423988&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001044 10.0.0.249 - - [2026-02-12 02:13:52] "GET /project/2eb40df6-e0b8-4e4f-8375-4d17ea423988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.025583 10.0.0.249 - - [2026-02-12 02:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.249 - - [2026-02-12 02:13:52] "PUT /network-policy/d30e8dcd-3bce-41f1-985d-258935501321 HTTP/1.1" 200 263 0.012534 10.0.0.249 - - [2026-02-12 02:13:52] "PUT /access-control-list/ecf59e14-81d4-420e-a7f9-f6b0d38bc09d HTTP/1.1" 200 273 0.052055 10.0.0.249 - - [2026-02-12 02:13:52] "POST /ref-update HTTP/1.1" 200 156 0.016452 10.0.0.249 - - [2026-02-12 02:13:52] "PUT /access-control-list/635a9e22-eee5-4497-9214-25a90b7f9a7e HTTP/1.1" 200 273 0.061473 10.0.0.249 - - [2026-02-12 02:13:52] "POST /ref-update HTTP/1.1" 200 156 0.012469 10.0.0.249 - - [2026-02-12 02:13:53] "POST /neutron/port HTTP/1.1" 200 1125 0.013661 10.0.0.249 - - [2026-02-12 02:13:53] "POST /neutron/port HTTP/1.1" 200 1125 0.012068 10.0.0.249 - - [2026-02-12 02:13:53] "POST /neutron/network HTTP/1.1" 200 937 0.005616 10.0.0.249 - - [2026-02-12 02:13:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003478 10.0.0.249 - - [2026-02-12 02:13:53] "POST /neutron/subnet HTTP/1.1" 200 693 0.007005 10.0.0.249 - - [2026-02-12 02:13:53] "POST /neutron/port HTTP/1.1" 200 117 0.001315 10.0.0.249 - - [2026-02-12 02:13:53] "POST /neutron/network HTTP/1.1" 200 927 0.006693 10.0.0.249 - - [2026-02-12 02:13:55] "GET /virtual-network/772472fc-d3da-49a1-9cc8-30005ee5caee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.010107 10.0.0.249 - - [2026-02-12 02:13:55] "POST /neutron/network HTTP/1.1" 200 927 0.006588 10.0.0.249 - - [2026-02-12 02:13:55] "POST /neutron/network HTTP/1.1" 200 825 0.044474 10.0.0.249 - - [2026-02-12 02:13:55] "DELETE /access-control-list/635a9e22-eee5-4497-9214-25a90b7f9a7e HTTP/1.1" 200 115 0.025220 10.0.0.249 - - [2026-02-12 02:13:55] "POST /neutron/network HTTP/1.1" 200 825 0.007024 10.0.0.249 - - [2026-02-12 02:13:55] "GET /virtual-network/772472fc-d3da-49a1-9cc8-30005ee5caee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004848 10.0.0.249 - - [2026-02-12 02:13:55] "GET /virtual-network/58cd2d75-1fe0-4025-87ed-db7193dc4af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004590 10.0.0.249 - - [2026-02-12 02:13:55] "POST /neutron/network HTTP/1.1" 200 927 0.009700 10.0.0.249 - - [2026-02-12 02:13:56] "POST /neutron/network HTTP/1.1" 200 825 0.086172 10.0.0.249 - - [2026-02-12 02:13:56] "DELETE /access-control-list/ecf59e14-81d4-420e-a7f9-f6b0d38bc09d HTTP/1.1" 200 115 0.040377 10.0.0.249 - - [2026-02-12 02:13:56] "POST /neutron/network HTTP/1.1" 200 825 0.008649 10.0.0.249 - - [2026-02-12 02:13:56] "GET /virtual-network/58cd2d75-1fe0-4025-87ed-db7193dc4af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004653 10.0.0.249 - - [2026-02-12 02:13:56] "DELETE /network-policy/d30e8dcd-3bce-41f1-985d-258935501321 HTTP/1.1" 200 115 0.019772 10.0.0.249 - - [2026-02-12 02:13:56] "POST /neutron/network HTTP/1.1" 200 825 0.012293 10.0.0.249 - - [2026-02-12 02:13:56] "POST /neutron/network HTTP/1.1" 400 204 0.013296 10.0.0.249 - - [2026-02-12 02:13:56] "POST /neutron/port HTTP/1.1" 200 1125 0.012784 10.0.0.249 - - [2026-02-12 02:13:56] "POST /neutron/port HTTP/1.1" 200 1115 0.016464 10.0.0.249 - - [2026-02-12 02:13:56] "POST /neutron/port HTTP/1.1" 200 1125 0.013468 10.0.0.249 - - [2026-02-12 02:13:56] "POST /neutron/port HTTP/1.1" 200 1115 0.014369 10.0.0.249 - - [2026-02-12 02:13:56] "POST /neutron/port HTTP/1.1" 200 151 0.123733 10.0.0.249 - - [2026-02-12 02:13:56] "POST /neutron/port HTTP/1.1" 200 151 0.122823 10.0.0.249 - - [2026-02-12 02:13:58] "POST /neutron/network HTTP/1.1" 200 825 0.006118 10.0.0.249 - - [2026-02-12 02:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.249 - - [2026-02-12 02:13:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003592 10.0.0.249 - - [2026-02-12 02:13:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001617 10.0.0.249 - - [2026-02-12 02:13:58] "POST /neutron/network HTTP/1.1" 200 151 0.088019 10.0.0.249 - - [2026-02-12 02:13:58] "DELETE /route-target/2fdf9a1a-7027-438e-86e0-8c8137888b1b HTTP/1.1" 200 115 0.022941 10.0.0.249 - - [2026-02-12 02:13:58] "GET /routing-instance/b9eace60-208d-4814-812f-b7894837b046 HTTP/1.1" 404 171 0.002614 10.0.0.249 - - [2026-02-12 02:13:58] "GET /domains HTTP/1.1" 200 281 0.002394 10.0.0.249 - - [2026-02-12 02:13:58] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000889 10.0.0.249 - - [2026-02-12 02:13:58] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 2586 0.048486 10.0.0.249 - - [2026-02-12 02:13:58] "GET /projects?obj_uuids=2eb40df6-e0b8-4e4f-8375-4d17ea423988&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000851 10.0.0.249 - - [2026-02-12 02:13:58] "GET /project/2eb40df6-e0b8-4e4f-8375-4d17ea423988 HTTP/1.1" 200 2118 0.064629 10.0.0.249 - - [2026-02-12 02:13:58] "POST /neutron/network HTTP/1.1" 200 825 0.005042 10.0.0.249 - - [2026-02-12 02:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.249 - - [2026-02-12 02:13:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002849 10.0.0.249 - - [2026-02-12 02:13:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001598 10.0.0.249 - - [2026-02-12 02:13:58] "POST /neutron/network HTTP/1.1" 200 151 0.071005 10.0.0.249 - - [2026-02-12 02:13:58] "DELETE /route-target/b0cdb358-82bb-44ec-a071-495019a2b5a2 HTTP/1.1" 200 115 0.013425 10.0.0.249 - - [2026-02-12 02:13:58] "GET /routing-instance/26a495d3-e9ac-4cec-b9f8-b8aaf478ca29 HTTP/1.1" 404 171 0.003012 10.0.0.249 - - [2026-02-12 02:13:58] "GET /domains HTTP/1.1" 200 281 0.002046 10.0.0.249 - - [2026-02-12 02:13:58] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000881 10.0.0.249 - - [2026-02-12 02:13:58] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 2586 0.049461 10.0.0.249 - - [2026-02-12 02:13:58] "GET /projects?obj_uuids=2eb40df6-e0b8-4e4f-8375-4d17ea423988&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002333 10.0.0.249 - - [2026-02-12 02:13:58] "GET /project/2eb40df6-e0b8-4e4f-8375-4d17ea423988 HTTP/1.1" 200 1878 0.073778 10.0.0.249 - - [2026-02-12 02:13:58] "GET /projects?obj_uuids=2eb40df6-e0b8-4e4f-8375-4d17ea423988&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000945 10.0.0.249 - - [2026-02-12 02:13:58] "GET /project/2eb40df6-e0b8-4e4f-8375-4d17ea423988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.022371 10.0.0.249 - - [2026-02-12 02:13:58] "GET /projects?obj_uuids=2eb40df6-e0b8-4e4f-8375-4d17ea423988&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000951 10.0.0.249 - - [2026-02-12 02:13:59] "GET /project/2eb40df6-e0b8-4e4f-8375-4d17ea423988?fields=virtual_networks HTTP/1.1" 200 1047 0.068375 10.0.0.249 - - [2026-02-12 02:13:59] "GET /projects?obj_uuids=2eb40df6-e0b8-4e4f-8375-4d17ea423988&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001098 10.0.0.249 - - [2026-02-12 02:13:59] "GET /project/2eb40df6-e0b8-4e4f-8375-4d17ea423988?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.022548 10.0.0.249 - - [2026-02-12 02:13:59] "GET /projects?obj_uuids=2eb40df6-e0b8-4e4f-8375-4d17ea423988&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000876 10.0.0.249 - - [2026-02-12 02:13:59] "GET /project/2eb40df6-e0b8-4e4f-8375-4d17ea423988?fields=security_groups HTTP/1.1" 200 1276 0.022254 10.0.0.249 - - [2026-02-12 02:14:00] "POST /fqname-to-id HTTP/1.1" 404 181 0.027160 10.0.0.249 - - [2026-02-12 02:14:00] "GET /projects?obj_uuids=e62bab17-3501-4ed0-b406-5598ccbbecdf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002896 10.0.0.249 - - [2026-02-12 02:14:00] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001314 10.0.0.249 - - [2026-02-12 02:14:00] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008910 10.0.0.249 - - [2026-02-12 02:14:00] "POST /id-to-fqname HTTP/1.1" 200 183 0.001545 10.0.0.249 - - [2026-02-12 02:14:00] "POST /fqname-to-id HTTP/1.1" 404 192 0.003403 10.0.0.249 - - [2026-02-12 02:14:00] "POST /security-groups HTTP/1.1" 200 584 0.064548 10.0.0.249 - - [2026-02-12 02:14:00] "POST /fqname-to-id HTTP/1.1" 404 227 0.004850 10.0.0.249 - - [2026-02-12 02:14:00] "POST /projects HTTP/1.1" 200 571 0.207168 10.0.0.249 - - [2026-02-12 02:14:00] "POST /access-control-lists HTTP/1.1" 200 591 0.060897 10.0.0.249 - - [2026-02-12 02:14:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.282378 10.0.0.249 - - [2026-02-12 02:14:00] "POST /fqname-to-id HTTP/1.1" 404 226 0.003326 10.0.0.249 - - [2026-02-12 02:14:00] "GET /project/e62bab17-3501-4ed0-b406-5598ccbbecdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.425636 10.0.0.249 - - [2026-02-12 02:14:00] "POST /access-control-lists HTTP/1.1" 200 589 0.060798 10.0.0.249 - - [2026-02-12 02:14:01] "GET / HTTP/1.1" 200 36215 0.002118 10.0.0.249 - - [2026-02-12 02:14:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000731 10.0.0.249 - - [2026-02-12 02:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.055767 10.0.0.249 - - [2026-02-12 02:14:02] "GET /projects?obj_uuids=e62bab17-3501-4ed0-b406-5598ccbbecdf&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000987 10.0.0.249 - - [2026-02-12 02:14:02] "GET /project/e62bab17-3501-4ed0-b406-5598ccbbecdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.022017 10.0.0.249 - - [2026-02-12 02:14:03] "POST /neutron/network HTTP/1.1" 200 117 0.033672 10.0.0.249 - - [2026-02-12 02:14:03] "GET /projects?obj_uuids=e62bab17-3501-4ed0-b406-5598ccbbecdf&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001349 10.0.0.249 - - [2026-02-12 02:14:03] "POST /neutron/network HTTP/1.1" 200 612 0.072665 10.0.0.249 - - [2026-02-12 02:14:03] "POST /route-targets HTTP/1.1" 200 328 0.012248 10.0.0.249 - - [2026-02-12 02:14:03] "POST /ref-update HTTP/1.1" 200 156 0.011091 10.0.0.249 - - [2026-02-12 02:14:03] "POST /useragent-kv HTTP/1.1" 200 115 0.004902 10.0.0.249 - - [2026-02-12 02:14:03] "POST /neutron/subnet HTTP/1.1" 200 715 0.186571 10.0.0.249 - - [2026-02-12 02:14:03] "POST /neutron/network HTTP/1.1" 200 829 0.005748 10.0.0.249 - - [2026-02-12 02:14:03] "POST /id-to-fqname HTTP/1.1" 200 220 0.001214 10.0.0.249 - - [2026-02-12 02:14:03] "GET /virtual-network/9f5b54a8-2ffc-4267-a595-2df80fb80129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004107 10.0.0.249 - - [2026-02-12 02:14:03] "POST /neutron/network HTTP/1.1" 200 829 0.005727 10.0.0.249 - - [2026-02-12 02:14:03] "GET /virtual-network/9f5b54a8-2ffc-4267-a595-2df80fb80129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004307 10.0.0.249 - - [2026-02-12 02:14:03] "POST /neutron/network HTTP/1.1" 200 829 0.005151 10.0.0.249 - - [2026-02-12 02:14:03] "POST /neutron/subnet HTTP/1.1" 200 715 0.008353 10.0.0.249 - - [2026-02-12 02:14:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002626 10.0.0.249 - - [2026-02-12 02:14:03] "GET /virtual-network/9f5b54a8-2ffc-4267-a595-2df80fb80129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005252 10.0.0.249 - - [2026-02-12 02:14:03] "PUT /virtual-network/9f5b54a8-2ffc-4267-a595-2df80fb80129 HTTP/1.1" 200 265 0.042708 10.0.0.249 - - [2026-02-12 02:14:03] "POST /route-targets HTTP/1.1" 200 324 0.016900 10.0.0.249 - - [2026-02-12 02:14:03] "POST /ref-update HTTP/1.1" 200 156 0.014620 10.0.0.249 - - [2026-02-12 02:14:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.249 - - [2026-02-12 02:14:03] "GET /projects?obj_uuids=e62bab17-3501-4ed0-b406-5598ccbbecdf&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000988 10.0.0.249 - - [2026-02-12 02:14:03] "GET /project/e62bab17-3501-4ed0-b406-5598ccbbecdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.024810 10.0.0.249 - - [2026-02-12 02:14:03] "POST /neutron/network HTTP/1.1" 200 117 0.010896 10.0.0.249 - - [2026-02-12 02:14:03] "GET /projects?obj_uuids=e62bab17-3501-4ed0-b406-5598ccbbecdf&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000957 10.0.0.249 - - [2026-02-12 02:14:03] "POST /neutron/network HTTP/1.1" 200 612 0.060301 10.0.0.249 - - [2026-02-12 02:14:03] "POST /route-targets HTTP/1.1" 200 328 0.010495 10.0.0.249 - - [2026-02-12 02:14:03] "POST /ref-update HTTP/1.1" 200 156 0.009196 10.0.0.249 - - [2026-02-12 02:14:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003999 10.0.0.249 - - [2026-02-12 02:14:04] "POST /neutron/subnet HTTP/1.1" 200 724 0.202512 10.0.0.249 - - [2026-02-12 02:14:04] "POST /neutron/network HTTP/1.1" 200 831 0.005248 10.0.0.249 - - [2026-02-12 02:14:04] "POST /id-to-fqname HTTP/1.1" 200 220 0.001035 10.0.0.249 - - [2026-02-12 02:14:04] "GET /virtual-network/31d5aa8e-f6ae-4c99-856f-525574930993?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004773 10.0.0.249 - - [2026-02-12 02:14:04] "POST /neutron/network HTTP/1.1" 200 831 0.006206 10.0.0.249 - - [2026-02-12 02:14:04] "GET /virtual-network/31d5aa8e-f6ae-4c99-856f-525574930993?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005265 10.0.0.249 - - [2026-02-12 02:14:04] "POST /neutron/network HTTP/1.1" 200 831 0.004900 10.0.0.249 - - [2026-02-12 02:14:04] "POST /neutron/subnet HTTP/1.1" 200 724 0.006709 10.0.0.249 - - [2026-02-12 02:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002347 10.0.0.249 - - [2026-02-12 02:14:04] "GET /virtual-network/31d5aa8e-f6ae-4c99-856f-525574930993?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005623 10.0.0.249 - - [2026-02-12 02:14:04] "POST /ref-update HTTP/1.1" 200 156 0.012666 10.0.0.249 - - [2026-02-12 02:14:04] "PUT /virtual-network/31d5aa8e-f6ae-4c99-856f-525574930993 HTTP/1.1" 200 265 0.039831 10.0.0.249 - - [2026-02-12 02:14:04] "POST /id-to-fqname HTTP/1.1" 200 220 0.001245 10.0.0.249 - - [2026-02-12 02:14:04] "POST /neutron/network HTTP/1.1" 200 839 0.008534 10.0.0.249 - - [2026-02-12 02:14:04] "GET /aaa-mode HTTP/1.1" 401 293 0.000447 10.0.0.249 - - [2026-02-12 02:14:05] "GET / HTTP/1.1" 200 36215 0.001845 10.0.0.249 - - [2026-02-12 02:14:05] "GET /project/e62bab17-3501-4ed0-b406-5598ccbbecdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000352 10.0.0.249 - - [2026-02-12 02:14:05] "GET /projects?obj_uuids=e62bab17-3501-4ed0-b406-5598ccbbecdf&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001154 10.0.0.249 - - [2026-02-12 02:14:05] "GET /project/e62bab17-3501-4ed0-b406-5598ccbbecdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.052380 10.0.0.249 - - [2026-02-12 02:14:05] "POST /neutron/network HTTP/1.1" 200 829 0.005473 10.0.0.249 - - [2026-02-12 02:14:05] "POST /neutron/port HTTP/1.1" 200 117 0.004683 10.0.0.249 - - [2026-02-12 02:14:05] "POST /neutron/port HTTP/1.1" 200 117 0.007637 10.0.0.249 - - [2026-02-12 02:14:05] "POST /id-to-fqname HTTP/1.1" 200 220 0.001725 10.0.0.249 - - [2026-02-12 02:14:05] "POST /neutron/port HTTP/1.1" 200 117 0.005907 10.0.0.249 - - [2026-02-12 02:14:05] "POST /neutron/network HTTP/1.1" 200 841 0.008373 10.0.0.249 - - [2026-02-12 02:14:05] "GET /aaa-mode HTTP/1.1" 401 293 0.000400 10.0.0.249 - - [2026-02-12 02:14:05] "POST /neutron/network HTTP/1.1" 200 839 0.005279 10.0.0.249 - - [2026-02-12 02:14:06] "GET /projects?obj_uuids=e62bab17-3501-4ed0-b406-5598ccbbecdf&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001245 10.0.0.249 - - [2026-02-12 02:14:06] "GET / HTTP/1.1" 200 36215 0.002121 10.0.0.249 - - [2026-02-12 02:14:06] "GET /project/e62bab17-3501-4ed0-b406-5598ccbbecdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000427 10.0.0.249 - - [2026-02-12 02:14:06] "POST /neutron/port HTTP/1.1" 200 1051 0.219591 10.0.0.249 - - [2026-02-12 02:14:06] "POST /neutron/port HTTP/1.1" 200 1051 0.010063 10.0.0.249 - - [2026-02-12 02:14:06] "POST /neutron/port HTTP/1.1" 200 1051 0.008424 10.0.0.249 - - [2026-02-12 02:14:06] "POST /neutron/port HTTP/1.1" 200 1105 0.060034 10.0.0.249 - - [2026-02-12 02:14:06] "POST /neutron/port HTTP/1.1" 200 1115 0.015691 10.0.0.249 - - [2026-02-12 02:14:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003795 10.0.0.249 - - [2026-02-12 02:14:06] "POST /neutron/subnet HTTP/1.1" 200 689 0.006916 10.0.0.249 - - [2026-02-12 02:14:06] "POST /neutron/port HTTP/1.1" 200 117 0.001193 10.0.0.249 - - [2026-02-12 02:14:06] "POST /neutron/network HTTP/1.1" 200 829 0.005585 10.0.0.249 - - [2026-02-12 02:14:06] "GET /projects?obj_uuids=e62bab17-3501-4ed0-b406-5598ccbbecdf&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001285 10.0.0.249 - - [2026-02-12 02:14:06] "GET /project/e62bab17-3501-4ed0-b406-5598ccbbecdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.051398 10.0.0.249 - - [2026-02-12 02:14:06] "POST /neutron/network HTTP/1.1" 200 831 0.005504 10.0.0.249 - - [2026-02-12 02:14:06] "POST /neutron/port HTTP/1.1" 200 1115 0.016847 10.0.0.249 - - [2026-02-12 02:14:06] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007818 10.0.0.249 - - [2026-02-12 02:14:06] "POST /neutron/port HTTP/1.1" 200 117 0.007885 10.0.0.249 - - [2026-02-12 02:14:06] "POST /neutron/port HTTP/1.1" 200 1115 0.013023 10.0.0.249 - - [2026-02-12 02:14:06] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006456 10.0.0.249 - - [2026-02-12 02:14:07] "POST /neutron/network HTTP/1.1" 200 841 0.006760 10.0.0.249 - - [2026-02-12 02:14:07] "GET /projects?obj_uuids=e62bab17-3501-4ed0-b406-5598ccbbecdf&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001118 10.0.0.249 - - [2026-02-12 02:14:07] "POST /neutron/port HTTP/1.1" 200 1053 0.225831 10.0.0.249 - - [2026-02-12 02:14:07] "POST /neutron/port HTTP/1.1" 200 1053 0.021106 10.0.0.249 - - [2026-02-12 02:14:07] "POST /neutron/port HTTP/1.1" 200 1053 0.011366 10.0.0.249 - - [2026-02-12 02:14:07] "POST /neutron/port HTTP/1.1" 200 1107 0.090247 10.0.0.249 - - [2026-02-12 02:14:07] "POST /neutron/port HTTP/1.1" 200 1117 0.013078 10.0.0.249 - - [2026-02-12 02:14:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003609 10.0.0.249 - - [2026-02-12 02:14:07] "POST /neutron/subnet HTTP/1.1" 200 698 0.007937 10.0.0.249 - - [2026-02-12 02:14:07] "POST /neutron/port HTTP/1.1" 200 117 0.001929 10.0.0.249 - - [2026-02-12 02:14:07] "POST /neutron/network HTTP/1.1" 200 831 0.006549 10.0.0.249 - - [2026-02-12 02:14:11] "POST /neutron/port HTTP/1.1" 200 1115 0.013038 10.0.0.249 - - [2026-02-12 02:14:11] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005485 10.0.0.249 - - [2026-02-12 02:14:11] "POST /neutron/port HTTP/1.1" 200 1115 0.011194 10.0.0.249 - - [2026-02-12 02:14:12] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005961 10.0.0.249 - - [2026-02-12 02:14:12] "POST /neutron/port HTTP/1.1" 200 1115 0.014349 10.0.0.249 - - [2026-02-12 02:14:12] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006702 10.0.0.249 - - [2026-02-12 02:14:12] "GET /virtual-machine/d9460a86-f8c5-4c52-adb7-7bed1ed172ce HTTP/1.1" 401 293 0.000438 10.0.0.249 - - [2026-02-12 02:14:12] "GET /virtual-machine/d9460a86-f8c5-4c52-adb7-7bed1ed172ce HTTP/1.1" 200 1288 0.030394 10.0.0.249 - - [2026-02-12 02:14:12] "GET /virtual-machine-interface/a944a3a6-2c46-4419-9d08-93f142c1e93b HTTP/1.1" 200 2935 0.005224 10.0.0.249 - - [2026-02-12 02:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.249 - - [2026-02-12 02:14:12] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003709 10.0.0.249 - - [2026-02-12 02:14:12] "GET /virtual-networks?parent_id=e62bab17-3501-4ed0-b406-5598ccbbecdf&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003395 10.0.0.249 - - [2026-02-12 02:14:12] "GET /virtual-network/9f5b54a8-2ffc-4267-a595-2df80fb80129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005251 10.0.0.249 - - [2026-02-12 02:14:15] "POST /neutron/port HTTP/1.1" 200 1115 0.012660 10.0.0.249 - - [2026-02-12 02:14:15] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005502 10.0.0.249 - - [2026-02-12 02:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.249 - - [2026-02-12 02:14:15] "GET /virtual-network/9f5b54a8-2ffc-4267-a595-2df80fb80129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005295 10.0.0.249 - - [2026-02-12 02:14:16] "POST /neutron/port HTTP/1.1" 200 1117 0.010748 10.0.0.249 - - [2026-02-12 02:14:16] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006067 10.0.0.249 - - [2026-02-12 02:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002614 10.0.0.249 - - [2026-02-12 02:14:17] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002920 10.0.0.249 - - [2026-02-12 02:14:17] "GET /virtual-networks?parent_id=e62bab17-3501-4ed0-b406-5598ccbbecdf&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003511 10.0.0.249 - - [2026-02-12 02:14:17] "GET /virtual-network/9f5b54a8-2ffc-4267-a595-2df80fb80129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005441 10.0.0.249 - - [2026-02-12 02:14:18] "POST /neutron/port HTTP/1.1" 200 1117 0.013193 10.0.0.249 - - [2026-02-12 02:14:18] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006466 10.0.0.249 - - [2026-02-12 02:14:18] "POST /neutron/port HTTP/1.1" 200 1117 0.011705 10.0.0.249 - - [2026-02-12 02:14:18] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005298 10.0.0.249 - - [2026-02-12 02:14:18] "POST /neutron/port HTTP/1.1" 200 1117 0.012021 10.0.0.249 - - [2026-02-12 02:14:18] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005698 10.0.0.249 - - [2026-02-12 02:14:18] "GET /virtual-machine/d45aaeb8-7bfe-43a7-9a37-0246a90cbdcd HTTP/1.1" 200 1288 0.004442 10.0.0.249 - - [2026-02-12 02:14:18] "GET /virtual-machine-interface/5f4db79d-5ec1-43c0-b0e0-bf6734ac78b1 HTTP/1.1" 200 2934 0.004401 10.0.0.249 - - [2026-02-12 02:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002599 10.0.0.249 - - [2026-02-12 02:14:18] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003063 10.0.0.249 - - [2026-02-12 02:14:18] "GET /virtual-networks?parent_id=e62bab17-3501-4ed0-b406-5598ccbbecdf&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004246 10.0.0.249 - - [2026-02-12 02:14:18] "GET /virtual-network/31d5aa8e-f6ae-4c99-856f-525574930993?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.006405 10.0.0.249 - - [2026-02-12 02:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.249 - - [2026-02-12 02:14:19] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003347 10.0.0.249 - - [2026-02-12 02:14:19] "GET /virtual-networks?parent_id=e62bab17-3501-4ed0-b406-5598ccbbecdf&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002660 10.0.0.249 - - [2026-02-12 02:14:19] "GET /virtual-network/31d5aa8e-f6ae-4c99-856f-525574930993?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005139 10.0.0.249 - - [2026-02-12 02:14:19] "POST /routing-policys HTTP/1.1" 200 536 0.017998 10.0.0.249 - - [2026-02-12 02:14:19] "GET /virtual-network/9f5b54a8-2ffc-4267-a595-2df80fb80129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.007820 10.0.0.249 - - [2026-02-12 02:14:20] "POST /ref-update HTTP/1.1" 200 156 0.008945 10.0.0.249 - - [2026-02-12 02:14:20] "PUT /virtual-network/9f5b54a8-2ffc-4267-a595-2df80fb80129 HTTP/1.1" 200 265 0.033355 10.0.0.249 - - [2026-02-12 02:14:23] "POST /ref-update HTTP/1.1" 200 156 0.031067 10.0.0.249 - - [2026-02-12 02:14:23] "POST /ref-update HTTP/1.1" 200 156 0.011601 10.0.0.249 - - [2026-02-12 02:14:23] "DELETE /routing-policy/3d679f9d-3f0b-4247-8387-b96d5fa5b126 HTTP/1.1" 200 115 0.022043 10.0.0.249 - - [2026-02-12 02:14:24] "POST /neutron/network HTTP/1.1" 200 831 0.006940 10.0.0.249 - - [2026-02-12 02:14:24] "POST /neutron/network HTTP/1.1" 400 204 0.011151 10.0.0.249 - - [2026-02-12 02:14:24] "POST /neutron/port HTTP/1.1" 200 1117 0.012730 10.0.0.249 - - [2026-02-12 02:14:24] "POST /neutron/port HTTP/1.1" 200 1107 0.012569 10.0.0.249 - - [2026-02-12 02:14:24] "POST /neutron/port HTTP/1.1" 200 1115 0.011660 10.0.0.249 - - [2026-02-12 02:14:24] "POST /neutron/port HTTP/1.1" 200 1105 0.015094 10.0.0.249 - - [2026-02-12 02:14:24] "POST /neutron/port HTTP/1.1" 200 151 0.128846 10.0.0.249 - - [2026-02-12 02:14:24] "POST /neutron/port HTTP/1.1" 200 151 0.110905 10.0.0.249 - - [2026-02-12 02:14:26] "POST /neutron/network HTTP/1.1" 200 831 0.005926 10.0.0.249 - - [2026-02-12 02:14:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002707 10.0.0.249 - - [2026-02-12 02:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.249 - - [2026-02-12 02:14:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002702 10.0.0.249 - - [2026-02-12 02:14:26] "POST /neutron/network HTTP/1.1" 200 151 0.076656 10.0.0.249 - - [2026-02-12 02:14:26] "DELETE /route-target/a0c16712-695f-41e8-92f4-fe8f5957fb26 HTTP/1.1" 200 115 0.013364 10.0.0.249 - - [2026-02-12 02:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002264 10.0.0.249 - - [2026-02-12 02:14:26] "POST /neutron/network HTTP/1.1" 200 829 0.004225 10.0.0.249 - - [2026-02-12 02:14:26] "DELETE /route-target/a84b863c-7feb-441d-98c2-4632643979f2 HTTP/1.1" 409 240 0.004834 10.0.0.249 - - [2026-02-12 02:14:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002605 10.0.0.249 - - [2026-02-12 02:14:26] "POST /useragent-kv HTTP/1.1" 200 115 0.001767 10.0.0.249 - - [2026-02-12 02:14:26] "POST /neutron/network HTTP/1.1" 200 151 0.073469 10.0.0.249 - - [2026-02-12 02:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.249 - - [2026-02-12 02:14:26] "DELETE /route-target/ec0fc43f-f91f-4470-97eb-b6e0b3dfadf5 HTTP/1.1" 200 115 0.014589 10.0.0.249 - - [2026-02-12 02:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.249 - - [2026-02-12 02:14:26] "DELETE /route-target/a84b863c-7feb-441d-98c2-4632643979f2 HTTP/1.1" 200 115 0.013119 10.0.0.249 - - [2026-02-12 02:14:26] "GET /projects?obj_uuids=e62bab17-3501-4ed0-b406-5598ccbbecdf&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001102 10.0.0.249 - - [2026-02-12 02:14:26] "GET /project/e62bab17-3501-4ed0-b406-5598ccbbecdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.040138 10.0.0.249 - - [2026-02-12 02:14:26] "GET /projects?obj_uuids=e62bab17-3501-4ed0-b406-5598ccbbecdf&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001003 10.0.0.249 - - [2026-02-12 02:14:26] "GET /project/e62bab17-3501-4ed0-b406-5598ccbbecdf?fields=virtual_networks HTTP/1.1" 200 1031 0.021087 10.0.0.249 - - [2026-02-12 02:14:26] "GET /projects?obj_uuids=e62bab17-3501-4ed0-b406-5598ccbbecdf&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001055 10.0.0.249 - - [2026-02-12 02:14:26] "GET /project/e62bab17-3501-4ed0-b406-5598ccbbecdf?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.024664 10.0.0.249 - - [2026-02-12 02:14:26] "GET /projects?obj_uuids=e62bab17-3501-4ed0-b406-5598ccbbecdf&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000874 10.0.0.249 - - [2026-02-12 02:14:26] "GET /project/e62bab17-3501-4ed0-b406-5598ccbbecdf?fields=security_groups HTTP/1.1" 200 1251 0.023168 10.0.0.249 - - [2026-02-12 02:14:27] "POST /fqname-to-id HTTP/1.1" 404 186 0.028339 10.0.0.249 - - [2026-02-12 02:14:27] "GET /projects?obj_uuids=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002285 10.0.0.249 - - [2026-02-12 02:14:27] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000939 10.0.0.249 - - [2026-02-12 02:14:27] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006473 10.0.0.249 - - [2026-02-12 02:14:27] "POST /id-to-fqname HTTP/1.1" 200 188 0.001144 10.0.0.249 - - [2026-02-12 02:14:27] "POST /fqname-to-id HTTP/1.1" 404 197 0.002749 10.0.0.249 - - [2026-02-12 02:14:27] "POST /security-groups HTTP/1.1" 200 589 0.059585 10.0.0.249 - - [2026-02-12 02:14:27] "POST /fqname-to-id HTTP/1.1" 404 232 0.002771 10.0.0.249 - - [2026-02-12 02:14:27] "POST /projects HTTP/1.1" 200 581 0.208871 10.0.0.249 - - [2026-02-12 02:14:27] "POST /access-control-lists HTTP/1.1" 200 596 0.055948 10.0.0.249 - - [2026-02-12 02:14:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.276762 10.0.0.249 - - [2026-02-12 02:14:27] "POST /fqname-to-id HTTP/1.1" 404 231 0.002453 10.0.0.249 - - [2026-02-12 02:14:28] "GET /project/0050383d-0ada-465e-965f-6b4b644ee723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.396883 10.0.0.249 - - [2026-02-12 02:14:28] "POST /access-control-lists HTTP/1.1" 200 594 0.077052 10.0.0.249 - - [2026-02-12 02:14:29] "GET / HTTP/1.1" 200 36215 0.002095 10.0.0.249 - - [2026-02-12 02:14:29] "POST /fqname-to-id HTTP/1.1" 401 293 0.000432 10.0.0.249 - - [2026-02-12 02:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.056838 10.0.0.249 - - [2026-02-12 02:14:30] "GET /projects?obj_uuids=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001290 10.0.0.249 - - [2026-02-12 02:14:30] "GET /project/0050383d-0ada-465e-965f-6b4b644ee723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.025448 10.0.0.249 - - [2026-02-12 02:14:30] "POST /neutron/network HTTP/1.1" 200 117 0.035243 10.0.0.249 - - [2026-02-12 02:14:30] "GET /projects?obj_uuids=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001364 10.0.0.249 - - [2026-02-12 02:14:30] "POST /neutron/network HTTP/1.1" 200 613 0.066344 10.0.0.249 - - [2026-02-12 02:14:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002527 10.0.0.249 - - [2026-02-12 02:14:30] "POST /neutron/subnet HTTP/1.1" 200 720 0.167963 10.0.0.249 - - [2026-02-12 02:14:30] "POST /neutron/network HTTP/1.1" 200 831 0.005144 10.0.0.249 - - [2026-02-12 02:14:30] "POST /id-to-fqname HTTP/1.1" 200 223 0.001113 10.0.0.249 - - [2026-02-12 02:14:30] "GET /virtual-network/48d0238a-6002-4efa-8783-d73a2848dad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005439 10.0.0.249 - - [2026-02-12 02:14:30] "POST /neutron/network HTTP/1.1" 200 831 0.005050 10.0.0.249 - - [2026-02-12 02:14:30] "GET /virtual-network/48d0238a-6002-4efa-8783-d73a2848dad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005074 10.0.0.249 - - [2026-02-12 02:14:30] "POST /neutron/network HTTP/1.1" 200 831 0.006331 10.0.0.249 - - [2026-02-12 02:14:30] "POST /neutron/subnet HTTP/1.1" 200 720 0.008587 10.0.0.249 - - [2026-02-12 02:14:30] "GET /domains HTTP/1.1" 401 293 0.000464 10.0.0.249 - - [2026-02-12 02:14:30] "POST /route-targets HTTP/1.1" 200 328 0.010745 10.0.0.249 - - [2026-02-12 02:14:30] "POST /ref-update HTTP/1.1" 200 156 0.011890 10.0.0.249 - - [2026-02-12 02:14:31] "GET /domains HTTP/1.1" 200 281 0.027701 10.0.0.249 - - [2026-02-12 02:14:31] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001184 10.0.0.249 - - [2026-02-12 02:14:31] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 2951 0.007476 10.0.0.249 - - [2026-02-12 02:14:31] "GET /projects?obj_uuids=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001040 10.0.0.249 - - [2026-02-12 02:14:31] "GET /project/0050383d-0ada-465e-965f-6b4b644ee723 HTTP/1.1" 200 2094 0.065587 10.0.0.249 - - [2026-02-12 02:14:31] "GET /virtual-network/48d0238a-6002-4efa-8783-d73a2848dad8 HTTP/1.1" 200 2319 0.005684 10.0.0.249 - - [2026-02-12 02:14:31] "GET /virtual-network/48d0238a-6002-4efa-8783-d73a2848dad8 HTTP/1.1" 200 2319 0.004791 10.0.0.249 - - [2026-02-12 02:14:31] "GET /routing-instance/10c6cbf4-7390-41cb-8489-5a9bc8a99e46 HTTP/1.1" 200 1495 0.003393 10.0.0.249 - - [2026-02-12 02:14:31] "GET /routing-instance/10c6cbf4-7390-41cb-8489-5a9bc8a99e46 HTTP/1.1" 200 1495 0.003889 10.0.0.249 - - [2026-02-12 02:14:31] "GET /route-target/0a5ea7b9-d909-4219-a328-909d228b20ae HTTP/1.1" 200 1213 0.003829 10.0.0.249 - - [2026-02-12 02:14:31] "GET /virtual-network/48d0238a-6002-4efa-8783-d73a2848dad8 HTTP/1.1" 200 2319 0.004786 10.0.0.249 - - [2026-02-12 02:14:31] "GET /routing-instance/10c6cbf4-7390-41cb-8489-5a9bc8a99e46 HTTP/1.1" 200 1495 0.003290 10.0.0.249 - - [2026-02-12 02:14:31] "GET /virtual-network/48d0238a-6002-4efa-8783-d73a2848dad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005119 10.0.0.249 - - [2026-02-12 02:14:31] "GET /virtual-network/48d0238a-6002-4efa-8783-d73a2848dad8 HTTP/1.1" 200 2319 0.004710 10.0.0.249 - - [2026-02-12 02:14:31] "GET /routing-instance/10c6cbf4-7390-41cb-8489-5a9bc8a99e46 HTTP/1.1" 200 1495 0.003935 10.0.0.249 - - [2026-02-12 02:14:31] "GET /routing-instance/10c6cbf4-7390-41cb-8489-5a9bc8a99e46 HTTP/1.1" 200 1495 0.003508 10.0.0.249 - - [2026-02-12 02:14:31] "GET /route-target/0a5ea7b9-d909-4219-a328-909d228b20ae HTTP/1.1" 200 1213 0.002988 10.0.0.249 - - [2026-02-12 02:14:31] "GET /domains HTTP/1.1" 200 281 0.002964 10.0.0.249 - - [2026-02-12 02:14:31] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001969 10.0.0.249 - - [2026-02-12 02:14:31] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 2951 0.007163 10.0.0.249 - - [2026-02-12 02:14:31] "GET /projects?obj_uuids=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000873 10.0.0.249 - - [2026-02-12 02:14:31] "GET /project/0050383d-0ada-465e-965f-6b4b644ee723 HTTP/1.1" 200 2094 0.068629 10.0.0.249 - - [2026-02-12 02:14:31] "GET /virtual-network/48d0238a-6002-4efa-8783-d73a2848dad8 HTTP/1.1" 200 2319 0.004233 10.0.0.249 - - [2026-02-12 02:14:31] "GET /obj-perms HTTP/1.1" 200 5045 0.055131 10.0.0.249 - - [2026-02-12 02:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.249 - - [2026-02-12 02:14:31] "GET /projects?obj_uuids=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000959 10.0.0.249 - - [2026-02-12 02:14:31] "GET /project/0050383d-0ada-465e-965f-6b4b644ee723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.024033 10.0.0.249 - - [2026-02-12 02:14:31] "POST /neutron/network HTTP/1.1" 200 117 0.010787 10.0.0.249 - - [2026-02-12 02:14:31] "GET /projects?obj_uuids=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001163 10.0.0.249 - - [2026-02-12 02:14:31] "POST /neutron/network HTTP/1.1" 200 613 0.063917 10.0.0.249 - - [2026-02-12 02:14:31] "POST /route-targets HTTP/1.1" 200 328 0.008772 10.0.0.249 - - [2026-02-12 02:14:31] "POST /ref-update HTTP/1.1" 200 156 0.012860 10.0.0.249 - - [2026-02-12 02:14:32] "POST /useragent-kv HTTP/1.1" 200 115 0.004475 10.0.0.249 - - [2026-02-12 02:14:32] "POST /neutron/subnet HTTP/1.1" 200 730 0.163118 10.0.0.249 - - [2026-02-12 02:14:32] "POST /neutron/network HTTP/1.1" 200 833 0.006507 10.0.0.249 - - [2026-02-12 02:14:32] "POST /id-to-fqname HTTP/1.1" 200 223 0.001397 10.0.0.249 - - [2026-02-12 02:14:32] "GET /virtual-network/4f82fe4b-e87b-4ee2-9cad-8073aff13c73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004218 10.0.0.249 - - [2026-02-12 02:14:32] "POST /neutron/network HTTP/1.1" 200 833 0.007063 10.0.0.249 - - [2026-02-12 02:14:32] "GET /virtual-network/4f82fe4b-e87b-4ee2-9cad-8073aff13c73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005732 10.0.0.249 - - [2026-02-12 02:14:32] "POST /neutron/network HTTP/1.1" 200 833 0.005417 10.0.0.249 - - [2026-02-12 02:14:32] "POST /neutron/subnet HTTP/1.1" 200 730 0.006755 10.0.0.249 - - [2026-02-12 02:14:32] "GET /domains HTTP/1.1" 200 281 0.002326 10.0.0.249 - - [2026-02-12 02:14:32] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000924 10.0.0.249 - - [2026-02-12 02:14:32] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 2951 0.006159 10.0.0.249 - - [2026-02-12 02:14:32] "GET /projects?obj_uuids=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000855 10.0.0.249 - - [2026-02-12 02:14:32] "GET /project/0050383d-0ada-465e-965f-6b4b644ee723 HTTP/1.1" 200 2313 0.071517 10.0.0.249 - - [2026-02-12 02:14:32] "GET /virtual-network/4f82fe4b-e87b-4ee2-9cad-8073aff13c73 HTTP/1.1" 200 2326 0.005978 10.0.0.249 - - [2026-02-12 02:14:32] "GET /virtual-network/4f82fe4b-e87b-4ee2-9cad-8073aff13c73 HTTP/1.1" 200 2326 0.004703 10.0.0.249 - - [2026-02-12 02:14:32] "GET /routing-instance/bc54c262-2081-4aa3-9eeb-68947f37f4c1 HTTP/1.1" 200 1497 0.003842 10.0.0.249 - - [2026-02-12 02:14:32] "GET /routing-instance/bc54c262-2081-4aa3-9eeb-68947f37f4c1 HTTP/1.1" 200 1497 0.003102 10.0.0.249 - - [2026-02-12 02:14:32] "GET /route-target/3b1764dd-9274-4ca5-af7d-466e74e36a42 HTTP/1.1" 200 1214 0.003639 10.0.0.249 - - [2026-02-12 02:14:32] "GET /virtual-network/4f82fe4b-e87b-4ee2-9cad-8073aff13c73 HTTP/1.1" 200 2326 0.004576 10.0.0.249 - - [2026-02-12 02:14:32] "GET /routing-instance/bc54c262-2081-4aa3-9eeb-68947f37f4c1 HTTP/1.1" 200 1497 0.006878 10.0.0.249 - - [2026-02-12 02:14:32] "GET /virtual-network/4f82fe4b-e87b-4ee2-9cad-8073aff13c73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004344 10.0.0.249 - - [2026-02-12 02:14:32] "GET /virtual-network/4f82fe4b-e87b-4ee2-9cad-8073aff13c73 HTTP/1.1" 200 2326 0.005060 10.0.0.249 - - [2026-02-12 02:14:32] "GET /routing-instance/bc54c262-2081-4aa3-9eeb-68947f37f4c1 HTTP/1.1" 200 1497 0.003605 10.0.0.249 - - [2026-02-12 02:14:32] "GET /routing-instance/bc54c262-2081-4aa3-9eeb-68947f37f4c1 HTTP/1.1" 200 1497 0.003105 10.0.0.249 - - [2026-02-12 02:14:32] "GET /route-target/3b1764dd-9274-4ca5-af7d-466e74e36a42 HTTP/1.1" 200 1214 0.002704 10.0.0.249 - - [2026-02-12 02:14:32] "GET /domains HTTP/1.1" 200 281 0.002648 10.0.0.249 - - [2026-02-12 02:14:32] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000849 10.0.0.249 - - [2026-02-12 02:14:32] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 2951 0.006350 10.0.0.249 - - [2026-02-12 02:14:32] "GET /projects?obj_uuids=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000944 10.0.0.249 - - [2026-02-12 02:14:32] "GET /project/0050383d-0ada-465e-965f-6b4b644ee723 HTTP/1.1" 200 2313 0.075060 10.0.0.249 - - [2026-02-12 02:14:32] "GET /virtual-network/4f82fe4b-e87b-4ee2-9cad-8073aff13c73 HTTP/1.1" 200 2326 0.005151 10.0.0.249 - - [2026-02-12 02:14:32] "GET /obj-perms HTTP/1.1" 200 5045 0.004687 10.0.0.249 - - [2026-02-12 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002337 10.0.0.249 - - [2026-02-12 02:14:32] "GET /projects?obj_uuids=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001432 10.0.0.249 - - [2026-02-12 02:14:32] "GET /project/0050383d-0ada-465e-965f-6b4b644ee723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.022399 10.0.0.249 - - [2026-02-12 02:14:32] "POST /neutron/network HTTP/1.1" 200 117 0.011563 10.0.0.249 - - [2026-02-12 02:14:32] "GET /projects?obj_uuids=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001187 10.0.0.249 - - [2026-02-12 02:14:32] "POST /neutron/network HTTP/1.1" 200 615 0.067755 10.0.0.249 - - [2026-02-12 02:14:32] "POST /ref-update HTTP/1.1" 200 156 0.012535 10.0.0.249 - - [2026-02-12 02:14:33] "POST /useragent-kv HTTP/1.1" 200 115 0.004731 10.0.0.249 - - [2026-02-12 02:14:33] "POST /neutron/subnet HTTP/1.1" 200 720 0.201277 10.0.0.249 - - [2026-02-12 02:14:33] "POST /neutron/network HTTP/1.1" 200 833 0.004850 10.0.0.249 - - [2026-02-12 02:14:33] "POST /id-to-fqname HTTP/1.1" 200 224 0.001135 10.0.0.249 - - [2026-02-12 02:14:33] "GET /virtual-network/061e4a0e-8c9f-4ad6-99f2-97e06e69d17e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005824 10.0.0.249 - - [2026-02-12 02:14:33] "POST /neutron/network HTTP/1.1" 200 833 0.005483 10.0.0.249 - - [2026-02-12 02:14:33] "GET /virtual-network/061e4a0e-8c9f-4ad6-99f2-97e06e69d17e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004760 10.0.0.249 - - [2026-02-12 02:14:33] "POST /neutron/network HTTP/1.1" 200 833 0.005077 10.0.0.249 - - [2026-02-12 02:14:33] "POST /neutron/subnet HTTP/1.1" 200 720 0.006772 10.0.0.249 - - [2026-02-12 02:14:33] "GET /domains HTTP/1.1" 200 281 0.002338 10.0.0.249 - - [2026-02-12 02:14:33] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000931 10.0.0.249 - - [2026-02-12 02:14:33] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 2951 0.007477 10.0.0.249 - - [2026-02-12 02:14:33] "GET /projects?obj_uuids=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001120 10.0.0.249 - - [2026-02-12 02:14:33] "GET /project/0050383d-0ada-465e-965f-6b4b644ee723 HTTP/1.1" 200 2533 0.068410 10.0.0.249 - - [2026-02-12 02:14:33] "GET /virtual-network/061e4a0e-8c9f-4ad6-99f2-97e06e69d17e HTTP/1.1" 200 2324 0.005622 10.0.0.249 - - [2026-02-12 02:14:33] "GET /virtual-network/061e4a0e-8c9f-4ad6-99f2-97e06e69d17e HTTP/1.1" 200 2324 0.004339 10.0.0.249 - - [2026-02-12 02:14:33] "GET /routing-instance/bdf3d5ce-2b7d-45e6-b565-53ac03032106 HTTP/1.1" 200 1501 0.003703 10.0.0.249 - - [2026-02-12 02:14:33] "GET /routing-instance/bdf3d5ce-2b7d-45e6-b565-53ac03032106 HTTP/1.1" 200 1501 0.003610 10.0.0.249 - - [2026-02-12 02:14:33] "GET /route-target/d7898b3d-cd07-406f-a8e0-d4fc921ce960 HTTP/1.1" 200 1217 0.003210 10.0.0.249 - - [2026-02-12 02:14:33] "GET /virtual-network/061e4a0e-8c9f-4ad6-99f2-97e06e69d17e HTTP/1.1" 200 2324 0.006645 10.0.0.249 - - [2026-02-12 02:14:33] "GET /routing-instance/bdf3d5ce-2b7d-45e6-b565-53ac03032106 HTTP/1.1" 200 1501 0.003370 10.0.0.249 - - [2026-02-12 02:14:33] "GET /virtual-network/061e4a0e-8c9f-4ad6-99f2-97e06e69d17e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005018 10.0.0.249 - - [2026-02-12 02:14:33] "GET /virtual-network/061e4a0e-8c9f-4ad6-99f2-97e06e69d17e HTTP/1.1" 200 2324 0.004412 10.0.0.249 - - [2026-02-12 02:14:33] "GET /routing-instance/bdf3d5ce-2b7d-45e6-b565-53ac03032106 HTTP/1.1" 200 1501 0.002869 10.0.0.249 - - [2026-02-12 02:14:33] "GET /routing-instance/bdf3d5ce-2b7d-45e6-b565-53ac03032106 HTTP/1.1" 200 1501 0.003263 10.0.0.249 - - [2026-02-12 02:14:33] "GET /route-target/d7898b3d-cd07-406f-a8e0-d4fc921ce960 HTTP/1.1" 200 1217 0.002919 10.0.0.249 - - [2026-02-12 02:14:33] "GET /domains HTTP/1.1" 200 281 0.005162 10.0.0.249 - - [2026-02-12 02:14:33] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000896 10.0.0.249 - - [2026-02-12 02:14:33] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 2951 0.006574 10.0.0.249 - - [2026-02-12 02:14:33] "GET /projects?obj_uuids=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000918 10.0.0.249 - - [2026-02-12 02:14:33] "GET /project/0050383d-0ada-465e-965f-6b4b644ee723 HTTP/1.1" 200 2533 0.064601 10.0.0.249 - - [2026-02-12 02:14:33] "GET /virtual-network/061e4a0e-8c9f-4ad6-99f2-97e06e69d17e HTTP/1.1" 200 2324 0.004577 10.0.0.249 - - [2026-02-12 02:14:33] "GET /obj-perms HTTP/1.1" 200 5045 0.002823 10.0.0.249 - - [2026-02-12 02:14:33] "POST /id-to-fqname HTTP/1.1" 200 223 0.001523 10.0.0.249 - - [2026-02-12 02:14:33] "POST /neutron/network HTTP/1.1" 200 843 0.005355 10.0.0.249 - - [2026-02-12 02:14:33] "GET /aaa-mode HTTP/1.1" 401 293 0.000410 10.0.0.249 - - [2026-02-12 02:14:34] "GET / HTTP/1.1" 200 36215 0.001935 10.0.0.249 - - [2026-02-12 02:14:34] "GET /project/0050383d-0ada-465e-965f-6b4b644ee723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000647 10.0.0.249 - - [2026-02-12 02:14:34] "GET /projects?obj_uuids=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000975 10.0.0.249 - - [2026-02-12 02:14:34] "GET /project/0050383d-0ada-465e-965f-6b4b644ee723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.062456 10.0.0.249 - - [2026-02-12 02:14:34] "POST /neutron/network HTTP/1.1" 200 833 0.005864 10.0.0.249 - - [2026-02-12 02:14:34] "POST /neutron/port HTTP/1.1" 200 117 0.004502 10.0.0.249 - - [2026-02-12 02:14:34] "POST /neutron/port HTTP/1.1" 200 117 0.004758 10.0.0.249 - - [2026-02-12 02:14:34] "POST /id-to-fqname HTTP/1.1" 200 224 0.001572 10.0.0.249 - - [2026-02-12 02:14:34] "POST /neutron/port HTTP/1.1" 200 117 0.004783 10.0.0.249 - - [2026-02-12 02:14:34] "POST /neutron/network HTTP/1.1" 200 843 0.005366 10.0.0.249 - - [2026-02-12 02:14:34] "GET /aaa-mode HTTP/1.1" 401 293 0.000405 10.0.0.249 - - [2026-02-12 02:14:35] "POST /neutron/network HTTP/1.1" 200 843 0.004941 10.0.0.249 - - [2026-02-12 02:14:35] "GET /projects?obj_uuids=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001078 10.0.0.249 - - [2026-02-12 02:14:35] "GET / HTTP/1.1" 200 36215 0.001514 10.0.0.249 - - [2026-02-12 02:14:35] "GET /project/0050383d-0ada-465e-965f-6b4b644ee723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000383 10.0.0.249 - - [2026-02-12 02:14:35] "POST /neutron/port HTTP/1.1" 200 1059 0.193276 10.0.0.249 - - [2026-02-12 02:14:35] "POST /neutron/port HTTP/1.1" 200 1059 0.010504 10.0.0.249 - - [2026-02-12 02:14:35] "POST /neutron/port HTTP/1.1" 200 1059 0.011769 10.0.0.249 - - [2026-02-12 02:14:35] "POST /neutron/port HTTP/1.1" 200 1113 0.060802 10.0.0.249 - - [2026-02-12 02:14:35] "POST /neutron/port HTTP/1.1" 200 1123 0.010547 10.0.0.249 - - [2026-02-12 02:14:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003036 10.0.0.249 - - [2026-02-12 02:14:35] "POST /neutron/subnet HTTP/1.1" 200 704 0.006107 10.0.0.249 - - [2026-02-12 02:14:35] "POST /neutron/port HTTP/1.1" 200 117 0.001176 10.0.0.249 - - [2026-02-12 02:14:35] "POST /neutron/network HTTP/1.1" 200 833 0.005188 10.0.0.249 - - [2026-02-12 02:14:35] "GET /projects?obj_uuids=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002951 10.0.0.249 - - [2026-02-12 02:14:35] "GET /project/0050383d-0ada-465e-965f-6b4b644ee723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.061588 10.0.0.249 - - [2026-02-12 02:14:35] "POST /neutron/network HTTP/1.1" 200 833 0.005067 10.0.0.249 - - [2026-02-12 02:14:35] "POST /neutron/port HTTP/1.1" 200 1123 0.014048 10.0.0.249 - - [2026-02-12 02:14:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008561 10.0.0.249 - - [2026-02-12 02:14:35] "POST /neutron/port HTTP/1.1" 200 117 0.004963 10.0.0.249 - - [2026-02-12 02:14:35] "POST /fqname-to-id HTTP/1.1" 404 193 0.002951 10.0.0.249 - - [2026-02-12 02:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002672 10.0.0.249 - - [2026-02-12 02:14:35] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001067 10.0.0.249 - - [2026-02-12 02:14:35] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.008157 10.0.0.249 - - [2026-02-12 02:14:35] "POST /service-templates HTTP/1.1" 200 545 0.038647 10.0.0.249 - - [2026-02-12 02:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.249 - - [2026-02-12 02:14:36] "GET /service-template/8bfa13ca-f9b3-42ae-b79c-f5fbc0eff3a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.004272 10.0.0.249 - - [2026-02-12 02:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002659 10.0.0.249 - - [2026-02-12 02:14:36] "POST /neutron/network HTTP/1.1" 200 843 0.005775 10.0.0.249 - - [2026-02-12 02:14:36] "GET /service-template/8bfa13ca-f9b3-42ae-b79c-f5fbc0eff3a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.003324 10.0.0.249 - - [2026-02-12 02:14:36] "GET /projects?obj_uuids=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001061 10.0.0.249 - - [2026-02-12 02:14:36] "POST /id-to-fqname HTTP/1.1" 200 223 0.002424 10.0.0.249 - - [2026-02-12 02:14:36] "POST /id-to-fqname HTTP/1.1" 200 223 0.002270 10.0.0.249 - - [2026-02-12 02:14:36] "POST /id-to-fqname HTTP/1.1" 200 224 0.001259 10.0.0.249 - - [2026-02-12 02:14:36] "POST /neutron/port HTTP/1.1" 200 1057 0.238503 10.0.0.249 - - [2026-02-12 02:14:36] "POST /neutron/port HTTP/1.1" 200 1057 0.009482 10.0.0.249 - - [2026-02-12 02:14:36] "POST /neutron/port HTTP/1.1" 200 1057 0.012587 10.0.0.249 - - [2026-02-12 02:14:36] "POST /neutron/port HTTP/1.1" 200 2038 0.027235 10.0.0.249 - - [2026-02-12 02:14:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006105 10.0.0.249 - - [2026-02-12 02:14:36] "POST /neutron/port HTTP/1.1" 200 1111 0.077272 10.0.0.249 - - [2026-02-12 02:14:36] "POST /neutron/port HTTP/1.1" 200 1121 0.010821 10.0.0.249 - - [2026-02-12 02:14:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003925 10.0.0.249 - - [2026-02-12 02:14:36] "POST /neutron/subnet HTTP/1.1" 200 694 0.008802 10.0.0.249 - - [2026-02-12 02:14:36] "POST /neutron/port HTTP/1.1" 200 117 0.001340 10.0.0.249 - - [2026-02-12 02:14:36] "POST /neutron/network HTTP/1.1" 200 833 0.006542 10.0.0.249 - - [2026-02-12 02:14:37] "POST /neutron/network HTTP/1.1" 200 2222 0.008397 10.0.0.249 - - [2026-02-12 02:14:37] "GET /aaa-mode HTTP/1.1" 401 293 0.000334 10.0.0.249 - - [2026-02-12 02:14:37] "DELETE /project/e62bab1735014ed0b4065598ccbbecdf HTTP/1.1" 404 173 0.012227 10.0.0.249 - - [2026-02-12 02:14:37] "DELETE /project/0050383d0ada465e965f6b4b644ee723 HTTP/1.1" 404 173 0.011093 10.0.0.249 - - [2026-02-12 02:14:37] "GET /projects?obj_uuids=2eb40df6-e0b8-4e4f-8375-4d17ea423988&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000821 10.0.0.249 - - [2026-02-12 02:14:37] "GET /projects?obj_uuids=e62bab17-3501-4ed0-b406-5598ccbbecdf&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001372 10.0.0.249 - - [2026-02-12 02:14:37] "GET /project/e62bab17-3501-4ed0-b406-5598ccbbecdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.031764 10.0.0.249 - - [2026-02-12 02:14:37] "GET /project/2eb40df6-e0b8-4e4f-8375-4d17ea423988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.051461 10.0.0.249 - - [2026-02-12 02:14:37] "GET /projects?obj_uuids=e62bab17-3501-4ed0-b406-5598ccbbecdf&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001174 10.0.0.249 - - [2026-02-12 02:14:37] "GET /projects?obj_uuids=2eb40df6-e0b8-4e4f-8375-4d17ea423988&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001136 10.0.0.249 - - [2026-02-12 02:14:37] "GET /project/e62bab17-3501-4ed0-b406-5598ccbbecdf?fields=security_groups HTTP/1.1" 200 1353 0.060939 10.0.0.249 - - [2026-02-12 02:14:37] "GET /project/2eb40df6-e0b8-4e4f-8375-4d17ea423988?fields=security_groups HTTP/1.1" 200 1378 0.073764 10.0.0.249 - - [2026-02-12 02:14:37] "DELETE /security-group/9c0600fb-f40e-4bc1-9e39-8ade3d7c0c3b HTTP/1.1" 200 115 0.051016 10.0.0.249 - - [2026-02-12 02:14:37] "GET /projects?obj_uuids=e62bab17-3501-4ed0-b406-5598ccbbecdf&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000965 10.0.0.249 - - [2026-02-12 02:14:37] "DELETE /access-control-list/470963f7-0771-4f51-a70b-7f7489b88242 HTTP/1.1" 200 115 0.042127 10.0.0.249 - - [2026-02-12 02:14:37] "DELETE /security-group/8371c39f-d39a-4b92-96bc-96708bdde6a4 HTTP/1.1" 200 115 0.077811 10.0.0.249 - - [2026-02-12 02:14:37] "GET /project/e62bab17-3501-4ed0-b406-5598ccbbecdf?fields=application_policy_sets HTTP/1.1" 200 1392 0.047977 10.0.0.249 - - [2026-02-12 02:14:37] "GET /projects?obj_uuids=2eb40df6-e0b8-4e4f-8375-4d17ea423988&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000901 10.0.0.249 - - [2026-02-12 02:14:37] "DELETE /access-control-list/679a3684-6710-4736-bff0-aaee53590cee HTTP/1.1" 200 115 0.066690 10.0.0.249 - - [2026-02-12 02:14:37] "GET /project/2eb40df6-e0b8-4e4f-8375-4d17ea423988?fields=application_policy_sets HTTP/1.1" 200 1417 0.059968 10.0.0.249 - - [2026-02-12 02:14:37] "DELETE /access-control-list/2f968e9d-20e9-4222-a7ee-79bdcaceabf9 HTTP/1.1" 200 115 0.052736 10.0.0.249 - - [2026-02-12 02:14:37] "GET / HTTP/1.1" 200 36215 0.004154 10.0.0.249 - - [2026-02-12 02:14:37] "GET /project/0050383d-0ada-465e-965f-6b4b644ee723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000353 10.0.0.249 - - [2026-02-12 02:14:37] "DELETE /access-control-list/637ab915-3cab-4992-8471-e4c8bbb9c73c HTTP/1.1" 200 115 0.061503 10.0.0.249 - - [2026-02-12 02:14:37] "DELETE /project/e62bab17-3501-4ed0-b406-5598ccbbecdf HTTP/1.1" 200 115 0.469632 10.0.0.249 - - [2026-02-12 02:14:37] "DELETE /project/2eb40df6-e0b8-4e4f-8375-4d17ea423988 HTTP/1.1" 200 115 0.509804 10.0.0.249 - - [2026-02-12 02:14:38] "GET /projects?obj_uuids=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000961 10.0.0.249 - - [2026-02-12 02:14:38] "GET /project/0050383d-0ada-465e-965f-6b4b644ee723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.058236 10.0.0.249 - - [2026-02-12 02:14:38] "POST /neutron/network HTTP/1.1" 200 831 0.004700 10.0.0.249 - - [2026-02-12 02:14:38] "POST /neutron/network HTTP/1.1" 200 833 0.004972 10.0.0.249 - - [2026-02-12 02:14:38] "POST /neutron/network HTTP/1.1" 200 833 0.005024 10.0.0.249 - - [2026-02-12 02:14:38] "POST /neutron/port HTTP/1.1" 200 2092 0.018899 10.0.0.249 - - [2026-02-12 02:14:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006260 10.0.0.249 - - [2026-02-12 02:14:38] "POST /neutron/port HTTP/1.1" 200 117 0.004710 10.0.0.249 - - [2026-02-12 02:14:38] "POST /neutron/port HTTP/1.1" 200 117 0.006096 10.0.0.249 - - [2026-02-12 02:14:38] "POST /neutron/network HTTP/1.1" 200 2222 0.008083 10.0.0.249 - - [2026-02-12 02:14:38] "GET /projects?obj_uuids=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001603 10.0.0.249 - - [2026-02-12 02:14:39] "POST /neutron/port HTTP/1.1" 200 1057 0.250377 10.0.0.249 - - [2026-02-12 02:14:39] "GET /projects?obj_uuids=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001033 10.0.0.249 - - [2026-02-12 02:14:39] "POST /neutron/port HTTP/1.1" 200 1059 0.186101 10.0.0.249 - - [2026-02-12 02:14:39] "GET /projects?obj_uuids=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001376 10.0.0.249 - - [2026-02-12 02:14:39] "POST /neutron/port HTTP/1.1" 200 1057 0.209059 10.0.0.249 - - [2026-02-12 02:14:39] "POST /neutron/port HTTP/1.1" 200 1057 0.013309 10.0.0.249 - - [2026-02-12 02:14:39] "POST /neutron/port HTTP/1.1" 200 1057 0.013245 10.0.0.249 - - [2026-02-12 02:14:39] "POST /neutron/port HTTP/1.1" 200 1111 0.074916 10.0.0.249 - - [2026-02-12 02:14:39] "POST /neutron/port HTTP/1.1" 200 1059 0.009629 10.0.0.249 - - [2026-02-12 02:14:39] "POST /neutron/port HTTP/1.1" 200 1059 0.012397 10.0.0.249 - - [2026-02-12 02:14:39] "POST /neutron/port HTTP/1.1" 200 1113 0.070105 10.0.0.249 - - [2026-02-12 02:14:39] "POST /neutron/port HTTP/1.1" 200 1057 0.010158 10.0.0.249 - - [2026-02-12 02:14:39] "POST /neutron/port HTTP/1.1" 200 1057 0.009447 10.0.0.249 - - [2026-02-12 02:14:39] "POST /neutron/port HTTP/1.1" 200 1111 0.061335 10.0.0.249 - - [2026-02-12 02:14:39] "POST /neutron/port HTTP/1.1" 200 3060 0.019500 10.0.0.249 - - [2026-02-12 02:14:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003038 10.0.0.249 - - [2026-02-12 02:14:39] "POST /neutron/subnet HTTP/1.1" 200 694 0.007213 10.0.0.249 - - [2026-02-12 02:14:39] "POST /neutron/port HTTP/1.1" 200 117 0.001124 10.0.0.249 - - [2026-02-12 02:14:39] "POST /neutron/network HTTP/1.1" 200 831 0.004629 10.0.0.249 - - [2026-02-12 02:14:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003218 10.0.0.249 - - [2026-02-12 02:14:40] "POST /neutron/subnet HTTP/1.1" 200 704 0.006207 10.0.0.249 - - [2026-02-12 02:14:40] "POST /neutron/port HTTP/1.1" 200 117 0.001373 10.0.0.249 - - [2026-02-12 02:14:40] "POST /neutron/network HTTP/1.1" 200 833 0.005021 10.0.0.249 - - [2026-02-12 02:14:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006327 10.0.0.249 - - [2026-02-12 02:14:40] "POST /neutron/subnet HTTP/1.1" 200 694 0.007407 10.0.0.249 - - [2026-02-12 02:14:40] "POST /neutron/port HTTP/1.1" 200 117 0.001246 10.0.0.249 - - [2026-02-12 02:14:40] "POST /neutron/network HTTP/1.1" 200 833 0.005716 10.0.0.249 - - [2026-02-12 02:14:42] "GET /obj-perms HTTP/1.1" 200 5075 0.057428 10.0.0.249 - - [2026-02-12 02:14:43] "GET /obj-perms HTTP/1.1" 200 5075 0.060573 10.0.0.249 - - [2026-02-12 02:14:43] "POST /neutron/port HTTP/1.1" 200 3060 0.019166 10.0.0.249 - - [2026-02-12 02:14:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005755 10.0.0.249 - - [2026-02-12 02:14:43] "POST /neutron/port HTTP/1.1" 200 3060 0.018697 10.0.0.249 - - [2026-02-12 02:14:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005127 10.0.0.249 - - [2026-02-12 02:14:43] "POST /neutron/port HTTP/1.1" 200 3060 0.027821 10.0.0.249 - - [2026-02-12 02:14:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005954 10.0.0.249 - - [2026-02-12 02:14:43] "POST /neutron/port HTTP/1.1" 200 3060 0.029789 10.0.0.249 - - [2026-02-12 02:14:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006079 10.0.0.249 - - [2026-02-12 02:14:43] "POST /neutron/port HTTP/1.1" 200 3060 0.022224 10.0.0.249 - - [2026-02-12 02:14:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005427 10.0.0.249 - - [2026-02-12 02:14:43] "GET /virtual-machine/be17b259-7654-4013-9921-18eb0bae84f4 HTTP/1.1" 200 1807 0.004404 10.0.0.249 - - [2026-02-12 02:14:43] "GET /virtual-machine-interface/4826da3f-f9ea-4e54-85a3-33607987718c HTTP/1.1" 200 2952 0.006336 10.0.0.249 - - [2026-02-12 02:14:43] "GET /virtual-machine-interface/486c4aaa-71db-4b3f-b36c-adf62ebac371 HTTP/1.1" 200 2953 0.006972 10.0.0.249 - - [2026-02-12 02:14:43] "GET /virtual-machine-interface/6b93b3bb-d62f-46fb-93d9-b3446370a65b HTTP/1.1" 200 2956 0.005210 10.0.0.249 - - [2026-02-12 02:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002749 10.0.0.249 - - [2026-02-12 02:14:44] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003153 10.0.0.249 - - [2026-02-12 02:14:44] "GET /virtual-networks?parent_id=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003174 10.0.0.249 - - [2026-02-12 02:14:44] "GET /virtual-network/48d0238a-6002-4efa-8783-d73a2848dad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006302 10.0.0.249 - - [2026-02-12 02:14:44] "POST /neutron/port HTTP/1.1" 200 1123 0.011043 10.0.0.249 - - [2026-02-12 02:14:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006608 10.0.0.249 - - [2026-02-12 02:14:45] "POST /neutron/port HTTP/1.1" 200 1121 0.013050 10.0.0.249 - - [2026-02-12 02:14:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006917 10.0.0.249 - - [2026-02-12 02:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.249 - - [2026-02-12 02:14:47] "GET /virtual-network/48d0238a-6002-4efa-8783-d73a2848dad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004520 10.0.0.249 - - [2026-02-12 02:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002667 10.0.0.249 - - [2026-02-12 02:14:51] "GET /virtual-network/48d0238a-6002-4efa-8783-d73a2848dad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004851 10.0.0.249 - - [2026-02-12 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.249 - - [2026-02-12 02:14:55] "GET /virtual-network/48d0238a-6002-4efa-8783-d73a2848dad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005335 10.0.0.249 - - [2026-02-12 02:14:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000398 10.0.0.249 - - [2026-02-12 02:14:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000375 10.0.0.249 - - [2026-02-12 02:14:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000453 10.0.0.249 - - [2026-02-12 02:14:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000474 10.0.0.249 - - [2026-02-12 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.249 - - [2026-02-12 02:14:59] "GET /virtual-network/48d0238a-6002-4efa-8783-d73a2848dad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005578 10.0.0.249 - - [2026-02-12 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.249 - - [2026-02-12 02:15:01] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003218 10.0.0.249 - - [2026-02-12 02:15:01] "GET /virtual-networks?parent_id=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003157 10.0.0.249 - - [2026-02-12 02:15:01] "GET /virtual-network/48d0238a-6002-4efa-8783-d73a2848dad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005863 10.0.0.249 - - [2026-02-12 02:15:02] "POST /neutron/port HTTP/1.1" 200 3060 0.021608 10.0.0.249 - - [2026-02-12 02:15:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006437 10.0.0.249 - - [2026-02-12 02:15:07] "POST /neutron/port HTTP/1.1" 200 3060 0.021015 10.0.0.249 - - [2026-02-12 02:15:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004952 10.0.0.249 - - [2026-02-12 02:15:10] "POST /neutron/port HTTP/1.1" 200 3060 0.017749 10.0.0.249 - - [2026-02-12 02:15:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005155 10.0.0.249 - - [2026-02-12 02:15:12] "POST /neutron/port HTTP/1.1" 200 3060 0.020818 10.0.0.249 - - [2026-02-12 02:15:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006131 10.0.0.249 - - [2026-02-12 02:15:17] "POST /neutron/port HTTP/1.1" 200 3060 0.024508 10.0.0.249 - - [2026-02-12 02:15:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006778 10.0.0.249 - - [2026-02-12 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.249 - - [2026-02-12 02:15:22] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003039 10.0.0.249 - - [2026-02-12 02:15:22] "GET /virtual-networks?parent_id=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003094 10.0.0.249 - - [2026-02-12 02:15:22] "GET /virtual-network/4f82fe4b-e87b-4ee2-9cad-8073aff13c73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004595 10.0.0.249 - - [2026-02-12 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.249 - - [2026-02-12 02:15:23] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003396 10.0.0.249 - - [2026-02-12 02:15:23] "GET /virtual-networks?parent_id=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002913 10.0.0.249 - - [2026-02-12 02:15:23] "GET /virtual-network/061e4a0e-8c9f-4ad6-99f2-97e06e69d17e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004936 10.0.0.249 - - [2026-02-12 02:15:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.002703 10.0.0.249 - - [2026-02-12 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002428 10.0.0.249 - - [2026-02-12 02:15:23] "GET /projects?obj_uuids=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.033483 10.0.0.249 - - [2026-02-12 02:15:23] "GET /project/0050383d-0ada-465e-965f-6b4b644ee723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.058239 10.0.0.249 - - [2026-02-12 02:15:23] "POST /service-instances HTTP/1.1" 200 545 0.060250 10.0.0.249 - - [2026-02-12 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.249 - - [2026-02-12 02:15:23] "GET /service-instance/18816308-aeb0-4222-b7d9-fded3adeb989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.005136 10.0.0.249 - - [2026-02-12 02:15:23] "POST /port-tuples HTTP/1.1" 200 588 0.023268 10.0.0.249 - - [2026-02-12 02:15:23] "GET /virtual-machine-interface/486c4aaa-71db-4b3f-b36c-adf62ebac371?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.005193 10.0.0.249 - - [2026-02-12 02:15:23] "PUT /virtual-machine-interface/486c4aaa-71db-4b3f-b36c-adf62ebac371 HTTP/1.1" 200 285 0.010153 10.0.0.249 - - [2026-02-12 02:15:23] "POST /ref-update HTTP/1.1" 200 156 0.009445 10.0.0.249 - - [2026-02-12 02:15:23] "POST /instance-ips HTTP/1.1" 200 386 0.023887 10.0.0.249 - - [2026-02-12 02:15:23] "GET /virtual-machine-interface/4826da3f-f9ea-4e54-85a3-33607987718c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2730 0.004093 10.0.0.249 - - [2026-02-12 02:15:23] "POST /ref-update HTTP/1.1" 200 156 0.012403 10.0.0.249 - - [2026-02-12 02:15:24] "POST /ref-update HTTP/1.1" 200 156 0.009230 10.0.0.249 - - [2026-02-12 02:15:24] "PUT /virtual-machine-interface/4826da3f-f9ea-4e54-85a3-33607987718c HTTP/1.1" 200 285 0.013415 10.0.0.249 - - [2026-02-12 02:15:24] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004586 10.0.0.249 - - [2026-02-12 02:15:24] "POST /ref-update HTTP/1.1" 200 156 0.011301 10.0.0.249 - - [2026-02-12 02:15:24] "GET /virtual-machine-interface/6b93b3bb-d62f-46fb-93d9-b3446370a65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2734 0.005307 10.0.0.249 - - [2026-02-12 02:15:24] "POST /instance-ips HTTP/1.1" 200 386 0.029099 10.0.0.249 - - [2026-02-12 02:15:24] "PUT /virtual-machine-interface/6b93b3bb-d62f-46fb-93d9-b3446370a65b HTTP/1.1" 200 285 0.010142 10.0.0.249 - - [2026-02-12 02:15:24] "POST /ref-update HTTP/1.1" 200 156 0.008530 10.0.0.249 - - [2026-02-12 02:15:24] "POST /ref-update HTTP/1.1" 200 156 0.008723 10.0.0.249 - - [2026-02-12 02:15:24] "POST /ref-update HTTP/1.1" 200 156 0.006634 10.0.0.249 - - [2026-02-12 02:15:24] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002771 10.0.0.249 - - [2026-02-12 02:15:24] "POST /neutron/port HTTP/1.1" 200 1123 0.011996 10.0.0.249 - - [2026-02-12 02:15:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005791 10.0.0.249 - - [2026-02-12 02:15:24] "POST /instance-ips HTTP/1.1" 200 374 0.017390 10.0.0.249 - - [2026-02-12 02:15:24] "POST /neutron/port HTTP/1.1" 200 1123 0.011521 10.0.0.249 - - [2026-02-12 02:15:24] "POST /ref-update HTTP/1.1" 200 156 0.006634 10.0.0.249 - - [2026-02-12 02:15:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005948 10.0.0.249 - - [2026-02-12 02:15:24] "POST /ref-update HTTP/1.1" 200 156 0.010926 10.0.0.249 - - [2026-02-12 02:15:24] "POST /neutron/port HTTP/1.1" 200 1123 0.015105 10.0.0.249 - - [2026-02-12 02:15:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006928 10.0.0.249 - - [2026-02-12 02:15:24] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002731 10.0.0.249 - - [2026-02-12 02:15:24] "GET /virtual-machine/fc762363-22e3-46bd-adb7-34fb549ea395 HTTP/1.1" 200 1293 0.004294 10.0.0.249 - - [2026-02-12 02:15:24] "GET /virtual-machine-interface/3fcbb105-85a7-4486-97c3-bea63670f45f HTTP/1.1" 200 2953 0.004762 10.0.0.249 - - [2026-02-12 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002714 10.0.0.249 - - [2026-02-12 02:15:24] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003100 10.0.0.249 - - [2026-02-12 02:15:24] "POST /instance-ips HTTP/1.1" 200 374 0.015147 10.0.0.249 - - [2026-02-12 02:15:24] "GET /virtual-networks?parent_id=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002932 10.0.0.249 - - [2026-02-12 02:15:24] "POST /ref-update HTTP/1.1" 200 156 0.008314 10.0.0.249 - - [2026-02-12 02:15:24] "GET /virtual-network/4f82fe4b-e87b-4ee2-9cad-8073aff13c73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004857 10.0.0.249 - - [2026-02-12 02:15:24] "POST /ref-update HTTP/1.1" 200 156 0.008299 10.0.0.249 - - [2026-02-12 02:15:24] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003537 10.0.0.249 - - [2026-02-12 02:15:24] "POST /instance-ips HTTP/1.1" 200 376 0.016302 10.0.0.249 - - [2026-02-12 02:15:24] "POST /ref-update HTTP/1.1" 200 156 0.008063 10.0.0.249 - - [2026-02-12 02:15:24] "POST /ref-update HTTP/1.1" 200 156 0.007860 10.0.0.249 - - [2026-02-12 02:15:25] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002976 10.0.0.249 - - [2026-02-12 02:15:25] "POST /instance-ips HTTP/1.1" 200 376 0.014688 10.0.0.249 - - [2026-02-12 02:15:25] "POST /ref-update HTTP/1.1" 200 156 0.008281 10.0.0.249 - - [2026-02-12 02:15:25] "POST /ref-update HTTP/1.1" 200 156 0.008778 10.0.0.249 - - [2026-02-12 02:15:25] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002740 10.0.0.249 - - [2026-02-12 02:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.249 - - [2026-02-12 02:15:25] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003327 10.0.0.249 - - [2026-02-12 02:15:25] "GET /virtual-networks?parent_id=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003051 10.0.0.249 - - [2026-02-12 02:15:25] "GET /virtual-network/4f82fe4b-e87b-4ee2-9cad-8073aff13c73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005232 10.0.0.249 - - [2026-02-12 02:15:26] "POST /neutron/port HTTP/1.1" 200 1121 0.014959 10.0.0.249 - - [2026-02-12 02:15:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006742 10.0.0.249 - - [2026-02-12 02:15:26] "POST /neutron/port HTTP/1.1" 200 1121 0.013167 10.0.0.249 - - [2026-02-12 02:15:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007116 10.0.0.249 - - [2026-02-12 02:15:26] "POST /neutron/port HTTP/1.1" 200 1121 0.014049 10.0.0.249 - - [2026-02-12 02:15:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006693 10.0.0.249 - - [2026-02-12 02:15:26] "GET /virtual-machine/bdbffff2-3e21-4680-a627-7e82860d7d16 HTTP/1.1" 200 1293 0.004332 10.0.0.249 - - [2026-02-12 02:15:26] "GET /virtual-machine-interface/b75e726b-dfa1-49ae-806c-3d239ef29460 HTTP/1.1" 200 2956 0.005018 10.0.0.249 - - [2026-02-12 02:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.249 - - [2026-02-12 02:15:26] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003231 10.0.0.249 - - [2026-02-12 02:15:26] "GET /virtual-networks?parent_id=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003427 10.0.0.249 - - [2026-02-12 02:15:26] "GET /virtual-network/061e4a0e-8c9f-4ad6-99f2-97e06e69d17e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005651 10.0.0.249 - - [2026-02-12 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.249 - - [2026-02-12 02:15:27] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003793 10.0.0.249 - - [2026-02-12 02:15:27] "GET /virtual-networks?parent_id=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003196 10.0.0.249 - - [2026-02-12 02:15:27] "GET /virtual-network/061e4a0e-8c9f-4ad6-99f2-97e06e69d17e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004802 10.0.0.249 - - [2026-02-12 02:15:27] "POST /fqname-to-id HTTP/1.1" 404 211 0.002910 10.0.0.249 - - [2026-02-12 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002785 10.0.0.249 - - [2026-02-12 02:15:27] "GET /projects?obj_uuids=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001223 10.0.0.249 - - [2026-02-12 02:15:28] "GET /project/0050383d-0ada-465e-965f-6b4b644ee723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.025694 10.0.0.249 - - [2026-02-12 02:15:28] "POST /network-policys HTTP/1.1" 200 549 0.018955 10.0.0.249 - - [2026-02-12 02:15:28] "GET /network-policy/c3eea0a1-07f8-4422-8fb4-7fc6f2729785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.005218 10.0.0.249 - - [2026-02-12 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.249 - - [2026-02-12 02:15:28] "GET /virtual-network/4f82fe4b-e87b-4ee2-9cad-8073aff13c73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005948 10.0.0.249 - - [2026-02-12 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.249 - - [2026-02-12 02:15:28] "GET /network-policy/c3eea0a1-07f8-4422-8fb4-7fc6f2729785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.004371 10.0.0.249 - - [2026-02-12 02:15:28] "POST /ref-update HTTP/1.1" 200 156 0.033142 10.0.0.249 - - [2026-02-12 02:15:28] "POST /fqname-to-id HTTP/1.1" 404 242 0.037513 10.0.0.249 - - [2026-02-12 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002544 10.0.0.249 - - [2026-02-12 02:15:28] "POST /access-control-lists HTTP/1.1" 200 603 0.062291 10.0.0.249 - - [2026-02-12 02:15:28] "GET /network-policy/c3eea0a1-07f8-4422-8fb4-7fc6f2729785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.008561 10.0.0.249 - - [2026-02-12 02:15:28] "POST /neutron/network HTTP/1.1" 200 921 0.008733 10.0.0.249 - - [2026-02-12 02:15:28] "GET /virtual-network/4f82fe4b-e87b-4ee2-9cad-8073aff13c73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004973 10.0.0.249 - - [2026-02-12 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.249 - - [2026-02-12 02:15:28] "GET /network-policy/c3eea0a1-07f8-4422-8fb4-7fc6f2729785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.005203 10.0.0.249 - - [2026-02-12 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.249 - - [2026-02-12 02:15:28] "GET /virtual-network/061e4a0e-8c9f-4ad6-99f2-97e06e69d17e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006100 10.0.0.249 - - [2026-02-12 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.249 - - [2026-02-12 02:15:28] "GET /network-policy/c3eea0a1-07f8-4422-8fb4-7fc6f2729785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.003745 10.0.0.249 - - [2026-02-12 02:15:28] "POST /fqname-to-id HTTP/1.1" 404 244 0.002645 10.0.0.249 - - [2026-02-12 02:15:28] "POST /ref-update HTTP/1.1" 200 156 0.029580 10.0.0.249 - - [2026-02-12 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.249 - - [2026-02-12 02:15:29] "POST /access-control-lists HTTP/1.1" 200 606 0.059454 10.0.0.249 - - [2026-02-12 02:15:29] "GET /network-policy/c3eea0a1-07f8-4422-8fb4-7fc6f2729785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.004297 10.0.0.249 - - [2026-02-12 02:15:29] "POST /routing-instances HTTP/1.1" 200 761 0.016767 10.0.0.249 - - [2026-02-12 02:15:29] "POST /neutron/network HTTP/1.1" 200 921 0.006637 10.0.0.249 - - [2026-02-12 02:15:29] "GET /virtual-network/061e4a0e-8c9f-4ad6-99f2-97e06e69d17e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004509 10.0.0.249 - - [2026-02-12 02:15:29] "POST /route-targets HTTP/1.1" 200 328 0.008585 10.0.0.249 - - [2026-02-12 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.249 - - [2026-02-12 02:15:29] "POST /ref-update HTTP/1.1" 200 156 0.009380 10.0.0.249 - - [2026-02-12 02:15:29] "GET /network-policy/c3eea0a1-07f8-4422-8fb4-7fc6f2729785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.008803 10.0.0.249 - - [2026-02-12 02:15:29] "GET /routing-instance/aed7908a-0a9e-4fec-84c0-a2066042cea4?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1289 0.003433 10.0.0.249 - - [2026-02-12 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.249 - - [2026-02-12 02:15:29] "GET /routing-instance/aed7908a-0a9e-4fec-84c0-a2066042cea4?fields=routing_policy_back_refs HTTP/1.1" 200 1289 0.006051 10.0.0.249 - - [2026-02-12 02:15:29] "GET /service-template/8bfa13ca-f9b3-42ae-b79c-f5fbc0eff3a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.003078 10.0.0.249 - - [2026-02-12 02:15:29] "POST /ref-update HTTP/1.1" 200 156 0.009213 10.0.0.249 - - [2026-02-12 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.249 - - [2026-02-12 02:15:29] "POST /routing-instances HTTP/1.1" 200 762 0.013928 10.0.0.249 - - [2026-02-12 02:15:29] "GET /projects?obj_uuids=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001181 10.0.0.249 - - [2026-02-12 02:15:29] "GET /project/0050383d-0ada-465e-965f-6b4b644ee723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.023365 10.0.0.249 - - [2026-02-12 02:15:29] "POST /route-targets HTTP/1.1" 200 328 0.009302 10.0.0.249 - - [2026-02-12 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.249 - - [2026-02-12 02:15:29] "POST /ref-update HTTP/1.1" 200 156 0.009521 10.0.0.249 - - [2026-02-12 02:15:29] "GET /service-instance/18816308-aeb0-4222-b7d9-fded3adeb989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3538 0.005274 10.0.0.249 - - [2026-02-12 02:15:29] "GET /routing-instance/69c06862-f740-478a-9104-2ceafe2c1988?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1290 0.003781 10.0.0.249 - - [2026-02-12 02:15:29] "GET /domains HTTP/1.1" 200 281 0.003264 10.0.0.249 - - [2026-02-12 02:15:29] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000896 10.0.0.249 - - [2026-02-12 02:15:29] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 2783 0.008123 10.0.0.249 - - [2026-02-12 02:15:29] "GET /projects?obj_uuids=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000978 10.0.0.249 - - [2026-02-12 02:15:29] "GET /routing-instance/69c06862-f740-478a-9104-2ceafe2c1988?fields=routing_policy_back_refs HTTP/1.1" 200 1290 0.003530 10.0.0.249 - - [2026-02-12 02:15:29] "GET /project/0050383d-0ada-465e-965f-6b4b644ee723 HTTP/1.1" 200 4256 0.069398 10.0.0.249 - - [2026-02-12 02:15:29] "GET /service-instance/18816308-aeb0-4222-b7d9-fded3adeb989 HTTP/1.1" 200 3793 0.004540 10.0.0.249 - - [2026-02-12 02:15:29] "PUT /routing-instance/aed7908a-0a9e-4fec-84c0-a2066042cea4 HTTP/1.1" 200 267 0.020025 10.0.0.249 - - [2026-02-12 02:15:29] "GET /domains HTTP/1.1" 200 281 0.006238 10.0.0.249 - - [2026-02-12 02:15:29] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000887 10.0.0.249 - - [2026-02-12 02:15:29] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 2783 0.006595 10.0.0.249 - - [2026-02-12 02:15:29] "GET /projects?obj_uuids=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000830 10.0.0.249 - - [2026-02-12 02:15:29] "PUT /routing-instance/69c06862-f740-478a-9104-2ceafe2c1988 HTTP/1.1" 200 267 0.010554 10.0.0.249 - - [2026-02-12 02:15:29] "GET /project/0050383d-0ada-465e-965f-6b4b644ee723 HTTP/1.1" 200 4256 0.066617 10.0.0.249 - - [2026-02-12 02:15:29] "GET /service-instance/18816308-aeb0-4222-b7d9-fded3adeb989 HTTP/1.1" 200 3793 0.003057 10.0.0.249 - - [2026-02-12 02:15:29] "GET /port-tuple/fd3381e0-ce79-4991-a6cb-5b56787248c0 HTTP/1.1" 200 1985 0.004019 10.0.0.249 - - [2026-02-12 02:15:29] "GET /virtual-machine-interface/4826da3f-f9ea-4e54-85a3-33607987718c HTTP/1.1" 200 3807 0.008579 10.0.0.249 - - [2026-02-12 02:15:29] "POST /ref-update HTTP/1.1" 200 156 0.020455 10.0.0.249 - - [2026-02-12 02:15:29] "GET /virtual-machine-interface/486c4aaa-71db-4b3f-b36c-adf62ebac371 HTTP/1.1" 200 3826 0.010200 10.0.0.249 - - [2026-02-12 02:15:29] "GET /virtual-machine-interface/6b93b3bb-d62f-46fb-93d9-b3446370a65b HTTP/1.1" 200 3814 0.006143 10.0.0.249 - - [2026-02-12 02:15:29] "PUT /access-control-list/8f4e44eb-31c1-4a79-b4d9-f743cc68e403 HTTP/1.1" 200 273 0.009342 10.0.0.249 - - [2026-02-12 02:15:29] "POST /neutron/port HTTP/1.1" 200 3831 0.039592 10.0.0.249 - - [2026-02-12 02:15:29] "PUT /access-control-list/a79dc0d2-f3b4-4476-9ece-605782ad7080 HTTP/1.1" 200 273 0.012839 10.0.0.249 - - [2026-02-12 02:15:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006232 10.0.0.249 - - [2026-02-12 02:15:30] "POST /neutron/port HTTP/1.1" 200 3831 0.030726 10.0.0.249 - - [2026-02-12 02:15:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005728 10.0.0.249 - - [2026-02-12 02:15:30] "POST /neutron/port HTTP/1.1" 200 3831 0.033075 10.0.0.249 - - [2026-02-12 02:15:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005123 10.0.0.249 - - [2026-02-12 02:15:30] "POST /neutron/port HTTP/1.1" 200 3831 0.030786 10.0.0.249 - - [2026-02-12 02:15:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005026 10.0.0.249 - - [2026-02-12 02:15:30] "POST /neutron/network HTTP/1.1" 200 895 0.010614 10.0.0.249 - - [2026-02-12 02:15:30] "POST /neutron/network HTTP/1.1" 200 921 0.004907 10.0.0.249 - - [2026-02-12 02:15:30] "POST /neutron/network HTTP/1.1" 200 805 0.011308 10.0.0.249 - - [2026-02-12 02:15:30] "POST /neutron/network HTTP/1.1" 200 831 0.005028 10.0.0.249 - - [2026-02-12 02:15:30] "POST /neutron/network HTTP/1.1" 200 895 0.012617 10.0.0.249 - - [2026-02-12 02:15:30] "POST /neutron/network HTTP/1.1" 200 921 0.005134 10.0.0.249 - - [2026-02-12 02:15:30] "POST /id-to-fqname HTTP/1.1" 200 223 0.001256 10.0.0.249 - - [2026-02-12 02:15:30] "POST /id-to-fqname HTTP/1.1" 200 223 0.001563 10.0.0.249 - - [2026-02-12 02:15:30] "POST /id-to-fqname HTTP/1.1" 200 224 0.001314 10.0.0.249 - - [2026-02-12 02:15:30] "GET /virtual-machine/be17b259-7654-4013-9921-18eb0bae84f4 HTTP/1.1" 200 1807 0.003629 10.0.0.249 - - [2026-02-12 02:15:30] "GET /virtual-machine-interface/4826da3f-f9ea-4e54-85a3-33607987718c HTTP/1.1" 200 3807 0.006323 10.0.0.249 - - [2026-02-12 02:15:30] "GET /virtual-machine-interface/486c4aaa-71db-4b3f-b36c-adf62ebac371 HTTP/1.1" 200 3826 0.005484 10.0.0.249 - - [2026-02-12 02:15:30] "GET /virtual-machine-interface/6b93b3bb-d62f-46fb-93d9-b3446370a65b HTTP/1.1" 200 3814 0.005917 10.0.0.249 - - [2026-02-12 02:15:30] "GET /instance-ip/06a2123b-ea10-464b-8273-805ac84b0e2c HTTP/1.1" 200 1958 0.003736 10.0.0.249 - - [2026-02-12 02:15:30] "GET /instance-ip/9d542387-5e7c-409f-b676-b125c710d796 HTTP/1.1" 200 1959 0.003877 10.0.0.249 - - [2026-02-12 02:15:30] "GET /instance-ip/e8c3a723-38ea-4b51-adff-c39480f4ba0c HTTP/1.1" 200 1626 0.004767 10.0.0.249 - - [2026-02-12 02:15:30] "GET /instance-ip/09580c2f-be98-487f-aca9-22cf88d9e875 HTTP/1.1" 200 1622 0.005078 10.0.0.249 - - [2026-02-12 02:15:30] "GET /instance-ip/35a79139-32a4-4457-83ef-265562084688 HTTP/1.1" 200 1983 0.004055 10.0.0.249 - - [2026-02-12 02:15:30] "GET /instance-ip/fb66f5ef-4211-4d0d-a1f7-75e72a60cc6d HTTP/1.1" 200 1983 0.003737 10.0.0.249 - - [2026-02-12 02:15:30] "GET /instance-ip/09d5f385-43ee-43e1-adf6-b6282b1f7b15 HTTP/1.1" 200 1623 0.004019 10.0.0.249 - - [2026-02-12 02:15:30] "GET /instance-ip/7be64028-668b-428a-84c4-64e4921bd145 HTTP/1.1" 200 1961 0.002789 10.0.0.249 - - [2026-02-12 02:15:30] "GET /instance-ip/ebe8f391-f647-42fc-9838-6430927874e5 HTTP/1.1" 200 1965 0.003086 10.0.0.249 - - [2026-02-12 02:15:30] "POST /neutron/port HTTP/1.1" 200 3831 0.047713 10.0.0.249 - - [2026-02-12 02:15:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006664 10.0.0.249 - - [2026-02-12 02:15:30] "POST /neutron/port HTTP/1.1" 200 3831 0.030325 10.0.0.249 - - [2026-02-12 02:15:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006244 10.0.0.249 - - [2026-02-12 02:15:30] "POST /neutron/port HTTP/1.1" 200 3831 0.030307 10.0.0.249 - - [2026-02-12 02:15:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006054 10.0.0.249 - - [2026-02-12 02:15:30] "POST /neutron/port HTTP/1.1" 200 3831 0.028432 10.0.0.249 - - [2026-02-12 02:15:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004933 10.0.0.249 - - [2026-02-12 02:15:30] "GET /virtual-machine/be17b259-7654-4013-9921-18eb0bae84f4 HTTP/1.1" 200 1807 0.003079 10.0.0.249 - - [2026-02-12 02:15:30] "GET /virtual-machine-interface/4826da3f-f9ea-4e54-85a3-33607987718c HTTP/1.1" 200 3807 0.004737 10.0.0.249 - - [2026-02-12 02:15:31] "GET /virtual-machine-interface/486c4aaa-71db-4b3f-b36c-adf62ebac371 HTTP/1.1" 200 3826 0.005227 10.0.0.249 - - [2026-02-12 02:15:31] "GET /virtual-machine-interface/6b93b3bb-d62f-46fb-93d9-b3446370a65b HTTP/1.1" 200 3814 0.004535 10.0.0.249 - - [2026-02-12 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.249 - - [2026-02-12 02:15:31] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002957 10.0.0.249 - - [2026-02-12 02:15:31] "GET /virtual-networks?parent_id=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002946 10.0.0.249 - - [2026-02-12 02:15:31] "GET /virtual-network/4f82fe4b-e87b-4ee2-9cad-8073aff13c73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005054 10.0.0.249 - - [2026-02-12 02:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.249 - - [2026-02-12 02:15:32] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002650 10.0.0.249 - - [2026-02-12 02:15:32] "GET /virtual-networks?parent_id=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002780 10.0.0.249 - - [2026-02-12 02:15:32] "GET /virtual-network/4f82fe4b-e87b-4ee2-9cad-8073aff13c73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005149 10.0.0.249 - - [2026-02-12 02:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.249 - - [2026-02-12 02:15:32] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003226 10.0.0.249 - - [2026-02-12 02:15:32] "GET /virtual-networks?parent_id=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003127 10.0.0.249 - - [2026-02-12 02:15:32] "GET /virtual-network/4f82fe4b-e87b-4ee2-9cad-8073aff13c73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005687 10.0.0.249 - - [2026-02-12 02:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.249 - - [2026-02-12 02:15:32] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003632 10.0.0.249 - - [2026-02-12 02:15:32] "GET /virtual-networks?parent_id=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002820 10.0.0.249 - - [2026-02-12 02:15:32] "GET /virtual-network/4f82fe4b-e87b-4ee2-9cad-8073aff13c73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006885 10.0.0.249 - - [2026-02-12 02:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.249 - - [2026-02-12 02:15:32] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003354 10.0.0.249 - - [2026-02-12 02:15:32] "GET /virtual-networks?parent_id=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003222 10.0.0.249 - - [2026-02-12 02:15:33] "GET /virtual-network/4f82fe4b-e87b-4ee2-9cad-8073aff13c73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005224 10.0.0.249 - - [2026-02-12 02:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 10.0.0.249 - - [2026-02-12 02:15:33] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004097 10.0.0.249 - - [2026-02-12 02:15:33] "GET /virtual-networks?parent_id=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003070 10.0.0.249 - - [2026-02-12 02:15:33] "GET /virtual-network/48d0238a-6002-4efa-8783-d73a2848dad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004845 10.0.0.249 - - [2026-02-12 02:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.249 - - [2026-02-12 02:15:33] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003618 10.0.0.249 - - [2026-02-12 02:15:33] "GET /virtual-networks?parent_id=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002875 10.0.0.249 - - [2026-02-12 02:15:33] "GET /virtual-network/48d0238a-6002-4efa-8783-d73a2848dad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007263 10.0.0.249 - - [2026-02-12 02:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.249 - - [2026-02-12 02:15:33] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003299 10.0.0.249 - - [2026-02-12 02:15:33] "GET /virtual-networks?parent_id=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003373 10.0.0.249 - - [2026-02-12 02:15:33] "GET /virtual-network/48d0238a-6002-4efa-8783-d73a2848dad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005088 10.0.0.249 - - [2026-02-12 02:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.249 - - [2026-02-12 02:15:33] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003501 10.0.0.249 - - [2026-02-12 02:15:33] "GET /virtual-networks?parent_id=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003266 10.0.0.249 - - [2026-02-12 02:15:33] "GET /virtual-network/48d0238a-6002-4efa-8783-d73a2848dad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004957 10.0.0.249 - - [2026-02-12 02:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002573 10.0.0.249 - - [2026-02-12 02:15:34] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003530 10.0.0.249 - - [2026-02-12 02:15:34] "GET /virtual-networks?parent_id=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003162 10.0.0.249 - - [2026-02-12 02:15:34] "GET /virtual-network/061e4a0e-8c9f-4ad6-99f2-97e06e69d17e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006878 10.0.0.249 - - [2026-02-12 02:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002733 10.0.0.249 - - [2026-02-12 02:15:34] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004061 10.0.0.249 - - [2026-02-12 02:15:34] "GET /virtual-networks?parent_id=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003163 10.0.0.249 - - [2026-02-12 02:15:34] "GET /virtual-network/061e4a0e-8c9f-4ad6-99f2-97e06e69d17e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006491 10.0.0.249 - - [2026-02-12 02:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.249 - - [2026-02-12 02:15:34] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003386 10.0.0.249 - - [2026-02-12 02:15:34] "GET /virtual-networks?parent_id=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003085 10.0.0.249 - - [2026-02-12 02:15:34] "GET /virtual-network/061e4a0e-8c9f-4ad6-99f2-97e06e69d17e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005782 10.0.0.249 - - [2026-02-12 02:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.249 - - [2026-02-12 02:15:34] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003266 10.0.0.249 - - [2026-02-12 02:15:34] "GET /virtual-networks?parent_id=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002694 10.0.0.249 - - [2026-02-12 02:15:34] "GET /virtual-network/061e4a0e-8c9f-4ad6-99f2-97e06e69d17e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005768 10.0.0.249 - - [2026-02-12 02:15:34] "GET /virtual-machine/be17b259-7654-4013-9921-18eb0bae84f4 HTTP/1.1" 200 1807 0.003890 10.0.0.249 - - [2026-02-12 02:15:34] "GET /domains HTTP/1.1" 200 281 0.002041 10.0.0.249 - - [2026-02-12 02:15:34] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001118 10.0.0.249 - - [2026-02-12 02:15:34] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 2783 0.007192 10.0.0.249 - - [2026-02-12 02:15:34] "GET /projects?obj_uuids=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000819 10.0.0.249 - - [2026-02-12 02:15:34] "GET /project/0050383d-0ada-465e-965f-6b4b644ee723 HTTP/1.1" 200 4256 0.071063 10.0.0.249 - - [2026-02-12 02:15:34] "GET /service-instance/18816308-aeb0-4222-b7d9-fded3adeb989 HTTP/1.1" 200 3793 0.003333 10.0.0.249 - - [2026-02-12 02:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002135 10.0.0.249 - - [2026-02-12 02:15:34] "GET /routing-instance/bc54c262-2081-4aa3-9eeb-68947f37f4c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.003193 10.0.0.249 - - [2026-02-12 02:15:34] "GET /routing-instance/bc54c262-2081-4aa3-9eeb-68947f37f4c1?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2025 0.005596 10.0.0.249 - - [2026-02-12 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.249 - - [2026-02-12 02:15:35] "GET /routing-instance/bdf3d5ce-2b7d-45e6-b565-53ac03032106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1897 0.004569 10.0.0.249 - - [2026-02-12 02:15:35] "GET /routing-instance/bdf3d5ce-2b7d-45e6-b565-53ac03032106?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2028 0.004864 10.0.0.249 - - [2026-02-12 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.249 - - [2026-02-12 02:15:35] "GET /virtual-network/4f82fe4b-e87b-4ee2-9cad-8073aff13c73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005360 10.0.0.249 - - [2026-02-12 02:15:35] "GET /virtual-network/4f82fe4b-e87b-4ee2-9cad-8073aff13c73?fields=routing_instances HTTP/1.1" 200 1687 0.005935 10.0.0.249 - - [2026-02-12 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.249 - - [2026-02-12 02:15:35] "GET /virtual-network/061e4a0e-8c9f-4ad6-99f2-97e06e69d17e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004785 10.0.0.249 - - [2026-02-12 02:15:35] "GET /virtual-network/061e4a0e-8c9f-4ad6-99f2-97e06e69d17e?fields=routing_instances HTTP/1.1" 200 1691 0.006374 10.0.0.249 - - [2026-02-12 02:15:39] "POST /ref-update HTTP/1.1" 200 156 0.025423 10.0.0.249 - - [2026-02-12 02:15:39] "DELETE /access-control-list/a79dc0d2-f3b4-4476-9ece-605782ad7080 HTTP/1.1" 200 115 0.023342 10.0.0.249 - - [2026-02-12 02:15:39] "POST /neutron/network HTTP/1.1" 200 833 0.008407 10.0.0.249 - - [2026-02-12 02:15:39] "GET /virtual-network/061e4a0e-8c9f-4ad6-99f2-97e06e69d17e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004589 10.0.0.249 - - [2026-02-12 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.249 - - [2026-02-12 02:15:39] "DELETE /routing-instance/aed7908a-0a9e-4fec-84c0-a2066042cea4 HTTP/1.1" 200 115 0.025312 10.0.0.249 - - [2026-02-12 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.249 - - [2026-02-12 02:15:39] "GET /network-policy/c3eea0a1-07f8-4422-8fb4-7fc6f2729785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.003330 10.0.0.249 - - [2026-02-12 02:15:39] "DELETE /route-target/dbbba360-bae1-4ff9-9f2d-f8ba4e0ae604 HTTP/1.1" 200 115 0.013275 10.0.0.249 - - [2026-02-12 02:15:39] "DELETE /routing-instance/69c06862-f740-478a-9104-2ceafe2c1988 HTTP/1.1" 200 115 0.035308 10.0.0.249 - - [2026-02-12 02:15:39] "POST /ref-update HTTP/1.1" 200 156 0.034101 10.0.0.249 - - [2026-02-12 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005217 10.0.0.249 - - [2026-02-12 02:15:39] "POST /neutron/network HTTP/1.1" 200 833 0.006076 10.0.0.249 - - [2026-02-12 02:15:39] "DELETE /route-target/00563df5-762d-49e9-ab40-eec17c71cae9 HTTP/1.1" 200 115 0.017077 10.0.0.249 - - [2026-02-12 02:15:39] "GET /virtual-network/4f82fe4b-e87b-4ee2-9cad-8073aff13c73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005493 10.0.0.249 - - [2026-02-12 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.249 - - [2026-02-12 02:15:39] "GET /network-policy/c3eea0a1-07f8-4422-8fb4-7fc6f2729785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.003703 10.0.0.249 - - [2026-02-12 02:15:40] "DELETE /network-policy/c3eea0a1-07f8-4422-8fb4-7fc6f2729785 HTTP/1.1" 200 115 0.017310 10.0.0.249 - - [2026-02-12 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002171 10.0.0.249 - - [2026-02-12 02:15:40] "DELETE /service-instance/18816308-aeb0-4222-b7d9-fded3adeb989 HTTP/1.1" 200 115 0.047089 10.0.0.249 - - [2026-02-12 02:15:40] "GET /domains HTTP/1.1" 200 281 0.002766 10.0.0.249 - - [2026-02-12 02:15:40] "POST /ref-update HTTP/1.1" 200 156 0.014641 10.0.0.249 - - [2026-02-12 02:15:40] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000997 10.0.0.249 - - [2026-02-12 02:15:40] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 2783 0.011019 10.0.0.249 - - [2026-02-12 02:15:40] "GET /projects?obj_uuids=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000906 10.0.0.249 - - [2026-02-12 02:15:40] "DELETE /instance-ip/06a2123b-ea10-464b-8273-805ac84b0e2c HTTP/1.1" 200 115 0.027726 10.0.0.249 - - [2026-02-12 02:15:40] "POST /ref-update HTTP/1.1" 200 156 0.009911 10.0.0.249 - - [2026-02-12 02:15:40] "GET /project/0050383d-0ada-465e-965f-6b4b644ee723 HTTP/1.1" 200 3780 0.065413 10.0.0.249 - - [2026-02-12 02:15:40] "GET /virtual-machine/be17b259-7654-4013-9921-18eb0bae84f4 HTTP/1.1" 200 1807 0.004037 10.0.0.249 - - [2026-02-12 02:15:40] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001611 10.0.0.249 - - [2026-02-12 02:15:40] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002219 10.0.0.249 - - [2026-02-12 02:15:40] "DELETE /instance-ip/fb66f5ef-4211-4d0d-a1f7-75e72a60cc6d HTTP/1.1" 200 115 0.022063 10.0.0.249 - - [2026-02-12 02:15:40] "POST /ref-update HTTP/1.1" 200 156 0.010847 10.0.0.249 - - [2026-02-12 02:15:40] "DELETE /instance-ip/9d542387-5e7c-409f-b676-b125c710d796 HTTP/1.1" 200 115 0.022379 10.0.0.249 - - [2026-02-12 02:15:40] "POST /ref-update HTTP/1.1" 200 156 0.009415 10.0.0.249 - - [2026-02-12 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.249 - - [2026-02-12 02:15:40] "DELETE /service-template/8bfa13ca-f9b3-42ae-b79c-f5fbc0eff3a2 HTTP/1.1" 200 115 0.057474 10.0.0.249 - - [2026-02-12 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 193 0.004620 10.0.0.249 - - [2026-02-12 02:15:40] "DELETE /instance-ip/35a79139-32a4-4457-83ef-265562084688 HTTP/1.1" 200 115 0.057649 10.0.0.249 - - [2026-02-12 02:15:40] "DELETE /access-control-list/8f4e44eb-31c1-4a79-b4d9-f743cc68e403 HTTP/1.1" 200 115 0.048115 10.0.0.249 - - [2026-02-12 02:15:40] "POST /ref-update HTTP/1.1" 200 156 0.029957 10.0.0.249 - - [2026-02-12 02:15:40] "DELETE /instance-ip/7be64028-668b-428a-84c4-64e4921bd145 HTTP/1.1" 200 115 0.019122 10.0.0.249 - - [2026-02-12 02:15:40] "POST /ref-update HTTP/1.1" 200 156 0.009605 10.0.0.249 - - [2026-02-12 02:15:40] "DELETE /instance-ip/ebe8f391-f647-42fc-9838-6430927874e5 HTTP/1.1" 200 115 0.028632 10.0.0.249 - - [2026-02-12 02:15:40] "POST /neutron/network HTTP/1.1" 200 833 0.007486 10.0.0.249 - - [2026-02-12 02:15:40] "POST /neutron/network HTTP/1.1" 400 204 0.014713 10.0.0.249 - - [2026-02-12 02:15:41] "POST /neutron/port HTTP/1.1" 200 1121 0.010786 10.0.0.249 - - [2026-02-12 02:15:41] "POST /neutron/port HTTP/1.1" 200 1111 0.009078 10.0.0.249 - - [2026-02-12 02:15:41] "POST /neutron/port HTTP/1.1" 200 1123 0.016558 10.0.0.249 - - [2026-02-12 02:15:41] "POST /neutron/port HTTP/1.1" 200 151 0.121879 10.0.0.249 - - [2026-02-12 02:15:41] "POST /neutron/port HTTP/1.1" 200 1113 0.012855 10.0.0.249 - - [2026-02-12 02:15:41] "POST /neutron/port HTTP/1.1" 200 3060 0.027574 10.0.0.249 - - [2026-02-12 02:15:41] "POST /neutron/port HTTP/1.1" 200 1111 0.013576 10.0.0.249 - - [2026-02-12 02:15:41] "POST /neutron/port HTTP/1.1" 200 151 0.125046 10.0.0.249 - - [2026-02-12 02:15:41] "POST /neutron/port HTTP/1.1" 200 151 0.134612 10.0.0.249 - - [2026-02-12 02:15:41] "POST /neutron/port HTTP/1.1" 200 1113 0.012249 10.0.0.249 - - [2026-02-12 02:15:41] "POST /neutron/port HTTP/1.1" 200 151 0.110670 10.0.0.249 - - [2026-02-12 02:15:41] "POST /neutron/port HTTP/1.1" 200 1111 0.009562 10.0.0.249 - - [2026-02-12 02:15:41] "POST /neutron/port HTTP/1.1" 200 151 0.107176 10.0.0.249 - - [2026-02-12 02:15:42] "POST /neutron/network HTTP/1.1" 200 833 0.005020 10.0.0.249 - - [2026-02-12 02:15:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003306 10.0.0.249 - - [2026-02-12 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.249 - - [2026-02-12 02:15:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002571 10.0.0.249 - - [2026-02-12 02:15:42] "POST /neutron/network HTTP/1.1" 200 151 0.079374 10.0.0.249 - - [2026-02-12 02:15:42] "DELETE /route-target/d7898b3d-cd07-406f-a8e0-d4fc921ce960 HTTP/1.1" 200 115 0.018466 10.0.0.249 - - [2026-02-12 02:15:42] "GET /routing-instance/bdf3d5ce-2b7d-45e6-b565-53ac03032106 HTTP/1.1" 404 171 0.002190 10.0.0.249 - - [2026-02-12 02:15:42] "GET /domains HTTP/1.1" 200 281 0.002982 10.0.0.249 - - [2026-02-12 02:15:42] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000828 10.0.0.249 - - [2026-02-12 02:15:42] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 2582 0.048116 10.0.0.249 - - [2026-02-12 02:15:42] "GET /projects?obj_uuids=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000903 10.0.0.249 - - [2026-02-12 02:15:42] "GET /project/0050383d-0ada-465e-965f-6b4b644ee723 HTTP/1.1" 200 2313 0.064545 10.0.0.249 - - [2026-02-12 02:15:42] "POST /neutron/network HTTP/1.1" 200 833 0.005219 10.0.0.249 - - [2026-02-12 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.249 - - [2026-02-12 02:15:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002029 10.0.0.249 - - [2026-02-12 02:15:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002284 10.0.0.249 - - [2026-02-12 02:15:43] "POST /neutron/network HTTP/1.1" 200 151 0.072549 10.0.0.249 - - [2026-02-12 02:15:43] "DELETE /route-target/3b1764dd-9274-4ca5-af7d-466e74e36a42 HTTP/1.1" 200 115 0.016466 10.0.0.249 - - [2026-02-12 02:15:43] "GET /routing-instance/bc54c262-2081-4aa3-9eeb-68947f37f4c1 HTTP/1.1" 404 171 0.002526 10.0.0.249 - - [2026-02-12 02:15:43] "GET /domains HTTP/1.1" 200 281 0.002082 10.0.0.249 - - [2026-02-12 02:15:43] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001246 10.0.0.249 - - [2026-02-12 02:15:43] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 2582 0.046689 10.0.0.249 - - [2026-02-12 02:15:43] "GET /projects?obj_uuids=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000993 10.0.0.249 - - [2026-02-12 02:15:43] "GET /project/0050383d-0ada-465e-965f-6b4b644ee723 HTTP/1.1" 200 2094 0.066153 10.0.0.249 - - [2026-02-12 02:15:43] "POST /neutron/network HTTP/1.1" 200 831 0.005601 10.0.0.249 - - [2026-02-12 02:15:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003146 10.0.0.249 - - [2026-02-12 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.249 - - [2026-02-12 02:15:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002548 10.0.0.249 - - [2026-02-12 02:15:43] "POST /neutron/network HTTP/1.1" 200 151 0.075495 10.0.0.249 - - [2026-02-12 02:15:43] "GET /routing-instance/10c6cbf4-7390-41cb-8489-5a9bc8a99e46 HTTP/1.1" 404 171 0.002012 10.0.0.249 - - [2026-02-12 02:15:43] "GET /domains HTTP/1.1" 200 281 0.002180 10.0.0.249 - - [2026-02-12 02:15:43] "DELETE /route-target/0a5ea7b9-d909-4219-a328-909d228b20ae HTTP/1.1" 200 115 0.020521 10.0.0.249 - - [2026-02-12 02:15:43] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001549 10.0.0.249 - - [2026-02-12 02:15:43] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 2582 0.051226 10.0.0.249 - - [2026-02-12 02:15:43] "GET /projects?obj_uuids=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000947 10.0.0.249 - - [2026-02-12 02:15:43] "GET /project/0050383d-0ada-465e-965f-6b4b644ee723 HTTP/1.1" 200 1853 0.069175 10.0.0.249 - - [2026-02-12 02:15:43] "GET /obj-perms HTTP/1.1" 200 5075 0.060875 10.0.0.249 - - [2026-02-12 02:15:43] "GET /projects?obj_uuids=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001301 10.0.0.249 - - [2026-02-12 02:15:43] "GET /project/0050383d-0ada-465e-965f-6b4b644ee723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.094722 10.0.0.249 - - [2026-02-12 02:15:43] "GET /projects?obj_uuids=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001002 10.0.0.249 - - [2026-02-12 02:15:43] "GET /obj-perms HTTP/1.1" 200 5075 0.072165 10.0.0.249 - - [2026-02-12 02:15:43] "GET /project/0050383d-0ada-465e-965f-6b4b644ee723?fields=virtual_networks HTTP/1.1" 200 1038 0.066242 10.0.0.249 - - [2026-02-12 02:15:43] "GET /projects?obj_uuids=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000974 10.0.0.249 - - [2026-02-12 02:15:43] "GET /project/0050383d-0ada-465e-965f-6b4b644ee723?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.024367 10.0.0.249 - - [2026-02-12 02:15:44] "GET /projects?obj_uuids=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001167 10.0.0.249 - - [2026-02-12 02:15:44] "GET /project/0050383d-0ada-465e-965f-6b4b644ee723?fields=security_groups HTTP/1.1" 200 1263 0.029700 10.0.0.249 - - [2026-02-12 02:15:44] "POST /fqname-to-id HTTP/1.1" 404 189 0.025634 10.0.0.249 - - [2026-02-12 02:15:44] "GET /projects?obj_uuids=75a3de46-6862-49d7-bb3f-45cbf3619e69&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002453 10.0.0.249 - - [2026-02-12 02:15:45] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003137 10.0.0.249 - - [2026-02-12 02:15:45] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.048994 10.0.0.249 - - [2026-02-12 02:15:45] "POST /id-to-fqname HTTP/1.1" 200 191 0.001160 10.0.0.249 - - [2026-02-12 02:15:45] "POST /fqname-to-id HTTP/1.1" 404 200 0.002359 10.0.0.249 - - [2026-02-12 02:15:45] "POST /security-groups HTTP/1.1" 200 592 0.064448 10.0.0.249 - - [2026-02-12 02:15:45] "POST /fqname-to-id HTTP/1.1" 404 235 0.002967 10.0.0.249 - - [2026-02-12 02:15:45] "POST /projects HTTP/1.1" 200 587 0.214684 10.0.0.249 - - [2026-02-12 02:15:45] "POST /access-control-lists HTTP/1.1" 200 599 0.056145 10.0.0.249 - - [2026-02-12 02:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.286896 10.0.0.249 - - [2026-02-12 02:15:45] "POST /fqname-to-id HTTP/1.1" 404 234 0.002851 10.0.0.249 - - [2026-02-12 02:15:45] "GET /project/75a3de46-6862-49d7-bb3f-45cbf3619e69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.459024 10.0.0.249 - - [2026-02-12 02:15:45] "POST /access-control-lists HTTP/1.1" 200 597 0.056700 10.0.0.249 - - [2026-02-12 02:15:46] "GET / HTTP/1.1" 200 36215 0.001982 10.0.0.249 - - [2026-02-12 02:15:47] "GET /project/75a3de46-6862-49d7-bb3f-45cbf3619e69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000596 10.0.0.249 - - [2026-02-12 02:15:47] "GET /projects?obj_uuids=75a3de46-6862-49d7-bb3f-45cbf3619e69&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000970 10.0.0.249 - - [2026-02-12 02:15:47] "GET /project/75a3de46-6862-49d7-bb3f-45cbf3619e69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.059292 10.0.0.249 - - [2026-02-12 02:15:47] "POST /fqname-to-id HTTP/1.1" 404 180 0.002330 10.0.0.249 - - [2026-02-12 02:15:48] "POST /virtual-DNSs HTTP/1.1" 200 509 0.017948 10.0.0.249 - - [2026-02-12 02:15:48] "GET /virtual-DNS/86f5b42c-0bad-4965-8898-6e06c859418c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.005069 10.0.0.249 - - [2026-02-12 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348 10.0.0.249 - - [2026-02-12 02:15:48] "GET /virtual-DNS/86f5b42c-0bad-4965-8898-6e06c859418c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.043665 10.0.0.249 - - [2026-02-12 02:15:48] "GET /domains HTTP/1.1" 401 293 0.001913 10.0.0.249 - - [2026-02-12 02:15:48] "GET /domains HTTP/1.1" 200 281 0.027372 10.0.0.249 - - [2026-02-12 02:15:48] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000990 10.0.0.249 - - [2026-02-12 02:15:48] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 2971 0.008072 10.0.0.249 - - [2026-02-12 02:15:48] "GET /virtual-DNS/86f5b42c-0bad-4965-8898-6e06c859418c HTTP/1.1" 200 1439 0.003383 10.0.0.249 - - [2026-02-12 02:15:48] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.002348 10.0.0.249 - - [2026-02-12 02:15:48] "POST /network-ipams HTTP/1.1" 200 516 0.015248 10.0.0.249 - - [2026-02-12 02:15:48] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 754 0.010242 10.0.0.249 - - [2026-02-12 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.249 - - [2026-02-12 02:15:48] "GET /network-ipam/8459c1b5-9735-41e7-8877-147ba662875c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.004764 10.0.0.249 - - [2026-02-12 02:15:48] "PUT /network-ipam/8459c1b5-9735-41e7-8877-147ba662875c HTTP/1.1" 200 259 0.009568 10.0.0.249 - - [2026-02-12 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.008640 10.0.0.249 - - [2026-02-12 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.249 - - [2026-02-12 02:15:49] "GET /projects?obj_uuids=75a3de46-6862-49d7-bb3f-45cbf3619e69&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001495 10.0.0.249 - - [2026-02-12 02:15:49] "GET /project/75a3de46-6862-49d7-bb3f-45cbf3619e69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.023215 10.0.0.249 - - [2026-02-12 02:15:49] "POST /neutron/network HTTP/1.1" 200 117 0.032239 10.0.0.249 - - [2026-02-12 02:15:49] "GET /projects?obj_uuids=75a3de46-6862-49d7-bb3f-45cbf3619e69&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001111 10.0.0.249 - - [2026-02-12 02:15:49] "POST /neutron/network HTTP/1.1" 200 618 0.059901 10.0.0.249 - - [2026-02-12 02:15:49] "POST /route-targets HTTP/1.1" 200 328 0.013308 10.0.0.249 - - [2026-02-12 02:15:49] "POST /ref-update HTTP/1.1" 200 156 0.014955 10.0.0.249 - - [2026-02-12 02:15:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003093 10.0.0.249 - - [2026-02-12 02:15:49] "POST /neutron/subnet HTTP/1.1" 200 711 0.198220 10.0.0.249 - - [2026-02-12 02:15:49] "POST /neutron/network HTTP/1.1" 200 833 0.004540 10.0.0.249 - - [2026-02-12 02:15:49] "POST /id-to-fqname HTTP/1.1" 200 227 0.000950 10.0.0.249 - - [2026-02-12 02:15:49] "GET /virtual-network/8247b3f5-19b7-4600-b922-d03a7ee32db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004958 10.0.0.249 - - [2026-02-12 02:15:49] "POST /neutron/network HTTP/1.1" 200 833 0.005941 10.0.0.249 - - [2026-02-12 02:15:49] "GET /virtual-network/8247b3f5-19b7-4600-b922-d03a7ee32db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005100 10.0.0.249 - - [2026-02-12 02:15:49] "POST /neutron/network HTTP/1.1" 200 833 0.005739 10.0.0.249 - - [2026-02-12 02:15:49] "POST /neutron/subnet HTTP/1.1" 200 711 0.007385 10.0.0.249 - - [2026-02-12 02:15:49] "POST /neutron/network HTTP/1.1" 200 807 0.009910 10.0.0.249 - - [2026-02-12 02:15:49] "POST /neutron/network HTTP/1.1" 200 833 0.005676 10.0.0.249 - - [2026-02-12 02:15:49] "POST /id-to-fqname HTTP/1.1" 200 227 0.001225 10.0.0.249 - - [2026-02-12 02:15:49] "POST /neutron/network HTTP/1.1" 200 843 0.006135 10.0.0.249 - - [2026-02-12 02:15:49] "GET /aaa-mode HTTP/1.1" 401 293 0.000572 10.0.0.249 - - [2026-02-12 02:15:50] "GET / HTTP/1.1" 200 36215 0.001534 10.0.0.249 - - [2026-02-12 02:15:50] "GET /project/75a3de46-6862-49d7-bb3f-45cbf3619e69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000401 10.0.0.249 - - [2026-02-12 02:15:50] "GET /projects?obj_uuids=75a3de46-6862-49d7-bb3f-45cbf3619e69&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001059 10.0.0.249 - - [2026-02-12 02:15:50] "GET /project/75a3de46-6862-49d7-bb3f-45cbf3619e69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.053470 10.0.0.249 - - [2026-02-12 02:15:50] "POST /neutron/network HTTP/1.1" 200 833 0.030448 10.0.0.249 - - [2026-02-12 02:15:50] "POST /neutron/port HTTP/1.1" 200 117 0.005379 10.0.0.249 - - [2026-02-12 02:15:50] "POST /neutron/port HTTP/1.1" 200 117 0.003967 10.0.0.249 - - [2026-02-12 02:15:50] "POST /neutron/port HTTP/1.1" 200 117 0.004854 10.0.0.249 - - [2026-02-12 02:15:51] "POST /neutron/network HTTP/1.1" 200 843 0.006001 10.0.0.249 - - [2026-02-12 02:15:51] "GET /projects?obj_uuids=75a3de46-6862-49d7-bb3f-45cbf3619e69&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001144 10.0.0.249 - - [2026-02-12 02:15:51] "POST /neutron/port HTTP/1.1" 200 1058 0.188267 10.0.0.249 - - [2026-02-12 02:15:51] "POST /neutron/port HTTP/1.1" 200 1058 0.037433 10.0.0.249 - - [2026-02-12 02:15:51] "POST /neutron/port HTTP/1.1" 200 1058 0.008468 10.0.0.249 - - [2026-02-12 02:15:51] "POST /neutron/port HTTP/1.1" 200 1112 0.054692 10.0.0.249 - - [2026-02-12 02:15:51] "POST /neutron/port HTTP/1.1" 200 1122 0.011901 10.0.0.249 - - [2026-02-12 02:15:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002884 10.0.0.249 - - [2026-02-12 02:15:51] "POST /neutron/subnet HTTP/1.1" 200 685 0.006304 10.0.0.249 - - [2026-02-12 02:15:51] "POST /neutron/port HTTP/1.1" 200 117 0.001220 10.0.0.249 - - [2026-02-12 02:15:51] "POST /neutron/network HTTP/1.1" 200 833 0.005455 10.0.0.249 - - [2026-02-12 02:15:54] "POST /neutron/port HTTP/1.1" 200 1122 0.015136 10.0.0.249 - - [2026-02-12 02:15:54] "POST /neutron/port HTTP/1.1" 200 1122 0.012565 10.0.0.249 - - [2026-02-12 02:15:54] "POST /neutron/network HTTP/1.1" 200 843 0.006515 10.0.0.249 - - [2026-02-12 02:15:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003073 10.0.0.249 - - [2026-02-12 02:15:55] "POST /neutron/subnet HTTP/1.1" 200 685 0.006052 10.0.0.249 - - [2026-02-12 02:15:55] "POST /neutron/port HTTP/1.1" 200 117 0.001270 10.0.0.249 - - [2026-02-12 02:15:55] "POST /neutron/network HTTP/1.1" 200 833 0.005490 10.0.0.249 - - [2026-02-12 02:15:55] "POST /neutron/port HTTP/1.1" 200 1122 0.014102 10.0.0.249 - - [2026-02-12 02:15:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005478 10.0.0.249 - - [2026-02-12 02:15:55] "POST /neutron/port HTTP/1.1" 200 1122 0.011923 10.0.0.249 - - [2026-02-12 02:15:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005932 10.0.0.249 - - [2026-02-12 02:15:56] "POST /neutron/port HTTP/1.1" 200 1122 0.012358 10.0.0.249 - - [2026-02-12 02:15:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006120 10.0.0.249 - - [2026-02-12 02:15:56] "GET /virtual-machine/df01428a-331a-483a-8f5c-81495d6ae5c6 HTTP/1.1" 200 1296 0.004892 10.0.0.249 - - [2026-02-12 02:15:56] "GET /virtual-machine-interface/a0ac87b2-2e9b-47fb-96ab-80aa78504def HTTP/1.1" 200 2972 0.005824 10.0.0.249 - - [2026-02-12 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002766 10.0.0.249 - - [2026-02-12 02:15:56] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003293 10.0.0.249 - - [2026-02-12 02:15:56] "GET /virtual-networks?parent_id=75a3de46-6862-49d7-bb3f-45cbf3619e69&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004107 10.0.0.249 - - [2026-02-12 02:15:56] "GET /virtual-network/8247b3f5-19b7-4600-b922-d03a7ee32db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005674 10.0.0.249 - - [2026-02-12 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.249 - - [2026-02-12 02:15:59] "GET /virtual-network/8247b3f5-19b7-4600-b922-d03a7ee32db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007533 10.0.0.249 - - [2026-02-12 02:16:00] "POST /neutron/port HTTP/1.1" 200 1122 0.012949 10.0.0.249 - - [2026-02-12 02:16:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007006 10.0.0.249 - - [2026-02-12 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.249 - - [2026-02-12 02:16:01] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003140 10.0.0.249 - - [2026-02-12 02:16:01] "GET /virtual-networks?parent_id=75a3de46-6862-49d7-bb3f-45cbf3619e69&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003162 10.0.0.249 - - [2026-02-12 02:16:01] "GET /virtual-network/8247b3f5-19b7-4600-b922-d03a7ee32db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005164 10.0.0.249 - - [2026-02-12 02:16:01] "POST /neutron/port HTTP/1.1" 200 1122 0.016032 10.0.0.249 - - [2026-02-12 02:16:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006619 10.0.0.249 - - [2026-02-12 02:16:11] "POST /neutron/network HTTP/1.1" 200 807 0.010547 10.0.0.249 - - [2026-02-12 02:16:11] "POST /neutron/network HTTP/1.1" 200 833 0.005168 10.0.0.249 - - [2026-02-12 02:16:11] "POST /id-to-fqname HTTP/1.1" 200 227 0.001074 10.0.0.249 - - [2026-02-12 02:16:11] "POST /neutron/port HTTP/1.1" 200 1122 0.013953 10.0.0.249 - - [2026-02-12 02:16:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008024 10.0.0.249 - - [2026-02-12 02:16:11] "POST /neutron/network HTTP/1.1" 200 843 0.005331 10.0.0.249 - - [2026-02-12 02:16:11] "GET /aaa-mode HTTP/1.1" 401 293 0.000378 10.0.0.249 - - [2026-02-12 02:16:11] "GET / HTTP/1.1" 200 36215 0.001763 10.0.0.249 - - [2026-02-12 02:16:11] "GET /project/75a3de46-6862-49d7-bb3f-45cbf3619e69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000479 10.0.0.249 - - [2026-02-12 02:16:12] "GET /projects?obj_uuids=75a3de46-6862-49d7-bb3f-45cbf3619e69&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001106 10.0.0.249 - - [2026-02-12 02:16:12] "GET /project/75a3de46-6862-49d7-bb3f-45cbf3619e69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.053997 10.0.0.249 - - [2026-02-12 02:16:12] "POST /neutron/network HTTP/1.1" 200 833 0.005224 10.0.0.249 - - [2026-02-12 02:16:12] "POST /neutron/port HTTP/1.1" 200 1122 0.013834 10.0.0.249 - - [2026-02-12 02:16:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005510 10.0.0.249 - - [2026-02-12 02:16:12] "POST /neutron/port HTTP/1.1" 200 117 0.004815 10.0.0.249 - - [2026-02-12 02:16:12] "POST /neutron/port HTTP/1.1" 200 117 0.004874 10.0.0.249 - - [2026-02-12 02:16:12] "POST /neutron/network HTTP/1.1" 200 843 0.005568 10.0.0.249 - - [2026-02-12 02:16:12] "GET /projects?obj_uuids=75a3de46-6862-49d7-bb3f-45cbf3619e69&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001452 10.0.0.249 - - [2026-02-12 02:16:12] "POST /neutron/port HTTP/1.1" 200 1058 0.168822 10.0.0.249 - - [2026-02-12 02:16:12] "POST /neutron/port HTTP/1.1" 200 1058 0.010623 10.0.0.249 - - [2026-02-12 02:16:12] "POST /neutron/port HTTP/1.1" 200 1058 0.009640 10.0.0.249 - - [2026-02-12 02:16:12] "POST /neutron/port HTTP/1.1" 200 1112 0.050670 10.0.0.249 - - [2026-02-12 02:16:13] "POST /neutron/port HTTP/1.1" 200 1122 0.012522 10.0.0.249 - - [2026-02-12 02:16:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003021 10.0.0.249 - - [2026-02-12 02:16:13] "POST /neutron/subnet HTTP/1.1" 200 685 0.006977 10.0.0.249 - - [2026-02-12 02:16:13] "POST /neutron/port HTTP/1.1" 200 117 0.001244 10.0.0.249 - - [2026-02-12 02:16:13] "POST /neutron/network HTTP/1.1" 200 833 0.005018 10.0.0.249 - - [2026-02-12 02:16:17] "POST /neutron/port HTTP/1.1" 200 1122 0.011383 10.0.0.249 - - [2026-02-12 02:16:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006826 10.0.0.249 - - [2026-02-12 02:16:17] "POST /neutron/port HTTP/1.1" 200 1122 0.011073 10.0.0.249 - - [2026-02-12 02:16:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006296 10.0.0.249 - - [2026-02-12 02:16:17] "POST /neutron/port HTTP/1.1" 200 1122 0.011245 10.0.0.249 - - [2026-02-12 02:16:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006736 10.0.0.249 - - [2026-02-12 02:16:17] "GET /virtual-machine/51e0d7ac-1d9c-4bf1-bc3d-a655367717f9 HTTP/1.1" 200 1295 0.004341 10.0.0.249 - - [2026-02-12 02:16:17] "GET /virtual-machine-interface/b1215e43-c90d-42c9-942a-f34d42d8a39b HTTP/1.1" 200 2972 0.004217 10.0.0.249 - - [2026-02-12 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.249 - - [2026-02-12 02:16:17] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003475 10.0.0.249 - - [2026-02-12 02:16:17] "GET /virtual-networks?parent_id=75a3de46-6862-49d7-bb3f-45cbf3619e69&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003147 10.0.0.249 - - [2026-02-12 02:16:17] "GET /virtual-network/8247b3f5-19b7-4600-b922-d03a7ee32db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005936 10.0.0.249 - - [2026-02-12 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.249 - - [2026-02-12 02:16:20] "GET /virtual-network/8247b3f5-19b7-4600-b922-d03a7ee32db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005372 10.0.0.249 - - [2026-02-12 02:16:21] "POST /neutron/port HTTP/1.1" 200 1122 0.040456 10.0.0.249 - - [2026-02-12 02:16:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007028 10.0.0.249 - - [2026-02-12 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.249 - - [2026-02-12 02:16:23] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003783 10.0.0.249 - - [2026-02-12 02:16:23] "GET /virtual-networks?parent_id=75a3de46-6862-49d7-bb3f-45cbf3619e69&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002896 10.0.0.249 - - [2026-02-12 02:16:23] "GET /virtual-network/8247b3f5-19b7-4600-b922-d03a7ee32db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005930 10.0.0.249 - - [2026-02-12 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002633 10.0.0.249 - - [2026-02-12 02:16:29] "DELETE /virtual-DNS/86f5b42c-0bad-4965-8898-6e06c859418c HTTP/1.1" 409 236 0.005567 10.0.0.249 - - [2026-02-12 02:16:29] "POST /fqname-to-id HTTP/1.1" 404 192 0.002376 10.0.0.249 - - [2026-02-12 02:16:30] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.015580 10.0.0.249 - - [2026-02-12 02:16:30] "GET /virtual-DNS-record/e3bad4a7-076b-49e8-9c18-642d3fa79e4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.004405 10.0.0.249 - - [2026-02-12 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.249 - - [2026-02-12 02:16:30] "GET /virtual-DNS-record/e3bad4a7-076b-49e8-9c18-642d3fa79e4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.003510 10.0.0.249 - - [2026-02-12 02:16:30] "GET /domains HTTP/1.1" 200 281 0.003117 10.0.0.249 - - [2026-02-12 02:16:30] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000932 10.0.0.249 - - [2026-02-12 02:16:30] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 2971 0.007671 10.0.0.249 - - [2026-02-12 02:16:30] "GET /virtual-DNS/86f5b42c-0bad-4965-8898-6e06c859418c HTTP/1.1" 200 1910 0.004433 10.0.0.249 - - [2026-02-12 02:16:30] "GET /virtual-DNS-record/e3bad4a7-076b-49e8-9c18-642d3fa79e4f HTTP/1.1" 200 1339 0.002404 10.0.0.249 - - [2026-02-12 02:16:35] "DELETE /virtual-DNS-record/e3bad4a7-076b-49e8-9c18-642d3fa79e4f HTTP/1.1" 200 115 0.018376 10.0.0.249 - - [2026-02-12 02:16:35] "POST /fqname-to-id HTTP/1.1" 404 184 0.002305 10.0.0.249 - - [2026-02-12 02:16:35] "POST /neutron/network HTTP/1.1" 200 833 0.006640 10.0.0.249 - - [2026-02-12 02:16:35] "POST /neutron/network HTTP/1.1" 400 204 0.009577 10.0.0.249 - - [2026-02-12 02:16:36] "POST /neutron/port HTTP/1.1" 200 1122 0.014401 10.0.0.249 - - [2026-02-12 02:16:36] "POST /neutron/port HTTP/1.1" 200 1112 0.011198 10.0.0.249 - - [2026-02-12 02:16:36] "POST /neutron/port HTTP/1.1" 200 1122 0.019992 10.0.0.249 - - [2026-02-12 02:16:36] "POST /neutron/port HTTP/1.1" 200 1112 0.008926 10.0.0.249 - - [2026-02-12 02:16:36] "POST /neutron/port HTTP/1.1" 200 151 0.126695 10.0.0.249 - - [2026-02-12 02:16:36] "POST /neutron/port HTTP/1.1" 200 151 0.126330 10.0.0.249 - - [2026-02-12 02:16:37] "DELETE /project/75a3de46686249d7bb3f45cbf3619e69 HTTP/1.1" 404 173 0.005366 10.0.0.249 - - [2026-02-12 02:16:37] "POST /neutron/network HTTP/1.1" 200 833 0.010841 10.0.0.249 - - [2026-02-12 02:16:37] "GET /projects?obj_uuids=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000857 10.0.0.249 - - [2026-02-12 02:16:37] "GET /project/0050383d-0ada-465e-965f-6b4b644ee723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.031719 10.0.0.249 - - [2026-02-12 02:16:37] "GET /projects?obj_uuids=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000897 10.0.0.249 - - [2026-02-12 02:16:38] "GET /project/0050383d-0ada-465e-965f-6b4b644ee723?fields=security_groups HTTP/1.1" 200 1365 0.075848 10.0.0.249 - - [2026-02-12 02:16:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.249 - - [2026-02-12 02:16:38] "POST /useragent-kv HTTP/1.1" 200 115 0.021571 10.0.0.249 - - [2026-02-12 02:16:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004121 10.0.0.249 - - [2026-02-12 02:16:38] "DELETE /security-group/a41447dd-8750-4934-b029-b3dd8e44dfaf HTTP/1.1" 200 115 0.112226 10.0.0.249 - - [2026-02-12 02:16:38] "GET /projects?obj_uuids=0050383d-0ada-465e-965f-6b4b644ee723&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000910 10.0.0.249 - - [2026-02-12 02:16:38] "DELETE /route-target/ad81f50a-8c80-42f6-8119-a15ea685b1a5 HTTP/1.1" 200 115 0.049268 10.0.0.249 - - [2026-02-12 02:16:38] "POST /neutron/network HTTP/1.1" 200 151 0.262856 10.0.0.249 - - [2026-02-12 02:16:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002493 10.0.0.249 - - [2026-02-12 02:16:38] "DELETE /access-control-list/abb05cff-82e6-4c3e-9138-dccb705a29db HTTP/1.1" 200 115 0.024139 10.0.0.249 - - [2026-02-12 02:16:38] "DELETE /network-ipam/8459c1b5-9735-41e7-8877-147ba662875c HTTP/1.1" 200 115 0.029817 10.0.0.249 - - [2026-02-12 02:16:38] "GET /project/0050383d-0ada-465e-965f-6b4b644ee723?fields=application_policy_sets HTTP/1.1" 200 1404 0.082884 10.0.0.249 - - [2026-02-12 02:16:38] "DELETE /access-control-list/f7798178-1658-41dc-9372-e0026e80eff1 HTTP/1.1" 200 115 0.050790 10.0.0.249 - - [2026-02-12 02:16:38] "DELETE /virtual-DNS/86f5b42c-0bad-4965-8898-6e06c859418c HTTP/1.1" 200 115 0.052303 10.0.0.249 - - [2026-02-12 02:16:38] "POST /fqname-to-id HTTP/1.1" 404 180 0.002086 10.0.0.249 - - [2026-02-12 02:16:38] "GET /domains HTTP/1.1" 200 281 0.003815 10.0.0.249 - - [2026-02-12 02:16:38] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988 10.0.0.249 - - [2026-02-12 02:16:38] "DELETE /project/0050383d-0ada-465e-965f-6b4b644ee723 HTTP/1.1" 200 115 0.461855 10.0.0.249 - - [2026-02-12 02:16:38] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 2585 0.049798 10.0.0.249 - - [2026-02-12 02:16:38] "GET /projects?obj_uuids=75a3de46-6862-49d7-bb3f-45cbf3619e69&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001019 10.0.0.249 - - [2026-02-12 02:16:38] "GET /project/75a3de46-6862-49d7-bb3f-45cbf3619e69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.027834 10.0.0.249 - - [2026-02-12 02:16:38] "GET /projects?obj_uuids=75a3de46-6862-49d7-bb3f-45cbf3619e69&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000907 10.0.0.249 - - [2026-02-12 02:16:38] "GET /project/75a3de46-6862-49d7-bb3f-45cbf3619e69?fields=virtual_networks HTTP/1.1" 200 1046 0.065223 10.0.0.249 - - [2026-02-12 02:16:38] "GET /projects?obj_uuids=75a3de46-6862-49d7-bb3f-45cbf3619e69&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000989 10.0.0.249 - - [2026-02-12 02:16:38] "GET /project/75a3de46-6862-49d7-bb3f-45cbf3619e69?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.025576 10.0.0.249 - - [2026-02-12 02:16:38] "GET /projects?obj_uuids=75a3de46-6862-49d7-bb3f-45cbf3619e69&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001056 10.0.0.249 - - [2026-02-12 02:16:38] "GET /project/75a3de46-6862-49d7-bb3f-45cbf3619e69?fields=security_groups HTTP/1.1" 200 1274 0.020772 10.0.0.249 - - [2026-02-12 02:16:39] "POST /fqname-to-id HTTP/1.1" 404 189 0.026983 10.0.0.249 - - [2026-02-12 02:16:39] "GET /projects?obj_uuids=9fa0f236-31d9-4e59-b647-b19b93c85191&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002090 10.0.0.249 - - [2026-02-12 02:16:39] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000882 10.0.0.249 - - [2026-02-12 02:16:39] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006599 10.0.0.249 - - [2026-02-12 02:16:39] "POST /id-to-fqname HTTP/1.1" 200 191 0.001390 10.0.0.249 - - [2026-02-12 02:16:39] "POST /fqname-to-id HTTP/1.1" 404 200 0.001908 10.0.0.249 - - [2026-02-12 02:16:40] "POST /security-groups HTTP/1.1" 200 592 0.060560 10.0.0.249 - - [2026-02-12 02:16:40] "POST /fqname-to-id HTTP/1.1" 404 235 0.003092 10.0.0.249 - - [2026-02-12 02:16:40] "POST /projects HTTP/1.1" 200 587 0.204033 10.0.0.249 - - [2026-02-12 02:16:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.280380 10.0.0.249 - - [2026-02-12 02:16:40] "POST /access-control-lists HTTP/1.1" 200 599 0.059839 10.0.0.249 - - [2026-02-12 02:16:40] "POST /fqname-to-id HTTP/1.1" 404 234 0.003032 10.0.0.249 - - [2026-02-12 02:16:40] "GET /project/9fa0f236-31d9-4e59-b647-b19b93c85191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.411221 10.0.0.249 - - [2026-02-12 02:16:40] "POST /access-control-lists HTTP/1.1" 200 597 0.064450 10.0.0.249 - - [2026-02-12 02:16:41] "GET / HTTP/1.1" 200 36215 0.002120 10.0.0.249 - - [2026-02-12 02:16:42] "POST /fqname-to-id HTTP/1.1" 401 293 0.000533 10.0.0.249 - - [2026-02-12 02:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.062255 10.0.0.249 - - [2026-02-12 02:16:42] "GET /projects?obj_uuids=9fa0f236-31d9-4e59-b647-b19b93c85191&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001005 10.0.0.249 - - [2026-02-12 02:16:42] "GET /project/9fa0f236-31d9-4e59-b647-b19b93c85191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.022401 10.0.0.249 - - [2026-02-12 02:16:42] "POST /neutron/network HTTP/1.1" 200 117 0.038177 10.0.0.249 - - [2026-02-12 02:16:42] "GET /projects?obj_uuids=9fa0f236-31d9-4e59-b647-b19b93c85191&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001849 10.0.0.249 - - [2026-02-12 02:16:42] "POST /neutron/network HTTP/1.1" 200 606 0.062389 10.0.0.249 - - [2026-02-12 02:16:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002920 10.0.0.249 - - [2026-02-12 02:16:42] "POST /neutron/subnet HTTP/1.1" 200 724 0.180487 10.0.0.249 - - [2026-02-12 02:16:42] "POST /neutron/network HTTP/1.1" 200 825 0.004813 10.0.0.249 - - [2026-02-12 02:16:42] "POST /id-to-fqname HTTP/1.1" 200 221 0.001224 10.0.0.249 - - [2026-02-12 02:16:42] "GET /virtual-network/3c88f1bd-8b2d-4b17-96b8-0439a32b0de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006615 10.0.0.249 - - [2026-02-12 02:16:42] "POST /neutron/network HTTP/1.1" 200 825 0.006084 10.0.0.249 - - [2026-02-12 02:16:42] "GET /virtual-network/3c88f1bd-8b2d-4b17-96b8-0439a32b0de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005220 10.0.0.249 - - [2026-02-12 02:16:42] "POST /neutron/network HTTP/1.1" 200 825 0.005462 10.0.0.249 - - [2026-02-12 02:16:42] "POST /neutron/subnet HTTP/1.1" 200 724 0.010863 10.0.0.249 - - [2026-02-12 02:16:43] "POST /id-to-fqname HTTP/1.1" 200 221 0.003815 10.0.0.249 - - [2026-02-12 02:16:43] "POST /route-targets HTTP/1.1" 200 328 0.017691 10.0.0.249 - - [2026-02-12 02:16:43] "POST /ref-update HTTP/1.1" 200 156 0.012169 10.0.0.249 - - [2026-02-12 02:16:43] "POST /neutron/network HTTP/1.1" 200 835 0.004905 10.0.0.249 - - [2026-02-12 02:16:43] "GET /aaa-mode HTTP/1.1" 401 293 0.000462 10.0.0.249 - - [2026-02-12 02:16:43] "GET / HTTP/1.1" 200 36215 0.001807 10.0.0.249 - - [2026-02-12 02:16:43] "GET /project/9fa0f236-31d9-4e59-b647-b19b93c85191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000391 10.0.0.249 - - [2026-02-12 02:16:44] "GET /projects?obj_uuids=9fa0f236-31d9-4e59-b647-b19b93c85191&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001038 10.0.0.249 - - [2026-02-12 02:16:44] "GET /project/9fa0f236-31d9-4e59-b647-b19b93c85191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.322877 10.0.0.249 - - [2026-02-12 02:16:44] "POST /neutron/network HTTP/1.1" 200 825 0.006071 10.0.0.249 - - [2026-02-12 02:16:44] "GET /obj-perms HTTP/1.1" 200 5075 0.076455 10.0.0.249 - - [2026-02-12 02:16:44] "POST /neutron/port HTTP/1.1" 200 117 0.004857 10.0.0.249 - - [2026-02-12 02:16:44] "POST /neutron/port HTTP/1.1" 200 117 0.005304 10.0.0.249 - - [2026-02-12 02:16:44] "POST /id-to-fqname HTTP/1.1" 200 221 0.001462 10.0.0.249 - - [2026-02-12 02:16:44] "POST /neutron/port HTTP/1.1" 200 117 0.004719 10.0.0.249 - - [2026-02-12 02:16:44] "POST /neutron/network HTTP/1.1" 200 835 0.008151 10.0.0.249 - - [2026-02-12 02:16:44] "GET /aaa-mode HTTP/1.1" 401 293 0.000448 10.0.0.249 - - [2026-02-12 02:16:44] "GET /obj-perms HTTP/1.1" 200 5075 0.059879 10.0.0.249 - - [2026-02-12 02:16:44] "POST /neutron/network HTTP/1.1" 200 835 0.008504 10.0.0.249 - - [2026-02-12 02:16:44] "GET /projects?obj_uuids=9fa0f236-31d9-4e59-b647-b19b93c85191&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001112 10.0.0.249 - - [2026-02-12 02:16:44] "GET / HTTP/1.1" 200 36215 0.006753 10.0.0.249 - - [2026-02-12 02:16:44] "GET /project/9fa0f236-31d9-4e59-b647-b19b93c85191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000424 10.0.0.249 - - [2026-02-12 02:16:44] "POST /neutron/port HTTP/1.1" 200 1061 0.202471 10.0.0.249 - - [2026-02-12 02:16:45] "POST /neutron/port HTTP/1.1" 200 1061 0.009806 10.0.0.249 - - [2026-02-12 02:16:45] "POST /neutron/port HTTP/1.1" 200 1061 0.010942 10.0.0.249 - - [2026-02-12 02:16:45] "POST /neutron/port HTTP/1.1" 200 1115 0.060218 10.0.0.249 - - [2026-02-12 02:16:45] "POST /neutron/port HTTP/1.1" 200 1125 0.011008 10.0.0.249 - - [2026-02-12 02:16:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003533 10.0.0.249 - - [2026-02-12 02:16:45] "POST /neutron/subnet HTTP/1.1" 200 698 0.008132 10.0.0.249 - - [2026-02-12 02:16:45] "POST /neutron/port HTTP/1.1" 200 117 0.001196 10.0.0.249 - - [2026-02-12 02:16:45] "POST /neutron/network HTTP/1.1" 200 825 0.006180 10.0.0.249 - - [2026-02-12 02:16:45] "GET /projects?obj_uuids=9fa0f236-31d9-4e59-b647-b19b93c85191&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000957 10.0.0.249 - - [2026-02-12 02:16:45] "GET /project/9fa0f236-31d9-4e59-b647-b19b93c85191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.058851 10.0.0.249 - - [2026-02-12 02:16:45] "POST /neutron/network HTTP/1.1" 200 825 0.005613 10.0.0.249 - - [2026-02-12 02:16:45] "POST /neutron/port HTTP/1.1" 200 1125 0.021159 10.0.0.249 - - [2026-02-12 02:16:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013772 10.0.0.249 - - [2026-02-12 02:16:45] "POST /neutron/port HTTP/1.1" 200 117 0.005836 10.0.0.249 - - [2026-02-12 02:16:45] "POST /neutron/port HTTP/1.1" 200 1125 0.010672 10.0.0.249 - - [2026-02-12 02:16:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006352 10.0.0.249 - - [2026-02-12 02:16:45] "POST /neutron/network HTTP/1.1" 200 835 0.007622 10.0.0.249 - - [2026-02-12 02:16:45] "GET /projects?obj_uuids=9fa0f236-31d9-4e59-b647-b19b93c85191&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000971 10.0.0.249 - - [2026-02-12 02:16:46] "POST /neutron/port HTTP/1.1" 200 1061 0.205372 10.0.0.249 - - [2026-02-12 02:16:46] "POST /neutron/port HTTP/1.1" 200 1061 0.017737 10.0.0.249 - - [2026-02-12 02:16:46] "POST /neutron/port HTTP/1.1" 200 1061 0.023088 10.0.0.249 - - [2026-02-12 02:16:46] "POST /neutron/port HTTP/1.1" 200 1115 0.085839 10.0.0.249 - - [2026-02-12 02:16:46] "POST /neutron/port HTTP/1.1" 200 1125 0.014520 10.0.0.249 - - [2026-02-12 02:16:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003402 10.0.0.249 - - [2026-02-12 02:16:46] "POST /neutron/subnet HTTP/1.1" 200 698 0.007353 10.0.0.249 - - [2026-02-12 02:16:46] "POST /neutron/port HTTP/1.1" 200 117 0.001128 10.0.0.249 - - [2026-02-12 02:16:46] "POST /neutron/network HTTP/1.1" 200 825 0.007590 10.0.0.249 - - [2026-02-12 02:16:50] "POST /neutron/port HTTP/1.1" 200 1125 0.011502 10.0.0.249 - - [2026-02-12 02:16:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005413 10.0.0.249 - - [2026-02-12 02:16:50] "POST /neutron/port HTTP/1.1" 200 1125 0.012401 10.0.0.249 - - [2026-02-12 02:16:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005256 10.0.0.249 - - [2026-02-12 02:16:51] "POST /neutron/port HTTP/1.1" 200 1125 0.010797 10.0.0.249 - - [2026-02-12 02:16:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005856 10.0.0.249 - - [2026-02-12 02:16:51] "GET /virtual-machine/2fa10087-d884-4ba1-928e-72a08bad0f13 HTTP/1.1" 401 293 0.000448 10.0.0.249 - - [2026-02-12 02:16:51] "GET /virtual-machine/2fa10087-d884-4ba1-928e-72a08bad0f13 HTTP/1.1" 200 1295 0.030419 10.0.0.249 - - [2026-02-12 02:16:51] "GET /virtual-machine-interface/2e37e2c5-d0bc-42ae-8727-32dbe0c733ad HTTP/1.1" 200 2952 0.004446 10.0.0.249 - - [2026-02-12 02:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.249 - - [2026-02-12 02:16:51] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002846 10.0.0.249 - - [2026-02-12 02:16:51] "GET /virtual-networks?parent_id=9fa0f236-31d9-4e59-b647-b19b93c85191&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002743 10.0.0.249 - - [2026-02-12 02:16:51] "GET /virtual-network/3c88f1bd-8b2d-4b17-96b8-0439a32b0de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005335 10.0.0.249 - - [2026-02-12 02:16:53] "POST /neutron/port HTTP/1.1" 200 1125 0.011714 10.0.0.249 - - [2026-02-12 02:16:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004943 10.0.0.249 - - [2026-02-12 02:16:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002734 10.0.0.249 - - [2026-02-12 02:16:54] "GET /virtual-network/3c88f1bd-8b2d-4b17-96b8-0439a32b0de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004337 10.0.0.249 - - [2026-02-12 02:16:55] "POST /neutron/port HTTP/1.1" 200 1125 0.012803 10.0.0.249 - - [2026-02-12 02:16:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005639 10.0.0.249 - - [2026-02-12 02:16:55] "POST /neutron/port HTTP/1.1" 200 1125 0.012542 10.0.0.249 - - [2026-02-12 02:16:55] "POST /neutron/port HTTP/1.1" 200 1125 0.011599 10.0.0.249 - - [2026-02-12 02:16:55] "POST /neutron/network HTTP/1.1" 200 835 0.006607 10.0.0.249 - - [2026-02-12 02:16:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003333 10.0.0.249 - - [2026-02-12 02:16:55] "POST /neutron/subnet HTTP/1.1" 200 698 0.007108 10.0.0.249 - - [2026-02-12 02:16:55] "POST /neutron/port HTTP/1.1" 200 117 0.001381 10.0.0.249 - - [2026-02-12 02:16:55] "POST /neutron/network HTTP/1.1" 200 825 0.005100 10.0.0.249 - - [2026-02-12 02:16:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.249 - - [2026-02-12 02:16:56] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003715 10.0.0.249 - - [2026-02-12 02:16:56] "GET /virtual-networks?parent_id=9fa0f236-31d9-4e59-b647-b19b93c85191&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003233 10.0.0.249 - - [2026-02-12 02:16:56] "GET /virtual-network/3c88f1bd-8b2d-4b17-96b8-0439a32b0de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005771 10.0.0.249 - - [2026-02-12 02:16:57] "POST /neutron/port HTTP/1.1" 200 1125 0.013688 10.0.0.249 - - [2026-02-12 02:16:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005936 10.0.0.249 - - [2026-02-12 02:16:57] "POST /neutron/port HTTP/1.1" 200 1125 0.012933 10.0.0.249 - - [2026-02-12 02:16:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006111 10.0.0.249 - - [2026-02-12 02:16:57] "POST /neutron/port HTTP/1.1" 200 1125 0.014506 10.0.0.249 - - [2026-02-12 02:16:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006351 10.0.0.249 - - [2026-02-12 02:16:57] "GET /virtual-machine/41342350-1fca-4ee2-8926-de40c6540715 HTTP/1.1" 200 1294 0.006186 10.0.0.249 - - [2026-02-12 02:16:57] "GET /virtual-machine-interface/b643b848-1b19-4ac0-a732-a2ddcea9ba16 HTTP/1.1" 200 2954 0.005131 10.0.0.249 - - [2026-02-12 02:16:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.249 - - [2026-02-12 02:16:57] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003286 10.0.0.249 - - [2026-02-12 02:16:57] "GET /virtual-networks?parent_id=9fa0f236-31d9-4e59-b647-b19b93c85191&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003454 10.0.0.249 - - [2026-02-12 02:16:57] "GET /virtual-network/3c88f1bd-8b2d-4b17-96b8-0439a32b0de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005114 10.0.0.249 - - [2026-02-12 02:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.249 - - [2026-02-12 02:16:58] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003222 10.0.0.249 - - [2026-02-12 02:16:58] "GET /virtual-networks?parent_id=9fa0f236-31d9-4e59-b647-b19b93c85191&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003091 10.0.0.249 - - [2026-02-12 02:16:58] "GET /virtual-network/3c88f1bd-8b2d-4b17-96b8-0439a32b0de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.009974 10.0.0.249 - - [2026-02-12 02:17:03] "POST /neutron/network HTTP/1.1" 200 825 0.009205 10.0.0.249 - - [2026-02-12 02:17:03] "POST /neutron/network HTTP/1.1" 400 204 0.009278 10.0.0.249 - - [2026-02-12 02:17:03] "POST /neutron/port HTTP/1.1" 200 1125 0.012928 10.0.0.249 - - [2026-02-12 02:17:03] "POST /neutron/port HTTP/1.1" 200 1115 0.011143 10.0.0.249 - - [2026-02-12 02:17:03] "POST /neutron/port HTTP/1.1" 200 1125 0.015322 10.0.0.249 - - [2026-02-12 02:17:03] "POST /neutron/port HTTP/1.1" 200 1115 0.016032 10.0.0.249 - - [2026-02-12 02:17:03] "POST /neutron/port HTTP/1.1" 200 151 0.109407 10.0.0.249 - - [2026-02-12 02:17:03] "POST /neutron/port HTTP/1.1" 200 151 0.104892 10.0.0.249 - - [2026-02-12 02:17:05] "POST /neutron/network HTTP/1.1" 200 825 0.005171 10.0.0.249 - - [2026-02-12 02:17:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003582 10.0.0.249 - - [2026-02-12 02:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.249 - - [2026-02-12 02:17:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002342 10.0.0.249 - - [2026-02-12 02:17:05] "POST /neutron/network HTTP/1.1" 200 151 0.070523 10.0.0.249 - - [2026-02-12 02:17:05] "DELETE /route-target/f34a135f-068b-4fcf-8974-91cdb939ee1d HTTP/1.1" 200 115 0.013861 10.0.0.249 - - [2026-02-12 02:17:05] "GET /projects?obj_uuids=9fa0f236-31d9-4e59-b647-b19b93c85191&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001103 10.0.0.249 - - [2026-02-12 02:17:05] "GET /project/9fa0f236-31d9-4e59-b647-b19b93c85191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.024113 10.0.0.249 - - [2026-02-12 02:17:05] "GET /projects?obj_uuids=9fa0f236-31d9-4e59-b647-b19b93c85191&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000992 10.0.0.249 - - [2026-02-12 02:17:05] "GET /project/9fa0f236-31d9-4e59-b647-b19b93c85191?fields=virtual_networks HTTP/1.1" 200 1047 0.065850 10.0.0.249 - - [2026-02-12 02:17:05] "GET /projects?obj_uuids=9fa0f236-31d9-4e59-b647-b19b93c85191&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000922 10.0.0.249 - - [2026-02-12 02:17:05] "GET /project/9fa0f236-31d9-4e59-b647-b19b93c85191?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.023384 10.0.0.249 - - [2026-02-12 02:17:05] "GET /projects?obj_uuids=9fa0f236-31d9-4e59-b647-b19b93c85191&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001289 10.0.0.249 - - [2026-02-12 02:17:05] "GET /project/9fa0f236-31d9-4e59-b647-b19b93c85191?fields=security_groups HTTP/1.1" 200 1275 0.029669 10.0.0.249 - - [2026-02-12 02:17:06] "POST /fqname-to-id HTTP/1.1" 404 188 0.028834 10.0.0.249 - - [2026-02-12 02:17:06] "GET /projects?obj_uuids=b642c390-8558-4ed6-8ca8-e598f9c593b7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002081 10.0.0.249 - - [2026-02-12 02:17:06] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000981 10.0.0.249 - - [2026-02-12 02:17:06] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006782 10.0.0.249 - - [2026-02-12 02:17:07] "POST /id-to-fqname HTTP/1.1" 200 190 0.001798 10.0.0.249 - - [2026-02-12 02:17:07] "POST /fqname-to-id HTTP/1.1" 404 199 0.003738 10.0.0.249 - - [2026-02-12 02:17:07] "POST /security-groups HTTP/1.1" 200 591 0.060482 10.0.0.249 - - [2026-02-12 02:17:07] "POST /fqname-to-id HTTP/1.1" 404 234 0.002781 10.0.0.249 - - [2026-02-12 02:17:07] "POST /projects HTTP/1.1" 200 585 0.207734 10.0.0.249 - - [2026-02-12 02:17:07] "POST /access-control-lists HTTP/1.1" 200 598 0.059985 10.0.0.249 - - [2026-02-12 02:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.279469 10.0.0.249 - - [2026-02-12 02:17:07] "POST /fqname-to-id HTTP/1.1" 404 233 0.002790 10.0.0.249 - - [2026-02-12 02:17:07] "GET /project/b642c390-8558-4ed6-8ca8-e598f9c593b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.399632 10.0.0.249 - - [2026-02-12 02:17:07] "POST /access-control-lists HTTP/1.1" 200 596 0.061694 10.0.0.249 - - [2026-02-12 02:17:08] "GET / HTTP/1.1" 200 36215 0.001805 10.0.0.249 - - [2026-02-12 02:17:09] "POST /fqname-to-id HTTP/1.1" 401 293 0.000546 10.0.0.249 - - [2026-02-12 02:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.071666 10.0.0.249 - - [2026-02-12 02:17:09] "GET /projects?obj_uuids=b642c390-8558-4ed6-8ca8-e598f9c593b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001027 10.0.0.249 - - [2026-02-12 02:17:09] "GET /project/b642c390-8558-4ed6-8ca8-e598f9c593b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.025970 10.0.0.249 - - [2026-02-12 02:17:09] "POST /neutron/network HTTP/1.1" 200 117 0.033898 10.0.0.249 - - [2026-02-12 02:17:09] "GET /projects?obj_uuids=b642c390-8558-4ed6-8ca8-e598f9c593b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001330 10.0.0.249 - - [2026-02-12 02:17:09] "POST /neutron/network HTTP/1.1" 200 625 0.065746 10.0.0.249 - - [2026-02-12 02:17:09] "POST /route-targets HTTP/1.1" 200 328 0.011182 10.0.0.249 - - [2026-02-12 02:17:09] "POST /ref-update HTTP/1.1" 200 156 0.013127 10.0.0.249 - - [2026-02-12 02:17:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003119 10.0.0.249 - - [2026-02-12 02:17:09] "POST /neutron/subnet HTTP/1.1" 200 701 0.196187 10.0.0.249 - - [2026-02-12 02:17:09] "POST /neutron/network HTTP/1.1" 200 839 0.005066 10.0.0.249 - - [2026-02-12 02:17:09] "POST /id-to-fqname HTTP/1.1" 200 230 0.001085 10.0.0.249 - - [2026-02-12 02:17:09] "GET /virtual-network/a6938c1a-e5e5-4513-b33c-2e1ce96d76c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004377 10.0.0.249 - - [2026-02-12 02:17:09] "POST /neutron/network HTTP/1.1" 200 839 0.005739 10.0.0.249 - - [2026-02-12 02:17:09] "GET /virtual-network/a6938c1a-e5e5-4513-b33c-2e1ce96d76c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005044 10.0.0.249 - - [2026-02-12 02:17:10] "POST /neutron/network HTTP/1.1" 200 839 0.004725 10.0.0.249 - - [2026-02-12 02:17:10] "POST /neutron/subnet HTTP/1.1" 200 701 0.005246 10.0.0.249 - - [2026-02-12 02:17:10] "POST /neutron/network HTTP/1.1" 200 839 0.004505 10.0.0.249 - - [2026-02-12 02:17:10] "POST /id-to-fqname HTTP/1.1" 200 230 0.000888 10.0.0.249 - - [2026-02-12 02:17:10] "POST /neutron/network HTTP/1.1" 200 849 0.005563 10.0.0.249 - - [2026-02-12 02:17:10] "GET /aaa-mode HTTP/1.1" 401 293 0.000482 10.0.0.249 - - [2026-02-12 02:17:10] "GET / HTTP/1.1" 200 36215 0.001636 10.0.0.249 - - [2026-02-12 02:17:10] "GET /project/b642c390-8558-4ed6-8ca8-e598f9c593b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000341 10.0.0.249 - - [2026-02-12 02:17:11] "GET /projects?obj_uuids=b642c390-8558-4ed6-8ca8-e598f9c593b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000908 10.0.0.249 - - [2026-02-12 02:17:11] "GET /project/b642c390-8558-4ed6-8ca8-e598f9c593b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.051950 10.0.0.249 - - [2026-02-12 02:17:11] "POST /neutron/network HTTP/1.1" 200 839 0.005094 10.0.0.249 - - [2026-02-12 02:17:11] "POST /neutron/port HTTP/1.1" 200 117 0.005665 10.0.0.249 - - [2026-02-12 02:17:11] "POST /neutron/port HTTP/1.1" 200 117 0.006524 10.0.0.249 - - [2026-02-12 02:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.249 - - [2026-02-12 02:17:11] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003001 10.0.0.249 - - [2026-02-12 02:17:11] "PUT /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717 HTTP/1.1" 200 277 0.009931 10.0.0.249 - - [2026-02-12 02:17:11] "POST /neutron/port HTTP/1.1" 200 117 0.004514 10.0.0.249 - - [2026-02-12 02:17:11] "POST /neutron/network HTTP/1.1" 200 849 0.004851 10.0.0.249 - - [2026-02-12 02:17:11] "GET /projects?obj_uuids=b642c390-8558-4ed6-8ca8-e598f9c593b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001072 10.0.0.249 - - [2026-02-12 02:17:11] "POST /neutron/port HTTP/1.1" 200 1055 0.266428 10.0.0.249 - - [2026-02-12 02:17:11] "POST /neutron/port HTTP/1.1" 200 1055 0.010111 10.0.0.249 - - [2026-02-12 02:17:11] "POST /neutron/port HTTP/1.1" 200 1055 0.010649 10.0.0.249 - - [2026-02-12 02:17:12] "POST /neutron/port HTTP/1.1" 200 1109 0.054773 10.0.0.249 - - [2026-02-12 02:17:12] "POST /neutron/port HTTP/1.1" 200 1119 0.014043 10.0.0.249 - - [2026-02-12 02:17:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003613 10.0.0.249 - - [2026-02-12 02:17:12] "POST /neutron/subnet HTTP/1.1" 200 675 0.007872 10.0.0.249 - - [2026-02-12 02:17:12] "POST /neutron/port HTTP/1.1" 200 117 0.001684 10.0.0.249 - - [2026-02-12 02:17:12] "POST /neutron/network HTTP/1.1" 200 839 0.005011 10.0.0.249 - - [2026-02-12 02:17:16] "POST /neutron/port HTTP/1.1" 200 1119 0.011837 10.0.0.249 - - [2026-02-12 02:17:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007714 10.0.0.249 - - [2026-02-12 02:17:16] "POST /neutron/port HTTP/1.1" 200 1119 0.010460 10.0.0.249 - - [2026-02-12 02:17:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006449 10.0.0.249 - - [2026-02-12 02:17:16] "POST /neutron/port HTTP/1.1" 200 1119 0.013729 10.0.0.249 - - [2026-02-12 02:17:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006172 10.0.0.249 - - [2026-02-12 02:17:16] "GET /virtual-machine/c467eef5-f32f-4835-bafb-b6bff099b4f7 HTTP/1.1" 401 293 0.000428 10.0.0.249 - - [2026-02-12 02:17:17] "GET /virtual-machine/c467eef5-f32f-4835-bafb-b6bff099b4f7 HTTP/1.1" 200 1295 0.031278 10.0.0.249 - - [2026-02-12 02:17:17] "GET /virtual-machine-interface/28b11074-a29a-401c-b0b6-1a6ed910446d HTTP/1.1" 200 2978 0.006528 10.0.0.249 - - [2026-02-12 02:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.249 - - [2026-02-12 02:17:17] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.004265 10.0.0.249 - - [2026-02-12 02:17:17] "GET /virtual-networks?parent_id=b642c390-8558-4ed6-8ca8-e598f9c593b7&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003138 10.0.0.249 - - [2026-02-12 02:17:17] "GET /virtual-network/a6938c1a-e5e5-4513-b33c-2e1ce96d76c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006332 10.0.0.249 - - [2026-02-12 02:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.249 - - [2026-02-12 02:17:20] "GET /virtual-network/a6938c1a-e5e5-4513-b33c-2e1ce96d76c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006037 10.0.0.249 - - [2026-02-12 02:17:21] "POST /neutron/port HTTP/1.1" 200 1119 0.011891 10.0.0.249 - - [2026-02-12 02:17:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005711 10.0.0.249 - - [2026-02-12 02:17:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002585 10.0.0.249 - - [2026-02-12 02:17:22] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.002697 10.0.0.249 - - [2026-02-12 02:17:22] "GET /virtual-networks?parent_id=b642c390-8558-4ed6-8ca8-e598f9c593b7&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003730 10.0.0.249 - - [2026-02-12 02:17:22] "GET /virtual-network/a6938c1a-e5e5-4513-b33c-2e1ce96d76c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004847 10.0.0.249 - - [2026-02-12 02:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.249 - - [2026-02-12 02:17:24] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.002814 10.0.0.249 - - [2026-02-12 02:17:24] "PUT /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717 HTTP/1.1" 200 277 0.009688 10.0.0.249 - - [2026-02-12 02:17:24] "POST /neutron/network HTTP/1.1" 200 839 0.005013 10.0.0.249 - - [2026-02-12 02:17:24] "POST /neutron/network HTTP/1.1" 400 204 0.010468 10.0.0.249 - - [2026-02-12 02:17:25] "POST /neutron/port HTTP/1.1" 200 1119 0.012913 10.0.0.249 - - [2026-02-12 02:17:25] "POST /neutron/port HTTP/1.1" 200 1109 0.010688 10.0.0.249 - - [2026-02-12 02:17:25] "POST /neutron/port HTTP/1.1" 200 151 0.098108 10.0.0.249 - - [2026-02-12 02:17:26] "POST /neutron/network HTTP/1.1" 200 839 0.005186 10.0.0.249 - - [2026-02-12 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.249 - - [2026-02-12 02:17:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003429 10.0.0.249 - - [2026-02-12 02:17:27] "POST /useragent-kv HTTP/1.1" 200 115 0.001582 10.0.0.249 - - [2026-02-12 02:17:27] "POST /neutron/network HTTP/1.1" 200 151 0.080529 10.0.0.249 - - [2026-02-12 02:17:27] "DELETE /route-target/9a972365-fef9-4cdf-8768-c5b075f7939b HTTP/1.1" 200 115 0.016408 10.0.0.249 - - [2026-02-12 02:17:27] "GET /global-vrouter-configs HTTP/1.1" 200 358 0.002612 10.0.0.249 - - [2026-02-12 02:17:27] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717 HTTP/1.1" 200 1885 0.002790 10.0.0.249 - - [2026-02-12 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002014 10.0.0.249 - - [2026-02-12 02:17:27] "GET /projects?obj_uuids=b642c390-8558-4ed6-8ca8-e598f9c593b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001172 10.0.0.249 - - [2026-02-12 02:17:27] "GET /project/b642c390-8558-4ed6-8ca8-e598f9c593b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.022481 10.0.0.249 - - [2026-02-12 02:17:27] "POST /neutron/network HTTP/1.1" 200 117 0.009211 10.0.0.249 - - [2026-02-12 02:17:27] "GET /projects?obj_uuids=b642c390-8558-4ed6-8ca8-e598f9c593b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000906 10.0.0.249 - - [2026-02-12 02:17:27] "POST /neutron/network HTTP/1.1" 200 605 0.074669 10.0.0.249 - - [2026-02-12 02:17:27] "POST /route-targets HTTP/1.1" 200 328 0.009798 10.0.0.249 - - [2026-02-12 02:17:27] "POST /ref-update HTTP/1.1" 200 156 0.015676 10.0.0.249 - - [2026-02-12 02:17:28] "POST /useragent-kv HTTP/1.1" 200 115 0.004403 10.0.0.249 - - [2026-02-12 02:17:28] "POST /neutron/subnet HTTP/1.1" 200 725 0.208456 10.0.0.249 - - [2026-02-12 02:17:28] "POST /neutron/network HTTP/1.1" 200 824 0.005061 10.0.0.249 - - [2026-02-12 02:17:28] "POST /id-to-fqname HTTP/1.1" 200 220 0.001072 10.0.0.249 - - [2026-02-12 02:17:28] "GET /virtual-network/105a4609-dc09-4a39-9c4a-fff71b7f1d08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004733 10.0.0.249 - - [2026-02-12 02:17:28] "POST /neutron/network HTTP/1.1" 200 824 0.005476 10.0.0.249 - - [2026-02-12 02:17:28] "GET /virtual-network/105a4609-dc09-4a39-9c4a-fff71b7f1d08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004333 10.0.0.249 - - [2026-02-12 02:17:28] "POST /neutron/network HTTP/1.1" 200 824 0.004989 10.0.0.249 - - [2026-02-12 02:17:28] "POST /neutron/subnet HTTP/1.1" 200 725 0.007688 10.0.0.249 - - [2026-02-12 02:17:28] "POST /id-to-fqname HTTP/1.1" 200 220 0.001114 10.0.0.249 - - [2026-02-12 02:17:28] "POST /neutron/network HTTP/1.1" 200 834 0.005344 10.0.0.249 - - [2026-02-12 02:17:28] "GET /aaa-mode HTTP/1.1" 401 293 0.000365 10.0.0.249 - - [2026-02-12 02:17:28] "GET / HTTP/1.1" 200 36215 0.001662 10.0.0.249 - - [2026-02-12 02:17:28] "GET /project/b642c390-8558-4ed6-8ca8-e598f9c593b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000362 10.0.0.249 - - [2026-02-12 02:17:29] "GET /projects?obj_uuids=b642c390-8558-4ed6-8ca8-e598f9c593b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000996 10.0.0.249 - - [2026-02-12 02:17:29] "GET /project/b642c390-8558-4ed6-8ca8-e598f9c593b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.052959 10.0.0.249 - - [2026-02-12 02:17:29] "POST /neutron/network HTTP/1.1" 200 824 0.005067 10.0.0.249 - - [2026-02-12 02:17:29] "POST /neutron/port HTTP/1.1" 200 117 0.005020 10.0.0.249 - - [2026-02-12 02:17:29] "POST /neutron/port HTTP/1.1" 200 117 0.005163 10.0.0.249 - - [2026-02-12 02:17:29] "POST /neutron/port HTTP/1.1" 200 117 0.004168 10.0.0.249 - - [2026-02-12 02:17:29] "POST /neutron/network HTTP/1.1" 200 834 0.006360 10.0.0.249 - - [2026-02-12 02:17:29] "GET /projects?obj_uuids=b642c390-8558-4ed6-8ca8-e598f9c593b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000988 10.0.0.249 - - [2026-02-12 02:17:29] "POST /neutron/port HTTP/1.1" 200 1060 0.181033 10.0.0.249 - - [2026-02-12 02:17:29] "POST /neutron/port HTTP/1.1" 200 1060 0.009940 10.0.0.249 - - [2026-02-12 02:17:29] "POST /neutron/port HTTP/1.1" 200 1060 0.011438 10.0.0.249 - - [2026-02-12 02:17:29] "POST /neutron/port HTTP/1.1" 200 1114 0.055533 10.0.0.249 - - [2026-02-12 02:17:30] "POST /neutron/port HTTP/1.1" 200 1124 0.011476 10.0.0.249 - - [2026-02-12 02:17:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002884 10.0.0.249 - - [2026-02-12 02:17:30] "POST /neutron/subnet HTTP/1.1" 200 699 0.007534 10.0.0.249 - - [2026-02-12 02:17:30] "POST /neutron/port HTTP/1.1" 200 117 0.001161 10.0.0.249 - - [2026-02-12 02:17:30] "POST /neutron/network HTTP/1.1" 200 824 0.005059 10.0.0.249 - - [2026-02-12 02:17:34] "POST /neutron/port HTTP/1.1" 200 1124 0.012368 10.0.0.249 - - [2026-02-12 02:17:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005023 10.0.0.249 - - [2026-02-12 02:17:34] "POST /neutron/port HTTP/1.1" 200 1124 0.018994 10.0.0.249 - - [2026-02-12 02:17:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005584 10.0.0.249 - - [2026-02-12 02:17:34] "POST /neutron/port HTTP/1.1" 200 1124 0.011123 10.0.0.249 - - [2026-02-12 02:17:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005862 10.0.0.249 - - [2026-02-12 02:17:34] "GET /virtual-machine/536fa3f1-6e21-4b64-b5b4-ae2df7b0b04f HTTP/1.1" 200 1294 0.004044 10.0.0.249 - - [2026-02-12 02:17:34] "GET /virtual-machine-interface/171e20ef-a4e8-489d-90b0-48ecef13c8ca HTTP/1.1" 200 2948 0.005277 10.0.0.249 - - [2026-02-12 02:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002462 10.0.0.249 - - [2026-02-12 02:17:34] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002443 10.0.0.249 - - [2026-02-12 02:17:34] "GET /virtual-networks?parent_id=b642c390-8558-4ed6-8ca8-e598f9c593b7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002693 10.0.0.249 - - [2026-02-12 02:17:34] "GET /virtual-network/105a4609-dc09-4a39-9c4a-fff71b7f1d08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005100 10.0.0.249 - - [2026-02-12 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004156 10.0.0.249 - - [2026-02-12 02:17:37] "GET /virtual-network/105a4609-dc09-4a39-9c4a-fff71b7f1d08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004695 10.0.0.249 - - [2026-02-12 02:17:38] "DELETE /project/b642c39085584ed68ca8e598f9c593b7 HTTP/1.1" 404 173 0.008543 10.0.0.249 - - [2026-02-12 02:17:38] "DELETE /project/9fa0f23631d94e59b647b19b93c85191 HTTP/1.1" 404 173 0.007593 10.0.0.249 - - [2026-02-12 02:17:38] "GET /projects?obj_uuids=75a3de46-6862-49d7-bb3f-45cbf3619e69&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000830 10.0.0.249 - - [2026-02-12 02:17:38] "GET /projects?obj_uuids=9fa0f236-31d9-4e59-b647-b19b93c85191&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000718 10.0.0.249 - - [2026-02-12 02:17:38] "GET /project/9fa0f236-31d9-4e59-b647-b19b93c85191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.025340 10.0.0.249 - - [2026-02-12 02:17:38] "GET /project/75a3de46-6862-49d7-bb3f-45cbf3619e69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.030941 10.0.0.249 - - [2026-02-12 02:17:38] "GET /projects?obj_uuids=9fa0f236-31d9-4e59-b647-b19b93c85191&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001440 10.0.0.249 - - [2026-02-12 02:17:38] "GET /projects?obj_uuids=75a3de46-6862-49d7-bb3f-45cbf3619e69&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001634 10.0.0.249 - - [2026-02-12 02:17:38] "GET /project/75a3de46-6862-49d7-bb3f-45cbf3619e69?fields=security_groups HTTP/1.1" 200 1376 0.035969 10.0.0.249 - - [2026-02-12 02:17:38] "GET /project/9fa0f236-31d9-4e59-b647-b19b93c85191?fields=security_groups HTTP/1.1" 200 1377 0.074799 10.0.0.249 - - [2026-02-12 02:17:38] "DELETE /security-group/99f68d06-0404-4565-94da-c4a2f30558c9 HTTP/1.1" 200 115 0.048299 10.0.0.249 - - [2026-02-12 02:17:38] "GET /projects?obj_uuids=75a3de46-6862-49d7-bb3f-45cbf3619e69&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001125 10.0.0.249 - - [2026-02-12 02:17:38] "DELETE /access-control-list/5eda4fdb-40f2-4aef-84b0-8191cb342710 HTTP/1.1" 200 115 0.031630 10.0.0.249 - - [2026-02-12 02:17:38] "DELETE /security-group/4dc2316c-54b7-4081-8a22-cef392fc9eb1 HTTP/1.1" 200 115 0.052468 10.0.0.249 - - [2026-02-12 02:17:38] "GET /projects?obj_uuids=9fa0f236-31d9-4e59-b647-b19b93c85191&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001228 10.0.0.249 - - [2026-02-12 02:17:38] "GET /project/75a3de46-6862-49d7-bb3f-45cbf3619e69?fields=application_policy_sets HTTP/1.1" 200 1415 0.045804 10.0.0.249 - - [2026-02-12 02:17:38] "DELETE /access-control-list/eff19e80-6daf-4f31-bcb4-d6135e7ad540 HTTP/1.1" 200 115 0.045511 10.0.0.249 - - [2026-02-12 02:17:38] "DELETE /access-control-list/40e1bd39-1fee-4e68-9c36-5c6a8227fd8d HTTP/1.1" 200 115 0.017238 10.0.0.249 - - [2026-02-12 02:17:38] "GET /project/9fa0f236-31d9-4e59-b647-b19b93c85191?fields=application_policy_sets HTTP/1.1" 200 1416 0.073132 10.0.0.249 - - [2026-02-12 02:17:38] "DELETE /access-control-list/23ad0baf-4074-455d-b5b0-2c81d17ebd49 HTTP/1.1" 200 115 0.041916 10.0.0.249 - - [2026-02-12 02:17:38] "DELETE /project/75a3de46-6862-49d7-bb3f-45cbf3619e69 HTTP/1.1" 200 115 0.368958 10.0.0.249 - - [2026-02-12 02:17:38] "DELETE /project/9fa0f236-31d9-4e59-b647-b19b93c85191 HTTP/1.1" 200 115 0.396793 10.0.0.249 - - [2026-02-12 02:17:38] "POST /neutron/port HTTP/1.1" 200 1124 0.012393 10.0.0.249 - - [2026-02-12 02:17:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005469 10.0.0.249 - - [2026-02-12 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.249 - - [2026-02-12 02:17:39] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004317 10.0.0.249 - - [2026-02-12 02:17:40] "GET /virtual-networks?parent_id=b642c390-8558-4ed6-8ca8-e598f9c593b7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003028 10.0.0.249 - - [2026-02-12 02:17:40] "GET /virtual-network/105a4609-dc09-4a39-9c4a-fff71b7f1d08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005991 10.0.0.249 - - [2026-02-12 02:17:42] "POST /neutron/network HTTP/1.1" 200 824 0.005909 10.0.0.249 - - [2026-02-12 02:17:42] "POST /neutron/network HTTP/1.1" 400 204 0.010495 10.0.0.249 - - [2026-02-12 02:17:42] "POST /neutron/port HTTP/1.1" 200 1124 0.014307 10.0.0.249 - - [2026-02-12 02:17:42] "POST /neutron/port HTTP/1.1" 200 1114 0.008941 10.0.0.249 - - [2026-02-12 02:17:42] "POST /neutron/port HTTP/1.1" 200 151 0.083287 10.0.0.249 - - [2026-02-12 02:17:44] "POST /neutron/network HTTP/1.1" 200 824 0.005923 10.0.0.249 - - [2026-02-12 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.249 - - [2026-02-12 02:17:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001972 10.0.0.249 - - [2026-02-12 02:17:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002454 10.0.0.249 - - [2026-02-12 02:17:44] "POST /neutron/network HTTP/1.1" 200 151 0.072107 10.0.0.249 - - [2026-02-12 02:17:44] "DELETE /route-target/7c2ba7f9-d296-4742-8dad-6a15ee325840 HTTP/1.1" 200 115 0.022446 10.0.0.249 - - [2026-02-12 02:17:44] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003739 10.0.0.249 - - [2026-02-12 02:17:44] "POST /network-ipams HTTP/1.1" 200 543 0.015603 10.0.0.249 - - [2026-02-12 02:17:44] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 767 0.002884 10.0.0.249 - - [2026-02-12 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.249 - - [2026-02-12 02:17:44] "GET /network-ipam/9a649e3e-0819-4add-9471-545791eb462e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1332 0.004419 10.0.0.249 - - [2026-02-12 02:17:44] "PUT /network-ipam/9a649e3e-0819-4add-9471-545791eb462e HTTP/1.1" 200 259 0.012187 10.0.0.249 - - [2026-02-12 02:17:44] "GET /obj-perms HTTP/1.1" 200 5075 0.061345 10.0.0.249 - - [2026-02-12 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002483 10.0.0.249 - - [2026-02-12 02:17:45] "GET /projects?obj_uuids=b642c390-8558-4ed6-8ca8-e598f9c593b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000928 10.0.0.249 - - [2026-02-12 02:17:45] "GET /project/b642c390-8558-4ed6-8ca8-e598f9c593b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.025621 10.0.0.249 - - [2026-02-12 02:17:45] "POST /neutron/network HTTP/1.1" 200 117 0.010776 10.0.0.249 - - [2026-02-12 02:17:45] "GET /projects?obj_uuids=b642c390-8558-4ed6-8ca8-e598f9c593b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000903 10.0.0.249 - - [2026-02-12 02:17:45] "POST /neutron/network HTTP/1.1" 200 605 0.059257 10.0.0.249 - - [2026-02-12 02:17:45] "POST /useragent-kv HTTP/1.1" 200 115 0.005668 10.0.0.249 - - [2026-02-12 02:17:45] "GET /obj-perms HTTP/1.1" 200 5075 0.063991 10.0.0.249 - - [2026-02-12 02:17:45] "POST /neutron/subnet HTTP/1.1" 200 699 0.159132 10.0.0.249 - - [2026-02-12 02:17:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002061 10.0.0.249 - - [2026-02-12 02:17:45] "POST /neutron/subnet HTTP/1.1" 200 699 0.149667 10.0.0.249 - - [2026-02-12 02:17:45] "POST /neutron/network HTTP/1.1" 200 994 0.005569 10.0.0.249 - - [2026-02-12 02:17:45] "POST /id-to-fqname HTTP/1.1" 200 220 0.001014 10.0.0.249 - - [2026-02-12 02:17:45] "GET /virtual-network/d1267c90-3786-43ae-9180-a32200392ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.004350 10.0.0.249 - - [2026-02-12 02:17:45] "POST /neutron/network HTTP/1.1" 200 994 0.006925 10.0.0.249 - - [2026-02-12 02:17:45] "GET /virtual-network/d1267c90-3786-43ae-9180-a32200392ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.007190 10.0.0.249 - - [2026-02-12 02:17:45] "POST /neutron/network HTTP/1.1" 200 994 0.021730 10.0.0.249 - - [2026-02-12 02:17:45] "POST /route-targets HTTP/1.1" 200 328 0.009273 10.0.0.249 - - [2026-02-12 02:17:45] "POST /neutron/subnet HTTP/1.1" 200 699 0.012167 10.0.0.249 - - [2026-02-12 02:17:45] "POST /ref-update HTTP/1.1" 200 156 0.014671 10.0.0.249 - - [2026-02-12 02:17:45] "POST /neutron/subnet HTTP/1.1" 200 699 0.006247 10.0.0.249 - - [2026-02-12 02:17:45] "POST /neutron/network HTTP/1.1" 200 994 0.015120 10.0.0.249 - - [2026-02-12 02:17:45] "POST /neutron/subnet HTTP/1.1" 200 699 0.006719 10.0.0.249 - - [2026-02-12 02:17:45] "POST /neutron/subnet HTTP/1.1" 200 699 0.005961 10.0.0.249 - - [2026-02-12 02:17:45] "GET /projects?obj_uuids=b642c390-8558-4ed6-8ca8-e598f9c593b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001046 10.0.0.249 - - [2026-02-12 02:17:46] "POST /neutron/port HTTP/1.1" 200 1017 0.157872 10.0.0.249 - - [2026-02-12 02:17:46] "GET /projects?obj_uuids=b642c390-8558-4ed6-8ca8-e598f9c593b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000877 10.0.0.249 - - [2026-02-12 02:17:46] "POST /neutron/port HTTP/1.1" 200 1017 0.159075 10.0.0.249 - - [2026-02-12 02:17:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.001192 10.0.0.249 - - [2026-02-12 02:17:46] "POST /neutron/port HTTP/1.1" 200 1017 0.008317 10.0.0.249 - - [2026-02-12 02:17:46] "POST /neutron/port HTTP/1.1" 200 1017 0.011713 10.0.0.249 - - [2026-02-12 02:17:46] "POST /neutron/network HTTP/1.1" 200 994 0.005794 10.0.0.249 - - [2026-02-12 02:17:46] "POST /neutron/port HTTP/1.1" 200 1017 0.009224 10.0.0.249 - - [2026-02-12 02:17:46] "POST /neutron/port HTTP/1.1" 200 117 0.004755 10.0.0.249 - - [2026-02-12 02:17:46] "POST /neutron/port HTTP/1.1" 200 1017 0.010783 10.0.0.249 - - [2026-02-12 02:17:46] "POST /neutron/port HTTP/1.1" 200 117 0.004395 10.0.0.249 - - [2026-02-12 02:17:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.001292 10.0.0.249 - - [2026-02-12 02:17:46] "POST /neutron/port HTTP/1.1" 200 117 0.004460 10.0.0.249 - - [2026-02-12 02:17:46] "POST /neutron/port HTTP/1.1" 200 1017 0.008005 10.0.0.249 - - [2026-02-12 02:17:46] "POST /neutron/port HTTP/1.1" 200 1017 0.008445 10.0.0.249 - - [2026-02-12 02:17:46] "POST /neutron/network HTTP/1.1" 200 994 0.008783 10.0.0.249 - - [2026-02-12 02:17:46] "POST /neutron/port HTTP/1.1" 200 1017 0.008758 10.0.0.249 - - [2026-02-12 02:17:46] "POST /neutron/port HTTP/1.1" 200 1017 0.015234 10.0.0.249 - - [2026-02-12 02:17:46] "POST /neutron/port HTTP/1.1" 200 117 0.005822 10.0.0.249 - - [2026-02-12 02:17:46] "POST /neutron/port HTTP/1.1" 200 117 0.006520 10.0.0.249 - - [2026-02-12 02:17:47] "POST /neutron/port HTTP/1.1" 200 1017 0.009891 10.0.0.249 - - [2026-02-12 02:17:47] "POST /id-to-fqname HTTP/1.1" 200 220 0.001190 10.0.0.249 - - [2026-02-12 02:17:47] "POST /neutron/network HTTP/1.1" 200 1004 0.004611 10.0.0.249 - - [2026-02-12 02:17:47] "POST /neutron/port HTTP/1.1" 200 1017 0.009095 10.0.0.249 - - [2026-02-12 02:17:47] "POST /neutron/port HTTP/1.1" 200 1017 0.008827 10.0.0.249 - - [2026-02-12 02:17:47] "POST /neutron/port HTTP/1.1" 200 1077 0.040827 10.0.0.249 - - [2026-02-12 02:17:47] "POST /neutron/port HTTP/1.1" 200 1109 0.095355 10.0.0.249 - - [2026-02-12 02:17:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004512 10.0.0.249 - - [2026-02-12 02:17:47] "POST /neutron/port HTTP/1.1" 200 1119 0.014264 10.0.0.249 - - [2026-02-12 02:17:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003532 10.0.0.249 - - [2026-02-12 02:17:47] "POST /neutron/network HTTP/1.1" 200 1004 0.013373 10.0.0.249 - - [2026-02-12 02:17:47] "GET /aaa-mode HTTP/1.1" 401 293 0.000439 10.0.0.249 - - [2026-02-12 02:17:47] "POST /neutron/subnet HTTP/1.1" 200 673 0.008005 10.0.0.249 - - [2026-02-12 02:17:47] "POST /neutron/port HTTP/1.1" 200 117 0.001089 10.0.0.249 - - [2026-02-12 02:17:47] "POST /neutron/network HTTP/1.1" 200 994 0.007574 10.0.0.249 - - [2026-02-12 02:17:47] "POST /neutron/port HTTP/1.1" 200 1017 0.010887 10.0.0.249 - - [2026-02-12 02:17:47] "POST /neutron/network HTTP/1.1" 200 1004 0.006349 10.0.0.249 - - [2026-02-12 02:17:47] "POST /neutron/port HTTP/1.1" 200 1017 0.009851 10.0.0.249 - - [2026-02-12 02:17:47] "POST /neutron/port HTTP/1.1" 200 1017 0.012506 10.0.0.249 - - [2026-02-12 02:17:47] "GET / HTTP/1.1" 200 36215 0.001441 10.0.0.249 - - [2026-02-12 02:17:47] "GET /project/b642c390-8558-4ed6-8ca8-e598f9c593b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.001177 10.0.0.249 - - [2026-02-12 02:17:47] "POST /neutron/port HTTP/1.1" 200 1109 0.086603 10.0.0.249 - - [2026-02-12 02:17:47] "POST /neutron/port HTTP/1.1" 200 1119 0.014499 10.0.0.249 - - [2026-02-12 02:17:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004907 10.0.0.249 - - [2026-02-12 02:17:47] "POST /neutron/subnet HTTP/1.1" 200 673 0.009408 10.0.0.249 - - [2026-02-12 02:17:47] "POST /neutron/port HTTP/1.1" 200 117 0.001270 10.0.0.249 - - [2026-02-12 02:17:47] "POST /neutron/network HTTP/1.1" 200 994 0.008329 10.0.0.249 - - [2026-02-12 02:17:48] "GET /projects?obj_uuids=b642c390-8558-4ed6-8ca8-e598f9c593b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000939 10.0.0.249 - - [2026-02-12 02:17:48] "GET /project/b642c390-8558-4ed6-8ca8-e598f9c593b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.068466 10.0.0.249 - - [2026-02-12 02:17:48] "POST /neutron/network HTTP/1.1" 200 994 0.006633 10.0.0.249 - - [2026-02-12 02:17:48] "POST /neutron/port HTTP/1.1" 200 2086 0.021425 10.0.0.249 - - [2026-02-12 02:17:48] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005708 10.0.0.249 - - [2026-02-12 02:17:48] "POST /neutron/port HTTP/1.1" 200 117 0.004194 10.0.0.249 - - [2026-02-12 02:17:48] "GET /domains HTTP/1.1" 200 281 0.002167 10.0.0.249 - - [2026-02-12 02:17:48] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000867 10.0.0.249 - - [2026-02-12 02:17:48] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 2584 0.008271 10.0.0.249 - - [2026-02-12 02:17:48] "GET /projects?obj_uuids=b642c390-8558-4ed6-8ca8-e598f9c593b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001391 10.0.0.249 - - [2026-02-12 02:17:48] "GET /project/b642c390-8558-4ed6-8ca8-e598f9c593b7 HTTP/1.1" 200 2862 0.081722 10.0.0.249 - - [2026-02-12 02:17:48] "GET /network-ipam/9a649e3e-0819-4add-9471-545791eb462e HTTP/1.1" 200 2650 0.004758 10.0.0.249 - - [2026-02-12 02:17:48] "GET /domains HTTP/1.1" 200 281 0.002486 10.0.0.249 - - [2026-02-12 02:17:48] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000834 10.0.0.249 - - [2026-02-12 02:17:48] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 2584 0.006812 10.0.0.249 - - [2026-02-12 02:17:48] "GET /projects?obj_uuids=b642c390-8558-4ed6-8ca8-e598f9c593b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001179 10.0.0.249 - - [2026-02-12 02:17:48] "GET /project/b642c390-8558-4ed6-8ca8-e598f9c593b7 HTTP/1.1" 200 2862 0.088176 10.0.0.249 - - [2026-02-12 02:17:48] "GET /virtual-network/d1267c90-3786-43ae-9180-a32200392ec8 HTTP/1.1" 200 3789 0.006466 10.0.0.249 - - [2026-02-12 02:17:48] "GET /virtual-network/d1267c90-3786-43ae-9180-a32200392ec8 HTTP/1.1" 200 3789 0.007078 10.0.0.249 - - [2026-02-12 02:17:48] "GET /routing-instance/0be81650-5017-4145-a579-7b5eec1d4fe2 HTTP/1.1" 200 2384 0.004013 10.0.0.249 - - [2026-02-12 02:17:48] "GET /routing-instance/0be81650-5017-4145-a579-7b5eec1d4fe2 HTTP/1.1" 200 2384 0.006875 10.0.0.249 - - [2026-02-12 02:17:48] "GET /route-target/1737065a-2bb4-48aa-a5a9-e44c948121e3 HTTP/1.1" 200 1206 0.005399 10.0.0.249 - - [2026-02-12 02:17:48] "GET /virtual-network/d1267c90-3786-43ae-9180-a32200392ec8 HTTP/1.1" 200 3789 0.010721 10.0.0.249 - - [2026-02-12 02:17:48] "GET /routing-instance/0be81650-5017-4145-a579-7b5eec1d4fe2 HTTP/1.1" 200 2384 0.005113 10.0.0.249 - - [2026-02-12 02:17:48] "GET /virtual-network/d1267c90-3786-43ae-9180-a32200392ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.007350 10.0.0.249 - - [2026-02-12 02:17:48] "GET /virtual-network/d1267c90-3786-43ae-9180-a32200392ec8 HTTP/1.1" 200 3789 0.008685 10.0.0.249 - - [2026-02-12 02:17:48] "GET /routing-instance/0be81650-5017-4145-a579-7b5eec1d4fe2 HTTP/1.1" 200 2384 0.003695 10.0.0.249 - - [2026-02-12 02:17:48] "GET /routing-instance/0be81650-5017-4145-a579-7b5eec1d4fe2 HTTP/1.1" 200 2384 0.003147 10.0.0.249 - - [2026-02-12 02:17:48] "GET /route-target/1737065a-2bb4-48aa-a5a9-e44c948121e3 HTTP/1.1" 200 1206 0.002755 10.0.0.249 - - [2026-02-12 02:17:48] "GET /domains HTTP/1.1" 200 281 0.002413 10.0.0.249 - - [2026-02-12 02:17:48] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000963 10.0.0.249 - - [2026-02-12 02:17:48] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 2584 0.010863 10.0.0.249 - - [2026-02-12 02:17:48] "GET /projects?obj_uuids=b642c390-8558-4ed6-8ca8-e598f9c593b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001263 10.0.0.249 - - [2026-02-12 02:17:48] "POST /neutron/network HTTP/1.1" 200 1004 0.005910 10.0.0.249 - - [2026-02-12 02:17:48] "GET /projects?obj_uuids=b642c390-8558-4ed6-8ca8-e598f9c593b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001414 10.0.0.249 - - [2026-02-12 02:17:48] "GET /project/b642c390-8558-4ed6-8ca8-e598f9c593b7 HTTP/1.1" 200 2862 0.105547 10.0.0.249 - - [2026-02-12 02:17:48] "GET /virtual-network/d1267c90-3786-43ae-9180-a32200392ec8 HTTP/1.1" 200 3789 0.015595 10.0.0.249 - - [2026-02-12 02:17:49] "POST /neutron/port HTTP/1.1" 200 1055 0.315372 10.0.0.249 - - [2026-02-12 02:17:49] "POST /neutron/port HTTP/1.1" 200 1055 0.009571 10.0.0.249 - - [2026-02-12 02:17:49] "POST /neutron/port HTTP/1.1" 200 1055 0.018314 10.0.0.249 - - [2026-02-12 02:17:49] "POST /neutron/port HTTP/1.1" 200 1109 0.075213 10.0.0.249 - - [2026-02-12 02:17:49] "POST /neutron/port HTTP/1.1" 200 1119 0.028836 10.0.0.249 - - [2026-02-12 02:17:49] "GET /obj-perms HTTP/1.1" 200 5049 0.068886 10.0.0.249 - - [2026-02-12 02:17:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006983 10.0.0.249 - - [2026-02-12 02:17:49] "POST /neutron/subnet HTTP/1.1" 200 673 0.010919 10.0.0.249 - - [2026-02-12 02:17:49] "POST /neutron/port HTTP/1.1" 200 117 0.001174 10.0.0.249 - - [2026-02-12 02:17:49] "POST /neutron/network HTTP/1.1" 200 994 0.007694 10.0.0.249 - - [2026-02-12 02:17:49] "POST /neutron/port HTTP/1.1" 200 1119 0.015764 10.0.0.249 - - [2026-02-12 02:17:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007364 10.0.0.249 - - [2026-02-12 02:17:49] "POST /neutron/port HTTP/1.1" 200 1119 0.020419 10.0.0.249 - - [2026-02-12 02:17:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010148 10.0.0.249 - - [2026-02-12 02:17:49] "POST /neutron/port HTTP/1.1" 200 1119 0.012780 10.0.0.249 - - [2026-02-12 02:17:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005625 10.0.0.249 - - [2026-02-12 02:17:49] "GET /virtual-machine/720dd9f8-63fd-46a0-b9df-b437dd208743 HTTP/1.1" 200 1290 0.008728 10.0.0.249 - - [2026-02-12 02:17:49] "GET /virtual-machine-interface/df636534-002e-467d-9b17-dc05a5fb4d3e HTTP/1.1" 200 2949 0.006397 10.0.0.249 - - [2026-02-12 02:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.249 - - [2026-02-12 02:17:49] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.009239 10.0.0.249 - - [2026-02-12 02:17:49] "GET /virtual-networks?parent_id=b642c390-8558-4ed6-8ca8-e598f9c593b7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002920 10.0.0.249 - - [2026-02-12 02:17:49] "GET /virtual-network/d1267c90-3786-43ae-9180-a32200392ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005004 10.0.0.249 - - [2026-02-12 02:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.249 - - [2026-02-12 02:17:52] "GET /virtual-network/d1267c90-3786-43ae-9180-a32200392ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005693 10.0.0.249 - - [2026-02-12 02:17:56] "POST /neutron/port HTTP/1.1" 200 1119 0.011955 10.0.0.249 - - [2026-02-12 02:17:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004663 10.0.0.249 - - [2026-02-12 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.249 - - [2026-02-12 02:17:57] "GET /virtual-network/d1267c90-3786-43ae-9180-a32200392ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005027 10.0.0.249 - - [2026-02-12 02:17:57] "POST /neutron/port HTTP/1.1" 200 1119 0.012504 10.0.0.249 - - [2026-02-12 02:17:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005141 10.0.0.249 - - [2026-02-12 02:17:58] "POST /neutron/port HTTP/1.1" 200 1119 0.013342 10.0.0.249 - - [2026-02-12 02:17:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005800 10.0.0.249 - - [2026-02-12 02:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.249 - - [2026-02-12 02:17:59] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002720 10.0.0.249 - - [2026-02-12 02:17:59] "GET /virtual-networks?parent_id=b642c390-8558-4ed6-8ca8-e598f9c593b7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002751 10.0.0.249 - - [2026-02-12 02:17:59] "GET /virtual-network/d1267c90-3786-43ae-9180-a32200392ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.004997 10.0.0.249 - - [2026-02-12 02:17:59] "POST /neutron/port HTTP/1.1" 200 1119 0.014873 10.0.0.249 - - [2026-02-12 02:17:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006061 10.0.0.249 - - [2026-02-12 02:17:59] "POST /neutron/port HTTP/1.1" 200 1119 0.011636 10.0.0.249 - - [2026-02-12 02:17:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007329 10.0.0.249 - - [2026-02-12 02:17:59] "POST /neutron/port HTTP/1.1" 200 1119 0.011882 10.0.0.249 - - [2026-02-12 02:17:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004949 10.0.0.249 - - [2026-02-12 02:17:59] "GET /virtual-machine/c0b5196b-94c4-4ce2-8ef7-3b16f6ca924e HTTP/1.1" 200 1291 0.003428 10.0.0.249 - - [2026-02-12 02:17:59] "GET /virtual-machine-interface/c89a8a84-027f-47d3-8aaa-f783b14297db HTTP/1.1" 200 2948 0.004071 10.0.0.249 - - [2026-02-12 02:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002594 10.0.0.249 - - [2026-02-12 02:17:59] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002880 10.0.0.249 - - [2026-02-12 02:17:59] "GET /virtual-networks?parent_id=b642c390-8558-4ed6-8ca8-e598f9c593b7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003136 10.0.0.249 - - [2026-02-12 02:17:59] "GET /virtual-network/d1267c90-3786-43ae-9180-a32200392ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005680 10.0.0.249 - - [2026-02-12 02:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.249 - - [2026-02-12 02:18:00] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003730 10.0.0.249 - - [2026-02-12 02:18:00] "GET /virtual-networks?parent_id=b642c390-8558-4ed6-8ca8-e598f9c593b7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003352 10.0.0.249 - - [2026-02-12 02:18:01] "GET /virtual-network/d1267c90-3786-43ae-9180-a32200392ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.006433 10.0.0.249 - - [2026-02-12 02:18:01] "POST /neutron/port HTTP/1.1" 200 1119 0.015204 10.0.0.249 - - [2026-02-12 02:18:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007191 10.0.0.249 - - [2026-02-12 02:18:01] "POST /neutron/port HTTP/1.1" 200 1119 0.013743 10.0.0.249 - - [2026-02-12 02:18:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007248 10.0.0.249 - - [2026-02-12 02:18:01] "POST /neutron/port HTTP/1.1" 200 1119 0.011563 10.0.0.249 - - [2026-02-12 02:18:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006849 10.0.0.249 - - [2026-02-12 02:18:01] "GET /virtual-machine/1804af4d-8ab2-4a07-988f-8f99dca17e5e HTTP/1.1" 200 1294 0.004860 10.0.0.249 - - [2026-02-12 02:18:01] "GET /virtual-machine-interface/326bb9b8-6870-4c12-ae08-3f1bc19d91fd HTTP/1.1" 200 2948 0.004349 10.0.0.249 - - [2026-02-12 02:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002583 10.0.0.249 - - [2026-02-12 02:18:01] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.005251 10.0.0.249 - - [2026-02-12 02:18:01] "GET /virtual-networks?parent_id=b642c390-8558-4ed6-8ca8-e598f9c593b7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003005 10.0.0.249 - - [2026-02-12 02:18:01] "GET /virtual-network/d1267c90-3786-43ae-9180-a32200392ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.004785 10.0.0.249 - - [2026-02-12 02:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.249 - - [2026-02-12 02:18:02] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002676 10.0.0.249 - - [2026-02-12 02:18:02] "GET /virtual-networks?parent_id=b642c390-8558-4ed6-8ca8-e598f9c593b7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002841 10.0.0.249 - - [2026-02-12 02:18:02] "GET /virtual-network/d1267c90-3786-43ae-9180-a32200392ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005090 10.0.0.249 - - [2026-02-12 02:18:18] "POST /neutron/port HTTP/1.1" 200 1109 0.020083 10.0.0.249 - - [2026-02-12 02:18:18] "POST /neutron/port HTTP/1.1" 200 1109 0.010623 10.0.0.249 - - [2026-02-12 02:18:18] "POST /neutron/port HTTP/1.1" 200 151 0.129958 10.0.0.249 - - [2026-02-12 02:18:19] "POST /neutron/port HTTP/1.1" 200 1109 0.011303 10.0.0.249 - - [2026-02-12 02:18:19] "POST /neutron/port HTTP/1.1" 200 1109 0.015451 10.0.0.249 - - [2026-02-12 02:18:19] "POST /neutron/port HTTP/1.1" 200 1119 0.025688 10.0.0.249 - - [2026-02-12 02:18:19] "POST /neutron/port HTTP/1.1" 200 151 0.128566 10.0.0.249 - - [2026-02-12 02:18:19] "POST /neutron/network HTTP/1.1" 200 994 0.010708 10.0.0.249 - - [2026-02-12 02:18:19] "POST /neutron/port HTTP/1.1" 200 1109 0.016115 10.0.0.249 - - [2026-02-12 02:18:19] "POST /neutron/network HTTP/1.1" 400 204 0.013101 10.0.0.249 - - [2026-02-12 02:18:19] "POST /neutron/port HTTP/1.1" 200 151 0.102763 10.0.0.249 - - [2026-02-12 02:18:21] "POST /neutron/network HTTP/1.1" 200 994 0.009767 10.0.0.249 - - [2026-02-12 02:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004473 10.0.0.249 - - [2026-02-12 02:18:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002661 10.0.0.249 - - [2026-02-12 02:18:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002634 10.0.0.249 - - [2026-02-12 02:18:21] "POST /useragent-kv HTTP/1.1" 200 115 0.001847 10.0.0.249 - - [2026-02-12 02:18:21] "POST /useragent-kv HTTP/1.1" 200 115 0.001598 10.0.0.249 - - [2026-02-12 02:18:21] "POST /neutron/network HTTP/1.1" 200 151 0.091192 10.0.0.249 - - [2026-02-12 02:18:21] "DELETE /route-target/1737065a-2bb4-48aa-a5a9-e44c948121e3 HTTP/1.1" 200 115 0.022267 10.0.0.249 - - [2026-02-12 02:18:21] "GET /routing-instance/0be81650-5017-4145-a579-7b5eec1d4fe2 HTTP/1.1" 404 171 0.004303 10.0.0.249 - - [2026-02-12 02:18:21] "GET /domains HTTP/1.1" 200 281 0.003392 10.0.0.249 - - [2026-02-12 02:18:21] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000919 10.0.0.249 - - [2026-02-12 02:18:21] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 2584 0.048632 10.0.0.249 - - [2026-02-12 02:18:21] "GET /projects?obj_uuids=b642c390-8558-4ed6-8ca8-e598f9c593b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000832 10.0.0.249 - - [2026-02-12 02:18:21] "GET /project/b642c390-8558-4ed6-8ca8-e598f9c593b7 HTTP/1.1" 200 2102 0.067660 10.0.0.249 - - [2026-02-12 02:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.249 - - [2026-02-12 02:18:21] "DELETE /network-ipam/9a649e3e-0819-4add-9471-545791eb462e HTTP/1.1" 200 115 0.028863 10.0.0.249 - - [2026-02-12 02:18:21] "POST /fqname-to-id HTTP/1.1" 404 211 0.001976 10.0.0.249 - - [2026-02-12 02:18:21] "GET /projects?obj_uuids=b642c390-8558-4ed6-8ca8-e598f9c593b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001045 10.0.0.249 - - [2026-02-12 02:18:21] "GET /project/b642c390-8558-4ed6-8ca8-e598f9c593b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.029093 10.0.0.249 - - [2026-02-12 02:18:21] "GET /projects?obj_uuids=b642c390-8558-4ed6-8ca8-e598f9c593b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001040 10.0.0.249 - - [2026-02-12 02:18:21] "GET /project/b642c390-8558-4ed6-8ca8-e598f9c593b7?fields=virtual_networks HTTP/1.1" 200 1045 0.065133 10.0.0.249 - - [2026-02-12 02:18:22] "GET /projects?obj_uuids=b642c390-8558-4ed6-8ca8-e598f9c593b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000872 10.0.0.249 - - [2026-02-12 02:18:22] "GET /project/b642c390-8558-4ed6-8ca8-e598f9c593b7?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.028271 10.0.0.249 - - [2026-02-12 02:18:22] "GET /projects?obj_uuids=b642c390-8558-4ed6-8ca8-e598f9c593b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000986 10.0.0.249 - - [2026-02-12 02:18:22] "GET /project/b642c390-8558-4ed6-8ca8-e598f9c593b7?fields=security_groups HTTP/1.1" 200 1272 0.023097 10.0.0.249 - - [2026-02-12 02:18:23] "POST /neutron/port HTTP/1.1" 200 117 0.004584 10.0.0.249 - - [2026-02-12 02:18:23] "POST /neutron/port HTTP/1.1" 400 205 0.003435 10.0.0.249 - - [2026-02-12 02:18:24] "POST /neutron/port HTTP/1.1" 200 117 0.005073 10.0.0.249 - - [2026-02-12 02:18:24] "POST /neutron/port HTTP/1.1" 400 205 0.003054 10.0.0.249 - - [2026-02-12 02:18:29] "GET / HTTP/1.1" 200 36215 0.002851 10.0.0.249 - - [2026-02-12 02:18:30] "POST /fqname-to-id HTTP/1.1" 401 293 0.000501 10.0.0.249 - - [2026-02-12 02:18:30] "POST /fqname-to-id HTTP/1.1" 404 183 0.054422 10.0.0.249 - - [2026-02-12 02:18:30] "GET /projects?obj_uuids=1c1c5ea0-eecd-4f3b-b263-e032279a19da&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002026 10.0.0.249 - - [2026-02-12 02:18:31] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001257 10.0.0.249 - - [2026-02-12 02:18:31] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008427 10.0.0.249 - - [2026-02-12 02:18:31] "POST /id-to-fqname HTTP/1.1" 200 185 0.001732 10.0.0.249 - - [2026-02-12 02:18:31] "POST /fqname-to-id HTTP/1.1" 404 194 0.002204 10.0.0.249 - - [2026-02-12 02:18:31] "POST /security-groups HTTP/1.1" 200 586 0.059582 10.0.0.249 - - [2026-02-12 02:18:31] "POST /fqname-to-id HTTP/1.1" 404 229 0.002877 10.0.0.249 - - [2026-02-12 02:18:31] "POST /projects HTTP/1.1" 200 575 0.214030 10.0.0.249 - - [2026-02-12 02:18:31] "POST /access-control-lists HTTP/1.1" 200 593 0.057999 10.0.0.249 - - [2026-02-12 02:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.289012 10.0.0.249 - - [2026-02-12 02:18:31] "POST /fqname-to-id HTTP/1.1" 404 228 0.005429 10.0.0.249 - - [2026-02-12 02:18:31] "GET /project/1c1c5ea0-eecd-4f3b-b263-e032279a19da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.423840 10.0.0.249 - - [2026-02-12 02:18:31] "POST /access-control-lists HTTP/1.1" 200 591 0.058849 10.0.0.249 - - [2026-02-12 02:18:32] "GET / HTTP/1.1" 200 36215 0.002435 10.0.0.249 - - [2026-02-12 02:18:34] "POST /fqname-to-id HTTP/1.1" 401 293 0.000434 10.0.0.249 - - [2026-02-12 02:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.029030 10.0.0.249 - - [2026-02-12 02:18:34] "GET /api-access-list/87eb023d-70ba-4197-b327-e50d85572f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003928 10.0.0.249 - - [2026-02-12 02:18:34] "GET /api-access-list/87eb023d-70ba-4197-b327-e50d85572f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003410 10.0.0.249 - - [2026-02-12 02:18:34] "GET /api-access-list/87eb023d-70ba-4197-b327-e50d85572f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003245 10.0.0.249 - - [2026-02-12 02:18:35] "PUT /api-access-list/87eb023d-70ba-4197-b327-e50d85572f49 HTTP/1.1" 200 265 0.007789 10.0.0.249 - - [2026-02-12 02:18:35] "GET /aaa-mode HTTP/1.1" 401 293 0.000366 10.0.0.249 - - [2026-02-12 02:18:35] "GET /aaa-mode HTTP/1.1" 200 128 0.032938 10.0.0.249 - - [2026-02-12 02:18:36] "POST /fqname-to-id HTTP/1.1" 404 183 0.025770 10.0.0.249 - - [2026-02-12 02:18:36] "GET /projects?obj_uuids=648f26b8-7c95-44a8-aa93-00220c8b2ece&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002200 10.0.0.249 - - [2026-02-12 02:18:36] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000947 10.0.0.249 - - [2026-02-12 02:18:36] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006426 10.0.0.249 - - [2026-02-12 02:18:36] "POST /id-to-fqname HTTP/1.1" 200 185 0.001238 10.0.0.249 - - [2026-02-12 02:18:36] "POST /fqname-to-id HTTP/1.1" 404 194 0.005198 10.0.0.249 - - [2026-02-12 02:18:36] "POST /security-groups HTTP/1.1" 200 586 0.059870 10.0.0.249 - - [2026-02-12 02:18:36] "POST /fqname-to-id HTTP/1.1" 404 229 0.002732 10.0.0.249 - - [2026-02-12 02:18:36] "POST /projects HTTP/1.1" 200 575 0.214482 10.0.0.249 - - [2026-02-12 02:18:36] "POST /access-control-lists HTTP/1.1" 200 593 0.060451 10.0.0.249 - - [2026-02-12 02:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.291330 10.0.0.249 - - [2026-02-12 02:18:36] "POST /fqname-to-id HTTP/1.1" 404 228 0.002987 10.0.0.249 - - [2026-02-12 02:18:36] "GET /project/648f26b8-7c95-44a8-aa93-00220c8b2ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.418684 10.0.0.249 - - [2026-02-12 02:18:36] "POST /access-control-lists HTTP/1.1" 200 591 0.064642 10.0.0.249 - - [2026-02-12 02:18:36] "POST /fqname-to-id HTTP/1.1" 404 183 0.024449 10.0.0.249 - - [2026-02-12 02:18:36] "GET /projects?obj_uuids=f2e37cd7-905d-421d-b5c8-00225c147ff3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002538 10.0.0.249 - - [2026-02-12 02:18:36] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988 10.0.0.249 - - [2026-02-12 02:18:36] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008023 10.0.0.249 - - [2026-02-12 02:18:37] "POST /id-to-fqname HTTP/1.1" 200 185 0.001251 10.0.0.249 - - [2026-02-12 02:18:37] "POST /fqname-to-id HTTP/1.1" 404 194 0.003158 10.0.0.249 - - [2026-02-12 02:18:37] "POST /security-groups HTTP/1.1" 200 586 0.063990 10.0.0.249 - - [2026-02-12 02:18:37] "POST /fqname-to-id HTTP/1.1" 404 229 0.002162 10.0.0.249 - - [2026-02-12 02:18:37] "POST /projects HTTP/1.1" 200 575 0.210900 10.0.0.249 - - [2026-02-12 02:18:37] "POST /access-control-lists HTTP/1.1" 200 593 0.057839 10.0.0.249 - - [2026-02-12 02:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.284309 10.0.0.249 - - [2026-02-12 02:18:37] "POST /fqname-to-id HTTP/1.1" 404 228 0.002986 10.0.0.249 - - [2026-02-12 02:18:37] "GET /project/f2e37cd7-905d-421d-b5c8-00225c147ff3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.410980 10.0.0.249 - - [2026-02-12 02:18:37] "POST /access-control-lists HTTP/1.1" 200 591 0.064723 10.0.0.249 - - [2026-02-12 02:18:37] "GET / HTTP/1.1" 200 36215 0.003594 10.0.0.249 - - [2026-02-12 02:18:38] "GET / HTTP/1.1" 200 36215 0.001509 10.0.0.249 - - [2026-02-12 02:18:39] "DELETE /project/1c1c5ea0eecd4f3bb263e032279a19da HTTP/1.1" 404 173 0.008506 10.0.0.249 - - [2026-02-12 02:18:39] "DELETE /project/f2e37cd7905d421db5c800225c147ff3 HTTP/1.1" 404 173 0.006653 10.0.0.249 - - [2026-02-12 02:18:39] "DELETE /project/648f26b87c9544a8aa9300220c8b2ece HTTP/1.1" 404 173 0.004169 10.0.0.249 - - [2026-02-12 02:18:39] "GET /projects?obj_uuids=b642c390-8558-4ed6-8ca8-e598f9c593b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000783 10.0.0.249 - - [2026-02-12 02:18:39] "GET /project/b642c390-8558-4ed6-8ca8-e598f9c593b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.026251 10.0.0.249 - - [2026-02-12 02:18:39] "GET /projects?obj_uuids=b642c390-8558-4ed6-8ca8-e598f9c593b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001878 10.0.0.249 - - [2026-02-12 02:18:39] "POST /fqname-to-id HTTP/1.1" 404 183 0.002767 10.0.0.249 - - [2026-02-12 02:18:39] "POST /api-access-lists HTTP/1.1" 200 523 0.011671 10.0.0.249 - - [2026-02-12 02:18:39] "GET /project/b642c390-8558-4ed6-8ca8-e598f9c593b7?fields=security_groups HTTP/1.1" 200 1374 0.073635 10.0.0.249 - - [2026-02-12 02:18:39] "GET /api-access-list/583b76b1-0486-4e3e-861f-0c14e9d31f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1266 0.004086 10.0.0.249 - - [2026-02-12 02:18:39] "GET /api-access-list/583b76b1-0486-4e3e-861f-0c14e9d31f5a HTTP/1.1" 401 293 0.000430 10.0.0.249 - - [2026-02-12 02:18:39] "DELETE /security-group/44cc8f82-55c4-4b4f-902e-9eee444961c7 HTTP/1.1" 200 115 0.044829 10.0.0.249 - - [2026-02-12 02:18:39] "GET /projects?obj_uuids=b642c390-8558-4ed6-8ca8-e598f9c593b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000933 10.0.0.249 - - [2026-02-12 02:18:39] "DELETE /access-control-list/03d1cbff-cb26-4dc4-b626-79a0ee1e8bec HTTP/1.1" 200 115 0.033429 10.0.0.249 - - [2026-02-12 02:18:39] "GET /project/b642c390-8558-4ed6-8ca8-e598f9c593b7?fields=application_policy_sets HTTP/1.1" 200 1413 0.030075 10.0.0.249 - - [2026-02-12 02:18:39] "DELETE /access-control-list/3f325ee6-7f5f-4839-9ac4-056ab76e7678 HTTP/1.1" 200 115 0.035448 10.0.0.249 - - [2026-02-12 02:18:39] "DELETE /project/b642c390-8558-4ed6-8ca8-e598f9c593b7 HTTP/1.1" 200 115 0.328749 10.0.0.249 - - [2026-02-12 02:18:39] "GET /api-access-list/583b76b1-0486-4e3e-861f-0c14e9d31f5a HTTP/1.1" 200 1266 0.028172 10.0.0.249 - - [2026-02-12 02:18:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000452 10.0.0.249 - - [2026-02-12 02:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.062495 10.0.0.249 - - [2026-02-12 02:18:39] "GET /projects?obj_uuids=648f26b8-7c95-44a8-aa93-00220c8b2ece&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001068 10.0.0.249 - - [2026-02-12 02:18:39] "GET /project/648f26b8-7c95-44a8-aa93-00220c8b2ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.030448 10.0.0.249 - - [2026-02-12 02:18:40] "GET /virtual-networks?parent_id=648f26b8-7c95-44a8-aa93-00220c8b2ece&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010733 10.0.0.249 - - [2026-02-12 02:18:40] "POST /virtual-networks HTTP/1.1" 200 570 0.055085 10.0.0.249 - - [2026-02-12 02:18:40] "POST /route-targets HTTP/1.1" 200 328 0.009497 10.0.0.249 - - [2026-02-12 02:18:40] "POST /ref-update HTTP/1.1" 200 156 0.014887 10.0.0.249 - - [2026-02-12 02:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.012398 10.0.0.249 - - [2026-02-12 02:18:40] "GET /network-ipam/a804c9fd-cc1e-495b-8027-86ceb736713e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.010342 10.0.0.249 - - [2026-02-12 02:18:40] "POST /useragent-kv HTTP/1.1" 200 115 0.005749 10.0.0.249 - - [2026-02-12 02:18:40] "POST /ref-update HTTP/1.1" 200 156 0.062084 10.0.0.249 - - [2026-02-12 02:18:40] "POST /neutron/network HTTP/1.1" 200 832 0.050978 10.0.0.249 - - [2026-02-12 02:18:40] "POST /neutron/network HTTP/1.1" 200 832 0.025337 10.0.0.249 - - [2026-02-12 02:18:40] "GET /virtual-network/9e857dd4-978a-44cb-935c-c778cbe9b7b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1986 0.014998 10.0.0.249 - - [2026-02-12 02:18:40] "POST /neutron/network HTTP/1.1" 200 832 0.024128 10.0.0.249 - - [2026-02-12 02:18:40] "POST /neutron/subnet HTTP/1.1" 200 678 0.026377 10.0.0.249 - - [2026-02-12 02:18:40] "GET /virtual-network/9e857dd4-978a-44cb-935c-c778cbe9b7b4 HTTP/1.1" 401 293 0.000366 10.0.0.249 - - [2026-02-12 02:18:40] "GET /virtual-network/9e857dd4-978a-44cb-935c-c778cbe9b7b4 HTTP/1.1" 200 2272 0.041825 10.0.0.249 - - [2026-02-12 02:18:40] "GET /virtual-network/9e857dd4-978a-44cb-935c-c778cbe9b7b4 HTTP/1.1" 401 293 0.000561 10.0.0.249 - - [2026-02-12 02:18:41] "GET /virtual-network/9e857dd4-978a-44cb-935c-c778cbe9b7b4 HTTP/1.1" 200 2011 0.046466 10.0.0.249 - - [2026-02-12 02:18:41] "GET /obj-perms HTTP/1.1" 200 4934 0.064373 10.0.0.249 - - [2026-02-12 02:18:41] "POST /fqname-to-id HTTP/1.1" 401 293 0.000319 10.0.0.249 - - [2026-02-12 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.027283 10.0.0.249 - - [2026-02-12 02:18:42] "GET /virtual-network/9e857dd4-978a-44cb-935c-c778cbe9b7b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1986 0.014154 10.0.0.249 - - [2026-02-12 02:18:42] "GET /obj-perms HTTP/1.1" 200 4934 0.011958 10.0.0.249 - - [2026-02-12 02:18:42] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.015583 10.0.0.249 - - [2026-02-12 02:18:42] "GET /obj-perms HTTP/1.1" 200 4934 0.061053 10.0.0.249 - - [2026-02-12 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002262 10.0.0.249 - - [2026-02-12 02:18:42] "GET /virtual-network/9e857dd4-978a-44cb-935c-c778cbe9b7b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1986 0.013753 10.0.0.249 - - [2026-02-12 02:18:42] "GET /obj-perms HTTP/1.1" 200 4934 0.010310 10.0.0.249 - - [2026-02-12 02:18:42] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.014842 10.0.0.249 - - [2026-02-12 02:18:42] "POST /id-to-fqname HTTP/1.1" 401 293 0.000470 10.0.0.249 - - [2026-02-12 02:18:43] "POST /id-to-fqname HTTP/1.1" 200 230 0.034024 10.0.0.249 - - [2026-02-12 02:18:43] "POST /neutron/network HTTP/1.1" 200 842 0.048925 10.0.0.249 - - [2026-02-12 02:18:43] "GET /aaa-mode HTTP/1.1" 401 293 0.000434 10.0.0.249 - - [2026-02-12 02:18:44] "GET / HTTP/1.1" 200 36215 0.005633 10.0.0.249 - - [2026-02-12 02:18:44] "GET /project/f2e37cd7-905d-421d-b5c8-00225c147ff3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000383 10.0.0.249 - - [2026-02-12 02:18:44] "GET /projects?obj_uuids=f2e37cd7-905d-421d-b5c8-00225c147ff3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001120 10.0.0.249 - - [2026-02-12 02:18:44] "GET /project/f2e37cd7-905d-421d-b5c8-00225c147ff3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.049908 10.0.0.249 - - [2026-02-12 02:18:44] "POST /neutron/network HTTP/1.1" 200 832 0.004858 10.0.0.249 - - [2026-02-12 02:18:44] "POST /neutron/port HTTP/1.1" 200 117 0.030100 10.0.0.249 - - [2026-02-12 02:18:44] "POST /neutron/port HTTP/1.1" 200 117 0.004473 10.0.0.249 - - [2026-02-12 02:18:44] "POST /neutron/port HTTP/1.1" 200 117 0.005380 10.0.0.249 - - [2026-02-12 02:18:45] "POST /neutron/network HTTP/1.1" 200 842 0.025359 10.0.0.249 - - [2026-02-12 02:18:45] "POST /neutron/network HTTP/1.1" 200 832 0.017916 10.0.0.249 - - [2026-02-12 02:18:45] "GET /projects?obj_uuids=f2e37cd7-905d-421d-b5c8-00225c147ff3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002726 10.0.0.249 - - [2026-02-12 02:18:45] "POST /neutron/port HTTP/1.1" 200 1056 0.315251 10.0.0.249 - - [2026-02-12 02:18:45] "POST /neutron/port HTTP/1.1" 200 1056 0.012249 10.0.0.249 - - [2026-02-12 02:18:45] "POST /neutron/port HTTP/1.1" 200 1056 0.008399 10.0.0.249 - - [2026-02-12 02:18:45] "POST /neutron/port HTTP/1.1" 200 1110 0.051574 10.0.0.249 - - [2026-02-12 02:18:45] "POST /neutron/port HTTP/1.1" 200 1120 0.010866 10.0.0.249 - - [2026-02-12 02:18:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003375 10.0.0.249 - - [2026-02-12 02:18:45] "POST /neutron/subnet HTTP/1.1" 200 652 0.007203 10.0.0.249 - - [2026-02-12 02:18:45] "POST /neutron/port HTTP/1.1" 200 117 0.001216 10.0.0.249 - - [2026-02-12 02:18:45] "POST /neutron/network HTTP/1.1" 200 832 0.007936 10.0.0.249 - - [2026-02-12 02:18:45] "GET /obj-perms HTTP/1.1" 200 5075 0.051359 10.0.0.249 - - [2026-02-12 02:18:46] "GET /obj-perms HTTP/1.1" 200 5075 0.048781 10.0.0.249 - - [2026-02-12 02:18:49] "POST /neutron/port HTTP/1.1" 200 1120 0.012455 10.0.0.249 - - [2026-02-12 02:18:49] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005791 10.0.0.249 - - [2026-02-12 02:18:49] "POST /neutron/port HTTP/1.1" 200 1120 0.010422 10.0.0.249 - - [2026-02-12 02:18:49] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005548 10.0.0.249 - - [2026-02-12 02:18:50] "POST /neutron/port HTTP/1.1" 200 1120 0.012121 10.0.0.249 - - [2026-02-12 02:18:50] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006992 10.0.0.249 - - [2026-02-12 02:18:50] "POST /neutron/port HTTP/1.1" 200 1120 0.012899 10.0.0.249 - - [2026-02-12 02:18:50] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007133 10.0.0.249 - - [2026-02-12 02:18:50] "GET /virtual-machine/787cb2c1-2de4-4367-8fe2-9f14867c1f46 HTTP/1.1" 200 1289 0.016091 10.0.0.249 - - [2026-02-12 02:18:50] "GET /virtual-machine/787cb2c1-2de4-4367-8fe2-9f14867c1f46 HTTP/1.1" 200 1289 0.010530 10.0.0.249 - - [2026-02-12 02:18:50] "GET /virtual-machine-interface/e474e20c-beea-40ae-b75e-3b4a863ed3ff HTTP/1.1" 200 2537 0.015378 10.0.0.249 - - [2026-02-12 02:18:50] "GET /virtual-machine/787cb2c1-2de4-4367-8fe2-9f14867c1f46 HTTP/1.1" 200 1289 0.013852 10.0.0.249 - - [2026-02-12 02:18:50] "GET /virtual-machine-interface/e474e20c-beea-40ae-b75e-3b4a863ed3ff HTTP/1.1" 200 2537 0.015139 10.0.0.249 - - [2026-02-12 02:18:50] "GET /instance-ip/404e2b2c-594b-4c2a-b03d-be6c47847f0c HTTP/1.1" 200 1629 0.014226 10.0.0.249 - - [2026-02-12 02:18:50] "GET /virtual-machine/787cb2c1-2de4-4367-8fe2-9f14867c1f46 HTTP/1.1" 200 1289 0.011161 10.0.0.249 - - [2026-02-12 02:18:50] "GET /virtual-machine-interface/e474e20c-beea-40ae-b75e-3b4a863ed3ff HTTP/1.1" 200 2537 0.014495 10.0.0.249 - - [2026-02-12 02:18:50] "GET /instance-ip/404e2b2c-594b-4c2a-b03d-be6c47847f0c HTTP/1.1" 200 1629 0.012389 10.0.0.249 - - [2026-02-12 02:18:50] "POST /fqname-to-id HTTP/1.1" 403 339 0.012342 10.0.0.249 - - [2026-02-12 02:18:50] "GET / HTTP/1.1" 200 36215 0.001920 10.0.0.249 - - [2026-02-12 02:18:50] "POST /fqname-to-id HTTP/1.1" 401 293 0.000551 10.0.0.249 - - [2026-02-12 02:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.027291 10.0.0.249 - - [2026-02-12 02:18:50] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003488 10.0.0.249 - - [2026-02-12 02:18:51] "GET /virtual-networks?parent_id=f2e37cd7-905d-421d-b5c8-00225c147ff3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011871 10.0.0.249 - - [2026-02-12 02:18:51] "POST /fqname-to-id HTTP/1.1" 403 339 0.011305 10.0.0.249 - - [2026-02-12 02:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002367 10.0.0.249 - - [2026-02-12 02:18:51] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002386 10.0.0.249 - - [2026-02-12 02:18:51] "GET /virtual-networks?parent_id=f2e37cd7-905d-421d-b5c8-00225c147ff3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011637 10.0.0.249 - - [2026-02-12 02:18:51] "POST /fqname-to-id HTTP/1.1" 403 339 0.009930 10.0.0.249 - - [2026-02-12 02:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.249 - - [2026-02-12 02:18:51] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002738 10.0.0.249 - - [2026-02-12 02:18:51] "GET /virtual-networks?parent_id=f2e37cd7-905d-421d-b5c8-00225c147ff3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009631 10.0.0.249 - - [2026-02-12 02:18:51] "POST /fqname-to-id HTTP/1.1" 403 339 0.009544 10.0.0.249 - - [2026-02-12 02:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.249 - - [2026-02-12 02:18:51] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003195 10.0.0.249 - - [2026-02-12 02:18:51] "GET /virtual-networks?parent_id=f2e37cd7-905d-421d-b5c8-00225c147ff3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010256 10.0.0.249 - - [2026-02-12 02:18:51] "POST /fqname-to-id HTTP/1.1" 403 339 0.009486 10.0.0.249 - - [2026-02-12 02:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002739 10.0.0.249 - - [2026-02-12 02:18:51] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003298 10.0.0.249 - - [2026-02-12 02:18:51] "GET /virtual-networks?parent_id=f2e37cd7-905d-421d-b5c8-00225c147ff3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009218 10.0.0.249 - - [2026-02-12 02:18:54] "POST /neutron/port HTTP/1.1" 200 1120 0.010884 10.0.0.249 - - [2026-02-12 02:18:54] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004939 10.0.0.249 - - [2026-02-12 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.012065 10.0.0.249 - - [2026-02-12 02:18:54] "GET /virtual-network/9e857dd4-978a-44cb-935c-c778cbe9b7b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1986 0.018355 10.0.0.249 - - [2026-02-12 02:18:56] "POST /fqname-to-id HTTP/1.1" 403 339 0.008712 10.0.0.249 - - [2026-02-12 02:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002630 10.0.0.249 - - [2026-02-12 02:18:56] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002331 10.0.0.249 - - [2026-02-12 02:18:56] "GET /virtual-networks?parent_id=f2e37cd7-905d-421d-b5c8-00225c147ff3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010823 10.0.0.249 - - [2026-02-12 02:18:56] "POST /fqname-to-id HTTP/1.1" 403 339 0.008991 10.0.0.249 - - [2026-02-12 02:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001953 10.0.0.249 - - [2026-02-12 02:18:56] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002954 10.0.0.249 - - [2026-02-12 02:18:56] "GET /virtual-networks?parent_id=f2e37cd7-905d-421d-b5c8-00225c147ff3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010143 10.0.0.249 - - [2026-02-12 02:18:56] "POST /fqname-to-id HTTP/1.1" 403 361 0.009410 10.0.0.249 - - [2026-02-12 02:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.249 - - [2026-02-12 02:18:57] "GET /routing-instance/63d3986b-7f3c-4786-8149-75902866a46b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.003447 10.0.0.249 - - [2026-02-12 02:18:57] "GET /route-target/aa0af92c-73f7-4052-a252-483f2fe66bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.010824 10.0.0.249 - - [2026-02-12 02:18:57] "GET /route-target/aa0af92c-73f7-4052-a252-483f2fe66bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.002538 10.0.0.249 - - [2026-02-12 02:18:57] "POST /fqname-to-id HTTP/1.1" 403 339 0.009667 10.0.0.249 - - [2026-02-12 02:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002127 10.0.0.249 - - [2026-02-12 02:18:57] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003555 10.0.0.249 - - [2026-02-12 02:18:57] "GET /virtual-networks?parent_id=f2e37cd7-905d-421d-b5c8-00225c147ff3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010984 10.0.0.249 - - [2026-02-12 02:18:57] "POST /fqname-to-id HTTP/1.1" 403 361 0.009425 10.0.0.249 - - [2026-02-12 02:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.249 - - [2026-02-12 02:18:57] "GET /routing-instance/63d3986b-7f3c-4786-8149-75902866a46b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.003495 10.0.0.249 - - [2026-02-12 02:18:57] "GET /route-target/aa0af92c-73f7-4052-a252-483f2fe66bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.009245 10.0.0.249 - - [2026-02-12 02:18:57] "GET /route-target/aa0af92c-73f7-4052-a252-483f2fe66bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.002283 10.0.0.249 - - [2026-02-12 02:18:57] "POST /neutron/port HTTP/1.1" 200 1120 0.010543 10.0.0.249 - - [2026-02-12 02:18:57] "GET /obj-perms HTTP/1.1" 200 4934 0.019192 10.0.0.249 - - [2026-02-12 02:18:57] "POST /neutron/port HTTP/1.1" 200 1120 0.012093 10.0.0.249 - - [2026-02-12 02:18:57] "GET /virtual-machine/787cb2c1-2de4-4367-8fe2-9f14867c1f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.019794 10.0.0.249 - - [2026-02-12 02:18:57] "POST /neutron/network HTTP/1.1" 200 842 0.005099 10.0.0.249 - - [2026-02-12 02:18:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003245 10.0.0.249 - - [2026-02-12 02:18:57] "POST /neutron/subnet HTTP/1.1" 200 652 0.006565 10.0.0.249 - - [2026-02-12 02:18:57] "POST /neutron/port HTTP/1.1" 200 117 0.001775 10.0.0.249 - - [2026-02-12 02:18:57] "POST /neutron/network HTTP/1.1" 200 832 0.004916 10.0.0.249 - - [2026-02-12 02:18:59] "GET /obj-perms HTTP/1.1" 200 4934 0.009771 10.0.0.249 - - [2026-02-12 02:18:59] "GET /virtual-machine/787cb2c1-2de4-4367-8fe2-9f14867c1f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.011601 10.0.0.249 - - [2026-02-12 02:19:01] "GET /obj-perms HTTP/1.1" 200 4934 0.009841 10.0.0.249 - - [2026-02-12 02:19:01] "GET /virtual-machine/787cb2c1-2de4-4367-8fe2-9f14867c1f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009613 10.0.0.249 - - [2026-02-12 02:19:03] "GET /obj-perms HTTP/1.1" 200 4934 0.010216 10.0.0.249 - - [2026-02-12 02:19:03] "GET /virtual-machine/787cb2c1-2de4-4367-8fe2-9f14867c1f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.010442 10.0.0.249 - - [2026-02-12 02:19:05] "GET /obj-perms HTTP/1.1" 200 4934 0.009382 10.0.0.249 - - [2026-02-12 02:19:05] "GET /virtual-machine/787cb2c1-2de4-4367-8fe2-9f14867c1f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009320 10.0.0.249 - - [2026-02-12 02:19:05] "GET /obj-perms HTTP/1.1" 200 4934 0.009568 10.0.0.249 - - [2026-02-12 02:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002628 10.0.0.249 - - [2026-02-12 02:19:05] "GET /virtual-machine-interface/e474e20c-beea-40ae-b75e-3b4a863ed3ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.012704 10.0.0.249 - - [2026-02-12 02:19:06] "GET /obj-perms HTTP/1.1" 200 4934 0.009145 10.0.0.249 - - [2026-02-12 02:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002560 10.0.0.249 - - [2026-02-12 02:19:06] "GET /virtual-machine-interface/e474e20c-beea-40ae-b75e-3b4a863ed3ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.021874 10.0.0.249 - - [2026-02-12 02:19:06] "GET /obj-perms HTTP/1.1" 200 4934 0.009467 10.0.0.249 - - [2026-02-12 02:19:06] "GET /virtual-machine/787cb2c1-2de4-4367-8fe2-9f14867c1f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.011662 10.0.0.249 - - [2026-02-12 02:19:06] "GET /obj-perms HTTP/1.1" 200 4934 0.010204 10.0.0.249 - - [2026-02-12 02:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.249 - - [2026-02-12 02:19:06] "GET /virtual-machine-interface/e474e20c-beea-40ae-b75e-3b4a863ed3ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.014667 10.0.0.249 - - [2026-02-12 02:19:06] "GET /obj-perms HTTP/1.1" 200 4934 0.010226 10.0.0.249 - - [2026-02-12 02:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.249 - - [2026-02-12 02:19:06] "GET /virtual-network/9e857dd4-978a-44cb-935c-c778cbe9b7b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1986 0.014730 10.0.0.249 - - [2026-02-12 02:19:06] "GET /obj-perms HTTP/1.1" 200 4934 0.010013 10.0.0.249 - - [2026-02-12 02:19:06] "GET /virtual-machine/787cb2c1-2de4-4367-8fe2-9f14867c1f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.011331 10.0.0.249 - - [2026-02-12 02:19:06] "GET /obj-perms HTTP/1.1" 200 4934 0.009852 10.0.0.249 - - [2026-02-12 02:19:06] "GET /obj-perms HTTP/1.1" 200 4934 0.011461 10.0.0.249 - - [2026-02-12 02:19:07] "GET /obj-perms HTTP/1.1" 200 4934 0.063667 10.0.0.249 - - [2026-02-12 02:19:07] "GET /obj-perms HTTP/1.1" 200 4934 0.010960 10.0.0.249 - - [2026-02-12 02:19:07] "GET /obj-perms HTTP/1.1" 200 5039 0.052193 10.0.0.249 - - [2026-02-12 02:19:07] "GET /obj-perms HTTP/1.1" 200 5039 0.002972 10.0.0.249 - - [2026-02-12 02:19:07] "GET /obj-perms HTTP/1.1" 200 4934 0.009174 10.0.0.249 - - [2026-02-12 02:19:07] "GET /obj-perms HTTP/1.1" 200 4934 0.009880 10.0.0.249 - - [2026-02-12 02:19:08] "GET /obj-perms HTTP/1.1" 200 4934 0.071390 10.0.0.249 - - [2026-02-12 02:19:08] "GET /obj-perms HTTP/1.1" 200 4934 0.009070 10.0.0.249 - - [2026-02-12 02:19:08] "GET /obj-perms HTTP/1.1" 200 5039 0.003133 10.0.0.249 - - [2026-02-12 02:19:08] "GET /obj-perms HTTP/1.1" 200 5039 0.004094 10.0.0.249 - - [2026-02-12 02:19:08] "GET /obj-perms HTTP/1.1" 200 4934 0.011677 10.0.0.249 - - [2026-02-12 02:19:08] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.011207 10.0.0.249 - - [2026-02-12 02:19:08] "GET /virtual-machine/787cb2c1-2de4-4367-8fe2-9f14867c1f46 HTTP/1.1" 200 1289 0.016590 10.0.0.249 - - [2026-02-12 02:19:09] "POST /neutron/port HTTP/1.1" 200 1120 0.018385 10.0.0.249 - - [2026-02-12 02:19:09] "POST /neutron/port HTTP/1.1" 200 1110 0.009833 10.0.0.249 - - [2026-02-12 02:19:09] "POST /neutron/port HTTP/1.1" 200 151 0.095906 10.0.0.249 - - [2026-02-12 02:19:10] "GET /virtual-machine/787cb2c1-2de4-4367-8fe2-9f14867c1f46 HTTP/1.1" 404 171 0.011083 10.0.0.249 - - [2026-02-12 02:19:10] "GET /virtual-machine/787cb2c1-2de4-4367-8fe2-9f14867c1f46 HTTP/1.1" 404 171 0.007705 10.0.0.249 - - [2026-02-12 02:19:10] "GET /virtual-machine/787cb2c1-2de4-4367-8fe2-9f14867c1f46 HTTP/1.1" 404 171 0.009216 10.0.0.249 - - [2026-02-12 02:19:10] "POST /fqname-to-id HTTP/1.1" 403 339 0.009668 10.0.0.249 - - [2026-02-12 02:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002331 10.0.0.249 - - [2026-02-12 02:19:10] "GET /global-vrouter-config/d5e82b8c-7587-41c3-8c78-ab4ae747d717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003009 10.0.0.249 - - [2026-02-12 02:19:10] "GET /virtual-networks?parent_id=f2e37cd7-905d-421d-b5c8-00225c147ff3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009963 10.0.0.249 - - [2026-02-12 02:19:10] "POST /fqname-to-id HTTP/1.1" 403 361 0.009187 10.0.0.249 - - [2026-02-12 02:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.249 - - [2026-02-12 02:19:10] "GET /routing-instance/63d3986b-7f3c-4786-8149-75902866a46b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.003066 10.0.0.249 - - [2026-02-12 02:19:10] "GET /route-target/aa0af92c-73f7-4052-a252-483f2fe66bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.009825 10.0.0.249 - - [2026-02-12 02:19:10] "GET /route-target/aa0af92c-73f7-4052-a252-483f2fe66bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003627 10.0.0.249 - - [2026-02-12 02:19:11] "GET /obj-perms HTTP/1.1" 200 4934 0.010115 10.0.0.249 - - [2026-02-12 02:19:11] "GET /obj-perms HTTP/1.1" 200 4934 0.028628 10.0.0.249 - - [2026-02-12 02:19:11] "GET /obj-perms HTTP/1.1" 200 4934 0.060560 10.0.0.249 - - [2026-02-12 02:19:11] "GET /obj-perms HTTP/1.1" 200 4934 0.011684 10.0.0.249 - - [2026-02-12 02:19:11] "GET /obj-perms HTTP/1.1" 200 5039 0.003243 10.0.0.249 - - [2026-02-12 02:19:14] "GET /obj-perms HTTP/1.1" 200 5039 0.004281 10.0.0.249 - - [2026-02-12 02:19:17] "GET /obj-perms HTTP/1.1" 200 5039 0.003105 10.0.0.249 - - [2026-02-12 02:19:20] "GET /obj-perms HTTP/1.1" 200 5039 0.003436 10.0.0.249 - - [2026-02-12 02:19:23] "GET /obj-perms HTTP/1.1" 200 5039 0.003472 10.0.0.249 - - [2026-02-12 02:19:26] "GET /obj-perms HTTP/1.1" 200 5039 0.003089 10.0.0.249 - - [2026-02-12 02:19:29] "GET /obj-perms HTTP/1.1" 200 5039 0.003063 10.0.0.249 - - [2026-02-12 02:19:32] "GET /obj-perms HTTP/1.1" 200 5039 0.003268 10.0.0.249 - - [2026-02-12 02:19:35] "GET /obj-perms HTTP/1.1" 200 5039 0.002961 10.0.0.249 - - [2026-02-12 02:19:38] "GET /obj-perms HTTP/1.1" 200 5039 0.003333 10.0.0.249 - - [2026-02-12 02:19:41] "GET /obj-perms HTTP/1.1" 200 5039 0.002769 10.0.0.249 - - [2026-02-12 02:19:44] "GET /obj-perms HTTP/1.1" 200 5039 0.003285 10.0.0.249 - - [2026-02-12 02:19:46] "GET /obj-perms HTTP/1.1" 200 5075 0.048782 10.0.0.249 - - [2026-02-12 02:19:46] "GET /obj-perms HTTP/1.1" 200 5075 0.050914 10.0.0.249 - - [2026-02-12 02:19:47] "GET /obj-perms HTTP/1.1" 200 5039 0.003473 10.0.0.249 - - [2026-02-12 02:19:50] "GET /obj-perms HTTP/1.1" 200 5039 0.003436 10.0.0.249 - - [2026-02-12 02:19:53] "GET /obj-perms HTTP/1.1" 200 5039 0.003927 10.0.0.249 - - [2026-02-12 02:19:56] "GET /obj-perms HTTP/1.1" 200 5039 0.003293 10.0.0.249 - - [2026-02-12 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.249 - - [2026-02-12 02:19:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001710 10.0.0.249 - - [2026-02-12 02:19:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002914 10.0.0.249 - - [2026-02-12 02:19:56] "DELETE /virtual-network/9e857dd4-978a-44cb-935c-c778cbe9b7b4 HTTP/1.1" 200 115 0.079564 10.0.0.249 - - [2026-02-12 02:19:56] "DELETE /route-target/aa0af92c-73f7-4052-a252-483f2fe66bcc HTTP/1.1" 200 115 0.018116 10.0.0.249 - - [2026-02-12 02:19:56] "DELETE /api-access-list/583b76b1-0486-4e3e-861f-0c14e9d31f5a HTTP/1.1" 200 115 0.015866 10.0.0.249 - - [2026-02-12 02:19:56] "GET /api-access-list/583b76b1-0486-4e3e-861f-0c14e9d31f5a HTTP/1.1" 404 171 0.002349 10.0.0.249 - - [2026-02-12 02:19:57] "GET /projects?obj_uuids=f2e37cd7-905d-421d-b5c8-00225c147ff3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000969 10.0.0.249 - - [2026-02-12 02:19:57] "GET /project/f2e37cd7-905d-421d-b5c8-00225c147ff3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.023546 10.0.0.249 - - [2026-02-12 02:19:57] "GET /projects?obj_uuids=f2e37cd7-905d-421d-b5c8-00225c147ff3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000988 10.0.0.249 - - [2026-02-12 02:19:57] "GET /project/f2e37cd7-905d-421d-b5c8-00225c147ff3?fields=virtual_networks HTTP/1.1" 200 1035 0.070240 10.0.0.249 - - [2026-02-12 02:19:57] "GET /projects?obj_uuids=f2e37cd7-905d-421d-b5c8-00225c147ff3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001238 10.0.0.249 - - [2026-02-12 02:19:57] "GET /project/f2e37cd7-905d-421d-b5c8-00225c147ff3?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.028377 10.0.0.249 - - [2026-02-12 02:19:57] "GET /projects?obj_uuids=f2e37cd7-905d-421d-b5c8-00225c147ff3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000990 10.0.0.249 - - [2026-02-12 02:19:57] "GET /project/f2e37cd7-905d-421d-b5c8-00225c147ff3?fields=security_groups HTTP/1.1" 200 1257 0.030134 10.0.0.249 - - [2026-02-12 02:19:57] "GET /projects?obj_uuids=648f26b8-7c95-44a8-aa93-00220c8b2ece&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001011 10.0.0.249 - - [2026-02-12 02:19:57] "GET /project/648f26b8-7c95-44a8-aa93-00220c8b2ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.026906 10.0.0.249 - - [2026-02-12 02:19:57] "GET /projects?obj_uuids=648f26b8-7c95-44a8-aa93-00220c8b2ece&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001043 10.0.0.249 - - [2026-02-12 02:19:57] "GET /project/648f26b8-7c95-44a8-aa93-00220c8b2ece?fields=virtual_networks HTTP/1.1" 200 1034 0.066085 10.0.0.249 - - [2026-02-12 02:19:57] "GET /projects?obj_uuids=648f26b8-7c95-44a8-aa93-00220c8b2ece&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001170 10.0.0.249 - - [2026-02-12 02:19:57] "GET /project/648f26b8-7c95-44a8-aa93-00220c8b2ece?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.025351 10.0.0.249 - - [2026-02-12 02:19:58] "GET /projects?obj_uuids=648f26b8-7c95-44a8-aa93-00220c8b2ece&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000933 10.0.0.249 - - [2026-02-12 02:19:58] "GET /project/648f26b8-7c95-44a8-aa93-00220c8b2ece?fields=security_groups HTTP/1.1" 200 1256 0.027136 10.0.0.249 - - [2026-02-12 02:19:58] "GET /global-system-configs HTTP/1.1" 401 293 0.002826 10.0.0.249 - - [2026-02-12 02:19:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000454 10.0.0.249 - - [2026-02-12 02:19:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000484 10.0.0.249 - - [2026-02-12 02:19:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000370 10.0.0.249 - - [2026-02-12 02:19:59] "GET /api-access-list/87eb023d-70ba-4197-b327-e50d85572f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.003360 10.0.0.249 - - [2026-02-12 02:19:59] "PUT /api-access-list/87eb023d-70ba-4197-b327-e50d85572f49 HTTP/1.1" 200 265 0.008755 10.0.0.249 - - [2026-02-12 02:19:59] "GET /projects?obj_uuids=1c1c5ea0-eecd-4f3b-b263-e032279a19da&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001253 10.0.0.249 - - [2026-02-12 02:19:59] "GET /project/1c1c5ea0-eecd-4f3b-b263-e032279a19da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.029941 10.0.0.249 - - [2026-02-12 02:19:59] "GET /projects?obj_uuids=1c1c5ea0-eecd-4f3b-b263-e032279a19da&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000928 10.0.0.249 - - [2026-02-12 02:19:59] "GET /project/1c1c5ea0-eecd-4f3b-b263-e032279a19da?fields=virtual_networks HTTP/1.1" 200 1034 0.073993 10.0.0.249 - - [2026-02-12 02:19:59] "GET /projects?obj_uuids=1c1c5ea0-eecd-4f3b-b263-e032279a19da&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000939 10.0.0.249 - - [2026-02-12 02:19:59] "GET /project/1c1c5ea0-eecd-4f3b-b263-e032279a19da?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.021365 10.0.0.249 - - [2026-02-12 02:19:59] "GET /projects?obj_uuids=1c1c5ea0-eecd-4f3b-b263-e032279a19da&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000980 10.0.0.249 - - [2026-02-12 02:19:59] "GET /project/1c1c5ea0-eecd-4f3b-b263-e032279a19da?fields=security_groups HTTP/1.1" 200 1256 0.028750 10.0.0.249 - - [2026-02-12 02:20:00] "POST /fqname-to-id HTTP/1.1" 404 188 0.031745 10.0.0.249 - - [2026-02-12 02:20:00] "GET /projects?obj_uuids=0d8cc6aa-e4c9-442d-b5ad-61c6f1418529&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002742 10.0.0.249 - - [2026-02-12 02:20:00] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001266 10.0.0.249 - - [2026-02-12 02:20:00] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006967 10.0.0.249 - - [2026-02-12 02:20:00] "POST /id-to-fqname HTTP/1.1" 200 190 0.001275 10.0.0.249 - - [2026-02-12 02:20:00] "POST /fqname-to-id HTTP/1.1" 404 199 0.002048 10.0.0.249 - - [2026-02-12 02:20:00] "POST /security-groups HTTP/1.1" 200 591 0.064394 10.0.0.249 - - [2026-02-12 02:20:00] "POST /fqname-to-id HTTP/1.1" 404 234 0.003036 10.0.0.249 - - [2026-02-12 02:20:00] "POST /projects HTTP/1.1" 200 585 0.228478 10.0.0.249 - - [2026-02-12 02:20:01] "POST /access-control-lists HTTP/1.1" 200 598 0.061866 10.0.0.249 - - [2026-02-12 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.303514 10.0.0.249 - - [2026-02-12 02:20:01] "POST /fqname-to-id HTTP/1.1" 404 233 0.002737 10.0.0.249 - - [2026-02-12 02:20:01] "GET /project/0d8cc6aa-e4c9-442d-b5ad-61c6f1418529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.444321 10.0.0.249 - - [2026-02-12 02:20:01] "POST /access-control-lists HTTP/1.1" 200 596 0.059539 10.0.0.249 - - [2026-02-12 02:20:02] "GET / HTTP/1.1" 200 36215 0.001841 10.0.0.249 - - [2026-02-12 02:20:04] "POST /fqname-to-id HTTP/1.1" 401 293 0.000606 10.0.0.249 - - [2026-02-12 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.032269 10.0.0.249 - - [2026-02-12 02:20:04] "GET /api-access-list/87eb023d-70ba-4197-b327-e50d85572f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003852 10.0.0.249 - - [2026-02-12 02:20:04] "GET /api-access-list/87eb023d-70ba-4197-b327-e50d85572f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.010654 10.0.0.249 - - [2026-02-12 02:20:04] "GET /api-access-list/87eb023d-70ba-4197-b327-e50d85572f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003372 10.0.0.249 - - [2026-02-12 02:20:04] "PUT /api-access-list/87eb023d-70ba-4197-b327-e50d85572f49 HTTP/1.1" 200 265 0.008691 10.0.0.249 - - [2026-02-12 02:20:04] "GET /aaa-mode HTTP/1.1" 200 128 0.001137 10.0.0.249 - - [2026-02-12 02:20:05] "POST /fqname-to-id HTTP/1.1" 404 188 0.026618 10.0.0.249 - - [2026-02-12 02:20:05] "GET /projects?obj_uuids=3bf7f854-d70b-4305-a704-5870e1b8f848&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002840 10.0.0.249 - - [2026-02-12 02:20:05] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000986 10.0.0.249 - - [2026-02-12 02:20:05] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006176 10.0.0.249 - - [2026-02-12 02:20:05] "POST /id-to-fqname HTTP/1.1" 200 190 0.001141 10.0.0.249 - - [2026-02-12 02:20:05] "POST /fqname-to-id HTTP/1.1" 404 199 0.003060 10.0.0.249 - - [2026-02-12 02:20:05] "POST /security-groups HTTP/1.1" 200 591 0.064073 10.0.0.249 - - [2026-02-12 02:20:05] "POST /fqname-to-id HTTP/1.1" 404 234 0.002400 10.0.0.249 - - [2026-02-12 02:20:05] "POST /projects HTTP/1.1" 200 585 0.201756 10.0.0.249 - - [2026-02-12 02:20:05] "POST /access-control-lists HTTP/1.1" 200 598 0.059149 10.0.0.249 - - [2026-02-12 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.271284 10.0.0.249 - - [2026-02-12 02:20:05] "POST /fqname-to-id HTTP/1.1" 404 233 0.002655 10.0.0.249 - - [2026-02-12 02:20:05] "GET /project/3bf7f854-d70b-4305-a704-5870e1b8f848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.393678 10.0.0.249 - - [2026-02-12 02:20:05] "POST /access-control-lists HTTP/1.1" 200 596 0.056698 10.0.0.249 - - [2026-02-12 02:20:06] "POST /fqname-to-id HTTP/1.1" 404 188 0.027252 10.0.0.249 - - [2026-02-12 02:20:06] "GET /projects?obj_uuids=be81f409-a874-4cca-97ba-af7f7210a95b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002393 10.0.0.249 - - [2026-02-12 02:20:06] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.249 - - [2026-02-12 02:20:06] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006373 10.0.0.249 - - [2026-02-12 02:20:06] "POST /id-to-fqname HTTP/1.1" 200 190 0.001061 10.0.0.249 - - [2026-02-12 02:20:06] "POST /fqname-to-id HTTP/1.1" 404 199 0.002550 10.0.0.249 - - [2026-02-12 02:20:06] "POST /security-groups HTTP/1.1" 200 591 0.060317 10.0.0.249 - - [2026-02-12 02:20:06] "POST /fqname-to-id HTTP/1.1" 404 234 0.002049 10.0.0.249 - - [2026-02-12 02:20:06] "POST /projects HTTP/1.1" 200 585 0.196847 10.0.0.249 - - [2026-02-12 02:20:06] "POST /access-control-lists HTTP/1.1" 200 598 0.055551 10.0.0.249 - - [2026-02-12 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.265280 10.0.0.249 - - [2026-02-12 02:20:06] "POST /fqname-to-id HTTP/1.1" 404 233 0.002612 10.0.0.249 - - [2026-02-12 02:20:06] "GET /project/be81f409-a874-4cca-97ba-af7f7210a95b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.390361 10.0.0.249 - - [2026-02-12 02:20:06] "POST /access-control-lists HTTP/1.1" 200 596 0.064471 10.0.0.249 - - [2026-02-12 02:20:07] "GET / HTTP/1.1" 200 36215 0.003017 10.0.0.249 - - [2026-02-12 02:20:08] "GET / HTTP/1.1" 200 36215 0.001415 10.0.0.249 - - [2026-02-12 02:20:08] "POST /fqname-to-id HTTP/1.1" 404 183 0.003158 10.0.0.249 - - [2026-02-12 02:20:08] "POST /api-access-lists HTTP/1.1" 200 523 0.015610 10.0.0.249 - - [2026-02-12 02:20:08] "GET /api-access-list/4ce0511c-19fd-4df8-b936-f30d6268e361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.004258 10.0.0.249 - - [2026-02-12 02:20:08] "GET /api-access-list/4ce0511c-19fd-4df8-b936-f30d6268e361 HTTP/1.1" 401 293 0.000524 10.0.0.249 - - [2026-02-12 02:20:08] "GET /api-access-list/4ce0511c-19fd-4df8-b936-f30d6268e361 HTTP/1.1" 200 1291 0.080046 10.0.0.249 - - [2026-02-12 02:20:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000349 10.0.0.249 - - [2026-02-12 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.043528 10.0.0.249 - - [2026-02-12 02:20:09] "GET /projects?obj_uuids=3bf7f854-d70b-4305-a704-5870e1b8f848&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001018 10.0.0.249 - - [2026-02-12 02:20:09] "GET /project/3bf7f854-d70b-4305-a704-5870e1b8f848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.036667 10.0.0.249 - - [2026-02-12 02:20:09] "GET /virtual-networks?parent_id=3bf7f854-d70b-4305-a704-5870e1b8f848&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013436 10.0.0.249 - - [2026-02-12 02:20:09] "POST /virtual-networks HTTP/1.1" 200 585 0.052469 10.0.0.249 - - [2026-02-12 02:20:09] "POST /route-targets HTTP/1.1" 200 328 0.010504 10.0.0.249 - - [2026-02-12 02:20:09] "POST /ref-update HTTP/1.1" 200 156 0.011080 10.0.0.249 - - [2026-02-12 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.015711 10.0.0.249 - - [2026-02-12 02:20:09] "GET /network-ipam/a804c9fd-cc1e-495b-8027-86ceb736713e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.013698 10.0.0.249 - - [2026-02-12 02:20:09] "POST /useragent-kv HTTP/1.1" 200 115 0.004516 10.0.0.249 - - [2026-02-12 02:20:09] "POST /ref-update HTTP/1.1" 200 156 0.050290 10.0.0.249 - - [2026-02-12 02:20:09] "POST /neutron/network HTTP/1.1" 200 848 0.048587 10.0.0.249 - - [2026-02-12 02:20:09] "POST /neutron/network HTTP/1.1" 200 848 0.020733 10.0.0.249 - - [2026-02-12 02:20:09] "GET /virtual-network/1cc0bdfa-af90-4eb8-9886-b213abadd3a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.014201 10.0.0.249 - - [2026-02-12 02:20:09] "POST /neutron/network HTTP/1.1" 200 848 0.018856 10.0.0.249 - - [2026-02-12 02:20:09] "POST /neutron/subnet HTTP/1.1" 200 676 0.024477 10.0.0.249 - - [2026-02-12 02:20:09] "POST /fqname-to-id HTTP/1.1" 401 293 0.000535 10.0.0.249 - - [2026-02-12 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.040020 10.0.0.249 - - [2026-02-12 02:20:10] "GET /projects?obj_uuids=be81f409-a874-4cca-97ba-af7f7210a95b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001444 10.0.0.249 - - [2026-02-12 02:20:10] "GET /project/be81f409-a874-4cca-97ba-af7f7210a95b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.044918 10.0.0.249 - - [2026-02-12 02:20:10] "GET /virtual-networks?parent_id=be81f409-a874-4cca-97ba-af7f7210a95b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011479 10.0.0.249 - - [2026-02-12 02:20:10] "POST /virtual-networks HTTP/1.1" 200 585 0.050033 10.0.0.249 - - [2026-02-12 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.013528 10.0.0.249 - - [2026-02-12 02:20:10] "GET /network-ipam/a804c9fd-cc1e-495b-8027-86ceb736713e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.010597 10.0.0.249 - - [2026-02-12 02:20:10] "POST /useragent-kv HTTP/1.1" 200 115 0.005880 10.0.0.249 - - [2026-02-12 02:20:10] "POST /ref-update HTTP/1.1" 200 156 0.049987 10.0.0.249 - - [2026-02-12 02:20:10] "POST /neutron/network HTTP/1.1" 200 848 0.047905 10.0.0.249 - - [2026-02-12 02:20:10] "POST /neutron/network HTTP/1.1" 200 848 0.021916 10.0.0.249 - - [2026-02-12 02:20:10] "GET /virtual-network/605f10ca-e60c-4d67-beee-15032c3bb160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.014903 10.0.0.249 - - [2026-02-12 02:20:10] "POST /neutron/network HTTP/1.1" 200 848 0.018722 10.0.0.249 - - [2026-02-12 02:20:10] "POST /neutron/subnet HTTP/1.1" 200 679 0.023503 10.0.0.249 - - [2026-02-12 02:20:10] "GET /virtual-network/1cc0bdfa-af90-4eb8-9886-b213abadd3a5 HTTP/1.1" 401 293 0.000376 10.0.0.249 - - [2026-02-12 02:20:11] "POST /route-targets HTTP/1.1" 200 328 0.025915 10.0.0.249 - - [2026-02-12 02:20:11] "POST /ref-update HTTP/1.1" 200 156 0.011400 10.0.0.249 - - [2026-02-12 02:20:11] "GET /virtual-network/1cc0bdfa-af90-4eb8-9886-b213abadd3a5 HTTP/1.1" 200 2315 0.052666 10.0.0.249 - - [2026-02-12 02:20:11] "GET /virtual-network/1cc0bdfa-af90-4eb8-9886-b213abadd3a5 HTTP/1.1" 401 293 0.000383 10.0.0.249 - - [2026-02-12 02:20:11] "GET /virtual-network/1cc0bdfa-af90-4eb8-9886-b213abadd3a5 HTTP/1.1" 403 376 0.036975 10.0.0.249 - - [2026-02-12 02:20:11] "GET /virtual-network/1cc0bdfa-af90-4eb8-9886-b213abadd3a5 HTTP/1.1" 200 2315 0.006524 10.0.0.249 - - [2026-02-12 02:20:11] "GET /virtual-networks HTTP/1.1" 200 372 0.017021 10.0.0.249 - - [2026-02-12 02:20:11] "GET /virtual-networks HTTP/1.1" 200 372 0.017637 10.0.0.249 - - [2026-02-12 02:20:12] "GET /obj-perms HTTP/1.1" 403 257 0.035416 10.0.0.249 - - [2026-02-12 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002324 10.0.0.249 - - [2026-02-12 02:20:12] "GET /virtual-network/1cc0bdfa-af90-4eb8-9886-b213abadd3a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.014230 10.0.0.249 - - [2026-02-12 02:20:12] "GET /obj-perms HTTP/1.1" 403 257 0.041089 10.0.0.249 - - [2026-02-12 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.249 - - [2026-02-12 02:20:12] "GET /virtual-network/1cc0bdfa-af90-4eb8-9886-b213abadd3a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.009518 10.0.0.249 - - [2026-02-12 02:20:12] "GET /obj-perms HTTP/1.1" 200 5049 0.065058 10.0.0.249 - - [2026-02-12 02:20:13] "GET /obj-perms HTTP/1.1" 403 257 0.006977 10.0.0.249 - - [2026-02-12 02:20:13] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.018613 10.0.0.249 - - [2026-02-12 02:20:13] "GET /obj-perms HTTP/1.1" 403 257 0.007056 10.0.0.249 - - [2026-02-12 02:20:13] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.018499 10.0.0.249 - - [2026-02-12 02:20:13] "GET /obj-perms HTTP/1.1" 200 5049 0.004579 10.0.0.249 - - [2026-02-12 02:20:13] "PUT /virtual-network/1cc0bdfa-af90-4eb8-9886-b213abadd3a5 HTTP/1.1" 200 265 0.027401 10.0.0.249 - - [2026-02-12 02:20:13] "GET /virtual-networks HTTP/1.1" 200 132 0.020653 10.0.0.249 - - [2026-02-12 02:20:13] "GET /virtual-networks HTTP/1.1" 200 613 0.018030 10.0.0.249 - - [2026-02-12 02:20:13] "GET /virtual-networks HTTP/1.1" 200 1435 0.002044 10.0.0.249 - - [2026-02-12 02:20:13] "GET /obj-perms HTTP/1.1" 403 257 0.007679 10.0.0.249 - - [2026-02-12 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002633 10.0.0.249 - - [2026-02-12 02:20:13] "GET /virtual-network/1cc0bdfa-af90-4eb8-9886-b213abadd3a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.010052 10.0.0.249 - - [2026-02-12 02:20:13] "GET /obj-perms HTTP/1.1" 403 257 0.032384 10.0.0.249 - - [2026-02-12 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002280 10.0.0.249 - - [2026-02-12 02:20:13] "GET /virtual-network/1cc0bdfa-af90-4eb8-9886-b213abadd3a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.010019 10.0.0.249 - - [2026-02-12 02:20:13] "GET /obj-perms HTTP/1.1" 403 257 0.007172 10.0.0.249 - - [2026-02-12 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002542 10.0.0.249 - - [2026-02-12 02:20:14] "GET /virtual-network/1cc0bdfa-af90-4eb8-9886-b213abadd3a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.013835 10.0.0.249 - - [2026-02-12 02:20:14] "GET /obj-perms HTTP/1.1" 200 5049 0.003503 10.0.0.249 - - [2026-02-12 02:20:14] "GET /obj-perms HTTP/1.1" 403 257 0.009001 10.0.0.249 - - [2026-02-12 02:20:14] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019197 10.0.0.249 - - [2026-02-12 02:20:14] "GET /obj-perms HTTP/1.1" 403 257 0.008403 10.0.0.249 - - [2026-02-12 02:20:14] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 613 0.017272 10.0.0.249 - - [2026-02-12 02:20:14] "GET /obj-perms HTTP/1.1" 200 5049 0.002980 10.0.0.249 - - [2026-02-12 02:20:14] "PUT /virtual-network/1cc0bdfa-af90-4eb8-9886-b213abadd3a5 HTTP/1.1" 200 265 0.033239 10.0.0.249 - - [2026-02-12 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004424 10.0.0.249 - - [2026-02-12 02:20:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002640 10.0.0.249 - - [2026-02-12 02:20:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002750 10.0.0.249 - - [2026-02-12 02:20:14] "DELETE /virtual-network/605f10ca-e60c-4d67-beee-15032c3bb160 HTTP/1.1" 200 115 0.070955 10.0.0.249 - - [2026-02-12 02:20:14] "DELETE /route-target/a892edee-218b-4e76-a3eb-34bcf7998e07 HTTP/1.1" 200 115 0.024664 10.0.0.249 - - [2026-02-12 02:20:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003911 10.0.0.249 - - [2026-02-12 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004826 10.0.0.249 - - [2026-02-12 02:20:14] "POST /useragent-kv HTTP/1.1" 200 115 0.001888 10.0.0.249 - - [2026-02-12 02:20:14] "DELETE /virtual-network/1cc0bdfa-af90-4eb8-9886-b213abadd3a5 HTTP/1.1" 200 115 0.077346 10.0.0.249 - - [2026-02-12 02:20:14] "DELETE /route-target/578fafba-93da-4839-8c5a-c3e5ce3d3191 HTTP/1.1" 200 115 0.016813 10.0.0.249 - - [2026-02-12 02:20:14] "DELETE /api-access-list/4ce0511c-19fd-4df8-b936-f30d6268e361 HTTP/1.1" 200 115 0.020898 10.0.0.249 - - [2026-02-12 02:20:14] "GET /api-access-list/4ce0511c-19fd-4df8-b936-f30d6268e361 HTTP/1.1" 404 171 0.002764 10.0.0.249 - - [2026-02-12 02:20:14] "GET /projects?obj_uuids=be81f409-a874-4cca-97ba-af7f7210a95b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001002 10.0.0.249 - - [2026-02-12 02:20:14] "GET /project/be81f409-a874-4cca-97ba-af7f7210a95b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.022501 10.0.0.249 - - [2026-02-12 02:20:14] "GET /projects?obj_uuids=be81f409-a874-4cca-97ba-af7f7210a95b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000905 10.0.0.249 - - [2026-02-12 02:20:15] "GET /project/be81f409-a874-4cca-97ba-af7f7210a95b?fields=virtual_networks HTTP/1.1" 200 1045 0.068087 10.0.0.249 - - [2026-02-12 02:20:15] "GET /projects?obj_uuids=be81f409-a874-4cca-97ba-af7f7210a95b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000934 10.0.0.249 - - [2026-02-12 02:20:15] "GET /project/be81f409-a874-4cca-97ba-af7f7210a95b?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.025491 10.0.0.249 - - [2026-02-12 02:20:15] "GET /projects?obj_uuids=be81f409-a874-4cca-97ba-af7f7210a95b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000955 10.0.0.249 - - [2026-02-12 02:20:15] "GET /project/be81f409-a874-4cca-97ba-af7f7210a95b?fields=security_groups HTTP/1.1" 200 1272 0.023589 10.0.0.249 - - [2026-02-12 02:20:15] "GET /projects?obj_uuids=3bf7f854-d70b-4305-a704-5870e1b8f848&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001553 10.0.0.249 - - [2026-02-12 02:20:15] "GET /project/3bf7f854-d70b-4305-a704-5870e1b8f848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.026683 10.0.0.249 - - [2026-02-12 02:20:15] "GET /projects?obj_uuids=3bf7f854-d70b-4305-a704-5870e1b8f848&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001107 10.0.0.249 - - [2026-02-12 02:20:15] "GET /project/3bf7f854-d70b-4305-a704-5870e1b8f848?fields=virtual_networks HTTP/1.1" 200 1044 0.067213 10.0.0.249 - - [2026-02-12 02:20:15] "GET /projects?obj_uuids=3bf7f854-d70b-4305-a704-5870e1b8f848&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000851 10.0.0.249 - - [2026-02-12 02:20:15] "GET /project/3bf7f854-d70b-4305-a704-5870e1b8f848?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.070980 10.0.0.249 - - [2026-02-12 02:20:15] "GET /projects?obj_uuids=3bf7f854-d70b-4305-a704-5870e1b8f848&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000971 10.0.0.249 - - [2026-02-12 02:20:15] "GET /project/3bf7f854-d70b-4305-a704-5870e1b8f848?fields=security_groups HTTP/1.1" 200 1271 0.030422 10.0.0.249 - - [2026-02-12 02:20:16] "GET /aaa-mode HTTP/1.1" 200 128 0.001251 10.0.0.249 - - [2026-02-12 02:20:17] "GET / HTTP/1.1" 200 36215 0.001832 10.0.0.249 - - [2026-02-12 02:20:18] "GET / HTTP/1.1" 200 36215 0.001376 10.0.0.249 - - [2026-02-12 02:20:18] "POST /fqname-to-id HTTP/1.1" 401 293 0.000587 10.0.0.249 - - [2026-02-12 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.070387 10.0.0.249 - - [2026-02-12 02:20:18] "GET /projects?obj_uuids=0d8cc6aa-e4c9-442d-b5ad-61c6f1418529&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001304 10.0.0.249 - - [2026-02-12 02:20:18] "GET /project/0d8cc6aa-e4c9-442d-b5ad-61c6f1418529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.036728 10.0.0.249 - - [2026-02-12 02:20:18] "GET /virtual-networks?parent_id=0d8cc6aa-e4c9-442d-b5ad-61c6f1418529&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008574 10.0.0.249 - - [2026-02-12 02:20:19] "POST /fqname-to-id HTTP/1.1" 404 197 0.008815 10.0.0.249 - - [2026-02-12 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.010600 10.0.0.249 - - [2026-02-12 02:20:19] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001408 10.0.0.249 - - [2026-02-12 02:20:19] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.014698 10.0.0.249 - - [2026-02-12 02:20:19] "POST /service-templates HTTP/1.1" 403 264 0.007249 10.0.0.249 - - [2026-02-12 02:20:19] "POST /fqname-to-id HTTP/1.1" 404 215 0.003091 10.0.0.249 - - [2026-02-12 02:20:19] "POST /api-access-lists HTTP/1.1" 200 557 0.016329 10.0.0.249 - - [2026-02-12 02:20:19] "GET /api-access-list/3db41c7d-914c-4506-b789-6a1cd0f2cca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.004773 10.0.0.249 - - [2026-02-12 02:20:19] "GET /api-access-list/3db41c7d-914c-4506-b789-6a1cd0f2cca6 HTTP/1.1" 200 1325 0.003060 10.0.0.249 - - [2026-02-12 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.011536 10.0.0.249 - - [2026-02-12 02:20:19] "GET /projects?obj_uuids=0d8cc6aa-e4c9-442d-b5ad-61c6f1418529&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001230 10.0.0.249 - - [2026-02-12 02:20:19] "GET /project/0d8cc6aa-e4c9-442d-b5ad-61c6f1418529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.034403 10.0.0.249 - - [2026-02-12 02:20:19] "GET /virtual-networks?parent_id=0d8cc6aa-e4c9-442d-b5ad-61c6f1418529&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012009 10.0.0.249 - - [2026-02-12 02:20:19] "POST /virtual-networks HTTP/1.1" 200 585 0.046990 10.0.0.249 - - [2026-02-12 02:20:19] "POST /route-targets HTTP/1.1" 200 328 0.009284 10.0.0.249 - - [2026-02-12 02:20:19] "POST /ref-update HTTP/1.1" 200 156 0.010062 10.0.0.249 - - [2026-02-12 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.014737 10.0.0.249 - - [2026-02-12 02:20:19] "GET /network-ipam/a804c9fd-cc1e-495b-8027-86ceb736713e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.011134 10.0.0.249 - - [2026-02-12 02:20:19] "POST /useragent-kv HTTP/1.1" 200 115 0.004561 10.0.0.249 - - [2026-02-12 02:20:19] "POST /ref-update HTTP/1.1" 200 156 0.051909 10.0.0.249 - - [2026-02-12 02:20:19] "POST /neutron/network HTTP/1.1" 200 848 0.045566 10.0.0.249 - - [2026-02-12 02:20:19] "POST /neutron/network HTTP/1.1" 200 848 0.020658 10.0.0.249 - - [2026-02-12 02:20:19] "GET /virtual-network/1e27ceca-8d02-4884-ba63-2f9a74b0a74a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.012954 10.0.0.249 - - [2026-02-12 02:20:19] "POST /neutron/network HTTP/1.1" 200 848 0.018343 10.0.0.249 - - [2026-02-12 02:20:20] "POST /neutron/subnet HTTP/1.1" 200 676 0.027629 10.0.0.249 - - [2026-02-12 02:20:20] "POST /neutron/network HTTP/1.1" 200 848 0.071336 10.0.0.249 - - [2026-02-12 02:20:20] "GET /virtual-network/1e27ceca-8d02-4884-ba63-2f9a74b0a74a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.004757 10.0.0.249 - - [2026-02-12 02:20:20] "GET /network-ipam/a804c9fd-cc1e-495b-8027-86ceb736713e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.003168 10.0.0.249 - - [2026-02-12 02:20:20] "GET /domains HTTP/1.1" 200 281 0.002882 10.0.0.249 - - [2026-02-12 02:20:20] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000923 10.0.0.249 - - [2026-02-12 02:20:20] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 3504 0.005813 10.0.0.249 - - [2026-02-12 02:20:20] "GET /projects?obj_uuids=0d8cc6aa-e4c9-442d-b5ad-61c6f1418529&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001269 10.0.0.249 - - [2026-02-12 02:20:20] "GET /project/0d8cc6aa-e4c9-442d-b5ad-61c6f1418529 HTTP/1.1" 200 2368 0.068375 10.0.0.249 - - [2026-02-12 02:20:20] "GET /virtual-network/1e27ceca-8d02-4884-ba63-2f9a74b0a74a HTTP/1.1" 200 2315 0.005408 10.0.0.249 - - [2026-02-12 02:20:20] "GET /virtual-network/1e27ceca-8d02-4884-ba63-2f9a74b0a74a HTTP/1.1" 200 2315 0.004489 10.0.0.249 - - [2026-02-12 02:20:20] "GET /routing-instance/1a6388a9-9659-4029-a8b8-3b1b594eef42 HTTP/1.1" 200 1558 0.003741 10.0.0.249 - - [2026-02-12 02:20:20] "GET /routing-instance/1a6388a9-9659-4029-a8b8-3b1b594eef42 HTTP/1.1" 200 1558 0.003066 10.0.0.249 - - [2026-02-12 02:20:20] "GET /route-target/8d91bb81-6e92-4da7-a14f-104aec33ff43 HTTP/1.1" 200 1247 0.003123 10.0.0.249 - - [2026-02-12 02:20:20] "GET /virtual-network/1e27ceca-8d02-4884-ba63-2f9a74b0a74a HTTP/1.1" 200 2315 0.004662 10.0.0.249 - - [2026-02-12 02:20:20] "GET /routing-instance/1a6388a9-9659-4029-a8b8-3b1b594eef42 HTTP/1.1" 200 1558 0.003278 10.0.0.249 - - [2026-02-12 02:20:20] "GET /virtual-network/1e27ceca-8d02-4884-ba63-2f9a74b0a74a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.004884 10.0.0.249 - - [2026-02-12 02:20:20] "GET /virtual-network/1e27ceca-8d02-4884-ba63-2f9a74b0a74a HTTP/1.1" 200 2315 0.004924 10.0.0.249 - - [2026-02-12 02:20:20] "GET /routing-instance/1a6388a9-9659-4029-a8b8-3b1b594eef42 HTTP/1.1" 200 1558 0.003149 10.0.0.249 - - [2026-02-12 02:20:20] "GET /routing-instance/1a6388a9-9659-4029-a8b8-3b1b594eef42 HTTP/1.1" 200 1558 0.004898 10.0.0.249 - - [2026-02-12 02:20:20] "GET /route-target/8d91bb81-6e92-4da7-a14f-104aec33ff43 HTTP/1.1" 200 1247 0.002807 10.0.0.249 - - [2026-02-12 02:20:20] "GET /domains HTTP/1.1" 200 281 0.003029 10.0.0.249 - - [2026-02-12 02:20:20] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001227 10.0.0.249 - - [2026-02-12 02:20:20] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15 HTTP/1.1" 200 3504 0.006546 10.0.0.249 - - [2026-02-12 02:20:20] "GET /projects?obj_uuids=0d8cc6aa-e4c9-442d-b5ad-61c6f1418529&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001023 10.0.0.249 - - [2026-02-12 02:20:20] "GET /project/0d8cc6aa-e4c9-442d-b5ad-61c6f1418529 HTTP/1.1" 200 2368 0.070554 10.0.0.249 - - [2026-02-12 02:20:20] "GET /virtual-network/1e27ceca-8d02-4884-ba63-2f9a74b0a74a HTTP/1.1" 200 2315 0.004384 10.0.0.249 - - [2026-02-12 02:20:20] "GET /obj-perms HTTP/1.1" 200 5049 0.003010 10.0.0.249 - - [2026-02-12 02:20:20] "POST /fqname-to-id HTTP/1.1" 404 197 0.008598 10.0.0.249 - - [2026-02-12 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.009279 10.0.0.249 - - [2026-02-12 02:20:20] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001078 10.0.0.249 - - [2026-02-12 02:20:20] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.015783 10.0.0.249 - - [2026-02-12 02:20:20] "POST /service-templates HTTP/1.1" 403 264 0.009439 10.0.0.249 - - [2026-02-12 02:20:20] "POST /fqname-to-id HTTP/1.1" 404 183 0.003158 10.0.0.249 - - [2026-02-12 02:20:20] "POST /api-access-lists HTTP/1.1" 200 523 0.014933 10.0.0.249 - - [2026-02-12 02:20:20] "GET /api-access-list/aad03f82-5e37-42d3-a704-2e7f7909ef88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1293 0.006150 10.0.0.249 - - [2026-02-12 02:20:20] "GET /api-access-list/aad03f82-5e37-42d3-a704-2e7f7909ef88 HTTP/1.1" 200 1293 0.003756 10.0.0.249 - - [2026-02-12 02:20:20] "POST /fqname-to-id HTTP/1.1" 404 197 0.011040 10.0.0.249 - - [2026-02-12 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.009245 10.0.0.249 - - [2026-02-12 02:20:20] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002018 10.0.0.249 - - [2026-02-12 02:20:20] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.017189 10.0.0.249 - - [2026-02-12 02:20:20] "POST /service-templates HTTP/1.1" 200 553 0.025480 10.0.0.249 - - [2026-02-12 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.012137 10.0.0.249 - - [2026-02-12 02:20:21] "GET /service-template/752d7ba6-eb4b-44ef-b65e-96ea39f9e731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.013919 10.0.0.249 - - [2026-02-12 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.010116 10.0.0.249 - - [2026-02-12 02:20:21] "GET /service-template/752d7ba6-eb4b-44ef-b65e-96ea39f9e731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.011841 10.0.0.249 - - [2026-02-12 02:20:21] "GET /virtual-network/1e27ceca-8d02-4884-ba63-2f9a74b0a74a HTTP/1.1" 401 293 0.000502 10.0.0.249 - - [2026-02-12 02:20:21] "GET /virtual-network/1e27ceca-8d02-4884-ba63-2f9a74b0a74a HTTP/1.1" 403 263 0.039366 10.0.0.249 - - [2026-02-12 02:20:21] "GET /service-template/752d7ba6-eb4b-44ef-b65e-96ea39f9e731 HTTP/1.1" 403 264 0.009141 10.0.0.249 - - [2026-02-12 02:20:21] "GET /service-template/752d7ba6-eb4b-44ef-b65e-96ea39f9e731 HTTP/1.1" 403 264 0.038260 10.0.0.249 - - [2026-02-12 02:20:22] "GET /obj-perms HTTP/1.1" 403 257 0.034994 10.0.0.249 - - [2026-02-12 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002409 10.0.0.249 - - [2026-02-12 02:20:22] "GET /virtual-network/1e27ceca-8d02-4884-ba63-2f9a74b0a74a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008923 10.0.0.249 - - [2026-02-12 02:20:22] "GET /obj-perms HTTP/1.1" 403 257 0.009239 10.0.0.249 - - [2026-02-12 02:20:22] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.009311 10.0.0.249 - - [2026-02-12 02:20:22] "GET /api-access-list/3db41c7d-914c-4506-b789-6a1cd0f2cca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.003004 10.0.0.249 - - [2026-02-12 02:20:22] "PUT /api-access-list/3db41c7d-914c-4506-b789-6a1cd0f2cca6 HTTP/1.1" 200 265 0.009514 10.0.0.249 - - [2026-02-12 02:20:22] "GET /api-access-list/3db41c7d-914c-4506-b789-6a1cd0f2cca6 HTTP/1.1" 200 1462 0.003239 10.0.0.249 - - [2026-02-12 02:20:22] "GET /virtual-network/1e27ceca-8d02-4884-ba63-2f9a74b0a74a HTTP/1.1" 200 2315 0.012551 10.0.0.249 - - [2026-02-12 02:20:22] "POST /fqname-to-id HTTP/1.1" 401 293 0.000370 10.0.0.249 - - [2026-02-12 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.033968 10.0.0.249 - - [2026-02-12 02:20:22] "GET /projects?obj_uuids=0d8cc6aa-e4c9-442d-b5ad-61c6f1418529&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001022 10.0.0.249 - - [2026-02-12 02:20:22] "GET /project/0d8cc6aa-e4c9-442d-b5ad-61c6f1418529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.031486 10.0.0.249 - - [2026-02-12 02:20:22] "GET /virtual-networks?parent_id=0d8cc6aa-e4c9-442d-b5ad-61c6f1418529&detail=False&count=False&shared=False HTTP/1.1" 200 372 0.014712 10.0.0.249 - - [2026-02-12 02:20:23] "POST /virtual-networks HTTP/1.1" 403 263 0.007809 10.0.0.249 - - [2026-02-12 02:20:23] "GET /service-template/752d7ba6-eb4b-44ef-b65e-96ea39f9e731 HTTP/1.1" 403 264 0.008023 10.0.0.249 - - [2026-02-12 02:20:23] "GET /service-template/752d7ba6-eb4b-44ef-b65e-96ea39f9e731 HTTP/1.1" 403 264 0.032816 10.0.0.249 - - [2026-02-12 02:20:23] "GET /obj-perms HTTP/1.1" 403 257 0.008184 10.0.0.249 - - [2026-02-12 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002503 10.0.0.249 - - [2026-02-12 02:20:23] "GET /virtual-network/1e27ceca-8d02-4884-ba63-2f9a74b0a74a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.013571 10.0.0.249 - - [2026-02-12 02:20:23] "GET /obj-perms HTTP/1.1" 403 257 0.008452 10.0.0.249 - - [2026-02-12 02:20:23] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.017345 10.0.0.249 - - [2026-02-12 02:20:23] "GET /api-access-list/aad03f82-5e37-42d3-a704-2e7f7909ef88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1293 0.003223 10.0.0.249 - - [2026-02-12 02:20:23] "PUT /api-access-list/aad03f82-5e37-42d3-a704-2e7f7909ef88 HTTP/1.1" 200 265 0.007340 10.0.0.249 - - [2026-02-12 02:20:23] "GET /api-access-list/aad03f82-5e37-42d3-a704-2e7f7909ef88 HTTP/1.1" 200 1431 0.003442 10.0.0.249 - - [2026-02-12 02:20:23] "GET /service-template/752d7ba6-eb4b-44ef-b65e-96ea39f9e731 HTTP/1.1" 200 1855 0.011887 10.0.0.249 - - [2026-02-12 02:20:23] "POST /fqname-to-id HTTP/1.1" 404 197 0.009416 10.0.0.249 - - [2026-02-12 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.009009 10.0.0.249 - - [2026-02-12 02:20:23] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.025631 10.0.0.249 - - [2026-02-12 02:20:23] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.040557 10.0.0.249 - - [2026-02-12 02:20:23] "POST /service-templates HTTP/1.1" 403 264 0.009612 10.0.0.249 - - [2026-02-12 02:20:23] "GET /api-access-list/3db41c7d-914c-4506-b789-6a1cd0f2cca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.003626 10.0.0.249 - - [2026-02-12 02:20:23] "PUT /api-access-list/3db41c7d-914c-4506-b789-6a1cd0f2cca6 HTTP/1.1" 200 265 0.008811 10.0.0.249 - - [2026-02-12 02:20:24] "GET /api-access-list/3db41c7d-914c-4506-b789-6a1cd0f2cca6 HTTP/1.1" 200 1325 0.003680 10.0.0.249 - - [2026-02-12 02:20:24] "GET /api-access-list/aad03f82-5e37-42d3-a704-2e7f7909ef88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.003068 10.0.0.249 - - [2026-02-12 02:20:24] "PUT /api-access-list/aad03f82-5e37-42d3-a704-2e7f7909ef88 HTTP/1.1" 200 265 0.008443 10.0.0.249 - - [2026-02-12 02:20:24] "GET /api-access-list/aad03f82-5e37-42d3-a704-2e7f7909ef88 HTTP/1.1" 200 1293 0.003642 10.0.0.249 - - [2026-02-12 02:20:24] "GET /virtual-network/1e27ceca-8d02-4884-ba63-2f9a74b0a74a HTTP/1.1" 403 263 0.009416 10.0.0.249 - - [2026-02-12 02:20:24] "GET /virtual-network/1e27ceca-8d02-4884-ba63-2f9a74b0a74a HTTP/1.1" 403 263 0.033255 10.0.0.249 - - [2026-02-12 02:20:24] "GET /service-template/752d7ba6-eb4b-44ef-b65e-96ea39f9e731 HTTP/1.1" 403 264 0.007385 10.0.0.249 - - [2026-02-12 02:20:24] "GET /service-template/752d7ba6-eb4b-44ef-b65e-96ea39f9e731 HTTP/1.1" 403 264 0.039398 10.0.0.249 - - [2026-02-12 02:20:24] "GET /obj-perms HTTP/1.1" 403 257 0.007695 10.0.0.249 - - [2026-02-12 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.001897 10.0.0.249 - - [2026-02-12 02:20:24] "GET /virtual-network/1e27ceca-8d02-4884-ba63-2f9a74b0a74a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.013253 10.0.0.249 - - [2026-02-12 02:20:25] "GET /obj-perms HTTP/1.1" 403 257 0.035247 10.0.0.249 - - [2026-02-12 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002406 10.0.0.249 - - [2026-02-12 02:20:25] "GET /virtual-network/1e27ceca-8d02-4884-ba63-2f9a74b0a74a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008668 10.0.0.249 - - [2026-02-12 02:20:25] "GET /obj-perms HTTP/1.1" 403 257 0.008754 10.0.0.249 - - [2026-02-12 02:20:25] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008455 10.0.0.249 - - [2026-02-12 02:20:25] "GET /api-access-list/87eb023d-70ba-4197-b327-e50d85572f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.003472 10.0.0.249 - - [2026-02-12 02:20:25] "PUT /api-access-list/87eb023d-70ba-4197-b327-e50d85572f49 HTTP/1.1" 200 265 0.008206 10.0.0.249 - - [2026-02-12 02:20:25] "GET /service-template/752d7ba6-eb4b-44ef-b65e-96ea39f9e731 HTTP/1.1" 200 1855 0.014957 10.0.0.249 - - [2026-02-12 02:20:25] "GET /virtual-network/1e27ceca-8d02-4884-ba63-2f9a74b0a74a HTTP/1.1" 200 2315 0.013237 10.0.0.249 - - [2026-02-12 02:20:25] "GET /obj-perms HTTP/1.1" 403 257 0.008909 10.0.0.249 - - [2026-02-12 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002546 10.0.0.249 - - [2026-02-12 02:20:25] "GET /virtual-network/1e27ceca-8d02-4884-ba63-2f9a74b0a74a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.015059 10.0.0.249 - - [2026-02-12 02:20:25] "GET /obj-perms HTTP/1.1" 403 257 0.008734 10.0.0.249 - - [2026-02-12 02:20:25] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.018047 10.0.0.249 - - [2026-02-12 02:20:25] "DELETE /api-access-list/3db41c7d-914c-4506-b789-6a1cd0f2cca6 HTTP/1.1" 200 115 0.022543 10.0.0.249 - - [2026-02-12 02:20:25] "GET /api-access-list/3db41c7d-914c-4506-b789-6a1cd0f2cca6 HTTP/1.1" 404 171 0.002856 10.0.0.249 - - [2026-02-12 02:20:25] "DELETE /api-access-list/aad03f82-5e37-42d3-a704-2e7f7909ef88 HTTP/1.1" 200 115 0.019233 10.0.0.249 - - [2026-02-12 02:20:25] "GET /api-access-list/aad03f82-5e37-42d3-a704-2e7f7909ef88 HTTP/1.1" 404 171 0.002737 10.0.0.249 - - [2026-02-12 02:20:25] "GET /virtual-network/1e27ceca-8d02-4884-ba63-2f9a74b0a74a HTTP/1.1" 401 293 0.000507 10.0.0.249 - - [2026-02-12 02:20:26] "GET /virtual-network/1e27ceca-8d02-4884-ba63-2f9a74b0a74a HTTP/1.1" 403 263 0.040453 10.0.0.249 - - [2026-02-12 02:20:26] "GET /service-template/752d7ba6-eb4b-44ef-b65e-96ea39f9e731 HTTP/1.1" 403 264 0.006183 10.0.0.249 - - [2026-02-12 02:20:26] "GET /service-template/752d7ba6-eb4b-44ef-b65e-96ea39f9e731 HTTP/1.1" 403 264 0.037366 10.0.0.249 - - [2026-02-12 02:20:26] "GET /obj-perms HTTP/1.1" 403 257 0.037897 10.0.0.249 - - [2026-02-12 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.001951 10.0.0.249 - - [2026-02-12 02:20:26] "GET /virtual-network/1e27ceca-8d02-4884-ba63-2f9a74b0a74a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.006616 10.0.0.249 - - [2026-02-12 02:20:27] "GET /obj-perms HTTP/1.1" 403 257 0.007074 10.0.0.249 - - [2026-02-12 02:20:27] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.006695 10.0.0.249 - - [2026-02-12 02:20:27] "GET /api-access-list/87eb023d-70ba-4197-b327-e50d85572f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2687 0.003537 10.0.0.249 - - [2026-02-12 02:20:27] "PUT /api-access-list/87eb023d-70ba-4197-b327-e50d85572f49 HTTP/1.1" 200 265 0.007837 10.0.0.249 - - [2026-02-12 02:20:27] "GET /virtual-network/1e27ceca-8d02-4884-ba63-2f9a74b0a74a HTTP/1.1" 200 2315 0.012179 10.0.0.249 - - [2026-02-12 02:20:27] "GET /service-template/752d7ba6-eb4b-44ef-b65e-96ea39f9e731 HTTP/1.1" 200 1855 0.008385 10.0.0.249 - - [2026-02-12 02:20:27] "GET /obj-perms HTTP/1.1" 403 257 0.006317 10.0.0.249 - - [2026-02-12 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.249 - - [2026-02-12 02:20:27] "GET /virtual-network/1e27ceca-8d02-4884-ba63-2f9a74b0a74a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.011879 10.0.0.249 - - [2026-02-12 02:20:27] "GET /obj-perms HTTP/1.1" 403 257 0.006034 10.0.0.249 - - [2026-02-12 02:20:27] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.014537 10.0.0.249 - - [2026-02-12 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.008479 10.0.0.249 - - [2026-02-12 02:20:27] "DELETE /service-template/752d7ba6-eb4b-44ef-b65e-96ea39f9e731 HTTP/1.1" 200 115 0.021312 10.0.0.249 - - [2026-02-12 02:20:27] "POST /fqname-to-id HTTP/1.1" 404 197 0.009144 10.0.0.249 - - [2026-02-12 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005154 10.0.0.249 - - [2026-02-12 02:20:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003931 10.0.0.249 - - [2026-02-12 02:20:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002268 10.0.0.249 - - [2026-02-12 02:20:27] "DELETE /virtual-network/1e27ceca-8d02-4884-ba63-2f9a74b0a74a HTTP/1.1" 200 115 0.074320 10.0.0.249 - - [2026-02-12 02:20:27] "DELETE /route-target/8d91bb81-6e92-4da7-a14f-104aec33ff43 HTTP/1.1" 200 115 0.017711 10.0.0.249 - - [2026-02-12 02:20:27] "GET /api-access-list/87eb023d-70ba-4197-b327-e50d85572f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.003581 10.0.0.249 - - [2026-02-12 02:20:27] "PUT /api-access-list/87eb023d-70ba-4197-b327-e50d85572f49 HTTP/1.1" 200 265 0.008894 10.0.0.249 - - [2026-02-12 02:20:27] "GET /api-access-list/87eb023d-70ba-4197-b327-e50d85572f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.003765 10.0.0.249 - - [2026-02-12 02:20:27] "PUT /api-access-list/87eb023d-70ba-4197-b327-e50d85572f49 HTTP/1.1" 200 265 0.008922 10.0.0.249 - - [2026-02-12 02:20:28] "GET /api-access-list/87eb023d-70ba-4197-b327-e50d85572f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.003338 10.0.0.249 - - [2026-02-12 02:20:28] "PUT /api-access-list/87eb023d-70ba-4197-b327-e50d85572f49 HTTP/1.1" 200 265 0.008853 10.0.0.249 - - [2026-02-12 02:20:28] "GET /projects?obj_uuids=0d8cc6aa-e4c9-442d-b5ad-61c6f1418529&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001341 10.0.0.249 - - [2026-02-12 02:20:28] "GET /project/0d8cc6aa-e4c9-442d-b5ad-61c6f1418529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.022411 10.0.0.249 - - [2026-02-12 02:20:28] "GET /projects?obj_uuids=0d8cc6aa-e4c9-442d-b5ad-61c6f1418529&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000878 10.0.0.249 - - [2026-02-12 02:20:28] "GET /project/0d8cc6aa-e4c9-442d-b5ad-61c6f1418529?fields=virtual_networks HTTP/1.1" 200 1043 0.063765 10.0.0.249 - - [2026-02-12 02:20:28] "GET /projects?obj_uuids=0d8cc6aa-e4c9-442d-b5ad-61c6f1418529&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000990 10.0.0.249 - - [2026-02-12 02:20:29] "GET /project/0d8cc6aa-e4c9-442d-b5ad-61c6f1418529?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.026857 10.0.0.249 - - [2026-02-12 02:20:29] "GET /projects?obj_uuids=0d8cc6aa-e4c9-442d-b5ad-61c6f1418529&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001004 10.0.0.249 - - [2026-02-12 02:20:29] "GET /project/0d8cc6aa-e4c9-442d-b5ad-61c6f1418529?fields=security_groups HTTP/1.1" 200 1270 0.022881 10.0.0.249 - - [2026-02-12 02:20:29] "GET /projects?obj_uuids=8db208d1-8b11-4378-bd03-b2f0e4a7c77b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001028 10.0.0.249 - - [2026-02-12 02:20:29] "GET /project/8db208d1-8b11-4378-bd03-b2f0e4a7c77b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.027155 [Introspect:8084]10.0.0.249 - - [2026-02-12 02:20:30] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001095 10.0.0.249 - - [2026-02-12 02:20:30] "POST /fqname-to-id HTTP/1.1" 404 184 0.032377 10.0.0.249 - - [2026-02-12 02:20:30] "GET /projects?obj_uuids=718d75d4-94d7-448f-85af-4f2d8764504b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003873 10.0.0.249 - - [2026-02-12 02:20:30] "GET /domains?obj_uuids=b6ccdabb-a28d-4002-93fc-d3c908e88e15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000935 10.0.0.249 - - [2026-02-12 02:20:30] "GET /domain/b6ccdabb-a28d-4002-93fc-d3c908e88e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006547 10.0.0.249 - - [2026-02-12 02:20:30] "POST /id-to-fqname HTTP/1.1" 200 186 0.003099 10.0.0.249 - - [2026-02-12 02:20:30] "POST /fqname-to-id HTTP/1.1" 404 195 0.003324 10.0.0.249 - - [2026-02-12 02:20:30] "POST /security-groups HTTP/1.1" 200 587 0.064104 10.0.0.249 - - [2026-02-12 02:20:30] "POST /projects HTTP/1.1" 200 577 0.209777 10.0.0.249 - - [2026-02-12 02:20:30] "POST /fqname-to-id HTTP/1.1" 404 230 0.034916 10.0.0.249 - - [2026-02-12 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.280630 10.0.0.249 - - [2026-02-12 02:20:30] "POST /access-control-lists HTTP/1.1" 200 594 0.060457 10.0.0.249 - - [2026-02-12 02:20:30] "GET /project/718d75d4-94d7-448f-85af-4f2d8764504b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.406599 10.0.0.249 - - [2026-02-12 02:20:30] "POST /fqname-to-id HTTP/1.1" 404 229 0.002327 10.0.0.249 - - [2026-02-12 02:20:31] "POST /access-control-lists HTTP/1.1" 200 592 0.064541 10.0.0.249 - - [2026-02-12 02:20:32] "GET / HTTP/1.1" 200 36215 0.002120 10.0.0.249 - - [2026-02-12 02:20:32] "GET /projects?obj_uuids=718d75d4-94d7-448f-85af-4f2d8764504b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000961 10.0.0.249 - - [2026-02-12 02:20:32] "GET /project/718d75d4-94d7-448f-85af-4f2d8764504b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.026948 10.0.0.249 - - [2026-02-12 02:20:32] "GET /projects?obj_uuids=718d75d4-94d7-448f-85af-4f2d8764504b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000906 10.0.0.249 - - [2026-02-12 02:20:32] "GET /project/718d75d4-94d7-448f-85af-4f2d8764504b?fields=virtual_networks HTTP/1.1" 200 1035 0.069847 10.0.0.249 - - [2026-02-12 02:20:32] "GET /projects?obj_uuids=718d75d4-94d7-448f-85af-4f2d8764504b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000916 10.0.0.249 - - [2026-02-12 02:20:32] "GET /project/718d75d4-94d7-448f-85af-4f2d8764504b?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.026928 10.0.0.249 - - [2026-02-12 02:20:32] "GET /projects?obj_uuids=718d75d4-94d7-448f-85af-4f2d8764504b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000908 10.0.0.249 - - [2026-02-12 02:20:32] "GET /project/718d75d4-94d7-448f-85af-4f2d8764504b?fields=security_groups HTTP/1.1" 200 1258 0.026150 10.0.0.249 - - [2026-02-12 02:20:39] "DELETE /project/be81f409a8744cca97baaf7f7210a95b HTTP/1.1" 404 173 0.021512 10.0.0.249 - - [2026-02-12 02:20:39] "DELETE /project/3bf7f854d70b4305a7045870e1b8f848 HTTP/1.1" 404 173 0.016940 10.0.0.249 - - [2026-02-12 02:20:39] "DELETE /project/718d75d494d7448f85af4f2d8764504b HTTP/1.1" 404 173 0.015304 10.0.0.249 - - [2026-02-12 02:20:39] "DELETE /project/0d8cc6aae4c9442db5ad61c6f1418529 HTTP/1.1" 404 173 0.016702 10.0.0.249 - - [2026-02-12 02:20:39] "GET /projects?obj_uuids=be81f409-a874-4cca-97ba-af7f7210a95b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001216 10.0.0.249 - - [2026-02-12 02:20:39] "GET /projects?obj_uuids=718d75d4-94d7-448f-85af-4f2d8764504b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000871 10.0.0.249 - - [2026-02-12 02:20:39] "GET /projects?obj_uuids=f2e37cd7-905d-421d-b5c8-00225c147ff3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002986 10.0.0.249 - - [2026-02-12 02:20:39] "GET /projects?obj_uuids=3bf7f854-d70b-4305-a704-5870e1b8f848&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000832 10.0.0.249 - - [2026-02-12 02:20:39] "GET /projects?obj_uuids=1c1c5ea0-eecd-4f3b-b263-e032279a19da&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001066 10.0.0.249 - - [2026-02-12 02:20:39] "GET /projects?obj_uuids=0d8cc6aa-e4c9-442d-b5ad-61c6f1418529&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001113 10.0.0.249 - - [2026-02-12 02:20:39] "GET /projects?obj_uuids=648f26b8-7c95-44a8-aa93-00220c8b2ece&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001196 10.0.0.249 - - [2026-02-12 02:20:39] "GET /project/718d75d4-94d7-448f-85af-4f2d8764504b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.076516 10.0.0.249 - - [2026-02-12 02:20:39] "GET /project/be81f409-a874-4cca-97ba-af7f7210a95b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.082867 10.0.0.249 - - [2026-02-12 02:20:39] "GET /project/3bf7f854-d70b-4305-a704-5870e1b8f848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.085548 10.0.0.249 - - [2026-02-12 02:20:39] "GET /project/0d8cc6aa-e4c9-442d-b5ad-61c6f1418529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.082949 10.0.0.249 - - [2026-02-12 02:20:39] "GET /project/1c1c5ea0-eecd-4f3b-b263-e032279a19da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.089506 10.0.0.249 - - [2026-02-12 02:20:39] "GET /project/f2e37cd7-905d-421d-b5c8-00225c147ff3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.101729 10.0.0.249 - - [2026-02-12 02:20:39] "GET /projects?obj_uuids=f2e37cd7-905d-421d-b5c8-00225c147ff3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002042 10.0.0.249 - - [2026-02-12 02:20:39] "GET /projects?obj_uuids=1c1c5ea0-eecd-4f3b-b263-e032279a19da&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000784 10.0.0.249 - - [2026-02-12 02:20:39] "GET /projects?obj_uuids=0d8cc6aa-e4c9-442d-b5ad-61c6f1418529&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000725 10.0.0.249 - - [2026-02-12 02:20:39] "GET /projects?obj_uuids=3bf7f854-d70b-4305-a704-5870e1b8f848&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000774 10.0.0.249 - - [2026-02-12 02:20:39] "GET /projects?obj_uuids=be81f409-a874-4cca-97ba-af7f7210a95b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000682 10.0.0.249 - - [2026-02-12 02:20:39] "GET /projects?obj_uuids=718d75d4-94d7-448f-85af-4f2d8764504b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000648 10.0.0.249 - - [2026-02-12 02:20:39] "GET /project/648f26b8-7c95-44a8-aa93-00220c8b2ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.141672 10.0.0.249 - - [2026-02-12 02:20:39] "GET /projects?obj_uuids=648f26b8-7c95-44a8-aa93-00220c8b2ece&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001147 10.0.0.249 - - [2026-02-12 02:20:39] "GET /project/be81f409-a874-4cca-97ba-af7f7210a95b?fields=security_groups HTTP/1.1" 200 1374 0.090052 10.0.0.249 - - [2026-02-12 02:20:39] "GET /project/1c1c5ea0-eecd-4f3b-b263-e032279a19da?fields=security_groups HTTP/1.1" 200 1358 0.090288 10.0.0.249 - - [2026-02-12 02:20:39] "GET /project/f2e37cd7-905d-421d-b5c8-00225c147ff3?fields=security_groups HTTP/1.1" 200 1359 0.093757 10.0.0.249 - - [2026-02-12 02:20:39] "GET /project/3bf7f854-d70b-4305-a704-5870e1b8f848?fields=security_groups HTTP/1.1" 200 1373 0.104382 10.0.0.249 - - [2026-02-12 02:20:39] "GET /project/0d8cc6aa-e4c9-442d-b5ad-61c6f1418529?fields=security_groups HTTP/1.1" 200 1372 0.115704 10.0.0.249 - - [2026-02-12 02:20:39] "GET /project/718d75d4-94d7-448f-85af-4f2d8764504b?fields=security_groups HTTP/1.1" 200 1360 0.150478 10.0.0.249 - - [2026-02-12 02:20:39] "GET /project/648f26b8-7c95-44a8-aa93-00220c8b2ece?fields=security_groups HTTP/1.1" 200 1358 0.111405 10.0.0.249 - - [2026-02-12 02:20:39] "DELETE /security-group/0f983a65-853e-4abf-b465-957525bb82da HTTP/1.1" 200 115 0.142173 10.0.0.249 - - [2026-02-12 02:20:39] "GET /projects?obj_uuids=be81f409-a874-4cca-97ba-af7f7210a95b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000913 10.0.0.249 - - [2026-02-12 02:20:39] "DELETE /security-group/30ff24bf-906e-4884-8694-feea8bbe667e HTTP/1.1" 200 115 0.150006 10.0.0.249 - - [2026-02-12 02:20:39] "DELETE /security-group/b19c9ccb-6f6c-4fdd-a9f2-d6110a41030d HTTP/1.1" 200 115 0.151120 10.0.0.249 - - [2026-02-12 02:20:39] "GET /projects?obj_uuids=1c1c5ea0-eecd-4f3b-b263-e032279a19da&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000944 10.0.0.249 - - [2026-02-12 02:20:39] "GET /projects?obj_uuids=f2e37cd7-905d-421d-b5c8-00225c147ff3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001256 10.0.0.249 - - [2026-02-12 02:20:39] "DELETE /access-control-list/bc23b0b9-36e5-4e32-8295-b6793b387b60 HTTP/1.1" 200 115 0.090609 10.0.0.249 - - [2026-02-12 02:20:39] "DELETE /security-group/b6d55d7b-450e-43a9-b8ba-8bb94d191b06 HTTP/1.1" 200 115 0.164078 10.0.0.249 - - [2026-02-12 02:20:40] "GET /projects?obj_uuids=3bf7f854-d70b-4305-a704-5870e1b8f848&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001155 10.0.0.249 - - [2026-02-12 02:20:40] "GET /project/be81f409-a874-4cca-97ba-af7f7210a95b?fields=application_policy_sets HTTP/1.1" 200 1413 0.059301 10.0.0.249 - - [2026-02-12 02:20:40] "DELETE /security-group/fb7cd7e9-4c9d-450d-bb0f-f3c1bf3aefda HTTP/1.1" 200 115 0.162312 10.0.0.249 - - [2026-02-12 02:20:40] "DELETE /security-group/e52ed4c7-9122-4c52-b59b-3a6e558c6b07 HTTP/1.1" 200 115 0.130761 10.0.0.249 - - [2026-02-12 02:20:40] "GET /project/f2e37cd7-905d-421d-b5c8-00225c147ff3?fields=application_policy_sets HTTP/1.1" 200 1398 0.073716 10.0.0.249 - - [2026-02-12 02:20:40] "GET /projects?obj_uuids=0d8cc6aa-e4c9-442d-b5ad-61c6f1418529&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000982 10.0.0.249 - - [2026-02-12 02:20:40] "DELETE /security-group/47ce5ed9-9fff-4377-85d6-5df40828a61a HTTP/1.1" 200 115 0.186616 10.0.0.249 - - [2026-02-12 02:20:40] "GET /projects?obj_uuids=648f26b8-7c95-44a8-aa93-00220c8b2ece&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000950 10.0.0.249 - - [2026-02-12 02:20:40] "GET /project/1c1c5ea0-eecd-4f3b-b263-e032279a19da?fields=application_policy_sets HTTP/1.1" 200 1397 0.115709 10.0.0.249 - - [2026-02-12 02:20:40] "GET /projects?obj_uuids=718d75d4-94d7-448f-85af-4f2d8764504b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000948 10.0.0.249 - - [2026-02-12 02:20:40] "DELETE /access-control-list/7ed2f9c5-269a-4148-b126-dda49b4d1cbe HTTP/1.1" 200 115 0.104575 10.0.0.249 - - [2026-02-12 02:20:40] "GET /project/3bf7f854-d70b-4305-a704-5870e1b8f848?fields=application_policy_sets HTTP/1.1" 200 1412 0.118823 10.0.0.249 - - [2026-02-12 02:20:40] "GET /project/0d8cc6aa-e4c9-442d-b5ad-61c6f1418529?fields=application_policy_sets HTTP/1.1" 200 1411 0.141391 10.0.0.249 - - [2026-02-12 02:20:40] "DELETE /access-control-list/79e34e68-6461-41ab-8040-73e99af30ad4 HTTP/1.1" 200 115 0.092227 10.0.0.249 - - [2026-02-12 02:20:40] "GET /project/648f26b8-7c95-44a8-aa93-00220c8b2ece?fields=application_policy_sets HTTP/1.1" 200 1397 0.137902 10.0.0.249 - - [2026-02-12 02:20:40] "GET /project/718d75d4-94d7-448f-85af-4f2d8764504b?fields=application_policy_sets HTTP/1.1" 200 1399 0.139095 10.0.0.249 - - [2026-02-12 02:20:40] "DELETE /access-control-list/1f75abb4-d354-4b2c-bf18-7d28e7fa96c3 HTTP/1.1" 200 115 0.067770 10.0.0.249 - - [2026-02-12 02:20:40] "DELETE /project/be81f409-a874-4cca-97ba-af7f7210a95b HTTP/1.1" 200 115 0.771646 10.0.0.249 - - [2026-02-12 02:20:40] "DELETE /access-control-list/86ca595e-d89a-49da-b37d-5be17e54d997 HTTP/1.1" 200 115 0.092499 10.0.0.249 - - [2026-02-12 02:20:40] "DELETE /project/f2e37cd7-905d-421d-b5c8-00225c147ff3 HTTP/1.1" 200 115 0.842096 10.0.0.249 - - [2026-02-12 02:20:40] "DELETE /project/1c1c5ea0-eecd-4f3b-b263-e032279a19da HTTP/1.1" 200 115 0.836779 10.0.0.249 - - [2026-02-12 02:20:40] "DELETE /project/3bf7f854-d70b-4305-a704-5870e1b8f848 HTTP/1.1" 200 115 0.883789 10.0.0.249 - - [2026-02-12 02:20:40] "DELETE /access-control-list/5bf788cd-ceaf-4907-9ab3-3e310b2b8797 HTTP/1.1" 200 115 0.039927 10.0.0.249 - - [2026-02-12 02:20:40] "DELETE /project/0d8cc6aa-e4c9-442d-b5ad-61c6f1418529 HTTP/1.1" 200 115 0.876381 10.0.0.249 - - [2026-02-12 02:20:40] "DELETE /project/648f26b8-7c95-44a8-aa93-00220c8b2ece HTTP/1.1" 200 115 0.859887 10.0.0.249 - - [2026-02-12 02:20:40] "DELETE /project/718d75d4-94d7-448f-85af-4f2d8764504b HTTP/1.1" 200 115 0.904553 10.0.0.249 - - [2026-02-12 02:20:40] "DELETE /access-control-list/9c7bf793-d559-4806-8de3-bcaf0e851cdc HTTP/1.1" 200 115 0.024916 10.0.0.249 - - [2026-02-12 02:20:40] "DELETE /access-control-list/c1a91f01-553b-4e23-9123-7b9dac542e9a HTTP/1.1" 200 115 0.027811 10.0.0.249 - - [2026-02-12 02:20:40] "DELETE /access-control-list/4464b93b-62c9-4ae5-8b6a-51cef957ef88 HTTP/1.1" 200 115 0.013899 10.0.0.249 - - [2026-02-12 02:20:40] "DELETE /access-control-list/3f75ceef-65d9-4eeb-b20e-65ae7ab6059d HTTP/1.1" 200 115 0.022576 10.0.0.249 - - [2026-02-12 02:20:40] "DELETE /access-control-list/27e2f041-b784-44ff-b1a9-fcdfb62f25af HTTP/1.1" 200 115 0.015713 10.0.0.249 - - [2026-02-12 02:20:40] "DELETE /access-control-list/6ea1883f-8b82-4e97-82d3-09a6ee260e8e HTTP/1.1" 200 115 0.015420 10.0.0.249 - - [2026-02-12 02:20:40] "DELETE /access-control-list/c23cfb25-607a-4e26-8e65-23a23e341d10 HTTP/1.1" 200 115 0.019256 10.0.0.249 - - [2026-02-12 02:20:40] "DELETE /access-control-list/a37c0f56-ecb4-4efc-9fe9-48819fea9c2e HTTP/1.1" 200 115 0.017396 10.0.0.249 - - [2026-02-12 02:20:47] "GET /obj-perms HTTP/1.1" 200 5075 0.056823 10.0.0.249 - - [2026-02-12 02:20:47] "GET /obj-perms HTTP/1.1" 200 5075 0.049977 [Introspect:8084]10.0.0.249 - - [2026-02-12 02:21:19] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000849 [Introspect:8084]10.0.0.249 - - [2026-02-12 02:21:19] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000722