+++ date ++ echo 'INFO: =================== Mon Jan 12 01:57:13 AM UTC 2026 ===================' INFO: =================== Mon Jan 12 01:57:13 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 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.141 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.141 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.141 ++ ANALYTICSDB_NODES=10.0.0.141 ++ ANALYTICS_SNMP_NODES=10.0.0.141 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8081 ' +++ '[' -n '10.0.0.141:8081 ' ']' +++ echo 10.0.0.141:8081 ++ ANALYTICS_SERVERS=10.0.0.141: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9042 ' +++ '[' -n '10.0.0.141:9042 ' ']' +++ echo 10.0.0.141:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.141:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.141 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8086 ' +++ '[' -n '10.0.0.141:8086 ' ']' +++ echo 10.0.0.141:8086 ++ COLLECTOR_SERVERS=10.0.0.141: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.141 ++ CONFIGDB_NODES=10.0.0.141 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8082 ' +++ '[' -n '10.0.0.141:8082 ' ']' +++ echo 10.0.0.141:8082 ++ CONFIG_SERVERS=10.0.0.141: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9161 ' +++ '[' -n '10.0.0.141:9161 ' ']' +++ echo 10.0.0.141:9161 ++ CONFIGDB_SERVERS=10.0.0.141: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9041 ' +++ '[' -n '10.0.0.141:9041 ' ']' +++ echo 10.0.0.141:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.141: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.192 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.192 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.141 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+=10.0.0.141:2181, +++ '[' -n 10.0.0.141:2181, ']' +++ echo 10.0.0.141:2181 ++ ZOOKEEPER_SERVERS=10.0.0.141: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:2181 ' +++ '[' -n '10.0.0.141:2181 ' ']' +++ echo 10.0.0.141:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.141:2181 ++ RABBITMQ_NODES=10.0.0.141 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+=10.0.0.141:5673, +++ '[' -n 10.0.0.141:5673, ']' +++ echo 10.0.0.141:5673 ++ RABBITMQ_SERVERS=10.0.0.141: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:6379 ' +++ '[' -n '10.0.0.141:6379 ' ']' +++ echo 10.0.0.141:6379 ++ REDIS_SERVERS=10.0.0.141: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.141 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9092 ' +++ '[' -n '10.0.0.141:9092 ' ']' +++ echo 10.0.0.141:9092 ++ KAFKA_SERVERS=10.0.0.141: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.141 ++ 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.141 ++ 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.141 ++ 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.141 ++ cut -d , -f 1 + local cassandra=10.0.0.141 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.141 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.141 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.141 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ cat /proc/net/fib_trie ++++ uniq ++++ grep -vi host +++ local local_ips=,10.0.0.141,10.20.0.192,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.141'\''))' +++ local server_ip=10.0.0.141 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.141 ]] +++ [[ ,10.0.0.141,10.20.0.192,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.141, ]] +++ echo 10.0.0.141 1 +++ return ++ local ip=10.0.0.141 ++ [[ -z 10.0.0.141 ]] ++ echo 10.0.0.141 + host_ip=10.0.0.141 + [[ cql == \c\q\l ]] ++ echo 10.0.0.141:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.141:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.141: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 ++ sort ++ set ++ grep '^API__.*__.*=.*$' ++ 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: 01/12/2026 01:57:22.732 7fb0855e40c0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 01/12/2026 01:57:22.897 7fb0855e40c0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 01/12/2026 01:57:22.911 7fb0855e40c0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 01/12/2026 01:57:22.911 7fb0855e40c0 [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.141:8082/ Hit Ctrl-C to quit. 10.0.0.141 - - [2026-01-12 01:57:27] "GET / HTTP/1.1" 503 181 0.000277 10.0.0.141 - - [2026-01-12 01:57:27] "GET / HTTP/1.1" 503 181 0.000183 10.0.0.141 - - [2026-01-12 01:57:27] "GET / HTTP/1.1" 200 36215 0.001548 10.0.0.141 - - [2026-01-12 01:57:28] "GET / HTTP/1.1" 200 36215 0.001676 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.141 - - [2026-01-12 01:57:28] "POST /fqname-to-id HTTP/1.1" 401 293 0.000722 10.0.0.141 - - [2026-01-12 01:57:28] "GET / HTTP/1.1" 200 36215 0.001385 10.0.0.141 - - [2026-01-12 01:57:28] "POST /fqname-to-id HTTP/1.1" 401 293 0.000469 10.0.0.141 - - [2026-01-12 01:57:28] "GET / HTTP/1.1" 200 45871 0.002403 10.0.0.141 - - [2026-01-12 01:57:28] "GET / HTTP/1.1" 200 45871 0.001204 10.0.0.141 - - [2026-01-12 01:57:28] "POST /fqname-to-id HTTP/1.1" 401 293 0.000372 10.0.0.141 - - [2026-01-12 01:57:28] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000254 10.0.0.141 - - [2026-01-12 01:57:29] "POST /fqname-to-id HTTP/1.1" 401 293 0.000564 10.0.0.141 - - [2026-01-12 01:57:29] "GET / HTTP/1.1" 200 36215 0.001675 10.0.0.141 - - [2026-01-12 01:57:30] "POST /fqname-to-id HTTP/1.1" 401 293 0.000460 10.0.0.141 - - [2026-01-12 01:57:30] "GET / HTTP/1.1" 200 36215 0.001601 10.0.0.141 - - [2026-01-12 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 2.067877 10.0.0.141 - - [2026-01-12 01:57:30] "GET /global-system-config/a8c4ea8b-524c-4e8f-b391-5ef6c5d35b84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.009733 10.0.0.141 - - [2026-01-12 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 1.407925 10.0.0.141 - - [2026-01-12 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.008694 10.0.0.141 - - [2026-01-12 01:57:30] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.096844 10.0.0.141 - - [2026-01-12 01:57:30] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003974 10.0.0.141 - - [2026-01-12 01:57:30] "POST /fqname-to-id HTTP/1.1" 404 220 0.002820 10.0.0.141 - - [2026-01-12 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.457025 10.0.0.141 - - [2026-01-12 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 1.832957 10.0.0.141 - - [2026-01-12 01:57:30] "GET /global-system-config/a8c4ea8b-524c-4e8f-b391-5ef6c5d35b84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.012511 10.0.0.141 - - [2026-01-12 01:57:30] "GET /network-ipam/22961356-0e9c-4413-9db0-93f0e00b2404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1955 0.010485 10.0.0.141 - - [2026-01-12 01:57:30] "POST /fqname-to-id HTTP/1.1" 404 186 0.186269 10.0.0.141 - - [2026-01-12 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006608 10.0.0.141 - - [2026-01-12 01:57:30] "POST /config-nodes HTTP/1.1" 200 601 0.054718 10.0.0.141 - - [2026-01-12 01:57:30] "POST /fqname-to-id HTTP/1.1" 404 220 0.005685 10.0.0.141 - - [2026-01-12 01:57:30] "GET /global-system-config/a8c4ea8b-524c-4e8f-b391-5ef6c5d35b84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.006917 10.0.0.141 - - [2026-01-12 01:57:30] "POST /config-database-nodes HTTP/1.1" 200 619 0.021039 10.0.0.141 - - [2026-01-12 01:57:31] "POST /service-appliance-sets HTTP/1.1" 200 555 0.023594 10.0.0.141 - - [2026-01-12 01:57:31] "POST /fqname-to-id HTTP/1.1" 404 180 0.007060 10.0.0.141 - - [2026-01-12 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.010623 10.0.0.141 - - [2026-01-12 01:57:31] "GET /global-system-config/a8c4ea8b-524c-4e8f-b391-5ef6c5d35b84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.008126 10.0.0.141 - - [2026-01-12 01:57:31] "GET / HTTP/1.1" 200 36215 0.001854 10.0.0.141 - - [2026-01-12 01:57:31] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000485 10.0.0.141 - - [2026-01-12 01:57:31] "POST /service-appliance-sets HTTP/1.1" 200 543 0.021486 /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.141 - - [2026-01-12 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.141 - - [2026-01-12 01:57:31] "GET /network-ipam/22961356-0e9c-4413-9db0-93f0e00b2404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1955 0.007530 10.0.0.141 - - [2026-01-12 01:57:31] "POST /fqname-to-id HTTP/1.1" 404 225 0.005228 10.0.0.141 - - [2026-01-12 01:57:31] "POST /service-templates HTTP/1.1" 200 513 0.036829 10.0.0.141 - - [2026-01-12 01:57:31] "POST /access-control-lists HTTP/1.1" 200 589 0.030813 10.0.0.141 - - [2026-01-12 01:57:31] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.061811 10.0.0.141 - - [2026-01-12 01:57:31] "POST /service-templates HTTP/1.1" 200 503 0.036868 10.0.0.141 - - [2026-01-12 01:57:31] "POST /fqname-to-id HTTP/1.1" 404 224 0.003669 10.0.0.141 - - [2026-01-12 01:57:31] "POST /service-templates HTTP/1.1" 200 517 0.036854 10.0.0.141 - - [2026-01-12 01:57:31] "POST /access-control-lists HTTP/1.1" 200 587 0.026947 10.0.0.141 - - [2026-01-12 01:57:31] "POST /service-templates HTTP/1.1" 200 537 0.024458 10.0.0.141 - - [2026-01-12 01:57:31] "POST /route-targets HTTP/1.1" 200 328 0.012710 10.0.0.141 - - [2026-01-12 01:57:31] "POST /ref-update HTTP/1.1" 200 156 0.014972 10.0.0.141 - - [2026-01-12 01:57:31] "POST /service-templates HTTP/1.1" 200 509 0.026416 10.0.0.141 - - [2026-01-12 01:57:31] "POST /route-targets HTTP/1.1" 200 328 0.012850 10.0.0.141 - - [2026-01-12 01:57:32] "POST /ref-update HTTP/1.1" 200 156 0.012844 10.0.0.141 - - [2026-01-12 01:57:32] "POST /route-targets HTTP/1.1" 200 328 0.011644 10.0.0.141 - - [2026-01-12 01:57:32] "POST /ref-update HTTP/1.1" 200 156 0.020112 10.0.0.141 - - [2026-01-12 01:57:32] "POST /route-targets HTTP/1.1" 200 328 0.012615 10.0.0.141 - - [2026-01-12 01:57:32] "POST /ref-update HTTP/1.1" 200 156 0.011741 10.0.0.141 - - [2026-01-12 01:57:32] "POST /fqname-to-id HTTP/1.1" 404 201 0.002887 10.0.0.141 - - [2026-01-12 01:57:32] "POST /access-control-lists HTTP/1.1" 200 553 0.065344 10.0.0.141 - - [2026-01-12 01:57:32] "PUT /access-control-list/a0118caa-5d6a-4840-bc3b-86e17bdd7df9 HTTP/1.1" 200 273 0.010195 10.0.0.141 - - [2026-01-12 01:57:32] "PUT /access-control-list/6a8090d6-70a6-4f56-b7bb-179b2b8b4d17 HTTP/1.1" 200 273 0.010818 10.0.0.141 - - [2026-01-12 01:57:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004227 10.0.0.141 - - [2026-01-12 01:57:36] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1217 0.004387 10.0.0.141 - - [2026-01-12 01:57:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004218 10.0.0.141 - - [2026-01-12 01:57:36] "PUT /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e HTTP/1.1" 200 277 0.010399 10.0.0.141 - - [2026-01-12 01:57:37] "GET / HTTP/1.1" 200 36215 0.001634 10.0.0.141 - - [2026-01-12 01:57:37] "POST /alarms HTTP/1.1" 401 293 0.000447 10.0.0.141 - - [2026-01-12 01:57:37] "POST /alarms HTTP/1.1" 200 583 0.047290 10.0.0.141 - - [2026-01-12 01:57:37] "POST /alarms HTTP/1.1" 200 577 0.020417 10.0.0.141 - - [2026-01-12 01:57:37] "POST /alarms HTTP/1.1" 200 577 0.021981 10.0.0.141 - - [2026-01-12 01:57:37] "POST /alarms HTTP/1.1" 200 561 0.027818 10.0.0.141 - - [2026-01-12 01:57:37] "POST /alarms HTTP/1.1" 200 557 0.019000 10.0.0.141 - - [2026-01-12 01:57:37] "POST /alarms HTTP/1.1" 200 559 0.022316 10.0.0.141 - - [2026-01-12 01:57:37] "POST /alarms HTTP/1.1" 200 567 0.022408 10.0.0.141 - - [2026-01-12 01:57:37] "POST /alarms HTTP/1.1" 200 551 0.020425 10.0.0.141 - - [2026-01-12 01:57:38] "POST /alarms HTTP/1.1" 200 559 0.021752 10.0.0.141 - - [2026-01-12 01:57:38] "POST /alarms HTTP/1.1" 200 569 0.021020 10.0.0.141 - - [2026-01-12 01:57:38] "POST /alarms HTTP/1.1" 200 557 0.021328 10.0.0.141 - - [2026-01-12 01:57:38] "POST /alarms HTTP/1.1" 200 569 0.021572 10.0.0.141 - - [2026-01-12 01:57:38] "POST /alarms HTTP/1.1" 200 577 0.066007 10.0.0.141 - - [2026-01-12 01:57:38] "POST /alarms HTTP/1.1" 200 571 0.021133 10.0.0.141 - - [2026-01-12 01:57:38] "POST /alarms HTTP/1.1" 200 563 0.027151 10.0.0.141 - - [2026-01-12 01:57:38] "POST /alarms HTTP/1.1" 200 563 0.021729 10.0.0.141 - - [2026-01-12 01:57:38] "POST /alarms HTTP/1.1" 200 563 0.021358 10.0.0.141 - - [2026-01-12 01:57:38] "POST /alarms HTTP/1.1" 200 549 0.022482 10.0.0.141 - - [2026-01-12 01:57:38] "POST /alarms HTTP/1.1" 200 597 0.021235 10.0.0.141 - - [2026-01-12 01:57:38] "POST /alarms HTTP/1.1" 200 577 0.022864 10.0.0.141 - - [2026-01-12 01:57:38] "POST /alarms HTTP/1.1" 200 573 0.021225 10.0.0.141 - - [2026-01-12 01:57:38] "POST /alarms HTTP/1.1" 200 585 0.023870 10.0.0.141 - - [2026-01-12 01:57:39] "POST /alarms HTTP/1.1" 200 611 0.035075 10.0.0.141 - - [2026-01-12 01:57:39] "GET / HTTP/1.1" 200 36215 0.001987 10.0.0.141 - - [2026-01-12 01:57:39] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000586 10.0.0.141 - - [2026-01-12 01:57:39] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.029240 10.0.0.141 - - [2026-01-12 01:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.141 - - [2026-01-12 01:57:39] "PUT /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e HTTP/1.1" 200 277 0.011735 10.0.0.141 - - [2026-01-12 01:57:40] "GET / HTTP/1.1" 200 36215 0.001934 10.0.0.141 - - [2026-01-12 01:57:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.000437 10.0.0.141 - - [2026-01-12 01:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.031459 10.0.0.141 - - [2026-01-12 01:57:40] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004503 10.0.0.141 - - [2026-01-12 01:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.141 - - [2026-01-12 01:57:40] "PUT /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e HTTP/1.1" 200 277 0.010561 10.0.0.141 - - [2026-01-12 01:57:41] "GET / HTTP/1.1" 200 36215 0.002343 10.0.0.141 - - [2026-01-12 01:57:41] "POST /fqname-to-id HTTP/1.1" 401 293 0.000423 10.0.0.141 - - [2026-01-12 01:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.031060 10.0.0.141 - - [2026-01-12 01:57:41] "GET /global-system-config/a8c4ea8b-524c-4e8f-b391-5ef6c5d35b84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.005947 10.0.0.141 - - [2026-01-12 01:57:41] "PUT /global-system-config/a8c4ea8b-524c-4e8f-b391-5ef6c5d35b84 HTTP/1.1" 200 275 0.017633 10.0.0.141 - - [2026-01-12 01:57:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000432 10.0.0.141 - - [2026-01-12 01:57:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000416 10.0.0.141 - - [2026-01-12 01:57:55] "GET /global-system-configs HTTP/1.1" 401 293 0.000517 10.0.0.141 - - [2026-01-12 01:57:55] "GET /global-system-configs HTTP/1.1" 401 293 0.000426 10.0.0.141 - - [2026-01-12 01:58:32] "GET / HTTP/1.1" 200 36215 0.001782 10.0.0.141 - - [2026-01-12 01:58:32] "POST /fqname-to-id HTTP/1.1" 401 293 0.000445 10.0.0.141 - - [2026-01-12 01:58:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.362974 10.0.0.141 - - [2026-01-12 01:58:32] "GET /routing-instance/29e6267c-540f-4ea4-932a-1e9862d859ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.004695 10.0.0.141 - - [2026-01-12 01:58:32] "POST /bgp-routers HTTP/1.1" 200 622 0.023335 10.0.0.141 - - [2026-01-12 01:58:32] "GET /bgp-router/3cdc46cb-1326-4f6c-825b-132768592c40?fields=global_system_config_back_refs HTTP/1.1" 200 1117 0.006716 10.0.0.141 - - [2026-01-12 01:58:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004103 10.0.0.141 - - [2026-01-12 01:58:33] "GET /global-system-config/a8c4ea8b-524c-4e8f-b391-5ef6c5d35b84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.007786 10.0.0.141 - - [2026-01-12 01:58:33] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003807 10.0.0.141 - - [2026-01-12 01:58:33] "POST /ref-update HTTP/1.1" 200 156 0.010187 10.0.0.141 - - [2026-01-12 01:59:02] "GET / HTTP/1.1" 200 36215 0.001751 10.0.0.141 - - [2026-01-12 01:59:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000533 10.0.0.141 - - [2026-01-12 01:59:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.034785 10.0.0.141 - - [2026-01-12 01:59:02] "GET /global-system-config/a8c4ea8b-524c-4e8f-b391-5ef6c5d35b84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.008516 10.0.0.141 - - [2026-01-12 01:59:02] "POST /fqname-to-id HTTP/1.1" 404 220 0.003200 10.0.0.141 - - [2026-01-12 01:59:02] "POST /database-nodes HTTP/1.1" 200 605 0.022069 10.0.0.141 - - [2026-01-12 01:59:35] "GET / HTTP/1.1" 200 36215 0.002609 10.0.0.141 - - [2026-01-12 01:59:35] "POST /fqname-to-id HTTP/1.1" 401 293 0.000632 10.0.0.141 - - [2026-01-12 01:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.029597 10.0.0.141 - - [2026-01-12 01:59:35] "GET /global-system-config/a8c4ea8b-524c-4e8f-b391-5ef6c5d35b84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.008121 10.0.0.141 - - [2026-01-12 01:59:35] "POST /fqname-to-id HTTP/1.1" 404 220 0.003434 10.0.0.141 - - [2026-01-12 01:59:35] "POST /analytics-nodes HTTP/1.1" 200 607 0.020028 10.0.0.141 - - [2026-01-12 01:59:42] "GET / HTTP/1.1" 200 36215 0.002431 10.0.0.141 - - [2026-01-12 01:59:51] "GET / HTTP/1.1" 200 36215 0.002160 10.0.0.141 - - [2026-01-12 01:59:51] "POST /fqname-to-id HTTP/1.1" 401 293 0.000469 10.0.0.141 - - [2026-01-12 01:59:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.036223 10.0.0.141 - - [2026-01-12 01:59:52] "GET /global-system-config/a8c4ea8b-524c-4e8f-b391-5ef6c5d35b84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.006706 10.0.0.141 - - [2026-01-12 01:59:52] "POST /fqname-to-id HTTP/1.1" 404 220 0.003374 10.0.0.141 - - [2026-01-12 01:59:52] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.023571 10.0.0.141 - - [2026-01-12 02:00:06] "GET / HTTP/1.1" 200 36215 0.002585 10.0.0.141 - - [2026-01-12 02:00:06] "POST /fqname-to-id HTTP/1.1" 401 293 0.000652 10.0.0.141 - - [2026-01-12 02:00:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.034563 10.0.0.141 - - [2026-01-12 02:00:06] "GET /global-system-config/a8c4ea8b-524c-4e8f-b391-5ef6c5d35b84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.010434 10.0.0.141 - - [2026-01-12 02:00:06] "POST /fqname-to-id HTTP/1.1" 404 220 0.004034 10.0.0.141 - - [2026-01-12 02:00:06] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.020808 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.141 - - [2026-01-12 02:00:33] "GET /obj-perms HTTP/1.1" 200 5075 0.427505 10.0.0.141 - - [2026-01-12 02:00:34] "GET /obj-perms HTTP/1.1" 200 5075 0.068617 10.0.0.141 - - [2026-01-12 02:01:34] "GET /obj-perms HTTP/1.1" 200 5075 0.064739 10.0.0.141 - - [2026-01-12 02:01:35] "GET /obj-perms HTTP/1.1" 200 5075 0.056703 10.0.0.141 - - [2026-01-12 02:02:35] "GET /obj-perms HTTP/1.1" 200 5075 0.058554 10.0.0.141 - - [2026-01-12 02:02:36] "GET /obj-perms HTTP/1.1" 200 5075 0.066654 10.0.0.141 - - [2026-01-12 02:02:39] "GET / HTTP/1.1" 200 36215 0.002301 10.0.0.141 - - [2026-01-12 02:02:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000521 10.0.0.141 - - [2026-01-12 02:02:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.037794 10.0.0.141 - - [2026-01-12 02:02:40] "GET /global-system-config/a8c4ea8b-524c-4e8f-b391-5ef6c5d35b84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.006144 10.0.0.141 - - [2026-01-12 02:02:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.141 - - [2026-01-12 02:02:40] "GET /routing-instance/29e6267c-540f-4ea4-932a-1e9862d859ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.004407 10.0.0.141 - - [2026-01-12 02:02:40] "PUT /global-system-config/a8c4ea8b-524c-4e8f-b391-5ef6c5d35b84 HTTP/1.1" 200 275 0.011678 10.0.0.141 - - [2026-01-12 02:02:40] "POST /fqname-to-id HTTP/1.1" 404 218 0.003090 10.0.0.141 - - [2026-01-12 02:02:40] "POST /virtual-routers HTTP/1.1" 200 605 0.021793 10.0.0.141 - - [2026-01-12 02:02:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.141 - - [2026-01-12 02:02:40] "GET /virtual-router/34d2c350-0ae4-4742-be07-cab2d08f405f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.006054 10.0.0.141 - - [2026-01-12 02:02:40] "POST /fqname-to-id HTTP/1.1" 404 231 0.003181 10.0.0.141 - - [2026-01-12 02:02:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.141 - - [2026-01-12 02:02:40] "GET /virtual-network/c5fda2c0-da92-4987-93a5-52051c79aaad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.006099 10.0.0.141 - - [2026-01-12 02:02:40] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.052671 10.0.0.141 - - [2026-01-12 02:02:41] "PUT /access-control-list/bd9a6a21-11f7-49ea-b00a-ee692c849f25 HTTP/1.1" 200 273 0.038533 [Introspect:8084]10.0.0.141 - - [2026-01-12 02:02:43] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001577 [Introspect:8084]10.0.0.141 - - [2026-01-12 02:02:43] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001503 10.0.0.141 - - [2026-01-12 02:02:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000525 10.0.0.141 - - [2026-01-12 02:02:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000459 10.0.0.141 - - [2026-01-12 02:02:55] "GET /global-system-configs HTTP/1.1" 401 293 0.000462 10.0.0.141 - - [2026-01-12 02:02:55] "GET /global-system-configs HTTP/1.1" 401 293 0.000442 [Introspect:8084]10.0.0.141 - - [2026-01-12 02:02:56] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001079 [Introspect:8084]10.0.0.141 - - [2026-01-12 02:02:56] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000949 [Introspect:8084]10.0.0.141 - - [2026-01-12 02:02:58] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001858 [Introspect:8084]10.0.0.141 - - [2026-01-12 02:02:58] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001113 10.0.0.141 - - [2026-01-12 02:03:36] "GET /obj-perms HTTP/1.1" 200 5075 0.054782 10.0.0.141 - - [2026-01-12 02:03:36] "GET /obj-perms HTTP/1.1" 200 5075 0.052592 10.0.0.141 - - [2026-01-12 02:04:09] "GET / HTTP/1.1" 200 36215 0.001701 10.0.0.141 - - [2026-01-12 02:04:09] "GET /project/d3be3bc3-d179-453e-a080-faf695b92732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000578 10.0.0.141 - - [2026-01-12 02:04:10] "GET /projects?obj_uuids=d3be3bc3-d179-453e-a080-faf695b92732&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.028484 10.0.0.141 - - [2026-01-12 02:04:10] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001318 10.0.0.141 - - [2026-01-12 02:04:10] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.034680 10.0.0.141 - - [2026-01-12 02:04:10] "POST /id-to-fqname HTTP/1.1" 200 167 0.001450 10.0.0.141 - - [2026-01-12 02:04:10] "POST /fqname-to-id HTTP/1.1" 404 176 0.004592 10.0.0.141 - - [2026-01-12 02:04:10] "POST /security-groups HTTP/1.1" 200 568 0.072071 10.0.0.141 - - [2026-01-12 02:04:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.011344 10.0.0.141 - - [2026-01-12 02:04:10] "POST /projects HTTP/1.1" 200 539 0.240400 10.0.0.141 - - [2026-01-12 02:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.314975 10.0.0.141 - - [2026-01-12 02:04:10] "POST /access-control-lists HTTP/1.1" 200 575 0.066026 10.0.0.141 - - [2026-01-12 02:04:10] "POST /fqname-to-id HTTP/1.1" 404 206 0.002324 10.0.0.141 - - [2026-01-12 02:04:10] "GET /project/d3be3bc3-d179-453e-a080-faf695b92732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.498797 10.0.0.141 - - [2026-01-12 02:04:10] "POST /access-control-lists HTTP/1.1" 200 573 0.061130 [Introspect:8084]10.0.0.141 - - [2026-01-12 02:04:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001203 10.0.0.141 - - [2026-01-12 02:04:11] "POST /fqname-to-id HTTP/1.1" 404 199 0.029352 10.0.0.141 - - [2026-01-12 02:04:11] "GET /projects?obj_uuids=f1394560-1168-4663-a6b4-b3109e1c0c0b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002807 10.0.0.141 - - [2026-01-12 02:04:11] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001134 10.0.0.141 - - [2026-01-12 02:04:11] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008014 10.0.0.141 - - [2026-01-12 02:04:11] "POST /id-to-fqname HTTP/1.1" 200 201 0.001815 10.0.0.141 - - [2026-01-12 02:04:11] "POST /fqname-to-id HTTP/1.1" 404 210 0.004289 10.0.0.141 - - [2026-01-12 02:04:12] "POST /security-groups HTTP/1.1" 200 602 0.065248 10.0.0.141 - - [2026-01-12 02:04:12] "POST /fqname-to-id HTTP/1.1" 404 245 0.003078 10.0.0.141 - - [2026-01-12 02:04:12] "POST /projects HTTP/1.1" 200 607 0.233243 10.0.0.141 - - [2026-01-12 02:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.274235 10.0.0.141 - - [2026-01-12 02:04:12] "POST /access-control-lists HTTP/1.1" 200 609 0.078878 10.0.0.141 - - [2026-01-12 02:04:12] "GET /project/f1394560-1168-4663-a6b4-b3109e1c0c0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.442739 10.0.0.141 - - [2026-01-12 02:04:12] "POST /fqname-to-id HTTP/1.1" 404 244 0.003329 10.0.0.141 - - [2026-01-12 02:04:12] "POST /access-control-lists HTTP/1.1" 200 607 0.061065 10.0.0.141 - - [2026-01-12 02:04:13] "GET / HTTP/1.1" 200 36215 0.002050 10.0.0.141 - - [2026-01-12 02:04:14] "POST /fqname-to-id HTTP/1.1" 401 293 0.000514 10.0.0.141 - - [2026-01-12 02:04:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.061013 10.0.0.141 - - [2026-01-12 02:04:14] "GET /projects?obj_uuids=f1394560-1168-4663-a6b4-b3109e1c0c0b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001035 10.0.0.141 - - [2026-01-12 02:04:14] "GET /project/f1394560-1168-4663-a6b4-b3109e1c0c0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.035020 10.0.0.141 - - [2026-01-12 02:04:14] "POST /neutron/network HTTP/1.1" 200 117 0.108399 10.0.0.141 - - [2026-01-12 02:04:14] "GET /projects?obj_uuids=f1394560-1168-4663-a6b4-b3109e1c0c0b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001647 10.0.0.141 - - [2026-01-12 02:04:14] "POST /neutron/network HTTP/1.1" 200 620 0.082755 10.0.0.141 - - [2026-01-12 02:04:14] "POST /route-targets HTTP/1.1" 200 328 0.027113 10.0.0.141 - - [2026-01-12 02:04:15] "POST /ref-update HTTP/1.1" 200 156 0.020387 10.0.0.141 - - [2026-01-12 02:04:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002503 10.0.0.141 - - [2026-01-12 02:04:15] "POST /neutron/subnet HTTP/1.1" 200 710 0.202344 10.0.0.141 - - [2026-01-12 02:04:15] "POST /neutron/network HTTP/1.1" 200 836 0.006633 10.0.0.141 - - [2026-01-12 02:04:15] "POST /id-to-fqname HTTP/1.1" 200 233 0.001385 10.0.0.141 - - [2026-01-12 02:04:15] "GET /virtual-network/7ecbae6d-c1f6-4727-aad5-ca35901cf36f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006082 10.0.0.141 - - [2026-01-12 02:04:15] "POST /neutron/network HTTP/1.1" 200 836 0.006572 10.0.0.141 - - [2026-01-12 02:04:15] "GET /virtual-network/7ecbae6d-c1f6-4727-aad5-ca35901cf36f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005786 10.0.0.141 - - [2026-01-12 02:04:15] "POST /neutron/network HTTP/1.1" 200 836 0.007392 10.0.0.141 - - [2026-01-12 02:04:15] "POST /neutron/subnet HTTP/1.1" 200 710 0.007601 10.0.0.141 - - [2026-01-12 02:04:15] "GET /domains HTTP/1.1" 401 293 0.000424 10.0.0.141 - - [2026-01-12 02:04:15] "GET /domains HTTP/1.1" 200 281 0.029329 10.0.0.141 - - [2026-01-12 02:04:15] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000998 10.0.0.141 - - [2026-01-12 02:04:15] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2595 0.012682 10.0.0.141 - - [2026-01-12 02:04:15] "GET /projects?obj_uuids=f1394560-1168-4663-a6b4-b3109e1c0c0b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001222 10.0.0.141 - - [2026-01-12 02:04:15] "GET /project/f1394560-1168-4663-a6b4-b3109e1c0c0b HTTP/1.1" 200 2175 0.074277 10.0.0.141 - - [2026-01-12 02:04:15] "GET /virtual-network/7ecbae6d-c1f6-4727-aad5-ca35901cf36f HTTP/1.1" 200 2337 0.006719 10.0.0.141 - - [2026-01-12 02:04:15] "GET /virtual-network/7ecbae6d-c1f6-4727-aad5-ca35901cf36f HTTP/1.1" 200 2337 0.005277 10.0.0.141 - - [2026-01-12 02:04:15] "GET /routing-instance/3941eca9-fcab-4751-9cf1-d32b174c779f HTTP/1.1" 200 1497 0.004434 10.0.0.141 - - [2026-01-12 02:04:15] "GET /routing-instance/3941eca9-fcab-4751-9cf1-d32b174c779f HTTP/1.1" 200 1497 0.003578 10.0.0.141 - - [2026-01-12 02:04:15] "GET /route-target/e69a0a09-bc0d-47e2-96f4-f793d42565f3 HTTP/1.1" 200 1222 0.003221 10.0.0.141 - - [2026-01-12 02:04:15] "GET /virtual-network/7ecbae6d-c1f6-4727-aad5-ca35901cf36f HTTP/1.1" 200 2337 0.005552 10.0.0.141 - - [2026-01-12 02:04:15] "GET /routing-instance/3941eca9-fcab-4751-9cf1-d32b174c779f HTTP/1.1" 200 1497 0.003941 10.0.0.141 - - [2026-01-12 02:04:15] "GET /virtual-network/7ecbae6d-c1f6-4727-aad5-ca35901cf36f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005005 10.0.0.141 - - [2026-01-12 02:04:15] "GET /virtual-network/7ecbae6d-c1f6-4727-aad5-ca35901cf36f HTTP/1.1" 200 2337 0.004982 10.0.0.141 - - [2026-01-12 02:04:15] "GET /routing-instance/3941eca9-fcab-4751-9cf1-d32b174c779f HTTP/1.1" 200 1497 0.005105 10.0.0.141 - - [2026-01-12 02:04:15] "GET /routing-instance/3941eca9-fcab-4751-9cf1-d32b174c779f HTTP/1.1" 200 1497 0.005786 10.0.0.141 - - [2026-01-12 02:04:15] "GET /route-target/e69a0a09-bc0d-47e2-96f4-f793d42565f3 HTTP/1.1" 200 1222 0.003890 10.0.0.141 - - [2026-01-12 02:04:15] "GET /domains HTTP/1.1" 200 281 0.003020 10.0.0.141 - - [2026-01-12 02:04:15] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000956 10.0.0.141 - - [2026-01-12 02:04:15] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2595 0.007235 10.0.0.141 - - [2026-01-12 02:04:16] "GET /projects?obj_uuids=f1394560-1168-4663-a6b4-b3109e1c0c0b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001265 10.0.0.141 - - [2026-01-12 02:04:16] "GET /project/f1394560-1168-4663-a6b4-b3109e1c0c0b HTTP/1.1" 200 2175 0.065707 10.0.0.141 - - [2026-01-12 02:04:16] "GET /virtual-network/7ecbae6d-c1f6-4727-aad5-ca35901cf36f HTTP/1.1" 200 2337 0.005342 10.0.0.141 - - [2026-01-12 02:04:16] "GET /obj-perms HTTP/1.1" 200 5071 0.054420 10.0.0.141 - - [2026-01-12 02:04:16] "POST /id-to-fqname HTTP/1.1" 200 233 0.001333 10.0.0.141 - - [2026-01-12 02:04:18] "POST /neutron/network HTTP/1.1" 200 846 0.007095 10.0.0.141 - - [2026-01-12 02:04:18] "GET /aaa-mode HTTP/1.1" 401 293 0.000448 10.0.0.141 - - [2026-01-12 02:04:18] "GET / HTTP/1.1" 200 36215 0.001553 10.0.0.141 - - [2026-01-12 02:04:18] "GET /project/f1394560-1168-4663-a6b4-b3109e1c0c0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000396 10.0.0.141 - - [2026-01-12 02:04:19] "GET /projects?obj_uuids=f1394560-1168-4663-a6b4-b3109e1c0c0b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001105 10.0.0.141 - - [2026-01-12 02:04:19] "GET /project/f1394560-1168-4663-a6b4-b3109e1c0c0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.063639 10.0.0.141 - - [2026-01-12 02:04:19] "POST /neutron/network HTTP/1.1" 200 836 0.036417 10.0.0.141 - - [2026-01-12 02:04:20] "POST /neutron/port HTTP/1.1" 200 117 0.006175 10.0.0.141 - - [2026-01-12 02:04:20] "POST /neutron/port HTTP/1.1" 200 117 0.007074 10.0.0.141 - - [2026-01-12 02:04:20] "POST /neutron/port HTTP/1.1" 200 117 0.007632 10.0.0.141 - - [2026-01-12 02:04:21] "POST /neutron/network HTTP/1.1" 200 846 0.006340 10.0.0.141 - - [2026-01-12 02:04:21] "GET /projects?obj_uuids=f1394560-1168-4663-a6b4-b3109e1c0c0b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001502 10.0.0.141 - - [2026-01-12 02:04:21] "POST /neutron/port HTTP/1.1" 200 1068 0.241676 10.0.0.141 - - [2026-01-12 02:04:22] "POST /neutron/port HTTP/1.1" 200 1068 0.039007 10.0.0.141 - - [2026-01-12 02:04:22] "POST /neutron/port HTTP/1.1" 200 1068 0.010548 10.0.0.141 - - [2026-01-12 02:04:22] "POST /neutron/port HTTP/1.1" 200 1122 0.063966 10.0.0.141 - - [2026-01-12 02:04:22] "POST /neutron/port HTTP/1.1" 200 1132 0.014529 10.0.0.141 - - [2026-01-12 02:04:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004164 10.0.0.141 - - [2026-01-12 02:04:22] "POST /neutron/subnet HTTP/1.1" 200 684 0.007894 10.0.0.141 - - [2026-01-12 02:04:22] "POST /neutron/port HTTP/1.1" 200 117 0.001175 10.0.0.141 - - [2026-01-12 02:04:22] "POST /neutron/network HTTP/1.1" 200 836 0.006471 10.0.0.141 - - [2026-01-12 02:04:25] "POST /neutron/port HTTP/1.1" 200 1132 0.014654 10.0.0.141 - - [2026-01-12 02:04:25] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008372 10.0.0.141 - - [2026-01-12 02:04:30] "POST /neutron/port HTTP/1.1" 200 1132 0.016671 10.0.0.141 - - [2026-01-12 02:04:30] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007150 10.0.0.141 - - [2026-01-12 02:04:30] "GET /obj-perms HTTP/1.1" 200 5071 0.003845 10.0.0.141 - - [2026-01-12 02:04:31] "GET /obj-perms HTTP/1.1" 200 5071 0.003725 10.0.0.141 - - [2026-01-12 02:04:32] "DELETE /project/f139456011684663a6b4b3109e1c0c0b HTTP/1.1" 404 173 0.004129 10.0.0.141 - - [2026-01-12 02:04:32] "DELETE /project/d3be3bc3d179453ea080faf695b92732 HTTP/1.1" 404 173 0.002703 10.0.0.141 - - [2026-01-12 02:04:32] "GET /obj-perms HTTP/1.1" 200 5071 0.004729 10.0.0.141 - - [2026-01-12 02:04:33] "GET /obj-perms HTTP/1.1" 200 5071 0.005105 10.0.0.141 - - [2026-01-12 02:04:34] "GET /obj-perms HTTP/1.1" 200 5071 0.004298 10.0.0.141 - - [2026-01-12 02:04:35] "POST /neutron/network HTTP/1.1" 200 836 0.008747 10.0.0.141 - - [2026-01-12 02:04:35] "POST /neutron/network HTTP/1.1" 400 204 0.017358 10.0.0.141 - - [2026-01-12 02:04:36] "POST /neutron/port HTTP/1.1" 200 1132 0.019507 10.0.0.141 - - [2026-01-12 02:04:36] "POST /neutron/port HTTP/1.1" 200 1122 0.013296 10.0.0.141 - - [2026-01-12 02:04:36] "POST /neutron/port HTTP/1.1" 200 151 0.146046 10.0.0.141 - - [2026-01-12 02:04:37] "GET /obj-perms HTTP/1.1" 200 5075 0.060483 10.0.0.141 - - [2026-01-12 02:04:37] "GET /obj-perms HTTP/1.1" 200 5075 0.055288 10.0.0.141 - - [2026-01-12 02:04:37] "POST /neutron/network HTTP/1.1" 200 836 0.006367 10.0.0.141 - - [2026-01-12 02:04:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002847 10.0.0.141 - - [2026-01-12 02:04:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003855 10.0.0.141 - - [2026-01-12 02:04:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.141 - - [2026-01-12 02:04:37] "POST /neutron/network HTTP/1.1" 200 151 0.102263 10.0.0.141 - - [2026-01-12 02:04:37] "GET /routing-instance/3941eca9-fcab-4751-9cf1-d32b174c779f HTTP/1.1" 404 171 0.003972 10.0.0.141 - - [2026-01-12 02:04:37] "GET /domains HTTP/1.1" 200 281 0.003898 10.0.0.141 - - [2026-01-12 02:04:37] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001189 10.0.0.141 - - [2026-01-12 02:04:37] "DELETE /route-target/e69a0a09-bc0d-47e2-96f4-f793d42565f3 HTTP/1.1" 200 115 0.031188 10.0.0.141 - - [2026-01-12 02:04:38] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2595 0.056414 10.0.0.141 - - [2026-01-12 02:04:38] "GET /projects?obj_uuids=f1394560-1168-4663-a6b4-b3109e1c0c0b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001030 10.0.0.141 - - [2026-01-12 02:04:38] "GET /project/f1394560-1168-4663-a6b4-b3109e1c0c0b HTTP/1.1" 200 1924 0.076060 10.0.0.141 - - [2026-01-12 02:04:38] "GET /projects?obj_uuids=f1394560-1168-4663-a6b4-b3109e1c0c0b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001967 10.0.0.141 - - [2026-01-12 02:04:38] "GET /project/f1394560-1168-4663-a6b4-b3109e1c0c0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.030329 10.0.0.141 - - [2026-01-12 02:04:38] "GET /projects?obj_uuids=f1394560-1168-4663-a6b4-b3109e1c0c0b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001176 10.0.0.141 - - [2026-01-12 02:04:38] "GET /project/f1394560-1168-4663-a6b4-b3109e1c0c0b?fields=virtual_networks HTTP/1.1" 200 1057 0.075725 10.0.0.141 - - [2026-01-12 02:04:38] "GET /projects?obj_uuids=f1394560-1168-4663-a6b4-b3109e1c0c0b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001323 10.0.0.141 - - [2026-01-12 02:04:38] "GET /project/f1394560-1168-4663-a6b4-b3109e1c0c0b?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.051129 10.0.0.141 - - [2026-01-12 02:04:38] "GET /projects?obj_uuids=f1394560-1168-4663-a6b4-b3109e1c0c0b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001422 10.0.0.141 - - [2026-01-12 02:04:38] "GET /project/f1394560-1168-4663-a6b4-b3109e1c0c0b?fields=security_groups HTTP/1.1" 200 1295 0.033921 10.0.0.141 - - [2026-01-12 02:04:39] "GET /projects?obj_uuids=d3be3bc3-d179-453e-a080-faf695b92732&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001347 10.0.0.141 - - [2026-01-12 02:04:39] "GET /project/d3be3bc3-d179-453e-a080-faf695b92732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.037633 10.0.0.141 - - [2026-01-12 02:04:43] "GET /projects?obj_uuids=d3be3bc3-d179-453e-a080-faf695b92732&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001272 10.0.0.141 - - [2026-01-12 02:04:43] "GET /project/d3be3bc3-d179-453e-a080-faf695b92732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.032468 10.0.0.141 - - [2026-01-12 02:04:44] "GET /documentation/index.html HTTP/1.1" 200 210274 0.003718 10.0.0.141 - - [2026-01-12 02:04:44] "POST /fqname-to-id HTTP/1.1" 404 200 0.029545 10.0.0.141 - - [2026-01-12 02:04:44] "GET /projects?obj_uuids=8763ce0f-4200-4d38-ad0f-64ee036b4735&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003134 10.0.0.141 - - [2026-01-12 02:04:44] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001081 10.0.0.141 - - [2026-01-12 02:04:44] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008246 10.0.0.141 - - [2026-01-12 02:04:44] "POST /id-to-fqname HTTP/1.1" 200 202 0.001314 10.0.0.141 - - [2026-01-12 02:04:44] "POST /fqname-to-id HTTP/1.1" 404 211 0.002735 10.0.0.141 - - [2026-01-12 02:04:44] "POST /security-groups HTTP/1.1" 200 603 0.088803 10.0.0.141 - - [2026-01-12 02:04:44] "POST /fqname-to-id HTTP/1.1" 404 246 0.004594 10.0.0.141 - - [2026-01-12 02:04:44] "POST /projects HTTP/1.1" 200 609 0.249892 10.0.0.141 - - [2026-01-12 02:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.323779 10.0.0.141 - - [2026-01-12 02:04:44] "POST /access-control-lists HTTP/1.1" 200 610 0.072453 10.0.0.141 - - [2026-01-12 02:04:44] "POST /fqname-to-id HTTP/1.1" 404 245 0.004663 10.0.0.141 - - [2026-01-12 02:04:44] "GET /project/8763ce0f-4200-4d38-ad0f-64ee036b4735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.475764 10.0.0.141 - - [2026-01-12 02:04:45] "POST /access-control-lists HTTP/1.1" 200 608 0.065901 10.0.0.141 - - [2026-01-12 02:04:46] "GET / HTTP/1.1" 200 36215 0.002025 10.0.0.141 - - [2026-01-12 02:04:46] "GET /projects?obj_uuids=d3be3bc3-d179-453e-a080-faf695b92732&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001425 10.0.0.141 - - [2026-01-12 02:04:46] "GET /project/d3be3bc3-d179-453e-a080-faf695b92732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.035930 10.0.0.141 - - [2026-01-12 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.141 - - [2026-01-12 02:04:47] "GET /security-group/72b794ac-fe63-4080-8380-1b45883543e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.005033 10.0.0.141 - - [2026-01-12 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.141 - - [2026-01-12 02:04:47] "GET /projects?obj_uuids=d3be3bc3-d179-453e-a080-faf695b92732&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001309 10.0.0.141 - - [2026-01-12 02:04:47] "GET /project/d3be3bc3-d179-453e-a080-faf695b92732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.028863 10.0.0.141 - - [2026-01-12 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.141 - - [2026-01-12 02:04:47] "GET /security-group/72b794ac-fe63-4080-8380-1b45883543e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.004309 10.0.0.141 - - [2026-01-12 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.141 - - [2026-01-12 02:04:47] "PUT /security-group/72b794ac-fe63-4080-8380-1b45883543e2 HTTP/1.1" 200 263 0.017883 10.0.0.141 - - [2026-01-12 02:04:47] "PUT /access-control-list/12bf9106-e704-4b59-a2d9-e3257c96f90a HTTP/1.1" 200 273 0.010722 10.0.0.141 - - [2026-01-12 02:04:47] "PUT /access-control-list/1277e4b8-e4db-4be2-a14c-e3e39b000156 HTTP/1.1" 200 273 0.014529 10.0.0.141 - - [2026-01-12 02:04:48] "POST /fqname-to-id HTTP/1.1" 401 293 0.000576 10.0.0.141 - - [2026-01-12 02:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.066277 10.0.0.141 - - [2026-01-12 02:04:48] "GET /projects?obj_uuids=8763ce0f-4200-4d38-ad0f-64ee036b4735&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001011 10.0.0.141 - - [2026-01-12 02:04:48] "GET /project/8763ce0f-4200-4d38-ad0f-64ee036b4735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.028787 10.0.0.141 - - [2026-01-12 02:04:48] "POST /neutron/network HTTP/1.1" 200 117 0.037150 10.0.0.141 - - [2026-01-12 02:04:48] "GET /projects?obj_uuids=8763ce0f-4200-4d38-ad0f-64ee036b4735&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001108 10.0.0.141 - - [2026-01-12 02:04:48] "POST /neutron/network HTTP/1.1" 200 619 0.077055 10.0.0.141 - - [2026-01-12 02:04:48] "POST /route-targets HTTP/1.1" 200 328 0.010865 10.0.0.141 - - [2026-01-12 02:04:48] "POST /ref-update HTTP/1.1" 200 156 0.015984 10.0.0.141 - - [2026-01-12 02:04:48] "POST /useragent-kv HTTP/1.1" 200 115 0.005440 10.0.0.141 - - [2026-01-12 02:04:48] "POST /neutron/subnet HTTP/1.1" 200 720 0.193929 10.0.0.141 - - [2026-01-12 02:04:49] "POST /neutron/network HTTP/1.1" 200 837 0.008101 10.0.0.141 - - [2026-01-12 02:04:49] "POST /id-to-fqname HTTP/1.1" 200 233 0.001539 10.0.0.141 - - [2026-01-12 02:04:49] "GET /virtual-network/82264e01-5f5f-4c5c-bf65-f66a7138baab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005737 10.0.0.141 - - [2026-01-12 02:04:49] "POST /neutron/network HTTP/1.1" 200 837 0.006691 10.0.0.141 - - [2026-01-12 02:04:49] "GET /virtual-network/82264e01-5f5f-4c5c-bf65-f66a7138baab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006171 10.0.0.141 - - [2026-01-12 02:04:49] "POST /neutron/network HTTP/1.1" 200 837 0.005858 10.0.0.141 - - [2026-01-12 02:04:49] "POST /neutron/subnet HTTP/1.1" 200 720 0.007164 10.0.0.141 - - [2026-01-12 02:04:49] "GET /domains HTTP/1.1" 401 293 0.000398 10.0.0.141 - - [2026-01-12 02:04:49] "GET /domains HTTP/1.1" 200 281 0.031659 10.0.0.141 - - [2026-01-12 02:04:49] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001171 10.0.0.141 - - [2026-01-12 02:04:49] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2794 0.010310 10.0.0.141 - - [2026-01-12 02:04:49] "GET /projects?obj_uuids=8763ce0f-4200-4d38-ad0f-64ee036b4735&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001083 10.0.0.141 - - [2026-01-12 02:04:49] "GET /project/8763ce0f-4200-4d38-ad0f-64ee036b4735 HTTP/1.1" 200 2180 0.076614 10.0.0.141 - - [2026-01-12 02:04:49] "GET /virtual-network/82264e01-5f5f-4c5c-bf65-f66a7138baab HTTP/1.1" 200 2341 0.006748 10.0.0.141 - - [2026-01-12 02:04:49] "GET /virtual-network/82264e01-5f5f-4c5c-bf65-f66a7138baab HTTP/1.1" 200 2341 0.005903 10.0.0.141 - - [2026-01-12 02:04:49] "GET /routing-instance/0473ec1a-4165-4fd6-8359-a1f6719688ce HTTP/1.1" 200 1492 0.003584 10.0.0.141 - - [2026-01-12 02:04:49] "GET /routing-instance/0473ec1a-4165-4fd6-8359-a1f6719688ce HTTP/1.1" 200 1492 0.003281 10.0.0.141 - - [2026-01-12 02:04:49] "GET /route-target/d2eb35b2-8a62-42a8-af66-18f1a55768d5 HTTP/1.1" 200 1221 0.003567 10.0.0.141 - - [2026-01-12 02:04:49] "GET /virtual-network/82264e01-5f5f-4c5c-bf65-f66a7138baab HTTP/1.1" 200 2341 0.004657 10.0.0.141 - - [2026-01-12 02:04:49] "GET /routing-instance/0473ec1a-4165-4fd6-8359-a1f6719688ce HTTP/1.1" 200 1492 0.003249 10.0.0.141 - - [2026-01-12 02:04:49] "GET /virtual-network/82264e01-5f5f-4c5c-bf65-f66a7138baab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004632 10.0.0.141 - - [2026-01-12 02:04:49] "GET /virtual-network/82264e01-5f5f-4c5c-bf65-f66a7138baab HTTP/1.1" 200 2341 0.004596 10.0.0.141 - - [2026-01-12 02:04:49] "GET /routing-instance/0473ec1a-4165-4fd6-8359-a1f6719688ce HTTP/1.1" 200 1492 0.003778 10.0.0.141 - - [2026-01-12 02:04:49] "GET /routing-instance/0473ec1a-4165-4fd6-8359-a1f6719688ce HTTP/1.1" 200 1492 0.003253 10.0.0.141 - - [2026-01-12 02:04:49] "GET /route-target/d2eb35b2-8a62-42a8-af66-18f1a55768d5 HTTP/1.1" 200 1221 0.003050 10.0.0.141 - - [2026-01-12 02:04:49] "GET /domains HTTP/1.1" 200 281 0.003322 10.0.0.141 - - [2026-01-12 02:04:49] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000931 10.0.0.141 - - [2026-01-12 02:04:49] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2794 0.006567 10.0.0.141 - - [2026-01-12 02:04:49] "GET /projects?obj_uuids=8763ce0f-4200-4d38-ad0f-64ee036b4735&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001021 10.0.0.141 - - [2026-01-12 02:04:49] "GET /project/8763ce0f-4200-4d38-ad0f-64ee036b4735 HTTP/1.1" 200 2180 0.071970 10.0.0.141 - - [2026-01-12 02:04:49] "GET /virtual-network/82264e01-5f5f-4c5c-bf65-f66a7138baab HTTP/1.1" 200 2341 0.005466 10.0.0.141 - - [2026-01-12 02:04:50] "GET /obj-perms HTTP/1.1" 200 5073 0.060253 10.0.0.141 - - [2026-01-12 02:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.141 - - [2026-01-12 02:04:50] "GET /projects?obj_uuids=8763ce0f-4200-4d38-ad0f-64ee036b4735&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001494 10.0.0.141 - - [2026-01-12 02:04:50] "GET /project/8763ce0f-4200-4d38-ad0f-64ee036b4735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.030491 10.0.0.141 - - [2026-01-12 02:04:50] "POST /neutron/network HTTP/1.1" 200 117 0.009942 10.0.0.141 - - [2026-01-12 02:04:50] "GET /projects?obj_uuids=8763ce0f-4200-4d38-ad0f-64ee036b4735&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001054 10.0.0.141 - - [2026-01-12 02:04:50] "POST /neutron/network HTTP/1.1" 200 619 0.088668 10.0.0.141 - - [2026-01-12 02:04:50] "POST /route-targets HTTP/1.1" 200 328 0.010212 10.0.0.141 - - [2026-01-12 02:04:50] "POST /ref-update HTTP/1.1" 200 156 0.012626 10.0.0.141 - - [2026-01-12 02:04:50] "POST /useragent-kv HTTP/1.1" 200 115 0.010634 10.0.0.141 - - [2026-01-12 02:04:50] "POST /neutron/subnet HTTP/1.1" 200 724 0.207141 10.0.0.141 - - [2026-01-12 02:04:50] "POST /neutron/network HTTP/1.1" 200 838 0.009873 10.0.0.141 - - [2026-01-12 02:04:50] "POST /id-to-fqname HTTP/1.1" 200 233 0.001353 10.0.0.141 - - [2026-01-12 02:04:50] "GET /virtual-network/8d0b7e70-a625-470d-ab5b-82ba07adfda2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006323 10.0.0.141 - - [2026-01-12 02:04:50] "POST /neutron/network HTTP/1.1" 200 838 0.006330 10.0.0.141 - - [2026-01-12 02:04:50] "GET /virtual-network/8d0b7e70-a625-470d-ab5b-82ba07adfda2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005184 10.0.0.141 - - [2026-01-12 02:04:50] "POST /neutron/network HTTP/1.1" 200 838 0.006956 10.0.0.141 - - [2026-01-12 02:04:50] "POST /neutron/subnet HTTP/1.1" 200 724 0.007979 10.0.0.141 - - [2026-01-12 02:04:50] "GET /domains HTTP/1.1" 200 281 0.002896 10.0.0.141 - - [2026-01-12 02:04:50] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002315 10.0.0.141 - - [2026-01-12 02:04:50] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2794 0.008777 10.0.0.141 - - [2026-01-12 02:04:50] "GET /projects?obj_uuids=8763ce0f-4200-4d38-ad0f-64ee036b4735&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000962 10.0.0.141 - - [2026-01-12 02:04:51] "GET /project/8763ce0f-4200-4d38-ad0f-64ee036b4735 HTTP/1.1" 200 2409 0.083365 10.0.0.141 - - [2026-01-12 02:04:51] "GET /virtual-network/8d0b7e70-a625-470d-ab5b-82ba07adfda2 HTTP/1.1" 200 2345 0.007259 10.0.0.141 - - [2026-01-12 02:04:51] "GET /virtual-network/8d0b7e70-a625-470d-ab5b-82ba07adfda2 HTTP/1.1" 200 2345 0.005423 10.0.0.141 - - [2026-01-12 02:04:51] "GET /routing-instance/8d73dba5-08b5-4117-8ad7-595d6ea7983c HTTP/1.1" 200 1495 0.003782 10.0.0.141 - - [2026-01-12 02:04:51] "GET /routing-instance/8d73dba5-08b5-4117-8ad7-595d6ea7983c HTTP/1.1" 200 1495 0.003285 10.0.0.141 - - [2026-01-12 02:04:51] "GET /route-target/cbf81c85-dac9-4139-945a-58fd0ea743f0 HTTP/1.1" 200 1221 0.012417 10.0.0.141 - - [2026-01-12 02:04:51] "GET /virtual-network/8d0b7e70-a625-470d-ab5b-82ba07adfda2 HTTP/1.1" 200 2345 0.005342 10.0.0.141 - - [2026-01-12 02:04:51] "GET /routing-instance/8d73dba5-08b5-4117-8ad7-595d6ea7983c HTTP/1.1" 200 1495 0.003642 10.0.0.141 - - [2026-01-12 02:04:51] "GET /virtual-network/8d0b7e70-a625-470d-ab5b-82ba07adfda2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.008121 10.0.0.141 - - [2026-01-12 02:04:51] "GET /virtual-network/8d0b7e70-a625-470d-ab5b-82ba07adfda2 HTTP/1.1" 200 2345 0.005367 10.0.0.141 - - [2026-01-12 02:04:51] "GET /routing-instance/8d73dba5-08b5-4117-8ad7-595d6ea7983c HTTP/1.1" 200 1495 0.006714 10.0.0.141 - - [2026-01-12 02:04:51] "GET /routing-instance/8d73dba5-08b5-4117-8ad7-595d6ea7983c HTTP/1.1" 200 1495 0.003861 10.0.0.141 - - [2026-01-12 02:04:51] "GET /route-target/cbf81c85-dac9-4139-945a-58fd0ea743f0 HTTP/1.1" 200 1221 0.003470 10.0.0.141 - - [2026-01-12 02:04:51] "GET /domains HTTP/1.1" 200 281 0.004851 10.0.0.141 - - [2026-01-12 02:04:51] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988 10.0.0.141 - - [2026-01-12 02:04:51] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2794 0.009746 10.0.0.141 - - [2026-01-12 02:04:51] "GET /projects?obj_uuids=8763ce0f-4200-4d38-ad0f-64ee036b4735&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000998 10.0.0.141 - - [2026-01-12 02:04:51] "GET /project/8763ce0f-4200-4d38-ad0f-64ee036b4735 HTTP/1.1" 200 2409 0.069641 10.0.0.141 - - [2026-01-12 02:04:51] "GET /virtual-network/8d0b7e70-a625-470d-ab5b-82ba07adfda2 HTTP/1.1" 200 2345 0.005338 10.0.0.141 - - [2026-01-12 02:04:51] "GET /obj-perms HTTP/1.1" 200 5073 0.002867 10.0.0.141 - - [2026-01-12 02:04:51] "POST /id-to-fqname HTTP/1.1" 200 233 0.001405 10.0.0.141 - - [2026-01-12 02:04:51] "POST /neutron/network HTTP/1.1" 200 848 0.006410 10.0.0.141 - - [2026-01-12 02:04:51] "GET /aaa-mode HTTP/1.1" 401 293 0.000454 10.0.0.141 - - [2026-01-12 02:04:51] "GET / HTTP/1.1" 200 36215 0.001918 10.0.0.141 - - [2026-01-12 02:04:51] "GET /project/8763ce0f-4200-4d38-ad0f-64ee036b4735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000411 10.0.0.141 - - [2026-01-12 02:04:52] "GET /projects?obj_uuids=8763ce0f-4200-4d38-ad0f-64ee036b4735&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001456 10.0.0.141 - - [2026-01-12 02:04:52] "GET /project/8763ce0f-4200-4d38-ad0f-64ee036b4735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.053992 10.0.0.141 - - [2026-01-12 02:04:52] "POST /neutron/network HTTP/1.1" 200 838 0.006566 10.0.0.141 - - [2026-01-12 02:04:52] "POST /neutron/port HTTP/1.1" 200 117 0.005927 10.0.0.141 - - [2026-01-12 02:04:52] "POST /neutron/port HTTP/1.1" 200 117 0.005265 10.0.0.141 - - [2026-01-12 02:04:52] "POST /id-to-fqname HTTP/1.1" 200 233 0.001731 10.0.0.141 - - [2026-01-12 02:04:52] "POST /neutron/port HTTP/1.1" 200 117 0.005464 10.0.0.141 - - [2026-01-12 02:04:52] "POST /neutron/network HTTP/1.1" 200 847 0.006109 10.0.0.141 - - [2026-01-12 02:04:52] "GET /aaa-mode HTTP/1.1" 401 293 0.000469 10.0.0.141 - - [2026-01-12 02:04:52] "POST /neutron/network HTTP/1.1" 200 848 0.006370 10.0.0.141 - - [2026-01-12 02:04:52] "GET /projects?obj_uuids=8763ce0f-4200-4d38-ad0f-64ee036b4735&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001388 10.0.0.141 - - [2026-01-12 02:04:53] "GET / HTTP/1.1" 200 36215 0.001876 10.0.0.141 - - [2026-01-12 02:04:53] "GET /project/8763ce0f-4200-4d38-ad0f-64ee036b4735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000598 10.0.0.141 - - [2026-01-12 02:04:53] "POST /neutron/port HTTP/1.1" 200 1072 0.262949 10.0.0.141 - - [2026-01-12 02:04:53] "POST /neutron/port HTTP/1.1" 200 1072 0.014506 10.0.0.141 - - [2026-01-12 02:04:53] "POST /neutron/port HTTP/1.1" 200 1072 0.010722 10.0.0.141 - - [2026-01-12 02:04:53] "POST /neutron/port HTTP/1.1" 200 1126 0.071996 10.0.0.141 - - [2026-01-12 02:04:53] "POST /neutron/port HTTP/1.1" 200 1136 0.013750 10.0.0.141 - - [2026-01-12 02:04:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003551 10.0.0.141 - - [2026-01-12 02:04:53] "POST /neutron/subnet HTTP/1.1" 200 698 0.007224 10.0.0.141 - - [2026-01-12 02:04:53] "POST /neutron/port HTTP/1.1" 200 117 0.001213 10.0.0.141 - - [2026-01-12 02:04:53] "POST /neutron/network HTTP/1.1" 200 838 0.006524 10.0.0.141 - - [2026-01-12 02:04:53] "GET /projects?obj_uuids=8763ce0f-4200-4d38-ad0f-64ee036b4735&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001113 10.0.0.141 - - [2026-01-12 02:04:53] "GET /project/8763ce0f-4200-4d38-ad0f-64ee036b4735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.052300 10.0.0.141 - - [2026-01-12 02:04:53] "POST /neutron/network HTTP/1.1" 200 837 0.006325 10.0.0.141 - - [2026-01-12 02:04:53] "POST /neutron/port HTTP/1.1" 200 1136 0.017655 10.0.0.141 - - [2026-01-12 02:04:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.015756 10.0.0.141 - - [2026-01-12 02:04:53] "POST /neutron/port HTTP/1.1" 200 117 0.005910 10.0.0.141 - - [2026-01-12 02:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.141 - - [2026-01-12 02:04:53] "GET /projects?obj_uuids=8763ce0f-4200-4d38-ad0f-64ee036b4735&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001094 10.0.0.141 - - [2026-01-12 02:04:54] "GET /project/8763ce0f-4200-4d38-ad0f-64ee036b4735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.047125 10.0.0.141 - - [2026-01-12 02:04:54] "GET /virtual-network/82264e01-5f5f-4c5c-bf65-f66a7138baab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006157 10.0.0.141 - - [2026-01-12 02:04:54] "POST /neutron/network HTTP/1.1" 200 847 0.006111 10.0.0.141 - - [2026-01-12 02:04:54] "GET /floating-ip-pools?parent_id=82264e01-5f5f-4c5c-bf65-f66a7138baab&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003335 10.0.0.141 - - [2026-01-12 02:04:54] "GET /projects?obj_uuids=8763ce0f-4200-4d38-ad0f-64ee036b4735&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001153 10.0.0.141 - - [2026-01-12 02:04:54] "GET /virtual-network/82264e01-5f5f-4c5c-bf65-f66a7138baab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.010135 10.0.0.141 - - [2026-01-12 02:04:54] "POST /floating-ip-pools HTTP/1.1" 200 611 0.087282 10.0.0.141 - - [2026-01-12 02:04:54] "POST /ref-update HTTP/1.1" 200 156 0.011462 10.0.0.141 - - [2026-01-12 02:04:54] "GET /virtual-network/82264e01-5f5f-4c5c-bf65-f66a7138baab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.022169 10.0.0.141 - - [2026-01-12 02:04:54] "GET /domains HTTP/1.1" 200 281 0.006683 10.0.0.141 - - [2026-01-12 02:04:54] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001263 10.0.0.141 - - [2026-01-12 02:04:54] "POST /neutron/port HTTP/1.1" 200 1071 0.375401 10.0.0.141 - - [2026-01-12 02:04:54] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2794 0.020894 10.0.0.141 - - [2026-01-12 02:04:54] "GET /projects?obj_uuids=8763ce0f-4200-4d38-ad0f-64ee036b4735&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001098 10.0.0.141 - - [2026-01-12 02:04:54] "POST /neutron/port HTTP/1.1" 200 1071 0.013332 10.0.0.141 - - [2026-01-12 02:04:54] "POST /neutron/port HTTP/1.1" 200 1071 0.016547 10.0.0.141 - - [2026-01-12 02:04:54] "GET /project/8763ce0f-4200-4d38-ad0f-64ee036b4735 HTTP/1.1" 200 3254 0.118742 10.0.0.141 - - [2026-01-12 02:04:54] "GET /virtual-network/82264e01-5f5f-4c5c-bf65-f66a7138baab HTTP/1.1" 200 3156 0.011578 10.0.0.141 - - [2026-01-12 02:04:54] "GET /floating-ip-pool/6830ef60-d2f5-441f-894d-0d8a0a0304e1 HTTP/1.1" 200 1443 0.004014 10.0.0.141 - - [2026-01-12 02:04:54] "GET /domains HTTP/1.1" 200 281 0.002763 10.0.0.141 - - [2026-01-12 02:04:54] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001015 10.0.0.141 - - [2026-01-12 02:04:54] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2794 0.008000 10.0.0.141 - - [2026-01-12 02:04:54] "GET /projects?obj_uuids=8763ce0f-4200-4d38-ad0f-64ee036b4735&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.010900 10.0.0.141 - - [2026-01-12 02:04:54] "POST /neutron/port HTTP/1.1" 200 1125 0.180293 10.0.0.141 - - [2026-01-12 02:04:54] "GET /project/8763ce0f-4200-4d38-ad0f-64ee036b4735 HTTP/1.1" 200 3254 0.126551 10.0.0.141 - - [2026-01-12 02:04:54] "GET /virtual-network/82264e01-5f5f-4c5c-bf65-f66a7138baab HTTP/1.1" 200 3156 0.005707 10.0.0.141 - - [2026-01-12 02:04:54] "POST /neutron/port HTTP/1.1" 200 1135 0.051468 10.0.0.141 - - [2026-01-12 02:04:54] "GET /virtual-network/82264e01-5f5f-4c5c-bf65-f66a7138baab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.011880 10.0.0.141 - - [2026-01-12 02:04:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007051 10.0.0.141 - - [2026-01-12 02:04:54] "POST /neutron/subnet HTTP/1.1" 200 694 0.010794 10.0.0.141 - - [2026-01-12 02:04:54] "POST /neutron/port HTTP/1.1" 200 117 0.001331 10.0.0.141 - - [2026-01-12 02:04:54] "POST /neutron/network HTTP/1.1" 200 837 0.012184 10.0.0.141 - - [2026-01-12 02:04:54] "POST /neutron/port HTTP/1.1" 200 1136 0.029737 10.0.0.141 - - [2026-01-12 02:04:54] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010874 10.0.0.141 - - [2026-01-12 02:04:55] "POST /neutron/port HTTP/1.1" 200 1136 0.013354 10.0.0.141 - - [2026-01-12 02:04:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008323 10.0.0.141 - - [2026-01-12 02:04:55] "POST /neutron/port HTTP/1.1" 200 1136 0.015007 10.0.0.141 - - [2026-01-12 02:04:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006545 10.0.0.141 - - [2026-01-12 02:04:55] "GET /virtual-machine/c110b32b-7688-44de-ac78-3ab75b0bd6c5 HTTP/1.1" 200 1307 0.008618 10.0.0.141 - - [2026-01-12 02:04:55] "GET /virtual-machine-interface/32617ecc-ae2c-4bbc-beec-6116ca26c3d4 HTTP/1.1" 200 3011 0.008574 10.0.0.141 - - [2026-01-12 02:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.141 - - [2026-01-12 02:04:55] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003698 10.0.0.141 - - [2026-01-12 02:04:55] "GET /virtual-networks?parent_id=8763ce0f-4200-4d38-ad0f-64ee036b4735&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003191 10.0.0.141 - - [2026-01-12 02:04:55] "GET /virtual-network/8d0b7e70-a625-470d-ab5b-82ba07adfda2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007755 10.0.0.141 - - [2026-01-12 02:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.141 - - [2026-01-12 02:04:58] "GET /virtual-network/8d0b7e70-a625-470d-ab5b-82ba07adfda2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005896 10.0.0.141 - - [2026-01-12 02:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.141 - - [2026-01-12 02:05:02] "GET /virtual-network/8d0b7e70-a625-470d-ab5b-82ba07adfda2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006452 10.0.0.141 - - [2026-01-12 02:05:04] "POST /neutron/port HTTP/1.1" 200 1136 0.042040 10.0.0.141 - - [2026-01-12 02:05:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005401 10.0.0.141 - - [2026-01-12 02:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.141 - - [2026-01-12 02:05:04] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003737 10.0.0.141 - - [2026-01-12 02:05:04] "GET /virtual-networks?parent_id=8763ce0f-4200-4d38-ad0f-64ee036b4735&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003159 10.0.0.141 - - [2026-01-12 02:05:04] "GET /virtual-network/8d0b7e70-a625-470d-ab5b-82ba07adfda2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005873 10.0.0.141 - - [2026-01-12 02:05:04] "POST /neutron/port HTTP/1.1" 200 1136 0.013183 10.0.0.141 - - [2026-01-12 02:05:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007124 10.0.0.141 - - [2026-01-12 02:05:04] "POST /neutron/port HTTP/1.1" 200 1135 0.012146 10.0.0.141 - - [2026-01-12 02:05:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006274 10.0.0.141 - - [2026-01-12 02:05:10] "GET /projects?obj_uuids=8763ce0f-4200-4d38-ad0f-64ee036b4735&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001230 10.0.0.141 - - [2026-01-12 02:05:10] "POST /neutron/floatingip HTTP/1.1" 200 529 0.078902 10.0.0.141 - - [2026-01-12 02:05:10] "POST /neutron/port HTTP/1.1" 200 1136 0.013523 10.0.0.141 - - [2026-01-12 02:05:10] "POST /neutron/floatingip HTTP/1.1" 200 529 0.006119 10.0.0.141 - - [2026-01-12 02:05:10] "POST /neutron/floatingip HTTP/1.1" 200 576 0.034176 10.0.0.141 - - [2026-01-12 02:05:10] "POST /neutron/port HTTP/1.1" 200 1135 0.015216 10.0.0.141 - - [2026-01-12 02:05:10] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007271 10.0.0.141 - - [2026-01-12 02:05:10] "POST /neutron/port HTTP/1.1" 200 1135 0.021498 10.0.0.141 - - [2026-01-12 02:05:10] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006973 10.0.0.141 - - [2026-01-12 02:05:10] "POST /neutron/port HTTP/1.1" 200 1135 0.016721 10.0.0.141 - - [2026-01-12 02:05:10] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006154 10.0.0.141 - - [2026-01-12 02:05:10] "GET /virtual-machine/9f1476bf-3841-4eaa-a423-a4b6765eba3b HTTP/1.1" 200 1307 0.004833 10.0.0.141 - - [2026-01-12 02:05:10] "GET /virtual-machine-interface/4d9098e4-22b5-4992-a7b2-c32ede7c4277 HTTP/1.1" 200 3011 0.008848 10.0.0.141 - - [2026-01-12 02:05:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.141 - - [2026-01-12 02:05:10] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003030 10.0.0.141 - - [2026-01-12 02:05:10] "GET /virtual-networks?parent_id=8763ce0f-4200-4d38-ad0f-64ee036b4735&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003115 10.0.0.141 - - [2026-01-12 02:05:10] "GET /virtual-network/82264e01-5f5f-4c5c-bf65-f66a7138baab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006315 10.0.0.141 - - [2026-01-12 02:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.141 - - [2026-01-12 02:05:11] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003362 10.0.0.141 - - [2026-01-12 02:05:11] "GET /virtual-networks?parent_id=8763ce0f-4200-4d38-ad0f-64ee036b4735&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003191 10.0.0.141 - - [2026-01-12 02:05:11] "GET /virtual-network/82264e01-5f5f-4c5c-bf65-f66a7138baab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005933 10.0.0.141 - - [2026-01-12 02:05:11] "POST /neutron/floatingip HTTP/1.1" 200 576 0.009408 10.0.0.141 - - [2026-01-12 02:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002175 10.0.0.141 - - [2026-01-12 02:05:11] "GET /routing-instance/0473ec1a-4165-4fd6-8359-a1f6719688ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.003151 10.0.0.141 - - [2026-01-12 02:05:11] "GET /route-target/d2eb35b2-8a62-42a8-af66-18f1a55768d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003635 10.0.0.141 - - [2026-01-12 02:05:12] "GET /floating-ip/bfa6b4a7-24ce-40c7-bb66-113bc0fca857 HTTP/1.1" 200 1893 0.005689 10.0.0.141 - - [2026-01-12 02:05:15] "POST /neutron/floatingip HTTP/1.1" 200 576 0.011407 10.0.0.141 - - [2026-01-12 02:05:15] "POST /neutron/floatingip HTTP/1.1" 200 529 0.022161 10.0.0.141 - - [2026-01-12 02:05:15] "POST /neutron/floatingip HTTP/1.1" 200 529 0.006599 10.0.0.141 - - [2026-01-12 02:05:15] "POST /neutron/floatingip HTTP/1.1" 200 115 0.038166 10.0.0.141 - - [2026-01-12 02:05:15] "GET /floating-ip-pool/6830ef60-d2f5-441f-894d-0d8a0a0304e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.003813 10.0.0.141 - - [2026-01-12 02:05:15] "POST /ref-update HTTP/1.1" 200 156 0.010694 10.0.0.141 - - [2026-01-12 02:05:15] "DELETE /floating-ip-pool/6830ef60-d2f5-441f-894d-0d8a0a0304e1 HTTP/1.1" 200 115 0.028727 10.0.0.141 - - [2026-01-12 02:05:15] "POST /neutron/network HTTP/1.1" 200 838 0.007380 10.0.0.141 - - [2026-01-12 02:05:15] "POST /neutron/network HTTP/1.1" 400 204 0.011727 10.0.0.141 - - [2026-01-12 02:05:16] "POST /neutron/port HTTP/1.1" 200 1135 0.012976 10.0.0.141 - - [2026-01-12 02:05:16] "POST /neutron/port HTTP/1.1" 200 1125 0.013680 10.0.0.141 - - [2026-01-12 02:05:16] "POST /neutron/port HTTP/1.1" 200 1136 0.017144 10.0.0.141 - - [2026-01-12 02:05:16] "POST /neutron/port HTTP/1.1" 200 1126 0.024502 10.0.0.141 - - [2026-01-12 02:05:16] "POST /neutron/port HTTP/1.1" 200 151 0.154491 10.0.0.141 - - [2026-01-12 02:05:16] "POST /neutron/port HTTP/1.1" 200 151 0.148540 10.0.0.141 - - [2026-01-12 02:05:17] "POST /neutron/network HTTP/1.1" 200 838 0.007613 10.0.0.141 - - [2026-01-12 02:05:17] "POST /useragent-kv HTTP/1.1" 200 115 0.006202 10.0.0.141 - - [2026-01-12 02:05:17] "POST /useragent-kv HTTP/1.1" 200 115 0.004603 10.0.0.141 - - [2026-01-12 02:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004505 10.0.0.141 - - [2026-01-12 02:05:17] "POST /neutron/network HTTP/1.1" 200 151 0.092111 10.0.0.141 - - [2026-01-12 02:05:17] "GET /routing-instance/8d73dba5-08b5-4117-8ad7-595d6ea7983c HTTP/1.1" 404 171 0.002275 10.0.0.141 - - [2026-01-12 02:05:17] "DELETE /route-target/cbf81c85-dac9-4139-945a-58fd0ea743f0 HTTP/1.1" 200 115 0.019010 10.0.0.141 - - [2026-01-12 02:05:17] "GET /domains HTTP/1.1" 200 281 0.007985 10.0.0.141 - - [2026-01-12 02:05:17] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001081 10.0.0.141 - - [2026-01-12 02:05:17] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2794 0.049834 10.0.0.141 - - [2026-01-12 02:05:17] "GET /projects?obj_uuids=8763ce0f-4200-4d38-ad0f-64ee036b4735&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001092 10.0.0.141 - - [2026-01-12 02:05:17] "GET /project/8763ce0f-4200-4d38-ad0f-64ee036b4735 HTTP/1.1" 200 2180 0.074453 10.0.0.141 - - [2026-01-12 02:05:17] "POST /neutron/network HTTP/1.1" 200 837 0.006897 10.0.0.141 - - [2026-01-12 02:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.141 - - [2026-01-12 02:05:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002135 10.0.0.141 - - [2026-01-12 02:05:18] "POST /useragent-kv HTTP/1.1" 200 115 0.004386 10.0.0.141 - - [2026-01-12 02:05:18] "POST /neutron/network HTTP/1.1" 200 151 0.090827 10.0.0.141 - - [2026-01-12 02:05:18] "DELETE /route-target/d2eb35b2-8a62-42a8-af66-18f1a55768d5 HTTP/1.1" 200 115 0.020659 10.0.0.141 - - [2026-01-12 02:05:18] "GET /routing-instance/0473ec1a-4165-4fd6-8359-a1f6719688ce HTTP/1.1" 404 171 0.003250 10.0.0.141 - - [2026-01-12 02:05:18] "GET /domains HTTP/1.1" 200 281 0.003450 10.0.0.141 - - [2026-01-12 02:05:18] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001127 10.0.0.141 - - [2026-01-12 02:05:18] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2794 0.050244 10.0.0.141 - - [2026-01-12 02:05:18] "GET /projects?obj_uuids=8763ce0f-4200-4d38-ad0f-64ee036b4735&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001222 10.0.0.141 - - [2026-01-12 02:05:18] "GET /project/8763ce0f-4200-4d38-ad0f-64ee036b4735 HTTP/1.1" 200 1929 0.081193 10.0.0.141 - - [2026-01-12 02:05:18] "GET /projects?obj_uuids=8763ce0f-4200-4d38-ad0f-64ee036b4735&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001205 10.0.0.141 - - [2026-01-12 02:05:18] "GET /project/8763ce0f-4200-4d38-ad0f-64ee036b4735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.028017 10.0.0.141 - - [2026-01-12 02:05:18] "GET /projects?obj_uuids=8763ce0f-4200-4d38-ad0f-64ee036b4735&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001165 10.0.0.141 - - [2026-01-12 02:05:18] "GET /project/8763ce0f-4200-4d38-ad0f-64ee036b4735?fields=virtual_networks HTTP/1.1" 200 1058 0.071210 10.0.0.141 - - [2026-01-12 02:05:18] "GET /projects?obj_uuids=8763ce0f-4200-4d38-ad0f-64ee036b4735&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001186 10.0.0.141 - - [2026-01-12 02:05:18] "GET /project/8763ce0f-4200-4d38-ad0f-64ee036b4735?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.034285 10.0.0.141 - - [2026-01-12 02:05:18] "GET /projects?obj_uuids=8763ce0f-4200-4d38-ad0f-64ee036b4735&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001230 10.0.0.141 - - [2026-01-12 02:05:18] "GET /project/8763ce0f-4200-4d38-ad0f-64ee036b4735?fields=security_groups HTTP/1.1" 200 1297 0.030774 10.0.0.141 - - [2026-01-12 02:05:19] "POST /fqname-to-id HTTP/1.1" 404 183 0.030903 10.0.0.141 - - [2026-01-12 02:05:19] "GET /projects?obj_uuids=28a16b9a-7e11-4b51-b935-17a7d7bbacc5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002419 10.0.0.141 - - [2026-01-12 02:05:19] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001106 10.0.0.141 - - [2026-01-12 02:05:19] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007491 10.0.0.141 - - [2026-01-12 02:05:19] "POST /id-to-fqname HTTP/1.1" 200 185 0.001602 10.0.0.141 - - [2026-01-12 02:05:19] "POST /fqname-to-id HTTP/1.1" 404 194 0.002374 10.0.0.141 - - [2026-01-12 02:05:20] "POST /security-groups HTTP/1.1" 200 586 0.069464 10.0.0.141 - - [2026-01-12 02:05:20] "POST /fqname-to-id HTTP/1.1" 404 229 0.002903 10.0.0.141 - - [2026-01-12 02:05:20] "POST /projects HTTP/1.1" 200 575 0.230540 10.0.0.141 - - [2026-01-12 02:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.304665 10.0.0.141 - - [2026-01-12 02:05:20] "POST /access-control-lists HTTP/1.1" 200 593 0.065325 10.0.0.141 - - [2026-01-12 02:05:20] "POST /fqname-to-id HTTP/1.1" 404 228 0.002796 10.0.0.141 - - [2026-01-12 02:05:20] "GET /project/28a16b9a-7e11-4b51-b935-17a7d7bbacc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.440594 10.0.0.141 - - [2026-01-12 02:05:20] "POST /access-control-lists HTTP/1.1" 200 591 0.065238 10.0.0.141 - - [2026-01-12 02:05:21] "GET / HTTP/1.1" 200 36215 0.002084 10.0.0.141 - - [2026-01-12 02:05:22] "GET /projects?obj_uuids=28a16b9a-7e11-4b51-b935-17a7d7bbacc5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001317 10.0.0.141 - - [2026-01-12 02:05:22] "GET /project/28a16b9a-7e11-4b51-b935-17a7d7bbacc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.028532 10.0.0.141 - - [2026-01-12 02:05:22] "GET /projects?obj_uuids=28a16b9a-7e11-4b51-b935-17a7d7bbacc5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001103 10.0.0.141 - - [2026-01-12 02:05:22] "GET /project/28a16b9a-7e11-4b51-b935-17a7d7bbacc5?fields=virtual_networks HTTP/1.1" 200 1024 0.067492 10.0.0.141 - - [2026-01-12 02:05:22] "GET /projects?obj_uuids=28a16b9a-7e11-4b51-b935-17a7d7bbacc5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000996 10.0.0.141 - - [2026-01-12 02:05:22] "GET /project/28a16b9a-7e11-4b51-b935-17a7d7bbacc5?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.028136 10.0.0.141 - - [2026-01-12 02:05:23] "GET /projects?obj_uuids=28a16b9a-7e11-4b51-b935-17a7d7bbacc5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001326 10.0.0.141 - - [2026-01-12 02:05:23] "GET /project/28a16b9a-7e11-4b51-b935-17a7d7bbacc5?fields=security_groups HTTP/1.1" 200 1246 0.031628 10.0.0.141 - - [2026-01-12 02:05:23] "POST /fqname-to-id HTTP/1.1" 404 183 0.030548 10.0.0.141 - - [2026-01-12 02:05:24] "GET /projects?obj_uuids=47d5a120-352b-4ad2-af1d-f90001bcb583&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002886 10.0.0.141 - - [2026-01-12 02:05:24] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001628 10.0.0.141 - - [2026-01-12 02:05:24] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010592 10.0.0.141 - - [2026-01-12 02:05:24] "POST /id-to-fqname HTTP/1.1" 200 185 0.001369 10.0.0.141 - - [2026-01-12 02:05:24] "POST /fqname-to-id HTTP/1.1" 404 194 0.002287 10.0.0.141 - - [2026-01-12 02:05:24] "POST /security-groups HTTP/1.1" 200 586 0.072527 10.0.0.141 - - [2026-01-12 02:05:24] "POST /fqname-to-id HTTP/1.1" 404 229 0.003048 10.0.0.141 - - [2026-01-12 02:05:24] "POST /projects HTTP/1.1" 200 575 0.226966 10.0.0.141 - - [2026-01-12 02:05:24] "POST /access-control-lists HTTP/1.1" 200 593 0.063622 10.0.0.141 - - [2026-01-12 02:05:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.305534 10.0.0.141 - - [2026-01-12 02:05:24] "POST /fqname-to-id HTTP/1.1" 404 228 0.003339 10.0.0.141 - - [2026-01-12 02:05:24] "GET /project/47d5a120-352b-4ad2-af1d-f90001bcb583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.441853 10.0.0.141 - - [2026-01-12 02:05:24] "POST /access-control-lists HTTP/1.1" 200 591 0.066076 10.0.0.141 - - [2026-01-12 02:05:25] "GET / HTTP/1.1" 200 36215 0.002885 10.0.0.141 - - [2026-01-12 02:05:26] "POST /fqname-to-id HTTP/1.1" 404 193 0.003782 10.0.0.141 - - [2026-01-12 02:05:26] "GET /projects?obj_uuids=d3be3bc3-d179-453e-a080-faf695b92732&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001179 10.0.0.141 - - [2026-01-12 02:05:26] "POST /fqname-to-id HTTP/1.1" 404 228 0.004438 10.0.0.141 - - [2026-01-12 02:05:26] "POST /access-control-lists HTTP/1.1" 200 592 0.017154 10.0.0.141 - - [2026-01-12 02:05:26] "POST /fqname-to-id HTTP/1.1" 404 227 0.003253 10.0.0.141 - - [2026-01-12 02:05:26] "POST /access-control-lists HTTP/1.1" 200 590 0.019637 10.0.0.141 - - [2026-01-12 02:05:26] "PUT /access-control-list/fccf35a6-821e-44fe-91c0-310dcce25304 HTTP/1.1" 200 273 0.009071 10.0.0.141 - - [2026-01-12 02:05:26] "POST /neutron/security_group HTTP/1.1" 200 1364 0.328474 10.0.0.141 - - [2026-01-12 02:05:26] "GET /projects?obj_uuids=d3be3bc3-d179-453e-a080-faf695b92732&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001163 10.0.0.141 - - [2026-01-12 02:05:26] "PUT /access-control-list/62c74501-aa98-4123-afaa-127c84bde1fc HTTP/1.1" 200 273 0.026371 10.0.0.141 - - [2026-01-12 02:05:26] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.058688 10.0.0.141 - - [2026-01-12 02:05:26] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.012839 10.0.0.141 - - [2026-01-12 02:05:26] "PUT /access-control-list/62c74501-aa98-4123-afaa-127c84bde1fc HTTP/1.1" 200 273 0.012911 10.0.0.141 - - [2026-01-12 02:05:26] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.148093 10.0.0.141 - - [2026-01-12 02:05:27] "PUT /access-control-list/62c74501-aa98-4123-afaa-127c84bde1fc HTTP/1.1" 200 273 0.011101 10.0.0.141 - - [2026-01-12 02:05:27] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010711 10.0.0.141 - - [2026-01-12 02:05:27] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.153647 10.0.0.141 - - [2026-01-12 02:05:27] "POST /fqname-to-id HTTP/1.1" 404 193 0.002900 10.0.0.141 - - [2026-01-12 02:05:27] "PUT /access-control-list/62c74501-aa98-4123-afaa-127c84bde1fc HTTP/1.1" 200 273 0.011967 10.0.0.141 - - [2026-01-12 02:05:27] "GET /projects?obj_uuids=d3be3bc3-d179-453e-a080-faf695b92732&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001181 10.0.0.141 - - [2026-01-12 02:05:27] "POST /fqname-to-id HTTP/1.1" 404 228 0.003042 10.0.0.141 - - [2026-01-12 02:05:27] "POST /access-control-lists HTTP/1.1" 200 592 0.015806 10.0.0.141 - - [2026-01-12 02:05:27] "POST /fqname-to-id HTTP/1.1" 404 227 0.003095 10.0.0.141 - - [2026-01-12 02:05:27] "POST /access-control-lists HTTP/1.1" 200 590 0.016584 10.0.0.141 - - [2026-01-12 02:05:27] "POST /neutron/security_group HTTP/1.1" 200 1364 0.247804 10.0.0.141 - - [2026-01-12 02:05:27] "PUT /access-control-list/d91cc992-dce0-4588-9591-82e3acd69418 HTTP/1.1" 200 273 0.012803 10.0.0.141 - - [2026-01-12 02:05:27] "GET /projects?obj_uuids=d3be3bc3-d179-453e-a080-faf695b92732&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001302 10.0.0.141 - - [2026-01-12 02:05:27] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.032665 10.0.0.141 - - [2026-01-12 02:05:27] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.009089 10.0.0.141 - - [2026-01-12 02:05:27] "PUT /access-control-list/fe0bb883-e36f-4649-b62f-8de4995c951e HTTP/1.1" 200 273 0.022508 10.0.0.141 - - [2026-01-12 02:05:27] "PUT /access-control-list/fe0bb883-e36f-4649-b62f-8de4995c951e HTTP/1.1" 200 273 0.009381 10.0.0.141 - - [2026-01-12 02:05:27] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.165851 10.0.0.141 - - [2026-01-12 02:05:27] "PUT /access-control-list/fe0bb883-e36f-4649-b62f-8de4995c951e HTTP/1.1" 200 273 0.009716 10.0.0.141 - - [2026-01-12 02:05:27] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.011995 10.0.0.141 - - [2026-01-12 02:05:27] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.113879 10.0.0.141 - - [2026-01-12 02:05:27] "POST /fqname-to-id HTTP/1.1" 401 293 0.000464 10.0.0.141 - - [2026-01-12 02:05:27] "PUT /access-control-list/fe0bb883-e36f-4649-b62f-8de4995c951e HTTP/1.1" 200 273 0.011970 10.0.0.141 - - [2026-01-12 02:05:28] "POST /fqname-to-id HTTP/1.1" 404 210 0.034433 10.0.0.141 - - [2026-01-12 02:05:28] "GET /projects?obj_uuids=47d5a120-352b-4ad2-af1d-f90001bcb583&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001349 10.0.0.141 - - [2026-01-12 02:05:28] "POST /fqname-to-id HTTP/1.1" 404 245 0.005502 10.0.0.141 - - [2026-01-12 02:05:28] "POST /access-control-lists HTTP/1.1" 200 609 0.035915 10.0.0.141 - - [2026-01-12 02:05:28] "POST /fqname-to-id HTTP/1.1" 404 244 0.002711 10.0.0.141 - - [2026-01-12 02:05:28] "POST /access-control-lists HTTP/1.1" 200 607 0.025956 10.0.0.141 - - [2026-01-12 02:05:28] "PUT /access-control-list/f7e31e69-bd44-48f7-ab9f-07cbc5833127 HTTP/1.1" 200 273 0.009518 10.0.0.141 - - [2026-01-12 02:05:28] "POST /neutron/security_group HTTP/1.1" 200 1379 0.352509 10.0.0.141 - - [2026-01-12 02:05:28] "GET /projects?obj_uuids=47d5a120-352b-4ad2-af1d-f90001bcb583&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001028 10.0.0.141 - - [2026-01-12 02:05:28] "PUT /access-control-list/9679a761-2f77-48d1-86fe-4bfeb399b1a1 HTTP/1.1" 200 273 0.022580 10.0.0.141 - - [2026-01-12 02:05:28] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.046349 10.0.0.141 - - [2026-01-12 02:05:28] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010742 10.0.0.141 - - [2026-01-12 02:05:28] "PUT /access-control-list/9679a761-2f77-48d1-86fe-4bfeb399b1a1 HTTP/1.1" 200 273 0.016993 10.0.0.141 - - [2026-01-12 02:05:28] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.132370 10.0.0.141 - - [2026-01-12 02:05:28] "PUT /access-control-list/9679a761-2f77-48d1-86fe-4bfeb399b1a1 HTTP/1.1" 200 273 0.016389 10.0.0.141 - - [2026-01-12 02:05:28] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.011237 10.0.0.141 - - [2026-01-12 02:05:28] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.145368 10.0.0.141 - - [2026-01-12 02:05:29] "POST /fqname-to-id HTTP/1.1" 404 210 0.002414 10.0.0.141 - - [2026-01-12 02:05:29] "PUT /access-control-list/9679a761-2f77-48d1-86fe-4bfeb399b1a1 HTTP/1.1" 200 273 0.011675 10.0.0.141 - - [2026-01-12 02:05:29] "GET /projects?obj_uuids=47d5a120-352b-4ad2-af1d-f90001bcb583&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001127 10.0.0.141 - - [2026-01-12 02:05:29] "POST /fqname-to-id HTTP/1.1" 404 245 0.003050 10.0.0.141 - - [2026-01-12 02:05:29] "POST /access-control-lists HTTP/1.1" 200 609 0.016207 10.0.0.141 - - [2026-01-12 02:05:29] "POST /fqname-to-id HTTP/1.1" 404 244 0.003270 10.0.0.141 - - [2026-01-12 02:05:29] "POST /access-control-lists HTTP/1.1" 200 607 0.027569 10.0.0.141 - - [2026-01-12 02:05:29] "PUT /access-control-list/68197b60-b323-4c31-8b94-4236ee700eaf HTTP/1.1" 200 273 0.009370 10.0.0.141 - - [2026-01-12 02:05:29] "PUT /access-control-list/6f7c919e-c488-4732-9934-74d66c8c9020 HTTP/1.1" 200 273 0.012601 10.0.0.141 - - [2026-01-12 02:05:29] "POST /neutron/security_group HTTP/1.1" 200 1379 0.367922 10.0.0.141 - - [2026-01-12 02:05:29] "PUT /access-control-list/6f7c919e-c488-4732-9934-74d66c8c9020 HTTP/1.1" 200 273 0.012637 10.0.0.141 - - [2026-01-12 02:05:29] "GET /projects?obj_uuids=47d5a120-352b-4ad2-af1d-f90001bcb583&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002259 10.0.0.141 - - [2026-01-12 02:05:29] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.034272 10.0.0.141 - - [2026-01-12 02:05:29] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.009623 10.0.0.141 - - [2026-01-12 02:05:29] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.116227 10.0.0.141 - - [2026-01-12 02:05:29] "PUT /access-control-list/6f7c919e-c488-4732-9934-74d66c8c9020 HTTP/1.1" 200 273 0.023012 10.0.0.141 - - [2026-01-12 02:05:29] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.016678 10.0.0.141 - - [2026-01-12 02:05:29] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.141139 10.0.0.141 - - [2026-01-12 02:05:29] "PUT /access-control-list/6f7c919e-c488-4732-9934-74d66c8c9020 HTTP/1.1" 200 273 0.009898 10.0.0.141 - - [2026-01-12 02:05:30] "GET /projects?obj_uuids=d3be3bc3-d179-453e-a080-faf695b92732&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001141 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 541 0.054774 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 541 0.006183 10.0.0.141 - - [2026-01-12 02:05:30] "POST /route-targets HTTP/1.1" 200 328 0.016870 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 541 0.004733 10.0.0.141 - - [2026-01-12 02:05:30] "PUT /logical-router/46f6634b-453b-4c62-a760-3ec140647687 HTTP/1.1" 200 263 0.028713 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 541 0.006969 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 541 0.004686 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 541 0.003536 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 541 0.003725 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 541 0.004841 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 541 0.003533 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 541 0.003731 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 541 0.004145 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 541 0.003319 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 541 0.003636 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 541 0.003784 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 541 0.003973 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 541 0.003975 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 541 0.003364 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 541 0.003686 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 541 0.003658 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 541 0.003782 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 541 0.003613 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 541 0.004278 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 541 0.003631 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 541 0.003637 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 541 0.003326 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 541 0.003536 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 541 0.003335 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 541 0.003464 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 541 0.004100 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 541 0.003580 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 541 0.003402 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 541 0.003209 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 541 0.003298 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 541 0.014727 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 541 0.003736 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 542 0.016306 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 542 0.004696 10.0.0.141 - - [2026-01-12 02:05:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004590 10.0.0.141 - - [2026-01-12 02:05:30] "GET /logical-router/46f6634b-453b-4c62-a760-3ec140647687?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004164 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 151 0.057089 10.0.0.141 - - [2026-01-12 02:05:30] "GET /projects?obj_uuids=47d5a120-352b-4ad2-af1d-f90001bcb583&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003569 10.0.0.141 - - [2026-01-12 02:05:30] "DELETE /route-target/4a763587-269d-4d3a-b6cf-f0c3cabe3936 HTTP/1.1" 200 115 0.030668 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 559 0.056486 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 559 0.004539 10.0.0.141 - - [2026-01-12 02:05:30] "POST /route-targets HTTP/1.1" 200 328 0.015991 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 559 0.003733 10.0.0.141 - - [2026-01-12 02:05:30] "PUT /logical-router/208888cf-14cd-42d0-8bf2-e2a91e1dcea7 HTTP/1.1" 200 263 0.036474 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 559 0.013396 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 559 0.005615 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 559 0.004658 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 559 0.003683 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 559 0.003720 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 559 0.003811 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 559 0.003780 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 559 0.005255 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 559 0.004004 10.0.0.141 - - [2026-01-12 02:05:30] "POST /neutron/router HTTP/1.1" 200 559 0.003958 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 559 0.004795 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 559 0.004226 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 559 0.004095 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 559 0.003876 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 559 0.004402 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 559 0.004366 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 559 0.003778 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 559 0.003942 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 559 0.003957 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 559 0.003601 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 559 0.004274 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 559 0.004303 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 559 0.003618 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 559 0.003707 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 559 0.003647 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 559 0.003674 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 559 0.004037 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 559 0.003804 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 559 0.003973 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 559 0.003562 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 559 0.016155 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 559 0.003955 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 560 0.023453 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 560 0.004019 10.0.0.141 - - [2026-01-12 02:05:31] "GET /logical-router/208888cf-14cd-42d0-8bf2-e2a91e1dcea7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003384 10.0.0.141 - - [2026-01-12 02:05:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006112 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 151 0.054518 10.0.0.141 - - [2026-01-12 02:05:31] "GET /projects?obj_uuids=d3be3bc3-d179-453e-a080-faf695b92732&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001565 10.0.0.141 - - [2026-01-12 02:05:31] "DELETE /route-target/84e0dc7b-e47a-457a-8540-1b001f325da4 HTTP/1.1" 200 115 0.024519 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 542 0.079857 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 542 0.004980 10.0.0.141 - - [2026-01-12 02:05:31] "POST /route-targets HTTP/1.1" 200 328 0.017611 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 542 0.005896 10.0.0.141 - - [2026-01-12 02:05:31] "PUT /logical-router/ef2d0e37-f038-4578-b99c-f003bcf361e2 HTTP/1.1" 200 263 0.022662 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 542 0.006476 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 542 0.004111 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 542 0.003900 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 542 0.003469 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 542 0.003741 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 542 0.003368 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 542 0.003164 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 542 0.003348 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 542 0.003313 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 542 0.003858 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 542 0.003906 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 542 0.003812 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 542 0.003650 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 542 0.003748 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 542 0.004107 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 542 0.003615 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 542 0.003561 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 542 0.003408 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 542 0.003856 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 542 0.004065 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 542 0.003984 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 542 0.003985 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 542 0.004509 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 542 0.003830 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 542 0.003750 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 542 0.003761 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 542 0.004147 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 542 0.003552 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 542 0.003597 10.0.0.141 - - [2026-01-12 02:05:31] "POST /neutron/router HTTP/1.1" 200 542 0.003792 10.0.0.141 - - [2026-01-12 02:05:32] "POST /neutron/router HTTP/1.1" 200 542 0.020960 10.0.0.141 - - [2026-01-12 02:05:32] "POST /neutron/router HTTP/1.1" 200 542 0.004132 10.0.0.141 - - [2026-01-12 02:05:32] "POST /neutron/router HTTP/1.1" 200 541 0.018141 10.0.0.141 - - [2026-01-12 02:05:32] "POST /neutron/router HTTP/1.1" 200 541 0.004917 10.0.0.141 - - [2026-01-12 02:05:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005263 10.0.0.141 - - [2026-01-12 02:05:32] "GET /logical-router/ef2d0e37-f038-4578-b99c-f003bcf361e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003577 10.0.0.141 - - [2026-01-12 02:05:32] "POST /neutron/router HTTP/1.1" 200 151 0.047783 10.0.0.141 - - [2026-01-12 02:05:32] "DELETE /route-target/ddb76351-1485-4f3e-bccf-259e631ed53c HTTP/1.1" 200 115 0.019340 10.0.0.141 - - [2026-01-12 02:05:32] "POST /neutron/security_group HTTP/1.1" 200 521 0.004865 10.0.0.141 - - [2026-01-12 02:05:32] "DELETE /project/8763ce0f42004d38ad0f64ee036b4735 HTTP/1.1" 404 173 0.012927 10.0.0.141 - - [2026-01-12 02:05:32] "DELETE /project/28a16b9a7e114b51b93517a7d7bbacc5 HTTP/1.1" 404 173 0.012108 10.0.0.141 - - [2026-01-12 02:05:32] "DELETE /project/47d5a120352b4ad2af1df90001bcb583 HTTP/1.1" 404 173 0.008343 10.0.0.141 - - [2026-01-12 02:05:32] "GET /projects?obj_uuids=f1394560-1168-4663-a6b4-b3109e1c0c0b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000983 10.0.0.141 - - [2026-01-12 02:05:32] "GET /projects?obj_uuids=28a16b9a-7e11-4b51-b935-17a7d7bbacc5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000880 10.0.0.141 - - [2026-01-12 02:05:32] "GET /projects?obj_uuids=8763ce0f-4200-4d38-ad0f-64ee036b4735&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000947 10.0.0.141 - - [2026-01-12 02:05:32] "POST /neutron/security_group HTTP/1.1" 200 151 0.101132 10.0.0.141 - - [2026-01-12 02:05:32] "DELETE /access-control-list/68197b60-b323-4c31-8b94-4236ee700eaf HTTP/1.1" 200 115 0.079122 10.0.0.141 - - [2026-01-12 02:05:32] "POST /neutron/security_group HTTP/1.1" 200 521 0.009415 10.0.0.141 - - [2026-01-12 02:05:32] "GET /project/f1394560-1168-4663-a6b4-b3109e1c0c0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.086302 10.0.0.141 - - [2026-01-12 02:05:32] "GET /project/8763ce0f-4200-4d38-ad0f-64ee036b4735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.083068 10.0.0.141 - - [2026-01-12 02:05:32] "GET /project/28a16b9a-7e11-4b51-b935-17a7d7bbacc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.095280 10.0.0.141 - - [2026-01-12 02:05:32] "GET /projects?obj_uuids=28a16b9a-7e11-4b51-b935-17a7d7bbacc5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000967 10.0.0.141 - - [2026-01-12 02:05:32] "GET /projects?obj_uuids=8763ce0f-4200-4d38-ad0f-64ee036b4735&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000848 10.0.0.141 - - [2026-01-12 02:05:32] "GET /projects?obj_uuids=f1394560-1168-4663-a6b4-b3109e1c0c0b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000849 10.0.0.141 - - [2026-01-12 02:05:32] "GET /project/f1394560-1168-4663-a6b4-b3109e1c0c0b?fields=security_groups HTTP/1.1" 200 1397 0.058382 10.0.0.141 - - [2026-01-12 02:05:32] "GET /project/28a16b9a-7e11-4b51-b935-17a7d7bbacc5?fields=security_groups HTTP/1.1" 200 1348 0.060372 10.0.0.141 - - [2026-01-12 02:05:32] "GET /project/8763ce0f-4200-4d38-ad0f-64ee036b4735?fields=security_groups HTTP/1.1" 200 1399 0.067870 10.0.0.141 - - [2026-01-12 02:05:32] "DELETE /access-control-list/6f7c919e-c488-4732-9934-74d66c8c9020 HTTP/1.1" 200 115 0.129998 10.0.0.141 - - [2026-01-12 02:05:32] "POST /neutron/security_group HTTP/1.1" 200 151 0.125012 10.0.0.141 - - [2026-01-12 02:05:32] "DELETE /access-control-list/f7e31e69-bd44-48f7-ab9f-07cbc5833127 HTTP/1.1" 200 115 0.048666 10.0.0.141 - - [2026-01-12 02:05:32] "POST /neutron/security_group HTTP/1.1" 200 506 0.004647 10.0.0.141 - - [2026-01-12 02:05:32] "DELETE /access-control-list/9679a761-2f77-48d1-86fe-4bfeb399b1a1 HTTP/1.1" 200 115 0.057077 10.0.0.141 - - [2026-01-12 02:05:32] "DELETE /security-group/dc38f533-94fa-4025-926d-9094e60e5660 HTTP/1.1" 200 115 0.109650 10.0.0.141 - - [2026-01-12 02:05:32] "GET /projects?obj_uuids=f1394560-1168-4663-a6b4-b3109e1c0c0b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001124 10.0.0.141 - - [2026-01-12 02:05:32] "DELETE /security-group/188f96a7-ab28-4795-a6a3-9b75900452e8 HTTP/1.1" 200 115 0.122255 10.0.0.141 - - [2026-01-12 02:05:32] "DELETE /security-group/d3c3ac2c-38e5-4d9c-9a1a-427303850bf7 HTTP/1.1" 200 115 0.123679 10.0.0.141 - - [2026-01-12 02:05:32] "GET /projects?obj_uuids=28a16b9a-7e11-4b51-b935-17a7d7bbacc5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001227 10.0.0.141 - - [2026-01-12 02:05:32] "DELETE /access-control-list/a2b1a544-5bac-42af-a9ed-a72329cf90a9 HTTP/1.1" 200 115 0.047263 10.0.0.141 - - [2026-01-12 02:05:32] "GET /projects?obj_uuids=8763ce0f-4200-4d38-ad0f-64ee036b4735&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001089 10.0.0.141 - - [2026-01-12 02:05:32] "GET /project/f1394560-1168-4663-a6b4-b3109e1c0c0b?fields=application_policy_sets HTTP/1.1" 200 1436 0.052826 10.0.0.141 - - [2026-01-12 02:05:32] "GET /project/8763ce0f-4200-4d38-ad0f-64ee036b4735?fields=application_policy_sets HTTP/1.1" 200 1438 0.048643 10.0.0.141 - - [2026-01-12 02:05:32] "POST /neutron/security_group HTTP/1.1" 200 151 0.158160 10.0.0.141 - - [2026-01-12 02:05:32] "DELETE /access-control-list/75dae01d-ea8b-4f02-a5f0-b30ee46c4deb HTTP/1.1" 200 115 0.065545 10.0.0.141 - - [2026-01-12 02:05:32] "POST /neutron/security_group HTTP/1.1" 200 506 0.009512 10.0.0.141 - - [2026-01-12 02:05:32] "GET /project/28a16b9a-7e11-4b51-b935-17a7d7bbacc5?fields=application_policy_sets HTTP/1.1" 200 1387 0.120940 10.0.0.141 - - [2026-01-12 02:05:32] "DELETE /access-control-list/5878740c-ccfb-4fe3-b778-e63c0e3b2644 HTTP/1.1" 200 115 0.068217 10.0.0.141 - - [2026-01-12 02:05:32] "DELETE /access-control-list/62253383-5aae-4ec0-9432-d8311c9aa6f4 HTTP/1.1" 200 115 0.059422 10.0.0.141 - - [2026-01-12 02:05:32] "POST /neutron/security_group HTTP/1.1" 200 151 0.151099 10.0.0.141 - - [2026-01-12 02:05:32] "DELETE /project/f1394560-1168-4663-a6b4-b3109e1c0c0b HTTP/1.1" 200 115 0.637468 10.0.0.141 - - [2026-01-12 02:05:32] "DELETE /access-control-list/410b910b-7c12-43f1-81a2-0c7eb40b1a72 HTTP/1.1" 200 115 0.048337 10.0.0.141 - - [2026-01-12 02:05:32] "DELETE /project/8763ce0f-4200-4d38-ad0f-64ee036b4735 HTTP/1.1" 200 115 0.665503 10.0.0.141 - - [2026-01-12 02:05:32] "DELETE /access-control-list/decc5300-5c81-4334-b06d-3a1d2dbf70e4 HTTP/1.1" 200 115 0.040767 10.0.0.141 - - [2026-01-12 02:05:32] "DELETE /project/28a16b9a-7e11-4b51-b935-17a7d7bbacc5 HTTP/1.1" 200 115 0.700037 10.0.0.141 - - [2026-01-12 02:05:32] "DELETE /access-control-list/d91cc992-dce0-4588-9591-82e3acd69418 HTTP/1.1" 200 115 0.026516 10.0.0.141 - - [2026-01-12 02:05:32] "DELETE /access-control-list/fe0bb883-e36f-4649-b62f-8de4995c951e HTTP/1.1" 200 115 0.019938 10.0.0.141 - - [2026-01-12 02:05:32] "DELETE /access-control-list/fccf35a6-821e-44fe-91c0-310dcce25304 HTTP/1.1" 200 115 0.024267 10.0.0.141 - - [2026-01-12 02:05:33] "DELETE /access-control-list/62c74501-aa98-4123-afaa-127c84bde1fc HTTP/1.1" 200 115 0.021659 10.0.0.141 - - [2026-01-12 02:05:33] "GET /projects?obj_uuids=47d5a120-352b-4ad2-af1d-f90001bcb583&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001348 10.0.0.141 - - [2026-01-12 02:05:33] "GET /project/47d5a120-352b-4ad2-af1d-f90001bcb583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.030808 10.0.0.141 - - [2026-01-12 02:05:33] "GET /projects?obj_uuids=47d5a120-352b-4ad2-af1d-f90001bcb583&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001364 10.0.0.141 - - [2026-01-12 02:05:33] "GET /project/47d5a120-352b-4ad2-af1d-f90001bcb583?fields=virtual_networks HTTP/1.1" 200 1024 0.074674 10.0.0.141 - - [2026-01-12 02:05:33] "GET /projects?obj_uuids=47d5a120-352b-4ad2-af1d-f90001bcb583&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001169 10.0.0.141 - - [2026-01-12 02:05:33] "GET /project/47d5a120-352b-4ad2-af1d-f90001bcb583?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.027560 10.0.0.141 - - [2026-01-12 02:05:33] "GET /projects?obj_uuids=47d5a120-352b-4ad2-af1d-f90001bcb583&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001302 10.0.0.141 - - [2026-01-12 02:05:33] "GET /project/47d5a120-352b-4ad2-af1d-f90001bcb583?fields=security_groups HTTP/1.1" 200 1246 0.037969 10.0.0.141 - - [2026-01-12 02:05:34] "POST /fqname-to-id HTTP/1.1" 404 184 0.029463 10.0.0.141 - - [2026-01-12 02:05:34] "GET /projects?obj_uuids=c7b5f1da-e8d3-418d-b4ea-7f348adf58e7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002684 10.0.0.141 - - [2026-01-12 02:05:34] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001497 10.0.0.141 - - [2026-01-12 02:05:34] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007717 10.0.0.141 - - [2026-01-12 02:05:34] "POST /id-to-fqname HTTP/1.1" 200 186 0.001283 10.0.0.141 - - [2026-01-12 02:05:34] "POST /fqname-to-id HTTP/1.1" 404 195 0.003492 10.0.0.141 - - [2026-01-12 02:05:34] "POST /security-groups HTTP/1.1" 200 587 0.071006 10.0.0.141 - - [2026-01-12 02:05:34] "POST /fqname-to-id HTTP/1.1" 404 230 0.002741 10.0.0.141 - - [2026-01-12 02:05:34] "POST /projects HTTP/1.1" 200 577 0.242722 10.0.0.141 - - [2026-01-12 02:05:34] "POST /access-control-lists HTTP/1.1" 200 594 0.063931 10.0.0.141 - - [2026-01-12 02:05:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.319882 10.0.0.141 - - [2026-01-12 02:05:34] "POST /fqname-to-id HTTP/1.1" 404 229 0.003169 10.0.0.141 - - [2026-01-12 02:05:34] "GET /project/c7b5f1da-e8d3-418d-b4ea-7f348adf58e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.464353 10.0.0.141 - - [2026-01-12 02:05:34] "POST /access-control-lists HTTP/1.1" 200 592 0.071502 10.0.0.141 - - [2026-01-12 02:05:36] "GET / HTTP/1.1" 200 36215 0.002311 10.0.0.141 - - [2026-01-12 02:05:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.000511 10.0.0.141 - - [2026-01-12 02:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.079699 10.0.0.141 - - [2026-01-12 02:05:37] "GET /projects?obj_uuids=c7b5f1da-e8d3-418d-b4ea-7f348adf58e7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001241 10.0.0.141 - - [2026-01-12 02:05:37] "GET /project/c7b5f1da-e8d3-418d-b4ea-7f348adf58e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.024636 10.0.0.141 - - [2026-01-12 02:05:37] "POST /neutron/network HTTP/1.1" 200 117 0.044605 10.0.0.141 - - [2026-01-12 02:05:37] "GET /projects?obj_uuids=c7b5f1da-e8d3-418d-b4ea-7f348adf58e7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001470 10.0.0.141 - - [2026-01-12 02:05:37] "POST /neutron/network HTTP/1.1" 200 601 0.071976 10.0.0.141 - - [2026-01-12 02:05:37] "POST /route-targets HTTP/1.1" 200 328 0.012547 10.0.0.141 - - [2026-01-12 02:05:37] "POST /ref-update HTTP/1.1" 200 156 0.013294 10.0.0.141 - - [2026-01-12 02:05:37] "POST /useragent-kv HTTP/1.1" 200 115 0.004771 10.0.0.141 - - [2026-01-12 02:05:37] "POST /neutron/subnet HTTP/1.1" 200 734 0.141261 10.0.0.141 - - [2026-01-12 02:05:37] "POST /neutron/network HTTP/1.1" 200 822 0.005994 10.0.0.141 - - [2026-01-12 02:05:37] "POST /id-to-fqname HTTP/1.1" 200 216 0.001402 10.0.0.141 - - [2026-01-12 02:05:37] "GET /virtual-network/63d6eb3a-650b-45fa-ad3f-44b91eb68e9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004734 10.0.0.141 - - [2026-01-12 02:05:37] "POST /neutron/network HTTP/1.1" 200 822 0.007933 10.0.0.141 - - [2026-01-12 02:05:37] "GET /virtual-network/63d6eb3a-650b-45fa-ad3f-44b91eb68e9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005570 10.0.0.141 - - [2026-01-12 02:05:38] "POST /neutron/network HTTP/1.1" 200 822 0.005944 10.0.0.141 - - [2026-01-12 02:05:38] "POST /neutron/subnet HTTP/1.1" 200 734 0.008707 10.0.0.141 - - [2026-01-12 02:05:38] "POST /fqname-to-id HTTP/1.1" 404 206 0.002668 10.0.0.141 - - [2026-01-12 02:05:38] "GET /virtual-network/63d6eb3a-650b-45fa-ad3f-44b91eb68e9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005168 10.0.0.141 - - [2026-01-12 02:05:38] "GET /obj-perms HTTP/1.1" 200 5075 0.065320 10.0.0.141 - - [2026-01-12 02:05:38] "GET /projects?obj_uuids=c7b5f1da-e8d3-418d-b4ea-7f348adf58e7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001394 10.0.0.141 - - [2026-01-12 02:05:38] "POST /neutron/port HTTP/1.1" 200 1019 0.179791 10.0.0.141 - - [2026-01-12 02:05:38] "GET /virtual-machine-interface/1378f0d2-b74c-4b9f-bf95-f4a9bef43c26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.004992 10.0.0.141 - - [2026-01-12 02:05:38] "GET /virtual-machine-interface/1378f0d2-b74c-4b9f-bf95-f4a9bef43c26?fields=instance_ip_back_refs HTTP/1.1" 200 1320 0.005324 10.0.0.141 - - [2026-01-12 02:05:38] "GET /instance-ip/21073943-fbb3-4472-b9e0-1a0cdf4c52e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1599 0.005977 10.0.0.141 - - [2026-01-12 02:05:38] "GET /virtual-machine-interface/1378f0d2-b74c-4b9f-bf95-f4a9bef43c26 HTTP/1.1" 401 293 0.000567 10.0.0.141 - - [2026-01-12 02:05:38] "GET /virtual-machine-interface/1378f0d2-b74c-4b9f-bf95-f4a9bef43c26 HTTP/1.1" 200 2611 0.046383 10.0.0.141 - - [2026-01-12 02:05:38] "POST /neutron/port HTTP/1.1" 200 1019 0.008793 10.0.0.141 - - [2026-01-12 02:05:38] "GET /obj-perms HTTP/1.1" 200 5075 0.405843 10.0.0.141 - - [2026-01-12 02:05:38] "POST /neutron/port HTTP/1.1" 200 151 0.077034 10.0.0.141 - - [2026-01-12 02:05:38] "POST /neutron/network HTTP/1.1" 200 822 0.005451 10.0.0.141 - - [2026-01-12 02:05:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.141 - - [2026-01-12 02:05:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003201 10.0.0.141 - - [2026-01-12 02:05:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002018 10.0.0.141 - - [2026-01-12 02:05:39] "POST /neutron/network HTTP/1.1" 200 151 0.088933 10.0.0.141 - - [2026-01-12 02:05:39] "DELETE /route-target/a2434998-1578-4f60-8e03-7e96a6ce0c64 HTTP/1.1" 200 115 0.022529 10.0.0.141 - - [2026-01-12 02:05:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.141 - - [2026-01-12 02:05:39] "GET /projects?obj_uuids=c7b5f1da-e8d3-418d-b4ea-7f348adf58e7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001409 10.0.0.141 - - [2026-01-12 02:05:39] "GET /project/c7b5f1da-e8d3-418d-b4ea-7f348adf58e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.028723 10.0.0.141 - - [2026-01-12 02:05:39] "POST /neutron/network HTTP/1.1" 200 117 0.008730 10.0.0.141 - - [2026-01-12 02:05:39] "GET /projects?obj_uuids=c7b5f1da-e8d3-418d-b4ea-7f348adf58e7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001342 10.0.0.141 - - [2026-01-12 02:05:39] "POST /neutron/network HTTP/1.1" 200 603 0.063755 10.0.0.141 - - [2026-01-12 02:05:39] "POST /route-targets HTTP/1.1" 200 328 0.013751 10.0.0.141 - - [2026-01-12 02:05:39] "POST /ref-update HTTP/1.1" 200 156 0.010386 10.0.0.141 - - [2026-01-12 02:05:40] "POST /useragent-kv HTTP/1.1" 200 115 0.004042 10.0.0.141 - - [2026-01-12 02:05:40] "POST /neutron/subnet HTTP/1.1" 200 734 0.189964 10.0.0.141 - - [2026-01-12 02:05:40] "POST /useragent-kv HTTP/1.1" 200 115 0.004338 10.0.0.141 - - [2026-01-12 02:05:40] "POST /neutron/subnet HTTP/1.1" 200 734 0.155339 10.0.0.141 - - [2026-01-12 02:05:40] "POST /neutron/network HTTP/1.1" 200 982 0.014588 10.0.0.141 - - [2026-01-12 02:05:40] "POST /id-to-fqname HTTP/1.1" 200 217 0.001465 10.0.0.141 - - [2026-01-12 02:05:40] "GET /virtual-network/c28fd143-f2c7-468a-b332-d7ece72e8ea5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.005390 10.0.0.141 - - [2026-01-12 02:05:40] "POST /neutron/network HTTP/1.1" 200 982 0.006997 10.0.0.141 - - [2026-01-12 02:05:40] "GET /virtual-network/c28fd143-f2c7-468a-b332-d7ece72e8ea5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.006013 10.0.0.141 - - [2026-01-12 02:05:40] "POST /neutron/network HTTP/1.1" 200 982 0.007622 10.0.0.141 - - [2026-01-12 02:05:40] "POST /neutron/subnet HTTP/1.1" 200 734 0.007053 10.0.0.141 - - [2026-01-12 02:05:40] "POST /neutron/subnet HTTP/1.1" 200 734 0.006844 10.0.0.141 - - [2026-01-12 02:05:40] "GET /projects?obj_uuids=c7b5f1da-e8d3-418d-b4ea-7f348adf58e7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001080 10.0.0.141 - - [2026-01-12 02:05:40] "POST /neutron/port HTTP/1.1" 200 1020 0.163214 10.0.0.141 - - [2026-01-12 02:05:40] "GET /projects?obj_uuids=c7b5f1da-e8d3-418d-b4ea-7f348adf58e7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001144 10.0.0.141 - - [2026-01-12 02:05:40] "POST /neutron/port HTTP/1.1" 200 1020 0.182627 10.0.0.141 - - [2026-01-12 02:05:40] "POST /id-to-fqname HTTP/1.1" 200 217 0.001318 10.0.0.141 - - [2026-01-12 02:05:40] "POST /neutron/port HTTP/1.1" 200 1020 0.009686 10.0.0.141 - - [2026-01-12 02:05:41] "POST /neutron/port HTTP/1.1" 200 1020 0.011270 10.0.0.141 - - [2026-01-12 02:05:41] "POST /neutron/network HTTP/1.1" 200 982 0.008610 10.0.0.141 - - [2026-01-12 02:05:41] "POST /neutron/port HTTP/1.1" 200 1020 0.009154 10.0.0.141 - - [2026-01-12 02:05:41] "POST /neutron/port HTTP/1.1" 200 117 0.005684 10.0.0.141 - - [2026-01-12 02:05:41] "POST /neutron/port HTTP/1.1" 200 117 0.005261 10.0.0.141 - - [2026-01-12 02:05:41] "POST /id-to-fqname HTTP/1.1" 200 217 0.001739 10.0.0.141 - - [2026-01-12 02:05:41] "POST /neutron/port HTTP/1.1" 200 117 0.005465 10.0.0.141 - - [2026-01-12 02:05:41] "POST /neutron/port HTTP/1.1" 200 1020 0.010598 10.0.0.141 - - [2026-01-12 02:05:41] "POST /neutron/port HTTP/1.1" 200 1020 0.010264 10.0.0.141 - - [2026-01-12 02:05:41] "POST /neutron/network HTTP/1.1" 200 982 0.007622 10.0.0.141 - - [2026-01-12 02:05:41] "POST /neutron/port HTTP/1.1" 200 1020 0.010205 10.0.0.141 - - [2026-01-12 02:05:41] "POST /neutron/port HTTP/1.1" 200 1020 0.009929 10.0.0.141 - - [2026-01-12 02:05:41] "POST /neutron/port HTTP/1.1" 200 1020 0.011952 10.0.0.141 - - [2026-01-12 02:05:41] "POST /neutron/port HTTP/1.1" 200 117 0.007343 10.0.0.141 - - [2026-01-12 02:05:41] "POST /neutron/port HTTP/1.1" 200 117 0.005181 10.0.0.141 - - [2026-01-12 02:05:41] "POST /neutron/port HTTP/1.1" 200 117 0.006565 10.0.0.141 - - [2026-01-12 02:05:42] "POST /neutron/port HTTP/1.1" 200 1020 0.010235 10.0.0.141 - - [2026-01-12 02:05:42] "POST /neutron/network HTTP/1.1" 200 992 0.006112 10.0.0.141 - - [2026-01-12 02:05:42] "POST /neutron/port HTTP/1.1" 200 1020 0.009155 10.0.0.141 - - [2026-01-12 02:05:42] "POST /neutron/port HTTP/1.1" 200 1020 0.009379 10.0.0.141 - - [2026-01-12 02:05:42] "POST /neutron/port HTTP/1.1" 200 1020 0.011021 10.0.0.141 - - [2026-01-12 02:05:42] "POST /neutron/network HTTP/1.1" 200 992 0.009690 10.0.0.141 - - [2026-01-12 02:05:42] "POST /neutron/port HTTP/1.1" 200 1112 0.092182 10.0.0.141 - - [2026-01-12 02:05:42] "POST /neutron/port HTTP/1.1" 200 1020 0.012078 10.0.0.141 - - [2026-01-12 02:05:42] "POST /neutron/port HTTP/1.1" 200 1020 0.012024 10.0.0.141 - - [2026-01-12 02:05:42] "POST /neutron/port HTTP/1.1" 200 1112 0.079539 10.0.0.141 - - [2026-01-12 02:05:42] "POST /neutron/port HTTP/1.1" 200 1122 0.015817 10.0.0.141 - - [2026-01-12 02:05:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003541 10.0.0.141 - - [2026-01-12 02:05:42] "POST /neutron/port HTTP/1.1" 200 1122 0.013877 10.0.0.141 - - [2026-01-12 02:05:42] "POST /neutron/subnet HTTP/1.1" 200 708 0.008979 10.0.0.141 - - [2026-01-12 02:05:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003450 10.0.0.141 - - [2026-01-12 02:05:42] "POST /neutron/port HTTP/1.1" 200 117 0.001309 10.0.0.141 - - [2026-01-12 02:05:42] "POST /neutron/subnet HTTP/1.1" 200 708 0.009055 10.0.0.141 - - [2026-01-12 02:05:42] "POST /neutron/network HTTP/1.1" 200 982 0.009274 10.0.0.141 - - [2026-01-12 02:05:42] "POST /neutron/port HTTP/1.1" 200 117 0.001528 10.0.0.141 - - [2026-01-12 02:05:42] "POST /neutron/network HTTP/1.1" 200 982 0.007424 10.0.0.141 - - [2026-01-12 02:05:46] "POST /neutron/port HTTP/1.1" 200 1122 0.014045 10.0.0.141 - - [2026-01-12 02:05:46] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006609 10.0.0.141 - - [2026-01-12 02:05:46] "POST /neutron/port HTTP/1.1" 200 1122 0.013274 10.0.0.141 - - [2026-01-12 02:05:46] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006785 10.0.0.141 - - [2026-01-12 02:05:46] "POST /neutron/port HTTP/1.1" 200 1122 0.012426 10.0.0.141 - - [2026-01-12 02:05:47] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006274 10.0.0.141 - - [2026-01-12 02:05:47] "GET /virtual-machine/0caae8a6-d5cb-483d-ba66-036771204b5c HTTP/1.1" 200 1285 0.005100 10.0.0.141 - - [2026-01-12 02:05:47] "GET /virtual-machine-interface/c2ffb9fe-2bf9-4026-ad62-7983137ddcf5 HTTP/1.1" 200 2932 0.005047 10.0.0.141 - - [2026-01-12 02:05:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.141 - - [2026-01-12 02:05:47] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003716 10.0.0.141 - - [2026-01-12 02:05:47] "GET /virtual-networks?parent_id=c7b5f1da-e8d3-418d-b4ea-7f348adf58e7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003344 10.0.0.141 - - [2026-01-12 02:05:47] "GET /virtual-network/c28fd143-f2c7-468a-b332-d7ece72e8ea5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.005917 10.0.0.141 - - [2026-01-12 02:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.141 - - [2026-01-12 02:05:50] "GET /virtual-network/c28fd143-f2c7-468a-b332-d7ece72e8ea5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.005315 10.0.0.141 - - [2026-01-12 02:05:52] "POST /neutron/port HTTP/1.1" 200 1122 0.013691 10.0.0.141 - - [2026-01-12 02:05:52] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006006 10.0.0.141 - - [2026-01-12 02:05:52] "POST /neutron/port HTTP/1.1" 200 1122 0.014999 10.0.0.141 - - [2026-01-12 02:05:52] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006691 10.0.0.141 - - [2026-01-12 02:05:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.141 - - [2026-01-12 02:05:54] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003182 10.0.0.141 - - [2026-01-12 02:05:54] "GET /virtual-networks?parent_id=c7b5f1da-e8d3-418d-b4ea-7f348adf58e7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003222 10.0.0.141 - - [2026-01-12 02:05:54] "GET /virtual-network/c28fd143-f2c7-468a-b332-d7ece72e8ea5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.005741 10.0.0.141 - - [2026-01-12 02:05:54] "POST /neutron/port HTTP/1.1" 200 1122 0.016615 10.0.0.141 - - [2026-01-12 02:05:54] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006554 10.0.0.141 - - [2026-01-12 02:05:54] "POST /neutron/port HTTP/1.1" 200 1122 0.011755 10.0.0.141 - - [2026-01-12 02:05:54] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008190 10.0.0.141 - - [2026-01-12 02:05:54] "POST /neutron/port HTTP/1.1" 200 1122 0.013062 10.0.0.141 - - [2026-01-12 02:05:54] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007004 10.0.0.141 - - [2026-01-12 02:05:55] "GET /virtual-machine/0b47b64f-77d4-4f02-9b96-efca5a0d6955 HTTP/1.1" 200 1285 0.006237 10.0.0.141 - - [2026-01-12 02:05:55] "GET /virtual-machine-interface/32ce49f4-02a4-445e-aa12-13193a90e581 HTTP/1.1" 200 2931 0.007328 10.0.0.141 - - [2026-01-12 02:05:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.141 - - [2026-01-12 02:05:55] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003335 10.0.0.141 - - [2026-01-12 02:05:55] "GET /virtual-networks?parent_id=c7b5f1da-e8d3-418d-b4ea-7f348adf58e7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003551 10.0.0.141 - - [2026-01-12 02:05:55] "GET /virtual-network/c28fd143-f2c7-468a-b332-d7ece72e8ea5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.005834 10.0.0.141 - - [2026-01-12 02:05:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.141 - - [2026-01-12 02:05:56] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004019 10.0.0.141 - - [2026-01-12 02:05:56] "GET /virtual-networks?parent_id=c7b5f1da-e8d3-418d-b4ea-7f348adf58e7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003550 10.0.0.141 - - [2026-01-12 02:05:56] "GET /virtual-network/c28fd143-f2c7-468a-b332-d7ece72e8ea5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.007298 10.0.0.141 - - [2026-01-12 02:05:59] "POST /neutron/port HTTP/1.1" 200 1112 0.016591 10.0.0.141 - - [2026-01-12 02:05:59] "POST /neutron/port HTTP/1.1" 200 1112 0.011431 10.0.0.141 - - [2026-01-12 02:05:59] "POST /neutron/port HTTP/1.1" 200 151 0.103390 10.0.0.141 - - [2026-01-12 02:05:59] "POST /neutron/port HTTP/1.1" 200 1112 0.010202 10.0.0.141 - - [2026-01-12 02:05:59] "POST /neutron/port HTTP/1.1" 200 1112 0.014360 10.0.0.141 - - [2026-01-12 02:05:59] "POST /neutron/port HTTP/1.1" 200 151 0.109320 10.0.0.141 - - [2026-01-12 02:05:59] "POST /neutron/network HTTP/1.1" 200 982 0.007486 10.0.0.141 - - [2026-01-12 02:06:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004961 10.0.0.141 - - [2026-01-12 02:06:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003797 10.0.0.141 - - [2026-01-12 02:06:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003218 10.0.0.141 - - [2026-01-12 02:06:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002707 10.0.0.141 - - [2026-01-12 02:06:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002681 10.0.0.141 - - [2026-01-12 02:06:00] "POST /neutron/network HTTP/1.1" 200 151 0.124916 10.0.0.141 - - [2026-01-12 02:06:00] "DELETE /route-target/9a7e2936-a842-4cd8-98d4-22e3e716dd8a HTTP/1.1" 200 115 0.036818 10.0.0.141 - - [2026-01-12 02:06:00] "GET /projects?obj_uuids=c7b5f1da-e8d3-418d-b4ea-7f348adf58e7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001444 10.0.0.141 - - [2026-01-12 02:06:00] "GET /project/c7b5f1da-e8d3-418d-b4ea-7f348adf58e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.032356 10.0.0.141 - - [2026-01-12 02:06:00] "GET /projects?obj_uuids=c7b5f1da-e8d3-418d-b4ea-7f348adf58e7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001842 10.0.0.141 - - [2026-01-12 02:06:00] "GET /project/c7b5f1da-e8d3-418d-b4ea-7f348adf58e7?fields=virtual_networks HTTP/1.1" 200 1027 0.077127 10.0.0.141 - - [2026-01-12 02:06:00] "GET /projects?obj_uuids=c7b5f1da-e8d3-418d-b4ea-7f348adf58e7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001209 10.0.0.141 - - [2026-01-12 02:06:00] "GET /project/c7b5f1da-e8d3-418d-b4ea-7f348adf58e7?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.031642 10.0.0.141 - - [2026-01-12 02:06:00] "GET /projects?obj_uuids=c7b5f1da-e8d3-418d-b4ea-7f348adf58e7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001673 10.0.0.141 - - [2026-01-12 02:06:00] "GET /project/c7b5f1da-e8d3-418d-b4ea-7f348adf58e7?fields=security_groups HTTP/1.1" 200 1250 0.041238 10.0.0.141 - - [2026-01-12 02:06:01] "POST /fqname-to-id HTTP/1.1" 404 186 0.031011 10.0.0.141 - - [2026-01-12 02:06:01] "GET /projects?obj_uuids=706525be-b1a9-4cfe-8ed1-b8433f4c54df&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002484 10.0.0.141 - - [2026-01-12 02:06:01] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001068 10.0.0.141 - - [2026-01-12 02:06:01] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007580 10.0.0.141 - - [2026-01-12 02:06:01] "POST /id-to-fqname HTTP/1.1" 200 188 0.002153 10.0.0.141 - - [2026-01-12 02:06:02] "POST /fqname-to-id HTTP/1.1" 404 197 0.003403 10.0.0.141 - - [2026-01-12 02:06:02] "POST /security-groups HTTP/1.1" 200 589 0.076404 10.0.0.141 - - [2026-01-12 02:06:02] "POST /fqname-to-id HTTP/1.1" 404 232 0.004302 10.0.0.141 - - [2026-01-12 02:06:02] "POST /projects HTTP/1.1" 200 581 0.254015 10.0.0.141 - - [2026-01-12 02:06:02] "POST /access-control-lists HTTP/1.1" 200 596 0.061958 10.0.0.141 - - [2026-01-12 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.330696 10.0.0.141 - - [2026-01-12 02:06:02] "POST /fqname-to-id HTTP/1.1" 404 231 0.003191 10.0.0.141 - - [2026-01-12 02:06:02] "GET /project/706525be-b1a9-4cfe-8ed1-b8433f4c54df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.484932 10.0.0.141 - - [2026-01-12 02:06:02] "POST /access-control-lists HTTP/1.1" 200 594 0.064576 10.0.0.141 - - [2026-01-12 02:06:03] "GET / HTTP/1.1" 200 36215 0.002011 10.0.0.141 - - [2026-01-12 02:06:04] "POST /fqname-to-id HTTP/1.1" 401 293 0.000551 10.0.0.141 - - [2026-01-12 02:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.071033 10.0.0.141 - - [2026-01-12 02:06:04] "GET /projects?obj_uuids=706525be-b1a9-4cfe-8ed1-b8433f4c54df&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001086 10.0.0.141 - - [2026-01-12 02:06:04] "GET /project/706525be-b1a9-4cfe-8ed1-b8433f4c54df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.036593 10.0.0.141 - - [2026-01-12 02:06:04] "POST /neutron/port HTTP/1.1" 200 117 0.011151 10.0.0.141 - - [2026-01-12 02:06:04] "POST /neutron/port HTTP/1.1" 400 205 0.003517 10.0.0.141 - - [2026-01-12 02:06:04] "POST /neutron/port HTTP/1.1" 200 117 0.012260 10.0.0.141 - - [2026-01-12 02:06:04] "POST /neutron/port HTTP/1.1" 400 205 0.003354 10.0.0.141 - - [2026-01-12 02:06:04] "POST /neutron/network HTTP/1.1" 200 117 0.070010 10.0.0.141 - - [2026-01-12 02:06:04] "GET /projects?obj_uuids=706525be-b1a9-4cfe-8ed1-b8433f4c54df&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001090 10.0.0.141 - - [2026-01-12 02:06:05] "POST /neutron/network HTTP/1.1" 200 605 0.080597 10.0.0.141 - - [2026-01-12 02:06:05] "POST /route-targets HTTP/1.1" 200 328 0.014752 10.0.0.141 - - [2026-01-12 02:06:05] "POST /ref-update HTTP/1.1" 200 156 0.014141 10.0.0.141 - - [2026-01-12 02:06:05] "POST /useragent-kv HTTP/1.1" 200 115 0.006397 10.0.0.141 - - [2026-01-12 02:06:05] "POST /neutron/subnet HTTP/1.1" 200 724 0.199244 10.0.0.141 - - [2026-01-12 02:06:05] "POST /neutron/network HTTP/1.1" 200 824 0.007042 10.0.0.141 - - [2026-01-12 02:06:05] "POST /id-to-fqname HTTP/1.1" 200 219 0.002300 10.0.0.141 - - [2026-01-12 02:06:05] "GET /virtual-network/a6e5c264-8b4e-4b91-997e-ee0f92524c32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005322 10.0.0.141 - - [2026-01-12 02:06:05] "POST /neutron/network HTTP/1.1" 200 824 0.007607 10.0.0.141 - - [2026-01-12 02:06:05] "GET /virtual-network/a6e5c264-8b4e-4b91-997e-ee0f92524c32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005250 10.0.0.141 - - [2026-01-12 02:06:05] "POST /neutron/network HTTP/1.1" 200 824 0.005989 10.0.0.141 - - [2026-01-12 02:06:05] "POST /neutron/subnet HTTP/1.1" 200 724 0.012614 10.0.0.141 - - [2026-01-12 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002699 10.0.0.141 - - [2026-01-12 02:06:05] "GET /projects?obj_uuids=706525be-b1a9-4cfe-8ed1-b8433f4c54df&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001027 10.0.0.141 - - [2026-01-12 02:06:05] "GET /project/706525be-b1a9-4cfe-8ed1-b8433f4c54df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.030021 10.0.0.141 - - [2026-01-12 02:06:05] "POST /neutron/network HTTP/1.1" 200 117 0.010712 10.0.0.141 - - [2026-01-12 02:06:05] "GET /projects?obj_uuids=706525be-b1a9-4cfe-8ed1-b8433f4c54df&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001176 10.0.0.141 - - [2026-01-12 02:06:05] "POST /neutron/network HTTP/1.1" 200 605 0.081007 10.0.0.141 - - [2026-01-12 02:06:05] "POST /route-targets HTTP/1.1" 200 328 0.015242 10.0.0.141 - - [2026-01-12 02:06:05] "POST /ref-update HTTP/1.1" 200 156 0.010833 10.0.0.141 - - [2026-01-12 02:06:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002975 10.0.0.141 - - [2026-01-12 02:06:05] "POST /neutron/subnet HTTP/1.1" 200 729 0.142092 10.0.0.141 - - [2026-01-12 02:06:05] "POST /neutron/network HTTP/1.1" 200 825 0.006248 10.0.0.141 - - [2026-01-12 02:06:05] "POST /id-to-fqname HTTP/1.1" 200 219 0.001318 10.0.0.141 - - [2026-01-12 02:06:05] "GET /virtual-network/2c6f6398-dc3c-48e3-8a09-15b2d7d6d282?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004982 10.0.0.141 - - [2026-01-12 02:06:05] "POST /neutron/network HTTP/1.1" 200 825 0.007551 10.0.0.141 - - [2026-01-12 02:06:05] "GET /virtual-network/2c6f6398-dc3c-48e3-8a09-15b2d7d6d282?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006421 10.0.0.141 - - [2026-01-12 02:06:06] "POST /neutron/network HTTP/1.1" 200 825 0.006562 10.0.0.141 - - [2026-01-12 02:06:06] "POST /neutron/subnet HTTP/1.1" 200 729 0.007466 10.0.0.141 - - [2026-01-12 02:06:06] "POST /id-to-fqname HTTP/1.1" 200 219 0.001355 10.0.0.141 - - [2026-01-12 02:06:06] "POST /neutron/network HTTP/1.1" 200 834 0.006177 10.0.0.141 - - [2026-01-12 02:06:06] "GET /aaa-mode HTTP/1.1" 401 293 0.000495 10.0.0.141 - - [2026-01-12 02:06:06] "GET / HTTP/1.1" 200 36215 0.001879 10.0.0.141 - - [2026-01-12 02:06:06] "GET /project/706525be-b1a9-4cfe-8ed1-b8433f4c54df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000399 10.0.0.141 - - [2026-01-12 02:06:07] "GET /projects?obj_uuids=706525be-b1a9-4cfe-8ed1-b8433f4c54df&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001109 10.0.0.141 - - [2026-01-12 02:06:07] "GET /project/706525be-b1a9-4cfe-8ed1-b8433f4c54df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.059622 10.0.0.141 - - [2026-01-12 02:06:07] "POST /neutron/network HTTP/1.1" 200 824 0.007108 10.0.0.141 - - [2026-01-12 02:06:07] "POST /neutron/port HTTP/1.1" 200 117 0.008735 10.0.0.141 - - [2026-01-12 02:06:07] "POST /neutron/port HTTP/1.1" 200 117 0.007192 10.0.0.141 - - [2026-01-12 02:06:07] "POST /id-to-fqname HTTP/1.1" 200 219 0.001693 10.0.0.141 - - [2026-01-12 02:06:07] "POST /neutron/port HTTP/1.1" 200 117 0.005100 10.0.0.141 - - [2026-01-12 02:06:07] "POST /neutron/network HTTP/1.1" 200 835 0.006214 10.0.0.141 - - [2026-01-12 02:06:07] "GET /aaa-mode HTTP/1.1" 401 293 0.000548 10.0.0.141 - - [2026-01-12 02:06:07] "POST /neutron/network HTTP/1.1" 200 834 0.005886 10.0.0.141 - - [2026-01-12 02:06:07] "GET /projects?obj_uuids=706525be-b1a9-4cfe-8ed1-b8433f4c54df&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001556 10.0.0.141 - - [2026-01-12 02:06:08] "GET / HTTP/1.1" 200 36215 0.001747 10.0.0.141 - - [2026-01-12 02:06:08] "GET /project/706525be-b1a9-4cfe-8ed1-b8433f4c54df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000449 10.0.0.141 - - [2026-01-12 02:06:08] "POST /neutron/port HTTP/1.1" 200 1058 0.289713 10.0.0.141 - - [2026-01-12 02:06:08] "POST /neutron/port HTTP/1.1" 200 1058 0.012774 10.0.0.141 - - [2026-01-12 02:06:08] "POST /neutron/port HTTP/1.1" 200 1058 0.010725 10.0.0.141 - - [2026-01-12 02:06:08] "POST /neutron/port HTTP/1.1" 200 1112 0.096410 10.0.0.141 - - [2026-01-12 02:06:08] "POST /neutron/port HTTP/1.1" 200 1122 0.013326 10.0.0.141 - - [2026-01-12 02:06:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004081 10.0.0.141 - - [2026-01-12 02:06:08] "POST /neutron/subnet HTTP/1.1" 200 698 0.007179 10.0.0.141 - - [2026-01-12 02:06:08] "POST /neutron/port HTTP/1.1" 200 117 0.001255 10.0.0.141 - - [2026-01-12 02:06:08] "POST /neutron/network HTTP/1.1" 200 824 0.006109 10.0.0.141 - - [2026-01-12 02:06:08] "GET /projects?obj_uuids=706525be-b1a9-4cfe-8ed1-b8433f4c54df&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001454 10.0.0.141 - - [2026-01-12 02:06:08] "GET /project/706525be-b1a9-4cfe-8ed1-b8433f4c54df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.078266 10.0.0.141 - - [2026-01-12 02:06:08] "POST /neutron/network HTTP/1.1" 200 825 0.006577 10.0.0.141 - - [2026-01-12 02:06:08] "POST /neutron/port HTTP/1.1" 200 1122 0.021411 10.0.0.141 - - [2026-01-12 02:06:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006840 10.0.0.141 - - [2026-01-12 02:06:08] "POST /neutron/port HTTP/1.1" 200 117 0.006295 10.0.0.141 - - [2026-01-12 02:06:08] "GET /projects?obj_uuids=706525be-b1a9-4cfe-8ed1-b8433f4c54df&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001048 10.0.0.141 - - [2026-01-12 02:06:08] "POST /neutron/router HTTP/1.1" 200 580 0.062925 10.0.0.141 - - [2026-01-12 02:06:08] "POST /neutron/router HTTP/1.1" 200 580 0.009220 10.0.0.141 - - [2026-01-12 02:06:08] "POST /route-targets HTTP/1.1" 200 328 0.020801 10.0.0.141 - - [2026-01-12 02:06:09] "GET /projects?obj_uuids=706525be-b1a9-4cfe-8ed1-b8433f4c54df&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002657 10.0.0.141 - - [2026-01-12 02:06:09] "PUT /logical-router/4944a459-2100-4f4e-bd8b-fe9baa9d8221 HTTP/1.1" 200 263 0.044580 10.0.0.141 - - [2026-01-12 02:06:09] "POST /neutron/router HTTP/1.1" 200 344 0.372037 10.0.0.141 - - [2026-01-12 02:06:09] "POST /ref-update HTTP/1.1" 200 156 0.013917 10.0.0.141 - - [2026-01-12 02:06:09] "POST /neutron/port HTTP/1.1" 200 1122 0.013704 10.0.0.141 - - [2026-01-12 02:06:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007950 10.0.0.141 - - [2026-01-12 02:06:09] "POST /neutron/network HTTP/1.1" 200 835 0.006242 10.0.0.141 - - [2026-01-12 02:06:09] "GET /projects?obj_uuids=706525be-b1a9-4cfe-8ed1-b8433f4c54df&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001300 10.0.0.141 - - [2026-01-12 02:06:09] "POST /neutron/port HTTP/1.1" 200 1059 0.305025 10.0.0.141 - - [2026-01-12 02:06:09] "POST /neutron/port HTTP/1.1" 200 1059 0.013923 10.0.0.141 - - [2026-01-12 02:06:09] "POST /neutron/port HTTP/1.1" 200 1059 0.012697 10.0.0.141 - - [2026-01-12 02:06:09] "POST /neutron/port HTTP/1.1" 200 1113 0.089700 10.0.0.141 - - [2026-01-12 02:06:10] "POST /neutron/port HTTP/1.1" 200 1123 0.018769 10.0.0.141 - - [2026-01-12 02:06:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004003 10.0.0.141 - - [2026-01-12 02:06:10] "POST /neutron/subnet HTTP/1.1" 200 703 0.007633 10.0.0.141 - - [2026-01-12 02:06:10] "POST /neutron/port HTTP/1.1" 200 117 0.001556 10.0.0.141 - - [2026-01-12 02:06:10] "POST /neutron/network HTTP/1.1" 200 825 0.005838 10.0.0.141 - - [2026-01-12 02:06:14] "POST /neutron/port HTTP/1.1" 200 1122 0.013388 10.0.0.141 - - [2026-01-12 02:06:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006440 10.0.0.141 - - [2026-01-12 02:06:14] "POST /neutron/port HTTP/1.1" 200 1122 0.011916 10.0.0.141 - - [2026-01-12 02:06:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006433 10.0.0.141 - - [2026-01-12 02:06:14] "POST /neutron/port HTTP/1.1" 200 1122 0.013017 10.0.0.141 - - [2026-01-12 02:06:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006609 10.0.0.141 - - [2026-01-12 02:06:14] "GET /virtual-machine/7914b46a-6724-4907-8287-efa95f493341 HTTP/1.1" 401 293 0.000575 10.0.0.141 - - [2026-01-12 02:06:15] "GET /virtual-machine/7914b46a-6724-4907-8287-efa95f493341 HTTP/1.1" 200 1291 0.036563 10.0.0.141 - - [2026-01-12 02:06:15] "GET /virtual-machine-interface/784f552a-bc50-4666-ae1c-f6282a6e28a4 HTTP/1.1" 200 2941 0.005946 10.0.0.141 - - [2026-01-12 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.141 - - [2026-01-12 02:06:15] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003546 10.0.0.141 - - [2026-01-12 02:06:15] "GET /virtual-networks?parent_id=706525be-b1a9-4cfe-8ed1-b8433f4c54df&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003673 10.0.0.141 - - [2026-01-12 02:06:15] "GET /virtual-network/a6e5c264-8b4e-4b91-997e-ee0f92524c32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006631 10.0.0.141 - - [2026-01-12 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.141 - - [2026-01-12 02:06:18] "GET /virtual-network/a6e5c264-8b4e-4b91-997e-ee0f92524c32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005904 10.0.0.141 - - [2026-01-12 02:06:18] "POST /neutron/port HTTP/1.1" 200 1122 0.013121 10.0.0.141 - - [2026-01-12 02:06:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005575 10.0.0.141 - - [2026-01-12 02:06:20] "POST /neutron/port HTTP/1.1" 200 1123 0.012967 10.0.0.141 - - [2026-01-12 02:06:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005757 10.0.0.141 - - [2026-01-12 02:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.141 - - [2026-01-12 02:06:20] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003270 10.0.0.141 - - [2026-01-12 02:06:20] "GET /virtual-networks?parent_id=706525be-b1a9-4cfe-8ed1-b8433f4c54df&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003197 10.0.0.141 - - [2026-01-12 02:06:20] "GET /virtual-network/a6e5c264-8b4e-4b91-997e-ee0f92524c32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008601 10.0.0.141 - - [2026-01-12 02:06:20] "POST /neutron/port HTTP/1.1" 200 1123 0.012848 10.0.0.141 - - [2026-01-12 02:06:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005829 10.0.0.141 - - [2026-01-12 02:06:21] "POST /neutron/port HTTP/1.1" 200 1123 0.012283 10.0.0.141 - - [2026-01-12 02:06:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006436 10.0.0.141 - - [2026-01-12 02:06:21] "POST /neutron/port HTTP/1.1" 200 1123 0.013505 10.0.0.141 - - [2026-01-12 02:06:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007889 10.0.0.141 - - [2026-01-12 02:06:21] "GET /virtual-machine/a314811f-2719-49a7-8715-e89ce8222af8 HTTP/1.1" 200 1292 0.005030 10.0.0.141 - - [2026-01-12 02:06:21] "GET /virtual-machine-interface/487cc2e9-7f00-4b22-a4bf-f8de92a72364 HTTP/1.1" 200 2941 0.005685 10.0.0.141 - - [2026-01-12 02:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.141 - - [2026-01-12 02:06:21] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003245 10.0.0.141 - - [2026-01-12 02:06:21] "GET /virtual-networks?parent_id=706525be-b1a9-4cfe-8ed1-b8433f4c54df&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003468 10.0.0.141 - - [2026-01-12 02:06:21] "GET /virtual-network/2c6f6398-dc3c-48e3-8a09-15b2d7d6d282?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005774 10.0.0.141 - - [2026-01-12 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.141 - - [2026-01-12 02:06:22] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004552 10.0.0.141 - - [2026-01-12 02:06:22] "GET /virtual-networks?parent_id=706525be-b1a9-4cfe-8ed1-b8433f4c54df&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003206 10.0.0.141 - - [2026-01-12 02:06:22] "GET /virtual-network/2c6f6398-dc3c-48e3-8a09-15b2d7d6d282?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005608 10.0.0.141 - - [2026-01-12 02:06:26] "POST /neutron/port HTTP/1.1" 200 1122 0.014157 10.0.0.141 - - [2026-01-12 02:06:26] "POST /neutron/port HTTP/1.1" 200 1122 0.012213 10.0.0.141 - - [2026-01-12 02:06:26] "POST /neutron/network HTTP/1.1" 200 834 0.005407 10.0.0.141 - - [2026-01-12 02:06:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003339 10.0.0.141 - - [2026-01-12 02:06:26] "POST /neutron/subnet HTTP/1.1" 200 698 0.006988 10.0.0.141 - - [2026-01-12 02:06:26] "POST /neutron/port HTTP/1.1" 200 117 0.001287 10.0.0.141 - - [2026-01-12 02:06:26] "POST /neutron/network HTTP/1.1" 200 824 0.005538 10.0.0.141 - - [2026-01-12 02:06:27] "POST /neutron/router HTTP/1.1" 200 580 0.003940 10.0.0.141 - - [2026-01-12 02:06:27] "GET /projects?obj_uuids=706525be-b1a9-4cfe-8ed1-b8433f4c54df&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001110 10.0.0.141 - - [2026-01-12 02:06:28] "POST /neutron/router HTTP/1.1" 200 344 0.218104 10.0.0.141 - - [2026-01-12 02:06:28] "POST /neutron/port HTTP/1.1" 200 1921 0.022978 10.0.0.141 - - [2026-01-12 02:06:28] "POST /ref-update HTTP/1.1" 200 156 0.009288 10.0.0.141 - - [2026-01-12 02:06:32] "DELETE /project/c7b5f1dae8d3418db4ea7f348adf58e7 HTTP/1.1" 404 173 0.011899 10.0.0.141 - - [2026-01-12 02:06:32] "DELETE /project/706525beb1a94cfe8ed1b8433f4c54df HTTP/1.1" 404 173 0.006443 10.0.0.141 - - [2026-01-12 02:06:32] "GET /projects?obj_uuids=47d5a120-352b-4ad2-af1d-f90001bcb583&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000964 10.0.0.141 - - [2026-01-12 02:06:32] "GET /projects?obj_uuids=c7b5f1da-e8d3-418d-b4ea-7f348adf58e7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000805 10.0.0.141 - - [2026-01-12 02:06:32] "GET /project/c7b5f1da-e8d3-418d-b4ea-7f348adf58e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.028760 10.0.0.141 - - [2026-01-12 02:06:32] "GET /project/47d5a120-352b-4ad2-af1d-f90001bcb583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.038288 10.0.0.141 - - [2026-01-12 02:06:33] "GET /projects?obj_uuids=c7b5f1da-e8d3-418d-b4ea-7f348adf58e7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001045 10.0.0.141 - - [2026-01-12 02:06:33] "GET /projects?obj_uuids=47d5a120-352b-4ad2-af1d-f90001bcb583&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001006 10.0.0.141 - - [2026-01-12 02:06:33] "GET /project/c7b5f1da-e8d3-418d-b4ea-7f348adf58e7?fields=security_groups HTTP/1.1" 200 1352 0.033236 10.0.0.141 - - [2026-01-12 02:06:33] "GET /project/47d5a120-352b-4ad2-af1d-f90001bcb583?fields=security_groups HTTP/1.1" 200 1348 0.035010 10.0.0.141 - - [2026-01-12 02:06:33] "DELETE /security-group/4a2224e2-e5e4-42a8-bc23-cd65472d324a HTTP/1.1" 200 115 0.050231 10.0.0.141 - - [2026-01-12 02:06:33] "GET /projects?obj_uuids=c7b5f1da-e8d3-418d-b4ea-7f348adf58e7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001471 10.0.0.141 - - [2026-01-12 02:06:33] "DELETE /security-group/6055a1fb-9f83-4309-9f38-560846b7516b HTTP/1.1" 200 115 0.064603 10.0.0.141 - - [2026-01-12 02:06:33] "DELETE /access-control-list/aa4c30fd-ef29-4d83-a32e-1dcd8089154f HTTP/1.1" 200 115 0.048941 10.0.0.141 - - [2026-01-12 02:06:33] "GET /projects?obj_uuids=47d5a120-352b-4ad2-af1d-f90001bcb583&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001571 10.0.0.141 - - [2026-01-12 02:06:33] "GET /project/c7b5f1da-e8d3-418d-b4ea-7f348adf58e7?fields=application_policy_sets HTTP/1.1" 200 1391 0.054160 10.0.0.141 - - [2026-01-12 02:06:33] "DELETE /access-control-list/7c27885b-b496-47eb-802b-555dcdc7acc2 HTTP/1.1" 200 115 0.038677 10.0.0.141 - - [2026-01-12 02:06:33] "GET /project/47d5a120-352b-4ad2-af1d-f90001bcb583?fields=application_policy_sets HTTP/1.1" 200 1387 0.083461 10.0.0.141 - - [2026-01-12 02:06:33] "DELETE /access-control-list/1b47d325-ec74-4f35-960f-9883ad8d3db6 HTTP/1.1" 200 115 0.045460 10.0.0.141 - - [2026-01-12 02:06:33] "DELETE /access-control-list/14fc7c60-e3a4-467f-9168-9b4c63c0989b HTTP/1.1" 200 115 0.029586 10.0.0.141 - - [2026-01-12 02:06:33] "DELETE /project/c7b5f1da-e8d3-418d-b4ea-7f348adf58e7 HTTP/1.1" 200 115 0.388148 10.0.0.141 - - [2026-01-12 02:06:33] "DELETE /project/47d5a120-352b-4ad2-af1d-f90001bcb583 HTTP/1.1" 200 115 0.417703 10.0.0.141 - - [2026-01-12 02:06:34] "POST /neutron/router HTTP/1.1" 200 580 0.003996 10.0.0.141 - - [2026-01-12 02:06:34] "POST /ref-update HTTP/1.1" 200 156 0.013600 10.0.0.141 - - [2026-01-12 02:06:34] "POST /neutron/router HTTP/1.1" 200 344 0.120399 10.0.0.141 - - [2026-01-12 02:06:37] "POST /neutron/router HTTP/1.1" 200 580 0.005041 10.0.0.141 - - [2026-01-12 02:06:37] "GET /projects?obj_uuids=706525be-b1a9-4cfe-8ed1-b8433f4c54df&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001210 10.0.0.141 - - [2026-01-12 02:06:38] "POST /neutron/router HTTP/1.1" 200 344 0.239322 10.0.0.141 - - [2026-01-12 02:06:38] "POST /ref-update HTTP/1.1" 200 156 0.008916 10.0.0.141 - - [2026-01-12 02:06:39] "GET /obj-perms HTTP/1.1" 200 5075 0.056752 10.0.0.141 - - [2026-01-12 02:06:39] "GET /obj-perms HTTP/1.1" 200 5075 0.053570 10.0.0.141 - - [2026-01-12 02:06:40] "POST /neutron/router HTTP/1.1" 200 580 0.006710 10.0.0.141 - - [2026-01-12 02:06:40] "POST /ref-update HTTP/1.1" 200 156 0.018344 10.0.0.141 - - [2026-01-12 02:06:40] "POST /neutron/router HTTP/1.1" 200 344 0.123788 10.0.0.141 - - [2026-01-12 02:06:40] "POST /neutron/router HTTP/1.1" 200 580 0.004900 10.0.0.141 - - [2026-01-12 02:06:40] "POST /ref-update HTTP/1.1" 200 156 0.010600 10.0.0.141 - - [2026-01-12 02:06:40] "POST /neutron/router HTTP/1.1" 200 344 0.107195 10.0.0.141 - - [2026-01-12 02:06:40] "POST /neutron/router HTTP/1.1" 200 580 0.004743 10.0.0.141 - - [2026-01-12 02:06:40] "GET /logical-router/4944a459-2100-4f4e-bd8b-fe9baa9d8221?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004411 10.0.0.141 - - [2026-01-12 02:06:40] "POST /neutron/router HTTP/1.1" 200 151 0.040893 10.0.0.141 - - [2026-01-12 02:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.141 - - [2026-01-12 02:06:40] "DELETE /route-target/c0c7d54f-001e-4f4b-bc16-191400991c19 HTTP/1.1" 200 115 0.016227 10.0.0.141 - - [2026-01-12 02:06:40] "POST /neutron/network HTTP/1.1" 200 825 0.018364 10.0.0.141 - - [2026-01-12 02:06:41] "POST /neutron/network HTTP/1.1" 400 204 0.017477 10.0.0.141 - - [2026-01-12 02:06:41] "POST /neutron/port HTTP/1.1" 200 1123 0.014074 10.0.0.141 - - [2026-01-12 02:06:41] "POST /neutron/port HTTP/1.1" 200 1113 0.016094 10.0.0.141 - - [2026-01-12 02:06:41] "POST /neutron/port HTTP/1.1" 200 1122 0.032755 10.0.0.141 - - [2026-01-12 02:06:41] "POST /neutron/port HTTP/1.1" 200 151 0.144306 10.0.0.141 - - [2026-01-12 02:06:41] "POST /neutron/port HTTP/1.1" 200 1112 0.014158 10.0.0.141 - - [2026-01-12 02:06:41] "POST /neutron/port HTTP/1.1" 200 151 0.116559 10.0.0.141 - - [2026-01-12 02:06:43] "POST /neutron/network HTTP/1.1" 200 825 0.006016 10.0.0.141 - - [2026-01-12 02:06:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004016 10.0.0.141 - - [2026-01-12 02:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.141 - - [2026-01-12 02:06:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003204 10.0.0.141 - - [2026-01-12 02:06:43] "POST /neutron/network HTTP/1.1" 200 151 0.088908 10.0.0.141 - - [2026-01-12 02:06:43] "DELETE /route-target/d6764053-6367-44ad-81d3-1651f944cb7b HTTP/1.1" 200 115 0.020998 10.0.0.141 - - [2026-01-12 02:06:43] "POST /neutron/network HTTP/1.1" 200 824 0.006854 10.0.0.141 - - [2026-01-12 02:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.141 - - [2026-01-12 02:06:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003746 10.0.0.141 - - [2026-01-12 02:06:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003183 10.0.0.141 - - [2026-01-12 02:06:43] "POST /neutron/network HTTP/1.1" 200 151 0.097813 10.0.0.141 - - [2026-01-12 02:06:43] "DELETE /route-target/cf7c348d-e4c2-440f-9354-93bf97906349 HTTP/1.1" 200 115 0.025244 10.0.0.141 - - [2026-01-12 02:06:43] "GET /projects?obj_uuids=706525be-b1a9-4cfe-8ed1-b8433f4c54df&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001441 10.0.0.141 - - [2026-01-12 02:06:43] "GET /project/706525be-b1a9-4cfe-8ed1-b8433f4c54df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.033742 10.0.0.141 - - [2026-01-12 02:06:43] "GET /projects?obj_uuids=706525be-b1a9-4cfe-8ed1-b8433f4c54df&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001091 10.0.0.141 - - [2026-01-12 02:06:43] "GET /project/706525be-b1a9-4cfe-8ed1-b8433f4c54df?fields=virtual_networks HTTP/1.1" 200 1030 0.061552 10.0.0.141 - - [2026-01-12 02:06:43] "GET /projects?obj_uuids=706525be-b1a9-4cfe-8ed1-b8433f4c54df&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001430 10.0.0.141 - - [2026-01-12 02:06:43] "GET /project/706525be-b1a9-4cfe-8ed1-b8433f4c54df?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.026823 10.0.0.141 - - [2026-01-12 02:06:43] "GET /projects?obj_uuids=706525be-b1a9-4cfe-8ed1-b8433f4c54df&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001396 10.0.0.141 - - [2026-01-12 02:06:43] "GET /project/706525be-b1a9-4cfe-8ed1-b8433f4c54df?fields=security_groups HTTP/1.1" 200 1255 0.027610 10.0.0.141 - - [2026-01-12 02:06:44] "POST /fqname-to-id HTTP/1.1" 404 191 0.029423 10.0.0.141 - - [2026-01-12 02:06:44] "GET /projects?obj_uuids=27e7d0f4-c5a8-4c61-b6be-f83dbe9a8ebc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002457 10.0.0.141 - - [2026-01-12 02:06:44] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001072 10.0.0.141 - - [2026-01-12 02:06:44] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007763 10.0.0.141 - - [2026-01-12 02:06:44] "POST /id-to-fqname HTTP/1.1" 200 193 0.001552 10.0.0.141 - - [2026-01-12 02:06:44] "POST /fqname-to-id HTTP/1.1" 404 202 0.002693 10.0.0.141 - - [2026-01-12 02:06:45] "POST /security-groups HTTP/1.1" 200 594 0.060809 10.0.0.141 - - [2026-01-12 02:06:45] "POST /fqname-to-id HTTP/1.1" 404 237 0.002614 10.0.0.141 - - [2026-01-12 02:06:45] "POST /projects HTTP/1.1" 200 591 0.214690 10.0.0.141 - - [2026-01-12 02:06:45] "POST /access-control-lists HTTP/1.1" 200 601 0.061006 10.0.0.141 - - [2026-01-12 02:06:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.290556 10.0.0.141 - - [2026-01-12 02:06:45] "POST /fqname-to-id HTTP/1.1" 404 236 0.003605 10.0.0.141 - - [2026-01-12 02:06:45] "GET /project/27e7d0f4-c5a8-4c61-b6be-f83dbe9a8ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.421227 10.0.0.141 - - [2026-01-12 02:06:45] "POST /access-control-lists HTTP/1.1" 200 599 0.060788 10.0.0.141 - - [2026-01-12 02:06:46] "GET / HTTP/1.1" 200 36215 0.002369 10.0.0.141 - - [2026-01-12 02:06:47] "GET /project/27e7d0f4-c5a8-4c61-b6be-f83dbe9a8ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000550 10.0.0.141 - - [2026-01-12 02:06:47] "GET /projects?obj_uuids=27e7d0f4-c5a8-4c61-b6be-f83dbe9a8ebc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001195 10.0.0.141 - - [2026-01-12 02:06:47] "GET /project/27e7d0f4-c5a8-4c61-b6be-f83dbe9a8ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.052419 10.0.0.141 - - [2026-01-12 02:06:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002096 10.0.0.141 - - [2026-01-12 02:06:48] "GET /security-group/095b36f4-bfaa-473c-a479-d64a83c79e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.006019 10.0.0.141 - - [2026-01-12 02:06:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.141 - - [2026-01-12 02:06:48] "GET /projects?obj_uuids=27e7d0f4-c5a8-4c61-b6be-f83dbe9a8ebc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001457 10.0.0.141 - - [2026-01-12 02:06:48] "GET /project/27e7d0f4-c5a8-4c61-b6be-f83dbe9a8ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.026371 10.0.0.141 - - [2026-01-12 02:06:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.141 - - [2026-01-12 02:06:48] "GET /security-group/095b36f4-bfaa-473c-a479-d64a83c79e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.004159 10.0.0.141 - - [2026-01-12 02:06:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.141 - - [2026-01-12 02:06:48] "PUT /security-group/095b36f4-bfaa-473c-a479-d64a83c79e44 HTTP/1.1" 200 263 0.015879 10.0.0.141 - - [2026-01-12 02:06:48] "PUT /access-control-list/f8a28f2b-d583-41e0-91fc-d0094477009b HTTP/1.1" 200 273 0.010004 10.0.0.141 - - [2026-01-12 02:06:48] "PUT /access-control-list/e9ca177f-269b-4c47-825f-b4fb314b4e97 HTTP/1.1" 200 273 0.010302 10.0.0.141 - - [2026-01-12 02:06:48] "POST /fqname-to-id HTTP/1.1" 404 202 0.002717 10.0.0.141 - - [2026-01-12 02:06:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.141 - - [2026-01-12 02:06:48] "GET /projects?obj_uuids=27e7d0f4-c5a8-4c61-b6be-f83dbe9a8ebc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001608 10.0.0.141 - - [2026-01-12 02:06:48] "GET /project/27e7d0f4-c5a8-4c61-b6be-f83dbe9a8ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.027315 10.0.0.141 - - [2026-01-12 02:06:48] "POST /neutron/network HTTP/1.1" 200 117 0.040835 10.0.0.141 - - [2026-01-12 02:06:48] "GET /projects?obj_uuids=27e7d0f4-c5a8-4c61-b6be-f83dbe9a8ebc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001080 10.0.0.141 - - [2026-01-12 02:06:48] "POST /neutron/network HTTP/1.1" 200 608 0.065947 10.0.0.141 - - [2026-01-12 02:06:48] "POST /route-targets HTTP/1.1" 200 328 0.013672 10.0.0.141 - - [2026-01-12 02:06:48] "POST /ref-update HTTP/1.1" 200 156 0.012529 10.0.0.141 - - [2026-01-12 02:06:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002476 10.0.0.141 - - [2026-01-12 02:06:48] "POST /neutron/subnet HTTP/1.1" 200 734 0.220378 10.0.0.141 - - [2026-01-12 02:06:48] "POST /neutron/network HTTP/1.1" 200 829 0.006088 10.0.0.141 - - [2026-01-12 02:06:48] "POST /id-to-fqname HTTP/1.1" 200 223 0.001205 10.0.0.141 - - [2026-01-12 02:06:48] "GET /virtual-network/a2cab791-f367-4d24-839a-07fab8ca3e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005393 10.0.0.141 - - [2026-01-12 02:06:49] "POST /neutron/network HTTP/1.1" 200 829 0.007584 10.0.0.141 - - [2026-01-12 02:06:49] "GET /virtual-network/a2cab791-f367-4d24-839a-07fab8ca3e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005645 10.0.0.141 - - [2026-01-12 02:06:49] "POST /neutron/network HTTP/1.1" 200 829 0.005450 10.0.0.141 - - [2026-01-12 02:06:49] "POST /neutron/subnet HTTP/1.1" 200 734 0.007066 10.0.0.141 - - [2026-01-12 02:06:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002392 10.0.0.141 - - [2026-01-12 02:06:49] "GET /projects?obj_uuids=27e7d0f4-c5a8-4c61-b6be-f83dbe9a8ebc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001061 10.0.0.141 - - [2026-01-12 02:06:49] "GET /project/27e7d0f4-c5a8-4c61-b6be-f83dbe9a8ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.027824 10.0.0.141 - - [2026-01-12 02:06:49] "POST /neutron/network HTTP/1.1" 200 117 0.009431 10.0.0.141 - - [2026-01-12 02:06:49] "GET /projects?obj_uuids=27e7d0f4-c5a8-4c61-b6be-f83dbe9a8ebc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001209 10.0.0.141 - - [2026-01-12 02:06:49] "POST /neutron/network HTTP/1.1" 200 615 0.100212 10.0.0.141 - - [2026-01-12 02:06:49] "POST /route-targets HTTP/1.1" 200 328 0.013822 10.0.0.141 - - [2026-01-12 02:06:49] "POST /ref-update HTTP/1.1" 200 156 0.016366 10.0.0.141 - - [2026-01-12 02:06:49] "POST /useragent-kv HTTP/1.1" 200 115 0.004793 10.0.0.141 - - [2026-01-12 02:06:49] "POST /neutron/subnet HTTP/1.1" 200 724 0.138361 10.0.0.141 - - [2026-01-12 02:06:49] "POST /neutron/network HTTP/1.1" 200 834 0.005956 10.0.0.141 - - [2026-01-12 02:06:49] "POST /id-to-fqname HTTP/1.1" 200 227 0.001326 10.0.0.141 - - [2026-01-12 02:06:49] "GET /virtual-network/ce8ce3f4-eaea-464e-b9a7-3bad88ecec14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004848 10.0.0.141 - - [2026-01-12 02:06:49] "POST /neutron/network HTTP/1.1" 200 834 0.005861 10.0.0.141 - - [2026-01-12 02:06:49] "GET /virtual-network/ce8ce3f4-eaea-464e-b9a7-3bad88ecec14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005377 10.0.0.141 - - [2026-01-12 02:06:49] "POST /neutron/network HTTP/1.1" 200 834 0.007039 10.0.0.141 - - [2026-01-12 02:06:49] "POST /neutron/subnet HTTP/1.1" 200 724 0.006794 10.0.0.141 - - [2026-01-12 02:06:49] "POST /id-to-fqname HTTP/1.1" 200 223 0.001508 10.0.0.141 - - [2026-01-12 02:06:49] "POST /neutron/network HTTP/1.1" 200 839 0.006830 10.0.0.141 - - [2026-01-12 02:06:49] "GET /aaa-mode HTTP/1.1" 401 293 0.000580 10.0.0.141 - - [2026-01-12 02:06:50] "GET / HTTP/1.1" 200 36215 0.002183 10.0.0.141 - - [2026-01-12 02:06:50] "GET /project/27e7d0f4-c5a8-4c61-b6be-f83dbe9a8ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000455 10.0.0.141 - - [2026-01-12 02:06:50] "GET /projects?obj_uuids=27e7d0f4-c5a8-4c61-b6be-f83dbe9a8ebc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001187 10.0.0.141 - - [2026-01-12 02:06:50] "GET /project/27e7d0f4-c5a8-4c61-b6be-f83dbe9a8ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.053024 10.0.0.141 - - [2026-01-12 02:06:50] "POST /neutron/network HTTP/1.1" 200 829 0.006074 10.0.0.141 - - [2026-01-12 02:06:50] "POST /neutron/port HTTP/1.1" 200 117 0.005101 10.0.0.141 - - [2026-01-12 02:06:50] "POST /neutron/port HTTP/1.1" 200 117 0.005646 10.0.0.141 - - [2026-01-12 02:06:50] "POST /id-to-fqname HTTP/1.1" 200 227 0.001590 10.0.0.141 - - [2026-01-12 02:06:50] "POST /neutron/port HTTP/1.1" 200 117 0.006231 10.0.0.141 - - [2026-01-12 02:06:51] "POST /neutron/network HTTP/1.1" 200 844 0.006472 10.0.0.141 - - [2026-01-12 02:06:51] "GET /aaa-mode HTTP/1.1" 401 293 0.000616 10.0.0.141 - - [2026-01-12 02:06:51] "POST /neutron/network HTTP/1.1" 200 839 0.005437 10.0.0.141 - - [2026-01-12 02:06:51] "GET /projects?obj_uuids=27e7d0f4-c5a8-4c61-b6be-f83dbe9a8ebc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001145 10.0.0.141 - - [2026-01-12 02:06:51] "GET / HTTP/1.1" 200 36215 0.001863 10.0.0.141 - - [2026-01-12 02:06:51] "GET /project/27e7d0f4-c5a8-4c61-b6be-f83dbe9a8ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.003924 10.0.0.141 - - [2026-01-12 02:06:51] "POST /neutron/port HTTP/1.1" 200 1065 0.206594 10.0.0.141 - - [2026-01-12 02:06:51] "POST /neutron/port HTTP/1.1" 200 1065 0.011551 10.0.0.141 - - [2026-01-12 02:06:51] "POST /neutron/port HTTP/1.1" 200 1065 0.012043 10.0.0.141 - - [2026-01-12 02:06:51] "POST /neutron/port HTTP/1.1" 200 1119 0.065061 10.0.0.141 - - [2026-01-12 02:06:51] "POST /neutron/port HTTP/1.1" 200 1129 0.015026 10.0.0.141 - - [2026-01-12 02:06:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003714 10.0.0.141 - - [2026-01-12 02:06:51] "POST /neutron/subnet HTTP/1.1" 200 708 0.007488 10.0.0.141 - - [2026-01-12 02:06:51] "POST /neutron/port HTTP/1.1" 200 117 0.001215 10.0.0.141 - - [2026-01-12 02:06:51] "POST /neutron/network HTTP/1.1" 200 829 0.005751 10.0.0.141 - - [2026-01-12 02:06:51] "GET /projects?obj_uuids=27e7d0f4-c5a8-4c61-b6be-f83dbe9a8ebc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001472 10.0.0.141 - - [2026-01-12 02:06:51] "GET /project/27e7d0f4-c5a8-4c61-b6be-f83dbe9a8ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.056108 10.0.0.141 - - [2026-01-12 02:06:51] "POST /neutron/network HTTP/1.1" 200 834 0.005670 10.0.0.141 - - [2026-01-12 02:06:52] "POST /neutron/port HTTP/1.1" 200 1129 0.020259 10.0.0.141 - - [2026-01-12 02:06:52] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006933 10.0.0.141 - - [2026-01-12 02:06:52] "POST /neutron/port HTTP/1.1" 200 117 0.005555 10.0.0.141 - - [2026-01-12 02:06:52] "GET /projects?obj_uuids=27e7d0f4-c5a8-4c61-b6be-f83dbe9a8ebc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002048 10.0.0.141 - - [2026-01-12 02:06:52] "POST /neutron/router HTTP/1.1" 200 585 0.069096 10.0.0.141 - - [2026-01-12 02:06:52] "POST /neutron/router HTTP/1.1" 200 585 0.006107 10.0.0.141 - - [2026-01-12 02:06:52] "POST /route-targets HTTP/1.1" 200 328 0.022344 10.0.0.141 - - [2026-01-12 02:06:52] "POST /neutron/router HTTP/1.1" 200 656 0.061641 10.0.0.141 - - [2026-01-12 02:06:52] "PUT /logical-router/7f8ebf7a-dc90-4fd0-9cc6-4e7064532fb5 HTTP/1.1" 200 263 0.047469 10.0.0.141 - - [2026-01-12 02:06:52] "GET /logical-router/7f8ebf7a-dc90-4fd0-9cc6-4e7064532fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.007303 10.0.0.141 - - [2026-01-12 02:06:52] "POST /neutron/router HTTP/1.1" 200 656 0.007990 10.0.0.141 - - [2026-01-12 02:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002537 10.0.0.141 - - [2026-01-12 02:06:52] "GET /projects?obj_uuids=27e7d0f4-c5a8-4c61-b6be-f83dbe9a8ebc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002731 10.0.0.141 - - [2026-01-12 02:06:52] "GET /service-template/3f3fd1fb-9535-4b42-9de1-81f1ffdfbcc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.013098 10.0.0.141 - - [2026-01-12 02:06:52] "POST /fqname-to-id HTTP/1.1" 404 215 0.003825 10.0.0.141 - - [2026-01-12 02:06:52] "POST /neutron/network HTTP/1.1" 200 844 0.026561 10.0.0.141 - - [2026-01-12 02:06:52] "GET /projects?obj_uuids=27e7d0f4-c5a8-4c61-b6be-f83dbe9a8ebc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002632 10.0.0.141 - - [2026-01-12 02:06:52] "POST /neutron/router HTTP/1.1" 200 344 0.330454 10.0.0.141 - - [2026-01-12 02:06:52] "POST /ref-update HTTP/1.1" 200 156 0.029140 10.0.0.141 - - [2026-01-12 02:06:52] "POST /useragent-kv HTTP/1.1" 200 115 0.005823 10.0.0.141 - - [2026-01-12 02:06:52] "POST /virtual-networks HTTP/1.1" 200 696 0.249592 10.0.0.141 - - [2026-01-12 02:06:52] "POST /neutron/port HTTP/1.1" 200 1129 0.064631 10.0.0.141 - - [2026-01-12 02:06:52] "POST /route-targets HTTP/1.1" 200 328 0.063768 10.0.0.141 - - [2026-01-12 02:06:52] "POST /neutron/security_group HTTP/1.1" 200 2002 0.025492 10.0.0.141 - - [2026-01-12 02:06:52] "POST /ref-update HTTP/1.1" 200 156 0.070437 10.0.0.141 - - [2026-01-12 02:06:53] "POST /service-instances HTTP/1.1" 200 672 0.195032 10.0.0.141 - - [2026-01-12 02:06:53] "POST /route-tables HTTP/1.1" 200 584 0.020663 10.0.0.141 - - [2026-01-12 02:06:53] "POST /neutron/port HTTP/1.1" 200 1063 0.486188 10.0.0.141 - - [2026-01-12 02:06:53] "PUT /logical-router/7f8ebf7a-dc90-4fd0-9cc6-4e7064532fb5 HTTP/1.1" 200 263 0.023227 10.0.0.141 - - [2026-01-12 02:06:53] "POST /neutron/port HTTP/1.1" 200 1063 0.017325 10.0.0.141 - - [2026-01-12 02:06:53] "POST /neutron/port HTTP/1.1" 200 1063 0.013429 10.0.0.141 - - [2026-01-12 02:06:53] "POST /ref-update HTTP/1.1" 200 156 0.023755 10.0.0.141 - - [2026-01-12 02:06:53] "POST /neutron/port HTTP/1.1" 200 1117 0.067067 10.0.0.141 - - [2026-01-12 02:06:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.141 - - [2026-01-12 02:06:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.141 - - [2026-01-12 02:06:53] "POST /neutron/port HTTP/1.1" 200 1127 0.014760 10.0.0.141 - - [2026-01-12 02:06:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003635 10.0.0.141 - - [2026-01-12 02:06:53] "POST /neutron/subnet HTTP/1.1" 200 698 0.007247 10.0.0.141 - - [2026-01-12 02:06:53] "POST /neutron/port HTTP/1.1" 200 117 0.001569 10.0.0.141 - - [2026-01-12 02:06:53] "POST /virtual-machines HTTP/1.1" 200 554 0.017136 10.0.0.141 - - [2026-01-12 02:06:53] "POST /neutron/network HTTP/1.1" 200 834 0.006143 10.0.0.141 - - [2026-01-12 02:06:53] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.091013 10.0.0.141 - - [2026-01-12 02:06:53] "POST /chown HTTP/1.1" 200 109 0.009604 10.0.0.141 - - [2026-01-12 02:06:53] "POST /instance-ips HTTP/1.1" 200 552 0.031107 10.0.0.141 - - [2026-01-12 02:06:53] "POST /instance-ips HTTP/1.1" 400 246 0.028254 10.0.0.141 - - [2026-01-12 02:06:53] "POST /chown HTTP/1.1" 200 109 0.008347 10.0.0.141 - - [2026-01-12 02:06:53] "PUT /virtual-machine-interface/2c77aa8e-1ec0-457e-b6b5-cedf225d8c68 HTTP/1.1" 200 285 0.013736 10.0.0.141 - - [2026-01-12 02:06:53] "PUT /instance-ip/57e7cf74-0ceb-4bdb-b096-a10bf3506d4b HTTP/1.1" 200 257 0.015001 10.0.0.141 - - [2026-01-12 02:06:54] "POST /ref-update HTTP/1.1" 200 156 0.012325 10.0.0.141 - - [2026-01-12 02:06:54] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.099038 10.0.0.141 - - [2026-01-12 02:06:54] "POST /chown HTTP/1.1" 200 109 0.008348 10.0.0.141 - - [2026-01-12 02:06:54] "POST /instance-ips HTTP/1.1" 200 550 0.048155 10.0.0.141 - - [2026-01-12 02:06:54] "POST /instance-ips HTTP/1.1" 400 316 0.016053 10.0.0.141 - - [2026-01-12 02:06:54] "POST /chown HTTP/1.1" 200 109 0.012861 10.0.0.141 - - [2026-01-12 02:06:54] "PUT /virtual-machine-interface/de8bd75d-77ca-48bb-b307-439355b198f4 HTTP/1.1" 200 285 0.011801 10.0.0.141 - - [2026-01-12 02:06:54] "PUT /instance-ip/be43a263-0a04-44d9-9924-c030137c65fa HTTP/1.1" 200 257 0.014836 10.0.0.141 - - [2026-01-12 02:06:54] "POST /ref-update HTTP/1.1" 200 156 0.011439 10.0.0.141 - - [2026-01-12 02:06:54] "POST /ref-update HTTP/1.1" 200 156 0.009130 10.0.0.141 - - [2026-01-12 02:06:54] "PUT /routing-instance/321989a7-4ee2-4aa0-8bd3-64b2df45221c HTTP/1.1" 200 267 0.022066 10.0.0.141 - - [2026-01-12 02:06:54] "POST /ref-update HTTP/1.1" 200 156 0.019563 10.0.0.141 - - [2026-01-12 02:06:54] "POST /virtual-machines HTTP/1.1" 200 554 0.014975 10.0.0.141 - - [2026-01-12 02:06:54] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.098116 10.0.0.141 - - [2026-01-12 02:06:54] "POST /chown HTTP/1.1" 200 109 0.007345 10.0.0.141 - - [2026-01-12 02:06:55] "POST /instance-ips HTTP/1.1" 400 246 0.016005 10.0.0.141 - - [2026-01-12 02:06:55] "POST /chown HTTP/1.1" 200 109 0.008147 10.0.0.141 - - [2026-01-12 02:06:55] "PUT /virtual-machine-interface/700acd31-e784-4526-be5e-b5d863e93c99 HTTP/1.1" 200 285 0.011107 10.0.0.141 - - [2026-01-12 02:06:55] "PUT /instance-ip/57e7cf74-0ceb-4bdb-b096-a10bf3506d4b HTTP/1.1" 200 257 0.012420 10.0.0.141 - - [2026-01-12 02:06:55] "POST /ref-update HTTP/1.1" 200 156 0.012629 10.0.0.141 - - [2026-01-12 02:06:55] "POST /ref-update HTTP/1.1" 200 156 0.011161 10.0.0.141 - - [2026-01-12 02:06:55] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.099196 10.0.0.141 - - [2026-01-12 02:06:55] "POST /ref-update HTTP/1.1" 200 156 0.014259 10.0.0.141 - - [2026-01-12 02:06:55] "PUT /routing-instance/321989a7-4ee2-4aa0-8bd3-64b2df45221c HTTP/1.1" 200 267 0.022501 10.0.0.141 - - [2026-01-12 02:06:55] "POST /chown HTTP/1.1" 200 109 0.013299 10.0.0.141 - - [2026-01-12 02:06:55] "POST /instance-ips HTTP/1.1" 400 316 0.018859 10.0.0.141 - - [2026-01-12 02:06:55] "POST /chown HTTP/1.1" 200 109 0.008141 10.0.0.141 - - [2026-01-12 02:06:55] "PUT /virtual-machine-interface/6877f7ed-b42f-4964-8efa-7adfcce74c5a HTTP/1.1" 200 285 0.013044 10.0.0.141 - - [2026-01-12 02:06:55] "PUT /instance-ip/be43a263-0a04-44d9-9924-c030137c65fa HTTP/1.1" 200 257 0.026261 10.0.0.141 - - [2026-01-12 02:06:55] "POST /ref-update HTTP/1.1" 200 156 0.011688 10.0.0.141 - - [2026-01-12 02:06:55] "POST /ref-update HTTP/1.1" 200 156 0.013604 10.0.0.141 - - [2026-01-12 02:06:55] "PUT /routing-instance/321989a7-4ee2-4aa0-8bd3-64b2df45221c HTTP/1.1" 200 267 0.010499 10.0.0.141 - - [2026-01-12 02:06:55] "POST /ref-update HTTP/1.1" 200 156 0.011642 10.0.0.141 - - [2026-01-12 02:06:57] "POST /neutron/port HTTP/1.1" 200 1129 0.012657 10.0.0.141 - - [2026-01-12 02:06:57] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006013 10.0.0.141 - - [2026-01-12 02:06:58] "POST /neutron/port HTTP/1.1" 200 1129 0.012930 10.0.0.141 - - [2026-01-12 02:06:58] "POST /neutron/security_group HTTP/1.1" 200 2002 0.011137 10.0.0.141 - - [2026-01-12 02:06:58] "POST /neutron/port HTTP/1.1" 200 1129 0.014409 10.0.0.141 - - [2026-01-12 02:06:58] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006899 10.0.0.141 - - [2026-01-12 02:06:58] "GET /virtual-machine/a62af2ea-ad56-46f0-87f2-29ec362885f2 HTTP/1.1" 401 293 0.000535 10.0.0.141 - - [2026-01-12 02:06:58] "GET /virtual-machine/a62af2ea-ad56-46f0-87f2-29ec362885f2 HTTP/1.1" 200 1297 0.040865 10.0.0.141 - - [2026-01-12 02:06:58] "GET /virtual-machine-interface/0eb991ea-2d7d-4bf6-a27b-ea8995f2eac0 HTTP/1.1" 200 2963 0.009640 10.0.0.141 - - [2026-01-12 02:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.141 - - [2026-01-12 02:06:58] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006066 10.0.0.141 - - [2026-01-12 02:06:58] "GET /virtual-networks?parent_id=27e7d0f4-c5a8-4c61-b6be-f83dbe9a8ebc&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003342 10.0.0.141 - - [2026-01-12 02:06:58] "GET /virtual-network/a2cab791-f367-4d24-839a-07fab8ca3e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006953 10.0.0.141 - - [2026-01-12 02:07:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.141 - - [2026-01-12 02:07:01] "GET /virtual-network/a2cab791-f367-4d24-839a-07fab8ca3e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005905 10.0.0.141 - - [2026-01-12 02:07:02] "POST /neutron/port HTTP/1.1" 200 1129 0.016578 10.0.0.141 - - [2026-01-12 02:07:02] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006039 10.0.0.141 - - [2026-01-12 02:07:03] "POST /neutron/port HTTP/1.1" 200 1127 0.013020 10.0.0.141 - - [2026-01-12 02:07:03] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007088 10.0.0.141 - - [2026-01-12 02:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.141 - - [2026-01-12 02:07:03] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004169 10.0.0.141 - - [2026-01-12 02:07:04] "GET /virtual-networks?parent_id=27e7d0f4-c5a8-4c61-b6be-f83dbe9a8ebc&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003928 10.0.0.141 - - [2026-01-12 02:07:04] "GET /virtual-network/a2cab791-f367-4d24-839a-07fab8ca3e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005511 10.0.0.141 - - [2026-01-12 02:07:04] "POST /neutron/port HTTP/1.1" 200 1127 0.015432 10.0.0.141 - - [2026-01-12 02:07:04] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007871 10.0.0.141 - - [2026-01-12 02:07:04] "POST /neutron/port HTTP/1.1" 200 1127 0.012779 10.0.0.141 - - [2026-01-12 02:07:04] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006186 10.0.0.141 - - [2026-01-12 02:07:04] "POST /neutron/port HTTP/1.1" 200 1127 0.013301 10.0.0.141 - - [2026-01-12 02:07:04] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006755 10.0.0.141 - - [2026-01-12 02:07:04] "GET /virtual-machine/5382c5de-59ad-47ef-b1e8-0895fa44e3a4 HTTP/1.1" 200 1297 0.004849 10.0.0.141 - - [2026-01-12 02:07:04] "GET /virtual-machine-interface/ab936a3f-ecc3-414a-a7f5-01c808ae59b5 HTTP/1.1" 200 2976 0.004896 10.0.0.141 - - [2026-01-12 02:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.141 - - [2026-01-12 02:07:04] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002983 10.0.0.141 - - [2026-01-12 02:07:04] "GET /virtual-networks?parent_id=27e7d0f4-c5a8-4c61-b6be-f83dbe9a8ebc&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003116 10.0.0.141 - - [2026-01-12 02:07:04] "GET /virtual-network/ce8ce3f4-eaea-464e-b9a7-3bad88ecec14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005385 10.0.0.141 - - [2026-01-12 02:07:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.141 - - [2026-01-12 02:07:05] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003647 10.0.0.141 - - [2026-01-12 02:07:05] "GET /virtual-networks?parent_id=27e7d0f4-c5a8-4c61-b6be-f83dbe9a8ebc&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002956 10.0.0.141 - - [2026-01-12 02:07:05] "GET /virtual-network/ce8ce3f4-eaea-464e-b9a7-3bad88ecec14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005392 10.0.0.141 - - [2026-01-12 02:07:06] "POST /neutron/port HTTP/1.1" 200 1127 0.012110 10.0.0.141 - - [2026-01-12 02:07:06] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006006 10.0.0.141 - - [2026-01-12 02:07:15] "POST /neutron/router HTTP/1.1" 200 656 0.004566 10.0.0.141 - - [2026-01-12 02:07:15] "POST /ref-update HTTP/1.1" 200 156 0.011585 10.0.0.141 - - [2026-01-12 02:07:15] "POST /neutron/router HTTP/1.1" 200 344 0.109793 10.0.0.141 - - [2026-01-12 02:07:15] "POST /neutron/router HTTP/1.1" 200 656 0.005500 10.0.0.141 - - [2026-01-12 02:07:15] "GET /logical-router/7f8ebf7a-dc90-4fd0-9cc6-4e7064532fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.005964 10.0.0.141 - - [2026-01-12 02:07:15] "GET /service-instance/cff05f64-6547-430b-bcfd-bc5abce3c1f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2319 0.005584 10.0.0.141 - - [2026-01-12 02:07:15] "POST /neutron/router HTTP/1.1" 200 151 0.064125 10.0.0.141 - - [2026-01-12 02:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.141 - - [2026-01-12 02:07:15] "DELETE /route-target/b7a13d72-bad5-4e59-a2c2-660d59429166 HTTP/1.1" 409 240 0.005370 10.0.0.141 - - [2026-01-12 02:07:15] "PUT /logical-router/7f8ebf7a-dc90-4fd0-9cc6-4e7064532fb5 HTTP/1.1" 404 171 0.003427 10.0.0.141 - - [2026-01-12 02:07:15] "POST /ref-update HTTP/1.1" 200 156 0.011129 10.0.0.141 - - [2026-01-12 02:07:15] "DELETE /route-table/105b2e4e-a361-4c5d-bb64-0d1821679d21 HTTP/1.1" 200 115 0.024296 10.0.0.141 - - [2026-01-12 02:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.141 - - [2026-01-12 02:07:15] "PUT /routing-instance/321989a7-4ee2-4aa0-8bd3-64b2df45221c HTTP/1.1" 200 267 0.020886 10.0.0.141 - - [2026-01-12 02:07:15] "GET /virtual-network/bd77e450-af2b-434b-8bdf-8295e6195cd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.008527 10.0.0.141 - - [2026-01-12 02:07:15] "POST /ref-update HTTP/1.1" 200 156 0.009995 10.0.0.141 - - [2026-01-12 02:07:15] "POST /neutron/network HTTP/1.1" 200 834 0.011806 10.0.0.141 - - [2026-01-12 02:07:15] "POST /ref-update HTTP/1.1" 200 156 0.025124 10.0.0.141 - - [2026-01-12 02:07:15] "POST /neutron/network HTTP/1.1" 400 204 0.074631 10.0.0.141 - - [2026-01-12 02:07:15] "DELETE /instance-ip/be43a263-0a04-44d9-9924-c030137c65fa HTTP/1.1" 200 115 0.052479 10.0.0.141 - - [2026-01-12 02:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.141 - - [2026-01-12 02:07:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002761 10.0.0.141 - - [2026-01-12 02:07:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002694 10.0.0.141 - - [2026-01-12 02:07:15] "DELETE /virtual-network/bd77e450-af2b-434b-8bdf-8295e6195cd5 HTTP/1.1" 200 115 0.167693 10.0.0.141 - - [2026-01-12 02:07:15] "DELETE /route-target/e0c17f93-0e93-4666-936a-6ec7ce5fce1a HTTP/1.1" 200 115 0.036754 10.0.0.141 - - [2026-01-12 02:07:15] "DELETE /service-instance/cff05f64-6547-430b-bcfd-bc5abce3c1f7 HTTP/1.1" 200 115 0.045127 10.0.0.141 - - [2026-01-12 02:07:15] "GET /logical-router/7f8ebf7a-dc90-4fd0-9cc6-4e7064532fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004164 10.0.0.141 - - [2026-01-12 02:07:15] "GET /service-instance/cff05f64-6547-430b-bcfd-bc5abce3c1f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002966 10.0.0.141 - - [2026-01-12 02:07:15] "POST /neutron/port HTTP/1.1" 200 1127 0.021536 10.0.0.141 - - [2026-01-12 02:07:16] "GET /virtual-machine-interface/700acd31-e784-4526-be5e-b5d863e93c99?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1656 0.009274 10.0.0.141 - - [2026-01-12 02:07:16] "POST /neutron/port HTTP/1.1" 200 1117 0.017022 10.0.0.141 - - [2026-01-12 02:07:16] "POST /neutron/port HTTP/1.1" 200 1129 0.018209 10.0.0.141 - - [2026-01-12 02:07:16] "POST /ref-update HTTP/1.1" 200 156 0.034901 10.0.0.141 - - [2026-01-12 02:07:16] "POST /neutron/port HTTP/1.1" 200 1119 0.009942 10.0.0.141 - - [2026-01-12 02:07:16] "GET /instance-ip/57e7cf74-0ceb-4bdb-b096-a10bf3506d4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005308 10.0.0.141 - - [2026-01-12 02:07:16] "POST /neutron/port HTTP/1.1" 200 151 0.163538 10.0.0.141 - - [2026-01-12 02:07:16] "DELETE /virtual-machine-interface/700acd31-e784-4526-be5e-b5d863e93c99 HTTP/1.1" 200 115 0.057117 10.0.0.141 - - [2026-01-12 02:07:16] "GET /virtual-machine-interface/6877f7ed-b42f-4964-8efa-7adfcce74c5a?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1335 0.006123 10.0.0.141 - - [2026-01-12 02:07:16] "POST /neutron/port HTTP/1.1" 200 151 0.151029 10.0.0.141 - - [2026-01-12 02:07:16] "DELETE /virtual-machine-interface/6877f7ed-b42f-4964-8efa-7adfcce74c5a HTTP/1.1" 200 115 0.034402 10.0.0.141 - - [2026-01-12 02:07:16] "DELETE /virtual-machine/48063c7c-065d-405d-8ea2-e7c5c3dce67e HTTP/1.1" 200 115 0.022473 10.0.0.141 - - [2026-01-12 02:07:16] "GET /virtual-machine-interface/de8bd75d-77ca-48bb-b307-439355b198f4?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1336 0.006550 10.0.0.141 - - [2026-01-12 02:07:16] "DELETE /virtual-machine-interface/de8bd75d-77ca-48bb-b307-439355b198f4 HTTP/1.1" 200 115 0.033265 10.0.0.141 - - [2026-01-12 02:07:16] "GET /virtual-machine-interface/2c77aa8e-1ec0-457e-b6b5-cedf225d8c68?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1656 0.006716 10.0.0.141 - - [2026-01-12 02:07:16] "POST /ref-update HTTP/1.1" 200 156 0.013001 10.0.0.141 - - [2026-01-12 02:07:16] "GET /instance-ip/57e7cf74-0ceb-4bdb-b096-a10bf3506d4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1697 0.005738 10.0.0.141 - - [2026-01-12 02:07:16] "DELETE /instance-ip/57e7cf74-0ceb-4bdb-b096-a10bf3506d4b HTTP/1.1" 200 115 0.030426 10.0.0.141 - - [2026-01-12 02:07:16] "DELETE /virtual-machine-interface/2c77aa8e-1ec0-457e-b6b5-cedf225d8c68 HTTP/1.1" 200 115 0.042921 10.0.0.141 - - [2026-01-12 02:07:16] "POST /ref-update HTTP/1.1" 200 156 0.012790 10.0.0.141 - - [2026-01-12 02:07:16] "DELETE /virtual-machine/1c023128-256d-43d5-a792-1b27fdca4c7d HTTP/1.1" 200 115 0.019992 10.0.0.141 - - [2026-01-12 02:07:17] "POST /neutron/network HTTP/1.1" 200 834 0.006745 10.0.0.141 - - [2026-01-12 02:07:17] "POST /useragent-kv HTTP/1.1" 200 115 0.004291 10.0.0.141 - - [2026-01-12 02:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004823 10.0.0.141 - - [2026-01-12 02:07:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003248 10.0.0.141 - - [2026-01-12 02:07:17] "POST /neutron/network HTTP/1.1" 200 151 0.090227 10.0.0.141 - - [2026-01-12 02:07:17] "DELETE /route-target/ed565c52-c19e-4442-b53b-e95b859f5b41 HTTP/1.1" 200 115 0.018054 10.0.0.141 - - [2026-01-12 02:07:17] "POST /neutron/network HTTP/1.1" 200 829 0.006370 10.0.0.141 - - [2026-01-12 02:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004367 10.0.0.141 - - [2026-01-12 02:07:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003000 10.0.0.141 - - [2026-01-12 02:07:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002226 10.0.0.141 - - [2026-01-12 02:07:17] "POST /neutron/network HTTP/1.1" 200 151 0.102981 10.0.0.141 - - [2026-01-12 02:07:17] "DELETE /route-target/3a74de33-f30d-4981-b187-5566a57e39c7 HTTP/1.1" 200 115 0.028400 10.0.0.141 - - [2026-01-12 02:07:18] "GET /projects?obj_uuids=27e7d0f4-c5a8-4c61-b6be-f83dbe9a8ebc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001166 10.0.0.141 - - [2026-01-12 02:07:18] "GET /project/27e7d0f4-c5a8-4c61-b6be-f83dbe9a8ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.029107 10.0.0.141 - - [2026-01-12 02:07:18] "GET /projects?obj_uuids=27e7d0f4-c5a8-4c61-b6be-f83dbe9a8ebc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001136 10.0.0.141 - - [2026-01-12 02:07:18] "GET /project/27e7d0f4-c5a8-4c61-b6be-f83dbe9a8ebc?fields=virtual_networks HTTP/1.1" 200 1040 0.070552 10.0.0.141 - - [2026-01-12 02:07:18] "GET /projects?obj_uuids=27e7d0f4-c5a8-4c61-b6be-f83dbe9a8ebc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001103 10.0.0.141 - - [2026-01-12 02:07:18] "GET /project/27e7d0f4-c5a8-4c61-b6be-f83dbe9a8ebc?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.042940 10.0.0.141 - - [2026-01-12 02:07:18] "GET /projects?obj_uuids=27e7d0f4-c5a8-4c61-b6be-f83dbe9a8ebc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001220 10.0.0.141 - - [2026-01-12 02:07:18] "GET /project/27e7d0f4-c5a8-4c61-b6be-f83dbe9a8ebc?fields=security_groups HTTP/1.1" 200 1270 0.026401 10.0.0.141 - - [2026-01-12 02:07:19] "POST /fqname-to-id HTTP/1.1" 404 196 0.032672 10.0.0.141 - - [2026-01-12 02:07:19] "GET /projects?obj_uuids=8e2214c6-0590-4d1c-9848-aed518c2de2c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002493 10.0.0.141 - - [2026-01-12 02:07:19] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001027 10.0.0.141 - - [2026-01-12 02:07:19] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007815 10.0.0.141 - - [2026-01-12 02:07:19] "POST /id-to-fqname HTTP/1.1" 200 198 0.001309 10.0.0.141 - - [2026-01-12 02:07:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.003483 10.0.0.141 - - [2026-01-12 02:07:19] "POST /security-groups HTTP/1.1" 200 599 0.060188 10.0.0.141 - - [2026-01-12 02:07:19] "POST /fqname-to-id HTTP/1.1" 404 242 0.002514 10.0.0.141 - - [2026-01-12 02:07:19] "POST /projects HTTP/1.1" 200 601 0.203166 10.0.0.141 - - [2026-01-12 02:07:19] "POST /access-control-lists HTTP/1.1" 200 606 0.061180 10.0.0.141 - - [2026-01-12 02:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.280155 10.0.0.141 - - [2026-01-12 02:07:19] "POST /fqname-to-id HTTP/1.1" 404 241 0.003109 10.0.0.141 - - [2026-01-12 02:07:19] "GET /project/8e2214c6-0590-4d1c-9848-aed518c2de2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.410925 10.0.0.141 - - [2026-01-12 02:07:19] "POST /access-control-lists HTTP/1.1" 200 604 0.060361 10.0.0.141 - - [2026-01-12 02:07:21] "GET / HTTP/1.1" 200 36215 0.002281 10.0.0.141 - - [2026-01-12 02:07:21] "POST /fqname-to-id HTTP/1.1" 401 293 0.000598 10.0.0.141 - - [2026-01-12 02:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.066095 10.0.0.141 - - [2026-01-12 02:07:22] "GET /projects?obj_uuids=8e2214c6-0590-4d1c-9848-aed518c2de2c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001132 10.0.0.141 - - [2026-01-12 02:07:22] "GET /project/8e2214c6-0590-4d1c-9848-aed518c2de2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.025312 10.0.0.141 - - [2026-01-12 02:07:22] "POST /neutron/network HTTP/1.1" 200 117 0.036590 10.0.0.141 - - [2026-01-12 02:07:22] "GET /projects?obj_uuids=8e2214c6-0590-4d1c-9848-aed518c2de2c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001629 10.0.0.141 - - [2026-01-12 02:07:22] "POST /neutron/network HTTP/1.1" 200 613 0.070413 10.0.0.141 - - [2026-01-12 02:07:22] "POST /route-targets HTTP/1.1" 200 328 0.011045 10.0.0.141 - - [2026-01-12 02:07:22] "POST /ref-update HTTP/1.1" 200 156 0.010107 10.0.0.141 - - [2026-01-12 02:07:22] "POST /useragent-kv HTTP/1.1" 200 115 0.004860 10.0.0.141 - - [2026-01-12 02:07:22] "POST /neutron/subnet HTTP/1.1" 200 725 0.152621 10.0.0.141 - - [2026-01-12 02:07:22] "POST /fqname-to-id HTTP/1.1" 401 293 0.000391 10.0.0.141 - - [2026-01-12 02:07:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003472 10.0.0.141 - - [2026-01-12 02:07:22] "POST /neutron/subnet HTTP/1.1" 200 828 0.125339 10.0.0.141 - - [2026-01-12 02:07:22] "POST /neutron/network HTTP/1.1" 200 1006 0.008758 10.0.0.141 - - [2026-01-12 02:07:22] "POST /id-to-fqname HTTP/1.1" 200 228 0.001266 10.0.0.141 - - [2026-01-12 02:07:22] "GET /virtual-network/4180a0dd-3cc1-46ff-b73b-af101c9f7635?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005466 10.0.0.141 - - [2026-01-12 02:07:22] "POST /neutron/network HTTP/1.1" 200 1006 0.008374 10.0.0.141 - - [2026-01-12 02:07:22] "GET /virtual-network/4180a0dd-3cc1-46ff-b73b-af101c9f7635?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005301 10.0.0.141 - - [2026-01-12 02:07:22] "POST /neutron/network HTTP/1.1" 200 1006 0.007699 10.0.0.141 - - [2026-01-12 02:07:22] "POST /neutron/subnet HTTP/1.1" 200 725 0.006850 10.0.0.141 - - [2026-01-12 02:07:22] "POST /neutron/subnet HTTP/1.1" 200 828 0.006609 10.0.0.141 - - [2026-01-12 02:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002622 10.0.0.141 - - [2026-01-12 02:07:22] "GET /projects?obj_uuids=8e2214c6-0590-4d1c-9848-aed518c2de2c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001444 10.0.0.141 - - [2026-01-12 02:07:22] "GET /project/8e2214c6-0590-4d1c-9848-aed518c2de2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.022233 10.0.0.141 - - [2026-01-12 02:07:22] "POST /neutron/network HTTP/1.1" 200 117 0.012052 10.0.0.141 - - [2026-01-12 02:07:22] "GET /projects?obj_uuids=8e2214c6-0590-4d1c-9848-aed518c2de2c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001074 10.0.0.141 - - [2026-01-12 02:07:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.034055 10.0.0.141 - - [2026-01-12 02:07:23] "POST /neutron/network HTTP/1.1" 200 613 0.086032 10.0.0.141 - - [2026-01-12 02:07:23] "POST /route-targets HTTP/1.1" 200 328 0.016289 10.0.0.141 - - [2026-01-12 02:07:23] "POST /ref-update HTTP/1.1" 200 156 0.012612 10.0.0.141 - - [2026-01-12 02:07:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004601 10.0.0.141 - - [2026-01-12 02:07:23] "POST /neutron/subnet HTTP/1.1" 200 725 0.176182 10.0.0.141 - - [2026-01-12 02:07:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.003649 10.0.0.141 - - [2026-01-12 02:07:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004707 10.0.0.141 - - [2026-01-12 02:07:23] "POST /neutron/subnet HTTP/1.1" 200 828 0.184963 10.0.0.141 - - [2026-01-12 02:07:23] "POST /neutron/network HTTP/1.1" 200 1006 0.007407 10.0.0.141 - - [2026-01-12 02:07:23] "POST /id-to-fqname HTTP/1.1" 200 228 0.001528 10.0.0.141 - - [2026-01-12 02:07:23] "GET /virtual-network/76dc8fd1-72ff-4bbd-bf72-2537d8097afb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005034 10.0.0.141 - - [2026-01-12 02:07:23] "POST /neutron/network HTTP/1.1" 200 1006 0.007734 10.0.0.141 - - [2026-01-12 02:07:23] "GET /virtual-network/76dc8fd1-72ff-4bbd-bf72-2537d8097afb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005005 10.0.0.141 - - [2026-01-12 02:07:23] "POST /neutron/network HTTP/1.1" 200 1006 0.007492 10.0.0.141 - - [2026-01-12 02:07:23] "POST /neutron/subnet HTTP/1.1" 200 725 0.006932 10.0.0.141 - - [2026-01-12 02:07:23] "POST /neutron/subnet HTTP/1.1" 200 828 0.007378 10.0.0.141 - - [2026-01-12 02:07:23] "POST /fqname-to-id HTTP/1.1" 404 234 0.002402 10.0.0.141 - - [2026-01-12 02:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002199 10.0.0.141 - - [2026-01-12 02:07:23] "GET /projects?obj_uuids=8e2214c6-0590-4d1c-9848-aed518c2de2c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001040 10.0.0.141 - - [2026-01-12 02:07:23] "GET /project/8e2214c6-0590-4d1c-9848-aed518c2de2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.029029 10.0.0.141 - - [2026-01-12 02:07:23] "POST /network-policys HTTP/1.1" 200 579 0.060615 10.0.0.141 - - [2026-01-12 02:07:23] "GET /network-policy/a4e4b242-c3a0-4e1b-81be-6c9efc7e8f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.004901 10.0.0.141 - - [2026-01-12 02:07:23] "POST /neutron/network HTTP/1.1" 200 1006 0.006962 10.0.0.141 - - [2026-01-12 02:07:24] "POST /fqname-to-id HTTP/1.1" 404 242 0.002925 10.0.0.141 - - [2026-01-12 02:07:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.002079 10.0.0.141 - - [2026-01-12 02:07:24] "POST /neutron/network HTTP/1.1" 200 1114 0.050522 10.0.0.141 - - [2026-01-12 02:07:24] "POST /access-control-lists HTTP/1.1" 200 598 0.070039 10.0.0.141 - - [2026-01-12 02:07:24] "POST /neutron/network HTTP/1.1" 200 1114 0.034882 10.0.0.141 - - [2026-01-12 02:07:24] "GET /virtual-network/4180a0dd-3cc1-46ff-b73b-af101c9f7635?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.009132 10.0.0.141 - - [2026-01-12 02:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.141 - - [2026-01-12 02:07:24] "GET /network-policy/a4e4b242-c3a0-4e1b-81be-6c9efc7e8f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.003898 10.0.0.141 - - [2026-01-12 02:07:24] "POST /neutron/network HTTP/1.1" 200 1006 0.007526 10.0.0.141 - - [2026-01-12 02:07:24] "POST /fqname-to-id HTTP/1.1" 404 242 0.006699 10.0.0.141 - - [2026-01-12 02:07:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.005329 10.0.0.141 - - [2026-01-12 02:07:24] "POST /neutron/network HTTP/1.1" 200 1114 0.052225 10.0.0.141 - - [2026-01-12 02:07:24] "POST /access-control-lists HTTP/1.1" 200 598 0.066881 10.0.0.141 - - [2026-01-12 02:07:24] "POST /neutron/network HTTP/1.1" 200 1114 0.040548 10.0.0.141 - - [2026-01-12 02:07:24] "GET /virtual-network/76dc8fd1-72ff-4bbd-bf72-2537d8097afb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.006203 10.0.0.141 - - [2026-01-12 02:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.141 - - [2026-01-12 02:07:24] "POST /ref-update HTTP/1.1" 200 156 0.008851 10.0.0.141 - - [2026-01-12 02:07:24] "GET /network-policy/a4e4b242-c3a0-4e1b-81be-6c9efc7e8f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.003843 10.0.0.141 - - [2026-01-12 02:07:24] "GET /domains HTTP/1.1" 401 293 0.000406 10.0.0.141 - - [2026-01-12 02:07:24] "PUT /access-control-list/40d060af-a61f-423d-b0b0-0098a06d1820 HTTP/1.1" 200 273 0.054810 10.0.0.141 - - [2026-01-12 02:07:24] "GET /domains HTTP/1.1" 200 281 0.031986 10.0.0.141 - - [2026-01-12 02:07:24] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001773 10.0.0.141 - - [2026-01-12 02:07:24] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2967 0.009791 10.0.0.141 - - [2026-01-12 02:07:24] "GET /projects?obj_uuids=8e2214c6-0590-4d1c-9848-aed518c2de2c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000989 10.0.0.141 - - [2026-01-12 02:07:24] "GET /project/8e2214c6-0590-4d1c-9848-aed518c2de2c HTTP/1.1" 200 2634 0.068014 10.0.0.141 - - [2026-01-12 02:07:24] "GET /virtual-network/4180a0dd-3cc1-46ff-b73b-af101c9f7635 HTTP/1.1" 200 3512 0.006005 10.0.0.141 - - [2026-01-12 02:07:24] "GET /virtual-network/4180a0dd-3cc1-46ff-b73b-af101c9f7635 HTTP/1.1" 200 3512 0.005509 10.0.0.141 - - [2026-01-12 02:07:24] "GET /routing-instance/487a1a49-3931-47f0-9462-4ae871037fe3 HTTP/1.1" 200 1799 0.003620 10.0.0.141 - - [2026-01-12 02:07:24] "GET /routing-instance/487a1a49-3931-47f0-9462-4ae871037fe3 HTTP/1.1" 200 1799 0.004331 10.0.0.141 - - [2026-01-12 02:07:24] "GET /route-target/5d619e16-4f8f-4924-8894-37ef2b98fadc HTTP/1.1" 200 1213 0.003519 10.0.0.141 - - [2026-01-12 02:07:24] "GET /virtual-network/4180a0dd-3cc1-46ff-b73b-af101c9f7635 HTTP/1.1" 200 3512 0.004784 10.0.0.141 - - [2026-01-12 02:07:24] "GET /routing-instance/487a1a49-3931-47f0-9462-4ae871037fe3 HTTP/1.1" 200 1799 0.003161 10.0.0.141 - - [2026-01-12 02:07:24] "GET /virtual-network/4180a0dd-3cc1-46ff-b73b-af101c9f7635?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.004564 10.0.0.141 - - [2026-01-12 02:07:25] "GET /virtual-network/4180a0dd-3cc1-46ff-b73b-af101c9f7635 HTTP/1.1" 200 3512 0.005958 10.0.0.141 - - [2026-01-12 02:07:25] "GET /routing-instance/487a1a49-3931-47f0-9462-4ae871037fe3 HTTP/1.1" 200 1799 0.003868 10.0.0.141 - - [2026-01-12 02:07:25] "GET /routing-instance/487a1a49-3931-47f0-9462-4ae871037fe3 HTTP/1.1" 200 1799 0.003394 10.0.0.141 - - [2026-01-12 02:07:25] "GET /route-target/5d619e16-4f8f-4924-8894-37ef2b98fadc HTTP/1.1" 200 1213 0.003216 10.0.0.141 - - [2026-01-12 02:07:25] "GET /domains HTTP/1.1" 200 281 0.004623 10.0.0.141 - - [2026-01-12 02:07:25] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001250 10.0.0.141 - - [2026-01-12 02:07:25] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2967 0.007158 10.0.0.141 - - [2026-01-12 02:07:25] "GET /projects?obj_uuids=8e2214c6-0590-4d1c-9848-aed518c2de2c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001028 10.0.0.141 - - [2026-01-12 02:07:25] "GET /project/8e2214c6-0590-4d1c-9848-aed518c2de2c HTTP/1.1" 200 2634 0.067110 10.0.0.141 - - [2026-01-12 02:07:25] "GET /virtual-network/4180a0dd-3cc1-46ff-b73b-af101c9f7635 HTTP/1.1" 200 3512 0.005429 10.0.0.141 - - [2026-01-12 02:07:25] "GET /obj-perms HTTP/1.1" 200 5065 0.058831 10.0.0.141 - - [2026-01-12 02:07:25] "GET /domains HTTP/1.1" 200 281 0.003077 10.0.0.141 - - [2026-01-12 02:07:25] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001133 10.0.0.141 - - [2026-01-12 02:07:25] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2967 0.006790 10.0.0.141 - - [2026-01-12 02:07:25] "GET /projects?obj_uuids=8e2214c6-0590-4d1c-9848-aed518c2de2c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001062 10.0.0.141 - - [2026-01-12 02:07:25] "GET /project/8e2214c6-0590-4d1c-9848-aed518c2de2c HTTP/1.1" 200 2634 0.066754 10.0.0.141 - - [2026-01-12 02:07:25] "GET /virtual-network/76dc8fd1-72ff-4bbd-bf72-2537d8097afb HTTP/1.1" 200 3512 0.006999 10.0.0.141 - - [2026-01-12 02:07:25] "GET /virtual-network/76dc8fd1-72ff-4bbd-bf72-2537d8097afb HTTP/1.1" 200 3512 0.005137 10.0.0.141 - - [2026-01-12 02:07:25] "GET /routing-instance/18265fda-ce68-4e60-a4c8-84b221b59245 HTTP/1.1" 200 1799 0.004006 10.0.0.141 - - [2026-01-12 02:07:25] "GET /routing-instance/18265fda-ce68-4e60-a4c8-84b221b59245 HTTP/1.1" 200 1799 0.003537 10.0.0.141 - - [2026-01-12 02:07:25] "GET /route-target/a3918587-f50a-42d6-ae97-e1f132323c24 HTTP/1.1" 200 1215 0.004202 10.0.0.141 - - [2026-01-12 02:07:25] "GET /virtual-network/76dc8fd1-72ff-4bbd-bf72-2537d8097afb HTTP/1.1" 200 3512 0.007105 10.0.0.141 - - [2026-01-12 02:07:25] "GET /routing-instance/18265fda-ce68-4e60-a4c8-84b221b59245 HTTP/1.1" 200 1799 0.003631 10.0.0.141 - - [2026-01-12 02:07:25] "GET /virtual-network/76dc8fd1-72ff-4bbd-bf72-2537d8097afb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.005074 10.0.0.141 - - [2026-01-12 02:07:25] "GET /virtual-network/76dc8fd1-72ff-4bbd-bf72-2537d8097afb HTTP/1.1" 200 3512 0.005977 10.0.0.141 - - [2026-01-12 02:07:25] "GET /routing-instance/18265fda-ce68-4e60-a4c8-84b221b59245 HTTP/1.1" 200 1799 0.003560 10.0.0.141 - - [2026-01-12 02:07:25] "GET /routing-instance/18265fda-ce68-4e60-a4c8-84b221b59245 HTTP/1.1" 200 1799 0.004447 10.0.0.141 - - [2026-01-12 02:07:25] "GET /route-target/a3918587-f50a-42d6-ae97-e1f132323c24 HTTP/1.1" 200 1215 0.003423 10.0.0.141 - - [2026-01-12 02:07:25] "GET /domains HTTP/1.1" 200 281 0.002760 10.0.0.141 - - [2026-01-12 02:07:25] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001001 10.0.0.141 - - [2026-01-12 02:07:25] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2967 0.006641 10.0.0.141 - - [2026-01-12 02:07:25] "GET /projects?obj_uuids=8e2214c6-0590-4d1c-9848-aed518c2de2c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001166 10.0.0.141 - - [2026-01-12 02:07:25] "GET /project/8e2214c6-0590-4d1c-9848-aed518c2de2c HTTP/1.1" 200 2634 0.068791 10.0.0.141 - - [2026-01-12 02:07:25] "GET /virtual-network/76dc8fd1-72ff-4bbd-bf72-2537d8097afb HTTP/1.1" 200 3512 0.005317 10.0.0.141 - - [2026-01-12 02:07:25] "GET /obj-perms HTTP/1.1" 200 5065 0.003276 10.0.0.141 - - [2026-01-12 02:07:25] "GET /virtual-network/76dc8fd1-72ff-4bbd-bf72-2537d8097afb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.005757 10.0.0.141 - - [2026-01-12 02:07:25] "POST /neutron/network HTTP/1.1" 200 1114 0.006828 10.0.0.141 - - [2026-01-12 02:07:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.007557 10.0.0.141 - - [2026-01-12 02:07:25] "POST /neutron/network HTTP/1.1" 200 1006 0.050255 10.0.0.141 - - [2026-01-12 02:07:26] "DELETE /access-control-list/319e9344-7e54-49c0-a7d5-8d13e2d78033 HTTP/1.1" 200 115 0.031264 10.0.0.141 - - [2026-01-12 02:07:26] "POST /neutron/network HTTP/1.1" 200 1006 0.008221 10.0.0.141 - - [2026-01-12 02:07:26] "POST /ref-update HTTP/1.1" 200 156 0.013786 10.0.0.141 - - [2026-01-12 02:07:26] "GET /virtual-network/76dc8fd1-72ff-4bbd-bf72-2537d8097afb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006998 10.0.0.141 - - [2026-01-12 02:07:26] "GET /virtual-network/4180a0dd-3cc1-46ff-b73b-af101c9f7635?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.006334 10.0.0.141 - - [2026-01-12 02:07:26] "POST /neutron/network HTTP/1.1" 200 1114 0.009068 10.0.0.141 - - [2026-01-12 02:07:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.006582 10.0.0.141 - - [2026-01-12 02:07:26] "POST /neutron/network HTTP/1.1" 200 1006 0.043369 10.0.0.141 - - [2026-01-12 02:07:26] "DELETE /access-control-list/40d060af-a61f-423d-b0b0-0098a06d1820 HTTP/1.1" 200 115 0.033603 10.0.0.141 - - [2026-01-12 02:07:26] "POST /neutron/network HTTP/1.1" 200 1006 0.014810 10.0.0.141 - - [2026-01-12 02:07:26] "POST /ref-update HTTP/1.1" 200 156 0.020061 10.0.0.141 - - [2026-01-12 02:07:26] "GET /virtual-network/4180a0dd-3cc1-46ff-b73b-af101c9f7635?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006365 10.0.0.141 - - [2026-01-12 02:07:26] "DELETE /network-policy/a4e4b242-c3a0-4e1b-81be-6c9efc7e8f90 HTTP/1.1" 200 115 0.029940 10.0.0.141 - - [2026-01-12 02:07:26] "POST /neutron/network HTTP/1.1" 200 1006 0.006800 10.0.0.141 - - [2026-01-12 02:07:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003242 10.0.0.141 - - [2026-01-12 02:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.141 - - [2026-01-12 02:07:26] "POST /useragent-kv HTTP/1.1" 200 115 0.001606 10.0.0.141 - - [2026-01-12 02:07:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002830 10.0.0.141 - - [2026-01-12 02:07:26] "POST /useragent-kv HTTP/1.1" 200 115 0.001780 10.0.0.141 - - [2026-01-12 02:07:26] "POST /neutron/network HTTP/1.1" 200 151 0.078901 10.0.0.141 - - [2026-01-12 02:07:26] "DELETE /route-target/a3918587-f50a-42d6-ae97-e1f132323c24 HTTP/1.1" 200 115 0.019350 10.0.0.141 - - [2026-01-12 02:07:26] "GET /routing-instance/18265fda-ce68-4e60-a4c8-84b221b59245 HTTP/1.1" 404 171 0.004003 10.0.0.141 - - [2026-01-12 02:07:26] "GET /domains HTTP/1.1" 200 281 0.003416 10.0.0.141 - - [2026-01-12 02:07:26] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000986 10.0.0.141 - - [2026-01-12 02:07:26] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2967 0.047685 10.0.0.141 - - [2026-01-12 02:07:26] "GET /projects?obj_uuids=8e2214c6-0590-4d1c-9848-aed518c2de2c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001438 10.0.0.141 - - [2026-01-12 02:07:26] "GET /project/8e2214c6-0590-4d1c-9848-aed518c2de2c HTTP/1.1" 200 2152 0.065427 10.0.0.141 - - [2026-01-12 02:07:26] "POST /neutron/network HTTP/1.1" 200 1006 0.007782 10.0.0.141 - - [2026-01-12 02:07:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002632 10.0.0.141 - - [2026-01-12 02:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005966 10.0.0.141 - - [2026-01-12 02:07:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002892 10.0.0.141 - - [2026-01-12 02:07:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003538 10.0.0.141 - - [2026-01-12 02:07:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002319 10.0.0.141 - - [2026-01-12 02:07:26] "POST /neutron/network HTTP/1.1" 200 151 0.100726 10.0.0.141 - - [2026-01-12 02:07:26] "DELETE /route-target/5d619e16-4f8f-4924-8894-37ef2b98fadc HTTP/1.1" 200 115 0.022311 10.0.0.141 - - [2026-01-12 02:07:26] "GET /routing-instance/487a1a49-3931-47f0-9462-4ae871037fe3 HTTP/1.1" 404 171 0.003837 10.0.0.141 - - [2026-01-12 02:07:26] "GET /domains HTTP/1.1" 200 281 0.003934 10.0.0.141 - - [2026-01-12 02:07:26] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000996 10.0.0.141 - - [2026-01-12 02:07:26] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2967 0.048965 10.0.0.141 - - [2026-01-12 02:07:26] "GET /projects?obj_uuids=8e2214c6-0590-4d1c-9848-aed518c2de2c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001537 10.0.0.141 - - [2026-01-12 02:07:26] "GET /project/8e2214c6-0590-4d1c-9848-aed518c2de2c HTTP/1.1" 200 1906 0.066121 10.0.0.141 - - [2026-01-12 02:07:27] "GET /projects?obj_uuids=8e2214c6-0590-4d1c-9848-aed518c2de2c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001163 10.0.0.141 - - [2026-01-12 02:07:27] "GET /project/8e2214c6-0590-4d1c-9848-aed518c2de2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.024915 10.0.0.141 - - [2026-01-12 02:07:27] "GET /projects?obj_uuids=8e2214c6-0590-4d1c-9848-aed518c2de2c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001159 10.0.0.141 - - [2026-01-12 02:07:27] "GET /project/8e2214c6-0590-4d1c-9848-aed518c2de2c?fields=virtual_networks HTTP/1.1" 200 1051 0.063856 10.0.0.141 - - [2026-01-12 02:07:27] "GET /projects?obj_uuids=8e2214c6-0590-4d1c-9848-aed518c2de2c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001050 10.0.0.141 - - [2026-01-12 02:07:27] "GET /project/8e2214c6-0590-4d1c-9848-aed518c2de2c?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.023829 10.0.0.141 - - [2026-01-12 02:07:27] "GET /projects?obj_uuids=8e2214c6-0590-4d1c-9848-aed518c2de2c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001293 10.0.0.141 - - [2026-01-12 02:07:27] "GET /project/8e2214c6-0590-4d1c-9848-aed518c2de2c?fields=security_groups HTTP/1.1" 200 1286 0.024686 10.0.0.141 - - [2026-01-12 02:07:28] "POST /fqname-to-id HTTP/1.1" 404 204 0.033074 10.0.0.141 - - [2026-01-12 02:07:28] "GET /projects?obj_uuids=bf201d16-a786-4d08-9671-c872f11ec452&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002220 10.0.0.141 - - [2026-01-12 02:07:28] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000999 10.0.0.141 - - [2026-01-12 02:07:28] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006921 10.0.0.141 - - [2026-01-12 02:07:28] "POST /id-to-fqname HTTP/1.1" 200 206 0.001234 10.0.0.141 - - [2026-01-12 02:07:28] "POST /fqname-to-id HTTP/1.1" 404 215 0.002663 10.0.0.141 - - [2026-01-12 02:07:28] "POST /security-groups HTTP/1.1" 200 607 0.064346 10.0.0.141 - - [2026-01-12 02:07:28] "POST /fqname-to-id HTTP/1.1" 404 250 0.002537 10.0.0.141 - - [2026-01-12 02:07:28] "POST /projects HTTP/1.1" 200 617 0.212894 10.0.0.141 - - [2026-01-12 02:07:28] "POST /access-control-lists HTTP/1.1" 200 614 0.062932 10.0.0.141 - - [2026-01-12 02:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.286974 10.0.0.141 - - [2026-01-12 02:07:28] "POST /fqname-to-id HTTP/1.1" 404 249 0.003141 10.0.0.141 - - [2026-01-12 02:07:28] "GET /project/bf201d16-a786-4d08-9671-c872f11ec452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.418045 10.0.0.141 - - [2026-01-12 02:07:28] "POST /access-control-lists HTTP/1.1" 200 612 0.060859 10.0.0.141 - - [2026-01-12 02:07:29] "GET / HTTP/1.1" 200 36215 0.071871 10.0.0.141 - - [2026-01-12 02:07:31] "POST /fqname-to-id HTTP/1.1" 401 293 0.000491 10.0.0.141 - - [2026-01-12 02:07:31] "POST /fqname-to-id HTTP/1.1" 404 233 0.059845 10.0.0.141 - - [2026-01-12 02:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002490 10.0.0.141 - - [2026-01-12 02:07:31] "GET /projects?obj_uuids=bf201d16-a786-4d08-9671-c872f11ec452&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001132 10.0.0.141 - - [2026-01-12 02:07:31] "GET /project/bf201d16-a786-4d08-9671-c872f11ec452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.025077 10.0.0.141 - - [2026-01-12 02:07:31] "POST /network-policys HTTP/1.1" 200 569 0.060209 10.0.0.141 - - [2026-01-12 02:07:31] "GET /network-policy/3b34b429-9b21-41b6-a440-48b88ba7b1a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.004999 10.0.0.141 - - [2026-01-12 02:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.141 - - [2026-01-12 02:07:31] "GET /projects?obj_uuids=bf201d16-a786-4d08-9671-c872f11ec452&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001373 10.0.0.141 - - [2026-01-12 02:07:31] "GET /project/bf201d16-a786-4d08-9671-c872f11ec452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.027894 10.0.0.141 - - [2026-01-12 02:07:31] "POST /neutron/network HTTP/1.1" 200 117 0.035636 10.0.0.141 - - [2026-01-12 02:07:31] "GET /projects?obj_uuids=bf201d16-a786-4d08-9671-c872f11ec452&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001104 10.0.0.141 - - [2026-01-12 02:07:31] "POST /neutron/network HTTP/1.1" 200 623 0.063974 10.0.0.141 - - [2026-01-12 02:07:31] "POST /route-targets HTTP/1.1" 200 328 0.011627 10.0.0.141 - - [2026-01-12 02:07:31] "POST /ref-update HTTP/1.1" 200 156 0.010556 10.0.0.141 - - [2026-01-12 02:07:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003293 10.0.0.141 - - [2026-01-12 02:07:32] "POST /neutron/subnet HTTP/1.1" 200 725 0.180555 10.0.0.141 - - [2026-01-12 02:07:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.005151 10.0.0.141 - - [2026-01-12 02:07:32] "POST /useragent-kv HTTP/1.1" 200 115 0.005393 10.0.0.141 - - [2026-01-12 02:07:32] "POST /neutron/subnet HTTP/1.1" 200 828 0.191919 10.0.0.141 - - [2026-01-12 02:07:32] "POST /neutron/network HTTP/1.1" 200 1016 0.007452 10.0.0.141 - - [2026-01-12 02:07:32] "POST /id-to-fqname HTTP/1.1" 200 237 0.001249 10.0.0.141 - - [2026-01-12 02:07:32] "GET /virtual-network/ae928433-c6d3-4e5d-9cd8-5d6071db33d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2663 0.004881 10.0.0.141 - - [2026-01-12 02:07:32] "POST /neutron/network HTTP/1.1" 200 1016 0.008533 10.0.0.141 - - [2026-01-12 02:07:32] "GET /virtual-network/ae928433-c6d3-4e5d-9cd8-5d6071db33d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2663 0.005563 10.0.0.141 - - [2026-01-12 02:07:32] "POST /neutron/network HTTP/1.1" 200 1016 0.008026 10.0.0.141 - - [2026-01-12 02:07:32] "POST /neutron/subnet HTTP/1.1" 200 725 0.008452 10.0.0.141 - - [2026-01-12 02:07:32] "POST /neutron/subnet HTTP/1.1" 200 828 0.008491 10.0.0.141 - - [2026-01-12 02:07:32] "POST /neutron/network HTTP/1.1" 200 1016 0.007879 10.0.0.141 - - [2026-01-12 02:07:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.006395 10.0.0.141 - - [2026-01-12 02:07:32] "POST /fqname-to-id HTTP/1.1" 404 252 0.004335 10.0.0.141 - - [2026-01-12 02:07:32] "POST /neutron/network HTTP/1.1" 200 1123 0.058791 10.0.0.141 - - [2026-01-12 02:07:32] "POST /access-control-lists HTTP/1.1" 200 609 0.072867 10.0.0.141 - - [2026-01-12 02:07:32] "POST /neutron/network HTTP/1.1" 200 1123 0.037673 10.0.0.141 - - [2026-01-12 02:07:32] "GET /virtual-network/ae928433-c6d3-4e5d-9cd8-5d6071db33d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2987 0.004943 10.0.0.141 - - [2026-01-12 02:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002560 10.0.0.141 - - [2026-01-12 02:07:32] "GET /network-policy/3b34b429-9b21-41b6-a440-48b88ba7b1a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.003648 10.0.0.141 - - [2026-01-12 02:07:32] "GET /domains HTTP/1.1" 401 293 0.000497 10.0.0.141 - - [2026-01-12 02:07:33] "GET /domains HTTP/1.1" 200 281 0.031637 10.0.0.141 - - [2026-01-12 02:07:33] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002890 10.0.0.141 - - [2026-01-12 02:07:33] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 3170 0.010415 10.0.0.141 - - [2026-01-12 02:07:33] "GET /projects?obj_uuids=bf201d16-a786-4d08-9671-c872f11ec452&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001085 10.0.0.141 - - [2026-01-12 02:07:33] "GET /project/bf201d16-a786-4d08-9671-c872f11ec452 HTTP/1.1" 200 2466 0.073395 10.0.0.141 - - [2026-01-12 02:07:33] "GET /virtual-network/ae928433-c6d3-4e5d-9cd8-5d6071db33d0 HTTP/1.1" 200 3551 0.007982 10.0.0.141 - - [2026-01-12 02:07:33] "GET /virtual-network/ae928433-c6d3-4e5d-9cd8-5d6071db33d0 HTTP/1.1" 200 3551 0.005187 10.0.0.141 - - [2026-01-12 02:07:33] "GET /routing-instance/51782c3c-2313-4f62-b548-a574ad0d31f1 HTTP/1.1" 200 1498 0.004039 10.0.0.141 - - [2026-01-12 02:07:33] "GET /routing-instance/51782c3c-2313-4f62-b548-a574ad0d31f1 HTTP/1.1" 200 1498 0.004047 10.0.0.141 - - [2026-01-12 02:07:33] "GET /route-target/6e9e0c9a-a075-441f-a00e-83b735de04c1 HTTP/1.1" 200 1224 0.004416 10.0.0.141 - - [2026-01-12 02:07:33] "GET /virtual-network/ae928433-c6d3-4e5d-9cd8-5d6071db33d0 HTTP/1.1" 200 3551 0.005279 10.0.0.141 - - [2026-01-12 02:07:33] "GET /routing-instance/51782c3c-2313-4f62-b548-a574ad0d31f1 HTTP/1.1" 200 1498 0.004021 10.0.0.141 - - [2026-01-12 02:07:33] "GET /virtual-network/ae928433-c6d3-4e5d-9cd8-5d6071db33d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2987 0.005510 10.0.0.141 - - [2026-01-12 02:07:33] "GET /virtual-network/ae928433-c6d3-4e5d-9cd8-5d6071db33d0 HTTP/1.1" 200 3551 0.005078 10.0.0.141 - - [2026-01-12 02:07:33] "GET /routing-instance/51782c3c-2313-4f62-b548-a574ad0d31f1 HTTP/1.1" 200 1498 0.004223 10.0.0.141 - - [2026-01-12 02:07:33] "GET /routing-instance/51782c3c-2313-4f62-b548-a574ad0d31f1 HTTP/1.1" 200 1498 0.003863 10.0.0.141 - - [2026-01-12 02:07:33] "GET /route-target/6e9e0c9a-a075-441f-a00e-83b735de04c1 HTTP/1.1" 200 1224 0.003590 10.0.0.141 - - [2026-01-12 02:07:33] "GET /domains HTTP/1.1" 200 281 0.003421 10.0.0.141 - - [2026-01-12 02:07:33] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001274 10.0.0.141 - - [2026-01-12 02:07:33] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 3170 0.027198 10.0.0.141 - - [2026-01-12 02:07:33] "DELETE /project/bf201d16a7864d089671c872f11ec452 HTTP/1.1" 404 173 0.005953 10.0.0.141 - - [2026-01-12 02:07:33] "DELETE /project/27e7d0f4c5a84c61b6bef83dbe9a8ebc HTTP/1.1" 404 173 0.004160 10.0.0.141 - - [2026-01-12 02:07:33] "DELETE /project/8e2214c605904d1c9848aed518c2de2c HTTP/1.1" 404 173 0.005619 10.0.0.141 - - [2026-01-12 02:07:33] "GET /projects?obj_uuids=706525be-b1a9-4cfe-8ed1-b8433f4c54df&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001106 10.0.0.141 - - [2026-01-12 02:07:33] "GET /projects?obj_uuids=8e2214c6-0590-4d1c-9848-aed518c2de2c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000847 10.0.0.141 - - [2026-01-12 02:07:33] "GET /projects?obj_uuids=27e7d0f4-c5a8-4c61-b6be-f83dbe9a8ebc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000849 10.0.0.141 - - [2026-01-12 02:07:33] "GET /projects?obj_uuids=bf201d16-a786-4d08-9671-c872f11ec452&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000949 10.0.0.141 - - [2026-01-12 02:07:33] "GET /project/27e7d0f4-c5a8-4c61-b6be-f83dbe9a8ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.054598 10.0.0.141 - - [2026-01-12 02:07:33] "GET /project/8e2214c6-0590-4d1c-9848-aed518c2de2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.060844 10.0.0.141 - - [2026-01-12 02:07:33] "GET /project/bf201d16-a786-4d08-9671-c872f11ec452 HTTP/1.1" 200 2466 0.062562 10.0.0.141 - - [2026-01-12 02:07:33] "GET /project/706525be-b1a9-4cfe-8ed1-b8433f4c54df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.070876 10.0.0.141 - - [2026-01-12 02:07:33] "GET /virtual-network/ae928433-c6d3-4e5d-9cd8-5d6071db33d0 HTTP/1.1" 200 3551 0.008532 10.0.0.141 - - [2026-01-12 02:07:33] "GET /projects?obj_uuids=27e7d0f4-c5a8-4c61-b6be-f83dbe9a8ebc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001270 10.0.0.141 - - [2026-01-12 02:07:33] "GET /projects?obj_uuids=8e2214c6-0590-4d1c-9848-aed518c2de2c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001365 10.0.0.141 - - [2026-01-12 02:07:33] "GET /projects?obj_uuids=706525be-b1a9-4cfe-8ed1-b8433f4c54df&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001181 10.0.0.141 - - [2026-01-12 02:07:33] "GET /project/27e7d0f4-c5a8-4c61-b6be-f83dbe9a8ebc?fields=security_groups HTTP/1.1" 200 1372 0.056152 10.0.0.141 - - [2026-01-12 02:07:33] "GET /project/8e2214c6-0590-4d1c-9848-aed518c2de2c?fields=security_groups HTTP/1.1" 200 1388 0.053881 10.0.0.141 - - [2026-01-12 02:07:33] "GET /project/706525be-b1a9-4cfe-8ed1-b8433f4c54df?fields=security_groups HTTP/1.1" 200 1357 0.081291 10.0.0.141 - - [2026-01-12 02:07:33] "DELETE /access-control-list/f8a28f2b-d583-41e0-91fc-d0094477009b HTTP/1.1" 200 115 0.035939 10.0.0.141 - - [2026-01-12 02:07:33] "DELETE /security-group/095b36f4-bfaa-473c-a479-d64a83c79e44 HTTP/1.1" 200 115 0.076523 10.0.0.141 - - [2026-01-12 02:07:33] "DELETE /security-group/f0919d93-399e-400c-80c6-f2f8bae4d118 HTTP/1.1" 200 115 0.081326 10.0.0.141 - - [2026-01-12 02:07:33] "GET /projects?obj_uuids=27e7d0f4-c5a8-4c61-b6be-f83dbe9a8ebc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001126 10.0.0.141 - - [2026-01-12 02:07:33] "GET /projects?obj_uuids=8e2214c6-0590-4d1c-9848-aed518c2de2c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001091 10.0.0.141 - - [2026-01-12 02:07:33] "DELETE /access-control-list/e9ca177f-269b-4c47-825f-b4fb314b4e97 HTTP/1.1" 200 115 0.040946 10.0.0.141 - - [2026-01-12 02:07:33] "GET /project/27e7d0f4-c5a8-4c61-b6be-f83dbe9a8ebc?fields=application_policy_sets HTTP/1.1" 200 1411 0.056237 10.0.0.141 - - [2026-01-12 02:07:33] "GET /project/8e2214c6-0590-4d1c-9848-aed518c2de2c?fields=application_policy_sets HTTP/1.1" 200 1427 0.061854 10.0.0.141 - - [2026-01-12 02:07:33] "DELETE /security-group/fae2d33e-33bd-4939-8330-a484305fa9f1 HTTP/1.1" 200 115 0.102579 10.0.0.141 - - [2026-01-12 02:07:33] "GET /projects?obj_uuids=706525be-b1a9-4cfe-8ed1-b8433f4c54df&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001731 10.0.0.141 - - [2026-01-12 02:07:33] "DELETE /access-control-list/1221d1b0-b4d1-483d-9332-895af04d6b8c HTTP/1.1" 200 115 0.053028 10.0.0.141 - - [2026-01-12 02:07:33] "GET /project/706525be-b1a9-4cfe-8ed1-b8433f4c54df?fields=application_policy_sets HTTP/1.1" 200 1396 0.039603 10.0.0.141 - - [2026-01-12 02:07:33] "DELETE /access-control-list/c6324400-df2c-42de-b862-eedc0175bf49 HTTP/1.1" 200 115 0.063395 10.0.0.141 - - [2026-01-12 02:07:33] "DELETE /access-control-list/0e864936-e6cd-4ec2-9468-cc5bb4f4f536 HTTP/1.1" 200 115 0.049263 10.0.0.141 - - [2026-01-12 02:07:33] "DELETE /project/27e7d0f4-c5a8-4c61-b6be-f83dbe9a8ebc HTTP/1.1" 200 115 0.552707 10.0.0.141 - - [2026-01-12 02:07:33] "DELETE /access-control-list/26a873db-e3c0-4cb4-be5e-9e33de7013b5 HTTP/1.1" 200 115 0.041961 10.0.0.141 - - [2026-01-12 02:07:33] "DELETE /project/8e2214c6-0590-4d1c-9848-aed518c2de2c HTTP/1.1" 200 115 0.558143 10.0.0.141 - - [2026-01-12 02:07:34] "DELETE /project/706525be-b1a9-4cfe-8ed1-b8433f4c54df HTTP/1.1" 200 115 0.580856 10.0.0.141 - - [2026-01-12 02:07:34] "GET /obj-perms HTTP/1.1" 200 5081 0.102700 10.0.0.141 - - [2026-01-12 02:07:34] "GET /domains HTTP/1.1" 200 281 0.002546 10.0.0.141 - - [2026-01-12 02:07:34] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001038 10.0.0.141 - - [2026-01-12 02:07:34] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2600 0.007802 10.0.0.141 - - [2026-01-12 02:07:34] "GET /projects?obj_uuids=bf201d16-a786-4d08-9671-c872f11ec452&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001698 10.0.0.141 - - [2026-01-12 02:07:34] "GET /project/bf201d16-a786-4d08-9671-c872f11ec452 HTTP/1.1" 200 2466 0.073151 10.0.0.141 - - [2026-01-12 02:07:34] "GET /network-policy/3b34b429-9b21-41b6-a440-48b88ba7b1a1 HTTP/1.1" 200 3482 0.004650 10.0.0.141 - - [2026-01-12 02:07:34] "DELETE /network-policy/3b34b429-9b21-41b6-a440-48b88ba7b1a1 HTTP/1.1" 409 239 0.005509 10.0.0.141 - - [2026-01-12 02:07:34] "POST /neutron/network HTTP/1.1" 200 1123 0.007448 10.0.0.141 - - [2026-01-12 02:07:34] "DELETE /access-control-list/9483e6a4-0646-40f1-a17b-67cf4145e751 HTTP/1.1" 200 115 0.031994 10.0.0.141 - - [2026-01-12 02:07:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002793 10.0.0.141 - - [2026-01-12 02:07:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002013 10.0.0.141 - - [2026-01-12 02:07:34] "POST /useragent-kv HTTP/1.1" 200 115 0.004234 10.0.0.141 - - [2026-01-12 02:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004629 10.0.0.141 - - [2026-01-12 02:07:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001714 10.0.0.141 - - [2026-01-12 02:07:34] "POST /neutron/network HTTP/1.1" 200 151 0.121900 10.0.0.141 - - [2026-01-12 02:07:34] "GET /routing-instance/51782c3c-2313-4f62-b548-a574ad0d31f1 HTTP/1.1" 404 171 0.003476 10.0.0.141 - - [2026-01-12 02:07:34] "GET /domains HTTP/1.1" 200 281 0.002943 10.0.0.141 - - [2026-01-12 02:07:34] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000985 10.0.0.141 - - [2026-01-12 02:07:34] "DELETE /route-target/6e9e0c9a-a075-441f-a00e-83b735de04c1 HTTP/1.1" 200 115 0.017548 10.0.0.141 - - [2026-01-12 02:07:34] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2600 0.047880 10.0.0.141 - - [2026-01-12 02:07:34] "GET /projects?obj_uuids=bf201d16-a786-4d08-9671-c872f11ec452&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001126 10.0.0.141 - - [2026-01-12 02:07:34] "GET /project/bf201d16-a786-4d08-9671-c872f11ec452 HTTP/1.1" 200 2211 0.065811 10.0.0.141 - - [2026-01-12 02:07:34] "DELETE /network-policy/3b34b429-9b21-41b6-a440-48b88ba7b1a1 HTTP/1.1" 200 115 0.023683 10.0.0.141 - - [2026-01-12 02:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002611 10.0.0.141 - - [2026-01-12 02:07:34] "GET /projects?obj_uuids=bf201d16-a786-4d08-9671-c872f11ec452&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001100 10.0.0.141 - - [2026-01-12 02:07:34] "GET /project/bf201d16-a786-4d08-9671-c872f11ec452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.040861 10.0.0.141 - - [2026-01-12 02:07:34] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-85202384&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006654 10.0.0.141 - - [2026-01-12 02:07:35] "GET /projects?obj_uuids=bf201d16-a786-4d08-9671-c872f11ec452&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001491 10.0.0.141 - - [2026-01-12 02:07:35] "GET /project/bf201d16-a786-4d08-9671-c872f11ec452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.030920 10.0.0.141 - - [2026-01-12 02:07:35] "GET /projects?obj_uuids=bf201d16-a786-4d08-9671-c872f11ec452&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001075 10.0.0.141 - - [2026-01-12 02:07:35] "GET /project/bf201d16-a786-4d08-9671-c872f11ec452?fields=virtual_networks HTTP/1.1" 200 1067 0.067706 10.0.0.141 - - [2026-01-12 02:07:35] "GET /projects?obj_uuids=bf201d16-a786-4d08-9671-c872f11ec452&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001084 10.0.0.141 - - [2026-01-12 02:07:35] "GET /project/bf201d16-a786-4d08-9671-c872f11ec452?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.029847 10.0.0.141 - - [2026-01-12 02:07:35] "GET /projects?obj_uuids=bf201d16-a786-4d08-9671-c872f11ec452&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001481 10.0.0.141 - - [2026-01-12 02:07:35] "GET /project/bf201d16-a786-4d08-9671-c872f11ec452?fields=security_groups HTTP/1.1" 200 1310 0.027579 10.0.0.141 - - [2026-01-12 02:07:36] "POST /fqname-to-id HTTP/1.1" 404 190 0.028316 10.0.0.141 - - [2026-01-12 02:07:36] "GET /projects?obj_uuids=5f383d9c-a926-4667-a17d-e3d941a4aa70&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002318 10.0.0.141 - - [2026-01-12 02:07:36] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001404 10.0.0.141 - - [2026-01-12 02:07:36] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007365 10.0.0.141 - - [2026-01-12 02:07:36] "POST /id-to-fqname HTTP/1.1" 200 192 0.002674 10.0.0.141 - - [2026-01-12 02:07:36] "POST /fqname-to-id HTTP/1.1" 404 201 0.002313 10.0.0.141 - - [2026-01-12 02:07:36] "POST /security-groups HTTP/1.1" 200 593 0.064491 10.0.0.141 - - [2026-01-12 02:07:36] "POST /fqname-to-id HTTP/1.1" 404 236 0.002541 10.0.0.141 - - [2026-01-12 02:07:36] "POST /projects HTTP/1.1" 200 589 0.218591 10.0.0.141 - - [2026-01-12 02:07:36] "POST /access-control-lists HTTP/1.1" 200 600 0.055962 10.0.0.141 - - [2026-01-12 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.289550 10.0.0.141 - - [2026-01-12 02:07:36] "POST /fqname-to-id HTTP/1.1" 404 235 0.003071 10.0.0.141 - - [2026-01-12 02:07:36] "GET /project/5f383d9c-a926-4667-a17d-e3d941a4aa70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.418801 10.0.0.141 - - [2026-01-12 02:07:36] "POST /access-control-lists HTTP/1.1" 200 598 0.056497 10.0.0.141 - - [2026-01-12 02:07:38] "GET / HTTP/1.1" 200 36215 0.003306 10.0.0.141 - - [2026-01-12 02:07:38] "POST /fqname-to-id HTTP/1.1" 401 293 0.000564 10.0.0.141 - - [2026-01-12 02:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.062909 10.0.0.141 - - [2026-01-12 02:07:39] "GET /projects?obj_uuids=5f383d9c-a926-4667-a17d-e3d941a4aa70&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001063 10.0.0.141 - - [2026-01-12 02:07:39] "GET /project/5f383d9c-a926-4667-a17d-e3d941a4aa70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.026519 10.0.0.141 - - [2026-01-12 02:07:39] "POST /neutron/network HTTP/1.1" 200 117 0.035173 10.0.0.141 - - [2026-01-12 02:07:39] "GET /projects?obj_uuids=5f383d9c-a926-4667-a17d-e3d941a4aa70&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001117 10.0.0.141 - - [2026-01-12 02:07:39] "POST /neutron/network HTTP/1.1" 200 607 0.065973 10.0.0.141 - - [2026-01-12 02:07:39] "POST /route-targets HTTP/1.1" 200 328 0.013411 10.0.0.141 - - [2026-01-12 02:07:39] "POST /ref-update HTTP/1.1" 200 156 0.015600 10.0.0.141 - - [2026-01-12 02:07:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003656 10.0.0.141 - - [2026-01-12 02:07:39] "POST /neutron/subnet HTTP/1.1" 200 710 0.184208 10.0.0.141 - - [2026-01-12 02:07:39] "POST /neutron/network HTTP/1.1" 200 823 0.005954 10.0.0.141 - - [2026-01-12 02:07:39] "POST /id-to-fqname HTTP/1.1" 200 222 0.001216 10.0.0.141 - - [2026-01-12 02:07:39] "GET /virtual-network/eb91a316-e9d7-4bcc-b38e-f2920526e3ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005053 10.0.0.141 - - [2026-01-12 02:07:39] "POST /neutron/network HTTP/1.1" 200 823 0.006987 10.0.0.141 - - [2026-01-12 02:07:39] "GET /virtual-network/eb91a316-e9d7-4bcc-b38e-f2920526e3ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005208 10.0.0.141 - - [2026-01-12 02:07:39] "POST /neutron/network HTTP/1.1" 200 823 0.005431 10.0.0.141 - - [2026-01-12 02:07:39] "POST /neutron/subnet HTTP/1.1" 200 710 0.006820 10.0.0.141 - - [2026-01-12 02:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002308 10.0.0.141 - - [2026-01-12 02:07:39] "GET /projects?obj_uuids=5f383d9c-a926-4667-a17d-e3d941a4aa70&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001017 10.0.0.141 - - [2026-01-12 02:07:39] "GET /project/5f383d9c-a926-4667-a17d-e3d941a4aa70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.032418 10.0.0.141 - - [2026-01-12 02:07:39] "POST /neutron/network HTTP/1.1" 200 117 0.012367 10.0.0.141 - - [2026-01-12 02:07:39] "GET /projects?obj_uuids=5f383d9c-a926-4667-a17d-e3d941a4aa70&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001189 10.0.0.141 - - [2026-01-12 02:07:40] "POST /neutron/network HTTP/1.1" 200 607 0.078406 10.0.0.141 - - [2026-01-12 02:07:40] "POST /route-targets HTTP/1.1" 200 328 0.012202 10.0.0.141 - - [2026-01-12 02:07:40] "POST /ref-update HTTP/1.1" 200 156 0.012436 10.0.0.141 - - [2026-01-12 02:07:40] "GET /obj-perms HTTP/1.1" 200 5075 0.090179 10.0.0.141 - - [2026-01-12 02:07:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003547 10.0.0.141 - - [2026-01-12 02:07:40] "POST /neutron/subnet HTTP/1.1" 200 715 0.191345 10.0.0.141 - - [2026-01-12 02:07:40] "POST /neutron/network HTTP/1.1" 200 824 0.006352 10.0.0.141 - - [2026-01-12 02:07:40] "POST /id-to-fqname HTTP/1.1" 200 222 0.003137 10.0.0.141 - - [2026-01-12 02:07:40] "GET /virtual-network/d89adc10-e2fd-4a41-a10a-b622a8dacc84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005285 10.0.0.141 - - [2026-01-12 02:07:40] "POST /neutron/network HTTP/1.1" 200 824 0.005720 10.0.0.141 - - [2026-01-12 02:07:40] "GET /virtual-network/d89adc10-e2fd-4a41-a10a-b622a8dacc84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005560 10.0.0.141 - - [2026-01-12 02:07:40] "POST /neutron/network HTTP/1.1" 200 824 0.005834 10.0.0.141 - - [2026-01-12 02:07:40] "POST /neutron/subnet HTTP/1.1" 200 715 0.006985 10.0.0.141 - - [2026-01-12 02:07:40] "POST /fqname-to-id HTTP/1.1" 404 228 0.002381 10.0.0.141 - - [2026-01-12 02:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002295 10.0.0.141 - - [2026-01-12 02:07:40] "GET /projects?obj_uuids=5f383d9c-a926-4667-a17d-e3d941a4aa70&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001254 10.0.0.141 - - [2026-01-12 02:07:40] "GET /obj-perms HTTP/1.1" 200 5075 0.056725 10.0.0.141 - - [2026-01-12 02:07:40] "GET /project/5f383d9c-a926-4667-a17d-e3d941a4aa70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.027051 10.0.0.141 - - [2026-01-12 02:07:40] "POST /network-policys HTTP/1.1" 200 573 0.018325 10.0.0.141 - - [2026-01-12 02:07:40] "GET /network-policy/0a6c65c0-69fe-4c81-9a73-8ae14faa51e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.006968 10.0.0.141 - - [2026-01-12 02:07:40] "POST /neutron/network HTTP/1.1" 200 823 0.005937 10.0.0.141 - - [2026-01-12 02:07:40] "POST /fqname-to-id HTTP/1.1" 404 236 0.003739 10.0.0.141 - - [2026-01-12 02:07:40] "POST /neutron/network HTTP/1.1" 200 925 0.051275 10.0.0.141 - - [2026-01-12 02:07:40] "POST /neutron/network HTTP/1.1" 200 925 0.031560 10.0.0.141 - - [2026-01-12 02:07:40] "POST /access-control-lists HTTP/1.1" 200 592 0.065445 10.0.0.141 - - [2026-01-12 02:07:40] "GET /virtual-network/eb91a316-e9d7-4bcc-b38e-f2920526e3ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.006905 10.0.0.141 - - [2026-01-12 02:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002452 10.0.0.141 - - [2026-01-12 02:07:40] "GET /network-policy/0a6c65c0-69fe-4c81-9a73-8ae14faa51e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003857 10.0.0.141 - - [2026-01-12 02:07:40] "POST /neutron/network HTTP/1.1" 200 824 0.005630 10.0.0.141 - - [2026-01-12 02:07:41] "PUT /access-control-list/abf796ab-9c90-4a90-9689-193f0a5e1d2c HTTP/1.1" 200 273 0.016752 10.0.0.141 - - [2026-01-12 02:07:41] "POST /neutron/network HTTP/1.1" 200 926 0.048932 10.0.0.141 - - [2026-01-12 02:07:41] "POST /neutron/network HTTP/1.1" 200 926 0.006649 10.0.0.141 - - [2026-01-12 02:07:41] "GET /virtual-network/d89adc10-e2fd-4a41-a10a-b622a8dacc84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005329 10.0.0.141 - - [2026-01-12 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002668 10.0.0.141 - - [2026-01-12 02:07:41] "POST /fqname-to-id HTTP/1.1" 404 236 0.040847 10.0.0.141 - - [2026-01-12 02:07:41] "GET /network-policy/0a6c65c0-69fe-4c81-9a73-8ae14faa51e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003719 10.0.0.141 - - [2026-01-12 02:07:41] "GET /domains HTTP/1.1" 401 293 0.000504 10.0.0.141 - - [2026-01-12 02:07:41] "POST /access-control-lists HTTP/1.1" 200 592 0.060742 10.0.0.141 - - [2026-01-12 02:07:41] "POST /ref-update HTTP/1.1" 200 156 0.010740 10.0.0.141 - - [2026-01-12 02:07:41] "GET /domains HTTP/1.1" 200 281 0.031755 10.0.0.141 - - [2026-01-12 02:07:41] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001408 10.0.0.141 - - [2026-01-12 02:07:41] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2789 0.008590 10.0.0.141 - - [2026-01-12 02:07:41] "GET /projects?obj_uuids=5f383d9c-a926-4667-a17d-e3d941a4aa70&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001148 10.0.0.141 - - [2026-01-12 02:07:41] "GET /project/5f383d9c-a926-4667-a17d-e3d941a4aa70 HTTP/1.1" 200 2579 0.069501 10.0.0.141 - - [2026-01-12 02:07:41] "GET /virtual-network/eb91a316-e9d7-4bcc-b38e-f2920526e3ac HTTP/1.1" 200 2890 0.007247 10.0.0.141 - - [2026-01-12 02:07:41] "GET /virtual-network/eb91a316-e9d7-4bcc-b38e-f2920526e3ac HTTP/1.1" 200 2890 0.004908 10.0.0.141 - - [2026-01-12 02:07:41] "GET /routing-instance/69fee35a-3d11-4e2f-b793-d6918c888205 HTTP/1.1" 200 1787 0.003733 10.0.0.141 - - [2026-01-12 02:07:41] "GET /routing-instance/69fee35a-3d11-4e2f-b793-d6918c888205 HTTP/1.1" 200 1787 0.003248 10.0.0.141 - - [2026-01-12 02:07:41] "GET /route-target/717abfb1-c45f-4fa6-a4f0-4c5ada4797b0 HTTP/1.1" 200 1208 0.003331 10.0.0.141 - - [2026-01-12 02:07:41] "GET /virtual-network/eb91a316-e9d7-4bcc-b38e-f2920526e3ac HTTP/1.1" 200 2890 0.005272 10.0.0.141 - - [2026-01-12 02:07:41] "GET /routing-instance/69fee35a-3d11-4e2f-b793-d6918c888205 HTTP/1.1" 200 1787 0.003494 10.0.0.141 - - [2026-01-12 02:07:41] "GET /virtual-network/eb91a316-e9d7-4bcc-b38e-f2920526e3ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.004960 10.0.0.141 - - [2026-01-12 02:07:41] "GET /virtual-network/eb91a316-e9d7-4bcc-b38e-f2920526e3ac HTTP/1.1" 200 2890 0.005431 10.0.0.141 - - [2026-01-12 02:07:41] "GET /routing-instance/69fee35a-3d11-4e2f-b793-d6918c888205 HTTP/1.1" 200 1787 0.004111 10.0.0.141 - - [2026-01-12 02:07:41] "GET /routing-instance/69fee35a-3d11-4e2f-b793-d6918c888205 HTTP/1.1" 200 1787 0.003200 10.0.0.141 - - [2026-01-12 02:07:41] "GET /route-target/717abfb1-c45f-4fa6-a4f0-4c5ada4797b0 HTTP/1.1" 200 1208 0.003352 10.0.0.141 - - [2026-01-12 02:07:41] "GET /domains HTTP/1.1" 200 281 0.003200 10.0.0.141 - - [2026-01-12 02:07:41] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001184 10.0.0.141 - - [2026-01-12 02:07:41] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2789 0.007378 10.0.0.141 - - [2026-01-12 02:07:41] "GET /projects?obj_uuids=5f383d9c-a926-4667-a17d-e3d941a4aa70&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001054 10.0.0.141 - - [2026-01-12 02:07:41] "GET /project/5f383d9c-a926-4667-a17d-e3d941a4aa70 HTTP/1.1" 200 2579 0.084407 10.0.0.141 - - [2026-01-12 02:07:41] "GET /virtual-network/eb91a316-e9d7-4bcc-b38e-f2920526e3ac HTTP/1.1" 200 2890 0.008743 10.0.0.141 - - [2026-01-12 02:07:42] "GET /obj-perms HTTP/1.1" 200 5053 0.060936 10.0.0.141 - - [2026-01-12 02:07:42] "GET /domains HTTP/1.1" 200 281 0.004630 10.0.0.141 - - [2026-01-12 02:07:42] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001559 10.0.0.141 - - [2026-01-12 02:07:42] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2789 0.010433 10.0.0.141 - - [2026-01-12 02:07:42] "GET /projects?obj_uuids=5f383d9c-a926-4667-a17d-e3d941a4aa70&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001386 10.0.0.141 - - [2026-01-12 02:07:42] "GET /project/5f383d9c-a926-4667-a17d-e3d941a4aa70 HTTP/1.1" 200 2579 0.069747 10.0.0.141 - - [2026-01-12 02:07:42] "GET /virtual-network/d89adc10-e2fd-4a41-a10a-b622a8dacc84 HTTP/1.1" 200 2893 0.007028 10.0.0.141 - - [2026-01-12 02:07:42] "GET /virtual-network/d89adc10-e2fd-4a41-a10a-b622a8dacc84 HTTP/1.1" 200 2893 0.005240 10.0.0.141 - - [2026-01-12 02:07:42] "GET /routing-instance/86ce889a-4197-4556-96c0-d1f01b5848ea HTTP/1.1" 200 1787 0.003729 10.0.0.141 - - [2026-01-12 02:07:42] "GET /routing-instance/86ce889a-4197-4556-96c0-d1f01b5848ea HTTP/1.1" 200 1787 0.003403 10.0.0.141 - - [2026-01-12 02:07:42] "GET /route-target/bc35e2a4-843d-412f-bff2-0ad049d6e45f HTTP/1.1" 200 1209 0.003348 10.0.0.141 - - [2026-01-12 02:07:42] "GET /virtual-network/d89adc10-e2fd-4a41-a10a-b622a8dacc84 HTTP/1.1" 200 2893 0.005012 10.0.0.141 - - [2026-01-12 02:07:42] "GET /routing-instance/86ce889a-4197-4556-96c0-d1f01b5848ea HTTP/1.1" 200 1787 0.003943 10.0.0.141 - - [2026-01-12 02:07:42] "GET /virtual-network/d89adc10-e2fd-4a41-a10a-b622a8dacc84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006430 10.0.0.141 - - [2026-01-12 02:07:42] "GET /virtual-network/d89adc10-e2fd-4a41-a10a-b622a8dacc84 HTTP/1.1" 200 2893 0.006594 10.0.0.141 - - [2026-01-12 02:07:42] "GET /routing-instance/86ce889a-4197-4556-96c0-d1f01b5848ea HTTP/1.1" 200 1787 0.003402 10.0.0.141 - - [2026-01-12 02:07:42] "GET /routing-instance/86ce889a-4197-4556-96c0-d1f01b5848ea HTTP/1.1" 200 1787 0.003070 10.0.0.141 - - [2026-01-12 02:07:42] "GET /route-target/bc35e2a4-843d-412f-bff2-0ad049d6e45f HTTP/1.1" 200 1209 0.004207 10.0.0.141 - - [2026-01-12 02:07:42] "GET /domains HTTP/1.1" 200 281 0.002946 10.0.0.141 - - [2026-01-12 02:07:42] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001105 10.0.0.141 - - [2026-01-12 02:07:42] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2789 0.007092 10.0.0.141 - - [2026-01-12 02:07:42] "GET /projects?obj_uuids=5f383d9c-a926-4667-a17d-e3d941a4aa70&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001123 10.0.0.141 - - [2026-01-12 02:07:42] "GET /project/5f383d9c-a926-4667-a17d-e3d941a4aa70 HTTP/1.1" 200 2579 0.069220 10.0.0.141 - - [2026-01-12 02:07:42] "GET /virtual-network/d89adc10-e2fd-4a41-a10a-b622a8dacc84 HTTP/1.1" 200 2893 0.010420 10.0.0.141 - - [2026-01-12 02:07:42] "GET /obj-perms HTTP/1.1" 200 5053 0.003874 10.0.0.141 - - [2026-01-12 02:07:42] "POST /id-to-fqname HTTP/1.1" 200 222 0.001689 10.0.0.141 - - [2026-01-12 02:07:42] "POST /neutron/network HTTP/1.1" 200 935 0.006424 10.0.0.141 - - [2026-01-12 02:07:42] "GET /aaa-mode HTTP/1.1" 401 293 0.000434 10.0.0.141 - - [2026-01-12 02:07:43] "GET / HTTP/1.1" 200 36215 0.002238 10.0.0.141 - - [2026-01-12 02:07:43] "GET /project/5f383d9c-a926-4667-a17d-e3d941a4aa70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000432 10.0.0.141 - - [2026-01-12 02:07:43] "GET /projects?obj_uuids=5f383d9c-a926-4667-a17d-e3d941a4aa70&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001141 10.0.0.141 - - [2026-01-12 02:07:43] "GET /project/5f383d9c-a926-4667-a17d-e3d941a4aa70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.054816 10.0.0.141 - - [2026-01-12 02:07:43] "POST /neutron/network HTTP/1.1" 200 925 0.006506 10.0.0.141 - - [2026-01-12 02:07:43] "POST /neutron/port HTTP/1.1" 200 117 0.005383 10.0.0.141 - - [2026-01-12 02:07:43] "POST /neutron/port HTTP/1.1" 200 117 0.005273 10.0.0.141 - - [2026-01-12 02:07:43] "POST /id-to-fqname HTTP/1.1" 200 222 0.001434 10.0.0.141 - - [2026-01-12 02:07:43] "POST /neutron/port HTTP/1.1" 200 117 0.004788 10.0.0.141 - - [2026-01-12 02:07:44] "POST /neutron/network HTTP/1.1" 200 936 0.005375 10.0.0.141 - - [2026-01-12 02:07:44] "GET /aaa-mode HTTP/1.1" 401 293 0.000443 10.0.0.141 - - [2026-01-12 02:07:44] "POST /neutron/network HTTP/1.1" 200 935 0.006147 10.0.0.141 - - [2026-01-12 02:07:44] "GET /projects?obj_uuids=5f383d9c-a926-4667-a17d-e3d941a4aa70&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001112 10.0.0.141 - - [2026-01-12 02:07:44] "GET / HTTP/1.1" 200 36215 0.005041 10.0.0.141 - - [2026-01-12 02:07:44] "GET /project/5f383d9c-a926-4667-a17d-e3d941a4aa70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000555 10.0.0.141 - - [2026-01-12 02:07:44] "POST /neutron/port HTTP/1.1" 200 1059 0.213824 10.0.0.141 - - [2026-01-12 02:07:44] "POST /neutron/port HTTP/1.1" 200 1059 0.011935 10.0.0.141 - - [2026-01-12 02:07:44] "POST /neutron/port HTTP/1.1" 200 1059 0.009545 10.0.0.141 - - [2026-01-12 02:07:44] "POST /neutron/port HTTP/1.1" 200 1113 0.065609 10.0.0.141 - - [2026-01-12 02:07:44] "POST /neutron/port HTTP/1.1" 200 1123 0.012529 10.0.0.141 - - [2026-01-12 02:07:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003411 10.0.0.141 - - [2026-01-12 02:07:44] "POST /neutron/subnet HTTP/1.1" 200 684 0.008133 10.0.0.141 - - [2026-01-12 02:07:44] "POST /neutron/port HTTP/1.1" 200 117 0.001375 10.0.0.141 - - [2026-01-12 02:07:44] "POST /neutron/network HTTP/1.1" 200 925 0.005429 10.0.0.141 - - [2026-01-12 02:07:44] "GET /projects?obj_uuids=5f383d9c-a926-4667-a17d-e3d941a4aa70&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001452 10.0.0.141 - - [2026-01-12 02:07:44] "GET /project/5f383d9c-a926-4667-a17d-e3d941a4aa70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.053273 10.0.0.141 - - [2026-01-12 02:07:44] "POST /neutron/network HTTP/1.1" 200 926 0.005722 10.0.0.141 - - [2026-01-12 02:07:45] "POST /neutron/port HTTP/1.1" 200 1123 0.023807 10.0.0.141 - - [2026-01-12 02:07:45] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007887 10.0.0.141 - - [2026-01-12 02:07:45] "POST /neutron/port HTTP/1.1" 200 117 0.005286 10.0.0.141 - - [2026-01-12 02:07:45] "POST /neutron/port HTTP/1.1" 200 1123 0.014373 10.0.0.141 - - [2026-01-12 02:07:45] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008329 10.0.0.141 - - [2026-01-12 02:07:45] "POST /neutron/network HTTP/1.1" 200 936 0.006164 10.0.0.141 - - [2026-01-12 02:07:45] "GET /projects?obj_uuids=5f383d9c-a926-4667-a17d-e3d941a4aa70&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001760 10.0.0.141 - - [2026-01-12 02:07:45] "PUT /access-control-list/bda3a078-ec90-4ff7-9d93-aba0eae5fb9e HTTP/1.1" 200 273 0.070264 10.0.0.141 - - [2026-01-12 02:07:45] "POST /neutron/port HTTP/1.1" 200 1060 0.343079 10.0.0.141 - - [2026-01-12 02:07:45] "POST /neutron/port HTTP/1.1" 200 1060 0.011430 10.0.0.141 - - [2026-01-12 02:07:45] "POST /neutron/port HTTP/1.1" 200 1060 0.016385 10.0.0.141 - - [2026-01-12 02:07:45] "POST /neutron/port HTTP/1.1" 200 1114 0.074224 10.0.0.141 - - [2026-01-12 02:07:46] "POST /neutron/port HTTP/1.1" 200 1124 0.013209 10.0.0.141 - - [2026-01-12 02:07:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004004 10.0.0.141 - - [2026-01-12 02:07:46] "POST /neutron/subnet HTTP/1.1" 200 689 0.008831 10.0.0.141 - - [2026-01-12 02:07:46] "POST /neutron/port HTTP/1.1" 200 117 0.001260 10.0.0.141 - - [2026-01-12 02:07:46] "POST /neutron/network HTTP/1.1" 200 926 0.005571 10.0.0.141 - - [2026-01-12 02:07:50] "POST /neutron/port HTTP/1.1" 200 1123 0.025524 10.0.0.141 - - [2026-01-12 02:07:50] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006767 10.0.0.141 - - [2026-01-12 02:07:50] "POST /neutron/port HTTP/1.1" 200 1123 0.011976 10.0.0.141 - - [2026-01-12 02:07:50] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006684 10.0.0.141 - - [2026-01-12 02:07:50] "POST /neutron/port HTTP/1.1" 200 1123 0.011761 10.0.0.141 - - [2026-01-12 02:07:50] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005776 10.0.0.141 - - [2026-01-12 02:07:50] "GET /virtual-machine/e1613c9d-3cb3-4eb7-932b-30eff337a942 HTTP/1.1" 200 1297 0.005285 10.0.0.141 - - [2026-01-12 02:07:50] "GET /virtual-machine-interface/971c8608-3812-4eda-81f0-fe0685cb3b3d HTTP/1.1" 200 2958 0.005676 10.0.0.141 - - [2026-01-12 02:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.141 - - [2026-01-12 02:07:50] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003831 10.0.0.141 - - [2026-01-12 02:07:50] "GET /virtual-networks?parent_id=5f383d9c-a926-4667-a17d-e3d941a4aa70&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003494 10.0.0.141 - - [2026-01-12 02:07:50] "GET /virtual-network/eb91a316-e9d7-4bcc-b38e-f2920526e3ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005246 10.0.0.141 - - [2026-01-12 02:07:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000489 10.0.0.141 - - [2026-01-12 02:07:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000556 10.0.0.141 - - [2026-01-12 02:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.141 - - [2026-01-12 02:07:53] "GET /virtual-network/eb91a316-e9d7-4bcc-b38e-f2920526e3ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005360 10.0.0.141 - - [2026-01-12 02:07:55] "POST /neutron/port HTTP/1.1" 200 1123 0.016790 10.0.0.141 - - [2026-01-12 02:07:55] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006375 10.0.0.141 - - [2026-01-12 02:07:55] "GET /global-system-configs HTTP/1.1" 401 293 0.000449 10.0.0.141 - - [2026-01-12 02:07:55] "GET /global-system-configs HTTP/1.1" 401 293 0.000568 10.0.0.141 - - [2026-01-12 02:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.141 - - [2026-01-12 02:07:55] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003010 10.0.0.141 - - [2026-01-12 02:07:55] "GET /virtual-networks?parent_id=5f383d9c-a926-4667-a17d-e3d941a4aa70&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004491 10.0.0.141 - - [2026-01-12 02:07:56] "GET /virtual-network/eb91a316-e9d7-4bcc-b38e-f2920526e3ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.007021 10.0.0.141 - - [2026-01-12 02:07:56] "POST /neutron/port HTTP/1.1" 200 1124 0.012225 10.0.0.141 - - [2026-01-12 02:07:56] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005602 10.0.0.141 - - [2026-01-12 02:07:56] "POST /neutron/port HTTP/1.1" 200 1123 0.012217 10.0.0.141 - - [2026-01-12 02:07:56] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005984 10.0.0.141 - - [2026-01-12 02:08:01] "POST /neutron/port HTTP/1.1" 200 1124 0.016430 10.0.0.141 - - [2026-01-12 02:08:01] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007419 10.0.0.141 - - [2026-01-12 02:08:01] "POST /neutron/port HTTP/1.1" 200 1124 0.015635 10.0.0.141 - - [2026-01-12 02:08:01] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007245 10.0.0.141 - - [2026-01-12 02:08:01] "POST /neutron/port HTTP/1.1" 200 1124 0.014001 10.0.0.141 - - [2026-01-12 02:08:01] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006919 10.0.0.141 - - [2026-01-12 02:08:01] "GET /virtual-machine/9a3f2f5a-2351-4386-85bd-84c4ec982b82 HTTP/1.1" 200 1296 0.006626 10.0.0.141 - - [2026-01-12 02:08:01] "GET /virtual-machine-interface/0260d793-361b-47a6-937e-031e0bb561a3 HTTP/1.1" 200 2957 0.006688 10.0.0.141 - - [2026-01-12 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.141 - - [2026-01-12 02:08:01] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003634 10.0.0.141 - - [2026-01-12 02:08:01] "GET /virtual-networks?parent_id=5f383d9c-a926-4667-a17d-e3d941a4aa70&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003221 10.0.0.141 - - [2026-01-12 02:08:01] "GET /virtual-network/d89adc10-e2fd-4a41-a10a-b622a8dacc84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006466 10.0.0.141 - - [2026-01-12 02:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.141 - - [2026-01-12 02:08:02] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003464 10.0.0.141 - - [2026-01-12 02:08:03] "GET /virtual-networks?parent_id=5f383d9c-a926-4667-a17d-e3d941a4aa70&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003026 10.0.0.141 - - [2026-01-12 02:08:03] "GET /virtual-network/d89adc10-e2fd-4a41-a10a-b622a8dacc84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005380 10.0.0.141 - - [2026-01-12 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.141 - - [2026-01-12 02:08:07] "GET /projects?obj_uuids=5f383d9c-a926-4667-a17d-e3d941a4aa70&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001470 10.0.0.141 - - [2026-01-12 02:08:07] "GET /project/5f383d9c-a926-4667-a17d-e3d941a4aa70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.024679 10.0.0.141 - - [2026-01-12 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004812 10.0.0.141 - - [2026-01-12 02:08:07] "PUT /network-policy/0a6c65c0-69fe-4c81-9a73-8ae14faa51e0 HTTP/1.1" 200 263 0.011066 10.0.0.141 - - [2026-01-12 02:08:07] "PUT /access-control-list/abf796ab-9c90-4a90-9689-193f0a5e1d2c HTTP/1.1" 200 273 0.052283 10.0.0.141 - - [2026-01-12 02:08:07] "POST /ref-update HTTP/1.1" 200 156 0.013441 10.0.0.141 - - [2026-01-12 02:08:07] "PUT /access-control-list/bda3a078-ec90-4ff7-9d93-aba0eae5fb9e HTTP/1.1" 200 273 0.053449 10.0.0.141 - - [2026-01-12 02:08:07] "POST /ref-update HTTP/1.1" 200 156 0.012228 10.0.0.141 - - [2026-01-12 02:08:11] "GET /virtual-network/d89adc10-e2fd-4a41-a10a-b622a8dacc84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005830 10.0.0.141 - - [2026-01-12 02:08:11] "POST /neutron/network HTTP/1.1" 200 926 0.007923 10.0.0.141 - - [2026-01-12 02:08:11] "POST /neutron/network HTTP/1.1" 200 824 0.045350 10.0.0.141 - - [2026-01-12 02:08:11] "DELETE /access-control-list/bda3a078-ec90-4ff7-9d93-aba0eae5fb9e HTTP/1.1" 200 115 0.030710 10.0.0.141 - - [2026-01-12 02:08:11] "POST /neutron/network HTTP/1.1" 200 824 0.007830 10.0.0.141 - - [2026-01-12 02:08:11] "GET /virtual-network/d89adc10-e2fd-4a41-a10a-b622a8dacc84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006279 10.0.0.141 - - [2026-01-12 02:08:11] "GET /virtual-network/eb91a316-e9d7-4bcc-b38e-f2920526e3ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.006865 10.0.0.141 - - [2026-01-12 02:08:11] "POST /neutron/network HTTP/1.1" 200 925 0.007769 10.0.0.141 - - [2026-01-12 02:08:11] "POST /neutron/network HTTP/1.1" 200 823 0.064518 10.0.0.141 - - [2026-01-12 02:08:11] "DELETE /access-control-list/abf796ab-9c90-4a90-9689-193f0a5e1d2c HTTP/1.1" 200 115 0.049718 10.0.0.141 - - [2026-01-12 02:08:11] "POST /neutron/network HTTP/1.1" 200 823 0.011322 10.0.0.141 - - [2026-01-12 02:08:11] "GET /virtual-network/eb91a316-e9d7-4bcc-b38e-f2920526e3ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006253 10.0.0.141 - - [2026-01-12 02:08:11] "DELETE /network-policy/0a6c65c0-69fe-4c81-9a73-8ae14faa51e0 HTTP/1.1" 200 115 0.025479 10.0.0.141 - - [2026-01-12 02:08:11] "POST /neutron/network HTTP/1.1" 200 824 0.006185 10.0.0.141 - - [2026-01-12 02:08:11] "POST /neutron/network HTTP/1.1" 400 204 0.013782 10.0.0.141 - - [2026-01-12 02:08:11] "POST /neutron/port HTTP/1.1" 200 1124 0.013521 10.0.0.141 - - [2026-01-12 02:08:11] "POST /neutron/port HTTP/1.1" 200 1114 0.010258 10.0.0.141 - - [2026-01-12 02:08:11] "POST /neutron/port HTTP/1.1" 200 1123 0.020859 10.0.0.141 - - [2026-01-12 02:08:11] "POST /neutron/port HTTP/1.1" 200 1113 0.018395 10.0.0.141 - - [2026-01-12 02:08:11] "POST /neutron/port HTTP/1.1" 200 151 0.127739 10.0.0.141 - - [2026-01-12 02:08:11] "POST /neutron/port HTTP/1.1" 200 151 0.107706 10.0.0.141 - - [2026-01-12 02:08:13] "POST /neutron/network HTTP/1.1" 200 824 0.007362 10.0.0.141 - - [2026-01-12 02:08:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004514 10.0.0.141 - - [2026-01-12 02:08:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002186 10.0.0.141 - - [2026-01-12 02:08:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002800 10.0.0.141 - - [2026-01-12 02:08:13] "POST /neutron/network HTTP/1.1" 200 151 0.080700 10.0.0.141 - - [2026-01-12 02:08:13] "DELETE /route-target/bc35e2a4-843d-412f-bff2-0ad049d6e45f HTTP/1.1" 200 115 0.017303 10.0.0.141 - - [2026-01-12 02:08:13] "GET /routing-instance/86ce889a-4197-4556-96c0-d1f01b5848ea HTTP/1.1" 404 171 0.002648 10.0.0.141 - - [2026-01-12 02:08:13] "GET /domains HTTP/1.1" 200 281 0.002991 10.0.0.141 - - [2026-01-12 02:08:13] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001198 10.0.0.141 - - [2026-01-12 02:08:13] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2789 0.048601 10.0.0.141 - - [2026-01-12 02:08:13] "GET /projects?obj_uuids=5f383d9c-a926-4667-a17d-e3d941a4aa70&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001102 10.0.0.141 - - [2026-01-12 02:08:13] "GET /project/5f383d9c-a926-4667-a17d-e3d941a4aa70 HTTP/1.1" 200 2109 0.073634 10.0.0.141 - - [2026-01-12 02:08:13] "POST /neutron/network HTTP/1.1" 200 823 0.005823 10.0.0.141 - - [2026-01-12 02:08:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003361 10.0.0.141 - - [2026-01-12 02:08:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.141 - - [2026-01-12 02:08:13] "POST /useragent-kv HTTP/1.1" 200 115 0.001666 10.0.0.141 - - [2026-01-12 02:08:13] "POST /neutron/network HTTP/1.1" 200 151 0.075012 10.0.0.141 - - [2026-01-12 02:08:13] "GET /routing-instance/69fee35a-3d11-4e2f-b793-d6918c888205 HTTP/1.1" 404 171 0.003009 10.0.0.141 - - [2026-01-12 02:08:13] "DELETE /route-target/717abfb1-c45f-4fa6-a4f0-4c5ada4797b0 HTTP/1.1" 200 115 0.013611 10.0.0.141 - - [2026-01-12 02:08:13] "GET /domains HTTP/1.1" 200 281 0.003055 10.0.0.141 - - [2026-01-12 02:08:13] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001093 10.0.0.141 - - [2026-01-12 02:08:13] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2789 0.048130 10.0.0.141 - - [2026-01-12 02:08:13] "GET /projects?obj_uuids=5f383d9c-a926-4667-a17d-e3d941a4aa70&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002133 10.0.0.141 - - [2026-01-12 02:08:13] "GET /project/5f383d9c-a926-4667-a17d-e3d941a4aa70 HTTP/1.1" 200 1869 0.072784 10.0.0.141 - - [2026-01-12 02:08:14] "GET /projects?obj_uuids=5f383d9c-a926-4667-a17d-e3d941a4aa70&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001079 10.0.0.141 - - [2026-01-12 02:08:14] "GET /project/5f383d9c-a926-4667-a17d-e3d941a4aa70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.026501 10.0.0.141 - - [2026-01-12 02:08:14] "GET /projects?obj_uuids=5f383d9c-a926-4667-a17d-e3d941a4aa70&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001018 10.0.0.141 - - [2026-01-12 02:08:14] "GET /project/5f383d9c-a926-4667-a17d-e3d941a4aa70?fields=virtual_networks HTTP/1.1" 200 1038 0.071396 10.0.0.141 - - [2026-01-12 02:08:14] "GET /projects?obj_uuids=5f383d9c-a926-4667-a17d-e3d941a4aa70&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001223 10.0.0.141 - - [2026-01-12 02:08:14] "GET /project/5f383d9c-a926-4667-a17d-e3d941a4aa70?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.027760 10.0.0.141 - - [2026-01-12 02:08:14] "GET /projects?obj_uuids=5f383d9c-a926-4667-a17d-e3d941a4aa70&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001064 10.0.0.141 - - [2026-01-12 02:08:14] "GET /project/5f383d9c-a926-4667-a17d-e3d941a4aa70?fields=security_groups HTTP/1.1" 200 1267 0.026776 10.0.0.141 - - [2026-01-12 02:08:15] "POST /fqname-to-id HTTP/1.1" 404 181 0.030948 10.0.0.141 - - [2026-01-12 02:08:15] "GET /projects?obj_uuids=af10a8f6-0815-4a81-b3f8-4681d828ba7f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002410 10.0.0.141 - - [2026-01-12 02:08:15] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001009 10.0.0.141 - - [2026-01-12 02:08:15] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007025 10.0.0.141 - - [2026-01-12 02:08:15] "POST /id-to-fqname HTTP/1.1" 200 183 0.001482 10.0.0.141 - - [2026-01-12 02:08:15] "POST /fqname-to-id HTTP/1.1" 404 192 0.003679 10.0.0.141 - - [2026-01-12 02:08:15] "POST /security-groups HTTP/1.1" 200 584 0.063758 10.0.0.141 - - [2026-01-12 02:08:15] "POST /fqname-to-id HTTP/1.1" 404 227 0.003225 10.0.0.141 - - [2026-01-12 02:08:15] "POST /projects HTTP/1.1" 200 571 0.207669 10.0.0.141 - - [2026-01-12 02:08:15] "POST /access-control-lists HTTP/1.1" 200 591 0.060174 10.0.0.141 - - [2026-01-12 02:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.284107 10.0.0.141 - - [2026-01-12 02:08:15] "POST /fqname-to-id HTTP/1.1" 404 226 0.002976 10.0.0.141 - - [2026-01-12 02:08:15] "GET /project/af10a8f6-0815-4a81-b3f8-4681d828ba7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.416521 10.0.0.141 - - [2026-01-12 02:08:15] "POST /access-control-lists HTTP/1.1" 200 589 0.065213 10.0.0.141 - - [2026-01-12 02:08:17] "GET / HTTP/1.1" 200 36215 0.002119 10.0.0.141 - - [2026-01-12 02:08:17] "POST /fqname-to-id HTTP/1.1" 401 293 0.000764 10.0.0.141 - - [2026-01-12 02:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.064773 10.0.0.141 - - [2026-01-12 02:08:18] "GET /projects?obj_uuids=af10a8f6-0815-4a81-b3f8-4681d828ba7f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001192 10.0.0.141 - - [2026-01-12 02:08:18] "GET /project/af10a8f6-0815-4a81-b3f8-4681d828ba7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.023855 10.0.0.141 - - [2026-01-12 02:08:18] "POST /neutron/network HTTP/1.1" 200 117 0.040407 10.0.0.141 - - [2026-01-12 02:08:18] "GET /projects?obj_uuids=af10a8f6-0815-4a81-b3f8-4681d828ba7f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001677 10.0.0.141 - - [2026-01-12 02:08:18] "POST /neutron/network HTTP/1.1" 200 612 0.071671 10.0.0.141 - - [2026-01-12 02:08:18] "POST /route-targets HTTP/1.1" 200 328 0.012753 10.0.0.141 - - [2026-01-12 02:08:18] "POST /ref-update HTTP/1.1" 200 156 0.024313 10.0.0.141 - - [2026-01-12 02:08:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003494 10.0.0.141 - - [2026-01-12 02:08:18] "POST /neutron/subnet HTTP/1.1" 200 719 0.192650 10.0.0.141 - - [2026-01-12 02:08:18] "POST /neutron/network HTTP/1.1" 200 830 0.005805 10.0.0.141 - - [2026-01-12 02:08:18] "POST /id-to-fqname HTTP/1.1" 200 220 0.001798 10.0.0.141 - - [2026-01-12 02:08:18] "GET /virtual-network/f147359d-ca34-4985-aca6-d15835c22acc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005373 10.0.0.141 - - [2026-01-12 02:08:18] "POST /neutron/network HTTP/1.1" 200 830 0.007997 10.0.0.141 - - [2026-01-12 02:08:18] "GET /virtual-network/f147359d-ca34-4985-aca6-d15835c22acc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005239 10.0.0.141 - - [2026-01-12 02:08:18] "POST /neutron/network HTTP/1.1" 200 830 0.006105 10.0.0.141 - - [2026-01-12 02:08:18] "POST /neutron/subnet HTTP/1.1" 200 719 0.007187 10.0.0.141 - - [2026-01-12 02:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002791 10.0.0.141 - - [2026-01-12 02:08:18] "GET /virtual-network/f147359d-ca34-4985-aca6-d15835c22acc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005849 10.0.0.141 - - [2026-01-12 02:08:18] "PUT /virtual-network/f147359d-ca34-4985-aca6-d15835c22acc HTTP/1.1" 200 265 0.037701 10.0.0.141 - - [2026-01-12 02:08:18] "POST /route-targets HTTP/1.1" 200 324 0.016993 10.0.0.141 - - [2026-01-12 02:08:19] "POST /ref-update HTTP/1.1" 200 156 0.010204 10.0.0.141 - - [2026-01-12 02:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.141 - - [2026-01-12 02:08:19] "GET /projects?obj_uuids=af10a8f6-0815-4a81-b3f8-4681d828ba7f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001196 10.0.0.141 - - [2026-01-12 02:08:19] "GET /project/af10a8f6-0815-4a81-b3f8-4681d828ba7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.030174 10.0.0.141 - - [2026-01-12 02:08:19] "POST /neutron/network HTTP/1.1" 200 117 0.010637 10.0.0.141 - - [2026-01-12 02:08:19] "GET /projects?obj_uuids=af10a8f6-0815-4a81-b3f8-4681d828ba7f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001144 10.0.0.141 - - [2026-01-12 02:08:19] "POST /neutron/network HTTP/1.1" 200 612 0.064317 10.0.0.141 - - [2026-01-12 02:08:19] "POST /route-targets HTTP/1.1" 200 328 0.010703 10.0.0.141 - - [2026-01-12 02:08:19] "POST /ref-update HTTP/1.1" 200 156 0.011421 10.0.0.141 - - [2026-01-12 02:08:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002991 10.0.0.141 - - [2026-01-12 02:08:19] "POST /neutron/subnet HTTP/1.1" 200 725 0.209633 10.0.0.141 - - [2026-01-12 02:08:19] "POST /neutron/network HTTP/1.1" 200 831 0.006031 10.0.0.141 - - [2026-01-12 02:08:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.001670 10.0.0.141 - - [2026-01-12 02:08:19] "GET /virtual-network/30e51399-8827-4cdf-91cf-44a1d2646943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006107 10.0.0.141 - - [2026-01-12 02:08:19] "POST /neutron/network HTTP/1.1" 200 831 0.007179 10.0.0.141 - - [2026-01-12 02:08:19] "GET /virtual-network/30e51399-8827-4cdf-91cf-44a1d2646943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005940 10.0.0.141 - - [2026-01-12 02:08:19] "POST /neutron/network HTTP/1.1" 200 831 0.006418 10.0.0.141 - - [2026-01-12 02:08:19] "POST /neutron/subnet HTTP/1.1" 200 725 0.007383 10.0.0.141 - - [2026-01-12 02:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.141 - - [2026-01-12 02:08:19] "GET /virtual-network/30e51399-8827-4cdf-91cf-44a1d2646943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005290 10.0.0.141 - - [2026-01-12 02:08:19] "PUT /virtual-network/30e51399-8827-4cdf-91cf-44a1d2646943 HTTP/1.1" 200 265 0.037906 10.0.0.141 - - [2026-01-12 02:08:19] "POST /ref-update HTTP/1.1" 200 156 0.015695 10.0.0.141 - - [2026-01-12 02:08:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.001742 10.0.0.141 - - [2026-01-12 02:08:20] "POST /neutron/network HTTP/1.1" 200 840 0.005770 10.0.0.141 - - [2026-01-12 02:08:20] "GET /aaa-mode HTTP/1.1" 401 293 0.000473 10.0.0.141 - - [2026-01-12 02:08:20] "GET / HTTP/1.1" 200 36215 0.001945 10.0.0.141 - - [2026-01-12 02:08:20] "GET /project/af10a8f6-0815-4a81-b3f8-4681d828ba7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000396 10.0.0.141 - - [2026-01-12 02:08:20] "GET /projects?obj_uuids=af10a8f6-0815-4a81-b3f8-4681d828ba7f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001084 10.0.0.141 - - [2026-01-12 02:08:20] "GET /project/af10a8f6-0815-4a81-b3f8-4681d828ba7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.060104 10.0.0.141 - - [2026-01-12 02:08:20] "POST /neutron/network HTTP/1.1" 200 830 0.006250 10.0.0.141 - - [2026-01-12 02:08:21] "POST /neutron/port HTTP/1.1" 200 117 0.005672 10.0.0.141 - - [2026-01-12 02:08:21] "POST /neutron/port HTTP/1.1" 200 117 0.006248 10.0.0.141 - - [2026-01-12 02:08:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.001484 10.0.0.141 - - [2026-01-12 02:08:21] "POST /neutron/port HTTP/1.1" 200 117 0.006706 10.0.0.141 - - [2026-01-12 02:08:21] "POST /neutron/network HTTP/1.1" 200 841 0.006580 10.0.0.141 - - [2026-01-12 02:08:21] "GET /aaa-mode HTTP/1.1" 401 293 0.000412 10.0.0.141 - - [2026-01-12 02:08:21] "POST /neutron/network HTTP/1.1" 200 840 0.006693 10.0.0.141 - - [2026-01-12 02:08:21] "GET /projects?obj_uuids=af10a8f6-0815-4a81-b3f8-4681d828ba7f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001179 10.0.0.141 - - [2026-01-12 02:08:21] "GET / HTTP/1.1" 200 36215 0.001738 10.0.0.141 - - [2026-01-12 02:08:21] "GET /project/af10a8f6-0815-4a81-b3f8-4681d828ba7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000660 10.0.0.141 - - [2026-01-12 02:08:21] "POST /neutron/port HTTP/1.1" 200 1052 0.227815 10.0.0.141 - - [2026-01-12 02:08:21] "POST /neutron/port HTTP/1.1" 200 1052 0.012815 10.0.0.141 - - [2026-01-12 02:08:21] "POST /neutron/port HTTP/1.1" 200 1052 0.010205 10.0.0.141 - - [2026-01-12 02:08:21] "POST /neutron/port HTTP/1.1" 200 1106 0.078231 10.0.0.141 - - [2026-01-12 02:08:21] "POST /neutron/port HTTP/1.1" 200 1116 0.012819 10.0.0.141 - - [2026-01-12 02:08:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003207 10.0.0.141 - - [2026-01-12 02:08:21] "POST /neutron/subnet HTTP/1.1" 200 693 0.006858 10.0.0.141 - - [2026-01-12 02:08:22] "POST /neutron/port HTTP/1.1" 200 117 0.001290 10.0.0.141 - - [2026-01-12 02:08:22] "POST /neutron/network HTTP/1.1" 200 830 0.006978 10.0.0.141 - - [2026-01-12 02:08:22] "GET /projects?obj_uuids=af10a8f6-0815-4a81-b3f8-4681d828ba7f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001932 10.0.0.141 - - [2026-01-12 02:08:22] "GET /project/af10a8f6-0815-4a81-b3f8-4681d828ba7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.074445 10.0.0.141 - - [2026-01-12 02:08:22] "POST /neutron/network HTTP/1.1" 200 831 0.005757 10.0.0.141 - - [2026-01-12 02:08:22] "POST /neutron/port HTTP/1.1" 200 1116 0.025716 10.0.0.141 - - [2026-01-12 02:08:22] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010552 10.0.0.141 - - [2026-01-12 02:08:22] "POST /neutron/port HTTP/1.1" 200 117 0.005211 10.0.0.141 - - [2026-01-12 02:08:22] "POST /neutron/port HTTP/1.1" 200 1116 0.017528 10.0.0.141 - - [2026-01-12 02:08:22] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009401 10.0.0.141 - - [2026-01-12 02:08:22] "POST /neutron/network HTTP/1.1" 200 841 0.005415 10.0.0.141 - - [2026-01-12 02:08:22] "GET /projects?obj_uuids=af10a8f6-0815-4a81-b3f8-4681d828ba7f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001296 10.0.0.141 - - [2026-01-12 02:08:23] "POST /neutron/port HTTP/1.1" 200 1053 0.245632 10.0.0.141 - - [2026-01-12 02:08:23] "POST /neutron/port HTTP/1.1" 200 1053 0.011545 10.0.0.141 - - [2026-01-12 02:08:23] "POST /neutron/port HTTP/1.1" 200 1053 0.010585 10.0.0.141 - - [2026-01-12 02:08:23] "POST /neutron/port HTTP/1.1" 200 1107 0.084685 10.0.0.141 - - [2026-01-12 02:08:23] "POST /neutron/port HTTP/1.1" 200 1117 0.014059 10.0.0.141 - - [2026-01-12 02:08:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006294 10.0.0.141 - - [2026-01-12 02:08:23] "POST /neutron/subnet HTTP/1.1" 200 699 0.007073 10.0.0.141 - - [2026-01-12 02:08:23] "POST /neutron/port HTTP/1.1" 200 117 0.002361 10.0.0.141 - - [2026-01-12 02:08:23] "POST /neutron/network HTTP/1.1" 200 831 0.006574 10.0.0.141 - - [2026-01-12 02:08:26] "POST /neutron/port HTTP/1.1" 200 1116 0.021737 10.0.0.141 - - [2026-01-12 02:08:26] "POST /neutron/port HTTP/1.1" 200 1116 0.016852 10.0.0.141 - - [2026-01-12 02:08:26] "POST /neutron/network HTTP/1.1" 200 840 0.005696 10.0.0.141 - - [2026-01-12 02:08:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003444 10.0.0.141 - - [2026-01-12 02:08:26] "POST /neutron/subnet HTTP/1.1" 200 693 0.006495 10.0.0.141 - - [2026-01-12 02:08:26] "POST /neutron/port HTTP/1.1" 200 117 0.001374 10.0.0.141 - - [2026-01-12 02:08:26] "POST /neutron/network HTTP/1.1" 200 830 0.008190 10.0.0.141 - - [2026-01-12 02:08:27] "POST /neutron/port HTTP/1.1" 200 1116 0.013023 10.0.0.141 - - [2026-01-12 02:08:27] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006481 10.0.0.141 - - [2026-01-12 02:08:27] "POST /neutron/port HTTP/1.1" 200 1116 0.012236 10.0.0.141 - - [2026-01-12 02:08:27] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007840 10.0.0.141 - - [2026-01-12 02:08:27] "POST /neutron/port HTTP/1.1" 200 1116 0.014846 10.0.0.141 - - [2026-01-12 02:08:27] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006639 10.0.0.141 - - [2026-01-12 02:08:27] "GET /virtual-machine/c4722d81-d80c-4a2e-a0a9-55dfc2f7f014 HTTP/1.1" 401 293 0.000475 10.0.0.141 - - [2026-01-12 02:08:28] "GET /virtual-machine/c4722d81-d80c-4a2e-a0a9-55dfc2f7f014 HTTP/1.1" 200 1288 0.031578 10.0.0.141 - - [2026-01-12 02:08:28] "GET /virtual-machine-interface/d902254b-e1f6-4b27-b223-208f6cc160a3 HTTP/1.1" 200 2935 0.005592 10.0.0.141 - - [2026-01-12 02:08:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.141 - - [2026-01-12 02:08:28] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003268 10.0.0.141 - - [2026-01-12 02:08:28] "GET /virtual-networks?parent_id=af10a8f6-0815-4a81-b3f8-4681d828ba7f&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003512 10.0.0.141 - - [2026-01-12 02:08:28] "GET /virtual-network/f147359d-ca34-4985-aca6-d15835c22acc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006037 10.0.0.141 - - [2026-01-12 02:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.141 - - [2026-01-12 02:08:31] "GET /virtual-network/f147359d-ca34-4985-aca6-d15835c22acc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005096 10.0.0.141 - - [2026-01-12 02:08:31] "POST /neutron/port HTTP/1.1" 200 1116 0.012202 10.0.0.141 - - [2026-01-12 02:08:31] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005724 10.0.0.141 - - [2026-01-12 02:08:33] "POST /neutron/port HTTP/1.1" 200 1117 0.013005 10.0.0.141 - - [2026-01-12 02:08:33] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005002 10.0.0.141 - - [2026-01-12 02:08:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.141 - - [2026-01-12 02:08:33] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004025 10.0.0.141 - - [2026-01-12 02:08:33] "GET /virtual-networks?parent_id=af10a8f6-0815-4a81-b3f8-4681d828ba7f&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003074 10.0.0.141 - - [2026-01-12 02:08:33] "GET /virtual-network/f147359d-ca34-4985-aca6-d15835c22acc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005587 10.0.0.141 - - [2026-01-12 02:08:34] "POST /neutron/port HTTP/1.1" 200 1117 0.015127 10.0.0.141 - - [2026-01-12 02:08:34] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006322 10.0.0.141 - - [2026-01-12 02:08:34] "DELETE /project/5f383d9ca9264667a17de3d941a4aa70 HTTP/1.1" 404 173 0.012944 10.0.0.141 - - [2026-01-12 02:08:34] "DELETE /project/af10a8f608154a81b3f84681d828ba7f HTTP/1.1" 404 173 0.008617 10.0.0.141 - - [2026-01-12 02:08:34] "GET /projects?obj_uuids=5f383d9c-a926-4667-a17d-e3d941a4aa70&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000918 10.0.0.141 - - [2026-01-12 02:08:34] "GET /projects?obj_uuids=bf201d16-a786-4d08-9671-c872f11ec452&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000882 10.0.0.141 - - [2026-01-12 02:08:34] "GET /project/bf201d16-a786-4d08-9671-c872f11ec452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.039510 10.0.0.141 - - [2026-01-12 02:08:34] "GET /project/5f383d9c-a926-4667-a17d-e3d941a4aa70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.046710 10.0.0.141 - - [2026-01-12 02:08:34] "POST /neutron/port HTTP/1.1" 200 1117 0.037375 10.0.0.141 - - [2026-01-12 02:08:34] "GET /projects?obj_uuids=5f383d9c-a926-4667-a17d-e3d941a4aa70&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000946 10.0.0.141 - - [2026-01-12 02:08:34] "GET /projects?obj_uuids=bf201d16-a786-4d08-9671-c872f11ec452&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000831 10.0.0.141 - - [2026-01-12 02:08:34] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007137 10.0.0.141 - - [2026-01-12 02:08:34] "GET /project/bf201d16-a786-4d08-9671-c872f11ec452?fields=security_groups HTTP/1.1" 200 1412 0.036434 10.0.0.141 - - [2026-01-12 02:08:34] "GET /project/5f383d9c-a926-4667-a17d-e3d941a4aa70?fields=security_groups HTTP/1.1" 200 1369 0.039688 10.0.0.141 - - [2026-01-12 02:08:34] "POST /neutron/port HTTP/1.1" 200 1117 0.019206 10.0.0.141 - - [2026-01-12 02:08:34] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005294 10.0.0.141 - - [2026-01-12 02:08:34] "GET /virtual-machine/0739ae68-f21f-45ac-a303-2da1e0b7fe69 HTTP/1.1" 200 1286 0.012937 10.0.0.141 - - [2026-01-12 02:08:34] "GET /virtual-machine-interface/7690dd82-d973-415f-88eb-c83148f2201d HTTP/1.1" 200 2933 0.005531 10.0.0.141 - - [2026-01-12 02:08:34] "DELETE /security-group/aea1ea0c-7527-41f9-9542-35201966dd4d HTTP/1.1" 200 115 0.092702 10.0.0.141 - - [2026-01-12 02:08:34] "DELETE /security-group/d7ab8465-13eb-428a-9c76-575718f1a1b8 HTTP/1.1" 200 115 0.091344 10.0.0.141 - - [2026-01-12 02:08:34] "GET /projects?obj_uuids=bf201d16-a786-4d08-9671-c872f11ec452&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001161 10.0.0.141 - - [2026-01-12 02:08:34] "GET /projects?obj_uuids=5f383d9c-a926-4667-a17d-e3d941a4aa70&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001029 10.0.0.141 - - [2026-01-12 02:08:34] "DELETE /access-control-list/8b20c2dc-b8bd-4b8d-9b1a-417d4f381a6f HTTP/1.1" 200 115 0.060139 10.0.0.141 - - [2026-01-12 02:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006284 10.0.0.141 - - [2026-01-12 02:08:34] "GET /project/bf201d16-a786-4d08-9671-c872f11ec452?fields=application_policy_sets HTTP/1.1" 200 1451 0.051923 10.0.0.141 - - [2026-01-12 02:08:34] "GET /project/5f383d9c-a926-4667-a17d-e3d941a4aa70?fields=application_policy_sets HTTP/1.1" 200 1408 0.051831 10.0.0.141 - - [2026-01-12 02:08:34] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.011947 10.0.0.141 - - [2026-01-12 02:08:34] "DELETE /access-control-list/d11ec7b9-4a98-46c9-8903-691714308cf2 HTTP/1.1" 200 115 0.069098 10.0.0.141 - - [2026-01-12 02:08:34] "DELETE /access-control-list/be94d193-5a38-4f00-a298-e18c2752078b HTTP/1.1" 200 115 0.023534 10.0.0.141 - - [2026-01-12 02:08:34] "GET /virtual-networks?parent_id=af10a8f6-0815-4a81-b3f8-4681d828ba7f&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004981 10.0.0.141 - - [2026-01-12 02:08:34] "DELETE /access-control-list/c9a93867-8ceb-4690-bd7e-788ce0057f28 HTTP/1.1" 200 115 0.043388 10.0.0.141 - - [2026-01-12 02:08:34] "GET /virtual-network/30e51399-8827-4cdf-91cf-44a1d2646943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.020888 10.0.0.141 - - [2026-01-12 02:08:34] "DELETE /project/bf201d16-a786-4d08-9671-c872f11ec452 HTTP/1.1" 200 115 0.467340 10.0.0.141 - - [2026-01-12 02:08:34] "DELETE /project/5f383d9c-a926-4667-a17d-e3d941a4aa70 HTTP/1.1" 200 115 0.473101 10.0.0.141 - - [2026-01-12 02:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.141 - - [2026-01-12 02:08:35] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003417 10.0.0.141 - - [2026-01-12 02:08:35] "GET /virtual-networks?parent_id=af10a8f6-0815-4a81-b3f8-4681d828ba7f&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003832 10.0.0.141 - - [2026-01-12 02:08:35] "GET /virtual-network/30e51399-8827-4cdf-91cf-44a1d2646943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.008450 10.0.0.141 - - [2026-01-12 02:08:35] "POST /routing-policys HTTP/1.1" 200 536 0.019268 10.0.0.141 - - [2026-01-12 02:08:35] "GET /virtual-network/f147359d-ca34-4985-aca6-d15835c22acc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.008819 10.0.0.141 - - [2026-01-12 02:08:36] "PUT /virtual-network/f147359d-ca34-4985-aca6-d15835c22acc HTTP/1.1" 200 265 0.043288 10.0.0.141 - - [2026-01-12 02:08:36] "POST /ref-update HTTP/1.1" 200 156 0.009623 10.0.0.141 - - [2026-01-12 02:08:40] "GET /obj-perms HTTP/1.1" 200 5075 0.072028 10.0.0.141 - - [2026-01-12 02:08:40] "POST /ref-update HTTP/1.1" 200 156 0.016325 10.0.0.141 - - [2026-01-12 02:08:40] "POST /ref-update HTTP/1.1" 200 156 0.038765 10.0.0.141 - - [2026-01-12 02:08:40] "DELETE /routing-policy/2f8e2430-ffd4-4db5-a1b9-520411e500c1 HTTP/1.1" 200 115 0.023158 10.0.0.141 - - [2026-01-12 02:08:41] "POST /neutron/network HTTP/1.1" 200 831 0.005898 10.0.0.141 - - [2026-01-12 02:08:41] "POST /neutron/network HTTP/1.1" 400 204 0.014584 10.0.0.141 - - [2026-01-12 02:08:41] "GET /obj-perms HTTP/1.1" 200 5075 0.056903 10.0.0.141 - - [2026-01-12 02:08:41] "POST /neutron/port HTTP/1.1" 200 1117 0.012051 10.0.0.141 - - [2026-01-12 02:08:41] "POST /neutron/port HTTP/1.1" 200 1107 0.011692 10.0.0.141 - - [2026-01-12 02:08:41] "POST /neutron/port HTTP/1.1" 200 1116 0.014127 10.0.0.141 - - [2026-01-12 02:08:41] "POST /neutron/port HTTP/1.1" 200 1106 0.013239 10.0.0.141 - - [2026-01-12 02:08:41] "POST /neutron/port HTTP/1.1" 200 151 0.114611 10.0.0.141 - - [2026-01-12 02:08:41] "POST /neutron/port HTTP/1.1" 200 151 0.112273 10.0.0.141 - - [2026-01-12 02:08:43] "POST /neutron/network HTTP/1.1" 200 831 0.005947 10.0.0.141 - - [2026-01-12 02:08:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002388 10.0.0.141 - - [2026-01-12 02:08:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001746 10.0.0.141 - - [2026-01-12 02:08:43] "POST /neutron/network HTTP/1.1" 200 151 0.076999 10.0.0.141 - - [2026-01-12 02:08:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.006065 10.0.0.141 - - [2026-01-12 02:08:43] "POST /neutron/network HTTP/1.1" 200 830 0.006561 10.0.0.141 - - [2026-01-12 02:08:43] "DELETE /route-target/6f7af529-642e-460f-b1a4-9954a8f48424 HTTP/1.1" 200 115 0.021479 10.0.0.141 - - [2026-01-12 02:08:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002457 10.0.0.141 - - [2026-01-12 02:08:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002258 10.0.0.141 - - [2026-01-12 02:08:43] "DELETE /route-target/fa2f1101-5ca0-4891-a668-0961fa766ae1 HTTP/1.1" 200 115 0.019769 10.0.0.141 - - [2026-01-12 02:08:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003601 10.0.0.141 - - [2026-01-12 02:08:43] "POST /neutron/network HTTP/1.1" 200 151 0.095318 10.0.0.141 - - [2026-01-12 02:08:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.141 - - [2026-01-12 02:08:43] "DELETE /route-target/4e401dba-a2a1-4abd-9947-4025344cfd07 HTTP/1.1" 200 115 0.015737 10.0.0.141 - - [2026-01-12 02:08:43] "POST /fqname-to-id HTTP/1.1" 404 160 0.003080 10.0.0.141 - - [2026-01-12 02:08:43] "GET /projects?obj_uuids=af10a8f6-0815-4a81-b3f8-4681d828ba7f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001218 10.0.0.141 - - [2026-01-12 02:08:43] "GET /project/af10a8f6-0815-4a81-b3f8-4681d828ba7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.029695 10.0.0.141 - - [2026-01-12 02:08:43] "GET /projects?obj_uuids=af10a8f6-0815-4a81-b3f8-4681d828ba7f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000975 10.0.0.141 - - [2026-01-12 02:08:43] "GET /project/af10a8f6-0815-4a81-b3f8-4681d828ba7f?fields=virtual_networks HTTP/1.1" 200 1021 0.067034 10.0.0.141 - - [2026-01-12 02:08:43] "GET /projects?obj_uuids=af10a8f6-0815-4a81-b3f8-4681d828ba7f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001066 10.0.0.141 - - [2026-01-12 02:08:43] "GET /project/af10a8f6-0815-4a81-b3f8-4681d828ba7f?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.028015 10.0.0.141 - - [2026-01-12 02:08:43] "GET /projects?obj_uuids=af10a8f6-0815-4a81-b3f8-4681d828ba7f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001091 10.0.0.141 - - [2026-01-12 02:08:43] "GET /project/af10a8f6-0815-4a81-b3f8-4681d828ba7f?fields=security_groups HTTP/1.1" 200 1241 0.029196 10.0.0.141 - - [2026-01-12 02:08:44] "POST /fqname-to-id HTTP/1.1" 404 186 0.029880 10.0.0.141 - - [2026-01-12 02:08:44] "GET /projects?obj_uuids=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002934 10.0.0.141 - - [2026-01-12 02:08:44] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001030 10.0.0.141 - - [2026-01-12 02:08:44] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006947 10.0.0.141 - - [2026-01-12 02:08:45] "POST /id-to-fqname HTTP/1.1" 200 188 0.001674 10.0.0.141 - - [2026-01-12 02:08:45] "POST /fqname-to-id HTTP/1.1" 404 197 0.002380 10.0.0.141 - - [2026-01-12 02:08:45] "POST /security-groups HTTP/1.1" 200 589 0.063399 10.0.0.141 - - [2026-01-12 02:08:45] "POST /fqname-to-id HTTP/1.1" 404 232 0.004102 10.0.0.141 - - [2026-01-12 02:08:45] "POST /projects HTTP/1.1" 200 581 0.216897 10.0.0.141 - - [2026-01-12 02:08:45] "POST /access-control-lists HTTP/1.1" 200 596 0.060646 10.0.0.141 - - [2026-01-12 02:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.291244 10.0.0.141 - - [2026-01-12 02:08:45] "POST /fqname-to-id HTTP/1.1" 404 231 0.003028 10.0.0.141 - - [2026-01-12 02:08:45] "GET /project/5544a8b9-eaeb-4d4b-832f-28e79300cb22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.418964 10.0.0.141 - - [2026-01-12 02:08:45] "POST /access-control-lists HTTP/1.1" 200 594 0.061045 10.0.0.141 - - [2026-01-12 02:08:46] "GET / HTTP/1.1" 200 36215 0.002026 10.0.0.141 - - [2026-01-12 02:08:47] "POST /fqname-to-id HTTP/1.1" 401 293 0.000496 10.0.0.141 - - [2026-01-12 02:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.087463 10.0.0.141 - - [2026-01-12 02:08:47] "GET /projects?obj_uuids=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001061 10.0.0.141 - - [2026-01-12 02:08:47] "GET /project/5544a8b9-eaeb-4d4b-832f-28e79300cb22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.029580 10.0.0.141 - - [2026-01-12 02:08:47] "POST /neutron/network HTTP/1.1" 200 117 0.034391 10.0.0.141 - - [2026-01-12 02:08:47] "GET /projects?obj_uuids=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001330 10.0.0.141 - - [2026-01-12 02:08:47] "POST /neutron/network HTTP/1.1" 200 613 0.073743 10.0.0.141 - - [2026-01-12 02:08:47] "POST /route-targets HTTP/1.1" 200 328 0.012926 10.0.0.141 - - [2026-01-12 02:08:47] "POST /ref-update HTTP/1.1" 200 156 0.012818 10.0.0.141 - - [2026-01-12 02:08:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003588 10.0.0.141 - - [2026-01-12 02:08:48] "POST /neutron/subnet HTTP/1.1" 200 710 0.191095 10.0.0.141 - - [2026-01-12 02:08:48] "POST /neutron/network HTTP/1.1" 200 829 0.005245 10.0.0.141 - - [2026-01-12 02:08:48] "POST /id-to-fqname HTTP/1.1" 200 223 0.001266 10.0.0.141 - - [2026-01-12 02:08:48] "GET /virtual-network/fcfc2586-36b7-43e7-ab42-487d17c924c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006491 10.0.0.141 - - [2026-01-12 02:08:48] "POST /neutron/network HTTP/1.1" 200 829 0.006688 10.0.0.141 - - [2026-01-12 02:08:48] "GET /virtual-network/fcfc2586-36b7-43e7-ab42-487d17c924c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005215 10.0.0.141 - - [2026-01-12 02:08:48] "POST /neutron/network HTTP/1.1" 200 829 0.006184 10.0.0.141 - - [2026-01-12 02:08:48] "POST /neutron/subnet HTTP/1.1" 200 710 0.007545 10.0.0.141 - - [2026-01-12 02:08:48] "GET /domains HTTP/1.1" 401 293 0.000632 10.0.0.141 - - [2026-01-12 02:08:48] "GET /domains HTTP/1.1" 200 281 0.029465 10.0.0.141 - - [2026-01-12 02:08:48] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001389 10.0.0.141 - - [2026-01-12 02:08:48] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2762 0.008672 10.0.0.141 - - [2026-01-12 02:08:48] "GET /projects?obj_uuids=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001261 10.0.0.141 - - [2026-01-12 02:08:48] "GET /project/5544a8b9-eaeb-4d4b-832f-28e79300cb22 HTTP/1.1" 200 2085 0.068150 10.0.0.141 - - [2026-01-12 02:08:48] "GET /virtual-network/fcfc2586-36b7-43e7-ab42-487d17c924c6 HTTP/1.1" 200 2315 0.007265 10.0.0.141 - - [2026-01-12 02:08:48] "GET /virtual-network/fcfc2586-36b7-43e7-ab42-487d17c924c6 HTTP/1.1" 200 2315 0.006654 10.0.0.141 - - [2026-01-12 02:08:48] "GET /routing-instance/46bfaf4b-2450-46fd-bd5f-bdf84d4663c6 HTTP/1.1" 200 1496 0.004539 10.0.0.141 - - [2026-01-12 02:08:48] "GET /routing-instance/46bfaf4b-2450-46fd-bd5f-bdf84d4663c6 HTTP/1.1" 200 1496 0.004220 10.0.0.141 - - [2026-01-12 02:08:48] "GET /route-target/6c006f86-6d11-4d7e-8404-1c71f6d16cad HTTP/1.1" 200 1213 0.004529 10.0.0.141 - - [2026-01-12 02:08:48] "GET /virtual-network/fcfc2586-36b7-43e7-ab42-487d17c924c6 HTTP/1.1" 200 2315 0.007863 10.0.0.141 - - [2026-01-12 02:08:48] "GET /routing-instance/46bfaf4b-2450-46fd-bd5f-bdf84d4663c6 HTTP/1.1" 200 1496 0.004665 10.0.0.141 - - [2026-01-12 02:08:48] "GET /virtual-network/fcfc2586-36b7-43e7-ab42-487d17c924c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006520 10.0.0.141 - - [2026-01-12 02:08:48] "GET /virtual-network/fcfc2586-36b7-43e7-ab42-487d17c924c6 HTTP/1.1" 200 2315 0.006329 10.0.0.141 - - [2026-01-12 02:08:48] "GET /routing-instance/46bfaf4b-2450-46fd-bd5f-bdf84d4663c6 HTTP/1.1" 200 1496 0.006503 10.0.0.141 - - [2026-01-12 02:08:48] "GET /routing-instance/46bfaf4b-2450-46fd-bd5f-bdf84d4663c6 HTTP/1.1" 200 1496 0.004847 10.0.0.141 - - [2026-01-12 02:08:48] "GET /route-target/6c006f86-6d11-4d7e-8404-1c71f6d16cad HTTP/1.1" 200 1213 0.003109 10.0.0.141 - - [2026-01-12 02:08:48] "GET /domains HTTP/1.1" 200 281 0.002819 10.0.0.141 - - [2026-01-12 02:08:48] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000980 10.0.0.141 - - [2026-01-12 02:08:48] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2762 0.006256 10.0.0.141 - - [2026-01-12 02:08:48] "GET /projects?obj_uuids=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000978 10.0.0.141 - - [2026-01-12 02:08:48] "GET /project/5544a8b9-eaeb-4d4b-832f-28e79300cb22 HTTP/1.1" 200 2085 0.063879 10.0.0.141 - - [2026-01-12 02:08:48] "GET /virtual-network/fcfc2586-36b7-43e7-ab42-487d17c924c6 HTTP/1.1" 200 2315 0.005916 10.0.0.141 - - [2026-01-12 02:08:49] "GET /obj-perms HTTP/1.1" 200 5045 0.061761 10.0.0.141 - - [2026-01-12 02:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.141 - - [2026-01-12 02:08:49] "GET /projects?obj_uuids=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001023 10.0.0.141 - - [2026-01-12 02:08:49] "GET /project/5544a8b9-eaeb-4d4b-832f-28e79300cb22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.026175 10.0.0.141 - - [2026-01-12 02:08:49] "POST /neutron/network HTTP/1.1" 200 117 0.009299 10.0.0.141 - - [2026-01-12 02:08:49] "GET /projects?obj_uuids=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001201 10.0.0.141 - - [2026-01-12 02:08:49] "POST /neutron/network HTTP/1.1" 200 613 0.062564 10.0.0.141 - - [2026-01-12 02:08:49] "POST /route-targets HTTP/1.1" 200 328 0.012620 10.0.0.141 - - [2026-01-12 02:08:49] "POST /ref-update HTTP/1.1" 200 156 0.011142 10.0.0.141 - - [2026-01-12 02:08:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003871 10.0.0.141 - - [2026-01-12 02:08:49] "POST /neutron/subnet HTTP/1.1" 200 720 0.159840 10.0.0.141 - - [2026-01-12 02:08:49] "POST /neutron/network HTTP/1.1" 200 831 0.005250 10.0.0.141 - - [2026-01-12 02:08:49] "POST /id-to-fqname HTTP/1.1" 200 223 0.001269 10.0.0.141 - - [2026-01-12 02:08:49] "GET /virtual-network/9fd404b1-5ccc-4aab-973b-7908d9a2c826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004965 10.0.0.141 - - [2026-01-12 02:08:49] "POST /neutron/network HTTP/1.1" 200 831 0.008114 10.0.0.141 - - [2026-01-12 02:08:49] "GET /virtual-network/9fd404b1-5ccc-4aab-973b-7908d9a2c826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008340 10.0.0.141 - - [2026-01-12 02:08:49] "POST /neutron/network HTTP/1.1" 200 831 0.006745 10.0.0.141 - - [2026-01-12 02:08:49] "POST /neutron/subnet HTTP/1.1" 200 720 0.006409 10.0.0.141 - - [2026-01-12 02:08:49] "GET /domains HTTP/1.1" 200 281 0.002659 10.0.0.141 - - [2026-01-12 02:08:49] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001186 10.0.0.141 - - [2026-01-12 02:08:49] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2762 0.010952 10.0.0.141 - - [2026-01-12 02:08:49] "GET /projects?obj_uuids=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001135 10.0.0.141 - - [2026-01-12 02:08:50] "GET /project/5544a8b9-eaeb-4d4b-832f-28e79300cb22 HTTP/1.1" 200 2304 0.069093 10.0.0.141 - - [2026-01-12 02:08:50] "GET /virtual-network/9fd404b1-5ccc-4aab-973b-7908d9a2c826 HTTP/1.1" 200 2321 0.005971 10.0.0.141 - - [2026-01-12 02:08:50] "GET /virtual-network/9fd404b1-5ccc-4aab-973b-7908d9a2c826 HTTP/1.1" 200 2321 0.004816 10.0.0.141 - - [2026-01-12 02:08:50] "GET /routing-instance/7fc61d8b-157e-44d7-bc6b-00ef560ae801 HTTP/1.1" 200 1496 0.003878 10.0.0.141 - - [2026-01-12 02:08:50] "GET /routing-instance/7fc61d8b-157e-44d7-bc6b-00ef560ae801 HTTP/1.1" 200 1496 0.003352 10.0.0.141 - - [2026-01-12 02:08:50] "GET /route-target/570cd164-a24f-4844-a7ae-7eccb83e3577 HTTP/1.1" 200 1214 0.003207 10.0.0.141 - - [2026-01-12 02:08:50] "GET /virtual-network/9fd404b1-5ccc-4aab-973b-7908d9a2c826 HTTP/1.1" 200 2321 0.004510 10.0.0.141 - - [2026-01-12 02:08:50] "GET /routing-instance/7fc61d8b-157e-44d7-bc6b-00ef560ae801 HTTP/1.1" 200 1496 0.003534 10.0.0.141 - - [2026-01-12 02:08:50] "GET /virtual-network/9fd404b1-5ccc-4aab-973b-7908d9a2c826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005347 10.0.0.141 - - [2026-01-12 02:08:50] "GET /virtual-network/9fd404b1-5ccc-4aab-973b-7908d9a2c826 HTTP/1.1" 200 2321 0.005024 10.0.0.141 - - [2026-01-12 02:08:50] "GET /routing-instance/7fc61d8b-157e-44d7-bc6b-00ef560ae801 HTTP/1.1" 200 1496 0.003648 10.0.0.141 - - [2026-01-12 02:08:50] "GET /routing-instance/7fc61d8b-157e-44d7-bc6b-00ef560ae801 HTTP/1.1" 200 1496 0.003231 10.0.0.141 - - [2026-01-12 02:08:50] "GET /route-target/570cd164-a24f-4844-a7ae-7eccb83e3577 HTTP/1.1" 200 1214 0.003061 10.0.0.141 - - [2026-01-12 02:08:50] "GET /domains HTTP/1.1" 200 281 0.002522 10.0.0.141 - - [2026-01-12 02:08:50] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001035 10.0.0.141 - - [2026-01-12 02:08:50] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2762 0.007340 10.0.0.141 - - [2026-01-12 02:08:50] "GET /projects?obj_uuids=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000903 10.0.0.141 - - [2026-01-12 02:08:50] "GET /project/5544a8b9-eaeb-4d4b-832f-28e79300cb22 HTTP/1.1" 200 2304 0.062739 10.0.0.141 - - [2026-01-12 02:08:50] "GET /virtual-network/9fd404b1-5ccc-4aab-973b-7908d9a2c826 HTTP/1.1" 200 2321 0.005158 10.0.0.141 - - [2026-01-12 02:08:50] "GET /obj-perms HTTP/1.1" 200 5045 0.002684 10.0.0.141 - - [2026-01-12 02:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.141 - - [2026-01-12 02:08:50] "GET /projects?obj_uuids=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002743 10.0.0.141 - - [2026-01-12 02:08:50] "GET /project/5544a8b9-eaeb-4d4b-832f-28e79300cb22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.027334 10.0.0.141 - - [2026-01-12 02:08:50] "POST /neutron/network HTTP/1.1" 200 117 0.011688 10.0.0.141 - - [2026-01-12 02:08:50] "GET /projects?obj_uuids=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001065 10.0.0.141 - - [2026-01-12 02:08:50] "POST /neutron/network HTTP/1.1" 200 615 0.065895 10.0.0.141 - - [2026-01-12 02:08:50] "POST /ref-update HTTP/1.1" 200 156 0.013259 10.0.0.141 - - [2026-01-12 02:08:50] "POST /useragent-kv HTTP/1.1" 200 115 0.004139 10.0.0.141 - - [2026-01-12 02:08:50] "POST /neutron/subnet HTTP/1.1" 200 729 0.190444 10.0.0.141 - - [2026-01-12 02:08:50] "POST /neutron/network HTTP/1.1" 200 835 0.005394 10.0.0.141 - - [2026-01-12 02:08:50] "POST /id-to-fqname HTTP/1.1" 200 224 0.001233 10.0.0.141 - - [2026-01-12 02:08:50] "GET /virtual-network/d67172ef-6053-4850-9fc3-caec09504e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005267 10.0.0.141 - - [2026-01-12 02:08:50] "POST /neutron/network HTTP/1.1" 200 835 0.005760 10.0.0.141 - - [2026-01-12 02:08:50] "GET /virtual-network/d67172ef-6053-4850-9fc3-caec09504e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005286 10.0.0.141 - - [2026-01-12 02:08:50] "POST /neutron/network HTTP/1.1" 200 835 0.006064 10.0.0.141 - - [2026-01-12 02:08:50] "POST /neutron/subnet HTTP/1.1" 200 729 0.007324 10.0.0.141 - - [2026-01-12 02:08:50] "GET /domains HTTP/1.1" 200 281 0.002170 10.0.0.141 - - [2026-01-12 02:08:50] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000978 10.0.0.141 - - [2026-01-12 02:08:50] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2762 0.006275 10.0.0.141 - - [2026-01-12 02:08:50] "GET /projects?obj_uuids=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001055 10.0.0.141 - - [2026-01-12 02:08:50] "GET /project/5544a8b9-eaeb-4d4b-832f-28e79300cb22 HTTP/1.1" 200 2524 0.065718 10.0.0.141 - - [2026-01-12 02:08:50] "GET /virtual-network/d67172ef-6053-4850-9fc3-caec09504e3c HTTP/1.1" 200 2332 0.005782 10.0.0.141 - - [2026-01-12 02:08:50] "GET /virtual-network/d67172ef-6053-4850-9fc3-caec09504e3c HTTP/1.1" 200 2332 0.006514 10.0.0.141 - - [2026-01-12 02:08:50] "GET /routing-instance/ce579f65-dce5-4d6d-81b2-4814c77cedd7 HTTP/1.1" 200 1500 0.003884 10.0.0.141 - - [2026-01-12 02:08:50] "GET /routing-instance/ce579f65-dce5-4d6d-81b2-4814c77cedd7 HTTP/1.1" 200 1500 0.003308 10.0.0.141 - - [2026-01-12 02:08:50] "GET /route-target/b7a13d72-bad5-4e59-a2c2-660d59429166 HTTP/1.1" 200 1217 0.003116 10.0.0.141 - - [2026-01-12 02:08:50] "GET /virtual-network/d67172ef-6053-4850-9fc3-caec09504e3c HTTP/1.1" 200 2332 0.005041 10.0.0.141 - - [2026-01-12 02:08:50] "GET /routing-instance/ce579f65-dce5-4d6d-81b2-4814c77cedd7 HTTP/1.1" 200 1500 0.003161 10.0.0.141 - - [2026-01-12 02:08:50] "GET /virtual-network/d67172ef-6053-4850-9fc3-caec09504e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004653 10.0.0.141 - - [2026-01-12 02:08:50] "GET /virtual-network/d67172ef-6053-4850-9fc3-caec09504e3c HTTP/1.1" 200 2332 0.005167 10.0.0.141 - - [2026-01-12 02:08:51] "GET /routing-instance/ce579f65-dce5-4d6d-81b2-4814c77cedd7 HTTP/1.1" 200 1500 0.004207 10.0.0.141 - - [2026-01-12 02:08:51] "GET /routing-instance/ce579f65-dce5-4d6d-81b2-4814c77cedd7 HTTP/1.1" 200 1500 0.003132 10.0.0.141 - - [2026-01-12 02:08:51] "GET /route-target/b7a13d72-bad5-4e59-a2c2-660d59429166 HTTP/1.1" 200 1217 0.004143 10.0.0.141 - - [2026-01-12 02:08:51] "GET /domains HTTP/1.1" 200 281 0.002702 10.0.0.141 - - [2026-01-12 02:08:51] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001357 10.0.0.141 - - [2026-01-12 02:08:51] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2762 0.007391 10.0.0.141 - - [2026-01-12 02:08:51] "GET /projects?obj_uuids=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001526 10.0.0.141 - - [2026-01-12 02:08:51] "GET /project/5544a8b9-eaeb-4d4b-832f-28e79300cb22 HTTP/1.1" 200 2524 0.069449 10.0.0.141 - - [2026-01-12 02:08:51] "GET /virtual-network/d67172ef-6053-4850-9fc3-caec09504e3c HTTP/1.1" 200 2332 0.004870 10.0.0.141 - - [2026-01-12 02:08:51] "GET /obj-perms HTTP/1.1" 200 5045 0.003484 10.0.0.141 - - [2026-01-12 02:08:51] "POST /id-to-fqname HTTP/1.1" 200 223 0.001430 10.0.0.141 - - [2026-01-12 02:08:51] "POST /neutron/network HTTP/1.1" 200 841 0.005554 10.0.0.141 - - [2026-01-12 02:08:51] "GET /aaa-mode HTTP/1.1" 401 293 0.000473 10.0.0.141 - - [2026-01-12 02:08:51] "GET / HTTP/1.1" 200 36215 0.001920 10.0.0.141 - - [2026-01-12 02:08:51] "GET /project/5544a8b9-eaeb-4d4b-832f-28e79300cb22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000417 10.0.0.141 - - [2026-01-12 02:08:52] "GET /projects?obj_uuids=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001128 10.0.0.141 - - [2026-01-12 02:08:52] "GET /project/5544a8b9-eaeb-4d4b-832f-28e79300cb22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.053928 10.0.0.141 - - [2026-01-12 02:08:52] "POST /neutron/network HTTP/1.1" 200 831 0.005519 10.0.0.141 - - [2026-01-12 02:08:52] "POST /neutron/port HTTP/1.1" 200 117 0.005046 10.0.0.141 - - [2026-01-12 02:08:52] "POST /neutron/port HTTP/1.1" 200 117 0.006521 10.0.0.141 - - [2026-01-12 02:08:52] "POST /id-to-fqname HTTP/1.1" 200 224 0.001625 10.0.0.141 - - [2026-01-12 02:08:52] "POST /neutron/port HTTP/1.1" 200 117 0.005361 10.0.0.141 - - [2026-01-12 02:08:52] "POST /neutron/network HTTP/1.1" 200 845 0.005397 10.0.0.141 - - [2026-01-12 02:08:52] "GET /aaa-mode HTTP/1.1" 401 293 0.000510 10.0.0.141 - - [2026-01-12 02:08:52] "POST /neutron/network HTTP/1.1" 200 841 0.005778 10.0.0.141 - - [2026-01-12 02:08:52] "GET /projects?obj_uuids=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001548 10.0.0.141 - - [2026-01-12 02:08:52] "GET / HTTP/1.1" 200 36215 0.002078 10.0.0.141 - - [2026-01-12 02:08:52] "GET /project/5544a8b9-eaeb-4d4b-832f-28e79300cb22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000420 10.0.0.141 - - [2026-01-12 02:08:53] "POST /neutron/port HTTP/1.1" 200 1057 0.207466 10.0.0.141 - - [2026-01-12 02:08:53] "POST /neutron/port HTTP/1.1" 200 1057 0.010996 10.0.0.141 - - [2026-01-12 02:08:53] "POST /neutron/port HTTP/1.1" 200 1057 0.011705 10.0.0.141 - - [2026-01-12 02:08:53] "POST /neutron/port HTTP/1.1" 200 1111 0.071838 10.0.0.141 - - [2026-01-12 02:08:53] "POST /neutron/port HTTP/1.1" 200 1121 0.015256 10.0.0.141 - - [2026-01-12 02:08:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005211 10.0.0.141 - - [2026-01-12 02:08:53] "POST /neutron/subnet HTTP/1.1" 200 694 0.007277 10.0.0.141 - - [2026-01-12 02:08:53] "POST /neutron/port HTTP/1.1" 200 117 0.001283 10.0.0.141 - - [2026-01-12 02:08:53] "POST /neutron/network HTTP/1.1" 200 831 0.005751 10.0.0.141 - - [2026-01-12 02:08:53] "GET /projects?obj_uuids=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002740 10.0.0.141 - - [2026-01-12 02:08:53] "GET /project/5544a8b9-eaeb-4d4b-832f-28e79300cb22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.052884 10.0.0.141 - - [2026-01-12 02:08:53] "POST /neutron/network HTTP/1.1" 200 835 0.005723 10.0.0.141 - - [2026-01-12 02:08:53] "POST /neutron/port HTTP/1.1" 200 1121 0.021477 10.0.0.141 - - [2026-01-12 02:08:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009956 10.0.0.141 - - [2026-01-12 02:08:53] "POST /neutron/port HTTP/1.1" 200 117 0.006786 10.0.0.141 - - [2026-01-12 02:08:53] "POST /fqname-to-id HTTP/1.1" 404 193 0.003533 10.0.0.141 - - [2026-01-12 02:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.141 - - [2026-01-12 02:08:53] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001506 10.0.0.141 - - [2026-01-12 02:08:53] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.008302 10.0.0.141 - - [2026-01-12 02:08:53] "POST /service-templates HTTP/1.1" 200 545 0.021367 10.0.0.141 - - [2026-01-12 02:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.141 - - [2026-01-12 02:08:53] "GET /service-template/d92989f9-074a-47f7-b933-590a3bc66f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.005153 10.0.0.141 - - [2026-01-12 02:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.141 - - [2026-01-12 02:08:54] "GET /service-template/d92989f9-074a-47f7-b933-590a3bc66f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.003682 10.0.0.141 - - [2026-01-12 02:08:54] "POST /neutron/network HTTP/1.1" 200 845 0.012835 10.0.0.141 - - [2026-01-12 02:08:54] "GET /projects?obj_uuids=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001393 10.0.0.141 - - [2026-01-12 02:08:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.001585 10.0.0.141 - - [2026-01-12 02:08:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.003083 10.0.0.141 - - [2026-01-12 02:08:54] "POST /id-to-fqname HTTP/1.1" 200 224 0.001740 10.0.0.141 - - [2026-01-12 02:08:54] "POST /neutron/port HTTP/1.1" 200 1059 0.311436 10.0.0.141 - - [2026-01-12 02:08:54] "POST /neutron/port HTTP/1.1" 200 2038 0.017811 10.0.0.141 - - [2026-01-12 02:08:54] "POST /neutron/port HTTP/1.1" 200 1059 0.011533 10.0.0.141 - - [2026-01-12 02:08:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007959 10.0.0.141 - - [2026-01-12 02:08:54] "POST /neutron/port HTTP/1.1" 200 1059 0.014402 10.0.0.141 - - [2026-01-12 02:08:54] "POST /neutron/port HTTP/1.1" 200 1113 0.074098 10.0.0.141 - - [2026-01-12 02:08:54] "POST /neutron/port HTTP/1.1" 200 1123 0.014144 10.0.0.141 - - [2026-01-12 02:08:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003885 10.0.0.141 - - [2026-01-12 02:08:54] "POST /neutron/subnet HTTP/1.1" 200 703 0.007310 10.0.0.141 - - [2026-01-12 02:08:54] "POST /neutron/port HTTP/1.1" 200 117 0.001212 10.0.0.141 - - [2026-01-12 02:08:54] "POST /neutron/network HTTP/1.1" 200 835 0.008281 10.0.0.141 - - [2026-01-12 02:08:55] "POST /neutron/network HTTP/1.1" 200 2220 0.008916 10.0.0.141 - - [2026-01-12 02:08:55] "GET /aaa-mode HTTP/1.1" 401 293 0.000476 10.0.0.141 - - [2026-01-12 02:08:55] "GET / HTTP/1.1" 200 36215 0.001920 10.0.0.141 - - [2026-01-12 02:08:55] "GET /project/5544a8b9-eaeb-4d4b-832f-28e79300cb22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000379 10.0.0.141 - - [2026-01-12 02:08:55] "GET /projects?obj_uuids=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001143 10.0.0.141 - - [2026-01-12 02:08:55] "GET /project/5544a8b9-eaeb-4d4b-832f-28e79300cb22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.061839 10.0.0.141 - - [2026-01-12 02:08:56] "POST /neutron/network HTTP/1.1" 200 829 0.005408 10.0.0.141 - - [2026-01-12 02:08:56] "POST /neutron/network HTTP/1.1" 200 831 0.005530 10.0.0.141 - - [2026-01-12 02:08:56] "POST /neutron/network HTTP/1.1" 200 835 0.005766 10.0.0.141 - - [2026-01-12 02:08:56] "POST /neutron/port HTTP/1.1" 200 2092 0.020716 10.0.0.141 - - [2026-01-12 02:08:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006170 10.0.0.141 - - [2026-01-12 02:08:56] "POST /neutron/port HTTP/1.1" 200 117 0.005022 10.0.0.141 - - [2026-01-12 02:08:56] "POST /neutron/port HTTP/1.1" 200 117 0.005254 10.0.0.141 - - [2026-01-12 02:08:56] "POST /neutron/network HTTP/1.1" 200 2220 0.009885 10.0.0.141 - - [2026-01-12 02:08:56] "GET /projects?obj_uuids=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001261 10.0.0.141 - - [2026-01-12 02:08:56] "POST /neutron/port HTTP/1.1" 200 1055 0.241748 10.0.0.141 - - [2026-01-12 02:08:56] "GET /projects?obj_uuids=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002594 10.0.0.141 - - [2026-01-12 02:08:57] "POST /neutron/port HTTP/1.1" 200 1057 0.202112 10.0.0.141 - - [2026-01-12 02:08:57] "GET /projects?obj_uuids=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001570 10.0.0.141 - - [2026-01-12 02:08:57] "POST /neutron/port HTTP/1.1" 200 1059 0.195439 10.0.0.141 - - [2026-01-12 02:08:57] "POST /neutron/port HTTP/1.1" 200 1055 0.014089 10.0.0.141 - - [2026-01-12 02:08:57] "POST /neutron/port HTTP/1.1" 200 1055 0.009336 10.0.0.141 - - [2026-01-12 02:08:57] "POST /neutron/port HTTP/1.1" 200 1109 0.090049 10.0.0.141 - - [2026-01-12 02:08:57] "POST /neutron/port HTTP/1.1" 200 1057 0.009731 10.0.0.141 - - [2026-01-12 02:08:57] "POST /neutron/port HTTP/1.1" 200 1057 0.011890 10.0.0.141 - - [2026-01-12 02:08:57] "POST /neutron/port HTTP/1.1" 200 1111 0.085509 10.0.0.141 - - [2026-01-12 02:08:57] "POST /neutron/port HTTP/1.1" 200 1059 0.013882 10.0.0.141 - - [2026-01-12 02:08:57] "POST /neutron/port HTTP/1.1" 200 1059 0.017931 10.0.0.141 - - [2026-01-12 02:08:57] "POST /neutron/port HTTP/1.1" 200 1113 0.101359 10.0.0.141 - - [2026-01-12 02:08:57] "POST /neutron/port HTTP/1.1" 200 3058 0.020802 10.0.0.141 - - [2026-01-12 02:08:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003587 10.0.0.141 - - [2026-01-12 02:08:57] "POST /neutron/subnet HTTP/1.1" 200 684 0.007789 10.0.0.141 - - [2026-01-12 02:08:57] "POST /neutron/port HTTP/1.1" 200 117 0.001304 10.0.0.141 - - [2026-01-12 02:08:58] "POST /neutron/network HTTP/1.1" 200 829 0.005676 10.0.0.141 - - [2026-01-12 02:08:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005322 10.0.0.141 - - [2026-01-12 02:08:58] "POST /neutron/subnet HTTP/1.1" 200 694 0.016618 10.0.0.141 - - [2026-01-12 02:08:58] "POST /neutron/port HTTP/1.1" 200 117 0.001728 10.0.0.141 - - [2026-01-12 02:08:58] "POST /neutron/network HTTP/1.1" 200 831 0.007379 10.0.0.141 - - [2026-01-12 02:08:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004696 10.0.0.141 - - [2026-01-12 02:08:58] "POST /neutron/subnet HTTP/1.1" 200 703 0.009298 10.0.0.141 - - [2026-01-12 02:08:58] "POST /neutron/port HTTP/1.1" 200 117 0.001294 10.0.0.141 - - [2026-01-12 02:08:58] "POST /neutron/network HTTP/1.1" 200 835 0.006310 10.0.0.141 - - [2026-01-12 02:09:01] "POST /neutron/port HTTP/1.1" 200 3058 0.029931 10.0.0.141 - - [2026-01-12 02:09:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009032 10.0.0.141 - - [2026-01-12 02:09:01] "POST /neutron/port HTTP/1.1" 200 3058 0.025354 10.0.0.141 - - [2026-01-12 02:09:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008874 10.0.0.141 - - [2026-01-12 02:09:01] "POST /neutron/port HTTP/1.1" 200 3058 0.021751 10.0.0.141 - - [2026-01-12 02:09:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007382 10.0.0.141 - - [2026-01-12 02:09:01] "POST /neutron/port HTTP/1.1" 200 3058 0.032192 10.0.0.141 - - [2026-01-12 02:09:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008765 10.0.0.141 - - [2026-01-12 02:09:01] "POST /neutron/port HTTP/1.1" 200 3058 0.027046 10.0.0.141 - - [2026-01-12 02:09:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009243 10.0.0.141 - - [2026-01-12 02:09:01] "GET /virtual-machine/50af5888-e78b-440a-af29-8adb500cbf2b HTTP/1.1" 200 1806 0.006542 10.0.0.141 - - [2026-01-12 02:09:01] "GET /virtual-machine-interface/3425acd3-ad25-4bf7-a14b-7c4b64b76228 HTTP/1.1" 200 2953 0.008250 10.0.0.141 - - [2026-01-12 02:09:01] "GET /virtual-machine-interface/4a8ae215-14bc-4693-92f2-24f07f428e71 HTTP/1.1" 200 2953 0.006111 10.0.0.141 - - [2026-01-12 02:09:02] "GET /virtual-machine-interface/662eb51a-4412-4e0e-9069-2ac0749cb196 HTTP/1.1" 200 2956 0.005613 10.0.0.141 - - [2026-01-12 02:09:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.141 - - [2026-01-12 02:09:02] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003727 10.0.0.141 - - [2026-01-12 02:09:02] "GET /virtual-networks?parent_id=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004308 10.0.0.141 - - [2026-01-12 02:09:02] "GET /virtual-network/fcfc2586-36b7-43e7-ab42-487d17c924c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006141 10.0.0.141 - - [2026-01-12 02:09:03] "POST /neutron/port HTTP/1.1" 200 1121 0.013082 10.0.0.141 - - [2026-01-12 02:09:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006397 10.0.0.141 - - [2026-01-12 02:09:05] "POST /neutron/port HTTP/1.1" 200 1123 0.015872 10.0.0.141 - - [2026-01-12 02:09:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006078 10.0.0.141 - - [2026-01-12 02:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.141 - - [2026-01-12 02:09:05] "GET /virtual-network/fcfc2586-36b7-43e7-ab42-487d17c924c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006691 10.0.0.141 - - [2026-01-12 02:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.141 - - [2026-01-12 02:09:09] "GET /virtual-network/fcfc2586-36b7-43e7-ab42-487d17c924c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005871 10.0.0.141 - - [2026-01-12 02:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.141 - - [2026-01-12 02:09:13] "GET /virtual-network/fcfc2586-36b7-43e7-ab42-487d17c924c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005217 10.0.0.141 - - [2026-01-12 02:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.141 - - [2026-01-12 02:09:17] "GET /virtual-network/fcfc2586-36b7-43e7-ab42-487d17c924c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005080 10.0.0.141 - - [2026-01-12 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.141 - - [2026-01-12 02:09:19] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003199 10.0.0.141 - - [2026-01-12 02:09:19] "GET /virtual-networks?parent_id=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003993 10.0.0.141 - - [2026-01-12 02:09:19] "GET /virtual-network/fcfc2586-36b7-43e7-ab42-487d17c924c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005406 10.0.0.141 - - [2026-01-12 02:09:20] "POST /neutron/port HTTP/1.1" 200 3058 0.023218 10.0.0.141 - - [2026-01-12 02:09:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007371 10.0.0.141 - - [2026-01-12 02:09:25] "POST /neutron/port HTTP/1.1" 200 3058 0.018469 10.0.0.141 - - [2026-01-12 02:09:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005948 10.0.0.141 - - [2026-01-12 02:09:30] "POST /neutron/port HTTP/1.1" 200 3058 0.021592 10.0.0.141 - - [2026-01-12 02:09:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006928 10.0.0.141 - - [2026-01-12 02:09:30] "POST /neutron/port HTTP/1.1" 200 3058 0.018675 10.0.0.141 - - [2026-01-12 02:09:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006031 10.0.0.141 - - [2026-01-12 02:09:34] "DELETE /project/5544a8b9eaeb4d4b832f28e79300cb22 HTTP/1.1" 404 173 0.041404 10.0.0.141 - - [2026-01-12 02:09:34] "GET /projects?obj_uuids=af10a8f6-0815-4a81-b3f8-4681d828ba7f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001209 10.0.0.141 - - [2026-01-12 02:09:34] "GET /project/af10a8f6-0815-4a81-b3f8-4681d828ba7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.081333 10.0.0.141 - - [2026-01-12 02:09:34] "GET /projects?obj_uuids=af10a8f6-0815-4a81-b3f8-4681d828ba7f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001202 10.0.0.141 - - [2026-01-12 02:09:34] "GET /project/af10a8f6-0815-4a81-b3f8-4681d828ba7f?fields=security_groups HTTP/1.1" 200 1343 0.081749 10.0.0.141 - - [2026-01-12 02:09:34] "DELETE /security-group/f3672ae8-561f-4b6a-aa01-9a227e1832d7 HTTP/1.1" 200 115 0.059989 10.0.0.141 - - [2026-01-12 02:09:34] "GET /projects?obj_uuids=af10a8f6-0815-4a81-b3f8-4681d828ba7f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001645 10.0.0.141 - - [2026-01-12 02:09:34] "DELETE /access-control-list/823cdfb0-42b6-4b25-bb0c-5f2b56772e4d HTTP/1.1" 200 115 0.051975 10.0.0.141 - - [2026-01-12 02:09:35] "GET /project/af10a8f6-0815-4a81-b3f8-4681d828ba7f?fields=application_policy_sets HTTP/1.1" 200 1382 0.067627 10.0.0.141 - - [2026-01-12 02:09:35] "DELETE /access-control-list/cded7871-16ae-4ccd-9a71-c78fa3f1eeda HTTP/1.1" 200 115 0.062341 10.0.0.141 - - [2026-01-12 02:09:35] "DELETE /project/af10a8f6-0815-4a81-b3f8-4681d828ba7f HTTP/1.1" 200 115 0.536147 10.0.0.141 - - [2026-01-12 02:09:35] "POST /neutron/port HTTP/1.1" 200 3058 0.019666 10.0.0.141 - - [2026-01-12 02:09:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006864 10.0.0.141 - - [2026-01-12 02:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.141 - - [2026-01-12 02:09:40] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003723 10.0.0.141 - - [2026-01-12 02:09:40] "GET /virtual-networks?parent_id=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003019 10.0.0.141 - - [2026-01-12 02:09:40] "GET /virtual-network/9fd404b1-5ccc-4aab-973b-7908d9a2c826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005380 10.0.0.141 - - [2026-01-12 02:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.141 - - [2026-01-12 02:09:41] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003061 10.0.0.141 - - [2026-01-12 02:09:41] "GET /virtual-networks?parent_id=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003307 10.0.0.141 - - [2026-01-12 02:09:41] "GET /virtual-network/d67172ef-6053-4850-9fc3-caec09504e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006719 10.0.0.141 - - [2026-01-12 02:09:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.002822 10.0.0.141 - - [2026-01-12 02:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002624 10.0.0.141 - - [2026-01-12 02:09:41] "GET /projects?obj_uuids=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001025 10.0.0.141 - - [2026-01-12 02:09:41] "GET /project/5544a8b9-eaeb-4d4b-832f-28e79300cb22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.025067 10.0.0.141 - - [2026-01-12 02:09:41] "POST /service-instances HTTP/1.1" 200 545 0.064027 10.0.0.141 - - [2026-01-12 02:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.141 - - [2026-01-12 02:09:41] "GET /service-instance/8e0bbabf-772f-48cd-9fda-1f21c823fb5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.005279 10.0.0.141 - - [2026-01-12 02:09:41] "GET /obj-perms HTTP/1.1" 200 5075 0.056762 10.0.0.141 - - [2026-01-12 02:09:41] "POST /port-tuples HTTP/1.1" 200 588 0.022122 10.0.0.141 - - [2026-01-12 02:09:41] "GET /virtual-machine-interface/3425acd3-ad25-4bf7-a14b-7c4b64b76228?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.006063 10.0.0.141 - - [2026-01-12 02:09:41] "PUT /virtual-machine-interface/3425acd3-ad25-4bf7-a14b-7c4b64b76228 HTTP/1.1" 200 285 0.011860 10.0.0.141 - - [2026-01-12 02:09:41] "POST /ref-update HTTP/1.1" 200 156 0.011088 10.0.0.141 - - [2026-01-12 02:09:42] "POST /instance-ips HTTP/1.1" 200 386 0.026275 10.0.0.141 - - [2026-01-12 02:09:42] "GET /virtual-machine-interface/4a8ae215-14bc-4693-92f2-24f07f428e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.005744 10.0.0.141 - - [2026-01-12 02:09:42] "POST /ref-update HTTP/1.1" 200 156 0.011653 10.0.0.141 - - [2026-01-12 02:09:42] "PUT /virtual-machine-interface/4a8ae215-14bc-4693-92f2-24f07f428e71 HTTP/1.1" 200 285 0.017480 10.0.0.141 - - [2026-01-12 02:09:42] "POST /ref-update HTTP/1.1" 200 156 0.017940 10.0.0.141 - - [2026-01-12 02:09:42] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.007661 10.0.0.141 - - [2026-01-12 02:09:42] "POST /ref-update HTTP/1.1" 200 156 0.017740 10.0.0.141 - - [2026-01-12 02:09:42] "GET /virtual-machine-interface/662eb51a-4412-4e0e-9069-2ac0749cb196?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2734 0.006806 10.0.0.141 - - [2026-01-12 02:09:42] "GET /obj-perms HTTP/1.1" 200 5075 0.059662 10.0.0.141 - - [2026-01-12 02:09:42] "POST /instance-ips HTTP/1.1" 200 386 0.030142 10.0.0.141 - - [2026-01-12 02:09:42] "PUT /virtual-machine-interface/662eb51a-4412-4e0e-9069-2ac0749cb196 HTTP/1.1" 200 285 0.011197 10.0.0.141 - - [2026-01-12 02:09:42] "POST /ref-update HTTP/1.1" 200 156 0.009505 10.0.0.141 - - [2026-01-12 02:09:42] "POST /ref-update HTTP/1.1" 200 156 0.009424 10.0.0.141 - - [2026-01-12 02:09:42] "POST /ref-update HTTP/1.1" 200 156 0.007899 10.0.0.141 - - [2026-01-12 02:09:42] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003261 10.0.0.141 - - [2026-01-12 02:09:42] "POST /neutron/port HTTP/1.1" 200 1121 0.012015 10.0.0.141 - - [2026-01-12 02:09:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005628 10.0.0.141 - - [2026-01-12 02:09:42] "POST /instance-ips HTTP/1.1" 200 374 0.019829 10.0.0.141 - - [2026-01-12 02:09:42] "POST /neutron/port HTTP/1.1" 200 1121 0.012183 10.0.0.141 - - [2026-01-12 02:09:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005609 10.0.0.141 - - [2026-01-12 02:09:42] "POST /ref-update HTTP/1.1" 200 156 0.012330 10.0.0.141 - - [2026-01-12 02:09:42] "POST /ref-update HTTP/1.1" 200 156 0.011147 10.0.0.141 - - [2026-01-12 02:09:42] "POST /neutron/port HTTP/1.1" 200 1121 0.014984 10.0.0.141 - - [2026-01-12 02:09:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006140 10.0.0.141 - - [2026-01-12 02:09:42] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003393 10.0.0.141 - - [2026-01-12 02:09:42] "GET /virtual-machine/4c311583-4a68-42cf-86d6-78c25b16ff09 HTTP/1.1" 200 1291 0.004014 10.0.0.141 - - [2026-01-12 02:09:42] "GET /virtual-machine-interface/a3a0be5b-c927-465d-b614-12f917f418ce HTTP/1.1" 200 2954 0.004760 10.0.0.141 - - [2026-01-12 02:09:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.141 - - [2026-01-12 02:09:42] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003850 10.0.0.141 - - [2026-01-12 02:09:42] "POST /instance-ips HTTP/1.1" 200 374 0.014261 10.0.0.141 - - [2026-01-12 02:09:42] "GET /virtual-networks?parent_id=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002987 10.0.0.141 - - [2026-01-12 02:09:42] "POST /ref-update HTTP/1.1" 200 156 0.008528 10.0.0.141 - - [2026-01-12 02:09:42] "GET /virtual-network/9fd404b1-5ccc-4aab-973b-7908d9a2c826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005615 10.0.0.141 - - [2026-01-12 02:09:42] "POST /ref-update HTTP/1.1" 200 156 0.008599 10.0.0.141 - - [2026-01-12 02:09:42] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003110 10.0.0.141 - - [2026-01-12 02:09:42] "POST /instance-ips HTTP/1.1" 200 376 0.015798 10.0.0.141 - - [2026-01-12 02:09:42] "POST /ref-update HTTP/1.1" 200 156 0.009392 10.0.0.141 - - [2026-01-12 02:09:43] "POST /ref-update HTTP/1.1" 200 156 0.008909 10.0.0.141 - - [2026-01-12 02:09:43] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003090 10.0.0.141 - - [2026-01-12 02:09:43] "POST /instance-ips HTTP/1.1" 200 376 0.016509 10.0.0.141 - - [2026-01-12 02:09:43] "POST /ref-update HTTP/1.1" 200 156 0.009377 10.0.0.141 - - [2026-01-12 02:09:43] "POST /ref-update HTTP/1.1" 200 156 0.008410 10.0.0.141 - - [2026-01-12 02:09:43] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003336 10.0.0.141 - - [2026-01-12 02:09:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.141 - - [2026-01-12 02:09:43] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003033 10.0.0.141 - - [2026-01-12 02:09:43] "GET /virtual-networks?parent_id=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004159 10.0.0.141 - - [2026-01-12 02:09:43] "GET /virtual-network/9fd404b1-5ccc-4aab-973b-7908d9a2c826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005572 10.0.0.141 - - [2026-01-12 02:09:44] "POST /neutron/port HTTP/1.1" 200 1123 0.014225 10.0.0.141 - - [2026-01-12 02:09:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007718 10.0.0.141 - - [2026-01-12 02:09:44] "POST /neutron/port HTTP/1.1" 200 1123 0.013162 10.0.0.141 - - [2026-01-12 02:09:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006809 10.0.0.141 - - [2026-01-12 02:09:44] "POST /neutron/port HTTP/1.1" 200 1123 0.012632 10.0.0.141 - - [2026-01-12 02:09:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006455 10.0.0.141 - - [2026-01-12 02:09:44] "GET /virtual-machine/17a5c4b0-5c34-4438-8670-cee82184ae5a HTTP/1.1" 200 1291 0.004625 10.0.0.141 - - [2026-01-12 02:09:44] "GET /virtual-machine-interface/ad63d54a-a0e2-4927-ad63-a6124cb58c8c HTTP/1.1" 200 2957 0.004929 10.0.0.141 - - [2026-01-12 02:09:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.141 - - [2026-01-12 02:09:44] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003270 10.0.0.141 - - [2026-01-12 02:09:44] "GET /virtual-networks?parent_id=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003387 10.0.0.141 - - [2026-01-12 02:09:44] "GET /virtual-network/d67172ef-6053-4850-9fc3-caec09504e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005497 10.0.0.141 - - [2026-01-12 02:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.141 - - [2026-01-12 02:09:45] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004712 10.0.0.141 - - [2026-01-12 02:09:45] "GET /virtual-networks?parent_id=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003100 10.0.0.141 - - [2026-01-12 02:09:45] "GET /virtual-network/d67172ef-6053-4850-9fc3-caec09504e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005445 10.0.0.141 - - [2026-01-12 02:09:45] "POST /fqname-to-id HTTP/1.1" 404 211 0.003019 10.0.0.141 - - [2026-01-12 02:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002238 10.0.0.141 - - [2026-01-12 02:09:46] "GET /projects?obj_uuids=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001123 10.0.0.141 - - [2026-01-12 02:09:46] "GET /project/5544a8b9-eaeb-4d4b-832f-28e79300cb22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.030122 10.0.0.141 - - [2026-01-12 02:09:46] "POST /network-policys HTTP/1.1" 200 549 0.019094 10.0.0.141 - - [2026-01-12 02:09:46] "GET /network-policy/bc8eb0ea-c345-459b-8a10-e1de566ac4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.005041 10.0.0.141 - - [2026-01-12 02:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.141 - - [2026-01-12 02:09:46] "GET /virtual-network/9fd404b1-5ccc-4aab-973b-7908d9a2c826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006020 10.0.0.141 - - [2026-01-12 02:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.141 - - [2026-01-12 02:09:46] "GET /network-policy/bc8eb0ea-c345-459b-8a10-e1de566ac4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004070 10.0.0.141 - - [2026-01-12 02:09:46] "POST /fqname-to-id HTTP/1.1" 404 242 0.004790 10.0.0.141 - - [2026-01-12 02:09:46] "POST /ref-update HTTP/1.1" 200 156 0.037621 10.0.0.141 - - [2026-01-12 02:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.141 - - [2026-01-12 02:09:46] "POST /access-control-lists HTTP/1.1" 200 603 0.063451 10.0.0.141 - - [2026-01-12 02:09:46] "GET /network-policy/bc8eb0ea-c345-459b-8a10-e1de566ac4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003925 10.0.0.141 - - [2026-01-12 02:09:46] "POST /neutron/network HTTP/1.1" 200 919 0.009369 10.0.0.141 - - [2026-01-12 02:09:46] "GET /virtual-network/9fd404b1-5ccc-4aab-973b-7908d9a2c826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005839 10.0.0.141 - - [2026-01-12 02:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.141 - - [2026-01-12 02:09:46] "GET /network-policy/bc8eb0ea-c345-459b-8a10-e1de566ac4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004254 10.0.0.141 - - [2026-01-12 02:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.141 - - [2026-01-12 02:09:46] "GET /virtual-network/d67172ef-6053-4850-9fc3-caec09504e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005234 10.0.0.141 - - [2026-01-12 02:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.141 - - [2026-01-12 02:09:46] "GET /network-policy/bc8eb0ea-c345-459b-8a10-e1de566ac4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003728 10.0.0.141 - - [2026-01-12 02:09:46] "POST /fqname-to-id HTTP/1.1" 404 244 0.002983 10.0.0.141 - - [2026-01-12 02:09:46] "POST /ref-update HTTP/1.1" 200 156 0.029364 10.0.0.141 - - [2026-01-12 02:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.141 - - [2026-01-12 02:09:47] "POST /access-control-lists HTTP/1.1" 200 606 0.062265 10.0.0.141 - - [2026-01-12 02:09:47] "GET /network-policy/bc8eb0ea-c345-459b-8a10-e1de566ac4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003596 10.0.0.141 - - [2026-01-12 02:09:47] "POST /routing-instances HTTP/1.1" 200 761 0.016224 10.0.0.141 - - [2026-01-12 02:09:47] "POST /neutron/network HTTP/1.1" 200 923 0.007612 10.0.0.141 - - [2026-01-12 02:09:47] "GET /virtual-network/d67172ef-6053-4850-9fc3-caec09504e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.005610 10.0.0.141 - - [2026-01-12 02:09:47] "POST /route-targets HTTP/1.1" 200 328 0.009859 10.0.0.141 - - [2026-01-12 02:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.141 - - [2026-01-12 02:09:47] "POST /ref-update HTTP/1.1" 200 156 0.011526 10.0.0.141 - - [2026-01-12 02:09:47] "GET /network-policy/bc8eb0ea-c345-459b-8a10-e1de566ac4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003861 10.0.0.141 - - [2026-01-12 02:09:47] "GET /routing-instance/d895e3ab-a74b-46bf-a448-097a0ffe07bb?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1280 0.004466 10.0.0.141 - - [2026-01-12 02:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.141 - - [2026-01-12 02:09:47] "GET /routing-instance/d895e3ab-a74b-46bf-a448-097a0ffe07bb?fields=routing_policy_back_refs HTTP/1.1" 200 1280 0.003970 10.0.0.141 - - [2026-01-12 02:09:47] "GET /service-template/d92989f9-074a-47f7-b933-590a3bc66f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.004427 10.0.0.141 - - [2026-01-12 02:09:47] "POST /ref-update HTTP/1.1" 200 156 0.010769 10.0.0.141 - - [2026-01-12 02:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.141 - - [2026-01-12 02:09:47] "POST /routing-instances HTTP/1.1" 200 762 0.015657 10.0.0.141 - - [2026-01-12 02:09:47] "GET /projects?obj_uuids=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001466 10.0.0.141 - - [2026-01-12 02:09:47] "GET /project/5544a8b9-eaeb-4d4b-832f-28e79300cb22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.024657 10.0.0.141 - - [2026-01-12 02:09:47] "POST /route-targets HTTP/1.1" 200 328 0.011233 10.0.0.141 - - [2026-01-12 02:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.141 - - [2026-01-12 02:09:47] "POST /ref-update HTTP/1.1" 200 156 0.011120 10.0.0.141 - - [2026-01-12 02:09:47] "GET /service-instance/8e0bbabf-772f-48cd-9fda-1f21c823fb5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3539 0.005078 10.0.0.141 - - [2026-01-12 02:09:47] "GET /routing-instance/495de7ba-7290-4924-8d35-4f37d602eda4?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1280 0.003903 10.0.0.141 - - [2026-01-12 02:09:47] "GET /domains HTTP/1.1" 200 281 0.002952 10.0.0.141 - - [2026-01-12 02:09:47] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001008 10.0.0.141 - - [2026-01-12 02:09:47] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2783 0.007923 10.0.0.141 - - [2026-01-12 02:09:47] "GET /projects?obj_uuids=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000956 10.0.0.141 - - [2026-01-12 02:09:47] "GET /routing-instance/495de7ba-7290-4924-8d35-4f37d602eda4?fields=routing_policy_back_refs HTTP/1.1" 200 1280 0.003642 10.0.0.141 - - [2026-01-12 02:09:47] "GET /project/5544a8b9-eaeb-4d4b-832f-28e79300cb22 HTTP/1.1" 200 4247 0.092028 10.0.0.141 - - [2026-01-12 02:09:47] "PUT /routing-instance/d895e3ab-a74b-46bf-a448-097a0ffe07bb HTTP/1.1" 200 267 0.040606 10.0.0.141 - - [2026-01-12 02:09:47] "GET /service-instance/8e0bbabf-772f-48cd-9fda-1f21c823fb5a HTTP/1.1" 200 3794 0.010649 10.0.0.141 - - [2026-01-12 02:09:47] "GET /domains HTTP/1.1" 200 281 0.002660 10.0.0.141 - - [2026-01-12 02:09:47] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001163 10.0.0.141 - - [2026-01-12 02:09:47] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2783 0.007842 10.0.0.141 - - [2026-01-12 02:09:47] "GET /projects?obj_uuids=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000999 10.0.0.141 - - [2026-01-12 02:09:47] "PUT /routing-instance/495de7ba-7290-4924-8d35-4f37d602eda4 HTTP/1.1" 200 267 0.010001 10.0.0.141 - - [2026-01-12 02:09:47] "GET /project/5544a8b9-eaeb-4d4b-832f-28e79300cb22 HTTP/1.1" 200 4247 0.068472 10.0.0.141 - - [2026-01-12 02:09:47] "GET /service-instance/8e0bbabf-772f-48cd-9fda-1f21c823fb5a HTTP/1.1" 200 3794 0.004767 10.0.0.141 - - [2026-01-12 02:09:47] "GET /port-tuple/01b71bfb-6a56-427e-b5de-847a4567c0ea HTTP/1.1" 200 1983 0.002970 10.0.0.141 - - [2026-01-12 02:09:47] "POST /ref-update HTTP/1.1" 200 156 0.011730 10.0.0.141 - - [2026-01-12 02:09:47] "GET /virtual-machine-interface/3425acd3-ad25-4bf7-a14b-7c4b64b76228 HTTP/1.1" 200 3826 0.009353 10.0.0.141 - - [2026-01-12 02:09:47] "GET /virtual-machine-interface/4a8ae215-14bc-4693-92f2-24f07f428e71 HTTP/1.1" 200 3808 0.005392 10.0.0.141 - - [2026-01-12 02:09:47] "GET /virtual-machine-interface/662eb51a-4412-4e0e-9069-2ac0749cb196 HTTP/1.1" 200 3814 0.006214 10.0.0.141 - - [2026-01-12 02:09:47] "PUT /access-control-list/6e07b11f-7d8d-4531-addd-183bb5c9b116 HTTP/1.1" 200 273 0.015111 10.0.0.141 - - [2026-01-12 02:09:47] "POST /neutron/port HTTP/1.1" 200 3829 0.042003 10.0.0.141 - - [2026-01-12 02:09:47] "PUT /access-control-list/dfce4775-a5a4-4ef1-a201-3cec00f21b14 HTTP/1.1" 200 273 0.012068 10.0.0.141 - - [2026-01-12 02:09:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006457 10.0.0.141 - - [2026-01-12 02:09:48] "POST /neutron/port HTTP/1.1" 200 3829 0.029564 10.0.0.141 - - [2026-01-12 02:09:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006756 10.0.0.141 - - [2026-01-12 02:09:48] "POST /neutron/port HTTP/1.1" 200 3829 0.034948 10.0.0.141 - - [2026-01-12 02:09:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007071 10.0.0.141 - - [2026-01-12 02:09:48] "POST /neutron/port HTTP/1.1" 200 3829 0.033306 10.0.0.141 - - [2026-01-12 02:09:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006374 10.0.0.141 - - [2026-01-12 02:09:48] "POST /neutron/network HTTP/1.1" 200 893 0.013119 10.0.0.141 - - [2026-01-12 02:09:48] "POST /neutron/network HTTP/1.1" 200 919 0.005824 10.0.0.141 - - [2026-01-12 02:09:48] "POST /neutron/network HTTP/1.1" 200 803 0.013914 10.0.0.141 - - [2026-01-12 02:09:48] "POST /neutron/network HTTP/1.1" 200 829 0.005600 10.0.0.141 - - [2026-01-12 02:09:48] "POST /neutron/network HTTP/1.1" 200 897 0.012682 10.0.0.141 - - [2026-01-12 02:09:48] "POST /neutron/network HTTP/1.1" 200 923 0.005484 10.0.0.141 - - [2026-01-12 02:09:48] "POST /id-to-fqname HTTP/1.1" 200 223 0.001449 10.0.0.141 - - [2026-01-12 02:09:48] "POST /id-to-fqname HTTP/1.1" 200 223 0.001151 10.0.0.141 - - [2026-01-12 02:09:48] "POST /id-to-fqname HTTP/1.1" 200 224 0.001989 10.0.0.141 - - [2026-01-12 02:09:48] "GET /virtual-machine/50af5888-e78b-440a-af29-8adb500cbf2b HTTP/1.1" 200 1806 0.004109 10.0.0.141 - - [2026-01-12 02:09:48] "GET /virtual-machine-interface/3425acd3-ad25-4bf7-a14b-7c4b64b76228 HTTP/1.1" 200 3826 0.005764 10.0.0.141 - - [2026-01-12 02:09:48] "GET /virtual-machine-interface/4a8ae215-14bc-4693-92f2-24f07f428e71 HTTP/1.1" 200 3808 0.005584 10.0.0.141 - - [2026-01-12 02:09:48] "GET /virtual-machine-interface/662eb51a-4412-4e0e-9069-2ac0749cb196 HTTP/1.1" 200 3814 0.005579 10.0.0.141 - - [2026-01-12 02:09:48] "GET /instance-ip/989cd378-14c6-4b46-a07a-f33458dc2e50 HTTP/1.1" 200 1985 0.003668 10.0.0.141 - - [2026-01-12 02:09:48] "GET /instance-ip/cce9fc59-a511-462c-8d26-363e69dce120 HTTP/1.1" 200 1983 0.003552 10.0.0.141 - - [2026-01-12 02:09:48] "GET /instance-ip/cebcd9f7-bc2b-4398-9dcd-952aac3414f0 HTTP/1.1" 200 1622 0.004599 10.0.0.141 - - [2026-01-12 02:09:48] "GET /instance-ip/2e73cbbc-7499-4c2a-bb18-96f6bb9081ec HTTP/1.1" 200 1958 0.003193 10.0.0.141 - - [2026-01-12 02:09:48] "GET /instance-ip/88e6dcdd-267a-4db5-876f-5dbba04a6801 HTTP/1.1" 200 1959 0.003624 10.0.0.141 - - [2026-01-12 02:09:48] "GET /instance-ip/dfe3f230-5c4c-4562-b84f-d8468226d237 HTTP/1.1" 200 1624 0.005390 10.0.0.141 - - [2026-01-12 02:09:48] "GET /instance-ip/2a08a209-8177-4e05-afe9-0948371806a8 HTTP/1.1" 200 1962 0.004151 10.0.0.141 - - [2026-01-12 02:09:48] "GET /instance-ip/7687431a-8403-4157-ac57-6076610caf23 HTTP/1.1" 200 1626 0.005403 10.0.0.141 - - [2026-01-12 02:09:48] "GET /instance-ip/b015c516-56b1-4172-9d79-eaf83f911cf0 HTTP/1.1" 200 1965 0.004198 10.0.0.141 - - [2026-01-12 02:09:48] "POST /neutron/port HTTP/1.1" 200 3829 0.031453 10.0.0.141 - - [2026-01-12 02:09:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006155 10.0.0.141 - - [2026-01-12 02:09:48] "POST /neutron/port HTTP/1.1" 200 3829 0.029182 10.0.0.141 - - [2026-01-12 02:09:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007430 10.0.0.141 - - [2026-01-12 02:09:48] "POST /neutron/port HTTP/1.1" 200 3829 0.032166 10.0.0.141 - - [2026-01-12 02:09:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008178 10.0.0.141 - - [2026-01-12 02:09:49] "POST /neutron/port HTTP/1.1" 200 3829 0.030732 10.0.0.141 - - [2026-01-12 02:09:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006712 10.0.0.141 - - [2026-01-12 02:09:49] "GET /virtual-machine/50af5888-e78b-440a-af29-8adb500cbf2b HTTP/1.1" 200 1806 0.004070 10.0.0.141 - - [2026-01-12 02:09:49] "GET /virtual-machine-interface/3425acd3-ad25-4bf7-a14b-7c4b64b76228 HTTP/1.1" 200 3826 0.005702 10.0.0.141 - - [2026-01-12 02:09:49] "GET /virtual-machine-interface/4a8ae215-14bc-4693-92f2-24f07f428e71 HTTP/1.1" 200 3808 0.005577 10.0.0.141 - - [2026-01-12 02:09:49] "GET /virtual-machine-interface/662eb51a-4412-4e0e-9069-2ac0749cb196 HTTP/1.1" 200 3814 0.006336 10.0.0.141 - - [2026-01-12 02:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.141 - - [2026-01-12 02:09:49] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003307 10.0.0.141 - - [2026-01-12 02:09:49] "GET /virtual-networks?parent_id=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003502 10.0.0.141 - - [2026-01-12 02:09:49] "GET /virtual-network/9fd404b1-5ccc-4aab-973b-7908d9a2c826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006555 10.0.0.141 - - [2026-01-12 02:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.141 - - [2026-01-12 02:09:50] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003084 10.0.0.141 - - [2026-01-12 02:09:50] "GET /virtual-networks?parent_id=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003087 10.0.0.141 - - [2026-01-12 02:09:50] "GET /virtual-network/9fd404b1-5ccc-4aab-973b-7908d9a2c826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.007006 10.0.0.141 - - [2026-01-12 02:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.141 - - [2026-01-12 02:09:50] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004128 10.0.0.141 - - [2026-01-12 02:09:50] "GET /virtual-networks?parent_id=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003014 10.0.0.141 - - [2026-01-12 02:09:50] "GET /virtual-network/9fd404b1-5ccc-4aab-973b-7908d9a2c826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.008350 10.0.0.141 - - [2026-01-12 02:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.141 - - [2026-01-12 02:09:50] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003793 10.0.0.141 - - [2026-01-12 02:09:50] "GET /virtual-networks?parent_id=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003172 10.0.0.141 - - [2026-01-12 02:09:50] "GET /virtual-network/9fd404b1-5ccc-4aab-973b-7908d9a2c826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005286 10.0.0.141 - - [2026-01-12 02:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.141 - - [2026-01-12 02:09:51] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004056 10.0.0.141 - - [2026-01-12 02:09:51] "GET /virtual-networks?parent_id=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003091 10.0.0.141 - - [2026-01-12 02:09:51] "GET /virtual-network/9fd404b1-5ccc-4aab-973b-7908d9a2c826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006700 10.0.0.141 - - [2026-01-12 02:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.141 - - [2026-01-12 02:09:51] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004484 10.0.0.141 - - [2026-01-12 02:09:51] "GET /virtual-networks?parent_id=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003249 10.0.0.141 - - [2026-01-12 02:09:51] "GET /virtual-network/fcfc2586-36b7-43e7-ab42-487d17c924c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005721 10.0.0.141 - - [2026-01-12 02:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.141 - - [2026-01-12 02:09:51] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005435 10.0.0.141 - - [2026-01-12 02:09:51] "GET /virtual-networks?parent_id=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003341 10.0.0.141 - - [2026-01-12 02:09:51] "GET /virtual-network/fcfc2586-36b7-43e7-ab42-487d17c924c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007251 10.0.0.141 - - [2026-01-12 02:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.141 - - [2026-01-12 02:09:51] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003686 10.0.0.141 - - [2026-01-12 02:09:51] "GET /virtual-networks?parent_id=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004591 10.0.0.141 - - [2026-01-12 02:09:51] "GET /virtual-network/fcfc2586-36b7-43e7-ab42-487d17c924c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005513 10.0.0.141 - - [2026-01-12 02:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.141 - - [2026-01-12 02:09:51] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003819 10.0.0.141 - - [2026-01-12 02:09:51] "GET /virtual-networks?parent_id=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003630 10.0.0.141 - - [2026-01-12 02:09:52] "GET /virtual-network/fcfc2586-36b7-43e7-ab42-487d17c924c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005372 10.0.0.141 - - [2026-01-12 02:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.141 - - [2026-01-12 02:09:52] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003691 10.0.0.141 - - [2026-01-12 02:09:52] "GET /virtual-networks?parent_id=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003198 10.0.0.141 - - [2026-01-12 02:09:52] "GET /virtual-network/d67172ef-6053-4850-9fc3-caec09504e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.007740 10.0.0.141 - - [2026-01-12 02:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.141 - - [2026-01-12 02:09:52] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003560 10.0.0.141 - - [2026-01-12 02:09:52] "GET /virtual-networks?parent_id=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003153 10.0.0.141 - - [2026-01-12 02:09:52] "GET /virtual-network/d67172ef-6053-4850-9fc3-caec09504e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.005823 10.0.0.141 - - [2026-01-12 02:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.141 - - [2026-01-12 02:09:52] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004014 10.0.0.141 - - [2026-01-12 02:09:52] "GET /virtual-networks?parent_id=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003167 10.0.0.141 - - [2026-01-12 02:09:52] "GET /virtual-network/d67172ef-6053-4850-9fc3-caec09504e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.006430 10.0.0.141 - - [2026-01-12 02:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.141 - - [2026-01-12 02:09:52] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004328 10.0.0.141 - - [2026-01-12 02:09:52] "GET /virtual-networks?parent_id=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003581 10.0.0.141 - - [2026-01-12 02:09:52] "GET /virtual-network/d67172ef-6053-4850-9fc3-caec09504e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.006679 10.0.0.141 - - [2026-01-12 02:09:52] "GET /virtual-machine/50af5888-e78b-440a-af29-8adb500cbf2b HTTP/1.1" 200 1806 0.004560 10.0.0.141 - - [2026-01-12 02:09:52] "GET /domains HTTP/1.1" 200 281 0.003015 10.0.0.141 - - [2026-01-12 02:09:52] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001539 10.0.0.141 - - [2026-01-12 02:09:52] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2783 0.007986 10.0.0.141 - - [2026-01-12 02:09:52] "GET /projects?obj_uuids=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001269 10.0.0.141 - - [2026-01-12 02:09:53] "GET /project/5544a8b9-eaeb-4d4b-832f-28e79300cb22 HTTP/1.1" 200 4247 0.070038 10.0.0.141 - - [2026-01-12 02:09:53] "GET /service-instance/8e0bbabf-772f-48cd-9fda-1f21c823fb5a HTTP/1.1" 200 3794 0.006567 10.0.0.141 - - [2026-01-12 02:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.141 - - [2026-01-12 02:09:53] "GET /routing-instance/7fc61d8b-157e-44d7-bc6b-00ef560ae801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1891 0.004327 10.0.0.141 - - [2026-01-12 02:09:53] "GET /routing-instance/7fc61d8b-157e-44d7-bc6b-00ef560ae801?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.005074 10.0.0.141 - - [2026-01-12 02:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.141 - - [2026-01-12 02:09:53] "GET /routing-instance/ce579f65-dce5-4d6d-81b2-4814c77cedd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1896 0.004971 10.0.0.141 - - [2026-01-12 02:09:53] "GET /routing-instance/ce579f65-dce5-4d6d-81b2-4814c77cedd7?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2027 0.005059 10.0.0.141 - - [2026-01-12 02:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.141 - - [2026-01-12 02:09:53] "GET /virtual-network/9fd404b1-5ccc-4aab-973b-7908d9a2c826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006193 10.0.0.141 - - [2026-01-12 02:09:53] "GET /virtual-network/9fd404b1-5ccc-4aab-973b-7908d9a2c826?fields=routing_instances HTTP/1.1" 200 1688 0.007592 10.0.0.141 - - [2026-01-12 02:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.141 - - [2026-01-12 02:09:53] "GET /virtual-network/d67172ef-6053-4850-9fc3-caec09504e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.006048 10.0.0.141 - - [2026-01-12 02:09:53] "GET /virtual-network/d67172ef-6053-4850-9fc3-caec09504e3c?fields=routing_instances HTTP/1.1" 200 1693 0.006990 10.0.0.141 - - [2026-01-12 02:09:57] "POST /ref-update HTTP/1.1" 200 156 0.034146 10.0.0.141 - - [2026-01-12 02:09:57] "DELETE /access-control-list/dfce4775-a5a4-4ef1-a201-3cec00f21b14 HTTP/1.1" 200 115 0.027421 10.0.0.141 - - [2026-01-12 02:09:57] "POST /neutron/network HTTP/1.1" 200 835 0.007356 10.0.0.141 - - [2026-01-12 02:09:57] "GET /virtual-network/d67172ef-6053-4850-9fc3-caec09504e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005247 10.0.0.141 - - [2026-01-12 02:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.141 - - [2026-01-12 02:09:57] "DELETE /routing-instance/d895e3ab-a74b-46bf-a448-097a0ffe07bb HTTP/1.1" 200 115 0.029067 10.0.0.141 - - [2026-01-12 02:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.141 - - [2026-01-12 02:09:57] "GET /network-policy/bc8eb0ea-c345-459b-8a10-e1de566ac4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004196 10.0.0.141 - - [2026-01-12 02:09:58] "DELETE /route-target/d907a295-0d50-467b-9f3a-11b42aab7488 HTTP/1.1" 200 115 0.017611 10.0.0.141 - - [2026-01-12 02:09:58] "POST /ref-update HTTP/1.1" 200 156 0.041805 10.0.0.141 - - [2026-01-12 02:09:58] "DELETE /routing-instance/495de7ba-7290-4924-8d35-4f37d602eda4 HTTP/1.1" 200 115 0.049084 10.0.0.141 - - [2026-01-12 02:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.141 - - [2026-01-12 02:09:58] "POST /neutron/network HTTP/1.1" 200 831 0.007225 10.0.0.141 - - [2026-01-12 02:09:58] "GET /virtual-network/9fd404b1-5ccc-4aab-973b-7908d9a2c826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005966 10.0.0.141 - - [2026-01-12 02:09:58] "DELETE /route-target/eb0a4a83-ea8e-45c4-a9be-412595834381 HTTP/1.1" 200 115 0.015485 10.0.0.141 - - [2026-01-12 02:09:58] "DELETE /access-control-list/6e07b11f-7d8d-4531-addd-183bb5c9b116 HTTP/1.1" 200 115 0.018998 10.0.0.141 - - [2026-01-12 02:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.141 - - [2026-01-12 02:09:58] "GET /network-policy/bc8eb0ea-c345-459b-8a10-e1de566ac4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004215 10.0.0.141 - - [2026-01-12 02:09:58] "DELETE /network-policy/bc8eb0ea-c345-459b-8a10-e1de566ac4c2 HTTP/1.1" 200 115 0.024347 10.0.0.141 - - [2026-01-12 02:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002619 10.0.0.141 - - [2026-01-12 02:09:58] "DELETE /service-instance/8e0bbabf-772f-48cd-9fda-1f21c823fb5a HTTP/1.1" 200 115 0.045895 10.0.0.141 - - [2026-01-12 02:09:58] "GET /domains HTTP/1.1" 200 281 0.006596 10.0.0.141 - - [2026-01-12 02:09:58] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000965 10.0.0.141 - - [2026-01-12 02:09:58] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2783 0.005944 10.0.0.141 - - [2026-01-12 02:09:58] "POST /ref-update HTTP/1.1" 200 156 0.023014 10.0.0.141 - - [2026-01-12 02:09:58] "GET /projects?obj_uuids=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001988 10.0.0.141 - - [2026-01-12 02:09:58] "DELETE /instance-ip/b015c516-56b1-4172-9d79-eaf83f911cf0 HTTP/1.1" 200 115 0.029603 10.0.0.141 - - [2026-01-12 02:09:58] "POST /ref-update HTTP/1.1" 200 156 0.008535 10.0.0.141 - - [2026-01-12 02:09:58] "GET /project/5544a8b9-eaeb-4d4b-832f-28e79300cb22 HTTP/1.1" 200 3771 0.069219 10.0.0.141 - - [2026-01-12 02:09:58] "GET /virtual-machine/50af5888-e78b-440a-af29-8adb500cbf2b HTTP/1.1" 200 1806 0.003507 10.0.0.141 - - [2026-01-12 02:09:58] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002978 10.0.0.141 - - [2026-01-12 02:09:58] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001870 10.0.0.141 - - [2026-01-12 02:09:58] "DELETE /instance-ip/cce9fc59-a511-462c-8d26-363e69dce120 HTTP/1.1" 200 115 0.028486 10.0.0.141 - - [2026-01-12 02:09:58] "POST /ref-update HTTP/1.1" 200 156 0.008428 10.0.0.141 - - [2026-01-12 02:09:58] "DELETE /instance-ip/2a08a209-8177-4e05-afe9-0948371806a8 HTTP/1.1" 200 115 0.024968 10.0.0.141 - - [2026-01-12 02:09:58] "POST /ref-update HTTP/1.1" 200 156 0.011151 10.0.0.141 - - [2026-01-12 02:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004296 10.0.0.141 - - [2026-01-12 02:09:58] "DELETE /instance-ip/989cd378-14c6-4b46-a07a-f33458dc2e50 HTTP/1.1" 200 115 0.052762 10.0.0.141 - - [2026-01-12 02:09:58] "DELETE /service-template/d92989f9-074a-47f7-b933-590a3bc66f54 HTTP/1.1" 200 115 0.047687 10.0.0.141 - - [2026-01-12 02:09:58] "POST /fqname-to-id HTTP/1.1" 404 193 0.007153 10.0.0.141 - - [2026-01-12 02:09:58] "POST /ref-update HTTP/1.1" 200 156 0.023937 10.0.0.141 - - [2026-01-12 02:09:58] "DELETE /instance-ip/2e73cbbc-7499-4c2a-bb18-96f6bb9081ec HTTP/1.1" 200 115 0.031108 10.0.0.141 - - [2026-01-12 02:09:58] "POST /ref-update HTTP/1.1" 200 156 0.011425 10.0.0.141 - - [2026-01-12 02:09:58] "DELETE /instance-ip/88e6dcdd-267a-4db5-876f-5dbba04a6801 HTTP/1.1" 200 115 0.023285 10.0.0.141 - - [2026-01-12 02:09:58] "POST /neutron/network HTTP/1.1" 200 835 0.005996 10.0.0.141 - - [2026-01-12 02:09:59] "POST /neutron/network HTTP/1.1" 400 204 0.012352 10.0.0.141 - - [2026-01-12 02:09:59] "POST /neutron/port HTTP/1.1" 200 1123 0.012077 10.0.0.141 - - [2026-01-12 02:09:59] "POST /neutron/port HTTP/1.1" 200 1113 0.010700 10.0.0.141 - - [2026-01-12 02:09:59] "POST /neutron/port HTTP/1.1" 200 1121 0.014489 10.0.0.141 - - [2026-01-12 02:09:59] "POST /neutron/port HTTP/1.1" 200 1111 0.009757 10.0.0.141 - - [2026-01-12 02:09:59] "POST /neutron/port HTTP/1.1" 200 151 0.114735 10.0.0.141 - - [2026-01-12 02:09:59] "POST /neutron/port HTTP/1.1" 200 151 0.134236 10.0.0.141 - - [2026-01-12 02:09:59] "POST /neutron/port HTTP/1.1" 200 3058 0.031607 10.0.0.141 - - [2026-01-12 02:09:59] "POST /neutron/port HTTP/1.1" 200 1109 0.010448 10.0.0.141 - - [2026-01-12 02:09:59] "POST /neutron/port HTTP/1.1" 200 151 0.106858 10.0.0.141 - - [2026-01-12 02:09:59] "POST /neutron/port HTTP/1.1" 200 1113 0.011482 10.0.0.141 - - [2026-01-12 02:09:59] "POST /neutron/port HTTP/1.1" 200 151 0.107740 10.0.0.141 - - [2026-01-12 02:09:59] "POST /neutron/port HTTP/1.1" 200 1111 0.013192 10.0.0.141 - - [2026-01-12 02:10:00] "POST /neutron/port HTTP/1.1" 200 151 0.114266 10.0.0.141 - - [2026-01-12 02:10:01] "POST /neutron/network HTTP/1.1" 200 835 0.008252 10.0.0.141 - - [2026-01-12 02:10:01] "POST /useragent-kv HTTP/1.1" 200 115 0.005216 10.0.0.141 - - [2026-01-12 02:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006977 10.0.0.141 - - [2026-01-12 02:10:01] "POST /useragent-kv HTTP/1.1" 200 115 0.005430 10.0.0.141 - - [2026-01-12 02:10:01] "POST /neutron/network HTTP/1.1" 200 151 0.102946 10.0.0.141 - - [2026-01-12 02:10:01] "GET /routing-instance/ce579f65-dce5-4d6d-81b2-4814c77cedd7 HTTP/1.1" 404 171 0.004941 10.0.0.141 - - [2026-01-12 02:10:01] "DELETE /route-target/b7a13d72-bad5-4e59-a2c2-660d59429166 HTTP/1.1" 200 115 0.024242 10.0.0.141 - - [2026-01-12 02:10:01] "GET /domains HTTP/1.1" 200 281 0.004348 10.0.0.141 - - [2026-01-12 02:10:01] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001428 10.0.0.141 - - [2026-01-12 02:10:01] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2582 0.053389 10.0.0.141 - - [2026-01-12 02:10:01] "GET /projects?obj_uuids=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001317 10.0.0.141 - - [2026-01-12 02:10:01] "GET /project/5544a8b9-eaeb-4d4b-832f-28e79300cb22 HTTP/1.1" 200 2304 0.072082 10.0.0.141 - - [2026-01-12 02:10:01] "POST /neutron/network HTTP/1.1" 200 831 0.007883 10.0.0.141 - - [2026-01-12 02:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005939 10.0.0.141 - - [2026-01-12 02:10:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003622 10.0.0.141 - - [2026-01-12 02:10:01] "POST /useragent-kv HTTP/1.1" 200 115 0.004497 10.0.0.141 - - [2026-01-12 02:10:01] "POST /neutron/network HTTP/1.1" 200 151 0.099090 10.0.0.141 - - [2026-01-12 02:10:01] "DELETE /route-target/570cd164-a24f-4844-a7ae-7eccb83e3577 HTTP/1.1" 200 115 0.020724 10.0.0.141 - - [2026-01-12 02:10:01] "GET /routing-instance/7fc61d8b-157e-44d7-bc6b-00ef560ae801 HTTP/1.1" 404 171 0.004012 10.0.0.141 - - [2026-01-12 02:10:01] "GET /domains HTTP/1.1" 200 281 0.002928 10.0.0.141 - - [2026-01-12 02:10:01] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001287 10.0.0.141 - - [2026-01-12 02:10:01] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2582 0.051645 10.0.0.141 - - [2026-01-12 02:10:01] "GET /projects?obj_uuids=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002056 10.0.0.141 - - [2026-01-12 02:10:01] "GET /project/5544a8b9-eaeb-4d4b-832f-28e79300cb22 HTTP/1.1" 200 2085 0.070417 10.0.0.141 - - [2026-01-12 02:10:01] "POST /neutron/network HTTP/1.1" 200 829 0.007208 10.0.0.141 - - [2026-01-12 02:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006286 10.0.0.141 - - [2026-01-12 02:10:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003419 10.0.0.141 - - [2026-01-12 02:10:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002227 10.0.0.141 - - [2026-01-12 02:10:01] "POST /neutron/network HTTP/1.1" 200 151 0.089492 10.0.0.141 - - [2026-01-12 02:10:01] "DELETE /route-target/6c006f86-6d11-4d7e-8404-1c71f6d16cad HTTP/1.1" 200 115 0.024853 10.0.0.141 - - [2026-01-12 02:10:01] "GET /routing-instance/46bfaf4b-2450-46fd-bd5f-bdf84d4663c6 HTTP/1.1" 404 171 0.003699 10.0.0.141 - - [2026-01-12 02:10:01] "GET /domains HTTP/1.1" 200 281 0.002874 10.0.0.141 - - [2026-01-12 02:10:01] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001181 10.0.0.141 - - [2026-01-12 02:10:01] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2582 0.049203 10.0.0.141 - - [2026-01-12 02:10:01] "GET /projects?obj_uuids=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001692 10.0.0.141 - - [2026-01-12 02:10:01] "GET /project/5544a8b9-eaeb-4d4b-832f-28e79300cb22 HTTP/1.1" 200 1844 0.086346 10.0.0.141 - - [2026-01-12 02:10:02] "GET /projects?obj_uuids=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001158 10.0.0.141 - - [2026-01-12 02:10:02] "GET /project/5544a8b9-eaeb-4d4b-832f-28e79300cb22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.062592 10.0.0.141 - - [2026-01-12 02:10:02] "GET /projects?obj_uuids=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001068 10.0.0.141 - - [2026-01-12 02:10:02] "GET /project/5544a8b9-eaeb-4d4b-832f-28e79300cb22?fields=virtual_networks HTTP/1.1" 200 1029 0.065170 10.0.0.141 - - [2026-01-12 02:10:02] "GET /projects?obj_uuids=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001137 10.0.0.141 - - [2026-01-12 02:10:02] "GET /project/5544a8b9-eaeb-4d4b-832f-28e79300cb22?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.025514 10.0.0.141 - - [2026-01-12 02:10:02] "GET /projects?obj_uuids=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001158 10.0.0.141 - - [2026-01-12 02:10:02] "GET /project/5544a8b9-eaeb-4d4b-832f-28e79300cb22?fields=security_groups HTTP/1.1" 200 1254 0.025395 10.0.0.141 - - [2026-01-12 02:10:03] "POST /fqname-to-id HTTP/1.1" 404 189 0.029773 10.0.0.141 - - [2026-01-12 02:10:03] "GET /projects?obj_uuids=c465cd77-cc78-4965-824b-2bedf4bb476a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002542 10.0.0.141 - - [2026-01-12 02:10:03] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001268 10.0.0.141 - - [2026-01-12 02:10:03] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008437 10.0.0.141 - - [2026-01-12 02:10:03] "POST /id-to-fqname HTTP/1.1" 200 191 0.001354 10.0.0.141 - - [2026-01-12 02:10:03] "POST /fqname-to-id HTTP/1.1" 404 200 0.003644 10.0.0.141 - - [2026-01-12 02:10:03] "POST /security-groups HTTP/1.1" 200 592 0.063602 10.0.0.141 - - [2026-01-12 02:10:03] "POST /fqname-to-id HTTP/1.1" 404 235 0.003184 10.0.0.141 - - [2026-01-12 02:10:03] "POST /projects HTTP/1.1" 200 587 0.215437 10.0.0.141 - - [2026-01-12 02:10:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.254007 10.0.0.141 - - [2026-01-12 02:10:03] "POST /access-control-lists HTTP/1.1" 200 599 0.064668 10.0.0.141 - - [2026-01-12 02:10:03] "GET /project/c465cd77-cc78-4965-824b-2bedf4bb476a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.411779 10.0.0.141 - - [2026-01-12 02:10:03] "POST /fqname-to-id HTTP/1.1" 404 234 0.003087 10.0.0.141 - - [2026-01-12 02:10:04] "POST /access-control-lists HTTP/1.1" 200 597 0.064310 10.0.0.141 - - [2026-01-12 02:10:05] "GET / HTTP/1.1" 200 36215 0.002572 10.0.0.141 - - [2026-01-12 02:10:06] "GET /project/c465cd77-cc78-4965-824b-2bedf4bb476a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000543 10.0.0.141 - - [2026-01-12 02:10:06] "GET /projects?obj_uuids=c465cd77-cc78-4965-824b-2bedf4bb476a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001221 10.0.0.141 - - [2026-01-12 02:10:06] "GET /project/c465cd77-cc78-4965-824b-2bedf4bb476a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.065084 10.0.0.141 - - [2026-01-12 02:10:06] "POST /fqname-to-id HTTP/1.1" 404 180 0.002698 10.0.0.141 - - [2026-01-12 02:10:06] "POST /virtual-DNSs HTTP/1.1" 200 509 0.020710 10.0.0.141 - - [2026-01-12 02:10:07] "GET /virtual-DNS/23e6d151-b3e3-447b-a82b-e95e3f27bfb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.005509 10.0.0.141 - - [2026-01-12 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.141 - - [2026-01-12 02:10:07] "GET /virtual-DNS/23e6d151-b3e3-447b-a82b-e95e3f27bfb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.003910 10.0.0.141 - - [2026-01-12 02:10:07] "GET /domains HTTP/1.1" 401 293 0.000655 10.0.0.141 - - [2026-01-12 02:10:07] "GET /domains HTTP/1.1" 200 281 0.037715 10.0.0.141 - - [2026-01-12 02:10:07] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000972 10.0.0.141 - - [2026-01-12 02:10:07] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2971 0.008392 10.0.0.141 - - [2026-01-12 02:10:07] "GET /virtual-DNS/23e6d151-b3e3-447b-a82b-e95e3f27bfb2 HTTP/1.1" 200 1440 0.004114 10.0.0.141 - - [2026-01-12 02:10:07] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.002522 10.0.0.141 - - [2026-01-12 02:10:07] "POST /network-ipams HTTP/1.1" 200 516 0.020032 10.0.0.141 - - [2026-01-12 02:10:07] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 754 0.003756 10.0.0.141 - - [2026-01-12 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.141 - - [2026-01-12 02:10:07] "GET /network-ipam/3ea6daa7-70ee-4b2f-b1c5-0a97cddfc477?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.006303 10.0.0.141 - - [2026-01-12 02:10:07] "PUT /network-ipam/3ea6daa7-70ee-4b2f-b1c5-0a97cddfc477 HTTP/1.1" 200 259 0.011031 10.0.0.141 - - [2026-01-12 02:10:07] "POST /ref-update HTTP/1.1" 200 156 0.008129 10.0.0.141 - - [2026-01-12 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.141 - - [2026-01-12 02:10:07] "GET /projects?obj_uuids=c465cd77-cc78-4965-824b-2bedf4bb476a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001155 10.0.0.141 - - [2026-01-12 02:10:07] "GET /project/c465cd77-cc78-4965-824b-2bedf4bb476a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.029578 10.0.0.141 - - [2026-01-12 02:10:08] "POST /neutron/network HTTP/1.1" 200 117 0.043383 10.0.0.141 - - [2026-01-12 02:10:08] "GET /projects?obj_uuids=c465cd77-cc78-4965-824b-2bedf4bb476a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001131 10.0.0.141 - - [2026-01-12 02:10:08] "POST /neutron/network HTTP/1.1" 200 618 0.072357 10.0.0.141 - - [2026-01-12 02:10:08] "POST /route-targets HTTP/1.1" 200 328 0.010528 10.0.0.141 - - [2026-01-12 02:10:08] "POST /ref-update HTTP/1.1" 200 156 0.013443 10.0.0.141 - - [2026-01-12 02:10:08] "POST /useragent-kv HTTP/1.1" 200 115 0.005108 10.0.0.141 - - [2026-01-12 02:10:08] "POST /neutron/subnet HTTP/1.1" 200 711 0.160097 10.0.0.141 - - [2026-01-12 02:10:08] "POST /neutron/network HTTP/1.1" 200 833 0.005614 10.0.0.141 - - [2026-01-12 02:10:08] "POST /id-to-fqname HTTP/1.1" 200 227 0.001607 10.0.0.141 - - [2026-01-12 02:10:08] "GET /virtual-network/212e5a02-27a5-428d-9bb1-3da2c1a98188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006446 10.0.0.141 - - [2026-01-12 02:10:08] "POST /neutron/network HTTP/1.1" 200 833 0.006291 10.0.0.141 - - [2026-01-12 02:10:08] "GET /virtual-network/212e5a02-27a5-428d-9bb1-3da2c1a98188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005072 10.0.0.141 - - [2026-01-12 02:10:08] "POST /neutron/network HTTP/1.1" 200 833 0.006224 10.0.0.141 - - [2026-01-12 02:10:08] "POST /neutron/subnet HTTP/1.1" 200 711 0.009521 10.0.0.141 - - [2026-01-12 02:10:08] "POST /neutron/network HTTP/1.1" 200 807 0.009887 10.0.0.141 - - [2026-01-12 02:10:08] "POST /neutron/network HTTP/1.1" 200 833 0.005693 10.0.0.141 - - [2026-01-12 02:10:08] "POST /id-to-fqname HTTP/1.1" 200 227 0.001694 10.0.0.141 - - [2026-01-12 02:10:08] "POST /neutron/network HTTP/1.1" 200 843 0.009434 10.0.0.141 - - [2026-01-12 02:10:08] "GET /aaa-mode HTTP/1.1" 401 293 0.000452 10.0.0.141 - - [2026-01-12 02:10:09] "GET / HTTP/1.1" 200 36215 0.001800 10.0.0.141 - - [2026-01-12 02:10:09] "GET /project/c465cd77-cc78-4965-824b-2bedf4bb476a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000440 10.0.0.141 - - [2026-01-12 02:10:09] "GET /projects?obj_uuids=c465cd77-cc78-4965-824b-2bedf4bb476a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001204 10.0.0.141 - - [2026-01-12 02:10:09] "GET /project/c465cd77-cc78-4965-824b-2bedf4bb476a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.058359 10.0.0.141 - - [2026-01-12 02:10:09] "POST /neutron/network HTTP/1.1" 200 833 0.038304 10.0.0.141 - - [2026-01-12 02:10:09] "POST /neutron/port HTTP/1.1" 200 117 0.005528 10.0.0.141 - - [2026-01-12 02:10:09] "POST /neutron/port HTTP/1.1" 200 117 0.006028 10.0.0.141 - - [2026-01-12 02:10:09] "POST /neutron/port HTTP/1.1" 200 117 0.006563 10.0.0.141 - - [2026-01-12 02:10:10] "POST /neutron/network HTTP/1.1" 200 843 0.006216 10.0.0.141 - - [2026-01-12 02:10:10] "GET /projects?obj_uuids=c465cd77-cc78-4965-824b-2bedf4bb476a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001190 10.0.0.141 - - [2026-01-12 02:10:10] "POST /neutron/port HTTP/1.1" 200 1058 0.209757 10.0.0.141 - - [2026-01-12 02:10:10] "POST /neutron/port HTTP/1.1" 200 1058 0.042033 10.0.0.141 - - [2026-01-12 02:10:10] "POST /neutron/port HTTP/1.1" 200 1058 0.010777 10.0.0.141 - - [2026-01-12 02:10:10] "POST /neutron/port HTTP/1.1" 200 1112 0.058156 10.0.0.141 - - [2026-01-12 02:10:10] "POST /neutron/port HTTP/1.1" 200 1122 0.016209 10.0.0.141 - - [2026-01-12 02:10:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004124 10.0.0.141 - - [2026-01-12 02:10:10] "POST /neutron/subnet HTTP/1.1" 200 685 0.008752 10.0.0.141 - - [2026-01-12 02:10:10] "POST /neutron/port HTTP/1.1" 200 117 0.001312 10.0.0.141 - - [2026-01-12 02:10:10] "POST /neutron/network HTTP/1.1" 200 833 0.005936 10.0.0.141 - - [2026-01-12 02:10:15] "POST /neutron/port HTTP/1.1" 200 1122 0.013888 10.0.0.141 - - [2026-01-12 02:10:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006646 10.0.0.141 - - [2026-01-12 02:10:15] "POST /neutron/port HTTP/1.1" 200 1122 0.013913 10.0.0.141 - - [2026-01-12 02:10:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005780 10.0.0.141 - - [2026-01-12 02:10:15] "POST /neutron/port HTTP/1.1" 200 1122 0.015605 10.0.0.141 - - [2026-01-12 02:10:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006463 10.0.0.141 - - [2026-01-12 02:10:15] "GET /virtual-machine/a77d52e4-c2d0-461d-af06-86070f04e14f HTTP/1.1" 200 1296 0.004944 10.0.0.141 - - [2026-01-12 02:10:15] "GET /virtual-machine-interface/9e7b02ce-23bd-420b-b1fd-c33ca622cfdc HTTP/1.1" 200 2972 0.006828 10.0.0.141 - - [2026-01-12 02:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002734 10.0.0.141 - - [2026-01-12 02:10:15] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003441 10.0.0.141 - - [2026-01-12 02:10:15] "GET /virtual-networks?parent_id=c465cd77-cc78-4965-824b-2bedf4bb476a&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003388 10.0.0.141 - - [2026-01-12 02:10:15] "GET /virtual-network/212e5a02-27a5-428d-9bb1-3da2c1a98188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005903 10.0.0.141 - - [2026-01-12 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.141 - - [2026-01-12 02:10:18] "GET /virtual-network/212e5a02-27a5-428d-9bb1-3da2c1a98188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006161 10.0.0.141 - - [2026-01-12 02:10:21] "POST /neutron/port HTTP/1.1" 200 1122 0.041481 10.0.0.141 - - [2026-01-12 02:10:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005773 10.0.0.141 - - [2026-01-12 02:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.141 - - [2026-01-12 02:10:22] "GET /virtual-network/212e5a02-27a5-428d-9bb1-3da2c1a98188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007298 10.0.0.141 - - [2026-01-12 02:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.141 - - [2026-01-12 02:10:24] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004051 10.0.0.141 - - [2026-01-12 02:10:24] "GET /virtual-networks?parent_id=c465cd77-cc78-4965-824b-2bedf4bb476a&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003561 10.0.0.141 - - [2026-01-12 02:10:24] "GET /virtual-network/212e5a02-27a5-428d-9bb1-3da2c1a98188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007215 10.0.0.141 - - [2026-01-12 02:10:24] "POST /neutron/port HTTP/1.1" 200 1122 0.013436 10.0.0.141 - - [2026-01-12 02:10:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006649 10.0.0.141 - - [2026-01-12 02:10:30] "POST /neutron/port HTTP/1.1" 200 1122 0.013650 10.0.0.141 - - [2026-01-12 02:10:30] "POST /neutron/port HTTP/1.1" 200 1122 0.013116 10.0.0.141 - - [2026-01-12 02:10:30] "POST /neutron/network HTTP/1.1" 200 843 0.005982 10.0.0.141 - - [2026-01-12 02:10:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003837 10.0.0.141 - - [2026-01-12 02:10:30] "POST /neutron/subnet HTTP/1.1" 200 685 0.008167 10.0.0.141 - - [2026-01-12 02:10:30] "POST /neutron/port HTTP/1.1" 200 117 0.001350 10.0.0.141 - - [2026-01-12 02:10:30] "POST /neutron/network HTTP/1.1" 200 833 0.006207 10.0.0.141 - - [2026-01-12 02:10:34] "POST /neutron/network HTTP/1.1" 200 807 0.010214 10.0.0.141 - - [2026-01-12 02:10:34] "POST /neutron/network HTTP/1.1" 200 833 0.005992 10.0.0.141 - - [2026-01-12 02:10:34] "POST /id-to-fqname HTTP/1.1" 200 227 0.001729 10.0.0.141 - - [2026-01-12 02:10:34] "POST /neutron/port HTTP/1.1" 200 1122 0.018337 10.0.0.141 - - [2026-01-12 02:10:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009256 10.0.0.141 - - [2026-01-12 02:10:34] "POST /neutron/network HTTP/1.1" 200 843 0.005660 10.0.0.141 - - [2026-01-12 02:10:34] "GET /aaa-mode HTTP/1.1" 401 293 0.000574 10.0.0.141 - - [2026-01-12 02:10:35] "GET / HTTP/1.1" 200 36215 0.001671 10.0.0.141 - - [2026-01-12 02:10:35] "DELETE /project/c465cd77cc784965824b2bedf4bb476a HTTP/1.1" 404 173 0.008865 10.0.0.141 - - [2026-01-12 02:10:35] "GET /projects?obj_uuids=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000996 10.0.0.141 - - [2026-01-12 02:10:35] "GET /project/c465cd77-cc78-4965-824b-2bedf4bb476a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000324 10.0.0.141 - - [2026-01-12 02:10:35] "GET /project/5544a8b9-eaeb-4d4b-832f-28e79300cb22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.025509 10.0.0.141 - - [2026-01-12 02:10:35] "GET /projects?obj_uuids=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001200 10.0.0.141 - - [2026-01-12 02:10:35] "GET /project/5544a8b9-eaeb-4d4b-832f-28e79300cb22?fields=security_groups HTTP/1.1" 200 1356 0.073691 10.0.0.141 - - [2026-01-12 02:10:35] "DELETE /security-group/46fae7eb-5206-4961-8b7f-6465e8a72dfc HTTP/1.1" 200 115 0.031949 10.0.0.141 - - [2026-01-12 02:10:35] "GET /projects?obj_uuids=5544a8b9-eaeb-4d4b-832f-28e79300cb22&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001286 10.0.0.141 - - [2026-01-12 02:10:35] "DELETE /access-control-list/1d909508-c791-4af1-a8f2-30877bc82774 HTTP/1.1" 200 115 0.037846 10.0.0.141 - - [2026-01-12 02:10:35] "GET /project/5544a8b9-eaeb-4d4b-832f-28e79300cb22?fields=application_policy_sets HTTP/1.1" 200 1395 0.038917 10.0.0.141 - - [2026-01-12 02:10:35] "DELETE /access-control-list/8605393b-a560-4d97-9318-7cd07c9b7190 HTTP/1.1" 200 115 0.033832 10.0.0.141 - - [2026-01-12 02:10:35] "DELETE /project/5544a8b9-eaeb-4d4b-832f-28e79300cb22 HTTP/1.1" 200 115 0.349153 10.0.0.141 - - [2026-01-12 02:10:35] "GET /projects?obj_uuids=c465cd77-cc78-4965-824b-2bedf4bb476a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001646 10.0.0.141 - - [2026-01-12 02:10:35] "GET /project/c465cd77-cc78-4965-824b-2bedf4bb476a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.061186 10.0.0.141 - - [2026-01-12 02:10:35] "POST /neutron/network HTTP/1.1" 200 833 0.006228 10.0.0.141 - - [2026-01-12 02:10:35] "POST /neutron/port HTTP/1.1" 200 1122 0.016053 10.0.0.141 - - [2026-01-12 02:10:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007980 10.0.0.141 - - [2026-01-12 02:10:35] "POST /neutron/port HTTP/1.1" 200 117 0.005267 10.0.0.141 - - [2026-01-12 02:10:35] "POST /neutron/port HTTP/1.1" 200 117 0.005959 10.0.0.141 - - [2026-01-12 02:10:36] "POST /neutron/network HTTP/1.1" 200 843 0.012776 10.0.0.141 - - [2026-01-12 02:10:36] "GET /projects?obj_uuids=c465cd77-cc78-4965-824b-2bedf4bb476a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001241 10.0.0.141 - - [2026-01-12 02:10:36] "POST /neutron/port HTTP/1.1" 200 1058 0.238786 10.0.0.141 - - [2026-01-12 02:10:36] "POST /neutron/port HTTP/1.1" 200 1058 0.010998 10.0.0.141 - - [2026-01-12 02:10:36] "POST /neutron/port HTTP/1.1" 200 1058 0.012261 10.0.0.141 - - [2026-01-12 02:10:36] "POST /neutron/port HTTP/1.1" 200 1112 0.062676 10.0.0.141 - - [2026-01-12 02:10:36] "POST /neutron/port HTTP/1.1" 200 1122 0.015374 10.0.0.141 - - [2026-01-12 02:10:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003937 10.0.0.141 - - [2026-01-12 02:10:36] "POST /neutron/subnet HTTP/1.1" 200 685 0.007901 10.0.0.141 - - [2026-01-12 02:10:36] "POST /neutron/port HTTP/1.1" 200 117 0.001374 10.0.0.141 - - [2026-01-12 02:10:36] "POST /neutron/network HTTP/1.1" 200 833 0.005626 10.0.0.141 - - [2026-01-12 02:10:41] "POST /neutron/port HTTP/1.1" 200 1122 0.012043 10.0.0.141 - - [2026-01-12 02:10:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011342 10.0.0.141 - - [2026-01-12 02:10:41] "POST /neutron/port HTTP/1.1" 200 1122 0.012248 10.0.0.141 - - [2026-01-12 02:10:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006356 10.0.0.141 - - [2026-01-12 02:10:41] "POST /neutron/port HTTP/1.1" 200 1122 0.013531 10.0.0.141 - - [2026-01-12 02:10:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006582 10.0.0.141 - - [2026-01-12 02:10:41] "GET /virtual-machine/7b241597-7937-4079-9109-09570d17a976 HTTP/1.1" 200 1295 0.005184 10.0.0.141 - - [2026-01-12 02:10:41] "GET /virtual-machine-interface/eef39cb2-4ef2-4f4e-813d-1d660a768d94 HTTP/1.1" 200 2971 0.007401 10.0.0.141 - - [2026-01-12 02:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.141 - - [2026-01-12 02:10:41] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007106 10.0.0.141 - - [2026-01-12 02:10:41] "GET /virtual-networks?parent_id=c465cd77-cc78-4965-824b-2bedf4bb476a&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003306 10.0.0.141 - - [2026-01-12 02:10:41] "GET /virtual-network/212e5a02-27a5-428d-9bb1-3da2c1a98188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.010010 10.0.0.141 - - [2026-01-12 02:10:42] "GET /obj-perms HTTP/1.1" 200 5075 0.063443 10.0.0.141 - - [2026-01-12 02:10:43] "GET /obj-perms HTTP/1.1" 200 5075 0.052574 10.0.0.141 - - [2026-01-12 02:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.141 - - [2026-01-12 02:10:44] "GET /virtual-network/212e5a02-27a5-428d-9bb1-3da2c1a98188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005277 10.0.0.141 - - [2026-01-12 02:10:46] "POST /neutron/port HTTP/1.1" 200 1122 0.011669 10.0.0.141 - - [2026-01-12 02:10:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005220 10.0.0.141 - - [2026-01-12 02:10:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.141 - - [2026-01-12 02:10:48] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004339 10.0.0.141 - - [2026-01-12 02:10:48] "GET /virtual-networks?parent_id=c465cd77-cc78-4965-824b-2bedf4bb476a&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003279 10.0.0.141 - - [2026-01-12 02:10:48] "GET /virtual-network/212e5a02-27a5-428d-9bb1-3da2c1a98188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005942 10.0.0.141 - - [2026-01-12 02:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.141 - - [2026-01-12 02:10:55] "DELETE /virtual-DNS/23e6d151-b3e3-447b-a82b-e95e3f27bfb2 HTTP/1.1" 409 236 0.006469 10.0.0.141 - - [2026-01-12 02:10:55] "POST /fqname-to-id HTTP/1.1" 404 192 0.003600 10.0.0.141 - - [2026-01-12 02:10:55] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.019322 10.0.0.141 - - [2026-01-12 02:10:55] "GET /virtual-DNS-record/a05e9a0c-4db4-4d97-a0b0-6218f4dbb767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.004850 10.0.0.141 - - [2026-01-12 02:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004985 10.0.0.141 - - [2026-01-12 02:10:56] "GET /virtual-DNS-record/a05e9a0c-4db4-4d97-a0b0-6218f4dbb767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.003724 10.0.0.141 - - [2026-01-12 02:10:56] "GET /domains HTTP/1.1" 200 281 0.003330 10.0.0.141 - - [2026-01-12 02:10:56] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001230 10.0.0.141 - - [2026-01-12 02:10:56] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2786 0.008934 10.0.0.141 - - [2026-01-12 02:10:56] "GET /virtual-DNS/23e6d151-b3e3-447b-a82b-e95e3f27bfb2 HTTP/1.1" 200 1911 0.004787 10.0.0.141 - - [2026-01-12 02:10:56] "GET /virtual-DNS-record/a05e9a0c-4db4-4d97-a0b0-6218f4dbb767 HTTP/1.1" 200 1339 0.002938 10.0.0.141 - - [2026-01-12 02:11:01] "DELETE /virtual-DNS-record/a05e9a0c-4db4-4d97-a0b0-6218f4dbb767 HTTP/1.1" 200 115 0.024009 10.0.0.141 - - [2026-01-12 02:11:01] "POST /fqname-to-id HTTP/1.1" 404 184 0.003134 10.0.0.141 - - [2026-01-12 02:11:01] "POST /neutron/network HTTP/1.1" 200 833 0.007053 10.0.0.141 - - [2026-01-12 02:11:01] "POST /neutron/network HTTP/1.1" 400 204 0.020986 10.0.0.141 - - [2026-01-12 02:11:02] "POST /neutron/port HTTP/1.1" 200 1122 0.022569 10.0.0.141 - - [2026-01-12 02:11:02] "POST /neutron/port HTTP/1.1" 200 1112 0.012511 10.0.0.141 - - [2026-01-12 02:11:02] "POST /neutron/port HTTP/1.1" 200 1122 0.012702 10.0.0.141 - - [2026-01-12 02:11:02] "POST /neutron/port HTTP/1.1" 200 1112 0.011333 10.0.0.141 - - [2026-01-12 02:11:02] "POST /neutron/port HTTP/1.1" 200 151 0.140777 10.0.0.141 - - [2026-01-12 02:11:02] "POST /neutron/port HTTP/1.1" 200 151 0.155582 10.0.0.141 - - [2026-01-12 02:11:03] "POST /neutron/network HTTP/1.1" 200 833 0.007212 10.0.0.141 - - [2026-01-12 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.141 - - [2026-01-12 02:11:04] "DELETE /route-target/b3be4a14-5594-46f7-8446-0ffb85be8bee HTTP/1.1" 200 115 0.053276 10.0.0.141 - - [2026-01-12 02:11:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003308 10.0.0.141 - - [2026-01-12 02:11:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002327 10.0.0.141 - - [2026-01-12 02:11:04] "POST /neutron/network HTTP/1.1" 200 151 0.181757 10.0.0.141 - - [2026-01-12 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.141 - - [2026-01-12 02:11:04] "DELETE /network-ipam/3ea6daa7-70ee-4b2f-b1c5-0a97cddfc477 HTTP/1.1" 200 115 0.030440 10.0.0.141 - - [2026-01-12 02:11:04] "DELETE /virtual-DNS/23e6d151-b3e3-447b-a82b-e95e3f27bfb2 HTTP/1.1" 200 115 0.031229 10.0.0.141 - - [2026-01-12 02:11:04] "POST /fqname-to-id HTTP/1.1" 404 180 0.003663 10.0.0.141 - - [2026-01-12 02:11:04] "GET /domains HTTP/1.1" 200 281 0.003537 10.0.0.141 - - [2026-01-12 02:11:04] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001262 10.0.0.141 - - [2026-01-12 02:11:04] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2585 0.010479 10.0.0.141 - - [2026-01-12 02:11:04] "GET /projects?obj_uuids=c465cd77-cc78-4965-824b-2bedf4bb476a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001414 10.0.0.141 - - [2026-01-12 02:11:04] "GET /project/c465cd77-cc78-4965-824b-2bedf4bb476a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.034623 10.0.0.141 - - [2026-01-12 02:11:04] "GET /projects?obj_uuids=c465cd77-cc78-4965-824b-2bedf4bb476a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001436 10.0.0.141 - - [2026-01-12 02:11:04] "GET /project/c465cd77-cc78-4965-824b-2bedf4bb476a?fields=virtual_networks HTTP/1.1" 200 1036 0.074722 10.0.0.141 - - [2026-01-12 02:11:04] "GET /projects?obj_uuids=c465cd77-cc78-4965-824b-2bedf4bb476a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001538 10.0.0.141 - - [2026-01-12 02:11:04] "GET /project/c465cd77-cc78-4965-824b-2bedf4bb476a?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.033165 10.0.0.141 - - [2026-01-12 02:11:04] "GET /projects?obj_uuids=c465cd77-cc78-4965-824b-2bedf4bb476a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001281 10.0.0.141 - - [2026-01-12 02:11:04] "GET /project/c465cd77-cc78-4965-824b-2bedf4bb476a?fields=security_groups HTTP/1.1" 200 1264 0.030657 10.0.0.141 - - [2026-01-12 02:11:05] "POST /fqname-to-id HTTP/1.1" 404 189 0.030107 10.0.0.141 - - [2026-01-12 02:11:05] "GET /projects?obj_uuids=001693d4-c2c5-4de0-8041-dfeaf6fcad55&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002476 10.0.0.141 - - [2026-01-12 02:11:05] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002359 10.0.0.141 - - [2026-01-12 02:11:05] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008387 10.0.0.141 - - [2026-01-12 02:11:06] "POST /id-to-fqname HTTP/1.1" 200 191 0.001821 10.0.0.141 - - [2026-01-12 02:11:06] "POST /fqname-to-id HTTP/1.1" 404 200 0.002910 10.0.0.141 - - [2026-01-12 02:11:06] "POST /security-groups HTTP/1.1" 200 592 0.064241 10.0.0.141 - - [2026-01-12 02:11:06] "POST /fqname-to-id HTTP/1.1" 404 235 0.003147 10.0.0.141 - - [2026-01-12 02:11:06] "POST /projects HTTP/1.1" 200 587 0.220303 10.0.0.141 - - [2026-01-12 02:11:06] "POST /access-control-lists HTTP/1.1" 200 599 0.061148 10.0.0.141 - - [2026-01-12 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.300857 10.0.0.141 - - [2026-01-12 02:11:06] "POST /fqname-to-id HTTP/1.1" 404 234 0.003288 10.0.0.141 - - [2026-01-12 02:11:06] "GET /project/001693d4-c2c5-4de0-8041-dfeaf6fcad55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.433770 10.0.0.141 - - [2026-01-12 02:11:06] "POST /access-control-lists HTTP/1.1" 200 597 0.064679 10.0.0.141 - - [2026-01-12 02:11:07] "GET / HTTP/1.1" 200 36215 0.002598 10.0.0.141 - - [2026-01-12 02:11:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000631 10.0.0.141 - - [2026-01-12 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.064981 10.0.0.141 - - [2026-01-12 02:11:08] "GET /projects?obj_uuids=001693d4-c2c5-4de0-8041-dfeaf6fcad55&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001148 10.0.0.141 - - [2026-01-12 02:11:08] "GET /project/001693d4-c2c5-4de0-8041-dfeaf6fcad55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.024593 10.0.0.141 - - [2026-01-12 02:11:08] "POST /neutron/network HTTP/1.1" 200 117 0.036290 10.0.0.141 - - [2026-01-12 02:11:08] "GET /projects?obj_uuids=001693d4-c2c5-4de0-8041-dfeaf6fcad55&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001570 10.0.0.141 - - [2026-01-12 02:11:09] "POST /neutron/network HTTP/1.1" 200 606 0.065536 10.0.0.141 - - [2026-01-12 02:11:09] "POST /route-targets HTTP/1.1" 200 328 0.013137 10.0.0.141 - - [2026-01-12 02:11:09] "POST /ref-update HTTP/1.1" 200 156 0.017885 10.0.0.141 - - [2026-01-12 02:11:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003677 10.0.0.141 - - [2026-01-12 02:11:09] "POST /neutron/subnet HTTP/1.1" 200 710 0.216700 10.0.0.141 - - [2026-01-12 02:11:09] "POST /neutron/network HTTP/1.1" 200 822 0.006111 10.0.0.141 - - [2026-01-12 02:11:09] "POST /id-to-fqname HTTP/1.1" 200 221 0.001391 10.0.0.141 - - [2026-01-12 02:11:09] "GET /virtual-network/3835c485-7544-43ef-b83f-04744f02340c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005345 10.0.0.141 - - [2026-01-12 02:11:09] "POST /neutron/network HTTP/1.1" 200 822 0.006523 10.0.0.141 - - [2026-01-12 02:11:09] "GET /virtual-network/3835c485-7544-43ef-b83f-04744f02340c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005566 10.0.0.141 - - [2026-01-12 02:11:09] "POST /neutron/network HTTP/1.1" 200 822 0.006349 10.0.0.141 - - [2026-01-12 02:11:09] "POST /neutron/subnet HTTP/1.1" 200 710 0.006999 10.0.0.141 - - [2026-01-12 02:11:09] "POST /id-to-fqname HTTP/1.1" 200 221 0.001237 10.0.0.141 - - [2026-01-12 02:11:09] "POST /neutron/network HTTP/1.1" 200 832 0.005297 10.0.0.141 - - [2026-01-12 02:11:09] "GET /aaa-mode HTTP/1.1" 401 293 0.000540 10.0.0.141 - - [2026-01-12 02:11:10] "GET / HTTP/1.1" 200 36215 0.001945 10.0.0.141 - - [2026-01-12 02:11:10] "GET /project/001693d4-c2c5-4de0-8041-dfeaf6fcad55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000428 10.0.0.141 - - [2026-01-12 02:11:10] "GET /projects?obj_uuids=001693d4-c2c5-4de0-8041-dfeaf6fcad55&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001057 10.0.0.141 - - [2026-01-12 02:11:10] "GET /project/001693d4-c2c5-4de0-8041-dfeaf6fcad55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.049289 10.0.0.141 - - [2026-01-12 02:11:10] "POST /neutron/network HTTP/1.1" 200 822 0.005758 10.0.0.141 - - [2026-01-12 02:11:10] "POST /neutron/port HTTP/1.1" 200 117 0.005390 10.0.0.141 - - [2026-01-12 02:11:10] "POST /neutron/port HTTP/1.1" 200 117 0.005895 10.0.0.141 - - [2026-01-12 02:11:10] "POST /id-to-fqname HTTP/1.1" 200 221 0.001488 10.0.0.141 - - [2026-01-12 02:11:10] "POST /neutron/port HTTP/1.1" 200 117 0.013062 10.0.0.141 - - [2026-01-12 02:11:10] "POST /neutron/network HTTP/1.1" 200 832 0.005973 10.0.0.141 - - [2026-01-12 02:11:10] "GET /aaa-mode HTTP/1.1" 401 293 0.000454 10.0.0.141 - - [2026-01-12 02:11:11] "POST /neutron/network HTTP/1.1" 200 832 0.005759 10.0.0.141 - - [2026-01-12 02:11:11] "GET /projects?obj_uuids=001693d4-c2c5-4de0-8041-dfeaf6fcad55&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001571 10.0.0.141 - - [2026-01-12 02:11:11] "GET / HTTP/1.1" 200 36215 0.001701 10.0.0.141 - - [2026-01-12 02:11:11] "GET /project/001693d4-c2c5-4de0-8041-dfeaf6fcad55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000389 10.0.0.141 - - [2026-01-12 02:11:11] "POST /neutron/port HTTP/1.1" 200 1058 0.215539 10.0.0.141 - - [2026-01-12 02:11:11] "POST /neutron/port HTTP/1.1" 200 1058 0.011294 10.0.0.141 - - [2026-01-12 02:11:11] "POST /neutron/port HTTP/1.1" 200 1058 0.012307 10.0.0.141 - - [2026-01-12 02:11:11] "POST /neutron/port HTTP/1.1" 200 1112 0.061614 10.0.0.141 - - [2026-01-12 02:11:11] "POST /neutron/port HTTP/1.1" 200 1122 0.014178 10.0.0.141 - - [2026-01-12 02:11:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003410 10.0.0.141 - - [2026-01-12 02:11:11] "POST /neutron/subnet HTTP/1.1" 200 684 0.011498 10.0.0.141 - - [2026-01-12 02:11:11] "POST /neutron/port HTTP/1.1" 200 117 0.001372 10.0.0.141 - - [2026-01-12 02:11:11] "POST /neutron/network HTTP/1.1" 200 822 0.005888 10.0.0.141 - - [2026-01-12 02:11:11] "GET /projects?obj_uuids=001693d4-c2c5-4de0-8041-dfeaf6fcad55&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001637 10.0.0.141 - - [2026-01-12 02:11:11] "GET /project/001693d4-c2c5-4de0-8041-dfeaf6fcad55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.054632 10.0.0.141 - - [2026-01-12 02:11:11] "POST /neutron/network HTTP/1.1" 200 822 0.005478 10.0.0.141 - - [2026-01-12 02:11:11] "POST /neutron/port HTTP/1.1" 200 1122 0.017810 10.0.0.141 - - [2026-01-12 02:11:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010858 10.0.0.141 - - [2026-01-12 02:11:12] "POST /neutron/port HTTP/1.1" 200 117 0.006500 10.0.0.141 - - [2026-01-12 02:11:12] "POST /neutron/port HTTP/1.1" 200 1122 0.012860 10.0.0.141 - - [2026-01-12 02:11:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006259 10.0.0.141 - - [2026-01-12 02:11:12] "POST /neutron/network HTTP/1.1" 200 832 0.005991 10.0.0.141 - - [2026-01-12 02:11:12] "GET /projects?obj_uuids=001693d4-c2c5-4de0-8041-dfeaf6fcad55&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001582 10.0.0.141 - - [2026-01-12 02:11:12] "POST /neutron/port HTTP/1.1" 200 1058 0.245530 10.0.0.141 - - [2026-01-12 02:11:12] "POST /neutron/port HTTP/1.1" 200 1058 0.017794 10.0.0.141 - - [2026-01-12 02:11:12] "POST /neutron/port HTTP/1.1" 200 1058 0.010525 10.0.0.141 - - [2026-01-12 02:11:12] "POST /neutron/port HTTP/1.1" 200 1112 0.092119 10.0.0.141 - - [2026-01-12 02:11:12] "POST /neutron/port HTTP/1.1" 200 1122 0.014302 10.0.0.141 - - [2026-01-12 02:11:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004702 10.0.0.141 - - [2026-01-12 02:11:13] "POST /neutron/subnet HTTP/1.1" 200 684 0.006969 10.0.0.141 - - [2026-01-12 02:11:13] "POST /neutron/port HTTP/1.1" 200 117 0.001610 10.0.0.141 - - [2026-01-12 02:11:13] "POST /neutron/network HTTP/1.1" 200 822 0.006052 10.0.0.141 - - [2026-01-12 02:11:17] "POST /neutron/port HTTP/1.1" 200 1122 0.011885 10.0.0.141 - - [2026-01-12 02:11:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006823 10.0.0.141 - - [2026-01-12 02:11:17] "POST /neutron/port HTTP/1.1" 200 1122 0.011269 10.0.0.141 - - [2026-01-12 02:11:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006243 10.0.0.141 - - [2026-01-12 02:11:17] "POST /neutron/port HTTP/1.1" 200 1122 0.016771 10.0.0.141 - - [2026-01-12 02:11:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006756 10.0.0.141 - - [2026-01-12 02:11:17] "GET /virtual-machine/4b3a36bc-01be-4c0c-b85b-1138d7c10f48 HTTP/1.1" 401 293 0.000628 10.0.0.141 - - [2026-01-12 02:11:17] "GET /virtual-machine/4b3a36bc-01be-4c0c-b85b-1138d7c10f48 HTTP/1.1" 200 1295 0.032661 10.0.0.141 - - [2026-01-12 02:11:17] "GET /virtual-machine-interface/74a7021a-156c-455e-bc2d-d63a7e479b7f HTTP/1.1" 200 2953 0.005144 10.0.0.141 - - [2026-01-12 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.141 - - [2026-01-12 02:11:17] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003473 10.0.0.141 - - [2026-01-12 02:11:17] "GET /virtual-networks?parent_id=001693d4-c2c5-4de0-8041-dfeaf6fcad55&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003484 10.0.0.141 - - [2026-01-12 02:11:17] "GET /virtual-network/3835c485-7544-43ef-b83f-04744f02340c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006493 10.0.0.141 - - [2026-01-12 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.141 - - [2026-01-12 02:11:21] "GET /virtual-network/3835c485-7544-43ef-b83f-04744f02340c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005084 10.0.0.141 - - [2026-01-12 02:11:21] "POST /neutron/port HTTP/1.1" 200 1122 0.013340 10.0.0.141 - - [2026-01-12 02:11:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005197 10.0.0.141 - - [2026-01-12 02:11:23] "POST /neutron/port HTTP/1.1" 200 1122 0.013506 10.0.0.141 - - [2026-01-12 02:11:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005568 10.0.0.141 - - [2026-01-12 02:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.141 - - [2026-01-12 02:11:23] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003761 10.0.0.141 - - [2026-01-12 02:11:23] "GET /virtual-networks?parent_id=001693d4-c2c5-4de0-8041-dfeaf6fcad55&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003414 10.0.0.141 - - [2026-01-12 02:11:23] "GET /virtual-network/3835c485-7544-43ef-b83f-04744f02340c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005621 10.0.0.141 - - [2026-01-12 02:11:23] "POST /neutron/port HTTP/1.1" 200 1122 0.013283 10.0.0.141 - - [2026-01-12 02:11:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006394 10.0.0.141 - - [2026-01-12 02:11:28] "POST /neutron/port HTTP/1.1" 200 1122 0.012819 10.0.0.141 - - [2026-01-12 02:11:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006762 10.0.0.141 - - [2026-01-12 02:11:28] "POST /neutron/port HTTP/1.1" 200 1122 0.012495 10.0.0.141 - - [2026-01-12 02:11:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006022 10.0.0.141 - - [2026-01-12 02:11:28] "POST /neutron/port HTTP/1.1" 200 1122 0.012479 10.0.0.141 - - [2026-01-12 02:11:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006038 10.0.0.141 - - [2026-01-12 02:11:28] "GET /virtual-machine/11e03ed4-f1c0-489a-9ab3-248b36f04976 HTTP/1.1" 200 1295 0.004483 10.0.0.141 - - [2026-01-12 02:11:28] "GET /virtual-machine-interface/7433beaf-44fe-455d-a24d-ce07b008ecf2 HTTP/1.1" 200 2953 0.004701 10.0.0.141 - - [2026-01-12 02:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.141 - - [2026-01-12 02:11:28] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004533 10.0.0.141 - - [2026-01-12 02:11:28] "GET /virtual-networks?parent_id=001693d4-c2c5-4de0-8041-dfeaf6fcad55&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003105 10.0.0.141 - - [2026-01-12 02:11:29] "GET /virtual-network/3835c485-7544-43ef-b83f-04744f02340c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005144 10.0.0.141 - - [2026-01-12 02:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.141 - - [2026-01-12 02:11:30] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003447 10.0.0.141 - - [2026-01-12 02:11:30] "GET /virtual-networks?parent_id=001693d4-c2c5-4de0-8041-dfeaf6fcad55&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002941 10.0.0.141 - - [2026-01-12 02:11:30] "GET /virtual-network/3835c485-7544-43ef-b83f-04744f02340c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005972 10.0.0.141 - - [2026-01-12 02:11:31] "POST /neutron/port HTTP/1.1" 200 1122 0.013364 10.0.0.141 - - [2026-01-12 02:11:31] "POST /neutron/port HTTP/1.1" 200 1122 0.011801 10.0.0.141 - - [2026-01-12 02:11:31] "POST /neutron/network HTTP/1.1" 200 832 0.006805 10.0.0.141 - - [2026-01-12 02:11:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004401 10.0.0.141 - - [2026-01-12 02:11:31] "POST /neutron/subnet HTTP/1.1" 200 684 0.009307 10.0.0.141 - - [2026-01-12 02:11:31] "POST /neutron/port HTTP/1.1" 200 117 0.001693 10.0.0.141 - - [2026-01-12 02:11:31] "POST /neutron/network HTTP/1.1" 200 822 0.007730 10.0.0.141 - - [2026-01-12 02:11:35] "POST /neutron/network HTTP/1.1" 200 822 0.012231 10.0.0.141 - - [2026-01-12 02:11:35] "POST /neutron/network HTTP/1.1" 400 204 0.013421 10.0.0.141 - - [2026-01-12 02:11:35] "POST /neutron/port HTTP/1.1" 200 1122 0.013856 10.0.0.141 - - [2026-01-12 02:11:35] "POST /neutron/port HTTP/1.1" 200 1112 0.012153 10.0.0.141 - - [2026-01-12 02:11:35] "POST /neutron/port HTTP/1.1" 200 1122 0.027968 10.0.0.141 - - [2026-01-12 02:11:35] "DELETE /project/001693d4c2c54de08041dfeaf6fcad55 HTTP/1.1" 404 173 0.002389 10.0.0.141 - - [2026-01-12 02:11:35] "GET /projects?obj_uuids=c465cd77-cc78-4965-824b-2bedf4bb476a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001035 10.0.0.141 - - [2026-01-12 02:11:35] "POST /neutron/port HTTP/1.1" 200 151 0.178586 10.0.0.141 - - [2026-01-12 02:11:35] "POST /neutron/port HTTP/1.1" 200 1112 0.022329 10.0.0.141 - - [2026-01-12 02:11:35] "GET /project/c465cd77-cc78-4965-824b-2bedf4bb476a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.038738 10.0.0.141 - - [2026-01-12 02:11:35] "GET /projects?obj_uuids=c465cd77-cc78-4965-824b-2bedf4bb476a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001507 10.0.0.141 - - [2026-01-12 02:11:35] "GET /project/c465cd77-cc78-4965-824b-2bedf4bb476a?fields=security_groups HTTP/1.1" 200 1366 0.041768 10.0.0.141 - - [2026-01-12 02:11:35] "DELETE /security-group/55c8f2be-b2f0-4f66-acd4-b63b42e73741 HTTP/1.1" 200 115 0.060972 10.0.0.141 - - [2026-01-12 02:11:35] "GET /projects?obj_uuids=c465cd77-cc78-4965-824b-2bedf4bb476a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001132 10.0.0.141 - - [2026-01-12 02:11:35] "DELETE /access-control-list/4317cd00-0b19-4508-a82e-8a2091430253 HTTP/1.1" 200 115 0.047586 10.0.0.141 - - [2026-01-12 02:11:35] "GET /project/c465cd77-cc78-4965-824b-2bedf4bb476a?fields=application_policy_sets HTTP/1.1" 200 1405 0.043851 10.0.0.141 - - [2026-01-12 02:11:35] "POST /neutron/port HTTP/1.1" 200 151 0.205601 10.0.0.141 - - [2026-01-12 02:11:35] "DELETE /access-control-list/fda38736-ca69-4344-abbb-a46f1b0c2011 HTTP/1.1" 200 115 0.041967 10.0.0.141 - - [2026-01-12 02:11:35] "DELETE /project/c465cd77-cc78-4965-824b-2bedf4bb476a HTTP/1.1" 200 115 0.358391 10.0.0.141 - - [2026-01-12 02:11:37] "POST /neutron/network HTTP/1.1" 200 822 0.005901 10.0.0.141 - - [2026-01-12 02:11:37] "POST /useragent-kv HTTP/1.1" 200 115 0.004063 10.0.0.141 - - [2026-01-12 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.141 - - [2026-01-12 02:11:37] "POST /useragent-kv HTTP/1.1" 200 115 0.001899 10.0.0.141 - - [2026-01-12 02:11:37] "POST /neutron/network HTTP/1.1" 200 151 0.079945 10.0.0.141 - - [2026-01-12 02:11:37] "DELETE /route-target/a6ac6229-af4a-477c-a2bf-eb04c1767d32 HTTP/1.1" 200 115 0.015256 10.0.0.141 - - [2026-01-12 02:11:37] "GET /projects?obj_uuids=001693d4-c2c5-4de0-8041-dfeaf6fcad55&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001324 10.0.0.141 - - [2026-01-12 02:11:37] "GET /project/001693d4-c2c5-4de0-8041-dfeaf6fcad55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.024924 10.0.0.141 - - [2026-01-12 02:11:37] "GET /projects?obj_uuids=001693d4-c2c5-4de0-8041-dfeaf6fcad55&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001087 10.0.0.141 - - [2026-01-12 02:11:37] "GET /project/001693d4-c2c5-4de0-8041-dfeaf6fcad55?fields=virtual_networks HTTP/1.1" 200 1032 0.067816 10.0.0.141 - - [2026-01-12 02:11:37] "GET /projects?obj_uuids=001693d4-c2c5-4de0-8041-dfeaf6fcad55&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001000 10.0.0.141 - - [2026-01-12 02:11:37] "GET /project/001693d4-c2c5-4de0-8041-dfeaf6fcad55?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.026065 10.0.0.141 - - [2026-01-12 02:11:37] "GET /projects?obj_uuids=001693d4-c2c5-4de0-8041-dfeaf6fcad55&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001116 10.0.0.141 - - [2026-01-12 02:11:37] "GET /project/001693d4-c2c5-4de0-8041-dfeaf6fcad55?fields=security_groups HTTP/1.1" 200 1260 0.027510 10.0.0.141 - - [2026-01-12 02:11:38] "POST /fqname-to-id HTTP/1.1" 404 188 0.027976 10.0.0.141 - - [2026-01-12 02:11:38] "GET /projects?obj_uuids=c080e475-606f-4d72-9ff5-5381735263bc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002428 10.0.0.141 - - [2026-01-12 02:11:38] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001034 10.0.0.141 - - [2026-01-12 02:11:38] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006871 10.0.0.141 - - [2026-01-12 02:11:38] "POST /id-to-fqname HTTP/1.1" 200 190 0.002026 10.0.0.141 - - [2026-01-12 02:11:38] "POST /fqname-to-id HTTP/1.1" 404 199 0.002407 10.0.0.141 - - [2026-01-12 02:11:38] "POST /security-groups HTTP/1.1" 200 591 0.067711 10.0.0.141 - - [2026-01-12 02:11:38] "POST /fqname-to-id HTTP/1.1" 404 234 0.002531 10.0.0.141 - - [2026-01-12 02:11:38] "POST /projects HTTP/1.1" 200 585 0.218342 10.0.0.141 - - [2026-01-12 02:11:39] "POST /access-control-lists HTTP/1.1" 200 598 0.062609 10.0.0.141 - - [2026-01-12 02:11:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.298280 10.0.0.141 - - [2026-01-12 02:11:39] "POST /fqname-to-id HTTP/1.1" 404 233 0.003303 10.0.0.141 - - [2026-01-12 02:11:39] "GET /project/c080e475-606f-4d72-9ff5-5381735263bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.428647 10.0.0.141 - - [2026-01-12 02:11:39] "POST /access-control-lists HTTP/1.1" 200 596 0.061625 10.0.0.141 - - [2026-01-12 02:11:40] "GET / HTTP/1.1" 200 36215 0.002210 10.0.0.141 - - [2026-01-12 02:11:41] "POST /fqname-to-id HTTP/1.1" 401 293 0.000666 10.0.0.141 - - [2026-01-12 02:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.064568 10.0.0.141 - - [2026-01-12 02:11:41] "GET /projects?obj_uuids=c080e475-606f-4d72-9ff5-5381735263bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002099 10.0.0.141 - - [2026-01-12 02:11:41] "GET /project/c080e475-606f-4d72-9ff5-5381735263bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.025605 10.0.0.141 - - [2026-01-12 02:11:41] "POST /neutron/network HTTP/1.1" 200 117 0.033991 10.0.0.141 - - [2026-01-12 02:11:41] "GET /projects?obj_uuids=c080e475-606f-4d72-9ff5-5381735263bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001001 10.0.0.141 - - [2026-01-12 02:11:41] "POST /neutron/network HTTP/1.1" 200 625 0.061512 10.0.0.141 - - [2026-01-12 02:11:41] "POST /route-targets HTTP/1.1" 200 328 0.013709 10.0.0.141 - - [2026-01-12 02:11:41] "POST /ref-update HTTP/1.1" 200 156 0.014719 10.0.0.141 - - [2026-01-12 02:11:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002970 10.0.0.141 - - [2026-01-12 02:11:41] "POST /neutron/subnet HTTP/1.1" 200 701 0.181416 10.0.0.141 - - [2026-01-12 02:11:41] "POST /neutron/network HTTP/1.1" 200 839 0.005718 10.0.0.141 - - [2026-01-12 02:11:41] "POST /id-to-fqname HTTP/1.1" 200 230 0.001459 10.0.0.141 - - [2026-01-12 02:11:41] "GET /virtual-network/0bdaaab4-c397-4b29-813e-84fa22fe5ba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005011 10.0.0.141 - - [2026-01-12 02:11:42] "POST /neutron/network HTTP/1.1" 200 839 0.005763 10.0.0.141 - - [2026-01-12 02:11:42] "GET /virtual-network/0bdaaab4-c397-4b29-813e-84fa22fe5ba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004936 10.0.0.141 - - [2026-01-12 02:11:42] "POST /neutron/network HTTP/1.1" 200 839 0.005399 10.0.0.141 - - [2026-01-12 02:11:42] "POST /neutron/subnet HTTP/1.1" 200 701 0.006783 10.0.0.141 - - [2026-01-12 02:11:42] "POST /neutron/network HTTP/1.1" 200 839 0.005420 10.0.0.141 - - [2026-01-12 02:11:42] "POST /id-to-fqname HTTP/1.1" 200 230 0.001643 10.0.0.141 - - [2026-01-12 02:11:42] "POST /neutron/network HTTP/1.1" 200 849 0.005875 10.0.0.141 - - [2026-01-12 02:11:42] "GET /aaa-mode HTTP/1.1" 401 293 0.000524 10.0.0.141 - - [2026-01-12 02:11:42] "GET / HTTP/1.1" 200 36215 0.001950 10.0.0.141 - - [2026-01-12 02:11:42] "GET /project/c080e475-606f-4d72-9ff5-5381735263bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000410 10.0.0.141 - - [2026-01-12 02:11:43] "GET /projects?obj_uuids=c080e475-606f-4d72-9ff5-5381735263bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001193 10.0.0.141 - - [2026-01-12 02:11:43] "GET /project/c080e475-606f-4d72-9ff5-5381735263bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.331176 10.0.0.141 - - [2026-01-12 02:11:43] "POST /neutron/network HTTP/1.1" 200 839 0.007155 10.0.0.141 - - [2026-01-12 02:11:43] "GET /obj-perms HTTP/1.1" 200 5075 0.080117 10.0.0.141 - - [2026-01-12 02:11:43] "POST /neutron/port HTTP/1.1" 200 117 0.004960 10.0.0.141 - - [2026-01-12 02:11:43] "POST /neutron/port HTTP/1.1" 200 117 0.005126 10.0.0.141 - - [2026-01-12 02:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.141 - - [2026-01-12 02:11:43] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003342 10.0.0.141 - - [2026-01-12 02:11:43] "PUT /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e HTTP/1.1" 200 277 0.009309 10.0.0.141 - - [2026-01-12 02:11:43] "POST /neutron/port HTTP/1.1" 200 117 0.005704 10.0.0.141 - - [2026-01-12 02:11:43] "GET /obj-perms HTTP/1.1" 200 5075 0.059121 10.0.0.141 - - [2026-01-12 02:11:44] "POST /neutron/network HTTP/1.1" 200 849 0.006079 10.0.0.141 - - [2026-01-12 02:11:44] "GET /projects?obj_uuids=c080e475-606f-4d72-9ff5-5381735263bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001158 10.0.0.141 - - [2026-01-12 02:11:44] "POST /neutron/port HTTP/1.1" 200 1055 0.198859 10.0.0.141 - - [2026-01-12 02:11:44] "POST /neutron/port HTTP/1.1" 200 1055 0.010488 10.0.0.141 - - [2026-01-12 02:11:44] "POST /neutron/port HTTP/1.1" 200 1055 0.012649 10.0.0.141 - - [2026-01-12 02:11:44] "POST /neutron/port HTTP/1.1" 200 1109 0.064498 10.0.0.141 - - [2026-01-12 02:11:44] "POST /neutron/port HTTP/1.1" 200 1119 0.015017 10.0.0.141 - - [2026-01-12 02:11:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003279 10.0.0.141 - - [2026-01-12 02:11:44] "POST /neutron/subnet HTTP/1.1" 200 675 0.008771 10.0.0.141 - - [2026-01-12 02:11:44] "POST /neutron/port HTTP/1.1" 200 117 0.001307 10.0.0.141 - - [2026-01-12 02:11:44] "POST /neutron/network HTTP/1.1" 200 839 0.006389 10.0.0.141 - - [2026-01-12 02:11:48] "POST /neutron/port HTTP/1.1" 200 1119 0.013310 10.0.0.141 - - [2026-01-12 02:11:48] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008217 10.0.0.141 - - [2026-01-12 02:11:49] "POST /neutron/port HTTP/1.1" 200 1119 0.012331 10.0.0.141 - - [2026-01-12 02:11:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007021 10.0.0.141 - - [2026-01-12 02:11:49] "POST /neutron/port HTTP/1.1" 200 1119 0.012475 10.0.0.141 - - [2026-01-12 02:11:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007515 10.0.0.141 - - [2026-01-12 02:11:49] "GET /virtual-machine/fea040d9-38d7-4603-986b-eda50755ba75 HTTP/1.1" 401 293 0.000713 10.0.0.141 - - [2026-01-12 02:11:49] "GET /virtual-machine/fea040d9-38d7-4603-986b-eda50755ba75 HTTP/1.1" 200 1295 0.035151 10.0.0.141 - - [2026-01-12 02:11:49] "GET /virtual-machine-interface/651371a2-919a-4299-83f8-60eaa2e13bc8 HTTP/1.1" 200 2977 0.005299 10.0.0.141 - - [2026-01-12 02:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.141 - - [2026-01-12 02:11:49] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.003882 10.0.0.141 - - [2026-01-12 02:11:49] "GET /virtual-networks?parent_id=c080e475-606f-4d72-9ff5-5381735263bc&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002986 10.0.0.141 - - [2026-01-12 02:11:49] "GET /virtual-network/0bdaaab4-c397-4b29-813e-84fa22fe5ba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005881 10.0.0.141 - - [2026-01-12 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004180 10.0.0.141 - - [2026-01-12 02:11:52] "GET /virtual-network/0bdaaab4-c397-4b29-813e-84fa22fe5ba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005780 10.0.0.141 - - [2026-01-12 02:11:54] "POST /neutron/port HTTP/1.1" 200 1119 0.012471 10.0.0.141 - - [2026-01-12 02:11:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006270 10.0.0.141 - - [2026-01-12 02:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002803 10.0.0.141 - - [2026-01-12 02:11:56] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.002886 10.0.0.141 - - [2026-01-12 02:11:57] "GET /virtual-networks?parent_id=c080e475-606f-4d72-9ff5-5381735263bc&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003065 10.0.0.141 - - [2026-01-12 02:11:57] "GET /virtual-network/0bdaaab4-c397-4b29-813e-84fa22fe5ba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005977 10.0.0.141 - - [2026-01-12 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.141 - - [2026-01-12 02:11:59] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.002988 10.0.0.141 - - [2026-01-12 02:11:59] "PUT /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e HTTP/1.1" 200 277 0.010018 10.0.0.141 - - [2026-01-12 02:11:59] "POST /neutron/network HTTP/1.1" 200 839 0.005884 10.0.0.141 - - [2026-01-12 02:11:59] "POST /neutron/network HTTP/1.1" 400 204 0.012542 10.0.0.141 - - [2026-01-12 02:11:59] "POST /neutron/port HTTP/1.1" 200 1119 0.012170 10.0.0.141 - - [2026-01-12 02:11:59] "POST /neutron/port HTTP/1.1" 200 1109 0.009634 10.0.0.141 - - [2026-01-12 02:11:59] "POST /neutron/port HTTP/1.1" 200 151 0.093370 10.0.0.141 - - [2026-01-12 02:12:01] "POST /neutron/network HTTP/1.1" 200 839 0.007313 10.0.0.141 - - [2026-01-12 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.141 - - [2026-01-12 02:12:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002562 10.0.0.141 - - [2026-01-12 02:12:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002794 10.0.0.141 - - [2026-01-12 02:12:01] "POST /neutron/network HTTP/1.1" 200 151 0.099858 10.0.0.141 - - [2026-01-12 02:12:01] "DELETE /route-target/eed563cf-04fc-4fbd-8ac0-114f49516baf HTTP/1.1" 200 115 0.025057 10.0.0.141 - - [2026-01-12 02:12:02] "GET /global-vrouter-configs HTTP/1.1" 200 358 0.002776 10.0.0.141 - - [2026-01-12 02:12:02] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e HTTP/1.1" 200 1884 0.003485 10.0.0.141 - - [2026-01-12 02:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002701 10.0.0.141 - - [2026-01-12 02:12:02] "GET /projects?obj_uuids=c080e475-606f-4d72-9ff5-5381735263bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001099 10.0.0.141 - - [2026-01-12 02:12:02] "GET /project/c080e475-606f-4d72-9ff5-5381735263bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.029432 10.0.0.141 - - [2026-01-12 02:12:02] "POST /neutron/network HTTP/1.1" 200 117 0.009317 10.0.0.141 - - [2026-01-12 02:12:02] "GET /projects?obj_uuids=c080e475-606f-4d72-9ff5-5381735263bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001632 10.0.0.141 - - [2026-01-12 02:12:02] "POST /neutron/network HTTP/1.1" 200 605 0.071589 10.0.0.141 - - [2026-01-12 02:12:02] "POST /route-targets HTTP/1.1" 200 328 0.012477 10.0.0.141 - - [2026-01-12 02:12:02] "POST /ref-update HTTP/1.1" 200 156 0.017554 10.0.0.141 - - [2026-01-12 02:12:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003582 10.0.0.141 - - [2026-01-12 02:12:02] "POST /neutron/subnet HTTP/1.1" 200 719 0.180193 10.0.0.141 - - [2026-01-12 02:12:02] "POST /neutron/network HTTP/1.1" 200 823 0.005647 10.0.0.141 - - [2026-01-12 02:12:02] "POST /id-to-fqname HTTP/1.1" 200 220 0.001280 10.0.0.141 - - [2026-01-12 02:12:02] "GET /virtual-network/28287d2d-1c17-4cab-908d-c78f6a3e01be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005370 10.0.0.141 - - [2026-01-12 02:12:02] "POST /neutron/network HTTP/1.1" 200 823 0.007128 10.0.0.141 - - [2026-01-12 02:12:02] "GET /virtual-network/28287d2d-1c17-4cab-908d-c78f6a3e01be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005061 10.0.0.141 - - [2026-01-12 02:12:02] "POST /neutron/network HTTP/1.1" 200 823 0.005632 10.0.0.141 - - [2026-01-12 02:12:02] "POST /neutron/subnet HTTP/1.1" 200 719 0.007085 10.0.0.141 - - [2026-01-12 02:12:02] "POST /id-to-fqname HTTP/1.1" 200 220 0.001461 10.0.0.141 - - [2026-01-12 02:12:02] "POST /neutron/network HTTP/1.1" 200 833 0.006834 10.0.0.141 - - [2026-01-12 02:12:02] "GET /aaa-mode HTTP/1.1" 401 293 0.000655 10.0.0.141 - - [2026-01-12 02:12:03] "GET / HTTP/1.1" 200 36215 0.002105 10.0.0.141 - - [2026-01-12 02:12:03] "GET /project/c080e475-606f-4d72-9ff5-5381735263bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000546 10.0.0.141 - - [2026-01-12 02:12:03] "GET /projects?obj_uuids=c080e475-606f-4d72-9ff5-5381735263bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001370 10.0.0.141 - - [2026-01-12 02:12:03] "GET /project/c080e475-606f-4d72-9ff5-5381735263bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.056997 10.0.0.141 - - [2026-01-12 02:12:03] "POST /neutron/network HTTP/1.1" 200 823 0.006079 10.0.0.141 - - [2026-01-12 02:12:03] "POST /neutron/port HTTP/1.1" 200 117 0.005190 10.0.0.141 - - [2026-01-12 02:12:03] "POST /neutron/port HTTP/1.1" 200 117 0.007925 10.0.0.141 - - [2026-01-12 02:12:03] "POST /neutron/port HTTP/1.1" 200 117 0.005392 10.0.0.141 - - [2026-01-12 02:12:04] "POST /neutron/network HTTP/1.1" 200 833 0.005878 10.0.0.141 - - [2026-01-12 02:12:04] "GET /projects?obj_uuids=c080e475-606f-4d72-9ff5-5381735263bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001197 10.0.0.141 - - [2026-01-12 02:12:04] "POST /neutron/port HTTP/1.1" 200 1059 0.198901 10.0.0.141 - - [2026-01-12 02:12:04] "POST /neutron/port HTTP/1.1" 200 1059 0.017087 10.0.0.141 - - [2026-01-12 02:12:04] "POST /neutron/port HTTP/1.1" 200 1059 0.011393 10.0.0.141 - - [2026-01-12 02:12:04] "POST /neutron/port HTTP/1.1" 200 1113 0.065159 10.0.0.141 - - [2026-01-12 02:12:04] "POST /neutron/port HTTP/1.1" 200 1123 0.013934 10.0.0.141 - - [2026-01-12 02:12:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004172 10.0.0.141 - - [2026-01-12 02:12:04] "POST /neutron/subnet HTTP/1.1" 200 693 0.012192 10.0.0.141 - - [2026-01-12 02:12:04] "POST /neutron/port HTTP/1.1" 200 117 0.001527 10.0.0.141 - - [2026-01-12 02:12:04] "POST /neutron/network HTTP/1.1" 200 823 0.006281 10.0.0.141 - - [2026-01-12 02:12:08] "POST /neutron/port HTTP/1.1" 200 1123 0.014519 10.0.0.141 - - [2026-01-12 02:12:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007071 10.0.0.141 - - [2026-01-12 02:12:09] "POST /neutron/port HTTP/1.1" 200 1123 0.013545 10.0.0.141 - - [2026-01-12 02:12:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006191 10.0.0.141 - - [2026-01-12 02:12:09] "POST /neutron/port HTTP/1.1" 200 1123 0.012796 10.0.0.141 - - [2026-01-12 02:12:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007162 10.0.0.141 - - [2026-01-12 02:12:09] "GET /virtual-machine/ed0dae4c-b806-459b-b567-566c98cf2502 HTTP/1.1" 200 1295 0.004827 10.0.0.141 - - [2026-01-12 02:12:09] "GET /virtual-machine-interface/35894691-0be4-456e-b179-6cb76cbb53ae HTTP/1.1" 200 2948 0.007066 10.0.0.141 - - [2026-01-12 02:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.141 - - [2026-01-12 02:12:09] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003004 10.0.0.141 - - [2026-01-12 02:12:09] "GET /virtual-networks?parent_id=c080e475-606f-4d72-9ff5-5381735263bc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003566 10.0.0.141 - - [2026-01-12 02:12:09] "GET /virtual-network/28287d2d-1c17-4cab-908d-c78f6a3e01be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007910 10.0.0.141 - - [2026-01-12 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.141 - - [2026-01-12 02:12:12] "GET /virtual-network/28287d2d-1c17-4cab-908d-c78f6a3e01be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005889 10.0.0.141 - - [2026-01-12 02:12:14] "POST /neutron/port HTTP/1.1" 200 1123 0.013719 10.0.0.141 - - [2026-01-12 02:12:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005654 10.0.0.141 - - [2026-01-12 02:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.141 - - [2026-01-12 02:12:16] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002943 10.0.0.141 - - [2026-01-12 02:12:16] "GET /virtual-networks?parent_id=c080e475-606f-4d72-9ff5-5381735263bc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002990 10.0.0.141 - - [2026-01-12 02:12:16] "GET /virtual-network/28287d2d-1c17-4cab-908d-c78f6a3e01be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006113 10.0.0.141 - - [2026-01-12 02:12:18] "POST /neutron/network HTTP/1.1" 200 823 0.013103 10.0.0.141 - - [2026-01-12 02:12:18] "POST /neutron/network HTTP/1.1" 400 204 0.010012 10.0.0.141 - - [2026-01-12 02:12:19] "POST /neutron/port HTTP/1.1" 200 1123 0.011656 10.0.0.141 - - [2026-01-12 02:12:19] "POST /neutron/port HTTP/1.1" 200 1113 0.010073 10.0.0.141 - - [2026-01-12 02:12:19] "POST /neutron/port HTTP/1.1" 200 151 0.092897 10.0.0.141 - - [2026-01-12 02:12:20] "POST /neutron/network HTTP/1.1" 200 823 0.005955 10.0.0.141 - - [2026-01-12 02:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.141 - - [2026-01-12 02:12:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003510 10.0.0.141 - - [2026-01-12 02:12:20] "POST /useragent-kv HTTP/1.1" 200 115 0.001824 10.0.0.141 - - [2026-01-12 02:12:20] "POST /neutron/network HTTP/1.1" 200 151 0.098588 10.0.0.141 - - [2026-01-12 02:12:20] "DELETE /route-target/b12469f4-7618-42da-a20a-904b589c8cf8 HTTP/1.1" 200 115 0.033125 10.0.0.141 - - [2026-01-12 02:12:21] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.002923 10.0.0.141 - - [2026-01-12 02:12:21] "POST /network-ipams HTTP/1.1" 200 543 0.016272 10.0.0.141 - - [2026-01-12 02:12:21] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 767 0.002942 10.0.0.141 - - [2026-01-12 02:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.141 - - [2026-01-12 02:12:21] "GET /network-ipam/ffbd9884-7e84-48ec-a316-987d1face299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1332 0.005630 10.0.0.141 - - [2026-01-12 02:12:21] "PUT /network-ipam/ffbd9884-7e84-48ec-a316-987d1face299 HTTP/1.1" 200 259 0.011149 10.0.0.141 - - [2026-01-12 02:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.141 - - [2026-01-12 02:12:21] "GET /projects?obj_uuids=c080e475-606f-4d72-9ff5-5381735263bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001149 10.0.0.141 - - [2026-01-12 02:12:21] "GET /project/c080e475-606f-4d72-9ff5-5381735263bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.027294 10.0.0.141 - - [2026-01-12 02:12:21] "POST /neutron/network HTTP/1.1" 200 117 0.009494 10.0.0.141 - - [2026-01-12 02:12:21] "GET /projects?obj_uuids=c080e475-606f-4d72-9ff5-5381735263bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001389 10.0.0.141 - - [2026-01-12 02:12:21] "POST /neutron/network HTTP/1.1" 200 605 0.062774 10.0.0.141 - - [2026-01-12 02:12:21] "POST /route-targets HTTP/1.1" 200 328 0.018393 10.0.0.141 - - [2026-01-12 02:12:21] "POST /ref-update HTTP/1.1" 200 156 0.012059 10.0.0.141 - - [2026-01-12 02:12:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003307 10.0.0.141 - - [2026-01-12 02:12:22] "POST /neutron/subnet HTTP/1.1" 200 699 0.198690 10.0.0.141 - - [2026-01-12 02:12:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003129 10.0.0.141 - - [2026-01-12 02:12:22] "POST /neutron/subnet HTTP/1.1" 200 699 0.150694 10.0.0.141 - - [2026-01-12 02:12:22] "POST /neutron/network HTTP/1.1" 200 994 0.007051 10.0.0.141 - - [2026-01-12 02:12:22] "POST /id-to-fqname HTTP/1.1" 200 220 0.001302 10.0.0.141 - - [2026-01-12 02:12:22] "GET /virtual-network/0c226995-cd99-4eb2-b957-6382a849e32d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004668 10.0.0.141 - - [2026-01-12 02:12:22] "POST /neutron/network HTTP/1.1" 200 994 0.006991 10.0.0.141 - - [2026-01-12 02:12:22] "GET /virtual-network/0c226995-cd99-4eb2-b957-6382a849e32d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004709 10.0.0.141 - - [2026-01-12 02:12:22] "POST /neutron/network HTTP/1.1" 200 994 0.006874 10.0.0.141 - - [2026-01-12 02:12:22] "POST /neutron/subnet HTTP/1.1" 200 699 0.007244 10.0.0.141 - - [2026-01-12 02:12:22] "POST /neutron/subnet HTTP/1.1" 200 699 0.006394 10.0.0.141 - - [2026-01-12 02:12:22] "POST /neutron/network HTTP/1.1" 200 994 0.006457 10.0.0.141 - - [2026-01-12 02:12:22] "POST /neutron/subnet HTTP/1.1" 200 699 0.006567 10.0.0.141 - - [2026-01-12 02:12:22] "POST /neutron/subnet HTTP/1.1" 200 699 0.006762 10.0.0.141 - - [2026-01-12 02:12:22] "GET /projects?obj_uuids=c080e475-606f-4d72-9ff5-5381735263bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001070 10.0.0.141 - - [2026-01-12 02:12:22] "POST /neutron/port HTTP/1.1" 200 1017 0.157809 10.0.0.141 - - [2026-01-12 02:12:22] "GET /projects?obj_uuids=c080e475-606f-4d72-9ff5-5381735263bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001123 10.0.0.141 - - [2026-01-12 02:12:22] "POST /neutron/port HTTP/1.1" 200 1017 0.172947 10.0.0.141 - - [2026-01-12 02:12:22] "POST /id-to-fqname HTTP/1.1" 200 220 0.001813 10.0.0.141 - - [2026-01-12 02:12:23] "POST /neutron/port HTTP/1.1" 200 1017 0.008715 10.0.0.141 - - [2026-01-12 02:12:23] "POST /neutron/port HTTP/1.1" 200 1017 0.009571 10.0.0.141 - - [2026-01-12 02:12:23] "POST /neutron/network HTTP/1.1" 200 994 0.006639 10.0.0.141 - - [2026-01-12 02:12:23] "POST /neutron/port HTTP/1.1" 200 1017 0.008476 10.0.0.141 - - [2026-01-12 02:12:23] "POST /neutron/port HTTP/1.1" 200 117 0.005394 10.0.0.141 - - [2026-01-12 02:12:23] "POST /neutron/port HTTP/1.1" 200 1017 0.009902 10.0.0.141 - - [2026-01-12 02:12:23] "POST /neutron/port HTTP/1.1" 200 117 0.005353 10.0.0.141 - - [2026-01-12 02:12:23] "POST /id-to-fqname HTTP/1.1" 200 220 0.001513 10.0.0.141 - - [2026-01-12 02:12:23] "POST /neutron/port HTTP/1.1" 200 117 0.006109 10.0.0.141 - - [2026-01-12 02:12:23] "POST /neutron/port HTTP/1.1" 200 1017 0.009950 10.0.0.141 - - [2026-01-12 02:12:23] "POST /neutron/port HTTP/1.1" 200 1017 0.009379 10.0.0.141 - - [2026-01-12 02:12:23] "POST /neutron/network HTTP/1.1" 200 994 0.007225 10.0.0.141 - - [2026-01-12 02:12:23] "POST /neutron/port HTTP/1.1" 200 1017 0.008355 10.0.0.141 - - [2026-01-12 02:12:23] "POST /neutron/port HTTP/1.1" 200 1017 0.010777 10.0.0.141 - - [2026-01-12 02:12:23] "POST /neutron/port HTTP/1.1" 200 117 0.006451 10.0.0.141 - - [2026-01-12 02:12:23] "POST /neutron/port HTTP/1.1" 200 117 0.004376 10.0.0.141 - - [2026-01-12 02:12:23] "POST /id-to-fqname HTTP/1.1" 200 220 0.001386 10.0.0.141 - - [2026-01-12 02:12:23] "POST /neutron/port HTTP/1.1" 200 1017 0.008490 10.0.0.141 - - [2026-01-12 02:12:23] "POST /neutron/network HTTP/1.1" 200 1004 0.007329 10.0.0.141 - - [2026-01-12 02:12:23] "POST /neutron/port HTTP/1.1" 200 1017 0.082196 10.0.0.141 - - [2026-01-12 02:12:23] "POST /neutron/port HTTP/1.1" 200 117 0.007059 10.0.0.141 - - [2026-01-12 02:12:23] "POST /neutron/port HTTP/1.1" 200 1017 0.011894 10.0.0.141 - - [2026-01-12 02:12:24] "POST /neutron/port HTTP/1.1" 200 1109 0.084606 10.0.0.141 - - [2026-01-12 02:12:24] "POST /neutron/network HTTP/1.1" 200 1004 0.005888 10.0.0.141 - - [2026-01-12 02:12:24] "GET /aaa-mode HTTP/1.1" 401 293 0.000494 10.0.0.141 - - [2026-01-12 02:12:24] "POST /neutron/port HTTP/1.1" 200 1119 0.013179 10.0.0.141 - - [2026-01-12 02:12:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004092 10.0.0.141 - - [2026-01-12 02:12:24] "POST /neutron/subnet HTTP/1.1" 200 673 0.009022 10.0.0.141 - - [2026-01-12 02:12:24] "POST /neutron/port HTTP/1.1" 200 117 0.001479 10.0.0.141 - - [2026-01-12 02:12:24] "POST /neutron/network HTTP/1.1" 200 994 0.008017 10.0.0.141 - - [2026-01-12 02:12:24] "POST /neutron/port HTTP/1.1" 200 1017 0.016649 10.0.0.141 - - [2026-01-12 02:12:24] "POST /neutron/network HTTP/1.1" 200 1004 0.005814 10.0.0.141 - - [2026-01-12 02:12:24] "POST /neutron/port HTTP/1.1" 200 1017 0.009856 10.0.0.141 - - [2026-01-12 02:12:24] "POST /neutron/port HTTP/1.1" 200 1017 0.011904 10.0.0.141 - - [2026-01-12 02:12:24] "POST /neutron/port HTTP/1.1" 200 1109 0.095148 10.0.0.141 - - [2026-01-12 02:12:24] "GET / HTTP/1.1" 200 36215 0.002714 10.0.0.141 - - [2026-01-12 02:12:24] "GET /project/c080e475-606f-4d72-9ff5-5381735263bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000526 10.0.0.141 - - [2026-01-12 02:12:24] "POST /neutron/port HTTP/1.1" 200 1119 0.014220 10.0.0.141 - - [2026-01-12 02:12:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003772 10.0.0.141 - - [2026-01-12 02:12:24] "POST /neutron/subnet HTTP/1.1" 200 673 0.010242 10.0.0.141 - - [2026-01-12 02:12:24] "POST /neutron/port HTTP/1.1" 200 117 0.001303 10.0.0.141 - - [2026-01-12 02:12:24] "POST /neutron/network HTTP/1.1" 200 994 0.013777 10.0.0.141 - - [2026-01-12 02:12:24] "GET /projects?obj_uuids=c080e475-606f-4d72-9ff5-5381735263bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001214 10.0.0.141 - - [2026-01-12 02:12:24] "GET /project/c080e475-606f-4d72-9ff5-5381735263bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.058445 10.0.0.141 - - [2026-01-12 02:12:24] "POST /neutron/network HTTP/1.1" 200 994 0.011434 10.0.0.141 - - [2026-01-12 02:12:25] "POST /neutron/port HTTP/1.1" 200 2086 0.021866 10.0.0.141 - - [2026-01-12 02:12:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005713 10.0.0.141 - - [2026-01-12 02:12:25] "POST /neutron/port HTTP/1.1" 200 117 0.004959 10.0.0.141 - - [2026-01-12 02:12:25] "GET /domains HTTP/1.1" 200 281 0.003476 10.0.0.141 - - [2026-01-12 02:12:25] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001013 10.0.0.141 - - [2026-01-12 02:12:25] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2772 0.008551 10.0.0.141 - - [2026-01-12 02:12:25] "GET /projects?obj_uuids=c080e475-606f-4d72-9ff5-5381735263bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003286 10.0.0.141 - - [2026-01-12 02:12:25] "GET /project/c080e475-606f-4d72-9ff5-5381735263bc HTTP/1.1" 200 2852 0.073958 10.0.0.141 - - [2026-01-12 02:12:25] "GET /network-ipam/ffbd9884-7e84-48ec-a316-987d1face299 HTTP/1.1" 200 2650 0.009975 10.0.0.141 - - [2026-01-12 02:12:25] "GET /domains HTTP/1.1" 200 281 0.003449 10.0.0.141 - - [2026-01-12 02:12:25] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001982 10.0.0.141 - - [2026-01-12 02:12:25] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2772 0.014048 10.0.0.141 - - [2026-01-12 02:12:25] "GET /projects?obj_uuids=c080e475-606f-4d72-9ff5-5381735263bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003200 10.0.0.141 - - [2026-01-12 02:12:25] "GET /project/c080e475-606f-4d72-9ff5-5381735263bc HTTP/1.1" 200 2852 0.089427 10.0.0.141 - - [2026-01-12 02:12:25] "GET /virtual-network/0c226995-cd99-4eb2-b957-6382a849e32d HTTP/1.1" 200 3787 0.015049 10.0.0.141 - - [2026-01-12 02:12:25] "GET /virtual-network/0c226995-cd99-4eb2-b957-6382a849e32d HTTP/1.1" 200 3787 0.008039 10.0.0.141 - - [2026-01-12 02:12:25] "GET /routing-instance/c830ba6e-7e6f-42a0-b2d2-c2f45b58b5b4 HTTP/1.1" 200 2386 0.005755 10.0.0.141 - - [2026-01-12 02:12:25] "GET /routing-instance/c830ba6e-7e6f-42a0-b2d2-c2f45b58b5b4 HTTP/1.1" 200 2386 0.005618 10.0.0.141 - - [2026-01-12 02:12:25] "GET /route-target/3cb7855f-e947-4bbb-8994-d48f817d7b74 HTTP/1.1" 200 1205 0.003537 10.0.0.141 - - [2026-01-12 02:12:25] "GET /virtual-network/0c226995-cd99-4eb2-b957-6382a849e32d HTTP/1.1" 200 3787 0.006841 10.0.0.141 - - [2026-01-12 02:12:25] "GET /routing-instance/c830ba6e-7e6f-42a0-b2d2-c2f45b58b5b4 HTTP/1.1" 200 2386 0.003966 10.0.0.141 - - [2026-01-12 02:12:25] "GET /virtual-network/0c226995-cd99-4eb2-b957-6382a849e32d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005090 10.0.0.141 - - [2026-01-12 02:12:25] "GET /virtual-network/0c226995-cd99-4eb2-b957-6382a849e32d HTTP/1.1" 200 3787 0.005924 10.0.0.141 - - [2026-01-12 02:12:25] "GET /routing-instance/c830ba6e-7e6f-42a0-b2d2-c2f45b58b5b4 HTTP/1.1" 200 2386 0.003895 10.0.0.141 - - [2026-01-12 02:12:25] "GET /routing-instance/c830ba6e-7e6f-42a0-b2d2-c2f45b58b5b4 HTTP/1.1" 200 2386 0.004871 10.0.0.141 - - [2026-01-12 02:12:25] "GET /route-target/3cb7855f-e947-4bbb-8994-d48f817d7b74 HTTP/1.1" 200 1205 0.007294 10.0.0.141 - - [2026-01-12 02:12:25] "GET /domains HTTP/1.1" 200 281 0.002633 10.0.0.141 - - [2026-01-12 02:12:25] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001146 10.0.0.141 - - [2026-01-12 02:12:25] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2772 0.008766 10.0.0.141 - - [2026-01-12 02:12:25] "GET /projects?obj_uuids=c080e475-606f-4d72-9ff5-5381735263bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001222 10.0.0.141 - - [2026-01-12 02:12:25] "GET /project/c080e475-606f-4d72-9ff5-5381735263bc HTTP/1.1" 200 2852 0.085278 10.0.0.141 - - [2026-01-12 02:12:25] "GET /virtual-network/0c226995-cd99-4eb2-b957-6382a849e32d HTTP/1.1" 200 3787 0.017179 10.0.0.141 - - [2026-01-12 02:12:25] "POST /neutron/network HTTP/1.1" 200 1004 0.024926 10.0.0.141 - - [2026-01-12 02:12:25] "GET /projects?obj_uuids=c080e475-606f-4d72-9ff5-5381735263bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002312 10.0.0.141 - - [2026-01-12 02:12:26] "POST /neutron/port HTTP/1.1" 200 1055 0.280210 10.0.0.141 - - [2026-01-12 02:12:26] "POST /neutron/port HTTP/1.1" 200 1055 0.012318 10.0.0.141 - - [2026-01-12 02:12:26] "POST /neutron/port HTTP/1.1" 200 1055 0.012429 10.0.0.141 - - [2026-01-12 02:12:26] "POST /neutron/port HTTP/1.1" 200 1109 0.104032 10.0.0.141 - - [2026-01-12 02:12:26] "GET /obj-perms HTTP/1.1" 200 5049 0.064018 10.0.0.141 - - [2026-01-12 02:12:26] "POST /neutron/port HTTP/1.1" 200 1119 0.013690 10.0.0.141 - - [2026-01-12 02:12:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004057 10.0.0.141 - - [2026-01-12 02:12:26] "POST /neutron/port HTTP/1.1" 200 1119 0.014362 10.0.0.141 - - [2026-01-12 02:12:26] "POST /neutron/subnet HTTP/1.1" 200 673 0.008450 10.0.0.141 - - [2026-01-12 02:12:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005881 10.0.0.141 - - [2026-01-12 02:12:26] "POST /neutron/port HTTP/1.1" 200 117 0.001176 10.0.0.141 - - [2026-01-12 02:12:26] "POST /neutron/network HTTP/1.1" 200 994 0.008548 10.0.0.141 - - [2026-01-12 02:12:26] "POST /neutron/port HTTP/1.1" 200 1119 0.014243 10.0.0.141 - - [2026-01-12 02:12:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008907 10.0.0.141 - - [2026-01-12 02:12:26] "POST /neutron/port HTTP/1.1" 200 1119 0.013530 10.0.0.141 - - [2026-01-12 02:12:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007236 10.0.0.141 - - [2026-01-12 02:12:26] "GET /virtual-machine/5fed7d84-c033-4eb5-902d-35ceb18dce4c HTTP/1.1" 200 1290 0.021564 10.0.0.141 - - [2026-01-12 02:12:26] "GET /virtual-machine-interface/9380b156-31f0-41e1-bec3-27d056f919c6 HTTP/1.1" 200 2949 0.007138 10.0.0.141 - - [2026-01-12 02:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.141 - - [2026-01-12 02:12:26] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003106 10.0.0.141 - - [2026-01-12 02:12:26] "GET /virtual-networks?parent_id=c080e475-606f-4d72-9ff5-5381735263bc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003174 10.0.0.141 - - [2026-01-12 02:12:26] "GET /virtual-network/0c226995-cd99-4eb2-b957-6382a849e32d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006736 10.0.0.141 - - [2026-01-12 02:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.141 - - [2026-01-12 02:12:29] "GET /virtual-network/0c226995-cd99-4eb2-b957-6382a849e32d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004724 10.0.0.141 - - [2026-01-12 02:12:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.141 - - [2026-01-12 02:12:34] "GET /virtual-network/0c226995-cd99-4eb2-b957-6382a849e32d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006371 10.0.0.141 - - [2026-01-12 02:12:34] "POST /neutron/port HTTP/1.1" 200 1119 0.012434 10.0.0.141 - - [2026-01-12 02:12:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006608 10.0.0.141 - - [2026-01-12 02:12:34] "POST /neutron/port HTTP/1.1" 200 1119 0.015898 10.0.0.141 - - [2026-01-12 02:12:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005472 10.0.0.141 - - [2026-01-12 02:12:36] "DELETE /project/c080e475606f4d729ff55381735263bc HTTP/1.1" 404 173 0.005492 10.0.0.141 - - [2026-01-12 02:12:36] "GET /projects?obj_uuids=001693d4-c2c5-4de0-8041-dfeaf6fcad55&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001430 10.0.0.141 - - [2026-01-12 02:12:36] "GET /project/001693d4-c2c5-4de0-8041-dfeaf6fcad55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.043774 10.0.0.141 - - [2026-01-12 02:12:36] "GET /projects?obj_uuids=001693d4-c2c5-4de0-8041-dfeaf6fcad55&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002198 10.0.0.141 - - [2026-01-12 02:12:36] "GET /project/001693d4-c2c5-4de0-8041-dfeaf6fcad55?fields=security_groups HTTP/1.1" 200 1362 0.050257 10.0.0.141 - - [2026-01-12 02:12:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.018461 10.0.0.141 - - [2026-01-12 02:12:36] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004547 10.0.0.141 - - [2026-01-12 02:12:36] "GET /virtual-networks?parent_id=c080e475-606f-4d72-9ff5-5381735263bc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003113 10.0.0.141 - - [2026-01-12 02:12:36] "DELETE /security-group/ed874c8c-05b7-4feb-bf64-036488b3c55e HTTP/1.1" 200 115 0.050487 10.0.0.141 - - [2026-01-12 02:12:36] "GET /projects?obj_uuids=001693d4-c2c5-4de0-8041-dfeaf6fcad55&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001220 10.0.0.141 - - [2026-01-12 02:12:36] "GET /virtual-network/0c226995-cd99-4eb2-b957-6382a849e32d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006830 10.0.0.141 - - [2026-01-12 02:12:36] "DELETE /access-control-list/df0d9008-d778-44e2-a721-ff0366034d22 HTTP/1.1" 200 115 0.053797 10.0.0.141 - - [2026-01-12 02:12:36] "GET /project/001693d4-c2c5-4de0-8041-dfeaf6fcad55?fields=application_policy_sets HTTP/1.1" 200 1401 0.070695 10.0.0.141 - - [2026-01-12 02:12:36] "DELETE /access-control-list/b66dd3b6-6d49-4a65-8119-f87596005180 HTTP/1.1" 200 115 0.050995 10.0.0.141 - - [2026-01-12 02:12:36] "DELETE /project/001693d4-c2c5-4de0-8041-dfeaf6fcad55 HTTP/1.1" 200 115 0.442398 10.0.0.141 - - [2026-01-12 02:12:36] "POST /neutron/port HTTP/1.1" 200 1119 0.025616 10.0.0.141 - - [2026-01-12 02:12:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010832 10.0.0.141 - - [2026-01-12 02:12:36] "POST /neutron/port HTTP/1.1" 200 1119 0.014241 10.0.0.141 - - [2026-01-12 02:12:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005826 10.0.0.141 - - [2026-01-12 02:12:41] "POST /neutron/port HTTP/1.1" 200 1119 0.012734 10.0.0.141 - - [2026-01-12 02:12:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006554 10.0.0.141 - - [2026-01-12 02:12:41] "POST /neutron/port HTTP/1.1" 200 1119 0.024436 10.0.0.141 - - [2026-01-12 02:12:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006380 10.0.0.141 - - [2026-01-12 02:12:41] "POST /neutron/port HTTP/1.1" 200 1119 0.013262 10.0.0.141 - - [2026-01-12 02:12:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006998 10.0.0.141 - - [2026-01-12 02:12:41] "GET /virtual-machine/d2737168-0e5e-4d7d-8756-e7cae48e2836 HTTP/1.1" 200 1290 0.006598 10.0.0.141 - - [2026-01-12 02:12:42] "GET /virtual-machine-interface/a04ac519-c722-4e77-8a42-a1c1359e5ba0 HTTP/1.1" 200 2948 0.004931 10.0.0.141 - - [2026-01-12 02:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.141 - - [2026-01-12 02:12:42] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003236 10.0.0.141 - - [2026-01-12 02:12:42] "GET /virtual-networks?parent_id=c080e475-606f-4d72-9ff5-5381735263bc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003158 10.0.0.141 - - [2026-01-12 02:12:42] "GET /virtual-network/0c226995-cd99-4eb2-b957-6382a849e32d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006341 10.0.0.141 - - [2026-01-12 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.141 - - [2026-01-12 02:12:43] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003248 10.0.0.141 - - [2026-01-12 02:12:43] "GET /virtual-networks?parent_id=c080e475-606f-4d72-9ff5-5381735263bc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002996 10.0.0.141 - - [2026-01-12 02:12:43] "GET /virtual-network/0c226995-cd99-4eb2-b957-6382a849e32d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.008000 10.0.0.141 - - [2026-01-12 02:12:43] "POST /neutron/port HTTP/1.1" 200 1119 0.012260 10.0.0.141 - - [2026-01-12 02:12:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006418 10.0.0.141 - - [2026-01-12 02:12:43] "POST /neutron/port HTTP/1.1" 200 1119 0.013684 10.0.0.141 - - [2026-01-12 02:12:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006379 10.0.0.141 - - [2026-01-12 02:12:43] "POST /neutron/port HTTP/1.1" 200 1119 0.011770 10.0.0.141 - - [2026-01-12 02:12:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007388 10.0.0.141 - - [2026-01-12 02:12:43] "GET /virtual-machine/7c4e8482-9397-4409-be87-c246c78dec50 HTTP/1.1" 200 1294 0.005280 10.0.0.141 - - [2026-01-12 02:12:43] "GET /virtual-machine-interface/7cb1b357-7431-42de-87f0-8f8e3bd275fe HTTP/1.1" 200 2947 0.005521 10.0.0.141 - - [2026-01-12 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.141 - - [2026-01-12 02:12:43] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004129 10.0.0.141 - - [2026-01-12 02:12:43] "GET /virtual-networks?parent_id=c080e475-606f-4d72-9ff5-5381735263bc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003225 10.0.0.141 - - [2026-01-12 02:12:43] "GET /virtual-network/0c226995-cd99-4eb2-b957-6382a849e32d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005531 10.0.0.141 - - [2026-01-12 02:12:44] "GET /obj-perms HTTP/1.1" 200 5075 0.051148 10.0.0.141 - - [2026-01-12 02:12:44] "GET /obj-perms HTTP/1.1" 200 5075 0.053231 10.0.0.141 - - [2026-01-12 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.141 - - [2026-01-12 02:12:45] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003433 10.0.0.141 - - [2026-01-12 02:12:45] "GET /virtual-networks?parent_id=c080e475-606f-4d72-9ff5-5381735263bc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003234 10.0.0.141 - - [2026-01-12 02:12:45] "GET /virtual-network/0c226995-cd99-4eb2-b957-6382a849e32d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005975 10.0.0.141 - - [2026-01-12 02:12:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000452 10.0.0.141 - - [2026-01-12 02:12:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000425 10.0.0.141 - - [2026-01-12 02:12:55] "GET /global-system-configs HTTP/1.1" 401 293 0.000443 10.0.0.141 - - [2026-01-12 02:12:55] "GET /global-system-configs HTTP/1.1" 401 293 0.000484 10.0.0.141 - - [2026-01-12 02:13:01] "POST /neutron/port HTTP/1.1" 200 1109 0.014967 10.0.0.141 - - [2026-01-12 02:13:01] "POST /neutron/port HTTP/1.1" 200 1109 0.011241 10.0.0.141 - - [2026-01-12 02:13:01] "POST /neutron/port HTTP/1.1" 200 151 0.160524 10.0.0.141 - - [2026-01-12 02:13:01] "POST /neutron/port HTTP/1.1" 200 1109 0.018834 10.0.0.141 - - [2026-01-12 02:13:01] "POST /neutron/port HTTP/1.1" 200 1109 0.015253 10.0.0.141 - - [2026-01-12 02:13:02] "POST /neutron/port HTTP/1.1" 200 1119 0.023719 10.0.0.141 - - [2026-01-12 02:13:02] "POST /neutron/port HTTP/1.1" 200 1109 0.009475 10.0.0.141 - - [2026-01-12 02:13:02] "POST /neutron/port HTTP/1.1" 200 151 0.163000 10.0.0.141 - - [2026-01-12 02:13:02] "POST /neutron/network HTTP/1.1" 200 994 0.021012 10.0.0.141 - - [2026-01-12 02:13:02] "POST /neutron/network HTTP/1.1" 400 204 0.013369 10.0.0.141 - - [2026-01-12 02:13:02] "POST /neutron/port HTTP/1.1" 200 151 0.180747 10.0.0.141 - - [2026-01-12 02:13:04] "POST /neutron/network HTTP/1.1" 200 994 0.010638 10.0.0.141 - - [2026-01-12 02:13:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002904 10.0.0.141 - - [2026-01-12 02:13:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002041 10.0.0.141 - - [2026-01-12 02:13:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002133 10.0.0.141 - - [2026-01-12 02:13:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001957 10.0.0.141 - - [2026-01-12 02:13:04] "POST /neutron/network HTTP/1.1" 200 151 0.132222 10.0.0.141 - - [2026-01-12 02:13:04] "GET /routing-instance/c830ba6e-7e6f-42a0-b2d2-c2f45b58b5b4 HTTP/1.1" 404 171 0.007835 10.0.0.141 - - [2026-01-12 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.042344 10.0.0.141 - - [2026-01-12 02:13:04] "GET /domains HTTP/1.1" 200 281 0.005805 10.0.0.141 - - [2026-01-12 02:13:04] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002193 10.0.0.141 - - [2026-01-12 02:13:04] "DELETE /route-target/3cb7855f-e947-4bbb-8994-d48f817d7b74 HTTP/1.1" 200 115 0.028412 10.0.0.141 - - [2026-01-12 02:13:04] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 2584 0.055318 10.0.0.141 - - [2026-01-12 02:13:04] "GET /projects?obj_uuids=c080e475-606f-4d72-9ff5-5381735263bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001248 10.0.0.141 - - [2026-01-12 02:13:04] "GET /project/c080e475-606f-4d72-9ff5-5381735263bc HTTP/1.1" 200 2092 0.075488 10.0.0.141 - - [2026-01-12 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.141 - - [2026-01-12 02:13:04] "DELETE /network-ipam/ffbd9884-7e84-48ec-a316-987d1face299 HTTP/1.1" 200 115 0.030642 10.0.0.141 - - [2026-01-12 02:13:04] "POST /fqname-to-id HTTP/1.1" 404 211 0.004161 10.0.0.141 - - [2026-01-12 02:13:04] "GET /projects?obj_uuids=c080e475-606f-4d72-9ff5-5381735263bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001221 10.0.0.141 - - [2026-01-12 02:13:04] "GET /project/c080e475-606f-4d72-9ff5-5381735263bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.031198 10.0.0.141 - - [2026-01-12 02:13:04] "GET /projects?obj_uuids=c080e475-606f-4d72-9ff5-5381735263bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001282 10.0.0.141 - - [2026-01-12 02:13:05] "GET /project/c080e475-606f-4d72-9ff5-5381735263bc?fields=virtual_networks HTTP/1.1" 200 1035 0.070303 10.0.0.141 - - [2026-01-12 02:13:05] "GET /projects?obj_uuids=c080e475-606f-4d72-9ff5-5381735263bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001236 10.0.0.141 - - [2026-01-12 02:13:05] "GET /project/c080e475-606f-4d72-9ff5-5381735263bc?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.043956 10.0.0.141 - - [2026-01-12 02:13:05] "GET /projects?obj_uuids=c080e475-606f-4d72-9ff5-5381735263bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002072 10.0.0.141 - - [2026-01-12 02:13:05] "GET /project/c080e475-606f-4d72-9ff5-5381735263bc?fields=security_groups HTTP/1.1" 200 1262 0.036664 10.0.0.141 - - [2026-01-12 02:13:06] "POST /neutron/port HTTP/1.1" 200 117 0.006790 10.0.0.141 - - [2026-01-12 02:13:06] "POST /neutron/port HTTP/1.1" 400 205 0.003941 10.0.0.141 - - [2026-01-12 02:13:06] "POST /neutron/port HTTP/1.1" 200 117 0.005623 10.0.0.141 - - [2026-01-12 02:13:06] "POST /neutron/port HTTP/1.1" 400 205 0.003524 10.0.0.141 - - [2026-01-12 02:13:13] "GET / HTTP/1.1" 200 36215 0.002436 10.0.0.141 - - [2026-01-12 02:13:14] "POST /fqname-to-id HTTP/1.1" 401 293 0.000485 10.0.0.141 - - [2026-01-12 02:13:14] "POST /fqname-to-id HTTP/1.1" 404 183 0.057750 10.0.0.141 - - [2026-01-12 02:13:14] "GET /projects?obj_uuids=a04a5758-1122-43ed-a3e1-4533ebda2bcb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003909 10.0.0.141 - - [2026-01-12 02:13:14] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001389 10.0.0.141 - - [2026-01-12 02:13:14] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007473 10.0.0.141 - - [2026-01-12 02:13:14] "POST /id-to-fqname HTTP/1.1" 200 185 0.001429 10.0.0.141 - - [2026-01-12 02:13:14] "POST /fqname-to-id HTTP/1.1" 404 194 0.002326 10.0.0.141 - - [2026-01-12 02:13:15] "POST /security-groups HTTP/1.1" 200 586 0.067842 10.0.0.141 - - [2026-01-12 02:13:15] "POST /fqname-to-id HTTP/1.1" 404 229 0.006363 10.0.0.141 - - [2026-01-12 02:13:15] "POST /projects HTTP/1.1" 200 575 0.219532 10.0.0.141 - - [2026-01-12 02:13:15] "POST /access-control-lists HTTP/1.1" 200 593 0.056391 10.0.0.141 - - [2026-01-12 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.295975 10.0.0.141 - - [2026-01-12 02:13:15] "POST /fqname-to-id HTTP/1.1" 404 228 0.003134 10.0.0.141 - - [2026-01-12 02:13:15] "GET /project/a04a5758-1122-43ed-a3e1-4533ebda2bcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.424264 10.0.0.141 - - [2026-01-12 02:13:15] "POST /access-control-lists HTTP/1.1" 200 591 0.060876 10.0.0.141 - - [2026-01-12 02:13:16] "GET / HTTP/1.1" 200 36215 0.001968 10.0.0.141 - - [2026-01-12 02:13:18] "POST /fqname-to-id HTTP/1.1" 401 293 0.000514 10.0.0.141 - - [2026-01-12 02:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.029526 10.0.0.141 - - [2026-01-12 02:13:19] "GET /api-access-list/b41aa7a2-e382-465e-b50b-190ea99201a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.005004 10.0.0.141 - - [2026-01-12 02:13:19] "GET /api-access-list/b41aa7a2-e382-465e-b50b-190ea99201a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003584 10.0.0.141 - - [2026-01-12 02:13:19] "GET /api-access-list/b41aa7a2-e382-465e-b50b-190ea99201a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003490 10.0.0.141 - - [2026-01-12 02:13:19] "PUT /api-access-list/b41aa7a2-e382-465e-b50b-190ea99201a2 HTTP/1.1" 200 265 0.013909 10.0.0.141 - - [2026-01-12 02:13:19] "GET /aaa-mode HTTP/1.1" 401 293 0.000485 10.0.0.141 - - [2026-01-12 02:13:19] "GET /aaa-mode HTTP/1.1" 200 128 0.031272 10.0.0.141 - - [2026-01-12 02:13:20] "POST /fqname-to-id HTTP/1.1" 404 183 0.032157 10.0.0.141 - - [2026-01-12 02:13:20] "GET /projects?obj_uuids=0a5bafcd-d3c4-4446-9689-99184a70f6ef&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002980 10.0.0.141 - - [2026-01-12 02:13:20] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001082 10.0.0.141 - - [2026-01-12 02:13:20] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008040 10.0.0.141 - - [2026-01-12 02:13:20] "POST /id-to-fqname HTTP/1.1" 200 185 0.002634 10.0.0.141 - - [2026-01-12 02:13:20] "POST /fqname-to-id HTTP/1.1" 404 194 0.005106 10.0.0.141 - - [2026-01-12 02:13:20] "POST /security-groups HTTP/1.1" 200 586 0.063850 10.0.0.141 - - [2026-01-12 02:13:20] "POST /fqname-to-id HTTP/1.1" 404 229 0.003080 10.0.0.141 - - [2026-01-12 02:13:20] "POST /projects HTTP/1.1" 200 575 0.222644 10.0.0.141 - - [2026-01-12 02:13:20] "POST /access-control-lists HTTP/1.1" 200 593 0.058879 10.0.0.141 - - [2026-01-12 02:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.306027 10.0.0.141 - - [2026-01-12 02:13:20] "POST /fqname-to-id HTTP/1.1" 404 228 0.003359 10.0.0.141 - - [2026-01-12 02:13:20] "GET /project/0a5bafcd-d3c4-4446-9689-99184a70f6ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.441372 10.0.0.141 - - [2026-01-12 02:13:21] "POST /access-control-lists HTTP/1.1" 200 591 0.060573 10.0.0.141 - - [2026-01-12 02:13:21] "POST /fqname-to-id HTTP/1.1" 404 183 0.030047 10.0.0.141 - - [2026-01-12 02:13:21] "GET /projects?obj_uuids=22fc23c4-a122-42c3-8666-f6b6fed5cd78&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003531 10.0.0.141 - - [2026-01-12 02:13:21] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001124 10.0.0.141 - - [2026-01-12 02:13:21] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007119 10.0.0.141 - - [2026-01-12 02:13:21] "POST /id-to-fqname HTTP/1.1" 200 185 0.002336 10.0.0.141 - - [2026-01-12 02:13:21] "POST /fqname-to-id HTTP/1.1" 404 194 0.003856 10.0.0.141 - - [2026-01-12 02:13:21] "POST /security-groups HTTP/1.1" 200 586 0.072275 10.0.0.141 - - [2026-01-12 02:13:21] "POST /fqname-to-id HTTP/1.1" 404 229 0.006864 10.0.0.141 - - [2026-01-12 02:13:21] "POST /projects HTTP/1.1" 200 575 0.234186 10.0.0.141 - - [2026-01-12 02:13:21] "POST /access-control-lists HTTP/1.1" 200 593 0.062819 10.0.0.141 - - [2026-01-12 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.312831 10.0.0.141 - - [2026-01-12 02:13:21] "POST /fqname-to-id HTTP/1.1" 404 228 0.003334 10.0.0.141 - - [2026-01-12 02:13:21] "GET /project/22fc23c4-a122-42c3-8666-f6b6fed5cd78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.442957 10.0.0.141 - - [2026-01-12 02:13:21] "POST /access-control-lists HTTP/1.1" 200 591 0.064740 10.0.0.141 - - [2026-01-12 02:13:22] "GET / HTTP/1.1" 200 36215 0.002714 10.0.0.141 - - [2026-01-12 02:13:23] "GET / HTTP/1.1" 200 36215 0.002663 10.0.0.141 - - [2026-01-12 02:13:23] "POST /fqname-to-id HTTP/1.1" 404 183 0.002803 10.0.0.141 - - [2026-01-12 02:13:23] "POST /api-access-lists HTTP/1.1" 200 523 0.014557 10.0.0.141 - - [2026-01-12 02:13:23] "GET /api-access-list/b5a292a7-b1b2-4275-ab2c-3799dc2f14f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1268 0.004736 10.0.0.141 - - [2026-01-12 02:13:23] "GET /api-access-list/b5a292a7-b1b2-4275-ab2c-3799dc2f14f5 HTTP/1.1" 401 293 0.000555 10.0.0.141 - - [2026-01-12 02:13:24] "GET /api-access-list/b5a292a7-b1b2-4275-ab2c-3799dc2f14f5 HTTP/1.1" 200 1268 0.065938 10.0.0.141 - - [2026-01-12 02:13:24] "POST /fqname-to-id HTTP/1.1" 401 293 0.000397 10.0.0.141 - - [2026-01-12 02:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.066740 10.0.0.141 - - [2026-01-12 02:13:24] "GET /projects?obj_uuids=0a5bafcd-d3c4-4446-9689-99184a70f6ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001462 10.0.0.141 - - [2026-01-12 02:13:24] "GET /project/0a5bafcd-d3c4-4446-9689-99184a70f6ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.035418 10.0.0.141 - - [2026-01-12 02:13:24] "GET /virtual-networks?parent_id=0a5bafcd-d3c4-4446-9689-99184a70f6ef&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011525 10.0.0.141 - - [2026-01-12 02:13:24] "POST /virtual-networks HTTP/1.1" 200 570 0.054743 10.0.0.141 - - [2026-01-12 02:13:25] "POST /route-targets HTTP/1.1" 200 328 0.013744 10.0.0.141 - - [2026-01-12 02:13:25] "POST /ref-update HTTP/1.1" 200 156 0.016375 10.0.0.141 - - [2026-01-12 02:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.018087 10.0.0.141 - - [2026-01-12 02:13:25] "GET /network-ipam/0961d674-752d-427b-8ec4-24a054623276?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.011149 10.0.0.141 - - [2026-01-12 02:13:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004615 10.0.0.141 - - [2026-01-12 02:13:25] "POST /ref-update HTTP/1.1" 200 156 0.048803 10.0.0.141 - - [2026-01-12 02:13:25] "POST /neutron/network HTTP/1.1" 200 833 0.051725 10.0.0.141 - - [2026-01-12 02:13:25] "POST /neutron/network HTTP/1.1" 200 833 0.023648 10.0.0.141 - - [2026-01-12 02:13:25] "GET /virtual-network/d710b4cd-e7ae-4361-9548-bc02c8dfa5e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1987 0.014884 10.0.0.141 - - [2026-01-12 02:13:25] "POST /neutron/network HTTP/1.1" 200 833 0.023287 10.0.0.141 - - [2026-01-12 02:13:25] "POST /neutron/subnet HTTP/1.1" 200 680 0.028209 10.0.0.141 - - [2026-01-12 02:13:25] "GET /virtual-network/d710b4cd-e7ae-4361-9548-bc02c8dfa5e0 HTTP/1.1" 401 293 0.000573 10.0.0.141 - - [2026-01-12 02:13:25] "GET /virtual-network/d710b4cd-e7ae-4361-9548-bc02c8dfa5e0 HTTP/1.1" 200 2273 0.041852 10.0.0.141 - - [2026-01-12 02:13:25] "GET /virtual-network/d710b4cd-e7ae-4361-9548-bc02c8dfa5e0 HTTP/1.1" 401 293 0.000388 10.0.0.141 - - [2026-01-12 02:13:26] "GET /virtual-network/d710b4cd-e7ae-4361-9548-bc02c8dfa5e0 HTTP/1.1" 200 2012 0.046440 10.0.0.141 - - [2026-01-12 02:13:26] "GET /obj-perms HTTP/1.1" 200 4934 0.076824 10.0.0.141 - - [2026-01-12 02:13:26] "POST /fqname-to-id HTTP/1.1" 401 293 0.000361 10.0.0.141 - - [2026-01-12 02:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.029342 10.0.0.141 - - [2026-01-12 02:13:27] "GET /virtual-network/d710b4cd-e7ae-4361-9548-bc02c8dfa5e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1987 0.012047 10.0.0.141 - - [2026-01-12 02:13:27] "GET /obj-perms HTTP/1.1" 200 4934 0.010307 10.0.0.141 - - [2026-01-12 02:13:27] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.017571 10.0.0.141 - - [2026-01-12 02:13:27] "GET /obj-perms HTTP/1.1" 200 4934 0.062773 10.0.0.141 - - [2026-01-12 02:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002737 10.0.0.141 - - [2026-01-12 02:13:27] "GET /virtual-network/d710b4cd-e7ae-4361-9548-bc02c8dfa5e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1987 0.013498 10.0.0.141 - - [2026-01-12 02:13:27] "GET /obj-perms HTTP/1.1" 200 4934 0.011899 10.0.0.141 - - [2026-01-12 02:13:27] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.020467 10.0.0.141 - - [2026-01-12 02:13:27] "POST /id-to-fqname HTTP/1.1" 401 293 0.000499 10.0.0.141 - - [2026-01-12 02:13:28] "POST /id-to-fqname HTTP/1.1" 200 230 0.036324 10.0.0.141 - - [2026-01-12 02:13:29] "POST /neutron/network HTTP/1.1" 200 843 0.049779 10.0.0.141 - - [2026-01-12 02:13:29] "GET /aaa-mode HTTP/1.1" 401 293 0.000437 10.0.0.141 - - [2026-01-12 02:13:29] "GET / HTTP/1.1" 200 36215 0.002187 10.0.0.141 - - [2026-01-12 02:13:29] "GET /project/22fc23c4-a122-42c3-8666-f6b6fed5cd78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000510 10.0.0.141 - - [2026-01-12 02:13:29] "GET /projects?obj_uuids=22fc23c4-a122-42c3-8666-f6b6fed5cd78&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001271 10.0.0.141 - - [2026-01-12 02:13:29] "GET /project/22fc23c4-a122-42c3-8666-f6b6fed5cd78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.050259 10.0.0.141 - - [2026-01-12 02:13:29] "POST /neutron/network HTTP/1.1" 200 833 0.005826 10.0.0.141 - - [2026-01-12 02:13:30] "POST /neutron/port HTTP/1.1" 200 117 0.032586 10.0.0.141 - - [2026-01-12 02:13:30] "POST /neutron/port HTTP/1.1" 200 117 0.006019 10.0.0.141 - - [2026-01-12 02:13:30] "POST /neutron/port HTTP/1.1" 200 117 0.005802 10.0.0.141 - - [2026-01-12 02:13:30] "POST /neutron/network HTTP/1.1" 200 843 0.022801 10.0.0.141 - - [2026-01-12 02:13:30] "POST /neutron/network HTTP/1.1" 200 833 0.019927 10.0.0.141 - - [2026-01-12 02:13:30] "GET /projects?obj_uuids=22fc23c4-a122-42c3-8666-f6b6fed5cd78&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001438 10.0.0.141 - - [2026-01-12 02:13:30] "POST /neutron/port HTTP/1.1" 200 1056 0.309433 10.0.0.141 - - [2026-01-12 02:13:30] "POST /neutron/port HTTP/1.1" 200 1056 0.010793 10.0.0.141 - - [2026-01-12 02:13:30] "POST /neutron/port HTTP/1.1" 200 1056 0.012571 10.0.0.141 - - [2026-01-12 02:13:30] "POST /neutron/port HTTP/1.1" 200 1110 0.055645 10.0.0.141 - - [2026-01-12 02:13:31] "POST /neutron/port HTTP/1.1" 200 1120 0.011585 10.0.0.141 - - [2026-01-12 02:13:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003208 10.0.0.141 - - [2026-01-12 02:13:31] "POST /neutron/subnet HTTP/1.1" 200 654 0.006998 10.0.0.141 - - [2026-01-12 02:13:31] "POST /neutron/port HTTP/1.1" 200 117 0.001122 10.0.0.141 - - [2026-01-12 02:13:31] "POST /neutron/network HTTP/1.1" 200 833 0.005485 10.0.0.141 - - [2026-01-12 02:13:35] "POST /neutron/port HTTP/1.1" 200 1120 0.012332 10.0.0.141 - - [2026-01-12 02:13:35] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007153 10.0.0.141 - - [2026-01-12 02:13:35] "POST /neutron/port HTTP/1.1" 200 1120 0.013081 10.0.0.141 - - [2026-01-12 02:13:35] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005932 10.0.0.141 - - [2026-01-12 02:13:35] "POST /neutron/port HTTP/1.1" 200 1120 0.013544 10.0.0.141 - - [2026-01-12 02:13:35] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007228 10.0.0.141 - - [2026-01-12 02:13:35] "POST /neutron/port HTTP/1.1" 200 1120 0.013056 10.0.0.141 - - [2026-01-12 02:13:35] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006189 10.0.0.141 - - [2026-01-12 02:13:35] "GET /virtual-machine/38de0311-b237-442e-a8e8-1cca8539ec1d HTTP/1.1" 200 1289 0.012642 10.0.0.141 - - [2026-01-12 02:13:35] "GET /virtual-machine/38de0311-b237-442e-a8e8-1cca8539ec1d HTTP/1.1" 200 1289 0.011305 10.0.0.141 - - [2026-01-12 02:13:35] "GET /virtual-machine-interface/cbe23c14-03a9-4f06-b52f-6086b157b424 HTTP/1.1" 200 2537 0.015086 10.0.0.141 - - [2026-01-12 02:13:35] "GET /virtual-machine/38de0311-b237-442e-a8e8-1cca8539ec1d HTTP/1.1" 200 1289 0.011154 10.0.0.141 - - [2026-01-12 02:13:35] "GET /virtual-machine-interface/cbe23c14-03a9-4f06-b52f-6086b157b424 HTTP/1.1" 200 2537 0.023002 10.0.0.141 - - [2026-01-12 02:13:35] "GET /instance-ip/f4efe9d1-2644-41a9-999e-b61c2d290f4c HTTP/1.1" 200 1630 0.017204 10.0.0.141 - - [2026-01-12 02:13:35] "GET /virtual-machine/38de0311-b237-442e-a8e8-1cca8539ec1d HTTP/1.1" 200 1289 0.010608 10.0.0.141 - - [2026-01-12 02:13:35] "GET /virtual-machine-interface/cbe23c14-03a9-4f06-b52f-6086b157b424 HTTP/1.1" 200 2537 0.015676 10.0.0.141 - - [2026-01-12 02:13:35] "GET /instance-ip/f4efe9d1-2644-41a9-999e-b61c2d290f4c HTTP/1.1" 200 1630 0.012433 10.0.0.141 - - [2026-01-12 02:13:35] "POST /fqname-to-id HTTP/1.1" 403 339 0.010132 10.0.0.141 - - [2026-01-12 02:13:35] "GET / HTTP/1.1" 200 36215 0.001967 10.0.0.141 - - [2026-01-12 02:13:36] "POST /fqname-to-id HTTP/1.1" 401 293 0.000489 10.0.0.141 - - [2026-01-12 02:13:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.027861 10.0.0.141 - - [2026-01-12 02:13:36] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003021 10.0.0.141 - - [2026-01-12 02:13:36] "GET /virtual-networks?parent_id=22fc23c4-a122-42c3-8666-f6b6fed5cd78&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011239 10.0.0.141 - - [2026-01-12 02:13:36] "POST /fqname-to-id HTTP/1.1" 403 339 0.011252 10.0.0.141 - - [2026-01-12 02:13:36] "DELETE /project/0a5bafcdd3c44446968999184a70f6ef HTTP/1.1" 404 173 0.009505 10.0.0.141 - - [2026-01-12 02:13:36] "DELETE /project/22fc23c4a12242c38666f6b6fed5cd78 HTTP/1.1" 404 173 0.005116 10.0.0.141 - - [2026-01-12 02:13:36] "DELETE /project/a04a5758112243eda3e14533ebda2bcb HTTP/1.1" 404 173 0.006524 10.0.0.141 - - [2026-01-12 02:13:36] "GET /projects?obj_uuids=c080e475-606f-4d72-9ff5-5381735263bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001021 10.0.0.141 - - [2026-01-12 02:13:36] "GET /project/c080e475-606f-4d72-9ff5-5381735263bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.029021 10.0.0.141 - - [2026-01-12 02:13:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005686 10.0.0.141 - - [2026-01-12 02:13:36] "GET /projects?obj_uuids=c080e475-606f-4d72-9ff5-5381735263bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001369 10.0.0.141 - - [2026-01-12 02:13:36] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002908 10.0.0.141 - - [2026-01-12 02:13:36] "GET /project/c080e475-606f-4d72-9ff5-5381735263bc?fields=security_groups HTTP/1.1" 200 1364 0.075180 10.0.0.141 - - [2026-01-12 02:13:36] "GET /virtual-networks?parent_id=22fc23c4-a122-42c3-8666-f6b6fed5cd78&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.025702 10.0.0.141 - - [2026-01-12 02:13:36] "POST /fqname-to-id HTTP/1.1" 403 339 0.010472 10.0.0.141 - - [2026-01-12 02:13:36] "DELETE /security-group/5c62dc11-0ae9-4730-bcb5-c5103333f6ba HTTP/1.1" 200 115 0.042752 10.0.0.141 - - [2026-01-12 02:13:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006731 10.0.0.141 - - [2026-01-12 02:13:36] "GET /projects?obj_uuids=c080e475-606f-4d72-9ff5-5381735263bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001067 10.0.0.141 - - [2026-01-12 02:13:36] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003177 10.0.0.141 - - [2026-01-12 02:13:36] "GET /project/c080e475-606f-4d72-9ff5-5381735263bc?fields=application_policy_sets HTTP/1.1" 200 1403 0.035167 10.0.0.141 - - [2026-01-12 02:13:36] "DELETE /access-control-list/272a9566-b7a2-4f73-9092-264b5d4b406b HTTP/1.1" 200 115 0.051102 10.0.0.141 - - [2026-01-12 02:13:36] "DELETE /access-control-list/0998224a-93e7-45ed-b911-f090e65bbd62 HTTP/1.1" 200 115 0.017273 10.0.0.141 - - [2026-01-12 02:13:36] "GET /virtual-networks?parent_id=22fc23c4-a122-42c3-8666-f6b6fed5cd78&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019480 10.0.0.141 - - [2026-01-12 02:13:36] "POST /fqname-to-id HTTP/1.1" 403 339 0.022022 10.0.0.141 - - [2026-01-12 02:13:36] "DELETE /project/c080e475-606f-4d72-9ff5-5381735263bc HTTP/1.1" 200 115 0.354147 10.0.0.141 - - [2026-01-12 02:13:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.141 - - [2026-01-12 02:13:36] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003673 10.0.0.141 - - [2026-01-12 02:13:36] "GET /virtual-networks?parent_id=22fc23c4-a122-42c3-8666-f6b6fed5cd78&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011604 10.0.0.141 - - [2026-01-12 02:13:37] "POST /fqname-to-id HTTP/1.1" 403 339 0.012234 10.0.0.141 - - [2026-01-12 02:13:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.141 - - [2026-01-12 02:13:37] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003184 10.0.0.141 - - [2026-01-12 02:13:37] "GET /virtual-networks?parent_id=22fc23c4-a122-42c3-8666-f6b6fed5cd78&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010927 10.0.0.141 - - [2026-01-12 02:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.009860 10.0.0.141 - - [2026-01-12 02:13:40] "GET /virtual-network/d710b4cd-e7ae-4361-9548-bc02c8dfa5e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1987 0.013138 10.0.0.141 - - [2026-01-12 02:13:41] "POST /neutron/port HTTP/1.1" 200 1120 0.011804 10.0.0.141 - - [2026-01-12 02:13:41] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004538 10.0.0.141 - - [2026-01-12 02:13:42] "POST /fqname-to-id HTTP/1.1" 403 339 0.010784 10.0.0.141 - - [2026-01-12 02:13:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002350 10.0.0.141 - - [2026-01-12 02:13:42] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002846 10.0.0.141 - - [2026-01-12 02:13:42] "GET /virtual-networks?parent_id=22fc23c4-a122-42c3-8666-f6b6fed5cd78&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010100 10.0.0.141 - - [2026-01-12 02:13:42] "POST /fqname-to-id HTTP/1.1" 403 339 0.009624 10.0.0.141 - - [2026-01-12 02:13:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002136 10.0.0.141 - - [2026-01-12 02:13:42] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003152 10.0.0.141 - - [2026-01-12 02:13:42] "GET /virtual-networks?parent_id=22fc23c4-a122-42c3-8666-f6b6fed5cd78&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010466 10.0.0.141 - - [2026-01-12 02:13:42] "POST /fqname-to-id HTTP/1.1" 403 361 0.017935 10.0.0.141 - - [2026-01-12 02:13:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.141 - - [2026-01-12 02:13:42] "GET /routing-instance/630f2404-fe55-4415-b574-e03ec0f07319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.003603 10.0.0.141 - - [2026-01-12 02:13:42] "GET /route-target/07f3a126-4094-4e79-9ba7-58e84e137439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008843 10.0.0.141 - - [2026-01-12 02:13:42] "GET /route-target/07f3a126-4094-4e79-9ba7-58e84e137439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003089 10.0.0.141 - - [2026-01-12 02:13:42] "POST /fqname-to-id HTTP/1.1" 403 339 0.010581 10.0.0.141 - - [2026-01-12 02:13:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002306 10.0.0.141 - - [2026-01-12 02:13:42] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003750 10.0.0.141 - - [2026-01-12 02:13:42] "GET /virtual-networks?parent_id=22fc23c4-a122-42c3-8666-f6b6fed5cd78&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009735 10.0.0.141 - - [2026-01-12 02:13:42] "POST /fqname-to-id HTTP/1.1" 403 361 0.008867 10.0.0.141 - - [2026-01-12 02:13:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.141 - - [2026-01-12 02:13:42] "GET /routing-instance/630f2404-fe55-4415-b574-e03ec0f07319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.003252 10.0.0.141 - - [2026-01-12 02:13:42] "GET /route-target/07f3a126-4094-4e79-9ba7-58e84e137439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.010691 10.0.0.141 - - [2026-01-12 02:13:42] "GET /route-target/07f3a126-4094-4e79-9ba7-58e84e137439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003698 10.0.0.141 - - [2026-01-12 02:13:43] "GET /obj-perms HTTP/1.1" 200 4934 0.009861 10.0.0.141 - - [2026-01-12 02:13:43] "GET /virtual-machine/38de0311-b237-442e-a8e8-1cca8539ec1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009712 10.0.0.141 - - [2026-01-12 02:13:43] "GET /obj-perms HTTP/1.1" 200 4934 0.011153 10.0.0.141 - - [2026-01-12 02:13:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002808 10.0.0.141 - - [2026-01-12 02:13:43] "GET /virtual-machine-interface/cbe23c14-03a9-4f06-b52f-6086b157b424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.017457 10.0.0.141 - - [2026-01-12 02:13:43] "GET /obj-perms HTTP/1.1" 200 4934 0.010215 10.0.0.141 - - [2026-01-12 02:13:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.141 - - [2026-01-12 02:13:43] "GET /virtual-machine-interface/cbe23c14-03a9-4f06-b52f-6086b157b424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.015238 10.0.0.141 - - [2026-01-12 02:13:43] "GET /obj-perms HTTP/1.1" 200 4934 0.010501 10.0.0.141 - - [2026-01-12 02:13:43] "GET /virtual-machine/38de0311-b237-442e-a8e8-1cca8539ec1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.010914 10.0.0.141 - - [2026-01-12 02:13:43] "GET /obj-perms HTTP/1.1" 200 4934 0.010244 10.0.0.141 - - [2026-01-12 02:13:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.141 - - [2026-01-12 02:13:43] "GET /virtual-machine-interface/cbe23c14-03a9-4f06-b52f-6086b157b424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.017474 10.0.0.141 - - [2026-01-12 02:13:43] "GET /obj-perms HTTP/1.1" 200 4934 0.010951 10.0.0.141 - - [2026-01-12 02:13:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.141 - - [2026-01-12 02:13:43] "GET /virtual-network/d710b4cd-e7ae-4361-9548-bc02c8dfa5e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1987 0.013112 10.0.0.141 - - [2026-01-12 02:13:43] "GET /obj-perms HTTP/1.1" 200 4934 0.010248 10.0.0.141 - - [2026-01-12 02:13:43] "GET /virtual-machine/38de0311-b237-442e-a8e8-1cca8539ec1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.011234 10.0.0.141 - - [2026-01-12 02:13:44] "GET /obj-perms HTTP/1.1" 200 4934 0.010191 10.0.0.141 - - [2026-01-12 02:13:44] "GET /obj-perms HTTP/1.1" 200 4934 0.009208 10.0.0.141 - - [2026-01-12 02:13:44] "GET /obj-perms HTTP/1.1" 200 4934 0.061002 10.0.0.141 - - [2026-01-12 02:13:44] "GET /obj-perms HTTP/1.1" 200 4934 0.008805 10.0.0.141 - - [2026-01-12 02:13:45] "GET /obj-perms HTTP/1.1" 200 5039 0.401664 10.0.0.141 - - [2026-01-12 02:13:45] "GET /obj-perms HTTP/1.1" 200 5075 0.089467 10.0.0.141 - - [2026-01-12 02:13:45] "GET /obj-perms HTTP/1.1" 200 5039 0.003249 10.0.0.141 - - [2026-01-12 02:13:45] "GET /obj-perms HTTP/1.1" 200 4934 0.009414 10.0.0.141 - - [2026-01-12 02:13:45] "GET /obj-perms HTTP/1.1" 200 4934 0.009616 10.0.0.141 - - [2026-01-12 02:13:46] "GET /obj-perms HTTP/1.1" 200 5075 0.392538 10.0.0.141 - - [2026-01-12 02:13:46] "GET /obj-perms HTTP/1.1" 200 4934 0.083022 10.0.0.141 - - [2026-01-12 02:13:46] "GET /obj-perms HTTP/1.1" 200 4934 0.008407 10.0.0.141 - - [2026-01-12 02:13:46] "GET /obj-perms HTTP/1.1" 200 5039 0.003736 10.0.0.141 - - [2026-01-12 02:13:46] "GET /obj-perms HTTP/1.1" 200 5039 0.003503 10.0.0.141 - - [2026-01-12 02:13:46] "GET /obj-perms HTTP/1.1" 200 4934 0.010569 10.0.0.141 - - [2026-01-12 02:13:46] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.010382 10.0.0.141 - - [2026-01-12 02:13:46] "GET /virtual-machine/38de0311-b237-442e-a8e8-1cca8539ec1d HTTP/1.1" 200 1289 0.012683 10.0.0.141 - - [2026-01-12 02:13:47] "POST /neutron/port HTTP/1.1" 200 1120 0.011702 10.0.0.141 - - [2026-01-12 02:13:47] "POST /neutron/port HTTP/1.1" 200 1110 0.009779 10.0.0.141 - - [2026-01-12 02:13:47] "POST /neutron/port HTTP/1.1" 200 151 0.082710 10.0.0.141 - - [2026-01-12 02:13:48] "GET /virtual-machine/38de0311-b237-442e-a8e8-1cca8539ec1d HTTP/1.1" 404 171 0.010216 10.0.0.141 - - [2026-01-12 02:13:48] "GET /virtual-machine/38de0311-b237-442e-a8e8-1cca8539ec1d HTTP/1.1" 404 171 0.008962 10.0.0.141 - - [2026-01-12 02:13:48] "GET /virtual-machine/38de0311-b237-442e-a8e8-1cca8539ec1d HTTP/1.1" 404 171 0.006469 10.0.0.141 - - [2026-01-12 02:13:48] "POST /fqname-to-id HTTP/1.1" 403 339 0.010368 10.0.0.141 - - [2026-01-12 02:13:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002141 10.0.0.141 - - [2026-01-12 02:13:48] "GET /global-vrouter-config/7d7ab7aa-6f7f-4416-9302-ff18647ff49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003320 10.0.0.141 - - [2026-01-12 02:13:48] "GET /virtual-networks?parent_id=22fc23c4-a122-42c3-8666-f6b6fed5cd78&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009273 10.0.0.141 - - [2026-01-12 02:13:48] "POST /fqname-to-id HTTP/1.1" 403 361 0.008813 10.0.0.141 - - [2026-01-12 02:13:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.141 - - [2026-01-12 02:13:48] "GET /routing-instance/630f2404-fe55-4415-b574-e03ec0f07319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.003362 10.0.0.141 - - [2026-01-12 02:13:48] "GET /route-target/07f3a126-4094-4e79-9ba7-58e84e137439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.009714 10.0.0.141 - - [2026-01-12 02:13:48] "GET /route-target/07f3a126-4094-4e79-9ba7-58e84e137439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002535 10.0.0.141 - - [2026-01-12 02:13:48] "GET /obj-perms HTTP/1.1" 200 4934 0.008865 10.0.0.141 - - [2026-01-12 02:13:48] "GET /obj-perms HTTP/1.1" 200 4934 0.007706 10.0.0.141 - - [2026-01-12 02:13:49] "GET /obj-perms HTTP/1.1" 200 4934 0.070681 10.0.0.141 - - [2026-01-12 02:13:49] "GET /obj-perms HTTP/1.1" 200 4934 0.009175 10.0.0.141 - - [2026-01-12 02:13:49] "GET /obj-perms HTTP/1.1" 200 5039 0.003658 10.0.0.141 - - [2026-01-12 02:13:52] "GET /obj-perms HTTP/1.1" 200 5039 0.003646 10.0.0.141 - - [2026-01-12 02:13:55] "GET /obj-perms HTTP/1.1" 200 5039 0.003342 10.0.0.141 - - [2026-01-12 02:13:58] "GET /obj-perms HTTP/1.1" 200 5039 0.003624 10.0.0.141 - - [2026-01-12 02:14:01] "GET /obj-perms HTTP/1.1" 200 5039 0.003556 10.0.0.141 - - [2026-01-12 02:14:04] "GET /obj-perms HTTP/1.1" 200 5039 0.003792 10.0.0.141 - - [2026-01-12 02:14:07] "GET /obj-perms HTTP/1.1" 200 5039 0.003949 10.0.0.141 - - [2026-01-12 02:14:10] "GET /obj-perms HTTP/1.1" 200 5039 0.003392 10.0.0.141 - - [2026-01-12 02:14:13] "GET /obj-perms HTTP/1.1" 200 5039 0.003415 10.0.0.141 - - [2026-01-12 02:14:16] "GET /obj-perms HTTP/1.1" 200 5039 0.003636 10.0.0.141 - - [2026-01-12 02:14:19] "GET /obj-perms HTTP/1.1" 200 5039 0.003229 10.0.0.141 - - [2026-01-12 02:14:22] "GET /obj-perms HTTP/1.1" 200 5039 0.004064 10.0.0.141 - - [2026-01-12 02:14:25] "GET /obj-perms HTTP/1.1" 200 5039 0.003347 10.0.0.141 - - [2026-01-12 02:14:28] "GET /obj-perms HTTP/1.1" 200 5039 0.003218 10.0.0.141 - - [2026-01-12 02:14:31] "GET /obj-perms HTTP/1.1" 200 5039 0.003365 10.0.0.141 - - [2026-01-12 02:14:34] "GET /obj-perms HTTP/1.1" 200 5039 0.003534 10.0.0.141 - - [2026-01-12 02:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005665 10.0.0.141 - - [2026-01-12 02:14:34] "DELETE /route-target/07f3a126-4094-4e79-9ba7-58e84e137439 HTTP/1.1" 200 115 0.021185 10.0.0.141 - - [2026-01-12 02:14:34] "POST /useragent-kv HTTP/1.1" 200 115 0.047888 10.0.0.141 - - [2026-01-12 02:14:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001992 10.0.0.141 - - [2026-01-12 02:14:34] "DELETE /virtual-network/d710b4cd-e7ae-4361-9548-bc02c8dfa5e0 HTTP/1.1" 200 115 0.141948 10.0.0.141 - - [2026-01-12 02:14:34] "DELETE /api-access-list/b5a292a7-b1b2-4275-ab2c-3799dc2f14f5 HTTP/1.1" 200 115 0.022363 10.0.0.141 - - [2026-01-12 02:14:34] "GET /api-access-list/b5a292a7-b1b2-4275-ab2c-3799dc2f14f5 HTTP/1.1" 404 171 0.002685 10.0.0.141 - - [2026-01-12 02:14:35] "GET /projects?obj_uuids=22fc23c4-a122-42c3-8666-f6b6fed5cd78&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001193 10.0.0.141 - - [2026-01-12 02:14:35] "GET /project/22fc23c4-a122-42c3-8666-f6b6fed5cd78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.027623 10.0.0.141 - - [2026-01-12 02:14:35] "GET /projects?obj_uuids=22fc23c4-a122-42c3-8666-f6b6fed5cd78&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001472 10.0.0.141 - - [2026-01-12 02:14:35] "GET /project/22fc23c4-a122-42c3-8666-f6b6fed5cd78?fields=virtual_networks HTTP/1.1" 200 1023 0.079566 10.0.0.141 - - [2026-01-12 02:14:35] "GET /projects?obj_uuids=22fc23c4-a122-42c3-8666-f6b6fed5cd78&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001125 10.0.0.141 - - [2026-01-12 02:14:35] "GET /project/22fc23c4-a122-42c3-8666-f6b6fed5cd78?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.032932 10.0.0.141 - - [2026-01-12 02:14:35] "GET /projects?obj_uuids=22fc23c4-a122-42c3-8666-f6b6fed5cd78&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001110 10.0.0.141 - - [2026-01-12 02:14:35] "GET /project/22fc23c4-a122-42c3-8666-f6b6fed5cd78?fields=security_groups HTTP/1.1" 200 1245 0.026814 10.0.0.141 - - [2026-01-12 02:14:36] "GET /projects?obj_uuids=0a5bafcd-d3c4-4446-9689-99184a70f6ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001194 10.0.0.141 - - [2026-01-12 02:14:36] "GET /project/0a5bafcd-d3c4-4446-9689-99184a70f6ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.028151 10.0.0.141 - - [2026-01-12 02:14:36] "GET /projects?obj_uuids=0a5bafcd-d3c4-4446-9689-99184a70f6ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001328 10.0.0.141 - - [2026-01-12 02:14:36] "GET /project/0a5bafcd-d3c4-4446-9689-99184a70f6ef?fields=virtual_networks HTTP/1.1" 200 1023 0.074401 10.0.0.141 - - [2026-01-12 02:14:36] "GET /projects?obj_uuids=0a5bafcd-d3c4-4446-9689-99184a70f6ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001113 10.0.0.141 - - [2026-01-12 02:14:36] "GET /project/0a5bafcd-d3c4-4446-9689-99184a70f6ef?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.043035 10.0.0.141 - - [2026-01-12 02:14:36] "GET /projects?obj_uuids=0a5bafcd-d3c4-4446-9689-99184a70f6ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001232 10.0.0.141 - - [2026-01-12 02:14:36] "GET /project/0a5bafcd-d3c4-4446-9689-99184a70f6ef?fields=security_groups HTTP/1.1" 200 1245 0.026157 10.0.0.141 - - [2026-01-12 02:14:37] "GET /projects?obj_uuids=22fc23c4-a122-42c3-8666-f6b6fed5cd78&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001333 10.0.0.141 - - [2026-01-12 02:14:37] "GET /project/22fc23c4-a122-42c3-8666-f6b6fed5cd78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.039265 10.0.0.141 - - [2026-01-12 02:14:37] "GET /projects?obj_uuids=0a5bafcd-d3c4-4446-9689-99184a70f6ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001067 10.0.0.141 - - [2026-01-12 02:14:37] "GET /projects?obj_uuids=22fc23c4-a122-42c3-8666-f6b6fed5cd78&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001297 10.0.0.141 - - [2026-01-12 02:14:37] "GET /project/0a5bafcd-d3c4-4446-9689-99184a70f6ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.045788 10.0.0.141 - - [2026-01-12 02:14:37] "GET /project/22fc23c4-a122-42c3-8666-f6b6fed5cd78?fields=security_groups HTTP/1.1" 200 1347 0.046490 10.0.0.141 - - [2026-01-12 02:14:37] "GET /projects?obj_uuids=0a5bafcd-d3c4-4446-9689-99184a70f6ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001392 10.0.0.141 - - [2026-01-12 02:14:37] "GET /project/0a5bafcd-d3c4-4446-9689-99184a70f6ef?fields=security_groups HTTP/1.1" 200 1347 0.038770 10.0.0.141 - - [2026-01-12 02:14:37] "DELETE /security-group/2c329162-f521-41db-8f52-7185fad25f36 HTTP/1.1" 200 115 0.064420 10.0.0.141 - - [2026-01-12 02:14:37] "GET /projects?obj_uuids=22fc23c4-a122-42c3-8666-f6b6fed5cd78&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001743 10.0.0.141 - - [2026-01-12 02:14:37] "DELETE /access-control-list/fd25b183-932a-4677-962a-1bc3ca5e9b50 HTTP/1.1" 200 115 0.047526 10.0.0.141 - - [2026-01-12 02:14:37] "GET /project/22fc23c4-a122-42c3-8666-f6b6fed5cd78?fields=application_policy_sets HTTP/1.1" 200 1386 0.054492 10.0.0.141 - - [2026-01-12 02:14:37] "DELETE /access-control-list/e0573711-9580-4402-9205-77b6bafd5d93 HTTP/1.1" 200 115 0.044385 10.0.0.141 - - [2026-01-12 02:14:37] "DELETE /security-group/f00c6403-6454-4c86-bf35-b2038a185f69 HTTP/1.1" 200 115 0.081966 10.0.0.141 - - [2026-01-12 02:14:37] "GET /projects?obj_uuids=0a5bafcd-d3c4-4446-9689-99184a70f6ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001169 10.0.0.141 - - [2026-01-12 02:14:37] "GET /project/0a5bafcd-d3c4-4446-9689-99184a70f6ef?fields=application_policy_sets HTTP/1.1" 200 1386 0.038651 10.0.0.141 - - [2026-01-12 02:14:37] "DELETE /access-control-list/ab9ee827-c308-45c8-9417-9dce544b8ae6 HTTP/1.1" 200 115 0.054115 10.0.0.141 - - [2026-01-12 02:14:37] "DELETE /access-control-list/38838b00-f5e9-4ee4-9081-2cee0804863e HTTP/1.1" 200 115 0.018917 10.0.0.141 - - [2026-01-12 02:14:37] "DELETE /project/22fc23c4-a122-42c3-8666-f6b6fed5cd78 HTTP/1.1" 200 115 0.517753 10.0.0.141 - - [2026-01-12 02:14:37] "DELETE /project/0a5bafcd-d3c4-4446-9689-99184a70f6ef HTTP/1.1" 200 115 0.572460 10.0.0.141 - - [2026-01-12 02:14:37] "GET /api-access-list/b41aa7a2-e382-465e-b50b-190ea99201a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.004627 10.0.0.141 - - [2026-01-12 02:14:37] "PUT /api-access-list/b41aa7a2-e382-465e-b50b-190ea99201a2 HTTP/1.1" 200 265 0.009938 10.0.0.141 - - [2026-01-12 02:14:37] "GET /projects?obj_uuids=a04a5758-1122-43ed-a3e1-4533ebda2bcb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001471 10.0.0.141 - - [2026-01-12 02:14:37] "GET /project/a04a5758-1122-43ed-a3e1-4533ebda2bcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.035248 10.0.0.141 - - [2026-01-12 02:14:37] "GET /projects?obj_uuids=a04a5758-1122-43ed-a3e1-4533ebda2bcb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001563 10.0.0.141 - - [2026-01-12 02:14:38] "GET /project/a04a5758-1122-43ed-a3e1-4533ebda2bcb?fields=virtual_networks HTTP/1.1" 200 1025 0.072207 10.0.0.141 - - [2026-01-12 02:14:38] "GET /projects?obj_uuids=a04a5758-1122-43ed-a3e1-4533ebda2bcb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001149 10.0.0.141 - - [2026-01-12 02:14:38] "GET /project/a04a5758-1122-43ed-a3e1-4533ebda2bcb?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.023320 10.0.0.141 - - [2026-01-12 02:14:38] "GET /projects?obj_uuids=a04a5758-1122-43ed-a3e1-4533ebda2bcb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001053 10.0.0.141 - - [2026-01-12 02:14:38] "GET /project/a04a5758-1122-43ed-a3e1-4533ebda2bcb?fields=security_groups HTTP/1.1" 200 1247 0.029813 10.0.0.141 - - [2026-01-12 02:14:39] "POST /fqname-to-id HTTP/1.1" 404 188 0.029028 10.0.0.141 - - [2026-01-12 02:14:39] "GET /projects?obj_uuids=9b7a1b24-5d6a-4c21-bebb-1bcc62c02c26&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002690 10.0.0.141 - - [2026-01-12 02:14:39] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001168 10.0.0.141 - - [2026-01-12 02:14:39] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007756 10.0.0.141 - - [2026-01-12 02:14:39] "POST /id-to-fqname HTTP/1.1" 200 190 0.002041 10.0.0.141 - - [2026-01-12 02:14:39] "POST /fqname-to-id HTTP/1.1" 404 199 0.003422 10.0.0.141 - - [2026-01-12 02:14:39] "POST /security-groups HTTP/1.1" 200 591 0.063795 10.0.0.141 - - [2026-01-12 02:14:39] "POST /fqname-to-id HTTP/1.1" 404 234 0.002403 10.0.0.141 - - [2026-01-12 02:14:39] "POST /projects HTTP/1.1" 200 585 0.220546 10.0.0.141 - - [2026-01-12 02:14:39] "POST /access-control-lists HTTP/1.1" 200 598 0.059760 10.0.0.141 - - [2026-01-12 02:14:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.297047 10.0.0.141 - - [2026-01-12 02:14:39] "POST /fqname-to-id HTTP/1.1" 404 233 0.003266 10.0.0.141 - - [2026-01-12 02:14:39] "GET /project/9b7a1b24-5d6a-4c21-bebb-1bcc62c02c26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.430475 10.0.0.141 - - [2026-01-12 02:14:39] "POST /access-control-lists HTTP/1.1" 200 596 0.061032 10.0.0.141 - - [2026-01-12 02:14:40] "GET / HTTP/1.1" 200 36215 0.002010 10.0.0.141 - - [2026-01-12 02:14:43] "POST /fqname-to-id HTTP/1.1" 401 293 0.000492 10.0.0.141 - - [2026-01-12 02:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.034289 10.0.0.141 - - [2026-01-12 02:14:43] "GET /api-access-list/b41aa7a2-e382-465e-b50b-190ea99201a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003608 10.0.0.141 - - [2026-01-12 02:14:43] "GET /api-access-list/b41aa7a2-e382-465e-b50b-190ea99201a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003697 10.0.0.141 - - [2026-01-12 02:14:43] "GET /api-access-list/b41aa7a2-e382-465e-b50b-190ea99201a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003563 10.0.0.141 - - [2026-01-12 02:14:43] "PUT /api-access-list/b41aa7a2-e382-465e-b50b-190ea99201a2 HTTP/1.1" 200 265 0.008759 10.0.0.141 - - [2026-01-12 02:14:44] "GET /aaa-mode HTTP/1.1" 200 128 0.001249 10.0.0.141 - - [2026-01-12 02:14:44] "POST /fqname-to-id HTTP/1.1" 404 188 0.026924 10.0.0.141 - - [2026-01-12 02:14:44] "GET /projects?obj_uuids=29f68d2b-50d3-4c4d-8409-44bfd988d336&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002622 10.0.0.141 - - [2026-01-12 02:14:44] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001225 10.0.0.141 - - [2026-01-12 02:14:44] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007947 10.0.0.141 - - [2026-01-12 02:14:44] "POST /id-to-fqname HTTP/1.1" 200 190 0.001311 10.0.0.141 - - [2026-01-12 02:14:44] "POST /fqname-to-id HTTP/1.1" 404 199 0.002386 10.0.0.141 - - [2026-01-12 02:14:44] "POST /security-groups HTTP/1.1" 200 591 0.059362 10.0.0.141 - - [2026-01-12 02:14:44] "POST /fqname-to-id HTTP/1.1" 404 234 0.002570 10.0.0.141 - - [2026-01-12 02:14:44] "POST /projects HTTP/1.1" 200 585 0.203515 10.0.0.141 - - [2026-01-12 02:14:44] "POST /access-control-lists HTTP/1.1" 200 598 0.058525 10.0.0.141 - - [2026-01-12 02:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.280107 10.0.0.141 - - [2026-01-12 02:14:44] "POST /fqname-to-id HTTP/1.1" 404 233 0.002741 10.0.0.141 - - [2026-01-12 02:14:44] "GET /project/29f68d2b-50d3-4c4d-8409-44bfd988d336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.408472 10.0.0.141 - - [2026-01-12 02:14:44] "POST /access-control-lists HTTP/1.1" 200 596 0.076686 10.0.0.141 - - [2026-01-12 02:14:45] "POST /fqname-to-id HTTP/1.1" 404 188 0.024817 10.0.0.141 - - [2026-01-12 02:14:45] "GET /projects?obj_uuids=35525b3a-1255-49d8-8cf5-fee36029ee32&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002960 10.0.0.141 - - [2026-01-12 02:14:45] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001054 10.0.0.141 - - [2026-01-12 02:14:45] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006749 10.0.0.141 - - [2026-01-12 02:14:45] "POST /id-to-fqname HTTP/1.1" 200 190 0.002587 10.0.0.141 - - [2026-01-12 02:14:45] "POST /fqname-to-id HTTP/1.1" 404 199 0.002325 10.0.0.141 - - [2026-01-12 02:14:45] "POST /security-groups HTTP/1.1" 200 591 0.064334 10.0.0.141 - - [2026-01-12 02:14:45] "POST /fqname-to-id HTTP/1.1" 404 234 0.002514 10.0.0.141 - - [2026-01-12 02:14:45] "POST /projects HTTP/1.1" 200 585 0.215490 10.0.0.141 - - [2026-01-12 02:14:45] "POST /access-control-lists HTTP/1.1" 200 598 0.056185 10.0.0.141 - - [2026-01-12 02:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.292049 10.0.0.141 - - [2026-01-12 02:14:45] "POST /fqname-to-id HTTP/1.1" 404 233 0.002964 10.0.0.141 - - [2026-01-12 02:14:45] "GET /project/35525b3a-1255-49d8-8cf5-fee36029ee32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.415801 10.0.0.141 - - [2026-01-12 02:14:45] "POST /access-control-lists HTTP/1.1" 200 596 0.059887 10.0.0.141 - - [2026-01-12 02:14:46] "GET / HTTP/1.1" 200 36215 0.002196 10.0.0.141 - - [2026-01-12 02:14:47] "GET /obj-perms HTTP/1.1" 200 5075 0.386055 10.0.0.141 - - [2026-01-12 02:14:47] "GET /obj-perms HTTP/1.1" 200 5075 0.104465 10.0.0.141 - - [2026-01-12 02:14:47] "GET / HTTP/1.1" 200 36215 0.001722 10.0.0.141 - - [2026-01-12 02:14:48] "POST /fqname-to-id HTTP/1.1" 404 183 0.003318 10.0.0.141 - - [2026-01-12 02:14:48] "POST /api-access-lists HTTP/1.1" 200 523 0.015766 10.0.0.141 - - [2026-01-12 02:14:48] "GET /api-access-list/af2bf528-29fa-4714-9566-17193fd5628f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.004707 10.0.0.141 - - [2026-01-12 02:14:48] "GET /api-access-list/af2bf528-29fa-4714-9566-17193fd5628f HTTP/1.1" 401 293 0.000503 10.0.0.141 - - [2026-01-12 02:14:48] "GET /api-access-list/af2bf528-29fa-4714-9566-17193fd5628f HTTP/1.1" 200 1292 0.030990 10.0.0.141 - - [2026-01-12 02:14:48] "POST /fqname-to-id HTTP/1.1" 401 293 0.000451 10.0.0.141 - - [2026-01-12 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.046421 10.0.0.141 - - [2026-01-12 02:14:49] "GET /projects?obj_uuids=29f68d2b-50d3-4c4d-8409-44bfd988d336&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001099 10.0.0.141 - - [2026-01-12 02:14:49] "GET /project/29f68d2b-50d3-4c4d-8409-44bfd988d336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.033023 10.0.0.141 - - [2026-01-12 02:14:49] "GET /virtual-networks?parent_id=29f68d2b-50d3-4c4d-8409-44bfd988d336&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012243 10.0.0.141 - - [2026-01-12 02:14:49] "POST /virtual-networks HTTP/1.1" 200 585 0.049502 10.0.0.141 - - [2026-01-12 02:14:49] "POST /route-targets HTTP/1.1" 200 328 0.010837 10.0.0.141 - - [2026-01-12 02:14:49] "POST /ref-update HTTP/1.1" 200 156 0.011788 10.0.0.141 - - [2026-01-12 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.012712 10.0.0.141 - - [2026-01-12 02:14:49] "GET /network-ipam/0961d674-752d-427b-8ec4-24a054623276?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.011014 10.0.0.141 - - [2026-01-12 02:14:49] "POST /useragent-kv HTTP/1.1" 200 115 0.006389 10.0.0.141 - - [2026-01-12 02:14:49] "POST /ref-update HTTP/1.1" 200 156 0.053929 10.0.0.141 - - [2026-01-12 02:14:49] "POST /neutron/network HTTP/1.1" 200 847 0.048882 10.0.0.141 - - [2026-01-12 02:14:49] "POST /neutron/network HTTP/1.1" 200 847 0.018667 10.0.0.141 - - [2026-01-12 02:14:49] "GET /virtual-network/b8b6a5aa-fbca-446b-aabc-d84e6644f4bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.012929 10.0.0.141 - - [2026-01-12 02:14:49] "POST /neutron/network HTTP/1.1" 200 847 0.027033 10.0.0.141 - - [2026-01-12 02:14:50] "POST /neutron/subnet HTTP/1.1" 200 674 0.026669 10.0.0.141 - - [2026-01-12 02:14:50] "POST /fqname-to-id HTTP/1.1" 401 293 0.000411 10.0.0.141 - - [2026-01-12 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.035661 10.0.0.141 - - [2026-01-12 02:14:50] "GET /projects?obj_uuids=35525b3a-1255-49d8-8cf5-fee36029ee32&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001091 10.0.0.141 - - [2026-01-12 02:14:50] "GET /project/35525b3a-1255-49d8-8cf5-fee36029ee32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.030195 10.0.0.141 - - [2026-01-12 02:14:50] "GET /virtual-networks?parent_id=35525b3a-1255-49d8-8cf5-fee36029ee32&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011090 10.0.0.141 - - [2026-01-12 02:14:50] "POST /virtual-networks HTTP/1.1" 200 585 0.046672 10.0.0.141 - - [2026-01-12 02:14:50] "POST /route-targets HTTP/1.1" 200 328 0.008974 10.0.0.141 - - [2026-01-12 02:14:50] "POST /ref-update HTTP/1.1" 200 156 0.009891 10.0.0.141 - - [2026-01-12 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.010677 10.0.0.141 - - [2026-01-12 02:14:50] "GET /network-ipam/0961d674-752d-427b-8ec4-24a054623276?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.009880 10.0.0.141 - - [2026-01-12 02:14:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002400 10.0.0.141 - - [2026-01-12 02:14:50] "POST /ref-update HTTP/1.1" 200 156 0.044253 10.0.0.141 - - [2026-01-12 02:14:50] "POST /neutron/network HTTP/1.1" 200 849 0.044156 10.0.0.141 - - [2026-01-12 02:14:50] "POST /neutron/network HTTP/1.1" 200 849 0.018630 10.0.0.141 - - [2026-01-12 02:14:50] "GET /virtual-network/7180180d-db84-4bb3-8444-03a7289e3127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.012784 10.0.0.141 - - [2026-01-12 02:14:50] "POST /neutron/network HTTP/1.1" 200 849 0.017301 10.0.0.141 - - [2026-01-12 02:14:50] "POST /neutron/subnet HTTP/1.1" 200 681 0.027845 10.0.0.141 - - [2026-01-12 02:14:51] "GET /virtual-network/b8b6a5aa-fbca-446b-aabc-d84e6644f4bd HTTP/1.1" 401 293 0.000453 10.0.0.141 - - [2026-01-12 02:14:51] "GET /virtual-network/b8b6a5aa-fbca-446b-aabc-d84e6644f4bd HTTP/1.1" 200 2315 0.044605 10.0.0.141 - - [2026-01-12 02:14:51] "GET /virtual-network/b8b6a5aa-fbca-446b-aabc-d84e6644f4bd HTTP/1.1" 401 293 0.000536 10.0.0.141 - - [2026-01-12 02:14:51] "GET /virtual-network/b8b6a5aa-fbca-446b-aabc-d84e6644f4bd HTTP/1.1" 403 376 0.035563 10.0.0.141 - - [2026-01-12 02:14:51] "GET /virtual-network/b8b6a5aa-fbca-446b-aabc-d84e6644f4bd HTTP/1.1" 200 2315 0.005779 10.0.0.141 - - [2026-01-12 02:14:51] "GET /virtual-networks HTTP/1.1" 200 372 0.019130 10.0.0.141 - - [2026-01-12 02:14:51] "GET /virtual-networks HTTP/1.1" 200 372 0.017869 10.0.0.141 - - [2026-01-12 02:14:52] "GET /obj-perms HTTP/1.1" 403 257 0.037520 10.0.0.141 - - [2026-01-12 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002685 10.0.0.141 - - [2026-01-12 02:14:52] "GET /virtual-network/b8b6a5aa-fbca-446b-aabc-d84e6644f4bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.013148 10.0.0.141 - - [2026-01-12 02:14:52] "GET /obj-perms HTTP/1.1" 403 257 0.036609 10.0.0.141 - - [2026-01-12 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002258 10.0.0.141 - - [2026-01-12 02:14:52] "GET /virtual-network/b8b6a5aa-fbca-446b-aabc-d84e6644f4bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.009440 10.0.0.141 - - [2026-01-12 02:14:53] "GET /obj-perms HTTP/1.1" 200 5049 0.064029 10.0.0.141 - - [2026-01-12 02:14:53] "GET /obj-perms HTTP/1.1" 403 257 0.009083 10.0.0.141 - - [2026-01-12 02:14:53] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.018515 10.0.0.141 - - [2026-01-12 02:14:53] "GET /obj-perms HTTP/1.1" 403 257 0.007684 10.0.0.141 - - [2026-01-12 02:14:53] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.018725 10.0.0.141 - - [2026-01-12 02:14:53] "GET /obj-perms HTTP/1.1" 200 5049 0.003754 10.0.0.141 - - [2026-01-12 02:14:53] "PUT /virtual-network/b8b6a5aa-fbca-446b-aabc-d84e6644f4bd HTTP/1.1" 200 265 0.027136 10.0.0.141 - - [2026-01-12 02:14:53] "GET /virtual-networks HTTP/1.1" 200 132 0.019721 10.0.0.141 - - [2026-01-12 02:14:53] "GET /virtual-networks HTTP/1.1" 200 613 0.019267 10.0.0.141 - - [2026-01-12 02:14:53] "GET /virtual-networks HTTP/1.1" 200 1435 0.003985 10.0.0.141 - - [2026-01-12 02:14:53] "GET /obj-perms HTTP/1.1" 403 257 0.008235 10.0.0.141 - - [2026-01-12 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.141 - - [2026-01-12 02:14:53] "GET /virtual-network/b8b6a5aa-fbca-446b-aabc-d84e6644f4bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.010784 10.0.0.141 - - [2026-01-12 02:14:54] "GET /obj-perms HTTP/1.1" 403 257 0.035286 10.0.0.141 - - [2026-01-12 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002316 10.0.0.141 - - [2026-01-12 02:14:54] "GET /virtual-network/b8b6a5aa-fbca-446b-aabc-d84e6644f4bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.010107 10.0.0.141 - - [2026-01-12 02:14:54] "GET /obj-perms HTTP/1.1" 403 257 0.007870 10.0.0.141 - - [2026-01-12 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.141 - - [2026-01-12 02:14:54] "GET /virtual-network/b8b6a5aa-fbca-446b-aabc-d84e6644f4bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.013119 10.0.0.141 - - [2026-01-12 02:14:54] "GET /obj-perms HTTP/1.1" 200 5049 0.003237 10.0.0.141 - - [2026-01-12 02:14:54] "GET /obj-perms HTTP/1.1" 403 257 0.008074 10.0.0.141 - - [2026-01-12 02:14:54] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016487 10.0.0.141 - - [2026-01-12 02:14:54] "GET /obj-perms HTTP/1.1" 403 257 0.007653 10.0.0.141 - - [2026-01-12 02:14:54] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 613 0.019401 10.0.0.141 - - [2026-01-12 02:14:54] "GET /obj-perms HTTP/1.1" 200 5049 0.003361 10.0.0.141 - - [2026-01-12 02:14:54] "PUT /virtual-network/b8b6a5aa-fbca-446b-aabc-d84e6644f4bd HTTP/1.1" 200 265 0.023295 10.0.0.141 - - [2026-01-12 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004141 10.0.0.141 - - [2026-01-12 02:14:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002442 10.0.0.141 - - [2026-01-12 02:14:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002767 10.0.0.141 - - [2026-01-12 02:14:54] "DELETE /virtual-network/7180180d-db84-4bb3-8444-03a7289e3127 HTTP/1.1" 200 115 0.068322 10.0.0.141 - - [2026-01-12 02:14:54] "DELETE /route-target/1c7e8be0-657f-4702-a325-cef0f7929fff HTTP/1.1" 200 115 0.015971 10.0.0.141 - - [2026-01-12 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004542 10.0.0.141 - - [2026-01-12 02:14:54] "POST /useragent-kv HTTP/1.1" 200 115 0.006654 10.0.0.141 - - [2026-01-12 02:14:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002679 10.0.0.141 - - [2026-01-12 02:14:54] "DELETE /virtual-network/b8b6a5aa-fbca-446b-aabc-d84e6644f4bd HTTP/1.1" 200 115 0.075451 10.0.0.141 - - [2026-01-12 02:14:54] "DELETE /route-target/2329b5a7-28ce-4de6-be6a-115354ab662f HTTP/1.1" 200 115 0.019649 10.0.0.141 - - [2026-01-12 02:14:54] "DELETE /api-access-list/af2bf528-29fa-4714-9566-17193fd5628f HTTP/1.1" 200 115 0.022563 10.0.0.141 - - [2026-01-12 02:14:54] "GET /api-access-list/af2bf528-29fa-4714-9566-17193fd5628f HTTP/1.1" 404 171 0.002545 10.0.0.141 - - [2026-01-12 02:14:55] "GET /projects?obj_uuids=35525b3a-1255-49d8-8cf5-fee36029ee32&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001223 10.0.0.141 - - [2026-01-12 02:14:55] "GET /project/35525b3a-1255-49d8-8cf5-fee36029ee32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.026849 10.0.0.141 - - [2026-01-12 02:14:55] "GET /projects?obj_uuids=35525b3a-1255-49d8-8cf5-fee36029ee32&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001105 10.0.0.141 - - [2026-01-12 02:14:55] "GET /project/35525b3a-1255-49d8-8cf5-fee36029ee32?fields=virtual_networks HTTP/1.1" 200 1034 0.068048 10.0.0.141 - - [2026-01-12 02:14:55] "GET /projects?obj_uuids=35525b3a-1255-49d8-8cf5-fee36029ee32&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001625 10.0.0.141 - - [2026-01-12 02:14:55] "GET /project/35525b3a-1255-49d8-8cf5-fee36029ee32?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.025516 10.0.0.141 - - [2026-01-12 02:14:55] "GET /projects?obj_uuids=35525b3a-1255-49d8-8cf5-fee36029ee32&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001399 10.0.0.141 - - [2026-01-12 02:14:55] "GET /project/35525b3a-1255-49d8-8cf5-fee36029ee32?fields=security_groups HTTP/1.1" 200 1261 0.026046 10.0.0.141 - - [2026-01-12 02:14:55] "GET /projects?obj_uuids=29f68d2b-50d3-4c4d-8409-44bfd988d336&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001144 10.0.0.141 - - [2026-01-12 02:14:55] "GET /project/29f68d2b-50d3-4c4d-8409-44bfd988d336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.024620 10.0.0.141 - - [2026-01-12 02:14:55] "GET /projects?obj_uuids=29f68d2b-50d3-4c4d-8409-44bfd988d336&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001076 10.0.0.141 - - [2026-01-12 02:14:56] "GET /project/29f68d2b-50d3-4c4d-8409-44bfd988d336?fields=virtual_networks HTTP/1.1" 200 1033 0.070482 10.0.0.141 - - [2026-01-12 02:14:56] "GET /projects?obj_uuids=29f68d2b-50d3-4c4d-8409-44bfd988d336&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001132 10.0.0.141 - - [2026-01-12 02:14:56] "GET /project/29f68d2b-50d3-4c4d-8409-44bfd988d336?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.026921 10.0.0.141 - - [2026-01-12 02:14:56] "GET /projects?obj_uuids=29f68d2b-50d3-4c4d-8409-44bfd988d336&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001175 10.0.0.141 - - [2026-01-12 02:14:56] "GET /project/29f68d2b-50d3-4c4d-8409-44bfd988d336?fields=security_groups HTTP/1.1" 200 1260 0.025680 10.0.0.141 - - [2026-01-12 02:14:57] "GET /aaa-mode HTTP/1.1" 200 128 0.001230 10.0.0.141 - - [2026-01-12 02:14:57] "GET / HTTP/1.1" 200 36215 0.001994 10.0.0.141 - - [2026-01-12 02:14:58] "GET / HTTP/1.1" 200 36215 0.001885 10.0.0.141 - - [2026-01-12 02:14:58] "POST /fqname-to-id HTTP/1.1" 401 293 0.000594 10.0.0.141 - - [2026-01-12 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.073320 10.0.0.141 - - [2026-01-12 02:14:59] "GET /projects?obj_uuids=9b7a1b24-5d6a-4c21-bebb-1bcc62c02c26&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001219 10.0.0.141 - - [2026-01-12 02:14:59] "GET /project/9b7a1b24-5d6a-4c21-bebb-1bcc62c02c26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.032594 10.0.0.141 - - [2026-01-12 02:14:59] "GET /virtual-networks?parent_id=9b7a1b24-5d6a-4c21-bebb-1bcc62c02c26&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.009237 10.0.0.141 - - [2026-01-12 02:14:59] "POST /fqname-to-id HTTP/1.1" 404 197 0.009387 10.0.0.141 - - [2026-01-12 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.009035 10.0.0.141 - - [2026-01-12 02:14:59] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001294 10.0.0.141 - - [2026-01-12 02:14:59] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.015157 10.0.0.141 - - [2026-01-12 02:14:59] "POST /service-templates HTTP/1.1" 403 264 0.007259 10.0.0.141 - - [2026-01-12 02:14:59] "POST /fqname-to-id HTTP/1.1" 404 215 0.003257 10.0.0.141 - - [2026-01-12 02:14:59] "POST /api-access-lists HTTP/1.1" 200 557 0.019787 10.0.0.141 - - [2026-01-12 02:14:59] "GET /api-access-list/0fa66228-4ac6-46cf-908c-f340e67d45db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.005439 10.0.0.141 - - [2026-01-12 02:14:59] "GET /api-access-list/0fa66228-4ac6-46cf-908c-f340e67d45db HTTP/1.1" 200 1325 0.003492 10.0.0.141 - - [2026-01-12 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.011212 10.0.0.141 - - [2026-01-12 02:14:59] "GET /projects?obj_uuids=9b7a1b24-5d6a-4c21-bebb-1bcc62c02c26&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001324 10.0.0.141 - - [2026-01-12 02:14:59] "GET /project/9b7a1b24-5d6a-4c21-bebb-1bcc62c02c26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.037842 10.0.0.141 - - [2026-01-12 02:14:59] "GET /virtual-networks?parent_id=9b7a1b24-5d6a-4c21-bebb-1bcc62c02c26&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010683 10.0.0.141 - - [2026-01-12 02:15:00] "POST /virtual-networks HTTP/1.1" 200 585 0.054427 10.0.0.141 - - [2026-01-12 02:15:00] "POST /route-targets HTTP/1.1" 200 328 0.011079 10.0.0.141 - - [2026-01-12 02:15:00] "POST /ref-update HTTP/1.1" 200 156 0.011087 10.0.0.141 - - [2026-01-12 02:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.012275 10.0.0.141 - - [2026-01-12 02:15:00] "GET /network-ipam/0961d674-752d-427b-8ec4-24a054623276?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.014036 10.0.0.141 - - [2026-01-12 02:15:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002859 10.0.0.141 - - [2026-01-12 02:15:00] "POST /ref-update HTTP/1.1" 200 156 0.049198 10.0.0.141 - - [2026-01-12 02:15:00] "POST /neutron/network HTTP/1.1" 200 847 0.056455 10.0.0.141 - - [2026-01-12 02:15:00] "POST /neutron/network HTTP/1.1" 200 847 0.024010 10.0.0.141 - - [2026-01-12 02:15:00] "GET /virtual-network/2ce5cd67-d229-4579-9447-44a3a1634153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.014894 10.0.0.141 - - [2026-01-12 02:15:00] "POST /neutron/network HTTP/1.1" 200 847 0.025037 10.0.0.141 - - [2026-01-12 02:15:00] "POST /neutron/subnet HTTP/1.1" 200 674 0.029962 10.0.0.141 - - [2026-01-12 02:15:00] "POST /neutron/network HTTP/1.1" 200 847 0.077450 10.0.0.141 - - [2026-01-12 02:15:00] "GET /virtual-network/2ce5cd67-d229-4579-9447-44a3a1634153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006799 10.0.0.141 - - [2026-01-12 02:15:00] "GET /network-ipam/0961d674-752d-427b-8ec4-24a054623276?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.004351 10.0.0.141 - - [2026-01-12 02:15:00] "GET /domains HTTP/1.1" 200 281 0.003951 10.0.0.141 - - [2026-01-12 02:15:00] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001456 10.0.0.141 - - [2026-01-12 02:15:00] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 3140 0.011508 10.0.0.141 - - [2026-01-12 02:15:00] "GET /projects?obj_uuids=9b7a1b24-5d6a-4c21-bebb-1bcc62c02c26&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001534 10.0.0.141 - - [2026-01-12 02:15:00] "GET /project/9b7a1b24-5d6a-4c21-bebb-1bcc62c02c26 HTTP/1.1" 200 2360 0.078901 10.0.0.141 - - [2026-01-12 02:15:00] "GET /virtual-network/2ce5cd67-d229-4579-9447-44a3a1634153 HTTP/1.1" 200 2314 0.008180 10.0.0.141 - - [2026-01-12 02:15:00] "GET /virtual-network/2ce5cd67-d229-4579-9447-44a3a1634153 HTTP/1.1" 200 2314 0.007176 10.0.0.141 - - [2026-01-12 02:15:00] "GET /routing-instance/6b4fc39f-6d5a-4fcc-a553-97b64a282d1e HTTP/1.1" 200 1558 0.005673 10.0.0.141 - - [2026-01-12 02:15:00] "GET /routing-instance/6b4fc39f-6d5a-4fcc-a553-97b64a282d1e HTTP/1.1" 200 1558 0.003768 10.0.0.141 - - [2026-01-12 02:15:00] "GET /route-target/26a998b2-0067-4aa6-86ac-54ea57a46159 HTTP/1.1" 200 1245 0.003700 10.0.0.141 - - [2026-01-12 02:15:00] "GET /virtual-network/2ce5cd67-d229-4579-9447-44a3a1634153 HTTP/1.1" 200 2314 0.007859 10.0.0.141 - - [2026-01-12 02:15:00] "GET /routing-instance/6b4fc39f-6d5a-4fcc-a553-97b64a282d1e HTTP/1.1" 200 1558 0.005412 10.0.0.141 - - [2026-01-12 02:15:00] "GET /virtual-network/2ce5cd67-d229-4579-9447-44a3a1634153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008198 10.0.0.141 - - [2026-01-12 02:15:00] "GET /virtual-network/2ce5cd67-d229-4579-9447-44a3a1634153 HTTP/1.1" 200 2314 0.007832 10.0.0.141 - - [2026-01-12 02:15:00] "GET /routing-instance/6b4fc39f-6d5a-4fcc-a553-97b64a282d1e HTTP/1.1" 200 1558 0.004715 10.0.0.141 - - [2026-01-12 02:15:00] "GET /routing-instance/6b4fc39f-6d5a-4fcc-a553-97b64a282d1e HTTP/1.1" 200 1558 0.005508 10.0.0.141 - - [2026-01-12 02:15:00] "GET /route-target/26a998b2-0067-4aa6-86ac-54ea57a46159 HTTP/1.1" 200 1245 0.004625 10.0.0.141 - - [2026-01-12 02:15:00] "GET /domains HTTP/1.1" 200 281 0.003693 10.0.0.141 - - [2026-01-12 02:15:00] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001408 10.0.0.141 - - [2026-01-12 02:15:01] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811 HTTP/1.1" 200 3140 0.008895 10.0.0.141 - - [2026-01-12 02:15:01] "GET /projects?obj_uuids=9b7a1b24-5d6a-4c21-bebb-1bcc62c02c26&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001388 10.0.0.141 - - [2026-01-12 02:15:01] "GET /project/9b7a1b24-5d6a-4c21-bebb-1bcc62c02c26 HTTP/1.1" 200 2360 0.074326 10.0.0.141 - - [2026-01-12 02:15:01] "GET /virtual-network/2ce5cd67-d229-4579-9447-44a3a1634153 HTTP/1.1" 200 2314 0.008147 10.0.0.141 - - [2026-01-12 02:15:01] "GET /obj-perms HTTP/1.1" 200 5049 0.005230 10.0.0.141 - - [2026-01-12 02:15:01] "POST /fqname-to-id HTTP/1.1" 404 197 0.013147 10.0.0.141 - - [2026-01-12 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.015242 10.0.0.141 - - [2026-01-12 02:15:01] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001729 10.0.0.141 - - [2026-01-12 02:15:01] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.020785 10.0.0.141 - - [2026-01-12 02:15:01] "POST /service-templates HTTP/1.1" 403 264 0.012294 10.0.0.141 - - [2026-01-12 02:15:01] "POST /fqname-to-id HTTP/1.1" 404 183 0.003931 10.0.0.141 - - [2026-01-12 02:15:01] "POST /api-access-lists HTTP/1.1" 200 523 0.015804 10.0.0.141 - - [2026-01-12 02:15:01] "GET /api-access-list/f7be0783-476c-43bc-9cff-08f6367c16e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1293 0.006463 10.0.0.141 - - [2026-01-12 02:15:01] "GET /api-access-list/f7be0783-476c-43bc-9cff-08f6367c16e8 HTTP/1.1" 200 1293 0.004278 10.0.0.141 - - [2026-01-12 02:15:01] "POST /fqname-to-id HTTP/1.1" 404 197 0.014269 10.0.0.141 - - [2026-01-12 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.014452 10.0.0.141 - - [2026-01-12 02:15:01] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001414 10.0.0.141 - - [2026-01-12 02:15:01] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.019239 10.0.0.141 - - [2026-01-12 02:15:01] "POST /service-templates HTTP/1.1" 200 553 0.028762 10.0.0.141 - - [2026-01-12 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.014822 10.0.0.141 - - [2026-01-12 02:15:01] "GET /service-template/edcbbf20-6ab3-4fd5-b5eb-b84cfdc9a800?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.012436 10.0.0.141 - - [2026-01-12 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.011471 10.0.0.141 - - [2026-01-12 02:15:01] "GET /service-template/edcbbf20-6ab3-4fd5-b5eb-b84cfdc9a800?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.014297 10.0.0.141 - - [2026-01-12 02:15:01] "GET /virtual-network/2ce5cd67-d229-4579-9447-44a3a1634153 HTTP/1.1" 401 293 0.000699 10.0.0.141 - - [2026-01-12 02:15:02] "GET /virtual-network/2ce5cd67-d229-4579-9447-44a3a1634153 HTTP/1.1" 403 263 0.043601 10.0.0.141 - - [2026-01-12 02:15:02] "GET /service-template/edcbbf20-6ab3-4fd5-b5eb-b84cfdc9a800 HTTP/1.1" 403 264 0.009133 10.0.0.141 - - [2026-01-12 02:15:02] "GET /service-template/edcbbf20-6ab3-4fd5-b5eb-b84cfdc9a800 HTTP/1.1" 403 264 0.036981 10.0.0.141 - - [2026-01-12 02:15:03] "GET /obj-perms HTTP/1.1" 403 257 0.036521 10.0.0.141 - - [2026-01-12 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002660 10.0.0.141 - - [2026-01-12 02:15:03] "GET /virtual-network/2ce5cd67-d229-4579-9447-44a3a1634153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008698 10.0.0.141 - - [2026-01-12 02:15:03] "GET /obj-perms HTTP/1.1" 403 257 0.008496 10.0.0.141 - - [2026-01-12 02:15:03] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.009047 10.0.0.141 - - [2026-01-12 02:15:03] "GET /api-access-list/0fa66228-4ac6-46cf-908c-f340e67d45db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.003940 10.0.0.141 - - [2026-01-12 02:15:03] "PUT /api-access-list/0fa66228-4ac6-46cf-908c-f340e67d45db HTTP/1.1" 200 265 0.008644 10.0.0.141 - - [2026-01-12 02:15:03] "GET /api-access-list/0fa66228-4ac6-46cf-908c-f340e67d45db HTTP/1.1" 200 1462 0.004822 10.0.0.141 - - [2026-01-12 02:15:03] "GET /virtual-network/2ce5cd67-d229-4579-9447-44a3a1634153 HTTP/1.1" 200 2314 0.015932 10.0.0.141 - - [2026-01-12 02:15:03] "POST /fqname-to-id HTTP/1.1" 401 293 0.000408 10.0.0.141 - - [2026-01-12 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.041606 10.0.0.141 - - [2026-01-12 02:15:03] "GET /projects?obj_uuids=9b7a1b24-5d6a-4c21-bebb-1bcc62c02c26&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001185 10.0.0.141 - - [2026-01-12 02:15:03] "GET /project/9b7a1b24-5d6a-4c21-bebb-1bcc62c02c26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.036386 10.0.0.141 - - [2026-01-12 02:15:03] "GET /virtual-networks?parent_id=9b7a1b24-5d6a-4c21-bebb-1bcc62c02c26&detail=False&count=False&shared=False HTTP/1.1" 200 372 0.016476 10.0.0.141 - - [2026-01-12 02:15:03] "POST /virtual-networks HTTP/1.1" 403 263 0.009220 10.0.0.141 - - [2026-01-12 02:15:03] "GET /service-template/edcbbf20-6ab3-4fd5-b5eb-b84cfdc9a800 HTTP/1.1" 403 264 0.012300 10.0.0.141 - - [2026-01-12 02:15:04] "GET /service-template/edcbbf20-6ab3-4fd5-b5eb-b84cfdc9a800 HTTP/1.1" 403 264 0.037684 10.0.0.141 - - [2026-01-12 02:15:04] "GET /obj-perms HTTP/1.1" 403 257 0.009892 10.0.0.141 - - [2026-01-12 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002707 10.0.0.141 - - [2026-01-12 02:15:04] "GET /virtual-network/2ce5cd67-d229-4579-9447-44a3a1634153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.015585 10.0.0.141 - - [2026-01-12 02:15:04] "GET /obj-perms HTTP/1.1" 403 257 0.012714 10.0.0.141 - - [2026-01-12 02:15:04] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.017089 10.0.0.141 - - [2026-01-12 02:15:04] "GET /api-access-list/f7be0783-476c-43bc-9cff-08f6367c16e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1293 0.004379 10.0.0.141 - - [2026-01-12 02:15:04] "PUT /api-access-list/f7be0783-476c-43bc-9cff-08f6367c16e8 HTTP/1.1" 200 265 0.010088 10.0.0.141 - - [2026-01-12 02:15:04] "GET /api-access-list/f7be0783-476c-43bc-9cff-08f6367c16e8 HTTP/1.1" 200 1431 0.003547 10.0.0.141 - - [2026-01-12 02:15:04] "GET /service-template/edcbbf20-6ab3-4fd5-b5eb-b84cfdc9a800 HTTP/1.1" 200 1856 0.012554 10.0.0.141 - - [2026-01-12 02:15:04] "POST /fqname-to-id HTTP/1.1" 404 197 0.008963 10.0.0.141 - - [2026-01-12 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.009898 10.0.0.141 - - [2026-01-12 02:15:04] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001251 10.0.0.141 - - [2026-01-12 02:15:04] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.016188 10.0.0.141 - - [2026-01-12 02:15:04] "POST /service-templates HTTP/1.1" 403 264 0.009047 10.0.0.141 - - [2026-01-12 02:15:04] "GET /api-access-list/0fa66228-4ac6-46cf-908c-f340e67d45db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.003879 10.0.0.141 - - [2026-01-12 02:15:04] "PUT /api-access-list/0fa66228-4ac6-46cf-908c-f340e67d45db HTTP/1.1" 200 265 0.008310 10.0.0.141 - - [2026-01-12 02:15:04] "GET /api-access-list/0fa66228-4ac6-46cf-908c-f340e67d45db HTTP/1.1" 200 1325 0.003752 10.0.0.141 - - [2026-01-12 02:15:04] "GET /api-access-list/f7be0783-476c-43bc-9cff-08f6367c16e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.003102 10.0.0.141 - - [2026-01-12 02:15:05] "PUT /api-access-list/f7be0783-476c-43bc-9cff-08f6367c16e8 HTTP/1.1" 200 265 0.010472 10.0.0.141 - - [2026-01-12 02:15:05] "GET /api-access-list/f7be0783-476c-43bc-9cff-08f6367c16e8 HTTP/1.1" 200 1293 0.003825 10.0.0.141 - - [2026-01-12 02:15:05] "GET /virtual-network/2ce5cd67-d229-4579-9447-44a3a1634153 HTTP/1.1" 403 263 0.009385 10.0.0.141 - - [2026-01-12 02:15:05] "GET /virtual-network/2ce5cd67-d229-4579-9447-44a3a1634153 HTTP/1.1" 403 263 0.036927 10.0.0.141 - - [2026-01-12 02:15:05] "GET /service-template/edcbbf20-6ab3-4fd5-b5eb-b84cfdc9a800 HTTP/1.1" 403 264 0.010979 10.0.0.141 - - [2026-01-12 02:15:05] "GET /service-template/edcbbf20-6ab3-4fd5-b5eb-b84cfdc9a800 HTTP/1.1" 403 264 0.034971 10.0.0.141 - - [2026-01-12 02:15:05] "GET /obj-perms HTTP/1.1" 403 257 0.008100 10.0.0.141 - - [2026-01-12 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002428 10.0.0.141 - - [2026-01-12 02:15:05] "GET /virtual-network/2ce5cd67-d229-4579-9447-44a3a1634153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.009309 10.0.0.141 - - [2026-01-12 02:15:06] "GET /obj-perms HTTP/1.1" 403 257 0.046351 10.0.0.141 - - [2026-01-12 02:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002808 10.0.0.141 - - [2026-01-12 02:15:06] "GET /virtual-network/2ce5cd67-d229-4579-9447-44a3a1634153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008029 10.0.0.141 - - [2026-01-12 02:15:06] "GET /obj-perms HTTP/1.1" 403 257 0.008543 10.0.0.141 - - [2026-01-12 02:15:06] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.009184 10.0.0.141 - - [2026-01-12 02:15:06] "GET /api-access-list/b41aa7a2-e382-465e-b50b-190ea99201a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.003597 10.0.0.141 - - [2026-01-12 02:15:06] "PUT /api-access-list/b41aa7a2-e382-465e-b50b-190ea99201a2 HTTP/1.1" 200 265 0.009635 10.0.0.141 - - [2026-01-12 02:15:06] "GET /service-template/edcbbf20-6ab3-4fd5-b5eb-b84cfdc9a800 HTTP/1.1" 200 1856 0.011681 10.0.0.141 - - [2026-01-12 02:15:06] "GET /virtual-network/2ce5cd67-d229-4579-9447-44a3a1634153 HTTP/1.1" 200 2314 0.017188 10.0.0.141 - - [2026-01-12 02:15:06] "GET /obj-perms HTTP/1.1" 403 257 0.008229 10.0.0.141 - - [2026-01-12 02:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002488 10.0.0.141 - - [2026-01-12 02:15:06] "GET /virtual-network/2ce5cd67-d229-4579-9447-44a3a1634153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.015595 10.0.0.141 - - [2026-01-12 02:15:06] "GET /obj-perms HTTP/1.1" 403 257 0.008232 10.0.0.141 - - [2026-01-12 02:15:06] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.017327 10.0.0.141 - - [2026-01-12 02:15:06] "DELETE /api-access-list/0fa66228-4ac6-46cf-908c-f340e67d45db HTTP/1.1" 200 115 0.021250 10.0.0.141 - - [2026-01-12 02:15:06] "GET /api-access-list/0fa66228-4ac6-46cf-908c-f340e67d45db HTTP/1.1" 404 171 0.003169 10.0.0.141 - - [2026-01-12 02:15:06] "DELETE /api-access-list/f7be0783-476c-43bc-9cff-08f6367c16e8 HTTP/1.1" 200 115 0.016278 10.0.0.141 - - [2026-01-12 02:15:06] "GET /api-access-list/f7be0783-476c-43bc-9cff-08f6367c16e8 HTTP/1.1" 404 171 0.002791 10.0.0.141 - - [2026-01-12 02:15:06] "GET /virtual-network/2ce5cd67-d229-4579-9447-44a3a1634153 HTTP/1.1" 401 293 0.000505 10.0.0.141 - - [2026-01-12 02:15:07] "GET /virtual-network/2ce5cd67-d229-4579-9447-44a3a1634153 HTTP/1.1" 403 263 0.038809 10.0.0.141 - - [2026-01-12 02:15:07] "GET /service-template/edcbbf20-6ab3-4fd5-b5eb-b84cfdc9a800 HTTP/1.1" 403 264 0.007276 10.0.0.141 - - [2026-01-12 02:15:07] "GET /service-template/edcbbf20-6ab3-4fd5-b5eb-b84cfdc9a800 HTTP/1.1" 403 264 0.034417 10.0.0.141 - - [2026-01-12 02:15:08] "GET /obj-perms HTTP/1.1" 403 257 0.032571 10.0.0.141 - - [2026-01-12 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002586 10.0.0.141 - - [2026-01-12 02:15:08] "GET /virtual-network/2ce5cd67-d229-4579-9447-44a3a1634153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007482 10.0.0.141 - - [2026-01-12 02:15:08] "GET /obj-perms HTTP/1.1" 403 257 0.007613 10.0.0.141 - - [2026-01-12 02:15:08] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007382 10.0.0.141 - - [2026-01-12 02:15:08] "GET /api-access-list/b41aa7a2-e382-465e-b50b-190ea99201a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2688 0.003603 10.0.0.141 - - [2026-01-12 02:15:08] "PUT /api-access-list/b41aa7a2-e382-465e-b50b-190ea99201a2 HTTP/1.1" 200 265 0.011212 10.0.0.141 - - [2026-01-12 02:15:08] "GET /virtual-network/2ce5cd67-d229-4579-9447-44a3a1634153 HTTP/1.1" 200 2314 0.013983 10.0.0.141 - - [2026-01-12 02:15:08] "GET /service-template/edcbbf20-6ab3-4fd5-b5eb-b84cfdc9a800 HTTP/1.1" 200 1856 0.009459 10.0.0.141 - - [2026-01-12 02:15:08] "GET /obj-perms HTTP/1.1" 403 257 0.006851 10.0.0.141 - - [2026-01-12 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002295 10.0.0.141 - - [2026-01-12 02:15:08] "GET /virtual-network/2ce5cd67-d229-4579-9447-44a3a1634153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.013292 10.0.0.141 - - [2026-01-12 02:15:08] "GET /obj-perms HTTP/1.1" 403 257 0.007991 10.0.0.141 - - [2026-01-12 02:15:08] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.017692 10.0.0.141 - - [2026-01-12 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.009508 10.0.0.141 - - [2026-01-12 02:15:08] "DELETE /service-template/edcbbf20-6ab3-4fd5-b5eb-b84cfdc9a800 HTTP/1.1" 200 115 0.026959 10.0.0.141 - - [2026-01-12 02:15:08] "POST /fqname-to-id HTTP/1.1" 404 197 0.012935 10.0.0.141 - - [2026-01-12 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004505 10.0.0.141 - - [2026-01-12 02:15:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002199 10.0.0.141 - - [2026-01-12 02:15:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003594 10.0.0.141 - - [2026-01-12 02:15:08] "DELETE /virtual-network/2ce5cd67-d229-4579-9447-44a3a1634153 HTTP/1.1" 200 115 0.076982 10.0.0.141 - - [2026-01-12 02:15:08] "DELETE /route-target/26a998b2-0067-4aa6-86ac-54ea57a46159 HTTP/1.1" 200 115 0.020270 10.0.0.141 - - [2026-01-12 02:15:09] "GET /api-access-list/b41aa7a2-e382-465e-b50b-190ea99201a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.004122 10.0.0.141 - - [2026-01-12 02:15:09] "PUT /api-access-list/b41aa7a2-e382-465e-b50b-190ea99201a2 HTTP/1.1" 200 265 0.009255 10.0.0.141 - - [2026-01-12 02:15:09] "GET /api-access-list/b41aa7a2-e382-465e-b50b-190ea99201a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2694 0.003759 10.0.0.141 - - [2026-01-12 02:15:09] "PUT /api-access-list/b41aa7a2-e382-465e-b50b-190ea99201a2 HTTP/1.1" 200 265 0.011099 10.0.0.141 - - [2026-01-12 02:15:10] "GET /api-access-list/b41aa7a2-e382-465e-b50b-190ea99201a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.004115 10.0.0.141 - - [2026-01-12 02:15:10] "PUT /api-access-list/b41aa7a2-e382-465e-b50b-190ea99201a2 HTTP/1.1" 200 265 0.011641 10.0.0.141 - - [2026-01-12 02:15:10] "GET /projects?obj_uuids=9b7a1b24-5d6a-4c21-bebb-1bcc62c02c26&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001081 10.0.0.141 - - [2026-01-12 02:15:10] "GET /project/9b7a1b24-5d6a-4c21-bebb-1bcc62c02c26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.022892 10.0.0.141 - - [2026-01-12 02:15:10] "GET /projects?obj_uuids=9b7a1b24-5d6a-4c21-bebb-1bcc62c02c26&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001091 10.0.0.141 - - [2026-01-12 02:15:10] "GET /project/9b7a1b24-5d6a-4c21-bebb-1bcc62c02c26?fields=virtual_networks HTTP/1.1" 200 1035 0.070168 10.0.0.141 - - [2026-01-12 02:15:10] "GET /projects?obj_uuids=9b7a1b24-5d6a-4c21-bebb-1bcc62c02c26&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001498 10.0.0.141 - - [2026-01-12 02:15:10] "GET /project/9b7a1b24-5d6a-4c21-bebb-1bcc62c02c26?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.028490 10.0.0.141 - - [2026-01-12 02:15:10] "GET /projects?obj_uuids=9b7a1b24-5d6a-4c21-bebb-1bcc62c02c26&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001079 10.0.0.141 - - [2026-01-12 02:15:10] "GET /project/9b7a1b24-5d6a-4c21-bebb-1bcc62c02c26?fields=security_groups HTTP/1.1" 200 1262 0.024751 10.0.0.141 - - [2026-01-12 02:15:11] "GET /projects?obj_uuids=d3be3bc3-d179-453e-a080-faf695b92732&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001202 10.0.0.141 - - [2026-01-12 02:15:11] "GET /project/d3be3bc3-d179-453e-a080-faf695b92732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.028005 [Introspect:8084]10.0.0.141 - - [2026-01-12 02:15:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001245 10.0.0.141 - - [2026-01-12 02:15:11] "POST /fqname-to-id HTTP/1.1" 404 184 0.034429 10.0.0.141 - - [2026-01-12 02:15:11] "GET /projects?obj_uuids=138427ca-dd28-48f0-9cca-b172fbe858ca&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002636 10.0.0.141 - - [2026-01-12 02:15:12] "GET /domains?obj_uuids=d749fb7f-152a-44bd-a047-307afc2e3811&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001459 10.0.0.141 - - [2026-01-12 02:15:12] "GET /domain/d749fb7f-152a-44bd-a047-307afc2e3811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007271 10.0.0.141 - - [2026-01-12 02:15:12] "POST /id-to-fqname HTTP/1.1" 200 186 0.001669 10.0.0.141 - - [2026-01-12 02:15:12] "POST /fqname-to-id HTTP/1.1" 404 195 0.003331 10.0.0.141 - - [2026-01-12 02:15:12] "POST /security-groups HTTP/1.1" 200 587 0.063836 10.0.0.141 - - [2026-01-12 02:15:12] "POST /fqname-to-id HTTP/1.1" 404 230 0.002760 10.0.0.141 - - [2026-01-12 02:15:12] "POST /projects HTTP/1.1" 200 577 0.222995 10.0.0.141 - - [2026-01-12 02:15:12] "POST /access-control-lists HTTP/1.1" 200 594 0.060676 10.0.0.141 - - [2026-01-12 02:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.301315 10.0.0.141 - - [2026-01-12 02:15:12] "POST /fqname-to-id HTTP/1.1" 404 229 0.003534 10.0.0.141 - - [2026-01-12 02:15:12] "GET /project/138427ca-dd28-48f0-9cca-b172fbe858ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.424519 10.0.0.141 - - [2026-01-12 02:15:12] "POST /access-control-lists HTTP/1.1" 200 592 0.059821 10.0.0.141 - - [2026-01-12 02:15:13] "GET / HTTP/1.1" 200 36215 0.004152 10.0.0.141 - - [2026-01-12 02:15:14] "GET /projects?obj_uuids=138427ca-dd28-48f0-9cca-b172fbe858ca&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001140 10.0.0.141 - - [2026-01-12 02:15:14] "GET /project/138427ca-dd28-48f0-9cca-b172fbe858ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.026613 10.0.0.141 - - [2026-01-12 02:15:14] "GET /projects?obj_uuids=138427ca-dd28-48f0-9cca-b172fbe858ca&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001720 10.0.0.141 - - [2026-01-12 02:15:14] "GET /project/138427ca-dd28-48f0-9cca-b172fbe858ca?fields=virtual_networks HTTP/1.1" 200 1026 0.070695 10.0.0.141 - - [2026-01-12 02:15:14] "GET /projects?obj_uuids=138427ca-dd28-48f0-9cca-b172fbe858ca&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001560 10.0.0.141 - - [2026-01-12 02:15:14] "GET /project/138427ca-dd28-48f0-9cca-b172fbe858ca?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.025151 10.0.0.141 - - [2026-01-12 02:15:14] "GET /projects?obj_uuids=138427ca-dd28-48f0-9cca-b172fbe858ca&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001350 10.0.0.141 - - [2026-01-12 02:15:14] "GET /project/138427ca-dd28-48f0-9cca-b172fbe858ca?fields=security_groups HTTP/1.1" 200 1249 0.025522 10.0.0.141 - - [2026-01-12 02:15:37] "DELETE /project/35525b3a125549d88cf5fee36029ee32 HTTP/1.1" 404 173 0.022952 10.0.0.141 - - [2026-01-12 02:15:37] "DELETE /project/138427cadd2848f09ccab172fbe858ca HTTP/1.1" 404 173 0.016453 10.0.0.141 - - [2026-01-12 02:15:37] "DELETE /project/29f68d2b50d34c4d840944bfd988d336 HTTP/1.1" 404 173 0.020043 10.0.0.141 - - [2026-01-12 02:15:37] "DELETE /project/9b7a1b245d6a4c21bebb1bcc62c02c26 HTTP/1.1" 404 173 0.010633 10.0.0.141 - - [2026-01-12 02:15:37] "GET /projects?obj_uuids=138427ca-dd28-48f0-9cca-b172fbe858ca&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000955 10.0.0.141 - - [2026-01-12 02:15:37] "GET /projects?obj_uuids=29f68d2b-50d3-4c4d-8409-44bfd988d336&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000873 10.0.0.141 - - [2026-01-12 02:15:37] "GET /projects?obj_uuids=35525b3a-1255-49d8-8cf5-fee36029ee32&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001150 10.0.0.141 - - [2026-01-12 02:15:37] "GET /projects?obj_uuids=9b7a1b24-5d6a-4c21-bebb-1bcc62c02c26&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000943 10.0.0.141 - - [2026-01-12 02:15:37] "GET /projects?obj_uuids=a04a5758-1122-43ed-a3e1-4533ebda2bcb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000867 10.0.0.141 - - [2026-01-12 02:15:37] "GET /project/29f68d2b-50d3-4c4d-8409-44bfd988d336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.065865 10.0.0.141 - - [2026-01-12 02:15:37] "GET /project/138427ca-dd28-48f0-9cca-b172fbe858ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.070223 10.0.0.141 - - [2026-01-12 02:15:37] "GET /project/35525b3a-1255-49d8-8cf5-fee36029ee32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.077363 10.0.0.141 - - [2026-01-12 02:15:37] "GET /project/a04a5758-1122-43ed-a3e1-4533ebda2bcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.073878 10.0.0.141 - - [2026-01-12 02:15:37] "GET /project/9b7a1b24-5d6a-4c21-bebb-1bcc62c02c26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.080408 10.0.0.141 - - [2026-01-12 02:15:37] "GET /projects?obj_uuids=9b7a1b24-5d6a-4c21-bebb-1bcc62c02c26&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002150 10.0.0.141 - - [2026-01-12 02:15:37] "GET /projects?obj_uuids=a04a5758-1122-43ed-a3e1-4533ebda2bcb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001227 10.0.0.141 - - [2026-01-12 02:15:37] "GET /projects?obj_uuids=35525b3a-1255-49d8-8cf5-fee36029ee32&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000859 10.0.0.141 - - [2026-01-12 02:15:37] "GET /projects?obj_uuids=138427ca-dd28-48f0-9cca-b172fbe858ca&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001076 10.0.0.141 - - [2026-01-12 02:15:37] "GET /projects?obj_uuids=29f68d2b-50d3-4c4d-8409-44bfd988d336&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000774 10.0.0.141 - - [2026-01-12 02:15:37] "GET /project/29f68d2b-50d3-4c4d-8409-44bfd988d336?fields=security_groups HTTP/1.1" 200 1362 0.081839 10.0.0.141 - - [2026-01-12 02:15:37] "GET /project/138427ca-dd28-48f0-9cca-b172fbe858ca?fields=security_groups HTTP/1.1" 200 1351 0.083896 10.0.0.141 - - [2026-01-12 02:15:37] "GET /project/9b7a1b24-5d6a-4c21-bebb-1bcc62c02c26?fields=security_groups HTTP/1.1" 200 1364 0.081337 10.0.0.141 - - [2026-01-12 02:15:37] "GET /project/35525b3a-1255-49d8-8cf5-fee36029ee32?fields=security_groups HTTP/1.1" 200 1363 0.091524 10.0.0.141 - - [2026-01-12 02:15:37] "GET /project/a04a5758-1122-43ed-a3e1-4533ebda2bcb?fields=security_groups HTTP/1.1" 200 1349 0.096733 10.0.0.141 - - [2026-01-12 02:15:38] "DELETE /access-control-list/e42507ed-cd97-4938-a52f-fab82f28be3b HTTP/1.1" 200 115 0.058212 10.0.0.141 - - [2026-01-12 02:15:38] "DELETE /security-group/c8f1efbe-bafd-4d3b-ad42-3d7db31e171d HTTP/1.1" 200 115 0.122161 10.0.0.141 - - [2026-01-12 02:15:38] "DELETE /security-group/d851b9b4-fbe9-4bc3-bf74-fa4a1f5e76b0 HTTP/1.1" 200 115 0.122201 10.0.0.141 - - [2026-01-12 02:15:38] "GET /projects?obj_uuids=29f68d2b-50d3-4c4d-8409-44bfd988d336&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001150 10.0.0.141 - - [2026-01-12 02:15:38] "GET /projects?obj_uuids=138427ca-dd28-48f0-9cca-b172fbe858ca&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001338 10.0.0.141 - - [2026-01-12 02:15:38] "DELETE /security-group/c288c57c-d3ae-47b6-a86d-06cad457f782 HTTP/1.1" 200 115 0.140850 10.0.0.141 - - [2026-01-12 02:15:38] "GET /projects?obj_uuids=9b7a1b24-5d6a-4c21-bebb-1bcc62c02c26&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001472 10.0.0.141 - - [2026-01-12 02:15:38] "GET /project/29f68d2b-50d3-4c4d-8409-44bfd988d336?fields=application_policy_sets HTTP/1.1" 200 1401 0.053686 10.0.0.141 - - [2026-01-12 02:15:38] "DELETE /security-group/d3af5a54-2da5-4c71-b49d-a681f7cd3810 HTTP/1.1" 200 115 0.159558 10.0.0.141 - - [2026-01-12 02:15:38] "DELETE /access-control-list/7359f16d-e146-43c2-a65c-bddc1b55dca5 HTTP/1.1" 200 115 0.074593 10.0.0.141 - - [2026-01-12 02:15:38] "GET /projects?obj_uuids=35525b3a-1255-49d8-8cf5-fee36029ee32&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001284 10.0.0.141 - - [2026-01-12 02:15:38] "DELETE /security-group/d1e6b420-7807-48e8-9987-697ba1471558 HTTP/1.1" 200 115 0.164892 10.0.0.141 - - [2026-01-12 02:15:38] "GET /project/9b7a1b24-5d6a-4c21-bebb-1bcc62c02c26?fields=application_policy_sets HTTP/1.1" 200 1403 0.058530 10.0.0.141 - - [2026-01-12 02:15:38] "GET /project/138427ca-dd28-48f0-9cca-b172fbe858ca?fields=application_policy_sets HTTP/1.1" 200 1390 0.107677 10.0.0.141 - - [2026-01-12 02:15:38] "GET /projects?obj_uuids=a04a5758-1122-43ed-a3e1-4533ebda2bcb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001456 10.0.0.141 - - [2026-01-12 02:15:38] "DELETE /access-control-list/1994e22e-b0b9-458f-8678-11bd8587b96e HTTP/1.1" 200 115 0.079054 10.0.0.141 - - [2026-01-12 02:15:38] "GET /project/35525b3a-1255-49d8-8cf5-fee36029ee32?fields=application_policy_sets HTTP/1.1" 200 1402 0.109177 10.0.0.141 - - [2026-01-12 02:15:38] "GET /project/a04a5758-1122-43ed-a3e1-4533ebda2bcb?fields=application_policy_sets HTTP/1.1" 200 1388 0.088822 10.0.0.141 - - [2026-01-12 02:15:38] "DELETE /access-control-list/8141dd50-8847-4bd8-bb44-95514ae7adf0 HTTP/1.1" 200 115 0.056268 10.0.0.141 - - [2026-01-12 02:15:38] "DELETE /access-control-list/3bab86eb-8103-4002-a2b9-32e8ee22ae4d HTTP/1.1" 200 115 0.052823 10.0.0.141 - - [2026-01-12 02:15:38] "DELETE /project/29f68d2b-50d3-4c4d-8409-44bfd988d336 HTTP/1.1" 200 115 0.657487 10.0.0.141 - - [2026-01-12 02:15:38] "DELETE /project/9b7a1b24-5d6a-4c21-bebb-1bcc62c02c26 HTTP/1.1" 200 115 0.670871 10.0.0.141 - - [2026-01-12 02:15:38] "DELETE /access-control-list/15d684a8-2910-4a99-8a60-6f21c43f15d5 HTTP/1.1" 200 115 0.053306 10.0.0.141 - - [2026-01-12 02:15:38] "DELETE /project/138427ca-dd28-48f0-9cca-b172fbe858ca HTTP/1.1" 200 115 0.707804 10.0.0.141 - - [2026-01-12 02:15:38] "DELETE /project/35525b3a-1255-49d8-8cf5-fee36029ee32 HTTP/1.1" 200 115 0.736921 10.0.0.141 - - [2026-01-12 02:15:38] "DELETE /project/a04a5758-1122-43ed-a3e1-4533ebda2bcb HTTP/1.1" 200 115 0.734335 10.0.0.141 - - [2026-01-12 02:15:38] "DELETE /access-control-list/27e7782e-beab-4c5b-b5ca-c14272a2e9ef HTTP/1.1" 200 115 0.031486 10.0.0.141 - - [2026-01-12 02:15:38] "DELETE /access-control-list/ffc005a9-38a7-45c6-ae40-c0ca1648f2d7 HTTP/1.1" 200 115 0.020365 10.0.0.141 - - [2026-01-12 02:15:38] "DELETE /access-control-list/320fda5a-d842-4082-bbd4-e4ecab87dec4 HTTP/1.1" 200 115 0.021764 10.0.0.141 - - [2026-01-12 02:15:38] "DELETE /access-control-list/cbaaef49-8a71-405e-9399-2c608d385a13 HTTP/1.1" 200 115 0.026215 10.0.0.141 - - [2026-01-12 02:15:48] "GET /obj-perms HTTP/1.1" 200 5075 0.060321 10.0.0.141 - - [2026-01-12 02:15:48] "GET /obj-perms HTTP/1.1" 200 5075 0.078860 [Introspect:8084]10.0.0.141 - - [2026-01-12 02:15:57] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001211 [Introspect:8084]10.0.0.141 - - [2026-01-12 02:15:57] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000909