+++ date ++ echo 'INFO: =================== Thu Jun 4 02:17:01 AM UTC 2026 ===================' INFO: =================== Thu Jun 4 02:17:01 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ grep 'inet ' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.249 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.249 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.249 ++ ANALYTICSDB_NODES=10.0.0.249 ++ ANALYTICS_SNMP_NODES=10.0.0.249 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8081 ' +++ '[' -n '10.0.0.249:8081 ' ']' +++ echo 10.0.0.249:8081 ++ ANALYTICS_SERVERS=10.0.0.249:8081 +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9042 ' +++ '[' -n '10.0.0.249:9042 ' ']' +++ echo 10.0.0.249:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.249:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.249 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8086 ' +++ '[' -n '10.0.0.249:8086 ' ']' +++ echo 10.0.0.249:8086 ++ COLLECTOR_SERVERS=10.0.0.249:8086 ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.249 ++ CONFIGDB_NODES=10.0.0.249 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8082 ' +++ '[' -n '10.0.0.249:8082 ' ']' +++ echo 10.0.0.249:8082 ++ CONFIG_SERVERS=10.0.0.249:8082 +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9161 ' +++ '[' -n '10.0.0.249:9161 ' ']' +++ echo 10.0.0.249:9161 ++ CONFIGDB_SERVERS=10.0.0.249:9161 +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9041 ' +++ '[' -n '10.0.0.249:9041 ' ']' +++ echo 10.0.0.249:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.249:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.249 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:2181, +++ '[' -n 10.0.0.249:2181, ']' +++ echo 10.0.0.249:2181 ++ ZOOKEEPER_SERVERS=10.0.0.249:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:2181 ' +++ '[' -n '10.0.0.249:2181 ' ']' +++ echo 10.0.0.249:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.249:2181 ++ RABBITMQ_NODES=10.0.0.249 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:5673, +++ '[' -n 10.0.0.249:5673, ']' +++ echo 10.0.0.249:5673 ++ RABBITMQ_SERVERS=10.0.0.249:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:6379 ' +++ '[' -n '10.0.0.249:6379 ' ']' +++ echo 10.0.0.249:6379 ++ REDIS_SERVERS=10.0.0.249:6379 ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.249 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9092 ' +++ '[' -n '10.0.0.249:9092 ' ']' +++ echo 10.0.0.249:9092 ++ KAFKA_SERVERS=10.0.0.249:9092 ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.249 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.249 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.249 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.249 ++ cut -d , -f 1 + local cassandra=10.0.0.249 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.249 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.249 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.249 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.249,10.20.0.14,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.249'\''))' +++ local server_ip=10.0.0.249 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.249 ]] +++ [[ ,10.0.0.249,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]] +++ echo 10.0.0.249 1 +++ return ++ local ip=10.0.0.249 ++ [[ -z 10.0.0.249 ]] ++ echo 10.0.0.249 + host_ip=10.0.0.249 + [[ cql == \c\q\l ]] ++ echo 10.0.0.249:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.249:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.249:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 06/04/2026 02:17:10.044 7fbe4b130300 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 06/04/2026 02:17:10.182 7fbe4b130300 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 06/04/2026 02:17:10.193 7fbe4b130300 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 06/04/2026 02:17:10.194 7fbe4b130300 [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-06-04 02:17:14] "GET / HTTP/1.1" 503 181 0.000210 10.0.0.249 - - [2026-06-04 02:17:14] "GET / HTTP/1.1" 503 181 0.000300 10.0.0.249 - - [2026-06-04 02:17:15] "GET / HTTP/1.1" 200 45871 0.001401 10.0.0.249 - - [2026-06-04 02:17:15] "GET / HTTP/1.1" 200 45871 0.001087 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-06-04 02:17:15] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000543 10.0.0.249 - - [2026-06-04 02:17:15] "POST /fqname-to-id HTTP/1.1" 401 293 0.000285 10.0.0.249 - - [2026-06-04 02:17:15] "GET / HTTP/1.1" 200 36215 0.001948 10.0.0.249 - - [2026-06-04 02:17:16] "GET / HTTP/1.1" 200 36215 0.001323 10.0.0.249 - - [2026-06-04 02:17:16] "POST /fqname-to-id HTTP/1.1" 401 293 0.000363 10.0.0.249 - - [2026-06-04 02:17:16] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.913864 10.0.0.249 - - [2026-06-04 02:17:16] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.005845 10.0.0.249 - - [2026-06-04 02:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.348939 10.0.0.249 - - [2026-06-04 02:17:16] "GET /global-system-config/71563ab3-c845-4477-a0fe-754cee29af2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.010350 10.0.0.249 - - [2026-06-04 02:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.664176 10.0.0.249 - - [2026-06-04 02:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002481 10.0.0.249 - - [2026-06-04 02:17:16] "POST /fqname-to-id HTTP/1.1" 404 220 0.003030 10.0.0.249 - - [2026-06-04 02:17:16] "GET / HTTP/1.1" 200 36215 0.001209 10.0.0.249 - - [2026-06-04 02:17:16] "POST /config-nodes HTTP/1.1" 200 601 0.033292 10.0.0.249 - - [2026-06-04 02:17:16] "GET / HTTP/1.1" 200 36215 0.001225 /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-06-04 02:17:17] "POST /fqname-to-id HTTP/1.1" 401 293 0.000512 10.0.0.249 - - [2026-06-04 02:17:17] "GET / HTTP/1.1" 200 36215 0.001650 10.0.0.249 - - [2026-06-04 02:17:17] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000484 10.0.0.249 - - [2026-06-04 02:17:17] "POST /fqname-to-id HTTP/1.1" 401 293 0.000472 10.0.0.249 - - [2026-06-04 02:17:18] "POST /fqname-to-id HTTP/1.1" 404 186 0.634813 10.0.0.249 - - [2026-06-04 02:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.249 - - [2026-06-04 02:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.351785 10.0.0.249 - - [2026-06-04 02:17:18] "GET /network-ipam/7db1c705-140d-43a9-ae1a-197a3e51144a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1955 0.004035 10.0.0.249 - - [2026-06-04 02:17:18] "GET /global-system-config/71563ab3-c845-4477-a0fe-754cee29af2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007261 10.0.0.249 - - [2026-06-04 02:17:18] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.085928 10.0.0.249 - - [2026-06-04 02:17:18] "POST /service-appliance-sets HTTP/1.1" 200 555 0.018022 10.0.0.249 - - [2026-06-04 02:17:18] "POST /fqname-to-id HTTP/1.1" 404 180 0.003011 10.0.0.249 - - [2026-06-04 02:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.249 - - [2026-06-04 02:17:18] "GET /global-system-config/71563ab3-c845-4477-a0fe-754cee29af2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.017937 10.0.0.249 - - [2026-06-04 02:17:18] "POST /service-appliance-sets HTTP/1.1" 200 543 0.021798 10.0.0.249 - - [2026-06-04 02:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.249 - - [2026-06-04 02:17:18] "GET /network-ipam/7db1c705-140d-43a9-ae1a-197a3e51144a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1955 0.004352 10.0.0.249 - - [2026-06-04 02:17:18] "POST /service-templates HTTP/1.1" 200 513 0.029622 10.0.0.249 - - [2026-06-04 02:17:18] "POST /fqname-to-id HTTP/1.1" 404 225 0.002837 10.0.0.249 - - [2026-06-04 02:17:18] "POST /service-templates HTTP/1.1" 200 503 0.021873 10.0.0.249 - - [2026-06-04 02:17:18] "POST /access-control-lists HTTP/1.1" 200 589 0.019101 10.0.0.249 - - [2026-06-04 02:17:18] "POST /fqname-to-id HTTP/1.1" 404 224 0.002270 10.0.0.249 - - [2026-06-04 02:17:18] "POST /service-templates HTTP/1.1" 200 517 0.018934 10.0.0.249 - - [2026-06-04 02:17:18] "POST /service-templates HTTP/1.1" 200 537 0.017082 10.0.0.249 - - [2026-06-04 02:17:18] "POST /access-control-lists HTTP/1.1" 200 587 0.020643 10.0.0.249 - - [2026-06-04 02:17:18] "POST /service-templates HTTP/1.1" 200 509 0.025517 10.0.0.249 - - [2026-06-04 02:17:18] "POST /route-targets HTTP/1.1" 200 328 0.012178 10.0.0.249 - - [2026-06-04 02:17:18] "POST /ref-update HTTP/1.1" 200 156 0.011155 10.0.0.249 - - [2026-06-04 02:17:19] "POST /route-targets HTTP/1.1" 200 328 0.010566 10.0.0.249 - - [2026-06-04 02:17:19] "POST /ref-update HTTP/1.1" 200 156 0.009086 10.0.0.249 - - [2026-06-04 02:17:19] "POST /route-targets HTTP/1.1" 200 328 0.011835 10.0.0.249 - - [2026-06-04 02:17:19] "POST /ref-update HTTP/1.1" 200 156 0.010169 10.0.0.249 - - [2026-06-04 02:17:19] "POST /route-targets HTTP/1.1" 200 328 0.011531 10.0.0.249 - - [2026-06-04 02:17:19] "GET / HTTP/1.1" 200 36215 0.003229 10.0.0.249 - - [2026-06-04 02:17:19] "POST /fqname-to-id HTTP/1.1" 401 293 0.000472 10.0.0.249 - - [2026-06-04 02:17:19] "POST /ref-update HTTP/1.1" 200 156 0.015293 10.0.0.249 - - [2026-06-04 02:17:19] "POST /fqname-to-id HTTP/1.1" 404 201 0.002650 10.0.0.249 - - [2026-06-04 02:17:19] "POST /access-control-lists HTTP/1.1" 200 553 0.061143 10.0.0.249 - - [2026-06-04 02:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.023683 10.0.0.249 - - [2026-06-04 02:17:19] "GET /global-system-config/71563ab3-c845-4477-a0fe-754cee29af2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005004 10.0.0.249 - - [2026-06-04 02:17:19] "POST /fqname-to-id HTTP/1.1" 404 220 0.003218 10.0.0.249 - - [2026-06-04 02:17:19] "POST /config-database-nodes HTTP/1.1" 200 619 0.017931 10.0.0.249 - - [2026-06-04 02:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.249 - - [2026-06-04 02:17:23] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1217 0.003293 10.0.0.249 - - [2026-06-04 02:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.249 - - [2026-06-04 02:17:23] "PUT /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9 HTTP/1.1" 200 277 0.008203 10.0.0.249 - - [2026-06-04 02:17:23] "GET / HTTP/1.1" 200 36215 0.001502 10.0.0.249 - - [2026-06-04 02:17:23] "POST /alarms HTTP/1.1" 401 293 0.000346 10.0.0.249 - - [2026-06-04 02:17:23] "POST /alarms HTTP/1.1" 200 583 0.039765 10.0.0.249 - - [2026-06-04 02:17:24] "POST /alarms HTTP/1.1" 200 577 0.165553 10.0.0.249 - - [2026-06-04 02:17:24] "POST /alarms HTTP/1.1" 200 577 0.032902 10.0.0.249 - - [2026-06-04 02:17:24] "POST /alarms HTTP/1.1" 200 561 0.029571 10.0.0.249 - - [2026-06-04 02:17:24] "POST /alarms HTTP/1.1" 200 557 0.018956 10.0.0.249 - - [2026-06-04 02:17:24] "POST /alarms HTTP/1.1" 200 559 0.024459 10.0.0.249 - - [2026-06-04 02:17:24] "POST /alarms HTTP/1.1" 200 567 0.301476 10.0.0.249 - - [2026-06-04 02:17:24] "POST /alarms HTTP/1.1" 200 551 0.060345 10.0.0.249 - - [2026-06-04 02:17:24] "POST /alarms HTTP/1.1" 200 559 0.080263 10.0.0.249 - - [2026-06-04 02:17:25] "POST /alarms HTTP/1.1" 200 569 0.063393 10.0.0.249 - - [2026-06-04 02:17:25] "POST /alarms HTTP/1.1" 200 557 0.055567 10.0.0.249 - - [2026-06-04 02:17:25] "POST /alarms HTTP/1.1" 200 569 0.117586 10.0.0.249 - - [2026-06-04 02:17:25] "POST /alarms HTTP/1.1" 200 577 0.070498 10.0.0.249 - - [2026-06-04 02:17:25] "POST /alarms HTTP/1.1" 200 571 0.079252 10.0.0.249 - - [2026-06-04 02:17:25] "POST /alarms HTTP/1.1" 200 563 0.052510 10.0.0.249 - - [2026-06-04 02:17:25] "POST /alarms HTTP/1.1" 200 563 0.032846 10.0.0.249 - - [2026-06-04 02:17:25] "POST /alarms HTTP/1.1" 200 563 0.093827 10.0.0.249 - - [2026-06-04 02:17:25] "POST /alarms HTTP/1.1" 200 549 0.016585 10.0.0.249 - - [2026-06-04 02:17:25] "POST /alarms HTTP/1.1" 200 597 0.017508 10.0.0.249 - - [2026-06-04 02:17:26] "POST /alarms HTTP/1.1" 200 577 0.014730 10.0.0.249 - - [2026-06-04 02:17:26] "POST /alarms HTTP/1.1" 200 573 0.023967 10.0.0.249 - - [2026-06-04 02:17:26] "POST /alarms HTTP/1.1" 200 585 0.016969 10.0.0.249 - - [2026-06-04 02:17:26] "POST /alarms HTTP/1.1" 200 611 0.017164 10.0.0.249 - - [2026-06-04 02:17:26] "GET / HTTP/1.1" 200 36215 0.001533 10.0.0.249 - - [2026-06-04 02:17:26] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000368 10.0.0.249 - - [2026-06-04 02:17:26] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.026085 10.0.0.249 - - [2026-06-04 02:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002453 10.0.0.249 - - [2026-06-04 02:17:26] "PUT /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9 HTTP/1.1" 200 277 0.011018 10.0.0.249 - - [2026-06-04 02:17:27] "GET / HTTP/1.1" 200 36215 0.002206 10.0.0.249 - - [2026-06-04 02:17:27] "POST /fqname-to-id HTTP/1.1" 401 293 0.000494 10.0.0.249 - - [2026-06-04 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.023565 10.0.0.249 - - [2026-06-04 02:17:27] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003364 10.0.0.249 - - [2026-06-04 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.249 - - [2026-06-04 02:17:27] "PUT /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9 HTTP/1.1" 200 277 0.007321 10.0.0.249 - - [2026-06-04 02:17:27] "GET / HTTP/1.1" 200 36215 0.002000 10.0.0.249 - - [2026-06-04 02:17:27] "POST /fqname-to-id HTTP/1.1" 401 293 0.000332 10.0.0.249 - - [2026-06-04 02:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.023629 10.0.0.249 - - [2026-06-04 02:17:28] "GET /global-system-config/71563ab3-c845-4477-a0fe-754cee29af2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005248 10.0.0.249 - - [2026-06-04 02:17:28] "PUT /global-system-config/71563ab3-c845-4477-a0fe-754cee29af2e HTTP/1.1" 200 275 0.015198 10.0.0.249 - - [2026-06-04 02:17:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000457 10.0.0.249 - - [2026-06-04 02:17:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000340 10.0.0.249 - - [2026-06-04 02:17:39] "GET /global-system-configs HTTP/1.1" 401 293 0.000356 10.0.0.249 - - [2026-06-04 02:17:39] "GET /global-system-configs HTTP/1.1" 401 293 0.000372 10.0.0.249 - - [2026-06-04 02:18:05] "GET / HTTP/1.1" 200 36215 0.001705 10.0.0.249 - - [2026-06-04 02:18:05] "POST /fqname-to-id HTTP/1.1" 401 293 0.000427 10.0.0.249 - - [2026-06-04 02:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.025491 10.0.0.249 - - [2026-06-04 02:18:06] "GET /routing-instance/221529e9-84a0-4383-83ad-f6d316c4ed94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003485 10.0.0.249 - - [2026-06-04 02:18:06] "POST /bgp-routers HTTP/1.1" 200 622 0.019820 10.0.0.249 - - [2026-06-04 02:18:06] "GET /bgp-router/d0e67006-8142-46a8-9dc8-5b7fe8854c53?fields=global_system_config_back_refs HTTP/1.1" 200 1129 0.005174 10.0.0.249 - - [2026-06-04 02:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.249 - - [2026-06-04 02:18:06] "GET /global-system-config/71563ab3-c845-4477-a0fe-754cee29af2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005406 10.0.0.249 - - [2026-06-04 02:18:06] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003164 10.0.0.249 - - [2026-06-04 02:18:06] "POST /ref-update HTTP/1.1" 200 156 0.006914 10.0.0.249 - - [2026-06-04 02:18:30] "GET / HTTP/1.1" 200 36215 0.001692 10.0.0.249 - - [2026-06-04 02:18:30] "POST /fqname-to-id HTTP/1.1" 401 293 0.000431 10.0.0.249 - - [2026-06-04 02:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.030926 10.0.0.249 - - [2026-06-04 02:18:31] "GET /global-system-config/71563ab3-c845-4477-a0fe-754cee29af2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.007110 10.0.0.249 - - [2026-06-04 02:18:31] "POST /fqname-to-id HTTP/1.1" 404 220 0.002680 10.0.0.249 - - [2026-06-04 02:18:31] "POST /database-nodes HTTP/1.1" 200 605 0.019011 10.0.0.249 - - [2026-06-04 02:18:58] "GET / HTTP/1.1" 200 36215 0.002281 10.0.0.249 - - [2026-06-04 02:18:58] "POST /fqname-to-id HTTP/1.1" 401 293 0.000520 10.0.0.249 - - [2026-06-04 02:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.029177 10.0.0.249 - - [2026-06-04 02:18:58] "GET /global-system-config/71563ab3-c845-4477-a0fe-754cee29af2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.006538 10.0.0.249 - - [2026-06-04 02:18:58] "POST /fqname-to-id HTTP/1.1" 404 220 0.003345 10.0.0.249 - - [2026-06-04 02:18:58] "POST /analytics-nodes HTTP/1.1" 200 607 0.018765 10.0.0.249 - - [2026-06-04 02:19:04] "GET / HTTP/1.1" 200 36215 0.001565 10.0.0.249 - - [2026-06-04 02:19:14] "GET / HTTP/1.1" 200 36215 0.001234 10.0.0.249 - - [2026-06-04 02:19:14] "POST /fqname-to-id HTTP/1.1" 401 293 0.000350 10.0.0.249 - - [2026-06-04 02:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.027827 10.0.0.249 - - [2026-06-04 02:19:15] "GET /global-system-config/71563ab3-c845-4477-a0fe-754cee29af2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.005187 10.0.0.249 - - [2026-06-04 02:19:15] "POST /fqname-to-id HTTP/1.1" 404 220 0.002766 10.0.0.249 - - [2026-06-04 02:19:15] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.019663 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-06-04 02:19:20] "GET /obj-perms HTTP/1.1" 200 5075 0.388989 10.0.0.249 - - [2026-06-04 02:19:20] "GET /obj-perms HTTP/1.1" 200 5075 0.058875 10.0.0.249 - - [2026-06-04 02:19:30] "GET / HTTP/1.1" 200 36215 0.001899 10.0.0.249 - - [2026-06-04 02:19:30] "POST /fqname-to-id HTTP/1.1" 401 293 0.000374 10.0.0.249 - - [2026-06-04 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.025960 10.0.0.249 - - [2026-06-04 02:19:30] "GET /global-system-config/71563ab3-c845-4477-a0fe-754cee29af2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.006089 10.0.0.249 - - [2026-06-04 02:19:30] "POST /fqname-to-id HTTP/1.1" 404 220 0.002992 10.0.0.249 - - [2026-06-04 02:19:30] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.017031 10.0.0.249 - - [2026-06-04 02:20:20] "GET /obj-perms HTTP/1.1" 200 5075 0.052524 10.0.0.249 - - [2026-06-04 02:20:21] "GET /obj-perms HTTP/1.1" 200 5075 0.048471 10.0.0.249 - - [2026-06-04 02:21:05] "GET / HTTP/1.1" 200 36215 0.002146 10.0.0.249 - - [2026-06-04 02:21:05] "POST /fqname-to-id HTTP/1.1" 401 293 0.000388 10.0.0.249 - - [2026-06-04 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.033664 10.0.0.249 - - [2026-06-04 02:21:05] "GET /global-system-config/71563ab3-c845-4477-a0fe-754cee29af2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.006497 10.0.0.249 - - [2026-06-04 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.249 - - [2026-06-04 02:21:05] "GET /routing-instance/221529e9-84a0-4383-83ad-f6d316c4ed94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003951 10.0.0.249 - - [2026-06-04 02:21:05] "PUT /global-system-config/71563ab3-c845-4477-a0fe-754cee29af2e HTTP/1.1" 200 275 0.011371 10.0.0.249 - - [2026-06-04 02:21:05] "POST /fqname-to-id HTTP/1.1" 404 218 0.002923 10.0.0.249 - - [2026-06-04 02:21:05] "POST /virtual-routers HTTP/1.1" 200 605 0.072006 10.0.0.249 - - [2026-06-04 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.249 - - [2026-06-04 02:21:05] "GET /virtual-router/ffe9c54e-63d3-455c-a1a2-b55df363cc73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1258 0.005604 10.0.0.249 - - [2026-06-04 02:21:05] "POST /fqname-to-id HTTP/1.1" 404 231 0.002802 10.0.0.249 - - [2026-06-04 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.249 - - [2026-06-04 02:21:06] "GET /virtual-network/95a510db-0269-4e15-9ec7-cdb5539bc1e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.005790 10.0.0.249 - - [2026-06-04 02:21:06] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.051455 [Introspect:8084]10.0.0.249 - - [2026-06-04 02:21:11] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000955 [Introspect:8084]10.0.0.249 - - [2026-06-04 02:21:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000878 [Introspect:8084]10.0.0.249 - - [2026-06-04 02:21:13] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001014 [Introspect:8084]10.0.0.249 - - [2026-06-04 02:21:13] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000975 10.0.0.249 - - [2026-06-04 02:21:21] "GET /obj-perms HTTP/1.1" 200 5075 0.051397 10.0.0.249 - - [2026-06-04 02:21:22] "GET /obj-perms HTTP/1.1" 200 5075 0.050728 10.0.0.249 - - [2026-06-04 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002720 10.0.0.249 - - [2026-06-04 02:21:22] "GET /virtual-router/ffe9c54e-63d3-455c-a1a2-b55df363cc73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1258 0.003368 10.0.0.249 - - [2026-06-04 02:22:21] "GET / HTTP/1.1" 200 36215 0.001534 10.0.0.249 - - [2026-06-04 02:22:22] "GET /obj-perms HTTP/1.1" 200 5075 0.072220 10.0.0.249 - - [2026-06-04 02:22:22] "GET /project/225af933-88f4-4237-a5ae-b5faa8e482b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000444 10.0.0.249 - - [2026-06-04 02:22:23] "GET /obj-perms HTTP/1.1" 200 5075 0.339572 10.0.0.249 - - [2026-06-04 02:22:23] "GET /projects?obj_uuids=225af933-88f4-4237-a5ae-b5faa8e482b5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.040688 10.0.0.249 - - [2026-06-04 02:22:23] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000943 10.0.0.249 - - [2026-06-04 02:22:23] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.031816 10.0.0.249 - - [2026-06-04 02:22:23] "POST /id-to-fqname HTTP/1.1" 200 167 0.001317 10.0.0.249 - - [2026-06-04 02:22:23] "POST /fqname-to-id HTTP/1.1" 404 176 0.003650 10.0.0.249 - - [2026-06-04 02:22:23] "POST /security-groups HTTP/1.1" 200 568 0.060355 10.0.0.249 - - [2026-06-04 02:22:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.030135 10.0.0.249 - - [2026-06-04 02:22:23] "POST /projects HTTP/1.1" 200 539 0.212684 10.0.0.249 - - [2026-06-04 02:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.287405 10.0.0.249 - - [2026-06-04 02:22:23] "POST /access-control-lists HTTP/1.1" 200 575 0.068856 10.0.0.249 - - [2026-06-04 02:22:23] "GET /project/225af933-88f4-4237-a5ae-b5faa8e482b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.488453 10.0.0.249 - - [2026-06-04 02:22:23] "POST /fqname-to-id HTTP/1.1" 404 206 0.002193 10.0.0.249 - - [2026-06-04 02:22:23] "POST /access-control-lists HTTP/1.1" 200 573 0.061107 [Introspect:8084]10.0.0.249 - - [2026-06-04 02:22:23] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001196 10.0.0.249 - - [2026-06-04 02:22:24] "POST /fqname-to-id HTTP/1.1" 404 199 0.024265 10.0.0.249 - - [2026-06-04 02:22:24] "GET /projects?obj_uuids=ce919cda-40d4-4951-961e-8f170cf60208&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002696 10.0.0.249 - - [2026-06-04 02:22:24] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000965 10.0.0.249 - - [2026-06-04 02:22:24] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006140 10.0.0.249 - - [2026-06-04 02:22:24] "POST /id-to-fqname HTTP/1.1" 200 201 0.001273 10.0.0.249 - - [2026-06-04 02:22:24] "POST /fqname-to-id HTTP/1.1" 404 210 0.005179 10.0.0.249 - - [2026-06-04 02:22:24] "POST /security-groups HTTP/1.1" 200 602 0.064758 10.0.0.249 - - [2026-06-04 02:22:24] "POST /fqname-to-id HTTP/1.1" 404 245 0.002770 10.0.0.249 - - [2026-06-04 02:22:24] "POST /projects HTTP/1.1" 200 607 0.212888 10.0.0.249 - - [2026-06-04 02:22:24] "POST /access-control-lists HTTP/1.1" 200 609 0.061028 10.0.0.249 - - [2026-06-04 02:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.288097 10.0.0.249 - - [2026-06-04 02:22:24] "POST /fqname-to-id HTTP/1.1" 404 244 0.002905 10.0.0.249 - - [2026-06-04 02:22:24] "GET /project/ce919cda-40d4-4951-961e-8f170cf60208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.409357 10.0.0.249 - - [2026-06-04 02:22:24] "POST /access-control-lists HTTP/1.1" 200 607 0.060877 10.0.0.249 - - [2026-06-04 02:22:25] "GET / HTTP/1.1" 200 36215 0.001996 10.0.0.249 - - [2026-06-04 02:22:26] "POST /fqname-to-id HTTP/1.1" 401 293 0.000426 10.0.0.249 - - [2026-06-04 02:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.047920 10.0.0.249 - - [2026-06-04 02:22:26] "GET /projects?obj_uuids=ce919cda-40d4-4951-961e-8f170cf60208&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000853 10.0.0.249 - - [2026-06-04 02:22:26] "GET /project/ce919cda-40d4-4951-961e-8f170cf60208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.022754 10.0.0.249 - - [2026-06-04 02:22:27] "POST /neutron/network HTTP/1.1" 200 117 0.045975 10.0.0.249 - - [2026-06-04 02:22:27] "GET /projects?obj_uuids=ce919cda-40d4-4951-961e-8f170cf60208&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001271 10.0.0.249 - - [2026-06-04 02:22:27] "POST /neutron/network HTTP/1.1" 200 620 0.086746 10.0.0.249 - - [2026-06-04 02:22:27] "POST /route-targets HTTP/1.1" 200 328 0.026819 10.0.0.249 - - [2026-06-04 02:22:27] "POST /ref-update HTTP/1.1" 200 156 0.024525 10.0.0.249 - - [2026-06-04 02:22:27] "POST /useragent-kv HTTP/1.1" 200 115 0.005150 10.0.0.249 - - [2026-06-04 02:22:27] "POST /neutron/subnet HTTP/1.1" 200 729 0.153580 10.0.0.249 - - [2026-06-04 02:22:27] "POST /neutron/network HTTP/1.1" 200 840 0.006319 10.0.0.249 - - [2026-06-04 02:22:27] "POST /id-to-fqname HTTP/1.1" 200 233 0.001406 10.0.0.249 - - [2026-06-04 02:22:27] "GET /virtual-network/fac5fe90-93da-4681-aed0-759ae7dca059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.004621 10.0.0.249 - - [2026-06-04 02:22:27] "POST /neutron/network HTTP/1.1" 200 840 0.005087 10.0.0.249 - - [2026-06-04 02:22:27] "GET /virtual-network/fac5fe90-93da-4681-aed0-759ae7dca059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.004610 10.0.0.249 - - [2026-06-04 02:22:27] "POST /neutron/network HTTP/1.1" 200 840 0.005205 10.0.0.249 - - [2026-06-04 02:22:27] "POST /neutron/subnet HTTP/1.1" 200 729 0.007705 10.0.0.249 - - [2026-06-04 02:22:27] "GET /domains HTTP/1.1" 401 293 0.000448 10.0.0.249 - - [2026-06-04 02:22:27] "GET /domains HTTP/1.1" 200 281 0.029520 10.0.0.249 - - [2026-06-04 02:22:27] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001132 10.0.0.249 - - [2026-06-04 02:22:27] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2595 0.013808 10.0.0.249 - - [2026-06-04 02:22:27] "GET /projects?obj_uuids=ce919cda-40d4-4951-961e-8f170cf60208&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001094 10.0.0.249 - - [2026-06-04 02:22:28] "GET /project/ce919cda-40d4-4951-961e-8f170cf60208 HTTP/1.1" 200 2185 0.101423 10.0.0.249 - - [2026-06-04 02:22:28] "GET /virtual-network/fac5fe90-93da-4681-aed0-759ae7dca059 HTTP/1.1" 200 2350 0.006178 10.0.0.249 - - [2026-06-04 02:22:28] "GET /virtual-network/fac5fe90-93da-4681-aed0-759ae7dca059 HTTP/1.1" 200 2350 0.004838 10.0.0.249 - - [2026-06-04 02:22:28] "GET /routing-instance/9e7b1263-e529-4ea5-bc16-eaf9dff41cff HTTP/1.1" 200 1498 0.003611 10.0.0.249 - - [2026-06-04 02:22:28] "GET /routing-instance/9e7b1263-e529-4ea5-bc16-eaf9dff41cff HTTP/1.1" 200 1498 0.004138 10.0.0.249 - - [2026-06-04 02:22:28] "GET /route-target/3996da22-a69f-4bc3-b948-1e74f919b38d HTTP/1.1" 200 1221 0.003963 10.0.0.249 - - [2026-06-04 02:22:28] "GET /virtual-network/fac5fe90-93da-4681-aed0-759ae7dca059 HTTP/1.1" 200 2350 0.006244 10.0.0.249 - - [2026-06-04 02:22:28] "GET /routing-instance/9e7b1263-e529-4ea5-bc16-eaf9dff41cff HTTP/1.1" 200 1498 0.004279 10.0.0.249 - - [2026-06-04 02:22:28] "GET /virtual-network/fac5fe90-93da-4681-aed0-759ae7dca059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005480 10.0.0.249 - - [2026-06-04 02:22:28] "GET /virtual-network/fac5fe90-93da-4681-aed0-759ae7dca059 HTTP/1.1" 200 2350 0.004635 10.0.0.249 - - [2026-06-04 02:22:28] "GET /routing-instance/9e7b1263-e529-4ea5-bc16-eaf9dff41cff HTTP/1.1" 200 1498 0.003180 10.0.0.249 - - [2026-06-04 02:22:28] "GET /routing-instance/9e7b1263-e529-4ea5-bc16-eaf9dff41cff HTTP/1.1" 200 1498 0.003286 10.0.0.249 - - [2026-06-04 02:22:28] "GET /route-target/3996da22-a69f-4bc3-b948-1e74f919b38d HTTP/1.1" 200 1221 0.003880 10.0.0.249 - - [2026-06-04 02:22:28] "GET /domains HTTP/1.1" 200 281 0.002751 10.0.0.249 - - [2026-06-04 02:22:28] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000897 10.0.0.249 - - [2026-06-04 02:22:28] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2595 0.006646 10.0.0.249 - - [2026-06-04 02:22:28] "GET /projects?obj_uuids=ce919cda-40d4-4951-961e-8f170cf60208&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000969 10.0.0.249 - - [2026-06-04 02:22:28] "GET /project/ce919cda-40d4-4951-961e-8f170cf60208 HTTP/1.1" 200 2185 0.068716 10.0.0.249 - - [2026-06-04 02:22:28] "GET /virtual-network/fac5fe90-93da-4681-aed0-759ae7dca059 HTTP/1.1" 200 2350 0.005310 10.0.0.249 - - [2026-06-04 02:22:28] "GET /obj-perms HTTP/1.1" 200 5071 0.052697 10.0.0.249 - - [2026-06-04 02:22:28] "POST /id-to-fqname HTTP/1.1" 200 233 0.001673 10.0.0.249 - - [2026-06-04 02:22:30] "POST /neutron/network HTTP/1.1" 200 850 0.005682 10.0.0.249 - - [2026-06-04 02:22:30] "GET /aaa-mode HTTP/1.1" 401 293 0.000515 10.0.0.249 - - [2026-06-04 02:22:30] "GET / HTTP/1.1" 200 36215 0.001411 10.0.0.249 - - [2026-06-04 02:22:30] "GET /project/ce919cda-40d4-4951-961e-8f170cf60208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000365 10.0.0.249 - - [2026-06-04 02:22:30] "GET /projects?obj_uuids=ce919cda-40d4-4951-961e-8f170cf60208&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001195 10.0.0.249 - - [2026-06-04 02:22:30] "GET /project/ce919cda-40d4-4951-961e-8f170cf60208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.050400 10.0.0.249 - - [2026-06-04 02:22:31] "POST /neutron/network HTTP/1.1" 200 840 0.032226 10.0.0.249 - - [2026-06-04 02:22:31] "POST /neutron/port HTTP/1.1" 200 117 0.005565 10.0.0.249 - - [2026-06-04 02:22:31] "POST /neutron/port HTTP/1.1" 200 117 0.005328 10.0.0.249 - - [2026-06-04 02:22:31] "POST /neutron/port HTTP/1.1" 200 117 0.005584 10.0.0.249 - - [2026-06-04 02:22:32] "POST /neutron/network HTTP/1.1" 200 850 0.005301 10.0.0.249 - - [2026-06-04 02:22:32] "GET /projects?obj_uuids=ce919cda-40d4-4951-961e-8f170cf60208&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001222 10.0.0.249 - - [2026-06-04 02:22:32] "POST /neutron/port HTTP/1.1" 200 1072 0.236678 10.0.0.249 - - [2026-06-04 02:22:33] "POST /neutron/port HTTP/1.1" 200 1072 0.062803 10.0.0.249 - - [2026-06-04 02:22:33] "POST /neutron/port HTTP/1.1" 200 1072 0.010398 10.0.0.249 - - [2026-06-04 02:22:33] "POST /neutron/port HTTP/1.1" 200 1126 0.092518 10.0.0.249 - - [2026-06-04 02:22:33] "POST /neutron/port HTTP/1.1" 200 1136 0.020556 10.0.0.249 - - [2026-06-04 02:22:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005244 10.0.0.249 - - [2026-06-04 02:22:33] "POST /neutron/subnet HTTP/1.1" 200 703 0.007979 10.0.0.249 - - [2026-06-04 02:22:33] "POST /neutron/port HTTP/1.1" 200 117 0.001052 10.0.0.249 - - [2026-06-04 02:22:33] "POST /neutron/network HTTP/1.1" 200 840 0.006644 10.0.0.249 - - [2026-06-04 02:22:36] "POST /neutron/port HTTP/1.1" 200 1136 0.011781 10.0.0.249 - - [2026-06-04 02:22:36] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006287 10.0.0.249 - - [2026-06-04 02:22:36] "GET /obj-perms HTTP/1.1" 200 5071 0.002990 10.0.0.249 - - [2026-06-04 02:22:37] "GET /obj-perms HTTP/1.1" 200 5071 0.003672 10.0.0.249 - - [2026-06-04 02:22:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000383 10.0.0.249 - - [2026-06-04 02:22:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000345 10.0.0.249 - - [2026-06-04 02:22:38] "GET /obj-perms HTTP/1.1" 200 5071 0.003194 10.0.0.249 - - [2026-06-04 02:22:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000524 10.0.0.249 - - [2026-06-04 02:22:39] "GET /global-system-configs HTTP/1.1" 401 293 0.000416 10.0.0.249 - - [2026-06-04 02:22:39] "GET /obj-perms HTTP/1.1" 200 5071 0.003981 10.0.0.249 - - [2026-06-04 02:22:41] "GET /obj-perms HTTP/1.1" 200 5071 0.003320 10.0.0.249 - - [2026-06-04 02:22:41] "POST /neutron/port HTTP/1.1" 200 1136 0.022405 10.0.0.249 - - [2026-06-04 02:22:41] "POST /neutron/port HTTP/1.1" 200 1136 0.014022 10.0.0.249 - - [2026-06-04 02:22:41] "POST /neutron/network HTTP/1.1" 200 850 0.006158 10.0.0.249 - - [2026-06-04 02:22:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003629 10.0.0.249 - - [2026-06-04 02:22:41] "POST /neutron/subnet HTTP/1.1" 200 703 0.007648 10.0.0.249 - - [2026-06-04 02:22:41] "POST /neutron/port HTTP/1.1" 200 117 0.001053 10.0.0.249 - - [2026-06-04 02:22:41] "POST /neutron/network HTTP/1.1" 200 840 0.006261 10.0.0.249 - - [2026-06-04 02:22:42] "POST /neutron/network HTTP/1.1" 200 840 0.005448 10.0.0.249 - - [2026-06-04 02:22:42] "POST /neutron/network HTTP/1.1" 400 204 0.009693 10.0.0.249 - - [2026-06-04 02:22:42] "POST /neutron/port HTTP/1.1" 200 1136 0.017226 10.0.0.249 - - [2026-06-04 02:22:42] "POST /neutron/port HTTP/1.1" 200 1126 0.013507 10.0.0.249 - - [2026-06-04 02:22:42] "POST /neutron/port HTTP/1.1" 200 151 0.110168 10.0.0.249 - - [2026-06-04 02:22:44] "POST /neutron/network HTTP/1.1" 200 840 0.007600 10.0.0.249 - - [2026-06-04 02:22:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003048 10.0.0.249 - - [2026-06-04 02:22:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.249 - - [2026-06-04 02:22:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002671 10.0.0.249 - - [2026-06-04 02:22:44] "POST /neutron/network HTTP/1.1" 200 151 0.083025 10.0.0.249 - - [2026-06-04 02:22:44] "DELETE /route-target/3996da22-a69f-4bc3-b948-1e74f919b38d HTTP/1.1" 200 115 0.015601 10.0.0.249 - - [2026-06-04 02:22:44] "GET /routing-instance/9e7b1263-e529-4ea5-bc16-eaf9dff41cff HTTP/1.1" 404 171 0.003156 10.0.0.249 - - [2026-06-04 02:22:44] "GET /domains HTTP/1.1" 200 281 0.002325 10.0.0.249 - - [2026-06-04 02:22:44] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001003 10.0.0.249 - - [2026-06-04 02:22:44] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2595 0.049711 10.0.0.249 - - [2026-06-04 02:22:44] "GET /projects?obj_uuids=ce919cda-40d4-4951-961e-8f170cf60208&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001038 10.0.0.249 - - [2026-06-04 02:22:44] "GET /project/ce919cda-40d4-4951-961e-8f170cf60208 HTTP/1.1" 200 1934 0.068194 10.0.0.249 - - [2026-06-04 02:22:44] "GET /projects?obj_uuids=ce919cda-40d4-4951-961e-8f170cf60208&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000896 10.0.0.249 - - [2026-06-04 02:22:44] "GET /project/ce919cda-40d4-4951-961e-8f170cf60208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.023867 10.0.0.249 - - [2026-06-04 02:22:44] "GET /projects?obj_uuids=ce919cda-40d4-4951-961e-8f170cf60208&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000903 10.0.0.249 - - [2026-06-04 02:22:44] "GET /project/ce919cda-40d4-4951-961e-8f170cf60208?fields=virtual_networks HTTP/1.1" 200 1067 0.068405 10.0.0.249 - - [2026-06-04 02:22:44] "GET /projects?obj_uuids=ce919cda-40d4-4951-961e-8f170cf60208&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001382 10.0.0.249 - - [2026-06-04 02:22:44] "GET /project/ce919cda-40d4-4951-961e-8f170cf60208?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.033921 10.0.0.249 - - [2026-06-04 02:22:44] "GET /projects?obj_uuids=ce919cda-40d4-4951-961e-8f170cf60208&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000907 10.0.0.249 - - [2026-06-04 02:22:44] "GET /project/ce919cda-40d4-4951-961e-8f170cf60208?fields=security_groups HTTP/1.1" 200 1305 0.022750 10.0.0.249 - - [2026-06-04 02:22:45] "GET /projects?obj_uuids=225af933-88f4-4237-a5ae-b5faa8e482b5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001030 10.0.0.249 - - [2026-06-04 02:22:45] "GET /project/225af933-88f4-4237-a5ae-b5faa8e482b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.024258 10.0.0.249 - - [2026-06-04 02:22:49] "GET /projects?obj_uuids=225af933-88f4-4237-a5ae-b5faa8e482b5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001293 10.0.0.249 - - [2026-06-04 02:22:49] "GET /project/225af933-88f4-4237-a5ae-b5faa8e482b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.025104 10.0.0.249 - - [2026-06-04 02:22:49] "GET /documentation/index.html HTTP/1.1" 200 219571 0.003734 10.0.0.249 - - [2026-06-04 02:22:50] "POST /fqname-to-id HTTP/1.1" 404 200 0.033055 10.0.0.249 - - [2026-06-04 02:22:50] "GET /projects?obj_uuids=9df2cc06-4b47-4ff6-b39c-782895256427&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002489 10.0.0.249 - - [2026-06-04 02:22:50] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001168 10.0.0.249 - - [2026-06-04 02:22:50] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007507 10.0.0.249 - - [2026-06-04 02:22:50] "POST /id-to-fqname HTTP/1.1" 200 202 0.001156 10.0.0.249 - - [2026-06-04 02:22:50] "POST /fqname-to-id HTTP/1.1" 404 211 0.003032 10.0.0.249 - - [2026-06-04 02:22:50] "POST /security-groups HTTP/1.1" 200 603 0.060797 10.0.0.249 - - [2026-06-04 02:22:50] "POST /fqname-to-id HTTP/1.1" 404 246 0.002379 10.0.0.249 - - [2026-06-04 02:22:50] "POST /projects HTTP/1.1" 200 609 0.212042 10.0.0.249 - - [2026-06-04 02:22:50] "POST /access-control-lists HTTP/1.1" 200 610 0.063111 10.0.0.249 - - [2026-06-04 02:22:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.281442 10.0.0.249 - - [2026-06-04 02:22:50] "POST /fqname-to-id HTTP/1.1" 404 245 0.002643 10.0.0.249 - - [2026-06-04 02:22:50] "GET /project/9df2cc06-4b47-4ff6-b39c-782895256427?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.408678 10.0.0.249 - - [2026-06-04 02:22:50] "POST /access-control-lists HTTP/1.1" 200 608 0.060837 10.0.0.249 - - [2026-06-04 02:22:51] "GET / HTTP/1.1" 200 36215 0.002561 10.0.0.249 - - [2026-06-04 02:22:52] "GET /projects?obj_uuids=225af933-88f4-4237-a5ae-b5faa8e482b5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000961 10.0.0.249 - - [2026-06-04 02:22:52] "GET /project/225af933-88f4-4237-a5ae-b5faa8e482b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.023386 10.0.0.249 - - [2026-06-04 02:22:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.249 - - [2026-06-04 02:22:52] "GET /security-group/dbd1fb7f-a008-47c1-affb-e38a3c25c7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.004617 10.0.0.249 - - [2026-06-04 02:22:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.249 - - [2026-06-04 02:22:52] "GET /projects?obj_uuids=225af933-88f4-4237-a5ae-b5faa8e482b5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001199 10.0.0.249 - - [2026-06-04 02:22:52] "GET /project/225af933-88f4-4237-a5ae-b5faa8e482b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.026940 10.0.0.249 - - [2026-06-04 02:22:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.249 - - [2026-06-04 02:22:52] "GET /security-group/dbd1fb7f-a008-47c1-affb-e38a3c25c7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.003651 10.0.0.249 - - [2026-06-04 02:22:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002723 10.0.0.249 - - [2026-06-04 02:22:53] "PUT /security-group/dbd1fb7f-a008-47c1-affb-e38a3c25c7cb HTTP/1.1" 200 263 0.013920 10.0.0.249 - - [2026-06-04 02:22:53] "PUT /access-control-list/5c73f540-5b37-43b0-a2b6-c9f9416c8061 HTTP/1.1" 200 273 0.008474 10.0.0.249 - - [2026-06-04 02:22:53] "PUT /access-control-list/d7a9ddbe-f022-4a93-bd02-2c2ff69411b0 HTTP/1.1" 200 273 0.011738 10.0.0.249 - - [2026-06-04 02:22:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000403 10.0.0.249 - - [2026-06-04 02:22:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.054079 10.0.0.249 - - [2026-06-04 02:22:53] "GET /projects?obj_uuids=9df2cc06-4b47-4ff6-b39c-782895256427&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000937 10.0.0.249 - - [2026-06-04 02:22:53] "GET /project/9df2cc06-4b47-4ff6-b39c-782895256427?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.022489 10.0.0.249 - - [2026-06-04 02:22:53] "POST /neutron/network HTTP/1.1" 200 117 0.031333 10.0.0.249 - - [2026-06-04 02:22:53] "GET /projects?obj_uuids=9df2cc06-4b47-4ff6-b39c-782895256427&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001305 10.0.0.249 - - [2026-06-04 02:22:53] "POST /neutron/network HTTP/1.1" 200 619 0.083285 10.0.0.249 - - [2026-06-04 02:22:53] "POST /route-targets HTTP/1.1" 200 328 0.009385 10.0.0.249 - - [2026-06-04 02:22:53] "POST /ref-update HTTP/1.1" 200 156 0.020651 10.0.0.249 - - [2026-06-04 02:22:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003918 10.0.0.249 - - [2026-06-04 02:22:54] "POST /neutron/subnet HTTP/1.1" 200 730 0.150114 10.0.0.249 - - [2026-06-04 02:22:54] "POST /neutron/network HTTP/1.1" 200 839 0.005031 10.0.0.249 - - [2026-06-04 02:22:54] "POST /id-to-fqname HTTP/1.1" 200 233 0.001055 10.0.0.249 - - [2026-06-04 02:22:54] "GET /virtual-network/d9e84533-23fe-45ae-96fb-95e9e5258f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004538 10.0.0.249 - - [2026-06-04 02:22:54] "POST /neutron/network HTTP/1.1" 200 839 0.005699 10.0.0.249 - - [2026-06-04 02:22:54] "GET /virtual-network/d9e84533-23fe-45ae-96fb-95e9e5258f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004365 10.0.0.249 - - [2026-06-04 02:22:54] "POST /neutron/network HTTP/1.1" 200 839 0.005218 10.0.0.249 - - [2026-06-04 02:22:54] "POST /neutron/subnet HTTP/1.1" 200 730 0.006502 10.0.0.249 - - [2026-06-04 02:22:54] "GET /domains HTTP/1.1" 401 293 0.000354 10.0.0.249 - - [2026-06-04 02:22:54] "GET /domains HTTP/1.1" 200 281 0.024826 10.0.0.249 - - [2026-06-04 02:22:54] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000982 10.0.0.249 - - [2026-06-04 02:22:54] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2794 0.007591 10.0.0.249 - - [2026-06-04 02:22:54] "GET /projects?obj_uuids=9df2cc06-4b47-4ff6-b39c-782895256427&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000900 10.0.0.249 - - [2026-06-04 02:22:54] "GET /project/9df2cc06-4b47-4ff6-b39c-782895256427 HTTP/1.1" 200 2191 0.066861 10.0.0.249 - - [2026-06-04 02:22:54] "GET /virtual-network/d9e84533-23fe-45ae-96fb-95e9e5258f52 HTTP/1.1" 200 2348 0.005747 10.0.0.249 - - [2026-06-04 02:22:54] "GET /virtual-network/d9e84533-23fe-45ae-96fb-95e9e5258f52 HTTP/1.1" 200 2348 0.004534 10.0.0.249 - - [2026-06-04 02:22:54] "GET /routing-instance/2b0c11a9-eaf7-4a1e-9b96-a8d2f0ecd978 HTTP/1.1" 200 1494 0.003208 10.0.0.249 - - [2026-06-04 02:22:54] "GET /routing-instance/2b0c11a9-eaf7-4a1e-9b96-a8d2f0ecd978 HTTP/1.1" 200 1494 0.003460 10.0.0.249 - - [2026-06-04 02:22:54] "GET /route-target/a35c1423-fa72-46dc-84f1-499f80a313f3 HTTP/1.1" 200 1220 0.003373 10.0.0.249 - - [2026-06-04 02:22:54] "GET /virtual-network/d9e84533-23fe-45ae-96fb-95e9e5258f52 HTTP/1.1" 200 2348 0.005692 10.0.0.249 - - [2026-06-04 02:22:54] "GET /routing-instance/2b0c11a9-eaf7-4a1e-9b96-a8d2f0ecd978 HTTP/1.1" 200 1494 0.003346 10.0.0.249 - - [2026-06-04 02:22:54] "GET /virtual-network/d9e84533-23fe-45ae-96fb-95e9e5258f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004094 10.0.0.249 - - [2026-06-04 02:22:54] "GET /virtual-network/d9e84533-23fe-45ae-96fb-95e9e5258f52 HTTP/1.1" 200 2348 0.004346 10.0.0.249 - - [2026-06-04 02:22:54] "GET /routing-instance/2b0c11a9-eaf7-4a1e-9b96-a8d2f0ecd978 HTTP/1.1" 200 1494 0.002701 10.0.0.249 - - [2026-06-04 02:22:54] "GET /routing-instance/2b0c11a9-eaf7-4a1e-9b96-a8d2f0ecd978 HTTP/1.1" 200 1494 0.002625 10.0.0.249 - - [2026-06-04 02:22:54] "GET /route-target/a35c1423-fa72-46dc-84f1-499f80a313f3 HTTP/1.1" 200 1220 0.002359 10.0.0.249 - - [2026-06-04 02:22:54] "GET /domains HTTP/1.1" 200 281 0.002457 10.0.0.249 - - [2026-06-04 02:22:54] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000871 10.0.0.249 - - [2026-06-04 02:22:54] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2794 0.006060 10.0.0.249 - - [2026-06-04 02:22:54] "GET /projects?obj_uuids=9df2cc06-4b47-4ff6-b39c-782895256427&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000820 10.0.0.249 - - [2026-06-04 02:22:54] "GET /project/9df2cc06-4b47-4ff6-b39c-782895256427 HTTP/1.1" 200 2191 0.064798 10.0.0.249 - - [2026-06-04 02:22:54] "GET /virtual-network/d9e84533-23fe-45ae-96fb-95e9e5258f52 HTTP/1.1" 200 2348 0.004496 10.0.0.249 - - [2026-06-04 02:22:55] "GET /obj-perms HTTP/1.1" 200 5073 0.049509 10.0.0.249 - - [2026-06-04 02:22:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.249 - - [2026-06-04 02:22:55] "GET /projects?obj_uuids=9df2cc06-4b47-4ff6-b39c-782895256427&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001162 10.0.0.249 - - [2026-06-04 02:22:55] "GET /project/9df2cc06-4b47-4ff6-b39c-782895256427?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.023375 10.0.0.249 - - [2026-06-04 02:22:55] "POST /neutron/network HTTP/1.1" 200 117 0.009603 10.0.0.249 - - [2026-06-04 02:22:55] "GET /projects?obj_uuids=9df2cc06-4b47-4ff6-b39c-782895256427&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000919 10.0.0.249 - - [2026-06-04 02:22:55] "POST /neutron/network HTTP/1.1" 200 619 0.057306 10.0.0.249 - - [2026-06-04 02:22:55] "POST /route-targets HTTP/1.1" 200 328 0.015883 10.0.0.249 - - [2026-06-04 02:22:55] "POST /ref-update HTTP/1.1" 200 156 0.010314 10.0.0.249 - - [2026-06-04 02:22:55] "POST /useragent-kv HTTP/1.1" 200 115 0.009504 10.0.0.249 - - [2026-06-04 02:22:55] "POST /neutron/subnet HTTP/1.1" 200 729 0.214415 10.0.0.249 - - [2026-06-04 02:22:55] "POST /neutron/network HTTP/1.1" 200 839 0.005307 10.0.0.249 - - [2026-06-04 02:22:55] "POST /id-to-fqname HTTP/1.1" 200 233 0.001073 10.0.0.249 - - [2026-06-04 02:22:55] "GET /virtual-network/059b2a15-2b81-4476-84ba-b79761c18d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004537 10.0.0.249 - - [2026-06-04 02:22:55] "POST /neutron/network HTTP/1.1" 200 839 0.006552 10.0.0.249 - - [2026-06-04 02:22:55] "GET /virtual-network/059b2a15-2b81-4476-84ba-b79761c18d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004447 10.0.0.249 - - [2026-06-04 02:22:55] "POST /neutron/network HTTP/1.1" 200 839 0.005193 10.0.0.249 - - [2026-06-04 02:22:55] "POST /neutron/subnet HTTP/1.1" 200 729 0.006265 10.0.0.249 - - [2026-06-04 02:22:55] "GET /domains HTTP/1.1" 200 281 0.002370 10.0.0.249 - - [2026-06-04 02:22:55] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001228 10.0.0.249 - - [2026-06-04 02:22:55] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2794 0.006574 10.0.0.249 - - [2026-06-04 02:22:55] "GET /projects?obj_uuids=9df2cc06-4b47-4ff6-b39c-782895256427&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000923 10.0.0.249 - - [2026-06-04 02:22:55] "GET /project/9df2cc06-4b47-4ff6-b39c-782895256427 HTTP/1.1" 200 2420 0.068916 10.0.0.249 - - [2026-06-04 02:22:55] "GET /virtual-network/059b2a15-2b81-4476-84ba-b79761c18d72 HTTP/1.1" 200 2345 0.005447 10.0.0.249 - - [2026-06-04 02:22:55] "GET /virtual-network/059b2a15-2b81-4476-84ba-b79761c18d72 HTTP/1.1" 200 2345 0.004291 10.0.0.249 - - [2026-06-04 02:22:55] "GET /routing-instance/d25602fb-613d-4c6d-91cc-807ef7b31380 HTTP/1.1" 200 1495 0.003125 10.0.0.249 - - [2026-06-04 02:22:55] "GET /routing-instance/d25602fb-613d-4c6d-91cc-807ef7b31380 HTTP/1.1" 200 1495 0.002935 10.0.0.249 - - [2026-06-04 02:22:55] "GET /route-target/477bd0d5-6667-4f62-868f-65a72c92984f HTTP/1.1" 200 1219 0.003001 10.0.0.249 - - [2026-06-04 02:22:55] "GET /virtual-network/059b2a15-2b81-4476-84ba-b79761c18d72 HTTP/1.1" 200 2345 0.004141 10.0.0.249 - - [2026-06-04 02:22:55] "GET /routing-instance/d25602fb-613d-4c6d-91cc-807ef7b31380 HTTP/1.1" 200 1495 0.002946 10.0.0.249 - - [2026-06-04 02:22:55] "GET /virtual-network/059b2a15-2b81-4476-84ba-b79761c18d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004250 10.0.0.249 - - [2026-06-04 02:22:55] "GET /virtual-network/059b2a15-2b81-4476-84ba-b79761c18d72 HTTP/1.1" 200 2345 0.004379 10.0.0.249 - - [2026-06-04 02:22:55] "GET /routing-instance/d25602fb-613d-4c6d-91cc-807ef7b31380 HTTP/1.1" 200 1495 0.003050 10.0.0.249 - - [2026-06-04 02:22:55] "GET /routing-instance/d25602fb-613d-4c6d-91cc-807ef7b31380 HTTP/1.1" 200 1495 0.003114 10.0.0.249 - - [2026-06-04 02:22:55] "GET /route-target/477bd0d5-6667-4f62-868f-65a72c92984f HTTP/1.1" 200 1219 0.002587 10.0.0.249 - - [2026-06-04 02:22:55] "GET /domains HTTP/1.1" 200 281 0.002615 10.0.0.249 - - [2026-06-04 02:22:55] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000839 10.0.0.249 - - [2026-06-04 02:22:55] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2794 0.005874 10.0.0.249 - - [2026-06-04 02:22:55] "GET /projects?obj_uuids=9df2cc06-4b47-4ff6-b39c-782895256427&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000809 10.0.0.249 - - [2026-06-04 02:22:55] "GET /project/9df2cc06-4b47-4ff6-b39c-782895256427 HTTP/1.1" 200 2420 0.065290 10.0.0.249 - - [2026-06-04 02:22:55] "GET /virtual-network/059b2a15-2b81-4476-84ba-b79761c18d72 HTTP/1.1" 200 2345 0.004381 10.0.0.249 - - [2026-06-04 02:22:55] "GET /obj-perms HTTP/1.1" 200 5073 0.002783 10.0.0.249 - - [2026-06-04 02:22:55] "POST /id-to-fqname HTTP/1.1" 200 233 0.001133 10.0.0.249 - - [2026-06-04 02:22:56] "POST /neutron/network HTTP/1.1" 200 849 0.005991 10.0.0.249 - - [2026-06-04 02:22:56] "GET /aaa-mode HTTP/1.1" 401 293 0.000418 10.0.0.249 - - [2026-06-04 02:22:56] "GET / HTTP/1.1" 200 36215 0.001316 10.0.0.249 - - [2026-06-04 02:22:56] "GET /project/9df2cc06-4b47-4ff6-b39c-782895256427?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000349 10.0.0.249 - - [2026-06-04 02:22:56] "GET /projects?obj_uuids=9df2cc06-4b47-4ff6-b39c-782895256427&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001053 10.0.0.249 - - [2026-06-04 02:22:56] "GET /project/9df2cc06-4b47-4ff6-b39c-782895256427?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.049824 10.0.0.249 - - [2026-06-04 02:22:56] "POST /neutron/network HTTP/1.1" 200 839 0.005698 10.0.0.249 - - [2026-06-04 02:22:57] "POST /neutron/port HTTP/1.1" 200 117 0.005339 10.0.0.249 - - [2026-06-04 02:22:57] "POST /neutron/port HTTP/1.1" 200 117 0.017479 10.0.0.249 - - [2026-06-04 02:22:57] "POST /id-to-fqname HTTP/1.1" 200 233 0.001372 10.0.0.249 - - [2026-06-04 02:22:57] "POST /neutron/port HTTP/1.1" 200 117 0.005102 10.0.0.249 - - [2026-06-04 02:22:57] "POST /neutron/network HTTP/1.1" 200 849 0.005785 10.0.0.249 - - [2026-06-04 02:22:57] "GET /aaa-mode HTTP/1.1" 401 293 0.000613 10.0.0.249 - - [2026-06-04 02:22:57] "POST /neutron/network HTTP/1.1" 200 849 0.006352 10.0.0.249 - - [2026-06-04 02:22:57] "GET /projects?obj_uuids=9df2cc06-4b47-4ff6-b39c-782895256427&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001279 10.0.0.249 - - [2026-06-04 02:22:57] "GET / HTTP/1.1" 200 36215 0.001722 10.0.0.249 - - [2026-06-04 02:22:57] "GET /project/9df2cc06-4b47-4ff6-b39c-782895256427?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000398 10.0.0.249 - - [2026-06-04 02:22:57] "POST /neutron/port HTTP/1.1" 200 1073 0.235147 10.0.0.249 - - [2026-06-04 02:22:57] "POST /neutron/port HTTP/1.1" 200 1073 0.010257 10.0.0.249 - - [2026-06-04 02:22:57] "POST /neutron/port HTTP/1.1" 200 1073 0.010503 10.0.0.249 - - [2026-06-04 02:22:57] "POST /neutron/port HTTP/1.1" 200 1127 0.067793 10.0.0.249 - - [2026-06-04 02:22:57] "POST /neutron/port HTTP/1.1" 200 1137 0.012024 10.0.0.249 - - [2026-06-04 02:22:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003422 10.0.0.249 - - [2026-06-04 02:22:57] "POST /neutron/subnet HTTP/1.1" 200 703 0.006854 10.0.0.249 - - [2026-06-04 02:22:57] "POST /neutron/port HTTP/1.1" 200 117 0.001078 10.0.0.249 - - [2026-06-04 02:22:57] "POST /neutron/network HTTP/1.1" 200 839 0.007076 10.0.0.249 - - [2026-06-04 02:22:57] "GET /projects?obj_uuids=9df2cc06-4b47-4ff6-b39c-782895256427&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000923 10.0.0.249 - - [2026-06-04 02:22:57] "GET /project/9df2cc06-4b47-4ff6-b39c-782895256427?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.051838 10.0.0.249 - - [2026-06-04 02:22:57] "POST /neutron/network HTTP/1.1" 200 839 0.006203 10.0.0.249 - - [2026-06-04 02:22:58] "POST /neutron/port HTTP/1.1" 200 1137 0.022075 10.0.0.249 - - [2026-06-04 02:22:58] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008963 10.0.0.249 - - [2026-06-04 02:22:58] "POST /neutron/port HTTP/1.1" 200 117 0.004873 10.0.0.249 - - [2026-06-04 02:22:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.249 - - [2026-06-04 02:22:58] "GET /projects?obj_uuids=9df2cc06-4b47-4ff6-b39c-782895256427&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000921 10.0.0.249 - - [2026-06-04 02:22:58] "GET /project/9df2cc06-4b47-4ff6-b39c-782895256427?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.032751 10.0.0.249 - - [2026-06-04 02:22:58] "GET /virtual-network/d9e84533-23fe-45ae-96fb-95e9e5258f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005602 10.0.0.249 - - [2026-06-04 02:22:58] "GET /floating-ip-pools?parent_id=d9e84533-23fe-45ae-96fb-95e9e5258f52&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003946 10.0.0.249 - - [2026-06-04 02:22:58] "GET /virtual-network/d9e84533-23fe-45ae-96fb-95e9e5258f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005036 10.0.0.249 - - [2026-06-04 02:22:58] "POST /floating-ip-pools HTTP/1.1" 200 611 0.020805 10.0.0.249 - - [2026-06-04 02:22:58] "POST /neutron/network HTTP/1.1" 200 849 0.005545 10.0.0.249 - - [2026-06-04 02:22:58] "GET /projects?obj_uuids=9df2cc06-4b47-4ff6-b39c-782895256427&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001266 10.0.0.249 - - [2026-06-04 02:22:58] "POST /ref-update HTTP/1.1" 200 156 0.017936 10.0.0.249 - - [2026-06-04 02:22:58] "GET /virtual-network/d9e84533-23fe-45ae-96fb-95e9e5258f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.008833 10.0.0.249 - - [2026-06-04 02:22:58] "GET /domains HTTP/1.1" 200 281 0.002448 10.0.0.249 - - [2026-06-04 02:22:58] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001238 10.0.0.249 - - [2026-06-04 02:22:58] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2794 0.021534 10.0.0.249 - - [2026-06-04 02:22:58] "GET /projects?obj_uuids=9df2cc06-4b47-4ff6-b39c-782895256427&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001907 10.0.0.249 - - [2026-06-04 02:22:58] "GET /project/9df2cc06-4b47-4ff6-b39c-782895256427 HTTP/1.1" 200 3265 0.087759 10.0.0.249 - - [2026-06-04 02:22:58] "GET /virtual-network/d9e84533-23fe-45ae-96fb-95e9e5258f52 HTTP/1.1" 200 3163 0.012848 10.0.0.249 - - [2026-06-04 02:22:58] "GET /floating-ip-pool/83b9edbd-9a64-41be-9cb0-e9d9f5969a5b HTTP/1.1" 200 1444 0.014922 10.0.0.249 - - [2026-06-04 02:22:58] "GET /domains HTTP/1.1" 200 281 0.010681 10.0.0.249 - - [2026-06-04 02:22:58] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001061 10.0.0.249 - - [2026-06-04 02:22:58] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2794 0.018330 10.0.0.249 - - [2026-06-04 02:22:58] "GET /projects?obj_uuids=9df2cc06-4b47-4ff6-b39c-782895256427&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001655 10.0.0.249 - - [2026-06-04 02:22:58] "POST /neutron/port HTTP/1.1" 200 1073 0.327348 10.0.0.249 - - [2026-06-04 02:22:58] "POST /neutron/port HTTP/1.1" 200 1073 0.009730 10.0.0.249 - - [2026-06-04 02:22:58] "GET /project/9df2cc06-4b47-4ff6-b39c-782895256427 HTTP/1.1" 200 3265 0.094037 10.0.0.249 - - [2026-06-04 02:22:58] "GET /virtual-network/d9e84533-23fe-45ae-96fb-95e9e5258f52 HTTP/1.1" 200 3163 0.014952 10.0.0.249 - - [2026-06-04 02:22:58] "GET /virtual-network/d9e84533-23fe-45ae-96fb-95e9e5258f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007608 10.0.0.249 - - [2026-06-04 02:22:58] "POST /neutron/port HTTP/1.1" 200 1073 0.044206 10.0.0.249 - - [2026-06-04 02:22:59] "POST /neutron/port HTTP/1.1" 200 1137 0.033500 10.0.0.249 - - [2026-06-04 02:22:59] "POST /neutron/security_group HTTP/1.1" 200 2070 0.016037 10.0.0.249 - - [2026-06-04 02:22:59] "POST /neutron/port HTTP/1.1" 200 1127 0.108695 10.0.0.249 - - [2026-06-04 02:22:59] "POST /neutron/port HTTP/1.1" 200 1137 0.012123 10.0.0.249 - - [2026-06-04 02:22:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003126 10.0.0.249 - - [2026-06-04 02:22:59] "POST /neutron/subnet HTTP/1.1" 200 704 0.006791 10.0.0.249 - - [2026-06-04 02:22:59] "POST /neutron/port HTTP/1.1" 200 117 0.001053 10.0.0.249 - - [2026-06-04 02:22:59] "POST /neutron/network HTTP/1.1" 200 839 0.005766 10.0.0.249 - - [2026-06-04 02:23:04] "POST /neutron/port HTTP/1.1" 200 1137 0.012489 10.0.0.249 - - [2026-06-04 02:23:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007098 10.0.0.249 - - [2026-06-04 02:23:04] "POST /neutron/port HTTP/1.1" 200 1137 0.010928 10.0.0.249 - - [2026-06-04 02:23:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005888 10.0.0.249 - - [2026-06-04 02:23:04] "POST /neutron/port HTTP/1.1" 200 1137 0.012681 10.0.0.249 - - [2026-06-04 02:23:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006602 10.0.0.249 - - [2026-06-04 02:23:04] "GET /virtual-machine/73e4efe7-a81d-42a5-9fb2-30d93d0c7181 HTTP/1.1" 200 1306 0.004746 10.0.0.249 - - [2026-06-04 02:23:04] "GET /virtual-machine-interface/d7524226-01ca-4bcf-920e-882e3c431799 HTTP/1.1" 200 3012 0.004917 10.0.0.249 - - [2026-06-04 02:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.249 - - [2026-06-04 02:23:04] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003320 10.0.0.249 - - [2026-06-04 02:23:04] "GET /virtual-networks?parent_id=9df2cc06-4b47-4ff6-b39c-782895256427&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002751 10.0.0.249 - - [2026-06-04 02:23:04] "GET /virtual-network/059b2a15-2b81-4476-84ba-b79761c18d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004989 10.0.0.249 - - [2026-06-04 02:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.249 - - [2026-06-04 02:23:07] "GET /virtual-network/059b2a15-2b81-4476-84ba-b79761c18d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004464 10.0.0.249 - - [2026-06-04 02:23:09] "POST /neutron/port HTTP/1.1" 200 1137 0.037865 10.0.0.249 - - [2026-06-04 02:23:09] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004814 10.0.0.249 - - [2026-06-04 02:23:09] "POST /neutron/port HTTP/1.1" 200 1137 0.012311 10.0.0.249 - - [2026-06-04 02:23:09] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005446 10.0.0.249 - - [2026-06-04 02:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002760 10.0.0.249 - - [2026-06-04 02:23:09] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002781 10.0.0.249 - - [2026-06-04 02:23:09] "GET /virtual-networks?parent_id=9df2cc06-4b47-4ff6-b39c-782895256427&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002689 10.0.0.249 - - [2026-06-04 02:23:09] "GET /virtual-network/059b2a15-2b81-4476-84ba-b79761c18d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005157 10.0.0.249 - - [2026-06-04 02:23:09] "POST /neutron/port HTTP/1.1" 200 1137 0.011797 10.0.0.249 - - [2026-06-04 02:23:09] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005753 10.0.0.249 - - [2026-06-04 02:23:14] "GET /projects?obj_uuids=9df2cc06-4b47-4ff6-b39c-782895256427&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000992 10.0.0.249 - - [2026-06-04 02:23:15] "POST /neutron/floatingip HTTP/1.1" 200 531 0.073839 10.0.0.249 - - [2026-06-04 02:23:15] "POST /neutron/port HTTP/1.1" 200 1137 0.012294 10.0.0.249 - - [2026-06-04 02:23:15] "POST /neutron/floatingip HTTP/1.1" 200 531 0.005409 10.0.0.249 - - [2026-06-04 02:23:15] "POST /neutron/floatingip HTTP/1.1" 200 579 0.027498 10.0.0.249 - - [2026-06-04 02:23:15] "POST /neutron/port HTTP/1.1" 200 1137 0.013439 10.0.0.249 - - [2026-06-04 02:23:15] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005508 10.0.0.249 - - [2026-06-04 02:23:15] "POST /neutron/port HTTP/1.1" 200 1137 0.013958 10.0.0.249 - - [2026-06-04 02:23:15] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006830 10.0.0.249 - - [2026-06-04 02:23:15] "POST /neutron/port HTTP/1.1" 200 1137 0.014547 10.0.0.249 - - [2026-06-04 02:23:15] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005946 10.0.0.249 - - [2026-06-04 02:23:15] "GET /virtual-machine/f9136cc7-7084-4766-ace4-b09faa0e416f HTTP/1.1" 200 1307 0.004333 10.0.0.249 - - [2026-06-04 02:23:15] "GET /virtual-machine-interface/7f315ef0-55c2-4782-b3e6-8a2cd7911111 HTTP/1.1" 200 3011 0.004519 10.0.0.249 - - [2026-06-04 02:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.249 - - [2026-06-04 02:23:15] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003003 10.0.0.249 - - [2026-06-04 02:23:15] "GET /virtual-networks?parent_id=9df2cc06-4b47-4ff6-b39c-782895256427&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002872 10.0.0.249 - - [2026-06-04 02:23:15] "GET /virtual-network/d9e84533-23fe-45ae-96fb-95e9e5258f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005276 10.0.0.249 - - [2026-06-04 02:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.249 - - [2026-06-04 02:23:16] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003561 10.0.0.249 - - [2026-06-04 02:23:16] "GET /virtual-networks?parent_id=9df2cc06-4b47-4ff6-b39c-782895256427&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003203 10.0.0.249 - - [2026-06-04 02:23:16] "GET /virtual-network/d9e84533-23fe-45ae-96fb-95e9e5258f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004974 10.0.0.249 - - [2026-06-04 02:23:16] "POST /neutron/floatingip HTTP/1.1" 200 579 0.011753 10.0.0.249 - - [2026-06-04 02:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002280 10.0.0.249 - - [2026-06-04 02:23:16] "GET /routing-instance/2b0c11a9-eaf7-4a1e-9b96-a8d2f0ecd978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.002820 10.0.0.249 - - [2026-06-04 02:23:16] "GET /route-target/a35c1423-fa72-46dc-84f1-499f80a313f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004108 10.0.0.249 - - [2026-06-04 02:23:16] "GET /floating-ip/3da5a9f8-a553-4548-99f5-16cfa782b774 HTTP/1.1" 200 1895 0.004762 10.0.0.249 - - [2026-06-04 02:23:18] "DELETE /project/225af93388f44237a5aeb5faa8e482b5 HTTP/1.1" 404 173 0.005875 10.0.0.249 - - [2026-06-04 02:23:18] "GET /projects?obj_uuids=ce919cda-40d4-4951-961e-8f170cf60208&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000840 10.0.0.249 - - [2026-06-04 02:23:18] "DELETE /project/ce919cda40d44951961e8f170cf60208 HTTP/1.1" 404 173 0.004550 10.0.0.249 - - [2026-06-04 02:23:18] "DELETE /project/9df2cc064b474ff6b39c782895256427 HTTP/1.1" 404 173 0.003866 10.0.0.249 - - [2026-06-04 02:23:18] "GET /project/ce919cda-40d4-4951-961e-8f170cf60208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1523 0.028232 10.0.0.249 - - [2026-06-04 02:23:18] "GET /projects?obj_uuids=ce919cda-40d4-4951-961e-8f170cf60208&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000840 10.0.0.249 - - [2026-06-04 02:23:18] "GET /project/ce919cda-40d4-4951-961e-8f170cf60208?fields=security_groups HTTP/1.1" 200 1407 0.066342 10.0.0.249 - - [2026-06-04 02:23:18] "DELETE /security-group/3e293e2a-4991-4496-83ee-4394141b6fe6 HTTP/1.1" 200 115 0.053229 10.0.0.249 - - [2026-06-04 02:23:18] "GET /projects?obj_uuids=ce919cda-40d4-4951-961e-8f170cf60208&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000929 10.0.0.249 - - [2026-06-04 02:23:18] "DELETE /access-control-list/ec5f072a-f05c-4376-bd12-a020fb4ec262 HTTP/1.1" 200 115 0.033258 10.0.0.249 - - [2026-06-04 02:23:18] "GET /project/ce919cda-40d4-4951-961e-8f170cf60208?fields=application_policy_sets HTTP/1.1" 200 1446 0.030584 10.0.0.249 - - [2026-06-04 02:23:18] "DELETE /access-control-list/db6ee662-9bd4-4551-b6db-a1187766d1d6 HTTP/1.1" 200 115 0.033779 10.0.0.249 - - [2026-06-04 02:23:18] "DELETE /project/ce919cda-40d4-4951-961e-8f170cf60208 HTTP/1.1" 200 115 0.333449 10.0.0.249 - - [2026-06-04 02:23:19] "POST /neutron/floatingip HTTP/1.1" 200 579 0.012700 10.0.0.249 - - [2026-06-04 02:23:19] "POST /neutron/floatingip HTTP/1.1" 200 531 0.017196 10.0.0.249 - - [2026-06-04 02:23:20] "POST /neutron/floatingip HTTP/1.1" 200 531 0.005343 10.0.0.249 - - [2026-06-04 02:23:20] "POST /neutron/floatingip HTTP/1.1" 200 115 0.040358 10.0.0.249 - - [2026-06-04 02:23:20] "GET /floating-ip-pool/83b9edbd-9a64-41be-9cb0-e9d9f5969a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.003743 10.0.0.249 - - [2026-06-04 02:23:20] "POST /ref-update HTTP/1.1" 200 156 0.008369 10.0.0.249 - - [2026-06-04 02:23:20] "DELETE /floating-ip-pool/83b9edbd-9a64-41be-9cb0-e9d9f5969a5b HTTP/1.1" 200 115 0.022196 10.0.0.249 - - [2026-06-04 02:23:20] "POST /neutron/network HTTP/1.1" 200 839 0.005469 10.0.0.249 - - [2026-06-04 02:23:20] "POST /neutron/network HTTP/1.1" 400 204 0.011742 10.0.0.249 - - [2026-06-04 02:23:20] "POST /neutron/port HTTP/1.1" 200 1137 0.011879 10.0.0.249 - - [2026-06-04 02:23:20] "POST /neutron/port HTTP/1.1" 200 1127 0.009414 10.0.0.249 - - [2026-06-04 02:23:20] "POST /neutron/port HTTP/1.1" 200 1137 0.018173 10.0.0.249 - - [2026-06-04 02:23:20] "POST /neutron/port HTTP/1.1" 200 1127 0.008726 10.0.0.249 - - [2026-06-04 02:23:20] "POST /neutron/port HTTP/1.1" 200 151 0.116152 10.0.0.249 - - [2026-06-04 02:23:20] "POST /neutron/port HTTP/1.1" 200 151 0.138058 10.0.0.249 - - [2026-06-04 02:23:22] "POST /neutron/network HTTP/1.1" 200 839 0.005375 10.0.0.249 - - [2026-06-04 02:23:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003584 10.0.0.249 - - [2026-06-04 02:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004973 10.0.0.249 - - [2026-06-04 02:23:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003703 10.0.0.249 - - [2026-06-04 02:23:22] "POST /neutron/network HTTP/1.1" 200 151 0.076029 10.0.0.249 - - [2026-06-04 02:23:22] "DELETE /route-target/477bd0d5-6667-4f62-868f-65a72c92984f HTTP/1.1" 200 115 0.019922 10.0.0.249 - - [2026-06-04 02:23:22] "GET /routing-instance/d25602fb-613d-4c6d-91cc-807ef7b31380 HTTP/1.1" 404 171 0.003022 10.0.0.249 - - [2026-06-04 02:23:22] "GET /domains HTTP/1.1" 200 281 0.002367 10.0.0.249 - - [2026-06-04 02:23:22] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001149 10.0.0.249 - - [2026-06-04 02:23:22] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2596 0.050416 10.0.0.249 - - [2026-06-04 02:23:22] "GET /projects?obj_uuids=9df2cc06-4b47-4ff6-b39c-782895256427&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000862 10.0.0.249 - - [2026-06-04 02:23:22] "GET /project/9df2cc06-4b47-4ff6-b39c-782895256427 HTTP/1.1" 200 2191 0.074907 10.0.0.249 - - [2026-06-04 02:23:22] "POST /neutron/network HTTP/1.1" 200 839 0.005123 10.0.0.249 - - [2026-06-04 02:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.249 - - [2026-06-04 02:23:22] "POST /useragent-kv HTTP/1.1" 200 115 0.001766 10.0.0.249 - - [2026-06-04 02:23:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002157 10.0.0.249 - - [2026-06-04 02:23:22] "POST /neutron/network HTTP/1.1" 200 151 0.071772 10.0.0.249 - - [2026-06-04 02:23:22] "GET /routing-instance/2b0c11a9-eaf7-4a1e-9b96-a8d2f0ecd978 HTTP/1.1" 404 171 0.002035 10.0.0.249 - - [2026-06-04 02:23:22] "GET /domains HTTP/1.1" 200 281 0.002965 10.0.0.249 - - [2026-06-04 02:23:22] "DELETE /route-target/a35c1423-fa72-46dc-84f1-499f80a313f3 HTTP/1.1" 200 115 0.021271 10.0.0.249 - - [2026-06-04 02:23:22] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000855 10.0.0.249 - - [2026-06-04 02:23:22] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2596 0.046865 10.0.0.249 - - [2026-06-04 02:23:22] "GET /projects?obj_uuids=9df2cc06-4b47-4ff6-b39c-782895256427&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001425 10.0.0.249 - - [2026-06-04 02:23:22] "GET /project/9df2cc06-4b47-4ff6-b39c-782895256427 HTTP/1.1" 200 1940 0.064818 10.0.0.249 - - [2026-06-04 02:23:23] "GET /projects?obj_uuids=9df2cc06-4b47-4ff6-b39c-782895256427&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001215 10.0.0.249 - - [2026-06-04 02:23:23] "GET /project/9df2cc06-4b47-4ff6-b39c-782895256427?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.027455 10.0.0.249 - - [2026-06-04 02:23:23] "GET /projects?obj_uuids=9df2cc06-4b47-4ff6-b39c-782895256427&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000907 10.0.0.249 - - [2026-06-04 02:23:23] "GET /project/9df2cc06-4b47-4ff6-b39c-782895256427?fields=virtual_networks HTTP/1.1" 200 1069 0.065603 10.0.0.249 - - [2026-06-04 02:23:23] "GET /projects?obj_uuids=9df2cc06-4b47-4ff6-b39c-782895256427&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000890 10.0.0.249 - - [2026-06-04 02:23:23] "GET /project/9df2cc06-4b47-4ff6-b39c-782895256427?fields=virtual_machine_interfaces HTTP/1.1" 200 1069 0.022627 10.0.0.249 - - [2026-06-04 02:23:23] "GET /projects?obj_uuids=9df2cc06-4b47-4ff6-b39c-782895256427&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000886 10.0.0.249 - - [2026-06-04 02:23:23] "GET /project/9df2cc06-4b47-4ff6-b39c-782895256427?fields=security_groups HTTP/1.1" 200 1308 0.023354 10.0.0.249 - - [2026-06-04 02:23:23] "GET /obj-perms HTTP/1.1" 200 5075 0.334770 10.0.0.249 - - [2026-06-04 02:23:24] "GET /obj-perms HTTP/1.1" 200 5075 0.165596 10.0.0.249 - - [2026-06-04 02:23:24] "POST /fqname-to-id HTTP/1.1" 404 183 0.024725 10.0.0.249 - - [2026-06-04 02:23:24] "GET /projects?obj_uuids=bc59d882-d293-40fc-92cb-538c5a27058d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002143 10.0.0.249 - - [2026-06-04 02:23:24] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001086 10.0.0.249 - - [2026-06-04 02:23:24] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006789 10.0.0.249 - - [2026-06-04 02:23:24] "POST /id-to-fqname HTTP/1.1" 200 185 0.002004 10.0.0.249 - - [2026-06-04 02:23:24] "POST /fqname-to-id HTTP/1.1" 404 194 0.007778 10.0.0.249 - - [2026-06-04 02:23:24] "POST /security-groups HTTP/1.1" 200 586 0.060401 10.0.0.249 - - [2026-06-04 02:23:24] "POST /fqname-to-id HTTP/1.1" 404 229 0.002687 10.0.0.249 - - [2026-06-04 02:23:24] "POST /projects HTTP/1.1" 200 575 0.212314 10.0.0.249 - - [2026-06-04 02:23:24] "POST /access-control-lists HTTP/1.1" 200 593 0.056147 10.0.0.249 - - [2026-06-04 02:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.280580 10.0.0.249 - - [2026-06-04 02:23:24] "POST /fqname-to-id HTTP/1.1" 404 228 0.002557 10.0.0.249 - - [2026-06-04 02:23:24] "GET /project/bc59d882-d293-40fc-92cb-538c5a27058d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.398957 10.0.0.249 - - [2026-06-04 02:23:25] "POST /access-control-lists HTTP/1.1" 200 591 0.056400 10.0.0.249 - - [2026-06-04 02:23:25] "GET / HTTP/1.1" 200 36215 0.001755 10.0.0.249 - - [2026-06-04 02:23:27] "GET /projects?obj_uuids=bc59d882-d293-40fc-92cb-538c5a27058d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000902 10.0.0.249 - - [2026-06-04 02:23:27] "GET /project/bc59d882-d293-40fc-92cb-538c5a27058d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.025069 10.0.0.249 - - [2026-06-04 02:23:27] "GET /projects?obj_uuids=bc59d882-d293-40fc-92cb-538c5a27058d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001064 10.0.0.249 - - [2026-06-04 02:23:27] "GET /project/bc59d882-d293-40fc-92cb-538c5a27058d?fields=virtual_networks HTTP/1.1" 200 1035 0.074029 10.0.0.249 - - [2026-06-04 02:23:27] "GET /projects?obj_uuids=bc59d882-d293-40fc-92cb-538c5a27058d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000899 10.0.0.249 - - [2026-06-04 02:23:27] "GET /project/bc59d882-d293-40fc-92cb-538c5a27058d?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.023427 10.0.0.249 - - [2026-06-04 02:23:27] "GET /projects?obj_uuids=bc59d882-d293-40fc-92cb-538c5a27058d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000860 10.0.0.249 - - [2026-06-04 02:23:27] "GET /project/bc59d882-d293-40fc-92cb-538c5a27058d?fields=security_groups HTTP/1.1" 200 1257 0.024635 10.0.0.249 - - [2026-06-04 02:23:28] "POST /fqname-to-id HTTP/1.1" 404 183 0.026061 10.0.0.249 - - [2026-06-04 02:23:28] "GET /projects?obj_uuids=7d669030-b6a0-488f-8420-f18a78fbdfdf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002026 10.0.0.249 - - [2026-06-04 02:23:28] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001274 10.0.0.249 - - [2026-06-04 02:23:28] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008598 10.0.0.249 - - [2026-06-04 02:23:28] "POST /id-to-fqname HTTP/1.1" 200 185 0.001615 10.0.0.249 - - [2026-06-04 02:23:28] "POST /fqname-to-id HTTP/1.1" 404 194 0.002005 10.0.0.249 - - [2026-06-04 02:23:28] "POST /security-groups HTTP/1.1" 200 586 0.060285 10.0.0.249 - - [2026-06-04 02:23:28] "POST /fqname-to-id HTTP/1.1" 404 229 0.002278 10.0.0.249 - - [2026-06-04 02:23:28] "POST /projects HTTP/1.1" 200 575 0.204449 10.0.0.249 - - [2026-06-04 02:23:28] "POST /access-control-lists HTTP/1.1" 200 593 0.055732 10.0.0.249 - - [2026-06-04 02:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.277794 10.0.0.249 - - [2026-06-04 02:23:28] "POST /fqname-to-id HTTP/1.1" 404 228 0.002370 10.0.0.249 - - [2026-06-04 02:23:28] "GET /project/7d669030-b6a0-488f-8420-f18a78fbdfdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.397448 10.0.0.249 - - [2026-06-04 02:23:28] "POST /access-control-lists HTTP/1.1" 200 591 0.060764 10.0.0.249 - - [2026-06-04 02:23:29] "GET / HTTP/1.1" 200 36215 0.001783 10.0.0.249 - - [2026-06-04 02:23:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.002677 10.0.0.249 - - [2026-06-04 02:23:30] "GET /projects?obj_uuids=225af933-88f4-4237-a5ae-b5faa8e482b5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001009 10.0.0.249 - - [2026-06-04 02:23:30] "POST /fqname-to-id HTTP/1.1" 404 228 0.002315 10.0.0.249 - - [2026-06-04 02:23:30] "POST /access-control-lists HTTP/1.1" 200 592 0.011654 10.0.0.249 - - [2026-06-04 02:23:30] "POST /fqname-to-id HTTP/1.1" 404 227 0.002506 10.0.0.249 - - [2026-06-04 02:23:30] "POST /access-control-lists HTTP/1.1" 200 590 0.016774 10.0.0.249 - - [2026-06-04 02:23:30] "PUT /access-control-list/410c5387-8ad9-4193-bdd6-1aef582b3d98 HTTP/1.1" 200 273 0.008741 10.0.0.249 - - [2026-06-04 02:23:30] "POST /neutron/security_group HTTP/1.1" 200 1364 0.264863 10.0.0.249 - - [2026-06-04 02:23:30] "GET /projects?obj_uuids=225af933-88f4-4237-a5ae-b5faa8e482b5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001548 10.0.0.249 - - [2026-06-04 02:23:30] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.039473 10.0.0.249 - - [2026-06-04 02:23:30] "PUT /access-control-list/410c5387-8ad9-4193-bdd6-1aef582b3d98 HTTP/1.1" 200 273 0.010722 10.0.0.249 - - [2026-06-04 02:23:30] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008317 10.0.0.249 - - [2026-06-04 02:23:30] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.125809 10.0.0.249 - - [2026-06-04 02:23:30] "PUT /access-control-list/410c5387-8ad9-4193-bdd6-1aef582b3d98 HTTP/1.1" 200 273 0.010551 10.0.0.249 - - [2026-06-04 02:23:30] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.009926 10.0.0.249 - - [2026-06-04 02:23:30] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.149824 10.0.0.249 - - [2026-06-04 02:23:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.002042 10.0.0.249 - - [2026-06-04 02:23:30] "PUT /access-control-list/410c5387-8ad9-4193-bdd6-1aef582b3d98 HTTP/1.1" 200 273 0.009531 10.0.0.249 - - [2026-06-04 02:23:30] "GET /projects?obj_uuids=225af933-88f4-4237-a5ae-b5faa8e482b5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000953 10.0.0.249 - - [2026-06-04 02:23:30] "POST /fqname-to-id HTTP/1.1" 404 228 0.002265 10.0.0.249 - - [2026-06-04 02:23:30] "POST /access-control-lists HTTP/1.1" 200 592 0.012737 10.0.0.249 - - [2026-06-04 02:23:30] "POST /fqname-to-id HTTP/1.1" 404 227 0.002497 10.0.0.249 - - [2026-06-04 02:23:31] "POST /access-control-lists HTTP/1.1" 200 590 0.014172 10.0.0.249 - - [2026-06-04 02:23:31] "PUT /access-control-list/204a6b9b-99dc-48f6-b81b-6aa75578e6e0 HTTP/1.1" 200 273 0.008572 10.0.0.249 - - [2026-06-04 02:23:31] "POST /neutron/security_group HTTP/1.1" 200 1364 0.270979 10.0.0.249 - - [2026-06-04 02:23:31] "GET /projects?obj_uuids=225af933-88f4-4237-a5ae-b5faa8e482b5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000958 10.0.0.249 - - [2026-06-04 02:23:31] "PUT /access-control-list/204a6b9b-99dc-48f6-b81b-6aa75578e6e0 HTTP/1.1" 200 273 0.013590 10.0.0.249 - - [2026-06-04 02:23:31] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.040747 10.0.0.249 - - [2026-06-04 02:23:31] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.006959 10.0.0.249 - - [2026-06-04 02:23:31] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.130789 10.0.0.249 - - [2026-06-04 02:23:31] "PUT /access-control-list/204a6b9b-99dc-48f6-b81b-6aa75578e6e0 HTTP/1.1" 200 273 0.014275 10.0.0.249 - - [2026-06-04 02:23:31] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.020158 10.0.0.249 - - [2026-06-04 02:23:31] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.165156 10.0.0.249 - - [2026-06-04 02:23:31] "POST /fqname-to-id HTTP/1.1" 401 293 0.000423 10.0.0.249 - - [2026-06-04 02:23:31] "PUT /access-control-list/204a6b9b-99dc-48f6-b81b-6aa75578e6e0 HTTP/1.1" 200 273 0.009030 10.0.0.249 - - [2026-06-04 02:23:31] "POST /fqname-to-id HTTP/1.1" 404 210 0.033399 10.0.0.249 - - [2026-06-04 02:23:31] "GET /projects?obj_uuids=7d669030-b6a0-488f-8420-f18a78fbdfdf&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001440 10.0.0.249 - - [2026-06-04 02:23:31] "POST /fqname-to-id HTTP/1.1" 404 245 0.002831 10.0.0.249 - - [2026-06-04 02:23:31] "POST /access-control-lists HTTP/1.1" 200 609 0.016202 10.0.0.249 - - [2026-06-04 02:23:32] "POST /fqname-to-id HTTP/1.1" 404 244 0.002761 10.0.0.249 - - [2026-06-04 02:23:32] "POST /access-control-lists HTTP/1.1" 200 607 0.016860 10.0.0.249 - - [2026-06-04 02:23:32] "PUT /access-control-list/9477b7d8-abc8-4d38-9334-7509f0ab270f HTTP/1.1" 200 273 0.007622 10.0.0.249 - - [2026-06-04 02:23:32] "PUT /access-control-list/9477b7d8-abc8-4d38-9334-7509f0ab270f HTTP/1.1" 200 273 0.008602 10.0.0.249 - - [2026-06-04 02:23:32] "POST /neutron/security_group HTTP/1.1" 200 1379 0.355070 10.0.0.249 - - [2026-06-04 02:23:32] "GET /projects?obj_uuids=7d669030-b6a0-488f-8420-f18a78fbdfdf&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000932 10.0.0.249 - - [2026-06-04 02:23:32] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.023591 10.0.0.249 - - [2026-06-04 02:23:32] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.011278 10.0.0.249 - - [2026-06-04 02:23:32] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.139116 10.0.0.249 - - [2026-06-04 02:23:32] "PUT /access-control-list/9477b7d8-abc8-4d38-9334-7509f0ab270f HTTP/1.1" 200 273 0.009070 10.0.0.249 - - [2026-06-04 02:23:32] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.009531 10.0.0.249 - - [2026-06-04 02:23:32] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.172100 10.0.0.249 - - [2026-06-04 02:23:32] "POST /fqname-to-id HTTP/1.1" 404 210 0.003631 10.0.0.249 - - [2026-06-04 02:23:32] "PUT /access-control-list/9477b7d8-abc8-4d38-9334-7509f0ab270f HTTP/1.1" 200 273 0.014375 10.0.0.249 - - [2026-06-04 02:23:32] "GET /projects?obj_uuids=7d669030-b6a0-488f-8420-f18a78fbdfdf&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002342 10.0.0.249 - - [2026-06-04 02:23:32] "POST /fqname-to-id HTTP/1.1" 404 245 0.002739 10.0.0.249 - - [2026-06-04 02:23:32] "POST /access-control-lists HTTP/1.1" 200 609 0.015059 10.0.0.249 - - [2026-06-04 02:23:32] "POST /fqname-to-id HTTP/1.1" 404 244 0.002513 10.0.0.249 - - [2026-06-04 02:23:32] "POST /access-control-lists HTTP/1.1" 200 607 0.013783 10.0.0.249 - - [2026-06-04 02:23:32] "PUT /access-control-list/c18489ad-8e2d-4b2c-a570-5eccf8c544a7 HTTP/1.1" 200 273 0.012974 10.0.0.249 - - [2026-06-04 02:23:32] "POST /neutron/security_group HTTP/1.1" 200 1379 0.292286 10.0.0.249 - - [2026-06-04 02:23:32] "GET /projects?obj_uuids=7d669030-b6a0-488f-8420-f18a78fbdfdf&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000876 10.0.0.249 - - [2026-06-04 02:23:32] "PUT /access-control-list/c18489ad-8e2d-4b2c-a570-5eccf8c544a7 HTTP/1.1" 200 273 0.009030 10.0.0.249 - - [2026-06-04 02:23:32] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.036113 10.0.0.249 - - [2026-06-04 02:23:33] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008273 10.0.0.249 - - [2026-06-04 02:23:33] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.172370 10.0.0.249 - - [2026-06-04 02:23:33] "PUT /access-control-list/c18489ad-8e2d-4b2c-a570-5eccf8c544a7 HTTP/1.1" 200 273 0.010542 10.0.0.249 - - [2026-06-04 02:23:33] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.013016 10.0.0.249 - - [2026-06-04 02:23:33] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.152130 10.0.0.249 - - [2026-06-04 02:23:33] "PUT /access-control-list/c18489ad-8e2d-4b2c-a570-5eccf8c544a7 HTTP/1.1" 200 273 0.008770 10.0.0.249 - - [2026-06-04 02:23:33] "GET /projects?obj_uuids=225af933-88f4-4237-a5ae-b5faa8e482b5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001122 10.0.0.249 - - [2026-06-04 02:23:33] "POST /neutron/router HTTP/1.1" 200 541 0.059773 10.0.0.249 - - [2026-06-04 02:23:33] "POST /neutron/router HTTP/1.1" 200 541 0.003065 10.0.0.249 - - [2026-06-04 02:23:33] "POST /neutron/router HTTP/1.1" 200 541 0.003299 10.0.0.249 - - [2026-06-04 02:23:33] "POST /route-targets HTTP/1.1" 200 328 0.014014 10.0.0.249 - - [2026-06-04 02:23:33] "POST /neutron/router HTTP/1.1" 200 541 0.003037 10.0.0.249 - - [2026-06-04 02:23:33] "PUT /logical-router/2f5a403b-dd3d-419e-bba1-4c20ab449b86 HTTP/1.1" 200 263 0.025294 10.0.0.249 - - [2026-06-04 02:23:33] "POST /neutron/router HTTP/1.1" 200 541 0.004185 10.0.0.249 - - [2026-06-04 02:23:33] "POST /neutron/router HTTP/1.1" 200 541 0.002940 10.0.0.249 - - [2026-06-04 02:23:33] "POST /neutron/router HTTP/1.1" 200 541 0.003196 10.0.0.249 - - [2026-06-04 02:23:33] "POST /neutron/router HTTP/1.1" 200 541 0.003434 10.0.0.249 - - [2026-06-04 02:23:33] "POST /neutron/router HTTP/1.1" 200 541 0.003728 10.0.0.249 - - [2026-06-04 02:23:33] "POST /neutron/router HTTP/1.1" 200 541 0.003103 10.0.0.249 - - [2026-06-04 02:23:33] "POST /neutron/router HTTP/1.1" 200 541 0.002829 10.0.0.249 - - [2026-06-04 02:23:33] "POST /neutron/router HTTP/1.1" 200 541 0.002925 10.0.0.249 - - [2026-06-04 02:23:33] "POST /neutron/router HTTP/1.1" 200 541 0.003812 10.0.0.249 - - [2026-06-04 02:23:33] "POST /neutron/router HTTP/1.1" 200 541 0.003283 10.0.0.249 - - [2026-06-04 02:23:33] "POST /neutron/router HTTP/1.1" 200 541 0.003102 10.0.0.249 - - [2026-06-04 02:23:33] "POST /neutron/router HTTP/1.1" 200 541 0.003352 10.0.0.249 - - [2026-06-04 02:23:33] "POST /neutron/router HTTP/1.1" 200 541 0.003414 10.0.0.249 - - [2026-06-04 02:23:33] "POST /neutron/router HTTP/1.1" 200 541 0.003171 10.0.0.249 - - [2026-06-04 02:23:33] "POST /neutron/router HTTP/1.1" 200 541 0.003339 10.0.0.249 - - [2026-06-04 02:23:33] "POST /neutron/router HTTP/1.1" 200 541 0.003245 10.0.0.249 - - [2026-06-04 02:23:33] "POST /neutron/router HTTP/1.1" 200 541 0.002873 10.0.0.249 - - [2026-06-04 02:23:33] "POST /neutron/router HTTP/1.1" 200 541 0.004056 10.0.0.249 - - [2026-06-04 02:23:33] "POST /neutron/router HTTP/1.1" 200 541 0.003171 10.0.0.249 - - [2026-06-04 02:23:33] "POST /neutron/router HTTP/1.1" 200 541 0.002963 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.002910 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.003129 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.003269 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.003199 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.003484 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.003568 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.002984 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.003603 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.003387 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.012826 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.003322 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.017240 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.003153 10.0.0.249 - - [2026-06-04 02:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.249 - - [2026-06-04 02:23:34] "GET /logical-router/2f5a403b-dd3d-419e-bba1-4c20ab449b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002680 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 151 0.051067 10.0.0.249 - - [2026-06-04 02:23:34] "GET /projects?obj_uuids=225af933-88f4-4237-a5ae-b5faa8e482b5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000919 10.0.0.249 - - [2026-06-04 02:23:34] "DELETE /route-target/a2f49413-cd72-4c43-a13b-aeb862a463b6 HTTP/1.1" 200 115 0.025795 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.058129 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.003779 10.0.0.249 - - [2026-06-04 02:23:34] "POST /route-targets HTTP/1.1" 200 328 0.011563 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.004757 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.003345 10.0.0.249 - - [2026-06-04 02:23:34] "PUT /logical-router/a78f30db-4b81-4ff5-ae46-55940652be98 HTTP/1.1" 200 263 0.023461 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.005794 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.004084 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.006482 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.003259 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.003245 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.003878 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.003449 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.003219 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.003205 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.003292 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.003250 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.003268 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.003438 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.003513 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.003245 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.003316 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.003592 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.003453 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.003008 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.003094 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.002887 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.003290 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.002895 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.002862 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.002937 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.002949 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.003049 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.003157 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.003871 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.011997 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 541 0.004935 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 542 0.012748 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 542 0.003113 10.0.0.249 - - [2026-06-04 02:23:34] "GET /logical-router/a78f30db-4b81-4ff5-ae46-55940652be98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003257 10.0.0.249 - - [2026-06-04 02:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 151 0.038442 10.0.0.249 - - [2026-06-04 02:23:34] "GET /projects?obj_uuids=7d669030-b6a0-488f-8420-f18a78fbdfdf&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001277 10.0.0.249 - - [2026-06-04 02:23:34] "DELETE /route-target/6bf3e3f1-cf4b-43e6-b49a-fc35e81a87c8 HTTP/1.1" 200 115 0.016060 10.0.0.249 - - [2026-06-04 02:23:34] "POST /neutron/router HTTP/1.1" 200 559 0.047788 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/router HTTP/1.1" 200 559 0.003150 10.0.0.249 - - [2026-06-04 02:23:35] "POST /route-targets HTTP/1.1" 200 328 0.014587 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/router HTTP/1.1" 200 559 0.002816 10.0.0.249 - - [2026-06-04 02:23:35] "PUT /logical-router/597e0115-1081-462f-829a-40ff52d5d2df HTTP/1.1" 200 263 0.016924 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/router HTTP/1.1" 200 559 0.004282 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/router HTTP/1.1" 200 559 0.003299 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/router HTTP/1.1" 200 559 0.003031 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/router HTTP/1.1" 200 559 0.002961 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/router HTTP/1.1" 200 559 0.002859 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/router HTTP/1.1" 200 559 0.003848 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/router HTTP/1.1" 200 559 0.003125 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/router HTTP/1.1" 200 559 0.003481 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/router HTTP/1.1" 200 559 0.003114 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/router HTTP/1.1" 200 559 0.002965 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/router HTTP/1.1" 200 559 0.003012 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/router HTTP/1.1" 200 559 0.003167 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/router HTTP/1.1" 200 559 0.003033 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/router HTTP/1.1" 200 559 0.003042 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/router HTTP/1.1" 200 559 0.003237 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/router HTTP/1.1" 200 559 0.003103 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/router HTTP/1.1" 200 559 0.002979 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/router HTTP/1.1" 200 559 0.003014 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/router HTTP/1.1" 200 559 0.002898 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/router HTTP/1.1" 200 559 0.002922 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/router HTTP/1.1" 200 559 0.002900 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/router HTTP/1.1" 200 559 0.003347 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/router HTTP/1.1" 200 559 0.003422 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/router HTTP/1.1" 200 559 0.003093 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/router HTTP/1.1" 200 559 0.003092 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/router HTTP/1.1" 200 559 0.003349 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/router HTTP/1.1" 200 559 0.003128 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/router HTTP/1.1" 200 559 0.003098 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/router HTTP/1.1" 200 559 0.003484 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/router HTTP/1.1" 200 559 0.003273 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/router HTTP/1.1" 200 559 0.016026 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/router HTTP/1.1" 200 559 0.003628 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/router HTTP/1.1" 200 559 0.013815 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/router HTTP/1.1" 200 559 0.003261 10.0.0.249 - - [2026-06-04 02:23:35] "GET /logical-router/597e0115-1081-462f-829a-40ff52d5d2df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005099 10.0.0.249 - - [2026-06-04 02:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/router HTTP/1.1" 200 151 0.042436 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/security_group HTTP/1.1" 200 521 0.002810 10.0.0.249 - - [2026-06-04 02:23:35] "DELETE /route-target/ca0076f5-bb00-43b9-9491-d88d61b47eb5 HTTP/1.1" 200 115 0.022060 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/security_group HTTP/1.1" 200 151 0.045754 10.0.0.249 - - [2026-06-04 02:23:35] "DELETE /access-control-list/237946b5-0b7a-4432-abbc-a67e78e48cf7 HTTP/1.1" 200 115 0.023077 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/security_group HTTP/1.1" 200 521 0.004539 10.0.0.249 - - [2026-06-04 02:23:35] "DELETE /access-control-list/c18489ad-8e2d-4b2c-a570-5eccf8c544a7 HTTP/1.1" 200 115 0.026452 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/security_group HTTP/1.1" 200 151 0.045471 10.0.0.249 - - [2026-06-04 02:23:35] "DELETE /access-control-list/c8700105-38a6-4e23-b2f9-d8ca68d6f68b HTTP/1.1" 200 115 0.025202 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/security_group HTTP/1.1" 200 506 0.010922 10.0.0.249 - - [2026-06-04 02:23:35] "DELETE /access-control-list/9477b7d8-abc8-4d38-9334-7509f0ab270f HTTP/1.1" 200 115 0.032474 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/security_group HTTP/1.1" 200 151 0.052631 10.0.0.249 - - [2026-06-04 02:23:35] "DELETE /access-control-list/42046e81-c6ea-4b3f-a867-226afdf0a937 HTTP/1.1" 200 115 0.028463 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/security_group HTTP/1.1" 200 506 0.008525 10.0.0.249 - - [2026-06-04 02:23:35] "DELETE /access-control-list/204a6b9b-99dc-48f6-b81b-6aa75578e6e0 HTTP/1.1" 200 115 0.024564 10.0.0.249 - - [2026-06-04 02:23:35] "POST /neutron/security_group HTTP/1.1" 200 151 0.041173 10.0.0.249 - - [2026-06-04 02:23:35] "DELETE /access-control-list/438865c0-1c34-4a8c-a47e-1b6b222f36f8 HTTP/1.1" 200 115 0.018045 10.0.0.249 - - [2026-06-04 02:23:35] "DELETE /access-control-list/410c5387-8ad9-4193-bdd6-1aef582b3d98 HTTP/1.1" 200 115 0.020132 10.0.0.249 - - [2026-06-04 02:23:36] "GET /projects?obj_uuids=7d669030-b6a0-488f-8420-f18a78fbdfdf&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001213 10.0.0.249 - - [2026-06-04 02:23:36] "GET /project/7d669030-b6a0-488f-8420-f18a78fbdfdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.023048 10.0.0.249 - - [2026-06-04 02:23:36] "GET /projects?obj_uuids=7d669030-b6a0-488f-8420-f18a78fbdfdf&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001258 10.0.0.249 - - [2026-06-04 02:23:36] "GET /project/7d669030-b6a0-488f-8420-f18a78fbdfdf?fields=virtual_networks HTTP/1.1" 200 1033 0.068970 10.0.0.249 - - [2026-06-04 02:23:36] "GET /projects?obj_uuids=7d669030-b6a0-488f-8420-f18a78fbdfdf&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000992 10.0.0.249 - - [2026-06-04 02:23:36] "GET /project/7d669030-b6a0-488f-8420-f18a78fbdfdf?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.021981 10.0.0.249 - - [2026-06-04 02:23:36] "GET /projects?obj_uuids=7d669030-b6a0-488f-8420-f18a78fbdfdf&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000875 10.0.0.249 - - [2026-06-04 02:23:36] "GET /project/7d669030-b6a0-488f-8420-f18a78fbdfdf?fields=security_groups HTTP/1.1" 200 1255 0.022970 10.0.0.249 - - [2026-06-04 02:23:37] "POST /fqname-to-id HTTP/1.1" 404 184 0.024950 10.0.0.249 - - [2026-06-04 02:23:37] "GET /projects?obj_uuids=e08a45e9-b7a3-4ee7-896a-7283f2f4a525&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002076 10.0.0.249 - - [2026-06-04 02:23:37] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000837 10.0.0.249 - - [2026-06-04 02:23:37] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005572 10.0.0.249 - - [2026-06-04 02:23:37] "POST /id-to-fqname HTTP/1.1" 200 186 0.001665 10.0.0.249 - - [2026-06-04 02:23:37] "POST /fqname-to-id HTTP/1.1" 404 195 0.002311 10.0.0.249 - - [2026-06-04 02:23:37] "POST /security-groups HTTP/1.1" 200 587 0.060328 10.0.0.249 - - [2026-06-04 02:23:37] "POST /fqname-to-id HTTP/1.1" 404 230 0.002395 10.0.0.249 - - [2026-06-04 02:23:37] "POST /projects HTTP/1.1" 200 577 0.200488 10.0.0.249 - - [2026-06-04 02:23:37] "POST /access-control-lists HTTP/1.1" 200 594 0.062048 10.0.0.249 - - [2026-06-04 02:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.273621 10.0.0.249 - - [2026-06-04 02:23:37] "POST /fqname-to-id HTTP/1.1" 404 229 0.002567 10.0.0.249 - - [2026-06-04 02:23:37] "GET /project/e08a45e9-b7a3-4ee7-896a-7283f2f4a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.387846 10.0.0.249 - - [2026-06-04 02:23:37] "POST /access-control-lists HTTP/1.1" 200 592 0.060599 10.0.0.249 - - [2026-06-04 02:23:38] "GET / HTTP/1.1" 200 36215 0.001739 10.0.0.249 - - [2026-06-04 02:23:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000493 10.0.0.249 - - [2026-06-04 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.057975 10.0.0.249 - - [2026-06-04 02:23:39] "GET /projects?obj_uuids=e08a45e9-b7a3-4ee7-896a-7283f2f4a525&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001002 10.0.0.249 - - [2026-06-04 02:23:39] "GET /project/e08a45e9-b7a3-4ee7-896a-7283f2f4a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.021563 10.0.0.249 - - [2026-06-04 02:23:39] "POST /neutron/network HTTP/1.1" 200 117 0.028855 10.0.0.249 - - [2026-06-04 02:23:39] "GET /projects?obj_uuids=e08a45e9-b7a3-4ee7-896a-7283f2f4a525&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001101 10.0.0.249 - - [2026-06-04 02:23:39] "POST /neutron/network HTTP/1.1" 200 601 0.053644 10.0.0.249 - - [2026-06-04 02:23:39] "POST /route-targets HTTP/1.1" 200 328 0.010655 10.0.0.249 - - [2026-06-04 02:23:39] "POST /ref-update HTTP/1.1" 200 156 0.012681 10.0.0.249 - - [2026-06-04 02:23:39] "POST /useragent-kv HTTP/1.1" 200 115 0.005111 10.0.0.249 - - [2026-06-04 02:23:39] "POST /neutron/subnet HTTP/1.1" 200 715 0.201558 10.0.0.249 - - [2026-06-04 02:23:40] "POST /neutron/network HTTP/1.1" 200 818 0.005105 10.0.0.249 - - [2026-06-04 02:23:40] "POST /id-to-fqname HTTP/1.1" 200 216 0.001361 10.0.0.249 - - [2026-06-04 02:23:40] "GET /virtual-network/9d1a5740-bb35-4cab-b7d8-de5d9de76ee7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.004429 10.0.0.249 - - [2026-06-04 02:23:40] "POST /neutron/network HTTP/1.1" 200 818 0.005288 10.0.0.249 - - [2026-06-04 02:23:40] "GET /virtual-network/9d1a5740-bb35-4cab-b7d8-de5d9de76ee7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.004659 10.0.0.249 - - [2026-06-04 02:23:40] "POST /neutron/network HTTP/1.1" 200 818 0.008011 10.0.0.249 - - [2026-06-04 02:23:40] "POST /neutron/subnet HTTP/1.1" 200 715 0.006171 10.0.0.249 - - [2026-06-04 02:23:40] "POST /fqname-to-id HTTP/1.1" 404 206 0.002028 10.0.0.249 - - [2026-06-04 02:23:40] "GET /virtual-network/9d1a5740-bb35-4cab-b7d8-de5d9de76ee7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.004418 10.0.0.249 - - [2026-06-04 02:23:40] "GET /projects?obj_uuids=e08a45e9-b7a3-4ee7-896a-7283f2f4a525&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001024 10.0.0.249 - - [2026-06-04 02:23:40] "POST /neutron/port HTTP/1.1" 200 1015 0.174311 10.0.0.249 - - [2026-06-04 02:23:40] "GET /virtual-machine-interface/9e1f1c18-0ab4-48d2-84cc-5063a67e60ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.004136 10.0.0.249 - - [2026-06-04 02:23:40] "GET /virtual-machine-interface/9e1f1c18-0ab4-48d2-84cc-5063a67e60ab?fields=instance_ip_back_refs HTTP/1.1" 200 1320 0.005918 10.0.0.249 - - [2026-06-04 02:23:40] "GET /instance-ip/d292354b-3e6e-45fa-bae5-5ccc3ec8f4f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1596 0.003423 10.0.0.249 - - [2026-06-04 02:23:40] "GET /virtual-machine-interface/9e1f1c18-0ab4-48d2-84cc-5063a67e60ab HTTP/1.1" 401 293 0.000401 10.0.0.249 - - [2026-06-04 02:23:40] "GET /virtual-machine-interface/9e1f1c18-0ab4-48d2-84cc-5063a67e60ab HTTP/1.1" 200 2611 0.026755 10.0.0.249 - - [2026-06-04 02:23:40] "POST /neutron/port HTTP/1.1" 200 1015 0.008211 10.0.0.249 - - [2026-06-04 02:23:40] "POST /neutron/port HTTP/1.1" 200 151 0.053581 10.0.0.249 - - [2026-06-04 02:23:40] "POST /neutron/network HTTP/1.1" 200 818 0.004552 10.0.0.249 - - [2026-06-04 02:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.249 - - [2026-06-04 02:23:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002581 10.0.0.249 - - [2026-06-04 02:23:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001551 10.0.0.249 - - [2026-06-04 02:23:41] "POST /neutron/network HTTP/1.1" 200 151 0.067609 10.0.0.249 - - [2026-06-04 02:23:41] "DELETE /route-target/97326d78-f538-4898-9cfd-56207a9a455f HTTP/1.1" 200 115 0.013687 10.0.0.249 - - [2026-06-04 02:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002480 10.0.0.249 - - [2026-06-04 02:23:41] "GET /projects?obj_uuids=e08a45e9-b7a3-4ee7-896a-7283f2f4a525&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000940 10.0.0.249 - - [2026-06-04 02:23:41] "GET /project/e08a45e9-b7a3-4ee7-896a-7283f2f4a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.019198 10.0.0.249 - - [2026-06-04 02:23:41] "POST /neutron/network HTTP/1.1" 200 117 0.007276 10.0.0.249 - - [2026-06-04 02:23:41] "GET /projects?obj_uuids=e08a45e9-b7a3-4ee7-896a-7283f2f4a525&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001445 10.0.0.249 - - [2026-06-04 02:23:41] "POST /neutron/network HTTP/1.1" 200 603 0.080581 10.0.0.249 - - [2026-06-04 02:23:41] "POST /route-targets HTTP/1.1" 200 328 0.013685 10.0.0.249 - - [2026-06-04 02:23:41] "POST /ref-update HTTP/1.1" 200 156 0.017807 10.0.0.249 - - [2026-06-04 02:23:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003526 10.0.0.249 - - [2026-06-04 02:23:41] "POST /neutron/subnet HTTP/1.1" 200 725 0.151279 10.0.0.249 - - [2026-06-04 02:23:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003490 10.0.0.249 - - [2026-06-04 02:23:42] "POST /neutron/subnet HTTP/1.1" 200 729 0.146862 10.0.0.249 - - [2026-06-04 02:23:42] "POST /neutron/network HTTP/1.1" 200 979 0.006385 10.0.0.249 - - [2026-06-04 02:23:42] "POST /id-to-fqname HTTP/1.1" 200 217 0.001319 10.0.0.249 - - [2026-06-04 02:23:42] "GET /virtual-network/dde16ca1-f767-410d-acc7-14e97f475404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.004325 10.0.0.249 - - [2026-06-04 02:23:42] "POST /neutron/network HTTP/1.1" 200 979 0.006812 10.0.0.249 - - [2026-06-04 02:23:42] "GET /virtual-network/dde16ca1-f767-410d-acc7-14e97f475404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.006098 10.0.0.249 - - [2026-06-04 02:23:42] "POST /neutron/network HTTP/1.1" 200 979 0.005877 10.0.0.249 - - [2026-06-04 02:23:42] "POST /neutron/subnet HTTP/1.1" 200 725 0.005478 10.0.0.249 - - [2026-06-04 02:23:42] "POST /neutron/subnet HTTP/1.1" 200 729 0.005381 10.0.0.249 - - [2026-06-04 02:23:42] "GET /projects?obj_uuids=e08a45e9-b7a3-4ee7-896a-7283f2f4a525&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000889 10.0.0.249 - - [2026-06-04 02:23:42] "POST /neutron/port HTTP/1.1" 200 1018 0.139033 10.0.0.249 - - [2026-06-04 02:23:42] "GET /projects?obj_uuids=e08a45e9-b7a3-4ee7-896a-7283f2f4a525&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000936 10.0.0.249 - - [2026-06-04 02:23:42] "POST /neutron/port HTTP/1.1" 200 1019 0.158478 10.0.0.249 - - [2026-06-04 02:23:42] "POST /id-to-fqname HTTP/1.1" 200 217 0.001371 10.0.0.249 - - [2026-06-04 02:23:42] "POST /neutron/port HTTP/1.1" 200 1018 0.008662 10.0.0.249 - - [2026-06-04 02:23:42] "POST /neutron/port HTTP/1.1" 200 1018 0.008806 10.0.0.249 - - [2026-06-04 02:23:42] "POST /neutron/network HTTP/1.1" 200 979 0.006288 10.0.0.249 - - [2026-06-04 02:23:42] "POST /neutron/port HTTP/1.1" 200 1018 0.007731 10.0.0.249 - - [2026-06-04 02:23:42] "POST /neutron/port HTTP/1.1" 200 117 0.004166 10.0.0.249 - - [2026-06-04 02:23:42] "POST /neutron/port HTTP/1.1" 200 117 0.004005 10.0.0.249 - - [2026-06-04 02:23:42] "POST /id-to-fqname HTTP/1.1" 200 217 0.001140 10.0.0.249 - - [2026-06-04 02:23:43] "POST /neutron/port HTTP/1.1" 200 117 0.004498 10.0.0.249 - - [2026-06-04 02:23:43] "POST /neutron/port HTTP/1.1" 200 1019 0.007748 10.0.0.249 - - [2026-06-04 02:23:43] "POST /neutron/port HTTP/1.1" 200 1019 0.007648 10.0.0.249 - - [2026-06-04 02:23:43] "POST /neutron/network HTTP/1.1" 200 979 0.005871 10.0.0.249 - - [2026-06-04 02:23:43] "POST /neutron/port HTTP/1.1" 200 1019 0.007176 10.0.0.249 - - [2026-06-04 02:23:43] "POST /neutron/port HTTP/1.1" 200 1018 0.010049 10.0.0.249 - - [2026-06-04 02:23:43] "POST /neutron/port HTTP/1.1" 200 1019 0.010409 10.0.0.249 - - [2026-06-04 02:23:43] "POST /neutron/port HTTP/1.1" 200 117 0.005496 10.0.0.249 - - [2026-06-04 02:23:43] "POST /neutron/port HTTP/1.1" 200 117 0.004007 10.0.0.249 - - [2026-06-04 02:23:43] "POST /neutron/port HTTP/1.1" 200 117 0.004844 10.0.0.249 - - [2026-06-04 02:23:43] "POST /neutron/port HTTP/1.1" 200 1018 0.007865 10.0.0.249 - - [2026-06-04 02:23:43] "POST /neutron/network HTTP/1.1" 200 989 0.004717 10.0.0.249 - - [2026-06-04 02:23:43] "POST /neutron/port HTTP/1.1" 200 1019 0.010682 10.0.0.249 - - [2026-06-04 02:23:43] "POST /neutron/port HTTP/1.1" 200 1018 0.008501 10.0.0.249 - - [2026-06-04 02:23:43] "POST /neutron/port HTTP/1.1" 200 1018 0.009674 10.0.0.249 - - [2026-06-04 02:23:43] "POST /neutron/network HTTP/1.1" 200 989 0.005044 10.0.0.249 - - [2026-06-04 02:23:43] "POST /neutron/port HTTP/1.1" 200 1019 0.014627 10.0.0.249 - - [2026-06-04 02:23:43] "POST /neutron/port HTTP/1.1" 200 1019 0.019937 10.0.0.249 - - [2026-06-04 02:23:44] "POST /neutron/port HTTP/1.1" 200 1110 0.080182 10.0.0.249 - - [2026-06-04 02:23:44] "POST /neutron/port HTTP/1.1" 200 1111 0.083115 10.0.0.249 - - [2026-06-04 02:23:44] "POST /neutron/port HTTP/1.1" 200 1120 0.012702 10.0.0.249 - - [2026-06-04 02:23:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003843 10.0.0.249 - - [2026-06-04 02:23:44] "POST /neutron/port HTTP/1.1" 200 1121 0.013594 10.0.0.249 - - [2026-06-04 02:23:44] "POST /neutron/subnet HTTP/1.1" 200 699 0.006709 10.0.0.249 - - [2026-06-04 02:23:44] "POST /neutron/port HTTP/1.1" 200 117 0.001048 10.0.0.249 - - [2026-06-04 02:23:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005129 10.0.0.249 - - [2026-06-04 02:23:44] "POST /neutron/network HTTP/1.1" 200 979 0.007529 10.0.0.249 - - [2026-06-04 02:23:44] "POST /neutron/subnet HTTP/1.1" 200 703 0.011173 10.0.0.249 - - [2026-06-04 02:23:44] "POST /neutron/port HTTP/1.1" 200 117 0.001052 10.0.0.249 - - [2026-06-04 02:23:44] "POST /neutron/network HTTP/1.1" 200 979 0.006232 10.0.0.249 - - [2026-06-04 02:23:48] "POST /neutron/port HTTP/1.1" 200 1120 0.011058 10.0.0.249 - - [2026-06-04 02:23:48] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005692 10.0.0.249 - - [2026-06-04 02:23:48] "POST /neutron/port HTTP/1.1" 200 1120 0.011405 10.0.0.249 - - [2026-06-04 02:23:48] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005508 10.0.0.249 - - [2026-06-04 02:23:48] "POST /neutron/port HTTP/1.1" 200 1120 0.010946 10.0.0.249 - - [2026-06-04 02:23:48] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005731 10.0.0.249 - - [2026-06-04 02:23:48] "GET /virtual-machine/51bb60d9-d31e-4c87-b26e-b2e704deaf7b HTTP/1.1" 200 1286 0.004160 10.0.0.249 - - [2026-06-04 02:23:48] "GET /virtual-machine-interface/8ea7b3e3-bda2-4d51-a4be-adca13f47b90 HTTP/1.1" 200 2932 0.004483 10.0.0.249 - - [2026-06-04 02:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.249 - - [2026-06-04 02:23:48] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003278 10.0.0.249 - - [2026-06-04 02:23:48] "GET /virtual-networks?parent_id=e08a45e9-b7a3-4ee7-896a-7283f2f4a525&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003085 10.0.0.249 - - [2026-06-04 02:23:48] "GET /virtual-network/dde16ca1-f767-410d-acc7-14e97f475404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.005843 10.0.0.249 - - [2026-06-04 02:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002617 10.0.0.249 - - [2026-06-04 02:23:51] "GET /virtual-network/dde16ca1-f767-410d-acc7-14e97f475404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.005753 10.0.0.249 - - [2026-06-04 02:23:52] "POST /neutron/port HTTP/1.1" 200 1121 0.011318 10.0.0.249 - - [2026-06-04 02:23:52] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004684 10.0.0.249 - - [2026-06-04 02:23:53] "POST /neutron/port HTTP/1.1" 200 1120 0.012029 10.0.0.249 - - [2026-06-04 02:23:53] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005089 10.0.0.249 - - [2026-06-04 02:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002504 10.0.0.249 - - [2026-06-04 02:23:54] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002965 10.0.0.249 - - [2026-06-04 02:23:54] "GET /virtual-networks?parent_id=e08a45e9-b7a3-4ee7-896a-7283f2f4a525&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003120 10.0.0.249 - - [2026-06-04 02:23:54] "GET /virtual-network/dde16ca1-f767-410d-acc7-14e97f475404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.004965 10.0.0.249 - - [2026-06-04 02:23:54] "POST /neutron/port HTTP/1.1" 200 1120 0.012012 10.0.0.249 - - [2026-06-04 02:23:54] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005898 10.0.0.249 - - [2026-06-04 02:23:59] "POST /neutron/port HTTP/1.1" 200 1121 0.011774 10.0.0.249 - - [2026-06-04 02:23:59] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005796 10.0.0.249 - - [2026-06-04 02:23:59] "POST /neutron/port HTTP/1.1" 200 1121 0.014389 10.0.0.249 - - [2026-06-04 02:23:59] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006465 10.0.0.249 - - [2026-06-04 02:23:59] "POST /neutron/port HTTP/1.1" 200 1121 0.011694 10.0.0.249 - - [2026-06-04 02:23:59] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005692 10.0.0.249 - - [2026-06-04 02:23:59] "GET /virtual-machine/d1d0f3b8-9164-4698-a84d-a86a4da4ebcb HTTP/1.1" 200 1287 0.004136 10.0.0.249 - - [2026-06-04 02:23:59] "GET /virtual-machine-interface/d31bf1fb-399c-477b-8242-2c0e8a2b7661 HTTP/1.1" 200 2931 0.005914 10.0.0.249 - - [2026-06-04 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002513 10.0.0.249 - - [2026-06-04 02:23:59] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004082 10.0.0.249 - - [2026-06-04 02:23:59] "GET /virtual-networks?parent_id=e08a45e9-b7a3-4ee7-896a-7283f2f4a525&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002571 10.0.0.249 - - [2026-06-04 02:23:59] "GET /virtual-network/dde16ca1-f767-410d-acc7-14e97f475404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.005132 10.0.0.249 - - [2026-06-04 02:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002798 10.0.0.249 - - [2026-06-04 02:24:00] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003112 10.0.0.249 - - [2026-06-04 02:24:01] "GET /virtual-networks?parent_id=e08a45e9-b7a3-4ee7-896a-7283f2f4a525&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002721 10.0.0.249 - - [2026-06-04 02:24:01] "GET /virtual-network/dde16ca1-f767-410d-acc7-14e97f475404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.005018 10.0.0.249 - - [2026-06-04 02:24:04] "POST /neutron/port HTTP/1.1" 200 1111 0.019801 10.0.0.249 - - [2026-06-04 02:24:04] "POST /neutron/port HTTP/1.1" 200 1111 0.011882 10.0.0.249 - - [2026-06-04 02:24:04] "POST /neutron/port HTTP/1.1" 200 151 0.119067 10.0.0.249 - - [2026-06-04 02:24:04] "POST /neutron/port HTTP/1.1" 200 1110 0.013678 10.0.0.249 - - [2026-06-04 02:24:04] "POST /neutron/port HTTP/1.1" 200 1110 0.012064 10.0.0.249 - - [2026-06-04 02:24:04] "POST /neutron/port HTTP/1.1" 200 151 0.133405 10.0.0.249 - - [2026-06-04 02:24:04] "POST /neutron/network HTTP/1.1" 200 979 0.006260 10.0.0.249 - - [2026-06-04 02:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.249 - - [2026-06-04 02:24:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002137 10.0.0.249 - - [2026-06-04 02:24:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001745 10.0.0.249 - - [2026-06-04 02:24:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001870 10.0.0.249 - - [2026-06-04 02:24:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002639 10.0.0.249 - - [2026-06-04 02:24:04] "POST /neutron/network HTTP/1.1" 200 151 0.103383 10.0.0.249 - - [2026-06-04 02:24:04] "DELETE /route-target/f9360b19-d6a9-44cd-bbf1-573fa261f126 HTTP/1.1" 200 115 0.031174 10.0.0.249 - - [2026-06-04 02:24:04] "GET /projects?obj_uuids=e08a45e9-b7a3-4ee7-896a-7283f2f4a525&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000922 10.0.0.249 - - [2026-06-04 02:24:04] "GET /project/e08a45e9-b7a3-4ee7-896a-7283f2f4a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.025495 10.0.0.249 - - [2026-06-04 02:24:04] "GET /projects?obj_uuids=e08a45e9-b7a3-4ee7-896a-7283f2f4a525&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001326 10.0.0.249 - - [2026-06-04 02:24:05] "GET /project/e08a45e9-b7a3-4ee7-896a-7283f2f4a525?fields=virtual_networks HTTP/1.1" 200 1036 0.073004 10.0.0.249 - - [2026-06-04 02:24:05] "GET /projects?obj_uuids=e08a45e9-b7a3-4ee7-896a-7283f2f4a525&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001073 10.0.0.249 - - [2026-06-04 02:24:05] "GET /project/e08a45e9-b7a3-4ee7-896a-7283f2f4a525?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.026227 10.0.0.249 - - [2026-06-04 02:24:05] "GET /projects?obj_uuids=e08a45e9-b7a3-4ee7-896a-7283f2f4a525&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000923 10.0.0.249 - - [2026-06-04 02:24:05] "GET /project/e08a45e9-b7a3-4ee7-896a-7283f2f4a525?fields=security_groups HTTP/1.1" 200 1259 0.027406 10.0.0.249 - - [2026-06-04 02:24:06] "POST /fqname-to-id HTTP/1.1" 404 186 0.025818 10.0.0.249 - - [2026-06-04 02:24:06] "GET /projects?obj_uuids=a093e750-f607-4659-9eff-3ce6b4a6f73f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002604 10.0.0.249 - - [2026-06-04 02:24:06] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001140 10.0.0.249 - - [2026-06-04 02:24:06] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006518 10.0.0.249 - - [2026-06-04 02:24:06] "POST /id-to-fqname HTTP/1.1" 200 188 0.001181 10.0.0.249 - - [2026-06-04 02:24:06] "POST /fqname-to-id HTTP/1.1" 404 197 0.004931 10.0.0.249 - - [2026-06-04 02:24:06] "POST /security-groups HTTP/1.1" 200 589 0.064490 10.0.0.249 - - [2026-06-04 02:24:06] "POST /fqname-to-id HTTP/1.1" 404 232 0.002327 10.0.0.249 - - [2026-06-04 02:24:06] "POST /projects HTTP/1.1" 200 581 0.214280 10.0.0.249 - - [2026-06-04 02:24:06] "POST /access-control-lists HTTP/1.1" 200 596 0.060294 10.0.0.249 - - [2026-06-04 02:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.291583 10.0.0.249 - - [2026-06-04 02:24:06] "POST /fqname-to-id HTTP/1.1" 404 231 0.002562 10.0.0.249 - - [2026-06-04 02:24:06] "GET /project/a093e750-f607-4659-9eff-3ce6b4a6f73f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.418391 10.0.0.249 - - [2026-06-04 02:24:06] "POST /access-control-lists HTTP/1.1" 200 594 0.064064 10.0.0.249 - - [2026-06-04 02:24:07] "GET / HTTP/1.1" 200 36215 0.001875 10.0.0.249 - - [2026-06-04 02:24:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000469 10.0.0.249 - - [2026-06-04 02:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.059502 10.0.0.249 - - [2026-06-04 02:24:08] "GET /projects?obj_uuids=a093e750-f607-4659-9eff-3ce6b4a6f73f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000937 10.0.0.249 - - [2026-06-04 02:24:08] "GET /project/a093e750-f607-4659-9eff-3ce6b4a6f73f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.022877 10.0.0.249 - - [2026-06-04 02:24:08] "POST /neutron/network HTTP/1.1" 200 117 0.035832 10.0.0.249 - - [2026-06-04 02:24:08] "GET /projects?obj_uuids=a093e750-f607-4659-9eff-3ce6b4a6f73f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002589 10.0.0.249 - - [2026-06-04 02:24:08] "POST /neutron/network HTTP/1.1" 200 605 0.084089 10.0.0.249 - - [2026-06-04 02:24:08] "POST /route-targets HTTP/1.1" 200 328 0.009338 10.0.0.249 - - [2026-06-04 02:24:08] "POST /ref-update HTTP/1.1" 200 156 0.013498 10.0.0.249 - - [2026-06-04 02:24:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003631 10.0.0.249 - - [2026-06-04 02:24:09] "POST /neutron/subnet HTTP/1.1" 200 724 0.198733 10.0.0.249 - - [2026-06-04 02:24:09] "POST /neutron/network HTTP/1.1" 200 824 0.006617 10.0.0.249 - - [2026-06-04 02:24:09] "POST /id-to-fqname HTTP/1.1" 200 219 0.001499 10.0.0.249 - - [2026-06-04 02:24:09] "GET /virtual-network/857510aa-850f-4e07-b44d-0f2e4cded0a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005409 10.0.0.249 - - [2026-06-04 02:24:09] "POST /neutron/network HTTP/1.1" 200 824 0.005793 10.0.0.249 - - [2026-06-04 02:24:09] "GET /virtual-network/857510aa-850f-4e07-b44d-0f2e4cded0a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008408 10.0.0.249 - - [2026-06-04 02:24:09] "POST /neutron/network HTTP/1.1" 200 824 0.004866 10.0.0.249 - - [2026-06-04 02:24:09] "POST /neutron/subnet HTTP/1.1" 200 724 0.010134 10.0.0.249 - - [2026-06-04 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.249 - - [2026-06-04 02:24:09] "GET /projects?obj_uuids=a093e750-f607-4659-9eff-3ce6b4a6f73f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001308 10.0.0.249 - - [2026-06-04 02:24:09] "GET /project/a093e750-f607-4659-9eff-3ce6b4a6f73f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.029001 10.0.0.249 - - [2026-06-04 02:24:09] "POST /neutron/network HTTP/1.1" 200 117 0.009088 10.0.0.249 - - [2026-06-04 02:24:09] "GET /projects?obj_uuids=a093e750-f607-4659-9eff-3ce6b4a6f73f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001080 10.0.0.249 - - [2026-06-04 02:24:09] "POST /neutron/port HTTP/1.1" 200 117 0.004776 10.0.0.249 - - [2026-06-04 02:24:09] "POST /neutron/port HTTP/1.1" 400 205 0.003703 10.0.0.249 - - [2026-06-04 02:24:09] "POST /neutron/network HTTP/1.1" 200 605 0.092919 10.0.0.249 - - [2026-06-04 02:24:09] "POST /route-targets HTTP/1.1" 200 328 0.009934 10.0.0.249 - - [2026-06-04 02:24:09] "POST /ref-update HTTP/1.1" 200 156 0.011016 10.0.0.249 - - [2026-06-04 02:24:09] "POST /neutron/port HTTP/1.1" 200 117 0.007728 10.0.0.249 - - [2026-06-04 02:24:09] "POST /neutron/port HTTP/1.1" 400 205 0.002918 10.0.0.249 - - [2026-06-04 02:24:09] "POST /useragent-kv HTTP/1.1" 200 115 0.007479 10.0.0.249 - - [2026-06-04 02:24:09] "POST /neutron/subnet HTTP/1.1" 200 715 0.213092 10.0.0.249 - - [2026-06-04 02:24:09] "POST /neutron/network HTTP/1.1" 200 822 0.005208 10.0.0.249 - - [2026-06-04 02:24:09] "POST /id-to-fqname HTTP/1.1" 200 219 0.001163 10.0.0.249 - - [2026-06-04 02:24:09] "GET /virtual-network/aa0fefa7-5f54-4360-81df-94feb0ea3fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007817 10.0.0.249 - - [2026-06-04 02:24:09] "POST /neutron/network HTTP/1.1" 200 822 0.004525 10.0.0.249 - - [2026-06-04 02:24:09] "GET /virtual-network/aa0fefa7-5f54-4360-81df-94feb0ea3fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004393 10.0.0.249 - - [2026-06-04 02:24:09] "POST /neutron/network HTTP/1.1" 200 822 0.005259 10.0.0.249 - - [2026-06-04 02:24:09] "POST /neutron/subnet HTTP/1.1" 200 715 0.006793 10.0.0.249 - - [2026-06-04 02:24:09] "POST /id-to-fqname HTTP/1.1" 200 219 0.001083 10.0.0.249 - - [2026-06-04 02:24:10] "POST /neutron/network HTTP/1.1" 200 834 0.005261 10.0.0.249 - - [2026-06-04 02:24:10] "GET /aaa-mode HTTP/1.1" 401 293 0.000512 10.0.0.249 - - [2026-06-04 02:24:10] "GET / HTTP/1.1" 200 36215 0.001860 10.0.0.249 - - [2026-06-04 02:24:10] "GET /project/a093e750-f607-4659-9eff-3ce6b4a6f73f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000435 10.0.0.249 - - [2026-06-04 02:24:10] "GET /projects?obj_uuids=a093e750-f607-4659-9eff-3ce6b4a6f73f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000899 10.0.0.249 - - [2026-06-04 02:24:10] "GET /project/a093e750-f607-4659-9eff-3ce6b4a6f73f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.057101 10.0.0.249 - - [2026-06-04 02:24:10] "POST /neutron/network HTTP/1.1" 200 824 0.004620 10.0.0.249 - - [2026-06-04 02:24:11] "POST /neutron/port HTTP/1.1" 200 117 0.004330 10.0.0.249 - - [2026-06-04 02:24:11] "POST /neutron/port HTTP/1.1" 200 117 0.004936 10.0.0.249 - - [2026-06-04 02:24:11] "POST /id-to-fqname HTTP/1.1" 200 219 0.001191 10.0.0.249 - - [2026-06-04 02:24:11] "POST /neutron/port HTTP/1.1" 200 117 0.005343 10.0.0.249 - - [2026-06-04 02:24:11] "POST /neutron/network HTTP/1.1" 200 832 0.005154 10.0.0.249 - - [2026-06-04 02:24:11] "GET /aaa-mode HTTP/1.1" 401 293 0.000440 10.0.0.249 - - [2026-06-04 02:24:11] "POST /neutron/network HTTP/1.1" 200 834 0.005056 10.0.0.249 - - [2026-06-04 02:24:11] "GET /projects?obj_uuids=a093e750-f607-4659-9eff-3ce6b4a6f73f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001383 10.0.0.249 - - [2026-06-04 02:24:11] "GET / HTTP/1.1" 200 36215 0.001858 10.0.0.249 - - [2026-06-04 02:24:11] "GET /project/a093e750-f607-4659-9eff-3ce6b4a6f73f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000345 10.0.0.249 - - [2026-06-04 02:24:11] "POST /neutron/port HTTP/1.1" 200 1058 0.218234 10.0.0.249 - - [2026-06-04 02:24:11] "POST /neutron/port HTTP/1.1" 200 1058 0.012893 10.0.0.249 - - [2026-06-04 02:24:11] "POST /neutron/port HTTP/1.1" 200 1058 0.011404 10.0.0.249 - - [2026-06-04 02:24:11] "POST /neutron/port HTTP/1.1" 200 1112 0.076922 10.0.0.249 - - [2026-06-04 02:24:11] "POST /neutron/port HTTP/1.1" 200 1122 0.012788 10.0.0.249 - - [2026-06-04 02:24:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003068 10.0.0.249 - - [2026-06-04 02:24:11] "POST /neutron/subnet HTTP/1.1" 200 698 0.006456 10.0.0.249 - - [2026-06-04 02:24:11] "POST /neutron/port HTTP/1.1" 200 117 0.001044 10.0.0.249 - - [2026-06-04 02:24:11] "POST /neutron/network HTTP/1.1" 200 824 0.006349 10.0.0.249 - - [2026-06-04 02:24:12] "GET /projects?obj_uuids=a093e750-f607-4659-9eff-3ce6b4a6f73f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001330 10.0.0.249 - - [2026-06-04 02:24:12] "GET /project/a093e750-f607-4659-9eff-3ce6b4a6f73f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.055138 10.0.0.249 - - [2026-06-04 02:24:12] "POST /neutron/network HTTP/1.1" 200 822 0.005315 10.0.0.249 - - [2026-06-04 02:24:12] "POST /neutron/port HTTP/1.1" 200 1122 0.015933 10.0.0.249 - - [2026-06-04 02:24:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006320 10.0.0.249 - - [2026-06-04 02:24:12] "POST /neutron/port HTTP/1.1" 200 117 0.005026 10.0.0.249 - - [2026-06-04 02:24:12] "GET /projects?obj_uuids=a093e750-f607-4659-9eff-3ce6b4a6f73f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001413 10.0.0.249 - - [2026-06-04 02:24:12] "POST /neutron/router HTTP/1.1" 200 580 0.059219 10.0.0.249 - - [2026-06-04 02:24:12] "POST /neutron/router HTTP/1.1" 200 580 0.003132 10.0.0.249 - - [2026-06-04 02:24:12] "POST /route-targets HTTP/1.1" 200 328 0.016455 10.0.0.249 - - [2026-06-04 02:24:12] "GET /projects?obj_uuids=a093e750-f607-4659-9eff-3ce6b4a6f73f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000991 10.0.0.249 - - [2026-06-04 02:24:12] "PUT /logical-router/0502beec-c492-4369-8daf-873fba710b45 HTTP/1.1" 200 263 0.032190 10.0.0.249 - - [2026-06-04 02:24:12] "POST /neutron/router HTTP/1.1" 200 344 0.262299 10.0.0.249 - - [2026-06-04 02:24:12] "POST /ref-update HTTP/1.1" 200 156 0.012007 10.0.0.249 - - [2026-06-04 02:24:12] "POST /neutron/network HTTP/1.1" 200 832 0.007935 10.0.0.249 - - [2026-06-04 02:24:12] "POST /neutron/port HTTP/1.1" 200 1122 0.018137 10.0.0.249 - - [2026-06-04 02:24:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005905 10.0.0.249 - - [2026-06-04 02:24:12] "GET /projects?obj_uuids=a093e750-f607-4659-9eff-3ce6b4a6f73f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001384 10.0.0.249 - - [2026-06-04 02:24:13] "POST /neutron/port HTTP/1.1" 200 1056 0.268184 10.0.0.249 - - [2026-06-04 02:24:13] "POST /neutron/port HTTP/1.1" 200 1056 0.013351 10.0.0.249 - - [2026-06-04 02:24:13] "POST /neutron/port HTTP/1.1" 200 1056 0.012404 10.0.0.249 - - [2026-06-04 02:24:13] "POST /neutron/port HTTP/1.1" 200 1110 0.064932 10.0.0.249 - - [2026-06-04 02:24:13] "POST /neutron/port HTTP/1.1" 200 1120 0.012283 10.0.0.249 - - [2026-06-04 02:24:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003143 10.0.0.249 - - [2026-06-04 02:24:13] "POST /neutron/subnet HTTP/1.1" 200 689 0.006151 10.0.0.249 - - [2026-06-04 02:24:13] "POST /neutron/port HTTP/1.1" 200 117 0.001086 10.0.0.249 - - [2026-06-04 02:24:13] "POST /neutron/network HTTP/1.1" 200 822 0.005785 10.0.0.249 - - [2026-06-04 02:24:17] "POST /neutron/port HTTP/1.1" 200 1122 0.011674 10.0.0.249 - - [2026-06-04 02:24:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005607 10.0.0.249 - - [2026-06-04 02:24:17] "POST /neutron/port HTTP/1.1" 200 1122 0.013519 10.0.0.249 - - [2026-06-04 02:24:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005947 10.0.0.249 - - [2026-06-04 02:24:18] "POST /neutron/port HTTP/1.1" 200 1122 0.015419 10.0.0.249 - - [2026-06-04 02:24:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006635 10.0.0.249 - - [2026-06-04 02:24:18] "GET /virtual-machine/ae4c7a5c-ee70-4c15-9385-4b7dc73af7a7 HTTP/1.1" 401 293 0.000473 10.0.0.249 - - [2026-06-04 02:24:18] "GET /virtual-machine/ae4c7a5c-ee70-4c15-9385-4b7dc73af7a7 HTTP/1.1" 200 1293 0.027335 10.0.0.249 - - [2026-06-04 02:24:18] "GET /virtual-machine-interface/a2c299dc-3587-4eaf-9320-91613c48ceae HTTP/1.1" 200 2942 0.005033 10.0.0.249 - - [2026-06-04 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002504 10.0.0.249 - - [2026-06-04 02:24:18] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005069 10.0.0.249 - - [2026-06-04 02:24:18] "DELETE /project/a093e750f60746599eff3ce6b4a6f73f HTTP/1.1" 404 173 0.021621 10.0.0.249 - - [2026-06-04 02:24:18] "GET /virtual-networks?parent_id=a093e750-f607-4659-9eff-3ce6b4a6f73f&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.026613 10.0.0.249 - - [2026-06-04 02:24:18] "DELETE /project/e08a45e9b7a34ee7896a7283f2f4a525 HTTP/1.1" 404 173 0.016742 10.0.0.249 - - [2026-06-04 02:24:18] "DELETE /project/7d669030b6a0488f8420f18a78fbdfdf HTTP/1.1" 404 173 0.015584 10.0.0.249 - - [2026-06-04 02:24:18] "DELETE /project/bc59d882d29340fc92cb538c5a27058d HTTP/1.1" 404 173 0.014095 10.0.0.249 - - [2026-06-04 02:24:18] "GET /projects?obj_uuids=bc59d882-d293-40fc-92cb-538c5a27058d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001536 10.0.0.249 - - [2026-06-04 02:24:18] "GET /projects?obj_uuids=9df2cc06-4b47-4ff6-b39c-782895256427&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001186 10.0.0.249 - - [2026-06-04 02:24:18] "GET /projects?obj_uuids=7d669030-b6a0-488f-8420-f18a78fbdfdf&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001402 10.0.0.249 - - [2026-06-04 02:24:18] "GET /projects?obj_uuids=e08a45e9-b7a3-4ee7-896a-7283f2f4a525&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001215 10.0.0.249 - - [2026-06-04 02:24:18] "GET /virtual-network/857510aa-850f-4e07-b44d-0f2e4cded0a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.015326 10.0.0.249 - - [2026-06-04 02:24:18] "GET /project/bc59d882-d293-40fc-92cb-538c5a27058d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.072045 10.0.0.249 - - [2026-06-04 02:24:18] "GET /project/7d669030-b6a0-488f-8420-f18a78fbdfdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.072589 10.0.0.249 - - [2026-06-04 02:24:18] "GET /project/9df2cc06-4b47-4ff6-b39c-782895256427?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1527 0.083171 10.0.0.249 - - [2026-06-04 02:24:18] "GET /project/e08a45e9-b7a3-4ee7-896a-7283f2f4a525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.094082 10.0.0.249 - - [2026-06-04 02:24:18] "GET /projects?obj_uuids=9df2cc06-4b47-4ff6-b39c-782895256427&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001544 10.0.0.249 - - [2026-06-04 02:24:18] "GET /projects?obj_uuids=7d669030-b6a0-488f-8420-f18a78fbdfdf&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002632 10.0.0.249 - - [2026-06-04 02:24:18] "GET /projects?obj_uuids=bc59d882-d293-40fc-92cb-538c5a27058d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001906 10.0.0.249 - - [2026-06-04 02:24:18] "GET /projects?obj_uuids=e08a45e9-b7a3-4ee7-896a-7283f2f4a525&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001419 10.0.0.249 - - [2026-06-04 02:24:18] "GET /project/9df2cc06-4b47-4ff6-b39c-782895256427?fields=security_groups HTTP/1.1" 200 1410 0.108810 10.0.0.249 - - [2026-06-04 02:24:18] "GET /project/bc59d882-d293-40fc-92cb-538c5a27058d?fields=security_groups HTTP/1.1" 200 1359 0.123592 10.0.0.249 - - [2026-06-04 02:24:18] "GET /project/7d669030-b6a0-488f-8420-f18a78fbdfdf?fields=security_groups HTTP/1.1" 200 1357 0.128051 10.0.0.249 - - [2026-06-04 02:24:18] "GET /project/e08a45e9-b7a3-4ee7-896a-7283f2f4a525?fields=security_groups HTTP/1.1" 200 1361 0.123534 10.0.0.249 - - [2026-06-04 02:24:18] "DELETE /security-group/5fe8b6fc-b49f-4f6b-b65f-cbe75fb873d4 HTTP/1.1" 200 115 0.118277 10.0.0.249 - - [2026-06-04 02:24:18] "GET /projects?obj_uuids=9df2cc06-4b47-4ff6-b39c-782895256427&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001440 10.0.0.249 - - [2026-06-04 02:24:18] "DELETE /access-control-list/c7f8e45e-fe75-4373-9792-59f9eff36822 HTTP/1.1" 200 115 0.064603 10.0.0.249 - - [2026-06-04 02:24:18] "DELETE /security-group/c959a9e3-3040-4acf-aad6-e5309b4452d5 HTTP/1.1" 200 115 0.139020 10.0.0.249 - - [2026-06-04 02:24:18] "DELETE /security-group/c7cbd65c-cfde-4376-ad5f-d4cfe94b8e3f HTTP/1.1" 200 115 0.152994 10.0.0.249 - - [2026-06-04 02:24:18] "GET /projects?obj_uuids=7d669030-b6a0-488f-8420-f18a78fbdfdf&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001215 10.0.0.249 - - [2026-06-04 02:24:18] "GET /projects?obj_uuids=bc59d882-d293-40fc-92cb-538c5a27058d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001576 10.0.0.249 - - [2026-06-04 02:24:18] "GET /project/9df2cc06-4b47-4ff6-b39c-782895256427?fields=application_policy_sets HTTP/1.1" 200 1449 0.069934 10.0.0.249 - - [2026-06-04 02:24:19] "DELETE /access-control-list/49a79a8a-b952-4095-97f5-a694507695a5 HTTP/1.1" 200 115 0.076501 10.0.0.249 - - [2026-06-04 02:24:19] "DELETE /security-group/eb600def-1631-4cdb-9d67-96b753ee35d6 HTTP/1.1" 200 115 0.148395 10.0.0.249 - - [2026-06-04 02:24:19] "GET /projects?obj_uuids=e08a45e9-b7a3-4ee7-896a-7283f2f4a525&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000911 10.0.0.249 - - [2026-06-04 02:24:19] "GET /project/bc59d882-d293-40fc-92cb-538c5a27058d?fields=application_policy_sets HTTP/1.1" 200 1398 0.072135 10.0.0.249 - - [2026-06-04 02:24:19] "GET /project/7d669030-b6a0-488f-8420-f18a78fbdfdf?fields=application_policy_sets HTTP/1.1" 200 1396 0.107214 10.0.0.249 - - [2026-06-04 02:24:19] "DELETE /access-control-list/430f8683-9759-4320-8ee6-da1f5909c423 HTTP/1.1" 200 115 0.070266 10.0.0.249 - - [2026-06-04 02:24:19] "GET /project/e08a45e9-b7a3-4ee7-896a-7283f2f4a525?fields=application_policy_sets HTTP/1.1" 200 1400 0.114631 10.0.0.249 - - [2026-06-04 02:24:19] "DELETE /access-control-list/d12fce73-72dd-47d6-b5e9-9de7fba99182 HTTP/1.1" 200 115 0.089070 10.0.0.249 - - [2026-06-04 02:24:19] "DELETE /access-control-list/027e974c-5be6-4c78-8141-927da618788a HTTP/1.1" 200 115 0.088270 10.0.0.249 - - [2026-06-04 02:24:19] "DELETE /project/9df2cc06-4b47-4ff6-b39c-782895256427 HTTP/1.1" 200 115 0.801679 10.0.0.249 - - [2026-06-04 02:24:19] "DELETE /access-control-list/7f6fe394-9748-4eeb-9cdc-89b1e7333094 HTTP/1.1" 200 115 0.059444 10.0.0.249 - - [2026-06-04 02:24:19] "DELETE /project/bc59d882-d293-40fc-92cb-538c5a27058d HTTP/1.1" 200 115 0.830607 10.0.0.249 - - [2026-06-04 02:24:19] "DELETE /project/7d669030-b6a0-488f-8420-f18a78fbdfdf HTTP/1.1" 200 115 0.827982 10.0.0.249 - - [2026-06-04 02:24:19] "DELETE /project/e08a45e9-b7a3-4ee7-896a-7283f2f4a525 HTTP/1.1" 200 115 0.848146 10.0.0.249 - - [2026-06-04 02:24:19] "DELETE /access-control-list/ac9e424d-0811-4bbb-8677-46819f8a2e38 HTTP/1.1" 200 115 0.027799 10.0.0.249 - - [2026-06-04 02:24:19] "DELETE /access-control-list/0f9994e4-c638-4fa1-a614-eb44d07dfc48 HTTP/1.1" 200 115 0.028016 10.0.0.249 - - [2026-06-04 02:24:21] "POST /neutron/port HTTP/1.1" 200 1122 0.012584 10.0.0.249 - - [2026-06-04 02:24:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005339 10.0.0.249 - - [2026-06-04 02:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002651 10.0.0.249 - - [2026-06-04 02:24:21] "GET /virtual-network/857510aa-850f-4e07-b44d-0f2e4cded0a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004714 10.0.0.249 - - [2026-06-04 02:24:22] "POST /neutron/port HTTP/1.1" 200 1120 0.011450 10.0.0.249 - - [2026-06-04 02:24:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004892 10.0.0.249 - - [2026-06-04 02:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002543 10.0.0.249 - - [2026-06-04 02:24:23] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002836 10.0.0.249 - - [2026-06-04 02:24:23] "GET /virtual-networks?parent_id=a093e750-f607-4659-9eff-3ce6b4a6f73f&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002775 10.0.0.249 - - [2026-06-04 02:24:23] "GET /virtual-network/857510aa-850f-4e07-b44d-0f2e4cded0a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005970 10.0.0.249 - - [2026-06-04 02:24:24] "POST /neutron/port HTTP/1.1" 200 1120 0.010891 10.0.0.249 - - [2026-06-04 02:24:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005250 10.0.0.249 - - [2026-06-04 02:24:24] "POST /neutron/port HTTP/1.1" 200 1120 0.011496 10.0.0.249 - - [2026-06-04 02:24:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005689 10.0.0.249 - - [2026-06-04 02:24:24] "POST /neutron/port HTTP/1.1" 200 1120 0.012049 10.0.0.249 - - [2026-06-04 02:24:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006978 10.0.0.249 - - [2026-06-04 02:24:24] "GET /virtual-machine/6b7e45b3-8052-4e1d-b77e-a4a28e6ca995 HTTP/1.1" 200 1292 0.004662 10.0.0.249 - - [2026-06-04 02:24:24] "GET /virtual-machine-interface/db7085ef-1605-40eb-ab7f-3cd6bd31c5a5 HTTP/1.1" 200 2942 0.004824 10.0.0.249 - - [2026-06-04 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.249 - - [2026-06-04 02:24:24] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003711 10.0.0.249 - - [2026-06-04 02:24:24] "GET /virtual-networks?parent_id=a093e750-f607-4659-9eff-3ce6b4a6f73f&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002810 10.0.0.249 - - [2026-06-04 02:24:24] "GET /virtual-network/aa0fefa7-5f54-4360-81df-94feb0ea3fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005532 10.0.0.249 - - [2026-06-04 02:24:24] "GET /obj-perms HTTP/1.1" 200 5075 0.050686 10.0.0.249 - - [2026-06-04 02:24:24] "GET /obj-perms HTTP/1.1" 200 5075 0.048979 10.0.0.249 - - [2026-06-04 02:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002687 10.0.0.249 - - [2026-06-04 02:24:25] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003021 10.0.0.249 - - [2026-06-04 02:24:25] "GET /virtual-networks?parent_id=a093e750-f607-4659-9eff-3ce6b4a6f73f&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.007129 10.0.0.249 - - [2026-06-04 02:24:25] "GET /virtual-network/aa0fefa7-5f54-4360-81df-94feb0ea3fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004871 10.0.0.249 - - [2026-06-04 02:24:30] "POST /neutron/router HTTP/1.1" 200 580 0.003339 10.0.0.249 - - [2026-06-04 02:24:30] "GET /projects?obj_uuids=a093e750-f607-4659-9eff-3ce6b4a6f73f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000930 10.0.0.249 - - [2026-06-04 02:24:31] "POST /neutron/router HTTP/1.1" 200 344 0.176549 10.0.0.249 - - [2026-06-04 02:24:31] "POST /neutron/port HTTP/1.1" 200 1918 0.014480 10.0.0.249 - - [2026-06-04 02:24:31] "POST /ref-update HTTP/1.1" 200 156 0.008808 10.0.0.249 - - [2026-06-04 02:24:37] "POST /neutron/router HTTP/1.1" 200 580 0.003803 10.0.0.249 - - [2026-06-04 02:24:37] "POST /ref-update HTTP/1.1" 200 156 0.012687 10.0.0.249 - - [2026-06-04 02:24:37] "POST /neutron/router HTTP/1.1" 200 344 0.116053 10.0.0.249 - - [2026-06-04 02:24:40] "POST /neutron/router HTTP/1.1" 200 580 0.004422 10.0.0.249 - - [2026-06-04 02:24:40] "GET /projects?obj_uuids=a093e750-f607-4659-9eff-3ce6b4a6f73f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001493 10.0.0.249 - - [2026-06-04 02:24:41] "POST /neutron/router HTTP/1.1" 200 344 0.194009 10.0.0.249 - - [2026-06-04 02:24:41] "POST /ref-update HTTP/1.1" 200 156 0.008784 10.0.0.249 - - [2026-06-04 02:24:41] "POST /neutron/port HTTP/1.1" 200 1122 0.010815 10.0.0.249 - - [2026-06-04 02:24:41] "POST /neutron/port HTTP/1.1" 200 1122 0.015083 10.0.0.249 - - [2026-06-04 02:24:41] "POST /neutron/network HTTP/1.1" 200 834 0.006513 10.0.0.249 - - [2026-06-04 02:24:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003031 10.0.0.249 - - [2026-06-04 02:24:41] "POST /neutron/subnet HTTP/1.1" 200 698 0.007169 10.0.0.249 - - [2026-06-04 02:24:41] "POST /neutron/port HTTP/1.1" 200 117 0.001368 10.0.0.249 - - [2026-06-04 02:24:41] "POST /neutron/network HTTP/1.1" 200 824 0.004763 10.0.0.249 - - [2026-06-04 02:24:43] "POST /neutron/router HTTP/1.1" 200 580 0.004328 10.0.0.249 - - [2026-06-04 02:24:43] "POST /ref-update HTTP/1.1" 200 156 0.009058 10.0.0.249 - - [2026-06-04 02:24:43] "POST /neutron/router HTTP/1.1" 200 344 0.087562 10.0.0.249 - - [2026-06-04 02:24:43] "POST /neutron/router HTTP/1.1" 200 580 0.005508 10.0.0.249 - - [2026-06-04 02:24:43] "POST /ref-update HTTP/1.1" 200 156 0.009306 10.0.0.249 - - [2026-06-04 02:24:43] "POST /neutron/router HTTP/1.1" 200 344 0.096218 10.0.0.249 - - [2026-06-04 02:24:43] "POST /neutron/router HTTP/1.1" 200 580 0.005352 10.0.0.249 - - [2026-06-04 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.249 - - [2026-06-04 02:24:43] "GET /logical-router/0502beec-c492-4369-8daf-873fba710b45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002802 10.0.0.249 - - [2026-06-04 02:24:43] "POST /neutron/router HTTP/1.1" 200 151 0.045633 10.0.0.249 - - [2026-06-04 02:24:43] "DELETE /route-target/e2b79270-250f-40b4-849f-7b53b62fc2e0 HTTP/1.1" 200 115 0.018969 10.0.0.249 - - [2026-06-04 02:24:43] "POST /neutron/network HTTP/1.1" 200 822 0.005199 10.0.0.249 - - [2026-06-04 02:24:43] "POST /neutron/network HTTP/1.1" 400 204 0.011962 10.0.0.249 - - [2026-06-04 02:24:44] "POST /neutron/port HTTP/1.1" 200 1120 0.011297 10.0.0.249 - - [2026-06-04 02:24:44] "POST /neutron/port HTTP/1.1" 200 1110 0.013557 10.0.0.249 - - [2026-06-04 02:24:44] "POST /neutron/port HTTP/1.1" 200 1122 0.010120 10.0.0.249 - - [2026-06-04 02:24:44] "POST /neutron/port HTTP/1.1" 200 1112 0.008837 10.0.0.249 - - [2026-06-04 02:24:44] "POST /neutron/port HTTP/1.1" 200 151 0.111505 10.0.0.249 - - [2026-06-04 02:24:44] "POST /neutron/port HTTP/1.1" 200 151 0.110810 10.0.0.249 - - [2026-06-04 02:24:45] "POST /neutron/network HTTP/1.1" 200 822 0.005310 10.0.0.249 - - [2026-06-04 02:24:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002681 10.0.0.249 - - [2026-06-04 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.249 - - [2026-06-04 02:24:45] "POST /useragent-kv HTTP/1.1" 200 115 0.001637 10.0.0.249 - - [2026-06-04 02:24:45] "POST /neutron/network HTTP/1.1" 200 151 0.067173 10.0.0.249 - - [2026-06-04 02:24:45] "DELETE /route-target/57645f7d-54e9-453d-a32a-aa63216b0b11 HTTP/1.1" 200 115 0.013392 10.0.0.249 - - [2026-06-04 02:24:45] "POST /neutron/network HTTP/1.1" 200 824 0.004491 10.0.0.249 - - [2026-06-04 02:24:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002715 10.0.0.249 - - [2026-06-04 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.249 - - [2026-06-04 02:24:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003272 10.0.0.249 - - [2026-06-04 02:24:45] "POST /neutron/network HTTP/1.1" 200 151 0.067154 10.0.0.249 - - [2026-06-04 02:24:45] "DELETE /route-target/d8efa88a-355a-4e2f-8d9d-606e622fc4ef HTTP/1.1" 200 115 0.016825 10.0.0.249 - - [2026-06-04 02:24:46] "GET /projects?obj_uuids=a093e750-f607-4659-9eff-3ce6b4a6f73f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000983 10.0.0.249 - - [2026-06-04 02:24:46] "GET /project/a093e750-f607-4659-9eff-3ce6b4a6f73f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.020994 10.0.0.249 - - [2026-06-04 02:24:46] "GET /projects?obj_uuids=a093e750-f607-4659-9eff-3ce6b4a6f73f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001052 10.0.0.249 - - [2026-06-04 02:24:46] "GET /project/a093e750-f607-4659-9eff-3ce6b4a6f73f?fields=virtual_networks HTTP/1.1" 200 1041 0.063301 10.0.0.249 - - [2026-06-04 02:24:46] "GET /projects?obj_uuids=a093e750-f607-4659-9eff-3ce6b4a6f73f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000900 10.0.0.249 - - [2026-06-04 02:24:46] "GET /project/a093e750-f607-4659-9eff-3ce6b4a6f73f?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.027904 10.0.0.249 - - [2026-06-04 02:24:46] "GET /projects?obj_uuids=a093e750-f607-4659-9eff-3ce6b4a6f73f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001356 10.0.0.249 - - [2026-06-04 02:24:46] "GET /project/a093e750-f607-4659-9eff-3ce6b4a6f73f?fields=security_groups HTTP/1.1" 200 1266 0.026012 10.0.0.249 - - [2026-06-04 02:24:47] "POST /fqname-to-id HTTP/1.1" 404 191 0.029692 10.0.0.249 - - [2026-06-04 02:24:47] "GET /projects?obj_uuids=be3fcbe9-4e24-4a02-a7c5-9342944b09d3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002141 10.0.0.249 - - [2026-06-04 02:24:47] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000952 10.0.0.249 - - [2026-06-04 02:24:47] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007192 10.0.0.249 - - [2026-06-04 02:24:47] "POST /id-to-fqname HTTP/1.1" 200 193 0.002141 10.0.0.249 - - [2026-06-04 02:24:47] "POST /fqname-to-id HTTP/1.1" 404 202 0.002003 10.0.0.249 - - [2026-06-04 02:24:47] "POST /security-groups HTTP/1.1" 200 594 0.071888 10.0.0.249 - - [2026-06-04 02:24:47] "POST /fqname-to-id HTTP/1.1" 404 237 0.002195 10.0.0.249 - - [2026-06-04 02:24:47] "POST /projects HTTP/1.1" 200 591 0.209871 10.0.0.249 - - [2026-06-04 02:24:47] "POST /access-control-lists HTTP/1.1" 200 601 0.056520 10.0.0.249 - - [2026-06-04 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.282213 10.0.0.249 - - [2026-06-04 02:24:47] "POST /fqname-to-id HTTP/1.1" 404 236 0.002418 10.0.0.249 - - [2026-06-04 02:24:47] "GET /project/be3fcbe9-4e24-4a02-a7c5-9342944b09d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.397444 10.0.0.249 - - [2026-06-04 02:24:47] "POST /access-control-lists HTTP/1.1" 200 599 0.056622 10.0.0.249 - - [2026-06-04 02:24:48] "GET / HTTP/1.1" 200 36215 0.001812 10.0.0.249 - - [2026-06-04 02:24:49] "GET /project/be3fcbe9-4e24-4a02-a7c5-9342944b09d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000489 10.0.0.249 - - [2026-06-04 02:24:50] "GET /projects?obj_uuids=be3fcbe9-4e24-4a02-a7c5-9342944b09d3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001015 10.0.0.249 - - [2026-06-04 02:24:50] "GET /project/be3fcbe9-4e24-4a02-a7c5-9342944b09d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.054347 10.0.0.249 - - [2026-06-04 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002503 10.0.0.249 - - [2026-06-04 02:24:50] "GET /security-group/81a3e094-b956-4f60-833e-6b803261a47e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3774 0.005507 10.0.0.249 - - [2026-06-04 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.249 - - [2026-06-04 02:24:50] "GET /projects?obj_uuids=be3fcbe9-4e24-4a02-a7c5-9342944b09d3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001327 10.0.0.249 - - [2026-06-04 02:24:50] "GET /project/be3fcbe9-4e24-4a02-a7c5-9342944b09d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.020029 10.0.0.249 - - [2026-06-04 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002695 10.0.0.249 - - [2026-06-04 02:24:50] "GET /security-group/81a3e094-b956-4f60-833e-6b803261a47e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3774 0.003554 10.0.0.249 - - [2026-06-04 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002413 10.0.0.249 - - [2026-06-04 02:24:50] "PUT /security-group/81a3e094-b956-4f60-833e-6b803261a47e HTTP/1.1" 200 263 0.012837 10.0.0.249 - - [2026-06-04 02:24:50] "PUT /access-control-list/1f6cfa9f-59be-4cdb-9963-b5f3c176517e HTTP/1.1" 200 273 0.007573 10.0.0.249 - - [2026-06-04 02:24:50] "PUT /access-control-list/21ccfc95-08f7-4d8c-8b82-e91d4d37c952 HTTP/1.1" 200 273 0.007776 10.0.0.249 - - [2026-06-04 02:24:50] "POST /fqname-to-id HTTP/1.1" 404 202 0.002341 10.0.0.249 - - [2026-06-04 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002421 10.0.0.249 - - [2026-06-04 02:24:50] "GET /projects?obj_uuids=be3fcbe9-4e24-4a02-a7c5-9342944b09d3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001251 10.0.0.249 - - [2026-06-04 02:24:50] "GET /project/be3fcbe9-4e24-4a02-a7c5-9342944b09d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.019573 10.0.0.249 - - [2026-06-04 02:24:50] "POST /neutron/network HTTP/1.1" 200 117 0.030597 10.0.0.249 - - [2026-06-04 02:24:50] "GET /projects?obj_uuids=be3fcbe9-4e24-4a02-a7c5-9342944b09d3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001531 10.0.0.249 - - [2026-06-04 02:24:50] "POST /neutron/network HTTP/1.1" 200 608 0.067264 10.0.0.249 - - [2026-06-04 02:24:50] "POST /route-targets HTTP/1.1" 200 328 0.009128 10.0.0.249 - - [2026-06-04 02:24:50] "POST /ref-update HTTP/1.1" 200 156 0.010199 10.0.0.249 - - [2026-06-04 02:24:51] "POST /useragent-kv HTTP/1.1" 200 115 0.005235 10.0.0.249 - - [2026-06-04 02:24:51] "POST /neutron/subnet HTTP/1.1" 200 724 0.179523 10.0.0.249 - - [2026-06-04 02:24:51] "POST /neutron/network HTTP/1.1" 200 827 0.005342 10.0.0.249 - - [2026-06-04 02:24:51] "POST /id-to-fqname HTTP/1.1" 200 223 0.001170 10.0.0.249 - - [2026-06-04 02:24:51] "GET /virtual-network/6984cba4-2b60-405f-bd5e-1bc6f2816afd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004467 10.0.0.249 - - [2026-06-04 02:24:51] "POST /neutron/network HTTP/1.1" 200 827 0.005363 10.0.0.249 - - [2026-06-04 02:24:51] "GET /virtual-network/6984cba4-2b60-405f-bd5e-1bc6f2816afd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005076 10.0.0.249 - - [2026-06-04 02:24:51] "POST /neutron/network HTTP/1.1" 200 827 0.005116 10.0.0.249 - - [2026-06-04 02:24:51] "POST /neutron/subnet HTTP/1.1" 200 724 0.006198 10.0.0.249 - - [2026-06-04 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002394 10.0.0.249 - - [2026-06-04 02:24:51] "GET /projects?obj_uuids=be3fcbe9-4e24-4a02-a7c5-9342944b09d3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000951 10.0.0.249 - - [2026-06-04 02:24:51] "GET /project/be3fcbe9-4e24-4a02-a7c5-9342944b09d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.022694 10.0.0.249 - - [2026-06-04 02:24:51] "POST /neutron/network HTTP/1.1" 200 117 0.008282 10.0.0.249 - - [2026-06-04 02:24:51] "GET /projects?obj_uuids=be3fcbe9-4e24-4a02-a7c5-9342944b09d3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000988 10.0.0.249 - - [2026-06-04 02:24:51] "POST /neutron/network HTTP/1.1" 200 615 0.077974 10.0.0.249 - - [2026-06-04 02:24:51] "POST /route-targets HTTP/1.1" 200 328 0.016037 10.0.0.249 - - [2026-06-04 02:24:51] "POST /ref-update HTTP/1.1" 200 156 0.014988 10.0.0.249 - - [2026-06-04 02:24:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003163 10.0.0.249 - - [2026-06-04 02:24:51] "POST /neutron/subnet HTTP/1.1" 200 725 0.134778 10.0.0.249 - - [2026-06-04 02:24:51] "POST /neutron/network HTTP/1.1" 200 834 0.006528 10.0.0.249 - - [2026-06-04 02:24:51] "POST /id-to-fqname HTTP/1.1" 200 227 0.001199 10.0.0.249 - - [2026-06-04 02:24:51] "GET /virtual-network/9a9e8999-b715-4021-a770-ccf522887081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004672 10.0.0.249 - - [2026-06-04 02:24:51] "POST /neutron/network HTTP/1.1" 200 834 0.005294 10.0.0.249 - - [2026-06-04 02:24:51] "GET /virtual-network/9a9e8999-b715-4021-a770-ccf522887081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005097 10.0.0.249 - - [2026-06-04 02:24:51] "POST /neutron/network HTTP/1.1" 200 834 0.005775 10.0.0.249 - - [2026-06-04 02:24:51] "POST /neutron/subnet HTTP/1.1" 200 725 0.006956 10.0.0.249 - - [2026-06-04 02:24:51] "POST /id-to-fqname HTTP/1.1" 200 223 0.001498 10.0.0.249 - - [2026-06-04 02:24:51] "POST /neutron/network HTTP/1.1" 200 837 0.005088 10.0.0.249 - - [2026-06-04 02:24:51] "GET /aaa-mode HTTP/1.1" 401 293 0.000445 10.0.0.249 - - [2026-06-04 02:24:52] "GET / HTTP/1.1" 200 36215 0.002205 10.0.0.249 - - [2026-06-04 02:24:52] "GET /project/be3fcbe9-4e24-4a02-a7c5-9342944b09d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000418 10.0.0.249 - - [2026-06-04 02:24:52] "GET /projects?obj_uuids=be3fcbe9-4e24-4a02-a7c5-9342944b09d3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001244 10.0.0.249 - - [2026-06-04 02:24:52] "GET /project/be3fcbe9-4e24-4a02-a7c5-9342944b09d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.059476 10.0.0.249 - - [2026-06-04 02:24:52] "POST /neutron/network HTTP/1.1" 200 827 0.006365 10.0.0.249 - - [2026-06-04 02:24:52] "POST /neutron/port HTTP/1.1" 200 117 0.004552 10.0.0.249 - - [2026-06-04 02:24:52] "POST /neutron/port HTTP/1.1" 200 117 0.005157 10.0.0.249 - - [2026-06-04 02:24:52] "POST /id-to-fqname HTTP/1.1" 200 227 0.001298 10.0.0.249 - - [2026-06-04 02:24:52] "POST /neutron/port HTTP/1.1" 200 117 0.004569 10.0.0.249 - - [2026-06-04 02:24:53] "POST /neutron/network HTTP/1.1" 200 844 0.005087 10.0.0.249 - - [2026-06-04 02:24:53] "GET /aaa-mode HTTP/1.1" 401 293 0.000407 10.0.0.249 - - [2026-06-04 02:24:53] "POST /neutron/network HTTP/1.1" 200 837 0.006627 10.0.0.249 - - [2026-06-04 02:24:53] "GET /projects?obj_uuids=be3fcbe9-4e24-4a02-a7c5-9342944b09d3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001581 10.0.0.249 - - [2026-06-04 02:24:53] "GET / HTTP/1.1" 200 36215 0.001749 10.0.0.249 - - [2026-06-04 02:24:53] "GET /project/be3fcbe9-4e24-4a02-a7c5-9342944b09d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000494 10.0.0.249 - - [2026-06-04 02:24:53] "POST /neutron/port HTTP/1.1" 200 1063 0.234225 10.0.0.249 - - [2026-06-04 02:24:53] "POST /neutron/port HTTP/1.1" 200 1063 0.013372 10.0.0.249 - - [2026-06-04 02:24:53] "POST /neutron/port HTTP/1.1" 200 1063 0.010837 10.0.0.249 - - [2026-06-04 02:24:53] "POST /neutron/port HTTP/1.1" 200 1117 0.076728 10.0.0.249 - - [2026-06-04 02:24:53] "POST /neutron/port HTTP/1.1" 200 1127 0.010792 10.0.0.249 - - [2026-06-04 02:24:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003316 10.0.0.249 - - [2026-06-04 02:24:53] "POST /neutron/subnet HTTP/1.1" 200 698 0.008064 10.0.0.249 - - [2026-06-04 02:24:53] "GET /projects?obj_uuids=be3fcbe9-4e24-4a02-a7c5-9342944b09d3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001284 10.0.0.249 - - [2026-06-04 02:24:53] "POST /neutron/port HTTP/1.1" 200 117 0.001303 10.0.0.249 - - [2026-06-04 02:24:53] "GET /project/be3fcbe9-4e24-4a02-a7c5-9342944b09d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.061796 10.0.0.249 - - [2026-06-04 02:24:53] "POST /neutron/network HTTP/1.1" 200 827 0.006665 10.0.0.249 - - [2026-06-04 02:24:53] "POST /neutron/network HTTP/1.1" 200 834 0.005486 10.0.0.249 - - [2026-06-04 02:24:53] "POST /neutron/port HTTP/1.1" 200 1127 0.021403 10.0.0.249 - - [2026-06-04 02:24:53] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006874 10.0.0.249 - - [2026-06-04 02:24:53] "POST /neutron/port HTTP/1.1" 200 117 0.008061 10.0.0.249 - - [2026-06-04 02:24:54] "GET /projects?obj_uuids=be3fcbe9-4e24-4a02-a7c5-9342944b09d3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001151 10.0.0.249 - - [2026-06-04 02:24:54] "POST /neutron/router HTTP/1.1" 200 585 0.055148 10.0.0.249 - - [2026-06-04 02:24:54] "POST /neutron/router HTTP/1.1" 200 585 0.016653 10.0.0.249 - - [2026-06-04 02:24:54] "POST /route-targets HTTP/1.1" 200 328 0.026509 10.0.0.249 - - [2026-06-04 02:24:54] "PUT /logical-router/80dc6cc1-a7cb-49d2-b5eb-16fe0cbf9932 HTTP/1.1" 200 263 0.059271 10.0.0.249 - - [2026-06-04 02:24:54] "POST /neutron/router HTTP/1.1" 200 656 0.082510 10.0.0.249 - - [2026-06-04 02:24:54] "GET /logical-router/80dc6cc1-a7cb-49d2-b5eb-16fe0cbf9932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.006213 10.0.0.249 - - [2026-06-04 02:24:54] "POST /neutron/router HTTP/1.1" 200 656 0.005775 10.0.0.249 - - [2026-06-04 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.011877 10.0.0.249 - - [2026-06-04 02:24:54] "GET /projects?obj_uuids=be3fcbe9-4e24-4a02-a7c5-9342944b09d3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001026 10.0.0.249 - - [2026-06-04 02:24:54] "GET /service-template/98c6ba0f-3504-4a1a-b325-29ec8c3dc9bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1694 0.003188 10.0.0.249 - - [2026-06-04 02:24:54] "POST /fqname-to-id HTTP/1.1" 404 215 0.002571 10.0.0.249 - - [2026-06-04 02:24:54] "POST /neutron/network HTTP/1.1" 200 844 0.015927 10.0.0.249 - - [2026-06-04 02:24:54] "GET /projects?obj_uuids=be3fcbe9-4e24-4a02-a7c5-9342944b09d3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001010 10.0.0.249 - - [2026-06-04 02:24:54] "POST /useragent-kv HTTP/1.1" 200 115 0.007840 10.0.0.249 - - [2026-06-04 02:24:54] "POST /virtual-networks HTTP/1.1" 200 696 0.192415 10.0.0.249 - - [2026-06-04 02:24:54] "POST /neutron/router HTTP/1.1" 200 344 0.359429 10.0.0.249 - - [2026-06-04 02:24:54] "POST /route-targets HTTP/1.1" 200 328 0.046062 10.0.0.249 - - [2026-06-04 02:24:54] "POST /ref-update HTTP/1.1" 200 156 0.031558 10.0.0.249 - - [2026-06-04 02:24:54] "POST /neutron/port HTTP/1.1" 200 1127 0.027801 10.0.0.249 - - [2026-06-04 02:24:54] "POST /neutron/security_group HTTP/1.1" 200 2002 0.037425 10.0.0.249 - - [2026-06-04 02:24:54] "POST /ref-update HTTP/1.1" 200 156 0.021451 10.0.0.249 - - [2026-06-04 02:24:54] "POST /service-instances HTTP/1.1" 200 672 0.163924 10.0.0.249 - - [2026-06-04 02:24:54] "POST /route-tables HTTP/1.1" 200 584 0.024301 10.0.0.249 - - [2026-06-04 02:24:54] "PUT /logical-router/80dc6cc1-a7cb-49d2-b5eb-16fe0cbf9932 HTTP/1.1" 200 263 0.028626 10.0.0.249 - - [2026-06-04 02:24:54] "POST /neutron/port HTTP/1.1" 200 1063 0.463801 10.0.0.249 - - [2026-06-04 02:24:54] "POST /neutron/port HTTP/1.1" 200 1063 0.013159 10.0.0.249 - - [2026-06-04 02:24:54] "POST /neutron/port HTTP/1.1" 200 1063 0.016930 10.0.0.249 - - [2026-06-04 02:24:55] "POST /ref-update HTTP/1.1" 200 156 0.032506 10.0.0.249 - - [2026-06-04 02:24:55] "POST /neutron/port HTTP/1.1" 200 1117 0.102875 10.0.0.249 - - [2026-06-04 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.008795 10.0.0.249 - - [2026-06-04 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005955 10.0.0.249 - - [2026-06-04 02:24:55] "POST /virtual-machines HTTP/1.1" 200 554 0.018495 10.0.0.249 - - [2026-06-04 02:24:55] "POST /neutron/port HTTP/1.1" 200 1127 0.014589 10.0.0.249 - - [2026-06-04 02:24:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005747 10.0.0.249 - - [2026-06-04 02:24:55] "POST /neutron/subnet HTTP/1.1" 200 699 0.041442 10.0.0.249 - - [2026-06-04 02:24:55] "POST /neutron/port HTTP/1.1" 200 117 0.001609 10.0.0.249 - - [2026-06-04 02:24:55] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.096714 10.0.0.249 - - [2026-06-04 02:24:55] "POST /neutron/network HTTP/1.1" 200 834 0.005677 10.0.0.249 - - [2026-06-04 02:24:55] "POST /chown HTTP/1.1" 200 109 0.011685 10.0.0.249 - - [2026-06-04 02:24:55] "POST /instance-ips HTTP/1.1" 200 552 0.020286 10.0.0.249 - - [2026-06-04 02:24:55] "POST /instance-ips HTTP/1.1" 400 246 0.021422 10.0.0.249 - - [2026-06-04 02:24:55] "POST /chown HTTP/1.1" 200 109 0.010779 10.0.0.249 - - [2026-06-04 02:24:55] "PUT /virtual-machine-interface/78cbd244-3cea-4c37-b41c-9685775d269f HTTP/1.1" 200 285 0.009376 10.0.0.249 - - [2026-06-04 02:24:55] "PUT /instance-ip/494712af-60df-4e97-97c7-6c1d85b9c669 HTTP/1.1" 200 257 0.012630 10.0.0.249 - - [2026-06-04 02:24:55] "POST /ref-update HTTP/1.1" 200 156 0.011224 10.0.0.249 - - [2026-06-04 02:24:55] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.090429 10.0.0.249 - - [2026-06-04 02:24:55] "POST /chown HTTP/1.1" 200 109 0.007707 10.0.0.249 - - [2026-06-04 02:24:56] "POST /instance-ips HTTP/1.1" 200 550 0.025908 10.0.0.249 - - [2026-06-04 02:24:56] "POST /instance-ips HTTP/1.1" 400 316 0.014333 10.0.0.249 - - [2026-06-04 02:24:56] "POST /chown HTTP/1.1" 200 109 0.009144 10.0.0.249 - - [2026-06-04 02:24:56] "PUT /virtual-machine-interface/5b1004b2-f2c7-4756-a7ea-ea53d8026bea HTTP/1.1" 200 285 0.011539 10.0.0.249 - - [2026-06-04 02:24:56] "PUT /instance-ip/34ce4062-000a-49cf-9dc1-1d7ca478d3c8 HTTP/1.1" 200 257 0.012585 10.0.0.249 - - [2026-06-04 02:24:56] "POST /ref-update HTTP/1.1" 200 156 0.016998 10.0.0.249 - - [2026-06-04 02:24:56] "POST /ref-update HTTP/1.1" 200 156 0.013733 10.0.0.249 - - [2026-06-04 02:24:56] "PUT /routing-instance/51206556-579d-4ae3-a785-39ba35fd3616 HTTP/1.1" 200 267 0.021352 10.0.0.249 - - [2026-06-04 02:24:56] "POST /ref-update HTTP/1.1" 200 156 0.016234 10.0.0.249 - - [2026-06-04 02:24:56] "POST /virtual-machines HTTP/1.1" 200 554 0.011681 10.0.0.249 - - [2026-06-04 02:24:56] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.100754 10.0.0.249 - - [2026-06-04 02:24:56] "POST /chown HTTP/1.1" 200 109 0.006781 10.0.0.249 - - [2026-06-04 02:24:56] "POST /instance-ips HTTP/1.1" 400 246 0.014027 10.0.0.249 - - [2026-06-04 02:24:56] "POST /chown HTTP/1.1" 200 109 0.007017 10.0.0.249 - - [2026-06-04 02:24:56] "PUT /virtual-machine-interface/249611da-2eaf-4e5e-85ac-265276c5aea4 HTTP/1.1" 200 285 0.011178 10.0.0.249 - - [2026-06-04 02:24:56] "PUT /instance-ip/494712af-60df-4e97-97c7-6c1d85b9c669 HTTP/1.1" 200 257 0.012298 10.0.0.249 - - [2026-06-04 02:24:56] "POST /ref-update HTTP/1.1" 200 156 0.011882 10.0.0.249 - - [2026-06-04 02:24:56] "POST /ref-update HTTP/1.1" 200 156 0.009556 10.0.0.249 - - [2026-06-04 02:24:57] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.105598 10.0.0.249 - - [2026-06-04 02:24:57] "POST /ref-update HTTP/1.1" 200 156 0.023023 10.0.0.249 - - [2026-06-04 02:24:57] "PUT /routing-instance/51206556-579d-4ae3-a785-39ba35fd3616 HTTP/1.1" 200 267 0.011013 10.0.0.249 - - [2026-06-04 02:24:57] "POST /chown HTTP/1.1" 200 109 0.008010 10.0.0.249 - - [2026-06-04 02:24:57] "POST /instance-ips HTTP/1.1" 400 316 0.014101 10.0.0.249 - - [2026-06-04 02:24:57] "POST /chown HTTP/1.1" 200 109 0.006356 10.0.0.249 - - [2026-06-04 02:24:57] "PUT /virtual-machine-interface/37aab4a2-1b16-4af9-9162-8407e226352a HTTP/1.1" 200 285 0.008808 10.0.0.249 - - [2026-06-04 02:24:57] "PUT /instance-ip/34ce4062-000a-49cf-9dc1-1d7ca478d3c8 HTTP/1.1" 200 257 0.016575 10.0.0.249 - - [2026-06-04 02:24:57] "POST /ref-update HTTP/1.1" 200 156 0.027615 10.0.0.249 - - [2026-06-04 02:24:57] "POST /ref-update HTTP/1.1" 200 156 0.010561 10.0.0.249 - - [2026-06-04 02:24:57] "POST /ref-update HTTP/1.1" 200 156 0.011888 10.0.0.249 - - [2026-06-04 02:24:57] "PUT /routing-instance/51206556-579d-4ae3-a785-39ba35fd3616 HTTP/1.1" 200 267 0.012586 10.0.0.249 - - [2026-06-04 02:24:59] "POST /neutron/port HTTP/1.1" 200 1127 0.012216 10.0.0.249 - - [2026-06-04 02:24:59] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006941 10.0.0.249 - - [2026-06-04 02:24:59] "POST /neutron/port HTTP/1.1" 200 1127 0.011264 10.0.0.249 - - [2026-06-04 02:24:59] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006403 10.0.0.249 - - [2026-06-04 02:24:59] "POST /neutron/port HTTP/1.1" 200 1127 0.013169 10.0.0.249 - - [2026-06-04 02:24:59] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005615 10.0.0.249 - - [2026-06-04 02:24:59] "GET /virtual-machine/3d750d7c-2eef-4297-b3a8-90ba848d31f5 HTTP/1.1" 401 293 0.000447 10.0.0.249 - - [2026-06-04 02:25:00] "GET /virtual-machine/3d750d7c-2eef-4297-b3a8-90ba848d31f5 HTTP/1.1" 200 1297 0.029120 10.0.0.249 - - [2026-06-04 02:25:00] "GET /virtual-machine-interface/0b0e32a8-13e8-474f-b9f6-321f35e127b7 HTTP/1.1" 200 2962 0.004512 10.0.0.249 - - [2026-06-04 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002548 10.0.0.249 - - [2026-06-04 02:25:00] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003375 10.0.0.249 - - [2026-06-04 02:25:00] "GET /virtual-networks?parent_id=be3fcbe9-4e24-4a02-a7c5-9342944b09d3&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002756 10.0.0.249 - - [2026-06-04 02:25:00] "GET /virtual-network/6984cba4-2b60-405f-bd5e-1bc6f2816afd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005130 10.0.0.249 - - [2026-06-04 02:25:02] "POST /neutron/port HTTP/1.1" 200 1127 0.014143 10.0.0.249 - - [2026-06-04 02:25:02] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005108 10.0.0.249 - - [2026-06-04 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002578 10.0.0.249 - - [2026-06-04 02:25:03] "GET /virtual-network/6984cba4-2b60-405f-bd5e-1bc6f2816afd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005226 10.0.0.249 - - [2026-06-04 02:25:04] "POST /neutron/port HTTP/1.1" 200 1127 0.010954 10.0.0.249 - - [2026-06-04 02:25:04] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004762 10.0.0.249 - - [2026-06-04 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002577 10.0.0.249 - - [2026-06-04 02:25:05] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003347 10.0.0.249 - - [2026-06-04 02:25:05] "GET /virtual-networks?parent_id=be3fcbe9-4e24-4a02-a7c5-9342944b09d3&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002709 10.0.0.249 - - [2026-06-04 02:25:05] "GET /virtual-network/6984cba4-2b60-405f-bd5e-1bc6f2816afd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006418 10.0.0.249 - - [2026-06-04 02:25:06] "POST /neutron/port HTTP/1.1" 200 1127 0.011039 10.0.0.249 - - [2026-06-04 02:25:06] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005796 10.0.0.249 - - [2026-06-04 02:25:06] "POST /neutron/port HTTP/1.1" 200 1127 0.010915 10.0.0.249 - - [2026-06-04 02:25:06] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005569 10.0.0.249 - - [2026-06-04 02:25:06] "POST /neutron/port HTTP/1.1" 200 1127 0.013773 10.0.0.249 - - [2026-06-04 02:25:06] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005131 10.0.0.249 - - [2026-06-04 02:25:06] "GET /virtual-machine/70a8ab78-be00-44c4-ad91-fb816e1777b0 HTTP/1.1" 200 1297 0.003917 10.0.0.249 - - [2026-06-04 02:25:06] "GET /virtual-machine-interface/298977a7-46c0-45c6-97b2-06b9f39d491b HTTP/1.1" 200 2975 0.004490 10.0.0.249 - - [2026-06-04 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002625 10.0.0.249 - - [2026-06-04 02:25:06] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002951 10.0.0.249 - - [2026-06-04 02:25:06] "GET /virtual-networks?parent_id=be3fcbe9-4e24-4a02-a7c5-9342944b09d3&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002643 10.0.0.249 - - [2026-06-04 02:25:06] "GET /virtual-network/9a9e8999-b715-4021-a770-ccf522887081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004862 10.0.0.249 - - [2026-06-04 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002713 10.0.0.249 - - [2026-06-04 02:25:07] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003476 10.0.0.249 - - [2026-06-04 02:25:07] "GET /virtual-networks?parent_id=be3fcbe9-4e24-4a02-a7c5-9342944b09d3&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002656 10.0.0.249 - - [2026-06-04 02:25:07] "GET /virtual-network/9a9e8999-b715-4021-a770-ccf522887081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005135 10.0.0.249 - - [2026-06-04 02:25:11] "POST /neutron/router HTTP/1.1" 200 656 0.003391 10.0.0.249 - - [2026-06-04 02:25:11] "POST /ref-update HTTP/1.1" 200 156 0.012273 10.0.0.249 - - [2026-06-04 02:25:11] "POST /neutron/router HTTP/1.1" 200 344 0.086344 10.0.0.249 - - [2026-06-04 02:25:11] "POST /neutron/router HTTP/1.1" 200 656 0.004684 10.0.0.249 - - [2026-06-04 02:25:11] "GET /logical-router/80dc6cc1-a7cb-49d2-b5eb-16fe0cbf9932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.004073 10.0.0.249 - - [2026-06-04 02:25:11] "GET /service-instance/dcdafbff-de35-447f-827e-7553faf63c08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2328 0.003113 10.0.0.249 - - [2026-06-04 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002607 10.0.0.249 - - [2026-06-04 02:25:11] "POST /neutron/router HTTP/1.1" 200 151 0.049783 10.0.0.249 - - [2026-06-04 02:25:11] "DELETE /route-target/4fa9ad7d-dab2-45e5-9545-5b04c254864a HTTP/1.1" 409 240 0.005560 10.0.0.249 - - [2026-06-04 02:25:11] "PUT /logical-router/80dc6cc1-a7cb-49d2-b5eb-16fe0cbf9932 HTTP/1.1" 404 171 0.002890 10.0.0.249 - - [2026-06-04 02:25:11] "POST /ref-update HTTP/1.1" 200 156 0.008860 10.0.0.249 - - [2026-06-04 02:25:11] "DELETE /route-table/ddbb02ad-bd42-4399-85f8-47b9f1d0be37 HTTP/1.1" 200 115 0.043122 10.0.0.249 - - [2026-06-04 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002690 10.0.0.249 - - [2026-06-04 02:25:11] "PUT /routing-instance/51206556-579d-4ae3-a785-39ba35fd3616 HTTP/1.1" 200 267 0.017273 10.0.0.249 - - [2026-06-04 02:25:11] "GET /virtual-network/0102571e-3b23-45e2-8319-d64b622fb69b?fields=virtual_machine_interface_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 2311 0.006029 10.0.0.249 - - [2026-06-04 02:25:11] "POST /neutron/network HTTP/1.1" 200 834 0.011221 10.0.0.249 - - [2026-06-04 02:25:11] "POST /neutron/network HTTP/1.1" 400 204 0.033327 10.0.0.249 - - [2026-06-04 02:25:11] "POST /ref-update HTTP/1.1" 200 156 0.009173 10.0.0.249 - - [2026-06-04 02:25:11] "POST /ref-update HTTP/1.1" 200 156 0.009439 10.0.0.249 - - [2026-06-04 02:25:11] "GET /virtual-machine-interface/37aab4a2-1b16-4af9-9162-8407e226352a?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1663 0.005967 10.0.0.249 - - [2026-06-04 02:25:12] "POST /ref-update HTTP/1.1" 200 156 0.012556 10.0.0.249 - - [2026-06-04 02:25:12] "GET /instance-ip/34ce4062-000a-49cf-9dc1-1d7ca478d3c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004822 10.0.0.249 - - [2026-06-04 02:25:12] "DELETE /virtual-machine-interface/37aab4a2-1b16-4af9-9162-8407e226352a HTTP/1.1" 200 115 0.043464 10.0.0.249 - - [2026-06-04 02:25:12] "GET /virtual-machine-interface/5b1004b2-f2c7-4756-a7ea-ea53d8026bea?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1663 0.006842 10.0.0.249 - - [2026-06-04 02:25:12] "POST /neutron/port HTTP/1.1" 200 1127 0.017571 10.0.0.249 - - [2026-06-04 02:25:12] "POST /ref-update HTTP/1.1" 200 156 0.022876 10.0.0.249 - - [2026-06-04 02:25:12] "POST /neutron/port HTTP/1.1" 200 1117 0.013778 10.0.0.249 - - [2026-06-04 02:25:12] "POST /neutron/port HTTP/1.1" 200 1127 0.024143 10.0.0.249 - - [2026-06-04 02:25:12] "GET /instance-ip/34ce4062-000a-49cf-9dc1-1d7ca478d3c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1761 0.006085 10.0.0.249 - - [2026-06-04 02:25:12] "POST /neutron/port HTTP/1.1" 200 1117 0.010676 10.0.0.249 - - [2026-06-04 02:25:12] "DELETE /instance-ip/34ce4062-000a-49cf-9dc1-1d7ca478d3c8 HTTP/1.1" 200 115 0.046957 10.0.0.249 - - [2026-06-04 02:25:12] "POST /neutron/port HTTP/1.1" 200 151 0.152864 10.0.0.249 - - [2026-06-04 02:25:12] "DELETE /virtual-machine-interface/5b1004b2-f2c7-4756-a7ea-ea53d8026bea HTTP/1.1" 200 115 0.056745 10.0.0.249 - - [2026-06-04 02:25:12] "DELETE /instance-ip/34ce4062-000a-49cf-9dc1-1d7ca478d3c8 HTTP/1.1" 404 177 0.004306 10.0.0.249 - - [2026-06-04 02:25:12] "POST /neutron/port HTTP/1.1" 200 151 0.161153 10.0.0.249 - - [2026-06-04 02:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006193 10.0.0.249 - - [2026-06-04 02:25:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003332 10.0.0.249 - - [2026-06-04 02:25:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003501 10.0.0.249 - - [2026-06-04 02:25:12] "DELETE /virtual-network/0102571e-3b23-45e2-8319-d64b622fb69b HTTP/1.1" 200 115 0.077040 10.0.0.249 - - [2026-06-04 02:25:12] "DELETE /route-target/4103484f-bb97-4863-b1b4-6256f66f575d HTTP/1.1" 200 115 0.019690 10.0.0.249 - - [2026-06-04 02:25:12] "DELETE /service-instance/dcdafbff-de35-447f-827e-7553faf63c08 HTTP/1.1" 200 115 0.043823 10.0.0.249 - - [2026-06-04 02:25:12] "GET /logical-router/80dc6cc1-a7cb-49d2-b5eb-16fe0cbf9932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002288 10.0.0.249 - - [2026-06-04 02:25:12] "GET /service-instance/dcdafbff-de35-447f-827e-7553faf63c08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002198 10.0.0.249 - - [2026-06-04 02:25:12] "GET /virtual-machine-interface/249611da-2eaf-4e5e-85ac-265276c5aea4?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1665 0.005168 10.0.0.249 - - [2026-06-04 02:25:12] "POST /ref-update HTTP/1.1" 200 156 0.011154 10.0.0.249 - - [2026-06-04 02:25:12] "GET /instance-ip/494712af-60df-4e97-97c7-6c1d85b9c669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.003613 10.0.0.249 - - [2026-06-04 02:25:12] "DELETE /virtual-machine-interface/249611da-2eaf-4e5e-85ac-265276c5aea4 HTTP/1.1" 200 115 0.028845 10.0.0.249 - - [2026-06-04 02:25:12] "DELETE /virtual-machine/522f7e80-3391-42d3-a7f1-9ca6538346a5 HTTP/1.1" 200 115 0.015264 10.0.0.249 - - [2026-06-04 02:25:12] "GET /virtual-machine-interface/78cbd244-3cea-4c37-b41c-9685775d269f?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1666 0.004744 10.0.0.249 - - [2026-06-04 02:25:13] "POST /ref-update HTTP/1.1" 200 156 0.010043 10.0.0.249 - - [2026-06-04 02:25:13] "GET /instance-ip/494712af-60df-4e97-97c7-6c1d85b9c669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1697 0.004575 10.0.0.249 - - [2026-06-04 02:25:13] "DELETE /instance-ip/494712af-60df-4e97-97c7-6c1d85b9c669 HTTP/1.1" 200 115 0.023725 10.0.0.249 - - [2026-06-04 02:25:13] "DELETE /virtual-machine-interface/78cbd244-3cea-4c37-b41c-9685775d269f HTTP/1.1" 200 115 0.024964 10.0.0.249 - - [2026-06-04 02:25:13] "POST /ref-update HTTP/1.1" 200 156 0.009484 10.0.0.249 - - [2026-06-04 02:25:13] "DELETE /virtual-machine/c1ed832f-95c9-496d-82de-bc2ee472aa63 HTTP/1.1" 200 115 0.014938 10.0.0.249 - - [2026-06-04 02:25:13] "POST /neutron/network HTTP/1.1" 200 834 0.004841 10.0.0.249 - - [2026-06-04 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.249 - - [2026-06-04 02:25:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002909 10.0.0.249 - - [2026-06-04 02:25:14] "POST /useragent-kv HTTP/1.1" 200 115 0.007282 10.0.0.249 - - [2026-06-04 02:25:14] "POST /neutron/network HTTP/1.1" 200 151 0.138618 10.0.0.249 - - [2026-06-04 02:25:14] "DELETE /route-target/4da87ade-7cfe-4bbc-b9ed-362d91994a3f HTTP/1.1" 200 115 0.019794 10.0.0.249 - - [2026-06-04 02:25:14] "POST /neutron/network HTTP/1.1" 200 827 0.005109 10.0.0.249 - - [2026-06-04 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.249 - - [2026-06-04 02:25:14] "POST /useragent-kv HTTP/1.1" 200 115 0.001854 10.0.0.249 - - [2026-06-04 02:25:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002514 10.0.0.249 - - [2026-06-04 02:25:14] "POST /neutron/network HTTP/1.1" 200 151 0.076823 10.0.0.249 - - [2026-06-04 02:25:14] "DELETE /route-target/39ca761f-7fec-48b5-80d6-b44d22a038cf HTTP/1.1" 200 115 0.014838 10.0.0.249 - - [2026-06-04 02:25:14] "GET /projects?obj_uuids=be3fcbe9-4e24-4a02-a7c5-9342944b09d3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000991 10.0.0.249 - - [2026-06-04 02:25:14] "GET /project/be3fcbe9-4e24-4a02-a7c5-9342944b09d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.025134 10.0.0.249 - - [2026-06-04 02:25:14] "GET /projects?obj_uuids=be3fcbe9-4e24-4a02-a7c5-9342944b09d3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000964 10.0.0.249 - - [2026-06-04 02:25:14] "GET /project/be3fcbe9-4e24-4a02-a7c5-9342944b09d3?fields=virtual_networks HTTP/1.1" 200 1051 0.069903 10.0.0.249 - - [2026-06-04 02:25:14] "GET /projects?obj_uuids=be3fcbe9-4e24-4a02-a7c5-9342944b09d3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000957 10.0.0.249 - - [2026-06-04 02:25:14] "GET /project/be3fcbe9-4e24-4a02-a7c5-9342944b09d3?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.021240 10.0.0.249 - - [2026-06-04 02:25:14] "GET /projects?obj_uuids=be3fcbe9-4e24-4a02-a7c5-9342944b09d3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000946 10.0.0.249 - - [2026-06-04 02:25:14] "GET /project/be3fcbe9-4e24-4a02-a7c5-9342944b09d3?fields=security_groups HTTP/1.1" 200 1281 0.019717 10.0.0.249 - - [2026-06-04 02:25:15] "POST /fqname-to-id HTTP/1.1" 404 196 0.027336 10.0.0.249 - - [2026-06-04 02:25:15] "GET /projects?obj_uuids=88557074-37a9-4fa4-aa87-21407a9209f7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002124 10.0.0.249 - - [2026-06-04 02:25:15] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001160 10.0.0.249 - - [2026-06-04 02:25:15] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006142 10.0.0.249 - - [2026-06-04 02:25:15] "POST /id-to-fqname HTTP/1.1" 200 198 0.001114 10.0.0.249 - - [2026-06-04 02:25:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.002857 10.0.0.249 - - [2026-06-04 02:25:15] "POST /security-groups HTTP/1.1" 200 599 0.059981 10.0.0.249 - - [2026-06-04 02:25:15] "POST /fqname-to-id HTTP/1.1" 404 242 0.002220 10.0.0.249 - - [2026-06-04 02:25:15] "POST /projects HTTP/1.1" 200 601 0.197552 10.0.0.249 - - [2026-06-04 02:25:15] "POST /access-control-lists HTTP/1.1" 200 606 0.058469 10.0.0.249 - - [2026-06-04 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.266980 10.0.0.249 - - [2026-06-04 02:25:15] "POST /fqname-to-id HTTP/1.1" 404 241 0.002506 10.0.0.249 - - [2026-06-04 02:25:15] "GET /project/88557074-37a9-4fa4-aa87-21407a9209f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.388823 10.0.0.249 - - [2026-06-04 02:25:15] "POST /access-control-lists HTTP/1.1" 200 604 0.060787 10.0.0.249 - - [2026-06-04 02:25:16] "GET / HTTP/1.1" 200 36215 0.001699 10.0.0.249 - - [2026-06-04 02:25:17] "POST /fqname-to-id HTTP/1.1" 401 293 0.000459 10.0.0.249 - - [2026-06-04 02:25:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.057788 10.0.0.249 - - [2026-06-04 02:25:17] "GET /projects?obj_uuids=88557074-37a9-4fa4-aa87-21407a9209f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001007 10.0.0.249 - - [2026-06-04 02:25:17] "GET /project/88557074-37a9-4fa4-aa87-21407a9209f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.044483 10.0.0.249 - - [2026-06-04 02:25:18] "POST /neutron/network HTTP/1.1" 200 117 0.032613 10.0.0.249 - - [2026-06-04 02:25:18] "GET /projects?obj_uuids=88557074-37a9-4fa4-aa87-21407a9209f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000931 10.0.0.249 - - [2026-06-04 02:25:18] "POST /neutron/network HTTP/1.1" 200 613 0.059897 10.0.0.249 - - [2026-06-04 02:25:18] "POST /route-targets HTTP/1.1" 200 328 0.013799 10.0.0.249 - - [2026-06-04 02:25:18] "POST /ref-update HTTP/1.1" 200 156 0.010440 10.0.0.249 - - [2026-06-04 02:25:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003904 10.0.0.249 - - [2026-06-04 02:25:18] "POST /neutron/subnet HTTP/1.1" 200 710 0.171091 10.0.0.249 - - [2026-06-04 02:25:18] "POST /fqname-to-id HTTP/1.1" 401 293 0.000524 10.0.0.249 - - [2026-06-04 02:25:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003095 10.0.0.249 - - [2026-06-04 02:25:18] "POST /neutron/subnet HTTP/1.1" 200 823 0.152741 10.0.0.249 - - [2026-06-04 02:25:18] "POST /neutron/network HTTP/1.1" 200 1002 0.007210 10.0.0.249 - - [2026-06-04 02:25:18] "POST /id-to-fqname HTTP/1.1" 200 228 0.001235 10.0.0.249 - - [2026-06-04 02:25:18] "GET /virtual-network/cbf752a8-1980-4f66-8b7d-8105f4603d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.004791 10.0.0.249 - - [2026-06-04 02:25:18] "POST /neutron/network HTTP/1.1" 200 1002 0.007070 10.0.0.249 - - [2026-06-04 02:25:18] "GET /virtual-network/cbf752a8-1980-4f66-8b7d-8105f4603d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006047 10.0.0.249 - - [2026-06-04 02:25:18] "POST /neutron/network HTTP/1.1" 200 1002 0.006421 10.0.0.249 - - [2026-06-04 02:25:18] "POST /neutron/subnet HTTP/1.1" 200 710 0.006276 10.0.0.249 - - [2026-06-04 02:25:18] "POST /neutron/subnet HTTP/1.1" 200 823 0.006372 10.0.0.249 - - [2026-06-04 02:25:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002193 10.0.0.249 - - [2026-06-04 02:25:18] "GET /projects?obj_uuids=88557074-37a9-4fa4-aa87-21407a9209f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000900 10.0.0.249 - - [2026-06-04 02:25:18] "GET /project/88557074-37a9-4fa4-aa87-21407a9209f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.027725 10.0.0.249 - - [2026-06-04 02:25:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.025973 10.0.0.249 - - [2026-06-04 02:25:18] "POST /neutron/network HTTP/1.1" 200 117 0.008931 10.0.0.249 - - [2026-06-04 02:25:18] "GET /projects?obj_uuids=88557074-37a9-4fa4-aa87-21407a9209f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000939 10.0.0.249 - - [2026-06-04 02:25:18] "POST /neutron/network HTTP/1.1" 200 613 0.057542 10.0.0.249 - - [2026-06-04 02:25:18] "POST /route-targets HTTP/1.1" 200 328 0.013871 10.0.0.249 - - [2026-06-04 02:25:18] "POST /ref-update HTTP/1.1" 200 156 0.013536 10.0.0.249 - - [2026-06-04 02:25:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002992 10.0.0.249 - - [2026-06-04 02:25:19] "POST /neutron/subnet HTTP/1.1" 200 730 0.198806 10.0.0.249 - - [2026-06-04 02:25:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.003727 10.0.0.249 - - [2026-06-04 02:25:19] "POST /useragent-kv HTTP/1.1" 200 115 0.004070 10.0.0.249 - - [2026-06-04 02:25:19] "POST /neutron/subnet HTTP/1.1" 200 828 0.172039 10.0.0.249 - - [2026-06-04 02:25:19] "POST /neutron/network HTTP/1.1" 200 1007 0.006784 10.0.0.249 - - [2026-06-04 02:25:19] "POST /id-to-fqname HTTP/1.1" 200 228 0.001354 10.0.0.249 - - [2026-06-04 02:25:19] "GET /virtual-network/99fa969b-e8f1-4862-bea1-c6c787738072?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.004810 10.0.0.249 - - [2026-06-04 02:25:19] "POST /neutron/network HTTP/1.1" 200 1007 0.006649 10.0.0.249 - - [2026-06-04 02:25:19] "GET /virtual-network/99fa969b-e8f1-4862-bea1-c6c787738072?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.004295 10.0.0.249 - - [2026-06-04 02:25:19] "POST /neutron/network HTTP/1.1" 200 1007 0.006686 10.0.0.249 - - [2026-06-04 02:25:19] "DELETE /project/8855707437a94fa4aa8721407a9209f7 HTTP/1.1" 404 173 0.013571 10.0.0.249 - - [2026-06-04 02:25:19] "DELETE /project/be3fcbe94e244a02a7c59342944b09d3 HTTP/1.1" 404 173 0.009121 10.0.0.249 - - [2026-06-04 02:25:19] "GET /projects?obj_uuids=be3fcbe9-4e24-4a02-a7c5-9342944b09d3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001094 10.0.0.249 - - [2026-06-04 02:25:19] "GET /projects?obj_uuids=a093e750-f607-4659-9eff-3ce6b4a6f73f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001023 10.0.0.249 - - [2026-06-04 02:25:19] "POST /neutron/subnet HTTP/1.1" 200 730 0.022791 10.0.0.249 - - [2026-06-04 02:25:19] "POST /neutron/subnet HTTP/1.1" 200 828 0.013700 10.0.0.249 - - [2026-06-04 02:25:19] "GET /project/a093e750-f607-4659-9eff-3ce6b4a6f73f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.047637 10.0.0.249 - - [2026-06-04 02:25:19] "GET /project/be3fcbe9-4e24-4a02-a7c5-9342944b09d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.050624 10.0.0.249 - - [2026-06-04 02:25:19] "POST /fqname-to-id HTTP/1.1" 404 234 0.009732 10.0.0.249 - - [2026-06-04 02:25:19] "GET /projects?obj_uuids=be3fcbe9-4e24-4a02-a7c5-9342944b09d3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001062 10.0.0.249 - - [2026-06-04 02:25:19] "GET /projects?obj_uuids=a093e750-f607-4659-9eff-3ce6b4a6f73f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000894 10.0.0.249 - - [2026-06-04 02:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.249 - - [2026-06-04 02:25:19] "GET /project/a093e750-f607-4659-9eff-3ce6b4a6f73f?fields=security_groups HTTP/1.1" 200 1368 0.038403 10.0.0.249 - - [2026-06-04 02:25:19] "GET /project/be3fcbe9-4e24-4a02-a7c5-9342944b09d3?fields=security_groups HTTP/1.1" 200 1383 0.041400 10.0.0.249 - - [2026-06-04 02:25:19] "GET /projects?obj_uuids=88557074-37a9-4fa4-aa87-21407a9209f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000954 10.0.0.249 - - [2026-06-04 02:25:19] "GET /project/88557074-37a9-4fa4-aa87-21407a9209f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.023374 10.0.0.249 - - [2026-06-04 02:25:19] "DELETE /security-group/7a8864dd-c0fb-410c-86ea-8b4d64a6b534 HTTP/1.1" 200 115 0.074122 10.0.0.249 - - [2026-06-04 02:25:19] "GET /projects?obj_uuids=a093e750-f607-4659-9eff-3ce6b4a6f73f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001729 10.0.0.249 - - [2026-06-04 02:25:19] "DELETE /access-control-list/272f8df1-a7c8-4476-a623-34bb35b8e0f4 HTTP/1.1" 200 115 0.066198 10.0.0.249 - - [2026-06-04 02:25:19] "DELETE /security-group/81a3e094-b956-4f60-833e-6b803261a47e HTTP/1.1" 200 115 0.086865 10.0.0.249 - - [2026-06-04 02:25:19] "GET /projects?obj_uuids=be3fcbe9-4e24-4a02-a7c5-9342944b09d3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001169 10.0.0.249 - - [2026-06-04 02:25:19] "POST /network-policys HTTP/1.1" 200 579 0.100896 10.0.0.249 - - [2026-06-04 02:25:19] "GET /project/a093e750-f607-4659-9eff-3ce6b4a6f73f?fields=application_policy_sets HTTP/1.1" 200 1407 0.085734 10.0.0.249 - - [2026-06-04 02:25:19] "DELETE /access-control-list/ac9a6952-b3bd-4fc1-ad40-ef7e27e34ad2 HTTP/1.1" 200 115 0.086967 10.0.0.249 - - [2026-06-04 02:25:19] "GET /project/be3fcbe9-4e24-4a02-a7c5-9342944b09d3?fields=application_policy_sets HTTP/1.1" 200 1422 0.091783 10.0.0.249 - - [2026-06-04 02:25:19] "GET /network-policy/3fc2d855-5a2f-45ec-a8a4-7cfb1d204348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.005152 10.0.0.249 - - [2026-06-04 02:25:19] "DELETE /access-control-list/1f6cfa9f-59be-4cdb-9963-b5f3c176517e HTTP/1.1" 200 115 0.018914 10.0.0.249 - - [2026-06-04 02:25:19] "DELETE /access-control-list/21ccfc95-08f7-4d8c-8b82-e91d4d37c952 HTTP/1.1" 200 115 0.029628 10.0.0.249 - - [2026-06-04 02:25:19] "POST /neutron/network HTTP/1.1" 200 1002 0.021249 10.0.0.249 - - [2026-06-04 02:25:19] "DELETE /project/a093e750-f607-4659-9eff-3ce6b4a6f73f HTTP/1.1" 200 115 0.463043 10.0.0.249 - - [2026-06-04 02:25:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.003058 10.0.0.249 - - [2026-06-04 02:25:19] "POST /fqname-to-id HTTP/1.1" 404 242 0.007077 10.0.0.249 - - [2026-06-04 02:25:19] "POST /neutron/network HTTP/1.1" 200 1110 0.071805 10.0.0.249 - - [2026-06-04 02:25:19] "DELETE /project/be3fcbe9-4e24-4a02-a7c5-9342944b09d3 HTTP/1.1" 200 115 0.510584 10.0.0.249 - - [2026-06-04 02:25:19] "POST /access-control-lists HTTP/1.1" 200 598 0.077746 10.0.0.249 - - [2026-06-04 02:25:19] "POST /neutron/network HTTP/1.1" 200 1110 0.044470 10.0.0.249 - - [2026-06-04 02:25:20] "GET /virtual-network/cbf752a8-1980-4f66-8b7d-8105f4603d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.009960 10.0.0.249 - - [2026-06-04 02:25:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002475 10.0.0.249 - - [2026-06-04 02:25:20] "GET /network-policy/3fc2d855-5a2f-45ec-a8a4-7cfb1d204348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.003508 10.0.0.249 - - [2026-06-04 02:25:20] "POST /neutron/network HTTP/1.1" 200 1007 0.007776 10.0.0.249 - - [2026-06-04 02:25:20] "POST /fqname-to-id HTTP/1.1" 404 207 0.002912 10.0.0.249 - - [2026-06-04 02:25:20] "POST /fqname-to-id HTTP/1.1" 404 242 0.004450 10.0.0.249 - - [2026-06-04 02:25:20] "POST /neutron/network HTTP/1.1" 200 1115 0.045288 10.0.0.249 - - [2026-06-04 02:25:20] "POST /access-control-lists HTTP/1.1" 200 598 0.063339 10.0.0.249 - - [2026-06-04 02:25:20] "POST /neutron/network HTTP/1.1" 200 1115 0.038357 10.0.0.249 - - [2026-06-04 02:25:20] "GET /virtual-network/99fa969b-e8f1-4862-bea1-c6c787738072?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2972 0.006819 10.0.0.249 - - [2026-06-04 02:25:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002265 10.0.0.249 - - [2026-06-04 02:25:20] "POST /ref-update HTTP/1.1" 200 156 0.010020 10.0.0.249 - - [2026-06-04 02:25:20] "GET /network-policy/3fc2d855-5a2f-45ec-a8a4-7cfb1d204348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.003673 10.0.0.249 - - [2026-06-04 02:25:20] "GET /domains HTTP/1.1" 401 293 0.000588 10.0.0.249 - - [2026-06-04 02:25:20] "GET /domains HTTP/1.1" 200 281 0.026139 10.0.0.249 - - [2026-06-04 02:25:20] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000932 10.0.0.249 - - [2026-06-04 02:25:20] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2592 0.006891 10.0.0.249 - - [2026-06-04 02:25:20] "GET /projects?obj_uuids=88557074-37a9-4fa4-aa87-21407a9209f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002412 10.0.0.249 - - [2026-06-04 02:25:20] "GET /project/88557074-37a9-4fa4-aa87-21407a9209f7 HTTP/1.1" 200 2643 0.068270 10.0.0.249 - - [2026-06-04 02:25:20] "GET /virtual-network/cbf752a8-1980-4f66-8b7d-8105f4603d0e HTTP/1.1" 200 3501 0.005984 10.0.0.249 - - [2026-06-04 02:25:20] "GET /virtual-network/cbf752a8-1980-4f66-8b7d-8105f4603d0e HTTP/1.1" 200 3501 0.004611 10.0.0.249 - - [2026-06-04 02:25:20] "GET /routing-instance/21445b6a-4660-4972-be37-fc53e9a1fcd2 HTTP/1.1" 200 1799 0.003136 10.0.0.249 - - [2026-06-04 02:25:20] "GET /routing-instance/21445b6a-4660-4972-be37-fc53e9a1fcd2 HTTP/1.1" 200 1799 0.003009 10.0.0.249 - - [2026-06-04 02:25:20] "GET /route-target/d0c7b1fc-e342-43b2-ba97-9b6f776abc9c HTTP/1.1" 200 1215 0.003088 10.0.0.249 - - [2026-06-04 02:25:20] "GET /virtual-network/cbf752a8-1980-4f66-8b7d-8105f4603d0e HTTP/1.1" 200 3501 0.004434 10.0.0.249 - - [2026-06-04 02:25:20] "GET /routing-instance/21445b6a-4660-4972-be37-fc53e9a1fcd2 HTTP/1.1" 200 1799 0.003560 10.0.0.249 - - [2026-06-04 02:25:20] "GET /virtual-network/cbf752a8-1980-4f66-8b7d-8105f4603d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005647 10.0.0.249 - - [2026-06-04 02:25:20] "GET /virtual-network/cbf752a8-1980-4f66-8b7d-8105f4603d0e HTTP/1.1" 200 3501 0.004553 10.0.0.249 - - [2026-06-04 02:25:20] "GET /routing-instance/21445b6a-4660-4972-be37-fc53e9a1fcd2 HTTP/1.1" 200 1799 0.002993 10.0.0.249 - - [2026-06-04 02:25:20] "GET /routing-instance/21445b6a-4660-4972-be37-fc53e9a1fcd2 HTTP/1.1" 200 1799 0.002792 10.0.0.249 - - [2026-06-04 02:25:20] "GET /route-target/d0c7b1fc-e342-43b2-ba97-9b6f776abc9c HTTP/1.1" 200 1215 0.002383 10.0.0.249 - - [2026-06-04 02:25:20] "GET /domains HTTP/1.1" 200 281 0.002207 10.0.0.249 - - [2026-06-04 02:25:20] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000807 10.0.0.249 - - [2026-06-04 02:25:20] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2592 0.005559 10.0.0.249 - - [2026-06-04 02:25:20] "GET /projects?obj_uuids=88557074-37a9-4fa4-aa87-21407a9209f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000798 10.0.0.249 - - [2026-06-04 02:25:20] "GET /project/88557074-37a9-4fa4-aa87-21407a9209f7 HTTP/1.1" 200 2643 0.063528 10.0.0.249 - - [2026-06-04 02:25:20] "GET /virtual-network/cbf752a8-1980-4f66-8b7d-8105f4603d0e HTTP/1.1" 200 3501 0.004648 10.0.0.249 - - [2026-06-04 02:25:21] "GET /obj-perms HTTP/1.1" 200 5065 0.055726 10.0.0.249 - - [2026-06-04 02:25:21] "GET /domains HTTP/1.1" 200 281 0.002242 10.0.0.249 - - [2026-06-04 02:25:21] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000941 10.0.0.249 - - [2026-06-04 02:25:21] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2592 0.006163 10.0.0.249 - - [2026-06-04 02:25:21] "GET /projects?obj_uuids=88557074-37a9-4fa4-aa87-21407a9209f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000994 10.0.0.249 - - [2026-06-04 02:25:21] "GET /project/88557074-37a9-4fa4-aa87-21407a9209f7 HTTP/1.1" 200 2643 0.069419 10.0.0.249 - - [2026-06-04 02:25:21] "GET /virtual-network/99fa969b-e8f1-4862-bea1-c6c787738072 HTTP/1.1" 200 3516 0.010649 10.0.0.249 - - [2026-06-04 02:25:21] "GET /virtual-network/99fa969b-e8f1-4862-bea1-c6c787738072 HTTP/1.1" 200 3516 0.004365 10.0.0.249 - - [2026-06-04 02:25:21] "GET /routing-instance/8622c70b-e3c3-4084-81c7-2ad52b36c6e7 HTTP/1.1" 200 1798 0.004682 10.0.0.249 - - [2026-06-04 02:25:21] "GET /routing-instance/8622c70b-e3c3-4084-81c7-2ad52b36c6e7 HTTP/1.1" 200 1798 0.003609 10.0.0.249 - - [2026-06-04 02:25:21] "GET /route-target/f67b444b-2cd3-45bd-9e20-98f2c0309db9 HTTP/1.1" 200 1215 0.003294 10.0.0.249 - - [2026-06-04 02:25:21] "GET /virtual-network/99fa969b-e8f1-4862-bea1-c6c787738072 HTTP/1.1" 200 3516 0.004652 10.0.0.249 - - [2026-06-04 02:25:21] "GET /routing-instance/8622c70b-e3c3-4084-81c7-2ad52b36c6e7 HTTP/1.1" 200 1798 0.003484 10.0.0.249 - - [2026-06-04 02:25:21] "GET /virtual-network/99fa969b-e8f1-4862-bea1-c6c787738072?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2972 0.005251 10.0.0.249 - - [2026-06-04 02:25:21] "GET /virtual-network/99fa969b-e8f1-4862-bea1-c6c787738072 HTTP/1.1" 200 3516 0.005386 10.0.0.249 - - [2026-06-04 02:25:21] "GET /routing-instance/8622c70b-e3c3-4084-81c7-2ad52b36c6e7 HTTP/1.1" 200 1798 0.003568 10.0.0.249 - - [2026-06-04 02:25:21] "GET /routing-instance/8622c70b-e3c3-4084-81c7-2ad52b36c6e7 HTTP/1.1" 200 1798 0.003486 10.0.0.249 - - [2026-06-04 02:25:21] "GET /route-target/f67b444b-2cd3-45bd-9e20-98f2c0309db9 HTTP/1.1" 200 1215 0.003337 10.0.0.249 - - [2026-06-04 02:25:21] "GET /domains HTTP/1.1" 200 281 0.002772 10.0.0.249 - - [2026-06-04 02:25:21] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000973 10.0.0.249 - - [2026-06-04 02:25:21] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2592 0.005998 10.0.0.249 - - [2026-06-04 02:25:21] "GET /projects?obj_uuids=88557074-37a9-4fa4-aa87-21407a9209f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000860 10.0.0.249 - - [2026-06-04 02:25:21] "GET /project/88557074-37a9-4fa4-aa87-21407a9209f7 HTTP/1.1" 200 2643 0.064355 10.0.0.249 - - [2026-06-04 02:25:21] "GET /virtual-network/99fa969b-e8f1-4862-bea1-c6c787738072 HTTP/1.1" 200 3516 0.004587 10.0.0.249 - - [2026-06-04 02:25:21] "GET /obj-perms HTTP/1.1" 200 5065 0.003345 10.0.0.249 - - [2026-06-04 02:25:21] "GET /virtual-network/99fa969b-e8f1-4862-bea1-c6c787738072?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2972 0.006866 10.0.0.249 - - [2026-06-04 02:25:21] "POST /neutron/network HTTP/1.1" 200 1115 0.007435 10.0.0.249 - - [2026-06-04 02:25:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.004687 10.0.0.249 - - [2026-06-04 02:25:21] "POST /neutron/network HTTP/1.1" 200 1007 0.042105 10.0.0.249 - - [2026-06-04 02:25:21] "DELETE /access-control-list/d5248825-04e7-46be-8255-57bcabe089a7 HTTP/1.1" 200 115 0.040645 10.0.0.249 - - [2026-06-04 02:25:21] "POST /neutron/network HTTP/1.1" 200 1007 0.009511 10.0.0.249 - - [2026-06-04 02:25:21] "POST /ref-update HTTP/1.1" 200 156 0.010769 10.0.0.249 - - [2026-06-04 02:25:21] "GET /virtual-network/99fa969b-e8f1-4862-bea1-c6c787738072?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005096 10.0.0.249 - - [2026-06-04 02:25:21] "GET /virtual-network/cbf752a8-1980-4f66-8b7d-8105f4603d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005346 10.0.0.249 - - [2026-06-04 02:25:21] "POST /neutron/network HTTP/1.1" 200 1110 0.006615 10.0.0.249 - - [2026-06-04 02:25:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.006375 10.0.0.249 - - [2026-06-04 02:25:21] "POST /neutron/network HTTP/1.1" 200 1002 0.039538 10.0.0.249 - - [2026-06-04 02:25:21] "DELETE /access-control-list/fcf9f97b-8166-4fc9-bf78-aba8143c3801 HTTP/1.1" 200 115 0.026400 10.0.0.249 - - [2026-06-04 02:25:21] "POST /neutron/network HTTP/1.1" 200 1002 0.008348 10.0.0.249 - - [2026-06-04 02:25:21] "POST /ref-update HTTP/1.1" 200 156 0.013127 10.0.0.249 - - [2026-06-04 02:25:21] "GET /virtual-network/cbf752a8-1980-4f66-8b7d-8105f4603d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.004999 10.0.0.249 - - [2026-06-04 02:25:21] "DELETE /network-policy/3fc2d855-5a2f-45ec-a8a4-7cfb1d204348 HTTP/1.1" 200 115 0.025117 10.0.0.249 - - [2026-06-04 02:25:21] "POST /neutron/network HTTP/1.1" 200 1007 0.006561 10.0.0.249 - - [2026-06-04 02:25:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002628 10.0.0.249 - - [2026-06-04 02:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.249 - - [2026-06-04 02:25:21] "POST /useragent-kv HTTP/1.1" 200 115 0.001575 10.0.0.249 - - [2026-06-04 02:25:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002664 10.0.0.249 - - [2026-06-04 02:25:22] "POST /useragent-kv HTTP/1.1" 200 115 0.001573 10.0.0.249 - - [2026-06-04 02:25:22] "POST /neutron/network HTTP/1.1" 200 151 0.070720 10.0.0.249 - - [2026-06-04 02:25:22] "DELETE /route-target/f67b444b-2cd3-45bd-9e20-98f2c0309db9 HTTP/1.1" 200 115 0.016305 10.0.0.249 - - [2026-06-04 02:25:22] "GET /routing-instance/8622c70b-e3c3-4084-81c7-2ad52b36c6e7 HTTP/1.1" 404 171 0.002227 10.0.0.249 - - [2026-06-04 02:25:22] "GET /domains HTTP/1.1" 200 281 0.002262 10.0.0.249 - - [2026-06-04 02:25:22] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000985 10.0.0.249 - - [2026-06-04 02:25:22] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2592 0.046215 10.0.0.249 - - [2026-06-04 02:25:22] "GET /projects?obj_uuids=88557074-37a9-4fa4-aa87-21407a9209f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001262 10.0.0.249 - - [2026-06-04 02:25:22] "GET /project/88557074-37a9-4fa4-aa87-21407a9209f7 HTTP/1.1" 200 2161 0.063570 10.0.0.249 - - [2026-06-04 02:25:22] "POST /neutron/network HTTP/1.1" 200 1002 0.006842 10.0.0.249 - - [2026-06-04 02:25:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003050 10.0.0.249 - - [2026-06-04 02:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.249 - - [2026-06-04 02:25:22] "POST /useragent-kv HTTP/1.1" 200 115 0.001576 10.0.0.249 - - [2026-06-04 02:25:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002778 10.0.0.249 - - [2026-06-04 02:25:22] "POST /useragent-kv HTTP/1.1" 200 115 0.001573 10.0.0.249 - - [2026-06-04 02:25:22] "POST /neutron/network HTTP/1.1" 200 151 0.071955 10.0.0.249 - - [2026-06-04 02:25:22] "DELETE /route-target/d0c7b1fc-e342-43b2-ba97-9b6f776abc9c HTTP/1.1" 200 115 0.016751 10.0.0.249 - - [2026-06-04 02:25:22] "GET /routing-instance/21445b6a-4660-4972-be37-fc53e9a1fcd2 HTTP/1.1" 404 171 0.002279 10.0.0.249 - - [2026-06-04 02:25:22] "GET /domains HTTP/1.1" 200 281 0.002159 10.0.0.249 - - [2026-06-04 02:25:22] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000892 10.0.0.249 - - [2026-06-04 02:25:22] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2592 0.048270 10.0.0.249 - - [2026-06-04 02:25:22] "GET /projects?obj_uuids=88557074-37a9-4fa4-aa87-21407a9209f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001302 10.0.0.249 - - [2026-06-04 02:25:22] "GET /project/88557074-37a9-4fa4-aa87-21407a9209f7 HTTP/1.1" 200 1915 0.068388 10.0.0.249 - - [2026-06-04 02:25:22] "GET /projects?obj_uuids=88557074-37a9-4fa4-aa87-21407a9209f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001004 10.0.0.249 - - [2026-06-04 02:25:22] "GET /project/88557074-37a9-4fa4-aa87-21407a9209f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.021764 10.0.0.249 - - [2026-06-04 02:25:22] "GET /projects?obj_uuids=88557074-37a9-4fa4-aa87-21407a9209f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000978 10.0.0.249 - - [2026-06-04 02:25:22] "GET /project/88557074-37a9-4fa4-aa87-21407a9209f7?fields=virtual_networks HTTP/1.1" 200 1060 0.067480 10.0.0.249 - - [2026-06-04 02:25:22] "GET /projects?obj_uuids=88557074-37a9-4fa4-aa87-21407a9209f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001278 10.0.0.249 - - [2026-06-04 02:25:22] "GET /project/88557074-37a9-4fa4-aa87-21407a9209f7?fields=virtual_machine_interfaces HTTP/1.1" 200 1060 0.024314 10.0.0.249 - - [2026-06-04 02:25:22] "GET /projects?obj_uuids=88557074-37a9-4fa4-aa87-21407a9209f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000916 10.0.0.249 - - [2026-06-04 02:25:22] "GET /project/88557074-37a9-4fa4-aa87-21407a9209f7?fields=security_groups HTTP/1.1" 200 1295 0.020195 10.0.0.249 - - [2026-06-04 02:25:23] "POST /fqname-to-id HTTP/1.1" 404 204 0.031869 10.0.0.249 - - [2026-06-04 02:25:23] "GET /projects?obj_uuids=c9fa6778-2348-4d28-b6cb-cc3e66606e35&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002326 10.0.0.249 - - [2026-06-04 02:25:23] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001114 10.0.0.249 - - [2026-06-04 02:25:23] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006620 10.0.0.249 - - [2026-06-04 02:25:23] "POST /id-to-fqname HTTP/1.1" 200 206 0.002553 10.0.0.249 - - [2026-06-04 02:25:23] "POST /fqname-to-id HTTP/1.1" 404 215 0.002635 10.0.0.249 - - [2026-06-04 02:25:24] "POST /security-groups HTTP/1.1" 200 607 0.060262 10.0.0.249 - - [2026-06-04 02:25:24] "POST /fqname-to-id HTTP/1.1" 404 250 0.002301 10.0.0.249 - - [2026-06-04 02:25:24] "POST /projects HTTP/1.1" 200 617 0.204018 10.0.0.249 - - [2026-06-04 02:25:24] "POST /access-control-lists HTTP/1.1" 200 614 0.055193 10.0.0.249 - - [2026-06-04 02:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.270615 10.0.0.249 - - [2026-06-04 02:25:24] "POST /fqname-to-id HTTP/1.1" 404 249 0.002500 10.0.0.249 - - [2026-06-04 02:25:24] "GET /project/c9fa6778-2348-4d28-b6cb-cc3e66606e35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.383978 10.0.0.249 - - [2026-06-04 02:25:24] "POST /access-control-lists HTTP/1.1" 200 612 0.056448 10.0.0.249 - - [2026-06-04 02:25:25] "GET / HTTP/1.1" 200 36215 0.002779 10.0.0.249 - - [2026-06-04 02:25:25] "GET /obj-perms HTTP/1.1" 200 5075 0.334610 10.0.0.249 - - [2026-06-04 02:25:26] "GET /obj-perms HTTP/1.1" 200 5075 0.083407 10.0.0.249 - - [2026-06-04 02:25:26] "POST /fqname-to-id HTTP/1.1" 401 293 0.000456 10.0.0.249 - - [2026-06-04 02:25:27] "POST /fqname-to-id HTTP/1.1" 404 233 0.028629 10.0.0.249 - - [2026-06-04 02:25:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002762 10.0.0.249 - - [2026-06-04 02:25:27] "GET /projects?obj_uuids=c9fa6778-2348-4d28-b6cb-cc3e66606e35&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001417 10.0.0.249 - - [2026-06-04 02:25:27] "GET /project/c9fa6778-2348-4d28-b6cb-cc3e66606e35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.028485 10.0.0.249 - - [2026-06-04 02:25:27] "POST /network-policys HTTP/1.1" 200 569 0.060322 10.0.0.249 - - [2026-06-04 02:25:27] "GET /network-policy/b04a59a0-f9a9-4490-bd4b-c4a810ddde2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3156 0.005695 10.0.0.249 - - [2026-06-04 02:25:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002668 10.0.0.249 - - [2026-06-04 02:25:27] "GET /projects?obj_uuids=c9fa6778-2348-4d28-b6cb-cc3e66606e35&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000991 10.0.0.249 - - [2026-06-04 02:25:27] "GET /project/c9fa6778-2348-4d28-b6cb-cc3e66606e35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.022581 10.0.0.249 - - [2026-06-04 02:25:27] "POST /neutron/network HTTP/1.1" 200 117 0.029797 10.0.0.249 - - [2026-06-04 02:25:27] "GET /projects?obj_uuids=c9fa6778-2348-4d28-b6cb-cc3e66606e35&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001230 10.0.0.249 - - [2026-06-04 02:25:27] "POST /neutron/network HTTP/1.1" 200 623 0.062461 10.0.0.249 - - [2026-06-04 02:25:27] "POST /route-targets HTTP/1.1" 200 328 0.009551 10.0.0.249 - - [2026-06-04 02:25:27] "POST /ref-update HTTP/1.1" 200 156 0.009774 10.0.0.249 - - [2026-06-04 02:25:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002962 10.0.0.249 - - [2026-06-04 02:25:27] "POST /neutron/subnet HTTP/1.1" 200 724 0.168425 10.0.0.249 - - [2026-06-04 02:25:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.002857 10.0.0.249 - - [2026-06-04 02:25:27] "POST /useragent-kv HTTP/1.1" 200 115 0.004059 10.0.0.249 - - [2026-06-04 02:25:27] "POST /neutron/subnet HTTP/1.1" 200 823 0.168832 10.0.0.249 - - [2026-06-04 02:25:28] "POST /neutron/network HTTP/1.1" 200 1015 0.011486 10.0.0.249 - - [2026-06-04 02:25:28] "POST /id-to-fqname HTTP/1.1" 200 237 0.001189 10.0.0.249 - - [2026-06-04 02:25:28] "GET /virtual-network/94961ef7-2644-4270-8fb3-0df3f1651b1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2660 0.005662 10.0.0.249 - - [2026-06-04 02:25:28] "POST /neutron/network HTTP/1.1" 200 1015 0.007545 10.0.0.249 - - [2026-06-04 02:25:28] "GET /virtual-network/94961ef7-2644-4270-8fb3-0df3f1651b1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2660 0.004497 10.0.0.249 - - [2026-06-04 02:25:28] "POST /neutron/network HTTP/1.1" 200 1015 0.006562 10.0.0.249 - - [2026-06-04 02:25:28] "POST /neutron/subnet HTTP/1.1" 200 724 0.005595 10.0.0.249 - - [2026-06-04 02:25:28] "POST /neutron/subnet HTTP/1.1" 200 823 0.006001 10.0.0.249 - - [2026-06-04 02:25:28] "POST /neutron/network HTTP/1.1" 200 1015 0.008380 10.0.0.249 - - [2026-06-04 02:25:28] "POST /fqname-to-id HTTP/1.1" 404 252 0.005655 10.0.0.249 - - [2026-06-04 02:25:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.003356 10.0.0.249 - - [2026-06-04 02:25:28] "POST /neutron/network HTTP/1.1" 200 1122 0.040513 10.0.0.249 - - [2026-06-04 02:25:28] "POST /access-control-lists HTTP/1.1" 200 609 0.063391 10.0.0.249 - - [2026-06-04 02:25:28] "POST /neutron/network HTTP/1.1" 200 1122 0.042792 10.0.0.249 - - [2026-06-04 02:25:28] "GET /virtual-network/94961ef7-2644-4270-8fb3-0df3f1651b1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2984 0.008755 10.0.0.249 - - [2026-06-04 02:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.249 - - [2026-06-04 02:25:28] "GET /network-policy/b04a59a0-f9a9-4490-bd4b-c4a810ddde2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3156 0.003611 10.0.0.249 - - [2026-06-04 02:25:28] "GET /domains HTTP/1.1" 401 293 0.000373 10.0.0.249 - - [2026-06-04 02:25:28] "GET /domains HTTP/1.1" 200 281 0.026054 10.0.0.249 - - [2026-06-04 02:25:28] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001664 10.0.0.249 - - [2026-06-04 02:25:28] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2795 0.008723 10.0.0.249 - - [2026-06-04 02:25:28] "GET /projects?obj_uuids=c9fa6778-2348-4d28-b6cb-cc3e66606e35&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000996 10.0.0.249 - - [2026-06-04 02:25:28] "GET /project/c9fa6778-2348-4d28-b6cb-cc3e66606e35 HTTP/1.1" 200 2476 0.070570 10.0.0.249 - - [2026-06-04 02:25:28] "GET /virtual-network/94961ef7-2644-4270-8fb3-0df3f1651b1f HTTP/1.1" 200 3548 0.006613 10.0.0.249 - - [2026-06-04 02:25:28] "GET /virtual-network/94961ef7-2644-4270-8fb3-0df3f1651b1f HTTP/1.1" 200 3548 0.006376 10.0.0.249 - - [2026-06-04 02:25:28] "GET /routing-instance/5ddb94de-96bc-44cc-ae84-2783da2e04c5 HTTP/1.1" 200 1498 0.003884 10.0.0.249 - - [2026-06-04 02:25:28] "GET /routing-instance/5ddb94de-96bc-44cc-ae84-2783da2e04c5 HTTP/1.1" 200 1498 0.003386 10.0.0.249 - - [2026-06-04 02:25:28] "GET /route-target/a9e2a21d-3dee-4f82-9c2b-5d8179fb592e HTTP/1.1" 200 1225 0.003444 10.0.0.249 - - [2026-06-04 02:25:28] "GET /virtual-network/94961ef7-2644-4270-8fb3-0df3f1651b1f HTTP/1.1" 200 3548 0.005214 10.0.0.249 - - [2026-06-04 02:25:28] "GET /routing-instance/5ddb94de-96bc-44cc-ae84-2783da2e04c5 HTTP/1.1" 200 1498 0.003791 10.0.0.249 - - [2026-06-04 02:25:28] "GET /virtual-network/94961ef7-2644-4270-8fb3-0df3f1651b1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2984 0.005299 10.0.0.249 - - [2026-06-04 02:25:28] "GET /virtual-network/94961ef7-2644-4270-8fb3-0df3f1651b1f HTTP/1.1" 200 3548 0.004628 10.0.0.249 - - [2026-06-04 02:25:28] "GET /routing-instance/5ddb94de-96bc-44cc-ae84-2783da2e04c5 HTTP/1.1" 200 1498 0.003147 10.0.0.249 - - [2026-06-04 02:25:28] "GET /routing-instance/5ddb94de-96bc-44cc-ae84-2783da2e04c5 HTTP/1.1" 200 1498 0.002929 10.0.0.249 - - [2026-06-04 02:25:28] "GET /route-target/a9e2a21d-3dee-4f82-9c2b-5d8179fb592e HTTP/1.1" 200 1225 0.002661 10.0.0.249 - - [2026-06-04 02:25:28] "GET /domains HTTP/1.1" 200 281 0.003170 10.0.0.249 - - [2026-06-04 02:25:28] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000936 10.0.0.249 - - [2026-06-04 02:25:28] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2795 0.006060 10.0.0.249 - - [2026-06-04 02:25:28] "GET /projects?obj_uuids=c9fa6778-2348-4d28-b6cb-cc3e66606e35&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000843 10.0.0.249 - - [2026-06-04 02:25:29] "GET /project/c9fa6778-2348-4d28-b6cb-cc3e66606e35 HTTP/1.1" 200 2476 0.062798 10.0.0.249 - - [2026-06-04 02:25:29] "GET /virtual-network/94961ef7-2644-4270-8fb3-0df3f1651b1f HTTP/1.1" 200 3548 0.004505 10.0.0.249 - - [2026-06-04 02:25:29] "GET /obj-perms HTTP/1.1" 200 5081 0.052232 10.0.0.249 - - [2026-06-04 02:25:29] "GET /domains HTTP/1.1" 200 281 0.002412 10.0.0.249 - - [2026-06-04 02:25:29] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000959 10.0.0.249 - - [2026-06-04 02:25:29] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2795 0.006081 10.0.0.249 - - [2026-06-04 02:25:29] "GET /projects?obj_uuids=c9fa6778-2348-4d28-b6cb-cc3e66606e35&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000876 10.0.0.249 - - [2026-06-04 02:25:29] "GET /project/c9fa6778-2348-4d28-b6cb-cc3e66606e35 HTTP/1.1" 200 2476 0.069587 10.0.0.249 - - [2026-06-04 02:25:29] "GET /network-policy/b04a59a0-f9a9-4490-bd4b-c4a810ddde2d HTTP/1.1" 200 3483 0.003891 10.0.0.249 - - [2026-06-04 02:25:29] "DELETE /network-policy/b04a59a0-f9a9-4490-bd4b-c4a810ddde2d HTTP/1.1" 409 239 0.005914 10.0.0.249 - - [2026-06-04 02:25:29] "POST /neutron/network HTTP/1.1" 200 1122 0.005861 10.0.0.249 - - [2026-06-04 02:25:29] "DELETE /access-control-list/908cb0a5-9329-416b-b3e2-49c7944d89f4 HTTP/1.1" 200 115 0.027795 10.0.0.249 - - [2026-06-04 02:25:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004846 10.0.0.249 - - [2026-06-04 02:25:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001877 10.0.0.249 - - [2026-06-04 02:25:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001769 10.0.0.249 - - [2026-06-04 02:25:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001732 10.0.0.249 - - [2026-06-04 02:25:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001934 10.0.0.249 - - [2026-06-04 02:25:29] "POST /neutron/network HTTP/1.1" 200 151 0.097004 10.0.0.249 - - [2026-06-04 02:25:29] "GET /routing-instance/5ddb94de-96bc-44cc-ae84-2783da2e04c5 HTTP/1.1" 404 171 0.002350 10.0.0.249 - - [2026-06-04 02:25:29] "GET /domains HTTP/1.1" 200 281 0.002625 10.0.0.249 - - [2026-06-04 02:25:29] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000910 10.0.0.249 - - [2026-06-04 02:25:29] "DELETE /route-target/a9e2a21d-3dee-4f82-9c2b-5d8179fb592e HTTP/1.1" 200 115 0.013496 10.0.0.249 - - [2026-06-04 02:25:29] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2795 0.049011 10.0.0.249 - - [2026-06-04 02:25:29] "GET /projects?obj_uuids=c9fa6778-2348-4d28-b6cb-cc3e66606e35&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000946 10.0.0.249 - - [2026-06-04 02:25:29] "GET /project/c9fa6778-2348-4d28-b6cb-cc3e66606e35 HTTP/1.1" 200 2221 0.067179 10.0.0.249 - - [2026-06-04 02:25:29] "DELETE /network-policy/b04a59a0-f9a9-4490-bd4b-c4a810ddde2d HTTP/1.1" 200 115 0.019044 10.0.0.249 - - [2026-06-04 02:25:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.249 - - [2026-06-04 02:25:29] "GET /projects?obj_uuids=c9fa6778-2348-4d28-b6cb-cc3e66606e35&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001431 10.0.0.249 - - [2026-06-04 02:25:29] "GET /project/c9fa6778-2348-4d28-b6cb-cc3e66606e35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.022598 10.0.0.249 - - [2026-06-04 02:25:29] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-94561900&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004632 10.0.0.249 - - [2026-06-04 02:25:30] "GET /projects?obj_uuids=c9fa6778-2348-4d28-b6cb-cc3e66606e35&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000957 10.0.0.249 - - [2026-06-04 02:25:30] "GET /project/c9fa6778-2348-4d28-b6cb-cc3e66606e35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.020744 10.0.0.249 - - [2026-06-04 02:25:30] "GET /projects?obj_uuids=c9fa6778-2348-4d28-b6cb-cc3e66606e35&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001100 10.0.0.249 - - [2026-06-04 02:25:30] "GET /project/c9fa6778-2348-4d28-b6cb-cc3e66606e35?fields=virtual_networks HTTP/1.1" 200 1077 0.066075 10.0.0.249 - - [2026-06-04 02:25:30] "GET /projects?obj_uuids=c9fa6778-2348-4d28-b6cb-cc3e66606e35&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001263 10.0.0.249 - - [2026-06-04 02:25:30] "GET /project/c9fa6778-2348-4d28-b6cb-cc3e66606e35?fields=virtual_machine_interfaces HTTP/1.1" 200 1077 0.023274 10.0.0.249 - - [2026-06-04 02:25:30] "GET /projects?obj_uuids=c9fa6778-2348-4d28-b6cb-cc3e66606e35&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000996 10.0.0.249 - - [2026-06-04 02:25:30] "GET /project/c9fa6778-2348-4d28-b6cb-cc3e66606e35?fields=security_groups HTTP/1.1" 200 1320 0.025023 10.0.0.249 - - [2026-06-04 02:25:31] "POST /fqname-to-id HTTP/1.1" 404 190 0.027522 10.0.0.249 - - [2026-06-04 02:25:31] "GET /projects?obj_uuids=d07e9b9d-0863-41a8-9599-5e4831bce6d9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002117 10.0.0.249 - - [2026-06-04 02:25:31] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000975 10.0.0.249 - - [2026-06-04 02:25:31] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006730 10.0.0.249 - - [2026-06-04 02:25:31] "POST /id-to-fqname HTTP/1.1" 200 192 0.001964 10.0.0.249 - - [2026-06-04 02:25:31] "POST /fqname-to-id HTTP/1.1" 404 201 0.002209 10.0.0.249 - - [2026-06-04 02:25:31] "POST /security-groups HTTP/1.1" 200 593 0.063578 10.0.0.249 - - [2026-06-04 02:25:31] "POST /fqname-to-id HTTP/1.1" 404 236 0.002948 10.0.0.249 - - [2026-06-04 02:25:31] "POST /projects HTTP/1.1" 200 589 0.216527 10.0.0.249 - - [2026-06-04 02:25:31] "POST /access-control-lists HTTP/1.1" 200 600 0.060279 10.0.0.249 - - [2026-06-04 02:25:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.286009 10.0.0.249 - - [2026-06-04 02:25:31] "POST /fqname-to-id HTTP/1.1" 404 235 0.002924 10.0.0.249 - - [2026-06-04 02:25:32] "GET /project/d07e9b9d-0863-41a8-9599-5e4831bce6d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.407943 10.0.0.249 - - [2026-06-04 02:25:32] "POST /access-control-lists HTTP/1.1" 200 598 0.060666 10.0.0.249 - - [2026-06-04 02:25:33] "GET / HTTP/1.1" 200 36215 0.002006 10.0.0.249 - - [2026-06-04 02:25:33] "POST /fqname-to-id HTTP/1.1" 401 293 0.000558 10.0.0.249 - - [2026-06-04 02:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.063035 10.0.0.249 - - [2026-06-04 02:25:34] "GET /projects?obj_uuids=d07e9b9d-0863-41a8-9599-5e4831bce6d9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000942 10.0.0.249 - - [2026-06-04 02:25:34] "GET /project/d07e9b9d-0863-41a8-9599-5e4831bce6d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.030798 10.0.0.249 - - [2026-06-04 02:25:34] "POST /neutron/network HTTP/1.1" 200 117 0.029358 10.0.0.249 - - [2026-06-04 02:25:34] "GET /projects?obj_uuids=d07e9b9d-0863-41a8-9599-5e4831bce6d9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001403 10.0.0.249 - - [2026-06-04 02:25:34] "POST /neutron/network HTTP/1.1" 200 607 0.076815 10.0.0.249 - - [2026-06-04 02:25:34] "POST /route-targets HTTP/1.1" 200 328 0.014838 10.0.0.249 - - [2026-06-04 02:25:34] "POST /ref-update HTTP/1.1" 200 156 0.013381 10.0.0.249 - - [2026-06-04 02:25:34] "POST /useragent-kv HTTP/1.1" 200 115 0.004979 10.0.0.249 - - [2026-06-04 02:25:34] "POST /neutron/subnet HTTP/1.1" 200 715 0.175725 10.0.0.249 - - [2026-06-04 02:25:34] "POST /neutron/network HTTP/1.1" 200 824 0.005152 10.0.0.249 - - [2026-06-04 02:25:34] "POST /id-to-fqname HTTP/1.1" 200 222 0.001212 10.0.0.249 - - [2026-06-04 02:25:34] "GET /virtual-network/f5aa8798-31bf-4fbc-9fb9-ba6b5dabf161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004909 10.0.0.249 - - [2026-06-04 02:25:34] "POST /neutron/network HTTP/1.1" 200 824 0.005521 10.0.0.249 - - [2026-06-04 02:25:34] "GET /virtual-network/f5aa8798-31bf-4fbc-9fb9-ba6b5dabf161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004513 10.0.0.249 - - [2026-06-04 02:25:34] "POST /neutron/network HTTP/1.1" 200 824 0.005180 10.0.0.249 - - [2026-06-04 02:25:34] "POST /neutron/subnet HTTP/1.1" 200 715 0.006053 10.0.0.249 - - [2026-06-04 02:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002064 10.0.0.249 - - [2026-06-04 02:25:34] "GET /projects?obj_uuids=d07e9b9d-0863-41a8-9599-5e4831bce6d9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001015 10.0.0.249 - - [2026-06-04 02:25:34] "GET /project/d07e9b9d-0863-41a8-9599-5e4831bce6d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.017443 10.0.0.249 - - [2026-06-04 02:25:34] "POST /neutron/network HTTP/1.1" 200 117 0.009032 10.0.0.249 - - [2026-06-04 02:25:34] "GET /projects?obj_uuids=d07e9b9d-0863-41a8-9599-5e4831bce6d9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001102 10.0.0.249 - - [2026-06-04 02:25:34] "POST /neutron/network HTTP/1.1" 200 607 0.050240 10.0.0.249 - - [2026-06-04 02:25:34] "POST /route-targets HTTP/1.1" 200 328 0.010088 10.0.0.249 - - [2026-06-04 02:25:34] "POST /ref-update HTTP/1.1" 200 156 0.011599 10.0.0.249 - - [2026-06-04 02:25:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002131 10.0.0.249 - - [2026-06-04 02:25:34] "POST /neutron/subnet HTTP/1.1" 200 730 0.151918 10.0.0.249 - - [2026-06-04 02:25:35] "POST /neutron/network HTTP/1.1" 200 827 0.004650 10.0.0.249 - - [2026-06-04 02:25:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.001155 10.0.0.249 - - [2026-06-04 02:25:35] "GET /virtual-network/b84af8a6-6df4-48f9-9bb8-2a70c42a5c14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004213 10.0.0.249 - - [2026-06-04 02:25:35] "POST /neutron/network HTTP/1.1" 200 827 0.004721 10.0.0.249 - - [2026-06-04 02:25:35] "GET /virtual-network/b84af8a6-6df4-48f9-9bb8-2a70c42a5c14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004003 10.0.0.249 - - [2026-06-04 02:25:35] "POST /neutron/network HTTP/1.1" 200 827 0.004552 10.0.0.249 - - [2026-06-04 02:25:35] "POST /neutron/subnet HTTP/1.1" 200 730 0.005988 10.0.0.249 - - [2026-06-04 02:25:35] "POST /fqname-to-id HTTP/1.1" 404 228 0.001955 10.0.0.249 - - [2026-06-04 02:25:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002688 10.0.0.249 - - [2026-06-04 02:25:35] "GET /projects?obj_uuids=d07e9b9d-0863-41a8-9599-5e4831bce6d9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000963 10.0.0.249 - - [2026-06-04 02:25:35] "GET /project/d07e9b9d-0863-41a8-9599-5e4831bce6d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.026142 10.0.0.249 - - [2026-06-04 02:25:35] "POST /network-policys HTTP/1.1" 200 573 0.016363 10.0.0.249 - - [2026-06-04 02:25:35] "GET /network-policy/74e71881-bde4-4abc-b923-974caba2fc0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.006111 10.0.0.249 - - [2026-06-04 02:25:35] "POST /neutron/network HTTP/1.1" 200 824 0.006149 10.0.0.249 - - [2026-06-04 02:25:35] "POST /fqname-to-id HTTP/1.1" 404 236 0.004806 10.0.0.249 - - [2026-06-04 02:25:35] "POST /neutron/network HTTP/1.1" 200 926 0.044178 10.0.0.249 - - [2026-06-04 02:25:35] "POST /neutron/network HTTP/1.1" 200 926 0.041412 10.0.0.249 - - [2026-06-04 02:25:35] "POST /access-control-lists HTTP/1.1" 200 592 0.065250 10.0.0.249 - - [2026-06-04 02:25:35] "GET /virtual-network/f5aa8798-31bf-4fbc-9fb9-ba6b5dabf161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005263 10.0.0.249 - - [2026-06-04 02:25:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002420 10.0.0.249 - - [2026-06-04 02:25:35] "GET /network-policy/74e71881-bde4-4abc-b923-974caba2fc0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.003202 10.0.0.249 - - [2026-06-04 02:25:35] "POST /neutron/network HTTP/1.1" 200 827 0.004656 10.0.0.249 - - [2026-06-04 02:25:35] "POST /fqname-to-id HTTP/1.1" 404 236 0.002802 10.0.0.249 - - [2026-06-04 02:25:35] "POST /neutron/network HTTP/1.1" 200 929 0.039176 10.0.0.249 - - [2026-06-04 02:25:35] "POST /neutron/network HTTP/1.1" 200 929 0.039933 10.0.0.249 - - [2026-06-04 02:25:35] "POST /access-control-lists HTTP/1.1" 200 592 0.063735 10.0.0.249 - - [2026-06-04 02:25:35] "GET /virtual-network/b84af8a6-6df4-48f9-9bb8-2a70c42a5c14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005045 10.0.0.249 - - [2026-06-04 02:25:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002332 10.0.0.249 - - [2026-06-04 02:25:35] "POST /ref-update HTTP/1.1" 200 156 0.008507 10.0.0.249 - - [2026-06-04 02:25:35] "GET /network-policy/74e71881-bde4-4abc-b923-974caba2fc0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.002789 10.0.0.249 - - [2026-06-04 02:25:35] "GET /domains HTTP/1.1" 401 293 0.000400 10.0.0.249 - - [2026-06-04 02:25:36] "GET /domains HTTP/1.1" 200 281 0.027830 10.0.0.249 - - [2026-06-04 02:25:36] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000981 10.0.0.249 - - [2026-06-04 02:25:36] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2984 0.007503 10.0.0.249 - - [2026-06-04 02:25:36] "GET /projects?obj_uuids=d07e9b9d-0863-41a8-9599-5e4831bce6d9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001019 10.0.0.249 - - [2026-06-04 02:25:36] "GET /project/d07e9b9d-0863-41a8-9599-5e4831bce6d9 HTTP/1.1" 200 2590 0.069209 10.0.0.249 - - [2026-06-04 02:25:36] "GET /virtual-network/f5aa8798-31bf-4fbc-9fb9-ba6b5dabf161 HTTP/1.1" 200 2893 0.006444 10.0.0.249 - - [2026-06-04 02:25:36] "GET /virtual-network/f5aa8798-31bf-4fbc-9fb9-ba6b5dabf161 HTTP/1.1" 200 2893 0.004819 10.0.0.249 - - [2026-06-04 02:25:36] "GET /routing-instance/45a07c57-5de3-4e4a-9a36-fcb14bec6b3f HTTP/1.1" 200 1787 0.003929 10.0.0.249 - - [2026-06-04 02:25:36] "GET /routing-instance/45a07c57-5de3-4e4a-9a36-fcb14bec6b3f HTTP/1.1" 200 1787 0.003494 10.0.0.249 - - [2026-06-04 02:25:36] "GET /route-target/03135603-e976-4bf8-aa2b-8f68b8218b59 HTTP/1.1" 200 1207 0.003408 10.0.0.249 - - [2026-06-04 02:25:36] "GET /virtual-network/f5aa8798-31bf-4fbc-9fb9-ba6b5dabf161 HTTP/1.1" 200 2893 0.005470 10.0.0.249 - - [2026-06-04 02:25:36] "GET /routing-instance/45a07c57-5de3-4e4a-9a36-fcb14bec6b3f HTTP/1.1" 200 1787 0.003491 10.0.0.249 - - [2026-06-04 02:25:36] "GET /virtual-network/f5aa8798-31bf-4fbc-9fb9-ba6b5dabf161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005092 10.0.0.249 - - [2026-06-04 02:25:36] "GET /virtual-network/f5aa8798-31bf-4fbc-9fb9-ba6b5dabf161 HTTP/1.1" 200 2893 0.005063 10.0.0.249 - - [2026-06-04 02:25:36] "GET /routing-instance/45a07c57-5de3-4e4a-9a36-fcb14bec6b3f HTTP/1.1" 200 1787 0.003736 10.0.0.249 - - [2026-06-04 02:25:36] "GET /routing-instance/45a07c57-5de3-4e4a-9a36-fcb14bec6b3f HTTP/1.1" 200 1787 0.003369 10.0.0.249 - - [2026-06-04 02:25:36] "GET /route-target/03135603-e976-4bf8-aa2b-8f68b8218b59 HTTP/1.1" 200 1207 0.002599 10.0.0.249 - - [2026-06-04 02:25:36] "GET /domains HTTP/1.1" 200 281 0.002298 10.0.0.249 - - [2026-06-04 02:25:36] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001058 10.0.0.249 - - [2026-06-04 02:25:36] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2984 0.008096 10.0.0.249 - - [2026-06-04 02:25:36] "GET /projects?obj_uuids=d07e9b9d-0863-41a8-9599-5e4831bce6d9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000971 10.0.0.249 - - [2026-06-04 02:25:36] "GET /project/d07e9b9d-0863-41a8-9599-5e4831bce6d9 HTTP/1.1" 200 2590 0.064818 10.0.0.249 - - [2026-06-04 02:25:36] "GET /virtual-network/f5aa8798-31bf-4fbc-9fb9-ba6b5dabf161 HTTP/1.1" 200 2893 0.005402 10.0.0.249 - - [2026-06-04 02:25:36] "GET /obj-perms HTTP/1.1" 200 5053 0.048224 10.0.0.249 - - [2026-06-04 02:25:36] "GET /domains HTTP/1.1" 200 281 0.002282 10.0.0.249 - - [2026-06-04 02:25:36] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001005 10.0.0.249 - - [2026-06-04 02:25:36] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2984 0.006716 10.0.0.249 - - [2026-06-04 02:25:36] "GET /projects?obj_uuids=d07e9b9d-0863-41a8-9599-5e4831bce6d9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000870 10.0.0.249 - - [2026-06-04 02:25:36] "GET /project/d07e9b9d-0863-41a8-9599-5e4831bce6d9 HTTP/1.1" 200 2590 0.065295 10.0.0.249 - - [2026-06-04 02:25:36] "GET /virtual-network/b84af8a6-6df4-48f9-9bb8-2a70c42a5c14 HTTP/1.1" 200 2902 0.006288 10.0.0.249 - - [2026-06-04 02:25:36] "GET /virtual-network/b84af8a6-6df4-48f9-9bb8-2a70c42a5c14 HTTP/1.1" 200 2902 0.004197 10.0.0.249 - - [2026-06-04 02:25:36] "GET /routing-instance/b480fea2-49bc-492a-930d-532d15f1f982 HTTP/1.1" 200 1788 0.003754 10.0.0.249 - - [2026-06-04 02:25:36] "GET /routing-instance/b480fea2-49bc-492a-930d-532d15f1f982 HTTP/1.1" 200 1788 0.002743 10.0.0.249 - - [2026-06-04 02:25:36] "GET /route-target/3be327bc-6ac8-496f-80ce-4c963a8519ff HTTP/1.1" 200 1207 0.002650 10.0.0.249 - - [2026-06-04 02:25:36] "GET /virtual-network/b84af8a6-6df4-48f9-9bb8-2a70c42a5c14 HTTP/1.1" 200 2902 0.004029 10.0.0.249 - - [2026-06-04 02:25:36] "GET /routing-instance/b480fea2-49bc-492a-930d-532d15f1f982 HTTP/1.1" 200 1788 0.003382 10.0.0.249 - - [2026-06-04 02:25:37] "GET /virtual-network/b84af8a6-6df4-48f9-9bb8-2a70c42a5c14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.004816 10.0.0.249 - - [2026-06-04 02:25:37] "GET /virtual-network/b84af8a6-6df4-48f9-9bb8-2a70c42a5c14 HTTP/1.1" 200 2902 0.004350 10.0.0.249 - - [2026-06-04 02:25:37] "GET /routing-instance/b480fea2-49bc-492a-930d-532d15f1f982 HTTP/1.1" 200 1788 0.003029 10.0.0.249 - - [2026-06-04 02:25:37] "GET /routing-instance/b480fea2-49bc-492a-930d-532d15f1f982 HTTP/1.1" 200 1788 0.003089 10.0.0.249 - - [2026-06-04 02:25:37] "GET /route-target/3be327bc-6ac8-496f-80ce-4c963a8519ff HTTP/1.1" 200 1207 0.002490 10.0.0.249 - - [2026-06-04 02:25:37] "GET /domains HTTP/1.1" 200 281 0.002513 10.0.0.249 - - [2026-06-04 02:25:37] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000837 10.0.0.249 - - [2026-06-04 02:25:37] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2984 0.005616 10.0.0.249 - - [2026-06-04 02:25:37] "GET /projects?obj_uuids=d07e9b9d-0863-41a8-9599-5e4831bce6d9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000833 10.0.0.249 - - [2026-06-04 02:25:37] "GET /project/d07e9b9d-0863-41a8-9599-5e4831bce6d9 HTTP/1.1" 200 2590 0.061090 10.0.0.249 - - [2026-06-04 02:25:37] "GET /virtual-network/b84af8a6-6df4-48f9-9bb8-2a70c42a5c14 HTTP/1.1" 200 2902 0.003909 10.0.0.249 - - [2026-06-04 02:25:37] "GET /obj-perms HTTP/1.1" 200 5053 0.002620 10.0.0.249 - - [2026-06-04 02:25:37] "POST /id-to-fqname HTTP/1.1" 200 222 0.001402 10.0.0.249 - - [2026-06-04 02:25:37] "POST /neutron/network HTTP/1.1" 200 936 0.005204 10.0.0.249 - - [2026-06-04 02:25:37] "GET /aaa-mode HTTP/1.1" 401 293 0.000351 10.0.0.249 - - [2026-06-04 02:25:37] "GET / HTTP/1.1" 200 36215 0.001419 10.0.0.249 - - [2026-06-04 02:25:37] "GET /project/d07e9b9d-0863-41a8-9599-5e4831bce6d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000458 10.0.0.249 - - [2026-06-04 02:25:37] "GET /projects?obj_uuids=d07e9b9d-0863-41a8-9599-5e4831bce6d9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000976 10.0.0.249 - - [2026-06-04 02:25:38] "GET /project/d07e9b9d-0863-41a8-9599-5e4831bce6d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.044530 10.0.0.249 - - [2026-06-04 02:25:38] "POST /neutron/network HTTP/1.1" 200 926 0.004826 10.0.0.249 - - [2026-06-04 02:25:38] "POST /neutron/port HTTP/1.1" 200 117 0.004549 10.0.0.249 - - [2026-06-04 02:25:38] "POST /neutron/port HTTP/1.1" 200 117 0.004822 10.0.0.249 - - [2026-06-04 02:25:38] "POST /id-to-fqname HTTP/1.1" 200 222 0.001395 10.0.0.249 - - [2026-06-04 02:25:38] "POST /neutron/port HTTP/1.1" 200 117 0.004608 10.0.0.249 - - [2026-06-04 02:25:38] "POST /neutron/network HTTP/1.1" 200 939 0.005154 10.0.0.249 - - [2026-06-04 02:25:38] "GET /aaa-mode HTTP/1.1" 401 293 0.000375 10.0.0.249 - - [2026-06-04 02:25:38] "POST /neutron/network HTTP/1.1" 200 936 0.005451 10.0.0.249 - - [2026-06-04 02:25:38] "GET /projects?obj_uuids=d07e9b9d-0863-41a8-9599-5e4831bce6d9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001404 10.0.0.249 - - [2026-06-04 02:25:38] "GET / HTTP/1.1" 200 36215 0.001802 10.0.0.249 - - [2026-06-04 02:25:38] "GET /project/d07e9b9d-0863-41a8-9599-5e4831bce6d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000336 10.0.0.249 - - [2026-06-04 02:25:38] "POST /neutron/port HTTP/1.1" 200 1060 0.183447 10.0.0.249 - - [2026-06-04 02:25:38] "POST /neutron/port HTTP/1.1" 200 1060 0.009501 10.0.0.249 - - [2026-06-04 02:25:38] "POST /neutron/port HTTP/1.1" 200 1060 0.009110 10.0.0.249 - - [2026-06-04 02:25:38] "POST /neutron/port HTTP/1.1" 200 1114 0.046356 10.0.0.249 - - [2026-06-04 02:25:38] "POST /neutron/port HTTP/1.1" 200 1124 0.010081 10.0.0.249 - - [2026-06-04 02:25:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002935 10.0.0.249 - - [2026-06-04 02:25:38] "POST /neutron/subnet HTTP/1.1" 200 689 0.007673 10.0.0.249 - - [2026-06-04 02:25:38] "POST /neutron/port HTTP/1.1" 200 117 0.001140 10.0.0.249 - - [2026-06-04 02:25:38] "POST /neutron/network HTTP/1.1" 200 926 0.004942 10.0.0.249 - - [2026-06-04 02:25:39] "GET /projects?obj_uuids=d07e9b9d-0863-41a8-9599-5e4831bce6d9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001344 10.0.0.249 - - [2026-06-04 02:25:39] "GET /project/d07e9b9d-0863-41a8-9599-5e4831bce6d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.051747 10.0.0.249 - - [2026-06-04 02:25:39] "POST /neutron/network HTTP/1.1" 200 929 0.005067 10.0.0.249 - - [2026-06-04 02:25:39] "POST /neutron/port HTTP/1.1" 200 1124 0.013747 10.0.0.249 - - [2026-06-04 02:25:39] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005297 10.0.0.249 - - [2026-06-04 02:25:39] "POST /neutron/port HTTP/1.1" 200 117 0.004951 10.0.0.249 - - [2026-06-04 02:25:39] "POST /neutron/port HTTP/1.1" 200 1124 0.013427 10.0.0.249 - - [2026-06-04 02:25:39] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006987 10.0.0.249 - - [2026-06-04 02:25:39] "POST /neutron/network HTTP/1.1" 200 939 0.005052 10.0.0.249 - - [2026-06-04 02:25:39] "GET /projects?obj_uuids=d07e9b9d-0863-41a8-9599-5e4831bce6d9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001062 10.0.0.249 - - [2026-06-04 02:25:39] "POST /neutron/port HTTP/1.1" 200 1063 0.233422 10.0.0.249 - - [2026-06-04 02:25:39] "POST /neutron/port HTTP/1.1" 200 1063 0.010894 10.0.0.249 - - [2026-06-04 02:25:39] "POST /neutron/port HTTP/1.1" 200 1063 0.014857 10.0.0.249 - - [2026-06-04 02:25:40] "POST /neutron/port HTTP/1.1" 200 1117 0.102698 10.0.0.249 - - [2026-06-04 02:25:40] "POST /neutron/port HTTP/1.1" 200 1127 0.010497 10.0.0.249 - - [2026-06-04 02:25:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002843 10.0.0.249 - - [2026-06-04 02:25:40] "POST /neutron/subnet HTTP/1.1" 200 704 0.008091 10.0.0.249 - - [2026-06-04 02:25:40] "POST /neutron/port HTTP/1.1" 200 117 0.001084 10.0.0.249 - - [2026-06-04 02:25:40] "POST /neutron/network HTTP/1.1" 200 929 0.004567 10.0.0.249 - - [2026-06-04 02:25:44] "POST /neutron/port HTTP/1.1" 200 1124 0.011435 10.0.0.249 - - [2026-06-04 02:25:44] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005340 10.0.0.249 - - [2026-06-04 02:25:44] "POST /neutron/port HTTP/1.1" 200 1124 0.011194 10.0.0.249 - - [2026-06-04 02:25:44] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005497 10.0.0.249 - - [2026-06-04 02:25:44] "POST /neutron/port HTTP/1.1" 200 1124 0.010703 10.0.0.249 - - [2026-06-04 02:25:44] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005428 10.0.0.249 - - [2026-06-04 02:25:44] "GET /virtual-machine/7f88e074-97ab-4dea-862e-9702c3d1e253 HTTP/1.1" 200 1295 0.004611 10.0.0.249 - - [2026-06-04 02:25:44] "GET /virtual-machine-interface/ea703988-509f-4f53-a19c-ee868ccfc30b HTTP/1.1" 200 2959 0.006026 10.0.0.249 - - [2026-06-04 02:25:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002434 10.0.0.249 - - [2026-06-04 02:25:44] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003095 10.0.0.249 - - [2026-06-04 02:25:44] "GET /virtual-networks?parent_id=d07e9b9d-0863-41a8-9599-5e4831bce6d9&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002783 10.0.0.249 - - [2026-06-04 02:25:44] "GET /virtual-network/f5aa8798-31bf-4fbc-9fb9-ba6b5dabf161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004683 10.0.0.249 - - [2026-06-04 02:25:47] "POST /neutron/port HTTP/1.1" 200 1124 0.012308 10.0.0.249 - - [2026-06-04 02:25:47] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006022 10.0.0.249 - - [2026-06-04 02:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.249 - - [2026-06-04 02:25:47] "GET /virtual-network/f5aa8798-31bf-4fbc-9fb9-ba6b5dabf161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004873 10.0.0.249 - - [2026-06-04 02:25:48] "POST /neutron/port HTTP/1.1" 200 1127 0.012961 10.0.0.249 - - [2026-06-04 02:25:48] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006089 10.0.0.249 - - [2026-06-04 02:25:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002776 10.0.0.249 - - [2026-06-04 02:25:50] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003419 10.0.0.249 - - [2026-06-04 02:25:50] "GET /virtual-networks?parent_id=d07e9b9d-0863-41a8-9599-5e4831bce6d9&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002966 10.0.0.249 - - [2026-06-04 02:25:50] "GET /virtual-network/f5aa8798-31bf-4fbc-9fb9-ba6b5dabf161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004779 10.0.0.249 - - [2026-06-04 02:25:50] "POST /neutron/port HTTP/1.1" 200 1127 0.010846 10.0.0.249 - - [2026-06-04 02:25:50] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005212 10.0.0.249 - - [2026-06-04 02:25:50] "POST /neutron/port HTTP/1.1" 200 1127 0.010643 10.0.0.249 - - [2026-06-04 02:25:50] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005311 10.0.0.249 - - [2026-06-04 02:25:50] "POST /neutron/port HTTP/1.1" 200 1127 0.010951 10.0.0.249 - - [2026-06-04 02:25:50] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005482 10.0.0.249 - - [2026-06-04 02:25:50] "GET /virtual-machine/91c50086-9c04-4811-bec3-9754cb9e6055 HTTP/1.1" 200 1297 0.004200 10.0.0.249 - - [2026-06-04 02:25:50] "GET /virtual-machine-interface/0f5e8b72-bfc4-42c3-a5ed-623c7097b138 HTTP/1.1" 200 2958 0.004606 10.0.0.249 - - [2026-06-04 02:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002528 10.0.0.249 - - [2026-06-04 02:25:50] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002818 10.0.0.249 - - [2026-06-04 02:25:50] "GET /virtual-networks?parent_id=d07e9b9d-0863-41a8-9599-5e4831bce6d9&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003112 10.0.0.249 - - [2026-06-04 02:25:50] "GET /virtual-network/b84af8a6-6df4-48f9-9bb8-2a70c42a5c14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.004560 10.0.0.249 - - [2026-06-04 02:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002613 10.0.0.249 - - [2026-06-04 02:25:51] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002837 10.0.0.249 - - [2026-06-04 02:25:51] "GET /virtual-networks?parent_id=d07e9b9d-0863-41a8-9599-5e4831bce6d9&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003232 10.0.0.249 - - [2026-06-04 02:25:51] "GET /virtual-network/b84af8a6-6df4-48f9-9bb8-2a70c42a5c14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.004593 10.0.0.249 - - [2026-06-04 02:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002667 10.0.0.249 - - [2026-06-04 02:25:56] "GET /projects?obj_uuids=d07e9b9d-0863-41a8-9599-5e4831bce6d9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001264 10.0.0.249 - - [2026-06-04 02:25:56] "GET /project/d07e9b9d-0863-41a8-9599-5e4831bce6d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.021346 10.0.0.249 - - [2026-06-04 02:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002651 10.0.0.249 - - [2026-06-04 02:25:56] "PUT /network-policy/74e71881-bde4-4abc-b923-974caba2fc0c HTTP/1.1" 200 263 0.009014 10.0.0.249 - - [2026-06-04 02:25:56] "PUT /access-control-list/d62d6958-1afd-4abd-8425-21741bd5c44c HTTP/1.1" 200 273 0.049891 10.0.0.249 - - [2026-06-04 02:25:56] "POST /ref-update HTTP/1.1" 200 156 0.011281 10.0.0.249 - - [2026-06-04 02:25:56] "PUT /access-control-list/98b0ed7f-7025-45ff-9073-63e24a3ceeb0 HTTP/1.1" 200 273 0.054105 10.0.0.249 - - [2026-06-04 02:25:56] "POST /ref-update HTTP/1.1" 200 156 0.010318 10.0.0.249 - - [2026-06-04 02:25:59] "GET /virtual-network/b84af8a6-6df4-48f9-9bb8-2a70c42a5c14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.004906 10.0.0.249 - - [2026-06-04 02:25:59] "POST /neutron/network HTTP/1.1" 200 929 0.006010 10.0.0.249 - - [2026-06-04 02:25:59] "POST /neutron/network HTTP/1.1" 200 827 0.034758 10.0.0.249 - - [2026-06-04 02:25:59] "DELETE /access-control-list/d62d6958-1afd-4abd-8425-21741bd5c44c HTTP/1.1" 200 115 0.024069 10.0.0.249 - - [2026-06-04 02:25:59] "POST /neutron/network HTTP/1.1" 200 827 0.007622 10.0.0.249 - - [2026-06-04 02:25:59] "GET /virtual-network/b84af8a6-6df4-48f9-9bb8-2a70c42a5c14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004556 10.0.0.249 - - [2026-06-04 02:25:59] "GET /virtual-network/f5aa8798-31bf-4fbc-9fb9-ba6b5dabf161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004389 10.0.0.249 - - [2026-06-04 02:25:59] "POST /neutron/network HTTP/1.1" 200 926 0.005031 10.0.0.249 - - [2026-06-04 02:25:59] "POST /neutron/network HTTP/1.1" 200 824 0.054305 10.0.0.249 - - [2026-06-04 02:25:59] "POST /neutron/network HTTP/1.1" 200 824 0.008883 10.0.0.249 - - [2026-06-04 02:25:59] "GET /virtual-network/f5aa8798-31bf-4fbc-9fb9-ba6b5dabf161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005131 10.0.0.249 - - [2026-06-04 02:25:59] "DELETE /access-control-list/98b0ed7f-7025-45ff-9073-63e24a3ceeb0 HTTP/1.1" 200 115 0.051461 10.0.0.249 - - [2026-06-04 02:25:59] "DELETE /network-policy/74e71881-bde4-4abc-b923-974caba2fc0c HTTP/1.1" 200 115 0.025843 10.0.0.249 - - [2026-06-04 02:25:59] "POST /neutron/network HTTP/1.1" 200 827 0.007591 10.0.0.249 - - [2026-06-04 02:25:59] "POST /neutron/network HTTP/1.1" 400 204 0.009746 10.0.0.249 - - [2026-06-04 02:26:00] "POST /neutron/port HTTP/1.1" 200 1127 0.012004 10.0.0.249 - - [2026-06-04 02:26:00] "POST /neutron/port HTTP/1.1" 200 1117 0.010834 10.0.0.249 - - [2026-06-04 02:26:00] "POST /neutron/port HTTP/1.1" 200 1124 0.012506 10.0.0.249 - - [2026-06-04 02:26:00] "POST /neutron/port HTTP/1.1" 200 1114 0.009446 10.0.0.249 - - [2026-06-04 02:26:00] "POST /neutron/port HTTP/1.1" 200 151 0.106241 10.0.0.249 - - [2026-06-04 02:26:00] "POST /neutron/port HTTP/1.1" 200 151 0.103322 10.0.0.249 - - [2026-06-04 02:26:01] "POST /neutron/network HTTP/1.1" 200 827 0.005172 10.0.0.249 - - [2026-06-04 02:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.249 - - [2026-06-04 02:26:02] "POST /useragent-kv HTTP/1.1" 200 115 0.006168 10.0.0.249 - - [2026-06-04 02:26:02] "POST /useragent-kv HTTP/1.1" 200 115 0.004218 10.0.0.249 - - [2026-06-04 02:26:02] "POST /neutron/network HTTP/1.1" 200 151 0.096715 10.0.0.249 - - [2026-06-04 02:26:02] "DELETE /route-target/3be327bc-6ac8-496f-80ce-4c963a8519ff HTTP/1.1" 200 115 0.035043 10.0.0.249 - - [2026-06-04 02:26:02] "GET /routing-instance/b480fea2-49bc-492a-930d-532d15f1f982 HTTP/1.1" 404 171 0.002625 10.0.0.249 - - [2026-06-04 02:26:02] "GET /domains HTTP/1.1" 200 281 0.002946 10.0.0.249 - - [2026-06-04 02:26:02] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001585 10.0.0.249 - - [2026-06-04 02:26:02] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2984 0.051358 10.0.0.249 - - [2026-06-04 02:26:02] "GET /projects?obj_uuids=d07e9b9d-0863-41a8-9599-5e4831bce6d9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001014 10.0.0.249 - - [2026-06-04 02:26:02] "GET /project/d07e9b9d-0863-41a8-9599-5e4831bce6d9 HTTP/1.1" 200 2120 0.065360 10.0.0.249 - - [2026-06-04 02:26:02] "POST /neutron/network HTTP/1.1" 200 824 0.004898 10.0.0.249 - - [2026-06-04 02:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004583 10.0.0.249 - - [2026-06-04 02:26:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002599 10.0.0.249 - - [2026-06-04 02:26:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002208 10.0.0.249 - - [2026-06-04 02:26:02] "POST /neutron/network HTTP/1.1" 200 151 0.080636 10.0.0.249 - - [2026-06-04 02:26:02] "DELETE /route-target/03135603-e976-4bf8-aa2b-8f68b8218b59 HTTP/1.1" 200 115 0.021437 10.0.0.249 - - [2026-06-04 02:26:02] "GET /routing-instance/45a07c57-5de3-4e4a-9a36-fcb14bec6b3f HTTP/1.1" 404 171 0.005732 10.0.0.249 - - [2026-06-04 02:26:02] "GET /domains HTTP/1.1" 200 281 0.003673 10.0.0.249 - - [2026-06-04 02:26:02] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000919 10.0.0.249 - - [2026-06-04 02:26:02] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2984 0.047068 10.0.0.249 - - [2026-06-04 02:26:02] "GET /projects?obj_uuids=d07e9b9d-0863-41a8-9599-5e4831bce6d9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001506 10.0.0.249 - - [2026-06-04 02:26:02] "GET /project/d07e9b9d-0863-41a8-9599-5e4831bce6d9 HTTP/1.1" 200 1880 0.067018 10.0.0.249 - - [2026-06-04 02:26:02] "GET /projects?obj_uuids=d07e9b9d-0863-41a8-9599-5e4831bce6d9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000983 10.0.0.249 - - [2026-06-04 02:26:02] "GET /project/d07e9b9d-0863-41a8-9599-5e4831bce6d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.021411 10.0.0.249 - - [2026-06-04 02:26:02] "GET /projects?obj_uuids=d07e9b9d-0863-41a8-9599-5e4831bce6d9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001159 10.0.0.249 - - [2026-06-04 02:26:02] "GET /project/d07e9b9d-0863-41a8-9599-5e4831bce6d9?fields=virtual_networks HTTP/1.1" 200 1049 0.064960 10.0.0.249 - - [2026-06-04 02:26:02] "GET /projects?obj_uuids=d07e9b9d-0863-41a8-9599-5e4831bce6d9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001115 10.0.0.249 - - [2026-06-04 02:26:02] "GET /project/d07e9b9d-0863-41a8-9599-5e4831bce6d9?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.024755 10.0.0.249 - - [2026-06-04 02:26:02] "GET /projects?obj_uuids=d07e9b9d-0863-41a8-9599-5e4831bce6d9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001064 10.0.0.249 - - [2026-06-04 02:26:02] "GET /project/d07e9b9d-0863-41a8-9599-5e4831bce6d9?fields=security_groups HTTP/1.1" 200 1278 0.023145 10.0.0.249 - - [2026-06-04 02:26:03] "POST /fqname-to-id HTTP/1.1" 404 181 0.030451 10.0.0.249 - - [2026-06-04 02:26:03] "GET /projects?obj_uuids=3f3e342e-147a-4609-8e6b-7069c915fe0b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002592 10.0.0.249 - - [2026-06-04 02:26:03] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001031 10.0.0.249 - - [2026-06-04 02:26:03] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006732 10.0.0.249 - - [2026-06-04 02:26:04] "POST /id-to-fqname HTTP/1.1" 200 183 0.001570 10.0.0.249 - - [2026-06-04 02:26:04] "POST /fqname-to-id HTTP/1.1" 404 192 0.002045 10.0.0.249 - - [2026-06-04 02:26:04] "POST /security-groups HTTP/1.1" 200 584 0.068200 10.0.0.249 - - [2026-06-04 02:26:04] "POST /fqname-to-id HTTP/1.1" 404 227 0.002383 10.0.0.249 - - [2026-06-04 02:26:04] "POST /projects HTTP/1.1" 200 571 0.216012 10.0.0.249 - - [2026-06-04 02:26:04] "POST /access-control-lists HTTP/1.1" 200 591 0.055366 10.0.0.249 - - [2026-06-04 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.291331 10.0.0.249 - - [2026-06-04 02:26:04] "POST /fqname-to-id HTTP/1.1" 404 226 0.002455 10.0.0.249 - - [2026-06-04 02:26:04] "GET /project/3f3e342e-147a-4609-8e6b-7069c915fe0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.416558 10.0.0.249 - - [2026-06-04 02:26:04] "POST /access-control-lists HTTP/1.1" 200 589 0.056353 10.0.0.249 - - [2026-06-04 02:26:05] "GET / HTTP/1.1" 200 36215 0.002058 10.0.0.249 - - [2026-06-04 02:26:06] "POST /fqname-to-id HTTP/1.1" 401 293 0.000414 10.0.0.249 - - [2026-06-04 02:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.053549 10.0.0.249 - - [2026-06-04 02:26:06] "GET /projects?obj_uuids=3f3e342e-147a-4609-8e6b-7069c915fe0b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000965 10.0.0.249 - - [2026-06-04 02:26:06] "GET /project/3f3e342e-147a-4609-8e6b-7069c915fe0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.019562 10.0.0.249 - - [2026-06-04 02:26:06] "POST /neutron/network HTTP/1.1" 200 117 0.031048 10.0.0.249 - - [2026-06-04 02:26:06] "GET /projects?obj_uuids=3f3e342e-147a-4609-8e6b-7069c915fe0b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001257 10.0.0.249 - - [2026-06-04 02:26:06] "POST /neutron/network HTTP/1.1" 200 612 0.052497 10.0.0.249 - - [2026-06-04 02:26:06] "POST /route-targets HTTP/1.1" 200 328 0.010499 10.0.0.249 - - [2026-06-04 02:26:06] "POST /ref-update HTTP/1.1" 200 156 0.008616 10.0.0.249 - - [2026-06-04 02:26:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003335 10.0.0.249 - - [2026-06-04 02:26:06] "POST /neutron/subnet HTTP/1.1" 200 715 0.176420 10.0.0.249 - - [2026-06-04 02:26:06] "POST /neutron/network HTTP/1.1" 200 829 0.004949 10.0.0.249 - - [2026-06-04 02:26:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.001118 10.0.0.249 - - [2026-06-04 02:26:06] "GET /virtual-network/744a446a-71a7-4ff4-8318-7fb4c41c68c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004172 10.0.0.249 - - [2026-06-04 02:26:06] "POST /neutron/network HTTP/1.1" 200 829 0.005204 10.0.0.249 - - [2026-06-04 02:26:06] "GET /virtual-network/744a446a-71a7-4ff4-8318-7fb4c41c68c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004058 10.0.0.249 - - [2026-06-04 02:26:07] "POST /neutron/network HTTP/1.1" 200 829 0.004808 10.0.0.249 - - [2026-06-04 02:26:07] "POST /neutron/subnet HTTP/1.1" 200 715 0.005839 10.0.0.249 - - [2026-06-04 02:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002125 10.0.0.249 - - [2026-06-04 02:26:07] "GET /virtual-network/744a446a-71a7-4ff4-8318-7fb4c41c68c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004817 10.0.0.249 - - [2026-06-04 02:26:07] "PUT /virtual-network/744a446a-71a7-4ff4-8318-7fb4c41c68c7 HTTP/1.1" 200 265 0.033226 10.0.0.249 - - [2026-06-04 02:26:07] "POST /route-targets HTTP/1.1" 200 324 0.013069 10.0.0.249 - - [2026-06-04 02:26:07] "POST /ref-update HTTP/1.1" 200 156 0.008024 10.0.0.249 - - [2026-06-04 02:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002492 10.0.0.249 - - [2026-06-04 02:26:07] "GET /projects?obj_uuids=3f3e342e-147a-4609-8e6b-7069c915fe0b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001029 10.0.0.249 - - [2026-06-04 02:26:07] "GET /project/3f3e342e-147a-4609-8e6b-7069c915fe0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.022057 10.0.0.249 - - [2026-06-04 02:26:07] "POST /neutron/network HTTP/1.1" 200 117 0.009968 10.0.0.249 - - [2026-06-04 02:26:07] "GET /projects?obj_uuids=3f3e342e-147a-4609-8e6b-7069c915fe0b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000993 10.0.0.249 - - [2026-06-04 02:26:07] "POST /neutron/network HTTP/1.1" 200 612 0.058774 10.0.0.249 - - [2026-06-04 02:26:07] "POST /route-targets HTTP/1.1" 200 328 0.008649 10.0.0.249 - - [2026-06-04 02:26:07] "POST /ref-update HTTP/1.1" 200 156 0.009013 10.0.0.249 - - [2026-06-04 02:26:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002567 10.0.0.249 - - [2026-06-04 02:26:07] "POST /neutron/subnet HTTP/1.1" 200 724 0.145147 10.0.0.249 - - [2026-06-04 02:26:07] "POST /neutron/network HTTP/1.1" 200 831 0.005350 10.0.0.249 - - [2026-06-04 02:26:07] "POST /id-to-fqname HTTP/1.1" 200 220 0.001372 10.0.0.249 - - [2026-06-04 02:26:07] "GET /virtual-network/f5a46718-5171-468a-8e16-b4d40dafd73b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004487 10.0.0.249 - - [2026-06-04 02:26:07] "POST /neutron/network HTTP/1.1" 200 831 0.004933 10.0.0.249 - - [2026-06-04 02:26:07] "GET /virtual-network/f5a46718-5171-468a-8e16-b4d40dafd73b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004478 10.0.0.249 - - [2026-06-04 02:26:07] "POST /neutron/network HTTP/1.1" 200 831 0.004904 10.0.0.249 - - [2026-06-04 02:26:07] "POST /neutron/subnet HTTP/1.1" 200 724 0.006397 10.0.0.249 - - [2026-06-04 02:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002386 10.0.0.249 - - [2026-06-04 02:26:07] "GET /virtual-network/f5a46718-5171-468a-8e16-b4d40dafd73b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006002 10.0.0.249 - - [2026-06-04 02:26:07] "POST /ref-update HTTP/1.1" 200 156 0.009986 10.0.0.249 - - [2026-06-04 02:26:07] "PUT /virtual-network/f5a46718-5171-468a-8e16-b4d40dafd73b HTTP/1.1" 200 265 0.030974 10.0.0.249 - - [2026-06-04 02:26:07] "POST /id-to-fqname HTTP/1.1" 200 220 0.001760 10.0.0.249 - - [2026-06-04 02:26:08] "POST /neutron/network HTTP/1.1" 200 839 0.006027 10.0.0.249 - - [2026-06-04 02:26:08] "GET /aaa-mode HTTP/1.1" 401 293 0.000535 10.0.0.249 - - [2026-06-04 02:26:08] "GET / HTTP/1.1" 200 36215 0.001683 10.0.0.249 - - [2026-06-04 02:26:08] "GET /project/3f3e342e-147a-4609-8e6b-7069c915fe0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000366 10.0.0.249 - - [2026-06-04 02:26:08] "GET /projects?obj_uuids=3f3e342e-147a-4609-8e6b-7069c915fe0b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000941 10.0.0.249 - - [2026-06-04 02:26:08] "GET /project/3f3e342e-147a-4609-8e6b-7069c915fe0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.043734 10.0.0.249 - - [2026-06-04 02:26:08] "POST /neutron/network HTTP/1.1" 200 829 0.004713 10.0.0.249 - - [2026-06-04 02:26:08] "POST /neutron/port HTTP/1.1" 200 117 0.004465 10.0.0.249 - - [2026-06-04 02:26:08] "POST /neutron/port HTTP/1.1" 200 117 0.005575 10.0.0.249 - - [2026-06-04 02:26:08] "POST /id-to-fqname HTTP/1.1" 200 220 0.001211 10.0.0.249 - - [2026-06-04 02:26:09] "POST /neutron/port HTTP/1.1" 200 117 0.004493 10.0.0.249 - - [2026-06-04 02:26:09] "POST /neutron/network HTTP/1.1" 200 841 0.005141 10.0.0.249 - - [2026-06-04 02:26:09] "GET /aaa-mode HTTP/1.1" 401 293 0.000529 10.0.0.249 - - [2026-06-04 02:26:09] "POST /neutron/network HTTP/1.1" 200 839 0.005151 10.0.0.249 - - [2026-06-04 02:26:09] "GET /projects?obj_uuids=3f3e342e-147a-4609-8e6b-7069c915fe0b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000996 10.0.0.249 - - [2026-06-04 02:26:09] "GET / HTTP/1.1" 200 36215 0.001674 10.0.0.249 - - [2026-06-04 02:26:09] "GET /project/3f3e342e-147a-4609-8e6b-7069c915fe0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000458 10.0.0.249 - - [2026-06-04 02:26:09] "POST /neutron/port HTTP/1.1" 200 1051 0.184926 10.0.0.249 - - [2026-06-04 02:26:09] "POST /neutron/port HTTP/1.1" 200 1051 0.009313 10.0.0.249 - - [2026-06-04 02:26:09] "POST /neutron/port HTTP/1.1" 200 1051 0.008129 10.0.0.249 - - [2026-06-04 02:26:09] "POST /neutron/port HTTP/1.1" 200 1105 0.062300 10.0.0.249 - - [2026-06-04 02:26:09] "POST /neutron/port HTTP/1.1" 200 1115 0.010928 10.0.0.249 - - [2026-06-04 02:26:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003064 10.0.0.249 - - [2026-06-04 02:26:09] "POST /neutron/subnet HTTP/1.1" 200 689 0.007016 10.0.0.249 - - [2026-06-04 02:26:09] "POST /neutron/port HTTP/1.1" 200 117 0.001056 10.0.0.249 - - [2026-06-04 02:26:09] "POST /neutron/network HTTP/1.1" 200 829 0.004898 10.0.0.249 - - [2026-06-04 02:26:09] "GET /projects?obj_uuids=3f3e342e-147a-4609-8e6b-7069c915fe0b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001315 10.0.0.249 - - [2026-06-04 02:26:09] "GET /project/3f3e342e-147a-4609-8e6b-7069c915fe0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.048995 10.0.0.249 - - [2026-06-04 02:26:09] "POST /neutron/network HTTP/1.1" 200 831 0.004996 10.0.0.249 - - [2026-06-04 02:26:10] "POST /neutron/port HTTP/1.1" 200 1115 0.022399 10.0.0.249 - - [2026-06-04 02:26:10] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008820 10.0.0.249 - - [2026-06-04 02:26:10] "POST /neutron/port HTTP/1.1" 200 117 0.004555 10.0.0.249 - - [2026-06-04 02:26:10] "POST /neutron/port HTTP/1.1" 200 1115 0.016593 10.0.0.249 - - [2026-06-04 02:26:10] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005972 10.0.0.249 - - [2026-06-04 02:26:10] "POST /neutron/network HTTP/1.1" 200 841 0.005287 10.0.0.249 - - [2026-06-04 02:26:10] "GET /projects?obj_uuids=3f3e342e-147a-4609-8e6b-7069c915fe0b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001037 10.0.0.249 - - [2026-06-04 02:26:10] "POST /neutron/port HTTP/1.1" 200 1053 0.238524 10.0.0.249 - - [2026-06-04 02:26:10] "POST /neutron/port HTTP/1.1" 200 1053 0.020632 10.0.0.249 - - [2026-06-04 02:26:10] "POST /neutron/port HTTP/1.1" 200 1053 0.020029 10.0.0.249 - - [2026-06-04 02:26:10] "POST /neutron/port HTTP/1.1" 200 1107 0.107829 10.0.0.249 - - [2026-06-04 02:26:10] "POST /neutron/port HTTP/1.1" 200 1117 0.022846 10.0.0.249 - - [2026-06-04 02:26:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003371 10.0.0.249 - - [2026-06-04 02:26:10] "POST /neutron/subnet HTTP/1.1" 200 698 0.006424 10.0.0.249 - - [2026-06-04 02:26:10] "POST /neutron/port HTTP/1.1" 200 117 0.001071 10.0.0.249 - - [2026-06-04 02:26:10] "POST /neutron/network HTTP/1.1" 200 831 0.004790 10.0.0.249 - - [2026-06-04 02:26:15] "POST /neutron/port HTTP/1.1" 200 1115 0.013032 10.0.0.249 - - [2026-06-04 02:26:15] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005511 10.0.0.249 - - [2026-06-04 02:26:15] "POST /neutron/port HTTP/1.1" 200 1115 0.011108 10.0.0.249 - - [2026-06-04 02:26:15] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005955 10.0.0.249 - - [2026-06-04 02:26:15] "POST /neutron/port HTTP/1.1" 200 1115 0.013362 10.0.0.249 - - [2026-06-04 02:26:15] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005587 10.0.0.249 - - [2026-06-04 02:26:15] "GET /virtual-machine/71de5ed3-e019-4ffd-a6c9-ee515d18b137 HTTP/1.1" 401 293 0.000395 10.0.0.249 - - [2026-06-04 02:26:15] "GET /virtual-machine/71de5ed3-e019-4ffd-a6c9-ee515d18b137 HTTP/1.1" 200 1287 0.030827 10.0.0.249 - - [2026-06-04 02:26:15] "GET /virtual-machine-interface/8273e019-343f-422d-810c-5e86710fc9ab HTTP/1.1" 200 2933 0.004582 10.0.0.249 - - [2026-06-04 02:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002648 10.0.0.249 - - [2026-06-04 02:26:15] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002919 10.0.0.249 - - [2026-06-04 02:26:15] "GET /virtual-networks?parent_id=3f3e342e-147a-4609-8e6b-7069c915fe0b&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002562 10.0.0.249 - - [2026-06-04 02:26:15] "GET /virtual-network/744a446a-71a7-4ff4-8318-7fb4c41c68c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006323 10.0.0.249 - - [2026-06-04 02:26:18] "POST /neutron/port HTTP/1.1" 200 1115 0.011354 10.0.0.249 - - [2026-06-04 02:26:18] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004827 10.0.0.249 - - [2026-06-04 02:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.249 - - [2026-06-04 02:26:19] "GET /virtual-network/744a446a-71a7-4ff4-8318-7fb4c41c68c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005680 10.0.0.249 - - [2026-06-04 02:26:19] "POST /neutron/port HTTP/1.1" 200 1117 0.010955 10.0.0.249 - - [2026-06-04 02:26:19] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005174 10.0.0.249 - - [2026-06-04 02:26:20] "DELETE /project/3f3e342e147a46098e6b7069c915fe0b HTTP/1.1" 404 173 0.012115 10.0.0.249 - - [2026-06-04 02:26:20] "DELETE /project/d07e9b9d086341a895995e4831bce6d9 HTTP/1.1" 404 173 0.010431 10.0.0.249 - - [2026-06-04 02:26:20] "DELETE /project/c9fa677823484d28b6cbcc3e66606e35 HTTP/1.1" 404 173 0.011691 10.0.0.249 - - [2026-06-04 02:26:20] "GET /projects?obj_uuids=88557074-37a9-4fa4-aa87-21407a9209f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000942 10.0.0.249 - - [2026-06-04 02:26:20] "GET /projects?obj_uuids=c9fa6778-2348-4d28-b6cb-cc3e66606e35&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000761 10.0.0.249 - - [2026-06-04 02:26:20] "GET /projects?obj_uuids=d07e9b9d-0863-41a8-9599-5e4831bce6d9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000734 10.0.0.249 - - [2026-06-04 02:26:20] "GET /project/d07e9b9d-0863-41a8-9599-5e4831bce6d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.042486 10.0.0.249 - - [2026-06-04 02:26:20] "GET /project/c9fa6778-2348-4d28-b6cb-cc3e66606e35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1543 0.052095 10.0.0.249 - - [2026-06-04 02:26:20] "GET /project/88557074-37a9-4fa4-aa87-21407a9209f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1510 0.058717 10.0.0.249 - - [2026-06-04 02:26:20] "GET /projects?obj_uuids=88557074-37a9-4fa4-aa87-21407a9209f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001137 10.0.0.249 - - [2026-06-04 02:26:20] "GET /projects?obj_uuids=c9fa6778-2348-4d28-b6cb-cc3e66606e35&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000945 10.0.0.249 - - [2026-06-04 02:26:20] "GET /projects?obj_uuids=d07e9b9d-0863-41a8-9599-5e4831bce6d9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001101 10.0.0.249 - - [2026-06-04 02:26:20] "GET /project/d07e9b9d-0863-41a8-9599-5e4831bce6d9?fields=security_groups HTTP/1.1" 200 1380 0.045849 10.0.0.249 - - [2026-06-04 02:26:20] "GET /project/88557074-37a9-4fa4-aa87-21407a9209f7?fields=security_groups HTTP/1.1" 200 1397 0.052671 10.0.0.249 - - [2026-06-04 02:26:20] "GET /project/c9fa6778-2348-4d28-b6cb-cc3e66606e35?fields=security_groups HTTP/1.1" 200 1422 0.061261 10.0.0.249 - - [2026-06-04 02:26:20] "DELETE /security-group/17f54144-725a-4d5b-8fba-8e899206f3d2 HTTP/1.1" 200 115 0.063639 10.0.0.249 - - [2026-06-04 02:26:20] "DELETE /access-control-list/c095eedb-a12c-404d-978e-48386c938f6c HTTP/1.1" 200 115 0.034656 10.0.0.249 - - [2026-06-04 02:26:20] "GET /projects?obj_uuids=d07e9b9d-0863-41a8-9599-5e4831bce6d9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001160 10.0.0.249 - - [2026-06-04 02:26:20] "DELETE /security-group/e5a65b39-f6b2-4f2c-bc6d-52de970a9445 HTTP/1.1" 200 115 0.102456 10.0.0.249 - - [2026-06-04 02:26:20] "GET /project/d07e9b9d-0863-41a8-9599-5e4831bce6d9?fields=application_policy_sets HTTP/1.1" 200 1419 0.068104 10.0.0.249 - - [2026-06-04 02:26:20] "DELETE /security-group/41eb36d7-06f8-413e-9337-c835829e260d HTTP/1.1" 200 115 0.119503 10.0.0.249 - - [2026-06-04 02:26:20] "GET /projects?obj_uuids=88557074-37a9-4fa4-aa87-21407a9209f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001448 10.0.0.249 - - [2026-06-04 02:26:20] "GET /projects?obj_uuids=c9fa6778-2348-4d28-b6cb-cc3e66606e35&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000890 10.0.0.249 - - [2026-06-04 02:26:20] "DELETE /access-control-list/66ef932e-afc8-4913-9fd1-26070dc21814 HTTP/1.1" 200 115 0.077125 10.0.0.249 - - [2026-06-04 02:26:20] "GET /project/88557074-37a9-4fa4-aa87-21407a9209f7?fields=application_policy_sets HTTP/1.1" 200 1436 0.065515 10.0.0.249 - - [2026-06-04 02:26:20] "DELETE /access-control-list/dfc630d8-b424-439f-94b3-5b0f99132847 HTTP/1.1" 200 115 0.059676 10.0.0.249 - - [2026-06-04 02:26:20] "GET /project/c9fa6778-2348-4d28-b6cb-cc3e66606e35?fields=application_policy_sets HTTP/1.1" 200 1461 0.088658 10.0.0.249 - - [2026-06-04 02:26:20] "DELETE /access-control-list/cdee856c-96f6-4f3b-80c9-369138b39d11 HTTP/1.1" 200 115 0.053121 10.0.0.249 - - [2026-06-04 02:26:20] "DELETE /access-control-list/2c50efd4-53f1-4be4-8958-aed21fa4267f HTTP/1.1" 200 115 0.042402 10.0.0.249 - - [2026-06-04 02:26:20] "DELETE /project/d07e9b9d-0863-41a8-9599-5e4831bce6d9 HTTP/1.1" 200 115 0.519429 10.0.0.249 - - [2026-06-04 02:26:20] "DELETE /access-control-list/cd5ae202-b104-43dc-ab8b-dc56dfe2aaf3 HTTP/1.1" 200 115 0.055521 10.0.0.249 - - [2026-06-04 02:26:20] "DELETE /project/88557074-37a9-4fa4-aa87-21407a9209f7 HTTP/1.1" 200 115 0.561013 10.0.0.249 - - [2026-06-04 02:26:20] "DELETE /project/c9fa6778-2348-4d28-b6cb-cc3e66606e35 HTTP/1.1" 200 115 0.582923 10.0.0.249 - - [2026-06-04 02:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 10.0.0.249 - - [2026-06-04 02:26:21] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003144 10.0.0.249 - - [2026-06-04 02:26:21] "GET /virtual-networks?parent_id=3f3e342e-147a-4609-8e6b-7069c915fe0b&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002612 10.0.0.249 - - [2026-06-04 02:26:21] "GET /virtual-network/744a446a-71a7-4ff4-8318-7fb4c41c68c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.004664 10.0.0.249 - - [2026-06-04 02:26:21] "POST /neutron/port HTTP/1.1" 200 1117 0.011317 10.0.0.249 - - [2026-06-04 02:26:21] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006181 10.0.0.249 - - [2026-06-04 02:26:21] "POST /neutron/port HTTP/1.1" 200 1117 0.011136 10.0.0.249 - - [2026-06-04 02:26:21] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006158 10.0.0.249 - - [2026-06-04 02:26:21] "POST /neutron/port HTTP/1.1" 200 1117 0.012666 10.0.0.249 - - [2026-06-04 02:26:21] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007408 10.0.0.249 - - [2026-06-04 02:26:21] "GET /virtual-machine/ff205a4d-df56-472d-86f2-e70c68260b63 HTTP/1.1" 200 1287 0.005506 10.0.0.249 - - [2026-06-04 02:26:21] "GET /virtual-machine-interface/13df958f-5f01-4301-afce-9a445045fcfa HTTP/1.1" 200 2934 0.006571 10.0.0.249 - - [2026-06-04 02:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.249 - - [2026-06-04 02:26:21] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003057 10.0.0.249 - - [2026-06-04 02:26:21] "GET /virtual-networks?parent_id=3f3e342e-147a-4609-8e6b-7069c915fe0b&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004908 10.0.0.249 - - [2026-06-04 02:26:21] "GET /virtual-network/f5a46718-5171-468a-8e16-b4d40dafd73b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.004711 10.0.0.249 - - [2026-06-04 02:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002553 10.0.0.249 - - [2026-06-04 02:26:22] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002823 10.0.0.249 - - [2026-06-04 02:26:23] "GET /virtual-networks?parent_id=3f3e342e-147a-4609-8e6b-7069c915fe0b&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002965 10.0.0.249 - - [2026-06-04 02:26:23] "GET /virtual-network/f5a46718-5171-468a-8e16-b4d40dafd73b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.004818 10.0.0.249 - - [2026-06-04 02:26:23] "POST /routing-policys HTTP/1.1" 200 536 0.015522 10.0.0.249 - - [2026-06-04 02:26:23] "GET /virtual-network/744a446a-71a7-4ff4-8318-7fb4c41c68c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.008086 10.0.0.249 - - [2026-06-04 02:26:23] "POST /ref-update HTTP/1.1" 200 156 0.011329 10.0.0.249 - - [2026-06-04 02:26:23] "PUT /virtual-network/744a446a-71a7-4ff4-8318-7fb4c41c68c7 HTTP/1.1" 200 265 0.031767 10.0.0.249 - - [2026-06-04 02:26:26] "GET /obj-perms HTTP/1.1" 200 5075 0.058904 10.0.0.249 - - [2026-06-04 02:26:26] "GET /obj-perms HTTP/1.1" 200 5075 0.050629 10.0.0.249 - - [2026-06-04 02:26:27] "POST /ref-update HTTP/1.1" 200 156 0.032818 10.0.0.249 - - [2026-06-04 02:26:27] "POST /ref-update HTTP/1.1" 200 156 0.020020 10.0.0.249 - - [2026-06-04 02:26:27] "DELETE /routing-policy/c01c39a0-339f-47ff-b2e9-d2189ce5e5d0 HTTP/1.1" 200 115 0.038791 10.0.0.249 - - [2026-06-04 02:26:27] "POST /neutron/network HTTP/1.1" 200 831 0.009609 10.0.0.249 - - [2026-06-04 02:26:27] "POST /neutron/network HTTP/1.1" 400 204 0.008396 10.0.0.249 - - [2026-06-04 02:26:27] "POST /neutron/port HTTP/1.1" 200 1117 0.010971 10.0.0.249 - - [2026-06-04 02:26:27] "POST /neutron/port HTTP/1.1" 200 1107 0.012686 10.0.0.249 - - [2026-06-04 02:26:27] "POST /neutron/port HTTP/1.1" 200 1115 0.014078 10.0.0.249 - - [2026-06-04 02:26:27] "POST /neutron/port HTTP/1.1" 200 1105 0.011554 10.0.0.249 - - [2026-06-04 02:26:27] "POST /neutron/port HTTP/1.1" 200 151 0.114383 10.0.0.249 - - [2026-06-04 02:26:27] "POST /neutron/port HTTP/1.1" 200 151 0.106518 10.0.0.249 - - [2026-06-04 02:26:29] "POST /neutron/network HTTP/1.1" 200 831 0.005433 10.0.0.249 - - [2026-06-04 02:26:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002976 10.0.0.249 - - [2026-06-04 02:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037 10.0.0.249 - - [2026-06-04 02:26:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002950 10.0.0.249 - - [2026-06-04 02:26:29] "POST /neutron/network HTTP/1.1" 200 151 0.072936 10.0.0.249 - - [2026-06-04 02:26:29] "DELETE /route-target/3f29f058-157e-43a1-8922-392d8cc717fb HTTP/1.1" 200 115 0.013765 10.0.0.249 - - [2026-06-04 02:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.249 - - [2026-06-04 02:26:29] "POST /neutron/network HTTP/1.1" 200 829 0.005779 10.0.0.249 - - [2026-06-04 02:26:29] "DELETE /route-target/970ed1e2-2a02-4ee6-8666-2b5094f93b73 HTTP/1.1" 409 240 0.005242 10.0.0.249 - - [2026-06-04 02:26:29] "POST /useragent-kv HTTP/1.1" 200 115 0.005809 10.0.0.249 - - [2026-06-04 02:26:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002550 10.0.0.249 - - [2026-06-04 02:26:29] "POST /neutron/network HTTP/1.1" 200 151 0.077732 10.0.0.249 - - [2026-06-04 02:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002453 10.0.0.249 - - [2026-06-04 02:26:29] "DELETE /route-target/ab65a3ef-dce3-40e6-be7c-27f85aa43553 HTTP/1.1" 200 115 0.013151 10.0.0.249 - - [2026-06-04 02:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002512 10.0.0.249 - - [2026-06-04 02:26:29] "DELETE /route-target/970ed1e2-2a02-4ee6-8666-2b5094f93b73 HTTP/1.1" 200 115 0.016318 10.0.0.249 - - [2026-06-04 02:26:29] "GET /projects?obj_uuids=3f3e342e-147a-4609-8e6b-7069c915fe0b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000975 10.0.0.249 - - [2026-06-04 02:26:29] "GET /project/3f3e342e-147a-4609-8e6b-7069c915fe0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.028826 10.0.0.249 - - [2026-06-04 02:26:29] "GET /projects?obj_uuids=3f3e342e-147a-4609-8e6b-7069c915fe0b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001190 10.0.0.249 - - [2026-06-04 02:26:29] "GET /project/3f3e342e-147a-4609-8e6b-7069c915fe0b?fields=virtual_networks HTTP/1.1" 200 1030 0.067634 10.0.0.249 - - [2026-06-04 02:26:29] "GET /projects?obj_uuids=3f3e342e-147a-4609-8e6b-7069c915fe0b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001262 10.0.0.249 - - [2026-06-04 02:26:29] "GET /project/3f3e342e-147a-4609-8e6b-7069c915fe0b?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.024452 10.0.0.249 - - [2026-06-04 02:26:30] "GET /projects?obj_uuids=3f3e342e-147a-4609-8e6b-7069c915fe0b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000942 10.0.0.249 - - [2026-06-04 02:26:30] "GET /project/3f3e342e-147a-4609-8e6b-7069c915fe0b?fields=security_groups HTTP/1.1" 200 1250 0.021389 10.0.0.249 - - [2026-06-04 02:26:30] "POST /fqname-to-id HTTP/1.1" 404 186 0.025844 10.0.0.249 - - [2026-06-04 02:26:30] "GET /projects?obj_uuids=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002273 10.0.0.249 - - [2026-06-04 02:26:30] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001005 10.0.0.249 - - [2026-06-04 02:26:30] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006898 10.0.0.249 - - [2026-06-04 02:26:30] "POST /id-to-fqname HTTP/1.1" 200 188 0.001139 10.0.0.249 - - [2026-06-04 02:26:30] "POST /fqname-to-id HTTP/1.1" 404 197 0.002095 10.0.0.249 - - [2026-06-04 02:26:31] "POST /security-groups HTTP/1.1" 200 589 0.063640 10.0.0.249 - - [2026-06-04 02:26:31] "POST /fqname-to-id HTTP/1.1" 404 232 0.003475 10.0.0.249 - - [2026-06-04 02:26:31] "POST /projects HTTP/1.1" 200 581 0.201844 10.0.0.249 - - [2026-06-04 02:26:31] "POST /access-control-lists HTTP/1.1" 200 596 0.058787 10.0.0.249 - - [2026-06-04 02:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.274667 10.0.0.249 - - [2026-06-04 02:26:31] "POST /fqname-to-id HTTP/1.1" 404 231 0.002448 10.0.0.249 - - [2026-06-04 02:26:31] "GET /project/c28aa175-687c-404c-b24e-7a47835a657a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.391764 10.0.0.249 - - [2026-06-04 02:26:31] "POST /access-control-lists HTTP/1.1" 200 594 0.064148 10.0.0.249 - - [2026-06-04 02:26:32] "GET / HTTP/1.1" 200 36215 0.002196 10.0.0.249 - - [2026-06-04 02:26:33] "POST /fqname-to-id HTTP/1.1" 401 293 0.000467 10.0.0.249 - - [2026-06-04 02:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.069126 10.0.0.249 - - [2026-06-04 02:26:33] "GET /projects?obj_uuids=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001056 10.0.0.249 - - [2026-06-04 02:26:33] "GET /project/c28aa175-687c-404c-b24e-7a47835a657a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.025358 10.0.0.249 - - [2026-06-04 02:26:33] "POST /neutron/network HTTP/1.1" 200 117 0.031298 10.0.0.249 - - [2026-06-04 02:26:33] "GET /projects?obj_uuids=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001341 10.0.0.249 - - [2026-06-04 02:26:33] "POST /neutron/network HTTP/1.1" 200 613 0.078435 10.0.0.249 - - [2026-06-04 02:26:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002098 10.0.0.249 - - [2026-06-04 02:26:33] "POST /neutron/subnet HTTP/1.1" 200 725 0.162303 10.0.0.249 - - [2026-06-04 02:26:33] "POST /neutron/network HTTP/1.1" 200 832 0.005000 10.0.0.249 - - [2026-06-04 02:26:33] "POST /id-to-fqname HTTP/1.1" 200 223 0.001144 10.0.0.249 - - [2026-06-04 02:26:33] "GET /virtual-network/05e7dc1a-784a-436d-99f9-a056e124943b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005665 10.0.0.249 - - [2026-06-04 02:26:33] "POST /neutron/network HTTP/1.1" 200 832 0.006354 10.0.0.249 - - [2026-06-04 02:26:33] "GET /virtual-network/05e7dc1a-784a-436d-99f9-a056e124943b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.010060 10.0.0.249 - - [2026-06-04 02:26:34] "POST /neutron/network HTTP/1.1" 200 832 0.005564 10.0.0.249 - - [2026-06-04 02:26:34] "POST /neutron/subnet HTTP/1.1" 200 725 0.007328 10.0.0.249 - - [2026-06-04 02:26:34] "GET /domains HTTP/1.1" 401 293 0.000368 10.0.0.249 - - [2026-06-04 02:26:34] "POST /route-targets HTTP/1.1" 200 328 0.011895 10.0.0.249 - - [2026-06-04 02:26:34] "POST /ref-update HTTP/1.1" 200 156 0.009912 10.0.0.249 - - [2026-06-04 02:26:34] "GET /domains HTTP/1.1" 200 281 0.030028 10.0.0.249 - - [2026-06-04 02:26:34] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001512 10.0.0.249 - - [2026-06-04 02:26:34] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2762 0.010718 10.0.0.249 - - [2026-06-04 02:26:34] "GET /projects?obj_uuids=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000994 10.0.0.249 - - [2026-06-04 02:26:34] "GET /project/c28aa175-687c-404c-b24e-7a47835a657a HTTP/1.1" 200 2097 0.075221 10.0.0.249 - - [2026-06-04 02:26:34] "GET /virtual-network/05e7dc1a-784a-436d-99f9-a056e124943b HTTP/1.1" 200 2322 0.005710 10.0.0.249 - - [2026-06-04 02:26:34] "GET /virtual-network/05e7dc1a-784a-436d-99f9-a056e124943b HTTP/1.1" 200 2322 0.004477 10.0.0.249 - - [2026-06-04 02:26:34] "GET /routing-instance/ffbd32fb-98e5-45af-aae9-0228086198f2 HTTP/1.1" 200 1497 0.003418 10.0.0.249 - - [2026-06-04 02:26:34] "GET /routing-instance/ffbd32fb-98e5-45af-aae9-0228086198f2 HTTP/1.1" 200 1497 0.003858 10.0.0.249 - - [2026-06-04 02:26:34] "GET /route-target/6e0d07fb-34eb-49b6-a885-5fa81fa300b2 HTTP/1.1" 200 1214 0.004191 10.0.0.249 - - [2026-06-04 02:26:34] "GET /virtual-network/05e7dc1a-784a-436d-99f9-a056e124943b HTTP/1.1" 200 2322 0.006183 10.0.0.249 - - [2026-06-04 02:26:34] "GET /routing-instance/ffbd32fb-98e5-45af-aae9-0228086198f2 HTTP/1.1" 200 1497 0.004129 10.0.0.249 - - [2026-06-04 02:26:34] "GET /virtual-network/05e7dc1a-784a-436d-99f9-a056e124943b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006129 10.0.0.249 - - [2026-06-04 02:26:34] "GET /virtual-network/05e7dc1a-784a-436d-99f9-a056e124943b HTTP/1.1" 200 2322 0.006208 10.0.0.249 - - [2026-06-04 02:26:34] "GET /routing-instance/ffbd32fb-98e5-45af-aae9-0228086198f2 HTTP/1.1" 200 1497 0.004170 10.0.0.249 - - [2026-06-04 02:26:34] "GET /routing-instance/ffbd32fb-98e5-45af-aae9-0228086198f2 HTTP/1.1" 200 1497 0.003941 10.0.0.249 - - [2026-06-04 02:26:34] "GET /route-target/6e0d07fb-34eb-49b6-a885-5fa81fa300b2 HTTP/1.1" 200 1214 0.003515 10.0.0.249 - - [2026-06-04 02:26:34] "GET /domains HTTP/1.1" 200 281 0.003253 10.0.0.249 - - [2026-06-04 02:26:34] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001405 10.0.0.249 - - [2026-06-04 02:26:34] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2762 0.011220 10.0.0.249 - - [2026-06-04 02:26:34] "GET /projects?obj_uuids=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000945 10.0.0.249 - - [2026-06-04 02:26:34] "GET /project/c28aa175-687c-404c-b24e-7a47835a657a HTTP/1.1" 200 2097 0.069852 10.0.0.249 - - [2026-06-04 02:26:34] "GET /virtual-network/05e7dc1a-784a-436d-99f9-a056e124943b HTTP/1.1" 200 2322 0.004505 10.0.0.249 - - [2026-06-04 02:26:35] "GET /obj-perms HTTP/1.1" 200 5045 0.052762 10.0.0.249 - - [2026-06-04 02:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.249 - - [2026-06-04 02:26:35] "GET /projects?obj_uuids=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001161 10.0.0.249 - - [2026-06-04 02:26:35] "GET /project/c28aa175-687c-404c-b24e-7a47835a657a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.021170 10.0.0.249 - - [2026-06-04 02:26:35] "POST /neutron/network HTTP/1.1" 200 117 0.008408 10.0.0.249 - - [2026-06-04 02:26:35] "GET /projects?obj_uuids=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001122 10.0.0.249 - - [2026-06-04 02:26:35] "POST /neutron/network HTTP/1.1" 200 613 0.060594 10.0.0.249 - - [2026-06-04 02:26:35] "POST /route-targets HTTP/1.1" 200 328 0.012698 10.0.0.249 - - [2026-06-04 02:26:35] "POST /ref-update HTTP/1.1" 200 156 0.011748 10.0.0.249 - - [2026-06-04 02:26:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002400 10.0.0.249 - - [2026-06-04 02:26:35] "POST /neutron/subnet HTTP/1.1" 200 724 0.174137 10.0.0.249 - - [2026-06-04 02:26:35] "POST /neutron/network HTTP/1.1" 200 832 0.004630 10.0.0.249 - - [2026-06-04 02:26:35] "POST /id-to-fqname HTTP/1.1" 200 223 0.001352 10.0.0.249 - - [2026-06-04 02:26:35] "GET /virtual-network/71f0e0ae-1191-4b20-a40e-02eb4f9fc13e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004185 10.0.0.249 - - [2026-06-04 02:26:35] "POST /neutron/network HTTP/1.1" 200 832 0.006605 10.0.0.249 - - [2026-06-04 02:26:35] "GET /virtual-network/71f0e0ae-1191-4b20-a40e-02eb4f9fc13e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004787 10.0.0.249 - - [2026-06-04 02:26:35] "POST /neutron/network HTTP/1.1" 200 832 0.005194 10.0.0.249 - - [2026-06-04 02:26:35] "POST /neutron/subnet HTTP/1.1" 200 724 0.006663 10.0.0.249 - - [2026-06-04 02:26:35] "GET /domains HTTP/1.1" 200 281 0.002482 10.0.0.249 - - [2026-06-04 02:26:35] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000926 10.0.0.249 - - [2026-06-04 02:26:35] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2762 0.005687 10.0.0.249 - - [2026-06-04 02:26:35] "GET /projects?obj_uuids=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001240 10.0.0.249 - - [2026-06-04 02:26:35] "GET /project/c28aa175-687c-404c-b24e-7a47835a657a HTTP/1.1" 200 2316 0.065955 10.0.0.249 - - [2026-06-04 02:26:35] "GET /virtual-network/71f0e0ae-1191-4b20-a40e-02eb4f9fc13e HTTP/1.1" 200 2323 0.005898 10.0.0.249 - - [2026-06-04 02:26:35] "GET /virtual-network/71f0e0ae-1191-4b20-a40e-02eb4f9fc13e HTTP/1.1" 200 2323 0.004360 10.0.0.249 - - [2026-06-04 02:26:35] "GET /routing-instance/d7ad6196-51d5-4001-a9f9-724402e7f097 HTTP/1.1" 200 1497 0.003295 10.0.0.249 - - [2026-06-04 02:26:35] "GET /routing-instance/d7ad6196-51d5-4001-a9f9-724402e7f097 HTTP/1.1" 200 1497 0.003256 10.0.0.249 - - [2026-06-04 02:26:35] "GET /route-target/948ec53a-6048-4abe-a077-9e10b3fb052b HTTP/1.1" 200 1215 0.002694 10.0.0.249 - - [2026-06-04 02:26:35] "GET /virtual-network/71f0e0ae-1191-4b20-a40e-02eb4f9fc13e HTTP/1.1" 200 2323 0.004180 10.0.0.249 - - [2026-06-04 02:26:35] "GET /routing-instance/d7ad6196-51d5-4001-a9f9-724402e7f097 HTTP/1.1" 200 1497 0.003302 10.0.0.249 - - [2026-06-04 02:26:35] "GET /virtual-network/71f0e0ae-1191-4b20-a40e-02eb4f9fc13e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004307 10.0.0.249 - - [2026-06-04 02:26:35] "GET /virtual-network/71f0e0ae-1191-4b20-a40e-02eb4f9fc13e HTTP/1.1" 200 2323 0.004269 10.0.0.249 - - [2026-06-04 02:26:35] "GET /routing-instance/d7ad6196-51d5-4001-a9f9-724402e7f097 HTTP/1.1" 200 1497 0.002903 10.0.0.249 - - [2026-06-04 02:26:35] "GET /routing-instance/d7ad6196-51d5-4001-a9f9-724402e7f097 HTTP/1.1" 200 1497 0.002879 10.0.0.249 - - [2026-06-04 02:26:35] "GET /route-target/948ec53a-6048-4abe-a077-9e10b3fb052b HTTP/1.1" 200 1215 0.002421 10.0.0.249 - - [2026-06-04 02:26:35] "GET /domains HTTP/1.1" 200 281 0.002955 10.0.0.249 - - [2026-06-04 02:26:35] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001359 10.0.0.249 - - [2026-06-04 02:26:35] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2762 0.008443 10.0.0.249 - - [2026-06-04 02:26:35] "GET /projects?obj_uuids=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000937 10.0.0.249 - - [2026-06-04 02:26:35] "GET /project/c28aa175-687c-404c-b24e-7a47835a657a HTTP/1.1" 200 2316 0.066369 10.0.0.249 - - [2026-06-04 02:26:35] "GET /virtual-network/71f0e0ae-1191-4b20-a40e-02eb4f9fc13e HTTP/1.1" 200 2323 0.004401 10.0.0.249 - - [2026-06-04 02:26:35] "GET /obj-perms HTTP/1.1" 200 5045 0.002984 10.0.0.249 - - [2026-06-04 02:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002552 10.0.0.249 - - [2026-06-04 02:26:35] "GET /projects?obj_uuids=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001217 10.0.0.249 - - [2026-06-04 02:26:35] "GET /project/c28aa175-687c-404c-b24e-7a47835a657a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.022233 10.0.0.249 - - [2026-06-04 02:26:35] "POST /neutron/network HTTP/1.1" 200 117 0.014034 10.0.0.249 - - [2026-06-04 02:26:35] "GET /projects?obj_uuids=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001339 10.0.0.249 - - [2026-06-04 02:26:36] "POST /neutron/network HTTP/1.1" 200 615 0.076974 10.0.0.249 - - [2026-06-04 02:26:36] "POST /ref-update HTTP/1.1" 200 156 0.011454 10.0.0.249 - - [2026-06-04 02:26:36] "POST /useragent-kv HTTP/1.1" 200 115 0.006867 10.0.0.249 - - [2026-06-04 02:26:36] "POST /neutron/subnet HTTP/1.1" 200 705 0.201791 10.0.0.249 - - [2026-06-04 02:26:36] "POST /neutron/network HTTP/1.1" 200 830 0.005083 10.0.0.249 - - [2026-06-04 02:26:36] "POST /id-to-fqname HTTP/1.1" 200 224 0.001231 10.0.0.249 - - [2026-06-04 02:26:36] "GET /virtual-network/d0ad27fe-5b17-4ef2-8761-b08ab362ee71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004414 10.0.0.249 - - [2026-06-04 02:26:36] "POST /neutron/network HTTP/1.1" 200 830 0.004967 10.0.0.249 - - [2026-06-04 02:26:36] "GET /virtual-network/d0ad27fe-5b17-4ef2-8761-b08ab362ee71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004274 10.0.0.249 - - [2026-06-04 02:26:36] "POST /neutron/network HTTP/1.1" 200 830 0.004892 10.0.0.249 - - [2026-06-04 02:26:36] "POST /neutron/subnet HTTP/1.1" 200 705 0.007190 10.0.0.249 - - [2026-06-04 02:26:36] "GET /domains HTTP/1.1" 200 281 0.002194 10.0.0.249 - - [2026-06-04 02:26:36] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001062 10.0.0.249 - - [2026-06-04 02:26:36] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2762 0.005887 10.0.0.249 - - [2026-06-04 02:26:36] "GET /projects?obj_uuids=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000908 10.0.0.249 - - [2026-06-04 02:26:36] "GET /project/c28aa175-687c-404c-b24e-7a47835a657a HTTP/1.1" 200 2536 0.066072 10.0.0.249 - - [2026-06-04 02:26:36] "GET /virtual-network/d0ad27fe-5b17-4ef2-8761-b08ab362ee71 HTTP/1.1" 200 2316 0.006043 10.0.0.249 - - [2026-06-04 02:26:36] "GET /virtual-network/d0ad27fe-5b17-4ef2-8761-b08ab362ee71 HTTP/1.1" 200 2316 0.006339 10.0.0.249 - - [2026-06-04 02:26:36] "GET /routing-instance/2a98a8c4-45e5-4c6c-a987-0be0c22e46f5 HTTP/1.1" 200 1500 0.004596 10.0.0.249 - - [2026-06-04 02:26:36] "GET /routing-instance/2a98a8c4-45e5-4c6c-a987-0be0c22e46f5 HTTP/1.1" 200 1500 0.003987 10.0.0.249 - - [2026-06-04 02:26:36] "GET /route-target/4fa9ad7d-dab2-45e5-9545-5b04c254864a HTTP/1.1" 200 1216 0.003372 10.0.0.249 - - [2026-06-04 02:26:36] "GET /virtual-network/d0ad27fe-5b17-4ef2-8761-b08ab362ee71 HTTP/1.1" 200 2316 0.004833 10.0.0.249 - - [2026-06-04 02:26:36] "GET /routing-instance/2a98a8c4-45e5-4c6c-a987-0be0c22e46f5 HTTP/1.1" 200 1500 0.003810 10.0.0.249 - - [2026-06-04 02:26:36] "GET /virtual-network/d0ad27fe-5b17-4ef2-8761-b08ab362ee71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004747 10.0.0.249 - - [2026-06-04 02:26:36] "GET /virtual-network/d0ad27fe-5b17-4ef2-8761-b08ab362ee71 HTTP/1.1" 200 2316 0.005695 10.0.0.249 - - [2026-06-04 02:26:36] "GET /routing-instance/2a98a8c4-45e5-4c6c-a987-0be0c22e46f5 HTTP/1.1" 200 1500 0.004101 10.0.0.249 - - [2026-06-04 02:26:36] "GET /routing-instance/2a98a8c4-45e5-4c6c-a987-0be0c22e46f5 HTTP/1.1" 200 1500 0.004155 10.0.0.249 - - [2026-06-04 02:26:36] "GET /route-target/4fa9ad7d-dab2-45e5-9545-5b04c254864a HTTP/1.1" 200 1216 0.004484 10.0.0.249 - - [2026-06-04 02:26:36] "GET /domains HTTP/1.1" 200 281 0.002406 10.0.0.249 - - [2026-06-04 02:26:36] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001021 10.0.0.249 - - [2026-06-04 02:26:36] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2762 0.006736 10.0.0.249 - - [2026-06-04 02:26:36] "GET /projects?obj_uuids=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000986 10.0.0.249 - - [2026-06-04 02:26:36] "GET /project/c28aa175-687c-404c-b24e-7a47835a657a HTTP/1.1" 200 2536 0.071697 10.0.0.249 - - [2026-06-04 02:26:36] "GET /virtual-network/d0ad27fe-5b17-4ef2-8761-b08ab362ee71 HTTP/1.1" 200 2316 0.005423 10.0.0.249 - - [2026-06-04 02:26:36] "GET /obj-perms HTTP/1.1" 200 5045 0.002745 10.0.0.249 - - [2026-06-04 02:26:36] "POST /id-to-fqname HTTP/1.1" 200 223 0.001470 10.0.0.249 - - [2026-06-04 02:26:36] "POST /neutron/network HTTP/1.1" 200 842 0.005288 10.0.0.249 - - [2026-06-04 02:26:36] "GET /aaa-mode HTTP/1.1" 401 293 0.000411 10.0.0.249 - - [2026-06-04 02:26:37] "GET / HTTP/1.1" 200 36215 0.001499 10.0.0.249 - - [2026-06-04 02:26:37] "GET /project/c28aa175-687c-404c-b24e-7a47835a657a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000340 10.0.0.249 - - [2026-06-04 02:26:37] "GET /projects?obj_uuids=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000948 10.0.0.249 - - [2026-06-04 02:26:37] "GET /project/c28aa175-687c-404c-b24e-7a47835a657a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.046553 10.0.0.249 - - [2026-06-04 02:26:37] "POST /neutron/network HTTP/1.1" 200 832 0.004897 10.0.0.249 - - [2026-06-04 02:26:37] "POST /neutron/port HTTP/1.1" 200 117 0.005804 10.0.0.249 - - [2026-06-04 02:26:37] "POST /neutron/port HTTP/1.1" 200 117 0.004151 10.0.0.249 - - [2026-06-04 02:26:37] "POST /id-to-fqname HTTP/1.1" 200 224 0.001190 10.0.0.249 - - [2026-06-04 02:26:37] "POST /neutron/port HTTP/1.1" 200 117 0.004368 10.0.0.249 - - [2026-06-04 02:26:38] "POST /neutron/network HTTP/1.1" 200 840 0.004562 10.0.0.249 - - [2026-06-04 02:26:38] "GET /aaa-mode HTTP/1.1" 401 293 0.000407 10.0.0.249 - - [2026-06-04 02:26:38] "POST /neutron/network HTTP/1.1" 200 842 0.004734 10.0.0.249 - - [2026-06-04 02:26:38] "GET /projects?obj_uuids=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000957 10.0.0.249 - - [2026-06-04 02:26:38] "GET / HTTP/1.1" 200 36215 0.003290 10.0.0.249 - - [2026-06-04 02:26:38] "GET /project/c28aa175-687c-404c-b24e-7a47835a657a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000366 10.0.0.249 - - [2026-06-04 02:26:38] "POST /neutron/port HTTP/1.1" 200 1058 0.185782 10.0.0.249 - - [2026-06-04 02:26:38] "POST /neutron/port HTTP/1.1" 200 1058 0.011656 10.0.0.249 - - [2026-06-04 02:26:38] "POST /neutron/port HTTP/1.1" 200 1058 0.009892 10.0.0.249 - - [2026-06-04 02:26:38] "POST /neutron/port HTTP/1.1" 200 1112 0.055108 10.0.0.249 - - [2026-06-04 02:26:38] "POST /neutron/port HTTP/1.1" 200 1122 0.010810 10.0.0.249 - - [2026-06-04 02:26:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002974 10.0.0.249 - - [2026-06-04 02:26:38] "POST /neutron/subnet HTTP/1.1" 200 698 0.006035 10.0.0.249 - - [2026-06-04 02:26:38] "POST /neutron/port HTTP/1.1" 200 117 0.001209 10.0.0.249 - - [2026-06-04 02:26:38] "POST /neutron/network HTTP/1.1" 200 832 0.004726 10.0.0.249 - - [2026-06-04 02:26:38] "GET /projects?obj_uuids=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001003 10.0.0.249 - - [2026-06-04 02:26:38] "GET /project/c28aa175-687c-404c-b24e-7a47835a657a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.054413 10.0.0.249 - - [2026-06-04 02:26:38] "POST /neutron/network HTTP/1.1" 200 830 0.005324 10.0.0.249 - - [2026-06-04 02:26:38] "POST /neutron/port HTTP/1.1" 200 1122 0.017058 10.0.0.249 - - [2026-06-04 02:26:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006425 10.0.0.249 - - [2026-06-04 02:26:38] "POST /neutron/port HTTP/1.1" 200 117 0.005627 10.0.0.249 - - [2026-06-04 02:26:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.003005 10.0.0.249 - - [2026-06-04 02:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.249 - - [2026-06-04 02:26:39] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001235 10.0.0.249 - - [2026-06-04 02:26:39] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.007201 10.0.0.249 - - [2026-06-04 02:26:39] "POST /service-templates HTTP/1.1" 200 545 0.019636 10.0.0.249 - - [2026-06-04 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002608 10.0.0.249 - - [2026-06-04 02:26:39] "GET /service-template/131f125b-8818-49a8-bb32-35c7ac2d5231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.004719 10.0.0.249 - - [2026-06-04 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.249 - - [2026-06-04 02:26:39] "GET /service-template/131f125b-8818-49a8-bb32-35c7ac2d5231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.003251 10.0.0.249 - - [2026-06-04 02:26:39] "POST /neutron/network HTTP/1.1" 200 840 0.005035 10.0.0.249 - - [2026-06-04 02:26:39] "GET /projects?obj_uuids=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001726 10.0.0.249 - - [2026-06-04 02:26:39] "POST /id-to-fqname HTTP/1.1" 200 223 0.001614 10.0.0.249 - - [2026-06-04 02:26:39] "POST /id-to-fqname HTTP/1.1" 200 223 0.002521 10.0.0.249 - - [2026-06-04 02:26:39] "POST /id-to-fqname HTTP/1.1" 200 224 0.001226 10.0.0.249 - - [2026-06-04 02:26:39] "POST /neutron/port HTTP/1.1" 200 1054 0.279167 10.0.0.249 - - [2026-06-04 02:26:39] "POST /neutron/port HTTP/1.1" 200 2034 0.026417 10.0.0.249 - - [2026-06-04 02:26:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013772 10.0.0.249 - - [2026-06-04 02:26:39] "POST /neutron/port HTTP/1.1" 200 1054 0.017790 10.0.0.249 - - [2026-06-04 02:26:39] "POST /neutron/port HTTP/1.1" 200 1054 0.014642 10.0.0.249 - - [2026-06-04 02:26:39] "POST /neutron/port HTTP/1.1" 200 1108 0.057775 10.0.0.249 - - [2026-06-04 02:26:39] "POST /neutron/port HTTP/1.1" 200 1118 0.010871 10.0.0.249 - - [2026-06-04 02:26:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002945 10.0.0.249 - - [2026-06-04 02:26:39] "POST /neutron/subnet HTTP/1.1" 200 679 0.006057 10.0.0.249 - - [2026-06-04 02:26:39] "POST /neutron/port HTTP/1.1" 200 117 0.001354 10.0.0.249 - - [2026-06-04 02:26:39] "POST /neutron/network HTTP/1.1" 200 830 0.004950 10.0.0.249 - - [2026-06-04 02:26:40] "POST /neutron/network HTTP/1.1" 200 2219 0.008469 10.0.0.249 - - [2026-06-04 02:26:40] "GET /aaa-mode HTTP/1.1" 401 293 0.000400 10.0.0.249 - - [2026-06-04 02:26:40] "GET / HTTP/1.1" 200 36215 0.001318 10.0.0.249 - - [2026-06-04 02:26:40] "GET /project/c28aa175-687c-404c-b24e-7a47835a657a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000351 10.0.0.249 - - [2026-06-04 02:26:41] "GET /projects?obj_uuids=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001112 10.0.0.249 - - [2026-06-04 02:26:41] "GET /project/c28aa175-687c-404c-b24e-7a47835a657a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.053931 10.0.0.249 - - [2026-06-04 02:26:41] "POST /neutron/network HTTP/1.1" 200 832 0.004914 10.0.0.249 - - [2026-06-04 02:26:41] "POST /neutron/network HTTP/1.1" 200 832 0.008296 10.0.0.249 - - [2026-06-04 02:26:41] "POST /neutron/network HTTP/1.1" 200 830 0.006275 10.0.0.249 - - [2026-06-04 02:26:41] "POST /neutron/port HTTP/1.1" 200 2088 0.016733 10.0.0.249 - - [2026-06-04 02:26:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005318 10.0.0.249 - - [2026-06-04 02:26:41] "POST /neutron/port HTTP/1.1" 200 117 0.004129 10.0.0.249 - - [2026-06-04 02:26:41] "POST /neutron/port HTTP/1.1" 200 117 0.004511 10.0.0.249 - - [2026-06-04 02:26:41] "POST /neutron/network HTTP/1.1" 200 2219 0.008052 10.0.0.249 - - [2026-06-04 02:26:41] "GET /projects?obj_uuids=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000964 10.0.0.249 - - [2026-06-04 02:26:41] "POST /neutron/port HTTP/1.1" 200 1058 0.254308 10.0.0.249 - - [2026-06-04 02:26:41] "GET /projects?obj_uuids=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002046 10.0.0.249 - - [2026-06-04 02:26:42] "POST /neutron/port HTTP/1.1" 200 1058 0.186606 10.0.0.249 - - [2026-06-04 02:26:42] "GET /projects?obj_uuids=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000969 10.0.0.249 - - [2026-06-04 02:26:42] "POST /neutron/port HTTP/1.1" 200 1054 0.163888 10.0.0.249 - - [2026-06-04 02:26:42] "POST /neutron/port HTTP/1.1" 200 1058 0.008987 10.0.0.249 - - [2026-06-04 02:26:42] "POST /neutron/port HTTP/1.1" 200 1058 0.008966 10.0.0.249 - - [2026-06-04 02:26:42] "POST /neutron/port HTTP/1.1" 200 1112 0.069223 10.0.0.249 - - [2026-06-04 02:26:42] "POST /neutron/port HTTP/1.1" 200 1058 0.009435 10.0.0.249 - - [2026-06-04 02:26:42] "POST /neutron/port HTTP/1.1" 200 1058 0.008947 10.0.0.249 - - [2026-06-04 02:26:42] "POST /neutron/port HTTP/1.1" 200 1112 0.076568 10.0.0.249 - - [2026-06-04 02:26:42] "POST /neutron/port HTTP/1.1" 200 1054 0.010442 10.0.0.249 - - [2026-06-04 02:26:42] "POST /neutron/port HTTP/1.1" 200 1054 0.012439 10.0.0.249 - - [2026-06-04 02:26:42] "POST /neutron/port HTTP/1.1" 200 1108 0.063296 10.0.0.249 - - [2026-06-04 02:26:42] "POST /neutron/port HTTP/1.1" 200 3057 0.016401 10.0.0.249 - - [2026-06-04 02:26:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002736 10.0.0.249 - - [2026-06-04 02:26:42] "POST /neutron/subnet HTTP/1.1" 200 699 0.006313 10.0.0.249 - - [2026-06-04 02:26:42] "POST /neutron/port HTTP/1.1" 200 117 0.001410 10.0.0.249 - - [2026-06-04 02:26:42] "POST /neutron/network HTTP/1.1" 200 832 0.005772 10.0.0.249 - - [2026-06-04 02:26:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002948 10.0.0.249 - - [2026-06-04 02:26:42] "POST /neutron/subnet HTTP/1.1" 200 698 0.005382 10.0.0.249 - - [2026-06-04 02:26:42] "POST /neutron/port HTTP/1.1" 200 117 0.001127 10.0.0.249 - - [2026-06-04 02:26:42] "POST /neutron/network HTTP/1.1" 200 832 0.004200 10.0.0.249 - - [2026-06-04 02:26:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002580 10.0.0.249 - - [2026-06-04 02:26:42] "POST /neutron/subnet HTTP/1.1" 200 679 0.005879 10.0.0.249 - - [2026-06-04 02:26:42] "POST /neutron/port HTTP/1.1" 200 117 0.001113 10.0.0.249 - - [2026-06-04 02:26:42] "POST /neutron/network HTTP/1.1" 200 830 0.004813 10.0.0.249 - - [2026-06-04 02:26:43] "POST /neutron/port HTTP/1.1" 200 1122 0.010421 10.0.0.249 - - [2026-06-04 02:26:43] "POST /neutron/port HTTP/1.1" 200 1122 0.014522 10.0.0.249 - - [2026-06-04 02:26:43] "POST /neutron/network HTTP/1.1" 200 842 0.008621 10.0.0.249 - - [2026-06-04 02:26:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007405 10.0.0.249 - - [2026-06-04 02:26:43] "POST /neutron/subnet HTTP/1.1" 200 698 0.013851 10.0.0.249 - - [2026-06-04 02:26:43] "POST /neutron/port HTTP/1.1" 200 117 0.001111 10.0.0.249 - - [2026-06-04 02:26:43] "POST /neutron/network HTTP/1.1" 200 832 0.004272 10.0.0.249 - - [2026-06-04 02:26:46] "POST /neutron/port HTTP/1.1" 200 3057 0.017452 10.0.0.249 - - [2026-06-04 02:26:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005338 10.0.0.249 - - [2026-06-04 02:26:46] "POST /neutron/port HTTP/1.1" 200 3057 0.031770 10.0.0.249 - - [2026-06-04 02:26:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009464 10.0.0.249 - - [2026-06-04 02:26:46] "POST /neutron/port HTTP/1.1" 200 3057 0.031401 10.0.0.249 - - [2026-06-04 02:26:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009995 10.0.0.249 - - [2026-06-04 02:26:46] "POST /neutron/port HTTP/1.1" 200 3057 0.018637 10.0.0.249 - - [2026-06-04 02:26:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006138 10.0.0.249 - - [2026-06-04 02:26:46] "POST /neutron/port HTTP/1.1" 200 3057 0.017097 10.0.0.249 - - [2026-06-04 02:26:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008098 10.0.0.249 - - [2026-06-04 02:26:46] "GET /virtual-machine/894d8f74-5dd2-43ab-9a05-6f509a126564 HTTP/1.1" 200 1806 0.004203 10.0.0.249 - - [2026-06-04 02:26:46] "GET /virtual-machine-interface/0533f933-0f06-416a-bccf-d5e85e19ea94 HTTP/1.1" 200 2955 0.010139 10.0.0.249 - - [2026-06-04 02:26:46] "GET /virtual-machine-interface/8b70e8c1-45b5-4f99-9a0a-705c146e1383 HTTP/1.1" 200 2954 0.009844 10.0.0.249 - - [2026-06-04 02:26:46] "GET /virtual-machine-interface/9cd45aee-f33d-4ddc-98dc-46770440fcdf HTTP/1.1" 200 2954 0.010560 10.0.0.249 - - [2026-06-04 02:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002663 10.0.0.249 - - [2026-06-04 02:26:46] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002988 10.0.0.249 - - [2026-06-04 02:26:47] "GET /virtual-networks?parent_id=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002993 10.0.0.249 - - [2026-06-04 02:26:47] "GET /virtual-network/05e7dc1a-784a-436d-99f9-a056e124943b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004695 10.0.0.249 - - [2026-06-04 02:26:47] "POST /neutron/port HTTP/1.1" 200 1122 0.010294 10.0.0.249 - - [2026-06-04 02:26:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004639 10.0.0.249 - - [2026-06-04 02:26:48] "POST /neutron/port HTTP/1.1" 200 1118 0.010570 10.0.0.249 - - [2026-06-04 02:26:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004860 10.0.0.249 - - [2026-06-04 02:26:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.249 - - [2026-06-04 02:26:50] "GET /virtual-network/05e7dc1a-784a-436d-99f9-a056e124943b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005310 10.0.0.249 - - [2026-06-04 02:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002457 10.0.0.249 - - [2026-06-04 02:26:54] "GET /virtual-network/05e7dc1a-784a-436d-99f9-a056e124943b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004958 10.0.0.249 - - [2026-06-04 02:26:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002680 10.0.0.249 - - [2026-06-04 02:26:58] "GET /virtual-network/05e7dc1a-784a-436d-99f9-a056e124943b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004742 10.0.0.249 - - [2026-06-04 02:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.249 - - [2026-06-04 02:27:02] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003433 10.0.0.249 - - [2026-06-04 02:27:02] "GET /virtual-networks?parent_id=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002771 10.0.0.249 - - [2026-06-04 02:27:02] "GET /virtual-network/05e7dc1a-784a-436d-99f9-a056e124943b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004772 10.0.0.249 - - [2026-06-04 02:27:02] "POST /neutron/port HTTP/1.1" 200 3057 0.017432 10.0.0.249 - - [2026-06-04 02:27:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005707 10.0.0.249 - - [2026-06-04 02:27:07] "POST /neutron/port HTTP/1.1" 200 3057 0.017372 10.0.0.249 - - [2026-06-04 02:27:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006520 10.0.0.249 - - [2026-06-04 02:27:12] "POST /neutron/port HTTP/1.1" 200 3057 0.016021 10.0.0.249 - - [2026-06-04 02:27:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005023 10.0.0.249 - - [2026-06-04 02:27:13] "POST /neutron/port HTTP/1.1" 200 3057 0.017251 10.0.0.249 - - [2026-06-04 02:27:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005756 10.0.0.249 - - [2026-06-04 02:27:18] "POST /neutron/port HTTP/1.1" 200 3057 0.021976 10.0.0.249 - - [2026-06-04 02:27:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007525 10.0.0.249 - - [2026-06-04 02:27:20] "DELETE /project/c28aa175687c404cb24e7a47835a657a HTTP/1.1" 404 173 0.004417 10.0.0.249 - - [2026-06-04 02:27:20] "GET /projects?obj_uuids=3f3e342e-147a-4609-8e6b-7069c915fe0b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000877 10.0.0.249 - - [2026-06-04 02:27:20] "GET /project/3f3e342e-147a-4609-8e6b-7069c915fe0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.026466 10.0.0.249 - - [2026-06-04 02:27:20] "GET /projects?obj_uuids=3f3e342e-147a-4609-8e6b-7069c915fe0b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000863 10.0.0.249 - - [2026-06-04 02:27:20] "GET /project/3f3e342e-147a-4609-8e6b-7069c915fe0b?fields=security_groups HTTP/1.1" 200 1352 0.068041 10.0.0.249 - - [2026-06-04 02:27:20] "DELETE /security-group/12a22387-233f-4276-9448-086d1802f202 HTTP/1.1" 200 115 0.034608 10.0.0.249 - - [2026-06-04 02:27:20] "GET /projects?obj_uuids=3f3e342e-147a-4609-8e6b-7069c915fe0b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001150 10.0.0.249 - - [2026-06-04 02:27:20] "DELETE /access-control-list/5f6930e7-5e9b-49cf-ab13-6fc4417b2be9 HTTP/1.1" 200 115 0.023566 10.0.0.249 - - [2026-06-04 02:27:20] "GET /project/3f3e342e-147a-4609-8e6b-7069c915fe0b?fields=application_policy_sets HTTP/1.1" 200 1391 0.025496 10.0.0.249 - - [2026-06-04 02:27:20] "DELETE /access-control-list/ff93609e-2349-4280-b82f-de118cbb4ada HTTP/1.1" 200 115 0.025749 10.0.0.249 - - [2026-06-04 02:27:20] "DELETE /project/3f3e342e-147a-4609-8e6b-7069c915fe0b HTTP/1.1" 200 115 0.300664 10.0.0.249 - - [2026-06-04 02:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002647 10.0.0.249 - - [2026-06-04 02:27:23] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002815 10.0.0.249 - - [2026-06-04 02:27:23] "GET /virtual-networks?parent_id=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003023 10.0.0.249 - - [2026-06-04 02:27:23] "GET /virtual-network/71f0e0ae-1191-4b20-a40e-02eb4f9fc13e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004796 10.0.0.249 - - [2026-06-04 02:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.249 - - [2026-06-04 02:27:23] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004264 10.0.0.249 - - [2026-06-04 02:27:23] "GET /virtual-networks?parent_id=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003524 10.0.0.249 - - [2026-06-04 02:27:23] "GET /virtual-network/d0ad27fe-5b17-4ef2-8761-b08ab362ee71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004794 10.0.0.249 - - [2026-06-04 02:27:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.002340 10.0.0.249 - - [2026-06-04 02:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002265 10.0.0.249 - - [2026-06-04 02:27:24] "GET /projects?obj_uuids=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.037663 10.0.0.249 - - [2026-06-04 02:27:24] "GET /project/c28aa175-687c-404c-b24e-7a47835a657a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.060670 10.0.0.249 - - [2026-06-04 02:27:24] "POST /service-instances HTTP/1.1" 200 545 0.060168 10.0.0.249 - - [2026-06-04 02:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.249 - - [2026-06-04 02:27:24] "GET /service-instance/ba3820f3-ae7d-4385-8f9f-b872811878cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.004821 10.0.0.249 - - [2026-06-04 02:27:24] "POST /port-tuples HTTP/1.1" 200 588 0.017942 10.0.0.249 - - [2026-06-04 02:27:24] "GET /virtual-machine-interface/8b70e8c1-45b5-4f99-9a0a-705c146e1383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2732 0.005398 10.0.0.249 - - [2026-06-04 02:27:24] "PUT /virtual-machine-interface/8b70e8c1-45b5-4f99-9a0a-705c146e1383 HTTP/1.1" 200 285 0.009290 10.0.0.249 - - [2026-06-04 02:27:24] "POST /ref-update HTTP/1.1" 200 156 0.008128 10.0.0.249 - - [2026-06-04 02:27:24] "POST /instance-ips HTTP/1.1" 200 386 0.022390 10.0.0.249 - - [2026-06-04 02:27:24] "POST /ref-update HTTP/1.1" 200 156 0.008910 10.0.0.249 - - [2026-06-04 02:27:24] "GET /virtual-machine-interface/9cd45aee-f33d-4ddc-98dc-46770440fcdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2732 0.005171 10.0.0.249 - - [2026-06-04 02:27:24] "POST /ref-update HTTP/1.1" 200 156 0.009834 10.0.0.249 - - [2026-06-04 02:27:24] "PUT /virtual-machine-interface/9cd45aee-f33d-4ddc-98dc-46770440fcdf HTTP/1.1" 200 285 0.010991 10.0.0.249 - - [2026-06-04 02:27:24] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002572 10.0.0.249 - - [2026-06-04 02:27:24] "POST /ref-update HTTP/1.1" 200 156 0.007106 10.0.0.249 - - [2026-06-04 02:27:24] "GET /virtual-machine-interface/0533f933-0f06-416a-bccf-d5e85e19ea94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2733 0.006335 10.0.0.249 - - [2026-06-04 02:27:24] "POST /instance-ips HTTP/1.1" 200 386 0.027674 10.0.0.249 - - [2026-06-04 02:27:24] "PUT /virtual-machine-interface/0533f933-0f06-416a-bccf-d5e85e19ea94 HTTP/1.1" 200 285 0.008590 10.0.0.249 - - [2026-06-04 02:27:24] "POST /ref-update HTTP/1.1" 200 156 0.008570 10.0.0.249 - - [2026-06-04 02:27:24] "POST /ref-update HTTP/1.1" 200 156 0.007473 10.0.0.249 - - [2026-06-04 02:27:24] "POST /ref-update HTTP/1.1" 200 156 0.006812 10.0.0.249 - - [2026-06-04 02:27:24] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002932 10.0.0.249 - - [2026-06-04 02:27:25] "POST /neutron/port HTTP/1.1" 200 1122 0.010856 10.0.0.249 - - [2026-06-04 02:27:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005112 10.0.0.249 - - [2026-06-04 02:27:25] "POST /instance-ips HTTP/1.1" 200 374 0.016736 10.0.0.249 - - [2026-06-04 02:27:25] "POST /neutron/port HTTP/1.1" 200 1122 0.011086 10.0.0.249 - - [2026-06-04 02:27:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006284 10.0.0.249 - - [2026-06-04 02:27:25] "POST /ref-update HTTP/1.1" 200 156 0.010797 10.0.0.249 - - [2026-06-04 02:27:25] "POST /neutron/port HTTP/1.1" 200 1122 0.014268 10.0.0.249 - - [2026-06-04 02:27:25] "POST /ref-update HTTP/1.1" 200 156 0.008875 10.0.0.249 - - [2026-06-04 02:27:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005124 10.0.0.249 - - [2026-06-04 02:27:25] "GET /virtual-machine/22b0da0d-6511-4a6d-a09a-551aa404d26b HTTP/1.1" 200 1292 0.003918 10.0.0.249 - - [2026-06-04 02:27:25] "GET /virtual-machine-interface/0fb849ba-62c7-4c7c-8c59-956ca8371c45 HTTP/1.1" 200 2953 0.004123 10.0.0.249 - - [2026-06-04 02:27:25] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002278 10.0.0.249 - - [2026-06-04 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002411 10.0.0.249 - - [2026-06-04 02:27:25] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002959 10.0.0.249 - - [2026-06-04 02:27:25] "POST /instance-ips HTTP/1.1" 200 374 0.016008 10.0.0.249 - - [2026-06-04 02:27:25] "GET /virtual-networks?parent_id=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002426 10.0.0.249 - - [2026-06-04 02:27:25] "GET /virtual-network/71f0e0ae-1191-4b20-a40e-02eb4f9fc13e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004258 10.0.0.249 - - [2026-06-04 02:27:25] "POST /ref-update HTTP/1.1" 200 156 0.010563 10.0.0.249 - - [2026-06-04 02:27:25] "POST /ref-update HTTP/1.1" 200 156 0.007699 10.0.0.249 - - [2026-06-04 02:27:25] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002724 10.0.0.249 - - [2026-06-04 02:27:25] "POST /instance-ips HTTP/1.1" 200 376 0.015177 10.0.0.249 - - [2026-06-04 02:27:25] "POST /ref-update HTTP/1.1" 200 156 0.007701 10.0.0.249 - - [2026-06-04 02:27:25] "POST /ref-update HTTP/1.1" 200 156 0.007139 10.0.0.249 - - [2026-06-04 02:27:25] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002503 10.0.0.249 - - [2026-06-04 02:27:25] "POST /instance-ips HTTP/1.1" 200 376 0.016385 10.0.0.249 - - [2026-06-04 02:27:25] "POST /ref-update HTTP/1.1" 200 156 0.019301 10.0.0.249 - - [2026-06-04 02:27:25] "POST /ref-update HTTP/1.1" 200 156 0.007040 10.0.0.249 - - [2026-06-04 02:27:25] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002948 10.0.0.249 - - [2026-06-04 02:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002383 10.0.0.249 - - [2026-06-04 02:27:26] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002470 10.0.0.249 - - [2026-06-04 02:27:26] "GET /virtual-networks?parent_id=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002312 10.0.0.249 - - [2026-06-04 02:27:26] "GET /virtual-network/71f0e0ae-1191-4b20-a40e-02eb4f9fc13e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005587 10.0.0.249 - - [2026-06-04 02:27:26] "POST /neutron/port HTTP/1.1" 200 1118 0.014664 10.0.0.249 - - [2026-06-04 02:27:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005098 10.0.0.249 - - [2026-06-04 02:27:26] "POST /neutron/port HTTP/1.1" 200 1118 0.014432 10.0.0.249 - - [2026-06-04 02:27:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007347 10.0.0.249 - - [2026-06-04 02:27:26] "POST /neutron/port HTTP/1.1" 200 1118 0.012579 10.0.0.249 - - [2026-06-04 02:27:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006571 10.0.0.249 - - [2026-06-04 02:27:26] "GET /virtual-machine/22b9ebd4-db44-4df9-824b-2f31f75593c5 HTTP/1.1" 200 1291 0.006050 10.0.0.249 - - [2026-06-04 02:27:26] "GET /virtual-machine-interface/6d3aca8d-4c12-43c6-afb3-bc7dd70e56ef HTTP/1.1" 200 2956 0.004467 10.0.0.249 - - [2026-06-04 02:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002488 10.0.0.249 - - [2026-06-04 02:27:27] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002834 10.0.0.249 - - [2026-06-04 02:27:27] "GET /virtual-networks?parent_id=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003008 10.0.0.249 - - [2026-06-04 02:27:27] "GET /virtual-network/d0ad27fe-5b17-4ef2-8761-b08ab362ee71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004759 10.0.0.249 - - [2026-06-04 02:27:27] "GET /obj-perms HTTP/1.1" 200 5075 0.056405 10.0.0.249 - - [2026-06-04 02:27:27] "GET /obj-perms HTTP/1.1" 200 5075 0.052132 10.0.0.249 - - [2026-06-04 02:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.249 - - [2026-06-04 02:27:28] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002793 10.0.0.249 - - [2026-06-04 02:27:28] "GET /virtual-networks?parent_id=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002626 10.0.0.249 - - [2026-06-04 02:27:28] "GET /virtual-network/d0ad27fe-5b17-4ef2-8761-b08ab362ee71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005514 10.0.0.249 - - [2026-06-04 02:27:28] "POST /fqname-to-id HTTP/1.1" 404 211 0.002795 10.0.0.249 - - [2026-06-04 02:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002355 10.0.0.249 - - [2026-06-04 02:27:28] "GET /projects?obj_uuids=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001040 10.0.0.249 - - [2026-06-04 02:27:28] "GET /project/c28aa175-687c-404c-b24e-7a47835a657a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.021458 10.0.0.249 - - [2026-06-04 02:27:28] "POST /network-policys HTTP/1.1" 200 549 0.015160 10.0.0.249 - - [2026-06-04 02:27:28] "GET /network-policy/6bc6e344-b37c-4f95-ac86-c4937f714d8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004047 10.0.0.249 - - [2026-06-04 02:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002417 10.0.0.249 - - [2026-06-04 02:27:28] "GET /virtual-network/71f0e0ae-1191-4b20-a40e-02eb4f9fc13e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004884 10.0.0.249 - - [2026-06-04 02:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002658 10.0.0.249 - - [2026-06-04 02:27:28] "GET /network-policy/6bc6e344-b37c-4f95-ac86-c4937f714d8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003561 10.0.0.249 - - [2026-06-04 02:27:28] "POST /ref-update HTTP/1.1" 200 156 0.027866 10.0.0.249 - - [2026-06-04 02:27:29] "POST /fqname-to-id HTTP/1.1" 404 242 0.032229 10.0.0.249 - - [2026-06-04 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002380 10.0.0.249 - - [2026-06-04 02:27:29] "POST /access-control-lists HTTP/1.1" 200 603 0.057624 10.0.0.249 - - [2026-06-04 02:27:29] "GET /network-policy/6bc6e344-b37c-4f95-ac86-c4937f714d8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003380 10.0.0.249 - - [2026-06-04 02:27:29] "POST /neutron/network HTTP/1.1" 200 920 0.006634 10.0.0.249 - - [2026-06-04 02:27:29] "GET /virtual-network/71f0e0ae-1191-4b20-a40e-02eb4f9fc13e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004383 10.0.0.249 - - [2026-06-04 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002556 10.0.0.249 - - [2026-06-04 02:27:29] "GET /network-policy/6bc6e344-b37c-4f95-ac86-c4937f714d8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003172 10.0.0.249 - - [2026-06-04 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002430 10.0.0.249 - - [2026-06-04 02:27:29] "GET /virtual-network/d0ad27fe-5b17-4ef2-8761-b08ab362ee71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004533 10.0.0.249 - - [2026-06-04 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.249 - - [2026-06-04 02:27:29] "GET /network-policy/6bc6e344-b37c-4f95-ac86-c4937f714d8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003004 10.0.0.249 - - [2026-06-04 02:27:29] "POST /fqname-to-id HTTP/1.1" 404 244 0.002333 10.0.0.249 - - [2026-06-04 02:27:29] "POST /ref-update HTTP/1.1" 200 156 0.024468 10.0.0.249 - - [2026-06-04 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002476 10.0.0.249 - - [2026-06-04 02:27:29] "POST /access-control-lists HTTP/1.1" 200 606 0.057090 10.0.0.249 - - [2026-06-04 02:27:29] "GET /network-policy/6bc6e344-b37c-4f95-ac86-c4937f714d8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003147 10.0.0.249 - - [2026-06-04 02:27:29] "POST /routing-instances HTTP/1.1" 200 761 0.013658 10.0.0.249 - - [2026-06-04 02:27:29] "POST /neutron/network HTTP/1.1" 200 918 0.007346 10.0.0.249 - - [2026-06-04 02:27:29] "GET /virtual-network/d0ad27fe-5b17-4ef2-8761-b08ab362ee71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.005541 10.0.0.249 - - [2026-06-04 02:27:29] "POST /route-targets HTTP/1.1" 200 328 0.013382 10.0.0.249 - - [2026-06-04 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002379 10.0.0.249 - - [2026-06-04 02:27:29] "POST /ref-update HTTP/1.1" 200 156 0.007633 10.0.0.249 - - [2026-06-04 02:27:29] "GET /network-policy/6bc6e344-b37c-4f95-ac86-c4937f714d8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003949 10.0.0.249 - - [2026-06-04 02:27:29] "GET /routing-instance/d19b5eaf-6cfe-4a6d-a225-0d8a23687a18?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1290 0.002943 10.0.0.249 - - [2026-06-04 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.249 - - [2026-06-04 02:27:29] "GET /routing-instance/d19b5eaf-6cfe-4a6d-a225-0d8a23687a18?fields=routing_policy_back_refs HTTP/1.1" 200 1290 0.003031 10.0.0.249 - - [2026-06-04 02:27:29] "GET /service-template/131f125b-8818-49a8-bb32-35c7ac2d5231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.002944 10.0.0.249 - - [2026-06-04 02:27:29] "POST /ref-update HTTP/1.1" 200 156 0.007496 10.0.0.249 - - [2026-06-04 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002645 10.0.0.249 - - [2026-06-04 02:27:29] "POST /routing-instances HTTP/1.1" 200 762 0.013267 10.0.0.249 - - [2026-06-04 02:27:29] "GET /projects?obj_uuids=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001251 10.0.0.249 - - [2026-06-04 02:27:29] "GET /project/c28aa175-687c-404c-b24e-7a47835a657a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.022002 10.0.0.249 - - [2026-06-04 02:27:30] "POST /route-targets HTTP/1.1" 200 328 0.008298 10.0.0.249 - - [2026-06-04 02:27:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.249 - - [2026-06-04 02:27:30] "POST /ref-update HTTP/1.1" 200 156 0.008596 10.0.0.249 - - [2026-06-04 02:27:30] "GET /service-instance/ba3820f3-ae7d-4385-8f9f-b872811878cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3539 0.004526 10.0.0.249 - - [2026-06-04 02:27:30] "GET /routing-instance/95dec915-a84b-4d64-9bf6-0d31f2311cab?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1291 0.003362 10.0.0.249 - - [2026-06-04 02:27:30] "GET /domains HTTP/1.1" 200 281 0.002681 10.0.0.249 - - [2026-06-04 02:27:30] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000948 10.0.0.249 - - [2026-06-04 02:27:30] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2783 0.006961 10.0.0.249 - - [2026-06-04 02:27:30] "GET /projects?obj_uuids=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000910 10.0.0.249 - - [2026-06-04 02:27:30] "GET /routing-instance/95dec915-a84b-4d64-9bf6-0d31f2311cab?fields=routing_policy_back_refs HTTP/1.1" 200 1291 0.002840 10.0.0.249 - - [2026-06-04 02:27:30] "GET /project/c28aa175-687c-404c-b24e-7a47835a657a HTTP/1.1" 200 4259 0.068995 10.0.0.249 - - [2026-06-04 02:27:30] "PUT /routing-instance/d19b5eaf-6cfe-4a6d-a225-0d8a23687a18 HTTP/1.1" 200 267 0.016259 10.0.0.249 - - [2026-06-04 02:27:30] "GET /service-instance/ba3820f3-ae7d-4385-8f9f-b872811878cd HTTP/1.1" 200 3794 0.007460 10.0.0.249 - - [2026-06-04 02:27:30] "GET /domains HTTP/1.1" 200 281 0.002146 10.0.0.249 - - [2026-06-04 02:27:30] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000956 10.0.0.249 - - [2026-06-04 02:27:30] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2783 0.005835 10.0.0.249 - - [2026-06-04 02:27:30] "GET /projects?obj_uuids=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001049 10.0.0.249 - - [2026-06-04 02:27:30] "PUT /routing-instance/95dec915-a84b-4d64-9bf6-0d31f2311cab HTTP/1.1" 200 267 0.008697 10.0.0.249 - - [2026-06-04 02:27:30] "GET /project/c28aa175-687c-404c-b24e-7a47835a657a HTTP/1.1" 200 4259 0.061198 10.0.0.249 - - [2026-06-04 02:27:30] "GET /service-instance/ba3820f3-ae7d-4385-8f9f-b872811878cd HTTP/1.1" 200 3794 0.003088 10.0.0.249 - - [2026-06-04 02:27:30] "GET /port-tuple/cbc17b08-4b57-42f6-8bf3-3e31334f8473 HTTP/1.1" 200 1985 0.002642 10.0.0.249 - - [2026-06-04 02:27:30] "GET /virtual-machine-interface/0533f933-0f06-416a-bccf-d5e85e19ea94 HTTP/1.1" 200 3813 0.004754 10.0.0.249 - - [2026-06-04 02:27:30] "POST /ref-update HTTP/1.1" 200 156 0.010830 10.0.0.249 - - [2026-06-04 02:27:30] "GET /virtual-machine-interface/8b70e8c1-45b5-4f99-9a0a-705c146e1383 HTTP/1.1" 200 3827 0.006894 10.0.0.249 - - [2026-06-04 02:27:30] "GET /virtual-machine-interface/9cd45aee-f33d-4ddc-98dc-46770440fcdf HTTP/1.1" 200 3809 0.005035 10.0.0.249 - - [2026-06-04 02:27:30] "POST /neutron/port HTTP/1.1" 200 3828 0.032044 10.0.0.249 - - [2026-06-04 02:27:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004955 10.0.0.249 - - [2026-06-04 02:27:30] "POST /neutron/port HTTP/1.1" 200 3828 0.024973 10.0.0.249 - - [2026-06-04 02:27:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005091 10.0.0.249 - - [2026-06-04 02:27:30] "POST /neutron/port HTTP/1.1" 200 3828 0.024765 10.0.0.249 - - [2026-06-04 02:27:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004933 10.0.0.249 - - [2026-06-04 02:27:30] "POST /neutron/port HTTP/1.1" 200 3828 0.029364 10.0.0.249 - - [2026-06-04 02:27:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007073 10.0.0.249 - - [2026-06-04 02:27:30] "POST /neutron/network HTTP/1.1" 200 894 0.010190 10.0.0.249 - - [2026-06-04 02:27:30] "POST /neutron/network HTTP/1.1" 200 920 0.005026 10.0.0.249 - - [2026-06-04 02:27:30] "POST /neutron/network HTTP/1.1" 200 806 0.010006 10.0.0.249 - - [2026-06-04 02:27:30] "POST /neutron/network HTTP/1.1" 200 832 0.004531 10.0.0.249 - - [2026-06-04 02:27:30] "POST /neutron/network HTTP/1.1" 200 892 0.009538 10.0.0.249 - - [2026-06-04 02:27:30] "POST /neutron/network HTTP/1.1" 200 918 0.004550 10.0.0.249 - - [2026-06-04 02:27:30] "POST /id-to-fqname HTTP/1.1" 200 223 0.001088 10.0.0.249 - - [2026-06-04 02:27:30] "POST /id-to-fqname HTTP/1.1" 200 223 0.001071 10.0.0.249 - - [2026-06-04 02:27:30] "POST /id-to-fqname HTTP/1.1" 200 224 0.001186 10.0.0.249 - - [2026-06-04 02:27:30] "GET /virtual-machine/894d8f74-5dd2-43ab-9a05-6f509a126564 HTTP/1.1" 200 1806 0.003257 10.0.0.249 - - [2026-06-04 02:27:30] "GET /virtual-machine-interface/0533f933-0f06-416a-bccf-d5e85e19ea94 HTTP/1.1" 200 3813 0.004756 10.0.0.249 - - [2026-06-04 02:27:30] "GET /virtual-machine-interface/8b70e8c1-45b5-4f99-9a0a-705c146e1383 HTTP/1.1" 200 3827 0.004669 10.0.0.249 - - [2026-06-04 02:27:30] "GET /virtual-machine-interface/9cd45aee-f33d-4ddc-98dc-46770440fcdf HTTP/1.1" 200 3809 0.004337 10.0.0.249 - - [2026-06-04 02:27:30] "GET /instance-ip/1ce694a1-0193-4d32-9868-0c8adca61e3c HTTP/1.1" 200 1964 0.003064 10.0.0.249 - - [2026-06-04 02:27:30] "GET /instance-ip/918667bd-17cd-4c06-be01-d2f5196fa583 HTTP/1.1" 200 1963 0.003086 10.0.0.249 - - [2026-06-04 02:27:30] "GET /instance-ip/ba27efcc-563e-4f4a-978f-79e3baa3e905 HTTP/1.1" 200 1622 0.004006 10.0.0.249 - - [2026-06-04 02:27:30] "GET /instance-ip/4ea02578-780f-494b-b5d4-bb29197ed8d4 HTTP/1.1" 200 1984 0.002575 10.0.0.249 - - [2026-06-04 02:27:31] "GET /instance-ip/b44cb358-0570-4070-9c85-6b7ac05aa338 HTTP/1.1" 200 1983 0.002633 10.0.0.249 - - [2026-06-04 02:27:31] "GET /instance-ip/dab1ec90-0567-4789-88af-77afb3a6e398 HTTP/1.1" 200 1624 0.003995 10.0.0.249 - - [2026-06-04 02:27:31] "GET /instance-ip/bc5c91ce-9c4a-499d-a53b-f1eee3aeb95e HTTP/1.1" 200 1625 0.004477 10.0.0.249 - - [2026-06-04 02:27:31] "GET /instance-ip/cfeda058-3aad-4d47-b8c3-26544fbf901c HTTP/1.1" 200 1961 0.003580 10.0.0.249 - - [2026-06-04 02:27:31] "GET /instance-ip/eae52ed9-f54a-4739-a52e-921e852ebd87 HTTP/1.1" 200 1959 0.003516 10.0.0.249 - - [2026-06-04 02:27:31] "POST /neutron/port HTTP/1.1" 200 3828 0.031019 10.0.0.249 - - [2026-06-04 02:27:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006084 10.0.0.249 - - [2026-06-04 02:27:31] "POST /neutron/port HTTP/1.1" 200 3828 0.029807 10.0.0.249 - - [2026-06-04 02:27:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006225 10.0.0.249 - - [2026-06-04 02:27:31] "POST /neutron/port HTTP/1.1" 200 3828 0.030612 10.0.0.249 - - [2026-06-04 02:27:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005455 10.0.0.249 - - [2026-06-04 02:27:31] "POST /neutron/port HTTP/1.1" 200 3828 0.028354 10.0.0.249 - - [2026-06-04 02:27:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006376 10.0.0.249 - - [2026-06-04 02:27:31] "GET /virtual-machine/894d8f74-5dd2-43ab-9a05-6f509a126564 HTTP/1.1" 200 1806 0.003487 10.0.0.249 - - [2026-06-04 02:27:31] "GET /virtual-machine-interface/0533f933-0f06-416a-bccf-d5e85e19ea94 HTTP/1.1" 200 3813 0.005337 10.0.0.249 - - [2026-06-04 02:27:31] "GET /virtual-machine-interface/8b70e8c1-45b5-4f99-9a0a-705c146e1383 HTTP/1.1" 200 3827 0.005515 10.0.0.249 - - [2026-06-04 02:27:31] "GET /virtual-machine-interface/9cd45aee-f33d-4ddc-98dc-46770440fcdf HTTP/1.1" 200 3809 0.007026 10.0.0.249 - - [2026-06-04 02:27:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002584 10.0.0.249 - - [2026-06-04 02:27:31] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002798 10.0.0.249 - - [2026-06-04 02:27:31] "GET /virtual-networks?parent_id=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003426 10.0.0.249 - - [2026-06-04 02:27:31] "GET /virtual-network/71f0e0ae-1191-4b20-a40e-02eb4f9fc13e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005958 10.0.0.249 - - [2026-06-04 02:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002552 10.0.0.249 - - [2026-06-04 02:27:32] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002555 10.0.0.249 - - [2026-06-04 02:27:32] "GET /virtual-networks?parent_id=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002520 10.0.0.249 - - [2026-06-04 02:27:32] "GET /virtual-network/71f0e0ae-1191-4b20-a40e-02eb4f9fc13e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004608 10.0.0.249 - - [2026-06-04 02:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002383 10.0.0.249 - - [2026-06-04 02:27:32] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002981 10.0.0.249 - - [2026-06-04 02:27:32] "GET /virtual-networks?parent_id=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002476 10.0.0.249 - - [2026-06-04 02:27:33] "GET /virtual-network/71f0e0ae-1191-4b20-a40e-02eb4f9fc13e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005158 10.0.0.249 - - [2026-06-04 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.249 - - [2026-06-04 02:27:33] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003608 10.0.0.249 - - [2026-06-04 02:27:33] "GET /virtual-networks?parent_id=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002417 10.0.0.249 - - [2026-06-04 02:27:33] "GET /virtual-network/71f0e0ae-1191-4b20-a40e-02eb4f9fc13e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005347 10.0.0.249 - - [2026-06-04 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002658 10.0.0.249 - - [2026-06-04 02:27:33] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003953 10.0.0.249 - - [2026-06-04 02:27:33] "GET /virtual-networks?parent_id=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002700 10.0.0.249 - - [2026-06-04 02:27:33] "GET /virtual-network/71f0e0ae-1191-4b20-a40e-02eb4f9fc13e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005179 10.0.0.249 - - [2026-06-04 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002662 10.0.0.249 - - [2026-06-04 02:27:33] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003479 10.0.0.249 - - [2026-06-04 02:27:33] "GET /virtual-networks?parent_id=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002543 10.0.0.249 - - [2026-06-04 02:27:33] "GET /virtual-network/05e7dc1a-784a-436d-99f9-a056e124943b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004885 10.0.0.249 - - [2026-06-04 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002492 10.0.0.249 - - [2026-06-04 02:27:33] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003256 10.0.0.249 - - [2026-06-04 02:27:33] "GET /virtual-networks?parent_id=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002849 10.0.0.249 - - [2026-06-04 02:27:33] "GET /virtual-network/05e7dc1a-784a-436d-99f9-a056e124943b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004764 10.0.0.249 - - [2026-06-04 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002491 10.0.0.249 - - [2026-06-04 02:27:33] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003395 10.0.0.249 - - [2026-06-04 02:27:34] "GET /virtual-networks?parent_id=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002991 10.0.0.249 - - [2026-06-04 02:27:34] "GET /virtual-network/05e7dc1a-784a-436d-99f9-a056e124943b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004596 10.0.0.249 - - [2026-06-04 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.249 - - [2026-06-04 02:27:34] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003147 10.0.0.249 - - [2026-06-04 02:27:34] "GET /virtual-networks?parent_id=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002936 10.0.0.249 - - [2026-06-04 02:27:34] "GET /virtual-network/05e7dc1a-784a-436d-99f9-a056e124943b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004979 10.0.0.249 - - [2026-06-04 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002565 10.0.0.249 - - [2026-06-04 02:27:34] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002939 10.0.0.249 - - [2026-06-04 02:27:34] "GET /virtual-networks?parent_id=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002641 10.0.0.249 - - [2026-06-04 02:27:34] "GET /virtual-network/d0ad27fe-5b17-4ef2-8761-b08ab362ee71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.004947 10.0.0.249 - - [2026-06-04 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002567 10.0.0.249 - - [2026-06-04 02:27:34] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003120 10.0.0.249 - - [2026-06-04 02:27:34] "GET /virtual-networks?parent_id=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002409 10.0.0.249 - - [2026-06-04 02:27:34] "GET /virtual-network/d0ad27fe-5b17-4ef2-8761-b08ab362ee71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.005660 10.0.0.249 - - [2026-06-04 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.249 - - [2026-06-04 02:27:34] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003879 10.0.0.249 - - [2026-06-04 02:27:34] "GET /virtual-networks?parent_id=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003200 10.0.0.249 - - [2026-06-04 02:27:34] "GET /virtual-network/d0ad27fe-5b17-4ef2-8761-b08ab362ee71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.006332 10.0.0.249 - - [2026-06-04 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002742 10.0.0.249 - - [2026-06-04 02:27:35] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003038 10.0.0.249 - - [2026-06-04 02:27:35] "GET /virtual-networks?parent_id=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002563 10.0.0.249 - - [2026-06-04 02:27:35] "GET /virtual-network/d0ad27fe-5b17-4ef2-8761-b08ab362ee71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.004564 10.0.0.249 - - [2026-06-04 02:27:35] "GET /virtual-machine/894d8f74-5dd2-43ab-9a05-6f509a126564 HTTP/1.1" 200 1806 0.003153 10.0.0.249 - - [2026-06-04 02:27:35] "GET /domains HTTP/1.1" 200 281 0.002091 10.0.0.249 - - [2026-06-04 02:27:35] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001188 10.0.0.249 - - [2026-06-04 02:27:35] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2783 0.006050 10.0.0.249 - - [2026-06-04 02:27:35] "GET /projects?obj_uuids=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000861 10.0.0.249 - - [2026-06-04 02:27:35] "GET /project/c28aa175-687c-404c-b24e-7a47835a657a HTTP/1.1" 200 4259 0.061280 10.0.0.249 - - [2026-06-04 02:27:35] "GET /service-instance/ba3820f3-ae7d-4385-8f9f-b872811878cd HTTP/1.1" 200 3794 0.003577 10.0.0.249 - - [2026-06-04 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002164 10.0.0.249 - - [2026-06-04 02:27:35] "GET /routing-instance/d7ad6196-51d5-4001-a9f9-724402e7f097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.002947 10.0.0.249 - - [2026-06-04 02:27:35] "GET /routing-instance/d7ad6196-51d5-4001-a9f9-724402e7f097?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2025 0.004331 10.0.0.249 - - [2026-06-04 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002479 10.0.0.249 - - [2026-06-04 02:27:35] "GET /routing-instance/2a98a8c4-45e5-4c6c-a987-0be0c22e46f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1896 0.003822 10.0.0.249 - - [2026-06-04 02:27:35] "GET /routing-instance/2a98a8c4-45e5-4c6c-a987-0be0c22e46f5?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2027 0.004572 10.0.0.249 - - [2026-06-04 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002693 10.0.0.249 - - [2026-06-04 02:27:35] "GET /virtual-network/71f0e0ae-1191-4b20-a40e-02eb4f9fc13e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004639 10.0.0.249 - - [2026-06-04 02:27:35] "GET /virtual-network/71f0e0ae-1191-4b20-a40e-02eb4f9fc13e?fields=routing_instances HTTP/1.1" 200 1687 0.006477 10.0.0.249 - - [2026-06-04 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002429 10.0.0.249 - - [2026-06-04 02:27:35] "GET /virtual-network/d0ad27fe-5b17-4ef2-8761-b08ab362ee71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.004832 10.0.0.249 - - [2026-06-04 02:27:35] "GET /virtual-network/d0ad27fe-5b17-4ef2-8761-b08ab362ee71?fields=routing_instances HTTP/1.1" 200 1692 0.006541 10.0.0.249 - - [2026-06-04 02:27:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000466 10.0.0.249 - - [2026-06-04 02:27:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000384 10.0.0.249 - - [2026-06-04 02:27:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000519 10.0.0.249 - - [2026-06-04 02:27:39] "GET /global-system-configs HTTP/1.1" 401 293 0.000499 10.0.0.249 - - [2026-06-04 02:27:39] "POST /ref-update HTTP/1.1" 200 156 0.026407 10.0.0.249 - - [2026-06-04 02:27:39] "POST /neutron/network HTTP/1.1" 200 830 0.007890 10.0.0.249 - - [2026-06-04 02:27:39] "GET /virtual-network/d0ad27fe-5b17-4ef2-8761-b08ab362ee71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004522 10.0.0.249 - - [2026-06-04 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.249 - - [2026-06-04 02:27:40] "GET /network-policy/6bc6e344-b37c-4f95-ac86-c4937f714d8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003408 10.0.0.249 - - [2026-06-04 02:27:40] "POST /ref-update HTTP/1.1" 200 156 0.023789 10.0.0.249 - - [2026-06-04 02:27:40] "POST /neutron/network HTTP/1.1" 200 832 0.006878 10.0.0.249 - - [2026-06-04 02:27:40] "GET /virtual-network/71f0e0ae-1191-4b20-a40e-02eb4f9fc13e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005928 10.0.0.249 - - [2026-06-04 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.249 - - [2026-06-04 02:27:40] "GET /network-policy/6bc6e344-b37c-4f95-ac86-c4937f714d8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003949 10.0.0.249 - - [2026-06-04 02:27:40] "DELETE /network-policy/6bc6e344-b37c-4f95-ac86-c4937f714d8f HTTP/1.1" 200 115 0.017200 10.0.0.249 - - [2026-06-04 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.007065 10.0.0.249 - - [2026-06-04 02:27:40] "DELETE /access-control-list/ba530b46-e387-4e73-bbf7-55427804ddba HTTP/1.1" 200 115 0.033696 10.0.0.249 - - [2026-06-04 02:27:40] "DELETE /service-instance/ba3820f3-ae7d-4385-8f9f-b872811878cd HTTP/1.1" 200 115 0.059684 10.0.0.249 - - [2026-06-04 02:27:40] "GET /domains HTTP/1.1" 200 281 0.004246 10.0.0.249 - - [2026-06-04 02:27:40] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001161 10.0.0.249 - - [2026-06-04 02:27:40] "POST /ref-update HTTP/1.1" 200 156 0.015664 10.0.0.249 - - [2026-06-04 02:27:40] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2783 0.008061 10.0.0.249 - - [2026-06-04 02:27:40] "GET /projects?obj_uuids=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001641 10.0.0.249 - - [2026-06-04 02:27:40] "DELETE /instance-ip/eae52ed9-f54a-4739-a52e-921e852ebd87 HTTP/1.1" 200 115 0.033074 10.0.0.249 - - [2026-06-04 02:27:40] "DELETE /routing-instance/d19b5eaf-6cfe-4a6d-a225-0d8a23687a18 HTTP/1.1" 200 115 0.039441 10.0.0.249 - - [2026-06-04 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005939 10.0.0.249 - - [2026-06-04 02:27:40] "POST /ref-update HTTP/1.1" 200 156 0.025947 10.0.0.249 - - [2026-06-04 02:27:40] "GET /project/c28aa175-687c-404c-b24e-7a47835a657a HTTP/1.1" 200 3783 0.089328 10.0.0.249 - - [2026-06-04 02:27:40] "GET /virtual-machine/894d8f74-5dd2-43ab-9a05-6f509a126564 HTTP/1.1" 200 1806 0.005480 10.0.0.249 - - [2026-06-04 02:27:40] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002794 10.0.0.249 - - [2026-06-04 02:27:40] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003840 10.0.0.249 - - [2026-06-04 02:27:40] "DELETE /route-target/78d752a6-ef4c-47dc-a35c-a98c2b750e55 HTTP/1.1" 200 115 0.019008 10.0.0.249 - - [2026-06-04 02:27:40] "DELETE /instance-ip/b44cb358-0570-4070-9c85-6b7ac05aa338 HTTP/1.1" 200 115 0.025003 10.0.0.249 - - [2026-06-04 02:27:40] "POST /ref-update HTTP/1.1" 200 156 0.008575 10.0.0.249 - - [2026-06-04 02:27:40] "DELETE /routing-instance/95dec915-a84b-4d64-9bf6-0d31f2311cab HTTP/1.1" 200 115 0.030573 10.0.0.249 - - [2026-06-04 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006023 10.0.0.249 - - [2026-06-04 02:27:40] "DELETE /instance-ip/cfeda058-3aad-4d47-b8c3-26544fbf901c HTTP/1.1" 200 115 0.016266 10.0.0.249 - - [2026-06-04 02:27:40] "POST /ref-update HTTP/1.1" 200 156 0.008422 10.0.0.249 - - [2026-06-04 02:27:40] "DELETE /route-target/9aa53ca5-1fdc-4d61-8cfb-a40ce15bf086 HTTP/1.1" 200 115 0.012052 10.0.0.249 - - [2026-06-04 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004917 10.0.0.249 - - [2026-06-04 02:27:40] "DELETE /access-control-list/2a97f528-78b3-4122-ba2c-5c61229023a4 HTTP/1.1" 200 115 0.051992 10.0.0.249 - - [2026-06-04 02:27:40] "DELETE /service-template/131f125b-8818-49a8-bb32-35c7ac2d5231 HTTP/1.1" 200 115 0.062949 10.0.0.249 - - [2026-06-04 02:27:40] "DELETE /instance-ip/918667bd-17cd-4c06-be01-d2f5196fa583 HTTP/1.1" 200 115 0.071702 10.0.0.249 - - [2026-06-04 02:27:40] "POST /fqname-to-id HTTP/1.1" 404 193 0.002450 10.0.0.249 - - [2026-06-04 02:27:40] "POST /ref-update HTTP/1.1" 200 156 0.007997 10.0.0.249 - - [2026-06-04 02:27:40] "DELETE /instance-ip/4ea02578-780f-494b-b5d4-bb29197ed8d4 HTTP/1.1" 200 115 0.018342 10.0.0.249 - - [2026-06-04 02:27:40] "POST /ref-update HTTP/1.1" 200 156 0.008926 10.0.0.249 - - [2026-06-04 02:27:40] "DELETE /instance-ip/1ce694a1-0193-4d32-9868-0c8adca61e3c HTTP/1.1" 200 115 0.038529 10.0.0.249 - - [2026-06-04 02:27:41] "POST /neutron/network HTTP/1.1" 200 830 0.005717 10.0.0.249 - - [2026-06-04 02:27:41] "POST /neutron/network HTTP/1.1" 400 204 0.029442 10.0.0.249 - - [2026-06-04 02:27:41] "POST /neutron/port HTTP/1.1" 200 1118 0.011266 10.0.0.249 - - [2026-06-04 02:27:41] "POST /neutron/port HTTP/1.1" 200 1108 0.010291 10.0.0.249 - - [2026-06-04 02:27:41] "POST /neutron/port HTTP/1.1" 200 1122 0.024175 10.0.0.249 - - [2026-06-04 02:27:41] "POST /neutron/port HTTP/1.1" 200 1112 0.025314 10.0.0.249 - - [2026-06-04 02:27:41] "POST /neutron/port HTTP/1.1" 200 151 0.157569 10.0.0.249 - - [2026-06-04 02:27:41] "POST /neutron/port HTTP/1.1" 200 3057 0.037366 10.0.0.249 - - [2026-06-04 02:27:41] "POST /neutron/port HTTP/1.1" 200 151 0.134652 10.0.0.249 - - [2026-06-04 02:27:41] "POST /neutron/port HTTP/1.1" 200 1112 0.016232 10.0.0.249 - - [2026-06-04 02:27:41] "POST /neutron/port HTTP/1.1" 200 151 0.127643 10.0.0.249 - - [2026-06-04 02:27:41] "POST /neutron/port HTTP/1.1" 200 1112 0.010962 10.0.0.249 - - [2026-06-04 02:27:42] "POST /neutron/port HTTP/1.1" 200 151 0.115985 10.0.0.249 - - [2026-06-04 02:27:42] "POST /neutron/port HTTP/1.1" 200 1108 0.011535 10.0.0.249 - - [2026-06-04 02:27:42] "POST /neutron/port HTTP/1.1" 200 151 0.095551 10.0.0.249 - - [2026-06-04 02:27:43] "POST /neutron/network HTTP/1.1" 200 830 0.005373 10.0.0.249 - - [2026-06-04 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.249 - - [2026-06-04 02:27:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002821 10.0.0.249 - - [2026-06-04 02:27:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001839 10.0.0.249 - - [2026-06-04 02:27:43] "POST /neutron/network HTTP/1.1" 200 151 0.070318 10.0.0.249 - - [2026-06-04 02:27:43] "DELETE /route-target/4fa9ad7d-dab2-45e5-9545-5b04c254864a HTTP/1.1" 200 115 0.017475 10.0.0.249 - - [2026-06-04 02:27:43] "GET /routing-instance/2a98a8c4-45e5-4c6c-a987-0be0c22e46f5 HTTP/1.1" 404 171 0.002109 10.0.0.249 - - [2026-06-04 02:27:43] "GET /domains HTTP/1.1" 200 281 0.001921 10.0.0.249 - - [2026-06-04 02:27:43] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000851 10.0.0.249 - - [2026-06-04 02:27:43] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2582 0.054225 10.0.0.249 - - [2026-06-04 02:27:43] "GET /projects?obj_uuids=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000939 10.0.0.249 - - [2026-06-04 02:27:43] "GET /project/c28aa175-687c-404c-b24e-7a47835a657a HTTP/1.1" 200 2316 0.073250 10.0.0.249 - - [2026-06-04 02:27:43] "POST /neutron/network HTTP/1.1" 200 832 0.006051 10.0.0.249 - - [2026-06-04 02:27:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003070 10.0.0.249 - - [2026-06-04 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.249 - - [2026-06-04 02:27:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002757 10.0.0.249 - - [2026-06-04 02:27:43] "POST /neutron/network HTTP/1.1" 200 151 0.073318 10.0.0.249 - - [2026-06-04 02:27:43] "GET /routing-instance/d7ad6196-51d5-4001-a9f9-724402e7f097 HTTP/1.1" 404 171 0.002666 10.0.0.249 - - [2026-06-04 02:27:43] "DELETE /route-target/948ec53a-6048-4abe-a077-9e10b3fb052b HTTP/1.1" 200 115 0.019254 10.0.0.249 - - [2026-06-04 02:27:43] "GET /domains HTTP/1.1" 200 281 0.002179 10.0.0.249 - - [2026-06-04 02:27:43] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001065 10.0.0.249 - - [2026-06-04 02:27:43] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2582 0.049688 10.0.0.249 - - [2026-06-04 02:27:43] "GET /projects?obj_uuids=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001513 10.0.0.249 - - [2026-06-04 02:27:43] "GET /project/c28aa175-687c-404c-b24e-7a47835a657a HTTP/1.1" 200 2097 0.063270 10.0.0.249 - - [2026-06-04 02:27:43] "POST /neutron/network HTTP/1.1" 200 832 0.004956 10.0.0.249 - - [2026-06-04 02:27:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003080 10.0.0.249 - - [2026-06-04 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004983 10.0.0.249 - - [2026-06-04 02:27:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001726 10.0.0.249 - - [2026-06-04 02:27:43] "POST /neutron/network HTTP/1.1" 200 151 0.071650 10.0.0.249 - - [2026-06-04 02:27:43] "GET /routing-instance/ffbd32fb-98e5-45af-aae9-0228086198f2 HTTP/1.1" 404 171 0.001854 10.0.0.249 - - [2026-06-04 02:27:43] "DELETE /route-target/6e0d07fb-34eb-49b6-a885-5fa81fa300b2 HTTP/1.1" 200 115 0.017018 10.0.0.249 - - [2026-06-04 02:27:43] "GET /domains HTTP/1.1" 200 281 0.002847 10.0.0.249 - - [2026-06-04 02:27:43] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000983 10.0.0.249 - - [2026-06-04 02:27:43] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2582 0.047353 10.0.0.249 - - [2026-06-04 02:27:43] "GET /projects?obj_uuids=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001343 10.0.0.249 - - [2026-06-04 02:27:43] "GET /project/c28aa175-687c-404c-b24e-7a47835a657a HTTP/1.1" 200 1856 0.063264 10.0.0.249 - - [2026-06-04 02:27:44] "GET /projects?obj_uuids=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001026 10.0.0.249 - - [2026-06-04 02:27:44] "GET /project/c28aa175-687c-404c-b24e-7a47835a657a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.046066 10.0.0.249 - - [2026-06-04 02:27:44] "GET /projects?obj_uuids=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000889 10.0.0.249 - - [2026-06-04 02:27:44] "GET /project/c28aa175-687c-404c-b24e-7a47835a657a?fields=virtual_networks HTTP/1.1" 200 1041 0.059224 10.0.0.249 - - [2026-06-04 02:27:44] "GET /projects?obj_uuids=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000995 10.0.0.249 - - [2026-06-04 02:27:44] "GET /project/c28aa175-687c-404c-b24e-7a47835a657a?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.020997 10.0.0.249 - - [2026-06-04 02:27:44] "GET /projects?obj_uuids=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001088 10.0.0.249 - - [2026-06-04 02:27:44] "GET /project/c28aa175-687c-404c-b24e-7a47835a657a?fields=security_groups HTTP/1.1" 200 1266 0.027840 10.0.0.249 - - [2026-06-04 02:27:45] "POST /fqname-to-id HTTP/1.1" 404 189 0.026588 10.0.0.249 - - [2026-06-04 02:27:45] "GET /projects?obj_uuids=c159472a-840f-4dee-81bf-1fec10b6c52c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002164 10.0.0.249 - - [2026-06-04 02:27:45] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001181 10.0.0.249 - - [2026-06-04 02:27:45] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.044390 10.0.0.249 - - [2026-06-04 02:27:45] "POST /id-to-fqname HTTP/1.1" 200 191 0.001143 10.0.0.249 - - [2026-06-04 02:27:45] "POST /fqname-to-id HTTP/1.1" 404 200 0.003218 10.0.0.249 - - [2026-06-04 02:27:45] "POST /security-groups HTTP/1.1" 200 592 0.060187 10.0.0.249 - - [2026-06-04 02:27:45] "POST /fqname-to-id HTTP/1.1" 404 235 0.002551 10.0.0.249 - - [2026-06-04 02:27:45] "POST /projects HTTP/1.1" 200 587 0.216514 10.0.0.249 - - [2026-06-04 02:27:45] "POST /access-control-lists HTTP/1.1" 200 599 0.054760 10.0.0.249 - - [2026-06-04 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.289481 10.0.0.249 - - [2026-06-04 02:27:45] "POST /fqname-to-id HTTP/1.1" 404 234 0.002660 10.0.0.249 - - [2026-06-04 02:27:45] "GET /project/c159472a-840f-4dee-81bf-1fec10b6c52c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.457546 10.0.0.249 - - [2026-06-04 02:27:45] "POST /access-control-lists HTTP/1.1" 200 597 0.060202 10.0.0.249 - - [2026-06-04 02:27:46] "GET / HTTP/1.1" 200 36215 0.002745 10.0.0.249 - - [2026-06-04 02:27:47] "GET /project/c159472a-840f-4dee-81bf-1fec10b6c52c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000529 10.0.0.249 - - [2026-06-04 02:27:48] "GET /projects?obj_uuids=c159472a-840f-4dee-81bf-1fec10b6c52c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001070 10.0.0.249 - - [2026-06-04 02:27:48] "GET /project/c159472a-840f-4dee-81bf-1fec10b6c52c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.057538 10.0.0.249 - - [2026-06-04 02:27:48] "POST /fqname-to-id HTTP/1.1" 404 180 0.002439 10.0.0.249 - - [2026-06-04 02:27:48] "POST /virtual-DNSs HTTP/1.1" 200 509 0.016433 10.0.0.249 - - [2026-06-04 02:27:48] "GET /virtual-DNS/5cdde99f-c475-4bf7-920b-49946fed9e70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.006646 10.0.0.249 - - [2026-06-04 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.249 - - [2026-06-04 02:27:48] "GET /virtual-DNS/5cdde99f-c475-4bf7-920b-49946fed9e70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.003268 10.0.0.249 - - [2026-06-04 02:27:48] "GET /domains HTTP/1.1" 401 293 0.000454 10.0.0.249 - - [2026-06-04 02:27:48] "GET /domains HTTP/1.1" 200 281 0.024673 10.0.0.249 - - [2026-06-04 02:27:48] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000937 10.0.0.249 - - [2026-06-04 02:27:48] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2971 0.006835 10.0.0.249 - - [2026-06-04 02:27:48] "GET /virtual-DNS/5cdde99f-c475-4bf7-920b-49946fed9e70 HTTP/1.1" 200 1440 0.003324 10.0.0.249 - - [2026-06-04 02:27:48] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.002401 10.0.0.249 - - [2026-06-04 02:27:48] "POST /network-ipams HTTP/1.1" 200 516 0.017974 10.0.0.249 - - [2026-06-04 02:27:48] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 754 0.002701 10.0.0.249 - - [2026-06-04 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002735 10.0.0.249 - - [2026-06-04 02:27:49] "GET /network-ipam/a9848922-cd92-4ef4-a381-8e06fb39f085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1403 0.004510 10.0.0.249 - - [2026-06-04 02:27:49] "PUT /network-ipam/a9848922-cd92-4ef4-a381-8e06fb39f085 HTTP/1.1" 200 259 0.008842 10.0.0.249 - - [2026-06-04 02:27:49] "POST /ref-update HTTP/1.1" 200 156 0.007964 10.0.0.249 - - [2026-06-04 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.249 - - [2026-06-04 02:27:49] "GET /projects?obj_uuids=c159472a-840f-4dee-81bf-1fec10b6c52c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000932 10.0.0.249 - - [2026-06-04 02:27:49] "GET /project/c159472a-840f-4dee-81bf-1fec10b6c52c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.021405 10.0.0.249 - - [2026-06-04 02:27:49] "POST /neutron/network HTTP/1.1" 200 117 0.038417 10.0.0.249 - - [2026-06-04 02:27:49] "GET /projects?obj_uuids=c159472a-840f-4dee-81bf-1fec10b6c52c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001008 10.0.0.249 - - [2026-06-04 02:27:49] "POST /neutron/network HTTP/1.1" 200 618 0.062651 10.0.0.249 - - [2026-06-04 02:27:49] "POST /route-targets HTTP/1.1" 200 328 0.009355 10.0.0.249 - - [2026-06-04 02:27:49] "POST /ref-update HTTP/1.1" 200 156 0.011428 10.0.0.249 - - [2026-06-04 02:27:49] "POST /useragent-kv HTTP/1.1" 200 115 0.005455 10.0.0.249 - - [2026-06-04 02:27:49] "POST /neutron/subnet HTTP/1.1" 200 711 0.127715 10.0.0.249 - - [2026-06-04 02:27:49] "POST /neutron/network HTTP/1.1" 200 833 0.005129 10.0.0.249 - - [2026-06-04 02:27:49] "POST /id-to-fqname HTTP/1.1" 200 227 0.001160 10.0.0.249 - - [2026-06-04 02:27:49] "GET /virtual-network/3906dd59-8edf-4cc7-9e11-ff7c88c2f014?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004295 10.0.0.249 - - [2026-06-04 02:27:49] "POST /neutron/network HTTP/1.1" 200 833 0.011536 10.0.0.249 - - [2026-06-04 02:27:49] "GET /virtual-network/3906dd59-8edf-4cc7-9e11-ff7c88c2f014?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.012015 10.0.0.249 - - [2026-06-04 02:27:49] "POST /neutron/network HTTP/1.1" 200 833 0.006204 10.0.0.249 - - [2026-06-04 02:27:49] "POST /neutron/subnet HTTP/1.1" 200 711 0.006569 10.0.0.249 - - [2026-06-04 02:27:49] "POST /neutron/network HTTP/1.1" 200 807 0.009249 10.0.0.249 - - [2026-06-04 02:27:49] "POST /neutron/network HTTP/1.1" 200 833 0.005426 10.0.0.249 - - [2026-06-04 02:27:49] "POST /id-to-fqname HTTP/1.1" 200 227 0.001242 10.0.0.249 - - [2026-06-04 02:27:49] "POST /neutron/network HTTP/1.1" 200 843 0.005366 10.0.0.249 - - [2026-06-04 02:27:50] "GET /aaa-mode HTTP/1.1" 401 293 0.000412 10.0.0.249 - - [2026-06-04 02:27:50] "GET / HTTP/1.1" 200 36215 0.001464 10.0.0.249 - - [2026-06-04 02:27:50] "GET /project/c159472a-840f-4dee-81bf-1fec10b6c52c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000382 10.0.0.249 - - [2026-06-04 02:27:50] "GET /projects?obj_uuids=c159472a-840f-4dee-81bf-1fec10b6c52c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001163 10.0.0.249 - - [2026-06-04 02:27:50] "GET /project/c159472a-840f-4dee-81bf-1fec10b6c52c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.053686 10.0.0.249 - - [2026-06-04 02:27:50] "POST /neutron/network HTTP/1.1" 200 833 0.029848 10.0.0.249 - - [2026-06-04 02:27:51] "POST /neutron/port HTTP/1.1" 200 117 0.005265 10.0.0.249 - - [2026-06-04 02:27:51] "POST /neutron/port HTTP/1.1" 200 117 0.004298 10.0.0.249 - - [2026-06-04 02:27:51] "POST /neutron/port HTTP/1.1" 200 117 0.004701 10.0.0.249 - - [2026-06-04 02:27:51] "POST /neutron/network HTTP/1.1" 200 843 0.004801 10.0.0.249 - - [2026-06-04 02:27:51] "GET /projects?obj_uuids=c159472a-840f-4dee-81bf-1fec10b6c52c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001095 10.0.0.249 - - [2026-06-04 02:27:51] "POST /neutron/port HTTP/1.1" 200 1058 0.191996 10.0.0.249 - - [2026-06-04 02:27:51] "POST /neutron/port HTTP/1.1" 200 1058 0.034475 10.0.0.249 - - [2026-06-04 02:27:51] "POST /neutron/port HTTP/1.1" 200 1058 0.009421 10.0.0.249 - - [2026-06-04 02:27:51] "POST /neutron/port HTTP/1.1" 200 1112 0.055717 10.0.0.249 - - [2026-06-04 02:27:51] "POST /neutron/port HTTP/1.1" 200 1122 0.011455 10.0.0.249 - - [2026-06-04 02:27:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003074 10.0.0.249 - - [2026-06-04 02:27:51] "POST /neutron/subnet HTTP/1.1" 200 685 0.006585 10.0.0.249 - - [2026-06-04 02:27:51] "POST /neutron/port HTTP/1.1" 200 117 0.001194 10.0.0.249 - - [2026-06-04 02:27:51] "POST /neutron/network HTTP/1.1" 200 833 0.005127 10.0.0.249 - - [2026-06-04 02:27:56] "POST /neutron/port HTTP/1.1" 200 1122 0.010721 10.0.0.249 - - [2026-06-04 02:27:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005932 10.0.0.249 - - [2026-06-04 02:27:56] "POST /neutron/port HTTP/1.1" 200 1122 0.011621 10.0.0.249 - - [2026-06-04 02:27:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005844 10.0.0.249 - - [2026-06-04 02:27:56] "POST /neutron/port HTTP/1.1" 200 1122 0.010710 10.0.0.249 - - [2026-06-04 02:27:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006385 10.0.0.249 - - [2026-06-04 02:27:56] "GET /virtual-machine/1e248f8e-3181-4265-bcbc-a711716cba6e HTTP/1.1" 200 1295 0.004371 10.0.0.249 - - [2026-06-04 02:27:56] "GET /virtual-machine-interface/b8835215-3e80-434f-a23c-150a1e446ab4 HTTP/1.1" 200 2972 0.004457 10.0.0.249 - - [2026-06-04 02:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.249 - - [2026-06-04 02:27:56] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003344 10.0.0.249 - - [2026-06-04 02:27:56] "GET /virtual-networks?parent_id=c159472a-840f-4dee-81bf-1fec10b6c52c&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002463 10.0.0.249 - - [2026-06-04 02:27:56] "GET /virtual-network/3906dd59-8edf-4cc7-9e11-ff7c88c2f014?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005974 10.0.0.249 - - [2026-06-04 02:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002543 10.0.0.249 - - [2026-06-04 02:27:59] "GET /virtual-network/3906dd59-8edf-4cc7-9e11-ff7c88c2f014?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004471 10.0.0.249 - - [2026-06-04 02:28:00] "POST /neutron/port HTTP/1.1" 200 1122 0.011634 10.0.0.249 - - [2026-06-04 02:28:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005563 10.0.0.249 - - [2026-06-04 02:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.249 - - [2026-06-04 02:28:01] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004998 10.0.0.249 - - [2026-06-04 02:28:01] "GET /virtual-networks?parent_id=c159472a-840f-4dee-81bf-1fec10b6c52c&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002534 10.0.0.249 - - [2026-06-04 02:28:01] "GET /virtual-network/3906dd59-8edf-4cc7-9e11-ff7c88c2f014?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004828 10.0.0.249 - - [2026-06-04 02:28:06] "POST /neutron/network HTTP/1.1" 200 807 0.009697 10.0.0.249 - - [2026-06-04 02:28:06] "POST /neutron/network HTTP/1.1" 200 833 0.004896 10.0.0.249 - - [2026-06-04 02:28:06] "POST /id-to-fqname HTTP/1.1" 200 227 0.001236 10.0.0.249 - - [2026-06-04 02:28:06] "POST /neutron/port HTTP/1.1" 200 1122 0.010417 10.0.0.249 - - [2026-06-04 02:28:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005685 10.0.0.249 - - [2026-06-04 02:28:06] "POST /neutron/network HTTP/1.1" 200 843 0.005060 10.0.0.249 - - [2026-06-04 02:28:06] "GET /aaa-mode HTTP/1.1" 401 293 0.000421 10.0.0.249 - - [2026-06-04 02:28:06] "GET / HTTP/1.1" 200 36215 0.001799 10.0.0.249 - - [2026-06-04 02:28:06] "GET /project/c159472a-840f-4dee-81bf-1fec10b6c52c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000397 10.0.0.249 - - [2026-06-04 02:28:07] "GET /projects?obj_uuids=c159472a-840f-4dee-81bf-1fec10b6c52c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001346 10.0.0.249 - - [2026-06-04 02:28:07] "GET /project/c159472a-840f-4dee-81bf-1fec10b6c52c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.053885 10.0.0.249 - - [2026-06-04 02:28:07] "POST /neutron/network HTTP/1.1" 200 833 0.005059 10.0.0.249 - - [2026-06-04 02:28:07] "POST /neutron/port HTTP/1.1" 200 1122 0.013436 10.0.0.249 - - [2026-06-04 02:28:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006256 10.0.0.249 - - [2026-06-04 02:28:07] "POST /neutron/port HTTP/1.1" 200 117 0.004212 10.0.0.249 - - [2026-06-04 02:28:07] "POST /neutron/port HTTP/1.1" 200 117 0.004800 10.0.0.249 - - [2026-06-04 02:28:07] "POST /neutron/network HTTP/1.1" 200 843 0.004918 10.0.0.249 - - [2026-06-04 02:28:07] "GET /projects?obj_uuids=c159472a-840f-4dee-81bf-1fec10b6c52c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001487 10.0.0.249 - - [2026-06-04 02:28:07] "POST /neutron/port HTTP/1.1" 200 1058 0.192646 10.0.0.249 - - [2026-06-04 02:28:08] "POST /neutron/port HTTP/1.1" 200 1058 0.010892 10.0.0.249 - - [2026-06-04 02:28:08] "POST /neutron/port HTTP/1.1" 200 1058 0.011284 10.0.0.249 - - [2026-06-04 02:28:08] "POST /neutron/port HTTP/1.1" 200 1112 0.053617 10.0.0.249 - - [2026-06-04 02:28:08] "POST /neutron/port HTTP/1.1" 200 1122 0.011687 10.0.0.249 - - [2026-06-04 02:28:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003645 10.0.0.249 - - [2026-06-04 02:28:08] "POST /neutron/subnet HTTP/1.1" 200 685 0.006267 10.0.0.249 - - [2026-06-04 02:28:08] "POST /neutron/port HTTP/1.1" 200 117 0.001143 10.0.0.249 - - [2026-06-04 02:28:08] "POST /neutron/network HTTP/1.1" 200 833 0.005378 10.0.0.249 - - [2026-06-04 02:28:12] "POST /neutron/port HTTP/1.1" 200 1122 0.013089 10.0.0.249 - - [2026-06-04 02:28:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006256 10.0.0.249 - - [2026-06-04 02:28:12] "POST /neutron/port HTTP/1.1" 200 1122 0.013485 10.0.0.249 - - [2026-06-04 02:28:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006272 10.0.0.249 - - [2026-06-04 02:28:12] "POST /neutron/port HTTP/1.1" 200 1122 0.010741 10.0.0.249 - - [2026-06-04 02:28:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005646 10.0.0.249 - - [2026-06-04 02:28:12] "GET /virtual-machine/8088a834-2634-4c42-92ed-bb384a84122d HTTP/1.1" 200 1295 0.004283 10.0.0.249 - - [2026-06-04 02:28:12] "GET /virtual-machine-interface/b5d7a4e1-42e1-4607-bde1-a613b87079e3 HTTP/1.1" 200 2972 0.004745 10.0.0.249 - - [2026-06-04 02:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002502 10.0.0.249 - - [2026-06-04 02:28:12] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002715 10.0.0.249 - - [2026-06-04 02:28:12] "GET /virtual-networks?parent_id=c159472a-840f-4dee-81bf-1fec10b6c52c&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002774 10.0.0.249 - - [2026-06-04 02:28:12] "GET /virtual-network/3906dd59-8edf-4cc7-9e11-ff7c88c2f014?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005378 10.0.0.249 - - [2026-06-04 02:28:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.249 - - [2026-06-04 02:28:16] "GET /virtual-network/3906dd59-8edf-4cc7-9e11-ff7c88c2f014?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005301 10.0.0.249 - - [2026-06-04 02:28:17] "POST /neutron/port HTTP/1.1" 200 1122 0.037393 10.0.0.249 - - [2026-06-04 02:28:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005339 10.0.0.249 - - [2026-06-04 02:28:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002472 10.0.0.249 - - [2026-06-04 02:28:18] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002644 10.0.0.249 - - [2026-06-04 02:28:18] "GET /virtual-networks?parent_id=c159472a-840f-4dee-81bf-1fec10b6c52c&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002449 10.0.0.249 - - [2026-06-04 02:28:18] "GET /virtual-network/3906dd59-8edf-4cc7-9e11-ff7c88c2f014?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004566 10.0.0.249 - - [2026-06-04 02:28:18] "POST /neutron/port HTTP/1.1" 200 1122 0.010729 10.0.0.249 - - [2026-06-04 02:28:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005539 10.0.0.249 - - [2026-06-04 02:28:20] "DELETE /project/c159472a840f4dee81bf1fec10b6c52c HTTP/1.1" 404 173 0.004014 10.0.0.249 - - [2026-06-04 02:28:20] "GET /projects?obj_uuids=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000854 10.0.0.249 - - [2026-06-04 02:28:21] "GET /project/c28aa175-687c-404c-b24e-7a47835a657a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.022263 10.0.0.249 - - [2026-06-04 02:28:21] "GET /projects?obj_uuids=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001036 10.0.0.249 - - [2026-06-04 02:28:21] "GET /project/c28aa175-687c-404c-b24e-7a47835a657a?fields=security_groups HTTP/1.1" 200 1368 0.068108 10.0.0.249 - - [2026-06-04 02:28:21] "DELETE /security-group/e6683872-6748-4886-ae2c-be225da91f9e HTTP/1.1" 200 115 0.032542 10.0.0.249 - - [2026-06-04 02:28:21] "GET /projects?obj_uuids=c28aa175-687c-404c-b24e-7a47835a657a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000985 10.0.0.249 - - [2026-06-04 02:28:21] "DELETE /access-control-list/1522292e-40b7-4430-94ba-b26b149aecef HTTP/1.1" 200 115 0.022834 10.0.0.249 - - [2026-06-04 02:28:21] "GET /project/c28aa175-687c-404c-b24e-7a47835a657a?fields=application_policy_sets HTTP/1.1" 200 1407 0.036538 10.0.0.249 - - [2026-06-04 02:28:21] "DELETE /access-control-list/dc009404-e493-48e9-8ee0-1c4f5a4fdd0c HTTP/1.1" 200 115 0.027998 10.0.0.249 - - [2026-06-04 02:28:21] "DELETE /project/c28aa175-687c-404c-b24e-7a47835a657a HTTP/1.1" 200 115 0.315079 10.0.0.249 - - [2026-06-04 02:28:28] "GET /obj-perms HTTP/1.1" 200 5075 0.052302 10.0.0.249 - - [2026-06-04 02:28:28] "GET /obj-perms HTTP/1.1" 200 5075 0.044695 10.0.0.249 - - [2026-06-04 02:28:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.249 - - [2026-06-04 02:28:30] "DELETE /virtual-DNS/5cdde99f-c475-4bf7-920b-49946fed9e70 HTTP/1.1" 409 236 0.006443 10.0.0.249 - - [2026-06-04 02:28:30] "POST /fqname-to-id HTTP/1.1" 404 192 0.002402 10.0.0.249 - - [2026-06-04 02:28:30] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.014021 10.0.0.249 - - [2026-06-04 02:28:30] "GET /virtual-DNS-record/15159b06-308a-4140-af4c-ecc14070b670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.003918 10.0.0.249 - - [2026-06-04 02:28:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002662 10.0.0.249 - - [2026-06-04 02:28:30] "GET /virtual-DNS-record/15159b06-308a-4140-af4c-ecc14070b670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.003133 10.0.0.249 - - [2026-06-04 02:28:30] "GET /domains HTTP/1.1" 200 281 0.002945 10.0.0.249 - - [2026-06-04 02:28:30] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001177 10.0.0.249 - - [2026-06-04 02:28:30] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2786 0.008225 10.0.0.249 - - [2026-06-04 02:28:30] "GET /virtual-DNS/5cdde99f-c475-4bf7-920b-49946fed9e70 HTTP/1.1" 200 1911 0.003842 10.0.0.249 - - [2026-06-04 02:28:30] "GET /virtual-DNS-record/15159b06-308a-4140-af4c-ecc14070b670 HTTP/1.1" 200 1338 0.002662 10.0.0.249 - - [2026-06-04 02:28:35] "DELETE /virtual-DNS-record/15159b06-308a-4140-af4c-ecc14070b670 HTTP/1.1" 200 115 0.019534 10.0.0.249 - - [2026-06-04 02:28:35] "POST /fqname-to-id HTTP/1.1" 404 184 0.002359 10.0.0.249 - - [2026-06-04 02:28:36] "POST /neutron/network HTTP/1.1" 200 833 0.009168 10.0.0.249 - - [2026-06-04 02:28:36] "POST /neutron/network HTTP/1.1" 400 204 0.007804 10.0.0.249 - - [2026-06-04 02:28:36] "POST /neutron/port HTTP/1.1" 200 1122 0.011593 10.0.0.249 - - [2026-06-04 02:28:36] "POST /neutron/port HTTP/1.1" 200 1112 0.011289 10.0.0.249 - - [2026-06-04 02:28:36] "POST /neutron/port HTTP/1.1" 200 1122 0.016431 10.0.0.249 - - [2026-06-04 02:28:36] "POST /neutron/port HTTP/1.1" 200 1112 0.009186 10.0.0.249 - - [2026-06-04 02:28:36] "POST /neutron/port HTTP/1.1" 200 151 0.117636 10.0.0.249 - - [2026-06-04 02:28:36] "POST /neutron/port HTTP/1.1" 200 151 0.131259 10.0.0.249 - - [2026-06-04 02:28:38] "POST /neutron/network HTTP/1.1" 200 833 0.006366 10.0.0.249 - - [2026-06-04 02:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.249 - - [2026-06-04 02:28:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001787 10.0.0.249 - - [2026-06-04 02:28:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002702 10.0.0.249 - - [2026-06-04 02:28:38] "POST /neutron/network HTTP/1.1" 200 151 0.198250 10.0.0.249 - - [2026-06-04 02:28:38] "DELETE /route-target/4a523da7-ff18-46ad-b663-f5a00de128da HTTP/1.1" 200 115 0.014802 10.0.0.249 - - [2026-06-04 02:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002359 10.0.0.249 - - [2026-06-04 02:28:38] "DELETE /network-ipam/a9848922-cd92-4ef4-a381-8e06fb39f085 HTTP/1.1" 200 115 0.016792 10.0.0.249 - - [2026-06-04 02:28:38] "DELETE /virtual-DNS/5cdde99f-c475-4bf7-920b-49946fed9e70 HTTP/1.1" 200 115 0.021757 10.0.0.249 - - [2026-06-04 02:28:38] "POST /fqname-to-id HTTP/1.1" 404 180 0.002195 10.0.0.249 - - [2026-06-04 02:28:38] "GET /domains HTTP/1.1" 200 281 0.002739 10.0.0.249 - - [2026-06-04 02:28:38] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000912 10.0.0.249 - - [2026-06-04 02:28:38] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2585 0.006844 10.0.0.249 - - [2026-06-04 02:28:38] "GET /projects?obj_uuids=c159472a-840f-4dee-81bf-1fec10b6c52c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000896 10.0.0.249 - - [2026-06-04 02:28:38] "GET /project/c159472a-840f-4dee-81bf-1fec10b6c52c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.026446 10.0.0.249 - - [2026-06-04 02:28:38] "GET /projects?obj_uuids=c159472a-840f-4dee-81bf-1fec10b6c52c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000918 10.0.0.249 - - [2026-06-04 02:28:38] "GET /project/c159472a-840f-4dee-81bf-1fec10b6c52c?fields=virtual_networks HTTP/1.1" 200 1046 0.062401 10.0.0.249 - - [2026-06-04 02:28:38] "GET /projects?obj_uuids=c159472a-840f-4dee-81bf-1fec10b6c52c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000954 10.0.0.249 - - [2026-06-04 02:28:38] "GET /project/c159472a-840f-4dee-81bf-1fec10b6c52c?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.020324 10.0.0.249 - - [2026-06-04 02:28:38] "GET /projects?obj_uuids=c159472a-840f-4dee-81bf-1fec10b6c52c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001067 10.0.0.249 - - [2026-06-04 02:28:38] "GET /project/c159472a-840f-4dee-81bf-1fec10b6c52c?fields=security_groups HTTP/1.1" 200 1274 0.022056 10.0.0.249 - - [2026-06-04 02:28:39] "POST /fqname-to-id HTTP/1.1" 404 189 0.026119 10.0.0.249 - - [2026-06-04 02:28:39] "GET /projects?obj_uuids=6b09fd15-4967-4f2e-9b22-2a08443daed0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002759 10.0.0.249 - - [2026-06-04 02:28:39] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001341 10.0.0.249 - - [2026-06-04 02:28:39] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007763 10.0.0.249 - - [2026-06-04 02:28:39] "POST /id-to-fqname HTTP/1.1" 200 191 0.001246 10.0.0.249 - - [2026-06-04 02:28:39] "POST /fqname-to-id HTTP/1.1" 404 200 0.003010 10.0.0.249 - - [2026-06-04 02:28:40] "POST /security-groups HTTP/1.1" 200 592 0.059453 10.0.0.249 - - [2026-06-04 02:28:40] "POST /fqname-to-id HTTP/1.1" 404 235 0.002641 10.0.0.249 - - [2026-06-04 02:28:40] "POST /projects HTTP/1.1" 200 587 0.205376 10.0.0.249 - - [2026-06-04 02:28:40] "POST /access-control-lists HTTP/1.1" 200 599 0.059782 10.0.0.249 - - [2026-06-04 02:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.278501 10.0.0.249 - - [2026-06-04 02:28:40] "POST /fqname-to-id HTTP/1.1" 404 234 0.002642 10.0.0.249 - - [2026-06-04 02:28:40] "GET /project/6b09fd15-4967-4f2e-9b22-2a08443daed0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.402007 10.0.0.249 - - [2026-06-04 02:28:40] "POST /access-control-lists HTTP/1.1" 200 597 0.060118 10.0.0.249 - - [2026-06-04 02:28:41] "GET / HTTP/1.1" 200 36215 0.001829 10.0.0.249 - - [2026-06-04 02:28:41] "POST /fqname-to-id HTTP/1.1" 401 293 0.000441 10.0.0.249 - - [2026-06-04 02:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.050074 10.0.0.249 - - [2026-06-04 02:28:42] "GET /projects?obj_uuids=6b09fd15-4967-4f2e-9b22-2a08443daed0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000856 10.0.0.249 - - [2026-06-04 02:28:42] "GET /project/6b09fd15-4967-4f2e-9b22-2a08443daed0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.023138 10.0.0.249 - - [2026-06-04 02:28:42] "POST /neutron/network HTTP/1.1" 200 117 0.035889 10.0.0.249 - - [2026-06-04 02:28:42] "GET /projects?obj_uuids=6b09fd15-4967-4f2e-9b22-2a08443daed0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001263 10.0.0.249 - - [2026-06-04 02:28:42] "POST /neutron/network HTTP/1.1" 200 606 0.057794 10.0.0.249 - - [2026-06-04 02:28:42] "POST /useragent-kv HTTP/1.1" 200 115 0.001884 10.0.0.249 - - [2026-06-04 02:28:42] "POST /neutron/subnet HTTP/1.1" 200 729 0.183605 10.0.0.249 - - [2026-06-04 02:28:42] "POST /neutron/network HTTP/1.1" 200 826 0.006406 10.0.0.249 - - [2026-06-04 02:28:42] "POST /id-to-fqname HTTP/1.1" 200 221 0.001054 10.0.0.249 - - [2026-06-04 02:28:42] "GET /virtual-network/bd3608f5-07fb-42f2-b6f1-0ab347929ed2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004258 10.0.0.249 - - [2026-06-04 02:28:42] "POST /neutron/network HTTP/1.1" 200 826 0.004466 10.0.0.249 - - [2026-06-04 02:28:42] "GET /virtual-network/bd3608f5-07fb-42f2-b6f1-0ab347929ed2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005574 10.0.0.249 - - [2026-06-04 02:28:42] "POST /neutron/network HTTP/1.1" 200 826 0.004547 10.0.0.249 - - [2026-06-04 02:28:42] "POST /neutron/subnet HTTP/1.1" 200 729 0.006059 10.0.0.249 - - [2026-06-04 02:28:42] "POST /id-to-fqname HTTP/1.1" 200 221 0.001049 10.0.0.249 - - [2026-06-04 02:28:42] "POST /route-targets HTTP/1.1" 200 328 0.008532 10.0.0.249 - - [2026-06-04 02:28:42] "POST /ref-update HTTP/1.1" 200 156 0.007273 10.0.0.249 - - [2026-06-04 02:28:42] "POST /neutron/network HTTP/1.1" 200 836 0.005175 10.0.0.249 - - [2026-06-04 02:28:43] "GET /aaa-mode HTTP/1.1" 401 293 0.000496 10.0.0.249 - - [2026-06-04 02:28:43] "GET / HTTP/1.1" 200 36215 0.002473 10.0.0.249 - - [2026-06-04 02:28:43] "GET /project/6b09fd15-4967-4f2e-9b22-2a08443daed0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000456 10.0.0.249 - - [2026-06-04 02:28:43] "GET /projects?obj_uuids=6b09fd15-4967-4f2e-9b22-2a08443daed0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001111 10.0.0.249 - - [2026-06-04 02:28:43] "GET /project/6b09fd15-4967-4f2e-9b22-2a08443daed0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.043937 10.0.0.249 - - [2026-06-04 02:28:43] "POST /neutron/network HTTP/1.1" 200 826 0.004495 10.0.0.249 - - [2026-06-04 02:28:43] "POST /neutron/port HTTP/1.1" 200 117 0.004317 10.0.0.249 - - [2026-06-04 02:28:43] "POST /neutron/port HTTP/1.1" 200 117 0.006055 10.0.0.249 - - [2026-06-04 02:28:43] "POST /id-to-fqname HTTP/1.1" 200 221 0.001236 10.0.0.249 - - [2026-06-04 02:28:43] "POST /neutron/port HTTP/1.1" 200 117 0.005293 10.0.0.249 - - [2026-06-04 02:28:44] "POST /neutron/network HTTP/1.1" 200 836 0.005067 10.0.0.249 - - [2026-06-04 02:28:44] "GET /aaa-mode HTTP/1.1" 401 293 0.000426 10.0.0.249 - - [2026-06-04 02:28:44] "POST /neutron/network HTTP/1.1" 200 836 0.005578 10.0.0.249 - - [2026-06-04 02:28:44] "GET /projects?obj_uuids=6b09fd15-4967-4f2e-9b22-2a08443daed0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001281 10.0.0.249 - - [2026-06-04 02:28:44] "GET / HTTP/1.1" 200 36215 0.002689 10.0.0.249 - - [2026-06-04 02:28:44] "GET /project/6b09fd15-4967-4f2e-9b22-2a08443daed0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000371 10.0.0.249 - - [2026-06-04 02:28:44] "POST /neutron/port HTTP/1.1" 200 1062 0.184831 10.0.0.249 - - [2026-06-04 02:28:44] "POST /neutron/port HTTP/1.1" 200 1062 0.009614 10.0.0.249 - - [2026-06-04 02:28:44] "POST /neutron/port HTTP/1.1" 200 1062 0.008503 10.0.0.249 - - [2026-06-04 02:28:44] "POST /neutron/port HTTP/1.1" 200 1116 0.049264 10.0.0.249 - - [2026-06-04 02:28:44] "POST /neutron/port HTTP/1.1" 200 1126 0.010711 10.0.0.249 - - [2026-06-04 02:28:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003479 10.0.0.249 - - [2026-06-04 02:28:44] "POST /neutron/subnet HTTP/1.1" 200 703 0.006278 10.0.0.249 - - [2026-06-04 02:28:44] "POST /neutron/port HTTP/1.1" 200 117 0.001067 10.0.0.249 - - [2026-06-04 02:28:44] "POST /neutron/network HTTP/1.1" 200 826 0.005070 10.0.0.249 - - [2026-06-04 02:28:44] "GET /projects?obj_uuids=6b09fd15-4967-4f2e-9b22-2a08443daed0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001012 10.0.0.249 - - [2026-06-04 02:28:44] "GET /project/6b09fd15-4967-4f2e-9b22-2a08443daed0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.053115 10.0.0.249 - - [2026-06-04 02:28:44] "POST /neutron/network HTTP/1.1" 200 826 0.006212 10.0.0.249 - - [2026-06-04 02:28:44] "POST /neutron/port HTTP/1.1" 200 1126 0.015262 10.0.0.249 - - [2026-06-04 02:28:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006037 10.0.0.249 - - [2026-06-04 02:28:45] "POST /neutron/port HTTP/1.1" 200 117 0.004249 10.0.0.249 - - [2026-06-04 02:28:45] "POST /neutron/port HTTP/1.1" 200 1126 0.010825 10.0.0.249 - - [2026-06-04 02:28:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005460 10.0.0.249 - - [2026-06-04 02:28:45] "POST /neutron/network HTTP/1.1" 200 836 0.005605 10.0.0.249 - - [2026-06-04 02:28:45] "GET /projects?obj_uuids=6b09fd15-4967-4f2e-9b22-2a08443daed0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001582 10.0.0.249 - - [2026-06-04 02:28:45] "POST /neutron/port HTTP/1.1" 200 1062 0.232268 10.0.0.249 - - [2026-06-04 02:28:45] "POST /neutron/port HTTP/1.1" 200 1062 0.013573 10.0.0.249 - - [2026-06-04 02:28:45] "POST /neutron/port HTTP/1.1" 200 1062 0.012363 10.0.0.249 - - [2026-06-04 02:28:45] "POST /neutron/port HTTP/1.1" 200 1116 0.077708 10.0.0.249 - - [2026-06-04 02:28:45] "POST /neutron/port HTTP/1.1" 200 1126 0.012742 10.0.0.249 - - [2026-06-04 02:28:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003101 10.0.0.249 - - [2026-06-04 02:28:45] "POST /neutron/subnet HTTP/1.1" 200 703 0.008907 10.0.0.249 - - [2026-06-04 02:28:45] "POST /neutron/port HTTP/1.1" 200 117 0.001465 10.0.0.249 - - [2026-06-04 02:28:45] "POST /neutron/network HTTP/1.1" 200 826 0.005933 10.0.0.249 - - [2026-06-04 02:28:50] "POST /neutron/port HTTP/1.1" 200 1126 0.013018 10.0.0.249 - - [2026-06-04 02:28:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005280 10.0.0.249 - - [2026-06-04 02:28:50] "POST /neutron/port HTTP/1.1" 200 1126 0.012138 10.0.0.249 - - [2026-06-04 02:28:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005648 10.0.0.249 - - [2026-06-04 02:28:50] "POST /neutron/port HTTP/1.1" 200 1126 0.013457 10.0.0.249 - - [2026-06-04 02:28:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007660 10.0.0.249 - - [2026-06-04 02:28:50] "GET /virtual-machine/ddd4e6d7-cb46-4d75-ad28-764d56599386 HTTP/1.1" 401 293 0.000393 10.0.0.249 - - [2026-06-04 02:28:50] "GET /virtual-machine/ddd4e6d7-cb46-4d75-ad28-764d56599386 HTTP/1.1" 200 1296 0.031982 10.0.0.249 - - [2026-06-04 02:28:50] "GET /virtual-machine-interface/372986b1-b5bc-43eb-82bf-50cb149b3cba HTTP/1.1" 200 2952 0.004717 10.0.0.249 - - [2026-06-04 02:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002652 10.0.0.249 - - [2026-06-04 02:28:50] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003015 10.0.0.249 - - [2026-06-04 02:28:50] "GET /virtual-networks?parent_id=6b09fd15-4967-4f2e-9b22-2a08443daed0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002551 10.0.0.249 - - [2026-06-04 02:28:50] "GET /virtual-network/bd3608f5-07fb-42f2-b6f1-0ab347929ed2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004717 10.0.0.249 - - [2026-06-04 02:28:53] "POST /neutron/port HTTP/1.1" 200 1126 0.012139 10.0.0.249 - - [2026-06-04 02:28:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004839 10.0.0.249 - - [2026-06-04 02:28:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.249 - - [2026-06-04 02:28:54] "GET /virtual-network/bd3608f5-07fb-42f2-b6f1-0ab347929ed2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004776 10.0.0.249 - - [2026-06-04 02:28:54] "POST /neutron/port HTTP/1.1" 200 1126 0.011451 10.0.0.249 - - [2026-06-04 02:28:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004849 10.0.0.249 - - [2026-06-04 02:28:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002463 10.0.0.249 - - [2026-06-04 02:28:56] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003531 10.0.0.249 - - [2026-06-04 02:28:56] "GET /virtual-networks?parent_id=6b09fd15-4967-4f2e-9b22-2a08443daed0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002849 10.0.0.249 - - [2026-06-04 02:28:56] "GET /virtual-network/bd3608f5-07fb-42f2-b6f1-0ab347929ed2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004647 10.0.0.249 - - [2026-06-04 02:28:56] "POST /neutron/port HTTP/1.1" 200 1126 0.010388 10.0.0.249 - - [2026-06-04 02:28:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006052 10.0.0.249 - - [2026-06-04 02:28:56] "POST /neutron/port HTTP/1.1" 200 1126 0.012603 10.0.0.249 - - [2026-06-04 02:28:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005314 10.0.0.249 - - [2026-06-04 02:28:56] "POST /neutron/port HTTP/1.1" 200 1126 0.012330 10.0.0.249 - - [2026-06-04 02:28:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006471 10.0.0.249 - - [2026-06-04 02:28:56] "GET /virtual-machine/f8f60831-0bed-4327-a2ae-e8ab63a490b0 HTTP/1.1" 200 1296 0.005036 10.0.0.249 - - [2026-06-04 02:28:56] "GET /virtual-machine-interface/097bbbdd-bf73-424e-aaa4-306dad4e2589 HTTP/1.1" 200 2952 0.005669 10.0.0.249 - - [2026-06-04 02:28:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002449 10.0.0.249 - - [2026-06-04 02:28:56] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003157 10.0.0.249 - - [2026-06-04 02:28:56] "GET /virtual-networks?parent_id=6b09fd15-4967-4f2e-9b22-2a08443daed0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002578 10.0.0.249 - - [2026-06-04 02:28:56] "GET /virtual-network/bd3608f5-07fb-42f2-b6f1-0ab347929ed2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005037 10.0.0.249 - - [2026-06-04 02:28:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002523 10.0.0.249 - - [2026-06-04 02:28:57] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002964 10.0.0.249 - - [2026-06-04 02:28:57] "GET /virtual-networks?parent_id=6b09fd15-4967-4f2e-9b22-2a08443daed0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003315 10.0.0.249 - - [2026-06-04 02:28:58] "GET /virtual-network/bd3608f5-07fb-42f2-b6f1-0ab347929ed2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004838 10.0.0.249 - - [2026-06-04 02:29:02] "POST /neutron/network HTTP/1.1" 200 826 0.006348 10.0.0.249 - - [2026-06-04 02:29:02] "POST /neutron/network HTTP/1.1" 400 204 0.010261 10.0.0.249 - - [2026-06-04 02:29:02] "POST /neutron/port HTTP/1.1" 200 1126 0.011987 10.0.0.249 - - [2026-06-04 02:29:02] "POST /neutron/port HTTP/1.1" 200 1116 0.009615 10.0.0.249 - - [2026-06-04 02:29:02] "POST /neutron/port HTTP/1.1" 200 1126 0.010506 10.0.0.249 - - [2026-06-04 02:29:02] "POST /neutron/port HTTP/1.1" 200 1116 0.011308 10.0.0.249 - - [2026-06-04 02:29:03] "POST /neutron/port HTTP/1.1" 200 151 0.127278 10.0.0.249 - - [2026-06-04 02:29:03] "POST /neutron/port HTTP/1.1" 200 151 0.158442 10.0.0.249 - - [2026-06-04 02:29:04] "POST /neutron/network HTTP/1.1" 200 826 0.004924 10.0.0.249 - - [2026-06-04 02:29:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.249 - - [2026-06-04 02:29:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001632 10.0.0.249 - - [2026-06-04 02:29:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001472 10.0.0.249 - - [2026-06-04 02:29:04] "POST /neutron/network HTTP/1.1" 200 151 0.072596 10.0.0.249 - - [2026-06-04 02:29:04] "DELETE /route-target/fc32ada9-be7e-4966-8f02-dc6dc5b97319 HTTP/1.1" 200 115 0.017547 10.0.0.249 - - [2026-06-04 02:29:04] "GET /projects?obj_uuids=6b09fd15-4967-4f2e-9b22-2a08443daed0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001380 10.0.0.249 - - [2026-06-04 02:29:04] "GET /project/6b09fd15-4967-4f2e-9b22-2a08443daed0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.027441 10.0.0.249 - - [2026-06-04 02:29:04] "GET /projects?obj_uuids=6b09fd15-4967-4f2e-9b22-2a08443daed0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001242 10.0.0.249 - - [2026-06-04 02:29:04] "GET /project/6b09fd15-4967-4f2e-9b22-2a08443daed0?fields=virtual_networks HTTP/1.1" 200 1046 0.069671 10.0.0.249 - - [2026-06-04 02:29:04] "GET /projects?obj_uuids=6b09fd15-4967-4f2e-9b22-2a08443daed0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001789 10.0.0.249 - - [2026-06-04 02:29:05] "GET /project/6b09fd15-4967-4f2e-9b22-2a08443daed0?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.023715 10.0.0.249 - - [2026-06-04 02:29:05] "GET /projects?obj_uuids=6b09fd15-4967-4f2e-9b22-2a08443daed0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000989 10.0.0.249 - - [2026-06-04 02:29:05] "GET /project/6b09fd15-4967-4f2e-9b22-2a08443daed0?fields=security_groups HTTP/1.1" 200 1274 0.032157 10.0.0.249 - - [2026-06-04 02:29:05] "POST /fqname-to-id HTTP/1.1" 404 188 0.026237 10.0.0.249 - - [2026-06-04 02:29:05] "GET /projects?obj_uuids=8ff8b903-f6fb-45c1-be05-acc5d9b51118&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002066 10.0.0.249 - - [2026-06-04 02:29:06] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001487 10.0.0.249 - - [2026-06-04 02:29:06] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009074 10.0.0.249 - - [2026-06-04 02:29:06] "POST /id-to-fqname HTTP/1.1" 200 190 0.001225 10.0.0.249 - - [2026-06-04 02:29:06] "POST /fqname-to-id HTTP/1.1" 404 199 0.003346 10.0.0.249 - - [2026-06-04 02:29:06] "POST /security-groups HTTP/1.1" 200 591 0.068387 10.0.0.249 - - [2026-06-04 02:29:06] "POST /fqname-to-id HTTP/1.1" 404 234 0.002114 10.0.0.249 - - [2026-06-04 02:29:06] "POST /projects HTTP/1.1" 200 585 0.217563 10.0.0.249 - - [2026-06-04 02:29:06] "POST /access-control-lists HTTP/1.1" 200 598 0.058714 10.0.0.249 - - [2026-06-04 02:29:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.288527 10.0.0.249 - - [2026-06-04 02:29:06] "POST /fqname-to-id HTTP/1.1" 404 233 0.003009 10.0.0.249 - - [2026-06-04 02:29:06] "GET /project/8ff8b903-f6fb-45c1-be05-acc5d9b51118?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.419148 10.0.0.249 - - [2026-06-04 02:29:06] "POST /access-control-lists HTTP/1.1" 200 596 0.060144 10.0.0.249 - - [2026-06-04 02:29:07] "GET / HTTP/1.1" 200 36215 0.002717 10.0.0.249 - - [2026-06-04 02:29:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000436 10.0.0.249 - - [2026-06-04 02:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.053341 10.0.0.249 - - [2026-06-04 02:29:08] "GET /projects?obj_uuids=8ff8b903-f6fb-45c1-be05-acc5d9b51118&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000920 10.0.0.249 - - [2026-06-04 02:29:08] "GET /project/8ff8b903-f6fb-45c1-be05-acc5d9b51118?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.019468 10.0.0.249 - - [2026-06-04 02:29:08] "POST /neutron/network HTTP/1.1" 200 117 0.030185 10.0.0.249 - - [2026-06-04 02:29:08] "GET /projects?obj_uuids=8ff8b903-f6fb-45c1-be05-acc5d9b51118&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001375 10.0.0.249 - - [2026-06-04 02:29:08] "POST /neutron/network HTTP/1.1" 200 625 0.058399 10.0.0.249 - - [2026-06-04 02:29:08] "POST /route-targets HTTP/1.1" 200 328 0.009339 10.0.0.249 - - [2026-06-04 02:29:08] "POST /ref-update HTTP/1.1" 200 156 0.010939 10.0.0.249 - - [2026-06-04 02:29:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003958 10.0.0.249 - - [2026-06-04 02:29:08] "POST /neutron/subnet HTTP/1.1" 200 701 0.191544 10.0.0.249 - - [2026-06-04 02:29:08] "POST /neutron/network HTTP/1.1" 200 839 0.004580 10.0.0.249 - - [2026-06-04 02:29:08] "POST /id-to-fqname HTTP/1.1" 200 230 0.001067 10.0.0.249 - - [2026-06-04 02:29:08] "GET /virtual-network/f40fed0f-2b89-46ad-a4cb-b98c643110fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004209 10.0.0.249 - - [2026-06-04 02:29:08] "POST /neutron/network HTTP/1.1" 200 839 0.005650 10.0.0.249 - - [2026-06-04 02:29:08] "GET /virtual-network/f40fed0f-2b89-46ad-a4cb-b98c643110fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006039 10.0.0.249 - - [2026-06-04 02:29:08] "POST /neutron/network HTTP/1.1" 200 839 0.005110 10.0.0.249 - - [2026-06-04 02:29:08] "POST /neutron/subnet HTTP/1.1" 200 701 0.005907 10.0.0.249 - - [2026-06-04 02:29:09] "POST /neutron/network HTTP/1.1" 200 839 0.005161 10.0.0.249 - - [2026-06-04 02:29:09] "POST /id-to-fqname HTTP/1.1" 200 230 0.001001 10.0.0.249 - - [2026-06-04 02:29:09] "POST /neutron/network HTTP/1.1" 200 849 0.005082 10.0.0.249 - - [2026-06-04 02:29:09] "GET /aaa-mode HTTP/1.1" 401 293 0.000427 10.0.0.249 - - [2026-06-04 02:29:09] "GET / HTTP/1.1" 200 36215 0.001659 10.0.0.249 - - [2026-06-04 02:29:09] "GET /project/8ff8b903-f6fb-45c1-be05-acc5d9b51118?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000363 10.0.0.249 - - [2026-06-04 02:29:09] "GET /projects?obj_uuids=8ff8b903-f6fb-45c1-be05-acc5d9b51118&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001004 10.0.0.249 - - [2026-06-04 02:29:09] "GET /project/8ff8b903-f6fb-45c1-be05-acc5d9b51118?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.043643 10.0.0.249 - - [2026-06-04 02:29:09] "POST /neutron/network HTTP/1.1" 200 839 0.004716 10.0.0.249 - - [2026-06-04 02:29:10] "POST /neutron/port HTTP/1.1" 200 117 0.009190 10.0.0.249 - - [2026-06-04 02:29:10] "POST /neutron/port HTTP/1.1" 200 117 0.004278 10.0.0.249 - - [2026-06-04 02:29:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002390 10.0.0.249 - - [2026-06-04 02:29:10] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003109 10.0.0.249 - - [2026-06-04 02:29:10] "PUT /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9 HTTP/1.1" 200 277 0.007509 10.0.0.249 - - [2026-06-04 02:29:10] "POST /neutron/port HTTP/1.1" 200 117 0.004900 10.0.0.249 - - [2026-06-04 02:29:10] "POST /neutron/network HTTP/1.1" 200 849 0.004927 10.0.0.249 - - [2026-06-04 02:29:10] "GET /projects?obj_uuids=8ff8b903-f6fb-45c1-be05-acc5d9b51118&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001253 10.0.0.249 - - [2026-06-04 02:29:10] "POST /neutron/port HTTP/1.1" 200 1055 0.179326 10.0.0.249 - - [2026-06-04 02:29:10] "POST /neutron/port HTTP/1.1" 200 1055 0.009539 10.0.0.249 - - [2026-06-04 02:29:10] "POST /neutron/port HTTP/1.1" 200 1055 0.008680 10.0.0.249 - - [2026-06-04 02:29:10] "POST /neutron/port HTTP/1.1" 200 1109 0.046880 10.0.0.249 - - [2026-06-04 02:29:10] "POST /neutron/port HTTP/1.1" 200 1119 0.011831 10.0.0.249 - - [2026-06-04 02:29:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003089 10.0.0.249 - - [2026-06-04 02:29:10] "POST /neutron/subnet HTTP/1.1" 200 675 0.006764 10.0.0.249 - - [2026-06-04 02:29:10] "POST /neutron/port HTTP/1.1" 200 117 0.001075 10.0.0.249 - - [2026-06-04 02:29:10] "POST /neutron/network HTTP/1.1" 200 839 0.004974 10.0.0.249 - - [2026-06-04 02:29:15] "POST /neutron/port HTTP/1.1" 200 1119 0.013509 10.0.0.249 - - [2026-06-04 02:29:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006007 10.0.0.249 - - [2026-06-04 02:29:15] "POST /neutron/port HTTP/1.1" 200 1119 0.010935 10.0.0.249 - - [2026-06-04 02:29:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005012 10.0.0.249 - - [2026-06-04 02:29:15] "POST /neutron/port HTTP/1.1" 200 1119 0.011332 10.0.0.249 - - [2026-06-04 02:29:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005557 10.0.0.249 - - [2026-06-04 02:29:15] "GET /virtual-machine/e25d20f0-e3c0-4265-9963-49b35de60976 HTTP/1.1" 401 293 0.000392 10.0.0.249 - - [2026-06-04 02:29:15] "GET /virtual-machine/e25d20f0-e3c0-4265-9963-49b35de60976 HTTP/1.1" 200 1295 0.031571 10.0.0.249 - - [2026-06-04 02:29:15] "GET /virtual-machine-interface/2d023bea-1e2e-49ac-ada8-f80ea730aebb HTTP/1.1" 200 2978 0.004305 10.0.0.249 - - [2026-06-04 02:29:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002742 10.0.0.249 - - [2026-06-04 02:29:15] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.003353 10.0.0.249 - - [2026-06-04 02:29:15] "GET /virtual-networks?parent_id=8ff8b903-f6fb-45c1-be05-acc5d9b51118&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002951 10.0.0.249 - - [2026-06-04 02:29:16] "GET /virtual-network/f40fed0f-2b89-46ad-a4cb-b98c643110fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006027 10.0.0.249 - - [2026-06-04 02:29:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.070977 10.0.0.249 - - [2026-06-04 02:29:19] "GET /virtual-network/f40fed0f-2b89-46ad-a4cb-b98c643110fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004510 10.0.0.249 - - [2026-06-04 02:29:20] "POST /neutron/port HTTP/1.1" 200 1119 0.011671 10.0.0.249 - - [2026-06-04 02:29:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004740 10.0.0.249 - - [2026-06-04 02:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002733 10.0.0.249 - - [2026-06-04 02:29:21] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.002873 10.0.0.249 - - [2026-06-04 02:29:21] "DELETE /project/8ff8b903f6fb45c1be05acc5d9b51118 HTTP/1.1" 404 173 0.011665 10.0.0.249 - - [2026-06-04 02:29:21] "DELETE /project/6b09fd1549674f2e9b222a08443daed0 HTTP/1.1" 404 173 0.010423 10.0.0.249 - - [2026-06-04 02:29:21] "GET /projects?obj_uuids=6b09fd15-4967-4f2e-9b22-2a08443daed0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001189 10.0.0.249 - - [2026-06-04 02:29:21] "GET /projects?obj_uuids=c159472a-840f-4dee-81bf-1fec10b6c52c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001103 10.0.0.249 - - [2026-06-04 02:29:21] "GET /virtual-networks?parent_id=8ff8b903-f6fb-45c1-be05-acc5d9b51118&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003819 10.0.0.249 - - [2026-06-04 02:29:21] "GET /project/6b09fd15-4967-4f2e-9b22-2a08443daed0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.054152 10.0.0.249 - - [2026-06-04 02:29:21] "GET /project/c159472a-840f-4dee-81bf-1fec10b6c52c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.064426 10.0.0.249 - - [2026-06-04 02:29:21] "GET /virtual-network/f40fed0f-2b89-46ad-a4cb-b98c643110fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007519 10.0.0.249 - - [2026-06-04 02:29:21] "GET /projects?obj_uuids=c159472a-840f-4dee-81bf-1fec10b6c52c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001611 10.0.0.249 - - [2026-06-04 02:29:21] "GET /projects?obj_uuids=6b09fd15-4967-4f2e-9b22-2a08443daed0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000890 10.0.0.249 - - [2026-06-04 02:29:21] "GET /project/6b09fd15-4967-4f2e-9b22-2a08443daed0?fields=security_groups HTTP/1.1" 200 1376 0.033317 10.0.0.249 - - [2026-06-04 02:29:21] "GET /project/c159472a-840f-4dee-81bf-1fec10b6c52c?fields=security_groups HTTP/1.1" 200 1376 0.038120 10.0.0.249 - - [2026-06-04 02:29:21] "DELETE /security-group/7fb6d01a-2300-46a7-8564-2ccb6708f071 HTTP/1.1" 200 115 0.070245 10.0.0.249 - - [2026-06-04 02:29:21] "GET /projects?obj_uuids=6b09fd15-4967-4f2e-9b22-2a08443daed0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000906 10.0.0.249 - - [2026-06-04 02:29:21] "DELETE /access-control-list/19cd2f6e-063c-48c2-8f77-a49735474800 HTTP/1.1" 200 115 0.034417 10.0.0.249 - - [2026-06-04 02:29:21] "DELETE /security-group/aa515a72-94e5-4801-9982-0e8136160138 HTTP/1.1" 200 115 0.079442 10.0.0.249 - - [2026-06-04 02:29:21] "GET /projects?obj_uuids=c159472a-840f-4dee-81bf-1fec10b6c52c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001258 10.0.0.249 - - [2026-06-04 02:29:21] "GET /project/6b09fd15-4967-4f2e-9b22-2a08443daed0?fields=application_policy_sets HTTP/1.1" 200 1415 0.041699 10.0.0.249 - - [2026-06-04 02:29:21] "POST /neutron/port HTTP/1.1" 200 1119 0.024941 10.0.0.249 - - [2026-06-04 02:29:21] "DELETE /access-control-list/c089a6d8-8d7d-4977-9f9b-c63e031de255 HTTP/1.1" 200 115 0.041462 10.0.0.249 - - [2026-06-04 02:29:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009531 10.0.0.249 - - [2026-06-04 02:29:21] "GET /project/c159472a-840f-4dee-81bf-1fec10b6c52c?fields=application_policy_sets HTTP/1.1" 200 1415 0.083380 10.0.0.249 - - [2026-06-04 02:29:21] "DELETE /access-control-list/86227ab8-ad71-4b8e-bb68-6862f5eb416e HTTP/1.1" 200 115 0.050154 10.0.0.249 - - [2026-06-04 02:29:21] "DELETE /access-control-list/15919417-6be0-4292-bb94-3bc31fd18be8 HTTP/1.1" 200 115 0.031065 10.0.0.249 - - [2026-06-04 02:29:21] "DELETE /project/6b09fd15-4967-4f2e-9b22-2a08443daed0 HTTP/1.1" 200 115 0.403194 10.0.0.249 - - [2026-06-04 02:29:21] "DELETE /project/c159472a-840f-4dee-81bf-1fec10b6c52c HTTP/1.1" 200 115 0.440099 10.0.0.249 - - [2026-06-04 02:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.249 - - [2026-06-04 02:29:28] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.004261 10.0.0.249 - - [2026-06-04 02:29:28] "PUT /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9 HTTP/1.1" 200 277 0.010253 10.0.0.249 - - [2026-06-04 02:29:28] "GET /obj-perms HTTP/1.1" 200 5075 0.049636 10.0.0.249 - - [2026-06-04 02:29:28] "POST /neutron/network HTTP/1.1" 200 839 0.004942 10.0.0.249 - - [2026-06-04 02:29:28] "POST /neutron/network HTTP/1.1" 400 204 0.011576 10.0.0.249 - - [2026-06-04 02:29:29] "GET /obj-perms HTTP/1.1" 200 5075 0.047716 10.0.0.249 - - [2026-06-04 02:29:29] "POST /neutron/port HTTP/1.1" 200 1119 0.011567 10.0.0.249 - - [2026-06-04 02:29:29] "POST /neutron/port HTTP/1.1" 200 1109 0.008138 10.0.0.249 - - [2026-06-04 02:29:29] "POST /neutron/port HTTP/1.1" 200 151 0.075125 10.0.0.249 - - [2026-06-04 02:29:30] "POST /neutron/network HTTP/1.1" 200 839 0.006210 10.0.0.249 - - [2026-06-04 02:29:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002818 10.0.0.249 - - [2026-06-04 02:29:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.249 - - [2026-06-04 02:29:30] "POST /useragent-kv HTTP/1.1" 200 115 0.001531 10.0.0.249 - - [2026-06-04 02:29:30] "POST /neutron/network HTTP/1.1" 200 151 0.062872 10.0.0.249 - - [2026-06-04 02:29:30] "DELETE /route-target/4298b464-e612-4de8-ba14-52e3ca8cc558 HTTP/1.1" 200 115 0.011023 10.0.0.249 - - [2026-06-04 02:29:31] "GET /global-vrouter-configs HTTP/1.1" 200 358 0.002463 10.0.0.249 - - [2026-06-04 02:29:31] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9 HTTP/1.1" 200 1884 0.003010 10.0.0.249 - - [2026-06-04 02:29:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002407 10.0.0.249 - - [2026-06-04 02:29:31] "GET /projects?obj_uuids=8ff8b903-f6fb-45c1-be05-acc5d9b51118&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000831 10.0.0.249 - - [2026-06-04 02:29:31] "GET /project/8ff8b903-f6fb-45c1-be05-acc5d9b51118?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.023759 10.0.0.249 - - [2026-06-04 02:29:31] "POST /neutron/network HTTP/1.1" 200 117 0.006765 10.0.0.249 - - [2026-06-04 02:29:31] "GET /projects?obj_uuids=8ff8b903-f6fb-45c1-be05-acc5d9b51118&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000998 10.0.0.249 - - [2026-06-04 02:29:31] "POST /neutron/network HTTP/1.1" 200 605 0.053834 10.0.0.249 - - [2026-06-04 02:29:31] "POST /route-targets HTTP/1.1" 200 328 0.009619 10.0.0.249 - - [2026-06-04 02:29:31] "POST /ref-update HTTP/1.1" 200 156 0.019266 10.0.0.249 - - [2026-06-04 02:29:31] "POST /useragent-kv HTTP/1.1" 200 115 0.005464 10.0.0.249 - - [2026-06-04 02:29:31] "POST /neutron/subnet HTTP/1.1" 200 715 0.149957 10.0.0.249 - - [2026-06-04 02:29:31] "POST /neutron/network HTTP/1.1" 200 822 0.004818 10.0.0.249 - - [2026-06-04 02:29:31] "POST /id-to-fqname HTTP/1.1" 200 220 0.001663 10.0.0.249 - - [2026-06-04 02:29:31] "GET /virtual-network/bcf0ce54-e74d-43c9-bb5e-c51484696681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004320 10.0.0.249 - - [2026-06-04 02:29:31] "POST /neutron/network HTTP/1.1" 200 822 0.004998 10.0.0.249 - - [2026-06-04 02:29:31] "GET /virtual-network/bcf0ce54-e74d-43c9-bb5e-c51484696681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004908 10.0.0.249 - - [2026-06-04 02:29:31] "POST /neutron/network HTTP/1.1" 200 822 0.004878 10.0.0.249 - - [2026-06-04 02:29:31] "POST /neutron/subnet HTTP/1.1" 200 715 0.006472 10.0.0.249 - - [2026-06-04 02:29:31] "POST /id-to-fqname HTTP/1.1" 200 220 0.001122 10.0.0.249 - - [2026-06-04 02:29:32] "POST /neutron/network HTTP/1.1" 200 832 0.004847 10.0.0.249 - - [2026-06-04 02:29:32] "GET /aaa-mode HTTP/1.1" 401 293 0.000401 10.0.0.249 - - [2026-06-04 02:29:32] "GET / HTTP/1.1" 200 36215 0.001898 10.0.0.249 - - [2026-06-04 02:29:32] "GET /project/8ff8b903-f6fb-45c1-be05-acc5d9b51118?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000402 10.0.0.249 - - [2026-06-04 02:29:32] "GET /projects?obj_uuids=8ff8b903-f6fb-45c1-be05-acc5d9b51118&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000920 10.0.0.249 - - [2026-06-04 02:29:32] "GET /project/8ff8b903-f6fb-45c1-be05-acc5d9b51118?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.043633 10.0.0.249 - - [2026-06-04 02:29:32] "POST /neutron/network HTTP/1.1" 200 822 0.005081 10.0.0.249 - - [2026-06-04 02:29:32] "POST /neutron/port HTTP/1.1" 200 117 0.005831 10.0.0.249 - - [2026-06-04 02:29:33] "POST /neutron/port HTTP/1.1" 200 117 0.004451 10.0.0.249 - - [2026-06-04 02:29:33] "POST /neutron/port HTTP/1.1" 200 117 0.004298 10.0.0.249 - - [2026-06-04 02:29:33] "POST /neutron/network HTTP/1.1" 200 832 0.004644 10.0.0.249 - - [2026-06-04 02:29:33] "GET /projects?obj_uuids=8ff8b903-f6fb-45c1-be05-acc5d9b51118&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001330 10.0.0.249 - - [2026-06-04 02:29:33] "POST /neutron/port HTTP/1.1" 200 1058 0.195162 10.0.0.249 - - [2026-06-04 02:29:33] "POST /neutron/port HTTP/1.1" 200 1058 0.009595 10.0.0.249 - - [2026-06-04 02:29:33] "POST /neutron/port HTTP/1.1" 200 1058 0.011551 10.0.0.249 - - [2026-06-04 02:29:33] "POST /neutron/port HTTP/1.1" 200 1112 0.065843 10.0.0.249 - - [2026-06-04 02:29:33] "POST /neutron/port HTTP/1.1" 200 1122 0.010911 10.0.0.249 - - [2026-06-04 02:29:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003172 10.0.0.249 - - [2026-06-04 02:29:33] "POST /neutron/subnet HTTP/1.1" 200 689 0.005927 10.0.0.249 - - [2026-06-04 02:29:33] "POST /neutron/port HTTP/1.1" 200 117 0.001063 10.0.0.249 - - [2026-06-04 02:29:33] "POST /neutron/network HTTP/1.1" 200 822 0.004807 10.0.0.249 - - [2026-06-04 02:29:38] "POST /neutron/port HTTP/1.1" 200 1122 0.013627 10.0.0.249 - - [2026-06-04 02:29:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005681 10.0.0.249 - - [2026-06-04 02:29:38] "POST /neutron/port HTTP/1.1" 200 1122 0.010744 10.0.0.249 - - [2026-06-04 02:29:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006047 10.0.0.249 - - [2026-06-04 02:29:38] "POST /neutron/port HTTP/1.1" 200 1122 0.011499 10.0.0.249 - - [2026-06-04 02:29:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007180 10.0.0.249 - - [2026-06-04 02:29:38] "GET /virtual-machine/c03e53fe-df03-4bcc-b265-fe2cd1674c21 HTTP/1.1" 200 1295 0.004149 10.0.0.249 - - [2026-06-04 02:29:38] "GET /virtual-machine-interface/878af896-956f-419e-be6e-8a59da48a6cd HTTP/1.1" 200 2948 0.006634 10.0.0.249 - - [2026-06-04 02:29:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.249 - - [2026-06-04 02:29:38] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003524 10.0.0.249 - - [2026-06-04 02:29:38] "GET /virtual-networks?parent_id=8ff8b903-f6fb-45c1-be05-acc5d9b51118&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002934 10.0.0.249 - - [2026-06-04 02:29:38] "GET /virtual-network/bcf0ce54-e74d-43c9-bb5e-c51484696681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005155 10.0.0.249 - - [2026-06-04 02:29:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.249 - - [2026-06-04 02:29:41] "GET /virtual-network/bcf0ce54-e74d-43c9-bb5e-c51484696681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005981 10.0.0.249 - - [2026-06-04 02:29:42] "POST /neutron/port HTTP/1.1" 200 1122 0.010480 10.0.0.249 - - [2026-06-04 02:29:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004860 10.0.0.249 - - [2026-06-04 02:29:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002678 10.0.0.249 - - [2026-06-04 02:29:43] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002826 10.0.0.249 - - [2026-06-04 02:29:43] "GET /virtual-networks?parent_id=8ff8b903-f6fb-45c1-be05-acc5d9b51118&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002693 10.0.0.249 - - [2026-06-04 02:29:43] "GET /virtual-network/bcf0ce54-e74d-43c9-bb5e-c51484696681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004831 10.0.0.249 - - [2026-06-04 02:29:43] "POST /neutron/port HTTP/1.1" 200 1122 0.011289 10.0.0.249 - - [2026-06-04 02:29:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005132 10.0.0.249 - - [2026-06-04 02:29:45] "POST /neutron/port HTTP/1.1" 200 1122 0.011121 10.0.0.249 - - [2026-06-04 02:29:45] "POST /neutron/port HTTP/1.1" 200 1122 0.010526 10.0.0.249 - - [2026-06-04 02:29:45] "POST /neutron/network HTTP/1.1" 200 832 0.005213 10.0.0.249 - - [2026-06-04 02:29:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003542 10.0.0.249 - - [2026-06-04 02:29:45] "POST /neutron/subnet HTTP/1.1" 200 689 0.006250 10.0.0.249 - - [2026-06-04 02:29:45] "POST /neutron/port HTTP/1.1" 200 117 0.001053 10.0.0.249 - - [2026-06-04 02:29:45] "POST /neutron/network HTTP/1.1" 200 822 0.004938 10.0.0.249 - - [2026-06-04 02:29:50] "POST /neutron/network HTTP/1.1" 200 822 0.004986 10.0.0.249 - - [2026-06-04 02:29:50] "POST /neutron/network HTTP/1.1" 400 204 0.009762 10.0.0.249 - - [2026-06-04 02:29:51] "POST /neutron/port HTTP/1.1" 200 1122 0.011835 10.0.0.249 - - [2026-06-04 02:29:51] "POST /neutron/port HTTP/1.1" 200 1112 0.009221 10.0.0.249 - - [2026-06-04 02:29:51] "POST /neutron/port HTTP/1.1" 200 151 0.084851 10.0.0.249 - - [2026-06-04 02:29:52] "POST /neutron/network HTTP/1.1" 200 822 0.004881 10.0.0.249 - - [2026-06-04 02:29:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.249 - - [2026-06-04 02:29:52] "POST /useragent-kv HTTP/1.1" 200 115 0.001813 10.0.0.249 - - [2026-06-04 02:29:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003537 10.0.0.249 - - [2026-06-04 02:29:52] "POST /neutron/network HTTP/1.1" 200 151 0.064651 10.0.0.249 - - [2026-06-04 02:29:52] "DELETE /route-target/9b120a66-8e01-4f67-bc45-f9039a51f4f6 HTTP/1.1" 200 115 0.016350 10.0.0.249 - - [2026-06-04 02:29:53] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003118 10.0.0.249 - - [2026-06-04 02:29:53] "POST /network-ipams HTTP/1.1" 200 543 0.018585 10.0.0.249 - - [2026-06-04 02:29:53] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 767 0.002546 10.0.0.249 - - [2026-06-04 02:29:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002710 10.0.0.249 - - [2026-06-04 02:29:53] "GET /network-ipam/365f9b9a-bdec-466d-81d7-d7f0a2e7a970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1330 0.004445 10.0.0.249 - - [2026-06-04 02:29:53] "PUT /network-ipam/365f9b9a-bdec-466d-81d7-d7f0a2e7a970 HTTP/1.1" 200 259 0.009488 10.0.0.249 - - [2026-06-04 02:29:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002618 10.0.0.249 - - [2026-06-04 02:29:53] "GET /projects?obj_uuids=8ff8b903-f6fb-45c1-be05-acc5d9b51118&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001434 10.0.0.249 - - [2026-06-04 02:29:53] "GET /project/8ff8b903-f6fb-45c1-be05-acc5d9b51118?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.025206 10.0.0.249 - - [2026-06-04 02:29:53] "POST /neutron/network HTTP/1.1" 200 117 0.007696 10.0.0.249 - - [2026-06-04 02:29:53] "GET /projects?obj_uuids=8ff8b903-f6fb-45c1-be05-acc5d9b51118&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001676 10.0.0.249 - - [2026-06-04 02:29:53] "POST /neutron/network HTTP/1.1" 200 605 0.061493 10.0.0.249 - - [2026-06-04 02:29:53] "POST /route-targets HTTP/1.1" 200 328 0.011358 10.0.0.249 - - [2026-06-04 02:29:53] "POST /ref-update HTTP/1.1" 200 156 0.010870 10.0.0.249 - - [2026-06-04 02:29:54] "POST /useragent-kv HTTP/1.1" 200 115 0.004679 10.0.0.249 - - [2026-06-04 02:29:54] "POST /neutron/subnet HTTP/1.1" 200 699 0.201268 10.0.0.249 - - [2026-06-04 02:29:54] "POST /useragent-kv HTTP/1.1" 200 115 0.004843 10.0.0.249 - - [2026-06-04 02:29:54] "POST /neutron/subnet HTTP/1.1" 200 699 0.154144 10.0.0.249 - - [2026-06-04 02:29:54] "POST /neutron/network HTTP/1.1" 200 994 0.009722 10.0.0.249 - - [2026-06-04 02:29:54] "POST /id-to-fqname HTTP/1.1" 200 220 0.001631 10.0.0.249 - - [2026-06-04 02:29:54] "GET /virtual-network/1253625f-dbe5-4cd5-892e-b838b4915285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006421 10.0.0.249 - - [2026-06-04 02:29:54] "POST /neutron/network HTTP/1.1" 200 994 0.006325 10.0.0.249 - - [2026-06-04 02:29:54] "GET /virtual-network/1253625f-dbe5-4cd5-892e-b838b4915285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005984 10.0.0.249 - - [2026-06-04 02:29:54] "POST /neutron/network HTTP/1.1" 200 994 0.007478 10.0.0.249 - - [2026-06-04 02:29:54] "POST /neutron/subnet HTTP/1.1" 200 699 0.006363 10.0.0.249 - - [2026-06-04 02:29:54] "POST /neutron/subnet HTTP/1.1" 200 699 0.007214 10.0.0.249 - - [2026-06-04 02:29:54] "POST /neutron/network HTTP/1.1" 200 994 0.006364 10.0.0.249 - - [2026-06-04 02:29:54] "POST /neutron/subnet HTTP/1.1" 200 699 0.006154 10.0.0.249 - - [2026-06-04 02:29:54] "POST /neutron/subnet HTTP/1.1" 200 699 0.006278 10.0.0.249 - - [2026-06-04 02:29:54] "GET /projects?obj_uuids=8ff8b903-f6fb-45c1-be05-acc5d9b51118&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001068 10.0.0.249 - - [2026-06-04 02:29:54] "POST /neutron/port HTTP/1.1" 200 1017 0.155314 10.0.0.249 - - [2026-06-04 02:29:54] "GET /projects?obj_uuids=8ff8b903-f6fb-45c1-be05-acc5d9b51118&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001208 10.0.0.249 - - [2026-06-04 02:29:54] "POST /neutron/port HTTP/1.1" 200 1017 0.155886 10.0.0.249 - - [2026-06-04 02:29:54] "POST /id-to-fqname HTTP/1.1" 200 220 0.001219 10.0.0.249 - - [2026-06-04 02:29:55] "POST /neutron/port HTTP/1.1" 200 1017 0.011046 10.0.0.249 - - [2026-06-04 02:29:55] "POST /neutron/port HTTP/1.1" 200 1017 0.010309 10.0.0.249 - - [2026-06-04 02:29:55] "POST /neutron/network HTTP/1.1" 200 994 0.007959 10.0.0.249 - - [2026-06-04 02:29:55] "POST /neutron/port HTTP/1.1" 200 1017 0.009811 10.0.0.249 - - [2026-06-04 02:29:55] "POST /neutron/port HTTP/1.1" 200 117 0.004712 10.0.0.249 - - [2026-06-04 02:29:55] "POST /neutron/port HTTP/1.1" 200 1017 0.007986 10.0.0.249 - - [2026-06-04 02:29:55] "POST /neutron/port HTTP/1.1" 200 117 0.004224 10.0.0.249 - - [2026-06-04 02:29:55] "POST /id-to-fqname HTTP/1.1" 200 220 0.001247 10.0.0.249 - - [2026-06-04 02:29:55] "POST /neutron/port HTTP/1.1" 200 117 0.004259 10.0.0.249 - - [2026-06-04 02:29:55] "POST /neutron/port HTTP/1.1" 200 1017 0.008970 10.0.0.249 - - [2026-06-04 02:29:55] "POST /neutron/port HTTP/1.1" 200 1017 0.010103 10.0.0.249 - - [2026-06-04 02:29:55] "POST /neutron/network HTTP/1.1" 200 994 0.006275 10.0.0.249 - - [2026-06-04 02:29:55] "POST /neutron/port HTTP/1.1" 200 1017 0.008220 10.0.0.249 - - [2026-06-04 02:29:55] "POST /neutron/port HTTP/1.1" 200 1017 0.010763 10.0.0.249 - - [2026-06-04 02:29:55] "POST /neutron/port HTTP/1.1" 200 117 0.005853 10.0.0.249 - - [2026-06-04 02:29:55] "POST /neutron/port HTTP/1.1" 200 1017 0.009207 10.0.0.249 - - [2026-06-04 02:29:55] "POST /neutron/network HTTP/1.1" 200 1004 0.005455 10.0.0.249 - - [2026-06-04 02:29:55] "POST /neutron/port HTTP/1.1" 200 117 0.005151 10.0.0.249 - - [2026-06-04 02:29:55] "POST /id-to-fqname HTTP/1.1" 200 220 0.001066 10.0.0.249 - - [2026-06-04 02:29:55] "POST /neutron/port HTTP/1.1" 200 1017 0.008955 10.0.0.249 - - [2026-06-04 02:29:55] "POST /neutron/port HTTP/1.1" 200 1017 0.010496 10.0.0.249 - - [2026-06-04 02:29:55] "POST /neutron/port HTTP/1.1" 200 1077 0.026351 10.0.0.249 - - [2026-06-04 02:29:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009603 10.0.0.249 - - [2026-06-04 02:29:55] "POST /neutron/port HTTP/1.1" 200 1109 0.123919 10.0.0.249 - - [2026-06-04 02:29:56] "POST /neutron/port HTTP/1.1" 200 1119 0.015298 10.0.0.249 - - [2026-06-04 02:29:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003120 10.0.0.249 - - [2026-06-04 02:29:56] "POST /neutron/network HTTP/1.1" 200 1004 0.006902 10.0.0.249 - - [2026-06-04 02:29:56] "GET /aaa-mode HTTP/1.1" 401 293 0.000333 10.0.0.249 - - [2026-06-04 02:29:56] "POST /neutron/subnet HTTP/1.1" 200 673 0.008240 10.0.0.249 - - [2026-06-04 02:29:56] "POST /neutron/port HTTP/1.1" 200 117 0.001116 10.0.0.249 - - [2026-06-04 02:29:56] "POST /neutron/network HTTP/1.1" 200 994 0.008638 10.0.0.249 - - [2026-06-04 02:29:56] "POST /neutron/port HTTP/1.1" 200 1017 0.011668 10.0.0.249 - - [2026-06-04 02:29:56] "POST /neutron/network HTTP/1.1" 200 1004 0.005206 10.0.0.249 - - [2026-06-04 02:29:56] "POST /neutron/port HTTP/1.1" 200 1017 0.009828 10.0.0.249 - - [2026-06-04 02:29:56] "POST /neutron/port HTTP/1.1" 200 1017 0.011083 10.0.0.249 - - [2026-06-04 02:29:56] "GET / HTTP/1.1" 200 36215 0.006647 10.0.0.249 - - [2026-06-04 02:29:56] "GET /project/8ff8b903-f6fb-45c1-be05-acc5d9b51118?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.001160 10.0.0.249 - - [2026-06-04 02:29:56] "POST /neutron/port HTTP/1.1" 200 1109 0.093700 10.0.0.249 - - [2026-06-04 02:29:56] "POST /neutron/port HTTP/1.1" 200 1119 0.014410 10.0.0.249 - - [2026-06-04 02:29:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003510 10.0.0.249 - - [2026-06-04 02:29:56] "POST /neutron/subnet HTTP/1.1" 200 673 0.015016 10.0.0.249 - - [2026-06-04 02:29:56] "POST /neutron/port HTTP/1.1" 200 117 0.001093 10.0.0.249 - - [2026-06-04 02:29:56] "POST /neutron/network HTTP/1.1" 200 994 0.007046 10.0.0.249 - - [2026-06-04 02:29:56] "GET /projects?obj_uuids=8ff8b903-f6fb-45c1-be05-acc5d9b51118&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001222 10.0.0.249 - - [2026-06-04 02:29:56] "GET /project/8ff8b903-f6fb-45c1-be05-acc5d9b51118?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.065268 10.0.0.249 - - [2026-06-04 02:29:56] "POST /neutron/network HTTP/1.1" 200 994 0.006901 10.0.0.249 - - [2026-06-04 02:29:57] "POST /neutron/port HTTP/1.1" 200 2086 0.026121 10.0.0.249 - - [2026-06-04 02:29:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007332 10.0.0.249 - - [2026-06-04 02:29:57] "POST /neutron/port HTTP/1.1" 200 117 0.004382 10.0.0.249 - - [2026-06-04 02:29:57] "GET /domains HTTP/1.1" 200 281 0.002211 10.0.0.249 - - [2026-06-04 02:29:57] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000926 10.0.0.249 - - [2026-06-04 02:29:57] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2584 0.007402 10.0.0.249 - - [2026-06-04 02:29:57] "GET /projects?obj_uuids=8ff8b903-f6fb-45c1-be05-acc5d9b51118&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000938 10.0.0.249 - - [2026-06-04 02:29:57] "GET /project/8ff8b903-f6fb-45c1-be05-acc5d9b51118 HTTP/1.1" 200 2862 0.087981 10.0.0.249 - - [2026-06-04 02:29:57] "GET /network-ipam/365f9b9a-bdec-466d-81d7-d7f0a2e7a970 HTTP/1.1" 200 2648 0.013697 10.0.0.249 - - [2026-06-04 02:29:57] "GET /domains HTTP/1.1" 200 281 0.002397 10.0.0.249 - - [2026-06-04 02:29:57] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001403 10.0.0.249 - - [2026-06-04 02:29:57] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2584 0.010819 10.0.0.249 - - [2026-06-04 02:29:57] "GET /projects?obj_uuids=8ff8b903-f6fb-45c1-be05-acc5d9b51118&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002117 10.0.0.249 - - [2026-06-04 02:29:57] "GET /project/8ff8b903-f6fb-45c1-be05-acc5d9b51118 HTTP/1.1" 200 2862 0.082064 10.0.0.249 - - [2026-06-04 02:29:57] "GET /virtual-network/1253625f-dbe5-4cd5-892e-b838b4915285 HTTP/1.1" 200 3787 0.005696 10.0.0.249 - - [2026-06-04 02:29:57] "GET /virtual-network/1253625f-dbe5-4cd5-892e-b838b4915285 HTTP/1.1" 200 3787 0.004573 10.0.0.249 - - [2026-06-04 02:29:57] "GET /routing-instance/ca1b0e88-6440-45dc-aa6a-044667bb3665 HTTP/1.1" 200 2386 0.005290 10.0.0.249 - - [2026-06-04 02:29:57] "GET /routing-instance/ca1b0e88-6440-45dc-aa6a-044667bb3665 HTTP/1.1" 200 2386 0.003745 10.0.0.249 - - [2026-06-04 02:29:57] "GET /route-target/39f05b33-d7d0-48c6-806b-5ee75c90face HTTP/1.1" 200 1205 0.003513 10.0.0.249 - - [2026-06-04 02:29:57] "GET /virtual-network/1253625f-dbe5-4cd5-892e-b838b4915285 HTTP/1.1" 200 3787 0.010443 10.0.0.249 - - [2026-06-04 02:29:57] "GET /routing-instance/ca1b0e88-6440-45dc-aa6a-044667bb3665 HTTP/1.1" 200 2386 0.005284 10.0.0.249 - - [2026-06-04 02:29:57] "GET /virtual-network/1253625f-dbe5-4cd5-892e-b838b4915285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005047 10.0.0.249 - - [2026-06-04 02:29:57] "GET /virtual-network/1253625f-dbe5-4cd5-892e-b838b4915285 HTTP/1.1" 200 3787 0.005474 10.0.0.249 - - [2026-06-04 02:29:57] "GET /routing-instance/ca1b0e88-6440-45dc-aa6a-044667bb3665 HTTP/1.1" 200 2386 0.003443 10.0.0.249 - - [2026-06-04 02:29:57] "GET /routing-instance/ca1b0e88-6440-45dc-aa6a-044667bb3665 HTTP/1.1" 200 2386 0.006057 10.0.0.249 - - [2026-06-04 02:29:57] "GET /route-target/39f05b33-d7d0-48c6-806b-5ee75c90face HTTP/1.1" 200 1205 0.004202 10.0.0.249 - - [2026-06-04 02:29:57] "GET /domains HTTP/1.1" 200 281 0.002984 10.0.0.249 - - [2026-06-04 02:29:57] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001140 10.0.0.249 - - [2026-06-04 02:29:57] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2584 0.006420 10.0.0.249 - - [2026-06-04 02:29:57] "GET /projects?obj_uuids=8ff8b903-f6fb-45c1-be05-acc5d9b51118&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000953 10.0.0.249 - - [2026-06-04 02:29:57] "POST /neutron/network HTTP/1.1" 200 1004 0.007449 10.0.0.249 - - [2026-06-04 02:29:57] "GET /projects?obj_uuids=8ff8b903-f6fb-45c1-be05-acc5d9b51118&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002149 10.0.0.249 - - [2026-06-04 02:29:57] "GET /project/8ff8b903-f6fb-45c1-be05-acc5d9b51118 HTTP/1.1" 200 2862 0.087493 10.0.0.249 - - [2026-06-04 02:29:57] "GET /virtual-network/1253625f-dbe5-4cd5-892e-b838b4915285 HTTP/1.1" 200 3787 0.006447 10.0.0.249 - - [2026-06-04 02:29:57] "POST /neutron/port HTTP/1.1" 200 1055 0.254411 10.0.0.249 - - [2026-06-04 02:29:57] "POST /neutron/port HTTP/1.1" 200 1055 0.011484 10.0.0.249 - - [2026-06-04 02:29:57] "POST /neutron/port HTTP/1.1" 200 1055 0.009433 10.0.0.249 - - [2026-06-04 02:29:58] "POST /neutron/port HTTP/1.1" 200 1109 0.125854 10.0.0.249 - - [2026-06-04 02:29:58] "GET /obj-perms HTTP/1.1" 200 5049 0.064753 10.0.0.249 - - [2026-06-04 02:29:58] "POST /neutron/port HTTP/1.1" 200 1119 0.019911 10.0.0.249 - - [2026-06-04 02:29:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004355 10.0.0.249 - - [2026-06-04 02:29:58] "POST /neutron/subnet HTTP/1.1" 200 673 0.019300 10.0.0.249 - - [2026-06-04 02:29:58] "POST /neutron/port HTTP/1.1" 200 117 0.001479 10.0.0.249 - - [2026-06-04 02:29:58] "POST /neutron/port HTTP/1.1" 200 1119 0.036833 10.0.0.249 - - [2026-06-04 02:29:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011245 10.0.0.249 - - [2026-06-04 02:29:58] "POST /neutron/network HTTP/1.1" 200 994 0.010054 10.0.0.249 - - [2026-06-04 02:29:58] "POST /neutron/port HTTP/1.1" 200 1119 0.014178 10.0.0.249 - - [2026-06-04 02:29:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005579 10.0.0.249 - - [2026-06-04 02:29:58] "POST /neutron/port HTTP/1.1" 200 1119 0.011589 10.0.0.249 - - [2026-06-04 02:29:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007593 10.0.0.249 - - [2026-06-04 02:29:58] "GET /virtual-machine/2cc2ec69-b39e-4b13-b48b-097b525c040d HTTP/1.1" 200 1290 0.012172 10.0.0.249 - - [2026-06-04 02:29:58] "GET /virtual-machine-interface/ce8bca3b-e8e8-405d-858f-eb4d02cc320f HTTP/1.1" 200 2948 0.011088 10.0.0.249 - - [2026-06-04 02:29:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.249 - - [2026-06-04 02:29:58] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003380 10.0.0.249 - - [2026-06-04 02:29:58] "GET /virtual-networks?parent_id=8ff8b903-f6fb-45c1-be05-acc5d9b51118&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002734 10.0.0.249 - - [2026-06-04 02:29:58] "GET /virtual-network/1253625f-dbe5-4cd5-892e-b838b4915285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004959 10.0.0.249 - - [2026-06-04 02:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.249 - - [2026-06-04 02:30:01] "GET /virtual-network/1253625f-dbe5-4cd5-892e-b838b4915285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005790 10.0.0.249 - - [2026-06-04 02:30:05] "POST /neutron/port HTTP/1.1" 200 1119 0.011973 10.0.0.249 - - [2026-06-04 02:30:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005931 10.0.0.249 - - [2026-06-04 02:30:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.249 - - [2026-06-04 02:30:05] "GET /virtual-network/1253625f-dbe5-4cd5-892e-b838b4915285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005730 10.0.0.249 - - [2026-06-04 02:30:06] "POST /neutron/port HTTP/1.1" 200 1119 0.012978 10.0.0.249 - - [2026-06-04 02:30:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006995 10.0.0.249 - - [2026-06-04 02:30:07] "POST /neutron/port HTTP/1.1" 200 1119 0.010695 10.0.0.249 - - [2026-06-04 02:30:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005746 10.0.0.249 - - [2026-06-04 02:30:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.249 - - [2026-06-04 02:30:07] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003197 10.0.0.249 - - [2026-06-04 02:30:08] "GET /virtual-networks?parent_id=8ff8b903-f6fb-45c1-be05-acc5d9b51118&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002768 10.0.0.249 - - [2026-06-04 02:30:08] "GET /virtual-network/1253625f-dbe5-4cd5-892e-b838b4915285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005306 10.0.0.249 - - [2026-06-04 02:30:08] "POST /neutron/port HTTP/1.1" 200 1119 0.012732 10.0.0.249 - - [2026-06-04 02:30:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005723 10.0.0.249 - - [2026-06-04 02:30:08] "POST /neutron/port HTTP/1.1" 200 1119 0.010897 10.0.0.249 - - [2026-06-04 02:30:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005789 10.0.0.249 - - [2026-06-04 02:30:08] "POST /neutron/port HTTP/1.1" 200 1119 0.012155 10.0.0.249 - - [2026-06-04 02:30:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006121 10.0.0.249 - - [2026-06-04 02:30:08] "GET /virtual-machine/d9983331-0d5b-4d83-b511-ee68c44bee3d HTTP/1.1" 200 1291 0.004601 10.0.0.249 - - [2026-06-04 02:30:08] "GET /virtual-machine-interface/ce8b4ef8-e27b-4092-9da2-9bc13fc981e3 HTTP/1.1" 200 2949 0.004796 10.0.0.249 - - [2026-06-04 02:30:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002674 10.0.0.249 - - [2026-06-04 02:30:08] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003168 10.0.0.249 - - [2026-06-04 02:30:08] "GET /virtual-networks?parent_id=8ff8b903-f6fb-45c1-be05-acc5d9b51118&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002753 10.0.0.249 - - [2026-06-04 02:30:08] "GET /virtual-network/1253625f-dbe5-4cd5-892e-b838b4915285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005032 10.0.0.249 - - [2026-06-04 02:30:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.249 - - [2026-06-04 02:30:09] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003911 10.0.0.249 - - [2026-06-04 02:30:09] "GET /virtual-networks?parent_id=8ff8b903-f6fb-45c1-be05-acc5d9b51118&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003418 10.0.0.249 - - [2026-06-04 02:30:09] "GET /virtual-network/1253625f-dbe5-4cd5-892e-b838b4915285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005016 10.0.0.249 - - [2026-06-04 02:30:10] "POST /neutron/port HTTP/1.1" 200 1119 0.012545 10.0.0.249 - - [2026-06-04 02:30:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006539 10.0.0.249 - - [2026-06-04 02:30:10] "POST /neutron/port HTTP/1.1" 200 1119 0.012717 10.0.0.249 - - [2026-06-04 02:30:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007037 10.0.0.249 - - [2026-06-04 02:30:10] "POST /neutron/port HTTP/1.1" 200 1119 0.010358 10.0.0.249 - - [2026-06-04 02:30:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006959 10.0.0.249 - - [2026-06-04 02:30:10] "GET /virtual-machine/a5ead79c-9444-41c9-9304-8841124af2fc HTTP/1.1" 200 1295 0.004246 10.0.0.249 - - [2026-06-04 02:30:10] "GET /virtual-machine-interface/ffda81cb-994e-43c6-bfdb-2c1e5dd700a4 HTTP/1.1" 200 2949 0.004260 10.0.0.249 - - [2026-06-04 02:30:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002353 10.0.0.249 - - [2026-06-04 02:30:10] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002854 10.0.0.249 - - [2026-06-04 02:30:10] "GET /virtual-networks?parent_id=8ff8b903-f6fb-45c1-be05-acc5d9b51118&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002777 10.0.0.249 - - [2026-06-04 02:30:10] "GET /virtual-network/1253625f-dbe5-4cd5-892e-b838b4915285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005038 10.0.0.249 - - [2026-06-04 02:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.249 - - [2026-06-04 02:30:11] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003118 10.0.0.249 - - [2026-06-04 02:30:11] "GET /virtual-networks?parent_id=8ff8b903-f6fb-45c1-be05-acc5d9b51118&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003105 10.0.0.249 - - [2026-06-04 02:30:11] "GET /virtual-network/1253625f-dbe5-4cd5-892e-b838b4915285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005597 10.0.0.249 - - [2026-06-04 02:30:27] "POST /neutron/port HTTP/1.1" 200 1109 0.012506 10.0.0.249 - - [2026-06-04 02:30:27] "POST /neutron/port HTTP/1.1" 200 1109 0.010125 10.0.0.249 - - [2026-06-04 02:30:27] "POST /neutron/port HTTP/1.1" 200 151 0.106694 10.0.0.249 - - [2026-06-04 02:30:27] "POST /neutron/port HTTP/1.1" 200 1109 0.011849 10.0.0.249 - - [2026-06-04 02:30:27] "POST /neutron/port HTTP/1.1" 200 1109 0.010775 10.0.0.249 - - [2026-06-04 02:30:27] "POST /neutron/port HTTP/1.1" 200 1119 0.016105 10.0.0.249 - - [2026-06-04 02:30:27] "POST /neutron/port HTTP/1.1" 200 151 0.127580 10.0.0.249 - - [2026-06-04 02:30:27] "POST /neutron/network HTTP/1.1" 200 994 0.007988 10.0.0.249 - - [2026-06-04 02:30:27] "POST /neutron/port HTTP/1.1" 200 1109 0.014262 10.0.0.249 - - [2026-06-04 02:30:27] "POST /neutron/network HTTP/1.1" 400 204 0.021598 10.0.0.249 - - [2026-06-04 02:30:28] "POST /neutron/port HTTP/1.1" 200 151 0.106203 10.0.0.249 - - [2026-06-04 02:30:29] "GET /obj-perms HTTP/1.1" 200 5075 0.050004 10.0.0.249 - - [2026-06-04 02:30:29] "GET /obj-perms HTTP/1.1" 200 5075 0.049161 10.0.0.249 - - [2026-06-04 02:30:30] "POST /neutron/network HTTP/1.1" 200 994 0.008657 10.0.0.249 - - [2026-06-04 02:30:30] "POST /useragent-kv HTTP/1.1" 200 115 0.004561 10.0.0.249 - - [2026-06-04 02:30:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003210 10.0.0.249 - - [2026-06-04 02:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004387 10.0.0.249 - - [2026-06-04 02:30:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003240 10.0.0.249 - - [2026-06-04 02:30:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003607 10.0.0.249 - - [2026-06-04 02:30:30] "POST /neutron/network HTTP/1.1" 200 151 0.101580 10.0.0.249 - - [2026-06-04 02:30:30] "DELETE /route-target/39f05b33-d7d0-48c6-806b-5ee75c90face HTTP/1.1" 200 115 0.015194 10.0.0.249 - - [2026-06-04 02:30:30] "GET /routing-instance/ca1b0e88-6440-45dc-aa6a-044667bb3665 HTTP/1.1" 404 171 0.003099 10.0.0.249 - - [2026-06-04 02:30:30] "GET /domains HTTP/1.1" 200 281 0.002290 10.0.0.249 - - [2026-06-04 02:30:30] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000862 10.0.0.249 - - [2026-06-04 02:30:30] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 2584 0.047721 10.0.0.249 - - [2026-06-04 02:30:30] "GET /projects?obj_uuids=8ff8b903-f6fb-45c1-be05-acc5d9b51118&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001798 10.0.0.249 - - [2026-06-04 02:30:30] "GET /project/8ff8b903-f6fb-45c1-be05-acc5d9b51118 HTTP/1.1" 200 2102 0.073168 10.0.0.249 - - [2026-06-04 02:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002591 10.0.0.249 - - [2026-06-04 02:30:30] "DELETE /network-ipam/365f9b9a-bdec-466d-81d7-d7f0a2e7a970 HTTP/1.1" 200 115 0.024307 10.0.0.249 - - [2026-06-04 02:30:30] "POST /fqname-to-id HTTP/1.1" 404 211 0.003009 10.0.0.249 - - [2026-06-04 02:30:30] "GET /projects?obj_uuids=8ff8b903-f6fb-45c1-be05-acc5d9b51118&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000967 10.0.0.249 - - [2026-06-04 02:30:30] "GET /project/8ff8b903-f6fb-45c1-be05-acc5d9b51118?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.037850 10.0.0.249 - - [2026-06-04 02:30:30] "GET /projects?obj_uuids=8ff8b903-f6fb-45c1-be05-acc5d9b51118&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002254 10.0.0.249 - - [2026-06-04 02:30:30] "GET /project/8ff8b903-f6fb-45c1-be05-acc5d9b51118?fields=virtual_networks HTTP/1.1" 200 1045 0.031469 10.0.0.249 - - [2026-06-04 02:30:30] "GET /projects?obj_uuids=8ff8b903-f6fb-45c1-be05-acc5d9b51118&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001312 10.0.0.249 - - [2026-06-04 02:30:30] "GET /project/8ff8b903-f6fb-45c1-be05-acc5d9b51118?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.036433 10.0.0.249 - - [2026-06-04 02:30:30] "GET /projects?obj_uuids=8ff8b903-f6fb-45c1-be05-acc5d9b51118&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001366 10.0.0.249 - - [2026-06-04 02:30:30] "GET /project/8ff8b903-f6fb-45c1-be05-acc5d9b51118?fields=security_groups HTTP/1.1" 200 1272 0.031396 10.0.0.249 - - [2026-06-04 02:30:32] "POST /neutron/port HTTP/1.1" 200 117 0.006057 10.0.0.249 - - [2026-06-04 02:30:32] "POST /neutron/port HTTP/1.1" 400 205 0.003040 10.0.0.249 - - [2026-06-04 02:30:32] "POST /neutron/port HTTP/1.1" 200 117 0.004646 10.0.0.249 - - [2026-06-04 02:30:32] "POST /neutron/port HTTP/1.1" 400 205 0.004020 10.0.0.249 - - [2026-06-04 02:30:39] "GET / HTTP/1.1" 200 36215 0.001797 10.0.0.249 - - [2026-06-04 02:30:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.000431 10.0.0.249 - - [2026-06-04 02:30:40] "POST /fqname-to-id HTTP/1.1" 404 183 0.049422 10.0.0.249 - - [2026-06-04 02:30:40] "GET /projects?obj_uuids=c8ceba90-f897-4531-8931-52dde7c7e222&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002133 10.0.0.249 - - [2026-06-04 02:30:40] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002693 10.0.0.249 - - [2026-06-04 02:30:40] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008031 10.0.0.249 - - [2026-06-04 02:30:41] "POST /id-to-fqname HTTP/1.1" 200 185 0.001457 10.0.0.249 - - [2026-06-04 02:30:41] "POST /fqname-to-id HTTP/1.1" 404 194 0.002979 10.0.0.249 - - [2026-06-04 02:30:41] "POST /security-groups HTTP/1.1" 200 586 0.063352 10.0.0.249 - - [2026-06-04 02:30:41] "POST /fqname-to-id HTTP/1.1" 404 229 0.002902 10.0.0.249 - - [2026-06-04 02:30:41] "POST /projects HTTP/1.1" 200 575 0.218010 10.0.0.249 - - [2026-06-04 02:30:41] "POST /access-control-lists HTTP/1.1" 200 593 0.060589 10.0.0.249 - - [2026-06-04 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.289836 10.0.0.249 - - [2026-06-04 02:30:41] "POST /fqname-to-id HTTP/1.1" 404 228 0.002445 10.0.0.249 - - [2026-06-04 02:30:41] "GET /project/c8ceba90-f897-4531-8931-52dde7c7e222?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.415287 10.0.0.249 - - [2026-06-04 02:30:41] "POST /access-control-lists HTTP/1.1" 200 591 0.056471 10.0.0.249 - - [2026-06-04 02:30:42] "GET / HTTP/1.1" 200 36215 0.002067 10.0.0.249 - - [2026-06-04 02:30:44] "POST /fqname-to-id HTTP/1.1" 401 293 0.000422 10.0.0.249 - - [2026-06-04 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.029534 10.0.0.249 - - [2026-06-04 02:30:44] "GET /api-access-list/b135278d-a1e1-445f-9271-afe63adad32d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.004928 10.0.0.249 - - [2026-06-04 02:30:44] "GET /api-access-list/b135278d-a1e1-445f-9271-afe63adad32d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003057 10.0.0.249 - - [2026-06-04 02:30:44] "GET /api-access-list/b135278d-a1e1-445f-9271-afe63adad32d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.002893 10.0.0.249 - - [2026-06-04 02:30:44] "PUT /api-access-list/b135278d-a1e1-445f-9271-afe63adad32d HTTP/1.1" 200 265 0.007793 10.0.0.249 - - [2026-06-04 02:30:45] "GET /aaa-mode HTTP/1.1" 401 293 0.000568 10.0.0.249 - - [2026-06-04 02:30:45] "GET /aaa-mode HTTP/1.1" 200 128 0.026963 10.0.0.249 - - [2026-06-04 02:30:45] "POST /fqname-to-id HTTP/1.1" 404 183 0.024494 10.0.0.249 - - [2026-06-04 02:30:45] "GET /projects?obj_uuids=ab7a1155-6734-49b2-aa39-427a9d6d3256&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002149 10.0.0.249 - - [2026-06-04 02:30:45] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000998 10.0.0.249 - - [2026-06-04 02:30:45] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006145 10.0.0.249 - - [2026-06-04 02:30:46] "POST /id-to-fqname HTTP/1.1" 200 185 0.002388 10.0.0.249 - - [2026-06-04 02:30:46] "POST /fqname-to-id HTTP/1.1" 404 194 0.002595 10.0.0.249 - - [2026-06-04 02:30:46] "POST /security-groups HTTP/1.1" 200 586 0.064031 10.0.0.249 - - [2026-06-04 02:30:46] "POST /fqname-to-id HTTP/1.1" 404 229 0.002463 10.0.0.249 - - [2026-06-04 02:30:46] "POST /projects HTTP/1.1" 200 575 0.208291 10.0.0.249 - - [2026-06-04 02:30:46] "POST /access-control-lists HTTP/1.1" 200 593 0.055340 10.0.0.249 - - [2026-06-04 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.284850 10.0.0.249 - - [2026-06-04 02:30:46] "POST /fqname-to-id HTTP/1.1" 404 228 0.002781 10.0.0.249 - - [2026-06-04 02:30:46] "GET /project/ab7a1155-6734-49b2-aa39-427a9d6d3256?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.408113 10.0.0.249 - - [2026-06-04 02:30:46] "POST /access-control-lists HTTP/1.1" 200 591 0.056479 10.0.0.249 - - [2026-06-04 02:30:46] "POST /fqname-to-id HTTP/1.1" 404 183 0.023342 10.0.0.249 - - [2026-06-04 02:30:46] "GET /projects?obj_uuids=2829b1ba-a5be-4031-8bce-245adfd76ead&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002683 10.0.0.249 - - [2026-06-04 02:30:46] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001040 10.0.0.249 - - [2026-06-04 02:30:46] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006331 10.0.0.249 - - [2026-06-04 02:30:46] "POST /id-to-fqname HTTP/1.1" 200 185 0.001173 10.0.0.249 - - [2026-06-04 02:30:46] "POST /fqname-to-id HTTP/1.1" 404 194 0.002147 10.0.0.249 - - [2026-06-04 02:30:46] "POST /security-groups HTTP/1.1" 200 586 0.067320 10.0.0.249 - - [2026-06-04 02:30:46] "POST /fqname-to-id HTTP/1.1" 404 229 0.002337 10.0.0.249 - - [2026-06-04 02:30:47] "POST /projects HTTP/1.1" 200 575 0.212076 10.0.0.249 - - [2026-06-04 02:30:47] "POST /access-control-lists HTTP/1.1" 200 593 0.056633 10.0.0.249 - - [2026-06-04 02:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.286803 10.0.0.249 - - [2026-06-04 02:30:47] "POST /fqname-to-id HTTP/1.1" 404 228 0.002811 10.0.0.249 - - [2026-06-04 02:30:47] "GET /project/2829b1ba-a5be-4031-8bce-245adfd76ead?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.412204 10.0.0.249 - - [2026-06-04 02:30:47] "POST /access-control-lists HTTP/1.1" 200 591 0.059905 10.0.0.249 - - [2026-06-04 02:30:47] "GET / HTTP/1.1" 200 36215 0.001818 10.0.0.249 - - [2026-06-04 02:30:48] "GET / HTTP/1.1" 200 36215 0.001342 10.0.0.249 - - [2026-06-04 02:30:48] "POST /fqname-to-id HTTP/1.1" 404 183 0.002854 10.0.0.249 - - [2026-06-04 02:30:48] "POST /api-access-lists HTTP/1.1" 200 523 0.012469 10.0.0.249 - - [2026-06-04 02:30:48] "GET /api-access-list/78dc5e53-4bda-4106-9b2a-5723c0242abf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1267 0.004460 10.0.0.249 - - [2026-06-04 02:30:48] "GET /api-access-list/78dc5e53-4bda-4106-9b2a-5723c0242abf HTTP/1.1" 401 293 0.000534 10.0.0.249 - - [2026-06-04 02:30:49] "GET /api-access-list/78dc5e53-4bda-4106-9b2a-5723c0242abf HTTP/1.1" 200 1267 0.063958 10.0.0.249 - - [2026-06-04 02:30:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000520 10.0.0.249 - - [2026-06-04 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.120608 10.0.0.249 - - [2026-06-04 02:30:49] "GET /projects?obj_uuids=ab7a1155-6734-49b2-aa39-427a9d6d3256&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001564 10.0.0.249 - - [2026-06-04 02:30:49] "GET /project/ab7a1155-6734-49b2-aa39-427a9d6d3256?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.036328 10.0.0.249 - - [2026-06-04 02:30:49] "GET /virtual-networks?parent_id=ab7a1155-6734-49b2-aa39-427a9d6d3256&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009865 10.0.0.249 - - [2026-06-04 02:30:49] "POST /virtual-networks HTTP/1.1" 200 570 0.051981 10.0.0.249 - - [2026-06-04 02:30:49] "POST /route-targets HTTP/1.1" 200 328 0.009063 10.0.0.249 - - [2026-06-04 02:30:49] "POST /ref-update HTTP/1.1" 200 156 0.010105 10.0.0.249 - - [2026-06-04 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.010995 10.0.0.249 - - [2026-06-04 02:30:50] "GET /network-ipam/578ae265-9567-4426-b7fb-fb9cddd80f0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.010469 10.0.0.249 - - [2026-06-04 02:30:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002995 10.0.0.249 - - [2026-06-04 02:30:50] "POST /ref-update HTTP/1.1" 200 156 0.040172 10.0.0.249 - - [2026-06-04 02:30:50] "POST /neutron/network HTTP/1.1" 200 831 0.040914 10.0.0.249 - - [2026-06-04 02:30:50] "POST /neutron/network HTTP/1.1" 200 831 0.016337 10.0.0.249 - - [2026-06-04 02:30:50] "GET /virtual-network/463922a8-9112-4155-b865-17de8e1b631b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.012322 10.0.0.249 - - [2026-06-04 02:30:50] "POST /neutron/network HTTP/1.1" 200 831 0.016882 10.0.0.249 - - [2026-06-04 02:30:50] "POST /neutron/subnet HTTP/1.1" 200 673 0.022449 10.0.0.249 - - [2026-06-04 02:30:50] "GET /virtual-network/463922a8-9112-4155-b865-17de8e1b631b HTTP/1.1" 401 293 0.000405 10.0.0.249 - - [2026-06-04 02:30:50] "GET /virtual-network/463922a8-9112-4155-b865-17de8e1b631b HTTP/1.1" 200 2268 0.040523 10.0.0.249 - - [2026-06-04 02:30:50] "GET /virtual-network/463922a8-9112-4155-b865-17de8e1b631b HTTP/1.1" 401 293 0.000367 10.0.0.249 - - [2026-06-04 02:30:51] "GET /virtual-network/463922a8-9112-4155-b865-17de8e1b631b HTTP/1.1" 200 2007 0.042000 10.0.0.249 - - [2026-06-04 02:30:51] "GET /obj-perms HTTP/1.1" 200 4934 0.063932 10.0.0.249 - - [2026-06-04 02:30:51] "POST /fqname-to-id HTTP/1.1" 401 293 0.000346 10.0.0.249 - - [2026-06-04 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.030286 10.0.0.249 - - [2026-06-04 02:30:51] "GET /virtual-network/463922a8-9112-4155-b865-17de8e1b631b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.011413 10.0.0.249 - - [2026-06-04 02:30:51] "GET /obj-perms HTTP/1.1" 200 4934 0.009031 10.0.0.249 - - [2026-06-04 02:30:51] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.016785 10.0.0.249 - - [2026-06-04 02:30:52] "GET /obj-perms HTTP/1.1" 200 4934 0.058352 10.0.0.249 - - [2026-06-04 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002492 10.0.0.249 - - [2026-06-04 02:30:52] "GET /virtual-network/463922a8-9112-4155-b865-17de8e1b631b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.011772 10.0.0.249 - - [2026-06-04 02:30:52] "GET /obj-perms HTTP/1.1" 200 4934 0.009324 10.0.0.249 - - [2026-06-04 02:30:52] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.016750 10.0.0.249 - - [2026-06-04 02:30:52] "POST /id-to-fqname HTTP/1.1" 401 293 0.000457 10.0.0.249 - - [2026-06-04 02:30:52] "POST /id-to-fqname HTTP/1.1" 200 230 0.032946 10.0.0.249 - - [2026-06-04 02:30:53] "POST /neutron/network HTTP/1.1" 200 841 0.045297 10.0.0.249 - - [2026-06-04 02:30:53] "GET /aaa-mode HTTP/1.1" 401 293 0.000382 10.0.0.249 - - [2026-06-04 02:30:53] "GET / HTTP/1.1" 200 36215 0.001696 10.0.0.249 - - [2026-06-04 02:30:53] "GET /project/2829b1ba-a5be-4031-8bce-245adfd76ead?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000379 10.0.0.249 - - [2026-06-04 02:30:54] "GET /projects?obj_uuids=2829b1ba-a5be-4031-8bce-245adfd76ead&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001073 10.0.0.249 - - [2026-06-04 02:30:54] "GET /project/2829b1ba-a5be-4031-8bce-245adfd76ead?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.043908 10.0.0.249 - - [2026-06-04 02:30:54] "POST /neutron/network HTTP/1.1" 200 831 0.005278 10.0.0.249 - - [2026-06-04 02:30:54] "POST /neutron/port HTTP/1.1" 200 117 0.026014 10.0.0.249 - - [2026-06-04 02:30:54] "POST /neutron/port HTTP/1.1" 200 117 0.004894 10.0.0.249 - - [2026-06-04 02:30:54] "POST /neutron/port HTTP/1.1" 200 117 0.005940 10.0.0.249 - - [2026-06-04 02:30:54] "POST /neutron/network HTTP/1.1" 200 841 0.017769 10.0.0.249 - - [2026-06-04 02:30:54] "POST /neutron/network HTTP/1.1" 200 831 0.018407 10.0.0.249 - - [2026-06-04 02:30:54] "GET /projects?obj_uuids=2829b1ba-a5be-4031-8bce-245adfd76ead&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001259 10.0.0.249 - - [2026-06-04 02:30:55] "POST /neutron/port HTTP/1.1" 200 1055 0.289949 10.0.0.249 - - [2026-06-04 02:30:55] "POST /neutron/port HTTP/1.1" 200 1055 0.012976 10.0.0.249 - - [2026-06-04 02:30:55] "POST /neutron/port HTTP/1.1" 200 1055 0.008784 10.0.0.249 - - [2026-06-04 02:30:55] "POST /neutron/port HTTP/1.1" 200 1109 0.049383 10.0.0.249 - - [2026-06-04 02:30:55] "POST /neutron/port HTTP/1.1" 200 1119 0.010600 10.0.0.249 - - [2026-06-04 02:30:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002831 10.0.0.249 - - [2026-06-04 02:30:55] "POST /neutron/subnet HTTP/1.1" 200 647 0.006135 10.0.0.249 - - [2026-06-04 02:30:55] "POST /neutron/port HTTP/1.1" 200 117 0.001523 10.0.0.249 - - [2026-06-04 02:30:55] "POST /neutron/network HTTP/1.1" 200 831 0.006216 10.0.0.249 - - [2026-06-04 02:30:59] "POST /neutron/port HTTP/1.1" 200 1119 0.011566 10.0.0.249 - - [2026-06-04 02:30:59] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005431 10.0.0.249 - - [2026-06-04 02:30:59] "POST /neutron/port HTTP/1.1" 200 1119 0.010128 10.0.0.249 - - [2026-06-04 02:30:59] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005583 10.0.0.249 - - [2026-06-04 02:30:59] "POST /neutron/port HTTP/1.1" 200 1119 0.010843 10.0.0.249 - - [2026-06-04 02:30:59] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005532 10.0.0.249 - - [2026-06-04 02:30:59] "POST /neutron/port HTTP/1.1" 200 1119 0.011245 10.0.0.249 - - [2026-06-04 02:30:59] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005085 10.0.0.249 - - [2026-06-04 02:30:59] "GET /virtual-machine/d62daaaf-8f53-4e81-a872-de5e7b1e1801 HTTP/1.1" 200 1290 0.010142 10.0.0.249 - - [2026-06-04 02:30:59] "GET /virtual-machine/d62daaaf-8f53-4e81-a872-de5e7b1e1801 HTTP/1.1" 200 1290 0.009318 10.0.0.249 - - [2026-06-04 02:30:59] "GET /virtual-machine-interface/bcb89b2f-bf9b-43e5-a05b-e8631e7ffecf HTTP/1.1" 200 2537 0.013288 10.0.0.249 - - [2026-06-04 02:30:59] "GET /virtual-machine/d62daaaf-8f53-4e81-a872-de5e7b1e1801 HTTP/1.1" 200 1290 0.010478 10.0.0.249 - - [2026-06-04 02:30:59] "GET /virtual-machine-interface/bcb89b2f-bf9b-43e5-a05b-e8631e7ffecf HTTP/1.1" 200 2537 0.012802 10.0.0.249 - - [2026-06-04 02:30:59] "GET /instance-ip/a52fa5da-804b-4ab1-bb78-9fc384b89dda HTTP/1.1" 200 1629 0.010421 10.0.0.249 - - [2026-06-04 02:30:59] "GET /virtual-machine/d62daaaf-8f53-4e81-a872-de5e7b1e1801 HTTP/1.1" 200 1290 0.008950 10.0.0.249 - - [2026-06-04 02:30:59] "GET /virtual-machine-interface/bcb89b2f-bf9b-43e5-a05b-e8631e7ffecf HTTP/1.1" 200 2537 0.013827 10.0.0.249 - - [2026-06-04 02:30:59] "GET /instance-ip/a52fa5da-804b-4ab1-bb78-9fc384b89dda HTTP/1.1" 200 1629 0.010009 10.0.0.249 - - [2026-06-04 02:30:59] "POST /fqname-to-id HTTP/1.1" 403 339 0.008824 10.0.0.249 - - [2026-06-04 02:30:59] "GET / HTTP/1.1" 200 36215 0.001745 10.0.0.249 - - [2026-06-04 02:31:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000440 10.0.0.249 - - [2026-06-04 02:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.026326 10.0.0.249 - - [2026-06-04 02:31:00] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002751 10.0.0.249 - - [2026-06-04 02:31:00] "GET /virtual-networks?parent_id=2829b1ba-a5be-4031-8bce-245adfd76ead&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015472 10.0.0.249 - - [2026-06-04 02:31:00] "POST /fqname-to-id HTTP/1.1" 403 339 0.010364 10.0.0.249 - - [2026-06-04 02:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002631 10.0.0.249 - - [2026-06-04 02:31:00] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002871 10.0.0.249 - - [2026-06-04 02:31:00] "GET /virtual-networks?parent_id=2829b1ba-a5be-4031-8bce-245adfd76ead&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009718 10.0.0.249 - - [2026-06-04 02:31:00] "POST /fqname-to-id HTTP/1.1" 403 339 0.009446 10.0.0.249 - - [2026-06-04 02:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.249 - - [2026-06-04 02:31:00] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003423 10.0.0.249 - - [2026-06-04 02:31:00] "GET /virtual-networks?parent_id=2829b1ba-a5be-4031-8bce-245adfd76ead&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011032 10.0.0.249 - - [2026-06-04 02:31:00] "POST /fqname-to-id HTTP/1.1" 403 339 0.009403 10.0.0.249 - - [2026-06-04 02:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.249 - - [2026-06-04 02:31:01] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003343 10.0.0.249 - - [2026-06-04 02:31:01] "GET /virtual-networks?parent_id=2829b1ba-a5be-4031-8bce-245adfd76ead&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009631 10.0.0.249 - - [2026-06-04 02:31:01] "POST /fqname-to-id HTTP/1.1" 403 339 0.009820 10.0.0.249 - - [2026-06-04 02:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002837 10.0.0.249 - - [2026-06-04 02:31:01] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002924 10.0.0.249 - - [2026-06-04 02:31:01] "GET /virtual-networks?parent_id=2829b1ba-a5be-4031-8bce-245adfd76ead&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009426 10.0.0.249 - - [2026-06-04 02:31:03] "POST /neutron/port HTTP/1.1" 200 1119 0.011151 10.0.0.249 - - [2026-06-04 02:31:03] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005600 10.0.0.249 - - [2026-06-04 02:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.009738 10.0.0.249 - - [2026-06-04 02:31:04] "GET /virtual-network/463922a8-9112-4155-b865-17de8e1b631b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.015417 10.0.0.249 - - [2026-06-04 02:31:06] "POST /fqname-to-id HTTP/1.1" 403 339 0.009975 10.0.0.249 - - [2026-06-04 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002460 10.0.0.249 - - [2026-06-04 02:31:06] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003103 10.0.0.249 - - [2026-06-04 02:31:06] "GET /virtual-networks?parent_id=2829b1ba-a5be-4031-8bce-245adfd76ead&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008673 10.0.0.249 - - [2026-06-04 02:31:06] "POST /fqname-to-id HTTP/1.1" 403 339 0.009449 10.0.0.249 - - [2026-06-04 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.001972 10.0.0.249 - - [2026-06-04 02:31:06] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002740 10.0.0.249 - - [2026-06-04 02:31:06] "GET /virtual-networks?parent_id=2829b1ba-a5be-4031-8bce-245adfd76ead&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010171 10.0.0.249 - - [2026-06-04 02:31:06] "POST /fqname-to-id HTTP/1.1" 403 361 0.011472 10.0.0.249 - - [2026-06-04 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002535 10.0.0.249 - - [2026-06-04 02:31:06] "GET /routing-instance/5f3bafef-2a97-4c9b-b585-653a74b7ebb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.003729 10.0.0.249 - - [2026-06-04 02:31:06] "GET /route-target/3e2c0a1f-73c7-40b6-9e14-c0aaba36db1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008365 10.0.0.249 - - [2026-06-04 02:31:06] "GET /route-target/3e2c0a1f-73c7-40b6-9e14-c0aaba36db1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003567 10.0.0.249 - - [2026-06-04 02:31:06] "POST /fqname-to-id HTTP/1.1" 403 339 0.009125 10.0.0.249 - - [2026-06-04 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.001936 10.0.0.249 - - [2026-06-04 02:31:06] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003312 10.0.0.249 - - [2026-06-04 02:31:06] "GET /virtual-networks?parent_id=2829b1ba-a5be-4031-8bce-245adfd76ead&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010145 10.0.0.249 - - [2026-06-04 02:31:06] "POST /fqname-to-id HTTP/1.1" 403 361 0.008617 10.0.0.249 - - [2026-06-04 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002559 10.0.0.249 - - [2026-06-04 02:31:06] "GET /routing-instance/5f3bafef-2a97-4c9b-b585-653a74b7ebb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.002983 10.0.0.249 - - [2026-06-04 02:31:07] "GET /route-target/3e2c0a1f-73c7-40b6-9e14-c0aaba36db1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008863 10.0.0.249 - - [2026-06-04 02:31:07] "GET /route-target/3e2c0a1f-73c7-40b6-9e14-c0aaba36db1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002724 10.0.0.249 - - [2026-06-04 02:31:07] "GET /obj-perms HTTP/1.1" 200 4934 0.008796 10.0.0.249 - - [2026-06-04 02:31:07] "GET /virtual-machine/d62daaaf-8f53-4e81-a872-de5e7b1e1801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.010980 10.0.0.249 - - [2026-06-04 02:31:07] "GET /obj-perms HTTP/1.1" 200 4934 0.008014 10.0.0.249 - - [2026-06-04 02:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002457 10.0.0.249 - - [2026-06-04 02:31:07] "GET /virtual-machine-interface/bcb89b2f-bf9b-43e5-a05b-e8631e7ffecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.014257 10.0.0.249 - - [2026-06-04 02:31:07] "GET /obj-perms HTTP/1.1" 200 4934 0.008631 10.0.0.249 - - [2026-06-04 02:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002510 10.0.0.249 - - [2026-06-04 02:31:07] "GET /virtual-machine-interface/bcb89b2f-bf9b-43e5-a05b-e8631e7ffecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.013184 10.0.0.249 - - [2026-06-04 02:31:07] "GET /obj-perms HTTP/1.1" 200 4934 0.008033 10.0.0.249 - - [2026-06-04 02:31:07] "GET /virtual-machine/d62daaaf-8f53-4e81-a872-de5e7b1e1801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.009750 10.0.0.249 - - [2026-06-04 02:31:07] "GET /obj-perms HTTP/1.1" 200 4934 0.008178 10.0.0.249 - - [2026-06-04 02:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002562 10.0.0.249 - - [2026-06-04 02:31:07] "GET /virtual-machine-interface/bcb89b2f-bf9b-43e5-a05b-e8631e7ffecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.013222 10.0.0.249 - - [2026-06-04 02:31:07] "GET /obj-perms HTTP/1.1" 200 4934 0.010052 10.0.0.249 - - [2026-06-04 02:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.249 - - [2026-06-04 02:31:07] "GET /virtual-network/463922a8-9112-4155-b865-17de8e1b631b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.011138 10.0.0.249 - - [2026-06-04 02:31:07] "GET /obj-perms HTTP/1.1" 200 4934 0.008233 10.0.0.249 - - [2026-06-04 02:31:08] "GET /virtual-machine/d62daaaf-8f53-4e81-a872-de5e7b1e1801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.010778 10.0.0.249 - - [2026-06-04 02:31:08] "GET /obj-perms HTTP/1.1" 200 4934 0.008658 10.0.0.249 - - [2026-06-04 02:31:08] "GET /obj-perms HTTP/1.1" 200 4934 0.008649 10.0.0.249 - - [2026-06-04 02:31:08] "GET /obj-perms HTTP/1.1" 200 4934 0.065976 10.0.0.249 - - [2026-06-04 02:31:08] "GET /obj-perms HTTP/1.1" 200 4934 0.008164 10.0.0.249 - - [2026-06-04 02:31:08] "GET /obj-perms HTTP/1.1" 200 5039 0.051342 10.0.0.249 - - [2026-06-04 02:31:08] "GET /obj-perms HTTP/1.1" 200 5039 0.002794 10.0.0.249 - - [2026-06-04 02:31:09] "GET /obj-perms HTTP/1.1" 200 4934 0.008269 10.0.0.249 - - [2026-06-04 02:31:09] "GET /obj-perms HTTP/1.1" 200 4934 0.007724 10.0.0.249 - - [2026-06-04 02:31:09] "GET /obj-perms HTTP/1.1" 200 4934 0.061487 10.0.0.249 - - [2026-06-04 02:31:09] "GET /obj-perms HTTP/1.1" 200 4934 0.007992 10.0.0.249 - - [2026-06-04 02:31:09] "GET /obj-perms HTTP/1.1" 200 5039 0.002833 10.0.0.249 - - [2026-06-04 02:31:09] "GET /obj-perms HTTP/1.1" 200 5039 0.003129 10.0.0.249 - - [2026-06-04 02:31:09] "GET /obj-perms HTTP/1.1" 200 4934 0.009691 10.0.0.249 - - [2026-06-04 02:31:09] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.009079 10.0.0.249 - - [2026-06-04 02:31:09] "GET /virtual-machine/d62daaaf-8f53-4e81-a872-de5e7b1e1801 HTTP/1.1" 200 1290 0.011753 10.0.0.249 - - [2026-06-04 02:31:10] "POST /neutron/port HTTP/1.1" 200 1119 0.010355 10.0.0.249 - - [2026-06-04 02:31:10] "POST /neutron/port HTTP/1.1" 200 1109 0.009493 10.0.0.249 - - [2026-06-04 02:31:10] "POST /neutron/port HTTP/1.1" 200 151 0.087511 10.0.0.249 - - [2026-06-04 02:31:11] "GET /virtual-machine/d62daaaf-8f53-4e81-a872-de5e7b1e1801 HTTP/1.1" 404 171 0.010236 10.0.0.249 - - [2026-06-04 02:31:11] "GET /virtual-machine/d62daaaf-8f53-4e81-a872-de5e7b1e1801 HTTP/1.1" 404 171 0.009539 10.0.0.249 - - [2026-06-04 02:31:11] "GET /virtual-machine/d62daaaf-8f53-4e81-a872-de5e7b1e1801 HTTP/1.1" 404 171 0.008076 10.0.0.249 - - [2026-06-04 02:31:12] "POST /fqname-to-id HTTP/1.1" 403 339 0.009675 10.0.0.249 - - [2026-06-04 02:31:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002015 10.0.0.249 - - [2026-06-04 02:31:12] "GET /global-vrouter-config/210769a0-f1c9-4c56-a549-4e482c098cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002376 10.0.0.249 - - [2026-06-04 02:31:12] "GET /virtual-networks?parent_id=2829b1ba-a5be-4031-8bce-245adfd76ead&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008996 10.0.0.249 - - [2026-06-04 02:31:12] "POST /fqname-to-id HTTP/1.1" 403 361 0.009010 10.0.0.249 - - [2026-06-04 02:31:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.249 - - [2026-06-04 02:31:12] "GET /routing-instance/5f3bafef-2a97-4c9b-b585-653a74b7ebb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.003214 10.0.0.249 - - [2026-06-04 02:31:12] "GET /route-target/3e2c0a1f-73c7-40b6-9e14-c0aaba36db1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008193 10.0.0.249 - - [2026-06-04 02:31:12] "GET /route-target/3e2c0a1f-73c7-40b6-9e14-c0aaba36db1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002858 10.0.0.249 - - [2026-06-04 02:31:12] "GET /obj-perms HTTP/1.1" 200 4934 0.008151 10.0.0.249 - - [2026-06-04 02:31:12] "GET /obj-perms HTTP/1.1" 200 4934 0.007376 10.0.0.249 - - [2026-06-04 02:31:12] "GET /obj-perms HTTP/1.1" 200 4934 0.061756 10.0.0.249 - - [2026-06-04 02:31:12] "GET /obj-perms HTTP/1.1" 200 4934 0.008262 10.0.0.249 - - [2026-06-04 02:31:12] "GET /obj-perms HTTP/1.1" 200 5039 0.002825 10.0.0.249 - - [2026-06-04 02:31:15] "GET /obj-perms HTTP/1.1" 200 5039 0.003083 10.0.0.249 - - [2026-06-04 02:31:18] "GET /obj-perms HTTP/1.1" 200 5039 0.003072 10.0.0.249 - - [2026-06-04 02:31:21] "GET /obj-perms HTTP/1.1" 200 5039 0.003362 10.0.0.249 - - [2026-06-04 02:31:21] "DELETE /project/c8ceba90f8974531893152dde7c7e222 HTTP/1.1" 404 173 0.007297 10.0.0.249 - - [2026-06-04 02:31:21] "DELETE /project/2829b1baa5be40318bce245adfd76ead HTTP/1.1" 404 173 0.005415 10.0.0.249 - - [2026-06-04 02:31:21] "DELETE /project/ab7a1155673449b2aa39427a9d6d3256 HTTP/1.1" 404 173 0.006681 10.0.0.249 - - [2026-06-04 02:31:21] "GET /projects?obj_uuids=8ff8b903-f6fb-45c1-be05-acc5d9b51118&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000863 10.0.0.249 - - [2026-06-04 02:31:21] "GET /project/8ff8b903-f6fb-45c1-be05-acc5d9b51118?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.023205 10.0.0.249 - - [2026-06-04 02:31:21] "GET /projects?obj_uuids=8ff8b903-f6fb-45c1-be05-acc5d9b51118&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001002 10.0.0.249 - - [2026-06-04 02:31:22] "GET /project/8ff8b903-f6fb-45c1-be05-acc5d9b51118?fields=security_groups HTTP/1.1" 200 1374 0.067218 10.0.0.249 - - [2026-06-04 02:31:22] "DELETE /security-group/720b4dca-9892-4843-85b4-2bf13bf28875 HTTP/1.1" 200 115 0.034243 10.0.0.249 - - [2026-06-04 02:31:22] "GET /projects?obj_uuids=8ff8b903-f6fb-45c1-be05-acc5d9b51118&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001362 10.0.0.249 - - [2026-06-04 02:31:22] "DELETE /access-control-list/5e0513ba-bcc4-40d7-b27a-c764036d2712 HTTP/1.1" 200 115 0.028703 10.0.0.249 - - [2026-06-04 02:31:22] "GET /project/8ff8b903-f6fb-45c1-be05-acc5d9b51118?fields=application_policy_sets HTTP/1.1" 200 1413 0.032799 10.0.0.249 - - [2026-06-04 02:31:22] "DELETE /access-control-list/3cc9115e-e0f9-4362-81a0-a9128ad53b7c HTTP/1.1" 200 115 0.028933 10.0.0.249 - - [2026-06-04 02:31:22] "DELETE /project/8ff8b903-f6fb-45c1-be05-acc5d9b51118 HTTP/1.1" 200 115 0.302802 10.0.0.249 - - [2026-06-04 02:31:24] "GET /obj-perms HTTP/1.1" 200 5039 0.003034 10.0.0.249 - - [2026-06-04 02:31:27] "GET /obj-perms HTTP/1.1" 200 5039 0.003141 10.0.0.249 - - [2026-06-04 02:31:30] "GET /obj-perms HTTP/1.1" 200 5075 0.046082 10.0.0.249 - - [2026-06-04 02:31:30] "GET /obj-perms HTTP/1.1" 200 5075 0.049304 10.0.0.249 - - [2026-06-04 02:31:30] "GET /obj-perms HTTP/1.1" 200 5039 0.003061 10.0.0.249 - - [2026-06-04 02:31:33] "GET /obj-perms HTTP/1.1" 200 5039 0.002825 10.0.0.249 - - [2026-06-04 02:31:36] "GET /obj-perms HTTP/1.1" 200 5039 0.003028 10.0.0.249 - - [2026-06-04 02:31:39] "GET /obj-perms HTTP/1.1" 200 5039 0.003046 10.0.0.249 - - [2026-06-04 02:31:42] "GET /obj-perms HTTP/1.1" 200 5039 0.003272 10.0.0.249 - - [2026-06-04 02:31:45] "GET /obj-perms HTTP/1.1" 200 5039 0.004029 10.0.0.249 - - [2026-06-04 02:31:48] "GET /obj-perms HTTP/1.1" 200 5039 0.002915 10.0.0.249 - - [2026-06-04 02:31:51] "GET /obj-perms HTTP/1.1" 200 5039 0.002825 10.0.0.249 - - [2026-06-04 02:31:54] "GET /obj-perms HTTP/1.1" 200 5039 0.003022 10.0.0.249 - - [2026-06-04 02:31:57] "GET /obj-perms HTTP/1.1" 200 5039 0.003298 10.0.0.249 - - [2026-06-04 02:31:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002627 10.0.0.249 - - [2026-06-04 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004493 10.0.0.249 - - [2026-06-04 02:31:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002797 10.0.0.249 - - [2026-06-04 02:31:58] "DELETE /virtual-network/463922a8-9112-4155-b865-17de8e1b631b HTTP/1.1" 200 115 0.072415 10.0.0.249 - - [2026-06-04 02:31:58] "DELETE /route-target/3e2c0a1f-73c7-40b6-9e14-c0aaba36db1a HTTP/1.1" 200 115 0.015647 10.0.0.249 - - [2026-06-04 02:31:58] "DELETE /api-access-list/78dc5e53-4bda-4106-9b2a-5723c0242abf HTTP/1.1" 200 115 0.020041 10.0.0.249 - - [2026-06-04 02:31:58] "GET /api-access-list/78dc5e53-4bda-4106-9b2a-5723c0242abf HTTP/1.1" 404 171 0.002261 10.0.0.249 - - [2026-06-04 02:31:58] "GET /projects?obj_uuids=2829b1ba-a5be-4031-8bce-245adfd76ead&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001044 10.0.0.249 - - [2026-06-04 02:31:58] "GET /project/2829b1ba-a5be-4031-8bce-245adfd76ead?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.022184 10.0.0.249 - - [2026-06-04 02:31:58] "GET /projects?obj_uuids=2829b1ba-a5be-4031-8bce-245adfd76ead&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000926 10.0.0.249 - - [2026-06-04 02:31:58] "GET /project/2829b1ba-a5be-4031-8bce-245adfd76ead?fields=virtual_networks HTTP/1.1" 200 1034 0.068452 10.0.0.249 - - [2026-06-04 02:31:58] "GET /projects?obj_uuids=2829b1ba-a5be-4031-8bce-245adfd76ead&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001058 10.0.0.249 - - [2026-06-04 02:31:58] "GET /project/2829b1ba-a5be-4031-8bce-245adfd76ead?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.024757 10.0.0.249 - - [2026-06-04 02:31:58] "GET /projects?obj_uuids=2829b1ba-a5be-4031-8bce-245adfd76ead&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000985 10.0.0.249 - - [2026-06-04 02:31:58] "GET /project/2829b1ba-a5be-4031-8bce-245adfd76ead?fields=security_groups HTTP/1.1" 200 1256 0.024639 10.0.0.249 - - [2026-06-04 02:31:59] "GET /projects?obj_uuids=ab7a1155-6734-49b2-aa39-427a9d6d3256&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001656 10.0.0.249 - - [2026-06-04 02:31:59] "GET /project/ab7a1155-6734-49b2-aa39-427a9d6d3256?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.030910 10.0.0.249 - - [2026-06-04 02:31:59] "GET /projects?obj_uuids=ab7a1155-6734-49b2-aa39-427a9d6d3256&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001395 10.0.0.249 - - [2026-06-04 02:31:59] "GET /project/ab7a1155-6734-49b2-aa39-427a9d6d3256?fields=virtual_networks HTTP/1.1" 200 1035 0.068421 10.0.0.249 - - [2026-06-04 02:31:59] "GET /projects?obj_uuids=ab7a1155-6734-49b2-aa39-427a9d6d3256&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000998 10.0.0.249 - - [2026-06-04 02:31:59] "GET /project/ab7a1155-6734-49b2-aa39-427a9d6d3256?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.026218 10.0.0.249 - - [2026-06-04 02:31:59] "GET /projects?obj_uuids=ab7a1155-6734-49b2-aa39-427a9d6d3256&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001539 10.0.0.249 - - [2026-06-04 02:31:59] "GET /project/ab7a1155-6734-49b2-aa39-427a9d6d3256?fields=security_groups HTTP/1.1" 200 1257 0.026106 10.0.0.249 - - [2026-06-04 02:32:00] "GET /api-access-list/b135278d-a1e1-445f-9271-afe63adad32d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.003316 10.0.0.249 - - [2026-06-04 02:32:00] "PUT /api-access-list/b135278d-a1e1-445f-9271-afe63adad32d HTTP/1.1" 200 265 0.008233 10.0.0.249 - - [2026-06-04 02:32:00] "GET /projects?obj_uuids=c8ceba90-f897-4531-8931-52dde7c7e222&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001410 10.0.0.249 - - [2026-06-04 02:32:00] "GET /project/c8ceba90-f897-4531-8931-52dde7c7e222?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.025800 10.0.0.249 - - [2026-06-04 02:32:00] "GET /projects?obj_uuids=c8ceba90-f897-4531-8931-52dde7c7e222&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000967 10.0.0.249 - - [2026-06-04 02:32:00] "GET /project/c8ceba90-f897-4531-8931-52dde7c7e222?fields=virtual_networks HTTP/1.1" 200 1034 0.066285 10.0.0.249 - - [2026-06-04 02:32:00] "GET /projects?obj_uuids=c8ceba90-f897-4531-8931-52dde7c7e222&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001007 10.0.0.249 - - [2026-06-04 02:32:00] "GET /project/c8ceba90-f897-4531-8931-52dde7c7e222?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.023825 10.0.0.249 - - [2026-06-04 02:32:00] "GET /projects?obj_uuids=c8ceba90-f897-4531-8931-52dde7c7e222&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001339 10.0.0.249 - - [2026-06-04 02:32:00] "GET /project/c8ceba90-f897-4531-8931-52dde7c7e222?fields=security_groups HTTP/1.1" 200 1256 0.031771 10.0.0.249 - - [2026-06-04 02:32:01] "POST /fqname-to-id HTTP/1.1" 404 188 0.028083 10.0.0.249 - - [2026-06-04 02:32:01] "GET /projects?obj_uuids=b4e2ba4e-0b83-4a2b-ae4f-2b8ea6317d8a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002134 10.0.0.249 - - [2026-06-04 02:32:01] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000940 10.0.0.249 - - [2026-06-04 02:32:01] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005960 10.0.0.249 - - [2026-06-04 02:32:01] "POST /id-to-fqname HTTP/1.1" 200 190 0.001178 10.0.0.249 - - [2026-06-04 02:32:01] "POST /fqname-to-id HTTP/1.1" 404 199 0.003264 10.0.0.249 - - [2026-06-04 02:32:02] "POST /security-groups HTTP/1.1" 200 591 0.064392 10.0.0.249 - - [2026-06-04 02:32:02] "POST /fqname-to-id HTTP/1.1" 404 234 0.002196 10.0.0.249 - - [2026-06-04 02:32:02] "POST /projects HTTP/1.1" 200 585 0.204388 10.0.0.249 - - [2026-06-04 02:32:02] "POST /access-control-lists HTTP/1.1" 200 598 0.058883 10.0.0.249 - - [2026-06-04 02:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.278160 10.0.0.249 - - [2026-06-04 02:32:02] "POST /fqname-to-id HTTP/1.1" 404 233 0.002642 10.0.0.249 - - [2026-06-04 02:32:02] "GET /project/b4e2ba4e-0b83-4a2b-ae4f-2b8ea6317d8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.392362 10.0.0.249 - - [2026-06-04 02:32:02] "POST /access-control-lists HTTP/1.1" 200 596 0.060396 10.0.0.249 - - [2026-06-04 02:32:03] "GET / HTTP/1.1" 200 36215 0.002654 10.0.0.249 - - [2026-06-04 02:32:05] "POST /fqname-to-id HTTP/1.1" 401 293 0.000516 10.0.0.249 - - [2026-06-04 02:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.037102 10.0.0.249 - - [2026-06-04 02:32:05] "GET /api-access-list/b135278d-a1e1-445f-9271-afe63adad32d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.002918 10.0.0.249 - - [2026-06-04 02:32:05] "GET /api-access-list/b135278d-a1e1-445f-9271-afe63adad32d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003149 10.0.0.249 - - [2026-06-04 02:32:05] "GET /api-access-list/b135278d-a1e1-445f-9271-afe63adad32d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.002981 10.0.0.249 - - [2026-06-04 02:32:05] "PUT /api-access-list/b135278d-a1e1-445f-9271-afe63adad32d HTTP/1.1" 200 265 0.007859 10.0.0.249 - - [2026-06-04 02:32:05] "GET /aaa-mode HTTP/1.1" 200 128 0.001133 10.0.0.249 - - [2026-06-04 02:32:06] "POST /fqname-to-id HTTP/1.1" 404 188 0.024091 10.0.0.249 - - [2026-06-04 02:32:06] "GET /projects?obj_uuids=0d493c21-3461-48f7-9ba0-2577239ae120&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002144 10.0.0.249 - - [2026-06-04 02:32:06] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000891 10.0.0.249 - - [2026-06-04 02:32:06] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005907 10.0.0.249 - - [2026-06-04 02:32:06] "POST /id-to-fqname HTTP/1.1" 200 190 0.001427 10.0.0.249 - - [2026-06-04 02:32:06] "POST /fqname-to-id HTTP/1.1" 404 199 0.002169 10.0.0.249 - - [2026-06-04 02:32:06] "POST /security-groups HTTP/1.1" 200 591 0.059818 10.0.0.249 - - [2026-06-04 02:32:06] "POST /fqname-to-id HTTP/1.1" 404 234 0.002609 10.0.0.249 - - [2026-06-04 02:32:06] "POST /projects HTTP/1.1" 200 585 0.199019 10.0.0.249 - - [2026-06-04 02:32:06] "POST /access-control-lists HTTP/1.1" 200 598 0.058931 10.0.0.249 - - [2026-06-04 02:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.277097 10.0.0.249 - - [2026-06-04 02:32:06] "POST /fqname-to-id HTTP/1.1" 404 233 0.002547 10.0.0.249 - - [2026-06-04 02:32:06] "GET /project/0d493c21-3461-48f7-9ba0-2577239ae120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.401105 10.0.0.249 - - [2026-06-04 02:32:06] "POST /access-control-lists HTTP/1.1" 200 596 0.060437 10.0.0.249 - - [2026-06-04 02:32:07] "POST /fqname-to-id HTTP/1.1" 404 188 0.027770 10.0.0.249 - - [2026-06-04 02:32:07] "GET /projects?obj_uuids=d6d46c79-4b56-4bba-8339-88b1031907fc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002589 10.0.0.249 - - [2026-06-04 02:32:07] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001009 10.0.0.249 - - [2026-06-04 02:32:07] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006260 10.0.0.249 - - [2026-06-04 02:32:07] "POST /id-to-fqname HTTP/1.1" 200 190 0.001513 10.0.0.249 - - [2026-06-04 02:32:07] "POST /fqname-to-id HTTP/1.1" 404 199 0.002094 10.0.0.249 - - [2026-06-04 02:32:07] "POST /security-groups HTTP/1.1" 200 591 0.064293 10.0.0.249 - - [2026-06-04 02:32:07] "POST /fqname-to-id HTTP/1.1" 404 234 0.002172 10.0.0.249 - - [2026-06-04 02:32:07] "POST /projects HTTP/1.1" 200 585 0.208769 10.0.0.249 - - [2026-06-04 02:32:07] "POST /access-control-lists HTTP/1.1" 200 598 0.056492 10.0.0.249 - - [2026-06-04 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.279173 10.0.0.249 - - [2026-06-04 02:32:07] "POST /fqname-to-id HTTP/1.1" 404 233 0.002605 10.0.0.249 - - [2026-06-04 02:32:07] "GET /project/d6d46c79-4b56-4bba-8339-88b1031907fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.397894 10.0.0.249 - - [2026-06-04 02:32:07] "POST /access-control-lists HTTP/1.1" 200 596 0.060583 10.0.0.249 - - [2026-06-04 02:32:08] "GET / HTTP/1.1" 200 36215 0.001990 10.0.0.249 - - [2026-06-04 02:32:08] "GET / HTTP/1.1" 200 36215 0.001503 10.0.0.249 - - [2026-06-04 02:32:09] "POST /fqname-to-id HTTP/1.1" 404 183 0.002480 10.0.0.249 - - [2026-06-04 02:32:09] "POST /api-access-lists HTTP/1.1" 200 523 0.016536 10.0.0.249 - - [2026-06-04 02:32:09] "GET /api-access-list/2ece5141-1508-4bec-985f-327fa36164e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.005271 10.0.0.249 - - [2026-06-04 02:32:09] "GET /api-access-list/2ece5141-1508-4bec-985f-327fa36164e9 HTTP/1.1" 401 293 0.000581 10.0.0.249 - - [2026-06-04 02:32:09] "GET /api-access-list/2ece5141-1508-4bec-985f-327fa36164e9 HTTP/1.1" 200 1291 0.059450 10.0.0.249 - - [2026-06-04 02:32:09] "POST /fqname-to-id HTTP/1.1" 401 293 0.000379 10.0.0.249 - - [2026-06-04 02:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.037934 10.0.0.249 - - [2026-06-04 02:32:10] "GET /projects?obj_uuids=0d493c21-3461-48f7-9ba0-2577239ae120&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001323 10.0.0.249 - - [2026-06-04 02:32:10] "GET /project/0d493c21-3461-48f7-9ba0-2577239ae120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.033394 10.0.0.249 - - [2026-06-04 02:32:10] "GET /virtual-networks?parent_id=0d493c21-3461-48f7-9ba0-2577239ae120&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010007 10.0.0.249 - - [2026-06-04 02:32:10] "POST /virtual-networks HTTP/1.1" 200 585 0.045247 10.0.0.249 - - [2026-06-04 02:32:10] "POST /route-targets HTTP/1.1" 200 328 0.009801 10.0.0.249 - - [2026-06-04 02:32:10] "POST /ref-update HTTP/1.1" 200 156 0.009079 10.0.0.249 - - [2026-06-04 02:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.011151 10.0.0.249 - - [2026-06-04 02:32:10] "GET /network-ipam/578ae265-9567-4426-b7fb-fb9cddd80f0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.009964 10.0.0.249 - - [2026-06-04 02:32:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003200 10.0.0.249 - - [2026-06-04 02:32:10] "POST /ref-update HTTP/1.1" 200 156 0.042750 10.0.0.249 - - [2026-06-04 02:32:10] "POST /neutron/network HTTP/1.1" 200 848 0.048522 10.0.0.249 - - [2026-06-04 02:32:10] "POST /neutron/network HTTP/1.1" 200 848 0.018807 10.0.0.249 - - [2026-06-04 02:32:10] "GET /virtual-network/4b68030a-f43e-4d30-a76f-ef6726a0ed4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.011732 10.0.0.249 - - [2026-06-04 02:32:10] "POST /neutron/network HTTP/1.1" 200 848 0.015932 10.0.0.249 - - [2026-06-04 02:32:10] "POST /neutron/subnet HTTP/1.1" 200 676 0.022197 10.0.0.249 - - [2026-06-04 02:32:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000392 10.0.0.249 - - [2026-06-04 02:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.033845 10.0.0.249 - - [2026-06-04 02:32:11] "GET /projects?obj_uuids=d6d46c79-4b56-4bba-8339-88b1031907fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001008 10.0.0.249 - - [2026-06-04 02:32:11] "GET /project/d6d46c79-4b56-4bba-8339-88b1031907fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.027248 10.0.0.249 - - [2026-06-04 02:32:11] "GET /virtual-networks?parent_id=d6d46c79-4b56-4bba-8339-88b1031907fc&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010726 10.0.0.249 - - [2026-06-04 02:32:11] "POST /virtual-networks HTTP/1.1" 200 585 0.045873 10.0.0.249 - - [2026-06-04 02:32:11] "POST /route-targets HTTP/1.1" 200 328 0.009603 10.0.0.249 - - [2026-06-04 02:32:11] "POST /ref-update HTTP/1.1" 200 156 0.010183 10.0.0.249 - - [2026-06-04 02:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.011595 10.0.0.249 - - [2026-06-04 02:32:11] "GET /network-ipam/578ae265-9567-4426-b7fb-fb9cddd80f0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.010671 10.0.0.249 - - [2026-06-04 02:32:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003295 10.0.0.249 - - [2026-06-04 02:32:11] "POST /ref-update HTTP/1.1" 200 156 0.040844 10.0.0.249 - - [2026-06-04 02:32:11] "POST /neutron/network HTTP/1.1" 200 847 0.046459 10.0.0.249 - - [2026-06-04 02:32:11] "POST /neutron/network HTTP/1.1" 200 847 0.018178 10.0.0.249 - - [2026-06-04 02:32:11] "GET /virtual-network/4fb0b31b-83e0-4176-aa76-37d3d6996833?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.011310 10.0.0.249 - - [2026-06-04 02:32:11] "POST /neutron/network HTTP/1.1" 200 847 0.019255 10.0.0.249 - - [2026-06-04 02:32:11] "POST /neutron/subnet HTTP/1.1" 200 674 0.022886 10.0.0.249 - - [2026-06-04 02:32:11] "GET /virtual-network/4b68030a-f43e-4d30-a76f-ef6726a0ed4f HTTP/1.1" 401 293 0.000400 10.0.0.249 - - [2026-06-04 02:32:11] "GET /virtual-network/4b68030a-f43e-4d30-a76f-ef6726a0ed4f HTTP/1.1" 200 2315 0.040605 10.0.0.249 - - [2026-06-04 02:32:11] "GET /virtual-network/4b68030a-f43e-4d30-a76f-ef6726a0ed4f HTTP/1.1" 401 293 0.000359 10.0.0.249 - - [2026-06-04 02:32:12] "GET /virtual-network/4b68030a-f43e-4d30-a76f-ef6726a0ed4f HTTP/1.1" 403 376 0.035142 10.0.0.249 - - [2026-06-04 02:32:12] "GET /virtual-network/4b68030a-f43e-4d30-a76f-ef6726a0ed4f HTTP/1.1" 200 2315 0.005051 10.0.0.249 - - [2026-06-04 02:32:12] "GET /virtual-networks HTTP/1.1" 200 372 0.015614 10.0.0.249 - - [2026-06-04 02:32:12] "GET /virtual-networks HTTP/1.1" 200 372 0.016272 10.0.0.249 - - [2026-06-04 02:32:12] "GET /obj-perms HTTP/1.1" 403 257 0.032202 10.0.0.249 - - [2026-06-04 02:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002200 10.0.0.249 - - [2026-06-04 02:32:12] "GET /virtual-network/4b68030a-f43e-4d30-a76f-ef6726a0ed4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.011289 10.0.0.249 - - [2026-06-04 02:32:13] "GET /obj-perms HTTP/1.1" 403 257 0.030315 10.0.0.249 - - [2026-06-04 02:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002156 10.0.0.249 - - [2026-06-04 02:32:13] "GET /virtual-network/4b68030a-f43e-4d30-a76f-ef6726a0ed4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008232 10.0.0.249 - - [2026-06-04 02:32:13] "GET /obj-perms HTTP/1.1" 200 5049 0.056437 10.0.0.249 - - [2026-06-04 02:32:13] "GET /obj-perms HTTP/1.1" 403 257 0.007215 10.0.0.249 - - [2026-06-04 02:32:13] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.016122 10.0.0.249 - - [2026-06-04 02:32:13] "GET /obj-perms HTTP/1.1" 403 257 0.006669 10.0.0.249 - - [2026-06-04 02:32:13] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.014942 10.0.0.249 - - [2026-06-04 02:32:13] "GET /obj-perms HTTP/1.1" 200 5049 0.002685 10.0.0.249 - - [2026-06-04 02:32:13] "PUT /virtual-network/4b68030a-f43e-4d30-a76f-ef6726a0ed4f HTTP/1.1" 200 265 0.023799 10.0.0.249 - - [2026-06-04 02:32:13] "GET /virtual-networks HTTP/1.1" 200 132 0.015414 10.0.0.249 - - [2026-06-04 02:32:13] "GET /virtual-networks HTTP/1.1" 200 613 0.015022 10.0.0.249 - - [2026-06-04 02:32:13] "GET /virtual-networks HTTP/1.1" 200 1435 0.002108 10.0.0.249 - - [2026-06-04 02:32:13] "GET /obj-perms HTTP/1.1" 403 257 0.006475 10.0.0.249 - - [2026-06-04 02:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002138 10.0.0.249 - - [2026-06-04 02:32:14] "GET /virtual-network/4b68030a-f43e-4d30-a76f-ef6726a0ed4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.010153 10.0.0.249 - - [2026-06-04 02:32:14] "GET /obj-perms HTTP/1.1" 403 257 0.032672 10.0.0.249 - - [2026-06-04 02:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002199 10.0.0.249 - - [2026-06-04 02:32:14] "GET /virtual-network/4b68030a-f43e-4d30-a76f-ef6726a0ed4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.009231 10.0.0.249 - - [2026-06-04 02:32:14] "GET /obj-perms HTTP/1.1" 403 257 0.006840 10.0.0.249 - - [2026-06-04 02:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002646 10.0.0.249 - - [2026-06-04 02:32:14] "GET /virtual-network/4b68030a-f43e-4d30-a76f-ef6726a0ed4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.011723 10.0.0.249 - - [2026-06-04 02:32:14] "GET /obj-perms HTTP/1.1" 200 5049 0.003306 10.0.0.249 - - [2026-06-04 02:32:14] "GET /obj-perms HTTP/1.1" 403 257 0.007354 10.0.0.249 - - [2026-06-04 02:32:14] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015228 10.0.0.249 - - [2026-06-04 02:32:14] "GET /obj-perms HTTP/1.1" 403 257 0.007341 10.0.0.249 - - [2026-06-04 02:32:14] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 613 0.015104 10.0.0.249 - - [2026-06-04 02:32:14] "GET /obj-perms HTTP/1.1" 200 5049 0.002752 10.0.0.249 - - [2026-06-04 02:32:15] "PUT /virtual-network/4b68030a-f43e-4d30-a76f-ef6726a0ed4f HTTP/1.1" 200 265 0.028257 10.0.0.249 - - [2026-06-04 02:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.249 - - [2026-06-04 02:32:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002095 10.0.0.249 - - [2026-06-04 02:32:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002306 10.0.0.249 - - [2026-06-04 02:32:15] "DELETE /virtual-network/4fb0b31b-83e0-4176-aa76-37d3d6996833 HTTP/1.1" 200 115 0.066239 10.0.0.249 - - [2026-06-04 02:32:15] "DELETE /route-target/88afbae8-048e-49e8-a543-5ea71461f822 HTTP/1.1" 200 115 0.017465 10.0.0.249 - - [2026-06-04 02:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005266 10.0.0.249 - - [2026-06-04 02:32:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003315 10.0.0.249 - - [2026-06-04 02:32:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002090 10.0.0.249 - - [2026-06-04 02:32:15] "DELETE /virtual-network/4b68030a-f43e-4d30-a76f-ef6726a0ed4f HTTP/1.1" 200 115 0.071870 10.0.0.249 - - [2026-06-04 02:32:15] "DELETE /route-target/60c61a5e-ea63-4af5-b553-6e85a90303e0 HTTP/1.1" 200 115 0.022742 10.0.0.249 - - [2026-06-04 02:32:15] "DELETE /api-access-list/2ece5141-1508-4bec-985f-327fa36164e9 HTTP/1.1" 200 115 0.023345 10.0.0.249 - - [2026-06-04 02:32:15] "GET /api-access-list/2ece5141-1508-4bec-985f-327fa36164e9 HTTP/1.1" 404 171 0.002625 10.0.0.249 - - [2026-06-04 02:32:15] "GET /projects?obj_uuids=d6d46c79-4b56-4bba-8339-88b1031907fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000978 10.0.0.249 - - [2026-06-04 02:32:15] "GET /project/d6d46c79-4b56-4bba-8339-88b1031907fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.024715 10.0.0.249 - - [2026-06-04 02:32:15] "GET /projects?obj_uuids=d6d46c79-4b56-4bba-8339-88b1031907fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001146 10.0.0.249 - - [2026-06-04 02:32:15] "GET /project/d6d46c79-4b56-4bba-8339-88b1031907fc?fields=virtual_networks HTTP/1.1" 200 1044 0.070904 10.0.0.249 - - [2026-06-04 02:32:15] "GET /projects?obj_uuids=d6d46c79-4b56-4bba-8339-88b1031907fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000970 10.0.0.249 - - [2026-06-04 02:32:15] "GET /project/d6d46c79-4b56-4bba-8339-88b1031907fc?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.021327 10.0.0.249 - - [2026-06-04 02:32:15] "GET /projects?obj_uuids=d6d46c79-4b56-4bba-8339-88b1031907fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001066 10.0.0.249 - - [2026-06-04 02:32:15] "GET /project/d6d46c79-4b56-4bba-8339-88b1031907fc?fields=security_groups HTTP/1.1" 200 1271 0.023040 10.0.0.249 - - [2026-06-04 02:32:16] "GET /projects?obj_uuids=0d493c21-3461-48f7-9ba0-2577239ae120&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000930 10.0.0.249 - - [2026-06-04 02:32:16] "GET /project/0d493c21-3461-48f7-9ba0-2577239ae120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.021028 10.0.0.249 - - [2026-06-04 02:32:16] "GET /projects?obj_uuids=0d493c21-3461-48f7-9ba0-2577239ae120&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000941 10.0.0.249 - - [2026-06-04 02:32:16] "GET /project/0d493c21-3461-48f7-9ba0-2577239ae120?fields=virtual_networks HTTP/1.1" 200 1043 0.067024 10.0.0.249 - - [2026-06-04 02:32:16] "GET /projects?obj_uuids=0d493c21-3461-48f7-9ba0-2577239ae120&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001033 10.0.0.249 - - [2026-06-04 02:32:16] "GET /project/0d493c21-3461-48f7-9ba0-2577239ae120?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.021700 10.0.0.249 - - [2026-06-04 02:32:16] "GET /projects?obj_uuids=0d493c21-3461-48f7-9ba0-2577239ae120&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001034 10.0.0.249 - - [2026-06-04 02:32:16] "GET /project/0d493c21-3461-48f7-9ba0-2577239ae120?fields=security_groups HTTP/1.1" 200 1270 0.023551 10.0.0.249 - - [2026-06-04 02:32:17] "GET /aaa-mode HTTP/1.1" 200 128 0.001027 10.0.0.249 - - [2026-06-04 02:32:17] "GET / HTTP/1.1" 200 36215 0.001708 10.0.0.249 - - [2026-06-04 02:32:18] "GET / HTTP/1.1" 200 36215 0.001629 10.0.0.249 - - [2026-06-04 02:32:18] "POST /fqname-to-id HTTP/1.1" 401 293 0.000434 10.0.0.249 - - [2026-06-04 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.067448 10.0.0.249 - - [2026-06-04 02:32:19] "GET /projects?obj_uuids=b4e2ba4e-0b83-4a2b-ae4f-2b8ea6317d8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001010 10.0.0.249 - - [2026-06-04 02:32:19] "GET /project/b4e2ba4e-0b83-4a2b-ae4f-2b8ea6317d8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.026673 10.0.0.249 - - [2026-06-04 02:32:19] "GET /virtual-networks?parent_id=b4e2ba4e-0b83-4a2b-ae4f-2b8ea6317d8a&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007301 10.0.0.249 - - [2026-06-04 02:32:19] "POST /fqname-to-id HTTP/1.1" 404 197 0.007902 10.0.0.249 - - [2026-06-04 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.009612 10.0.0.249 - - [2026-06-04 02:32:19] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001127 10.0.0.249 - - [2026-06-04 02:32:19] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.013930 10.0.0.249 - - [2026-06-04 02:32:19] "POST /service-templates HTTP/1.1" 403 264 0.007601 10.0.0.249 - - [2026-06-04 02:32:19] "POST /fqname-to-id HTTP/1.1" 404 215 0.002398 10.0.0.249 - - [2026-06-04 02:32:19] "POST /api-access-lists HTTP/1.1" 200 557 0.015620 10.0.0.249 - - [2026-06-04 02:32:19] "GET /api-access-list/c9152eab-e0c7-427b-9670-fe69bc0b84ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1326 0.004200 10.0.0.249 - - [2026-06-04 02:32:19] "GET /api-access-list/c9152eab-e0c7-427b-9670-fe69bc0b84ce HTTP/1.1" 200 1326 0.003010 10.0.0.249 - - [2026-06-04 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.012096 10.0.0.249 - - [2026-06-04 02:32:19] "GET /projects?obj_uuids=b4e2ba4e-0b83-4a2b-ae4f-2b8ea6317d8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001164 10.0.0.249 - - [2026-06-04 02:32:19] "GET /project/b4e2ba4e-0b83-4a2b-ae4f-2b8ea6317d8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.030402 10.0.0.249 - - [2026-06-04 02:32:19] "GET /virtual-networks?parent_id=b4e2ba4e-0b83-4a2b-ae4f-2b8ea6317d8a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010579 10.0.0.249 - - [2026-06-04 02:32:19] "POST /virtual-networks HTTP/1.1" 200 585 0.046515 10.0.0.249 - - [2026-06-04 02:32:19] "POST /route-targets HTTP/1.1" 200 328 0.009493 10.0.0.249 - - [2026-06-04 02:32:19] "POST /ref-update HTTP/1.1" 200 156 0.010753 10.0.0.249 - - [2026-06-04 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.011444 10.0.0.249 - - [2026-06-04 02:32:20] "GET /network-ipam/578ae265-9567-4426-b7fb-fb9cddd80f0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.009275 10.0.0.249 - - [2026-06-04 02:32:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002529 10.0.0.249 - - [2026-06-04 02:32:20] "POST /ref-update HTTP/1.1" 200 156 0.043854 10.0.0.249 - - [2026-06-04 02:32:20] "POST /neutron/network HTTP/1.1" 200 847 0.047381 10.0.0.249 - - [2026-06-04 02:32:20] "POST /neutron/network HTTP/1.1" 200 847 0.018593 10.0.0.249 - - [2026-06-04 02:32:20] "GET /virtual-network/1108477a-2543-4f48-bec4-0306b9d2adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.013300 10.0.0.249 - - [2026-06-04 02:32:20] "POST /neutron/network HTTP/1.1" 200 847 0.020450 10.0.0.249 - - [2026-06-04 02:32:20] "POST /neutron/subnet HTTP/1.1" 200 674 0.027538 10.0.0.249 - - [2026-06-04 02:32:20] "POST /neutron/network HTTP/1.1" 200 847 0.064328 10.0.0.249 - - [2026-06-04 02:32:20] "GET /virtual-network/1108477a-2543-4f48-bec4-0306b9d2adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.004993 10.0.0.249 - - [2026-06-04 02:32:20] "GET /network-ipam/578ae265-9567-4426-b7fb-fb9cddd80f0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.003284 10.0.0.249 - - [2026-06-04 02:32:20] "GET /domains HTTP/1.1" 200 281 0.003011 10.0.0.249 - - [2026-06-04 02:32:20] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001249 10.0.0.249 - - [2026-06-04 02:32:20] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 3504 0.006786 10.0.0.249 - - [2026-06-04 02:32:20] "GET /projects?obj_uuids=b4e2ba4e-0b83-4a2b-ae4f-2b8ea6317d8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001392 10.0.0.249 - - [2026-06-04 02:32:20] "GET /project/b4e2ba4e-0b83-4a2b-ae4f-2b8ea6317d8a HTTP/1.1" 200 2370 0.068836 10.0.0.249 - - [2026-06-04 02:32:20] "GET /virtual-network/1108477a-2543-4f48-bec4-0306b9d2adb5 HTTP/1.1" 200 2314 0.006952 10.0.0.249 - - [2026-06-04 02:32:20] "GET /virtual-network/1108477a-2543-4f48-bec4-0306b9d2adb5 HTTP/1.1" 200 2314 0.004637 10.0.0.249 - - [2026-06-04 02:32:20] "GET /routing-instance/8da6c3aa-c66d-48a9-b9d6-f3ff4ae57ae1 HTTP/1.1" 200 1559 0.003710 10.0.0.249 - - [2026-06-04 02:32:20] "GET /routing-instance/8da6c3aa-c66d-48a9-b9d6-f3ff4ae57ae1 HTTP/1.1" 200 1559 0.003222 10.0.0.249 - - [2026-06-04 02:32:20] "GET /route-target/1457da5b-7768-4b6d-93d2-d11f8715fce8 HTTP/1.1" 200 1246 0.003451 10.0.0.249 - - [2026-06-04 02:32:20] "GET /virtual-network/1108477a-2543-4f48-bec4-0306b9d2adb5 HTTP/1.1" 200 2314 0.005172 10.0.0.249 - - [2026-06-04 02:32:20] "GET /routing-instance/8da6c3aa-c66d-48a9-b9d6-f3ff4ae57ae1 HTTP/1.1" 200 1559 0.004083 10.0.0.249 - - [2026-06-04 02:32:20] "GET /virtual-network/1108477a-2543-4f48-bec4-0306b9d2adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005021 10.0.0.249 - - [2026-06-04 02:32:20] "GET /virtual-network/1108477a-2543-4f48-bec4-0306b9d2adb5 HTTP/1.1" 200 2314 0.005451 10.0.0.249 - - [2026-06-04 02:32:20] "GET /routing-instance/8da6c3aa-c66d-48a9-b9d6-f3ff4ae57ae1 HTTP/1.1" 200 1559 0.003743 10.0.0.249 - - [2026-06-04 02:32:20] "GET /routing-instance/8da6c3aa-c66d-48a9-b9d6-f3ff4ae57ae1 HTTP/1.1" 200 1559 0.003175 10.0.0.249 - - [2026-06-04 02:32:20] "GET /route-target/1457da5b-7768-4b6d-93d2-d11f8715fce8 HTTP/1.1" 200 1246 0.002901 10.0.0.249 - - [2026-06-04 02:32:20] "GET /domains HTTP/1.1" 200 281 0.002522 10.0.0.249 - - [2026-06-04 02:32:20] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001219 10.0.0.249 - - [2026-06-04 02:32:20] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020 HTTP/1.1" 200 3504 0.006139 10.0.0.249 - - [2026-06-04 02:32:20] "GET /projects?obj_uuids=b4e2ba4e-0b83-4a2b-ae4f-2b8ea6317d8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001275 10.0.0.249 - - [2026-06-04 02:32:20] "GET /project/b4e2ba4e-0b83-4a2b-ae4f-2b8ea6317d8a HTTP/1.1" 200 2370 0.065193 10.0.0.249 - - [2026-06-04 02:32:20] "GET /virtual-network/1108477a-2543-4f48-bec4-0306b9d2adb5 HTTP/1.1" 200 2314 0.004566 10.0.0.249 - - [2026-06-04 02:32:20] "GET /obj-perms HTTP/1.1" 200 5049 0.003305 10.0.0.249 - - [2026-06-04 02:32:20] "POST /fqname-to-id HTTP/1.1" 404 197 0.009024 10.0.0.249 - - [2026-06-04 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.010599 10.0.0.249 - - [2026-06-04 02:32:20] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001098 10.0.0.249 - - [2026-06-04 02:32:20] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.013436 10.0.0.249 - - [2026-06-04 02:32:20] "POST /service-templates HTTP/1.1" 403 264 0.007813 10.0.0.249 - - [2026-06-04 02:32:20] "POST /fqname-to-id HTTP/1.1" 404 183 0.003017 10.0.0.249 - - [2026-06-04 02:32:20] "POST /api-access-lists HTTP/1.1" 200 523 0.013505 10.0.0.249 - - [2026-06-04 02:32:21] "GET /api-access-list/181a569c-4829-4f80-92f9-a69da8ffca8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.004739 10.0.0.249 - - [2026-06-04 02:32:21] "GET /api-access-list/181a569c-4829-4f80-92f9-a69da8ffca8c HTTP/1.1" 200 1292 0.003257 10.0.0.249 - - [2026-06-04 02:32:21] "POST /fqname-to-id HTTP/1.1" 404 197 0.010461 10.0.0.249 - - [2026-06-04 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.009808 10.0.0.249 - - [2026-06-04 02:32:21] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001398 10.0.0.249 - - [2026-06-04 02:32:21] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.016424 10.0.0.249 - - [2026-06-04 02:32:21] "POST /service-templates HTTP/1.1" 200 553 0.021968 10.0.0.249 - - [2026-06-04 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.015001 10.0.0.249 - - [2026-06-04 02:32:21] "GET /service-template/c65b94db-28db-49d9-8fd4-0969f4c656eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.013018 10.0.0.249 - - [2026-06-04 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.011400 10.0.0.249 - - [2026-06-04 02:32:21] "GET /service-template/c65b94db-28db-49d9-8fd4-0969f4c656eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.010553 10.0.0.249 - - [2026-06-04 02:32:21] "GET /virtual-network/1108477a-2543-4f48-bec4-0306b9d2adb5 HTTP/1.1" 401 293 0.000392 10.0.0.249 - - [2026-06-04 02:32:21] "GET /virtual-network/1108477a-2543-4f48-bec4-0306b9d2adb5 HTTP/1.1" 403 263 0.030368 10.0.0.249 - - [2026-06-04 02:32:21] "GET /service-template/c65b94db-28db-49d9-8fd4-0969f4c656eb HTTP/1.1" 403 264 0.007593 10.0.0.249 - - [2026-06-04 02:32:22] "GET /service-template/c65b94db-28db-49d9-8fd4-0969f4c656eb HTTP/1.1" 403 264 0.029815 10.0.0.249 - - [2026-06-04 02:32:22] "GET /obj-perms HTTP/1.1" 403 257 0.052184 10.0.0.249 - - [2026-06-04 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002558 10.0.0.249 - - [2026-06-04 02:32:22] "DELETE /project/d6d46c794b564bba833988b1031907fc HTTP/1.1" 404 173 0.022784 10.0.0.249 - - [2026-06-04 02:32:22] "DELETE /project/b4e2ba4e0b834a2bae4f2b8ea6317d8a HTTP/1.1" 404 173 0.016322 10.0.0.249 - - [2026-06-04 02:32:22] "DELETE /project/0d493c21346148f79ba02577239ae120 HTTP/1.1" 404 173 0.013883 10.0.0.249 - - [2026-06-04 02:32:22] "GET /projects?obj_uuids=0d493c21-3461-48f7-9ba0-2577239ae120&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001019 10.0.0.249 - - [2026-06-04 02:32:22] "GET /projects?obj_uuids=d6d46c79-4b56-4bba-8339-88b1031907fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000826 10.0.0.249 - - [2026-06-04 02:32:22] "GET /projects?obj_uuids=ab7a1155-6734-49b2-aa39-427a9d6d3256&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000714 10.0.0.249 - - [2026-06-04 02:32:22] "GET /projects?obj_uuids=c8ceba90-f897-4531-8931-52dde7c7e222&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000750 10.0.0.249 - - [2026-06-04 02:32:22] "GET /projects?obj_uuids=2829b1ba-a5be-4031-8bce-245adfd76ead&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000789 10.0.0.249 - - [2026-06-04 02:32:22] "GET /virtual-network/1108477a-2543-4f48-bec4-0306b9d2adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.026552 10.0.0.249 - - [2026-06-04 02:32:22] "GET /project/d6d46c79-4b56-4bba-8339-88b1031907fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.057062 10.0.0.249 - - [2026-06-04 02:32:22] "GET /project/ab7a1155-6734-49b2-aa39-427a9d6d3256?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.063970 10.0.0.249 - - [2026-06-04 02:32:22] "GET /project/c8ceba90-f897-4531-8931-52dde7c7e222?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.064452 10.0.0.249 - - [2026-06-04 02:32:22] "GET /project/0d493c21-3461-48f7-9ba0-2577239ae120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.070078 10.0.0.249 - - [2026-06-04 02:32:22] "GET /project/2829b1ba-a5be-4031-8bce-245adfd76ead?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.070730 10.0.0.249 - - [2026-06-04 02:32:22] "GET /projects?obj_uuids=2829b1ba-a5be-4031-8bce-245adfd76ead&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001168 10.0.0.249 - - [2026-06-04 02:32:22] "GET /projects?obj_uuids=0d493c21-3461-48f7-9ba0-2577239ae120&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001340 10.0.0.249 - - [2026-06-04 02:32:22] "GET /projects?obj_uuids=c8ceba90-f897-4531-8931-52dde7c7e222&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000706 10.0.0.249 - - [2026-06-04 02:32:22] "GET /projects?obj_uuids=ab7a1155-6734-49b2-aa39-427a9d6d3256&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000684 10.0.0.249 - - [2026-06-04 02:32:22] "GET /projects?obj_uuids=d6d46c79-4b56-4bba-8339-88b1031907fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000685 10.0.0.249 - - [2026-06-04 02:32:22] "GET /obj-perms HTTP/1.1" 403 257 0.038492 10.0.0.249 - - [2026-06-04 02:32:22] "GET /project/d6d46c79-4b56-4bba-8339-88b1031907fc?fields=security_groups HTTP/1.1" 200 1373 0.076174 10.0.0.249 - - [2026-06-04 02:32:22] "GET /project/ab7a1155-6734-49b2-aa39-427a9d6d3256?fields=security_groups HTTP/1.1" 200 1359 0.078779 10.0.0.249 - - [2026-06-04 02:32:22] "GET /project/0d493c21-3461-48f7-9ba0-2577239ae120?fields=security_groups HTTP/1.1" 200 1372 0.078736 10.0.0.249 - - [2026-06-04 02:32:22] "GET /project/c8ceba90-f897-4531-8931-52dde7c7e222?fields=security_groups HTTP/1.1" 200 1358 0.085890 10.0.0.249 - - [2026-06-04 02:32:22] "GET /project/2829b1ba-a5be-4031-8bce-245adfd76ead?fields=security_groups HTTP/1.1" 200 1358 0.088768 10.0.0.249 - - [2026-06-04 02:32:22] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.030763 10.0.0.249 - - [2026-06-04 02:32:22] "GET /api-access-list/c9152eab-e0c7-427b-9670-fe69bc0b84ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1326 0.002710 10.0.0.249 - - [2026-06-04 02:32:22] "DELETE /security-group/5966ec59-48d1-4dc2-805d-ef3892f44d28 HTTP/1.1" 200 115 0.083197 10.0.0.249 - - [2026-06-04 02:32:22] "GET /projects?obj_uuids=ab7a1155-6734-49b2-aa39-427a9d6d3256&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001232 10.0.0.249 - - [2026-06-04 02:32:22] "PUT /api-access-list/c9152eab-e0c7-427b-9670-fe69bc0b84ce HTTP/1.1" 200 265 0.048371 10.0.0.249 - - [2026-06-04 02:32:22] "GET /project/ab7a1155-6734-49b2-aa39-427a9d6d3256?fields=application_policy_sets HTTP/1.1" 200 1398 0.039609 10.0.0.249 - - [2026-06-04 02:32:22] "DELETE /security-group/b87aca13-7f8f-46c8-b4bf-52c5592f9ec3 HTTP/1.1" 200 115 0.130174 10.0.0.249 - - [2026-06-04 02:32:22] "DELETE /security-group/d3aa48e4-a74e-47ab-b4f3-e4871ff7fe82 HTTP/1.1" 200 115 0.130153 10.0.0.249 - - [2026-06-04 02:32:22] "GET /projects?obj_uuids=d6d46c79-4b56-4bba-8339-88b1031907fc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001150 10.0.0.249 - - [2026-06-04 02:32:22] "DELETE /access-control-list/47f4e6fe-c3c3-4d79-806d-9a416c185434 HTTP/1.1" 200 115 0.088306 10.0.0.249 - - [2026-06-04 02:32:22] "GET /projects?obj_uuids=0d493c21-3461-48f7-9ba0-2577239ae120&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000888 10.0.0.249 - - [2026-06-04 02:32:22] "DELETE /security-group/25922a7b-d5af-4f76-8f09-7a3fa5281e4d HTTP/1.1" 200 115 0.141881 10.0.0.249 - - [2026-06-04 02:32:22] "GET /api-access-list/c9152eab-e0c7-427b-9670-fe69bc0b84ce HTTP/1.1" 200 1463 0.005517 10.0.0.249 - - [2026-06-04 02:32:22] "DELETE /security-group/5597f7a2-bb0a-4bbe-aca7-9f5d2f00d614 HTTP/1.1" 200 115 0.142860 10.0.0.249 - - [2026-06-04 02:32:22] "GET /projects?obj_uuids=c8ceba90-f897-4531-8931-52dde7c7e222&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000856 10.0.0.249 - - [2026-06-04 02:32:22] "GET /projects?obj_uuids=2829b1ba-a5be-4031-8bce-245adfd76ead&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000997 10.0.0.249 - - [2026-06-04 02:32:22] "GET /project/0d493c21-3461-48f7-9ba0-2577239ae120?fields=application_policy_sets HTTP/1.1" 200 1411 0.046442 10.0.0.249 - - [2026-06-04 02:32:23] "GET /virtual-network/1108477a-2543-4f48-bec4-0306b9d2adb5 HTTP/1.1" 200 2314 0.043891 10.0.0.249 - - [2026-06-04 02:32:23] "POST /fqname-to-id HTTP/1.1" 401 293 0.000476 10.0.0.249 - - [2026-06-04 02:32:23] "DELETE /access-control-list/d85ee79b-8645-4bc0-9570-fe9f2145e6ac HTTP/1.1" 200 115 0.068112 10.0.0.249 - - [2026-06-04 02:32:23] "GET /project/d6d46c79-4b56-4bba-8339-88b1031907fc?fields=application_policy_sets HTTP/1.1" 200 1412 0.105376 10.0.0.249 - - [2026-06-04 02:32:23] "GET /project/2829b1ba-a5be-4031-8bce-245adfd76ead?fields=application_policy_sets HTTP/1.1" 200 1397 0.081270 10.0.0.249 - - [2026-06-04 02:32:23] "GET /project/c8ceba90-f897-4531-8931-52dde7c7e222?fields=application_policy_sets HTTP/1.1" 200 1397 0.124955 10.0.0.249 - - [2026-06-04 02:32:23] "DELETE /access-control-list/ee3e09ab-c955-414e-b68f-46868780de6f HTTP/1.1" 200 115 0.084217 10.0.0.249 - - [2026-06-04 02:32:23] "DELETE /access-control-list/fc09111c-97bd-459e-9485-377e05fa0503 HTTP/1.1" 200 115 0.123796 10.0.0.249 - - [2026-06-04 02:32:23] "DELETE /project/ab7a1155-6734-49b2-aa39-427a9d6d3256 HTTP/1.1" 200 115 0.692985 10.0.0.249 - - [2026-06-04 02:32:23] "DELETE /access-control-list/ff1ba301-62cd-4c32-a142-6ec4b5e79788 HTTP/1.1" 200 115 0.041828 10.0.0.249 - - [2026-06-04 02:32:23] "DELETE /project/0d493c21-3461-48f7-9ba0-2577239ae120 HTTP/1.1" 200 115 0.726414 10.0.0.249 - - [2026-06-04 02:32:23] "DELETE /project/d6d46c79-4b56-4bba-8339-88b1031907fc HTTP/1.1" 200 115 0.728107 10.0.0.249 - - [2026-06-04 02:32:23] "DELETE /project/2829b1ba-a5be-4031-8bce-245adfd76ead HTTP/1.1" 200 115 0.736510 10.0.0.249 - - [2026-06-04 02:32:23] "DELETE /project/c8ceba90-f897-4531-8931-52dde7c7e222 HTTP/1.1" 200 115 0.737339 10.0.0.249 - - [2026-06-04 02:32:23] "DELETE /access-control-list/8dace05b-9822-4f9c-b12a-32b767b52328 HTTP/1.1" 200 115 0.022830 10.0.0.249 - - [2026-06-04 02:32:23] "DELETE /access-control-list/cbf37fc8-cb42-4077-b345-219afa1eb4b2 HTTP/1.1" 200 115 0.017231 10.0.0.249 - - [2026-06-04 02:32:23] "DELETE /access-control-list/945afd3c-193a-45d0-89f5-25498de6e125 HTTP/1.1" 200 115 0.016855 10.0.0.249 - - [2026-06-04 02:32:23] "DELETE /access-control-list/4a656006-d429-4978-a3a5-35d4e33ba626 HTTP/1.1" 200 115 0.020658 10.0.0.249 - - [2026-06-04 02:32:23] "DELETE /access-control-list/fcf8b328-c3f1-40bb-ab0c-f21b1c43f210 HTTP/1.1" 200 115 0.017889 10.0.0.249 - - [2026-06-04 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.043774 10.0.0.249 - - [2026-06-04 02:32:23] "GET /projects?obj_uuids=b4e2ba4e-0b83-4a2b-ae4f-2b8ea6317d8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001972 10.0.0.249 - - [2026-06-04 02:32:23] "GET /project/b4e2ba4e-0b83-4a2b-ae4f-2b8ea6317d8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.034386 10.0.0.249 - - [2026-06-04 02:32:23] "GET /virtual-networks?parent_id=b4e2ba4e-0b83-4a2b-ae4f-2b8ea6317d8a&detail=False&count=False&shared=False HTTP/1.1" 200 372 0.011764 10.0.0.249 - - [2026-06-04 02:32:23] "POST /virtual-networks HTTP/1.1" 403 263 0.008213 10.0.0.249 - - [2026-06-04 02:32:23] "GET /service-template/c65b94db-28db-49d9-8fd4-0969f4c656eb HTTP/1.1" 403 264 0.007128 10.0.0.249 - - [2026-06-04 02:32:23] "GET /service-template/c65b94db-28db-49d9-8fd4-0969f4c656eb HTTP/1.1" 403 264 0.035398 10.0.0.249 - - [2026-06-04 02:32:23] "GET /obj-perms HTTP/1.1" 403 257 0.007529 10.0.0.249 - - [2026-06-04 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.249 - - [2026-06-04 02:32:24] "GET /virtual-network/1108477a-2543-4f48-bec4-0306b9d2adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.014183 10.0.0.249 - - [2026-06-04 02:32:24] "GET /obj-perms HTTP/1.1" 403 257 0.007463 10.0.0.249 - - [2026-06-04 02:32:24] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.015229 10.0.0.249 - - [2026-06-04 02:32:24] "GET /api-access-list/181a569c-4829-4f80-92f9-a69da8ffca8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.003065 10.0.0.249 - - [2026-06-04 02:32:24] "PUT /api-access-list/181a569c-4829-4f80-92f9-a69da8ffca8c HTTP/1.1" 200 265 0.007113 10.0.0.249 - - [2026-06-04 02:32:24] "GET /api-access-list/181a569c-4829-4f80-92f9-a69da8ffca8c HTTP/1.1" 200 1430 0.003078 10.0.0.249 - - [2026-06-04 02:32:24] "GET /service-template/c65b94db-28db-49d9-8fd4-0969f4c656eb HTTP/1.1" 200 1856 0.011430 10.0.0.249 - - [2026-06-04 02:32:24] "POST /fqname-to-id HTTP/1.1" 404 197 0.008997 10.0.0.249 - - [2026-06-04 02:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.009233 10.0.0.249 - - [2026-06-04 02:32:24] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.027553 10.0.0.249 - - [2026-06-04 02:32:24] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.042548 10.0.0.249 - - [2026-06-04 02:32:24] "POST /service-templates HTTP/1.1" 403 264 0.009289 10.0.0.249 - - [2026-06-04 02:32:24] "GET /api-access-list/c9152eab-e0c7-427b-9670-fe69bc0b84ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.003029 10.0.0.249 - - [2026-06-04 02:32:24] "PUT /api-access-list/c9152eab-e0c7-427b-9670-fe69bc0b84ce HTTP/1.1" 200 265 0.007984 10.0.0.249 - - [2026-06-04 02:32:24] "GET /api-access-list/c9152eab-e0c7-427b-9670-fe69bc0b84ce HTTP/1.1" 200 1326 0.003265 10.0.0.249 - - [2026-06-04 02:32:24] "GET /api-access-list/181a569c-4829-4f80-92f9-a69da8ffca8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.003165 10.0.0.249 - - [2026-06-04 02:32:24] "PUT /api-access-list/181a569c-4829-4f80-92f9-a69da8ffca8c HTTP/1.1" 200 265 0.007729 10.0.0.249 - - [2026-06-04 02:32:24] "GET /api-access-list/181a569c-4829-4f80-92f9-a69da8ffca8c HTTP/1.1" 200 1292 0.003696 10.0.0.249 - - [2026-06-04 02:32:24] "GET /virtual-network/1108477a-2543-4f48-bec4-0306b9d2adb5 HTTP/1.1" 403 263 0.007563 10.0.0.249 - - [2026-06-04 02:32:24] "GET /virtual-network/1108477a-2543-4f48-bec4-0306b9d2adb5 HTTP/1.1" 403 263 0.033383 10.0.0.249 - - [2026-06-04 02:32:24] "GET /service-template/c65b94db-28db-49d9-8fd4-0969f4c656eb HTTP/1.1" 403 264 0.007535 10.0.0.249 - - [2026-06-04 02:32:25] "GET /service-template/c65b94db-28db-49d9-8fd4-0969f4c656eb HTTP/1.1" 403 264 0.033781 10.0.0.249 - - [2026-06-04 02:32:25] "GET /obj-perms HTTP/1.1" 403 257 0.007765 10.0.0.249 - - [2026-06-04 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002385 10.0.0.249 - - [2026-06-04 02:32:25] "GET /virtual-network/1108477a-2543-4f48-bec4-0306b9d2adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007348 10.0.0.249 - - [2026-06-04 02:32:25] "GET /obj-perms HTTP/1.1" 403 257 0.033139 10.0.0.249 - - [2026-06-04 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.249 - - [2026-06-04 02:32:25] "GET /virtual-network/1108477a-2543-4f48-bec4-0306b9d2adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.009298 10.0.0.249 - - [2026-06-04 02:32:25] "GET /obj-perms HTTP/1.1" 403 257 0.009777 10.0.0.249 - - [2026-06-04 02:32:25] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008674 10.0.0.249 - - [2026-06-04 02:32:25] "GET /api-access-list/b135278d-a1e1-445f-9271-afe63adad32d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.003365 10.0.0.249 - - [2026-06-04 02:32:25] "PUT /api-access-list/b135278d-a1e1-445f-9271-afe63adad32d HTTP/1.1" 200 265 0.010120 10.0.0.249 - - [2026-06-04 02:32:26] "GET /service-template/c65b94db-28db-49d9-8fd4-0969f4c656eb HTTP/1.1" 200 1856 0.010583 10.0.0.249 - - [2026-06-04 02:32:26] "GET /virtual-network/1108477a-2543-4f48-bec4-0306b9d2adb5 HTTP/1.1" 200 2314 0.016336 10.0.0.249 - - [2026-06-04 02:32:26] "GET /obj-perms HTTP/1.1" 403 257 0.008726 10.0.0.249 - - [2026-06-04 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002561 10.0.0.249 - - [2026-06-04 02:32:26] "GET /virtual-network/1108477a-2543-4f48-bec4-0306b9d2adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.014715 10.0.0.249 - - [2026-06-04 02:32:26] "GET /obj-perms HTTP/1.1" 403 257 0.008322 10.0.0.249 - - [2026-06-04 02:32:26] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.015461 10.0.0.249 - - [2026-06-04 02:32:26] "DELETE /api-access-list/c9152eab-e0c7-427b-9670-fe69bc0b84ce HTTP/1.1" 200 115 0.019999 10.0.0.249 - - [2026-06-04 02:32:26] "GET /api-access-list/c9152eab-e0c7-427b-9670-fe69bc0b84ce HTTP/1.1" 404 171 0.002253 10.0.0.249 - - [2026-06-04 02:32:26] "DELETE /api-access-list/181a569c-4829-4f80-92f9-a69da8ffca8c HTTP/1.1" 200 115 0.019693 10.0.0.249 - - [2026-06-04 02:32:26] "GET /api-access-list/181a569c-4829-4f80-92f9-a69da8ffca8c HTTP/1.1" 404 171 0.002752 10.0.0.249 - - [2026-06-04 02:32:26] "GET /virtual-network/1108477a-2543-4f48-bec4-0306b9d2adb5 HTTP/1.1" 401 293 0.000452 10.0.0.249 - - [2026-06-04 02:32:26] "GET /virtual-network/1108477a-2543-4f48-bec4-0306b9d2adb5 HTTP/1.1" 403 263 0.036973 10.0.0.249 - - [2026-06-04 02:32:26] "GET /service-template/c65b94db-28db-49d9-8fd4-0969f4c656eb HTTP/1.1" 403 264 0.006624 10.0.0.249 - - [2026-06-04 02:32:27] "GET /service-template/c65b94db-28db-49d9-8fd4-0969f4c656eb HTTP/1.1" 403 264 0.032091 10.0.0.249 - - [2026-06-04 02:32:27] "GET /obj-perms HTTP/1.1" 403 257 0.028417 10.0.0.249 - - [2026-06-04 02:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002054 10.0.0.249 - - [2026-06-04 02:32:27] "GET /virtual-network/1108477a-2543-4f48-bec4-0306b9d2adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.005798 10.0.0.249 - - [2026-06-04 02:32:27] "GET /obj-perms HTTP/1.1" 403 257 0.006955 10.0.0.249 - - [2026-06-04 02:32:27] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.006444 10.0.0.249 - - [2026-06-04 02:32:27] "GET /api-access-list/b135278d-a1e1-445f-9271-afe63adad32d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2688 0.003097 10.0.0.249 - - [2026-06-04 02:32:27] "PUT /api-access-list/b135278d-a1e1-445f-9271-afe63adad32d HTTP/1.1" 200 265 0.008057 10.0.0.249 - - [2026-06-04 02:32:27] "GET /virtual-network/1108477a-2543-4f48-bec4-0306b9d2adb5 HTTP/1.1" 200 2314 0.014310 10.0.0.249 - - [2026-06-04 02:32:27] "GET /service-template/c65b94db-28db-49d9-8fd4-0969f4c656eb HTTP/1.1" 200 1856 0.009059 10.0.0.249 - - [2026-06-04 02:32:27] "GET /obj-perms HTTP/1.1" 403 257 0.006792 10.0.0.249 - - [2026-06-04 02:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.249 - - [2026-06-04 02:32:27] "GET /virtual-network/1108477a-2543-4f48-bec4-0306b9d2adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.013834 10.0.0.249 - - [2026-06-04 02:32:27] "GET /obj-perms HTTP/1.1" 403 257 0.007190 10.0.0.249 - - [2026-06-04 02:32:27] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.015753 10.0.0.249 - - [2026-06-04 02:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.007657 10.0.0.249 - - [2026-06-04 02:32:27] "DELETE /service-template/c65b94db-28db-49d9-8fd4-0969f4c656eb HTTP/1.1" 200 115 0.018507 10.0.0.249 - - [2026-06-04 02:32:27] "POST /fqname-to-id HTTP/1.1" 404 197 0.007654 10.0.0.249 - - [2026-06-04 02:32:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002175 10.0.0.249 - - [2026-06-04 02:32:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001565 10.0.0.249 - - [2026-06-04 02:32:28] "DELETE /virtual-network/1108477a-2543-4f48-bec4-0306b9d2adb5 HTTP/1.1" 200 115 0.064248 10.0.0.249 - - [2026-06-04 02:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.028821 10.0.0.249 - - [2026-06-04 02:32:28] "DELETE /route-target/1457da5b-7768-4b6d-93d2-d11f8715fce8 HTTP/1.1" 200 115 0.019149 10.0.0.249 - - [2026-06-04 02:32:28] "GET /api-access-list/b135278d-a1e1-445f-9271-afe63adad32d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.003817 10.0.0.249 - - [2026-06-04 02:32:28] "PUT /api-access-list/b135278d-a1e1-445f-9271-afe63adad32d HTTP/1.1" 200 265 0.007351 10.0.0.249 - - [2026-06-04 02:32:28] "GET /api-access-list/b135278d-a1e1-445f-9271-afe63adad32d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2694 0.003936 10.0.0.249 - - [2026-06-04 02:32:28] "PUT /api-access-list/b135278d-a1e1-445f-9271-afe63adad32d HTTP/1.1" 200 265 0.007813 10.0.0.249 - - [2026-06-04 02:32:29] "GET /api-access-list/b135278d-a1e1-445f-9271-afe63adad32d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.003655 10.0.0.249 - - [2026-06-04 02:32:29] "PUT /api-access-list/b135278d-a1e1-445f-9271-afe63adad32d HTTP/1.1" 200 265 0.007615 10.0.0.249 - - [2026-06-04 02:32:29] "GET /projects?obj_uuids=b4e2ba4e-0b83-4a2b-ae4f-2b8ea6317d8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001394 10.0.0.249 - - [2026-06-04 02:32:29] "GET /project/b4e2ba4e-0b83-4a2b-ae4f-2b8ea6317d8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.022630 10.0.0.249 - - [2026-06-04 02:32:29] "GET /projects?obj_uuids=b4e2ba4e-0b83-4a2b-ae4f-2b8ea6317d8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001073 10.0.0.249 - - [2026-06-04 02:32:29] "GET /project/b4e2ba4e-0b83-4a2b-ae4f-2b8ea6317d8a?fields=virtual_networks HTTP/1.1" 200 1045 0.065761 10.0.0.249 - - [2026-06-04 02:32:29] "GET /projects?obj_uuids=b4e2ba4e-0b83-4a2b-ae4f-2b8ea6317d8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000935 10.0.0.249 - - [2026-06-04 02:32:29] "GET /project/b4e2ba4e-0b83-4a2b-ae4f-2b8ea6317d8a?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.026722 10.0.0.249 - - [2026-06-04 02:32:29] "GET /projects?obj_uuids=b4e2ba4e-0b83-4a2b-ae4f-2b8ea6317d8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000937 10.0.0.249 - - [2026-06-04 02:32:29] "GET /project/b4e2ba4e-0b83-4a2b-ae4f-2b8ea6317d8a?fields=security_groups HTTP/1.1" 200 1272 0.023693 10.0.0.249 - - [2026-06-04 02:32:30] "GET /projects?obj_uuids=225af933-88f4-4237-a5ae-b5faa8e482b5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000973 10.0.0.249 - - [2026-06-04 02:32:30] "GET /project/225af933-88f4-4237-a5ae-b5faa8e482b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.019324 [Introspect:8084]10.0.0.249 - - [2026-06-04 02:32:30] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001063 10.0.0.249 - - [2026-06-04 02:32:30] "GET /obj-perms HTTP/1.1" 200 5075 0.075201 10.0.0.249 - - [2026-06-04 02:32:31] "GET /obj-perms HTTP/1.1" 200 5075 0.103644 10.0.0.249 - - [2026-06-04 02:32:31] "POST /fqname-to-id HTTP/1.1" 404 184 0.024884 10.0.0.249 - - [2026-06-04 02:32:31] "GET /projects?obj_uuids=2365b9ed-b871-4ace-a751-dcc26954807c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002096 10.0.0.249 - - [2026-06-04 02:32:31] "GET /domains?obj_uuids=ea5879dc-77b6-4f93-9422-21f1c67bb020&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001121 10.0.0.249 - - [2026-06-04 02:32:31] "GET /domain/ea5879dc-77b6-4f93-9422-21f1c67bb020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006154 10.0.0.249 - - [2026-06-04 02:32:31] "POST /id-to-fqname HTTP/1.1" 200 186 0.002294 10.0.0.249 - - [2026-06-04 02:32:31] "POST /fqname-to-id HTTP/1.1" 404 195 0.003353 10.0.0.249 - - [2026-06-04 02:32:31] "POST /security-groups HTTP/1.1" 200 587 0.066373 10.0.0.249 - - [2026-06-04 02:32:31] "POST /fqname-to-id HTTP/1.1" 404 230 0.002123 10.0.0.249 - - [2026-06-04 02:32:31] "POST /projects HTTP/1.1" 200 577 0.210896 10.0.0.249 - - [2026-06-04 02:32:31] "POST /access-control-lists HTTP/1.1" 200 594 0.060041 10.0.0.249 - - [2026-06-04 02:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.279808 10.0.0.249 - - [2026-06-04 02:32:31] "POST /fqname-to-id HTTP/1.1" 404 229 0.002529 10.0.0.249 - - [2026-06-04 02:32:31] "GET /project/2365b9ed-b871-4ace-a751-dcc26954807c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.397081 10.0.0.249 - - [2026-06-04 02:32:31] "POST /access-control-lists HTTP/1.1" 200 592 0.060643 10.0.0.249 - - [2026-06-04 02:32:32] "GET / HTTP/1.1" 200 36215 0.002623 10.0.0.249 - - [2026-06-04 02:32:33] "GET /projects?obj_uuids=2365b9ed-b871-4ace-a751-dcc26954807c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001006 10.0.0.249 - - [2026-06-04 02:32:33] "GET /project/2365b9ed-b871-4ace-a751-dcc26954807c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.023008 10.0.0.249 - - [2026-06-04 02:32:33] "GET /projects?obj_uuids=2365b9ed-b871-4ace-a751-dcc26954807c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000888 10.0.0.249 - - [2026-06-04 02:32:33] "GET /project/2365b9ed-b871-4ace-a751-dcc26954807c?fields=virtual_networks HTTP/1.1" 200 1036 0.072246 10.0.0.249 - - [2026-06-04 02:32:33] "GET /projects?obj_uuids=2365b9ed-b871-4ace-a751-dcc26954807c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001410 10.0.0.249 - - [2026-06-04 02:32:33] "GET /project/2365b9ed-b871-4ace-a751-dcc26954807c?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.025519 10.0.0.249 - - [2026-06-04 02:32:33] "GET /projects?obj_uuids=2365b9ed-b871-4ace-a751-dcc26954807c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001055 10.0.0.249 - - [2026-06-04 02:32:33] "GET /project/2365b9ed-b871-4ace-a751-dcc26954807c?fields=security_groups HTTP/1.1" 200 1259 0.022950 10.0.0.249 - - [2026-06-04 02:32:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000617 10.0.0.249 - - [2026-06-04 02:32:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000428 10.0.0.249 - - [2026-06-04 02:32:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000368 10.0.0.249 - - [2026-06-04 02:32:39] "GET /global-system-configs HTTP/1.1" 401 293 0.000412 [Introspect:8084]10.0.0.249 - - [2026-06-04 02:33:19] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000973 [Introspect:8084]10.0.0.249 - - [2026-06-04 02:33:19] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001244 10.0.0.249 - - [2026-06-04 02:33:23] "GET /projects?obj_uuids=2365b9ed-b871-4ace-a751-dcc26954807c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000968 10.0.0.249 - - [2026-06-04 02:33:23] "DELETE /project/2365b9edb8714acea751dcc26954807c HTTP/1.1" 404 173 0.065745 10.0.0.249 - - [2026-06-04 02:33:23] "GET /project/2365b9ed-b871-4ace-a751-dcc26954807c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.057265 10.0.0.249 - - [2026-06-04 02:33:23] "GET /projects?obj_uuids=b4e2ba4e-0b83-4a2b-ae4f-2b8ea6317d8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001435 10.0.0.249 - - [2026-06-04 02:33:23] "GET /projects?obj_uuids=2365b9ed-b871-4ace-a751-dcc26954807c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001198 10.0.0.249 - - [2026-06-04 02:33:23] "GET /project/b4e2ba4e-0b83-4a2b-ae4f-2b8ea6317d8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.046654 10.0.0.249 - - [2026-06-04 02:33:23] "GET /project/2365b9ed-b871-4ace-a751-dcc26954807c?fields=security_groups HTTP/1.1" 200 1361 0.052117 10.0.0.249 - - [2026-06-04 02:33:23] "GET /projects?obj_uuids=b4e2ba4e-0b83-4a2b-ae4f-2b8ea6317d8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001475 10.0.0.249 - - [2026-06-04 02:33:23] "GET /project/b4e2ba4e-0b83-4a2b-ae4f-2b8ea6317d8a?fields=security_groups HTTP/1.1" 200 1374 0.026276 10.0.0.249 - - [2026-06-04 02:33:23] "DELETE /security-group/8a0a575d-9b5e-45a1-a9fe-eb743428ff4a HTTP/1.1" 200 115 0.034274 10.0.0.249 - - [2026-06-04 02:33:23] "GET /projects?obj_uuids=2365b9ed-b871-4ace-a751-dcc26954807c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001114 10.0.0.249 - - [2026-06-04 02:33:23] "DELETE /access-control-list/e55d4a25-5b38-4c79-9baf-dfd4f6a3c4b1 HTTP/1.1" 200 115 0.039600 10.0.0.249 - - [2026-06-04 02:33:23] "GET /project/2365b9ed-b871-4ace-a751-dcc26954807c?fields=application_policy_sets HTTP/1.1" 200 1400 0.039901 10.0.0.249 - - [2026-06-04 02:33:23] "DELETE /access-control-list/5dd71ce4-1608-48f5-8ffe-46a23c6c1c74 HTTP/1.1" 200 115 0.034528 10.0.0.249 - - [2026-06-04 02:33:23] "DELETE /security-group/4e40be49-a15e-45d5-a20e-c9bae6598fad HTTP/1.1" 200 115 0.066854 10.0.0.249 - - [2026-06-04 02:33:23] "GET /projects?obj_uuids=b4e2ba4e-0b83-4a2b-ae4f-2b8ea6317d8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001031 10.0.0.249 - - [2026-06-04 02:33:23] "DELETE /access-control-list/6e6cf180-2431-4b42-bfb7-9b0efa805c0e HTTP/1.1" 200 115 0.045477 10.0.0.249 - - [2026-06-04 02:33:23] "DELETE /access-control-list/45dc7692-e4bf-466c-9551-6918a88b5d15 HTTP/1.1" 200 115 0.039746 10.0.0.249 - - [2026-06-04 02:33:23] "GET /project/b4e2ba4e-0b83-4a2b-ae4f-2b8ea6317d8a?fields=application_policy_sets HTTP/1.1" 200 1413 0.087929 10.0.0.249 - - [2026-06-04 02:33:23] "DELETE /project/2365b9ed-b871-4ace-a751-dcc26954807c HTTP/1.1" 200 115 0.425912 10.0.0.249 - - [2026-06-04 02:33:23] "DELETE /project/b4e2ba4e-0b83-4a2b-ae4f-2b8ea6317d8a HTTP/1.1" 200 115 0.513138