+++ date ++ echo 'INFO: =================== Thu Jan 8 01:51:43 AM UTC 2026 ===================' INFO: =================== Thu Jan 8 01:51:43 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 +++ cut -d / -f 1 ++ 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.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.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' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ uniq ++++ sort +++ local local_ips=,10.0.0.141,10.20.0.14,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.141'\''))' +++ local server_ip=10.0.0.141 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.141 ]] +++ [[ ,10.0.0.141,10.20.0.14,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 ++ set ++ grep '^API__.*__.*=.*$' ++ sed 's/^API__//g' ++ cut -d = -f 1 ++ sort + 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/08/2026 01:51:51.635 7f8424bb59c0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 01/08/2026 01:51:51.771 7f8424bb59c0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 01/08/2026 01:51:51.783 7f8424bb59c0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 01/08/2026 01:51:51.783 7f8424bb59c0 [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-08 01:51:56] "GET / HTTP/1.1" 503 181 0.000233 10.0.0.141 - - [2026-01-08 01:51:56] "GET / HTTP/1.1" 503 181 0.000132 10.0.0.141 - - [2026-01-08 01:51:57] "GET / HTTP/1.1" 200 36215 0.002022 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-08 01:51:57] "POST /fqname-to-id HTTP/1.1" 401 293 0.000586 10.0.0.141 - - [2026-01-08 01:51:57] "GET / HTTP/1.1" 200 45871 0.001935 10.0.0.141 - - [2026-01-08 01:51:57] "GET / HTTP/1.1" 200 45871 0.001548 10.0.0.141 - - [2026-01-08 01:51:57] "POST /fqname-to-id HTTP/1.1" 401 293 0.000449 10.0.0.141 - - [2026-01-08 01:51:57] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000346 10.0.0.141 - - [2026-01-08 01:51:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.932963 10.0.0.141 - - [2026-01-08 01:51:58] "GET /global-system-config/39093f03-9f9c-45bb-a74e-2aa3ac107d82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005906 10.0.0.141 - - [2026-01-08 01:51:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.660942 10.0.0.141 - - [2026-01-08 01:51:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.141 - - [2026-01-08 01:51:58] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.376773 10.0.0.141 - - [2026-01-08 01:51:58] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003506 10.0.0.141 - - [2026-01-08 01:51:58] "POST /fqname-to-id HTTP/1.1" 404 220 0.003313 10.0.0.141 - - [2026-01-08 01:51:58] "GET / HTTP/1.1" 200 36215 0.002117 10.0.0.141 - - [2026-01-08 01:51:58] "POST /config-nodes HTTP/1.1" 200 601 0.028441 10.0.0.141 - - [2026-01-08 01:51:58] "POST /fqname-to-id HTTP/1.1" 401 293 0.000560 10.0.0.141 - - [2026-01-08 01:51:59] "GET / HTTP/1.1" 200 36215 0.001818 10.0.0.141 - - [2026-01-08 01:51:59] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000351 /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-08 01:51:59] "GET / HTTP/1.1" 200 36215 0.001465 10.0.0.141 - - [2026-01-08 01:51:59] "GET / HTTP/1.1" 200 36215 0.001234 10.0.0.141 - - [2026-01-08 01:51:59] "POST /fqname-to-id HTTP/1.1" 404 186 0.328224 10.0.0.141 - - [2026-01-08 01:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005434 10.0.0.141 - - [2026-01-08 01:51:59] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.073014 10.0.0.141 - - [2026-01-08 01:51:59] "GET /global-system-config/39093f03-9f9c-45bb-a74e-2aa3ac107d82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006980 10.0.0.141 - - [2026-01-08 01:51:59] "POST /service-appliance-sets HTTP/1.1" 200 555 0.024750 10.0.0.141 - - [2026-01-08 01:51:59] "POST /fqname-to-id HTTP/1.1" 404 180 0.002975 10.0.0.141 - - [2026-01-08 01:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.141 - - [2026-01-08 01:51:59] "GET /global-system-config/39093f03-9f9c-45bb-a74e-2aa3ac107d82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.008449 10.0.0.141 - - [2026-01-08 01:52:00] "POST /service-appliance-sets HTTP/1.1" 200 543 0.025853 10.0.0.141 - - [2026-01-08 01:52:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.141 - - [2026-01-08 01:52:00] "GET /network-ipam/64e42d4f-fe72-40d7-941c-d6e541ddfe88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1955 0.004497 10.0.0.141 - - [2026-01-08 01:52:00] "POST /service-templates HTTP/1.1" 200 513 0.020543 10.0.0.141 - - [2026-01-08 01:52:00] "POST /service-templates HTTP/1.1" 200 503 0.034952 10.0.0.141 - - [2026-01-08 01:52:00] "POST /service-templates HTTP/1.1" 200 517 0.028443 10.0.0.141 - - [2026-01-08 01:52:00] "POST /service-templates HTTP/1.1" 200 537 0.024819 10.0.0.141 - - [2026-01-08 01:52:00] "POST /service-templates HTTP/1.1" 200 509 0.020253 10.0.0.141 - - [2026-01-08 01:52:02] "GET / HTTP/1.1" 200 36215 0.001324 10.0.0.141 - - [2026-01-08 01:52:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000395 10.0.0.141 - - [2026-01-08 01:52:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000403 10.0.0.141 - - [2026-01-08 01:52:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.312159 10.0.0.141 - - [2026-01-08 01:52:02] "GET /global-system-config/39093f03-9f9c-45bb-a74e-2aa3ac107d82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005530 10.0.0.141 - - [2026-01-08 01:52:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.043435 10.0.0.141 - - [2026-01-08 01:52:02] "GET /network-ipam/64e42d4f-fe72-40d7-941c-d6e541ddfe88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1955 0.003138 10.0.0.141 - - [2026-01-08 01:52:02] "POST /fqname-to-id HTTP/1.1" 404 220 0.002900 10.0.0.141 - - [2026-01-08 01:52:02] "POST /config-database-nodes HTTP/1.1" 200 619 0.020002 10.0.0.141 - - [2026-01-08 01:52:03] "POST /fqname-to-id HTTP/1.1" 404 225 0.002578 10.0.0.141 - - [2026-01-08 01:52:03] "POST /access-control-lists HTTP/1.1" 200 589 0.017328 10.0.0.141 - - [2026-01-08 01:52:03] "POST /fqname-to-id HTTP/1.1" 404 224 0.003024 10.0.0.141 - - [2026-01-08 01:52:03] "POST /access-control-lists HTTP/1.1" 200 587 0.036268 10.0.0.141 - - [2026-01-08 01:52:03] "POST /route-targets HTTP/1.1" 200 328 0.009536 10.0.0.141 - - [2026-01-08 01:52:03] "POST /ref-update HTTP/1.1" 200 156 0.011760 10.0.0.141 - - [2026-01-08 01:52:03] "POST /route-targets HTTP/1.1" 200 328 0.011509 10.0.0.141 - - [2026-01-08 01:52:03] "POST /ref-update HTTP/1.1" 200 156 0.016230 10.0.0.141 - - [2026-01-08 01:52:03] "POST /route-targets HTTP/1.1" 200 328 0.009947 10.0.0.141 - - [2026-01-08 01:52:03] "POST /ref-update HTTP/1.1" 200 156 0.008894 10.0.0.141 - - [2026-01-08 01:52:03] "POST /route-targets HTTP/1.1" 200 328 0.013467 10.0.0.141 - - [2026-01-08 01:52:03] "POST /ref-update HTTP/1.1" 200 156 0.010626 10.0.0.141 - - [2026-01-08 01:52:04] "POST /fqname-to-id HTTP/1.1" 404 201 0.003074 10.0.0.141 - - [2026-01-08 01:52:04] "POST /access-control-lists HTTP/1.1" 200 553 0.069920 10.0.0.141 - - [2026-01-08 01:52:04] "PUT /access-control-list/29c03d43-7603-44f2-8a7f-d44d63c09b09 HTTP/1.1" 200 273 0.013242 10.0.0.141 - - [2026-01-08 01:52:04] "PUT /access-control-list/796f93f2-86bb-4ea0-85d0-d49618d21f23 HTTP/1.1" 200 273 0.008912 10.0.0.141 - - [2026-01-08 01:52:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004924 10.0.0.141 - - [2026-01-08 01:52:04] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1218 0.002854 10.0.0.141 - - [2026-01-08 01:52:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.141 - - [2026-01-08 01:52:04] "PUT /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a HTTP/1.1" 200 277 0.008256 10.0.0.141 - - [2026-01-08 01:52:05] "GET / HTTP/1.1" 200 36215 0.001591 10.0.0.141 - - [2026-01-08 01:52:05] "POST /alarms HTTP/1.1" 401 293 0.000351 10.0.0.141 - - [2026-01-08 01:52:05] "POST /alarms HTTP/1.1" 200 583 0.037966 10.0.0.141 - - [2026-01-08 01:52:05] "POST /alarms HTTP/1.1" 200 577 0.015940 10.0.0.141 - - [2026-01-08 01:52:05] "POST /alarms HTTP/1.1" 200 577 0.016987 10.0.0.141 - - [2026-01-08 01:52:05] "POST /alarms HTTP/1.1" 200 561 0.022662 10.0.0.141 - - [2026-01-08 01:52:05] "POST /alarms HTTP/1.1" 200 557 0.026567 10.0.0.141 - - [2026-01-08 01:52:05] "POST /alarms HTTP/1.1" 200 559 0.016481 10.0.0.141 - - [2026-01-08 01:52:05] "POST /alarms HTTP/1.1" 200 567 0.020439 10.0.0.141 - - [2026-01-08 01:52:05] "POST /alarms HTTP/1.1" 200 551 0.016867 10.0.0.141 - - [2026-01-08 01:52:05] "POST /alarms HTTP/1.1" 200 559 0.019752 10.0.0.141 - - [2026-01-08 01:52:06] "POST /alarms HTTP/1.1" 200 569 0.037426 10.0.0.141 - - [2026-01-08 01:52:06] "POST /alarms HTTP/1.1" 200 557 0.020187 10.0.0.141 - - [2026-01-08 01:52:06] "POST /alarms HTTP/1.1" 200 569 0.016077 10.0.0.141 - - [2026-01-08 01:52:06] "POST /alarms HTTP/1.1" 200 577 0.061828 10.0.0.141 - - [2026-01-08 01:52:06] "POST /alarms HTTP/1.1" 200 571 0.016464 10.0.0.141 - - [2026-01-08 01:52:06] "POST /alarms HTTP/1.1" 200 563 0.017546 10.0.0.141 - - [2026-01-08 01:52:06] "POST /alarms HTTP/1.1" 200 563 0.020555 10.0.0.141 - - [2026-01-08 01:52:06] "POST /alarms HTTP/1.1" 200 563 0.027604 10.0.0.141 - - [2026-01-08 01:52:06] "POST /alarms HTTP/1.1" 200 549 0.016948 10.0.0.141 - - [2026-01-08 01:52:06] "POST /alarms HTTP/1.1" 200 597 0.019329 10.0.0.141 - - [2026-01-08 01:52:06] "POST /alarms HTTP/1.1" 200 577 0.018099 10.0.0.141 - - [2026-01-08 01:52:06] "POST /alarms HTTP/1.1" 200 573 0.020691 10.0.0.141 - - [2026-01-08 01:52:06] "POST /alarms HTTP/1.1" 200 585 0.017612 10.0.0.141 - - [2026-01-08 01:52:06] "POST /alarms HTTP/1.1" 200 611 0.016079 10.0.0.141 - - [2026-01-08 01:52:07] "GET / HTTP/1.1" 200 36215 0.001678 10.0.0.141 - - [2026-01-08 01:52:07] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000430 10.0.0.141 - - [2026-01-08 01:52:07] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.030971 10.0.0.141 - - [2026-01-08 01:52:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.141 - - [2026-01-08 01:52:07] "PUT /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a HTTP/1.1" 200 277 0.010842 10.0.0.141 - - [2026-01-08 01:52:07] "GET / HTTP/1.1" 200 36215 0.002088 10.0.0.141 - - [2026-01-08 01:52:07] "POST /fqname-to-id HTTP/1.1" 401 293 0.000627 10.0.0.141 - - [2026-01-08 01:52:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.027830 10.0.0.141 - - [2026-01-08 01:52:08] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004023 10.0.0.141 - - [2026-01-08 01:52:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.141 - - [2026-01-08 01:52:08] "PUT /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a HTTP/1.1" 200 277 0.010853 10.0.0.141 - - [2026-01-08 01:52:08] "GET / HTTP/1.1" 200 36215 0.001506 10.0.0.141 - - [2026-01-08 01:52:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000394 10.0.0.141 - - [2026-01-08 01:52:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.026354 10.0.0.141 - - [2026-01-08 01:52:09] "GET /global-system-config/39093f03-9f9c-45bb-a74e-2aa3ac107d82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007437 10.0.0.141 - - [2026-01-08 01:52:09] "PUT /global-system-config/39093f03-9f9c-45bb-a74e-2aa3ac107d82 HTTP/1.1" 200 275 0.024323 10.0.0.141 - - [2026-01-08 01:52:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000395 10.0.0.141 - - [2026-01-08 01:52:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000390 10.0.0.141 - - [2026-01-08 01:52:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000401 10.0.0.141 - - [2026-01-08 01:52:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000384 10.0.0.141 - - [2026-01-08 01:52:54] "GET / HTTP/1.1" 200 36215 0.001637 10.0.0.141 - - [2026-01-08 01:52:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000370 10.0.0.141 - - [2026-01-08 01:52:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.027928 10.0.0.141 - - [2026-01-08 01:52:54] "GET /routing-instance/9dbf5956-d768-4ed3-ba32-42c99bf7c3ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.003740 10.0.0.141 - - [2026-01-08 01:52:54] "POST /bgp-routers HTTP/1.1" 200 622 0.024453 10.0.0.141 - - [2026-01-08 01:52:54] "GET /bgp-router/facb87c2-8107-4e01-aebe-39fcd73af420?fields=global_system_config_back_refs HTTP/1.1" 200 1119 0.007929 10.0.0.141 - - [2026-01-08 01:52:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.141 - - [2026-01-08 01:52:54] "GET /global-system-config/39093f03-9f9c-45bb-a74e-2aa3ac107d82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006046 10.0.0.141 - - [2026-01-08 01:52:54] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003910 10.0.0.141 - - [2026-01-08 01:52:54] "POST /ref-update HTTP/1.1" 200 156 0.009211 10.0.0.141 - - [2026-01-08 01:53:20] "GET / HTTP/1.1" 200 36215 0.001410 10.0.0.141 - - [2026-01-08 01:53:20] "POST /fqname-to-id HTTP/1.1" 401 293 0.000456 10.0.0.141 - - [2026-01-08 01:53:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.032718 10.0.0.141 - - [2026-01-08 01:53:20] "GET /global-system-config/39093f03-9f9c-45bb-a74e-2aa3ac107d82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.008031 10.0.0.141 - - [2026-01-08 01:53:20] "POST /fqname-to-id HTTP/1.1" 404 220 0.002916 10.0.0.141 - - [2026-01-08 01:53:20] "POST /database-nodes HTTP/1.1" 200 605 0.022034 10.0.0.141 - - [2026-01-08 01:53:48] "GET / HTTP/1.1" 200 36215 0.002236 10.0.0.141 - - [2026-01-08 01:53:48] "POST /fqname-to-id HTTP/1.1" 401 293 0.000512 10.0.0.141 - - [2026-01-08 01:53:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.028450 10.0.0.141 - - [2026-01-08 01:53:48] "GET /global-system-config/39093f03-9f9c-45bb-a74e-2aa3ac107d82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.005606 10.0.0.141 - - [2026-01-08 01:53:48] "POST /fqname-to-id HTTP/1.1" 404 220 0.003145 10.0.0.141 - - [2026-01-08 01:53:48] "POST /analytics-nodes HTTP/1.1" 200 607 0.020897 10.0.0.141 - - [2026-01-08 01:53:54] "GET / HTTP/1.1" 200 36215 0.001863 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-08 01:54:01] "GET /obj-perms HTTP/1.1" 200 5075 0.362324 10.0.0.141 - - [2026-01-08 01:54:02] "GET /obj-perms HTTP/1.1" 200 5075 0.053896 10.0.0.141 - - [2026-01-08 01:54:02] "GET / HTTP/1.1" 200 36215 0.002190 10.0.0.141 - - [2026-01-08 01:54:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000469 10.0.0.141 - - [2026-01-08 01:54:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.029549 10.0.0.141 - - [2026-01-08 01:54:03] "GET /global-system-config/39093f03-9f9c-45bb-a74e-2aa3ac107d82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.005209 10.0.0.141 - - [2026-01-08 01:54:03] "POST /fqname-to-id HTTP/1.1" 404 220 0.003076 10.0.0.141 - - [2026-01-08 01:54:03] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.017602 10.0.0.141 - - [2026-01-08 01:54:16] "GET / HTTP/1.1" 200 36215 0.001456 10.0.0.141 - - [2026-01-08 01:54:16] "POST /fqname-to-id HTTP/1.1" 401 293 0.000377 10.0.0.141 - - [2026-01-08 01:54:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.022870 10.0.0.141 - - [2026-01-08 01:54:16] "GET /global-system-config/39093f03-9f9c-45bb-a74e-2aa3ac107d82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.007326 10.0.0.141 - - [2026-01-08 01:54:16] "POST /fqname-to-id HTTP/1.1" 404 220 0.002621 10.0.0.141 - - [2026-01-08 01:54:16] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.022201 10.0.0.141 - - [2026-01-08 01:55:02] "GET /obj-perms HTTP/1.1" 200 5075 0.049977 10.0.0.141 - - [2026-01-08 01:55:02] "GET /obj-perms HTTP/1.1" 200 5075 0.067847 10.0.0.141 - - [2026-01-08 01:55:52] "GET / HTTP/1.1" 200 36215 0.001391 10.0.0.141 - - [2026-01-08 01:55:52] "POST /fqname-to-id HTTP/1.1" 401 293 0.000391 10.0.0.141 - - [2026-01-08 01:55:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.030056 10.0.0.141 - - [2026-01-08 01:55:53] "GET /global-system-config/39093f03-9f9c-45bb-a74e-2aa3ac107d82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.006614 10.0.0.141 - - [2026-01-08 01:55:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005721 10.0.0.141 - - [2026-01-08 01:55:53] "GET /routing-instance/9dbf5956-d768-4ed3-ba32-42c99bf7c3ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.005228 10.0.0.141 - - [2026-01-08 01:55:53] "PUT /global-system-config/39093f03-9f9c-45bb-a74e-2aa3ac107d82 HTTP/1.1" 200 275 0.011936 10.0.0.141 - - [2026-01-08 01:55:53] "POST /fqname-to-id HTTP/1.1" 404 218 0.026373 10.0.0.141 - - [2026-01-08 01:55:53] "POST /virtual-routers HTTP/1.1" 200 605 0.031031 10.0.0.141 - - [2026-01-08 01:55:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.141 - - [2026-01-08 01:55:53] "GET /virtual-router/add711d3-e9ad-4e8e-bf31-9b2831592433?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.005073 10.0.0.141 - - [2026-01-08 01:55:53] "POST /fqname-to-id HTTP/1.1" 404 231 0.011322 10.0.0.141 - - [2026-01-08 01:55:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005064 10.0.0.141 - - [2026-01-08 01:55:53] "GET /virtual-network/61273a05-dfba-4c50-81fc-d8eb3e8d2e58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.006771 10.0.0.141 - - [2026-01-08 01:55:53] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.050786 10.0.0.141 - - [2026-01-08 01:55:54] "PUT /access-control-list/828a05c5-1a57-480b-9942-1c16d926ea7d HTTP/1.1" 200 273 0.010586 [Introspect:8084]10.0.0.141 - - [2026-01-08 01:55:54] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000856 [Introspect:8084]10.0.0.141 - - [2026-01-08 01:55:54] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000785 10.0.0.141 - - [2026-01-08 01:56:03] "GET /obj-perms HTTP/1.1" 200 5075 0.048669 10.0.0.141 - - [2026-01-08 01:56:03] "GET /obj-perms HTTP/1.1" 200 5075 0.050742 10.0.0.141 - - [2026-01-08 01:56:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.141 - - [2026-01-08 01:56:03] "GET /virtual-router/add711d3-e9ad-4e8e-bf31-9b2831592433?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.003069 [Introspect:8084]10.0.0.141 - - [2026-01-08 01:56:06] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001094 [Introspect:8084]10.0.0.141 - - [2026-01-08 01:56:06] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001005 [Introspect:8084]10.0.0.141 - - [2026-01-08 01:56:08] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000827 [Introspect:8084]10.0.0.141 - - [2026-01-08 01:56:08] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000758 10.0.0.141 - - [2026-01-08 01:57:04] "GET /obj-perms HTTP/1.1" 200 5075 0.045662 10.0.0.141 - - [2026-01-08 01:57:04] "GET /obj-perms HTTP/1.1" 200 5075 0.052498 10.0.0.141 - - [2026-01-08 01:57:06] "GET / HTTP/1.1" 200 36215 0.001486 10.0.0.141 - - [2026-01-08 01:57:07] "GET /project/309fdaee-6518-4625-9d2e-cb0ff777d481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000418 10.0.0.141 - - [2026-01-08 01:57:07] "GET /projects?obj_uuids=309fdaee-6518-4625-9d2e-cb0ff777d481&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.024285 10.0.0.141 - - [2026-01-08 01:57:07] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001221 10.0.0.141 - - [2026-01-08 01:57:07] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.069665 10.0.0.141 - - [2026-01-08 01:57:07] "POST /id-to-fqname HTTP/1.1" 200 167 0.001092 10.0.0.141 - - [2026-01-08 01:57:07] "POST /fqname-to-id HTTP/1.1" 404 176 0.002684 10.0.0.141 - - [2026-01-08 01:57:08] "POST /security-groups HTTP/1.1" 200 568 0.065459 10.0.0.141 - - [2026-01-08 01:57:08] "POST /fqname-to-id HTTP/1.1" 404 207 0.023329 10.0.0.141 - - [2026-01-08 01:57:08] "POST /projects HTTP/1.1" 200 539 0.214728 10.0.0.141 - - [2026-01-08 01:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.284670 10.0.0.141 - - [2026-01-08 01:57:08] "POST /access-control-lists HTTP/1.1" 200 575 0.058908 10.0.0.141 - - [2026-01-08 01:57:08] "POST /fqname-to-id HTTP/1.1" 404 206 0.003719 10.0.0.141 - - [2026-01-08 01:57:08] "GET /project/309fdaee-6518-4625-9d2e-cb0ff777d481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.501696 10.0.0.141 - - [2026-01-08 01:57:08] "POST /access-control-lists HTTP/1.1" 200 573 0.062366 [Introspect:8084]10.0.0.141 - - [2026-01-08 01:57:08] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001045 10.0.0.141 - - [2026-01-08 01:57:09] "POST /fqname-to-id HTTP/1.1" 404 199 0.033618 10.0.0.141 - - [2026-01-08 01:57:09] "GET /projects?obj_uuids=4345c92b-ddb2-433a-bd47-0144e81388e1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002432 10.0.0.141 - - [2026-01-08 01:57:09] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000870 10.0.0.141 - - [2026-01-08 01:57:09] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006125 10.0.0.141 - - [2026-01-08 01:57:09] "POST /id-to-fqname HTTP/1.1" 200 201 0.001021 10.0.0.141 - - [2026-01-08 01:57:09] "POST /fqname-to-id HTTP/1.1" 404 210 0.005775 10.0.0.141 - - [2026-01-08 01:57:09] "POST /security-groups HTTP/1.1" 200 602 0.061741 10.0.0.141 - - [2026-01-08 01:57:09] "POST /fqname-to-id HTTP/1.1" 404 245 0.002199 10.0.0.141 - - [2026-01-08 01:57:09] "POST /projects HTTP/1.1" 200 607 0.210857 10.0.0.141 - - [2026-01-08 01:57:09] "POST /access-control-lists HTTP/1.1" 200 609 0.059486 10.0.0.141 - - [2026-01-08 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.279841 10.0.0.141 - - [2026-01-08 01:57:09] "POST /fqname-to-id HTTP/1.1" 404 244 0.002935 10.0.0.141 - - [2026-01-08 01:57:09] "GET /project/4345c92b-ddb2-433a-bd47-0144e81388e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.398618 10.0.0.141 - - [2026-01-08 01:57:09] "POST /access-control-lists HTTP/1.1" 200 607 0.064865 10.0.0.141 - - [2026-01-08 01:57:10] "GET / HTTP/1.1" 200 36215 0.001578 10.0.0.141 - - [2026-01-08 01:57:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000429 10.0.0.141 - - [2026-01-08 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.052884 10.0.0.141 - - [2026-01-08 01:57:11] "GET /projects?obj_uuids=4345c92b-ddb2-433a-bd47-0144e81388e1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000774 10.0.0.141 - - [2026-01-08 01:57:11] "GET /project/4345c92b-ddb2-433a-bd47-0144e81388e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.022700 10.0.0.141 - - [2026-01-08 01:57:11] "POST /neutron/network HTTP/1.1" 200 117 0.087062 10.0.0.141 - - [2026-01-08 01:57:11] "GET /projects?obj_uuids=4345c92b-ddb2-433a-bd47-0144e81388e1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000859 10.0.0.141 - - [2026-01-08 01:57:11] "POST /neutron/network HTTP/1.1" 200 620 0.100170 10.0.0.141 - - [2026-01-08 01:57:11] "POST /route-targets HTTP/1.1" 200 328 0.015023 10.0.0.141 - - [2026-01-08 01:57:11] "POST /ref-update HTTP/1.1" 200 156 0.018690 10.0.0.141 - - [2026-01-08 01:57:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003236 10.0.0.141 - - [2026-01-08 01:57:12] "POST /neutron/subnet HTTP/1.1" 200 730 0.181561 10.0.0.141 - - [2026-01-08 01:57:12] "POST /neutron/network HTTP/1.1" 200 840 0.004858 10.0.0.141 - - [2026-01-08 01:57:12] "POST /id-to-fqname HTTP/1.1" 200 233 0.000940 10.0.0.141 - - [2026-01-08 01:57:12] "GET /virtual-network/29b7011e-8f1b-49af-bfe3-f23f8a731565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005085 10.0.0.141 - - [2026-01-08 01:57:12] "POST /neutron/network HTTP/1.1" 200 840 0.005255 10.0.0.141 - - [2026-01-08 01:57:12] "GET /virtual-network/29b7011e-8f1b-49af-bfe3-f23f8a731565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005020 10.0.0.141 - - [2026-01-08 01:57:12] "POST /neutron/network HTTP/1.1" 200 840 0.005944 10.0.0.141 - - [2026-01-08 01:57:12] "POST /neutron/subnet HTTP/1.1" 200 730 0.006615 10.0.0.141 - - [2026-01-08 01:57:12] "GET /domains HTTP/1.1" 401 293 0.000688 10.0.0.141 - - [2026-01-08 01:57:12] "GET /domains HTTP/1.1" 200 281 0.024140 10.0.0.141 - - [2026-01-08 01:57:12] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000947 10.0.0.141 - - [2026-01-08 01:57:12] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2594 0.012001 10.0.0.141 - - [2026-01-08 01:57:12] "GET /projects?obj_uuids=4345c92b-ddb2-433a-bd47-0144e81388e1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001135 10.0.0.141 - - [2026-01-08 01:57:12] "GET /project/4345c92b-ddb2-433a-bd47-0144e81388e1 HTTP/1.1" 200 2174 0.067330 10.0.0.141 - - [2026-01-08 01:57:12] "GET /virtual-network/29b7011e-8f1b-49af-bfe3-f23f8a731565 HTTP/1.1" 200 2349 0.005827 10.0.0.141 - - [2026-01-08 01:57:12] "GET /virtual-network/29b7011e-8f1b-49af-bfe3-f23f8a731565 HTTP/1.1" 200 2349 0.004077 10.0.0.141 - - [2026-01-08 01:57:12] "GET /routing-instance/d3a21d7e-25e9-4d14-be0b-b403660d0b80 HTTP/1.1" 200 1498 0.002894 10.0.0.141 - - [2026-01-08 01:57:12] "GET /routing-instance/d3a21d7e-25e9-4d14-be0b-b403660d0b80 HTTP/1.1" 200 1498 0.002790 10.0.0.141 - - [2026-01-08 01:57:12] "GET /route-target/317b0868-8d4f-402d-9272-d51ef0cff3d0 HTTP/1.1" 200 1221 0.002353 10.0.0.141 - - [2026-01-08 01:57:12] "GET /virtual-network/29b7011e-8f1b-49af-bfe3-f23f8a731565 HTTP/1.1" 200 2349 0.003981 10.0.0.141 - - [2026-01-08 01:57:12] "GET /routing-instance/d3a21d7e-25e9-4d14-be0b-b403660d0b80 HTTP/1.1" 200 1498 0.002939 10.0.0.141 - - [2026-01-08 01:57:12] "GET /virtual-network/29b7011e-8f1b-49af-bfe3-f23f8a731565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004257 10.0.0.141 - - [2026-01-08 01:57:12] "GET /virtual-network/29b7011e-8f1b-49af-bfe3-f23f8a731565 HTTP/1.1" 200 2349 0.003965 10.0.0.141 - - [2026-01-08 01:57:12] "GET /routing-instance/d3a21d7e-25e9-4d14-be0b-b403660d0b80 HTTP/1.1" 200 1498 0.003141 10.0.0.141 - - [2026-01-08 01:57:12] "GET /routing-instance/d3a21d7e-25e9-4d14-be0b-b403660d0b80 HTTP/1.1" 200 1498 0.002685 10.0.0.141 - - [2026-01-08 01:57:12] "GET /route-target/317b0868-8d4f-402d-9272-d51ef0cff3d0 HTTP/1.1" 200 1221 0.002214 10.0.0.141 - - [2026-01-08 01:57:12] "GET /domains HTTP/1.1" 200 281 0.002242 10.0.0.141 - - [2026-01-08 01:57:12] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000830 10.0.0.141 - - [2026-01-08 01:57:12] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2594 0.005623 10.0.0.141 - - [2026-01-08 01:57:12] "GET /projects?obj_uuids=4345c92b-ddb2-433a-bd47-0144e81388e1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000779 10.0.0.141 - - [2026-01-08 01:57:12] "GET /project/4345c92b-ddb2-433a-bd47-0144e81388e1 HTTP/1.1" 200 2174 0.081460 10.0.0.141 - - [2026-01-08 01:57:12] "GET /virtual-network/29b7011e-8f1b-49af-bfe3-f23f8a731565 HTTP/1.1" 200 2349 0.004801 10.0.0.141 - - [2026-01-08 01:57:13] "GET /obj-perms HTTP/1.1" 200 5071 0.048450 10.0.0.141 - - [2026-01-08 01:57:13] "POST /id-to-fqname HTTP/1.1" 200 233 0.001159 10.0.0.141 - - [2026-01-08 01:57:14] "POST /neutron/network HTTP/1.1" 200 850 0.006198 10.0.0.141 - - [2026-01-08 01:57:14] "GET /aaa-mode HTTP/1.1" 401 293 0.000361 10.0.0.141 - - [2026-01-08 01:57:15] "GET / HTTP/1.1" 200 36215 0.001618 10.0.0.141 - - [2026-01-08 01:57:15] "GET /project/4345c92b-ddb2-433a-bd47-0144e81388e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000331 10.0.0.141 - - [2026-01-08 01:57:15] "GET /projects?obj_uuids=4345c92b-ddb2-433a-bd47-0144e81388e1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000870 10.0.0.141 - - [2026-01-08 01:57:15] "GET /project/4345c92b-ddb2-433a-bd47-0144e81388e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.047047 10.0.0.141 - - [2026-01-08 01:57:16] "POST /neutron/network HTTP/1.1" 200 840 0.029448 10.0.0.141 - - [2026-01-08 01:57:16] "POST /neutron/port HTTP/1.1" 200 117 0.004691 10.0.0.141 - - [2026-01-08 01:57:16] "POST /neutron/port HTTP/1.1" 200 117 0.008700 10.0.0.141 - - [2026-01-08 01:57:16] "POST /neutron/port HTTP/1.1" 200 117 0.004707 10.0.0.141 - - [2026-01-08 01:57:17] "POST /neutron/network HTTP/1.1" 200 850 0.009919 10.0.0.141 - - [2026-01-08 01:57:17] "GET /projects?obj_uuids=4345c92b-ddb2-433a-bd47-0144e81388e1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001083 10.0.0.141 - - [2026-01-08 01:57:17] "POST /neutron/port HTTP/1.1" 200 1072 0.228186 10.0.0.141 - - [2026-01-08 01:57:17] "POST /neutron/port HTTP/1.1" 200 1072 0.029692 10.0.0.141 - - [2026-01-08 01:57:17] "POST /neutron/port HTTP/1.1" 200 1072 0.008946 10.0.0.141 - - [2026-01-08 01:57:18] "POST /neutron/port HTTP/1.1" 200 1126 0.074110 10.0.0.141 - - [2026-01-08 01:57:18] "POST /neutron/port HTTP/1.1" 200 1136 0.013904 10.0.0.141 - - [2026-01-08 01:57:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003131 10.0.0.141 - - [2026-01-08 01:57:18] "POST /neutron/subnet HTTP/1.1" 200 704 0.007369 10.0.0.141 - - [2026-01-08 01:57:18] "POST /neutron/port HTTP/1.1" 200 117 0.000999 10.0.0.141 - - [2026-01-08 01:57:18] "POST /neutron/network HTTP/1.1" 200 840 0.004800 10.0.0.141 - - [2026-01-08 01:57:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000373 10.0.0.141 - - [2026-01-08 01:57:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000332 10.0.0.141 - - [2026-01-08 01:57:21] "POST /neutron/port HTTP/1.1" 200 1136 0.013012 10.0.0.141 - - [2026-01-08 01:57:21] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006242 10.0.0.141 - - [2026-01-08 01:57:21] "GET /obj-perms HTTP/1.1" 200 5071 0.004132 10.0.0.141 - - [2026-01-08 01:57:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000360 10.0.0.141 - - [2026-01-08 01:57:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000360 10.0.0.141 - - [2026-01-08 01:57:22] "GET /obj-perms HTTP/1.1" 200 5071 0.002841 10.0.0.141 - - [2026-01-08 01:57:23] "GET /obj-perms HTTP/1.1" 200 5071 0.003057 10.0.0.141 - - [2026-01-08 01:57:24] "GET /obj-perms HTTP/1.1" 200 5071 0.003854 10.0.0.141 - - [2026-01-08 01:57:25] "GET /obj-perms HTTP/1.1" 200 5071 0.002951 10.0.0.141 - - [2026-01-08 01:57:26] "POST /neutron/network HTTP/1.1" 200 840 0.008211 10.0.0.141 - - [2026-01-08 01:57:26] "POST /neutron/network HTTP/1.1" 400 204 0.011862 10.0.0.141 - - [2026-01-08 01:57:27] "POST /neutron/port HTTP/1.1" 200 1136 0.024462 10.0.0.141 - - [2026-01-08 01:57:27] "POST /neutron/port HTTP/1.1" 200 1126 0.010048 10.0.0.141 - - [2026-01-08 01:57:27] "POST /neutron/port HTTP/1.1" 200 151 0.107512 10.0.0.141 - - [2026-01-08 01:57:28] "POST /neutron/network HTTP/1.1" 200 840 0.005966 10.0.0.141 - - [2026-01-08 01:57:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003396 10.0.0.141 - - [2026-01-08 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.141 - - [2026-01-08 01:57:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001862 10.0.0.141 - - [2026-01-08 01:57:28] "POST /neutron/network HTTP/1.1" 200 151 0.084547 10.0.0.141 - - [2026-01-08 01:57:28] "GET /routing-instance/d3a21d7e-25e9-4d14-be0b-b403660d0b80 HTTP/1.1" 404 171 0.002643 10.0.0.141 - - [2026-01-08 01:57:28] "DELETE /route-target/317b0868-8d4f-402d-9272-d51ef0cff3d0 HTTP/1.1" 200 115 0.018333 10.0.0.141 - - [2026-01-08 01:57:28] "GET /domains HTTP/1.1" 200 281 0.005095 10.0.0.141 - - [2026-01-08 01:57:28] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001811 10.0.0.141 - - [2026-01-08 01:57:28] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2594 0.051685 10.0.0.141 - - [2026-01-08 01:57:28] "GET /projects?obj_uuids=4345c92b-ddb2-433a-bd47-0144e81388e1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000814 10.0.0.141 - - [2026-01-08 01:57:28] "GET /project/4345c92b-ddb2-433a-bd47-0144e81388e1 HTTP/1.1" 200 1923 0.076979 10.0.0.141 - - [2026-01-08 01:57:29] "GET /projects?obj_uuids=4345c92b-ddb2-433a-bd47-0144e81388e1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000869 10.0.0.141 - - [2026-01-08 01:57:29] "GET /project/4345c92b-ddb2-433a-bd47-0144e81388e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.028536 10.0.0.141 - - [2026-01-08 01:57:29] "GET /projects?obj_uuids=4345c92b-ddb2-433a-bd47-0144e81388e1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001099 10.0.0.141 - - [2026-01-08 01:57:29] "GET /project/4345c92b-ddb2-433a-bd47-0144e81388e1?fields=virtual_networks HTTP/1.1" 200 1056 0.073403 10.0.0.141 - - [2026-01-08 01:57:29] "GET /projects?obj_uuids=4345c92b-ddb2-433a-bd47-0144e81388e1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001001 10.0.0.141 - - [2026-01-08 01:57:29] "GET /project/4345c92b-ddb2-433a-bd47-0144e81388e1?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.031440 10.0.0.141 - - [2026-01-08 01:57:29] "GET /projects?obj_uuids=4345c92b-ddb2-433a-bd47-0144e81388e1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000852 10.0.0.141 - - [2026-01-08 01:57:29] "GET /project/4345c92b-ddb2-433a-bd47-0144e81388e1?fields=security_groups HTTP/1.1" 200 1294 0.043227 10.0.0.141 - - [2026-01-08 01:57:30] "GET /projects?obj_uuids=309fdaee-6518-4625-9d2e-cb0ff777d481&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000885 10.0.0.141 - - [2026-01-08 01:57:30] "GET /project/309fdaee-6518-4625-9d2e-cb0ff777d481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.019787 10.0.0.141 - - [2026-01-08 01:57:33] "GET /projects?obj_uuids=309fdaee-6518-4625-9d2e-cb0ff777d481&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000975 10.0.0.141 - - [2026-01-08 01:57:33] "GET /project/309fdaee-6518-4625-9d2e-cb0ff777d481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.027043 10.0.0.141 - - [2026-01-08 01:57:33] "GET /documentation/index.html HTTP/1.1" 200 210274 0.002957 10.0.0.141 - - [2026-01-08 01:57:34] "POST /fqname-to-id HTTP/1.1" 404 200 0.029816 10.0.0.141 - - [2026-01-08 01:57:34] "GET /projects?obj_uuids=39494d09-9ac7-46b1-afab-858215994663&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002777 10.0.0.141 - - [2026-01-08 01:57:34] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001389 10.0.0.141 - - [2026-01-08 01:57:34] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008259 10.0.0.141 - - [2026-01-08 01:57:34] "POST /id-to-fqname HTTP/1.1" 200 202 0.002616 10.0.0.141 - - [2026-01-08 01:57:34] "POST /fqname-to-id HTTP/1.1" 404 211 0.002046 10.0.0.141 - - [2026-01-08 01:57:34] "POST /security-groups HTTP/1.1" 200 603 0.061158 10.0.0.141 - - [2026-01-08 01:57:34] "POST /fqname-to-id HTTP/1.1" 404 246 0.002057 10.0.0.141 - - [2026-01-08 01:57:34] "POST /projects HTTP/1.1" 200 609 0.218092 10.0.0.141 - - [2026-01-08 01:57:34] "POST /access-control-lists HTTP/1.1" 200 610 0.057956 10.0.0.141 - - [2026-01-08 01:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.285174 10.0.0.141 - - [2026-01-08 01:57:34] "POST /fqname-to-id HTTP/1.1" 404 245 0.002345 10.0.0.141 - - [2026-01-08 01:57:34] "GET /project/39494d09-9ac7-46b1-afab-858215994663?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.415710 10.0.0.141 - - [2026-01-08 01:57:34] "POST /access-control-lists HTTP/1.1" 200 608 0.061181 10.0.0.141 - - [2026-01-08 01:57:35] "GET / HTTP/1.1" 200 36215 0.001625 10.0.0.141 - - [2026-01-08 01:57:36] "GET /projects?obj_uuids=309fdaee-6518-4625-9d2e-cb0ff777d481&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000902 10.0.0.141 - - [2026-01-08 01:57:36] "GET /project/309fdaee-6518-4625-9d2e-cb0ff777d481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.024035 10.0.0.141 - - [2026-01-08 01:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.141 - - [2026-01-08 01:57:37] "GET /security-group/773b88d8-3378-4a85-a0da-8fd78fe5220b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3687 0.004112 10.0.0.141 - - [2026-01-08 01:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.141 - - [2026-01-08 01:57:37] "GET /projects?obj_uuids=309fdaee-6518-4625-9d2e-cb0ff777d481&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001134 10.0.0.141 - - [2026-01-08 01:57:37] "GET /project/309fdaee-6518-4625-9d2e-cb0ff777d481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.024212 10.0.0.141 - - [2026-01-08 01:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.141 - - [2026-01-08 01:57:37] "GET /security-group/773b88d8-3378-4a85-a0da-8fd78fe5220b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3687 0.003445 10.0.0.141 - - [2026-01-08 01:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002556 10.0.0.141 - - [2026-01-08 01:57:37] "PUT /security-group/773b88d8-3378-4a85-a0da-8fd78fe5220b HTTP/1.1" 200 263 0.012526 10.0.0.141 - - [2026-01-08 01:57:37] "PUT /access-control-list/47a7996a-45d0-4e69-b6b8-96e213665e1f HTTP/1.1" 200 273 0.008363 10.0.0.141 - - [2026-01-08 01:57:37] "PUT /access-control-list/de9e0cdc-637d-43fa-8acc-ad74b76aa3e8 HTTP/1.1" 200 273 0.016217 10.0.0.141 - - [2026-01-08 01:57:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.000439 10.0.0.141 - - [2026-01-08 01:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.052786 10.0.0.141 - - [2026-01-08 01:57:37] "GET /projects?obj_uuids=39494d09-9ac7-46b1-afab-858215994663&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000797 10.0.0.141 - - [2026-01-08 01:57:37] "GET /project/39494d09-9ac7-46b1-afab-858215994663?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.028047 10.0.0.141 - - [2026-01-08 01:57:38] "POST /neutron/network HTTP/1.1" 200 117 0.033004 10.0.0.141 - - [2026-01-08 01:57:38] "GET /projects?obj_uuids=39494d09-9ac7-46b1-afab-858215994663&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000932 10.0.0.141 - - [2026-01-08 01:57:38] "POST /neutron/network HTTP/1.1" 200 619 0.077058 10.0.0.141 - - [2026-01-08 01:57:38] "POST /route-targets HTTP/1.1" 200 328 0.009200 10.0.0.141 - - [2026-01-08 01:57:38] "POST /ref-update HTTP/1.1" 200 156 0.012938 10.0.0.141 - - [2026-01-08 01:57:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004764 10.0.0.141 - - [2026-01-08 01:57:38] "POST /neutron/subnet HTTP/1.1" 200 729 0.154977 10.0.0.141 - - [2026-01-08 01:57:38] "POST /neutron/network HTTP/1.1" 200 839 0.004438 10.0.0.141 - - [2026-01-08 01:57:38] "POST /id-to-fqname HTTP/1.1" 200 233 0.000970 10.0.0.141 - - [2026-01-08 01:57:38] "GET /virtual-network/6d25e7b4-2f5a-4cf0-b6dc-4b1bd7395e4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004126 10.0.0.141 - - [2026-01-08 01:57:38] "POST /neutron/network HTTP/1.1" 200 839 0.004568 10.0.0.141 - - [2026-01-08 01:57:38] "GET /virtual-network/6d25e7b4-2f5a-4cf0-b6dc-4b1bd7395e4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005742 10.0.0.141 - - [2026-01-08 01:57:38] "POST /neutron/network HTTP/1.1" 200 839 0.004844 10.0.0.141 - - [2026-01-08 01:57:38] "POST /neutron/subnet HTTP/1.1" 200 729 0.005615 10.0.0.141 - - [2026-01-08 01:57:38] "GET /domains HTTP/1.1" 401 293 0.000337 10.0.0.141 - - [2026-01-08 01:57:38] "GET /domains HTTP/1.1" 200 281 0.026237 10.0.0.141 - - [2026-01-08 01:57:38] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000818 10.0.0.141 - - [2026-01-08 01:57:38] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2793 0.007192 10.0.0.141 - - [2026-01-08 01:57:38] "GET /projects?obj_uuids=39494d09-9ac7-46b1-afab-858215994663&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000768 10.0.0.141 - - [2026-01-08 01:57:38] "GET /project/39494d09-9ac7-46b1-afab-858215994663 HTTP/1.1" 200 2180 0.069440 10.0.0.141 - - [2026-01-08 01:57:38] "GET /virtual-network/6d25e7b4-2f5a-4cf0-b6dc-4b1bd7395e4d HTTP/1.1" 200 2347 0.005512 10.0.0.141 - - [2026-01-08 01:57:38] "GET /virtual-network/6d25e7b4-2f5a-4cf0-b6dc-4b1bd7395e4d HTTP/1.1" 200 2347 0.005939 10.0.0.141 - - [2026-01-08 01:57:38] "GET /routing-instance/d919dc56-f5c6-417b-8878-7d85022bdfc2 HTTP/1.1" 200 1494 0.003280 10.0.0.141 - - [2026-01-08 01:57:38] "GET /routing-instance/d919dc56-f5c6-417b-8878-7d85022bdfc2 HTTP/1.1" 200 1494 0.002784 10.0.0.141 - - [2026-01-08 01:57:38] "GET /route-target/4aa4315d-9401-4c99-8714-18639d6ec4b8 HTTP/1.1" 200 1219 0.002660 10.0.0.141 - - [2026-01-08 01:57:38] "GET /virtual-network/6d25e7b4-2f5a-4cf0-b6dc-4b1bd7395e4d HTTP/1.1" 200 2347 0.003891 10.0.0.141 - - [2026-01-08 01:57:38] "GET /routing-instance/d919dc56-f5c6-417b-8878-7d85022bdfc2 HTTP/1.1" 200 1494 0.002409 10.0.0.141 - - [2026-01-08 01:57:38] "GET /virtual-network/6d25e7b4-2f5a-4cf0-b6dc-4b1bd7395e4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.003759 10.0.0.141 - - [2026-01-08 01:57:38] "GET /virtual-network/6d25e7b4-2f5a-4cf0-b6dc-4b1bd7395e4d HTTP/1.1" 200 2347 0.003793 10.0.0.141 - - [2026-01-08 01:57:38] "GET /routing-instance/d919dc56-f5c6-417b-8878-7d85022bdfc2 HTTP/1.1" 200 1494 0.006387 10.0.0.141 - - [2026-01-08 01:57:38] "GET /routing-instance/d919dc56-f5c6-417b-8878-7d85022bdfc2 HTTP/1.1" 200 1494 0.002568 10.0.0.141 - - [2026-01-08 01:57:38] "GET /route-target/4aa4315d-9401-4c99-8714-18639d6ec4b8 HTTP/1.1" 200 1219 0.002038 10.0.0.141 - - [2026-01-08 01:57:38] "GET /domains HTTP/1.1" 200 281 0.002120 10.0.0.141 - - [2026-01-08 01:57:38] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000901 10.0.0.141 - - [2026-01-08 01:57:38] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2793 0.006064 10.0.0.141 - - [2026-01-08 01:57:38] "GET /projects?obj_uuids=39494d09-9ac7-46b1-afab-858215994663&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000806 10.0.0.141 - - [2026-01-08 01:57:39] "GET /project/39494d09-9ac7-46b1-afab-858215994663 HTTP/1.1" 200 2180 0.067729 10.0.0.141 - - [2026-01-08 01:57:39] "GET /virtual-network/6d25e7b4-2f5a-4cf0-b6dc-4b1bd7395e4d HTTP/1.1" 200 2347 0.004919 10.0.0.141 - - [2026-01-08 01:57:39] "GET /obj-perms HTTP/1.1" 200 5073 0.053458 10.0.0.141 - - [2026-01-08 01:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002526 10.0.0.141 - - [2026-01-08 01:57:39] "GET /projects?obj_uuids=39494d09-9ac7-46b1-afab-858215994663&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000852 10.0.0.141 - - [2026-01-08 01:57:39] "GET /project/39494d09-9ac7-46b1-afab-858215994663?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.021210 10.0.0.141 - - [2026-01-08 01:57:39] "POST /neutron/network HTTP/1.1" 200 117 0.018140 10.0.0.141 - - [2026-01-08 01:57:39] "GET /projects?obj_uuids=39494d09-9ac7-46b1-afab-858215994663&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000849 10.0.0.141 - - [2026-01-08 01:57:39] "POST /neutron/network HTTP/1.1" 200 619 0.063641 10.0.0.141 - - [2026-01-08 01:57:39] "POST /route-targets HTTP/1.1" 200 328 0.009841 10.0.0.141 - - [2026-01-08 01:57:39] "POST /ref-update HTTP/1.1" 200 156 0.011291 10.0.0.141 - - [2026-01-08 01:57:39] "POST /useragent-kv HTTP/1.1" 200 115 0.004744 10.0.0.141 - - [2026-01-08 01:57:39] "POST /neutron/subnet HTTP/1.1" 200 729 0.150741 10.0.0.141 - - [2026-01-08 01:57:39] "POST /neutron/network HTTP/1.1" 200 839 0.005525 10.0.0.141 - - [2026-01-08 01:57:39] "POST /id-to-fqname HTTP/1.1" 200 233 0.001029 10.0.0.141 - - [2026-01-08 01:57:39] "GET /virtual-network/ba1e3a1d-4a4c-4056-9f0e-9bccdb9b66e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004403 10.0.0.141 - - [2026-01-08 01:57:39] "POST /neutron/network HTTP/1.1" 200 839 0.005065 10.0.0.141 - - [2026-01-08 01:57:39] "GET /virtual-network/ba1e3a1d-4a4c-4056-9f0e-9bccdb9b66e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.003890 10.0.0.141 - - [2026-01-08 01:57:39] "POST /neutron/network HTTP/1.1" 200 839 0.004662 10.0.0.141 - - [2026-01-08 01:57:39] "POST /neutron/subnet HTTP/1.1" 200 729 0.005909 10.0.0.141 - - [2026-01-08 01:57:39] "GET /domains HTTP/1.1" 200 281 0.001897 10.0.0.141 - - [2026-01-08 01:57:39] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000994 10.0.0.141 - - [2026-01-08 01:57:39] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2793 0.005885 10.0.0.141 - - [2026-01-08 01:57:39] "GET /projects?obj_uuids=39494d09-9ac7-46b1-afab-858215994663&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000769 10.0.0.141 - - [2026-01-08 01:57:40] "GET /project/39494d09-9ac7-46b1-afab-858215994663 HTTP/1.1" 200 2409 0.070508 10.0.0.141 - - [2026-01-08 01:57:40] "GET /virtual-network/ba1e3a1d-4a4c-4056-9f0e-9bccdb9b66e4 HTTP/1.1" 200 2348 0.005944 10.0.0.141 - - [2026-01-08 01:57:40] "GET /virtual-network/ba1e3a1d-4a4c-4056-9f0e-9bccdb9b66e4 HTTP/1.1" 200 2348 0.003971 10.0.0.141 - - [2026-01-08 01:57:40] "GET /routing-instance/e063757c-e43e-4393-9b83-df311bf43201 HTTP/1.1" 200 1495 0.002666 10.0.0.141 - - [2026-01-08 01:57:40] "GET /routing-instance/e063757c-e43e-4393-9b83-df311bf43201 HTTP/1.1" 200 1495 0.002532 10.0.0.141 - - [2026-01-08 01:57:40] "GET /route-target/ec6934d9-3241-4f5c-83ac-fa92271b969d HTTP/1.1" 200 1220 0.003252 10.0.0.141 - - [2026-01-08 01:57:40] "GET /virtual-network/ba1e3a1d-4a4c-4056-9f0e-9bccdb9b66e4 HTTP/1.1" 200 2348 0.003727 10.0.0.141 - - [2026-01-08 01:57:40] "GET /routing-instance/e063757c-e43e-4393-9b83-df311bf43201 HTTP/1.1" 200 1495 0.002326 10.0.0.141 - - [2026-01-08 01:57:40] "GET /virtual-network/ba1e3a1d-4a4c-4056-9f0e-9bccdb9b66e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.003672 10.0.0.141 - - [2026-01-08 01:57:40] "GET /virtual-network/ba1e3a1d-4a4c-4056-9f0e-9bccdb9b66e4 HTTP/1.1" 200 2348 0.003719 10.0.0.141 - - [2026-01-08 01:57:40] "GET /routing-instance/e063757c-e43e-4393-9b83-df311bf43201 HTTP/1.1" 200 1495 0.002449 10.0.0.141 - - [2026-01-08 01:57:40] "GET /routing-instance/e063757c-e43e-4393-9b83-df311bf43201 HTTP/1.1" 200 1495 0.002592 10.0.0.141 - - [2026-01-08 01:57:40] "GET /route-target/ec6934d9-3241-4f5c-83ac-fa92271b969d HTTP/1.1" 200 1220 0.002094 10.0.0.141 - - [2026-01-08 01:57:40] "GET /domains HTTP/1.1" 200 281 0.002011 10.0.0.141 - - [2026-01-08 01:57:40] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000726 10.0.0.141 - - [2026-01-08 01:57:40] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2793 0.006457 10.0.0.141 - - [2026-01-08 01:57:40] "GET /projects?obj_uuids=39494d09-9ac7-46b1-afab-858215994663&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000952 10.0.0.141 - - [2026-01-08 01:57:40] "GET /project/39494d09-9ac7-46b1-afab-858215994663 HTTP/1.1" 200 2409 0.067387 10.0.0.141 - - [2026-01-08 01:57:40] "GET /virtual-network/ba1e3a1d-4a4c-4056-9f0e-9bccdb9b66e4 HTTP/1.1" 200 2348 0.003867 10.0.0.141 - - [2026-01-08 01:57:40] "GET /obj-perms HTTP/1.1" 200 5073 0.002257 10.0.0.141 - - [2026-01-08 01:57:40] "POST /id-to-fqname HTTP/1.1" 200 233 0.001142 10.0.0.141 - - [2026-01-08 01:57:40] "POST /neutron/network HTTP/1.1" 200 849 0.004898 10.0.0.141 - - [2026-01-08 01:57:40] "GET /aaa-mode HTTP/1.1" 401 293 0.000359 10.0.0.141 - - [2026-01-08 01:57:40] "GET / HTTP/1.1" 200 36215 0.001320 10.0.0.141 - - [2026-01-08 01:57:40] "GET /project/39494d09-9ac7-46b1-afab-858215994663?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000332 10.0.0.141 - - [2026-01-08 01:57:41] "GET /projects?obj_uuids=39494d09-9ac7-46b1-afab-858215994663&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000882 10.0.0.141 - - [2026-01-08 01:57:41] "GET /project/39494d09-9ac7-46b1-afab-858215994663?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.048330 10.0.0.141 - - [2026-01-08 01:57:41] "POST /neutron/network HTTP/1.1" 200 839 0.004845 10.0.0.141 - - [2026-01-08 01:57:41] "POST /neutron/port HTTP/1.1" 200 117 0.004481 10.0.0.141 - - [2026-01-08 01:57:41] "POST /neutron/port HTTP/1.1" 200 117 0.004956 10.0.0.141 - - [2026-01-08 01:57:41] "POST /id-to-fqname HTTP/1.1" 200 233 0.001097 10.0.0.141 - - [2026-01-08 01:57:41] "POST /neutron/port HTTP/1.1" 200 117 0.004194 10.0.0.141 - - [2026-01-08 01:57:41] "POST /neutron/network HTTP/1.1" 200 849 0.005505 10.0.0.141 - - [2026-01-08 01:57:41] "GET /aaa-mode HTTP/1.1" 401 293 0.000356 10.0.0.141 - - [2026-01-08 01:57:41] "POST /neutron/network HTTP/1.1" 200 849 0.004913 10.0.0.141 - - [2026-01-08 01:57:41] "GET /projects?obj_uuids=39494d09-9ac7-46b1-afab-858215994663&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000942 10.0.0.141 - - [2026-01-08 01:57:41] "GET / HTTP/1.1" 200 36215 0.001585 10.0.0.141 - - [2026-01-08 01:57:41] "GET /project/39494d09-9ac7-46b1-afab-858215994663?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000350 10.0.0.141 - - [2026-01-08 01:57:41] "POST /neutron/port HTTP/1.1" 200 1073 0.201270 10.0.0.141 - - [2026-01-08 01:57:41] "POST /neutron/port HTTP/1.1" 200 1073 0.014467 10.0.0.141 - - [2026-01-08 01:57:41] "POST /neutron/port HTTP/1.1" 200 1073 0.009565 10.0.0.141 - - [2026-01-08 01:57:41] "POST /neutron/port HTTP/1.1" 200 1127 0.046161 10.0.0.141 - - [2026-01-08 01:57:41] "POST /neutron/port HTTP/1.1" 200 1137 0.012379 10.0.0.141 - - [2026-01-08 01:57:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002809 10.0.0.141 - - [2026-01-08 01:57:41] "POST /neutron/subnet HTTP/1.1" 200 703 0.006194 10.0.0.141 - - [2026-01-08 01:57:41] "POST /neutron/port HTTP/1.1" 200 117 0.000979 10.0.0.141 - - [2026-01-08 01:57:42] "POST /neutron/network HTTP/1.1" 200 839 0.006769 10.0.0.141 - - [2026-01-08 01:57:42] "GET /projects?obj_uuids=39494d09-9ac7-46b1-afab-858215994663&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001153 10.0.0.141 - - [2026-01-08 01:57:42] "GET /project/39494d09-9ac7-46b1-afab-858215994663?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.052660 10.0.0.141 - - [2026-01-08 01:57:42] "POST /neutron/network HTTP/1.1" 200 839 0.008971 10.0.0.141 - - [2026-01-08 01:57:42] "POST /neutron/port HTTP/1.1" 200 1137 0.017450 10.0.0.141 - - [2026-01-08 01:57:42] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006737 10.0.0.141 - - [2026-01-08 01:57:42] "POST /neutron/port HTTP/1.1" 200 117 0.004930 10.0.0.141 - - [2026-01-08 01:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002480 10.0.0.141 - - [2026-01-08 01:57:42] "GET /projects?obj_uuids=39494d09-9ac7-46b1-afab-858215994663&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000810 10.0.0.141 - - [2026-01-08 01:57:42] "GET /project/39494d09-9ac7-46b1-afab-858215994663?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.026086 10.0.0.141 - - [2026-01-08 01:57:42] "GET /virtual-network/6d25e7b4-2f5a-4cf0-b6dc-4b1bd7395e4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004682 10.0.0.141 - - [2026-01-08 01:57:42] "GET /floating-ip-pools?parent_id=6d25e7b4-2f5a-4cf0-b6dc-4b1bd7395e4d&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002647 10.0.0.141 - - [2026-01-08 01:57:42] "GET /virtual-network/6d25e7b4-2f5a-4cf0-b6dc-4b1bd7395e4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006146 10.0.0.141 - - [2026-01-08 01:57:42] "POST /floating-ip-pools HTTP/1.1" 200 611 0.029743 10.0.0.141 - - [2026-01-08 01:57:42] "POST /neutron/network HTTP/1.1" 200 849 0.005550 10.0.0.141 - - [2026-01-08 01:57:42] "POST /ref-update HTTP/1.1" 200 156 0.013008 10.0.0.141 - - [2026-01-08 01:57:42] "GET /projects?obj_uuids=39494d09-9ac7-46b1-afab-858215994663&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000943 10.0.0.141 - - [2026-01-08 01:57:42] "GET /virtual-network/6d25e7b4-2f5a-4cf0-b6dc-4b1bd7395e4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.024906 10.0.0.141 - - [2026-01-08 01:57:42] "GET /domains HTTP/1.1" 200 281 0.002475 10.0.0.141 - - [2026-01-08 01:57:42] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002003 10.0.0.141 - - [2026-01-08 01:57:42] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2793 0.007048 10.0.0.141 - - [2026-01-08 01:57:42] "GET /projects?obj_uuids=39494d09-9ac7-46b1-afab-858215994663&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000827 10.0.0.141 - - [2026-01-08 01:57:42] "GET /project/39494d09-9ac7-46b1-afab-858215994663 HTTP/1.1" 200 3254 0.110417 10.0.0.141 - - [2026-01-08 01:57:42] "GET /virtual-network/6d25e7b4-2f5a-4cf0-b6dc-4b1bd7395e4d HTTP/1.1" 200 2940 0.021589 10.0.0.141 - - [2026-01-08 01:57:42] "GET /floating-ip-pool/34d1a2a3-8778-4a76-8214-f92d9e78ad1f HTTP/1.1" 200 1443 0.004113 10.0.0.141 - - [2026-01-08 01:57:42] "GET /domains HTTP/1.1" 200 281 0.004138 10.0.0.141 - - [2026-01-08 01:57:42] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001139 10.0.0.141 - - [2026-01-08 01:57:43] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2793 0.007756 10.0.0.141 - - [2026-01-08 01:57:43] "GET /projects?obj_uuids=39494d09-9ac7-46b1-afab-858215994663&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001389 10.0.0.141 - - [2026-01-08 01:57:43] "POST /neutron/port HTTP/1.1" 200 1073 0.358649 10.0.0.141 - - [2026-01-08 01:57:43] "GET /project/39494d09-9ac7-46b1-afab-858215994663 HTTP/1.1" 200 3254 0.084920 10.0.0.141 - - [2026-01-08 01:57:43] "GET /virtual-network/6d25e7b4-2f5a-4cf0-b6dc-4b1bd7395e4d HTTP/1.1" 200 3162 0.008286 10.0.0.141 - - [2026-01-08 01:57:43] "GET /virtual-network/6d25e7b4-2f5a-4cf0-b6dc-4b1bd7395e4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005227 10.0.0.141 - - [2026-01-08 01:57:43] "POST /neutron/port HTTP/1.1" 200 1073 0.010537 10.0.0.141 - - [2026-01-08 01:57:43] "POST /neutron/port HTTP/1.1" 200 1073 0.008950 10.0.0.141 - - [2026-01-08 01:57:43] "POST /neutron/port HTTP/1.1" 200 1137 0.015833 10.0.0.141 - - [2026-01-08 01:57:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.021665 10.0.0.141 - - [2026-01-08 01:57:43] "POST /neutron/port HTTP/1.1" 200 1127 0.096079 10.0.0.141 - - [2026-01-08 01:57:43] "POST /neutron/port HTTP/1.1" 200 1137 0.013069 10.0.0.141 - - [2026-01-08 01:57:43] "POST /neutron/port HTTP/1.1" 200 1137 0.010406 10.0.0.141 - - [2026-01-08 01:57:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005140 10.0.0.141 - - [2026-01-08 01:57:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002372 10.0.0.141 - - [2026-01-08 01:57:43] "POST /neutron/subnet HTTP/1.1" 200 703 0.005937 10.0.0.141 - - [2026-01-08 01:57:43] "POST /neutron/port HTTP/1.1" 200 117 0.000921 10.0.0.141 - - [2026-01-08 01:57:43] "POST /neutron/network HTTP/1.1" 200 839 0.004817 10.0.0.141 - - [2026-01-08 01:57:43] "POST /neutron/port HTTP/1.1" 200 1137 0.014065 10.0.0.141 - - [2026-01-08 01:57:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009820 10.0.0.141 - - [2026-01-08 01:57:43] "GET /virtual-machine/8e45f33a-004d-4bd4-822d-a78001b1b156 HTTP/1.1" 200 1306 0.003616 10.0.0.141 - - [2026-01-08 01:57:43] "GET /virtual-machine-interface/abf8437e-f5fa-43de-9578-91143d8a6171 HTTP/1.1" 200 3012 0.011167 10.0.0.141 - - [2026-01-08 01:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002467 10.0.0.141 - - [2026-01-08 01:57:43] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002885 10.0.0.141 - - [2026-01-08 01:57:43] "GET /virtual-networks?parent_id=39494d09-9ac7-46b1-afab-858215994663&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002578 10.0.0.141 - - [2026-01-08 01:57:43] "GET /virtual-network/ba1e3a1d-4a4c-4056-9f0e-9bccdb9b66e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004772 10.0.0.141 - - [2026-01-08 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002703 10.0.0.141 - - [2026-01-08 01:57:46] "GET /virtual-network/ba1e3a1d-4a4c-4056-9f0e-9bccdb9b66e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004372 10.0.0.141 - - [2026-01-08 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.141 - - [2026-01-08 01:57:50] "GET /virtual-network/ba1e3a1d-4a4c-4056-9f0e-9bccdb9b66e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004377 10.0.0.141 - - [2026-01-08 01:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.141 - - [2026-01-08 01:57:52] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003544 10.0.0.141 - - [2026-01-08 01:57:52] "GET /virtual-networks?parent_id=39494d09-9ac7-46b1-afab-858215994663&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003099 10.0.0.141 - - [2026-01-08 01:57:52] "GET /virtual-network/ba1e3a1d-4a4c-4056-9f0e-9bccdb9b66e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004765 10.0.0.141 - - [2026-01-08 01:57:53] "POST /neutron/port HTTP/1.1" 200 1137 0.011796 10.0.0.141 - - [2026-01-08 01:57:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005506 10.0.0.141 - - [2026-01-08 01:57:53] "POST /neutron/port HTTP/1.1" 200 1137 0.052393 10.0.0.141 - - [2026-01-08 01:57:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004774 10.0.0.141 - - [2026-01-08 01:57:53] "POST /neutron/port HTTP/1.1" 200 1137 0.011468 10.0.0.141 - - [2026-01-08 01:57:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005036 10.0.0.141 - - [2026-01-08 01:57:58] "GET /projects?obj_uuids=39494d09-9ac7-46b1-afab-858215994663&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001151 10.0.0.141 - - [2026-01-08 01:57:58] "POST /neutron/floatingip HTTP/1.1" 200 531 0.056666 10.0.0.141 - - [2026-01-08 01:57:58] "POST /neutron/port HTTP/1.1" 200 1137 0.010497 10.0.0.141 - - [2026-01-08 01:57:58] "POST /neutron/floatingip HTTP/1.1" 200 531 0.004709 10.0.0.141 - - [2026-01-08 01:57:58] "POST /neutron/floatingip HTTP/1.1" 200 579 0.030332 10.0.0.141 - - [2026-01-08 01:57:58] "POST /neutron/port HTTP/1.1" 200 1137 0.011373 10.0.0.141 - - [2026-01-08 01:57:58] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004555 10.0.0.141 - - [2026-01-08 01:57:58] "POST /neutron/port HTTP/1.1" 200 1137 0.010163 10.0.0.141 - - [2026-01-08 01:57:58] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005426 10.0.0.141 - - [2026-01-08 01:57:58] "POST /neutron/port HTTP/1.1" 200 1137 0.012807 10.0.0.141 - - [2026-01-08 01:57:58] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005290 10.0.0.141 - - [2026-01-08 01:57:58] "GET /virtual-machine/1e85fd5b-3de8-4130-8cf5-1e414c5aae55 HTTP/1.1" 200 1306 0.003836 10.0.0.141 - - [2026-01-08 01:57:58] "GET /virtual-machine-interface/256767c8-3986-4936-a10e-9ec3ab8ffd7b HTTP/1.1" 200 3011 0.004684 10.0.0.141 - - [2026-01-08 01:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002520 10.0.0.141 - - [2026-01-08 01:57:58] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002954 10.0.0.141 - - [2026-01-08 01:57:58] "GET /virtual-networks?parent_id=39494d09-9ac7-46b1-afab-858215994663&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002666 10.0.0.141 - - [2026-01-08 01:57:58] "GET /virtual-network/6d25e7b4-2f5a-4cf0-b6dc-4b1bd7395e4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005018 10.0.0.141 - - [2026-01-08 01:57:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.141 - - [2026-01-08 01:57:59] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002511 10.0.0.141 - - [2026-01-08 01:57:59] "GET /virtual-networks?parent_id=39494d09-9ac7-46b1-afab-858215994663&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003027 10.0.0.141 - - [2026-01-08 01:57:59] "GET /virtual-network/6d25e7b4-2f5a-4cf0-b6dc-4b1bd7395e4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004751 10.0.0.141 - - [2026-01-08 01:57:59] "POST /neutron/floatingip HTTP/1.1" 200 579 0.008257 10.0.0.141 - - [2026-01-08 01:57:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002602 10.0.0.141 - - [2026-01-08 01:57:59] "GET /routing-instance/d919dc56-f5c6-417b-8878-7d85022bdfc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.002753 10.0.0.141 - - [2026-01-08 01:57:59] "GET /route-target/4aa4315d-9401-4c99-8714-18639d6ec4b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003032 10.0.0.141 - - [2026-01-08 01:58:00] "DELETE /project/39494d099ac746b1afab858215994663 HTTP/1.1" 404 173 0.005144 10.0.0.141 - - [2026-01-08 01:58:00] "DELETE /project/309fdaee651846259d2ecb0ff777d481 HTTP/1.1" 404 173 0.005610 10.0.0.141 - - [2026-01-08 01:58:00] "DELETE /project/4345c92bddb2433abd470144e81388e1 HTTP/1.1" 404 173 0.004829 10.0.0.141 - - [2026-01-08 01:58:00] "GET /floating-ip/abf561ff-8057-4bb9-b6bf-09a133a45dcd HTTP/1.1" 200 1896 0.013514 10.0.0.141 - - [2026-01-08 01:58:00] "GET /projects?obj_uuids=4345c92b-ddb2-433a-bd47-0144e81388e1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000900 10.0.0.141 - - [2026-01-08 01:58:00] "GET /project/4345c92b-ddb2-433a-bd47-0144e81388e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.031405 10.0.0.141 - - [2026-01-08 01:58:00] "GET /projects?obj_uuids=4345c92b-ddb2-433a-bd47-0144e81388e1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000808 10.0.0.141 - - [2026-01-08 01:58:00] "GET /project/4345c92b-ddb2-433a-bd47-0144e81388e1?fields=security_groups HTTP/1.1" 200 1396 0.067926 10.0.0.141 - - [2026-01-08 01:58:00] "DELETE /security-group/96ba58a1-19c1-41ca-b729-b3a39c7955ed HTTP/1.1" 200 115 0.032154 10.0.0.141 - - [2026-01-08 01:58:00] "GET /projects?obj_uuids=4345c92b-ddb2-433a-bd47-0144e81388e1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000848 10.0.0.141 - - [2026-01-08 01:58:00] "DELETE /access-control-list/54ab9cc5-df2e-410d-a325-f6aaf6b69225 HTTP/1.1" 200 115 0.032744 10.0.0.141 - - [2026-01-08 01:58:00] "GET /project/4345c92b-ddb2-433a-bd47-0144e81388e1?fields=application_policy_sets HTTP/1.1" 200 1435 0.035834 10.0.0.141 - - [2026-01-08 01:58:00] "DELETE /access-control-list/6319956c-41dc-4b05-88ee-71325110d009 HTTP/1.1" 200 115 0.042307 10.0.0.141 - - [2026-01-08 01:58:00] "DELETE /project/4345c92b-ddb2-433a-bd47-0144e81388e1 HTTP/1.1" 200 115 0.329301 10.0.0.141 - - [2026-01-08 01:58:02] "POST /neutron/floatingip HTTP/1.1" 200 579 0.009773 10.0.0.141 - - [2026-01-08 01:58:02] "POST /neutron/floatingip HTTP/1.1" 200 531 0.019952 10.0.0.141 - - [2026-01-08 01:58:02] "POST /neutron/floatingip HTTP/1.1" 200 531 0.005074 10.0.0.141 - - [2026-01-08 01:58:02] "POST /neutron/floatingip HTTP/1.1" 200 115 0.029132 10.0.0.141 - - [2026-01-08 01:58:02] "GET /floating-ip-pool/34d1a2a3-8778-4a76-8214-f92d9e78ad1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.003286 10.0.0.141 - - [2026-01-08 01:58:02] "POST /ref-update HTTP/1.1" 200 156 0.007989 10.0.0.141 - - [2026-01-08 01:58:02] "DELETE /floating-ip-pool/34d1a2a3-8778-4a76-8214-f92d9e78ad1f HTTP/1.1" 200 115 0.020327 10.0.0.141 - - [2026-01-08 01:58:03] "POST /neutron/network HTTP/1.1" 200 839 0.005062 10.0.0.141 - - [2026-01-08 01:58:03] "POST /neutron/network HTTP/1.1" 400 204 0.010237 10.0.0.141 - - [2026-01-08 01:58:03] "POST /neutron/port HTTP/1.1" 200 1137 0.013756 10.0.0.141 - - [2026-01-08 01:58:03] "POST /neutron/port HTTP/1.1" 200 1127 0.008632 10.0.0.141 - - [2026-01-08 01:58:03] "POST /neutron/port HTTP/1.1" 200 1137 0.022356 10.0.0.141 - - [2026-01-08 01:58:03] "POST /neutron/port HTTP/1.1" 200 1127 0.018809 10.0.0.141 - - [2026-01-08 01:58:03] "POST /neutron/port HTTP/1.1" 200 151 0.131793 10.0.0.141 - - [2026-01-08 01:58:03] "POST /neutron/port HTTP/1.1" 200 151 0.116895 10.0.0.141 - - [2026-01-08 01:58:04] "GET /obj-perms HTTP/1.1" 200 5075 0.043440 10.0.0.141 - - [2026-01-08 01:58:05] "POST /neutron/network HTTP/1.1" 200 839 0.007174 10.0.0.141 - - [2026-01-08 01:58:05] "GET /obj-perms HTTP/1.1" 200 5075 0.048251 10.0.0.141 - - [2026-01-08 01:58:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002900 10.0.0.141 - - [2026-01-08 01:58:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.141 - - [2026-01-08 01:58:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001518 10.0.0.141 - - [2026-01-08 01:58:05] "POST /neutron/network HTTP/1.1" 200 151 0.099995 10.0.0.141 - - [2026-01-08 01:58:05] "GET /routing-instance/e063757c-e43e-4393-9b83-df311bf43201 HTTP/1.1" 404 171 0.001664 10.0.0.141 - - [2026-01-08 01:58:05] "DELETE /route-target/ec6934d9-3241-4f5c-83ac-fa92271b969d HTTP/1.1" 200 115 0.016604 10.0.0.141 - - [2026-01-08 01:58:05] "GET /domains HTTP/1.1" 200 281 0.002950 10.0.0.141 - - [2026-01-08 01:58:05] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001096 10.0.0.141 - - [2026-01-08 01:58:05] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2595 0.051705 10.0.0.141 - - [2026-01-08 01:58:05] "GET /projects?obj_uuids=39494d09-9ac7-46b1-afab-858215994663&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001048 10.0.0.141 - - [2026-01-08 01:58:05] "GET /project/39494d09-9ac7-46b1-afab-858215994663 HTTP/1.1" 200 2180 0.064797 10.0.0.141 - - [2026-01-08 01:58:05] "POST /neutron/network HTTP/1.1" 200 839 0.004878 10.0.0.141 - - [2026-01-08 01:58:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002367 10.0.0.141 - - [2026-01-08 01:58:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002554 10.0.0.141 - - [2026-01-08 01:58:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001462 10.0.0.141 - - [2026-01-08 01:58:05] "POST /neutron/network HTTP/1.1" 200 151 0.087382 10.0.0.141 - - [2026-01-08 01:58:05] "DELETE /route-target/4aa4315d-9401-4c99-8714-18639d6ec4b8 HTTP/1.1" 200 115 0.015796 10.0.0.141 - - [2026-01-08 01:58:05] "GET /routing-instance/d919dc56-f5c6-417b-8878-7d85022bdfc2 HTTP/1.1" 404 171 0.001853 10.0.0.141 - - [2026-01-08 01:58:05] "GET /domains HTTP/1.1" 200 281 0.002403 10.0.0.141 - - [2026-01-08 01:58:05] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000805 10.0.0.141 - - [2026-01-08 01:58:05] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2595 0.052957 10.0.0.141 - - [2026-01-08 01:58:05] "GET /projects?obj_uuids=39494d09-9ac7-46b1-afab-858215994663&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000838 10.0.0.141 - - [2026-01-08 01:58:05] "GET /project/39494d09-9ac7-46b1-afab-858215994663 HTTP/1.1" 200 1929 0.064133 10.0.0.141 - - [2026-01-08 01:58:05] "GET /projects?obj_uuids=39494d09-9ac7-46b1-afab-858215994663&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000877 10.0.0.141 - - [2026-01-08 01:58:05] "GET /project/39494d09-9ac7-46b1-afab-858215994663?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.026027 10.0.0.141 - - [2026-01-08 01:58:05] "GET /projects?obj_uuids=39494d09-9ac7-46b1-afab-858215994663&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000896 10.0.0.141 - - [2026-01-08 01:58:05] "GET /project/39494d09-9ac7-46b1-afab-858215994663?fields=virtual_networks HTTP/1.1" 200 1058 0.079496 10.0.0.141 - - [2026-01-08 01:58:05] "GET /projects?obj_uuids=39494d09-9ac7-46b1-afab-858215994663&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000936 10.0.0.141 - - [2026-01-08 01:58:06] "GET /project/39494d09-9ac7-46b1-afab-858215994663?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.036664 10.0.0.141 - - [2026-01-08 01:58:06] "GET /projects?obj_uuids=39494d09-9ac7-46b1-afab-858215994663&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000926 10.0.0.141 - - [2026-01-08 01:58:06] "GET /project/39494d09-9ac7-46b1-afab-858215994663?fields=security_groups HTTP/1.1" 200 1297 0.027781 10.0.0.141 - - [2026-01-08 01:58:06] "POST /fqname-to-id HTTP/1.1" 404 183 0.022215 10.0.0.141 - - [2026-01-08 01:58:06] "GET /projects?obj_uuids=c91864d8-ba3e-4be7-9781-bf3a335f5a13&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002422 10.0.0.141 - - [2026-01-08 01:58:07] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000910 10.0.0.141 - - [2026-01-08 01:58:07] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006747 10.0.0.141 - - [2026-01-08 01:58:07] "POST /id-to-fqname HTTP/1.1" 200 185 0.001777 10.0.0.141 - - [2026-01-08 01:58:07] "POST /fqname-to-id HTTP/1.1" 404 194 0.002818 10.0.0.141 - - [2026-01-08 01:58:07] "POST /security-groups HTTP/1.1" 200 586 0.060522 10.0.0.141 - - [2026-01-08 01:58:07] "POST /fqname-to-id HTTP/1.1" 404 229 0.002434 10.0.0.141 - - [2026-01-08 01:58:07] "POST /projects HTTP/1.1" 200 575 0.198951 10.0.0.141 - - [2026-01-08 01:58:07] "POST /access-control-lists HTTP/1.1" 200 593 0.058420 10.0.0.141 - - [2026-01-08 01:58:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.272173 10.0.0.141 - - [2026-01-08 01:58:07] "POST /fqname-to-id HTTP/1.1" 404 228 0.002373 10.0.0.141 - - [2026-01-08 01:58:07] "GET /project/c91864d8-ba3e-4be7-9781-bf3a335f5a13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.407374 10.0.0.141 - - [2026-01-08 01:58:07] "POST /access-control-lists HTTP/1.1" 200 591 0.056632 10.0.0.141 - - [2026-01-08 01:58:08] "GET / HTTP/1.1" 200 36215 0.001656 10.0.0.141 - - [2026-01-08 01:58:09] "GET /projects?obj_uuids=c91864d8-ba3e-4be7-9781-bf3a335f5a13&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000891 10.0.0.141 - - [2026-01-08 01:58:09] "GET /project/c91864d8-ba3e-4be7-9781-bf3a335f5a13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.027375 10.0.0.141 - - [2026-01-08 01:58:09] "GET /projects?obj_uuids=c91864d8-ba3e-4be7-9781-bf3a335f5a13&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000955 10.0.0.141 - - [2026-01-08 01:58:09] "GET /project/c91864d8-ba3e-4be7-9781-bf3a335f5a13?fields=virtual_networks HTTP/1.1" 200 1025 0.072630 10.0.0.141 - - [2026-01-08 01:58:09] "GET /projects?obj_uuids=c91864d8-ba3e-4be7-9781-bf3a335f5a13&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000990 10.0.0.141 - - [2026-01-08 01:58:09] "GET /project/c91864d8-ba3e-4be7-9781-bf3a335f5a13?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.027497 10.0.0.141 - - [2026-01-08 01:58:09] "GET /projects?obj_uuids=c91864d8-ba3e-4be7-9781-bf3a335f5a13&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000916 10.0.0.141 - - [2026-01-08 01:58:09] "GET /project/c91864d8-ba3e-4be7-9781-bf3a335f5a13?fields=security_groups HTTP/1.1" 200 1247 0.024377 10.0.0.141 - - [2026-01-08 01:58:10] "POST /fqname-to-id HTTP/1.1" 404 183 0.032697 10.0.0.141 - - [2026-01-08 01:58:10] "GET /projects?obj_uuids=c1e17a90-88c5-4974-a948-abbe63143e15&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002045 10.0.0.141 - - [2026-01-08 01:58:10] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000835 10.0.0.141 - - [2026-01-08 01:58:10] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006927 10.0.0.141 - - [2026-01-08 01:58:10] "POST /id-to-fqname HTTP/1.1" 200 185 0.001011 10.0.0.141 - - [2026-01-08 01:58:10] "POST /fqname-to-id HTTP/1.1" 404 194 0.002499 10.0.0.141 - - [2026-01-08 01:58:10] "POST /security-groups HTTP/1.1" 200 586 0.069655 10.0.0.141 - - [2026-01-08 01:58:11] "POST /fqname-to-id HTTP/1.1" 404 229 0.002529 10.0.0.141 - - [2026-01-08 01:58:11] "POST /projects HTTP/1.1" 200 575 0.220280 10.0.0.141 - - [2026-01-08 01:58:11] "POST /access-control-lists HTTP/1.1" 200 593 0.060081 10.0.0.141 - - [2026-01-08 01:58:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.293835 10.0.0.141 - - [2026-01-08 01:58:11] "POST /fqname-to-id HTTP/1.1" 404 228 0.002851 10.0.0.141 - - [2026-01-08 01:58:11] "GET /project/c1e17a90-88c5-4974-a948-abbe63143e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.413579 10.0.0.141 - - [2026-01-08 01:58:11] "POST /access-control-lists HTTP/1.1" 200 591 0.056908 10.0.0.141 - - [2026-01-08 01:58:12] "GET / HTTP/1.1" 200 36215 0.001763 10.0.0.141 - - [2026-01-08 01:58:12] "POST /fqname-to-id HTTP/1.1" 404 193 0.002803 10.0.0.141 - - [2026-01-08 01:58:12] "GET /projects?obj_uuids=309fdaee-6518-4625-9d2e-cb0ff777d481&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000934 10.0.0.141 - - [2026-01-08 01:58:12] "POST /fqname-to-id HTTP/1.1" 404 228 0.002257 10.0.0.141 - - [2026-01-08 01:58:12] "POST /access-control-lists HTTP/1.1" 200 592 0.012679 10.0.0.141 - - [2026-01-08 01:58:12] "POST /fqname-to-id HTTP/1.1" 404 227 0.002898 10.0.0.141 - - [2026-01-08 01:58:12] "POST /access-control-lists HTTP/1.1" 200 590 0.014158 10.0.0.141 - - [2026-01-08 01:58:13] "PUT /access-control-list/0458bf22-2911-4d88-af75-97c3e6c9f521 HTTP/1.1" 200 273 0.007945 10.0.0.141 - - [2026-01-08 01:58:13] "POST /neutron/security_group HTTP/1.1" 200 1364 0.283065 10.0.0.141 - - [2026-01-08 01:58:13] "GET /projects?obj_uuids=309fdaee-6518-4625-9d2e-cb0ff777d481&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001198 10.0.0.141 - - [2026-01-08 01:58:13] "PUT /access-control-list/123d8f3b-f64d-4cf1-bf11-dd884ea65daa HTTP/1.1" 200 273 0.006874 10.0.0.141 - - [2026-01-08 01:58:13] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.032040 10.0.0.141 - - [2026-01-08 01:58:13] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007241 10.0.0.141 - - [2026-01-08 01:58:13] "PUT /access-control-list/123d8f3b-f64d-4cf1-bf11-dd884ea65daa HTTP/1.1" 200 273 0.007590 10.0.0.141 - - [2026-01-08 01:58:13] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.145802 10.0.0.141 - - [2026-01-08 01:58:13] "PUT /access-control-list/123d8f3b-f64d-4cf1-bf11-dd884ea65daa HTTP/1.1" 200 273 0.011492 10.0.0.141 - - [2026-01-08 01:58:13] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.007575 10.0.0.141 - - [2026-01-08 01:58:13] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.101478 10.0.0.141 - - [2026-01-08 01:58:13] "PUT /access-control-list/123d8f3b-f64d-4cf1-bf11-dd884ea65daa HTTP/1.1" 200 273 0.008069 10.0.0.141 - - [2026-01-08 01:58:13] "POST /fqname-to-id HTTP/1.1" 404 193 0.002002 10.0.0.141 - - [2026-01-08 01:58:13] "GET /projects?obj_uuids=309fdaee-6518-4625-9d2e-cb0ff777d481&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000796 10.0.0.141 - - [2026-01-08 01:58:13] "POST /fqname-to-id HTTP/1.1" 404 228 0.003306 10.0.0.141 - - [2026-01-08 01:58:13] "POST /access-control-lists HTTP/1.1" 200 592 0.012521 10.0.0.141 - - [2026-01-08 01:58:13] "POST /fqname-to-id HTTP/1.1" 404 227 0.003195 10.0.0.141 - - [2026-01-08 01:58:13] "POST /access-control-lists HTTP/1.1" 200 590 0.022667 10.0.0.141 - - [2026-01-08 01:58:13] "PUT /access-control-list/7bdee1ce-aa9b-47c4-b99a-383cd896c19b HTTP/1.1" 200 273 0.006850 10.0.0.141 - - [2026-01-08 01:58:13] "PUT /access-control-list/42453bf5-5d4f-4bec-ace6-46c00fbcdc8b HTTP/1.1" 200 273 0.012532 10.0.0.141 - - [2026-01-08 01:58:13] "POST /neutron/security_group HTTP/1.1" 200 1364 0.314183 10.0.0.141 - - [2026-01-08 01:58:13] "GET /projects?obj_uuids=309fdaee-6518-4625-9d2e-cb0ff777d481&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000923 10.0.0.141 - - [2026-01-08 01:58:13] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.035671 10.0.0.141 - - [2026-01-08 01:58:13] "PUT /access-control-list/42453bf5-5d4f-4bec-ace6-46c00fbcdc8b HTTP/1.1" 200 273 0.011992 10.0.0.141 - - [2026-01-08 01:58:13] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010991 10.0.0.141 - - [2026-01-08 01:58:13] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.102624 10.0.0.141 - - [2026-01-08 01:58:13] "PUT /access-control-list/42453bf5-5d4f-4bec-ace6-46c00fbcdc8b HTTP/1.1" 200 273 0.009584 10.0.0.141 - - [2026-01-08 01:58:13] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010050 10.0.0.141 - - [2026-01-08 01:58:14] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.140237 10.0.0.141 - - [2026-01-08 01:58:14] "POST /fqname-to-id HTTP/1.1" 401 293 0.000321 10.0.0.141 - - [2026-01-08 01:58:14] "PUT /access-control-list/42453bf5-5d4f-4bec-ace6-46c00fbcdc8b HTTP/1.1" 200 273 0.007403 10.0.0.141 - - [2026-01-08 01:58:14] "POST /fqname-to-id HTTP/1.1" 404 210 0.027131 10.0.0.141 - - [2026-01-08 01:58:14] "GET /projects?obj_uuids=c1e17a90-88c5-4974-a948-abbe63143e15&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000999 10.0.0.141 - - [2026-01-08 01:58:14] "POST /fqname-to-id HTTP/1.1" 404 245 0.002122 10.0.0.141 - - [2026-01-08 01:58:14] "POST /access-control-lists HTTP/1.1" 200 609 0.012235 10.0.0.141 - - [2026-01-08 01:58:14] "POST /fqname-to-id HTTP/1.1" 404 244 0.002248 10.0.0.141 - - [2026-01-08 01:58:14] "POST /access-control-lists HTTP/1.1" 200 607 0.013754 10.0.0.141 - - [2026-01-08 01:58:14] "PUT /access-control-list/23be93c5-2674-4ca7-b698-43fc0c4d29eb HTTP/1.1" 200 273 0.007274 10.0.0.141 - - [2026-01-08 01:58:14] "PUT /access-control-list/9151bb88-a840-491c-8807-52adf32e937d HTTP/1.1" 200 273 0.008249 10.0.0.141 - - [2026-01-08 01:58:14] "POST /neutron/security_group HTTP/1.1" 200 1379 0.375592 10.0.0.141 - - [2026-01-08 01:58:14] "PUT /access-control-list/9151bb88-a840-491c-8807-52adf32e937d HTTP/1.1" 200 273 0.007855 10.0.0.141 - - [2026-01-08 01:58:14] "GET /projects?obj_uuids=c1e17a90-88c5-4974-a948-abbe63143e15&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001168 10.0.0.141 - - [2026-01-08 01:58:14] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.045385 10.0.0.141 - - [2026-01-08 01:58:14] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007732 10.0.0.141 - - [2026-01-08 01:58:14] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.142751 10.0.0.141 - - [2026-01-08 01:58:14] "PUT /access-control-list/9151bb88-a840-491c-8807-52adf32e937d HTTP/1.1" 200 273 0.008349 10.0.0.141 - - [2026-01-08 01:58:14] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.018906 10.0.0.141 - - [2026-01-08 01:58:15] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.116292 10.0.0.141 - - [2026-01-08 01:58:15] "POST /fqname-to-id HTTP/1.1" 404 210 0.002165 10.0.0.141 - - [2026-01-08 01:58:15] "PUT /access-control-list/9151bb88-a840-491c-8807-52adf32e937d HTTP/1.1" 200 273 0.008759 10.0.0.141 - - [2026-01-08 01:58:15] "GET /projects?obj_uuids=c1e17a90-88c5-4974-a948-abbe63143e15&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000851 10.0.0.141 - - [2026-01-08 01:58:15] "POST /fqname-to-id HTTP/1.1" 404 245 0.002271 10.0.0.141 - - [2026-01-08 01:58:15] "POST /access-control-lists HTTP/1.1" 200 609 0.014559 10.0.0.141 - - [2026-01-08 01:58:15] "POST /fqname-to-id HTTP/1.1" 404 244 0.002487 10.0.0.141 - - [2026-01-08 01:58:15] "POST /access-control-lists HTTP/1.1" 200 607 0.015658 10.0.0.141 - - [2026-01-08 01:58:15] "PUT /access-control-list/6dd8cac0-c84e-480c-b7f5-94886b0df3a8 HTTP/1.1" 200 273 0.007266 10.0.0.141 - - [2026-01-08 01:58:15] "PUT /access-control-list/21410e23-0130-4cc5-82e6-3f5411be9138 HTTP/1.1" 200 273 0.007637 10.0.0.141 - - [2026-01-08 01:58:15] "POST /neutron/security_group HTTP/1.1" 200 1379 0.354301 10.0.0.141 - - [2026-01-08 01:58:15] "PUT /access-control-list/21410e23-0130-4cc5-82e6-3f5411be9138 HTTP/1.1" 200 273 0.008825 10.0.0.141 - - [2026-01-08 01:58:15] "GET /projects?obj_uuids=c1e17a90-88c5-4974-a948-abbe63143e15&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000879 10.0.0.141 - - [2026-01-08 01:58:15] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.029433 10.0.0.141 - - [2026-01-08 01:58:15] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007218 10.0.0.141 - - [2026-01-08 01:58:15] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.108667 10.0.0.141 - - [2026-01-08 01:58:15] "PUT /access-control-list/21410e23-0130-4cc5-82e6-3f5411be9138 HTTP/1.1" 200 273 0.008498 10.0.0.141 - - [2026-01-08 01:58:15] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010785 10.0.0.141 - - [2026-01-08 01:58:15] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.143462 10.0.0.141 - - [2026-01-08 01:58:15] "PUT /access-control-list/21410e23-0130-4cc5-82e6-3f5411be9138 HTTP/1.1" 200 273 0.007688 10.0.0.141 - - [2026-01-08 01:58:16] "GET /projects?obj_uuids=309fdaee-6518-4625-9d2e-cb0ff777d481&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000859 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 541 0.036857 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 541 0.002752 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 541 0.002718 10.0.0.141 - - [2026-01-08 01:58:16] "POST /route-targets HTTP/1.1" 200 328 0.010365 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 541 0.002317 10.0.0.141 - - [2026-01-08 01:58:16] "PUT /logical-router/53ea84da-84dc-440e-ae4d-146aa1ee896a HTTP/1.1" 200 263 0.019058 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 541 0.005535 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 541 0.002583 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 541 0.002728 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 541 0.003036 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 541 0.002746 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 541 0.002636 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 541 0.003064 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 541 0.002476 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 541 0.002465 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 541 0.002649 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 541 0.002351 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 541 0.002443 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 541 0.002470 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 541 0.002563 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 541 0.004229 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 541 0.002818 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 541 0.002779 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 541 0.014565 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 541 0.003173 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 541 0.002655 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 541 0.003523 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 541 0.002576 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 541 0.002478 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 541 0.002319 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 541 0.002610 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 541 0.003161 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 541 0.002540 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 541 0.002994 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 541 0.002570 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 541 0.018099 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 541 0.005173 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 542 0.023850 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 542 0.004298 10.0.0.141 - - [2026-01-08 01:58:16] "GET /logical-router/53ea84da-84dc-440e-ae4d-146aa1ee896a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003291 10.0.0.141 - - [2026-01-08 01:58:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002637 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 151 0.042756 10.0.0.141 - - [2026-01-08 01:58:16] "DELETE /route-target/bcb23f75-e985-40a6-bc01-f6fa63014e44 HTTP/1.1" 200 115 0.013523 10.0.0.141 - - [2026-01-08 01:58:16] "GET /projects?obj_uuids=c1e17a90-88c5-4974-a948-abbe63143e15&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001113 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 559 0.037451 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 559 0.004115 10.0.0.141 - - [2026-01-08 01:58:16] "POST /route-targets HTTP/1.1" 200 328 0.016512 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 559 0.006223 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 559 0.003211 10.0.0.141 - - [2026-01-08 01:58:16] "PUT /logical-router/ff1c6b4a-c756-461f-b201-f5ecae878eda HTTP/1.1" 200 263 0.018394 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 559 0.003578 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 559 0.002479 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 559 0.002625 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 559 0.002779 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 559 0.002486 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 559 0.002510 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 559 0.002433 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 559 0.002625 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 559 0.002740 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 559 0.002691 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 559 0.003132 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 559 0.002613 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 559 0.002952 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 559 0.002974 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 559 0.002720 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 559 0.002719 10.0.0.141 - - [2026-01-08 01:58:16] "POST /neutron/router HTTP/1.1" 200 559 0.002704 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 559 0.002954 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 559 0.002463 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 559 0.002517 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 559 0.003087 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 559 0.002920 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 559 0.002656 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 559 0.002623 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 559 0.003383 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 559 0.002757 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 559 0.003047 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 559 0.002894 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 559 0.003187 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 559 0.013815 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 559 0.002890 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 560 0.014246 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 560 0.003004 10.0.0.141 - - [2026-01-08 01:58:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.141 - - [2026-01-08 01:58:17] "GET /logical-router/ff1c6b4a-c756-461f-b201-f5ecae878eda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.001862 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 151 0.038686 10.0.0.141 - - [2026-01-08 01:58:17] "GET /projects?obj_uuids=309fdaee-6518-4625-9d2e-cb0ff777d481&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001098 10.0.0.141 - - [2026-01-08 01:58:17] "DELETE /route-target/e5b5a3c1-4fce-4645-888d-8d97ff90c7be HTTP/1.1" 200 115 0.018959 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 541 0.038493 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 541 0.002609 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 541 0.002729 10.0.0.141 - - [2026-01-08 01:58:17] "POST /route-targets HTTP/1.1" 200 328 0.014122 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 541 0.002537 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 541 0.002634 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 541 0.003597 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 541 0.002634 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 541 0.002364 10.0.0.141 - - [2026-01-08 01:58:17] "PUT /logical-router/0fdfa1fd-c304-474f-ba98-2688f5ce6049 HTTP/1.1" 200 263 0.023987 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 541 0.011599 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 541 0.003381 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 541 0.002880 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 541 0.003077 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 541 0.002695 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 541 0.002962 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 541 0.002755 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 541 0.003104 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 541 0.002909 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 541 0.002921 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 541 0.003061 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 541 0.002717 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 541 0.002714 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 541 0.002728 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 541 0.002879 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 541 0.002928 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 541 0.002599 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 541 0.002906 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 541 0.002777 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 541 0.003106 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 541 0.003128 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 541 0.002934 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 541 0.002869 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 541 0.002711 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 541 0.002894 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 541 0.011659 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 541 0.002642 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 541 0.018507 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 541 0.003150 10.0.0.141 - - [2026-01-08 01:58:17] "GET /logical-router/0fdfa1fd-c304-474f-ba98-2688f5ce6049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004740 10.0.0.141 - - [2026-01-08 01:58:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/router HTTP/1.1" 200 151 0.044390 10.0.0.141 - - [2026-01-08 01:58:17] "DELETE /route-target/ec9e1d03-ff96-43e9-8170-d49beba629b8 HTTP/1.1" 200 115 0.017041 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/security_group HTTP/1.1" 200 521 0.004024 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/security_group HTTP/1.1" 200 151 0.034508 10.0.0.141 - - [2026-01-08 01:58:17] "DELETE /access-control-list/6dd8cac0-c84e-480c-b7f5-94886b0df3a8 HTTP/1.1" 200 115 0.022520 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/security_group HTTP/1.1" 200 521 0.004458 10.0.0.141 - - [2026-01-08 01:58:17] "DELETE /access-control-list/21410e23-0130-4cc5-82e6-3f5411be9138 HTTP/1.1" 200 115 0.019448 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/security_group HTTP/1.1" 200 151 0.036945 10.0.0.141 - - [2026-01-08 01:58:17] "DELETE /access-control-list/23be93c5-2674-4ca7-b698-43fc0c4d29eb HTTP/1.1" 200 115 0.026057 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/security_group HTTP/1.1" 200 506 0.005366 10.0.0.141 - - [2026-01-08 01:58:17] "DELETE /access-control-list/9151bb88-a840-491c-8807-52adf32e937d HTTP/1.1" 200 115 0.021631 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/security_group HTTP/1.1" 200 151 0.038830 10.0.0.141 - - [2026-01-08 01:58:17] "DELETE /access-control-list/7bdee1ce-aa9b-47c4-b99a-383cd896c19b HTTP/1.1" 200 115 0.018495 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/security_group HTTP/1.1" 200 506 0.002927 10.0.0.141 - - [2026-01-08 01:58:17] "DELETE /access-control-list/42453bf5-5d4f-4bec-ace6-46c00fbcdc8b HTTP/1.1" 200 115 0.019381 10.0.0.141 - - [2026-01-08 01:58:17] "POST /neutron/security_group HTTP/1.1" 200 151 0.032379 10.0.0.141 - - [2026-01-08 01:58:17] "DELETE /access-control-list/0458bf22-2911-4d88-af75-97c3e6c9f521 HTTP/1.1" 200 115 0.018845 10.0.0.141 - - [2026-01-08 01:58:17] "DELETE /access-control-list/123d8f3b-f64d-4cf1-bf11-dd884ea65daa HTTP/1.1" 200 115 0.019180 10.0.0.141 - - [2026-01-08 01:58:18] "GET /projects?obj_uuids=c1e17a90-88c5-4974-a948-abbe63143e15&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000881 10.0.0.141 - - [2026-01-08 01:58:18] "GET /project/c1e17a90-88c5-4974-a948-abbe63143e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.019635 10.0.0.141 - - [2026-01-08 01:58:18] "GET /projects?obj_uuids=c1e17a90-88c5-4974-a948-abbe63143e15&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000844 10.0.0.141 - - [2026-01-08 01:58:18] "GET /project/c1e17a90-88c5-4974-a948-abbe63143e15?fields=virtual_networks HTTP/1.1" 200 1025 0.062175 10.0.0.141 - - [2026-01-08 01:58:18] "GET /projects?obj_uuids=c1e17a90-88c5-4974-a948-abbe63143e15&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001182 10.0.0.141 - - [2026-01-08 01:58:18] "GET /project/c1e17a90-88c5-4974-a948-abbe63143e15?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.025258 10.0.0.141 - - [2026-01-08 01:58:18] "GET /projects?obj_uuids=c1e17a90-88c5-4974-a948-abbe63143e15&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000942 10.0.0.141 - - [2026-01-08 01:58:18] "GET /project/c1e17a90-88c5-4974-a948-abbe63143e15?fields=security_groups HTTP/1.1" 200 1247 0.024974 10.0.0.141 - - [2026-01-08 01:58:19] "POST /fqname-to-id HTTP/1.1" 404 184 0.022120 10.0.0.141 - - [2026-01-08 01:58:19] "GET /projects?obj_uuids=f76978fa-18d9-4705-8363-a59557ace89f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001998 10.0.0.141 - - [2026-01-08 01:58:19] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000802 10.0.0.141 - - [2026-01-08 01:58:19] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005696 10.0.0.141 - - [2026-01-08 01:58:19] "POST /id-to-fqname HTTP/1.1" 200 186 0.000947 10.0.0.141 - - [2026-01-08 01:58:19] "POST /fqname-to-id HTTP/1.1" 404 195 0.002391 10.0.0.141 - - [2026-01-08 01:58:19] "POST /security-groups HTTP/1.1" 200 587 0.064447 10.0.0.141 - - [2026-01-08 01:58:19] "POST /fqname-to-id HTTP/1.1" 404 230 0.002257 10.0.0.141 - - [2026-01-08 01:58:19] "POST /projects HTTP/1.1" 200 577 0.198606 10.0.0.141 - - [2026-01-08 01:58:19] "POST /access-control-lists HTTP/1.1" 200 594 0.055427 10.0.0.141 - - [2026-01-08 01:58:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.267356 10.0.0.141 - - [2026-01-08 01:58:19] "POST /fqname-to-id HTTP/1.1" 404 229 0.011038 10.0.0.141 - - [2026-01-08 01:58:19] "GET /project/f76978fa-18d9-4705-8363-a59557ace89f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.378537 10.0.0.141 - - [2026-01-08 01:58:19] "POST /access-control-lists HTTP/1.1" 200 592 0.064512 10.0.0.141 - - [2026-01-08 01:58:20] "GET / HTTP/1.1" 200 36215 0.001737 10.0.0.141 - - [2026-01-08 01:58:21] "POST /fqname-to-id HTTP/1.1" 401 293 0.000492 10.0.0.141 - - [2026-01-08 01:58:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.049177 10.0.0.141 - - [2026-01-08 01:58:21] "GET /projects?obj_uuids=f76978fa-18d9-4705-8363-a59557ace89f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000800 10.0.0.141 - - [2026-01-08 01:58:21] "GET /project/f76978fa-18d9-4705-8363-a59557ace89f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.019596 10.0.0.141 - - [2026-01-08 01:58:21] "POST /neutron/network HTTP/1.1" 200 117 0.027631 10.0.0.141 - - [2026-01-08 01:58:21] "GET /projects?obj_uuids=f76978fa-18d9-4705-8363-a59557ace89f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001070 10.0.0.141 - - [2026-01-08 01:58:21] "POST /neutron/network HTTP/1.1" 200 601 0.055997 10.0.0.141 - - [2026-01-08 01:58:21] "POST /route-targets HTTP/1.1" 200 328 0.008449 10.0.0.141 - - [2026-01-08 01:58:22] "POST /ref-update HTTP/1.1" 200 156 0.009741 10.0.0.141 - - [2026-01-08 01:58:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003032 10.0.0.141 - - [2026-01-08 01:58:22] "POST /neutron/subnet HTTP/1.1" 200 725 0.128096 10.0.0.141 - - [2026-01-08 01:58:22] "POST /neutron/network HTTP/1.1" 200 820 0.005708 10.0.0.141 - - [2026-01-08 01:58:22] "POST /id-to-fqname HTTP/1.1" 200 216 0.001011 10.0.0.141 - - [2026-01-08 01:58:22] "GET /virtual-network/56a4908c-2efa-4724-808d-dd65b194ffbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.004020 10.0.0.141 - - [2026-01-08 01:58:22] "POST /neutron/network HTTP/1.1" 200 820 0.007646 10.0.0.141 - - [2026-01-08 01:58:22] "GET /virtual-network/56a4908c-2efa-4724-808d-dd65b194ffbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.004676 10.0.0.141 - - [2026-01-08 01:58:22] "POST /neutron/network HTTP/1.1" 200 820 0.004745 10.0.0.141 - - [2026-01-08 01:58:22] "POST /neutron/subnet HTTP/1.1" 200 725 0.005540 10.0.0.141 - - [2026-01-08 01:58:22] "POST /fqname-to-id HTTP/1.1" 404 206 0.001841 10.0.0.141 - - [2026-01-08 01:58:22] "GET /virtual-network/56a4908c-2efa-4724-808d-dd65b194ffbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005801 10.0.0.141 - - [2026-01-08 01:58:22] "GET /projects?obj_uuids=f76978fa-18d9-4705-8363-a59557ace89f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000886 10.0.0.141 - - [2026-01-08 01:58:22] "POST /neutron/port HTTP/1.1" 200 1017 0.155345 10.0.0.141 - - [2026-01-08 01:58:22] "GET /virtual-machine-interface/66a7123a-77e6-4e9d-a632-3daa1664e718?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.004031 10.0.0.141 - - [2026-01-08 01:58:22] "GET /virtual-machine-interface/66a7123a-77e6-4e9d-a632-3daa1664e718?fields=instance_ip_back_refs HTTP/1.1" 200 1320 0.003702 10.0.0.141 - - [2026-01-08 01:58:22] "GET /instance-ip/4a3bb12e-def7-4283-85ba-a6ef79a0dd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1596 0.003602 10.0.0.141 - - [2026-01-08 01:58:22] "GET /virtual-machine-interface/66a7123a-77e6-4e9d-a632-3daa1664e718 HTTP/1.1" 401 293 0.000425 10.0.0.141 - - [2026-01-08 01:58:22] "GET /virtual-machine-interface/66a7123a-77e6-4e9d-a632-3daa1664e718 HTTP/1.1" 200 2611 0.029867 10.0.0.141 - - [2026-01-08 01:58:22] "POST /neutron/port HTTP/1.1" 200 1017 0.007980 10.0.0.141 - - [2026-01-08 01:58:23] "POST /neutron/port HTTP/1.1" 200 151 0.061208 10.0.0.141 - - [2026-01-08 01:58:23] "POST /neutron/network HTTP/1.1" 200 820 0.004804 10.0.0.141 - - [2026-01-08 01:58:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004699 10.0.0.141 - - [2026-01-08 01:58:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003105 10.0.0.141 - - [2026-01-08 01:58:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002992 10.0.0.141 - - [2026-01-08 01:58:23] "POST /neutron/network HTTP/1.1" 200 151 0.078930 10.0.0.141 - - [2026-01-08 01:58:23] "DELETE /route-target/1ecedb02-4394-44b5-bb49-94e3511d4a4f HTTP/1.1" 200 115 0.015774 10.0.0.141 - - [2026-01-08 01:58:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002476 10.0.0.141 - - [2026-01-08 01:58:23] "GET /projects?obj_uuids=f76978fa-18d9-4705-8363-a59557ace89f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000898 10.0.0.141 - - [2026-01-08 01:58:23] "GET /project/f76978fa-18d9-4705-8363-a59557ace89f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.021570 10.0.0.141 - - [2026-01-08 01:58:23] "POST /neutron/network HTTP/1.1" 200 117 0.008211 10.0.0.141 - - [2026-01-08 01:58:23] "GET /projects?obj_uuids=f76978fa-18d9-4705-8363-a59557ace89f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001192 10.0.0.141 - - [2026-01-08 01:58:23] "POST /neutron/network HTTP/1.1" 200 603 0.055499 10.0.0.141 - - [2026-01-08 01:58:23] "POST /route-targets HTTP/1.1" 200 328 0.009416 10.0.0.141 - - [2026-01-08 01:58:23] "POST /ref-update HTTP/1.1" 200 156 0.014012 10.0.0.141 - - [2026-01-08 01:58:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002617 10.0.0.141 - - [2026-01-08 01:58:24] "POST /neutron/subnet HTTP/1.1" 200 724 0.195316 10.0.0.141 - - [2026-01-08 01:58:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003057 10.0.0.141 - - [2026-01-08 01:58:24] "POST /neutron/subnet HTTP/1.1" 200 729 0.165353 10.0.0.141 - - [2026-01-08 01:58:24] "POST /neutron/network HTTP/1.1" 200 979 0.006923 10.0.0.141 - - [2026-01-08 01:58:24] "POST /id-to-fqname HTTP/1.1" 200 217 0.001037 10.0.0.141 - - [2026-01-08 01:58:24] "GET /virtual-network/d71d362d-ce4b-46a3-be18-e1f823c485b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.004178 10.0.0.141 - - [2026-01-08 01:58:24] "POST /neutron/network HTTP/1.1" 200 979 0.006251 10.0.0.141 - - [2026-01-08 01:58:24] "GET /virtual-network/d71d362d-ce4b-46a3-be18-e1f823c485b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.004000 10.0.0.141 - - [2026-01-08 01:58:24] "POST /neutron/network HTTP/1.1" 200 979 0.006830 10.0.0.141 - - [2026-01-08 01:58:24] "POST /neutron/subnet HTTP/1.1" 200 724 0.005491 10.0.0.141 - - [2026-01-08 01:58:24] "POST /neutron/subnet HTTP/1.1" 200 729 0.013811 10.0.0.141 - - [2026-01-08 01:58:24] "GET /projects?obj_uuids=f76978fa-18d9-4705-8363-a59557ace89f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000953 10.0.0.141 - - [2026-01-08 01:58:24] "POST /neutron/port HTTP/1.1" 200 1018 0.164419 10.0.0.141 - - [2026-01-08 01:58:24] "GET /projects?obj_uuids=f76978fa-18d9-4705-8363-a59557ace89f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001410 10.0.0.141 - - [2026-01-08 01:58:24] "POST /neutron/port HTTP/1.1" 200 1019 0.156847 10.0.0.141 - - [2026-01-08 01:58:24] "POST /id-to-fqname HTTP/1.1" 200 217 0.001091 10.0.0.141 - - [2026-01-08 01:58:24] "POST /neutron/port HTTP/1.1" 200 1018 0.007303 10.0.0.141 - - [2026-01-08 01:58:24] "POST /neutron/port HTTP/1.1" 200 1018 0.007480 10.0.0.141 - - [2026-01-08 01:58:24] "POST /neutron/network HTTP/1.1" 200 979 0.004783 10.0.0.141 - - [2026-01-08 01:58:25] "POST /neutron/port HTTP/1.1" 200 1018 0.007633 10.0.0.141 - - [2026-01-08 01:58:25] "POST /neutron/port HTTP/1.1" 200 117 0.004299 10.0.0.141 - - [2026-01-08 01:58:25] "POST /neutron/port HTTP/1.1" 200 117 0.004012 10.0.0.141 - - [2026-01-08 01:58:25] "POST /id-to-fqname HTTP/1.1" 200 217 0.001078 10.0.0.141 - - [2026-01-08 01:58:25] "POST /neutron/port HTTP/1.1" 200 117 0.004827 10.0.0.141 - - [2026-01-08 01:58:25] "POST /neutron/port HTTP/1.1" 200 1019 0.007464 10.0.0.141 - - [2026-01-08 01:58:25] "POST /neutron/port HTTP/1.1" 200 1019 0.006723 10.0.0.141 - - [2026-01-08 01:58:25] "POST /neutron/network HTTP/1.1" 200 979 0.007983 10.0.0.141 - - [2026-01-08 01:58:25] "POST /neutron/port HTTP/1.1" 200 1019 0.007625 10.0.0.141 - - [2026-01-08 01:58:25] "POST /neutron/port HTTP/1.1" 200 1018 0.010203 10.0.0.141 - - [2026-01-08 01:58:25] "POST /neutron/port HTTP/1.1" 200 117 0.005244 10.0.0.141 - - [2026-01-08 01:58:25] "POST /neutron/port HTTP/1.1" 200 1019 0.010020 10.0.0.141 - - [2026-01-08 01:58:25] "POST /neutron/port HTTP/1.1" 200 117 0.003698 10.0.0.141 - - [2026-01-08 01:58:25] "POST /neutron/port HTTP/1.1" 200 117 0.004622 10.0.0.141 - - [2026-01-08 01:58:26] "POST /neutron/port HTTP/1.1" 200 1018 0.009550 10.0.0.141 - - [2026-01-08 01:58:26] "POST /neutron/port HTTP/1.1" 200 1019 0.006505 10.0.0.141 - - [2026-01-08 01:58:26] "POST /neutron/network HTTP/1.1" 200 989 0.004273 10.0.0.141 - - [2026-01-08 01:58:26] "POST /neutron/network HTTP/1.1" 200 989 0.004451 10.0.0.141 - - [2026-01-08 01:58:26] "POST /neutron/port HTTP/1.1" 200 1018 0.006391 10.0.0.141 - - [2026-01-08 01:58:26] "POST /neutron/port HTTP/1.1" 200 1018 0.018203 10.0.0.141 - - [2026-01-08 01:58:26] "POST /neutron/port HTTP/1.1" 200 1019 0.017292 10.0.0.141 - - [2026-01-08 01:58:26] "POST /neutron/port HTTP/1.1" 200 1019 0.009047 10.0.0.141 - - [2026-01-08 01:58:26] "POST /neutron/port HTTP/1.1" 200 1110 0.093989 10.0.0.141 - - [2026-01-08 01:58:26] "POST /neutron/port HTTP/1.1" 200 1111 0.097796 10.0.0.141 - - [2026-01-08 01:58:26] "POST /neutron/port HTTP/1.1" 200 1120 0.011637 10.0.0.141 - - [2026-01-08 01:58:26] "POST /neutron/port HTTP/1.1" 200 1121 0.011314 10.0.0.141 - - [2026-01-08 01:58:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003081 10.0.0.141 - - [2026-01-08 01:58:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002118 10.0.0.141 - - [2026-01-08 01:58:26] "POST /neutron/subnet HTTP/1.1" 200 698 0.007563 10.0.0.141 - - [2026-01-08 01:58:26] "POST /neutron/subnet HTTP/1.1" 200 703 0.006234 10.0.0.141 - - [2026-01-08 01:58:26] "POST /neutron/port HTTP/1.1" 200 117 0.000763 10.0.0.141 - - [2026-01-08 01:58:26] "POST /neutron/port HTTP/1.1" 200 117 0.000841 10.0.0.141 - - [2026-01-08 01:58:26] "POST /neutron/network HTTP/1.1" 200 979 0.007902 10.0.0.141 - - [2026-01-08 01:58:26] "POST /neutron/network HTTP/1.1" 200 979 0.008012 10.0.0.141 - - [2026-01-08 01:58:30] "POST /neutron/port HTTP/1.1" 200 1120 0.013155 10.0.0.141 - - [2026-01-08 01:58:30] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005046 10.0.0.141 - - [2026-01-08 01:58:30] "POST /neutron/port HTTP/1.1" 200 1120 0.012599 10.0.0.141 - - [2026-01-08 01:58:30] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005077 10.0.0.141 - - [2026-01-08 01:58:30] "POST /neutron/port HTTP/1.1" 200 1120 0.010613 10.0.0.141 - - [2026-01-08 01:58:30] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005492 10.0.0.141 - - [2026-01-08 01:58:30] "GET /virtual-machine/5fbfc4ca-3ab6-47ea-a1f0-a3f31233c25d HTTP/1.1" 200 1286 0.004190 10.0.0.141 - - [2026-01-08 01:58:30] "GET /virtual-machine-interface/fc6620b0-170b-4f3c-8b48-fd48afa99565 HTTP/1.1" 200 2932 0.003761 10.0.0.141 - - [2026-01-08 01:58:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002441 10.0.0.141 - - [2026-01-08 01:58:30] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002825 10.0.0.141 - - [2026-01-08 01:58:30] "GET /virtual-networks?parent_id=f76978fa-18d9-4705-8363-a59557ace89f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002651 10.0.0.141 - - [2026-01-08 01:58:30] "POST /neutron/port HTTP/1.1" 200 1120 0.010497 10.0.0.141 - - [2026-01-08 01:58:30] "GET /virtual-network/d71d362d-ce4b-46a3-be18-e1f823c485b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.006072 10.0.0.141 - - [2026-01-08 01:58:30] "POST /neutron/port HTTP/1.1" 200 1120 0.010248 10.0.0.141 - - [2026-01-08 01:58:30] "POST /neutron/network HTTP/1.1" 200 989 0.004954 10.0.0.141 - - [2026-01-08 01:58:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003040 10.0.0.141 - - [2026-01-08 01:58:31] "POST /neutron/subnet HTTP/1.1" 200 698 0.006813 10.0.0.141 - - [2026-01-08 01:58:31] "POST /neutron/port HTTP/1.1" 200 117 0.000951 10.0.0.141 - - [2026-01-08 01:58:31] "POST /neutron/network HTTP/1.1" 200 979 0.005452 10.0.0.141 - - [2026-01-08 01:58:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.141 - - [2026-01-08 01:58:34] "GET /virtual-network/d71d362d-ce4b-46a3-be18-e1f823c485b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.005082 10.0.0.141 - - [2026-01-08 01:58:34] "POST /neutron/port HTTP/1.1" 200 1121 0.015373 10.0.0.141 - - [2026-01-08 01:58:34] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005844 10.0.0.141 - - [2026-01-08 01:58:34] "POST /neutron/port HTTP/1.1" 200 1120 0.019616 10.0.0.141 - - [2026-01-08 01:58:34] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004420 10.0.0.141 - - [2026-01-08 01:58:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002545 10.0.0.141 - - [2026-01-08 01:58:36] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.006246 10.0.0.141 - - [2026-01-08 01:58:36] "GET /virtual-networks?parent_id=f76978fa-18d9-4705-8363-a59557ace89f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002533 10.0.0.141 - - [2026-01-08 01:58:36] "GET /virtual-network/d71d362d-ce4b-46a3-be18-e1f823c485b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.005568 10.0.0.141 - - [2026-01-08 01:58:36] "POST /neutron/port HTTP/1.1" 200 1121 0.011132 10.0.0.141 - - [2026-01-08 01:58:36] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005206 10.0.0.141 - - [2026-01-08 01:58:36] "POST /neutron/port HTTP/1.1" 200 1121 0.012177 10.0.0.141 - - [2026-01-08 01:58:36] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005486 10.0.0.141 - - [2026-01-08 01:58:36] "POST /neutron/port HTTP/1.1" 200 1121 0.012387 10.0.0.141 - - [2026-01-08 01:58:36] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006856 10.0.0.141 - - [2026-01-08 01:58:36] "GET /virtual-machine/59c57629-4403-409b-b4b4-f9893b96497c HTTP/1.1" 200 1286 0.004917 10.0.0.141 - - [2026-01-08 01:58:36] "GET /virtual-machine-interface/cb39379d-725a-4488-bffd-324f3b9fad53 HTTP/1.1" 200 2932 0.004777 10.0.0.141 - - [2026-01-08 01:58:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002386 10.0.0.141 - - [2026-01-08 01:58:36] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002298 10.0.0.141 - - [2026-01-08 01:58:36] "GET /virtual-networks?parent_id=f76978fa-18d9-4705-8363-a59557ace89f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003416 10.0.0.141 - - [2026-01-08 01:58:36] "GET /virtual-network/d71d362d-ce4b-46a3-be18-e1f823c485b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.005215 10.0.0.141 - - [2026-01-08 01:58:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002505 10.0.0.141 - - [2026-01-08 01:58:37] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002984 10.0.0.141 - - [2026-01-08 01:58:38] "GET /virtual-networks?parent_id=f76978fa-18d9-4705-8363-a59557ace89f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002731 10.0.0.141 - - [2026-01-08 01:58:38] "GET /virtual-network/d71d362d-ce4b-46a3-be18-e1f823c485b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.005064 10.0.0.141 - - [2026-01-08 01:58:41] "POST /neutron/port HTTP/1.1" 200 1111 0.009037 10.0.0.141 - - [2026-01-08 01:58:41] "POST /neutron/port HTTP/1.1" 200 1111 0.010577 10.0.0.141 - - [2026-01-08 01:58:41] "POST /neutron/port HTTP/1.1" 200 151 0.094529 10.0.0.141 - - [2026-01-08 01:58:41] "POST /neutron/port HTTP/1.1" 200 1110 0.008880 10.0.0.141 - - [2026-01-08 01:58:41] "POST /neutron/port HTTP/1.1" 200 1110 0.009491 10.0.0.141 - - [2026-01-08 01:58:41] "POST /neutron/port HTTP/1.1" 200 151 0.097641 10.0.0.141 - - [2026-01-08 01:58:41] "POST /neutron/network HTTP/1.1" 200 979 0.006778 10.0.0.141 - - [2026-01-08 01:58:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002710 10.0.0.141 - - [2026-01-08 01:58:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002615 10.0.0.141 - - [2026-01-08 01:58:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.141 - - [2026-01-08 01:58:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002754 10.0.0.141 - - [2026-01-08 01:58:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003651 10.0.0.141 - - [2026-01-08 01:58:41] "POST /neutron/network HTTP/1.1" 200 151 0.105440 10.0.0.141 - - [2026-01-08 01:58:41] "DELETE /route-target/bdb03396-17c5-45f5-863e-90e000b51bea HTTP/1.1" 200 115 0.018583 10.0.0.141 - - [2026-01-08 01:58:41] "POST /neutron/port HTTP/1.1" 200 117 0.004361 10.0.0.141 - - [2026-01-08 01:58:41] "POST /neutron/port HTTP/1.1" 400 205 0.002852 10.0.0.141 - - [2026-01-08 01:58:42] "GET /projects?obj_uuids=f76978fa-18d9-4705-8363-a59557ace89f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001404 10.0.0.141 - - [2026-01-08 01:58:42] "GET /project/f76978fa-18d9-4705-8363-a59557ace89f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.034398 10.0.0.141 - - [2026-01-08 01:58:42] "GET /projects?obj_uuids=f76978fa-18d9-4705-8363-a59557ace89f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002002 10.0.0.141 - - [2026-01-08 01:58:42] "GET /project/f76978fa-18d9-4705-8363-a59557ace89f?fields=virtual_networks HTTP/1.1" 200 1026 0.068794 10.0.0.141 - - [2026-01-08 01:58:42] "GET /projects?obj_uuids=f76978fa-18d9-4705-8363-a59557ace89f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000877 10.0.0.141 - - [2026-01-08 01:58:42] "GET /project/f76978fa-18d9-4705-8363-a59557ace89f?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.024895 10.0.0.141 - - [2026-01-08 01:58:42] "GET /projects?obj_uuids=f76978fa-18d9-4705-8363-a59557ace89f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000977 10.0.0.141 - - [2026-01-08 01:58:42] "GET /project/f76978fa-18d9-4705-8363-a59557ace89f?fields=security_groups HTTP/1.1" 200 1249 0.020426 10.0.0.141 - - [2026-01-08 01:58:43] "POST /fqname-to-id HTTP/1.1" 404 186 0.031272 10.0.0.141 - - [2026-01-08 01:58:43] "GET /projects?obj_uuids=f7aa2267-f2bd-4678-bc82-93a5ff6e60a8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003034 10.0.0.141 - - [2026-01-08 01:58:43] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001304 10.0.0.141 - - [2026-01-08 01:58:43] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007674 10.0.0.141 - - [2026-01-08 01:58:43] "POST /id-to-fqname HTTP/1.1" 200 188 0.002575 10.0.0.141 - - [2026-01-08 01:58:43] "POST /fqname-to-id HTTP/1.1" 404 197 0.003561 10.0.0.141 - - [2026-01-08 01:58:43] "POST /security-groups HTTP/1.1" 200 589 0.064888 10.0.0.141 - - [2026-01-08 01:58:43] "POST /fqname-to-id HTTP/1.1" 404 232 0.003505 10.0.0.141 - - [2026-01-08 01:58:43] "POST /projects HTTP/1.1" 200 581 0.221441 10.0.0.141 - - [2026-01-08 01:58:43] "POST /access-control-lists HTTP/1.1" 200 596 0.061995 10.0.0.141 - - [2026-01-08 01:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.299556 10.0.0.141 - - [2026-01-08 01:58:43] "POST /fqname-to-id HTTP/1.1" 404 231 0.002691 10.0.0.141 - - [2026-01-08 01:58:43] "GET /project/f7aa2267-f2bd-4678-bc82-93a5ff6e60a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.427280 10.0.0.141 - - [2026-01-08 01:58:43] "POST /access-control-lists HTTP/1.1" 200 594 0.059709 10.0.0.141 - - [2026-01-08 01:58:44] "GET / HTTP/1.1" 200 36215 0.001744 10.0.0.141 - - [2026-01-08 01:58:45] "POST /fqname-to-id HTTP/1.1" 401 293 0.000562 10.0.0.141 - - [2026-01-08 01:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.057901 10.0.0.141 - - [2026-01-08 01:58:45] "GET /projects?obj_uuids=f7aa2267-f2bd-4678-bc82-93a5ff6e60a8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000865 10.0.0.141 - - [2026-01-08 01:58:45] "GET /project/f7aa2267-f2bd-4678-bc82-93a5ff6e60a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.033398 10.0.0.141 - - [2026-01-08 01:58:46] "POST /neutron/network HTTP/1.1" 200 117 0.032640 10.0.0.141 - - [2026-01-08 01:58:46] "GET /projects?obj_uuids=f7aa2267-f2bd-4678-bc82-93a5ff6e60a8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002255 10.0.0.141 - - [2026-01-08 01:58:46] "POST /neutron/network HTTP/1.1" 200 605 0.076904 10.0.0.141 - - [2026-01-08 01:58:46] "POST /route-targets HTTP/1.1" 200 328 0.008930 10.0.0.141 - - [2026-01-08 01:58:46] "POST /ref-update HTTP/1.1" 200 156 0.014138 10.0.0.141 - - [2026-01-08 01:58:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003779 10.0.0.141 - - [2026-01-08 01:58:46] "POST /neutron/subnet HTTP/1.1" 200 729 0.155497 10.0.0.141 - - [2026-01-08 01:58:46] "POST /neutron/network HTTP/1.1" 200 825 0.004277 10.0.0.141 - - [2026-01-08 01:58:46] "POST /id-to-fqname HTTP/1.1" 200 219 0.001369 10.0.0.141 - - [2026-01-08 01:58:46] "GET /virtual-network/19664bdc-e289-475d-bc41-34b756219f7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004666 10.0.0.141 - - [2026-01-08 01:58:46] "POST /neutron/network HTTP/1.1" 200 825 0.005443 10.0.0.141 - - [2026-01-08 01:58:46] "GET /virtual-network/19664bdc-e289-475d-bc41-34b756219f7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004421 10.0.0.141 - - [2026-01-08 01:58:46] "POST /neutron/network HTTP/1.1" 200 825 0.004984 10.0.0.141 - - [2026-01-08 01:58:46] "POST /neutron/subnet HTTP/1.1" 200 729 0.008072 10.0.0.141 - - [2026-01-08 01:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002152 10.0.0.141 - - [2026-01-08 01:58:46] "GET /projects?obj_uuids=f7aa2267-f2bd-4678-bc82-93a5ff6e60a8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000841 10.0.0.141 - - [2026-01-08 01:58:46] "GET /project/f7aa2267-f2bd-4678-bc82-93a5ff6e60a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.029853 10.0.0.141 - - [2026-01-08 01:58:46] "POST /neutron/network HTTP/1.1" 200 117 0.024929 10.0.0.141 - - [2026-01-08 01:58:46] "GET /projects?obj_uuids=f7aa2267-f2bd-4678-bc82-93a5ff6e60a8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000859 10.0.0.141 - - [2026-01-08 01:58:46] "POST /neutron/network HTTP/1.1" 200 605 0.066664 10.0.0.141 - - [2026-01-08 01:58:46] "POST /route-targets HTTP/1.1" 200 328 0.011938 10.0.0.141 - - [2026-01-08 01:58:46] "POST /ref-update HTTP/1.1" 200 156 0.011290 10.0.0.141 - - [2026-01-08 01:58:46] "POST /neutron/port HTTP/1.1" 200 117 0.003917 10.0.0.141 - - [2026-01-08 01:58:46] "POST /neutron/port HTTP/1.1" 400 205 0.002276 10.0.0.141 - - [2026-01-08 01:58:46] "POST /useragent-kv HTTP/1.1" 200 115 0.004356 10.0.0.141 - - [2026-01-08 01:58:46] "POST /neutron/subnet HTTP/1.1" 200 724 0.209190 10.0.0.141 - - [2026-01-08 01:58:46] "POST /neutron/network HTTP/1.1" 200 824 0.004409 10.0.0.141 - - [2026-01-08 01:58:46] "POST /id-to-fqname HTTP/1.1" 200 219 0.001328 10.0.0.141 - - [2026-01-08 01:58:46] "GET /virtual-network/cec60b9e-ea4f-4895-8df9-08f41380d089?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.003950 10.0.0.141 - - [2026-01-08 01:58:47] "POST /neutron/network HTTP/1.1" 200 824 0.011315 10.0.0.141 - - [2026-01-08 01:58:47] "GET /virtual-network/cec60b9e-ea4f-4895-8df9-08f41380d089?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006186 10.0.0.141 - - [2026-01-08 01:58:47] "POST /neutron/network HTTP/1.1" 200 824 0.004907 10.0.0.141 - - [2026-01-08 01:58:47] "POST /neutron/subnet HTTP/1.1" 200 724 0.005377 10.0.0.141 - - [2026-01-08 01:58:47] "POST /id-to-fqname HTTP/1.1" 200 219 0.000983 10.0.0.141 - - [2026-01-08 01:58:47] "POST /neutron/network HTTP/1.1" 200 835 0.005316 10.0.0.141 - - [2026-01-08 01:58:47] "GET /aaa-mode HTTP/1.1" 401 293 0.000384 10.0.0.141 - - [2026-01-08 01:58:47] "GET / HTTP/1.1" 200 36215 0.001546 10.0.0.141 - - [2026-01-08 01:58:47] "GET /project/f7aa2267-f2bd-4678-bc82-93a5ff6e60a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000361 10.0.0.141 - - [2026-01-08 01:58:48] "GET /projects?obj_uuids=f7aa2267-f2bd-4678-bc82-93a5ff6e60a8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001384 10.0.0.141 - - [2026-01-08 01:58:48] "GET /project/f7aa2267-f2bd-4678-bc82-93a5ff6e60a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.056989 10.0.0.141 - - [2026-01-08 01:58:48] "POST /neutron/network HTTP/1.1" 200 825 0.005901 10.0.0.141 - - [2026-01-08 01:58:48] "POST /neutron/port HTTP/1.1" 200 117 0.004151 10.0.0.141 - - [2026-01-08 01:58:48] "POST /neutron/port HTTP/1.1" 200 117 0.004100 10.0.0.141 - - [2026-01-08 01:58:48] "POST /id-to-fqname HTTP/1.1" 200 219 0.001060 10.0.0.141 - - [2026-01-08 01:58:48] "POST /neutron/port HTTP/1.1" 200 117 0.004152 10.0.0.141 - - [2026-01-08 01:58:48] "POST /neutron/network HTTP/1.1" 200 834 0.004499 10.0.0.141 - - [2026-01-08 01:58:48] "GET /aaa-mode HTTP/1.1" 401 293 0.000363 10.0.0.141 - - [2026-01-08 01:58:48] "POST /neutron/network HTTP/1.1" 200 835 0.005014 10.0.0.141 - - [2026-01-08 01:58:48] "GET /projects?obj_uuids=f7aa2267-f2bd-4678-bc82-93a5ff6e60a8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000979 10.0.0.141 - - [2026-01-08 01:58:48] "GET / HTTP/1.1" 200 36215 0.001594 10.0.0.141 - - [2026-01-08 01:58:48] "GET /project/f7aa2267-f2bd-4678-bc82-93a5ff6e60a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000321 10.0.0.141 - - [2026-01-08 01:58:48] "POST /neutron/port HTTP/1.1" 200 1059 0.211927 10.0.0.141 - - [2026-01-08 01:58:48] "POST /neutron/port HTTP/1.1" 200 1059 0.019171 10.0.0.141 - - [2026-01-08 01:58:48] "POST /neutron/port HTTP/1.1" 200 1059 0.010877 10.0.0.141 - - [2026-01-08 01:58:49] "POST /neutron/port HTTP/1.1" 200 1113 0.069794 10.0.0.141 - - [2026-01-08 01:58:49] "POST /neutron/port HTTP/1.1" 200 1123 0.009833 10.0.0.141 - - [2026-01-08 01:58:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003582 10.0.0.141 - - [2026-01-08 01:58:49] "POST /neutron/subnet HTTP/1.1" 200 703 0.006441 10.0.0.141 - - [2026-01-08 01:58:49] "POST /neutron/port HTTP/1.1" 200 117 0.001332 10.0.0.141 - - [2026-01-08 01:58:49] "POST /neutron/network HTTP/1.1" 200 825 0.005598 10.0.0.141 - - [2026-01-08 01:58:49] "GET /projects?obj_uuids=f7aa2267-f2bd-4678-bc82-93a5ff6e60a8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001189 10.0.0.141 - - [2026-01-08 01:58:49] "GET /project/f7aa2267-f2bd-4678-bc82-93a5ff6e60a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.056082 10.0.0.141 - - [2026-01-08 01:58:49] "POST /neutron/network HTTP/1.1" 200 824 0.006774 10.0.0.141 - - [2026-01-08 01:58:49] "POST /neutron/port HTTP/1.1" 200 1123 0.014173 10.0.0.141 - - [2026-01-08 01:58:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008292 10.0.0.141 - - [2026-01-08 01:58:49] "POST /neutron/port HTTP/1.1" 200 117 0.004884 10.0.0.141 - - [2026-01-08 01:58:49] "GET /projects?obj_uuids=f7aa2267-f2bd-4678-bc82-93a5ff6e60a8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000892 10.0.0.141 - - [2026-01-08 01:58:49] "POST /neutron/router HTTP/1.1" 200 580 0.048063 10.0.0.141 - - [2026-01-08 01:58:49] "POST /route-targets HTTP/1.1" 200 328 0.010319 10.0.0.141 - - [2026-01-08 01:58:49] "POST /neutron/router HTTP/1.1" 200 580 0.009229 10.0.0.141 - - [2026-01-08 01:58:49] "PUT /logical-router/dd537ac2-1a4d-49e8-a441-7d9929b96af4 HTTP/1.1" 200 263 0.049142 10.0.0.141 - - [2026-01-08 01:58:49] "GET /projects?obj_uuids=f7aa2267-f2bd-4678-bc82-93a5ff6e60a8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000943 10.0.0.141 - - [2026-01-08 01:58:49] "POST /neutron/router HTTP/1.1" 200 344 0.249234 10.0.0.141 - - [2026-01-08 01:58:49] "POST /neutron/network HTTP/1.1" 200 834 0.020394 10.0.0.141 - - [2026-01-08 01:58:49] "POST /ref-update HTTP/1.1" 200 156 0.029720 10.0.0.141 - - [2026-01-08 01:58:49] "GET /projects?obj_uuids=f7aa2267-f2bd-4678-bc82-93a5ff6e60a8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000882 10.0.0.141 - - [2026-01-08 01:58:49] "POST /neutron/port HTTP/1.1" 200 1123 0.014797 10.0.0.141 - - [2026-01-08 01:58:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007605 10.0.0.141 - - [2026-01-08 01:58:50] "POST /neutron/port HTTP/1.1" 200 1058 0.240914 10.0.0.141 - - [2026-01-08 01:58:50] "POST /neutron/port HTTP/1.1" 200 1058 0.016906 10.0.0.141 - - [2026-01-08 01:58:50] "POST /neutron/port HTTP/1.1" 200 1058 0.011396 10.0.0.141 - - [2026-01-08 01:58:50] "POST /neutron/port HTTP/1.1" 200 1112 0.063823 10.0.0.141 - - [2026-01-08 01:58:50] "POST /neutron/port HTTP/1.1" 200 1122 0.010824 10.0.0.141 - - [2026-01-08 01:58:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002696 10.0.0.141 - - [2026-01-08 01:58:50] "POST /neutron/subnet HTTP/1.1" 200 698 0.006288 10.0.0.141 - - [2026-01-08 01:58:50] "POST /neutron/port HTTP/1.1" 200 117 0.001134 10.0.0.141 - - [2026-01-08 01:58:50] "POST /neutron/network HTTP/1.1" 200 824 0.005021 10.0.0.141 - - [2026-01-08 01:58:55] "POST /neutron/port HTTP/1.1" 200 1123 0.011217 10.0.0.141 - - [2026-01-08 01:58:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005966 10.0.0.141 - - [2026-01-08 01:58:55] "POST /neutron/port HTTP/1.1" 200 1123 0.012407 10.0.0.141 - - [2026-01-08 01:58:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004809 10.0.0.141 - - [2026-01-08 01:58:55] "POST /neutron/port HTTP/1.1" 200 1123 0.012392 10.0.0.141 - - [2026-01-08 01:58:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009026 10.0.0.141 - - [2026-01-08 01:58:55] "GET /virtual-machine/8d55441c-8c6e-4b1d-a1bf-47d3abba47a5 HTTP/1.1" 401 293 0.000386 10.0.0.141 - - [2026-01-08 01:58:55] "GET /virtual-machine/8d55441c-8c6e-4b1d-a1bf-47d3abba47a5 HTTP/1.1" 200 1293 0.026927 10.0.0.141 - - [2026-01-08 01:58:55] "GET /virtual-machine-interface/d4c38218-a464-4fc8-b415-1d54a6732bf4 HTTP/1.1" 200 2942 0.006518 10.0.0.141 - - [2026-01-08 01:58:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.141 - - [2026-01-08 01:58:55] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002670 10.0.0.141 - - [2026-01-08 01:58:55] "GET /virtual-networks?parent_id=f7aa2267-f2bd-4678-bc82-93a5ff6e60a8&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003057 10.0.0.141 - - [2026-01-08 01:58:55] "GET /virtual-network/19664bdc-e289-475d-bc41-34b756219f7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006967 10.0.0.141 - - [2026-01-08 01:58:57] "POST /neutron/port HTTP/1.1" 200 1123 0.011157 10.0.0.141 - - [2026-01-08 01:58:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004872 10.0.0.141 - - [2026-01-08 01:58:58] "POST /neutron/port HTTP/1.1" 200 1122 0.010531 10.0.0.141 - - [2026-01-08 01:58:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004400 10.0.0.141 - - [2026-01-08 01:58:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002590 10.0.0.141 - - [2026-01-08 01:58:58] "GET /virtual-network/19664bdc-e289-475d-bc41-34b756219f7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003949 10.0.0.141 - - [2026-01-08 01:59:00] "DELETE /project/f76978fa18d947058363a59557ace89f HTTP/1.1" 404 173 0.014875 10.0.0.141 - - [2026-01-08 01:59:00] "DELETE /project/f7aa2267f2bd4678bc8293a5ff6e60a8 HTTP/1.1" 404 173 0.013817 10.0.0.141 - - [2026-01-08 01:59:00] "DELETE /project/c1e17a9088c54974a948abbe63143e15 HTTP/1.1" 404 173 0.011719 10.0.0.141 - - [2026-01-08 01:59:00] "DELETE /project/c91864d8ba3e4be79781bf3a335f5a13 HTTP/1.1" 404 173 0.004644 10.0.0.141 - - [2026-01-08 01:59:00] "GET /projects?obj_uuids=c91864d8-ba3e-4be7-9781-bf3a335f5a13&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000795 10.0.0.141 - - [2026-01-08 01:59:00] "GET /projects?obj_uuids=c1e17a90-88c5-4974-a948-abbe63143e15&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000725 10.0.0.141 - - [2026-01-08 01:59:00] "GET /projects?obj_uuids=f76978fa-18d9-4705-8363-a59557ace89f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000739 10.0.0.141 - - [2026-01-08 01:59:00] "GET /projects?obj_uuids=39494d09-9ac7-46b1-afab-858215994663&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000717 10.0.0.141 - - [2026-01-08 01:59:00] "GET /project/c91864d8-ba3e-4be7-9781-bf3a335f5a13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.059980 10.0.0.141 - - [2026-01-08 01:59:00] "GET /project/c1e17a90-88c5-4974-a948-abbe63143e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.065237 10.0.0.141 - - [2026-01-08 01:59:00] "GET /project/39494d09-9ac7-46b1-afab-858215994663?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.068285 10.0.0.141 - - [2026-01-08 01:59:00] "GET /project/f76978fa-18d9-4705-8363-a59557ace89f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.070760 10.0.0.141 - - [2026-01-08 01:59:00] "GET /projects?obj_uuids=f76978fa-18d9-4705-8363-a59557ace89f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000808 10.0.0.141 - - [2026-01-08 01:59:00] "GET /projects?obj_uuids=39494d09-9ac7-46b1-afab-858215994663&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000711 10.0.0.141 - - [2026-01-08 01:59:00] "GET /projects?obj_uuids=c1e17a90-88c5-4974-a948-abbe63143e15&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000699 10.0.0.141 - - [2026-01-08 01:59:00] "GET /projects?obj_uuids=c91864d8-ba3e-4be7-9781-bf3a335f5a13&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000691 10.0.0.141 - - [2026-01-08 01:59:00] "GET /project/c91864d8-ba3e-4be7-9781-bf3a335f5a13?fields=security_groups HTTP/1.1" 200 1349 0.045698 10.0.0.141 - - [2026-01-08 01:59:00] "GET /project/f76978fa-18d9-4705-8363-a59557ace89f?fields=security_groups HTTP/1.1" 200 1351 0.047984 10.0.0.141 - - [2026-01-08 01:59:00] "GET /project/39494d09-9ac7-46b1-afab-858215994663?fields=security_groups HTTP/1.1" 200 1399 0.054169 10.0.0.141 - - [2026-01-08 01:59:00] "GET /project/c1e17a90-88c5-4974-a948-abbe63143e15?fields=security_groups HTTP/1.1" 200 1349 0.059743 10.0.0.141 - - [2026-01-08 01:59:00] "DELETE /access-control-list/28e50727-4bd7-4986-aa8c-e3dd2fd57ce0 HTTP/1.1" 200 115 0.049628 10.0.0.141 - - [2026-01-08 01:59:00] "DELETE /security-group/e4731967-6de8-4adf-abf4-4aa90427a900 HTTP/1.1" 200 115 0.091553 10.0.0.141 - - [2026-01-08 01:59:00] "GET /projects?obj_uuids=c91864d8-ba3e-4be7-9781-bf3a335f5a13&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000872 10.0.0.141 - - [2026-01-08 01:59:00] "DELETE /security-group/d86cf5f8-2962-444e-ba80-12a47bb1bacf HTTP/1.1" 200 115 0.111940 10.0.0.141 - - [2026-01-08 01:59:00] "DELETE /security-group/0f5dc945-fb9f-49ca-ad55-625c5644fa43 HTTP/1.1" 200 115 0.112034 10.0.0.141 - - [2026-01-08 01:59:00] "GET /projects?obj_uuids=f76978fa-18d9-4705-8363-a59557ace89f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001776 10.0.0.141 - - [2026-01-08 01:59:00] "GET /project/c91864d8-ba3e-4be7-9781-bf3a335f5a13?fields=application_policy_sets HTTP/1.1" 200 1388 0.041658 10.0.0.141 - - [2026-01-08 01:59:00] "GET /projects?obj_uuids=39494d09-9ac7-46b1-afab-858215994663&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001102 10.0.0.141 - - [2026-01-08 01:59:00] "DELETE /access-control-list/83c3e21e-4880-4a84-903f-de900bfeb2be HTTP/1.1" 200 115 0.058135 10.0.0.141 - - [2026-01-08 01:59:00] "DELETE /security-group/190ce04a-9b8a-4908-8144-0de1c7522ab5 HTTP/1.1" 200 115 0.123422 10.0.0.141 - - [2026-01-08 01:59:00] "GET /projects?obj_uuids=c1e17a90-88c5-4974-a948-abbe63143e15&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001101 10.0.0.141 - - [2026-01-08 01:59:00] "GET /project/39494d09-9ac7-46b1-afab-858215994663?fields=application_policy_sets HTTP/1.1" 200 1438 0.039296 10.0.0.141 - - [2026-01-08 01:59:00] "DELETE /access-control-list/b6f455bd-e934-4543-9113-7d51a3024754 HTTP/1.1" 200 115 0.052018 10.0.0.141 - - [2026-01-08 01:59:00] "GET /project/f76978fa-18d9-4705-8363-a59557ace89f?fields=application_policy_sets HTTP/1.1" 200 1390 0.099733 10.0.0.141 - - [2026-01-08 01:59:00] "GET /project/c1e17a90-88c5-4974-a948-abbe63143e15?fields=application_policy_sets HTTP/1.1" 200 1388 0.098014 10.0.0.141 - - [2026-01-08 01:59:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005107 10.0.0.141 - - [2026-01-08 01:59:00] "DELETE /access-control-list/5785974b-29a7-4fa1-a106-5f3ccea892ef HTTP/1.1" 200 115 0.084760 10.0.0.141 - - [2026-01-08 01:59:00] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004068 10.0.0.141 - - [2026-01-08 01:59:00] "GET /virtual-networks?parent_id=f7aa2267-f2bd-4678-bc82-93a5ff6e60a8&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.010020 10.0.0.141 - - [2026-01-08 01:59:00] "DELETE /access-control-list/326ecd07-255e-48e5-8510-edbe97315543 HTTP/1.1" 200 115 0.061873 10.0.0.141 - - [2026-01-08 01:59:00] "DELETE /project/c91864d8-ba3e-4be7-9781-bf3a335f5a13 HTTP/1.1" 200 115 0.563354 10.0.0.141 - - [2026-01-08 01:59:01] "DELETE /project/39494d09-9ac7-46b1-afab-858215994663 HTTP/1.1" 200 115 0.587124 10.0.0.141 - - [2026-01-08 01:59:01] "DELETE /access-control-list/9ff41845-a113-4ff5-bf6f-c1d7ff5f25e9 HTTP/1.1" 200 115 0.034898 10.0.0.141 - - [2026-01-08 01:59:01] "GET /virtual-network/19664bdc-e289-475d-bc41-34b756219f7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008358 10.0.0.141 - - [2026-01-08 01:59:01] "DELETE /project/f76978fa-18d9-4705-8363-a59557ace89f HTTP/1.1" 200 115 0.616602 10.0.0.141 - - [2026-01-08 01:59:01] "DELETE /access-control-list/d8a5b551-6b6b-4abf-81e8-39bbbf51c60c HTTP/1.1" 200 115 0.041518 10.0.0.141 - - [2026-01-08 01:59:01] "DELETE /project/c1e17a90-88c5-4974-a948-abbe63143e15 HTTP/1.1" 200 115 0.651367 10.0.0.141 - - [2026-01-08 01:59:01] "DELETE /access-control-list/341feae7-454d-4626-9ce7-a8e33de0d5e4 HTTP/1.1" 200 115 0.019111 10.0.0.141 - - [2026-01-08 01:59:01] "POST /neutron/port HTTP/1.1" 200 1123 0.013831 10.0.0.141 - - [2026-01-08 01:59:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007949 10.0.0.141 - - [2026-01-08 01:59:05] "GET /obj-perms HTTP/1.1" 200 5075 0.050832 10.0.0.141 - - [2026-01-08 01:59:05] "GET /obj-perms HTTP/1.1" 200 5075 0.046767 10.0.0.141 - - [2026-01-08 01:59:06] "POST /neutron/port HTTP/1.1" 200 1122 0.011969 10.0.0.141 - - [2026-01-08 01:59:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005317 10.0.0.141 - - [2026-01-08 01:59:06] "POST /neutron/port HTTP/1.1" 200 1122 0.012581 10.0.0.141 - - [2026-01-08 01:59:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004926 10.0.0.141 - - [2026-01-08 01:59:06] "POST /neutron/port HTTP/1.1" 200 1122 0.012314 10.0.0.141 - - [2026-01-08 01:59:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006272 10.0.0.141 - - [2026-01-08 01:59:06] "GET /virtual-machine/c8899f94-71fa-4f4a-b739-2499dc9c5493 HTTP/1.1" 200 1293 0.004468 10.0.0.141 - - [2026-01-08 01:59:06] "GET /virtual-machine-interface/3389d6b1-1cdd-427d-8bb7-388f3e2aaa04 HTTP/1.1" 200 2941 0.004834 10.0.0.141 - - [2026-01-08 01:59:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002424 10.0.0.141 - - [2026-01-08 01:59:06] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002660 10.0.0.141 - - [2026-01-08 01:59:06] "GET /virtual-networks?parent_id=f7aa2267-f2bd-4678-bc82-93a5ff6e60a8&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002565 10.0.0.141 - - [2026-01-08 01:59:06] "GET /virtual-network/cec60b9e-ea4f-4895-8df9-08f41380d089?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006791 10.0.0.141 - - [2026-01-08 01:59:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.141 - - [2026-01-08 01:59:07] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003967 10.0.0.141 - - [2026-01-08 01:59:07] "GET /virtual-networks?parent_id=f7aa2267-f2bd-4678-bc82-93a5ff6e60a8&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002508 10.0.0.141 - - [2026-01-08 01:59:07] "GET /virtual-network/cec60b9e-ea4f-4895-8df9-08f41380d089?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004514 10.0.0.141 - - [2026-01-08 01:59:12] "POST /neutron/router HTTP/1.1" 200 580 0.004176 10.0.0.141 - - [2026-01-08 01:59:12] "GET /projects?obj_uuids=f7aa2267-f2bd-4678-bc82-93a5ff6e60a8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000913 10.0.0.141 - - [2026-01-08 01:59:13] "POST /neutron/router HTTP/1.1" 200 344 0.185018 10.0.0.141 - - [2026-01-08 01:59:13] "POST /neutron/port HTTP/1.1" 200 1921 0.020167 10.0.0.141 - - [2026-01-08 01:59:13] "POST /ref-update HTTP/1.1" 200 156 0.007258 10.0.0.141 - - [2026-01-08 01:59:19] "POST /neutron/router HTTP/1.1" 200 580 0.004118 10.0.0.141 - - [2026-01-08 01:59:19] "POST /ref-update HTTP/1.1" 200 156 0.028349 10.0.0.141 - - [2026-01-08 01:59:19] "POST /neutron/router HTTP/1.1" 200 344 0.165749 10.0.0.141 - - [2026-01-08 01:59:22] "POST /neutron/router HTTP/1.1" 200 580 0.004194 10.0.0.141 - - [2026-01-08 01:59:22] "GET /projects?obj_uuids=f7aa2267-f2bd-4678-bc82-93a5ff6e60a8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001846 10.0.0.141 - - [2026-01-08 01:59:23] "POST /neutron/router HTTP/1.1" 200 344 0.189922 10.0.0.141 - - [2026-01-08 01:59:23] "POST /ref-update HTTP/1.1" 200 156 0.008705 10.0.0.141 - - [2026-01-08 01:59:25] "POST /neutron/router HTTP/1.1" 200 580 0.004318 10.0.0.141 - - [2026-01-08 01:59:25] "POST /ref-update HTTP/1.1" 200 156 0.009423 10.0.0.141 - - [2026-01-08 01:59:25] "POST /neutron/router HTTP/1.1" 200 344 0.082939 10.0.0.141 - - [2026-01-08 01:59:25] "POST /neutron/router HTTP/1.1" 200 580 0.003600 10.0.0.141 - - [2026-01-08 01:59:25] "POST /ref-update HTTP/1.1" 200 156 0.010173 10.0.0.141 - - [2026-01-08 01:59:25] "POST /neutron/router HTTP/1.1" 200 344 0.084438 10.0.0.141 - - [2026-01-08 01:59:25] "POST /neutron/router HTTP/1.1" 200 580 0.003818 10.0.0.141 - - [2026-01-08 01:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002186 10.0.0.141 - - [2026-01-08 01:59:25] "GET /logical-router/dd537ac2-1a4d-49e8-a441-7d9929b96af4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004158 10.0.0.141 - - [2026-01-08 01:59:25] "POST /neutron/router HTTP/1.1" 200 151 0.041804 10.0.0.141 - - [2026-01-08 01:59:25] "DELETE /route-target/c1878271-9ee1-4d96-82aa-fc6f9997ad7c HTTP/1.1" 200 115 0.012820 10.0.0.141 - - [2026-01-08 01:59:25] "POST /neutron/network HTTP/1.1" 200 824 0.005178 10.0.0.141 - - [2026-01-08 01:59:25] "POST /neutron/network HTTP/1.1" 400 204 0.010453 10.0.0.141 - - [2026-01-08 01:59:26] "POST /neutron/port HTTP/1.1" 200 1122 0.010882 10.0.0.141 - - [2026-01-08 01:59:26] "POST /neutron/port HTTP/1.1" 200 1112 0.009045 10.0.0.141 - - [2026-01-08 01:59:26] "POST /neutron/port HTTP/1.1" 200 1123 0.014034 10.0.0.141 - - [2026-01-08 01:59:26] "POST /neutron/port HTTP/1.1" 200 1113 0.009104 10.0.0.141 - - [2026-01-08 01:59:26] "POST /neutron/port HTTP/1.1" 200 151 0.100764 10.0.0.141 - - [2026-01-08 01:59:26] "POST /neutron/port HTTP/1.1" 200 151 0.098756 10.0.0.141 - - [2026-01-08 01:59:27] "POST /neutron/network HTTP/1.1" 200 824 0.005288 10.0.0.141 - - [2026-01-08 01:59:27] "POST /useragent-kv HTTP/1.1" 200 115 0.004801 10.0.0.141 - - [2026-01-08 01:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005670 10.0.0.141 - - [2026-01-08 01:59:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002192 10.0.0.141 - - [2026-01-08 01:59:27] "POST /neutron/network HTTP/1.1" 200 151 0.065491 10.0.0.141 - - [2026-01-08 01:59:27] "DELETE /route-target/d5fa4f2d-30a7-4974-8ddc-c8da16eb12ce HTTP/1.1" 200 115 0.014458 10.0.0.141 - - [2026-01-08 01:59:27] "POST /neutron/network HTTP/1.1" 200 825 0.004217 10.0.0.141 - - [2026-01-08 01:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.141 - - [2026-01-08 01:59:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002533 10.0.0.141 - - [2026-01-08 01:59:27] "POST /useragent-kv HTTP/1.1" 200 115 0.001576 10.0.0.141 - - [2026-01-08 01:59:27] "POST /neutron/network HTTP/1.1" 200 151 0.068887 10.0.0.141 - - [2026-01-08 01:59:27] "DELETE /route-target/016672d8-780d-4f23-814e-4c400b26b15a HTTP/1.1" 200 115 0.018125 10.0.0.141 - - [2026-01-08 01:59:28] "GET /projects?obj_uuids=f7aa2267-f2bd-4678-bc82-93a5ff6e60a8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000872 10.0.0.141 - - [2026-01-08 01:59:28] "GET /project/f7aa2267-f2bd-4678-bc82-93a5ff6e60a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.021383 10.0.0.141 - - [2026-01-08 01:59:28] "GET /projects?obj_uuids=f7aa2267-f2bd-4678-bc82-93a5ff6e60a8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000801 10.0.0.141 - - [2026-01-08 01:59:28] "GET /project/f7aa2267-f2bd-4678-bc82-93a5ff6e60a8?fields=virtual_networks HTTP/1.1" 200 1031 0.063263 10.0.0.141 - - [2026-01-08 01:59:28] "GET /projects?obj_uuids=f7aa2267-f2bd-4678-bc82-93a5ff6e60a8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000887 10.0.0.141 - - [2026-01-08 01:59:28] "GET /project/f7aa2267-f2bd-4678-bc82-93a5ff6e60a8?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.024560 10.0.0.141 - - [2026-01-08 01:59:28] "GET /projects?obj_uuids=f7aa2267-f2bd-4678-bc82-93a5ff6e60a8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000932 10.0.0.141 - - [2026-01-08 01:59:28] "GET /project/f7aa2267-f2bd-4678-bc82-93a5ff6e60a8?fields=security_groups HTTP/1.1" 200 1256 0.021080 10.0.0.141 - - [2026-01-08 01:59:29] "POST /fqname-to-id HTTP/1.1" 404 191 0.024430 10.0.0.141 - - [2026-01-08 01:59:29] "GET /projects?obj_uuids=e639994e-191b-4714-af24-66a3fde9352a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002170 10.0.0.141 - - [2026-01-08 01:59:29] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000863 10.0.0.141 - - [2026-01-08 01:59:29] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005790 10.0.0.141 - - [2026-01-08 01:59:29] "POST /id-to-fqname HTTP/1.1" 200 193 0.002034 10.0.0.141 - - [2026-01-08 01:59:29] "POST /fqname-to-id HTTP/1.1" 404 202 0.004327 10.0.0.141 - - [2026-01-08 01:59:29] "POST /security-groups HTTP/1.1" 200 594 0.064138 10.0.0.141 - - [2026-01-08 01:59:29] "POST /fqname-to-id HTTP/1.1" 404 237 0.002363 10.0.0.141 - - [2026-01-08 01:59:29] "POST /projects HTTP/1.1" 200 591 0.203826 10.0.0.141 - - [2026-01-08 01:59:29] "POST /access-control-lists HTTP/1.1" 200 601 0.055665 10.0.0.141 - - [2026-01-08 01:59:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.274034 10.0.0.141 - - [2026-01-08 01:59:29] "POST /fqname-to-id HTTP/1.1" 404 236 0.002311 10.0.0.141 - - [2026-01-08 01:59:29] "GET /project/e639994e-191b-4714-af24-66a3fde9352a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.387491 10.0.0.141 - - [2026-01-08 01:59:29] "POST /access-control-lists HTTP/1.1" 200 599 0.060768 10.0.0.141 - - [2026-01-08 01:59:30] "GET / HTTP/1.1" 200 36215 0.001738 10.0.0.141 - - [2026-01-08 01:59:31] "GET /project/e639994e-191b-4714-af24-66a3fde9352a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000435 10.0.0.141 - - [2026-01-08 01:59:31] "GET /projects?obj_uuids=e639994e-191b-4714-af24-66a3fde9352a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000931 10.0.0.141 - - [2026-01-08 01:59:31] "GET /project/e639994e-191b-4714-af24-66a3fde9352a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.049458 10.0.0.141 - - [2026-01-08 01:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002065 10.0.0.141 - - [2026-01-08 01:59:31] "GET /security-group/c886a4c3-8f6a-4aa4-b5c4-6e942f3dc94a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.005091 10.0.0.141 - - [2026-01-08 01:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.141 - - [2026-01-08 01:59:32] "GET /projects?obj_uuids=e639994e-191b-4714-af24-66a3fde9352a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001382 10.0.0.141 - - [2026-01-08 01:59:32] "GET /project/e639994e-191b-4714-af24-66a3fde9352a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.023696 10.0.0.141 - - [2026-01-08 01:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002727 10.0.0.141 - - [2026-01-08 01:59:32] "GET /security-group/c886a4c3-8f6a-4aa4-b5c4-6e942f3dc94a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.003331 10.0.0.141 - - [2026-01-08 01:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002394 10.0.0.141 - - [2026-01-08 01:59:32] "PUT /security-group/c886a4c3-8f6a-4aa4-b5c4-6e942f3dc94a HTTP/1.1" 200 263 0.011505 10.0.0.141 - - [2026-01-08 01:59:32] "PUT /access-control-list/5131e3bb-d490-45ab-b5b3-e2be9907e2ce HTTP/1.1" 200 273 0.007140 10.0.0.141 - - [2026-01-08 01:59:32] "PUT /access-control-list/472199b7-8478-489c-ba89-751194b88541 HTTP/1.1" 200 273 0.008575 10.0.0.141 - - [2026-01-08 01:59:32] "POST /fqname-to-id HTTP/1.1" 404 202 0.002365 10.0.0.141 - - [2026-01-08 01:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002378 10.0.0.141 - - [2026-01-08 01:59:32] "GET /projects?obj_uuids=e639994e-191b-4714-af24-66a3fde9352a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001161 10.0.0.141 - - [2026-01-08 01:59:32] "GET /project/e639994e-191b-4714-af24-66a3fde9352a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.022938 10.0.0.141 - - [2026-01-08 01:59:32] "POST /neutron/network HTTP/1.1" 200 117 0.033585 10.0.0.141 - - [2026-01-08 01:59:32] "GET /projects?obj_uuids=e639994e-191b-4714-af24-66a3fde9352a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000806 10.0.0.141 - - [2026-01-08 01:59:32] "POST /neutron/network HTTP/1.1" 200 608 0.056933 10.0.0.141 - - [2026-01-08 01:59:32] "POST /route-targets HTTP/1.1" 200 328 0.010535 10.0.0.141 - - [2026-01-08 01:59:32] "POST /ref-update HTTP/1.1" 200 156 0.011159 10.0.0.141 - - [2026-01-08 01:59:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003070 10.0.0.141 - - [2026-01-08 01:59:32] "POST /neutron/subnet HTTP/1.1" 200 725 0.124202 10.0.0.141 - - [2026-01-08 01:59:32] "POST /neutron/network HTTP/1.1" 200 827 0.004407 10.0.0.141 - - [2026-01-08 01:59:32] "POST /id-to-fqname HTTP/1.1" 200 223 0.001055 10.0.0.141 - - [2026-01-08 01:59:32] "GET /virtual-network/56322c30-cde0-4f51-949a-05d58384aea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004253 10.0.0.141 - - [2026-01-08 01:59:32] "POST /neutron/network HTTP/1.1" 200 827 0.005005 10.0.0.141 - - [2026-01-08 01:59:32] "GET /virtual-network/56322c30-cde0-4f51-949a-05d58384aea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004046 10.0.0.141 - - [2026-01-08 01:59:32] "POST /neutron/network HTTP/1.1" 200 827 0.005928 10.0.0.141 - - [2026-01-08 01:59:32] "POST /neutron/subnet HTTP/1.1" 200 725 0.004956 10.0.0.141 - - [2026-01-08 01:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.001907 10.0.0.141 - - [2026-01-08 01:59:32] "GET /projects?obj_uuids=e639994e-191b-4714-af24-66a3fde9352a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001212 10.0.0.141 - - [2026-01-08 01:59:32] "GET /project/e639994e-191b-4714-af24-66a3fde9352a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.024498 10.0.0.141 - - [2026-01-08 01:59:33] "POST /neutron/network HTTP/1.1" 200 117 0.008242 10.0.0.141 - - [2026-01-08 01:59:33] "GET /projects?obj_uuids=e639994e-191b-4714-af24-66a3fde9352a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000785 10.0.0.141 - - [2026-01-08 01:59:33] "POST /neutron/network HTTP/1.1" 200 615 0.073917 10.0.0.141 - - [2026-01-08 01:59:33] "POST /route-targets HTTP/1.1" 200 328 0.010876 10.0.0.141 - - [2026-01-08 01:59:33] "POST /ref-update HTTP/1.1" 200 156 0.011651 10.0.0.141 - - [2026-01-08 01:59:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002259 10.0.0.141 - - [2026-01-08 01:59:33] "POST /neutron/subnet HTTP/1.1" 200 725 0.160759 10.0.0.141 - - [2026-01-08 01:59:33] "POST /neutron/network HTTP/1.1" 200 834 0.003967 10.0.0.141 - - [2026-01-08 01:59:33] "POST /id-to-fqname HTTP/1.1" 200 227 0.000868 10.0.0.141 - - [2026-01-08 01:59:33] "GET /virtual-network/6f3a3b8d-4b0f-40c7-ab55-e738305384a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.003648 10.0.0.141 - - [2026-01-08 01:59:33] "POST /neutron/network HTTP/1.1" 200 834 0.004653 10.0.0.141 - - [2026-01-08 01:59:33] "GET /virtual-network/6f3a3b8d-4b0f-40c7-ab55-e738305384a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004351 10.0.0.141 - - [2026-01-08 01:59:33] "POST /neutron/network HTTP/1.1" 200 834 0.004491 10.0.0.141 - - [2026-01-08 01:59:33] "POST /neutron/subnet HTTP/1.1" 200 725 0.005871 10.0.0.141 - - [2026-01-08 01:59:33] "POST /id-to-fqname HTTP/1.1" 200 223 0.000952 10.0.0.141 - - [2026-01-08 01:59:33] "POST /neutron/network HTTP/1.1" 200 837 0.004950 10.0.0.141 - - [2026-01-08 01:59:33] "GET /aaa-mode HTTP/1.1" 401 293 0.000358 10.0.0.141 - - [2026-01-08 01:59:34] "GET / HTTP/1.1" 200 36215 0.002481 10.0.0.141 - - [2026-01-08 01:59:34] "GET /project/e639994e-191b-4714-af24-66a3fde9352a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000357 10.0.0.141 - - [2026-01-08 01:59:34] "GET /projects?obj_uuids=e639994e-191b-4714-af24-66a3fde9352a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000932 10.0.0.141 - - [2026-01-08 01:59:34] "GET /project/e639994e-191b-4714-af24-66a3fde9352a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.059485 10.0.0.141 - - [2026-01-08 01:59:34] "POST /neutron/network HTTP/1.1" 200 827 0.004956 10.0.0.141 - - [2026-01-08 01:59:34] "POST /neutron/port HTTP/1.1" 200 117 0.004080 10.0.0.141 - - [2026-01-08 01:59:34] "POST /neutron/port HTTP/1.1" 200 117 0.005427 10.0.0.141 - - [2026-01-08 01:59:34] "POST /id-to-fqname HTTP/1.1" 200 227 0.001046 10.0.0.141 - - [2026-01-08 01:59:34] "POST /neutron/port HTTP/1.1" 200 117 0.003793 10.0.0.141 - - [2026-01-08 01:59:34] "POST /neutron/network HTTP/1.1" 200 844 0.004360 10.0.0.141 - - [2026-01-08 01:59:34] "GET /aaa-mode HTTP/1.1" 401 293 0.000335 10.0.0.141 - - [2026-01-08 01:59:34] "POST /neutron/network HTTP/1.1" 200 837 0.004946 10.0.0.141 - - [2026-01-08 01:59:34] "GET /projects?obj_uuids=e639994e-191b-4714-af24-66a3fde9352a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001391 10.0.0.141 - - [2026-01-08 01:59:35] "GET / HTTP/1.1" 200 36215 0.001571 10.0.0.141 - - [2026-01-08 01:59:35] "GET /project/e639994e-191b-4714-af24-66a3fde9352a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000965 10.0.0.141 - - [2026-01-08 01:59:35] "POST /neutron/port HTTP/1.1" 200 1063 0.185626 10.0.0.141 - - [2026-01-08 01:59:35] "POST /neutron/port HTTP/1.1" 200 1063 0.009581 10.0.0.141 - - [2026-01-08 01:59:35] "POST /neutron/port HTTP/1.1" 200 1063 0.007548 10.0.0.141 - - [2026-01-08 01:59:35] "POST /neutron/port HTTP/1.1" 200 1117 0.049029 10.0.0.141 - - [2026-01-08 01:59:35] "POST /neutron/port HTTP/1.1" 200 1127 0.009862 10.0.0.141 - - [2026-01-08 01:59:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002583 10.0.0.141 - - [2026-01-08 01:59:35] "POST /neutron/subnet HTTP/1.1" 200 699 0.005819 10.0.0.141 - - [2026-01-08 01:59:35] "POST /neutron/port HTTP/1.1" 200 117 0.000995 10.0.0.141 - - [2026-01-08 01:59:35] "POST /neutron/network HTTP/1.1" 200 827 0.004455 10.0.0.141 - - [2026-01-08 01:59:35] "GET /projects?obj_uuids=e639994e-191b-4714-af24-66a3fde9352a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001179 10.0.0.141 - - [2026-01-08 01:59:35] "GET /project/e639994e-191b-4714-af24-66a3fde9352a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.047191 10.0.0.141 - - [2026-01-08 01:59:35] "POST /neutron/network HTTP/1.1" 200 834 0.004523 10.0.0.141 - - [2026-01-08 01:59:35] "POST /neutron/port HTTP/1.1" 200 1127 0.018534 10.0.0.141 - - [2026-01-08 01:59:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005372 10.0.0.141 - - [2026-01-08 01:59:35] "POST /neutron/port HTTP/1.1" 200 117 0.005331 10.0.0.141 - - [2026-01-08 01:59:35] "GET /projects?obj_uuids=e639994e-191b-4714-af24-66a3fde9352a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000900 10.0.0.141 - - [2026-01-08 01:59:35] "POST /neutron/router HTTP/1.1" 200 585 0.050031 10.0.0.141 - - [2026-01-08 01:59:35] "POST /neutron/router HTTP/1.1" 200 585 0.002960 10.0.0.141 - - [2026-01-08 01:59:35] "POST /route-targets HTTP/1.1" 200 328 0.012113 10.0.0.141 - - [2026-01-08 01:59:35] "PUT /logical-router/5f3a08db-11d2-46dc-a888-c55ce924c007 HTTP/1.1" 200 263 0.028830 10.0.0.141 - - [2026-01-08 01:59:35] "POST /neutron/router HTTP/1.1" 200 656 0.046041 10.0.0.141 - - [2026-01-08 01:59:35] "GET /logical-router/5f3a08db-11d2-46dc-a888-c55ce924c007?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.007217 10.0.0.141 - - [2026-01-08 01:59:35] "POST /neutron/router HTTP/1.1" 200 656 0.002955 10.0.0.141 - - [2026-01-08 01:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004771 10.0.0.141 - - [2026-01-08 01:59:35] "GET /projects?obj_uuids=e639994e-191b-4714-af24-66a3fde9352a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000914 10.0.0.141 - - [2026-01-08 01:59:35] "GET /service-template/b55f2fb9-5592-4493-9ba8-6cd40bb78e20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1684 0.005486 10.0.0.141 - - [2026-01-08 01:59:35] "POST /fqname-to-id HTTP/1.1" 404 215 0.003636 10.0.0.141 - - [2026-01-08 01:59:36] "POST /neutron/network HTTP/1.1" 200 844 0.009262 10.0.0.141 - - [2026-01-08 01:59:36] "GET /projects?obj_uuids=e639994e-191b-4714-af24-66a3fde9352a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001443 10.0.0.141 - - [2026-01-08 01:59:36] "POST /useragent-kv HTTP/1.1" 200 115 0.005119 10.0.0.141 - - [2026-01-08 01:59:36] "POST /virtual-networks HTTP/1.1" 200 696 0.231318 10.0.0.141 - - [2026-01-08 01:59:36] "POST /neutron/router HTTP/1.1" 200 344 0.379764 10.0.0.141 - - [2026-01-08 01:59:36] "POST /route-targets HTTP/1.1" 200 328 0.072101 10.0.0.141 - - [2026-01-08 01:59:36] "POST /neutron/port HTTP/1.1" 200 1127 0.065751 10.0.0.141 - - [2026-01-08 01:59:36] "POST /ref-update HTTP/1.1" 200 156 0.036528 10.0.0.141 - - [2026-01-08 01:59:36] "POST /neutron/security_group HTTP/1.1" 200 2002 0.020945 10.0.0.141 - - [2026-01-08 01:59:36] "POST /service-instances HTTP/1.1" 200 672 0.124072 10.0.0.141 - - [2026-01-08 01:59:36] "POST /ref-update HTTP/1.1" 200 156 0.014873 10.0.0.141 - - [2026-01-08 01:59:36] "POST /route-tables HTTP/1.1" 200 584 0.042692 10.0.0.141 - - [2026-01-08 01:59:36] "POST /neutron/port HTTP/1.1" 200 1063 0.455705 10.0.0.141 - - [2026-01-08 01:59:36] "POST /neutron/port HTTP/1.1" 200 1063 0.008415 10.0.0.141 - - [2026-01-08 01:59:36] "POST /neutron/port HTTP/1.1" 200 1063 0.015689 10.0.0.141 - - [2026-01-08 01:59:36] "PUT /logical-router/5f3a08db-11d2-46dc-a888-c55ce924c007 HTTP/1.1" 200 263 0.027429 10.0.0.141 - - [2026-01-08 01:59:36] "POST /neutron/port HTTP/1.1" 200 1117 0.064746 10.0.0.141 - - [2026-01-08 01:59:36] "POST /ref-update HTTP/1.1" 200 156 0.022841 10.0.0.141 - - [2026-01-08 01:59:36] "POST /neutron/port HTTP/1.1" 200 1127 0.009825 10.0.0.141 - - [2026-01-08 01:59:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003744 10.0.0.141 - - [2026-01-08 01:59:36] "POST /neutron/subnet HTTP/1.1" 200 699 0.006013 10.0.0.141 - - [2026-01-08 01:59:36] "POST /neutron/port HTTP/1.1" 200 117 0.001035 10.0.0.141 - - [2026-01-08 01:59:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001922 10.0.0.141 - - [2026-01-08 01:59:36] "POST /neutron/network HTTP/1.1" 200 834 0.004528 10.0.0.141 - - [2026-01-08 01:59:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.141 - - [2026-01-08 01:59:36] "POST /virtual-machines HTTP/1.1" 200 554 0.015679 10.0.0.141 - - [2026-01-08 01:59:36] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.100606 10.0.0.141 - - [2026-01-08 01:59:37] "POST /chown HTTP/1.1" 200 109 0.006637 10.0.0.141 - - [2026-01-08 01:59:37] "POST /instance-ips HTTP/1.1" 200 552 0.018311 10.0.0.141 - - [2026-01-08 01:59:37] "POST /instance-ips HTTP/1.1" 400 246 0.015368 10.0.0.141 - - [2026-01-08 01:59:37] "POST /chown HTTP/1.1" 200 109 0.008795 10.0.0.141 - - [2026-01-08 01:59:37] "PUT /virtual-machine-interface/d37c6a81-6756-4a94-9fc8-9a9a71910a43 HTTP/1.1" 200 285 0.011049 10.0.0.141 - - [2026-01-08 01:59:37] "PUT /instance-ip/1637e032-b28e-4dfd-89d2-83995a3b0352 HTTP/1.1" 200 257 0.009862 10.0.0.141 - - [2026-01-08 01:59:37] "POST /ref-update HTTP/1.1" 200 156 0.010118 10.0.0.141 - - [2026-01-08 01:59:37] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.089645 10.0.0.141 - - [2026-01-08 01:59:37] "POST /chown HTTP/1.1" 200 109 0.011218 10.0.0.141 - - [2026-01-08 01:59:37] "POST /instance-ips HTTP/1.1" 200 550 0.044083 10.0.0.141 - - [2026-01-08 01:59:37] "POST /instance-ips HTTP/1.1" 400 316 0.015455 10.0.0.141 - - [2026-01-08 01:59:37] "POST /chown HTTP/1.1" 200 109 0.009400 10.0.0.141 - - [2026-01-08 01:59:37] "PUT /virtual-machine-interface/1dd27012-0fd8-433a-bd64-c1a3c419302a HTTP/1.1" 200 285 0.008668 10.0.0.141 - - [2026-01-08 01:59:37] "PUT /instance-ip/92379721-5aba-4406-9268-ea8a7df7e27e HTTP/1.1" 200 257 0.011998 10.0.0.141 - - [2026-01-08 01:59:37] "POST /ref-update HTTP/1.1" 200 156 0.012359 10.0.0.141 - - [2026-01-08 01:59:37] "POST /ref-update HTTP/1.1" 200 156 0.007883 10.0.0.141 - - [2026-01-08 01:59:37] "PUT /routing-instance/e21608f4-b969-4470-8521-2ff90a8baf46 HTTP/1.1" 200 267 0.015432 10.0.0.141 - - [2026-01-08 01:59:37] "POST /ref-update HTTP/1.1" 200 156 0.010631 10.0.0.141 - - [2026-01-08 01:59:38] "POST /virtual-machines HTTP/1.1" 200 554 0.011703 10.0.0.141 - - [2026-01-08 01:59:38] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.096606 10.0.0.141 - - [2026-01-08 01:59:38] "POST /chown HTTP/1.1" 200 109 0.005937 10.0.0.141 - - [2026-01-08 01:59:38] "POST /instance-ips HTTP/1.1" 400 246 0.012502 10.0.0.141 - - [2026-01-08 01:59:38] "POST /chown HTTP/1.1" 200 109 0.007116 10.0.0.141 - - [2026-01-08 01:59:38] "PUT /virtual-machine-interface/5de5e23b-9175-4781-b44e-3a6d9e29c9a5 HTTP/1.1" 200 285 0.010243 10.0.0.141 - - [2026-01-08 01:59:38] "PUT /instance-ip/1637e032-b28e-4dfd-89d2-83995a3b0352 HTTP/1.1" 200 257 0.009821 10.0.0.141 - - [2026-01-08 01:59:38] "POST /ref-update HTTP/1.1" 200 156 0.009561 10.0.0.141 - - [2026-01-08 01:59:38] "POST /ref-update HTTP/1.1" 200 156 0.009453 10.0.0.141 - - [2026-01-08 01:59:38] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.081386 10.0.0.141 - - [2026-01-08 01:59:38] "POST /chown HTTP/1.1" 200 109 0.007325 10.0.0.141 - - [2026-01-08 01:59:38] "POST /instance-ips HTTP/1.1" 400 316 0.014861 10.0.0.141 - - [2026-01-08 01:59:38] "POST /chown HTTP/1.1" 200 109 0.007679 10.0.0.141 - - [2026-01-08 01:59:38] "PUT /virtual-machine-interface/ce2b2354-a6bd-41c3-bd80-6699640f11cb HTTP/1.1" 200 285 0.013727 10.0.0.141 - - [2026-01-08 01:59:38] "PUT /instance-ip/92379721-5aba-4406-9268-ea8a7df7e27e HTTP/1.1" 200 257 0.012720 10.0.0.141 - - [2026-01-08 01:59:39] "POST /ref-update HTTP/1.1" 200 156 0.009491 10.0.0.141 - - [2026-01-08 01:59:39] "POST /ref-update HTTP/1.1" 200 156 0.010247 10.0.0.141 - - [2026-01-08 01:59:41] "POST /neutron/port HTTP/1.1" 200 1127 0.015382 10.0.0.141 - - [2026-01-08 01:59:41] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005102 10.0.0.141 - - [2026-01-08 01:59:41] "POST /neutron/port HTTP/1.1" 200 1127 0.010867 10.0.0.141 - - [2026-01-08 01:59:41] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006440 10.0.0.141 - - [2026-01-08 01:59:41] "POST /neutron/port HTTP/1.1" 200 1127 0.011463 10.0.0.141 - - [2026-01-08 01:59:41] "POST /neutron/security_group HTTP/1.1" 200 2002 0.020124 10.0.0.141 - - [2026-01-08 01:59:41] "GET /virtual-machine/6ad79508-c1d2-4da0-8f17-7ee4c610cdb3 HTTP/1.1" 401 293 0.000475 10.0.0.141 - - [2026-01-08 01:59:41] "GET /virtual-machine/6ad79508-c1d2-4da0-8f17-7ee4c610cdb3 HTTP/1.1" 200 1297 0.026862 10.0.0.141 - - [2026-01-08 01:59:41] "GET /virtual-machine-interface/129f0f58-169a-4821-9d0a-12b8a81e6a96 HTTP/1.1" 200 2963 0.012103 10.0.0.141 - - [2026-01-08 01:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002401 10.0.0.141 - - [2026-01-08 01:59:41] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003149 10.0.0.141 - - [2026-01-08 01:59:42] "GET /virtual-networks?parent_id=e639994e-191b-4714-af24-66a3fde9352a&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003026 10.0.0.141 - - [2026-01-08 01:59:42] "GET /virtual-network/56322c30-cde0-4f51-949a-05d58384aea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005412 10.0.0.141 - - [2026-01-08 01:59:43] "POST /neutron/port HTTP/1.1" 200 1127 0.011878 10.0.0.141 - - [2026-01-08 01:59:43] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004747 10.0.0.141 - - [2026-01-08 01:59:45] "POST /neutron/port HTTP/1.1" 200 1127 0.010637 10.0.0.141 - - [2026-01-08 01:59:45] "POST /neutron/security_group HTTP/1.1" 200 2002 0.003606 10.0.0.141 - - [2026-01-08 01:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.001771 10.0.0.141 - - [2026-01-08 01:59:45] "GET /virtual-network/56322c30-cde0-4f51-949a-05d58384aea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003802 10.0.0.141 - - [2026-01-08 01:59:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002491 10.0.0.141 - - [2026-01-08 01:59:47] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003510 10.0.0.141 - - [2026-01-08 01:59:47] "GET /virtual-networks?parent_id=e639994e-191b-4714-af24-66a3fde9352a&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003644 10.0.0.141 - - [2026-01-08 01:59:47] "GET /virtual-network/56322c30-cde0-4f51-949a-05d58384aea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004704 10.0.0.141 - - [2026-01-08 01:59:47] "POST /neutron/port HTTP/1.1" 200 1127 0.010770 10.0.0.141 - - [2026-01-08 01:59:47] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005536 10.0.0.141 - - [2026-01-08 01:59:47] "POST /neutron/port HTTP/1.1" 200 1127 0.011298 10.0.0.141 - - [2026-01-08 01:59:47] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006638 10.0.0.141 - - [2026-01-08 01:59:47] "POST /neutron/port HTTP/1.1" 200 1127 0.010766 10.0.0.141 - - [2026-01-08 01:59:47] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004615 10.0.0.141 - - [2026-01-08 01:59:47] "GET /virtual-machine/170ccab9-2780-4ff3-ac2a-31b6525e574e HTTP/1.1" 200 1297 0.003677 10.0.0.141 - - [2026-01-08 01:59:47] "GET /virtual-machine-interface/c3628cfb-8fed-4b1c-a783-b2bcc0799f1a HTTP/1.1" 200 2976 0.003918 10.0.0.141 - - [2026-01-08 01:59:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002138 10.0.0.141 - - [2026-01-08 01:59:47] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002887 10.0.0.141 - - [2026-01-08 01:59:47] "GET /virtual-networks?parent_id=e639994e-191b-4714-af24-66a3fde9352a&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002573 10.0.0.141 - - [2026-01-08 01:59:47] "GET /virtual-network/6f3a3b8d-4b0f-40c7-ab55-e738305384a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004655 10.0.0.141 - - [2026-01-08 01:59:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.141 - - [2026-01-08 01:59:49] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002597 10.0.0.141 - - [2026-01-08 01:59:49] "GET /virtual-networks?parent_id=e639994e-191b-4714-af24-66a3fde9352a&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002655 10.0.0.141 - - [2026-01-08 01:59:49] "GET /virtual-network/6f3a3b8d-4b0f-40c7-ab55-e738305384a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005345 10.0.0.141 - - [2026-01-08 01:59:53] "POST /neutron/router HTTP/1.1" 200 656 0.004461 10.0.0.141 - - [2026-01-08 01:59:53] "POST /ref-update HTTP/1.1" 200 156 0.012561 10.0.0.141 - - [2026-01-08 01:59:53] "POST /neutron/router HTTP/1.1" 200 344 0.093850 10.0.0.141 - - [2026-01-08 01:59:53] "POST /neutron/router HTTP/1.1" 200 656 0.004337 10.0.0.141 - - [2026-01-08 01:59:53] "GET /logical-router/5f3a08db-11d2-46dc-a888-c55ce924c007?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.004387 10.0.0.141 - - [2026-01-08 01:59:53] "GET /service-instance/ec787c19-0189-4fd1-9057-44993d3406f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2319 0.003595 10.0.0.141 - - [2026-01-08 01:59:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002192 10.0.0.141 - - [2026-01-08 01:59:53] "POST /neutron/router HTTP/1.1" 200 151 0.048809 10.0.0.141 - - [2026-01-08 01:59:53] "DELETE /route-target/6a7e1774-757a-4ebc-9aac-1d18eccb14da HTTP/1.1" 409 240 0.004793 10.0.0.141 - - [2026-01-08 01:59:53] "PUT /logical-router/5f3a08db-11d2-46dc-a888-c55ce924c007 HTTP/1.1" 404 171 0.002574 10.0.0.141 - - [2026-01-08 01:59:53] "POST /ref-update HTTP/1.1" 200 156 0.015539 10.0.0.141 - - [2026-01-08 01:59:53] "DELETE /route-table/0647eb1f-43a7-4be4-8478-22df1896f33e HTTP/1.1" 200 115 0.027618 10.0.0.141 - - [2026-01-08 01:59:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005325 10.0.0.141 - - [2026-01-08 01:59:53] "PUT /routing-instance/e21608f4-b969-4470-8521-2ff90a8baf46 HTTP/1.1" 200 267 0.009774 10.0.0.141 - - [2026-01-08 01:59:53] "GET /virtual-network/8f6f0e52-9455-410d-a9ad-3b3b6d34b003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.005682 10.0.0.141 - - [2026-01-08 01:59:53] "POST /neutron/network HTTP/1.1" 200 834 0.005771 10.0.0.141 - - [2026-01-08 01:59:53] "POST /neutron/network HTTP/1.1" 400 204 0.038061 10.0.0.141 - - [2026-01-08 01:59:53] "POST /ref-update HTTP/1.1" 200 156 0.011940 10.0.0.141 - - [2026-01-08 01:59:53] "POST /ref-update HTTP/1.1" 200 156 0.008923 10.0.0.141 - - [2026-01-08 01:59:53] "DELETE /instance-ip/92379721-5aba-4406-9268-ea8a7df7e27e HTTP/1.1" 200 115 0.027355 10.0.0.141 - - [2026-01-08 01:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.141 - - [2026-01-08 01:59:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001903 10.0.0.141 - - [2026-01-08 01:59:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001423 10.0.0.141 - - [2026-01-08 01:59:54] "DELETE /virtual-network/8f6f0e52-9455-410d-a9ad-3b3b6d34b003 HTTP/1.1" 200 115 0.128445 10.0.0.141 - - [2026-01-08 01:59:54] "DELETE /route-target/6313223e-15a8-4bcb-b34c-4730d8740269 HTTP/1.1" 200 115 0.026385 10.0.0.141 - - [2026-01-08 01:59:54] "DELETE /service-instance/ec787c19-0189-4fd1-9057-44993d3406f2 HTTP/1.1" 200 115 0.028438 10.0.0.141 - - [2026-01-08 01:59:54] "GET /logical-router/5f3a08db-11d2-46dc-a888-c55ce924c007?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.001983 10.0.0.141 - - [2026-01-08 01:59:54] "GET /service-instance/ec787c19-0189-4fd1-9057-44993d3406f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002944 10.0.0.141 - - [2026-01-08 01:59:54] "POST /neutron/port HTTP/1.1" 200 1127 0.013085 10.0.0.141 - - [2026-01-08 01:59:54] "GET /virtual-machine-interface/5de5e23b-9175-4781-b44e-3a6d9e29c9a5?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1656 0.005097 10.0.0.141 - - [2026-01-08 01:59:54] "POST /neutron/port HTTP/1.1" 200 1117 0.013339 10.0.0.141 - - [2026-01-08 01:59:54] "POST /neutron/port HTTP/1.1" 200 1127 0.020180 10.0.0.141 - - [2026-01-08 01:59:54] "POST /ref-update HTTP/1.1" 200 156 0.015110 10.0.0.141 - - [2026-01-08 01:59:54] "GET /instance-ip/1637e032-b28e-4dfd-89d2-83995a3b0352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.003866 10.0.0.141 - - [2026-01-08 01:59:54] "POST /neutron/port HTTP/1.1" 200 151 0.115790 10.0.0.141 - - [2026-01-08 01:59:54] "POST /neutron/port HTTP/1.1" 200 1117 0.010510 10.0.0.141 - - [2026-01-08 01:59:54] "DELETE /virtual-machine-interface/5de5e23b-9175-4781-b44e-3a6d9e29c9a5 HTTP/1.1" 200 115 0.036654 10.0.0.141 - - [2026-01-08 01:59:54] "GET /virtual-machine-interface/ce2b2354-a6bd-41c3-bd80-6699640f11cb?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1336 0.004384 10.0.0.141 - - [2026-01-08 01:59:54] "POST /neutron/port HTTP/1.1" 200 151 0.101472 10.0.0.141 - - [2026-01-08 01:59:54] "DELETE /virtual-machine-interface/ce2b2354-a6bd-41c3-bd80-6699640f11cb HTTP/1.1" 200 115 0.033741 10.0.0.141 - - [2026-01-08 01:59:54] "DELETE /virtual-machine/f3b06721-bd54-4f5a-bc5f-b5b4268e0bdc HTTP/1.1" 200 115 0.014730 10.0.0.141 - - [2026-01-08 01:59:54] "GET /virtual-machine-interface/1dd27012-0fd8-433a-bd64-c1a3c419302a?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1335 0.005779 10.0.0.141 - - [2026-01-08 01:59:54] "DELETE /virtual-machine-interface/1dd27012-0fd8-433a-bd64-c1a3c419302a HTTP/1.1" 200 115 0.028558 10.0.0.141 - - [2026-01-08 01:59:54] "GET /virtual-machine-interface/d37c6a81-6756-4a94-9fc8-9a9a71910a43?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1657 0.004973 10.0.0.141 - - [2026-01-08 01:59:54] "POST /ref-update HTTP/1.1" 200 156 0.011323 10.0.0.141 - - [2026-01-08 01:59:54] "GET /instance-ip/1637e032-b28e-4dfd-89d2-83995a3b0352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1696 0.004845 10.0.0.141 - - [2026-01-08 01:59:54] "DELETE /instance-ip/1637e032-b28e-4dfd-89d2-83995a3b0352 HTTP/1.1" 200 115 0.024100 10.0.0.141 - - [2026-01-08 01:59:54] "DELETE /virtual-machine-interface/d37c6a81-6756-4a94-9fc8-9a9a71910a43 HTTP/1.1" 200 115 0.027374 10.0.0.141 - - [2026-01-08 01:59:54] "POST /ref-update HTTP/1.1" 200 156 0.008153 10.0.0.141 - - [2026-01-08 01:59:54] "DELETE /virtual-machine/477e0f79-a6cb-40d5-93d0-e20a67d34e25 HTTP/1.1" 200 115 0.014681 10.0.0.141 - - [2026-01-08 01:59:55] "POST /neutron/network HTTP/1.1" 200 834 0.005029 10.0.0.141 - - [2026-01-08 01:59:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001987 10.0.0.141 - - [2026-01-08 01:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002627 10.0.0.141 - - [2026-01-08 01:59:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001516 10.0.0.141 - - [2026-01-08 01:59:55] "POST /neutron/network HTTP/1.1" 200 151 0.070502 10.0.0.141 - - [2026-01-08 01:59:55] "DELETE /route-target/05850b29-1c05-498e-b605-353a522472ab HTTP/1.1" 200 115 0.012603 10.0.0.141 - - [2026-01-08 01:59:55] "POST /neutron/network HTTP/1.1" 200 827 0.004989 10.0.0.141 - - [2026-01-08 01:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.141 - - [2026-01-08 01:59:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002363 10.0.0.141 - - [2026-01-08 01:59:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001705 10.0.0.141 - - [2026-01-08 01:59:55] "POST /neutron/network HTTP/1.1" 200 151 0.087886 10.0.0.141 - - [2026-01-08 01:59:55] "DELETE /route-target/78e31e11-c931-4d25-a4ae-949ab0ea19ad HTTP/1.1" 200 115 0.014077 10.0.0.141 - - [2026-01-08 01:59:56] "GET /projects?obj_uuids=e639994e-191b-4714-af24-66a3fde9352a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000920 10.0.0.141 - - [2026-01-08 01:59:56] "GET /project/e639994e-191b-4714-af24-66a3fde9352a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.025028 10.0.0.141 - - [2026-01-08 01:59:56] "GET /projects?obj_uuids=e639994e-191b-4714-af24-66a3fde9352a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001062 10.0.0.141 - - [2026-01-08 01:59:56] "GET /project/e639994e-191b-4714-af24-66a3fde9352a?fields=virtual_networks HTTP/1.1" 200 1041 0.066257 10.0.0.141 - - [2026-01-08 01:59:56] "GET /projects?obj_uuids=e639994e-191b-4714-af24-66a3fde9352a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001081 10.0.0.141 - - [2026-01-08 01:59:56] "GET /project/e639994e-191b-4714-af24-66a3fde9352a?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.026240 10.0.0.141 - - [2026-01-08 01:59:56] "GET /projects?obj_uuids=e639994e-191b-4714-af24-66a3fde9352a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001038 10.0.0.141 - - [2026-01-08 01:59:56] "GET /project/e639994e-191b-4714-af24-66a3fde9352a?fields=security_groups HTTP/1.1" 200 1271 0.029006 10.0.0.141 - - [2026-01-08 01:59:57] "POST /fqname-to-id HTTP/1.1" 404 196 0.026207 10.0.0.141 - - [2026-01-08 01:59:57] "GET /projects?obj_uuids=1b02f120-27bd-4915-96ee-5f94f2784f84&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002151 10.0.0.141 - - [2026-01-08 01:59:57] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000868 10.0.0.141 - - [2026-01-08 01:59:57] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005830 10.0.0.141 - - [2026-01-08 01:59:57] "POST /id-to-fqname HTTP/1.1" 200 198 0.001032 10.0.0.141 - - [2026-01-08 01:59:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.003139 10.0.0.141 - - [2026-01-08 01:59:57] "POST /security-groups HTTP/1.1" 200 599 0.059973 10.0.0.141 - - [2026-01-08 01:59:57] "POST /fqname-to-id HTTP/1.1" 404 242 0.002464 10.0.0.141 - - [2026-01-08 01:59:57] "POST /projects HTTP/1.1" 200 601 0.203598 10.0.0.141 - - [2026-01-08 01:59:57] "POST /access-control-lists HTTP/1.1" 200 606 0.055177 10.0.0.141 - - [2026-01-08 01:59:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.274374 10.0.0.141 - - [2026-01-08 01:59:57] "POST /fqname-to-id HTTP/1.1" 404 241 0.003250 10.0.0.141 - - [2026-01-08 01:59:57] "GET /project/1b02f120-27bd-4915-96ee-5f94f2784f84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.391359 10.0.0.141 - - [2026-01-08 01:59:57] "POST /access-control-lists HTTP/1.1" 200 604 0.068508 10.0.0.141 - - [2026-01-08 01:59:58] "GET / HTTP/1.1" 200 36215 0.001665 10.0.0.141 - - [2026-01-08 01:59:59] "POST /fqname-to-id HTTP/1.1" 401 293 0.000430 10.0.0.141 - - [2026-01-08 01:59:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.050962 10.0.0.141 - - [2026-01-08 01:59:59] "GET /projects?obj_uuids=1b02f120-27bd-4915-96ee-5f94f2784f84&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000986 10.0.0.141 - - [2026-01-08 01:59:59] "GET /project/1b02f120-27bd-4915-96ee-5f94f2784f84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.023672 10.0.0.141 - - [2026-01-08 01:59:59] "POST /neutron/network HTTP/1.1" 200 117 0.033946 10.0.0.141 - - [2026-01-08 01:59:59] "GET /projects?obj_uuids=1b02f120-27bd-4915-96ee-5f94f2784f84&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001118 10.0.0.141 - - [2026-01-08 01:59:59] "POST /neutron/network HTTP/1.1" 200 613 0.054109 10.0.0.141 - - [2026-01-08 01:59:59] "POST /route-targets HTTP/1.1" 200 328 0.010913 10.0.0.141 - - [2026-01-08 01:59:59] "POST /ref-update HTTP/1.1" 200 156 0.011806 10.0.0.141 - - [2026-01-08 02:00:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002611 10.0.0.141 - - [2026-01-08 02:00:00] "POST /neutron/subnet HTTP/1.1" 200 720 0.155178 10.0.0.141 - - [2026-01-08 02:00:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000496 10.0.0.141 - - [2026-01-08 02:00:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003763 10.0.0.141 - - [2026-01-08 02:00:00] "POST /neutron/subnet HTTP/1.1" 200 828 0.194354 10.0.0.141 - - [2026-01-08 02:00:00] "POST /neutron/network HTTP/1.1" 200 1005 0.006607 10.0.0.141 - - [2026-01-08 02:00:00] "POST /id-to-fqname HTTP/1.1" 200 228 0.001391 10.0.0.141 - - [2026-01-08 02:00:00] "GET /virtual-network/58b9de29-5858-4c20-9f0a-29179320ff79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.004574 10.0.0.141 - - [2026-01-08 02:00:00] "POST /neutron/network HTTP/1.1" 200 1005 0.006827 10.0.0.141 - - [2026-01-08 02:00:00] "GET /virtual-network/58b9de29-5858-4c20-9f0a-29179320ff79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005115 10.0.0.141 - - [2026-01-08 02:00:00] "POST /neutron/network HTTP/1.1" 200 1005 0.006760 10.0.0.141 - - [2026-01-08 02:00:00] "POST /neutron/subnet HTTP/1.1" 200 720 0.007967 10.0.0.141 - - [2026-01-08 02:00:00] "POST /neutron/subnet HTTP/1.1" 200 828 0.006098 10.0.0.141 - - [2026-01-08 02:00:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002012 10.0.0.141 - - [2026-01-08 02:00:00] "GET /projects?obj_uuids=1b02f120-27bd-4915-96ee-5f94f2784f84&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001191 10.0.0.141 - - [2026-01-08 02:00:00] "GET /project/1b02f120-27bd-4915-96ee-5f94f2784f84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.028737 10.0.0.141 - - [2026-01-08 02:00:00] "POST /neutron/network HTTP/1.1" 200 117 0.012872 10.0.0.141 - - [2026-01-08 02:00:00] "GET /projects?obj_uuids=1b02f120-27bd-4915-96ee-5f94f2784f84&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000992 10.0.0.141 - - [2026-01-08 02:00:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.025347 10.0.0.141 - - [2026-01-08 02:00:00] "POST /neutron/network HTTP/1.1" 200 613 0.059312 10.0.0.141 - - [2026-01-08 02:00:00] "POST /route-targets HTTP/1.1" 200 328 0.009278 10.0.0.141 - - [2026-01-08 02:00:00] "POST /ref-update HTTP/1.1" 200 156 0.009621 10.0.0.141 - - [2026-01-08 02:00:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002489 10.0.0.141 - - [2026-01-08 02:00:00] "POST /neutron/subnet HTTP/1.1" 200 725 0.142169 10.0.0.141 - - [2026-01-08 02:00:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.004088 10.0.0.141 - - [2026-01-08 02:00:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003358 10.0.0.141 - - [2026-01-08 02:00:01] "POST /neutron/subnet HTTP/1.1" 200 828 0.170830 10.0.0.141 - - [2026-01-08 02:00:01] "POST /neutron/network HTTP/1.1" 200 1006 0.006677 10.0.0.141 - - [2026-01-08 02:00:01] "POST /id-to-fqname HTTP/1.1" 200 228 0.001553 10.0.0.141 - - [2026-01-08 02:00:01] "GET /virtual-network/6718eff0-465b-4749-8115-0510e0e61f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006072 10.0.0.141 - - [2026-01-08 02:00:01] "DELETE /project/1b02f12027bd491596ee5f94f2784f84 HTTP/1.1" 404 173 0.009085 10.0.0.141 - - [2026-01-08 02:00:01] "DELETE /project/e639994e191b4714af2466a3fde9352a HTTP/1.1" 404 173 0.008418 10.0.0.141 - - [2026-01-08 02:00:01] "GET /projects?obj_uuids=e639994e-191b-4714-af24-66a3fde9352a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000843 10.0.0.141 - - [2026-01-08 02:00:01] "GET /projects?obj_uuids=f7aa2267-f2bd-4678-bc82-93a5ff6e60a8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000919 10.0.0.141 - - [2026-01-08 02:00:01] "POST /neutron/network HTTP/1.1" 200 1006 0.016984 10.0.0.141 - - [2026-01-08 02:00:01] "GET /virtual-network/6718eff0-465b-4749-8115-0510e0e61f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.008039 10.0.0.141 - - [2026-01-08 02:00:01] "GET /project/f7aa2267-f2bd-4678-bc82-93a5ff6e60a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.049854 10.0.0.141 - - [2026-01-08 02:00:01] "GET /project/e639994e-191b-4714-af24-66a3fde9352a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.059826 10.0.0.141 - - [2026-01-08 02:00:01] "GET /projects?obj_uuids=f7aa2267-f2bd-4678-bc82-93a5ff6e60a8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000971 10.0.0.141 - - [2026-01-08 02:00:01] "GET /projects?obj_uuids=e639994e-191b-4714-af24-66a3fde9352a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000787 10.0.0.141 - - [2026-01-08 02:00:01] "GET /project/f7aa2267-f2bd-4678-bc82-93a5ff6e60a8?fields=security_groups HTTP/1.1" 200 1358 0.035499 10.0.0.141 - - [2026-01-08 02:00:01] "GET /project/e639994e-191b-4714-af24-66a3fde9352a?fields=security_groups HTTP/1.1" 200 1373 0.037716 10.0.0.141 - - [2026-01-08 02:00:01] "POST /neutron/network HTTP/1.1" 200 1006 0.021658 10.0.0.141 - - [2026-01-08 02:00:01] "POST /neutron/subnet HTTP/1.1" 200 725 0.006333 10.0.0.141 - - [2026-01-08 02:00:01] "POST /neutron/subnet HTTP/1.1" 200 828 0.014324 10.0.0.141 - - [2026-01-08 02:00:01] "POST /fqname-to-id HTTP/1.1" 404 234 0.003005 10.0.0.141 - - [2026-01-08 02:00:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002207 10.0.0.141 - - [2026-01-08 02:00:01] "GET /projects?obj_uuids=1b02f120-27bd-4915-96ee-5f94f2784f84&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000990 10.0.0.141 - - [2026-01-08 02:00:01] "DELETE /security-group/c886a4c3-8f6a-4aa4-b5c4-6e942f3dc94a HTTP/1.1" 200 115 0.119873 10.0.0.141 - - [2026-01-08 02:00:01] "DELETE /access-control-list/5131e3bb-d490-45ab-b5b3-e2be9907e2ce HTTP/1.1" 200 115 0.099499 10.0.0.141 - - [2026-01-08 02:00:01] "GET /projects?obj_uuids=e639994e-191b-4714-af24-66a3fde9352a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000973 10.0.0.141 - - [2026-01-08 02:00:01] "DELETE /security-group/3c234c80-d2eb-461a-88e5-117facd4a1c4 HTTP/1.1" 200 115 0.136695 10.0.0.141 - - [2026-01-08 02:00:01] "GET /project/1b02f120-27bd-4915-96ee-5f94f2784f84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.044138 10.0.0.141 - - [2026-01-08 02:00:01] "GET /projects?obj_uuids=f7aa2267-f2bd-4678-bc82-93a5ff6e60a8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000936 10.0.0.141 - - [2026-01-08 02:00:01] "DELETE /access-control-list/472199b7-8478-489c-ba89-751194b88541 HTTP/1.1" 200 115 0.031660 10.0.0.141 - - [2026-01-08 02:00:01] "GET /project/f7aa2267-f2bd-4678-bc82-93a5ff6e60a8?fields=application_policy_sets HTTP/1.1" 200 1397 0.026388 10.0.0.141 - - [2026-01-08 02:00:01] "DELETE /access-control-list/5247939d-ceff-41e8-b8a7-6d7995c0a4d1 HTTP/1.1" 200 115 0.026012 10.0.0.141 - - [2026-01-08 02:00:01] "GET /project/e639994e-191b-4714-af24-66a3fde9352a?fields=application_policy_sets HTTP/1.1" 200 1412 0.075360 10.0.0.141 - - [2026-01-08 02:00:01] "DELETE /access-control-list/3edff430-4bb2-47ee-a3d8-aaaad4461f41 HTTP/1.1" 200 115 0.023195 10.0.0.141 - - [2026-01-08 02:00:01] "POST /network-policys HTTP/1.1" 200 579 0.037957 10.0.0.141 - - [2026-01-08 02:00:01] "GET /network-policy/bc344a13-a1a1-4aaf-9135-b4b21f801113?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.005581 10.0.0.141 - - [2026-01-08 02:00:01] "DELETE /project/f7aa2267-f2bd-4678-bc82-93a5ff6e60a8 HTTP/1.1" 200 115 0.443761 10.0.0.141 - - [2026-01-08 02:00:01] "DELETE /project/e639994e-191b-4714-af24-66a3fde9352a HTTP/1.1" 200 115 0.482739 10.0.0.141 - - [2026-01-08 02:00:01] "POST /neutron/network HTTP/1.1" 200 1005 0.007930 10.0.0.141 - - [2026-01-08 02:00:01] "POST /fqname-to-id HTTP/1.1" 404 242 0.004629 10.0.0.141 - - [2026-01-08 02:00:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.004197 10.0.0.141 - - [2026-01-08 02:00:01] "POST /neutron/network HTTP/1.1" 200 1113 0.055321 10.0.0.141 - - [2026-01-08 02:00:01] "POST /access-control-lists HTTP/1.1" 200 598 0.072592 10.0.0.141 - - [2026-01-08 02:00:01] "POST /neutron/network HTTP/1.1" 200 1113 0.048100 10.0.0.141 - - [2026-01-08 02:00:01] "GET /virtual-network/58b9de29-5858-4c20-9f0a-29179320ff79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005357 10.0.0.141 - - [2026-01-08 02:00:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002497 10.0.0.141 - - [2026-01-08 02:00:01] "GET /network-policy/bc344a13-a1a1-4aaf-9135-b4b21f801113?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.003482 10.0.0.141 - - [2026-01-08 02:00:01] "POST /neutron/network HTTP/1.1" 200 1006 0.006501 10.0.0.141 - - [2026-01-08 02:00:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.006521 10.0.0.141 - - [2026-01-08 02:00:01] "POST /neutron/network HTTP/1.1" 200 1114 0.040954 10.0.0.141 - - [2026-01-08 02:00:01] "PUT /access-control-list/071202d1-d0da-449f-878c-632738cc90e4 HTTP/1.1" 200 273 0.019087 10.0.0.141 - - [2026-01-08 02:00:01] "POST /fqname-to-id HTTP/1.1" 404 242 0.002632 10.0.0.141 - - [2026-01-08 02:00:01] "POST /neutron/network HTTP/1.1" 200 1114 0.007213 10.0.0.141 - - [2026-01-08 02:00:01] "GET /virtual-network/6718eff0-465b-4749-8115-0510e0e61f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004903 10.0.0.141 - - [2026-01-08 02:00:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002592 10.0.0.141 - - [2026-01-08 02:00:02] "GET /network-policy/bc344a13-a1a1-4aaf-9135-b4b21f801113?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.032150 10.0.0.141 - - [2026-01-08 02:00:02] "POST /access-control-lists HTTP/1.1" 200 598 0.061712 10.0.0.141 - - [2026-01-08 02:00:02] "GET /domains HTTP/1.1" 401 293 0.002372 10.0.0.141 - - [2026-01-08 02:00:02] "POST /ref-update HTTP/1.1" 200 156 0.012800 10.0.0.141 - - [2026-01-08 02:00:02] "GET /domains HTTP/1.1" 200 281 0.030376 10.0.0.141 - - [2026-01-08 02:00:02] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001455 10.0.0.141 - - [2026-01-08 02:00:02] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2591 0.013535 10.0.0.141 - - [2026-01-08 02:00:02] "GET /projects?obj_uuids=1b02f120-27bd-4915-96ee-5f94f2784f84&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001033 10.0.0.141 - - [2026-01-08 02:00:02] "GET /project/1b02f120-27bd-4915-96ee-5f94f2784f84 HTTP/1.1" 200 2633 0.070875 10.0.0.141 - - [2026-01-08 02:00:02] "GET /virtual-network/58b9de29-5858-4c20-9f0a-29179320ff79 HTTP/1.1" 200 3509 0.006189 10.0.0.141 - - [2026-01-08 02:00:02] "GET /virtual-network/58b9de29-5858-4c20-9f0a-29179320ff79 HTTP/1.1" 200 3509 0.004389 10.0.0.141 - - [2026-01-08 02:00:02] "GET /routing-instance/c9d90bf5-ecbb-4204-9c26-2cf02a476676 HTTP/1.1" 200 1800 0.003652 10.0.0.141 - - [2026-01-08 02:00:02] "GET /routing-instance/c9d90bf5-ecbb-4204-9c26-2cf02a476676 HTTP/1.1" 200 1800 0.003195 10.0.0.141 - - [2026-01-08 02:00:02] "GET /route-target/45b8feac-8cbf-409e-8619-ec7241c7b18c HTTP/1.1" 200 1213 0.002826 10.0.0.141 - - [2026-01-08 02:00:02] "GET /virtual-network/58b9de29-5858-4c20-9f0a-29179320ff79 HTTP/1.1" 200 3509 0.004272 10.0.0.141 - - [2026-01-08 02:00:02] "GET /routing-instance/c9d90bf5-ecbb-4204-9c26-2cf02a476676 HTTP/1.1" 200 1800 0.003692 10.0.0.141 - - [2026-01-08 02:00:02] "GET /virtual-network/58b9de29-5858-4c20-9f0a-29179320ff79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005081 10.0.0.141 - - [2026-01-08 02:00:02] "GET /virtual-network/58b9de29-5858-4c20-9f0a-29179320ff79 HTTP/1.1" 200 3509 0.004669 10.0.0.141 - - [2026-01-08 02:00:02] "GET /routing-instance/c9d90bf5-ecbb-4204-9c26-2cf02a476676 HTTP/1.1" 200 1800 0.005090 10.0.0.141 - - [2026-01-08 02:00:02] "GET /routing-instance/c9d90bf5-ecbb-4204-9c26-2cf02a476676 HTTP/1.1" 200 1800 0.003769 10.0.0.141 - - [2026-01-08 02:00:02] "GET /route-target/45b8feac-8cbf-409e-8619-ec7241c7b18c HTTP/1.1" 200 1213 0.003076 10.0.0.141 - - [2026-01-08 02:00:02] "GET /domains HTTP/1.1" 200 281 0.002901 10.0.0.141 - - [2026-01-08 02:00:02] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001260 10.0.0.141 - - [2026-01-08 02:00:02] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2591 0.007313 10.0.0.141 - - [2026-01-08 02:00:02] "GET /projects?obj_uuids=1b02f120-27bd-4915-96ee-5f94f2784f84&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001386 10.0.0.141 - - [2026-01-08 02:00:02] "GET /project/1b02f120-27bd-4915-96ee-5f94f2784f84 HTTP/1.1" 200 2633 0.067243 10.0.0.141 - - [2026-01-08 02:00:02] "GET /virtual-network/58b9de29-5858-4c20-9f0a-29179320ff79 HTTP/1.1" 200 3509 0.006545 10.0.0.141 - - [2026-01-08 02:00:03] "GET /obj-perms HTTP/1.1" 200 5065 0.065073 10.0.0.141 - - [2026-01-08 02:00:03] "GET /domains HTTP/1.1" 200 281 0.002391 10.0.0.141 - - [2026-01-08 02:00:03] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001308 10.0.0.141 - - [2026-01-08 02:00:03] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2591 0.006382 10.0.0.141 - - [2026-01-08 02:00:03] "GET /projects?obj_uuids=1b02f120-27bd-4915-96ee-5f94f2784f84&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000810 10.0.0.141 - - [2026-01-08 02:00:03] "GET /project/1b02f120-27bd-4915-96ee-5f94f2784f84 HTTP/1.1" 200 2633 0.066167 10.0.0.141 - - [2026-01-08 02:00:03] "GET /virtual-network/6718eff0-465b-4749-8115-0510e0e61f52 HTTP/1.1" 200 3511 0.006025 10.0.0.141 - - [2026-01-08 02:00:03] "GET /virtual-network/6718eff0-465b-4749-8115-0510e0e61f52 HTTP/1.1" 200 3511 0.004399 10.0.0.141 - - [2026-01-08 02:00:03] "GET /routing-instance/0e3b3f8a-a095-4683-b1b0-44d957fc10a7 HTTP/1.1" 200 1799 0.003440 10.0.0.141 - - [2026-01-08 02:00:03] "GET /routing-instance/0e3b3f8a-a095-4683-b1b0-44d957fc10a7 HTTP/1.1" 200 1799 0.003930 10.0.0.141 - - [2026-01-08 02:00:03] "GET /route-target/40ba52fc-484d-4a1a-b3c9-d16d33235583 HTTP/1.1" 200 1214 0.003144 10.0.0.141 - - [2026-01-08 02:00:03] "GET /virtual-network/6718eff0-465b-4749-8115-0510e0e61f52 HTTP/1.1" 200 3511 0.004053 10.0.0.141 - - [2026-01-08 02:00:03] "GET /routing-instance/0e3b3f8a-a095-4683-b1b0-44d957fc10a7 HTTP/1.1" 200 1799 0.002699 10.0.0.141 - - [2026-01-08 02:00:03] "GET /virtual-network/6718eff0-465b-4749-8115-0510e0e61f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004326 10.0.0.141 - - [2026-01-08 02:00:03] "GET /virtual-network/6718eff0-465b-4749-8115-0510e0e61f52 HTTP/1.1" 200 3511 0.003852 10.0.0.141 - - [2026-01-08 02:00:03] "GET /routing-instance/0e3b3f8a-a095-4683-b1b0-44d957fc10a7 HTTP/1.1" 200 1799 0.002813 10.0.0.141 - - [2026-01-08 02:00:03] "GET /routing-instance/0e3b3f8a-a095-4683-b1b0-44d957fc10a7 HTTP/1.1" 200 1799 0.003292 10.0.0.141 - - [2026-01-08 02:00:03] "GET /route-target/40ba52fc-484d-4a1a-b3c9-d16d33235583 HTTP/1.1" 200 1214 0.002443 10.0.0.141 - - [2026-01-08 02:00:03] "GET /domains HTTP/1.1" 200 281 0.002201 10.0.0.141 - - [2026-01-08 02:00:03] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000908 10.0.0.141 - - [2026-01-08 02:00:03] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2591 0.006538 10.0.0.141 - - [2026-01-08 02:00:03] "GET /projects?obj_uuids=1b02f120-27bd-4915-96ee-5f94f2784f84&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000813 10.0.0.141 - - [2026-01-08 02:00:03] "GET /project/1b02f120-27bd-4915-96ee-5f94f2784f84 HTTP/1.1" 200 2633 0.060975 10.0.0.141 - - [2026-01-08 02:00:03] "GET /virtual-network/6718eff0-465b-4749-8115-0510e0e61f52 HTTP/1.1" 200 3511 0.005536 10.0.0.141 - - [2026-01-08 02:00:03] "GET /obj-perms HTTP/1.1" 200 5065 0.002781 10.0.0.141 - - [2026-01-08 02:00:03] "GET /virtual-network/6718eff0-465b-4749-8115-0510e0e61f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005389 10.0.0.141 - - [2026-01-08 02:00:03] "POST /neutron/network HTTP/1.1" 200 1114 0.006833 10.0.0.141 - - [2026-01-08 02:00:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.005866 10.0.0.141 - - [2026-01-08 02:00:03] "POST /neutron/network HTTP/1.1" 200 1006 0.045438 10.0.0.141 - - [2026-01-08 02:00:03] "DELETE /access-control-list/d460e613-55b3-4bd9-a231-7cdea08e516c HTTP/1.1" 200 115 0.028858 10.0.0.141 - - [2026-01-08 02:00:03] "POST /neutron/network HTTP/1.1" 200 1006 0.008091 10.0.0.141 - - [2026-01-08 02:00:03] "POST /ref-update HTTP/1.1" 200 156 0.014475 10.0.0.141 - - [2026-01-08 02:00:03] "GET /virtual-network/6718eff0-465b-4749-8115-0510e0e61f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.009077 10.0.0.141 - - [2026-01-08 02:00:03] "GET /virtual-network/58b9de29-5858-4c20-9f0a-29179320ff79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.012707 10.0.0.141 - - [2026-01-08 02:00:03] "POST /neutron/network HTTP/1.1" 200 1113 0.006577 10.0.0.141 - - [2026-01-08 02:00:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.003947 10.0.0.141 - - [2026-01-08 02:00:03] "POST /neutron/network HTTP/1.1" 200 1005 0.036340 10.0.0.141 - - [2026-01-08 02:00:03] "DELETE /access-control-list/071202d1-d0da-449f-878c-632738cc90e4 HTTP/1.1" 200 115 0.020547 10.0.0.141 - - [2026-01-08 02:00:03] "POST /neutron/network HTTP/1.1" 200 1005 0.007187 10.0.0.141 - - [2026-01-08 02:00:03] "POST /ref-update HTTP/1.1" 200 156 0.015077 10.0.0.141 - - [2026-01-08 02:00:03] "GET /virtual-network/58b9de29-5858-4c20-9f0a-29179320ff79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.012372 10.0.0.141 - - [2026-01-08 02:00:03] "DELETE /network-policy/bc344a13-a1a1-4aaf-9135-b4b21f801113 HTTP/1.1" 200 115 0.019316 10.0.0.141 - - [2026-01-08 02:00:03] "POST /neutron/network HTTP/1.1" 200 1006 0.007123 10.0.0.141 - - [2026-01-08 02:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.141 - - [2026-01-08 02:00:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001792 10.0.0.141 - - [2026-01-08 02:00:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002343 10.0.0.141 - - [2026-01-08 02:00:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001543 10.0.0.141 - - [2026-01-08 02:00:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001399 10.0.0.141 - - [2026-01-08 02:00:03] "POST /neutron/network HTTP/1.1" 200 151 0.078428 10.0.0.141 - - [2026-01-08 02:00:03] "DELETE /route-target/40ba52fc-484d-4a1a-b3c9-d16d33235583 HTTP/1.1" 200 115 0.019415 10.0.0.141 - - [2026-01-08 02:00:03] "GET /routing-instance/0e3b3f8a-a095-4683-b1b0-44d957fc10a7 HTTP/1.1" 404 171 0.002044 10.0.0.141 - - [2026-01-08 02:00:03] "GET /domains HTTP/1.1" 200 281 0.001868 10.0.0.141 - - [2026-01-08 02:00:03] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000852 10.0.0.141 - - [2026-01-08 02:00:03] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2591 0.048684 10.0.0.141 - - [2026-01-08 02:00:03] "GET /projects?obj_uuids=1b02f120-27bd-4915-96ee-5f94f2784f84&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001344 10.0.0.141 - - [2026-01-08 02:00:03] "GET /project/1b02f120-27bd-4915-96ee-5f94f2784f84 HTTP/1.1" 200 2151 0.068258 10.0.0.141 - - [2026-01-08 02:00:04] "POST /neutron/network HTTP/1.1" 200 1005 0.006442 10.0.0.141 - - [2026-01-08 02:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002644 10.0.0.141 - - [2026-01-08 02:00:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003262 10.0.0.141 - - [2026-01-08 02:00:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001854 10.0.0.141 - - [2026-01-08 02:00:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001620 10.0.0.141 - - [2026-01-08 02:00:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001644 10.0.0.141 - - [2026-01-08 02:00:04] "POST /neutron/network HTTP/1.1" 200 151 0.081058 10.0.0.141 - - [2026-01-08 02:00:04] "DELETE /route-target/45b8feac-8cbf-409e-8619-ec7241c7b18c HTTP/1.1" 200 115 0.024203 10.0.0.141 - - [2026-01-08 02:00:04] "GET /routing-instance/c9d90bf5-ecbb-4204-9c26-2cf02a476676 HTTP/1.1" 404 171 0.002474 10.0.0.141 - - [2026-01-08 02:00:04] "GET /domains HTTP/1.1" 200 281 0.002292 10.0.0.141 - - [2026-01-08 02:00:04] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000896 10.0.0.141 - - [2026-01-08 02:00:04] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2591 0.046586 10.0.0.141 - - [2026-01-08 02:00:04] "GET /projects?obj_uuids=1b02f120-27bd-4915-96ee-5f94f2784f84&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001318 10.0.0.141 - - [2026-01-08 02:00:04] "GET /project/1b02f120-27bd-4915-96ee-5f94f2784f84 HTTP/1.1" 200 1905 0.074700 10.0.0.141 - - [2026-01-08 02:00:04] "GET /projects?obj_uuids=1b02f120-27bd-4915-96ee-5f94f2784f84&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001012 10.0.0.141 - - [2026-01-08 02:00:04] "GET /project/1b02f120-27bd-4915-96ee-5f94f2784f84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.020001 10.0.0.141 - - [2026-01-08 02:00:04] "GET /projects?obj_uuids=1b02f120-27bd-4915-96ee-5f94f2784f84&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000997 10.0.0.141 - - [2026-01-08 02:00:04] "GET /project/1b02f120-27bd-4915-96ee-5f94f2784f84?fields=virtual_networks HTTP/1.1" 200 1050 0.073452 10.0.0.141 - - [2026-01-08 02:00:04] "GET /projects?obj_uuids=1b02f120-27bd-4915-96ee-5f94f2784f84&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001230 10.0.0.141 - - [2026-01-08 02:00:04] "GET /project/1b02f120-27bd-4915-96ee-5f94f2784f84?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.032281 10.0.0.141 - - [2026-01-08 02:00:04] "GET /projects?obj_uuids=1b02f120-27bd-4915-96ee-5f94f2784f84&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001302 10.0.0.141 - - [2026-01-08 02:00:04] "GET /project/1b02f120-27bd-4915-96ee-5f94f2784f84?fields=security_groups HTTP/1.1" 200 1285 0.032355 10.0.0.141 - - [2026-01-08 02:00:05] "POST /fqname-to-id HTTP/1.1" 404 204 0.028091 10.0.0.141 - - [2026-01-08 02:00:05] "GET /projects?obj_uuids=bf88f1d3-23b4-4973-b87f-fb4bdcde59c6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002371 10.0.0.141 - - [2026-01-08 02:00:05] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000895 10.0.0.141 - - [2026-01-08 02:00:05] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006088 10.0.0.141 - - [2026-01-08 02:00:05] "POST /id-to-fqname HTTP/1.1" 200 206 0.001381 10.0.0.141 - - [2026-01-08 02:00:05] "POST /fqname-to-id HTTP/1.1" 404 215 0.002103 10.0.0.141 - - [2026-01-08 02:00:05] "POST /security-groups HTTP/1.1" 200 607 0.075971 10.0.0.141 - - [2026-01-08 02:00:05] "POST /fqname-to-id HTTP/1.1" 404 250 0.002363 10.0.0.141 - - [2026-01-08 02:00:05] "POST /projects HTTP/1.1" 200 617 0.222933 10.0.0.141 - - [2026-01-08 02:00:05] "POST /access-control-lists HTTP/1.1" 200 614 0.057605 10.0.0.141 - - [2026-01-08 02:00:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.294670 10.0.0.141 - - [2026-01-08 02:00:06] "POST /fqname-to-id HTTP/1.1" 404 249 0.002484 10.0.0.141 - - [2026-01-08 02:00:06] "GET /project/bf88f1d3-23b4-4973-b87f-fb4bdcde59c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.413821 10.0.0.141 - - [2026-01-08 02:00:06] "POST /access-control-lists HTTP/1.1" 200 612 0.056802 10.0.0.141 - - [2026-01-08 02:00:06] "GET /obj-perms HTTP/1.1" 200 5075 0.080973 10.0.0.141 - - [2026-01-08 02:00:06] "GET /obj-perms HTTP/1.1" 200 5075 0.076697 10.0.0.141 - - [2026-01-08 02:00:07] "GET / HTTP/1.1" 200 36215 0.001323 10.0.0.141 - - [2026-01-08 02:00:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.001196 10.0.0.141 - - [2026-01-08 02:00:08] "POST /fqname-to-id HTTP/1.1" 404 233 0.057858 10.0.0.141 - - [2026-01-08 02:00:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.141 - - [2026-01-08 02:00:08] "GET /projects?obj_uuids=bf88f1d3-23b4-4973-b87f-fb4bdcde59c6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001188 10.0.0.141 - - [2026-01-08 02:00:08] "GET /project/bf88f1d3-23b4-4973-b87f-fb4bdcde59c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.024324 10.0.0.141 - - [2026-01-08 02:00:09] "POST /network-policys HTTP/1.1" 200 569 0.064847 10.0.0.141 - - [2026-01-08 02:00:09] "GET /network-policy/67ee7a5f-57c8-4531-a9cd-9f493f85402b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.004293 10.0.0.141 - - [2026-01-08 02:00:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002635 10.0.0.141 - - [2026-01-08 02:00:09] "GET /projects?obj_uuids=bf88f1d3-23b4-4973-b87f-fb4bdcde59c6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000863 10.0.0.141 - - [2026-01-08 02:00:09] "GET /project/bf88f1d3-23b4-4973-b87f-fb4bdcde59c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.022281 10.0.0.141 - - [2026-01-08 02:00:09] "POST /neutron/network HTTP/1.1" 200 117 0.037424 10.0.0.141 - - [2026-01-08 02:00:09] "GET /projects?obj_uuids=bf88f1d3-23b4-4973-b87f-fb4bdcde59c6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002023 10.0.0.141 - - [2026-01-08 02:00:09] "POST /neutron/network HTTP/1.1" 200 623 0.075255 10.0.0.141 - - [2026-01-08 02:00:09] "POST /route-targets HTTP/1.1" 200 328 0.009416 10.0.0.141 - - [2026-01-08 02:00:09] "POST /ref-update HTTP/1.1" 200 156 0.012025 10.0.0.141 - - [2026-01-08 02:00:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003617 10.0.0.141 - - [2026-01-08 02:00:09] "POST /neutron/subnet HTTP/1.1" 200 734 0.206017 10.0.0.141 - - [2026-01-08 02:00:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.006081 10.0.0.141 - - [2026-01-08 02:00:09] "POST /useragent-kv HTTP/1.1" 200 115 0.004653 10.0.0.141 - - [2026-01-08 02:00:09] "POST /neutron/subnet HTTP/1.1" 200 828 0.150901 10.0.0.141 - - [2026-01-08 02:00:09] "POST /neutron/network HTTP/1.1" 200 1018 0.006549 10.0.0.141 - - [2026-01-08 02:00:09] "POST /id-to-fqname HTTP/1.1" 200 237 0.001020 10.0.0.141 - - [2026-01-08 02:00:09] "GET /virtual-network/69566c59-65ce-4260-b660-cb629a34fd09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2668 0.005885 10.0.0.141 - - [2026-01-08 02:00:09] "POST /neutron/network HTTP/1.1" 200 1018 0.006588 10.0.0.141 - - [2026-01-08 02:00:09] "GET /virtual-network/69566c59-65ce-4260-b660-cb629a34fd09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2668 0.004270 10.0.0.141 - - [2026-01-08 02:00:09] "POST /neutron/network HTTP/1.1" 200 1018 0.006727 10.0.0.141 - - [2026-01-08 02:00:09] "POST /neutron/subnet HTTP/1.1" 200 734 0.005987 10.0.0.141 - - [2026-01-08 02:00:09] "POST /neutron/subnet HTTP/1.1" 200 828 0.005826 10.0.0.141 - - [2026-01-08 02:00:09] "POST /neutron/network HTTP/1.1" 200 1018 0.006776 10.0.0.141 - - [2026-01-08 02:00:09] "POST /fqname-to-id HTTP/1.1" 404 252 0.002521 10.0.0.141 - - [2026-01-08 02:00:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.005895 10.0.0.141 - - [2026-01-08 02:00:10] "POST /neutron/network HTTP/1.1" 200 1125 0.049977 10.0.0.141 - - [2026-01-08 02:00:10] "POST /access-control-lists HTTP/1.1" 200 609 0.074003 10.0.0.141 - - [2026-01-08 02:00:10] "POST /neutron/network HTTP/1.1" 200 1125 0.044442 10.0.0.141 - - [2026-01-08 02:00:10] "GET /virtual-network/69566c59-65ce-4260-b660-cb629a34fd09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2992 0.004885 10.0.0.141 - - [2026-01-08 02:00:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002012 10.0.0.141 - - [2026-01-08 02:00:10] "GET /network-policy/67ee7a5f-57c8-4531-a9cd-9f493f85402b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.003490 10.0.0.141 - - [2026-01-08 02:00:10] "GET /domains HTTP/1.1" 401 293 0.000392 10.0.0.141 - - [2026-01-08 02:00:10] "GET /domains HTTP/1.1" 200 281 0.032701 10.0.0.141 - - [2026-01-08 02:00:10] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002054 10.0.0.141 - - [2026-01-08 02:00:10] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2794 0.011594 10.0.0.141 - - [2026-01-08 02:00:10] "GET /projects?obj_uuids=bf88f1d3-23b4-4973-b87f-fb4bdcde59c6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000959 10.0.0.141 - - [2026-01-08 02:00:10] "GET /project/bf88f1d3-23b4-4973-b87f-fb4bdcde59c6 HTTP/1.1" 200 2466 0.065758 10.0.0.141 - - [2026-01-08 02:00:10] "GET /virtual-network/69566c59-65ce-4260-b660-cb629a34fd09 HTTP/1.1" 200 3556 0.006967 10.0.0.141 - - [2026-01-08 02:00:10] "GET /virtual-network/69566c59-65ce-4260-b660-cb629a34fd09 HTTP/1.1" 200 3556 0.004767 10.0.0.141 - - [2026-01-08 02:00:10] "GET /routing-instance/530a6a98-05d6-4e1c-9021-304494430f91 HTTP/1.1" 200 1498 0.003099 10.0.0.141 - - [2026-01-08 02:00:10] "GET /routing-instance/530a6a98-05d6-4e1c-9021-304494430f91 HTTP/1.1" 200 1498 0.003098 10.0.0.141 - - [2026-01-08 02:00:10] "GET /route-target/5b19cdc9-b279-4d3d-831f-ebb9f81d3ab0 HTTP/1.1" 200 1223 0.002845 10.0.0.141 - - [2026-01-08 02:00:10] "GET /virtual-network/69566c59-65ce-4260-b660-cb629a34fd09 HTTP/1.1" 200 3556 0.003919 10.0.0.141 - - [2026-01-08 02:00:10] "GET /routing-instance/530a6a98-05d6-4e1c-9021-304494430f91 HTTP/1.1" 200 1498 0.002754 10.0.0.141 - - [2026-01-08 02:00:10] "GET /virtual-network/69566c59-65ce-4260-b660-cb629a34fd09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2992 0.003951 10.0.0.141 - - [2026-01-08 02:00:10] "GET /virtual-network/69566c59-65ce-4260-b660-cb629a34fd09 HTTP/1.1" 200 3556 0.004863 10.0.0.141 - - [2026-01-08 02:00:10] "GET /routing-instance/530a6a98-05d6-4e1c-9021-304494430f91 HTTP/1.1" 200 1498 0.002899 10.0.0.141 - - [2026-01-08 02:00:10] "GET /routing-instance/530a6a98-05d6-4e1c-9021-304494430f91 HTTP/1.1" 200 1498 0.002509 10.0.0.141 - - [2026-01-08 02:00:10] "GET /route-target/5b19cdc9-b279-4d3d-831f-ebb9f81d3ab0 HTTP/1.1" 200 1223 0.001966 10.0.0.141 - - [2026-01-08 02:00:10] "GET /domains HTTP/1.1" 200 281 0.002137 10.0.0.141 - - [2026-01-08 02:00:10] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000747 10.0.0.141 - - [2026-01-08 02:00:10] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2794 0.005488 10.0.0.141 - - [2026-01-08 02:00:10] "GET /projects?obj_uuids=bf88f1d3-23b4-4973-b87f-fb4bdcde59c6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000723 10.0.0.141 - - [2026-01-08 02:00:10] "GET /project/bf88f1d3-23b4-4973-b87f-fb4bdcde59c6 HTTP/1.1" 200 2466 0.064332 10.0.0.141 - - [2026-01-08 02:00:10] "GET /virtual-network/69566c59-65ce-4260-b660-cb629a34fd09 HTTP/1.1" 200 3556 0.003858 10.0.0.141 - - [2026-01-08 02:00:11] "GET /obj-perms HTTP/1.1" 200 5081 0.051145 10.0.0.141 - - [2026-01-08 02:00:11] "GET /domains HTTP/1.1" 200 281 0.002379 10.0.0.141 - - [2026-01-08 02:00:11] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000778 10.0.0.141 - - [2026-01-08 02:00:11] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2794 0.005208 10.0.0.141 - - [2026-01-08 02:00:11] "GET /projects?obj_uuids=bf88f1d3-23b4-4973-b87f-fb4bdcde59c6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000699 10.0.0.141 - - [2026-01-08 02:00:11] "GET /project/bf88f1d3-23b4-4973-b87f-fb4bdcde59c6 HTTP/1.1" 200 2466 0.069626 10.0.0.141 - - [2026-01-08 02:00:11] "GET /network-policy/67ee7a5f-57c8-4531-a9cd-9f493f85402b HTTP/1.1" 200 3482 0.003756 10.0.0.141 - - [2026-01-08 02:00:11] "DELETE /network-policy/67ee7a5f-57c8-4531-a9cd-9f493f85402b HTTP/1.1" 409 239 0.004232 10.0.0.141 - - [2026-01-08 02:00:11] "POST /neutron/network HTTP/1.1" 200 1125 0.005448 10.0.0.141 - - [2026-01-08 02:00:11] "DELETE /access-control-list/983d209b-2c06-4e4f-97c7-59bac20f5635 HTTP/1.1" 200 115 0.020210 10.0.0.141 - - [2026-01-08 02:00:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.141 - - [2026-01-08 02:00:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002065 10.0.0.141 - - [2026-01-08 02:00:11] "POST /useragent-kv HTTP/1.1" 200 115 0.001432 10.0.0.141 - - [2026-01-08 02:00:11] "POST /useragent-kv HTTP/1.1" 200 115 0.001397 10.0.0.141 - - [2026-01-08 02:00:11] "POST /useragent-kv HTTP/1.1" 200 115 0.001411 10.0.0.141 - - [2026-01-08 02:00:11] "POST /neutron/network HTTP/1.1" 200 151 0.077469 10.0.0.141 - - [2026-01-08 02:00:11] "GET /routing-instance/530a6a98-05d6-4e1c-9021-304494430f91 HTTP/1.1" 404 171 0.002149 10.0.0.141 - - [2026-01-08 02:00:11] "GET /domains HTTP/1.1" 200 281 0.003303 10.0.0.141 - - [2026-01-08 02:00:11] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001006 10.0.0.141 - - [2026-01-08 02:00:11] "DELETE /route-target/5b19cdc9-b279-4d3d-831f-ebb9f81d3ab0 HTTP/1.1" 200 115 0.017587 10.0.0.141 - - [2026-01-08 02:00:11] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2794 0.052704 10.0.0.141 - - [2026-01-08 02:00:11] "GET /projects?obj_uuids=bf88f1d3-23b4-4973-b87f-fb4bdcde59c6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001130 10.0.0.141 - - [2026-01-08 02:00:11] "GET /project/bf88f1d3-23b4-4973-b87f-fb4bdcde59c6 HTTP/1.1" 200 2211 0.068497 10.0.0.141 - - [2026-01-08 02:00:11] "DELETE /network-policy/67ee7a5f-57c8-4531-a9cd-9f493f85402b HTTP/1.1" 200 115 0.021027 10.0.0.141 - - [2026-01-08 02:00:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002197 10.0.0.141 - - [2026-01-08 02:00:11] "GET /projects?obj_uuids=bf88f1d3-23b4-4973-b87f-fb4bdcde59c6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001235 10.0.0.141 - - [2026-01-08 02:00:11] "GET /project/bf88f1d3-23b4-4973-b87f-fb4bdcde59c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.024102 10.0.0.141 - - [2026-01-08 02:00:11] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-35562845&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004520 10.0.0.141 - - [2026-01-08 02:00:12] "GET /projects?obj_uuids=bf88f1d3-23b4-4973-b87f-fb4bdcde59c6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000904 10.0.0.141 - - [2026-01-08 02:00:12] "GET /project/bf88f1d3-23b4-4973-b87f-fb4bdcde59c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.019601 10.0.0.141 - - [2026-01-08 02:00:12] "GET /projects?obj_uuids=bf88f1d3-23b4-4973-b87f-fb4bdcde59c6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000848 10.0.0.141 - - [2026-01-08 02:00:12] "GET /project/bf88f1d3-23b4-4973-b87f-fb4bdcde59c6?fields=virtual_networks HTTP/1.1" 200 1067 0.071593 10.0.0.141 - - [2026-01-08 02:00:12] "GET /projects?obj_uuids=bf88f1d3-23b4-4973-b87f-fb4bdcde59c6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001261 10.0.0.141 - - [2026-01-08 02:00:12] "GET /project/bf88f1d3-23b4-4973-b87f-fb4bdcde59c6?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.023106 10.0.0.141 - - [2026-01-08 02:00:12] "GET /projects?obj_uuids=bf88f1d3-23b4-4973-b87f-fb4bdcde59c6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000940 10.0.0.141 - - [2026-01-08 02:00:12] "GET /project/bf88f1d3-23b4-4973-b87f-fb4bdcde59c6?fields=security_groups HTTP/1.1" 200 1310 0.022186 10.0.0.141 - - [2026-01-08 02:00:13] "POST /fqname-to-id HTTP/1.1" 404 190 0.023700 10.0.0.141 - - [2026-01-08 02:00:13] "GET /projects?obj_uuids=5191b795-0c20-4c25-8be3-1247e2b4cd9e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002125 10.0.0.141 - - [2026-01-08 02:00:13] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001020 10.0.0.141 - - [2026-01-08 02:00:13] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006257 10.0.0.141 - - [2026-01-08 02:00:13] "POST /id-to-fqname HTTP/1.1" 200 192 0.001017 10.0.0.141 - - [2026-01-08 02:00:13] "POST /fqname-to-id HTTP/1.1" 404 201 0.001745 10.0.0.141 - - [2026-01-08 02:00:13] "POST /security-groups HTTP/1.1" 200 593 0.064085 10.0.0.141 - - [2026-01-08 02:00:13] "POST /fqname-to-id HTTP/1.1" 404 236 0.002504 10.0.0.141 - - [2026-01-08 02:00:13] "POST /projects HTTP/1.1" 200 589 0.210034 10.0.0.141 - - [2026-01-08 02:00:13] "POST /access-control-lists HTTP/1.1" 200 600 0.057356 10.0.0.141 - - [2026-01-08 02:00:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.278143 10.0.0.141 - - [2026-01-08 02:00:13] "POST /fqname-to-id HTTP/1.1" 404 235 0.002338 10.0.0.141 - - [2026-01-08 02:00:13] "GET /project/5191b795-0c20-4c25-8be3-1247e2b4cd9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.391278 10.0.0.141 - - [2026-01-08 02:00:13] "POST /access-control-lists HTTP/1.1" 200 598 0.059843 10.0.0.141 - - [2026-01-08 02:00:14] "GET / HTTP/1.1" 200 36215 0.001754 10.0.0.141 - - [2026-01-08 02:00:15] "POST /fqname-to-id HTTP/1.1" 401 293 0.000450 10.0.0.141 - - [2026-01-08 02:00:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.051763 10.0.0.141 - - [2026-01-08 02:00:15] "GET /projects?obj_uuids=5191b795-0c20-4c25-8be3-1247e2b4cd9e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001296 10.0.0.141 - - [2026-01-08 02:00:15] "GET /project/5191b795-0c20-4c25-8be3-1247e2b4cd9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.026001 10.0.0.141 - - [2026-01-08 02:00:15] "POST /neutron/network HTTP/1.1" 200 117 0.030530 10.0.0.141 - - [2026-01-08 02:00:15] "GET /projects?obj_uuids=5191b795-0c20-4c25-8be3-1247e2b4cd9e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000944 10.0.0.141 - - [2026-01-08 02:00:15] "POST /neutron/network HTTP/1.1" 200 607 0.064321 10.0.0.141 - - [2026-01-08 02:00:16] "POST /route-targets HTTP/1.1" 200 328 0.014653 10.0.0.141 - - [2026-01-08 02:00:16] "POST /ref-update HTTP/1.1" 200 156 0.010075 10.0.0.141 - - [2026-01-08 02:00:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002716 10.0.0.141 - - [2026-01-08 02:00:16] "POST /neutron/subnet HTTP/1.1" 200 729 0.197715 10.0.0.141 - - [2026-01-08 02:00:16] "POST /neutron/network HTTP/1.1" 200 827 0.006200 10.0.0.141 - - [2026-01-08 02:00:16] "POST /id-to-fqname HTTP/1.1" 200 222 0.001039 10.0.0.141 - - [2026-01-08 02:00:16] "GET /virtual-network/602c73f0-026d-4535-96d2-82ac1bf45656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004653 10.0.0.141 - - [2026-01-08 02:00:16] "POST /neutron/network HTTP/1.1" 200 827 0.005672 10.0.0.141 - - [2026-01-08 02:00:16] "GET /virtual-network/602c73f0-026d-4535-96d2-82ac1bf45656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005980 10.0.0.141 - - [2026-01-08 02:00:16] "POST /neutron/network HTTP/1.1" 200 827 0.004930 10.0.0.141 - - [2026-01-08 02:00:16] "POST /neutron/subnet HTTP/1.1" 200 729 0.005626 10.0.0.141 - - [2026-01-08 02:00:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002070 10.0.0.141 - - [2026-01-08 02:00:16] "GET /projects?obj_uuids=5191b795-0c20-4c25-8be3-1247e2b4cd9e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000963 10.0.0.141 - - [2026-01-08 02:00:16] "GET /project/5191b795-0c20-4c25-8be3-1247e2b4cd9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.021498 10.0.0.141 - - [2026-01-08 02:00:16] "POST /neutron/network HTTP/1.1" 200 117 0.010638 10.0.0.141 - - [2026-01-08 02:00:16] "GET /projects?obj_uuids=5191b795-0c20-4c25-8be3-1247e2b4cd9e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000876 10.0.0.141 - - [2026-01-08 02:00:16] "POST /neutron/network HTTP/1.1" 200 607 0.062027 10.0.0.141 - - [2026-01-08 02:00:16] "POST /route-targets HTTP/1.1" 200 328 0.011009 10.0.0.141 - - [2026-01-08 02:00:16] "POST /ref-update HTTP/1.1" 200 156 0.013703 10.0.0.141 - - [2026-01-08 02:00:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003927 10.0.0.141 - - [2026-01-08 02:00:16] "POST /neutron/subnet HTTP/1.1" 200 734 0.168813 10.0.0.141 - - [2026-01-08 02:00:16] "POST /neutron/network HTTP/1.1" 200 828 0.004400 10.0.0.141 - - [2026-01-08 02:00:16] "POST /id-to-fqname HTTP/1.1" 200 222 0.000933 10.0.0.141 - - [2026-01-08 02:00:16] "GET /virtual-network/81ac3b5f-c05b-483e-b4d2-2725e14d2704?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004042 10.0.0.141 - - [2026-01-08 02:00:16] "POST /neutron/network HTTP/1.1" 200 828 0.005142 10.0.0.141 - - [2026-01-08 02:00:16] "GET /virtual-network/81ac3b5f-c05b-483e-b4d2-2725e14d2704?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003904 10.0.0.141 - - [2026-01-08 02:00:16] "POST /neutron/network HTTP/1.1" 200 828 0.006014 10.0.0.141 - - [2026-01-08 02:00:16] "POST /neutron/subnet HTTP/1.1" 200 734 0.005917 10.0.0.141 - - [2026-01-08 02:00:16] "POST /fqname-to-id HTTP/1.1" 404 228 0.002180 10.0.0.141 - - [2026-01-08 02:00:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001793 10.0.0.141 - - [2026-01-08 02:00:16] "GET /projects?obj_uuids=5191b795-0c20-4c25-8be3-1247e2b4cd9e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001260 10.0.0.141 - - [2026-01-08 02:00:17] "GET /project/5191b795-0c20-4c25-8be3-1247e2b4cd9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.022356 10.0.0.141 - - [2026-01-08 02:00:17] "POST /network-policys HTTP/1.1" 200 573 0.018027 10.0.0.141 - - [2026-01-08 02:00:17] "GET /network-policy/2f5873ee-883a-423e-bc5d-95955e7973cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.005319 10.0.0.141 - - [2026-01-08 02:00:17] "POST /neutron/network HTTP/1.1" 200 827 0.005416 10.0.0.141 - - [2026-01-08 02:00:17] "POST /fqname-to-id HTTP/1.1" 404 236 0.003518 10.0.0.141 - - [2026-01-08 02:00:17] "POST /neutron/network HTTP/1.1" 200 929 0.040077 10.0.0.141 - - [2026-01-08 02:00:17] "POST /neutron/network HTTP/1.1" 200 929 0.044104 10.0.0.141 - - [2026-01-08 02:00:17] "POST /access-control-lists HTTP/1.1" 200 592 0.068191 10.0.0.141 - - [2026-01-08 02:00:17] "GET /virtual-network/602c73f0-026d-4535-96d2-82ac1bf45656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.007300 10.0.0.141 - - [2026-01-08 02:00:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002728 10.0.0.141 - - [2026-01-08 02:00:17] "GET /network-policy/2f5873ee-883a-423e-bc5d-95955e7973cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.003959 10.0.0.141 - - [2026-01-08 02:00:17] "POST /neutron/network HTTP/1.1" 200 828 0.005499 10.0.0.141 - - [2026-01-08 02:00:17] "POST /neutron/network HTTP/1.1" 200 930 0.084221 10.0.0.141 - - [2026-01-08 02:00:17] "PUT /access-control-list/3a678cd7-8d71-4a17-a0d0-312dc2fc7beb HTTP/1.1" 200 273 0.058959 10.0.0.141 - - [2026-01-08 02:00:17] "POST /fqname-to-id HTTP/1.1" 404 236 0.003006 10.0.0.141 - - [2026-01-08 02:00:17] "POST /neutron/network HTTP/1.1" 200 930 0.004882 10.0.0.141 - - [2026-01-08 02:00:17] "GET /virtual-network/81ac3b5f-c05b-483e-b4d2-2725e14d2704?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2372 0.004330 10.0.0.141 - - [2026-01-08 02:00:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001940 10.0.0.141 - - [2026-01-08 02:00:17] "GET /network-policy/2f5873ee-883a-423e-bc5d-95955e7973cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.028738 10.0.0.141 - - [2026-01-08 02:00:17] "POST /access-control-lists HTTP/1.1" 200 592 0.057475 10.0.0.141 - - [2026-01-08 02:00:17] "GET /domains HTTP/1.1" 401 293 0.000308 10.0.0.141 - - [2026-01-08 02:00:17] "POST /ref-update HTTP/1.1" 200 156 0.010231 10.0.0.141 - - [2026-01-08 02:00:17] "GET /domains HTTP/1.1" 200 281 0.029583 10.0.0.141 - - [2026-01-08 02:00:17] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000874 10.0.0.141 - - [2026-01-08 02:00:17] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2983 0.006673 10.0.0.141 - - [2026-01-08 02:00:17] "GET /projects?obj_uuids=5191b795-0c20-4c25-8be3-1247e2b4cd9e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001212 10.0.0.141 - - [2026-01-08 02:00:18] "GET /project/5191b795-0c20-4c25-8be3-1247e2b4cd9e HTTP/1.1" 200 2579 0.069701 10.0.0.141 - - [2026-01-08 02:00:18] "GET /virtual-network/602c73f0-026d-4535-96d2-82ac1bf45656 HTTP/1.1" 200 2901 0.005622 10.0.0.141 - - [2026-01-08 02:00:18] "GET /virtual-network/602c73f0-026d-4535-96d2-82ac1bf45656 HTTP/1.1" 200 2901 0.003865 10.0.0.141 - - [2026-01-08 02:00:18] "GET /routing-instance/06350dc3-0414-4000-889a-fca4b8de6ba0 HTTP/1.1" 200 1785 0.002945 10.0.0.141 - - [2026-01-08 02:00:18] "GET /routing-instance/06350dc3-0414-4000-889a-fca4b8de6ba0 HTTP/1.1" 200 1785 0.002573 10.0.0.141 - - [2026-01-08 02:00:18] "GET /route-target/e471f8c8-9db9-42ba-a3cb-370ce83b3c0b HTTP/1.1" 200 1209 0.002358 10.0.0.141 - - [2026-01-08 02:00:18] "GET /virtual-network/602c73f0-026d-4535-96d2-82ac1bf45656 HTTP/1.1" 200 2901 0.004302 10.0.0.141 - - [2026-01-08 02:00:18] "GET /routing-instance/06350dc3-0414-4000-889a-fca4b8de6ba0 HTTP/1.1" 200 1785 0.004127 10.0.0.141 - - [2026-01-08 02:00:18] "GET /virtual-network/602c73f0-026d-4535-96d2-82ac1bf45656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.003714 10.0.0.141 - - [2026-01-08 02:00:18] "GET /virtual-network/602c73f0-026d-4535-96d2-82ac1bf45656 HTTP/1.1" 200 2901 0.003605 10.0.0.141 - - [2026-01-08 02:00:18] "GET /routing-instance/06350dc3-0414-4000-889a-fca4b8de6ba0 HTTP/1.1" 200 1785 0.002477 10.0.0.141 - - [2026-01-08 02:00:18] "GET /routing-instance/06350dc3-0414-4000-889a-fca4b8de6ba0 HTTP/1.1" 200 1785 0.002444 10.0.0.141 - - [2026-01-08 02:00:18] "GET /route-target/e471f8c8-9db9-42ba-a3cb-370ce83b3c0b HTTP/1.1" 200 1209 0.002193 10.0.0.141 - - [2026-01-08 02:00:18] "GET /domains HTTP/1.1" 200 281 0.002093 10.0.0.141 - - [2026-01-08 02:00:18] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000774 10.0.0.141 - - [2026-01-08 02:00:18] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2983 0.005982 10.0.0.141 - - [2026-01-08 02:00:18] "GET /projects?obj_uuids=5191b795-0c20-4c25-8be3-1247e2b4cd9e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000733 10.0.0.141 - - [2026-01-08 02:00:18] "GET /project/5191b795-0c20-4c25-8be3-1247e2b4cd9e HTTP/1.1" 200 2579 0.064255 10.0.0.141 - - [2026-01-08 02:00:18] "GET /virtual-network/602c73f0-026d-4535-96d2-82ac1bf45656 HTTP/1.1" 200 2901 0.004166 10.0.0.141 - - [2026-01-08 02:00:18] "GET /obj-perms HTTP/1.1" 200 5053 0.048225 10.0.0.141 - - [2026-01-08 02:00:18] "GET /domains HTTP/1.1" 200 281 0.002288 10.0.0.141 - - [2026-01-08 02:00:18] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000832 10.0.0.141 - - [2026-01-08 02:00:18] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2983 0.006471 10.0.0.141 - - [2026-01-08 02:00:18] "GET /projects?obj_uuids=5191b795-0c20-4c25-8be3-1247e2b4cd9e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000775 10.0.0.141 - - [2026-01-08 02:00:18] "GET /project/5191b795-0c20-4c25-8be3-1247e2b4cd9e HTTP/1.1" 200 2579 0.066936 10.0.0.141 - - [2026-01-08 02:00:18] "GET /virtual-network/81ac3b5f-c05b-483e-b4d2-2725e14d2704 HTTP/1.1" 200 2904 0.007566 10.0.0.141 - - [2026-01-08 02:00:18] "GET /virtual-network/81ac3b5f-c05b-483e-b4d2-2725e14d2704 HTTP/1.1" 200 2904 0.004617 10.0.0.141 - - [2026-01-08 02:00:18] "GET /routing-instance/0b193e51-c438-48ca-9da5-304f1b3934e3 HTTP/1.1" 200 1786 0.002990 10.0.0.141 - - [2026-01-08 02:00:18] "GET /routing-instance/0b193e51-c438-48ca-9da5-304f1b3934e3 HTTP/1.1" 200 1786 0.002527 10.0.0.141 - - [2026-01-08 02:00:18] "GET /route-target/7b1608fc-dd5c-4321-b693-9b4a74259c14 HTTP/1.1" 200 1208 0.002720 10.0.0.141 - - [2026-01-08 02:00:18] "GET /virtual-network/81ac3b5f-c05b-483e-b4d2-2725e14d2704 HTTP/1.1" 200 2904 0.004341 10.0.0.141 - - [2026-01-08 02:00:18] "GET /routing-instance/0b193e51-c438-48ca-9da5-304f1b3934e3 HTTP/1.1" 200 1786 0.002624 10.0.0.141 - - [2026-01-08 02:00:18] "GET /virtual-network/81ac3b5f-c05b-483e-b4d2-2725e14d2704?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2372 0.004199 10.0.0.141 - - [2026-01-08 02:00:18] "GET /virtual-network/81ac3b5f-c05b-483e-b4d2-2725e14d2704 HTTP/1.1" 200 2904 0.004061 10.0.0.141 - - [2026-01-08 02:00:18] "GET /routing-instance/0b193e51-c438-48ca-9da5-304f1b3934e3 HTTP/1.1" 200 1786 0.002709 10.0.0.141 - - [2026-01-08 02:00:18] "GET /routing-instance/0b193e51-c438-48ca-9da5-304f1b3934e3 HTTP/1.1" 200 1786 0.002300 10.0.0.141 - - [2026-01-08 02:00:18] "GET /route-target/7b1608fc-dd5c-4321-b693-9b4a74259c14 HTTP/1.1" 200 1208 0.002949 10.0.0.141 - - [2026-01-08 02:00:18] "GET /domains HTTP/1.1" 200 281 0.002558 10.0.0.141 - - [2026-01-08 02:00:18] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000848 10.0.0.141 - - [2026-01-08 02:00:18] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2983 0.005324 10.0.0.141 - - [2026-01-08 02:00:18] "GET /projects?obj_uuids=5191b795-0c20-4c25-8be3-1247e2b4cd9e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000866 10.0.0.141 - - [2026-01-08 02:00:18] "GET /project/5191b795-0c20-4c25-8be3-1247e2b4cd9e HTTP/1.1" 200 2579 0.062663 10.0.0.141 - - [2026-01-08 02:00:18] "GET /virtual-network/81ac3b5f-c05b-483e-b4d2-2725e14d2704 HTTP/1.1" 200 2904 0.003772 10.0.0.141 - - [2026-01-08 02:00:18] "GET /obj-perms HTTP/1.1" 200 5053 0.002255 10.0.0.141 - - [2026-01-08 02:00:18] "POST /id-to-fqname HTTP/1.1" 200 222 0.001201 10.0.0.141 - - [2026-01-08 02:00:19] "POST /neutron/network HTTP/1.1" 200 939 0.004903 10.0.0.141 - - [2026-01-08 02:00:19] "GET /aaa-mode HTTP/1.1" 401 293 0.000350 10.0.0.141 - - [2026-01-08 02:00:19] "GET / HTTP/1.1" 200 36215 0.001322 10.0.0.141 - - [2026-01-08 02:00:19] "GET /project/5191b795-0c20-4c25-8be3-1247e2b4cd9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000336 10.0.0.141 - - [2026-01-08 02:00:19] "GET /projects?obj_uuids=5191b795-0c20-4c25-8be3-1247e2b4cd9e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000968 10.0.0.141 - - [2026-01-08 02:00:19] "GET /project/5191b795-0c20-4c25-8be3-1247e2b4cd9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.047359 10.0.0.141 - - [2026-01-08 02:00:19] "POST /neutron/network HTTP/1.1" 200 929 0.006131 10.0.0.141 - - [2026-01-08 02:00:19] "POST /neutron/port HTTP/1.1" 200 117 0.005740 10.0.0.141 - - [2026-01-08 02:00:19] "POST /neutron/port HTTP/1.1" 200 117 0.004404 10.0.0.141 - - [2026-01-08 02:00:19] "POST /id-to-fqname HTTP/1.1" 200 222 0.003523 10.0.0.141 - - [2026-01-08 02:00:20] "POST /neutron/port HTTP/1.1" 200 117 0.004844 10.0.0.141 - - [2026-01-08 02:00:20] "POST /neutron/network HTTP/1.1" 200 940 0.004843 10.0.0.141 - - [2026-01-08 02:00:20] "GET /aaa-mode HTTP/1.1" 401 293 0.000375 10.0.0.141 - - [2026-01-08 02:00:20] "POST /neutron/network HTTP/1.1" 200 939 0.004764 10.0.0.141 - - [2026-01-08 02:00:20] "GET /projects?obj_uuids=5191b795-0c20-4c25-8be3-1247e2b4cd9e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001122 10.0.0.141 - - [2026-01-08 02:00:20] "GET / HTTP/1.1" 200 36215 0.002274 10.0.0.141 - - [2026-01-08 02:00:20] "GET /project/5191b795-0c20-4c25-8be3-1247e2b4cd9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000346 10.0.0.141 - - [2026-01-08 02:00:20] "POST /neutron/port HTTP/1.1" 200 1063 0.205231 10.0.0.141 - - [2026-01-08 02:00:20] "POST /neutron/port HTTP/1.1" 200 1063 0.009428 10.0.0.141 - - [2026-01-08 02:00:20] "POST /neutron/port HTTP/1.1" 200 1063 0.008024 10.0.0.141 - - [2026-01-08 02:00:20] "POST /neutron/port HTTP/1.1" 200 1117 0.051615 10.0.0.141 - - [2026-01-08 02:00:20] "POST /neutron/port HTTP/1.1" 200 1127 0.011745 10.0.0.141 - - [2026-01-08 02:00:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003026 10.0.0.141 - - [2026-01-08 02:00:20] "POST /neutron/subnet HTTP/1.1" 200 703 0.012906 10.0.0.141 - - [2026-01-08 02:00:20] "POST /neutron/port HTTP/1.1" 200 117 0.001147 10.0.0.141 - - [2026-01-08 02:00:20] "POST /neutron/network HTTP/1.1" 200 929 0.004951 10.0.0.141 - - [2026-01-08 02:00:20] "GET /projects?obj_uuids=5191b795-0c20-4c25-8be3-1247e2b4cd9e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001245 10.0.0.141 - - [2026-01-08 02:00:20] "GET /project/5191b795-0c20-4c25-8be3-1247e2b4cd9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.063550 10.0.0.141 - - [2026-01-08 02:00:20] "POST /neutron/network HTTP/1.1" 200 930 0.004444 10.0.0.141 - - [2026-01-08 02:00:21] "POST /neutron/port HTTP/1.1" 200 1127 0.013170 10.0.0.141 - - [2026-01-08 02:00:21] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005631 10.0.0.141 - - [2026-01-08 02:00:21] "POST /neutron/port HTTP/1.1" 200 117 0.004289 10.0.0.141 - - [2026-01-08 02:00:21] "POST /neutron/port HTTP/1.1" 200 1127 0.014970 10.0.0.141 - - [2026-01-08 02:00:21] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007071 10.0.0.141 - - [2026-01-08 02:00:21] "POST /neutron/network HTTP/1.1" 200 940 0.005456 10.0.0.141 - - [2026-01-08 02:00:21] "GET /projects?obj_uuids=5191b795-0c20-4c25-8be3-1247e2b4cd9e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001052 10.0.0.141 - - [2026-01-08 02:00:21] "PUT /access-control-list/a9828100-0339-4a1e-b97b-36de0bd8fd3e HTTP/1.1" 200 273 0.060070 10.0.0.141 - - [2026-01-08 02:00:21] "POST /neutron/port HTTP/1.1" 200 1064 0.260530 10.0.0.141 - - [2026-01-08 02:00:21] "POST /neutron/port HTTP/1.1" 200 1064 0.008707 10.0.0.141 - - [2026-01-08 02:00:21] "POST /neutron/port HTTP/1.1" 200 1064 0.010488 10.0.0.141 - - [2026-01-08 02:00:21] "POST /neutron/port HTTP/1.1" 200 1118 0.079727 10.0.0.141 - - [2026-01-08 02:00:21] "POST /neutron/port HTTP/1.1" 200 1128 0.011553 10.0.0.141 - - [2026-01-08 02:00:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003939 10.0.0.141 - - [2026-01-08 02:00:21] "POST /neutron/subnet HTTP/1.1" 200 708 0.014404 10.0.0.141 - - [2026-01-08 02:00:21] "POST /neutron/port HTTP/1.1" 200 117 0.001857 10.0.0.141 - - [2026-01-08 02:00:22] "POST /neutron/network HTTP/1.1" 200 930 0.004864 10.0.0.141 - - [2026-01-08 02:00:26] "POST /neutron/port HTTP/1.1" 200 1127 0.013401 10.0.0.141 - - [2026-01-08 02:00:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007185 10.0.0.141 - - [2026-01-08 02:00:26] "POST /neutron/port HTTP/1.1" 200 1127 0.013244 10.0.0.141 - - [2026-01-08 02:00:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005241 10.0.0.141 - - [2026-01-08 02:00:26] "POST /neutron/port HTTP/1.1" 200 1127 0.011234 10.0.0.141 - - [2026-01-08 02:00:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004894 10.0.0.141 - - [2026-01-08 02:00:26] "GET /virtual-machine/f06908bc-32df-40e4-be44-bfda799f6a40 HTTP/1.1" 200 1297 0.005432 10.0.0.141 - - [2026-01-08 02:00:26] "GET /virtual-machine-interface/0b2d7ef4-0e6b-4a6f-bec6-aade02be4c1e HTTP/1.1" 200 2957 0.006533 10.0.0.141 - - [2026-01-08 02:00:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002640 10.0.0.141 - - [2026-01-08 02:00:26] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002724 10.0.0.141 - - [2026-01-08 02:00:26] "GET /virtual-networks?parent_id=5191b795-0c20-4c25-8be3-1247e2b4cd9e&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002832 10.0.0.141 - - [2026-01-08 02:00:26] "GET /virtual-network/602c73f0-026d-4535-96d2-82ac1bf45656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005150 10.0.0.141 - - [2026-01-08 02:00:29] "POST /neutron/port HTTP/1.1" 200 1127 0.011667 10.0.0.141 - - [2026-01-08 02:00:29] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004603 10.0.0.141 - - [2026-01-08 02:00:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.141 - - [2026-01-08 02:00:29] "GET /virtual-network/602c73f0-026d-4535-96d2-82ac1bf45656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.004188 10.0.0.141 - - [2026-01-08 02:00:30] "POST /neutron/port HTTP/1.1" 200 1128 0.014208 10.0.0.141 - - [2026-01-08 02:00:30] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004892 10.0.0.141 - - [2026-01-08 02:00:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002464 10.0.0.141 - - [2026-01-08 02:00:31] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002586 10.0.0.141 - - [2026-01-08 02:00:31] "GET /virtual-networks?parent_id=5191b795-0c20-4c25-8be3-1247e2b4cd9e&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002823 10.0.0.141 - - [2026-01-08 02:00:31] "GET /virtual-network/602c73f0-026d-4535-96d2-82ac1bf45656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.004779 10.0.0.141 - - [2026-01-08 02:00:31] "POST /neutron/port HTTP/1.1" 200 1127 0.011422 10.0.0.141 - - [2026-01-08 02:00:31] "POST /neutron/port HTTP/1.1" 200 1127 0.010713 10.0.0.141 - - [2026-01-08 02:00:32] "POST /neutron/network HTTP/1.1" 200 939 0.004992 10.0.0.141 - - [2026-01-08 02:00:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003305 10.0.0.141 - - [2026-01-08 02:00:32] "POST /neutron/subnet HTTP/1.1" 200 703 0.009096 10.0.0.141 - - [2026-01-08 02:00:32] "POST /neutron/port HTTP/1.1" 200 117 0.002309 10.0.0.141 - - [2026-01-08 02:00:32] "POST /neutron/network HTTP/1.1" 200 929 0.011726 10.0.0.141 - - [2026-01-08 02:00:32] "POST /neutron/port HTTP/1.1" 200 1128 0.010352 10.0.0.141 - - [2026-01-08 02:00:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004852 10.0.0.141 - - [2026-01-08 02:00:32] "POST /neutron/port HTTP/1.1" 200 1128 0.010553 10.0.0.141 - - [2026-01-08 02:00:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006656 10.0.0.141 - - [2026-01-08 02:00:32] "POST /neutron/port HTTP/1.1" 200 1128 0.011211 10.0.0.141 - - [2026-01-08 02:00:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004575 10.0.0.141 - - [2026-01-08 02:00:32] "GET /virtual-machine/a4e7e69b-4e2a-4915-8e28-826fc611cce2 HTTP/1.1" 200 1297 0.004227 10.0.0.141 - - [2026-01-08 02:00:32] "GET /virtual-machine-interface/2c83b005-e1ed-47e8-a3bc-eb6a653e204b HTTP/1.1" 200 2958 0.004143 10.0.0.141 - - [2026-01-08 02:00:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002378 10.0.0.141 - - [2026-01-08 02:00:32] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002763 10.0.0.141 - - [2026-01-08 02:00:32] "GET /virtual-networks?parent_id=5191b795-0c20-4c25-8be3-1247e2b4cd9e&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002687 10.0.0.141 - - [2026-01-08 02:00:32] "GET /virtual-network/81ac3b5f-c05b-483e-b4d2-2725e14d2704?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2372 0.005062 10.0.0.141 - - [2026-01-08 02:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002545 10.0.0.141 - - [2026-01-08 02:00:33] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002887 10.0.0.141 - - [2026-01-08 02:00:33] "GET /virtual-networks?parent_id=5191b795-0c20-4c25-8be3-1247e2b4cd9e&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002615 10.0.0.141 - - [2026-01-08 02:00:33] "GET /virtual-network/81ac3b5f-c05b-483e-b4d2-2725e14d2704?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2372 0.004659 10.0.0.141 - - [2026-01-08 02:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002500 10.0.0.141 - - [2026-01-08 02:00:37] "GET /projects?obj_uuids=5191b795-0c20-4c25-8be3-1247e2b4cd9e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001676 10.0.0.141 - - [2026-01-08 02:00:37] "GET /project/5191b795-0c20-4c25-8be3-1247e2b4cd9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.023542 10.0.0.141 - - [2026-01-08 02:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.141 - - [2026-01-08 02:00:37] "PUT /network-policy/2f5873ee-883a-423e-bc5d-95955e7973cb HTTP/1.1" 200 263 0.009056 10.0.0.141 - - [2026-01-08 02:00:37] "PUT /access-control-list/3a678cd7-8d71-4a17-a0d0-312dc2fc7beb HTTP/1.1" 200 273 0.051442 10.0.0.141 - - [2026-01-08 02:00:37] "POST /ref-update HTTP/1.1" 200 156 0.013238 10.0.0.141 - - [2026-01-08 02:00:37] "PUT /access-control-list/a9828100-0339-4a1e-b97b-36de0bd8fd3e HTTP/1.1" 200 273 0.053272 10.0.0.141 - - [2026-01-08 02:00:37] "POST /ref-update HTTP/1.1" 200 156 0.010848 10.0.0.141 - - [2026-01-08 02:00:41] "GET /virtual-network/81ac3b5f-c05b-483e-b4d2-2725e14d2704?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2372 0.005239 10.0.0.141 - - [2026-01-08 02:00:41] "POST /neutron/network HTTP/1.1" 200 930 0.005102 10.0.0.141 - - [2026-01-08 02:00:41] "POST /neutron/network HTTP/1.1" 200 828 0.040952 10.0.0.141 - - [2026-01-08 02:00:41] "DELETE /access-control-list/a9828100-0339-4a1e-b97b-36de0bd8fd3e HTTP/1.1" 200 115 0.033595 10.0.0.141 - - [2026-01-08 02:00:41] "POST /neutron/network HTTP/1.1" 200 828 0.005989 10.0.0.141 - - [2026-01-08 02:00:41] "GET /virtual-network/81ac3b5f-c05b-483e-b4d2-2725e14d2704?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005548 10.0.0.141 - - [2026-01-08 02:00:41] "GET /virtual-network/602c73f0-026d-4535-96d2-82ac1bf45656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.003974 10.0.0.141 - - [2026-01-08 02:00:41] "POST /neutron/network HTTP/1.1" 200 929 0.006194 10.0.0.141 - - [2026-01-08 02:00:41] "POST /neutron/network HTTP/1.1" 200 827 0.049626 10.0.0.141 - - [2026-01-08 02:00:41] "POST /neutron/network HTTP/1.1" 200 827 0.005580 10.0.0.141 - - [2026-01-08 02:00:41] "GET /virtual-network/602c73f0-026d-4535-96d2-82ac1bf45656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004941 10.0.0.141 - - [2026-01-08 02:00:41] "DELETE /access-control-list/3a678cd7-8d71-4a17-a0d0-312dc2fc7beb HTTP/1.1" 200 115 0.050988 10.0.0.141 - - [2026-01-08 02:00:41] "DELETE /network-policy/2f5873ee-883a-423e-bc5d-95955e7973cb HTTP/1.1" 200 115 0.037498 10.0.0.141 - - [2026-01-08 02:00:41] "POST /neutron/network HTTP/1.1" 200 828 0.004694 10.0.0.141 - - [2026-01-08 02:00:41] "POST /neutron/network HTTP/1.1" 400 204 0.007842 10.0.0.141 - - [2026-01-08 02:00:41] "POST /neutron/port HTTP/1.1" 200 1128 0.010861 10.0.0.141 - - [2026-01-08 02:00:41] "POST /neutron/port HTTP/1.1" 200 1118 0.008573 10.0.0.141 - - [2026-01-08 02:00:41] "POST /neutron/port HTTP/1.1" 200 1127 0.011156 10.0.0.141 - - [2026-01-08 02:00:41] "POST /neutron/port HTTP/1.1" 200 1117 0.008794 10.0.0.141 - - [2026-01-08 02:00:41] "POST /neutron/port HTTP/1.1" 200 151 0.096750 10.0.0.141 - - [2026-01-08 02:00:41] "POST /neutron/port HTTP/1.1" 200 151 0.109697 10.0.0.141 - - [2026-01-08 02:00:43] "POST /neutron/network HTTP/1.1" 200 828 0.005265 10.0.0.141 - - [2026-01-08 02:00:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002628 10.0.0.141 - - [2026-01-08 02:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.141 - - [2026-01-08 02:00:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002594 10.0.0.141 - - [2026-01-08 02:00:43] "POST /neutron/network HTTP/1.1" 200 151 0.068627 10.0.0.141 - - [2026-01-08 02:00:43] "DELETE /route-target/7b1608fc-dd5c-4321-b693-9b4a74259c14 HTTP/1.1" 200 115 0.012951 10.0.0.141 - - [2026-01-08 02:00:43] "GET /routing-instance/0b193e51-c438-48ca-9da5-304f1b3934e3 HTTP/1.1" 404 171 0.001832 10.0.0.141 - - [2026-01-08 02:00:43] "GET /domains HTTP/1.1" 200 281 0.002121 10.0.0.141 - - [2026-01-08 02:00:43] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001176 10.0.0.141 - - [2026-01-08 02:00:43] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2983 0.045852 10.0.0.141 - - [2026-01-08 02:00:43] "GET /projects?obj_uuids=5191b795-0c20-4c25-8be3-1247e2b4cd9e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000864 10.0.0.141 - - [2026-01-08 02:00:43] "GET /project/5191b795-0c20-4c25-8be3-1247e2b4cd9e HTTP/1.1" 200 2109 0.064162 10.0.0.141 - - [2026-01-08 02:00:43] "POST /neutron/network HTTP/1.1" 200 827 0.004756 10.0.0.141 - - [2026-01-08 02:00:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003673 10.0.0.141 - - [2026-01-08 02:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.141 - - [2026-01-08 02:00:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001365 10.0.0.141 - - [2026-01-08 02:00:43] "POST /neutron/network HTTP/1.1" 200 151 0.068639 10.0.0.141 - - [2026-01-08 02:00:43] "DELETE /route-target/e471f8c8-9db9-42ba-a3cb-370ce83b3c0b HTTP/1.1" 200 115 0.014215 10.0.0.141 - - [2026-01-08 02:00:43] "GET /routing-instance/06350dc3-0414-4000-889a-fca4b8de6ba0 HTTP/1.1" 404 171 0.002165 10.0.0.141 - - [2026-01-08 02:00:43] "GET /domains HTTP/1.1" 200 281 0.002420 10.0.0.141 - - [2026-01-08 02:00:43] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000845 10.0.0.141 - - [2026-01-08 02:00:43] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2983 0.048599 10.0.0.141 - - [2026-01-08 02:00:43] "GET /projects?obj_uuids=5191b795-0c20-4c25-8be3-1247e2b4cd9e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000901 10.0.0.141 - - [2026-01-08 02:00:43] "GET /project/5191b795-0c20-4c25-8be3-1247e2b4cd9e HTTP/1.1" 200 1869 0.062829 10.0.0.141 - - [2026-01-08 02:00:44] "GET /projects?obj_uuids=5191b795-0c20-4c25-8be3-1247e2b4cd9e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000956 10.0.0.141 - - [2026-01-08 02:00:44] "GET /project/5191b795-0c20-4c25-8be3-1247e2b4cd9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.022232 10.0.0.141 - - [2026-01-08 02:00:44] "GET /projects?obj_uuids=5191b795-0c20-4c25-8be3-1247e2b4cd9e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000863 10.0.0.141 - - [2026-01-08 02:00:44] "GET /project/5191b795-0c20-4c25-8be3-1247e2b4cd9e?fields=virtual_networks HTTP/1.1" 200 1038 0.086133 10.0.0.141 - - [2026-01-08 02:00:44] "GET /projects?obj_uuids=5191b795-0c20-4c25-8be3-1247e2b4cd9e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000896 10.0.0.141 - - [2026-01-08 02:00:44] "GET /project/5191b795-0c20-4c25-8be3-1247e2b4cd9e?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.020766 10.0.0.141 - - [2026-01-08 02:00:44] "GET /projects?obj_uuids=5191b795-0c20-4c25-8be3-1247e2b4cd9e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001256 10.0.0.141 - - [2026-01-08 02:00:44] "GET /project/5191b795-0c20-4c25-8be3-1247e2b4cd9e?fields=security_groups HTTP/1.1" 200 1267 0.026256 10.0.0.141 - - [2026-01-08 02:00:45] "POST /fqname-to-id HTTP/1.1" 404 181 0.032421 10.0.0.141 - - [2026-01-08 02:00:45] "GET /projects?obj_uuids=16ca8d89-5e07-4463-bd10-b3768d386f52&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001826 10.0.0.141 - - [2026-01-08 02:00:45] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001390 10.0.0.141 - - [2026-01-08 02:00:45] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007134 10.0.0.141 - - [2026-01-08 02:00:45] "POST /id-to-fqname HTTP/1.1" 200 183 0.001517 10.0.0.141 - - [2026-01-08 02:00:45] "POST /fqname-to-id HTTP/1.1" 404 192 0.002021 10.0.0.141 - - [2026-01-08 02:00:45] "POST /security-groups HTTP/1.1" 200 584 0.060201 10.0.0.141 - - [2026-01-08 02:00:45] "POST /fqname-to-id HTTP/1.1" 404 227 0.002536 10.0.0.141 - - [2026-01-08 02:00:45] "POST /projects HTTP/1.1" 200 571 0.202510 10.0.0.141 - - [2026-01-08 02:00:45] "POST /access-control-lists HTTP/1.1" 200 591 0.054340 10.0.0.141 - - [2026-01-08 02:00:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.273878 10.0.0.141 - - [2026-01-08 02:00:45] "POST /fqname-to-id HTTP/1.1" 404 226 0.002952 10.0.0.141 - - [2026-01-08 02:00:45] "GET /project/16ca8d89-5e07-4463-bd10-b3768d386f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.391032 10.0.0.141 - - [2026-01-08 02:00:45] "POST /access-control-lists HTTP/1.1" 200 589 0.056429 10.0.0.141 - - [2026-01-08 02:00:46] "GET / HTTP/1.1" 200 36215 0.001855 10.0.0.141 - - [2026-01-08 02:00:47] "POST /fqname-to-id HTTP/1.1" 401 293 0.000447 10.0.0.141 - - [2026-01-08 02:00:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.060040 10.0.0.141 - - [2026-01-08 02:00:47] "GET /projects?obj_uuids=16ca8d89-5e07-4463-bd10-b3768d386f52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000833 10.0.0.141 - - [2026-01-08 02:00:47] "GET /project/16ca8d89-5e07-4463-bd10-b3768d386f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.023503 10.0.0.141 - - [2026-01-08 02:00:47] "POST /neutron/network HTTP/1.1" 200 117 0.033323 10.0.0.141 - - [2026-01-08 02:00:47] "GET /projects?obj_uuids=16ca8d89-5e07-4463-bd10-b3768d386f52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001301 10.0.0.141 - - [2026-01-08 02:00:47] "POST /neutron/network HTTP/1.1" 200 612 0.061528 10.0.0.141 - - [2026-01-08 02:00:47] "POST /route-targets HTTP/1.1" 200 328 0.012611 10.0.0.141 - - [2026-01-08 02:00:47] "POST /ref-update HTTP/1.1" 200 156 0.013968 10.0.0.141 - - [2026-01-08 02:00:48] "POST /useragent-kv HTTP/1.1" 200 115 0.004843 10.0.0.141 - - [2026-01-08 02:00:48] "POST /neutron/subnet HTTP/1.1" 200 734 0.155975 10.0.0.141 - - [2026-01-08 02:00:48] "POST /neutron/network HTTP/1.1" 200 833 0.005322 10.0.0.141 - - [2026-01-08 02:00:48] "POST /id-to-fqname HTTP/1.1" 200 220 0.001305 10.0.0.141 - - [2026-01-08 02:00:48] "GET /virtual-network/f7e0d8f5-c968-440c-87a7-ca11e409a8d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005230 10.0.0.141 - - [2026-01-08 02:00:48] "POST /neutron/network HTTP/1.1" 200 833 0.005189 10.0.0.141 - - [2026-01-08 02:00:48] "GET /virtual-network/f7e0d8f5-c968-440c-87a7-ca11e409a8d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004838 10.0.0.141 - - [2026-01-08 02:00:48] "POST /neutron/network HTTP/1.1" 200 833 0.005089 10.0.0.141 - - [2026-01-08 02:00:48] "POST /neutron/subnet HTTP/1.1" 200 734 0.005567 10.0.0.141 - - [2026-01-08 02:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.001865 10.0.0.141 - - [2026-01-08 02:00:48] "GET /virtual-network/f7e0d8f5-c968-440c-87a7-ca11e409a8d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006119 10.0.0.141 - - [2026-01-08 02:00:48] "POST /route-targets HTTP/1.1" 200 324 0.014853 10.0.0.141 - - [2026-01-08 02:00:48] "PUT /virtual-network/f7e0d8f5-c968-440c-87a7-ca11e409a8d3 HTTP/1.1" 200 265 0.036873 10.0.0.141 - - [2026-01-08 02:00:48] "POST /ref-update HTTP/1.1" 200 156 0.031173 10.0.0.141 - - [2026-01-08 02:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002199 10.0.0.141 - - [2026-01-08 02:00:48] "GET /projects?obj_uuids=16ca8d89-5e07-4463-bd10-b3768d386f52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001284 10.0.0.141 - - [2026-01-08 02:00:48] "GET /project/16ca8d89-5e07-4463-bd10-b3768d386f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.023606 10.0.0.141 - - [2026-01-08 02:00:48] "POST /neutron/network HTTP/1.1" 200 117 0.009862 10.0.0.141 - - [2026-01-08 02:00:48] "GET /projects?obj_uuids=16ca8d89-5e07-4463-bd10-b3768d386f52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001004 10.0.0.141 - - [2026-01-08 02:00:48] "POST /neutron/network HTTP/1.1" 200 612 0.053179 10.0.0.141 - - [2026-01-08 02:00:48] "POST /route-targets HTTP/1.1" 200 328 0.009950 10.0.0.141 - - [2026-01-08 02:00:48] "POST /ref-update HTTP/1.1" 200 156 0.008378 10.0.0.141 - - [2026-01-08 02:00:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002299 10.0.0.141 - - [2026-01-08 02:00:48] "POST /neutron/subnet HTTP/1.1" 200 734 0.149686 10.0.0.141 - - [2026-01-08 02:00:48] "POST /neutron/network HTTP/1.1" 200 833 0.004653 10.0.0.141 - - [2026-01-08 02:00:48] "POST /id-to-fqname HTTP/1.1" 200 220 0.001182 10.0.0.141 - - [2026-01-08 02:00:48] "GET /virtual-network/7091ad83-6abc-4510-9064-782aaa4e2a44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004288 10.0.0.141 - - [2026-01-08 02:00:48] "POST /neutron/network HTTP/1.1" 200 833 0.004984 10.0.0.141 - - [2026-01-08 02:00:48] "GET /virtual-network/7091ad83-6abc-4510-9064-782aaa4e2a44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004254 10.0.0.141 - - [2026-01-08 02:00:48] "POST /neutron/network HTTP/1.1" 200 833 0.004911 10.0.0.141 - - [2026-01-08 02:00:48] "POST /neutron/subnet HTTP/1.1" 200 734 0.006443 10.0.0.141 - - [2026-01-08 02:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002570 10.0.0.141 - - [2026-01-08 02:00:49] "GET /virtual-network/7091ad83-6abc-4510-9064-782aaa4e2a44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004836 10.0.0.141 - - [2026-01-08 02:00:49] "PUT /virtual-network/7091ad83-6abc-4510-9064-782aaa4e2a44 HTTP/1.1" 200 265 0.035302 10.0.0.141 - - [2026-01-08 02:00:49] "POST /ref-update HTTP/1.1" 200 156 0.015536 10.0.0.141 - - [2026-01-08 02:00:49] "POST /id-to-fqname HTTP/1.1" 200 220 0.002283 10.0.0.141 - - [2026-01-08 02:00:49] "POST /neutron/network HTTP/1.1" 200 843 0.005160 10.0.0.141 - - [2026-01-08 02:00:49] "GET /aaa-mode HTTP/1.1" 401 293 0.000369 10.0.0.141 - - [2026-01-08 02:00:49] "GET / HTTP/1.1" 200 36215 0.001569 10.0.0.141 - - [2026-01-08 02:00:49] "GET /project/16ca8d89-5e07-4463-bd10-b3768d386f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000373 10.0.0.141 - - [2026-01-08 02:00:50] "GET /projects?obj_uuids=16ca8d89-5e07-4463-bd10-b3768d386f52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000991 10.0.0.141 - - [2026-01-08 02:00:50] "GET /project/16ca8d89-5e07-4463-bd10-b3768d386f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.046540 10.0.0.141 - - [2026-01-08 02:00:50] "POST /neutron/network HTTP/1.1" 200 833 0.004880 10.0.0.141 - - [2026-01-08 02:00:50] "POST /neutron/port HTTP/1.1" 200 117 0.004315 10.0.0.141 - - [2026-01-08 02:00:50] "POST /neutron/port HTTP/1.1" 200 117 0.004445 10.0.0.141 - - [2026-01-08 02:00:50] "POST /id-to-fqname HTTP/1.1" 200 220 0.001189 10.0.0.141 - - [2026-01-08 02:00:50] "POST /neutron/port HTTP/1.1" 200 117 0.004503 10.0.0.141 - - [2026-01-08 02:00:50] "POST /neutron/network HTTP/1.1" 200 843 0.005647 10.0.0.141 - - [2026-01-08 02:00:50] "GET /aaa-mode HTTP/1.1" 401 293 0.000371 10.0.0.141 - - [2026-01-08 02:00:50] "POST /neutron/network HTTP/1.1" 200 843 0.004887 10.0.0.141 - - [2026-01-08 02:00:50] "GET /projects?obj_uuids=16ca8d89-5e07-4463-bd10-b3768d386f52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001000 10.0.0.141 - - [2026-01-08 02:00:50] "GET / HTTP/1.1" 200 36215 0.001535 10.0.0.141 - - [2026-01-08 02:00:50] "GET /project/16ca8d89-5e07-4463-bd10-b3768d386f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000331 10.0.0.141 - - [2026-01-08 02:00:50] "POST /neutron/port HTTP/1.1" 200 1055 0.173496 10.0.0.141 - - [2026-01-08 02:00:50] "POST /neutron/port HTTP/1.1" 200 1055 0.008945 10.0.0.141 - - [2026-01-08 02:00:50] "POST /neutron/port HTTP/1.1" 200 1055 0.008645 10.0.0.141 - - [2026-01-08 02:00:50] "POST /neutron/port HTTP/1.1" 200 1109 0.055170 10.0.0.141 - - [2026-01-08 02:00:50] "POST /neutron/port HTTP/1.1" 200 1119 0.019190 10.0.0.141 - - [2026-01-08 02:00:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003034 10.0.0.141 - - [2026-01-08 02:00:50] "POST /neutron/subnet HTTP/1.1" 200 708 0.006600 10.0.0.141 - - [2026-01-08 02:00:50] "POST /neutron/port HTTP/1.1" 200 117 0.001199 10.0.0.141 - - [2026-01-08 02:00:50] "POST /neutron/network HTTP/1.1" 200 833 0.004921 10.0.0.141 - - [2026-01-08 02:00:51] "GET /projects?obj_uuids=16ca8d89-5e07-4463-bd10-b3768d386f52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000953 10.0.0.141 - - [2026-01-08 02:00:51] "GET /project/16ca8d89-5e07-4463-bd10-b3768d386f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.051829 10.0.0.141 - - [2026-01-08 02:00:51] "POST /neutron/network HTTP/1.1" 200 833 0.004810 10.0.0.141 - - [2026-01-08 02:00:51] "POST /neutron/port HTTP/1.1" 200 1119 0.017354 10.0.0.141 - - [2026-01-08 02:00:51] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005509 10.0.0.141 - - [2026-01-08 02:00:51] "POST /neutron/port HTTP/1.1" 200 117 0.005169 10.0.0.141 - - [2026-01-08 02:00:51] "POST /neutron/port HTTP/1.1" 200 1119 0.012202 10.0.0.141 - - [2026-01-08 02:00:51] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005387 10.0.0.141 - - [2026-01-08 02:00:51] "POST /neutron/network HTTP/1.1" 200 843 0.004726 10.0.0.141 - - [2026-01-08 02:00:51] "GET /projects?obj_uuids=16ca8d89-5e07-4463-bd10-b3768d386f52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001259 10.0.0.141 - - [2026-01-08 02:00:51] "POST /neutron/port HTTP/1.1" 200 1055 0.249630 10.0.0.141 - - [2026-01-08 02:00:51] "POST /neutron/port HTTP/1.1" 200 1055 0.009699 10.0.0.141 - - [2026-01-08 02:00:51] "POST /neutron/port HTTP/1.1" 200 1055 0.013010 10.0.0.141 - - [2026-01-08 02:00:52] "POST /neutron/port HTTP/1.1" 200 1109 0.066544 10.0.0.141 - - [2026-01-08 02:00:52] "POST /neutron/port HTTP/1.1" 200 1119 0.012282 10.0.0.141 - - [2026-01-08 02:00:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002562 10.0.0.141 - - [2026-01-08 02:00:52] "POST /neutron/subnet HTTP/1.1" 200 708 0.005440 10.0.0.141 - - [2026-01-08 02:00:52] "POST /neutron/port HTTP/1.1" 200 117 0.000988 10.0.0.141 - - [2026-01-08 02:00:52] "POST /neutron/network HTTP/1.1" 200 833 0.005157 10.0.0.141 - - [2026-01-08 02:00:56] "POST /neutron/port HTTP/1.1" 200 1119 0.015605 10.0.0.141 - - [2026-01-08 02:00:56] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007442 10.0.0.141 - - [2026-01-08 02:00:56] "POST /neutron/port HTTP/1.1" 200 1119 0.013202 10.0.0.141 - - [2026-01-08 02:00:56] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008030 10.0.0.141 - - [2026-01-08 02:00:56] "POST /neutron/port HTTP/1.1" 200 1119 0.011515 10.0.0.141 - - [2026-01-08 02:00:56] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006842 10.0.0.141 - - [2026-01-08 02:00:56] "GET /virtual-machine/cd5ad37b-fa25-4bdb-9858-8886b585f20c HTTP/1.1" 401 293 0.002316 10.0.0.141 - - [2026-01-08 02:00:56] "GET /virtual-machine/cd5ad37b-fa25-4bdb-9858-8886b585f20c HTTP/1.1" 200 1288 0.027724 10.0.0.141 - - [2026-01-08 02:00:56] "GET /virtual-machine-interface/f03754f7-1bff-4389-9d51-b22edd2fe244 HTTP/1.1" 200 2935 0.004620 10.0.0.141 - - [2026-01-08 02:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002697 10.0.0.141 - - [2026-01-08 02:00:56] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003394 10.0.0.141 - - [2026-01-08 02:00:57] "GET /virtual-networks?parent_id=16ca8d89-5e07-4463-bd10-b3768d386f52&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002885 10.0.0.141 - - [2026-01-08 02:00:57] "GET /virtual-network/f7e0d8f5-c968-440c-87a7-ca11e409a8d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.004859 10.0.0.141 - - [2026-01-08 02:00:59] "POST /neutron/port HTTP/1.1" 200 1119 0.012379 10.0.0.141 - - [2026-01-08 02:00:59] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005171 10.0.0.141 - - [2026-01-08 02:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.141 - - [2026-01-08 02:01:00] "GET /virtual-network/f7e0d8f5-c968-440c-87a7-ca11e409a8d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.004696 10.0.0.141 - - [2026-01-08 02:01:00] "POST /neutron/port HTTP/1.1" 200 1119 0.012229 10.0.0.141 - - [2026-01-08 02:01:00] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004694 10.0.0.141 - - [2026-01-08 02:01:01] "DELETE /project/bf88f1d323b44973b87ffb4bdcde59c6 HTTP/1.1" 404 173 0.015019 10.0.0.141 - - [2026-01-08 02:01:01] "DELETE /project/5191b7950c204c258be31247e2b4cd9e HTTP/1.1" 404 173 0.014024 10.0.0.141 - - [2026-01-08 02:01:01] "DELETE /project/16ca8d895e074463bd10b3768d386f52 HTTP/1.1" 404 173 0.011432 10.0.0.141 - - [2026-01-08 02:01:01] "GET /projects?obj_uuids=1b02f120-27bd-4915-96ee-5f94f2784f84&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000861 10.0.0.141 - - [2026-01-08 02:01:01] "GET /projects?obj_uuids=bf88f1d3-23b4-4973-b87f-fb4bdcde59c6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000711 10.0.0.141 - - [2026-01-08 02:01:01] "GET /projects?obj_uuids=5191b795-0c20-4c25-8be3-1247e2b4cd9e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000723 10.0.0.141 - - [2026-01-08 02:01:01] "GET /project/5191b795-0c20-4c25-8be3-1247e2b4cd9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.034883 10.0.0.141 - - [2026-01-08 02:01:01] "GET /project/1b02f120-27bd-4915-96ee-5f94f2784f84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.036101 10.0.0.141 - - [2026-01-08 02:01:01] "GET /project/bf88f1d3-23b4-4973-b87f-fb4bdcde59c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.042162 10.0.0.141 - - [2026-01-08 02:01:01] "GET /projects?obj_uuids=bf88f1d3-23b4-4973-b87f-fb4bdcde59c6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001091 10.0.0.141 - - [2026-01-08 02:01:01] "GET /projects?obj_uuids=1b02f120-27bd-4915-96ee-5f94f2784f84&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000769 10.0.0.141 - - [2026-01-08 02:01:01] "GET /projects?obj_uuids=5191b795-0c20-4c25-8be3-1247e2b4cd9e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000700 10.0.0.141 - - [2026-01-08 02:01:01] "GET /project/5191b795-0c20-4c25-8be3-1247e2b4cd9e?fields=security_groups HTTP/1.1" 200 1369 0.064317 10.0.0.141 - - [2026-01-08 02:01:01] "GET /project/1b02f120-27bd-4915-96ee-5f94f2784f84?fields=security_groups HTTP/1.1" 200 1387 0.069007 10.0.0.141 - - [2026-01-08 02:01:01] "GET /project/bf88f1d3-23b4-4973-b87f-fb4bdcde59c6?fields=security_groups HTTP/1.1" 200 1412 0.073922 10.0.0.141 - - [2026-01-08 02:01:01] "DELETE /security-group/d3c273a6-26fd-4301-b374-2e4c46d0d7bf HTTP/1.1" 200 115 0.052270 10.0.0.141 - - [2026-01-08 02:01:01] "GET /projects?obj_uuids=5191b795-0c20-4c25-8be3-1247e2b4cd9e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000903 10.0.0.141 - - [2026-01-08 02:01:01] "DELETE /access-control-list/3845573d-547e-4d58-9831-db821c954ca7 HTTP/1.1" 200 115 0.037004 10.0.0.141 - - [2026-01-08 02:01:01] "DELETE /security-group/776dd4c2-e632-4e2b-97c5-e5636c742533 HTTP/1.1" 200 115 0.065075 10.0.0.141 - - [2026-01-08 02:01:01] "GET /projects?obj_uuids=1b02f120-27bd-4915-96ee-5f94f2784f84&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001007 10.0.0.141 - - [2026-01-08 02:01:01] "DELETE /security-group/81d2086f-2af0-42e1-8662-3aeaaa212772 HTTP/1.1" 200 115 0.070248 10.0.0.141 - - [2026-01-08 02:01:01] "GET /project/5191b795-0c20-4c25-8be3-1247e2b4cd9e?fields=application_policy_sets HTTP/1.1" 200 1408 0.038062 10.0.0.141 - - [2026-01-08 02:01:01] "GET /projects?obj_uuids=bf88f1d3-23b4-4973-b87f-fb4bdcde59c6&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000969 10.0.0.141 - - [2026-01-08 02:01:01] "DELETE /access-control-list/b78bc8e5-268b-4eee-a679-49d31ffedbb3 HTTP/1.1" 200 115 0.033852 10.0.0.141 - - [2026-01-08 02:01:01] "GET /project/bf88f1d3-23b4-4973-b87f-fb4bdcde59c6?fields=application_policy_sets HTTP/1.1" 200 1451 0.039644 10.0.0.141 - - [2026-01-08 02:01:02] "GET /project/1b02f120-27bd-4915-96ee-5f94f2784f84?fields=application_policy_sets HTTP/1.1" 200 1426 0.093364 10.0.0.141 - - [2026-01-08 02:01:02] "DELETE /access-control-list/c773fe6e-822a-4f2a-97b1-128b14650f04 HTTP/1.1" 200 115 0.059807 10.0.0.141 - - [2026-01-08 02:01:02] "DELETE /access-control-list/93db96fc-5f81-448e-86e7-b62db99f3228 HTTP/1.1" 200 115 0.034950 10.0.0.141 - - [2026-01-08 02:01:02] "DELETE /access-control-list/53f040c4-1901-42ef-ae9a-ea20dc5b1073 HTTP/1.1" 200 115 0.033364 10.0.0.141 - - [2026-01-08 02:01:02] "DELETE /project/5191b795-0c20-4c25-8be3-1247e2b4cd9e HTTP/1.1" 200 115 0.442545 10.0.0.141 - - [2026-01-08 02:01:02] "DELETE /access-control-list/3950539e-0619-4432-8875-a65a42096b10 HTTP/1.1" 200 115 0.031178 10.0.0.141 - - [2026-01-08 02:01:02] "DELETE /project/bf88f1d3-23b4-4973-b87f-fb4bdcde59c6 HTTP/1.1" 200 115 0.457401 10.0.0.141 - - [2026-01-08 02:01:02] "DELETE /project/1b02f120-27bd-4915-96ee-5f94f2784f84 HTTP/1.1" 200 115 0.473579 10.0.0.141 - - [2026-01-08 02:01:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002621 10.0.0.141 - - [2026-01-08 02:01:02] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002536 10.0.0.141 - - [2026-01-08 02:01:02] "GET /virtual-networks?parent_id=16ca8d89-5e07-4463-bd10-b3768d386f52&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002569 10.0.0.141 - - [2026-01-08 02:01:02] "GET /virtual-network/f7e0d8f5-c968-440c-87a7-ca11e409a8d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005780 10.0.0.141 - - [2026-01-08 02:01:02] "POST /neutron/port HTTP/1.1" 200 1119 0.011478 10.0.0.141 - - [2026-01-08 02:01:02] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006596 10.0.0.141 - - [2026-01-08 02:01:02] "POST /neutron/port HTTP/1.1" 200 1119 0.010638 10.0.0.141 - - [2026-01-08 02:01:02] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005177 10.0.0.141 - - [2026-01-08 02:01:02] "POST /neutron/port HTTP/1.1" 200 1119 0.022126 10.0.0.141 - - [2026-01-08 02:01:02] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005419 10.0.0.141 - - [2026-01-08 02:01:02] "GET /virtual-machine/e44a9366-b28c-4e1b-bd05-4fa01509a531 HTTP/1.1" 200 1288 0.004822 10.0.0.141 - - [2026-01-08 02:01:02] "GET /virtual-machine-interface/d329c74a-215e-4b9d-9bbd-685cf893b680 HTTP/1.1" 200 2935 0.005481 10.0.0.141 - - [2026-01-08 02:01:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002321 10.0.0.141 - - [2026-01-08 02:01:02] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002438 10.0.0.141 - - [2026-01-08 02:01:02] "GET /virtual-networks?parent_id=16ca8d89-5e07-4463-bd10-b3768d386f52&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002674 10.0.0.141 - - [2026-01-08 02:01:02] "GET /virtual-network/7091ad83-6abc-4510-9064-782aaa4e2a44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.004910 10.0.0.141 - - [2026-01-08 02:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002600 10.0.0.141 - - [2026-01-08 02:01:04] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002615 10.0.0.141 - - [2026-01-08 02:01:04] "GET /virtual-networks?parent_id=16ca8d89-5e07-4463-bd10-b3768d386f52&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002645 10.0.0.141 - - [2026-01-08 02:01:04] "GET /virtual-network/7091ad83-6abc-4510-9064-782aaa4e2a44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005071 10.0.0.141 - - [2026-01-08 02:01:04] "POST /routing-policys HTTP/1.1" 200 536 0.014867 10.0.0.141 - - [2026-01-08 02:01:04] "GET /virtual-network/f7e0d8f5-c968-440c-87a7-ca11e409a8d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.004165 10.0.0.141 - - [2026-01-08 02:01:04] "POST /ref-update HTTP/1.1" 200 156 0.010756 10.0.0.141 - - [2026-01-08 02:01:04] "PUT /virtual-network/f7e0d8f5-c968-440c-87a7-ca11e409a8d3 HTTP/1.1" 200 265 0.030911 10.0.0.141 - - [2026-01-08 02:01:07] "GET /obj-perms HTTP/1.1" 200 5075 0.056689 10.0.0.141 - - [2026-01-08 02:01:07] "GET /obj-perms HTTP/1.1" 200 5075 0.057220 10.0.0.141 - - [2026-01-08 02:01:08] "POST /ref-update HTTP/1.1" 200 156 0.013494 10.0.0.141 - - [2026-01-08 02:01:08] "POST /ref-update HTTP/1.1" 200 156 0.060764 10.0.0.141 - - [2026-01-08 02:01:08] "DELETE /routing-policy/75afd2c6-8f08-4405-854b-f0ab84677bcd HTTP/1.1" 200 115 0.030249 10.0.0.141 - - [2026-01-08 02:01:08] "POST /neutron/network HTTP/1.1" 200 833 0.008444 10.0.0.141 - - [2026-01-08 02:01:08] "POST /neutron/network HTTP/1.1" 400 204 0.008644 10.0.0.141 - - [2026-01-08 02:01:09] "POST /neutron/port HTTP/1.1" 200 1119 0.011975 10.0.0.141 - - [2026-01-08 02:01:09] "POST /neutron/port HTTP/1.1" 200 1109 0.009267 10.0.0.141 - - [2026-01-08 02:01:09] "POST /neutron/port HTTP/1.1" 200 1119 0.012350 10.0.0.141 - - [2026-01-08 02:01:09] "POST /neutron/port HTTP/1.1" 200 1109 0.013628 10.0.0.141 - - [2026-01-08 02:01:09] "POST /neutron/port HTTP/1.1" 200 151 0.115463 10.0.0.141 - - [2026-01-08 02:01:09] "POST /neutron/port HTTP/1.1" 200 151 0.101236 10.0.0.141 - - [2026-01-08 02:01:10] "POST /neutron/network HTTP/1.1" 200 833 0.004878 10.0.0.141 - - [2026-01-08 02:01:10] "POST /useragent-kv HTTP/1.1" 200 115 0.001992 10.0.0.141 - - [2026-01-08 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.141 - - [2026-01-08 02:01:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002055 10.0.0.141 - - [2026-01-08 02:01:10] "POST /neutron/network HTTP/1.1" 200 151 0.072122 10.0.0.141 - - [2026-01-08 02:01:10] "DELETE /route-target/4a60db5b-f36f-4a71-a4b7-e103c8669cc0 HTTP/1.1" 200 115 0.011673 10.0.0.141 - - [2026-01-08 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.141 - - [2026-01-08 02:01:10] "POST /neutron/network HTTP/1.1" 200 833 0.006459 10.0.0.141 - - [2026-01-08 02:01:11] "DELETE /route-target/2afa8696-9f81-4972-8822-613bf57b485a HTTP/1.1" 409 240 0.005845 10.0.0.141 - - [2026-01-08 02:01:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002520 10.0.0.141 - - [2026-01-08 02:01:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002114 10.0.0.141 - - [2026-01-08 02:01:11] "POST /neutron/network HTTP/1.1" 200 151 0.078253 10.0.0.141 - - [2026-01-08 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002687 10.0.0.141 - - [2026-01-08 02:01:11] "DELETE /route-target/8aa74bdb-0500-4abc-8e62-511424caf802 HTTP/1.1" 200 115 0.014354 10.0.0.141 - - [2026-01-08 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002181 10.0.0.141 - - [2026-01-08 02:01:11] "DELETE /route-target/2afa8696-9f81-4972-8822-613bf57b485a HTTP/1.1" 200 115 0.015708 10.0.0.141 - - [2026-01-08 02:01:11] "GET /projects?obj_uuids=16ca8d89-5e07-4463-bd10-b3768d386f52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000960 10.0.0.141 - - [2026-01-08 02:01:11] "GET /project/16ca8d89-5e07-4463-bd10-b3768d386f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.028130 10.0.0.141 - - [2026-01-08 02:01:11] "GET /projects?obj_uuids=16ca8d89-5e07-4463-bd10-b3768d386f52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001044 10.0.0.141 - - [2026-01-08 02:01:11] "GET /project/16ca8d89-5e07-4463-bd10-b3768d386f52?fields=virtual_networks HTTP/1.1" 200 1020 0.068229 10.0.0.141 - - [2026-01-08 02:01:11] "GET /projects?obj_uuids=16ca8d89-5e07-4463-bd10-b3768d386f52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000965 10.0.0.141 - - [2026-01-08 02:01:11] "GET /project/16ca8d89-5e07-4463-bd10-b3768d386f52?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.022305 10.0.0.141 - - [2026-01-08 02:01:11] "GET /projects?obj_uuids=16ca8d89-5e07-4463-bd10-b3768d386f52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000929 10.0.0.141 - - [2026-01-08 02:01:11] "GET /project/16ca8d89-5e07-4463-bd10-b3768d386f52?fields=security_groups HTTP/1.1" 200 1240 0.020693 10.0.0.141 - - [2026-01-08 02:01:12] "POST /fqname-to-id HTTP/1.1" 404 186 0.029534 10.0.0.141 - - [2026-01-08 02:01:12] "GET /projects?obj_uuids=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002123 10.0.0.141 - - [2026-01-08 02:01:12] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001290 10.0.0.141 - - [2026-01-08 02:01:12] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006203 10.0.0.141 - - [2026-01-08 02:01:12] "POST /id-to-fqname HTTP/1.1" 200 188 0.001549 10.0.0.141 - - [2026-01-08 02:01:12] "POST /fqname-to-id HTTP/1.1" 404 197 0.002086 10.0.0.141 - - [2026-01-08 02:01:12] "POST /security-groups HTTP/1.1" 200 589 0.064396 10.0.0.141 - - [2026-01-08 02:01:12] "POST /fqname-to-id HTTP/1.1" 404 232 0.002489 10.0.0.141 - - [2026-01-08 02:01:12] "POST /projects HTTP/1.1" 200 581 0.214416 10.0.0.141 - - [2026-01-08 02:01:12] "POST /access-control-lists HTTP/1.1" 200 596 0.059562 10.0.0.141 - - [2026-01-08 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.283704 10.0.0.141 - - [2026-01-08 02:01:12] "POST /fqname-to-id HTTP/1.1" 404 231 0.003466 10.0.0.141 - - [2026-01-08 02:01:12] "GET /project/763c67b2-11f6-4501-b7be-395a252a8ab9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.408435 10.0.0.141 - - [2026-01-08 02:01:12] "POST /access-control-lists HTTP/1.1" 200 594 0.060965 10.0.0.141 - - [2026-01-08 02:01:13] "GET / HTTP/1.1" 200 36215 0.002032 10.0.0.141 - - [2026-01-08 02:01:14] "POST /fqname-to-id HTTP/1.1" 401 293 0.000683 10.0.0.141 - - [2026-01-08 02:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.060236 10.0.0.141 - - [2026-01-08 02:01:14] "GET /projects?obj_uuids=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000922 10.0.0.141 - - [2026-01-08 02:01:15] "GET /project/763c67b2-11f6-4501-b7be-395a252a8ab9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.026664 10.0.0.141 - - [2026-01-08 02:01:15] "POST /neutron/network HTTP/1.1" 200 117 0.032707 10.0.0.141 - - [2026-01-08 02:01:15] "GET /projects?obj_uuids=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001203 10.0.0.141 - - [2026-01-08 02:01:15] "POST /neutron/network HTTP/1.1" 200 613 0.063934 10.0.0.141 - - [2026-01-08 02:01:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003592 10.0.0.141 - - [2026-01-08 02:01:15] "POST /neutron/subnet HTTP/1.1" 200 734 0.179800 10.0.0.141 - - [2026-01-08 02:01:15] "POST /neutron/network HTTP/1.1" 200 834 0.005936 10.0.0.141 - - [2026-01-08 02:01:15] "POST /id-to-fqname HTTP/1.1" 200 223 0.001095 10.0.0.141 - - [2026-01-08 02:01:15] "GET /virtual-network/40cb0f4b-4698-44c7-8bce-3d0fab20ac84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004845 10.0.0.141 - - [2026-01-08 02:01:15] "POST /neutron/network HTTP/1.1" 200 834 0.005717 10.0.0.141 - - [2026-01-08 02:01:15] "GET /virtual-network/40cb0f4b-4698-44c7-8bce-3d0fab20ac84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004432 10.0.0.141 - - [2026-01-08 02:01:15] "POST /neutron/network HTTP/1.1" 200 834 0.005029 10.0.0.141 - - [2026-01-08 02:01:15] "POST /neutron/subnet HTTP/1.1" 200 734 0.006467 10.0.0.141 - - [2026-01-08 02:01:15] "GET /domains HTTP/1.1" 401 293 0.000370 10.0.0.141 - - [2026-01-08 02:01:15] "POST /route-targets HTTP/1.1" 200 328 0.008738 10.0.0.141 - - [2026-01-08 02:01:15] "POST /ref-update HTTP/1.1" 200 156 0.012269 10.0.0.141 - - [2026-01-08 02:01:15] "GET /domains HTTP/1.1" 200 281 0.026380 10.0.0.141 - - [2026-01-08 02:01:15] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001204 10.0.0.141 - - [2026-01-08 02:01:15] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2761 0.007239 10.0.0.141 - - [2026-01-08 02:01:15] "GET /projects?obj_uuids=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001032 10.0.0.141 - - [2026-01-08 02:01:15] "GET /project/763c67b2-11f6-4501-b7be-395a252a8ab9 HTTP/1.1" 200 2086 0.064432 10.0.0.141 - - [2026-01-08 02:01:15] "GET /virtual-network/40cb0f4b-4698-44c7-8bce-3d0fab20ac84 HTTP/1.1" 200 2329 0.005590 10.0.0.141 - - [2026-01-08 02:01:15] "GET /virtual-network/40cb0f4b-4698-44c7-8bce-3d0fab20ac84 HTTP/1.1" 200 2329 0.004307 10.0.0.141 - - [2026-01-08 02:01:16] "GET /routing-instance/27300c37-34af-4051-9864-2577ad76575e HTTP/1.1" 200 1496 0.002917 10.0.0.141 - - [2026-01-08 02:01:16] "GET /routing-instance/27300c37-34af-4051-9864-2577ad76575e HTTP/1.1" 200 1496 0.002492 10.0.0.141 - - [2026-01-08 02:01:16] "GET /route-target/4471b103-7f2a-408d-afc0-f22889abc2cd HTTP/1.1" 200 1214 0.002933 10.0.0.141 - - [2026-01-08 02:01:16] "GET /virtual-network/40cb0f4b-4698-44c7-8bce-3d0fab20ac84 HTTP/1.1" 200 2329 0.004018 10.0.0.141 - - [2026-01-08 02:01:16] "GET /routing-instance/27300c37-34af-4051-9864-2577ad76575e HTTP/1.1" 200 1496 0.003003 10.0.0.141 - - [2026-01-08 02:01:16] "GET /virtual-network/40cb0f4b-4698-44c7-8bce-3d0fab20ac84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.003907 10.0.0.141 - - [2026-01-08 02:01:16] "GET /virtual-network/40cb0f4b-4698-44c7-8bce-3d0fab20ac84 HTTP/1.1" 200 2329 0.003894 10.0.0.141 - - [2026-01-08 02:01:16] "GET /routing-instance/27300c37-34af-4051-9864-2577ad76575e HTTP/1.1" 200 1496 0.003210 10.0.0.141 - - [2026-01-08 02:01:16] "GET /routing-instance/27300c37-34af-4051-9864-2577ad76575e HTTP/1.1" 200 1496 0.003320 10.0.0.141 - - [2026-01-08 02:01:16] "GET /route-target/4471b103-7f2a-408d-afc0-f22889abc2cd HTTP/1.1" 200 1214 0.002299 10.0.0.141 - - [2026-01-08 02:01:16] "GET /domains HTTP/1.1" 200 281 0.002606 10.0.0.141 - - [2026-01-08 02:01:16] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000844 10.0.0.141 - - [2026-01-08 02:01:16] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2761 0.005446 10.0.0.141 - - [2026-01-08 02:01:16] "GET /projects?obj_uuids=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000938 10.0.0.141 - - [2026-01-08 02:01:16] "GET /project/763c67b2-11f6-4501-b7be-395a252a8ab9 HTTP/1.1" 200 2086 0.065754 10.0.0.141 - - [2026-01-08 02:01:16] "GET /virtual-network/40cb0f4b-4698-44c7-8bce-3d0fab20ac84 HTTP/1.1" 200 2329 0.004014 10.0.0.141 - - [2026-01-08 02:01:16] "GET /obj-perms HTTP/1.1" 200 5045 0.052634 10.0.0.141 - - [2026-01-08 02:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.141 - - [2026-01-08 02:01:16] "GET /projects?obj_uuids=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000895 10.0.0.141 - - [2026-01-08 02:01:16] "GET /project/763c67b2-11f6-4501-b7be-395a252a8ab9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.022593 10.0.0.141 - - [2026-01-08 02:01:16] "POST /neutron/network HTTP/1.1" 200 117 0.008789 10.0.0.141 - - [2026-01-08 02:01:16] "GET /projects?obj_uuids=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000921 10.0.0.141 - - [2026-01-08 02:01:16] "POST /neutron/network HTTP/1.1" 200 613 0.060651 10.0.0.141 - - [2026-01-08 02:01:16] "POST /route-targets HTTP/1.1" 200 328 0.009972 10.0.0.141 - - [2026-01-08 02:01:16] "POST /ref-update HTTP/1.1" 200 156 0.011145 10.0.0.141 - - [2026-01-08 02:01:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003949 10.0.0.141 - - [2026-01-08 02:01:16] "POST /neutron/subnet HTTP/1.1" 200 734 0.200442 10.0.0.141 - - [2026-01-08 02:01:16] "POST /neutron/network HTTP/1.1" 200 834 0.005014 10.0.0.141 - - [2026-01-08 02:01:16] "POST /id-to-fqname HTTP/1.1" 200 223 0.001148 10.0.0.141 - - [2026-01-08 02:01:16] "GET /virtual-network/33ecb900-1be3-4258-b96f-8c4d5dd852c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004141 10.0.0.141 - - [2026-01-08 02:01:16] "POST /neutron/network HTTP/1.1" 200 834 0.005217 10.0.0.141 - - [2026-01-08 02:01:17] "GET /virtual-network/33ecb900-1be3-4258-b96f-8c4d5dd852c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005601 10.0.0.141 - - [2026-01-08 02:01:17] "POST /neutron/network HTTP/1.1" 200 834 0.005565 10.0.0.141 - - [2026-01-08 02:01:17] "POST /neutron/subnet HTTP/1.1" 200 734 0.007091 10.0.0.141 - - [2026-01-08 02:01:17] "GET /domains HTTP/1.1" 200 281 0.002411 10.0.0.141 - - [2026-01-08 02:01:17] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001303 10.0.0.141 - - [2026-01-08 02:01:17] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2761 0.006597 10.0.0.141 - - [2026-01-08 02:01:17] "GET /projects?obj_uuids=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001136 10.0.0.141 - - [2026-01-08 02:01:17] "GET /project/763c67b2-11f6-4501-b7be-395a252a8ab9 HTTP/1.1" 200 2305 0.069456 10.0.0.141 - - [2026-01-08 02:01:17] "GET /virtual-network/33ecb900-1be3-4258-b96f-8c4d5dd852c1 HTTP/1.1" 200 2329 0.006523 10.0.0.141 - - [2026-01-08 02:01:17] "GET /virtual-network/33ecb900-1be3-4258-b96f-8c4d5dd852c1 HTTP/1.1" 200 2329 0.004157 10.0.0.141 - - [2026-01-08 02:01:17] "GET /routing-instance/62e8f0db-b332-480c-a104-8f5635685287 HTTP/1.1" 200 1496 0.002920 10.0.0.141 - - [2026-01-08 02:01:17] "GET /routing-instance/62e8f0db-b332-480c-a104-8f5635685287 HTTP/1.1" 200 1496 0.002838 10.0.0.141 - - [2026-01-08 02:01:17] "GET /route-target/3ffc73cf-c301-4830-9cc5-b73b87179bee HTTP/1.1" 200 1214 0.003131 10.0.0.141 - - [2026-01-08 02:01:17] "GET /virtual-network/33ecb900-1be3-4258-b96f-8c4d5dd852c1 HTTP/1.1" 200 2329 0.004066 10.0.0.141 - - [2026-01-08 02:01:17] "GET /routing-instance/62e8f0db-b332-480c-a104-8f5635685287 HTTP/1.1" 200 1496 0.003540 10.0.0.141 - - [2026-01-08 02:01:17] "GET /virtual-network/33ecb900-1be3-4258-b96f-8c4d5dd852c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004271 10.0.0.141 - - [2026-01-08 02:01:17] "GET /virtual-network/33ecb900-1be3-4258-b96f-8c4d5dd852c1 HTTP/1.1" 200 2329 0.004197 10.0.0.141 - - [2026-01-08 02:01:17] "GET /routing-instance/62e8f0db-b332-480c-a104-8f5635685287 HTTP/1.1" 200 1496 0.004038 10.0.0.141 - - [2026-01-08 02:01:17] "GET /routing-instance/62e8f0db-b332-480c-a104-8f5635685287 HTTP/1.1" 200 1496 0.003038 10.0.0.141 - - [2026-01-08 02:01:17] "GET /route-target/3ffc73cf-c301-4830-9cc5-b73b87179bee HTTP/1.1" 200 1214 0.002465 10.0.0.141 - - [2026-01-08 02:01:17] "GET /domains HTTP/1.1" 200 281 0.002538 10.0.0.141 - - [2026-01-08 02:01:17] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.141 - - [2026-01-08 02:01:17] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2761 0.007064 10.0.0.141 - - [2026-01-08 02:01:17] "GET /projects?obj_uuids=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000899 10.0.0.141 - - [2026-01-08 02:01:17] "GET /project/763c67b2-11f6-4501-b7be-395a252a8ab9 HTTP/1.1" 200 2305 0.068822 10.0.0.141 - - [2026-01-08 02:01:17] "GET /virtual-network/33ecb900-1be3-4258-b96f-8c4d5dd852c1 HTTP/1.1" 200 2329 0.004109 10.0.0.141 - - [2026-01-08 02:01:17] "GET /obj-perms HTTP/1.1" 200 5045 0.002591 10.0.0.141 - - [2026-01-08 02:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.141 - - [2026-01-08 02:01:17] "GET /projects?obj_uuids=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001606 10.0.0.141 - - [2026-01-08 02:01:17] "GET /project/763c67b2-11f6-4501-b7be-395a252a8ab9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.027554 10.0.0.141 - - [2026-01-08 02:01:17] "POST /neutron/network HTTP/1.1" 200 117 0.010159 10.0.0.141 - - [2026-01-08 02:01:17] "GET /projects?obj_uuids=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000858 10.0.0.141 - - [2026-01-08 02:01:17] "POST /neutron/network HTTP/1.1" 200 615 0.058962 10.0.0.141 - - [2026-01-08 02:01:17] "POST /ref-update HTTP/1.1" 200 156 0.010611 10.0.0.141 - - [2026-01-08 02:01:17] "POST /useragent-kv HTTP/1.1" 200 115 0.004446 10.0.0.141 - - [2026-01-08 02:01:17] "POST /neutron/subnet HTTP/1.1" 200 724 0.134199 10.0.0.141 - - [2026-01-08 02:01:17] "POST /neutron/network HTTP/1.1" 200 834 0.004974 10.0.0.141 - - [2026-01-08 02:01:17] "POST /id-to-fqname HTTP/1.1" 200 224 0.001132 10.0.0.141 - - [2026-01-08 02:01:17] "GET /virtual-network/899408b5-c2c8-4708-a773-3da7bb5591ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005056 10.0.0.141 - - [2026-01-08 02:01:17] "POST /neutron/network HTTP/1.1" 200 834 0.004857 10.0.0.141 - - [2026-01-08 02:01:17] "GET /virtual-network/899408b5-c2c8-4708-a773-3da7bb5591ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004167 10.0.0.141 - - [2026-01-08 02:01:17] "POST /neutron/network HTTP/1.1" 200 834 0.004672 10.0.0.141 - - [2026-01-08 02:01:17] "POST /neutron/subnet HTTP/1.1" 200 724 0.005964 10.0.0.141 - - [2026-01-08 02:01:17] "GET /domains HTTP/1.1" 200 281 0.001798 10.0.0.141 - - [2026-01-08 02:01:17] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000802 10.0.0.141 - - [2026-01-08 02:01:17] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2761 0.005120 10.0.0.141 - - [2026-01-08 02:01:17] "GET /projects?obj_uuids=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000762 10.0.0.141 - - [2026-01-08 02:01:17] "GET /project/763c67b2-11f6-4501-b7be-395a252a8ab9 HTTP/1.1" 200 2525 0.069268 10.0.0.141 - - [2026-01-08 02:01:17] "GET /virtual-network/899408b5-c2c8-4708-a773-3da7bb5591ff HTTP/1.1" 200 2328 0.005289 10.0.0.141 - - [2026-01-08 02:01:17] "GET /virtual-network/899408b5-c2c8-4708-a773-3da7bb5591ff HTTP/1.1" 200 2328 0.004322 10.0.0.141 - - [2026-01-08 02:01:17] "GET /routing-instance/a97321f9-abb9-413c-bb60-00ee8927e0cb HTTP/1.1" 200 1501 0.002745 10.0.0.141 - - [2026-01-08 02:01:17] "GET /routing-instance/a97321f9-abb9-413c-bb60-00ee8927e0cb HTTP/1.1" 200 1501 0.002761 10.0.0.141 - - [2026-01-08 02:01:17] "GET /route-target/6a7e1774-757a-4ebc-9aac-1d18eccb14da HTTP/1.1" 200 1216 0.002415 10.0.0.141 - - [2026-01-08 02:01:18] "GET /virtual-network/899408b5-c2c8-4708-a773-3da7bb5591ff HTTP/1.1" 200 2328 0.003746 10.0.0.141 - - [2026-01-08 02:01:18] "GET /routing-instance/a97321f9-abb9-413c-bb60-00ee8927e0cb HTTP/1.1" 200 1501 0.004236 10.0.0.141 - - [2026-01-08 02:01:18] "GET /virtual-network/899408b5-c2c8-4708-a773-3da7bb5591ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.003954 10.0.0.141 - - [2026-01-08 02:01:18] "GET /virtual-network/899408b5-c2c8-4708-a773-3da7bb5591ff HTTP/1.1" 200 2328 0.004920 10.0.0.141 - - [2026-01-08 02:01:18] "GET /routing-instance/a97321f9-abb9-413c-bb60-00ee8927e0cb HTTP/1.1" 200 1501 0.003014 10.0.0.141 - - [2026-01-08 02:01:18] "GET /routing-instance/a97321f9-abb9-413c-bb60-00ee8927e0cb HTTP/1.1" 200 1501 0.002948 10.0.0.141 - - [2026-01-08 02:01:18] "GET /route-target/6a7e1774-757a-4ebc-9aac-1d18eccb14da HTTP/1.1" 200 1216 0.002497 10.0.0.141 - - [2026-01-08 02:01:18] "GET /domains HTTP/1.1" 200 281 0.002616 10.0.0.141 - - [2026-01-08 02:01:18] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000819 10.0.0.141 - - [2026-01-08 02:01:18] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2761 0.005858 10.0.0.141 - - [2026-01-08 02:01:18] "GET /projects?obj_uuids=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000795 10.0.0.141 - - [2026-01-08 02:01:18] "GET /project/763c67b2-11f6-4501-b7be-395a252a8ab9 HTTP/1.1" 200 2525 0.068366 10.0.0.141 - - [2026-01-08 02:01:18] "GET /virtual-network/899408b5-c2c8-4708-a773-3da7bb5591ff HTTP/1.1" 200 2328 0.005224 10.0.0.141 - - [2026-01-08 02:01:18] "GET /obj-perms HTTP/1.1" 200 5045 0.002589 10.0.0.141 - - [2026-01-08 02:01:18] "POST /id-to-fqname HTTP/1.1" 200 223 0.001196 10.0.0.141 - - [2026-01-08 02:01:18] "POST /neutron/network HTTP/1.1" 200 844 0.005355 10.0.0.141 - - [2026-01-08 02:01:18] "GET /aaa-mode HTTP/1.1" 401 293 0.000441 10.0.0.141 - - [2026-01-08 02:01:18] "GET / HTTP/1.1" 200 36215 0.001462 10.0.0.141 - - [2026-01-08 02:01:18] "GET /project/763c67b2-11f6-4501-b7be-395a252a8ab9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000329 10.0.0.141 - - [2026-01-08 02:01:19] "GET /projects?obj_uuids=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000923 10.0.0.141 - - [2026-01-08 02:01:19] "GET /project/763c67b2-11f6-4501-b7be-395a252a8ab9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.046170 10.0.0.141 - - [2026-01-08 02:01:19] "POST /neutron/network HTTP/1.1" 200 834 0.005336 10.0.0.141 - - [2026-01-08 02:01:19] "POST /neutron/port HTTP/1.1" 200 117 0.004622 10.0.0.141 - - [2026-01-08 02:01:19] "POST /neutron/port HTTP/1.1" 200 117 0.005352 10.0.0.141 - - [2026-01-08 02:01:19] "POST /id-to-fqname HTTP/1.1" 200 224 0.001189 10.0.0.141 - - [2026-01-08 02:01:19] "POST /neutron/port HTTP/1.1" 200 117 0.004691 10.0.0.141 - - [2026-01-08 02:01:19] "POST /neutron/network HTTP/1.1" 200 844 0.004678 10.0.0.141 - - [2026-01-08 02:01:19] "GET /aaa-mode HTTP/1.1" 401 293 0.000394 10.0.0.141 - - [2026-01-08 02:01:19] "POST /neutron/network HTTP/1.1" 200 844 0.005221 10.0.0.141 - - [2026-01-08 02:01:19] "GET /projects?obj_uuids=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000925 10.0.0.141 - - [2026-01-08 02:01:19] "GET / HTTP/1.1" 200 36215 0.001577 10.0.0.141 - - [2026-01-08 02:01:19] "GET /project/763c67b2-11f6-4501-b7be-395a252a8ab9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000376 10.0.0.141 - - [2026-01-08 02:01:19] "POST /neutron/port HTTP/1.1" 200 1060 0.193473 10.0.0.141 - - [2026-01-08 02:01:19] "POST /neutron/port HTTP/1.1" 200 1060 0.009675 10.0.0.141 - - [2026-01-08 02:01:19] "POST /neutron/port HTTP/1.1" 200 1060 0.008068 10.0.0.141 - - [2026-01-08 02:01:19] "POST /neutron/port HTTP/1.1" 200 1114 0.058680 10.0.0.141 - - [2026-01-08 02:01:19] "POST /neutron/port HTTP/1.1" 200 1124 0.014230 10.0.0.141 - - [2026-01-08 02:01:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003550 10.0.0.141 - - [2026-01-08 02:01:19] "POST /neutron/subnet HTTP/1.1" 200 708 0.006579 10.0.0.141 - - [2026-01-08 02:01:20] "POST /neutron/port HTTP/1.1" 200 117 0.001205 10.0.0.141 - - [2026-01-08 02:01:20] "POST /neutron/network HTTP/1.1" 200 834 0.005284 10.0.0.141 - - [2026-01-08 02:01:20] "GET /projects?obj_uuids=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002038 10.0.0.141 - - [2026-01-08 02:01:20] "GET /project/763c67b2-11f6-4501-b7be-395a252a8ab9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.080639 10.0.0.141 - - [2026-01-08 02:01:20] "POST /neutron/network HTTP/1.1" 200 834 0.004967 10.0.0.141 - - [2026-01-08 02:01:20] "POST /neutron/port HTTP/1.1" 200 1124 0.016519 10.0.0.141 - - [2026-01-08 02:01:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012520 10.0.0.141 - - [2026-01-08 02:01:20] "POST /neutron/port HTTP/1.1" 200 117 0.006790 10.0.0.141 - - [2026-01-08 02:01:20] "POST /fqname-to-id HTTP/1.1" 404 193 0.006232 10.0.0.141 - - [2026-01-08 02:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.141 - - [2026-01-08 02:01:20] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000971 10.0.0.141 - - [2026-01-08 02:01:20] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006193 10.0.0.141 - - [2026-01-08 02:01:20] "POST /service-templates HTTP/1.1" 200 545 0.024155 10.0.0.141 - - [2026-01-08 02:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.141 - - [2026-01-08 02:01:20] "GET /service-template/40bed083-9569-40ae-b687-4fd2b21e744f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.004169 10.0.0.141 - - [2026-01-08 02:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002398 10.0.0.141 - - [2026-01-08 02:01:20] "GET /service-template/40bed083-9569-40ae-b687-4fd2b21e744f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.005816 10.0.0.141 - - [2026-01-08 02:01:20] "POST /neutron/network HTTP/1.1" 200 844 0.005254 10.0.0.141 - - [2026-01-08 02:01:20] "POST /id-to-fqname HTTP/1.1" 200 223 0.001032 10.0.0.141 - - [2026-01-08 02:01:20] "GET /projects?obj_uuids=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000912 10.0.0.141 - - [2026-01-08 02:01:20] "POST /id-to-fqname HTTP/1.1" 200 223 0.001975 10.0.0.141 - - [2026-01-08 02:01:20] "POST /id-to-fqname HTTP/1.1" 200 224 0.001643 10.0.0.141 - - [2026-01-08 02:01:21] "POST /neutron/port HTTP/1.1" 200 1058 0.237417 10.0.0.141 - - [2026-01-08 02:01:21] "POST /neutron/port HTTP/1.1" 200 2040 0.031512 10.0.0.141 - - [2026-01-08 02:01:21] "POST /neutron/port HTTP/1.1" 200 1058 0.016266 10.0.0.141 - - [2026-01-08 02:01:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010359 10.0.0.141 - - [2026-01-08 02:01:21] "POST /neutron/port HTTP/1.1" 200 1058 0.018725 10.0.0.141 - - [2026-01-08 02:01:21] "POST /neutron/port HTTP/1.1" 200 1112 0.082563 10.0.0.141 - - [2026-01-08 02:01:21] "POST /neutron/port HTTP/1.1" 200 1122 0.011699 10.0.0.141 - - [2026-01-08 02:01:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003005 10.0.0.141 - - [2026-01-08 02:01:21] "POST /neutron/subnet HTTP/1.1" 200 698 0.006014 10.0.0.141 - - [2026-01-08 02:01:21] "POST /neutron/port HTTP/1.1" 200 117 0.001103 10.0.0.141 - - [2026-01-08 02:01:21] "POST /neutron/network HTTP/1.1" 200 834 0.004977 10.0.0.141 - - [2026-01-08 02:01:21] "POST /neutron/network HTTP/1.1" 200 2227 0.010480 10.0.0.141 - - [2026-01-08 02:01:21] "GET /aaa-mode HTTP/1.1" 401 293 0.000543 10.0.0.141 - - [2026-01-08 02:01:22] "GET / HTTP/1.1" 200 36215 0.001639 10.0.0.141 - - [2026-01-08 02:01:22] "GET /project/763c67b2-11f6-4501-b7be-395a252a8ab9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000347 10.0.0.141 - - [2026-01-08 02:01:22] "GET /projects?obj_uuids=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000957 10.0.0.141 - - [2026-01-08 02:01:22] "GET /project/763c67b2-11f6-4501-b7be-395a252a8ab9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.090525 10.0.0.141 - - [2026-01-08 02:01:22] "POST /neutron/network HTTP/1.1" 200 834 0.007094 10.0.0.141 - - [2026-01-08 02:01:22] "POST /neutron/network HTTP/1.1" 200 834 0.006009 10.0.0.141 - - [2026-01-08 02:01:22] "POST /neutron/network HTTP/1.1" 200 834 0.006314 10.0.0.141 - - [2026-01-08 02:01:22] "POST /neutron/port HTTP/1.1" 200 2094 0.024158 10.0.0.141 - - [2026-01-08 02:01:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008258 10.0.0.141 - - [2026-01-08 02:01:22] "POST /neutron/port HTTP/1.1" 200 117 0.005520 10.0.0.141 - - [2026-01-08 02:01:23] "POST /neutron/port HTTP/1.1" 200 117 0.006250 10.0.0.141 - - [2026-01-08 02:01:23] "POST /neutron/network HTTP/1.1" 200 2227 0.014734 10.0.0.141 - - [2026-01-08 02:01:23] "GET /projects?obj_uuids=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002313 10.0.0.141 - - [2026-01-08 02:01:23] "POST /neutron/port HTTP/1.1" 200 1060 0.297579 10.0.0.141 - - [2026-01-08 02:01:23] "GET /projects?obj_uuids=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001074 10.0.0.141 - - [2026-01-08 02:01:23] "POST /neutron/port HTTP/1.1" 200 1060 0.173010 10.0.0.141 - - [2026-01-08 02:01:23] "GET /projects?obj_uuids=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001454 10.0.0.141 - - [2026-01-08 02:01:24] "POST /neutron/port HTTP/1.1" 200 1058 0.207430 10.0.0.141 - - [2026-01-08 02:01:24] "POST /neutron/port HTTP/1.1" 200 1060 0.016464 10.0.0.141 - - [2026-01-08 02:01:24] "POST /neutron/port HTTP/1.1" 200 1060 0.014841 10.0.0.141 - - [2026-01-08 02:01:24] "POST /neutron/port HTTP/1.1" 200 1114 0.070748 10.0.0.141 - - [2026-01-08 02:01:24] "POST /neutron/port HTTP/1.1" 200 1060 0.009071 10.0.0.141 - - [2026-01-08 02:01:24] "POST /neutron/port HTTP/1.1" 200 1060 0.008231 10.0.0.141 - - [2026-01-08 02:01:24] "POST /neutron/port HTTP/1.1" 200 1114 0.068042 10.0.0.141 - - [2026-01-08 02:01:24] "POST /neutron/port HTTP/1.1" 200 1058 0.008287 10.0.0.141 - - [2026-01-08 02:01:24] "POST /neutron/port HTTP/1.1" 200 1058 0.008047 10.0.0.141 - - [2026-01-08 02:01:24] "POST /neutron/port HTTP/1.1" 200 1112 0.067012 10.0.0.141 - - [2026-01-08 02:01:24] "POST /neutron/port HTTP/1.1" 200 3065 0.018270 10.0.0.141 - - [2026-01-08 02:01:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002908 10.0.0.141 - - [2026-01-08 02:01:24] "POST /neutron/subnet HTTP/1.1" 200 708 0.007347 10.0.0.141 - - [2026-01-08 02:01:24] "POST /neutron/port HTTP/1.1" 200 117 0.000979 10.0.0.141 - - [2026-01-08 02:01:24] "POST /neutron/network HTTP/1.1" 200 834 0.004283 10.0.0.141 - - [2026-01-08 02:01:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003006 10.0.0.141 - - [2026-01-08 02:01:24] "POST /neutron/subnet HTTP/1.1" 200 708 0.005857 10.0.0.141 - - [2026-01-08 02:01:24] "POST /neutron/port HTTP/1.1" 200 117 0.001120 10.0.0.141 - - [2026-01-08 02:01:24] "POST /neutron/network HTTP/1.1" 200 834 0.005895 10.0.0.141 - - [2026-01-08 02:01:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003962 10.0.0.141 - - [2026-01-08 02:01:24] "POST /neutron/subnet HTTP/1.1" 200 698 0.007716 10.0.0.141 - - [2026-01-08 02:01:24] "POST /neutron/port HTTP/1.1" 200 117 0.001236 10.0.0.141 - - [2026-01-08 02:01:24] "POST /neutron/network HTTP/1.1" 200 834 0.005369 10.0.0.141 - - [2026-01-08 02:01:28] "POST /neutron/port HTTP/1.1" 200 3065 0.019173 10.0.0.141 - - [2026-01-08 02:01:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006371 10.0.0.141 - - [2026-01-08 02:01:28] "POST /neutron/port HTTP/1.1" 200 3065 0.020107 10.0.0.141 - - [2026-01-08 02:01:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008265 10.0.0.141 - - [2026-01-08 02:01:28] "POST /neutron/port HTTP/1.1" 200 3065 0.022845 10.0.0.141 - - [2026-01-08 02:01:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006722 10.0.0.141 - - [2026-01-08 02:01:28] "POST /neutron/port HTTP/1.1" 200 3065 0.028911 10.0.0.141 - - [2026-01-08 02:01:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005134 10.0.0.141 - - [2026-01-08 02:01:28] "POST /neutron/port HTTP/1.1" 200 3065 0.016003 10.0.0.141 - - [2026-01-08 02:01:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005488 10.0.0.141 - - [2026-01-08 02:01:28] "GET /virtual-machine/dbb37f94-55f7-477e-8295-5182eb705a33 HTTP/1.1" 200 1806 0.003867 10.0.0.141 - - [2026-01-08 02:01:28] "GET /virtual-machine-interface/83f2f264-05b8-4173-b20b-7c6e862fbe64 HTTP/1.1" 200 2953 0.004200 10.0.0.141 - - [2026-01-08 02:01:28] "GET /virtual-machine-interface/9e61f9d4-936d-4282-ad22-f1fcef5f29a0 HTTP/1.1" 200 2957 0.004095 10.0.0.141 - - [2026-01-08 02:01:28] "GET /virtual-machine-interface/db59c00a-9108-457b-ab91-108d72f4ead2 HTTP/1.1" 200 2954 0.004213 10.0.0.141 - - [2026-01-08 02:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002719 10.0.0.141 - - [2026-01-08 02:01:28] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002602 10.0.0.141 - - [2026-01-08 02:01:28] "GET /virtual-networks?parent_id=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002825 10.0.0.141 - - [2026-01-08 02:01:28] "GET /virtual-network/40cb0f4b-4698-44c7-8bce-3d0fab20ac84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004722 10.0.0.141 - - [2026-01-08 02:01:28] "POST /neutron/port HTTP/1.1" 200 1124 0.018092 10.0.0.141 - - [2026-01-08 02:01:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004837 10.0.0.141 - - [2026-01-08 02:01:30] "POST /neutron/port HTTP/1.1" 200 1122 0.011896 10.0.0.141 - - [2026-01-08 02:01:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004501 10.0.0.141 - - [2026-01-08 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004280 10.0.0.141 - - [2026-01-08 02:01:31] "GET /virtual-network/40cb0f4b-4698-44c7-8bce-3d0fab20ac84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006456 10.0.0.141 - - [2026-01-08 02:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002512 10.0.0.141 - - [2026-01-08 02:01:35] "GET /virtual-network/40cb0f4b-4698-44c7-8bce-3d0fab20ac84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004346 10.0.0.141 - - [2026-01-08 02:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002656 10.0.0.141 - - [2026-01-08 02:01:40] "GET /virtual-network/40cb0f4b-4698-44c7-8bce-3d0fab20ac84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004381 10.0.0.141 - - [2026-01-08 02:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002597 10.0.0.141 - - [2026-01-08 02:01:44] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003102 10.0.0.141 - - [2026-01-08 02:01:44] "GET /virtual-networks?parent_id=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002795 10.0.0.141 - - [2026-01-08 02:01:44] "GET /virtual-network/40cb0f4b-4698-44c7-8bce-3d0fab20ac84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004741 10.0.0.141 - - [2026-01-08 02:01:44] "POST /neutron/port HTTP/1.1" 200 3065 0.016628 10.0.0.141 - - [2026-01-08 02:01:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007211 10.0.0.141 - - [2026-01-08 02:01:49] "POST /neutron/port HTTP/1.1" 200 3065 0.016366 10.0.0.141 - - [2026-01-08 02:01:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005578 10.0.0.141 - - [2026-01-08 02:01:54] "POST /neutron/port HTTP/1.1" 200 3065 0.017993 10.0.0.141 - - [2026-01-08 02:01:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004416 10.0.0.141 - - [2026-01-08 02:01:54] "POST /neutron/port HTTP/1.1" 200 3065 0.028664 10.0.0.141 - - [2026-01-08 02:01:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005299 10.0.0.141 - - [2026-01-08 02:01:59] "POST /neutron/port HTTP/1.1" 200 3065 0.017701 10.0.0.141 - - [2026-01-08 02:01:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004695 10.0.0.141 - - [2026-01-08 02:02:02] "DELETE /project/763c67b211f64501b7be395a252a8ab9 HTTP/1.1" 404 173 0.003711 10.0.0.141 - - [2026-01-08 02:02:02] "GET /projects?obj_uuids=16ca8d89-5e07-4463-bd10-b3768d386f52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000783 10.0.0.141 - - [2026-01-08 02:02:02] "GET /project/16ca8d89-5e07-4463-bd10-b3768d386f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.027659 10.0.0.141 - - [2026-01-08 02:02:02] "GET /projects?obj_uuids=16ca8d89-5e07-4463-bd10-b3768d386f52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001004 10.0.0.141 - - [2026-01-08 02:02:02] "GET /project/16ca8d89-5e07-4463-bd10-b3768d386f52?fields=security_groups HTTP/1.1" 200 1342 0.061906 10.0.0.141 - - [2026-01-08 02:02:02] "DELETE /security-group/859d15c9-98f3-4cda-959a-a34e69135587 HTTP/1.1" 200 115 0.031938 10.0.0.141 - - [2026-01-08 02:02:02] "GET /projects?obj_uuids=16ca8d89-5e07-4463-bd10-b3768d386f52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000900 10.0.0.141 - - [2026-01-08 02:02:02] "DELETE /access-control-list/b8f31c78-7118-45e8-88a5-ad600f1d571b HTTP/1.1" 200 115 0.036477 10.0.0.141 - - [2026-01-08 02:02:02] "GET /project/16ca8d89-5e07-4463-bd10-b3768d386f52?fields=application_policy_sets HTTP/1.1" 200 1381 0.038334 10.0.0.141 - - [2026-01-08 02:02:02] "DELETE /access-control-list/79e8f35c-c4b2-4c33-a71e-06bddad88348 HTTP/1.1" 200 115 0.026815 10.0.0.141 - - [2026-01-08 02:02:02] "DELETE /project/16ca8d89-5e07-4463-bd10-b3768d386f52 HTTP/1.1" 200 115 0.302505 10.0.0.141 - - [2026-01-08 02:02:04] "POST /neutron/port HTTP/1.1" 200 3065 0.016984 10.0.0.141 - - [2026-01-08 02:02:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004868 10.0.0.141 - - [2026-01-08 02:02:07] "GET /obj-perms HTTP/1.1" 200 5075 0.054145 10.0.0.141 - - [2026-01-08 02:02:08] "GET /obj-perms HTTP/1.1" 200 5075 0.066212 10.0.0.141 - - [2026-01-08 02:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002722 10.0.0.141 - - [2026-01-08 02:02:10] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003559 10.0.0.141 - - [2026-01-08 02:02:10] "GET /virtual-networks?parent_id=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002674 10.0.0.141 - - [2026-01-08 02:02:10] "GET /virtual-network/33ecb900-1be3-4258-b96f-8c4d5dd852c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005760 10.0.0.141 - - [2026-01-08 02:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002606 10.0.0.141 - - [2026-01-08 02:02:10] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003012 10.0.0.141 - - [2026-01-08 02:02:10] "GET /virtual-networks?parent_id=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003236 10.0.0.141 - - [2026-01-08 02:02:10] "GET /virtual-network/899408b5-c2c8-4708-a773-3da7bb5591ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005229 10.0.0.141 - - [2026-01-08 02:02:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.002670 10.0.0.141 - - [2026-01-08 02:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002075 10.0.0.141 - - [2026-01-08 02:02:10] "GET /projects?obj_uuids=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.029593 10.0.0.141 - - [2026-01-08 02:02:10] "GET /project/763c67b2-11f6-4501-b7be-395a252a8ab9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.049473 10.0.0.141 - - [2026-01-08 02:02:11] "POST /service-instances HTTP/1.1" 200 545 0.068448 10.0.0.141 - - [2026-01-08 02:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002561 10.0.0.141 - - [2026-01-08 02:02:11] "GET /service-instance/ac5b288a-4c4e-40b3-945d-6806ef25eb97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.005292 10.0.0.141 - - [2026-01-08 02:02:11] "POST /port-tuples HTTP/1.1" 200 588 0.019296 10.0.0.141 - - [2026-01-08 02:02:11] "GET /virtual-machine-interface/db59c00a-9108-457b-ab91-108d72f4ead2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2732 0.005037 10.0.0.141 - - [2026-01-08 02:02:11] "PUT /virtual-machine-interface/db59c00a-9108-457b-ab91-108d72f4ead2 HTTP/1.1" 200 285 0.009396 10.0.0.141 - - [2026-01-08 02:02:11] "POST /ref-update HTTP/1.1" 200 156 0.010213 10.0.0.141 - - [2026-01-08 02:02:11] "POST /instance-ips HTTP/1.1" 200 386 0.024029 10.0.0.141 - - [2026-01-08 02:02:11] "POST /ref-update HTTP/1.1" 200 156 0.008547 10.0.0.141 - - [2026-01-08 02:02:11] "GET /virtual-machine-interface/83f2f264-05b8-4173-b20b-7c6e862fbe64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.004293 10.0.0.141 - - [2026-01-08 02:02:11] "POST /ref-update HTTP/1.1" 200 156 0.007706 10.0.0.141 - - [2026-01-08 02:02:11] "PUT /virtual-machine-interface/83f2f264-05b8-4173-b20b-7c6e862fbe64 HTTP/1.1" 200 285 0.013636 10.0.0.141 - - [2026-01-08 02:02:11] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002527 10.0.0.141 - - [2026-01-08 02:02:11] "POST /ref-update HTTP/1.1" 200 156 0.007985 10.0.0.141 - - [2026-01-08 02:02:11] "POST /instance-ips HTTP/1.1" 200 386 0.021809 10.0.0.141 - - [2026-01-08 02:02:11] "GET /virtual-machine-interface/9e61f9d4-936d-4282-ad22-f1fcef5f29a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2735 0.006227 10.0.0.141 - - [2026-01-08 02:02:11] "POST /ref-update HTTP/1.1" 200 156 0.007275 10.0.0.141 - - [2026-01-08 02:02:11] "PUT /virtual-machine-interface/9e61f9d4-936d-4282-ad22-f1fcef5f29a0 HTTP/1.1" 200 285 0.009870 10.0.0.141 - - [2026-01-08 02:02:11] "POST /ref-update HTTP/1.1" 200 156 0.007167 10.0.0.141 - - [2026-01-08 02:02:11] "POST /ref-update HTTP/1.1" 200 156 0.007413 10.0.0.141 - - [2026-01-08 02:02:11] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002478 10.0.0.141 - - [2026-01-08 02:02:11] "POST /neutron/port HTTP/1.1" 200 1124 0.013027 10.0.0.141 - - [2026-01-08 02:02:11] "POST /instance-ips HTTP/1.1" 200 374 0.015402 10.0.0.141 - - [2026-01-08 02:02:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004706 10.0.0.141 - - [2026-01-08 02:02:11] "POST /ref-update HTTP/1.1" 200 156 0.007970 10.0.0.141 - - [2026-01-08 02:02:11] "POST /neutron/port HTTP/1.1" 200 1124 0.014352 10.0.0.141 - - [2026-01-08 02:02:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005233 10.0.0.141 - - [2026-01-08 02:02:11] "POST /ref-update HTTP/1.1" 200 156 0.008601 10.0.0.141 - - [2026-01-08 02:02:11] "POST /neutron/port HTTP/1.1" 200 1124 0.010304 10.0.0.141 - - [2026-01-08 02:02:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005303 10.0.0.141 - - [2026-01-08 02:02:11] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002453 10.0.0.141 - - [2026-01-08 02:02:11] "GET /virtual-machine/e1edea36-4f3f-4e61-a00c-10a8a4240b87 HTTP/1.1" 200 1293 0.005273 10.0.0.141 - - [2026-01-08 02:02:11] "GET /virtual-machine-interface/8b17f79c-4d97-4c75-a9d2-d344c5bac776 HTTP/1.1" 200 2954 0.004554 10.0.0.141 - - [2026-01-08 02:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002534 10.0.0.141 - - [2026-01-08 02:02:11] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002917 10.0.0.141 - - [2026-01-08 02:02:11] "POST /instance-ips HTTP/1.1" 200 374 0.017963 10.0.0.141 - - [2026-01-08 02:02:12] "GET /virtual-networks?parent_id=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002420 10.0.0.141 - - [2026-01-08 02:02:12] "POST /ref-update HTTP/1.1" 200 156 0.007865 10.0.0.141 - - [2026-01-08 02:02:12] "GET /virtual-network/33ecb900-1be3-4258-b96f-8c4d5dd852c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005027 10.0.0.141 - - [2026-01-08 02:02:12] "POST /ref-update HTTP/1.1" 200 156 0.007183 10.0.0.141 - - [2026-01-08 02:02:12] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002788 10.0.0.141 - - [2026-01-08 02:02:12] "POST /instance-ips HTTP/1.1" 200 376 0.014137 10.0.0.141 - - [2026-01-08 02:02:12] "POST /ref-update HTTP/1.1" 200 156 0.007916 10.0.0.141 - - [2026-01-08 02:02:12] "POST /ref-update HTTP/1.1" 200 156 0.007703 10.0.0.141 - - [2026-01-08 02:02:12] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002379 10.0.0.141 - - [2026-01-08 02:02:12] "POST /instance-ips HTTP/1.1" 200 376 0.012537 10.0.0.141 - - [2026-01-08 02:02:12] "POST /ref-update HTTP/1.1" 200 156 0.007210 10.0.0.141 - - [2026-01-08 02:02:12] "POST /ref-update HTTP/1.1" 200 156 0.009251 10.0.0.141 - - [2026-01-08 02:02:12] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002470 10.0.0.141 - - [2026-01-08 02:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002682 10.0.0.141 - - [2026-01-08 02:02:13] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002959 10.0.0.141 - - [2026-01-08 02:02:13] "GET /virtual-networks?parent_id=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002913 10.0.0.141 - - [2026-01-08 02:02:13] "GET /virtual-network/33ecb900-1be3-4258-b96f-8c4d5dd852c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004804 10.0.0.141 - - [2026-01-08 02:02:13] "POST /neutron/port HTTP/1.1" 200 1122 0.012111 10.0.0.141 - - [2026-01-08 02:02:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004714 10.0.0.141 - - [2026-01-08 02:02:13] "POST /neutron/port HTTP/1.1" 200 1122 0.010434 10.0.0.141 - - [2026-01-08 02:02:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004491 10.0.0.141 - - [2026-01-08 02:02:13] "POST /neutron/port HTTP/1.1" 200 1122 0.010752 10.0.0.141 - - [2026-01-08 02:02:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005040 10.0.0.141 - - [2026-01-08 02:02:13] "GET /virtual-machine/e0a32568-6021-4936-93a6-9b84b92a3874 HTTP/1.1" 200 1293 0.004140 10.0.0.141 - - [2026-01-08 02:02:13] "GET /virtual-machine-interface/b5e1a335-f42d-4fb0-8557-97b3a3c66d76 HTTP/1.1" 200 2956 0.003921 10.0.0.141 - - [2026-01-08 02:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002516 10.0.0.141 - - [2026-01-08 02:02:13] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002631 10.0.0.141 - - [2026-01-08 02:02:13] "GET /virtual-networks?parent_id=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002652 10.0.0.141 - - [2026-01-08 02:02:13] "GET /virtual-network/899408b5-c2c8-4708-a773-3da7bb5591ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005079 10.0.0.141 - - [2026-01-08 02:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002687 10.0.0.141 - - [2026-01-08 02:02:14] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002972 10.0.0.141 - - [2026-01-08 02:02:14] "GET /virtual-networks?parent_id=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002680 10.0.0.141 - - [2026-01-08 02:02:15] "GET /virtual-network/899408b5-c2c8-4708-a773-3da7bb5591ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004765 10.0.0.141 - - [2026-01-08 02:02:15] "POST /fqname-to-id HTTP/1.1" 404 211 0.003807 10.0.0.141 - - [2026-01-08 02:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.141 - - [2026-01-08 02:02:15] "GET /projects?obj_uuids=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001629 10.0.0.141 - - [2026-01-08 02:02:15] "GET /project/763c67b2-11f6-4501-b7be-395a252a8ab9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.029863 10.0.0.141 - - [2026-01-08 02:02:15] "POST /network-policys HTTP/1.1" 200 549 0.014779 10.0.0.141 - - [2026-01-08 02:02:15] "GET /network-policy/14b77438-0010-4f97-8dcd-4c084a95c602?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004603 10.0.0.141 - - [2026-01-08 02:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002604 10.0.0.141 - - [2026-01-08 02:02:15] "GET /virtual-network/33ecb900-1be3-4258-b96f-8c4d5dd852c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004599 10.0.0.141 - - [2026-01-08 02:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.141 - - [2026-01-08 02:02:15] "GET /network-policy/14b77438-0010-4f97-8dcd-4c084a95c602?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003130 10.0.0.141 - - [2026-01-08 02:02:15] "POST /ref-update HTTP/1.1" 200 156 0.027453 10.0.0.141 - - [2026-01-08 02:02:15] "POST /fqname-to-id HTTP/1.1" 404 242 0.028998 10.0.0.141 - - [2026-01-08 02:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002493 10.0.0.141 - - [2026-01-08 02:02:15] "POST /access-control-lists HTTP/1.1" 200 603 0.057892 10.0.0.141 - - [2026-01-08 02:02:15] "GET /network-policy/14b77438-0010-4f97-8dcd-4c084a95c602?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003017 10.0.0.141 - - [2026-01-08 02:02:15] "POST /neutron/network HTTP/1.1" 200 922 0.006655 10.0.0.141 - - [2026-01-08 02:02:15] "GET /virtual-network/33ecb900-1be3-4258-b96f-8c4d5dd852c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.004111 10.0.0.141 - - [2026-01-08 02:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.141 - - [2026-01-08 02:02:15] "GET /network-policy/14b77438-0010-4f97-8dcd-4c084a95c602?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003721 10.0.0.141 - - [2026-01-08 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.141 - - [2026-01-08 02:02:16] "GET /virtual-network/899408b5-c2c8-4708-a773-3da7bb5591ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004765 10.0.0.141 - - [2026-01-08 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.141 - - [2026-01-08 02:02:16] "GET /network-policy/14b77438-0010-4f97-8dcd-4c084a95c602?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003248 10.0.0.141 - - [2026-01-08 02:02:16] "POST /ref-update HTTP/1.1" 200 156 0.028909 10.0.0.141 - - [2026-01-08 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002705 10.0.0.141 - - [2026-01-08 02:02:16] "GET /network-policy/14b77438-0010-4f97-8dcd-4c084a95c602?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003346 10.0.0.141 - - [2026-01-08 02:02:16] "POST /fqname-to-id HTTP/1.1" 404 244 0.001983 10.0.0.141 - - [2026-01-08 02:02:16] "POST /access-control-lists HTTP/1.1" 200 606 0.056820 10.0.0.141 - - [2026-01-08 02:02:16] "POST /neutron/network HTTP/1.1" 200 922 0.016765 10.0.0.141 - - [2026-01-08 02:02:16] "GET /virtual-network/899408b5-c2c8-4708-a773-3da7bb5591ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004274 10.0.0.141 - - [2026-01-08 02:02:16] "POST /routing-instances HTTP/1.1" 200 761 0.014780 10.0.0.141 - - [2026-01-08 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005335 10.0.0.141 - - [2026-01-08 02:02:16] "GET /network-policy/14b77438-0010-4f97-8dcd-4c084a95c602?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.002862 10.0.0.141 - - [2026-01-08 02:02:16] "POST /route-targets HTTP/1.1" 200 328 0.008555 10.0.0.141 - - [2026-01-08 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002494 10.0.0.141 - - [2026-01-08 02:02:16] "POST /ref-update HTTP/1.1" 200 156 0.009665 10.0.0.141 - - [2026-01-08 02:02:16] "GET /service-template/40bed083-9569-40ae-b687-4fd2b21e744f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.003765 10.0.0.141 - - [2026-01-08 02:02:16] "GET /routing-instance/f65b221a-a30a-451d-9cac-bb5ff6b6ff34?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1280 0.003901 10.0.0.141 - - [2026-01-08 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.141 - - [2026-01-08 02:02:16] "GET /routing-instance/f65b221a-a30a-451d-9cac-bb5ff6b6ff34?fields=routing_policy_back_refs HTTP/1.1" 200 1280 0.003200 10.0.0.141 - - [2026-01-08 02:02:16] "GET /projects?obj_uuids=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001315 10.0.0.141 - - [2026-01-08 02:02:16] "GET /project/763c67b2-11f6-4501-b7be-395a252a8ab9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.024929 10.0.0.141 - - [2026-01-08 02:02:16] "POST /ref-update HTTP/1.1" 200 156 0.015339 10.0.0.141 - - [2026-01-08 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002574 10.0.0.141 - - [2026-01-08 02:02:16] "POST /routing-instances HTTP/1.1" 200 762 0.013967 10.0.0.141 - - [2026-01-08 02:02:16] "GET /service-instance/ac5b288a-4c4e-40b3-945d-6806ef25eb97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3539 0.004772 10.0.0.141 - - [2026-01-08 02:02:16] "POST /route-targets HTTP/1.1" 200 328 0.008890 10.0.0.141 - - [2026-01-08 02:02:16] "GET /domains HTTP/1.1" 200 281 0.002522 10.0.0.141 - - [2026-01-08 02:02:16] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000807 10.0.0.141 - - [2026-01-08 02:02:16] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2782 0.006458 10.0.0.141 - - [2026-01-08 02:02:16] "GET /projects?obj_uuids=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000783 10.0.0.141 - - [2026-01-08 02:02:16] "POST /ref-update HTTP/1.1" 200 156 0.008696 10.0.0.141 - - [2026-01-08 02:02:16] "GET /project/763c67b2-11f6-4501-b7be-395a252a8ab9 HTTP/1.1" 200 4248 0.061046 10.0.0.141 - - [2026-01-08 02:02:16] "GET /service-instance/ac5b288a-4c4e-40b3-945d-6806ef25eb97 HTTP/1.1" 200 3794 0.006439 10.0.0.141 - - [2026-01-08 02:02:16] "GET /routing-instance/19f5685f-0f69-40e3-90f8-77be6637da9c?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1280 0.004077 10.0.0.141 - - [2026-01-08 02:02:16] "GET /domains HTTP/1.1" 200 281 0.002037 10.0.0.141 - - [2026-01-08 02:02:16] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001039 10.0.0.141 - - [2026-01-08 02:02:16] "GET /routing-instance/19f5685f-0f69-40e3-90f8-77be6637da9c?fields=routing_policy_back_refs HTTP/1.1" 200 1280 0.004157 10.0.0.141 - - [2026-01-08 02:02:16] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2782 0.049796 10.0.0.141 - - [2026-01-08 02:02:17] "GET /projects?obj_uuids=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000918 10.0.0.141 - - [2026-01-08 02:02:17] "PUT /routing-instance/f65b221a-a30a-451d-9cac-bb5ff6b6ff34 HTTP/1.1" 200 267 0.010663 10.0.0.141 - - [2026-01-08 02:02:17] "GET /project/763c67b2-11f6-4501-b7be-395a252a8ab9 HTTP/1.1" 200 4248 0.066164 10.0.0.141 - - [2026-01-08 02:02:17] "GET /service-instance/ac5b288a-4c4e-40b3-945d-6806ef25eb97 HTTP/1.1" 200 3794 0.003492 10.0.0.141 - - [2026-01-08 02:02:17] "GET /port-tuple/32988e7d-273e-41f2-b24e-b1a5e29478c5 HTTP/1.1" 200 1984 0.002573 10.0.0.141 - - [2026-01-08 02:02:17] "GET /virtual-machine-interface/83f2f264-05b8-4173-b20b-7c6e862fbe64 HTTP/1.1" 200 3808 0.004771 10.0.0.141 - - [2026-01-08 02:02:17] "GET /virtual-machine-interface/9e61f9d4-936d-4282-ad22-f1fcef5f29a0 HTTP/1.1" 200 3815 0.005217 10.0.0.141 - - [2026-01-08 02:02:17] "PUT /routing-instance/19f5685f-0f69-40e3-90f8-77be6637da9c HTTP/1.1" 200 267 0.011646 10.0.0.141 - - [2026-01-08 02:02:17] "GET /virtual-machine-interface/db59c00a-9108-457b-ab91-108d72f4ead2 HTTP/1.1" 200 3827 0.005132 10.0.0.141 - - [2026-01-08 02:02:17] "POST /ref-update HTTP/1.1" 200 156 0.008852 10.0.0.141 - - [2026-01-08 02:02:17] "POST /neutron/port HTTP/1.1" 200 3836 0.038048 10.0.0.141 - - [2026-01-08 02:02:17] "PUT /access-control-list/3814f81c-0704-414a-aa9d-1f6894b57c58 HTTP/1.1" 200 273 0.010863 10.0.0.141 - - [2026-01-08 02:02:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005433 10.0.0.141 - - [2026-01-08 02:02:17] "PUT /access-control-list/e09ac136-0004-4134-b517-b3ed065210c6 HTTP/1.1" 200 273 0.015861 10.0.0.141 - - [2026-01-08 02:02:17] "POST /neutron/port HTTP/1.1" 200 3836 0.029783 10.0.0.141 - - [2026-01-08 02:02:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005137 10.0.0.141 - - [2026-01-08 02:02:17] "POST /neutron/port HTTP/1.1" 200 3836 0.026429 10.0.0.141 - - [2026-01-08 02:02:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004953 10.0.0.141 - - [2026-01-08 02:02:17] "POST /neutron/port HTTP/1.1" 200 3836 0.030988 10.0.0.141 - - [2026-01-08 02:02:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005872 10.0.0.141 - - [2026-01-08 02:02:17] "POST /neutron/network HTTP/1.1" 200 896 0.010103 10.0.0.141 - - [2026-01-08 02:02:17] "POST /neutron/network HTTP/1.1" 200 922 0.004532 10.0.0.141 - - [2026-01-08 02:02:17] "POST /neutron/network HTTP/1.1" 200 808 0.010393 10.0.0.141 - - [2026-01-08 02:02:17] "POST /neutron/network HTTP/1.1" 200 834 0.004175 10.0.0.141 - - [2026-01-08 02:02:17] "POST /neutron/network HTTP/1.1" 200 896 0.009936 10.0.0.141 - - [2026-01-08 02:02:17] "POST /neutron/network HTTP/1.1" 200 922 0.004166 10.0.0.141 - - [2026-01-08 02:02:17] "POST /id-to-fqname HTTP/1.1" 200 223 0.000923 10.0.0.141 - - [2026-01-08 02:02:17] "POST /id-to-fqname HTTP/1.1" 200 223 0.000774 10.0.0.141 - - [2026-01-08 02:02:17] "POST /id-to-fqname HTTP/1.1" 200 224 0.001130 10.0.0.141 - - [2026-01-08 02:02:17] "GET /virtual-machine/dbb37f94-55f7-477e-8295-5182eb705a33 HTTP/1.1" 200 1806 0.003188 10.0.0.141 - - [2026-01-08 02:02:17] "GET /virtual-machine-interface/83f2f264-05b8-4173-b20b-7c6e862fbe64 HTTP/1.1" 200 3808 0.006135 10.0.0.141 - - [2026-01-08 02:02:17] "GET /virtual-machine-interface/9e61f9d4-936d-4282-ad22-f1fcef5f29a0 HTTP/1.1" 200 3815 0.005246 10.0.0.141 - - [2026-01-08 02:02:17] "GET /virtual-machine-interface/db59c00a-9108-457b-ab91-108d72f4ead2 HTTP/1.1" 200 3827 0.005191 10.0.0.141 - - [2026-01-08 02:02:17] "GET /instance-ip/5398f34a-4926-4951-97ad-68a4bf6207b5 HTTP/1.1" 200 1958 0.003183 10.0.0.141 - - [2026-01-08 02:02:17] "GET /instance-ip/ee9e315c-2010-4318-b004-df5d84fda618 HTTP/1.1" 200 1627 0.005357 10.0.0.141 - - [2026-01-08 02:02:17] "GET /instance-ip/fc2f77e0-bc8f-48fc-9f60-96ccd4b7b6ec HTTP/1.1" 200 1961 0.003325 10.0.0.141 - - [2026-01-08 02:02:17] "GET /instance-ip/cc6c1360-7e0f-4c62-b164-fee75016ef0f HTTP/1.1" 200 1963 0.004083 10.0.0.141 - - [2026-01-08 02:02:17] "GET /instance-ip/d6aab834-0f27-40fa-802f-2c0dcf0163a1 HTTP/1.1" 200 1625 0.004688 10.0.0.141 - - [2026-01-08 02:02:17] "GET /instance-ip/fc4afff5-2086-47a8-bafe-961e8623eb03 HTTP/1.1" 200 1965 0.004175 10.0.0.141 - - [2026-01-08 02:02:17] "GET /instance-ip/1425ac4b-c61a-4cf8-9e1a-315e16a3e2d1 HTTP/1.1" 200 1984 0.002877 10.0.0.141 - - [2026-01-08 02:02:17] "GET /instance-ip/7a83deb0-e135-4bfa-96c7-a117c8b1e39a HTTP/1.1" 200 1626 0.003758 10.0.0.141 - - [2026-01-08 02:02:17] "GET /instance-ip/cec672d1-e7e9-44c0-81d2-8ad36c08f97d HTTP/1.1" 200 1982 0.003174 10.0.0.141 - - [2026-01-08 02:02:17] "POST /neutron/port HTTP/1.1" 200 3836 0.030668 10.0.0.141 - - [2026-01-08 02:02:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005117 10.0.0.141 - - [2026-01-08 02:02:18] "POST /neutron/port HTTP/1.1" 200 3836 0.025309 10.0.0.141 - - [2026-01-08 02:02:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004603 10.0.0.141 - - [2026-01-08 02:02:18] "POST /neutron/port HTTP/1.1" 200 3836 0.025011 10.0.0.141 - - [2026-01-08 02:02:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004825 10.0.0.141 - - [2026-01-08 02:02:18] "POST /neutron/port HTTP/1.1" 200 3836 0.029459 10.0.0.141 - - [2026-01-08 02:02:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004849 10.0.0.141 - - [2026-01-08 02:02:18] "GET /virtual-machine/dbb37f94-55f7-477e-8295-5182eb705a33 HTTP/1.1" 200 1806 0.002591 10.0.0.141 - - [2026-01-08 02:02:18] "GET /virtual-machine-interface/83f2f264-05b8-4173-b20b-7c6e862fbe64 HTTP/1.1" 200 3808 0.003904 10.0.0.141 - - [2026-01-08 02:02:18] "GET /virtual-machine-interface/9e61f9d4-936d-4282-ad22-f1fcef5f29a0 HTTP/1.1" 200 3815 0.003928 10.0.0.141 - - [2026-01-08 02:02:18] "GET /virtual-machine-interface/db59c00a-9108-457b-ab91-108d72f4ead2 HTTP/1.1" 200 3827 0.004499 10.0.0.141 - - [2026-01-08 02:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002215 10.0.0.141 - - [2026-01-08 02:02:18] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002908 10.0.0.141 - - [2026-01-08 02:02:18] "GET /virtual-networks?parent_id=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002936 10.0.0.141 - - [2026-01-08 02:02:18] "GET /virtual-network/33ecb900-1be3-4258-b96f-8c4d5dd852c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.004685 10.0.0.141 - - [2026-01-08 02:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.141 - - [2026-01-08 02:02:19] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002885 10.0.0.141 - - [2026-01-08 02:02:19] "GET /virtual-networks?parent_id=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002548 10.0.0.141 - - [2026-01-08 02:02:19] "GET /virtual-network/33ecb900-1be3-4258-b96f-8c4d5dd852c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.004549 10.0.0.141 - - [2026-01-08 02:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.141 - - [2026-01-08 02:02:19] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003647 10.0.0.141 - - [2026-01-08 02:02:19] "GET /virtual-networks?parent_id=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002474 10.0.0.141 - - [2026-01-08 02:02:19] "GET /virtual-network/33ecb900-1be3-4258-b96f-8c4d5dd852c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.004892 10.0.0.141 - - [2026-01-08 02:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002347 10.0.0.141 - - [2026-01-08 02:02:19] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003749 10.0.0.141 - - [2026-01-08 02:02:20] "GET /virtual-networks?parent_id=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003728 10.0.0.141 - - [2026-01-08 02:02:20] "GET /virtual-network/33ecb900-1be3-4258-b96f-8c4d5dd852c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.006898 10.0.0.141 - - [2026-01-08 02:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004166 10.0.0.141 - - [2026-01-08 02:02:20] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004312 10.0.0.141 - - [2026-01-08 02:02:20] "GET /virtual-networks?parent_id=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003967 10.0.0.141 - - [2026-01-08 02:02:20] "GET /virtual-network/33ecb900-1be3-4258-b96f-8c4d5dd852c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005518 10.0.0.141 - - [2026-01-08 02:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.141 - - [2026-01-08 02:02:20] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003819 10.0.0.141 - - [2026-01-08 02:02:20] "GET /virtual-networks?parent_id=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003355 10.0.0.141 - - [2026-01-08 02:02:20] "GET /virtual-network/40cb0f4b-4698-44c7-8bce-3d0fab20ac84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005140 10.0.0.141 - - [2026-01-08 02:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002603 10.0.0.141 - - [2026-01-08 02:02:20] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003029 10.0.0.141 - - [2026-01-08 02:02:20] "GET /virtual-networks?parent_id=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002501 10.0.0.141 - - [2026-01-08 02:02:20] "GET /virtual-network/40cb0f4b-4698-44c7-8bce-3d0fab20ac84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004571 10.0.0.141 - - [2026-01-08 02:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002796 10.0.0.141 - - [2026-01-08 02:02:20] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003186 10.0.0.141 - - [2026-01-08 02:02:20] "GET /virtual-networks?parent_id=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002930 10.0.0.141 - - [2026-01-08 02:02:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000463 10.0.0.141 - - [2026-01-08 02:02:20] "GET /virtual-network/40cb0f4b-4698-44c7-8bce-3d0fab20ac84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004455 10.0.0.141 - - [2026-01-08 02:02:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000451 10.0.0.141 - - [2026-01-08 02:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002534 10.0.0.141 - - [2026-01-08 02:02:21] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003363 10.0.0.141 - - [2026-01-08 02:02:21] "GET /virtual-networks?parent_id=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002644 10.0.0.141 - - [2026-01-08 02:02:21] "GET /virtual-network/40cb0f4b-4698-44c7-8bce-3d0fab20ac84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004828 10.0.0.141 - - [2026-01-08 02:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.141 - - [2026-01-08 02:02:21] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003564 10.0.0.141 - - [2026-01-08 02:02:21] "GET /virtual-networks?parent_id=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002719 10.0.0.141 - - [2026-01-08 02:02:21] "GET /virtual-network/899408b5-c2c8-4708-a773-3da7bb5591ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005025 10.0.0.141 - - [2026-01-08 02:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002493 10.0.0.141 - - [2026-01-08 02:02:21] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003306 10.0.0.141 - - [2026-01-08 02:02:21] "GET /virtual-networks?parent_id=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002768 10.0.0.141 - - [2026-01-08 02:02:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000288 10.0.0.141 - - [2026-01-08 02:02:21] "GET /virtual-network/899408b5-c2c8-4708-a773-3da7bb5591ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004666 10.0.0.141 - - [2026-01-08 02:02:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000387 10.0.0.141 - - [2026-01-08 02:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.141 - - [2026-01-08 02:02:21] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003518 10.0.0.141 - - [2026-01-08 02:02:21] "GET /virtual-networks?parent_id=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002472 10.0.0.141 - - [2026-01-08 02:02:21] "GET /virtual-network/899408b5-c2c8-4708-a773-3da7bb5591ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004982 10.0.0.141 - - [2026-01-08 02:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002374 10.0.0.141 - - [2026-01-08 02:02:21] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004626 10.0.0.141 - - [2026-01-08 02:02:21] "GET /virtual-networks?parent_id=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002625 10.0.0.141 - - [2026-01-08 02:02:21] "GET /virtual-network/899408b5-c2c8-4708-a773-3da7bb5591ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004771 10.0.0.141 - - [2026-01-08 02:02:22] "GET /virtual-machine/dbb37f94-55f7-477e-8295-5182eb705a33 HTTP/1.1" 200 1806 0.003201 10.0.0.141 - - [2026-01-08 02:02:22] "GET /domains HTTP/1.1" 200 281 0.002918 10.0.0.141 - - [2026-01-08 02:02:22] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000850 10.0.0.141 - - [2026-01-08 02:02:22] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2782 0.006729 10.0.0.141 - - [2026-01-08 02:02:22] "GET /projects?obj_uuids=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000829 10.0.0.141 - - [2026-01-08 02:02:22] "GET /project/763c67b2-11f6-4501-b7be-395a252a8ab9 HTTP/1.1" 200 4248 0.064442 10.0.0.141 - - [2026-01-08 02:02:22] "GET /service-instance/ac5b288a-4c4e-40b3-945d-6806ef25eb97 HTTP/1.1" 200 3794 0.003330 10.0.0.141 - - [2026-01-08 02:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002022 10.0.0.141 - - [2026-01-08 02:02:22] "GET /routing-instance/62e8f0db-b332-480c-a104-8f5635685287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1891 0.002646 10.0.0.141 - - [2026-01-08 02:02:22] "GET /routing-instance/62e8f0db-b332-480c-a104-8f5635685287?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.004965 10.0.0.141 - - [2026-01-08 02:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002807 10.0.0.141 - - [2026-01-08 02:02:22] "GET /routing-instance/a97321f9-abb9-413c-bb60-00ee8927e0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1897 0.003943 10.0.0.141 - - [2026-01-08 02:02:22] "GET /routing-instance/a97321f9-abb9-413c-bb60-00ee8927e0cb?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2028 0.005949 10.0.0.141 - - [2026-01-08 02:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.141 - - [2026-01-08 02:02:22] "GET /virtual-network/33ecb900-1be3-4258-b96f-8c4d5dd852c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005037 10.0.0.141 - - [2026-01-08 02:02:22] "GET /virtual-network/33ecb900-1be3-4258-b96f-8c4d5dd852c1?fields=routing_instances HTTP/1.1" 200 1687 0.006467 10.0.0.141 - - [2026-01-08 02:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002486 10.0.0.141 - - [2026-01-08 02:02:22] "GET /virtual-network/899408b5-c2c8-4708-a773-3da7bb5591ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004459 10.0.0.141 - - [2026-01-08 02:02:22] "GET /virtual-network/899408b5-c2c8-4708-a773-3da7bb5591ff?fields=routing_instances HTTP/1.1" 200 1692 0.006265 10.0.0.141 - - [2026-01-08 02:02:26] "POST /ref-update HTTP/1.1" 200 156 0.025883 10.0.0.141 - - [2026-01-08 02:02:26] "DELETE /access-control-list/e09ac136-0004-4134-b517-b3ed065210c6 HTTP/1.1" 200 115 0.024884 10.0.0.141 - - [2026-01-08 02:02:26] "POST /neutron/network HTTP/1.1" 200 834 0.005806 10.0.0.141 - - [2026-01-08 02:02:26] "GET /virtual-network/899408b5-c2c8-4708-a773-3da7bb5591ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004277 10.0.0.141 - - [2026-01-08 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.141 - - [2026-01-08 02:02:26] "DELETE /routing-instance/f65b221a-a30a-451d-9cac-bb5ff6b6ff34 HTTP/1.1" 200 115 0.021458 10.0.0.141 - - [2026-01-08 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.141 - - [2026-01-08 02:02:26] "GET /network-policy/14b77438-0010-4f97-8dcd-4c084a95c602?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003385 10.0.0.141 - - [2026-01-08 02:02:26] "DELETE /route-target/1210177f-d0ad-4c81-aa63-72ee31ddc2a0 HTTP/1.1" 200 115 0.012958 10.0.0.141 - - [2026-01-08 02:02:26] "POST /ref-update HTTP/1.1" 200 156 0.036400 10.0.0.141 - - [2026-01-08 02:02:26] "DELETE /routing-instance/19f5685f-0f69-40e3-90f8-77be6637da9c HTTP/1.1" 200 115 0.044981 10.0.0.141 - - [2026-01-08 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 10.0.0.141 - - [2026-01-08 02:02:26] "POST /neutron/network HTTP/1.1" 200 834 0.006023 10.0.0.141 - - [2026-01-08 02:02:26] "GET /virtual-network/33ecb900-1be3-4258-b96f-8c4d5dd852c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.003923 10.0.0.141 - - [2026-01-08 02:02:26] "DELETE /route-target/4e7f8593-d861-4cd0-a086-de62242eb506 HTTP/1.1" 200 115 0.018883 10.0.0.141 - - [2026-01-08 02:02:27] "DELETE /access-control-list/3814f81c-0704-414a-aa9d-1f6894b57c58 HTTP/1.1" 200 115 0.023070 10.0.0.141 - - [2026-01-08 02:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002728 10.0.0.141 - - [2026-01-08 02:02:27] "GET /network-policy/14b77438-0010-4f97-8dcd-4c084a95c602?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003242 10.0.0.141 - - [2026-01-08 02:02:27] "DELETE /network-policy/14b77438-0010-4f97-8dcd-4c084a95c602 HTTP/1.1" 200 115 0.027843 10.0.0.141 - - [2026-01-08 02:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002117 10.0.0.141 - - [2026-01-08 02:02:27] "DELETE /service-instance/ac5b288a-4c4e-40b3-945d-6806ef25eb97 HTTP/1.1" 200 115 0.032014 10.0.0.141 - - [2026-01-08 02:02:27] "GET /domains HTTP/1.1" 200 281 0.002754 10.0.0.141 - - [2026-01-08 02:02:27] "POST /ref-update HTTP/1.1" 200 156 0.009265 10.0.0.141 - - [2026-01-08 02:02:27] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001406 10.0.0.141 - - [2026-01-08 02:02:27] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2782 0.012801 10.0.0.141 - - [2026-01-08 02:02:27] "GET /projects?obj_uuids=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001449 10.0.0.141 - - [2026-01-08 02:02:27] "DELETE /instance-ip/1425ac4b-c61a-4cf8-9e1a-315e16a3e2d1 HTTP/1.1" 200 115 0.027337 10.0.0.141 - - [2026-01-08 02:02:27] "POST /ref-update HTTP/1.1" 200 156 0.007647 10.0.0.141 - - [2026-01-08 02:02:27] "GET /project/763c67b2-11f6-4501-b7be-395a252a8ab9 HTTP/1.1" 200 3772 0.068034 10.0.0.141 - - [2026-01-08 02:02:27] "GET /virtual-machine/dbb37f94-55f7-477e-8295-5182eb705a33 HTTP/1.1" 200 1806 0.003258 10.0.0.141 - - [2026-01-08 02:02:27] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001611 10.0.0.141 - - [2026-01-08 02:02:27] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001700 10.0.0.141 - - [2026-01-08 02:02:27] "DELETE /instance-ip/5398f34a-4926-4951-97ad-68a4bf6207b5 HTTP/1.1" 200 115 0.020952 10.0.0.141 - - [2026-01-08 02:02:27] "POST /ref-update HTTP/1.1" 200 156 0.007330 10.0.0.141 - - [2026-01-08 02:02:27] "DELETE /instance-ip/fc4afff5-2086-47a8-bafe-961e8623eb03 HTTP/1.1" 200 115 0.029547 10.0.0.141 - - [2026-01-08 02:02:27] "POST /ref-update HTTP/1.1" 200 156 0.009610 10.0.0.141 - - [2026-01-08 02:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002783 10.0.0.141 - - [2026-01-08 02:02:27] "DELETE /service-template/40bed083-9569-40ae-b687-4fd2b21e744f HTTP/1.1" 200 115 0.018310 10.0.0.141 - - [2026-01-08 02:02:27] "POST /fqname-to-id HTTP/1.1" 404 193 0.003148 10.0.0.141 - - [2026-01-08 02:02:27] "DELETE /instance-ip/cec672d1-e7e9-44c0-81d2-8ad36c08f97d HTTP/1.1" 200 115 0.027061 10.0.0.141 - - [2026-01-08 02:02:27] "POST /ref-update HTTP/1.1" 200 156 0.010611 10.0.0.141 - - [2026-01-08 02:02:27] "DELETE /instance-ip/fc2f77e0-bc8f-48fc-9f60-96ccd4b7b6ec HTTP/1.1" 200 115 0.017140 10.0.0.141 - - [2026-01-08 02:02:27] "POST /ref-update HTTP/1.1" 200 156 0.009754 10.0.0.141 - - [2026-01-08 02:02:27] "DELETE /instance-ip/cc6c1360-7e0f-4c62-b164-fee75016ef0f HTTP/1.1" 200 115 0.020251 10.0.0.141 - - [2026-01-08 02:02:27] "POST /neutron/network HTTP/1.1" 200 834 0.005839 10.0.0.141 - - [2026-01-08 02:02:27] "POST /neutron/network HTTP/1.1" 400 204 0.010351 10.0.0.141 - - [2026-01-08 02:02:28] "POST /neutron/port HTTP/1.1" 200 1122 0.011200 10.0.0.141 - - [2026-01-08 02:02:28] "POST /neutron/port HTTP/1.1" 200 1112 0.015342 10.0.0.141 - - [2026-01-08 02:02:28] "POST /neutron/port HTTP/1.1" 200 1124 0.018203 10.0.0.141 - - [2026-01-08 02:02:28] "POST /neutron/port HTTP/1.1" 200 1114 0.009565 10.0.0.141 - - [2026-01-08 02:02:28] "POST /neutron/port HTTP/1.1" 200 151 0.123522 10.0.0.141 - - [2026-01-08 02:02:28] "POST /neutron/port HTTP/1.1" 200 151 0.129350 10.0.0.141 - - [2026-01-08 02:02:28] "POST /neutron/port HTTP/1.1" 200 3065 0.018989 10.0.0.141 - - [2026-01-08 02:02:28] "POST /neutron/port HTTP/1.1" 200 1114 0.012388 10.0.0.141 - - [2026-01-08 02:02:28] "POST /neutron/port HTTP/1.1" 200 151 0.104806 10.0.0.141 - - [2026-01-08 02:02:28] "POST /neutron/port HTTP/1.1" 200 1114 0.009541 10.0.0.141 - - [2026-01-08 02:02:28] "POST /neutron/port HTTP/1.1" 200 151 0.087200 10.0.0.141 - - [2026-01-08 02:02:28] "POST /neutron/port HTTP/1.1" 200 1112 0.009480 10.0.0.141 - - [2026-01-08 02:02:28] "POST /neutron/port HTTP/1.1" 200 151 0.099421 10.0.0.141 - - [2026-01-08 02:02:29] "POST /neutron/network HTTP/1.1" 200 834 0.006001 10.0.0.141 - - [2026-01-08 02:02:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004425 10.0.0.141 - - [2026-01-08 02:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.141 - - [2026-01-08 02:02:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002590 10.0.0.141 - - [2026-01-08 02:02:29] "POST /neutron/network HTTP/1.1" 200 151 0.067731 10.0.0.141 - - [2026-01-08 02:02:29] "DELETE /route-target/6a7e1774-757a-4ebc-9aac-1d18eccb14da HTTP/1.1" 200 115 0.013346 10.0.0.141 - - [2026-01-08 02:02:29] "GET /routing-instance/a97321f9-abb9-413c-bb60-00ee8927e0cb HTTP/1.1" 404 171 0.002813 10.0.0.141 - - [2026-01-08 02:02:29] "GET /domains HTTP/1.1" 200 281 0.002044 10.0.0.141 - - [2026-01-08 02:02:29] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000859 10.0.0.141 - - [2026-01-08 02:02:29] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2581 0.047959 10.0.0.141 - - [2026-01-08 02:02:29] "GET /projects?obj_uuids=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000792 10.0.0.141 - - [2026-01-08 02:02:29] "GET /project/763c67b2-11f6-4501-b7be-395a252a8ab9 HTTP/1.1" 200 2305 0.063495 10.0.0.141 - - [2026-01-08 02:02:29] "POST /neutron/network HTTP/1.1" 200 834 0.004597 10.0.0.141 - - [2026-01-08 02:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.141 - - [2026-01-08 02:02:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002482 10.0.0.141 - - [2026-01-08 02:02:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002080 10.0.0.141 - - [2026-01-08 02:02:30] "POST /neutron/network HTTP/1.1" 200 151 0.085406 10.0.0.141 - - [2026-01-08 02:02:30] "DELETE /route-target/3ffc73cf-c301-4830-9cc5-b73b87179bee HTTP/1.1" 200 115 0.024461 10.0.0.141 - - [2026-01-08 02:02:30] "GET /routing-instance/62e8f0db-b332-480c-a104-8f5635685287 HTTP/1.1" 404 171 0.002840 10.0.0.141 - - [2026-01-08 02:02:30] "GET /domains HTTP/1.1" 200 281 0.001967 10.0.0.141 - - [2026-01-08 02:02:30] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000786 10.0.0.141 - - [2026-01-08 02:02:30] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2581 0.048573 10.0.0.141 - - [2026-01-08 02:02:30] "GET /projects?obj_uuids=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002596 10.0.0.141 - - [2026-01-08 02:02:30] "GET /project/763c67b2-11f6-4501-b7be-395a252a8ab9 HTTP/1.1" 200 2086 0.070478 10.0.0.141 - - [2026-01-08 02:02:30] "POST /neutron/network HTTP/1.1" 200 834 0.004567 10.0.0.141 - - [2026-01-08 02:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005532 10.0.0.141 - - [2026-01-08 02:02:30] "POST /useragent-kv HTTP/1.1" 200 115 0.001920 10.0.0.141 - - [2026-01-08 02:02:30] "POST /useragent-kv HTTP/1.1" 200 115 0.001475 10.0.0.141 - - [2026-01-08 02:02:30] "POST /neutron/network HTTP/1.1" 200 151 0.093074 10.0.0.141 - - [2026-01-08 02:02:30] "DELETE /route-target/4471b103-7f2a-408d-afc0-f22889abc2cd HTTP/1.1" 200 115 0.024664 10.0.0.141 - - [2026-01-08 02:02:30] "GET /routing-instance/27300c37-34af-4051-9864-2577ad76575e HTTP/1.1" 404 171 0.003140 10.0.0.141 - - [2026-01-08 02:02:30] "GET /domains HTTP/1.1" 200 281 0.001827 10.0.0.141 - - [2026-01-08 02:02:30] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000829 10.0.0.141 - - [2026-01-08 02:02:30] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2581 0.048955 10.0.0.141 - - [2026-01-08 02:02:30] "GET /projects?obj_uuids=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001721 10.0.0.141 - - [2026-01-08 02:02:30] "GET /project/763c67b2-11f6-4501-b7be-395a252a8ab9 HTTP/1.1" 200 1845 0.069174 10.0.0.141 - - [2026-01-08 02:02:30] "GET /projects?obj_uuids=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000895 10.0.0.141 - - [2026-01-08 02:02:30] "GET /project/763c67b2-11f6-4501-b7be-395a252a8ab9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.055688 10.0.0.141 - - [2026-01-08 02:02:30] "GET /projects?obj_uuids=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000928 10.0.0.141 - - [2026-01-08 02:02:30] "GET /project/763c67b2-11f6-4501-b7be-395a252a8ab9?fields=virtual_networks HTTP/1.1" 200 1030 0.072027 10.0.0.141 - - [2026-01-08 02:02:30] "GET /projects?obj_uuids=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000987 10.0.0.141 - - [2026-01-08 02:02:30] "GET /project/763c67b2-11f6-4501-b7be-395a252a8ab9?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.026577 10.0.0.141 - - [2026-01-08 02:02:31] "GET /projects?obj_uuids=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000962 10.0.0.141 - - [2026-01-08 02:02:31] "GET /project/763c67b2-11f6-4501-b7be-395a252a8ab9?fields=security_groups HTTP/1.1" 200 1255 0.033626 10.0.0.141 - - [2026-01-08 02:02:31] "POST /fqname-to-id HTTP/1.1" 404 189 0.023255 10.0.0.141 - - [2026-01-08 02:02:31] "GET /projects?obj_uuids=bf5298d8-aec8-42c3-b8aa-dcd5a3bb10c7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001949 10.0.0.141 - - [2026-01-08 02:02:31] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001068 10.0.0.141 - - [2026-01-08 02:02:31] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.033720 10.0.0.141 - - [2026-01-08 02:02:32] "POST /id-to-fqname HTTP/1.1" 200 191 0.001649 10.0.0.141 - - [2026-01-08 02:02:32] "POST /fqname-to-id HTTP/1.1" 404 200 0.001943 10.0.0.141 - - [2026-01-08 02:02:32] "POST /security-groups HTTP/1.1" 200 592 0.064975 10.0.0.141 - - [2026-01-08 02:02:32] "POST /fqname-to-id HTTP/1.1" 404 235 0.002458 10.0.0.141 - - [2026-01-08 02:02:32] "POST /projects HTTP/1.1" 200 587 0.205805 10.0.0.141 - - [2026-01-08 02:02:32] "POST /access-control-lists HTTP/1.1" 200 599 0.055591 10.0.0.141 - - [2026-01-08 02:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.281523 10.0.0.141 - - [2026-01-08 02:02:32] "POST /fqname-to-id HTTP/1.1" 404 234 0.002767 10.0.0.141 - - [2026-01-08 02:02:32] "GET /project/bf5298d8-aec8-42c3-b8aa-dcd5a3bb10c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.423769 10.0.0.141 - - [2026-01-08 02:02:32] "POST /access-control-lists HTTP/1.1" 200 597 0.056247 10.0.0.141 - - [2026-01-08 02:02:33] "GET / HTTP/1.1" 200 36215 0.001834 10.0.0.141 - - [2026-01-08 02:02:34] "GET /project/bf5298d8-aec8-42c3-b8aa-dcd5a3bb10c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000466 10.0.0.141 - - [2026-01-08 02:02:34] "GET /projects?obj_uuids=bf5298d8-aec8-42c3-b8aa-dcd5a3bb10c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000954 10.0.0.141 - - [2026-01-08 02:02:34] "GET /project/bf5298d8-aec8-42c3-b8aa-dcd5a3bb10c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.045509 10.0.0.141 - - [2026-01-08 02:02:34] "POST /fqname-to-id HTTP/1.1" 404 180 0.002215 10.0.0.141 - - [2026-01-08 02:02:34] "POST /virtual-DNSs HTTP/1.1" 200 509 0.013397 10.0.0.141 - - [2026-01-08 02:02:34] "GET /virtual-DNS/548bdd8a-c642-4186-a449-d121a4997a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.004888 10.0.0.141 - - [2026-01-08 02:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.141 - - [2026-01-08 02:02:35] "GET /virtual-DNS/548bdd8a-c642-4186-a449-d121a4997a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.005037 10.0.0.141 - - [2026-01-08 02:02:35] "GET /domains HTTP/1.1" 401 293 0.000377 10.0.0.141 - - [2026-01-08 02:02:35] "GET /domains HTTP/1.1" 200 281 0.026843 10.0.0.141 - - [2026-01-08 02:02:35] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000820 10.0.0.141 - - [2026-01-08 02:02:35] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2970 0.006377 10.0.0.141 - - [2026-01-08 02:02:35] "GET /virtual-DNS/548bdd8a-c642-4186-a449-d121a4997a2a HTTP/1.1" 200 1440 0.003159 10.0.0.141 - - [2026-01-08 02:02:35] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.001941 10.0.0.141 - - [2026-01-08 02:02:35] "POST /network-ipams HTTP/1.1" 200 516 0.013846 10.0.0.141 - - [2026-01-08 02:02:35] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 754 0.002599 10.0.0.141 - - [2026-01-08 02:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002623 10.0.0.141 - - [2026-01-08 02:02:35] "GET /network-ipam/fb7ba26e-7658-4be1-b3bb-5bb4798e4311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1403 0.005348 10.0.0.141 - - [2026-01-08 02:02:35] "PUT /network-ipam/fb7ba26e-7658-4be1-b3bb-5bb4798e4311 HTTP/1.1" 200 259 0.008685 10.0.0.141 - - [2026-01-08 02:02:35] "POST /ref-update HTTP/1.1" 200 156 0.007236 10.0.0.141 - - [2026-01-08 02:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002587 10.0.0.141 - - [2026-01-08 02:02:35] "GET /projects?obj_uuids=bf5298d8-aec8-42c3-b8aa-dcd5a3bb10c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000837 10.0.0.141 - - [2026-01-08 02:02:35] "GET /project/bf5298d8-aec8-42c3-b8aa-dcd5a3bb10c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.021531 10.0.0.141 - - [2026-01-08 02:02:35] "POST /neutron/network HTTP/1.1" 200 117 0.034948 10.0.0.141 - - [2026-01-08 02:02:35] "GET /projects?obj_uuids=bf5298d8-aec8-42c3-b8aa-dcd5a3bb10c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000872 10.0.0.141 - - [2026-01-08 02:02:35] "POST /neutron/network HTTP/1.1" 200 618 0.056892 10.0.0.141 - - [2026-01-08 02:02:35] "POST /route-targets HTTP/1.1" 200 328 0.010203 10.0.0.141 - - [2026-01-08 02:02:35] "POST /ref-update HTTP/1.1" 200 156 0.010540 10.0.0.141 - - [2026-01-08 02:02:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003633 10.0.0.141 - - [2026-01-08 02:02:36] "POST /neutron/subnet HTTP/1.1" 200 711 0.151312 10.0.0.141 - - [2026-01-08 02:02:36] "POST /neutron/network HTTP/1.1" 200 833 0.004929 10.0.0.141 - - [2026-01-08 02:02:36] "POST /id-to-fqname HTTP/1.1" 200 227 0.001155 10.0.0.141 - - [2026-01-08 02:02:36] "GET /virtual-network/8d95bb57-cc8f-415f-b855-4f783d2b7283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004700 10.0.0.141 - - [2026-01-08 02:02:36] "POST /neutron/network HTTP/1.1" 200 833 0.005746 10.0.0.141 - - [2026-01-08 02:02:36] "GET /virtual-network/8d95bb57-cc8f-415f-b855-4f783d2b7283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004768 10.0.0.141 - - [2026-01-08 02:02:36] "POST /neutron/network HTTP/1.1" 200 833 0.005410 10.0.0.141 - - [2026-01-08 02:02:36] "POST /neutron/subnet HTTP/1.1" 200 711 0.006565 10.0.0.141 - - [2026-01-08 02:02:36] "POST /neutron/network HTTP/1.1" 200 807 0.009638 10.0.0.141 - - [2026-01-08 02:02:36] "POST /neutron/network HTTP/1.1" 200 833 0.006361 10.0.0.141 - - [2026-01-08 02:02:36] "POST /id-to-fqname HTTP/1.1" 200 227 0.001270 10.0.0.141 - - [2026-01-08 02:02:36] "POST /neutron/network HTTP/1.1" 200 843 0.005655 10.0.0.141 - - [2026-01-08 02:02:36] "GET /aaa-mode HTTP/1.1" 401 293 0.000520 10.0.0.141 - - [2026-01-08 02:02:36] "GET / HTTP/1.1" 200 36215 0.001804 10.0.0.141 - - [2026-01-08 02:02:36] "GET /project/bf5298d8-aec8-42c3-b8aa-dcd5a3bb10c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000394 10.0.0.141 - - [2026-01-08 02:02:37] "GET /projects?obj_uuids=bf5298d8-aec8-42c3-b8aa-dcd5a3bb10c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001031 10.0.0.141 - - [2026-01-08 02:02:37] "GET /project/bf5298d8-aec8-42c3-b8aa-dcd5a3bb10c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.050117 10.0.0.141 - - [2026-01-08 02:02:37] "POST /neutron/network HTTP/1.1" 200 833 0.027286 10.0.0.141 - - [2026-01-08 02:02:37] "POST /neutron/port HTTP/1.1" 200 117 0.004648 10.0.0.141 - - [2026-01-08 02:02:37] "POST /neutron/port HTTP/1.1" 200 117 0.003917 10.0.0.141 - - [2026-01-08 02:02:37] "POST /neutron/port HTTP/1.1" 200 117 0.004026 10.0.0.141 - - [2026-01-08 02:02:37] "POST /neutron/network HTTP/1.1" 200 843 0.004573 10.0.0.141 - - [2026-01-08 02:02:37] "GET /projects?obj_uuids=bf5298d8-aec8-42c3-b8aa-dcd5a3bb10c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001034 10.0.0.141 - - [2026-01-08 02:02:38] "POST /neutron/port HTTP/1.1" 200 1058 0.181637 10.0.0.141 - - [2026-01-08 02:02:38] "POST /neutron/port HTTP/1.1" 200 1058 0.033808 10.0.0.141 - - [2026-01-08 02:02:38] "POST /neutron/port HTTP/1.1" 200 1058 0.008177 10.0.0.141 - - [2026-01-08 02:02:38] "POST /neutron/port HTTP/1.1" 200 1112 0.046197 10.0.0.141 - - [2026-01-08 02:02:38] "POST /neutron/port HTTP/1.1" 200 1122 0.010680 10.0.0.141 - - [2026-01-08 02:02:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002675 10.0.0.141 - - [2026-01-08 02:02:38] "POST /neutron/subnet HTTP/1.1" 200 685 0.005796 10.0.0.141 - - [2026-01-08 02:02:38] "POST /neutron/port HTTP/1.1" 200 117 0.001105 10.0.0.141 - - [2026-01-08 02:02:38] "POST /neutron/network HTTP/1.1" 200 833 0.004462 10.0.0.141 - - [2026-01-08 02:02:42] "POST /neutron/port HTTP/1.1" 200 1122 0.010876 10.0.0.141 - - [2026-01-08 02:02:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005934 10.0.0.141 - - [2026-01-08 02:02:42] "POST /neutron/port HTTP/1.1" 200 1122 0.011576 10.0.0.141 - - [2026-01-08 02:02:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004706 10.0.0.141 - - [2026-01-08 02:02:42] "POST /neutron/port HTTP/1.1" 200 1122 0.012180 10.0.0.141 - - [2026-01-08 02:02:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005593 10.0.0.141 - - [2026-01-08 02:02:42] "GET /virtual-machine/f3679524-4fe0-4c2a-b1b6-4ada672c5404 HTTP/1.1" 200 1296 0.003614 10.0.0.141 - - [2026-01-08 02:02:42] "GET /virtual-machine-interface/2c3409a1-3e71-4b90-a197-1da238decf9c HTTP/1.1" 200 2971 0.005710 10.0.0.141 - - [2026-01-08 02:02:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002752 10.0.0.141 - - [2026-01-08 02:02:42] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002784 10.0.0.141 - - [2026-01-08 02:02:42] "GET /virtual-networks?parent_id=bf5298d8-aec8-42c3-b8aa-dcd5a3bb10c7&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002917 10.0.0.141 - - [2026-01-08 02:02:42] "GET /virtual-network/8d95bb57-cc8f-415f-b855-4f783d2b7283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004797 10.0.0.141 - - [2026-01-08 02:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002713 10.0.0.141 - - [2026-01-08 02:02:45] "GET /virtual-network/8d95bb57-cc8f-415f-b855-4f783d2b7283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004672 10.0.0.141 - - [2026-01-08 02:02:46] "POST /neutron/port HTTP/1.1" 200 1122 0.010150 10.0.0.141 - - [2026-01-08 02:02:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004184 10.0.0.141 - - [2026-01-08 02:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002751 10.0.0.141 - - [2026-01-08 02:02:48] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002696 10.0.0.141 - - [2026-01-08 02:02:48] "GET /virtual-networks?parent_id=bf5298d8-aec8-42c3-b8aa-dcd5a3bb10c7&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002470 10.0.0.141 - - [2026-01-08 02:02:48] "GET /virtual-network/8d95bb57-cc8f-415f-b855-4f783d2b7283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005137 10.0.0.141 - - [2026-01-08 02:02:52] "POST /neutron/network HTTP/1.1" 200 807 0.009311 10.0.0.141 - - [2026-01-08 02:02:52] "POST /neutron/network HTTP/1.1" 200 833 0.003988 10.0.0.141 - - [2026-01-08 02:02:52] "POST /id-to-fqname HTTP/1.1" 200 227 0.000988 10.0.0.141 - - [2026-01-08 02:02:52] "POST /neutron/port HTTP/1.1" 200 1122 0.010476 10.0.0.141 - - [2026-01-08 02:02:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006407 10.0.0.141 - - [2026-01-08 02:02:52] "POST /neutron/network HTTP/1.1" 200 843 0.004727 10.0.0.141 - - [2026-01-08 02:02:52] "GET /aaa-mode HTTP/1.1" 401 293 0.000372 10.0.0.141 - - [2026-01-08 02:02:53] "GET / HTTP/1.1" 200 36215 0.001595 10.0.0.141 - - [2026-01-08 02:02:53] "GET /project/bf5298d8-aec8-42c3-b8aa-dcd5a3bb10c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000436 10.0.0.141 - - [2026-01-08 02:02:53] "GET /projects?obj_uuids=bf5298d8-aec8-42c3-b8aa-dcd5a3bb10c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001498 10.0.0.141 - - [2026-01-08 02:02:53] "GET /project/bf5298d8-aec8-42c3-b8aa-dcd5a3bb10c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.050481 10.0.0.141 - - [2026-01-08 02:02:53] "POST /neutron/network HTTP/1.1" 200 833 0.004732 10.0.0.141 - - [2026-01-08 02:02:53] "POST /neutron/port HTTP/1.1" 200 1122 0.013522 10.0.0.141 - - [2026-01-08 02:02:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005422 10.0.0.141 - - [2026-01-08 02:02:53] "POST /neutron/port HTTP/1.1" 200 117 0.004100 10.0.0.141 - - [2026-01-08 02:02:53] "POST /neutron/port HTTP/1.1" 200 117 0.005221 10.0.0.141 - - [2026-01-08 02:02:54] "POST /neutron/network HTTP/1.1" 200 843 0.005483 10.0.0.141 - - [2026-01-08 02:02:54] "GET /projects?obj_uuids=bf5298d8-aec8-42c3-b8aa-dcd5a3bb10c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001752 10.0.0.141 - - [2026-01-08 02:02:54] "POST /neutron/port HTTP/1.1" 200 1058 0.165253 10.0.0.141 - - [2026-01-08 02:02:54] "POST /neutron/port HTTP/1.1" 200 1058 0.010301 10.0.0.141 - - [2026-01-08 02:02:54] "POST /neutron/port HTTP/1.1" 200 1058 0.011206 10.0.0.141 - - [2026-01-08 02:02:54] "POST /neutron/port HTTP/1.1" 200 1112 0.051417 10.0.0.141 - - [2026-01-08 02:02:54] "POST /neutron/port HTTP/1.1" 200 1122 0.010239 10.0.0.141 - - [2026-01-08 02:02:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003009 10.0.0.141 - - [2026-01-08 02:02:54] "POST /neutron/subnet HTTP/1.1" 200 685 0.005897 10.0.0.141 - - [2026-01-08 02:02:54] "POST /neutron/port HTTP/1.1" 200 117 0.001376 10.0.0.141 - - [2026-01-08 02:02:54] "POST /neutron/network HTTP/1.1" 200 833 0.004555 10.0.0.141 - - [2026-01-08 02:02:58] "POST /neutron/port HTTP/1.1" 200 1122 0.011276 10.0.0.141 - - [2026-01-08 02:02:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005400 10.0.0.141 - - [2026-01-08 02:02:58] "POST /neutron/port HTTP/1.1" 200 1122 0.010672 10.0.0.141 - - [2026-01-08 02:02:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005763 10.0.0.141 - - [2026-01-08 02:02:59] "POST /neutron/port HTTP/1.1" 200 1122 0.010808 10.0.0.141 - - [2026-01-08 02:02:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006436 10.0.0.141 - - [2026-01-08 02:02:59] "GET /virtual-machine/d60f5f26-7969-4d7a-8af0-a3c132f528a0 HTTP/1.1" 200 1296 0.003454 10.0.0.141 - - [2026-01-08 02:02:59] "GET /virtual-machine-interface/cb41d4f6-111d-415c-8e87-4482c36e2e98 HTTP/1.1" 200 2972 0.003661 10.0.0.141 - - [2026-01-08 02:02:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002580 10.0.0.141 - - [2026-01-08 02:02:59] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002476 10.0.0.141 - - [2026-01-08 02:02:59] "GET /virtual-networks?parent_id=bf5298d8-aec8-42c3-b8aa-dcd5a3bb10c7&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002638 10.0.0.141 - - [2026-01-08 02:02:59] "GET /virtual-network/8d95bb57-cc8f-415f-b855-4f783d2b7283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004843 10.0.0.141 - - [2026-01-08 02:03:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.141 - - [2026-01-08 02:03:02] "GET /virtual-network/8d95bb57-cc8f-415f-b855-4f783d2b7283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006667 10.0.0.141 - - [2026-01-08 02:03:02] "DELETE /project/bf5298d8aec842c3b8aadcd5a3bb10c7 HTTP/1.1" 404 173 0.003378 10.0.0.141 - - [2026-01-08 02:03:02] "GET /projects?obj_uuids=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000846 10.0.0.141 - - [2026-01-08 02:03:02] "GET /project/763c67b2-11f6-4501-b7be-395a252a8ab9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.018198 10.0.0.141 - - [2026-01-08 02:03:02] "GET /projects?obj_uuids=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000884 10.0.0.141 - - [2026-01-08 02:03:02] "GET /project/763c67b2-11f6-4501-b7be-395a252a8ab9?fields=security_groups HTTP/1.1" 200 1357 0.068166 10.0.0.141 - - [2026-01-08 02:03:02] "DELETE /security-group/a555a738-bbad-4f5a-9827-2648ac8a2a50 HTTP/1.1" 200 115 0.038537 10.0.0.141 - - [2026-01-08 02:03:02] "GET /projects?obj_uuids=763c67b2-11f6-4501-b7be-395a252a8ab9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001114 10.0.0.141 - - [2026-01-08 02:03:02] "DELETE /access-control-list/909f5b14-e69c-445a-8586-b6ee61e51584 HTTP/1.1" 200 115 0.033986 10.0.0.141 - - [2026-01-08 02:03:02] "GET /project/763c67b2-11f6-4501-b7be-395a252a8ab9?fields=application_policy_sets HTTP/1.1" 200 1396 0.035109 10.0.0.141 - - [2026-01-08 02:03:02] "DELETE /access-control-list/a9d67f6c-ae3a-4b0d-a216-1143807265f1 HTTP/1.1" 200 115 0.032461 10.0.0.141 - - [2026-01-08 02:03:02] "DELETE /project/763c67b2-11f6-4501-b7be-395a252a8ab9 HTTP/1.1" 200 115 0.322166 10.0.0.141 - - [2026-01-08 02:03:03] "POST /neutron/port HTTP/1.1" 200 1122 0.036689 10.0.0.141 - - [2026-01-08 02:03:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004815 10.0.0.141 - - [2026-01-08 02:03:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.141 - - [2026-01-08 02:03:04] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.004009 10.0.0.141 - - [2026-01-08 02:03:04] "GET /virtual-networks?parent_id=bf5298d8-aec8-42c3-b8aa-dcd5a3bb10c7&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003168 10.0.0.141 - - [2026-01-08 02:03:04] "GET /virtual-network/8d95bb57-cc8f-415f-b855-4f783d2b7283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004945 10.0.0.141 - - [2026-01-08 02:03:08] "GET /obj-perms HTTP/1.1" 200 5075 0.052534 10.0.0.141 - - [2026-01-08 02:03:09] "GET /obj-perms HTTP/1.1" 200 5075 0.049349 10.0.0.141 - - [2026-01-08 02:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.141 - - [2026-01-08 02:03:11] "DELETE /virtual-DNS/548bdd8a-c642-4186-a449-d121a4997a2a HTTP/1.1" 409 236 0.005534 10.0.0.141 - - [2026-01-08 02:03:11] "POST /fqname-to-id HTTP/1.1" 404 192 0.003217 10.0.0.141 - - [2026-01-08 02:03:11] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.016196 10.0.0.141 - - [2026-01-08 02:03:11] "GET /virtual-DNS-record/6ca1f674-18ce-4b08-964e-78387b57bafe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.004156 10.0.0.141 - - [2026-01-08 02:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.141 - - [2026-01-08 02:03:11] "GET /virtual-DNS-record/6ca1f674-18ce-4b08-964e-78387b57bafe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.003031 10.0.0.141 - - [2026-01-08 02:03:11] "GET /domains HTTP/1.1" 200 281 0.002800 10.0.0.141 - - [2026-01-08 02:03:11] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000972 10.0.0.141 - - [2026-01-08 02:03:11] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2785 0.007661 10.0.0.141 - - [2026-01-08 02:03:11] "GET /virtual-DNS/548bdd8a-c642-4186-a449-d121a4997a2a HTTP/1.1" 200 1911 0.004053 10.0.0.141 - - [2026-01-08 02:03:11] "GET /virtual-DNS-record/6ca1f674-18ce-4b08-964e-78387b57bafe HTTP/1.1" 200 1338 0.002665 10.0.0.141 - - [2026-01-08 02:03:17] "DELETE /virtual-DNS-record/6ca1f674-18ce-4b08-964e-78387b57bafe HTTP/1.1" 200 115 0.018044 10.0.0.141 - - [2026-01-08 02:03:17] "POST /fqname-to-id HTTP/1.1" 404 184 0.002824 10.0.0.141 - - [2026-01-08 02:03:17] "POST /neutron/network HTTP/1.1" 200 833 0.007054 10.0.0.141 - - [2026-01-08 02:03:17] "POST /neutron/network HTTP/1.1" 400 204 0.010015 10.0.0.141 - - [2026-01-08 02:03:17] "POST /neutron/port HTTP/1.1" 200 1122 0.010852 10.0.0.141 - - [2026-01-08 02:03:17] "POST /neutron/port HTTP/1.1" 200 1112 0.009768 10.0.0.141 - - [2026-01-08 02:03:17] "POST /neutron/port HTTP/1.1" 200 1122 0.011412 10.0.0.141 - - [2026-01-08 02:03:17] "POST /neutron/port HTTP/1.1" 200 1112 0.013844 10.0.0.141 - - [2026-01-08 02:03:17] "POST /neutron/port HTTP/1.1" 200 151 0.099243 10.0.0.141 - - [2026-01-08 02:03:17] "POST /neutron/port HTTP/1.1" 200 151 0.093123 10.0.0.141 - - [2026-01-08 02:03:19] "POST /neutron/network HTTP/1.1" 200 833 0.004817 10.0.0.141 - - [2026-01-08 02:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.141 - - [2026-01-08 02:03:19] "POST /useragent-kv HTTP/1.1" 200 115 0.001825 10.0.0.141 - - [2026-01-08 02:03:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003059 10.0.0.141 - - [2026-01-08 02:03:19] "POST /neutron/network HTTP/1.1" 200 151 0.142694 10.0.0.141 - - [2026-01-08 02:03:19] "DELETE /route-target/3eb4e0a4-f8fb-4636-b39f-498867833546 HTTP/1.1" 200 115 0.019186 10.0.0.141 - - [2026-01-08 02:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.141 - - [2026-01-08 02:03:19] "DELETE /network-ipam/fb7ba26e-7658-4be1-b3bb-5bb4798e4311 HTTP/1.1" 200 115 0.018526 10.0.0.141 - - [2026-01-08 02:03:19] "DELETE /virtual-DNS/548bdd8a-c642-4186-a449-d121a4997a2a HTTP/1.1" 200 115 0.017023 10.0.0.141 - - [2026-01-08 02:03:19] "POST /fqname-to-id HTTP/1.1" 404 180 0.005430 10.0.0.141 - - [2026-01-08 02:03:19] "GET /domains HTTP/1.1" 200 281 0.002679 10.0.0.141 - - [2026-01-08 02:03:19] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000859 10.0.0.141 - - [2026-01-08 02:03:19] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2584 0.007236 10.0.0.141 - - [2026-01-08 02:03:19] "GET /projects?obj_uuids=bf5298d8-aec8-42c3-b8aa-dcd5a3bb10c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001150 10.0.0.141 - - [2026-01-08 02:03:19] "GET /project/bf5298d8-aec8-42c3-b8aa-dcd5a3bb10c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.027144 10.0.0.141 - - [2026-01-08 02:03:19] "GET /projects?obj_uuids=bf5298d8-aec8-42c3-b8aa-dcd5a3bb10c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001004 10.0.0.141 - - [2026-01-08 02:03:19] "GET /project/bf5298d8-aec8-42c3-b8aa-dcd5a3bb10c7?fields=virtual_networks HTTP/1.1" 200 1037 0.062318 10.0.0.141 - - [2026-01-08 02:03:19] "GET /projects?obj_uuids=bf5298d8-aec8-42c3-b8aa-dcd5a3bb10c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000874 10.0.0.141 - - [2026-01-08 02:03:19] "GET /project/bf5298d8-aec8-42c3-b8aa-dcd5a3bb10c7?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.025217 10.0.0.141 - - [2026-01-08 02:03:20] "GET /projects?obj_uuids=bf5298d8-aec8-42c3-b8aa-dcd5a3bb10c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001313 10.0.0.141 - - [2026-01-08 02:03:20] "GET /project/bf5298d8-aec8-42c3-b8aa-dcd5a3bb10c7?fields=security_groups HTTP/1.1" 200 1265 0.022480 10.0.0.141 - - [2026-01-08 02:03:20] "POST /fqname-to-id HTTP/1.1" 404 189 0.023945 10.0.0.141 - - [2026-01-08 02:03:20] "GET /projects?obj_uuids=1df7a339-d29e-41e6-8e0d-5f9923308558&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002259 10.0.0.141 - - [2026-01-08 02:03:20] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000935 10.0.0.141 - - [2026-01-08 02:03:20] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006522 10.0.0.141 - - [2026-01-08 02:03:21] "POST /id-to-fqname HTTP/1.1" 200 191 0.001045 10.0.0.141 - - [2026-01-08 02:03:21] "POST /fqname-to-id HTTP/1.1" 404 200 0.002842 10.0.0.141 - - [2026-01-08 02:03:21] "POST /security-groups HTTP/1.1" 200 592 0.060246 10.0.0.141 - - [2026-01-08 02:03:21] "POST /fqname-to-id HTTP/1.1" 404 235 0.002199 10.0.0.141 - - [2026-01-08 02:03:21] "POST /projects HTTP/1.1" 200 587 0.197028 10.0.0.141 - - [2026-01-08 02:03:21] "POST /access-control-lists HTTP/1.1" 200 599 0.058363 10.0.0.141 - - [2026-01-08 02:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.265346 10.0.0.141 - - [2026-01-08 02:03:21] "POST /fqname-to-id HTTP/1.1" 404 234 0.002637 10.0.0.141 - - [2026-01-08 02:03:21] "GET /project/1df7a339-d29e-41e6-8e0d-5f9923308558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.384389 10.0.0.141 - - [2026-01-08 02:03:21] "POST /access-control-lists HTTP/1.1" 200 597 0.062665 10.0.0.141 - - [2026-01-08 02:03:22] "GET / HTTP/1.1" 200 36215 0.001784 10.0.0.141 - - [2026-01-08 02:03:23] "POST /fqname-to-id HTTP/1.1" 401 293 0.000433 10.0.0.141 - - [2026-01-08 02:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.058000 10.0.0.141 - - [2026-01-08 02:03:23] "GET /projects?obj_uuids=1df7a339-d29e-41e6-8e0d-5f9923308558&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000879 10.0.0.141 - - [2026-01-08 02:03:23] "GET /project/1df7a339-d29e-41e6-8e0d-5f9923308558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.023347 10.0.0.141 - - [2026-01-08 02:03:23] "POST /neutron/network HTTP/1.1" 200 117 0.030427 10.0.0.141 - - [2026-01-08 02:03:23] "GET /projects?obj_uuids=1df7a339-d29e-41e6-8e0d-5f9923308558&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002678 10.0.0.141 - - [2026-01-08 02:03:23] "POST /neutron/network HTTP/1.1" 200 606 0.057938 10.0.0.141 - - [2026-01-08 02:03:23] "POST /route-targets HTTP/1.1" 200 328 0.010253 10.0.0.141 - - [2026-01-08 02:03:23] "POST /ref-update HTTP/1.1" 200 156 0.009622 10.0.0.141 - - [2026-01-08 02:03:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003199 10.0.0.141 - - [2026-01-08 02:03:23] "POST /neutron/subnet HTTP/1.1" 200 720 0.193379 10.0.0.141 - - [2026-01-08 02:03:23] "POST /neutron/network HTTP/1.1" 200 824 0.004461 10.0.0.141 - - [2026-01-08 02:03:23] "POST /id-to-fqname HTTP/1.1" 200 221 0.000998 10.0.0.141 - - [2026-01-08 02:03:23] "GET /virtual-network/631f974c-9053-4ab4-a3fc-8386c2c0d966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004300 10.0.0.141 - - [2026-01-08 02:03:24] "POST /neutron/network HTTP/1.1" 200 824 0.005714 10.0.0.141 - - [2026-01-08 02:03:24] "GET /virtual-network/631f974c-9053-4ab4-a3fc-8386c2c0d966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007474 10.0.0.141 - - [2026-01-08 02:03:24] "POST /neutron/network HTTP/1.1" 200 824 0.004986 10.0.0.141 - - [2026-01-08 02:03:24] "POST /neutron/subnet HTTP/1.1" 200 720 0.005374 10.0.0.141 - - [2026-01-08 02:03:24] "POST /id-to-fqname HTTP/1.1" 200 221 0.000959 10.0.0.141 - - [2026-01-08 02:03:24] "POST /neutron/network HTTP/1.1" 200 834 0.004448 10.0.0.141 - - [2026-01-08 02:03:24] "GET /aaa-mode HTTP/1.1" 401 293 0.000508 10.0.0.141 - - [2026-01-08 02:03:24] "GET / HTTP/1.1" 200 36215 0.002524 10.0.0.141 - - [2026-01-08 02:03:24] "GET /project/1df7a339-d29e-41e6-8e0d-5f9923308558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000468 10.0.0.141 - - [2026-01-08 02:03:24] "GET /projects?obj_uuids=1df7a339-d29e-41e6-8e0d-5f9923308558&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000931 10.0.0.141 - - [2026-01-08 02:03:25] "GET /project/1df7a339-d29e-41e6-8e0d-5f9923308558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.043156 10.0.0.141 - - [2026-01-08 02:03:25] "POST /neutron/network HTTP/1.1" 200 824 0.005104 10.0.0.141 - - [2026-01-08 02:03:25] "POST /neutron/port HTTP/1.1" 200 117 0.004620 10.0.0.141 - - [2026-01-08 02:03:25] "POST /neutron/port HTTP/1.1" 200 117 0.005455 10.0.0.141 - - [2026-01-08 02:03:25] "POST /id-to-fqname HTTP/1.1" 200 221 0.001336 10.0.0.141 - - [2026-01-08 02:03:25] "POST /neutron/port HTTP/1.1" 200 117 0.004503 10.0.0.141 - - [2026-01-08 02:03:25] "POST /neutron/network HTTP/1.1" 200 834 0.005887 10.0.0.141 - - [2026-01-08 02:03:25] "GET /aaa-mode HTTP/1.1" 401 293 0.000355 10.0.0.141 - - [2026-01-08 02:03:25] "POST /neutron/network HTTP/1.1" 200 834 0.004375 10.0.0.141 - - [2026-01-08 02:03:25] "GET /projects?obj_uuids=1df7a339-d29e-41e6-8e0d-5f9923308558&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001220 10.0.0.141 - - [2026-01-08 02:03:25] "GET / HTTP/1.1" 200 36215 0.001481 10.0.0.141 - - [2026-01-08 02:03:25] "GET /project/1df7a339-d29e-41e6-8e0d-5f9923308558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000341 10.0.0.141 - - [2026-01-08 02:03:25] "POST /neutron/port HTTP/1.1" 200 1060 0.177344 10.0.0.141 - - [2026-01-08 02:03:25] "POST /neutron/port HTTP/1.1" 200 1060 0.009424 10.0.0.141 - - [2026-01-08 02:03:25] "POST /neutron/port HTTP/1.1" 200 1060 0.008528 10.0.0.141 - - [2026-01-08 02:03:25] "POST /neutron/port HTTP/1.1" 200 1114 0.060524 10.0.0.141 - - [2026-01-08 02:03:25] "POST /neutron/port HTTP/1.1" 200 1124 0.009979 10.0.0.141 - - [2026-01-08 02:03:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002550 10.0.0.141 - - [2026-01-08 02:03:25] "POST /neutron/subnet HTTP/1.1" 200 694 0.006340 10.0.0.141 - - [2026-01-08 02:03:25] "POST /neutron/port HTTP/1.1" 200 117 0.001005 10.0.0.141 - - [2026-01-08 02:03:25] "POST /neutron/network HTTP/1.1" 200 824 0.004375 10.0.0.141 - - [2026-01-08 02:03:26] "GET /projects?obj_uuids=1df7a339-d29e-41e6-8e0d-5f9923308558&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001304 10.0.0.141 - - [2026-01-08 02:03:26] "GET /project/1df7a339-d29e-41e6-8e0d-5f9923308558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.053399 10.0.0.141 - - [2026-01-08 02:03:26] "POST /neutron/network HTTP/1.1" 200 824 0.004691 10.0.0.141 - - [2026-01-08 02:03:26] "POST /neutron/port HTTP/1.1" 200 1124 0.024292 10.0.0.141 - - [2026-01-08 02:03:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005826 10.0.0.141 - - [2026-01-08 02:03:26] "POST /neutron/port HTTP/1.1" 200 117 0.008891 10.0.0.141 - - [2026-01-08 02:03:26] "POST /neutron/port HTTP/1.1" 200 1124 0.012243 10.0.0.141 - - [2026-01-08 02:03:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006324 10.0.0.141 - - [2026-01-08 02:03:26] "POST /neutron/network HTTP/1.1" 200 834 0.005354 10.0.0.141 - - [2026-01-08 02:03:26] "GET /projects?obj_uuids=1df7a339-d29e-41e6-8e0d-5f9923308558&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000934 10.0.0.141 - - [2026-01-08 02:03:26] "POST /neutron/port HTTP/1.1" 200 1060 0.219456 10.0.0.141 - - [2026-01-08 02:03:26] "POST /neutron/port HTTP/1.1" 200 1060 0.012315 10.0.0.141 - - [2026-01-08 02:03:26] "POST /neutron/port HTTP/1.1" 200 1060 0.009950 10.0.0.141 - - [2026-01-08 02:03:26] "POST /neutron/port HTTP/1.1" 200 1114 0.071564 10.0.0.141 - - [2026-01-08 02:03:27] "POST /neutron/port HTTP/1.1" 200 1124 0.013980 10.0.0.141 - - [2026-01-08 02:03:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003025 10.0.0.141 - - [2026-01-08 02:03:27] "POST /neutron/subnet HTTP/1.1" 200 694 0.005459 10.0.0.141 - - [2026-01-08 02:03:27] "POST /neutron/port HTTP/1.1" 200 117 0.000971 10.0.0.141 - - [2026-01-08 02:03:27] "POST /neutron/network HTTP/1.1" 200 824 0.004366 10.0.0.141 - - [2026-01-08 02:03:31] "POST /neutron/port HTTP/1.1" 200 1124 0.011826 10.0.0.141 - - [2026-01-08 02:03:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004913 10.0.0.141 - - [2026-01-08 02:03:31] "POST /neutron/port HTTP/1.1" 200 1124 0.009811 10.0.0.141 - - [2026-01-08 02:03:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004881 10.0.0.141 - - [2026-01-08 02:03:31] "POST /neutron/port HTTP/1.1" 200 1124 0.012560 10.0.0.141 - - [2026-01-08 02:03:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005136 10.0.0.141 - - [2026-01-08 02:03:31] "GET /virtual-machine/6a7b918b-4cac-4793-a016-d9c8db643e2d HTTP/1.1" 401 293 0.000337 10.0.0.141 - - [2026-01-08 02:03:31] "GET /virtual-machine/6a7b918b-4cac-4793-a016-d9c8db643e2d HTTP/1.1" 200 1295 0.031139 10.0.0.141 - - [2026-01-08 02:03:32] "GET /virtual-machine-interface/8da2fd46-100d-48cd-8bad-d4ef9d0fc632 HTTP/1.1" 200 2954 0.004389 10.0.0.141 - - [2026-01-08 02:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.141 - - [2026-01-08 02:03:32] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003657 10.0.0.141 - - [2026-01-08 02:03:32] "GET /virtual-networks?parent_id=1df7a339-d29e-41e6-8e0d-5f9923308558&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002791 10.0.0.141 - - [2026-01-08 02:03:32] "GET /virtual-network/631f974c-9053-4ab4-a3fc-8386c2c0d966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005069 10.0.0.141 - - [2026-01-08 02:03:34] "POST /neutron/port HTTP/1.1" 200 1124 0.011284 10.0.0.141 - - [2026-01-08 02:03:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004322 10.0.0.141 - - [2026-01-08 02:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002693 10.0.0.141 - - [2026-01-08 02:03:35] "GET /virtual-network/631f974c-9053-4ab4-a3fc-8386c2c0d966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004846 10.0.0.141 - - [2026-01-08 02:03:35] "POST /neutron/port HTTP/1.1" 200 1124 0.014543 10.0.0.141 - - [2026-01-08 02:03:35] "POST /neutron/port HTTP/1.1" 200 1124 0.015144 10.0.0.141 - - [2026-01-08 02:03:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006527 10.0.0.141 - - [2026-01-08 02:03:35] "POST /neutron/port HTTP/1.1" 200 1124 0.013077 10.0.0.141 - - [2026-01-08 02:03:35] "POST /neutron/network HTTP/1.1" 200 834 0.005554 10.0.0.141 - - [2026-01-08 02:03:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003047 10.0.0.141 - - [2026-01-08 02:03:35] "POST /neutron/subnet HTTP/1.1" 200 694 0.006763 10.0.0.141 - - [2026-01-08 02:03:35] "POST /neutron/port HTTP/1.1" 200 117 0.001089 10.0.0.141 - - [2026-01-08 02:03:35] "POST /neutron/network HTTP/1.1" 200 824 0.005693 10.0.0.141 - - [2026-01-08 02:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002382 10.0.0.141 - - [2026-01-08 02:03:37] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002517 10.0.0.141 - - [2026-01-08 02:03:37] "GET /virtual-networks?parent_id=1df7a339-d29e-41e6-8e0d-5f9923308558&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003322 10.0.0.141 - - [2026-01-08 02:03:37] "GET /virtual-network/631f974c-9053-4ab4-a3fc-8386c2c0d966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007199 10.0.0.141 - - [2026-01-08 02:03:37] "POST /neutron/port HTTP/1.1" 200 1124 0.010165 10.0.0.141 - - [2026-01-08 02:03:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005246 10.0.0.141 - - [2026-01-08 02:03:37] "POST /neutron/port HTTP/1.1" 200 1124 0.011830 10.0.0.141 - - [2026-01-08 02:03:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005131 10.0.0.141 - - [2026-01-08 02:03:37] "POST /neutron/port HTTP/1.1" 200 1124 0.011117 10.0.0.141 - - [2026-01-08 02:03:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005085 10.0.0.141 - - [2026-01-08 02:03:37] "GET /virtual-machine/a7960c8c-9c95-4833-a3f7-a7078c55cb58 HTTP/1.1" 200 1296 0.003746 10.0.0.141 - - [2026-01-08 02:03:37] "GET /virtual-machine-interface/ae1a911a-19eb-4506-95eb-13c359a11a2c HTTP/1.1" 200 2954 0.004497 10.0.0.141 - - [2026-01-08 02:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.141 - - [2026-01-08 02:03:37] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002712 10.0.0.141 - - [2026-01-08 02:03:38] "GET /virtual-networks?parent_id=1df7a339-d29e-41e6-8e0d-5f9923308558&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002967 10.0.0.141 - - [2026-01-08 02:03:38] "GET /virtual-network/631f974c-9053-4ab4-a3fc-8386c2c0d966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008416 10.0.0.141 - - [2026-01-08 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002356 10.0.0.141 - - [2026-01-08 02:03:39] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002864 10.0.0.141 - - [2026-01-08 02:03:39] "GET /virtual-networks?parent_id=1df7a339-d29e-41e6-8e0d-5f9923308558&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002494 10.0.0.141 - - [2026-01-08 02:03:39] "GET /virtual-network/631f974c-9053-4ab4-a3fc-8386c2c0d966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004630 10.0.0.141 - - [2026-01-08 02:03:43] "POST /neutron/network HTTP/1.1" 200 824 0.005170 10.0.0.141 - - [2026-01-08 02:03:43] "POST /neutron/network HTTP/1.1" 400 204 0.013477 10.0.0.141 - - [2026-01-08 02:03:44] "POST /neutron/port HTTP/1.1" 200 1124 0.012260 10.0.0.141 - - [2026-01-08 02:03:44] "POST /neutron/port HTTP/1.1" 200 1114 0.009747 10.0.0.141 - - [2026-01-08 02:03:44] "POST /neutron/port HTTP/1.1" 200 1124 0.012880 10.0.0.141 - - [2026-01-08 02:03:44] "POST /neutron/port HTTP/1.1" 200 1114 0.008279 10.0.0.141 - - [2026-01-08 02:03:44] "POST /neutron/port HTTP/1.1" 200 151 0.105552 10.0.0.141 - - [2026-01-08 02:03:44] "POST /neutron/port HTTP/1.1" 200 151 0.118150 10.0.0.141 - - [2026-01-08 02:03:45] "POST /neutron/network HTTP/1.1" 200 824 0.007593 10.0.0.141 - - [2026-01-08 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.141 - - [2026-01-08 02:03:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003372 10.0.0.141 - - [2026-01-08 02:03:45] "POST /useragent-kv HTTP/1.1" 200 115 0.001538 10.0.0.141 - - [2026-01-08 02:03:45] "POST /neutron/network HTTP/1.1" 200 151 0.077246 10.0.0.141 - - [2026-01-08 02:03:45] "DELETE /route-target/d6582112-431f-46c5-a165-4f3adadbf916 HTTP/1.1" 200 115 0.015275 10.0.0.141 - - [2026-01-08 02:03:46] "GET /projects?obj_uuids=1df7a339-d29e-41e6-8e0d-5f9923308558&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000901 10.0.0.141 - - [2026-01-08 02:03:46] "GET /project/1df7a339-d29e-41e6-8e0d-5f9923308558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.023618 10.0.0.141 - - [2026-01-08 02:03:46] "GET /projects?obj_uuids=1df7a339-d29e-41e6-8e0d-5f9923308558&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000793 10.0.0.141 - - [2026-01-08 02:03:46] "GET /project/1df7a339-d29e-41e6-8e0d-5f9923308558?fields=virtual_networks HTTP/1.1" 200 1036 0.060347 10.0.0.141 - - [2026-01-08 02:03:46] "GET /projects?obj_uuids=1df7a339-d29e-41e6-8e0d-5f9923308558&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000849 10.0.0.141 - - [2026-01-08 02:03:46] "GET /project/1df7a339-d29e-41e6-8e0d-5f9923308558?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.022360 10.0.0.141 - - [2026-01-08 02:03:46] "GET /projects?obj_uuids=1df7a339-d29e-41e6-8e0d-5f9923308558&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001088 10.0.0.141 - - [2026-01-08 02:03:46] "GET /project/1df7a339-d29e-41e6-8e0d-5f9923308558?fields=security_groups HTTP/1.1" 200 1264 0.027221 10.0.0.141 - - [2026-01-08 02:03:47] "POST /fqname-to-id HTTP/1.1" 404 188 0.024864 10.0.0.141 - - [2026-01-08 02:03:47] "GET /projects?obj_uuids=4edd6b8b-a910-4b19-b7f7-29594d8c4939&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002615 10.0.0.141 - - [2026-01-08 02:03:47] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000849 10.0.0.141 - - [2026-01-08 02:03:47] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006854 10.0.0.141 - - [2026-01-08 02:03:47] "POST /id-to-fqname HTTP/1.1" 200 190 0.001047 10.0.0.141 - - [2026-01-08 02:03:47] "POST /fqname-to-id HTTP/1.1" 404 199 0.002882 10.0.0.141 - - [2026-01-08 02:03:47] "POST /security-groups HTTP/1.1" 200 591 0.060493 10.0.0.141 - - [2026-01-08 02:03:47] "POST /fqname-to-id HTTP/1.1" 404 234 0.003211 10.0.0.141 - - [2026-01-08 02:03:47] "POST /projects HTTP/1.1" 200 585 0.198700 10.0.0.141 - - [2026-01-08 02:03:47] "POST /access-control-lists HTTP/1.1" 200 598 0.053534 10.0.0.141 - - [2026-01-08 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.269863 10.0.0.141 - - [2026-01-08 02:03:47] "POST /fqname-to-id HTTP/1.1" 404 233 0.002460 10.0.0.141 - - [2026-01-08 02:03:47] "GET /project/4edd6b8b-a910-4b19-b7f7-29594d8c4939?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.385336 10.0.0.141 - - [2026-01-08 02:03:47] "POST /access-control-lists HTTP/1.1" 200 596 0.060353 10.0.0.141 - - [2026-01-08 02:03:48] "GET / HTTP/1.1" 200 36215 0.001790 10.0.0.141 - - [2026-01-08 02:03:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000428 10.0.0.141 - - [2026-01-08 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.059611 10.0.0.141 - - [2026-01-08 02:03:49] "GET /projects?obj_uuids=4edd6b8b-a910-4b19-b7f7-29594d8c4939&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000871 10.0.0.141 - - [2026-01-08 02:03:49] "GET /project/4edd6b8b-a910-4b19-b7f7-29594d8c4939?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.023451 10.0.0.141 - - [2026-01-08 02:03:49] "POST /neutron/network HTTP/1.1" 200 117 0.032846 10.0.0.141 - - [2026-01-08 02:03:49] "GET /projects?obj_uuids=4edd6b8b-a910-4b19-b7f7-29594d8c4939&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001136 10.0.0.141 - - [2026-01-08 02:03:49] "POST /neutron/network HTTP/1.1" 200 625 0.068383 10.0.0.141 - - [2026-01-08 02:03:49] "POST /route-targets HTTP/1.1" 200 328 0.011472 10.0.0.141 - - [2026-01-08 02:03:50] "POST /ref-update HTTP/1.1" 200 156 0.012010 10.0.0.141 - - [2026-01-08 02:03:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002146 10.0.0.141 - - [2026-01-08 02:03:50] "POST /neutron/subnet HTTP/1.1" 200 701 0.146342 10.0.0.141 - - [2026-01-08 02:03:50] "POST /neutron/network HTTP/1.1" 200 839 0.004532 10.0.0.141 - - [2026-01-08 02:03:50] "POST /id-to-fqname HTTP/1.1" 200 230 0.001013 10.0.0.141 - - [2026-01-08 02:03:50] "GET /virtual-network/9c36acf6-ab89-417d-aaaf-297e3b5f1757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004025 10.0.0.141 - - [2026-01-08 02:03:50] "POST /neutron/network HTTP/1.1" 200 839 0.005462 10.0.0.141 - - [2026-01-08 02:03:50] "GET /virtual-network/9c36acf6-ab89-417d-aaaf-297e3b5f1757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004294 10.0.0.141 - - [2026-01-08 02:03:50] "POST /neutron/network HTTP/1.1" 200 839 0.004685 10.0.0.141 - - [2026-01-08 02:03:50] "POST /neutron/subnet HTTP/1.1" 200 701 0.008111 10.0.0.141 - - [2026-01-08 02:03:50] "POST /neutron/network HTTP/1.1" 200 839 0.005277 10.0.0.141 - - [2026-01-08 02:03:50] "POST /id-to-fqname HTTP/1.1" 200 230 0.001246 10.0.0.141 - - [2026-01-08 02:03:50] "POST /neutron/network HTTP/1.1" 200 849 0.006092 10.0.0.141 - - [2026-01-08 02:03:50] "GET /aaa-mode HTTP/1.1" 401 293 0.000510 10.0.0.141 - - [2026-01-08 02:03:50] "GET / HTTP/1.1" 200 36215 0.001553 10.0.0.141 - - [2026-01-08 02:03:50] "GET /project/4edd6b8b-a910-4b19-b7f7-29594d8c4939?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000330 10.0.0.141 - - [2026-01-08 02:03:51] "GET /projects?obj_uuids=4edd6b8b-a910-4b19-b7f7-29594d8c4939&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001358 10.0.0.141 - - [2026-01-08 02:03:51] "GET /project/4edd6b8b-a910-4b19-b7f7-29594d8c4939?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.060841 10.0.0.141 - - [2026-01-08 02:03:51] "POST /neutron/network HTTP/1.1" 200 839 0.004537 10.0.0.141 - - [2026-01-08 02:03:51] "POST /neutron/port HTTP/1.1" 200 117 0.005323 10.0.0.141 - - [2026-01-08 02:03:51] "POST /neutron/port HTTP/1.1" 200 117 0.007326 10.0.0.141 - - [2026-01-08 02:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.141 - - [2026-01-08 02:03:51] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003299 10.0.0.141 - - [2026-01-08 02:03:51] "PUT /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a HTTP/1.1" 200 277 0.008458 10.0.0.141 - - [2026-01-08 02:03:51] "POST /neutron/port HTTP/1.1" 200 117 0.004506 10.0.0.141 - - [2026-01-08 02:03:51] "POST /neutron/network HTTP/1.1" 200 849 0.004781 10.0.0.141 - - [2026-01-08 02:03:51] "GET /projects?obj_uuids=4edd6b8b-a910-4b19-b7f7-29594d8c4939&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000922 10.0.0.141 - - [2026-01-08 02:03:52] "POST /neutron/port HTTP/1.1" 200 1055 0.193003 10.0.0.141 - - [2026-01-08 02:03:52] "POST /neutron/port HTTP/1.1" 200 1055 0.011054 10.0.0.141 - - [2026-01-08 02:03:52] "POST /neutron/port HTTP/1.1" 200 1055 0.009965 10.0.0.141 - - [2026-01-08 02:03:52] "POST /neutron/port HTTP/1.1" 200 1109 0.057095 10.0.0.141 - - [2026-01-08 02:03:52] "POST /neutron/port HTTP/1.1" 200 1119 0.016659 10.0.0.141 - - [2026-01-08 02:03:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003745 10.0.0.141 - - [2026-01-08 02:03:52] "POST /neutron/subnet HTTP/1.1" 200 675 0.007988 10.0.0.141 - - [2026-01-08 02:03:52] "POST /neutron/port HTTP/1.1" 200 117 0.001632 10.0.0.141 - - [2026-01-08 02:03:52] "POST /neutron/network HTTP/1.1" 200 839 0.006193 10.0.0.141 - - [2026-01-08 02:03:56] "POST /neutron/port HTTP/1.1" 200 1119 0.011456 10.0.0.141 - - [2026-01-08 02:03:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006533 10.0.0.141 - - [2026-01-08 02:03:56] "POST /neutron/port HTTP/1.1" 200 1119 0.012631 10.0.0.141 - - [2026-01-08 02:03:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004567 10.0.0.141 - - [2026-01-08 02:03:56] "POST /neutron/port HTTP/1.1" 200 1119 0.011409 10.0.0.141 - - [2026-01-08 02:03:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004818 10.0.0.141 - - [2026-01-08 02:03:56] "GET /virtual-machine/758259b5-ee1b-4847-9397-6f00fc4f68a7 HTTP/1.1" 401 293 0.000516 10.0.0.141 - - [2026-01-08 02:03:57] "GET /virtual-machine/758259b5-ee1b-4847-9397-6f00fc4f68a7 HTTP/1.1" 200 1294 0.031276 10.0.0.141 - - [2026-01-08 02:03:57] "GET /virtual-machine-interface/2e771fff-22a4-4bfa-b651-a5dce1c46516 HTTP/1.1" 200 2978 0.004445 10.0.0.141 - - [2026-01-08 02:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002573 10.0.0.141 - - [2026-01-08 02:03:57] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.002876 10.0.0.141 - - [2026-01-08 02:03:57] "GET /virtual-networks?parent_id=4edd6b8b-a910-4b19-b7f7-29594d8c4939&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002429 10.0.0.141 - - [2026-01-08 02:03:57] "GET /virtual-network/9c36acf6-ab89-417d-aaaf-297e3b5f1757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004704 10.0.0.141 - - [2026-01-08 02:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.141 - - [2026-01-08 02:04:00] "GET /virtual-network/9c36acf6-ab89-417d-aaaf-297e3b5f1757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005064 10.0.0.141 - - [2026-01-08 02:04:00] "POST /neutron/port HTTP/1.1" 200 1119 0.010276 10.0.0.141 - - [2026-01-08 02:04:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004996 10.0.0.141 - - [2026-01-08 02:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002454 10.0.0.141 - - [2026-01-08 02:04:02] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.002587 10.0.0.141 - - [2026-01-08 02:04:02] "GET /virtual-networks?parent_id=4edd6b8b-a910-4b19-b7f7-29594d8c4939&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003025 10.0.0.141 - - [2026-01-08 02:04:02] "GET /virtual-network/9c36acf6-ab89-417d-aaaf-297e3b5f1757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005186 10.0.0.141 - - [2026-01-08 02:04:02] "DELETE /project/4edd6b8ba9104b19b7f729594d8c4939 HTTP/1.1" 404 173 0.009882 10.0.0.141 - - [2026-01-08 02:04:02] "DELETE /project/1df7a339d29e41e68e0d5f9923308558 HTTP/1.1" 404 173 0.007586 10.0.0.141 - - [2026-01-08 02:04:02] "GET /projects?obj_uuids=bf5298d8-aec8-42c3-b8aa-dcd5a3bb10c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000930 10.0.0.141 - - [2026-01-08 02:04:02] "GET /projects?obj_uuids=1df7a339-d29e-41e6-8e0d-5f9923308558&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000944 10.0.0.141 - - [2026-01-08 02:04:02] "GET /project/1df7a339-d29e-41e6-8e0d-5f9923308558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.041375 10.0.0.141 - - [2026-01-08 02:04:02] "GET /project/bf5298d8-aec8-42c3-b8aa-dcd5a3bb10c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.047369 10.0.0.141 - - [2026-01-08 02:04:03] "GET /projects?obj_uuids=1df7a339-d29e-41e6-8e0d-5f9923308558&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000940 10.0.0.141 - - [2026-01-08 02:04:03] "GET /projects?obj_uuids=bf5298d8-aec8-42c3-b8aa-dcd5a3bb10c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000823 10.0.0.141 - - [2026-01-08 02:04:03] "GET /project/1df7a339-d29e-41e6-8e0d-5f9923308558?fields=security_groups HTTP/1.1" 200 1366 0.037533 10.0.0.141 - - [2026-01-08 02:04:03] "GET /project/bf5298d8-aec8-42c3-b8aa-dcd5a3bb10c7?fields=security_groups HTTP/1.1" 200 1367 0.040057 10.0.0.141 - - [2026-01-08 02:04:03] "DELETE /security-group/3bb752aa-6bde-444a-984a-47c276356d33 HTTP/1.1" 200 115 0.057245 10.0.0.141 - - [2026-01-08 02:04:03] "DELETE /security-group/3952d5c2-2b52-4ef2-a607-f5744f9c487c HTTP/1.1" 200 115 0.056291 10.0.0.141 - - [2026-01-08 02:04:03] "GET /projects?obj_uuids=1df7a339-d29e-41e6-8e0d-5f9923308558&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000859 10.0.0.141 - - [2026-01-08 02:04:03] "GET /projects?obj_uuids=bf5298d8-aec8-42c3-b8aa-dcd5a3bb10c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000883 10.0.0.141 - - [2026-01-08 02:04:03] "DELETE /access-control-list/b68cbf8c-3437-4710-9606-c0ffc06d00aa HTTP/1.1" 200 115 0.042045 10.0.0.141 - - [2026-01-08 02:04:03] "GET /project/1df7a339-d29e-41e6-8e0d-5f9923308558?fields=application_policy_sets HTTP/1.1" 200 1405 0.041275 10.0.0.141 - - [2026-01-08 02:04:03] "GET /project/bf5298d8-aec8-42c3-b8aa-dcd5a3bb10c7?fields=application_policy_sets HTTP/1.1" 200 1406 0.040602 10.0.0.141 - - [2026-01-08 02:04:03] "DELETE /access-control-list/2b9358f3-4b95-4fe1-ba88-d8ac63a4b206 HTTP/1.1" 200 115 0.045796 10.0.0.141 - - [2026-01-08 02:04:03] "DELETE /access-control-list/f28fa13e-c73f-407b-b537-0b51500ab633 HTTP/1.1" 200 115 0.017719 10.0.0.141 - - [2026-01-08 02:04:03] "DELETE /access-control-list/3a48e671-894a-4d75-8ce9-55f364f6b7df HTTP/1.1" 200 115 0.031549 10.0.0.141 - - [2026-01-08 02:04:03] "DELETE /project/1df7a339-d29e-41e6-8e0d-5f9923308558 HTTP/1.1" 200 115 0.355242 10.0.0.141 - - [2026-01-08 02:04:03] "DELETE /project/bf5298d8-aec8-42c3-b8aa-dcd5a3bb10c7 HTTP/1.1" 200 115 0.365508 10.0.0.141 - - [2026-01-08 02:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002501 10.0.0.141 - - [2026-01-08 02:04:04] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.002467 10.0.0.141 - - [2026-01-08 02:04:04] "PUT /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a HTTP/1.1" 200 277 0.007705 10.0.0.141 - - [2026-01-08 02:04:04] "POST /neutron/network HTTP/1.1" 200 839 0.006674 10.0.0.141 - - [2026-01-08 02:04:04] "POST /neutron/network HTTP/1.1" 400 204 0.012318 10.0.0.141 - - [2026-01-08 02:04:05] "POST /neutron/port HTTP/1.1" 200 1119 0.010150 10.0.0.141 - - [2026-01-08 02:04:05] "POST /neutron/port HTTP/1.1" 200 1109 0.008414 10.0.0.141 - - [2026-01-08 02:04:05] "POST /neutron/port HTTP/1.1" 200 151 0.077001 10.0.0.141 - - [2026-01-08 02:04:06] "POST /neutron/network HTTP/1.1" 200 839 0.004849 10.0.0.141 - - [2026-01-08 02:04:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.141 - - [2026-01-08 02:04:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002694 10.0.0.141 - - [2026-01-08 02:04:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001608 10.0.0.141 - - [2026-01-08 02:04:07] "POST /neutron/network HTTP/1.1" 200 151 0.067321 10.0.0.141 - - [2026-01-08 02:04:07] "DELETE /route-target/af53904e-5fde-4abd-86b3-3c63add26a8e HTTP/1.1" 200 115 0.016263 10.0.0.141 - - [2026-01-08 02:04:07] "GET /global-vrouter-configs HTTP/1.1" 200 358 0.002374 10.0.0.141 - - [2026-01-08 02:04:07] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a HTTP/1.1" 200 1885 0.003105 10.0.0.141 - - [2026-01-08 02:04:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002126 10.0.0.141 - - [2026-01-08 02:04:07] "GET /projects?obj_uuids=4edd6b8b-a910-4b19-b7f7-29594d8c4939&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001168 10.0.0.141 - - [2026-01-08 02:04:07] "GET /project/4edd6b8b-a910-4b19-b7f7-29594d8c4939?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.024314 10.0.0.141 - - [2026-01-08 02:04:07] "POST /neutron/network HTTP/1.1" 200 117 0.007620 10.0.0.141 - - [2026-01-08 02:04:07] "GET /projects?obj_uuids=4edd6b8b-a910-4b19-b7f7-29594d8c4939&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000870 10.0.0.141 - - [2026-01-08 02:04:07] "POST /neutron/network HTTP/1.1" 200 605 0.061654 10.0.0.141 - - [2026-01-08 02:04:07] "POST /route-targets HTTP/1.1" 200 328 0.012720 10.0.0.141 - - [2026-01-08 02:04:07] "POST /ref-update HTTP/1.1" 200 156 0.008580 10.0.0.141 - - [2026-01-08 02:04:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002970 10.0.0.141 - - [2026-01-08 02:04:07] "POST /neutron/subnet HTTP/1.1" 200 730 0.146790 10.0.0.141 - - [2026-01-08 02:04:07] "POST /neutron/network HTTP/1.1" 200 825 0.004595 10.0.0.141 - - [2026-01-08 02:04:07] "POST /id-to-fqname HTTP/1.1" 200 220 0.000939 10.0.0.141 - - [2026-01-08 02:04:07] "GET /virtual-network/8b15d897-a0a3-4247-98b2-34925bfc3248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004364 10.0.0.141 - - [2026-01-08 02:04:08] "POST /neutron/network HTTP/1.1" 200 825 0.004654 10.0.0.141 - - [2026-01-08 02:04:08] "GET /virtual-network/8b15d897-a0a3-4247-98b2-34925bfc3248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003946 10.0.0.141 - - [2026-01-08 02:04:08] "POST /neutron/network HTTP/1.1" 200 825 0.005208 10.0.0.141 - - [2026-01-08 02:04:08] "POST /neutron/subnet HTTP/1.1" 200 730 0.007379 10.0.0.141 - - [2026-01-08 02:04:08] "POST /id-to-fqname HTTP/1.1" 200 220 0.001637 10.0.0.141 - - [2026-01-08 02:04:08] "POST /neutron/network HTTP/1.1" 200 835 0.006055 10.0.0.141 - - [2026-01-08 02:04:08] "GET /aaa-mode HTTP/1.1" 401 293 0.000530 10.0.0.141 - - [2026-01-08 02:04:08] "GET / HTTP/1.1" 200 36215 0.001673 10.0.0.141 - - [2026-01-08 02:04:08] "GET /project/4edd6b8b-a910-4b19-b7f7-29594d8c4939?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000333 10.0.0.141 - - [2026-01-08 02:04:08] "GET /projects?obj_uuids=4edd6b8b-a910-4b19-b7f7-29594d8c4939&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000943 10.0.0.141 - - [2026-01-08 02:04:08] "GET /project/4edd6b8b-a910-4b19-b7f7-29594d8c4939?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.063918 10.0.0.141 - - [2026-01-08 02:04:08] "POST /neutron/network HTTP/1.1" 200 825 0.006313 10.0.0.141 - - [2026-01-08 02:04:09] "POST /neutron/port HTTP/1.1" 200 117 0.004276 10.0.0.141 - - [2026-01-08 02:04:09] "POST /neutron/port HTTP/1.1" 200 117 0.004440 10.0.0.141 - - [2026-01-08 02:04:09] "POST /neutron/port HTTP/1.1" 200 117 0.004306 10.0.0.141 - - [2026-01-08 02:04:09] "GET /obj-perms HTTP/1.1" 200 5075 0.049670 10.0.0.141 - - [2026-01-08 02:04:09] "POST /neutron/network HTTP/1.1" 200 835 0.006187 10.0.0.141 - - [2026-01-08 02:04:09] "GET /projects?obj_uuids=4edd6b8b-a910-4b19-b7f7-29594d8c4939&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000913 10.0.0.141 - - [2026-01-08 02:04:09] "POST /neutron/port HTTP/1.1" 200 1061 0.177594 10.0.0.141 - - [2026-01-08 02:04:09] "POST /neutron/port HTTP/1.1" 200 1061 0.009239 10.0.0.141 - - [2026-01-08 02:04:09] "POST /neutron/port HTTP/1.1" 200 1061 0.016065 10.0.0.141 - - [2026-01-08 02:04:09] "GET /obj-perms HTTP/1.1" 200 5075 0.072262 10.0.0.141 - - [2026-01-08 02:04:09] "POST /neutron/port HTTP/1.1" 200 1115 0.098756 10.0.0.141 - - [2026-01-08 02:04:09] "POST /neutron/port HTTP/1.1" 200 1125 0.009620 10.0.0.141 - - [2026-01-08 02:04:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005563 10.0.0.141 - - [2026-01-08 02:04:09] "POST /neutron/subnet HTTP/1.1" 200 704 0.009993 10.0.0.141 - - [2026-01-08 02:04:09] "POST /neutron/port HTTP/1.1" 200 117 0.001104 10.0.0.141 - - [2026-01-08 02:04:10] "POST /neutron/network HTTP/1.1" 200 825 0.005222 10.0.0.141 - - [2026-01-08 02:04:14] "POST /neutron/port HTTP/1.1" 200 1125 0.011637 10.0.0.141 - - [2026-01-08 02:04:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004566 10.0.0.141 - - [2026-01-08 02:04:14] "POST /neutron/port HTTP/1.1" 200 1125 0.011415 10.0.0.141 - - [2026-01-08 02:04:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005441 10.0.0.141 - - [2026-01-08 02:04:14] "POST /neutron/port HTTP/1.1" 200 1125 0.010585 10.0.0.141 - - [2026-01-08 02:04:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005634 10.0.0.141 - - [2026-01-08 02:04:14] "GET /virtual-machine/d3f95f74-6c97-4cfb-9075-0920c2a349d6 HTTP/1.1" 200 1295 0.004213 10.0.0.141 - - [2026-01-08 02:04:14] "GET /virtual-machine-interface/294d6f1d-1bb8-41bc-a91f-bf44b91367f9 HTTP/1.1" 200 2948 0.004087 10.0.0.141 - - [2026-01-08 02:04:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002547 10.0.0.141 - - [2026-01-08 02:04:14] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002813 10.0.0.141 - - [2026-01-08 02:04:14] "GET /virtual-networks?parent_id=4edd6b8b-a910-4b19-b7f7-29594d8c4939&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002930 10.0.0.141 - - [2026-01-08 02:04:14] "GET /virtual-network/8b15d897-a0a3-4247-98b2-34925bfc3248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004627 10.0.0.141 - - [2026-01-08 02:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002680 10.0.0.141 - - [2026-01-08 02:04:17] "GET /virtual-network/8b15d897-a0a3-4247-98b2-34925bfc3248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005538 10.0.0.141 - - [2026-01-08 02:04:18] "POST /neutron/port HTTP/1.1" 200 1125 0.010034 10.0.0.141 - - [2026-01-08 02:04:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004602 10.0.0.141 - - [2026-01-08 02:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002633 10.0.0.141 - - [2026-01-08 02:04:19] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003093 10.0.0.141 - - [2026-01-08 02:04:19] "GET /virtual-networks?parent_id=4edd6b8b-a910-4b19-b7f7-29594d8c4939&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002523 10.0.0.141 - - [2026-01-08 02:04:19] "GET /virtual-network/8b15d897-a0a3-4247-98b2-34925bfc3248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004884 10.0.0.141 - - [2026-01-08 02:04:21] "POST /neutron/network HTTP/1.1" 200 825 0.012446 10.0.0.141 - - [2026-01-08 02:04:21] "POST /neutron/network HTTP/1.1" 400 204 0.014938 10.0.0.141 - - [2026-01-08 02:04:22] "POST /neutron/port HTTP/1.1" 200 1125 0.015123 10.0.0.141 - - [2026-01-08 02:04:22] "POST /neutron/port HTTP/1.1" 200 1115 0.013328 10.0.0.141 - - [2026-01-08 02:04:22] "POST /neutron/port HTTP/1.1" 200 151 0.086827 10.0.0.141 - - [2026-01-08 02:04:23] "POST /neutron/network HTTP/1.1" 200 825 0.004693 10.0.0.141 - - [2026-01-08 02:04:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002999 10.0.0.141 - - [2026-01-08 02:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.141 - - [2026-01-08 02:04:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002306 10.0.0.141 - - [2026-01-08 02:04:23] "POST /neutron/network HTTP/1.1" 200 151 0.064409 10.0.0.141 - - [2026-01-08 02:04:23] "DELETE /route-target/cc5af602-55d4-433d-b92b-8946ba30b587 HTTP/1.1" 200 115 0.013050 10.0.0.141 - - [2026-01-08 02:04:24] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.002511 10.0.0.141 - - [2026-01-08 02:04:24] "POST /network-ipams HTTP/1.1" 200 543 0.015572 10.0.0.141 - - [2026-01-08 02:04:24] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 767 0.002585 10.0.0.141 - - [2026-01-08 02:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002546 10.0.0.141 - - [2026-01-08 02:04:24] "GET /network-ipam/ca2c7508-d449-4436-8456-71ef489d9f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1331 0.004823 10.0.0.141 - - [2026-01-08 02:04:24] "PUT /network-ipam/ca2c7508-d449-4436-8456-71ef489d9f83 HTTP/1.1" 200 259 0.007953 10.0.0.141 - - [2026-01-08 02:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.141 - - [2026-01-08 02:04:24] "GET /projects?obj_uuids=4edd6b8b-a910-4b19-b7f7-29594d8c4939&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000947 10.0.0.141 - - [2026-01-08 02:04:24] "GET /project/4edd6b8b-a910-4b19-b7f7-29594d8c4939?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.023180 10.0.0.141 - - [2026-01-08 02:04:24] "POST /neutron/network HTTP/1.1" 200 117 0.007322 10.0.0.141 - - [2026-01-08 02:04:24] "GET /projects?obj_uuids=4edd6b8b-a910-4b19-b7f7-29594d8c4939&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001178 10.0.0.141 - - [2026-01-08 02:04:24] "POST /neutron/network HTTP/1.1" 200 605 0.077110 10.0.0.141 - - [2026-01-08 02:04:25] "POST /route-targets HTTP/1.1" 200 328 0.014096 10.0.0.141 - - [2026-01-08 02:04:25] "POST /ref-update HTTP/1.1" 200 156 0.013425 10.0.0.141 - - [2026-01-08 02:04:25] "POST /useragent-kv HTTP/1.1" 200 115 0.001794 10.0.0.141 - - [2026-01-08 02:04:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.138092 10.0.0.141 - - [2026-01-08 02:04:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002595 10.0.0.141 - - [2026-01-08 02:04:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.113406 10.0.0.141 - - [2026-01-08 02:04:25] "POST /neutron/network HTTP/1.1" 200 994 0.005933 10.0.0.141 - - [2026-01-08 02:04:25] "POST /id-to-fqname HTTP/1.1" 200 220 0.001000 10.0.0.141 - - [2026-01-08 02:04:25] "GET /virtual-network/7ee74c93-385d-49ce-abe8-e1064c3b6179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004091 10.0.0.141 - - [2026-01-08 02:04:25] "POST /neutron/network HTTP/1.1" 200 994 0.005889 10.0.0.141 - - [2026-01-08 02:04:25] "GET /virtual-network/7ee74c93-385d-49ce-abe8-e1064c3b6179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004600 10.0.0.141 - - [2026-01-08 02:04:25] "POST /neutron/network HTTP/1.1" 200 994 0.006667 10.0.0.141 - - [2026-01-08 02:04:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.005924 10.0.0.141 - - [2026-01-08 02:04:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.005466 10.0.0.141 - - [2026-01-08 02:04:25] "POST /neutron/network HTTP/1.1" 200 994 0.005315 10.0.0.141 - - [2026-01-08 02:04:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.005865 10.0.0.141 - - [2026-01-08 02:04:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.005562 10.0.0.141 - - [2026-01-08 02:04:25] "GET /projects?obj_uuids=4edd6b8b-a910-4b19-b7f7-29594d8c4939&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000947 10.0.0.141 - - [2026-01-08 02:04:25] "POST /neutron/port HTTP/1.1" 200 1017 0.144881 10.0.0.141 - - [2026-01-08 02:04:25] "GET /projects?obj_uuids=4edd6b8b-a910-4b19-b7f7-29594d8c4939&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001223 10.0.0.141 - - [2026-01-08 02:04:25] "POST /neutron/port HTTP/1.1" 200 1017 0.156322 10.0.0.141 - - [2026-01-08 02:04:25] "POST /id-to-fqname HTTP/1.1" 200 220 0.001730 10.0.0.141 - - [2026-01-08 02:04:25] "POST /neutron/port HTTP/1.1" 200 1017 0.010025 10.0.0.141 - - [2026-01-08 02:04:25] "POST /neutron/port HTTP/1.1" 200 1017 0.008450 10.0.0.141 - - [2026-01-08 02:04:26] "POST /neutron/network HTTP/1.1" 200 994 0.005856 10.0.0.141 - - [2026-01-08 02:04:26] "POST /neutron/port HTTP/1.1" 200 1017 0.008684 10.0.0.141 - - [2026-01-08 02:04:26] "POST /neutron/port HTTP/1.1" 200 117 0.005660 10.0.0.141 - - [2026-01-08 02:04:26] "POST /neutron/port HTTP/1.1" 200 117 0.005291 10.0.0.141 - - [2026-01-08 02:04:26] "POST /neutron/port HTTP/1.1" 200 1017 0.015932 10.0.0.141 - - [2026-01-08 02:04:26] "POST /id-to-fqname HTTP/1.1" 200 220 0.001146 10.0.0.141 - - [2026-01-08 02:04:26] "POST /neutron/port HTTP/1.1" 200 117 0.004197 10.0.0.141 - - [2026-01-08 02:04:26] "POST /neutron/port HTTP/1.1" 200 1017 0.025822 10.0.0.141 - - [2026-01-08 02:04:26] "POST /neutron/port HTTP/1.1" 200 1017 0.007101 10.0.0.141 - - [2026-01-08 02:04:26] "POST /neutron/network HTTP/1.1" 200 994 0.005142 10.0.0.141 - - [2026-01-08 02:04:26] "POST /neutron/port HTTP/1.1" 200 1017 0.008183 10.0.0.141 - - [2026-01-08 02:04:26] "POST /neutron/port HTTP/1.1" 200 1017 0.007365 10.0.0.141 - - [2026-01-08 02:04:26] "POST /neutron/port HTTP/1.1" 200 117 0.012405 10.0.0.141 - - [2026-01-08 02:04:26] "POST /neutron/port HTTP/1.1" 200 117 0.004813 10.0.0.141 - - [2026-01-08 02:04:26] "POST /id-to-fqname HTTP/1.1" 200 220 0.001220 10.0.0.141 - - [2026-01-08 02:04:26] "POST /neutron/port HTTP/1.1" 200 1017 0.010468 10.0.0.141 - - [2026-01-08 02:04:26] "POST /neutron/network HTTP/1.1" 200 1004 0.006054 10.0.0.141 - - [2026-01-08 02:04:26] "POST /neutron/port HTTP/1.1" 200 1017 0.007780 10.0.0.141 - - [2026-01-08 02:04:26] "POST /neutron/port HTTP/1.1" 200 1017 0.008857 10.0.0.141 - - [2026-01-08 02:04:26] "POST /neutron/port HTTP/1.1" 200 117 0.008574 10.0.0.141 - - [2026-01-08 02:04:26] "POST /neutron/port HTTP/1.1" 200 1109 0.071567 10.0.0.141 - - [2026-01-08 02:04:26] "POST /neutron/port HTTP/1.1" 200 1119 0.011406 10.0.0.141 - - [2026-01-08 02:04:26] "POST /neutron/network HTTP/1.1" 200 1004 0.003991 10.0.0.141 - - [2026-01-08 02:04:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002403 10.0.0.141 - - [2026-01-08 02:04:26] "GET /aaa-mode HTTP/1.1" 401 293 0.000331 10.0.0.141 - - [2026-01-08 02:04:26] "POST /neutron/subnet HTTP/1.1" 200 673 0.007529 10.0.0.141 - - [2026-01-08 02:04:26] "POST /neutron/port HTTP/1.1" 200 117 0.001048 10.0.0.141 - - [2026-01-08 02:04:26] "POST /neutron/network HTTP/1.1" 200 994 0.006064 10.0.0.141 - - [2026-01-08 02:04:27] "POST /neutron/port HTTP/1.1" 200 1017 0.007915 10.0.0.141 - - [2026-01-08 02:04:27] "POST /neutron/network HTTP/1.1" 200 1004 0.004804 10.0.0.141 - - [2026-01-08 02:04:27] "POST /neutron/port HTTP/1.1" 200 1017 0.007704 10.0.0.141 - - [2026-01-08 02:04:27] "POST /neutron/port HTTP/1.1" 200 1017 0.007318 10.0.0.141 - - [2026-01-08 02:04:27] "GET / HTTP/1.1" 200 36215 0.002131 10.0.0.141 - - [2026-01-08 02:04:27] "GET /project/4edd6b8b-a910-4b19-b7f7-29594d8c4939?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000322 10.0.0.141 - - [2026-01-08 02:04:27] "POST /neutron/port HTTP/1.1" 200 1109 0.077839 10.0.0.141 - - [2026-01-08 02:04:27] "POST /neutron/port HTTP/1.1" 200 1119 0.011064 10.0.0.141 - - [2026-01-08 02:04:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003198 10.0.0.141 - - [2026-01-08 02:04:27] "POST /neutron/subnet HTTP/1.1" 200 673 0.010872 10.0.0.141 - - [2026-01-08 02:04:27] "POST /neutron/port HTTP/1.1" 200 117 0.001310 10.0.0.141 - - [2026-01-08 02:04:27] "POST /neutron/network HTTP/1.1" 200 994 0.007021 10.0.0.141 - - [2026-01-08 02:04:27] "GET /projects?obj_uuids=4edd6b8b-a910-4b19-b7f7-29594d8c4939&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.065244 10.0.0.141 - - [2026-01-08 02:04:27] "GET /project/4edd6b8b-a910-4b19-b7f7-29594d8c4939?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.119612 10.0.0.141 - - [2026-01-08 02:04:27] "POST /neutron/network HTTP/1.1" 200 994 0.010384 10.0.0.141 - - [2026-01-08 02:04:27] "POST /neutron/port HTTP/1.1" 200 2086 0.018012 10.0.0.141 - - [2026-01-08 02:04:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005308 10.0.0.141 - - [2026-01-08 02:04:27] "POST /neutron/port HTTP/1.1" 200 117 0.004404 10.0.0.141 - - [2026-01-08 02:04:27] "GET /domains HTTP/1.1" 200 281 0.002305 10.0.0.141 - - [2026-01-08 02:04:27] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000984 10.0.0.141 - - [2026-01-08 02:04:27] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2583 0.012790 10.0.0.141 - - [2026-01-08 02:04:27] "GET /projects?obj_uuids=4edd6b8b-a910-4b19-b7f7-29594d8c4939&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001100 10.0.0.141 - - [2026-01-08 02:04:27] "GET /project/4edd6b8b-a910-4b19-b7f7-29594d8c4939 HTTP/1.1" 200 2851 0.065825 10.0.0.141 - - [2026-01-08 02:04:27] "GET /network-ipam/ca2c7508-d449-4436-8456-71ef489d9f83 HTTP/1.1" 200 2649 0.007531 10.0.0.141 - - [2026-01-08 02:04:28] "GET /domains HTTP/1.1" 200 281 0.002263 10.0.0.141 - - [2026-01-08 02:04:28] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000812 10.0.0.141 - - [2026-01-08 02:04:28] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2583 0.005538 10.0.0.141 - - [2026-01-08 02:04:28] "GET /projects?obj_uuids=4edd6b8b-a910-4b19-b7f7-29594d8c4939&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001309 10.0.0.141 - - [2026-01-08 02:04:28] "GET /project/4edd6b8b-a910-4b19-b7f7-29594d8c4939 HTTP/1.1" 200 2851 0.083837 10.0.0.141 - - [2026-01-08 02:04:28] "GET /virtual-network/7ee74c93-385d-49ce-abe8-e1064c3b6179 HTTP/1.1" 200 3788 0.008483 10.0.0.141 - - [2026-01-08 02:04:28] "GET /virtual-network/7ee74c93-385d-49ce-abe8-e1064c3b6179 HTTP/1.1" 200 3788 0.007998 10.0.0.141 - - [2026-01-08 02:04:28] "GET /routing-instance/49d8a193-44b8-4031-bf36-43c8d0b7638a HTTP/1.1" 200 2385 0.004212 10.0.0.141 - - [2026-01-08 02:04:28] "GET /routing-instance/49d8a193-44b8-4031-bf36-43c8d0b7638a HTTP/1.1" 200 2385 0.004535 10.0.0.141 - - [2026-01-08 02:04:28] "GET /route-target/654b9070-1f74-45ba-b5d1-11c96b41587d HTTP/1.1" 200 1206 0.003525 10.0.0.141 - - [2026-01-08 02:04:28] "GET /virtual-network/7ee74c93-385d-49ce-abe8-e1064c3b6179 HTTP/1.1" 200 3788 0.006134 10.0.0.141 - - [2026-01-08 02:04:28] "GET /routing-instance/49d8a193-44b8-4031-bf36-43c8d0b7638a HTTP/1.1" 200 2385 0.004146 10.0.0.141 - - [2026-01-08 02:04:28] "GET /virtual-network/7ee74c93-385d-49ce-abe8-e1064c3b6179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.011783 10.0.0.141 - - [2026-01-08 02:04:28] "GET /virtual-network/7ee74c93-385d-49ce-abe8-e1064c3b6179 HTTP/1.1" 200 3788 0.004330 10.0.0.141 - - [2026-01-08 02:04:28] "GET /routing-instance/49d8a193-44b8-4031-bf36-43c8d0b7638a HTTP/1.1" 200 2385 0.003275 10.0.0.141 - - [2026-01-08 02:04:28] "GET /routing-instance/49d8a193-44b8-4031-bf36-43c8d0b7638a HTTP/1.1" 200 2385 0.002912 10.0.0.141 - - [2026-01-08 02:04:28] "GET /route-target/654b9070-1f74-45ba-b5d1-11c96b41587d HTTP/1.1" 200 1206 0.002715 10.0.0.141 - - [2026-01-08 02:04:28] "GET /domains HTTP/1.1" 200 281 0.002842 10.0.0.141 - - [2026-01-08 02:04:28] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000896 10.0.0.141 - - [2026-01-08 02:04:28] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2583 0.005586 10.0.0.141 - - [2026-01-08 02:04:28] "GET /projects?obj_uuids=4edd6b8b-a910-4b19-b7f7-29594d8c4939&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000762 10.0.0.141 - - [2026-01-08 02:04:28] "POST /neutron/network HTTP/1.1" 200 1004 0.004472 10.0.0.141 - - [2026-01-08 02:04:28] "GET /project/4edd6b8b-a910-4b19-b7f7-29594d8c4939 HTTP/1.1" 200 2851 0.066525 10.0.0.141 - - [2026-01-08 02:04:28] "GET /virtual-network/7ee74c93-385d-49ce-abe8-e1064c3b6179 HTTP/1.1" 200 3788 0.005130 10.0.0.141 - - [2026-01-08 02:04:28] "GET /projects?obj_uuids=4edd6b8b-a910-4b19-b7f7-29594d8c4939&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001431 10.0.0.141 - - [2026-01-08 02:04:28] "POST /neutron/port HTTP/1.1" 200 1055 0.272617 10.0.0.141 - - [2026-01-08 02:04:28] "POST /neutron/port HTTP/1.1" 200 1055 0.014362 10.0.0.141 - - [2026-01-08 02:04:28] "POST /neutron/port HTTP/1.1" 200 1055 0.009052 10.0.0.141 - - [2026-01-08 02:04:28] "POST /neutron/port HTTP/1.1" 200 1109 0.078553 10.0.0.141 - - [2026-01-08 02:04:28] "GET /obj-perms HTTP/1.1" 200 5049 0.056967 10.0.0.141 - - [2026-01-08 02:04:28] "POST /neutron/port HTTP/1.1" 200 1119 0.013597 10.0.0.141 - - [2026-01-08 02:04:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002872 10.0.0.141 - - [2026-01-08 02:04:28] "POST /neutron/subnet HTTP/1.1" 200 673 0.007662 10.0.0.141 - - [2026-01-08 02:04:28] "POST /neutron/port HTTP/1.1" 200 117 0.001272 10.0.0.141 - - [2026-01-08 02:04:28] "POST /neutron/port HTTP/1.1" 200 1119 0.020272 10.0.0.141 - - [2026-01-08 02:04:28] "POST /neutron/network HTTP/1.1" 200 994 0.007337 10.0.0.141 - - [2026-01-08 02:04:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008253 10.0.0.141 - - [2026-01-08 02:04:28] "POST /neutron/port HTTP/1.1" 200 1119 0.011267 10.0.0.141 - - [2026-01-08 02:04:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.013549 10.0.0.141 - - [2026-01-08 02:04:28] "POST /neutron/port HTTP/1.1" 200 1119 0.013858 10.0.0.141 - - [2026-01-08 02:04:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006622 10.0.0.141 - - [2026-01-08 02:04:29] "GET /virtual-machine/73f834d9-14e6-4f4e-80a7-e1ed3885d1cb HTTP/1.1" 200 1289 0.004711 10.0.0.141 - - [2026-01-08 02:04:29] "GET /virtual-machine-interface/abc02b2f-7d6c-4574-a510-e6161228a1b9 HTTP/1.1" 200 2949 0.005743 10.0.0.141 - - [2026-01-08 02:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005302 10.0.0.141 - - [2026-01-08 02:04:29] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.005754 10.0.0.141 - - [2026-01-08 02:04:29] "GET /virtual-networks?parent_id=4edd6b8b-a910-4b19-b7f7-29594d8c4939&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002598 10.0.0.141 - - [2026-01-08 02:04:29] "GET /virtual-network/7ee74c93-385d-49ce-abe8-e1064c3b6179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.007737 10.0.0.141 - - [2026-01-08 02:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002462 10.0.0.141 - - [2026-01-08 02:04:32] "GET /virtual-network/7ee74c93-385d-49ce-abe8-e1064c3b6179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004333 10.0.0.141 - - [2026-01-08 02:04:35] "POST /neutron/port HTTP/1.1" 200 1119 0.011865 10.0.0.141 - - [2026-01-08 02:04:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004755 10.0.0.141 - - [2026-01-08 02:04:35] "POST /neutron/port HTTP/1.1" 200 1119 0.010491 10.0.0.141 - - [2026-01-08 02:04:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.003937 10.0.0.141 - - [2026-01-08 02:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002485 10.0.0.141 - - [2026-01-08 02:04:36] "GET /virtual-network/7ee74c93-385d-49ce-abe8-e1064c3b6179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004210 10.0.0.141 - - [2026-01-08 02:04:37] "POST /neutron/port HTTP/1.1" 200 1119 0.012723 10.0.0.141 - - [2026-01-08 02:04:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004342 10.0.0.141 - - [2026-01-08 02:04:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002563 10.0.0.141 - - [2026-01-08 02:04:38] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002744 10.0.0.141 - - [2026-01-08 02:04:38] "GET /virtual-networks?parent_id=4edd6b8b-a910-4b19-b7f7-29594d8c4939&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003428 10.0.0.141 - - [2026-01-08 02:04:38] "GET /virtual-network/7ee74c93-385d-49ce-abe8-e1064c3b6179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005959 10.0.0.141 - - [2026-01-08 02:04:38] "POST /neutron/port HTTP/1.1" 200 1119 0.011924 10.0.0.141 - - [2026-01-08 02:04:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005081 10.0.0.141 - - [2026-01-08 02:04:38] "POST /neutron/port HTTP/1.1" 200 1119 0.009606 10.0.0.141 - - [2026-01-08 02:04:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005061 10.0.0.141 - - [2026-01-08 02:04:39] "POST /neutron/port HTTP/1.1" 200 1119 0.010713 10.0.0.141 - - [2026-01-08 02:04:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005498 10.0.0.141 - - [2026-01-08 02:04:39] "GET /virtual-machine/3a189e39-9425-45ae-8ae2-a1b4d8721db6 HTTP/1.1" 200 1290 0.004917 10.0.0.141 - - [2026-01-08 02:04:39] "GET /virtual-machine-interface/b8233a31-a0d7-42c7-b00c-5c84052c7945 HTTP/1.1" 200 2949 0.004902 10.0.0.141 - - [2026-01-08 02:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002539 10.0.0.141 - - [2026-01-08 02:04:39] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003132 10.0.0.141 - - [2026-01-08 02:04:39] "GET /virtual-networks?parent_id=4edd6b8b-a910-4b19-b7f7-29594d8c4939&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002527 10.0.0.141 - - [2026-01-08 02:04:39] "GET /virtual-network/7ee74c93-385d-49ce-abe8-e1064c3b6179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005316 10.0.0.141 - - [2026-01-08 02:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.141 - - [2026-01-08 02:04:40] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002815 10.0.0.141 - - [2026-01-08 02:04:40] "GET /virtual-networks?parent_id=4edd6b8b-a910-4b19-b7f7-29594d8c4939&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002488 10.0.0.141 - - [2026-01-08 02:04:40] "GET /virtual-network/7ee74c93-385d-49ce-abe8-e1064c3b6179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004775 10.0.0.141 - - [2026-01-08 02:04:40] "POST /neutron/port HTTP/1.1" 200 1119 0.012251 10.0.0.141 - - [2026-01-08 02:04:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005800 10.0.0.141 - - [2026-01-08 02:04:40] "POST /neutron/port HTTP/1.1" 200 1119 0.013186 10.0.0.141 - - [2026-01-08 02:04:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007320 10.0.0.141 - - [2026-01-08 02:04:40] "POST /neutron/port HTTP/1.1" 200 1119 0.013426 10.0.0.141 - - [2026-01-08 02:04:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005006 10.0.0.141 - - [2026-01-08 02:04:40] "GET /virtual-machine/75ce84bd-64bc-4f56-aec8-9a225cf203a1 HTTP/1.1" 200 1294 0.004460 10.0.0.141 - - [2026-01-08 02:04:40] "GET /virtual-machine-interface/744443ed-bd2a-4529-895a-bcb33664308c HTTP/1.1" 200 2947 0.006073 10.0.0.141 - - [2026-01-08 02:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.141 - - [2026-01-08 02:04:40] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003337 10.0.0.141 - - [2026-01-08 02:04:40] "GET /virtual-networks?parent_id=4edd6b8b-a910-4b19-b7f7-29594d8c4939&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002371 10.0.0.141 - - [2026-01-08 02:04:41] "GET /virtual-network/7ee74c93-385d-49ce-abe8-e1064c3b6179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005160 10.0.0.141 - - [2026-01-08 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002669 10.0.0.141 - - [2026-01-08 02:04:42] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003821 10.0.0.141 - - [2026-01-08 02:04:42] "GET /virtual-networks?parent_id=4edd6b8b-a910-4b19-b7f7-29594d8c4939&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003641 10.0.0.141 - - [2026-01-08 02:04:42] "GET /virtual-network/7ee74c93-385d-49ce-abe8-e1064c3b6179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005861 10.0.0.141 - - [2026-01-08 02:04:58] "POST /neutron/port HTTP/1.1" 200 1109 0.012348 10.0.0.141 - - [2026-01-08 02:04:58] "POST /neutron/port HTTP/1.1" 200 1109 0.009786 10.0.0.141 - - [2026-01-08 02:04:58] "POST /neutron/port HTTP/1.1" 200 151 0.090756 10.0.0.141 - - [2026-01-08 02:04:58] "POST /neutron/port HTTP/1.1" 200 1109 0.011728 10.0.0.141 - - [2026-01-08 02:04:58] "POST /neutron/port HTTP/1.1" 200 1109 0.009858 10.0.0.141 - - [2026-01-08 02:04:58] "POST /neutron/port HTTP/1.1" 200 151 0.128822 10.0.0.141 - - [2026-01-08 02:04:58] "POST /neutron/network HTTP/1.1" 200 994 0.008068 10.0.0.141 - - [2026-01-08 02:04:58] "POST /neutron/port HTTP/1.1" 200 1119 0.015409 10.0.0.141 - - [2026-01-08 02:04:58] "POST /neutron/network HTTP/1.1" 400 204 0.012581 10.0.0.141 - - [2026-01-08 02:04:58] "POST /neutron/port HTTP/1.1" 200 1109 0.011506 10.0.0.141 - - [2026-01-08 02:04:58] "POST /neutron/port HTTP/1.1" 200 151 0.087160 10.0.0.141 - - [2026-01-08 02:05:00] "POST /neutron/network HTTP/1.1" 200 994 0.006636 10.0.0.141 - - [2026-01-08 02:05:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.141 - - [2026-01-08 02:05:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003426 10.0.0.141 - - [2026-01-08 02:05:00] "POST /useragent-kv HTTP/1.1" 200 115 0.001742 10.0.0.141 - - [2026-01-08 02:05:00] "POST /useragent-kv HTTP/1.1" 200 115 0.001455 10.0.0.141 - - [2026-01-08 02:05:00] "POST /useragent-kv HTTP/1.1" 200 115 0.001805 10.0.0.141 - - [2026-01-08 02:05:00] "POST /neutron/network HTTP/1.1" 200 151 0.090568 10.0.0.141 - - [2026-01-08 02:05:00] "DELETE /route-target/654b9070-1f74-45ba-b5d1-11c96b41587d HTTP/1.1" 200 115 0.021889 10.0.0.141 - - [2026-01-08 02:05:00] "GET /routing-instance/49d8a193-44b8-4031-bf36-43c8d0b7638a HTTP/1.1" 404 171 0.002205 10.0.0.141 - - [2026-01-08 02:05:00] "GET /domains HTTP/1.1" 200 281 0.002467 10.0.0.141 - - [2026-01-08 02:05:00] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000826 10.0.0.141 - - [2026-01-08 02:05:00] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 2583 0.048632 10.0.0.141 - - [2026-01-08 02:05:00] "GET /projects?obj_uuids=4edd6b8b-a910-4b19-b7f7-29594d8c4939&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001176 10.0.0.141 - - [2026-01-08 02:05:00] "GET /project/4edd6b8b-a910-4b19-b7f7-29594d8c4939 HTTP/1.1" 200 2091 0.069829 10.0.0.141 - - [2026-01-08 02:05:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.141 - - [2026-01-08 02:05:00] "DELETE /network-ipam/ca2c7508-d449-4436-8456-71ef489d9f83 HTTP/1.1" 200 115 0.024308 10.0.0.141 - - [2026-01-08 02:05:00] "POST /fqname-to-id HTTP/1.1" 404 211 0.002336 10.0.0.141 - - [2026-01-08 02:05:01] "GET /projects?obj_uuids=4edd6b8b-a910-4b19-b7f7-29594d8c4939&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000975 10.0.0.141 - - [2026-01-08 02:05:01] "GET /project/4edd6b8b-a910-4b19-b7f7-29594d8c4939?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.030693 10.0.0.141 - - [2026-01-08 02:05:01] "GET /projects?obj_uuids=4edd6b8b-a910-4b19-b7f7-29594d8c4939&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001502 10.0.0.141 - - [2026-01-08 02:05:01] "GET /project/4edd6b8b-a910-4b19-b7f7-29594d8c4939?fields=virtual_networks HTTP/1.1" 200 1034 0.067104 10.0.0.141 - - [2026-01-08 02:05:01] "GET /projects?obj_uuids=4edd6b8b-a910-4b19-b7f7-29594d8c4939&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001004 10.0.0.141 - - [2026-01-08 02:05:01] "GET /project/4edd6b8b-a910-4b19-b7f7-29594d8c4939?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.025613 10.0.0.141 - - [2026-01-08 02:05:01] "GET /projects?obj_uuids=4edd6b8b-a910-4b19-b7f7-29594d8c4939&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001464 10.0.0.141 - - [2026-01-08 02:05:01] "GET /project/4edd6b8b-a910-4b19-b7f7-29594d8c4939?fields=security_groups HTTP/1.1" 200 1261 0.032541 10.0.0.141 - - [2026-01-08 02:05:03] "GET /projects?obj_uuids=4edd6b8b-a910-4b19-b7f7-29594d8c4939&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000983 10.0.0.141 - - [2026-01-08 02:05:03] "GET /project/4edd6b8b-a910-4b19-b7f7-29594d8c4939?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.052769 10.0.0.141 - - [2026-01-08 02:05:03] "GET /projects?obj_uuids=4edd6b8b-a910-4b19-b7f7-29594d8c4939&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001395 10.0.0.141 - - [2026-01-08 02:05:03] "GET /project/4edd6b8b-a910-4b19-b7f7-29594d8c4939?fields=security_groups HTTP/1.1" 200 1363 0.043478 10.0.0.141 - - [2026-01-08 02:05:03] "POST /neutron/port HTTP/1.1" 200 117 0.005722 10.0.0.141 - - [2026-01-08 02:05:03] "POST /neutron/port HTTP/1.1" 400 205 0.003250 10.0.0.141 - - [2026-01-08 02:05:03] "DELETE /security-group/57b38db2-420c-4e93-8969-8abd5fb169a1 HTTP/1.1" 200 115 0.044121 10.0.0.141 - - [2026-01-08 02:05:03] "GET /projects?obj_uuids=4edd6b8b-a910-4b19-b7f7-29594d8c4939&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000919 10.0.0.141 - - [2026-01-08 02:05:03] "DELETE /access-control-list/6d166b1c-b8d4-4fe2-b83f-afd12a854561 HTTP/1.1" 200 115 0.043294 10.0.0.141 - - [2026-01-08 02:05:03] "GET /project/4edd6b8b-a910-4b19-b7f7-29594d8c4939?fields=application_policy_sets HTTP/1.1" 200 1402 0.034844 10.0.0.141 - - [2026-01-08 02:05:03] "DELETE /access-control-list/647efadf-10ac-436f-a35d-30670405597f HTTP/1.1" 200 115 0.022305 10.0.0.141 - - [2026-01-08 02:05:03] "POST /neutron/port HTTP/1.1" 200 117 0.007880 10.0.0.141 - - [2026-01-08 02:05:03] "POST /neutron/port HTTP/1.1" 400 205 0.003677 10.0.0.141 - - [2026-01-08 02:05:03] "DELETE /project/4edd6b8b-a910-4b19-b7f7-29594d8c4939 HTTP/1.1" 200 115 0.355383 10.0.0.141 - - [2026-01-08 02:05:09] "GET / HTTP/1.1" 200 36215 0.001638 10.0.0.141 - - [2026-01-08 02:05:09] "POST /fqname-to-id HTTP/1.1" 401 293 0.000424 10.0.0.141 - - [2026-01-08 02:05:10] "POST /fqname-to-id HTTP/1.1" 404 183 0.340416 10.0.0.141 - - [2026-01-08 02:05:10] "GET /obj-perms HTTP/1.1" 200 5075 0.076241 10.0.0.141 - - [2026-01-08 02:05:10] "GET /projects?obj_uuids=5eb32715-0267-49b7-842f-ef814f6eeb80&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003174 10.0.0.141 - - [2026-01-08 02:05:10] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000926 10.0.0.141 - - [2026-01-08 02:05:10] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005665 10.0.0.141 - - [2026-01-08 02:05:10] "GET /obj-perms HTTP/1.1" 200 5075 0.105366 10.0.0.141 - - [2026-01-08 02:05:10] "POST /id-to-fqname HTTP/1.1" 200 185 0.002658 10.0.0.141 - - [2026-01-08 02:05:10] "POST /fqname-to-id HTTP/1.1" 404 194 0.001891 10.0.0.141 - - [2026-01-08 02:05:10] "POST /security-groups HTTP/1.1" 200 586 0.060734 10.0.0.141 - - [2026-01-08 02:05:11] "POST /fqname-to-id HTTP/1.1" 404 229 0.002488 10.0.0.141 - - [2026-01-08 02:05:11] "POST /projects HTTP/1.1" 200 575 0.200525 10.0.0.141 - - [2026-01-08 02:05:11] "POST /access-control-lists HTTP/1.1" 200 593 0.057481 10.0.0.141 - - [2026-01-08 02:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.279973 10.0.0.141 - - [2026-01-08 02:05:11] "POST /fqname-to-id HTTP/1.1" 404 228 0.002641 10.0.0.141 - - [2026-01-08 02:05:11] "GET /project/5eb32715-0267-49b7-842f-ef814f6eeb80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.406670 10.0.0.141 - - [2026-01-08 02:05:11] "POST /access-control-lists HTTP/1.1" 200 591 0.064848 10.0.0.141 - - [2026-01-08 02:05:12] "GET / HTTP/1.1" 200 36215 0.001862 10.0.0.141 - - [2026-01-08 02:05:14] "POST /fqname-to-id HTTP/1.1" 401 293 0.000451 10.0.0.141 - - [2026-01-08 02:05:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.024993 10.0.0.141 - - [2026-01-08 02:05:14] "GET /api-access-list/4809b146-6694-4385-9775-dfc041d7b72d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.004518 10.0.0.141 - - [2026-01-08 02:05:14] "GET /api-access-list/4809b146-6694-4385-9775-dfc041d7b72d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.002883 10.0.0.141 - - [2026-01-08 02:05:14] "GET /api-access-list/4809b146-6694-4385-9775-dfc041d7b72d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.002842 10.0.0.141 - - [2026-01-08 02:05:14] "PUT /api-access-list/4809b146-6694-4385-9775-dfc041d7b72d HTTP/1.1" 200 265 0.007834 10.0.0.141 - - [2026-01-08 02:05:15] "GET /aaa-mode HTTP/1.1" 401 293 0.000381 10.0.0.141 - - [2026-01-08 02:05:15] "GET /aaa-mode HTTP/1.1" 200 128 0.024712 10.0.0.141 - - [2026-01-08 02:05:15] "POST /fqname-to-id HTTP/1.1" 404 183 0.026729 10.0.0.141 - - [2026-01-08 02:05:15] "GET /projects?obj_uuids=42569ead-b024-46f7-b3e8-c148c6cb9565&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002708 10.0.0.141 - - [2026-01-08 02:05:15] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001571 10.0.0.141 - - [2026-01-08 02:05:15] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009467 10.0.0.141 - - [2026-01-08 02:05:16] "POST /id-to-fqname HTTP/1.1" 200 185 0.002192 10.0.0.141 - - [2026-01-08 02:05:16] "POST /fqname-to-id HTTP/1.1" 404 194 0.003936 10.0.0.141 - - [2026-01-08 02:05:16] "POST /security-groups HTTP/1.1" 200 586 0.067218 10.0.0.141 - - [2026-01-08 02:05:16] "POST /fqname-to-id HTTP/1.1" 404 229 0.002210 10.0.0.141 - - [2026-01-08 02:05:16] "POST /projects HTTP/1.1" 200 575 0.232569 10.0.0.141 - - [2026-01-08 02:05:16] "POST /access-control-lists HTTP/1.1" 200 593 0.061327 10.0.0.141 - - [2026-01-08 02:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.308257 10.0.0.141 - - [2026-01-08 02:05:16] "POST /fqname-to-id HTTP/1.1" 404 228 0.002277 10.0.0.141 - - [2026-01-08 02:05:16] "GET /project/42569ead-b024-46f7-b3e8-c148c6cb9565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.445489 10.0.0.141 - - [2026-01-08 02:05:16] "POST /access-control-lists HTTP/1.1" 200 591 0.065155 10.0.0.141 - - [2026-01-08 02:05:16] "POST /fqname-to-id HTTP/1.1" 404 183 0.022451 10.0.0.141 - - [2026-01-08 02:05:16] "GET /projects?obj_uuids=02619085-7057-4bf7-bb1a-72f4b24b66b6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002469 10.0.0.141 - - [2026-01-08 02:05:16] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988 10.0.0.141 - - [2026-01-08 02:05:16] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006453 10.0.0.141 - - [2026-01-08 02:05:16] "POST /id-to-fqname HTTP/1.1" 200 185 0.002010 10.0.0.141 - - [2026-01-08 02:05:16] "POST /fqname-to-id HTTP/1.1" 404 194 0.002830 10.0.0.141 - - [2026-01-08 02:05:16] "POST /security-groups HTTP/1.1" 200 586 0.068142 10.0.0.141 - - [2026-01-08 02:05:17] "POST /fqname-to-id HTTP/1.1" 404 229 0.003220 10.0.0.141 - - [2026-01-08 02:05:17] "POST /projects HTTP/1.1" 200 575 0.237570 10.0.0.141 - - [2026-01-08 02:05:17] "POST /access-control-lists HTTP/1.1" 200 593 0.059090 10.0.0.141 - - [2026-01-08 02:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.311150 10.0.0.141 - - [2026-01-08 02:05:17] "POST /fqname-to-id HTTP/1.1" 404 228 0.002388 10.0.0.141 - - [2026-01-08 02:05:17] "GET /project/02619085-7057-4bf7-bb1a-72f4b24b66b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.437208 10.0.0.141 - - [2026-01-08 02:05:17] "POST /access-control-lists HTTP/1.1" 200 591 0.055974 10.0.0.141 - - [2026-01-08 02:05:17] "GET / HTTP/1.1" 200 36215 0.001721 10.0.0.141 - - [2026-01-08 02:05:18] "GET / HTTP/1.1" 200 36215 0.001380 10.0.0.141 - - [2026-01-08 02:05:18] "POST /fqname-to-id HTTP/1.1" 404 183 0.002367 10.0.0.141 - - [2026-01-08 02:05:18] "POST /api-access-lists HTTP/1.1" 200 523 0.011065 10.0.0.141 - - [2026-01-08 02:05:18] "GET /api-access-list/5d82a8ce-ab69-43db-9777-c216883ae46a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1267 0.003804 10.0.0.141 - - [2026-01-08 02:05:19] "GET /api-access-list/5d82a8ce-ab69-43db-9777-c216883ae46a HTTP/1.1" 401 293 0.000412 10.0.0.141 - - [2026-01-08 02:05:19] "GET /api-access-list/5d82a8ce-ab69-43db-9777-c216883ae46a HTTP/1.1" 200 1267 0.059597 10.0.0.141 - - [2026-01-08 02:05:19] "POST /fqname-to-id HTTP/1.1" 401 293 0.000468 10.0.0.141 - - [2026-01-08 02:05:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.064349 10.0.0.141 - - [2026-01-08 02:05:19] "GET /projects?obj_uuids=42569ead-b024-46f7-b3e8-c148c6cb9565&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001249 10.0.0.141 - - [2026-01-08 02:05:19] "GET /project/42569ead-b024-46f7-b3e8-c148c6cb9565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.038554 10.0.0.141 - - [2026-01-08 02:05:19] "GET /virtual-networks?parent_id=42569ead-b024-46f7-b3e8-c148c6cb9565&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009551 10.0.0.141 - - [2026-01-08 02:05:19] "POST /virtual-networks HTTP/1.1" 200 570 0.043509 10.0.0.141 - - [2026-01-08 02:05:19] "POST /route-targets HTTP/1.1" 200 328 0.008266 10.0.0.141 - - [2026-01-08 02:05:19] "POST /ref-update HTTP/1.1" 200 156 0.010164 10.0.0.141 - - [2026-01-08 02:05:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.010413 10.0.0.141 - - [2026-01-08 02:05:20] "GET /network-ipam/72a995ab-bd35-4169-9e78-5bb29e4f7a07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.009292 10.0.0.141 - - [2026-01-08 02:05:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003071 10.0.0.141 - - [2026-01-08 02:05:20] "POST /ref-update HTTP/1.1" 200 156 0.052610 10.0.0.141 - - [2026-01-08 02:05:20] "POST /neutron/network HTTP/1.1" 200 833 0.044058 10.0.0.141 - - [2026-01-08 02:05:20] "POST /neutron/network HTTP/1.1" 200 833 0.018891 10.0.0.141 - - [2026-01-08 02:05:20] "GET /virtual-network/eb8162bc-bdaa-4cd3-a1c8-9d1993653b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1987 0.011329 10.0.0.141 - - [2026-01-08 02:05:20] "POST /neutron/network HTTP/1.1" 200 833 0.022515 10.0.0.141 - - [2026-01-08 02:05:20] "POST /neutron/subnet HTTP/1.1" 200 680 0.027167 10.0.0.141 - - [2026-01-08 02:05:20] "GET /virtual-network/eb8162bc-bdaa-4cd3-a1c8-9d1993653b6f HTTP/1.1" 401 293 0.000388 10.0.0.141 - - [2026-01-08 02:05:20] "GET /virtual-network/eb8162bc-bdaa-4cd3-a1c8-9d1993653b6f HTTP/1.1" 200 2273 0.040063 10.0.0.141 - - [2026-01-08 02:05:20] "GET /virtual-network/eb8162bc-bdaa-4cd3-a1c8-9d1993653b6f HTTP/1.1" 401 293 0.000348 10.0.0.141 - - [2026-01-08 02:05:21] "GET /virtual-network/eb8162bc-bdaa-4cd3-a1c8-9d1993653b6f HTTP/1.1" 200 2012 0.037970 10.0.0.141 - - [2026-01-08 02:05:21] "GET /obj-perms HTTP/1.1" 200 4934 0.066738 10.0.0.141 - - [2026-01-08 02:05:21] "POST /fqname-to-id HTTP/1.1" 401 293 0.000308 10.0.0.141 - - [2026-01-08 02:05:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.024532 10.0.0.141 - - [2026-01-08 02:05:21] "GET /virtual-network/eb8162bc-bdaa-4cd3-a1c8-9d1993653b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1987 0.011602 10.0.0.141 - - [2026-01-08 02:05:21] "GET /obj-perms HTTP/1.1" 200 4934 0.009905 10.0.0.141 - - [2026-01-08 02:05:21] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.019280 10.0.0.141 - - [2026-01-08 02:05:22] "GET /obj-perms HTTP/1.1" 200 4934 0.062447 10.0.0.141 - - [2026-01-08 02:05:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002191 10.0.0.141 - - [2026-01-08 02:05:22] "GET /virtual-network/eb8162bc-bdaa-4cd3-a1c8-9d1993653b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1987 0.014870 10.0.0.141 - - [2026-01-08 02:05:22] "GET /obj-perms HTTP/1.1" 200 4934 0.012415 10.0.0.141 - - [2026-01-08 02:05:22] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.019300 10.0.0.141 - - [2026-01-08 02:05:22] "POST /id-to-fqname HTTP/1.1" 401 293 0.000419 10.0.0.141 - - [2026-01-08 02:05:22] "POST /id-to-fqname HTTP/1.1" 200 230 0.030208 10.0.0.141 - - [2026-01-08 02:05:23] "POST /neutron/network HTTP/1.1" 200 843 0.052032 10.0.0.141 - - [2026-01-08 02:05:23] "GET /aaa-mode HTTP/1.1" 401 293 0.000360 10.0.0.141 - - [2026-01-08 02:05:23] "GET / HTTP/1.1" 200 36215 0.001454 10.0.0.141 - - [2026-01-08 02:05:23] "GET /project/02619085-7057-4bf7-bb1a-72f4b24b66b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000407 10.0.0.141 - - [2026-01-08 02:05:24] "GET /projects?obj_uuids=02619085-7057-4bf7-bb1a-72f4b24b66b6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000940 10.0.0.141 - - [2026-01-08 02:05:24] "GET /project/02619085-7057-4bf7-bb1a-72f4b24b66b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.046884 10.0.0.141 - - [2026-01-08 02:05:24] "POST /neutron/network HTTP/1.1" 200 833 0.004877 10.0.0.141 - - [2026-01-08 02:05:24] "POST /neutron/port HTTP/1.1" 200 117 0.028481 10.0.0.141 - - [2026-01-08 02:05:24] "POST /neutron/port HTTP/1.1" 200 117 0.007699 10.0.0.141 - - [2026-01-08 02:05:24] "POST /neutron/port HTTP/1.1" 200 117 0.004092 10.0.0.141 - - [2026-01-08 02:05:24] "POST /neutron/network HTTP/1.1" 200 843 0.017523 10.0.0.141 - - [2026-01-08 02:05:24] "POST /neutron/network HTTP/1.1" 200 833 0.020832 10.0.0.141 - - [2026-01-08 02:05:24] "GET /projects?obj_uuids=02619085-7057-4bf7-bb1a-72f4b24b66b6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001036 10.0.0.141 - - [2026-01-08 02:05:25] "POST /neutron/port HTTP/1.1" 200 1056 0.306159 10.0.0.141 - - [2026-01-08 02:05:25] "POST /neutron/port HTTP/1.1" 200 1056 0.011835 10.0.0.141 - - [2026-01-08 02:05:25] "POST /neutron/port HTTP/1.1" 200 1056 0.008208 10.0.0.141 - - [2026-01-08 02:05:25] "POST /neutron/port HTTP/1.1" 200 1110 0.053978 10.0.0.141 - - [2026-01-08 02:05:25] "POST /neutron/port HTTP/1.1" 200 1120 0.013977 10.0.0.141 - - [2026-01-08 02:05:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002613 10.0.0.141 - - [2026-01-08 02:05:25] "POST /neutron/subnet HTTP/1.1" 200 654 0.006047 10.0.0.141 - - [2026-01-08 02:05:25] "POST /neutron/port HTTP/1.1" 200 117 0.001087 10.0.0.141 - - [2026-01-08 02:05:25] "POST /neutron/network HTTP/1.1" 200 833 0.005465 10.0.0.141 - - [2026-01-08 02:05:29] "POST /neutron/port HTTP/1.1" 200 1120 0.010768 10.0.0.141 - - [2026-01-08 02:05:29] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005438 10.0.0.141 - - [2026-01-08 02:05:29] "POST /neutron/port HTTP/1.1" 200 1120 0.013026 10.0.0.141 - - [2026-01-08 02:05:29] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007965 10.0.0.141 - - [2026-01-08 02:05:29] "POST /neutron/port HTTP/1.1" 200 1120 0.010011 10.0.0.141 - - [2026-01-08 02:05:29] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005435 10.0.0.141 - - [2026-01-08 02:05:29] "POST /neutron/port HTTP/1.1" 200 1120 0.011808 10.0.0.141 - - [2026-01-08 02:05:29] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005144 10.0.0.141 - - [2026-01-08 02:05:29] "GET /virtual-machine/110bc065-c1d7-4c76-bd61-29ddc0d72a45 HTTP/1.1" 200 1289 0.011649 10.0.0.141 - - [2026-01-08 02:05:29] "GET /virtual-machine/110bc065-c1d7-4c76-bd61-29ddc0d72a45 HTTP/1.1" 200 1289 0.010243 10.0.0.141 - - [2026-01-08 02:05:29] "GET /virtual-machine-interface/59861f4b-21b0-4297-b7cd-2b144f9c49b4 HTTP/1.1" 200 2536 0.013049 10.0.0.141 - - [2026-01-08 02:05:29] "GET /virtual-machine/110bc065-c1d7-4c76-bd61-29ddc0d72a45 HTTP/1.1" 200 1289 0.010745 10.0.0.141 - - [2026-01-08 02:05:29] "GET /virtual-machine-interface/59861f4b-21b0-4297-b7cd-2b144f9c49b4 HTTP/1.1" 200 2536 0.013564 10.0.0.141 - - [2026-01-08 02:05:29] "GET /instance-ip/3cc0748b-a2aa-4467-bec8-5e5b245705ce HTTP/1.1" 200 1629 0.012716 10.0.0.141 - - [2026-01-08 02:05:29] "GET /virtual-machine/110bc065-c1d7-4c76-bd61-29ddc0d72a45 HTTP/1.1" 200 1289 0.015784 10.0.0.141 - - [2026-01-08 02:05:29] "GET /virtual-machine-interface/59861f4b-21b0-4297-b7cd-2b144f9c49b4 HTTP/1.1" 200 2536 0.014310 10.0.0.141 - - [2026-01-08 02:05:29] "GET /instance-ip/3cc0748b-a2aa-4467-bec8-5e5b245705ce HTTP/1.1" 200 1629 0.010299 10.0.0.141 - - [2026-01-08 02:05:29] "POST /fqname-to-id HTTP/1.1" 403 339 0.009400 10.0.0.141 - - [2026-01-08 02:05:29] "GET / HTTP/1.1" 200 36215 0.001732 10.0.0.141 - - [2026-01-08 02:05:30] "POST /fqname-to-id HTTP/1.1" 401 293 0.000536 10.0.0.141 - - [2026-01-08 02:05:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.027000 10.0.0.141 - - [2026-01-08 02:05:30] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002706 10.0.0.141 - - [2026-01-08 02:05:30] "GET /virtual-networks?parent_id=02619085-7057-4bf7-bb1a-72f4b24b66b6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009137 10.0.0.141 - - [2026-01-08 02:05:30] "POST /fqname-to-id HTTP/1.1" 403 339 0.009353 10.0.0.141 - - [2026-01-08 02:05:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.141 - - [2026-01-08 02:05:30] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002949 10.0.0.141 - - [2026-01-08 02:05:30] "GET /virtual-networks?parent_id=02619085-7057-4bf7-bb1a-72f4b24b66b6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011363 10.0.0.141 - - [2026-01-08 02:05:30] "POST /fqname-to-id HTTP/1.1" 403 339 0.016126 10.0.0.141 - - [2026-01-08 02:05:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.141 - - [2026-01-08 02:05:30] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002887 10.0.0.141 - - [2026-01-08 02:05:30] "GET /virtual-networks?parent_id=02619085-7057-4bf7-bb1a-72f4b24b66b6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008613 10.0.0.141 - - [2026-01-08 02:05:30] "POST /fqname-to-id HTTP/1.1" 403 339 0.011041 10.0.0.141 - - [2026-01-08 02:05:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002572 10.0.0.141 - - [2026-01-08 02:05:31] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003227 10.0.0.141 - - [2026-01-08 02:05:31] "GET /virtual-networks?parent_id=02619085-7057-4bf7-bb1a-72f4b24b66b6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009361 10.0.0.141 - - [2026-01-08 02:05:31] "POST /fqname-to-id HTTP/1.1" 403 339 0.014625 10.0.0.141 - - [2026-01-08 02:05:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004212 10.0.0.141 - - [2026-01-08 02:05:31] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003646 10.0.0.141 - - [2026-01-08 02:05:31] "GET /virtual-networks?parent_id=02619085-7057-4bf7-bb1a-72f4b24b66b6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012509 10.0.0.141 - - [2026-01-08 02:05:33] "POST /neutron/port HTTP/1.1" 200 1120 0.011602 10.0.0.141 - - [2026-01-08 02:05:33] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004537 10.0.0.141 - - [2026-01-08 02:05:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.008978 10.0.0.141 - - [2026-01-08 02:05:34] "GET /virtual-network/eb8162bc-bdaa-4cd3-a1c8-9d1993653b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1987 0.011846 10.0.0.141 - - [2026-01-08 02:05:36] "POST /fqname-to-id HTTP/1.1" 403 339 0.009560 10.0.0.141 - - [2026-01-08 02:05:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001698 10.0.0.141 - - [2026-01-08 02:05:36] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002241 10.0.0.141 - - [2026-01-08 02:05:36] "GET /virtual-networks?parent_id=02619085-7057-4bf7-bb1a-72f4b24b66b6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008087 10.0.0.141 - - [2026-01-08 02:05:36] "POST /fqname-to-id HTTP/1.1" 403 339 0.009025 10.0.0.141 - - [2026-01-08 02:05:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001770 10.0.0.141 - - [2026-01-08 02:05:36] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002239 10.0.0.141 - - [2026-01-08 02:05:36] "GET /virtual-networks?parent_id=02619085-7057-4bf7-bb1a-72f4b24b66b6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009494 10.0.0.141 - - [2026-01-08 02:05:36] "POST /fqname-to-id HTTP/1.1" 403 361 0.007548 10.0.0.141 - - [2026-01-08 02:05:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002577 10.0.0.141 - - [2026-01-08 02:05:36] "GET /routing-instance/d042db18-3152-463d-b9c7-76f89aa3febe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.002944 10.0.0.141 - - [2026-01-08 02:05:36] "GET /route-target/4403148b-1cb5-4c21-82c4-6d1c81df710a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008091 10.0.0.141 - - [2026-01-08 02:05:36] "GET /route-target/4403148b-1cb5-4c21-82c4-6d1c81df710a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002551 10.0.0.141 - - [2026-01-08 02:05:36] "POST /fqname-to-id HTTP/1.1" 403 339 0.008900 10.0.0.141 - - [2026-01-08 02:05:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001977 10.0.0.141 - - [2026-01-08 02:05:36] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.003064 10.0.0.141 - - [2026-01-08 02:05:36] "GET /virtual-networks?parent_id=02619085-7057-4bf7-bb1a-72f4b24b66b6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008963 10.0.0.141 - - [2026-01-08 02:05:36] "POST /fqname-to-id HTTP/1.1" 403 361 0.007833 10.0.0.141 - - [2026-01-08 02:05:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002559 10.0.0.141 - - [2026-01-08 02:05:36] "GET /routing-instance/d042db18-3152-463d-b9c7-76f89aa3febe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.002885 10.0.0.141 - - [2026-01-08 02:05:36] "GET /route-target/4403148b-1cb5-4c21-82c4-6d1c81df710a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.009152 10.0.0.141 - - [2026-01-08 02:05:37] "GET /route-target/4403148b-1cb5-4c21-82c4-6d1c81df710a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002331 10.0.0.141 - - [2026-01-08 02:05:37] "GET /obj-perms HTTP/1.1" 200 4934 0.008153 10.0.0.141 - - [2026-01-08 02:05:37] "GET /virtual-machine/110bc065-c1d7-4c76-bd61-29ddc0d72a45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009861 10.0.0.141 - - [2026-01-08 02:05:37] "POST /neutron/port HTTP/1.1" 200 1120 0.010656 10.0.0.141 - - [2026-01-08 02:05:37] "POST /neutron/port HTTP/1.1" 200 1120 0.010358 10.0.0.141 - - [2026-01-08 02:05:37] "POST /neutron/network HTTP/1.1" 200 843 0.004612 10.0.0.141 - - [2026-01-08 02:05:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002592 10.0.0.141 - - [2026-01-08 02:05:38] "POST /neutron/subnet HTTP/1.1" 200 654 0.005399 10.0.0.141 - - [2026-01-08 02:05:38] "POST /neutron/port HTTP/1.1" 200 117 0.000958 10.0.0.141 - - [2026-01-08 02:05:38] "POST /neutron/network HTTP/1.1" 200 833 0.006042 10.0.0.141 - - [2026-01-08 02:05:39] "GET /obj-perms HTTP/1.1" 200 4934 0.008624 10.0.0.141 - - [2026-01-08 02:05:39] "GET /virtual-machine/110bc065-c1d7-4c76-bd61-29ddc0d72a45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.008800 10.0.0.141 - - [2026-01-08 02:05:41] "GET /obj-perms HTTP/1.1" 200 4934 0.008784 10.0.0.141 - - [2026-01-08 02:05:41] "GET /virtual-machine/110bc065-c1d7-4c76-bd61-29ddc0d72a45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.008399 10.0.0.141 - - [2026-01-08 02:05:43] "GET /obj-perms HTTP/1.1" 200 4934 0.008077 10.0.0.141 - - [2026-01-08 02:05:43] "GET /virtual-machine/110bc065-c1d7-4c76-bd61-29ddc0d72a45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009565 10.0.0.141 - - [2026-01-08 02:05:45] "GET /obj-perms HTTP/1.1" 200 4934 0.008215 10.0.0.141 - - [2026-01-08 02:05:45] "GET /virtual-machine/110bc065-c1d7-4c76-bd61-29ddc0d72a45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.008530 10.0.0.141 - - [2026-01-08 02:05:47] "GET /obj-perms HTTP/1.1" 200 4934 0.009102 10.0.0.141 - - [2026-01-08 02:05:47] "GET /virtual-machine/110bc065-c1d7-4c76-bd61-29ddc0d72a45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009122 10.0.0.141 - - [2026-01-08 02:05:49] "GET /obj-perms HTTP/1.1" 200 4934 0.010056 10.0.0.141 - - [2026-01-08 02:05:49] "GET /virtual-machine/110bc065-c1d7-4c76-bd61-29ddc0d72a45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009555 10.0.0.141 - - [2026-01-08 02:05:49] "GET /obj-perms HTTP/1.1" 200 4934 0.009968 10.0.0.141 - - [2026-01-08 02:05:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.141 - - [2026-01-08 02:05:49] "GET /virtual-machine-interface/59861f4b-21b0-4297-b7cd-2b144f9c49b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.016321 10.0.0.141 - - [2026-01-08 02:05:49] "GET /obj-perms HTTP/1.1" 200 4934 0.008466 10.0.0.141 - - [2026-01-08 02:05:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.141 - - [2026-01-08 02:05:49] "GET /virtual-machine-interface/59861f4b-21b0-4297-b7cd-2b144f9c49b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.012929 10.0.0.141 - - [2026-01-08 02:05:49] "GET /obj-perms HTTP/1.1" 200 4934 0.007595 10.0.0.141 - - [2026-01-08 02:05:49] "GET /virtual-machine/110bc065-c1d7-4c76-bd61-29ddc0d72a45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009226 10.0.0.141 - - [2026-01-08 02:05:50] "GET /obj-perms HTTP/1.1" 200 4934 0.008012 10.0.0.141 - - [2026-01-08 02:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002438 10.0.0.141 - - [2026-01-08 02:05:50] "GET /virtual-machine-interface/59861f4b-21b0-4297-b7cd-2b144f9c49b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.013518 10.0.0.141 - - [2026-01-08 02:05:50] "GET /obj-perms HTTP/1.1" 200 4934 0.008604 10.0.0.141 - - [2026-01-08 02:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002467 10.0.0.141 - - [2026-01-08 02:05:50] "GET /virtual-network/eb8162bc-bdaa-4cd3-a1c8-9d1993653b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1987 0.011359 10.0.0.141 - - [2026-01-08 02:05:50] "GET /obj-perms HTTP/1.1" 200 4934 0.008286 10.0.0.141 - - [2026-01-08 02:05:50] "GET /virtual-machine/110bc065-c1d7-4c76-bd61-29ddc0d72a45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.010082 10.0.0.141 - - [2026-01-08 02:05:50] "GET /obj-perms HTTP/1.1" 200 4934 0.007775 10.0.0.141 - - [2026-01-08 02:05:50] "GET /obj-perms HTTP/1.1" 200 4934 0.008698 10.0.0.141 - - [2026-01-08 02:05:50] "GET /obj-perms HTTP/1.1" 200 4934 0.058333 10.0.0.141 - - [2026-01-08 02:05:50] "GET /obj-perms HTTP/1.1" 200 4934 0.008067 10.0.0.141 - - [2026-01-08 02:05:51] "GET /obj-perms HTTP/1.1" 200 5039 0.049189 10.0.0.141 - - [2026-01-08 02:05:51] "GET /obj-perms HTTP/1.1" 200 5039 0.002791 10.0.0.141 - - [2026-01-08 02:05:51] "GET /obj-perms HTTP/1.1" 200 4934 0.007675 10.0.0.141 - - [2026-01-08 02:05:51] "GET /obj-perms HTTP/1.1" 200 4934 0.008315 10.0.0.141 - - [2026-01-08 02:05:51] "GET /obj-perms HTTP/1.1" 200 4934 0.052387 10.0.0.141 - - [2026-01-08 02:05:51] "GET /obj-perms HTTP/1.1" 200 4934 0.009486 10.0.0.141 - - [2026-01-08 02:05:51] "GET /obj-perms HTTP/1.1" 200 5039 0.002836 10.0.0.141 - - [2026-01-08 02:05:51] "GET /obj-perms HTTP/1.1" 200 5039 0.002806 10.0.0.141 - - [2026-01-08 02:05:52] "GET /obj-perms HTTP/1.1" 200 4934 0.008568 10.0.0.141 - - [2026-01-08 02:05:52] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.008371 10.0.0.141 - - [2026-01-08 02:05:52] "GET /virtual-machine/110bc065-c1d7-4c76-bd61-29ddc0d72a45 HTTP/1.1" 200 1289 0.016447 10.0.0.141 - - [2026-01-08 02:05:52] "POST /neutron/port HTTP/1.1" 200 1120 0.010526 10.0.0.141 - - [2026-01-08 02:05:52] "POST /neutron/port HTTP/1.1" 200 1110 0.008668 10.0.0.141 - - [2026-01-08 02:05:52] "POST /neutron/port HTTP/1.1" 200 151 0.085160 10.0.0.141 - - [2026-01-08 02:05:54] "GET /virtual-machine/110bc065-c1d7-4c76-bd61-29ddc0d72a45 HTTP/1.1" 404 171 0.008648 10.0.0.141 - - [2026-01-08 02:05:54] "GET /virtual-machine/110bc065-c1d7-4c76-bd61-29ddc0d72a45 HTTP/1.1" 404 171 0.012036 10.0.0.141 - - [2026-01-08 02:05:54] "GET /virtual-machine/110bc065-c1d7-4c76-bd61-29ddc0d72a45 HTTP/1.1" 404 171 0.008203 10.0.0.141 - - [2026-01-08 02:05:54] "POST /fqname-to-id HTTP/1.1" 403 339 0.011083 10.0.0.141 - - [2026-01-08 02:05:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002022 10.0.0.141 - - [2026-01-08 02:05:54] "GET /global-vrouter-config/d0f8cec5-5595-43de-aa1e-e038cd108e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1618 0.002320 10.0.0.141 - - [2026-01-08 02:05:54] "GET /virtual-networks?parent_id=02619085-7057-4bf7-bb1a-72f4b24b66b6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008119 10.0.0.141 - - [2026-01-08 02:05:54] "POST /fqname-to-id HTTP/1.1" 403 361 0.008538 10.0.0.141 - - [2026-01-08 02:05:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.141 - - [2026-01-08 02:05:54] "GET /routing-instance/d042db18-3152-463d-b9c7-76f89aa3febe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.003564 10.0.0.141 - - [2026-01-08 02:05:54] "GET /route-target/4403148b-1cb5-4c21-82c4-6d1c81df710a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008350 10.0.0.141 - - [2026-01-08 02:05:54] "GET /route-target/4403148b-1cb5-4c21-82c4-6d1c81df710a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002737 10.0.0.141 - - [2026-01-08 02:05:54] "GET /obj-perms HTTP/1.1" 200 4934 0.009366 10.0.0.141 - - [2026-01-08 02:05:54] "GET /obj-perms HTTP/1.1" 200 4934 0.007898 10.0.0.141 - - [2026-01-08 02:05:55] "GET /obj-perms HTTP/1.1" 200 4934 0.063735 10.0.0.141 - - [2026-01-08 02:05:55] "GET /obj-perms HTTP/1.1" 200 4934 0.008210 10.0.0.141 - - [2026-01-08 02:05:55] "GET /obj-perms HTTP/1.1" 200 5039 0.003034 10.0.0.141 - - [2026-01-08 02:05:58] "GET /obj-perms HTTP/1.1" 200 5039 0.002712 10.0.0.141 - - [2026-01-08 02:06:01] "GET /obj-perms HTTP/1.1" 200 5039 0.003165 10.0.0.141 - - [2026-01-08 02:06:03] "DELETE /project/42569eadb02446f7b3e8c148c6cb9565 HTTP/1.1" 404 173 0.004176 10.0.0.141 - - [2026-01-08 02:06:03] "DELETE /project/0261908570574bf7bb1a72f4b24b66b6 HTTP/1.1" 404 173 0.004418 10.0.0.141 - - [2026-01-08 02:06:03] "DELETE /project/5eb32715026749b7842fef814f6eeb80 HTTP/1.1" 404 173 0.003864 10.0.0.141 - - [2026-01-08 02:06:04] "GET /obj-perms HTTP/1.1" 200 5039 0.002877 10.0.0.141 - - [2026-01-08 02:06:07] "GET /obj-perms HTTP/1.1" 200 5039 0.002743 10.0.0.141 - - [2026-01-08 02:06:10] "GET /obj-perms HTTP/1.1" 200 5039 0.002702 10.0.0.141 - - [2026-01-08 02:06:11] "GET /obj-perms HTTP/1.1" 200 5075 0.047828 10.0.0.141 - - [2026-01-08 02:06:11] "GET /obj-perms HTTP/1.1" 200 5075 0.043790 10.0.0.141 - - [2026-01-08 02:06:13] "GET /obj-perms HTTP/1.1" 200 5039 0.002997 10.0.0.141 - - [2026-01-08 02:06:16] "GET /obj-perms HTTP/1.1" 200 5039 0.002874 10.0.0.141 - - [2026-01-08 02:06:19] "GET /obj-perms HTTP/1.1" 200 5039 0.003466 10.0.0.141 - - [2026-01-08 02:06:22] "GET /obj-perms HTTP/1.1" 200 5039 0.002782 10.0.0.141 - - [2026-01-08 02:06:25] "GET /obj-perms HTTP/1.1" 200 5039 0.002892 10.0.0.141 - - [2026-01-08 02:06:28] "GET /obj-perms HTTP/1.1" 200 5039 0.002801 10.0.0.141 - - [2026-01-08 02:06:31] "GET /obj-perms HTTP/1.1" 200 5039 0.002872 10.0.0.141 - - [2026-01-08 02:06:34] "GET /obj-perms HTTP/1.1" 200 5039 0.003120 10.0.0.141 - - [2026-01-08 02:06:37] "GET /obj-perms HTTP/1.1" 200 5039 0.004055 10.0.0.141 - - [2026-01-08 02:06:40] "GET /obj-perms HTTP/1.1" 200 5039 0.002722 10.0.0.141 - - [2026-01-08 02:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002464 10.0.0.141 - - [2026-01-08 02:06:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002322 10.0.0.141 - - [2026-01-08 02:06:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002156 10.0.0.141 - - [2026-01-08 02:06:40] "DELETE /virtual-network/eb8162bc-bdaa-4cd3-a1c8-9d1993653b6f HTTP/1.1" 200 115 0.069972 10.0.0.141 - - [2026-01-08 02:06:40] "DELETE /route-target/4403148b-1cb5-4c21-82c4-6d1c81df710a HTTP/1.1" 200 115 0.018858 10.0.0.141 - - [2026-01-08 02:06:40] "DELETE /api-access-list/5d82a8ce-ab69-43db-9777-c216883ae46a HTTP/1.1" 200 115 0.021588 10.0.0.141 - - [2026-01-08 02:06:40] "GET /api-access-list/5d82a8ce-ab69-43db-9777-c216883ae46a HTTP/1.1" 404 171 0.001968 10.0.0.141 - - [2026-01-08 02:06:40] "GET /projects?obj_uuids=02619085-7057-4bf7-bb1a-72f4b24b66b6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001344 10.0.0.141 - - [2026-01-08 02:06:40] "GET /project/02619085-7057-4bf7-bb1a-72f4b24b66b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.022526 10.0.0.141 - - [2026-01-08 02:06:40] "GET /projects?obj_uuids=02619085-7057-4bf7-bb1a-72f4b24b66b6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000850 10.0.0.141 - - [2026-01-08 02:06:40] "GET /project/02619085-7057-4bf7-bb1a-72f4b24b66b6?fields=virtual_networks HTTP/1.1" 200 1023 0.065168 10.0.0.141 - - [2026-01-08 02:06:40] "GET /projects?obj_uuids=02619085-7057-4bf7-bb1a-72f4b24b66b6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000893 10.0.0.141 - - [2026-01-08 02:06:40] "GET /project/02619085-7057-4bf7-bb1a-72f4b24b66b6?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.024586 10.0.0.141 - - [2026-01-08 02:06:40] "GET /projects?obj_uuids=02619085-7057-4bf7-bb1a-72f4b24b66b6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000879 10.0.0.141 - - [2026-01-08 02:06:40] "GET /project/02619085-7057-4bf7-bb1a-72f4b24b66b6?fields=security_groups HTTP/1.1" 200 1245 0.020813 10.0.0.141 - - [2026-01-08 02:06:41] "GET /projects?obj_uuids=42569ead-b024-46f7-b3e8-c148c6cb9565&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000886 10.0.0.141 - - [2026-01-08 02:06:41] "GET /project/42569ead-b024-46f7-b3e8-c148c6cb9565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.022017 10.0.0.141 - - [2026-01-08 02:06:41] "GET /projects?obj_uuids=42569ead-b024-46f7-b3e8-c148c6cb9565&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000827 10.0.0.141 - - [2026-01-08 02:06:41] "GET /project/42569ead-b024-46f7-b3e8-c148c6cb9565?fields=virtual_networks HTTP/1.1" 200 1024 0.066778 10.0.0.141 - - [2026-01-08 02:06:41] "GET /projects?obj_uuids=42569ead-b024-46f7-b3e8-c148c6cb9565&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000834 10.0.0.141 - - [2026-01-08 02:06:41] "GET /project/42569ead-b024-46f7-b3e8-c148c6cb9565?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.023281 10.0.0.141 - - [2026-01-08 02:06:41] "GET /projects?obj_uuids=42569ead-b024-46f7-b3e8-c148c6cb9565&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000942 10.0.0.141 - - [2026-01-08 02:06:41] "GET /project/42569ead-b024-46f7-b3e8-c148c6cb9565?fields=security_groups HTTP/1.1" 200 1246 0.020859 10.0.0.141 - - [2026-01-08 02:06:42] "GET /api-access-list/4809b146-6694-4385-9775-dfc041d7b72d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.002981 10.0.0.141 - - [2026-01-08 02:06:42] "PUT /api-access-list/4809b146-6694-4385-9775-dfc041d7b72d HTTP/1.1" 200 265 0.006997 10.0.0.141 - - [2026-01-08 02:06:42] "GET /projects?obj_uuids=5eb32715-0267-49b7-842f-ef814f6eeb80&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000865 10.0.0.141 - - [2026-01-08 02:06:42] "GET /project/5eb32715-0267-49b7-842f-ef814f6eeb80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.021435 10.0.0.141 - - [2026-01-08 02:06:42] "GET /projects?obj_uuids=5eb32715-0267-49b7-842f-ef814f6eeb80&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000878 10.0.0.141 - - [2026-01-08 02:06:42] "GET /project/5eb32715-0267-49b7-842f-ef814f6eeb80?fields=virtual_networks HTTP/1.1" 200 1023 0.066964 10.0.0.141 - - [2026-01-08 02:06:42] "GET /projects?obj_uuids=5eb32715-0267-49b7-842f-ef814f6eeb80&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001125 10.0.0.141 - - [2026-01-08 02:06:42] "GET /project/5eb32715-0267-49b7-842f-ef814f6eeb80?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.020822 10.0.0.141 - - [2026-01-08 02:06:42] "GET /projects?obj_uuids=5eb32715-0267-49b7-842f-ef814f6eeb80&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000884 10.0.0.141 - - [2026-01-08 02:06:42] "GET /project/5eb32715-0267-49b7-842f-ef814f6eeb80?fields=security_groups HTTP/1.1" 200 1245 0.020347 10.0.0.141 - - [2026-01-08 02:06:43] "POST /fqname-to-id HTTP/1.1" 404 188 0.023366 10.0.0.141 - - [2026-01-08 02:06:43] "GET /projects?obj_uuids=82b6d73d-7a52-4a68-bfff-7c966657e6e4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002204 10.0.0.141 - - [2026-01-08 02:06:43] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001150 10.0.0.141 - - [2026-01-08 02:06:43] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006651 10.0.0.141 - - [2026-01-08 02:06:43] "POST /id-to-fqname HTTP/1.1" 200 190 0.001238 10.0.0.141 - - [2026-01-08 02:06:43] "POST /fqname-to-id HTTP/1.1" 404 199 0.002584 10.0.0.141 - - [2026-01-08 02:06:44] "POST /security-groups HTTP/1.1" 200 591 0.059978 10.0.0.141 - - [2026-01-08 02:06:44] "POST /fqname-to-id HTTP/1.1" 404 234 0.002178 10.0.0.141 - - [2026-01-08 02:06:44] "POST /projects HTTP/1.1" 200 585 0.192305 10.0.0.141 - - [2026-01-08 02:06:44] "POST /access-control-lists HTTP/1.1" 200 598 0.056978 10.0.0.141 - - [2026-01-08 02:06:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.260419 10.0.0.141 - - [2026-01-08 02:06:44] "POST /fqname-to-id HTTP/1.1" 404 233 0.002498 10.0.0.141 - - [2026-01-08 02:06:44] "GET /project/82b6d73d-7a52-4a68-bfff-7c966657e6e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.374252 10.0.0.141 - - [2026-01-08 02:06:44] "POST /access-control-lists HTTP/1.1" 200 596 0.057778 10.0.0.141 - - [2026-01-08 02:06:45] "GET / HTTP/1.1" 200 36215 0.002133 10.0.0.141 - - [2026-01-08 02:06:47] "POST /fqname-to-id HTTP/1.1" 401 293 0.000445 10.0.0.141 - - [2026-01-08 02:06:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.035021 10.0.0.141 - - [2026-01-08 02:06:47] "GET /api-access-list/4809b146-6694-4385-9775-dfc041d7b72d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.002992 10.0.0.141 - - [2026-01-08 02:06:47] "GET /api-access-list/4809b146-6694-4385-9775-dfc041d7b72d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003153 10.0.0.141 - - [2026-01-08 02:06:47] "GET /api-access-list/4809b146-6694-4385-9775-dfc041d7b72d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003213 10.0.0.141 - - [2026-01-08 02:06:47] "PUT /api-access-list/4809b146-6694-4385-9775-dfc041d7b72d HTTP/1.1" 200 265 0.010391 10.0.0.141 - - [2026-01-08 02:06:47] "GET /aaa-mode HTTP/1.1" 200 128 0.001164 10.0.0.141 - - [2026-01-08 02:06:48] "POST /fqname-to-id HTTP/1.1" 404 188 0.024209 10.0.0.141 - - [2026-01-08 02:06:48] "GET /projects?obj_uuids=7cb7a6ac-8bf0-40a5-a3cf-de84da3bffa1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002265 10.0.0.141 - - [2026-01-08 02:06:48] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000869 10.0.0.141 - - [2026-01-08 02:06:48] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005906 10.0.0.141 - - [2026-01-08 02:06:48] "POST /id-to-fqname HTTP/1.1" 200 190 0.001490 10.0.0.141 - - [2026-01-08 02:06:48] "POST /fqname-to-id HTTP/1.1" 404 199 0.002273 10.0.0.141 - - [2026-01-08 02:06:48] "POST /security-groups HTTP/1.1" 200 591 0.060179 10.0.0.141 - - [2026-01-08 02:06:48] "POST /fqname-to-id HTTP/1.1" 404 234 0.002316 10.0.0.141 - - [2026-01-08 02:06:48] "POST /projects HTTP/1.1" 200 585 0.202744 10.0.0.141 - - [2026-01-08 02:06:48] "POST /access-control-lists HTTP/1.1" 200 598 0.058765 10.0.0.141 - - [2026-01-08 02:06:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.270745 10.0.0.141 - - [2026-01-08 02:06:48] "POST /fqname-to-id HTTP/1.1" 404 233 0.002407 10.0.0.141 - - [2026-01-08 02:06:48] "GET /project/7cb7a6ac-8bf0-40a5-a3cf-de84da3bffa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.401207 10.0.0.141 - - [2026-01-08 02:06:48] "POST /access-control-lists HTTP/1.1" 200 596 0.056946 10.0.0.141 - - [2026-01-08 02:06:49] "POST /fqname-to-id HTTP/1.1" 404 188 0.022729 10.0.0.141 - - [2026-01-08 02:06:49] "GET /projects?obj_uuids=b119677c-3396-44e1-bf83-73c0f7bc0015&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002304 10.0.0.141 - - [2026-01-08 02:06:49] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000880 10.0.0.141 - - [2026-01-08 02:06:49] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005435 10.0.0.141 - - [2026-01-08 02:06:49] "POST /id-to-fqname HTTP/1.1" 200 190 0.001784 10.0.0.141 - - [2026-01-08 02:06:49] "POST /fqname-to-id HTTP/1.1" 404 199 0.002622 10.0.0.141 - - [2026-01-08 02:06:49] "POST /security-groups HTTP/1.1" 200 591 0.062392 10.0.0.141 - - [2026-01-08 02:06:49] "POST /fqname-to-id HTTP/1.1" 404 234 0.002461 10.0.0.141 - - [2026-01-08 02:06:49] "POST /projects HTTP/1.1" 200 585 0.210406 10.0.0.141 - - [2026-01-08 02:06:49] "POST /access-control-lists HTTP/1.1" 200 598 0.054801 10.0.0.141 - - [2026-01-08 02:06:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.276494 10.0.0.141 - - [2026-01-08 02:06:49] "POST /fqname-to-id HTTP/1.1" 404 233 0.002425 10.0.0.141 - - [2026-01-08 02:06:49] "GET /project/b119677c-3396-44e1-bf83-73c0f7bc0015?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.393710 10.0.0.141 - - [2026-01-08 02:06:49] "POST /access-control-lists HTTP/1.1" 200 596 0.056478 10.0.0.141 - - [2026-01-08 02:06:50] "GET / HTTP/1.1" 200 36215 0.001754 10.0.0.141 - - [2026-01-08 02:06:50] "GET / HTTP/1.1" 200 36215 0.001357 10.0.0.141 - - [2026-01-08 02:06:51] "POST /fqname-to-id HTTP/1.1" 404 183 0.002753 10.0.0.141 - - [2026-01-08 02:06:51] "POST /api-access-lists HTTP/1.1" 200 523 0.014713 10.0.0.141 - - [2026-01-08 02:06:51] "GET /api-access-list/f08c84d3-e43c-436a-9ea2-919724f4333d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.003986 10.0.0.141 - - [2026-01-08 02:06:51] "GET /api-access-list/f08c84d3-e43c-436a-9ea2-919724f4333d HTTP/1.1" 401 293 0.000427 10.0.0.141 - - [2026-01-08 02:06:51] "GET /api-access-list/f08c84d3-e43c-436a-9ea2-919724f4333d HTTP/1.1" 200 1292 0.051067 10.0.0.141 - - [2026-01-08 02:06:51] "POST /fqname-to-id HTTP/1.1" 401 293 0.000333 10.0.0.141 - - [2026-01-08 02:06:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.039643 10.0.0.141 - - [2026-01-08 02:06:51] "GET /projects?obj_uuids=7cb7a6ac-8bf0-40a5-a3cf-de84da3bffa1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000950 10.0.0.141 - - [2026-01-08 02:06:52] "GET /project/7cb7a6ac-8bf0-40a5-a3cf-de84da3bffa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.027977 10.0.0.141 - - [2026-01-08 02:06:52] "GET /virtual-networks?parent_id=7cb7a6ac-8bf0-40a5-a3cf-de84da3bffa1&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009273 10.0.0.141 - - [2026-01-08 02:06:52] "POST /virtual-networks HTTP/1.1" 200 585 0.041157 10.0.0.141 - - [2026-01-08 02:06:52] "POST /route-targets HTTP/1.1" 200 328 0.008131 10.0.0.141 - - [2026-01-08 02:06:52] "POST /ref-update HTTP/1.1" 200 156 0.009336 10.0.0.141 - - [2026-01-08 02:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.010124 10.0.0.141 - - [2026-01-08 02:06:52] "GET /network-ipam/72a995ab-bd35-4169-9e78-5bb29e4f7a07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.009144 10.0.0.141 - - [2026-01-08 02:06:52] "POST /useragent-kv HTTP/1.1" 200 115 0.004550 10.0.0.141 - - [2026-01-08 02:06:52] "POST /ref-update HTTP/1.1" 200 156 0.045213 10.0.0.141 - - [2026-01-08 02:06:52] "POST /neutron/network HTTP/1.1" 200 850 0.044402 10.0.0.141 - - [2026-01-08 02:06:52] "POST /neutron/network HTTP/1.1" 200 850 0.015100 10.0.0.141 - - [2026-01-08 02:06:52] "GET /virtual-network/113833ed-9453-4324-9a33-26c17a64750d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2020 0.012698 10.0.0.141 - - [2026-01-08 02:06:52] "POST /neutron/network HTTP/1.1" 200 850 0.024637 10.0.0.141 - - [2026-01-08 02:06:52] "POST /neutron/subnet HTTP/1.1" 200 686 0.024368 10.0.0.141 - - [2026-01-08 02:06:52] "POST /fqname-to-id HTTP/1.1" 401 293 0.000464 10.0.0.141 - - [2026-01-08 02:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.038694 10.0.0.141 - - [2026-01-08 02:06:52] "GET /projects?obj_uuids=b119677c-3396-44e1-bf83-73c0f7bc0015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001036 10.0.0.141 - - [2026-01-08 02:06:52] "GET /project/b119677c-3396-44e1-bf83-73c0f7bc0015?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.030362 10.0.0.141 - - [2026-01-08 02:06:52] "GET /virtual-networks?parent_id=b119677c-3396-44e1-bf83-73c0f7bc0015&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011107 10.0.0.141 - - [2026-01-08 02:06:53] "POST /virtual-networks HTTP/1.1" 200 585 0.047953 10.0.0.141 - - [2026-01-08 02:06:53] "POST /route-targets HTTP/1.1" 200 328 0.008770 10.0.0.141 - - [2026-01-08 02:06:53] "POST /ref-update HTTP/1.1" 200 156 0.010748 10.0.0.141 - - [2026-01-08 02:06:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.010000 10.0.0.141 - - [2026-01-08 02:06:53] "GET /network-ipam/72a995ab-bd35-4169-9e78-5bb29e4f7a07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.010707 10.0.0.141 - - [2026-01-08 02:06:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003412 10.0.0.141 - - [2026-01-08 02:06:53] "POST /ref-update HTTP/1.1" 200 156 0.048718 10.0.0.141 - - [2026-01-08 02:06:53] "POST /neutron/network HTTP/1.1" 200 850 0.039491 10.0.0.141 - - [2026-01-08 02:06:53] "POST /neutron/network HTTP/1.1" 200 850 0.017368 10.0.0.141 - - [2026-01-08 02:06:53] "GET /virtual-network/b3a58dc5-3bae-4ccc-9083-c196d475fef3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2021 0.010801 10.0.0.141 - - [2026-01-08 02:06:53] "POST /neutron/network HTTP/1.1" 200 850 0.015247 10.0.0.141 - - [2026-01-08 02:06:53] "POST /neutron/subnet HTTP/1.1" 200 686 0.023632 10.0.0.141 - - [2026-01-08 02:06:53] "GET /virtual-network/113833ed-9453-4324-9a33-26c17a64750d HTTP/1.1" 401 293 0.000326 10.0.0.141 - - [2026-01-08 02:06:53] "GET /virtual-network/113833ed-9453-4324-9a33-26c17a64750d HTTP/1.1" 200 2321 0.040128 10.0.0.141 - - [2026-01-08 02:06:53] "GET /virtual-network/113833ed-9453-4324-9a33-26c17a64750d HTTP/1.1" 401 293 0.000327 10.0.0.141 - - [2026-01-08 02:06:54] "GET /virtual-network/113833ed-9453-4324-9a33-26c17a64750d HTTP/1.1" 403 376 0.030300 10.0.0.141 - - [2026-01-08 02:06:54] "GET /virtual-network/113833ed-9453-4324-9a33-26c17a64750d HTTP/1.1" 200 2321 0.004026 10.0.0.141 - - [2026-01-08 02:06:54] "GET /virtual-networks HTTP/1.1" 200 372 0.015102 10.0.0.141 - - [2026-01-08 02:06:54] "GET /virtual-networks HTTP/1.1" 200 372 0.012911 10.0.0.141 - - [2026-01-08 02:06:54] "GET /obj-perms HTTP/1.1" 403 257 0.031347 10.0.0.141 - - [2026-01-08 02:06:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.001837 10.0.0.141 - - [2026-01-08 02:06:54] "GET /virtual-network/113833ed-9453-4324-9a33-26c17a64750d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2020 0.012774 10.0.0.141 - - [2026-01-08 02:06:54] "GET /obj-perms HTTP/1.1" 403 257 0.029275 10.0.0.141 - - [2026-01-08 02:06:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002060 10.0.0.141 - - [2026-01-08 02:06:55] "GET /virtual-network/113833ed-9453-4324-9a33-26c17a64750d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008295 10.0.0.141 - - [2026-01-08 02:06:55] "GET /obj-perms HTTP/1.1" 200 5049 0.049444 10.0.0.141 - - [2026-01-08 02:06:55] "GET /obj-perms HTTP/1.1" 403 257 0.006949 10.0.0.141 - - [2026-01-08 02:06:55] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.015480 10.0.0.141 - - [2026-01-08 02:06:55] "GET /obj-perms HTTP/1.1" 403 257 0.007219 10.0.0.141 - - [2026-01-08 02:06:55] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.018609 10.0.0.141 - - [2026-01-08 02:06:55] "GET /obj-perms HTTP/1.1" 200 5049 0.003003 10.0.0.141 - - [2026-01-08 02:06:55] "PUT /virtual-network/113833ed-9453-4324-9a33-26c17a64750d HTTP/1.1" 200 265 0.024526 10.0.0.141 - - [2026-01-08 02:06:55] "GET /virtual-networks HTTP/1.1" 200 132 0.020760 10.0.0.141 - - [2026-01-08 02:06:55] "GET /virtual-networks HTTP/1.1" 200 613 0.014117 10.0.0.141 - - [2026-01-08 02:06:55] "GET /virtual-networks HTTP/1.1" 200 1435 0.001981 10.0.0.141 - - [2026-01-08 02:06:55] "GET /obj-perms HTTP/1.1" 403 257 0.005762 10.0.0.141 - - [2026-01-08 02:06:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.001730 10.0.0.141 - - [2026-01-08 02:06:55] "GET /virtual-network/113833ed-9453-4324-9a33-26c17a64750d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008240 10.0.0.141 - - [2026-01-08 02:06:56] "GET /obj-perms HTTP/1.1" 403 257 0.035251 10.0.0.141 - - [2026-01-08 02:06:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002012 10.0.0.141 - - [2026-01-08 02:06:56] "GET /virtual-network/113833ed-9453-4324-9a33-26c17a64750d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.007959 10.0.0.141 - - [2026-01-08 02:06:56] "GET /obj-perms HTTP/1.1" 403 257 0.008125 10.0.0.141 - - [2026-01-08 02:06:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002509 10.0.0.141 - - [2026-01-08 02:06:56] "GET /virtual-network/113833ed-9453-4324-9a33-26c17a64750d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2024 0.011965 10.0.0.141 - - [2026-01-08 02:06:56] "GET /obj-perms HTTP/1.1" 200 5049 0.003426 10.0.0.141 - - [2026-01-08 02:06:56] "GET /obj-perms HTTP/1.1" 403 257 0.007710 10.0.0.141 - - [2026-01-08 02:06:56] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017061 10.0.0.141 - - [2026-01-08 02:06:56] "GET /obj-perms HTTP/1.1" 403 257 0.006982 10.0.0.141 - - [2026-01-08 02:06:56] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 613 0.015163 10.0.0.141 - - [2026-01-08 02:06:56] "GET /obj-perms HTTP/1.1" 200 5049 0.003165 10.0.0.141 - - [2026-01-08 02:06:56] "PUT /virtual-network/113833ed-9453-4324-9a33-26c17a64750d HTTP/1.1" 200 265 0.022478 10.0.0.141 - - [2026-01-08 02:06:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002932 10.0.0.141 - - [2026-01-08 02:06:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.141 - - [2026-01-08 02:06:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002775 10.0.0.141 - - [2026-01-08 02:06:56] "DELETE /virtual-network/b3a58dc5-3bae-4ccc-9083-c196d475fef3 HTTP/1.1" 200 115 0.061869 10.0.0.141 - - [2026-01-08 02:06:56] "DELETE /route-target/2d54fd05-8174-44a8-92ef-d792754eb0a8 HTTP/1.1" 200 115 0.016689 10.0.0.141 - - [2026-01-08 02:06:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002531 10.0.0.141 - - [2026-01-08 02:06:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.141 - - [2026-01-08 02:06:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001563 10.0.0.141 - - [2026-01-08 02:06:56] "DELETE /virtual-network/113833ed-9453-4324-9a33-26c17a64750d HTTP/1.1" 200 115 0.059221 10.0.0.141 - - [2026-01-08 02:06:57] "DELETE /api-access-list/f08c84d3-e43c-436a-9ea2-919724f4333d HTTP/1.1" 200 115 0.020239 10.0.0.141 - - [2026-01-08 02:06:57] "GET /api-access-list/f08c84d3-e43c-436a-9ea2-919724f4333d HTTP/1.1" 404 171 0.001908 10.0.0.141 - - [2026-01-08 02:06:57] "DELETE /route-target/8f3e2307-b3cf-4778-ba70-c490023ebec8 HTTP/1.1" 200 115 0.015395 10.0.0.141 - - [2026-01-08 02:06:57] "GET /projects?obj_uuids=b119677c-3396-44e1-bf83-73c0f7bc0015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000888 10.0.0.141 - - [2026-01-08 02:06:57] "GET /project/b119677c-3396-44e1-bf83-73c0f7bc0015?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.023038 10.0.0.141 - - [2026-01-08 02:06:57] "GET /projects?obj_uuids=b119677c-3396-44e1-bf83-73c0f7bc0015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001039 10.0.0.141 - - [2026-01-08 02:06:57] "GET /project/b119677c-3396-44e1-bf83-73c0f7bc0015?fields=virtual_networks HTTP/1.1" 200 1035 0.063976 10.0.0.141 - - [2026-01-08 02:06:57] "GET /projects?obj_uuids=b119677c-3396-44e1-bf83-73c0f7bc0015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000903 10.0.0.141 - - [2026-01-08 02:06:57] "GET /project/b119677c-3396-44e1-bf83-73c0f7bc0015?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.020044 10.0.0.141 - - [2026-01-08 02:06:57] "GET /projects?obj_uuids=b119677c-3396-44e1-bf83-73c0f7bc0015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000881 10.0.0.141 - - [2026-01-08 02:06:57] "GET /project/b119677c-3396-44e1-bf83-73c0f7bc0015?fields=security_groups HTTP/1.1" 200 1262 0.018641 10.0.0.141 - - [2026-01-08 02:06:57] "GET /projects?obj_uuids=7cb7a6ac-8bf0-40a5-a3cf-de84da3bffa1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000878 10.0.0.141 - - [2026-01-08 02:06:57] "GET /project/7cb7a6ac-8bf0-40a5-a3cf-de84da3bffa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.019258 10.0.0.141 - - [2026-01-08 02:06:57] "GET /projects?obj_uuids=7cb7a6ac-8bf0-40a5-a3cf-de84da3bffa1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000765 10.0.0.141 - - [2026-01-08 02:06:57] "GET /project/7cb7a6ac-8bf0-40a5-a3cf-de84da3bffa1?fields=virtual_networks HTTP/1.1" 200 1034 0.062171 10.0.0.141 - - [2026-01-08 02:06:58] "GET /projects?obj_uuids=7cb7a6ac-8bf0-40a5-a3cf-de84da3bffa1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000864 10.0.0.141 - - [2026-01-08 02:06:58] "GET /project/7cb7a6ac-8bf0-40a5-a3cf-de84da3bffa1?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.018090 10.0.0.141 - - [2026-01-08 02:06:58] "GET /projects?obj_uuids=7cb7a6ac-8bf0-40a5-a3cf-de84da3bffa1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000873 10.0.0.141 - - [2026-01-08 02:06:58] "GET /project/7cb7a6ac-8bf0-40a5-a3cf-de84da3bffa1?fields=security_groups HTTP/1.1" 200 1261 0.020264 10.0.0.141 - - [2026-01-08 02:06:58] "GET /aaa-mode HTTP/1.1" 200 128 0.001112 10.0.0.141 - - [2026-01-08 02:06:59] "GET / HTTP/1.1" 200 36215 0.001398 10.0.0.141 - - [2026-01-08 02:07:00] "GET / HTTP/1.1" 200 36215 0.001559 10.0.0.141 - - [2026-01-08 02:07:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000432 10.0.0.141 - - [2026-01-08 02:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.081084 10.0.0.141 - - [2026-01-08 02:07:00] "GET /projects?obj_uuids=82b6d73d-7a52-4a68-bfff-7c966657e6e4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001028 10.0.0.141 - - [2026-01-08 02:07:00] "GET /project/82b6d73d-7a52-4a68-bfff-7c966657e6e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.031851 10.0.0.141 - - [2026-01-08 02:07:00] "GET /virtual-networks?parent_id=82b6d73d-7a52-4a68-bfff-7c966657e6e4&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007106 10.0.0.141 - - [2026-01-08 02:07:01] "POST /fqname-to-id HTTP/1.1" 404 197 0.006901 10.0.0.141 - - [2026-01-08 02:07:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.008327 10.0.0.141 - - [2026-01-08 02:07:01] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001307 10.0.0.141 - - [2026-01-08 02:07:01] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.012542 10.0.0.141 - - [2026-01-08 02:07:01] "POST /service-templates HTTP/1.1" 403 264 0.007052 10.0.0.141 - - [2026-01-08 02:07:01] "POST /fqname-to-id HTTP/1.1" 404 215 0.002628 10.0.0.141 - - [2026-01-08 02:07:01] "POST /api-access-lists HTTP/1.1" 200 557 0.014860 10.0.0.141 - - [2026-01-08 02:07:01] "GET /api-access-list/f99a598d-d95e-4a0b-872a-de49b2fc934e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.004782 10.0.0.141 - - [2026-01-08 02:07:01] "GET /api-access-list/f99a598d-d95e-4a0b-872a-de49b2fc934e HTTP/1.1" 200 1325 0.003322 10.0.0.141 - - [2026-01-08 02:07:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.012037 10.0.0.141 - - [2026-01-08 02:07:01] "GET /projects?obj_uuids=82b6d73d-7a52-4a68-bfff-7c966657e6e4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001040 10.0.0.141 - - [2026-01-08 02:07:01] "GET /project/82b6d73d-7a52-4a68-bfff-7c966657e6e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.030257 10.0.0.141 - - [2026-01-08 02:07:01] "GET /virtual-networks?parent_id=82b6d73d-7a52-4a68-bfff-7c966657e6e4&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011003 10.0.0.141 - - [2026-01-08 02:07:01] "POST /virtual-networks HTTP/1.1" 200 585 0.043296 10.0.0.141 - - [2026-01-08 02:07:01] "POST /route-targets HTTP/1.1" 200 328 0.008617 10.0.0.141 - - [2026-01-08 02:07:01] "POST /ref-update HTTP/1.1" 200 156 0.010729 10.0.0.141 - - [2026-01-08 02:07:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.010160 10.0.0.141 - - [2026-01-08 02:07:01] "GET /network-ipam/72a995ab-bd35-4169-9e78-5bb29e4f7a07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.009832 10.0.0.141 - - [2026-01-08 02:07:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002357 10.0.0.141 - - [2026-01-08 02:07:01] "POST /ref-update HTTP/1.1" 200 156 0.043816 10.0.0.141 - - [2026-01-08 02:07:01] "POST /neutron/network HTTP/1.1" 200 849 0.045760 10.0.0.141 - - [2026-01-08 02:07:01] "POST /neutron/network HTTP/1.1" 200 849 0.020366 10.0.0.141 - - [2026-01-08 02:07:01] "GET /virtual-network/a8bcf6cd-3d37-4210-88fd-016fdb031cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.013594 10.0.0.141 - - [2026-01-08 02:07:01] "POST /neutron/network HTTP/1.1" 200 849 0.017434 10.0.0.141 - - [2026-01-08 02:07:01] "POST /neutron/subnet HTTP/1.1" 200 681 0.027337 10.0.0.141 - - [2026-01-08 02:07:02] "POST /neutron/network HTTP/1.1" 200 849 0.057053 10.0.0.141 - - [2026-01-08 02:07:02] "GET /virtual-network/a8bcf6cd-3d37-4210-88fd-016fdb031cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.004455 10.0.0.141 - - [2026-01-08 02:07:02] "GET /network-ipam/72a995ab-bd35-4169-9e78-5bb29e4f7a07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.002638 10.0.0.141 - - [2026-01-08 02:07:02] "GET /domains HTTP/1.1" 200 281 0.002322 10.0.0.141 - - [2026-01-08 02:07:02] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000800 10.0.0.141 - - [2026-01-08 02:07:02] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 3503 0.005352 10.0.0.141 - - [2026-01-08 02:07:02] "GET /projects?obj_uuids=82b6d73d-7a52-4a68-bfff-7c966657e6e4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000728 10.0.0.141 - - [2026-01-08 02:07:02] "GET /project/82b6d73d-7a52-4a68-bfff-7c966657e6e4 HTTP/1.1" 200 2359 0.062564 10.0.0.141 - - [2026-01-08 02:07:02] "GET /virtual-network/a8bcf6cd-3d37-4210-88fd-016fdb031cc1 HTTP/1.1" 200 2318 0.005616 10.0.0.141 - - [2026-01-08 02:07:02] "GET /virtual-network/a8bcf6cd-3d37-4210-88fd-016fdb031cc1 HTTP/1.1" 200 2318 0.004696 10.0.0.141 - - [2026-01-08 02:07:02] "GET /routing-instance/f0322168-3381-4c46-acbe-78feae6437b0 HTTP/1.1" 200 1559 0.003022 10.0.0.141 - - [2026-01-08 02:07:02] "GET /routing-instance/f0322168-3381-4c46-acbe-78feae6437b0 HTTP/1.1" 200 1559 0.002532 10.0.0.141 - - [2026-01-08 02:07:02] "GET /route-target/686045f4-35dd-49bb-8885-10c5efa9fb83 HTTP/1.1" 200 1245 0.002392 10.0.0.141 - - [2026-01-08 02:07:02] "GET /virtual-network/a8bcf6cd-3d37-4210-88fd-016fdb031cc1 HTTP/1.1" 200 2318 0.005098 10.0.0.141 - - [2026-01-08 02:07:02] "GET /routing-instance/f0322168-3381-4c46-acbe-78feae6437b0 HTTP/1.1" 200 1559 0.003070 10.0.0.141 - - [2026-01-08 02:07:02] "GET /virtual-network/a8bcf6cd-3d37-4210-88fd-016fdb031cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.004199 10.0.0.141 - - [2026-01-08 02:07:02] "GET /virtual-network/a8bcf6cd-3d37-4210-88fd-016fdb031cc1 HTTP/1.1" 200 2318 0.004026 10.0.0.141 - - [2026-01-08 02:07:02] "GET /routing-instance/f0322168-3381-4c46-acbe-78feae6437b0 HTTP/1.1" 200 1559 0.002461 10.0.0.141 - - [2026-01-08 02:07:02] "GET /routing-instance/f0322168-3381-4c46-acbe-78feae6437b0 HTTP/1.1" 200 1559 0.002430 10.0.0.141 - - [2026-01-08 02:07:02] "GET /route-target/686045f4-35dd-49bb-8885-10c5efa9fb83 HTTP/1.1" 200 1245 0.002616 10.0.0.141 - - [2026-01-08 02:07:02] "GET /domains HTTP/1.1" 200 281 0.002285 10.0.0.141 - - [2026-01-08 02:07:02] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002049 10.0.0.141 - - [2026-01-08 02:07:02] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62 HTTP/1.1" 200 3503 0.006824 10.0.0.141 - - [2026-01-08 02:07:02] "GET /projects?obj_uuids=82b6d73d-7a52-4a68-bfff-7c966657e6e4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000814 10.0.0.141 - - [2026-01-08 02:07:02] "GET /project/82b6d73d-7a52-4a68-bfff-7c966657e6e4 HTTP/1.1" 200 2359 0.065080 10.0.0.141 - - [2026-01-08 02:07:02] "GET /virtual-network/a8bcf6cd-3d37-4210-88fd-016fdb031cc1 HTTP/1.1" 200 2318 0.004154 10.0.0.141 - - [2026-01-08 02:07:02] "GET /obj-perms HTTP/1.1" 200 5049 0.002499 10.0.0.141 - - [2026-01-08 02:07:02] "POST /fqname-to-id HTTP/1.1" 404 197 0.008687 10.0.0.141 - - [2026-01-08 02:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.012279 10.0.0.141 - - [2026-01-08 02:07:02] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000936 10.0.0.141 - - [2026-01-08 02:07:02] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.012481 10.0.0.141 - - [2026-01-08 02:07:02] "POST /service-templates HTTP/1.1" 403 264 0.007133 10.0.0.141 - - [2026-01-08 02:07:02] "POST /fqname-to-id HTTP/1.1" 404 183 0.002540 10.0.0.141 - - [2026-01-08 02:07:02] "POST /api-access-lists HTTP/1.1" 200 523 0.010681 10.0.0.141 - - [2026-01-08 02:07:02] "GET /api-access-list/020b4791-769f-4532-814b-986ff178ed22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.003785 10.0.0.141 - - [2026-01-08 02:07:02] "GET /api-access-list/020b4791-769f-4532-814b-986ff178ed22 HTTP/1.1" 200 1290 0.003021 10.0.0.141 - - [2026-01-08 02:07:02] "POST /fqname-to-id HTTP/1.1" 404 197 0.012298 10.0.0.141 - - [2026-01-08 02:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.009695 10.0.0.141 - - [2026-01-08 02:07:02] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001069 10.0.0.141 - - [2026-01-08 02:07:02] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.014328 10.0.0.141 - - [2026-01-08 02:07:02] "POST /service-templates HTTP/1.1" 200 553 0.023113 10.0.0.141 - - [2026-01-08 02:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.012830 10.0.0.141 - - [2026-01-08 02:07:02] "GET /service-template/61c6067b-7bfd-4212-95f2-a1d248d49849?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.011048 10.0.0.141 - - [2026-01-08 02:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.010558 10.0.0.141 - - [2026-01-08 02:07:03] "GET /service-template/61c6067b-7bfd-4212-95f2-a1d248d49849?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.010329 10.0.0.141 - - [2026-01-08 02:07:03] "GET /virtual-network/a8bcf6cd-3d37-4210-88fd-016fdb031cc1 HTTP/1.1" 401 293 0.000382 10.0.0.141 - - [2026-01-08 02:07:03] "GET /virtual-network/a8bcf6cd-3d37-4210-88fd-016fdb031cc1 HTTP/1.1" 403 263 0.035733 10.0.0.141 - - [2026-01-08 02:07:03] "GET /service-template/61c6067b-7bfd-4212-95f2-a1d248d49849 HTTP/1.1" 403 264 0.010353 10.0.0.141 - - [2026-01-08 02:07:03] "GET /service-template/61c6067b-7bfd-4212-95f2-a1d248d49849 HTTP/1.1" 403 264 0.029975 10.0.0.141 - - [2026-01-08 02:07:04] "GET /obj-perms HTTP/1.1" 403 257 0.049104 10.0.0.141 - - [2026-01-08 02:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.001935 10.0.0.141 - - [2026-01-08 02:07:04] "DELETE /project/82b6d73d7a524a68bfff7c966657e6e4 HTTP/1.1" 404 173 0.024484 10.0.0.141 - - [2026-01-08 02:07:04] "DELETE /project/7cb7a6ac8bf040a5a3cfde84da3bffa1 HTTP/1.1" 404 173 0.020984 10.0.0.141 - - [2026-01-08 02:07:04] "DELETE /project/b119677c339644e1bf8373c0f7bc0015 HTTP/1.1" 404 173 0.016347 10.0.0.141 - - [2026-01-08 02:07:04] "GET /projects?obj_uuids=02619085-7057-4bf7-bb1a-72f4b24b66b6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000738 10.0.0.141 - - [2026-01-08 02:07:04] "GET /projects?obj_uuids=42569ead-b024-46f7-b3e8-c148c6cb9565&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000700 10.0.0.141 - - [2026-01-08 02:07:04] "GET /projects?obj_uuids=5eb32715-0267-49b7-842f-ef814f6eeb80&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000683 10.0.0.141 - - [2026-01-08 02:07:04] "GET /projects?obj_uuids=7cb7a6ac-8bf0-40a5-a3cf-de84da3bffa1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000698 10.0.0.141 - - [2026-01-08 02:07:04] "GET /projects?obj_uuids=b119677c-3396-44e1-bf83-73c0f7bc0015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000683 10.0.0.141 - - [2026-01-08 02:07:04] "GET /virtual-network/a8bcf6cd-3d37-4210-88fd-016fdb031cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.027957 10.0.0.141 - - [2026-01-08 02:07:04] "GET /project/5eb32715-0267-49b7-842f-ef814f6eeb80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.052706 10.0.0.141 - - [2026-01-08 02:07:04] "GET /project/7cb7a6ac-8bf0-40a5-a3cf-de84da3bffa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.052490 10.0.0.141 - - [2026-01-08 02:07:04] "GET /project/42569ead-b024-46f7-b3e8-c148c6cb9565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.060147 10.0.0.141 - - [2026-01-08 02:07:04] "GET /project/b119677c-3396-44e1-bf83-73c0f7bc0015?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.059207 10.0.0.141 - - [2026-01-08 02:07:04] "GET /project/02619085-7057-4bf7-bb1a-72f4b24b66b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.066735 10.0.0.141 - - [2026-01-08 02:07:04] "GET /projects?obj_uuids=02619085-7057-4bf7-bb1a-72f4b24b66b6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000942 10.0.0.141 - - [2026-01-08 02:07:04] "GET /projects?obj_uuids=b119677c-3396-44e1-bf83-73c0f7bc0015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002350 10.0.0.141 - - [2026-01-08 02:07:04] "GET /projects?obj_uuids=42569ead-b024-46f7-b3e8-c148c6cb9565&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000731 10.0.0.141 - - [2026-01-08 02:07:04] "GET /projects?obj_uuids=7cb7a6ac-8bf0-40a5-a3cf-de84da3bffa1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000682 10.0.0.141 - - [2026-01-08 02:07:04] "GET /projects?obj_uuids=5eb32715-0267-49b7-842f-ef814f6eeb80&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000670 10.0.0.141 - - [2026-01-08 02:07:04] "GET /obj-perms HTTP/1.1" 403 257 0.040756 10.0.0.141 - - [2026-01-08 02:07:04] "GET /project/7cb7a6ac-8bf0-40a5-a3cf-de84da3bffa1?fields=security_groups HTTP/1.1" 200 1363 0.065560 10.0.0.141 - - [2026-01-08 02:07:04] "GET /project/42569ead-b024-46f7-b3e8-c148c6cb9565?fields=security_groups HTTP/1.1" 200 1348 0.067805 10.0.0.141 - - [2026-01-08 02:07:04] "GET /project/5eb32715-0267-49b7-842f-ef814f6eeb80?fields=security_groups HTTP/1.1" 200 1347 0.075591 10.0.0.141 - - [2026-01-08 02:07:04] "GET /project/02619085-7057-4bf7-bb1a-72f4b24b66b6?fields=security_groups HTTP/1.1" 200 1347 0.072271 10.0.0.141 - - [2026-01-08 02:07:04] "GET /project/b119677c-3396-44e1-bf83-73c0f7bc0015?fields=security_groups HTTP/1.1" 200 1364 0.078610 10.0.0.141 - - [2026-01-08 02:07:04] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.010669 10.0.0.141 - - [2026-01-08 02:07:04] "GET /api-access-list/f99a598d-d95e-4a0b-872a-de49b2fc934e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.003472 10.0.0.141 - - [2026-01-08 02:07:04] "PUT /api-access-list/f99a598d-d95e-4a0b-872a-de49b2fc934e HTTP/1.1" 200 265 0.012558 10.0.0.141 - - [2026-01-08 02:07:04] "DELETE /access-control-list/42ff0146-4d47-495b-b83b-f243b816d651 HTTP/1.1" 200 115 0.039297 10.0.0.141 - - [2026-01-08 02:07:04] "DELETE /security-group/56d0b9a8-1061-4138-b863-9ef881ca8e23 HTTP/1.1" 200 115 0.087248 10.0.0.141 - - [2026-01-08 02:07:04] "GET /projects?obj_uuids=7cb7a6ac-8bf0-40a5-a3cf-de84da3bffa1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000945 10.0.0.141 - - [2026-01-08 02:07:04] "DELETE /security-group/01f16b5b-9699-49e6-beff-7e51a73373a7 HTTP/1.1" 200 115 0.091159 10.0.0.141 - - [2026-01-08 02:07:04] "DELETE /security-group/e0481990-45da-406b-b3a4-6ed91eed600b HTTP/1.1" 200 115 0.095890 10.0.0.141 - - [2026-01-08 02:07:04] "GET /projects?obj_uuids=42569ead-b024-46f7-b3e8-c148c6cb9565&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000970 10.0.0.141 - - [2026-01-08 02:07:04] "DELETE /security-group/f1ec00f9-b38c-445a-b26c-0b284fa65097 HTTP/1.1" 200 115 0.095391 10.0.0.141 - - [2026-01-08 02:07:04] "GET /projects?obj_uuids=5eb32715-0267-49b7-842f-ef814f6eeb80&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000951 10.0.0.141 - - [2026-01-08 02:07:04] "GET /api-access-list/f99a598d-d95e-4a0b-872a-de49b2fc934e HTTP/1.1" 200 1462 0.005560 10.0.0.141 - - [2026-01-08 02:07:04] "DELETE /security-group/1d09800d-d02f-4b3d-ac1b-13fb4188c9d5 HTTP/1.1" 200 115 0.108774 10.0.0.141 - - [2026-01-08 02:07:04] "GET /projects?obj_uuids=b119677c-3396-44e1-bf83-73c0f7bc0015&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000972 10.0.0.141 - - [2026-01-08 02:07:04] "GET /project/7cb7a6ac-8bf0-40a5-a3cf-de84da3bffa1?fields=application_policy_sets HTTP/1.1" 200 1402 0.056468 10.0.0.141 - - [2026-01-08 02:07:04] "GET /projects?obj_uuids=02619085-7057-4bf7-bb1a-72f4b24b66b6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001451 10.0.0.141 - - [2026-01-08 02:07:04] "DELETE /access-control-list/85b67d11-0c3a-4414-9afb-855834ee704e HTTP/1.1" 200 115 0.072989 10.0.0.141 - - [2026-01-08 02:07:04] "GET /project/5eb32715-0267-49b7-842f-ef814f6eeb80?fields=application_policy_sets HTTP/1.1" 200 1386 0.075340 10.0.0.141 - - [2026-01-08 02:07:04] "GET /virtual-network/a8bcf6cd-3d37-4210-88fd-016fdb031cc1 HTTP/1.1" 200 2318 0.057956 10.0.0.141 - - [2026-01-08 02:07:04] "GET /project/b119677c-3396-44e1-bf83-73c0f7bc0015?fields=application_policy_sets HTTP/1.1" 200 1403 0.070487 10.0.0.141 - - [2026-01-08 02:07:04] "POST /fqname-to-id HTTP/1.1" 401 293 0.000326 10.0.0.141 - - [2026-01-08 02:07:04] "GET /project/42569ead-b024-46f7-b3e8-c148c6cb9565?fields=application_policy_sets HTTP/1.1" 200 1387 0.116636 10.0.0.141 - - [2026-01-08 02:07:04] "DELETE /access-control-list/3ebd1c8b-8402-479c-8d39-2f094389a55e HTTP/1.1" 200 115 0.068153 10.0.0.141 - - [2026-01-08 02:07:04] "GET /project/02619085-7057-4bf7-bb1a-72f4b24b66b6?fields=application_policy_sets HTTP/1.1" 200 1386 0.106482 10.0.0.141 - - [2026-01-08 02:07:04] "DELETE /access-control-list/04965f0c-eff8-49c6-8c06-449671b77045 HTTP/1.1" 200 115 0.042597 10.0.0.141 - - [2026-01-08 02:07:04] "DELETE /access-control-list/227f0e65-e59d-4e46-a9ad-6ba23de07e5f HTTP/1.1" 200 115 0.045964 10.0.0.141 - - [2026-01-08 02:07:04] "DELETE /project/7cb7a6ac-8bf0-40a5-a3cf-de84da3bffa1 HTTP/1.1" 200 115 0.589215 10.0.0.141 - - [2026-01-08 02:07:04] "DELETE /access-control-list/1e023cfe-0c83-4468-bccc-c88a5c9aff0e HTTP/1.1" 200 115 0.054162 10.0.0.141 - - [2026-01-08 02:07:04] "DELETE /project/b119677c-3396-44e1-bf83-73c0f7bc0015 HTTP/1.1" 200 115 0.616644 10.0.0.141 - - [2026-01-08 02:07:04] "DELETE /project/5eb32715-0267-49b7-842f-ef814f6eeb80 HTTP/1.1" 200 115 0.609630 10.0.0.141 - - [2026-01-08 02:07:04] "DELETE /project/42569ead-b024-46f7-b3e8-c148c6cb9565 HTTP/1.1" 200 115 0.622342 10.0.0.141 - - [2026-01-08 02:07:04] "DELETE /access-control-list/70a9deae-ec15-4599-832c-d69c30e16f89 HTTP/1.1" 200 115 0.025090 10.0.0.141 - - [2026-01-08 02:07:04] "DELETE /project/02619085-7057-4bf7-bb1a-72f4b24b66b6 HTTP/1.1" 200 115 0.629617 10.0.0.141 - - [2026-01-08 02:07:04] "DELETE /access-control-list/734e5e6d-8d09-4784-b80b-b78e842d34e0 HTTP/1.1" 200 115 0.017378 10.0.0.141 - - [2026-01-08 02:07:04] "DELETE /access-control-list/9d785de0-87a7-4628-9852-b6a8fa8443db HTTP/1.1" 200 115 0.015735 10.0.0.141 - - [2026-01-08 02:07:04] "DELETE /access-control-list/659dc2d6-10f6-4275-809e-667c104e0335 HTTP/1.1" 200 115 0.014556 10.0.0.141 - - [2026-01-08 02:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.033687 10.0.0.141 - - [2026-01-08 02:07:04] "GET /projects?obj_uuids=82b6d73d-7a52-4a68-bfff-7c966657e6e4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000956 10.0.0.141 - - [2026-01-08 02:07:04] "GET /project/82b6d73d-7a52-4a68-bfff-7c966657e6e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.028786 10.0.0.141 - - [2026-01-08 02:07:04] "GET /virtual-networks?parent_id=82b6d73d-7a52-4a68-bfff-7c966657e6e4&detail=False&count=False&shared=False HTTP/1.1" 200 372 0.012609 10.0.0.141 - - [2026-01-08 02:07:05] "POST /virtual-networks HTTP/1.1" 403 263 0.007226 10.0.0.141 - - [2026-01-08 02:07:05] "GET /service-template/61c6067b-7bfd-4212-95f2-a1d248d49849 HTTP/1.1" 403 264 0.007816 10.0.0.141 - - [2026-01-08 02:07:05] "GET /service-template/61c6067b-7bfd-4212-95f2-a1d248d49849 HTTP/1.1" 403 264 0.029972 10.0.0.141 - - [2026-01-08 02:07:05] "GET /obj-perms HTTP/1.1" 403 257 0.008036 10.0.0.141 - - [2026-01-08 02:07:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002569 10.0.0.141 - - [2026-01-08 02:07:05] "GET /virtual-network/a8bcf6cd-3d37-4210-88fd-016fdb031cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.012535 10.0.0.141 - - [2026-01-08 02:07:05] "GET /obj-perms HTTP/1.1" 403 257 0.007734 10.0.0.141 - - [2026-01-08 02:07:05] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.015377 10.0.0.141 - - [2026-01-08 02:07:05] "GET /api-access-list/020b4791-769f-4532-814b-986ff178ed22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.003019 10.0.0.141 - - [2026-01-08 02:07:05] "PUT /api-access-list/020b4791-769f-4532-814b-986ff178ed22 HTTP/1.1" 200 265 0.006721 10.0.0.141 - - [2026-01-08 02:07:05] "GET /api-access-list/020b4791-769f-4532-814b-986ff178ed22 HTTP/1.1" 200 1428 0.003059 10.0.0.141 - - [2026-01-08 02:07:05] "GET /service-template/61c6067b-7bfd-4212-95f2-a1d248d49849 HTTP/1.1" 200 1855 0.010413 10.0.0.141 - - [2026-01-08 02:07:05] "POST /fqname-to-id HTTP/1.1" 404 197 0.007287 10.0.0.141 - - [2026-01-08 02:07:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.008051 10.0.0.141 - - [2026-01-08 02:07:05] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001117 10.0.0.141 - - [2026-01-08 02:07:05] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.013968 10.0.0.141 - - [2026-01-08 02:07:05] "POST /service-templates HTTP/1.1" 403 264 0.007464 10.0.0.141 - - [2026-01-08 02:07:05] "GET /api-access-list/f99a598d-d95e-4a0b-872a-de49b2fc934e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.002617 10.0.0.141 - - [2026-01-08 02:07:05] "PUT /api-access-list/f99a598d-d95e-4a0b-872a-de49b2fc934e HTTP/1.1" 200 265 0.006878 10.0.0.141 - - [2026-01-08 02:07:05] "GET /api-access-list/f99a598d-d95e-4a0b-872a-de49b2fc934e HTTP/1.1" 200 1325 0.003033 10.0.0.141 - - [2026-01-08 02:07:05] "GET /api-access-list/020b4791-769f-4532-814b-986ff178ed22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.002435 10.0.0.141 - - [2026-01-08 02:07:06] "PUT /api-access-list/020b4791-769f-4532-814b-986ff178ed22 HTTP/1.1" 200 265 0.007666 10.0.0.141 - - [2026-01-08 02:07:06] "GET /api-access-list/020b4791-769f-4532-814b-986ff178ed22 HTTP/1.1" 200 1290 0.004745 10.0.0.141 - - [2026-01-08 02:07:06] "GET /virtual-network/a8bcf6cd-3d37-4210-88fd-016fdb031cc1 HTTP/1.1" 403 263 0.008517 10.0.0.141 - - [2026-01-08 02:07:06] "GET /virtual-network/a8bcf6cd-3d37-4210-88fd-016fdb031cc1 HTTP/1.1" 403 263 0.035171 10.0.0.141 - - [2026-01-08 02:07:06] "GET /service-template/61c6067b-7bfd-4212-95f2-a1d248d49849 HTTP/1.1" 403 264 0.006710 10.0.0.141 - - [2026-01-08 02:07:06] "GET /service-template/61c6067b-7bfd-4212-95f2-a1d248d49849 HTTP/1.1" 403 264 0.032499 10.0.0.141 - - [2026-01-08 02:07:06] "GET /obj-perms HTTP/1.1" 403 257 0.007942 10.0.0.141 - - [2026-01-08 02:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002417 10.0.0.141 - - [2026-01-08 02:07:06] "GET /virtual-network/a8bcf6cd-3d37-4210-88fd-016fdb031cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008925 10.0.0.141 - - [2026-01-08 02:07:07] "GET /obj-perms HTTP/1.1" 403 257 0.037705 10.0.0.141 - - [2026-01-08 02:07:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002027 10.0.0.141 - - [2026-01-08 02:07:07] "GET /virtual-network/a8bcf6cd-3d37-4210-88fd-016fdb031cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.009107 10.0.0.141 - - [2026-01-08 02:07:07] "GET /obj-perms HTTP/1.1" 403 257 0.008991 10.0.0.141 - - [2026-01-08 02:07:07] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.009695 10.0.0.141 - - [2026-01-08 02:07:07] "GET /api-access-list/4809b146-6694-4385-9775-dfc041d7b72d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.004178 10.0.0.141 - - [2026-01-08 02:07:07] "PUT /api-access-list/4809b146-6694-4385-9775-dfc041d7b72d HTTP/1.1" 200 265 0.007418 10.0.0.141 - - [2026-01-08 02:07:07] "GET /service-template/61c6067b-7bfd-4212-95f2-a1d248d49849 HTTP/1.1" 200 1855 0.010205 10.0.0.141 - - [2026-01-08 02:07:07] "GET /virtual-network/a8bcf6cd-3d37-4210-88fd-016fdb031cc1 HTTP/1.1" 200 2318 0.014428 10.0.0.141 - - [2026-01-08 02:07:07] "GET /obj-perms HTTP/1.1" 403 257 0.008230 10.0.0.141 - - [2026-01-08 02:07:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002215 10.0.0.141 - - [2026-01-08 02:07:07] "GET /virtual-network/a8bcf6cd-3d37-4210-88fd-016fdb031cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.014914 10.0.0.141 - - [2026-01-08 02:07:07] "GET /obj-perms HTTP/1.1" 403 257 0.008852 10.0.0.141 - - [2026-01-08 02:07:07] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.016222 10.0.0.141 - - [2026-01-08 02:07:07] "DELETE /api-access-list/f99a598d-d95e-4a0b-872a-de49b2fc934e HTTP/1.1" 200 115 0.021277 10.0.0.141 - - [2026-01-08 02:07:07] "GET /api-access-list/f99a598d-d95e-4a0b-872a-de49b2fc934e HTTP/1.1" 404 171 0.001734 10.0.0.141 - - [2026-01-08 02:07:07] "DELETE /api-access-list/020b4791-769f-4532-814b-986ff178ed22 HTTP/1.1" 200 115 0.015296 10.0.0.141 - - [2026-01-08 02:07:07] "GET /api-access-list/020b4791-769f-4532-814b-986ff178ed22 HTTP/1.1" 404 171 0.002179 10.0.0.141 - - [2026-01-08 02:07:07] "GET /virtual-network/a8bcf6cd-3d37-4210-88fd-016fdb031cc1 HTTP/1.1" 401 293 0.000466 10.0.0.141 - - [2026-01-08 02:07:08] "GET /virtual-network/a8bcf6cd-3d37-4210-88fd-016fdb031cc1 HTTP/1.1" 403 263 0.032394 10.0.0.141 - - [2026-01-08 02:07:08] "GET /service-template/61c6067b-7bfd-4212-95f2-a1d248d49849 HTTP/1.1" 403 264 0.005032 10.0.0.141 - - [2026-01-08 02:07:08] "GET /service-template/61c6067b-7bfd-4212-95f2-a1d248d49849 HTTP/1.1" 403 264 0.031039 10.0.0.141 - - [2026-01-08 02:07:08] "GET /obj-perms HTTP/1.1" 403 257 0.029725 10.0.0.141 - - [2026-01-08 02:07:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.001876 10.0.0.141 - - [2026-01-08 02:07:08] "GET /virtual-network/a8bcf6cd-3d37-4210-88fd-016fdb031cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.009244 10.0.0.141 - - [2026-01-08 02:07:08] "GET /obj-perms HTTP/1.1" 403 257 0.007841 10.0.0.141 - - [2026-01-08 02:07:08] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008164 10.0.0.141 - - [2026-01-08 02:07:08] "GET /api-access-list/4809b146-6694-4385-9775-dfc041d7b72d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2687 0.003099 10.0.0.141 - - [2026-01-08 02:07:08] "PUT /api-access-list/4809b146-6694-4385-9775-dfc041d7b72d HTTP/1.1" 200 265 0.007630 10.0.0.141 - - [2026-01-08 02:07:09] "GET /virtual-network/a8bcf6cd-3d37-4210-88fd-016fdb031cc1 HTTP/1.1" 200 2318 0.012378 10.0.0.141 - - [2026-01-08 02:07:09] "GET /service-template/61c6067b-7bfd-4212-95f2-a1d248d49849 HTTP/1.1" 200 1855 0.008017 10.0.0.141 - - [2026-01-08 02:07:09] "GET /obj-perms HTTP/1.1" 403 257 0.006736 10.0.0.141 - - [2026-01-08 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.007577 10.0.0.141 - - [2026-01-08 02:07:09] "GET /virtual-network/a8bcf6cd-3d37-4210-88fd-016fdb031cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.011836 10.0.0.141 - - [2026-01-08 02:07:09] "GET /obj-perms HTTP/1.1" 403 257 0.006523 10.0.0.141 - - [2026-01-08 02:07:09] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.013749 10.0.0.141 - - [2026-01-08 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.009469 10.0.0.141 - - [2026-01-08 02:07:09] "DELETE /service-template/61c6067b-7bfd-4212-95f2-a1d248d49849 HTTP/1.1" 200 115 0.019481 10.0.0.141 - - [2026-01-08 02:07:09] "POST /fqname-to-id HTTP/1.1" 404 197 0.009071 10.0.0.141 - - [2026-01-08 02:07:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002671 10.0.0.141 - - [2026-01-08 02:07:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002216 10.0.0.141 - - [2026-01-08 02:07:09] "DELETE /virtual-network/a8bcf6cd-3d37-4210-88fd-016fdb031cc1 HTTP/1.1" 200 115 0.058902 10.0.0.141 - - [2026-01-08 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002107 10.0.0.141 - - [2026-01-08 02:07:09] "DELETE /route-target/686045f4-35dd-49bb-8885-10c5efa9fb83 HTTP/1.1" 200 115 0.015053 10.0.0.141 - - [2026-01-08 02:07:09] "GET /api-access-list/4809b146-6694-4385-9775-dfc041d7b72d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.003103 10.0.0.141 - - [2026-01-08 02:07:09] "PUT /api-access-list/4809b146-6694-4385-9775-dfc041d7b72d HTTP/1.1" 200 265 0.008239 10.0.0.141 - - [2026-01-08 02:07:09] "GET /api-access-list/4809b146-6694-4385-9775-dfc041d7b72d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.003377 10.0.0.141 - - [2026-01-08 02:07:09] "PUT /api-access-list/4809b146-6694-4385-9775-dfc041d7b72d HTTP/1.1" 200 265 0.008242 10.0.0.141 - - [2026-01-08 02:07:10] "GET /api-access-list/4809b146-6694-4385-9775-dfc041d7b72d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.003497 10.0.0.141 - - [2026-01-08 02:07:10] "PUT /api-access-list/4809b146-6694-4385-9775-dfc041d7b72d HTTP/1.1" 200 265 0.006843 10.0.0.141 - - [2026-01-08 02:07:10] "GET /projects?obj_uuids=82b6d73d-7a52-4a68-bfff-7c966657e6e4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.051959 10.0.0.141 - - [2026-01-08 02:07:10] "GET /project/82b6d73d-7a52-4a68-bfff-7c966657e6e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.075242 10.0.0.141 - - [2026-01-08 02:07:10] "GET /projects?obj_uuids=82b6d73d-7a52-4a68-bfff-7c966657e6e4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000822 10.0.0.141 - - [2026-01-08 02:07:10] "GET /project/82b6d73d-7a52-4a68-bfff-7c966657e6e4?fields=virtual_networks HTTP/1.1" 200 1034 0.061920 10.0.0.141 - - [2026-01-08 02:07:10] "GET /projects?obj_uuids=82b6d73d-7a52-4a68-bfff-7c966657e6e4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000921 10.0.0.141 - - [2026-01-08 02:07:10] "GET /project/82b6d73d-7a52-4a68-bfff-7c966657e6e4?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.024434 10.0.0.141 - - [2026-01-08 02:07:10] "GET /projects?obj_uuids=82b6d73d-7a52-4a68-bfff-7c966657e6e4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000946 10.0.0.141 - - [2026-01-08 02:07:10] "GET /project/82b6d73d-7a52-4a68-bfff-7c966657e6e4?fields=security_groups HTTP/1.1" 200 1261 0.022810 10.0.0.141 - - [2026-01-08 02:07:11] "GET /projects?obj_uuids=309fdaee-6518-4625-9d2e-cb0ff777d481&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000919 10.0.0.141 - - [2026-01-08 02:07:11] "GET /project/309fdaee-6518-4625-9d2e-cb0ff777d481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.024690 [Introspect:8084]10.0.0.141 - - [2026-01-08 02:07:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000993 10.0.0.141 - - [2026-01-08 02:07:11] "GET /obj-perms HTTP/1.1" 200 5075 0.052970 10.0.0.141 - - [2026-01-08 02:07:12] "GET /obj-perms HTTP/1.1" 200 5075 0.076623 10.0.0.141 - - [2026-01-08 02:07:12] "POST /fqname-to-id HTTP/1.1" 404 184 0.024775 10.0.0.141 - - [2026-01-08 02:07:12] "GET /projects?obj_uuids=3c699abf-5102-42fb-b6da-3470323ba481&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002395 10.0.0.141 - - [2026-01-08 02:07:12] "GET /domains?obj_uuids=ba8ec429-84d6-4ba4-87aa-0c6732a20d62&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000873 10.0.0.141 - - [2026-01-08 02:07:12] "GET /domain/ba8ec429-84d6-4ba4-87aa-0c6732a20d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006840 10.0.0.141 - - [2026-01-08 02:07:12] "POST /id-to-fqname HTTP/1.1" 200 186 0.001117 10.0.0.141 - - [2026-01-08 02:07:12] "POST /fqname-to-id HTTP/1.1" 404 195 0.003976 10.0.0.141 - - [2026-01-08 02:07:12] "POST /security-groups HTTP/1.1" 200 587 0.060102 10.0.0.141 - - [2026-01-08 02:07:12] "POST /fqname-to-id HTTP/1.1" 404 230 0.002783 10.0.0.141 - - [2026-01-08 02:07:12] "POST /projects HTTP/1.1" 200 577 0.203102 10.0.0.141 - - [2026-01-08 02:07:12] "POST /access-control-lists HTTP/1.1" 200 594 0.055149 10.0.0.141 - - [2026-01-08 02:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.271288 10.0.0.141 - - [2026-01-08 02:07:12] "POST /fqname-to-id HTTP/1.1" 404 229 0.002434 10.0.0.141 - - [2026-01-08 02:07:12] "GET /project/3c699abf-5102-42fb-b6da-3470323ba481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.390477 10.0.0.141 - - [2026-01-08 02:07:12] "POST /access-control-lists HTTP/1.1" 200 592 0.068405 10.0.0.141 - - [2026-01-08 02:07:13] "GET / HTTP/1.1" 200 36215 0.003245 10.0.0.141 - - [2026-01-08 02:07:14] "GET /projects?obj_uuids=3c699abf-5102-42fb-b6da-3470323ba481&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000956 10.0.0.141 - - [2026-01-08 02:07:14] "GET /project/3c699abf-5102-42fb-b6da-3470323ba481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.024459 10.0.0.141 - - [2026-01-08 02:07:14] "GET /projects?obj_uuids=3c699abf-5102-42fb-b6da-3470323ba481&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001105 10.0.0.141 - - [2026-01-08 02:07:14] "GET /project/3c699abf-5102-42fb-b6da-3470323ba481?fields=virtual_networks HTTP/1.1" 200 1026 0.064385 10.0.0.141 - - [2026-01-08 02:07:14] "GET /projects?obj_uuids=3c699abf-5102-42fb-b6da-3470323ba481&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000941 10.0.0.141 - - [2026-01-08 02:07:14] "GET /project/3c699abf-5102-42fb-b6da-3470323ba481?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.024136 10.0.0.141 - - [2026-01-08 02:07:14] "GET /projects?obj_uuids=3c699abf-5102-42fb-b6da-3470323ba481&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000967 10.0.0.141 - - [2026-01-08 02:07:14] "GET /project/3c699abf-5102-42fb-b6da-3470323ba481?fields=security_groups HTTP/1.1" 200 1249 0.024056 10.0.0.141 - - [2026-01-08 02:07:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000517 10.0.0.141 - - [2026-01-08 02:07:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000370 10.0.0.141 - - [2026-01-08 02:07:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000377 10.0.0.141 - - [2026-01-08 02:07:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000458 [Introspect:8084]10.0.0.141 - - [2026-01-08 02:08:01] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000845 [Introspect:8084]10.0.0.141 - - [2026-01-08 02:08:01] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000844 10.0.0.141 - - [2026-01-08 02:08:04] "DELETE /project/3c699abf510242fbb6da3470323ba481 HTTP/1.1" 404 173 0.034087 10.0.0.141 - - [2026-01-08 02:08:04] "GET /projects?obj_uuids=3c699abf-5102-42fb-b6da-3470323ba481&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000850 10.0.0.141 - - [2026-01-08 02:08:04] "GET /projects?obj_uuids=82b6d73d-7a52-4a68-bfff-7c966657e6e4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001484 10.0.0.141 - - [2026-01-08 02:08:04] "GET /project/3c699abf-5102-42fb-b6da-3470323ba481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.035109 10.0.0.141 - - [2026-01-08 02:08:04] "GET /projects?obj_uuids=3c699abf-5102-42fb-b6da-3470323ba481&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001069 10.0.0.141 - - [2026-01-08 02:08:04] "GET /project/82b6d73d-7a52-4a68-bfff-7c966657e6e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.039496 10.0.0.141 - - [2026-01-08 02:08:05] "GET /projects?obj_uuids=82b6d73d-7a52-4a68-bfff-7c966657e6e4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001486 10.0.0.141 - - [2026-01-08 02:08:05] "GET /project/3c699abf-5102-42fb-b6da-3470323ba481?fields=security_groups HTTP/1.1" 200 1351 0.074991 10.0.0.141 - - [2026-01-08 02:08:05] "GET /project/82b6d73d-7a52-4a68-bfff-7c966657e6e4?fields=security_groups HTTP/1.1" 200 1363 0.068543 10.0.0.141 - - [2026-01-08 02:08:05] "DELETE /security-group/5fc349f8-c579-4901-806b-76efbc4df90c HTTP/1.1" 200 115 0.037925 10.0.0.141 - - [2026-01-08 02:08:05] "GET /projects?obj_uuids=3c699abf-5102-42fb-b6da-3470323ba481&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000903 10.0.0.141 - - [2026-01-08 02:08:05] "GET /project/3c699abf-5102-42fb-b6da-3470323ba481?fields=application_policy_sets HTTP/1.1" 200 1390 0.033037 10.0.0.141 - - [2026-01-08 02:08:05] "DELETE /access-control-list/3e7ad68d-3069-4638-9c88-98e69ac88e6c HTTP/1.1" 200 115 0.067291 10.0.0.141 - - [2026-01-08 02:08:05] "DELETE /security-group/dfd11f3c-0dda-4f42-a23f-9c42f777f1af HTTP/1.1" 200 115 0.059650 10.0.0.141 - - [2026-01-08 02:08:05] "GET /projects?obj_uuids=82b6d73d-7a52-4a68-bfff-7c966657e6e4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000941 10.0.0.141 - - [2026-01-08 02:08:05] "DELETE /access-control-list/69492510-fdca-44b9-a996-ff2b90ed2c79 HTTP/1.1" 200 115 0.034827 10.0.0.141 - - [2026-01-08 02:08:05] "DELETE /access-control-list/132440d2-403d-4eb9-8daf-7f1586850ac8 HTTP/1.1" 200 115 0.028572 10.0.0.141 - - [2026-01-08 02:08:05] "GET /project/82b6d73d-7a52-4a68-bfff-7c966657e6e4?fields=application_policy_sets HTTP/1.1" 200 1402 0.070472 10.0.0.141 - - [2026-01-08 02:08:05] "DELETE /access-control-list/018a50ed-6f45-45e7-a773-1351d680be70 HTTP/1.1" 200 115 0.036843 10.0.0.141 - - [2026-01-08 02:08:05] "DELETE /project/3c699abf-5102-42fb-b6da-3470323ba481 HTTP/1.1" 200 115 0.422045 10.0.0.141 - - [2026-01-08 02:08:05] "DELETE /project/82b6d73d-7a52-4a68-bfff-7c966657e6e4 HTTP/1.1" 200 115 0.504874