+++ date ++ echo 'INFO: =================== Mon Mar 2 01:58:23 AM UTC 2026 ===================' INFO: =================== Mon Mar 2 01:58:23 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.249 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ 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.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.18 ++ 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 +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.249 +++ local servers=10.0.0.249 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ sort ++++ grep -vi host +++ local local_ips=,10.0.0.249,10.20.0.18,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.18,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: 03/02/2026 01:58:32.443 7fdcb1a2bf00 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 03/02/2026 01:58:32.590 7fdcb1a2bf00 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 03/02/2026 01:58:32.603 7fdcb1a2bf00 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 03/02/2026 01:58:32.603 7fdcb1a2bf00 [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-03-02 01:58:36] "GET / HTTP/1.1" 503 181 0.000230 10.0.0.249 - - [2026-03-02 01:58:36] "GET / HTTP/1.1" 503 181 0.000143 10.0.0.249 - - [2026-03-02 01:58:37] "GET / HTTP/1.1" 200 45871 0.001331 10.0.0.249 - - [2026-03-02 01:58:37] "GET / HTTP/1.1" 200 45871 0.001097 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-03-02 01:58:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.000523 10.0.0.249 - - [2026-03-02 01:58:37] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000247 10.0.0.249 - - [2026-03-02 01:58:37] "GET / HTTP/1.1" 200 36215 0.002228 10.0.0.249 - - [2026-03-02 01:58:37] "GET / HTTP/1.1" 200 36215 0.001396 10.0.0.249 - - [2026-03-02 01:58:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.000363 10.0.0.249 - - [2026-03-02 01:58:39] "GET / HTTP/1.1" 200 36215 0.001596 10.0.0.249 - - [2026-03-02 01:58:39] "POST /fqname-to-id HTTP/1.1" 200 156 1.047753 10.0.0.249 - - [2026-03-02 01:58:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004546 10.0.0.249 - - [2026-03-02 01:58:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000392 10.0.0.249 - - [2026-03-02 01:58:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.414197 10.0.0.249 - - [2026-03-02 01:58:39] "GET /global-system-config/b1bd6d95-0f46-475c-a765-8b4137c9e687?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.005626 10.0.0.249 - - [2026-03-02 01:58:39] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.760656 10.0.0.249 - - [2026-03-02 01:58:39] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.004074 10.0.0.249 - - [2026-03-02 01:58:39] "GET / HTTP/1.1" 200 36215 0.002931 10.0.0.249 - - [2026-03-02 01:58:39] "POST /fqname-to-id HTTP/1.1" 404 220 0.004825 10.0.0.249 - - [2026-03-02 01:58:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000417 10.0.0.249 - - [2026-03-02 01:58:39] "POST /config-nodes HTTP/1.1" 200 601 0.028781 10.0.0.249 - - [2026-03-02 01:58:39] "GET / HTTP/1.1" 200 36215 0.001622 10.0.0.249 - - [2026-03-02 01:58:39] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000372 10.0.0.249 - - [2026-03-02 01:58:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.363553 10.0.0.249 - - [2026-03-02 01:58:39] "GET /network-ipam/d5e95090-bb69-4f02-be11-b48a58cf1f37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.006160 10.0.0.249 - - [2026-03-02 01:58:40] "GET / HTTP/1.1" 200 36215 0.001630 10.0.0.249 - - [2026-03-02 01:58:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.000384 10.0.0.249 - - [2026-03-02 01:58:40] "POST /fqname-to-id HTTP/1.1" 404 225 0.005482 10.0.0.249 - - [2026-03-02 01:58:40] "POST /access-control-lists HTTP/1.1" 200 589 0.030398 10.0.0.249 - - [2026-03-02 01:58:40] "POST /fqname-to-id HTTP/1.1" 404 224 0.092569 10.0.0.249 - - [2026-03-02 01:58:40] "POST /fqname-to-id HTTP/1.1" 404 186 0.795019 10.0.0.249 - - [2026-03-02 01:58:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.249 - - [2026-03-02 01:58:40] "GET /global-system-config/b1bd6d95-0f46-475c-a765-8b4137c9e687?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.008285 10.0.0.249 - - [2026-03-02 01:58:40] "POST /access-control-lists HTTP/1.1" 200 587 0.026628 10.0.0.249 - - [2026-03-02 01:58:40] "POST /service-appliance-sets HTTP/1.1" 200 555 0.021991 10.0.0.249 - - [2026-03-02 01:58:40] "POST /route-targets HTTP/1.1" 200 328 0.010542 10.0.0.249 - - [2026-03-02 01:58:40] "POST /fqname-to-id HTTP/1.1" 404 180 0.002242 10.0.0.249 - - [2026-03-02 01:58:40] "POST /ref-update HTTP/1.1" 200 156 0.011134 10.0.0.249 - - [2026-03-02 01:58:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.249 - - [2026-03-02 01:58:40] "POST /route-targets HTTP/1.1" 200 328 0.010136 10.0.0.249 - - [2026-03-02 01:58:40] "GET /global-system-config/b1bd6d95-0f46-475c-a765-8b4137c9e687?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.007318 /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-03-02 01:58:40] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.381224 10.0.0.249 - - [2026-03-02 01:58:40] "POST /ref-update HTTP/1.1" 200 156 0.012318 10.0.0.249 - - [2026-03-02 01:58:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.052193 10.0.0.249 - - [2026-03-02 01:58:41] "GET /global-system-config/b1bd6d95-0f46-475c-a765-8b4137c9e687?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.005543 10.0.0.249 - - [2026-03-02 01:58:41] "POST /service-appliance-sets HTTP/1.1" 200 543 0.023170 10.0.0.249 - - [2026-03-02 01:58:41] "POST /route-targets HTTP/1.1" 200 328 0.010846 10.0.0.249 - - [2026-03-02 01:58:41] "POST /fqname-to-id HTTP/1.1" 404 220 0.002329 10.0.0.249 - - [2026-03-02 01:58:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002484 10.0.0.249 - - [2026-03-02 01:58:41] "POST /ref-update HTTP/1.1" 200 156 0.011406 10.0.0.249 - - [2026-03-02 01:58:41] "POST /config-database-nodes HTTP/1.1" 200 619 0.016229 10.0.0.249 - - [2026-03-02 01:58:41] "GET /network-ipam/d5e95090-bb69-4f02-be11-b48a58cf1f37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.003296 10.0.0.249 - - [2026-03-02 01:58:41] "POST /route-targets HTTP/1.1" 200 328 0.011144 10.0.0.249 - - [2026-03-02 01:58:41] "POST /ref-update HTTP/1.1" 200 156 0.009835 10.0.0.249 - - [2026-03-02 01:58:41] "POST /service-templates HTTP/1.1" 200 513 0.020145 10.0.0.249 - - [2026-03-02 01:58:41] "POST /service-templates HTTP/1.1" 200 503 0.016367 10.0.0.249 - - [2026-03-02 01:58:41] "POST /fqname-to-id HTTP/1.1" 404 201 0.002480 10.0.0.249 - - [2026-03-02 01:58:41] "POST /service-templates HTTP/1.1" 200 517 0.021517 10.0.0.249 - - [2026-03-02 01:58:41] "POST /access-control-lists HTTP/1.1" 200 553 0.064791 10.0.0.249 - - [2026-03-02 01:58:41] "POST /service-templates HTTP/1.1" 200 537 0.018827 10.0.0.249 - - [2026-03-02 01:58:41] "PUT /access-control-list/cfbd8db6-4fe9-48c6-a79b-e8d70ebfd960 HTTP/1.1" 200 273 0.009394 10.0.0.249 - - [2026-03-02 01:58:41] "POST /service-templates HTTP/1.1" 200 509 0.016075 10.0.0.249 - - [2026-03-02 01:58:41] "PUT /access-control-list/4bbfed7e-f743-4750-aefb-cc80269f425e HTTP/1.1" 200 273 0.011184 10.0.0.249 - - [2026-03-02 01:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.249 - - [2026-03-02 01:58:45] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1218 0.003139 10.0.0.249 - - [2026-03-02 01:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.249 - - [2026-03-02 01:58:46] "PUT /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281 HTTP/1.1" 200 277 0.009115 10.0.0.249 - - [2026-03-02 01:58:46] "GET / HTTP/1.1" 200 36215 0.001348 10.0.0.249 - - [2026-03-02 01:58:46] "POST /alarms HTTP/1.1" 401 293 0.000364 10.0.0.249 - - [2026-03-02 01:58:46] "POST /alarms HTTP/1.1" 200 583 0.039287 10.0.0.249 - - [2026-03-02 01:58:46] "POST /alarms HTTP/1.1" 200 577 0.014977 10.0.0.249 - - [2026-03-02 01:58:46] "POST /alarms HTTP/1.1" 200 577 0.016568 10.0.0.249 - - [2026-03-02 01:58:46] "POST /alarms HTTP/1.1" 200 561 0.028416 10.0.0.249 - - [2026-03-02 01:58:47] "POST /alarms HTTP/1.1" 200 557 0.016364 10.0.0.249 - - [2026-03-02 01:58:47] "POST /alarms HTTP/1.1" 200 559 0.018543 10.0.0.249 - - [2026-03-02 01:58:47] "POST /alarms HTTP/1.1" 200 567 0.017040 10.0.0.249 - - [2026-03-02 01:58:47] "POST /alarms HTTP/1.1" 200 551 0.016659 10.0.0.249 - - [2026-03-02 01:58:47] "POST /alarms HTTP/1.1" 200 559 0.015300 10.0.0.249 - - [2026-03-02 01:58:47] "POST /alarms HTTP/1.1" 200 569 0.018509 10.0.0.249 - - [2026-03-02 01:58:47] "POST /alarms HTTP/1.1" 200 557 0.017548 10.0.0.249 - - [2026-03-02 01:58:47] "POST /alarms HTTP/1.1" 200 569 0.027827 10.0.0.249 - - [2026-03-02 01:58:47] "POST /alarms HTTP/1.1" 200 577 0.062689 10.0.0.249 - - [2026-03-02 01:58:47] "POST /alarms HTTP/1.1" 200 571 0.016291 10.0.0.249 - - [2026-03-02 01:58:47] "POST /alarms HTTP/1.1" 200 563 0.016161 10.0.0.249 - - [2026-03-02 01:58:47] "POST /alarms HTTP/1.1" 200 563 0.016781 10.0.0.249 - - [2026-03-02 01:58:47] "POST /alarms HTTP/1.1" 200 563 0.016387 10.0.0.249 - - [2026-03-02 01:58:47] "POST /alarms HTTP/1.1" 200 549 0.016102 10.0.0.249 - - [2026-03-02 01:58:47] "POST /alarms HTTP/1.1" 200 597 0.016060 10.0.0.249 - - [2026-03-02 01:58:48] "POST /alarms HTTP/1.1" 200 577 0.017941 10.0.0.249 - - [2026-03-02 01:58:48] "POST /alarms HTTP/1.1" 200 573 0.016498 10.0.0.249 - - [2026-03-02 01:58:48] "POST /alarms HTTP/1.1" 200 585 0.015837 10.0.0.249 - - [2026-03-02 01:58:48] "POST /alarms HTTP/1.1" 200 611 0.018914 10.0.0.249 - - [2026-03-02 01:58:48] "GET / HTTP/1.1" 200 36215 0.002145 10.0.0.249 - - [2026-03-02 01:58:48] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000425 10.0.0.249 - - [2026-03-02 01:58:48] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.024662 10.0.0.249 - - [2026-03-02 01:58:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002533 10.0.0.249 - - [2026-03-02 01:58:48] "PUT /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281 HTTP/1.1" 200 277 0.008535 10.0.0.249 - - [2026-03-02 01:58:49] "GET / HTTP/1.1" 200 36215 0.002333 10.0.0.249 - - [2026-03-02 01:58:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000371 10.0.0.249 - - [2026-03-02 01:58:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.025212 10.0.0.249 - - [2026-03-02 01:58:49] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003471 10.0.0.249 - - [2026-03-02 01:58:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.249 - - [2026-03-02 01:58:49] "PUT /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281 HTTP/1.1" 200 277 0.008489 10.0.0.249 - - [2026-03-02 01:58:50] "GET / HTTP/1.1" 200 36215 0.002407 10.0.0.249 - - [2026-03-02 01:58:50] "POST /fqname-to-id HTTP/1.1" 401 293 0.000511 10.0.0.249 - - [2026-03-02 01:58:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.024942 10.0.0.249 - - [2026-03-02 01:58:50] "GET /global-system-config/b1bd6d95-0f46-475c-a765-8b4137c9e687?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.005590 10.0.0.249 - - [2026-03-02 01:58:50] "PUT /global-system-config/b1bd6d95-0f46-475c-a765-8b4137c9e687 HTTP/1.1" 200 275 0.016071 10.0.0.249 - - [2026-03-02 01:59:02] "GET /global-system-configs HTTP/1.1" 401 293 0.000383 10.0.0.249 - - [2026-03-02 01:59:02] "GET /global-system-configs HTTP/1.1" 401 293 0.000376 10.0.0.249 - - [2026-03-02 01:59:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000404 10.0.0.249 - - [2026-03-02 01:59:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000432 10.0.0.249 - - [2026-03-02 01:59:45] "GET / HTTP/1.1" 200 36215 0.001643 10.0.0.249 - - [2026-03-02 01:59:45] "POST /fqname-to-id HTTP/1.1" 401 293 0.000410 10.0.0.249 - - [2026-03-02 01:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.025401 10.0.0.249 - - [2026-03-02 01:59:46] "GET /routing-instance/47fc9e9d-d12c-4325-8f8d-3c9488930fbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.003673 10.0.0.249 - - [2026-03-02 01:59:46] "POST /bgp-routers HTTP/1.1" 200 622 0.021482 10.0.0.249 - - [2026-03-02 01:59:46] "GET /bgp-router/56460f4e-992d-442f-a17a-1a392344f183?fields=global_system_config_back_refs HTTP/1.1" 200 1128 0.005710 10.0.0.249 - - [2026-03-02 01:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.249 - - [2026-03-02 01:59:46] "GET /global-system-config/b1bd6d95-0f46-475c-a765-8b4137c9e687?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.006315 10.0.0.249 - - [2026-03-02 01:59:46] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004194 10.0.0.249 - - [2026-03-02 01:59:46] "POST /ref-update HTTP/1.1" 200 156 0.014351 10.0.0.249 - - [2026-03-02 02:00:15] "GET / HTTP/1.1" 200 36215 0.001529 10.0.0.249 - - [2026-03-02 02:00:15] "POST /fqname-to-id HTTP/1.1" 401 293 0.000595 10.0.0.249 - - [2026-03-02 02:00:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.027638 10.0.0.249 - - [2026-03-02 02:00:15] "GET /global-system-config/b1bd6d95-0f46-475c-a765-8b4137c9e687?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.009135 10.0.0.249 - - [2026-03-02 02:00:15] "POST /fqname-to-id HTTP/1.1" 404 220 0.002850 10.0.0.249 - - [2026-03-02 02:00:15] "POST /database-nodes HTTP/1.1" 200 605 0.019123 10.0.0.249 - - [2026-03-02 02:00:49] "GET / HTTP/1.1" 200 36215 0.001820 10.0.0.249 - - [2026-03-02 02:00:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000430 10.0.0.249 - - [2026-03-02 02:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.025495 10.0.0.249 - - [2026-03-02 02:00:49] "GET /global-system-config/b1bd6d95-0f46-475c-a765-8b4137c9e687?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.005577 10.0.0.249 - - [2026-03-02 02:00:49] "POST /fqname-to-id HTTP/1.1" 404 220 0.002856 10.0.0.249 - - [2026-03-02 02:00:49] "POST /analytics-nodes HTTP/1.1" 200 607 0.016716 10.0.0.249 - - [2026-03-02 02:00:55] "GET / HTTP/1.1" 200 36215 0.001601 10.0.0.249 - - [2026-03-02 02:01:06] "GET / HTTP/1.1" 200 36215 0.001563 10.0.0.249 - - [2026-03-02 02:01:06] "POST /fqname-to-id HTTP/1.1" 401 293 0.000434 10.0.0.249 - - [2026-03-02 02:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.028100 10.0.0.249 - - [2026-03-02 02:01:07] "GET /global-system-config/b1bd6d95-0f46-475c-a765-8b4137c9e687?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.005637 10.0.0.249 - - [2026-03-02 02:01:07] "POST /fqname-to-id HTTP/1.1" 404 220 0.003175 10.0.0.249 - - [2026-03-02 02:01:07] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.030338 10.0.0.249 - - [2026-03-02 02:01:23] "GET / HTTP/1.1" 200 36215 0.001927 10.0.0.249 - - [2026-03-02 02:01:23] "POST /fqname-to-id HTTP/1.1" 401 293 0.000441 10.0.0.249 - - [2026-03-02 02:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.031772 10.0.0.249 - - [2026-03-02 02:01:23] "GET /global-system-config/b1bd6d95-0f46-475c-a765-8b4137c9e687?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.006297 10.0.0.249 - - [2026-03-02 02:01:23] "POST /fqname-to-id HTTP/1.1" 404 220 0.002941 10.0.0.249 - - [2026-03-02 02:01:23] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.017837 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-03-02 02:01:43] "GET /obj-perms HTTP/1.1" 200 5075 0.401966 10.0.0.249 - - [2026-03-02 02:01:43] "GET /obj-perms HTTP/1.1" 200 5075 0.058238 10.0.0.249 - - [2026-03-02 02:02:44] "GET /obj-perms HTTP/1.1" 200 5075 0.056347 10.0.0.249 - - [2026-03-02 02:02:44] "GET /obj-perms HTTP/1.1" 200 5075 0.067071 10.0.0.249 - - [2026-03-02 02:03:44] "GET /obj-perms HTTP/1.1" 200 5075 0.055005 10.0.0.249 - - [2026-03-02 02:03:45] "GET /obj-perms HTTP/1.1" 200 5075 0.056152 10.0.0.249 - - [2026-03-02 02:04:02] "GET /global-system-configs HTTP/1.1" 401 293 0.000492 10.0.0.249 - - [2026-03-02 02:04:02] "GET /global-system-configs HTTP/1.1" 401 293 0.000513 10.0.0.249 - - [2026-03-02 02:04:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000439 10.0.0.249 - - [2026-03-02 02:04:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000478 10.0.0.249 - - [2026-03-02 02:04:08] "GET / HTTP/1.1" 200 36215 0.001814 10.0.0.249 - - [2026-03-02 02:04:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000364 10.0.0.249 - - [2026-03-02 02:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.028665 10.0.0.249 - - [2026-03-02 02:04:08] "GET /global-system-config/b1bd6d95-0f46-475c-a765-8b4137c9e687?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.007522 10.0.0.249 - - [2026-03-02 02:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.249 - - [2026-03-02 02:04:08] "GET /routing-instance/47fc9e9d-d12c-4325-8f8d-3c9488930fbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.004508 10.0.0.249 - - [2026-03-02 02:04:08] "PUT /global-system-config/b1bd6d95-0f46-475c-a765-8b4137c9e687 HTTP/1.1" 200 275 0.021184 10.0.0.249 - - [2026-03-02 02:04:08] "POST /fqname-to-id HTTP/1.1" 404 218 0.002899 10.0.0.249 - - [2026-03-02 02:04:08] "POST /virtual-routers HTTP/1.1" 200 605 0.018610 10.0.0.249 - - [2026-03-02 02:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.249 - - [2026-03-02 02:04:08] "GET /virtual-router/8a96837d-ab72-435a-937d-854a88afd2ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1257 0.005593 10.0.0.249 - - [2026-03-02 02:04:08] "POST /fqname-to-id HTTP/1.1" 404 231 0.002802 10.0.0.249 - - [2026-03-02 02:04:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.249 - - [2026-03-02 02:04:09] "GET /virtual-network/8d42cd90-8c44-44a9-b40f-1bcc0836eea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.005627 10.0.0.249 - - [2026-03-02 02:04:09] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.044075 10.0.0.249 - - [2026-03-02 02:04:09] "PUT /access-control-list/771dea90-ab69-4e4c-87b9-abd9e665d1f5 HTTP/1.1" 200 273 0.051900 [Introspect:8084]10.0.0.249 - - [2026-03-02 02:04:11] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001265 [Introspect:8084]10.0.0.249 - - [2026-03-02 02:04:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001192 [Introspect:8084]10.0.0.249 - - [2026-03-02 02:04:24] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001026 [Introspect:8084]10.0.0.249 - - [2026-03-02 02:04:24] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001060 [Introspect:8084]10.0.0.249 - - [2026-03-02 02:04:26] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000945 [Introspect:8084]10.0.0.249 - - [2026-03-02 02:04:26] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001020 10.0.0.249 - - [2026-03-02 02:04:45] "GET /obj-perms HTTP/1.1" 200 5075 0.053689 10.0.0.249 - - [2026-03-02 02:04:46] "GET /obj-perms HTTP/1.1" 200 5075 0.064399 10.0.0.249 - - [2026-03-02 02:05:39] "GET / HTTP/1.1" 200 36215 0.002332 10.0.0.249 - - [2026-03-02 02:05:40] "GET /project/ae817402-65a9-4527-b690-c7e6716708cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000508 10.0.0.249 - - [2026-03-02 02:05:40] "GET /projects?obj_uuids=ae817402-65a9-4527-b690-c7e6716708cb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.027021 10.0.0.249 - - [2026-03-02 02:05:40] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001318 10.0.0.249 - - [2026-03-02 02:05:40] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.037356 10.0.0.249 - - [2026-03-02 02:05:41] "POST /id-to-fqname HTTP/1.1" 200 167 0.002015 10.0.0.249 - - [2026-03-02 02:05:41] "POST /fqname-to-id HTTP/1.1" 404 176 0.005426 10.0.0.249 - - [2026-03-02 02:05:41] "POST /security-groups HTTP/1.1" 200 568 0.069687 10.0.0.249 - - [2026-03-02 02:05:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.003567 10.0.0.249 - - [2026-03-02 02:05:41] "POST /projects HTTP/1.1" 200 539 0.247850 10.0.0.249 - - [2026-03-02 02:05:41] "POST /access-control-lists HTTP/1.1" 200 575 0.063737 10.0.0.249 - - [2026-03-02 02:05:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.332188 10.0.0.249 - - [2026-03-02 02:05:41] "POST /fqname-to-id HTTP/1.1" 404 206 0.003896 10.0.0.249 - - [2026-03-02 02:05:41] "GET /project/ae817402-65a9-4527-b690-c7e6716708cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.510471 10.0.0.249 - - [2026-03-02 02:05:41] "DELETE /project/ae81740265a94527b690c7e6716708cb HTTP/1.1" 404 173 0.005157 10.0.0.249 - - [2026-03-02 02:05:41] "POST /access-control-lists HTTP/1.1" 200 573 0.067929 [Introspect:8084]10.0.0.249 - - [2026-03-02 02:05:41] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001184 10.0.0.249 - - [2026-03-02 02:05:42] "POST /fqname-to-id HTTP/1.1" 404 199 0.026652 10.0.0.249 - - [2026-03-02 02:05:42] "GET /projects?obj_uuids=d94b6273-ff2e-4fd2-8776-a644503fe41a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003184 10.0.0.249 - - [2026-03-02 02:05:42] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001582 10.0.0.249 - - [2026-03-02 02:05:42] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009094 10.0.0.249 - - [2026-03-02 02:05:42] "POST /id-to-fqname HTTP/1.1" 200 201 0.001704 10.0.0.249 - - [2026-03-02 02:05:42] "POST /fqname-to-id HTTP/1.1" 404 210 0.004359 10.0.0.249 - - [2026-03-02 02:05:42] "POST /security-groups HTTP/1.1" 200 602 0.068937 10.0.0.249 - - [2026-03-02 02:05:42] "POST /fqname-to-id HTTP/1.1" 404 245 0.003242 10.0.0.249 - - [2026-03-02 02:05:42] "POST /projects HTTP/1.1" 200 607 0.238318 10.0.0.249 - - [2026-03-02 02:05:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.312347 10.0.0.249 - - [2026-03-02 02:05:42] "POST /access-control-lists HTTP/1.1" 200 609 0.065976 10.0.0.249 - - [2026-03-02 02:05:42] "POST /fqname-to-id HTTP/1.1" 404 244 0.002665 10.0.0.249 - - [2026-03-02 02:05:42] "GET /project/d94b6273-ff2e-4fd2-8776-a644503fe41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.447357 10.0.0.249 - - [2026-03-02 02:05:42] "POST /access-control-lists HTTP/1.1" 200 607 0.061381 10.0.0.249 - - [2026-03-02 02:05:44] "GET / HTTP/1.1" 200 36215 0.056480 10.0.0.249 - - [2026-03-02 02:05:44] "POST /fqname-to-id HTTP/1.1" 401 293 0.000450 10.0.0.249 - - [2026-03-02 02:05:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.066844 10.0.0.249 - - [2026-03-02 02:05:45] "GET /projects?obj_uuids=d94b6273-ff2e-4fd2-8776-a644503fe41a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001407 10.0.0.249 - - [2026-03-02 02:05:45] "GET /project/d94b6273-ff2e-4fd2-8776-a644503fe41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.029201 10.0.0.249 - - [2026-03-02 02:05:45] "POST /neutron/network HTTP/1.1" 200 117 0.041832 10.0.0.249 - - [2026-03-02 02:05:45] "GET /projects?obj_uuids=d94b6273-ff2e-4fd2-8776-a644503fe41a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001402 10.0.0.249 - - [2026-03-02 02:05:45] "POST /neutron/network HTTP/1.1" 200 620 0.081263 10.0.0.249 - - [2026-03-02 02:05:45] "POST /route-targets HTTP/1.1" 200 328 0.013059 10.0.0.249 - - [2026-03-02 02:05:45] "POST /ref-update HTTP/1.1" 200 156 0.016212 10.0.0.249 - - [2026-03-02 02:05:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003464 10.0.0.249 - - [2026-03-02 02:05:45] "POST /neutron/subnet HTTP/1.1" 200 719 0.151767 10.0.0.249 - - [2026-03-02 02:05:45] "POST /neutron/network HTTP/1.1" 200 838 0.005753 10.0.0.249 - - [2026-03-02 02:05:45] "POST /id-to-fqname HTTP/1.1" 200 233 0.001345 10.0.0.249 - - [2026-03-02 02:05:45] "GET /virtual-network/e2edec81-35f7-47fb-affa-2f385194ab42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005638 10.0.0.249 - - [2026-03-02 02:05:45] "POST /neutron/network HTTP/1.1" 200 838 0.006294 10.0.0.249 - - [2026-03-02 02:05:45] "GET /virtual-network/e2edec81-35f7-47fb-affa-2f385194ab42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006530 10.0.0.249 - - [2026-03-02 02:05:45] "POST /neutron/network HTTP/1.1" 200 838 0.007174 10.0.0.249 - - [2026-03-02 02:05:45] "POST /neutron/subnet HTTP/1.1" 200 719 0.009254 10.0.0.249 - - [2026-03-02 02:05:45] "GET /domains HTTP/1.1" 401 293 0.000437 10.0.0.249 - - [2026-03-02 02:05:46] "GET /domains HTTP/1.1" 200 281 0.356709 10.0.0.249 - - [2026-03-02 02:05:46] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001383 10.0.0.249 - - [2026-03-02 02:05:46] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 2595 0.023126 10.0.0.249 - - [2026-03-02 02:05:46] "GET /projects?obj_uuids=d94b6273-ff2e-4fd2-8776-a644503fe41a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001102 10.0.0.249 - - [2026-03-02 02:05:46] "GET /obj-perms HTTP/1.1" 200 5075 0.070822 10.0.0.249 - - [2026-03-02 02:05:46] "GET /project/d94b6273-ff2e-4fd2-8776-a644503fe41a HTTP/1.1" 200 2184 0.081540 10.0.0.249 - - [2026-03-02 02:05:46] "GET /virtual-network/e2edec81-35f7-47fb-affa-2f385194ab42 HTTP/1.1" 200 2343 0.014017 10.0.0.249 - - [2026-03-02 02:05:46] "GET /virtual-network/e2edec81-35f7-47fb-affa-2f385194ab42 HTTP/1.1" 200 2343 0.012259 10.0.0.249 - - [2026-03-02 02:05:46] "GET /routing-instance/b6000b81-f576-4394-a92c-8cf236a4600d HTTP/1.1" 200 1498 0.007708 10.0.0.249 - - [2026-03-02 02:05:46] "GET /routing-instance/b6000b81-f576-4394-a92c-8cf236a4600d HTTP/1.1" 200 1498 0.005131 10.0.0.249 - - [2026-03-02 02:05:46] "GET /route-target/22590096-2a4f-4fa0-aedf-a88dc3ca0347 HTTP/1.1" 200 1221 0.003690 10.0.0.249 - - [2026-03-02 02:05:46] "GET /virtual-network/e2edec81-35f7-47fb-affa-2f385194ab42 HTTP/1.1" 200 2343 0.005242 10.0.0.249 - - [2026-03-02 02:05:46] "GET /routing-instance/b6000b81-f576-4394-a92c-8cf236a4600d HTTP/1.1" 200 1498 0.003666 10.0.0.249 - - [2026-03-02 02:05:46] "GET /virtual-network/e2edec81-35f7-47fb-affa-2f385194ab42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006427 10.0.0.249 - - [2026-03-02 02:05:46] "GET /virtual-network/e2edec81-35f7-47fb-affa-2f385194ab42 HTTP/1.1" 200 2343 0.009952 10.0.0.249 - - [2026-03-02 02:05:46] "GET /routing-instance/b6000b81-f576-4394-a92c-8cf236a4600d HTTP/1.1" 200 1498 0.004225 10.0.0.249 - - [2026-03-02 02:05:46] "GET /routing-instance/b6000b81-f576-4394-a92c-8cf236a4600d HTTP/1.1" 200 1498 0.004289 10.0.0.249 - - [2026-03-02 02:05:46] "GET /route-target/22590096-2a4f-4fa0-aedf-a88dc3ca0347 HTTP/1.1" 200 1221 0.003337 10.0.0.249 - - [2026-03-02 02:05:46] "GET /domains HTTP/1.1" 200 281 0.003337 10.0.0.249 - - [2026-03-02 02:05:46] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000984 10.0.0.249 - - [2026-03-02 02:05:46] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 2595 0.007410 10.0.0.249 - - [2026-03-02 02:05:46] "GET /projects?obj_uuids=d94b6273-ff2e-4fd2-8776-a644503fe41a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000959 10.0.0.249 - - [2026-03-02 02:05:47] "GET /project/d94b6273-ff2e-4fd2-8776-a644503fe41a HTTP/1.1" 200 2184 0.093958 10.0.0.249 - - [2026-03-02 02:05:47] "GET /virtual-network/e2edec81-35f7-47fb-affa-2f385194ab42 HTTP/1.1" 200 2343 0.009060 10.0.0.249 - - [2026-03-02 02:05:47] "GET /obj-perms HTTP/1.1" 200 5075 0.390591 10.0.0.249 - - [2026-03-02 02:05:47] "GET /obj-perms HTTP/1.1" 200 5071 0.079939 10.0.0.249 - - [2026-03-02 02:05:47] "POST /id-to-fqname HTTP/1.1" 200 233 0.001406 10.0.0.249 - - [2026-03-02 02:05:49] "POST /neutron/network HTTP/1.1" 200 848 0.007584 10.0.0.249 - - [2026-03-02 02:05:49] "GET /aaa-mode HTTP/1.1" 401 293 0.000825 10.0.0.249 - - [2026-03-02 02:05:49] "GET / HTTP/1.1" 200 36215 0.001426 10.0.0.249 - - [2026-03-02 02:05:49] "GET /project/d94b6273-ff2e-4fd2-8776-a644503fe41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000397 10.0.0.249 - - [2026-03-02 02:05:50] "GET /projects?obj_uuids=d94b6273-ff2e-4fd2-8776-a644503fe41a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001186 10.0.0.249 - - [2026-03-02 02:05:50] "GET /project/d94b6273-ff2e-4fd2-8776-a644503fe41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.066626 10.0.0.249 - - [2026-03-02 02:05:50] "POST /neutron/network HTTP/1.1" 200 838 0.034102 10.0.0.249 - - [2026-03-02 02:05:51] "POST /neutron/port HTTP/1.1" 200 117 0.005837 10.0.0.249 - - [2026-03-02 02:05:51] "POST /neutron/port HTTP/1.1" 200 117 0.007105 10.0.0.249 - - [2026-03-02 02:05:51] "POST /neutron/port HTTP/1.1" 200 117 0.006261 10.0.0.249 - - [2026-03-02 02:05:52] "POST /neutron/network HTTP/1.1" 200 848 0.007471 10.0.0.249 - - [2026-03-02 02:05:52] "GET /projects?obj_uuids=d94b6273-ff2e-4fd2-8776-a644503fe41a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002886 10.0.0.249 - - [2026-03-02 02:05:52] "POST /neutron/port HTTP/1.1" 200 1070 0.254145 10.0.0.249 - - [2026-03-02 02:05:52] "POST /neutron/port HTTP/1.1" 200 1070 0.038592 10.0.0.249 - - [2026-03-02 02:05:52] "POST /neutron/port HTTP/1.1" 200 1070 0.012122 10.0.0.249 - - [2026-03-02 02:05:52] "POST /neutron/port HTTP/1.1" 200 1124 0.088020 10.0.0.249 - - [2026-03-02 02:05:53] "POST /neutron/port HTTP/1.1" 200 1134 0.017507 10.0.0.249 - - [2026-03-02 02:05:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003898 10.0.0.249 - - [2026-03-02 02:05:53] "POST /neutron/subnet HTTP/1.1" 200 693 0.007636 10.0.0.249 - - [2026-03-02 02:05:53] "POST /neutron/port HTTP/1.1" 200 117 0.001300 10.0.0.249 - - [2026-03-02 02:05:53] "POST /neutron/network HTTP/1.1" 200 838 0.006462 10.0.0.249 - - [2026-03-02 02:05:56] "POST /neutron/port HTTP/1.1" 200 1134 0.012795 10.0.0.249 - - [2026-03-02 02:05:56] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006232 10.0.0.249 - - [2026-03-02 02:06:01] "POST /neutron/port HTTP/1.1" 200 1134 0.014853 10.0.0.249 - - [2026-03-02 02:06:01] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008254 10.0.0.249 - - [2026-03-02 02:06:01] "GET /obj-perms HTTP/1.1" 200 5071 0.003335 10.0.0.249 - - [2026-03-02 02:06:02] "GET /obj-perms HTTP/1.1" 200 5071 0.003639 10.0.0.249 - - [2026-03-02 02:06:03] "GET /obj-perms HTTP/1.1" 200 5071 0.004330 10.0.0.249 - - [2026-03-02 02:06:04] "GET /obj-perms HTTP/1.1" 200 5071 0.004277 10.0.0.249 - - [2026-03-02 02:06:05] "GET /obj-perms HTTP/1.1" 200 5071 0.003422 10.0.0.249 - - [2026-03-02 02:06:06] "POST /neutron/network HTTP/1.1" 200 838 0.007722 10.0.0.249 - - [2026-03-02 02:06:06] "POST /neutron/network HTTP/1.1" 400 204 0.012497 10.0.0.249 - - [2026-03-02 02:06:07] "POST /neutron/port HTTP/1.1" 200 1134 0.016687 10.0.0.249 - - [2026-03-02 02:06:07] "POST /neutron/port HTTP/1.1" 200 1124 0.013740 10.0.0.249 - - [2026-03-02 02:06:07] "POST /neutron/port HTTP/1.1" 200 151 0.185898 10.0.0.249 - - [2026-03-02 02:06:08] "POST /neutron/network HTTP/1.1" 200 838 0.007406 10.0.0.249 - - [2026-03-02 02:06:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003253 10.0.0.249 - - [2026-03-02 02:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.249 - - [2026-03-02 02:06:08] "POST /useragent-kv HTTP/1.1" 200 115 0.005032 10.0.0.249 - - [2026-03-02 02:06:08] "POST /neutron/network HTTP/1.1" 200 151 0.103779 10.0.0.249 - - [2026-03-02 02:06:08] "GET /routing-instance/b6000b81-f576-4394-a92c-8cf236a4600d HTTP/1.1" 404 171 0.003696 10.0.0.249 - - [2026-03-02 02:06:08] "GET /domains HTTP/1.1" 200 281 0.005791 10.0.0.249 - - [2026-03-02 02:06:08] "DELETE /route-target/22590096-2a4f-4fa0-aedf-a88dc3ca0347 HTTP/1.1" 200 115 0.028068 10.0.0.249 - - [2026-03-02 02:06:08] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001326 10.0.0.249 - - [2026-03-02 02:06:08] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 2595 0.055093 10.0.0.249 - - [2026-03-02 02:06:08] "GET /projects?obj_uuids=d94b6273-ff2e-4fd2-8776-a644503fe41a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001007 10.0.0.249 - - [2026-03-02 02:06:08] "GET /project/d94b6273-ff2e-4fd2-8776-a644503fe41a HTTP/1.1" 200 1933 0.089962 10.0.0.249 - - [2026-03-02 02:06:09] "GET /projects?obj_uuids=d94b6273-ff2e-4fd2-8776-a644503fe41a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000983 10.0.0.249 - - [2026-03-02 02:06:09] "GET /project/d94b6273-ff2e-4fd2-8776-a644503fe41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.028159 10.0.0.249 - - [2026-03-02 02:06:09] "GET /projects?obj_uuids=d94b6273-ff2e-4fd2-8776-a644503fe41a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000989 10.0.0.249 - - [2026-03-02 02:06:09] "GET /project/d94b6273-ff2e-4fd2-8776-a644503fe41a?fields=virtual_networks HTTP/1.1" 200 1066 0.074691 10.0.0.249 - - [2026-03-02 02:06:09] "GET /projects?obj_uuids=d94b6273-ff2e-4fd2-8776-a644503fe41a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001503 10.0.0.249 - - [2026-03-02 02:06:09] "GET /project/d94b6273-ff2e-4fd2-8776-a644503fe41a?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.035912 10.0.0.249 - - [2026-03-02 02:06:09] "GET /projects?obj_uuids=d94b6273-ff2e-4fd2-8776-a644503fe41a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001057 10.0.0.249 - - [2026-03-02 02:06:09] "GET /project/d94b6273-ff2e-4fd2-8776-a644503fe41a?fields=security_groups HTTP/1.1" 200 1304 0.029734 10.0.0.249 - - [2026-03-02 02:06:10] "GET /projects?obj_uuids=ae817402-65a9-4527-b690-c7e6716708cb&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001121 10.0.0.249 - - [2026-03-02 02:06:10] "GET /project/ae817402-65a9-4527-b690-c7e6716708cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.026066 10.0.0.249 - - [2026-03-02 02:06:14] "GET /projects?obj_uuids=ae817402-65a9-4527-b690-c7e6716708cb&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001034 10.0.0.249 - - [2026-03-02 02:06:14] "GET /project/ae817402-65a9-4527-b690-c7e6716708cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.029709 10.0.0.249 - - [2026-03-02 02:06:14] "GET /documentation/index.html HTTP/1.1" 200 219571 0.004199 10.0.0.249 - - [2026-03-02 02:06:15] "POST /fqname-to-id HTTP/1.1" 404 200 0.030030 10.0.0.249 - - [2026-03-02 02:06:15] "GET /projects?obj_uuids=0be0f6cc-a37b-4f99-9e50-d3af586d40fd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002786 10.0.0.249 - - [2026-03-02 02:06:15] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000982 10.0.0.249 - - [2026-03-02 02:06:15] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007139 10.0.0.249 - - [2026-03-02 02:06:15] "POST /id-to-fqname HTTP/1.1" 200 202 0.004355 10.0.0.249 - - [2026-03-02 02:06:15] "POST /fqname-to-id HTTP/1.1" 404 211 0.002416 10.0.0.249 - - [2026-03-02 02:06:15] "POST /security-groups HTTP/1.1" 200 603 0.064998 10.0.0.249 - - [2026-03-02 02:06:15] "POST /fqname-to-id HTTP/1.1" 404 246 0.003330 10.0.0.249 - - [2026-03-02 02:06:15] "POST /projects HTTP/1.1" 200 609 0.231215 10.0.0.249 - - [2026-03-02 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.305872 10.0.0.249 - - [2026-03-02 02:06:15] "POST /access-control-lists HTTP/1.1" 200 610 0.074646 10.0.0.249 - - [2026-03-02 02:06:15] "POST /fqname-to-id HTTP/1.1" 404 245 0.007821 10.0.0.249 - - [2026-03-02 02:06:15] "GET /project/0be0f6cc-a37b-4f99-9e50-d3af586d40fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.459677 10.0.0.249 - - [2026-03-02 02:06:15] "POST /access-control-lists HTTP/1.1" 200 608 0.068367 10.0.0.249 - - [2026-03-02 02:06:16] "GET / HTTP/1.1" 200 36215 0.002607 10.0.0.249 - - [2026-03-02 02:06:17] "GET /projects?obj_uuids=ae817402-65a9-4527-b690-c7e6716708cb&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001069 10.0.0.249 - - [2026-03-02 02:06:17] "GET /project/ae817402-65a9-4527-b690-c7e6716708cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.031624 10.0.0.249 - - [2026-03-02 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.249 - - [2026-03-02 02:06:18] "GET /security-group/cfede453-859b-4cfd-9996-18cb45c478a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.006840 10.0.0.249 - - [2026-03-02 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.249 - - [2026-03-02 02:06:18] "GET /projects?obj_uuids=ae817402-65a9-4527-b690-c7e6716708cb&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001421 10.0.0.249 - - [2026-03-02 02:06:18] "GET /project/ae817402-65a9-4527-b690-c7e6716708cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.036513 10.0.0.249 - - [2026-03-02 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.249 - - [2026-03-02 02:06:18] "GET /security-group/cfede453-859b-4cfd-9996-18cb45c478a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.004156 10.0.0.249 - - [2026-03-02 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004618 10.0.0.249 - - [2026-03-02 02:06:18] "PUT /security-group/cfede453-859b-4cfd-9996-18cb45c478a7 HTTP/1.1" 200 263 0.024925 10.0.0.249 - - [2026-03-02 02:06:18] "PUT /access-control-list/7b9cfff9-30ba-4039-b77f-c2f3c54b44f9 HTTP/1.1" 200 273 0.014069 10.0.0.249 - - [2026-03-02 02:06:18] "PUT /access-control-list/bbf97272-231e-4874-8019-f96cf50d5aff HTTP/1.1" 200 273 0.031096 10.0.0.249 - - [2026-03-02 02:06:18] "POST /fqname-to-id HTTP/1.1" 401 293 0.000618 10.0.0.249 - - [2026-03-02 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.060857 10.0.0.249 - - [2026-03-02 02:06:19] "GET /projects?obj_uuids=0be0f6cc-a37b-4f99-9e50-d3af586d40fd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000979 10.0.0.249 - - [2026-03-02 02:06:19] "GET /project/0be0f6cc-a37b-4f99-9e50-d3af586d40fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.038260 10.0.0.249 - - [2026-03-02 02:06:19] "POST /neutron/network HTTP/1.1" 200 117 0.034482 10.0.0.249 - - [2026-03-02 02:06:19] "GET /projects?obj_uuids=0be0f6cc-a37b-4f99-9e50-d3af586d40fd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001074 10.0.0.249 - - [2026-03-02 02:06:19] "POST /neutron/network HTTP/1.1" 200 619 0.083331 10.0.0.249 - - [2026-03-02 02:06:19] "POST /route-targets HTTP/1.1" 200 328 0.015102 10.0.0.249 - - [2026-03-02 02:06:19] "POST /ref-update HTTP/1.1" 200 156 0.016223 10.0.0.249 - - [2026-03-02 02:06:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003637 10.0.0.249 - - [2026-03-02 02:06:19] "POST /neutron/subnet HTTP/1.1" 200 725 0.177047 10.0.0.249 - - [2026-03-02 02:06:19] "POST /neutron/network HTTP/1.1" 200 838 0.005571 10.0.0.249 - - [2026-03-02 02:06:19] "POST /id-to-fqname HTTP/1.1" 200 233 0.001582 10.0.0.249 - - [2026-03-02 02:06:19] "GET /virtual-network/20a791b1-385e-42d1-b645-1f90eadc218f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.007244 10.0.0.249 - - [2026-03-02 02:06:19] "POST /neutron/network HTTP/1.1" 200 838 0.006332 10.0.0.249 - - [2026-03-02 02:06:19] "GET /virtual-network/20a791b1-385e-42d1-b645-1f90eadc218f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006544 10.0.0.249 - - [2026-03-02 02:06:19] "POST /neutron/network HTTP/1.1" 200 838 0.005810 10.0.0.249 - - [2026-03-02 02:06:19] "POST /neutron/subnet HTTP/1.1" 200 725 0.007819 10.0.0.249 - - [2026-03-02 02:06:19] "GET /domains HTTP/1.1" 401 293 0.000555 10.0.0.249 - - [2026-03-02 02:06:20] "GET /domains HTTP/1.1" 200 281 0.028985 10.0.0.249 - - [2026-03-02 02:06:20] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001189 10.0.0.249 - - [2026-03-02 02:06:20] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 2794 0.009530 10.0.0.249 - - [2026-03-02 02:06:20] "GET /projects?obj_uuids=0be0f6cc-a37b-4f99-9e50-d3af586d40fd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001426 10.0.0.249 - - [2026-03-02 02:06:20] "GET /project/0be0f6cc-a37b-4f99-9e50-d3af586d40fd HTTP/1.1" 200 2189 0.076553 10.0.0.249 - - [2026-03-02 02:06:20] "GET /virtual-network/20a791b1-385e-42d1-b645-1f90eadc218f HTTP/1.1" 200 2343 0.006710 10.0.0.249 - - [2026-03-02 02:06:20] "GET /virtual-network/20a791b1-385e-42d1-b645-1f90eadc218f HTTP/1.1" 200 2343 0.005038 10.0.0.249 - - [2026-03-02 02:06:20] "GET /routing-instance/6e34f6a5-174b-4320-8aa6-9757ca5ca837 HTTP/1.1" 200 1493 0.003928 10.0.0.249 - - [2026-03-02 02:06:20] "GET /routing-instance/6e34f6a5-174b-4320-8aa6-9757ca5ca837 HTTP/1.1" 200 1493 0.003654 10.0.0.249 - - [2026-03-02 02:06:20] "GET /route-target/30768f73-7064-42c1-bbad-1133dda83228 HTTP/1.1" 200 1220 0.003486 10.0.0.249 - - [2026-03-02 02:06:20] "GET /virtual-network/20a791b1-385e-42d1-b645-1f90eadc218f HTTP/1.1" 200 2343 0.005095 10.0.0.249 - - [2026-03-02 02:06:20] "GET /routing-instance/6e34f6a5-174b-4320-8aa6-9757ca5ca837 HTTP/1.1" 200 1493 0.003451 10.0.0.249 - - [2026-03-02 02:06:20] "GET /virtual-network/20a791b1-385e-42d1-b645-1f90eadc218f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004854 10.0.0.249 - - [2026-03-02 02:06:20] "GET /virtual-network/20a791b1-385e-42d1-b645-1f90eadc218f HTTP/1.1" 200 2343 0.004846 10.0.0.249 - - [2026-03-02 02:06:20] "GET /routing-instance/6e34f6a5-174b-4320-8aa6-9757ca5ca837 HTTP/1.1" 200 1493 0.003750 10.0.0.249 - - [2026-03-02 02:06:20] "GET /routing-instance/6e34f6a5-174b-4320-8aa6-9757ca5ca837 HTTP/1.1" 200 1493 0.003831 10.0.0.249 - - [2026-03-02 02:06:20] "GET /route-target/30768f73-7064-42c1-bbad-1133dda83228 HTTP/1.1" 200 1220 0.003354 10.0.0.249 - - [2026-03-02 02:06:20] "GET /domains HTTP/1.1" 200 281 0.003487 10.0.0.249 - - [2026-03-02 02:06:20] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001103 10.0.0.249 - - [2026-03-02 02:06:20] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 2794 0.007479 10.0.0.249 - - [2026-03-02 02:06:20] "GET /projects?obj_uuids=0be0f6cc-a37b-4f99-9e50-d3af586d40fd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001044 10.0.0.249 - - [2026-03-02 02:06:20] "GET /project/0be0f6cc-a37b-4f99-9e50-d3af586d40fd HTTP/1.1" 200 2189 0.071897 10.0.0.249 - - [2026-03-02 02:06:20] "GET /virtual-network/20a791b1-385e-42d1-b645-1f90eadc218f HTTP/1.1" 200 2343 0.007334 10.0.0.249 - - [2026-03-02 02:06:20] "GET /obj-perms HTTP/1.1" 200 5073 0.064183 10.0.0.249 - - [2026-03-02 02:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.249 - - [2026-03-02 02:06:21] "GET /projects?obj_uuids=0be0f6cc-a37b-4f99-9e50-d3af586d40fd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001080 10.0.0.249 - - [2026-03-02 02:06:21] "GET /project/0be0f6cc-a37b-4f99-9e50-d3af586d40fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.037293 10.0.0.249 - - [2026-03-02 02:06:21] "POST /neutron/network HTTP/1.1" 200 117 0.011022 10.0.0.249 - - [2026-03-02 02:06:21] "GET /projects?obj_uuids=0be0f6cc-a37b-4f99-9e50-d3af586d40fd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001158 10.0.0.249 - - [2026-03-02 02:06:21] "POST /neutron/network HTTP/1.1" 200 619 0.090050 10.0.0.249 - - [2026-03-02 02:06:21] "POST /route-targets HTTP/1.1" 200 328 0.065071 10.0.0.249 - - [2026-03-02 02:06:21] "POST /ref-update HTTP/1.1" 200 156 0.011854 10.0.0.249 - - [2026-03-02 02:06:21] "POST /useragent-kv HTTP/1.1" 200 115 0.005332 10.0.0.249 - - [2026-03-02 02:06:21] "POST /neutron/subnet HTTP/1.1" 200 725 0.211385 10.0.0.249 - - [2026-03-02 02:06:21] "POST /neutron/network HTTP/1.1" 200 838 0.008105 10.0.0.249 - - [2026-03-02 02:06:21] "POST /id-to-fqname HTTP/1.1" 200 233 0.001709 10.0.0.249 - - [2026-03-02 02:06:21] "GET /virtual-network/7d6724f2-3cc6-42e7-b27c-205d83f1abe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.007154 10.0.0.249 - - [2026-03-02 02:06:21] "POST /neutron/network HTTP/1.1" 200 838 0.007876 10.0.0.249 - - [2026-03-02 02:06:21] "GET /virtual-network/7d6724f2-3cc6-42e7-b27c-205d83f1abe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005245 10.0.0.249 - - [2026-03-02 02:06:21] "POST /neutron/network HTTP/1.1" 200 838 0.005998 10.0.0.249 - - [2026-03-02 02:06:21] "POST /neutron/subnet HTTP/1.1" 200 725 0.008559 10.0.0.249 - - [2026-03-02 02:06:21] "GET /domains HTTP/1.1" 200 281 0.002712 10.0.0.249 - - [2026-03-02 02:06:21] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001590 10.0.0.249 - - [2026-03-02 02:06:21] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 2794 0.007613 10.0.0.249 - - [2026-03-02 02:06:21] "GET /projects?obj_uuids=0be0f6cc-a37b-4f99-9e50-d3af586d40fd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001052 10.0.0.249 - - [2026-03-02 02:06:21] "GET /project/0be0f6cc-a37b-4f99-9e50-d3af586d40fd HTTP/1.1" 200 2418 0.070392 10.0.0.249 - - [2026-03-02 02:06:21] "GET /virtual-network/7d6724f2-3cc6-42e7-b27c-205d83f1abe4 HTTP/1.1" 200 2343 0.006909 10.0.0.249 - - [2026-03-02 02:06:21] "GET /virtual-network/7d6724f2-3cc6-42e7-b27c-205d83f1abe4 HTTP/1.1" 200 2343 0.007456 10.0.0.249 - - [2026-03-02 02:06:21] "GET /routing-instance/000fb98e-9de6-44c4-a123-6775201d6d5f HTTP/1.1" 200 1491 0.005509 10.0.0.249 - - [2026-03-02 02:06:21] "GET /routing-instance/000fb98e-9de6-44c4-a123-6775201d6d5f HTTP/1.1" 200 1491 0.005064 10.0.0.249 - - [2026-03-02 02:06:21] "GET /route-target/c52a7509-2dd8-4d58-9d90-3316968d37cd HTTP/1.1" 200 1221 0.004915 10.0.0.249 - - [2026-03-02 02:06:21] "GET /virtual-network/7d6724f2-3cc6-42e7-b27c-205d83f1abe4 HTTP/1.1" 200 2343 0.007271 10.0.0.249 - - [2026-03-02 02:06:21] "GET /routing-instance/000fb98e-9de6-44c4-a123-6775201d6d5f HTTP/1.1" 200 1491 0.004644 10.0.0.249 - - [2026-03-02 02:06:21] "GET /virtual-network/7d6724f2-3cc6-42e7-b27c-205d83f1abe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005225 10.0.0.249 - - [2026-03-02 02:06:21] "GET /virtual-network/7d6724f2-3cc6-42e7-b27c-205d83f1abe4 HTTP/1.1" 200 2343 0.010286 10.0.0.249 - - [2026-03-02 02:06:21] "GET /routing-instance/000fb98e-9de6-44c4-a123-6775201d6d5f HTTP/1.1" 200 1491 0.004030 10.0.0.249 - - [2026-03-02 02:06:21] "GET /routing-instance/000fb98e-9de6-44c4-a123-6775201d6d5f HTTP/1.1" 200 1491 0.003741 10.0.0.249 - - [2026-03-02 02:06:21] "GET /route-target/c52a7509-2dd8-4d58-9d90-3316968d37cd HTTP/1.1" 200 1221 0.003927 10.0.0.249 - - [2026-03-02 02:06:21] "GET /domains HTTP/1.1" 200 281 0.002978 10.0.0.249 - - [2026-03-02 02:06:21] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001544 10.0.0.249 - - [2026-03-02 02:06:21] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 2794 0.009248 10.0.0.249 - - [2026-03-02 02:06:21] "GET /projects?obj_uuids=0be0f6cc-a37b-4f99-9e50-d3af586d40fd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001079 10.0.0.249 - - [2026-03-02 02:06:22] "GET /project/0be0f6cc-a37b-4f99-9e50-d3af586d40fd HTTP/1.1" 200 2418 0.073517 10.0.0.249 - - [2026-03-02 02:06:22] "GET /virtual-network/7d6724f2-3cc6-42e7-b27c-205d83f1abe4 HTTP/1.1" 200 2343 0.005163 10.0.0.249 - - [2026-03-02 02:06:22] "GET /obj-perms HTTP/1.1" 200 5073 0.004079 10.0.0.249 - - [2026-03-02 02:06:22] "POST /id-to-fqname HTTP/1.1" 200 233 0.001261 10.0.0.249 - - [2026-03-02 02:06:22] "POST /neutron/network HTTP/1.1" 200 848 0.007804 10.0.0.249 - - [2026-03-02 02:06:22] "GET /aaa-mode HTTP/1.1" 401 293 0.000477 10.0.0.249 - - [2026-03-02 02:06:22] "GET / HTTP/1.1" 200 36215 0.002587 10.0.0.249 - - [2026-03-02 02:06:22] "GET /project/0be0f6cc-a37b-4f99-9e50-d3af586d40fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000651 10.0.0.249 - - [2026-03-02 02:06:23] "GET /projects?obj_uuids=0be0f6cc-a37b-4f99-9e50-d3af586d40fd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001065 10.0.0.249 - - [2026-03-02 02:06:23] "GET /project/0be0f6cc-a37b-4f99-9e50-d3af586d40fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.061512 10.0.0.249 - - [2026-03-02 02:06:23] "POST /neutron/network HTTP/1.1" 200 838 0.005962 10.0.0.249 - - [2026-03-02 02:06:23] "POST /neutron/port HTTP/1.1" 200 117 0.005360 10.0.0.249 - - [2026-03-02 02:06:23] "POST /neutron/port HTTP/1.1" 200 117 0.005367 10.0.0.249 - - [2026-03-02 02:06:23] "POST /id-to-fqname HTTP/1.1" 200 233 0.001295 10.0.0.249 - - [2026-03-02 02:06:23] "POST /neutron/port HTTP/1.1" 200 117 0.005398 10.0.0.249 - - [2026-03-02 02:06:23] "POST /neutron/network HTTP/1.1" 200 848 0.008290 10.0.0.249 - - [2026-03-02 02:06:23] "GET /aaa-mode HTTP/1.1" 401 293 0.000425 10.0.0.249 - - [2026-03-02 02:06:23] "POST /neutron/network HTTP/1.1" 200 848 0.006902 10.0.0.249 - - [2026-03-02 02:06:23] "GET /projects?obj_uuids=0be0f6cc-a37b-4f99-9e50-d3af586d40fd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001803 10.0.0.249 - - [2026-03-02 02:06:23] "GET / HTTP/1.1" 200 36215 0.002606 10.0.0.249 - - [2026-03-02 02:06:23] "GET /project/0be0f6cc-a37b-4f99-9e50-d3af586d40fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000394 10.0.0.249 - - [2026-03-02 02:06:24] "POST /neutron/port HTTP/1.1" 200 1072 0.274066 10.0.0.249 - - [2026-03-02 02:06:24] "POST /neutron/port HTTP/1.1" 200 1072 0.011685 10.0.0.249 - - [2026-03-02 02:06:24] "POST /neutron/port HTTP/1.1" 200 1072 0.012348 10.0.0.249 - - [2026-03-02 02:06:24] "POST /neutron/port HTTP/1.1" 200 1126 0.065881 10.0.0.249 - - [2026-03-02 02:06:24] "POST /neutron/port HTTP/1.1" 200 1136 0.016378 10.0.0.249 - - [2026-03-02 02:06:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004025 10.0.0.249 - - [2026-03-02 02:06:24] "POST /neutron/subnet HTTP/1.1" 200 699 0.012977 10.0.0.249 - - [2026-03-02 02:06:24] "POST /neutron/port HTTP/1.1" 200 117 0.001666 10.0.0.249 - - [2026-03-02 02:06:24] "GET /projects?obj_uuids=0be0f6cc-a37b-4f99-9e50-d3af586d40fd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003109 10.0.0.249 - - [2026-03-02 02:06:24] "POST /neutron/network HTTP/1.1" 200 838 0.007369 10.0.0.249 - - [2026-03-02 02:06:24] "GET /project/0be0f6cc-a37b-4f99-9e50-d3af586d40fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.078805 10.0.0.249 - - [2026-03-02 02:06:24] "POST /neutron/network HTTP/1.1" 200 838 0.006929 10.0.0.249 - - [2026-03-02 02:06:24] "POST /neutron/port HTTP/1.1" 200 1136 0.016577 10.0.0.249 - - [2026-03-02 02:06:24] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008292 10.0.0.249 - - [2026-03-02 02:06:24] "POST /neutron/port HTTP/1.1" 200 117 0.009744 10.0.0.249 - - [2026-03-02 02:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.249 - - [2026-03-02 02:06:24] "GET /projects?obj_uuids=0be0f6cc-a37b-4f99-9e50-d3af586d40fd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001669 10.0.0.249 - - [2026-03-02 02:06:24] "GET /project/0be0f6cc-a37b-4f99-9e50-d3af586d40fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.047673 10.0.0.249 - - [2026-03-02 02:06:24] "GET /virtual-network/20a791b1-385e-42d1-b645-1f90eadc218f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006908 10.0.0.249 - - [2026-03-02 02:06:24] "GET /floating-ip-pools?parent_id=20a791b1-385e-42d1-b645-1f90eadc218f&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002953 10.0.0.249 - - [2026-03-02 02:06:24] "POST /neutron/network HTTP/1.1" 200 848 0.006474 10.0.0.249 - - [2026-03-02 02:06:25] "GET /projects?obj_uuids=0be0f6cc-a37b-4f99-9e50-d3af586d40fd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001205 10.0.0.249 - - [2026-03-02 02:06:25] "GET /virtual-network/20a791b1-385e-42d1-b645-1f90eadc218f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005768 10.0.0.249 - - [2026-03-02 02:06:25] "POST /floating-ip-pools HTTP/1.1" 200 611 0.041868 10.0.0.249 - - [2026-03-02 02:06:25] "POST /ref-update HTTP/1.1" 200 156 0.036506 10.0.0.249 - - [2026-03-02 02:06:25] "GET /virtual-network/20a791b1-385e-42d1-b645-1f90eadc218f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.008484 10.0.0.249 - - [2026-03-02 02:06:25] "GET /domains HTTP/1.1" 200 281 0.002814 10.0.0.249 - - [2026-03-02 02:06:25] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001109 10.0.0.249 - - [2026-03-02 02:06:25] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 2794 0.019558 10.0.0.249 - - [2026-03-02 02:06:25] "GET /projects?obj_uuids=0be0f6cc-a37b-4f99-9e50-d3af586d40fd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001782 10.0.0.249 - - [2026-03-02 02:06:25] "POST /neutron/port HTTP/1.1" 200 1072 0.360782 10.0.0.249 - - [2026-03-02 02:06:25] "POST /neutron/port HTTP/1.1" 200 1072 0.043212 10.0.0.249 - - [2026-03-02 02:06:25] "GET /project/0be0f6cc-a37b-4f99-9e50-d3af586d40fd HTTP/1.1" 200 3263 0.133564 10.0.0.249 - - [2026-03-02 02:06:25] "POST /neutron/port HTTP/1.1" 200 1072 0.050662 10.0.0.249 - - [2026-03-02 02:06:25] "GET /virtual-network/20a791b1-385e-42d1-b645-1f90eadc218f HTTP/1.1" 200 3158 0.020513 10.0.0.249 - - [2026-03-02 02:06:25] "GET /floating-ip-pool/47212b9a-04ea-4ff0-bc57-6895e2d693e3 HTTP/1.1" 200 1443 0.003893 10.0.0.249 - - [2026-03-02 02:06:25] "GET /domains HTTP/1.1" 200 281 0.002790 10.0.0.249 - - [2026-03-02 02:06:25] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002413 10.0.0.249 - - [2026-03-02 02:06:25] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 2794 0.013696 10.0.0.249 - - [2026-03-02 02:06:25] "GET /projects?obj_uuids=0be0f6cc-a37b-4f99-9e50-d3af586d40fd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001192 10.0.0.249 - - [2026-03-02 02:06:25] "POST /neutron/port HTTP/1.1" 200 1126 0.112492 10.0.0.249 - - [2026-03-02 02:06:25] "GET /project/0be0f6cc-a37b-4f99-9e50-d3af586d40fd HTTP/1.1" 200 3263 0.082231 10.0.0.249 - - [2026-03-02 02:06:25] "GET /virtual-network/20a791b1-385e-42d1-b645-1f90eadc218f HTTP/1.1" 200 3158 0.005094 10.0.0.249 - - [2026-03-02 02:06:25] "GET /virtual-network/20a791b1-385e-42d1-b645-1f90eadc218f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005785 10.0.0.249 - - [2026-03-02 02:06:25] "POST /neutron/port HTTP/1.1" 200 1136 0.018002 10.0.0.249 - - [2026-03-02 02:06:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003688 10.0.0.249 - - [2026-03-02 02:06:25] "POST /neutron/port HTTP/1.1" 200 1136 0.019147 10.0.0.249 - - [2026-03-02 02:06:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.008119 10.0.0.249 - - [2026-03-02 02:06:25] "POST /neutron/port HTTP/1.1" 200 117 0.001529 10.0.0.249 - - [2026-03-02 02:06:25] "POST /neutron/security_group HTTP/1.1" 200 2070 0.017045 10.0.0.249 - - [2026-03-02 02:06:25] "POST /neutron/network HTTP/1.1" 200 838 0.006381 10.0.0.249 - - [2026-03-02 02:06:25] "POST /neutron/port HTTP/1.1" 200 1136 0.014827 10.0.0.249 - - [2026-03-02 02:06:25] "POST /neutron/security_group HTTP/1.1" 200 2070 0.016650 10.0.0.249 - - [2026-03-02 02:06:26] "POST /neutron/port HTTP/1.1" 200 1136 0.016119 10.0.0.249 - - [2026-03-02 02:06:26] "POST /neutron/security_group HTTP/1.1" 200 2070 0.017605 10.0.0.249 - - [2026-03-02 02:06:26] "GET /virtual-machine/bd9924f1-8cfc-4c44-b907-958e6e510ea1 HTTP/1.1" 200 1307 0.011184 10.0.0.249 - - [2026-03-02 02:06:26] "GET /virtual-machine-interface/c8dd5421-284e-4ece-9b02-c428acfed4a9 HTTP/1.1" 200 3011 0.012665 10.0.0.249 - - [2026-03-02 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002661 10.0.0.249 - - [2026-03-02 02:06:26] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003547 10.0.0.249 - - [2026-03-02 02:06:26] "GET /virtual-networks?parent_id=0be0f6cc-a37b-4f99-9e50-d3af586d40fd&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003299 10.0.0.249 - - [2026-03-02 02:06:26] "GET /virtual-network/7d6724f2-3cc6-42e7-b27c-205d83f1abe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006290 10.0.0.249 - - [2026-03-02 02:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.249 - - [2026-03-02 02:06:29] "GET /virtual-network/7d6724f2-3cc6-42e7-b27c-205d83f1abe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005565 10.0.0.249 - - [2026-03-02 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.249 - - [2026-03-02 02:06:33] "GET /virtual-network/7d6724f2-3cc6-42e7-b27c-205d83f1abe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006267 10.0.0.249 - - [2026-03-02 02:06:35] "POST /neutron/port HTTP/1.1" 200 1136 0.047905 10.0.0.249 - - [2026-03-02 02:06:35] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006328 10.0.0.249 - - [2026-03-02 02:06:35] "POST /neutron/port HTTP/1.1" 200 1136 0.013503 10.0.0.249 - - [2026-03-02 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002667 10.0.0.249 - - [2026-03-02 02:06:35] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003600 10.0.0.249 - - [2026-03-02 02:06:35] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005567 10.0.0.249 - - [2026-03-02 02:06:35] "GET /virtual-networks?parent_id=0be0f6cc-a37b-4f99-9e50-d3af586d40fd&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003150 10.0.0.249 - - [2026-03-02 02:06:35] "GET /virtual-network/7d6724f2-3cc6-42e7-b27c-205d83f1abe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005584 10.0.0.249 - - [2026-03-02 02:06:35] "POST /neutron/port HTTP/1.1" 200 1136 0.013546 10.0.0.249 - - [2026-03-02 02:06:35] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007008 10.0.0.249 - - [2026-03-02 02:06:41] "GET /projects?obj_uuids=0be0f6cc-a37b-4f99-9e50-d3af586d40fd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001094 10.0.0.249 - - [2026-03-02 02:06:41] "POST /neutron/floatingip HTTP/1.1" 200 530 0.085327 10.0.0.249 - - [2026-03-02 02:06:41] "POST /neutron/port HTTP/1.1" 200 1136 0.017825 10.0.0.249 - - [2026-03-02 02:06:41] "POST /neutron/floatingip HTTP/1.1" 200 530 0.005745 10.0.0.249 - - [2026-03-02 02:06:41] "POST /neutron/floatingip HTTP/1.1" 200 577 0.033712 10.0.0.249 - - [2026-03-02 02:06:41] "POST /neutron/port HTTP/1.1" 200 1136 0.012709 10.0.0.249 - - [2026-03-02 02:06:41] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005963 10.0.0.249 - - [2026-03-02 02:06:41] "POST /neutron/port HTTP/1.1" 200 1136 0.011880 10.0.0.249 - - [2026-03-02 02:06:41] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006243 10.0.0.249 - - [2026-03-02 02:06:41] "POST /neutron/port HTTP/1.1" 200 1136 0.012426 10.0.0.249 - - [2026-03-02 02:06:41] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005611 10.0.0.249 - - [2026-03-02 02:06:41] "GET /virtual-machine/0e84b974-4394-46a9-82d3-03c58c1de7a8 HTTP/1.1" 200 1305 0.005023 10.0.0.249 - - [2026-03-02 02:06:41] "GET /virtual-machine-interface/4eda609f-1851-44ed-92f8-545f701a3c10 HTTP/1.1" 200 3010 0.004914 10.0.0.249 - - [2026-03-02 02:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.249 - - [2026-03-02 02:06:41] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003655 10.0.0.249 - - [2026-03-02 02:06:41] "GET /virtual-networks?parent_id=0be0f6cc-a37b-4f99-9e50-d3af586d40fd&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.007572 10.0.0.249 - - [2026-03-02 02:06:41] "DELETE /project/0be0f6cca37b4f999e50d3af586d40fd HTTP/1.1" 404 173 0.008008 10.0.0.249 - - [2026-03-02 02:06:41] "DELETE /project/d94b6273ff2e4fd28776a644503fe41a HTTP/1.1" 404 173 0.003130 10.0.0.249 - - [2026-03-02 02:06:41] "GET /projects?obj_uuids=d94b6273-ff2e-4fd2-8776-a644503fe41a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001018 10.0.0.249 - - [2026-03-02 02:06:41] "GET /project/d94b6273-ff2e-4fd2-8776-a644503fe41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1522 0.024819 10.0.0.249 - - [2026-03-02 02:06:41] "GET /projects?obj_uuids=d94b6273-ff2e-4fd2-8776-a644503fe41a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000957 10.0.0.249 - - [2026-03-02 02:06:41] "GET /virtual-network/20a791b1-385e-42d1-b645-1f90eadc218f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005351 10.0.0.249 - - [2026-03-02 02:06:41] "GET /project/d94b6273-ff2e-4fd2-8776-a644503fe41a?fields=security_groups HTTP/1.1" 200 1406 0.063799 10.0.0.249 - - [2026-03-02 02:06:41] "DELETE /security-group/109a6ae0-e4b1-476e-b548-d3d46dcbbfae HTTP/1.1" 200 115 0.037834 10.0.0.249 - - [2026-03-02 02:06:41] "GET /projects?obj_uuids=d94b6273-ff2e-4fd2-8776-a644503fe41a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001059 10.0.0.249 - - [2026-03-02 02:06:41] "DELETE /access-control-list/702ec0f0-6b23-4a44-b13b-87c0c10c8b3e HTTP/1.1" 200 115 0.035749 10.0.0.249 - - [2026-03-02 02:06:41] "GET /project/d94b6273-ff2e-4fd2-8776-a644503fe41a?fields=application_policy_sets HTTP/1.1" 200 1445 0.036403 10.0.0.249 - - [2026-03-02 02:06:41] "DELETE /access-control-list/79a1028b-3305-4dbd-8895-ef26349150e1 HTTP/1.1" 200 115 0.032868 10.0.0.249 - - [2026-03-02 02:06:41] "DELETE /project/d94b6273-ff2e-4fd2-8776-a644503fe41a HTTP/1.1" 200 115 0.321820 10.0.0.249 - - [2026-03-02 02:06:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.249 - - [2026-03-02 02:06:42] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003962 10.0.0.249 - - [2026-03-02 02:06:42] "GET /virtual-networks?parent_id=0be0f6cc-a37b-4f99-9e50-d3af586d40fd&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003565 10.0.0.249 - - [2026-03-02 02:06:42] "GET /virtual-network/20a791b1-385e-42d1-b645-1f90eadc218f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005410 10.0.0.249 - - [2026-03-02 02:06:42] "POST /neutron/floatingip HTTP/1.1" 200 577 0.012245 10.0.0.249 - - [2026-03-02 02:06:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002707 10.0.0.249 - - [2026-03-02 02:06:42] "GET /routing-instance/6e34f6a5-174b-4320-8aa6-9757ca5ca837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.003340 10.0.0.249 - - [2026-03-02 02:06:42] "GET /route-target/30768f73-7064-42c1-bbad-1133dda83228?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003826 10.0.0.249 - - [2026-03-02 02:06:43] "GET /floating-ip/fd38c20b-f85b-4c1d-a89c-f95610cd9761 HTTP/1.1" 200 1893 0.005592 10.0.0.249 - - [2026-03-02 02:06:46] "POST /neutron/floatingip HTTP/1.1" 200 577 0.015929 10.0.0.249 - - [2026-03-02 02:06:46] "POST /neutron/floatingip HTTP/1.1" 200 530 0.021130 10.0.0.249 - - [2026-03-02 02:06:46] "POST /neutron/floatingip HTTP/1.1" 200 530 0.006161 10.0.0.249 - - [2026-03-02 02:06:46] "POST /neutron/floatingip HTTP/1.1" 200 115 0.039271 10.0.0.249 - - [2026-03-02 02:06:46] "GET /floating-ip-pool/47212b9a-04ea-4ff0-bc57-6895e2d693e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.003627 10.0.0.249 - - [2026-03-02 02:06:46] "POST /ref-update HTTP/1.1" 200 156 0.013592 10.0.0.249 - - [2026-03-02 02:06:46] "DELETE /floating-ip-pool/47212b9a-04ea-4ff0-bc57-6895e2d693e3 HTTP/1.1" 200 115 0.031683 10.0.0.249 - - [2026-03-02 02:06:46] "POST /neutron/network HTTP/1.1" 200 838 0.009363 10.0.0.249 - - [2026-03-02 02:06:46] "POST /neutron/network HTTP/1.1" 400 204 0.011309 10.0.0.249 - - [2026-03-02 02:06:47] "POST /neutron/port HTTP/1.1" 200 1136 0.018270 10.0.0.249 - - [2026-03-02 02:06:47] "POST /neutron/port HTTP/1.1" 200 1126 0.010848 10.0.0.249 - - [2026-03-02 02:06:47] "POST /neutron/port HTTP/1.1" 200 1136 0.019571 10.0.0.249 - - [2026-03-02 02:06:47] "POST /neutron/port HTTP/1.1" 200 1126 0.018683 10.0.0.249 - - [2026-03-02 02:06:47] "POST /neutron/port HTTP/1.1" 200 151 0.189601 10.0.0.249 - - [2026-03-02 02:06:47] "POST /neutron/port HTTP/1.1" 200 151 0.162157 10.0.0.249 - - [2026-03-02 02:06:47] "POST /neutron/port HTTP/1.1" 200 117 0.005657 10.0.0.249 - - [2026-03-02 02:06:47] "POST /neutron/port HTTP/1.1" 200 117 0.005007 10.0.0.249 - - [2026-03-02 02:06:47] "POST /neutron/network HTTP/1.1" 200 1508 0.007307 10.0.0.249 - - [2026-03-02 02:06:47] "POST /neutron/network HTTP/1.1" 200 117 0.009624 10.0.0.249 - - [2026-03-02 02:06:47] "GET /obj-perms HTTP/1.1" 200 5075 0.052006 10.0.0.249 - - [2026-03-02 02:06:48] "GET /obj-perms HTTP/1.1" 200 5075 0.061375 10.0.0.249 - - [2026-03-02 02:06:48] "POST /neutron/network HTTP/1.1" 200 838 0.005488 10.0.0.249 - - [2026-03-02 02:06:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003699 10.0.0.249 - - [2026-03-02 02:06:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188 10.0.0.249 - - [2026-03-02 02:06:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002682 10.0.0.249 - - [2026-03-02 02:06:48] "POST /neutron/network HTTP/1.1" 200 151 0.078567 10.0.0.249 - - [2026-03-02 02:06:48] "GET /routing-instance/000fb98e-9de6-44c4-a123-6775201d6d5f HTTP/1.1" 404 171 0.002378 10.0.0.249 - - [2026-03-02 02:06:48] "DELETE /route-target/c52a7509-2dd8-4d58-9d90-3316968d37cd HTTP/1.1" 200 115 0.021040 10.0.0.249 - - [2026-03-02 02:06:48] "GET /domains HTTP/1.1" 200 281 0.008229 10.0.0.249 - - [2026-03-02 02:06:48] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001257 10.0.0.249 - - [2026-03-02 02:06:48] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 2596 0.054913 10.0.0.249 - - [2026-03-02 02:06:48] "GET /projects?obj_uuids=0be0f6cc-a37b-4f99-9e50-d3af586d40fd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001026 10.0.0.249 - - [2026-03-02 02:06:48] "GET /project/0be0f6cc-a37b-4f99-9e50-d3af586d40fd HTTP/1.1" 200 2189 0.072923 10.0.0.249 - - [2026-03-02 02:06:48] "POST /neutron/network HTTP/1.1" 200 838 0.006127 10.0.0.249 - - [2026-03-02 02:06:49] "POST /useragent-kv HTTP/1.1" 200 115 0.005438 10.0.0.249 - - [2026-03-02 02:06:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002657 10.0.0.249 - - [2026-03-02 02:06:49] "POST /neutron/network HTTP/1.1" 200 151 0.096194 10.0.0.249 - - [2026-03-02 02:06:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.249 - - [2026-03-02 02:06:49] "GET /routing-instance/6e34f6a5-174b-4320-8aa6-9757ca5ca837 HTTP/1.1" 404 171 0.003037 10.0.0.249 - - [2026-03-02 02:06:49] "GET /domains HTTP/1.1" 200 281 0.002440 10.0.0.249 - - [2026-03-02 02:06:49] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001086 10.0.0.249 - - [2026-03-02 02:06:49] "DELETE /route-target/30768f73-7064-42c1-bbad-1133dda83228 HTTP/1.1" 200 115 0.022989 10.0.0.249 - - [2026-03-02 02:06:49] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 2596 0.051615 10.0.0.249 - - [2026-03-02 02:06:49] "GET /projects?obj_uuids=0be0f6cc-a37b-4f99-9e50-d3af586d40fd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001014 10.0.0.249 - - [2026-03-02 02:06:49] "GET /project/0be0f6cc-a37b-4f99-9e50-d3af586d40fd HTTP/1.1" 200 1938 0.073964 10.0.0.249 - - [2026-03-02 02:06:49] "GET /projects?obj_uuids=0be0f6cc-a37b-4f99-9e50-d3af586d40fd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001013 10.0.0.249 - - [2026-03-02 02:06:49] "GET /project/0be0f6cc-a37b-4f99-9e50-d3af586d40fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.029454 10.0.0.249 - - [2026-03-02 02:06:49] "GET /projects?obj_uuids=0be0f6cc-a37b-4f99-9e50-d3af586d40fd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002897 10.0.0.249 - - [2026-03-02 02:06:49] "GET /project/0be0f6cc-a37b-4f99-9e50-d3af586d40fd?fields=virtual_networks HTTP/1.1" 200 1067 0.080319 10.0.0.249 - - [2026-03-02 02:06:49] "GET /projects?obj_uuids=0be0f6cc-a37b-4f99-9e50-d3af586d40fd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001038 10.0.0.249 - - [2026-03-02 02:06:49] "GET /project/0be0f6cc-a37b-4f99-9e50-d3af586d40fd?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.027645 10.0.0.249 - - [2026-03-02 02:06:49] "GET /projects?obj_uuids=0be0f6cc-a37b-4f99-9e50-d3af586d40fd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001136 10.0.0.249 - - [2026-03-02 02:06:49] "GET /project/0be0f6cc-a37b-4f99-9e50-d3af586d40fd?fields=security_groups HTTP/1.1" 200 1306 0.026903 10.0.0.249 - - [2026-03-02 02:06:50] "POST /fqname-to-id HTTP/1.1" 404 183 0.032669 10.0.0.249 - - [2026-03-02 02:06:50] "GET /projects?obj_uuids=a3558191-0c23-4870-aad6-fc2bfe9c46d0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002776 10.0.0.249 - - [2026-03-02 02:06:50] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000975 10.0.0.249 - - [2026-03-02 02:06:50] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006603 10.0.0.249 - - [2026-03-02 02:06:50] "POST /id-to-fqname HTTP/1.1" 200 185 0.001866 10.0.0.249 - - [2026-03-02 02:06:50] "POST /fqname-to-id HTTP/1.1" 404 194 0.004324 10.0.0.249 - - [2026-03-02 02:06:51] "POST /security-groups HTTP/1.1" 200 586 0.064413 10.0.0.249 - - [2026-03-02 02:06:51] "POST /fqname-to-id HTTP/1.1" 404 229 0.005422 10.0.0.249 - - [2026-03-02 02:06:51] "POST /projects HTTP/1.1" 200 575 0.228354 10.0.0.249 - - [2026-03-02 02:06:51] "POST /access-control-lists HTTP/1.1" 200 593 0.056122 10.0.0.249 - - [2026-03-02 02:06:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.303976 10.0.0.249 - - [2026-03-02 02:06:51] "POST /fqname-to-id HTTP/1.1" 404 228 0.003523 10.0.0.249 - - [2026-03-02 02:06:51] "GET /project/a3558191-0c23-4870-aad6-fc2bfe9c46d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.436611 10.0.0.249 - - [2026-03-02 02:06:51] "POST /access-control-lists HTTP/1.1" 200 591 0.060419 10.0.0.249 - - [2026-03-02 02:06:52] "GET / HTTP/1.1" 200 36215 0.002091 10.0.0.249 - - [2026-03-02 02:06:53] "GET /projects?obj_uuids=a3558191-0c23-4870-aad6-fc2bfe9c46d0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000986 10.0.0.249 - - [2026-03-02 02:06:53] "GET /project/a3558191-0c23-4870-aad6-fc2bfe9c46d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.029188 10.0.0.249 - - [2026-03-02 02:06:53] "GET /projects?obj_uuids=a3558191-0c23-4870-aad6-fc2bfe9c46d0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001003 10.0.0.249 - - [2026-03-02 02:06:53] "GET /project/a3558191-0c23-4870-aad6-fc2bfe9c46d0?fields=virtual_networks HTTP/1.1" 200 1035 0.077145 10.0.0.249 - - [2026-03-02 02:06:53] "GET /projects?obj_uuids=a3558191-0c23-4870-aad6-fc2bfe9c46d0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001493 10.0.0.249 - - [2026-03-02 02:06:53] "GET /project/a3558191-0c23-4870-aad6-fc2bfe9c46d0?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.031040 10.0.0.249 - - [2026-03-02 02:06:53] "GET /projects?obj_uuids=a3558191-0c23-4870-aad6-fc2bfe9c46d0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001023 10.0.0.249 - - [2026-03-02 02:06:53] "GET /project/a3558191-0c23-4870-aad6-fc2bfe9c46d0?fields=security_groups HTTP/1.1" 200 1257 0.029115 10.0.0.249 - - [2026-03-02 02:06:54] "POST /fqname-to-id HTTP/1.1" 404 183 0.037223 10.0.0.249 - - [2026-03-02 02:06:54] "GET /projects?obj_uuids=7f4cdfdf-2e50-42de-964f-0a5585a8a4f0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002764 10.0.0.249 - - [2026-03-02 02:06:55] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001505 10.0.0.249 - - [2026-03-02 02:06:55] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009463 10.0.0.249 - - [2026-03-02 02:06:55] "POST /id-to-fqname HTTP/1.1" 200 185 0.001153 10.0.0.249 - - [2026-03-02 02:06:55] "POST /fqname-to-id HTTP/1.1" 404 194 0.004208 10.0.0.249 - - [2026-03-02 02:06:55] "POST /security-groups HTTP/1.1" 200 586 0.072727 10.0.0.249 - - [2026-03-02 02:06:55] "POST /fqname-to-id HTTP/1.1" 404 229 0.002713 10.0.0.249 - - [2026-03-02 02:06:55] "POST /projects HTTP/1.1" 200 575 0.226768 10.0.0.249 - - [2026-03-02 02:06:55] "POST /access-control-lists HTTP/1.1" 200 593 0.058213 10.0.0.249 - - [2026-03-02 02:06:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.299350 10.0.0.249 - - [2026-03-02 02:06:55] "POST /fqname-to-id HTTP/1.1" 404 228 0.002636 10.0.0.249 - - [2026-03-02 02:06:55] "GET /project/7f4cdfdf-2e50-42de-964f-0a5585a8a4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.444652 10.0.0.249 - - [2026-03-02 02:06:55] "POST /access-control-lists HTTP/1.1" 200 591 0.060090 10.0.0.249 - - [2026-03-02 02:06:56] "GET / HTTP/1.1" 200 36215 0.001860 10.0.0.249 - - [2026-03-02 02:06:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.002728 10.0.0.249 - - [2026-03-02 02:06:57] "GET /projects?obj_uuids=ae817402-65a9-4527-b690-c7e6716708cb&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001002 10.0.0.249 - - [2026-03-02 02:06:57] "POST /fqname-to-id HTTP/1.1" 404 228 0.003000 10.0.0.249 - - [2026-03-02 02:06:57] "POST /access-control-lists HTTP/1.1" 200 592 0.013930 10.0.0.249 - - [2026-03-02 02:06:57] "POST /fqname-to-id HTTP/1.1" 404 227 0.002690 10.0.0.249 - - [2026-03-02 02:06:57] "POST /access-control-lists HTTP/1.1" 200 590 0.017250 10.0.0.249 - - [2026-03-02 02:06:57] "PUT /access-control-list/bcd2f005-8492-4f34-b7af-98f7e744ec3b HTTP/1.1" 200 273 0.008246 10.0.0.249 - - [2026-03-02 02:06:57] "PUT /access-control-list/75b6db86-6d01-4c82-b09c-e8d08d1f5779 HTTP/1.1" 200 273 0.009313 10.0.0.249 - - [2026-03-02 02:06:57] "POST /neutron/security_group HTTP/1.1" 200 1364 0.358066 10.0.0.249 - - [2026-03-02 02:06:57] "GET /projects?obj_uuids=ae817402-65a9-4527-b690-c7e6716708cb&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001030 10.0.0.249 - - [2026-03-02 02:06:57] "PUT /access-control-list/75b6db86-6d01-4c82-b09c-e8d08d1f5779 HTTP/1.1" 200 273 0.008852 10.0.0.249 - - [2026-03-02 02:06:57] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.029998 10.0.0.249 - - [2026-03-02 02:06:57] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008978 10.0.0.249 - - [2026-03-02 02:06:57] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.151062 10.0.0.249 - - [2026-03-02 02:06:57] "PUT /access-control-list/75b6db86-6d01-4c82-b09c-e8d08d1f5779 HTTP/1.1" 200 273 0.012195 10.0.0.249 - - [2026-03-02 02:06:57] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010544 10.0.0.249 - - [2026-03-02 02:06:57] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.176657 10.0.0.249 - - [2026-03-02 02:06:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.005491 10.0.0.249 - - [2026-03-02 02:06:57] "PUT /access-control-list/75b6db86-6d01-4c82-b09c-e8d08d1f5779 HTTP/1.1" 200 273 0.013538 10.0.0.249 - - [2026-03-02 02:06:57] "GET /projects?obj_uuids=ae817402-65a9-4527-b690-c7e6716708cb&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001451 10.0.0.249 - - [2026-03-02 02:06:58] "POST /fqname-to-id HTTP/1.1" 404 228 0.003413 10.0.0.249 - - [2026-03-02 02:06:58] "POST /access-control-lists HTTP/1.1" 200 592 0.019866 10.0.0.249 - - [2026-03-02 02:06:58] "POST /fqname-to-id HTTP/1.1" 404 227 0.002768 10.0.0.249 - - [2026-03-02 02:06:58] "POST /access-control-lists HTTP/1.1" 200 590 0.029418 10.0.0.249 - - [2026-03-02 02:06:58] "PUT /access-control-list/a64ed3ee-9c8c-4940-82f5-2c7bccbd8395 HTTP/1.1" 200 273 0.008491 10.0.0.249 - - [2026-03-02 02:06:58] "PUT /access-control-list/4182ffe9-1f06-4b58-b46c-213a7f875346 HTTP/1.1" 200 273 0.010686 10.0.0.249 - - [2026-03-02 02:06:58] "POST /neutron/security_group HTTP/1.1" 200 1364 0.375732 10.0.0.249 - - [2026-03-02 02:06:58] "PUT /access-control-list/4182ffe9-1f06-4b58-b46c-213a7f875346 HTTP/1.1" 200 273 0.010676 10.0.0.249 - - [2026-03-02 02:06:58] "GET /projects?obj_uuids=ae817402-65a9-4527-b690-c7e6716708cb&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001462 10.0.0.249 - - [2026-03-02 02:06:58] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.030452 10.0.0.249 - - [2026-03-02 02:06:58] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007360 10.0.0.249 - - [2026-03-02 02:06:58] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.164270 10.0.0.249 - - [2026-03-02 02:06:58] "PUT /access-control-list/4182ffe9-1f06-4b58-b46c-213a7f875346 HTTP/1.1" 200 273 0.009846 10.0.0.249 - - [2026-03-02 02:06:58] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.016543 10.0.0.249 - - [2026-03-02 02:06:58] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.152314 10.0.0.249 - - [2026-03-02 02:06:58] "POST /fqname-to-id HTTP/1.1" 401 293 0.000511 10.0.0.249 - - [2026-03-02 02:06:58] "PUT /access-control-list/4182ffe9-1f06-4b58-b46c-213a7f875346 HTTP/1.1" 200 273 0.010872 10.0.0.249 - - [2026-03-02 02:06:59] "POST /fqname-to-id HTTP/1.1" 404 210 0.028528 10.0.0.249 - - [2026-03-02 02:06:59] "GET /projects?obj_uuids=7f4cdfdf-2e50-42de-964f-0a5585a8a4f0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001082 10.0.0.249 - - [2026-03-02 02:06:59] "POST /fqname-to-id HTTP/1.1" 404 245 0.002473 10.0.0.249 - - [2026-03-02 02:06:59] "POST /access-control-lists HTTP/1.1" 200 609 0.018010 10.0.0.249 - - [2026-03-02 02:06:59] "POST /fqname-to-id HTTP/1.1" 404 244 0.002458 10.0.0.249 - - [2026-03-02 02:06:59] "POST /access-control-lists HTTP/1.1" 200 607 0.021299 10.0.0.249 - - [2026-03-02 02:06:59] "PUT /access-control-list/a0dc1ba5-a11a-4127-bf14-7ddea8d10257 HTTP/1.1" 200 273 0.008836 10.0.0.249 - - [2026-03-02 02:06:59] "POST /neutron/security_group HTTP/1.1" 200 1379 0.341715 10.0.0.249 - - [2026-03-02 02:06:59] "PUT /access-control-list/0daa6ec2-635c-486d-92de-dc5b6fa4106d HTTP/1.1" 200 273 0.018805 10.0.0.249 - - [2026-03-02 02:06:59] "GET /projects?obj_uuids=7f4cdfdf-2e50-42de-964f-0a5585a8a4f0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002910 10.0.0.249 - - [2026-03-02 02:06:59] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.034722 10.0.0.249 - - [2026-03-02 02:06:59] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.009804 10.0.0.249 - - [2026-03-02 02:06:59] "PUT /access-control-list/0daa6ec2-635c-486d-92de-dc5b6fa4106d HTTP/1.1" 200 273 0.013438 10.0.0.249 - - [2026-03-02 02:06:59] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.118352 10.0.0.249 - - [2026-03-02 02:06:59] "PUT /access-control-list/0daa6ec2-635c-486d-92de-dc5b6fa4106d HTTP/1.1" 200 273 0.017058 10.0.0.249 - - [2026-03-02 02:06:59] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.017316 10.0.0.249 - - [2026-03-02 02:06:59] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.111205 10.0.0.249 - - [2026-03-02 02:06:59] "POST /fqname-to-id HTTP/1.1" 404 210 0.004861 10.0.0.249 - - [2026-03-02 02:06:59] "PUT /access-control-list/0daa6ec2-635c-486d-92de-dc5b6fa4106d HTTP/1.1" 200 273 0.014018 10.0.0.249 - - [2026-03-02 02:06:59] "GET /projects?obj_uuids=7f4cdfdf-2e50-42de-964f-0a5585a8a4f0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001561 10.0.0.249 - - [2026-03-02 02:06:59] "POST /fqname-to-id HTTP/1.1" 404 245 0.002750 10.0.0.249 - - [2026-03-02 02:06:59] "POST /access-control-lists HTTP/1.1" 200 609 0.016842 10.0.0.249 - - [2026-03-02 02:06:59] "POST /fqname-to-id HTTP/1.1" 404 244 0.002688 10.0.0.249 - - [2026-03-02 02:07:00] "POST /access-control-lists HTTP/1.1" 200 607 0.021046 10.0.0.249 - - [2026-03-02 02:07:00] "PUT /access-control-list/77506d45-17c9-435f-a6e6-ed150a80d540 HTTP/1.1" 200 273 0.007892 10.0.0.249 - - [2026-03-02 02:07:00] "PUT /access-control-list/bc7ebd6e-9890-4ebc-b5e5-6b1c33e12643 HTTP/1.1" 200 273 0.014148 10.0.0.249 - - [2026-03-02 02:07:00] "POST /neutron/security_group HTTP/1.1" 200 1379 0.338336 10.0.0.249 - - [2026-03-02 02:07:00] "GET /projects?obj_uuids=7f4cdfdf-2e50-42de-964f-0a5585a8a4f0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001524 10.0.0.249 - - [2026-03-02 02:07:00] "PUT /access-control-list/bc7ebd6e-9890-4ebc-b5e5-6b1c33e12643 HTTP/1.1" 200 273 0.021158 10.0.0.249 - - [2026-03-02 02:07:00] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.050643 10.0.0.249 - - [2026-03-02 02:07:00] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008652 10.0.0.249 - - [2026-03-02 02:07:00] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.143144 10.0.0.249 - - [2026-03-02 02:07:00] "PUT /access-control-list/bc7ebd6e-9890-4ebc-b5e5-6b1c33e12643 HTTP/1.1" 200 273 0.011724 10.0.0.249 - - [2026-03-02 02:07:00] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.015750 10.0.0.249 - - [2026-03-02 02:07:00] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.140252 10.0.0.249 - - [2026-03-02 02:07:00] "PUT /access-control-list/bc7ebd6e-9890-4ebc-b5e5-6b1c33e12643 HTTP/1.1" 200 273 0.011397 10.0.0.249 - - [2026-03-02 02:07:00] "GET /projects?obj_uuids=ae817402-65a9-4527-b690-c7e6716708cb&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001112 10.0.0.249 - - [2026-03-02 02:07:00] "POST /neutron/router HTTP/1.1" 200 541 0.048863 10.0.0.249 - - [2026-03-02 02:07:00] "POST /neutron/router HTTP/1.1" 200 541 0.003910 10.0.0.249 - - [2026-03-02 02:07:00] "POST /route-targets HTTP/1.1" 200 328 0.012407 10.0.0.249 - - [2026-03-02 02:07:00] "POST /neutron/router HTTP/1.1" 200 541 0.003534 10.0.0.249 - - [2026-03-02 02:07:00] "PUT /logical-router/acc98915-5e6e-403f-8a91-11e882be5ffd HTTP/1.1" 200 263 0.024987 10.0.0.249 - - [2026-03-02 02:07:00] "POST /neutron/router HTTP/1.1" 200 541 0.004882 10.0.0.249 - - [2026-03-02 02:07:00] "POST /neutron/router HTTP/1.1" 200 541 0.003730 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003172 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003388 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003984 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003612 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.004247 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003687 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003786 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003830 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003638 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.004057 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.004426 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003577 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003711 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003628 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.004490 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003803 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.004076 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.004323 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003806 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003760 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003638 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003700 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003464 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003815 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003596 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003793 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003495 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003371 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.014246 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003690 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 542 0.015867 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 542 0.003624 10.0.0.249 - - [2026-03-02 02:07:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.249 - - [2026-03-02 02:07:01] "GET /logical-router/acc98915-5e6e-403f-8a91-11e882be5ffd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005903 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 151 0.049204 10.0.0.249 - - [2026-03-02 02:07:01] "DELETE /route-target/ff1e8496-13d1-4fa1-92df-16d2704ac224 HTTP/1.1" 200 115 0.014988 10.0.0.249 - - [2026-03-02 02:07:01] "GET /projects?obj_uuids=ae817402-65a9-4527-b690-c7e6716708cb&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001161 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.046225 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003103 10.0.0.249 - - [2026-03-02 02:07:01] "POST /route-targets HTTP/1.1" 200 328 0.012042 10.0.0.249 - - [2026-03-02 02:07:01] "PUT /logical-router/87a8d06e-f02d-4e22-935b-26173e3c2bc0 HTTP/1.1" 200 263 0.018594 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.009254 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003500 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003337 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003407 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003932 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003234 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003783 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.004403 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003613 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003410 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003777 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003453 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003350 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003146 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.004280 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003335 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003304 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003483 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003334 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003277 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003494 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003417 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003744 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003411 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.004427 10.0.0.249 - - [2026-03-02 02:07:01] "POST /neutron/router HTTP/1.1" 200 541 0.003686 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 541 0.003557 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 541 0.003701 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 541 0.003789 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 541 0.003687 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 541 0.003685 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 541 0.017626 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 541 0.003729 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 542 0.016063 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 542 0.003538 10.0.0.249 - - [2026-03-02 02:07:02] "GET /logical-router/87a8d06e-f02d-4e22-935b-26173e3c2bc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005376 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 151 0.045234 10.0.0.249 - - [2026-03-02 02:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.249 - - [2026-03-02 02:07:02] "GET /projects?obj_uuids=7f4cdfdf-2e50-42de-964f-0a5585a8a4f0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001255 10.0.0.249 - - [2026-03-02 02:07:02] "DELETE /route-target/a5e0ca3a-907d-4fb8-a31a-c381560c68c1 HTTP/1.1" 200 115 0.025536 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 559 0.062295 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 559 0.004698 10.0.0.249 - - [2026-03-02 02:07:02] "POST /route-targets HTTP/1.1" 200 328 0.015305 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 559 0.004621 10.0.0.249 - - [2026-03-02 02:07:02] "PUT /logical-router/ca642ff1-9c53-414e-83b7-62e861ad2fbe HTTP/1.1" 200 263 0.028305 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 559 0.011956 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 559 0.003974 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 559 0.003164 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 559 0.003402 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 559 0.003526 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 559 0.003264 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 559 0.003736 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 559 0.003404 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 559 0.003762 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 559 0.004454 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 559 0.003631 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 559 0.005042 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 559 0.004527 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 559 0.004003 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 559 0.004520 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 559 0.004642 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 559 0.004276 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 559 0.004669 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 559 0.003869 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 559 0.003394 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 559 0.003244 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 559 0.003348 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 559 0.003262 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 559 0.003351 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 559 0.003429 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 559 0.003719 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 559 0.003521 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 559 0.003474 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 559 0.003377 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 559 0.003555 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 559 0.021237 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 559 0.004168 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 559 0.016655 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 559 0.003826 10.0.0.249 - - [2026-03-02 02:07:02] "GET /logical-router/ca642ff1-9c53-414e-83b7-62e861ad2fbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.006326 10.0.0.249 - - [2026-03-02 02:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004740 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/router HTTP/1.1" 200 151 0.049587 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/security_group HTTP/1.1" 200 521 0.003017 10.0.0.249 - - [2026-03-02 02:07:02] "DELETE /route-target/f2a17dc8-6299-4edf-ae97-c7e5bdb9a1b1 HTTP/1.1" 200 115 0.020252 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/security_group HTTP/1.1" 200 151 0.075448 10.0.0.249 - - [2026-03-02 02:07:02] "DELETE /access-control-list/77506d45-17c9-435f-a6e6-ed150a80d540 HTTP/1.1" 200 115 0.051683 10.0.0.249 - - [2026-03-02 02:07:02] "POST /neutron/security_group HTTP/1.1" 200 521 0.002867 10.0.0.249 - - [2026-03-02 02:07:03] "DELETE /access-control-list/bc7ebd6e-9890-4ebc-b5e5-6b1c33e12643 HTTP/1.1" 200 115 0.025736 10.0.0.249 - - [2026-03-02 02:07:03] "POST /neutron/security_group HTTP/1.1" 200 151 0.045754 10.0.0.249 - - [2026-03-02 02:07:03] "DELETE /access-control-list/a0dc1ba5-a11a-4127-bf14-7ddea8d10257 HTTP/1.1" 200 115 0.022398 10.0.0.249 - - [2026-03-02 02:07:03] "POST /neutron/security_group HTTP/1.1" 200 506 0.004565 10.0.0.249 - - [2026-03-02 02:07:03] "DELETE /access-control-list/0daa6ec2-635c-486d-92de-dc5b6fa4106d HTTP/1.1" 200 115 0.028894 10.0.0.249 - - [2026-03-02 02:07:03] "POST /neutron/security_group HTTP/1.1" 200 151 0.044289 10.0.0.249 - - [2026-03-02 02:07:03] "DELETE /access-control-list/a64ed3ee-9c8c-4940-82f5-2c7bccbd8395 HTTP/1.1" 200 115 0.029793 10.0.0.249 - - [2026-03-02 02:07:03] "POST /neutron/security_group HTTP/1.1" 200 506 0.004251 10.0.0.249 - - [2026-03-02 02:07:03] "DELETE /access-control-list/4182ffe9-1f06-4b58-b46c-213a7f875346 HTTP/1.1" 200 115 0.031308 10.0.0.249 - - [2026-03-02 02:07:03] "POST /neutron/security_group HTTP/1.1" 200 151 0.052091 10.0.0.249 - - [2026-03-02 02:07:03] "DELETE /access-control-list/bcd2f005-8492-4f34-b7af-98f7e744ec3b HTTP/1.1" 200 115 0.020139 10.0.0.249 - - [2026-03-02 02:07:03] "DELETE /access-control-list/75b6db86-6d01-4c82-b09c-e8d08d1f5779 HTTP/1.1" 200 115 0.017020 10.0.0.249 - - [2026-03-02 02:07:03] "GET /projects?obj_uuids=7f4cdfdf-2e50-42de-964f-0a5585a8a4f0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001222 10.0.0.249 - - [2026-03-02 02:07:03] "GET /project/7f4cdfdf-2e50-42de-964f-0a5585a8a4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.026519 10.0.0.249 - - [2026-03-02 02:07:03] "GET /projects?obj_uuids=7f4cdfdf-2e50-42de-964f-0a5585a8a4f0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001344 10.0.0.249 - - [2026-03-02 02:07:03] "GET /project/7f4cdfdf-2e50-42de-964f-0a5585a8a4f0?fields=virtual_networks HTTP/1.1" 200 1034 0.067092 10.0.0.249 - - [2026-03-02 02:07:03] "GET /projects?obj_uuids=7f4cdfdf-2e50-42de-964f-0a5585a8a4f0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001061 10.0.0.249 - - [2026-03-02 02:07:03] "GET /project/7f4cdfdf-2e50-42de-964f-0a5585a8a4f0?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.027286 10.0.0.249 - - [2026-03-02 02:07:03] "GET /projects?obj_uuids=7f4cdfdf-2e50-42de-964f-0a5585a8a4f0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001003 10.0.0.249 - - [2026-03-02 02:07:03] "GET /project/7f4cdfdf-2e50-42de-964f-0a5585a8a4f0?fields=security_groups HTTP/1.1" 200 1256 0.022020 10.0.0.249 - - [2026-03-02 02:07:04] "POST /fqname-to-id HTTP/1.1" 404 184 0.031693 10.0.0.249 - - [2026-03-02 02:07:04] "GET /projects?obj_uuids=499c5308-78d0-49e1-9c7a-21ac15b9053f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002453 10.0.0.249 - - [2026-03-02 02:07:04] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001125 10.0.0.249 - - [2026-03-02 02:07:04] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006830 10.0.0.249 - - [2026-03-02 02:07:04] "POST /id-to-fqname HTTP/1.1" 200 186 0.001764 10.0.0.249 - - [2026-03-02 02:07:04] "POST /fqname-to-id HTTP/1.1" 404 195 0.003341 10.0.0.249 - - [2026-03-02 02:07:04] "POST /security-groups HTTP/1.1" 200 587 0.063117 10.0.0.249 - - [2026-03-02 02:07:04] "POST /fqname-to-id HTTP/1.1" 404 230 0.002849 10.0.0.249 - - [2026-03-02 02:07:04] "POST /projects HTTP/1.1" 200 577 0.237503 10.0.0.249 - - [2026-03-02 02:07:05] "POST /access-control-lists HTTP/1.1" 200 594 0.057360 10.0.0.249 - - [2026-03-02 02:07:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.311463 10.0.0.249 - - [2026-03-02 02:07:05] "POST /fqname-to-id HTTP/1.1" 404 229 0.002665 10.0.0.249 - - [2026-03-02 02:07:05] "GET /project/499c5308-78d0-49e1-9c7a-21ac15b9053f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.434912 10.0.0.249 - - [2026-03-02 02:07:05] "POST /access-control-lists HTTP/1.1" 200 592 0.064263 10.0.0.249 - - [2026-03-02 02:07:06] "GET / HTTP/1.1" 200 36215 0.001923 10.0.0.249 - - [2026-03-02 02:07:06] "POST /fqname-to-id HTTP/1.1" 401 293 0.000559 10.0.0.249 - - [2026-03-02 02:07:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.063898 10.0.0.249 - - [2026-03-02 02:07:07] "GET /projects?obj_uuids=499c5308-78d0-49e1-9c7a-21ac15b9053f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001430 10.0.0.249 - - [2026-03-02 02:07:07] "GET /project/499c5308-78d0-49e1-9c7a-21ac15b9053f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.028022 10.0.0.249 - - [2026-03-02 02:07:07] "POST /neutron/network HTTP/1.1" 200 117 0.045805 10.0.0.249 - - [2026-03-02 02:07:07] "GET /projects?obj_uuids=499c5308-78d0-49e1-9c7a-21ac15b9053f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001332 10.0.0.249 - - [2026-03-02 02:07:07] "POST /neutron/network HTTP/1.1" 200 601 0.070644 10.0.0.249 - - [2026-03-02 02:07:07] "POST /route-targets HTTP/1.1" 200 328 0.013443 10.0.0.249 - - [2026-03-02 02:07:07] "POST /ref-update HTTP/1.1" 200 156 0.015953 10.0.0.249 - - [2026-03-02 02:07:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003158 10.0.0.249 - - [2026-03-02 02:07:07] "POST /neutron/subnet HTTP/1.1" 200 725 0.227160 10.0.0.249 - - [2026-03-02 02:07:07] "POST /neutron/network HTTP/1.1" 200 820 0.005087 10.0.0.249 - - [2026-03-02 02:07:07] "POST /id-to-fqname HTTP/1.1" 200 216 0.001139 10.0.0.249 - - [2026-03-02 02:07:07] "GET /virtual-network/1b0dd647-5547-400e-9111-7ac2ba3d4809?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.004658 10.0.0.249 - - [2026-03-02 02:07:07] "POST /neutron/network HTTP/1.1" 200 820 0.005753 10.0.0.249 - - [2026-03-02 02:07:07] "GET /virtual-network/1b0dd647-5547-400e-9111-7ac2ba3d4809?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005625 10.0.0.249 - - [2026-03-02 02:07:07] "POST /neutron/network HTTP/1.1" 200 820 0.006001 10.0.0.249 - - [2026-03-02 02:07:08] "POST /neutron/subnet HTTP/1.1" 200 725 0.013662 10.0.0.249 - - [2026-03-02 02:07:08] "POST /fqname-to-id HTTP/1.1" 404 206 0.002576 10.0.0.249 - - [2026-03-02 02:07:08] "GET /virtual-network/1b0dd647-5547-400e-9111-7ac2ba3d4809?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.004768 10.0.0.249 - - [2026-03-02 02:07:08] "GET /projects?obj_uuids=499c5308-78d0-49e1-9c7a-21ac15b9053f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001069 10.0.0.249 - - [2026-03-02 02:07:08] "POST /neutron/port HTTP/1.1" 200 1017 0.166892 10.0.0.249 - - [2026-03-02 02:07:08] "GET /virtual-machine-interface/899b1c2d-1897-48da-b378-60f3a23dce03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2388 0.005214 10.0.0.249 - - [2026-03-02 02:07:08] "GET /virtual-machine-interface/899b1c2d-1897-48da-b378-60f3a23dce03?fields=instance_ip_back_refs HTTP/1.1" 200 1319 0.004788 10.0.0.249 - - [2026-03-02 02:07:08] "GET /instance-ip/324111e5-df22-4c98-8130-c0872e6627bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1596 0.003702 10.0.0.249 - - [2026-03-02 02:07:08] "GET /virtual-machine-interface/899b1c2d-1897-48da-b378-60f3a23dce03 HTTP/1.1" 401 293 0.000458 10.0.0.249 - - [2026-03-02 02:07:08] "GET /virtual-machine-interface/899b1c2d-1897-48da-b378-60f3a23dce03 HTTP/1.1" 200 2610 0.031367 10.0.0.249 - - [2026-03-02 02:07:08] "POST /neutron/port HTTP/1.1" 200 1017 0.008686 10.0.0.249 - - [2026-03-02 02:07:08] "POST /neutron/port HTTP/1.1" 200 151 0.052613 10.0.0.249 - - [2026-03-02 02:07:08] "POST /neutron/network HTTP/1.1" 200 820 0.004957 10.0.0.249 - - [2026-03-02 02:07:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.249 - - [2026-03-02 02:07:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003589 10.0.0.249 - - [2026-03-02 02:07:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002461 10.0.0.249 - - [2026-03-02 02:07:08] "POST /neutron/network HTTP/1.1" 200 151 0.089717 10.0.0.249 - - [2026-03-02 02:07:08] "DELETE /route-target/f2b80148-40af-4336-81b5-de26d10bee15 HTTP/1.1" 200 115 0.021952 10.0.0.249 - - [2026-03-02 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.249 - - [2026-03-02 02:07:09] "GET /projects?obj_uuids=499c5308-78d0-49e1-9c7a-21ac15b9053f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001109 10.0.0.249 - - [2026-03-02 02:07:09] "GET /project/499c5308-78d0-49e1-9c7a-21ac15b9053f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.028707 10.0.0.249 - - [2026-03-02 02:07:09] "POST /neutron/network HTTP/1.1" 200 117 0.010812 10.0.0.249 - - [2026-03-02 02:07:09] "GET /projects?obj_uuids=499c5308-78d0-49e1-9c7a-21ac15b9053f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001523 10.0.0.249 - - [2026-03-02 02:07:09] "POST /neutron/network HTTP/1.1" 200 603 0.065975 10.0.0.249 - - [2026-03-02 02:07:09] "POST /route-targets HTTP/1.1" 200 328 0.009388 10.0.0.249 - - [2026-03-02 02:07:09] "POST /ref-update HTTP/1.1" 200 156 0.011269 10.0.0.249 - - [2026-03-02 02:07:09] "POST /useragent-kv HTTP/1.1" 200 115 0.005289 10.0.0.249 - - [2026-03-02 02:07:09] "POST /neutron/subnet HTTP/1.1" 200 724 0.174873 10.0.0.249 - - [2026-03-02 02:07:10] "POST /useragent-kv HTTP/1.1" 200 115 0.004129 10.0.0.249 - - [2026-03-02 02:07:10] "POST /neutron/subnet HTTP/1.1" 200 715 0.139808 10.0.0.249 - - [2026-03-02 02:07:10] "POST /neutron/network HTTP/1.1" 200 976 0.006713 10.0.0.249 - - [2026-03-02 02:07:10] "POST /id-to-fqname HTTP/1.1" 200 217 0.001122 10.0.0.249 - - [2026-03-02 02:07:10] "GET /virtual-network/d5364bc7-70e7-4cd6-b52e-d2a8ee7691e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.004946 10.0.0.249 - - [2026-03-02 02:07:10] "POST /neutron/network HTTP/1.1" 200 976 0.006850 10.0.0.249 - - [2026-03-02 02:07:10] "GET /virtual-network/d5364bc7-70e7-4cd6-b52e-d2a8ee7691e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006410 10.0.0.249 - - [2026-03-02 02:07:10] "POST /neutron/network HTTP/1.1" 200 976 0.007283 10.0.0.249 - - [2026-03-02 02:07:10] "POST /neutron/subnet HTTP/1.1" 200 724 0.006817 10.0.0.249 - - [2026-03-02 02:07:10] "POST /neutron/subnet HTTP/1.1" 200 715 0.006841 10.0.0.249 - - [2026-03-02 02:07:10] "GET /projects?obj_uuids=499c5308-78d0-49e1-9c7a-21ac15b9053f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001072 10.0.0.249 - - [2026-03-02 02:07:10] "POST /neutron/port HTTP/1.1" 200 1018 0.176721 10.0.0.249 - - [2026-03-02 02:07:10] "GET /projects?obj_uuids=499c5308-78d0-49e1-9c7a-21ac15b9053f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001724 10.0.0.249 - - [2026-03-02 02:07:10] "POST /neutron/port HTTP/1.1" 200 1016 0.178146 10.0.0.249 - - [2026-03-02 02:07:10] "POST /id-to-fqname HTTP/1.1" 200 217 0.001271 10.0.0.249 - - [2026-03-02 02:07:10] "POST /neutron/port HTTP/1.1" 200 1018 0.008479 10.0.0.249 - - [2026-03-02 02:07:10] "POST /neutron/port HTTP/1.1" 200 1018 0.009098 10.0.0.249 - - [2026-03-02 02:07:10] "POST /neutron/network HTTP/1.1" 200 976 0.006873 10.0.0.249 - - [2026-03-02 02:07:10] "POST /neutron/port HTTP/1.1" 200 1018 0.008989 10.0.0.249 - - [2026-03-02 02:07:11] "POST /neutron/port HTTP/1.1" 200 117 0.004528 10.0.0.249 - - [2026-03-02 02:07:11] "POST /neutron/port HTTP/1.1" 200 117 0.006333 10.0.0.249 - - [2026-03-02 02:07:11] "POST /id-to-fqname HTTP/1.1" 200 217 0.001811 10.0.0.249 - - [2026-03-02 02:07:11] "POST /neutron/port HTTP/1.1" 200 117 0.005296 10.0.0.249 - - [2026-03-02 02:07:11] "POST /neutron/port HTTP/1.1" 200 1016 0.009420 10.0.0.249 - - [2026-03-02 02:07:11] "POST /neutron/port HTTP/1.1" 200 1016 0.009119 10.0.0.249 - - [2026-03-02 02:07:11] "POST /neutron/network HTTP/1.1" 200 976 0.006894 10.0.0.249 - - [2026-03-02 02:07:11] "POST /neutron/port HTTP/1.1" 200 1016 0.009254 10.0.0.249 - - [2026-03-02 02:07:11] "POST /neutron/port HTTP/1.1" 200 1018 0.008513 10.0.0.249 - - [2026-03-02 02:07:11] "POST /neutron/port HTTP/1.1" 200 1016 0.010036 10.0.0.249 - - [2026-03-02 02:07:11] "POST /neutron/port HTTP/1.1" 200 117 0.007782 10.0.0.249 - - [2026-03-02 02:07:11] "POST /neutron/port HTTP/1.1" 200 117 0.004718 10.0.0.249 - - [2026-03-02 02:07:11] "POST /neutron/port HTTP/1.1" 200 117 0.005863 10.0.0.249 - - [2026-03-02 02:07:12] "POST /neutron/port HTTP/1.1" 200 1018 0.009446 10.0.0.249 - - [2026-03-02 02:07:12] "POST /neutron/network HTTP/1.1" 200 986 0.005365 10.0.0.249 - - [2026-03-02 02:07:12] "POST /neutron/port HTTP/1.1" 200 1018 0.009968 10.0.0.249 - - [2026-03-02 02:07:12] "POST /neutron/port HTTP/1.1" 200 1016 0.007633 10.0.0.249 - - [2026-03-02 02:07:12] "POST /neutron/port HTTP/1.1" 200 1018 0.006656 10.0.0.249 - - [2026-03-02 02:07:12] "POST /neutron/network HTTP/1.1" 200 986 0.006613 10.0.0.249 - - [2026-03-02 02:07:12] "POST /neutron/port HTTP/1.1" 200 1016 0.008752 10.0.0.249 - - [2026-03-02 02:07:12] "POST /neutron/port HTTP/1.1" 200 1016 0.017193 10.0.0.249 - - [2026-03-02 02:07:12] "POST /neutron/port HTTP/1.1" 200 1110 0.113746 10.0.0.249 - - [2026-03-02 02:07:12] "POST /neutron/port HTTP/1.1" 200 1108 0.111381 10.0.0.249 - - [2026-03-02 02:07:12] "POST /neutron/port HTTP/1.1" 200 1120 0.015988 10.0.0.249 - - [2026-03-02 02:07:12] "POST /neutron/port HTTP/1.1" 200 1118 0.017181 10.0.0.249 - - [2026-03-02 02:07:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003417 10.0.0.249 - - [2026-03-02 02:07:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003068 10.0.0.249 - - [2026-03-02 02:07:12] "POST /neutron/subnet HTTP/1.1" 200 698 0.010335 10.0.0.249 - - [2026-03-02 02:07:12] "POST /neutron/subnet HTTP/1.1" 200 689 0.007863 10.0.0.249 - - [2026-03-02 02:07:12] "POST /neutron/port HTTP/1.1" 200 117 0.001151 10.0.0.249 - - [2026-03-02 02:07:12] "POST /neutron/port HTTP/1.1" 200 117 0.001222 10.0.0.249 - - [2026-03-02 02:07:12] "POST /neutron/network HTTP/1.1" 200 976 0.006466 10.0.0.249 - - [2026-03-02 02:07:12] "POST /neutron/network HTTP/1.1" 200 976 0.010315 10.0.0.249 - - [2026-03-02 02:07:16] "POST /neutron/port HTTP/1.1" 200 1120 0.014565 10.0.0.249 - - [2026-03-02 02:07:16] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006914 10.0.0.249 - - [2026-03-02 02:07:16] "POST /neutron/port HTTP/1.1" 200 1120 0.014370 10.0.0.249 - - [2026-03-02 02:07:16] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006764 10.0.0.249 - - [2026-03-02 02:07:16] "POST /neutron/port HTTP/1.1" 200 1120 0.013817 10.0.0.249 - - [2026-03-02 02:07:16] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006444 10.0.0.249 - - [2026-03-02 02:07:16] "GET /virtual-machine/0f403295-9dbe-46c2-b798-a3019ab348fa HTTP/1.1" 200 1286 0.004546 10.0.0.249 - - [2026-03-02 02:07:16] "GET /virtual-machine-interface/2138a1f3-bc94-4fd4-866a-a89a73fb1385 HTTP/1.1" 200 2929 0.005034 10.0.0.249 - - [2026-03-02 02:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.249 - - [2026-03-02 02:07:16] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003632 10.0.0.249 - - [2026-03-02 02:07:16] "GET /virtual-networks?parent_id=499c5308-78d0-49e1-9c7a-21ac15b9053f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003393 10.0.0.249 - - [2026-03-02 02:07:17] "GET /virtual-network/d5364bc7-70e7-4cd6-b52e-d2a8ee7691e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006007 10.0.0.249 - - [2026-03-02 02:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.249 - - [2026-03-02 02:07:20] "GET /virtual-network/d5364bc7-70e7-4cd6-b52e-d2a8ee7691e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006022 10.0.0.249 - - [2026-03-02 02:07:22] "POST /neutron/port HTTP/1.1" 200 1120 0.015269 10.0.0.249 - - [2026-03-02 02:07:22] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005919 10.0.0.249 - - [2026-03-02 02:07:22] "POST /neutron/port HTTP/1.1" 200 1118 0.017061 10.0.0.249 - - [2026-03-02 02:07:22] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005542 10.0.0.249 - - [2026-03-02 02:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.249 - - [2026-03-02 02:07:24] "GET /virtual-network/d5364bc7-70e7-4cd6-b52e-d2a8ee7691e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006998 10.0.0.249 - - [2026-03-02 02:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.249 - - [2026-03-02 02:07:26] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004333 10.0.0.249 - - [2026-03-02 02:07:26] "GET /virtual-networks?parent_id=499c5308-78d0-49e1-9c7a-21ac15b9053f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002726 10.0.0.249 - - [2026-03-02 02:07:26] "GET /virtual-network/d5364bc7-70e7-4cd6-b52e-d2a8ee7691e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005139 10.0.0.249 - - [2026-03-02 02:07:26] "POST /neutron/port HTTP/1.1" 200 1118 0.012255 10.0.0.249 - - [2026-03-02 02:07:26] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006644 10.0.0.249 - - [2026-03-02 02:07:26] "POST /neutron/port HTTP/1.1" 200 1118 0.014844 10.0.0.249 - - [2026-03-02 02:07:26] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008965 10.0.0.249 - - [2026-03-02 02:07:26] "POST /neutron/port HTTP/1.1" 200 1118 0.014855 10.0.0.249 - - [2026-03-02 02:07:26] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006806 10.0.0.249 - - [2026-03-02 02:07:26] "GET /virtual-machine/841996cf-1f3a-4616-9de6-48958452da23 HTTP/1.1" 200 1286 0.004412 10.0.0.249 - - [2026-03-02 02:07:26] "GET /virtual-machine-interface/bcc9e014-6785-4c51-aa4d-b666974cf727 HTTP/1.1" 200 2931 0.004891 10.0.0.249 - - [2026-03-02 02:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002741 10.0.0.249 - - [2026-03-02 02:07:26] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004025 10.0.0.249 - - [2026-03-02 02:07:27] "GET /virtual-networks?parent_id=499c5308-78d0-49e1-9c7a-21ac15b9053f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003163 10.0.0.249 - - [2026-03-02 02:07:27] "GET /virtual-network/d5364bc7-70e7-4cd6-b52e-d2a8ee7691e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005356 10.0.0.249 - - [2026-03-02 02:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.249 - - [2026-03-02 02:07:28] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003042 10.0.0.249 - - [2026-03-02 02:07:28] "GET /virtual-networks?parent_id=499c5308-78d0-49e1-9c7a-21ac15b9053f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002757 10.0.0.249 - - [2026-03-02 02:07:28] "GET /virtual-network/d5364bc7-70e7-4cd6-b52e-d2a8ee7691e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005190 10.0.0.249 - - [2026-03-02 02:07:31] "POST /neutron/port HTTP/1.1" 200 1108 0.011035 10.0.0.249 - - [2026-03-02 02:07:31] "POST /neutron/port HTTP/1.1" 200 1108 0.009680 10.0.0.249 - - [2026-03-02 02:07:31] "POST /neutron/port HTTP/1.1" 200 151 0.134611 10.0.0.249 - - [2026-03-02 02:07:31] "POST /neutron/port HTTP/1.1" 200 1110 0.010134 10.0.0.249 - - [2026-03-02 02:07:31] "POST /neutron/port HTTP/1.1" 200 1110 0.011072 10.0.0.249 - - [2026-03-02 02:07:31] "POST /neutron/port HTTP/1.1" 200 151 0.131089 10.0.0.249 - - [2026-03-02 02:07:31] "POST /neutron/network HTTP/1.1" 200 976 0.013474 10.0.0.249 - - [2026-03-02 02:07:31] "POST /neutron/port HTTP/1.1" 200 117 0.005540 10.0.0.249 - - [2026-03-02 02:07:31] "POST /neutron/port HTTP/1.1" 400 205 0.004489 10.0.0.249 - - [2026-03-02 02:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.249 - - [2026-03-02 02:07:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002940 10.0.0.249 - - [2026-03-02 02:07:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002257 10.0.0.249 - - [2026-03-02 02:07:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002570 10.0.0.249 - - [2026-03-02 02:07:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003029 10.0.0.249 - - [2026-03-02 02:07:32] "DELETE /route-target/2aa2b20f-c2e6-4e7f-80c1-7d58253e0bb4 HTTP/1.1" 200 115 0.033845 10.0.0.249 - - [2026-03-02 02:07:32] "POST /neutron/network HTTP/1.1" 200 151 0.158018 10.0.0.249 - - [2026-03-02 02:07:32] "GET /projects?obj_uuids=499c5308-78d0-49e1-9c7a-21ac15b9053f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001517 10.0.0.249 - - [2026-03-02 02:07:32] "GET /project/499c5308-78d0-49e1-9c7a-21ac15b9053f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.029209 10.0.0.249 - - [2026-03-02 02:07:32] "GET /projects?obj_uuids=499c5308-78d0-49e1-9c7a-21ac15b9053f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001260 10.0.0.249 - - [2026-03-02 02:07:32] "GET /project/499c5308-78d0-49e1-9c7a-21ac15b9053f?fields=virtual_networks HTTP/1.1" 200 1036 0.073331 10.0.0.249 - - [2026-03-02 02:07:32] "GET /projects?obj_uuids=499c5308-78d0-49e1-9c7a-21ac15b9053f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001118 10.0.0.249 - - [2026-03-02 02:07:32] "GET /project/499c5308-78d0-49e1-9c7a-21ac15b9053f?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.030836 10.0.0.249 - - [2026-03-02 02:07:32] "GET /projects?obj_uuids=499c5308-78d0-49e1-9c7a-21ac15b9053f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001521 10.0.0.249 - - [2026-03-02 02:07:32] "GET /project/499c5308-78d0-49e1-9c7a-21ac15b9053f?fields=security_groups HTTP/1.1" 200 1259 0.039978 10.0.0.249 - - [2026-03-02 02:07:33] "POST /fqname-to-id HTTP/1.1" 404 186 0.028547 10.0.0.249 - - [2026-03-02 02:07:33] "GET /projects?obj_uuids=8430a525-26d5-40a5-bb37-e5ac5971d479&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002701 10.0.0.249 - - [2026-03-02 02:07:33] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001495 10.0.0.249 - - [2026-03-02 02:07:33] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009017 10.0.0.249 - - [2026-03-02 02:07:33] "POST /id-to-fqname HTTP/1.1" 200 188 0.001164 10.0.0.249 - - [2026-03-02 02:07:33] "POST /fqname-to-id HTTP/1.1" 404 197 0.005111 10.0.0.249 - - [2026-03-02 02:07:33] "POST /security-groups HTTP/1.1" 200 589 0.064581 10.0.0.249 - - [2026-03-02 02:07:33] "POST /fqname-to-id HTTP/1.1" 404 232 0.003548 10.0.0.249 - - [2026-03-02 02:07:33] "POST /projects HTTP/1.1" 200 581 0.218746 10.0.0.249 - - [2026-03-02 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.255504 10.0.0.249 - - [2026-03-02 02:07:33] "POST /access-control-lists HTTP/1.1" 200 596 0.062314 10.0.0.249 - - [2026-03-02 02:07:34] "GET /project/8430a525-26d5-40a5-bb37-e5ac5971d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.396960 10.0.0.249 - - [2026-03-02 02:07:34] "POST /fqname-to-id HTTP/1.1" 404 231 0.002617 10.0.0.249 - - [2026-03-02 02:07:34] "POST /access-control-lists HTTP/1.1" 200 594 0.060385 10.0.0.249 - - [2026-03-02 02:07:35] "GET / HTTP/1.1" 200 36215 0.002877 10.0.0.249 - - [2026-03-02 02:07:35] "POST /fqname-to-id HTTP/1.1" 401 293 0.000508 10.0.0.249 - - [2026-03-02 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.061891 10.0.0.249 - - [2026-03-02 02:07:36] "GET /projects?obj_uuids=8430a525-26d5-40a5-bb37-e5ac5971d479&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001175 10.0.0.249 - - [2026-03-02 02:07:36] "GET /project/8430a525-26d5-40a5-bb37-e5ac5971d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.034948 10.0.0.249 - - [2026-03-02 02:07:36] "POST /neutron/network HTTP/1.1" 200 117 0.035814 10.0.0.249 - - [2026-03-02 02:07:36] "GET /projects?obj_uuids=8430a525-26d5-40a5-bb37-e5ac5971d479&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001498 10.0.0.249 - - [2026-03-02 02:07:36] "POST /neutron/network HTTP/1.1" 200 605 0.075952 10.0.0.249 - - [2026-03-02 02:07:36] "POST /route-targets HTTP/1.1" 200 328 0.012501 10.0.0.249 - - [2026-03-02 02:07:36] "POST /ref-update HTTP/1.1" 200 156 0.019851 10.0.0.249 - - [2026-03-02 02:07:36] "POST /neutron/port HTTP/1.1" 200 117 0.007278 10.0.0.249 - - [2026-03-02 02:07:36] "POST /neutron/port HTTP/1.1" 400 205 0.005570 10.0.0.249 - - [2026-03-02 02:07:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003112 10.0.0.249 - - [2026-03-02 02:07:36] "POST /neutron/subnet HTTP/1.1" 200 720 0.189285 10.0.0.249 - - [2026-03-02 02:07:36] "POST /neutron/network HTTP/1.1" 200 823 0.005409 10.0.0.249 - - [2026-03-02 02:07:36] "POST /id-to-fqname HTTP/1.1" 200 219 0.001536 10.0.0.249 - - [2026-03-02 02:07:36] "GET /virtual-network/df1db8b4-1afe-41a5-b4b3-0f83cf784a8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006969 10.0.0.249 - - [2026-03-02 02:07:36] "POST /neutron/network HTTP/1.1" 200 823 0.005830 10.0.0.249 - - [2026-03-02 02:07:36] "GET /virtual-network/df1db8b4-1afe-41a5-b4b3-0f83cf784a8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005030 10.0.0.249 - - [2026-03-02 02:07:36] "POST /neutron/network HTTP/1.1" 200 823 0.005733 10.0.0.249 - - [2026-03-02 02:07:37] "POST /neutron/subnet HTTP/1.1" 200 720 0.008103 10.0.0.249 - - [2026-03-02 02:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.249 - - [2026-03-02 02:07:37] "GET /projects?obj_uuids=8430a525-26d5-40a5-bb37-e5ac5971d479&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001034 10.0.0.249 - - [2026-03-02 02:07:37] "GET /project/8430a525-26d5-40a5-bb37-e5ac5971d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.030765 10.0.0.249 - - [2026-03-02 02:07:37] "POST /neutron/network HTTP/1.1" 200 117 0.009302 10.0.0.249 - - [2026-03-02 02:07:37] "GET /projects?obj_uuids=8430a525-26d5-40a5-bb37-e5ac5971d479&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001556 10.0.0.249 - - [2026-03-02 02:07:37] "POST /neutron/network HTTP/1.1" 200 605 0.069170 10.0.0.249 - - [2026-03-02 02:07:37] "POST /route-targets HTTP/1.1" 200 328 0.010510 10.0.0.249 - - [2026-03-02 02:07:37] "POST /ref-update HTTP/1.1" 200 156 0.009509 10.0.0.249 - - [2026-03-02 02:07:37] "POST /useragent-kv HTTP/1.1" 200 115 0.004762 10.0.0.249 - - [2026-03-02 02:07:37] "POST /neutron/subnet HTTP/1.1" 200 724 0.204255 10.0.0.249 - - [2026-03-02 02:07:37] "POST /neutron/network HTTP/1.1" 200 824 0.005884 10.0.0.249 - - [2026-03-02 02:07:37] "POST /id-to-fqname HTTP/1.1" 200 219 0.001128 10.0.0.249 - - [2026-03-02 02:07:37] "GET /virtual-network/523db5b3-f1a6-4ce0-a8bc-3ef4b8f258de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004795 10.0.0.249 - - [2026-03-02 02:07:37] "POST /neutron/network HTTP/1.1" 200 824 0.006538 10.0.0.249 - - [2026-03-02 02:07:37] "GET /virtual-network/523db5b3-f1a6-4ce0-a8bc-3ef4b8f258de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004673 10.0.0.249 - - [2026-03-02 02:07:37] "POST /neutron/network HTTP/1.1" 200 824 0.004886 10.0.0.249 - - [2026-03-02 02:07:37] "POST /neutron/subnet HTTP/1.1" 200 724 0.006717 10.0.0.249 - - [2026-03-02 02:07:37] "POST /id-to-fqname HTTP/1.1" 200 219 0.001139 10.0.0.249 - - [2026-03-02 02:07:37] "POST /neutron/network HTTP/1.1" 200 833 0.005323 10.0.0.249 - - [2026-03-02 02:07:37] "GET /aaa-mode HTTP/1.1" 401 293 0.000445 10.0.0.249 - - [2026-03-02 02:07:38] "GET / HTTP/1.1" 200 36215 0.001688 10.0.0.249 - - [2026-03-02 02:07:38] "GET /project/8430a525-26d5-40a5-bb37-e5ac5971d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000376 10.0.0.249 - - [2026-03-02 02:07:38] "GET /projects?obj_uuids=8430a525-26d5-40a5-bb37-e5ac5971d479&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001052 10.0.0.249 - - [2026-03-02 02:07:38] "GET /project/8430a525-26d5-40a5-bb37-e5ac5971d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.048470 10.0.0.249 - - [2026-03-02 02:07:38] "POST /neutron/network HTTP/1.1" 200 823 0.004977 10.0.0.249 - - [2026-03-02 02:07:38] "POST /neutron/port HTTP/1.1" 200 117 0.006121 10.0.0.249 - - [2026-03-02 02:07:38] "POST /neutron/port HTTP/1.1" 200 117 0.005833 10.0.0.249 - - [2026-03-02 02:07:38] "POST /id-to-fqname HTTP/1.1" 200 219 0.001282 10.0.0.249 - - [2026-03-02 02:07:38] "POST /neutron/port HTTP/1.1" 200 117 0.004931 10.0.0.249 - - [2026-03-02 02:07:39] "POST /neutron/network HTTP/1.1" 200 834 0.005007 10.0.0.249 - - [2026-03-02 02:07:39] "GET /aaa-mode HTTP/1.1" 401 293 0.000422 10.0.0.249 - - [2026-03-02 02:07:39] "POST /neutron/network HTTP/1.1" 200 833 0.004992 10.0.0.249 - - [2026-03-02 02:07:39] "GET /projects?obj_uuids=8430a525-26d5-40a5-bb37-e5ac5971d479&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002576 10.0.0.249 - - [2026-03-02 02:07:39] "GET / HTTP/1.1" 200 36215 0.002262 10.0.0.249 - - [2026-03-02 02:07:39] "GET /project/8430a525-26d5-40a5-bb37-e5ac5971d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000370 10.0.0.249 - - [2026-03-02 02:07:39] "POST /neutron/port HTTP/1.1" 200 1057 0.252080 10.0.0.249 - - [2026-03-02 02:07:39] "POST /neutron/port HTTP/1.1" 200 1057 0.010650 10.0.0.249 - - [2026-03-02 02:07:39] "POST /neutron/port HTTP/1.1" 200 1057 0.013510 10.0.0.249 - - [2026-03-02 02:07:39] "POST /neutron/port HTTP/1.1" 200 1111 0.068969 10.0.0.249 - - [2026-03-02 02:07:39] "POST /neutron/port HTTP/1.1" 200 1121 0.011573 10.0.0.249 - - [2026-03-02 02:07:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003162 10.0.0.249 - - [2026-03-02 02:07:39] "POST /neutron/subnet HTTP/1.1" 200 694 0.006295 10.0.0.249 - - [2026-03-02 02:07:39] "POST /neutron/port HTTP/1.1" 200 117 0.001109 10.0.0.249 - - [2026-03-02 02:07:39] "POST /neutron/network HTTP/1.1" 200 823 0.005581 10.0.0.249 - - [2026-03-02 02:07:39] "GET /projects?obj_uuids=8430a525-26d5-40a5-bb37-e5ac5971d479&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001508 10.0.0.249 - - [2026-03-02 02:07:39] "GET /project/8430a525-26d5-40a5-bb37-e5ac5971d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.052693 10.0.0.249 - - [2026-03-02 02:07:39] "POST /neutron/network HTTP/1.1" 200 824 0.005342 10.0.0.249 - - [2026-03-02 02:07:40] "POST /neutron/port HTTP/1.1" 200 1121 0.019414 10.0.0.249 - - [2026-03-02 02:07:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009387 10.0.0.249 - - [2026-03-02 02:07:40] "POST /neutron/port HTTP/1.1" 200 117 0.007256 10.0.0.249 - - [2026-03-02 02:07:40] "GET /projects?obj_uuids=8430a525-26d5-40a5-bb37-e5ac5971d479&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001141 10.0.0.249 - - [2026-03-02 02:07:40] "POST /neutron/router HTTP/1.1" 200 580 0.063429 10.0.0.249 - - [2026-03-02 02:07:40] "POST /neutron/router HTTP/1.1" 200 580 0.005161 10.0.0.249 - - [2026-03-02 02:07:40] "POST /route-targets HTTP/1.1" 200 328 0.017261 10.0.0.249 - - [2026-03-02 02:07:40] "GET /projects?obj_uuids=8430a525-26d5-40a5-bb37-e5ac5971d479&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001490 10.0.0.249 - - [2026-03-02 02:07:40] "PUT /logical-router/2a7ddb29-b8df-4886-b028-8de6ed7c9166 HTTP/1.1" 200 263 0.040401 10.0.0.249 - - [2026-03-02 02:07:40] "POST /neutron/router HTTP/1.1" 200 344 0.251248 10.0.0.249 - - [2026-03-02 02:07:40] "POST /ref-update HTTP/1.1" 200 156 0.014213 10.0.0.249 - - [2026-03-02 02:07:40] "POST /neutron/port HTTP/1.1" 200 1121 0.016810 10.0.0.249 - - [2026-03-02 02:07:40] "POST /neutron/network HTTP/1.1" 200 834 0.005537 10.0.0.249 - - [2026-03-02 02:07:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005789 10.0.0.249 - - [2026-03-02 02:07:40] "GET /projects?obj_uuids=8430a525-26d5-40a5-bb37-e5ac5971d479&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001067 10.0.0.249 - - [2026-03-02 02:07:40] "POST /neutron/port HTTP/1.1" 200 1058 0.283833 10.0.0.249 - - [2026-03-02 02:07:40] "POST /neutron/port HTTP/1.1" 200 1058 0.011073 10.0.0.249 - - [2026-03-02 02:07:40] "POST /neutron/port HTTP/1.1" 200 1058 0.024822 10.0.0.249 - - [2026-03-02 02:07:41] "POST /neutron/port HTTP/1.1" 200 1112 0.092829 10.0.0.249 - - [2026-03-02 02:07:41] "POST /neutron/port HTTP/1.1" 200 1122 0.020025 10.0.0.249 - - [2026-03-02 02:07:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003363 10.0.0.249 - - [2026-03-02 02:07:41] "POST /neutron/subnet HTTP/1.1" 200 698 0.006483 10.0.0.249 - - [2026-03-02 02:07:41] "POST /neutron/port HTTP/1.1" 200 117 0.001123 10.0.0.249 - - [2026-03-02 02:07:41] "POST /neutron/network HTTP/1.1" 200 824 0.005566 10.0.0.249 - - [2026-03-02 02:07:41] "DELETE /project/499c530878d049e19c7a21ac15b9053f HTTP/1.1" 404 173 0.024095 10.0.0.249 - - [2026-03-02 02:07:41] "DELETE /project/7f4cdfdf2e5042de964f0a5585a8a4f0 HTTP/1.1" 404 173 0.019666 10.0.0.249 - - [2026-03-02 02:07:41] "DELETE /project/8430a52526d540a5bb37e5ac5971d479 HTTP/1.1" 404 173 0.023241 10.0.0.249 - - [2026-03-02 02:07:41] "DELETE /project/a35581910c234870aad6fc2bfe9c46d0 HTTP/1.1" 404 173 0.004829 10.0.0.249 - - [2026-03-02 02:07:41] "GET /projects?obj_uuids=7f4cdfdf-2e50-42de-964f-0a5585a8a4f0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001433 10.0.0.249 - - [2026-03-02 02:07:41] "GET /projects?obj_uuids=499c5308-78d0-49e1-9c7a-21ac15b9053f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001546 10.0.0.249 - - [2026-03-02 02:07:41] "GET /projects?obj_uuids=0be0f6cc-a37b-4f99-9e50-d3af586d40fd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001412 10.0.0.249 - - [2026-03-02 02:07:41] "GET /projects?obj_uuids=a3558191-0c23-4870-aad6-fc2bfe9c46d0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001296 10.0.0.249 - - [2026-03-02 02:07:41] "GET /project/499c5308-78d0-49e1-9c7a-21ac15b9053f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.073980 10.0.0.249 - - [2026-03-02 02:07:42] "GET /project/a3558191-0c23-4870-aad6-fc2bfe9c46d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.082432 10.0.0.249 - - [2026-03-02 02:07:42] "GET /project/0be0f6cc-a37b-4f99-9e50-d3af586d40fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1525 0.087733 10.0.0.249 - - [2026-03-02 02:07:42] "GET /project/7f4cdfdf-2e50-42de-964f-0a5585a8a4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.104543 10.0.0.249 - - [2026-03-02 02:07:42] "GET /projects?obj_uuids=7f4cdfdf-2e50-42de-964f-0a5585a8a4f0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001726 10.0.0.249 - - [2026-03-02 02:07:42] "GET /projects?obj_uuids=0be0f6cc-a37b-4f99-9e50-d3af586d40fd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001518 10.0.0.249 - - [2026-03-02 02:07:42] "GET /projects?obj_uuids=a3558191-0c23-4870-aad6-fc2bfe9c46d0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001224 10.0.0.249 - - [2026-03-02 02:07:42] "GET /projects?obj_uuids=499c5308-78d0-49e1-9c7a-21ac15b9053f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001235 10.0.0.249 - - [2026-03-02 02:07:42] "GET /project/499c5308-78d0-49e1-9c7a-21ac15b9053f?fields=security_groups HTTP/1.1" 200 1361 0.105150 10.0.0.249 - - [2026-03-02 02:07:42] "GET /project/a3558191-0c23-4870-aad6-fc2bfe9c46d0?fields=security_groups HTTP/1.1" 200 1359 0.109597 10.0.0.249 - - [2026-03-02 02:07:42] "GET /project/0be0f6cc-a37b-4f99-9e50-d3af586d40fd?fields=security_groups HTTP/1.1" 200 1408 0.116151 10.0.0.249 - - [2026-03-02 02:07:42] "GET /project/7f4cdfdf-2e50-42de-964f-0a5585a8a4f0?fields=security_groups HTTP/1.1" 200 1358 0.131711 10.0.0.249 - - [2026-03-02 02:07:42] "DELETE /security-group/1b7b53fa-3b0a-43fb-859a-c88c668721dc HTTP/1.1" 200 115 0.150764 10.0.0.249 - - [2026-03-02 02:07:42] "GET /projects?obj_uuids=499c5308-78d0-49e1-9c7a-21ac15b9053f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001107 10.0.0.249 - - [2026-03-02 02:07:42] "DELETE /access-control-list/96de6307-20ed-4f66-9aa0-e4dc9d9da532 HTTP/1.1" 200 115 0.125108 10.0.0.249 - - [2026-03-02 02:07:42] "DELETE /security-group/79648d7d-a315-4126-ae2b-5f44765649db HTTP/1.1" 200 115 0.200270 10.0.0.249 - - [2026-03-02 02:07:42] "DELETE /security-group/5468db87-d92f-451f-84c8-b4eee9a535c7 HTTP/1.1" 200 115 0.191067 10.0.0.249 - - [2026-03-02 02:07:42] "GET /projects?obj_uuids=a3558191-0c23-4870-aad6-fc2bfe9c46d0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001062 10.0.0.249 - - [2026-03-02 02:07:42] "GET /project/499c5308-78d0-49e1-9c7a-21ac15b9053f?fields=application_policy_sets HTTP/1.1" 200 1400 0.084872 10.0.0.249 - - [2026-03-02 02:07:42] "GET /projects?obj_uuids=0be0f6cc-a37b-4f99-9e50-d3af586d40fd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001000 10.0.0.249 - - [2026-03-02 02:07:42] "DELETE /security-group/55f00be6-00fd-4390-bc9a-f656f0c45c17 HTTP/1.1" 200 115 0.203236 10.0.0.249 - - [2026-03-02 02:07:42] "GET /projects?obj_uuids=7f4cdfdf-2e50-42de-964f-0a5585a8a4f0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001593 10.0.0.249 - - [2026-03-02 02:07:42] "DELETE /access-control-list/7d8ba87e-3b72-4147-aef8-c67181f63d19 HTTP/1.1" 200 115 0.080032 10.0.0.249 - - [2026-03-02 02:07:42] "GET /project/a3558191-0c23-4870-aad6-fc2bfe9c46d0?fields=application_policy_sets HTTP/1.1" 200 1398 0.093900 10.0.0.249 - - [2026-03-02 02:07:42] "GET /project/0be0f6cc-a37b-4f99-9e50-d3af586d40fd?fields=application_policy_sets HTTP/1.1" 200 1447 0.077908 10.0.0.249 - - [2026-03-02 02:07:42] "GET /project/7f4cdfdf-2e50-42de-964f-0a5585a8a4f0?fields=application_policy_sets HTTP/1.1" 200 1397 0.118987 10.0.0.249 - - [2026-03-02 02:07:42] "DELETE /access-control-list/5e504d3f-92eb-4e65-87d4-604a9e15be75 HTTP/1.1" 200 115 0.095191 10.0.0.249 - - [2026-03-02 02:07:42] "DELETE /access-control-list/c12c278e-35b1-4c2c-a7a6-a2badf31f23f HTTP/1.1" 200 115 0.071380 10.0.0.249 - - [2026-03-02 02:07:42] "DELETE /access-control-list/587ebe14-cb04-455f-b739-0b643443b45f HTTP/1.1" 200 115 0.077826 10.0.0.249 - - [2026-03-02 02:07:42] "DELETE /project/499c5308-78d0-49e1-9c7a-21ac15b9053f HTTP/1.1" 200 115 0.843325 10.0.0.249 - - [2026-03-02 02:07:42] "DELETE /project/0be0f6cc-a37b-4f99-9e50-d3af586d40fd HTTP/1.1" 200 115 0.866759 10.0.0.249 - - [2026-03-02 02:07:42] "DELETE /project/a3558191-0c23-4870-aad6-fc2bfe9c46d0 HTTP/1.1" 200 115 0.876538 10.0.0.249 - - [2026-03-02 02:07:42] "DELETE /access-control-list/2ad22434-6f9b-4576-a610-e8bb9eb61773 HTTP/1.1" 200 115 0.051874 10.0.0.249 - - [2026-03-02 02:07:42] "DELETE /project/7f4cdfdf-2e50-42de-964f-0a5585a8a4f0 HTTP/1.1" 200 115 0.906061 10.0.0.249 - - [2026-03-02 02:07:42] "DELETE /access-control-list/c0bff824-e91a-4c73-b801-63ecc841c158 HTTP/1.1" 200 115 0.031358 10.0.0.249 - - [2026-03-02 02:07:42] "DELETE /access-control-list/bf792e5d-3807-4717-b1f9-5b93b7d8b2d2 HTTP/1.1" 200 115 0.022538 10.0.0.249 - - [2026-03-02 02:07:45] "POST /neutron/port HTTP/1.1" 200 1121 0.011800 10.0.0.249 - - [2026-03-02 02:07:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005743 10.0.0.249 - - [2026-03-02 02:07:45] "POST /neutron/port HTTP/1.1" 200 1121 0.013315 10.0.0.249 - - [2026-03-02 02:07:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005619 10.0.0.249 - - [2026-03-02 02:07:45] "POST /neutron/port HTTP/1.1" 200 1121 0.011461 10.0.0.249 - - [2026-03-02 02:07:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005749 10.0.0.249 - - [2026-03-02 02:07:45] "GET /virtual-machine/6f67f825-afda-4792-bd5a-b54f80cb25f4 HTTP/1.1" 401 293 0.000458 10.0.0.249 - - [2026-03-02 02:07:46] "GET /virtual-machine/6f67f825-afda-4792-bd5a-b54f80cb25f4 HTTP/1.1" 200 1292 0.034972 10.0.0.249 - - [2026-03-02 02:07:46] "GET /virtual-machine-interface/b6078608-8cf4-4e6f-8df8-350e75095a7a HTTP/1.1" 200 2941 0.006165 10.0.0.249 - - [2026-03-02 02:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.249 - - [2026-03-02 02:07:46] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002895 10.0.0.249 - - [2026-03-02 02:07:46] "GET /virtual-networks?parent_id=8430a525-26d5-40a5-bb37-e5ac5971d479&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002676 10.0.0.249 - - [2026-03-02 02:07:46] "GET /virtual-network/df1db8b4-1afe-41a5-b4b3-0f83cf784a8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005151 10.0.0.249 - - [2026-03-02 02:07:48] "POST /neutron/port HTTP/1.1" 200 1121 0.014281 10.0.0.249 - - [2026-03-02 02:07:48] "GET /obj-perms HTTP/1.1" 200 5075 0.069407 10.0.0.249 - - [2026-03-02 02:07:48] "POST /neutron/port HTTP/1.1" 200 1121 0.023728 10.0.0.249 - - [2026-03-02 02:07:48] "POST /neutron/network HTTP/1.1" 200 833 0.006648 10.0.0.249 - - [2026-03-02 02:07:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004056 10.0.0.249 - - [2026-03-02 02:07:48] "POST /neutron/subnet HTTP/1.1" 200 694 0.010458 10.0.0.249 - - [2026-03-02 02:07:48] "POST /neutron/port HTTP/1.1" 200 117 0.001591 10.0.0.249 - - [2026-03-02 02:07:48] "POST /neutron/network HTTP/1.1" 200 823 0.007212 10.0.0.249 - - [2026-03-02 02:07:49] "GET /obj-perms HTTP/1.1" 200 5075 0.054250 10.0.0.249 - - [2026-03-02 02:07:49] "POST /neutron/port HTTP/1.1" 200 1121 0.012167 10.0.0.249 - - [2026-03-02 02:07:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005054 10.0.0.249 - - [2026-03-02 02:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002782 10.0.0.249 - - [2026-03-02 02:07:49] "GET /virtual-network/df1db8b4-1afe-41a5-b4b3-0f83cf784a8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005939 10.0.0.249 - - [2026-03-02 02:07:51] "POST /neutron/port HTTP/1.1" 200 1122 0.014279 10.0.0.249 - - [2026-03-02 02:07:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006460 10.0.0.249 - - [2026-03-02 02:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.249 - - [2026-03-02 02:07:51] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003276 10.0.0.249 - - [2026-03-02 02:07:51] "GET /virtual-networks?parent_id=8430a525-26d5-40a5-bb37-e5ac5971d479&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002609 10.0.0.249 - - [2026-03-02 02:07:51] "GET /virtual-network/df1db8b4-1afe-41a5-b4b3-0f83cf784a8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005031 10.0.0.249 - - [2026-03-02 02:07:52] "POST /neutron/port HTTP/1.1" 200 1122 0.014291 10.0.0.249 - - [2026-03-02 02:07:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005861 10.0.0.249 - - [2026-03-02 02:07:52] "POST /neutron/port HTTP/1.1" 200 1122 0.011516 10.0.0.249 - - [2026-03-02 02:07:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010408 10.0.0.249 - - [2026-03-02 02:07:52] "POST /neutron/port HTTP/1.1" 200 1122 0.014974 10.0.0.249 - - [2026-03-02 02:07:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005835 10.0.0.249 - - [2026-03-02 02:07:52] "GET /virtual-machine/da18c36e-a8ca-453d-9e8f-c82955897de3 HTTP/1.1" 200 1293 0.004508 10.0.0.249 - - [2026-03-02 02:07:52] "GET /virtual-machine-interface/5d2ec690-6593-4470-a06a-2d8b74f40b51 HTTP/1.1" 200 2940 0.005525 10.0.0.249 - - [2026-03-02 02:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.249 - - [2026-03-02 02:07:52] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002946 10.0.0.249 - - [2026-03-02 02:07:52] "GET /virtual-networks?parent_id=8430a525-26d5-40a5-bb37-e5ac5971d479&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002958 10.0.0.249 - - [2026-03-02 02:07:52] "GET /virtual-network/523db5b3-f1a6-4ce0-a8bc-3ef4b8f258de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005477 10.0.0.249 - - [2026-03-02 02:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.249 - - [2026-03-02 02:07:53] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004411 10.0.0.249 - - [2026-03-02 02:07:53] "GET /virtual-networks?parent_id=8430a525-26d5-40a5-bb37-e5ac5971d479&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003608 10.0.0.249 - - [2026-03-02 02:07:53] "GET /virtual-network/523db5b3-f1a6-4ce0-a8bc-3ef4b8f258de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006193 10.0.0.249 - - [2026-03-02 02:07:58] "POST /neutron/router HTTP/1.1" 200 580 0.003439 10.0.0.249 - - [2026-03-02 02:07:58] "GET /projects?obj_uuids=8430a525-26d5-40a5-bb37-e5ac5971d479&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001087 10.0.0.249 - - [2026-03-02 02:07:59] "POST /neutron/router HTTP/1.1" 200 344 0.234434 10.0.0.249 - - [2026-03-02 02:07:59] "POST /neutron/port HTTP/1.1" 200 1919 0.015074 10.0.0.249 - - [2026-03-02 02:07:59] "POST /ref-update HTTP/1.1" 200 156 0.009208 10.0.0.249 - - [2026-03-02 02:08:05] "POST /neutron/router HTTP/1.1" 200 580 0.004455 10.0.0.249 - - [2026-03-02 02:08:05] "POST /ref-update HTTP/1.1" 200 156 0.012075 10.0.0.249 - - [2026-03-02 02:08:05] "POST /neutron/router HTTP/1.1" 200 344 0.125766 10.0.0.249 - - [2026-03-02 02:08:09] "POST /neutron/router HTTP/1.1" 200 580 0.005757 10.0.0.249 - - [2026-03-02 02:08:09] "GET /projects?obj_uuids=8430a525-26d5-40a5-bb37-e5ac5971d479&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001128 10.0.0.249 - - [2026-03-02 02:08:09] "POST /neutron/router HTTP/1.1" 200 344 0.227543 10.0.0.249 - - [2026-03-02 02:08:09] "POST /ref-update HTTP/1.1" 200 156 0.014443 10.0.0.249 - - [2026-03-02 02:08:11] "POST /neutron/router HTTP/1.1" 200 580 0.004695 10.0.0.249 - - [2026-03-02 02:08:11] "POST /ref-update HTTP/1.1" 200 156 0.013073 10.0.0.249 - - [2026-03-02 02:08:11] "POST /neutron/router HTTP/1.1" 200 344 0.136358 10.0.0.249 - - [2026-03-02 02:08:11] "POST /neutron/router HTTP/1.1" 200 580 0.006530 10.0.0.249 - - [2026-03-02 02:08:11] "POST /ref-update HTTP/1.1" 200 156 0.015985 10.0.0.249 - - [2026-03-02 02:08:11] "POST /neutron/router HTTP/1.1" 200 344 0.124264 10.0.0.249 - - [2026-03-02 02:08:12] "POST /neutron/router HTTP/1.1" 200 580 0.005536 10.0.0.249 - - [2026-03-02 02:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002700 10.0.0.249 - - [2026-03-02 02:08:12] "GET /logical-router/2a7ddb29-b8df-4886-b028-8de6ed7c9166?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004932 10.0.0.249 - - [2026-03-02 02:08:12] "POST /neutron/router HTTP/1.1" 200 151 0.051815 10.0.0.249 - - [2026-03-02 02:08:12] "DELETE /route-target/e6df8d14-eb9e-4112-9f32-f5c66675e68b HTTP/1.1" 200 115 0.015633 10.0.0.249 - - [2026-03-02 02:08:12] "POST /neutron/network HTTP/1.1" 200 824 0.007129 10.0.0.249 - - [2026-03-02 02:08:12] "POST /neutron/network HTTP/1.1" 400 204 0.018745 10.0.0.249 - - [2026-03-02 02:08:12] "POST /neutron/port HTTP/1.1" 200 1122 0.014630 10.0.0.249 - - [2026-03-02 02:08:12] "POST /neutron/port HTTP/1.1" 200 1112 0.009476 10.0.0.249 - - [2026-03-02 02:08:12] "POST /neutron/port HTTP/1.1" 200 1121 0.014691 10.0.0.249 - - [2026-03-02 02:08:12] "POST /neutron/port HTTP/1.1" 200 1111 0.013526 10.0.0.249 - - [2026-03-02 02:08:12] "POST /neutron/port HTTP/1.1" 200 151 0.150424 10.0.0.249 - - [2026-03-02 02:08:12] "POST /neutron/port HTTP/1.1" 200 151 0.125092 10.0.0.249 - - [2026-03-02 02:08:14] "POST /neutron/network HTTP/1.1" 200 824 0.006398 10.0.0.249 - - [2026-03-02 02:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.249 - - [2026-03-02 02:08:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003750 10.0.0.249 - - [2026-03-02 02:08:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002871 10.0.0.249 - - [2026-03-02 02:08:14] "POST /neutron/network HTTP/1.1" 200 151 0.096300 10.0.0.249 - - [2026-03-02 02:08:14] "DELETE /route-target/7e6c88ee-e63a-405a-8e7c-d194dba3f6d2 HTTP/1.1" 200 115 0.025350 10.0.0.249 - - [2026-03-02 02:08:14] "POST /neutron/network HTTP/1.1" 200 823 0.005669 10.0.0.249 - - [2026-03-02 02:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004822 10.0.0.249 - - [2026-03-02 02:08:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002685 10.0.0.249 - - [2026-03-02 02:08:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003555 10.0.0.249 - - [2026-03-02 02:08:14] "POST /neutron/network HTTP/1.1" 200 151 0.079882 10.0.0.249 - - [2026-03-02 02:08:14] "DELETE /route-target/2fccd327-917f-4ad1-ad3d-67fccdb2fcad HTTP/1.1" 200 115 0.019937 10.0.0.249 - - [2026-03-02 02:08:14] "GET /projects?obj_uuids=8430a525-26d5-40a5-bb37-e5ac5971d479&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001172 10.0.0.249 - - [2026-03-02 02:08:14] "GET /project/8430a525-26d5-40a5-bb37-e5ac5971d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.029041 10.0.0.249 - - [2026-03-02 02:08:14] "GET /projects?obj_uuids=8430a525-26d5-40a5-bb37-e5ac5971d479&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001520 10.0.0.249 - - [2026-03-02 02:08:14] "GET /project/8430a525-26d5-40a5-bb37-e5ac5971d479?fields=virtual_networks HTTP/1.1" 200 1040 0.072844 10.0.0.249 - - [2026-03-02 02:08:14] "GET /projects?obj_uuids=8430a525-26d5-40a5-bb37-e5ac5971d479&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001137 10.0.0.249 - - [2026-03-02 02:08:15] "GET /project/8430a525-26d5-40a5-bb37-e5ac5971d479?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.028856 10.0.0.249 - - [2026-03-02 02:08:15] "GET /projects?obj_uuids=8430a525-26d5-40a5-bb37-e5ac5971d479&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001146 10.0.0.249 - - [2026-03-02 02:08:15] "GET /project/8430a525-26d5-40a5-bb37-e5ac5971d479?fields=security_groups HTTP/1.1" 200 1265 0.032597 10.0.0.249 - - [2026-03-02 02:08:16] "POST /fqname-to-id HTTP/1.1" 404 191 0.036769 10.0.0.249 - - [2026-03-02 02:08:16] "GET /projects?obj_uuids=8486a9e7-d2f1-44c9-8e95-4b48be99c94c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002360 10.0.0.249 - - [2026-03-02 02:08:16] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001139 10.0.0.249 - - [2026-03-02 02:08:16] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007405 10.0.0.249 - - [2026-03-02 02:08:16] "POST /id-to-fqname HTTP/1.1" 200 193 0.003445 10.0.0.249 - - [2026-03-02 02:08:16] "POST /fqname-to-id HTTP/1.1" 404 202 0.002788 10.0.0.249 - - [2026-03-02 02:08:16] "POST /security-groups HTTP/1.1" 200 594 0.064604 10.0.0.249 - - [2026-03-02 02:08:16] "POST /fqname-to-id HTTP/1.1" 404 237 0.003012 10.0.0.249 - - [2026-03-02 02:08:16] "POST /projects HTTP/1.1" 200 591 0.233441 10.0.0.249 - - [2026-03-02 02:08:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.312217 10.0.0.249 - - [2026-03-02 02:08:16] "POST /access-control-lists HTTP/1.1" 200 601 0.063844 10.0.0.249 - - [2026-03-02 02:08:16] "POST /fqname-to-id HTTP/1.1" 404 236 0.002710 10.0.0.249 - - [2026-03-02 02:08:16] "GET /project/8486a9e7-d2f1-44c9-8e95-4b48be99c94c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.471650 10.0.0.249 - - [2026-03-02 02:08:16] "POST /access-control-lists HTTP/1.1" 200 599 0.068822 10.0.0.249 - - [2026-03-02 02:08:17] "GET / HTTP/1.1" 200 36215 0.003087 10.0.0.249 - - [2026-03-02 02:08:18] "GET /project/8486a9e7-d2f1-44c9-8e95-4b48be99c94c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000467 10.0.0.249 - - [2026-03-02 02:08:19] "GET /projects?obj_uuids=8486a9e7-d2f1-44c9-8e95-4b48be99c94c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001126 10.0.0.249 - - [2026-03-02 02:08:19] "GET /project/8486a9e7-d2f1-44c9-8e95-4b48be99c94c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.052560 10.0.0.249 - - [2026-03-02 02:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002456 10.0.0.249 - - [2026-03-02 02:08:19] "GET /security-group/81e8fe40-509d-4674-a34d-7e3ed2cdd369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3775 0.004669 10.0.0.249 - - [2026-03-02 02:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002605 10.0.0.249 - - [2026-03-02 02:08:19] "GET /projects?obj_uuids=8486a9e7-d2f1-44c9-8e95-4b48be99c94c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001946 10.0.0.249 - - [2026-03-02 02:08:19] "GET /project/8486a9e7-d2f1-44c9-8e95-4b48be99c94c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.031064 10.0.0.249 - - [2026-03-02 02:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.249 - - [2026-03-02 02:08:19] "GET /security-group/81e8fe40-509d-4674-a34d-7e3ed2cdd369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3775 0.004177 10.0.0.249 - - [2026-03-02 02:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.249 - - [2026-03-02 02:08:19] "PUT /security-group/81e8fe40-509d-4674-a34d-7e3ed2cdd369 HTTP/1.1" 200 263 0.013149 10.0.0.249 - - [2026-03-02 02:08:19] "PUT /access-control-list/35eeb47d-3c98-4e5e-a4db-daa50bd61f8f HTTP/1.1" 200 273 0.008402 10.0.0.249 - - [2026-03-02 02:08:19] "POST /fqname-to-id HTTP/1.1" 404 202 0.003037 10.0.0.249 - - [2026-03-02 02:08:19] "PUT /access-control-list/7dbf50d4-7bfe-41f6-bd0a-03794a707241 HTTP/1.1" 200 273 0.013603 10.0.0.249 - - [2026-03-02 02:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.249 - - [2026-03-02 02:08:19] "GET /projects?obj_uuids=8486a9e7-d2f1-44c9-8e95-4b48be99c94c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001882 10.0.0.249 - - [2026-03-02 02:08:19] "GET /project/8486a9e7-d2f1-44c9-8e95-4b48be99c94c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.025644 10.0.0.249 - - [2026-03-02 02:08:19] "POST /neutron/network HTTP/1.1" 200 117 0.034460 10.0.0.249 - - [2026-03-02 02:08:19] "GET /projects?obj_uuids=8486a9e7-d2f1-44c9-8e95-4b48be99c94c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001051 10.0.0.249 - - [2026-03-02 02:08:20] "POST /neutron/network HTTP/1.1" 200 608 0.066124 10.0.0.249 - - [2026-03-02 02:08:20] "POST /route-targets HTTP/1.1" 200 328 0.011185 10.0.0.249 - - [2026-03-02 02:08:20] "POST /ref-update HTTP/1.1" 200 156 0.014271 10.0.0.249 - - [2026-03-02 02:08:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004960 10.0.0.249 - - [2026-03-02 02:08:20] "POST /neutron/subnet HTTP/1.1" 200 715 0.187937 10.0.0.249 - - [2026-03-02 02:08:20] "POST /neutron/network HTTP/1.1" 200 825 0.005152 10.0.0.249 - - [2026-03-02 02:08:20] "POST /id-to-fqname HTTP/1.1" 200 223 0.001353 10.0.0.249 - - [2026-03-02 02:08:20] "GET /virtual-network/aba4aa81-3e8c-4c87-9ef5-aaa98589b1fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005109 10.0.0.249 - - [2026-03-02 02:08:20] "POST /neutron/network HTTP/1.1" 200 825 0.005975 10.0.0.249 - - [2026-03-02 02:08:20] "GET /virtual-network/aba4aa81-3e8c-4c87-9ef5-aaa98589b1fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005157 10.0.0.249 - - [2026-03-02 02:08:20] "POST /neutron/network HTTP/1.1" 200 825 0.006510 10.0.0.249 - - [2026-03-02 02:08:20] "POST /neutron/subnet HTTP/1.1" 200 715 0.008723 10.0.0.249 - - [2026-03-02 02:08:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.249 - - [2026-03-02 02:08:20] "GET /projects?obj_uuids=8486a9e7-d2f1-44c9-8e95-4b48be99c94c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001054 10.0.0.249 - - [2026-03-02 02:08:20] "GET /project/8486a9e7-d2f1-44c9-8e95-4b48be99c94c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.039169 10.0.0.249 - - [2026-03-02 02:08:20] "POST /neutron/network HTTP/1.1" 200 117 0.013514 10.0.0.249 - - [2026-03-02 02:08:20] "GET /projects?obj_uuids=8486a9e7-d2f1-44c9-8e95-4b48be99c94c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001163 10.0.0.249 - - [2026-03-02 02:08:20] "POST /neutron/network HTTP/1.1" 200 615 0.115588 10.0.0.249 - - [2026-03-02 02:08:20] "POST /route-targets HTTP/1.1" 200 328 0.018800 10.0.0.249 - - [2026-03-02 02:08:20] "POST /ref-update HTTP/1.1" 200 156 0.016054 10.0.0.249 - - [2026-03-02 02:08:20] "POST /useragent-kv HTTP/1.1" 200 115 0.005208 10.0.0.249 - - [2026-03-02 02:08:20] "POST /neutron/subnet HTTP/1.1" 200 720 0.166821 10.0.0.249 - - [2026-03-02 02:08:20] "POST /neutron/network HTTP/1.1" 200 833 0.007173 10.0.0.249 - - [2026-03-02 02:08:20] "POST /id-to-fqname HTTP/1.1" 200 227 0.001642 10.0.0.249 - - [2026-03-02 02:08:20] "GET /virtual-network/7ba5f8fc-7916-411d-accc-a1ef147c6ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007051 10.0.0.249 - - [2026-03-02 02:08:21] "POST /neutron/network HTTP/1.1" 200 833 0.006638 10.0.0.249 - - [2026-03-02 02:08:21] "GET /virtual-network/7ba5f8fc-7916-411d-accc-a1ef147c6ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007391 10.0.0.249 - - [2026-03-02 02:08:21] "POST /neutron/network HTTP/1.1" 200 833 0.007059 10.0.0.249 - - [2026-03-02 02:08:21] "POST /neutron/subnet HTTP/1.1" 200 720 0.008391 10.0.0.249 - - [2026-03-02 02:08:21] "POST /id-to-fqname HTTP/1.1" 200 223 0.001594 10.0.0.249 - - [2026-03-02 02:08:21] "POST /neutron/network HTTP/1.1" 200 835 0.005098 10.0.0.249 - - [2026-03-02 02:08:21] "GET /aaa-mode HTTP/1.1" 401 293 0.000439 10.0.0.249 - - [2026-03-02 02:08:21] "GET / HTTP/1.1" 200 36215 0.001802 10.0.0.249 - - [2026-03-02 02:08:21] "GET /project/8486a9e7-d2f1-44c9-8e95-4b48be99c94c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000398 10.0.0.249 - - [2026-03-02 02:08:22] "GET /projects?obj_uuids=8486a9e7-d2f1-44c9-8e95-4b48be99c94c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001066 10.0.0.249 - - [2026-03-02 02:08:22] "GET /project/8486a9e7-d2f1-44c9-8e95-4b48be99c94c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.054383 10.0.0.249 - - [2026-03-02 02:08:22] "POST /neutron/network HTTP/1.1" 200 825 0.005864 10.0.0.249 - - [2026-03-02 02:08:22] "POST /neutron/port HTTP/1.1" 200 117 0.004887 10.0.0.249 - - [2026-03-02 02:08:22] "POST /neutron/port HTTP/1.1" 200 117 0.005777 10.0.0.249 - - [2026-03-02 02:08:22] "POST /id-to-fqname HTTP/1.1" 200 227 0.001314 10.0.0.249 - - [2026-03-02 02:08:22] "POST /neutron/port HTTP/1.1" 200 117 0.004896 10.0.0.249 - - [2026-03-02 02:08:22] "POST /neutron/network HTTP/1.1" 200 843 0.004900 10.0.0.249 - - [2026-03-02 02:08:22] "GET /aaa-mode HTTP/1.1" 401 293 0.000454 10.0.0.249 - - [2026-03-02 02:08:22] "POST /neutron/network HTTP/1.1" 200 835 0.006747 10.0.0.249 - - [2026-03-02 02:08:22] "GET /projects?obj_uuids=8486a9e7-d2f1-44c9-8e95-4b48be99c94c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001446 10.0.0.249 - - [2026-03-02 02:08:22] "GET / HTTP/1.1" 200 36215 0.001854 10.0.0.249 - - [2026-03-02 02:08:22] "GET /project/8486a9e7-d2f1-44c9-8e95-4b48be99c94c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000928 10.0.0.249 - - [2026-03-02 02:08:22] "POST /neutron/port HTTP/1.1" 200 1061 0.227056 10.0.0.249 - - [2026-03-02 02:08:23] "POST /neutron/port HTTP/1.1" 200 1061 0.011268 10.0.0.249 - - [2026-03-02 02:08:23] "POST /neutron/port HTTP/1.1" 200 1061 0.011400 10.0.0.249 - - [2026-03-02 02:08:23] "POST /neutron/port HTTP/1.1" 200 1115 0.064020 10.0.0.249 - - [2026-03-02 02:08:23] "POST /neutron/port HTTP/1.1" 200 1125 0.013714 10.0.0.249 - - [2026-03-02 02:08:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004124 10.0.0.249 - - [2026-03-02 02:08:23] "POST /neutron/subnet HTTP/1.1" 200 689 0.006296 10.0.0.249 - - [2026-03-02 02:08:23] "POST /neutron/port HTTP/1.1" 200 117 0.001214 10.0.0.249 - - [2026-03-02 02:08:23] "POST /neutron/network HTTP/1.1" 200 825 0.008642 10.0.0.249 - - [2026-03-02 02:08:23] "GET /projects?obj_uuids=8486a9e7-d2f1-44c9-8e95-4b48be99c94c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001112 10.0.0.249 - - [2026-03-02 02:08:23] "GET /project/8486a9e7-d2f1-44c9-8e95-4b48be99c94c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.052930 10.0.0.249 - - [2026-03-02 02:08:23] "POST /neutron/network HTTP/1.1" 200 833 0.005629 10.0.0.249 - - [2026-03-02 02:08:23] "POST /neutron/port HTTP/1.1" 200 1125 0.013762 10.0.0.249 - - [2026-03-02 02:08:23] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010173 10.0.0.249 - - [2026-03-02 02:08:23] "POST /neutron/port HTTP/1.1" 200 117 0.005147 10.0.0.249 - - [2026-03-02 02:08:23] "GET /projects?obj_uuids=8486a9e7-d2f1-44c9-8e95-4b48be99c94c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001450 10.0.0.249 - - [2026-03-02 02:08:23] "POST /neutron/router HTTP/1.1" 200 585 0.070075 10.0.0.249 - - [2026-03-02 02:08:23] "POST /route-targets HTTP/1.1" 200 328 0.013519 10.0.0.249 - - [2026-03-02 02:08:23] "POST /neutron/router HTTP/1.1" 200 585 0.005599 10.0.0.249 - - [2026-03-02 02:08:23] "PUT /logical-router/b5852a2f-c2ce-485c-942a-31c6c9167cca HTTP/1.1" 200 263 0.026371 10.0.0.249 - - [2026-03-02 02:08:23] "POST /neutron/router HTTP/1.1" 200 656 0.057422 10.0.0.249 - - [2026-03-02 02:08:23] "GET /logical-router/b5852a2f-c2ce-485c-942a-31c6c9167cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.014979 10.0.0.249 - - [2026-03-02 02:08:23] "POST /neutron/router HTTP/1.1" 200 656 0.009725 10.0.0.249 - - [2026-03-02 02:08:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.007913 10.0.0.249 - - [2026-03-02 02:08:23] "GET /projects?obj_uuids=8486a9e7-d2f1-44c9-8e95-4b48be99c94c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001129 10.0.0.249 - - [2026-03-02 02:08:23] "GET /service-template/15990bc9-bfb8-4083-8a40-76ee16d1804a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1692 0.003173 10.0.0.249 - - [2026-03-02 02:08:23] "POST /fqname-to-id HTTP/1.1" 404 215 0.002680 10.0.0.249 - - [2026-03-02 02:08:24] "POST /neutron/network HTTP/1.1" 200 843 0.029286 10.0.0.249 - - [2026-03-02 02:08:24] "GET /projects?obj_uuids=8486a9e7-d2f1-44c9-8e95-4b48be99c94c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001444 10.0.0.249 - - [2026-03-02 02:08:24] "POST /neutron/router HTTP/1.1" 200 344 0.371023 10.0.0.249 - - [2026-03-02 02:08:24] "POST /ref-update HTTP/1.1" 200 156 0.035899 10.0.0.249 - - [2026-03-02 02:08:24] "POST /useragent-kv HTTP/1.1" 200 115 0.006160 10.0.0.249 - - [2026-03-02 02:08:24] "POST /virtual-networks HTTP/1.1" 200 696 0.258685 10.0.0.249 - - [2026-03-02 02:08:24] "POST /neutron/port HTTP/1.1" 200 1125 0.040030 10.0.0.249 - - [2026-03-02 02:08:24] "POST /route-targets HTTP/1.1" 200 328 0.052324 10.0.0.249 - - [2026-03-02 02:08:24] "POST /neutron/security_group HTTP/1.1" 200 2002 0.020566 10.0.0.249 - - [2026-03-02 02:08:24] "POST /service-instances HTTP/1.1" 200 672 0.134490 10.0.0.249 - - [2026-03-02 02:08:24] "POST /ref-update HTTP/1.1" 200 156 0.081312 10.0.0.249 - - [2026-03-02 02:08:24] "POST /route-tables HTTP/1.1" 200 584 0.067654 10.0.0.249 - - [2026-03-02 02:08:24] "PUT /logical-router/b5852a2f-c2ce-485c-942a-31c6c9167cca HTTP/1.1" 200 263 0.035338 10.0.0.249 - - [2026-03-02 02:08:24] "POST /neutron/port HTTP/1.1" 200 1062 0.476167 10.0.0.249 - - [2026-03-02 02:08:24] "POST /neutron/port HTTP/1.1" 200 1062 0.016010 10.0.0.249 - - [2026-03-02 02:08:24] "POST /ref-update HTTP/1.1" 200 156 0.026367 10.0.0.249 - - [2026-03-02 02:08:24] "POST /neutron/port HTTP/1.1" 200 1062 0.017009 10.0.0.249 - - [2026-03-02 02:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006048 10.0.0.249 - - [2026-03-02 02:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004180 10.0.0.249 - - [2026-03-02 02:08:24] "POST /neutron/port HTTP/1.1" 200 1116 0.089830 10.0.0.249 - - [2026-03-02 02:08:24] "POST /neutron/port HTTP/1.1" 200 1126 0.018560 10.0.0.249 - - [2026-03-02 02:08:24] "POST /virtual-machines HTTP/1.1" 200 554 0.016641 10.0.0.249 - - [2026-03-02 02:08:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003921 10.0.0.249 - - [2026-03-02 02:08:24] "POST /neutron/subnet HTTP/1.1" 200 694 0.008209 10.0.0.249 - - [2026-03-02 02:08:24] "POST /neutron/port HTTP/1.1" 200 117 0.001442 10.0.0.249 - - [2026-03-02 02:08:24] "POST /neutron/network HTTP/1.1" 200 833 0.005935 10.0.0.249 - - [2026-03-02 02:08:24] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.109514 10.0.0.249 - - [2026-03-02 02:08:25] "POST /chown HTTP/1.1" 200 109 0.008329 10.0.0.249 - - [2026-03-02 02:08:25] "POST /instance-ips HTTP/1.1" 200 552 0.024074 10.0.0.249 - - [2026-03-02 02:08:25] "POST /instance-ips HTTP/1.1" 400 246 0.020658 10.0.0.249 - - [2026-03-02 02:08:25] "POST /chown HTTP/1.1" 200 109 0.010492 10.0.0.249 - - [2026-03-02 02:08:25] "PUT /virtual-machine-interface/0d6c564d-9da2-4a5c-ae57-9015ff75241c HTTP/1.1" 200 285 0.010867 10.0.0.249 - - [2026-03-02 02:08:25] "PUT /instance-ip/5cea92a4-7fef-403f-8529-e8f14d1140d6 HTTP/1.1" 200 257 0.014761 10.0.0.249 - - [2026-03-02 02:08:25] "POST /ref-update HTTP/1.1" 200 156 0.014292 10.0.0.249 - - [2026-03-02 02:08:25] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.098671 10.0.0.249 - - [2026-03-02 02:08:25] "POST /chown HTTP/1.1" 200 109 0.008174 10.0.0.249 - - [2026-03-02 02:08:25] "POST /instance-ips HTTP/1.1" 200 550 0.033769 10.0.0.249 - - [2026-03-02 02:08:25] "POST /instance-ips HTTP/1.1" 400 316 0.019012 10.0.0.249 - - [2026-03-02 02:08:25] "POST /chown HTTP/1.1" 200 109 0.011633 10.0.0.249 - - [2026-03-02 02:08:25] "PUT /virtual-machine-interface/44361191-ce70-438c-ba9e-977a8f74296f HTTP/1.1" 200 285 0.019408 10.0.0.249 - - [2026-03-02 02:08:25] "PUT /instance-ip/291891c0-09bb-496b-a625-7e1cc0c83147 HTTP/1.1" 200 257 0.026397 10.0.0.249 - - [2026-03-02 02:08:26] "POST /ref-update HTTP/1.1" 200 156 0.018043 10.0.0.249 - - [2026-03-02 02:08:26] "POST /ref-update HTTP/1.1" 200 156 0.021090 10.0.0.249 - - [2026-03-02 02:08:26] "POST /ref-update HTTP/1.1" 200 156 0.023787 10.0.0.249 - - [2026-03-02 02:08:26] "PUT /routing-instance/15fddfea-4230-48a7-9f78-ad80a5a4e066 HTTP/1.1" 200 267 0.038891 10.0.0.249 - - [2026-03-02 02:08:26] "POST /virtual-machines HTTP/1.1" 200 554 0.012706 10.0.0.249 - - [2026-03-02 02:08:26] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.093405 10.0.0.249 - - [2026-03-02 02:08:26] "POST /chown HTTP/1.1" 200 109 0.007794 10.0.0.249 - - [2026-03-02 02:08:26] "POST /instance-ips HTTP/1.1" 400 246 0.024403 10.0.0.249 - - [2026-03-02 02:08:26] "POST /chown HTTP/1.1" 200 109 0.006903 10.0.0.249 - - [2026-03-02 02:08:26] "PUT /virtual-machine-interface/e59f9cd5-b8e3-4b0d-8efb-70f4a7e1160f HTTP/1.1" 200 285 0.011575 10.0.0.249 - - [2026-03-02 02:08:26] "PUT /instance-ip/5cea92a4-7fef-403f-8529-e8f14d1140d6 HTTP/1.1" 200 257 0.011800 10.0.0.249 - - [2026-03-02 02:08:26] "POST /ref-update HTTP/1.1" 200 156 0.011935 10.0.0.249 - - [2026-03-02 02:08:26] "POST /ref-update HTTP/1.1" 200 156 0.010670 10.0.0.249 - - [2026-03-02 02:08:26] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.097350 10.0.0.249 - - [2026-03-02 02:08:26] "POST /ref-update HTTP/1.1" 200 156 0.022779 10.0.0.249 - - [2026-03-02 02:08:26] "PUT /routing-instance/15fddfea-4230-48a7-9f78-ad80a5a4e066 HTTP/1.1" 200 267 0.016776 10.0.0.249 - - [2026-03-02 02:08:26] "POST /chown HTTP/1.1" 200 109 0.009489 10.0.0.249 - - [2026-03-02 02:08:26] "POST /instance-ips HTTP/1.1" 400 316 0.016407 10.0.0.249 - - [2026-03-02 02:08:27] "POST /chown HTTP/1.1" 200 109 0.007642 10.0.0.249 - - [2026-03-02 02:08:27] "PUT /virtual-machine-interface/b469ba94-d317-4f72-8f99-5d0f67f9e70a HTTP/1.1" 200 285 0.013986 10.0.0.249 - - [2026-03-02 02:08:27] "PUT /instance-ip/291891c0-09bb-496b-a625-7e1cc0c83147 HTTP/1.1" 200 257 0.018091 10.0.0.249 - - [2026-03-02 02:08:27] "POST /ref-update HTTP/1.1" 200 156 0.014066 10.0.0.249 - - [2026-03-02 02:08:27] "POST /ref-update HTTP/1.1" 200 156 0.014774 10.0.0.249 - - [2026-03-02 02:08:27] "POST /ref-update HTTP/1.1" 200 156 0.010545 10.0.0.249 - - [2026-03-02 02:08:27] "PUT /routing-instance/15fddfea-4230-48a7-9f78-ad80a5a4e066 HTTP/1.1" 200 267 0.011737 10.0.0.249 - - [2026-03-02 02:08:29] "POST /neutron/port HTTP/1.1" 200 1125 0.011442 10.0.0.249 - - [2026-03-02 02:08:29] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005868 10.0.0.249 - - [2026-03-02 02:08:29] "POST /neutron/port HTTP/1.1" 200 1125 0.013022 10.0.0.249 - - [2026-03-02 02:08:29] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005825 10.0.0.249 - - [2026-03-02 02:08:29] "POST /neutron/port HTTP/1.1" 200 1125 0.013937 10.0.0.249 - - [2026-03-02 02:08:29] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005984 10.0.0.249 - - [2026-03-02 02:08:29] "GET /virtual-machine/ccbac5bc-a195-4fe9-b2fa-781e007b8f9e HTTP/1.1" 401 293 0.000529 10.0.0.249 - - [2026-03-02 02:08:29] "GET /virtual-machine/ccbac5bc-a195-4fe9-b2fa-781e007b8f9e HTTP/1.1" 200 1298 0.030495 10.0.0.249 - - [2026-03-02 02:08:29] "GET /virtual-machine-interface/0ecf89f8-d09b-40d3-8297-2b9734fbafb5 HTTP/1.1" 200 2961 0.004970 10.0.0.249 - - [2026-03-02 02:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.249 - - [2026-03-02 02:08:29] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004429 10.0.0.249 - - [2026-03-02 02:08:30] "GET /virtual-networks?parent_id=8486a9e7-d2f1-44c9-8e95-4b48be99c94c&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003055 10.0.0.249 - - [2026-03-02 02:08:30] "GET /virtual-network/aba4aa81-3e8c-4c87-9ef5-aaa98589b1fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005161 10.0.0.249 - - [2026-03-02 02:08:33] "POST /neutron/port HTTP/1.1" 200 1125 0.012340 10.0.0.249 - - [2026-03-02 02:08:33] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005987 10.0.0.249 - - [2026-03-02 02:08:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.249 - - [2026-03-02 02:08:33] "GET /virtual-network/aba4aa81-3e8c-4c87-9ef5-aaa98589b1fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005024 10.0.0.249 - - [2026-03-02 02:08:34] "POST /neutron/port HTTP/1.1" 200 1126 0.012109 10.0.0.249 - - [2026-03-02 02:08:34] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005041 10.0.0.249 - - [2026-03-02 02:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.249 - - [2026-03-02 02:08:35] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003523 10.0.0.249 - - [2026-03-02 02:08:35] "GET /virtual-networks?parent_id=8486a9e7-d2f1-44c9-8e95-4b48be99c94c&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003365 10.0.0.249 - - [2026-03-02 02:08:35] "GET /virtual-network/aba4aa81-3e8c-4c87-9ef5-aaa98589b1fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005508 10.0.0.249 - - [2026-03-02 02:08:35] "POST /neutron/port HTTP/1.1" 200 1126 0.014484 10.0.0.249 - - [2026-03-02 02:08:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007555 10.0.0.249 - - [2026-03-02 02:08:35] "POST /neutron/port HTTP/1.1" 200 1126 0.013518 10.0.0.249 - - [2026-03-02 02:08:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006693 10.0.0.249 - - [2026-03-02 02:08:35] "POST /neutron/port HTTP/1.1" 200 1126 0.014262 10.0.0.249 - - [2026-03-02 02:08:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006912 10.0.0.249 - - [2026-03-02 02:08:35] "GET /virtual-machine/66406e25-be4e-4292-853e-5cb5dc619b19 HTTP/1.1" 200 1296 0.004670 10.0.0.249 - - [2026-03-02 02:08:35] "GET /virtual-machine-interface/7bddc9bd-e06b-4a31-817b-4e5731ef1fac HTTP/1.1" 200 2973 0.004860 10.0.0.249 - - [2026-03-02 02:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.249 - - [2026-03-02 02:08:35] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003475 10.0.0.249 - - [2026-03-02 02:08:36] "GET /virtual-networks?parent_id=8486a9e7-d2f1-44c9-8e95-4b48be99c94c&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002790 10.0.0.249 - - [2026-03-02 02:08:36] "GET /virtual-network/7ba5f8fc-7916-411d-accc-a1ef147c6ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005999 10.0.0.249 - - [2026-03-02 02:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.249 - - [2026-03-02 02:08:37] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003798 10.0.0.249 - - [2026-03-02 02:08:37] "GET /virtual-networks?parent_id=8486a9e7-d2f1-44c9-8e95-4b48be99c94c&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002878 10.0.0.249 - - [2026-03-02 02:08:37] "GET /virtual-network/7ba5f8fc-7916-411d-accc-a1ef147c6ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005354 10.0.0.249 - - [2026-03-02 02:08:37] "POST /neutron/port HTTP/1.1" 200 1126 0.013211 10.0.0.249 - - [2026-03-02 02:08:37] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006117 10.0.0.249 - - [2026-03-02 02:08:42] "DELETE /project/8486a9e7d2f144c98e954b48be99c94c HTTP/1.1" 404 173 0.007032 10.0.0.249 - - [2026-03-02 02:08:42] "GET /projects?obj_uuids=8430a525-26d5-40a5-bb37-e5ac5971d479&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001061 10.0.0.249 - - [2026-03-02 02:08:42] "GET /project/8430a525-26d5-40a5-bb37-e5ac5971d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.024219 10.0.0.249 - - [2026-03-02 02:08:42] "GET /projects?obj_uuids=8430a525-26d5-40a5-bb37-e5ac5971d479&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001049 10.0.0.249 - - [2026-03-02 02:08:42] "GET /project/8430a525-26d5-40a5-bb37-e5ac5971d479?fields=security_groups HTTP/1.1" 200 1367 0.066487 10.0.0.249 - - [2026-03-02 02:08:43] "DELETE /security-group/6b7ab558-ae8c-46d4-9a5a-dc76bfcb384b HTTP/1.1" 200 115 0.037546 10.0.0.249 - - [2026-03-02 02:08:43] "GET /projects?obj_uuids=8430a525-26d5-40a5-bb37-e5ac5971d479&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001527 10.0.0.249 - - [2026-03-02 02:08:43] "DELETE /access-control-list/59916ad7-f314-4c72-983b-487f750e9823 HTTP/1.1" 200 115 0.034394 10.0.0.249 - - [2026-03-02 02:08:43] "GET /project/8430a525-26d5-40a5-bb37-e5ac5971d479?fields=application_policy_sets HTTP/1.1" 200 1406 0.042239 10.0.0.249 - - [2026-03-02 02:08:43] "DELETE /access-control-list/8e509786-58b1-49d3-b6b0-82c90303e23b HTTP/1.1" 200 115 0.037150 10.0.0.249 - - [2026-03-02 02:08:43] "DELETE /project/8430a525-26d5-40a5-bb37-e5ac5971d479 HTTP/1.1" 200 115 0.328189 10.0.0.249 - - [2026-03-02 02:08:46] "POST /neutron/router HTTP/1.1" 200 656 0.003701 10.0.0.249 - - [2026-03-02 02:08:46] "POST /ref-update HTTP/1.1" 200 156 0.012201 10.0.0.249 - - [2026-03-02 02:08:46] "POST /neutron/router HTTP/1.1" 200 344 0.100594 10.0.0.249 - - [2026-03-02 02:08:46] "POST /neutron/router HTTP/1.1" 200 656 0.005574 10.0.0.249 - - [2026-03-02 02:08:46] "GET /logical-router/b5852a2f-c2ce-485c-942a-31c6c9167cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.008974 10.0.0.249 - - [2026-03-02 02:08:46] "GET /service-instance/560167d0-35ce-4f0c-92c5-fdc9a3997b75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2317 0.004119 10.0.0.249 - - [2026-03-02 02:08:46] "POST /neutron/router HTTP/1.1" 200 151 0.070436 10.0.0.249 - - [2026-03-02 02:08:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004771 10.0.0.249 - - [2026-03-02 02:08:46] "DELETE /route-target/eeaed756-8120-4015-83e6-2aec741d4018 HTTP/1.1" 409 240 0.007095 10.0.0.249 - - [2026-03-02 02:08:46] "PUT /logical-router/b5852a2f-c2ce-485c-942a-31c6c9167cca HTTP/1.1" 404 171 0.007422 10.0.0.249 - - [2026-03-02 02:08:46] "POST /ref-update HTTP/1.1" 200 156 0.023290 10.0.0.249 - - [2026-03-02 02:08:46] "DELETE /route-table/1a1b9fd1-2c45-4e5f-9132-9a7f7d5ed4ca HTTP/1.1" 200 115 0.045271 10.0.0.249 - - [2026-03-02 02:08:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.249 - - [2026-03-02 02:08:46] "PUT /routing-instance/15fddfea-4230-48a7-9f78-ad80a5a4e066 HTTP/1.1" 200 267 0.013443 10.0.0.249 - - [2026-03-02 02:08:46] "GET /virtual-network/ca1c7eb9-4738-4aa4-96bc-f1a6a11b3c7b?fields=virtual_machine_interface_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 2304 0.006518 10.0.0.249 - - [2026-03-02 02:08:46] "POST /neutron/network HTTP/1.1" 200 833 0.013998 10.0.0.249 - - [2026-03-02 02:08:46] "POST /ref-update HTTP/1.1" 200 156 0.016006 10.0.0.249 - - [2026-03-02 02:08:46] "POST /neutron/network HTTP/1.1" 400 204 0.056784 10.0.0.249 - - [2026-03-02 02:08:46] "POST /ref-update HTTP/1.1" 200 156 0.012601 10.0.0.249 - - [2026-03-02 02:08:47] "GET /virtual-machine-interface/44361191-ce70-438c-ba9e-977a8f74296f?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1652 0.010302 10.0.0.249 - - [2026-03-02 02:08:47] "POST /ref-update HTTP/1.1" 200 156 0.013523 10.0.0.249 - - [2026-03-02 02:08:47] "GET /instance-ip/291891c0-09bb-496b-a625-7e1cc0c83147?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.005037 10.0.0.249 - - [2026-03-02 02:08:47] "DELETE /virtual-machine-interface/44361191-ce70-438c-ba9e-977a8f74296f HTTP/1.1" 200 115 0.029464 10.0.0.249 - - [2026-03-02 02:08:47] "GET /virtual-machine-interface/b469ba94-d317-4f72-8f99-5d0f67f9e70a?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1653 0.005367 10.0.0.249 - - [2026-03-02 02:08:47] "POST /ref-update HTTP/1.1" 200 156 0.013509 10.0.0.249 - - [2026-03-02 02:08:47] "POST /neutron/port HTTP/1.1" 200 1126 0.017988 10.0.0.249 - - [2026-03-02 02:08:47] "POST /neutron/port HTTP/1.1" 200 1116 0.019333 10.0.0.249 - - [2026-03-02 02:08:47] "GET /instance-ip/291891c0-09bb-496b-a625-7e1cc0c83147?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1761 0.015913 10.0.0.249 - - [2026-03-02 02:08:47] "POST /neutron/port HTTP/1.1" 200 1125 0.031194 10.0.0.249 - - [2026-03-02 02:08:47] "POST /neutron/port HTTP/1.1" 200 1115 0.030440 10.0.0.249 - - [2026-03-02 02:08:47] "DELETE /instance-ip/291891c0-09bb-496b-a625-7e1cc0c83147 HTTP/1.1" 200 115 0.091264 10.0.0.249 - - [2026-03-02 02:08:47] "DELETE /virtual-machine-interface/b469ba94-d317-4f72-8f99-5d0f67f9e70a HTTP/1.1" 200 115 0.065773 10.0.0.249 - - [2026-03-02 02:08:47] "POST /neutron/port HTTP/1.1" 200 151 0.213708 10.0.0.249 - - [2026-03-02 02:08:47] "DELETE /instance-ip/291891c0-09bb-496b-a625-7e1cc0c83147 HTTP/1.1" 404 177 0.002888 10.0.0.249 - - [2026-03-02 02:08:47] "POST /neutron/port HTTP/1.1" 200 151 0.165841 10.0.0.249 - - [2026-03-02 02:08:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002260 10.0.0.249 - - [2026-03-02 02:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.249 - - [2026-03-02 02:08:47] "POST /useragent-kv HTTP/1.1" 200 115 0.006504 10.0.0.249 - - [2026-03-02 02:08:47] "DELETE /virtual-network/ca1c7eb9-4738-4aa4-96bc-f1a6a11b3c7b HTTP/1.1" 200 115 0.094455 10.0.0.249 - - [2026-03-02 02:08:47] "DELETE /route-target/60f7c31d-986b-4af6-a815-241e249b6ebd HTTP/1.1" 200 115 0.021291 10.0.0.249 - - [2026-03-02 02:08:47] "DELETE /service-instance/560167d0-35ce-4f0c-92c5-fdc9a3997b75 HTTP/1.1" 200 115 0.038418 10.0.0.249 - - [2026-03-02 02:08:47] "GET /logical-router/b5852a2f-c2ce-485c-942a-31c6c9167cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003444 10.0.0.249 - - [2026-03-02 02:08:47] "GET /service-instance/560167d0-35ce-4f0c-92c5-fdc9a3997b75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002346 10.0.0.249 - - [2026-03-02 02:08:47] "GET /virtual-machine-interface/e59f9cd5-b8e3-4b0d-8efb-70f4a7e1160f?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1656 0.005510 10.0.0.249 - - [2026-03-02 02:08:47] "POST /ref-update HTTP/1.1" 200 156 0.012208 10.0.0.249 - - [2026-03-02 02:08:47] "GET /instance-ip/5cea92a4-7fef-403f-8529-e8f14d1140d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004002 10.0.0.249 - - [2026-03-02 02:08:48] "DELETE /virtual-machine-interface/e59f9cd5-b8e3-4b0d-8efb-70f4a7e1160f HTTP/1.1" 200 115 0.031125 10.0.0.249 - - [2026-03-02 02:08:48] "DELETE /virtual-machine/c270233e-f8dd-4fa4-aab1-47e58b6171ba HTTP/1.1" 200 115 0.020458 10.0.0.249 - - [2026-03-02 02:08:48] "GET /virtual-machine-interface/0d6c564d-9da2-4a5c-ae57-9015ff75241c?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1654 0.008887 10.0.0.249 - - [2026-03-02 02:08:48] "POST /ref-update HTTP/1.1" 200 156 0.014014 10.0.0.249 - - [2026-03-02 02:08:48] "GET /instance-ip/5cea92a4-7fef-403f-8529-e8f14d1140d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1695 0.005444 10.0.0.249 - - [2026-03-02 02:08:48] "DELETE /instance-ip/5cea92a4-7fef-403f-8529-e8f14d1140d6 HTTP/1.1" 200 115 0.054203 10.0.0.249 - - [2026-03-02 02:08:48] "DELETE /virtual-machine-interface/0d6c564d-9da2-4a5c-ae57-9015ff75241c HTTP/1.1" 200 115 0.042614 10.0.0.249 - - [2026-03-02 02:08:48] "POST /ref-update HTTP/1.1" 200 156 0.012772 10.0.0.249 - - [2026-03-02 02:08:48] "DELETE /virtual-machine/918949ad-dd8e-47bf-ac90-b5d03e659f68 HTTP/1.1" 200 115 0.017409 10.0.0.249 - - [2026-03-02 02:08:48] "POST /neutron/network HTTP/1.1" 200 833 0.005857 10.0.0.249 - - [2026-03-02 02:08:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003077 10.0.0.249 - - [2026-03-02 02:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.249 - - [2026-03-02 02:08:49] "POST /useragent-kv HTTP/1.1" 200 115 0.001631 10.0.0.249 - - [2026-03-02 02:08:49] "POST /neutron/network HTTP/1.1" 200 151 0.071154 10.0.0.249 - - [2026-03-02 02:08:49] "POST /neutron/network HTTP/1.1" 200 825 0.007551 10.0.0.249 - - [2026-03-02 02:08:49] "DELETE /route-target/b2b7a09d-f87a-4902-a3a7-a7eb2769c953 HTTP/1.1" 200 115 0.024141 10.0.0.249 - - [2026-03-02 02:08:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003808 10.0.0.249 - - [2026-03-02 02:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004110 10.0.0.249 - - [2026-03-02 02:08:49] "POST /useragent-kv HTTP/1.1" 200 115 0.001925 10.0.0.249 - - [2026-03-02 02:08:49] "POST /neutron/network HTTP/1.1" 200 151 0.074587 10.0.0.249 - - [2026-03-02 02:08:49] "DELETE /route-target/93257976-134c-4788-879f-77284be8ac12 HTTP/1.1" 200 115 0.017043 10.0.0.249 - - [2026-03-02 02:08:49] "GET /projects?obj_uuids=8486a9e7-d2f1-44c9-8e95-4b48be99c94c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001141 10.0.0.249 - - [2026-03-02 02:08:49] "GET /project/8486a9e7-d2f1-44c9-8e95-4b48be99c94c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.026397 10.0.0.249 - - [2026-03-02 02:08:49] "GET /projects?obj_uuids=8486a9e7-d2f1-44c9-8e95-4b48be99c94c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001077 10.0.0.249 - - [2026-03-02 02:08:49] "GET /project/8486a9e7-d2f1-44c9-8e95-4b48be99c94c?fields=virtual_networks HTTP/1.1" 200 1050 0.070420 10.0.0.249 - - [2026-03-02 02:08:49] "GET /projects?obj_uuids=8486a9e7-d2f1-44c9-8e95-4b48be99c94c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001536 10.0.0.249 - - [2026-03-02 02:08:49] "GET /obj-perms HTTP/1.1" 200 5075 0.058995 10.0.0.249 - - [2026-03-02 02:08:49] "GET /project/8486a9e7-d2f1-44c9-8e95-4b48be99c94c?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.029733 10.0.0.249 - - [2026-03-02 02:08:49] "GET /projects?obj_uuids=8486a9e7-d2f1-44c9-8e95-4b48be99c94c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001118 10.0.0.249 - - [2026-03-02 02:08:49] "GET /project/8486a9e7-d2f1-44c9-8e95-4b48be99c94c?fields=security_groups HTTP/1.1" 200 1280 0.029879 10.0.0.249 - - [2026-03-02 02:08:50] "GET /obj-perms HTTP/1.1" 200 5075 0.375483 10.0.0.249 - - [2026-03-02 02:08:50] "POST /fqname-to-id HTTP/1.1" 404 196 0.037405 10.0.0.249 - - [2026-03-02 02:08:50] "GET /projects?obj_uuids=1b70612e-263c-412c-8ea5-f4a0f60497c1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005383 10.0.0.249 - - [2026-03-02 02:08:50] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001713 10.0.0.249 - - [2026-03-02 02:08:50] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009310 10.0.0.249 - - [2026-03-02 02:08:51] "POST /id-to-fqname HTTP/1.1" 200 198 0.001803 10.0.0.249 - - [2026-03-02 02:08:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.005188 10.0.0.249 - - [2026-03-02 02:08:51] "POST /security-groups HTTP/1.1" 200 599 0.068333 10.0.0.249 - - [2026-03-02 02:08:51] "POST /fqname-to-id HTTP/1.1" 404 242 0.003163 10.0.0.249 - - [2026-03-02 02:08:51] "POST /projects HTTP/1.1" 200 601 0.243488 10.0.0.249 - - [2026-03-02 02:08:51] "POST /access-control-lists HTTP/1.1" 200 606 0.058925 10.0.0.249 - - [2026-03-02 02:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.326542 10.0.0.249 - - [2026-03-02 02:08:51] "POST /fqname-to-id HTTP/1.1" 404 241 0.002690 10.0.0.249 - - [2026-03-02 02:08:51] "GET /project/1b70612e-263c-412c-8ea5-f4a0f60497c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.470026 10.0.0.249 - - [2026-03-02 02:08:51] "POST /access-control-lists HTTP/1.1" 200 604 0.060875 10.0.0.249 - - [2026-03-02 02:08:52] "GET / HTTP/1.1" 200 36215 0.002180 10.0.0.249 - - [2026-03-02 02:08:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000662 10.0.0.249 - - [2026-03-02 02:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.063060 10.0.0.249 - - [2026-03-02 02:08:53] "GET /projects?obj_uuids=1b70612e-263c-412c-8ea5-f4a0f60497c1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000972 10.0.0.249 - - [2026-03-02 02:08:53] "GET /project/1b70612e-263c-412c-8ea5-f4a0f60497c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.021271 10.0.0.249 - - [2026-03-02 02:08:53] "POST /neutron/network HTTP/1.1" 200 117 0.039346 10.0.0.249 - - [2026-03-02 02:08:53] "GET /projects?obj_uuids=1b70612e-263c-412c-8ea5-f4a0f60497c1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001560 10.0.0.249 - - [2026-03-02 02:08:53] "POST /neutron/network HTTP/1.1" 200 613 0.064634 10.0.0.249 - - [2026-03-02 02:08:53] "POST /route-targets HTTP/1.1" 200 328 0.012906 10.0.0.249 - - [2026-03-02 02:08:53] "POST /ref-update HTTP/1.1" 200 156 0.012335 10.0.0.249 - - [2026-03-02 02:08:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002503 10.0.0.249 - - [2026-03-02 02:08:54] "POST /neutron/subnet HTTP/1.1" 200 729 0.150460 10.0.0.249 - - [2026-03-02 02:08:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000520 10.0.0.249 - - [2026-03-02 02:08:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003264 10.0.0.249 - - [2026-03-02 02:08:54] "POST /neutron/subnet HTTP/1.1" 200 823 0.202531 10.0.0.249 - - [2026-03-02 02:08:54] "POST /neutron/network HTTP/1.1" 200 1006 0.007785 10.0.0.249 - - [2026-03-02 02:08:54] "POST /id-to-fqname HTTP/1.1" 200 228 0.001449 10.0.0.249 - - [2026-03-02 02:08:54] "GET /virtual-network/daf095c7-059b-4603-af20-feb0aa7caa6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006740 10.0.0.249 - - [2026-03-02 02:08:54] "POST /neutron/network HTTP/1.1" 200 1006 0.010079 10.0.0.249 - - [2026-03-02 02:08:54] "GET /virtual-network/daf095c7-059b-4603-af20-feb0aa7caa6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005575 10.0.0.249 - - [2026-03-02 02:08:54] "POST /neutron/network HTTP/1.1" 200 1006 0.008180 10.0.0.249 - - [2026-03-02 02:08:54] "POST /neutron/subnet HTTP/1.1" 200 729 0.007803 10.0.0.249 - - [2026-03-02 02:08:54] "POST /neutron/subnet HTTP/1.1" 200 823 0.007016 10.0.0.249 - - [2026-03-02 02:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002612 10.0.0.249 - - [2026-03-02 02:08:54] "GET /projects?obj_uuids=1b70612e-263c-412c-8ea5-f4a0f60497c1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001517 10.0.0.249 - - [2026-03-02 02:08:54] "GET /project/1b70612e-263c-412c-8ea5-f4a0f60497c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.026658 10.0.0.249 - - [2026-03-02 02:08:54] "POST /neutron/network HTTP/1.1" 200 117 0.010771 10.0.0.249 - - [2026-03-02 02:08:54] "GET /projects?obj_uuids=1b70612e-263c-412c-8ea5-f4a0f60497c1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000999 10.0.0.249 - - [2026-03-02 02:08:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.029758 10.0.0.249 - - [2026-03-02 02:08:54] "POST /neutron/network HTTP/1.1" 200 613 0.061577 10.0.0.249 - - [2026-03-02 02:08:54] "POST /route-targets HTTP/1.1" 200 328 0.009416 10.0.0.249 - - [2026-03-02 02:08:54] "POST /ref-update HTTP/1.1" 200 156 0.011218 10.0.0.249 - - [2026-03-02 02:08:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002430 10.0.0.249 - - [2026-03-02 02:08:54] "POST /neutron/subnet HTTP/1.1" 200 724 0.198248 10.0.0.249 - - [2026-03-02 02:08:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.006032 10.0.0.249 - - [2026-03-02 02:08:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003555 10.0.0.249 - - [2026-03-02 02:08:55] "POST /neutron/subnet HTTP/1.1" 200 828 0.155011 10.0.0.249 - - [2026-03-02 02:08:55] "POST /neutron/network HTTP/1.1" 200 1006 0.007176 10.0.0.249 - - [2026-03-02 02:08:55] "POST /id-to-fqname HTTP/1.1" 200 228 0.001232 10.0.0.249 - - [2026-03-02 02:08:55] "GET /virtual-network/07252178-bd10-4c51-a0cb-ca416d5cbcf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.004966 10.0.0.249 - - [2026-03-02 02:08:55] "POST /neutron/network HTTP/1.1" 200 1006 0.009465 10.0.0.249 - - [2026-03-02 02:08:55] "GET /virtual-network/07252178-bd10-4c51-a0cb-ca416d5cbcf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006856 10.0.0.249 - - [2026-03-02 02:08:55] "POST /neutron/network HTTP/1.1" 200 1006 0.006998 10.0.0.249 - - [2026-03-02 02:08:55] "POST /neutron/subnet HTTP/1.1" 200 724 0.006134 10.0.0.249 - - [2026-03-02 02:08:55] "POST /neutron/subnet HTTP/1.1" 200 828 0.006603 10.0.0.249 - - [2026-03-02 02:08:55] "POST /fqname-to-id HTTP/1.1" 404 234 0.002218 10.0.0.249 - - [2026-03-02 02:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002132 10.0.0.249 - - [2026-03-02 02:08:55] "GET /projects?obj_uuids=1b70612e-263c-412c-8ea5-f4a0f60497c1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001521 10.0.0.249 - - [2026-03-02 02:08:55] "GET /project/1b70612e-263c-412c-8ea5-f4a0f60497c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.029842 10.0.0.249 - - [2026-03-02 02:08:55] "POST /network-policys HTTP/1.1" 200 579 0.059917 10.0.0.249 - - [2026-03-02 02:08:55] "GET /network-policy/debbc800-aa7e-4339-80cd-b90db359425f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.005147 10.0.0.249 - - [2026-03-02 02:08:55] "POST /neutron/network HTTP/1.1" 200 1006 0.007227 10.0.0.249 - - [2026-03-02 02:08:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.004433 10.0.0.249 - - [2026-03-02 02:08:55] "POST /fqname-to-id HTTP/1.1" 404 242 0.003424 10.0.0.249 - - [2026-03-02 02:08:55] "POST /neutron/network HTTP/1.1" 200 1114 0.045418 10.0.0.249 - - [2026-03-02 02:08:55] "POST /access-control-lists HTTP/1.1" 200 598 0.126569 10.0.0.249 - - [2026-03-02 02:08:55] "POST /neutron/network HTTP/1.1" 200 1114 0.109020 10.0.0.249 - - [2026-03-02 02:08:55] "GET /virtual-network/daf095c7-059b-4603-af20-feb0aa7caa6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.005933 10.0.0.249 - - [2026-03-02 02:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002268 10.0.0.249 - - [2026-03-02 02:08:55] "GET /network-policy/debbc800-aa7e-4339-80cd-b90db359425f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.003276 10.0.0.249 - - [2026-03-02 02:08:55] "POST /neutron/network HTTP/1.1" 200 1006 0.007413 10.0.0.249 - - [2026-03-02 02:08:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.006415 10.0.0.249 - - [2026-03-02 02:08:55] "POST /fqname-to-id HTTP/1.1" 404 242 0.005375 10.0.0.249 - - [2026-03-02 02:08:55] "POST /neutron/network HTTP/1.1" 200 1114 0.052509 10.0.0.249 - - [2026-03-02 02:08:55] "POST /access-control-lists HTTP/1.1" 200 598 0.065693 10.0.0.249 - - [2026-03-02 02:08:55] "POST /neutron/network HTTP/1.1" 200 1114 0.036079 10.0.0.249 - - [2026-03-02 02:08:55] "GET /virtual-network/07252178-bd10-4c51-a0cb-ca416d5cbcf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.005343 10.0.0.249 - - [2026-03-02 02:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002421 10.0.0.249 - - [2026-03-02 02:08:56] "POST /ref-update HTTP/1.1" 200 156 0.008872 10.0.0.249 - - [2026-03-02 02:08:56] "GET /network-policy/debbc800-aa7e-4339-80cd-b90db359425f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.004146 10.0.0.249 - - [2026-03-02 02:08:56] "GET /domains HTTP/1.1" 401 293 0.000753 10.0.0.249 - - [2026-03-02 02:08:56] "PUT /access-control-list/2a0187fb-17b0-4d13-b835-cfb9369270af HTTP/1.1" 200 273 0.050470 10.0.0.249 - - [2026-03-02 02:08:56] "GET /domains HTTP/1.1" 200 281 0.026818 10.0.0.249 - - [2026-03-02 02:08:56] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001335 10.0.0.249 - - [2026-03-02 02:08:56] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 2782 0.010086 10.0.0.249 - - [2026-03-02 02:08:56] "GET /projects?obj_uuids=1b70612e-263c-412c-8ea5-f4a0f60497c1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000924 10.0.0.249 - - [2026-03-02 02:08:56] "GET /project/1b70612e-263c-412c-8ea5-f4a0f60497c1 HTTP/1.1" 200 2643 0.067899 10.0.0.249 - - [2026-03-02 02:08:56] "GET /virtual-network/daf095c7-059b-4603-af20-feb0aa7caa6d HTTP/1.1" 200 3512 0.006088 10.0.0.249 - - [2026-03-02 02:08:56] "GET /virtual-network/daf095c7-059b-4603-af20-feb0aa7caa6d HTTP/1.1" 200 3512 0.005539 10.0.0.249 - - [2026-03-02 02:08:56] "GET /routing-instance/d06a57f3-8084-467f-8d12-1a4f4cf2b45b HTTP/1.1" 200 1800 0.003800 10.0.0.249 - - [2026-03-02 02:08:56] "GET /routing-instance/d06a57f3-8084-467f-8d12-1a4f4cf2b45b HTTP/1.1" 200 1800 0.003487 10.0.0.249 - - [2026-03-02 02:08:56] "GET /route-target/c7146144-91d9-4768-9b51-7c23eea59ff6 HTTP/1.1" 200 1215 0.003002 10.0.0.249 - - [2026-03-02 02:08:56] "GET /virtual-network/daf095c7-059b-4603-af20-feb0aa7caa6d HTTP/1.1" 200 3512 0.004789 10.0.0.249 - - [2026-03-02 02:08:56] "GET /routing-instance/d06a57f3-8084-467f-8d12-1a4f4cf2b45b HTTP/1.1" 200 1800 0.003457 10.0.0.249 - - [2026-03-02 02:08:56] "GET /virtual-network/daf095c7-059b-4603-af20-feb0aa7caa6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.004544 10.0.0.249 - - [2026-03-02 02:08:56] "GET /virtual-network/daf095c7-059b-4603-af20-feb0aa7caa6d HTTP/1.1" 200 3512 0.004544 10.0.0.249 - - [2026-03-02 02:08:56] "GET /routing-instance/d06a57f3-8084-467f-8d12-1a4f4cf2b45b HTTP/1.1" 200 1800 0.002675 10.0.0.249 - - [2026-03-02 02:08:56] "GET /routing-instance/d06a57f3-8084-467f-8d12-1a4f4cf2b45b HTTP/1.1" 200 1800 0.002663 10.0.0.249 - - [2026-03-02 02:08:56] "GET /route-target/c7146144-91d9-4768-9b51-7c23eea59ff6 HTTP/1.1" 200 1215 0.002328 10.0.0.249 - - [2026-03-02 02:08:56] "GET /domains HTTP/1.1" 200 281 0.002105 10.0.0.249 - - [2026-03-02 02:08:56] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000915 10.0.0.249 - - [2026-03-02 02:08:56] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 2782 0.006034 10.0.0.249 - - [2026-03-02 02:08:56] "GET /projects?obj_uuids=1b70612e-263c-412c-8ea5-f4a0f60497c1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000823 10.0.0.249 - - [2026-03-02 02:08:56] "GET /project/1b70612e-263c-412c-8ea5-f4a0f60497c1 HTTP/1.1" 200 2643 0.067202 10.0.0.249 - - [2026-03-02 02:08:56] "GET /virtual-network/daf095c7-059b-4603-af20-feb0aa7caa6d HTTP/1.1" 200 3512 0.004285 10.0.0.249 - - [2026-03-02 02:08:57] "GET /obj-perms HTTP/1.1" 200 5065 0.053168 10.0.0.249 - - [2026-03-02 02:08:57] "GET /domains HTTP/1.1" 200 281 0.002641 10.0.0.249 - - [2026-03-02 02:08:57] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000997 10.0.0.249 - - [2026-03-02 02:08:57] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 2782 0.006071 10.0.0.249 - - [2026-03-02 02:08:57] "GET /projects?obj_uuids=1b70612e-263c-412c-8ea5-f4a0f60497c1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000925 10.0.0.249 - - [2026-03-02 02:08:57] "GET /project/1b70612e-263c-412c-8ea5-f4a0f60497c1 HTTP/1.1" 200 2643 0.069036 10.0.0.249 - - [2026-03-02 02:08:57] "GET /virtual-network/07252178-bd10-4c51-a0cb-ca416d5cbcf2 HTTP/1.1" 200 3510 0.007037 10.0.0.249 - - [2026-03-02 02:08:57] "GET /virtual-network/07252178-bd10-4c51-a0cb-ca416d5cbcf2 HTTP/1.1" 200 3510 0.005275 10.0.0.249 - - [2026-03-02 02:08:57] "GET /routing-instance/8e83500f-68e9-419d-aac0-48b6cfe54fd9 HTTP/1.1" 200 1800 0.003480 10.0.0.249 - - [2026-03-02 02:08:57] "GET /routing-instance/8e83500f-68e9-419d-aac0-48b6cfe54fd9 HTTP/1.1" 200 1800 0.003133 10.0.0.249 - - [2026-03-02 02:08:57] "GET /route-target/efc48d6c-4136-4b2e-b4ea-7a751d054a47 HTTP/1.1" 200 1215 0.002665 10.0.0.249 - - [2026-03-02 02:08:57] "GET /virtual-network/07252178-bd10-4c51-a0cb-ca416d5cbcf2 HTTP/1.1" 200 3510 0.004013 10.0.0.249 - - [2026-03-02 02:08:57] "GET /routing-instance/8e83500f-68e9-419d-aac0-48b6cfe54fd9 HTTP/1.1" 200 1800 0.002759 10.0.0.249 - - [2026-03-02 02:08:57] "GET /virtual-network/07252178-bd10-4c51-a0cb-ca416d5cbcf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.004335 10.0.0.249 - - [2026-03-02 02:08:57] "GET /virtual-network/07252178-bd10-4c51-a0cb-ca416d5cbcf2 HTTP/1.1" 200 3510 0.004464 10.0.0.249 - - [2026-03-02 02:08:57] "GET /routing-instance/8e83500f-68e9-419d-aac0-48b6cfe54fd9 HTTP/1.1" 200 1800 0.002816 10.0.0.249 - - [2026-03-02 02:08:57] "GET /routing-instance/8e83500f-68e9-419d-aac0-48b6cfe54fd9 HTTP/1.1" 200 1800 0.002739 10.0.0.249 - - [2026-03-02 02:08:57] "GET /route-target/efc48d6c-4136-4b2e-b4ea-7a751d054a47 HTTP/1.1" 200 1215 0.002298 10.0.0.249 - - [2026-03-02 02:08:57] "GET /domains HTTP/1.1" 200 281 0.002118 10.0.0.249 - - [2026-03-02 02:08:57] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000932 10.0.0.249 - - [2026-03-02 02:08:57] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 2782 0.005638 10.0.0.249 - - [2026-03-02 02:08:57] "GET /projects?obj_uuids=1b70612e-263c-412c-8ea5-f4a0f60497c1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000813 10.0.0.249 - - [2026-03-02 02:08:57] "GET /project/1b70612e-263c-412c-8ea5-f4a0f60497c1 HTTP/1.1" 200 2643 0.064728 10.0.0.249 - - [2026-03-02 02:08:57] "GET /virtual-network/07252178-bd10-4c51-a0cb-ca416d5cbcf2 HTTP/1.1" 200 3510 0.004384 10.0.0.249 - - [2026-03-02 02:08:57] "GET /obj-perms HTTP/1.1" 200 5065 0.002368 10.0.0.249 - - [2026-03-02 02:08:57] "GET /virtual-network/07252178-bd10-4c51-a0cb-ca416d5cbcf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.005135 10.0.0.249 - - [2026-03-02 02:08:57] "POST /neutron/network HTTP/1.1" 200 1114 0.006650 10.0.0.249 - - [2026-03-02 02:08:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.003438 10.0.0.249 - - [2026-03-02 02:08:57] "POST /neutron/network HTTP/1.1" 200 1006 0.042361 10.0.0.249 - - [2026-03-02 02:08:57] "DELETE /access-control-list/34c5abac-ba4d-405b-8144-1e56742fef21 HTTP/1.1" 200 115 0.031569 10.0.0.249 - - [2026-03-02 02:08:57] "POST /neutron/network HTTP/1.1" 200 1006 0.010010 10.0.0.249 - - [2026-03-02 02:08:57] "POST /ref-update HTTP/1.1" 200 156 0.013906 10.0.0.249 - - [2026-03-02 02:08:57] "GET /virtual-network/07252178-bd10-4c51-a0cb-ca416d5cbcf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.008655 10.0.0.249 - - [2026-03-02 02:08:57] "GET /virtual-network/daf095c7-059b-4603-af20-feb0aa7caa6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.004963 10.0.0.249 - - [2026-03-02 02:08:57] "POST /neutron/network HTTP/1.1" 200 1114 0.007087 10.0.0.249 - - [2026-03-02 02:08:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.006644 10.0.0.249 - - [2026-03-02 02:08:57] "POST /neutron/network HTTP/1.1" 200 1006 0.046147 10.0.0.249 - - [2026-03-02 02:08:57] "DELETE /access-control-list/2a0187fb-17b0-4d13-b835-cfb9369270af HTTP/1.1" 200 115 0.037245 10.0.0.249 - - [2026-03-02 02:08:57] "POST /neutron/network HTTP/1.1" 200 1006 0.009002 10.0.0.249 - - [2026-03-02 02:08:57] "GET /virtual-network/daf095c7-059b-4603-af20-feb0aa7caa6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.004185 10.0.0.249 - - [2026-03-02 02:08:57] "POST /ref-update HTTP/1.1" 200 156 0.014805 10.0.0.249 - - [2026-03-02 02:08:57] "DELETE /network-policy/debbc800-aa7e-4339-80cd-b90db359425f HTTP/1.1" 200 115 0.024434 10.0.0.249 - - [2026-03-02 02:08:57] "POST /neutron/network HTTP/1.1" 200 1006 0.007251 10.0.0.249 - - [2026-03-02 02:08:57] "POST /useragent-kv HTTP/1.1" 200 115 0.005090 10.0.0.249 - - [2026-03-02 02:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005732 10.0.0.249 - - [2026-03-02 02:08:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003009 10.0.0.249 - - [2026-03-02 02:08:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001657 10.0.0.249 - - [2026-03-02 02:08:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001764 10.0.0.249 - - [2026-03-02 02:08:57] "POST /neutron/network HTTP/1.1" 200 151 0.082356 10.0.0.249 - - [2026-03-02 02:08:57] "DELETE /route-target/efc48d6c-4136-4b2e-b4ea-7a751d054a47 HTTP/1.1" 200 115 0.016571 10.0.0.249 - - [2026-03-02 02:08:57] "GET /routing-instance/8e83500f-68e9-419d-aac0-48b6cfe54fd9 HTTP/1.1" 404 171 0.002121 10.0.0.249 - - [2026-03-02 02:08:57] "GET /domains HTTP/1.1" 200 281 0.003061 10.0.0.249 - - [2026-03-02 02:08:57] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001004 10.0.0.249 - - [2026-03-02 02:08:57] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 2782 0.049291 10.0.0.249 - - [2026-03-02 02:08:57] "GET /projects?obj_uuids=1b70612e-263c-412c-8ea5-f4a0f60497c1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000955 10.0.0.249 - - [2026-03-02 02:08:57] "GET /project/1b70612e-263c-412c-8ea5-f4a0f60497c1 HTTP/1.1" 200 2161 0.066929 10.0.0.249 - - [2026-03-02 02:08:58] "POST /neutron/network HTTP/1.1" 200 1006 0.006604 10.0.0.249 - - [2026-03-02 02:08:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.249 - - [2026-03-02 02:08:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001881 10.0.0.249 - - [2026-03-02 02:08:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002523 10.0.0.249 - - [2026-03-02 02:08:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001656 10.0.0.249 - - [2026-03-02 02:08:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001528 10.0.0.249 - - [2026-03-02 02:08:58] "POST /neutron/network HTTP/1.1" 200 151 0.080899 10.0.0.249 - - [2026-03-02 02:08:58] "DELETE /route-target/c7146144-91d9-4768-9b51-7c23eea59ff6 HTTP/1.1" 200 115 0.020002 10.0.0.249 - - [2026-03-02 02:08:58] "GET /routing-instance/d06a57f3-8084-467f-8d12-1a4f4cf2b45b HTTP/1.1" 404 171 0.002972 10.0.0.249 - - [2026-03-02 02:08:58] "GET /domains HTTP/1.1" 200 281 0.002254 10.0.0.249 - - [2026-03-02 02:08:58] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000898 10.0.0.249 - - [2026-03-02 02:08:58] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 2782 0.046669 10.0.0.249 - - [2026-03-02 02:08:58] "GET /projects?obj_uuids=1b70612e-263c-412c-8ea5-f4a0f60497c1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001490 10.0.0.249 - - [2026-03-02 02:08:58] "GET /project/1b70612e-263c-412c-8ea5-f4a0f60497c1 HTTP/1.1" 200 1915 0.066350 10.0.0.249 - - [2026-03-02 02:08:58] "GET /projects?obj_uuids=1b70612e-263c-412c-8ea5-f4a0f60497c1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001106 10.0.0.249 - - [2026-03-02 02:08:58] "GET /project/1b70612e-263c-412c-8ea5-f4a0f60497c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.022915 10.0.0.249 - - [2026-03-02 02:08:58] "GET /projects?obj_uuids=1b70612e-263c-412c-8ea5-f4a0f60497c1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001058 10.0.0.249 - - [2026-03-02 02:08:58] "GET /project/1b70612e-263c-412c-8ea5-f4a0f60497c1?fields=virtual_networks HTTP/1.1" 200 1060 0.065089 10.0.0.249 - - [2026-03-02 02:08:58] "GET /projects?obj_uuids=1b70612e-263c-412c-8ea5-f4a0f60497c1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000986 10.0.0.249 - - [2026-03-02 02:08:58] "GET /project/1b70612e-263c-412c-8ea5-f4a0f60497c1?fields=virtual_machine_interfaces HTTP/1.1" 200 1060 0.023841 10.0.0.249 - - [2026-03-02 02:08:58] "GET /projects?obj_uuids=1b70612e-263c-412c-8ea5-f4a0f60497c1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001117 10.0.0.249 - - [2026-03-02 02:08:58] "GET /project/1b70612e-263c-412c-8ea5-f4a0f60497c1?fields=security_groups HTTP/1.1" 200 1295 0.024132 10.0.0.249 - - [2026-03-02 02:08:59] "POST /fqname-to-id HTTP/1.1" 404 204 0.026222 10.0.0.249 - - [2026-03-02 02:08:59] "GET /projects?obj_uuids=b7b1da43-3f6f-4fbc-8a87-051635e7d22b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002188 10.0.0.249 - - [2026-03-02 02:08:59] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001073 10.0.0.249 - - [2026-03-02 02:08:59] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006500 10.0.0.249 - - [2026-03-02 02:08:59] "POST /id-to-fqname HTTP/1.1" 200 206 0.001448 10.0.0.249 - - [2026-03-02 02:08:59] "POST /fqname-to-id HTTP/1.1" 404 215 0.003270 10.0.0.249 - - [2026-03-02 02:08:59] "POST /security-groups HTTP/1.1" 200 607 0.060107 10.0.0.249 - - [2026-03-02 02:08:59] "POST /fqname-to-id HTTP/1.1" 404 250 0.002703 10.0.0.249 - - [2026-03-02 02:08:59] "POST /projects HTTP/1.1" 200 617 0.217647 10.0.0.249 - - [2026-03-02 02:08:59] "POST /access-control-lists HTTP/1.1" 200 614 0.057444 10.0.0.249 - - [2026-03-02 02:08:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.293576 10.0.0.249 - - [2026-03-02 02:08:59] "POST /fqname-to-id HTTP/1.1" 404 249 0.002874 10.0.0.249 - - [2026-03-02 02:09:00] "GET /project/b7b1da43-3f6f-4fbc-8a87-051635e7d22b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.415212 10.0.0.249 - - [2026-03-02 02:09:00] "POST /access-control-lists HTTP/1.1" 200 612 0.068895 10.0.0.249 - - [2026-03-02 02:09:01] "GET / HTTP/1.1" 200 36215 0.001892 10.0.0.249 - - [2026-03-02 02:09:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000496 10.0.0.249 - - [2026-03-02 02:09:02] "GET /global-system-configs HTTP/1.1" 401 293 0.000498 10.0.0.249 - - [2026-03-02 02:09:02] "POST /fqname-to-id HTTP/1.1" 404 233 0.068962 10.0.0.249 - - [2026-03-02 02:09:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002630 10.0.0.249 - - [2026-03-02 02:09:02] "GET /global-system-configs HTTP/1.1" 401 293 0.000359 10.0.0.249 - - [2026-03-02 02:09:02] "GET /projects?obj_uuids=b7b1da43-3f6f-4fbc-8a87-051635e7d22b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001061 10.0.0.249 - - [2026-03-02 02:09:02] "GET /project/b7b1da43-3f6f-4fbc-8a87-051635e7d22b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.022947 10.0.0.249 - - [2026-03-02 02:09:02] "POST /network-policys HTTP/1.1" 200 569 0.060562 10.0.0.249 - - [2026-03-02 02:09:02] "GET /network-policy/deeebda5-ed86-4bd7-a68d-c64eb15228a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.004511 10.0.0.249 - - [2026-03-02 02:09:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.249 - - [2026-03-02 02:09:02] "GET /projects?obj_uuids=b7b1da43-3f6f-4fbc-8a87-051635e7d22b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001109 10.0.0.249 - - [2026-03-02 02:09:02] "GET /project/b7b1da43-3f6f-4fbc-8a87-051635e7d22b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.025001 10.0.0.249 - - [2026-03-02 02:09:03] "POST /neutron/network HTTP/1.1" 200 117 0.040065 10.0.0.249 - - [2026-03-02 02:09:03] "GET /projects?obj_uuids=b7b1da43-3f6f-4fbc-8a87-051635e7d22b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001102 10.0.0.249 - - [2026-03-02 02:09:03] "POST /neutron/network HTTP/1.1" 200 623 0.071199 10.0.0.249 - - [2026-03-02 02:09:03] "POST /route-targets HTTP/1.1" 200 328 0.008949 10.0.0.249 - - [2026-03-02 02:09:03] "POST /ref-update HTTP/1.1" 200 156 0.010938 10.0.0.249 - - [2026-03-02 02:09:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003399 10.0.0.249 - - [2026-03-02 02:09:03] "POST /neutron/subnet HTTP/1.1" 200 724 0.155810 10.0.0.249 - - [2026-03-02 02:09:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.003740 10.0.0.249 - - [2026-03-02 02:09:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003464 10.0.0.249 - - [2026-03-02 02:09:03] "POST /neutron/subnet HTTP/1.1" 200 828 0.166590 10.0.0.249 - - [2026-03-02 02:09:03] "POST /neutron/network HTTP/1.1" 200 1016 0.007128 10.0.0.249 - - [2026-03-02 02:09:03] "POST /id-to-fqname HTTP/1.1" 200 237 0.001177 10.0.0.249 - - [2026-03-02 02:09:03] "GET /virtual-network/9f21edfc-9602-45f9-a294-d73c75cba624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2662 0.005335 10.0.0.249 - - [2026-03-02 02:09:03] "POST /neutron/network HTTP/1.1" 200 1016 0.008870 10.0.0.249 - - [2026-03-02 02:09:03] "GET /virtual-network/9f21edfc-9602-45f9-a294-d73c75cba624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2662 0.005208 10.0.0.249 - - [2026-03-02 02:09:03] "POST /neutron/network HTTP/1.1" 200 1016 0.006978 10.0.0.249 - - [2026-03-02 02:09:03] "POST /neutron/subnet HTTP/1.1" 200 724 0.006278 10.0.0.249 - - [2026-03-02 02:09:03] "POST /neutron/subnet HTTP/1.1" 200 828 0.006379 10.0.0.249 - - [2026-03-02 02:09:03] "POST /neutron/network HTTP/1.1" 200 1016 0.007654 10.0.0.249 - - [2026-03-02 02:09:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.004665 10.0.0.249 - - [2026-03-02 02:09:03] "POST /fqname-to-id HTTP/1.1" 404 252 0.004386 10.0.0.249 - - [2026-03-02 02:09:03] "POST /neutron/network HTTP/1.1" 200 1123 0.047014 10.0.0.249 - - [2026-03-02 02:09:03] "POST /access-control-lists HTTP/1.1" 200 609 0.067239 10.0.0.249 - - [2026-03-02 02:09:03] "POST /neutron/network HTTP/1.1" 200 1123 0.043977 10.0.0.249 - - [2026-03-02 02:09:03] "GET /virtual-network/9f21edfc-9602-45f9-a294-d73c75cba624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2986 0.011293 10.0.0.249 - - [2026-03-02 02:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.249 - - [2026-03-02 02:09:03] "GET /network-policy/deeebda5-ed86-4bd7-a68d-c64eb15228a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.004715 10.0.0.249 - - [2026-03-02 02:09:03] "GET /domains HTTP/1.1" 401 293 0.000573 10.0.0.249 - - [2026-03-02 02:09:04] "GET /domains HTTP/1.1" 200 281 0.028140 10.0.0.249 - - [2026-03-02 02:09:04] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001338 10.0.0.249 - - [2026-03-02 02:09:04] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 2985 0.009689 10.0.0.249 - - [2026-03-02 02:09:04] "GET /projects?obj_uuids=b7b1da43-3f6f-4fbc-8a87-051635e7d22b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001391 10.0.0.249 - - [2026-03-02 02:09:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000378 10.0.0.249 - - [2026-03-02 02:09:04] "GET /project/b7b1da43-3f6f-4fbc-8a87-051635e7d22b HTTP/1.1" 200 2475 0.080243 10.0.0.249 - - [2026-03-02 02:09:04] "GET /virtual-network/9f21edfc-9602-45f9-a294-d73c75cba624 HTTP/1.1" 200 3550 0.007415 10.0.0.249 - - [2026-03-02 02:09:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000322 10.0.0.249 - - [2026-03-02 02:09:04] "GET /virtual-network/9f21edfc-9602-45f9-a294-d73c75cba624 HTTP/1.1" 200 3550 0.004563 10.0.0.249 - - [2026-03-02 02:09:04] "GET /routing-instance/781d48ca-9beb-4441-8643-0806447f794b HTTP/1.1" 200 1497 0.003417 10.0.0.249 - - [2026-03-02 02:09:04] "GET /routing-instance/781d48ca-9beb-4441-8643-0806447f794b HTTP/1.1" 200 1497 0.003199 10.0.0.249 - - [2026-03-02 02:09:04] "GET /route-target/868454e9-121b-4726-bf69-4d1251beff59 HTTP/1.1" 200 1224 0.003154 10.0.0.249 - - [2026-03-02 02:09:04] "GET /virtual-network/9f21edfc-9602-45f9-a294-d73c75cba624 HTTP/1.1" 200 3550 0.004932 10.0.0.249 - - [2026-03-02 02:09:04] "GET /routing-instance/781d48ca-9beb-4441-8643-0806447f794b HTTP/1.1" 200 1497 0.004015 10.0.0.249 - - [2026-03-02 02:09:04] "GET /virtual-network/9f21edfc-9602-45f9-a294-d73c75cba624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2986 0.006190 10.0.0.249 - - [2026-03-02 02:09:04] "GET /virtual-network/9f21edfc-9602-45f9-a294-d73c75cba624 HTTP/1.1" 200 3550 0.005990 10.0.0.249 - - [2026-03-02 02:09:04] "GET /routing-instance/781d48ca-9beb-4441-8643-0806447f794b HTTP/1.1" 200 1497 0.004421 10.0.0.249 - - [2026-03-02 02:09:04] "GET /routing-instance/781d48ca-9beb-4441-8643-0806447f794b HTTP/1.1" 200 1497 0.003607 10.0.0.249 - - [2026-03-02 02:09:04] "GET /route-target/868454e9-121b-4726-bf69-4d1251beff59 HTTP/1.1" 200 1224 0.002999 10.0.0.249 - - [2026-03-02 02:09:04] "GET /domains HTTP/1.1" 200 281 0.002628 10.0.0.249 - - [2026-03-02 02:09:04] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001021 10.0.0.249 - - [2026-03-02 02:09:04] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 2985 0.007053 10.0.0.249 - - [2026-03-02 02:09:04] "GET /projects?obj_uuids=b7b1da43-3f6f-4fbc-8a87-051635e7d22b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001047 10.0.0.249 - - [2026-03-02 02:09:04] "GET /project/b7b1da43-3f6f-4fbc-8a87-051635e7d22b HTTP/1.1" 200 2475 0.066499 10.0.0.249 - - [2026-03-02 02:09:04] "GET /virtual-network/9f21edfc-9602-45f9-a294-d73c75cba624 HTTP/1.1" 200 3550 0.005076 10.0.0.249 - - [2026-03-02 02:09:05] "GET /obj-perms HTTP/1.1" 200 5081 0.059513 10.0.0.249 - - [2026-03-02 02:09:05] "GET /domains HTTP/1.1" 200 281 0.002661 10.0.0.249 - - [2026-03-02 02:09:05] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000997 10.0.0.249 - - [2026-03-02 02:09:05] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 2985 0.006813 10.0.0.249 - - [2026-03-02 02:09:05] "GET /projects?obj_uuids=b7b1da43-3f6f-4fbc-8a87-051635e7d22b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001430 10.0.0.249 - - [2026-03-02 02:09:05] "GET /project/b7b1da43-3f6f-4fbc-8a87-051635e7d22b HTTP/1.1" 200 2475 0.067254 10.0.0.249 - - [2026-03-02 02:09:05] "GET /network-policy/deeebda5-ed86-4bd7-a68d-c64eb15228a8 HTTP/1.1" 200 3482 0.004142 10.0.0.249 - - [2026-03-02 02:09:05] "DELETE /network-policy/deeebda5-ed86-4bd7-a68d-c64eb15228a8 HTTP/1.1" 409 239 0.006256 10.0.0.249 - - [2026-03-02 02:09:05] "POST /neutron/network HTTP/1.1" 200 1123 0.009063 10.0.0.249 - - [2026-03-02 02:09:05] "DELETE /access-control-list/40b63711-55e5-4d6f-96b4-6c5d1e1adb7b HTTP/1.1" 200 115 0.036805 10.0.0.249 - - [2026-03-02 02:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005451 10.0.0.249 - - [2026-03-02 02:09:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002059 10.0.0.249 - - [2026-03-02 02:09:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001723 10.0.0.249 - - [2026-03-02 02:09:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001663 10.0.0.249 - - [2026-03-02 02:09:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001861 10.0.0.249 - - [2026-03-02 02:09:05] "POST /neutron/network HTTP/1.1" 200 151 0.111806 10.0.0.249 - - [2026-03-02 02:09:05] "GET /routing-instance/781d48ca-9beb-4441-8643-0806447f794b HTTP/1.1" 404 171 0.002705 10.0.0.249 - - [2026-03-02 02:09:05] "GET /domains HTTP/1.1" 200 281 0.003270 10.0.0.249 - - [2026-03-02 02:09:05] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001316 10.0.0.249 - - [2026-03-02 02:09:05] "DELETE /route-target/868454e9-121b-4726-bf69-4d1251beff59 HTTP/1.1" 200 115 0.012542 10.0.0.249 - - [2026-03-02 02:09:05] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 2985 0.048676 10.0.0.249 - - [2026-03-02 02:09:05] "GET /projects?obj_uuids=b7b1da43-3f6f-4fbc-8a87-051635e7d22b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001014 10.0.0.249 - - [2026-03-02 02:09:05] "GET /project/b7b1da43-3f6f-4fbc-8a87-051635e7d22b HTTP/1.1" 200 2220 0.066330 10.0.0.249 - - [2026-03-02 02:09:05] "DELETE /network-policy/deeebda5-ed86-4bd7-a68d-c64eb15228a8 HTTP/1.1" 200 115 0.019077 10.0.0.249 - - [2026-03-02 02:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.249 - - [2026-03-02 02:09:05] "GET /projects?obj_uuids=b7b1da43-3f6f-4fbc-8a87-051635e7d22b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001044 10.0.0.249 - - [2026-03-02 02:09:05] "GET /project/b7b1da43-3f6f-4fbc-8a87-051635e7d22b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.027822 10.0.0.249 - - [2026-03-02 02:09:05] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-97819788&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.003835 10.0.0.249 - - [2026-03-02 02:09:06] "GET /projects?obj_uuids=b7b1da43-3f6f-4fbc-8a87-051635e7d22b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001454 10.0.0.249 - - [2026-03-02 02:09:06] "GET /project/b7b1da43-3f6f-4fbc-8a87-051635e7d22b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.033416 10.0.0.249 - - [2026-03-02 02:09:06] "GET /projects?obj_uuids=b7b1da43-3f6f-4fbc-8a87-051635e7d22b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000961 10.0.0.249 - - [2026-03-02 02:09:06] "GET /project/b7b1da43-3f6f-4fbc-8a87-051635e7d22b?fields=virtual_networks HTTP/1.1" 200 1076 0.071785 10.0.0.249 - - [2026-03-02 02:09:06] "GET /projects?obj_uuids=b7b1da43-3f6f-4fbc-8a87-051635e7d22b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001009 10.0.0.249 - - [2026-03-02 02:09:06] "GET /project/b7b1da43-3f6f-4fbc-8a87-051635e7d22b?fields=virtual_machine_interfaces HTTP/1.1" 200 1076 0.024593 10.0.0.249 - - [2026-03-02 02:09:06] "GET /projects?obj_uuids=b7b1da43-3f6f-4fbc-8a87-051635e7d22b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002449 10.0.0.249 - - [2026-03-02 02:09:06] "GET /project/b7b1da43-3f6f-4fbc-8a87-051635e7d22b?fields=security_groups HTTP/1.1" 200 1319 0.026193 10.0.0.249 - - [2026-03-02 02:09:07] "POST /fqname-to-id HTTP/1.1" 404 190 0.027547 10.0.0.249 - - [2026-03-02 02:09:07] "GET /projects?obj_uuids=cfde915d-629a-4ded-be84-eb3709b8cec8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002058 10.0.0.249 - - [2026-03-02 02:09:07] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001290 10.0.0.249 - - [2026-03-02 02:09:07] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006508 10.0.0.249 - - [2026-03-02 02:09:07] "POST /id-to-fqname HTTP/1.1" 200 192 0.002657 10.0.0.249 - - [2026-03-02 02:09:07] "POST /fqname-to-id HTTP/1.1" 404 201 0.002712 10.0.0.249 - - [2026-03-02 02:09:07] "POST /security-groups HTTP/1.1" 200 593 0.064499 10.0.0.249 - - [2026-03-02 02:09:07] "POST /fqname-to-id HTTP/1.1" 404 236 0.002450 10.0.0.249 - - [2026-03-02 02:09:07] "POST /projects HTTP/1.1" 200 589 0.219204 10.0.0.249 - - [2026-03-02 02:09:07] "POST /access-control-lists HTTP/1.1" 200 600 0.056450 10.0.0.249 - - [2026-03-02 02:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.288639 10.0.0.249 - - [2026-03-02 02:09:07] "POST /fqname-to-id HTTP/1.1" 404 235 0.002664 10.0.0.249 - - [2026-03-02 02:09:07] "GET /project/cfde915d-629a-4ded-be84-eb3709b8cec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.414276 10.0.0.249 - - [2026-03-02 02:09:07] "POST /access-control-lists HTTP/1.1" 200 598 0.056524 10.0.0.249 - - [2026-03-02 02:09:08] "GET / HTTP/1.1" 200 36215 0.001840 10.0.0.249 - - [2026-03-02 02:09:09] "POST /fqname-to-id HTTP/1.1" 401 293 0.000478 10.0.0.249 - - [2026-03-02 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.063194 10.0.0.249 - - [2026-03-02 02:09:10] "GET /projects?obj_uuids=cfde915d-629a-4ded-be84-eb3709b8cec8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001126 10.0.0.249 - - [2026-03-02 02:09:10] "GET /project/cfde915d-629a-4ded-be84-eb3709b8cec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.025766 10.0.0.249 - - [2026-03-02 02:09:10] "POST /neutron/network HTTP/1.1" 200 117 0.033470 10.0.0.249 - - [2026-03-02 02:09:10] "GET /projects?obj_uuids=cfde915d-629a-4ded-be84-eb3709b8cec8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001047 10.0.0.249 - - [2026-03-02 02:09:10] "POST /neutron/network HTTP/1.1" 200 607 0.061872 10.0.0.249 - - [2026-03-02 02:09:10] "POST /route-targets HTTP/1.1" 200 328 0.037748 10.0.0.249 - - [2026-03-02 02:09:10] "POST /ref-update HTTP/1.1" 200 156 0.011182 10.0.0.249 - - [2026-03-02 02:09:10] "POST /useragent-kv HTTP/1.1" 200 115 0.004331 10.0.0.249 - - [2026-03-02 02:09:10] "POST /neutron/subnet HTTP/1.1" 200 705 0.178241 10.0.0.249 - - [2026-03-02 02:09:10] "POST /neutron/network HTTP/1.1" 200 822 0.005140 10.0.0.249 - - [2026-03-02 02:09:10] "POST /id-to-fqname HTTP/1.1" 200 222 0.001177 10.0.0.249 - - [2026-03-02 02:09:10] "GET /virtual-network/41dc294d-94b0-4ddc-b2e4-5f36657ae334?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.004673 10.0.0.249 - - [2026-03-02 02:09:10] "POST /neutron/network HTTP/1.1" 200 822 0.005460 10.0.0.249 - - [2026-03-02 02:09:10] "GET /virtual-network/41dc294d-94b0-4ddc-b2e4-5f36657ae334?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.004440 10.0.0.249 - - [2026-03-02 02:09:10] "POST /neutron/network HTTP/1.1" 200 822 0.005054 10.0.0.249 - - [2026-03-02 02:09:10] "POST /neutron/subnet HTTP/1.1" 200 705 0.006999 10.0.0.249 - - [2026-03-02 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002262 10.0.0.249 - - [2026-03-02 02:09:10] "GET /projects?obj_uuids=cfde915d-629a-4ded-be84-eb3709b8cec8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001034 10.0.0.249 - - [2026-03-02 02:09:10] "GET /project/cfde915d-629a-4ded-be84-eb3709b8cec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.026663 10.0.0.249 - - [2026-03-02 02:09:10] "POST /neutron/network HTTP/1.1" 200 117 0.009563 10.0.0.249 - - [2026-03-02 02:09:10] "GET /projects?obj_uuids=cfde915d-629a-4ded-be84-eb3709b8cec8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000997 10.0.0.249 - - [2026-03-02 02:09:10] "POST /neutron/network HTTP/1.1" 200 607 0.060000 10.0.0.249 - - [2026-03-02 02:09:10] "POST /route-targets HTTP/1.1" 200 328 0.011625 10.0.0.249 - - [2026-03-02 02:09:10] "POST /ref-update HTTP/1.1" 200 156 0.012081 10.0.0.249 - - [2026-03-02 02:09:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002865 10.0.0.249 - - [2026-03-02 02:09:11] "POST /neutron/subnet HTTP/1.1" 200 725 0.183933 10.0.0.249 - - [2026-03-02 02:09:11] "POST /neutron/network HTTP/1.1" 200 826 0.005133 10.0.0.249 - - [2026-03-02 02:09:11] "POST /id-to-fqname HTTP/1.1" 200 222 0.001257 10.0.0.249 - - [2026-03-02 02:09:11] "GET /virtual-network/825ca470-bb5b-4af5-8e71-98f286bd7218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004986 10.0.0.249 - - [2026-03-02 02:09:11] "POST /neutron/network HTTP/1.1" 200 826 0.008066 10.0.0.249 - - [2026-03-02 02:09:11] "GET /virtual-network/825ca470-bb5b-4af5-8e71-98f286bd7218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004983 10.0.0.249 - - [2026-03-02 02:09:11] "POST /neutron/network HTTP/1.1" 200 826 0.005488 10.0.0.249 - - [2026-03-02 02:09:11] "POST /neutron/subnet HTTP/1.1" 200 725 0.006115 10.0.0.249 - - [2026-03-02 02:09:11] "POST /fqname-to-id HTTP/1.1" 404 228 0.001974 10.0.0.249 - - [2026-03-02 02:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.001879 10.0.0.249 - - [2026-03-02 02:09:11] "GET /projects?obj_uuids=cfde915d-629a-4ded-be84-eb3709b8cec8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001421 10.0.0.249 - - [2026-03-02 02:09:11] "GET /project/cfde915d-629a-4ded-be84-eb3709b8cec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.024612 10.0.0.249 - - [2026-03-02 02:09:11] "POST /network-policys HTTP/1.1" 200 573 0.017297 10.0.0.249 - - [2026-03-02 02:09:11] "GET /network-policy/207d2ee1-1be9-4ead-afa7-b14cb2c52643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.005377 10.0.0.249 - - [2026-03-02 02:09:11] "POST /neutron/network HTTP/1.1" 200 822 0.005921 10.0.0.249 - - [2026-03-02 02:09:11] "POST /fqname-to-id HTTP/1.1" 404 236 0.004267 10.0.0.249 - - [2026-03-02 02:09:11] "POST /neutron/network HTTP/1.1" 200 924 0.043754 10.0.0.249 - - [2026-03-02 02:09:11] "POST /neutron/network HTTP/1.1" 200 924 0.033967 10.0.0.249 - - [2026-03-02 02:09:11] "POST /access-control-lists HTTP/1.1" 200 592 0.062670 10.0.0.249 - - [2026-03-02 02:09:11] "GET /virtual-network/41dc294d-94b0-4ddc-b2e4-5f36657ae334?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005825 10.0.0.249 - - [2026-03-02 02:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.249 - - [2026-03-02 02:09:11] "GET /network-policy/207d2ee1-1be9-4ead-afa7-b14cb2c52643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003801 10.0.0.249 - - [2026-03-02 02:09:11] "POST /neutron/network HTTP/1.1" 200 826 0.005181 10.0.0.249 - - [2026-03-02 02:09:11] "POST /fqname-to-id HTTP/1.1" 404 236 0.004632 10.0.0.249 - - [2026-03-02 02:09:11] "POST /neutron/network HTTP/1.1" 200 928 0.042398 10.0.0.249 - - [2026-03-02 02:09:11] "POST /neutron/network HTTP/1.1" 200 928 0.041099 10.0.0.249 - - [2026-03-02 02:09:11] "POST /access-control-lists HTTP/1.1" 200 592 0.066811 10.0.0.249 - - [2026-03-02 02:09:11] "GET /virtual-network/825ca470-bb5b-4af5-8e71-98f286bd7218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004592 10.0.0.249 - - [2026-03-02 02:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002190 10.0.0.249 - - [2026-03-02 02:09:11] "POST /ref-update HTTP/1.1" 200 156 0.008375 10.0.0.249 - - [2026-03-02 02:09:11] "GET /network-policy/207d2ee1-1be9-4ead-afa7-b14cb2c52643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003400 10.0.0.249 - - [2026-03-02 02:09:11] "GET /domains HTTP/1.1" 401 293 0.000376 10.0.0.249 - - [2026-03-02 02:09:11] "PUT /access-control-list/ecca001d-b027-47af-99ea-1d3b295c953a HTTP/1.1" 200 273 0.051198 10.0.0.249 - - [2026-03-02 02:09:12] "GET /domains HTTP/1.1" 200 281 0.027822 10.0.0.249 - - [2026-03-02 02:09:12] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001015 10.0.0.249 - - [2026-03-02 02:09:12] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 3174 0.007217 10.0.0.249 - - [2026-03-02 02:09:12] "GET /projects?obj_uuids=cfde915d-629a-4ded-be84-eb3709b8cec8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001021 10.0.0.249 - - [2026-03-02 02:09:12] "GET /project/cfde915d-629a-4ded-be84-eb3709b8cec8 HTTP/1.1" 200 2590 0.066596 10.0.0.249 - - [2026-03-02 02:09:12] "GET /virtual-network/41dc294d-94b0-4ddc-b2e4-5f36657ae334 HTTP/1.1" 200 2885 0.006006 10.0.0.249 - - [2026-03-02 02:09:12] "GET /virtual-network/41dc294d-94b0-4ddc-b2e4-5f36657ae334 HTTP/1.1" 200 2885 0.004634 10.0.0.249 - - [2026-03-02 02:09:12] "GET /routing-instance/0b08092f-fcfd-4770-a729-4b44e2d5e52f HTTP/1.1" 200 1786 0.003701 10.0.0.249 - - [2026-03-02 02:09:12] "GET /routing-instance/0b08092f-fcfd-4770-a729-4b44e2d5e52f HTTP/1.1" 200 1786 0.003595 10.0.0.249 - - [2026-03-02 02:09:12] "GET /route-target/23de06ea-d2ad-4e12-be1d-8e1578f9ad82 HTTP/1.1" 200 1208 0.003267 10.0.0.249 - - [2026-03-02 02:09:12] "GET /virtual-network/41dc294d-94b0-4ddc-b2e4-5f36657ae334 HTTP/1.1" 200 2885 0.004729 10.0.0.249 - - [2026-03-02 02:09:12] "GET /routing-instance/0b08092f-fcfd-4770-a729-4b44e2d5e52f HTTP/1.1" 200 1786 0.003596 10.0.0.249 - - [2026-03-02 02:09:12] "GET /virtual-network/41dc294d-94b0-4ddc-b2e4-5f36657ae334?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.004604 10.0.0.249 - - [2026-03-02 02:09:12] "GET /virtual-network/41dc294d-94b0-4ddc-b2e4-5f36657ae334 HTTP/1.1" 200 2885 0.004615 10.0.0.249 - - [2026-03-02 02:09:12] "GET /routing-instance/0b08092f-fcfd-4770-a729-4b44e2d5e52f HTTP/1.1" 200 1786 0.003246 10.0.0.249 - - [2026-03-02 02:09:12] "GET /routing-instance/0b08092f-fcfd-4770-a729-4b44e2d5e52f HTTP/1.1" 200 1786 0.003074 10.0.0.249 - - [2026-03-02 02:09:12] "GET /route-target/23de06ea-d2ad-4e12-be1d-8e1578f9ad82 HTTP/1.1" 200 1208 0.002586 10.0.0.249 - - [2026-03-02 02:09:12] "GET /domains HTTP/1.1" 200 281 0.002531 10.0.0.249 - - [2026-03-02 02:09:12] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001088 10.0.0.249 - - [2026-03-02 02:09:12] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 3174 0.006975 10.0.0.249 - - [2026-03-02 02:09:12] "GET /projects?obj_uuids=cfde915d-629a-4ded-be84-eb3709b8cec8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000966 10.0.0.249 - - [2026-03-02 02:09:12] "GET /project/cfde915d-629a-4ded-be84-eb3709b8cec8 HTTP/1.1" 200 2590 0.073260 10.0.0.249 - - [2026-03-02 02:09:12] "GET /virtual-network/41dc294d-94b0-4ddc-b2e4-5f36657ae334 HTTP/1.1" 200 2885 0.004957 10.0.0.249 - - [2026-03-02 02:09:12] "GET /obj-perms HTTP/1.1" 200 5053 0.057072 10.0.0.249 - - [2026-03-02 02:09:12] "GET /domains HTTP/1.1" 200 281 0.002391 10.0.0.249 - - [2026-03-02 02:09:12] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001014 10.0.0.249 - - [2026-03-02 02:09:12] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 3174 0.007414 10.0.0.249 - - [2026-03-02 02:09:12] "GET /projects?obj_uuids=cfde915d-629a-4ded-be84-eb3709b8cec8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000986 10.0.0.249 - - [2026-03-02 02:09:13] "GET /project/cfde915d-629a-4ded-be84-eb3709b8cec8 HTTP/1.1" 200 2590 0.066530 10.0.0.249 - - [2026-03-02 02:09:13] "GET /virtual-network/825ca470-bb5b-4af5-8e71-98f286bd7218 HTTP/1.1" 200 2897 0.007732 10.0.0.249 - - [2026-03-02 02:09:13] "GET /virtual-network/825ca470-bb5b-4af5-8e71-98f286bd7218 HTTP/1.1" 200 2897 0.005588 10.0.0.249 - - [2026-03-02 02:09:13] "GET /routing-instance/8aa769b4-425f-402b-9660-6a30e4da7380 HTTP/1.1" 200 1787 0.004851 10.0.0.249 - - [2026-03-02 02:09:13] "GET /routing-instance/8aa769b4-425f-402b-9660-6a30e4da7380 HTTP/1.1" 200 1787 0.004257 10.0.0.249 - - [2026-03-02 02:09:13] "GET /route-target/11616c0e-02d3-4e77-8887-6e41e0b3754e HTTP/1.1" 200 1207 0.003891 10.0.0.249 - - [2026-03-02 02:09:13] "GET /virtual-network/825ca470-bb5b-4af5-8e71-98f286bd7218 HTTP/1.1" 200 2897 0.004855 10.0.0.249 - - [2026-03-02 02:09:13] "GET /routing-instance/8aa769b4-425f-402b-9660-6a30e4da7380 HTTP/1.1" 200 1787 0.003396 10.0.0.249 - - [2026-03-02 02:09:13] "GET /virtual-network/825ca470-bb5b-4af5-8e71-98f286bd7218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005123 10.0.0.249 - - [2026-03-02 02:09:13] "GET /virtual-network/825ca470-bb5b-4af5-8e71-98f286bd7218 HTTP/1.1" 200 2897 0.005006 10.0.0.249 - - [2026-03-02 02:09:13] "GET /routing-instance/8aa769b4-425f-402b-9660-6a30e4da7380 HTTP/1.1" 200 1787 0.003371 10.0.0.249 - - [2026-03-02 02:09:13] "GET /routing-instance/8aa769b4-425f-402b-9660-6a30e4da7380 HTTP/1.1" 200 1787 0.003223 10.0.0.249 - - [2026-03-02 02:09:13] "GET /route-target/11616c0e-02d3-4e77-8887-6e41e0b3754e HTTP/1.1" 200 1207 0.006026 10.0.0.249 - - [2026-03-02 02:09:13] "GET /domains HTTP/1.1" 200 281 0.003345 10.0.0.249 - - [2026-03-02 02:09:13] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001375 10.0.0.249 - - [2026-03-02 02:09:13] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 3174 0.009492 10.0.0.249 - - [2026-03-02 02:09:13] "GET /projects?obj_uuids=cfde915d-629a-4ded-be84-eb3709b8cec8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001174 10.0.0.249 - - [2026-03-02 02:09:13] "GET /project/cfde915d-629a-4ded-be84-eb3709b8cec8 HTTP/1.1" 200 2590 0.067169 10.0.0.249 - - [2026-03-02 02:09:13] "GET /virtual-network/825ca470-bb5b-4af5-8e71-98f286bd7218 HTTP/1.1" 200 2897 0.004855 10.0.0.249 - - [2026-03-02 02:09:13] "GET /obj-perms HTTP/1.1" 200 5053 0.003086 10.0.0.249 - - [2026-03-02 02:09:13] "POST /id-to-fqname HTTP/1.1" 200 222 0.001253 10.0.0.249 - - [2026-03-02 02:09:13] "POST /neutron/network HTTP/1.1" 200 934 0.006322 10.0.0.249 - - [2026-03-02 02:09:13] "GET /aaa-mode HTTP/1.1" 401 293 0.000422 10.0.0.249 - - [2026-03-02 02:09:13] "GET / HTTP/1.1" 200 36215 0.001441 10.0.0.249 - - [2026-03-02 02:09:13] "GET /project/cfde915d-629a-4ded-be84-eb3709b8cec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000353 10.0.0.249 - - [2026-03-02 02:09:14] "GET /projects?obj_uuids=cfde915d-629a-4ded-be84-eb3709b8cec8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001030 10.0.0.249 - - [2026-03-02 02:09:14] "GET /project/cfde915d-629a-4ded-be84-eb3709b8cec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.059096 10.0.0.249 - - [2026-03-02 02:09:14] "POST /neutron/network HTTP/1.1" 200 924 0.005219 10.0.0.249 - - [2026-03-02 02:09:14] "POST /neutron/port HTTP/1.1" 200 117 0.005126 10.0.0.249 - - [2026-03-02 02:09:14] "POST /neutron/port HTTP/1.1" 200 117 0.004949 10.0.0.249 - - [2026-03-02 02:09:14] "POST /id-to-fqname HTTP/1.1" 200 222 0.001578 10.0.0.249 - - [2026-03-02 02:09:14] "POST /neutron/port HTTP/1.1" 200 117 0.005152 10.0.0.249 - - [2026-03-02 02:09:14] "POST /neutron/network HTTP/1.1" 200 938 0.006262 10.0.0.249 - - [2026-03-02 02:09:14] "GET /aaa-mode HTTP/1.1" 401 293 0.000575 10.0.0.249 - - [2026-03-02 02:09:14] "POST /neutron/network HTTP/1.1" 200 934 0.006885 10.0.0.249 - - [2026-03-02 02:09:14] "GET /projects?obj_uuids=cfde915d-629a-4ded-be84-eb3709b8cec8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001079 10.0.0.249 - - [2026-03-02 02:09:15] "GET / HTTP/1.1" 200 36215 0.001750 10.0.0.249 - - [2026-03-02 02:09:15] "GET /project/cfde915d-629a-4ded-be84-eb3709b8cec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000393 10.0.0.249 - - [2026-03-02 02:09:15] "POST /neutron/port HTTP/1.1" 200 1058 0.203530 10.0.0.249 - - [2026-03-02 02:09:15] "POST /neutron/port HTTP/1.1" 200 1058 0.009956 10.0.0.249 - - [2026-03-02 02:09:15] "POST /neutron/port HTTP/1.1" 200 1058 0.010164 10.0.0.249 - - [2026-03-02 02:09:15] "POST /neutron/port HTTP/1.1" 200 1112 0.057142 10.0.0.249 - - [2026-03-02 02:09:15] "POST /neutron/port HTTP/1.1" 200 1122 0.012089 10.0.0.249 - - [2026-03-02 02:09:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003245 10.0.0.249 - - [2026-03-02 02:09:15] "POST /neutron/subnet HTTP/1.1" 200 679 0.007905 10.0.0.249 - - [2026-03-02 02:09:15] "POST /neutron/port HTTP/1.1" 200 117 0.001166 10.0.0.249 - - [2026-03-02 02:09:15] "POST /neutron/network HTTP/1.1" 200 924 0.006298 10.0.0.249 - - [2026-03-02 02:09:15] "GET /projects?obj_uuids=cfde915d-629a-4ded-be84-eb3709b8cec8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001040 10.0.0.249 - - [2026-03-02 02:09:15] "GET /project/cfde915d-629a-4ded-be84-eb3709b8cec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.052238 10.0.0.249 - - [2026-03-02 02:09:15] "POST /neutron/network HTTP/1.1" 200 928 0.006173 10.0.0.249 - - [2026-03-02 02:09:15] "POST /neutron/port HTTP/1.1" 200 1122 0.013214 10.0.0.249 - - [2026-03-02 02:09:15] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005826 10.0.0.249 - - [2026-03-02 02:09:15] "POST /neutron/port HTTP/1.1" 200 117 0.004602 10.0.0.249 - - [2026-03-02 02:09:15] "POST /neutron/port HTTP/1.1" 200 1122 0.012281 10.0.0.249 - - [2026-03-02 02:09:15] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005955 10.0.0.249 - - [2026-03-02 02:09:16] "POST /neutron/network HTTP/1.1" 200 938 0.006441 10.0.0.249 - - [2026-03-02 02:09:16] "GET /projects?obj_uuids=cfde915d-629a-4ded-be84-eb3709b8cec8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001275 10.0.0.249 - - [2026-03-02 02:09:16] "PUT /access-control-list/225b69d7-213a-4514-b72a-1950d522c2de HTTP/1.1" 200 273 0.070263 10.0.0.249 - - [2026-03-02 02:09:16] "POST /neutron/port HTTP/1.1" 200 1062 0.324799 10.0.0.249 - - [2026-03-02 02:09:16] "POST /neutron/port HTTP/1.1" 200 1062 0.010359 10.0.0.249 - - [2026-03-02 02:09:16] "POST /neutron/port HTTP/1.1" 200 1062 0.008424 10.0.0.249 - - [2026-03-02 02:09:16] "POST /neutron/port HTTP/1.1" 200 1116 0.057393 10.0.0.249 - - [2026-03-02 02:09:16] "POST /neutron/port HTTP/1.1" 200 1126 0.013433 10.0.0.249 - - [2026-03-02 02:09:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003416 10.0.0.249 - - [2026-03-02 02:09:16] "POST /neutron/subnet HTTP/1.1" 200 699 0.008497 10.0.0.249 - - [2026-03-02 02:09:16] "POST /neutron/port HTTP/1.1" 200 117 0.001479 10.0.0.249 - - [2026-03-02 02:09:16] "POST /neutron/network HTTP/1.1" 200 928 0.005144 10.0.0.249 - - [2026-03-02 02:09:20] "POST /neutron/port HTTP/1.1" 200 1122 0.013743 10.0.0.249 - - [2026-03-02 02:09:20] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006349 10.0.0.249 - - [2026-03-02 02:09:21] "POST /neutron/port HTTP/1.1" 200 1122 0.011928 10.0.0.249 - - [2026-03-02 02:09:21] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006059 10.0.0.249 - - [2026-03-02 02:09:21] "POST /neutron/port HTTP/1.1" 200 1122 0.014851 10.0.0.249 - - [2026-03-02 02:09:21] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006269 10.0.0.249 - - [2026-03-02 02:09:21] "GET /virtual-machine/1599aff2-32be-4dba-bb13-11fc0463080f HTTP/1.1" 200 1296 0.005263 10.0.0.249 - - [2026-03-02 02:09:21] "GET /virtual-machine-interface/354e9120-a375-45e0-85f3-f8173a06b65f HTTP/1.1" 200 2956 0.005027 10.0.0.249 - - [2026-03-02 02:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002703 10.0.0.249 - - [2026-03-02 02:09:21] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002856 10.0.0.249 - - [2026-03-02 02:09:21] "GET /virtual-networks?parent_id=cfde915d-629a-4ded-be84-eb3709b8cec8&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003472 10.0.0.249 - - [2026-03-02 02:09:21] "GET /virtual-network/41dc294d-94b0-4ddc-b2e4-5f36657ae334?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.007521 10.0.0.249 - - [2026-03-02 02:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.249 - - [2026-03-02 02:09:24] "GET /virtual-network/41dc294d-94b0-4ddc-b2e4-5f36657ae334?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005397 10.0.0.249 - - [2026-03-02 02:09:24] "POST /neutron/port HTTP/1.1" 200 1122 0.012475 10.0.0.249 - - [2026-03-02 02:09:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005670 10.0.0.249 - - [2026-03-02 02:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.249 - - [2026-03-02 02:09:26] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003097 10.0.0.249 - - [2026-03-02 02:09:26] "POST /neutron/port HTTP/1.1" 200 1126 0.010977 10.0.0.249 - - [2026-03-02 02:09:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005102 10.0.0.249 - - [2026-03-02 02:09:26] "GET /virtual-networks?parent_id=cfde915d-629a-4ded-be84-eb3709b8cec8&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.025936 10.0.0.249 - - [2026-03-02 02:09:26] "GET /virtual-network/41dc294d-94b0-4ddc-b2e4-5f36657ae334?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006386 10.0.0.249 - - [2026-03-02 02:09:26] "POST /neutron/port HTTP/1.1" 200 1122 0.011278 10.0.0.249 - - [2026-03-02 02:09:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005689 10.0.0.249 - - [2026-03-02 02:09:32] "POST /neutron/port HTTP/1.1" 200 1126 0.011733 10.0.0.249 - - [2026-03-02 02:09:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006630 10.0.0.249 - - [2026-03-02 02:09:32] "POST /neutron/port HTTP/1.1" 200 1126 0.011812 10.0.0.249 - - [2026-03-02 02:09:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005829 10.0.0.249 - - [2026-03-02 02:09:32] "POST /neutron/port HTTP/1.1" 200 1126 0.011723 10.0.0.249 - - [2026-03-02 02:09:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006940 10.0.0.249 - - [2026-03-02 02:09:32] "GET /virtual-machine/bcc30adf-e1de-47cd-929c-289ca81e24c8 HTTP/1.1" 200 1297 0.005781 10.0.0.249 - - [2026-03-02 02:09:32] "GET /virtual-machine-interface/d556f03e-496a-4872-9b19-2210ea039d14 HTTP/1.1" 200 2958 0.005482 10.0.0.249 - - [2026-03-02 02:09:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.249 - - [2026-03-02 02:09:32] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004930 10.0.0.249 - - [2026-03-02 02:09:32] "GET /virtual-networks?parent_id=cfde915d-629a-4ded-be84-eb3709b8cec8&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002687 10.0.0.249 - - [2026-03-02 02:09:32] "GET /virtual-network/825ca470-bb5b-4af5-8e71-98f286bd7218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005150 10.0.0.249 - - [2026-03-02 02:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002798 10.0.0.249 - - [2026-03-02 02:09:33] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003371 10.0.0.249 - - [2026-03-02 02:09:33] "GET /virtual-networks?parent_id=cfde915d-629a-4ded-be84-eb3709b8cec8&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003485 10.0.0.249 - - [2026-03-02 02:09:33] "GET /virtual-network/825ca470-bb5b-4af5-8e71-98f286bd7218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005258 10.0.0.249 - - [2026-03-02 02:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.249 - - [2026-03-02 02:09:38] "GET /projects?obj_uuids=cfde915d-629a-4ded-be84-eb3709b8cec8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001219 10.0.0.249 - - [2026-03-02 02:09:38] "GET /project/cfde915d-629a-4ded-be84-eb3709b8cec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.043211 10.0.0.249 - - [2026-03-02 02:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.249 - - [2026-03-02 02:09:38] "PUT /network-policy/207d2ee1-1be9-4ead-afa7-b14cb2c52643 HTTP/1.1" 200 263 0.010826 10.0.0.249 - - [2026-03-02 02:09:38] "PUT /access-control-list/225b69d7-213a-4514-b72a-1950d522c2de HTTP/1.1" 200 273 0.055260 10.0.0.249 - - [2026-03-02 02:09:38] "POST /ref-update HTTP/1.1" 200 156 0.018509 10.0.0.249 - - [2026-03-02 02:09:38] "PUT /access-control-list/ecca001d-b027-47af-99ea-1d3b295c953a HTTP/1.1" 200 273 0.053451 10.0.0.249 - - [2026-03-02 02:09:38] "POST /ref-update HTTP/1.1" 200 156 0.012563 10.0.0.249 - - [2026-03-02 02:09:41] "GET /virtual-network/825ca470-bb5b-4af5-8e71-98f286bd7218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005824 10.0.0.249 - - [2026-03-02 02:09:41] "POST /neutron/network HTTP/1.1" 200 928 0.006845 10.0.0.249 - - [2026-03-02 02:09:41] "POST /neutron/network HTTP/1.1" 200 826 0.037850 10.0.0.249 - - [2026-03-02 02:09:41] "DELETE /access-control-list/225b69d7-213a-4514-b72a-1950d522c2de HTTP/1.1" 200 115 0.030740 10.0.0.249 - - [2026-03-02 02:09:41] "POST /neutron/network HTTP/1.1" 200 826 0.005608 10.0.0.249 - - [2026-03-02 02:09:41] "GET /virtual-network/825ca470-bb5b-4af5-8e71-98f286bd7218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005058 10.0.0.249 - - [2026-03-02 02:09:41] "GET /virtual-network/41dc294d-94b0-4ddc-b2e4-5f36657ae334?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.004858 10.0.0.249 - - [2026-03-02 02:09:41] "POST /neutron/network HTTP/1.1" 200 924 0.005775 10.0.0.249 - - [2026-03-02 02:09:41] "POST /neutron/network HTTP/1.1" 200 822 0.063700 10.0.0.249 - - [2026-03-02 02:09:41] "DELETE /access-control-list/ecca001d-b027-47af-99ea-1d3b295c953a HTTP/1.1" 200 115 0.048810 10.0.0.249 - - [2026-03-02 02:09:41] "POST /neutron/network HTTP/1.1" 200 822 0.014642 10.0.0.249 - - [2026-03-02 02:09:41] "GET /virtual-network/41dc294d-94b0-4ddc-b2e4-5f36657ae334?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005033 10.0.0.249 - - [2026-03-02 02:09:41] "DELETE /network-policy/207d2ee1-1be9-4ead-afa7-b14cb2c52643 HTTP/1.1" 200 115 0.024123 10.0.0.249 - - [2026-03-02 02:09:41] "POST /neutron/network HTTP/1.1" 200 826 0.004839 10.0.0.249 - - [2026-03-02 02:09:41] "POST /neutron/network HTTP/1.1" 400 204 0.010365 10.0.0.249 - - [2026-03-02 02:09:42] "POST /neutron/port HTTP/1.1" 200 1126 0.013722 10.0.0.249 - - [2026-03-02 02:09:42] "POST /neutron/port HTTP/1.1" 200 1116 0.035413 10.0.0.249 - - [2026-03-02 02:09:42] "POST /neutron/port HTTP/1.1" 200 1122 0.024542 10.0.0.249 - - [2026-03-02 02:09:42] "POST /neutron/port HTTP/1.1" 200 1112 0.011510 10.0.0.249 - - [2026-03-02 02:09:42] "POST /neutron/port HTTP/1.1" 200 151 0.138743 10.0.0.249 - - [2026-03-02 02:09:42] "POST /neutron/port HTTP/1.1" 200 151 0.132857 10.0.0.249 - - [2026-03-02 02:09:43] "DELETE /project/1b70612e263c412c8ea5f4a0f60497c1 HTTP/1.1" 404 173 0.016286 10.0.0.249 - - [2026-03-02 02:09:43] "DELETE /project/cfde915d629a4dedbe84eb3709b8cec8 HTTP/1.1" 404 173 0.009624 10.0.0.249 - - [2026-03-02 02:09:43] "DELETE /project/b7b1da433f6f4fbc8a87051635e7d22b HTTP/1.1" 404 173 0.012759 10.0.0.249 - - [2026-03-02 02:09:43] "GET /projects?obj_uuids=1b70612e-263c-412c-8ea5-f4a0f60497c1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000947 10.0.0.249 - - [2026-03-02 02:09:43] "GET /projects?obj_uuids=b7b1da43-3f6f-4fbc-8a87-051635e7d22b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000967 10.0.0.249 - - [2026-03-02 02:09:43] "GET /projects?obj_uuids=8486a9e7-d2f1-44c9-8e95-4b48be99c94c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000983 10.0.0.249 - - [2026-03-02 02:09:43] "GET /project/8486a9e7-d2f1-44c9-8e95-4b48be99c94c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.055887 10.0.0.249 - - [2026-03-02 02:09:43] "GET /project/1b70612e-263c-412c-8ea5-f4a0f60497c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1510 0.062611 10.0.0.249 - - [2026-03-02 02:09:43] "GET /project/b7b1da43-3f6f-4fbc-8a87-051635e7d22b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1542 0.068979 10.0.0.249 - - [2026-03-02 02:09:43] "GET /projects?obj_uuids=8486a9e7-d2f1-44c9-8e95-4b48be99c94c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001235 10.0.0.249 - - [2026-03-02 02:09:43] "GET /projects?obj_uuids=b7b1da43-3f6f-4fbc-8a87-051635e7d22b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001372 10.0.0.249 - - [2026-03-02 02:09:43] "GET /projects?obj_uuids=1b70612e-263c-412c-8ea5-f4a0f60497c1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001092 10.0.0.249 - - [2026-03-02 02:09:43] "GET /project/8486a9e7-d2f1-44c9-8e95-4b48be99c94c?fields=security_groups HTTP/1.1" 200 1382 0.054513 10.0.0.249 - - [2026-03-02 02:09:43] "GET /project/1b70612e-263c-412c-8ea5-f4a0f60497c1?fields=security_groups HTTP/1.1" 200 1397 0.058147 10.0.0.249 - - [2026-03-02 02:09:43] "GET /project/b7b1da43-3f6f-4fbc-8a87-051635e7d22b?fields=security_groups HTTP/1.1" 200 1421 0.063171 10.0.0.249 - - [2026-03-02 02:09:43] "DELETE /security-group/81e8fe40-509d-4674-a34d-7e3ed2cdd369 HTTP/1.1" 200 115 0.093601 10.0.0.249 - - [2026-03-02 02:09:43] "DELETE /access-control-list/35eeb47d-3c98-4e5e-a4db-daa50bd61f8f HTTP/1.1" 200 115 0.054152 10.0.0.249 - - [2026-03-02 02:09:43] "GET /projects?obj_uuids=8486a9e7-d2f1-44c9-8e95-4b48be99c94c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001590 10.0.0.249 - - [2026-03-02 02:09:43] "DELETE /security-group/7ab69406-7557-43d6-b912-afde8bbef556 HTTP/1.1" 200 115 0.119339 10.0.0.249 - - [2026-03-02 02:09:43] "GET /projects?obj_uuids=1b70612e-263c-412c-8ea5-f4a0f60497c1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001740 10.0.0.249 - - [2026-03-02 02:09:43] "DELETE /security-group/4aca220d-a883-42af-85ce-71e96ad89926 HTTP/1.1" 200 115 0.121253 10.0.0.249 - - [2026-03-02 02:09:43] "GET /project/8486a9e7-d2f1-44c9-8e95-4b48be99c94c?fields=application_policy_sets HTTP/1.1" 200 1421 0.060719 10.0.0.249 - - [2026-03-02 02:09:43] "GET /projects?obj_uuids=b7b1da43-3f6f-4fbc-8a87-051635e7d22b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001244 10.0.0.249 - - [2026-03-02 02:09:43] "DELETE /access-control-list/7dbf50d4-7bfe-41f6-bd0a-03794a707241 HTTP/1.1" 200 115 0.062199 10.0.0.249 - - [2026-03-02 02:09:43] "GET /project/b7b1da43-3f6f-4fbc-8a87-051635e7d22b?fields=application_policy_sets HTTP/1.1" 200 1460 0.039069 10.0.0.249 - - [2026-03-02 02:09:43] "DELETE /access-control-list/631be816-8075-4a3f-9f63-183925ec6566 HTTP/1.1" 200 115 0.052489 10.0.0.249 - - [2026-03-02 02:09:43] "GET /project/1b70612e-263c-412c-8ea5-f4a0f60497c1?fields=application_policy_sets HTTP/1.1" 200 1436 0.117978 10.0.0.249 - - [2026-03-02 02:09:43] "DELETE /access-control-list/dcd709e0-a9cd-42ec-8c19-b98f8204939d HTTP/1.1" 200 115 0.070617 10.0.0.249 - - [2026-03-02 02:09:43] "DELETE /access-control-list/e174e76c-fdad-4007-bb70-8c92f19a36c2 HTTP/1.1" 200 115 0.040704 10.0.0.249 - - [2026-03-02 02:09:43] "DELETE /project/8486a9e7-d2f1-44c9-8e95-4b48be99c94c HTTP/1.1" 200 115 0.572469 10.0.0.249 - - [2026-03-02 02:09:43] "DELETE /access-control-list/99d817fd-9e1b-420e-a9fa-200e36b7d3a1 HTTP/1.1" 200 115 0.037798 10.0.0.249 - - [2026-03-02 02:09:43] "DELETE /project/b7b1da43-3f6f-4fbc-8a87-051635e7d22b HTTP/1.1" 200 115 0.585293 10.0.0.249 - - [2026-03-02 02:09:43] "DELETE /project/1b70612e-263c-412c-8ea5-f4a0f60497c1 HTTP/1.1" 200 115 0.598564 10.0.0.249 - - [2026-03-02 02:09:43] "POST /neutron/network HTTP/1.1" 200 826 0.005793 10.0.0.249 - - [2026-03-02 02:09:44] "POST /useragent-kv HTTP/1.1" 200 115 0.006497 10.0.0.249 - - [2026-03-02 02:09:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005624 10.0.0.249 - - [2026-03-02 02:09:44] "POST /useragent-kv HTTP/1.1" 200 115 0.004040 10.0.0.249 - - [2026-03-02 02:09:44] "POST /neutron/network HTTP/1.1" 200 151 0.084806 10.0.0.249 - - [2026-03-02 02:09:44] "DELETE /route-target/11616c0e-02d3-4e77-8887-6e41e0b3754e HTTP/1.1" 200 115 0.019131 10.0.0.249 - - [2026-03-02 02:09:44] "GET /routing-instance/8aa769b4-425f-402b-9660-6a30e4da7380 HTTP/1.1" 404 171 0.005180 10.0.0.249 - - [2026-03-02 02:09:44] "GET /domains HTTP/1.1" 200 281 0.003040 10.0.0.249 - - [2026-03-02 02:09:44] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001400 10.0.0.249 - - [2026-03-02 02:09:44] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 2586 0.050060 10.0.0.249 - - [2026-03-02 02:09:44] "GET /projects?obj_uuids=cfde915d-629a-4ded-be84-eb3709b8cec8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001084 10.0.0.249 - - [2026-03-02 02:09:44] "GET /project/cfde915d-629a-4ded-be84-eb3709b8cec8 HTTP/1.1" 200 2120 0.073556 10.0.0.249 - - [2026-03-02 02:09:44] "POST /neutron/network HTTP/1.1" 200 822 0.006323 10.0.0.249 - - [2026-03-02 02:09:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.249 - - [2026-03-02 02:09:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003464 10.0.0.249 - - [2026-03-02 02:09:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002156 10.0.0.249 - - [2026-03-02 02:09:44] "POST /neutron/network HTTP/1.1" 200 151 0.090654 10.0.0.249 - - [2026-03-02 02:09:44] "DELETE /route-target/23de06ea-d2ad-4e12-be1d-8e1578f9ad82 HTTP/1.1" 200 115 0.018931 10.0.0.249 - - [2026-03-02 02:09:44] "GET /routing-instance/0b08092f-fcfd-4770-a729-4b44e2d5e52f HTTP/1.1" 404 171 0.002508 10.0.0.249 - - [2026-03-02 02:09:44] "GET /domains HTTP/1.1" 200 281 0.002468 10.0.0.249 - - [2026-03-02 02:09:44] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000973 10.0.0.249 - - [2026-03-02 02:09:44] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 2586 0.051398 10.0.0.249 - - [2026-03-02 02:09:44] "GET /projects?obj_uuids=cfde915d-629a-4ded-be84-eb3709b8cec8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002946 10.0.0.249 - - [2026-03-02 02:09:44] "GET /project/cfde915d-629a-4ded-be84-eb3709b8cec8 HTTP/1.1" 200 1880 0.069907 10.0.0.249 - - [2026-03-02 02:09:44] "GET /projects?obj_uuids=cfde915d-629a-4ded-be84-eb3709b8cec8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001190 10.0.0.249 - - [2026-03-02 02:09:44] "GET /project/cfde915d-629a-4ded-be84-eb3709b8cec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.032477 10.0.0.249 - - [2026-03-02 02:09:44] "GET /projects?obj_uuids=cfde915d-629a-4ded-be84-eb3709b8cec8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001047 10.0.0.249 - - [2026-03-02 02:09:44] "GET /project/cfde915d-629a-4ded-be84-eb3709b8cec8?fields=virtual_networks HTTP/1.1" 200 1049 0.070221 10.0.0.249 - - [2026-03-02 02:09:44] "GET /projects?obj_uuids=cfde915d-629a-4ded-be84-eb3709b8cec8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001167 10.0.0.249 - - [2026-03-02 02:09:44] "GET /project/cfde915d-629a-4ded-be84-eb3709b8cec8?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.026357 10.0.0.249 - - [2026-03-02 02:09:45] "GET /projects?obj_uuids=cfde915d-629a-4ded-be84-eb3709b8cec8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001104 10.0.0.249 - - [2026-03-02 02:09:45] "GET /project/cfde915d-629a-4ded-be84-eb3709b8cec8?fields=security_groups HTTP/1.1" 200 1278 0.024749 10.0.0.249 - - [2026-03-02 02:09:45] "POST /fqname-to-id HTTP/1.1" 404 181 0.029934 10.0.0.249 - - [2026-03-02 02:09:46] "GET /projects?obj_uuids=3225358b-421c-4587-8619-f3c1ac23008f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002553 10.0.0.249 - - [2026-03-02 02:09:46] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001334 10.0.0.249 - - [2026-03-02 02:09:46] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008152 10.0.0.249 - - [2026-03-02 02:09:46] "POST /id-to-fqname HTTP/1.1" 200 183 0.001202 10.0.0.249 - - [2026-03-02 02:09:46] "POST /fqname-to-id HTTP/1.1" 404 192 0.002290 10.0.0.249 - - [2026-03-02 02:09:46] "POST /security-groups HTTP/1.1" 200 584 0.060167 10.0.0.249 - - [2026-03-02 02:09:46] "POST /fqname-to-id HTTP/1.1" 404 227 0.002861 10.0.0.249 - - [2026-03-02 02:09:46] "POST /projects HTTP/1.1" 200 571 0.213514 10.0.0.249 - - [2026-03-02 02:09:46] "POST /access-control-lists HTTP/1.1" 200 591 0.057015 10.0.0.249 - - [2026-03-02 02:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.290154 10.0.0.249 - - [2026-03-02 02:09:46] "POST /fqname-to-id HTTP/1.1" 404 226 0.002805 10.0.0.249 - - [2026-03-02 02:09:46] "GET /project/3225358b-421c-4587-8619-f3c1ac23008f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.428120 10.0.0.249 - - [2026-03-02 02:09:46] "POST /access-control-lists HTTP/1.1" 200 589 0.060560 10.0.0.249 - - [2026-03-02 02:09:47] "GET / HTTP/1.1" 200 36215 0.001882 10.0.0.249 - - [2026-03-02 02:09:48] "POST /fqname-to-id HTTP/1.1" 401 293 0.000489 10.0.0.249 - - [2026-03-02 02:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.061629 10.0.0.249 - - [2026-03-02 02:09:48] "GET /projects?obj_uuids=3225358b-421c-4587-8619-f3c1ac23008f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001234 10.0.0.249 - - [2026-03-02 02:09:48] "GET /project/3225358b-421c-4587-8619-f3c1ac23008f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.026352 10.0.0.249 - - [2026-03-02 02:09:48] "POST /neutron/network HTTP/1.1" 200 117 0.032509 10.0.0.249 - - [2026-03-02 02:09:48] "GET /projects?obj_uuids=3225358b-421c-4587-8619-f3c1ac23008f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001958 10.0.0.249 - - [2026-03-02 02:09:49] "POST /neutron/network HTTP/1.1" 200 612 0.065439 10.0.0.249 - - [2026-03-02 02:09:49] "POST /route-targets HTTP/1.1" 200 328 0.013484 10.0.0.249 - - [2026-03-02 02:09:49] "POST /ref-update HTTP/1.1" 200 156 0.016181 10.0.0.249 - - [2026-03-02 02:09:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003025 10.0.0.249 - - [2026-03-02 02:09:49] "POST /neutron/subnet HTTP/1.1" 200 715 0.219720 10.0.0.249 - - [2026-03-02 02:09:49] "POST /neutron/network HTTP/1.1" 200 829 0.005297 10.0.0.249 - - [2026-03-02 02:09:49] "POST /id-to-fqname HTTP/1.1" 200 220 0.001252 10.0.0.249 - - [2026-03-02 02:09:49] "GET /virtual-network/22aea96e-8769-4d4b-a1fc-6c8d3815f74f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005059 10.0.0.249 - - [2026-03-02 02:09:49] "POST /neutron/network HTTP/1.1" 200 829 0.005720 10.0.0.249 - - [2026-03-02 02:09:49] "GET /virtual-network/22aea96e-8769-4d4b-a1fc-6c8d3815f74f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004523 10.0.0.249 - - [2026-03-02 02:09:49] "POST /neutron/network HTTP/1.1" 200 829 0.004986 10.0.0.249 - - [2026-03-02 02:09:49] "POST /neutron/subnet HTTP/1.1" 200 715 0.006076 10.0.0.249 - - [2026-03-02 02:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002167 10.0.0.249 - - [2026-03-02 02:09:49] "GET /virtual-network/22aea96e-8769-4d4b-a1fc-6c8d3815f74f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005047 10.0.0.249 - - [2026-03-02 02:09:49] "PUT /virtual-network/22aea96e-8769-4d4b-a1fc-6c8d3815f74f HTTP/1.1" 200 265 0.031342 10.0.0.249 - - [2026-03-02 02:09:49] "POST /route-targets HTTP/1.1" 200 324 0.013884 10.0.0.249 - - [2026-03-02 02:09:49] "POST /ref-update HTTP/1.1" 200 156 0.011399 10.0.0.249 - - [2026-03-02 02:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002658 10.0.0.249 - - [2026-03-02 02:09:49] "GET /projects?obj_uuids=3225358b-421c-4587-8619-f3c1ac23008f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001071 10.0.0.249 - - [2026-03-02 02:09:49] "GET /project/3225358b-421c-4587-8619-f3c1ac23008f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.027196 10.0.0.249 - - [2026-03-02 02:09:49] "POST /neutron/network HTTP/1.1" 200 117 0.009957 10.0.0.249 - - [2026-03-02 02:09:49] "GET /projects?obj_uuids=3225358b-421c-4587-8619-f3c1ac23008f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001072 10.0.0.249 - - [2026-03-02 02:09:49] "POST /neutron/network HTTP/1.1" 200 612 0.061261 10.0.0.249 - - [2026-03-02 02:09:49] "POST /route-targets HTTP/1.1" 200 328 0.015015 10.0.0.249 - - [2026-03-02 02:09:49] "POST /ref-update HTTP/1.1" 200 156 0.010274 10.0.0.249 - - [2026-03-02 02:09:49] "POST /useragent-kv HTTP/1.1" 200 115 0.004353 10.0.0.249 - - [2026-03-02 02:09:49] "POST /neutron/subnet HTTP/1.1" 200 724 0.152226 10.0.0.249 - - [2026-03-02 02:09:50] "POST /neutron/network HTTP/1.1" 200 831 0.005195 10.0.0.249 - - [2026-03-02 02:09:50] "POST /id-to-fqname HTTP/1.1" 200 220 0.001582 10.0.0.249 - - [2026-03-02 02:09:50] "GET /virtual-network/63d2abba-64cb-4e5c-8d4d-7c631f0d7975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004916 10.0.0.249 - - [2026-03-02 02:09:50] "POST /neutron/network HTTP/1.1" 200 831 0.005415 10.0.0.249 - - [2026-03-02 02:09:50] "GET /virtual-network/63d2abba-64cb-4e5c-8d4d-7c631f0d7975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004856 10.0.0.249 - - [2026-03-02 02:09:50] "POST /neutron/network HTTP/1.1" 200 831 0.005545 10.0.0.249 - - [2026-03-02 02:09:50] "POST /neutron/subnet HTTP/1.1" 200 724 0.006791 10.0.0.249 - - [2026-03-02 02:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002113 10.0.0.249 - - [2026-03-02 02:09:50] "GET /virtual-network/63d2abba-64cb-4e5c-8d4d-7c631f0d7975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004322 10.0.0.249 - - [2026-03-02 02:09:50] "POST /ref-update HTTP/1.1" 200 156 0.012442 10.0.0.249 - - [2026-03-02 02:09:50] "PUT /virtual-network/63d2abba-64cb-4e5c-8d4d-7c631f0d7975 HTTP/1.1" 200 265 0.037073 10.0.0.249 - - [2026-03-02 02:09:50] "POST /id-to-fqname HTTP/1.1" 200 220 0.001932 10.0.0.249 - - [2026-03-02 02:09:50] "POST /neutron/network HTTP/1.1" 200 839 0.005459 10.0.0.249 - - [2026-03-02 02:09:50] "GET /aaa-mode HTTP/1.1" 401 293 0.000432 10.0.0.249 - - [2026-03-02 02:09:50] "GET /obj-perms HTTP/1.1" 200 5075 0.054227 10.0.0.249 - - [2026-03-02 02:09:50] "GET / HTTP/1.1" 200 36215 0.002397 10.0.0.249 - - [2026-03-02 02:09:50] "GET /project/3225358b-421c-4587-8619-f3c1ac23008f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000465 10.0.0.249 - - [2026-03-02 02:09:51] "GET /obj-perms HTTP/1.1" 200 5075 0.054700 10.0.0.249 - - [2026-03-02 02:09:51] "GET /projects?obj_uuids=3225358b-421c-4587-8619-f3c1ac23008f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001667 10.0.0.249 - - [2026-03-02 02:09:51] "GET /project/3225358b-421c-4587-8619-f3c1ac23008f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.060338 10.0.0.249 - - [2026-03-02 02:09:51] "POST /neutron/network HTTP/1.1" 200 829 0.005441 10.0.0.249 - - [2026-03-02 02:09:51] "POST /neutron/port HTTP/1.1" 200 117 0.005211 10.0.0.249 - - [2026-03-02 02:09:51] "POST /neutron/port HTTP/1.1" 200 117 0.004833 10.0.0.249 - - [2026-03-02 02:09:51] "POST /id-to-fqname HTTP/1.1" 200 220 0.001825 10.0.0.249 - - [2026-03-02 02:09:51] "POST /neutron/port HTTP/1.1" 200 117 0.004645 10.0.0.249 - - [2026-03-02 02:09:51] "POST /neutron/network HTTP/1.1" 200 841 0.005863 10.0.0.249 - - [2026-03-02 02:09:51] "GET /aaa-mode HTTP/1.1" 401 293 0.000434 10.0.0.249 - - [2026-03-02 02:09:52] "GET / HTTP/1.1" 200 36215 0.001629 10.0.0.249 - - [2026-03-02 02:09:52] "POST /neutron/network HTTP/1.1" 200 839 0.006465 10.0.0.249 - - [2026-03-02 02:09:52] "GET /project/3225358b-421c-4587-8619-f3c1ac23008f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000337 10.0.0.249 - - [2026-03-02 02:09:52] "GET /projects?obj_uuids=3225358b-421c-4587-8619-f3c1ac23008f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001043 10.0.0.249 - - [2026-03-02 02:09:52] "POST /neutron/port HTTP/1.1" 200 1051 0.223937 10.0.0.249 - - [2026-03-02 02:09:52] "POST /neutron/port HTTP/1.1" 200 1051 0.010330 10.0.0.249 - - [2026-03-02 02:09:52] "POST /neutron/port HTTP/1.1" 200 1051 0.011193 10.0.0.249 - - [2026-03-02 02:09:52] "POST /neutron/port HTTP/1.1" 200 1105 0.062427 10.0.0.249 - - [2026-03-02 02:09:52] "POST /neutron/port HTTP/1.1" 200 1115 0.014393 10.0.0.249 - - [2026-03-02 02:09:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003150 10.0.0.249 - - [2026-03-02 02:09:52] "GET /projects?obj_uuids=3225358b-421c-4587-8619-f3c1ac23008f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001032 10.0.0.249 - - [2026-03-02 02:09:52] "POST /neutron/subnet HTTP/1.1" 200 689 0.011762 10.0.0.249 - - [2026-03-02 02:09:52] "GET /project/3225358b-421c-4587-8619-f3c1ac23008f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.055406 10.0.0.249 - - [2026-03-02 02:09:52] "POST /neutron/port HTTP/1.1" 200 117 0.001179 10.0.0.249 - - [2026-03-02 02:09:52] "POST /neutron/network HTTP/1.1" 200 831 0.005102 10.0.0.249 - - [2026-03-02 02:09:52] "POST /neutron/network HTTP/1.1" 200 829 0.004743 10.0.0.249 - - [2026-03-02 02:09:52] "POST /neutron/port HTTP/1.1" 200 1115 0.015861 10.0.0.249 - - [2026-03-02 02:09:52] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006209 10.0.0.249 - - [2026-03-02 02:09:52] "POST /neutron/port HTTP/1.1" 200 117 0.004498 10.0.0.249 - - [2026-03-02 02:09:52] "POST /neutron/port HTTP/1.1" 200 1115 0.013498 10.0.0.249 - - [2026-03-02 02:09:52] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007613 10.0.0.249 - - [2026-03-02 02:09:53] "POST /neutron/network HTTP/1.1" 200 841 0.031627 10.0.0.249 - - [2026-03-02 02:09:53] "GET /projects?obj_uuids=3225358b-421c-4587-8619-f3c1ac23008f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001060 10.0.0.249 - - [2026-03-02 02:09:53] "POST /neutron/port HTTP/1.1" 200 1053 0.243869 10.0.0.249 - - [2026-03-02 02:09:53] "POST /neutron/port HTTP/1.1" 200 1053 0.016205 10.0.0.249 - - [2026-03-02 02:09:53] "POST /neutron/port HTTP/1.1" 200 1053 0.012599 10.0.0.249 - - [2026-03-02 02:09:53] "POST /neutron/port HTTP/1.1" 200 1107 0.084450 10.0.0.249 - - [2026-03-02 02:09:53] "POST /neutron/port HTTP/1.1" 200 1117 0.012259 10.0.0.249 - - [2026-03-02 02:09:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003802 10.0.0.249 - - [2026-03-02 02:09:53] "POST /neutron/subnet HTTP/1.1" 200 698 0.006720 10.0.0.249 - - [2026-03-02 02:09:53] "POST /neutron/port HTTP/1.1" 200 117 0.001124 10.0.0.249 - - [2026-03-02 02:09:53] "POST /neutron/network HTTP/1.1" 200 831 0.005368 10.0.0.249 - - [2026-03-02 02:09:57] "POST /neutron/port HTTP/1.1" 200 1115 0.011395 10.0.0.249 - - [2026-03-02 02:09:57] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005582 10.0.0.249 - - [2026-03-02 02:09:57] "POST /neutron/port HTTP/1.1" 200 1115 0.011098 10.0.0.249 - - [2026-03-02 02:09:57] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005893 10.0.0.249 - - [2026-03-02 02:09:58] "POST /neutron/port HTTP/1.1" 200 1115 0.011697 10.0.0.249 - - [2026-03-02 02:09:58] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006088 10.0.0.249 - - [2026-03-02 02:09:58] "GET /virtual-machine/cc302580-d5cc-4261-8df3-8b12956620c4 HTTP/1.1" 401 293 0.000441 10.0.0.249 - - [2026-03-02 02:09:58] "GET /virtual-machine/cc302580-d5cc-4261-8df3-8b12956620c4 HTTP/1.1" 200 1288 0.033380 10.0.0.249 - - [2026-03-02 02:09:58] "GET /virtual-machine-interface/e274d172-4fe8-41e4-9ec6-cdda1f8df61d HTTP/1.1" 200 2934 0.007468 10.0.0.249 - - [2026-03-02 02:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188 10.0.0.249 - - [2026-03-02 02:09:58] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003901 10.0.0.249 - - [2026-03-02 02:09:58] "GET /virtual-networks?parent_id=3225358b-421c-4587-8619-f3c1ac23008f&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002863 10.0.0.249 - - [2026-03-02 02:09:58] "GET /virtual-network/22aea96e-8769-4d4b-a1fc-6c8d3815f74f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005038 10.0.0.249 - - [2026-03-02 02:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.249 - - [2026-03-02 02:10:01] "GET /virtual-network/22aea96e-8769-4d4b-a1fc-6c8d3815f74f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.004940 10.0.0.249 - - [2026-03-02 02:10:02] "POST /neutron/port HTTP/1.1" 200 1115 0.011876 10.0.0.249 - - [2026-03-02 02:10:02] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006097 10.0.0.249 - - [2026-03-02 02:10:03] "POST /neutron/port HTTP/1.1" 200 1117 0.012868 10.0.0.249 - - [2026-03-02 02:10:03] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005094 10.0.0.249 - - [2026-03-02 02:10:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.249 - - [2026-03-02 02:10:03] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003374 10.0.0.249 - - [2026-03-02 02:10:03] "GET /virtual-networks?parent_id=3225358b-421c-4587-8619-f3c1ac23008f&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002822 10.0.0.249 - - [2026-03-02 02:10:03] "GET /virtual-network/22aea96e-8769-4d4b-a1fc-6c8d3815f74f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005068 10.0.0.249 - - [2026-03-02 02:10:04] "POST /neutron/port HTTP/1.1" 200 1115 0.011648 10.0.0.249 - - [2026-03-02 02:10:04] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006105 10.0.0.249 - - [2026-03-02 02:10:09] "POST /neutron/port HTTP/1.1" 200 1117 0.014045 10.0.0.249 - - [2026-03-02 02:10:09] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005849 10.0.0.249 - - [2026-03-02 02:10:09] "POST /neutron/port HTTP/1.1" 200 1117 0.012932 10.0.0.249 - - [2026-03-02 02:10:09] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005890 10.0.0.249 - - [2026-03-02 02:10:09] "POST /neutron/port HTTP/1.1" 200 1117 0.013729 10.0.0.249 - - [2026-03-02 02:10:09] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007536 10.0.0.249 - - [2026-03-02 02:10:09] "GET /virtual-machine/c9554c5f-7f8a-4e58-91d8-7f6e2ca8a85c HTTP/1.1" 200 1288 0.005271 10.0.0.249 - - [2026-03-02 02:10:09] "GET /virtual-machine-interface/9754e8e8-a727-4654-a387-3ebcb77be12a HTTP/1.1" 200 2934 0.006424 10.0.0.249 - - [2026-03-02 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.249 - - [2026-03-02 02:10:09] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004113 10.0.0.249 - - [2026-03-02 02:10:09] "GET /virtual-networks?parent_id=3225358b-421c-4587-8619-f3c1ac23008f&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003387 10.0.0.249 - - [2026-03-02 02:10:09] "GET /virtual-network/63d2abba-64cb-4e5c-8d4d-7c631f0d7975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005045 10.0.0.249 - - [2026-03-02 02:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002723 10.0.0.249 - - [2026-03-02 02:10:10] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003016 10.0.0.249 - - [2026-03-02 02:10:10] "GET /virtual-networks?parent_id=3225358b-421c-4587-8619-f3c1ac23008f&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003177 10.0.0.249 - - [2026-03-02 02:10:10] "GET /virtual-network/63d2abba-64cb-4e5c-8d4d-7c631f0d7975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005697 10.0.0.249 - - [2026-03-02 02:10:11] "POST /routing-policys HTTP/1.1" 200 536 0.017926 10.0.0.249 - - [2026-03-02 02:10:11] "GET /virtual-network/22aea96e-8769-4d4b-a1fc-6c8d3815f74f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.011952 10.0.0.249 - - [2026-03-02 02:10:11] "PUT /virtual-network/22aea96e-8769-4d4b-a1fc-6c8d3815f74f HTTP/1.1" 200 265 0.035546 10.0.0.249 - - [2026-03-02 02:10:11] "POST /ref-update HTTP/1.1" 200 156 0.010850 10.0.0.249 - - [2026-03-02 02:10:16] "POST /ref-update HTTP/1.1" 200 156 0.043215 10.0.0.249 - - [2026-03-02 02:10:16] "POST /ref-update HTTP/1.1" 200 156 0.014215 10.0.0.249 - - [2026-03-02 02:10:16] "DELETE /routing-policy/96b0da78-e0f3-409e-9ebe-ab9418ece778 HTTP/1.1" 200 115 0.025517 10.0.0.249 - - [2026-03-02 02:10:16] "POST /neutron/network HTTP/1.1" 200 831 0.007275 10.0.0.249 - - [2026-03-02 02:10:16] "POST /neutron/network HTTP/1.1" 400 204 0.011604 10.0.0.249 - - [2026-03-02 02:10:16] "POST /neutron/port HTTP/1.1" 200 1117 0.015238 10.0.0.249 - - [2026-03-02 02:10:16] "POST /neutron/port HTTP/1.1" 200 1107 0.013340 10.0.0.249 - - [2026-03-02 02:10:17] "POST /neutron/port HTTP/1.1" 200 1115 0.014165 10.0.0.249 - - [2026-03-02 02:10:17] "POST /neutron/port HTTP/1.1" 200 151 0.123532 10.0.0.249 - - [2026-03-02 02:10:17] "POST /neutron/port HTTP/1.1" 200 1105 0.013101 10.0.0.249 - - [2026-03-02 02:10:17] "POST /neutron/port HTTP/1.1" 200 151 0.098329 10.0.0.249 - - [2026-03-02 02:10:18] "POST /neutron/network HTTP/1.1" 200 831 0.006812 10.0.0.249 - - [2026-03-02 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.249 - - [2026-03-02 02:10:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002398 10.0.0.249 - - [2026-03-02 02:10:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002328 10.0.0.249 - - [2026-03-02 02:10:18] "POST /neutron/network HTTP/1.1" 200 151 0.095279 10.0.0.249 - - [2026-03-02 02:10:18] "DELETE /route-target/7cc847b1-c217-44ff-87a9-cf6d1debb6af HTTP/1.1" 200 115 0.024876 10.0.0.249 - - [2026-03-02 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.249 - - [2026-03-02 02:10:18] "POST /neutron/network HTTP/1.1" 200 829 0.009796 10.0.0.249 - - [2026-03-02 02:10:18] "DELETE /route-target/93f99eb0-4e0c-43d1-aa8a-19b96474d2f9 HTTP/1.1" 409 240 0.005639 10.0.0.249 - - [2026-03-02 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.249 - - [2026-03-02 02:10:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002314 10.0.0.249 - - [2026-03-02 02:10:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001979 10.0.0.249 - - [2026-03-02 02:10:18] "POST /neutron/network HTTP/1.1" 200 151 0.093593 10.0.0.249 - - [2026-03-02 02:10:18] "DELETE /route-target/48987923-f538-47b1-b5ce-59748b386981 HTTP/1.1" 200 115 0.017656 10.0.0.249 - - [2026-03-02 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.249 - - [2026-03-02 02:10:18] "DELETE /route-target/93f99eb0-4e0c-43d1-aa8a-19b96474d2f9 HTTP/1.1" 200 115 0.015807 10.0.0.249 - - [2026-03-02 02:10:18] "GET /projects?obj_uuids=3225358b-421c-4587-8619-f3c1ac23008f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001510 10.0.0.249 - - [2026-03-02 02:10:19] "GET /project/3225358b-421c-4587-8619-f3c1ac23008f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.026948 10.0.0.249 - - [2026-03-02 02:10:19] "GET /projects?obj_uuids=3225358b-421c-4587-8619-f3c1ac23008f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001078 10.0.0.249 - - [2026-03-02 02:10:19] "GET /project/3225358b-421c-4587-8619-f3c1ac23008f?fields=virtual_networks HTTP/1.1" 200 1029 0.070619 10.0.0.249 - - [2026-03-02 02:10:19] "GET /projects?obj_uuids=3225358b-421c-4587-8619-f3c1ac23008f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001054 10.0.0.249 - - [2026-03-02 02:10:19] "GET /project/3225358b-421c-4587-8619-f3c1ac23008f?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.028442 10.0.0.249 - - [2026-03-02 02:10:19] "GET /projects?obj_uuids=3225358b-421c-4587-8619-f3c1ac23008f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001081 10.0.0.249 - - [2026-03-02 02:10:19] "GET /project/3225358b-421c-4587-8619-f3c1ac23008f?fields=security_groups HTTP/1.1" 200 1249 0.027385 10.0.0.249 - - [2026-03-02 02:10:20] "POST /fqname-to-id HTTP/1.1" 404 186 0.033247 10.0.0.249 - - [2026-03-02 02:10:20] "GET /projects?obj_uuids=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002842 10.0.0.249 - - [2026-03-02 02:10:20] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001264 10.0.0.249 - - [2026-03-02 02:10:20] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008047 10.0.0.249 - - [2026-03-02 02:10:20] "POST /id-to-fqname HTTP/1.1" 200 188 0.001992 10.0.0.249 - - [2026-03-02 02:10:20] "POST /fqname-to-id HTTP/1.1" 404 197 0.004435 10.0.0.249 - - [2026-03-02 02:10:20] "POST /security-groups HTTP/1.1" 200 589 0.068310 10.0.0.249 - - [2026-03-02 02:10:20] "POST /fqname-to-id HTTP/1.1" 404 232 0.003582 10.0.0.249 - - [2026-03-02 02:10:20] "POST /projects HTTP/1.1" 200 581 0.215049 10.0.0.249 - - [2026-03-02 02:10:20] "POST /access-control-lists HTTP/1.1" 200 596 0.057073 10.0.0.249 - - [2026-03-02 02:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.289488 10.0.0.249 - - [2026-03-02 02:10:20] "POST /fqname-to-id HTTP/1.1" 404 231 0.002709 10.0.0.249 - - [2026-03-02 02:10:20] "GET /project/aefa8eba-bbc3-4141-a240-c7ab17ebc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.412072 10.0.0.249 - - [2026-03-02 02:10:20] "POST /access-control-lists HTTP/1.1" 200 594 0.056696 10.0.0.249 - - [2026-03-02 02:10:21] "GET / HTTP/1.1" 200 36215 0.002879 10.0.0.249 - - [2026-03-02 02:10:22] "POST /fqname-to-id HTTP/1.1" 401 293 0.000532 10.0.0.249 - - [2026-03-02 02:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.064391 10.0.0.249 - - [2026-03-02 02:10:22] "GET /projects?obj_uuids=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001383 10.0.0.249 - - [2026-03-02 02:10:22] "GET /project/aefa8eba-bbc3-4141-a240-c7ab17ebc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.025109 10.0.0.249 - - [2026-03-02 02:10:23] "POST /neutron/network HTTP/1.1" 200 117 0.035435 10.0.0.249 - - [2026-03-02 02:10:23] "GET /projects?obj_uuids=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002463 10.0.0.249 - - [2026-03-02 02:10:23] "POST /neutron/network HTTP/1.1" 200 613 0.070487 10.0.0.249 - - [2026-03-02 02:10:23] "POST /route-targets HTTP/1.1" 200 328 0.012460 10.0.0.249 - - [2026-03-02 02:10:23] "POST /ref-update HTTP/1.1" 200 156 0.011355 10.0.0.249 - - [2026-03-02 02:10:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003308 10.0.0.249 - - [2026-03-02 02:10:23] "POST /neutron/subnet HTTP/1.1" 200 729 0.195986 10.0.0.249 - - [2026-03-02 02:10:23] "POST /neutron/network HTTP/1.1" 200 833 0.005426 10.0.0.249 - - [2026-03-02 02:10:23] "POST /id-to-fqname HTTP/1.1" 200 223 0.001279 10.0.0.249 - - [2026-03-02 02:10:23] "GET /virtual-network/f3a2b049-5a52-4a44-8672-8754385eb325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004862 10.0.0.249 - - [2026-03-02 02:10:23] "POST /neutron/network HTTP/1.1" 200 833 0.007246 10.0.0.249 - - [2026-03-02 02:10:23] "GET /virtual-network/f3a2b049-5a52-4a44-8672-8754385eb325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005996 10.0.0.249 - - [2026-03-02 02:10:23] "POST /neutron/network HTTP/1.1" 200 833 0.006244 10.0.0.249 - - [2026-03-02 02:10:23] "POST /neutron/subnet HTTP/1.1" 200 729 0.007888 10.0.0.249 - - [2026-03-02 02:10:23] "GET /domains HTTP/1.1" 401 293 0.000531 10.0.0.249 - - [2026-03-02 02:10:23] "GET /domains HTTP/1.1" 200 281 0.028600 10.0.0.249 - - [2026-03-02 02:10:23] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001424 10.0.0.249 - - [2026-03-02 02:10:23] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 2951 0.009604 10.0.0.249 - - [2026-03-02 02:10:23] "GET /projects?obj_uuids=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001056 10.0.0.249 - - [2026-03-02 02:10:23] "GET /project/aefa8eba-bbc3-4141-a240-c7ab17ebc44c HTTP/1.1" 200 2097 0.073278 10.0.0.249 - - [2026-03-02 02:10:24] "GET /virtual-network/f3a2b049-5a52-4a44-8672-8754385eb325 HTTP/1.1" 200 2325 0.006890 10.0.0.249 - - [2026-03-02 02:10:24] "GET /virtual-network/f3a2b049-5a52-4a44-8672-8754385eb325 HTTP/1.1" 200 2325 0.005614 10.0.0.249 - - [2026-03-02 02:10:24] "GET /routing-instance/ba12ea0c-0a7d-4c16-b8b3-b0516dc514a5 HTTP/1.1" 200 1497 0.003485 10.0.0.249 - - [2026-03-02 02:10:24] "GET /routing-instance/ba12ea0c-0a7d-4c16-b8b3-b0516dc514a5 HTTP/1.1" 200 1497 0.003316 10.0.0.249 - - [2026-03-02 02:10:24] "GET /route-target/4342c385-b9f4-40d8-9ed5-2e3fd6ff603f HTTP/1.1" 200 1214 0.003390 10.0.0.249 - - [2026-03-02 02:10:24] "GET /virtual-network/f3a2b049-5a52-4a44-8672-8754385eb325 HTTP/1.1" 200 2325 0.004927 10.0.0.249 - - [2026-03-02 02:10:24] "GET /routing-instance/ba12ea0c-0a7d-4c16-b8b3-b0516dc514a5 HTTP/1.1" 200 1497 0.003075 10.0.0.249 - - [2026-03-02 02:10:24] "GET /virtual-network/f3a2b049-5a52-4a44-8672-8754385eb325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004614 10.0.0.249 - - [2026-03-02 02:10:24] "GET /virtual-network/f3a2b049-5a52-4a44-8672-8754385eb325 HTTP/1.1" 200 2325 0.004501 10.0.0.249 - - [2026-03-02 02:10:24] "GET /routing-instance/ba12ea0c-0a7d-4c16-b8b3-b0516dc514a5 HTTP/1.1" 200 1497 0.003303 10.0.0.249 - - [2026-03-02 02:10:24] "GET /routing-instance/ba12ea0c-0a7d-4c16-b8b3-b0516dc514a5 HTTP/1.1" 200 1497 0.003519 10.0.0.249 - - [2026-03-02 02:10:24] "GET /route-target/4342c385-b9f4-40d8-9ed5-2e3fd6ff603f HTTP/1.1" 200 1214 0.002972 10.0.0.249 - - [2026-03-02 02:10:24] "GET /domains HTTP/1.1" 200 281 0.002949 10.0.0.249 - - [2026-03-02 02:10:24] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001033 10.0.0.249 - - [2026-03-02 02:10:24] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 2951 0.006293 10.0.0.249 - - [2026-03-02 02:10:24] "GET /projects?obj_uuids=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000960 10.0.0.249 - - [2026-03-02 02:10:24] "GET /project/aefa8eba-bbc3-4141-a240-c7ab17ebc44c HTTP/1.1" 200 2097 0.063794 10.0.0.249 - - [2026-03-02 02:10:24] "GET /virtual-network/f3a2b049-5a52-4a44-8672-8754385eb325 HTTP/1.1" 200 2325 0.005284 10.0.0.249 - - [2026-03-02 02:10:24] "GET /obj-perms HTTP/1.1" 200 5045 0.057505 10.0.0.249 - - [2026-03-02 02:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002635 10.0.0.249 - - [2026-03-02 02:10:24] "GET /projects?obj_uuids=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001156 10.0.0.249 - - [2026-03-02 02:10:24] "GET /project/aefa8eba-bbc3-4141-a240-c7ab17ebc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.026672 10.0.0.249 - - [2026-03-02 02:10:24] "POST /neutron/network HTTP/1.1" 200 117 0.011506 10.0.0.249 - - [2026-03-02 02:10:24] "GET /projects?obj_uuids=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001198 10.0.0.249 - - [2026-03-02 02:10:24] "POST /neutron/network HTTP/1.1" 200 613 0.066999 10.0.0.249 - - [2026-03-02 02:10:24] "POST /route-targets HTTP/1.1" 200 328 0.011332 10.0.0.249 - - [2026-03-02 02:10:24] "POST /ref-update HTTP/1.1" 200 156 0.011680 10.0.0.249 - - [2026-03-02 02:10:24] "POST /useragent-kv HTTP/1.1" 200 115 0.004346 10.0.0.249 - - [2026-03-02 02:10:24] "POST /neutron/subnet HTTP/1.1" 200 714 0.133651 10.0.0.249 - - [2026-03-02 02:10:24] "POST /neutron/network HTTP/1.1" 200 830 0.005308 10.0.0.249 - - [2026-03-02 02:10:24] "POST /id-to-fqname HTTP/1.1" 200 223 0.001276 10.0.0.249 - - [2026-03-02 02:10:25] "GET /virtual-network/cbc1c72d-1e42-4bf9-80ae-e8f59f9df248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005128 10.0.0.249 - - [2026-03-02 02:10:25] "POST /neutron/network HTTP/1.1" 200 830 0.005500 10.0.0.249 - - [2026-03-02 02:10:25] "GET /virtual-network/cbc1c72d-1e42-4bf9-80ae-e8f59f9df248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005352 10.0.0.249 - - [2026-03-02 02:10:25] "POST /neutron/network HTTP/1.1" 200 830 0.005342 10.0.0.249 - - [2026-03-02 02:10:25] "POST /neutron/subnet HTTP/1.1" 200 714 0.007779 10.0.0.249 - - [2026-03-02 02:10:25] "GET /domains HTTP/1.1" 200 281 0.002107 10.0.0.249 - - [2026-03-02 02:10:25] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001227 10.0.0.249 - - [2026-03-02 02:10:25] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 2951 0.007545 10.0.0.249 - - [2026-03-02 02:10:25] "GET /projects?obj_uuids=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000957 10.0.0.249 - - [2026-03-02 02:10:25] "GET /project/aefa8eba-bbc3-4141-a240-c7ab17ebc44c HTTP/1.1" 200 2316 0.070960 10.0.0.249 - - [2026-03-02 02:10:25] "GET /virtual-network/cbc1c72d-1e42-4bf9-80ae-e8f59f9df248 HTTP/1.1" 200 2316 0.007725 10.0.0.249 - - [2026-03-02 02:10:25] "GET /virtual-network/cbc1c72d-1e42-4bf9-80ae-e8f59f9df248 HTTP/1.1" 200 2316 0.006397 10.0.0.249 - - [2026-03-02 02:10:25] "GET /routing-instance/2bdadc70-3a29-4185-aa27-f9b8cb550b87 HTTP/1.1" 200 1496 0.004494 10.0.0.249 - - [2026-03-02 02:10:25] "GET /routing-instance/2bdadc70-3a29-4185-aa27-f9b8cb550b87 HTTP/1.1" 200 1496 0.004182 10.0.0.249 - - [2026-03-02 02:10:25] "GET /route-target/297df577-cffd-4f70-a258-8933227c5905 HTTP/1.1" 200 1214 0.003993 10.0.0.249 - - [2026-03-02 02:10:25] "GET /virtual-network/cbc1c72d-1e42-4bf9-80ae-e8f59f9df248 HTTP/1.1" 200 2316 0.006590 10.0.0.249 - - [2026-03-02 02:10:25] "GET /routing-instance/2bdadc70-3a29-4185-aa27-f9b8cb550b87 HTTP/1.1" 200 1496 0.004714 10.0.0.249 - - [2026-03-02 02:10:25] "GET /virtual-network/cbc1c72d-1e42-4bf9-80ae-e8f59f9df248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006358 10.0.0.249 - - [2026-03-02 02:10:25] "GET /virtual-network/cbc1c72d-1e42-4bf9-80ae-e8f59f9df248 HTTP/1.1" 200 2316 0.006505 10.0.0.249 - - [2026-03-02 02:10:25] "GET /routing-instance/2bdadc70-3a29-4185-aa27-f9b8cb550b87 HTTP/1.1" 200 1496 0.004293 10.0.0.249 - - [2026-03-02 02:10:25] "GET /routing-instance/2bdadc70-3a29-4185-aa27-f9b8cb550b87 HTTP/1.1" 200 1496 0.003761 10.0.0.249 - - [2026-03-02 02:10:25] "GET /route-target/297df577-cffd-4f70-a258-8933227c5905 HTTP/1.1" 200 1214 0.003078 10.0.0.249 - - [2026-03-02 02:10:25] "GET /domains HTTP/1.1" 200 281 0.002476 10.0.0.249 - - [2026-03-02 02:10:25] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001050 10.0.0.249 - - [2026-03-02 02:10:25] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 2951 0.008186 10.0.0.249 - - [2026-03-02 02:10:25] "GET /projects?obj_uuids=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001020 10.0.0.249 - - [2026-03-02 02:10:25] "GET /project/aefa8eba-bbc3-4141-a240-c7ab17ebc44c HTTP/1.1" 200 2316 0.069801 10.0.0.249 - - [2026-03-02 02:10:25] "GET /virtual-network/cbc1c72d-1e42-4bf9-80ae-e8f59f9df248 HTTP/1.1" 200 2316 0.005114 10.0.0.249 - - [2026-03-02 02:10:25] "GET /obj-perms HTTP/1.1" 200 5045 0.003174 10.0.0.249 - - [2026-03-02 02:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002581 10.0.0.249 - - [2026-03-02 02:10:25] "GET /projects?obj_uuids=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001423 10.0.0.249 - - [2026-03-02 02:10:25] "GET /project/aefa8eba-bbc3-4141-a240-c7ab17ebc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.022730 10.0.0.249 - - [2026-03-02 02:10:25] "POST /neutron/network HTTP/1.1" 200 117 0.010472 10.0.0.249 - - [2026-03-02 02:10:25] "GET /projects?obj_uuids=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001165 10.0.0.249 - - [2026-03-02 02:10:25] "POST /neutron/network HTTP/1.1" 200 615 0.065591 10.0.0.249 - - [2026-03-02 02:10:25] "POST /ref-update HTTP/1.1" 200 156 0.014261 10.0.0.249 - - [2026-03-02 02:10:25] "POST /useragent-kv HTTP/1.1" 200 115 0.007253 10.0.0.249 - - [2026-03-02 02:10:25] "POST /neutron/subnet HTTP/1.1" 200 720 0.155572 10.0.0.249 - - [2026-03-02 02:10:25] "POST /neutron/network HTTP/1.1" 200 833 0.005512 10.0.0.249 - - [2026-03-02 02:10:25] "POST /id-to-fqname HTTP/1.1" 200 224 0.001357 10.0.0.249 - - [2026-03-02 02:10:25] "GET /virtual-network/e119d6ea-604a-497b-a8cd-c6b10ef6f462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006423 10.0.0.249 - - [2026-03-02 02:10:25] "POST /neutron/network HTTP/1.1" 200 833 0.005957 10.0.0.249 - - [2026-03-02 02:10:25] "GET /virtual-network/e119d6ea-604a-497b-a8cd-c6b10ef6f462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004826 10.0.0.249 - - [2026-03-02 02:10:26] "POST /neutron/network HTTP/1.1" 200 833 0.007091 10.0.0.249 - - [2026-03-02 02:10:26] "POST /neutron/subnet HTTP/1.1" 200 720 0.008901 10.0.0.249 - - [2026-03-02 02:10:26] "GET /domains HTTP/1.1" 200 281 0.003081 10.0.0.249 - - [2026-03-02 02:10:26] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001065 10.0.0.249 - - [2026-03-02 02:10:26] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 2951 0.006391 10.0.0.249 - - [2026-03-02 02:10:26] "GET /projects?obj_uuids=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001024 10.0.0.249 - - [2026-03-02 02:10:26] "GET /project/aefa8eba-bbc3-4141-a240-c7ab17ebc44c HTTP/1.1" 200 2536 0.071198 10.0.0.249 - - [2026-03-02 02:10:26] "GET /virtual-network/e119d6ea-604a-497b-a8cd-c6b10ef6f462 HTTP/1.1" 200 2325 0.006917 10.0.0.249 - - [2026-03-02 02:10:26] "GET /virtual-network/e119d6ea-604a-497b-a8cd-c6b10ef6f462 HTTP/1.1" 200 2325 0.005465 10.0.0.249 - - [2026-03-02 02:10:26] "GET /routing-instance/5993c0e7-f79a-47b2-a17b-6f5389c81628 HTTP/1.1" 200 1500 0.003878 10.0.0.249 - - [2026-03-02 02:10:26] "GET /routing-instance/5993c0e7-f79a-47b2-a17b-6f5389c81628 HTTP/1.1" 200 1500 0.003171 10.0.0.249 - - [2026-03-02 02:10:26] "GET /route-target/eeaed756-8120-4015-83e6-2aec741d4018 HTTP/1.1" 200 1216 0.002892 10.0.0.249 - - [2026-03-02 02:10:26] "GET /virtual-network/e119d6ea-604a-497b-a8cd-c6b10ef6f462 HTTP/1.1" 200 2325 0.004328 10.0.0.249 - - [2026-03-02 02:10:26] "GET /routing-instance/5993c0e7-f79a-47b2-a17b-6f5389c81628 HTTP/1.1" 200 1500 0.004176 10.0.0.249 - - [2026-03-02 02:10:26] "GET /virtual-network/e119d6ea-604a-497b-a8cd-c6b10ef6f462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005345 10.0.0.249 - - [2026-03-02 02:10:26] "GET /virtual-network/e119d6ea-604a-497b-a8cd-c6b10ef6f462 HTTP/1.1" 200 2325 0.004777 10.0.0.249 - - [2026-03-02 02:10:26] "GET /routing-instance/5993c0e7-f79a-47b2-a17b-6f5389c81628 HTTP/1.1" 200 1500 0.003165 10.0.0.249 - - [2026-03-02 02:10:26] "GET /routing-instance/5993c0e7-f79a-47b2-a17b-6f5389c81628 HTTP/1.1" 200 1500 0.003720 10.0.0.249 - - [2026-03-02 02:10:26] "GET /route-target/eeaed756-8120-4015-83e6-2aec741d4018 HTTP/1.1" 200 1216 0.005121 10.0.0.249 - - [2026-03-02 02:10:26] "GET /domains HTTP/1.1" 200 281 0.002385 10.0.0.249 - - [2026-03-02 02:10:26] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001383 10.0.0.249 - - [2026-03-02 02:10:26] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 2951 0.008067 10.0.0.249 - - [2026-03-02 02:10:26] "GET /projects?obj_uuids=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001024 10.0.0.249 - - [2026-03-02 02:10:26] "GET /project/aefa8eba-bbc3-4141-a240-c7ab17ebc44c HTTP/1.1" 200 2536 0.065440 10.0.0.249 - - [2026-03-02 02:10:26] "GET /virtual-network/e119d6ea-604a-497b-a8cd-c6b10ef6f462 HTTP/1.1" 200 2325 0.004812 10.0.0.249 - - [2026-03-02 02:10:26] "GET /obj-perms HTTP/1.1" 200 5045 0.002781 10.0.0.249 - - [2026-03-02 02:10:26] "POST /id-to-fqname HTTP/1.1" 200 223 0.001251 10.0.0.249 - - [2026-03-02 02:10:26] "POST /neutron/network HTTP/1.1" 200 840 0.005877 10.0.0.249 - - [2026-03-02 02:10:26] "GET /aaa-mode HTTP/1.1" 401 293 0.000410 10.0.0.249 - - [2026-03-02 02:10:26] "GET / HTTP/1.1" 200 36215 0.002392 10.0.0.249 - - [2026-03-02 02:10:26] "GET /project/aefa8eba-bbc3-4141-a240-c7ab17ebc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000499 10.0.0.249 - - [2026-03-02 02:10:27] "GET /projects?obj_uuids=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001036 10.0.0.249 - - [2026-03-02 02:10:27] "GET /project/aefa8eba-bbc3-4141-a240-c7ab17ebc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.049357 10.0.0.249 - - [2026-03-02 02:10:27] "POST /neutron/network HTTP/1.1" 200 830 0.004982 10.0.0.249 - - [2026-03-02 02:10:27] "POST /neutron/port HTTP/1.1" 200 117 0.004819 10.0.0.249 - - [2026-03-02 02:10:27] "POST /neutron/port HTTP/1.1" 200 117 0.004432 10.0.0.249 - - [2026-03-02 02:10:27] "POST /id-to-fqname HTTP/1.1" 200 224 0.001212 10.0.0.249 - - [2026-03-02 02:10:27] "POST /neutron/port HTTP/1.1" 200 117 0.009282 10.0.0.249 - - [2026-03-02 02:10:27] "POST /neutron/network HTTP/1.1" 200 843 0.004863 10.0.0.249 - - [2026-03-02 02:10:27] "GET /aaa-mode HTTP/1.1" 401 293 0.000381 10.0.0.249 - - [2026-03-02 02:10:27] "POST /neutron/network HTTP/1.1" 200 840 0.005217 10.0.0.249 - - [2026-03-02 02:10:27] "GET /projects?obj_uuids=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001019 10.0.0.249 - - [2026-03-02 02:10:28] "GET / HTTP/1.1" 200 36215 0.001801 10.0.0.249 - - [2026-03-02 02:10:28] "GET /project/aefa8eba-bbc3-4141-a240-c7ab17ebc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000404 10.0.0.249 - - [2026-03-02 02:10:28] "POST /neutron/port HTTP/1.1" 200 1056 0.193878 10.0.0.249 - - [2026-03-02 02:10:28] "POST /neutron/port HTTP/1.1" 200 1056 0.012285 10.0.0.249 - - [2026-03-02 02:10:28] "POST /neutron/port HTTP/1.1" 200 1056 0.011440 10.0.0.249 - - [2026-03-02 02:10:28] "POST /neutron/port HTTP/1.1" 200 1110 0.056630 10.0.0.249 - - [2026-03-02 02:10:28] "POST /neutron/port HTTP/1.1" 200 1120 0.012303 10.0.0.249 - - [2026-03-02 02:10:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004296 10.0.0.249 - - [2026-03-02 02:10:28] "POST /neutron/subnet HTTP/1.1" 200 688 0.006913 10.0.0.249 - - [2026-03-02 02:10:28] "POST /neutron/port HTTP/1.1" 200 117 0.001220 10.0.0.249 - - [2026-03-02 02:10:28] "POST /neutron/network HTTP/1.1" 200 830 0.005529 10.0.0.249 - - [2026-03-02 02:10:28] "GET /projects?obj_uuids=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001047 10.0.0.249 - - [2026-03-02 02:10:28] "GET /project/aefa8eba-bbc3-4141-a240-c7ab17ebc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.064688 10.0.0.249 - - [2026-03-02 02:10:28] "POST /neutron/network HTTP/1.1" 200 833 0.006578 10.0.0.249 - - [2026-03-02 02:10:28] "POST /neutron/port HTTP/1.1" 200 1120 0.020947 10.0.0.249 - - [2026-03-02 02:10:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005897 10.0.0.249 - - [2026-03-02 02:10:28] "POST /neutron/port HTTP/1.1" 200 117 0.004608 10.0.0.249 - - [2026-03-02 02:10:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.002854 10.0.0.249 - - [2026-03-02 02:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.249 - - [2026-03-02 02:10:28] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001179 10.0.0.249 - - [2026-03-02 02:10:28] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.009510 10.0.0.249 - - [2026-03-02 02:10:28] "POST /service-templates HTTP/1.1" 200 545 0.025108 10.0.0.249 - - [2026-03-02 02:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002812 10.0.0.249 - - [2026-03-02 02:10:29] "GET /service-template/6e934210-3343-46fb-ba87-948120a6b113?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.005163 10.0.0.249 - - [2026-03-02 02:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.249 - - [2026-03-02 02:10:29] "POST /neutron/network HTTP/1.1" 200 843 0.006847 10.0.0.249 - - [2026-03-02 02:10:29] "GET /service-template/6e934210-3343-46fb-ba87-948120a6b113?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004150 10.0.0.249 - - [2026-03-02 02:10:29] "GET /projects?obj_uuids=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001762 10.0.0.249 - - [2026-03-02 02:10:29] "POST /id-to-fqname HTTP/1.1" 200 223 0.002750 10.0.0.249 - - [2026-03-02 02:10:29] "POST /id-to-fqname HTTP/1.1" 200 223 0.001605 10.0.0.249 - - [2026-03-02 02:10:29] "POST /id-to-fqname HTTP/1.1" 200 224 0.001375 10.0.0.249 - - [2026-03-02 02:10:29] "POST /neutron/port HTTP/1.1" 200 1057 0.260311 10.0.0.249 - - [2026-03-02 02:10:29] "POST /neutron/port HTTP/1.1" 200 2035 0.017922 10.0.0.249 - - [2026-03-02 02:10:29] "POST /neutron/port HTTP/1.1" 200 1057 0.014154 10.0.0.249 - - [2026-03-02 02:10:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008405 10.0.0.249 - - [2026-03-02 02:10:29] "POST /neutron/port HTTP/1.1" 200 1057 0.011976 10.0.0.249 - - [2026-03-02 02:10:29] "POST /neutron/port HTTP/1.1" 200 1111 0.126794 10.0.0.249 - - [2026-03-02 02:10:29] "POST /neutron/port HTTP/1.1" 200 1121 0.020495 10.0.0.249 - - [2026-03-02 02:10:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004605 10.0.0.249 - - [2026-03-02 02:10:29] "POST /neutron/subnet HTTP/1.1" 200 694 0.006322 10.0.0.249 - - [2026-03-02 02:10:29] "POST /neutron/port HTTP/1.1" 200 117 0.001132 10.0.0.249 - - [2026-03-02 02:10:29] "POST /neutron/network HTTP/1.1" 200 833 0.004878 10.0.0.249 - - [2026-03-02 02:10:30] "POST /neutron/network HTTP/1.1" 200 2221 0.013707 10.0.0.249 - - [2026-03-02 02:10:30] "GET /aaa-mode HTTP/1.1" 401 293 0.000475 10.0.0.249 - - [2026-03-02 02:10:30] "GET / HTTP/1.1" 200 36215 0.001447 10.0.0.249 - - [2026-03-02 02:10:30] "GET /project/aefa8eba-bbc3-4141-a240-c7ab17ebc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000346 10.0.0.249 - - [2026-03-02 02:10:30] "GET /projects?obj_uuids=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001096 10.0.0.249 - - [2026-03-02 02:10:30] "GET /project/aefa8eba-bbc3-4141-a240-c7ab17ebc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.054913 10.0.0.249 - - [2026-03-02 02:10:30] "POST /neutron/network HTTP/1.1" 200 833 0.005910 10.0.0.249 - - [2026-03-02 02:10:30] "POST /neutron/network HTTP/1.1" 200 830 0.005538 10.0.0.249 - - [2026-03-02 02:10:31] "POST /neutron/network HTTP/1.1" 200 833 0.004844 10.0.0.249 - - [2026-03-02 02:10:31] "POST /neutron/port HTTP/1.1" 200 2089 0.019108 10.0.0.249 - - [2026-03-02 02:10:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006034 10.0.0.249 - - [2026-03-02 02:10:31] "POST /neutron/port HTTP/1.1" 200 117 0.004660 10.0.0.249 - - [2026-03-02 02:10:31] "POST /neutron/port HTTP/1.1" 200 117 0.004816 10.0.0.249 - - [2026-03-02 02:10:31] "POST /neutron/network HTTP/1.1" 200 2221 0.008086 10.0.0.249 - - [2026-03-02 02:10:31] "GET /projects?obj_uuids=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001420 10.0.0.249 - - [2026-03-02 02:10:31] "POST /neutron/port HTTP/1.1" 200 1059 0.279702 10.0.0.249 - - [2026-03-02 02:10:31] "GET /projects?obj_uuids=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001237 10.0.0.249 - - [2026-03-02 02:10:32] "POST /neutron/port HTTP/1.1" 200 1056 0.190574 10.0.0.249 - - [2026-03-02 02:10:32] "GET /projects?obj_uuids=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001482 10.0.0.249 - - [2026-03-02 02:10:32] "POST /neutron/port HTTP/1.1" 200 1057 0.183644 10.0.0.249 - - [2026-03-02 02:10:32] "POST /neutron/port HTTP/1.1" 200 1059 0.017677 10.0.0.249 - - [2026-03-02 02:10:32] "POST /neutron/port HTTP/1.1" 200 1059 0.017944 10.0.0.249 - - [2026-03-02 02:10:32] "POST /neutron/port HTTP/1.1" 200 1113 0.106322 10.0.0.249 - - [2026-03-02 02:10:32] "POST /neutron/port HTTP/1.1" 200 1056 0.009440 10.0.0.249 - - [2026-03-02 02:10:32] "POST /neutron/port HTTP/1.1" 200 1056 0.010743 10.0.0.249 - - [2026-03-02 02:10:32] "POST /neutron/port HTTP/1.1" 200 1110 0.071277 10.0.0.249 - - [2026-03-02 02:10:32] "POST /neutron/port HTTP/1.1" 200 1057 0.010957 10.0.0.249 - - [2026-03-02 02:10:32] "POST /neutron/port HTTP/1.1" 200 1057 0.009615 10.0.0.249 - - [2026-03-02 02:10:32] "POST /neutron/port HTTP/1.1" 200 1111 0.072730 10.0.0.249 - - [2026-03-02 02:10:32] "POST /neutron/port HTTP/1.1" 200 3059 0.017470 10.0.0.249 - - [2026-03-02 02:10:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003079 10.0.0.249 - - [2026-03-02 02:10:32] "POST /neutron/subnet HTTP/1.1" 200 703 0.006679 10.0.0.249 - - [2026-03-02 02:10:32] "POST /neutron/port HTTP/1.1" 200 117 0.001255 10.0.0.249 - - [2026-03-02 02:10:32] "POST /neutron/network HTTP/1.1" 200 833 0.005569 10.0.0.249 - - [2026-03-02 02:10:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003775 10.0.0.249 - - [2026-03-02 02:10:32] "POST /neutron/subnet HTTP/1.1" 200 688 0.007661 10.0.0.249 - - [2026-03-02 02:10:32] "POST /neutron/port HTTP/1.1" 200 117 0.001576 10.0.0.249 - - [2026-03-02 02:10:32] "POST /neutron/network HTTP/1.1" 200 830 0.005451 10.0.0.249 - - [2026-03-02 02:10:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010526 10.0.0.249 - - [2026-03-02 02:10:32] "POST /neutron/subnet HTTP/1.1" 200 694 0.007354 10.0.0.249 - - [2026-03-02 02:10:33] "POST /neutron/port HTTP/1.1" 200 117 0.001271 10.0.0.249 - - [2026-03-02 02:10:33] "POST /neutron/network HTTP/1.1" 200 833 0.005587 10.0.0.249 - - [2026-03-02 02:10:36] "POST /neutron/port HTTP/1.1" 200 3059 0.019087 10.0.0.249 - - [2026-03-02 02:10:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005929 10.0.0.249 - - [2026-03-02 02:10:36] "POST /neutron/port HTTP/1.1" 200 3059 0.019716 10.0.0.249 - - [2026-03-02 02:10:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006166 10.0.0.249 - - [2026-03-02 02:10:36] "POST /neutron/port HTTP/1.1" 200 3059 0.020873 10.0.0.249 - - [2026-03-02 02:10:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008045 10.0.0.249 - - [2026-03-02 02:10:36] "POST /neutron/port HTTP/1.1" 200 3059 0.023993 10.0.0.249 - - [2026-03-02 02:10:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005578 10.0.0.249 - - [2026-03-02 02:10:36] "POST /neutron/port HTTP/1.1" 200 3059 0.020238 10.0.0.249 - - [2026-03-02 02:10:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005554 10.0.0.249 - - [2026-03-02 02:10:36] "GET /virtual-machine/891bc4f7-2c22-43a5-a8c1-fe1008c417a8 HTTP/1.1" 200 1806 0.005009 10.0.0.249 - - [2026-03-02 02:10:36] "GET /virtual-machine-interface/1a51b6d9-fc5f-459d-92e7-2e38f382b05f HTTP/1.1" 200 2955 0.007156 10.0.0.249 - - [2026-03-02 02:10:36] "GET /virtual-machine-interface/6f0d0424-8ff2-490c-9e71-5f56f1d122eb HTTP/1.1" 200 2952 0.006783 10.0.0.249 - - [2026-03-02 02:10:36] "GET /virtual-machine-interface/f7b3e5db-8b50-4390-abca-8cc246fab26e HTTP/1.1" 200 2953 0.004979 10.0.0.249 - - [2026-03-02 02:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.249 - - [2026-03-02 02:10:36] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003082 10.0.0.249 - - [2026-03-02 02:10:36] "GET /virtual-networks?parent_id=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003280 10.0.0.249 - - [2026-03-02 02:10:36] "GET /virtual-network/f3a2b049-5a52-4a44-8672-8754385eb325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006706 10.0.0.249 - - [2026-03-02 02:10:39] "POST /neutron/port HTTP/1.1" 200 1121 0.011134 10.0.0.249 - - [2026-03-02 02:10:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005072 10.0.0.249 - - [2026-03-02 02:10:39] "POST /neutron/port HTTP/1.1" 200 1120 0.012943 10.0.0.249 - - [2026-03-02 02:10:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004553 10.0.0.249 - - [2026-03-02 02:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.249 - - [2026-03-02 02:10:40] "GET /virtual-network/f3a2b049-5a52-4a44-8672-8754385eb325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006034 10.0.0.249 - - [2026-03-02 02:10:43] "DELETE /project/3225358b421c45878619f3c1ac23008f HTTP/1.1" 404 173 0.038010 10.0.0.249 - - [2026-03-02 02:10:44] "DELETE /project/aefa8ebabbc34141a240c7ab17ebc44c HTTP/1.1" 404 173 0.105876 10.0.0.249 - - [2026-03-02 02:10:44] "GET /projects?obj_uuids=cfde915d-629a-4ded-be84-eb3709b8cec8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001077 10.0.0.249 - - [2026-03-02 02:10:44] "GET /project/cfde915d-629a-4ded-be84-eb3709b8cec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.092105 10.0.0.249 - - [2026-03-02 02:10:44] "GET /projects?obj_uuids=cfde915d-629a-4ded-be84-eb3709b8cec8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001052 10.0.0.249 - - [2026-03-02 02:10:44] "GET /projects?obj_uuids=3225358b-421c-4587-8619-f3c1ac23008f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001123 10.0.0.249 - - [2026-03-02 02:10:44] "GET /project/3225358b-421c-4587-8619-f3c1ac23008f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.128984 10.0.0.249 - - [2026-03-02 02:10:44] "GET /projects?obj_uuids=3225358b-421c-4587-8619-f3c1ac23008f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001214 10.0.0.249 - - [2026-03-02 02:10:44] "GET /project/cfde915d-629a-4ded-be84-eb3709b8cec8?fields=security_groups HTTP/1.1" 200 1380 0.096611 10.0.0.249 - - [2026-03-02 02:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.016923 10.0.0.249 - - [2026-03-02 02:10:44] "GET /project/3225358b-421c-4587-8619-f3c1ac23008f?fields=security_groups HTTP/1.1" 200 1351 0.090691 10.0.0.249 - - [2026-03-02 02:10:44] "GET /virtual-network/f3a2b049-5a52-4a44-8672-8754385eb325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.008421 10.0.0.249 - - [2026-03-02 02:10:44] "DELETE /security-group/8f7788fe-a46f-417a-bd54-42b56ca9a259 HTTP/1.1" 200 115 0.077788 10.0.0.249 - - [2026-03-02 02:10:44] "DELETE /access-control-list/6bbb5392-7532-4c69-bd2a-2bf58b31e4f6 HTTP/1.1" 200 115 0.053457 10.0.0.249 - - [2026-03-02 02:10:44] "GET /projects?obj_uuids=cfde915d-629a-4ded-be84-eb3709b8cec8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001573 10.0.0.249 - - [2026-03-02 02:10:44] "GET /project/cfde915d-629a-4ded-be84-eb3709b8cec8?fields=application_policy_sets HTTP/1.1" 200 1419 0.074095 10.0.0.249 - - [2026-03-02 02:10:44] "DELETE /access-control-list/2388c7a1-9741-4a47-95ae-1b848b46ee93 HTTP/1.1" 200 115 0.092182 10.0.0.249 - - [2026-03-02 02:10:44] "DELETE /security-group/e785bef0-0aa4-4d55-a28d-95712da8c087 HTTP/1.1" 200 115 0.142118 10.0.0.249 - - [2026-03-02 02:10:44] "GET /projects?obj_uuids=3225358b-421c-4587-8619-f3c1ac23008f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001528 10.0.0.249 - - [2026-03-02 02:10:44] "GET /project/3225358b-421c-4587-8619-f3c1ac23008f?fields=application_policy_sets HTTP/1.1" 200 1390 0.058255 10.0.0.249 - - [2026-03-02 02:10:44] "DELETE /access-control-list/41873ba5-1939-4405-bced-40f0c6cfcb7c HTTP/1.1" 200 115 0.067030 10.0.0.249 - - [2026-03-02 02:10:44] "DELETE /access-control-list/a9791930-4e5a-45b7-b8a7-a381437a103e HTTP/1.1" 200 115 0.053828 10.0.0.249 - - [2026-03-02 02:10:44] "DELETE /project/cfde915d-629a-4ded-be84-eb3709b8cec8 HTTP/1.1" 200 115 0.663238 10.0.0.249 - - [2026-03-02 02:10:44] "DELETE /project/3225358b-421c-4587-8619-f3c1ac23008f HTTP/1.1" 200 115 0.699852 10.0.0.249 - - [2026-03-02 02:10:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.249 - - [2026-03-02 02:10:48] "GET /virtual-network/f3a2b049-5a52-4a44-8672-8754385eb325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007191 10.0.0.249 - - [2026-03-02 02:10:49] "POST /neutron/port HTTP/1.1" 200 1120 0.011395 10.0.0.249 - - [2026-03-02 02:10:49] "POST /neutron/port HTTP/1.1" 200 1120 0.012291 10.0.0.249 - - [2026-03-02 02:10:49] "POST /neutron/network HTTP/1.1" 200 840 0.004984 10.0.0.249 - - [2026-03-02 02:10:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003175 10.0.0.249 - - [2026-03-02 02:10:49] "POST /neutron/subnet HTTP/1.1" 200 688 0.006665 10.0.0.249 - - [2026-03-02 02:10:49] "POST /neutron/port HTTP/1.1" 200 117 0.001310 10.0.0.249 - - [2026-03-02 02:10:49] "POST /neutron/network HTTP/1.1" 200 830 0.005216 10.0.0.249 - - [2026-03-02 02:10:51] "GET /obj-perms HTTP/1.1" 200 5075 0.052454 10.0.0.249 - - [2026-03-02 02:10:51] "GET /obj-perms HTTP/1.1" 200 5075 0.051148 10.0.0.249 - - [2026-03-02 02:10:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002689 10.0.0.249 - - [2026-03-02 02:10:52] "GET /virtual-network/f3a2b049-5a52-4a44-8672-8754385eb325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004873 10.0.0.249 - - [2026-03-02 02:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002642 10.0.0.249 - - [2026-03-02 02:10:54] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002978 10.0.0.249 - - [2026-03-02 02:10:54] "GET /virtual-networks?parent_id=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002725 10.0.0.249 - - [2026-03-02 02:10:54] "GET /virtual-network/f3a2b049-5a52-4a44-8672-8754385eb325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005063 10.0.0.249 - - [2026-03-02 02:10:54] "POST /neutron/port HTTP/1.1" 200 3059 0.017005 10.0.0.249 - - [2026-03-02 02:10:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005936 10.0.0.249 - - [2026-03-02 02:11:00] "POST /neutron/port HTTP/1.1" 200 3059 0.019849 10.0.0.249 - - [2026-03-02 02:11:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006334 10.0.0.249 - - [2026-03-02 02:11:05] "POST /neutron/port HTTP/1.1" 200 3059 0.022489 10.0.0.249 - - [2026-03-02 02:11:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006931 10.0.0.249 - - [2026-03-02 02:11:05] "POST /neutron/port HTTP/1.1" 200 3059 0.022403 10.0.0.249 - - [2026-03-02 02:11:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006525 10.0.0.249 - - [2026-03-02 02:11:10] "POST /neutron/port HTTP/1.1" 200 3059 0.017531 10.0.0.249 - - [2026-03-02 02:11:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005354 10.0.0.249 - - [2026-03-02 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.249 - - [2026-03-02 02:11:15] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003123 10.0.0.249 - - [2026-03-02 02:11:15] "GET /virtual-networks?parent_id=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002883 10.0.0.249 - - [2026-03-02 02:11:15] "GET /virtual-network/cbc1c72d-1e42-4bf9-80ae-e8f59f9df248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005147 10.0.0.249 - - [2026-03-02 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.249 - - [2026-03-02 02:11:15] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002941 10.0.0.249 - - [2026-03-02 02:11:15] "GET /virtual-networks?parent_id=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002739 10.0.0.249 - - [2026-03-02 02:11:15] "GET /virtual-network/e119d6ea-604a-497b-a8cd-c6b10ef6f462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005016 10.0.0.249 - - [2026-03-02 02:11:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.002763 10.0.0.249 - - [2026-03-02 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002600 10.0.0.249 - - [2026-03-02 02:11:16] "GET /projects?obj_uuids=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001033 10.0.0.249 - - [2026-03-02 02:11:16] "GET /project/aefa8eba-bbc3-4141-a240-c7ab17ebc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.025470 10.0.0.249 - - [2026-03-02 02:11:16] "POST /service-instances HTTP/1.1" 200 545 0.075750 10.0.0.249 - - [2026-03-02 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.249 - - [2026-03-02 02:11:16] "GET /service-instance/81152037-f8b6-4a1d-91fb-26611b4e5726?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.005843 10.0.0.249 - - [2026-03-02 02:11:16] "POST /port-tuples HTTP/1.1" 200 588 0.025237 10.0.0.249 - - [2026-03-02 02:11:16] "GET /virtual-machine-interface/6f0d0424-8ff2-490c-9e71-5f56f1d122eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2730 0.005832 10.0.0.249 - - [2026-03-02 02:11:16] "PUT /virtual-machine-interface/6f0d0424-8ff2-490c-9e71-5f56f1d122eb HTTP/1.1" 200 285 0.011161 10.0.0.249 - - [2026-03-02 02:11:16] "POST /ref-update HTTP/1.1" 200 156 0.010402 10.0.0.249 - - [2026-03-02 02:11:16] "POST /instance-ips HTTP/1.1" 200 386 0.029086 10.0.0.249 - - [2026-03-02 02:11:16] "GET /virtual-machine-interface/f7b3e5db-8b50-4390-abca-8cc246fab26e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.006902 10.0.0.249 - - [2026-03-02 02:11:16] "POST /ref-update HTTP/1.1" 200 156 0.014070 10.0.0.249 - - [2026-03-02 02:11:16] "PUT /virtual-machine-interface/f7b3e5db-8b50-4390-abca-8cc246fab26e HTTP/1.1" 200 285 0.014682 10.0.0.249 - - [2026-03-02 02:11:16] "POST /ref-update HTTP/1.1" 200 156 0.012747 10.0.0.249 - - [2026-03-02 02:11:16] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002715 10.0.0.249 - - [2026-03-02 02:11:16] "POST /ref-update HTTP/1.1" 200 156 0.010442 10.0.0.249 - - [2026-03-02 02:11:16] "GET /virtual-machine-interface/1a51b6d9-fc5f-459d-92e7-2e38f382b05f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2733 0.009200 10.0.0.249 - - [2026-03-02 02:11:16] "POST /instance-ips HTTP/1.1" 200 386 0.029035 10.0.0.249 - - [2026-03-02 02:11:16] "PUT /virtual-machine-interface/1a51b6d9-fc5f-459d-92e7-2e38f382b05f HTTP/1.1" 200 285 0.010640 10.0.0.249 - - [2026-03-02 02:11:16] "POST /ref-update HTTP/1.1" 200 156 0.009818 10.0.0.249 - - [2026-03-02 02:11:16] "POST /ref-update HTTP/1.1" 200 156 0.010060 10.0.0.249 - - [2026-03-02 02:11:17] "POST /ref-update HTTP/1.1" 200 156 0.007962 10.0.0.249 - - [2026-03-02 02:11:17] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002965 10.0.0.249 - - [2026-03-02 02:11:17] "POST /neutron/port HTTP/1.1" 200 1120 0.010682 10.0.0.249 - - [2026-03-02 02:11:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005976 10.0.0.249 - - [2026-03-02 02:11:17] "POST /instance-ips HTTP/1.1" 200 374 0.014393 10.0.0.249 - - [2026-03-02 02:11:17] "POST /neutron/port HTTP/1.1" 200 1120 0.011637 10.0.0.249 - - [2026-03-02 02:11:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006397 10.0.0.249 - - [2026-03-02 02:11:17] "POST /ref-update HTTP/1.1" 200 156 0.010021 10.0.0.249 - - [2026-03-02 02:11:17] "POST /ref-update HTTP/1.1" 200 156 0.009872 10.0.0.249 - - [2026-03-02 02:11:17] "POST /neutron/port HTTP/1.1" 200 1120 0.019717 10.0.0.249 - - [2026-03-02 02:11:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009450 10.0.0.249 - - [2026-03-02 02:11:17] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004915 10.0.0.249 - - [2026-03-02 02:11:17] "GET /virtual-machine/63d91dab-c683-4599-a13c-424825f44708 HTTP/1.1" 200 1292 0.011256 10.0.0.249 - - [2026-03-02 02:11:17] "GET /virtual-machine-interface/063ecd40-889d-4075-a19b-6e6f7954aacf HTTP/1.1" 200 2951 0.009323 10.0.0.249 - - [2026-03-02 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002670 10.0.0.249 - - [2026-03-02 02:11:17] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003216 10.0.0.249 - - [2026-03-02 02:11:17] "POST /instance-ips HTTP/1.1" 200 374 0.017270 10.0.0.249 - - [2026-03-02 02:11:17] "GET /virtual-networks?parent_id=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004015 10.0.0.249 - - [2026-03-02 02:11:17] "POST /ref-update HTTP/1.1" 200 156 0.011427 10.0.0.249 - - [2026-03-02 02:11:17] "GET /virtual-network/cbc1c72d-1e42-4bf9-80ae-e8f59f9df248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005721 10.0.0.249 - - [2026-03-02 02:11:17] "POST /ref-update HTTP/1.1" 200 156 0.008747 10.0.0.249 - - [2026-03-02 02:11:17] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003338 10.0.0.249 - - [2026-03-02 02:11:17] "POST /instance-ips HTTP/1.1" 200 376 0.021569 10.0.0.249 - - [2026-03-02 02:11:17] "POST /ref-update HTTP/1.1" 200 156 0.008924 10.0.0.249 - - [2026-03-02 02:11:17] "POST /ref-update HTTP/1.1" 200 156 0.010819 10.0.0.249 - - [2026-03-02 02:11:17] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002926 10.0.0.249 - - [2026-03-02 02:11:17] "POST /instance-ips HTTP/1.1" 200 376 0.017452 10.0.0.249 - - [2026-03-02 02:11:17] "POST /ref-update HTTP/1.1" 200 156 0.008923 10.0.0.249 - - [2026-03-02 02:11:17] "POST /ref-update HTTP/1.1" 200 156 0.009314 10.0.0.249 - - [2026-03-02 02:11:17] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002746 10.0.0.249 - - [2026-03-02 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.249 - - [2026-03-02 02:11:18] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004257 10.0.0.249 - - [2026-03-02 02:11:18] "GET /virtual-networks?parent_id=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003209 10.0.0.249 - - [2026-03-02 02:11:18] "GET /virtual-network/cbc1c72d-1e42-4bf9-80ae-e8f59f9df248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005357 10.0.0.249 - - [2026-03-02 02:11:18] "POST /neutron/port HTTP/1.1" 200 1121 0.012672 10.0.0.249 - - [2026-03-02 02:11:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006054 10.0.0.249 - - [2026-03-02 02:11:18] "POST /neutron/port HTTP/1.1" 200 1121 0.013443 10.0.0.249 - - [2026-03-02 02:11:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006111 10.0.0.249 - - [2026-03-02 02:11:19] "POST /neutron/port HTTP/1.1" 200 1121 0.014028 10.0.0.249 - - [2026-03-02 02:11:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006096 10.0.0.249 - - [2026-03-02 02:11:19] "GET /virtual-machine/4b43d37d-4657-4401-9812-d8b796605b07 HTTP/1.1" 200 1292 0.005526 10.0.0.249 - - [2026-03-02 02:11:19] "GET /virtual-machine-interface/222cc83f-3ba9-4431-947d-dfa25a4129e6 HTTP/1.1" 200 2955 0.005037 10.0.0.249 - - [2026-03-02 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.249 - - [2026-03-02 02:11:19] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003346 10.0.0.249 - - [2026-03-02 02:11:19] "GET /virtual-networks?parent_id=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003552 10.0.0.249 - - [2026-03-02 02:11:19] "GET /virtual-network/e119d6ea-604a-497b-a8cd-c6b10ef6f462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005309 10.0.0.249 - - [2026-03-02 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.249 - - [2026-03-02 02:11:20] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003404 10.0.0.249 - - [2026-03-02 02:11:20] "GET /virtual-networks?parent_id=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002943 10.0.0.249 - - [2026-03-02 02:11:20] "GET /virtual-network/e119d6ea-604a-497b-a8cd-c6b10ef6f462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005557 10.0.0.249 - - [2026-03-02 02:11:20] "POST /fqname-to-id HTTP/1.1" 404 211 0.002669 10.0.0.249 - - [2026-03-02 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002700 10.0.0.249 - - [2026-03-02 02:11:20] "GET /projects?obj_uuids=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001204 10.0.0.249 - - [2026-03-02 02:11:20] "GET /project/aefa8eba-bbc3-4141-a240-c7ab17ebc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.034252 10.0.0.249 - - [2026-03-02 02:11:20] "POST /network-policys HTTP/1.1" 200 549 0.016789 10.0.0.249 - - [2026-03-02 02:11:20] "GET /network-policy/d095c59e-42e1-43e4-ac5a-be78af61e777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004501 10.0.0.249 - - [2026-03-02 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002659 10.0.0.249 - - [2026-03-02 02:11:20] "GET /virtual-network/cbc1c72d-1e42-4bf9-80ae-e8f59f9df248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005049 10.0.0.249 - - [2026-03-02 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002536 10.0.0.249 - - [2026-03-02 02:11:21] "GET /network-policy/d095c59e-42e1-43e4-ac5a-be78af61e777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003386 10.0.0.249 - - [2026-03-02 02:11:21] "POST /fqname-to-id HTTP/1.1" 404 242 0.002548 10.0.0.249 - - [2026-03-02 02:11:21] "POST /ref-update HTTP/1.1" 200 156 0.029793 10.0.0.249 - - [2026-03-02 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.249 - - [2026-03-02 02:11:21] "POST /access-control-lists HTTP/1.1" 200 603 0.069781 10.0.0.249 - - [2026-03-02 02:11:21] "GET /network-policy/d095c59e-42e1-43e4-ac5a-be78af61e777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004202 10.0.0.249 - - [2026-03-02 02:11:21] "POST /neutron/network HTTP/1.1" 200 918 0.006596 10.0.0.249 - - [2026-03-02 02:11:21] "GET /virtual-network/cbc1c72d-1e42-4bf9-80ae-e8f59f9df248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.004297 10.0.0.249 - - [2026-03-02 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002542 10.0.0.249 - - [2026-03-02 02:11:21] "GET /network-policy/d095c59e-42e1-43e4-ac5a-be78af61e777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003818 10.0.0.249 - - [2026-03-02 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002629 10.0.0.249 - - [2026-03-02 02:11:21] "GET /virtual-network/e119d6ea-604a-497b-a8cd-c6b10ef6f462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005394 10.0.0.249 - - [2026-03-02 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002740 10.0.0.249 - - [2026-03-02 02:11:21] "GET /network-policy/d095c59e-42e1-43e4-ac5a-be78af61e777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003361 10.0.0.249 - - [2026-03-02 02:11:21] "POST /fqname-to-id HTTP/1.1" 404 244 0.003529 10.0.0.249 - - [2026-03-02 02:11:21] "POST /ref-update HTTP/1.1" 200 156 0.033468 10.0.0.249 - - [2026-03-02 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.249 - - [2026-03-02 02:11:21] "POST /access-control-lists HTTP/1.1" 200 606 0.059090 10.0.0.249 - - [2026-03-02 02:11:21] "GET /network-policy/d095c59e-42e1-43e4-ac5a-be78af61e777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004921 10.0.0.249 - - [2026-03-02 02:11:21] "POST /routing-instances HTTP/1.1" 200 761 0.016222 10.0.0.249 - - [2026-03-02 02:11:21] "POST /neutron/network HTTP/1.1" 200 921 0.006558 10.0.0.249 - - [2026-03-02 02:11:21] "GET /virtual-network/e119d6ea-604a-497b-a8cd-c6b10ef6f462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005721 10.0.0.249 - - [2026-03-02 02:11:21] "POST /route-targets HTTP/1.1" 200 328 0.010025 10.0.0.249 - - [2026-03-02 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.249 - - [2026-03-02 02:11:21] "POST /ref-update HTTP/1.1" 200 156 0.010256 10.0.0.249 - - [2026-03-02 02:11:21] "GET /network-policy/d095c59e-42e1-43e4-ac5a-be78af61e777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004637 10.0.0.249 - - [2026-03-02 02:11:21] "GET /routing-instance/d6719326-0d5c-4697-b5dc-b225ebccc942?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.005061 10.0.0.249 - - [2026-03-02 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.249 - - [2026-03-02 02:11:22] "GET /routing-instance/d6719326-0d5c-4697-b5dc-b225ebccc942?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.005108 10.0.0.249 - - [2026-03-02 02:11:22] "GET /service-template/6e934210-3343-46fb-ba87-948120a6b113?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004447 10.0.0.249 - - [2026-03-02 02:11:22] "POST /ref-update HTTP/1.1" 200 156 0.010373 10.0.0.249 - - [2026-03-02 02:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.249 - - [2026-03-02 02:11:22] "POST /routing-instances HTTP/1.1" 200 762 0.015046 10.0.0.249 - - [2026-03-02 02:11:22] "GET /projects?obj_uuids=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001868 10.0.0.249 - - [2026-03-02 02:11:22] "GET /project/aefa8eba-bbc3-4141-a240-c7ab17ebc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.026569 10.0.0.249 - - [2026-03-02 02:11:22] "POST /route-targets HTTP/1.1" 200 328 0.009900 10.0.0.249 - - [2026-03-02 02:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002604 10.0.0.249 - - [2026-03-02 02:11:22] "POST /ref-update HTTP/1.1" 200 156 0.009995 10.0.0.249 - - [2026-03-02 02:11:22] "GET /service-instance/81152037-f8b6-4a1d-91fb-26611b4e5726?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3537 0.005007 10.0.0.249 - - [2026-03-02 02:11:22] "GET /routing-instance/d40b660b-8207-4b01-b387-0da0e90e47df?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1280 0.004011 10.0.0.249 - - [2026-03-02 02:11:22] "GET /domains HTTP/1.1" 200 281 0.003814 10.0.0.249 - - [2026-03-02 02:11:22] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001051 10.0.0.249 - - [2026-03-02 02:11:22] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 2783 0.007576 10.0.0.249 - - [2026-03-02 02:11:22] "GET /projects?obj_uuids=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001129 10.0.0.249 - - [2026-03-02 02:11:22] "GET /routing-instance/d40b660b-8207-4b01-b387-0da0e90e47df?fields=routing_policy_back_refs HTTP/1.1" 200 1280 0.003506 10.0.0.249 - - [2026-03-02 02:11:22] "GET /project/aefa8eba-bbc3-4141-a240-c7ab17ebc44c HTTP/1.1" 200 4259 0.066984 10.0.0.249 - - [2026-03-02 02:11:22] "GET /service-instance/81152037-f8b6-4a1d-91fb-26611b4e5726 HTTP/1.1" 200 3792 0.004672 10.0.0.249 - - [2026-03-02 02:11:22] "PUT /routing-instance/d6719326-0d5c-4697-b5dc-b225ebccc942 HTTP/1.1" 200 267 0.011766 10.0.0.249 - - [2026-03-02 02:11:22] "GET /domains HTTP/1.1" 200 281 0.003715 10.0.0.249 - - [2026-03-02 02:11:22] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000997 10.0.0.249 - - [2026-03-02 02:11:22] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 2783 0.006489 10.0.0.249 - - [2026-03-02 02:11:22] "GET /projects?obj_uuids=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000976 10.0.0.249 - - [2026-03-02 02:11:22] "PUT /routing-instance/d40b660b-8207-4b01-b387-0da0e90e47df HTTP/1.1" 200 267 0.010898 10.0.0.249 - - [2026-03-02 02:11:22] "GET /project/aefa8eba-bbc3-4141-a240-c7ab17ebc44c HTTP/1.1" 200 4259 0.061854 10.0.0.249 - - [2026-03-02 02:11:22] "GET /service-instance/81152037-f8b6-4a1d-91fb-26611b4e5726 HTTP/1.1" 200 3792 0.003397 10.0.0.249 - - [2026-03-02 02:11:22] "GET /port-tuple/28635a5d-3b4f-45a1-804c-4b8f902186ab HTTP/1.1" 200 1982 0.003215 10.0.0.249 - - [2026-03-02 02:11:22] "GET /virtual-machine-interface/1a51b6d9-fc5f-459d-92e7-2e38f382b05f HTTP/1.1" 200 3813 0.007009 10.0.0.249 - - [2026-03-02 02:11:22] "POST /ref-update HTTP/1.1" 200 156 0.014746 10.0.0.249 - - [2026-03-02 02:11:22] "GET /virtual-machine-interface/6f0d0424-8ff2-490c-9e71-5f56f1d122eb HTTP/1.1" 200 3825 0.006801 10.0.0.249 - - [2026-03-02 02:11:22] "GET /virtual-machine-interface/f7b3e5db-8b50-4390-abca-8cc246fab26e HTTP/1.1" 200 3808 0.006175 10.0.0.249 - - [2026-03-02 02:11:22] "PUT /access-control-list/8ecedeae-6d6e-4472-a2ca-b2ea7ba95eaf HTTP/1.1" 200 273 0.014175 10.0.0.249 - - [2026-03-02 02:11:22] "POST /neutron/port HTTP/1.1" 200 3830 0.041446 10.0.0.249 - - [2026-03-02 02:11:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005581 10.0.0.249 - - [2026-03-02 02:11:22] "PUT /access-control-list/9ec6076f-1b09-4942-9175-f196f24f8dbe HTTP/1.1" 200 273 0.010801 10.0.0.249 - - [2026-03-02 02:11:22] "POST /neutron/port HTTP/1.1" 200 3830 0.033164 10.0.0.249 - - [2026-03-02 02:11:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008097 10.0.0.249 - - [2026-03-02 02:11:22] "POST /neutron/port HTTP/1.1" 200 3830 0.034393 10.0.0.249 - - [2026-03-02 02:11:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006860 10.0.0.249 - - [2026-03-02 02:11:22] "POST /neutron/port HTTP/1.1" 200 3830 0.033580 10.0.0.249 - - [2026-03-02 02:11:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006965 10.0.0.249 - - [2026-03-02 02:11:22] "POST /neutron/network HTTP/1.1" 200 892 0.010410 10.0.0.249 - - [2026-03-02 02:11:23] "POST /neutron/network HTTP/1.1" 200 918 0.005358 10.0.0.249 - - [2026-03-02 02:11:23] "POST /neutron/network HTTP/1.1" 200 807 0.011857 10.0.0.249 - - [2026-03-02 02:11:23] "POST /neutron/network HTTP/1.1" 200 833 0.005939 10.0.0.249 - - [2026-03-02 02:11:23] "POST /neutron/network HTTP/1.1" 200 895 0.014592 10.0.0.249 - - [2026-03-02 02:11:23] "POST /neutron/network HTTP/1.1" 200 921 0.006514 10.0.0.249 - - [2026-03-02 02:11:23] "POST /id-to-fqname HTTP/1.1" 200 223 0.001722 10.0.0.249 - - [2026-03-02 02:11:23] "POST /id-to-fqname HTTP/1.1" 200 223 0.001595 10.0.0.249 - - [2026-03-02 02:11:23] "POST /id-to-fqname HTTP/1.1" 200 224 0.001781 10.0.0.249 - - [2026-03-02 02:11:23] "GET /virtual-machine/891bc4f7-2c22-43a5-a8c1-fe1008c417a8 HTTP/1.1" 200 1806 0.004570 10.0.0.249 - - [2026-03-02 02:11:23] "GET /virtual-machine-interface/1a51b6d9-fc5f-459d-92e7-2e38f382b05f HTTP/1.1" 200 3813 0.005790 10.0.0.249 - - [2026-03-02 02:11:23] "GET /virtual-machine-interface/6f0d0424-8ff2-490c-9e71-5f56f1d122eb HTTP/1.1" 200 3825 0.005463 10.0.0.249 - - [2026-03-02 02:11:23] "GET /virtual-machine-interface/f7b3e5db-8b50-4390-abca-8cc246fab26e HTTP/1.1" 200 3808 0.005558 10.0.0.249 - - [2026-03-02 02:11:23] "GET /instance-ip/188d3c3c-6408-4754-873a-e25093f2bcf0 HTTP/1.1" 200 1623 0.004932 10.0.0.249 - - [2026-03-02 02:11:23] "GET /instance-ip/6ab64cc8-3c87-4f8b-a0b5-3c0f1647b62f HTTP/1.1" 200 1964 0.003412 10.0.0.249 - - [2026-03-02 02:11:23] "GET /instance-ip/a59cece8-3999-4b87-b968-6d1dd57181ff HTTP/1.1" 200 1963 0.003958 10.0.0.249 - - [2026-03-02 02:11:23] "GET /instance-ip/584bfdfb-8670-4482-8cd4-160c0f20aa08 HTTP/1.1" 200 1984 0.003578 10.0.0.249 - - [2026-03-02 02:11:23] "GET /instance-ip/a383e78f-2f9f-4a94-9fb7-7c148c177f22 HTTP/1.1" 200 1983 0.003300 10.0.0.249 - - [2026-03-02 02:11:23] "GET /instance-ip/ddb8b221-d8f3-4a96-8661-4aa33189abcd HTTP/1.1" 200 1625 0.005101 10.0.0.249 - - [2026-03-02 02:11:23] "GET /instance-ip/1bbe69cd-0074-4a0a-964e-c95ddfdf1d08 HTTP/1.1" 200 1958 0.004719 10.0.0.249 - - [2026-03-02 02:11:23] "GET /instance-ip/1d8bfac2-e97c-4676-8d20-6f005cf59244 HTTP/1.1" 200 1622 0.005424 10.0.0.249 - - [2026-03-02 02:11:23] "GET /instance-ip/5fb7b237-bb95-44ba-b1ec-c27f70c916b5 HTTP/1.1" 200 1960 0.003446 10.0.0.249 - - [2026-03-02 02:11:23] "POST /neutron/port HTTP/1.1" 200 3830 0.028719 10.0.0.249 - - [2026-03-02 02:11:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005847 10.0.0.249 - - [2026-03-02 02:11:23] "POST /neutron/port HTTP/1.1" 200 3830 0.035577 10.0.0.249 - - [2026-03-02 02:11:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007556 10.0.0.249 - - [2026-03-02 02:11:23] "POST /neutron/port HTTP/1.1" 200 3830 0.037823 10.0.0.249 - - [2026-03-02 02:11:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006302 10.0.0.249 - - [2026-03-02 02:11:23] "POST /neutron/port HTTP/1.1" 200 3830 0.029996 10.0.0.249 - - [2026-03-02 02:11:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005834 10.0.0.249 - - [2026-03-02 02:11:23] "GET /virtual-machine/891bc4f7-2c22-43a5-a8c1-fe1008c417a8 HTTP/1.1" 200 1806 0.003311 10.0.0.249 - - [2026-03-02 02:11:23] "GET /virtual-machine-interface/1a51b6d9-fc5f-459d-92e7-2e38f382b05f HTTP/1.1" 200 3813 0.004928 10.0.0.249 - - [2026-03-02 02:11:23] "GET /virtual-machine-interface/6f0d0424-8ff2-490c-9e71-5f56f1d122eb HTTP/1.1" 200 3825 0.005009 10.0.0.249 - - [2026-03-02 02:11:23] "GET /virtual-machine-interface/f7b3e5db-8b50-4390-abca-8cc246fab26e HTTP/1.1" 200 3808 0.007155 10.0.0.249 - - [2026-03-02 02:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.249 - - [2026-03-02 02:11:23] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003033 10.0.0.249 - - [2026-03-02 02:11:23] "GET /virtual-networks?parent_id=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003745 10.0.0.249 - - [2026-03-02 02:11:23] "GET /virtual-network/cbc1c72d-1e42-4bf9-80ae-e8f59f9df248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.007432 10.0.0.249 - - [2026-03-02 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.249 - - [2026-03-02 02:11:25] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003272 10.0.0.249 - - [2026-03-02 02:11:25] "GET /virtual-networks?parent_id=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003081 10.0.0.249 - - [2026-03-02 02:11:25] "GET /virtual-network/cbc1c72d-1e42-4bf9-80ae-e8f59f9df248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.006579 10.0.0.249 - - [2026-03-02 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.249 - - [2026-03-02 02:11:25] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003493 10.0.0.249 - - [2026-03-02 02:11:25] "GET /virtual-networks?parent_id=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003719 10.0.0.249 - - [2026-03-02 02:11:25] "GET /virtual-network/cbc1c72d-1e42-4bf9-80ae-e8f59f9df248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.005751 10.0.0.249 - - [2026-03-02 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002584 10.0.0.249 - - [2026-03-02 02:11:25] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003546 10.0.0.249 - - [2026-03-02 02:11:25] "GET /virtual-networks?parent_id=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002903 10.0.0.249 - - [2026-03-02 02:11:25] "GET /virtual-network/cbc1c72d-1e42-4bf9-80ae-e8f59f9df248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.005751 10.0.0.249 - - [2026-03-02 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.249 - - [2026-03-02 02:11:25] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003870 10.0.0.249 - - [2026-03-02 02:11:25] "GET /virtual-networks?parent_id=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003190 10.0.0.249 - - [2026-03-02 02:11:25] "GET /virtual-network/cbc1c72d-1e42-4bf9-80ae-e8f59f9df248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.005010 10.0.0.249 - - [2026-03-02 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.249 - - [2026-03-02 02:11:25] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003850 10.0.0.249 - - [2026-03-02 02:11:25] "GET /virtual-networks?parent_id=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003041 10.0.0.249 - - [2026-03-02 02:11:26] "GET /virtual-network/f3a2b049-5a52-4a44-8672-8754385eb325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005381 10.0.0.249 - - [2026-03-02 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002713 10.0.0.249 - - [2026-03-02 02:11:26] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003335 10.0.0.249 - - [2026-03-02 02:11:26] "GET /virtual-networks?parent_id=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002803 10.0.0.249 - - [2026-03-02 02:11:26] "GET /virtual-network/f3a2b049-5a52-4a44-8672-8754385eb325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005336 10.0.0.249 - - [2026-03-02 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002673 10.0.0.249 - - [2026-03-02 02:11:26] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003984 10.0.0.249 - - [2026-03-02 02:11:26] "GET /virtual-networks?parent_id=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002692 10.0.0.249 - - [2026-03-02 02:11:26] "GET /virtual-network/f3a2b049-5a52-4a44-8672-8754385eb325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005083 10.0.0.249 - - [2026-03-02 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002583 10.0.0.249 - - [2026-03-02 02:11:26] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003331 10.0.0.249 - - [2026-03-02 02:11:26] "GET /virtual-networks?parent_id=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003028 10.0.0.249 - - [2026-03-02 02:11:26] "GET /virtual-network/f3a2b049-5a52-4a44-8672-8754385eb325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005325 10.0.0.249 - - [2026-03-02 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.249 - - [2026-03-02 02:11:26] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003388 10.0.0.249 - - [2026-03-02 02:11:26] "GET /virtual-networks?parent_id=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003748 10.0.0.249 - - [2026-03-02 02:11:26] "GET /virtual-network/e119d6ea-604a-497b-a8cd-c6b10ef6f462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005196 10.0.0.249 - - [2026-03-02 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002712 10.0.0.249 - - [2026-03-02 02:11:26] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003271 10.0.0.249 - - [2026-03-02 02:11:27] "GET /virtual-networks?parent_id=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002813 10.0.0.249 - - [2026-03-02 02:11:27] "GET /virtual-network/e119d6ea-604a-497b-a8cd-c6b10ef6f462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005040 10.0.0.249 - - [2026-03-02 02:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.249 - - [2026-03-02 02:11:27] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003312 10.0.0.249 - - [2026-03-02 02:11:27] "GET /virtual-networks?parent_id=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002668 10.0.0.249 - - [2026-03-02 02:11:27] "GET /virtual-network/e119d6ea-604a-497b-a8cd-c6b10ef6f462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005477 10.0.0.249 - - [2026-03-02 02:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.249 - - [2026-03-02 02:11:27] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003165 10.0.0.249 - - [2026-03-02 02:11:27] "GET /virtual-networks?parent_id=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002691 10.0.0.249 - - [2026-03-02 02:11:27] "GET /virtual-network/e119d6ea-604a-497b-a8cd-c6b10ef6f462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005205 10.0.0.249 - - [2026-03-02 02:11:27] "GET /virtual-machine/891bc4f7-2c22-43a5-a8c1-fe1008c417a8 HTTP/1.1" 200 1806 0.003364 10.0.0.249 - - [2026-03-02 02:11:27] "GET /domains HTTP/1.1" 200 281 0.002222 10.0.0.249 - - [2026-03-02 02:11:27] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001582 10.0.0.249 - - [2026-03-02 02:11:27] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 2783 0.007907 10.0.0.249 - - [2026-03-02 02:11:27] "GET /projects?obj_uuids=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000942 10.0.0.249 - - [2026-03-02 02:11:27] "GET /project/aefa8eba-bbc3-4141-a240-c7ab17ebc44c HTTP/1.1" 200 4259 0.072551 10.0.0.249 - - [2026-03-02 02:11:27] "GET /service-instance/81152037-f8b6-4a1d-91fb-26611b4e5726 HTTP/1.1" 200 3792 0.004531 10.0.0.249 - - [2026-03-02 02:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.249 - - [2026-03-02 02:11:27] "GET /routing-instance/2bdadc70-3a29-4185-aa27-f9b8cb550b87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1891 0.004052 10.0.0.249 - - [2026-03-02 02:11:27] "GET /routing-instance/2bdadc70-3a29-4185-aa27-f9b8cb550b87?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.005126 10.0.0.249 - - [2026-03-02 02:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.249 - - [2026-03-02 02:11:27] "GET /routing-instance/5993c0e7-f79a-47b2-a17b-6f5389c81628?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1896 0.004136 10.0.0.249 - - [2026-03-02 02:11:27] "GET /routing-instance/5993c0e7-f79a-47b2-a17b-6f5389c81628?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2027 0.005835 10.0.0.249 - - [2026-03-02 02:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.249 - - [2026-03-02 02:11:27] "GET /virtual-network/cbc1c72d-1e42-4bf9-80ae-e8f59f9df248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.005202 10.0.0.249 - - [2026-03-02 02:11:28] "GET /virtual-network/cbc1c72d-1e42-4bf9-80ae-e8f59f9df248?fields=routing_instances HTTP/1.1" 200 1686 0.006577 10.0.0.249 - - [2026-03-02 02:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002678 10.0.0.249 - - [2026-03-02 02:11:28] "GET /virtual-network/e119d6ea-604a-497b-a8cd-c6b10ef6f462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005408 10.0.0.249 - - [2026-03-02 02:11:28] "GET /virtual-network/e119d6ea-604a-497b-a8cd-c6b10ef6f462?fields=routing_instances HTTP/1.1" 200 1692 0.006669 10.0.0.249 - - [2026-03-02 02:11:32] "POST /ref-update HTTP/1.1" 200 156 0.029383 10.0.0.249 - - [2026-03-02 02:11:32] "DELETE /access-control-list/9ec6076f-1b09-4942-9175-f196f24f8dbe HTTP/1.1" 200 115 0.033595 10.0.0.249 - - [2026-03-02 02:11:32] "POST /neutron/network HTTP/1.1" 200 833 0.018120 10.0.0.249 - - [2026-03-02 02:11:32] "GET /virtual-network/e119d6ea-604a-497b-a8cd-c6b10ef6f462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005265 10.0.0.249 - - [2026-03-02 02:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002304 10.0.0.249 - - [2026-03-02 02:11:32] "DELETE /routing-instance/d6719326-0d5c-4697-b5dc-b225ebccc942 HTTP/1.1" 200 115 0.026382 10.0.0.249 - - [2026-03-02 02:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004581 10.0.0.249 - - [2026-03-02 02:11:32] "GET /network-policy/d095c59e-42e1-43e4-ac5a-be78af61e777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004727 10.0.0.249 - - [2026-03-02 02:11:32] "DELETE /route-target/f2766d48-702a-4ae3-869d-47fbda3e365a HTTP/1.1" 200 115 0.011684 10.0.0.249 - - [2026-03-02 02:11:32] "POST /ref-update HTTP/1.1" 200 156 0.026405 10.0.0.249 - - [2026-03-02 02:11:32] "DELETE /routing-instance/d40b660b-8207-4b01-b387-0da0e90e47df HTTP/1.1" 200 115 0.038711 10.0.0.249 - - [2026-03-02 02:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.249 - - [2026-03-02 02:11:32] "POST /neutron/network HTTP/1.1" 200 830 0.005651 10.0.0.249 - - [2026-03-02 02:11:32] "DELETE /route-target/2db21ea0-e85a-4878-bb98-2df90ee294ca HTTP/1.1" 200 115 0.018486 10.0.0.249 - - [2026-03-02 02:11:32] "GET /virtual-network/cbc1c72d-1e42-4bf9-80ae-e8f59f9df248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006959 10.0.0.249 - - [2026-03-02 02:11:32] "DELETE /access-control-list/8ecedeae-6d6e-4472-a2ca-b2ea7ba95eaf HTTP/1.1" 200 115 0.017872 10.0.0.249 - - [2026-03-02 02:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.249 - - [2026-03-02 02:11:32] "GET /network-policy/d095c59e-42e1-43e4-ac5a-be78af61e777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003206 10.0.0.249 - - [2026-03-02 02:11:32] "DELETE /network-policy/d095c59e-42e1-43e4-ac5a-be78af61e777 HTTP/1.1" 200 115 0.018621 10.0.0.249 - - [2026-03-02 02:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.249 - - [2026-03-02 02:11:32] "DELETE /service-instance/81152037-f8b6-4a1d-91fb-26611b4e5726 HTTP/1.1" 200 115 0.044730 10.0.0.249 - - [2026-03-02 02:11:32] "GET /domains HTTP/1.1" 200 281 0.002857 10.0.0.249 - - [2026-03-02 02:11:32] "POST /ref-update HTTP/1.1" 200 156 0.016665 10.0.0.249 - - [2026-03-02 02:11:32] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001614 10.0.0.249 - - [2026-03-02 02:11:32] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 2783 0.009756 10.0.0.249 - - [2026-03-02 02:11:32] "GET /projects?obj_uuids=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001842 10.0.0.249 - - [2026-03-02 02:11:32] "DELETE /instance-ip/1bbe69cd-0074-4a0a-964e-c95ddfdf1d08 HTTP/1.1" 200 115 0.033462 10.0.0.249 - - [2026-03-02 02:11:32] "POST /ref-update HTTP/1.1" 200 156 0.008789 10.0.0.249 - - [2026-03-02 02:11:32] "GET /project/aefa8eba-bbc3-4141-a240-c7ab17ebc44c HTTP/1.1" 200 3783 0.075093 10.0.0.249 - - [2026-03-02 02:11:33] "GET /virtual-machine/891bc4f7-2c22-43a5-a8c1-fe1008c417a8 HTTP/1.1" 200 1806 0.002835 10.0.0.249 - - [2026-03-02 02:11:33] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002490 10.0.0.249 - - [2026-03-02 02:11:33] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002399 10.0.0.249 - - [2026-03-02 02:11:33] "DELETE /instance-ip/5fb7b237-bb95-44ba-b1ec-c27f70c916b5 HTTP/1.1" 200 115 0.037669 10.0.0.249 - - [2026-03-02 02:11:33] "POST /ref-update HTTP/1.1" 200 156 0.008386 10.0.0.249 - - [2026-03-02 02:11:33] "DELETE /instance-ip/a59cece8-3999-4b87-b968-6d1dd57181ff HTTP/1.1" 200 115 0.020836 10.0.0.249 - - [2026-03-02 02:11:33] "POST /ref-update HTTP/1.1" 200 156 0.009504 10.0.0.249 - - [2026-03-02 02:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.249 - - [2026-03-02 02:11:33] "DELETE /service-template/6e934210-3343-46fb-ba87-948120a6b113 HTTP/1.1" 200 115 0.028931 10.0.0.249 - - [2026-03-02 02:11:33] "POST /fqname-to-id HTTP/1.1" 404 193 0.003771 10.0.0.249 - - [2026-03-02 02:11:33] "DELETE /instance-ip/a383e78f-2f9f-4a94-9fb7-7c148c177f22 HTTP/1.1" 200 115 0.032373 10.0.0.249 - - [2026-03-02 02:11:33] "POST /ref-update HTTP/1.1" 200 156 0.015625 10.0.0.249 - - [2026-03-02 02:11:33] "DELETE /instance-ip/584bfdfb-8670-4482-8cd4-160c0f20aa08 HTTP/1.1" 200 115 0.020625 10.0.0.249 - - [2026-03-02 02:11:33] "POST /ref-update HTTP/1.1" 200 156 0.012131 10.0.0.249 - - [2026-03-02 02:11:33] "DELETE /instance-ip/6ab64cc8-3c87-4f8b-a0b5-3c0f1647b62f HTTP/1.1" 200 115 0.023934 10.0.0.249 - - [2026-03-02 02:11:33] "POST /neutron/network HTTP/1.1" 200 833 0.008006 10.0.0.249 - - [2026-03-02 02:11:33] "POST /neutron/network HTTP/1.1" 400 204 0.013363 10.0.0.249 - - [2026-03-02 02:11:33] "POST /neutron/port HTTP/1.1" 200 1121 0.014628 10.0.0.249 - - [2026-03-02 02:11:33] "POST /neutron/port HTTP/1.1" 200 1111 0.009413 10.0.0.249 - - [2026-03-02 02:11:33] "POST /neutron/port HTTP/1.1" 200 1120 0.016915 10.0.0.249 - - [2026-03-02 02:11:33] "POST /neutron/port HTTP/1.1" 200 1110 0.014222 10.0.0.249 - - [2026-03-02 02:11:34] "POST /neutron/port HTTP/1.1" 200 151 0.105687 10.0.0.249 - - [2026-03-02 02:11:34] "POST /neutron/port HTTP/1.1" 200 151 0.103231 10.0.0.249 - - [2026-03-02 02:11:34] "POST /neutron/port HTTP/1.1" 200 3059 0.020219 10.0.0.249 - - [2026-03-02 02:11:34] "POST /neutron/port HTTP/1.1" 200 1113 0.008896 10.0.0.249 - - [2026-03-02 02:11:34] "POST /neutron/port HTTP/1.1" 200 151 0.103369 10.0.0.249 - - [2026-03-02 02:11:34] "POST /neutron/port HTTP/1.1" 200 1110 0.010152 10.0.0.249 - - [2026-03-02 02:11:34] "POST /neutron/port HTTP/1.1" 200 151 0.085003 10.0.0.249 - - [2026-03-02 02:11:34] "POST /neutron/port HTTP/1.1" 200 1111 0.009049 10.0.0.249 - - [2026-03-02 02:11:34] "POST /neutron/port HTTP/1.1" 200 151 0.095969 10.0.0.249 - - [2026-03-02 02:11:35] "POST /neutron/network HTTP/1.1" 200 833 0.006340 10.0.0.249 - - [2026-03-02 02:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005180 10.0.0.249 - - [2026-03-02 02:11:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003898 10.0.0.249 - - [2026-03-02 02:11:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002157 10.0.0.249 - - [2026-03-02 02:11:35] "POST /neutron/network HTTP/1.1" 200 151 0.088084 10.0.0.249 - - [2026-03-02 02:11:35] "DELETE /route-target/eeaed756-8120-4015-83e6-2aec741d4018 HTTP/1.1" 200 115 0.021941 10.0.0.249 - - [2026-03-02 02:11:35] "GET /routing-instance/5993c0e7-f79a-47b2-a17b-6f5389c81628 HTTP/1.1" 404 171 0.003170 10.0.0.249 - - [2026-03-02 02:11:35] "GET /domains HTTP/1.1" 200 281 0.003576 10.0.0.249 - - [2026-03-02 02:11:35] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000994 10.0.0.249 - - [2026-03-02 02:11:35] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 2582 0.049889 10.0.0.249 - - [2026-03-02 02:11:35] "GET /projects?obj_uuids=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001515 10.0.0.249 - - [2026-03-02 02:11:35] "GET /project/aefa8eba-bbc3-4141-a240-c7ab17ebc44c HTTP/1.1" 200 2316 0.067254 10.0.0.249 - - [2026-03-02 02:11:35] "POST /neutron/network HTTP/1.1" 200 830 0.005242 10.0.0.249 - - [2026-03-02 02:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005344 10.0.0.249 - - [2026-03-02 02:11:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003936 10.0.0.249 - - [2026-03-02 02:11:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002317 10.0.0.249 - - [2026-03-02 02:11:35] "POST /neutron/network HTTP/1.1" 200 151 0.081176 10.0.0.249 - - [2026-03-02 02:11:35] "DELETE /route-target/297df577-cffd-4f70-a258-8933227c5905 HTTP/1.1" 200 115 0.023873 10.0.0.249 - - [2026-03-02 02:11:35] "GET /routing-instance/2bdadc70-3a29-4185-aa27-f9b8cb550b87 HTTP/1.1" 404 171 0.003073 10.0.0.249 - - [2026-03-02 02:11:35] "GET /domains HTTP/1.1" 200 281 0.002481 10.0.0.249 - - [2026-03-02 02:11:35] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001114 10.0.0.249 - - [2026-03-02 02:11:35] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 2582 0.049071 10.0.0.249 - - [2026-03-02 02:11:35] "GET /projects?obj_uuids=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001572 10.0.0.249 - - [2026-03-02 02:11:35] "GET /project/aefa8eba-bbc3-4141-a240-c7ab17ebc44c HTTP/1.1" 200 2097 0.067808 10.0.0.249 - - [2026-03-02 02:11:36] "POST /neutron/network HTTP/1.1" 200 833 0.005088 10.0.0.249 - - [2026-03-02 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004901 10.0.0.249 - - [2026-03-02 02:11:36] "POST /useragent-kv HTTP/1.1" 200 115 0.004148 10.0.0.249 - - [2026-03-02 02:11:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002146 10.0.0.249 - - [2026-03-02 02:11:36] "POST /neutron/network HTTP/1.1" 200 151 0.082619 10.0.0.249 - - [2026-03-02 02:11:36] "DELETE /route-target/4342c385-b9f4-40d8-9ed5-2e3fd6ff603f HTTP/1.1" 200 115 0.022148 10.0.0.249 - - [2026-03-02 02:11:36] "GET /routing-instance/ba12ea0c-0a7d-4c16-b8b3-b0516dc514a5 HTTP/1.1" 404 171 0.003358 10.0.0.249 - - [2026-03-02 02:11:36] "GET /domains HTTP/1.1" 200 281 0.002714 10.0.0.249 - - [2026-03-02 02:11:36] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001161 10.0.0.249 - - [2026-03-02 02:11:36] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 2582 0.048951 10.0.0.249 - - [2026-03-02 02:11:36] "GET /projects?obj_uuids=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001443 10.0.0.249 - - [2026-03-02 02:11:36] "GET /project/aefa8eba-bbc3-4141-a240-c7ab17ebc44c HTTP/1.1" 200 1856 0.065787 10.0.0.249 - - [2026-03-02 02:11:36] "GET /projects?obj_uuids=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001178 10.0.0.249 - - [2026-03-02 02:11:36] "GET /project/aefa8eba-bbc3-4141-a240-c7ab17ebc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.057707 10.0.0.249 - - [2026-03-02 02:11:36] "GET /projects?obj_uuids=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001123 10.0.0.249 - - [2026-03-02 02:11:36] "GET /project/aefa8eba-bbc3-4141-a240-c7ab17ebc44c?fields=virtual_networks HTTP/1.1" 200 1041 0.066006 10.0.0.249 - - [2026-03-02 02:11:36] "GET /projects?obj_uuids=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001587 10.0.0.249 - - [2026-03-02 02:11:36] "GET /project/aefa8eba-bbc3-4141-a240-c7ab17ebc44c?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.029183 10.0.0.249 - - [2026-03-02 02:11:36] "GET /projects?obj_uuids=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001068 10.0.0.249 - - [2026-03-02 02:11:36] "GET /project/aefa8eba-bbc3-4141-a240-c7ab17ebc44c?fields=security_groups HTTP/1.1" 200 1266 0.021799 10.0.0.249 - - [2026-03-02 02:11:37] "POST /fqname-to-id HTTP/1.1" 404 189 0.025129 10.0.0.249 - - [2026-03-02 02:11:37] "GET /projects?obj_uuids=08126e29-7c09-4b62-84b7-74b607f843fd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002169 10.0.0.249 - - [2026-03-02 02:11:37] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001066 10.0.0.249 - - [2026-03-02 02:11:37] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007815 10.0.0.249 - - [2026-03-02 02:11:37] "POST /id-to-fqname HTTP/1.1" 200 191 0.001210 10.0.0.249 - - [2026-03-02 02:11:37] "POST /fqname-to-id HTTP/1.1" 404 200 0.004126 10.0.0.249 - - [2026-03-02 02:11:37] "POST /security-groups HTTP/1.1" 200 592 0.067738 10.0.0.249 - - [2026-03-02 02:11:37] "POST /fqname-to-id HTTP/1.1" 404 235 0.002514 10.0.0.249 - - [2026-03-02 02:11:37] "POST /projects HTTP/1.1" 200 587 0.211599 10.0.0.249 - - [2026-03-02 02:11:38] "POST /access-control-lists HTTP/1.1" 200 599 0.058572 10.0.0.249 - - [2026-03-02 02:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.285330 10.0.0.249 - - [2026-03-02 02:11:38] "POST /fqname-to-id HTTP/1.1" 404 234 0.002619 10.0.0.249 - - [2026-03-02 02:11:38] "GET /project/08126e29-7c09-4b62-84b7-74b607f843fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.408952 10.0.0.249 - - [2026-03-02 02:11:38] "POST /access-control-lists HTTP/1.1" 200 597 0.060677 10.0.0.249 - - [2026-03-02 02:11:39] "GET / HTTP/1.1" 200 36215 0.002103 10.0.0.249 - - [2026-03-02 02:11:40] "GET /project/08126e29-7c09-4b62-84b7-74b607f843fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000462 10.0.0.249 - - [2026-03-02 02:11:40] "GET /projects?obj_uuids=08126e29-7c09-4b62-84b7-74b607f843fd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001059 10.0.0.249 - - [2026-03-02 02:11:40] "GET /project/08126e29-7c09-4b62-84b7-74b607f843fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.050063 10.0.0.249 - - [2026-03-02 02:11:40] "POST /fqname-to-id HTTP/1.1" 404 180 0.002413 10.0.0.249 - - [2026-03-02 02:11:40] "POST /virtual-DNSs HTTP/1.1" 200 509 0.023006 10.0.0.249 - - [2026-03-02 02:11:40] "GET /virtual-DNS/569f60ff-6e71-445f-9067-e76a0e325db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.004726 10.0.0.249 - - [2026-03-02 02:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.249 - - [2026-03-02 02:11:41] "GET /virtual-DNS/569f60ff-6e71-445f-9067-e76a0e325db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.003320 10.0.0.249 - - [2026-03-02 02:11:41] "GET /domains HTTP/1.1" 401 293 0.000668 10.0.0.249 - - [2026-03-02 02:11:41] "GET /domains HTTP/1.1" 200 281 0.027166 10.0.0.249 - - [2026-03-02 02:11:41] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001025 10.0.0.249 - - [2026-03-02 02:11:41] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 2971 0.008480 10.0.0.249 - - [2026-03-02 02:11:41] "GET /virtual-DNS/569f60ff-6e71-445f-9067-e76a0e325db4 HTTP/1.1" 200 1439 0.004307 10.0.0.249 - - [2026-03-02 02:11:41] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.002135 10.0.0.249 - - [2026-03-02 02:11:41] "POST /network-ipams HTTP/1.1" 200 516 0.017084 10.0.0.249 - - [2026-03-02 02:11:41] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 754 0.003242 10.0.0.249 - - [2026-03-02 02:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002812 10.0.0.249 - - [2026-03-02 02:11:41] "GET /network-ipam/d678f7ba-5d5f-48cd-b28a-8bc07932620b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.004323 10.0.0.249 - - [2026-03-02 02:11:41] "PUT /network-ipam/d678f7ba-5d5f-48cd-b28a-8bc07932620b HTTP/1.1" 200 259 0.010042 10.0.0.249 - - [2026-03-02 02:11:41] "POST /ref-update HTTP/1.1" 200 156 0.008826 10.0.0.249 - - [2026-03-02 02:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.249 - - [2026-03-02 02:11:41] "GET /projects?obj_uuids=08126e29-7c09-4b62-84b7-74b607f843fd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001305 10.0.0.249 - - [2026-03-02 02:11:41] "GET /project/08126e29-7c09-4b62-84b7-74b607f843fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.024846 10.0.0.249 - - [2026-03-02 02:11:41] "POST /neutron/network HTTP/1.1" 200 117 0.033250 10.0.0.249 - - [2026-03-02 02:11:41] "GET /projects?obj_uuids=08126e29-7c09-4b62-84b7-74b607f843fd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001128 10.0.0.249 - - [2026-03-02 02:11:42] "POST /neutron/network HTTP/1.1" 200 618 0.062908 10.0.0.249 - - [2026-03-02 02:11:42] "POST /route-targets HTTP/1.1" 200 328 0.011034 10.0.0.249 - - [2026-03-02 02:11:42] "POST /ref-update HTTP/1.1" 200 156 0.012844 10.0.0.249 - - [2026-03-02 02:11:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003206 10.0.0.249 - - [2026-03-02 02:11:42] "POST /neutron/subnet HTTP/1.1" 200 711 0.209567 10.0.0.249 - - [2026-03-02 02:11:42] "POST /neutron/network HTTP/1.1" 200 833 0.005244 10.0.0.249 - - [2026-03-02 02:11:42] "POST /id-to-fqname HTTP/1.1" 200 227 0.001269 10.0.0.249 - - [2026-03-02 02:11:42] "GET /virtual-network/dfab4325-0b48-45df-8bdd-d4df87444222?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004990 10.0.0.249 - - [2026-03-02 02:11:42] "POST /neutron/network HTTP/1.1" 200 833 0.005492 10.0.0.249 - - [2026-03-02 02:11:42] "GET /virtual-network/dfab4325-0b48-45df-8bdd-d4df87444222?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005226 10.0.0.249 - - [2026-03-02 02:11:42] "POST /neutron/network HTTP/1.1" 200 833 0.005265 10.0.0.249 - - [2026-03-02 02:11:42] "POST /neutron/subnet HTTP/1.1" 200 711 0.006539 10.0.0.249 - - [2026-03-02 02:11:42] "POST /neutron/network HTTP/1.1" 200 807 0.008663 10.0.0.249 - - [2026-03-02 02:11:42] "POST /neutron/network HTTP/1.1" 200 833 0.004820 10.0.0.249 - - [2026-03-02 02:11:42] "POST /id-to-fqname HTTP/1.1" 200 227 0.001117 10.0.0.249 - - [2026-03-02 02:11:42] "POST /neutron/network HTTP/1.1" 200 843 0.005358 10.0.0.249 - - [2026-03-02 02:11:42] "GET /aaa-mode HTTP/1.1" 401 293 0.000392 10.0.0.249 - - [2026-03-02 02:11:43] "GET / HTTP/1.1" 200 36215 0.001529 10.0.0.249 - - [2026-03-02 02:11:43] "GET /project/08126e29-7c09-4b62-84b7-74b607f843fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000367 10.0.0.249 - - [2026-03-02 02:11:43] "GET /projects?obj_uuids=08126e29-7c09-4b62-84b7-74b607f843fd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001060 10.0.0.249 - - [2026-03-02 02:11:43] "GET /project/08126e29-7c09-4b62-84b7-74b607f843fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.056585 10.0.0.249 - - [2026-03-02 02:11:43] "POST /neutron/network HTTP/1.1" 200 833 0.039849 10.0.0.249 - - [2026-03-02 02:11:43] "POST /neutron/port HTTP/1.1" 200 117 0.005119 10.0.0.249 - - [2026-03-02 02:11:43] "POST /neutron/port HTTP/1.1" 200 117 0.004450 10.0.0.249 - - [2026-03-02 02:11:43] "POST /neutron/port HTTP/1.1" 200 117 0.004827 10.0.0.249 - - [2026-03-02 02:11:44] "POST /neutron/network HTTP/1.1" 200 843 0.005911 10.0.0.249 - - [2026-03-02 02:11:44] "GET /projects?obj_uuids=08126e29-7c09-4b62-84b7-74b607f843fd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002944 10.0.0.249 - - [2026-03-02 02:11:44] "POST /neutron/port HTTP/1.1" 200 1058 0.196744 10.0.0.249 - - [2026-03-02 02:11:44] "POST /neutron/port HTTP/1.1" 200 1058 0.043191 10.0.0.249 - - [2026-03-02 02:11:44] "POST /neutron/port HTTP/1.1" 200 1058 0.009077 10.0.0.249 - - [2026-03-02 02:11:44] "POST /neutron/port HTTP/1.1" 200 1112 0.076708 10.0.0.249 - - [2026-03-02 02:11:44] "DELETE /project/08126e297c094b6284b774b607f843fd HTTP/1.1" 404 173 0.006740 10.0.0.249 - - [2026-03-02 02:11:44] "GET /projects?obj_uuids=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001054 10.0.0.249 - - [2026-03-02 02:11:44] "POST /neutron/port HTTP/1.1" 200 1122 0.014808 10.0.0.249 - - [2026-03-02 02:11:44] "GET /project/aefa8eba-bbc3-4141-a240-c7ab17ebc44c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.035822 10.0.0.249 - - [2026-03-02 02:11:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004942 10.0.0.249 - - [2026-03-02 02:11:44] "GET /projects?obj_uuids=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001087 10.0.0.249 - - [2026-03-02 02:11:44] "GET /project/aefa8eba-bbc3-4141-a240-c7ab17ebc44c?fields=security_groups HTTP/1.1" 200 1368 0.027019 10.0.0.249 - - [2026-03-02 02:11:44] "POST /neutron/subnet HTTP/1.1" 200 685 0.015667 10.0.0.249 - - [2026-03-02 02:11:44] "POST /neutron/port HTTP/1.1" 200 117 0.001714 10.0.0.249 - - [2026-03-02 02:11:44] "POST /neutron/network HTTP/1.1" 200 833 0.006297 10.0.0.249 - - [2026-03-02 02:11:44] "DELETE /security-group/67a0c020-9fbd-4a5d-8e99-0c345e5504dc HTTP/1.1" 200 115 0.045767 10.0.0.249 - - [2026-03-02 02:11:44] "GET /projects?obj_uuids=aefa8eba-bbc3-4141-a240-c7ab17ebc44c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001149 10.0.0.249 - - [2026-03-02 02:11:44] "DELETE /access-control-list/ef05cbeb-5ad0-4c11-b35e-f1065fb07769 HTTP/1.1" 200 115 0.039014 10.0.0.249 - - [2026-03-02 02:11:44] "GET /project/aefa8eba-bbc3-4141-a240-c7ab17ebc44c?fields=application_policy_sets HTTP/1.1" 200 1407 0.044873 10.0.0.249 - - [2026-03-02 02:11:44] "DELETE /access-control-list/824c6d0d-5733-47d0-a74a-1bb97d8b596d HTTP/1.1" 200 115 0.035933 10.0.0.249 - - [2026-03-02 02:11:44] "DELETE /project/aefa8eba-bbc3-4141-a240-c7ab17ebc44c HTTP/1.1" 200 115 0.305233 10.0.0.249 - - [2026-03-02 02:11:48] "POST /neutron/port HTTP/1.1" 200 1122 0.011006 10.0.0.249 - - [2026-03-02 02:11:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006346 10.0.0.249 - - [2026-03-02 02:11:48] "POST /neutron/port HTTP/1.1" 200 1122 0.012331 10.0.0.249 - - [2026-03-02 02:11:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005943 10.0.0.249 - - [2026-03-02 02:11:49] "POST /neutron/port HTTP/1.1" 200 1122 0.011467 10.0.0.249 - - [2026-03-02 02:11:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006354 10.0.0.249 - - [2026-03-02 02:11:49] "GET /virtual-machine/37b79380-7cb6-46b0-b4b4-4f0b6dd634a3 HTTP/1.1" 200 1295 0.004384 10.0.0.249 - - [2026-03-02 02:11:49] "GET /virtual-machine-interface/db64f690-e9ca-4cd8-b2f6-a0abce0d363f HTTP/1.1" 200 2971 0.004548 10.0.0.249 - - [2026-03-02 02:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002517 10.0.0.249 - - [2026-03-02 02:11:49] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003013 10.0.0.249 - - [2026-03-02 02:11:49] "GET /virtual-networks?parent_id=08126e29-7c09-4b62-84b7-74b607f843fd&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002683 10.0.0.249 - - [2026-03-02 02:11:49] "GET /virtual-network/dfab4325-0b48-45df-8bdd-d4df87444222?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005501 10.0.0.249 - - [2026-03-02 02:11:52] "GET /obj-perms HTTP/1.1" 200 5075 0.061478 10.0.0.249 - - [2026-03-02 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.249 - - [2026-03-02 02:11:52] "GET /virtual-network/dfab4325-0b48-45df-8bdd-d4df87444222?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005309 10.0.0.249 - - [2026-03-02 02:11:52] "GET /obj-perms HTTP/1.1" 200 5075 0.052978 10.0.0.249 - - [2026-03-02 02:11:54] "POST /neutron/port HTTP/1.1" 200 1122 0.042965 10.0.0.249 - - [2026-03-02 02:11:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005201 10.0.0.249 - - [2026-03-02 02:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002602 10.0.0.249 - - [2026-03-02 02:11:56] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002846 10.0.0.249 - - [2026-03-02 02:11:56] "GET /virtual-networks?parent_id=08126e29-7c09-4b62-84b7-74b607f843fd&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002700 10.0.0.249 - - [2026-03-02 02:11:56] "GET /virtual-network/dfab4325-0b48-45df-8bdd-d4df87444222?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006527 10.0.0.249 - - [2026-03-02 02:12:01] "POST /neutron/network HTTP/1.1" 200 807 0.010504 10.0.0.249 - - [2026-03-02 02:12:01] "POST /neutron/network HTTP/1.1" 200 833 0.005937 10.0.0.249 - - [2026-03-02 02:12:01] "POST /id-to-fqname HTTP/1.1" 200 227 0.001314 10.0.0.249 - - [2026-03-02 02:12:01] "POST /neutron/port HTTP/1.1" 200 1122 0.014900 10.0.0.249 - - [2026-03-02 02:12:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006943 10.0.0.249 - - [2026-03-02 02:12:01] "POST /neutron/network HTTP/1.1" 200 843 0.005674 10.0.0.249 - - [2026-03-02 02:12:01] "GET /aaa-mode HTTP/1.1" 401 293 0.000613 10.0.0.249 - - [2026-03-02 02:12:01] "GET / HTTP/1.1" 200 36215 0.001737 10.0.0.249 - - [2026-03-02 02:12:01] "GET /project/08126e29-7c09-4b62-84b7-74b607f843fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000391 10.0.0.249 - - [2026-03-02 02:12:02] "GET /projects?obj_uuids=08126e29-7c09-4b62-84b7-74b607f843fd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001069 10.0.0.249 - - [2026-03-02 02:12:02] "GET /project/08126e29-7c09-4b62-84b7-74b607f843fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.055787 10.0.0.249 - - [2026-03-02 02:12:02] "POST /neutron/network HTTP/1.1" 200 833 0.005869 10.0.0.249 - - [2026-03-02 02:12:02] "POST /neutron/port HTTP/1.1" 200 1122 0.014068 10.0.0.249 - - [2026-03-02 02:12:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005491 10.0.0.249 - - [2026-03-02 02:12:02] "POST /neutron/port HTTP/1.1" 200 117 0.005455 10.0.0.249 - - [2026-03-02 02:12:02] "POST /neutron/port HTTP/1.1" 200 117 0.004491 10.0.0.249 - - [2026-03-02 02:12:02] "POST /neutron/network HTTP/1.1" 200 843 0.004886 10.0.0.249 - - [2026-03-02 02:12:02] "GET /projects?obj_uuids=08126e29-7c09-4b62-84b7-74b607f843fd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002343 10.0.0.249 - - [2026-03-02 02:12:02] "POST /neutron/port HTTP/1.1" 200 1058 0.177023 10.0.0.249 - - [2026-03-02 02:12:02] "POST /neutron/port HTTP/1.1" 200 1058 0.009900 10.0.0.249 - - [2026-03-02 02:12:02] "POST /neutron/port HTTP/1.1" 200 1058 0.008386 10.0.0.249 - - [2026-03-02 02:12:02] "POST /neutron/port HTTP/1.1" 200 1112 0.052819 10.0.0.249 - - [2026-03-02 02:12:02] "POST /neutron/port HTTP/1.1" 200 1122 0.010254 10.0.0.249 - - [2026-03-02 02:12:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002623 10.0.0.249 - - [2026-03-02 02:12:03] "POST /neutron/subnet HTTP/1.1" 200 685 0.006780 10.0.0.249 - - [2026-03-02 02:12:03] "POST /neutron/port HTTP/1.1" 200 117 0.001120 10.0.0.249 - - [2026-03-02 02:12:03] "POST /neutron/network HTTP/1.1" 200 833 0.006319 10.0.0.249 - - [2026-03-02 02:12:07] "POST /neutron/port HTTP/1.1" 200 1122 0.013932 10.0.0.249 - - [2026-03-02 02:12:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005669 10.0.0.249 - - [2026-03-02 02:12:07] "POST /neutron/port HTTP/1.1" 200 1122 0.011735 10.0.0.249 - - [2026-03-02 02:12:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006129 10.0.0.249 - - [2026-03-02 02:12:07] "POST /neutron/port HTTP/1.1" 200 1122 0.011153 10.0.0.249 - - [2026-03-02 02:12:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005995 10.0.0.249 - - [2026-03-02 02:12:07] "GET /virtual-machine/5cfe6e4a-ca9a-4d4a-be35-6ef27d97ea7d HTTP/1.1" 200 1295 0.004236 10.0.0.249 - - [2026-03-02 02:12:07] "GET /virtual-machine-interface/516b8bdd-877b-47ac-a69f-fd022667a345 HTTP/1.1" 200 2970 0.004629 10.0.0.249 - - [2026-03-02 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002641 10.0.0.249 - - [2026-03-02 02:12:07] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002936 10.0.0.249 - - [2026-03-02 02:12:07] "GET /virtual-networks?parent_id=08126e29-7c09-4b62-84b7-74b607f843fd&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002881 10.0.0.249 - - [2026-03-02 02:12:07] "GET /virtual-network/dfab4325-0b48-45df-8bdd-d4df87444222?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005426 10.0.0.249 - - [2026-03-02 02:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.249 - - [2026-03-02 02:12:10] "GET /virtual-network/dfab4325-0b48-45df-8bdd-d4df87444222?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004991 10.0.0.249 - - [2026-03-02 02:12:12] "POST /neutron/port HTTP/1.1" 200 1122 0.011568 10.0.0.249 - - [2026-03-02 02:12:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004912 10.0.0.249 - - [2026-03-02 02:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006231 10.0.0.249 - - [2026-03-02 02:12:15] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003202 10.0.0.249 - - [2026-03-02 02:12:15] "GET /virtual-networks?parent_id=08126e29-7c09-4b62-84b7-74b607f843fd&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002706 10.0.0.249 - - [2026-03-02 02:12:15] "GET /virtual-network/dfab4325-0b48-45df-8bdd-d4df87444222?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008595 10.0.0.249 - - [2026-03-02 02:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.249 - - [2026-03-02 02:12:22] "DELETE /virtual-DNS/569f60ff-6e71-445f-9067-e76a0e325db4 HTTP/1.1" 409 236 0.005662 10.0.0.249 - - [2026-03-02 02:12:22] "POST /fqname-to-id HTTP/1.1" 404 192 0.002542 10.0.0.249 - - [2026-03-02 02:12:22] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.016060 10.0.0.249 - - [2026-03-02 02:12:22] "GET /virtual-DNS-record/e50708b2-3ab4-47cc-a547-7b77f7423a60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.005549 10.0.0.249 - - [2026-03-02 02:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.249 - - [2026-03-02 02:12:22] "GET /virtual-DNS-record/e50708b2-3ab4-47cc-a547-7b77f7423a60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.003615 10.0.0.249 - - [2026-03-02 02:12:22] "GET /domains HTTP/1.1" 200 281 0.003091 10.0.0.249 - - [2026-03-02 02:12:22] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001023 10.0.0.249 - - [2026-03-02 02:12:22] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 2786 0.007665 10.0.0.249 - - [2026-03-02 02:12:22] "GET /virtual-DNS/569f60ff-6e71-445f-9067-e76a0e325db4 HTTP/1.1" 200 1910 0.003921 10.0.0.249 - - [2026-03-02 02:12:22] "GET /virtual-DNS-record/e50708b2-3ab4-47cc-a547-7b77f7423a60 HTTP/1.1" 200 1338 0.002586 10.0.0.249 - - [2026-03-02 02:12:28] "DELETE /virtual-DNS-record/e50708b2-3ab4-47cc-a547-7b77f7423a60 HTTP/1.1" 200 115 0.019486 10.0.0.249 - - [2026-03-02 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 184 0.002658 10.0.0.249 - - [2026-03-02 02:12:28] "POST /neutron/network HTTP/1.1" 200 833 0.007224 10.0.0.249 - - [2026-03-02 02:12:28] "POST /neutron/network HTTP/1.1" 400 204 0.009212 10.0.0.249 - - [2026-03-02 02:12:28] "POST /neutron/port HTTP/1.1" 200 1122 0.012670 10.0.0.249 - - [2026-03-02 02:12:28] "POST /neutron/port HTTP/1.1" 200 1112 0.013318 10.0.0.249 - - [2026-03-02 02:12:28] "POST /neutron/port HTTP/1.1" 200 1122 0.011844 10.0.0.249 - - [2026-03-02 02:12:28] "POST /neutron/port HTTP/1.1" 200 1112 0.011340 10.0.0.249 - - [2026-03-02 02:12:28] "POST /neutron/port HTTP/1.1" 200 151 0.111072 10.0.0.249 - - [2026-03-02 02:12:28] "POST /neutron/port HTTP/1.1" 200 151 0.119538 10.0.0.249 - - [2026-03-02 02:12:30] "POST /neutron/network HTTP/1.1" 200 833 0.005256 10.0.0.249 - - [2026-03-02 02:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002534 10.0.0.249 - - [2026-03-02 02:12:30] "DELETE /route-target/d0cf7ebe-cf7f-4c0b-a480-687bd0aa5fe5 HTTP/1.1" 200 115 0.036563 10.0.0.249 - - [2026-03-02 02:12:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002294 10.0.0.249 - - [2026-03-02 02:12:30] "POST /useragent-kv HTTP/1.1" 200 115 0.001764 10.0.0.249 - - [2026-03-02 02:12:30] "POST /neutron/network HTTP/1.1" 200 151 0.124099 10.0.0.249 - - [2026-03-02 02:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002362 10.0.0.249 - - [2026-03-02 02:12:30] "DELETE /network-ipam/d678f7ba-5d5f-48cd-b28a-8bc07932620b HTTP/1.1" 200 115 0.025457 10.0.0.249 - - [2026-03-02 02:12:30] "DELETE /virtual-DNS/569f60ff-6e71-445f-9067-e76a0e325db4 HTTP/1.1" 200 115 0.017736 10.0.0.249 - - [2026-03-02 02:12:30] "POST /fqname-to-id HTTP/1.1" 404 180 0.002424 10.0.0.249 - - [2026-03-02 02:12:30] "GET /domains HTTP/1.1" 200 281 0.002476 10.0.0.249 - - [2026-03-02 02:12:30] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000969 10.0.0.249 - - [2026-03-02 02:12:30] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 2585 0.007230 10.0.0.249 - - [2026-03-02 02:12:30] "GET /projects?obj_uuids=08126e29-7c09-4b62-84b7-74b607f843fd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001467 10.0.0.249 - - [2026-03-02 02:12:30] "GET /project/08126e29-7c09-4b62-84b7-74b607f843fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.024955 10.0.0.249 - - [2026-03-02 02:12:30] "GET /projects?obj_uuids=08126e29-7c09-4b62-84b7-74b607f843fd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001099 10.0.0.249 - - [2026-03-02 02:12:30] "GET /project/08126e29-7c09-4b62-84b7-74b607f843fd?fields=virtual_networks HTTP/1.1" 200 1033 0.071260 10.0.0.249 - - [2026-03-02 02:12:30] "GET /projects?obj_uuids=08126e29-7c09-4b62-84b7-74b607f843fd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001042 10.0.0.249 - - [2026-03-02 02:12:30] "GET /project/08126e29-7c09-4b62-84b7-74b607f843fd?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.026836 10.0.0.249 - - [2026-03-02 02:12:31] "GET /projects?obj_uuids=08126e29-7c09-4b62-84b7-74b607f843fd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001152 10.0.0.249 - - [2026-03-02 02:12:31] "GET /project/08126e29-7c09-4b62-84b7-74b607f843fd?fields=security_groups HTTP/1.1" 200 1261 0.023455 10.0.0.249 - - [2026-03-02 02:12:31] "POST /fqname-to-id HTTP/1.1" 404 189 0.025921 10.0.0.249 - - [2026-03-02 02:12:31] "GET /projects?obj_uuids=e4cc2a6a-b501-4e9c-bc4b-e75507fbe08b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002652 10.0.0.249 - - [2026-03-02 02:12:31] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001059 10.0.0.249 - - [2026-03-02 02:12:31] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006367 10.0.0.249 - - [2026-03-02 02:12:32] "POST /id-to-fqname HTTP/1.1" 200 191 0.001306 10.0.0.249 - - [2026-03-02 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 200 0.003026 10.0.0.249 - - [2026-03-02 02:12:32] "POST /security-groups HTTP/1.1" 200 592 0.060028 10.0.0.249 - - [2026-03-02 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 235 0.004735 10.0.0.249 - - [2026-03-02 02:12:32] "POST /projects HTTP/1.1" 200 587 0.209264 10.0.0.249 - - [2026-03-02 02:12:32] "POST /access-control-lists HTTP/1.1" 200 599 0.060125 10.0.0.249 - - [2026-03-02 02:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.280153 10.0.0.249 - - [2026-03-02 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 234 0.002659 10.0.0.249 - - [2026-03-02 02:12:32] "GET /project/e4cc2a6a-b501-4e9c-bc4b-e75507fbe08b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.400153 10.0.0.249 - - [2026-03-02 02:12:32] "POST /access-control-lists HTTP/1.1" 200 597 0.060162 10.0.0.249 - - [2026-03-02 02:12:33] "GET / HTTP/1.1" 200 36215 0.001893 10.0.0.249 - - [2026-03-02 02:12:34] "POST /fqname-to-id HTTP/1.1" 401 293 0.000466 10.0.0.249 - - [2026-03-02 02:12:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.057066 10.0.0.249 - - [2026-03-02 02:12:34] "GET /projects?obj_uuids=e4cc2a6a-b501-4e9c-bc4b-e75507fbe08b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000989 10.0.0.249 - - [2026-03-02 02:12:34] "GET /project/e4cc2a6a-b501-4e9c-bc4b-e75507fbe08b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.022667 10.0.0.249 - - [2026-03-02 02:12:34] "POST /neutron/network HTTP/1.1" 200 117 0.031199 10.0.0.249 - - [2026-03-02 02:12:34] "GET /projects?obj_uuids=e4cc2a6a-b501-4e9c-bc4b-e75507fbe08b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001462 10.0.0.249 - - [2026-03-02 02:12:34] "POST /neutron/network HTTP/1.1" 200 606 0.062496 10.0.0.249 - - [2026-03-02 02:12:34] "POST /route-targets HTTP/1.1" 200 328 0.010614 10.0.0.249 - - [2026-03-02 02:12:34] "POST /ref-update HTTP/1.1" 200 156 0.011911 10.0.0.249 - - [2026-03-02 02:12:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003150 10.0.0.249 - - [2026-03-02 02:12:34] "POST /neutron/subnet HTTP/1.1" 200 724 0.127697 10.0.0.249 - - [2026-03-02 02:12:34] "POST /neutron/network HTTP/1.1" 200 825 0.004986 10.0.0.249 - - [2026-03-02 02:12:34] "POST /id-to-fqname HTTP/1.1" 200 221 0.001148 10.0.0.249 - - [2026-03-02 02:12:34] "GET /virtual-network/2cd0044f-a304-473f-b2d3-682eb1ba3845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004522 10.0.0.249 - - [2026-03-02 02:12:35] "POST /neutron/network HTTP/1.1" 200 825 0.006675 10.0.0.249 - - [2026-03-02 02:12:35] "GET /virtual-network/2cd0044f-a304-473f-b2d3-682eb1ba3845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005397 10.0.0.249 - - [2026-03-02 02:12:35] "POST /neutron/network HTTP/1.1" 200 825 0.005049 10.0.0.249 - - [2026-03-02 02:12:35] "POST /neutron/subnet HTTP/1.1" 200 724 0.006068 10.0.0.249 - - [2026-03-02 02:12:35] "POST /id-to-fqname HTTP/1.1" 200 221 0.001292 10.0.0.249 - - [2026-03-02 02:12:35] "POST /neutron/network HTTP/1.1" 200 835 0.005188 10.0.0.249 - - [2026-03-02 02:12:35] "GET /aaa-mode HTTP/1.1" 401 293 0.000416 10.0.0.249 - - [2026-03-02 02:12:35] "GET / HTTP/1.1" 200 36215 0.001712 10.0.0.249 - - [2026-03-02 02:12:35] "GET /project/e4cc2a6a-b501-4e9c-bc4b-e75507fbe08b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000365 10.0.0.249 - - [2026-03-02 02:12:36] "GET /projects?obj_uuids=e4cc2a6a-b501-4e9c-bc4b-e75507fbe08b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001193 10.0.0.249 - - [2026-03-02 02:12:36] "GET /project/e4cc2a6a-b501-4e9c-bc4b-e75507fbe08b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.049551 10.0.0.249 - - [2026-03-02 02:12:36] "POST /neutron/network HTTP/1.1" 200 825 0.006218 10.0.0.249 - - [2026-03-02 02:12:36] "POST /neutron/port HTTP/1.1" 200 117 0.005591 10.0.0.249 - - [2026-03-02 02:12:36] "POST /neutron/port HTTP/1.1" 200 117 0.007736 10.0.0.249 - - [2026-03-02 02:12:36] "POST /id-to-fqname HTTP/1.1" 200 221 0.001320 10.0.0.249 - - [2026-03-02 02:12:36] "POST /neutron/port HTTP/1.1" 200 117 0.004579 10.0.0.249 - - [2026-03-02 02:12:36] "POST /neutron/network HTTP/1.1" 200 835 0.004981 10.0.0.249 - - [2026-03-02 02:12:36] "GET /aaa-mode HTTP/1.1" 401 293 0.000449 10.0.0.249 - - [2026-03-02 02:12:36] "POST /neutron/network HTTP/1.1" 200 835 0.005208 10.0.0.249 - - [2026-03-02 02:12:36] "GET /projects?obj_uuids=e4cc2a6a-b501-4e9c-bc4b-e75507fbe08b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001137 10.0.0.249 - - [2026-03-02 02:12:36] "GET / HTTP/1.1" 200 36215 0.001681 10.0.0.249 - - [2026-03-02 02:12:36] "GET /project/e4cc2a6a-b501-4e9c-bc4b-e75507fbe08b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000372 10.0.0.249 - - [2026-03-02 02:12:36] "POST /neutron/port HTTP/1.1" 200 1061 0.185589 10.0.0.249 - - [2026-03-02 02:12:36] "POST /neutron/port HTTP/1.1" 200 1061 0.011866 10.0.0.249 - - [2026-03-02 02:12:36] "POST /neutron/port HTTP/1.1" 200 1061 0.009160 10.0.0.249 - - [2026-03-02 02:12:36] "POST /neutron/port HTTP/1.1" 200 1115 0.056691 10.0.0.249 - - [2026-03-02 02:12:37] "POST /neutron/port HTTP/1.1" 200 1125 0.011900 10.0.0.249 - - [2026-03-02 02:12:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003826 10.0.0.249 - - [2026-03-02 02:12:37] "POST /neutron/subnet HTTP/1.1" 200 698 0.007007 10.0.0.249 - - [2026-03-02 02:12:37] "POST /neutron/port HTTP/1.1" 200 117 0.001235 10.0.0.249 - - [2026-03-02 02:12:37] "POST /neutron/network HTTP/1.1" 200 825 0.005224 10.0.0.249 - - [2026-03-02 02:12:37] "GET /projects?obj_uuids=e4cc2a6a-b501-4e9c-bc4b-e75507fbe08b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001435 10.0.0.249 - - [2026-03-02 02:12:37] "GET /project/e4cc2a6a-b501-4e9c-bc4b-e75507fbe08b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.050236 10.0.0.249 - - [2026-03-02 02:12:37] "POST /neutron/network HTTP/1.1" 200 825 0.005096 10.0.0.249 - - [2026-03-02 02:12:37] "POST /neutron/port HTTP/1.1" 200 1125 0.031346 10.0.0.249 - - [2026-03-02 02:12:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006263 10.0.0.249 - - [2026-03-02 02:12:37] "POST /neutron/port HTTP/1.1" 200 117 0.007804 10.0.0.249 - - [2026-03-02 02:12:37] "POST /neutron/port HTTP/1.1" 200 1125 0.016317 10.0.0.249 - - [2026-03-02 02:12:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007889 10.0.0.249 - - [2026-03-02 02:12:37] "POST /neutron/network HTTP/1.1" 200 835 0.005809 10.0.0.249 - - [2026-03-02 02:12:37] "GET /projects?obj_uuids=e4cc2a6a-b501-4e9c-bc4b-e75507fbe08b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001475 10.0.0.249 - - [2026-03-02 02:12:38] "POST /neutron/port HTTP/1.1" 200 1061 0.238403 10.0.0.249 - - [2026-03-02 02:12:38] "POST /neutron/port HTTP/1.1" 200 1061 0.014691 10.0.0.249 - - [2026-03-02 02:12:38] "POST /neutron/port HTTP/1.1" 200 1061 0.013968 10.0.0.249 - - [2026-03-02 02:12:38] "POST /neutron/port HTTP/1.1" 200 1115 0.066620 10.0.0.249 - - [2026-03-02 02:12:38] "POST /neutron/port HTTP/1.1" 200 1125 0.017062 10.0.0.249 - - [2026-03-02 02:12:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003324 10.0.0.249 - - [2026-03-02 02:12:38] "POST /neutron/subnet HTTP/1.1" 200 698 0.007135 10.0.0.249 - - [2026-03-02 02:12:38] "POST /neutron/port HTTP/1.1" 200 117 0.001196 10.0.0.249 - - [2026-03-02 02:12:38] "POST /neutron/network HTTP/1.1" 200 825 0.005590 10.0.0.249 - - [2026-03-02 02:12:42] "POST /neutron/port HTTP/1.1" 200 1125 0.011528 10.0.0.249 - - [2026-03-02 02:12:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006013 10.0.0.249 - - [2026-03-02 02:12:42] "POST /neutron/port HTTP/1.1" 200 1125 0.012470 10.0.0.249 - - [2026-03-02 02:12:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005959 10.0.0.249 - - [2026-03-02 02:12:42] "POST /neutron/port HTTP/1.1" 200 1125 0.011385 10.0.0.249 - - [2026-03-02 02:12:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005725 10.0.0.249 - - [2026-03-02 02:12:42] "GET /virtual-machine/4cc68181-0e2f-4b53-9154-676f99f8d21b HTTP/1.1" 401 293 0.000552 10.0.0.249 - - [2026-03-02 02:12:43] "GET /virtual-machine/4cc68181-0e2f-4b53-9154-676f99f8d21b HTTP/1.1" 200 1295 0.031924 10.0.0.249 - - [2026-03-02 02:12:43] "GET /virtual-machine-interface/51926c3b-86c0-48d1-828d-ba40fb2ddc5d HTTP/1.1" 200 2951 0.004904 10.0.0.249 - - [2026-03-02 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.249 - - [2026-03-02 02:12:43] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002807 10.0.0.249 - - [2026-03-02 02:12:43] "GET /virtual-networks?parent_id=e4cc2a6a-b501-4e9c-bc4b-e75507fbe08b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002578 10.0.0.249 - - [2026-03-02 02:12:43] "GET /virtual-network/2cd0044f-a304-473f-b2d3-682eb1ba3845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005731 10.0.0.249 - - [2026-03-02 02:12:45] "DELETE /project/e4cc2a6ab5014e9cbc4be75507fbe08b HTTP/1.1" 404 173 0.006221 10.0.0.249 - - [2026-03-02 02:12:45] "GET /projects?obj_uuids=08126e29-7c09-4b62-84b7-74b607f843fd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001349 10.0.0.249 - - [2026-03-02 02:12:45] "GET /project/08126e29-7c09-4b62-84b7-74b607f843fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.030349 10.0.0.249 - - [2026-03-02 02:12:45] "GET /projects?obj_uuids=08126e29-7c09-4b62-84b7-74b607f843fd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002522 10.0.0.249 - - [2026-03-02 02:12:45] "GET /project/08126e29-7c09-4b62-84b7-74b607f843fd?fields=security_groups HTTP/1.1" 200 1363 0.078441 10.0.0.249 - - [2026-03-02 02:12:45] "DELETE /security-group/4bd100b0-37a1-4a58-8e2c-0ff187c2180d HTTP/1.1" 200 115 0.036835 10.0.0.249 - - [2026-03-02 02:12:45] "GET /projects?obj_uuids=08126e29-7c09-4b62-84b7-74b607f843fd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001431 10.0.0.249 - - [2026-03-02 02:12:45] "DELETE /access-control-list/e3277f00-176d-4cfd-8982-a3b651c11197 HTTP/1.1" 200 115 0.033034 10.0.0.249 - - [2026-03-02 02:12:45] "GET /project/08126e29-7c09-4b62-84b7-74b607f843fd?fields=application_policy_sets HTTP/1.1" 200 1402 0.032977 10.0.0.249 - - [2026-03-02 02:12:45] "DELETE /access-control-list/1f729da7-16ef-4f45-b8ab-1f5ef592146e HTTP/1.1" 200 115 0.032824 10.0.0.249 - - [2026-03-02 02:12:45] "DELETE /project/08126e29-7c09-4b62-84b7-74b607f843fd HTTP/1.1" 200 115 0.323910 10.0.0.249 - - [2026-03-02 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.249 - - [2026-03-02 02:12:46] "GET /virtual-network/2cd0044f-a304-473f-b2d3-682eb1ba3845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005759 10.0.0.249 - - [2026-03-02 02:12:46] "POST /neutron/port HTTP/1.1" 200 1125 0.011777 10.0.0.249 - - [2026-03-02 02:12:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004758 10.0.0.249 - - [2026-03-02 02:12:47] "POST /neutron/port HTTP/1.1" 200 1125 0.013031 10.0.0.249 - - [2026-03-02 02:12:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006006 10.0.0.249 - - [2026-03-02 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.249 - - [2026-03-02 02:12:48] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003478 10.0.0.249 - - [2026-03-02 02:12:48] "GET /virtual-networks?parent_id=e4cc2a6a-b501-4e9c-bc4b-e75507fbe08b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002793 10.0.0.249 - - [2026-03-02 02:12:48] "GET /virtual-network/2cd0044f-a304-473f-b2d3-682eb1ba3845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005280 10.0.0.249 - - [2026-03-02 02:12:48] "POST /neutron/port HTTP/1.1" 200 1125 0.012473 10.0.0.249 - - [2026-03-02 02:12:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007302 10.0.0.249 - - [2026-03-02 02:12:49] "POST /neutron/port HTTP/1.1" 200 1125 0.012844 10.0.0.249 - - [2026-03-02 02:12:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006130 10.0.0.249 - - [2026-03-02 02:12:49] "POST /neutron/port HTTP/1.1" 200 1125 0.011841 10.0.0.249 - - [2026-03-02 02:12:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006814 10.0.0.249 - - [2026-03-02 02:12:49] "GET /virtual-machine/f430e4d4-11a7-4187-9455-d7c5451b6219 HTTP/1.1" 200 1296 0.004395 10.0.0.249 - - [2026-03-02 02:12:49] "GET /virtual-machine-interface/fdb86df0-6dde-4097-913e-7c5970e179fc HTTP/1.1" 200 2953 0.004694 10.0.0.249 - - [2026-03-02 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.249 - - [2026-03-02 02:12:49] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003975 10.0.0.249 - - [2026-03-02 02:12:49] "GET /virtual-networks?parent_id=e4cc2a6a-b501-4e9c-bc4b-e75507fbe08b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002681 10.0.0.249 - - [2026-03-02 02:12:49] "GET /virtual-network/2cd0044f-a304-473f-b2d3-682eb1ba3845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005050 10.0.0.249 - - [2026-03-02 02:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002657 10.0.0.249 - - [2026-03-02 02:12:50] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003148 10.0.0.249 - - [2026-03-02 02:12:50] "GET /virtual-networks?parent_id=e4cc2a6a-b501-4e9c-bc4b-e75507fbe08b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002793 10.0.0.249 - - [2026-03-02 02:12:50] "GET /virtual-network/2cd0044f-a304-473f-b2d3-682eb1ba3845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005132 10.0.0.249 - - [2026-03-02 02:12:51] "POST /neutron/port HTTP/1.1" 200 1125 0.010635 10.0.0.249 - - [2026-03-02 02:12:51] "POST /neutron/port HTTP/1.1" 200 1125 0.010660 10.0.0.249 - - [2026-03-02 02:12:51] "POST /neutron/network HTTP/1.1" 200 835 0.005092 10.0.0.249 - - [2026-03-02 02:12:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002833 10.0.0.249 - - [2026-03-02 02:12:51] "POST /neutron/subnet HTTP/1.1" 200 698 0.005443 10.0.0.249 - - [2026-03-02 02:12:51] "POST /neutron/port HTTP/1.1" 200 117 0.001085 10.0.0.249 - - [2026-03-02 02:12:51] "POST /neutron/network HTTP/1.1" 200 825 0.004775 10.0.0.249 - - [2026-03-02 02:12:53] "GET /obj-perms HTTP/1.1" 200 5075 0.053494 10.0.0.249 - - [2026-03-02 02:12:53] "GET /obj-perms HTTP/1.1" 200 5075 0.052590 10.0.0.249 - - [2026-03-02 02:12:55] "POST /neutron/network HTTP/1.1" 200 825 0.006424 10.0.0.249 - - [2026-03-02 02:12:55] "POST /neutron/network HTTP/1.1" 400 204 0.009151 10.0.0.249 - - [2026-03-02 02:12:55] "POST /neutron/port HTTP/1.1" 200 1125 0.017975 10.0.0.249 - - [2026-03-02 02:12:55] "POST /neutron/port HTTP/1.1" 200 1115 0.015261 10.0.0.249 - - [2026-03-02 02:12:55] "POST /neutron/port HTTP/1.1" 200 1125 0.020030 10.0.0.249 - - [2026-03-02 02:12:55] "POST /neutron/port HTTP/1.1" 200 1115 0.011996 10.0.0.249 - - [2026-03-02 02:12:55] "POST /neutron/port HTTP/1.1" 200 151 0.133668 10.0.0.249 - - [2026-03-02 02:12:55] "POST /neutron/port HTTP/1.1" 200 151 0.136815 10.0.0.249 - - [2026-03-02 02:12:57] "POST /neutron/network HTTP/1.1" 200 825 0.005367 10.0.0.249 - - [2026-03-02 02:12:57] "POST /useragent-kv HTTP/1.1" 200 115 0.005574 10.0.0.249 - - [2026-03-02 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005415 10.0.0.249 - - [2026-03-02 02:12:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003910 10.0.0.249 - - [2026-03-02 02:12:57] "POST /neutron/network HTTP/1.1" 200 151 0.082127 10.0.0.249 - - [2026-03-02 02:12:57] "DELETE /route-target/1e6782f5-7bb7-412e-afe9-a6d922095cde HTTP/1.1" 200 115 0.017874 10.0.0.249 - - [2026-03-02 02:12:57] "GET /projects?obj_uuids=e4cc2a6a-b501-4e9c-bc4b-e75507fbe08b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001070 10.0.0.249 - - [2026-03-02 02:12:57] "GET /project/e4cc2a6a-b501-4e9c-bc4b-e75507fbe08b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.024670 10.0.0.249 - - [2026-03-02 02:12:57] "GET /projects?obj_uuids=e4cc2a6a-b501-4e9c-bc4b-e75507fbe08b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001352 10.0.0.249 - - [2026-03-02 02:12:57] "GET /project/e4cc2a6a-b501-4e9c-bc4b-e75507fbe08b?fields=virtual_networks HTTP/1.1" 200 1036 0.070818 10.0.0.249 - - [2026-03-02 02:12:57] "GET /projects?obj_uuids=e4cc2a6a-b501-4e9c-bc4b-e75507fbe08b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001021 10.0.0.249 - - [2026-03-02 02:12:57] "GET /project/e4cc2a6a-b501-4e9c-bc4b-e75507fbe08b?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.023565 10.0.0.249 - - [2026-03-02 02:12:57] "GET /projects?obj_uuids=e4cc2a6a-b501-4e9c-bc4b-e75507fbe08b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001039 10.0.0.249 - - [2026-03-02 02:12:57] "GET /project/e4cc2a6a-b501-4e9c-bc4b-e75507fbe08b?fields=security_groups HTTP/1.1" 200 1264 0.030389 10.0.0.249 - - [2026-03-02 02:12:58] "POST /fqname-to-id HTTP/1.1" 404 188 0.028624 10.0.0.249 - - [2026-03-02 02:12:58] "GET /projects?obj_uuids=166226bc-e24c-469c-b148-b8eafc938041&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002852 10.0.0.249 - - [2026-03-02 02:12:58] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000989 10.0.0.249 - - [2026-03-02 02:12:58] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006260 10.0.0.249 - - [2026-03-02 02:12:59] "POST /id-to-fqname HTTP/1.1" 200 190 0.001957 10.0.0.249 - - [2026-03-02 02:12:59] "POST /fqname-to-id HTTP/1.1" 404 199 0.004255 10.0.0.249 - - [2026-03-02 02:12:59] "POST /security-groups HTTP/1.1" 200 591 0.064066 10.0.0.249 - - [2026-03-02 02:12:59] "POST /fqname-to-id HTTP/1.1" 404 234 0.004122 10.0.0.249 - - [2026-03-02 02:12:59] "POST /projects HTTP/1.1" 200 585 0.219579 10.0.0.249 - - [2026-03-02 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.289482 10.0.0.249 - - [2026-03-02 02:12:59] "POST /access-control-lists HTTP/1.1" 200 598 0.073251 10.0.0.249 - - [2026-03-02 02:12:59] "POST /fqname-to-id HTTP/1.1" 404 233 0.002308 10.0.0.249 - - [2026-03-02 02:12:59] "GET /project/166226bc-e24c-469c-b148-b8eafc938041?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.414075 10.0.0.249 - - [2026-03-02 02:12:59] "POST /access-control-lists HTTP/1.1" 200 596 0.060871 10.0.0.249 - - [2026-03-02 02:13:00] "GET / HTTP/1.1" 200 36215 0.002244 10.0.0.249 - - [2026-03-02 02:13:01] "POST /fqname-to-id HTTP/1.1" 401 293 0.000498 10.0.0.249 - - [2026-03-02 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.059075 10.0.0.249 - - [2026-03-02 02:13:01] "GET /projects?obj_uuids=166226bc-e24c-469c-b148-b8eafc938041&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001096 10.0.0.249 - - [2026-03-02 02:13:01] "GET /project/166226bc-e24c-469c-b148-b8eafc938041?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.022013 10.0.0.249 - - [2026-03-02 02:13:01] "POST /neutron/network HTTP/1.1" 200 117 0.032920 10.0.0.249 - - [2026-03-02 02:13:01] "GET /projects?obj_uuids=166226bc-e24c-469c-b148-b8eafc938041&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001431 10.0.0.249 - - [2026-03-02 02:13:01] "POST /neutron/network HTTP/1.1" 200 625 0.054807 10.0.0.249 - - [2026-03-02 02:13:01] "POST /route-targets HTTP/1.1" 200 328 0.010605 10.0.0.249 - - [2026-03-02 02:13:01] "POST /ref-update HTTP/1.1" 200 156 0.010605 10.0.0.249 - - [2026-03-02 02:13:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003528 10.0.0.249 - - [2026-03-02 02:13:01] "POST /neutron/subnet HTTP/1.1" 200 701 0.197113 10.0.0.249 - - [2026-03-02 02:13:02] "POST /neutron/network HTTP/1.1" 200 839 0.005155 10.0.0.249 - - [2026-03-02 02:13:02] "POST /id-to-fqname HTTP/1.1" 200 230 0.001276 10.0.0.249 - - [2026-03-02 02:13:02] "GET /virtual-network/b5affb7b-7d56-414b-a99a-f250de87afea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004731 10.0.0.249 - - [2026-03-02 02:13:02] "POST /neutron/network HTTP/1.1" 200 839 0.007908 10.0.0.249 - - [2026-03-02 02:13:02] "GET /virtual-network/b5affb7b-7d56-414b-a99a-f250de87afea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004819 10.0.0.249 - - [2026-03-02 02:13:02] "POST /neutron/network HTTP/1.1" 200 839 0.005354 10.0.0.249 - - [2026-03-02 02:13:02] "POST /neutron/subnet HTTP/1.1" 200 701 0.006514 10.0.0.249 - - [2026-03-02 02:13:02] "POST /neutron/network HTTP/1.1" 200 839 0.005081 10.0.0.249 - - [2026-03-02 02:13:02] "POST /id-to-fqname HTTP/1.1" 200 230 0.001277 10.0.0.249 - - [2026-03-02 02:13:02] "POST /neutron/network HTTP/1.1" 200 849 0.004802 10.0.0.249 - - [2026-03-02 02:13:02] "GET /aaa-mode HTTP/1.1" 401 293 0.000411 10.0.0.249 - - [2026-03-02 02:13:02] "GET / HTTP/1.1" 200 36215 0.001784 10.0.0.249 - - [2026-03-02 02:13:02] "GET /project/166226bc-e24c-469c-b148-b8eafc938041?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000358 10.0.0.249 - - [2026-03-02 02:13:03] "GET /projects?obj_uuids=166226bc-e24c-469c-b148-b8eafc938041&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001573 10.0.0.249 - - [2026-03-02 02:13:03] "GET /project/166226bc-e24c-469c-b148-b8eafc938041?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.058721 10.0.0.249 - - [2026-03-02 02:13:03] "POST /neutron/network HTTP/1.1" 200 839 0.005335 10.0.0.249 - - [2026-03-02 02:13:03] "POST /neutron/port HTTP/1.1" 200 117 0.005208 10.0.0.249 - - [2026-03-02 02:13:03] "POST /neutron/port HTTP/1.1" 200 117 0.005382 10.0.0.249 - - [2026-03-02 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.249 - - [2026-03-02 02:13:03] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003041 10.0.0.249 - - [2026-03-02 02:13:03] "PUT /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281 HTTP/1.1" 200 277 0.008784 10.0.0.249 - - [2026-03-02 02:13:03] "POST /neutron/port HTTP/1.1" 200 117 0.004642 10.0.0.249 - - [2026-03-02 02:13:03] "POST /neutron/network HTTP/1.1" 200 849 0.005121 10.0.0.249 - - [2026-03-02 02:13:03] "GET /projects?obj_uuids=166226bc-e24c-469c-b148-b8eafc938041&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001086 10.0.0.249 - - [2026-03-02 02:13:03] "POST /neutron/port HTTP/1.1" 200 1055 0.178342 10.0.0.249 - - [2026-03-02 02:13:04] "POST /neutron/port HTTP/1.1" 200 1055 0.009872 10.0.0.249 - - [2026-03-02 02:13:04] "POST /neutron/port HTTP/1.1" 200 1055 0.008197 10.0.0.249 - - [2026-03-02 02:13:04] "POST /neutron/port HTTP/1.1" 200 1109 0.053464 10.0.0.249 - - [2026-03-02 02:13:04] "POST /neutron/port HTTP/1.1" 200 1119 0.014315 10.0.0.249 - - [2026-03-02 02:13:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003173 10.0.0.249 - - [2026-03-02 02:13:04] "POST /neutron/subnet HTTP/1.1" 200 675 0.007172 10.0.0.249 - - [2026-03-02 02:13:04] "POST /neutron/port HTTP/1.1" 200 117 0.001233 10.0.0.249 - - [2026-03-02 02:13:04] "POST /neutron/network HTTP/1.1" 200 839 0.008916 10.0.0.249 - - [2026-03-02 02:13:08] "POST /neutron/port HTTP/1.1" 200 1119 0.012289 10.0.0.249 - - [2026-03-02 02:13:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007141 10.0.0.249 - - [2026-03-02 02:13:08] "POST /neutron/port HTTP/1.1" 200 1119 0.013307 10.0.0.249 - - [2026-03-02 02:13:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006016 10.0.0.249 - - [2026-03-02 02:13:08] "POST /neutron/port HTTP/1.1" 200 1119 0.013565 10.0.0.249 - - [2026-03-02 02:13:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005949 10.0.0.249 - - [2026-03-02 02:13:08] "GET /virtual-machine/43128e80-820d-4141-8418-f740bb1decb2 HTTP/1.1" 401 293 0.000416 10.0.0.249 - - [2026-03-02 02:13:09] "GET /virtual-machine/43128e80-820d-4141-8418-f740bb1decb2 HTTP/1.1" 200 1293 0.029027 10.0.0.249 - - [2026-03-02 02:13:09] "GET /virtual-machine-interface/a8224ebe-cf96-4d3f-8819-98aa70288036 HTTP/1.1" 200 2977 0.004804 10.0.0.249 - - [2026-03-02 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002658 10.0.0.249 - - [2026-03-02 02:13:09] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.003199 10.0.0.249 - - [2026-03-02 02:13:09] "GET /virtual-networks?parent_id=166226bc-e24c-469c-b148-b8eafc938041&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002758 10.0.0.249 - - [2026-03-02 02:13:09] "GET /virtual-network/b5affb7b-7d56-414b-a99a-f250de87afea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005299 10.0.0.249 - - [2026-03-02 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.249 - - [2026-03-02 02:13:12] "GET /virtual-network/b5affb7b-7d56-414b-a99a-f250de87afea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004739 10.0.0.249 - - [2026-03-02 02:13:14] "POST /neutron/port HTTP/1.1" 200 1119 0.011282 10.0.0.249 - - [2026-03-02 02:13:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004924 10.0.0.249 - - [2026-03-02 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.249 - - [2026-03-02 02:13:16] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.003066 10.0.0.249 - - [2026-03-02 02:13:16] "GET /virtual-networks?parent_id=166226bc-e24c-469c-b148-b8eafc938041&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003506 10.0.0.249 - - [2026-03-02 02:13:16] "GET /virtual-network/b5affb7b-7d56-414b-a99a-f250de87afea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006925 10.0.0.249 - - [2026-03-02 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.249 - - [2026-03-02 02:13:18] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.003711 10.0.0.249 - - [2026-03-02 02:13:18] "PUT /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281 HTTP/1.1" 200 277 0.009065 10.0.0.249 - - [2026-03-02 02:13:18] "POST /neutron/network HTTP/1.1" 200 839 0.005149 10.0.0.249 - - [2026-03-02 02:13:19] "POST /neutron/network HTTP/1.1" 400 204 0.009488 10.0.0.249 - - [2026-03-02 02:13:19] "POST /neutron/port HTTP/1.1" 200 1119 0.010985 10.0.0.249 - - [2026-03-02 02:13:19] "POST /neutron/port HTTP/1.1" 200 1109 0.008560 10.0.0.249 - - [2026-03-02 02:13:19] "POST /neutron/port HTTP/1.1" 200 151 0.096913 10.0.0.249 - - [2026-03-02 02:13:21] "POST /neutron/network HTTP/1.1" 200 839 0.006442 10.0.0.249 - - [2026-03-02 02:13:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003176 10.0.0.249 - - [2026-03-02 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.249 - - [2026-03-02 02:13:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003084 10.0.0.249 - - [2026-03-02 02:13:21] "POST /neutron/network HTTP/1.1" 200 151 0.078757 10.0.0.249 - - [2026-03-02 02:13:21] "DELETE /route-target/78ee60bc-8057-4ce0-8ea5-a309ffd12376 HTTP/1.1" 200 115 0.015505 10.0.0.249 - - [2026-03-02 02:13:21] "GET /global-vrouter-configs HTTP/1.1" 200 358 0.002765 10.0.0.249 - - [2026-03-02 02:13:21] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281 HTTP/1.1" 200 1885 0.003075 10.0.0.249 - - [2026-03-02 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002081 10.0.0.249 - - [2026-03-02 02:13:21] "GET /projects?obj_uuids=166226bc-e24c-469c-b148-b8eafc938041&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000876 10.0.0.249 - - [2026-03-02 02:13:21] "GET /project/166226bc-e24c-469c-b148-b8eafc938041?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.026790 10.0.0.249 - - [2026-03-02 02:13:21] "POST /neutron/network HTTP/1.1" 200 117 0.007339 10.0.0.249 - - [2026-03-02 02:13:21] "GET /projects?obj_uuids=166226bc-e24c-469c-b148-b8eafc938041&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001222 10.0.0.249 - - [2026-03-02 02:13:21] "POST /neutron/network HTTP/1.1" 200 605 0.064022 10.0.0.249 - - [2026-03-02 02:13:21] "POST /route-targets HTTP/1.1" 200 328 0.011040 10.0.0.249 - - [2026-03-02 02:13:21] "POST /ref-update HTTP/1.1" 200 156 0.013069 10.0.0.249 - - [2026-03-02 02:13:22] "POST /useragent-kv HTTP/1.1" 200 115 0.004394 10.0.0.249 - - [2026-03-02 02:13:22] "POST /neutron/subnet HTTP/1.1" 200 724 0.152088 10.0.0.249 - - [2026-03-02 02:13:22] "POST /neutron/network HTTP/1.1" 200 824 0.005933 10.0.0.249 - - [2026-03-02 02:13:22] "POST /id-to-fqname HTTP/1.1" 200 220 0.001533 10.0.0.249 - - [2026-03-02 02:13:22] "GET /virtual-network/8651b6b9-089a-4743-ab3d-012c6ebb1b45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005043 10.0.0.249 - - [2026-03-02 02:13:22] "POST /neutron/network HTTP/1.1" 200 824 0.006898 10.0.0.249 - - [2026-03-02 02:13:22] "GET /virtual-network/8651b6b9-089a-4743-ab3d-012c6ebb1b45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004924 10.0.0.249 - - [2026-03-02 02:13:22] "POST /neutron/network HTTP/1.1" 200 824 0.005264 10.0.0.249 - - [2026-03-02 02:13:22] "POST /neutron/subnet HTTP/1.1" 200 724 0.005970 10.0.0.249 - - [2026-03-02 02:13:22] "POST /id-to-fqname HTTP/1.1" 200 220 0.001200 10.0.0.249 - - [2026-03-02 02:13:22] "POST /neutron/network HTTP/1.1" 200 834 0.004963 10.0.0.249 - - [2026-03-02 02:13:22] "GET /aaa-mode HTTP/1.1" 401 293 0.000456 10.0.0.249 - - [2026-03-02 02:13:22] "GET / HTTP/1.1" 200 36215 0.001914 10.0.0.249 - - [2026-03-02 02:13:22] "GET /project/166226bc-e24c-469c-b148-b8eafc938041?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000390 10.0.0.249 - - [2026-03-02 02:13:23] "GET /projects?obj_uuids=166226bc-e24c-469c-b148-b8eafc938041&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001250 10.0.0.249 - - [2026-03-02 02:13:23] "GET /project/166226bc-e24c-469c-b148-b8eafc938041?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.059150 10.0.0.249 - - [2026-03-02 02:13:23] "POST /neutron/network HTTP/1.1" 200 824 0.006871 10.0.0.249 - - [2026-03-02 02:13:23] "POST /neutron/port HTTP/1.1" 200 117 0.004628 10.0.0.249 - - [2026-03-02 02:13:23] "POST /neutron/port HTTP/1.1" 200 117 0.005152 10.0.0.249 - - [2026-03-02 02:13:23] "POST /neutron/port HTTP/1.1" 200 117 0.004627 10.0.0.249 - - [2026-03-02 02:13:23] "POST /neutron/network HTTP/1.1" 200 834 0.005468 10.0.0.249 - - [2026-03-02 02:13:23] "GET /projects?obj_uuids=166226bc-e24c-469c-b148-b8eafc938041&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001169 10.0.0.249 - - [2026-03-02 02:13:24] "POST /neutron/port HTTP/1.1" 200 1060 0.210874 10.0.0.249 - - [2026-03-02 02:13:24] "POST /neutron/port HTTP/1.1" 200 1060 0.010975 10.0.0.249 - - [2026-03-02 02:13:24] "POST /neutron/port HTTP/1.1" 200 1060 0.012100 10.0.0.249 - - [2026-03-02 02:13:24] "POST /neutron/port HTTP/1.1" 200 1114 0.073685 10.0.0.249 - - [2026-03-02 02:13:24] "POST /neutron/port HTTP/1.1" 200 1124 0.016530 10.0.0.249 - - [2026-03-02 02:13:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003868 10.0.0.249 - - [2026-03-02 02:13:24] "POST /neutron/subnet HTTP/1.1" 200 698 0.006717 10.0.0.249 - - [2026-03-02 02:13:24] "POST /neutron/port HTTP/1.1" 200 117 0.001128 10.0.0.249 - - [2026-03-02 02:13:24] "POST /neutron/network HTTP/1.1" 200 824 0.004973 10.0.0.249 - - [2026-03-02 02:13:28] "POST /neutron/port HTTP/1.1" 200 1124 0.012573 10.0.0.249 - - [2026-03-02 02:13:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005963 10.0.0.249 - - [2026-03-02 02:13:28] "POST /neutron/port HTTP/1.1" 200 1124 0.011204 10.0.0.249 - - [2026-03-02 02:13:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006618 10.0.0.249 - - [2026-03-02 02:13:28] "POST /neutron/port HTTP/1.1" 200 1124 0.011973 10.0.0.249 - - [2026-03-02 02:13:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005928 10.0.0.249 - - [2026-03-02 02:13:28] "GET /virtual-machine/d285fe03-6bb5-430f-b3b0-9473356303dc HTTP/1.1" 200 1295 0.004333 10.0.0.249 - - [2026-03-02 02:13:28] "GET /virtual-machine-interface/fdcb801c-a672-4df5-b5e5-b099de9689de HTTP/1.1" 200 2948 0.004631 10.0.0.249 - - [2026-03-02 02:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.249 - - [2026-03-02 02:13:28] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003167 10.0.0.249 - - [2026-03-02 02:13:28] "GET /virtual-networks?parent_id=166226bc-e24c-469c-b148-b8eafc938041&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002936 10.0.0.249 - - [2026-03-02 02:13:28] "GET /virtual-network/8651b6b9-089a-4743-ab3d-012c6ebb1b45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006498 10.0.0.249 - - [2026-03-02 02:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.249 - - [2026-03-02 02:13:31] "GET /virtual-network/8651b6b9-089a-4743-ab3d-012c6ebb1b45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005238 10.0.0.249 - - [2026-03-02 02:13:33] "POST /neutron/port HTTP/1.1" 200 1124 0.013548 10.0.0.249 - - [2026-03-02 02:13:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007065 10.0.0.249 - - [2026-03-02 02:13:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.249 - - [2026-03-02 02:13:36] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003471 10.0.0.249 - - [2026-03-02 02:13:36] "GET /virtual-networks?parent_id=166226bc-e24c-469c-b148-b8eafc938041&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002707 10.0.0.249 - - [2026-03-02 02:13:36] "GET /virtual-network/8651b6b9-089a-4743-ab3d-012c6ebb1b45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006276 10.0.0.249 - - [2026-03-02 02:13:38] "POST /neutron/network HTTP/1.1" 200 824 0.009198 10.0.0.249 - - [2026-03-02 02:13:38] "POST /neutron/network HTTP/1.1" 400 204 0.009294 10.0.0.249 - - [2026-03-02 02:13:38] "POST /neutron/port HTTP/1.1" 200 1124 0.012160 10.0.0.249 - - [2026-03-02 02:13:38] "POST /neutron/port HTTP/1.1" 200 1114 0.009146 10.0.0.249 - - [2026-03-02 02:13:38] "POST /neutron/port HTTP/1.1" 200 151 0.093671 10.0.0.249 - - [2026-03-02 02:13:40] "POST /neutron/network HTTP/1.1" 200 824 0.005339 10.0.0.249 - - [2026-03-02 02:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004518 10.0.0.249 - - [2026-03-02 02:13:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002776 10.0.0.249 - - [2026-03-02 02:13:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003308 10.0.0.249 - - [2026-03-02 02:13:40] "POST /neutron/network HTTP/1.1" 200 151 0.085452 10.0.0.249 - - [2026-03-02 02:13:40] "DELETE /route-target/e469d969-ad3f-4d35-bd34-431c16af6070 HTTP/1.1" 200 115 0.016538 10.0.0.249 - - [2026-03-02 02:13:40] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.002961 10.0.0.249 - - [2026-03-02 02:13:40] "POST /network-ipams HTTP/1.1" 200 543 0.016646 10.0.0.249 - - [2026-03-02 02:13:40] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 767 0.002872 10.0.0.249 - - [2026-03-02 02:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.249 - - [2026-03-02 02:13:41] "GET /network-ipam/aa34d78b-db37-4d5e-97a9-7a3cb9585275?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1331 0.081955 10.0.0.249 - - [2026-03-02 02:13:41] "PUT /network-ipam/aa34d78b-db37-4d5e-97a9-7a3cb9585275 HTTP/1.1" 200 259 0.011425 10.0.0.249 - - [2026-03-02 02:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002609 10.0.0.249 - - [2026-03-02 02:13:41] "GET /projects?obj_uuids=166226bc-e24c-469c-b148-b8eafc938041&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001047 10.0.0.249 - - [2026-03-02 02:13:41] "GET /project/166226bc-e24c-469c-b148-b8eafc938041?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.030789 10.0.0.249 - - [2026-03-02 02:13:41] "POST /neutron/network HTTP/1.1" 200 117 0.008373 10.0.0.249 - - [2026-03-02 02:13:41] "GET /projects?obj_uuids=166226bc-e24c-469c-b148-b8eafc938041&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000979 10.0.0.249 - - [2026-03-02 02:13:41] "POST /neutron/network HTTP/1.1" 200 605 0.056583 10.0.0.249 - - [2026-03-02 02:13:41] "POST /route-targets HTTP/1.1" 200 328 0.010215 10.0.0.249 - - [2026-03-02 02:13:41] "POST /ref-update HTTP/1.1" 200 156 0.009538 10.0.0.249 - - [2026-03-02 02:13:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003150 10.0.0.249 - - [2026-03-02 02:13:41] "POST /neutron/subnet HTTP/1.1" 200 699 0.152979 10.0.0.249 - - [2026-03-02 02:13:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003861 10.0.0.249 - - [2026-03-02 02:13:41] "POST /neutron/subnet HTTP/1.1" 200 699 0.149812 10.0.0.249 - - [2026-03-02 02:13:41] "POST /neutron/network HTTP/1.1" 200 994 0.006539 10.0.0.249 - - [2026-03-02 02:13:41] "POST /id-to-fqname HTTP/1.1" 200 220 0.001260 10.0.0.249 - - [2026-03-02 02:13:41] "GET /virtual-network/5e5030dd-0df8-46ab-a304-2167575b42a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005001 10.0.0.249 - - [2026-03-02 02:13:41] "POST /neutron/network HTTP/1.1" 200 994 0.006710 10.0.0.249 - - [2026-03-02 02:13:41] "GET /virtual-network/5e5030dd-0df8-46ab-a304-2167575b42a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005115 10.0.0.249 - - [2026-03-02 02:13:41] "POST /neutron/network HTTP/1.1" 200 994 0.007543 10.0.0.249 - - [2026-03-02 02:13:41] "POST /neutron/subnet HTTP/1.1" 200 699 0.006310 10.0.0.249 - - [2026-03-02 02:13:41] "POST /neutron/subnet HTTP/1.1" 200 699 0.007519 10.0.0.249 - - [2026-03-02 02:13:41] "POST /neutron/network HTTP/1.1" 200 994 0.007459 10.0.0.249 - - [2026-03-02 02:13:41] "POST /neutron/subnet HTTP/1.1" 200 699 0.006692 10.0.0.249 - - [2026-03-02 02:13:42] "POST /neutron/subnet HTTP/1.1" 200 699 0.006336 10.0.0.249 - - [2026-03-02 02:13:42] "GET /projects?obj_uuids=166226bc-e24c-469c-b148-b8eafc938041&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001101 10.0.0.249 - - [2026-03-02 02:13:42] "POST /neutron/port HTTP/1.1" 200 1017 0.152519 10.0.0.249 - - [2026-03-02 02:13:42] "GET /projects?obj_uuids=166226bc-e24c-469c-b148-b8eafc938041&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001173 10.0.0.249 - - [2026-03-02 02:13:42] "POST /neutron/port HTTP/1.1" 200 1017 0.161850 10.0.0.249 - - [2026-03-02 02:13:42] "POST /id-to-fqname HTTP/1.1" 200 220 0.001729 10.0.0.249 - - [2026-03-02 02:13:42] "POST /neutron/port HTTP/1.1" 200 1017 0.010509 10.0.0.249 - - [2026-03-02 02:13:42] "POST /neutron/port HTTP/1.1" 200 1017 0.010264 10.0.0.249 - - [2026-03-02 02:13:42] "POST /neutron/network HTTP/1.1" 200 994 0.008033 10.0.0.249 - - [2026-03-02 02:13:42] "POST /neutron/port HTTP/1.1" 200 1017 0.011483 10.0.0.249 - - [2026-03-02 02:13:42] "POST /neutron/port HTTP/1.1" 200 117 0.004643 10.0.0.249 - - [2026-03-02 02:13:42] "POST /neutron/port HTTP/1.1" 200 1017 0.008383 10.0.0.249 - - [2026-03-02 02:13:42] "POST /neutron/port HTTP/1.1" 200 117 0.004309 10.0.0.249 - - [2026-03-02 02:13:42] "POST /id-to-fqname HTTP/1.1" 200 220 0.001379 10.0.0.249 - - [2026-03-02 02:13:42] "POST /neutron/port HTTP/1.1" 200 117 0.004301 10.0.0.249 - - [2026-03-02 02:13:42] "POST /neutron/port HTTP/1.1" 200 1017 0.011570 10.0.0.249 - - [2026-03-02 02:13:42] "POST /neutron/port HTTP/1.1" 200 1017 0.008557 10.0.0.249 - - [2026-03-02 02:13:42] "POST /neutron/network HTTP/1.1" 200 994 0.006516 10.0.0.249 - - [2026-03-02 02:13:42] "POST /neutron/port HTTP/1.1" 200 1017 0.007674 10.0.0.249 - - [2026-03-02 02:13:43] "POST /neutron/port HTTP/1.1" 200 1017 0.008312 10.0.0.249 - - [2026-03-02 02:13:43] "POST /neutron/port HTTP/1.1" 200 117 0.006555 10.0.0.249 - - [2026-03-02 02:13:43] "POST /neutron/port HTTP/1.1" 200 117 0.005767 10.0.0.249 - - [2026-03-02 02:13:43] "POST /neutron/port HTTP/1.1" 200 1017 0.008616 10.0.0.249 - - [2026-03-02 02:13:43] "POST /id-to-fqname HTTP/1.1" 200 220 0.001120 10.0.0.249 - - [2026-03-02 02:13:43] "POST /neutron/network HTTP/1.1" 200 1004 0.006261 10.0.0.249 - - [2026-03-02 02:13:43] "POST /neutron/port HTTP/1.1" 200 1017 0.008596 10.0.0.249 - - [2026-03-02 02:13:43] "POST /neutron/port HTTP/1.1" 200 1017 0.007760 10.0.0.249 - - [2026-03-02 02:13:43] "POST /neutron/port HTTP/1.1" 200 117 0.007342 10.0.0.249 - - [2026-03-02 02:13:43] "POST /neutron/port HTTP/1.1" 200 1109 0.086758 10.0.0.249 - - [2026-03-02 02:13:43] "POST /neutron/network HTTP/1.1" 200 1004 0.006048 10.0.0.249 - - [2026-03-02 02:13:43] "POST /neutron/port HTTP/1.1" 200 1119 0.015845 10.0.0.249 - - [2026-03-02 02:13:43] "GET /aaa-mode HTTP/1.1" 401 293 0.000428 10.0.0.249 - - [2026-03-02 02:13:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003214 10.0.0.249 - - [2026-03-02 02:13:43] "POST /neutron/subnet HTTP/1.1" 200 673 0.008472 10.0.0.249 - - [2026-03-02 02:13:43] "POST /neutron/port HTTP/1.1" 200 117 0.001151 10.0.0.249 - - [2026-03-02 02:13:43] "POST /neutron/network HTTP/1.1" 200 994 0.006475 10.0.0.249 - - [2026-03-02 02:13:43] "POST /neutron/port HTTP/1.1" 200 1017 0.009669 10.0.0.249 - - [2026-03-02 02:13:43] "POST /neutron/network HTTP/1.1" 200 1004 0.007594 10.0.0.249 - - [2026-03-02 02:13:43] "POST /neutron/port HTTP/1.1" 200 1017 0.011936 10.0.0.249 - - [2026-03-02 02:13:43] "POST /neutron/port HTTP/1.1" 200 1017 0.010691 10.0.0.249 - - [2026-03-02 02:13:43] "GET / HTTP/1.1" 200 36215 0.002373 10.0.0.249 - - [2026-03-02 02:13:43] "GET /project/166226bc-e24c-469c-b148-b8eafc938041?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000422 10.0.0.249 - - [2026-03-02 02:13:43] "POST /neutron/port HTTP/1.1" 200 1109 0.106298 10.0.0.249 - - [2026-03-02 02:13:43] "POST /neutron/port HTTP/1.1" 200 1119 0.014161 10.0.0.249 - - [2026-03-02 02:13:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004369 10.0.0.249 - - [2026-03-02 02:13:43] "POST /neutron/subnet HTTP/1.1" 200 673 0.015265 10.0.0.249 - - [2026-03-02 02:13:43] "POST /neutron/port HTTP/1.1" 200 117 0.001562 10.0.0.249 - - [2026-03-02 02:13:44] "POST /neutron/network HTTP/1.1" 200 994 0.013349 10.0.0.249 - - [2026-03-02 02:13:44] "GET /projects?obj_uuids=166226bc-e24c-469c-b148-b8eafc938041&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001214 10.0.0.249 - - [2026-03-02 02:13:44] "GET /project/166226bc-e24c-469c-b148-b8eafc938041?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.063243 10.0.0.249 - - [2026-03-02 02:13:44] "POST /neutron/network HTTP/1.1" 200 994 0.009130 10.0.0.249 - - [2026-03-02 02:13:44] "POST /neutron/port HTTP/1.1" 200 2086 0.024213 10.0.0.249 - - [2026-03-02 02:13:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010711 10.0.0.249 - - [2026-03-02 02:13:44] "POST /neutron/port HTTP/1.1" 200 117 0.014221 10.0.0.249 - - [2026-03-02 02:13:44] "GET /domains HTTP/1.1" 200 281 0.002634 10.0.0.249 - - [2026-03-02 02:13:44] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001065 10.0.0.249 - - [2026-03-02 02:13:44] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 2772 0.007817 10.0.0.249 - - [2026-03-02 02:13:44] "GET /projects?obj_uuids=166226bc-e24c-469c-b148-b8eafc938041&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001334 10.0.0.249 - - [2026-03-02 02:13:44] "GET /project/166226bc-e24c-469c-b148-b8eafc938041 HTTP/1.1" 200 2850 0.091207 10.0.0.249 - - [2026-03-02 02:13:44] "GET /network-ipam/aa34d78b-db37-4d5e-97a9-7a3cb9585275 HTTP/1.1" 200 2649 0.008753 10.0.0.249 - - [2026-03-02 02:13:44] "GET /domains HTTP/1.1" 200 281 0.006491 10.0.0.249 - - [2026-03-02 02:13:44] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001714 10.0.0.249 - - [2026-03-02 02:13:44] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 2772 0.010688 10.0.0.249 - - [2026-03-02 02:13:44] "GET /projects?obj_uuids=166226bc-e24c-469c-b148-b8eafc938041&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001538 10.0.0.249 - - [2026-03-02 02:13:44] "GET /project/166226bc-e24c-469c-b148-b8eafc938041 HTTP/1.1" 200 2850 0.084378 10.0.0.249 - - [2026-03-02 02:13:44] "GET /virtual-network/5e5030dd-0df8-46ab-a304-2167575b42a0 HTTP/1.1" 200 3787 0.006460 10.0.0.249 - - [2026-03-02 02:13:44] "GET /virtual-network/5e5030dd-0df8-46ab-a304-2167575b42a0 HTTP/1.1" 200 3787 0.005754 10.0.0.249 - - [2026-03-02 02:13:44] "GET /routing-instance/ee59a85e-906f-4bf8-8ef3-fff8f85ce3d3 HTTP/1.1" 200 2386 0.004047 10.0.0.249 - - [2026-03-02 02:13:44] "GET /routing-instance/ee59a85e-906f-4bf8-8ef3-fff8f85ce3d3 HTTP/1.1" 200 2386 0.003359 10.0.0.249 - - [2026-03-02 02:13:44] "GET /route-target/9fd320f2-1c72-4d84-a24e-ed9793f7b8ab HTTP/1.1" 200 1207 0.003070 10.0.0.249 - - [2026-03-02 02:13:44] "GET /virtual-network/5e5030dd-0df8-46ab-a304-2167575b42a0 HTTP/1.1" 200 3787 0.007222 10.0.0.249 - - [2026-03-02 02:13:44] "GET /routing-instance/ee59a85e-906f-4bf8-8ef3-fff8f85ce3d3 HTTP/1.1" 200 2386 0.003304 10.0.0.249 - - [2026-03-02 02:13:44] "GET /virtual-network/5e5030dd-0df8-46ab-a304-2167575b42a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005438 10.0.0.249 - - [2026-03-02 02:13:44] "GET /virtual-network/5e5030dd-0df8-46ab-a304-2167575b42a0 HTTP/1.1" 200 3787 0.005680 10.0.0.249 - - [2026-03-02 02:13:44] "GET /routing-instance/ee59a85e-906f-4bf8-8ef3-fff8f85ce3d3 HTTP/1.1" 200 2386 0.003856 10.0.0.249 - - [2026-03-02 02:13:44] "GET /routing-instance/ee59a85e-906f-4bf8-8ef3-fff8f85ce3d3 HTTP/1.1" 200 2386 0.003778 10.0.0.249 - - [2026-03-02 02:13:44] "GET /route-target/9fd320f2-1c72-4d84-a24e-ed9793f7b8ab HTTP/1.1" 200 1207 0.004112 10.0.0.249 - - [2026-03-02 02:13:44] "GET /domains HTTP/1.1" 200 281 0.003311 10.0.0.249 - - [2026-03-02 02:13:44] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001049 10.0.0.249 - - [2026-03-02 02:13:44] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 2772 0.006805 10.0.0.249 - - [2026-03-02 02:13:44] "GET /projects?obj_uuids=166226bc-e24c-469c-b148-b8eafc938041&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000985 10.0.0.249 - - [2026-03-02 02:13:44] "GET /project/166226bc-e24c-469c-b148-b8eafc938041 HTTP/1.1" 200 2850 0.076165 10.0.0.249 - - [2026-03-02 02:13:45] "GET /virtual-network/5e5030dd-0df8-46ab-a304-2167575b42a0 HTTP/1.1" 200 3787 0.005212 10.0.0.249 - - [2026-03-02 02:13:45] "POST /neutron/network HTTP/1.1" 200 1004 0.006287 10.0.0.249 - - [2026-03-02 02:13:45] "GET /projects?obj_uuids=166226bc-e24c-469c-b148-b8eafc938041&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001132 10.0.0.249 - - [2026-03-02 02:13:45] "DELETE /project/166226bce24c469cb148b8eafc938041 HTTP/1.1" 404 173 0.008168 10.0.0.249 - - [2026-03-02 02:13:45] "GET /projects?obj_uuids=e4cc2a6a-b501-4e9c-bc4b-e75507fbe08b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001774 10.0.0.249 - - [2026-03-02 02:13:45] "GET /obj-perms HTTP/1.1" 200 5049 0.146612 10.0.0.249 - - [2026-03-02 02:13:45] "GET /project/e4cc2a6a-b501-4e9c-bc4b-e75507fbe08b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.091170 10.0.0.249 - - [2026-03-02 02:13:45] "GET /projects?obj_uuids=e4cc2a6a-b501-4e9c-bc4b-e75507fbe08b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002279 10.0.0.249 - - [2026-03-02 02:13:45] "POST /neutron/port HTTP/1.1" 200 1055 0.343878 10.0.0.249 - - [2026-03-02 02:13:45] "GET /project/e4cc2a6a-b501-4e9c-bc4b-e75507fbe08b?fields=security_groups HTTP/1.1" 200 1366 0.060950 10.0.0.249 - - [2026-03-02 02:13:45] "POST /neutron/port HTTP/1.1" 200 1119 0.042512 10.0.0.249 - - [2026-03-02 02:13:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007374 10.0.0.249 - - [2026-03-02 02:13:45] "POST /neutron/port HTTP/1.1" 200 1055 0.016251 10.0.0.249 - - [2026-03-02 02:13:45] "DELETE /security-group/121e3787-2f9d-4516-8458-1059ceb30e2c HTTP/1.1" 200 115 0.043524 10.0.0.249 - - [2026-03-02 02:13:45] "GET /projects?obj_uuids=e4cc2a6a-b501-4e9c-bc4b-e75507fbe08b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001089 10.0.0.249 - - [2026-03-02 02:13:45] "POST /neutron/port HTTP/1.1" 200 1055 0.011739 10.0.0.249 - - [2026-03-02 02:13:45] "DELETE /access-control-list/5a5356d0-1383-45db-92d1-2757bc108331 HTTP/1.1" 200 115 0.044051 10.0.0.249 - - [2026-03-02 02:13:45] "GET /project/e4cc2a6a-b501-4e9c-bc4b-e75507fbe08b?fields=application_policy_sets HTTP/1.1" 200 1405 0.038207 10.0.0.249 - - [2026-03-02 02:13:45] "DELETE /access-control-list/3c9c21f0-2544-46c4-901b-91dd0ea2e49c HTTP/1.1" 200 115 0.037753 10.0.0.249 - - [2026-03-02 02:13:45] "POST /neutron/port HTTP/1.1" 200 1119 0.018411 10.0.0.249 - - [2026-03-02 02:13:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006766 10.0.0.249 - - [2026-03-02 02:13:45] "POST /neutron/port HTTP/1.1" 200 1109 0.085814 10.0.0.249 - - [2026-03-02 02:13:45] "DELETE /project/e4cc2a6a-b501-4e9c-bc4b-e75507fbe08b HTTP/1.1" 200 115 0.432080 10.0.0.249 - - [2026-03-02 02:13:45] "POST /neutron/port HTTP/1.1" 200 1119 0.024819 10.0.0.249 - - [2026-03-02 02:13:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006908 10.0.0.249 - - [2026-03-02 02:13:45] "POST /neutron/port HTTP/1.1" 200 1119 0.017687 10.0.0.249 - - [2026-03-02 02:13:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003303 10.0.0.249 - - [2026-03-02 02:13:46] "GET /virtual-machine/918998e9-b477-4806-8c1c-291e04014872 HTTP/1.1" 200 1291 0.010256 10.0.0.249 - - [2026-03-02 02:13:46] "GET /virtual-machine-interface/6994ff2f-7de5-451a-b8d4-54264ce11f05 HTTP/1.1" 200 2947 0.011898 10.0.0.249 - - [2026-03-02 02:13:46] "POST /neutron/subnet HTTP/1.1" 200 673 0.017379 10.0.0.249 - - [2026-03-02 02:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002537 10.0.0.249 - - [2026-03-02 02:13:46] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003063 10.0.0.249 - - [2026-03-02 02:13:46] "POST /neutron/port HTTP/1.1" 200 117 0.001087 10.0.0.249 - - [2026-03-02 02:13:46] "POST /neutron/network HTTP/1.1" 200 994 0.006840 10.0.0.249 - - [2026-03-02 02:13:46] "GET /virtual-networks?parent_id=166226bc-e24c-469c-b148-b8eafc938041&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002740 10.0.0.249 - - [2026-03-02 02:13:46] "GET /virtual-network/5e5030dd-0df8-46ab-a304-2167575b42a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004982 10.0.0.249 - - [2026-03-02 02:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.249 - - [2026-03-02 02:13:49] "GET /virtual-network/5e5030dd-0df8-46ab-a304-2167575b42a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005615 10.0.0.249 - - [2026-03-02 02:13:53] "POST /neutron/port HTTP/1.1" 200 1119 0.012198 10.0.0.249 - - [2026-03-02 02:13:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004918 10.0.0.249 - - [2026-03-02 02:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.249 - - [2026-03-02 02:13:53] "GET /virtual-network/5e5030dd-0df8-46ab-a304-2167575b42a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005070 10.0.0.249 - - [2026-03-02 02:13:53] "GET /obj-perms HTTP/1.1" 200 5075 0.055696 10.0.0.249 - - [2026-03-02 02:13:54] "POST /neutron/port HTTP/1.1" 200 1119 0.024826 10.0.0.249 - - [2026-03-02 02:13:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005214 10.0.0.249 - - [2026-03-02 02:13:54] "GET /obj-perms HTTP/1.1" 200 5075 0.059170 10.0.0.249 - - [2026-03-02 02:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.249 - - [2026-03-02 02:13:55] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003389 10.0.0.249 - - [2026-03-02 02:13:55] "GET /virtual-networks?parent_id=166226bc-e24c-469c-b148-b8eafc938041&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002812 10.0.0.249 - - [2026-03-02 02:13:55] "GET /virtual-network/5e5030dd-0df8-46ab-a304-2167575b42a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005336 10.0.0.249 - - [2026-03-02 02:13:55] "POST /neutron/port HTTP/1.1" 200 1119 0.012148 10.0.0.249 - - [2026-03-02 02:13:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005289 10.0.0.249 - - [2026-03-02 02:13:55] "POST /neutron/port HTTP/1.1" 200 1119 0.013341 10.0.0.249 - - [2026-03-02 02:13:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005955 10.0.0.249 - - [2026-03-02 02:13:56] "POST /neutron/port HTTP/1.1" 200 1119 0.012865 10.0.0.249 - - [2026-03-02 02:13:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005540 10.0.0.249 - - [2026-03-02 02:13:56] "POST /neutron/port HTTP/1.1" 200 1119 0.011350 10.0.0.249 - - [2026-03-02 02:13:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005664 10.0.0.249 - - [2026-03-02 02:13:56] "GET /virtual-machine/2e46f17b-0df1-4f3a-b58f-cbe333b3748f HTTP/1.1" 200 1290 0.005789 10.0.0.249 - - [2026-03-02 02:13:56] "GET /virtual-machine-interface/d7161a64-add5-405f-9d87-10f211fe43bc HTTP/1.1" 200 2948 0.004831 10.0.0.249 - - [2026-03-02 02:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.249 - - [2026-03-02 02:13:56] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004252 10.0.0.249 - - [2026-03-02 02:13:56] "GET /virtual-networks?parent_id=166226bc-e24c-469c-b148-b8eafc938041&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003435 10.0.0.249 - - [2026-03-02 02:13:56] "GET /virtual-network/5e5030dd-0df8-46ab-a304-2167575b42a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005019 10.0.0.249 - - [2026-03-02 02:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.249 - - [2026-03-02 02:13:57] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002985 10.0.0.249 - - [2026-03-02 02:13:57] "GET /virtual-networks?parent_id=166226bc-e24c-469c-b148-b8eafc938041&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002788 10.0.0.249 - - [2026-03-02 02:13:57] "GET /virtual-network/5e5030dd-0df8-46ab-a304-2167575b42a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004962 10.0.0.249 - - [2026-03-02 02:13:57] "POST /neutron/port HTTP/1.1" 200 1119 0.011746 10.0.0.249 - - [2026-03-02 02:13:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006024 10.0.0.249 - - [2026-03-02 02:13:57] "POST /neutron/port HTTP/1.1" 200 1119 0.011276 10.0.0.249 - - [2026-03-02 02:13:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005250 10.0.0.249 - - [2026-03-02 02:13:57] "POST /neutron/port HTTP/1.1" 200 1119 0.011457 10.0.0.249 - - [2026-03-02 02:13:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006053 10.0.0.249 - - [2026-03-02 02:13:57] "GET /virtual-machine/f15cdeaf-d77d-4e9e-b915-2195131df09d HTTP/1.1" 200 1295 0.004767 10.0.0.249 - - [2026-03-02 02:13:57] "GET /virtual-machine-interface/4b1b2a88-6a1c-49b2-9fdf-8ab6e4d6fe15 HTTP/1.1" 200 2947 0.005110 10.0.0.249 - - [2026-03-02 02:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.249 - - [2026-03-02 02:13:57] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003098 10.0.0.249 - - [2026-03-02 02:13:57] "GET /virtual-networks?parent_id=166226bc-e24c-469c-b148-b8eafc938041&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002947 10.0.0.249 - - [2026-03-02 02:13:58] "GET /virtual-network/5e5030dd-0df8-46ab-a304-2167575b42a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005145 10.0.0.249 - - [2026-03-02 02:13:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004231 10.0.0.249 - - [2026-03-02 02:13:59] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003802 10.0.0.249 - - [2026-03-02 02:13:59] "GET /virtual-networks?parent_id=166226bc-e24c-469c-b148-b8eafc938041&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002729 10.0.0.249 - - [2026-03-02 02:13:59] "GET /virtual-network/5e5030dd-0df8-46ab-a304-2167575b42a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005295 10.0.0.249 - - [2026-03-02 02:14:02] "GET /global-system-configs HTTP/1.1" 401 293 0.000483 10.0.0.249 - - [2026-03-02 02:14:02] "GET /global-system-configs HTTP/1.1" 401 293 0.000424 10.0.0.249 - - [2026-03-02 02:14:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000494 10.0.0.249 - - [2026-03-02 02:14:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000438 10.0.0.249 - - [2026-03-02 02:14:15] "POST /neutron/port HTTP/1.1" 200 1109 0.012789 10.0.0.249 - - [2026-03-02 02:14:15] "POST /neutron/port HTTP/1.1" 200 1109 0.014175 10.0.0.249 - - [2026-03-02 02:14:15] "POST /neutron/port HTTP/1.1" 200 151 0.125644 10.0.0.249 - - [2026-03-02 02:14:15] "POST /neutron/port HTTP/1.1" 200 1109 0.015162 10.0.0.249 - - [2026-03-02 02:14:15] "POST /neutron/port HTTP/1.1" 200 1109 0.014884 10.0.0.249 - - [2026-03-02 02:14:15] "POST /neutron/port HTTP/1.1" 200 151 0.157913 10.0.0.249 - - [2026-03-02 02:14:15] "POST /neutron/port HTTP/1.1" 200 1119 0.028270 10.0.0.249 - - [2026-03-02 02:14:16] "POST /neutron/network HTTP/1.1" 200 994 0.025911 10.0.0.249 - - [2026-03-02 02:14:16] "POST /neutron/port HTTP/1.1" 200 1109 0.015246 10.0.0.249 - - [2026-03-02 02:14:16] "POST /neutron/network HTTP/1.1" 400 204 0.013975 10.0.0.249 - - [2026-03-02 02:14:16] "POST /neutron/port HTTP/1.1" 200 151 0.123818 10.0.0.249 - - [2026-03-02 02:14:18] "POST /neutron/network HTTP/1.1" 200 994 0.006896 10.0.0.249 - - [2026-03-02 02:14:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002177 10.0.0.249 - - [2026-03-02 02:14:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001850 10.0.0.249 - - [2026-03-02 02:14:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001677 10.0.0.249 - - [2026-03-02 02:14:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001616 10.0.0.249 - - [2026-03-02 02:14:18] "POST /neutron/network HTTP/1.1" 200 151 0.114118 10.0.0.249 - - [2026-03-02 02:14:18] "GET /routing-instance/ee59a85e-906f-4bf8-8ef3-fff8f85ce3d3 HTTP/1.1" 404 171 0.002214 10.0.0.249 - - [2026-03-02 02:14:18] "GET /domains HTTP/1.1" 200 281 0.002096 10.0.0.249 - - [2026-03-02 02:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.044308 10.0.0.249 - - [2026-03-02 02:14:18] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000911 10.0.0.249 - - [2026-03-02 02:14:18] "DELETE /route-target/9fd320f2-1c72-4d84-a24e-ed9793f7b8ab HTTP/1.1" 200 115 0.021587 10.0.0.249 - - [2026-03-02 02:14:18] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 2584 0.051708 10.0.0.249 - - [2026-03-02 02:14:18] "GET /projects?obj_uuids=166226bc-e24c-469c-b148-b8eafc938041&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001004 10.0.0.249 - - [2026-03-02 02:14:18] "GET /project/166226bc-e24c-469c-b148-b8eafc938041 HTTP/1.1" 200 2090 0.077765 10.0.0.249 - - [2026-03-02 02:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.249 - - [2026-03-02 02:14:18] "DELETE /network-ipam/aa34d78b-db37-4d5e-97a9-7a3cb9585275 HTTP/1.1" 200 115 0.024157 10.0.0.249 - - [2026-03-02 02:14:18] "POST /fqname-to-id HTTP/1.1" 404 211 0.001988 10.0.0.249 - - [2026-03-02 02:14:18] "GET /projects?obj_uuids=166226bc-e24c-469c-b148-b8eafc938041&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001511 10.0.0.249 - - [2026-03-02 02:14:18] "GET /project/166226bc-e24c-469c-b148-b8eafc938041?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.042694 10.0.0.249 - - [2026-03-02 02:14:18] "GET /projects?obj_uuids=166226bc-e24c-469c-b148-b8eafc938041&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001518 10.0.0.249 - - [2026-03-02 02:14:18] "GET /project/166226bc-e24c-469c-b148-b8eafc938041?fields=virtual_networks HTTP/1.1" 200 1033 0.043286 10.0.0.249 - - [2026-03-02 02:14:18] "GET /projects?obj_uuids=166226bc-e24c-469c-b148-b8eafc938041&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001391 10.0.0.249 - - [2026-03-02 02:14:18] "GET /project/166226bc-e24c-469c-b148-b8eafc938041?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.036690 10.0.0.249 - - [2026-03-02 02:14:18] "GET /projects?obj_uuids=166226bc-e24c-469c-b148-b8eafc938041&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001562 10.0.0.249 - - [2026-03-02 02:14:19] "GET /project/166226bc-e24c-469c-b148-b8eafc938041?fields=security_groups HTTP/1.1" 200 1260 0.046132 10.0.0.249 - - [2026-03-02 02:14:20] "POST /neutron/port HTTP/1.1" 200 117 0.006634 10.0.0.249 - - [2026-03-02 02:14:20] "POST /neutron/port HTTP/1.1" 400 205 0.003002 10.0.0.249 - - [2026-03-02 02:14:20] "POST /neutron/port HTTP/1.1" 200 117 0.005722 10.0.0.249 - - [2026-03-02 02:14:20] "POST /neutron/port HTTP/1.1" 400 205 0.003241 10.0.0.249 - - [2026-03-02 02:14:27] "GET / HTTP/1.1" 200 36215 0.002174 10.0.0.249 - - [2026-03-02 02:14:27] "POST /fqname-to-id HTTP/1.1" 401 293 0.000506 10.0.0.249 - - [2026-03-02 02:14:28] "POST /fqname-to-id HTTP/1.1" 404 183 0.050757 10.0.0.249 - - [2026-03-02 02:14:28] "GET /projects?obj_uuids=a83bfb27-83e3-4e54-8422-240894391ee5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002588 10.0.0.249 - - [2026-03-02 02:14:28] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001372 10.0.0.249 - - [2026-03-02 02:14:28] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006728 10.0.0.249 - - [2026-03-02 02:14:28] "POST /id-to-fqname HTTP/1.1" 200 185 0.002136 10.0.0.249 - - [2026-03-02 02:14:28] "POST /fqname-to-id HTTP/1.1" 404 194 0.002278 10.0.0.249 - - [2026-03-02 02:14:28] "POST /security-groups HTTP/1.1" 200 586 0.064455 10.0.0.249 - - [2026-03-02 02:14:28] "POST /fqname-to-id HTTP/1.1" 404 229 0.002419 10.0.0.249 - - [2026-03-02 02:14:28] "POST /projects HTTP/1.1" 200 575 0.218838 10.0.0.249 - - [2026-03-02 02:14:28] "POST /access-control-lists HTTP/1.1" 200 593 0.055352 10.0.0.249 - - [2026-03-02 02:14:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.288422 10.0.0.249 - - [2026-03-02 02:14:28] "POST /fqname-to-id HTTP/1.1" 404 228 0.002501 10.0.0.249 - - [2026-03-02 02:14:28] "GET /project/a83bfb27-83e3-4e54-8422-240894391ee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.415205 10.0.0.249 - - [2026-03-02 02:14:28] "POST /access-control-lists HTTP/1.1" 200 591 0.056168 10.0.0.249 - - [2026-03-02 02:14:29] "GET / HTTP/1.1" 200 36215 0.002033 10.0.0.249 - - [2026-03-02 02:14:32] "POST /fqname-to-id HTTP/1.1" 401 293 0.000473 10.0.0.249 - - [2026-03-02 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.031327 10.0.0.249 - - [2026-03-02 02:14:32] "GET /api-access-list/7139e5a4-f394-46bb-8c03-47c683bc0fd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.004092 10.0.0.249 - - [2026-03-02 02:14:32] "GET /api-access-list/7139e5a4-f394-46bb-8c03-47c683bc0fd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003100 10.0.0.249 - - [2026-03-02 02:14:32] "GET /api-access-list/7139e5a4-f394-46bb-8c03-47c683bc0fd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003076 10.0.0.249 - - [2026-03-02 02:14:32] "PUT /api-access-list/7139e5a4-f394-46bb-8c03-47c683bc0fd4 HTTP/1.1" 200 265 0.009042 10.0.0.249 - - [2026-03-02 02:14:33] "GET /aaa-mode HTTP/1.1" 401 293 0.000436 10.0.0.249 - - [2026-03-02 02:14:33] "GET /aaa-mode HTTP/1.1" 200 128 0.024242 10.0.0.249 - - [2026-03-02 02:14:33] "POST /fqname-to-id HTTP/1.1" 404 183 0.024320 10.0.0.249 - - [2026-03-02 02:14:33] "GET /projects?obj_uuids=387f215a-ba60-4e27-8265-99cac0951442&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002184 10.0.0.249 - - [2026-03-02 02:14:33] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001012 10.0.0.249 - - [2026-03-02 02:14:33] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006427 10.0.0.249 - - [2026-03-02 02:14:34] "POST /id-to-fqname HTTP/1.1" 200 185 0.001190 10.0.0.249 - - [2026-03-02 02:14:34] "POST /fqname-to-id HTTP/1.1" 404 194 0.004183 10.0.0.249 - - [2026-03-02 02:14:34] "POST /security-groups HTTP/1.1" 200 586 0.064068 10.0.0.249 - - [2026-03-02 02:14:34] "POST /fqname-to-id HTTP/1.1" 404 229 0.002595 10.0.0.249 - - [2026-03-02 02:14:34] "POST /projects HTTP/1.1" 200 575 0.208219 10.0.0.249 - - [2026-03-02 02:14:34] "POST /access-control-lists HTTP/1.1" 200 593 0.057591 10.0.0.249 - - [2026-03-02 02:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.284031 10.0.0.249 - - [2026-03-02 02:14:34] "POST /fqname-to-id HTTP/1.1" 404 228 0.002704 10.0.0.249 - - [2026-03-02 02:14:34] "GET /project/387f215a-ba60-4e27-8265-99cac0951442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.407499 10.0.0.249 - - [2026-03-02 02:14:34] "POST /access-control-lists HTTP/1.1" 200 591 0.059638 10.0.0.249 - - [2026-03-02 02:14:34] "POST /fqname-to-id HTTP/1.1" 404 183 0.026306 10.0.0.249 - - [2026-03-02 02:14:34] "GET /projects?obj_uuids=1ec5bba2-0246-459c-a9ce-a4bd12de9536&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004179 10.0.0.249 - - [2026-03-02 02:14:34] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001466 10.0.0.249 - - [2026-03-02 02:14:34] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008691 10.0.0.249 - - [2026-03-02 02:14:34] "POST /id-to-fqname HTTP/1.1" 200 185 0.001243 10.0.0.249 - - [2026-03-02 02:14:34] "POST /fqname-to-id HTTP/1.1" 404 194 0.003182 10.0.0.249 - - [2026-03-02 02:14:35] "POST /security-groups HTTP/1.1" 200 586 0.060509 10.0.0.249 - - [2026-03-02 02:14:35] "POST /fqname-to-id HTTP/1.1" 404 229 0.002446 10.0.0.249 - - [2026-03-02 02:14:35] "POST /projects HTTP/1.1" 200 575 0.212959 10.0.0.249 - - [2026-03-02 02:14:35] "POST /access-control-lists HTTP/1.1" 200 593 0.061303 10.0.0.249 - - [2026-03-02 02:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.290009 10.0.0.249 - - [2026-03-02 02:14:35] "POST /fqname-to-id HTTP/1.1" 404 228 0.002698 10.0.0.249 - - [2026-03-02 02:14:35] "GET /project/1ec5bba2-0246-459c-a9ce-a4bd12de9536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.418638 10.0.0.249 - - [2026-03-02 02:14:35] "POST /access-control-lists HTTP/1.1" 200 591 0.060227 10.0.0.249 - - [2026-03-02 02:14:35] "GET / HTTP/1.1" 200 36215 0.002086 10.0.0.249 - - [2026-03-02 02:14:36] "GET / HTTP/1.1" 200 36215 0.001591 10.0.0.249 - - [2026-03-02 02:14:37] "POST /fqname-to-id HTTP/1.1" 404 183 0.002828 10.0.0.249 - - [2026-03-02 02:14:37] "POST /api-access-lists HTTP/1.1" 200 523 0.012686 10.0.0.249 - - [2026-03-02 02:14:37] "GET /api-access-list/e66b2c9e-cf95-4621-894a-58f9f5bd3897?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1266 0.004178 10.0.0.249 - - [2026-03-02 02:14:37] "GET /api-access-list/e66b2c9e-cf95-4621-894a-58f9f5bd3897 HTTP/1.1" 401 293 0.000418 10.0.0.249 - - [2026-03-02 02:14:37] "GET /api-access-list/e66b2c9e-cf95-4621-894a-58f9f5bd3897 HTTP/1.1" 200 1266 0.054035 10.0.0.249 - - [2026-03-02 02:14:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.000358 10.0.0.249 - - [2026-03-02 02:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.061378 10.0.0.249 - - [2026-03-02 02:14:38] "GET /projects?obj_uuids=387f215a-ba60-4e27-8265-99cac0951442&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001089 10.0.0.249 - - [2026-03-02 02:14:38] "GET /project/387f215a-ba60-4e27-8265-99cac0951442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.033157 10.0.0.249 - - [2026-03-02 02:14:38] "GET /virtual-networks?parent_id=387f215a-ba60-4e27-8265-99cac0951442&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011820 10.0.0.249 - - [2026-03-02 02:14:38] "POST /virtual-networks HTTP/1.1" 200 570 0.069406 10.0.0.249 - - [2026-03-02 02:14:38] "POST /route-targets HTTP/1.1" 200 328 0.016515 10.0.0.249 - - [2026-03-02 02:14:38] "POST /ref-update HTTP/1.1" 200 156 0.016725 10.0.0.249 - - [2026-03-02 02:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.019363 10.0.0.249 - - [2026-03-02 02:14:38] "GET /network-ipam/4ebcc6e0-d256-4d5d-963f-8a14fd16d8b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.010376 10.0.0.249 - - [2026-03-02 02:14:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004511 10.0.0.249 - - [2026-03-02 02:14:38] "POST /ref-update HTTP/1.1" 200 156 0.052158 10.0.0.249 - - [2026-03-02 02:14:38] "POST /neutron/network HTTP/1.1" 200 831 0.043683 10.0.0.249 - - [2026-03-02 02:14:38] "POST /neutron/network HTTP/1.1" 200 831 0.019097 10.0.0.249 - - [2026-03-02 02:14:38] "GET /virtual-network/bad32b37-1fff-41f2-a3f7-1316991ab3cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.011478 10.0.0.249 - - [2026-03-02 02:14:38] "POST /neutron/network HTTP/1.1" 200 831 0.018949 10.0.0.249 - - [2026-03-02 02:14:38] "POST /neutron/subnet HTTP/1.1" 200 673 0.023514 10.0.0.249 - - [2026-03-02 02:14:38] "GET /virtual-network/bad32b37-1fff-41f2-a3f7-1316991ab3cc HTTP/1.1" 401 293 0.000402 10.0.0.249 - - [2026-03-02 02:14:39] "GET /virtual-network/bad32b37-1fff-41f2-a3f7-1316991ab3cc HTTP/1.1" 200 2269 0.045332 10.0.0.249 - - [2026-03-02 02:14:39] "GET /virtual-network/bad32b37-1fff-41f2-a3f7-1316991ab3cc HTTP/1.1" 401 293 0.000374 10.0.0.249 - - [2026-03-02 02:14:39] "GET /virtual-network/bad32b37-1fff-41f2-a3f7-1316991ab3cc HTTP/1.1" 200 2008 0.043018 10.0.0.249 - - [2026-03-02 02:14:39] "GET /obj-perms HTTP/1.1" 200 4934 0.067383 10.0.0.249 - - [2026-03-02 02:14:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000344 10.0.0.249 - - [2026-03-02 02:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.027381 10.0.0.249 - - [2026-03-02 02:14:40] "GET /virtual-network/bad32b37-1fff-41f2-a3f7-1316991ab3cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.014697 10.0.0.249 - - [2026-03-02 02:14:40] "GET /obj-perms HTTP/1.1" 200 4934 0.008526 10.0.0.249 - - [2026-03-02 02:14:40] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.016851 10.0.0.249 - - [2026-03-02 02:14:40] "GET /obj-perms HTTP/1.1" 200 4934 0.063859 10.0.0.249 - - [2026-03-02 02:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.249 - - [2026-03-02 02:14:40] "GET /virtual-network/bad32b37-1fff-41f2-a3f7-1316991ab3cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.015292 10.0.0.249 - - [2026-03-02 02:14:41] "GET /obj-perms HTTP/1.1" 200 4934 0.009628 10.0.0.249 - - [2026-03-02 02:14:41] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.016924 10.0.0.249 - - [2026-03-02 02:14:41] "POST /id-to-fqname HTTP/1.1" 401 293 0.000494 10.0.0.249 - - [2026-03-02 02:14:41] "POST /id-to-fqname HTTP/1.1" 200 230 0.030169 10.0.0.249 - - [2026-03-02 02:14:42] "POST /neutron/network HTTP/1.1" 200 841 0.039225 10.0.0.249 - - [2026-03-02 02:14:42] "GET /aaa-mode HTTP/1.1" 401 293 0.000400 10.0.0.249 - - [2026-03-02 02:14:42] "GET / HTTP/1.1" 200 36215 0.001842 10.0.0.249 - - [2026-03-02 02:14:42] "GET /project/1ec5bba2-0246-459c-a9ce-a4bd12de9536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000352 10.0.0.249 - - [2026-03-02 02:14:42] "GET /projects?obj_uuids=1ec5bba2-0246-459c-a9ce-a4bd12de9536&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001071 10.0.0.249 - - [2026-03-02 02:14:42] "GET /project/1ec5bba2-0246-459c-a9ce-a4bd12de9536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.061608 10.0.0.249 - - [2026-03-02 02:14:42] "POST /neutron/network HTTP/1.1" 200 831 0.005482 10.0.0.249 - - [2026-03-02 02:14:43] "POST /neutron/port HTTP/1.1" 200 117 0.037367 10.0.0.249 - - [2026-03-02 02:14:43] "POST /neutron/port HTTP/1.1" 200 117 0.005164 10.0.0.249 - - [2026-03-02 02:14:43] "POST /neutron/port HTTP/1.1" 200 117 0.005830 10.0.0.249 - - [2026-03-02 02:14:43] "POST /neutron/network HTTP/1.1" 200 841 0.018818 10.0.0.249 - - [2026-03-02 02:14:43] "POST /neutron/network HTTP/1.1" 200 831 0.018131 10.0.0.249 - - [2026-03-02 02:14:43] "GET /projects?obj_uuids=1ec5bba2-0246-459c-a9ce-a4bd12de9536&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001451 10.0.0.249 - - [2026-03-02 02:14:43] "POST /neutron/port HTTP/1.1" 200 1055 0.308021 10.0.0.249 - - [2026-03-02 02:14:43] "POST /neutron/port HTTP/1.1" 200 1055 0.009092 10.0.0.249 - - [2026-03-02 02:14:43] "POST /neutron/port HTTP/1.1" 200 1055 0.010401 10.0.0.249 - - [2026-03-02 02:14:43] "POST /neutron/port HTTP/1.1" 200 1109 0.059183 10.0.0.249 - - [2026-03-02 02:14:44] "POST /neutron/port HTTP/1.1" 200 1119 0.012501 10.0.0.249 - - [2026-03-02 02:14:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003366 10.0.0.249 - - [2026-03-02 02:14:44] "POST /neutron/subnet HTTP/1.1" 200 647 0.006523 10.0.0.249 - - [2026-03-02 02:14:44] "POST /neutron/port HTTP/1.1" 200 117 0.001327 10.0.0.249 - - [2026-03-02 02:14:44] "POST /neutron/network HTTP/1.1" 200 831 0.005157 10.0.0.249 - - [2026-03-02 02:14:45] "DELETE /project/1ec5bba20246459ca9cea4bd12de9536 HTTP/1.1" 404 173 0.009672 10.0.0.249 - - [2026-03-02 02:14:45] "DELETE /project/a83bfb2783e34e548422240894391ee5 HTTP/1.1" 404 173 0.006577 10.0.0.249 - - [2026-03-02 02:14:45] "DELETE /project/387f215aba604e27826599cac0951442 HTTP/1.1" 404 173 0.005666 10.0.0.249 - - [2026-03-02 02:14:45] "GET /projects?obj_uuids=166226bc-e24c-469c-b148-b8eafc938041&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001214 10.0.0.249 - - [2026-03-02 02:14:46] "GET /project/166226bc-e24c-469c-b148-b8eafc938041?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.030816 10.0.0.249 - - [2026-03-02 02:14:46] "GET /projects?obj_uuids=166226bc-e24c-469c-b148-b8eafc938041&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001012 10.0.0.249 - - [2026-03-02 02:14:46] "GET /project/166226bc-e24c-469c-b148-b8eafc938041?fields=security_groups HTTP/1.1" 200 1362 0.072390 10.0.0.249 - - [2026-03-02 02:14:46] "DELETE /security-group/c1c70fbd-c238-46c1-9b7e-bfbc2a767ac3 HTTP/1.1" 200 115 0.034054 10.0.0.249 - - [2026-03-02 02:14:46] "GET /projects?obj_uuids=166226bc-e24c-469c-b148-b8eafc938041&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001520 10.0.0.249 - - [2026-03-02 02:14:46] "DELETE /access-control-list/56848d5b-c277-4c30-bd76-ae1ddd38147f HTTP/1.1" 200 115 0.030293 10.0.0.249 - - [2026-03-02 02:14:46] "GET /project/166226bc-e24c-469c-b148-b8eafc938041?fields=application_policy_sets HTTP/1.1" 200 1401 0.043986 10.0.0.249 - - [2026-03-02 02:14:46] "DELETE /access-control-list/91badafd-0587-4632-863c-663b435e5862 HTTP/1.1" 200 115 0.033162 10.0.0.249 - - [2026-03-02 02:14:46] "DELETE /project/166226bc-e24c-469c-b148-b8eafc938041 HTTP/1.1" 200 115 0.342876 10.0.0.249 - - [2026-03-02 02:14:48] "POST /neutron/port HTTP/1.1" 200 1119 0.011987 10.0.0.249 - - [2026-03-02 02:14:48] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006619 10.0.0.249 - - [2026-03-02 02:14:48] "POST /neutron/port HTTP/1.1" 200 1119 0.013133 10.0.0.249 - - [2026-03-02 02:14:48] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005534 10.0.0.249 - - [2026-03-02 02:14:48] "POST /neutron/port HTTP/1.1" 200 1119 0.010722 10.0.0.249 - - [2026-03-02 02:14:48] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005320 10.0.0.249 - - [2026-03-02 02:14:48] "POST /neutron/port HTTP/1.1" 200 1119 0.013888 10.0.0.249 - - [2026-03-02 02:14:48] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005840 10.0.0.249 - - [2026-03-02 02:14:48] "GET /virtual-machine/a0f3b48b-c6a9-4d61-8585-103b6e81c21a HTTP/1.1" 200 1289 0.012371 10.0.0.249 - - [2026-03-02 02:14:48] "GET /virtual-machine/a0f3b48b-c6a9-4d61-8585-103b6e81c21a HTTP/1.1" 200 1289 0.009368 10.0.0.249 - - [2026-03-02 02:14:48] "GET /virtual-machine-interface/fdbb9499-b2cc-46f9-b745-7bda0271268c HTTP/1.1" 200 2537 0.012617 10.0.0.249 - - [2026-03-02 02:14:48] "GET /virtual-machine/a0f3b48b-c6a9-4d61-8585-103b6e81c21a HTTP/1.1" 200 1289 0.009163 10.0.0.249 - - [2026-03-02 02:14:48] "GET /virtual-machine-interface/fdbb9499-b2cc-46f9-b745-7bda0271268c HTTP/1.1" 200 2537 0.014014 10.0.0.249 - - [2026-03-02 02:14:48] "GET /instance-ip/d478038a-072f-4051-a2b8-bd19d3931b00 HTTP/1.1" 200 1629 0.011155 10.0.0.249 - - [2026-03-02 02:14:48] "GET /virtual-machine/a0f3b48b-c6a9-4d61-8585-103b6e81c21a HTTP/1.1" 200 1289 0.009311 10.0.0.249 - - [2026-03-02 02:14:48] "GET /virtual-machine-interface/fdbb9499-b2cc-46f9-b745-7bda0271268c HTTP/1.1" 200 2537 0.013157 10.0.0.249 - - [2026-03-02 02:14:48] "GET /instance-ip/d478038a-072f-4051-a2b8-bd19d3931b00 HTTP/1.1" 200 1629 0.010350 10.0.0.249 - - [2026-03-02 02:14:48] "POST /fqname-to-id HTTP/1.1" 403 339 0.008583 10.0.0.249 - - [2026-03-02 02:14:48] "GET / HTTP/1.1" 200 36215 0.001627 10.0.0.249 - - [2026-03-02 02:14:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000504 10.0.0.249 - - [2026-03-02 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.024286 10.0.0.249 - - [2026-03-02 02:14:49] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002636 10.0.0.249 - - [2026-03-02 02:14:49] "GET /virtual-networks?parent_id=1ec5bba2-0246-459c-a9ce-a4bd12de9536&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008968 10.0.0.249 - - [2026-03-02 02:14:49] "POST /fqname-to-id HTTP/1.1" 403 339 0.008396 10.0.0.249 - - [2026-03-02 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002440 10.0.0.249 - - [2026-03-02 02:14:49] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002624 10.0.0.249 - - [2026-03-02 02:14:49] "GET /virtual-networks?parent_id=1ec5bba2-0246-459c-a9ce-a4bd12de9536&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008829 10.0.0.249 - - [2026-03-02 02:14:49] "POST /fqname-to-id HTTP/1.1" 403 339 0.008547 10.0.0.249 - - [2026-03-02 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002628 10.0.0.249 - - [2026-03-02 02:14:49] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002715 10.0.0.249 - - [2026-03-02 02:14:49] "GET /virtual-networks?parent_id=1ec5bba2-0246-459c-a9ce-a4bd12de9536&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009423 10.0.0.249 - - [2026-03-02 02:14:49] "POST /fqname-to-id HTTP/1.1" 403 339 0.008853 10.0.0.249 - - [2026-03-02 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002555 10.0.0.249 - - [2026-03-02 02:14:49] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002649 10.0.0.249 - - [2026-03-02 02:14:49] "GET /virtual-networks?parent_id=1ec5bba2-0246-459c-a9ce-a4bd12de9536&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009618 10.0.0.249 - - [2026-03-02 02:14:49] "POST /fqname-to-id HTTP/1.1" 403 339 0.009116 10.0.0.249 - - [2026-03-02 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002549 10.0.0.249 - - [2026-03-02 02:14:49] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003018 10.0.0.249 - - [2026-03-02 02:14:50] "GET /virtual-networks?parent_id=1ec5bba2-0246-459c-a9ce-a4bd12de9536&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009158 10.0.0.249 - - [2026-03-02 02:14:52] "POST /neutron/port HTTP/1.1" 200 1119 0.015959 10.0.0.249 - - [2026-03-02 02:14:52] "POST /neutron/port HTTP/1.1" 200 1119 0.014089 10.0.0.249 - - [2026-03-02 02:14:52] "POST /neutron/network HTTP/1.1" 200 841 0.005430 10.0.0.249 - - [2026-03-02 02:14:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003063 10.0.0.249 - - [2026-03-02 02:14:52] "POST /neutron/subnet HTTP/1.1" 200 647 0.008409 10.0.0.249 - - [2026-03-02 02:14:52] "POST /neutron/port HTTP/1.1" 200 117 0.001133 10.0.0.249 - - [2026-03-02 02:14:52] "POST /neutron/network HTTP/1.1" 200 831 0.005377 10.0.0.249 - - [2026-03-02 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.010377 10.0.0.249 - - [2026-03-02 02:14:53] "GET /virtual-network/bad32b37-1fff-41f2-a3f7-1316991ab3cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.013577 10.0.0.249 - - [2026-03-02 02:14:53] "POST /neutron/port HTTP/1.1" 200 1119 0.011065 10.0.0.249 - - [2026-03-02 02:14:53] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004871 10.0.0.249 - - [2026-03-02 02:14:54] "GET /obj-perms HTTP/1.1" 200 5075 0.048969 10.0.0.249 - - [2026-03-02 02:14:55] "GET /obj-perms HTTP/1.1" 200 5075 0.060158 10.0.0.249 - - [2026-03-02 02:14:55] "POST /fqname-to-id HTTP/1.1" 403 339 0.009652 10.0.0.249 - - [2026-03-02 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002109 10.0.0.249 - - [2026-03-02 02:14:55] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002678 10.0.0.249 - - [2026-03-02 02:14:55] "GET /virtual-networks?parent_id=1ec5bba2-0246-459c-a9ce-a4bd12de9536&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010122 10.0.0.249 - - [2026-03-02 02:14:55] "POST /fqname-to-id HTTP/1.1" 403 339 0.008868 10.0.0.249 - - [2026-03-02 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.001954 10.0.0.249 - - [2026-03-02 02:14:55] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002286 10.0.0.249 - - [2026-03-02 02:14:55] "GET /virtual-networks?parent_id=1ec5bba2-0246-459c-a9ce-a4bd12de9536&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009634 10.0.0.249 - - [2026-03-02 02:14:55] "POST /fqname-to-id HTTP/1.1" 403 361 0.008141 10.0.0.249 - - [2026-03-02 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002676 10.0.0.249 - - [2026-03-02 02:14:55] "GET /routing-instance/3e3f9aba-7e48-4bab-8626-bb9e4f9ced05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.003638 10.0.0.249 - - [2026-03-02 02:14:55] "GET /route-target/8a1d3ef4-8771-4cf5-9c09-95aad4bd8d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008874 10.0.0.249 - - [2026-03-02 02:14:55] "GET /route-target/8a1d3ef4-8771-4cf5-9c09-95aad4bd8d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003142 10.0.0.249 - - [2026-03-02 02:14:55] "POST /fqname-to-id HTTP/1.1" 403 339 0.008857 10.0.0.249 - - [2026-03-02 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002410 10.0.0.249 - - [2026-03-02 02:14:55] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003300 10.0.0.249 - - [2026-03-02 02:14:55] "GET /virtual-networks?parent_id=1ec5bba2-0246-459c-a9ce-a4bd12de9536&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009240 10.0.0.249 - - [2026-03-02 02:14:55] "POST /fqname-to-id HTTP/1.1" 403 361 0.009304 10.0.0.249 - - [2026-03-02 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.249 - - [2026-03-02 02:14:55] "GET /routing-instance/3e3f9aba-7e48-4bab-8626-bb9e4f9ced05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.003273 10.0.0.249 - - [2026-03-02 02:14:55] "GET /route-target/8a1d3ef4-8771-4cf5-9c09-95aad4bd8d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008602 10.0.0.249 - - [2026-03-02 02:14:55] "GET /route-target/8a1d3ef4-8771-4cf5-9c09-95aad4bd8d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003393 10.0.0.249 - - [2026-03-02 02:14:55] "GET /obj-perms HTTP/1.1" 200 4934 0.009207 10.0.0.249 - - [2026-03-02 02:14:55] "GET /virtual-machine/a0f3b48b-c6a9-4d61-8585-103b6e81c21a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009810 10.0.0.249 - - [2026-03-02 02:14:57] "GET /obj-perms HTTP/1.1" 200 4934 0.009916 10.0.0.249 - - [2026-03-02 02:14:57] "GET /virtual-machine/a0f3b48b-c6a9-4d61-8585-103b6e81c21a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.010411 10.0.0.249 - - [2026-03-02 02:15:00] "GET /obj-perms HTTP/1.1" 200 4934 0.011407 10.0.0.249 - - [2026-03-02 02:15:00] "GET /virtual-machine/a0f3b48b-c6a9-4d61-8585-103b6e81c21a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.011333 10.0.0.249 - - [2026-03-02 02:15:02] "GET /obj-perms HTTP/1.1" 200 4934 0.009403 10.0.0.249 - - [2026-03-02 02:15:02] "GET /virtual-machine/a0f3b48b-c6a9-4d61-8585-103b6e81c21a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.010400 10.0.0.249 - - [2026-03-02 02:15:04] "GET /obj-perms HTTP/1.1" 200 4934 0.008184 10.0.0.249 - - [2026-03-02 02:15:04] "GET /virtual-machine/a0f3b48b-c6a9-4d61-8585-103b6e81c21a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.008617 10.0.0.249 - - [2026-03-02 02:15:06] "GET /obj-perms HTTP/1.1" 200 4934 0.008729 10.0.0.249 - - [2026-03-02 02:15:06] "GET /virtual-machine/a0f3b48b-c6a9-4d61-8585-103b6e81c21a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009763 10.0.0.249 - - [2026-03-02 02:15:06] "GET /obj-perms HTTP/1.1" 200 4934 0.010584 10.0.0.249 - - [2026-03-02 02:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002571 10.0.0.249 - - [2026-03-02 02:15:06] "GET /virtual-machine-interface/fdbb9499-b2cc-46f9-b745-7bda0271268c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.012769 10.0.0.249 - - [2026-03-02 02:15:06] "GET /obj-perms HTTP/1.1" 200 4934 0.008174 10.0.0.249 - - [2026-03-02 02:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002518 10.0.0.249 - - [2026-03-02 02:15:06] "GET /virtual-machine-interface/fdbb9499-b2cc-46f9-b745-7bda0271268c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.012936 10.0.0.249 - - [2026-03-02 02:15:06] "GET /obj-perms HTTP/1.1" 200 4934 0.008315 10.0.0.249 - - [2026-03-02 02:15:06] "GET /virtual-machine/a0f3b48b-c6a9-4d61-8585-103b6e81c21a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.010420 10.0.0.249 - - [2026-03-02 02:15:06] "GET /obj-perms HTTP/1.1" 200 4934 0.008518 10.0.0.249 - - [2026-03-02 02:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002618 10.0.0.249 - - [2026-03-02 02:15:06] "GET /virtual-machine-interface/fdbb9499-b2cc-46f9-b745-7bda0271268c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.013499 10.0.0.249 - - [2026-03-02 02:15:06] "GET /obj-perms HTTP/1.1" 200 4934 0.008509 10.0.0.249 - - [2026-03-02 02:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.249 - - [2026-03-02 02:15:07] "GET /virtual-network/bad32b37-1fff-41f2-a3f7-1316991ab3cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.012342 10.0.0.249 - - [2026-03-02 02:15:07] "GET /obj-perms HTTP/1.1" 200 4934 0.011254 10.0.0.249 - - [2026-03-02 02:15:07] "GET /virtual-machine/a0f3b48b-c6a9-4d61-8585-103b6e81c21a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009301 10.0.0.249 - - [2026-03-02 02:15:07] "GET /obj-perms HTTP/1.1" 200 4934 0.008533 10.0.0.249 - - [2026-03-02 02:15:07] "GET /obj-perms HTTP/1.1" 200 4934 0.009627 10.0.0.249 - - [2026-03-02 02:15:07] "GET /obj-perms HTTP/1.1" 200 4934 0.055976 10.0.0.249 - - [2026-03-02 02:15:07] "GET /obj-perms HTTP/1.1" 200 4934 0.008426 10.0.0.249 - - [2026-03-02 02:15:08] "GET /obj-perms HTTP/1.1" 200 5039 0.053764 10.0.0.249 - - [2026-03-02 02:15:08] "GET /obj-perms HTTP/1.1" 200 5039 0.002898 10.0.0.249 - - [2026-03-02 02:15:08] "GET /obj-perms HTTP/1.1" 200 4934 0.008684 10.0.0.249 - - [2026-03-02 02:15:08] "GET /obj-perms HTTP/1.1" 200 4934 0.008903 10.0.0.249 - - [2026-03-02 02:15:08] "GET /obj-perms HTTP/1.1" 200 4934 0.057865 10.0.0.249 - - [2026-03-02 02:15:08] "GET /obj-perms HTTP/1.1" 200 4934 0.007633 10.0.0.249 - - [2026-03-02 02:15:08] "GET /obj-perms HTTP/1.1" 200 5039 0.002834 10.0.0.249 - - [2026-03-02 02:15:08] "GET /obj-perms HTTP/1.1" 200 5039 0.003033 10.0.0.249 - - [2026-03-02 02:15:08] "GET /obj-perms HTTP/1.1" 200 4934 0.008943 10.0.0.249 - - [2026-03-02 02:15:09] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.011960 10.0.0.249 - - [2026-03-02 02:15:09] "GET /virtual-machine/a0f3b48b-c6a9-4d61-8585-103b6e81c21a HTTP/1.1" 200 1289 0.010903 10.0.0.249 - - [2026-03-02 02:15:09] "POST /neutron/port HTTP/1.1" 200 1119 0.011451 10.0.0.249 - - [2026-03-02 02:15:09] "POST /neutron/port HTTP/1.1" 200 1109 0.009028 10.0.0.249 - - [2026-03-02 02:15:09] "POST /neutron/port HTTP/1.1" 200 151 0.080611 10.0.0.249 - - [2026-03-02 02:15:11] "GET /virtual-machine/a0f3b48b-c6a9-4d61-8585-103b6e81c21a HTTP/1.1" 404 171 0.009529 10.0.0.249 - - [2026-03-02 02:15:11] "GET /virtual-machine/a0f3b48b-c6a9-4d61-8585-103b6e81c21a HTTP/1.1" 404 171 0.006506 10.0.0.249 - - [2026-03-02 02:15:11] "GET /virtual-machine/a0f3b48b-c6a9-4d61-8585-103b6e81c21a HTTP/1.1" 404 171 0.006772 10.0.0.249 - - [2026-03-02 02:15:11] "POST /fqname-to-id HTTP/1.1" 403 339 0.008899 10.0.0.249 - - [2026-03-02 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002026 10.0.0.249 - - [2026-03-02 02:15:11] "GET /global-vrouter-config/de92f094-6e77-4dad-bbb4-3fb72a160281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002548 10.0.0.249 - - [2026-03-02 02:15:11] "GET /virtual-networks?parent_id=1ec5bba2-0246-459c-a9ce-a4bd12de9536&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010960 10.0.0.249 - - [2026-03-02 02:15:11] "POST /fqname-to-id HTTP/1.1" 403 361 0.007935 10.0.0.249 - - [2026-03-02 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002666 10.0.0.249 - - [2026-03-02 02:15:11] "GET /routing-instance/3e3f9aba-7e48-4bab-8626-bb9e4f9ced05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.003443 10.0.0.249 - - [2026-03-02 02:15:11] "GET /route-target/8a1d3ef4-8771-4cf5-9c09-95aad4bd8d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008509 10.0.0.249 - - [2026-03-02 02:15:11] "GET /route-target/8a1d3ef4-8771-4cf5-9c09-95aad4bd8d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003030 10.0.0.249 - - [2026-03-02 02:15:11] "GET /obj-perms HTTP/1.1" 200 4934 0.008974 10.0.0.249 - - [2026-03-02 02:15:11] "GET /obj-perms HTTP/1.1" 200 4934 0.008244 10.0.0.249 - - [2026-03-02 02:15:12] "GET /obj-perms HTTP/1.1" 200 4934 0.063239 10.0.0.249 - - [2026-03-02 02:15:12] "GET /obj-perms HTTP/1.1" 200 4934 0.008379 10.0.0.249 - - [2026-03-02 02:15:12] "GET /obj-perms HTTP/1.1" 200 5039 0.003025 10.0.0.249 - - [2026-03-02 02:15:15] "GET /obj-perms HTTP/1.1" 200 5039 0.003250 10.0.0.249 - - [2026-03-02 02:15:18] "GET /obj-perms HTTP/1.1" 200 5039 0.003814 10.0.0.249 - - [2026-03-02 02:15:21] "GET /obj-perms HTTP/1.1" 200 5039 0.003300 10.0.0.249 - - [2026-03-02 02:15:24] "GET /obj-perms HTTP/1.1" 200 5039 0.003151 10.0.0.249 - - [2026-03-02 02:15:27] "GET /obj-perms HTTP/1.1" 200 5039 0.003282 10.0.0.249 - - [2026-03-02 02:15:30] "GET /obj-perms HTTP/1.1" 200 5039 0.003188 10.0.0.249 - - [2026-03-02 02:15:33] "GET /obj-perms HTTP/1.1" 200 5039 0.003438 10.0.0.249 - - [2026-03-02 02:15:36] "GET /obj-perms HTTP/1.1" 200 5039 0.004070 10.0.0.249 - - [2026-03-02 02:15:39] "GET /obj-perms HTTP/1.1" 200 5039 0.003196 10.0.0.249 - - [2026-03-02 02:15:42] "GET /obj-perms HTTP/1.1" 200 5039 0.003120 10.0.0.249 - - [2026-03-02 02:15:45] "GET /obj-perms HTTP/1.1" 200 5039 0.003112 10.0.0.249 - - [2026-03-02 02:15:48] "GET /obj-perms HTTP/1.1" 200 5039 0.003903 10.0.0.249 - - [2026-03-02 02:15:51] "GET /obj-perms HTTP/1.1" 200 5039 0.003184 10.0.0.249 - - [2026-03-02 02:15:54] "GET /obj-perms HTTP/1.1" 200 5039 0.002921 10.0.0.249 - - [2026-03-02 02:15:55] "GET /obj-perms HTTP/1.1" 200 5075 0.061003 10.0.0.249 - - [2026-03-02 02:15:55] "GET /obj-perms HTTP/1.1" 200 5075 0.048283 10.0.0.249 - - [2026-03-02 02:15:57] "GET /obj-perms HTTP/1.1" 200 5039 0.003825 10.0.0.249 - - [2026-03-02 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002560 10.0.0.249 - - [2026-03-02 02:15:57] "DELETE /route-target/8a1d3ef4-8771-4cf5-9c09-95aad4bd8d27 HTTP/1.1" 200 115 0.013393 10.0.0.249 - - [2026-03-02 02:15:57] "POST /useragent-kv HTTP/1.1" 200 115 0.037836 10.0.0.249 - - [2026-03-02 02:15:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001714 10.0.0.249 - - [2026-03-02 02:15:57] "DELETE /virtual-network/bad32b37-1fff-41f2-a3f7-1316991ab3cc HTTP/1.1" 200 115 0.098716 10.0.0.249 - - [2026-03-02 02:15:57] "DELETE /api-access-list/e66b2c9e-cf95-4621-894a-58f9f5bd3897 HTTP/1.1" 200 115 0.017752 10.0.0.249 - - [2026-03-02 02:15:57] "GET /api-access-list/e66b2c9e-cf95-4621-894a-58f9f5bd3897 HTTP/1.1" 404 171 0.002135 10.0.0.249 - - [2026-03-02 02:15:57] "GET /projects?obj_uuids=1ec5bba2-0246-459c-a9ce-a4bd12de9536&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000982 10.0.0.249 - - [2026-03-02 02:15:57] "GET /project/1ec5bba2-0246-459c-a9ce-a4bd12de9536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.021643 10.0.0.249 - - [2026-03-02 02:15:57] "GET /projects?obj_uuids=1ec5bba2-0246-459c-a9ce-a4bd12de9536&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001342 10.0.0.249 - - [2026-03-02 02:15:57] "GET /project/1ec5bba2-0246-459c-a9ce-a4bd12de9536?fields=virtual_networks HTTP/1.1" 200 1023 0.062277 10.0.0.249 - - [2026-03-02 02:15:57] "GET /projects?obj_uuids=1ec5bba2-0246-459c-a9ce-a4bd12de9536&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001002 10.0.0.249 - - [2026-03-02 02:15:57] "GET /project/1ec5bba2-0246-459c-a9ce-a4bd12de9536?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.022687 10.0.0.249 - - [2026-03-02 02:15:57] "GET /projects?obj_uuids=1ec5bba2-0246-459c-a9ce-a4bd12de9536&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001047 10.0.0.249 - - [2026-03-02 02:15:57] "GET /project/1ec5bba2-0246-459c-a9ce-a4bd12de9536?fields=security_groups HTTP/1.1" 200 1245 0.024505 10.0.0.249 - - [2026-03-02 02:15:58] "GET /projects?obj_uuids=387f215a-ba60-4e27-8265-99cac0951442&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001020 10.0.0.249 - - [2026-03-02 02:15:58] "GET /project/387f215a-ba60-4e27-8265-99cac0951442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.025709 10.0.0.249 - - [2026-03-02 02:15:58] "GET /projects?obj_uuids=387f215a-ba60-4e27-8265-99cac0951442&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001126 10.0.0.249 - - [2026-03-02 02:15:58] "GET /project/387f215a-ba60-4e27-8265-99cac0951442?fields=virtual_networks HTTP/1.1" 200 1022 0.063630 10.0.0.249 - - [2026-03-02 02:15:58] "GET /projects?obj_uuids=387f215a-ba60-4e27-8265-99cac0951442&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001367 10.0.0.249 - - [2026-03-02 02:15:58] "GET /project/387f215a-ba60-4e27-8265-99cac0951442?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.022661 10.0.0.249 - - [2026-03-02 02:15:58] "GET /projects?obj_uuids=387f215a-ba60-4e27-8265-99cac0951442&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001066 10.0.0.249 - - [2026-03-02 02:15:58] "GET /project/387f215a-ba60-4e27-8265-99cac0951442?fields=security_groups HTTP/1.1" 200 1244 0.022516 10.0.0.249 - - [2026-03-02 02:15:59] "GET /api-access-list/7139e5a4-f394-46bb-8c03-47c683bc0fd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.003166 10.0.0.249 - - [2026-03-02 02:15:59] "PUT /api-access-list/7139e5a4-f394-46bb-8c03-47c683bc0fd4 HTTP/1.1" 200 265 0.007020 10.0.0.249 - - [2026-03-02 02:15:59] "GET /projects?obj_uuids=a83bfb27-83e3-4e54-8422-240894391ee5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001050 10.0.0.249 - - [2026-03-02 02:15:59] "GET /project/a83bfb27-83e3-4e54-8422-240894391ee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.022310 10.0.0.249 - - [2026-03-02 02:15:59] "GET /projects?obj_uuids=a83bfb27-83e3-4e54-8422-240894391ee5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000944 10.0.0.249 - - [2026-03-02 02:16:00] "GET /project/a83bfb27-83e3-4e54-8422-240894391ee5?fields=virtual_networks HTTP/1.1" 200 1023 0.073081 10.0.0.249 - - [2026-03-02 02:16:00] "GET /projects?obj_uuids=a83bfb27-83e3-4e54-8422-240894391ee5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000998 10.0.0.249 - - [2026-03-02 02:16:00] "GET /project/a83bfb27-83e3-4e54-8422-240894391ee5?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.020630 10.0.0.249 - - [2026-03-02 02:16:00] "GET /projects?obj_uuids=a83bfb27-83e3-4e54-8422-240894391ee5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000983 10.0.0.249 - - [2026-03-02 02:16:00] "GET /project/a83bfb27-83e3-4e54-8422-240894391ee5?fields=security_groups HTTP/1.1" 200 1245 0.021898 10.0.0.249 - - [2026-03-02 02:16:01] "POST /fqname-to-id HTTP/1.1" 404 188 0.026191 10.0.0.249 - - [2026-03-02 02:16:01] "GET /projects?obj_uuids=94011cfa-d440-41d4-b44f-71e03ff9c1a6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002212 10.0.0.249 - - [2026-03-02 02:16:01] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001051 10.0.0.249 - - [2026-03-02 02:16:01] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.037645 10.0.0.249 - - [2026-03-02 02:16:01] "POST /id-to-fqname HTTP/1.1" 200 190 0.001304 10.0.0.249 - - [2026-03-02 02:16:01] "POST /fqname-to-id HTTP/1.1" 404 199 0.002950 10.0.0.249 - - [2026-03-02 02:16:01] "POST /security-groups HTTP/1.1" 200 591 0.059955 10.0.0.249 - - [2026-03-02 02:16:01] "POST /fqname-to-id HTTP/1.1" 404 234 0.002922 10.0.0.249 - - [2026-03-02 02:16:01] "POST /projects HTTP/1.1" 200 585 0.202693 10.0.0.249 - - [2026-03-02 02:16:01] "POST /access-control-lists HTTP/1.1" 200 598 0.054429 10.0.0.249 - - [2026-03-02 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.282146 10.0.0.249 - - [2026-03-02 02:16:01] "POST /fqname-to-id HTTP/1.1" 404 233 0.003055 10.0.0.249 - - [2026-03-02 02:16:01] "GET /project/94011cfa-d440-41d4-b44f-71e03ff9c1a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.446604 10.0.0.249 - - [2026-03-02 02:16:01] "POST /access-control-lists HTTP/1.1" 200 596 0.060305 10.0.0.249 - - [2026-03-02 02:16:02] "GET / HTTP/1.1" 200 36215 0.001933 10.0.0.249 - - [2026-03-02 02:16:04] "POST /fqname-to-id HTTP/1.1" 401 293 0.000450 10.0.0.249 - - [2026-03-02 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.026663 10.0.0.249 - - [2026-03-02 02:16:05] "GET /api-access-list/7139e5a4-f394-46bb-8c03-47c683bc0fd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.002760 10.0.0.249 - - [2026-03-02 02:16:05] "GET /api-access-list/7139e5a4-f394-46bb-8c03-47c683bc0fd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003028 10.0.0.249 - - [2026-03-02 02:16:05] "GET /api-access-list/7139e5a4-f394-46bb-8c03-47c683bc0fd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003022 10.0.0.249 - - [2026-03-02 02:16:05] "PUT /api-access-list/7139e5a4-f394-46bb-8c03-47c683bc0fd4 HTTP/1.1" 200 265 0.008335 10.0.0.249 - - [2026-03-02 02:16:05] "GET /aaa-mode HTTP/1.1" 200 128 0.001059 10.0.0.249 - - [2026-03-02 02:16:05] "POST /fqname-to-id HTTP/1.1" 404 188 0.022976 10.0.0.249 - - [2026-03-02 02:16:06] "GET /projects?obj_uuids=0943015e-b8c6-46cb-8150-129a51912abd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002116 10.0.0.249 - - [2026-03-02 02:16:06] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000942 10.0.0.249 - - [2026-03-02 02:16:06] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006021 10.0.0.249 - - [2026-03-02 02:16:06] "POST /id-to-fqname HTTP/1.1" 200 190 0.001139 10.0.0.249 - - [2026-03-02 02:16:06] "POST /fqname-to-id HTTP/1.1" 404 199 0.001965 10.0.0.249 - - [2026-03-02 02:16:06] "POST /security-groups HTTP/1.1" 200 591 0.059764 10.0.0.249 - - [2026-03-02 02:16:06] "POST /fqname-to-id HTTP/1.1" 404 234 0.002149 10.0.0.249 - - [2026-03-02 02:16:06] "POST /projects HTTP/1.1" 200 585 0.199675 10.0.0.249 - - [2026-03-02 02:16:06] "POST /access-control-lists HTTP/1.1" 200 598 0.057900 10.0.0.249 - - [2026-03-02 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.271616 10.0.0.249 - - [2026-03-02 02:16:06] "POST /fqname-to-id HTTP/1.1" 404 233 0.002697 10.0.0.249 - - [2026-03-02 02:16:06] "GET /project/0943015e-b8c6-46cb-8150-129a51912abd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.386104 10.0.0.249 - - [2026-03-02 02:16:06] "POST /access-control-lists HTTP/1.1" 200 596 0.060241 10.0.0.249 - - [2026-03-02 02:16:06] "POST /fqname-to-id HTTP/1.1" 404 188 0.023583 10.0.0.249 - - [2026-03-02 02:16:06] "GET /projects?obj_uuids=f2030dc8-7a0b-4e33-8ca1-f3a2cab6f8b4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002777 10.0.0.249 - - [2026-03-02 02:16:06] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000952 10.0.0.249 - - [2026-03-02 02:16:06] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005887 10.0.0.249 - - [2026-03-02 02:16:07] "POST /id-to-fqname HTTP/1.1" 200 190 0.001208 10.0.0.249 - - [2026-03-02 02:16:07] "POST /fqname-to-id HTTP/1.1" 404 199 0.001999 10.0.0.249 - - [2026-03-02 02:16:07] "POST /security-groups HTTP/1.1" 200 591 0.060045 10.0.0.249 - - [2026-03-02 02:16:07] "POST /fqname-to-id HTTP/1.1" 404 234 0.002391 10.0.0.249 - - [2026-03-02 02:16:07] "POST /projects HTTP/1.1" 200 585 0.201623 10.0.0.249 - - [2026-03-02 02:16:07] "POST /access-control-lists HTTP/1.1" 200 598 0.055287 10.0.0.249 - - [2026-03-02 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.273370 10.0.0.249 - - [2026-03-02 02:16:07] "POST /fqname-to-id HTTP/1.1" 404 233 0.002507 10.0.0.249 - - [2026-03-02 02:16:07] "GET /project/f2030dc8-7a0b-4e33-8ca1-f3a2cab6f8b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.405251 10.0.0.249 - - [2026-03-02 02:16:07] "POST /access-control-lists HTTP/1.1" 200 596 0.064071 10.0.0.249 - - [2026-03-02 02:16:07] "GET / HTTP/1.1" 200 36215 0.002038 10.0.0.249 - - [2026-03-02 02:16:08] "GET / HTTP/1.1" 200 36215 0.001655 10.0.0.249 - - [2026-03-02 02:16:09] "POST /fqname-to-id HTTP/1.1" 404 183 0.002580 10.0.0.249 - - [2026-03-02 02:16:09] "POST /api-access-lists HTTP/1.1" 200 523 0.011647 10.0.0.249 - - [2026-03-02 02:16:09] "GET /api-access-list/91e1c5c6-d588-4142-a1b9-d235eafddd20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.003988 10.0.0.249 - - [2026-03-02 02:16:09] "GET /api-access-list/91e1c5c6-d588-4142-a1b9-d235eafddd20 HTTP/1.1" 401 293 0.000421 10.0.0.249 - - [2026-03-02 02:16:09] "GET /api-access-list/91e1c5c6-d588-4142-a1b9-d235eafddd20 HTTP/1.1" 200 1291 0.051872 10.0.0.249 - - [2026-03-02 02:16:09] "POST /fqname-to-id HTTP/1.1" 401 293 0.000359 10.0.0.249 - - [2026-03-02 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.036127 10.0.0.249 - - [2026-03-02 02:16:10] "GET /projects?obj_uuids=0943015e-b8c6-46cb-8150-129a51912abd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000992 10.0.0.249 - - [2026-03-02 02:16:10] "GET /project/0943015e-b8c6-46cb-8150-129a51912abd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.028385 10.0.0.249 - - [2026-03-02 02:16:10] "GET /virtual-networks?parent_id=0943015e-b8c6-46cb-8150-129a51912abd&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009794 10.0.0.249 - - [2026-03-02 02:16:10] "POST /virtual-networks HTTP/1.1" 200 585 0.044854 10.0.0.249 - - [2026-03-02 02:16:10] "POST /route-targets HTTP/1.1" 200 328 0.009988 10.0.0.249 - - [2026-03-02 02:16:10] "POST /ref-update HTTP/1.1" 200 156 0.012077 10.0.0.249 - - [2026-03-02 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.012111 10.0.0.249 - - [2026-03-02 02:16:10] "GET /network-ipam/4ebcc6e0-d256-4d5d-963f-8a14fd16d8b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.008753 10.0.0.249 - - [2026-03-02 02:16:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003339 10.0.0.249 - - [2026-03-02 02:16:10] "POST /ref-update HTTP/1.1" 200 156 0.045601 10.0.0.249 - - [2026-03-02 02:16:10] "POST /neutron/network HTTP/1.1" 200 848 0.039923 10.0.0.249 - - [2026-03-02 02:16:10] "POST /neutron/network HTTP/1.1" 200 848 0.015521 10.0.0.249 - - [2026-03-02 02:16:10] "GET /virtual-network/2d4b5596-b9b1-4072-8506-2f7e094b64d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.010588 10.0.0.249 - - [2026-03-02 02:16:10] "POST /neutron/network HTTP/1.1" 200 848 0.015919 10.0.0.249 - - [2026-03-02 02:16:10] "POST /neutron/subnet HTTP/1.1" 200 676 0.022101 10.0.0.249 - - [2026-03-02 02:16:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000366 10.0.0.249 - - [2026-03-02 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.038907 10.0.0.249 - - [2026-03-02 02:16:10] "GET /projects?obj_uuids=f2030dc8-7a0b-4e33-8ca1-f3a2cab6f8b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001056 10.0.0.249 - - [2026-03-02 02:16:10] "GET /project/f2030dc8-7a0b-4e33-8ca1-f3a2cab6f8b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.030731 10.0.0.249 - - [2026-03-02 02:16:11] "GET /virtual-networks?parent_id=f2030dc8-7a0b-4e33-8ca1-f3a2cab6f8b4&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009735 10.0.0.249 - - [2026-03-02 02:16:11] "POST /virtual-networks HTTP/1.1" 200 585 0.045623 10.0.0.249 - - [2026-03-02 02:16:11] "POST /route-targets HTTP/1.1" 200 328 0.008341 10.0.0.249 - - [2026-03-02 02:16:11] "POST /ref-update HTTP/1.1" 200 156 0.009330 10.0.0.249 - - [2026-03-02 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.009185 10.0.0.249 - - [2026-03-02 02:16:11] "GET /network-ipam/4ebcc6e0-d256-4d5d-963f-8a14fd16d8b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.008714 10.0.0.249 - - [2026-03-02 02:16:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002982 10.0.0.249 - - [2026-03-02 02:16:11] "POST /ref-update HTTP/1.1" 200 156 0.039966 10.0.0.249 - - [2026-03-02 02:16:11] "POST /neutron/network HTTP/1.1" 200 850 0.042603 10.0.0.249 - - [2026-03-02 02:16:11] "POST /neutron/network HTTP/1.1" 200 850 0.016190 10.0.0.249 - - [2026-03-02 02:16:11] "GET /virtual-network/6d4e84b5-5fcd-4542-8783-452c6319c2a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2019 0.010642 10.0.0.249 - - [2026-03-02 02:16:11] "POST /neutron/network HTTP/1.1" 200 850 0.016191 10.0.0.249 - - [2026-03-02 02:16:11] "POST /neutron/subnet HTTP/1.1" 200 686 0.024153 10.0.0.249 - - [2026-03-02 02:16:11] "GET /virtual-network/2d4b5596-b9b1-4072-8506-2f7e094b64d6 HTTP/1.1" 401 293 0.000484 10.0.0.249 - - [2026-03-02 02:16:11] "GET /virtual-network/2d4b5596-b9b1-4072-8506-2f7e094b64d6 HTTP/1.1" 200 2314 0.037521 10.0.0.249 - - [2026-03-02 02:16:11] "GET /virtual-network/2d4b5596-b9b1-4072-8506-2f7e094b64d6 HTTP/1.1" 401 293 0.000363 10.0.0.249 - - [2026-03-02 02:16:12] "GET /virtual-network/2d4b5596-b9b1-4072-8506-2f7e094b64d6 HTTP/1.1" 403 376 0.031853 10.0.0.249 - - [2026-03-02 02:16:12] "GET /virtual-network/2d4b5596-b9b1-4072-8506-2f7e094b64d6 HTTP/1.1" 200 2314 0.004207 10.0.0.249 - - [2026-03-02 02:16:12] "GET /virtual-networks HTTP/1.1" 200 372 0.014889 10.0.0.249 - - [2026-03-02 02:16:12] "GET /virtual-networks HTTP/1.1" 200 372 0.014534 10.0.0.249 - - [2026-03-02 02:16:12] "GET /obj-perms HTTP/1.1" 403 257 0.029822 10.0.0.249 - - [2026-03-02 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002125 10.0.0.249 - - [2026-03-02 02:16:12] "GET /virtual-network/2d4b5596-b9b1-4072-8506-2f7e094b64d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.013033 10.0.0.249 - - [2026-03-02 02:16:13] "GET /obj-perms HTTP/1.1" 403 257 0.034260 10.0.0.249 - - [2026-03-02 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002219 10.0.0.249 - - [2026-03-02 02:16:13] "GET /virtual-network/2d4b5596-b9b1-4072-8506-2f7e094b64d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008573 10.0.0.249 - - [2026-03-02 02:16:13] "GET /obj-perms HTTP/1.1" 200 5049 0.051696 10.0.0.249 - - [2026-03-02 02:16:13] "GET /obj-perms HTTP/1.1" 403 257 0.007326 10.0.0.249 - - [2026-03-02 02:16:13] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.015403 10.0.0.249 - - [2026-03-02 02:16:13] "GET /obj-perms HTTP/1.1" 403 257 0.007372 10.0.0.249 - - [2026-03-02 02:16:13] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.023067 10.0.0.249 - - [2026-03-02 02:16:13] "GET /obj-perms HTTP/1.1" 200 5049 0.002894 10.0.0.249 - - [2026-03-02 02:16:13] "PUT /virtual-network/2d4b5596-b9b1-4072-8506-2f7e094b64d6 HTTP/1.1" 200 265 0.023058 10.0.0.249 - - [2026-03-02 02:16:14] "GET /virtual-networks HTTP/1.1" 200 132 0.017974 10.0.0.249 - - [2026-03-02 02:16:14] "GET /virtual-networks HTTP/1.1" 200 613 0.014530 10.0.0.249 - - [2026-03-02 02:16:14] "GET /virtual-networks HTTP/1.1" 200 1435 0.002020 10.0.0.249 - - [2026-03-02 02:16:14] "GET /obj-perms HTTP/1.1" 403 257 0.006243 10.0.0.249 - - [2026-03-02 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001821 10.0.0.249 - - [2026-03-02 02:16:14] "GET /virtual-network/2d4b5596-b9b1-4072-8506-2f7e094b64d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.007992 10.0.0.249 - - [2026-03-02 02:16:14] "GET /obj-perms HTTP/1.1" 403 257 0.032184 10.0.0.249 - - [2026-03-02 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002106 10.0.0.249 - - [2026-03-02 02:16:14] "GET /virtual-network/2d4b5596-b9b1-4072-8506-2f7e094b64d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008399 10.0.0.249 - - [2026-03-02 02:16:14] "GET /obj-perms HTTP/1.1" 403 257 0.007006 10.0.0.249 - - [2026-03-02 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.249 - - [2026-03-02 02:16:14] "GET /virtual-network/2d4b5596-b9b1-4072-8506-2f7e094b64d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.012276 10.0.0.249 - - [2026-03-02 02:16:14] "GET /obj-perms HTTP/1.1" 200 5049 0.003002 10.0.0.249 - - [2026-03-02 02:16:14] "GET /obj-perms HTTP/1.1" 403 257 0.008183 10.0.0.249 - - [2026-03-02 02:16:14] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017673 10.0.0.249 - - [2026-03-02 02:16:14] "GET /obj-perms HTTP/1.1" 403 257 0.007144 10.0.0.249 - - [2026-03-02 02:16:15] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 613 0.015257 10.0.0.249 - - [2026-03-02 02:16:15] "GET /obj-perms HTTP/1.1" 200 5049 0.002929 10.0.0.249 - - [2026-03-02 02:16:15] "PUT /virtual-network/2d4b5596-b9b1-4072-8506-2f7e094b64d6 HTTP/1.1" 200 265 0.026216 10.0.0.249 - - [2026-03-02 02:16:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003347 10.0.0.249 - - [2026-03-02 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004366 10.0.0.249 - - [2026-03-02 02:16:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003077 10.0.0.249 - - [2026-03-02 02:16:15] "DELETE /virtual-network/6d4e84b5-5fcd-4542-8783-452c6319c2a3 HTTP/1.1" 200 115 0.062244 10.0.0.249 - - [2026-03-02 02:16:15] "DELETE /route-target/5deb8546-14a1-4dfe-a9bf-d14317c9649c HTTP/1.1" 200 115 0.019152 10.0.0.249 - - [2026-03-02 02:16:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003610 10.0.0.249 - - [2026-03-02 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004073 10.0.0.249 - - [2026-03-02 02:16:15] "POST /useragent-kv HTTP/1.1" 200 115 0.001614 10.0.0.249 - - [2026-03-02 02:16:15] "DELETE /virtual-network/2d4b5596-b9b1-4072-8506-2f7e094b64d6 HTTP/1.1" 200 115 0.073247 10.0.0.249 - - [2026-03-02 02:16:15] "DELETE /route-target/ce14c3f6-ad45-4ba7-8331-c004398cbd08 HTTP/1.1" 200 115 0.015409 10.0.0.249 - - [2026-03-02 02:16:15] "DELETE /api-access-list/91e1c5c6-d588-4142-a1b9-d235eafddd20 HTTP/1.1" 200 115 0.021427 10.0.0.249 - - [2026-03-02 02:16:15] "GET /api-access-list/91e1c5c6-d588-4142-a1b9-d235eafddd20 HTTP/1.1" 404 171 0.002851 10.0.0.249 - - [2026-03-02 02:16:15] "GET /projects?obj_uuids=f2030dc8-7a0b-4e33-8ca1-f3a2cab6f8b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001122 10.0.0.249 - - [2026-03-02 02:16:15] "GET /project/f2030dc8-7a0b-4e33-8ca1-f3a2cab6f8b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.024111 10.0.0.249 - - [2026-03-02 02:16:15] "GET /projects?obj_uuids=f2030dc8-7a0b-4e33-8ca1-f3a2cab6f8b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001173 10.0.0.249 - - [2026-03-02 02:16:15] "GET /project/f2030dc8-7a0b-4e33-8ca1-f3a2cab6f8b4?fields=virtual_networks HTTP/1.1" 200 1034 0.065534 10.0.0.249 - - [2026-03-02 02:16:15] "GET /projects?obj_uuids=f2030dc8-7a0b-4e33-8ca1-f3a2cab6f8b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000936 10.0.0.249 - - [2026-03-02 02:16:15] "GET /project/f2030dc8-7a0b-4e33-8ca1-f3a2cab6f8b4?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.024898 10.0.0.249 - - [2026-03-02 02:16:15] "GET /projects?obj_uuids=f2030dc8-7a0b-4e33-8ca1-f3a2cab6f8b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001029 10.0.0.249 - - [2026-03-02 02:16:15] "GET /project/f2030dc8-7a0b-4e33-8ca1-f3a2cab6f8b4?fields=security_groups HTTP/1.1" 200 1261 0.025801 10.0.0.249 - - [2026-03-02 02:16:16] "GET /projects?obj_uuids=0943015e-b8c6-46cb-8150-129a51912abd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001027 10.0.0.249 - - [2026-03-02 02:16:16] "GET /project/0943015e-b8c6-46cb-8150-129a51912abd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.031207 10.0.0.249 - - [2026-03-02 02:16:16] "GET /projects?obj_uuids=0943015e-b8c6-46cb-8150-129a51912abd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000990 10.0.0.249 - - [2026-03-02 02:16:16] "GET /project/0943015e-b8c6-46cb-8150-129a51912abd?fields=virtual_networks HTTP/1.1" 200 1031 0.069391 10.0.0.249 - - [2026-03-02 02:16:16] "GET /projects?obj_uuids=0943015e-b8c6-46cb-8150-129a51912abd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001006 10.0.0.249 - - [2026-03-02 02:16:16] "GET /project/0943015e-b8c6-46cb-8150-129a51912abd?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.026732 10.0.0.249 - - [2026-03-02 02:16:16] "GET /projects?obj_uuids=0943015e-b8c6-46cb-8150-129a51912abd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001031 10.0.0.249 - - [2026-03-02 02:16:16] "GET /project/0943015e-b8c6-46cb-8150-129a51912abd?fields=security_groups HTTP/1.1" 200 1258 0.022515 10.0.0.249 - - [2026-03-02 02:16:17] "GET /aaa-mode HTTP/1.1" 200 128 0.001359 10.0.0.249 - - [2026-03-02 02:16:18] "GET / HTTP/1.1" 200 36215 0.002525 10.0.0.249 - - [2026-03-02 02:16:18] "GET / HTTP/1.1" 200 36215 0.001473 10.0.0.249 - - [2026-03-02 02:16:19] "POST /fqname-to-id HTTP/1.1" 401 293 0.000499 10.0.0.249 - - [2026-03-02 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.065472 10.0.0.249 - - [2026-03-02 02:16:19] "GET /projects?obj_uuids=94011cfa-d440-41d4-b44f-71e03ff9c1a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001432 10.0.0.249 - - [2026-03-02 02:16:19] "GET /project/94011cfa-d440-41d4-b44f-71e03ff9c1a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.031170 10.0.0.249 - - [2026-03-02 02:16:19] "GET /virtual-networks?parent_id=94011cfa-d440-41d4-b44f-71e03ff9c1a6&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007357 10.0.0.249 - - [2026-03-02 02:16:19] "POST /fqname-to-id HTTP/1.1" 404 197 0.007530 10.0.0.249 - - [2026-03-02 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.008124 10.0.0.249 - - [2026-03-02 02:16:19] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001534 10.0.0.249 - - [2026-03-02 02:16:19] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.015437 10.0.0.249 - - [2026-03-02 02:16:20] "POST /service-templates HTTP/1.1" 403 264 0.006995 10.0.0.249 - - [2026-03-02 02:16:20] "POST /fqname-to-id HTTP/1.1" 404 215 0.002541 10.0.0.249 - - [2026-03-02 02:16:20] "POST /api-access-lists HTTP/1.1" 200 557 0.013571 10.0.0.249 - - [2026-03-02 02:16:20] "GET /api-access-list/16ccb7d2-2fae-4989-9603-2df26a515f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.004769 10.0.0.249 - - [2026-03-02 02:16:20] "GET /api-access-list/16ccb7d2-2fae-4989-9603-2df26a515f8f HTTP/1.1" 200 1324 0.003070 10.0.0.249 - - [2026-03-02 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.009741 10.0.0.249 - - [2026-03-02 02:16:20] "GET /projects?obj_uuids=94011cfa-d440-41d4-b44f-71e03ff9c1a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001115 10.0.0.249 - - [2026-03-02 02:16:20] "GET /project/94011cfa-d440-41d4-b44f-71e03ff9c1a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.030869 10.0.0.249 - - [2026-03-02 02:16:20] "GET /virtual-networks?parent_id=94011cfa-d440-41d4-b44f-71e03ff9c1a6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010254 10.0.0.249 - - [2026-03-02 02:16:20] "POST /virtual-networks HTTP/1.1" 200 585 0.046019 10.0.0.249 - - [2026-03-02 02:16:20] "POST /route-targets HTTP/1.1" 200 328 0.011355 10.0.0.249 - - [2026-03-02 02:16:20] "POST /ref-update HTTP/1.1" 200 156 0.018533 10.0.0.249 - - [2026-03-02 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.025035 10.0.0.249 - - [2026-03-02 02:16:20] "GET /network-ipam/4ebcc6e0-d256-4d5d-963f-8a14fd16d8b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.009446 10.0.0.249 - - [2026-03-02 02:16:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003447 10.0.0.249 - - [2026-03-02 02:16:20] "POST /ref-update HTTP/1.1" 200 156 0.041810 10.0.0.249 - - [2026-03-02 02:16:20] "POST /neutron/network HTTP/1.1" 200 846 0.042969 10.0.0.249 - - [2026-03-02 02:16:20] "POST /neutron/network HTTP/1.1" 200 846 0.016613 10.0.0.249 - - [2026-03-02 02:16:20] "GET /virtual-network/384b8c69-ef79-4d67-8b55-8991987d0fa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.011009 10.0.0.249 - - [2026-03-02 02:16:20] "POST /neutron/network HTTP/1.1" 200 846 0.015947 10.0.0.249 - - [2026-03-02 02:16:20] "POST /neutron/subnet HTTP/1.1" 200 669 0.024407 10.0.0.249 - - [2026-03-02 02:16:20] "POST /neutron/network HTTP/1.1" 200 846 0.058424 10.0.0.249 - - [2026-03-02 02:16:20] "GET /virtual-network/384b8c69-ef79-4d67-8b55-8991987d0fa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.004653 10.0.0.249 - - [2026-03-02 02:16:20] "GET /network-ipam/4ebcc6e0-d256-4d5d-963f-8a14fd16d8b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.002713 10.0.0.249 - - [2026-03-02 02:16:20] "GET /domains HTTP/1.1" 200 281 0.003164 10.0.0.249 - - [2026-03-02 02:16:20] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000992 10.0.0.249 - - [2026-03-02 02:16:20] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 3504 0.006390 10.0.0.249 - - [2026-03-02 02:16:20] "GET /projects?obj_uuids=94011cfa-d440-41d4-b44f-71e03ff9c1a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000923 10.0.0.249 - - [2026-03-02 02:16:20] "GET /project/94011cfa-d440-41d4-b44f-71e03ff9c1a6 HTTP/1.1" 200 2359 0.062790 10.0.0.249 - - [2026-03-02 02:16:21] "GET /virtual-network/384b8c69-ef79-4d67-8b55-8991987d0fa3 HTTP/1.1" 200 2311 0.006090 10.0.0.249 - - [2026-03-02 02:16:21] "GET /virtual-network/384b8c69-ef79-4d67-8b55-8991987d0fa3 HTTP/1.1" 200 2311 0.004368 10.0.0.249 - - [2026-03-02 02:16:21] "GET /routing-instance/77a1c5d1-6573-46aa-89fc-04d06a06857f HTTP/1.1" 200 1557 0.003112 10.0.0.249 - - [2026-03-02 02:16:21] "GET /routing-instance/77a1c5d1-6573-46aa-89fc-04d06a06857f HTTP/1.1" 200 1557 0.002899 10.0.0.249 - - [2026-03-02 02:16:21] "GET /route-target/ad659edb-028f-4a77-8d02-b49059111735 HTTP/1.1" 200 1247 0.002548 10.0.0.249 - - [2026-03-02 02:16:21] "GET /virtual-network/384b8c69-ef79-4d67-8b55-8991987d0fa3 HTTP/1.1" 200 2311 0.004793 10.0.0.249 - - [2026-03-02 02:16:21] "GET /routing-instance/77a1c5d1-6573-46aa-89fc-04d06a06857f HTTP/1.1" 200 1557 0.003338 10.0.0.249 - - [2026-03-02 02:16:21] "GET /virtual-network/384b8c69-ef79-4d67-8b55-8991987d0fa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005797 10.0.0.249 - - [2026-03-02 02:16:21] "GET /virtual-network/384b8c69-ef79-4d67-8b55-8991987d0fa3 HTTP/1.1" 200 2311 0.004978 10.0.0.249 - - [2026-03-02 02:16:21] "GET /routing-instance/77a1c5d1-6573-46aa-89fc-04d06a06857f HTTP/1.1" 200 1557 0.003237 10.0.0.249 - - [2026-03-02 02:16:21] "GET /routing-instance/77a1c5d1-6573-46aa-89fc-04d06a06857f HTTP/1.1" 200 1557 0.003401 10.0.0.249 - - [2026-03-02 02:16:21] "GET /route-target/ad659edb-028f-4a77-8d02-b49059111735 HTTP/1.1" 200 1247 0.003568 10.0.0.249 - - [2026-03-02 02:16:21] "GET /domains HTTP/1.1" 200 281 0.002513 10.0.0.249 - - [2026-03-02 02:16:21] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001557 10.0.0.249 - - [2026-03-02 02:16:21] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c HTTP/1.1" 200 3504 0.007122 10.0.0.249 - - [2026-03-02 02:16:21] "GET /projects?obj_uuids=94011cfa-d440-41d4-b44f-71e03ff9c1a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001187 10.0.0.249 - - [2026-03-02 02:16:21] "GET /project/94011cfa-d440-41d4-b44f-71e03ff9c1a6 HTTP/1.1" 200 2359 0.066138 10.0.0.249 - - [2026-03-02 02:16:21] "GET /virtual-network/384b8c69-ef79-4d67-8b55-8991987d0fa3 HTTP/1.1" 200 2311 0.005176 10.0.0.249 - - [2026-03-02 02:16:21] "GET /obj-perms HTTP/1.1" 200 5049 0.002862 10.0.0.249 - - [2026-03-02 02:16:21] "POST /fqname-to-id HTTP/1.1" 404 197 0.007911 10.0.0.249 - - [2026-03-02 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.007836 10.0.0.249 - - [2026-03-02 02:16:21] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001097 10.0.0.249 - - [2026-03-02 02:16:21] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.012878 10.0.0.249 - - [2026-03-02 02:16:21] "POST /service-templates HTTP/1.1" 403 264 0.007715 10.0.0.249 - - [2026-03-02 02:16:21] "POST /fqname-to-id HTTP/1.1" 404 183 0.002490 10.0.0.249 - - [2026-03-02 02:16:21] "POST /api-access-lists HTTP/1.1" 200 523 0.013902 10.0.0.249 - - [2026-03-02 02:16:21] "GET /api-access-list/114741f2-5344-493a-be29-5ed9b6b0a025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.004554 10.0.0.249 - - [2026-03-02 02:16:21] "GET /api-access-list/114741f2-5344-493a-be29-5ed9b6b0a025 HTTP/1.1" 200 1291 0.003360 10.0.0.249 - - [2026-03-02 02:16:21] "POST /fqname-to-id HTTP/1.1" 404 197 0.010952 10.0.0.249 - - [2026-03-02 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.009163 10.0.0.249 - - [2026-03-02 02:16:21] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001168 10.0.0.249 - - [2026-03-02 02:16:21] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.013692 10.0.0.249 - - [2026-03-02 02:16:21] "POST /service-templates HTTP/1.1" 200 553 0.029074 10.0.0.249 - - [2026-03-02 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.011232 10.0.0.249 - - [2026-03-02 02:16:21] "GET /service-template/5f66de1c-3f47-4be5-abfb-ccf947c22a38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.010387 10.0.0.249 - - [2026-03-02 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.014756 10.0.0.249 - - [2026-03-02 02:16:21] "GET /service-template/5f66de1c-3f47-4be5-abfb-ccf947c22a38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.010288 10.0.0.249 - - [2026-03-02 02:16:21] "GET /virtual-network/384b8c69-ef79-4d67-8b55-8991987d0fa3 HTTP/1.1" 401 293 0.000427 10.0.0.249 - - [2026-03-02 02:16:22] "GET /virtual-network/384b8c69-ef79-4d67-8b55-8991987d0fa3 HTTP/1.1" 403 263 0.036338 10.0.0.249 - - [2026-03-02 02:16:22] "GET /service-template/5f66de1c-3f47-4be5-abfb-ccf947c22a38 HTTP/1.1" 403 264 0.008364 10.0.0.249 - - [2026-03-02 02:16:22] "GET /service-template/5f66de1c-3f47-4be5-abfb-ccf947c22a38 HTTP/1.1" 403 264 0.038117 10.0.0.249 - - [2026-03-02 02:16:23] "GET /obj-perms HTTP/1.1" 403 257 0.039773 10.0.0.249 - - [2026-03-02 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002127 10.0.0.249 - - [2026-03-02 02:16:23] "GET /virtual-network/384b8c69-ef79-4d67-8b55-8991987d0fa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.009149 10.0.0.249 - - [2026-03-02 02:16:23] "GET /obj-perms HTTP/1.1" 403 257 0.007725 10.0.0.249 - - [2026-03-02 02:16:23] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.009382 10.0.0.249 - - [2026-03-02 02:16:23] "GET /api-access-list/16ccb7d2-2fae-4989-9603-2df26a515f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.002970 10.0.0.249 - - [2026-03-02 02:16:23] "PUT /api-access-list/16ccb7d2-2fae-4989-9603-2df26a515f8f HTTP/1.1" 200 265 0.008344 10.0.0.249 - - [2026-03-02 02:16:23] "GET /api-access-list/16ccb7d2-2fae-4989-9603-2df26a515f8f HTTP/1.1" 200 1461 0.003171 10.0.0.249 - - [2026-03-02 02:16:23] "GET /virtual-network/384b8c69-ef79-4d67-8b55-8991987d0fa3 HTTP/1.1" 200 2311 0.012657 10.0.0.249 - - [2026-03-02 02:16:23] "POST /fqname-to-id HTTP/1.1" 401 293 0.000407 10.0.0.249 - - [2026-03-02 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.036197 10.0.0.249 - - [2026-03-02 02:16:23] "GET /projects?obj_uuids=94011cfa-d440-41d4-b44f-71e03ff9c1a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001538 10.0.0.249 - - [2026-03-02 02:16:23] "GET /project/94011cfa-d440-41d4-b44f-71e03ff9c1a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.036498 10.0.0.249 - - [2026-03-02 02:16:23] "GET /virtual-networks?parent_id=94011cfa-d440-41d4-b44f-71e03ff9c1a6&detail=False&count=False&shared=False HTTP/1.1" 200 372 0.014462 10.0.0.249 - - [2026-03-02 02:16:23] "POST /virtual-networks HTTP/1.1" 403 263 0.008919 10.0.0.249 - - [2026-03-02 02:16:23] "GET /service-template/5f66de1c-3f47-4be5-abfb-ccf947c22a38 HTTP/1.1" 403 264 0.009227 10.0.0.249 - - [2026-03-02 02:16:24] "GET /service-template/5f66de1c-3f47-4be5-abfb-ccf947c22a38 HTTP/1.1" 403 264 0.034221 10.0.0.249 - - [2026-03-02 02:16:24] "GET /obj-perms HTTP/1.1" 403 257 0.008001 10.0.0.249 - - [2026-03-02 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002668 10.0.0.249 - - [2026-03-02 02:16:24] "GET /virtual-network/384b8c69-ef79-4d67-8b55-8991987d0fa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.018520 10.0.0.249 - - [2026-03-02 02:16:24] "GET /obj-perms HTTP/1.1" 403 257 0.009894 10.0.0.249 - - [2026-03-02 02:16:24] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.018399 10.0.0.249 - - [2026-03-02 02:16:24] "GET /api-access-list/114741f2-5344-493a-be29-5ed9b6b0a025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.003199 10.0.0.249 - - [2026-03-02 02:16:24] "PUT /api-access-list/114741f2-5344-493a-be29-5ed9b6b0a025 HTTP/1.1" 200 265 0.007249 10.0.0.249 - - [2026-03-02 02:16:24] "GET /api-access-list/114741f2-5344-493a-be29-5ed9b6b0a025 HTTP/1.1" 200 1429 0.003227 10.0.0.249 - - [2026-03-02 02:16:24] "GET /service-template/5f66de1c-3f47-4be5-abfb-ccf947c22a38 HTTP/1.1" 200 1855 0.010293 10.0.0.249 - - [2026-03-02 02:16:24] "POST /fqname-to-id HTTP/1.1" 404 197 0.007719 10.0.0.249 - - [2026-03-02 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.007839 10.0.0.249 - - [2026-03-02 02:16:24] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001116 10.0.0.249 - - [2026-03-02 02:16:24] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.013664 10.0.0.249 - - [2026-03-02 02:16:24] "POST /service-templates HTTP/1.1" 403 264 0.009459 10.0.0.249 - - [2026-03-02 02:16:24] "GET /api-access-list/16ccb7d2-2fae-4989-9603-2df26a515f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.003247 10.0.0.249 - - [2026-03-02 02:16:24] "PUT /api-access-list/16ccb7d2-2fae-4989-9603-2df26a515f8f HTTP/1.1" 200 265 0.008718 10.0.0.249 - - [2026-03-02 02:16:24] "GET /api-access-list/16ccb7d2-2fae-4989-9603-2df26a515f8f HTTP/1.1" 200 1324 0.003203 10.0.0.249 - - [2026-03-02 02:16:24] "GET /api-access-list/114741f2-5344-493a-be29-5ed9b6b0a025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.003023 10.0.0.249 - - [2026-03-02 02:16:24] "PUT /api-access-list/114741f2-5344-493a-be29-5ed9b6b0a025 HTTP/1.1" 200 265 0.008353 10.0.0.249 - - [2026-03-02 02:16:24] "GET /api-access-list/114741f2-5344-493a-be29-5ed9b6b0a025 HTTP/1.1" 200 1291 0.003477 10.0.0.249 - - [2026-03-02 02:16:24] "GET /virtual-network/384b8c69-ef79-4d67-8b55-8991987d0fa3 HTTP/1.1" 403 263 0.008337 10.0.0.249 - - [2026-03-02 02:16:25] "GET /virtual-network/384b8c69-ef79-4d67-8b55-8991987d0fa3 HTTP/1.1" 403 263 0.034462 10.0.0.249 - - [2026-03-02 02:16:25] "GET /service-template/5f66de1c-3f47-4be5-abfb-ccf947c22a38 HTTP/1.1" 403 264 0.009218 10.0.0.249 - - [2026-03-02 02:16:25] "GET /service-template/5f66de1c-3f47-4be5-abfb-ccf947c22a38 HTTP/1.1" 403 264 0.032750 10.0.0.249 - - [2026-03-02 02:16:25] "GET /obj-perms HTTP/1.1" 403 257 0.008627 10.0.0.249 - - [2026-03-02 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002378 10.0.0.249 - - [2026-03-02 02:16:25] "GET /virtual-network/384b8c69-ef79-4d67-8b55-8991987d0fa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007403 10.0.0.249 - - [2026-03-02 02:16:26] "GET /obj-perms HTTP/1.1" 403 257 0.032079 10.0.0.249 - - [2026-03-02 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002234 10.0.0.249 - - [2026-03-02 02:16:26] "GET /virtual-network/384b8c69-ef79-4d67-8b55-8991987d0fa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008505 10.0.0.249 - - [2026-03-02 02:16:26] "GET /obj-perms HTTP/1.1" 403 257 0.008393 10.0.0.249 - - [2026-03-02 02:16:26] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007746 10.0.0.249 - - [2026-03-02 02:16:26] "GET /api-access-list/7139e5a4-f394-46bb-8c03-47c683bc0fd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.003239 10.0.0.249 - - [2026-03-02 02:16:26] "PUT /api-access-list/7139e5a4-f394-46bb-8c03-47c683bc0fd4 HTTP/1.1" 200 265 0.008471 10.0.0.249 - - [2026-03-02 02:16:26] "GET /service-template/5f66de1c-3f47-4be5-abfb-ccf947c22a38 HTTP/1.1" 200 1855 0.010195 10.0.0.249 - - [2026-03-02 02:16:26] "GET /virtual-network/384b8c69-ef79-4d67-8b55-8991987d0fa3 HTTP/1.1" 200 2311 0.013965 10.0.0.249 - - [2026-03-02 02:16:26] "GET /obj-perms HTTP/1.1" 403 257 0.008146 10.0.0.249 - - [2026-03-02 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002378 10.0.0.249 - - [2026-03-02 02:16:26] "GET /virtual-network/384b8c69-ef79-4d67-8b55-8991987d0fa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.013674 10.0.0.249 - - [2026-03-02 02:16:26] "GET /obj-perms HTTP/1.1" 403 257 0.008734 10.0.0.249 - - [2026-03-02 02:16:26] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.018124 10.0.0.249 - - [2026-03-02 02:16:26] "DELETE /api-access-list/16ccb7d2-2fae-4989-9603-2df26a515f8f HTTP/1.1" 200 115 0.022895 10.0.0.249 - - [2026-03-02 02:16:26] "GET /api-access-list/16ccb7d2-2fae-4989-9603-2df26a515f8f HTTP/1.1" 404 171 0.002864 10.0.0.249 - - [2026-03-02 02:16:26] "DELETE /api-access-list/114741f2-5344-493a-be29-5ed9b6b0a025 HTTP/1.1" 200 115 0.017703 10.0.0.249 - - [2026-03-02 02:16:26] "GET /api-access-list/114741f2-5344-493a-be29-5ed9b6b0a025 HTTP/1.1" 404 171 0.002341 10.0.0.249 - - [2026-03-02 02:16:26] "GET /virtual-network/384b8c69-ef79-4d67-8b55-8991987d0fa3 HTTP/1.1" 401 293 0.000361 10.0.0.249 - - [2026-03-02 02:16:27] "GET /virtual-network/384b8c69-ef79-4d67-8b55-8991987d0fa3 HTTP/1.1" 403 263 0.033322 10.0.0.249 - - [2026-03-02 02:16:27] "GET /service-template/5f66de1c-3f47-4be5-abfb-ccf947c22a38 HTTP/1.1" 403 264 0.005722 10.0.0.249 - - [2026-03-02 02:16:27] "GET /service-template/5f66de1c-3f47-4be5-abfb-ccf947c22a38 HTTP/1.1" 403 264 0.034027 10.0.0.249 - - [2026-03-02 02:16:27] "GET /obj-perms HTTP/1.1" 403 257 0.032789 10.0.0.249 - - [2026-03-02 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002574 10.0.0.249 - - [2026-03-02 02:16:28] "GET /virtual-network/384b8c69-ef79-4d67-8b55-8991987d0fa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.006155 10.0.0.249 - - [2026-03-02 02:16:28] "GET /obj-perms HTTP/1.1" 403 257 0.007044 10.0.0.249 - - [2026-03-02 02:16:28] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.006410 10.0.0.249 - - [2026-03-02 02:16:28] "GET /api-access-list/7139e5a4-f394-46bb-8c03-47c683bc0fd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2687 0.003124 10.0.0.249 - - [2026-03-02 02:16:28] "PUT /api-access-list/7139e5a4-f394-46bb-8c03-47c683bc0fd4 HTTP/1.1" 200 265 0.007455 10.0.0.249 - - [2026-03-02 02:16:28] "GET /virtual-network/384b8c69-ef79-4d67-8b55-8991987d0fa3 HTTP/1.1" 200 2311 0.011225 10.0.0.249 - - [2026-03-02 02:16:28] "GET /service-template/5f66de1c-3f47-4be5-abfb-ccf947c22a38 HTTP/1.1" 200 1855 0.007800 10.0.0.249 - - [2026-03-02 02:16:28] "GET /obj-perms HTTP/1.1" 403 257 0.005675 10.0.0.249 - - [2026-03-02 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.249 - - [2026-03-02 02:16:28] "GET /virtual-network/384b8c69-ef79-4d67-8b55-8991987d0fa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.011016 10.0.0.249 - - [2026-03-02 02:16:28] "GET /obj-perms HTTP/1.1" 403 257 0.006082 10.0.0.249 - - [2026-03-02 02:16:28] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.013253 10.0.0.249 - - [2026-03-02 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.007751 10.0.0.249 - - [2026-03-02 02:16:28] "DELETE /service-template/5f66de1c-3f47-4be5-abfb-ccf947c22a38 HTTP/1.1" 200 115 0.017867 10.0.0.249 - - [2026-03-02 02:16:28] "POST /fqname-to-id HTTP/1.1" 404 197 0.010135 10.0.0.249 - - [2026-03-02 02:16:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002081 10.0.0.249 - - [2026-03-02 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.249 - - [2026-03-02 02:16:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002247 10.0.0.249 - - [2026-03-02 02:16:28] "DELETE /virtual-network/384b8c69-ef79-4d67-8b55-8991987d0fa3 HTTP/1.1" 200 115 0.064905 10.0.0.249 - - [2026-03-02 02:16:28] "DELETE /route-target/ad659edb-028f-4a77-8d02-b49059111735 HTTP/1.1" 200 115 0.016753 10.0.0.249 - - [2026-03-02 02:16:28] "GET /api-access-list/7139e5a4-f394-46bb-8c03-47c683bc0fd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.003407 10.0.0.249 - - [2026-03-02 02:16:28] "PUT /api-access-list/7139e5a4-f394-46bb-8c03-47c683bc0fd4 HTTP/1.1" 200 265 0.008561 10.0.0.249 - - [2026-03-02 02:16:28] "GET /api-access-list/7139e5a4-f394-46bb-8c03-47c683bc0fd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.003314 10.0.0.249 - - [2026-03-02 02:16:28] "PUT /api-access-list/7139e5a4-f394-46bb-8c03-47c683bc0fd4 HTTP/1.1" 200 265 0.007781 10.0.0.249 - - [2026-03-02 02:16:29] "GET /api-access-list/7139e5a4-f394-46bb-8c03-47c683bc0fd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.003478 10.0.0.249 - - [2026-03-02 02:16:29] "PUT /api-access-list/7139e5a4-f394-46bb-8c03-47c683bc0fd4 HTTP/1.1" 200 265 0.007634 10.0.0.249 - - [2026-03-02 02:16:29] "GET /projects?obj_uuids=94011cfa-d440-41d4-b44f-71e03ff9c1a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001331 10.0.0.249 - - [2026-03-02 02:16:29] "GET /project/94011cfa-d440-41d4-b44f-71e03ff9c1a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.022611 10.0.0.249 - - [2026-03-02 02:16:29] "GET /projects?obj_uuids=94011cfa-d440-41d4-b44f-71e03ff9c1a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000956 10.0.0.249 - - [2026-03-02 02:16:29] "GET /project/94011cfa-d440-41d4-b44f-71e03ff9c1a6?fields=virtual_networks HTTP/1.1" 200 1034 0.064379 10.0.0.249 - - [2026-03-02 02:16:29] "GET /projects?obj_uuids=94011cfa-d440-41d4-b44f-71e03ff9c1a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001211 10.0.0.249 - - [2026-03-02 02:16:29] "GET /project/94011cfa-d440-41d4-b44f-71e03ff9c1a6?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.023900 10.0.0.249 - - [2026-03-02 02:16:29] "GET /projects?obj_uuids=94011cfa-d440-41d4-b44f-71e03ff9c1a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001026 10.0.0.249 - - [2026-03-02 02:16:30] "GET /project/94011cfa-d440-41d4-b44f-71e03ff9c1a6?fields=security_groups HTTP/1.1" 200 1261 0.021713 10.0.0.249 - - [2026-03-02 02:16:30] "GET /projects?obj_uuids=ae817402-65a9-4527-b690-c7e6716708cb&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001046 10.0.0.249 - - [2026-03-02 02:16:30] "GET /project/ae817402-65a9-4527-b690-c7e6716708cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.022178 [Introspect:8084]10.0.0.249 - - [2026-03-02 02:16:30] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001174 10.0.0.249 - - [2026-03-02 02:16:31] "POST /fqname-to-id HTTP/1.1" 404 184 0.033724 10.0.0.249 - - [2026-03-02 02:16:31] "GET /projects?obj_uuids=c72bacfd-1238-4286-b742-ce76877b4802&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002124 10.0.0.249 - - [2026-03-02 02:16:31] "GET /domains?obj_uuids=b54b7cb7-eae6-4368-ae34-de2688c65f9c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001004 10.0.0.249 - - [2026-03-02 02:16:31] "GET /domain/b54b7cb7-eae6-4368-ae34-de2688c65f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007008 10.0.0.249 - - [2026-03-02 02:16:31] "POST /id-to-fqname HTTP/1.1" 200 186 0.001469 10.0.0.249 - - [2026-03-02 02:16:31] "POST /fqname-to-id HTTP/1.1" 404 195 0.001879 10.0.0.249 - - [2026-03-02 02:16:31] "POST /security-groups HTTP/1.1" 200 587 0.060541 10.0.0.249 - - [2026-03-02 02:16:31] "POST /fqname-to-id HTTP/1.1" 404 230 0.002345 10.0.0.249 - - [2026-03-02 02:16:31] "POST /projects HTTP/1.1" 200 577 0.202200 10.0.0.249 - - [2026-03-02 02:16:31] "POST /access-control-lists HTTP/1.1" 200 594 0.055236 10.0.0.249 - - [2026-03-02 02:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.278010 10.0.0.249 - - [2026-03-02 02:16:31] "POST /fqname-to-id HTTP/1.1" 404 229 0.002621 10.0.0.249 - - [2026-03-02 02:16:31] "GET /project/c72bacfd-1238-4286-b742-ce76877b4802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.397177 10.0.0.249 - - [2026-03-02 02:16:31] "POST /access-control-lists HTTP/1.1" 200 592 0.060181 10.0.0.249 - - [2026-03-02 02:16:32] "GET / HTTP/1.1" 200 36215 0.001996 10.0.0.249 - - [2026-03-02 02:16:33] "GET /projects?obj_uuids=c72bacfd-1238-4286-b742-ce76877b4802&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001126 10.0.0.249 - - [2026-03-02 02:16:33] "GET /project/c72bacfd-1238-4286-b742-ce76877b4802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.023364 10.0.0.249 - - [2026-03-02 02:16:33] "GET /projects?obj_uuids=c72bacfd-1238-4286-b742-ce76877b4802&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001385 10.0.0.249 - - [2026-03-02 02:16:33] "GET /project/c72bacfd-1238-4286-b742-ce76877b4802?fields=virtual_networks HTTP/1.1" 200 1026 0.071234 10.0.0.249 - - [2026-03-02 02:16:33] "GET /projects?obj_uuids=c72bacfd-1238-4286-b742-ce76877b4802&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001146 10.0.0.249 - - [2026-03-02 02:16:33] "GET /project/c72bacfd-1238-4286-b742-ce76877b4802?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.022077 10.0.0.249 - - [2026-03-02 02:16:33] "GET /projects?obj_uuids=c72bacfd-1238-4286-b742-ce76877b4802&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001156 10.0.0.249 - - [2026-03-02 02:16:33] "GET /project/c72bacfd-1238-4286-b742-ce76877b4802?fields=security_groups HTTP/1.1" 200 1249 0.023151 10.0.0.249 - - [2026-03-02 02:16:46] "DELETE /project/94011cfad44041d4b44f71e03ff9c1a6 HTTP/1.1" 404 173 0.023775 10.0.0.249 - - [2026-03-02 02:16:46] "DELETE /project/c72bacfd12384286b742ce76877b4802 HTTP/1.1" 404 173 0.018632 10.0.0.249 - - [2026-03-02 02:16:46] "DELETE /project/f2030dc87a0b4e338ca1f3a2cab6f8b4 HTTP/1.1" 404 173 0.020033 10.0.0.249 - - [2026-03-02 02:16:46] "DELETE /project/0943015eb8c646cb8150129a51912abd HTTP/1.1" 404 173 0.011992 10.0.0.249 - - [2026-03-02 02:16:46] "GET /projects?obj_uuids=a83bfb27-83e3-4e54-8422-240894391ee5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000882 10.0.0.249 - - [2026-03-02 02:16:46] "GET /projects?obj_uuids=0943015e-b8c6-46cb-8150-129a51912abd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000800 10.0.0.249 - - [2026-03-02 02:16:46] "GET /projects?obj_uuids=94011cfa-d440-41d4-b44f-71e03ff9c1a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000794 10.0.0.249 - - [2026-03-02 02:16:46] "GET /projects?obj_uuids=f2030dc8-7a0b-4e33-8ca1-f3a2cab6f8b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000778 10.0.0.249 - - [2026-03-02 02:16:46] "GET /projects?obj_uuids=387f215a-ba60-4e27-8265-99cac0951442&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001112 10.0.0.249 - - [2026-03-02 02:16:46] "GET /projects?obj_uuids=1ec5bba2-0246-459c-a9ce-a4bd12de9536&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001253 10.0.0.249 - - [2026-03-02 02:16:46] "GET /projects?obj_uuids=c72bacfd-1238-4286-b742-ce76877b4802&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001088 10.0.0.249 - - [2026-03-02 02:16:46] "GET /project/0943015e-b8c6-46cb-8150-129a51912abd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.074277 10.0.0.249 - - [2026-03-02 02:16:46] "GET /project/387f215a-ba60-4e27-8265-99cac0951442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.073842 10.0.0.249 - - [2026-03-02 02:16:46] "GET /project/94011cfa-d440-41d4-b44f-71e03ff9c1a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.082905 10.0.0.249 - - [2026-03-02 02:16:46] "GET /project/f2030dc8-7a0b-4e33-8ca1-f3a2cab6f8b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.085319 10.0.0.249 - - [2026-03-02 02:16:46] "GET /project/1ec5bba2-0246-459c-a9ce-a4bd12de9536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.081727 10.0.0.249 - - [2026-03-02 02:16:46] "GET /project/a83bfb27-83e3-4e54-8422-240894391ee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.098923 10.0.0.249 - - [2026-03-02 02:16:46] "GET /projects?obj_uuids=a83bfb27-83e3-4e54-8422-240894391ee5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001130 10.0.0.249 - - [2026-03-02 02:16:46] "GET /projects?obj_uuids=1ec5bba2-0246-459c-a9ce-a4bd12de9536&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001140 10.0.0.249 - - [2026-03-02 02:16:46] "GET /projects?obj_uuids=f2030dc8-7a0b-4e33-8ca1-f3a2cab6f8b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000770 10.0.0.249 - - [2026-03-02 02:16:46] "GET /projects?obj_uuids=94011cfa-d440-41d4-b44f-71e03ff9c1a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000965 10.0.0.249 - - [2026-03-02 02:16:46] "GET /projects?obj_uuids=387f215a-ba60-4e27-8265-99cac0951442&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000819 10.0.0.249 - - [2026-03-02 02:16:46] "GET /projects?obj_uuids=0943015e-b8c6-46cb-8150-129a51912abd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000963 10.0.0.249 - - [2026-03-02 02:16:46] "GET /project/c72bacfd-1238-4286-b742-ce76877b4802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.169461 10.0.0.249 - - [2026-03-02 02:16:46] "GET /project/387f215a-ba60-4e27-8265-99cac0951442?fields=security_groups HTTP/1.1" 200 1346 0.091868 10.0.0.249 - - [2026-03-02 02:16:46] "GET /project/f2030dc8-7a0b-4e33-8ca1-f3a2cab6f8b4?fields=security_groups HTTP/1.1" 200 1363 0.098759 10.0.0.249 - - [2026-03-02 02:16:46] "GET /project/a83bfb27-83e3-4e54-8422-240894391ee5?fields=security_groups HTTP/1.1" 200 1347 0.100288 10.0.0.249 - - [2026-03-02 02:16:46] "GET /project/1ec5bba2-0246-459c-a9ce-a4bd12de9536?fields=security_groups HTTP/1.1" 200 1347 0.107878 10.0.0.249 - - [2026-03-02 02:16:46] "GET /project/94011cfa-d440-41d4-b44f-71e03ff9c1a6?fields=security_groups HTTP/1.1" 200 1363 0.125396 10.0.0.249 - - [2026-03-02 02:16:46] "GET /projects?obj_uuids=c72bacfd-1238-4286-b742-ce76877b4802&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.003253 10.0.0.249 - - [2026-03-02 02:16:46] "GET /project/0943015e-b8c6-46cb-8150-129a51912abd?fields=security_groups HTTP/1.1" 200 1360 0.195266 10.0.0.249 - - [2026-03-02 02:16:46] "GET /project/c72bacfd-1238-4286-b742-ce76877b4802?fields=security_groups HTTP/1.1" 200 1351 0.084060 10.0.0.249 - - [2026-03-02 02:16:46] "DELETE /security-group/01338fca-241a-46e1-9ff4-d9064a88fe75 HTTP/1.1" 200 115 0.141561 10.0.0.249 - - [2026-03-02 02:16:46] "GET /projects?obj_uuids=387f215a-ba60-4e27-8265-99cac0951442&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001209 10.0.0.249 - - [2026-03-02 02:16:46] "DELETE /security-group/4b3349c2-328a-4f80-b6d8-732e27219b55 HTTP/1.1" 200 115 0.167987 10.0.0.249 - - [2026-03-02 02:16:46] "DELETE /security-group/f5cfa9ef-2856-428a-be8b-44a7b0489ea3 HTTP/1.1" 200 115 0.174006 10.0.0.249 - - [2026-03-02 02:16:46] "GET /projects?obj_uuids=f2030dc8-7a0b-4e33-8ca1-f3a2cab6f8b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001072 10.0.0.249 - - [2026-03-02 02:16:46] "DELETE /security-group/7aa8c736-107f-46b2-abe9-59880c6a1940 HTTP/1.1" 200 115 0.185209 10.0.0.249 - - [2026-03-02 02:16:46] "GET /projects?obj_uuids=1ec5bba2-0246-459c-a9ce-a4bd12de9536&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001262 10.0.0.249 - - [2026-03-02 02:16:46] "GET /projects?obj_uuids=a83bfb27-83e3-4e54-8422-240894391ee5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001149 10.0.0.249 - - [2026-03-02 02:16:46] "GET /project/387f215a-ba60-4e27-8265-99cac0951442?fields=application_policy_sets HTTP/1.1" 200 1385 0.077565 10.0.0.249 - - [2026-03-02 02:16:46] "DELETE /access-control-list/9132aea8-6b25-4b4b-827d-a40618d8dd90 HTTP/1.1" 200 115 0.135385 10.0.0.249 - - [2026-03-02 02:16:47] "GET /project/1ec5bba2-0246-459c-a9ce-a4bd12de9536?fields=application_policy_sets HTTP/1.1" 200 1386 0.063324 10.0.0.249 - - [2026-03-02 02:16:47] "GET /project/f2030dc8-7a0b-4e33-8ca1-f3a2cab6f8b4?fields=application_policy_sets HTTP/1.1" 200 1402 0.110703 10.0.0.249 - - [2026-03-02 02:16:47] "DELETE /security-group/9edfca5b-9b10-45e0-980d-6095a27bf4f0 HTTP/1.1" 200 115 0.231259 10.0.0.249 - - [2026-03-02 02:16:47] "DELETE /security-group/8f31f757-6847-4daa-ac41-99f11e30eb06 HTTP/1.1" 200 115 0.239293 10.0.0.249 - - [2026-03-02 02:16:47] "GET /project/a83bfb27-83e3-4e54-8422-240894391ee5?fields=application_policy_sets HTTP/1.1" 200 1386 0.113528 10.0.0.249 - - [2026-03-02 02:16:47] "GET /projects?obj_uuids=94011cfa-d440-41d4-b44f-71e03ff9c1a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001085 10.0.0.249 - - [2026-03-02 02:16:47] "GET /projects?obj_uuids=0943015e-b8c6-46cb-8150-129a51912abd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001792 10.0.0.249 - - [2026-03-02 02:16:47] "DELETE /access-control-list/b04e7809-461d-4353-b5ff-692d495dda20 HTTP/1.1" 200 115 0.128270 10.0.0.249 - - [2026-03-02 02:16:47] "DELETE /security-group/21c13842-d15b-4955-9f8f-44618bb27673 HTTP/1.1" 200 115 0.236206 10.0.0.249 - - [2026-03-02 02:16:47] "GET /project/0943015e-b8c6-46cb-8150-129a51912abd?fields=application_policy_sets HTTP/1.1" 200 1399 0.089052 10.0.0.249 - - [2026-03-02 02:16:47] "GET /projects?obj_uuids=c72bacfd-1238-4286-b742-ce76877b4802&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001099 10.0.0.249 - - [2026-03-02 02:16:47] "GET /project/94011cfa-d440-41d4-b44f-71e03ff9c1a6?fields=application_policy_sets HTTP/1.1" 200 1402 0.146056 10.0.0.249 - - [2026-03-02 02:16:47] "DELETE /access-control-list/b98e91eb-fc01-42d7-9205-e3a3b9e86b96 HTTP/1.1" 200 115 0.102122 10.0.0.249 - - [2026-03-02 02:16:47] "GET /project/c72bacfd-1238-4286-b742-ce76877b4802?fields=application_policy_sets HTTP/1.1" 200 1390 0.105115 10.0.0.249 - - [2026-03-02 02:16:47] "DELETE /project/387f215a-ba60-4e27-8265-99cac0951442 HTTP/1.1" 200 115 0.829535 10.0.0.249 - - [2026-03-02 02:16:47] "DELETE /access-control-list/f67df43a-de70-41cf-b33a-38f93759c1ca HTTP/1.1" 200 115 0.059565 10.0.0.249 - - [2026-03-02 02:16:47] "DELETE /project/1ec5bba2-0246-459c-a9ce-a4bd12de9536 HTTP/1.1" 200 115 0.850190 10.0.0.249 - - [2026-03-02 02:16:47] "DELETE /project/f2030dc8-7a0b-4e33-8ca1-f3a2cab6f8b4 HTTP/1.1" 200 115 0.874054 10.0.0.249 - - [2026-03-02 02:16:47] "DELETE /project/a83bfb27-83e3-4e54-8422-240894391ee5 HTTP/1.1" 200 115 0.888294 10.0.0.249 - - [2026-03-02 02:16:47] "DELETE /access-control-list/ea8c0aeb-fb7d-4278-a484-ae9694c39fa0 HTTP/1.1" 200 115 0.055732 10.0.0.249 - - [2026-03-02 02:16:47] "DELETE /project/0943015e-b8c6-46cb-8150-129a51912abd HTTP/1.1" 200 115 0.920712 10.0.0.249 - - [2026-03-02 02:16:47] "DELETE /access-control-list/0e961c15-493a-4729-bc77-a3b041429214 HTTP/1.1" 200 115 0.033482 10.0.0.249 - - [2026-03-02 02:16:47] "DELETE /project/94011cfa-d440-41d4-b44f-71e03ff9c1a6 HTTP/1.1" 200 115 0.946779 10.0.0.249 - - [2026-03-02 02:16:47] "DELETE /access-control-list/e006b733-d51d-4b75-bb46-5e3ba5f90f16 HTTP/1.1" 200 115 0.021424 10.0.0.249 - - [2026-03-02 02:16:47] "DELETE /project/c72bacfd-1238-4286-b742-ce76877b4802 HTTP/1.1" 200 115 0.929101 10.0.0.249 - - [2026-03-02 02:16:47] "DELETE /access-control-list/e98be73a-2228-4040-ae79-910b19225c8b HTTP/1.1" 200 115 0.025762 10.0.0.249 - - [2026-03-02 02:16:47] "DELETE /access-control-list/83b41e75-9d41-4490-a16a-1481343524a0 HTTP/1.1" 200 115 0.017148 10.0.0.249 - - [2026-03-02 02:16:47] "DELETE /access-control-list/bcc8f305-be1b-41d2-935f-920a3abf9250 HTTP/1.1" 200 115 0.016035 10.0.0.249 - - [2026-03-02 02:16:47] "DELETE /access-control-list/4ac2b796-e666-47ae-8eb8-16e555a06a10 HTTP/1.1" 200 115 0.014811 10.0.0.249 - - [2026-03-02 02:16:47] "DELETE /access-control-list/9d51e7db-ef88-440e-a6ae-a973671e6ded HTTP/1.1" 200 115 0.024410 10.0.0.249 - - [2026-03-02 02:16:47] "DELETE /access-control-list/beb6d17d-6506-48a3-b402-5fe5cbfa7aab HTTP/1.1" 200 115 0.019968 10.0.0.249 - - [2026-03-02 02:16:47] "DELETE /access-control-list/7e374e60-77fe-4faf-88d9-8fcca7f16415 HTTP/1.1" 200 115 0.015666 10.0.0.249 - - [2026-03-02 02:16:56] "GET /obj-perms HTTP/1.1" 200 5075 0.065274 10.0.0.249 - - [2026-03-02 02:16:56] "GET /obj-perms HTTP/1.1" 200 5075 0.046512 [Introspect:8084]10.0.0.249 - - [2026-03-02 02:17:20] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000921 [Introspect:8084]10.0.0.249 - - [2026-03-02 02:17:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001016