+++ date ++ echo 'INFO: =================== Mon Mar 2 01:52:13 AM UTC 2026 ===================' INFO: =================== Mon Mar 2 01:52:13 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 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.17 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.17 ++ 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 +++ cut -d ' ' -f 1 +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.141 +++ local servers=10.0.0.141 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq ++++ cat /proc/net/fib_trie +++ local local_ips=,10.0.0.141,10.20.0.17,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.17,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__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 03/02/2026 01:52:22.046 7fe141a334c0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 03/02/2026 01:52:22.185 7fe141a334c0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 03/02/2026 01:52:22.197 7fe141a334c0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 03/02/2026 01:52:22.197 7fe141a334c0 [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-03-02 01:52:25] "GET / HTTP/1.1" 503 181 0.000235 10.0.0.141 - - [2026-03-02 01:52:25] "GET / HTTP/1.1" 503 181 0.000153 10.0.0.141 - - [2026-03-02 01:52:26] "GET / HTTP/1.1" 200 45871 0.001571 10.0.0.141 - - [2026-03-02 01:52:26] "GET / HTTP/1.1" 200 45871 0.001193 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-03-02 01:52:26] "POST /fqname-to-id HTTP/1.1" 401 293 0.000603 10.0.0.141 - - [2026-03-02 01:52:26] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000413 10.0.0.141 - - [2026-03-02 01:52:27] "GET / HTTP/1.1" 200 36215 0.002084 10.0.0.141 - - [2026-03-02 01:52:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.627064 10.0.0.141 - - [2026-03-02 01:52:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004531 10.0.0.141 - - [2026-03-02 01:52:27] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.356873 10.0.0.141 - - [2026-03-02 01:52:27] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002563 /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-03-02 01:52:28] "GET / HTTP/1.1" 200 36215 0.001310 10.0.0.141 - - [2026-03-02 01:52:28] "POST /fqname-to-id HTTP/1.1" 401 293 0.000418 10.0.0.141 - - [2026-03-02 01:52:28] "GET / HTTP/1.1" 200 36215 0.001869 10.0.0.141 - - [2026-03-02 01:52:28] "GET / HTTP/1.1" 200 36215 0.001261 10.0.0.141 - - [2026-03-02 01:52:28] "POST /fqname-to-id HTTP/1.1" 401 293 0.000486 10.0.0.141 - - [2026-03-02 01:52:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.033840 10.0.0.141 - - [2026-03-02 01:52:28] "GET /global-system-config/db82e484-ca66-46a4-8cde-8f9d15f0138a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.008087 10.0.0.141 - - [2026-03-02 01:52:28] "POST /fqname-to-id HTTP/1.1" 404 220 0.003093 10.0.0.141 - - [2026-03-02 01:52:28] "POST /config-nodes HTTP/1.1" 200 601 0.026034 10.0.0.141 - - [2026-03-02 01:52:28] "POST /fqname-to-id HTTP/1.1" 404 186 0.039315 10.0.0.141 - - [2026-03-02 01:52:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002835 10.0.0.141 - - [2026-03-02 01:52:28] "GET /global-system-config/db82e484-ca66-46a4-8cde-8f9d15f0138a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.008081 10.0.0.141 - - [2026-03-02 01:52:28] "GET / HTTP/1.1" 200 36215 0.001530 10.0.0.141 - - [2026-03-02 01:52:28] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000348 10.0.0.141 - - [2026-03-02 01:52:29] "POST /service-appliance-sets HTTP/1.1" 200 555 0.024410 10.0.0.141 - - [2026-03-02 01:52:29] "POST /fqname-to-id HTTP/1.1" 404 180 0.002997 10.0.0.141 - - [2026-03-02 01:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.141 - - [2026-03-02 01:52:29] "GET /global-system-config/db82e484-ca66-46a4-8cde-8f9d15f0138a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.014292 10.0.0.141 - - [2026-03-02 01:52:29] "POST /fqname-to-id HTTP/1.1" 401 293 0.000390 10.0.0.141 - - [2026-03-02 01:52:29] "POST /service-appliance-sets HTTP/1.1" 200 543 0.045436 10.0.0.141 - - [2026-03-02 01:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.141 - - [2026-03-02 01:52:29] "GET /network-ipam/066aaf59-83a1-416a-a655-3462d16aef5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.004633 10.0.0.141 - - [2026-03-02 01:52:29] "POST /service-templates HTTP/1.1" 200 513 0.024065 10.0.0.141 - - [2026-03-02 01:52:29] "POST /service-templates HTTP/1.1" 200 503 0.023328 10.0.0.141 - - [2026-03-02 01:52:29] "POST /service-templates HTTP/1.1" 200 517 0.023953 10.0.0.141 - - [2026-03-02 01:52:29] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.323869 10.0.0.141 - - [2026-03-02 01:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.054313 10.0.0.141 - - [2026-03-02 01:52:29] "GET /network-ipam/066aaf59-83a1-416a-a655-3462d16aef5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.007241 10.0.0.141 - - [2026-03-02 01:52:29] "POST /service-templates HTTP/1.1" 200 537 0.050810 10.0.0.141 - - [2026-03-02 01:52:29] "POST /service-templates HTTP/1.1" 200 509 0.036915 10.0.0.141 - - [2026-03-02 01:52:30] "POST /fqname-to-id HTTP/1.1" 404 225 0.003476 10.0.0.141 - - [2026-03-02 01:52:30] "POST /access-control-lists HTTP/1.1" 200 589 0.021337 10.0.0.141 - - [2026-03-02 01:52:30] "POST /fqname-to-id HTTP/1.1" 404 224 0.002569 10.0.0.141 - - [2026-03-02 01:52:30] "POST /access-control-lists HTTP/1.1" 200 587 0.020172 10.0.0.141 - - [2026-03-02 01:52:30] "POST /route-targets HTTP/1.1" 200 328 0.018020 10.0.0.141 - - [2026-03-02 01:52:30] "POST /ref-update HTTP/1.1" 200 156 0.009880 10.0.0.141 - - [2026-03-02 01:52:30] "POST /route-targets HTTP/1.1" 200 328 0.012250 10.0.0.141 - - [2026-03-02 01:52:30] "POST /ref-update HTTP/1.1" 200 156 0.010423 10.0.0.141 - - [2026-03-02 01:52:30] "POST /route-targets HTTP/1.1" 200 328 0.009531 10.0.0.141 - - [2026-03-02 01:52:30] "POST /ref-update HTTP/1.1" 200 156 0.011791 10.0.0.141 - - [2026-03-02 01:52:30] "POST /route-targets HTTP/1.1" 200 328 0.009753 10.0.0.141 - - [2026-03-02 01:52:30] "POST /ref-update HTTP/1.1" 200 156 0.008675 10.0.0.141 - - [2026-03-02 01:52:30] "POST /fqname-to-id HTTP/1.1" 404 201 0.002762 10.0.0.141 - - [2026-03-02 01:52:31] "POST /access-control-lists HTTP/1.1" 200 553 0.065870 10.0.0.141 - - [2026-03-02 01:52:31] "PUT /access-control-list/899b7002-47f5-4829-b57a-6bb1b6449606 HTTP/1.1" 200 273 0.009256 10.0.0.141 - - [2026-03-02 01:52:31] "PUT /access-control-list/19d81b07-9ef3-4e01-a927-785db753ef27 HTTP/1.1" 200 273 0.011859 10.0.0.141 - - [2026-03-02 01:52:31] "GET / HTTP/1.1" 200 36215 0.001401 10.0.0.141 - - [2026-03-02 01:52:31] "POST /fqname-to-id HTTP/1.1" 401 293 0.000365 10.0.0.141 - - [2026-03-02 01:52:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.033357 10.0.0.141 - - [2026-03-02 01:52:31] "GET /global-system-config/db82e484-ca66-46a4-8cde-8f9d15f0138a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.006472 10.0.0.141 - - [2026-03-02 01:52:31] "POST /fqname-to-id HTTP/1.1" 404 220 0.002993 10.0.0.141 - - [2026-03-02 01:52:31] "POST /config-database-nodes HTTP/1.1" 200 619 0.017613 10.0.0.141 - - [2026-03-02 01:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.141 - - [2026-03-02 01:52:34] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1217 0.004204 10.0.0.141 - - [2026-03-02 01:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.141 - - [2026-03-02 01:52:34] "PUT /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb HTTP/1.1" 200 277 0.009704 10.0.0.141 - - [2026-03-02 01:52:35] "GET / HTTP/1.1" 200 36215 0.001682 10.0.0.141 - - [2026-03-02 01:52:35] "POST /alarms HTTP/1.1" 401 293 0.000491 10.0.0.141 - - [2026-03-02 01:52:35] "POST /alarms HTTP/1.1" 200 583 0.039420 10.0.0.141 - - [2026-03-02 01:52:35] "POST /alarms HTTP/1.1" 200 577 0.016982 10.0.0.141 - - [2026-03-02 01:52:35] "POST /alarms HTTP/1.1" 200 577 0.018408 10.0.0.141 - - [2026-03-02 01:52:35] "POST /alarms HTTP/1.1" 200 561 0.017406 10.0.0.141 - - [2026-03-02 01:52:35] "POST /alarms HTTP/1.1" 200 557 0.015820 10.0.0.141 - - [2026-03-02 01:52:35] "POST /alarms HTTP/1.1" 200 559 0.017064 10.0.0.141 - - [2026-03-02 01:52:35] "POST /alarms HTTP/1.1" 200 567 0.017315 10.0.0.141 - - [2026-03-02 01:52:35] "POST /alarms HTTP/1.1" 200 551 0.017100 10.0.0.141 - - [2026-03-02 01:52:35] "POST /alarms HTTP/1.1" 200 559 0.018240 10.0.0.141 - - [2026-03-02 01:52:35] "POST /alarms HTTP/1.1" 200 569 0.019219 10.0.0.141 - - [2026-03-02 01:52:35] "POST /alarms HTTP/1.1" 200 557 0.024942 10.0.0.141 - - [2026-03-02 01:52:36] "POST /alarms HTTP/1.1" 200 569 0.018743 10.0.0.141 - - [2026-03-02 01:52:36] "POST /alarms HTTP/1.1" 200 577 0.061980 10.0.0.141 - - [2026-03-02 01:52:36] "POST /alarms HTTP/1.1" 200 571 0.017704 10.0.0.141 - - [2026-03-02 01:52:36] "POST /alarms HTTP/1.1" 200 563 0.017876 10.0.0.141 - - [2026-03-02 01:52:36] "POST /alarms HTTP/1.1" 200 563 0.082422 10.0.0.141 - - [2026-03-02 01:52:36] "POST /alarms HTTP/1.1" 200 563 0.020634 10.0.0.141 - - [2026-03-02 01:52:36] "POST /alarms HTTP/1.1" 200 549 0.016722 10.0.0.141 - - [2026-03-02 01:52:36] "POST /alarms HTTP/1.1" 200 597 0.018306 10.0.0.141 - - [2026-03-02 01:52:36] "POST /alarms HTTP/1.1" 200 577 0.020849 10.0.0.141 - - [2026-03-02 01:52:36] "POST /alarms HTTP/1.1" 200 573 0.019155 10.0.0.141 - - [2026-03-02 01:52:36] "POST /alarms HTTP/1.1" 200 585 0.017297 10.0.0.141 - - [2026-03-02 01:52:36] "POST /alarms HTTP/1.1" 200 611 0.016450 10.0.0.141 - - [2026-03-02 01:52:37] "GET / HTTP/1.1" 200 36215 0.001554 10.0.0.141 - - [2026-03-02 01:52:37] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000383 10.0.0.141 - - [2026-03-02 01:52:37] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.024891 10.0.0.141 - - [2026-03-02 01:52:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002605 10.0.0.141 - - [2026-03-02 01:52:37] "PUT /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb HTTP/1.1" 200 277 0.009184 10.0.0.141 - - [2026-03-02 01:52:37] "GET / HTTP/1.1" 200 36215 0.001551 10.0.0.141 - - [2026-03-02 01:52:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.000413 10.0.0.141 - - [2026-03-02 01:52:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.027678 10.0.0.141 - - [2026-03-02 01:52:38] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003776 10.0.0.141 - - [2026-03-02 01:52:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.141 - - [2026-03-02 01:52:38] "PUT /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb HTTP/1.1" 200 277 0.018278 10.0.0.141 - - [2026-03-02 01:52:38] "GET / HTTP/1.1" 200 36215 0.002023 10.0.0.141 - - [2026-03-02 01:52:38] "POST /fqname-to-id HTTP/1.1" 401 293 0.000420 10.0.0.141 - - [2026-03-02 01:52:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.029197 10.0.0.141 - - [2026-03-02 01:52:38] "GET /global-system-config/db82e484-ca66-46a4-8cde-8f9d15f0138a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.005493 10.0.0.141 - - [2026-03-02 01:52:39] "PUT /global-system-config/db82e484-ca66-46a4-8cde-8f9d15f0138a HTTP/1.1" 200 275 0.014607 10.0.0.141 - - [2026-03-02 01:52:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000535 10.0.0.141 - - [2026-03-02 01:52:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000382 10.0.0.141 - - [2026-03-02 01:52:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000528 10.0.0.141 - - [2026-03-02 01:52:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000376 10.0.0.141 - - [2026-03-02 01:53:28] "GET / HTTP/1.1" 200 36215 0.001351 10.0.0.141 - - [2026-03-02 01:53:28] "POST /fqname-to-id HTTP/1.1" 401 293 0.000365 10.0.0.141 - - [2026-03-02 01:53:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.022864 10.0.0.141 - - [2026-03-02 01:53:28] "GET /routing-instance/61fc1886-3616-4bf5-b982-ed8a34c04f31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.003987 10.0.0.141 - - [2026-03-02 01:53:28] "POST /bgp-routers HTTP/1.1" 200 622 0.018062 10.0.0.141 - - [2026-03-02 01:53:28] "GET /bgp-router/cf59e18c-3987-4822-95de-11a29da93074?fields=global_system_config_back_refs HTTP/1.1" 200 1119 0.006339 10.0.0.141 - - [2026-03-02 01:53:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.141 - - [2026-03-02 01:53:29] "GET /global-system-config/db82e484-ca66-46a4-8cde-8f9d15f0138a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.006122 10.0.0.141 - - [2026-03-02 01:53:29] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003246 10.0.0.141 - - [2026-03-02 01:53:29] "POST /ref-update HTTP/1.1" 200 156 0.007887 10.0.0.141 - - [2026-03-02 01:53:54] "GET / HTTP/1.1" 200 36215 0.001294 10.0.0.141 - - [2026-03-02 01:53:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000383 10.0.0.141 - - [2026-03-02 01:53:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.032814 10.0.0.141 - - [2026-03-02 01:53:55] "GET /global-system-config/db82e484-ca66-46a4-8cde-8f9d15f0138a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.009031 10.0.0.141 - - [2026-03-02 01:53:55] "POST /fqname-to-id HTTP/1.1" 404 220 0.002740 10.0.0.141 - - [2026-03-02 01:53:55] "POST /database-nodes HTTP/1.1" 200 605 0.015857 10.0.0.141 - - [2026-03-02 01:54:24] "GET / HTTP/1.1" 200 36215 0.001839 10.0.0.141 - - [2026-03-02 01:54:24] "POST /fqname-to-id HTTP/1.1" 401 293 0.000448 10.0.0.141 - - [2026-03-02 01:54:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.025244 10.0.0.141 - - [2026-03-02 01:54:25] "GET /global-system-config/db82e484-ca66-46a4-8cde-8f9d15f0138a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.006294 10.0.0.141 - - [2026-03-02 01:54:25] "POST /fqname-to-id HTTP/1.1" 404 220 0.002939 10.0.0.141 - - [2026-03-02 01:54:25] "POST /analytics-nodes HTTP/1.1" 200 607 0.014787 10.0.0.141 - - [2026-03-02 01:54:30] "GET / HTTP/1.1" 200 36215 0.001358 10.0.0.141 - - [2026-03-02 01:54:40] "GET / HTTP/1.1" 200 36215 0.001374 10.0.0.141 - - [2026-03-02 01:54:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.000385 10.0.0.141 - - [2026-03-02 01:54:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.025901 10.0.0.141 - - [2026-03-02 01:54:41] "GET /global-system-config/db82e484-ca66-46a4-8cde-8f9d15f0138a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.006651 10.0.0.141 - - [2026-03-02 01:54:41] "POST /fqname-to-id HTTP/1.1" 404 220 0.002976 10.0.0.141 - - [2026-03-02 01:54:41] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.024227 10.0.0.141 - - [2026-03-02 01:54:55] "GET / HTTP/1.1" 200 36215 0.001648 10.0.0.141 - - [2026-03-02 01:54:55] "POST /fqname-to-id HTTP/1.1" 401 293 0.000402 10.0.0.141 - - [2026-03-02 01:54:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.026746 10.0.0.141 - - [2026-03-02 01:54:55] "GET /global-system-config/db82e484-ca66-46a4-8cde-8f9d15f0138a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.005829 10.0.0.141 - - [2026-03-02 01:54:55] "POST /fqname-to-id HTTP/1.1" 404 220 0.007598 10.0.0.141 - - [2026-03-02 01:54:55] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.016720 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-03-02 01:55:31] "GET /obj-perms HTTP/1.1" 200 5075 0.345096 10.0.0.141 - - [2026-03-02 01:55:31] "GET /obj-perms HTTP/1.1" 200 5075 0.047243 10.0.0.141 - - [2026-03-02 01:56:32] "GET /obj-perms HTTP/1.1" 200 5075 0.047223 10.0.0.141 - - [2026-03-02 01:56:32] "GET /obj-perms HTTP/1.1" 200 5075 0.049206 10.0.0.141 - - [2026-03-02 01:56:40] "GET / HTTP/1.1" 200 36215 0.001900 10.0.0.141 - - [2026-03-02 01:56:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.000370 10.0.0.141 - - [2026-03-02 01:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.024275 10.0.0.141 - - [2026-03-02 01:56:41] "GET /global-system-config/db82e484-ca66-46a4-8cde-8f9d15f0138a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.005637 10.0.0.141 - - [2026-03-02 01:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006212 10.0.0.141 - - [2026-03-02 01:56:41] "GET /routing-instance/61fc1886-3616-4bf5-b982-ed8a34c04f31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.006451 10.0.0.141 - - [2026-03-02 01:56:41] "PUT /global-system-config/db82e484-ca66-46a4-8cde-8f9d15f0138a HTTP/1.1" 200 275 0.017470 10.0.0.141 - - [2026-03-02 01:56:41] "POST /fqname-to-id HTTP/1.1" 404 218 0.002953 10.0.0.141 - - [2026-03-02 01:56:41] "POST /virtual-routers HTTP/1.1" 200 605 0.016512 10.0.0.141 - - [2026-03-02 01:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.141 - - [2026-03-02 01:56:41] "GET /virtual-router/0a882f3b-efb8-4a2e-817c-fcc2fda8010f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.004943 10.0.0.141 - - [2026-03-02 01:56:41] "POST /fqname-to-id HTTP/1.1" 404 231 0.002754 10.0.0.141 - - [2026-03-02 01:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.141 - - [2026-03-02 01:56:41] "GET /virtual-network/62ed6436-58b8-4789-a2bd-18ee5f2fbc6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.006693 10.0.0.141 - - [2026-03-02 01:56:41] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.065560 10.0.0.141 - - [2026-03-02 01:56:42] "PUT /access-control-list/1d1f434f-b12f-463c-93f6-1003115f2798 HTTP/1.1" 200 273 0.012347 [Introspect:8084]10.0.0.141 - - [2026-03-02 01:56:47] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000981 [Introspect:8084]10.0.0.141 - - [2026-03-02 01:56:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000869 [Introspect:8084]10.0.0.141 - - [2026-03-02 01:56:49] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000864 [Introspect:8084]10.0.0.141 - - [2026-03-02 01:56:49] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000939 10.0.0.141 - - [2026-03-02 01:57:32] "GET /obj-perms HTTP/1.1" 200 5075 0.049312 10.0.0.141 - - [2026-03-02 01:57:33] "GET /obj-perms HTTP/1.1" 200 5075 0.050223 10.0.0.141 - - [2026-03-02 01:57:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000446 10.0.0.141 - - [2026-03-02 01:57:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000434 10.0.0.141 - - [2026-03-02 01:57:50] "GET /global-system-configs HTTP/1.1" 401 293 0.001007 10.0.0.141 - - [2026-03-02 01:57:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000379 10.0.0.141 - - [2026-03-02 01:58:01] "GET / HTTP/1.1" 200 36215 0.001321 10.0.0.141 - - [2026-03-02 01:58:02] "GET /project/d7b1a13a-51ad-4751-a76d-e5acad186b1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000417 10.0.0.141 - - [2026-03-02 01:58:02] "GET /projects?obj_uuids=d7b1a13a-51ad-4751-a76d-e5acad186b1f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.021011 10.0.0.141 - - [2026-03-02 01:58:02] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001081 10.0.0.141 - - [2026-03-02 01:58:02] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.027058 10.0.0.141 - - [2026-03-02 01:58:02] "POST /id-to-fqname HTTP/1.1" 200 167 0.002004 10.0.0.141 - - [2026-03-02 01:58:02] "POST /fqname-to-id HTTP/1.1" 404 176 0.004661 10.0.0.141 - - [2026-03-02 01:58:02] "POST /security-groups HTTP/1.1" 200 568 0.060960 10.0.0.141 - - [2026-03-02 01:58:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.024261 10.0.0.141 - - [2026-03-02 01:58:02] "POST /projects HTTP/1.1" 200 539 0.214312 10.0.0.141 - - [2026-03-02 01:58:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.286032 10.0.0.141 - - [2026-03-02 01:58:02] "POST /access-control-lists HTTP/1.1" 200 575 0.061279 10.0.0.141 - - [2026-03-02 01:58:02] "POST /fqname-to-id HTTP/1.1" 404 206 0.001997 10.0.0.141 - - [2026-03-02 01:58:02] "GET /project/d7b1a13a-51ad-4751-a76d-e5acad186b1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.436938 10.0.0.141 - - [2026-03-02 01:58:03] "POST /access-control-lists HTTP/1.1" 200 573 0.061732 [Introspect:8084]10.0.0.141 - - [2026-03-02 01:58:03] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001117 10.0.0.141 - - [2026-03-02 01:58:03] "POST /fqname-to-id HTTP/1.1" 404 199 0.022037 10.0.0.141 - - [2026-03-02 01:58:03] "GET /projects?obj_uuids=e6f32436-4af5-40dc-8e52-233687b97caa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002277 10.0.0.141 - - [2026-03-02 01:58:03] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000869 10.0.0.141 - - [2026-03-02 01:58:03] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005995 10.0.0.141 - - [2026-03-02 01:58:03] "POST /id-to-fqname HTTP/1.1" 200 201 0.001354 10.0.0.141 - - [2026-03-02 01:58:03] "POST /fqname-to-id HTTP/1.1" 404 210 0.002753 10.0.0.141 - - [2026-03-02 01:58:04] "POST /security-groups HTTP/1.1" 200 602 0.060662 10.0.0.141 - - [2026-03-02 01:58:04] "POST /fqname-to-id HTTP/1.1" 404 245 0.002446 10.0.0.141 - - [2026-03-02 01:58:04] "POST /projects HTTP/1.1" 200 607 0.208181 10.0.0.141 - - [2026-03-02 01:58:04] "POST /access-control-lists HTTP/1.1" 200 609 0.058460 10.0.0.141 - - [2026-03-02 01:58:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.274317 10.0.0.141 - - [2026-03-02 01:58:04] "POST /fqname-to-id HTTP/1.1" 404 244 0.002716 10.0.0.141 - - [2026-03-02 01:58:04] "GET /project/e6f32436-4af5-40dc-8e52-233687b97caa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.389458 10.0.0.141 - - [2026-03-02 01:58:04] "POST /access-control-lists HTTP/1.1" 200 607 0.057179 10.0.0.141 - - [2026-03-02 01:58:05] "GET / HTTP/1.1" 200 36215 0.001662 10.0.0.141 - - [2026-03-02 01:58:05] "POST /fqname-to-id HTTP/1.1" 401 293 0.000613 10.0.0.141 - - [2026-03-02 01:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.047153 10.0.0.141 - - [2026-03-02 01:58:06] "GET /projects?obj_uuids=e6f32436-4af5-40dc-8e52-233687b97caa&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000869 10.0.0.141 - - [2026-03-02 01:58:06] "GET /project/e6f32436-4af5-40dc-8e52-233687b97caa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.023035 10.0.0.141 - - [2026-03-02 01:58:06] "POST /neutron/network HTTP/1.1" 200 117 0.080337 10.0.0.141 - - [2026-03-02 01:58:06] "GET /projects?obj_uuids=e6f32436-4af5-40dc-8e52-233687b97caa&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000901 10.0.0.141 - - [2026-03-02 01:58:06] "POST /neutron/network HTTP/1.1" 200 620 0.064711 10.0.0.141 - - [2026-03-02 01:58:06] "POST /route-targets HTTP/1.1" 200 328 0.011752 10.0.0.141 - - [2026-03-02 01:58:06] "POST /ref-update HTTP/1.1" 200 156 0.012814 10.0.0.141 - - [2026-03-02 01:58:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003597 10.0.0.141 - - [2026-03-02 01:58:06] "POST /neutron/subnet HTTP/1.1" 200 725 0.196194 10.0.0.141 - - [2026-03-02 01:58:06] "POST /neutron/network HTTP/1.1" 200 839 0.005219 10.0.0.141 - - [2026-03-02 01:58:06] "POST /id-to-fqname HTTP/1.1" 200 233 0.001073 10.0.0.141 - - [2026-03-02 01:58:06] "GET /virtual-network/1b2fe515-0ced-41b9-8543-196fb36db686?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004311 10.0.0.141 - - [2026-03-02 01:58:06] "POST /neutron/network HTTP/1.1" 200 839 0.006423 10.0.0.141 - - [2026-03-02 01:58:06] "GET /virtual-network/1b2fe515-0ced-41b9-8543-196fb36db686?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006550 10.0.0.141 - - [2026-03-02 01:58:06] "POST /neutron/network HTTP/1.1" 200 839 0.005536 10.0.0.141 - - [2026-03-02 01:58:06] "POST /neutron/subnet HTTP/1.1" 200 725 0.006680 10.0.0.141 - - [2026-03-02 01:58:06] "GET /domains HTTP/1.1" 401 293 0.000332 10.0.0.141 - - [2026-03-02 01:58:07] "GET /domains HTTP/1.1" 200 281 0.032823 10.0.0.141 - - [2026-03-02 01:58:07] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001006 10.0.0.141 - - [2026-03-02 01:58:07] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 2595 0.012692 10.0.0.141 - - [2026-03-02 01:58:07] "GET /projects?obj_uuids=e6f32436-4af5-40dc-8e52-233687b97caa&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001319 10.0.0.141 - - [2026-03-02 01:58:07] "GET /project/e6f32436-4af5-40dc-8e52-233687b97caa HTTP/1.1" 200 2175 0.071741 10.0.0.141 - - [2026-03-02 01:58:07] "GET /virtual-network/1b2fe515-0ced-41b9-8543-196fb36db686 HTTP/1.1" 200 2345 0.006065 10.0.0.141 - - [2026-03-02 01:58:07] "GET /virtual-network/1b2fe515-0ced-41b9-8543-196fb36db686 HTTP/1.1" 200 2345 0.004594 10.0.0.141 - - [2026-03-02 01:58:07] "GET /routing-instance/f71cca8a-0521-4b01-b99a-bfd36a47ad86 HTTP/1.1" 200 1498 0.003484 10.0.0.141 - - [2026-03-02 01:58:07] "GET /routing-instance/f71cca8a-0521-4b01-b99a-bfd36a47ad86 HTTP/1.1" 200 1498 0.003890 10.0.0.141 - - [2026-03-02 01:58:07] "GET /route-target/7e8a067b-8d5a-453f-aeee-82cf79a8218f HTTP/1.1" 200 1221 0.003702 10.0.0.141 - - [2026-03-02 01:58:07] "GET /virtual-network/1b2fe515-0ced-41b9-8543-196fb36db686 HTTP/1.1" 200 2345 0.005101 10.0.0.141 - - [2026-03-02 01:58:07] "GET /routing-instance/f71cca8a-0521-4b01-b99a-bfd36a47ad86 HTTP/1.1" 200 1498 0.003289 10.0.0.141 - - [2026-03-02 01:58:07] "GET /virtual-network/1b2fe515-0ced-41b9-8543-196fb36db686?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004363 10.0.0.141 - - [2026-03-02 01:58:07] "GET /virtual-network/1b2fe515-0ced-41b9-8543-196fb36db686 HTTP/1.1" 200 2345 0.003993 10.0.0.141 - - [2026-03-02 01:58:07] "GET /routing-instance/f71cca8a-0521-4b01-b99a-bfd36a47ad86 HTTP/1.1" 200 1498 0.002718 10.0.0.141 - - [2026-03-02 01:58:07] "GET /routing-instance/f71cca8a-0521-4b01-b99a-bfd36a47ad86 HTTP/1.1" 200 1498 0.002722 10.0.0.141 - - [2026-03-02 01:58:07] "GET /route-target/7e8a067b-8d5a-453f-aeee-82cf79a8218f HTTP/1.1" 200 1221 0.002267 10.0.0.141 - - [2026-03-02 01:58:07] "GET /domains HTTP/1.1" 200 281 0.002373 10.0.0.141 - - [2026-03-02 01:58:07] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000740 10.0.0.141 - - [2026-03-02 01:58:07] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 2595 0.005433 10.0.0.141 - - [2026-03-02 01:58:07] "GET /projects?obj_uuids=e6f32436-4af5-40dc-8e52-233687b97caa&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000756 10.0.0.141 - - [2026-03-02 01:58:07] "GET /project/e6f32436-4af5-40dc-8e52-233687b97caa HTTP/1.1" 200 2175 0.067918 10.0.0.141 - - [2026-03-02 01:58:07] "GET /virtual-network/1b2fe515-0ced-41b9-8543-196fb36db686 HTTP/1.1" 200 2345 0.004788 10.0.0.141 - - [2026-03-02 01:58:07] "GET /obj-perms HTTP/1.1" 200 5071 0.043676 10.0.0.141 - - [2026-03-02 01:58:07] "POST /id-to-fqname HTTP/1.1" 200 233 0.001225 10.0.0.141 - - [2026-03-02 01:58:09] "POST /neutron/network HTTP/1.1" 200 849 0.005714 10.0.0.141 - - [2026-03-02 01:58:09] "GET /aaa-mode HTTP/1.1" 401 293 0.000365 10.0.0.141 - - [2026-03-02 01:58:09] "GET / HTTP/1.1" 200 36215 0.001445 10.0.0.141 - - [2026-03-02 01:58:09] "GET /project/e6f32436-4af5-40dc-8e52-233687b97caa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000387 10.0.0.141 - - [2026-03-02 01:58:10] "GET /projects?obj_uuids=e6f32436-4af5-40dc-8e52-233687b97caa&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001019 10.0.0.141 - - [2026-03-02 01:58:10] "GET /project/e6f32436-4af5-40dc-8e52-233687b97caa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.050185 10.0.0.141 - - [2026-03-02 01:58:10] "POST /neutron/network HTTP/1.1" 200 839 0.028641 10.0.0.141 - - [2026-03-02 01:58:10] "POST /neutron/port HTTP/1.1" 200 117 0.005036 10.0.0.141 - - [2026-03-02 01:58:10] "POST /neutron/port HTTP/1.1" 200 117 0.005062 10.0.0.141 - - [2026-03-02 01:58:10] "POST /neutron/port HTTP/1.1" 200 117 0.005319 10.0.0.141 - - [2026-03-02 01:58:11] "POST /neutron/network HTTP/1.1" 200 849 0.005295 10.0.0.141 - - [2026-03-02 01:58:11] "GET /projects?obj_uuids=e6f32436-4af5-40dc-8e52-233687b97caa&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001340 10.0.0.141 - - [2026-03-02 01:58:12] "POST /neutron/port HTTP/1.1" 200 1071 0.243055 10.0.0.141 - - [2026-03-02 01:58:12] "POST /neutron/port HTTP/1.1" 200 1071 0.034941 10.0.0.141 - - [2026-03-02 01:58:12] "POST /neutron/port HTTP/1.1" 200 1071 0.011123 10.0.0.141 - - [2026-03-02 01:58:12] "POST /neutron/port HTTP/1.1" 200 1125 0.072267 10.0.0.141 - - [2026-03-02 01:58:12] "POST /neutron/port HTTP/1.1" 200 1135 0.011558 10.0.0.141 - - [2026-03-02 01:58:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003253 10.0.0.141 - - [2026-03-02 01:58:12] "POST /neutron/subnet HTTP/1.1" 200 699 0.007080 10.0.0.141 - - [2026-03-02 01:58:12] "POST /neutron/port HTTP/1.1" 200 117 0.001177 10.0.0.141 - - [2026-03-02 01:58:12] "POST /neutron/network HTTP/1.1" 200 839 0.005850 10.0.0.141 - - [2026-03-02 01:58:16] "POST /neutron/port HTTP/1.1" 200 1135 0.011343 10.0.0.141 - - [2026-03-02 01:58:16] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006856 10.0.0.141 - - [2026-03-02 01:58:16] "GET /obj-perms HTTP/1.1" 200 5071 0.003137 10.0.0.141 - - [2026-03-02 01:58:17] "GET /obj-perms HTTP/1.1" 200 5071 0.003105 10.0.0.141 - - [2026-03-02 01:58:18] "GET /obj-perms HTTP/1.1" 200 5071 0.004489 10.0.0.141 - - [2026-03-02 01:58:19] "GET /obj-perms HTTP/1.1" 200 5071 0.003404 10.0.0.141 - - [2026-03-02 01:58:20] "GET /obj-perms HTTP/1.1" 200 5071 0.003296 10.0.0.141 - - [2026-03-02 01:58:21] "POST /neutron/network HTTP/1.1" 200 839 0.005554 10.0.0.141 - - [2026-03-02 01:58:21] "POST /neutron/network HTTP/1.1" 400 204 0.010152 10.0.0.141 - - [2026-03-02 01:58:21] "POST /neutron/port HTTP/1.1" 200 1135 0.013282 10.0.0.141 - - [2026-03-02 01:58:21] "POST /neutron/port HTTP/1.1" 200 1125 0.010051 10.0.0.141 - - [2026-03-02 01:58:21] "POST /neutron/port HTTP/1.1" 200 151 0.092178 10.0.0.141 - - [2026-03-02 01:58:23] "POST /neutron/network HTTP/1.1" 200 839 0.005413 10.0.0.141 - - [2026-03-02 01:58:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002536 10.0.0.141 - - [2026-03-02 01:58:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.141 - - [2026-03-02 01:58:23] "POST /useragent-kv HTTP/1.1" 200 115 0.001467 10.0.0.141 - - [2026-03-02 01:58:23] "POST /neutron/network HTTP/1.1" 200 151 0.067252 10.0.0.141 - - [2026-03-02 01:58:23] "GET /routing-instance/f71cca8a-0521-4b01-b99a-bfd36a47ad86 HTTP/1.1" 404 171 0.002723 10.0.0.141 - - [2026-03-02 01:58:23] "DELETE /route-target/7e8a067b-8d5a-453f-aeee-82cf79a8218f HTTP/1.1" 200 115 0.013045 10.0.0.141 - - [2026-03-02 01:58:23] "GET /domains HTTP/1.1" 200 281 0.002004 10.0.0.141 - - [2026-03-02 01:58:23] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000746 10.0.0.141 - - [2026-03-02 01:58:23] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 2595 0.047178 10.0.0.141 - - [2026-03-02 01:58:23] "GET /projects?obj_uuids=e6f32436-4af5-40dc-8e52-233687b97caa&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000857 10.0.0.141 - - [2026-03-02 01:58:23] "GET /project/e6f32436-4af5-40dc-8e52-233687b97caa HTTP/1.1" 200 1924 0.068229 10.0.0.141 - - [2026-03-02 01:58:23] "GET /projects?obj_uuids=e6f32436-4af5-40dc-8e52-233687b97caa&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000902 10.0.0.141 - - [2026-03-02 01:58:23] "GET /project/e6f32436-4af5-40dc-8e52-233687b97caa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.025525 10.0.0.141 - - [2026-03-02 01:58:23] "GET /projects?obj_uuids=e6f32436-4af5-40dc-8e52-233687b97caa&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000956 10.0.0.141 - - [2026-03-02 01:58:23] "GET /project/e6f32436-4af5-40dc-8e52-233687b97caa?fields=virtual_networks HTTP/1.1" 200 1057 0.066911 10.0.0.141 - - [2026-03-02 01:58:23] "GET /projects?obj_uuids=e6f32436-4af5-40dc-8e52-233687b97caa&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000951 10.0.0.141 - - [2026-03-02 01:58:23] "GET /project/e6f32436-4af5-40dc-8e52-233687b97caa?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.026176 10.0.0.141 - - [2026-03-02 01:58:23] "GET /projects?obj_uuids=e6f32436-4af5-40dc-8e52-233687b97caa&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000891 10.0.0.141 - - [2026-03-02 01:58:23] "GET /project/e6f32436-4af5-40dc-8e52-233687b97caa?fields=security_groups HTTP/1.1" 200 1295 0.024660 10.0.0.141 - - [2026-03-02 01:58:24] "GET /projects?obj_uuids=d7b1a13a-51ad-4751-a76d-e5acad186b1f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000938 10.0.0.141 - - [2026-03-02 01:58:24] "GET /project/d7b1a13a-51ad-4751-a76d-e5acad186b1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.025565 10.0.0.141 - - [2026-03-02 01:58:27] "GET /projects?obj_uuids=d7b1a13a-51ad-4751-a76d-e5acad186b1f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000978 10.0.0.141 - - [2026-03-02 01:58:27] "GET /project/d7b1a13a-51ad-4751-a76d-e5acad186b1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.025905 10.0.0.141 - - [2026-03-02 01:58:28] "GET /documentation/index.html HTTP/1.1" 200 219571 0.002960 10.0.0.141 - - [2026-03-02 01:58:28] "DELETE /project/e6f324364af540dc8e52233687b97caa HTTP/1.1" 404 173 0.005495 10.0.0.141 - - [2026-03-02 01:58:28] "DELETE /project/d7b1a13a51ad4751a76de5acad186b1f HTTP/1.1" 404 173 0.005966 10.0.0.141 - - [2026-03-02 01:58:28] "GET /projects?obj_uuids=e6f32436-4af5-40dc-8e52-233687b97caa&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000926 10.0.0.141 - - [2026-03-02 01:58:28] "GET /project/e6f32436-4af5-40dc-8e52-233687b97caa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.029443 10.0.0.141 - - [2026-03-02 01:58:28] "GET /projects?obj_uuids=e6f32436-4af5-40dc-8e52-233687b97caa&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001301 10.0.0.141 - - [2026-03-02 01:58:28] "GET /project/e6f32436-4af5-40dc-8e52-233687b97caa?fields=security_groups HTTP/1.1" 200 1397 0.066923 10.0.0.141 - - [2026-03-02 01:58:28] "DELETE /security-group/f3c1488d-2622-48ed-b81e-55aa61c5d311 HTTP/1.1" 200 115 0.035702 10.0.0.141 - - [2026-03-02 01:58:28] "GET /projects?obj_uuids=e6f32436-4af5-40dc-8e52-233687b97caa&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001572 10.0.0.141 - - [2026-03-02 01:58:28] "DELETE /access-control-list/69dc0f4e-7109-4dff-b432-551f4e516186 HTTP/1.1" 200 115 0.035944 10.0.0.141 - - [2026-03-02 01:58:28] "GET /project/e6f32436-4af5-40dc-8e52-233687b97caa?fields=application_policy_sets HTTP/1.1" 200 1436 0.047012 10.0.0.141 - - [2026-03-02 01:58:28] "DELETE /access-control-list/7444d965-bfd3-4c70-a5d6-8b69c311e6b8 HTTP/1.1" 200 115 0.034612 10.0.0.141 - - [2026-03-02 01:58:28] "POST /fqname-to-id HTTP/1.1" 404 200 0.022016 10.0.0.141 - - [2026-03-02 01:58:28] "DELETE /project/e6f32436-4af5-40dc-8e52-233687b97caa HTTP/1.1" 200 115 0.341872 10.0.0.141 - - [2026-03-02 01:58:28] "GET /projects?obj_uuids=702e0276-5dca-4f9f-93aa-2fee135a81f4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002853 10.0.0.141 - - [2026-03-02 01:58:28] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000866 10.0.0.141 - - [2026-03-02 01:58:28] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005978 10.0.0.141 - - [2026-03-02 01:58:28] "POST /id-to-fqname HTTP/1.1" 200 202 0.001096 10.0.0.141 - - [2026-03-02 01:58:28] "POST /fqname-to-id HTTP/1.1" 404 211 0.004886 10.0.0.141 - - [2026-03-02 01:58:29] "POST /security-groups HTTP/1.1" 200 603 0.060795 10.0.0.141 - - [2026-03-02 01:58:29] "POST /fqname-to-id HTTP/1.1" 404 246 0.003056 10.0.0.141 - - [2026-03-02 01:58:29] "POST /projects HTTP/1.1" 200 609 0.208110 10.0.0.141 - - [2026-03-02 01:58:29] "POST /access-control-lists HTTP/1.1" 200 610 0.057200 10.0.0.141 - - [2026-03-02 01:58:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.278734 10.0.0.141 - - [2026-03-02 01:58:29] "POST /fqname-to-id HTTP/1.1" 404 245 0.002728 10.0.0.141 - - [2026-03-02 01:58:29] "GET /project/702e0276-5dca-4f9f-93aa-2fee135a81f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.391998 10.0.0.141 - - [2026-03-02 01:58:29] "POST /access-control-lists HTTP/1.1" 200 608 0.070716 10.0.0.141 - - [2026-03-02 01:58:30] "GET / HTTP/1.1" 200 36215 0.001805 10.0.0.141 - - [2026-03-02 01:58:30] "GET /projects?obj_uuids=d7b1a13a-51ad-4751-a76d-e5acad186b1f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000974 10.0.0.141 - - [2026-03-02 01:58:30] "GET /project/d7b1a13a-51ad-4751-a76d-e5acad186b1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.023529 10.0.0.141 - - [2026-03-02 01:58:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002735 10.0.0.141 - - [2026-03-02 01:58:31] "GET /security-group/1c6a07c8-171c-4ac7-8372-84320731390f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.003904 10.0.0.141 - - [2026-03-02 01:58:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002734 10.0.0.141 - - [2026-03-02 01:58:31] "GET /projects?obj_uuids=d7b1a13a-51ad-4751-a76d-e5acad186b1f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001135 10.0.0.141 - - [2026-03-02 01:58:31] "GET /project/d7b1a13a-51ad-4751-a76d-e5acad186b1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.021144 10.0.0.141 - - [2026-03-02 01:58:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.141 - - [2026-03-02 01:58:31] "GET /security-group/1c6a07c8-171c-4ac7-8372-84320731390f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.003656 10.0.0.141 - - [2026-03-02 01:58:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.007225 10.0.0.141 - - [2026-03-02 01:58:31] "PUT /security-group/1c6a07c8-171c-4ac7-8372-84320731390f HTTP/1.1" 200 263 0.013659 10.0.0.141 - - [2026-03-02 01:58:31] "PUT /access-control-list/0c4cbc52-54e9-429d-9578-1e5743061d12 HTTP/1.1" 200 273 0.008150 10.0.0.141 - - [2026-03-02 01:58:31] "PUT /access-control-list/c53b1964-a793-41cb-95ba-be7fc49c48cb HTTP/1.1" 200 273 0.015665 10.0.0.141 - - [2026-03-02 01:58:31] "POST /fqname-to-id HTTP/1.1" 401 293 0.000462 10.0.0.141 - - [2026-03-02 01:58:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.049331 10.0.0.141 - - [2026-03-02 01:58:32] "GET /projects?obj_uuids=702e0276-5dca-4f9f-93aa-2fee135a81f4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000875 10.0.0.141 - - [2026-03-02 01:58:32] "GET /project/702e0276-5dca-4f9f-93aa-2fee135a81f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.021138 10.0.0.141 - - [2026-03-02 01:58:32] "POST /neutron/network HTTP/1.1" 200 117 0.028902 10.0.0.141 - - [2026-03-02 01:58:32] "GET /projects?obj_uuids=702e0276-5dca-4f9f-93aa-2fee135a81f4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001251 10.0.0.141 - - [2026-03-02 01:58:32] "POST /neutron/network HTTP/1.1" 200 619 0.071356 10.0.0.141 - - [2026-03-02 01:58:32] "POST /route-targets HTTP/1.1" 200 328 0.010579 10.0.0.141 - - [2026-03-02 01:58:32] "POST /ref-update HTTP/1.1" 200 156 0.012110 10.0.0.141 - - [2026-03-02 01:58:32] "POST /useragent-kv HTTP/1.1" 200 115 0.004647 10.0.0.141 - - [2026-03-02 01:58:32] "POST /neutron/subnet HTTP/1.1" 200 725 0.193634 10.0.0.141 - - [2026-03-02 01:58:32] "POST /neutron/network HTTP/1.1" 200 838 0.005064 10.0.0.141 - - [2026-03-02 01:58:32] "POST /id-to-fqname HTTP/1.1" 200 233 0.000937 10.0.0.141 - - [2026-03-02 01:58:32] "GET /virtual-network/c5421ba0-65f7-4bb1-8c9b-9644cc7dd6b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004485 10.0.0.141 - - [2026-03-02 01:58:32] "POST /neutron/network HTTP/1.1" 200 838 0.005017 10.0.0.141 - - [2026-03-02 01:58:32] "GET /virtual-network/c5421ba0-65f7-4bb1-8c9b-9644cc7dd6b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.003981 10.0.0.141 - - [2026-03-02 01:58:32] "POST /neutron/network HTTP/1.1" 200 838 0.005469 10.0.0.141 - - [2026-03-02 01:58:32] "POST /neutron/subnet HTTP/1.1" 200 725 0.006271 10.0.0.141 - - [2026-03-02 01:58:32] "GET /domains HTTP/1.1" 401 293 0.000348 10.0.0.141 - - [2026-03-02 01:58:33] "GET /domains HTTP/1.1" 200 281 0.024160 10.0.0.141 - - [2026-03-02 01:58:33] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001229 10.0.0.141 - - [2026-03-02 01:58:33] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 2596 0.009233 10.0.0.141 - - [2026-03-02 01:58:33] "GET /projects?obj_uuids=702e0276-5dca-4f9f-93aa-2fee135a81f4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000872 10.0.0.141 - - [2026-03-02 01:58:33] "GET /project/702e0276-5dca-4f9f-93aa-2fee135a81f4 HTTP/1.1" 200 2180 0.068253 10.0.0.141 - - [2026-03-02 01:58:33] "GET /virtual-network/c5421ba0-65f7-4bb1-8c9b-9644cc7dd6b5 HTTP/1.1" 200 2345 0.005519 10.0.0.141 - - [2026-03-02 01:58:33] "GET /virtual-network/c5421ba0-65f7-4bb1-8c9b-9644cc7dd6b5 HTTP/1.1" 200 2345 0.003923 10.0.0.141 - - [2026-03-02 01:58:33] "GET /routing-instance/5dbebc95-79b4-4433-bad9-7fc503a5f4c3 HTTP/1.1" 200 1494 0.002784 10.0.0.141 - - [2026-03-02 01:58:33] "GET /routing-instance/5dbebc95-79b4-4433-bad9-7fc503a5f4c3 HTTP/1.1" 200 1494 0.002516 10.0.0.141 - - [2026-03-02 01:58:33] "GET /route-target/55ea539b-bce7-4344-a504-706b8af84ee8 HTTP/1.1" 200 1220 0.002825 10.0.0.141 - - [2026-03-02 01:58:33] "GET /virtual-network/c5421ba0-65f7-4bb1-8c9b-9644cc7dd6b5 HTTP/1.1" 200 2345 0.003980 10.0.0.141 - - [2026-03-02 01:58:33] "GET /routing-instance/5dbebc95-79b4-4433-bad9-7fc503a5f4c3 HTTP/1.1" 200 1494 0.002712 10.0.0.141 - - [2026-03-02 01:58:33] "GET /virtual-network/c5421ba0-65f7-4bb1-8c9b-9644cc7dd6b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.003972 10.0.0.141 - - [2026-03-02 01:58:33] "GET /virtual-network/c5421ba0-65f7-4bb1-8c9b-9644cc7dd6b5 HTTP/1.1" 200 2345 0.003855 10.0.0.141 - - [2026-03-02 01:58:33] "GET /routing-instance/5dbebc95-79b4-4433-bad9-7fc503a5f4c3 HTTP/1.1" 200 1494 0.008010 10.0.0.141 - - [2026-03-02 01:58:33] "GET /routing-instance/5dbebc95-79b4-4433-bad9-7fc503a5f4c3 HTTP/1.1" 200 1494 0.003245 10.0.0.141 - - [2026-03-02 01:58:33] "GET /route-target/55ea539b-bce7-4344-a504-706b8af84ee8 HTTP/1.1" 200 1220 0.002887 10.0.0.141 - - [2026-03-02 01:58:33] "GET /domains HTTP/1.1" 200 281 0.004135 10.0.0.141 - - [2026-03-02 01:58:33] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000902 10.0.0.141 - - [2026-03-02 01:58:33] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 2596 0.006235 10.0.0.141 - - [2026-03-02 01:58:33] "GET /projects?obj_uuids=702e0276-5dca-4f9f-93aa-2fee135a81f4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000810 10.0.0.141 - - [2026-03-02 01:58:33] "GET /project/702e0276-5dca-4f9f-93aa-2fee135a81f4 HTTP/1.1" 200 2180 0.067550 10.0.0.141 - - [2026-03-02 01:58:33] "GET /virtual-network/c5421ba0-65f7-4bb1-8c9b-9644cc7dd6b5 HTTP/1.1" 200 2345 0.006435 10.0.0.141 - - [2026-03-02 01:58:33] "GET /obj-perms HTTP/1.1" 200 5075 0.333409 10.0.0.141 - - [2026-03-02 01:58:33] "GET /obj-perms HTTP/1.1" 200 5073 0.069334 10.0.0.141 - - [2026-03-02 01:58:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002657 10.0.0.141 - - [2026-03-02 01:58:33] "GET /projects?obj_uuids=702e0276-5dca-4f9f-93aa-2fee135a81f4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000824 10.0.0.141 - - [2026-03-02 01:58:33] "GET /project/702e0276-5dca-4f9f-93aa-2fee135a81f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.023290 10.0.0.141 - - [2026-03-02 01:58:33] "POST /neutron/network HTTP/1.1" 200 117 0.009949 10.0.0.141 - - [2026-03-02 01:58:33] "GET /projects?obj_uuids=702e0276-5dca-4f9f-93aa-2fee135a81f4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000886 10.0.0.141 - - [2026-03-02 01:58:33] "POST /neutron/network HTTP/1.1" 200 619 0.067905 10.0.0.141 - - [2026-03-02 01:58:34] "POST /route-targets HTTP/1.1" 200 328 0.009444 10.0.0.141 - - [2026-03-02 01:58:34] "POST /ref-update HTTP/1.1" 200 156 0.014915 10.0.0.141 - - [2026-03-02 01:58:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002847 10.0.0.141 - - [2026-03-02 01:58:34] "POST /neutron/subnet HTTP/1.1" 200 725 0.127802 10.0.0.141 - - [2026-03-02 01:58:34] "GET /obj-perms HTTP/1.1" 200 5075 0.051491 10.0.0.141 - - [2026-03-02 01:58:34] "POST /neutron/network HTTP/1.1" 200 838 0.006130 10.0.0.141 - - [2026-03-02 01:58:34] "POST /id-to-fqname HTTP/1.1" 200 233 0.001089 10.0.0.141 - - [2026-03-02 01:58:34] "GET /virtual-network/bd50954c-8053-4a01-8bc8-b8706876188e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004819 10.0.0.141 - - [2026-03-02 01:58:34] "POST /neutron/network HTTP/1.1" 200 838 0.004915 10.0.0.141 - - [2026-03-02 01:58:34] "GET /virtual-network/bd50954c-8053-4a01-8bc8-b8706876188e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004256 10.0.0.141 - - [2026-03-02 01:58:34] "POST /neutron/network HTTP/1.1" 200 838 0.004972 10.0.0.141 - - [2026-03-02 01:58:34] "POST /neutron/subnet HTTP/1.1" 200 725 0.007647 10.0.0.141 - - [2026-03-02 01:58:34] "GET /domains HTTP/1.1" 200 281 0.001921 10.0.0.141 - - [2026-03-02 01:58:34] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000769 10.0.0.141 - - [2026-03-02 01:58:34] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 2596 0.005246 10.0.0.141 - - [2026-03-02 01:58:34] "GET /projects?obj_uuids=702e0276-5dca-4f9f-93aa-2fee135a81f4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000737 10.0.0.141 - - [2026-03-02 01:58:34] "GET /project/702e0276-5dca-4f9f-93aa-2fee135a81f4 HTTP/1.1" 200 2409 0.067252 10.0.0.141 - - [2026-03-02 01:58:34] "GET /virtual-network/bd50954c-8053-4a01-8bc8-b8706876188e HTTP/1.1" 200 2345 0.006055 10.0.0.141 - - [2026-03-02 01:58:34] "GET /virtual-network/bd50954c-8053-4a01-8bc8-b8706876188e HTTP/1.1" 200 2345 0.004506 10.0.0.141 - - [2026-03-02 01:58:34] "GET /routing-instance/a1c64cad-689d-4e4d-8e42-7bab9c4b2096 HTTP/1.1" 200 1495 0.002961 10.0.0.141 - - [2026-03-02 01:58:34] "GET /routing-instance/a1c64cad-689d-4e4d-8e42-7bab9c4b2096 HTTP/1.1" 200 1495 0.003005 10.0.0.141 - - [2026-03-02 01:58:34] "GET /route-target/21a5ce82-5608-4fbb-8752-629eaf2242f7 HTTP/1.1" 200 1219 0.002562 10.0.0.141 - - [2026-03-02 01:58:34] "GET /virtual-network/bd50954c-8053-4a01-8bc8-b8706876188e HTTP/1.1" 200 2345 0.004000 10.0.0.141 - - [2026-03-02 01:58:34] "GET /routing-instance/a1c64cad-689d-4e4d-8e42-7bab9c4b2096 HTTP/1.1" 200 1495 0.002942 10.0.0.141 - - [2026-03-02 01:58:34] "GET /virtual-network/bd50954c-8053-4a01-8bc8-b8706876188e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.003900 10.0.0.141 - - [2026-03-02 01:58:34] "GET /virtual-network/bd50954c-8053-4a01-8bc8-b8706876188e HTTP/1.1" 200 2345 0.004216 10.0.0.141 - - [2026-03-02 01:58:34] "GET /routing-instance/a1c64cad-689d-4e4d-8e42-7bab9c4b2096 HTTP/1.1" 200 1495 0.002633 10.0.0.141 - - [2026-03-02 01:58:34] "GET /routing-instance/a1c64cad-689d-4e4d-8e42-7bab9c4b2096 HTTP/1.1" 200 1495 0.002454 10.0.0.141 - - [2026-03-02 01:58:34] "GET /route-target/21a5ce82-5608-4fbb-8752-629eaf2242f7 HTTP/1.1" 200 1219 0.002241 10.0.0.141 - - [2026-03-02 01:58:34] "GET /domains HTTP/1.1" 200 281 0.002407 10.0.0.141 - - [2026-03-02 01:58:34] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000895 10.0.0.141 - - [2026-03-02 01:58:34] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 2596 0.005806 10.0.0.141 - - [2026-03-02 01:58:34] "GET /projects?obj_uuids=702e0276-5dca-4f9f-93aa-2fee135a81f4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000822 10.0.0.141 - - [2026-03-02 01:58:34] "GET /project/702e0276-5dca-4f9f-93aa-2fee135a81f4 HTTP/1.1" 200 2409 0.064984 10.0.0.141 - - [2026-03-02 01:58:34] "GET /virtual-network/bd50954c-8053-4a01-8bc8-b8706876188e HTTP/1.1" 200 2345 0.004317 10.0.0.141 - - [2026-03-02 01:58:34] "GET /obj-perms HTTP/1.1" 200 5073 0.002811 10.0.0.141 - - [2026-03-02 01:58:34] "POST /id-to-fqname HTTP/1.1" 200 233 0.001164 10.0.0.141 - - [2026-03-02 01:58:34] "POST /neutron/network HTTP/1.1" 200 848 0.005528 10.0.0.141 - - [2026-03-02 01:58:34] "GET /aaa-mode HTTP/1.1" 401 293 0.000401 10.0.0.141 - - [2026-03-02 01:58:35] "GET / HTTP/1.1" 200 36215 0.002056 10.0.0.141 - - [2026-03-02 01:58:35] "GET /project/702e0276-5dca-4f9f-93aa-2fee135a81f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000401 10.0.0.141 - - [2026-03-02 01:58:35] "GET /projects?obj_uuids=702e0276-5dca-4f9f-93aa-2fee135a81f4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000942 10.0.0.141 - - [2026-03-02 01:58:35] "GET /project/702e0276-5dca-4f9f-93aa-2fee135a81f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.046414 10.0.0.141 - - [2026-03-02 01:58:35] "POST /neutron/network HTTP/1.1" 200 838 0.004992 10.0.0.141 - - [2026-03-02 01:58:35] "POST /neutron/port HTTP/1.1" 200 117 0.004602 10.0.0.141 - - [2026-03-02 01:58:35] "POST /neutron/port HTTP/1.1" 200 117 0.005073 10.0.0.141 - - [2026-03-02 01:58:35] "POST /id-to-fqname HTTP/1.1" 200 233 0.001215 10.0.0.141 - - [2026-03-02 01:58:35] "POST /neutron/port HTTP/1.1" 200 117 0.005159 10.0.0.141 - - [2026-03-02 01:58:35] "POST /neutron/network HTTP/1.1" 200 848 0.005346 10.0.0.141 - - [2026-03-02 01:58:35] "GET /aaa-mode HTTP/1.1" 401 293 0.000399 10.0.0.141 - - [2026-03-02 01:58:35] "POST /neutron/network HTTP/1.1" 200 848 0.006576 10.0.0.141 - - [2026-03-02 01:58:35] "GET /projects?obj_uuids=702e0276-5dca-4f9f-93aa-2fee135a81f4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001024 10.0.0.141 - - [2026-03-02 01:58:36] "GET / HTTP/1.1" 200 36215 0.001511 10.0.0.141 - - [2026-03-02 01:58:36] "GET /project/702e0276-5dca-4f9f-93aa-2fee135a81f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000398 10.0.0.141 - - [2026-03-02 01:58:36] "POST /neutron/port HTTP/1.1" 200 1072 0.219541 10.0.0.141 - - [2026-03-02 01:58:36] "POST /neutron/port HTTP/1.1" 200 1072 0.009413 10.0.0.141 - - [2026-03-02 01:58:36] "POST /neutron/port HTTP/1.1" 200 1072 0.009293 10.0.0.141 - - [2026-03-02 01:58:36] "POST /neutron/port HTTP/1.1" 200 1126 0.053405 10.0.0.141 - - [2026-03-02 01:58:36] "POST /neutron/port HTTP/1.1" 200 1136 0.013320 10.0.0.141 - - [2026-03-02 01:58:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002800 10.0.0.141 - - [2026-03-02 01:58:36] "POST /neutron/subnet HTTP/1.1" 200 699 0.005510 10.0.0.141 - - [2026-03-02 01:58:36] "POST /neutron/port HTTP/1.1" 200 117 0.000935 10.0.0.141 - - [2026-03-02 01:58:36] "POST /neutron/network HTTP/1.1" 200 838 0.004786 10.0.0.141 - - [2026-03-02 01:58:36] "GET /projects?obj_uuids=702e0276-5dca-4f9f-93aa-2fee135a81f4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001285 10.0.0.141 - - [2026-03-02 01:58:36] "GET /project/702e0276-5dca-4f9f-93aa-2fee135a81f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.041262 10.0.0.141 - - [2026-03-02 01:58:36] "POST /neutron/network HTTP/1.1" 200 838 0.004684 10.0.0.141 - - [2026-03-02 01:58:36] "POST /neutron/port HTTP/1.1" 200 1136 0.016774 10.0.0.141 - - [2026-03-02 01:58:36] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008117 10.0.0.141 - - [2026-03-02 01:58:36] "POST /neutron/port HTTP/1.1" 200 117 0.005794 10.0.0.141 - - [2026-03-02 01:58:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002441 10.0.0.141 - - [2026-03-02 01:58:36] "GET /projects?obj_uuids=702e0276-5dca-4f9f-93aa-2fee135a81f4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000858 10.0.0.141 - - [2026-03-02 01:58:36] "GET /project/702e0276-5dca-4f9f-93aa-2fee135a81f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.031822 10.0.0.141 - - [2026-03-02 01:58:36] "GET /virtual-network/c5421ba0-65f7-4bb1-8c9b-9644cc7dd6b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004947 10.0.0.141 - - [2026-03-02 01:58:36] "GET /floating-ip-pools?parent_id=c5421ba0-65f7-4bb1-8c9b-9644cc7dd6b5&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003947 10.0.0.141 - - [2026-03-02 01:58:36] "GET /virtual-network/c5421ba0-65f7-4bb1-8c9b-9644cc7dd6b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004876 10.0.0.141 - - [2026-03-02 01:58:36] "POST /floating-ip-pools HTTP/1.1" 200 611 0.017738 10.0.0.141 - - [2026-03-02 01:58:36] "POST /neutron/network HTTP/1.1" 200 848 0.007701 10.0.0.141 - - [2026-03-02 01:58:37] "POST /ref-update HTTP/1.1" 200 156 0.023723 10.0.0.141 - - [2026-03-02 01:58:37] "GET /projects?obj_uuids=702e0276-5dca-4f9f-93aa-2fee135a81f4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002714 10.0.0.141 - - [2026-03-02 01:58:37] "GET /virtual-network/c5421ba0-65f7-4bb1-8c9b-9644cc7dd6b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007616 10.0.0.141 - - [2026-03-02 01:58:37] "GET /domains HTTP/1.1" 200 281 0.005030 10.0.0.141 - - [2026-03-02 01:58:37] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000875 10.0.0.141 - - [2026-03-02 01:58:37] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 2596 0.031664 10.0.0.141 - - [2026-03-02 01:58:37] "GET /projects?obj_uuids=702e0276-5dca-4f9f-93aa-2fee135a81f4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001107 10.0.0.141 - - [2026-03-02 01:58:37] "GET /project/702e0276-5dca-4f9f-93aa-2fee135a81f4 HTTP/1.1" 200 3254 0.073601 10.0.0.141 - - [2026-03-02 01:58:37] "GET /virtual-network/c5421ba0-65f7-4bb1-8c9b-9644cc7dd6b5 HTTP/1.1" 200 2938 0.011101 10.0.0.141 - - [2026-03-02 01:58:37] "GET /floating-ip-pool/10c18ffe-862a-477d-a673-30f00825821c HTTP/1.1" 200 1444 0.003896 10.0.0.141 - - [2026-03-02 01:58:37] "GET /domains HTTP/1.1" 200 281 0.015204 10.0.0.141 - - [2026-03-02 01:58:37] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001470 10.0.0.141 - - [2026-03-02 01:58:37] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 2596 0.010362 10.0.0.141 - - [2026-03-02 01:58:37] "GET /projects?obj_uuids=702e0276-5dca-4f9f-93aa-2fee135a81f4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001447 10.0.0.141 - - [2026-03-02 01:58:37] "POST /neutron/port HTTP/1.1" 200 1072 0.310987 10.0.0.141 - - [2026-03-02 01:58:37] "POST /neutron/port HTTP/1.1" 200 1072 0.014555 10.0.0.141 - - [2026-03-02 01:58:37] "GET /project/702e0276-5dca-4f9f-93aa-2fee135a81f4 HTTP/1.1" 200 3254 0.089912 10.0.0.141 - - [2026-03-02 01:58:37] "POST /neutron/port HTTP/1.1" 200 1072 0.025630 10.0.0.141 - - [2026-03-02 01:58:37] "GET /virtual-network/c5421ba0-65f7-4bb1-8c9b-9644cc7dd6b5 HTTP/1.1" 200 3160 0.004795 10.0.0.141 - - [2026-03-02 01:58:37] "GET /virtual-network/c5421ba0-65f7-4bb1-8c9b-9644cc7dd6b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004845 10.0.0.141 - - [2026-03-02 01:58:37] "POST /neutron/port HTTP/1.1" 200 1126 0.072697 10.0.0.141 - - [2026-03-02 01:58:37] "POST /neutron/port HTTP/1.1" 200 1136 0.022916 10.0.0.141 - - [2026-03-02 01:58:37] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005356 10.0.0.141 - - [2026-03-02 01:58:37] "POST /neutron/port HTTP/1.1" 200 1136 0.010158 10.0.0.141 - - [2026-03-02 01:58:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004508 10.0.0.141 - - [2026-03-02 01:58:37] "POST /neutron/subnet HTTP/1.1" 200 699 0.008097 10.0.0.141 - - [2026-03-02 01:58:37] "POST /neutron/port HTTP/1.1" 200 117 0.001022 10.0.0.141 - - [2026-03-02 01:58:37] "POST /neutron/network HTTP/1.1" 200 838 0.008129 10.0.0.141 - - [2026-03-02 01:58:37] "POST /neutron/port HTTP/1.1" 200 1136 0.044312 10.0.0.141 - - [2026-03-02 01:58:37] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007335 10.0.0.141 - - [2026-03-02 01:58:37] "POST /neutron/port HTTP/1.1" 200 1136 0.010907 10.0.0.141 - - [2026-03-02 01:58:37] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005434 10.0.0.141 - - [2026-03-02 01:58:37] "GET /virtual-machine/7cb50f0b-8a6f-4c7f-8ede-30bb2a951a3c HTTP/1.1" 200 1306 0.004304 10.0.0.141 - - [2026-03-02 01:58:37] "GET /virtual-machine-interface/fad8fdae-ea2e-4044-ad31-127c7e6914b8 HTTP/1.1" 200 3012 0.004672 10.0.0.141 - - [2026-03-02 01:58:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002582 10.0.0.141 - - [2026-03-02 01:58:37] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002835 10.0.0.141 - - [2026-03-02 01:58:37] "GET /virtual-networks?parent_id=702e0276-5dca-4f9f-93aa-2fee135a81f4&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003232 10.0.0.141 - - [2026-03-02 01:58:37] "GET /virtual-network/bd50954c-8053-4a01-8bc8-b8706876188e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004827 10.0.0.141 - - [2026-03-02 01:58:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.141 - - [2026-03-02 01:58:40] "GET /virtual-network/bd50954c-8053-4a01-8bc8-b8706876188e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004666 10.0.0.141 - - [2026-03-02 01:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.141 - - [2026-03-02 01:58:45] "GET /virtual-network/bd50954c-8053-4a01-8bc8-b8706876188e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004680 10.0.0.141 - - [2026-03-02 01:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.141 - - [2026-03-02 01:58:47] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003932 10.0.0.141 - - [2026-03-02 01:58:47] "GET /virtual-networks?parent_id=702e0276-5dca-4f9f-93aa-2fee135a81f4&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002789 10.0.0.141 - - [2026-03-02 01:58:47] "GET /virtual-network/bd50954c-8053-4a01-8bc8-b8706876188e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006341 10.0.0.141 - - [2026-03-02 01:58:47] "POST /neutron/port HTTP/1.1" 200 1136 0.011934 10.0.0.141 - - [2026-03-02 01:58:47] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005536 10.0.0.141 - - [2026-03-02 01:58:47] "POST /neutron/port HTTP/1.1" 200 1136 0.037675 10.0.0.141 - - [2026-03-02 01:58:48] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005096 10.0.0.141 - - [2026-03-02 01:58:48] "POST /neutron/port HTTP/1.1" 200 1136 0.012984 10.0.0.141 - - [2026-03-02 01:58:48] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005153 10.0.0.141 - - [2026-03-02 01:58:52] "GET /projects?obj_uuids=702e0276-5dca-4f9f-93aa-2fee135a81f4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001293 10.0.0.141 - - [2026-03-02 01:58:52] "POST /neutron/floatingip HTTP/1.1" 200 530 0.055732 10.0.0.141 - - [2026-03-02 01:58:52] "POST /neutron/port HTTP/1.1" 200 1136 0.010260 10.0.0.141 - - [2026-03-02 01:58:52] "POST /neutron/floatingip HTTP/1.1" 200 530 0.003773 10.0.0.141 - - [2026-03-02 01:58:52] "POST /neutron/floatingip HTTP/1.1" 200 577 0.028356 10.0.0.141 - - [2026-03-02 01:58:52] "POST /neutron/port HTTP/1.1" 200 1136 0.011294 10.0.0.141 - - [2026-03-02 01:58:52] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004905 10.0.0.141 - - [2026-03-02 01:58:52] "POST /neutron/port HTTP/1.1" 200 1136 0.010652 10.0.0.141 - - [2026-03-02 01:58:52] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004833 10.0.0.141 - - [2026-03-02 01:58:52] "POST /neutron/port HTTP/1.1" 200 1136 0.011236 10.0.0.141 - - [2026-03-02 01:58:52] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005107 10.0.0.141 - - [2026-03-02 01:58:52] "GET /virtual-machine/30c06db7-cb15-4574-bd34-26ccf946b9dd HTTP/1.1" 200 1306 0.003669 10.0.0.141 - - [2026-03-02 01:58:52] "GET /virtual-machine-interface/26edc7af-9020-43c0-8dc0-9232394b3e35 HTTP/1.1" 200 3011 0.004241 10.0.0.141 - - [2026-03-02 01:58:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002477 10.0.0.141 - - [2026-03-02 01:58:52] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002506 10.0.0.141 - - [2026-03-02 01:58:52] "GET /virtual-networks?parent_id=702e0276-5dca-4f9f-93aa-2fee135a81f4&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003533 10.0.0.141 - - [2026-03-02 01:58:52] "GET /virtual-network/c5421ba0-65f7-4bb1-8c9b-9644cc7dd6b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005499 10.0.0.141 - - [2026-03-02 01:58:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.141 - - [2026-03-02 01:58:53] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002503 10.0.0.141 - - [2026-03-02 01:58:54] "GET /virtual-networks?parent_id=702e0276-5dca-4f9f-93aa-2fee135a81f4&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003433 10.0.0.141 - - [2026-03-02 01:58:54] "GET /virtual-network/c5421ba0-65f7-4bb1-8c9b-9644cc7dd6b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004934 10.0.0.141 - - [2026-03-02 01:58:54] "POST /neutron/floatingip HTTP/1.1" 200 577 0.009866 10.0.0.141 - - [2026-03-02 01:58:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.001955 10.0.0.141 - - [2026-03-02 01:58:54] "GET /routing-instance/5dbebc95-79b4-4433-bad9-7fc503a5f4c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.002461 10.0.0.141 - - [2026-03-02 01:58:54] "POST /neutron/port HTTP/1.1" 200 1136 0.011205 10.0.0.141 - - [2026-03-02 01:58:54] "GET /route-target/55ea539b-bce7-4344-a504-706b8af84ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003542 10.0.0.141 - - [2026-03-02 01:58:54] "POST /neutron/port HTTP/1.1" 200 1136 0.011518 10.0.0.141 - - [2026-03-02 01:58:54] "POST /neutron/network HTTP/1.1" 200 848 0.005241 10.0.0.141 - - [2026-03-02 01:58:54] "POST /neutron/floatingip HTTP/1.1" 200 551 0.013944 10.0.0.141 - - [2026-03-02 01:58:54] "GET /floating-ip/5defec56-6057-4119-8bff-70df38f485d4 HTTP/1.1" 200 1893 0.003960 10.0.0.141 - - [2026-03-02 01:58:54] "POST /neutron/subnet HTTP/1.1" 200 699 0.006234 10.0.0.141 - - [2026-03-02 01:58:54] "POST /neutron/port HTTP/1.1" 200 117 0.001285 10.0.0.141 - - [2026-03-02 01:58:54] "POST /neutron/network HTTP/1.1" 200 838 0.005747 10.0.0.141 - - [2026-03-02 01:58:57] "POST /neutron/floatingip HTTP/1.1" 200 577 0.010765 10.0.0.141 - - [2026-03-02 01:58:57] "POST /neutron/floatingip HTTP/1.1" 200 530 0.017774 10.0.0.141 - - [2026-03-02 01:58:57] "POST /neutron/floatingip HTTP/1.1" 200 530 0.005276 10.0.0.141 - - [2026-03-02 01:58:57] "POST /neutron/floatingip HTTP/1.1" 200 115 0.037749 10.0.0.141 - - [2026-03-02 01:58:57] "GET /floating-ip-pool/10c18ffe-862a-477d-a673-30f00825821c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.003390 10.0.0.141 - - [2026-03-02 01:58:57] "POST /ref-update HTTP/1.1" 200 156 0.008536 10.0.0.141 - - [2026-03-02 01:58:57] "DELETE /floating-ip-pool/10c18ffe-862a-477d-a673-30f00825821c HTTP/1.1" 200 115 0.029821 10.0.0.141 - - [2026-03-02 01:58:57] "POST /neutron/network HTTP/1.1" 200 838 0.006293 10.0.0.141 - - [2026-03-02 01:58:57] "POST /neutron/network HTTP/1.1" 400 204 0.016001 10.0.0.141 - - [2026-03-02 01:58:57] "POST /neutron/port HTTP/1.1" 200 1136 0.011127 10.0.0.141 - - [2026-03-02 01:58:57] "POST /neutron/port HTTP/1.1" 200 1126 0.008975 10.0.0.141 - - [2026-03-02 01:58:57] "POST /neutron/port HTTP/1.1" 200 1136 0.033268 10.0.0.141 - - [2026-03-02 01:58:57] "POST /neutron/port HTTP/1.1" 200 1126 0.007928 10.0.0.141 - - [2026-03-02 01:58:57] "POST /neutron/port HTTP/1.1" 200 151 0.131488 10.0.0.141 - - [2026-03-02 01:58:58] "POST /neutron/port HTTP/1.1" 200 151 0.150714 10.0.0.141 - - [2026-03-02 01:58:59] "POST /neutron/network HTTP/1.1" 200 838 0.005365 10.0.0.141 - - [2026-03-02 01:58:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002799 10.0.0.141 - - [2026-03-02 01:58:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.141 - - [2026-03-02 01:58:59] "POST /useragent-kv HTTP/1.1" 200 115 0.001387 10.0.0.141 - - [2026-03-02 01:58:59] "POST /neutron/network HTTP/1.1" 200 151 0.063589 10.0.0.141 - - [2026-03-02 01:58:59] "GET /routing-instance/a1c64cad-689d-4e4d-8e42-7bab9c4b2096 HTTP/1.1" 404 171 0.003193 10.0.0.141 - - [2026-03-02 01:58:59] "DELETE /route-target/21a5ce82-5608-4fbb-8752-629eaf2242f7 HTTP/1.1" 200 115 0.012362 10.0.0.141 - - [2026-03-02 01:58:59] "GET /domains HTTP/1.1" 200 281 0.002690 10.0.0.141 - - [2026-03-02 01:58:59] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000803 10.0.0.141 - - [2026-03-02 01:58:59] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 2596 0.049348 10.0.0.141 - - [2026-03-02 01:58:59] "GET /projects?obj_uuids=702e0276-5dca-4f9f-93aa-2fee135a81f4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000856 10.0.0.141 - - [2026-03-02 01:58:59] "GET /project/702e0276-5dca-4f9f-93aa-2fee135a81f4 HTTP/1.1" 200 2180 0.061419 10.0.0.141 - - [2026-03-02 01:58:59] "POST /neutron/network HTTP/1.1" 200 838 0.004766 10.0.0.141 - - [2026-03-02 01:58:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002456 10.0.0.141 - - [2026-03-02 01:58:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002676 10.0.0.141 - - [2026-03-02 01:58:59] "POST /useragent-kv HTTP/1.1" 200 115 0.001626 10.0.0.141 - - [2026-03-02 01:58:59] "POST /neutron/network HTTP/1.1" 200 151 0.069331 10.0.0.141 - - [2026-03-02 01:58:59] "DELETE /route-target/55ea539b-bce7-4344-a504-706b8af84ee8 HTTP/1.1" 200 115 0.021262 10.0.0.141 - - [2026-03-02 01:58:59] "GET /routing-instance/5dbebc95-79b4-4433-bad9-7fc503a5f4c3 HTTP/1.1" 404 171 0.004319 10.0.0.141 - - [2026-03-02 01:58:59] "GET /domains HTTP/1.1" 200 281 0.001853 10.0.0.141 - - [2026-03-02 01:58:59] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000820 10.0.0.141 - - [2026-03-02 01:58:59] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 2596 0.047763 10.0.0.141 - - [2026-03-02 01:58:59] "GET /projects?obj_uuids=702e0276-5dca-4f9f-93aa-2fee135a81f4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000875 10.0.0.141 - - [2026-03-02 01:58:59] "GET /project/702e0276-5dca-4f9f-93aa-2fee135a81f4 HTTP/1.1" 200 1929 0.061701 10.0.0.141 - - [2026-03-02 01:59:00] "GET /projects?obj_uuids=702e0276-5dca-4f9f-93aa-2fee135a81f4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000946 10.0.0.141 - - [2026-03-02 01:59:00] "GET /project/702e0276-5dca-4f9f-93aa-2fee135a81f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.020489 10.0.0.141 - - [2026-03-02 01:59:00] "GET /projects?obj_uuids=702e0276-5dca-4f9f-93aa-2fee135a81f4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000952 10.0.0.141 - - [2026-03-02 01:59:00] "GET /project/702e0276-5dca-4f9f-93aa-2fee135a81f4?fields=virtual_networks HTTP/1.1" 200 1058 0.064168 10.0.0.141 - - [2026-03-02 01:59:00] "GET /projects?obj_uuids=702e0276-5dca-4f9f-93aa-2fee135a81f4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000912 10.0.0.141 - - [2026-03-02 01:59:00] "GET /project/702e0276-5dca-4f9f-93aa-2fee135a81f4?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.025966 10.0.0.141 - - [2026-03-02 01:59:00] "GET /projects?obj_uuids=702e0276-5dca-4f9f-93aa-2fee135a81f4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001114 10.0.0.141 - - [2026-03-02 01:59:00] "GET /project/702e0276-5dca-4f9f-93aa-2fee135a81f4?fields=security_groups HTTP/1.1" 200 1297 0.027133 10.0.0.141 - - [2026-03-02 01:59:01] "POST /fqname-to-id HTTP/1.1" 404 183 0.024178 10.0.0.141 - - [2026-03-02 01:59:01] "GET /projects?obj_uuids=28d28014-86b3-43ad-8ce5-e01f92de3ca2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002053 10.0.0.141 - - [2026-03-02 01:59:01] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000939 10.0.0.141 - - [2026-03-02 01:59:01] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006429 10.0.0.141 - - [2026-03-02 01:59:01] "POST /id-to-fqname HTTP/1.1" 200 185 0.001206 10.0.0.141 - - [2026-03-02 01:59:01] "POST /fqname-to-id HTTP/1.1" 404 194 0.003207 10.0.0.141 - - [2026-03-02 01:59:01] "POST /security-groups HTTP/1.1" 200 586 0.064858 10.0.0.141 - - [2026-03-02 01:59:01] "POST /fqname-to-id HTTP/1.1" 404 229 0.002888 10.0.0.141 - - [2026-03-02 01:59:01] "POST /projects HTTP/1.1" 200 575 0.203263 10.0.0.141 - - [2026-03-02 01:59:01] "POST /access-control-lists HTTP/1.1" 200 593 0.058152 10.0.0.141 - - [2026-03-02 01:59:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.274456 10.0.0.141 - - [2026-03-02 01:59:01] "POST /fqname-to-id HTTP/1.1" 404 228 0.002762 10.0.0.141 - - [2026-03-02 01:59:01] "GET /project/28d28014-86b3-43ad-8ce5-e01f92de3ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.386632 10.0.0.141 - - [2026-03-02 01:59:01] "POST /access-control-lists HTTP/1.1" 200 591 0.060703 10.0.0.141 - - [2026-03-02 01:59:02] "GET / HTTP/1.1" 200 36215 0.001874 10.0.0.141 - - [2026-03-02 01:59:03] "GET /projects?obj_uuids=28d28014-86b3-43ad-8ce5-e01f92de3ca2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000919 10.0.0.141 - - [2026-03-02 01:59:03] "GET /project/28d28014-86b3-43ad-8ce5-e01f92de3ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.029687 10.0.0.141 - - [2026-03-02 01:59:03] "GET /projects?obj_uuids=28d28014-86b3-43ad-8ce5-e01f92de3ca2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000922 10.0.0.141 - - [2026-03-02 01:59:03] "GET /project/28d28014-86b3-43ad-8ce5-e01f92de3ca2?fields=virtual_networks HTTP/1.1" 200 1024 0.083587 10.0.0.141 - - [2026-03-02 01:59:03] "GET /projects?obj_uuids=28d28014-86b3-43ad-8ce5-e01f92de3ca2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000974 10.0.0.141 - - [2026-03-02 01:59:03] "GET /project/28d28014-86b3-43ad-8ce5-e01f92de3ca2?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.034680 10.0.0.141 - - [2026-03-02 01:59:03] "GET /projects?obj_uuids=28d28014-86b3-43ad-8ce5-e01f92de3ca2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000976 10.0.0.141 - - [2026-03-02 01:59:03] "GET /project/28d28014-86b3-43ad-8ce5-e01f92de3ca2?fields=security_groups HTTP/1.1" 200 1246 0.024982 10.0.0.141 - - [2026-03-02 01:59:04] "POST /fqname-to-id HTTP/1.1" 404 183 0.024310 10.0.0.141 - - [2026-03-02 01:59:04] "GET /projects?obj_uuids=0341643b-f5d2-41bf-935c-d7ae205461f9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002085 10.0.0.141 - - [2026-03-02 01:59:04] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000950 10.0.0.141 - - [2026-03-02 01:59:04] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006348 10.0.0.141 - - [2026-03-02 01:59:04] "POST /id-to-fqname HTTP/1.1" 200 185 0.001105 10.0.0.141 - - [2026-03-02 01:59:04] "POST /fqname-to-id HTTP/1.1" 404 194 0.002578 10.0.0.141 - - [2026-03-02 01:59:05] "POST /security-groups HTTP/1.1" 200 586 0.060786 10.0.0.141 - - [2026-03-02 01:59:05] "POST /fqname-to-id HTTP/1.1" 404 229 0.002923 10.0.0.141 - - [2026-03-02 01:59:05] "POST /projects HTTP/1.1" 200 575 0.196115 10.0.0.141 - - [2026-03-02 01:59:05] "POST /access-control-lists HTTP/1.1" 200 593 0.061262 10.0.0.141 - - [2026-03-02 01:59:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.265440 10.0.0.141 - - [2026-03-02 01:59:05] "POST /fqname-to-id HTTP/1.1" 404 228 0.002809 10.0.0.141 - - [2026-03-02 01:59:05] "GET /project/0341643b-f5d2-41bf-935c-d7ae205461f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.382031 10.0.0.141 - - [2026-03-02 01:59:05] "POST /access-control-lists HTTP/1.1" 200 591 0.060623 10.0.0.141 - - [2026-03-02 01:59:06] "GET / HTTP/1.1" 200 36215 0.001720 10.0.0.141 - - [2026-03-02 01:59:06] "POST /fqname-to-id HTTP/1.1" 404 193 0.002532 10.0.0.141 - - [2026-03-02 01:59:06] "GET /projects?obj_uuids=d7b1a13a-51ad-4751-a76d-e5acad186b1f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001068 10.0.0.141 - - [2026-03-02 01:59:06] "POST /fqname-to-id HTTP/1.1" 404 228 0.002393 10.0.0.141 - - [2026-03-02 01:59:06] "POST /access-control-lists HTTP/1.1" 200 592 0.014773 10.0.0.141 - - [2026-03-02 01:59:06] "POST /fqname-to-id HTTP/1.1" 404 227 0.002584 10.0.0.141 - - [2026-03-02 01:59:06] "POST /access-control-lists HTTP/1.1" 200 590 0.013905 10.0.0.141 - - [2026-03-02 01:59:06] "PUT /access-control-list/3abbba09-5dbe-4187-8cc0-b9d871cd75d6 HTTP/1.1" 200 273 0.008003 10.0.0.141 - - [2026-03-02 01:59:06] "PUT /access-control-list/3a6e7922-c0a1-4bf7-a268-9f614917b479 HTTP/1.1" 200 273 0.007721 10.0.0.141 - - [2026-03-02 01:59:07] "POST /neutron/security_group HTTP/1.1" 200 1364 0.361773 10.0.0.141 - - [2026-03-02 01:59:07] "PUT /access-control-list/3a6e7922-c0a1-4bf7-a268-9f614917b479 HTTP/1.1" 200 273 0.009398 10.0.0.141 - - [2026-03-02 01:59:07] "GET /projects?obj_uuids=d7b1a13a-51ad-4751-a76d-e5acad186b1f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001360 10.0.0.141 - - [2026-03-02 01:59:07] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.029793 10.0.0.141 - - [2026-03-02 01:59:07] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.006901 10.0.0.141 - - [2026-03-02 01:59:07] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.101629 10.0.0.141 - - [2026-03-02 01:59:07] "PUT /access-control-list/3a6e7922-c0a1-4bf7-a268-9f614917b479 HTTP/1.1" 200 273 0.007750 10.0.0.141 - - [2026-03-02 01:59:07] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.007602 10.0.0.141 - - [2026-03-02 01:59:07] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.120677 10.0.0.141 - - [2026-03-02 01:59:07] "POST /fqname-to-id HTTP/1.1" 404 193 0.002687 10.0.0.141 - - [2026-03-02 01:59:07] "PUT /access-control-list/3a6e7922-c0a1-4bf7-a268-9f614917b479 HTTP/1.1" 200 273 0.010303 10.0.0.141 - - [2026-03-02 01:59:07] "GET /projects?obj_uuids=d7b1a13a-51ad-4751-a76d-e5acad186b1f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000911 10.0.0.141 - - [2026-03-02 01:59:07] "POST /fqname-to-id HTTP/1.1" 404 228 0.002008 10.0.0.141 - - [2026-03-02 01:59:07] "POST /access-control-lists HTTP/1.1" 200 592 0.014143 10.0.0.141 - - [2026-03-02 01:59:07] "POST /fqname-to-id HTTP/1.1" 404 227 0.002516 10.0.0.141 - - [2026-03-02 01:59:07] "POST /access-control-lists HTTP/1.1" 200 590 0.017184 10.0.0.141 - - [2026-03-02 01:59:07] "PUT /access-control-list/f8b0b319-cdd0-484c-96e2-632a65ea3df0 HTTP/1.1" 200 273 0.007391 10.0.0.141 - - [2026-03-02 01:59:07] "PUT /access-control-list/08251367-bdff-4c95-94e1-ed04947732c3 HTTP/1.1" 200 273 0.008190 10.0.0.141 - - [2026-03-02 01:59:07] "POST /neutron/security_group HTTP/1.1" 200 1364 0.336018 10.0.0.141 - - [2026-03-02 01:59:07] "PUT /access-control-list/08251367-bdff-4c95-94e1-ed04947732c3 HTTP/1.1" 200 273 0.013810 10.0.0.141 - - [2026-03-02 01:59:07] "GET /projects?obj_uuids=d7b1a13a-51ad-4751-a76d-e5acad186b1f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000983 10.0.0.141 - - [2026-03-02 01:59:07] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.024211 10.0.0.141 - - [2026-03-02 01:59:07] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.006455 10.0.0.141 - - [2026-03-02 01:59:07] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.142543 10.0.0.141 - - [2026-03-02 01:59:07] "PUT /access-control-list/08251367-bdff-4c95-94e1-ed04947732c3 HTTP/1.1" 200 273 0.012573 10.0.0.141 - - [2026-03-02 01:59:07] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.009242 10.0.0.141 - - [2026-03-02 01:59:08] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.111502 10.0.0.141 - - [2026-03-02 01:59:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000356 10.0.0.141 - - [2026-03-02 01:59:08] "PUT /access-control-list/08251367-bdff-4c95-94e1-ed04947732c3 HTTP/1.1" 200 273 0.007002 10.0.0.141 - - [2026-03-02 01:59:08] "POST /fqname-to-id HTTP/1.1" 404 210 0.032473 10.0.0.141 - - [2026-03-02 01:59:08] "GET /projects?obj_uuids=0341643b-f5d2-41bf-935c-d7ae205461f9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001085 10.0.0.141 - - [2026-03-02 01:59:08] "POST /fqname-to-id HTTP/1.1" 404 245 0.002214 10.0.0.141 - - [2026-03-02 01:59:08] "POST /access-control-lists HTTP/1.1" 200 609 0.013642 10.0.0.141 - - [2026-03-02 01:59:08] "POST /fqname-to-id HTTP/1.1" 404 244 0.002525 10.0.0.141 - - [2026-03-02 01:59:08] "POST /access-control-lists HTTP/1.1" 200 607 0.013502 10.0.0.141 - - [2026-03-02 01:59:08] "PUT /access-control-list/4ebd7ae9-3a8a-4400-9596-12e13ec90562 HTTP/1.1" 200 273 0.007347 10.0.0.141 - - [2026-03-02 01:59:08] "PUT /access-control-list/755f2375-7a32-4301-a8ae-df72f02c9689 HTTP/1.1" 200 273 0.008607 10.0.0.141 - - [2026-03-02 01:59:08] "POST /neutron/security_group HTTP/1.1" 200 1379 0.334135 10.0.0.141 - - [2026-03-02 01:59:08] "GET /projects?obj_uuids=0341643b-f5d2-41bf-935c-d7ae205461f9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000850 10.0.0.141 - - [2026-03-02 01:59:08] "PUT /access-control-list/755f2375-7a32-4301-a8ae-df72f02c9689 HTTP/1.1" 200 273 0.010730 10.0.0.141 - - [2026-03-02 01:59:08] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.032723 10.0.0.141 - - [2026-03-02 01:59:08] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007411 10.0.0.141 - - [2026-03-02 01:59:08] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.128422 10.0.0.141 - - [2026-03-02 01:59:08] "PUT /access-control-list/755f2375-7a32-4301-a8ae-df72f02c9689 HTTP/1.1" 200 273 0.020727 10.0.0.141 - - [2026-03-02 01:59:08] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.014290 10.0.0.141 - - [2026-03-02 01:59:09] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.129935 10.0.0.141 - - [2026-03-02 01:59:09] "PUT /access-control-list/755f2375-7a32-4301-a8ae-df72f02c9689 HTTP/1.1" 200 273 0.008574 10.0.0.141 - - [2026-03-02 01:59:09] "POST /fqname-to-id HTTP/1.1" 404 210 0.002244 10.0.0.141 - - [2026-03-02 01:59:09] "GET /projects?obj_uuids=0341643b-f5d2-41bf-935c-d7ae205461f9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000986 10.0.0.141 - - [2026-03-02 01:59:09] "POST /fqname-to-id HTTP/1.1" 404 245 0.002552 10.0.0.141 - - [2026-03-02 01:59:09] "POST /access-control-lists HTTP/1.1" 200 609 0.013573 10.0.0.141 - - [2026-03-02 01:59:09] "POST /fqname-to-id HTTP/1.1" 404 244 0.002621 10.0.0.141 - - [2026-03-02 01:59:09] "POST /access-control-lists HTTP/1.1" 200 607 0.014365 10.0.0.141 - - [2026-03-02 01:59:09] "PUT /access-control-list/14bdafd9-6a06-4335-9464-19ef2cced9bd HTTP/1.1" 200 273 0.009764 10.0.0.141 - - [2026-03-02 01:59:09] "POST /neutron/security_group HTTP/1.1" 200 1379 0.250070 10.0.0.141 - - [2026-03-02 01:59:09] "GET /projects?obj_uuids=0341643b-f5d2-41bf-935c-d7ae205461f9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001321 10.0.0.141 - - [2026-03-02 01:59:09] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.030282 10.0.0.141 - - [2026-03-02 01:59:09] "PUT /access-control-list/1353f041-f373-42df-9780-e64d55145831 HTTP/1.1" 200 273 0.011722 10.0.0.141 - - [2026-03-02 01:59:09] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007308 10.0.0.141 - - [2026-03-02 01:59:09] "PUT /access-control-list/1353f041-f373-42df-9780-e64d55145831 HTTP/1.1" 200 273 0.007793 10.0.0.141 - - [2026-03-02 01:59:09] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.165859 10.0.0.141 - - [2026-03-02 01:59:09] "PUT /access-control-list/1353f041-f373-42df-9780-e64d55145831 HTTP/1.1" 200 273 0.009203 10.0.0.141 - - [2026-03-02 01:59:09] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.011092 10.0.0.141 - - [2026-03-02 01:59:09] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.102267 10.0.0.141 - - [2026-03-02 01:59:09] "PUT /access-control-list/1353f041-f373-42df-9780-e64d55145831 HTTP/1.1" 200 273 0.009233 10.0.0.141 - - [2026-03-02 01:59:09] "GET /projects?obj_uuids=d7b1a13a-51ad-4751-a76d-e5acad186b1f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000937 10.0.0.141 - - [2026-03-02 01:59:09] "POST /neutron/router HTTP/1.1" 200 541 0.039592 10.0.0.141 - - [2026-03-02 01:59:09] "POST /neutron/router HTTP/1.1" 200 541 0.004767 10.0.0.141 - - [2026-03-02 01:59:09] "POST /route-targets HTTP/1.1" 200 328 0.011602 10.0.0.141 - - [2026-03-02 01:59:09] "POST /neutron/router HTTP/1.1" 200 541 0.002544 10.0.0.141 - - [2026-03-02 01:59:09] "PUT /logical-router/6cd70398-2a80-4f31-bd20-8a9ab69d4639 HTTP/1.1" 200 263 0.017158 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.004483 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.003865 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.003764 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.003680 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.004499 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.003988 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.003889 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.003824 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.003824 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.003871 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.002932 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.003180 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.002723 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.003010 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.002976 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.003125 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.003019 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.003025 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.003290 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.002854 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.002789 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.002646 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.003050 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.003008 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.002980 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.004102 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.003004 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.002792 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.002733 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.002841 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.011559 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.003231 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 542 0.015905 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 542 0.003271 10.0.0.141 - - [2026-03-02 01:59:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 151 0.042545 10.0.0.141 - - [2026-03-02 01:59:10] "GET /logical-router/6cd70398-2a80-4f31-bd20-8a9ab69d4639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.006363 10.0.0.141 - - [2026-03-02 01:59:10] "GET /projects?obj_uuids=d7b1a13a-51ad-4751-a76d-e5acad186b1f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000872 10.0.0.141 - - [2026-03-02 01:59:10] "DELETE /route-target/5342099f-fc5b-48b4-a0b3-262fc3f04e13 HTTP/1.1" 200 115 0.021267 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.054735 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.003692 10.0.0.141 - - [2026-03-02 01:59:10] "POST /route-targets HTTP/1.1" 200 328 0.013179 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.002437 10.0.0.141 - - [2026-03-02 01:59:10] "PUT /logical-router/0e244f92-e995-445a-aee3-cbdb32f637ab HTTP/1.1" 200 263 0.012965 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.003815 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.002984 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.002638 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.002783 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.002742 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.002567 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.002481 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.002434 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.002604 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.002193 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.003520 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.002335 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.002574 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.002714 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.002650 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.003696 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.003527 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.002645 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.002409 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.002408 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.002549 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.003284 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.003623 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.003143 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.002861 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.002938 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.003035 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.002961 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.002769 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.002953 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.010897 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.003195 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.017673 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 541 0.003218 10.0.0.141 - - [2026-03-02 01:59:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004141 10.0.0.141 - - [2026-03-02 01:59:10] "GET /logical-router/0e244f92-e995-445a-aee3-cbdb32f637ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002549 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 151 0.036298 10.0.0.141 - - [2026-03-02 01:59:10] "DELETE /route-target/cfb85d62-3142-4aa8-af49-ada82526f3da HTTP/1.1" 200 115 0.010365 10.0.0.141 - - [2026-03-02 01:59:10] "GET /projects?obj_uuids=0341643b-f5d2-41bf-935c-d7ae205461f9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000944 10.0.0.141 - - [2026-03-02 01:59:10] "POST /neutron/router HTTP/1.1" 200 559 0.037827 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/router HTTP/1.1" 200 559 0.002913 10.0.0.141 - - [2026-03-02 01:59:11] "POST /route-targets HTTP/1.1" 200 328 0.013001 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/router HTTP/1.1" 200 559 0.003366 10.0.0.141 - - [2026-03-02 01:59:11] "PUT /logical-router/870d9868-2038-4373-8926-0495b1bb039e HTTP/1.1" 200 263 0.012991 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/router HTTP/1.1" 200 559 0.005087 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/router HTTP/1.1" 200 559 0.002928 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/router HTTP/1.1" 200 559 0.003245 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/router HTTP/1.1" 200 559 0.003092 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/router HTTP/1.1" 200 559 0.002815 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/router HTTP/1.1" 200 559 0.003600 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/router HTTP/1.1" 200 559 0.002913 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/router HTTP/1.1" 200 559 0.003710 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/router HTTP/1.1" 200 559 0.002752 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/router HTTP/1.1" 200 559 0.002878 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/router HTTP/1.1" 200 559 0.002824 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/router HTTP/1.1" 200 559 0.003027 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/router HTTP/1.1" 200 559 0.003190 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/router HTTP/1.1" 200 559 0.003188 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/router HTTP/1.1" 200 559 0.003577 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/router HTTP/1.1" 200 559 0.003192 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/router HTTP/1.1" 200 559 0.002891 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/router HTTP/1.1" 200 559 0.002765 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/router HTTP/1.1" 200 559 0.002786 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/router HTTP/1.1" 200 559 0.002580 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/router HTTP/1.1" 200 559 0.002836 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/router HTTP/1.1" 200 559 0.003387 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/router HTTP/1.1" 200 559 0.003145 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/router HTTP/1.1" 200 559 0.003004 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/router HTTP/1.1" 200 559 0.003105 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/router HTTP/1.1" 200 559 0.002967 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/router HTTP/1.1" 200 559 0.003141 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/router HTTP/1.1" 200 559 0.002865 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/router HTTP/1.1" 200 559 0.003175 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/router HTTP/1.1" 200 559 0.002893 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/router HTTP/1.1" 200 559 0.011733 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/router HTTP/1.1" 200 559 0.003115 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/router HTTP/1.1" 200 560 0.013357 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/router HTTP/1.1" 200 560 0.004065 10.0.0.141 - - [2026-03-02 01:59:11] "GET /logical-router/870d9868-2038-4373-8926-0495b1bb039e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003499 10.0.0.141 - - [2026-03-02 01:59:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002640 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/router HTTP/1.1" 200 151 0.035760 10.0.0.141 - - [2026-03-02 01:59:11] "DELETE /route-target/2e4e1633-85b4-436f-aa08-c2e01383a166 HTTP/1.1" 200 115 0.011884 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/security_group HTTP/1.1" 200 521 0.003471 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/security_group HTTP/1.1" 200 151 0.026726 10.0.0.141 - - [2026-03-02 01:59:11] "DELETE /access-control-list/14bdafd9-6a06-4335-9464-19ef2cced9bd HTTP/1.1" 200 115 0.020441 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/security_group HTTP/1.1" 200 521 0.003175 10.0.0.141 - - [2026-03-02 01:59:11] "DELETE /access-control-list/1353f041-f373-42df-9780-e64d55145831 HTTP/1.1" 200 115 0.019589 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/security_group HTTP/1.1" 200 151 0.036358 10.0.0.141 - - [2026-03-02 01:59:11] "DELETE /access-control-list/4ebd7ae9-3a8a-4400-9596-12e13ec90562 HTTP/1.1" 200 115 0.015037 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/security_group HTTP/1.1" 200 506 0.003309 10.0.0.141 - - [2026-03-02 01:59:11] "DELETE /access-control-list/755f2375-7a32-4301-a8ae-df72f02c9689 HTTP/1.1" 200 115 0.024739 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/security_group HTTP/1.1" 200 151 0.037567 10.0.0.141 - - [2026-03-02 01:59:11] "DELETE /access-control-list/f8b0b319-cdd0-484c-96e2-632a65ea3df0 HTTP/1.1" 200 115 0.017429 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/security_group HTTP/1.1" 200 506 0.002747 10.0.0.141 - - [2026-03-02 01:59:11] "DELETE /access-control-list/08251367-bdff-4c95-94e1-ed04947732c3 HTTP/1.1" 200 115 0.022462 10.0.0.141 - - [2026-03-02 01:59:11] "POST /neutron/security_group HTTP/1.1" 200 151 0.033394 10.0.0.141 - - [2026-03-02 01:59:11] "DELETE /access-control-list/3abbba09-5dbe-4187-8cc0-b9d871cd75d6 HTTP/1.1" 200 115 0.018289 10.0.0.141 - - [2026-03-02 01:59:11] "DELETE /access-control-list/3a6e7922-c0a1-4bf7-a268-9f614917b479 HTTP/1.1" 200 115 0.013448 10.0.0.141 - - [2026-03-02 01:59:11] "GET /projects?obj_uuids=0341643b-f5d2-41bf-935c-d7ae205461f9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000893 10.0.0.141 - - [2026-03-02 01:59:11] "GET /project/0341643b-f5d2-41bf-935c-d7ae205461f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.018003 10.0.0.141 - - [2026-03-02 01:59:11] "GET /projects?obj_uuids=0341643b-f5d2-41bf-935c-d7ae205461f9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000827 10.0.0.141 - - [2026-03-02 01:59:11] "GET /project/0341643b-f5d2-41bf-935c-d7ae205461f9?fields=virtual_networks HTTP/1.1" 200 1023 0.062574 10.0.0.141 - - [2026-03-02 01:59:12] "GET /projects?obj_uuids=0341643b-f5d2-41bf-935c-d7ae205461f9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001188 10.0.0.141 - - [2026-03-02 01:59:12] "GET /project/0341643b-f5d2-41bf-935c-d7ae205461f9?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.020614 10.0.0.141 - - [2026-03-02 01:59:12] "GET /projects?obj_uuids=0341643b-f5d2-41bf-935c-d7ae205461f9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000951 10.0.0.141 - - [2026-03-02 01:59:12] "GET /project/0341643b-f5d2-41bf-935c-d7ae205461f9?fields=security_groups HTTP/1.1" 200 1245 0.019653 10.0.0.141 - - [2026-03-02 01:59:12] "POST /fqname-to-id HTTP/1.1" 404 184 0.024194 10.0.0.141 - - [2026-03-02 01:59:12] "GET /projects?obj_uuids=9deb9b5a-92a4-4232-89b9-bf565e89865e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002398 10.0.0.141 - - [2026-03-02 01:59:12] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000900 10.0.0.141 - - [2026-03-02 01:59:12] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005849 10.0.0.141 - - [2026-03-02 01:59:13] "POST /id-to-fqname HTTP/1.1" 200 186 0.001290 10.0.0.141 - - [2026-03-02 01:59:13] "POST /fqname-to-id HTTP/1.1" 404 195 0.002284 10.0.0.141 - - [2026-03-02 01:59:13] "POST /security-groups HTTP/1.1" 200 587 0.059970 10.0.0.141 - - [2026-03-02 01:59:13] "POST /fqname-to-id HTTP/1.1" 404 230 0.011333 10.0.0.141 - - [2026-03-02 01:59:13] "POST /projects HTTP/1.1" 200 577 0.204462 10.0.0.141 - - [2026-03-02 01:59:13] "POST /access-control-lists HTTP/1.1" 200 594 0.058840 10.0.0.141 - - [2026-03-02 01:59:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.274511 10.0.0.141 - - [2026-03-02 01:59:13] "POST /fqname-to-id HTTP/1.1" 404 229 0.002432 10.0.0.141 - - [2026-03-02 01:59:13] "GET /project/9deb9b5a-92a4-4232-89b9-bf565e89865e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.389820 10.0.0.141 - - [2026-03-02 01:59:13] "POST /access-control-lists HTTP/1.1" 200 592 0.056774 10.0.0.141 - - [2026-03-02 01:59:14] "GET / HTTP/1.1" 200 36215 0.001902 10.0.0.141 - - [2026-03-02 01:59:14] "POST /fqname-to-id HTTP/1.1" 401 293 0.000484 10.0.0.141 - - [2026-03-02 01:59:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.051792 10.0.0.141 - - [2026-03-02 01:59:15] "GET /projects?obj_uuids=9deb9b5a-92a4-4232-89b9-bf565e89865e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000995 10.0.0.141 - - [2026-03-02 01:59:15] "GET /project/9deb9b5a-92a4-4232-89b9-bf565e89865e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.020311 10.0.0.141 - - [2026-03-02 01:59:15] "POST /neutron/network HTTP/1.1" 200 117 0.029818 10.0.0.141 - - [2026-03-02 01:59:15] "GET /projects?obj_uuids=9deb9b5a-92a4-4232-89b9-bf565e89865e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001532 10.0.0.141 - - [2026-03-02 01:59:15] "POST /neutron/network HTTP/1.1" 200 601 0.052285 10.0.0.141 - - [2026-03-02 01:59:15] "POST /route-targets HTTP/1.1" 200 328 0.009384 10.0.0.141 - - [2026-03-02 01:59:15] "POST /ref-update HTTP/1.1" 200 156 0.010057 10.0.0.141 - - [2026-03-02 01:59:15] "POST /useragent-kv HTTP/1.1" 200 115 0.004847 10.0.0.141 - - [2026-03-02 01:59:15] "POST /neutron/subnet HTTP/1.1" 200 724 0.155199 10.0.0.141 - - [2026-03-02 01:59:15] "POST /neutron/network HTTP/1.1" 200 820 0.004592 10.0.0.141 - - [2026-03-02 01:59:15] "POST /id-to-fqname HTTP/1.1" 200 216 0.001178 10.0.0.141 - - [2026-03-02 01:59:15] "GET /virtual-network/e1a37d93-c3a4-45cb-af6a-e9ba5d6e3a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004014 10.0.0.141 - - [2026-03-02 01:59:15] "POST /neutron/network HTTP/1.1" 200 820 0.005404 10.0.0.141 - - [2026-03-02 01:59:15] "GET /virtual-network/e1a37d93-c3a4-45cb-af6a-e9ba5d6e3a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004642 10.0.0.141 - - [2026-03-02 01:59:15] "POST /neutron/network HTTP/1.1" 200 820 0.005440 10.0.0.141 - - [2026-03-02 01:59:15] "POST /neutron/subnet HTTP/1.1" 200 724 0.005896 10.0.0.141 - - [2026-03-02 01:59:15] "POST /fqname-to-id HTTP/1.1" 404 206 0.002037 10.0.0.141 - - [2026-03-02 01:59:15] "GET /virtual-network/e1a37d93-c3a4-45cb-af6a-e9ba5d6e3a0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004060 10.0.0.141 - - [2026-03-02 01:59:15] "GET /projects?obj_uuids=9deb9b5a-92a4-4232-89b9-bf565e89865e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001275 10.0.0.141 - - [2026-03-02 01:59:16] "POST /neutron/port HTTP/1.1" 200 1017 0.177262 10.0.0.141 - - [2026-03-02 01:59:16] "GET /virtual-machine-interface/61a12a24-c211-46f2-a35e-f78b406371f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.004533 10.0.0.141 - - [2026-03-02 01:59:16] "GET /virtual-machine-interface/61a12a24-c211-46f2-a35e-f78b406371f6?fields=instance_ip_back_refs HTTP/1.1" 200 1320 0.005830 10.0.0.141 - - [2026-03-02 01:59:16] "GET /instance-ip/ef600d58-154b-4ba3-906d-e3e13905cb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1598 0.004284 10.0.0.141 - - [2026-03-02 01:59:16] "GET /virtual-machine-interface/61a12a24-c211-46f2-a35e-f78b406371f6 HTTP/1.1" 401 293 0.000445 10.0.0.141 - - [2026-03-02 01:59:16] "GET /virtual-machine-interface/61a12a24-c211-46f2-a35e-f78b406371f6 HTTP/1.1" 200 2611 0.030861 10.0.0.141 - - [2026-03-02 01:59:16] "POST /neutron/port HTTP/1.1" 200 1017 0.008223 10.0.0.141 - - [2026-03-02 01:59:16] "POST /neutron/port HTTP/1.1" 200 151 0.059490 10.0.0.141 - - [2026-03-02 01:59:16] "POST /neutron/network HTTP/1.1" 200 820 0.005577 10.0.0.141 - - [2026-03-02 01:59:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003035 10.0.0.141 - - [2026-03-02 01:59:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.141 - - [2026-03-02 01:59:16] "POST /useragent-kv HTTP/1.1" 200 115 0.001689 10.0.0.141 - - [2026-03-02 01:59:16] "POST /neutron/network HTTP/1.1" 200 151 0.072205 10.0.0.141 - - [2026-03-02 01:59:16] "DELETE /route-target/14954f1c-1037-4e86-9de9-0e0dce847e88 HTTP/1.1" 200 115 0.015779 10.0.0.141 - - [2026-03-02 01:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002537 10.0.0.141 - - [2026-03-02 01:59:17] "GET /projects?obj_uuids=9deb9b5a-92a4-4232-89b9-bf565e89865e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000847 10.0.0.141 - - [2026-03-02 01:59:17] "GET /project/9deb9b5a-92a4-4232-89b9-bf565e89865e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.018536 10.0.0.141 - - [2026-03-02 01:59:17] "POST /neutron/network HTTP/1.1" 200 117 0.007068 10.0.0.141 - - [2026-03-02 01:59:17] "GET /projects?obj_uuids=9deb9b5a-92a4-4232-89b9-bf565e89865e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000896 10.0.0.141 - - [2026-03-02 01:59:17] "POST /neutron/network HTTP/1.1" 200 603 0.064919 10.0.0.141 - - [2026-03-02 01:59:17] "POST /route-targets HTTP/1.1" 200 328 0.010344 10.0.0.141 - - [2026-03-02 01:59:17] "POST /ref-update HTTP/1.1" 200 156 0.010870 10.0.0.141 - - [2026-03-02 01:59:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003375 10.0.0.141 - - [2026-03-02 01:59:17] "POST /neutron/subnet HTTP/1.1" 200 720 0.148225 10.0.0.141 - - [2026-03-02 01:59:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003247 10.0.0.141 - - [2026-03-02 01:59:17] "POST /neutron/subnet HTTP/1.1" 200 734 0.139605 10.0.0.141 - - [2026-03-02 01:59:17] "POST /neutron/network HTTP/1.1" 200 979 0.006366 10.0.0.141 - - [2026-03-02 01:59:17] "POST /id-to-fqname HTTP/1.1" 200 217 0.001420 10.0.0.141 - - [2026-03-02 01:59:17] "GET /virtual-network/38c71d20-a5c3-4f15-9412-604b1b658653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.004669 10.0.0.141 - - [2026-03-02 01:59:17] "POST /neutron/network HTTP/1.1" 200 979 0.026407 10.0.0.141 - - [2026-03-02 01:59:17] "GET /virtual-network/38c71d20-a5c3-4f15-9412-604b1b658653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.006614 10.0.0.141 - - [2026-03-02 01:59:17] "POST /neutron/network HTTP/1.1" 200 979 0.007268 10.0.0.141 - - [2026-03-02 01:59:17] "POST /neutron/subnet HTTP/1.1" 200 720 0.006128 10.0.0.141 - - [2026-03-02 01:59:17] "POST /neutron/subnet HTTP/1.1" 200 734 0.005600 10.0.0.141 - - [2026-03-02 01:59:17] "GET /projects?obj_uuids=9deb9b5a-92a4-4232-89b9-bf565e89865e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000936 10.0.0.141 - - [2026-03-02 01:59:18] "POST /neutron/port HTTP/1.1" 200 1017 0.141952 10.0.0.141 - - [2026-03-02 01:59:18] "GET /projects?obj_uuids=9deb9b5a-92a4-4232-89b9-bf565e89865e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000999 10.0.0.141 - - [2026-03-02 01:59:18] "POST /neutron/port HTTP/1.1" 200 1020 0.144538 10.0.0.141 - - [2026-03-02 01:59:18] "POST /id-to-fqname HTTP/1.1" 200 217 0.001116 10.0.0.141 - - [2026-03-02 01:59:18] "POST /neutron/port HTTP/1.1" 200 1017 0.009029 10.0.0.141 - - [2026-03-02 01:59:18] "POST /neutron/port HTTP/1.1" 200 1017 0.007740 10.0.0.141 - - [2026-03-02 01:59:18] "POST /neutron/network HTTP/1.1" 200 979 0.005630 10.0.0.141 - - [2026-03-02 01:59:18] "POST /neutron/port HTTP/1.1" 200 1017 0.007379 10.0.0.141 - - [2026-03-02 01:59:18] "POST /neutron/port HTTP/1.1" 200 117 0.004135 10.0.0.141 - - [2026-03-02 01:59:18] "POST /neutron/port HTTP/1.1" 200 117 0.004160 10.0.0.141 - - [2026-03-02 01:59:18] "POST /id-to-fqname HTTP/1.1" 200 217 0.001081 10.0.0.141 - - [2026-03-02 01:59:18] "POST /neutron/port HTTP/1.1" 200 117 0.004519 10.0.0.141 - - [2026-03-02 01:59:18] "POST /neutron/port HTTP/1.1" 200 1020 0.007629 10.0.0.141 - - [2026-03-02 01:59:18] "POST /neutron/port HTTP/1.1" 200 1020 0.006908 10.0.0.141 - - [2026-03-02 01:59:18] "POST /neutron/network HTTP/1.1" 200 979 0.006461 10.0.0.141 - - [2026-03-02 01:59:18] "POST /neutron/port HTTP/1.1" 200 1020 0.007290 10.0.0.141 - - [2026-03-02 01:59:18] "POST /neutron/port HTTP/1.1" 200 1017 0.008093 10.0.0.141 - - [2026-03-02 01:59:18] "POST /neutron/port HTTP/1.1" 200 1020 0.007709 10.0.0.141 - - [2026-03-02 01:59:18] "POST /neutron/port HTTP/1.1" 200 117 0.004367 10.0.0.141 - - [2026-03-02 01:59:18] "POST /neutron/port HTTP/1.1" 200 117 0.004222 10.0.0.141 - - [2026-03-02 01:59:18] "POST /neutron/port HTTP/1.1" 200 117 0.005327 10.0.0.141 - - [2026-03-02 01:59:19] "POST /neutron/port HTTP/1.1" 200 1017 0.008611 10.0.0.141 - - [2026-03-02 01:59:19] "POST /neutron/network HTTP/1.1" 200 989 0.005569 10.0.0.141 - - [2026-03-02 01:59:19] "POST /neutron/port HTTP/1.1" 200 1017 0.008231 10.0.0.141 - - [2026-03-02 01:59:19] "POST /neutron/port HTTP/1.1" 200 1020 0.011092 10.0.0.141 - - [2026-03-02 01:59:19] "POST /neutron/port HTTP/1.1" 200 1017 0.010322 10.0.0.141 - - [2026-03-02 01:59:19] "POST /neutron/network HTTP/1.1" 200 989 0.007543 10.0.0.141 - - [2026-03-02 01:59:19] "POST /neutron/port HTTP/1.1" 200 1020 0.008954 10.0.0.141 - - [2026-03-02 01:59:19] "POST /neutron/port HTTP/1.1" 200 1020 0.015251 10.0.0.141 - - [2026-03-02 01:59:19] "POST /neutron/port HTTP/1.1" 200 1109 0.089988 10.0.0.141 - - [2026-03-02 01:59:19] "POST /neutron/port HTTP/1.1" 200 1112 0.091727 10.0.0.141 - - [2026-03-02 01:59:19] "POST /neutron/port HTTP/1.1" 200 1119 0.022041 10.0.0.141 - - [2026-03-02 01:59:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003061 10.0.0.141 - - [2026-03-02 01:59:19] "POST /neutron/subnet HTTP/1.1" 200 694 0.008688 10.0.0.141 - - [2026-03-02 01:59:19] "POST /neutron/port HTTP/1.1" 200 1122 0.013300 10.0.0.141 - - [2026-03-02 01:59:19] "POST /neutron/port HTTP/1.1" 200 117 0.001088 10.0.0.141 - - [2026-03-02 01:59:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003719 10.0.0.141 - - [2026-03-02 01:59:19] "POST /neutron/network HTTP/1.1" 200 979 0.007662 10.0.0.141 - - [2026-03-02 01:59:19] "POST /neutron/subnet HTTP/1.1" 200 708 0.007126 10.0.0.141 - - [2026-03-02 01:59:19] "POST /neutron/port HTTP/1.1" 200 117 0.001127 10.0.0.141 - - [2026-03-02 01:59:19] "POST /neutron/network HTTP/1.1" 200 979 0.006119 10.0.0.141 - - [2026-03-02 01:59:24] "POST /neutron/port HTTP/1.1" 200 1119 0.009674 10.0.0.141 - - [2026-03-02 01:59:24] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005002 10.0.0.141 - - [2026-03-02 01:59:24] "POST /neutron/port HTTP/1.1" 200 1119 0.010388 10.0.0.141 - - [2026-03-02 01:59:24] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005160 10.0.0.141 - - [2026-03-02 01:59:24] "POST /neutron/port HTTP/1.1" 200 1119 0.010464 10.0.0.141 - - [2026-03-02 01:59:24] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004912 10.0.0.141 - - [2026-03-02 01:59:24] "GET /virtual-machine/150d9fd2-f6f7-4c5e-8f99-376e8426f47d HTTP/1.1" 200 1286 0.003774 10.0.0.141 - - [2026-03-02 01:59:24] "GET /virtual-machine-interface/c541f535-2f8e-4129-ad4b-a3296c8866b1 HTTP/1.1" 200 2932 0.004243 10.0.0.141 - - [2026-03-02 01:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002460 10.0.0.141 - - [2026-03-02 01:59:24] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002592 10.0.0.141 - - [2026-03-02 01:59:24] "GET /virtual-networks?parent_id=9deb9b5a-92a4-4232-89b9-bf565e89865e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002789 10.0.0.141 - - [2026-03-02 01:59:24] "GET /virtual-network/38c71d20-a5c3-4f15-9412-604b1b658653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.004729 10.0.0.141 - - [2026-03-02 01:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.141 - - [2026-03-02 01:59:27] "GET /virtual-network/38c71d20-a5c3-4f15-9412-604b1b658653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.004369 10.0.0.141 - - [2026-03-02 01:59:27] "POST /neutron/port HTTP/1.1" 200 1119 0.010575 10.0.0.141 - - [2026-03-02 01:59:27] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004867 10.0.0.141 - - [2026-03-02 01:59:28] "POST /neutron/port HTTP/1.1" 200 1122 0.011671 10.0.0.141 - - [2026-03-02 01:59:28] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004969 10.0.0.141 - - [2026-03-02 01:59:28] "DELETE /project/9deb9b5a92a4423289b9bf565e89865e HTTP/1.1" 404 173 0.012424 10.0.0.141 - - [2026-03-02 01:59:28] "DELETE /project/702e02765dca4f9f93aa2fee135a81f4 HTTP/1.1" 404 173 0.010270 10.0.0.141 - - [2026-03-02 01:59:28] "DELETE /project/28d2801486b343ad8ce5e01f92de3ca2 HTTP/1.1" 404 173 0.009562 10.0.0.141 - - [2026-03-02 01:59:28] "DELETE /project/0341643bf5d241bf935cd7ae205461f9 HTTP/1.1" 404 173 0.006657 10.0.0.141 - - [2026-03-02 01:59:28] "GET /projects?obj_uuids=28d28014-86b3-43ad-8ce5-e01f92de3ca2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000841 10.0.0.141 - - [2026-03-02 01:59:28] "GET /projects?obj_uuids=702e0276-5dca-4f9f-93aa-2fee135a81f4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000731 10.0.0.141 - - [2026-03-02 01:59:28] "GET /projects?obj_uuids=0341643b-f5d2-41bf-935c-d7ae205461f9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000720 10.0.0.141 - - [2026-03-02 01:59:28] "GET /project/702e0276-5dca-4f9f-93aa-2fee135a81f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.052036 10.0.0.141 - - [2026-03-02 01:59:28] "GET /project/28d28014-86b3-43ad-8ce5-e01f92de3ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.058438 10.0.0.141 - - [2026-03-02 01:59:28] "GET /project/0341643b-f5d2-41bf-935c-d7ae205461f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.056139 10.0.0.141 - - [2026-03-02 01:59:28] "GET /projects?obj_uuids=0341643b-f5d2-41bf-935c-d7ae205461f9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000889 10.0.0.141 - - [2026-03-02 01:59:28] "GET /projects?obj_uuids=28d28014-86b3-43ad-8ce5-e01f92de3ca2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000764 10.0.0.141 - - [2026-03-02 01:59:28] "GET /projects?obj_uuids=702e0276-5dca-4f9f-93aa-2fee135a81f4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000691 10.0.0.141 - - [2026-03-02 01:59:29] "GET /project/702e0276-5dca-4f9f-93aa-2fee135a81f4?fields=security_groups HTTP/1.1" 200 1399 0.040384 10.0.0.141 - - [2026-03-02 01:59:29] "GET /project/0341643b-f5d2-41bf-935c-d7ae205461f9?fields=security_groups HTTP/1.1" 200 1347 0.042335 10.0.0.141 - - [2026-03-02 01:59:29] "GET /project/28d28014-86b3-43ad-8ce5-e01f92de3ca2?fields=security_groups HTTP/1.1" 200 1348 0.047952 10.0.0.141 - - [2026-03-02 01:59:29] "DELETE /security-group/fc1c0d97-8ea3-4dea-8f1f-2f7bcc1db4e5 HTTP/1.1" 200 115 0.078675 10.0.0.141 - - [2026-03-02 01:59:29] "GET /projects?obj_uuids=702e0276-5dca-4f9f-93aa-2fee135a81f4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001972 10.0.0.141 - - [2026-03-02 01:59:29] "DELETE /access-control-list/b1d55f19-76c3-413d-840f-1807336a099d HTTP/1.1" 200 115 0.055050 10.0.0.141 - - [2026-03-02 01:59:29] "DELETE /security-group/051a07c8-7b36-43a7-8477-3b9738575f24 HTTP/1.1" 200 115 0.095598 10.0.0.141 - - [2026-03-02 01:59:29] "DELETE /security-group/49fbba1e-19f6-491f-aaac-0e1a357de246 HTTP/1.1" 200 115 0.098151 10.0.0.141 - - [2026-03-02 01:59:29] "GET /projects?obj_uuids=0341643b-f5d2-41bf-935c-d7ae205461f9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001828 10.0.0.141 - - [2026-03-02 01:59:29] "GET /project/702e0276-5dca-4f9f-93aa-2fee135a81f4?fields=application_policy_sets HTTP/1.1" 200 1438 0.051853 10.0.0.141 - - [2026-03-02 01:59:29] "GET /projects?obj_uuids=28d28014-86b3-43ad-8ce5-e01f92de3ca2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001929 10.0.0.141 - - [2026-03-02 01:59:29] "DELETE /access-control-list/ad08e69a-aadf-4e0f-8add-7adc140e68ea HTTP/1.1" 200 115 0.053538 10.0.0.141 - - [2026-03-02 01:59:29] "GET /project/28d28014-86b3-43ad-8ce5-e01f92de3ca2?fields=application_policy_sets HTTP/1.1" 200 1387 0.047245 10.0.0.141 - - [2026-03-02 01:59:29] "GET /project/0341643b-f5d2-41bf-935c-d7ae205461f9?fields=application_policy_sets HTTP/1.1" 200 1386 0.085050 10.0.0.141 - - [2026-03-02 01:59:29] "DELETE /access-control-list/274da543-53a1-495a-baf4-64529981357b HTTP/1.1" 200 115 0.044371 10.0.0.141 - - [2026-03-02 01:59:29] "DELETE /access-control-list/e6cdd224-c272-47dc-90d7-d48801e1e151 HTTP/1.1" 200 115 0.034476 10.0.0.141 - - [2026-03-02 01:59:29] "DELETE /access-control-list/27e81628-cd49-415b-b547-f70323acc831 HTTP/1.1" 200 115 0.050120 10.0.0.141 - - [2026-03-02 01:59:29] "DELETE /project/702e0276-5dca-4f9f-93aa-2fee135a81f4 HTTP/1.1" 200 115 0.501068 10.0.0.141 - - [2026-03-02 01:59:29] "DELETE /access-control-list/eea949dd-7f8c-4636-b675-78bee5943cae HTTP/1.1" 200 115 0.048348 10.0.0.141 - - [2026-03-02 01:59:29] "DELETE /project/28d28014-86b3-43ad-8ce5-e01f92de3ca2 HTTP/1.1" 200 115 0.513031 10.0.0.141 - - [2026-03-02 01:59:29] "DELETE /project/0341643b-f5d2-41bf-935c-d7ae205461f9 HTTP/1.1" 200 115 0.518929 10.0.0.141 - - [2026-03-02 01:59:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002578 10.0.0.141 - - [2026-03-02 01:59:29] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002972 10.0.0.141 - - [2026-03-02 01:59:29] "GET /virtual-networks?parent_id=9deb9b5a-92a4-4232-89b9-bf565e89865e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002909 10.0.0.141 - - [2026-03-02 01:59:29] "GET /virtual-network/38c71d20-a5c3-4f15-9412-604b1b658653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.004619 10.0.0.141 - - [2026-03-02 01:59:29] "POST /neutron/port HTTP/1.1" 200 1122 0.011187 10.0.0.141 - - [2026-03-02 01:59:29] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005023 10.0.0.141 - - [2026-03-02 01:59:29] "POST /neutron/port HTTP/1.1" 200 1122 0.011013 10.0.0.141 - - [2026-03-02 01:59:29] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006360 10.0.0.141 - - [2026-03-02 01:59:30] "POST /neutron/port HTTP/1.1" 200 1122 0.011387 10.0.0.141 - - [2026-03-02 01:59:30] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004921 10.0.0.141 - - [2026-03-02 01:59:30] "GET /virtual-machine/8af632e5-0f02-4e77-af6d-1663163999dc HTTP/1.1" 200 1287 0.003892 10.0.0.141 - - [2026-03-02 01:59:30] "GET /virtual-machine-interface/1a9c9d11-cc73-497a-8dbc-440efabce5bd HTTP/1.1" 200 2931 0.004066 10.0.0.141 - - [2026-03-02 01:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.141 - - [2026-03-02 01:59:30] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002585 10.0.0.141 - - [2026-03-02 01:59:30] "GET /virtual-networks?parent_id=9deb9b5a-92a4-4232-89b9-bf565e89865e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002590 10.0.0.141 - - [2026-03-02 01:59:30] "GET /virtual-network/38c71d20-a5c3-4f15-9412-604b1b658653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.004706 10.0.0.141 - - [2026-03-02 01:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002512 10.0.0.141 - - [2026-03-02 01:59:31] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002887 10.0.0.141 - - [2026-03-02 01:59:31] "GET /virtual-networks?parent_id=9deb9b5a-92a4-4232-89b9-bf565e89865e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002573 10.0.0.141 - - [2026-03-02 01:59:31] "GET /virtual-network/38c71d20-a5c3-4f15-9412-604b1b658653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.005672 10.0.0.141 - - [2026-03-02 01:59:34] "GET /obj-perms HTTP/1.1" 200 5075 0.046651 10.0.0.141 - - [2026-03-02 01:59:34] "POST /neutron/port HTTP/1.1" 200 1112 0.010965 10.0.0.141 - - [2026-03-02 01:59:34] "POST /neutron/port HTTP/1.1" 200 1112 0.009952 10.0.0.141 - - [2026-03-02 01:59:34] "GET /obj-perms HTTP/1.1" 200 5075 0.075835 10.0.0.141 - - [2026-03-02 01:59:34] "POST /neutron/port HTTP/1.1" 200 151 0.120132 10.0.0.141 - - [2026-03-02 01:59:34] "POST /neutron/port HTTP/1.1" 200 1109 0.008652 10.0.0.141 - - [2026-03-02 01:59:34] "POST /neutron/port HTTP/1.1" 200 1109 0.008403 10.0.0.141 - - [2026-03-02 01:59:35] "POST /neutron/port HTTP/1.1" 200 151 0.107856 10.0.0.141 - - [2026-03-02 01:59:35] "POST /neutron/network HTTP/1.1" 200 979 0.008348 10.0.0.141 - - [2026-03-02 01:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.009094 10.0.0.141 - - [2026-03-02 01:59:35] "POST /useragent-kv HTTP/1.1" 200 115 0.005295 10.0.0.141 - - [2026-03-02 01:59:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004421 10.0.0.141 - - [2026-03-02 01:59:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002140 10.0.0.141 - - [2026-03-02 01:59:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001534 10.0.0.141 - - [2026-03-02 01:59:35] "POST /neutron/network HTTP/1.1" 200 151 0.115897 10.0.0.141 - - [2026-03-02 01:59:35] "DELETE /route-target/fe8c4a1c-a4dc-4841-97f1-a1758927e4f4 HTTP/1.1" 200 115 0.025207 10.0.0.141 - - [2026-03-02 01:59:35] "GET /projects?obj_uuids=9deb9b5a-92a4-4232-89b9-bf565e89865e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000937 10.0.0.141 - - [2026-03-02 01:59:35] "GET /project/9deb9b5a-92a4-4232-89b9-bf565e89865e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.025767 10.0.0.141 - - [2026-03-02 01:59:35] "GET /projects?obj_uuids=9deb9b5a-92a4-4232-89b9-bf565e89865e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000878 10.0.0.141 - - [2026-03-02 01:59:35] "GET /project/9deb9b5a-92a4-4232-89b9-bf565e89865e?fields=virtual_networks HTTP/1.1" 200 1026 0.063662 10.0.0.141 - - [2026-03-02 01:59:35] "GET /projects?obj_uuids=9deb9b5a-92a4-4232-89b9-bf565e89865e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000976 10.0.0.141 - - [2026-03-02 01:59:35] "GET /project/9deb9b5a-92a4-4232-89b9-bf565e89865e?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.027279 10.0.0.141 - - [2026-03-02 01:59:35] "GET /projects?obj_uuids=9deb9b5a-92a4-4232-89b9-bf565e89865e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000910 10.0.0.141 - - [2026-03-02 01:59:35] "GET /project/9deb9b5a-92a4-4232-89b9-bf565e89865e?fields=security_groups HTTP/1.1" 200 1249 0.025386 10.0.0.141 - - [2026-03-02 01:59:36] "POST /fqname-to-id HTTP/1.1" 404 186 0.023589 10.0.0.141 - - [2026-03-02 01:59:36] "GET /projects?obj_uuids=752005e1-a7eb-40a8-85ba-8cb62b0c98e9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002172 10.0.0.141 - - [2026-03-02 01:59:36] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000872 10.0.0.141 - - [2026-03-02 01:59:36] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006089 10.0.0.141 - - [2026-03-02 01:59:36] "POST /id-to-fqname HTTP/1.1" 200 188 0.001622 10.0.0.141 - - [2026-03-02 01:59:36] "POST /fqname-to-id HTTP/1.1" 404 197 0.002611 10.0.0.141 - - [2026-03-02 01:59:36] "POST /security-groups HTTP/1.1" 200 589 0.060146 10.0.0.141 - - [2026-03-02 01:59:36] "POST /fqname-to-id HTTP/1.1" 404 232 0.002359 10.0.0.141 - - [2026-03-02 01:59:36] "POST /projects HTTP/1.1" 200 581 0.205666 10.0.0.141 - - [2026-03-02 01:59:36] "POST /access-control-lists HTTP/1.1" 200 596 0.057410 10.0.0.141 - - [2026-03-02 01:59:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.272351 10.0.0.141 - - [2026-03-02 01:59:36] "POST /fqname-to-id HTTP/1.1" 404 231 0.002438 10.0.0.141 - - [2026-03-02 01:59:36] "GET /project/752005e1-a7eb-40a8-85ba-8cb62b0c98e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.383398 10.0.0.141 - - [2026-03-02 01:59:37] "POST /access-control-lists HTTP/1.1" 200 594 0.060536 10.0.0.141 - - [2026-03-02 01:59:37] "GET / HTTP/1.1" 200 36215 0.001776 10.0.0.141 - - [2026-03-02 01:59:38] "POST /fqname-to-id HTTP/1.1" 401 293 0.000439 10.0.0.141 - - [2026-03-02 01:59:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.053091 10.0.0.141 - - [2026-03-02 01:59:38] "GET /projects?obj_uuids=752005e1-a7eb-40a8-85ba-8cb62b0c98e9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000880 10.0.0.141 - - [2026-03-02 01:59:38] "GET /project/752005e1-a7eb-40a8-85ba-8cb62b0c98e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.021973 10.0.0.141 - - [2026-03-02 01:59:39] "POST /neutron/network HTTP/1.1" 200 117 0.028502 10.0.0.141 - - [2026-03-02 01:59:39] "GET /projects?obj_uuids=752005e1-a7eb-40a8-85ba-8cb62b0c98e9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001186 10.0.0.141 - - [2026-03-02 01:59:39] "POST /neutron/network HTTP/1.1" 200 605 0.068768 10.0.0.141 - - [2026-03-02 01:59:39] "POST /route-targets HTTP/1.1" 200 328 0.016440 10.0.0.141 - - [2026-03-02 01:59:39] "POST /ref-update HTTP/1.1" 200 156 0.016572 10.0.0.141 - - [2026-03-02 01:59:39] "POST /useragent-kv HTTP/1.1" 200 115 0.004877 10.0.0.141 - - [2026-03-02 01:59:39] "POST /neutron/subnet HTTP/1.1" 200 729 0.202455 10.0.0.141 - - [2026-03-02 01:59:39] "POST /neutron/network HTTP/1.1" 200 825 0.009056 10.0.0.141 - - [2026-03-02 01:59:39] "POST /id-to-fqname HTTP/1.1" 200 219 0.001161 10.0.0.141 - - [2026-03-02 01:59:39] "GET /virtual-network/c8b84330-1393-4eb4-b127-1b07dd290172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004148 10.0.0.141 - - [2026-03-02 01:59:39] "POST /neutron/network HTTP/1.1" 200 825 0.005824 10.0.0.141 - - [2026-03-02 01:59:39] "GET /virtual-network/c8b84330-1393-4eb4-b127-1b07dd290172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004253 10.0.0.141 - - [2026-03-02 01:59:39] "POST /neutron/network HTTP/1.1" 200 825 0.004743 10.0.0.141 - - [2026-03-02 01:59:39] "POST /neutron/subnet HTTP/1.1" 200 729 0.005512 10.0.0.141 - - [2026-03-02 01:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.001891 10.0.0.141 - - [2026-03-02 01:59:39] "GET /projects?obj_uuids=752005e1-a7eb-40a8-85ba-8cb62b0c98e9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000909 10.0.0.141 - - [2026-03-02 01:59:39] "GET /project/752005e1-a7eb-40a8-85ba-8cb62b0c98e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.027704 10.0.0.141 - - [2026-03-02 01:59:39] "POST /neutron/network HTTP/1.1" 200 117 0.021051 10.0.0.141 - - [2026-03-02 01:59:39] "GET /projects?obj_uuids=752005e1-a7eb-40a8-85ba-8cb62b0c98e9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000956 10.0.0.141 - - [2026-03-02 01:59:39] "POST /neutron/network HTTP/1.1" 200 605 0.106776 10.0.0.141 - - [2026-03-02 01:59:39] "POST /route-targets HTTP/1.1" 200 328 0.017668 10.0.0.141 - - [2026-03-02 01:59:39] "POST /ref-update HTTP/1.1" 200 156 0.020997 10.0.0.141 - - [2026-03-02 01:59:39] "POST /neutron/port HTTP/1.1" 200 117 0.004692 10.0.0.141 - - [2026-03-02 01:59:39] "POST /neutron/port HTTP/1.1" 400 205 0.002395 10.0.0.141 - - [2026-03-02 01:59:40] "POST /useragent-kv HTTP/1.1" 200 115 0.008062 10.0.0.141 - - [2026-03-02 01:59:40] "POST /neutron/subnet HTTP/1.1" 200 720 0.200760 10.0.0.141 - - [2026-03-02 01:59:40] "POST /neutron/port HTTP/1.1" 200 117 0.004595 10.0.0.141 - - [2026-03-02 01:59:40] "POST /neutron/network HTTP/1.1" 200 823 0.004551 10.0.0.141 - - [2026-03-02 01:59:40] "POST /id-to-fqname HTTP/1.1" 200 219 0.001020 10.0.0.141 - - [2026-03-02 01:59:40] "GET /virtual-network/1a5a8668-a7a2-426a-888c-c9b28737b99f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004154 10.0.0.141 - - [2026-03-02 01:59:40] "POST /neutron/port HTTP/1.1" 400 205 0.002108 10.0.0.141 - - [2026-03-02 01:59:40] "POST /neutron/network HTTP/1.1" 200 823 0.006288 10.0.0.141 - - [2026-03-02 01:59:40] "GET /virtual-network/1a5a8668-a7a2-426a-888c-c9b28737b99f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004347 10.0.0.141 - - [2026-03-02 01:59:40] "POST /neutron/network HTTP/1.1" 200 823 0.004873 10.0.0.141 - - [2026-03-02 01:59:40] "POST /neutron/subnet HTTP/1.1" 200 720 0.005510 10.0.0.141 - - [2026-03-02 01:59:40] "POST /id-to-fqname HTTP/1.1" 200 219 0.000996 10.0.0.141 - - [2026-03-02 01:59:40] "POST /neutron/network HTTP/1.1" 200 835 0.004895 10.0.0.141 - - [2026-03-02 01:59:40] "GET /aaa-mode HTTP/1.1" 401 293 0.000396 10.0.0.141 - - [2026-03-02 01:59:40] "GET / HTTP/1.1" 200 36215 0.002273 10.0.0.141 - - [2026-03-02 01:59:40] "GET /project/752005e1-a7eb-40a8-85ba-8cb62b0c98e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000510 10.0.0.141 - - [2026-03-02 01:59:41] "GET /projects?obj_uuids=752005e1-a7eb-40a8-85ba-8cb62b0c98e9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000908 10.0.0.141 - - [2026-03-02 01:59:41] "GET /project/752005e1-a7eb-40a8-85ba-8cb62b0c98e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.042632 10.0.0.141 - - [2026-03-02 01:59:41] "POST /neutron/network HTTP/1.1" 200 825 0.004416 10.0.0.141 - - [2026-03-02 01:59:41] "POST /neutron/port HTTP/1.1" 200 117 0.004028 10.0.0.141 - - [2026-03-02 01:59:41] "POST /neutron/port HTTP/1.1" 200 117 0.004328 10.0.0.141 - - [2026-03-02 01:59:41] "POST /id-to-fqname HTTP/1.1" 200 219 0.001037 10.0.0.141 - - [2026-03-02 01:59:41] "POST /neutron/port HTTP/1.1" 200 117 0.004301 10.0.0.141 - - [2026-03-02 01:59:41] "POST /neutron/network HTTP/1.1" 200 833 0.005641 10.0.0.141 - - [2026-03-02 01:59:41] "GET /aaa-mode HTTP/1.1" 401 293 0.000393 10.0.0.141 - - [2026-03-02 01:59:41] "POST /neutron/network HTTP/1.1" 200 835 0.004968 10.0.0.141 - - [2026-03-02 01:59:41] "GET /projects?obj_uuids=752005e1-a7eb-40a8-85ba-8cb62b0c98e9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001239 10.0.0.141 - - [2026-03-02 01:59:41] "GET / HTTP/1.1" 200 36215 0.001569 10.0.0.141 - - [2026-03-02 01:59:41] "GET /project/752005e1-a7eb-40a8-85ba-8cb62b0c98e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000354 10.0.0.141 - - [2026-03-02 01:59:41] "POST /neutron/port HTTP/1.1" 200 1059 0.248762 10.0.0.141 - - [2026-03-02 01:59:41] "POST /neutron/port HTTP/1.1" 200 1059 0.013043 10.0.0.141 - - [2026-03-02 01:59:41] "POST /neutron/port HTTP/1.1" 200 1059 0.018677 10.0.0.141 - - [2026-03-02 01:59:41] "POST /neutron/port HTTP/1.1" 200 1113 0.083521 10.0.0.141 - - [2026-03-02 01:59:42] "POST /neutron/port HTTP/1.1" 200 1123 0.010592 10.0.0.141 - - [2026-03-02 01:59:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003501 10.0.0.141 - - [2026-03-02 01:59:42] "POST /neutron/subnet HTTP/1.1" 200 703 0.011274 10.0.0.141 - - [2026-03-02 01:59:42] "POST /neutron/port HTTP/1.1" 200 117 0.001547 10.0.0.141 - - [2026-03-02 01:59:42] "POST /neutron/network HTTP/1.1" 200 825 0.005620 10.0.0.141 - - [2026-03-02 01:59:42] "GET /projects?obj_uuids=752005e1-a7eb-40a8-85ba-8cb62b0c98e9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001365 10.0.0.141 - - [2026-03-02 01:59:42] "GET /project/752005e1-a7eb-40a8-85ba-8cb62b0c98e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.043907 10.0.0.141 - - [2026-03-02 01:59:42] "POST /neutron/network HTTP/1.1" 200 823 0.004933 10.0.0.141 - - [2026-03-02 01:59:42] "POST /neutron/port HTTP/1.1" 200 1123 0.011529 10.0.0.141 - - [2026-03-02 01:59:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004894 10.0.0.141 - - [2026-03-02 01:59:42] "POST /neutron/port HTTP/1.1" 200 117 0.005020 10.0.0.141 - - [2026-03-02 01:59:42] "GET /projects?obj_uuids=752005e1-a7eb-40a8-85ba-8cb62b0c98e9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001038 10.0.0.141 - - [2026-03-02 01:59:42] "POST /neutron/router HTTP/1.1" 200 580 0.056126 10.0.0.141 - - [2026-03-02 01:59:42] "POST /neutron/router HTTP/1.1" 200 580 0.003522 10.0.0.141 - - [2026-03-02 01:59:42] "POST /route-targets HTTP/1.1" 200 328 0.019020 10.0.0.141 - - [2026-03-02 01:59:42] "GET /projects?obj_uuids=752005e1-a7eb-40a8-85ba-8cb62b0c98e9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001237 10.0.0.141 - - [2026-03-02 01:59:42] "PUT /logical-router/284108e0-d7e6-4ffb-8e76-2d8d5193f057 HTTP/1.1" 200 263 0.026113 10.0.0.141 - - [2026-03-02 01:59:42] "POST /neutron/router HTTP/1.1" 200 344 0.241101 10.0.0.141 - - [2026-03-02 01:59:42] "POST /ref-update HTTP/1.1" 200 156 0.016923 10.0.0.141 - - [2026-03-02 01:59:42] "POST /neutron/port HTTP/1.1" 200 1123 0.035851 10.0.0.141 - - [2026-03-02 01:59:42] "POST /neutron/network HTTP/1.1" 200 833 0.005082 10.0.0.141 - - [2026-03-02 01:59:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006590 10.0.0.141 - - [2026-03-02 01:59:42] "GET /projects?obj_uuids=752005e1-a7eb-40a8-85ba-8cb62b0c98e9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002445 10.0.0.141 - - [2026-03-02 01:59:43] "POST /neutron/port HTTP/1.1" 200 1057 0.230262 10.0.0.141 - - [2026-03-02 01:59:43] "POST /neutron/port HTTP/1.1" 200 1057 0.020968 10.0.0.141 - - [2026-03-02 01:59:43] "POST /neutron/port HTTP/1.1" 200 1057 0.011312 10.0.0.141 - - [2026-03-02 01:59:43] "POST /neutron/port HTTP/1.1" 200 1111 0.065541 10.0.0.141 - - [2026-03-02 01:59:43] "POST /neutron/port HTTP/1.1" 200 1121 0.011123 10.0.0.141 - - [2026-03-02 01:59:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002636 10.0.0.141 - - [2026-03-02 01:59:43] "POST /neutron/subnet HTTP/1.1" 200 694 0.005898 10.0.0.141 - - [2026-03-02 01:59:43] "POST /neutron/port HTTP/1.1" 200 117 0.001072 10.0.0.141 - - [2026-03-02 01:59:43] "POST /neutron/network HTTP/1.1" 200 823 0.004868 10.0.0.141 - - [2026-03-02 01:59:47] "POST /neutron/port HTTP/1.1" 200 1123 0.010823 10.0.0.141 - - [2026-03-02 01:59:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004885 10.0.0.141 - - [2026-03-02 01:59:47] "POST /neutron/port HTTP/1.1" 200 1123 0.011572 10.0.0.141 - - [2026-03-02 01:59:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005262 10.0.0.141 - - [2026-03-02 01:59:48] "POST /neutron/port HTTP/1.1" 200 1123 0.011718 10.0.0.141 - - [2026-03-02 01:59:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007304 10.0.0.141 - - [2026-03-02 01:59:48] "GET /virtual-machine/60023913-bdd1-4f7a-b0df-086ef2e253be HTTP/1.1" 401 293 0.000539 10.0.0.141 - - [2026-03-02 01:59:48] "GET /virtual-machine/60023913-bdd1-4f7a-b0df-086ef2e253be HTTP/1.1" 200 1292 0.025784 10.0.0.141 - - [2026-03-02 01:59:48] "GET /virtual-machine-interface/624f7c13-bfd2-4a80-9ab0-3f992f94c927 HTTP/1.1" 200 2941 0.004133 10.0.0.141 - - [2026-03-02 01:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002452 10.0.0.141 - - [2026-03-02 01:59:48] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002538 10.0.0.141 - - [2026-03-02 01:59:48] "GET /virtual-networks?parent_id=752005e1-a7eb-40a8-85ba-8cb62b0c98e9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002663 10.0.0.141 - - [2026-03-02 01:59:48] "GET /virtual-network/c8b84330-1393-4eb4-b127-1b07dd290172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005067 10.0.0.141 - - [2026-03-02 01:59:50] "POST /neutron/port HTTP/1.1" 200 1123 0.009727 10.0.0.141 - - [2026-03-02 01:59:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.003877 10.0.0.141 - - [2026-03-02 01:59:51] "POST /neutron/port HTTP/1.1" 200 1121 0.010190 10.0.0.141 - - [2026-03-02 01:59:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004575 10.0.0.141 - - [2026-03-02 01:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002533 10.0.0.141 - - [2026-03-02 01:59:51] "GET /virtual-network/c8b84330-1393-4eb4-b127-1b07dd290172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004401 10.0.0.141 - - [2026-03-02 01:59:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.141 - - [2026-03-02 01:59:53] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002671 10.0.0.141 - - [2026-03-02 01:59:53] "GET /virtual-networks?parent_id=752005e1-a7eb-40a8-85ba-8cb62b0c98e9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002688 10.0.0.141 - - [2026-03-02 01:59:53] "GET /virtual-network/c8b84330-1393-4eb4-b127-1b07dd290172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004677 10.0.0.141 - - [2026-03-02 01:59:54] "POST /neutron/port HTTP/1.1" 200 1121 0.009845 10.0.0.141 - - [2026-03-02 01:59:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005635 10.0.0.141 - - [2026-03-02 01:59:54] "POST /neutron/port HTTP/1.1" 200 1121 0.010311 10.0.0.141 - - [2026-03-02 01:59:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005337 10.0.0.141 - - [2026-03-02 01:59:54] "POST /neutron/port HTTP/1.1" 200 1121 0.010072 10.0.0.141 - - [2026-03-02 01:59:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004728 10.0.0.141 - - [2026-03-02 01:59:54] "GET /virtual-machine/38b0d5ab-f554-48ec-9efd-d59a29e487a3 HTTP/1.1" 200 1292 0.003238 10.0.0.141 - - [2026-03-02 01:59:54] "GET /virtual-machine-interface/5ab0d69d-ac75-4f6f-a8a2-d14541d5bb91 HTTP/1.1" 200 2941 0.003763 10.0.0.141 - - [2026-03-02 01:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002083 10.0.0.141 - - [2026-03-02 01:59:54] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002686 10.0.0.141 - - [2026-03-02 01:59:54] "GET /virtual-networks?parent_id=752005e1-a7eb-40a8-85ba-8cb62b0c98e9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003151 10.0.0.141 - - [2026-03-02 01:59:54] "GET /virtual-network/1a5a8668-a7a2-426a-888c-c9b28737b99f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004875 10.0.0.141 - - [2026-03-02 01:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002642 10.0.0.141 - - [2026-03-02 01:59:55] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002683 10.0.0.141 - - [2026-03-02 01:59:55] "GET /virtual-networks?parent_id=752005e1-a7eb-40a8-85ba-8cb62b0c98e9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002619 10.0.0.141 - - [2026-03-02 01:59:55] "GET /virtual-network/1a5a8668-a7a2-426a-888c-c9b28737b99f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006385 10.0.0.141 - - [2026-03-02 02:00:00] "POST /neutron/router HTTP/1.1" 200 580 0.003676 10.0.0.141 - - [2026-03-02 02:00:00] "GET /projects?obj_uuids=752005e1-a7eb-40a8-85ba-8cb62b0c98e9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000905 10.0.0.141 - - [2026-03-02 02:00:00] "POST /neutron/router HTTP/1.1" 200 344 0.180163 10.0.0.141 - - [2026-03-02 02:00:00] "POST /ref-update HTTP/1.1" 200 156 0.016442 10.0.0.141 - - [2026-03-02 02:00:00] "POST /neutron/port HTTP/1.1" 200 1920 0.023208 10.0.0.141 - - [2026-03-02 02:00:02] "POST /neutron/router HTTP/1.1" 200 580 0.004341 10.0.0.141 - - [2026-03-02 02:00:02] "POST /ref-update HTTP/1.1" 200 156 0.008149 10.0.0.141 - - [2026-03-02 02:00:03] "POST /neutron/router HTTP/1.1" 200 344 0.088023 10.0.0.141 - - [2026-03-02 02:00:06] "POST /neutron/router HTTP/1.1" 200 580 0.004038 10.0.0.141 - - [2026-03-02 02:00:06] "GET /projects?obj_uuids=752005e1-a7eb-40a8-85ba-8cb62b0c98e9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002033 10.0.0.141 - - [2026-03-02 02:00:06] "POST /neutron/router HTTP/1.1" 200 344 0.163013 10.0.0.141 - - [2026-03-02 02:00:06] "POST /ref-update HTTP/1.1" 200 156 0.007401 10.0.0.141 - - [2026-03-02 02:00:12] "POST /neutron/router HTTP/1.1" 200 580 0.004305 10.0.0.141 - - [2026-03-02 02:00:12] "POST /ref-update HTTP/1.1" 200 156 0.008429 10.0.0.141 - - [2026-03-02 02:00:12] "POST /neutron/router HTTP/1.1" 200 344 0.092145 10.0.0.141 - - [2026-03-02 02:00:12] "POST /neutron/router HTTP/1.1" 200 580 0.004308 10.0.0.141 - - [2026-03-02 02:00:12] "POST /ref-update HTTP/1.1" 200 156 0.009341 10.0.0.141 - - [2026-03-02 02:00:13] "POST /neutron/router HTTP/1.1" 200 344 0.082123 10.0.0.141 - - [2026-03-02 02:00:13] "POST /neutron/router HTTP/1.1" 200 580 0.003656 10.0.0.141 - - [2026-03-02 02:00:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.141 - - [2026-03-02 02:00:13] "GET /logical-router/284108e0-d7e6-4ffb-8e76-2d8d5193f057?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004979 10.0.0.141 - - [2026-03-02 02:00:13] "POST /neutron/router HTTP/1.1" 200 151 0.037142 10.0.0.141 - - [2026-03-02 02:00:13] "DELETE /route-target/662f8953-b235-4684-821a-1ae442f73fdc HTTP/1.1" 200 115 0.010489 10.0.0.141 - - [2026-03-02 02:00:13] "POST /neutron/network HTTP/1.1" 200 823 0.012851 10.0.0.141 - - [2026-03-02 02:00:13] "POST /neutron/network HTTP/1.1" 400 204 0.008311 10.0.0.141 - - [2026-03-02 02:00:13] "POST /neutron/port HTTP/1.1" 200 1121 0.010707 10.0.0.141 - - [2026-03-02 02:00:13] "POST /neutron/port HTTP/1.1" 200 1111 0.008415 10.0.0.141 - - [2026-03-02 02:00:13] "POST /neutron/port HTTP/1.1" 200 1123 0.012019 10.0.0.141 - - [2026-03-02 02:00:13] "POST /neutron/port HTTP/1.1" 200 1113 0.009736 10.0.0.141 - - [2026-03-02 02:00:13] "POST /neutron/port HTTP/1.1" 200 151 0.103825 10.0.0.141 - - [2026-03-02 02:00:13] "POST /neutron/port HTTP/1.1" 200 151 0.100839 10.0.0.141 - - [2026-03-02 02:00:15] "POST /neutron/network HTTP/1.1" 200 823 0.005552 10.0.0.141 - - [2026-03-02 02:00:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.141 - - [2026-03-02 02:00:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002272 10.0.0.141 - - [2026-03-02 02:00:15] "POST /useragent-kv HTTP/1.1" 200 115 0.001420 10.0.0.141 - - [2026-03-02 02:00:15] "POST /neutron/network HTTP/1.1" 200 151 0.074214 10.0.0.141 - - [2026-03-02 02:00:15] "DELETE /route-target/c2e0383e-9c6a-45cc-abca-b2b8d814f3c3 HTTP/1.1" 200 115 0.015235 10.0.0.141 - - [2026-03-02 02:00:15] "POST /neutron/network HTTP/1.1" 200 825 0.004591 10.0.0.141 - - [2026-03-02 02:00:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003157 10.0.0.141 - - [2026-03-02 02:00:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.141 - - [2026-03-02 02:00:15] "POST /useragent-kv HTTP/1.1" 200 115 0.005392 10.0.0.141 - - [2026-03-02 02:00:15] "POST /neutron/network HTTP/1.1" 200 151 0.065843 10.0.0.141 - - [2026-03-02 02:00:15] "DELETE /route-target/0bf7a8da-dcf2-45c0-bec5-9f4d301d0e7d HTTP/1.1" 200 115 0.015539 10.0.0.141 - - [2026-03-02 02:00:15] "GET /projects?obj_uuids=752005e1-a7eb-40a8-85ba-8cb62b0c98e9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000889 10.0.0.141 - - [2026-03-02 02:00:15] "GET /project/752005e1-a7eb-40a8-85ba-8cb62b0c98e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.023135 10.0.0.141 - - [2026-03-02 02:00:15] "GET /projects?obj_uuids=752005e1-a7eb-40a8-85ba-8cb62b0c98e9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000872 10.0.0.141 - - [2026-03-02 02:00:15] "GET /project/752005e1-a7eb-40a8-85ba-8cb62b0c98e9?fields=virtual_networks HTTP/1.1" 200 1029 0.059630 10.0.0.141 - - [2026-03-02 02:00:15] "GET /projects?obj_uuids=752005e1-a7eb-40a8-85ba-8cb62b0c98e9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000937 10.0.0.141 - - [2026-03-02 02:00:15] "GET /project/752005e1-a7eb-40a8-85ba-8cb62b0c98e9?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.021614 10.0.0.141 - - [2026-03-02 02:00:15] "GET /projects?obj_uuids=752005e1-a7eb-40a8-85ba-8cb62b0c98e9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000920 10.0.0.141 - - [2026-03-02 02:00:15] "GET /project/752005e1-a7eb-40a8-85ba-8cb62b0c98e9?fields=security_groups HTTP/1.1" 200 1254 0.023701 10.0.0.141 - - [2026-03-02 02:00:16] "POST /fqname-to-id HTTP/1.1" 404 191 0.023452 10.0.0.141 - - [2026-03-02 02:00:16] "GET /projects?obj_uuids=ee31e2f9-8902-4bcc-97f2-be07fe1ff33f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002313 10.0.0.141 - - [2026-03-02 02:00:16] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001006 10.0.0.141 - - [2026-03-02 02:00:16] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007798 10.0.0.141 - - [2026-03-02 02:00:16] "POST /id-to-fqname HTTP/1.1" 200 193 0.001257 10.0.0.141 - - [2026-03-02 02:00:16] "POST /fqname-to-id HTTP/1.1" 404 202 0.001580 10.0.0.141 - - [2026-03-02 02:00:16] "POST /security-groups HTTP/1.1" 200 594 0.060646 10.0.0.141 - - [2026-03-02 02:00:16] "POST /fqname-to-id HTTP/1.1" 404 237 0.002621 10.0.0.141 - - [2026-03-02 02:00:17] "POST /projects HTTP/1.1" 200 591 0.208282 10.0.0.141 - - [2026-03-02 02:00:17] "POST /access-control-lists HTTP/1.1" 200 601 0.053977 10.0.0.141 - - [2026-03-02 02:00:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.275763 10.0.0.141 - - [2026-03-02 02:00:17] "POST /fqname-to-id HTTP/1.1" 404 236 0.002276 10.0.0.141 - - [2026-03-02 02:00:17] "GET /project/ee31e2f9-8902-4bcc-97f2-be07fe1ff33f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.423177 10.0.0.141 - - [2026-03-02 02:00:17] "POST /access-control-lists HTTP/1.1" 200 599 0.056602 10.0.0.141 - - [2026-03-02 02:00:18] "GET / HTTP/1.1" 200 36215 0.001874 10.0.0.141 - - [2026-03-02 02:00:19] "GET /project/ee31e2f9-8902-4bcc-97f2-be07fe1ff33f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000445 10.0.0.141 - - [2026-03-02 02:00:19] "GET /projects?obj_uuids=ee31e2f9-8902-4bcc-97f2-be07fe1ff33f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000958 10.0.0.141 - - [2026-03-02 02:00:19] "GET /project/ee31e2f9-8902-4bcc-97f2-be07fe1ff33f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.043324 10.0.0.141 - - [2026-03-02 02:00:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.001799 10.0.0.141 - - [2026-03-02 02:00:19] "GET /security-group/24560ba0-9857-4cb4-89e4-eafd066ca22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.005902 10.0.0.141 - - [2026-03-02 02:00:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002626 10.0.0.141 - - [2026-03-02 02:00:19] "GET /projects?obj_uuids=ee31e2f9-8902-4bcc-97f2-be07fe1ff33f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001344 10.0.0.141 - - [2026-03-02 02:00:19] "GET /project/ee31e2f9-8902-4bcc-97f2-be07fe1ff33f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.021482 10.0.0.141 - - [2026-03-02 02:00:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002492 10.0.0.141 - - [2026-03-02 02:00:19] "GET /security-group/24560ba0-9857-4cb4-89e4-eafd066ca22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.003494 10.0.0.141 - - [2026-03-02 02:00:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002581 10.0.0.141 - - [2026-03-02 02:00:19] "PUT /security-group/24560ba0-9857-4cb4-89e4-eafd066ca22e HTTP/1.1" 200 263 0.010827 10.0.0.141 - - [2026-03-02 02:00:19] "PUT /access-control-list/801630c0-247e-4e7b-89a9-497ed0963ad0 HTTP/1.1" 200 273 0.006906 10.0.0.141 - - [2026-03-02 02:00:19] "PUT /access-control-list/5c95f73a-20a7-448a-b580-c5a32d4e090f HTTP/1.1" 200 273 0.007144 10.0.0.141 - - [2026-03-02 02:00:19] "POST /fqname-to-id HTTP/1.1" 404 202 0.002161 10.0.0.141 - - [2026-03-02 02:00:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002450 10.0.0.141 - - [2026-03-02 02:00:19] "GET /projects?obj_uuids=ee31e2f9-8902-4bcc-97f2-be07fe1ff33f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001344 10.0.0.141 - - [2026-03-02 02:00:20] "GET /project/ee31e2f9-8902-4bcc-97f2-be07fe1ff33f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.022412 10.0.0.141 - - [2026-03-02 02:00:20] "POST /neutron/network HTTP/1.1" 200 117 0.029447 10.0.0.141 - - [2026-03-02 02:00:20] "GET /projects?obj_uuids=ee31e2f9-8902-4bcc-97f2-be07fe1ff33f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001031 10.0.0.141 - - [2026-03-02 02:00:20] "POST /neutron/network HTTP/1.1" 200 608 0.056619 10.0.0.141 - - [2026-03-02 02:00:20] "POST /route-targets HTTP/1.1" 200 328 0.010464 10.0.0.141 - - [2026-03-02 02:00:20] "POST /ref-update HTTP/1.1" 200 156 0.010888 10.0.0.141 - - [2026-03-02 02:00:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004170 10.0.0.141 - - [2026-03-02 02:00:20] "POST /neutron/subnet HTTP/1.1" 200 720 0.157455 10.0.0.141 - - [2026-03-02 02:00:20] "POST /neutron/network HTTP/1.1" 200 826 0.004224 10.0.0.141 - - [2026-03-02 02:00:20] "POST /id-to-fqname HTTP/1.1" 200 223 0.000915 10.0.0.141 - - [2026-03-02 02:00:20] "GET /virtual-network/5b16197d-5cbc-486a-97a0-ad10ec30e56b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.003587 10.0.0.141 - - [2026-03-02 02:00:20] "POST /neutron/network HTTP/1.1" 200 826 0.004674 10.0.0.141 - - [2026-03-02 02:00:20] "GET /virtual-network/5b16197d-5cbc-486a-97a0-ad10ec30e56b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.003718 10.0.0.141 - - [2026-03-02 02:00:20] "POST /neutron/network HTTP/1.1" 200 826 0.004436 10.0.0.141 - - [2026-03-02 02:00:20] "POST /neutron/subnet HTTP/1.1" 200 720 0.005230 10.0.0.141 - - [2026-03-02 02:00:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.001847 10.0.0.141 - - [2026-03-02 02:00:20] "GET /projects?obj_uuids=ee31e2f9-8902-4bcc-97f2-be07fe1ff33f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000878 10.0.0.141 - - [2026-03-02 02:00:20] "GET /project/ee31e2f9-8902-4bcc-97f2-be07fe1ff33f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.020712 10.0.0.141 - - [2026-03-02 02:00:20] "POST /neutron/network HTTP/1.1" 200 117 0.008211 10.0.0.141 - - [2026-03-02 02:00:20] "GET /projects?obj_uuids=ee31e2f9-8902-4bcc-97f2-be07fe1ff33f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000810 10.0.0.141 - - [2026-03-02 02:00:20] "POST /neutron/network HTTP/1.1" 200 615 0.068784 10.0.0.141 - - [2026-03-02 02:00:20] "POST /route-targets HTTP/1.1" 200 328 0.013926 10.0.0.141 - - [2026-03-02 02:00:20] "POST /ref-update HTTP/1.1" 200 156 0.011120 10.0.0.141 - - [2026-03-02 02:00:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003270 10.0.0.141 - - [2026-03-02 02:00:20] "POST /neutron/subnet HTTP/1.1" 200 730 0.169478 10.0.0.141 - - [2026-03-02 02:00:20] "POST /neutron/network HTTP/1.1" 200 835 0.004827 10.0.0.141 - - [2026-03-02 02:00:20] "POST /id-to-fqname HTTP/1.1" 200 227 0.000965 10.0.0.141 - - [2026-03-02 02:00:20] "GET /virtual-network/9b0c1f06-4378-4fd8-99f3-7c256fef939e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.003972 10.0.0.141 - - [2026-03-02 02:00:20] "POST /neutron/network HTTP/1.1" 200 835 0.004545 10.0.0.141 - - [2026-03-02 02:00:20] "GET /virtual-network/9b0c1f06-4378-4fd8-99f3-7c256fef939e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.003925 10.0.0.141 - - [2026-03-02 02:00:21] "POST /neutron/network HTTP/1.1" 200 835 0.005520 10.0.0.141 - - [2026-03-02 02:00:21] "POST /neutron/subnet HTTP/1.1" 200 730 0.005503 10.0.0.141 - - [2026-03-02 02:00:21] "POST /id-to-fqname HTTP/1.1" 200 223 0.000978 10.0.0.141 - - [2026-03-02 02:00:21] "POST /neutron/network HTTP/1.1" 200 836 0.004737 10.0.0.141 - - [2026-03-02 02:00:21] "GET /aaa-mode HTTP/1.1" 401 293 0.000385 10.0.0.141 - - [2026-03-02 02:00:21] "GET / HTTP/1.1" 200 36215 0.001649 10.0.0.141 - - [2026-03-02 02:00:21] "GET /project/ee31e2f9-8902-4bcc-97f2-be07fe1ff33f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000360 10.0.0.141 - - [2026-03-02 02:00:21] "GET /projects?obj_uuids=ee31e2f9-8902-4bcc-97f2-be07fe1ff33f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000925 10.0.0.141 - - [2026-03-02 02:00:21] "GET /project/ee31e2f9-8902-4bcc-97f2-be07fe1ff33f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.050076 10.0.0.141 - - [2026-03-02 02:00:21] "POST /neutron/network HTTP/1.1" 200 826 0.004831 10.0.0.141 - - [2026-03-02 02:00:22] "POST /neutron/port HTTP/1.1" 200 117 0.004168 10.0.0.141 - - [2026-03-02 02:00:22] "POST /neutron/port HTTP/1.1" 200 117 0.005514 10.0.0.141 - - [2026-03-02 02:00:22] "POST /id-to-fqname HTTP/1.1" 200 227 0.001451 10.0.0.141 - - [2026-03-02 02:00:22] "POST /neutron/port HTTP/1.1" 200 117 0.004022 10.0.0.141 - - [2026-03-02 02:00:22] "POST /neutron/network HTTP/1.1" 200 845 0.004976 10.0.0.141 - - [2026-03-02 02:00:22] "GET /aaa-mode HTTP/1.1" 401 293 0.000364 10.0.0.141 - - [2026-03-02 02:00:22] "POST /neutron/network HTTP/1.1" 200 836 0.004914 10.0.0.141 - - [2026-03-02 02:00:22] "GET /projects?obj_uuids=ee31e2f9-8902-4bcc-97f2-be07fe1ff33f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001256 10.0.0.141 - - [2026-03-02 02:00:22] "GET / HTTP/1.1" 200 36215 0.001589 10.0.0.141 - - [2026-03-02 02:00:22] "GET /project/ee31e2f9-8902-4bcc-97f2-be07fe1ff33f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000367 10.0.0.141 - - [2026-03-02 02:00:22] "POST /neutron/port HTTP/1.1" 200 1062 0.185596 10.0.0.141 - - [2026-03-02 02:00:22] "POST /neutron/port HTTP/1.1" 200 1062 0.009179 10.0.0.141 - - [2026-03-02 02:00:22] "POST /neutron/port HTTP/1.1" 200 1062 0.008530 10.0.0.141 - - [2026-03-02 02:00:22] "POST /neutron/port HTTP/1.1" 200 1116 0.054005 10.0.0.141 - - [2026-03-02 02:00:22] "POST /neutron/port HTTP/1.1" 200 1126 0.011645 10.0.0.141 - - [2026-03-02 02:00:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004427 10.0.0.141 - - [2026-03-02 02:00:22] "POST /neutron/subnet HTTP/1.1" 200 694 0.005846 10.0.0.141 - - [2026-03-02 02:00:22] "POST /neutron/port HTTP/1.1" 200 117 0.001390 10.0.0.141 - - [2026-03-02 02:00:22] "POST /neutron/network HTTP/1.1" 200 826 0.004582 10.0.0.141 - - [2026-03-02 02:00:22] "GET /projects?obj_uuids=ee31e2f9-8902-4bcc-97f2-be07fe1ff33f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001813 10.0.0.141 - - [2026-03-02 02:00:23] "GET /project/ee31e2f9-8902-4bcc-97f2-be07fe1ff33f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.048879 10.0.0.141 - - [2026-03-02 02:00:23] "POST /neutron/network HTTP/1.1" 200 835 0.004847 10.0.0.141 - - [2026-03-02 02:00:23] "POST /neutron/port HTTP/1.1" 200 1126 0.011768 10.0.0.141 - - [2026-03-02 02:00:23] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005644 10.0.0.141 - - [2026-03-02 02:00:23] "POST /neutron/port HTTP/1.1" 200 117 0.012239 10.0.0.141 - - [2026-03-02 02:00:23] "GET /projects?obj_uuids=ee31e2f9-8902-4bcc-97f2-be07fe1ff33f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000927 10.0.0.141 - - [2026-03-02 02:00:23] "POST /neutron/router HTTP/1.1" 200 585 0.064830 10.0.0.141 - - [2026-03-02 02:00:23] "POST /neutron/router HTTP/1.1" 200 585 0.004136 10.0.0.141 - - [2026-03-02 02:00:23] "POST /route-targets HTTP/1.1" 200 328 0.015219 10.0.0.141 - - [2026-03-02 02:00:23] "POST /neutron/router HTTP/1.1" 200 656 0.037916 10.0.0.141 - - [2026-03-02 02:00:23] "PUT /logical-router/015b1bb1-a144-419c-8592-d24cc43a2baf HTTP/1.1" 200 263 0.028277 10.0.0.141 - - [2026-03-02 02:00:23] "GET /logical-router/015b1bb1-a144-419c-8592-d24cc43a2baf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.009387 10.0.0.141 - - [2026-03-02 02:00:23] "POST /neutron/router HTTP/1.1" 200 656 0.003005 10.0.0.141 - - [2026-03-02 02:00:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.141 - - [2026-03-02 02:00:23] "GET /projects?obj_uuids=ee31e2f9-8902-4bcc-97f2-be07fe1ff33f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001429 10.0.0.141 - - [2026-03-02 02:00:23] "GET /service-template/35232bad-1f8c-47b3-a774-de52a21073c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.015770 10.0.0.141 - - [2026-03-02 02:00:23] "POST /fqname-to-id HTTP/1.1" 404 215 0.005275 10.0.0.141 - - [2026-03-02 02:00:23] "POST /neutron/network HTTP/1.1" 200 845 0.039294 10.0.0.141 - - [2026-03-02 02:00:23] "POST /neutron/router HTTP/1.1" 200 344 0.338588 10.0.0.141 - - [2026-03-02 02:00:23] "GET /projects?obj_uuids=ee31e2f9-8902-4bcc-97f2-be07fe1ff33f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001429 10.0.0.141 - - [2026-03-02 02:00:23] "POST /ref-update HTTP/1.1" 200 156 0.026227 10.0.0.141 - - [2026-03-02 02:00:23] "POST /useragent-kv HTTP/1.1" 200 115 0.008868 10.0.0.141 - - [2026-03-02 02:00:23] "POST /virtual-networks HTTP/1.1" 200 696 0.248388 10.0.0.141 - - [2026-03-02 02:00:23] "POST /neutron/port HTTP/1.1" 200 1126 0.034936 10.0.0.141 - - [2026-03-02 02:00:23] "POST /route-targets HTTP/1.1" 200 328 0.053051 10.0.0.141 - - [2026-03-02 02:00:23] "POST /neutron/security_group HTTP/1.1" 200 2002 0.014301 10.0.0.141 - - [2026-03-02 02:00:23] "POST /service-instances HTTP/1.1" 200 672 0.097682 10.0.0.141 - - [2026-03-02 02:00:23] "POST /ref-update HTTP/1.1" 200 156 0.074917 10.0.0.141 - - [2026-03-02 02:00:24] "POST /route-tables HTTP/1.1" 200 584 0.027812 10.0.0.141 - - [2026-03-02 02:00:24] "POST /neutron/port HTTP/1.1" 200 1064 0.333980 10.0.0.141 - - [2026-03-02 02:00:24] "PUT /logical-router/015b1bb1-a144-419c-8592-d24cc43a2baf HTTP/1.1" 200 263 0.015593 10.0.0.141 - - [2026-03-02 02:00:24] "POST /neutron/port HTTP/1.1" 200 1064 0.010783 10.0.0.141 - - [2026-03-02 02:00:24] "POST /neutron/port HTTP/1.1" 200 1064 0.008894 10.0.0.141 - - [2026-03-02 02:00:24] "POST /ref-update HTTP/1.1" 200 156 0.023282 10.0.0.141 - - [2026-03-02 02:00:24] "POST /neutron/port HTTP/1.1" 200 1118 0.055435 10.0.0.141 - - [2026-03-02 02:00:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002488 10.0.0.141 - - [2026-03-02 02:00:24] "POST /neutron/port HTTP/1.1" 200 1128 0.008934 10.0.0.141 - - [2026-03-02 02:00:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002423 10.0.0.141 - - [2026-03-02 02:00:24] "POST /neutron/subnet HTTP/1.1" 200 704 0.005417 10.0.0.141 - - [2026-03-02 02:00:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.001634 10.0.0.141 - - [2026-03-02 02:00:24] "POST /neutron/port HTTP/1.1" 200 117 0.000907 10.0.0.141 - - [2026-03-02 02:00:24] "POST /neutron/network HTTP/1.1" 200 835 0.005002 10.0.0.141 - - [2026-03-02 02:00:24] "POST /virtual-machines HTTP/1.1" 200 554 0.011404 10.0.0.141 - - [2026-03-02 02:00:24] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.086744 10.0.0.141 - - [2026-03-02 02:00:24] "POST /chown HTTP/1.1" 200 109 0.009028 10.0.0.141 - - [2026-03-02 02:00:24] "POST /instance-ips HTTP/1.1" 200 552 0.023901 10.0.0.141 - - [2026-03-02 02:00:24] "POST /instance-ips HTTP/1.1" 400 246 0.012394 10.0.0.141 - - [2026-03-02 02:00:24] "POST /chown HTTP/1.1" 200 109 0.010870 10.0.0.141 - - [2026-03-02 02:00:24] "PUT /virtual-machine-interface/beca209b-9168-4403-856e-a31e1fc43048 HTTP/1.1" 200 285 0.011423 10.0.0.141 - - [2026-03-02 02:00:24] "PUT /instance-ip/66900dba-2b29-4b99-ada9-acd06842ba3b HTTP/1.1" 200 257 0.012455 10.0.0.141 - - [2026-03-02 02:00:24] "POST /ref-update HTTP/1.1" 200 156 0.014631 10.0.0.141 - - [2026-03-02 02:00:24] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.095136 10.0.0.141 - - [2026-03-02 02:00:25] "POST /chown HTTP/1.1" 200 109 0.008623 10.0.0.141 - - [2026-03-02 02:00:25] "POST /instance-ips HTTP/1.1" 200 550 0.031828 10.0.0.141 - - [2026-03-02 02:00:25] "POST /instance-ips HTTP/1.1" 400 316 0.017381 10.0.0.141 - - [2026-03-02 02:00:25] "POST /chown HTTP/1.1" 200 109 0.008137 10.0.0.141 - - [2026-03-02 02:00:25] "PUT /virtual-machine-interface/cbea9439-e80c-4aaa-82ee-208a136cc525 HTTP/1.1" 200 285 0.010561 10.0.0.141 - - [2026-03-02 02:00:25] "PUT /instance-ip/6819617b-79d7-4c12-a6e6-bfd473e2df9c HTTP/1.1" 200 257 0.011222 10.0.0.141 - - [2026-03-02 02:00:25] "POST /ref-update HTTP/1.1" 200 156 0.010507 10.0.0.141 - - [2026-03-02 02:00:25] "POST /ref-update HTTP/1.1" 200 156 0.007720 10.0.0.141 - - [2026-03-02 02:00:25] "PUT /routing-instance/7afa5271-eff4-4c20-982f-afe4ac60b100 HTTP/1.1" 200 267 0.019539 10.0.0.141 - - [2026-03-02 02:00:25] "POST /ref-update HTTP/1.1" 200 156 0.010547 10.0.0.141 - - [2026-03-02 02:00:25] "POST /virtual-machines HTTP/1.1" 200 554 0.017055 10.0.0.141 - - [2026-03-02 02:00:25] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.089236 10.0.0.141 - - [2026-03-02 02:00:25] "POST /chown HTTP/1.1" 200 109 0.008951 10.0.0.141 - - [2026-03-02 02:00:25] "POST /instance-ips HTTP/1.1" 400 246 0.014962 10.0.0.141 - - [2026-03-02 02:00:25] "POST /chown HTTP/1.1" 200 109 0.006547 10.0.0.141 - - [2026-03-02 02:00:25] "PUT /virtual-machine-interface/1530785d-6483-41da-bc72-fb7d65a80620 HTTP/1.1" 200 285 0.008807 10.0.0.141 - - [2026-03-02 02:00:25] "PUT /instance-ip/66900dba-2b29-4b99-ada9-acd06842ba3b HTTP/1.1" 200 257 0.010810 10.0.0.141 - - [2026-03-02 02:00:26] "POST /ref-update HTTP/1.1" 200 156 0.012851 10.0.0.141 - - [2026-03-02 02:00:26] "POST /ref-update HTTP/1.1" 200 156 0.012053 10.0.0.141 - - [2026-03-02 02:00:26] "POST /ref-update HTTP/1.1" 200 156 0.016981 10.0.0.141 - - [2026-03-02 02:00:26] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.103268 10.0.0.141 - - [2026-03-02 02:00:26] "PUT /routing-instance/7afa5271-eff4-4c20-982f-afe4ac60b100 HTTP/1.1" 200 267 0.021053 10.0.0.141 - - [2026-03-02 02:00:26] "POST /chown HTTP/1.1" 200 109 0.008475 10.0.0.141 - - [2026-03-02 02:00:26] "POST /instance-ips HTTP/1.1" 400 316 0.014389 10.0.0.141 - - [2026-03-02 02:00:26] "POST /chown HTTP/1.1" 200 109 0.007616 10.0.0.141 - - [2026-03-02 02:00:26] "PUT /virtual-machine-interface/30fb2b4b-1c23-43b9-91fb-57e05ce66615 HTTP/1.1" 200 285 0.011129 10.0.0.141 - - [2026-03-02 02:00:26] "PUT /instance-ip/6819617b-79d7-4c12-a6e6-bfd473e2df9c HTTP/1.1" 200 257 0.019367 10.0.0.141 - - [2026-03-02 02:00:26] "POST /ref-update HTTP/1.1" 200 156 0.009332 10.0.0.141 - - [2026-03-02 02:00:26] "POST /ref-update HTTP/1.1" 200 156 0.009241 10.0.0.141 - - [2026-03-02 02:00:26] "POST /ref-update HTTP/1.1" 200 156 0.015304 10.0.0.141 - - [2026-03-02 02:00:26] "PUT /routing-instance/7afa5271-eff4-4c20-982f-afe4ac60b100 HTTP/1.1" 200 267 0.015605 10.0.0.141 - - [2026-03-02 02:00:28] "POST /neutron/port HTTP/1.1" 200 1126 0.011050 10.0.0.141 - - [2026-03-02 02:00:28] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005007 10.0.0.141 - - [2026-03-02 02:00:28] "POST /neutron/port HTTP/1.1" 200 1126 0.011518 10.0.0.141 - - [2026-03-02 02:00:29] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006919 10.0.0.141 - - [2026-03-02 02:00:29] "POST /neutron/port HTTP/1.1" 200 1126 0.010843 10.0.0.141 - - [2026-03-02 02:00:29] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004890 10.0.0.141 - - [2026-03-02 02:00:29] "GET /virtual-machine/fd07f70d-0c17-44c0-8c25-9e09a4c79de8 HTTP/1.1" 401 293 0.000488 10.0.0.141 - - [2026-03-02 02:00:29] "GET /virtual-machine/fd07f70d-0c17-44c0-8c25-9e09a4c79de8 HTTP/1.1" 200 1298 0.026217 10.0.0.141 - - [2026-03-02 02:00:29] "GET /virtual-machine-interface/23368c5f-1ca1-4ab3-ac6c-5c503b2af54c HTTP/1.1" 200 2963 0.004523 10.0.0.141 - - [2026-03-02 02:00:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.141 - - [2026-03-02 02:00:29] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003083 10.0.0.141 - - [2026-03-02 02:00:29] "DELETE /project/ee31e2f989024bcc97f2be07fe1ff33f HTTP/1.1" 404 173 0.009525 10.0.0.141 - - [2026-03-02 02:00:29] "DELETE /project/752005e1a7eb40a885ba8cb62b0c98e9 HTTP/1.1" 404 173 0.008589 10.0.0.141 - - [2026-03-02 02:00:29] "GET /projects?obj_uuids=752005e1-a7eb-40a8-85ba-8cb62b0c98e9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000774 10.0.0.141 - - [2026-03-02 02:00:29] "GET /projects?obj_uuids=9deb9b5a-92a4-4232-89b9-bf565e89865e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000700 10.0.0.141 - - [2026-03-02 02:00:29] "GET /project/9deb9b5a-92a4-4232-89b9-bf565e89865e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.027795 10.0.0.141 - - [2026-03-02 02:00:29] "GET /project/752005e1-a7eb-40a8-85ba-8cb62b0c98e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.032764 10.0.0.141 - - [2026-03-02 02:00:29] "GET /virtual-networks?parent_id=ee31e2f9-8902-4bcc-97f2-be07fe1ff33f&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.006374 10.0.0.141 - - [2026-03-02 02:00:29] "GET /projects?obj_uuids=9deb9b5a-92a4-4232-89b9-bf565e89865e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000909 10.0.0.141 - - [2026-03-02 02:00:29] "GET /projects?obj_uuids=752005e1-a7eb-40a8-85ba-8cb62b0c98e9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000765 10.0.0.141 - - [2026-03-02 02:00:29] "GET /project/9deb9b5a-92a4-4232-89b9-bf565e89865e?fields=security_groups HTTP/1.1" 200 1351 0.042197 10.0.0.141 - - [2026-03-02 02:00:29] "GET /project/752005e1-a7eb-40a8-85ba-8cb62b0c98e9?fields=security_groups HTTP/1.1" 200 1356 0.049330 10.0.0.141 - - [2026-03-02 02:00:29] "GET /virtual-network/5b16197d-5cbc-486a-97a0-ad10ec30e56b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008327 10.0.0.141 - - [2026-03-02 02:00:29] "DELETE /security-group/f053ce99-f65a-47db-a6e5-464624ad0206 HTTP/1.1" 200 115 0.038388 10.0.0.141 - - [2026-03-02 02:00:29] "GET /projects?obj_uuids=9deb9b5a-92a4-4232-89b9-bf565e89865e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001138 10.0.0.141 - - [2026-03-02 02:00:29] "DELETE /access-control-list/d2b67867-2577-4d5f-a405-af26687366c5 HTTP/1.1" 200 115 0.030736 10.0.0.141 - - [2026-03-02 02:00:29] "DELETE /security-group/0f3d50d0-2ad6-44a7-a7bf-d3a2200b4d98 HTTP/1.1" 200 115 0.047592 10.0.0.141 - - [2026-03-02 02:00:29] "GET /projects?obj_uuids=752005e1-a7eb-40a8-85ba-8cb62b0c98e9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002227 10.0.0.141 - - [2026-03-02 02:00:29] "GET /project/9deb9b5a-92a4-4232-89b9-bf565e89865e?fields=application_policy_sets HTTP/1.1" 200 1390 0.040347 10.0.0.141 - - [2026-03-02 02:00:29] "DELETE /access-control-list/2fa699c7-bd3e-4c4a-b41b-00c9adab1182 HTTP/1.1" 200 115 0.034210 10.0.0.141 - - [2026-03-02 02:00:29] "DELETE /access-control-list/a9d7b500-d5c9-4cab-8852-6b82bc36a23a HTTP/1.1" 200 115 0.016719 10.0.0.141 - - [2026-03-02 02:00:29] "GET /project/752005e1-a7eb-40a8-85ba-8cb62b0c98e9?fields=application_policy_sets HTTP/1.1" 200 1395 0.083093 10.0.0.141 - - [2026-03-02 02:00:29] "DELETE /access-control-list/f9a4ab11-a7db-417e-8fe9-de53294b24c5 HTTP/1.1" 200 115 0.040303 10.0.0.141 - - [2026-03-02 02:00:29] "DELETE /project/9deb9b5a-92a4-4232-89b9-bf565e89865e HTTP/1.1" 200 115 0.331112 10.0.0.141 - - [2026-03-02 02:00:29] "DELETE /project/752005e1-a7eb-40a8-85ba-8cb62b0c98e9 HTTP/1.1" 200 115 0.374804 10.0.0.141 - - [2026-03-02 02:00:31] "POST /neutron/port HTTP/1.1" 200 1126 0.010251 10.0.0.141 - - [2026-03-02 02:00:31] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004518 10.0.0.141 - - [2026-03-02 02:00:32] "POST /neutron/port HTTP/1.1" 200 1128 0.010758 10.0.0.141 - - [2026-03-02 02:00:32] "POST /neutron/security_group HTTP/1.1" 200 2002 0.003835 10.0.0.141 - - [2026-03-02 02:00:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002627 10.0.0.141 - - [2026-03-02 02:00:32] "GET /virtual-network/5b16197d-5cbc-486a-97a0-ad10ec30e56b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004716 10.0.0.141 - - [2026-03-02 02:00:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002673 10.0.0.141 - - [2026-03-02 02:00:34] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002909 10.0.0.141 - - [2026-03-02 02:00:34] "GET /virtual-networks?parent_id=ee31e2f9-8902-4bcc-97f2-be07fe1ff33f&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003728 10.0.0.141 - - [2026-03-02 02:00:34] "GET /virtual-network/5b16197d-5cbc-486a-97a0-ad10ec30e56b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004643 10.0.0.141 - - [2026-03-02 02:00:35] "POST /neutron/port HTTP/1.1" 200 1128 0.010653 10.0.0.141 - - [2026-03-02 02:00:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004903 10.0.0.141 - - [2026-03-02 02:00:35] "GET /obj-perms HTTP/1.1" 200 5075 0.044021 10.0.0.141 - - [2026-03-02 02:00:35] "POST /neutron/port HTTP/1.1" 200 1128 0.010231 10.0.0.141 - - [2026-03-02 02:00:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004332 10.0.0.141 - - [2026-03-02 02:00:35] "POST /neutron/port HTTP/1.1" 200 1128 0.011243 10.0.0.141 - - [2026-03-02 02:00:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004353 10.0.0.141 - - [2026-03-02 02:00:35] "GET /virtual-machine/970af09e-b5cd-4c61-a5ee-04c8fa30cb77 HTTP/1.1" 200 1298 0.003383 10.0.0.141 - - [2026-03-02 02:00:35] "GET /virtual-machine-interface/36c82416-40d8-4887-9e4b-6b74d11e70e8 HTTP/1.1" 200 2975 0.003684 10.0.0.141 - - [2026-03-02 02:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002692 10.0.0.141 - - [2026-03-02 02:00:35] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002655 10.0.0.141 - - [2026-03-02 02:00:35] "GET /virtual-networks?parent_id=ee31e2f9-8902-4bcc-97f2-be07fe1ff33f&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002742 10.0.0.141 - - [2026-03-02 02:00:35] "GET /virtual-network/9b0c1f06-4378-4fd8-99f3-7c256fef939e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004636 10.0.0.141 - - [2026-03-02 02:00:35] "GET /obj-perms HTTP/1.1" 200 5075 0.047116 10.0.0.141 - - [2026-03-02 02:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002408 10.0.0.141 - - [2026-03-02 02:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.001986 10.0.0.141 - - [2026-03-02 02:00:35] "POST /chown HTTP/1.1" 200 109 0.005939 10.0.0.141 - - [2026-03-02 02:00:35] "POST /instance-ips HTTP/1.1" 400 246 0.015521 10.0.0.141 - - [2026-03-02 02:00:35] "POST /chown HTTP/1.1" 200 109 0.006572 10.0.0.141 - - [2026-03-02 02:00:35] "POST /chown HTTP/1.1" 200 109 0.006859 10.0.0.141 - - [2026-03-02 02:00:35] "POST /instance-ips HTTP/1.1" 400 316 0.012854 10.0.0.141 - - [2026-03-02 02:00:35] "POST /chown HTTP/1.1" 200 109 0.006172 10.0.0.141 - - [2026-03-02 02:00:35] "POST /chown HTTP/1.1" 200 109 0.007622 10.0.0.141 - - [2026-03-02 02:00:36] "POST /instance-ips HTTP/1.1" 400 246 0.013431 10.0.0.141 - - [2026-03-02 02:00:36] "POST /chown HTTP/1.1" 200 109 0.008873 10.0.0.141 - - [2026-03-02 02:00:36] "POST /chown HTTP/1.1" 200 109 0.007404 10.0.0.141 - - [2026-03-02 02:00:36] "POST /instance-ips HTTP/1.1" 400 316 0.013343 10.0.0.141 - - [2026-03-02 02:00:36] "POST /chown HTTP/1.1" 200 109 0.007804 10.0.0.141 - - [2026-03-02 02:00:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002500 10.0.0.141 - - [2026-03-02 02:00:36] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002431 10.0.0.141 - - [2026-03-02 02:00:36] "GET /virtual-networks?parent_id=ee31e2f9-8902-4bcc-97f2-be07fe1ff33f&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002999 10.0.0.141 - - [2026-03-02 02:00:36] "GET /virtual-network/9b0c1f06-4378-4fd8-99f3-7c256fef939e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005014 10.0.0.141 - - [2026-03-02 02:00:40] "POST /neutron/router HTTP/1.1" 200 656 0.003396 10.0.0.141 - - [2026-03-02 02:00:40] "POST /ref-update HTTP/1.1" 200 156 0.010241 10.0.0.141 - - [2026-03-02 02:00:40] "POST /neutron/router HTTP/1.1" 200 344 0.075908 10.0.0.141 - - [2026-03-02 02:00:40] "POST /neutron/router HTTP/1.1" 200 656 0.004306 10.0.0.141 - - [2026-03-02 02:00:40] "GET /logical-router/015b1bb1-a144-419c-8592-d24cc43a2baf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1974 0.004592 10.0.0.141 - - [2026-03-02 02:00:40] "GET /service-instance/c646ec14-0eaf-44e9-bd96-7acec599a98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2318 0.003988 10.0.0.141 - - [2026-03-02 02:00:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.141 - - [2026-03-02 02:00:40] "POST /neutron/router HTTP/1.1" 200 151 0.050522 10.0.0.141 - - [2026-03-02 02:00:40] "DELETE /route-target/871d031d-6104-4ffd-947c-0aa807342fb3 HTTP/1.1" 409 240 0.003648 10.0.0.141 - - [2026-03-02 02:00:40] "PUT /logical-router/015b1bb1-a144-419c-8592-d24cc43a2baf HTTP/1.1" 404 171 0.002412 10.0.0.141 - - [2026-03-02 02:00:41] "POST /ref-update HTTP/1.1" 200 156 0.010264 10.0.0.141 - - [2026-03-02 02:00:41] "DELETE /route-table/a5e53a28-6cb2-4692-a54a-66e0ee505696 HTTP/1.1" 200 115 0.024671 10.0.0.141 - - [2026-03-02 02:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.141 - - [2026-03-02 02:00:41] "PUT /routing-instance/7afa5271-eff4-4c20-982f-afe4ac60b100 HTTP/1.1" 200 267 0.008820 10.0.0.141 - - [2026-03-02 02:00:41] "GET /virtual-network/6e098c9d-5919-4898-a59a-952036dc3a82?fields=virtual_machine_interface_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 2303 0.007035 10.0.0.141 - - [2026-03-02 02:00:41] "POST /neutron/network HTTP/1.1" 200 835 0.009869 10.0.0.141 - - [2026-03-02 02:00:41] "POST /neutron/network HTTP/1.1" 400 204 0.031773 10.0.0.141 - - [2026-03-02 02:00:41] "POST /ref-update HTTP/1.1" 200 156 0.007924 10.0.0.141 - - [2026-03-02 02:00:41] "POST /ref-update HTTP/1.1" 200 156 0.008619 10.0.0.141 - - [2026-03-02 02:00:41] "GET /virtual-machine-interface/30fb2b4b-1c23-43b9-91fb-57e05ce66615?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1652 0.005020 10.0.0.141 - - [2026-03-02 02:00:41] "POST /ref-update HTTP/1.1" 200 156 0.012259 10.0.0.141 - - [2026-03-02 02:00:41] "GET /instance-ip/6819617b-79d7-4c12-a6e6-bfd473e2df9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.003521 10.0.0.141 - - [2026-03-02 02:00:41] "DELETE /virtual-machine-interface/30fb2b4b-1c23-43b9-91fb-57e05ce66615 HTTP/1.1" 200 115 0.026279 10.0.0.141 - - [2026-03-02 02:00:41] "GET /virtual-machine-interface/cbea9439-e80c-4aaa-82ee-208a136cc525?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1652 0.004379 10.0.0.141 - - [2026-03-02 02:00:41] "POST /neutron/port HTTP/1.1" 200 1128 0.012749 10.0.0.141 - - [2026-03-02 02:00:41] "POST /ref-update HTTP/1.1" 200 156 0.010561 10.0.0.141 - - [2026-03-02 02:00:41] "POST /neutron/port HTTP/1.1" 200 1118 0.010241 10.0.0.141 - - [2026-03-02 02:00:41] "GET /instance-ip/6819617b-79d7-4c12-a6e6-bfd473e2df9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1761 0.008957 10.0.0.141 - - [2026-03-02 02:00:41] "POST /neutron/port HTTP/1.1" 200 1126 0.016762 10.0.0.141 - - [2026-03-02 02:00:41] "POST /neutron/port HTTP/1.1" 200 1116 0.011041 10.0.0.141 - - [2026-03-02 02:00:41] "DELETE /instance-ip/6819617b-79d7-4c12-a6e6-bfd473e2df9c HTTP/1.1" 200 115 0.037263 10.0.0.141 - - [2026-03-02 02:00:41] "POST /neutron/port HTTP/1.1" 200 151 0.121888 10.0.0.141 - - [2026-03-02 02:00:41] "DELETE /virtual-machine-interface/cbea9439-e80c-4aaa-82ee-208a136cc525 HTTP/1.1" 200 115 0.052663 10.0.0.141 - - [2026-03-02 02:00:41] "DELETE /instance-ip/6819617b-79d7-4c12-a6e6-bfd473e2df9c HTTP/1.1" 404 177 0.007631 10.0.0.141 - - [2026-03-02 02:00:41] "POST /neutron/port HTTP/1.1" 200 151 0.119611 10.0.0.141 - - [2026-03-02 02:00:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003744 10.0.0.141 - - [2026-03-02 02:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.141 - - [2026-03-02 02:00:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002518 10.0.0.141 - - [2026-03-02 02:00:41] "DELETE /virtual-network/6e098c9d-5919-4898-a59a-952036dc3a82 HTTP/1.1" 200 115 0.067051 10.0.0.141 - - [2026-03-02 02:00:41] "DELETE /route-target/03248e48-f287-4374-bee9-dab9b7a70b88 HTTP/1.1" 200 115 0.017475 10.0.0.141 - - [2026-03-02 02:00:41] "DELETE /service-instance/c646ec14-0eaf-44e9-bd96-7acec599a98b HTTP/1.1" 200 115 0.029809 10.0.0.141 - - [2026-03-02 02:00:41] "GET /logical-router/015b1bb1-a144-419c-8592-d24cc43a2baf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002807 10.0.0.141 - - [2026-03-02 02:00:41] "GET /service-instance/c646ec14-0eaf-44e9-bd96-7acec599a98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002322 10.0.0.141 - - [2026-03-02 02:00:42] "GET /virtual-machine-interface/1530785d-6483-41da-bc72-fb7d65a80620?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1655 0.004834 10.0.0.141 - - [2026-03-02 02:00:42] "POST /ref-update HTTP/1.1" 200 156 0.009354 10.0.0.141 - - [2026-03-02 02:00:42] "GET /instance-ip/66900dba-2b29-4b99-ada9-acd06842ba3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.003997 10.0.0.141 - - [2026-03-02 02:00:42] "DELETE /virtual-machine-interface/1530785d-6483-41da-bc72-fb7d65a80620 HTTP/1.1" 200 115 0.026898 10.0.0.141 - - [2026-03-02 02:00:42] "DELETE /virtual-machine/b97d65a5-6e43-429e-ab35-17f4bbea7976 HTTP/1.1" 200 115 0.013465 10.0.0.141 - - [2026-03-02 02:00:42] "GET /virtual-machine-interface/beca209b-9168-4403-856e-a31e1fc43048?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1655 0.005398 10.0.0.141 - - [2026-03-02 02:00:42] "POST /ref-update HTTP/1.1" 200 156 0.009703 10.0.0.141 - - [2026-03-02 02:00:42] "GET /instance-ip/66900dba-2b29-4b99-ada9-acd06842ba3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1698 0.004195 10.0.0.141 - - [2026-03-02 02:00:42] "DELETE /instance-ip/66900dba-2b29-4b99-ada9-acd06842ba3b HTTP/1.1" 200 115 0.020764 10.0.0.141 - - [2026-03-02 02:00:42] "DELETE /virtual-machine-interface/beca209b-9168-4403-856e-a31e1fc43048 HTTP/1.1" 200 115 0.036887 10.0.0.141 - - [2026-03-02 02:00:42] "POST /ref-update HTTP/1.1" 200 156 0.008079 10.0.0.141 - - [2026-03-02 02:00:42] "DELETE /virtual-machine/593fe993-21c6-4310-abf3-e8822efd7ef9 HTTP/1.1" 200 115 0.014374 10.0.0.141 - - [2026-03-02 02:00:43] "POST /neutron/network HTTP/1.1" 200 835 0.005206 10.0.0.141 - - [2026-03-02 02:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.141 - - [2026-03-02 02:00:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001724 10.0.0.141 - - [2026-03-02 02:00:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002073 10.0.0.141 - - [2026-03-02 02:00:43] "POST /neutron/network HTTP/1.1" 200 151 0.070657 10.0.0.141 - - [2026-03-02 02:00:43] "DELETE /route-target/d0378473-575f-476d-8aa4-c7585034d284 HTTP/1.1" 200 115 0.017819 10.0.0.141 - - [2026-03-02 02:00:43] "POST /neutron/network HTTP/1.1" 200 826 0.005324 10.0.0.141 - - [2026-03-02 02:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.141 - - [2026-03-02 02:00:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001705 10.0.0.141 - - [2026-03-02 02:00:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002265 10.0.0.141 - - [2026-03-02 02:00:43] "POST /neutron/network HTTP/1.1" 200 151 0.071259 10.0.0.141 - - [2026-03-02 02:00:43] "DELETE /route-target/38485853-4877-4817-ada8-59396ecc8963 HTTP/1.1" 200 115 0.017537 10.0.0.141 - - [2026-03-02 02:00:43] "GET /projects?obj_uuids=ee31e2f9-8902-4bcc-97f2-be07fe1ff33f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001016 10.0.0.141 - - [2026-03-02 02:00:43] "GET /project/ee31e2f9-8902-4bcc-97f2-be07fe1ff33f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.020148 10.0.0.141 - - [2026-03-02 02:00:43] "GET /projects?obj_uuids=ee31e2f9-8902-4bcc-97f2-be07fe1ff33f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001128 10.0.0.141 - - [2026-03-02 02:00:43] "GET /project/ee31e2f9-8902-4bcc-97f2-be07fe1ff33f?fields=virtual_networks HTTP/1.1" 200 1041 0.063558 10.0.0.141 - - [2026-03-02 02:00:43] "GET /projects?obj_uuids=ee31e2f9-8902-4bcc-97f2-be07fe1ff33f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000886 10.0.0.141 - - [2026-03-02 02:00:43] "GET /project/ee31e2f9-8902-4bcc-97f2-be07fe1ff33f?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.020338 10.0.0.141 - - [2026-03-02 02:00:43] "GET /projects?obj_uuids=ee31e2f9-8902-4bcc-97f2-be07fe1ff33f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000945 10.0.0.141 - - [2026-03-02 02:00:43] "GET /project/ee31e2f9-8902-4bcc-97f2-be07fe1ff33f?fields=security_groups HTTP/1.1" 200 1271 0.020833 10.0.0.141 - - [2026-03-02 02:00:44] "POST /fqname-to-id HTTP/1.1" 404 196 0.024223 10.0.0.141 - - [2026-03-02 02:00:44] "GET /projects?obj_uuids=302396bc-dd0c-48f6-b8c7-bba2f6743213&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002171 10.0.0.141 - - [2026-03-02 02:00:44] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000836 10.0.0.141 - - [2026-03-02 02:00:44] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005873 10.0.0.141 - - [2026-03-02 02:00:44] "POST /id-to-fqname HTTP/1.1" 200 198 0.001099 10.0.0.141 - - [2026-03-02 02:00:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.003019 10.0.0.141 - - [2026-03-02 02:00:44] "POST /security-groups HTTP/1.1" 200 599 0.064485 10.0.0.141 - - [2026-03-02 02:00:44] "POST /fqname-to-id HTTP/1.1" 404 242 0.002166 10.0.0.141 - - [2026-03-02 02:00:44] "POST /projects HTTP/1.1" 200 601 0.198925 10.0.0.141 - - [2026-03-02 02:00:44] "POST /access-control-lists HTTP/1.1" 200 606 0.053373 10.0.0.141 - - [2026-03-02 02:00:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.264272 10.0.0.141 - - [2026-03-02 02:00:45] "POST /fqname-to-id HTTP/1.1" 404 241 0.002681 10.0.0.141 - - [2026-03-02 02:00:45] "GET /project/302396bc-dd0c-48f6-b8c7-bba2f6743213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.382135 10.0.0.141 - - [2026-03-02 02:00:45] "POST /access-control-lists HTTP/1.1" 200 604 0.056736 10.0.0.141 - - [2026-03-02 02:00:46] "GET / HTTP/1.1" 200 36215 0.001854 10.0.0.141 - - [2026-03-02 02:00:46] "POST /fqname-to-id HTTP/1.1" 401 293 0.000465 10.0.0.141 - - [2026-03-02 02:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.050756 10.0.0.141 - - [2026-03-02 02:00:47] "GET /projects?obj_uuids=302396bc-dd0c-48f6-b8c7-bba2f6743213&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000939 10.0.0.141 - - [2026-03-02 02:00:47] "GET /project/302396bc-dd0c-48f6-b8c7-bba2f6743213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.021196 10.0.0.141 - - [2026-03-02 02:00:47] "POST /neutron/network HTTP/1.1" 200 117 0.028891 10.0.0.141 - - [2026-03-02 02:00:47] "GET /projects?obj_uuids=302396bc-dd0c-48f6-b8c7-bba2f6743213&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001161 10.0.0.141 - - [2026-03-02 02:00:47] "POST /neutron/network HTTP/1.1" 200 613 0.052315 10.0.0.141 - - [2026-03-02 02:00:47] "POST /route-targets HTTP/1.1" 200 328 0.009161 10.0.0.141 - - [2026-03-02 02:00:47] "POST /ref-update HTTP/1.1" 200 156 0.010410 10.0.0.141 - - [2026-03-02 02:00:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002900 10.0.0.141 - - [2026-03-02 02:00:47] "POST /neutron/subnet HTTP/1.1" 200 720 0.171886 10.0.0.141 - - [2026-03-02 02:00:47] "POST /fqname-to-id HTTP/1.1" 401 293 0.000518 10.0.0.141 - - [2026-03-02 02:00:47] "POST /useragent-kv HTTP/1.1" 200 115 0.005313 10.0.0.141 - - [2026-03-02 02:00:47] "POST /neutron/subnet HTTP/1.1" 200 828 0.174090 10.0.0.141 - - [2026-03-02 02:00:47] "POST /neutron/network HTTP/1.1" 200 1005 0.015552 10.0.0.141 - - [2026-03-02 02:00:47] "POST /id-to-fqname HTTP/1.1" 200 228 0.002290 10.0.0.141 - - [2026-03-02 02:00:47] "GET /virtual-network/d2a57b12-330e-444a-8f35-a1073c66b444?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007395 10.0.0.141 - - [2026-03-02 02:00:47] "POST /neutron/network HTTP/1.1" 200 1005 0.005984 10.0.0.141 - - [2026-03-02 02:00:47] "GET /virtual-network/d2a57b12-330e-444a-8f35-a1073c66b444?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.003787 10.0.0.141 - - [2026-03-02 02:00:47] "POST /neutron/network HTTP/1.1" 200 1005 0.007342 10.0.0.141 - - [2026-03-02 02:00:47] "POST /neutron/subnet HTTP/1.1" 200 720 0.006027 10.0.0.141 - - [2026-03-02 02:00:47] "POST /neutron/subnet HTTP/1.1" 200 828 0.005279 10.0.0.141 - - [2026-03-02 02:00:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.001935 10.0.0.141 - - [2026-03-02 02:00:47] "GET /projects?obj_uuids=302396bc-dd0c-48f6-b8c7-bba2f6743213&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001166 10.0.0.141 - - [2026-03-02 02:00:47] "GET /project/302396bc-dd0c-48f6-b8c7-bba2f6743213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.022418 10.0.0.141 - - [2026-03-02 02:00:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.025193 10.0.0.141 - - [2026-03-02 02:00:47] "POST /neutron/network HTTP/1.1" 200 117 0.009290 10.0.0.141 - - [2026-03-02 02:00:47] "GET /projects?obj_uuids=302396bc-dd0c-48f6-b8c7-bba2f6743213&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000904 10.0.0.141 - - [2026-03-02 02:00:47] "POST /neutron/network HTTP/1.1" 200 613 0.056530 10.0.0.141 - - [2026-03-02 02:00:47] "POST /route-targets HTTP/1.1" 200 328 0.008934 10.0.0.141 - - [2026-03-02 02:00:47] "POST /ref-update HTTP/1.1" 200 156 0.010585 10.0.0.141 - - [2026-03-02 02:00:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001919 10.0.0.141 - - [2026-03-02 02:00:48] "POST /neutron/subnet HTTP/1.1" 200 710 0.193158 10.0.0.141 - - [2026-03-02 02:00:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.003592 10.0.0.141 - - [2026-03-02 02:00:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003078 10.0.0.141 - - [2026-03-02 02:00:48] "POST /neutron/subnet HTTP/1.1" 200 828 0.167028 10.0.0.141 - - [2026-03-02 02:00:48] "POST /neutron/network HTTP/1.1" 200 1003 0.006335 10.0.0.141 - - [2026-03-02 02:00:48] "POST /id-to-fqname HTTP/1.1" 200 228 0.001110 10.0.0.141 - - [2026-03-02 02:00:48] "GET /virtual-network/66f5267c-15d8-4157-b4ef-f77f1f150aa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.004364 10.0.0.141 - - [2026-03-02 02:00:48] "POST /neutron/network HTTP/1.1" 200 1003 0.006861 10.0.0.141 - - [2026-03-02 02:00:48] "GET /virtual-network/66f5267c-15d8-4157-b4ef-f77f1f150aa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.004158 10.0.0.141 - - [2026-03-02 02:00:48] "POST /neutron/network HTTP/1.1" 200 1003 0.005960 10.0.0.141 - - [2026-03-02 02:00:48] "POST /neutron/subnet HTTP/1.1" 200 710 0.005065 10.0.0.141 - - [2026-03-02 02:00:48] "POST /neutron/subnet HTTP/1.1" 200 828 0.005912 10.0.0.141 - - [2026-03-02 02:00:48] "POST /fqname-to-id HTTP/1.1" 404 234 0.001867 10.0.0.141 - - [2026-03-02 02:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.001727 10.0.0.141 - - [2026-03-02 02:00:48] "GET /projects?obj_uuids=302396bc-dd0c-48f6-b8c7-bba2f6743213&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000955 10.0.0.141 - - [2026-03-02 02:00:48] "GET /project/302396bc-dd0c-48f6-b8c7-bba2f6743213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.019778 10.0.0.141 - - [2026-03-02 02:00:48] "POST /network-policys HTTP/1.1" 200 579 0.056196 10.0.0.141 - - [2026-03-02 02:00:48] "GET /network-policy/32409cc0-90a6-48cf-a4f9-249d54934d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.004785 10.0.0.141 - - [2026-03-02 02:00:48] "POST /neutron/network HTTP/1.1" 200 1005 0.006462 10.0.0.141 - - [2026-03-02 02:00:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.004315 10.0.0.141 - - [2026-03-02 02:00:48] "POST /fqname-to-id HTTP/1.1" 404 242 0.003665 10.0.0.141 - - [2026-03-02 02:00:48] "POST /neutron/network HTTP/1.1" 200 1113 0.037513 10.0.0.141 - - [2026-03-02 02:00:48] "POST /access-control-lists HTTP/1.1" 200 598 0.062125 10.0.0.141 - - [2026-03-02 02:00:48] "POST /neutron/network HTTP/1.1" 200 1113 0.047623 10.0.0.141 - - [2026-03-02 02:00:48] "GET /virtual-network/d2a57b12-330e-444a-8f35-a1073c66b444?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.004357 10.0.0.141 - - [2026-03-02 02:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.001995 10.0.0.141 - - [2026-03-02 02:00:48] "GET /network-policy/32409cc0-90a6-48cf-a4f9-249d54934d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.003143 10.0.0.141 - - [2026-03-02 02:00:49] "POST /neutron/network HTTP/1.1" 200 1003 0.006404 10.0.0.141 - - [2026-03-02 02:00:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.008839 10.0.0.141 - - [2026-03-02 02:00:49] "PUT /access-control-list/277e5c63-a6f7-4fde-a58d-b0f62ad01e7b HTTP/1.1" 200 273 0.053825 10.0.0.141 - - [2026-03-02 02:00:49] "POST /neutron/network HTTP/1.1" 200 1111 0.083972 10.0.0.141 - - [2026-03-02 02:00:49] "POST /fqname-to-id HTTP/1.1" 404 242 0.003446 10.0.0.141 - - [2026-03-02 02:00:49] "POST /neutron/network HTTP/1.1" 200 1111 0.006022 10.0.0.141 - - [2026-03-02 02:00:49] "GET /virtual-network/66f5267c-15d8-4157-b4ef-f77f1f150aa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.003773 10.0.0.141 - - [2026-03-02 02:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.001832 10.0.0.141 - - [2026-03-02 02:00:49] "GET /network-policy/32409cc0-90a6-48cf-a4f9-249d54934d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.028502 10.0.0.141 - - [2026-03-02 02:00:49] "POST /access-control-lists HTTP/1.1" 200 598 0.057744 10.0.0.141 - - [2026-03-02 02:00:49] "GET /domains HTTP/1.1" 401 293 0.000310 10.0.0.141 - - [2026-03-02 02:00:49] "POST /ref-update HTTP/1.1" 200 156 0.008263 10.0.0.141 - - [2026-03-02 02:00:49] "GET /domains HTTP/1.1" 200 281 0.023285 10.0.0.141 - - [2026-03-02 02:00:49] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001225 10.0.0.141 - - [2026-03-02 02:00:49] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 2782 0.007117 10.0.0.141 - - [2026-03-02 02:00:49] "GET /projects?obj_uuids=302396bc-dd0c-48f6-b8c7-bba2f6743213&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000777 10.0.0.141 - - [2026-03-02 02:00:49] "GET /project/302396bc-dd0c-48f6-b8c7-bba2f6743213 HTTP/1.1" 200 2633 0.061912 10.0.0.141 - - [2026-03-02 02:00:49] "GET /virtual-network/d2a57b12-330e-444a-8f35-a1073c66b444 HTTP/1.1" 200 3510 0.004894 10.0.0.141 - - [2026-03-02 02:00:49] "GET /virtual-network/d2a57b12-330e-444a-8f35-a1073c66b444 HTTP/1.1" 200 3510 0.004002 10.0.0.141 - - [2026-03-02 02:00:49] "GET /routing-instance/057af213-cb8d-4ad3-ba83-24be3622079e HTTP/1.1" 200 1798 0.002652 10.0.0.141 - - [2026-03-02 02:00:49] "GET /routing-instance/057af213-cb8d-4ad3-ba83-24be3622079e HTTP/1.1" 200 1798 0.002578 10.0.0.141 - - [2026-03-02 02:00:49] "GET /route-target/5ab0b505-26b5-44e2-b091-369c59be04d9 HTTP/1.1" 200 1214 0.002799 10.0.0.141 - - [2026-03-02 02:00:49] "GET /virtual-network/d2a57b12-330e-444a-8f35-a1073c66b444 HTTP/1.1" 200 3510 0.003726 10.0.0.141 - - [2026-03-02 02:00:49] "GET /routing-instance/057af213-cb8d-4ad3-ba83-24be3622079e HTTP/1.1" 200 1798 0.002336 10.0.0.141 - - [2026-03-02 02:00:49] "GET /virtual-network/d2a57b12-330e-444a-8f35-a1073c66b444?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.003575 10.0.0.141 - - [2026-03-02 02:00:49] "GET /virtual-network/d2a57b12-330e-444a-8f35-a1073c66b444 HTTP/1.1" 200 3510 0.003657 10.0.0.141 - - [2026-03-02 02:00:49] "GET /routing-instance/057af213-cb8d-4ad3-ba83-24be3622079e HTTP/1.1" 200 1798 0.002364 10.0.0.141 - - [2026-03-02 02:00:49] "GET /routing-instance/057af213-cb8d-4ad3-ba83-24be3622079e HTTP/1.1" 200 1798 0.002233 10.0.0.141 - - [2026-03-02 02:00:49] "GET /route-target/5ab0b505-26b5-44e2-b091-369c59be04d9 HTTP/1.1" 200 1214 0.002400 10.0.0.141 - - [2026-03-02 02:00:49] "GET /domains HTTP/1.1" 200 281 0.002391 10.0.0.141 - - [2026-03-02 02:00:49] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000873 10.0.0.141 - - [2026-03-02 02:00:49] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 2782 0.005520 10.0.0.141 - - [2026-03-02 02:00:49] "GET /projects?obj_uuids=302396bc-dd0c-48f6-b8c7-bba2f6743213&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000779 10.0.0.141 - - [2026-03-02 02:00:49] "GET /project/302396bc-dd0c-48f6-b8c7-bba2f6743213 HTTP/1.1" 200 2633 0.068221 10.0.0.141 - - [2026-03-02 02:00:49] "GET /virtual-network/d2a57b12-330e-444a-8f35-a1073c66b444 HTTP/1.1" 200 3510 0.003700 10.0.0.141 - - [2026-03-02 02:00:50] "GET /obj-perms HTTP/1.1" 200 5065 0.043826 10.0.0.141 - - [2026-03-02 02:00:50] "GET /domains HTTP/1.1" 200 281 0.003459 10.0.0.141 - - [2026-03-02 02:00:50] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000744 10.0.0.141 - - [2026-03-02 02:00:50] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 2782 0.005367 10.0.0.141 - - [2026-03-02 02:00:50] "GET /projects?obj_uuids=302396bc-dd0c-48f6-b8c7-bba2f6743213&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000737 10.0.0.141 - - [2026-03-02 02:00:50] "GET /project/302396bc-dd0c-48f6-b8c7-bba2f6743213 HTTP/1.1" 200 2633 0.058258 10.0.0.141 - - [2026-03-02 02:00:50] "GET /virtual-network/66f5267c-15d8-4157-b4ef-f77f1f150aa2 HTTP/1.1" 200 3503 0.005479 10.0.0.141 - - [2026-03-02 02:00:50] "GET /virtual-network/66f5267c-15d8-4157-b4ef-f77f1f150aa2 HTTP/1.1" 200 3503 0.003716 10.0.0.141 - - [2026-03-02 02:00:50] "GET /routing-instance/8dff696f-5a7b-4b62-b444-ad8c43e6c010 HTTP/1.1" 200 1800 0.053300 10.0.0.141 - - [2026-03-02 02:00:50] "GET /routing-instance/8dff696f-5a7b-4b62-b444-ad8c43e6c010 HTTP/1.1" 200 1800 0.002593 10.0.0.141 - - [2026-03-02 02:00:50] "GET /route-target/cb0fdbad-5538-42b9-8051-8a9c9f5084ff HTTP/1.1" 200 1214 0.002380 10.0.0.141 - - [2026-03-02 02:00:50] "GET /virtual-network/66f5267c-15d8-4157-b4ef-f77f1f150aa2 HTTP/1.1" 200 3503 0.003601 10.0.0.141 - - [2026-03-02 02:00:50] "GET /routing-instance/8dff696f-5a7b-4b62-b444-ad8c43e6c010 HTTP/1.1" 200 1800 0.002200 10.0.0.141 - - [2026-03-02 02:00:50] "GET /virtual-network/66f5267c-15d8-4157-b4ef-f77f1f150aa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.003686 10.0.0.141 - - [2026-03-02 02:00:50] "GET /virtual-network/66f5267c-15d8-4157-b4ef-f77f1f150aa2 HTTP/1.1" 200 3503 0.003363 10.0.0.141 - - [2026-03-02 02:00:50] "GET /routing-instance/8dff696f-5a7b-4b62-b444-ad8c43e6c010 HTTP/1.1" 200 1800 0.002371 10.0.0.141 - - [2026-03-02 02:00:50] "GET /routing-instance/8dff696f-5a7b-4b62-b444-ad8c43e6c010 HTTP/1.1" 200 1800 0.002253 10.0.0.141 - - [2026-03-02 02:00:50] "GET /route-target/cb0fdbad-5538-42b9-8051-8a9c9f5084ff HTTP/1.1" 200 1214 0.001925 10.0.0.141 - - [2026-03-02 02:00:50] "GET /domains HTTP/1.1" 200 281 0.001610 10.0.0.141 - - [2026-03-02 02:00:50] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000986 10.0.0.141 - - [2026-03-02 02:00:50] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 2782 0.006034 10.0.0.141 - - [2026-03-02 02:00:50] "GET /projects?obj_uuids=302396bc-dd0c-48f6-b8c7-bba2f6743213&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001128 10.0.0.141 - - [2026-03-02 02:00:50] "GET /project/302396bc-dd0c-48f6-b8c7-bba2f6743213 HTTP/1.1" 200 2633 0.064171 10.0.0.141 - - [2026-03-02 02:00:50] "GET /virtual-network/66f5267c-15d8-4157-b4ef-f77f1f150aa2 HTTP/1.1" 200 3503 0.003953 10.0.0.141 - - [2026-03-02 02:00:50] "GET /obj-perms HTTP/1.1" 200 5065 0.002544 10.0.0.141 - - [2026-03-02 02:00:50] "GET /virtual-network/66f5267c-15d8-4157-b4ef-f77f1f150aa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.004365 10.0.0.141 - - [2026-03-02 02:00:50] "POST /neutron/network HTTP/1.1" 200 1111 0.005914 10.0.0.141 - - [2026-03-02 02:00:50] "POST /fqname-to-id HTTP/1.1" 404 207 0.004040 10.0.0.141 - - [2026-03-02 02:00:50] "POST /neutron/network HTTP/1.1" 200 1003 0.035777 10.0.0.141 - - [2026-03-02 02:00:50] "DELETE /access-control-list/806772b9-c921-4044-8101-34a2ebce0eb3 HTTP/1.1" 200 115 0.028881 10.0.0.141 - - [2026-03-02 02:00:50] "POST /neutron/network HTTP/1.1" 200 1003 0.010433 10.0.0.141 - - [2026-03-02 02:00:50] "GET /virtual-network/66f5267c-15d8-4157-b4ef-f77f1f150aa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.003645 10.0.0.141 - - [2026-03-02 02:00:50] "POST /ref-update HTTP/1.1" 200 156 0.014312 10.0.0.141 - - [2026-03-02 02:00:50] "GET /virtual-network/d2a57b12-330e-444a-8f35-a1073c66b444?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.006166 10.0.0.141 - - [2026-03-02 02:00:50] "POST /neutron/network HTTP/1.1" 200 1113 0.005822 10.0.0.141 - - [2026-03-02 02:00:50] "POST /fqname-to-id HTTP/1.1" 404 207 0.005367 10.0.0.141 - - [2026-03-02 02:00:50] "POST /neutron/network HTTP/1.1" 200 1005 0.034722 10.0.0.141 - - [2026-03-02 02:00:50] "DELETE /access-control-list/277e5c63-a6f7-4fde-a58d-b0f62ad01e7b HTTP/1.1" 200 115 0.023090 10.0.0.141 - - [2026-03-02 02:00:50] "POST /neutron/network HTTP/1.1" 200 1005 0.005136 10.0.0.141 - - [2026-03-02 02:00:50] "POST /ref-update HTTP/1.1" 200 156 0.011086 10.0.0.141 - - [2026-03-02 02:00:50] "GET /virtual-network/d2a57b12-330e-444a-8f35-a1073c66b444?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.004915 10.0.0.141 - - [2026-03-02 02:00:50] "DELETE /network-policy/32409cc0-90a6-48cf-a4f9-249d54934d91 HTTP/1.1" 200 115 0.016891 10.0.0.141 - - [2026-03-02 02:00:50] "POST /neutron/network HTTP/1.1" 200 1003 0.006189 10.0.0.141 - - [2026-03-02 02:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.141 - - [2026-03-02 02:00:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002420 10.0.0.141 - - [2026-03-02 02:00:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003364 10.0.0.141 - - [2026-03-02 02:00:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002063 10.0.0.141 - - [2026-03-02 02:00:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001592 10.0.0.141 - - [2026-03-02 02:00:50] "POST /neutron/network HTTP/1.1" 200 151 0.074379 10.0.0.141 - - [2026-03-02 02:00:50] "DELETE /route-target/cb0fdbad-5538-42b9-8051-8a9c9f5084ff HTTP/1.1" 200 115 0.019858 10.0.0.141 - - [2026-03-02 02:00:50] "GET /routing-instance/8dff696f-5a7b-4b62-b444-ad8c43e6c010 HTTP/1.1" 404 171 0.002133 10.0.0.141 - - [2026-03-02 02:00:50] "GET /domains HTTP/1.1" 200 281 0.001858 10.0.0.141 - - [2026-03-02 02:00:50] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000758 10.0.0.141 - - [2026-03-02 02:00:50] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 2782 0.048049 10.0.0.141 - - [2026-03-02 02:00:50] "GET /projects?obj_uuids=302396bc-dd0c-48f6-b8c7-bba2f6743213&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001220 10.0.0.141 - - [2026-03-02 02:00:50] "GET /project/302396bc-dd0c-48f6-b8c7-bba2f6743213 HTTP/1.1" 200 2151 0.062444 10.0.0.141 - - [2026-03-02 02:00:51] "POST /neutron/network HTTP/1.1" 200 1005 0.006845 10.0.0.141 - - [2026-03-02 02:00:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003130 10.0.0.141 - - [2026-03-02 02:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.141 - - [2026-03-02 02:00:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001506 10.0.0.141 - - [2026-03-02 02:00:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002243 10.0.0.141 - - [2026-03-02 02:00:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001430 10.0.0.141 - - [2026-03-02 02:00:51] "POST /neutron/network HTTP/1.1" 200 151 0.067603 10.0.0.141 - - [2026-03-02 02:00:51] "DELETE /route-target/5ab0b505-26b5-44e2-b091-369c59be04d9 HTTP/1.1" 200 115 0.016620 10.0.0.141 - - [2026-03-02 02:00:51] "GET /routing-instance/057af213-cb8d-4ad3-ba83-24be3622079e HTTP/1.1" 404 171 0.002749 10.0.0.141 - - [2026-03-02 02:00:51] "GET /domains HTTP/1.1" 200 281 0.001770 10.0.0.141 - - [2026-03-02 02:00:51] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000779 10.0.0.141 - - [2026-03-02 02:00:51] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 2782 0.046058 10.0.0.141 - - [2026-03-02 02:00:51] "GET /projects?obj_uuids=302396bc-dd0c-48f6-b8c7-bba2f6743213&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001240 10.0.0.141 - - [2026-03-02 02:00:51] "GET /project/302396bc-dd0c-48f6-b8c7-bba2f6743213 HTTP/1.1" 200 1905 0.062257 10.0.0.141 - - [2026-03-02 02:00:51] "GET /projects?obj_uuids=302396bc-dd0c-48f6-b8c7-bba2f6743213&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000957 10.0.0.141 - - [2026-03-02 02:00:51] "GET /project/302396bc-dd0c-48f6-b8c7-bba2f6743213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.024064 10.0.0.141 - - [2026-03-02 02:00:51] "GET /projects?obj_uuids=302396bc-dd0c-48f6-b8c7-bba2f6743213&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000822 10.0.0.141 - - [2026-03-02 02:00:51] "GET /project/302396bc-dd0c-48f6-b8c7-bba2f6743213?fields=virtual_networks HTTP/1.1" 200 1050 0.063368 10.0.0.141 - - [2026-03-02 02:00:51] "GET /projects?obj_uuids=302396bc-dd0c-48f6-b8c7-bba2f6743213&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000980 10.0.0.141 - - [2026-03-02 02:00:51] "GET /project/302396bc-dd0c-48f6-b8c7-bba2f6743213?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.021365 10.0.0.141 - - [2026-03-02 02:00:51] "GET /projects?obj_uuids=302396bc-dd0c-48f6-b8c7-bba2f6743213&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001078 10.0.0.141 - - [2026-03-02 02:00:51] "GET /project/302396bc-dd0c-48f6-b8c7-bba2f6743213?fields=security_groups HTTP/1.1" 200 1285 0.021968 10.0.0.141 - - [2026-03-02 02:00:52] "POST /fqname-to-id HTTP/1.1" 404 204 0.023226 10.0.0.141 - - [2026-03-02 02:00:52] "GET /projects?obj_uuids=5a361fbf-159d-4870-be13-5bb22e4162d3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002074 10.0.0.141 - - [2026-03-02 02:00:52] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001089 10.0.0.141 - - [2026-03-02 02:00:52] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005820 10.0.0.141 - - [2026-03-02 02:00:52] "POST /id-to-fqname HTTP/1.1" 200 206 0.001019 10.0.0.141 - - [2026-03-02 02:00:52] "POST /fqname-to-id HTTP/1.1" 404 215 0.001951 10.0.0.141 - - [2026-03-02 02:00:52] "POST /security-groups HTTP/1.1" 200 607 0.059786 10.0.0.141 - - [2026-03-02 02:00:52] "POST /fqname-to-id HTTP/1.1" 404 250 0.002775 10.0.0.141 - - [2026-03-02 02:00:52] "POST /projects HTTP/1.1" 200 617 0.192893 10.0.0.141 - - [2026-03-02 02:00:52] "POST /access-control-lists HTTP/1.1" 200 614 0.053979 10.0.0.141 - - [2026-03-02 02:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.262098 10.0.0.141 - - [2026-03-02 02:00:52] "POST /fqname-to-id HTTP/1.1" 404 249 0.002422 10.0.0.141 - - [2026-03-02 02:00:52] "GET /project/5a361fbf-159d-4870-be13-5bb22e4162d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.368829 10.0.0.141 - - [2026-03-02 02:00:52] "POST /access-control-lists HTTP/1.1" 200 612 0.056707 10.0.0.141 - - [2026-03-02 02:00:53] "GET / HTTP/1.1" 200 36215 0.001815 10.0.0.141 - - [2026-03-02 02:00:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000448 10.0.0.141 - - [2026-03-02 02:00:55] "POST /fqname-to-id HTTP/1.1" 404 233 0.055660 10.0.0.141 - - [2026-03-02 02:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002599 10.0.0.141 - - [2026-03-02 02:00:55] "GET /projects?obj_uuids=5a361fbf-159d-4870-be13-5bb22e4162d3&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001248 10.0.0.141 - - [2026-03-02 02:00:55] "GET /project/5a361fbf-159d-4870-be13-5bb22e4162d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.024158 10.0.0.141 - - [2026-03-02 02:00:55] "POST /network-policys HTTP/1.1" 200 569 0.064255 10.0.0.141 - - [2026-03-02 02:00:55] "GET /network-policy/4d324aa3-bf46-4f70-a4ee-c3807558b9f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.004426 10.0.0.141 - - [2026-03-02 02:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.141 - - [2026-03-02 02:00:55] "GET /projects?obj_uuids=5a361fbf-159d-4870-be13-5bb22e4162d3&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000909 10.0.0.141 - - [2026-03-02 02:00:55] "GET /project/5a361fbf-159d-4870-be13-5bb22e4162d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.020655 10.0.0.141 - - [2026-03-02 02:00:55] "POST /neutron/network HTTP/1.1" 200 117 0.027579 10.0.0.141 - - [2026-03-02 02:00:55] "GET /projects?obj_uuids=5a361fbf-159d-4870-be13-5bb22e4162d3&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000920 10.0.0.141 - - [2026-03-02 02:00:55] "POST /neutron/network HTTP/1.1" 200 623 0.050635 10.0.0.141 - - [2026-03-02 02:00:55] "POST /route-targets HTTP/1.1" 200 328 0.009215 10.0.0.141 - - [2026-03-02 02:00:55] "POST /ref-update HTTP/1.1" 200 156 0.011705 10.0.0.141 - - [2026-03-02 02:00:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002176 10.0.0.141 - - [2026-03-02 02:00:55] "POST /neutron/subnet HTTP/1.1" 200 729 0.180514 10.0.0.141 - - [2026-03-02 02:00:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.008292 10.0.0.141 - - [2026-03-02 02:00:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001944 10.0.0.141 - - [2026-03-02 02:00:55] "POST /neutron/subnet HTTP/1.1" 200 828 0.148611 10.0.0.141 - - [2026-03-02 02:00:55] "POST /neutron/network HTTP/1.1" 200 1017 0.006962 10.0.0.141 - - [2026-03-02 02:00:55] "POST /id-to-fqname HTTP/1.1" 200 237 0.000983 10.0.0.141 - - [2026-03-02 02:00:55] "GET /virtual-network/23a766af-2a17-4226-8fdb-2d08bfa7c7d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2665 0.003839 10.0.0.141 - - [2026-03-02 02:00:55] "POST /neutron/network HTTP/1.1" 200 1017 0.006358 10.0.0.141 - - [2026-03-02 02:00:55] "GET /virtual-network/23a766af-2a17-4226-8fdb-2d08bfa7c7d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2665 0.004106 10.0.0.141 - - [2026-03-02 02:00:56] "POST /neutron/network HTTP/1.1" 200 1017 0.007177 10.0.0.141 - - [2026-03-02 02:00:56] "POST /neutron/subnet HTTP/1.1" 200 729 0.005745 10.0.0.141 - - [2026-03-02 02:00:56] "POST /neutron/subnet HTTP/1.1" 200 828 0.005130 10.0.0.141 - - [2026-03-02 02:00:56] "POST /neutron/network HTTP/1.1" 200 1017 0.005726 10.0.0.141 - - [2026-03-02 02:00:56] "POST /fqname-to-id HTTP/1.1" 404 252 0.008647 10.0.0.141 - - [2026-03-02 02:00:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.007020 10.0.0.141 - - [2026-03-02 02:00:56] "POST /neutron/network HTTP/1.1" 200 1124 0.049212 10.0.0.141 - - [2026-03-02 02:00:56] "POST /access-control-lists HTTP/1.1" 200 609 0.067587 10.0.0.141 - - [2026-03-02 02:00:56] "POST /neutron/network HTTP/1.1" 200 1124 0.051876 10.0.0.141 - - [2026-03-02 02:00:56] "GET /virtual-network/23a766af-2a17-4226-8fdb-2d08bfa7c7d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2989 0.004687 10.0.0.141 - - [2026-03-02 02:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001976 10.0.0.141 - - [2026-03-02 02:00:56] "GET /network-policy/4d324aa3-bf46-4f70-a4ee-c3807558b9f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.003058 10.0.0.141 - - [2026-03-02 02:00:56] "GET /domains HTTP/1.1" 401 293 0.000401 10.0.0.141 - - [2026-03-02 02:00:56] "GET /domains HTTP/1.1" 200 281 0.023426 10.0.0.141 - - [2026-03-02 02:00:56] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001056 10.0.0.141 - - [2026-03-02 02:00:56] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 2985 0.006620 10.0.0.141 - - [2026-03-02 02:00:56] "GET /projects?obj_uuids=5a361fbf-159d-4870-be13-5bb22e4162d3&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000768 10.0.0.141 - - [2026-03-02 02:00:56] "GET /project/5a361fbf-159d-4870-be13-5bb22e4162d3 HTTP/1.1" 200 2465 0.079380 10.0.0.141 - - [2026-03-02 02:00:56] "GET /virtual-network/23a766af-2a17-4226-8fdb-2d08bfa7c7d0 HTTP/1.1" 200 3553 0.008262 10.0.0.141 - - [2026-03-02 02:00:56] "GET /virtual-network/23a766af-2a17-4226-8fdb-2d08bfa7c7d0 HTTP/1.1" 200 3553 0.005786 10.0.0.141 - - [2026-03-02 02:00:56] "GET /routing-instance/a7b04d35-bea8-41fe-becc-13827d2e152b HTTP/1.1" 200 1499 0.004657 10.0.0.141 - - [2026-03-02 02:00:56] "GET /routing-instance/a7b04d35-bea8-41fe-becc-13827d2e152b HTTP/1.1" 200 1499 0.002759 10.0.0.141 - - [2026-03-02 02:00:56] "GET /route-target/4901064b-7366-44bc-a3fe-5df187c5f4ac HTTP/1.1" 200 1224 0.002736 10.0.0.141 - - [2026-03-02 02:00:56] "GET /virtual-network/23a766af-2a17-4226-8fdb-2d08bfa7c7d0 HTTP/1.1" 200 3553 0.003755 10.0.0.141 - - [2026-03-02 02:00:56] "GET /routing-instance/a7b04d35-bea8-41fe-becc-13827d2e152b HTTP/1.1" 200 1499 0.003285 10.0.0.141 - - [2026-03-02 02:00:56] "GET /virtual-network/23a766af-2a17-4226-8fdb-2d08bfa7c7d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2989 0.004648 10.0.0.141 - - [2026-03-02 02:00:56] "GET /virtual-network/23a766af-2a17-4226-8fdb-2d08bfa7c7d0 HTTP/1.1" 200 3553 0.004475 10.0.0.141 - - [2026-03-02 02:00:56] "GET /routing-instance/a7b04d35-bea8-41fe-becc-13827d2e152b HTTP/1.1" 200 1499 0.002830 10.0.0.141 - - [2026-03-02 02:00:56] "GET /routing-instance/a7b04d35-bea8-41fe-becc-13827d2e152b HTTP/1.1" 200 1499 0.002617 10.0.0.141 - - [2026-03-02 02:00:56] "GET /route-target/4901064b-7366-44bc-a3fe-5df187c5f4ac HTTP/1.1" 200 1224 0.002299 10.0.0.141 - - [2026-03-02 02:00:56] "GET /domains HTTP/1.1" 200 281 0.002672 10.0.0.141 - - [2026-03-02 02:00:56] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000874 10.0.0.141 - - [2026-03-02 02:00:56] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 2985 0.009408 10.0.0.141 - - [2026-03-02 02:00:56] "GET /projects?obj_uuids=5a361fbf-159d-4870-be13-5bb22e4162d3&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000831 10.0.0.141 - - [2026-03-02 02:00:56] "GET /project/5a361fbf-159d-4870-be13-5bb22e4162d3 HTTP/1.1" 200 2465 0.063538 10.0.0.141 - - [2026-03-02 02:00:56] "GET /virtual-network/23a766af-2a17-4226-8fdb-2d08bfa7c7d0 HTTP/1.1" 200 3553 0.004115 10.0.0.141 - - [2026-03-02 02:00:57] "GET /obj-perms HTTP/1.1" 200 5081 0.048285 10.0.0.141 - - [2026-03-02 02:00:57] "GET /domains HTTP/1.1" 200 281 0.002428 10.0.0.141 - - [2026-03-02 02:00:57] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000977 10.0.0.141 - - [2026-03-02 02:00:57] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 2985 0.006037 10.0.0.141 - - [2026-03-02 02:00:57] "GET /projects?obj_uuids=5a361fbf-159d-4870-be13-5bb22e4162d3&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000775 10.0.0.141 - - [2026-03-02 02:00:57] "GET /project/5a361fbf-159d-4870-be13-5bb22e4162d3 HTTP/1.1" 200 2465 0.063380 10.0.0.141 - - [2026-03-02 02:00:57] "GET /network-policy/4d324aa3-bf46-4f70-a4ee-c3807558b9f1 HTTP/1.1" 200 3482 0.004667 10.0.0.141 - - [2026-03-02 02:00:57] "DELETE /network-policy/4d324aa3-bf46-4f70-a4ee-c3807558b9f1 HTTP/1.1" 409 239 0.004337 10.0.0.141 - - [2026-03-02 02:00:57] "POST /neutron/network HTTP/1.1" 200 1124 0.005558 10.0.0.141 - - [2026-03-02 02:00:57] "DELETE /access-control-list/14bbaa7a-d142-4c81-b4fc-96fbd3e1f817 HTTP/1.1" 200 115 0.020124 10.0.0.141 - - [2026-03-02 02:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.141 - - [2026-03-02 02:00:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002098 10.0.0.141 - - [2026-03-02 02:00:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001428 10.0.0.141 - - [2026-03-02 02:00:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001429 10.0.0.141 - - [2026-03-02 02:00:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001366 10.0.0.141 - - [2026-03-02 02:00:57] "POST /neutron/network HTTP/1.1" 200 151 0.081773 10.0.0.141 - - [2026-03-02 02:00:57] "GET /routing-instance/a7b04d35-bea8-41fe-becc-13827d2e152b HTTP/1.1" 404 171 0.002303 10.0.0.141 - - [2026-03-02 02:00:57] "GET /domains HTTP/1.1" 200 281 0.002236 10.0.0.141 - - [2026-03-02 02:00:57] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000818 10.0.0.141 - - [2026-03-02 02:00:57] "DELETE /route-target/4901064b-7366-44bc-a3fe-5df187c5f4ac HTTP/1.1" 200 115 0.022904 10.0.0.141 - - [2026-03-02 02:00:57] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 2985 0.052105 10.0.0.141 - - [2026-03-02 02:00:57] "GET /projects?obj_uuids=5a361fbf-159d-4870-be13-5bb22e4162d3&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001350 10.0.0.141 - - [2026-03-02 02:00:57] "GET /project/5a361fbf-159d-4870-be13-5bb22e4162d3 HTTP/1.1" 200 2210 0.075374 10.0.0.141 - - [2026-03-02 02:00:57] "DELETE /network-policy/4d324aa3-bf46-4f70-a4ee-c3807558b9f1 HTTP/1.1" 200 115 0.016879 10.0.0.141 - - [2026-03-02 02:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.141 - - [2026-03-02 02:00:57] "GET /projects?obj_uuids=5a361fbf-159d-4870-be13-5bb22e4162d3&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001293 10.0.0.141 - - [2026-03-02 02:00:57] "GET /project/5a361fbf-159d-4870-be13-5bb22e4162d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.026990 10.0.0.141 - - [2026-03-02 02:00:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-20642713&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004234 10.0.0.141 - - [2026-03-02 02:00:58] "GET /projects?obj_uuids=5a361fbf-159d-4870-be13-5bb22e4162d3&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000958 10.0.0.141 - - [2026-03-02 02:00:58] "GET /project/5a361fbf-159d-4870-be13-5bb22e4162d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.022413 10.0.0.141 - - [2026-03-02 02:00:58] "GET /projects?obj_uuids=5a361fbf-159d-4870-be13-5bb22e4162d3&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000840 10.0.0.141 - - [2026-03-02 02:00:58] "GET /project/5a361fbf-159d-4870-be13-5bb22e4162d3?fields=virtual_networks HTTP/1.1" 200 1066 0.063999 10.0.0.141 - - [2026-03-02 02:00:58] "GET /projects?obj_uuids=5a361fbf-159d-4870-be13-5bb22e4162d3&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000921 10.0.0.141 - - [2026-03-02 02:00:58] "GET /project/5a361fbf-159d-4870-be13-5bb22e4162d3?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.024116 10.0.0.141 - - [2026-03-02 02:00:58] "GET /projects?obj_uuids=5a361fbf-159d-4870-be13-5bb22e4162d3&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000908 10.0.0.141 - - [2026-03-02 02:00:58] "GET /project/5a361fbf-159d-4870-be13-5bb22e4162d3?fields=security_groups HTTP/1.1" 200 1309 0.032064 10.0.0.141 - - [2026-03-02 02:00:59] "POST /fqname-to-id HTTP/1.1" 404 190 0.022672 10.0.0.141 - - [2026-03-02 02:00:59] "GET /projects?obj_uuids=0b601ba1-fa78-4283-81b3-763e3923f31f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002368 10.0.0.141 - - [2026-03-02 02:00:59] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000887 10.0.0.141 - - [2026-03-02 02:00:59] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005506 10.0.0.141 - - [2026-03-02 02:00:59] "POST /id-to-fqname HTTP/1.1" 200 192 0.001124 10.0.0.141 - - [2026-03-02 02:00:59] "POST /fqname-to-id HTTP/1.1" 404 201 0.001724 10.0.0.141 - - [2026-03-02 02:00:59] "POST /security-groups HTTP/1.1" 200 593 0.055917 10.0.0.141 - - [2026-03-02 02:00:59] "POST /fqname-to-id HTTP/1.1" 404 236 0.002109 10.0.0.141 - - [2026-03-02 02:00:59] "POST /projects HTTP/1.1" 200 589 0.189985 10.0.0.141 - - [2026-03-02 02:00:59] "POST /access-control-lists HTTP/1.1" 200 600 0.054401 10.0.0.141 - - [2026-03-02 02:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.255197 10.0.0.141 - - [2026-03-02 02:00:59] "POST /fqname-to-id HTTP/1.1" 404 235 0.002438 10.0.0.141 - - [2026-03-02 02:00:59] "GET /project/0b601ba1-fa78-4283-81b3-763e3923f31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.362377 10.0.0.141 - - [2026-03-02 02:00:59] "POST /access-control-lists HTTP/1.1" 200 598 0.056192 10.0.0.141 - - [2026-03-02 02:01:00] "GET / HTTP/1.1" 200 36215 0.001803 10.0.0.141 - - [2026-03-02 02:01:01] "POST /fqname-to-id HTTP/1.1" 401 293 0.000427 10.0.0.141 - - [2026-03-02 02:01:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.058269 10.0.0.141 - - [2026-03-02 02:01:01] "GET /projects?obj_uuids=0b601ba1-fa78-4283-81b3-763e3923f31f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001009 10.0.0.141 - - [2026-03-02 02:01:01] "GET /project/0b601ba1-fa78-4283-81b3-763e3923f31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.023797 10.0.0.141 - - [2026-03-02 02:01:01] "POST /neutron/network HTTP/1.1" 200 117 0.030551 10.0.0.141 - - [2026-03-02 02:01:01] "GET /projects?obj_uuids=0b601ba1-fa78-4283-81b3-763e3923f31f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000968 10.0.0.141 - - [2026-03-02 02:01:01] "POST /neutron/network HTTP/1.1" 200 607 0.075786 10.0.0.141 - - [2026-03-02 02:01:01] "POST /route-targets HTTP/1.1" 200 328 0.011473 10.0.0.141 - - [2026-03-02 02:01:01] "POST /ref-update HTTP/1.1" 200 156 0.010286 10.0.0.141 - - [2026-03-02 02:01:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001966 10.0.0.141 - - [2026-03-02 02:01:02] "POST /neutron/subnet HTTP/1.1" 200 725 0.198994 10.0.0.141 - - [2026-03-02 02:01:02] "POST /neutron/network HTTP/1.1" 200 826 0.004413 10.0.0.141 - - [2026-03-02 02:01:02] "POST /id-to-fqname HTTP/1.1" 200 222 0.000970 10.0.0.141 - - [2026-03-02 02:01:02] "GET /virtual-network/3ecd009c-0c64-4838-82d7-5b081b3a1e54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004118 10.0.0.141 - - [2026-03-02 02:01:02] "POST /neutron/network HTTP/1.1" 200 826 0.005488 10.0.0.141 - - [2026-03-02 02:01:02] "GET /virtual-network/3ecd009c-0c64-4838-82d7-5b081b3a1e54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004332 10.0.0.141 - - [2026-03-02 02:01:02] "POST /neutron/network HTTP/1.1" 200 826 0.004730 10.0.0.141 - - [2026-03-02 02:01:02] "POST /neutron/subnet HTTP/1.1" 200 725 0.005599 10.0.0.141 - - [2026-03-02 02:01:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.001849 10.0.0.141 - - [2026-03-02 02:01:02] "GET /projects?obj_uuids=0b601ba1-fa78-4283-81b3-763e3923f31f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000994 10.0.0.141 - - [2026-03-02 02:01:02] "GET /project/0b601ba1-fa78-4283-81b3-763e3923f31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.024161 10.0.0.141 - - [2026-03-02 02:01:02] "POST /neutron/network HTTP/1.1" 200 117 0.008044 10.0.0.141 - - [2026-03-02 02:01:02] "GET /projects?obj_uuids=0b601ba1-fa78-4283-81b3-763e3923f31f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000962 10.0.0.141 - - [2026-03-02 02:01:02] "POST /neutron/network HTTP/1.1" 200 607 0.050078 10.0.0.141 - - [2026-03-02 02:01:02] "POST /route-targets HTTP/1.1" 200 328 0.009492 10.0.0.141 - - [2026-03-02 02:01:02] "POST /ref-update HTTP/1.1" 200 156 0.010039 10.0.0.141 - - [2026-03-02 02:01:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002761 10.0.0.141 - - [2026-03-02 02:01:02] "POST /neutron/subnet HTTP/1.1" 200 729 0.137334 10.0.0.141 - - [2026-03-02 02:01:02] "POST /neutron/network HTTP/1.1" 200 827 0.004483 10.0.0.141 - - [2026-03-02 02:01:02] "POST /id-to-fqname HTTP/1.1" 200 222 0.000937 10.0.0.141 - - [2026-03-02 02:01:02] "GET /virtual-network/fe6b058c-6204-4814-bcc3-bd2ec60e8174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.003783 10.0.0.141 - - [2026-03-02 02:01:02] "POST /neutron/network HTTP/1.1" 200 827 0.005057 10.0.0.141 - - [2026-03-02 02:01:02] "GET /virtual-network/fe6b058c-6204-4814-bcc3-bd2ec60e8174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004100 10.0.0.141 - - [2026-03-02 02:01:02] "POST /neutron/network HTTP/1.1" 200 827 0.005024 10.0.0.141 - - [2026-03-02 02:01:02] "POST /neutron/subnet HTTP/1.1" 200 729 0.005600 10.0.0.141 - - [2026-03-02 02:01:02] "POST /fqname-to-id HTTP/1.1" 404 228 0.001848 10.0.0.141 - - [2026-03-02 02:01:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.141 - - [2026-03-02 02:01:02] "GET /projects?obj_uuids=0b601ba1-fa78-4283-81b3-763e3923f31f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001248 10.0.0.141 - - [2026-03-02 02:01:02] "GET /project/0b601ba1-fa78-4283-81b3-763e3923f31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.032262 10.0.0.141 - - [2026-03-02 02:01:03] "POST /network-policys HTTP/1.1" 200 573 0.023206 10.0.0.141 - - [2026-03-02 02:01:03] "GET /network-policy/a5d13b2d-8cd5-424c-a0ad-66ea51a625d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.005045 10.0.0.141 - - [2026-03-02 02:01:03] "POST /neutron/network HTTP/1.1" 200 826 0.004876 10.0.0.141 - - [2026-03-02 02:01:03] "POST /fqname-to-id HTTP/1.1" 404 236 0.002834 10.0.0.141 - - [2026-03-02 02:01:03] "POST /neutron/network HTTP/1.1" 200 928 0.034740 10.0.0.141 - - [2026-03-02 02:01:03] "POST /neutron/network HTTP/1.1" 200 928 0.046439 10.0.0.141 - - [2026-03-02 02:01:03] "POST /access-control-lists HTTP/1.1" 200 592 0.069434 10.0.0.141 - - [2026-03-02 02:01:03] "GET /virtual-network/3ecd009c-0c64-4838-82d7-5b081b3a1e54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004180 10.0.0.141 - - [2026-03-02 02:01:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.001831 10.0.0.141 - - [2026-03-02 02:01:03] "GET /network-policy/a5d13b2d-8cd5-424c-a0ad-66ea51a625d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.003571 10.0.0.141 - - [2026-03-02 02:01:03] "POST /neutron/network HTTP/1.1" 200 827 0.005002 10.0.0.141 - - [2026-03-02 02:01:03] "POST /neutron/network HTTP/1.1" 200 929 0.044387 10.0.0.141 - - [2026-03-02 02:01:03] "PUT /access-control-list/2fada2bb-5fc6-4fed-8e86-b22bc38359a8 HTTP/1.1" 200 273 0.019098 10.0.0.141 - - [2026-03-02 02:01:03] "POST /fqname-to-id HTTP/1.1" 404 236 0.004027 10.0.0.141 - - [2026-03-02 02:01:03] "POST /neutron/network HTTP/1.1" 200 929 0.007342 10.0.0.141 - - [2026-03-02 02:01:03] "GET /virtual-network/fe6b058c-6204-4814-bcc3-bd2ec60e8174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.003751 10.0.0.141 - - [2026-03-02 02:01:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.001552 10.0.0.141 - - [2026-03-02 02:01:03] "GET /network-policy/a5d13b2d-8cd5-424c-a0ad-66ea51a625d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.032494 10.0.0.141 - - [2026-03-02 02:01:03] "POST /access-control-lists HTTP/1.1" 200 592 0.057762 10.0.0.141 - - [2026-03-02 02:01:03] "GET /domains HTTP/1.1" 401 293 0.000318 10.0.0.141 - - [2026-03-02 02:01:03] "POST /ref-update HTTP/1.1" 200 156 0.009031 10.0.0.141 - - [2026-03-02 02:01:03] "GET /domains HTTP/1.1" 200 281 0.026948 10.0.0.141 - - [2026-03-02 02:01:03] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000799 10.0.0.141 - - [2026-03-02 02:01:03] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 3174 0.006243 10.0.0.141 - - [2026-03-02 02:01:03] "GET /projects?obj_uuids=0b601ba1-fa78-4283-81b3-763e3923f31f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000990 10.0.0.141 - - [2026-03-02 02:01:03] "GET /project/0b601ba1-fa78-4283-81b3-763e3923f31f HTTP/1.1" 200 2577 0.062774 10.0.0.141 - - [2026-03-02 02:01:03] "GET /virtual-network/3ecd009c-0c64-4838-82d7-5b081b3a1e54 HTTP/1.1" 200 2897 0.005238 10.0.0.141 - - [2026-03-02 02:01:03] "GET /virtual-network/3ecd009c-0c64-4838-82d7-5b081b3a1e54 HTTP/1.1" 200 2897 0.003955 10.0.0.141 - - [2026-03-02 02:01:03] "GET /routing-instance/898d7785-47de-4526-8e6b-e4cb6ab51984 HTTP/1.1" 200 1787 0.002689 10.0.0.141 - - [2026-03-02 02:01:04] "GET /routing-instance/898d7785-47de-4526-8e6b-e4cb6ab51984 HTTP/1.1" 200 1787 0.002275 10.0.0.141 - - [2026-03-02 02:01:04] "GET /route-target/33e140fb-e9f4-4a3f-8b4b-7835b7e6ea3a HTTP/1.1" 200 1208 0.002425 10.0.0.141 - - [2026-03-02 02:01:04] "GET /virtual-network/3ecd009c-0c64-4838-82d7-5b081b3a1e54 HTTP/1.1" 200 2897 0.003919 10.0.0.141 - - [2026-03-02 02:01:04] "GET /routing-instance/898d7785-47de-4526-8e6b-e4cb6ab51984 HTTP/1.1" 200 1787 0.004301 10.0.0.141 - - [2026-03-02 02:01:04] "GET /virtual-network/3ecd009c-0c64-4838-82d7-5b081b3a1e54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.003706 10.0.0.141 - - [2026-03-02 02:01:04] "GET /virtual-network/3ecd009c-0c64-4838-82d7-5b081b3a1e54 HTTP/1.1" 200 2897 0.003520 10.0.0.141 - - [2026-03-02 02:01:04] "GET /routing-instance/898d7785-47de-4526-8e6b-e4cb6ab51984 HTTP/1.1" 200 1787 0.002345 10.0.0.141 - - [2026-03-02 02:01:04] "GET /routing-instance/898d7785-47de-4526-8e6b-e4cb6ab51984 HTTP/1.1" 200 1787 0.002205 10.0.0.141 - - [2026-03-02 02:01:04] "GET /route-target/33e140fb-e9f4-4a3f-8b4b-7835b7e6ea3a HTTP/1.1" 200 1208 0.002036 10.0.0.141 - - [2026-03-02 02:01:04] "GET /domains HTTP/1.1" 200 281 0.002234 10.0.0.141 - - [2026-03-02 02:01:04] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000886 10.0.0.141 - - [2026-03-02 02:01:04] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 3174 0.006061 10.0.0.141 - - [2026-03-02 02:01:04] "GET /projects?obj_uuids=0b601ba1-fa78-4283-81b3-763e3923f31f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000847 10.0.0.141 - - [2026-03-02 02:01:04] "GET /project/0b601ba1-fa78-4283-81b3-763e3923f31f HTTP/1.1" 200 2577 0.061875 10.0.0.141 - - [2026-03-02 02:01:04] "GET /virtual-network/3ecd009c-0c64-4838-82d7-5b081b3a1e54 HTTP/1.1" 200 2897 0.003753 10.0.0.141 - - [2026-03-02 02:01:04] "GET /obj-perms HTTP/1.1" 200 5053 0.046526 10.0.0.141 - - [2026-03-02 02:01:04] "GET /domains HTTP/1.1" 200 281 0.002254 10.0.0.141 - - [2026-03-02 02:01:04] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000805 10.0.0.141 - - [2026-03-02 02:01:04] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 3174 0.005555 10.0.0.141 - - [2026-03-02 02:01:04] "GET /projects?obj_uuids=0b601ba1-fa78-4283-81b3-763e3923f31f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000728 10.0.0.141 - - [2026-03-02 02:01:04] "GET /project/0b601ba1-fa78-4283-81b3-763e3923f31f HTTP/1.1" 200 2577 0.064060 10.0.0.141 - - [2026-03-02 02:01:04] "GET /virtual-network/fe6b058c-6204-4814-bcc3-bd2ec60e8174 HTTP/1.1" 200 2902 0.006086 10.0.0.141 - - [2026-03-02 02:01:04] "GET /virtual-network/fe6b058c-6204-4814-bcc3-bd2ec60e8174 HTTP/1.1" 200 2902 0.003956 10.0.0.141 - - [2026-03-02 02:01:04] "GET /routing-instance/b08ff037-276e-47f5-8b05-57d1e0224c3b HTTP/1.1" 200 1788 0.002735 10.0.0.141 - - [2026-03-02 02:01:04] "GET /routing-instance/b08ff037-276e-47f5-8b05-57d1e0224c3b HTTP/1.1" 200 1788 0.002455 10.0.0.141 - - [2026-03-02 02:01:04] "GET /route-target/14c51ad1-70df-4272-897c-f4875692f0ae HTTP/1.1" 200 1207 0.002698 10.0.0.141 - - [2026-03-02 02:01:04] "GET /virtual-network/fe6b058c-6204-4814-bcc3-bd2ec60e8174 HTTP/1.1" 200 2902 0.003510 10.0.0.141 - - [2026-03-02 02:01:04] "GET /routing-instance/b08ff037-276e-47f5-8b05-57d1e0224c3b HTTP/1.1" 200 1788 0.002219 10.0.0.141 - - [2026-03-02 02:01:04] "GET /virtual-network/fe6b058c-6204-4814-bcc3-bd2ec60e8174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.003429 10.0.0.141 - - [2026-03-02 02:01:04] "GET /virtual-network/fe6b058c-6204-4814-bcc3-bd2ec60e8174 HTTP/1.1" 200 2902 0.003394 10.0.0.141 - - [2026-03-02 02:01:04] "GET /routing-instance/b08ff037-276e-47f5-8b05-57d1e0224c3b HTTP/1.1" 200 1788 0.002279 10.0.0.141 - - [2026-03-02 02:01:04] "GET /routing-instance/b08ff037-276e-47f5-8b05-57d1e0224c3b HTTP/1.1" 200 1788 0.002299 10.0.0.141 - - [2026-03-02 02:01:04] "GET /route-target/14c51ad1-70df-4272-897c-f4875692f0ae HTTP/1.1" 200 1207 0.002180 10.0.0.141 - - [2026-03-02 02:01:04] "GET /domains HTTP/1.1" 200 281 0.002627 10.0.0.141 - - [2026-03-02 02:01:04] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000911 10.0.0.141 - - [2026-03-02 02:01:04] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 3174 0.006360 10.0.0.141 - - [2026-03-02 02:01:04] "GET /projects?obj_uuids=0b601ba1-fa78-4283-81b3-763e3923f31f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000944 10.0.0.141 - - [2026-03-02 02:01:04] "GET /project/0b601ba1-fa78-4283-81b3-763e3923f31f HTTP/1.1" 200 2577 0.065151 10.0.0.141 - - [2026-03-02 02:01:04] "GET /virtual-network/fe6b058c-6204-4814-bcc3-bd2ec60e8174 HTTP/1.1" 200 2902 0.004399 10.0.0.141 - - [2026-03-02 02:01:04] "GET /obj-perms HTTP/1.1" 200 5053 0.002852 10.0.0.141 - - [2026-03-02 02:01:04] "POST /id-to-fqname HTTP/1.1" 200 222 0.001244 10.0.0.141 - - [2026-03-02 02:01:04] "POST /neutron/network HTTP/1.1" 200 938 0.005701 10.0.0.141 - - [2026-03-02 02:01:04] "GET /aaa-mode HTTP/1.1" 401 293 0.000458 10.0.0.141 - - [2026-03-02 02:01:05] "GET / HTTP/1.1" 200 36215 0.001428 10.0.0.141 - - [2026-03-02 02:01:05] "GET /project/0b601ba1-fa78-4283-81b3-763e3923f31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000381 10.0.0.141 - - [2026-03-02 02:01:05] "GET /projects?obj_uuids=0b601ba1-fa78-4283-81b3-763e3923f31f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000929 10.0.0.141 - - [2026-03-02 02:01:05] "GET /project/0b601ba1-fa78-4283-81b3-763e3923f31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.042084 10.0.0.141 - - [2026-03-02 02:01:05] "POST /neutron/network HTTP/1.1" 200 928 0.005119 10.0.0.141 - - [2026-03-02 02:01:05] "POST /neutron/port HTTP/1.1" 200 117 0.004958 10.0.0.141 - - [2026-03-02 02:01:05] "POST /neutron/port HTTP/1.1" 200 117 0.004250 10.0.0.141 - - [2026-03-02 02:01:05] "POST /id-to-fqname HTTP/1.1" 200 222 0.001086 10.0.0.141 - - [2026-03-02 02:01:05] "POST /neutron/port HTTP/1.1" 200 117 0.004656 10.0.0.141 - - [2026-03-02 02:01:05] "POST /neutron/network HTTP/1.1" 200 939 0.005099 10.0.0.141 - - [2026-03-02 02:01:05] "GET /aaa-mode HTTP/1.1" 401 293 0.000384 10.0.0.141 - - [2026-03-02 02:01:06] "POST /neutron/network HTTP/1.1" 200 938 0.004780 10.0.0.141 - - [2026-03-02 02:01:06] "GET /projects?obj_uuids=0b601ba1-fa78-4283-81b3-763e3923f31f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001144 10.0.0.141 - - [2026-03-02 02:01:06] "GET / HTTP/1.1" 200 36215 0.001575 10.0.0.141 - - [2026-03-02 02:01:06] "GET /project/0b601ba1-fa78-4283-81b3-763e3923f31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000374 10.0.0.141 - - [2026-03-02 02:01:06] "POST /neutron/port HTTP/1.1" 200 1062 0.198109 10.0.0.141 - - [2026-03-02 02:01:06] "POST /neutron/port HTTP/1.1" 200 1062 0.011853 10.0.0.141 - - [2026-03-02 02:01:06] "POST /neutron/port HTTP/1.1" 200 1062 0.008198 10.0.0.141 - - [2026-03-02 02:01:06] "POST /neutron/port HTTP/1.1" 200 1116 0.049923 10.0.0.141 - - [2026-03-02 02:01:06] "POST /neutron/port HTTP/1.1" 200 1126 0.013414 10.0.0.141 - - [2026-03-02 02:01:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003135 10.0.0.141 - - [2026-03-02 02:01:06] "POST /neutron/subnet HTTP/1.1" 200 699 0.005655 10.0.0.141 - - [2026-03-02 02:01:06] "POST /neutron/port HTTP/1.1" 200 117 0.000971 10.0.0.141 - - [2026-03-02 02:01:06] "POST /neutron/network HTTP/1.1" 200 928 0.005167 10.0.0.141 - - [2026-03-02 02:01:06] "GET /projects?obj_uuids=0b601ba1-fa78-4283-81b3-763e3923f31f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001366 10.0.0.141 - - [2026-03-02 02:01:06] "GET /project/0b601ba1-fa78-4283-81b3-763e3923f31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.043208 10.0.0.141 - - [2026-03-02 02:01:06] "POST /neutron/network HTTP/1.1" 200 929 0.005058 10.0.0.141 - - [2026-03-02 02:01:06] "POST /neutron/port HTTP/1.1" 200 1126 0.019151 10.0.0.141 - - [2026-03-02 02:01:06] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005174 10.0.0.141 - - [2026-03-02 02:01:06] "POST /neutron/port HTTP/1.1" 200 117 0.005754 10.0.0.141 - - [2026-03-02 02:01:06] "POST /neutron/port HTTP/1.1" 200 1126 0.010752 10.0.0.141 - - [2026-03-02 02:01:06] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005040 10.0.0.141 - - [2026-03-02 02:01:07] "POST /neutron/network HTTP/1.1" 200 939 0.004971 10.0.0.141 - - [2026-03-02 02:01:07] "GET /projects?obj_uuids=0b601ba1-fa78-4283-81b3-763e3923f31f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001329 10.0.0.141 - - [2026-03-02 02:01:07] "POST /neutron/port HTTP/1.1" 200 1063 0.213735 10.0.0.141 - - [2026-03-02 02:01:07] "POST /neutron/port HTTP/1.1" 200 1063 0.011078 10.0.0.141 - - [2026-03-02 02:01:07] "POST /neutron/port HTTP/1.1" 200 1063 0.013159 10.0.0.141 - - [2026-03-02 02:01:07] "POST /neutron/port HTTP/1.1" 200 1117 0.065387 10.0.0.141 - - [2026-03-02 02:01:07] "POST /neutron/port HTTP/1.1" 200 1127 0.011030 10.0.0.141 - - [2026-03-02 02:01:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003069 10.0.0.141 - - [2026-03-02 02:01:07] "POST /neutron/subnet HTTP/1.1" 200 703 0.009824 10.0.0.141 - - [2026-03-02 02:01:07] "POST /neutron/port HTTP/1.1" 200 117 0.001069 10.0.0.141 - - [2026-03-02 02:01:07] "POST /neutron/network HTTP/1.1" 200 929 0.004665 10.0.0.141 - - [2026-03-02 02:01:07] "PUT /access-control-list/90412be2-f8c9-4912-b596-b664a26f711c HTTP/1.1" 200 273 0.051445 10.0.0.141 - - [2026-03-02 02:01:11] "POST /neutron/port HTTP/1.1" 200 1126 0.011736 10.0.0.141 - - [2026-03-02 02:01:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005250 10.0.0.141 - - [2026-03-02 02:01:12] "POST /neutron/port HTTP/1.1" 200 1126 0.012811 10.0.0.141 - - [2026-03-02 02:01:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007288 10.0.0.141 - - [2026-03-02 02:01:12] "POST /neutron/port HTTP/1.1" 200 1126 0.017270 10.0.0.141 - - [2026-03-02 02:01:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007407 10.0.0.141 - - [2026-03-02 02:01:12] "GET /virtual-machine/4f6ce072-84c0-4782-90e3-d966266dd7fa HTTP/1.1" 200 1296 0.004863 10.0.0.141 - - [2026-03-02 02:01:12] "GET /virtual-machine-interface/a653c244-3fd9-4595-9041-2330c5bc5b38 HTTP/1.1" 200 2959 0.005847 10.0.0.141 - - [2026-03-02 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002481 10.0.0.141 - - [2026-03-02 02:01:12] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002356 10.0.0.141 - - [2026-03-02 02:01:12] "GET /virtual-networks?parent_id=0b601ba1-fa78-4283-81b3-763e3923f31f&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002765 10.0.0.141 - - [2026-03-02 02:01:12] "GET /virtual-network/3ecd009c-0c64-4838-82d7-5b081b3a1e54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004735 10.0.0.141 - - [2026-03-02 02:01:14] "POST /neutron/port HTTP/1.1" 200 1126 0.010615 10.0.0.141 - - [2026-03-02 02:01:14] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004783 10.0.0.141 - - [2026-03-02 02:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002729 10.0.0.141 - - [2026-03-02 02:01:15] "GET /virtual-network/3ecd009c-0c64-4838-82d7-5b081b3a1e54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004381 10.0.0.141 - - [2026-03-02 02:01:15] "POST /neutron/port HTTP/1.1" 200 1127 0.010822 10.0.0.141 - - [2026-03-02 02:01:15] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005004 10.0.0.141 - - [2026-03-02 02:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002652 10.0.0.141 - - [2026-03-02 02:01:17] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002770 10.0.0.141 - - [2026-03-02 02:01:17] "GET /virtual-networks?parent_id=0b601ba1-fa78-4283-81b3-763e3923f31f&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002877 10.0.0.141 - - [2026-03-02 02:01:17] "GET /virtual-network/3ecd009c-0c64-4838-82d7-5b081b3a1e54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005020 10.0.0.141 - - [2026-03-02 02:01:17] "POST /neutron/port HTTP/1.1" 200 1127 0.010685 10.0.0.141 - - [2026-03-02 02:01:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005070 10.0.0.141 - - [2026-03-02 02:01:17] "POST /neutron/port HTTP/1.1" 200 1127 0.010782 10.0.0.141 - - [2026-03-02 02:01:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005388 10.0.0.141 - - [2026-03-02 02:01:18] "POST /neutron/port HTTP/1.1" 200 1127 0.010084 10.0.0.141 - - [2026-03-02 02:01:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004557 10.0.0.141 - - [2026-03-02 02:01:18] "GET /virtual-machine/454c2a18-d43c-4e93-9040-fdb2ab01c4f6 HTTP/1.1" 200 1296 0.004843 10.0.0.141 - - [2026-03-02 02:01:18] "GET /virtual-machine-interface/82869e9f-101b-442b-8440-a8dc102534b8 HTTP/1.1" 200 2957 0.004423 10.0.0.141 - - [2026-03-02 02:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.010255 10.0.0.141 - - [2026-03-02 02:01:18] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003338 10.0.0.141 - - [2026-03-02 02:01:18] "GET /virtual-networks?parent_id=0b601ba1-fa78-4283-81b3-763e3923f31f&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002848 10.0.0.141 - - [2026-03-02 02:01:18] "GET /virtual-network/fe6b058c-6204-4814-bcc3-bd2ec60e8174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005045 10.0.0.141 - - [2026-03-02 02:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.014191 10.0.0.141 - - [2026-03-02 02:01:19] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002966 10.0.0.141 - - [2026-03-02 02:01:19] "GET /virtual-networks?parent_id=0b601ba1-fa78-4283-81b3-763e3923f31f&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002898 10.0.0.141 - - [2026-03-02 02:01:19] "GET /virtual-network/fe6b058c-6204-4814-bcc3-bd2ec60e8174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.004842 10.0.0.141 - - [2026-03-02 02:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002584 10.0.0.141 - - [2026-03-02 02:01:23] "GET /projects?obj_uuids=0b601ba1-fa78-4283-81b3-763e3923f31f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001113 10.0.0.141 - - [2026-03-02 02:01:23] "GET /project/0b601ba1-fa78-4283-81b3-763e3923f31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.021327 10.0.0.141 - - [2026-03-02 02:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002466 10.0.0.141 - - [2026-03-02 02:01:23] "PUT /network-policy/a5d13b2d-8cd5-424c-a0ad-66ea51a625d1 HTTP/1.1" 200 263 0.007955 10.0.0.141 - - [2026-03-02 02:01:23] "PUT /access-control-list/2fada2bb-5fc6-4fed-8e86-b22bc38359a8 HTTP/1.1" 200 273 0.048727 10.0.0.141 - - [2026-03-02 02:01:23] "POST /ref-update HTTP/1.1" 200 156 0.008465 10.0.0.141 - - [2026-03-02 02:01:23] "PUT /access-control-list/90412be2-f8c9-4912-b596-b664a26f711c HTTP/1.1" 200 273 0.054175 10.0.0.141 - - [2026-03-02 02:01:23] "POST /ref-update HTTP/1.1" 200 156 0.008737 10.0.0.141 - - [2026-03-02 02:01:26] "GET /virtual-network/fe6b058c-6204-4814-bcc3-bd2ec60e8174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.006841 10.0.0.141 - - [2026-03-02 02:01:26] "POST /neutron/network HTTP/1.1" 200 929 0.006083 10.0.0.141 - - [2026-03-02 02:01:26] "POST /neutron/network HTTP/1.1" 200 827 0.036289 10.0.0.141 - - [2026-03-02 02:01:26] "DELETE /access-control-list/90412be2-f8c9-4912-b596-b664a26f711c HTTP/1.1" 200 115 0.025654 10.0.0.141 - - [2026-03-02 02:01:26] "POST /neutron/network HTTP/1.1" 200 827 0.007085 10.0.0.141 - - [2026-03-02 02:01:26] "GET /virtual-network/fe6b058c-6204-4814-bcc3-bd2ec60e8174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004292 10.0.0.141 - - [2026-03-02 02:01:26] "GET /virtual-network/3ecd009c-0c64-4838-82d7-5b081b3a1e54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004645 10.0.0.141 - - [2026-03-02 02:01:26] "POST /neutron/network HTTP/1.1" 200 928 0.010565 10.0.0.141 - - [2026-03-02 02:01:27] "POST /neutron/network HTTP/1.1" 200 826 0.035143 10.0.0.141 - - [2026-03-02 02:01:27] "POST /neutron/network HTTP/1.1" 200 826 0.013464 10.0.0.141 - - [2026-03-02 02:01:27] "DELETE /access-control-list/2fada2bb-5fc6-4fed-8e86-b22bc38359a8 HTTP/1.1" 200 115 0.045784 10.0.0.141 - - [2026-03-02 02:01:27] "GET /virtual-network/3ecd009c-0c64-4838-82d7-5b081b3a1e54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004637 10.0.0.141 - - [2026-03-02 02:01:27] "DELETE /network-policy/a5d13b2d-8cd5-424c-a0ad-66ea51a625d1 HTTP/1.1" 200 115 0.021798 10.0.0.141 - - [2026-03-02 02:01:27] "POST /neutron/network HTTP/1.1" 200 827 0.006968 10.0.0.141 - - [2026-03-02 02:01:27] "POST /neutron/network HTTP/1.1" 400 204 0.009583 10.0.0.141 - - [2026-03-02 02:01:27] "POST /neutron/port HTTP/1.1" 200 1127 0.010846 10.0.0.141 - - [2026-03-02 02:01:27] "POST /neutron/port HTTP/1.1" 200 1117 0.008280 10.0.0.141 - - [2026-03-02 02:01:27] "POST /neutron/port HTTP/1.1" 200 1126 0.010772 10.0.0.141 - - [2026-03-02 02:01:27] "POST /neutron/port HTTP/1.1" 200 1116 0.008008 10.0.0.141 - - [2026-03-02 02:01:27] "POST /neutron/port HTTP/1.1" 200 151 0.091710 10.0.0.141 - - [2026-03-02 02:01:27] "POST /neutron/port HTTP/1.1" 200 151 0.076805 10.0.0.141 - - [2026-03-02 02:01:29] "POST /neutron/network HTTP/1.1" 200 827 0.006140 10.0.0.141 - - [2026-03-02 02:01:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002758 10.0.0.141 - - [2026-03-02 02:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.141 - - [2026-03-02 02:01:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002585 10.0.0.141 - - [2026-03-02 02:01:29] "POST /neutron/network HTTP/1.1" 200 151 0.073038 10.0.0.141 - - [2026-03-02 02:01:29] "DELETE /route-target/14c51ad1-70df-4272-897c-f4875692f0ae HTTP/1.1" 200 115 0.013071 10.0.0.141 - - [2026-03-02 02:01:29] "GET /routing-instance/b08ff037-276e-47f5-8b05-57d1e0224c3b HTTP/1.1" 404 171 0.002242 10.0.0.141 - - [2026-03-02 02:01:29] "GET /domains HTTP/1.1" 200 281 0.001904 10.0.0.141 - - [2026-03-02 02:01:29] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000856 10.0.0.141 - - [2026-03-02 02:01:29] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 3174 0.049363 10.0.0.141 - - [2026-03-02 02:01:29] "GET /projects?obj_uuids=0b601ba1-fa78-4283-81b3-763e3923f31f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000935 10.0.0.141 - - [2026-03-02 02:01:29] "GET /project/0b601ba1-fa78-4283-81b3-763e3923f31f HTTP/1.1" 200 2107 0.063330 10.0.0.141 - - [2026-03-02 02:01:29] "POST /neutron/network HTTP/1.1" 200 826 0.004964 10.0.0.141 - - [2026-03-02 02:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.141 - - [2026-03-02 02:01:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001557 10.0.0.141 - - [2026-03-02 02:01:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001351 10.0.0.141 - - [2026-03-02 02:01:29] "POST /neutron/network HTTP/1.1" 200 151 0.077459 10.0.0.141 - - [2026-03-02 02:01:29] "DELETE /route-target/33e140fb-e9f4-4a3f-8b4b-7835b7e6ea3a HTTP/1.1" 200 115 0.019653 10.0.0.141 - - [2026-03-02 02:01:29] "GET /routing-instance/898d7785-47de-4526-8e6b-e4cb6ab51984 HTTP/1.1" 404 171 0.002949 10.0.0.141 - - [2026-03-02 02:01:29] "GET /domains HTTP/1.1" 200 281 0.010108 10.0.0.141 - - [2026-03-02 02:01:29] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001319 10.0.0.141 - - [2026-03-02 02:01:29] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 3174 0.051123 10.0.0.141 - - [2026-03-02 02:01:29] "GET /projects?obj_uuids=0b601ba1-fa78-4283-81b3-763e3923f31f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000916 10.0.0.141 - - [2026-03-02 02:01:29] "GET /project/0b601ba1-fa78-4283-81b3-763e3923f31f HTTP/1.1" 200 1867 0.066076 10.0.0.141 - - [2026-03-02 02:01:29] "DELETE /project/302396bcdd0c48f6b8c7bba2f6743213 HTTP/1.1" 404 173 0.015971 10.0.0.141 - - [2026-03-02 02:01:29] "DELETE /project/5a361fbf159d4870be135bb22e4162d3 HTTP/1.1" 404 173 0.014824 10.0.0.141 - - [2026-03-02 02:01:29] "DELETE /project/0b601ba1fa78428381b3763e3923f31f HTTP/1.1" 404 173 0.011214 10.0.0.141 - - [2026-03-02 02:01:29] "GET /projects?obj_uuids=0b601ba1-fa78-4283-81b3-763e3923f31f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000829 10.0.0.141 - - [2026-03-02 02:01:29] "GET /projects?obj_uuids=5a361fbf-159d-4870-be13-5bb22e4162d3&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000727 10.0.0.141 - - [2026-03-02 02:01:29] "GET /projects?obj_uuids=ee31e2f9-8902-4bcc-97f2-be07fe1ff33f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000841 10.0.0.141 - - [2026-03-02 02:01:29] "GET /projects?obj_uuids=302396bc-dd0c-48f6-b8c7-bba2f6743213&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000713 10.0.0.141 - - [2026-03-02 02:01:29] "GET /project/0b601ba1-fa78-4283-81b3-763e3923f31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.046535 10.0.0.141 - - [2026-03-02 02:01:29] "GET /project/ee31e2f9-8902-4bcc-97f2-be07fe1ff33f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.049014 10.0.0.141 - - [2026-03-02 02:01:29] "GET /project/302396bc-dd0c-48f6-b8c7-bba2f6743213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.050291 10.0.0.141 - - [2026-03-02 02:01:29] "GET /project/5a361fbf-159d-4870-be13-5bb22e4162d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.056252 10.0.0.141 - - [2026-03-02 02:01:29] "GET /projects?obj_uuids=0b601ba1-fa78-4283-81b3-763e3923f31f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000951 10.0.0.141 - - [2026-03-02 02:01:29] "GET /projects?obj_uuids=5a361fbf-159d-4870-be13-5bb22e4162d3&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000894 10.0.0.141 - - [2026-03-02 02:01:29] "GET /projects?obj_uuids=302396bc-dd0c-48f6-b8c7-bba2f6743213&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000727 10.0.0.141 - - [2026-03-02 02:01:29] "GET /projects?obj_uuids=ee31e2f9-8902-4bcc-97f2-be07fe1ff33f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000707 10.0.0.141 - - [2026-03-02 02:01:29] "GET /project/0b601ba1-fa78-4283-81b3-763e3923f31f?fields=virtual_networks HTTP/1.1" 200 1036 0.044154 10.0.0.141 - - [2026-03-02 02:01:30] "GET /project/302396bc-dd0c-48f6-b8c7-bba2f6743213?fields=security_groups HTTP/1.1" 200 1387 0.051005 10.0.0.141 - - [2026-03-02 02:01:30] "GET /project/ee31e2f9-8902-4bcc-97f2-be07fe1ff33f?fields=security_groups HTTP/1.1" 200 1373 0.057290 10.0.0.141 - - [2026-03-02 02:01:30] "GET /project/5a361fbf-159d-4870-be13-5bb22e4162d3?fields=security_groups HTTP/1.1" 200 1411 0.058973 10.0.0.141 - - [2026-03-02 02:01:30] "GET /projects?obj_uuids=0b601ba1-fa78-4283-81b3-763e3923f31f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000925 10.0.0.141 - - [2026-03-02 02:01:30] "GET /project/0b601ba1-fa78-4283-81b3-763e3923f31f?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.026793 10.0.0.141 - - [2026-03-02 02:01:30] "GET /projects?obj_uuids=0b601ba1-fa78-4283-81b3-763e3923f31f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000877 10.0.0.141 - - [2026-03-02 02:01:30] "DELETE /security-group/24560ba0-9857-4cb4-89e4-eafd066ca22e HTTP/1.1" 200 115 0.054763 10.0.0.141 - - [2026-03-02 02:01:30] "GET /projects?obj_uuids=ee31e2f9-8902-4bcc-97f2-be07fe1ff33f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001053 10.0.0.141 - - [2026-03-02 02:01:30] "DELETE /security-group/e51b8c21-315b-4bbf-80ef-ad5a657e87fb HTTP/1.1" 200 115 0.073650 10.0.0.141 - - [2026-03-02 02:01:30] "DELETE /access-control-list/801630c0-247e-4e7b-89a9-497ed0963ad0 HTTP/1.1" 200 115 0.043360 10.0.0.141 - - [2026-03-02 02:01:30] "GET /projects?obj_uuids=302396bc-dd0c-48f6-b8c7-bba2f6743213&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000841 10.0.0.141 - - [2026-03-02 02:01:30] "GET /project/0b601ba1-fa78-4283-81b3-763e3923f31f?fields=security_groups HTTP/1.1" 200 1265 0.037267 10.0.0.141 - - [2026-03-02 02:01:30] "DELETE /security-group/723db1b8-6184-491e-9b19-393f383754b4 HTTP/1.1" 200 115 0.078518 10.0.0.141 - - [2026-03-02 02:01:30] "GET /projects?obj_uuids=5a361fbf-159d-4870-be13-5bb22e4162d3&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000925 10.0.0.141 - - [2026-03-02 02:01:30] "GET /project/302396bc-dd0c-48f6-b8c7-bba2f6743213?fields=application_policy_sets HTTP/1.1" 200 1426 0.037574 10.0.0.141 - - [2026-03-02 02:01:30] "DELETE /access-control-list/5c95f73a-20a7-448a-b580-c5a32d4e090f HTTP/1.1" 200 115 0.038854 10.0.0.141 - - [2026-03-02 02:01:30] "GET /project/ee31e2f9-8902-4bcc-97f2-be07fe1ff33f?fields=application_policy_sets HTTP/1.1" 200 1412 0.074275 10.0.0.141 - - [2026-03-02 02:01:30] "DELETE /access-control-list/665ebdc8-5608-4072-b112-15bed7d2e582 HTTP/1.1" 200 115 0.022909 10.0.0.141 - - [2026-03-02 02:01:30] "GET /project/5a361fbf-159d-4870-be13-5bb22e4162d3?fields=application_policy_sets HTTP/1.1" 200 1450 0.069826 10.0.0.141 - - [2026-03-02 02:01:30] "DELETE /access-control-list/1ad30bb6-9e1a-4e51-bc5a-c8875d5d7012 HTTP/1.1" 200 115 0.035174 10.0.0.141 - - [2026-03-02 02:01:30] "DELETE /access-control-list/6b5e9178-389f-4883-9f8a-f12319ed0b65 HTTP/1.1" 200 115 0.078057 10.0.0.141 - - [2026-03-02 02:01:30] "DELETE /project/302396bc-dd0c-48f6-b8c7-bba2f6743213 HTTP/1.1" 200 115 0.487225 10.0.0.141 - - [2026-03-02 02:01:30] "DELETE /access-control-list/a99e3e35-c2a2-4279-86fa-99030d6f7e71 HTTP/1.1" 200 115 0.038371 10.0.0.141 - - [2026-03-02 02:01:30] "DELETE /project/ee31e2f9-8902-4bcc-97f2-be07fe1ff33f HTTP/1.1" 200 115 0.498017 10.0.0.141 - - [2026-03-02 02:01:30] "DELETE /project/5a361fbf-159d-4870-be13-5bb22e4162d3 HTTP/1.1" 200 115 0.505034 10.0.0.141 - - [2026-03-02 02:01:30] "POST /fqname-to-id HTTP/1.1" 404 181 0.023522 10.0.0.141 - - [2026-03-02 02:01:30] "GET /projects?obj_uuids=6892773d-4358-49b4-b8c2-38391b5df361&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001962 10.0.0.141 - - [2026-03-02 02:01:31] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000867 10.0.0.141 - - [2026-03-02 02:01:31] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005709 10.0.0.141 - - [2026-03-02 02:01:31] "POST /id-to-fqname HTTP/1.1" 200 183 0.001088 10.0.0.141 - - [2026-03-02 02:01:31] "POST /fqname-to-id HTTP/1.1" 404 192 0.003005 10.0.0.141 - - [2026-03-02 02:01:31] "POST /security-groups HTTP/1.1" 200 584 0.068271 10.0.0.141 - - [2026-03-02 02:01:31] "POST /fqname-to-id HTTP/1.1" 404 227 0.002731 10.0.0.141 - - [2026-03-02 02:01:31] "POST /projects HTTP/1.1" 200 571 0.205954 10.0.0.141 - - [2026-03-02 02:01:31] "POST /access-control-lists HTTP/1.1" 200 591 0.060128 10.0.0.141 - - [2026-03-02 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.280880 10.0.0.141 - - [2026-03-02 02:01:31] "POST /fqname-to-id HTTP/1.1" 404 226 0.002477 10.0.0.141 - - [2026-03-02 02:01:31] "GET /project/6892773d-4358-49b4-b8c2-38391b5df361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.391928 10.0.0.141 - - [2026-03-02 02:01:31] "POST /access-control-lists HTTP/1.1" 200 589 0.056459 10.0.0.141 - - [2026-03-02 02:01:32] "GET / HTTP/1.1" 200 36215 0.001605 10.0.0.141 - - [2026-03-02 02:01:33] "POST /fqname-to-id HTTP/1.1" 401 293 0.000448 10.0.0.141 - - [2026-03-02 02:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.049170 10.0.0.141 - - [2026-03-02 02:01:33] "GET /projects?obj_uuids=6892773d-4358-49b4-b8c2-38391b5df361&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000826 10.0.0.141 - - [2026-03-02 02:01:33] "GET /project/6892773d-4358-49b4-b8c2-38391b5df361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.016275 10.0.0.141 - - [2026-03-02 02:01:33] "POST /neutron/network HTTP/1.1" 200 117 0.028019 10.0.0.141 - - [2026-03-02 02:01:33] "GET /projects?obj_uuids=6892773d-4358-49b4-b8c2-38391b5df361&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002468 10.0.0.141 - - [2026-03-02 02:01:33] "POST /neutron/network HTTP/1.1" 200 612 0.061485 10.0.0.141 - - [2026-03-02 02:01:33] "POST /route-targets HTTP/1.1" 200 328 0.008138 10.0.0.141 - - [2026-03-02 02:01:33] "POST /ref-update HTTP/1.1" 200 156 0.008554 10.0.0.141 - - [2026-03-02 02:01:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002547 10.0.0.141 - - [2026-03-02 02:01:33] "POST /neutron/subnet HTTP/1.1" 200 720 0.155582 10.0.0.141 - - [2026-03-02 02:01:33] "POST /neutron/network HTTP/1.1" 200 830 0.004301 10.0.0.141 - - [2026-03-02 02:01:33] "POST /id-to-fqname HTTP/1.1" 200 220 0.000947 10.0.0.141 - - [2026-03-02 02:01:33] "GET /virtual-network/c6a0cf29-1bc3-4eac-ac6b-2e5189baeac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.003774 10.0.0.141 - - [2026-03-02 02:01:33] "POST /neutron/network HTTP/1.1" 200 830 0.004891 10.0.0.141 - - [2026-03-02 02:01:33] "GET /virtual-network/c6a0cf29-1bc3-4eac-ac6b-2e5189baeac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.003696 10.0.0.141 - - [2026-03-02 02:01:33] "POST /neutron/network HTTP/1.1" 200 830 0.004639 10.0.0.141 - - [2026-03-02 02:01:34] "POST /neutron/subnet HTTP/1.1" 200 720 0.005193 10.0.0.141 - - [2026-03-02 02:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002056 10.0.0.141 - - [2026-03-02 02:01:34] "GET /virtual-network/c6a0cf29-1bc3-4eac-ac6b-2e5189baeac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004909 10.0.0.141 - - [2026-03-02 02:01:34] "PUT /virtual-network/c6a0cf29-1bc3-4eac-ac6b-2e5189baeac2 HTTP/1.1" 200 265 0.026200 10.0.0.141 - - [2026-03-02 02:01:34] "POST /route-targets HTTP/1.1" 200 324 0.014391 10.0.0.141 - - [2026-03-02 02:01:34] "POST /ref-update HTTP/1.1" 200 156 0.008795 10.0.0.141 - - [2026-03-02 02:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002499 10.0.0.141 - - [2026-03-02 02:01:34] "GET /projects?obj_uuids=6892773d-4358-49b4-b8c2-38391b5df361&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000910 10.0.0.141 - - [2026-03-02 02:01:34] "GET /project/6892773d-4358-49b4-b8c2-38391b5df361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.022632 10.0.0.141 - - [2026-03-02 02:01:34] "POST /neutron/network HTTP/1.1" 200 117 0.009412 10.0.0.141 - - [2026-03-02 02:01:34] "GET /projects?obj_uuids=6892773d-4358-49b4-b8c2-38391b5df361&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000852 10.0.0.141 - - [2026-03-02 02:01:34] "POST /neutron/network HTTP/1.1" 200 612 0.052409 10.0.0.141 - - [2026-03-02 02:01:34] "POST /route-targets HTTP/1.1" 200 328 0.010121 10.0.0.141 - - [2026-03-02 02:01:34] "POST /ref-update HTTP/1.1" 200 156 0.009426 10.0.0.141 - - [2026-03-02 02:01:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002592 10.0.0.141 - - [2026-03-02 02:01:34] "POST /neutron/subnet HTTP/1.1" 200 729 0.159918 10.0.0.141 - - [2026-03-02 02:01:34] "POST /neutron/network HTTP/1.1" 200 832 0.005371 10.0.0.141 - - [2026-03-02 02:01:34] "POST /id-to-fqname HTTP/1.1" 200 220 0.001107 10.0.0.141 - - [2026-03-02 02:01:34] "GET /virtual-network/318d42dd-ce38-413a-ba92-2ac86ccf104e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004121 10.0.0.141 - - [2026-03-02 02:01:34] "POST /neutron/network HTTP/1.1" 200 832 0.005023 10.0.0.141 - - [2026-03-02 02:01:34] "GET /virtual-network/318d42dd-ce38-413a-ba92-2ac86ccf104e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004028 10.0.0.141 - - [2026-03-02 02:01:34] "POST /neutron/network HTTP/1.1" 200 832 0.004655 10.0.0.141 - - [2026-03-02 02:01:34] "POST /neutron/subnet HTTP/1.1" 200 729 0.006063 10.0.0.141 - - [2026-03-02 02:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.001858 10.0.0.141 - - [2026-03-02 02:01:34] "GET /virtual-network/318d42dd-ce38-413a-ba92-2ac86ccf104e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004877 10.0.0.141 - - [2026-03-02 02:01:34] "POST /ref-update HTTP/1.1" 200 156 0.008621 10.0.0.141 - - [2026-03-02 02:01:34] "PUT /virtual-network/318d42dd-ce38-413a-ba92-2ac86ccf104e HTTP/1.1" 200 265 0.030725 10.0.0.141 - - [2026-03-02 02:01:34] "POST /id-to-fqname HTTP/1.1" 200 220 0.001354 10.0.0.141 - - [2026-03-02 02:01:35] "POST /neutron/network HTTP/1.1" 200 840 0.004961 10.0.0.141 - - [2026-03-02 02:01:35] "GET /aaa-mode HTTP/1.1" 401 293 0.000349 10.0.0.141 - - [2026-03-02 02:01:35] "GET / HTTP/1.1" 200 36215 0.001635 10.0.0.141 - - [2026-03-02 02:01:35] "GET /project/6892773d-4358-49b4-b8c2-38391b5df361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000324 10.0.0.141 - - [2026-03-02 02:01:35] "GET /projects?obj_uuids=6892773d-4358-49b4-b8c2-38391b5df361&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000945 10.0.0.141 - - [2026-03-02 02:01:35] "GET /project/6892773d-4358-49b4-b8c2-38391b5df361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.042938 10.0.0.141 - - [2026-03-02 02:01:35] "POST /neutron/network HTTP/1.1" 200 830 0.004472 10.0.0.141 - - [2026-03-02 02:01:35] "POST /neutron/port HTTP/1.1" 200 117 0.004747 10.0.0.141 - - [2026-03-02 02:01:35] "POST /neutron/port HTTP/1.1" 200 117 0.005197 10.0.0.141 - - [2026-03-02 02:01:35] "POST /id-to-fqname HTTP/1.1" 200 220 0.001495 10.0.0.141 - - [2026-03-02 02:01:35] "POST /neutron/port HTTP/1.1" 200 117 0.005622 10.0.0.141 - - [2026-03-02 02:01:36] "POST /neutron/network HTTP/1.1" 200 842 0.004964 10.0.0.141 - - [2026-03-02 02:01:36] "GET /aaa-mode HTTP/1.1" 401 293 0.000468 10.0.0.141 - - [2026-03-02 02:01:36] "POST /neutron/network HTTP/1.1" 200 840 0.004658 10.0.0.141 - - [2026-03-02 02:01:36] "GET /projects?obj_uuids=6892773d-4358-49b4-b8c2-38391b5df361&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001637 10.0.0.141 - - [2026-03-02 02:01:36] "GET / HTTP/1.1" 200 36215 0.002610 10.0.0.141 - - [2026-03-02 02:01:36] "GET /project/6892773d-4358-49b4-b8c2-38391b5df361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000362 10.0.0.141 - - [2026-03-02 02:01:36] "POST /neutron/port HTTP/1.1" 200 1052 0.183053 10.0.0.141 - - [2026-03-02 02:01:36] "POST /neutron/port HTTP/1.1" 200 1052 0.008566 10.0.0.141 - - [2026-03-02 02:01:36] "POST /neutron/port HTTP/1.1" 200 1052 0.007448 10.0.0.141 - - [2026-03-02 02:01:36] "POST /neutron/port HTTP/1.1" 200 1106 0.052955 10.0.0.141 - - [2026-03-02 02:01:36] "GET /obj-perms HTTP/1.1" 200 5075 0.051226 10.0.0.141 - - [2026-03-02 02:01:36] "POST /neutron/port HTTP/1.1" 200 1116 0.017059 10.0.0.141 - - [2026-03-02 02:01:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002726 10.0.0.141 - - [2026-03-02 02:01:36] "POST /neutron/subnet HTTP/1.1" 200 694 0.005306 10.0.0.141 - - [2026-03-02 02:01:36] "POST /neutron/port HTTP/1.1" 200 117 0.001162 10.0.0.141 - - [2026-03-02 02:01:36] "POST /neutron/network HTTP/1.1" 200 830 0.004921 10.0.0.141 - - [2026-03-02 02:01:36] "GET /projects?obj_uuids=6892773d-4358-49b4-b8c2-38391b5df361&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001307 10.0.0.141 - - [2026-03-02 02:01:36] "GET /project/6892773d-4358-49b4-b8c2-38391b5df361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.236490 10.0.0.141 - - [2026-03-02 02:01:37] "POST /neutron/network HTTP/1.1" 200 832 0.005597 10.0.0.141 - - [2026-03-02 02:01:37] "GET /obj-perms HTTP/1.1" 200 5075 0.094897 10.0.0.141 - - [2026-03-02 02:01:37] "POST /neutron/port HTTP/1.1" 200 1116 0.012800 10.0.0.141 - - [2026-03-02 02:01:37] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006730 10.0.0.141 - - [2026-03-02 02:01:37] "POST /neutron/port HTTP/1.1" 200 117 0.004198 10.0.0.141 - - [2026-03-02 02:01:37] "POST /neutron/port HTTP/1.1" 200 1116 0.027485 10.0.0.141 - - [2026-03-02 02:01:37] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006407 10.0.0.141 - - [2026-03-02 02:01:37] "POST /neutron/network HTTP/1.1" 200 842 0.005606 10.0.0.141 - - [2026-03-02 02:01:37] "GET /projects?obj_uuids=6892773d-4358-49b4-b8c2-38391b5df361&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002332 10.0.0.141 - - [2026-03-02 02:01:37] "POST /neutron/port HTTP/1.1" 200 1054 0.221119 10.0.0.141 - - [2026-03-02 02:01:37] "POST /neutron/port HTTP/1.1" 200 1054 0.009999 10.0.0.141 - - [2026-03-02 02:01:37] "POST /neutron/port HTTP/1.1" 200 1054 0.008941 10.0.0.141 - - [2026-03-02 02:01:37] "POST /neutron/port HTTP/1.1" 200 1108 0.060394 10.0.0.141 - - [2026-03-02 02:01:37] "POST /neutron/port HTTP/1.1" 200 1118 0.010779 10.0.0.141 - - [2026-03-02 02:01:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002714 10.0.0.141 - - [2026-03-02 02:01:38] "POST /neutron/subnet HTTP/1.1" 200 703 0.007077 10.0.0.141 - - [2026-03-02 02:01:38] "POST /neutron/port HTTP/1.1" 200 117 0.001034 10.0.0.141 - - [2026-03-02 02:01:38] "POST /neutron/network HTTP/1.1" 200 832 0.011623 10.0.0.141 - - [2026-03-02 02:01:42] "POST /neutron/port HTTP/1.1" 200 1116 0.012999 10.0.0.141 - - [2026-03-02 02:01:42] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008362 10.0.0.141 - - [2026-03-02 02:01:42] "POST /neutron/port HTTP/1.1" 200 1116 0.012897 10.0.0.141 - - [2026-03-02 02:01:42] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004939 10.0.0.141 - - [2026-03-02 02:01:42] "POST /neutron/port HTTP/1.1" 200 1116 0.010966 10.0.0.141 - - [2026-03-02 02:01:42] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006004 10.0.0.141 - - [2026-03-02 02:01:42] "GET /virtual-machine/dc9ce591-9008-428d-805a-1ccd835eac26 HTTP/1.1" 401 293 0.000400 10.0.0.141 - - [2026-03-02 02:01:42] "GET /virtual-machine/dc9ce591-9008-428d-805a-1ccd835eac26 HTTP/1.1" 200 1287 0.026516 10.0.0.141 - - [2026-03-02 02:01:42] "GET /virtual-machine-interface/e5b52cc3-c531-4455-a1c2-43805401144f HTTP/1.1" 200 2935 0.004358 10.0.0.141 - - [2026-03-02 02:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002568 10.0.0.141 - - [2026-03-02 02:01:42] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002599 10.0.0.141 - - [2026-03-02 02:01:42] "GET /virtual-networks?parent_id=6892773d-4358-49b4-b8c2-38391b5df361&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002932 10.0.0.141 - - [2026-03-02 02:01:42] "GET /virtual-network/c6a0cf29-1bc3-4eac-ac6b-2e5189baeac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.004424 10.0.0.141 - - [2026-03-02 02:01:44] "POST /neutron/port HTTP/1.1" 200 1116 0.010718 10.0.0.141 - - [2026-03-02 02:01:44] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004453 10.0.0.141 - - [2026-03-02 02:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.141 - - [2026-03-02 02:01:46] "GET /virtual-network/c6a0cf29-1bc3-4eac-ac6b-2e5189baeac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.004848 10.0.0.141 - - [2026-03-02 02:01:46] "POST /neutron/port HTTP/1.1" 200 1118 0.010269 10.0.0.141 - - [2026-03-02 02:01:46] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004564 10.0.0.141 - - [2026-03-02 02:01:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002593 10.0.0.141 - - [2026-03-02 02:01:48] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002667 10.0.0.141 - - [2026-03-02 02:01:48] "GET /virtual-networks?parent_id=6892773d-4358-49b4-b8c2-38391b5df361&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003507 10.0.0.141 - - [2026-03-02 02:01:48] "GET /virtual-network/c6a0cf29-1bc3-4eac-ac6b-2e5189baeac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.004373 10.0.0.141 - - [2026-03-02 02:01:48] "POST /neutron/port HTTP/1.1" 200 1118 0.010245 10.0.0.141 - - [2026-03-02 02:01:48] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005651 10.0.0.141 - - [2026-03-02 02:01:48] "POST /neutron/port HTTP/1.1" 200 1118 0.010229 10.0.0.141 - - [2026-03-02 02:01:48] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005004 10.0.0.141 - - [2026-03-02 02:01:48] "POST /neutron/port HTTP/1.1" 200 1118 0.010576 10.0.0.141 - - [2026-03-02 02:01:48] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005100 10.0.0.141 - - [2026-03-02 02:01:48] "GET /virtual-machine/a4bb8207-819c-43e6-8109-190f77dfb8aa HTTP/1.1" 200 1287 0.003755 10.0.0.141 - - [2026-03-02 02:01:48] "GET /virtual-machine-interface/3308d76b-b95f-4dd3-bf2c-3d147e7222e5 HTTP/1.1" 200 2934 0.004174 10.0.0.141 - - [2026-03-02 02:01:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002375 10.0.0.141 - - [2026-03-02 02:01:48] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002770 10.0.0.141 - - [2026-03-02 02:01:48] "GET /virtual-networks?parent_id=6892773d-4358-49b4-b8c2-38391b5df361&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002719 10.0.0.141 - - [2026-03-02 02:01:48] "GET /virtual-network/318d42dd-ce38-413a-ba92-2ac86ccf104e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.004910 10.0.0.141 - - [2026-03-02 02:01:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.141 - - [2026-03-02 02:01:50] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002585 10.0.0.141 - - [2026-03-02 02:01:50] "GET /virtual-networks?parent_id=6892773d-4358-49b4-b8c2-38391b5df361&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002402 10.0.0.141 - - [2026-03-02 02:01:50] "GET /virtual-network/318d42dd-ce38-413a-ba92-2ac86ccf104e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005148 10.0.0.141 - - [2026-03-02 02:01:50] "POST /routing-policys HTTP/1.1" 200 536 0.014059 10.0.0.141 - - [2026-03-02 02:01:50] "GET /virtual-network/c6a0cf29-1bc3-4eac-ac6b-2e5189baeac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.004850 10.0.0.141 - - [2026-03-02 02:01:50] "POST /ref-update HTTP/1.1" 200 156 0.011700 10.0.0.141 - - [2026-03-02 02:01:50] "PUT /virtual-network/c6a0cf29-1bc3-4eac-ac6b-2e5189baeac2 HTTP/1.1" 200 265 0.027606 10.0.0.141 - - [2026-03-02 02:01:54] "POST /ref-update HTTP/1.1" 200 156 0.025613 10.0.0.141 - - [2026-03-02 02:01:54] "POST /ref-update HTTP/1.1" 200 156 0.010866 10.0.0.141 - - [2026-03-02 02:01:54] "DELETE /routing-policy/0f8bebb2-84af-4886-801b-7a15a66ec7f3 HTTP/1.1" 200 115 0.026844 10.0.0.141 - - [2026-03-02 02:01:54] "POST /neutron/network HTTP/1.1" 200 832 0.008996 10.0.0.141 - - [2026-03-02 02:01:54] "POST /neutron/network HTTP/1.1" 400 204 0.010929 10.0.0.141 - - [2026-03-02 02:01:55] "POST /neutron/port HTTP/1.1" 200 1118 0.011652 10.0.0.141 - - [2026-03-02 02:01:55] "POST /neutron/port HTTP/1.1" 200 1108 0.015971 10.0.0.141 - - [2026-03-02 02:01:55] "POST /neutron/port HTTP/1.1" 200 1116 0.014415 10.0.0.141 - - [2026-03-02 02:01:55] "POST /neutron/port HTTP/1.1" 200 1106 0.010703 10.0.0.141 - - [2026-03-02 02:01:55] "POST /neutron/port HTTP/1.1" 200 151 0.110218 10.0.0.141 - - [2026-03-02 02:01:55] "POST /neutron/port HTTP/1.1" 200 151 0.133859 10.0.0.141 - - [2026-03-02 02:01:56] "POST /neutron/network HTTP/1.1" 200 832 0.006034 10.0.0.141 - - [2026-03-02 02:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.141 - - [2026-03-02 02:01:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002547 10.0.0.141 - - [2026-03-02 02:01:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001705 10.0.0.141 - - [2026-03-02 02:01:56] "POST /neutron/network HTTP/1.1" 200 151 0.077332 10.0.0.141 - - [2026-03-02 02:01:56] "DELETE /route-target/d78db80e-0d65-4a36-8e09-8781d80900e4 HTTP/1.1" 200 115 0.018623 10.0.0.141 - - [2026-03-02 02:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004572 10.0.0.141 - - [2026-03-02 02:01:56] "POST /neutron/network HTTP/1.1" 200 830 0.004432 10.0.0.141 - - [2026-03-02 02:01:56] "DELETE /route-target/467bfdd3-e33f-4a49-94f1-4e74771a3412 HTTP/1.1" 409 240 0.007729 10.0.0.141 - - [2026-03-02 02:01:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002074 10.0.0.141 - - [2026-03-02 02:01:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001892 10.0.0.141 - - [2026-03-02 02:01:56] "POST /neutron/network HTTP/1.1" 200 151 0.069457 10.0.0.141 - - [2026-03-02 02:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002389 10.0.0.141 - - [2026-03-02 02:01:56] "DELETE /route-target/1ed7e18a-7f0b-4584-90a7-49bbc031caee HTTP/1.1" 200 115 0.014052 10.0.0.141 - - [2026-03-02 02:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002321 10.0.0.141 - - [2026-03-02 02:01:56] "DELETE /route-target/467bfdd3-e33f-4a49-94f1-4e74771a3412 HTTP/1.1" 200 115 0.013272 10.0.0.141 - - [2026-03-02 02:01:57] "GET /projects?obj_uuids=6892773d-4358-49b4-b8c2-38391b5df361&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002184 10.0.0.141 - - [2026-03-02 02:01:57] "GET /project/6892773d-4358-49b4-b8c2-38391b5df361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.021298 10.0.0.141 - - [2026-03-02 02:01:57] "GET /projects?obj_uuids=6892773d-4358-49b4-b8c2-38391b5df361&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000907 10.0.0.141 - - [2026-03-02 02:01:57] "GET /project/6892773d-4358-49b4-b8c2-38391b5df361?fields=virtual_networks HTTP/1.1" 200 1020 0.064109 10.0.0.141 - - [2026-03-02 02:01:57] "GET /projects?obj_uuids=6892773d-4358-49b4-b8c2-38391b5df361&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000924 10.0.0.141 - - [2026-03-02 02:01:57] "GET /project/6892773d-4358-49b4-b8c2-38391b5df361?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.020243 10.0.0.141 - - [2026-03-02 02:01:57] "GET /projects?obj_uuids=6892773d-4358-49b4-b8c2-38391b5df361&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000900 10.0.0.141 - - [2026-03-02 02:01:57] "GET /project/6892773d-4358-49b4-b8c2-38391b5df361?fields=security_groups HTTP/1.1" 200 1240 0.020967 10.0.0.141 - - [2026-03-02 02:01:58] "POST /fqname-to-id HTTP/1.1" 404 186 0.029224 10.0.0.141 - - [2026-03-02 02:01:58] "GET /projects?obj_uuids=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002177 10.0.0.141 - - [2026-03-02 02:01:58] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000944 10.0.0.141 - - [2026-03-02 02:01:58] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005666 10.0.0.141 - - [2026-03-02 02:01:58] "POST /id-to-fqname HTTP/1.1" 200 188 0.001289 10.0.0.141 - - [2026-03-02 02:01:58] "POST /fqname-to-id HTTP/1.1" 404 197 0.001795 10.0.0.141 - - [2026-03-02 02:01:58] "POST /security-groups HTTP/1.1" 200 589 0.060257 10.0.0.141 - - [2026-03-02 02:01:58] "POST /fqname-to-id HTTP/1.1" 404 232 0.002050 10.0.0.141 - - [2026-03-02 02:01:58] "POST /projects HTTP/1.1" 200 581 0.192615 10.0.0.141 - - [2026-03-02 02:01:58] "POST /access-control-lists HTTP/1.1" 200 596 0.056694 10.0.0.141 - - [2026-03-02 02:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.264927 10.0.0.141 - - [2026-03-02 02:01:58] "POST /fqname-to-id HTTP/1.1" 404 231 0.002431 10.0.0.141 - - [2026-03-02 02:01:58] "GET /project/a49328be-a0a8-4fb1-a70e-defdfda44114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.377587 10.0.0.141 - - [2026-03-02 02:01:58] "POST /access-control-lists HTTP/1.1" 200 594 0.056378 10.0.0.141 - - [2026-03-02 02:01:59] "GET / HTTP/1.1" 200 36215 0.001667 10.0.0.141 - - [2026-03-02 02:02:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000495 10.0.0.141 - - [2026-03-02 02:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.051890 10.0.0.141 - - [2026-03-02 02:02:00] "GET /projects?obj_uuids=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000880 10.0.0.141 - - [2026-03-02 02:02:00] "GET /project/a49328be-a0a8-4fb1-a70e-defdfda44114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.022809 10.0.0.141 - - [2026-03-02 02:02:00] "POST /neutron/network HTTP/1.1" 200 117 0.030129 10.0.0.141 - - [2026-03-02 02:02:00] "GET /projects?obj_uuids=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001208 10.0.0.141 - - [2026-03-02 02:02:00] "POST /neutron/network HTTP/1.1" 200 613 0.052693 10.0.0.141 - - [2026-03-02 02:02:00] "POST /route-targets HTTP/1.1" 200 328 0.010947 10.0.0.141 - - [2026-03-02 02:02:00] "POST /ref-update HTTP/1.1" 200 156 0.011974 10.0.0.141 - - [2026-03-02 02:02:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002799 10.0.0.141 - - [2026-03-02 02:02:00] "POST /neutron/subnet HTTP/1.1" 200 724 0.163103 10.0.0.141 - - [2026-03-02 02:02:00] "POST /neutron/network HTTP/1.1" 200 832 0.004829 10.0.0.141 - - [2026-03-02 02:02:00] "POST /id-to-fqname HTTP/1.1" 200 223 0.000966 10.0.0.141 - - [2026-03-02 02:02:00] "GET /virtual-network/6b0030ab-7cb0-40ac-9184-3fe4bb83978a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003746 10.0.0.141 - - [2026-03-02 02:02:00] "POST /neutron/network HTTP/1.1" 200 832 0.005094 10.0.0.141 - - [2026-03-02 02:02:00] "GET /virtual-network/6b0030ab-7cb0-40ac-9184-3fe4bb83978a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004396 10.0.0.141 - - [2026-03-02 02:02:01] "POST /neutron/network HTTP/1.1" 200 832 0.004969 10.0.0.141 - - [2026-03-02 02:02:01] "POST /neutron/subnet HTTP/1.1" 200 724 0.006237 10.0.0.141 - - [2026-03-02 02:02:01] "GET /domains HTTP/1.1" 401 293 0.000369 10.0.0.141 - - [2026-03-02 02:02:01] "GET /domains HTTP/1.1" 200 281 0.024523 10.0.0.141 - - [2026-03-02 02:02:01] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001235 10.0.0.141 - - [2026-03-02 02:02:01] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 2951 0.007781 10.0.0.141 - - [2026-03-02 02:02:01] "GET /projects?obj_uuids=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001016 10.0.0.141 - - [2026-03-02 02:02:01] "GET /project/a49328be-a0a8-4fb1-a70e-defdfda44114 HTTP/1.1" 200 2087 0.064557 10.0.0.141 - - [2026-03-02 02:02:01] "GET /virtual-network/6b0030ab-7cb0-40ac-9184-3fe4bb83978a HTTP/1.1" 200 2323 0.005409 10.0.0.141 - - [2026-03-02 02:02:01] "GET /virtual-network/6b0030ab-7cb0-40ac-9184-3fe4bb83978a HTTP/1.1" 200 2323 0.004238 10.0.0.141 - - [2026-03-02 02:02:01] "GET /routing-instance/7c71a32b-c0ca-4a9d-9257-e521deee59af HTTP/1.1" 200 1496 0.003229 10.0.0.141 - - [2026-03-02 02:02:01] "GET /routing-instance/7c71a32b-c0ca-4a9d-9257-e521deee59af HTTP/1.1" 200 1496 0.002941 10.0.0.141 - - [2026-03-02 02:02:01] "GET /route-target/6fd71bc4-3352-4ce9-b7d2-a5e1fbb16fcd HTTP/1.1" 200 1214 0.003015 10.0.0.141 - - [2026-03-02 02:02:01] "GET /virtual-network/6b0030ab-7cb0-40ac-9184-3fe4bb83978a HTTP/1.1" 200 2323 0.004136 10.0.0.141 - - [2026-03-02 02:02:01] "GET /routing-instance/7c71a32b-c0ca-4a9d-9257-e521deee59af HTTP/1.1" 200 1496 0.002926 10.0.0.141 - - [2026-03-02 02:02:01] "GET /virtual-network/6b0030ab-7cb0-40ac-9184-3fe4bb83978a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004075 10.0.0.141 - - [2026-03-02 02:02:01] "GET /virtual-network/6b0030ab-7cb0-40ac-9184-3fe4bb83978a HTTP/1.1" 200 2323 0.003927 10.0.0.141 - - [2026-03-02 02:02:01] "GET /routing-instance/7c71a32b-c0ca-4a9d-9257-e521deee59af HTTP/1.1" 200 1496 0.002785 10.0.0.141 - - [2026-03-02 02:02:01] "GET /routing-instance/7c71a32b-c0ca-4a9d-9257-e521deee59af HTTP/1.1" 200 1496 0.002735 10.0.0.141 - - [2026-03-02 02:02:01] "GET /route-target/6fd71bc4-3352-4ce9-b7d2-a5e1fbb16fcd HTTP/1.1" 200 1214 0.002484 10.0.0.141 - - [2026-03-02 02:02:01] "GET /domains HTTP/1.1" 200 281 0.003219 10.0.0.141 - - [2026-03-02 02:02:01] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001170 10.0.0.141 - - [2026-03-02 02:02:01] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 2951 0.007219 10.0.0.141 - - [2026-03-02 02:02:01] "GET /projects?obj_uuids=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000817 10.0.0.141 - - [2026-03-02 02:02:01] "GET /project/a49328be-a0a8-4fb1-a70e-defdfda44114 HTTP/1.1" 200 2087 0.063436 10.0.0.141 - - [2026-03-02 02:02:01] "GET /virtual-network/6b0030ab-7cb0-40ac-9184-3fe4bb83978a HTTP/1.1" 200 2323 0.004036 10.0.0.141 - - [2026-03-02 02:02:01] "GET /obj-perms HTTP/1.1" 200 5045 0.046846 10.0.0.141 - - [2026-03-02 02:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.141 - - [2026-03-02 02:02:02] "GET /projects?obj_uuids=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000810 10.0.0.141 - - [2026-03-02 02:02:02] "GET /project/a49328be-a0a8-4fb1-a70e-defdfda44114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.020064 10.0.0.141 - - [2026-03-02 02:02:02] "POST /neutron/network HTTP/1.1" 200 117 0.007924 10.0.0.141 - - [2026-03-02 02:02:02] "GET /projects?obj_uuids=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000903 10.0.0.141 - - [2026-03-02 02:02:02] "POST /neutron/network HTTP/1.1" 200 613 0.057799 10.0.0.141 - - [2026-03-02 02:02:02] "POST /route-targets HTTP/1.1" 200 328 0.010721 10.0.0.141 - - [2026-03-02 02:02:02] "POST /ref-update HTTP/1.1" 200 156 0.012819 10.0.0.141 - - [2026-03-02 02:02:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003029 10.0.0.141 - - [2026-03-02 02:02:02] "POST /neutron/subnet HTTP/1.1" 200 724 0.131058 10.0.0.141 - - [2026-03-02 02:02:02] "POST /neutron/network HTTP/1.1" 200 832 0.004263 10.0.0.141 - - [2026-03-02 02:02:02] "POST /id-to-fqname HTTP/1.1" 200 223 0.001414 10.0.0.141 - - [2026-03-02 02:02:02] "GET /virtual-network/5fc09a0d-fb10-408a-bb1a-2207296a041a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004303 10.0.0.141 - - [2026-03-02 02:02:02] "POST /neutron/network HTTP/1.1" 200 832 0.005199 10.0.0.141 - - [2026-03-02 02:02:02] "GET /virtual-network/5fc09a0d-fb10-408a-bb1a-2207296a041a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004366 10.0.0.141 - - [2026-03-02 02:02:02] "POST /neutron/network HTTP/1.1" 200 832 0.004961 10.0.0.141 - - [2026-03-02 02:02:02] "POST /neutron/subnet HTTP/1.1" 200 724 0.005879 10.0.0.141 - - [2026-03-02 02:02:02] "GET /domains HTTP/1.1" 200 281 0.001928 10.0.0.141 - - [2026-03-02 02:02:02] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000844 10.0.0.141 - - [2026-03-02 02:02:02] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 2951 0.005513 10.0.0.141 - - [2026-03-02 02:02:02] "GET /projects?obj_uuids=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000797 10.0.0.141 - - [2026-03-02 02:02:02] "GET /project/a49328be-a0a8-4fb1-a70e-defdfda44114 HTTP/1.1" 200 2306 0.061590 10.0.0.141 - - [2026-03-02 02:02:02] "GET /virtual-network/5fc09a0d-fb10-408a-bb1a-2207296a041a HTTP/1.1" 200 2323 0.004934 10.0.0.141 - - [2026-03-02 02:02:02] "GET /virtual-network/5fc09a0d-fb10-408a-bb1a-2207296a041a HTTP/1.1" 200 2323 0.003890 10.0.0.141 - - [2026-03-02 02:02:02] "GET /routing-instance/f8e749e5-7983-4c25-b86a-eed4205ed8fd HTTP/1.1" 200 1497 0.003263 10.0.0.141 - - [2026-03-02 02:02:02] "GET /routing-instance/f8e749e5-7983-4c25-b86a-eed4205ed8fd HTTP/1.1" 200 1497 0.003069 10.0.0.141 - - [2026-03-02 02:02:02] "GET /route-target/1d0c1894-9418-46d7-88fa-174776fae3cb HTTP/1.1" 200 1213 0.002947 10.0.0.141 - - [2026-03-02 02:02:02] "GET /virtual-network/5fc09a0d-fb10-408a-bb1a-2207296a041a HTTP/1.1" 200 2323 0.004196 10.0.0.141 - - [2026-03-02 02:02:02] "GET /routing-instance/f8e749e5-7983-4c25-b86a-eed4205ed8fd HTTP/1.1" 200 1497 0.003223 10.0.0.141 - - [2026-03-02 02:02:02] "GET /virtual-network/5fc09a0d-fb10-408a-bb1a-2207296a041a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004102 10.0.0.141 - - [2026-03-02 02:02:02] "GET /virtual-network/5fc09a0d-fb10-408a-bb1a-2207296a041a HTTP/1.1" 200 2323 0.004039 10.0.0.141 - - [2026-03-02 02:02:02] "GET /routing-instance/f8e749e5-7983-4c25-b86a-eed4205ed8fd HTTP/1.1" 200 1497 0.002831 10.0.0.141 - - [2026-03-02 02:02:02] "GET /routing-instance/f8e749e5-7983-4c25-b86a-eed4205ed8fd HTTP/1.1" 200 1497 0.002676 10.0.0.141 - - [2026-03-02 02:02:02] "GET /route-target/1d0c1894-9418-46d7-88fa-174776fae3cb HTTP/1.1" 200 1213 0.002715 10.0.0.141 - - [2026-03-02 02:02:02] "GET /domains HTTP/1.1" 200 281 0.002440 10.0.0.141 - - [2026-03-02 02:02:02] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000915 10.0.0.141 - - [2026-03-02 02:02:02] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 2951 0.006774 10.0.0.141 - - [2026-03-02 02:02:02] "GET /projects?obj_uuids=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001193 10.0.0.141 - - [2026-03-02 02:02:02] "GET /project/a49328be-a0a8-4fb1-a70e-defdfda44114 HTTP/1.1" 200 2306 0.065852 10.0.0.141 - - [2026-03-02 02:02:02] "GET /virtual-network/5fc09a0d-fb10-408a-bb1a-2207296a041a HTTP/1.1" 200 2323 0.004497 10.0.0.141 - - [2026-03-02 02:02:02] "GET /obj-perms HTTP/1.1" 200 5045 0.002577 10.0.0.141 - - [2026-03-02 02:02:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002337 10.0.0.141 - - [2026-03-02 02:02:02] "GET /projects?obj_uuids=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001227 10.0.0.141 - - [2026-03-02 02:02:02] "GET /project/a49328be-a0a8-4fb1-a70e-defdfda44114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.023870 10.0.0.141 - - [2026-03-02 02:02:02] "POST /neutron/network HTTP/1.1" 200 117 0.011918 10.0.0.141 - - [2026-03-02 02:02:02] "GET /projects?obj_uuids=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000955 10.0.0.141 - - [2026-03-02 02:02:02] "POST /neutron/network HTTP/1.1" 200 615 0.064095 10.0.0.141 - - [2026-03-02 02:02:02] "POST /ref-update HTTP/1.1" 200 156 0.015412 10.0.0.141 - - [2026-03-02 02:02:03] "POST /useragent-kv HTTP/1.1" 200 115 0.005067 10.0.0.141 - - [2026-03-02 02:02:03] "POST /neutron/subnet HTTP/1.1" 200 720 0.143096 10.0.0.141 - - [2026-03-02 02:02:03] "POST /neutron/network HTTP/1.1" 200 833 0.006294 10.0.0.141 - - [2026-03-02 02:02:03] "POST /id-to-fqname HTTP/1.1" 200 224 0.001304 10.0.0.141 - - [2026-03-02 02:02:03] "GET /virtual-network/23c74d51-a9a5-4158-9906-fbf0f2b3c60d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004402 10.0.0.141 - - [2026-03-02 02:02:03] "POST /neutron/network HTTP/1.1" 200 833 0.006281 10.0.0.141 - - [2026-03-02 02:02:03] "GET /virtual-network/23c74d51-a9a5-4158-9906-fbf0f2b3c60d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004503 10.0.0.141 - - [2026-03-02 02:02:03] "POST /neutron/network HTTP/1.1" 200 833 0.004401 10.0.0.141 - - [2026-03-02 02:02:03] "POST /neutron/subnet HTTP/1.1" 200 720 0.005581 10.0.0.141 - - [2026-03-02 02:02:03] "GET /domains HTTP/1.1" 200 281 0.002087 10.0.0.141 - - [2026-03-02 02:02:03] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001116 10.0.0.141 - - [2026-03-02 02:02:03] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 2951 0.006460 10.0.0.141 - - [2026-03-02 02:02:03] "GET /projects?obj_uuids=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001104 10.0.0.141 - - [2026-03-02 02:02:03] "GET /project/a49328be-a0a8-4fb1-a70e-defdfda44114 HTTP/1.1" 200 2526 0.067703 10.0.0.141 - - [2026-03-02 02:02:03] "GET /virtual-network/23c74d51-a9a5-4158-9906-fbf0f2b3c60d HTTP/1.1" 200 2325 0.006999 10.0.0.141 - - [2026-03-02 02:02:03] "GET /virtual-network/23c74d51-a9a5-4158-9906-fbf0f2b3c60d HTTP/1.1" 200 2325 0.003770 10.0.0.141 - - [2026-03-02 02:02:03] "GET /routing-instance/4bb17710-023f-48f8-b904-7162aa252831 HTTP/1.1" 200 1500 0.002681 10.0.0.141 - - [2026-03-02 02:02:03] "GET /routing-instance/4bb17710-023f-48f8-b904-7162aa252831 HTTP/1.1" 200 1500 0.002247 10.0.0.141 - - [2026-03-02 02:02:03] "GET /route-target/871d031d-6104-4ffd-947c-0aa807342fb3 HTTP/1.1" 200 1216 0.002713 10.0.0.141 - - [2026-03-02 02:02:03] "GET /virtual-network/23c74d51-a9a5-4158-9906-fbf0f2b3c60d HTTP/1.1" 200 2325 0.004993 10.0.0.141 - - [2026-03-02 02:02:03] "GET /routing-instance/4bb17710-023f-48f8-b904-7162aa252831 HTTP/1.1" 200 1500 0.005427 10.0.0.141 - - [2026-03-02 02:02:03] "GET /virtual-network/23c74d51-a9a5-4158-9906-fbf0f2b3c60d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005314 10.0.0.141 - - [2026-03-02 02:02:03] "GET /virtual-network/23c74d51-a9a5-4158-9906-fbf0f2b3c60d HTTP/1.1" 200 2325 0.005088 10.0.0.141 - - [2026-03-02 02:02:03] "GET /routing-instance/4bb17710-023f-48f8-b904-7162aa252831 HTTP/1.1" 200 1500 0.003624 10.0.0.141 - - [2026-03-02 02:02:03] "GET /routing-instance/4bb17710-023f-48f8-b904-7162aa252831 HTTP/1.1" 200 1500 0.003651 10.0.0.141 - - [2026-03-02 02:02:03] "GET /route-target/871d031d-6104-4ffd-947c-0aa807342fb3 HTTP/1.1" 200 1216 0.003118 10.0.0.141 - - [2026-03-02 02:02:03] "GET /domains HTTP/1.1" 200 281 0.003031 10.0.0.141 - - [2026-03-02 02:02:03] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000938 10.0.0.141 - - [2026-03-02 02:02:03] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 2951 0.007685 10.0.0.141 - - [2026-03-02 02:02:03] "GET /projects?obj_uuids=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001035 10.0.0.141 - - [2026-03-02 02:02:03] "GET /project/a49328be-a0a8-4fb1-a70e-defdfda44114 HTTP/1.1" 200 2526 0.069271 10.0.0.141 - - [2026-03-02 02:02:03] "GET /virtual-network/23c74d51-a9a5-4158-9906-fbf0f2b3c60d HTTP/1.1" 200 2325 0.003898 10.0.0.141 - - [2026-03-02 02:02:03] "GET /obj-perms HTTP/1.1" 200 5045 0.002413 10.0.0.141 - - [2026-03-02 02:02:03] "POST /id-to-fqname HTTP/1.1" 200 223 0.001157 10.0.0.141 - - [2026-03-02 02:02:03] "POST /neutron/network HTTP/1.1" 200 842 0.006101 10.0.0.141 - - [2026-03-02 02:02:03] "GET /aaa-mode HTTP/1.1" 401 293 0.000449 10.0.0.141 - - [2026-03-02 02:02:04] "GET / HTTP/1.1" 200 36215 0.001437 10.0.0.141 - - [2026-03-02 02:02:04] "GET /project/a49328be-a0a8-4fb1-a70e-defdfda44114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000331 10.0.0.141 - - [2026-03-02 02:02:04] "GET /projects?obj_uuids=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000993 10.0.0.141 - - [2026-03-02 02:02:04] "GET /project/a49328be-a0a8-4fb1-a70e-defdfda44114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.042689 10.0.0.141 - - [2026-03-02 02:02:04] "POST /neutron/network HTTP/1.1" 200 832 0.004879 10.0.0.141 - - [2026-03-02 02:02:04] "POST /neutron/port HTTP/1.1" 200 117 0.004876 10.0.0.141 - - [2026-03-02 02:02:04] "POST /neutron/port HTTP/1.1" 200 117 0.005018 10.0.0.141 - - [2026-03-02 02:02:04] "POST /id-to-fqname HTTP/1.1" 200 224 0.001460 10.0.0.141 - - [2026-03-02 02:02:04] "POST /neutron/port HTTP/1.1" 200 117 0.004154 10.0.0.141 - - [2026-03-02 02:02:04] "POST /neutron/network HTTP/1.1" 200 843 0.008356 10.0.0.141 - - [2026-03-02 02:02:04] "GET /aaa-mode HTTP/1.1" 401 293 0.000379 10.0.0.141 - - [2026-03-02 02:02:04] "POST /neutron/network HTTP/1.1" 200 842 0.004709 10.0.0.141 - - [2026-03-02 02:02:04] "GET /projects?obj_uuids=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000984 10.0.0.141 - - [2026-03-02 02:02:05] "GET / HTTP/1.1" 200 36215 0.003277 10.0.0.141 - - [2026-03-02 02:02:05] "GET /project/a49328be-a0a8-4fb1-a70e-defdfda44114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000383 10.0.0.141 - - [2026-03-02 02:02:05] "POST /neutron/port HTTP/1.1" 200 1058 0.177242 10.0.0.141 - - [2026-03-02 02:02:05] "POST /neutron/port HTTP/1.1" 200 1058 0.008404 10.0.0.141 - - [2026-03-02 02:02:05] "POST /neutron/port HTTP/1.1" 200 1058 0.008749 10.0.0.141 - - [2026-03-02 02:02:05] "POST /neutron/port HTTP/1.1" 200 1112 0.057220 10.0.0.141 - - [2026-03-02 02:02:05] "POST /neutron/port HTTP/1.1" 200 1122 0.010568 10.0.0.141 - - [2026-03-02 02:02:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002690 10.0.0.141 - - [2026-03-02 02:02:05] "POST /neutron/subnet HTTP/1.1" 200 698 0.005479 10.0.0.141 - - [2026-03-02 02:02:05] "POST /neutron/port HTTP/1.1" 200 117 0.000970 10.0.0.141 - - [2026-03-02 02:02:05] "POST /neutron/network HTTP/1.1" 200 832 0.004300 10.0.0.141 - - [2026-03-02 02:02:05] "GET /projects?obj_uuids=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000959 10.0.0.141 - - [2026-03-02 02:02:05] "GET /project/a49328be-a0a8-4fb1-a70e-defdfda44114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.048204 10.0.0.141 - - [2026-03-02 02:02:05] "POST /neutron/network HTTP/1.1" 200 833 0.005032 10.0.0.141 - - [2026-03-02 02:02:05] "POST /neutron/port HTTP/1.1" 200 1122 0.010678 10.0.0.141 - - [2026-03-02 02:02:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007057 10.0.0.141 - - [2026-03-02 02:02:05] "POST /neutron/port HTTP/1.1" 200 117 0.005536 10.0.0.141 - - [2026-03-02 02:02:05] "POST /fqname-to-id HTTP/1.1" 404 193 0.002246 10.0.0.141 - - [2026-03-02 02:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002504 10.0.0.141 - - [2026-03-02 02:02:05] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000911 10.0.0.141 - - [2026-03-02 02:02:05] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.006547 10.0.0.141 - - [2026-03-02 02:02:05] "POST /service-templates HTTP/1.1" 200 545 0.013749 10.0.0.141 - - [2026-03-02 02:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002427 10.0.0.141 - - [2026-03-02 02:02:05] "GET /service-template/3c57b27d-ec14-4d2b-9b9c-d8af05994477?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.003965 10.0.0.141 - - [2026-03-02 02:02:05] "POST /neutron/network HTTP/1.1" 200 843 0.005133 10.0.0.141 - - [2026-03-02 02:02:05] "GET /projects?obj_uuids=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000994 10.0.0.141 - - [2026-03-02 02:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002452 10.0.0.141 - - [2026-03-02 02:02:06] "GET /service-template/3c57b27d-ec14-4d2b-9b9c-d8af05994477?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.004860 10.0.0.141 - - [2026-03-02 02:02:06] "POST /id-to-fqname HTTP/1.1" 200 223 0.002822 10.0.0.141 - - [2026-03-02 02:02:06] "POST /id-to-fqname HTTP/1.1" 200 223 0.001648 10.0.0.141 - - [2026-03-02 02:02:06] "POST /neutron/port HTTP/1.1" 200 1057 0.229164 10.0.0.141 - - [2026-03-02 02:02:06] "POST /id-to-fqname HTTP/1.1" 200 224 0.001240 10.0.0.141 - - [2026-03-02 02:02:06] "POST /neutron/port HTTP/1.1" 200 1057 0.013458 10.0.0.141 - - [2026-03-02 02:02:06] "POST /neutron/port HTTP/1.1" 200 1057 0.010193 10.0.0.141 - - [2026-03-02 02:02:06] "POST /neutron/port HTTP/1.1" 200 1111 0.075498 10.0.0.141 - - [2026-03-02 02:02:06] "POST /neutron/port HTTP/1.1" 200 2091 0.024951 10.0.0.141 - - [2026-03-02 02:02:06] "POST /neutron/port HTTP/1.1" 200 1121 0.018169 10.0.0.141 - - [2026-03-02 02:02:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006788 10.0.0.141 - - [2026-03-02 02:02:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002850 10.0.0.141 - - [2026-03-02 02:02:06] "POST /neutron/subnet HTTP/1.1" 200 694 0.006456 10.0.0.141 - - [2026-03-02 02:02:06] "POST /neutron/port HTTP/1.1" 200 117 0.001074 10.0.0.141 - - [2026-03-02 02:02:06] "POST /neutron/network HTTP/1.1" 200 833 0.004384 10.0.0.141 - - [2026-03-02 02:02:07] "POST /neutron/network HTTP/1.1" 200 2222 0.008272 10.0.0.141 - - [2026-03-02 02:02:07] "GET /aaa-mode HTTP/1.1" 401 293 0.000495 10.0.0.141 - - [2026-03-02 02:02:07] "GET / HTTP/1.1" 200 36215 0.001851 10.0.0.141 - - [2026-03-02 02:02:07] "GET /project/a49328be-a0a8-4fb1-a70e-defdfda44114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000422 10.0.0.141 - - [2026-03-02 02:02:07] "GET /projects?obj_uuids=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000985 10.0.0.141 - - [2026-03-02 02:02:07] "GET /project/a49328be-a0a8-4fb1-a70e-defdfda44114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.042288 10.0.0.141 - - [2026-03-02 02:02:07] "POST /neutron/network HTTP/1.1" 200 832 0.004404 10.0.0.141 - - [2026-03-02 02:02:07] "POST /neutron/network HTTP/1.1" 200 832 0.004293 10.0.0.141 - - [2026-03-02 02:02:07] "POST /neutron/network HTTP/1.1" 200 833 0.003999 10.0.0.141 - - [2026-03-02 02:02:07] "POST /neutron/port HTTP/1.1" 200 2091 0.017193 10.0.0.141 - - [2026-03-02 02:02:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004334 10.0.0.141 - - [2026-03-02 02:02:07] "POST /neutron/port HTTP/1.1" 200 117 0.003839 10.0.0.141 - - [2026-03-02 02:02:07] "POST /neutron/port HTTP/1.1" 200 117 0.004006 10.0.0.141 - - [2026-03-02 02:02:08] "POST /neutron/network HTTP/1.1" 200 2222 0.007666 10.0.0.141 - - [2026-03-02 02:02:08] "GET /projects?obj_uuids=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001007 10.0.0.141 - - [2026-03-02 02:02:08] "POST /neutron/port HTTP/1.1" 200 1058 0.265057 10.0.0.141 - - [2026-03-02 02:02:08] "GET /projects?obj_uuids=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001316 10.0.0.141 - - [2026-03-02 02:02:08] "POST /neutron/port HTTP/1.1" 200 1058 0.149255 10.0.0.141 - - [2026-03-02 02:02:08] "GET /projects?obj_uuids=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000878 10.0.0.141 - - [2026-03-02 02:02:08] "POST /neutron/port HTTP/1.1" 200 1057 0.165372 10.0.0.141 - - [2026-03-02 02:02:08] "POST /neutron/port HTTP/1.1" 200 1058 0.008902 10.0.0.141 - - [2026-03-02 02:02:08] "POST /neutron/port HTTP/1.1" 200 1058 0.009592 10.0.0.141 - - [2026-03-02 02:02:08] "POST /neutron/port HTTP/1.1" 200 1112 0.059674 10.0.0.141 - - [2026-03-02 02:02:08] "POST /neutron/port HTTP/1.1" 200 1058 0.011237 10.0.0.141 - - [2026-03-02 02:02:08] "POST /neutron/port HTTP/1.1" 200 1058 0.009395 10.0.0.141 - - [2026-03-02 02:02:09] "POST /neutron/port HTTP/1.1" 200 1112 0.063081 10.0.0.141 - - [2026-03-02 02:02:09] "POST /neutron/port HTTP/1.1" 200 1057 0.010151 10.0.0.141 - - [2026-03-02 02:02:09] "POST /neutron/port HTTP/1.1" 200 1057 0.008466 10.0.0.141 - - [2026-03-02 02:02:09] "POST /neutron/port HTTP/1.1" 200 1111 0.062484 10.0.0.141 - - [2026-03-02 02:02:09] "POST /neutron/port HTTP/1.1" 200 3060 0.015096 10.0.0.141 - - [2026-03-02 02:02:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002738 10.0.0.141 - - [2026-03-02 02:02:09] "POST /neutron/subnet HTTP/1.1" 200 698 0.005419 10.0.0.141 - - [2026-03-02 02:02:09] "POST /neutron/port HTTP/1.1" 200 117 0.001046 10.0.0.141 - - [2026-03-02 02:02:09] "POST /neutron/network HTTP/1.1" 200 832 0.004507 10.0.0.141 - - [2026-03-02 02:02:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003008 10.0.0.141 - - [2026-03-02 02:02:09] "POST /neutron/subnet HTTP/1.1" 200 698 0.005646 10.0.0.141 - - [2026-03-02 02:02:09] "POST /neutron/port HTTP/1.1" 200 117 0.001036 10.0.0.141 - - [2026-03-02 02:02:09] "POST /neutron/network HTTP/1.1" 200 832 0.004320 10.0.0.141 - - [2026-03-02 02:02:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002543 10.0.0.141 - - [2026-03-02 02:02:09] "POST /neutron/subnet HTTP/1.1" 200 694 0.006775 10.0.0.141 - - [2026-03-02 02:02:09] "POST /neutron/port HTTP/1.1" 200 117 0.001037 10.0.0.141 - - [2026-03-02 02:02:09] "POST /neutron/network HTTP/1.1" 200 833 0.006024 10.0.0.141 - - [2026-03-02 02:02:13] "POST /neutron/port HTTP/1.1" 200 3060 0.015647 10.0.0.141 - - [2026-03-02 02:02:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005167 10.0.0.141 - - [2026-03-02 02:02:13] "POST /neutron/port HTTP/1.1" 200 3060 0.018182 10.0.0.141 - - [2026-03-02 02:02:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004544 10.0.0.141 - - [2026-03-02 02:02:13] "POST /neutron/port HTTP/1.1" 200 3060 0.017357 10.0.0.141 - - [2026-03-02 02:02:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004521 10.0.0.141 - - [2026-03-02 02:02:13] "POST /neutron/port HTTP/1.1" 200 3060 0.016718 10.0.0.141 - - [2026-03-02 02:02:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005347 10.0.0.141 - - [2026-03-02 02:02:13] "POST /neutron/port HTTP/1.1" 200 3060 0.016507 10.0.0.141 - - [2026-03-02 02:02:13] "POST /neutron/port HTTP/1.1" 200 1122 0.013966 10.0.0.141 - - [2026-03-02 02:02:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005208 10.0.0.141 - - [2026-03-02 02:02:13] "GET /virtual-machine/e28c5f04-b832-4132-be27-2778e11d2a32 HTTP/1.1" 200 1807 0.005127 10.0.0.141 - - [2026-03-02 02:02:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004736 10.0.0.141 - - [2026-03-02 02:02:13] "GET /virtual-machine-interface/037fa3a8-2ab2-4a51-b7bf-27ed46c0a73a HTTP/1.1" 200 2955 0.005023 10.0.0.141 - - [2026-03-02 02:02:13] "GET /virtual-machine-interface/4b2bf8c2-18d8-4b87-9921-26c9ba8d2465 HTTP/1.1" 200 2953 0.004750 10.0.0.141 - - [2026-03-02 02:02:13] "GET /virtual-machine-interface/7b268174-42b3-436c-9c5c-2c4b44adeb38 HTTP/1.1" 200 2953 0.004719 10.0.0.141 - - [2026-03-02 02:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002751 10.0.0.141 - - [2026-03-02 02:02:13] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003353 10.0.0.141 - - [2026-03-02 02:02:13] "GET /virtual-networks?parent_id=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002545 10.0.0.141 - - [2026-03-02 02:02:13] "GET /virtual-network/6b0030ab-7cb0-40ac-9184-3fe4bb83978a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004406 10.0.0.141 - - [2026-03-02 02:02:14] "POST /neutron/port HTTP/1.1" 200 1121 0.011409 10.0.0.141 - - [2026-03-02 02:02:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004427 10.0.0.141 - - [2026-03-02 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002519 10.0.0.141 - - [2026-03-02 02:02:16] "GET /virtual-network/6b0030ab-7cb0-40ac-9184-3fe4bb83978a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004165 10.0.0.141 - - [2026-03-02 02:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002530 10.0.0.141 - - [2026-03-02 02:02:20] "GET /virtual-network/6b0030ab-7cb0-40ac-9184-3fe4bb83978a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004043 10.0.0.141 - - [2026-03-02 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002509 10.0.0.141 - - [2026-03-02 02:02:24] "GET /virtual-network/6b0030ab-7cb0-40ac-9184-3fe4bb83978a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003861 10.0.0.141 - - [2026-03-02 02:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002548 10.0.0.141 - - [2026-03-02 02:02:27] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002611 10.0.0.141 - - [2026-03-02 02:02:27] "GET /virtual-networks?parent_id=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002465 10.0.0.141 - - [2026-03-02 02:02:27] "GET /virtual-network/6b0030ab-7cb0-40ac-9184-3fe4bb83978a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004593 10.0.0.141 - - [2026-03-02 02:02:27] "POST /neutron/port HTTP/1.1" 200 3060 0.016130 10.0.0.141 - - [2026-03-02 02:02:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004885 10.0.0.141 - - [2026-03-02 02:02:30] "DELETE /project/6892773d435849b4b8c238391b5df361 HTTP/1.1" 404 173 0.010441 10.0.0.141 - - [2026-03-02 02:02:30] "DELETE /project/a49328bea0a84fb1a70edefdfda44114 HTTP/1.1" 404 173 0.007482 10.0.0.141 - - [2026-03-02 02:02:30] "GET /projects?obj_uuids=6892773d-4358-49b4-b8c2-38391b5df361&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000810 10.0.0.141 - - [2026-03-02 02:02:30] "GET /projects?obj_uuids=0b601ba1-fa78-4283-81b3-763e3923f31f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000749 10.0.0.141 - - [2026-03-02 02:02:30] "GET /project/0b601ba1-fa78-4283-81b3-763e3923f31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.028116 10.0.0.141 - - [2026-03-02 02:02:30] "GET /project/6892773d-4358-49b4-b8c2-38391b5df361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.030795 10.0.0.141 - - [2026-03-02 02:02:30] "GET /projects?obj_uuids=6892773d-4358-49b4-b8c2-38391b5df361&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000786 10.0.0.141 - - [2026-03-02 02:02:30] "GET /projects?obj_uuids=0b601ba1-fa78-4283-81b3-763e3923f31f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000710 10.0.0.141 - - [2026-03-02 02:02:30] "GET /project/6892773d-4358-49b4-b8c2-38391b5df361?fields=security_groups HTTP/1.1" 200 1342 0.065608 10.0.0.141 - - [2026-03-02 02:02:30] "GET /project/0b601ba1-fa78-4283-81b3-763e3923f31f?fields=security_groups HTTP/1.1" 200 1367 0.078015 10.0.0.141 - - [2026-03-02 02:02:30] "DELETE /security-group/219c3d48-a64e-4679-861b-69ecd4c01023 HTTP/1.1" 200 115 0.034827 10.0.0.141 - - [2026-03-02 02:02:30] "GET /projects?obj_uuids=6892773d-4358-49b4-b8c2-38391b5df361&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001045 10.0.0.141 - - [2026-03-02 02:02:30] "DELETE /access-control-list/14bf81f7-ce03-414d-9fb8-903e22ddb706 HTTP/1.1" 200 115 0.027507 10.0.0.141 - - [2026-03-02 02:02:30] "DELETE /security-group/c2f7b06b-b6ff-4f9e-b4b1-0e8fe488f508 HTTP/1.1" 200 115 0.052286 10.0.0.141 - - [2026-03-02 02:02:30] "GET /project/6892773d-4358-49b4-b8c2-38391b5df361?fields=application_policy_sets HTTP/1.1" 200 1381 0.034053 10.0.0.141 - - [2026-03-02 02:02:30] "GET /projects?obj_uuids=0b601ba1-fa78-4283-81b3-763e3923f31f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001982 10.0.0.141 - - [2026-03-02 02:02:30] "DELETE /access-control-list/5f537be8-c75d-40e0-b071-c98d4f58ae26 HTTP/1.1" 200 115 0.034701 10.0.0.141 - - [2026-03-02 02:02:30] "DELETE /access-control-list/049838f2-34d8-4151-8a06-b007c824ce90 HTTP/1.1" 200 115 0.018698 10.0.0.141 - - [2026-03-02 02:02:30] "DELETE /access-control-list/dc9ee76a-6bf5-44fe-ab37-9fa25336728a HTTP/1.1" 200 115 0.024377 10.0.0.141 - - [2026-03-02 02:02:30] "GET /project/0b601ba1-fa78-4283-81b3-763e3923f31f?fields=application_policy_sets HTTP/1.1" 200 1406 0.085184 10.0.0.141 - - [2026-03-02 02:02:30] "DELETE /project/6892773d-4358-49b4-b8c2-38391b5df361 HTTP/1.1" 200 115 0.333194 10.0.0.141 - - [2026-03-02 02:02:30] "DELETE /project/0b601ba1-fa78-4283-81b3-763e3923f31f HTTP/1.1" 200 115 0.395070 10.0.0.141 - - [2026-03-02 02:02:32] "POST /neutron/port HTTP/1.1" 200 3060 0.015655 10.0.0.141 - - [2026-03-02 02:02:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004703 10.0.0.141 - - [2026-03-02 02:02:37] "POST /neutron/port HTTP/1.1" 200 3060 0.019677 10.0.0.141 - - [2026-03-02 02:02:37] "GET /obj-perms HTTP/1.1" 200 5075 0.043862 10.0.0.141 - - [2026-03-02 02:02:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004133 10.0.0.141 - - [2026-03-02 02:02:37] "POST /neutron/port HTTP/1.1" 200 3060 0.019285 10.0.0.141 - - [2026-03-02 02:02:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005618 10.0.0.141 - - [2026-03-02 02:02:37] "GET /obj-perms HTTP/1.1" 200 5075 0.063638 10.0.0.141 - - [2026-03-02 02:02:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002757 10.0.0.141 - - [2026-03-02 02:02:42] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002672 10.0.0.141 - - [2026-03-02 02:02:42] "GET /virtual-networks?parent_id=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002831 10.0.0.141 - - [2026-03-02 02:02:42] "GET /virtual-network/5fc09a0d-fb10-408a-bb1a-2207296a041a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004480 10.0.0.141 - - [2026-03-02 02:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002548 10.0.0.141 - - [2026-03-02 02:02:43] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002468 10.0.0.141 - - [2026-03-02 02:02:43] "GET /virtual-networks?parent_id=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002512 10.0.0.141 - - [2026-03-02 02:02:43] "GET /virtual-network/23c74d51-a9a5-4158-9906-fbf0f2b3c60d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004578 10.0.0.141 - - [2026-03-02 02:02:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.002277 10.0.0.141 - - [2026-03-02 02:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.001854 10.0.0.141 - - [2026-03-02 02:02:43] "GET /projects?obj_uuids=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000910 10.0.0.141 - - [2026-03-02 02:02:43] "GET /project/a49328be-a0a8-4fb1-a70e-defdfda44114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.019191 10.0.0.141 - - [2026-03-02 02:02:43] "POST /service-instances HTTP/1.1" 200 545 0.061265 10.0.0.141 - - [2026-03-02 02:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002388 10.0.0.141 - - [2026-03-02 02:02:43] "GET /service-instance/55cd7435-95e5-4352-8e67-e16c078e06c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.004326 10.0.0.141 - - [2026-03-02 02:02:43] "POST /port-tuples HTTP/1.1" 200 588 0.019142 10.0.0.141 - - [2026-03-02 02:02:43] "GET /virtual-machine-interface/4b2bf8c2-18d8-4b87-9921-26c9ba8d2465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.005534 10.0.0.141 - - [2026-03-02 02:02:43] "PUT /virtual-machine-interface/4b2bf8c2-18d8-4b87-9921-26c9ba8d2465 HTTP/1.1" 200 285 0.008812 10.0.0.141 - - [2026-03-02 02:02:43] "POST /ref-update HTTP/1.1" 200 156 0.007967 10.0.0.141 - - [2026-03-02 02:02:43] "POST /instance-ips HTTP/1.1" 200 386 0.019516 10.0.0.141 - - [2026-03-02 02:02:43] "POST /ref-update HTTP/1.1" 200 156 0.008252 10.0.0.141 - - [2026-03-02 02:02:43] "GET /virtual-machine-interface/7b268174-42b3-436c-9c5c-2c4b44adeb38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.004169 10.0.0.141 - - [2026-03-02 02:02:44] "POST /ref-update HTTP/1.1" 200 156 0.007572 10.0.0.141 - - [2026-03-02 02:02:44] "PUT /virtual-machine-interface/7b268174-42b3-436c-9c5c-2c4b44adeb38 HTTP/1.1" 200 285 0.011641 10.0.0.141 - - [2026-03-02 02:02:44] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003303 10.0.0.141 - - [2026-03-02 02:02:44] "POST /ref-update HTTP/1.1" 200 156 0.007713 10.0.0.141 - - [2026-03-02 02:02:44] "GET /virtual-machine-interface/037fa3a8-2ab2-4a51-b7bf-27ed46c0a73a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2733 0.004111 10.0.0.141 - - [2026-03-02 02:02:44] "POST /instance-ips HTTP/1.1" 200 386 0.023793 10.0.0.141 - - [2026-03-02 02:02:44] "POST /ref-update HTTP/1.1" 200 156 0.008858 10.0.0.141 - - [2026-03-02 02:02:44] "PUT /virtual-machine-interface/037fa3a8-2ab2-4a51-b7bf-27ed46c0a73a HTTP/1.1" 200 285 0.010480 10.0.0.141 - - [2026-03-02 02:02:44] "POST /ref-update HTTP/1.1" 200 156 0.010377 10.0.0.141 - - [2026-03-02 02:02:44] "POST /ref-update HTTP/1.1" 200 156 0.011410 10.0.0.141 - - [2026-03-02 02:02:44] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003033 10.0.0.141 - - [2026-03-02 02:02:44] "POST /neutron/port HTTP/1.1" 200 1122 0.010642 10.0.0.141 - - [2026-03-02 02:02:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006095 10.0.0.141 - - [2026-03-02 02:02:44] "POST /instance-ips HTTP/1.1" 200 374 0.015609 10.0.0.141 - - [2026-03-02 02:02:44] "POST /neutron/port HTTP/1.1" 200 1122 0.015049 10.0.0.141 - - [2026-03-02 02:02:44] "POST /ref-update HTTP/1.1" 200 156 0.008978 10.0.0.141 - - [2026-03-02 02:02:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005079 10.0.0.141 - - [2026-03-02 02:02:44] "POST /ref-update HTTP/1.1" 200 156 0.006899 10.0.0.141 - - [2026-03-02 02:02:44] "POST /neutron/port HTTP/1.1" 200 1122 0.012486 10.0.0.141 - - [2026-03-02 02:02:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010570 10.0.0.141 - - [2026-03-02 02:02:44] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.005715 10.0.0.141 - - [2026-03-02 02:02:44] "GET /virtual-machine/dba1ca13-a474-4f42-a246-8e71ad88b59b HTTP/1.1" 200 1293 0.003682 10.0.0.141 - - [2026-03-02 02:02:44] "GET /virtual-machine-interface/1db62c32-cfa3-48d7-8817-49e7b8360ec5 HTTP/1.1" 200 2952 0.003936 10.0.0.141 - - [2026-03-02 02:02:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.141 - - [2026-03-02 02:02:44] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002986 10.0.0.141 - - [2026-03-02 02:02:44] "POST /instance-ips HTTP/1.1" 200 374 0.014379 10.0.0.141 - - [2026-03-02 02:02:44] "GET /virtual-networks?parent_id=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002959 10.0.0.141 - - [2026-03-02 02:02:44] "POST /ref-update HTTP/1.1" 200 156 0.008957 10.0.0.141 - - [2026-03-02 02:02:44] "GET /virtual-network/5fc09a0d-fb10-408a-bb1a-2207296a041a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004651 10.0.0.141 - - [2026-03-02 02:02:44] "POST /ref-update HTTP/1.1" 200 156 0.007648 10.0.0.141 - - [2026-03-02 02:02:44] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002537 10.0.0.141 - - [2026-03-02 02:02:44] "POST /instance-ips HTTP/1.1" 200 376 0.016663 10.0.0.141 - - [2026-03-02 02:02:44] "POST /ref-update HTTP/1.1" 200 156 0.007335 10.0.0.141 - - [2026-03-02 02:02:44] "POST /ref-update HTTP/1.1" 200 156 0.007042 10.0.0.141 - - [2026-03-02 02:02:44] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002805 10.0.0.141 - - [2026-03-02 02:02:45] "POST /instance-ips HTTP/1.1" 200 376 0.015391 10.0.0.141 - - [2026-03-02 02:02:45] "POST /ref-update HTTP/1.1" 200 156 0.007260 10.0.0.141 - - [2026-03-02 02:02:45] "POST /ref-update HTTP/1.1" 200 156 0.010181 10.0.0.141 - - [2026-03-02 02:02:45] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002808 10.0.0.141 - - [2026-03-02 02:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002433 10.0.0.141 - - [2026-03-02 02:02:45] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002479 10.0.0.141 - - [2026-03-02 02:02:45] "GET /virtual-networks?parent_id=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002739 10.0.0.141 - - [2026-03-02 02:02:45] "GET /virtual-network/5fc09a0d-fb10-408a-bb1a-2207296a041a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004746 10.0.0.141 - - [2026-03-02 02:02:46] "POST /neutron/port HTTP/1.1" 200 1121 0.010577 10.0.0.141 - - [2026-03-02 02:02:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005113 10.0.0.141 - - [2026-03-02 02:02:46] "POST /neutron/port HTTP/1.1" 200 1121 0.009860 10.0.0.141 - - [2026-03-02 02:02:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004717 10.0.0.141 - - [2026-03-02 02:02:46] "POST /neutron/port HTTP/1.1" 200 1121 0.010392 10.0.0.141 - - [2026-03-02 02:02:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005329 10.0.0.141 - - [2026-03-02 02:02:46] "GET /virtual-machine/3972006d-f542-4186-8454-df05e557b86e HTTP/1.1" 200 1291 0.004022 10.0.0.141 - - [2026-03-02 02:02:46] "GET /virtual-machine-interface/9bb7377f-dff7-4a09-8a7f-93ba26c88ac6 HTTP/1.1" 200 2956 0.004279 10.0.0.141 - - [2026-03-02 02:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002377 10.0.0.141 - - [2026-03-02 02:02:46] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002346 10.0.0.141 - - [2026-03-02 02:02:46] "GET /virtual-networks?parent_id=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002902 10.0.0.141 - - [2026-03-02 02:02:46] "GET /virtual-network/23c74d51-a9a5-4158-9906-fbf0f2b3c60d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004638 10.0.0.141 - - [2026-03-02 02:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002482 10.0.0.141 - - [2026-03-02 02:02:47] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003106 10.0.0.141 - - [2026-03-02 02:02:47] "GET /virtual-networks?parent_id=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002609 10.0.0.141 - - [2026-03-02 02:02:47] "GET /virtual-network/23c74d51-a9a5-4158-9906-fbf0f2b3c60d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004440 10.0.0.141 - - [2026-03-02 02:02:47] "POST /fqname-to-id HTTP/1.1" 404 211 0.002349 10.0.0.141 - - [2026-03-02 02:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.001855 10.0.0.141 - - [2026-03-02 02:02:47] "GET /projects?obj_uuids=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000940 10.0.0.141 - - [2026-03-02 02:02:47] "GET /project/a49328be-a0a8-4fb1-a70e-defdfda44114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.021765 10.0.0.141 - - [2026-03-02 02:02:47] "POST /network-policys HTTP/1.1" 200 549 0.013401 10.0.0.141 - - [2026-03-02 02:02:47] "GET /network-policy/a3eb4087-6d8f-424c-82ce-c8a72d963714?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004002 10.0.0.141 - - [2026-03-02 02:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002537 10.0.0.141 - - [2026-03-02 02:02:48] "GET /virtual-network/5fc09a0d-fb10-408a-bb1a-2207296a041a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004664 10.0.0.141 - - [2026-03-02 02:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002402 10.0.0.141 - - [2026-03-02 02:02:48] "GET /network-policy/a3eb4087-6d8f-424c-82ce-c8a72d963714?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003117 10.0.0.141 - - [2026-03-02 02:02:48] "POST /fqname-to-id HTTP/1.1" 404 242 0.002831 10.0.0.141 - - [2026-03-02 02:02:48] "POST /ref-update HTTP/1.1" 200 156 0.023038 10.0.0.141 - - [2026-03-02 02:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002330 10.0.0.141 - - [2026-03-02 02:02:48] "POST /access-control-lists HTTP/1.1" 200 603 0.058363 10.0.0.141 - - [2026-03-02 02:02:48] "GET /network-policy/a3eb4087-6d8f-424c-82ce-c8a72d963714?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003055 10.0.0.141 - - [2026-03-02 02:02:48] "POST /neutron/network HTTP/1.1" 200 920 0.005912 10.0.0.141 - - [2026-03-02 02:02:48] "GET /virtual-network/5fc09a0d-fb10-408a-bb1a-2207296a041a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.003777 10.0.0.141 - - [2026-03-02 02:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002500 10.0.0.141 - - [2026-03-02 02:02:48] "GET /network-policy/a3eb4087-6d8f-424c-82ce-c8a72d963714?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003688 10.0.0.141 - - [2026-03-02 02:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002509 10.0.0.141 - - [2026-03-02 02:02:48] "GET /virtual-network/23c74d51-a9a5-4158-9906-fbf0f2b3c60d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005327 10.0.0.141 - - [2026-03-02 02:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002355 10.0.0.141 - - [2026-03-02 02:02:48] "GET /network-policy/a3eb4087-6d8f-424c-82ce-c8a72d963714?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003237 10.0.0.141 - - [2026-03-02 02:02:48] "POST /ref-update HTTP/1.1" 200 156 0.026098 10.0.0.141 - - [2026-03-02 02:02:48] "PUT /access-control-list/bd5d7de2-82fa-4dda-8cf6-0fb88af5135e HTTP/1.1" 200 273 0.010633 10.0.0.141 - - [2026-03-02 02:02:48] "POST /fqname-to-id HTTP/1.1" 404 244 0.002953 10.0.0.141 - - [2026-03-02 02:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002410 10.0.0.141 - - [2026-03-02 02:02:48] "GET /network-policy/a3eb4087-6d8f-424c-82ce-c8a72d963714?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.018000 10.0.0.141 - - [2026-03-02 02:02:48] "POST /access-control-lists HTTP/1.1" 200 606 0.059266 10.0.0.141 - - [2026-03-02 02:02:48] "POST /neutron/network HTTP/1.1" 200 921 0.007327 10.0.0.141 - - [2026-03-02 02:02:48] "POST /routing-instances HTTP/1.1" 200 761 0.018454 10.0.0.141 - - [2026-03-02 02:02:48] "GET /virtual-network/23c74d51-a9a5-4158-9906-fbf0f2b3c60d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006293 10.0.0.141 - - [2026-03-02 02:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002381 10.0.0.141 - - [2026-03-02 02:02:49] "POST /route-targets HTTP/1.1" 200 328 0.009904 10.0.0.141 - - [2026-03-02 02:02:49] "GET /network-policy/a3eb4087-6d8f-424c-82ce-c8a72d963714?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003068 10.0.0.141 - - [2026-03-02 02:02:49] "POST /ref-update HTTP/1.1" 200 156 0.008279 10.0.0.141 - - [2026-03-02 02:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478 10.0.0.141 - - [2026-03-02 02:02:49] "GET /routing-instance/80941848-43f5-4f0a-98c0-5dd3dd7cf00f?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.003106 10.0.0.141 - - [2026-03-02 02:02:49] "GET /service-template/3c57b27d-ec14-4d2b-9b9c-d8af05994477?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.003026 10.0.0.141 - - [2026-03-02 02:02:49] "GET /routing-instance/80941848-43f5-4f0a-98c0-5dd3dd7cf00f?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.003066 10.0.0.141 - - [2026-03-02 02:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002467 10.0.0.141 - - [2026-03-02 02:02:49] "POST /ref-update HTTP/1.1" 200 156 0.007877 10.0.0.141 - - [2026-03-02 02:02:49] "GET /projects?obj_uuids=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000979 10.0.0.141 - - [2026-03-02 02:02:49] "GET /project/a49328be-a0a8-4fb1-a70e-defdfda44114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.026423 10.0.0.141 - - [2026-03-02 02:02:49] "POST /routing-instances HTTP/1.1" 200 762 0.022123 10.0.0.141 - - [2026-03-02 02:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.141 - - [2026-03-02 02:02:49] "POST /route-targets HTTP/1.1" 200 328 0.007831 10.0.0.141 - - [2026-03-02 02:02:49] "GET /service-instance/55cd7435-95e5-4352-8e67-e16c078e06c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3538 0.004414 10.0.0.141 - - [2026-03-02 02:02:49] "POST /ref-update HTTP/1.1" 200 156 0.008103 10.0.0.141 - - [2026-03-02 02:02:49] "GET /domains HTTP/1.1" 200 281 0.002534 10.0.0.141 - - [2026-03-02 02:02:49] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000889 10.0.0.141 - - [2026-03-02 02:02:49] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 2783 0.006616 10.0.0.141 - - [2026-03-02 02:02:49] "GET /projects?obj_uuids=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000872 10.0.0.141 - - [2026-03-02 02:02:49] "GET /routing-instance/b10245a3-d010-4147-bbbe-a07c099cf792?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1281 0.002908 10.0.0.141 - - [2026-03-02 02:02:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000478 10.0.0.141 - - [2026-03-02 02:02:49] "GET /project/a49328be-a0a8-4fb1-a70e-defdfda44114 HTTP/1.1" 200 4249 0.067775 10.0.0.141 - - [2026-03-02 02:02:49] "GET /routing-instance/b10245a3-d010-4147-bbbe-a07c099cf792?fields=routing_policy_back_refs HTTP/1.1" 200 1281 0.008636 10.0.0.141 - - [2026-03-02 02:02:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000304 10.0.0.141 - - [2026-03-02 02:02:49] "GET /service-instance/55cd7435-95e5-4352-8e67-e16c078e06c0 HTTP/1.1" 200 3793 0.003888 10.0.0.141 - - [2026-03-02 02:02:49] "GET /domains HTTP/1.1" 200 281 0.001806 10.0.0.141 - - [2026-03-02 02:02:49] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000882 10.0.0.141 - - [2026-03-02 02:02:49] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 2783 0.005286 10.0.0.141 - - [2026-03-02 02:02:49] "GET /projects?obj_uuids=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001245 10.0.0.141 - - [2026-03-02 02:02:49] "PUT /routing-instance/80941848-43f5-4f0a-98c0-5dd3dd7cf00f HTTP/1.1" 200 267 0.007570 10.0.0.141 - - [2026-03-02 02:02:49] "GET /project/a49328be-a0a8-4fb1-a70e-defdfda44114 HTTP/1.1" 200 4249 0.061635 10.0.0.141 - - [2026-03-02 02:02:49] "GET /service-instance/55cd7435-95e5-4352-8e67-e16c078e06c0 HTTP/1.1" 200 3793 0.002846 10.0.0.141 - - [2026-03-02 02:02:49] "GET /port-tuple/d07074c0-869b-4d87-a586-16103a59f2d7 HTTP/1.1" 200 1985 0.003422 10.0.0.141 - - [2026-03-02 02:02:49] "PUT /routing-instance/b10245a3-d010-4147-bbbe-a07c099cf792 HTTP/1.1" 200 267 0.009646 10.0.0.141 - - [2026-03-02 02:02:49] "GET /virtual-machine-interface/037fa3a8-2ab2-4a51-b7bf-27ed46c0a73a HTTP/1.1" 200 3813 0.006771 10.0.0.141 - - [2026-03-02 02:02:49] "GET /virtual-machine-interface/4b2bf8c2-18d8-4b87-9921-26c9ba8d2465 HTTP/1.1" 200 3826 0.004274 10.0.0.141 - - [2026-03-02 02:02:49] "GET /virtual-machine-interface/7b268174-42b3-436c-9c5c-2c4b44adeb38 HTTP/1.1" 200 3808 0.004705 10.0.0.141 - - [2026-03-02 02:02:49] "POST /ref-update HTTP/1.1" 200 156 0.009228 10.0.0.141 - - [2026-03-02 02:02:49] "POST /neutron/port HTTP/1.1" 200 3831 0.037909 10.0.0.141 - - [2026-03-02 02:02:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007134 10.0.0.141 - - [2026-03-02 02:02:49] "PUT /access-control-list/4495bbb1-ad71-457e-82f3-977528206a8c HTTP/1.1" 200 273 0.010111 10.0.0.141 - - [2026-03-02 02:02:49] "POST /neutron/port HTTP/1.1" 200 3831 0.027864 10.0.0.141 - - [2026-03-02 02:02:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004970 10.0.0.141 - - [2026-03-02 02:02:49] "POST /neutron/port HTTP/1.1" 200 3831 0.023540 10.0.0.141 - - [2026-03-02 02:02:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004512 10.0.0.141 - - [2026-03-02 02:02:49] "POST /neutron/port HTTP/1.1" 200 3831 0.025122 10.0.0.141 - - [2026-03-02 02:02:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004318 10.0.0.141 - - [2026-03-02 02:02:49] "POST /neutron/network HTTP/1.1" 200 894 0.008924 10.0.0.141 - - [2026-03-02 02:02:50] "POST /neutron/network HTTP/1.1" 200 920 0.004146 10.0.0.141 - - [2026-03-02 02:02:50] "POST /neutron/network HTTP/1.1" 200 806 0.009531 10.0.0.141 - - [2026-03-02 02:02:50] "POST /neutron/network HTTP/1.1" 200 832 0.004243 10.0.0.141 - - [2026-03-02 02:02:50] "POST /neutron/network HTTP/1.1" 200 895 0.009176 10.0.0.141 - - [2026-03-02 02:02:50] "POST /neutron/network HTTP/1.1" 200 921 0.004332 10.0.0.141 - - [2026-03-02 02:02:50] "POST /id-to-fqname HTTP/1.1" 200 223 0.000988 10.0.0.141 - - [2026-03-02 02:02:50] "POST /id-to-fqname HTTP/1.1" 200 223 0.000809 10.0.0.141 - - [2026-03-02 02:02:50] "POST /id-to-fqname HTTP/1.1" 200 224 0.001113 10.0.0.141 - - [2026-03-02 02:02:50] "GET /virtual-machine/e28c5f04-b832-4132-be27-2778e11d2a32 HTTP/1.1" 200 1807 0.003235 10.0.0.141 - - [2026-03-02 02:02:50] "GET /virtual-machine-interface/037fa3a8-2ab2-4a51-b7bf-27ed46c0a73a HTTP/1.1" 200 3813 0.004316 10.0.0.141 - - [2026-03-02 02:02:50] "GET /virtual-machine-interface/4b2bf8c2-18d8-4b87-9921-26c9ba8d2465 HTTP/1.1" 200 3826 0.003968 10.0.0.141 - - [2026-03-02 02:02:50] "GET /virtual-machine-interface/7b268174-42b3-436c-9c5c-2c4b44adeb38 HTTP/1.1" 200 3808 0.004038 10.0.0.141 - - [2026-03-02 02:02:50] "GET /instance-ip/3b4fe9ab-98a6-43fe-ab82-7007b55b3d5d HTTP/1.1" 200 1964 0.002778 10.0.0.141 - - [2026-03-02 02:02:50] "GET /instance-ip/cbc9dc7b-ca9c-4194-9945-74f3f1712187 HTTP/1.1" 200 1625 0.003624 10.0.0.141 - - [2026-03-02 02:02:50] "GET /instance-ip/ccf672b1-0668-4bda-958b-ed2c6d8349ae HTTP/1.1" 200 1963 0.002684 10.0.0.141 - - [2026-03-02 02:02:50] "GET /instance-ip/c3d01667-ecb3-4f33-b3f0-0f37623e6d25 HTTP/1.1" 200 1985 0.002776 10.0.0.141 - - [2026-03-02 02:02:50] "GET /instance-ip/e9f0cd90-318f-4975-92da-8890f0141402 HTTP/1.1" 200 1625 0.003433 10.0.0.141 - - [2026-03-02 02:02:50] "GET /instance-ip/f98de110-ce6d-4bbc-be5c-b5da8e55ecae HTTP/1.1" 200 1983 0.003800 10.0.0.141 - - [2026-03-02 02:02:50] "GET /instance-ip/30930676-b004-41d7-9711-c07ad4683278 HTTP/1.1" 200 1624 0.003229 10.0.0.141 - - [2026-03-02 02:02:50] "GET /instance-ip/439433c9-8ecf-49a8-9270-bb74add3dbf7 HTTP/1.1" 200 1960 0.002569 10.0.0.141 - - [2026-03-02 02:02:50] "GET /instance-ip/5fc6630f-5759-4a32-b825-2af68b1ad2e7 HTTP/1.1" 200 1958 0.002318 10.0.0.141 - - [2026-03-02 02:02:50] "POST /neutron/port HTTP/1.1" 200 3831 0.024009 10.0.0.141 - - [2026-03-02 02:02:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005716 10.0.0.141 - - [2026-03-02 02:02:50] "POST /neutron/port HTTP/1.1" 200 3831 0.026446 10.0.0.141 - - [2026-03-02 02:02:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005551 10.0.0.141 - - [2026-03-02 02:02:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000472 10.0.0.141 - - [2026-03-02 02:02:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000378 10.0.0.141 - - [2026-03-02 02:02:50] "POST /neutron/port HTTP/1.1" 200 3831 0.023177 10.0.0.141 - - [2026-03-02 02:02:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004879 10.0.0.141 - - [2026-03-02 02:02:50] "POST /neutron/port HTTP/1.1" 200 3831 0.027190 10.0.0.141 - - [2026-03-02 02:02:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004951 10.0.0.141 - - [2026-03-02 02:02:50] "GET /virtual-machine/e28c5f04-b832-4132-be27-2778e11d2a32 HTTP/1.1" 200 1807 0.002860 10.0.0.141 - - [2026-03-02 02:02:50] "GET /virtual-machine-interface/037fa3a8-2ab2-4a51-b7bf-27ed46c0a73a HTTP/1.1" 200 3813 0.004050 10.0.0.141 - - [2026-03-02 02:02:50] "GET /virtual-machine-interface/4b2bf8c2-18d8-4b87-9921-26c9ba8d2465 HTTP/1.1" 200 3826 0.004000 10.0.0.141 - - [2026-03-02 02:02:50] "GET /virtual-machine-interface/7b268174-42b3-436c-9c5c-2c4b44adeb38 HTTP/1.1" 200 3808 0.003957 10.0.0.141 - - [2026-03-02 02:02:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002362 10.0.0.141 - - [2026-03-02 02:02:50] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002867 10.0.0.141 - - [2026-03-02 02:02:50] "GET /virtual-networks?parent_id=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002857 10.0.0.141 - - [2026-03-02 02:02:50] "GET /virtual-network/5fc09a0d-fb10-408a-bb1a-2207296a041a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004463 10.0.0.141 - - [2026-03-02 02:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002488 10.0.0.141 - - [2026-03-02 02:02:51] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002515 10.0.0.141 - - [2026-03-02 02:02:51] "GET /virtual-networks?parent_id=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003109 10.0.0.141 - - [2026-03-02 02:02:51] "GET /virtual-network/5fc09a0d-fb10-408a-bb1a-2207296a041a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004598 10.0.0.141 - - [2026-03-02 02:02:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002315 10.0.0.141 - - [2026-03-02 02:02:52] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002912 10.0.0.141 - - [2026-03-02 02:02:52] "GET /virtual-networks?parent_id=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002406 10.0.0.141 - - [2026-03-02 02:02:52] "GET /virtual-network/5fc09a0d-fb10-408a-bb1a-2207296a041a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004936 10.0.0.141 - - [2026-03-02 02:02:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002424 10.0.0.141 - - [2026-03-02 02:02:52] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002956 10.0.0.141 - - [2026-03-02 02:02:52] "GET /virtual-networks?parent_id=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002604 10.0.0.141 - - [2026-03-02 02:02:52] "GET /virtual-network/5fc09a0d-fb10-408a-bb1a-2207296a041a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004570 10.0.0.141 - - [2026-03-02 02:02:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002478 10.0.0.141 - - [2026-03-02 02:02:52] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003710 10.0.0.141 - - [2026-03-02 02:02:52] "GET /virtual-networks?parent_id=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002931 10.0.0.141 - - [2026-03-02 02:02:52] "GET /virtual-network/5fc09a0d-fb10-408a-bb1a-2207296a041a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006241 10.0.0.141 - - [2026-03-02 02:02:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.141 - - [2026-03-02 02:02:52] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003756 10.0.0.141 - - [2026-03-02 02:02:52] "GET /virtual-networks?parent_id=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002468 10.0.0.141 - - [2026-03-02 02:02:52] "GET /virtual-network/6b0030ab-7cb0-40ac-9184-3fe4bb83978a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004498 10.0.0.141 - - [2026-03-02 02:02:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002643 10.0.0.141 - - [2026-03-02 02:02:52] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003636 10.0.0.141 - - [2026-03-02 02:02:52] "GET /virtual-networks?parent_id=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003024 10.0.0.141 - - [2026-03-02 02:02:53] "GET /virtual-network/6b0030ab-7cb0-40ac-9184-3fe4bb83978a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006325 10.0.0.141 - - [2026-03-02 02:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.141 - - [2026-03-02 02:02:53] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004107 10.0.0.141 - - [2026-03-02 02:02:53] "GET /virtual-networks?parent_id=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003165 10.0.0.141 - - [2026-03-02 02:02:53] "GET /virtual-network/6b0030ab-7cb0-40ac-9184-3fe4bb83978a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005986 10.0.0.141 - - [2026-03-02 02:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.141 - - [2026-03-02 02:02:53] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003615 10.0.0.141 - - [2026-03-02 02:02:53] "GET /virtual-networks?parent_id=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003415 10.0.0.141 - - [2026-03-02 02:02:53] "GET /virtual-network/6b0030ab-7cb0-40ac-9184-3fe4bb83978a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006167 10.0.0.141 - - [2026-03-02 02:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.141 - - [2026-03-02 02:02:53] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003845 10.0.0.141 - - [2026-03-02 02:02:53] "GET /virtual-networks?parent_id=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003488 10.0.0.141 - - [2026-03-02 02:02:53] "GET /virtual-network/23c74d51-a9a5-4158-9906-fbf0f2b3c60d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005896 10.0.0.141 - - [2026-03-02 02:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.141 - - [2026-03-02 02:02:53] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002996 10.0.0.141 - - [2026-03-02 02:02:53] "GET /virtual-networks?parent_id=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002532 10.0.0.141 - - [2026-03-02 02:02:53] "GET /virtual-network/23c74d51-a9a5-4158-9906-fbf0f2b3c60d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005735 10.0.0.141 - - [2026-03-02 02:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002478 10.0.0.141 - - [2026-03-02 02:02:53] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002957 10.0.0.141 - - [2026-03-02 02:02:54] "GET /virtual-networks?parent_id=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002651 10.0.0.141 - - [2026-03-02 02:02:54] "GET /virtual-network/23c74d51-a9a5-4158-9906-fbf0f2b3c60d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004729 10.0.0.141 - - [2026-03-02 02:02:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002742 10.0.0.141 - - [2026-03-02 02:02:54] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003051 10.0.0.141 - - [2026-03-02 02:02:54] "GET /virtual-networks?parent_id=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002486 10.0.0.141 - - [2026-03-02 02:02:54] "GET /virtual-network/23c74d51-a9a5-4158-9906-fbf0f2b3c60d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004467 10.0.0.141 - - [2026-03-02 02:02:54] "GET /virtual-machine/e28c5f04-b832-4132-be27-2778e11d2a32 HTTP/1.1" 200 1807 0.004324 10.0.0.141 - - [2026-03-02 02:02:54] "GET /domains HTTP/1.1" 200 281 0.002881 10.0.0.141 - - [2026-03-02 02:02:54] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001218 10.0.0.141 - - [2026-03-02 02:02:54] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 2783 0.006689 10.0.0.141 - - [2026-03-02 02:02:54] "GET /projects?obj_uuids=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001361 10.0.0.141 - - [2026-03-02 02:02:54] "GET /project/a49328be-a0a8-4fb1-a70e-defdfda44114 HTTP/1.1" 200 4249 0.069303 10.0.0.141 - - [2026-03-02 02:02:54] "GET /service-instance/55cd7435-95e5-4352-8e67-e16c078e06c0 HTTP/1.1" 200 3793 0.004759 10.0.0.141 - - [2026-03-02 02:02:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002654 10.0.0.141 - - [2026-03-02 02:02:54] "GET /routing-instance/f8e749e5-7983-4c25-b86a-eed4205ed8fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.003667 10.0.0.141 - - [2026-03-02 02:02:54] "GET /routing-instance/f8e749e5-7983-4c25-b86a-eed4205ed8fd?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2025 0.005220 10.0.0.141 - - [2026-03-02 02:02:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.141 - - [2026-03-02 02:02:54] "GET /routing-instance/4bb17710-023f-48f8-b904-7162aa252831?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1896 0.005526 10.0.0.141 - - [2026-03-02 02:02:54] "GET /routing-instance/4bb17710-023f-48f8-b904-7162aa252831?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2027 0.005378 10.0.0.141 - - [2026-03-02 02:02:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.141 - - [2026-03-02 02:02:54] "GET /virtual-network/5fc09a0d-fb10-408a-bb1a-2207296a041a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006238 10.0.0.141 - - [2026-03-02 02:02:54] "GET /virtual-network/5fc09a0d-fb10-408a-bb1a-2207296a041a?fields=routing_instances HTTP/1.1" 200 1687 0.005975 10.0.0.141 - - [2026-03-02 02:02:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002664 10.0.0.141 - - [2026-03-02 02:02:54] "GET /virtual-network/23c74d51-a9a5-4158-9906-fbf0f2b3c60d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006238 10.0.0.141 - - [2026-03-02 02:02:54] "GET /virtual-network/23c74d51-a9a5-4158-9906-fbf0f2b3c60d?fields=routing_instances HTTP/1.1" 200 1692 0.007255 10.0.0.141 - - [2026-03-02 02:02:58] "POST /neutron/port HTTP/1.1" 200 1122 0.012771 10.0.0.141 - - [2026-03-02 02:02:58] "POST /neutron/port HTTP/1.1" 200 1122 0.012387 10.0.0.141 - - [2026-03-02 02:02:58] "POST /neutron/network HTTP/1.1" 200 930 0.005769 10.0.0.141 - - [2026-03-02 02:02:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002423 10.0.0.141 - - [2026-03-02 02:02:58] "POST /neutron/subnet HTTP/1.1" 200 698 0.005598 10.0.0.141 - - [2026-03-02 02:02:58] "POST /neutron/port HTTP/1.1" 200 117 0.000980 10.0.0.141 - - [2026-03-02 02:02:58] "POST /neutron/network HTTP/1.1" 200 920 0.005016 10.0.0.141 - - [2026-03-02 02:02:58] "POST /ref-update HTTP/1.1" 200 156 0.022101 10.0.0.141 - - [2026-03-02 02:02:58] "DELETE /access-control-list/4495bbb1-ad71-457e-82f3-977528206a8c HTTP/1.1" 200 115 0.018652 10.0.0.141 - - [2026-03-02 02:02:58] "POST /neutron/network HTTP/1.1" 200 833 0.006281 10.0.0.141 - - [2026-03-02 02:02:58] "GET /virtual-network/23c74d51-a9a5-4158-9906-fbf0f2b3c60d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003778 10.0.0.141 - - [2026-03-02 02:02:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002120 10.0.0.141 - - [2026-03-02 02:02:59] "DELETE /routing-instance/80941848-43f5-4f0a-98c0-5dd3dd7cf00f HTTP/1.1" 200 115 0.024718 10.0.0.141 - - [2026-03-02 02:02:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.001942 10.0.0.141 - - [2026-03-02 02:02:59] "GET /network-policy/a3eb4087-6d8f-424c-82ce-c8a72d963714?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.002917 10.0.0.141 - - [2026-03-02 02:02:59] "DELETE /route-target/112d7f28-6d52-499a-b919-8a836e550fb2 HTTP/1.1" 200 115 0.012256 10.0.0.141 - - [2026-03-02 02:02:59] "DELETE /routing-instance/b10245a3-d010-4147-bbbe-a07c099cf792 HTTP/1.1" 200 115 0.027301 10.0.0.141 - - [2026-03-02 02:02:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002664 10.0.0.141 - - [2026-03-02 02:02:59] "POST /ref-update HTTP/1.1" 200 156 0.030276 10.0.0.141 - - [2026-03-02 02:02:59] "DELETE /route-target/0a87fc4b-47a8-4c0a-82f3-7527a063c09e HTTP/1.1" 200 115 0.010604 10.0.0.141 - - [2026-03-02 02:02:59] "POST /neutron/network HTTP/1.1" 200 832 0.007304 10.0.0.141 - - [2026-03-02 02:02:59] "GET /virtual-network/5fc09a0d-fb10-408a-bb1a-2207296a041a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003688 10.0.0.141 - - [2026-03-02 02:02:59] "DELETE /access-control-list/bd5d7de2-82fa-4dda-8cf6-0fb88af5135e HTTP/1.1" 200 115 0.019242 10.0.0.141 - - [2026-03-02 02:02:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002432 10.0.0.141 - - [2026-03-02 02:02:59] "GET /network-policy/a3eb4087-6d8f-424c-82ce-c8a72d963714?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.002934 10.0.0.141 - - [2026-03-02 02:02:59] "DELETE /network-policy/a3eb4087-6d8f-424c-82ce-c8a72d963714 HTTP/1.1" 200 115 0.027588 10.0.0.141 - - [2026-03-02 02:02:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002157 10.0.0.141 - - [2026-03-02 02:02:59] "DELETE /service-instance/55cd7435-95e5-4352-8e67-e16c078e06c0 HTTP/1.1" 200 115 0.031277 10.0.0.141 - - [2026-03-02 02:02:59] "GET /domains HTTP/1.1" 200 281 0.003523 10.0.0.141 - - [2026-03-02 02:02:59] "POST /ref-update HTTP/1.1" 200 156 0.010908 10.0.0.141 - - [2026-03-02 02:02:59] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002259 10.0.0.141 - - [2026-03-02 02:02:59] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 2783 0.009691 10.0.0.141 - - [2026-03-02 02:02:59] "GET /projects?obj_uuids=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000838 10.0.0.141 - - [2026-03-02 02:02:59] "DELETE /instance-ip/439433c9-8ecf-49a8-9270-bb74add3dbf7 HTTP/1.1" 200 115 0.020672 10.0.0.141 - - [2026-03-02 02:02:59] "POST /ref-update HTTP/1.1" 200 156 0.007933 10.0.0.141 - - [2026-03-02 02:02:59] "GET /project/a49328be-a0a8-4fb1-a70e-defdfda44114 HTTP/1.1" 200 3773 0.061944 10.0.0.141 - - [2026-03-02 02:02:59] "GET /virtual-machine/e28c5f04-b832-4132-be27-2778e11d2a32 HTTP/1.1" 200 1807 0.002462 10.0.0.141 - - [2026-03-02 02:02:59] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002333 10.0.0.141 - - [2026-03-02 02:02:59] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001473 10.0.0.141 - - [2026-03-02 02:02:59] "DELETE /instance-ip/5fc6630f-5759-4a32-b825-2af68b1ad2e7 HTTP/1.1" 200 115 0.017299 10.0.0.141 - - [2026-03-02 02:02:59] "POST /ref-update HTTP/1.1" 200 156 0.006986 10.0.0.141 - - [2026-03-02 02:02:59] "DELETE /instance-ip/ccf672b1-0668-4bda-958b-ed2c6d8349ae HTTP/1.1" 200 115 0.017807 10.0.0.141 - - [2026-03-02 02:02:59] "POST /ref-update HTTP/1.1" 200 156 0.007433 10.0.0.141 - - [2026-03-02 02:02:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002441 10.0.0.141 - - [2026-03-02 02:02:59] "DELETE /service-template/3c57b27d-ec14-4d2b-9b9c-d8af05994477 HTTP/1.1" 200 115 0.019104 10.0.0.141 - - [2026-03-02 02:02:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.002222 10.0.0.141 - - [2026-03-02 02:02:59] "DELETE /instance-ip/f98de110-ce6d-4bbc-be5c-b5da8e55ecae HTTP/1.1" 200 115 0.033315 10.0.0.141 - - [2026-03-02 02:02:59] "POST /ref-update HTTP/1.1" 200 156 0.023439 10.0.0.141 - - [2026-03-02 02:02:59] "DELETE /instance-ip/3b4fe9ab-98a6-43fe-ab82-7007b55b3d5d HTTP/1.1" 200 115 0.038095 10.0.0.141 - - [2026-03-02 02:02:59] "POST /ref-update HTTP/1.1" 200 156 0.008822 10.0.0.141 - - [2026-03-02 02:02:59] "DELETE /instance-ip/c3d01667-ecb3-4f33-b3f0-0f37623e6d25 HTTP/1.1" 200 115 0.024548 10.0.0.141 - - [2026-03-02 02:02:59] "POST /neutron/network HTTP/1.1" 200 833 0.005442 10.0.0.141 - - [2026-03-02 02:03:00] "POST /neutron/network HTTP/1.1" 400 204 0.011589 10.0.0.141 - - [2026-03-02 02:03:00] "POST /neutron/port HTTP/1.1" 200 1121 0.012139 10.0.0.141 - - [2026-03-02 02:03:00] "POST /neutron/port HTTP/1.1" 200 1111 0.009081 10.0.0.141 - - [2026-03-02 02:03:00] "POST /neutron/port HTTP/1.1" 200 1122 0.013565 10.0.0.141 - - [2026-03-02 02:03:00] "POST /neutron/port HTTP/1.1" 200 151 0.097752 10.0.0.141 - - [2026-03-02 02:03:00] "POST /neutron/port HTTP/1.1" 200 1112 0.011121 10.0.0.141 - - [2026-03-02 02:03:00] "POST /neutron/port HTTP/1.1" 200 151 0.092528 10.0.0.141 - - [2026-03-02 02:03:00] "POST /neutron/port HTTP/1.1" 200 3060 0.034781 10.0.0.141 - - [2026-03-02 02:03:00] "POST /neutron/port HTTP/1.1" 200 1112 0.007639 10.0.0.141 - - [2026-03-02 02:03:00] "POST /neutron/port HTTP/1.1" 200 151 0.075556 10.0.0.141 - - [2026-03-02 02:03:00] "POST /neutron/port HTTP/1.1" 200 1111 0.008866 10.0.0.141 - - [2026-03-02 02:03:00] "POST /neutron/port HTTP/1.1" 200 151 0.081376 10.0.0.141 - - [2026-03-02 02:03:00] "POST /neutron/port HTTP/1.1" 200 1112 0.009101 10.0.0.141 - - [2026-03-02 02:03:00] "POST /neutron/port HTTP/1.1" 200 151 0.086308 10.0.0.141 - - [2026-03-02 02:03:02] "POST /neutron/network HTTP/1.1" 200 833 0.004656 10.0.0.141 - - [2026-03-02 02:03:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.028280 10.0.0.141 - - [2026-03-02 02:03:02] "DELETE /route-target/871d031d-6104-4ffd-947c-0aa807342fb3 HTTP/1.1" 200 115 0.010332 10.0.0.141 - - [2026-03-02 02:03:02] "POST /useragent-kv HTTP/1.1" 200 115 0.045233 10.0.0.141 - - [2026-03-02 02:03:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001532 10.0.0.141 - - [2026-03-02 02:03:02] "POST /neutron/network HTTP/1.1" 200 151 0.109239 10.0.0.141 - - [2026-03-02 02:03:02] "GET /routing-instance/4bb17710-023f-48f8-b904-7162aa252831 HTTP/1.1" 404 171 0.001827 10.0.0.141 - - [2026-03-02 02:03:02] "GET /domains HTTP/1.1" 200 281 0.001784 10.0.0.141 - - [2026-03-02 02:03:02] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000816 10.0.0.141 - - [2026-03-02 02:03:02] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 2582 0.047633 10.0.0.141 - - [2026-03-02 02:03:02] "GET /projects?obj_uuids=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001340 10.0.0.141 - - [2026-03-02 02:03:02] "GET /project/a49328be-a0a8-4fb1-a70e-defdfda44114 HTTP/1.1" 200 2306 0.062513 10.0.0.141 - - [2026-03-02 02:03:02] "POST /neutron/network HTTP/1.1" 200 832 0.004554 10.0.0.141 - - [2026-03-02 02:03:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.141 - - [2026-03-02 02:03:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002778 10.0.0.141 - - [2026-03-02 02:03:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001745 10.0.0.141 - - [2026-03-02 02:03:02] "POST /neutron/network HTTP/1.1" 200 151 0.103879 10.0.0.141 - - [2026-03-02 02:03:02] "DELETE /route-target/1d0c1894-9418-46d7-88fa-174776fae3cb HTTP/1.1" 200 115 0.037768 10.0.0.141 - - [2026-03-02 02:03:02] "GET /routing-instance/f8e749e5-7983-4c25-b86a-eed4205ed8fd HTTP/1.1" 404 171 0.002735 10.0.0.141 - - [2026-03-02 02:03:02] "GET /domains HTTP/1.1" 200 281 0.002582 10.0.0.141 - - [2026-03-02 02:03:02] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001292 10.0.0.141 - - [2026-03-02 02:03:02] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 2582 0.007959 10.0.0.141 - - [2026-03-02 02:03:02] "GET /projects?obj_uuids=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001847 10.0.0.141 - - [2026-03-02 02:03:02] "GET /project/a49328be-a0a8-4fb1-a70e-defdfda44114 HTTP/1.1" 200 2087 0.062432 10.0.0.141 - - [2026-03-02 02:03:02] "POST /neutron/network HTTP/1.1" 200 832 0.004714 10.0.0.141 - - [2026-03-02 02:03:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003660 10.0.0.141 - - [2026-03-02 02:03:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.141 - - [2026-03-02 02:03:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001549 10.0.0.141 - - [2026-03-02 02:03:02] "POST /neutron/network HTTP/1.1" 200 151 0.057612 10.0.0.141 - - [2026-03-02 02:03:02] "GET /routing-instance/7c71a32b-c0ca-4a9d-9257-e521deee59af HTTP/1.1" 404 171 0.001558 10.0.0.141 - - [2026-03-02 02:03:02] "GET /domains HTTP/1.1" 200 281 0.001916 10.0.0.141 - - [2026-03-02 02:03:02] "DELETE /route-target/6fd71bc4-3352-4ce9-b7d2-a5e1fbb16fcd HTTP/1.1" 200 115 0.018038 10.0.0.141 - - [2026-03-02 02:03:02] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000830 10.0.0.141 - - [2026-03-02 02:03:02] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 2582 0.047497 10.0.0.141 - - [2026-03-02 02:03:02] "GET /projects?obj_uuids=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000893 10.0.0.141 - - [2026-03-02 02:03:02] "GET /project/a49328be-a0a8-4fb1-a70e-defdfda44114 HTTP/1.1" 200 1846 0.066995 10.0.0.141 - - [2026-03-02 02:03:03] "GET /projects?obj_uuids=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000973 10.0.0.141 - - [2026-03-02 02:03:03] "GET /project/a49328be-a0a8-4fb1-a70e-defdfda44114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.047012 10.0.0.141 - - [2026-03-02 02:03:03] "GET /projects?obj_uuids=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000880 10.0.0.141 - - [2026-03-02 02:03:03] "GET /project/a49328be-a0a8-4fb1-a70e-defdfda44114?fields=virtual_networks HTTP/1.1" 200 1031 0.063808 10.0.0.141 - - [2026-03-02 02:03:03] "GET /projects?obj_uuids=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000932 10.0.0.141 - - [2026-03-02 02:03:03] "GET /project/a49328be-a0a8-4fb1-a70e-defdfda44114?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.026394 10.0.0.141 - - [2026-03-02 02:03:03] "GET /projects?obj_uuids=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001071 10.0.0.141 - - [2026-03-02 02:03:03] "GET /project/a49328be-a0a8-4fb1-a70e-defdfda44114?fields=security_groups HTTP/1.1" 200 1256 0.022867 10.0.0.141 - - [2026-03-02 02:03:03] "POST /fqname-to-id HTTP/1.1" 404 189 0.022586 10.0.0.141 - - [2026-03-02 02:03:04] "GET /projects?obj_uuids=18ae5312-2ba2-4da9-a641-e9684defc77f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002517 10.0.0.141 - - [2026-03-02 02:03:04] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000918 10.0.0.141 - - [2026-03-02 02:03:04] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.030849 10.0.0.141 - - [2026-03-02 02:03:04] "POST /id-to-fqname HTTP/1.1" 200 191 0.001618 10.0.0.141 - - [2026-03-02 02:03:04] "POST /fqname-to-id HTTP/1.1" 404 200 0.001856 10.0.0.141 - - [2026-03-02 02:03:04] "POST /security-groups HTTP/1.1" 200 592 0.064146 10.0.0.141 - - [2026-03-02 02:03:04] "POST /fqname-to-id HTTP/1.1" 404 235 0.002164 10.0.0.141 - - [2026-03-02 02:03:04] "POST /projects HTTP/1.1" 200 587 0.199060 10.0.0.141 - - [2026-03-02 02:03:04] "POST /access-control-lists HTTP/1.1" 200 599 0.055643 10.0.0.141 - - [2026-03-02 02:03:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.267512 10.0.0.141 - - [2026-03-02 02:03:04] "POST /fqname-to-id HTTP/1.1" 404 234 0.002487 10.0.0.141 - - [2026-03-02 02:03:04] "GET /project/18ae5312-2ba2-4da9-a641-e9684defc77f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.417702 10.0.0.141 - - [2026-03-02 02:03:04] "POST /access-control-lists HTTP/1.1" 200 597 0.060357 10.0.0.141 - - [2026-03-02 02:03:05] "GET / HTTP/1.1" 200 36215 0.002039 10.0.0.141 - - [2026-03-02 02:03:06] "GET /project/18ae5312-2ba2-4da9-a641-e9684defc77f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000413 10.0.0.141 - - [2026-03-02 02:03:06] "GET /projects?obj_uuids=18ae5312-2ba2-4da9-a641-e9684defc77f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000984 10.0.0.141 - - [2026-03-02 02:03:06] "GET /project/18ae5312-2ba2-4da9-a641-e9684defc77f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.044400 10.0.0.141 - - [2026-03-02 02:03:06] "POST /fqname-to-id HTTP/1.1" 404 180 0.002047 10.0.0.141 - - [2026-03-02 02:03:06] "POST /virtual-DNSs HTTP/1.1" 200 509 0.019150 10.0.0.141 - - [2026-03-02 02:03:06] "GET /virtual-DNS/92462dc0-57b9-4322-b662-659367cb8085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.004120 10.0.0.141 - - [2026-03-02 02:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.141 - - [2026-03-02 02:03:07] "GET /virtual-DNS/92462dc0-57b9-4322-b662-659367cb8085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.003010 10.0.0.141 - - [2026-03-02 02:03:07] "GET /domains HTTP/1.1" 401 293 0.000411 10.0.0.141 - - [2026-03-02 02:03:07] "GET /domains HTTP/1.1" 200 281 0.022685 10.0.0.141 - - [2026-03-02 02:03:07] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000826 10.0.0.141 - - [2026-03-02 02:03:07] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 2971 0.006060 10.0.0.141 - - [2026-03-02 02:03:07] "GET /virtual-DNS/92462dc0-57b9-4322-b662-659367cb8085 HTTP/1.1" 200 1441 0.003047 10.0.0.141 - - [2026-03-02 02:03:07] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.001544 10.0.0.141 - - [2026-03-02 02:03:07] "POST /network-ipams HTTP/1.1" 200 516 0.012374 10.0.0.141 - - [2026-03-02 02:03:07] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 754 0.002432 10.0.0.141 - - [2026-03-02 02:03:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002399 10.0.0.141 - - [2026-03-02 02:03:07] "GET /network-ipam/f3d64b21-e71a-4c75-8e78-2e0c4923e886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1403 0.003972 10.0.0.141 - - [2026-03-02 02:03:07] "PUT /network-ipam/f3d64b21-e71a-4c75-8e78-2e0c4923e886 HTTP/1.1" 200 259 0.007762 10.0.0.141 - - [2026-03-02 02:03:07] "POST /ref-update HTTP/1.1" 200 156 0.007105 10.0.0.141 - - [2026-03-02 02:03:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002442 10.0.0.141 - - [2026-03-02 02:03:07] "GET /projects?obj_uuids=18ae5312-2ba2-4da9-a641-e9684defc77f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001029 10.0.0.141 - - [2026-03-02 02:03:07] "GET /project/18ae5312-2ba2-4da9-a641-e9684defc77f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.020810 10.0.0.141 - - [2026-03-02 02:03:07] "POST /neutron/network HTTP/1.1" 200 117 0.027758 10.0.0.141 - - [2026-03-02 02:03:07] "GET /projects?obj_uuids=18ae5312-2ba2-4da9-a641-e9684defc77f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000951 10.0.0.141 - - [2026-03-02 02:03:07] "POST /neutron/network HTTP/1.1" 200 618 0.051842 10.0.0.141 - - [2026-03-02 02:03:07] "POST /route-targets HTTP/1.1" 200 328 0.009705 10.0.0.141 - - [2026-03-02 02:03:07] "POST /ref-update HTTP/1.1" 200 156 0.008686 10.0.0.141 - - [2026-03-02 02:03:08] "POST /useragent-kv HTTP/1.1" 200 115 0.004359 10.0.0.141 - - [2026-03-02 02:03:08] "POST /neutron/subnet HTTP/1.1" 200 711 0.196422 10.0.0.141 - - [2026-03-02 02:03:08] "POST /neutron/network HTTP/1.1" 200 833 0.005890 10.0.0.141 - - [2026-03-02 02:03:08] "POST /id-to-fqname HTTP/1.1" 200 227 0.001079 10.0.0.141 - - [2026-03-02 02:03:08] "GET /virtual-network/3018ab35-4be0-4c42-9f18-7f9f0ba8bb95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003963 10.0.0.141 - - [2026-03-02 02:03:08] "POST /neutron/network HTTP/1.1" 200 833 0.005908 10.0.0.141 - - [2026-03-02 02:03:08] "GET /virtual-network/3018ab35-4be0-4c42-9f18-7f9f0ba8bb95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003951 10.0.0.141 - - [2026-03-02 02:03:08] "POST /neutron/network HTTP/1.1" 200 833 0.004625 10.0.0.141 - - [2026-03-02 02:03:08] "POST /neutron/subnet HTTP/1.1" 200 711 0.005344 10.0.0.141 - - [2026-03-02 02:03:08] "POST /neutron/network HTTP/1.1" 200 807 0.007301 10.0.0.141 - - [2026-03-02 02:03:08] "POST /neutron/network HTTP/1.1" 200 833 0.004279 10.0.0.141 - - [2026-03-02 02:03:08] "POST /id-to-fqname HTTP/1.1" 200 227 0.001061 10.0.0.141 - - [2026-03-02 02:03:08] "POST /neutron/network HTTP/1.1" 200 843 0.006397 10.0.0.141 - - [2026-03-02 02:03:08] "GET /aaa-mode HTTP/1.1" 401 293 0.000409 10.0.0.141 - - [2026-03-02 02:03:08] "GET / HTTP/1.1" 200 36215 0.001549 10.0.0.141 - - [2026-03-02 02:03:08] "GET /project/18ae5312-2ba2-4da9-a641-e9684defc77f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000365 10.0.0.141 - - [2026-03-02 02:03:09] "GET /projects?obj_uuids=18ae5312-2ba2-4da9-a641-e9684defc77f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000956 10.0.0.141 - - [2026-03-02 02:03:09] "GET /project/18ae5312-2ba2-4da9-a641-e9684defc77f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.045027 10.0.0.141 - - [2026-03-02 02:03:09] "POST /neutron/network HTTP/1.1" 200 833 0.006471 10.0.0.141 - - [2026-03-02 02:03:09] "POST /neutron/port HTTP/1.1" 200 117 0.004783 10.0.0.141 - - [2026-03-02 02:03:09] "POST /neutron/port HTTP/1.1" 200 117 0.004326 10.0.0.141 - - [2026-03-02 02:03:09] "POST /neutron/port HTTP/1.1" 200 117 0.004212 10.0.0.141 - - [2026-03-02 02:03:09] "POST /neutron/network HTTP/1.1" 200 843 0.006194 10.0.0.141 - - [2026-03-02 02:03:09] "GET /projects?obj_uuids=18ae5312-2ba2-4da9-a641-e9684defc77f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001331 10.0.0.141 - - [2026-03-02 02:03:09] "POST /neutron/port HTTP/1.1" 200 1058 0.181738 10.0.0.141 - - [2026-03-02 02:03:10] "POST /neutron/port HTTP/1.1" 200 1058 0.009820 10.0.0.141 - - [2026-03-02 02:03:10] "POST /neutron/port HTTP/1.1" 200 1058 0.008536 10.0.0.141 - - [2026-03-02 02:03:10] "POST /neutron/port HTTP/1.1" 200 1112 0.048127 10.0.0.141 - - [2026-03-02 02:03:10] "POST /neutron/port HTTP/1.1" 200 1122 0.012999 10.0.0.141 - - [2026-03-02 02:03:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003663 10.0.0.141 - - [2026-03-02 02:03:10] "POST /neutron/subnet HTTP/1.1" 200 685 0.006799 10.0.0.141 - - [2026-03-02 02:03:10] "POST /neutron/port HTTP/1.1" 200 117 0.001430 10.0.0.141 - - [2026-03-02 02:03:10] "POST /neutron/network HTTP/1.1" 200 833 0.004804 10.0.0.141 - - [2026-03-02 02:03:14] "POST /neutron/port HTTP/1.1" 200 1122 0.010902 10.0.0.141 - - [2026-03-02 02:03:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005653 10.0.0.141 - - [2026-03-02 02:03:14] "POST /neutron/port HTTP/1.1" 200 1122 0.010878 10.0.0.141 - - [2026-03-02 02:03:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005539 10.0.0.141 - - [2026-03-02 02:03:14] "POST /neutron/port HTTP/1.1" 200 1122 0.012441 10.0.0.141 - - [2026-03-02 02:03:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005512 10.0.0.141 - - [2026-03-02 02:03:14] "GET /virtual-machine/0e2e2beb-7c1a-472c-bebf-bd1029676c2d HTTP/1.1" 200 1295 0.004387 10.0.0.141 - - [2026-03-02 02:03:14] "GET /virtual-machine-interface/0504cbc9-8d94-4786-9042-c17dc5e0858f HTTP/1.1" 200 2970 0.004190 10.0.0.141 - - [2026-03-02 02:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002374 10.0.0.141 - - [2026-03-02 02:03:14] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002422 10.0.0.141 - - [2026-03-02 02:03:14] "GET /virtual-networks?parent_id=18ae5312-2ba2-4da9-a641-e9684defc77f&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002721 10.0.0.141 - - [2026-03-02 02:03:14] "GET /virtual-network/3018ab35-4be0-4c42-9f18-7f9f0ba8bb95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005652 10.0.0.141 - - [2026-03-02 02:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002666 10.0.0.141 - - [2026-03-02 02:03:17] "GET /virtual-network/3018ab35-4be0-4c42-9f18-7f9f0ba8bb95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004892 10.0.0.141 - - [2026-03-02 02:03:18] "POST /neutron/port HTTP/1.1" 200 1122 0.011662 10.0.0.141 - - [2026-03-02 02:03:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004613 10.0.0.141 - - [2026-03-02 02:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002625 10.0.0.141 - - [2026-03-02 02:03:20] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002997 10.0.0.141 - - [2026-03-02 02:03:20] "GET /virtual-networks?parent_id=18ae5312-2ba2-4da9-a641-e9684defc77f&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002820 10.0.0.141 - - [2026-03-02 02:03:20] "GET /virtual-network/3018ab35-4be0-4c42-9f18-7f9f0ba8bb95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004716 10.0.0.141 - - [2026-03-02 02:03:20] "POST /neutron/port HTTP/1.1" 200 1122 0.010991 10.0.0.141 - - [2026-03-02 02:03:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004794 10.0.0.141 - - [2026-03-02 02:03:29] "POST /neutron/network HTTP/1.1" 200 807 0.008437 10.0.0.141 - - [2026-03-02 02:03:29] "POST /neutron/network HTTP/1.1" 200 833 0.004907 10.0.0.141 - - [2026-03-02 02:03:29] "POST /id-to-fqname HTTP/1.1" 200 227 0.001174 10.0.0.141 - - [2026-03-02 02:03:29] "POST /neutron/port HTTP/1.1" 200 1122 0.010383 10.0.0.141 - - [2026-03-02 02:03:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005348 10.0.0.141 - - [2026-03-02 02:03:29] "POST /neutron/network HTTP/1.1" 200 843 0.004981 10.0.0.141 - - [2026-03-02 02:03:30] "GET /aaa-mode HTTP/1.1" 401 293 0.000452 10.0.0.141 - - [2026-03-02 02:03:30] "GET / HTTP/1.1" 200 36215 0.002051 10.0.0.141 - - [2026-03-02 02:03:30] "GET /project/18ae5312-2ba2-4da9-a641-e9684defc77f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000466 10.0.0.141 - - [2026-03-02 02:03:30] "GET /projects?obj_uuids=18ae5312-2ba2-4da9-a641-e9684defc77f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001024 10.0.0.141 - - [2026-03-02 02:03:30] "GET /project/18ae5312-2ba2-4da9-a641-e9684defc77f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.049177 10.0.0.141 - - [2026-03-02 02:03:30] "POST /neutron/network HTTP/1.1" 200 833 0.027303 10.0.0.141 - - [2026-03-02 02:03:30] "POST /neutron/port HTTP/1.1" 200 1122 0.011832 10.0.0.141 - - [2026-03-02 02:03:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004767 10.0.0.141 - - [2026-03-02 02:03:30] "DELETE /project/18ae53122ba24da9a641e9684defc77f HTTP/1.1" 404 173 0.005284 10.0.0.141 - - [2026-03-02 02:03:30] "GET /projects?obj_uuids=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000801 10.0.0.141 - - [2026-03-02 02:03:30] "GET /project/a49328be-a0a8-4fb1-a70e-defdfda44114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.020215 10.0.0.141 - - [2026-03-02 02:03:30] "POST /neutron/port HTTP/1.1" 200 117 0.007703 10.0.0.141 - - [2026-03-02 02:03:30] "GET /projects?obj_uuids=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000807 10.0.0.141 - - [2026-03-02 02:03:30] "POST /neutron/port HTTP/1.1" 200 117 0.004028 10.0.0.141 - - [2026-03-02 02:03:31] "GET /project/a49328be-a0a8-4fb1-a70e-defdfda44114?fields=security_groups HTTP/1.1" 200 1358 0.066275 10.0.0.141 - - [2026-03-02 02:03:31] "DELETE /security-group/6f152983-e70f-4581-877d-72d376302ea1 HTTP/1.1" 200 115 0.031572 10.0.0.141 - - [2026-03-02 02:03:31] "GET /projects?obj_uuids=a49328be-a0a8-4fb1-a70e-defdfda44114&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002544 10.0.0.141 - - [2026-03-02 02:03:31] "DELETE /access-control-list/e50174f4-1ebb-4a83-9e94-ae4cd45aa50d HTTP/1.1" 200 115 0.025022 10.0.0.141 - - [2026-03-02 02:03:31] "GET /project/a49328be-a0a8-4fb1-a70e-defdfda44114?fields=application_policy_sets HTTP/1.1" 200 1397 0.025651 10.0.0.141 - - [2026-03-02 02:03:31] "DELETE /access-control-list/130be751-4b33-4634-a121-81e5a4cd17fe HTTP/1.1" 200 115 0.022112 10.0.0.141 - - [2026-03-02 02:03:31] "DELETE /project/a49328be-a0a8-4fb1-a70e-defdfda44114 HTTP/1.1" 200 115 0.290146 10.0.0.141 - - [2026-03-02 02:03:31] "POST /neutron/network HTTP/1.1" 200 843 0.004639 10.0.0.141 - - [2026-03-02 02:03:31] "GET /projects?obj_uuids=18ae5312-2ba2-4da9-a641-e9684defc77f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000962 10.0.0.141 - - [2026-03-02 02:03:31] "POST /neutron/port HTTP/1.1" 200 1058 0.158939 10.0.0.141 - - [2026-03-02 02:03:31] "POST /neutron/port HTTP/1.1" 200 1058 0.033529 10.0.0.141 - - [2026-03-02 02:03:31] "POST /neutron/port HTTP/1.1" 200 1058 0.008432 10.0.0.141 - - [2026-03-02 02:03:31] "POST /neutron/port HTTP/1.1" 200 1112 0.053182 10.0.0.141 - - [2026-03-02 02:03:31] "POST /neutron/port HTTP/1.1" 200 1122 0.009897 10.0.0.141 - - [2026-03-02 02:03:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002750 10.0.0.141 - - [2026-03-02 02:03:31] "POST /neutron/subnet HTTP/1.1" 200 685 0.005866 10.0.0.141 - - [2026-03-02 02:03:31] "POST /neutron/port HTTP/1.1" 200 117 0.001085 10.0.0.141 - - [2026-03-02 02:03:31] "POST /neutron/network HTTP/1.1" 200 833 0.004495 10.0.0.141 - - [2026-03-02 02:03:36] "POST /neutron/port HTTP/1.1" 200 1122 0.010526 10.0.0.141 - - [2026-03-02 02:03:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005286 10.0.0.141 - - [2026-03-02 02:03:36] "POST /neutron/port HTTP/1.1" 200 1122 0.010173 10.0.0.141 - - [2026-03-02 02:03:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004848 10.0.0.141 - - [2026-03-02 02:03:36] "POST /neutron/port HTTP/1.1" 200 1122 0.010472 10.0.0.141 - - [2026-03-02 02:03:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004808 10.0.0.141 - - [2026-03-02 02:03:36] "GET /virtual-machine/ee7ccfaa-7b14-44e9-8bd5-bd911549e3b2 HTTP/1.1" 200 1296 0.003561 10.0.0.141 - - [2026-03-02 02:03:36] "GET /virtual-machine-interface/0705ba31-6e77-4545-9ef3-c73daaf402a6 HTTP/1.1" 200 2970 0.003907 10.0.0.141 - - [2026-03-02 02:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.141 - - [2026-03-02 02:03:36] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.008653 10.0.0.141 - - [2026-03-02 02:03:36] "GET /virtual-networks?parent_id=18ae5312-2ba2-4da9-a641-e9684defc77f&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002828 10.0.0.141 - - [2026-03-02 02:03:36] "GET /virtual-network/3018ab35-4be0-4c42-9f18-7f9f0ba8bb95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005449 10.0.0.141 - - [2026-03-02 02:03:38] "GET /obj-perms HTTP/1.1" 200 5075 0.055011 10.0.0.141 - - [2026-03-02 02:03:38] "GET /obj-perms HTTP/1.1" 200 5075 0.048317 10.0.0.141 - - [2026-03-02 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002508 10.0.0.141 - - [2026-03-02 02:03:39] "GET /virtual-network/3018ab35-4be0-4c42-9f18-7f9f0ba8bb95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004173 10.0.0.141 - - [2026-03-02 02:03:39] "POST /neutron/port HTTP/1.1" 200 1122 0.010217 10.0.0.141 - - [2026-03-02 02:03:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004138 10.0.0.141 - - [2026-03-02 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002456 10.0.0.141 - - [2026-03-02 02:03:41] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002876 10.0.0.141 - - [2026-03-02 02:03:41] "GET /virtual-networks?parent_id=18ae5312-2ba2-4da9-a641-e9684defc77f&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002777 10.0.0.141 - - [2026-03-02 02:03:41] "GET /virtual-network/3018ab35-4be0-4c42-9f18-7f9f0ba8bb95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005410 10.0.0.141 - - [2026-03-02 02:03:41] "POST /neutron/port HTTP/1.1" 200 1122 0.010874 10.0.0.141 - - [2026-03-02 02:03:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005090 10.0.0.141 - - [2026-03-02 02:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002631 10.0.0.141 - - [2026-03-02 02:03:53] "DELETE /virtual-DNS/92462dc0-57b9-4322-b662-659367cb8085 HTTP/1.1" 409 236 0.004694 10.0.0.141 - - [2026-03-02 02:03:53] "POST /fqname-to-id HTTP/1.1" 404 192 0.002672 10.0.0.141 - - [2026-03-02 02:03:53] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.017856 10.0.0.141 - - [2026-03-02 02:03:53] "GET /virtual-DNS-record/97f06056-6fe5-40d4-8419-de6dfcfc562b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.004858 10.0.0.141 - - [2026-03-02 02:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002366 10.0.0.141 - - [2026-03-02 02:03:53] "GET /virtual-DNS-record/97f06056-6fe5-40d4-8419-de6dfcfc562b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.002765 10.0.0.141 - - [2026-03-02 02:03:53] "GET /domains HTTP/1.1" 200 281 0.002564 10.0.0.141 - - [2026-03-02 02:03:53] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000788 10.0.0.141 - - [2026-03-02 02:03:53] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 2786 0.007313 10.0.0.141 - - [2026-03-02 02:03:53] "GET /virtual-DNS/92462dc0-57b9-4322-b662-659367cb8085 HTTP/1.1" 200 1912 0.002967 10.0.0.141 - - [2026-03-02 02:03:53] "GET /virtual-DNS-record/97f06056-6fe5-40d4-8419-de6dfcfc562b HTTP/1.1" 200 1338 0.001960 10.0.0.141 - - [2026-03-02 02:03:59] "DELETE /virtual-DNS-record/97f06056-6fe5-40d4-8419-de6dfcfc562b HTTP/1.1" 200 115 0.014941 10.0.0.141 - - [2026-03-02 02:03:59] "POST /fqname-to-id HTTP/1.1" 404 184 0.002126 10.0.0.141 - - [2026-03-02 02:03:59] "POST /neutron/network HTTP/1.1" 200 833 0.004498 10.0.0.141 - - [2026-03-02 02:03:59] "POST /neutron/network HTTP/1.1" 400 204 0.009227 10.0.0.141 - - [2026-03-02 02:03:59] "POST /neutron/port HTTP/1.1" 200 1122 0.009507 10.0.0.141 - - [2026-03-02 02:03:59] "POST /neutron/port HTTP/1.1" 200 1112 0.008811 10.0.0.141 - - [2026-03-02 02:03:59] "POST /neutron/port HTTP/1.1" 200 1122 0.015837 10.0.0.141 - - [2026-03-02 02:03:59] "POST /neutron/port HTTP/1.1" 200 151 0.091515 10.0.0.141 - - [2026-03-02 02:03:59] "POST /neutron/port HTTP/1.1" 200 1112 0.012536 10.0.0.141 - - [2026-03-02 02:04:00] "POST /neutron/port HTTP/1.1" 200 151 0.091904 10.0.0.141 - - [2026-03-02 02:04:01] "POST /neutron/network HTTP/1.1" 200 833 0.005060 10.0.0.141 - - [2026-03-02 02:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004525 10.0.0.141 - - [2026-03-02 02:04:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002750 10.0.0.141 - - [2026-03-02 02:04:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002075 10.0.0.141 - - [2026-03-02 02:04:01] "POST /neutron/network HTTP/1.1" 200 151 0.182150 10.0.0.141 - - [2026-03-02 02:04:01] "DELETE /route-target/6342d97d-6801-4042-a84e-1270a8cb79d2 HTTP/1.1" 200 115 0.038798 10.0.0.141 - - [2026-03-02 02:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002326 10.0.0.141 - - [2026-03-02 02:04:01] "DELETE /network-ipam/f3d64b21-e71a-4c75-8e78-2e0c4923e886 HTTP/1.1" 200 115 0.019979 10.0.0.141 - - [2026-03-02 02:04:01] "DELETE /virtual-DNS/92462dc0-57b9-4322-b662-659367cb8085 HTTP/1.1" 200 115 0.016246 10.0.0.141 - - [2026-03-02 02:04:01] "POST /fqname-to-id HTTP/1.1" 404 180 0.001920 10.0.0.141 - - [2026-03-02 02:04:01] "GET /domains HTTP/1.1" 200 281 0.002343 10.0.0.141 - - [2026-03-02 02:04:01] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001139 10.0.0.141 - - [2026-03-02 02:04:01] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 2585 0.007892 10.0.0.141 - - [2026-03-02 02:04:02] "GET /projects?obj_uuids=18ae5312-2ba2-4da9-a641-e9684defc77f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000883 10.0.0.141 - - [2026-03-02 02:04:02] "GET /project/18ae5312-2ba2-4da9-a641-e9684defc77f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.021205 10.0.0.141 - - [2026-03-02 02:04:02] "GET /projects?obj_uuids=18ae5312-2ba2-4da9-a641-e9684defc77f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000846 10.0.0.141 - - [2026-03-02 02:04:02] "GET /project/18ae5312-2ba2-4da9-a641-e9684defc77f?fields=virtual_networks HTTP/1.1" 200 1035 0.059437 10.0.0.141 - - [2026-03-02 02:04:02] "GET /projects?obj_uuids=18ae5312-2ba2-4da9-a641-e9684defc77f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000882 10.0.0.141 - - [2026-03-02 02:04:02] "GET /project/18ae5312-2ba2-4da9-a641-e9684defc77f?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.022034 10.0.0.141 - - [2026-03-02 02:04:02] "GET /projects?obj_uuids=18ae5312-2ba2-4da9-a641-e9684defc77f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000885 10.0.0.141 - - [2026-03-02 02:04:02] "GET /project/18ae5312-2ba2-4da9-a641-e9684defc77f?fields=security_groups HTTP/1.1" 200 1263 0.020339 10.0.0.141 - - [2026-03-02 02:04:03] "POST /fqname-to-id HTTP/1.1" 404 189 0.027755 10.0.0.141 - - [2026-03-02 02:04:03] "GET /projects?obj_uuids=6b4f49ca-4f47-4c24-a628-cc278510bd21&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002497 10.0.0.141 - - [2026-03-02 02:04:03] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001779 10.0.0.141 - - [2026-03-02 02:04:03] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009326 10.0.0.141 - - [2026-03-02 02:04:03] "POST /id-to-fqname HTTP/1.1" 200 191 0.001429 10.0.0.141 - - [2026-03-02 02:04:03] "POST /fqname-to-id HTTP/1.1" 404 200 0.002239 10.0.0.141 - - [2026-03-02 02:04:03] "POST /security-groups HTTP/1.1" 200 592 0.060244 10.0.0.141 - - [2026-03-02 02:04:03] "POST /fqname-to-id HTTP/1.1" 404 235 0.002423 10.0.0.141 - - [2026-03-02 02:04:03] "POST /projects HTTP/1.1" 200 587 0.203218 10.0.0.141 - - [2026-03-02 02:04:03] "POST /access-control-lists HTTP/1.1" 200 599 0.054297 10.0.0.141 - - [2026-03-02 02:04:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.279877 10.0.0.141 - - [2026-03-02 02:04:03] "POST /fqname-to-id HTTP/1.1" 404 234 0.002451 10.0.0.141 - - [2026-03-02 02:04:03] "GET /project/6b4f49ca-4f47-4c24-a628-cc278510bd21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.406362 10.0.0.141 - - [2026-03-02 02:04:03] "POST /access-control-lists HTTP/1.1" 200 597 0.056481 10.0.0.141 - - [2026-03-02 02:04:04] "GET / HTTP/1.1" 200 36215 0.001748 10.0.0.141 - - [2026-03-02 02:04:05] "POST /fqname-to-id HTTP/1.1" 401 293 0.000444 10.0.0.141 - - [2026-03-02 02:04:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.050183 10.0.0.141 - - [2026-03-02 02:04:05] "GET /projects?obj_uuids=6b4f49ca-4f47-4c24-a628-cc278510bd21&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000848 10.0.0.141 - - [2026-03-02 02:04:05] "GET /project/6b4f49ca-4f47-4c24-a628-cc278510bd21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.017524 10.0.0.141 - - [2026-03-02 02:04:05] "POST /neutron/network HTTP/1.1" 200 117 0.027216 10.0.0.141 - - [2026-03-02 02:04:05] "GET /projects?obj_uuids=6b4f49ca-4f47-4c24-a628-cc278510bd21&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001994 10.0.0.141 - - [2026-03-02 02:04:05] "POST /neutron/network HTTP/1.1" 200 606 0.052441 10.0.0.141 - - [2026-03-02 02:04:05] "POST /route-targets HTTP/1.1" 200 328 0.008512 10.0.0.141 - - [2026-03-02 02:04:05] "POST /ref-update HTTP/1.1" 200 156 0.013919 10.0.0.141 - - [2026-03-02 02:04:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001768 10.0.0.141 - - [2026-03-02 02:04:05] "POST /neutron/subnet HTTP/1.1" 200 725 0.197450 10.0.0.141 - - [2026-03-02 02:04:05] "POST /neutron/network HTTP/1.1" 200 825 0.004371 10.0.0.141 - - [2026-03-02 02:04:05] "POST /id-to-fqname HTTP/1.1" 200 221 0.000913 10.0.0.141 - - [2026-03-02 02:04:05] "GET /virtual-network/995a96ba-51c7-4b4c-9446-eec77062fc26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.003692 10.0.0.141 - - [2026-03-02 02:04:05] "POST /neutron/network HTTP/1.1" 200 825 0.004960 10.0.0.141 - - [2026-03-02 02:04:05] "GET /virtual-network/995a96ba-51c7-4b4c-9446-eec77062fc26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004118 10.0.0.141 - - [2026-03-02 02:04:06] "POST /neutron/network HTTP/1.1" 200 825 0.004805 10.0.0.141 - - [2026-03-02 02:04:06] "POST /neutron/subnet HTTP/1.1" 200 725 0.005404 10.0.0.141 - - [2026-03-02 02:04:06] "POST /id-to-fqname HTTP/1.1" 200 221 0.000977 10.0.0.141 - - [2026-03-02 02:04:06] "POST /neutron/network HTTP/1.1" 200 835 0.004448 10.0.0.141 - - [2026-03-02 02:04:06] "GET /aaa-mode HTTP/1.1" 401 293 0.000345 10.0.0.141 - - [2026-03-02 02:04:06] "GET / HTTP/1.1" 200 36215 0.002120 10.0.0.141 - - [2026-03-02 02:04:06] "GET /project/6b4f49ca-4f47-4c24-a628-cc278510bd21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000442 10.0.0.141 - - [2026-03-02 02:04:06] "GET /projects?obj_uuids=6b4f49ca-4f47-4c24-a628-cc278510bd21&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000966 10.0.0.141 - - [2026-03-02 02:04:06] "GET /project/6b4f49ca-4f47-4c24-a628-cc278510bd21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.039591 10.0.0.141 - - [2026-03-02 02:04:06] "POST /neutron/network HTTP/1.1" 200 825 0.004129 10.0.0.141 - - [2026-03-02 02:04:07] "POST /neutron/port HTTP/1.1" 200 117 0.004193 10.0.0.141 - - [2026-03-02 02:04:07] "POST /neutron/port HTTP/1.1" 200 117 0.004282 10.0.0.141 - - [2026-03-02 02:04:07] "POST /id-to-fqname HTTP/1.1" 200 221 0.001124 10.0.0.141 - - [2026-03-02 02:04:07] "POST /neutron/port HTTP/1.1" 200 117 0.004438 10.0.0.141 - - [2026-03-02 02:04:07] "POST /neutron/network HTTP/1.1" 200 835 0.004993 10.0.0.141 - - [2026-03-02 02:04:07] "GET /aaa-mode HTTP/1.1" 401 293 0.000431 10.0.0.141 - - [2026-03-02 02:04:07] "POST /neutron/network HTTP/1.1" 200 835 0.004414 10.0.0.141 - - [2026-03-02 02:04:07] "GET /projects?obj_uuids=6b4f49ca-4f47-4c24-a628-cc278510bd21&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001151 10.0.0.141 - - [2026-03-02 02:04:07] "GET / HTTP/1.1" 200 36215 0.001558 10.0.0.141 - - [2026-03-02 02:04:07] "GET /project/6b4f49ca-4f47-4c24-a628-cc278510bd21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000336 10.0.0.141 - - [2026-03-02 02:04:07] "POST /neutron/port HTTP/1.1" 200 1061 0.166192 10.0.0.141 - - [2026-03-02 02:04:07] "POST /neutron/port HTTP/1.1" 200 1061 0.010569 10.0.0.141 - - [2026-03-02 02:04:07] "POST /neutron/port HTTP/1.1" 200 1061 0.007849 10.0.0.141 - - [2026-03-02 02:04:07] "POST /neutron/port HTTP/1.1" 200 1115 0.048124 10.0.0.141 - - [2026-03-02 02:04:07] "POST /neutron/port HTTP/1.1" 200 1125 0.010603 10.0.0.141 - - [2026-03-02 02:04:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002697 10.0.0.141 - - [2026-03-02 02:04:07] "POST /neutron/subnet HTTP/1.1" 200 699 0.005249 10.0.0.141 - - [2026-03-02 02:04:07] "POST /neutron/port HTTP/1.1" 200 117 0.000976 10.0.0.141 - - [2026-03-02 02:04:07] "POST /neutron/network HTTP/1.1" 200 825 0.004109 10.0.0.141 - - [2026-03-02 02:04:07] "GET /projects?obj_uuids=6b4f49ca-4f47-4c24-a628-cc278510bd21&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000893 10.0.0.141 - - [2026-03-02 02:04:07] "GET /project/6b4f49ca-4f47-4c24-a628-cc278510bd21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.042274 10.0.0.141 - - [2026-03-02 02:04:07] "POST /neutron/network HTTP/1.1" 200 825 0.004315 10.0.0.141 - - [2026-03-02 02:04:08] "POST /neutron/port HTTP/1.1" 200 1125 0.012442 10.0.0.141 - - [2026-03-02 02:04:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005069 10.0.0.141 - - [2026-03-02 02:04:08] "POST /neutron/port HTTP/1.1" 200 117 0.004191 10.0.0.141 - - [2026-03-02 02:04:08] "POST /neutron/port HTTP/1.1" 200 1125 0.010316 10.0.0.141 - - [2026-03-02 02:04:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005073 10.0.0.141 - - [2026-03-02 02:04:08] "POST /neutron/network HTTP/1.1" 200 835 0.004537 10.0.0.141 - - [2026-03-02 02:04:08] "GET /projects?obj_uuids=6b4f49ca-4f47-4c24-a628-cc278510bd21&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000903 10.0.0.141 - - [2026-03-02 02:04:08] "POST /neutron/port HTTP/1.1" 200 1061 0.215948 10.0.0.141 - - [2026-03-02 02:04:08] "POST /neutron/port HTTP/1.1" 200 1061 0.015383 10.0.0.141 - - [2026-03-02 02:04:08] "POST /neutron/port HTTP/1.1" 200 1061 0.010205 10.0.0.141 - - [2026-03-02 02:04:08] "POST /neutron/port HTTP/1.1" 200 1115 0.061082 10.0.0.141 - - [2026-03-02 02:04:08] "POST /neutron/port HTTP/1.1" 200 1125 0.012765 10.0.0.141 - - [2026-03-02 02:04:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003437 10.0.0.141 - - [2026-03-02 02:04:08] "POST /neutron/subnet HTTP/1.1" 200 699 0.007430 10.0.0.141 - - [2026-03-02 02:04:08] "POST /neutron/port HTTP/1.1" 200 117 0.001116 10.0.0.141 - - [2026-03-02 02:04:08] "POST /neutron/network HTTP/1.1" 200 825 0.004823 10.0.0.141 - - [2026-03-02 02:04:13] "POST /neutron/port HTTP/1.1" 200 1125 0.010128 10.0.0.141 - - [2026-03-02 02:04:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005004 10.0.0.141 - - [2026-03-02 02:04:13] "POST /neutron/port HTTP/1.1" 200 1125 0.009866 10.0.0.141 - - [2026-03-02 02:04:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004460 10.0.0.141 - - [2026-03-02 02:04:13] "POST /neutron/port HTTP/1.1" 200 1125 0.010773 10.0.0.141 - - [2026-03-02 02:04:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004837 10.0.0.141 - - [2026-03-02 02:04:13] "GET /virtual-machine/dbdad168-d00c-4074-a3f0-06f162b979b9 HTTP/1.1" 401 293 0.000379 10.0.0.141 - - [2026-03-02 02:04:13] "GET /virtual-machine/dbdad168-d00c-4074-a3f0-06f162b979b9 HTTP/1.1" 200 1296 0.025624 10.0.0.141 - - [2026-03-02 02:04:13] "GET /virtual-machine-interface/2f273df6-9c9d-4c3a-8a53-38c844906a98 HTTP/1.1" 200 2952 0.004457 10.0.0.141 - - [2026-03-02 02:04:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.141 - - [2026-03-02 02:04:13] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002840 10.0.0.141 - - [2026-03-02 02:04:13] "GET /virtual-networks?parent_id=6b4f49ca-4f47-4c24-a628-cc278510bd21&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002543 10.0.0.141 - - [2026-03-02 02:04:13] "GET /virtual-network/995a96ba-51c7-4b4c-9446-eec77062fc26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005150 10.0.0.141 - - [2026-03-02 02:04:16] "POST /neutron/port HTTP/1.1" 200 1125 0.040221 10.0.0.141 - - [2026-03-02 02:04:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004730 10.0.0.141 - - [2026-03-02 02:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002491 10.0.0.141 - - [2026-03-02 02:04:16] "GET /virtual-network/995a96ba-51c7-4b4c-9446-eec77062fc26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004102 10.0.0.141 - - [2026-03-02 02:04:17] "POST /neutron/port HTTP/1.1" 200 1125 0.011343 10.0.0.141 - - [2026-03-02 02:04:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004373 10.0.0.141 - - [2026-03-02 02:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002699 10.0.0.141 - - [2026-03-02 02:04:19] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003057 10.0.0.141 - - [2026-03-02 02:04:19] "GET /virtual-networks?parent_id=6b4f49ca-4f47-4c24-a628-cc278510bd21&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002670 10.0.0.141 - - [2026-03-02 02:04:19] "GET /virtual-network/995a96ba-51c7-4b4c-9446-eec77062fc26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004622 10.0.0.141 - - [2026-03-02 02:04:19] "POST /neutron/port HTTP/1.1" 200 1125 0.010505 10.0.0.141 - - [2026-03-02 02:04:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005570 10.0.0.141 - - [2026-03-02 02:04:19] "POST /neutron/port HTTP/1.1" 200 1125 0.010684 10.0.0.141 - - [2026-03-02 02:04:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004997 10.0.0.141 - - [2026-03-02 02:04:19] "POST /neutron/port HTTP/1.1" 200 1125 0.009920 10.0.0.141 - - [2026-03-02 02:04:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004721 10.0.0.141 - - [2026-03-02 02:04:19] "GET /virtual-machine/b89a95fe-80fc-4c38-b1ea-a3d9d3e10d3c HTTP/1.1" 200 1296 0.003655 10.0.0.141 - - [2026-03-02 02:04:19] "GET /virtual-machine-interface/7378d717-64e8-44fa-bbcd-910a9ff0552a HTTP/1.1" 200 2953 0.003823 10.0.0.141 - - [2026-03-02 02:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002445 10.0.0.141 - - [2026-03-02 02:04:19] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002829 10.0.0.141 - - [2026-03-02 02:04:19] "GET /virtual-networks?parent_id=6b4f49ca-4f47-4c24-a628-cc278510bd21&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002746 10.0.0.141 - - [2026-03-02 02:04:19] "GET /virtual-network/995a96ba-51c7-4b4c-9446-eec77062fc26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005017 10.0.0.141 - - [2026-03-02 02:04:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002477 10.0.0.141 - - [2026-03-02 02:04:20] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002286 10.0.0.141 - - [2026-03-02 02:04:20] "GET /virtual-networks?parent_id=6b4f49ca-4f47-4c24-a628-cc278510bd21&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002434 10.0.0.141 - - [2026-03-02 02:04:20] "GET /virtual-network/995a96ba-51c7-4b4c-9446-eec77062fc26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006366 10.0.0.141 - - [2026-03-02 02:04:25] "POST /neutron/network HTTP/1.1" 200 825 0.006824 10.0.0.141 - - [2026-03-02 02:04:25] "POST /neutron/network HTTP/1.1" 400 204 0.007284 10.0.0.141 - - [2026-03-02 02:04:25] "POST /neutron/port HTTP/1.1" 200 1125 0.010522 10.0.0.141 - - [2026-03-02 02:04:25] "POST /neutron/port HTTP/1.1" 200 1115 0.008412 10.0.0.141 - - [2026-03-02 02:04:25] "POST /neutron/port HTTP/1.1" 200 1125 0.013958 10.0.0.141 - - [2026-03-02 02:04:25] "POST /neutron/port HTTP/1.1" 200 1115 0.013897 10.0.0.141 - - [2026-03-02 02:04:25] "POST /neutron/port HTTP/1.1" 200 151 0.101278 10.0.0.141 - - [2026-03-02 02:04:25] "POST /neutron/port HTTP/1.1" 200 151 0.102692 10.0.0.141 - - [2026-03-02 02:04:27] "POST /neutron/network HTTP/1.1" 200 825 0.005685 10.0.0.141 - - [2026-03-02 02:04:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003070 10.0.0.141 - - [2026-03-02 02:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.141 - - [2026-03-02 02:04:27] "POST /useragent-kv HTTP/1.1" 200 115 0.001542 10.0.0.141 - - [2026-03-02 02:04:27] "POST /neutron/network HTTP/1.1" 200 151 0.056257 10.0.0.141 - - [2026-03-02 02:04:27] "DELETE /route-target/ba813d7d-3825-4e20-8030-6508ecf2bce9 HTTP/1.1" 200 115 0.012146 10.0.0.141 - - [2026-03-02 02:04:27] "GET /projects?obj_uuids=6b4f49ca-4f47-4c24-a628-cc278510bd21&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000950 10.0.0.141 - - [2026-03-02 02:04:27] "GET /project/6b4f49ca-4f47-4c24-a628-cc278510bd21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.023148 10.0.0.141 - - [2026-03-02 02:04:27] "GET /projects?obj_uuids=6b4f49ca-4f47-4c24-a628-cc278510bd21&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000911 10.0.0.141 - - [2026-03-02 02:04:27] "GET /project/6b4f49ca-4f47-4c24-a628-cc278510bd21?fields=virtual_networks HTTP/1.1" 200 1035 0.065555 10.0.0.141 - - [2026-03-02 02:04:27] "GET /projects?obj_uuids=6b4f49ca-4f47-4c24-a628-cc278510bd21&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000880 10.0.0.141 - - [2026-03-02 02:04:27] "GET /project/6b4f49ca-4f47-4c24-a628-cc278510bd21?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.020433 10.0.0.141 - - [2026-03-02 02:04:27] "GET /projects?obj_uuids=6b4f49ca-4f47-4c24-a628-cc278510bd21&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001121 10.0.0.141 - - [2026-03-02 02:04:27] "GET /project/6b4f49ca-4f47-4c24-a628-cc278510bd21?fields=security_groups HTTP/1.1" 200 1263 0.022161 10.0.0.141 - - [2026-03-02 02:04:28] "POST /fqname-to-id HTTP/1.1" 404 188 0.023304 10.0.0.141 - - [2026-03-02 02:04:28] "GET /projects?obj_uuids=98647164-9cef-4af9-95be-9486239976f1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002002 10.0.0.141 - - [2026-03-02 02:04:28] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001007 10.0.0.141 - - [2026-03-02 02:04:28] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006156 10.0.0.141 - - [2026-03-02 02:04:28] "POST /id-to-fqname HTTP/1.1" 200 190 0.001033 10.0.0.141 - - [2026-03-02 02:04:28] "POST /fqname-to-id HTTP/1.1" 404 199 0.001914 10.0.0.141 - - [2026-03-02 02:04:29] "POST /security-groups HTTP/1.1" 200 591 0.059986 10.0.0.141 - - [2026-03-02 02:04:29] "POST /fqname-to-id HTTP/1.1" 404 234 0.002097 10.0.0.141 - - [2026-03-02 02:04:29] "POST /projects HTTP/1.1" 200 585 0.190484 10.0.0.141 - - [2026-03-02 02:04:29] "POST /access-control-lists HTTP/1.1" 200 598 0.055502 10.0.0.141 - - [2026-03-02 02:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.256610 10.0.0.141 - - [2026-03-02 02:04:29] "POST /fqname-to-id HTTP/1.1" 404 233 0.002334 10.0.0.141 - - [2026-03-02 02:04:29] "GET /project/98647164-9cef-4af9-95be-9486239976f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.366207 10.0.0.141 - - [2026-03-02 02:04:29] "POST /access-control-lists HTTP/1.1" 200 596 0.056457 10.0.0.141 - - [2026-03-02 02:04:30] "GET / HTTP/1.1" 200 36215 0.001918 10.0.0.141 - - [2026-03-02 02:04:30] "POST /fqname-to-id HTTP/1.1" 401 293 0.000439 10.0.0.141 - - [2026-03-02 02:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.052978 10.0.0.141 - - [2026-03-02 02:04:31] "GET /projects?obj_uuids=98647164-9cef-4af9-95be-9486239976f1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000860 10.0.0.141 - - [2026-03-02 02:04:31] "GET /project/98647164-9cef-4af9-95be-9486239976f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.021553 10.0.0.141 - - [2026-03-02 02:04:31] "DELETE /project/986471649cef4af995be9486239976f1 HTTP/1.1" 404 173 0.009562 10.0.0.141 - - [2026-03-02 02:04:31] "DELETE /project/6b4f49ca4f474c24a628cc278510bd21 HTTP/1.1" 404 173 0.005210 10.0.0.141 - - [2026-03-02 02:04:31] "GET /projects?obj_uuids=6b4f49ca-4f47-4c24-a628-cc278510bd21&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000774 10.0.0.141 - - [2026-03-02 02:04:31] "GET /projects?obj_uuids=18ae5312-2ba2-4da9-a641-e9684defc77f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000702 10.0.0.141 - - [2026-03-02 02:04:31] "GET /project/18ae5312-2ba2-4da9-a641-e9684defc77f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.024250 10.0.0.141 - - [2026-03-02 02:04:31] "GET /project/6b4f49ca-4f47-4c24-a628-cc278510bd21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.028407 10.0.0.141 - - [2026-03-02 02:04:31] "GET /projects?obj_uuids=18ae5312-2ba2-4da9-a641-e9684defc77f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000800 10.0.0.141 - - [2026-03-02 02:04:31] "GET /projects?obj_uuids=6b4f49ca-4f47-4c24-a628-cc278510bd21&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000734 10.0.0.141 - - [2026-03-02 02:04:31] "POST /neutron/network HTTP/1.1" 200 117 0.030203 10.0.0.141 - - [2026-03-02 02:04:31] "GET /projects?obj_uuids=98647164-9cef-4af9-95be-9486239976f1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000850 10.0.0.141 - - [2026-03-02 02:04:31] "GET /project/6b4f49ca-4f47-4c24-a628-cc278510bd21?fields=security_groups HTTP/1.1" 200 1365 0.078545 10.0.0.141 - - [2026-03-02 02:04:31] "GET /project/18ae5312-2ba2-4da9-a641-e9684defc77f?fields=security_groups HTTP/1.1" 200 1365 0.085531 10.0.0.141 - - [2026-03-02 02:04:31] "POST /neutron/network HTTP/1.1" 200 625 0.069354 10.0.0.141 - - [2026-03-02 02:04:31] "POST /route-targets HTTP/1.1" 200 328 0.014356 10.0.0.141 - - [2026-03-02 02:04:31] "POST /ref-update HTTP/1.1" 200 156 0.026870 10.0.0.141 - - [2026-03-02 02:04:31] "DELETE /security-group/20a3ff55-2fbc-413e-bd99-6dc376e48d85 HTTP/1.1" 200 115 0.060331 10.0.0.141 - - [2026-03-02 02:04:31] "DELETE /security-group/c76df912-6006-4ed5-8aa0-e8b8ea554e11 HTTP/1.1" 200 115 0.059893 10.0.0.141 - - [2026-03-02 02:04:31] "GET /projects?obj_uuids=6b4f49ca-4f47-4c24-a628-cc278510bd21&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000849 10.0.0.141 - - [2026-03-02 02:04:31] "GET /projects?obj_uuids=18ae5312-2ba2-4da9-a641-e9684defc77f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000746 10.0.0.141 - - [2026-03-02 02:04:31] "GET /project/6b4f49ca-4f47-4c24-a628-cc278510bd21?fields=application_policy_sets HTTP/1.1" 200 1404 0.031464 10.0.0.141 - - [2026-03-02 02:04:31] "GET /project/18ae5312-2ba2-4da9-a641-e9684defc77f?fields=application_policy_sets HTTP/1.1" 200 1404 0.030864 10.0.0.141 - - [2026-03-02 02:04:31] "DELETE /access-control-list/216e8d2a-0165-47a5-8f1b-f22876da57f1 HTTP/1.1" 200 115 0.014378 10.0.0.141 - - [2026-03-02 02:04:31] "DELETE /access-control-list/6c4c6041-7617-4721-9d91-9090941b3bb2 HTTP/1.1" 200 115 0.013936 10.0.0.141 - - [2026-03-02 02:04:31] "DELETE /access-control-list/e228335e-6664-4853-b224-331534d9fbed HTTP/1.1" 200 115 0.048044 10.0.0.141 - - [2026-03-02 02:04:31] "POST /useragent-kv HTTP/1.1" 200 115 0.005900 10.0.0.141 - - [2026-03-02 02:04:31] "POST /neutron/subnet HTTP/1.1" 200 701 0.211968 10.0.0.141 - - [2026-03-02 02:04:31] "DELETE /access-control-list/ee557d85-e0ba-45ae-84c4-78327bcedee7 HTTP/1.1" 200 115 0.034824 10.0.0.141 - - [2026-03-02 02:04:31] "DELETE /project/6b4f49ca-4f47-4c24-a628-cc278510bd21 HTTP/1.1" 200 115 0.407593 10.0.0.141 - - [2026-03-02 02:04:31] "DELETE /project/18ae5312-2ba2-4da9-a641-e9684defc77f HTTP/1.1" 200 115 0.407561 10.0.0.141 - - [2026-03-02 02:04:31] "POST /neutron/network HTTP/1.1" 200 839 0.006465 10.0.0.141 - - [2026-03-02 02:04:31] "POST /id-to-fqname HTTP/1.1" 200 230 0.001042 10.0.0.141 - - [2026-03-02 02:04:31] "GET /virtual-network/efaa181d-63b3-4502-ad1e-90f54ee73b77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004086 10.0.0.141 - - [2026-03-02 02:04:31] "POST /neutron/network HTTP/1.1" 200 839 0.005694 10.0.0.141 - - [2026-03-02 02:04:31] "GET /virtual-network/efaa181d-63b3-4502-ad1e-90f54ee73b77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004734 10.0.0.141 - - [2026-03-02 02:04:31] "POST /neutron/network HTTP/1.1" 200 839 0.005664 10.0.0.141 - - [2026-03-02 02:04:31] "POST /neutron/subnet HTTP/1.1" 200 701 0.005632 10.0.0.141 - - [2026-03-02 02:04:31] "POST /neutron/network HTTP/1.1" 200 839 0.004398 10.0.0.141 - - [2026-03-02 02:04:31] "POST /id-to-fqname HTTP/1.1" 200 230 0.001166 10.0.0.141 - - [2026-03-02 02:04:32] "POST /neutron/network HTTP/1.1" 200 849 0.004753 10.0.0.141 - - [2026-03-02 02:04:32] "GET /aaa-mode HTTP/1.1" 401 293 0.000406 10.0.0.141 - - [2026-03-02 02:04:32] "GET / HTTP/1.1" 200 36215 0.001729 10.0.0.141 - - [2026-03-02 02:04:32] "GET /project/98647164-9cef-4af9-95be-9486239976f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000462 10.0.0.141 - - [2026-03-02 02:04:32] "GET /projects?obj_uuids=98647164-9cef-4af9-95be-9486239976f1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001301 10.0.0.141 - - [2026-03-02 02:04:32] "GET /project/98647164-9cef-4af9-95be-9486239976f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.050440 10.0.0.141 - - [2026-03-02 02:04:32] "POST /neutron/network HTTP/1.1" 200 839 0.005451 10.0.0.141 - - [2026-03-02 02:04:32] "POST /neutron/port HTTP/1.1" 200 117 0.004068 10.0.0.141 - - [2026-03-02 02:04:32] "POST /neutron/port HTTP/1.1" 200 117 0.005203 10.0.0.141 - - [2026-03-02 02:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.141 - - [2026-03-02 02:04:32] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003398 10.0.0.141 - - [2026-03-02 02:04:32] "PUT /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb HTTP/1.1" 200 277 0.008851 10.0.0.141 - - [2026-03-02 02:04:33] "POST /neutron/port HTTP/1.1" 200 117 0.004494 10.0.0.141 - - [2026-03-02 02:04:33] "POST /neutron/network HTTP/1.1" 200 849 0.004767 10.0.0.141 - - [2026-03-02 02:04:33] "GET /projects?obj_uuids=98647164-9cef-4af9-95be-9486239976f1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001020 10.0.0.141 - - [2026-03-02 02:04:33] "POST /neutron/port HTTP/1.1" 200 1055 0.167063 10.0.0.141 - - [2026-03-02 02:04:33] "POST /neutron/port HTTP/1.1" 200 1055 0.008328 10.0.0.141 - - [2026-03-02 02:04:33] "POST /neutron/port HTTP/1.1" 200 1055 0.008654 10.0.0.141 - - [2026-03-02 02:04:33] "POST /neutron/port HTTP/1.1" 200 1109 0.047317 10.0.0.141 - - [2026-03-02 02:04:33] "POST /neutron/port HTTP/1.1" 200 1119 0.010155 10.0.0.141 - - [2026-03-02 02:04:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003436 10.0.0.141 - - [2026-03-02 02:04:33] "POST /neutron/subnet HTTP/1.1" 200 675 0.005558 10.0.0.141 - - [2026-03-02 02:04:33] "POST /neutron/port HTTP/1.1" 200 117 0.001144 10.0.0.141 - - [2026-03-02 02:04:33] "POST /neutron/network HTTP/1.1" 200 839 0.004202 10.0.0.141 - - [2026-03-02 02:04:38] "POST /neutron/port HTTP/1.1" 200 1119 0.011602 10.0.0.141 - - [2026-03-02 02:04:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005873 10.0.0.141 - - [2026-03-02 02:04:38] "POST /neutron/port HTTP/1.1" 200 1119 0.012125 10.0.0.141 - - [2026-03-02 02:04:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004509 10.0.0.141 - - [2026-03-02 02:04:38] "POST /neutron/port HTTP/1.1" 200 1119 0.010366 10.0.0.141 - - [2026-03-02 02:04:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004749 10.0.0.141 - - [2026-03-02 02:04:38] "GET /virtual-machine/04f6d6bf-32f7-4d04-828e-cdacf7df7d1b HTTP/1.1" 401 293 0.000366 10.0.0.141 - - [2026-03-02 02:04:39] "GET /virtual-machine/04f6d6bf-32f7-4d04-828e-cdacf7df7d1b HTTP/1.1" 200 1292 0.309468 10.0.0.141 - - [2026-03-02 02:04:39] "GET /virtual-machine-interface/7c85e3e8-1b27-4ca5-b334-e4c666f97bb8 HTTP/1.1" 200 2978 0.004979 10.0.0.141 - - [2026-03-02 02:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.141 - - [2026-03-02 02:04:39] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.003273 10.0.0.141 - - [2026-03-02 02:04:39] "GET /obj-perms HTTP/1.1" 200 5075 0.068727 10.0.0.141 - - [2026-03-02 02:04:39] "GET /virtual-networks?parent_id=98647164-9cef-4af9-95be-9486239976f1&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003651 10.0.0.141 - - [2026-03-02 02:04:39] "GET /virtual-network/efaa181d-63b3-4502-ad1e-90f54ee73b77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005213 10.0.0.141 - - [2026-03-02 02:04:39] "GET /obj-perms HTTP/1.1" 200 5075 0.055573 10.0.0.141 - - [2026-03-02 02:04:41] "POST /neutron/port HTTP/1.1" 200 1119 0.010282 10.0.0.141 - - [2026-03-02 02:04:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004505 10.0.0.141 - - [2026-03-02 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.141 - - [2026-03-02 02:04:42] "GET /virtual-network/efaa181d-63b3-4502-ad1e-90f54ee73b77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004747 10.0.0.141 - - [2026-03-02 02:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002549 10.0.0.141 - - [2026-03-02 02:04:44] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.002565 10.0.0.141 - - [2026-03-02 02:04:44] "GET /virtual-networks?parent_id=98647164-9cef-4af9-95be-9486239976f1&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002666 10.0.0.141 - - [2026-03-02 02:04:44] "GET /virtual-network/efaa181d-63b3-4502-ad1e-90f54ee73b77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004586 10.0.0.141 - - [2026-03-02 02:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002578 10.0.0.141 - - [2026-03-02 02:04:46] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.004187 10.0.0.141 - - [2026-03-02 02:04:46] "PUT /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb HTTP/1.1" 200 277 0.007238 10.0.0.141 - - [2026-03-02 02:04:46] "POST /neutron/network HTTP/1.1" 200 839 0.006077 10.0.0.141 - - [2026-03-02 02:04:46] "POST /neutron/network HTTP/1.1" 400 204 0.012757 10.0.0.141 - - [2026-03-02 02:04:47] "POST /neutron/port HTTP/1.1" 200 1119 0.010321 10.0.0.141 - - [2026-03-02 02:04:47] "POST /neutron/port HTTP/1.1" 200 1109 0.008096 10.0.0.141 - - [2026-03-02 02:04:47] "POST /neutron/port HTTP/1.1" 200 151 0.072734 10.0.0.141 - - [2026-03-02 02:04:48] "POST /neutron/network HTTP/1.1" 200 839 0.004937 10.0.0.141 - - [2026-03-02 02:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.141 - - [2026-03-02 02:04:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002273 10.0.0.141 - - [2026-03-02 02:04:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002084 10.0.0.141 - - [2026-03-02 02:04:48] "POST /neutron/network HTTP/1.1" 200 151 0.068231 10.0.0.141 - - [2026-03-02 02:04:48] "DELETE /route-target/b072b264-33b3-4a5b-b25e-1c4e970d6856 HTTP/1.1" 200 115 0.016782 10.0.0.141 - - [2026-03-02 02:04:49] "GET /global-vrouter-configs HTTP/1.1" 200 358 0.002518 10.0.0.141 - - [2026-03-02 02:04:49] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb HTTP/1.1" 200 1884 0.002605 10.0.0.141 - - [2026-03-02 02:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.001725 10.0.0.141 - - [2026-03-02 02:04:49] "GET /projects?obj_uuids=98647164-9cef-4af9-95be-9486239976f1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000763 10.0.0.141 - - [2026-03-02 02:04:49] "GET /project/98647164-9cef-4af9-95be-9486239976f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.017327 10.0.0.141 - - [2026-03-02 02:04:49] "POST /neutron/network HTTP/1.1" 200 117 0.006839 10.0.0.141 - - [2026-03-02 02:04:49] "GET /projects?obj_uuids=98647164-9cef-4af9-95be-9486239976f1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000879 10.0.0.141 - - [2026-03-02 02:04:49] "POST /neutron/network HTTP/1.1" 200 605 0.051733 10.0.0.141 - - [2026-03-02 02:04:49] "POST /route-targets HTTP/1.1" 200 328 0.010074 10.0.0.141 - - [2026-03-02 02:04:49] "POST /ref-update HTTP/1.1" 200 156 0.007055 10.0.0.141 - - [2026-03-02 02:04:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002789 10.0.0.141 - - [2026-03-02 02:04:49] "POST /neutron/subnet HTTP/1.1" 200 725 0.148008 10.0.0.141 - - [2026-03-02 02:04:49] "POST /neutron/network HTTP/1.1" 200 824 0.004440 10.0.0.141 - - [2026-03-02 02:04:49] "POST /id-to-fqname HTTP/1.1" 200 220 0.000985 10.0.0.141 - - [2026-03-02 02:04:49] "GET /virtual-network/6306fefa-c979-4b5a-b3d5-6b2da5914be6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004447 10.0.0.141 - - [2026-03-02 02:04:49] "POST /neutron/network HTTP/1.1" 200 824 0.005835 10.0.0.141 - - [2026-03-02 02:04:49] "GET /virtual-network/6306fefa-c979-4b5a-b3d5-6b2da5914be6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005259 10.0.0.141 - - [2026-03-02 02:04:49] "POST /neutron/network HTTP/1.1" 200 824 0.004868 10.0.0.141 - - [2026-03-02 02:04:49] "POST /neutron/subnet HTTP/1.1" 200 725 0.006118 10.0.0.141 - - [2026-03-02 02:04:49] "POST /id-to-fqname HTTP/1.1" 200 220 0.000919 10.0.0.141 - - [2026-03-02 02:04:50] "POST /neutron/network HTTP/1.1" 200 834 0.005146 10.0.0.141 - - [2026-03-02 02:04:50] "GET /aaa-mode HTTP/1.1" 401 293 0.000493 10.0.0.141 - - [2026-03-02 02:04:50] "GET / HTTP/1.1" 200 36215 0.001677 10.0.0.141 - - [2026-03-02 02:04:50] "GET /project/98647164-9cef-4af9-95be-9486239976f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000342 10.0.0.141 - - [2026-03-02 02:04:50] "GET /projects?obj_uuids=98647164-9cef-4af9-95be-9486239976f1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000921 10.0.0.141 - - [2026-03-02 02:04:50] "GET /project/98647164-9cef-4af9-95be-9486239976f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.044272 10.0.0.141 - - [2026-03-02 02:04:50] "POST /neutron/network HTTP/1.1" 200 824 0.004478 10.0.0.141 - - [2026-03-02 02:04:50] "POST /neutron/port HTTP/1.1" 200 117 0.005288 10.0.0.141 - - [2026-03-02 02:04:50] "POST /neutron/port HTTP/1.1" 200 117 0.004608 10.0.0.141 - - [2026-03-02 02:04:50] "POST /neutron/port HTTP/1.1" 200 117 0.004381 10.0.0.141 - - [2026-03-02 02:04:51] "POST /neutron/network HTTP/1.1" 200 834 0.004596 10.0.0.141 - - [2026-03-02 02:04:51] "GET /projects?obj_uuids=98647164-9cef-4af9-95be-9486239976f1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001098 10.0.0.141 - - [2026-03-02 02:04:51] "POST /neutron/port HTTP/1.1" 200 1060 0.188432 10.0.0.141 - - [2026-03-02 02:04:51] "POST /neutron/port HTTP/1.1" 200 1060 0.008741 10.0.0.141 - - [2026-03-02 02:04:51] "POST /neutron/port HTTP/1.1" 200 1060 0.008660 10.0.0.141 - - [2026-03-02 02:04:51] "POST /neutron/port HTTP/1.1" 200 1114 0.046274 10.0.0.141 - - [2026-03-02 02:04:51] "POST /neutron/port HTTP/1.1" 200 1124 0.010052 10.0.0.141 - - [2026-03-02 02:04:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002950 10.0.0.141 - - [2026-03-02 02:04:51] "POST /neutron/subnet HTTP/1.1" 200 699 0.006199 10.0.0.141 - - [2026-03-02 02:04:51] "POST /neutron/port HTTP/1.1" 200 117 0.001050 10.0.0.141 - - [2026-03-02 02:04:51] "POST /neutron/network HTTP/1.1" 200 824 0.004557 10.0.0.141 - - [2026-03-02 02:04:55] "POST /neutron/port HTTP/1.1" 200 1124 0.074220 10.0.0.141 - - [2026-03-02 02:04:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007215 10.0.0.141 - - [2026-03-02 02:04:56] "POST /neutron/port HTTP/1.1" 200 1124 0.010246 10.0.0.141 - - [2026-03-02 02:04:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004686 10.0.0.141 - - [2026-03-02 02:04:56] "POST /neutron/port HTTP/1.1" 200 1124 0.011468 10.0.0.141 - - [2026-03-02 02:04:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005244 10.0.0.141 - - [2026-03-02 02:04:56] "GET /virtual-machine/2eea9303-0dc4-48cb-833b-e99abf7ac6f9 HTTP/1.1" 200 1293 0.003758 10.0.0.141 - - [2026-03-02 02:04:56] "GET /virtual-machine-interface/90184801-c096-4cb5-bf1f-09e28c777d21 HTTP/1.1" 200 2949 0.003914 10.0.0.141 - - [2026-03-02 02:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002450 10.0.0.141 - - [2026-03-02 02:04:56] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002265 10.0.0.141 - - [2026-03-02 02:04:56] "GET /virtual-networks?parent_id=98647164-9cef-4af9-95be-9486239976f1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002666 10.0.0.141 - - [2026-03-02 02:04:56] "GET /virtual-network/6306fefa-c979-4b5a-b3d5-6b2da5914be6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004713 10.0.0.141 - - [2026-03-02 02:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.141 - - [2026-03-02 02:04:59] "GET /virtual-network/6306fefa-c979-4b5a-b3d5-6b2da5914be6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004023 10.0.0.141 - - [2026-03-02 02:04:59] "POST /neutron/port HTTP/1.1" 200 1124 0.015095 10.0.0.141 - - [2026-03-02 02:04:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004545 10.0.0.141 - - [2026-03-02 02:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002562 10.0.0.141 - - [2026-03-02 02:05:01] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002728 10.0.0.141 - - [2026-03-02 02:05:01] "GET /virtual-networks?parent_id=98647164-9cef-4af9-95be-9486239976f1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002550 10.0.0.141 - - [2026-03-02 02:05:01] "GET /virtual-network/6306fefa-c979-4b5a-b3d5-6b2da5914be6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004719 10.0.0.141 - - [2026-03-02 02:05:02] "POST /neutron/port HTTP/1.1" 200 1124 0.012100 10.0.0.141 - - [2026-03-02 02:05:02] "POST /neutron/port HTTP/1.1" 200 1124 0.010997 10.0.0.141 - - [2026-03-02 02:05:02] "POST /neutron/network HTTP/1.1" 200 834 0.005440 10.0.0.141 - - [2026-03-02 02:05:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002845 10.0.0.141 - - [2026-03-02 02:05:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.005496 10.0.0.141 - - [2026-03-02 02:05:02] "POST /neutron/port HTTP/1.1" 200 117 0.000962 10.0.0.141 - - [2026-03-02 02:05:02] "POST /neutron/network HTTP/1.1" 200 824 0.004791 10.0.0.141 - - [2026-03-02 02:05:03] "POST /neutron/network HTTP/1.1" 200 824 0.006077 10.0.0.141 - - [2026-03-02 02:05:03] "POST /neutron/network HTTP/1.1" 400 204 0.007725 10.0.0.141 - - [2026-03-02 02:05:04] "POST /neutron/port HTTP/1.1" 200 1124 0.010733 10.0.0.141 - - [2026-03-02 02:05:04] "POST /neutron/port HTTP/1.1" 200 1114 0.008913 10.0.0.141 - - [2026-03-02 02:05:04] "POST /neutron/port HTTP/1.1" 200 151 0.071265 10.0.0.141 - - [2026-03-02 02:05:05] "POST /neutron/network HTTP/1.1" 200 824 0.005040 10.0.0.141 - - [2026-03-02 02:05:05] "POST /useragent-kv HTTP/1.1" 200 115 0.004022 10.0.0.141 - - [2026-03-02 02:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004079 10.0.0.141 - - [2026-03-02 02:05:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002993 10.0.0.141 - - [2026-03-02 02:05:05] "POST /neutron/network HTTP/1.1" 200 151 0.066289 10.0.0.141 - - [2026-03-02 02:05:05] "DELETE /route-target/9239d589-a4ff-4ded-be19-3468543e654d HTTP/1.1" 200 115 0.014740 10.0.0.141 - - [2026-03-02 02:05:06] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.002431 10.0.0.141 - - [2026-03-02 02:05:06] "POST /network-ipams HTTP/1.1" 200 543 0.012933 10.0.0.141 - - [2026-03-02 02:05:06] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 767 0.002524 10.0.0.141 - - [2026-03-02 02:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.141 - - [2026-03-02 02:05:06] "GET /network-ipam/da33d92a-8831-4fe1-a29d-032b88f3a824?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1332 0.004411 10.0.0.141 - - [2026-03-02 02:05:06] "PUT /network-ipam/da33d92a-8831-4fe1-a29d-032b88f3a824 HTTP/1.1" 200 259 0.008222 10.0.0.141 - - [2026-03-02 02:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002643 10.0.0.141 - - [2026-03-02 02:05:06] "GET /projects?obj_uuids=98647164-9cef-4af9-95be-9486239976f1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001015 10.0.0.141 - - [2026-03-02 02:05:06] "GET /project/98647164-9cef-4af9-95be-9486239976f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.020550 10.0.0.141 - - [2026-03-02 02:05:06] "POST /neutron/network HTTP/1.1" 200 117 0.007002 10.0.0.141 - - [2026-03-02 02:05:06] "GET /projects?obj_uuids=98647164-9cef-4af9-95be-9486239976f1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000878 10.0.0.141 - - [2026-03-02 02:05:06] "POST /neutron/network HTTP/1.1" 200 605 0.050544 10.0.0.141 - - [2026-03-02 02:05:06] "POST /route-targets HTTP/1.1" 200 328 0.010034 10.0.0.141 - - [2026-03-02 02:05:06] "POST /ref-update HTTP/1.1" 200 156 0.011054 10.0.0.141 - - [2026-03-02 02:05:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003374 10.0.0.141 - - [2026-03-02 02:05:06] "POST /neutron/subnet HTTP/1.1" 200 699 0.150825 10.0.0.141 - - [2026-03-02 02:05:06] "POST /useragent-kv HTTP/1.1" 200 115 0.001824 10.0.0.141 - - [2026-03-02 02:05:06] "POST /neutron/subnet HTTP/1.1" 200 699 0.176789 10.0.0.141 - - [2026-03-02 02:05:07] "POST /neutron/network HTTP/1.1" 200 994 0.014914 10.0.0.141 - - [2026-03-02 02:05:07] "POST /id-to-fqname HTTP/1.1" 200 220 0.000997 10.0.0.141 - - [2026-03-02 02:05:07] "GET /virtual-network/56bd01ee-f6f3-45ca-b230-db3425ee8b31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004148 10.0.0.141 - - [2026-03-02 02:05:07] "POST /neutron/network HTTP/1.1" 200 994 0.006398 10.0.0.141 - - [2026-03-02 02:05:07] "GET /virtual-network/56bd01ee-f6f3-45ca-b230-db3425ee8b31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005120 10.0.0.141 - - [2026-03-02 02:05:07] "POST /neutron/network HTTP/1.1" 200 994 0.006470 10.0.0.141 - - [2026-03-02 02:05:07] "POST /neutron/subnet HTTP/1.1" 200 699 0.005628 10.0.0.141 - - [2026-03-02 02:05:07] "POST /neutron/subnet HTTP/1.1" 200 699 0.005453 10.0.0.141 - - [2026-03-02 02:05:07] "POST /neutron/network HTTP/1.1" 200 994 0.005553 10.0.0.141 - - [2026-03-02 02:05:07] "POST /neutron/subnet HTTP/1.1" 200 699 0.005797 10.0.0.141 - - [2026-03-02 02:05:07] "POST /neutron/subnet HTTP/1.1" 200 699 0.005073 10.0.0.141 - - [2026-03-02 02:05:07] "GET /projects?obj_uuids=98647164-9cef-4af9-95be-9486239976f1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000922 10.0.0.141 - - [2026-03-02 02:05:07] "POST /neutron/port HTTP/1.1" 200 1017 0.129568 10.0.0.141 - - [2026-03-02 02:05:07] "GET /projects?obj_uuids=98647164-9cef-4af9-95be-9486239976f1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000921 10.0.0.141 - - [2026-03-02 02:05:07] "POST /neutron/port HTTP/1.1" 200 1017 0.146467 10.0.0.141 - - [2026-03-02 02:05:07] "POST /id-to-fqname HTTP/1.1" 200 220 0.001136 10.0.0.141 - - [2026-03-02 02:05:07] "POST /neutron/port HTTP/1.1" 200 1017 0.007346 10.0.0.141 - - [2026-03-02 02:05:07] "POST /neutron/port HTTP/1.1" 200 1017 0.007150 10.0.0.141 - - [2026-03-02 02:05:07] "POST /neutron/network HTTP/1.1" 200 994 0.005089 10.0.0.141 - - [2026-03-02 02:05:07] "POST /neutron/port HTTP/1.1" 200 1017 0.006909 10.0.0.141 - - [2026-03-02 02:05:07] "POST /neutron/port HTTP/1.1" 200 117 0.004049 10.0.0.141 - - [2026-03-02 02:05:07] "POST /neutron/port HTTP/1.1" 200 1017 0.006437 10.0.0.141 - - [2026-03-02 02:05:07] "POST /neutron/port HTTP/1.1" 200 117 0.003365 10.0.0.141 - - [2026-03-02 02:05:07] "POST /id-to-fqname HTTP/1.1" 200 220 0.001020 10.0.0.141 - - [2026-03-02 02:05:07] "POST /neutron/port HTTP/1.1" 200 117 0.003959 10.0.0.141 - - [2026-03-02 02:05:08] "POST /neutron/port HTTP/1.1" 200 1017 0.008564 10.0.0.141 - - [2026-03-02 02:05:08] "POST /neutron/port HTTP/1.1" 200 1017 0.008826 10.0.0.141 - - [2026-03-02 02:05:08] "POST /neutron/network HTTP/1.1" 200 994 0.007087 10.0.0.141 - - [2026-03-02 02:05:08] "POST /neutron/port HTTP/1.1" 200 1017 0.008351 10.0.0.141 - - [2026-03-02 02:05:08] "POST /neutron/port HTTP/1.1" 200 1017 0.007434 10.0.0.141 - - [2026-03-02 02:05:08] "POST /neutron/port HTTP/1.1" 200 117 0.005108 10.0.0.141 - - [2026-03-02 02:05:08] "POST /neutron/port HTTP/1.1" 200 117 0.004149 10.0.0.141 - - [2026-03-02 02:05:08] "POST /id-to-fqname HTTP/1.1" 200 220 0.000937 10.0.0.141 - - [2026-03-02 02:05:08] "POST /neutron/port HTTP/1.1" 200 1017 0.007983 10.0.0.141 - - [2026-03-02 02:05:08] "POST /neutron/network HTTP/1.1" 200 1004 0.004582 10.0.0.141 - - [2026-03-02 02:05:08] "POST /neutron/port HTTP/1.1" 200 1017 0.007251 10.0.0.141 - - [2026-03-02 02:05:08] "POST /neutron/port HTTP/1.1" 200 1017 0.007730 10.0.0.141 - - [2026-03-02 02:05:08] "POST /neutron/port HTTP/1.1" 200 117 0.011010 10.0.0.141 - - [2026-03-02 02:05:08] "POST /neutron/port HTTP/1.1" 200 1109 0.078226 10.0.0.141 - - [2026-03-02 02:05:08] "POST /neutron/network HTTP/1.1" 200 1004 0.004908 10.0.0.141 - - [2026-03-02 02:05:08] "GET /aaa-mode HTTP/1.1" 401 293 0.000377 10.0.0.141 - - [2026-03-02 02:05:08] "POST /neutron/port HTTP/1.1" 200 1119 0.010808 10.0.0.141 - - [2026-03-02 02:05:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002818 10.0.0.141 - - [2026-03-02 02:05:08] "POST /neutron/subnet HTTP/1.1" 200 673 0.009895 10.0.0.141 - - [2026-03-02 02:05:08] "POST /neutron/port HTTP/1.1" 200 117 0.001065 10.0.0.141 - - [2026-03-02 02:05:08] "POST /neutron/network HTTP/1.1" 200 994 0.006080 10.0.0.141 - - [2026-03-02 02:05:08] "POST /neutron/port HTTP/1.1" 200 1017 0.008052 10.0.0.141 - - [2026-03-02 02:05:08] "POST /neutron/network HTTP/1.1" 200 1004 0.004628 10.0.0.141 - - [2026-03-02 02:05:08] "POST /neutron/port HTTP/1.1" 200 1017 0.007848 10.0.0.141 - - [2026-03-02 02:05:08] "POST /neutron/port HTTP/1.1" 200 1017 0.008494 10.0.0.141 - - [2026-03-02 02:05:08] "GET / HTTP/1.1" 200 36215 0.001312 10.0.0.141 - - [2026-03-02 02:05:08] "GET /project/98647164-9cef-4af9-95be-9486239976f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000322 10.0.0.141 - - [2026-03-02 02:05:08] "POST /neutron/port HTTP/1.1" 200 1109 0.101491 10.0.0.141 - - [2026-03-02 02:05:08] "POST /neutron/port HTTP/1.1" 200 1119 0.015343 10.0.0.141 - - [2026-03-02 02:05:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003280 10.0.0.141 - - [2026-03-02 02:05:08] "POST /neutron/subnet HTTP/1.1" 200 673 0.007758 10.0.0.141 - - [2026-03-02 02:05:08] "POST /neutron/port HTTP/1.1" 200 117 0.001055 10.0.0.141 - - [2026-03-02 02:05:08] "POST /neutron/network HTTP/1.1" 200 994 0.007380 10.0.0.141 - - [2026-03-02 02:05:09] "GET /projects?obj_uuids=98647164-9cef-4af9-95be-9486239976f1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001249 10.0.0.141 - - [2026-03-02 02:05:09] "GET /project/98647164-9cef-4af9-95be-9486239976f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.049142 10.0.0.141 - - [2026-03-02 02:05:09] "POST /neutron/network HTTP/1.1" 200 994 0.007142 10.0.0.141 - - [2026-03-02 02:05:09] "POST /neutron/port HTTP/1.1" 200 2086 0.017263 10.0.0.141 - - [2026-03-02 02:05:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006244 10.0.0.141 - - [2026-03-02 02:05:09] "POST /neutron/port HTTP/1.1" 200 117 0.004181 10.0.0.141 - - [2026-03-02 02:05:09] "GET /domains HTTP/1.1" 200 281 0.002717 10.0.0.141 - - [2026-03-02 02:05:09] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000889 10.0.0.141 - - [2026-03-02 02:05:09] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 2584 0.007349 10.0.0.141 - - [2026-03-02 02:05:09] "GET /projects?obj_uuids=98647164-9cef-4af9-95be-9486239976f1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001422 10.0.0.141 - - [2026-03-02 02:05:09] "GET /project/98647164-9cef-4af9-95be-9486239976f1 HTTP/1.1" 200 2851 0.067813 10.0.0.141 - - [2026-03-02 02:05:09] "GET /network-ipam/da33d92a-8831-4fe1-a29d-032b88f3a824 HTTP/1.1" 200 2650 0.004006 10.0.0.141 - - [2026-03-02 02:05:09] "GET /domains HTTP/1.1" 200 281 0.002748 10.0.0.141 - - [2026-03-02 02:05:09] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001274 10.0.0.141 - - [2026-03-02 02:05:09] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 2584 0.011352 10.0.0.141 - - [2026-03-02 02:05:09] "GET /projects?obj_uuids=98647164-9cef-4af9-95be-9486239976f1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001187 10.0.0.141 - - [2026-03-02 02:05:09] "GET /project/98647164-9cef-4af9-95be-9486239976f1 HTTP/1.1" 200 2851 0.073728 10.0.0.141 - - [2026-03-02 02:05:09] "GET /virtual-network/56bd01ee-f6f3-45ca-b230-db3425ee8b31 HTTP/1.1" 200 3788 0.005305 10.0.0.141 - - [2026-03-02 02:05:09] "GET /virtual-network/56bd01ee-f6f3-45ca-b230-db3425ee8b31 HTTP/1.1" 200 3788 0.004386 10.0.0.141 - - [2026-03-02 02:05:09] "GET /routing-instance/e6b03774-f9ac-431c-aee9-644bcb186925 HTTP/1.1" 200 2386 0.002801 10.0.0.141 - - [2026-03-02 02:05:09] "GET /routing-instance/e6b03774-f9ac-431c-aee9-644bcb186925 HTTP/1.1" 200 2386 0.003270 10.0.0.141 - - [2026-03-02 02:05:09] "GET /route-target/e4b012a1-6ee7-44c5-afb2-074277dd8b64 HTTP/1.1" 200 1207 0.005040 10.0.0.141 - - [2026-03-02 02:05:09] "GET /virtual-network/56bd01ee-f6f3-45ca-b230-db3425ee8b31 HTTP/1.1" 200 3788 0.010724 10.0.0.141 - - [2026-03-02 02:05:09] "GET /routing-instance/e6b03774-f9ac-431c-aee9-644bcb186925 HTTP/1.1" 200 2386 0.005197 10.0.0.141 - - [2026-03-02 02:05:09] "GET /virtual-network/56bd01ee-f6f3-45ca-b230-db3425ee8b31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.010262 10.0.0.141 - - [2026-03-02 02:05:09] "GET /virtual-network/56bd01ee-f6f3-45ca-b230-db3425ee8b31 HTTP/1.1" 200 3788 0.005590 10.0.0.141 - - [2026-03-02 02:05:09] "GET /routing-instance/e6b03774-f9ac-431c-aee9-644bcb186925 HTTP/1.1" 200 2386 0.004253 10.0.0.141 - - [2026-03-02 02:05:09] "GET /routing-instance/e6b03774-f9ac-431c-aee9-644bcb186925 HTTP/1.1" 200 2386 0.003683 10.0.0.141 - - [2026-03-02 02:05:09] "GET /route-target/e4b012a1-6ee7-44c5-afb2-074277dd8b64 HTTP/1.1" 200 1207 0.003011 10.0.0.141 - - [2026-03-02 02:05:09] "GET /domains HTTP/1.1" 200 281 0.002754 10.0.0.141 - - [2026-03-02 02:05:09] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000793 10.0.0.141 - - [2026-03-02 02:05:09] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 2584 0.005733 10.0.0.141 - - [2026-03-02 02:05:09] "GET /projects?obj_uuids=98647164-9cef-4af9-95be-9486239976f1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000827 10.0.0.141 - - [2026-03-02 02:05:09] "GET /project/98647164-9cef-4af9-95be-9486239976f1 HTTP/1.1" 200 2851 0.067575 10.0.0.141 - - [2026-03-02 02:05:09] "GET /virtual-network/56bd01ee-f6f3-45ca-b230-db3425ee8b31 HTTP/1.1" 200 3788 0.008614 10.0.0.141 - - [2026-03-02 02:05:09] "POST /neutron/network HTTP/1.1" 200 1004 0.006047 10.0.0.141 - - [2026-03-02 02:05:10] "GET /projects?obj_uuids=98647164-9cef-4af9-95be-9486239976f1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000999 10.0.0.141 - - [2026-03-02 02:05:10] "POST /neutron/port HTTP/1.1" 200 1055 0.255801 10.0.0.141 - - [2026-03-02 02:05:10] "GET /obj-perms HTTP/1.1" 200 5049 0.084331 10.0.0.141 - - [2026-03-02 02:05:10] "POST /neutron/port HTTP/1.1" 200 1055 0.020263 10.0.0.141 - - [2026-03-02 02:05:10] "POST /neutron/port HTTP/1.1" 200 1055 0.013483 10.0.0.141 - - [2026-03-02 02:05:10] "POST /neutron/port HTTP/1.1" 200 1119 0.032367 10.0.0.141 - - [2026-03-02 02:05:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009878 10.0.0.141 - - [2026-03-02 02:05:10] "POST /neutron/port HTTP/1.1" 200 1109 0.095035 10.0.0.141 - - [2026-03-02 02:05:10] "POST /neutron/port HTTP/1.1" 200 1119 0.010046 10.0.0.141 - - [2026-03-02 02:05:10] "POST /neutron/port HTTP/1.1" 200 1119 0.009444 10.0.0.141 - - [2026-03-02 02:05:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007133 10.0.0.141 - - [2026-03-02 02:05:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003753 10.0.0.141 - - [2026-03-02 02:05:10] "POST /neutron/subnet HTTP/1.1" 200 673 0.009759 10.0.0.141 - - [2026-03-02 02:05:10] "POST /neutron/port HTTP/1.1" 200 117 0.001314 10.0.0.141 - - [2026-03-02 02:05:10] "POST /neutron/port HTTP/1.1" 200 1119 0.021900 10.0.0.141 - - [2026-03-02 02:05:10] "POST /neutron/network HTTP/1.1" 200 994 0.005161 10.0.0.141 - - [2026-03-02 02:05:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004709 10.0.0.141 - - [2026-03-02 02:05:10] "GET /virtual-machine/37390063-2854-4dce-99e7-56029b339e86 HTTP/1.1" 200 1290 0.004900 10.0.0.141 - - [2026-03-02 02:05:10] "GET /virtual-machine-interface/e798e650-df5b-4768-9eaf-20e094a0593d HTTP/1.1" 200 2949 0.007241 10.0.0.141 - - [2026-03-02 02:05:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002712 10.0.0.141 - - [2026-03-02 02:05:10] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003396 10.0.0.141 - - [2026-03-02 02:05:10] "GET /virtual-networks?parent_id=98647164-9cef-4af9-95be-9486239976f1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002457 10.0.0.141 - - [2026-03-02 02:05:10] "GET /virtual-network/56bd01ee-f6f3-45ca-b230-db3425ee8b31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004427 10.0.0.141 - - [2026-03-02 02:05:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002726 10.0.0.141 - - [2026-03-02 02:05:13] "GET /virtual-network/56bd01ee-f6f3-45ca-b230-db3425ee8b31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004634 10.0.0.141 - - [2026-03-02 02:05:16] "POST /neutron/port HTTP/1.1" 200 1119 0.011518 10.0.0.141 - - [2026-03-02 02:05:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005010 10.0.0.141 - - [2026-03-02 02:05:17] "POST /neutron/port HTTP/1.1" 200 1119 0.011081 10.0.0.141 - - [2026-03-02 02:05:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004369 10.0.0.141 - - [2026-03-02 02:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002418 10.0.0.141 - - [2026-03-02 02:05:17] "GET /virtual-network/56bd01ee-f6f3-45ca-b230-db3425ee8b31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004162 10.0.0.141 - - [2026-03-02 02:05:18] "POST /neutron/port HTTP/1.1" 200 1119 0.011474 10.0.0.141 - - [2026-03-02 02:05:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004696 10.0.0.141 - - [2026-03-02 02:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002612 10.0.0.141 - - [2026-03-02 02:05:20] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002748 10.0.0.141 - - [2026-03-02 02:05:20] "GET /virtual-networks?parent_id=98647164-9cef-4af9-95be-9486239976f1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003430 10.0.0.141 - - [2026-03-02 02:05:20] "GET /virtual-network/56bd01ee-f6f3-45ca-b230-db3425ee8b31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006124 10.0.0.141 - - [2026-03-02 02:05:20] "POST /neutron/port HTTP/1.1" 200 1119 0.011270 10.0.0.141 - - [2026-03-02 02:05:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005030 10.0.0.141 - - [2026-03-02 02:05:20] "POST /neutron/port HTTP/1.1" 200 1119 0.009635 10.0.0.141 - - [2026-03-02 02:05:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004809 10.0.0.141 - - [2026-03-02 02:05:20] "POST /neutron/port HTTP/1.1" 200 1119 0.010077 10.0.0.141 - - [2026-03-02 02:05:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004797 10.0.0.141 - - [2026-03-02 02:05:20] "GET /virtual-machine/dffeb3cd-fbc5-49b7-a759-53846c94157d HTTP/1.1" 200 1291 0.005103 10.0.0.141 - - [2026-03-02 02:05:20] "GET /virtual-machine-interface/5cb1f669-fe6f-43cf-b837-d505803a7a2c HTTP/1.1" 200 2948 0.004131 10.0.0.141 - - [2026-03-02 02:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002553 10.0.0.141 - - [2026-03-02 02:05:20] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002751 10.0.0.141 - - [2026-03-02 02:05:20] "GET /virtual-networks?parent_id=98647164-9cef-4af9-95be-9486239976f1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002732 10.0.0.141 - - [2026-03-02 02:05:20] "GET /virtual-network/56bd01ee-f6f3-45ca-b230-db3425ee8b31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004962 10.0.0.141 - - [2026-03-02 02:05:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.141 - - [2026-03-02 02:05:21] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002579 10.0.0.141 - - [2026-03-02 02:05:21] "GET /virtual-networks?parent_id=98647164-9cef-4af9-95be-9486239976f1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002644 10.0.0.141 - - [2026-03-02 02:05:21] "GET /virtual-network/56bd01ee-f6f3-45ca-b230-db3425ee8b31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004989 10.0.0.141 - - [2026-03-02 02:05:22] "POST /neutron/port HTTP/1.1" 200 1119 0.011969 10.0.0.141 - - [2026-03-02 02:05:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007716 10.0.0.141 - - [2026-03-02 02:05:22] "POST /neutron/port HTTP/1.1" 200 1119 0.011896 10.0.0.141 - - [2026-03-02 02:05:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005449 10.0.0.141 - - [2026-03-02 02:05:22] "POST /neutron/port HTTP/1.1" 200 1119 0.011297 10.0.0.141 - - [2026-03-02 02:05:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005153 10.0.0.141 - - [2026-03-02 02:05:22] "GET /virtual-machine/1962c167-25f4-42a3-9550-41241207b2db HTTP/1.1" 200 1294 0.003844 10.0.0.141 - - [2026-03-02 02:05:22] "GET /virtual-machine-interface/d05d0a09-e72e-4008-8ba5-b4ab0882b55a HTTP/1.1" 200 2949 0.004072 10.0.0.141 - - [2026-03-02 02:05:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002584 10.0.0.141 - - [2026-03-02 02:05:22] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003174 10.0.0.141 - - [2026-03-02 02:05:22] "GET /virtual-networks?parent_id=98647164-9cef-4af9-95be-9486239976f1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002771 10.0.0.141 - - [2026-03-02 02:05:22] "GET /virtual-network/56bd01ee-f6f3-45ca-b230-db3425ee8b31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004868 10.0.0.141 - - [2026-03-02 02:05:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002557 10.0.0.141 - - [2026-03-02 02:05:23] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002591 10.0.0.141 - - [2026-03-02 02:05:23] "GET /virtual-networks?parent_id=98647164-9cef-4af9-95be-9486239976f1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002760 10.0.0.141 - - [2026-03-02 02:05:23] "GET /virtual-network/56bd01ee-f6f3-45ca-b230-db3425ee8b31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004703 10.0.0.141 - - [2026-03-02 02:05:39] "POST /neutron/port HTTP/1.1" 200 1109 0.012964 10.0.0.141 - - [2026-03-02 02:05:39] "POST /neutron/port HTTP/1.1" 200 1109 0.009191 10.0.0.141 - - [2026-03-02 02:05:39] "POST /neutron/port HTTP/1.1" 200 151 0.107563 10.0.0.141 - - [2026-03-02 02:05:39] "POST /neutron/port HTTP/1.1" 200 1109 0.008242 10.0.0.141 - - [2026-03-02 02:05:39] "POST /neutron/port HTTP/1.1" 200 1109 0.014762 10.0.0.141 - - [2026-03-02 02:05:39] "GET /obj-perms HTTP/1.1" 200 5075 0.055942 10.0.0.141 - - [2026-03-02 02:05:39] "POST /neutron/port HTTP/1.1" 200 151 0.131708 10.0.0.141 - - [2026-03-02 02:05:39] "POST /neutron/port HTTP/1.1" 200 1119 0.020972 10.0.0.141 - - [2026-03-02 02:05:39] "POST /neutron/network HTTP/1.1" 200 994 0.005590 10.0.0.141 - - [2026-03-02 02:05:39] "POST /neutron/port HTTP/1.1" 200 1109 0.011093 10.0.0.141 - - [2026-03-02 02:05:39] "POST /neutron/network HTTP/1.1" 400 204 0.010491 10.0.0.141 - - [2026-03-02 02:05:40] "POST /neutron/port HTTP/1.1" 200 151 0.085542 10.0.0.141 - - [2026-03-02 02:05:40] "GET /obj-perms HTTP/1.1" 200 5075 0.048550 10.0.0.141 - - [2026-03-02 02:05:41] "POST /neutron/network HTTP/1.1" 200 994 0.006302 10.0.0.141 - - [2026-03-02 02:05:42] "POST /useragent-kv HTTP/1.1" 200 115 0.001865 10.0.0.141 - - [2026-03-02 02:05:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.141 - - [2026-03-02 02:05:42] "POST /useragent-kv HTTP/1.1" 200 115 0.001919 10.0.0.141 - - [2026-03-02 02:05:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002541 10.0.0.141 - - [2026-03-02 02:05:42] "POST /useragent-kv HTTP/1.1" 200 115 0.001632 10.0.0.141 - - [2026-03-02 02:05:42] "POST /neutron/network HTTP/1.1" 200 151 0.086648 10.0.0.141 - - [2026-03-02 02:05:42] "DELETE /route-target/e4b012a1-6ee7-44c5-afb2-074277dd8b64 HTTP/1.1" 200 115 0.016991 10.0.0.141 - - [2026-03-02 02:05:42] "GET /routing-instance/e6b03774-f9ac-431c-aee9-644bcb186925 HTTP/1.1" 404 171 0.002071 10.0.0.141 - - [2026-03-02 02:05:42] "GET /domains HTTP/1.1" 200 281 0.002147 10.0.0.141 - - [2026-03-02 02:05:42] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000907 10.0.0.141 - - [2026-03-02 02:05:42] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 2584 0.047140 10.0.0.141 - - [2026-03-02 02:05:42] "GET /projects?obj_uuids=98647164-9cef-4af9-95be-9486239976f1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001245 10.0.0.141 - - [2026-03-02 02:05:42] "GET /project/98647164-9cef-4af9-95be-9486239976f1 HTTP/1.1" 200 2091 0.064766 10.0.0.141 - - [2026-03-02 02:05:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002471 10.0.0.141 - - [2026-03-02 02:05:42] "DELETE /network-ipam/da33d92a-8831-4fe1-a29d-032b88f3a824 HTTP/1.1" 200 115 0.018585 10.0.0.141 - - [2026-03-02 02:05:42] "POST /fqname-to-id HTTP/1.1" 404 211 0.002017 10.0.0.141 - - [2026-03-02 02:05:42] "GET /projects?obj_uuids=98647164-9cef-4af9-95be-9486239976f1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000904 10.0.0.141 - - [2026-03-02 02:05:42] "GET /project/98647164-9cef-4af9-95be-9486239976f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.022772 10.0.0.141 - - [2026-03-02 02:05:42] "GET /projects?obj_uuids=98647164-9cef-4af9-95be-9486239976f1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000829 10.0.0.141 - - [2026-03-02 02:05:42] "GET /project/98647164-9cef-4af9-95be-9486239976f1?fields=virtual_networks HTTP/1.1" 200 1034 0.066613 10.0.0.141 - - [2026-03-02 02:05:42] "GET /projects?obj_uuids=98647164-9cef-4af9-95be-9486239976f1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000886 10.0.0.141 - - [2026-03-02 02:05:42] "GET /project/98647164-9cef-4af9-95be-9486239976f1?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.025174 10.0.0.141 - - [2026-03-02 02:05:42] "GET /projects?obj_uuids=98647164-9cef-4af9-95be-9486239976f1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001184 10.0.0.141 - - [2026-03-02 02:05:42] "GET /project/98647164-9cef-4af9-95be-9486239976f1?fields=security_groups HTTP/1.1" 200 1261 0.022970 10.0.0.141 - - [2026-03-02 02:05:44] "POST /neutron/port HTTP/1.1" 200 117 0.005117 10.0.0.141 - - [2026-03-02 02:05:44] "POST /neutron/port HTTP/1.1" 400 205 0.003013 10.0.0.141 - - [2026-03-02 02:05:44] "POST /neutron/port HTTP/1.1" 200 117 0.004493 10.0.0.141 - - [2026-03-02 02:05:44] "POST /neutron/port HTTP/1.1" 400 205 0.003066 10.0.0.141 - - [2026-03-02 02:05:49] "GET / HTTP/1.1" 200 36215 0.001748 10.0.0.141 - - [2026-03-02 02:05:50] "POST /fqname-to-id HTTP/1.1" 401 293 0.000433 10.0.0.141 - - [2026-03-02 02:05:50] "POST /fqname-to-id HTTP/1.1" 404 183 0.046454 10.0.0.141 - - [2026-03-02 02:05:50] "GET /projects?obj_uuids=6183ab24-2c99-4c2b-87ce-366bebe87eac&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002065 10.0.0.141 - - [2026-03-02 02:05:50] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002279 10.0.0.141 - - [2026-03-02 02:05:50] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007673 10.0.0.141 - - [2026-03-02 02:05:51] "POST /id-to-fqname HTTP/1.1" 200 185 0.001253 10.0.0.141 - - [2026-03-02 02:05:51] "POST /fqname-to-id HTTP/1.1" 404 194 0.002247 10.0.0.141 - - [2026-03-02 02:05:51] "POST /security-groups HTTP/1.1" 200 586 0.060493 10.0.0.141 - - [2026-03-02 02:05:51] "POST /fqname-to-id HTTP/1.1" 404 229 0.002257 10.0.0.141 - - [2026-03-02 02:05:51] "POST /projects HTTP/1.1" 200 575 0.207720 10.0.0.141 - - [2026-03-02 02:05:51] "POST /access-control-lists HTTP/1.1" 200 593 0.054103 10.0.0.141 - - [2026-03-02 02:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.277705 10.0.0.141 - - [2026-03-02 02:05:51] "POST /fqname-to-id HTTP/1.1" 404 228 0.002218 10.0.0.141 - - [2026-03-02 02:05:51] "GET /project/6183ab24-2c99-4c2b-87ce-366bebe87eac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.394225 10.0.0.141 - - [2026-03-02 02:05:51] "POST /access-control-lists HTTP/1.1" 200 591 0.056968 10.0.0.141 - - [2026-03-02 02:05:52] "GET / HTTP/1.1" 200 36215 0.002408 10.0.0.141 - - [2026-03-02 02:05:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000431 10.0.0.141 - - [2026-03-02 02:05:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.025784 10.0.0.141 - - [2026-03-02 02:05:54] "GET /api-access-list/5da1e2ad-1d6a-4039-a3a8-dd14f7d763f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003871 10.0.0.141 - - [2026-03-02 02:05:54] "GET /api-access-list/5da1e2ad-1d6a-4039-a3a8-dd14f7d763f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.002973 10.0.0.141 - - [2026-03-02 02:05:54] "GET /api-access-list/5da1e2ad-1d6a-4039-a3a8-dd14f7d763f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003018 10.0.0.141 - - [2026-03-02 02:05:54] "PUT /api-access-list/5da1e2ad-1d6a-4039-a3a8-dd14f7d763f2 HTTP/1.1" 200 265 0.008186 10.0.0.141 - - [2026-03-02 02:05:55] "GET /aaa-mode HTTP/1.1" 401 293 0.000377 10.0.0.141 - - [2026-03-02 02:05:55] "GET /aaa-mode HTTP/1.1" 200 128 0.022586 10.0.0.141 - - [2026-03-02 02:05:55] "POST /fqname-to-id HTTP/1.1" 404 183 0.021775 10.0.0.141 - - [2026-03-02 02:05:55] "GET /projects?obj_uuids=0a837d89-7f0a-424a-a50c-8111a3212c9f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001995 10.0.0.141 - - [2026-03-02 02:05:55] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001182 10.0.0.141 - - [2026-03-02 02:05:55] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006448 10.0.0.141 - - [2026-03-02 02:05:55] "POST /id-to-fqname HTTP/1.1" 200 185 0.001529 10.0.0.141 - - [2026-03-02 02:05:55] "POST /fqname-to-id HTTP/1.1" 404 194 0.001867 10.0.0.141 - - [2026-03-02 02:05:56] "POST /security-groups HTTP/1.1" 200 586 0.063984 10.0.0.141 - - [2026-03-02 02:05:56] "POST /fqname-to-id HTTP/1.1" 404 229 0.002706 10.0.0.141 - - [2026-03-02 02:05:56] "POST /projects HTTP/1.1" 200 575 0.213828 10.0.0.141 - - [2026-03-02 02:05:56] "POST /access-control-lists HTTP/1.1" 200 593 0.060658 10.0.0.141 - - [2026-03-02 02:05:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.283150 10.0.0.141 - - [2026-03-02 02:05:56] "POST /fqname-to-id HTTP/1.1" 404 228 0.002461 10.0.0.141 - - [2026-03-02 02:05:56] "GET /project/0a837d89-7f0a-424a-a50c-8111a3212c9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.405496 10.0.0.141 - - [2026-03-02 02:05:56] "POST /access-control-lists HTTP/1.1" 200 591 0.062313 10.0.0.141 - - [2026-03-02 02:05:56] "POST /fqname-to-id HTTP/1.1" 404 183 0.022045 10.0.0.141 - - [2026-03-02 02:05:56] "GET /projects?obj_uuids=cd62b845-8e9a-4dbd-9368-d2a3ca3ff6bb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002432 10.0.0.141 - - [2026-03-02 02:05:56] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000868 10.0.0.141 - - [2026-03-02 02:05:56] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005520 10.0.0.141 - - [2026-03-02 02:05:56] "POST /id-to-fqname HTTP/1.1" 200 185 0.001192 10.0.0.141 - - [2026-03-02 02:05:56] "POST /fqname-to-id HTTP/1.1" 404 194 0.002463 10.0.0.141 - - [2026-03-02 02:05:56] "POST /security-groups HTTP/1.1" 200 586 0.059772 10.0.0.141 - - [2026-03-02 02:05:56] "POST /fqname-to-id HTTP/1.1" 404 229 0.002239 10.0.0.141 - - [2026-03-02 02:05:56] "POST /projects HTTP/1.1" 200 575 0.209598 10.0.0.141 - - [2026-03-02 02:05:56] "POST /access-control-lists HTTP/1.1" 200 593 0.054537 10.0.0.141 - - [2026-03-02 02:05:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.280522 10.0.0.141 - - [2026-03-02 02:05:56] "POST /fqname-to-id HTTP/1.1" 404 228 0.002454 10.0.0.141 - - [2026-03-02 02:05:56] "GET /project/cd62b845-8e9a-4dbd-9368-d2a3ca3ff6bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.393441 10.0.0.141 - - [2026-03-02 02:05:57] "POST /access-control-lists HTTP/1.1" 200 591 0.059628 10.0.0.141 - - [2026-03-02 02:05:57] "GET / HTTP/1.1" 200 36215 0.001779 10.0.0.141 - - [2026-03-02 02:05:58] "GET / HTTP/1.1" 200 36215 0.002165 10.0.0.141 - - [2026-03-02 02:05:58] "POST /fqname-to-id HTTP/1.1" 404 183 0.002474 10.0.0.141 - - [2026-03-02 02:05:58] "POST /api-access-lists HTTP/1.1" 200 523 0.010385 10.0.0.141 - - [2026-03-02 02:05:58] "GET /api-access-list/38850976-d84d-4359-bd0f-73c9dbd058fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1267 0.003979 10.0.0.141 - - [2026-03-02 02:05:58] "GET /api-access-list/38850976-d84d-4359-bd0f-73c9dbd058fc HTTP/1.1" 401 293 0.000427 10.0.0.141 - - [2026-03-02 02:05:59] "GET /api-access-list/38850976-d84d-4359-bd0f-73c9dbd058fc HTTP/1.1" 200 1267 0.049662 10.0.0.141 - - [2026-03-02 02:05:59] "POST /fqname-to-id HTTP/1.1" 401 293 0.000344 10.0.0.141 - - [2026-03-02 02:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.048666 10.0.0.141 - - [2026-03-02 02:05:59] "GET /projects?obj_uuids=0a837d89-7f0a-424a-a50c-8111a3212c9f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001086 10.0.0.141 - - [2026-03-02 02:05:59] "GET /project/0a837d89-7f0a-424a-a50c-8111a3212c9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.025952 10.0.0.141 - - [2026-03-02 02:05:59] "GET /virtual-networks?parent_id=0a837d89-7f0a-424a-a50c-8111a3212c9f&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009286 10.0.0.141 - - [2026-03-02 02:05:59] "POST /virtual-networks HTTP/1.1" 200 570 0.055105 10.0.0.141 - - [2026-03-02 02:05:59] "POST /route-targets HTTP/1.1" 200 328 0.009486 10.0.0.141 - - [2026-03-02 02:05:59] "POST /ref-update HTTP/1.1" 200 156 0.012736 10.0.0.141 - - [2026-03-02 02:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.009304 10.0.0.141 - - [2026-03-02 02:05:59] "GET /network-ipam/a7b44bda-f803-47b2-b44a-702b22d025f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.008134 10.0.0.141 - - [2026-03-02 02:05:59] "POST /useragent-kv HTTP/1.1" 200 115 0.001684 10.0.0.141 - - [2026-03-02 02:05:59] "POST /ref-update HTTP/1.1" 200 156 0.036116 10.0.0.141 - - [2026-03-02 02:05:59] "POST /neutron/network HTTP/1.1" 200 833 0.039452 10.0.0.141 - - [2026-03-02 02:05:59] "POST /neutron/network HTTP/1.1" 200 833 0.014000 10.0.0.141 - - [2026-03-02 02:05:59] "GET /virtual-network/091640e6-a563-4d1f-bac9-92f86ff6ffc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1985 0.010913 10.0.0.141 - - [2026-03-02 02:05:59] "POST /neutron/network HTTP/1.1" 200 833 0.014506 10.0.0.141 - - [2026-03-02 02:05:59] "POST /neutron/subnet HTTP/1.1" 200 680 0.021612 10.0.0.141 - - [2026-03-02 02:05:59] "GET /virtual-network/091640e6-a563-4d1f-bac9-92f86ff6ffc0 HTTP/1.1" 401 293 0.000339 10.0.0.141 - - [2026-03-02 02:06:00] "GET /virtual-network/091640e6-a563-4d1f-bac9-92f86ff6ffc0 HTTP/1.1" 200 2271 0.039259 10.0.0.141 - - [2026-03-02 02:06:00] "GET /virtual-network/091640e6-a563-4d1f-bac9-92f86ff6ffc0 HTTP/1.1" 401 293 0.000479 10.0.0.141 - - [2026-03-02 02:06:00] "GET /virtual-network/091640e6-a563-4d1f-bac9-92f86ff6ffc0 HTTP/1.1" 200 2010 0.035894 10.0.0.141 - - [2026-03-02 02:06:01] "GET /obj-perms HTTP/1.1" 200 4934 0.059157 10.0.0.141 - - [2026-03-02 02:06:01] "POST /fqname-to-id HTTP/1.1" 401 293 0.000369 10.0.0.141 - - [2026-03-02 02:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.023311 10.0.0.141 - - [2026-03-02 02:06:01] "GET /virtual-network/091640e6-a563-4d1f-bac9-92f86ff6ffc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1985 0.010602 10.0.0.141 - - [2026-03-02 02:06:01] "GET /obj-perms HTTP/1.1" 200 4934 0.008338 10.0.0.141 - - [2026-03-02 02:06:01] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.016011 10.0.0.141 - - [2026-03-02 02:06:01] "GET /obj-perms HTTP/1.1" 200 4934 0.055216 10.0.0.141 - - [2026-03-02 02:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002760 10.0.0.141 - - [2026-03-02 02:06:01] "GET /virtual-network/091640e6-a563-4d1f-bac9-92f86ff6ffc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1985 0.011501 10.0.0.141 - - [2026-03-02 02:06:02] "GET /obj-perms HTTP/1.1" 200 4934 0.009448 10.0.0.141 - - [2026-03-02 02:06:02] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.014037 10.0.0.141 - - [2026-03-02 02:06:02] "POST /id-to-fqname HTTP/1.1" 401 293 0.000417 10.0.0.141 - - [2026-03-02 02:06:02] "POST /id-to-fqname HTTP/1.1" 200 230 0.030658 10.0.0.141 - - [2026-03-02 02:06:02] "POST /neutron/network HTTP/1.1" 200 843 0.039535 10.0.0.141 - - [2026-03-02 02:06:02] "GET /aaa-mode HTTP/1.1" 401 293 0.000340 10.0.0.141 - - [2026-03-02 02:06:03] "GET / HTTP/1.1" 200 36215 0.001655 10.0.0.141 - - [2026-03-02 02:06:03] "GET /project/cd62b845-8e9a-4dbd-9368-d2a3ca3ff6bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000326 10.0.0.141 - - [2026-03-02 02:06:03] "GET /projects?obj_uuids=cd62b845-8e9a-4dbd-9368-d2a3ca3ff6bb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000924 10.0.0.141 - - [2026-03-02 02:06:03] "GET /project/cd62b845-8e9a-4dbd-9368-d2a3ca3ff6bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.044096 10.0.0.141 - - [2026-03-02 02:06:03] "POST /neutron/network HTTP/1.1" 200 833 0.005446 10.0.0.141 - - [2026-03-02 02:06:03] "POST /neutron/port HTTP/1.1" 200 117 0.024354 10.0.0.141 - - [2026-03-02 02:06:03] "POST /neutron/port HTTP/1.1" 200 117 0.004337 10.0.0.141 - - [2026-03-02 02:06:03] "POST /neutron/port HTTP/1.1" 200 117 0.003776 10.0.0.141 - - [2026-03-02 02:06:04] "POST /neutron/network HTTP/1.1" 200 843 0.017448 10.0.0.141 - - [2026-03-02 02:06:04] "POST /neutron/network HTTP/1.1" 200 833 0.016181 10.0.0.141 - - [2026-03-02 02:06:04] "GET /projects?obj_uuids=cd62b845-8e9a-4dbd-9368-d2a3ca3ff6bb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001232 10.0.0.141 - - [2026-03-02 02:06:04] "POST /neutron/port HTTP/1.1" 200 1056 0.272650 10.0.0.141 - - [2026-03-02 02:06:04] "POST /neutron/port HTTP/1.1" 200 1056 0.007817 10.0.0.141 - - [2026-03-02 02:06:04] "POST /neutron/port HTTP/1.1" 200 1056 0.008726 10.0.0.141 - - [2026-03-02 02:06:04] "POST /neutron/port HTTP/1.1" 200 1110 0.041736 10.0.0.141 - - [2026-03-02 02:06:04] "POST /neutron/port HTTP/1.1" 200 1120 0.009826 10.0.0.141 - - [2026-03-02 02:06:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002570 10.0.0.141 - - [2026-03-02 02:06:04] "POST /neutron/subnet HTTP/1.1" 200 654 0.005857 10.0.0.141 - - [2026-03-02 02:06:04] "POST /neutron/port HTTP/1.1" 200 117 0.000996 10.0.0.141 - - [2026-03-02 02:06:04] "POST /neutron/network HTTP/1.1" 200 833 0.004547 10.0.0.141 - - [2026-03-02 02:06:08] "POST /neutron/port HTTP/1.1" 200 1120 0.011118 10.0.0.141 - - [2026-03-02 02:06:08] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005342 10.0.0.141 - - [2026-03-02 02:06:09] "POST /neutron/port HTTP/1.1" 200 1120 0.011209 10.0.0.141 - - [2026-03-02 02:06:09] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005023 10.0.0.141 - - [2026-03-02 02:06:09] "POST /neutron/port HTTP/1.1" 200 1120 0.010108 10.0.0.141 - - [2026-03-02 02:06:09] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004848 10.0.0.141 - - [2026-03-02 02:06:09] "POST /neutron/port HTTP/1.1" 200 1120 0.010482 10.0.0.141 - - [2026-03-02 02:06:09] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006746 10.0.0.141 - - [2026-03-02 02:06:09] "GET /virtual-machine/1188595c-405e-4596-b7d2-949d012d0fb2 HTTP/1.1" 200 1289 0.010064 10.0.0.141 - - [2026-03-02 02:06:09] "GET /virtual-machine/1188595c-405e-4596-b7d2-949d012d0fb2 HTTP/1.1" 200 1289 0.008205 10.0.0.141 - - [2026-03-02 02:06:09] "GET /virtual-machine-interface/1a365944-051c-4aeb-beb3-a383af8b4e32 HTTP/1.1" 200 2536 0.012631 10.0.0.141 - - [2026-03-02 02:06:09] "GET /virtual-machine/1188595c-405e-4596-b7d2-949d012d0fb2 HTTP/1.1" 200 1289 0.008042 10.0.0.141 - - [2026-03-02 02:06:09] "GET /virtual-machine-interface/1a365944-051c-4aeb-beb3-a383af8b4e32 HTTP/1.1" 200 2536 0.010834 10.0.0.141 - - [2026-03-02 02:06:09] "GET /instance-ip/b376ac37-a05e-4c6f-8078-7ea7abb906bc HTTP/1.1" 200 1629 0.013075 10.0.0.141 - - [2026-03-02 02:06:09] "GET /virtual-machine/1188595c-405e-4596-b7d2-949d012d0fb2 HTTP/1.1" 200 1289 0.008308 10.0.0.141 - - [2026-03-02 02:06:09] "GET /virtual-machine-interface/1a365944-051c-4aeb-beb3-a383af8b4e32 HTTP/1.1" 200 2536 0.011550 10.0.0.141 - - [2026-03-02 02:06:09] "GET /instance-ip/b376ac37-a05e-4c6f-8078-7ea7abb906bc HTTP/1.1" 200 1629 0.010597 10.0.0.141 - - [2026-03-02 02:06:09] "POST /fqname-to-id HTTP/1.1" 403 339 0.008568 10.0.0.141 - - [2026-03-02 02:06:09] "GET / HTTP/1.1" 200 36215 0.001555 10.0.0.141 - - [2026-03-02 02:06:09] "POST /fqname-to-id HTTP/1.1" 401 293 0.000431 10.0.0.141 - - [2026-03-02 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.022357 10.0.0.141 - - [2026-03-02 02:06:09] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002603 10.0.0.141 - - [2026-03-02 02:06:10] "GET /virtual-networks?parent_id=cd62b845-8e9a-4dbd-9368-d2a3ca3ff6bb&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008788 10.0.0.141 - - [2026-03-02 02:06:10] "POST /fqname-to-id HTTP/1.1" 403 339 0.007348 10.0.0.141 - - [2026-03-02 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002424 10.0.0.141 - - [2026-03-02 02:06:10] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002481 10.0.0.141 - - [2026-03-02 02:06:10] "GET /virtual-networks?parent_id=cd62b845-8e9a-4dbd-9368-d2a3ca3ff6bb&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009366 10.0.0.141 - - [2026-03-02 02:06:10] "POST /fqname-to-id HTTP/1.1" 403 339 0.008010 10.0.0.141 - - [2026-03-02 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002545 10.0.0.141 - - [2026-03-02 02:06:10] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002493 10.0.0.141 - - [2026-03-02 02:06:10] "GET /virtual-networks?parent_id=cd62b845-8e9a-4dbd-9368-d2a3ca3ff6bb&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009555 10.0.0.141 - - [2026-03-02 02:06:10] "POST /fqname-to-id HTTP/1.1" 403 339 0.008496 10.0.0.141 - - [2026-03-02 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002361 10.0.0.141 - - [2026-03-02 02:06:10] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002417 10.0.0.141 - - [2026-03-02 02:06:10] "GET /virtual-networks?parent_id=cd62b845-8e9a-4dbd-9368-d2a3ca3ff6bb&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008623 10.0.0.141 - - [2026-03-02 02:06:10] "POST /fqname-to-id HTTP/1.1" 403 339 0.007392 10.0.0.141 - - [2026-03-02 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002715 10.0.0.141 - - [2026-03-02 02:06:10] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003367 10.0.0.141 - - [2026-03-02 02:06:10] "GET /virtual-networks?parent_id=cd62b845-8e9a-4dbd-9368-d2a3ca3ff6bb&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.007982 10.0.0.141 - - [2026-03-02 02:06:12] "POST /neutron/port HTTP/1.1" 200 1120 0.010068 10.0.0.141 - - [2026-03-02 02:06:12] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004188 10.0.0.141 - - [2026-03-02 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.008352 10.0.0.141 - - [2026-03-02 02:06:13] "GET /virtual-network/091640e6-a563-4d1f-bac9-92f86ff6ffc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1985 0.010256 10.0.0.141 - - [2026-03-02 02:06:15] "POST /fqname-to-id HTTP/1.1" 403 339 0.008600 10.0.0.141 - - [2026-03-02 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.001696 10.0.0.141 - - [2026-03-02 02:06:15] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002138 10.0.0.141 - - [2026-03-02 02:06:15] "GET /virtual-networks?parent_id=cd62b845-8e9a-4dbd-9368-d2a3ca3ff6bb&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008239 10.0.0.141 - - [2026-03-02 02:06:15] "POST /fqname-to-id HTTP/1.1" 403 339 0.008996 10.0.0.141 - - [2026-03-02 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002035 10.0.0.141 - - [2026-03-02 02:06:15] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002149 10.0.0.141 - - [2026-03-02 02:06:15] "GET /virtual-networks?parent_id=cd62b845-8e9a-4dbd-9368-d2a3ca3ff6bb&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008712 10.0.0.141 - - [2026-03-02 02:06:15] "POST /fqname-to-id HTTP/1.1" 403 361 0.007020 10.0.0.141 - - [2026-03-02 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002573 10.0.0.141 - - [2026-03-02 02:06:15] "GET /routing-instance/5e2c22c2-1865-404c-b2c3-90d68568ff28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.002847 10.0.0.141 - - [2026-03-02 02:06:15] "GET /route-target/4f8c4cb5-6135-4289-a582-4709dccb58ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.007464 10.0.0.141 - - [2026-03-02 02:06:16] "GET /route-target/4f8c4cb5-6135-4289-a582-4709dccb58ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003157 10.0.0.141 - - [2026-03-02 02:06:16] "POST /fqname-to-id HTTP/1.1" 403 339 0.009753 10.0.0.141 - - [2026-03-02 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002156 10.0.0.141 - - [2026-03-02 02:06:16] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.020689 10.0.0.141 - - [2026-03-02 02:06:16] "GET /virtual-networks?parent_id=cd62b845-8e9a-4dbd-9368-d2a3ca3ff6bb&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008274 10.0.0.141 - - [2026-03-02 02:06:16] "POST /fqname-to-id HTTP/1.1" 403 361 0.006720 10.0.0.141 - - [2026-03-02 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.141 - - [2026-03-02 02:06:16] "GET /routing-instance/5e2c22c2-1865-404c-b2c3-90d68568ff28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.003030 10.0.0.141 - - [2026-03-02 02:06:16] "GET /route-target/4f8c4cb5-6135-4289-a582-4709dccb58ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008237 10.0.0.141 - - [2026-03-02 02:06:16] "GET /route-target/4f8c4cb5-6135-4289-a582-4709dccb58ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002198 10.0.0.141 - - [2026-03-02 02:06:16] "GET /obj-perms HTTP/1.1" 200 4934 0.008458 10.0.0.141 - - [2026-03-02 02:06:16] "GET /virtual-machine/1188595c-405e-4596-b7d2-949d012d0fb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009056 10.0.0.141 - - [2026-03-02 02:06:16] "GET /obj-perms HTTP/1.1" 200 4934 0.008219 10.0.0.141 - - [2026-03-02 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002564 10.0.0.141 - - [2026-03-02 02:06:16] "GET /virtual-machine-interface/1a365944-051c-4aeb-beb3-a383af8b4e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.012892 10.0.0.141 - - [2026-03-02 02:06:16] "GET /obj-perms HTTP/1.1" 200 4934 0.007792 10.0.0.141 - - [2026-03-02 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002486 10.0.0.141 - - [2026-03-02 02:06:16] "GET /virtual-machine-interface/1a365944-051c-4aeb-beb3-a383af8b4e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.012437 10.0.0.141 - - [2026-03-02 02:06:16] "GET /obj-perms HTTP/1.1" 200 4934 0.008214 10.0.0.141 - - [2026-03-02 02:06:16] "GET /virtual-machine/1188595c-405e-4596-b7d2-949d012d0fb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.010043 10.0.0.141 - - [2026-03-02 02:06:16] "GET /obj-perms HTTP/1.1" 200 4934 0.008164 10.0.0.141 - - [2026-03-02 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002377 10.0.0.141 - - [2026-03-02 02:06:16] "GET /virtual-machine-interface/1a365944-051c-4aeb-beb3-a383af8b4e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.011677 10.0.0.141 - - [2026-03-02 02:06:17] "GET /obj-perms HTTP/1.1" 200 4934 0.008088 10.0.0.141 - - [2026-03-02 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002337 10.0.0.141 - - [2026-03-02 02:06:17] "GET /virtual-network/091640e6-a563-4d1f-bac9-92f86ff6ffc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1985 0.011014 10.0.0.141 - - [2026-03-02 02:06:17] "GET /obj-perms HTTP/1.1" 200 4934 0.007578 10.0.0.141 - - [2026-03-02 02:06:17] "GET /virtual-machine/1188595c-405e-4596-b7d2-949d012d0fb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.009510 10.0.0.141 - - [2026-03-02 02:06:17] "GET /obj-perms HTTP/1.1" 200 4934 0.007600 10.0.0.141 - - [2026-03-02 02:06:17] "GET /obj-perms HTTP/1.1" 200 4934 0.007919 10.0.0.141 - - [2026-03-02 02:06:17] "GET /obj-perms HTTP/1.1" 200 4934 0.059428 10.0.0.141 - - [2026-03-02 02:06:17] "GET /obj-perms HTTP/1.1" 200 4934 0.007253 10.0.0.141 - - [2026-03-02 02:06:18] "GET /obj-perms HTTP/1.1" 200 5039 0.043871 10.0.0.141 - - [2026-03-02 02:06:18] "GET /obj-perms HTTP/1.1" 200 5039 0.003290 10.0.0.141 - - [2026-03-02 02:06:18] "GET /obj-perms HTTP/1.1" 200 4934 0.007758 10.0.0.141 - - [2026-03-02 02:06:18] "GET /obj-perms HTTP/1.1" 200 4934 0.007734 10.0.0.141 - - [2026-03-02 02:06:18] "GET /obj-perms HTTP/1.1" 200 4934 0.059919 10.0.0.141 - - [2026-03-02 02:06:18] "GET /obj-perms HTTP/1.1" 200 4934 0.008341 10.0.0.141 - - [2026-03-02 02:06:18] "GET /obj-perms HTTP/1.1" 200 5039 0.003039 10.0.0.141 - - [2026-03-02 02:06:18] "GET /obj-perms HTTP/1.1" 200 5039 0.002699 10.0.0.141 - - [2026-03-02 02:06:18] "GET /obj-perms HTTP/1.1" 200 4934 0.008545 10.0.0.141 - - [2026-03-02 02:06:19] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.009875 10.0.0.141 - - [2026-03-02 02:06:19] "GET /virtual-machine/1188595c-405e-4596-b7d2-949d012d0fb2 HTTP/1.1" 200 1289 0.010196 10.0.0.141 - - [2026-03-02 02:06:19] "POST /neutron/port HTTP/1.1" 200 1120 0.010353 10.0.0.141 - - [2026-03-02 02:06:19] "POST /neutron/port HTTP/1.1" 200 1110 0.007452 10.0.0.141 - - [2026-03-02 02:06:19] "POST /neutron/port HTTP/1.1" 200 151 0.069534 10.0.0.141 - - [2026-03-02 02:06:21] "GET /virtual-machine/1188595c-405e-4596-b7d2-949d012d0fb2 HTTP/1.1" 404 171 0.008366 10.0.0.141 - - [2026-03-02 02:06:21] "GET /virtual-machine/1188595c-405e-4596-b7d2-949d012d0fb2 HTTP/1.1" 404 171 0.006814 10.0.0.141 - - [2026-03-02 02:06:21] "GET /virtual-machine/1188595c-405e-4596-b7d2-949d012d0fb2 HTTP/1.1" 404 171 0.005606 10.0.0.141 - - [2026-03-02 02:06:21] "POST /fqname-to-id HTTP/1.1" 403 339 0.008443 10.0.0.141 - - [2026-03-02 02:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.001866 10.0.0.141 - - [2026-03-02 02:06:21] "GET /global-vrouter-config/98c9ae9c-40bd-4d86-823c-87edd79906fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002086 10.0.0.141 - - [2026-03-02 02:06:21] "GET /virtual-networks?parent_id=cd62b845-8e9a-4dbd-9368-d2a3ca3ff6bb&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009614 10.0.0.141 - - [2026-03-02 02:06:21] "POST /fqname-to-id HTTP/1.1" 403 361 0.008876 10.0.0.141 - - [2026-03-02 02:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.141 - - [2026-03-02 02:06:21] "GET /routing-instance/5e2c22c2-1865-404c-b2c3-90d68568ff28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.003149 10.0.0.141 - - [2026-03-02 02:06:21] "GET /route-target/4f8c4cb5-6135-4289-a582-4709dccb58ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.009155 10.0.0.141 - - [2026-03-02 02:06:21] "GET /route-target/4f8c4cb5-6135-4289-a582-4709dccb58ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002816 10.0.0.141 - - [2026-03-02 02:06:21] "GET /obj-perms HTTP/1.1" 200 4934 0.009147 10.0.0.141 - - [2026-03-02 02:06:21] "GET /obj-perms HTTP/1.1" 200 4934 0.006280 10.0.0.141 - - [2026-03-02 02:06:21] "GET /obj-perms HTTP/1.1" 200 4934 0.049086 10.0.0.141 - - [2026-03-02 02:06:21] "GET /obj-perms HTTP/1.1" 200 4934 0.006724 10.0.0.141 - - [2026-03-02 02:06:21] "GET /obj-perms HTTP/1.1" 200 5039 0.002733 10.0.0.141 - - [2026-03-02 02:06:24] "GET /obj-perms HTTP/1.1" 200 5039 0.002846 10.0.0.141 - - [2026-03-02 02:06:28] "GET /obj-perms HTTP/1.1" 200 5039 0.002953 10.0.0.141 - - [2026-03-02 02:06:31] "GET /obj-perms HTTP/1.1" 200 5039 0.003447 10.0.0.141 - - [2026-03-02 02:06:31] "DELETE /project/6183ab242c994c2b87ce366bebe87eac HTTP/1.1" 404 173 0.007121 10.0.0.141 - - [2026-03-02 02:06:31] "DELETE /project/0a837d897f0a424aa50c8111a3212c9f HTTP/1.1" 404 173 0.006178 10.0.0.141 - - [2026-03-02 02:06:31] "DELETE /project/cd62b8458e9a4dbd9368d2a3ca3ff6bb HTTP/1.1" 404 173 0.005509 10.0.0.141 - - [2026-03-02 02:06:31] "GET /projects?obj_uuids=98647164-9cef-4af9-95be-9486239976f1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000735 10.0.0.141 - - [2026-03-02 02:06:31] "GET /project/98647164-9cef-4af9-95be-9486239976f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.017947 10.0.0.141 - - [2026-03-02 02:06:31] "GET /projects?obj_uuids=98647164-9cef-4af9-95be-9486239976f1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000766 10.0.0.141 - - [2026-03-02 02:06:31] "GET /project/98647164-9cef-4af9-95be-9486239976f1?fields=security_groups HTTP/1.1" 200 1363 0.061399 10.0.0.141 - - [2026-03-02 02:06:31] "DELETE /security-group/31155a2b-ab01-4c84-b02d-6e5cbc34a49a HTTP/1.1" 200 115 0.037541 10.0.0.141 - - [2026-03-02 02:06:31] "GET /projects?obj_uuids=98647164-9cef-4af9-95be-9486239976f1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000905 10.0.0.141 - - [2026-03-02 02:06:31] "DELETE /access-control-list/d2f4c069-2b99-4bba-a269-cf6c7b4f9220 HTTP/1.1" 200 115 0.033836 10.0.0.141 - - [2026-03-02 02:06:32] "GET /project/98647164-9cef-4af9-95be-9486239976f1?fields=application_policy_sets HTTP/1.1" 200 1402 0.034945 10.0.0.141 - - [2026-03-02 02:06:32] "DELETE /access-control-list/bdd1a3cc-4a25-44f6-92b0-7ff07ce4db96 HTTP/1.1" 200 115 0.028702 10.0.0.141 - - [2026-03-02 02:06:32] "DELETE /project/98647164-9cef-4af9-95be-9486239976f1 HTTP/1.1" 200 115 0.306224 10.0.0.141 - - [2026-03-02 02:06:34] "GET /obj-perms HTTP/1.1" 200 5039 0.002885 10.0.0.141 - - [2026-03-02 02:06:37] "GET /obj-perms HTTP/1.1" 200 5039 0.003303 10.0.0.141 - - [2026-03-02 02:06:40] "GET /obj-perms HTTP/1.1" 200 5039 0.002752 10.0.0.141 - - [2026-03-02 02:06:40] "GET /obj-perms HTTP/1.1" 200 5075 0.042578 10.0.0.141 - - [2026-03-02 02:06:40] "GET /obj-perms HTTP/1.1" 200 5075 0.042395 10.0.0.141 - - [2026-03-02 02:06:43] "GET /obj-perms HTTP/1.1" 200 5039 0.002943 10.0.0.141 - - [2026-03-02 02:06:46] "GET /obj-perms HTTP/1.1" 200 5039 0.003973 10.0.0.141 - - [2026-03-02 02:06:49] "GET /obj-perms HTTP/1.1" 200 5039 0.003041 10.0.0.141 - - [2026-03-02 02:06:52] "GET /obj-perms HTTP/1.1" 200 5039 0.002939 10.0.0.141 - - [2026-03-02 02:06:55] "GET /obj-perms HTTP/1.1" 200 5039 0.002881 10.0.0.141 - - [2026-03-02 02:06:58] "GET /obj-perms HTTP/1.1" 200 5039 0.002705 10.0.0.141 - - [2026-03-02 02:07:01] "GET /obj-perms HTTP/1.1" 200 5039 0.003136 10.0.0.141 - - [2026-03-02 02:07:04] "GET /obj-perms HTTP/1.1" 200 5039 0.002722 10.0.0.141 - - [2026-03-02 02:07:07] "GET /obj-perms HTTP/1.1" 200 5039 0.002862 10.0.0.141 - - [2026-03-02 02:07:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.141 - - [2026-03-02 02:07:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001659 10.0.0.141 - - [2026-03-02 02:07:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002170 10.0.0.141 - - [2026-03-02 02:07:07] "DELETE /virtual-network/091640e6-a563-4d1f-bac9-92f86ff6ffc0 HTTP/1.1" 200 115 0.061733 10.0.0.141 - - [2026-03-02 02:07:07] "DELETE /route-target/4f8c4cb5-6135-4289-a582-4709dccb58ab HTTP/1.1" 200 115 0.014629 10.0.0.141 - - [2026-03-02 02:07:07] "DELETE /api-access-list/38850976-d84d-4359-bd0f-73c9dbd058fc HTTP/1.1" 200 115 0.016996 10.0.0.141 - - [2026-03-02 02:07:07] "GET /api-access-list/38850976-d84d-4359-bd0f-73c9dbd058fc HTTP/1.1" 404 171 0.002579 10.0.0.141 - - [2026-03-02 02:07:07] "GET /projects?obj_uuids=cd62b845-8e9a-4dbd-9368-d2a3ca3ff6bb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001008 10.0.0.141 - - [2026-03-02 02:07:07] "GET /project/cd62b845-8e9a-4dbd-9368-d2a3ca3ff6bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.020507 10.0.0.141 - - [2026-03-02 02:07:07] "GET /projects?obj_uuids=cd62b845-8e9a-4dbd-9368-d2a3ca3ff6bb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001287 10.0.0.141 - - [2026-03-02 02:07:07] "GET /project/cd62b845-8e9a-4dbd-9368-d2a3ca3ff6bb?fields=virtual_networks HTTP/1.1" 200 1024 0.066374 10.0.0.141 - - [2026-03-02 02:07:07] "GET /projects?obj_uuids=cd62b845-8e9a-4dbd-9368-d2a3ca3ff6bb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000899 10.0.0.141 - - [2026-03-02 02:07:07] "GET /project/cd62b845-8e9a-4dbd-9368-d2a3ca3ff6bb?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.021768 10.0.0.141 - - [2026-03-02 02:07:07] "GET /projects?obj_uuids=cd62b845-8e9a-4dbd-9368-d2a3ca3ff6bb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001670 10.0.0.141 - - [2026-03-02 02:07:07] "GET /project/cd62b845-8e9a-4dbd-9368-d2a3ca3ff6bb?fields=security_groups HTTP/1.1" 200 1246 0.027248 10.0.0.141 - - [2026-03-02 02:07:08] "GET /projects?obj_uuids=0a837d89-7f0a-424a-a50c-8111a3212c9f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001090 10.0.0.141 - - [2026-03-02 02:07:08] "GET /project/0a837d89-7f0a-424a-a50c-8111a3212c9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.022859 10.0.0.141 - - [2026-03-02 02:07:08] "GET /projects?obj_uuids=0a837d89-7f0a-424a-a50c-8111a3212c9f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001282 10.0.0.141 - - [2026-03-02 02:07:08] "GET /project/0a837d89-7f0a-424a-a50c-8111a3212c9f?fields=virtual_networks HTTP/1.1" 200 1022 0.064732 10.0.0.141 - - [2026-03-02 02:07:08] "GET /projects?obj_uuids=0a837d89-7f0a-424a-a50c-8111a3212c9f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000893 10.0.0.141 - - [2026-03-02 02:07:08] "GET /project/0a837d89-7f0a-424a-a50c-8111a3212c9f?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.021301 10.0.0.141 - - [2026-03-02 02:07:08] "GET /projects?obj_uuids=0a837d89-7f0a-424a-a50c-8111a3212c9f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000891 10.0.0.141 - - [2026-03-02 02:07:08] "GET /project/0a837d89-7f0a-424a-a50c-8111a3212c9f?fields=security_groups HTTP/1.1" 200 1244 0.021804 10.0.0.141 - - [2026-03-02 02:07:09] "GET /api-access-list/5da1e2ad-1d6a-4039-a3a8-dd14f7d763f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.004338 10.0.0.141 - - [2026-03-02 02:07:09] "PUT /api-access-list/5da1e2ad-1d6a-4039-a3a8-dd14f7d763f2 HTTP/1.1" 200 265 0.007952 10.0.0.141 - - [2026-03-02 02:07:09] "GET /projects?obj_uuids=6183ab24-2c99-4c2b-87ce-366bebe87eac&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001087 10.0.0.141 - - [2026-03-02 02:07:09] "GET /project/6183ab24-2c99-4c2b-87ce-366bebe87eac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.024648 10.0.0.141 - - [2026-03-02 02:07:09] "GET /projects?obj_uuids=6183ab24-2c99-4c2b-87ce-366bebe87eac&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000881 10.0.0.141 - - [2026-03-02 02:07:09] "GET /project/6183ab24-2c99-4c2b-87ce-366bebe87eac?fields=virtual_networks HTTP/1.1" 200 1022 0.063646 10.0.0.141 - - [2026-03-02 02:07:09] "GET /projects?obj_uuids=6183ab24-2c99-4c2b-87ce-366bebe87eac&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000870 10.0.0.141 - - [2026-03-02 02:07:09] "GET /project/6183ab24-2c99-4c2b-87ce-366bebe87eac?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.020957 10.0.0.141 - - [2026-03-02 02:07:09] "GET /projects?obj_uuids=6183ab24-2c99-4c2b-87ce-366bebe87eac&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000890 10.0.0.141 - - [2026-03-02 02:07:09] "GET /project/6183ab24-2c99-4c2b-87ce-366bebe87eac?fields=security_groups HTTP/1.1" 200 1244 0.022619 10.0.0.141 - - [2026-03-02 02:07:10] "POST /fqname-to-id HTTP/1.1" 404 188 0.020953 10.0.0.141 - - [2026-03-02 02:07:10] "GET /projects?obj_uuids=e4ea29ba-1a24-4057-93ae-c19847019f54&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002034 10.0.0.141 - - [2026-03-02 02:07:10] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000840 10.0.0.141 - - [2026-03-02 02:07:10] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005460 10.0.0.141 - - [2026-03-02 02:07:10] "POST /id-to-fqname HTTP/1.1" 200 190 0.001003 10.0.0.141 - - [2026-03-02 02:07:10] "POST /fqname-to-id HTTP/1.1" 404 199 0.002903 10.0.0.141 - - [2026-03-02 02:07:10] "POST /security-groups HTTP/1.1" 200 591 0.060047 10.0.0.141 - - [2026-03-02 02:07:10] "POST /fqname-to-id HTTP/1.1" 404 234 0.002012 10.0.0.141 - - [2026-03-02 02:07:10] "POST /projects HTTP/1.1" 200 585 0.192223 10.0.0.141 - - [2026-03-02 02:07:10] "POST /access-control-lists HTTP/1.1" 200 598 0.057765 10.0.0.141 - - [2026-03-02 02:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.262073 10.0.0.141 - - [2026-03-02 02:07:10] "POST /fqname-to-id HTTP/1.1" 404 233 0.002204 10.0.0.141 - - [2026-03-02 02:07:10] "GET /project/e4ea29ba-1a24-4057-93ae-c19847019f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.368313 10.0.0.141 - - [2026-03-02 02:07:10] "POST /access-control-lists HTTP/1.1" 200 596 0.056291 10.0.0.141 - - [2026-03-02 02:07:11] "GET / HTTP/1.1" 200 36215 0.001555 10.0.0.141 - - [2026-03-02 02:07:13] "POST /fqname-to-id HTTP/1.1" 401 293 0.000475 10.0.0.141 - - [2026-03-02 02:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.025890 10.0.0.141 - - [2026-03-02 02:07:14] "GET /api-access-list/5da1e2ad-1d6a-4039-a3a8-dd14f7d763f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.002416 10.0.0.141 - - [2026-03-02 02:07:14] "GET /api-access-list/5da1e2ad-1d6a-4039-a3a8-dd14f7d763f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.002911 10.0.0.141 - - [2026-03-02 02:07:14] "GET /api-access-list/5da1e2ad-1d6a-4039-a3a8-dd14f7d763f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003137 10.0.0.141 - - [2026-03-02 02:07:14] "PUT /api-access-list/5da1e2ad-1d6a-4039-a3a8-dd14f7d763f2 HTTP/1.1" 200 265 0.007618 10.0.0.141 - - [2026-03-02 02:07:14] "GET /aaa-mode HTTP/1.1" 200 128 0.001100 10.0.0.141 - - [2026-03-02 02:07:14] "POST /fqname-to-id HTTP/1.1" 404 188 0.021134 10.0.0.141 - - [2026-03-02 02:07:14] "GET /projects?obj_uuids=7102d954-a94c-4b55-ab7d-b301e2ecb6eb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001863 10.0.0.141 - - [2026-03-02 02:07:14] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000849 10.0.0.141 - - [2026-03-02 02:07:14] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005474 10.0.0.141 - - [2026-03-02 02:07:14] "POST /id-to-fqname HTTP/1.1" 200 190 0.001127 10.0.0.141 - - [2026-03-02 02:07:14] "POST /fqname-to-id HTTP/1.1" 404 199 0.001888 10.0.0.141 - - [2026-03-02 02:07:15] "POST /security-groups HTTP/1.1" 200 591 0.064009 10.0.0.141 - - [2026-03-02 02:07:15] "POST /fqname-to-id HTTP/1.1" 404 234 0.003073 10.0.0.141 - - [2026-03-02 02:07:15] "POST /projects HTTP/1.1" 200 585 0.203128 10.0.0.141 - - [2026-03-02 02:07:15] "POST /access-control-lists HTTP/1.1" 200 598 0.054971 10.0.0.141 - - [2026-03-02 02:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.268542 10.0.0.141 - - [2026-03-02 02:07:15] "POST /fqname-to-id HTTP/1.1" 404 233 0.002263 10.0.0.141 - - [2026-03-02 02:07:15] "GET /project/7102d954-a94c-4b55-ab7d-b301e2ecb6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.375630 10.0.0.141 - - [2026-03-02 02:07:15] "POST /access-control-lists HTTP/1.1" 200 596 0.056391 10.0.0.141 - - [2026-03-02 02:07:15] "POST /fqname-to-id HTTP/1.1" 404 188 0.021027 10.0.0.141 - - [2026-03-02 02:07:15] "GET /projects?obj_uuids=c0049653-6ede-476b-a057-c26a06f80ba9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002323 10.0.0.141 - - [2026-03-02 02:07:15] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000901 10.0.0.141 - - [2026-03-02 02:07:15] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005628 10.0.0.141 - - [2026-03-02 02:07:15] "POST /id-to-fqname HTTP/1.1" 200 190 0.001010 10.0.0.141 - - [2026-03-02 02:07:15] "POST /fqname-to-id HTTP/1.1" 404 199 0.002766 10.0.0.141 - - [2026-03-02 02:07:15] "POST /security-groups HTTP/1.1" 200 591 0.056031 10.0.0.141 - - [2026-03-02 02:07:15] "POST /fqname-to-id HTTP/1.1" 404 234 0.001929 10.0.0.141 - - [2026-03-02 02:07:15] "POST /projects HTTP/1.1" 200 585 0.188262 10.0.0.141 - - [2026-03-02 02:07:15] "POST /access-control-lists HTTP/1.1" 200 598 0.056412 10.0.0.141 - - [2026-03-02 02:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.257593 10.0.0.141 - - [2026-03-02 02:07:15] "POST /fqname-to-id HTTP/1.1" 404 233 0.002217 10.0.0.141 - - [2026-03-02 02:07:15] "GET /project/c0049653-6ede-476b-a057-c26a06f80ba9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.367980 10.0.0.141 - - [2026-03-02 02:07:15] "POST /access-control-lists HTTP/1.1" 200 596 0.056716 10.0.0.141 - - [2026-03-02 02:07:16] "GET / HTTP/1.1" 200 36215 0.001815 10.0.0.141 - - [2026-03-02 02:07:17] "GET / HTTP/1.1" 200 36215 0.001367 10.0.0.141 - - [2026-03-02 02:07:17] "POST /fqname-to-id HTTP/1.1" 404 183 0.002470 10.0.0.141 - - [2026-03-02 02:07:17] "POST /api-access-lists HTTP/1.1" 200 523 0.012084 10.0.0.141 - - [2026-03-02 02:07:17] "GET /api-access-list/2b340e92-e0a0-46f5-b98c-6af359daa1f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.003634 10.0.0.141 - - [2026-03-02 02:07:17] "GET /api-access-list/2b340e92-e0a0-46f5-b98c-6af359daa1f0 HTTP/1.1" 401 293 0.000412 10.0.0.141 - - [2026-03-02 02:07:18] "GET /api-access-list/2b340e92-e0a0-46f5-b98c-6af359daa1f0 HTTP/1.1" 200 1291 0.055289 10.0.0.141 - - [2026-03-02 02:07:18] "POST /fqname-to-id HTTP/1.1" 401 293 0.000317 10.0.0.141 - - [2026-03-02 02:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.031277 10.0.0.141 - - [2026-03-02 02:07:18] "GET /projects?obj_uuids=7102d954-a94c-4b55-ab7d-b301e2ecb6eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000913 10.0.0.141 - - [2026-03-02 02:07:18] "GET /project/7102d954-a94c-4b55-ab7d-b301e2ecb6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.026665 10.0.0.141 - - [2026-03-02 02:07:18] "GET /virtual-networks?parent_id=7102d954-a94c-4b55-ab7d-b301e2ecb6eb&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009126 10.0.0.141 - - [2026-03-02 02:07:18] "POST /virtual-networks HTTP/1.1" 200 585 0.039644 10.0.0.141 - - [2026-03-02 02:07:18] "POST /route-targets HTTP/1.1" 200 328 0.008128 10.0.0.141 - - [2026-03-02 02:07:18] "POST /ref-update HTTP/1.1" 200 156 0.007704 10.0.0.141 - - [2026-03-02 02:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.009742 10.0.0.141 - - [2026-03-02 02:07:18] "GET /network-ipam/a7b44bda-f803-47b2-b44a-702b22d025f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.008520 10.0.0.141 - - [2026-03-02 02:07:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001888 10.0.0.141 - - [2026-03-02 02:07:18] "POST /ref-update HTTP/1.1" 200 156 0.033819 10.0.0.141 - - [2026-03-02 02:07:18] "POST /neutron/network HTTP/1.1" 200 849 0.035306 10.0.0.141 - - [2026-03-02 02:07:18] "POST /neutron/network HTTP/1.1" 200 849 0.015199 10.0.0.141 - - [2026-03-02 02:07:18] "GET /virtual-network/6646ed72-f00d-4cf2-9a02-e754185a1352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2019 0.009042 10.0.0.141 - - [2026-03-02 02:07:18] "POST /neutron/network HTTP/1.1" 200 849 0.013092 10.0.0.141 - - [2026-03-02 02:07:18] "POST /neutron/subnet HTTP/1.1" 200 684 0.018941 10.0.0.141 - - [2026-03-02 02:07:18] "POST /fqname-to-id HTTP/1.1" 401 293 0.000386 10.0.0.141 - - [2026-03-02 02:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.034481 10.0.0.141 - - [2026-03-02 02:07:19] "GET /projects?obj_uuids=c0049653-6ede-476b-a057-c26a06f80ba9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000996 10.0.0.141 - - [2026-03-02 02:07:19] "GET /project/c0049653-6ede-476b-a057-c26a06f80ba9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.027301 10.0.0.141 - - [2026-03-02 02:07:19] "GET /virtual-networks?parent_id=c0049653-6ede-476b-a057-c26a06f80ba9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009039 10.0.0.141 - - [2026-03-02 02:07:19] "POST /virtual-networks HTTP/1.1" 200 585 0.039217 10.0.0.141 - - [2026-03-02 02:07:19] "POST /route-targets HTTP/1.1" 200 328 0.007888 10.0.0.141 - - [2026-03-02 02:07:19] "POST /ref-update HTTP/1.1" 200 156 0.007972 10.0.0.141 - - [2026-03-02 02:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.008607 10.0.0.141 - - [2026-03-02 02:07:19] "GET /network-ipam/a7b44bda-f803-47b2-b44a-702b22d025f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.008107 10.0.0.141 - - [2026-03-02 02:07:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003197 10.0.0.141 - - [2026-03-02 02:07:19] "POST /ref-update HTTP/1.1" 200 156 0.034392 10.0.0.141 - - [2026-03-02 02:07:19] "POST /neutron/network HTTP/1.1" 200 849 0.035690 10.0.0.141 - - [2026-03-02 02:07:19] "POST /neutron/network HTTP/1.1" 200 849 0.013839 10.0.0.141 - - [2026-03-02 02:07:19] "GET /virtual-network/7c391f30-ce70-4b0f-80c1-ecbd81045fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.009572 10.0.0.141 - - [2026-03-02 02:07:19] "POST /neutron/network HTTP/1.1" 200 849 0.014315 10.0.0.141 - - [2026-03-02 02:07:19] "POST /neutron/subnet HTTP/1.1" 200 681 0.019762 10.0.0.141 - - [2026-03-02 02:07:19] "GET /virtual-network/6646ed72-f00d-4cf2-9a02-e754185a1352 HTTP/1.1" 401 293 0.000309 10.0.0.141 - - [2026-03-02 02:07:20] "GET /virtual-network/6646ed72-f00d-4cf2-9a02-e754185a1352 HTTP/1.1" 200 2320 0.049768 10.0.0.141 - - [2026-03-02 02:07:20] "GET /virtual-network/6646ed72-f00d-4cf2-9a02-e754185a1352 HTTP/1.1" 401 293 0.000386 10.0.0.141 - - [2026-03-02 02:07:20] "GET /virtual-network/6646ed72-f00d-4cf2-9a02-e754185a1352 HTTP/1.1" 403 376 0.027834 10.0.0.141 - - [2026-03-02 02:07:20] "GET /virtual-network/6646ed72-f00d-4cf2-9a02-e754185a1352 HTTP/1.1" 200 2320 0.003840 10.0.0.141 - - [2026-03-02 02:07:20] "GET /virtual-networks HTTP/1.1" 200 372 0.013537 10.0.0.141 - - [2026-03-02 02:07:20] "GET /virtual-networks HTTP/1.1" 200 372 0.011702 10.0.0.141 - - [2026-03-02 02:07:20] "GET /obj-perms HTTP/1.1" 403 257 0.026127 10.0.0.141 - - [2026-03-02 02:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.001885 10.0.0.141 - - [2026-03-02 02:07:20] "GET /virtual-network/6646ed72-f00d-4cf2-9a02-e754185a1352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2019 0.010733 10.0.0.141 - - [2026-03-02 02:07:21] "GET /obj-perms HTTP/1.1" 403 257 0.026428 10.0.0.141 - - [2026-03-02 02:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.001810 10.0.0.141 - - [2026-03-02 02:07:21] "GET /virtual-network/6646ed72-f00d-4cf2-9a02-e754185a1352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.006902 10.0.0.141 - - [2026-03-02 02:07:21] "GET /obj-perms HTTP/1.1" 200 5049 0.045509 10.0.0.141 - - [2026-03-02 02:07:21] "GET /obj-perms HTTP/1.1" 403 257 0.006632 10.0.0.141 - - [2026-03-02 02:07:21] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.014203 10.0.0.141 - - [2026-03-02 02:07:21] "GET /obj-perms HTTP/1.1" 403 257 0.006253 10.0.0.141 - - [2026-03-02 02:07:21] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.013605 10.0.0.141 - - [2026-03-02 02:07:21] "GET /obj-perms HTTP/1.1" 200 5049 0.002637 10.0.0.141 - - [2026-03-02 02:07:22] "PUT /virtual-network/6646ed72-f00d-4cf2-9a02-e754185a1352 HTTP/1.1" 200 265 0.021501 10.0.0.141 - - [2026-03-02 02:07:22] "GET /virtual-networks HTTP/1.1" 200 132 0.014785 10.0.0.141 - - [2026-03-02 02:07:22] "GET /virtual-networks HTTP/1.1" 200 613 0.013253 10.0.0.141 - - [2026-03-02 02:07:22] "GET /virtual-networks HTTP/1.1" 200 1435 0.001787 10.0.0.141 - - [2026-03-02 02:07:22] "GET /obj-perms HTTP/1.1" 403 257 0.005129 10.0.0.141 - - [2026-03-02 02:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.001695 10.0.0.141 - - [2026-03-02 02:07:22] "GET /virtual-network/6646ed72-f00d-4cf2-9a02-e754185a1352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.007399 10.0.0.141 - - [2026-03-02 02:07:22] "GET /obj-perms HTTP/1.1" 403 257 0.026366 10.0.0.141 - - [2026-03-02 02:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.001794 10.0.0.141 - - [2026-03-02 02:07:22] "GET /virtual-network/6646ed72-f00d-4cf2-9a02-e754185a1352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.007398 10.0.0.141 - - [2026-03-02 02:07:22] "GET /obj-perms HTTP/1.1" 403 257 0.008278 10.0.0.141 - - [2026-03-02 02:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.141 - - [2026-03-02 02:07:22] "GET /virtual-network/6646ed72-f00d-4cf2-9a02-e754185a1352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2023 0.013728 10.0.0.141 - - [2026-03-02 02:07:22] "GET /obj-perms HTTP/1.1" 200 5049 0.003520 10.0.0.141 - - [2026-03-02 02:07:22] "GET /obj-perms HTTP/1.1" 403 257 0.008276 10.0.0.141 - - [2026-03-02 02:07:22] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017125 10.0.0.141 - - [2026-03-02 02:07:22] "GET /obj-perms HTTP/1.1" 403 257 0.006521 10.0.0.141 - - [2026-03-02 02:07:22] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 613 0.015056 10.0.0.141 - - [2026-03-02 02:07:23] "GET /obj-perms HTTP/1.1" 200 5049 0.004140 10.0.0.141 - - [2026-03-02 02:07:23] "PUT /virtual-network/6646ed72-f00d-4cf2-9a02-e754185a1352 HTTP/1.1" 200 265 0.025146 10.0.0.141 - - [2026-03-02 02:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.141 - - [2026-03-02 02:07:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002685 10.0.0.141 - - [2026-03-02 02:07:23] "POST /useragent-kv HTTP/1.1" 200 115 0.001462 10.0.0.141 - - [2026-03-02 02:07:23] "DELETE /virtual-network/7c391f30-ce70-4b0f-80c1-ecbd81045fa7 HTTP/1.1" 200 115 0.063128 10.0.0.141 - - [2026-03-02 02:07:23] "DELETE /route-target/692add68-5897-4cf0-9882-7191a6b73630 HTTP/1.1" 200 115 0.016576 10.0.0.141 - - [2026-03-02 02:07:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002532 10.0.0.141 - - [2026-03-02 02:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.141 - - [2026-03-02 02:07:23] "POST /useragent-kv HTTP/1.1" 200 115 0.001478 10.0.0.141 - - [2026-03-02 02:07:23] "DELETE /virtual-network/6646ed72-f00d-4cf2-9a02-e754185a1352 HTTP/1.1" 200 115 0.074777 10.0.0.141 - - [2026-03-02 02:07:23] "DELETE /route-target/b3e5cd53-c59d-4e62-98dd-703ab37350cb HTTP/1.1" 200 115 0.016225 10.0.0.141 - - [2026-03-02 02:07:23] "DELETE /api-access-list/2b340e92-e0a0-46f5-b98c-6af359daa1f0 HTTP/1.1" 200 115 0.019896 10.0.0.141 - - [2026-03-02 02:07:23] "GET /api-access-list/2b340e92-e0a0-46f5-b98c-6af359daa1f0 HTTP/1.1" 404 171 0.001812 10.0.0.141 - - [2026-03-02 02:07:23] "GET /projects?obj_uuids=c0049653-6ede-476b-a057-c26a06f80ba9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000861 10.0.0.141 - - [2026-03-02 02:07:23] "GET /project/c0049653-6ede-476b-a057-c26a06f80ba9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.021671 10.0.0.141 - - [2026-03-02 02:07:23] "GET /projects?obj_uuids=c0049653-6ede-476b-a057-c26a06f80ba9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000842 10.0.0.141 - - [2026-03-02 02:07:23] "GET /project/c0049653-6ede-476b-a057-c26a06f80ba9?fields=virtual_networks HTTP/1.1" 200 1034 0.062559 10.0.0.141 - - [2026-03-02 02:07:23] "GET /projects?obj_uuids=c0049653-6ede-476b-a057-c26a06f80ba9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001154 10.0.0.141 - - [2026-03-02 02:07:23] "GET /project/c0049653-6ede-476b-a057-c26a06f80ba9?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.024166 10.0.0.141 - - [2026-03-02 02:07:23] "GET /projects?obj_uuids=c0049653-6ede-476b-a057-c26a06f80ba9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000855 10.0.0.141 - - [2026-03-02 02:07:23] "GET /project/c0049653-6ede-476b-a057-c26a06f80ba9?fields=security_groups HTTP/1.1" 200 1261 0.024487 10.0.0.141 - - [2026-03-02 02:07:24] "GET /projects?obj_uuids=7102d954-a94c-4b55-ab7d-b301e2ecb6eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000933 10.0.0.141 - - [2026-03-02 02:07:24] "GET /project/7102d954-a94c-4b55-ab7d-b301e2ecb6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.018511 10.0.0.141 - - [2026-03-02 02:07:24] "GET /projects?obj_uuids=7102d954-a94c-4b55-ab7d-b301e2ecb6eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000834 10.0.0.141 - - [2026-03-02 02:07:24] "GET /project/7102d954-a94c-4b55-ab7d-b301e2ecb6eb?fields=virtual_networks HTTP/1.1" 200 1033 0.059631 10.0.0.141 - - [2026-03-02 02:07:24] "GET /projects?obj_uuids=7102d954-a94c-4b55-ab7d-b301e2ecb6eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000888 10.0.0.141 - - [2026-03-02 02:07:24] "GET /project/7102d954-a94c-4b55-ab7d-b301e2ecb6eb?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.019189 10.0.0.141 - - [2026-03-02 02:07:24] "GET /projects?obj_uuids=7102d954-a94c-4b55-ab7d-b301e2ecb6eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000912 10.0.0.141 - - [2026-03-02 02:07:24] "GET /project/7102d954-a94c-4b55-ab7d-b301e2ecb6eb?fields=security_groups HTTP/1.1" 200 1260 0.021942 10.0.0.141 - - [2026-03-02 02:07:25] "GET /aaa-mode HTTP/1.1" 200 128 0.001005 10.0.0.141 - - [2026-03-02 02:07:25] "GET / HTTP/1.1" 200 36215 0.001374 10.0.0.141 - - [2026-03-02 02:07:26] "GET / HTTP/1.1" 200 36215 0.001542 10.0.0.141 - - [2026-03-02 02:07:26] "POST /fqname-to-id HTTP/1.1" 401 293 0.000434 10.0.0.141 - - [2026-03-02 02:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.055531 10.0.0.141 - - [2026-03-02 02:07:27] "GET /projects?obj_uuids=e4ea29ba-1a24-4057-93ae-c19847019f54&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000892 10.0.0.141 - - [2026-03-02 02:07:27] "GET /project/e4ea29ba-1a24-4057-93ae-c19847019f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.025391 10.0.0.141 - - [2026-03-02 02:07:27] "GET /virtual-networks?parent_id=e4ea29ba-1a24-4057-93ae-c19847019f54&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.006732 10.0.0.141 - - [2026-03-02 02:07:27] "POST /fqname-to-id HTTP/1.1" 404 197 0.006199 10.0.0.141 - - [2026-03-02 02:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.007648 10.0.0.141 - - [2026-03-02 02:07:27] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000986 10.0.0.141 - - [2026-03-02 02:07:27] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.010964 10.0.0.141 - - [2026-03-02 02:07:27] "POST /service-templates HTTP/1.1" 403 264 0.005551 10.0.0.141 - - [2026-03-02 02:07:27] "POST /fqname-to-id HTTP/1.1" 404 215 0.002363 10.0.0.141 - - [2026-03-02 02:07:27] "POST /api-access-lists HTTP/1.1" 200 557 0.012294 10.0.0.141 - - [2026-03-02 02:07:27] "GET /api-access-list/3ab665a6-22fa-48ef-a744-5dc525e43f7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.003591 10.0.0.141 - - [2026-03-02 02:07:27] "GET /api-access-list/3ab665a6-22fa-48ef-a744-5dc525e43f7e HTTP/1.1" 200 1325 0.003256 10.0.0.141 - - [2026-03-02 02:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.008283 10.0.0.141 - - [2026-03-02 02:07:27] "GET /projects?obj_uuids=e4ea29ba-1a24-4057-93ae-c19847019f54&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000890 10.0.0.141 - - [2026-03-02 02:07:27] "GET /project/e4ea29ba-1a24-4057-93ae-c19847019f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.025633 10.0.0.141 - - [2026-03-02 02:07:27] "GET /virtual-networks?parent_id=e4ea29ba-1a24-4057-93ae-c19847019f54&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009423 10.0.0.141 - - [2026-03-02 02:07:27] "POST /virtual-networks HTTP/1.1" 200 585 0.039057 10.0.0.141 - - [2026-03-02 02:07:27] "POST /route-targets HTTP/1.1" 200 328 0.008794 10.0.0.141 - - [2026-03-02 02:07:27] "POST /ref-update HTTP/1.1" 200 156 0.010685 10.0.0.141 - - [2026-03-02 02:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.008726 10.0.0.141 - - [2026-03-02 02:07:27] "GET /network-ipam/a7b44bda-f803-47b2-b44a-702b22d025f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.009896 10.0.0.141 - - [2026-03-02 02:07:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002904 10.0.0.141 - - [2026-03-02 02:07:27] "POST /ref-update HTTP/1.1" 200 156 0.041265 10.0.0.141 - - [2026-03-02 02:07:27] "POST /neutron/network HTTP/1.1" 200 847 0.036731 10.0.0.141 - - [2026-03-02 02:07:28] "POST /neutron/network HTTP/1.1" 200 847 0.014304 10.0.0.141 - - [2026-03-02 02:07:28] "GET /virtual-network/442565eb-394e-48a6-a689-c53ae17aaaa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.009839 10.0.0.141 - - [2026-03-02 02:07:28] "POST /neutron/network HTTP/1.1" 200 847 0.015146 10.0.0.141 - - [2026-03-02 02:07:28] "POST /neutron/subnet HTTP/1.1" 200 674 0.020345 10.0.0.141 - - [2026-03-02 02:07:28] "POST /neutron/network HTTP/1.1" 200 847 0.054351 10.0.0.141 - - [2026-03-02 02:07:28] "GET /virtual-network/442565eb-394e-48a6-a689-c53ae17aaaa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007312 10.0.0.141 - - [2026-03-02 02:07:28] "GET /network-ipam/a7b44bda-f803-47b2-b44a-702b22d025f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.002520 10.0.0.141 - - [2026-03-02 02:07:28] "GET /domains HTTP/1.1" 200 281 0.002635 10.0.0.141 - - [2026-03-02 02:07:28] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000779 10.0.0.141 - - [2026-03-02 02:07:28] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 3504 0.005429 10.0.0.141 - - [2026-03-02 02:07:28] "GET /projects?obj_uuids=e4ea29ba-1a24-4057-93ae-c19847019f54&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000721 10.0.0.141 - - [2026-03-02 02:07:28] "GET /project/e4ea29ba-1a24-4057-93ae-c19847019f54 HTTP/1.1" 200 2359 0.061082 10.0.0.141 - - [2026-03-02 02:07:28] "GET /virtual-network/442565eb-394e-48a6-a689-c53ae17aaaa0 HTTP/1.1" 200 2314 0.004642 10.0.0.141 - - [2026-03-02 02:07:28] "GET /virtual-network/442565eb-394e-48a6-a689-c53ae17aaaa0 HTTP/1.1" 200 2314 0.003847 10.0.0.141 - - [2026-03-02 02:07:28] "GET /routing-instance/381a760c-311c-416d-9d5c-31267315b932 HTTP/1.1" 200 1558 0.002503 10.0.0.141 - - [2026-03-02 02:07:28] "GET /routing-instance/381a760c-311c-416d-9d5c-31267315b932 HTTP/1.1" 200 1558 0.002367 10.0.0.141 - - [2026-03-02 02:07:28] "GET /route-target/359531aa-ed5a-4a7f-a052-415ef81fd807 HTTP/1.1" 200 1246 0.002193 10.0.0.141 - - [2026-03-02 02:07:28] "GET /virtual-network/442565eb-394e-48a6-a689-c53ae17aaaa0 HTTP/1.1" 200 2314 0.003504 10.0.0.141 - - [2026-03-02 02:07:28] "GET /routing-instance/381a760c-311c-416d-9d5c-31267315b932 HTTP/1.1" 200 1558 0.002143 10.0.0.141 - - [2026-03-02 02:07:28] "GET /virtual-network/442565eb-394e-48a6-a689-c53ae17aaaa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.003960 10.0.0.141 - - [2026-03-02 02:07:28] "GET /virtual-network/442565eb-394e-48a6-a689-c53ae17aaaa0 HTTP/1.1" 200 2314 0.003374 10.0.0.141 - - [2026-03-02 02:07:28] "GET /routing-instance/381a760c-311c-416d-9d5c-31267315b932 HTTP/1.1" 200 1558 0.002157 10.0.0.141 - - [2026-03-02 02:07:28] "GET /routing-instance/381a760c-311c-416d-9d5c-31267315b932 HTTP/1.1" 200 1558 0.002195 10.0.0.141 - - [2026-03-02 02:07:28] "GET /route-target/359531aa-ed5a-4a7f-a052-415ef81fd807 HTTP/1.1" 200 1246 0.001840 10.0.0.141 - - [2026-03-02 02:07:28] "GET /domains HTTP/1.1" 200 281 0.002124 10.0.0.141 - - [2026-03-02 02:07:28] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001005 10.0.0.141 - - [2026-03-02 02:07:28] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15 HTTP/1.1" 200 3504 0.005198 10.0.0.141 - - [2026-03-02 02:07:28] "GET /projects?obj_uuids=e4ea29ba-1a24-4057-93ae-c19847019f54&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000727 10.0.0.141 - - [2026-03-02 02:07:28] "GET /project/e4ea29ba-1a24-4057-93ae-c19847019f54 HTTP/1.1" 200 2359 0.061277 10.0.0.141 - - [2026-03-02 02:07:28] "GET /virtual-network/442565eb-394e-48a6-a689-c53ae17aaaa0 HTTP/1.1" 200 2314 0.003594 10.0.0.141 - - [2026-03-02 02:07:28] "GET /obj-perms HTTP/1.1" 200 5049 0.002037 10.0.0.141 - - [2026-03-02 02:07:28] "POST /fqname-to-id HTTP/1.1" 404 197 0.005986 10.0.0.141 - - [2026-03-02 02:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006441 10.0.0.141 - - [2026-03-02 02:07:28] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000902 10.0.0.141 - - [2026-03-02 02:07:28] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.011060 10.0.0.141 - - [2026-03-02 02:07:28] "POST /service-templates HTTP/1.1" 403 264 0.006372 10.0.0.141 - - [2026-03-02 02:07:28] "POST /fqname-to-id HTTP/1.1" 404 183 0.002769 10.0.0.141 - - [2026-03-02 02:07:28] "POST /api-access-lists HTTP/1.1" 200 523 0.011204 10.0.0.141 - - [2026-03-02 02:07:28] "GET /api-access-list/59f2cce8-911b-4de9-afaf-63e5496fb80e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.005138 10.0.0.141 - - [2026-03-02 02:07:28] "GET /api-access-list/59f2cce8-911b-4de9-afaf-63e5496fb80e HTTP/1.1" 200 1292 0.002881 10.0.0.141 - - [2026-03-02 02:07:28] "POST /fqname-to-id HTTP/1.1" 404 197 0.008255 10.0.0.141 - - [2026-03-02 02:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.007285 10.0.0.141 - - [2026-03-02 02:07:28] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000909 10.0.0.141 - - [2026-03-02 02:07:28] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.011831 10.0.0.141 - - [2026-03-02 02:07:28] "POST /service-templates HTTP/1.1" 200 553 0.018142 10.0.0.141 - - [2026-03-02 02:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.011152 10.0.0.141 - - [2026-03-02 02:07:29] "GET /service-template/b20a98c4-48ce-46fe-a1a9-432886f0194a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.012804 10.0.0.141 - - [2026-03-02 02:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.009622 10.0.0.141 - - [2026-03-02 02:07:29] "GET /service-template/b20a98c4-48ce-46fe-a1a9-432886f0194a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.008422 10.0.0.141 - - [2026-03-02 02:07:29] "GET /virtual-network/442565eb-394e-48a6-a689-c53ae17aaaa0 HTTP/1.1" 401 293 0.000468 10.0.0.141 - - [2026-03-02 02:07:29] "GET /virtual-network/442565eb-394e-48a6-a689-c53ae17aaaa0 HTTP/1.1" 403 263 0.030374 10.0.0.141 - - [2026-03-02 02:07:29] "GET /service-template/b20a98c4-48ce-46fe-a1a9-432886f0194a HTTP/1.1" 403 264 0.006399 10.0.0.141 - - [2026-03-02 02:07:29] "GET /service-template/b20a98c4-48ce-46fe-a1a9-432886f0194a HTTP/1.1" 403 264 0.028340 10.0.0.141 - - [2026-03-02 02:07:30] "GET /obj-perms HTTP/1.1" 403 257 0.028949 10.0.0.141 - - [2026-03-02 02:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.001833 10.0.0.141 - - [2026-03-02 02:07:30] "GET /virtual-network/442565eb-394e-48a6-a689-c53ae17aaaa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.006875 10.0.0.141 - - [2026-03-02 02:07:30] "GET /obj-perms HTTP/1.1" 403 257 0.007130 10.0.0.141 - - [2026-03-02 02:07:30] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007131 10.0.0.141 - - [2026-03-02 02:07:30] "GET /api-access-list/3ab665a6-22fa-48ef-a744-5dc525e43f7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.002710 10.0.0.141 - - [2026-03-02 02:07:30] "PUT /api-access-list/3ab665a6-22fa-48ef-a744-5dc525e43f7e HTTP/1.1" 200 265 0.006632 10.0.0.141 - - [2026-03-02 02:07:30] "GET /api-access-list/3ab665a6-22fa-48ef-a744-5dc525e43f7e HTTP/1.1" 200 1462 0.003021 10.0.0.141 - - [2026-03-02 02:07:30] "GET /virtual-network/442565eb-394e-48a6-a689-c53ae17aaaa0 HTTP/1.1" 200 2314 0.011656 10.0.0.141 - - [2026-03-02 02:07:30] "POST /fqname-to-id HTTP/1.1" 401 293 0.000499 10.0.0.141 - - [2026-03-02 02:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.030061 10.0.0.141 - - [2026-03-02 02:07:30] "GET /projects?obj_uuids=e4ea29ba-1a24-4057-93ae-c19847019f54&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000962 10.0.0.141 - - [2026-03-02 02:07:30] "GET /project/e4ea29ba-1a24-4057-93ae-c19847019f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.026936 10.0.0.141 - - [2026-03-02 02:07:30] "GET /virtual-networks?parent_id=e4ea29ba-1a24-4057-93ae-c19847019f54&detail=False&count=False&shared=False HTTP/1.1" 200 372 0.011058 10.0.0.141 - - [2026-03-02 02:07:30] "POST /virtual-networks HTTP/1.1" 403 263 0.007125 10.0.0.141 - - [2026-03-02 02:07:30] "GET /service-template/b20a98c4-48ce-46fe-a1a9-432886f0194a HTTP/1.1" 403 264 0.007255 10.0.0.141 - - [2026-03-02 02:07:31] "GET /service-template/b20a98c4-48ce-46fe-a1a9-432886f0194a HTTP/1.1" 403 264 0.030741 10.0.0.141 - - [2026-03-02 02:07:31] "GET /obj-perms HTTP/1.1" 403 257 0.006015 10.0.0.141 - - [2026-03-02 02:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001824 10.0.0.141 - - [2026-03-02 02:07:31] "GET /virtual-network/442565eb-394e-48a6-a689-c53ae17aaaa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.011696 10.0.0.141 - - [2026-03-02 02:07:31] "GET /obj-perms HTTP/1.1" 403 257 0.007537 10.0.0.141 - - [2026-03-02 02:07:31] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.014305 10.0.0.141 - - [2026-03-02 02:07:31] "GET /api-access-list/59f2cce8-911b-4de9-afaf-63e5496fb80e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.002740 10.0.0.141 - - [2026-03-02 02:07:31] "PUT /api-access-list/59f2cce8-911b-4de9-afaf-63e5496fb80e HTTP/1.1" 200 265 0.006311 10.0.0.141 - - [2026-03-02 02:07:31] "GET /api-access-list/59f2cce8-911b-4de9-afaf-63e5496fb80e HTTP/1.1" 200 1430 0.002858 10.0.0.141 - - [2026-03-02 02:07:31] "GET /service-template/b20a98c4-48ce-46fe-a1a9-432886f0194a HTTP/1.1" 200 1856 0.009040 10.0.0.141 - - [2026-03-02 02:07:31] "POST /fqname-to-id HTTP/1.1" 404 197 0.006768 10.0.0.141 - - [2026-03-02 02:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.007417 10.0.0.141 - - [2026-03-02 02:07:31] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000939 10.0.0.141 - - [2026-03-02 02:07:31] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.012007 10.0.0.141 - - [2026-03-02 02:07:31] "POST /service-templates HTTP/1.1" 403 264 0.007267 10.0.0.141 - - [2026-03-02 02:07:31] "GET /api-access-list/3ab665a6-22fa-48ef-a744-5dc525e43f7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.002772 10.0.0.141 - - [2026-03-02 02:07:31] "PUT /api-access-list/3ab665a6-22fa-48ef-a744-5dc525e43f7e HTTP/1.1" 200 265 0.006538 10.0.0.141 - - [2026-03-02 02:07:31] "GET /api-access-list/3ab665a6-22fa-48ef-a744-5dc525e43f7e HTTP/1.1" 200 1325 0.002911 10.0.0.141 - - [2026-03-02 02:07:31] "GET /api-access-list/59f2cce8-911b-4de9-afaf-63e5496fb80e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.002516 10.0.0.141 - - [2026-03-02 02:07:31] "PUT /api-access-list/59f2cce8-911b-4de9-afaf-63e5496fb80e HTTP/1.1" 200 265 0.006727 10.0.0.141 - - [2026-03-02 02:07:31] "GET /api-access-list/59f2cce8-911b-4de9-afaf-63e5496fb80e HTTP/1.1" 200 1292 0.003064 10.0.0.141 - - [2026-03-02 02:07:31] "GET /virtual-network/442565eb-394e-48a6-a689-c53ae17aaaa0 HTTP/1.1" 403 263 0.007176 10.0.0.141 - - [2026-03-02 02:07:32] "GET /virtual-network/442565eb-394e-48a6-a689-c53ae17aaaa0 HTTP/1.1" 403 263 0.038981 10.0.0.141 - - [2026-03-02 02:07:32] "GET /service-template/b20a98c4-48ce-46fe-a1a9-432886f0194a HTTP/1.1" 403 264 0.025344 10.0.0.141 - - [2026-03-02 02:07:32] "DELETE /project/e4ea29ba1a24405793aec19847019f54 HTTP/1.1" 404 173 0.013484 10.0.0.141 - - [2026-03-02 02:07:32] "DELETE /project/7102d954a94c4b55ab7db301e2ecb6eb HTTP/1.1" 404 173 0.004697 10.0.0.141 - - [2026-03-02 02:07:32] "DELETE /project/c00496536ede476ba057c26a06f80ba9 HTTP/1.1" 404 173 0.001781 10.0.0.141 - - [2026-03-02 02:07:32] "GET /projects?obj_uuids=7102d954-a94c-4b55-ab7d-b301e2ecb6eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000828 10.0.0.141 - - [2026-03-02 02:07:32] "GET /projects?obj_uuids=cd62b845-8e9a-4dbd-9368-d2a3ca3ff6bb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000902 10.0.0.141 - - [2026-03-02 02:07:32] "GET /projects?obj_uuids=c0049653-6ede-476b-a057-c26a06f80ba9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000724 10.0.0.141 - - [2026-03-02 02:07:32] "GET /projects?obj_uuids=6183ab24-2c99-4c2b-87ce-366bebe87eac&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000728 10.0.0.141 - - [2026-03-02 02:07:32] "GET /projects?obj_uuids=0a837d89-7f0a-424a-a50c-8111a3212c9f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000704 10.0.0.141 - - [2026-03-02 02:07:32] "GET /project/cd62b845-8e9a-4dbd-9368-d2a3ca3ff6bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.050037 10.0.0.141 - - [2026-03-02 02:07:32] "GET /project/0a837d89-7f0a-424a-a50c-8111a3212c9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.047157 10.0.0.141 - - [2026-03-02 02:07:32] "GET /project/c0049653-6ede-476b-a057-c26a06f80ba9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.054452 10.0.0.141 - - [2026-03-02 02:07:32] "GET /project/7102d954-a94c-4b55-ab7d-b301e2ecb6eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.061328 10.0.0.141 - - [2026-03-02 02:07:32] "GET /project/6183ab24-2c99-4c2b-87ce-366bebe87eac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.060919 10.0.0.141 - - [2026-03-02 02:07:32] "GET /projects?obj_uuids=6183ab24-2c99-4c2b-87ce-366bebe87eac&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001679 10.0.0.141 - - [2026-03-02 02:07:32] "GET /projects?obj_uuids=7102d954-a94c-4b55-ab7d-b301e2ecb6eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000776 10.0.0.141 - - [2026-03-02 02:07:32] "GET /projects?obj_uuids=c0049653-6ede-476b-a057-c26a06f80ba9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000857 10.0.0.141 - - [2026-03-02 02:07:32] "GET /projects?obj_uuids=0a837d89-7f0a-424a-a50c-8111a3212c9f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000921 10.0.0.141 - - [2026-03-02 02:07:32] "GET /projects?obj_uuids=cd62b845-8e9a-4dbd-9368-d2a3ca3ff6bb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000796 10.0.0.141 - - [2026-03-02 02:07:32] "GET /project/cd62b845-8e9a-4dbd-9368-d2a3ca3ff6bb?fields=security_groups HTTP/1.1" 200 1348 0.072353 10.0.0.141 - - [2026-03-02 02:07:32] "GET /project/c0049653-6ede-476b-a057-c26a06f80ba9?fields=security_groups HTTP/1.1" 200 1363 0.072588 10.0.0.141 - - [2026-03-02 02:07:32] "GET /project/7102d954-a94c-4b55-ab7d-b301e2ecb6eb?fields=security_groups HTTP/1.1" 200 1362 0.075866 10.0.0.141 - - [2026-03-02 02:07:32] "GET /project/6183ab24-2c99-4c2b-87ce-366bebe87eac?fields=security_groups HTTP/1.1" 200 1346 0.080317 10.0.0.141 - - [2026-03-02 02:07:32] "GET /project/0a837d89-7f0a-424a-a50c-8111a3212c9f?fields=security_groups HTTP/1.1" 200 1346 0.092437 10.0.0.141 - - [2026-03-02 02:07:32] "DELETE /access-control-list/831e627e-f484-4b06-8dc4-ba386738e750 HTTP/1.1" 200 115 0.045413 10.0.0.141 - - [2026-03-02 02:07:32] "DELETE /security-group/6f076131-cafc-4089-86d4-b87407447495 HTTP/1.1" 200 115 0.086049 10.0.0.141 - - [2026-03-02 02:07:32] "GET /projects?obj_uuids=cd62b845-8e9a-4dbd-9368-d2a3ca3ff6bb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001043 10.0.0.141 - - [2026-03-02 02:07:32] "DELETE /security-group/d8116cdc-3e35-4f72-8e18-e9e33263eeeb HTTP/1.1" 200 115 0.106113 10.0.0.141 - - [2026-03-02 02:07:32] "GET /projects?obj_uuids=c0049653-6ede-476b-a057-c26a06f80ba9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000963 10.0.0.141 - - [2026-03-02 02:07:32] "DELETE /security-group/7ef5e212-0880-4869-941f-134f3397aa51 HTTP/1.1" 200 115 0.109594 10.0.0.141 - - [2026-03-02 02:07:32] "DELETE /security-group/87fb3c6a-4cff-4108-82fa-6715cd69b5fc HTTP/1.1" 200 115 0.124415 10.0.0.141 - - [2026-03-02 02:07:32] "GET /project/cd62b845-8e9a-4dbd-9368-d2a3ca3ff6bb?fields=application_policy_sets HTTP/1.1" 200 1387 0.052516 10.0.0.141 - - [2026-03-02 02:07:32] "GET /projects?obj_uuids=6183ab24-2c99-4c2b-87ce-366bebe87eac&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000953 10.0.0.141 - - [2026-03-02 02:07:32] "GET /projects?obj_uuids=7102d954-a94c-4b55-ab7d-b301e2ecb6eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000787 10.0.0.141 - - [2026-03-02 02:07:32] "DELETE /access-control-list/61fba32e-ac82-43e2-a913-e8104dc8da34 HTTP/1.1" 200 115 0.077482 10.0.0.141 - - [2026-03-02 02:07:32] "DELETE /security-group/4d800872-3c58-4851-a848-2eac5673feaa HTTP/1.1" 200 115 0.123030 10.0.0.141 - - [2026-03-02 02:07:32] "GET /projects?obj_uuids=0a837d89-7f0a-424a-a50c-8111a3212c9f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000801 10.0.0.141 - - [2026-03-02 02:07:32] "GET /service-template/b20a98c4-48ce-46fe-a1a9-432886f0194a HTTP/1.1" 403 264 0.066347 10.0.0.141 - - [2026-03-02 02:07:32] "GET /project/6183ab24-2c99-4c2b-87ce-366bebe87eac?fields=application_policy_sets HTTP/1.1" 200 1385 0.059000 10.0.0.141 - - [2026-03-02 02:07:32] "GET /obj-perms HTTP/1.1" 403 257 0.059294 10.0.0.141 - - [2026-03-02 02:07:32] "GET /project/c0049653-6ede-476b-a057-c26a06f80ba9?fields=application_policy_sets HTTP/1.1" 200 1402 0.134938 10.0.0.141 - - [2026-03-02 02:07:32] "GET /project/0a837d89-7f0a-424a-a50c-8111a3212c9f?fields=application_policy_sets HTTP/1.1" 200 1385 0.088229 10.0.0.141 - - [2026-03-02 02:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004898 10.0.0.141 - - [2026-03-02 02:07:32] "GET /project/7102d954-a94c-4b55-ab7d-b301e2ecb6eb?fields=application_policy_sets HTTP/1.1" 200 1401 0.144865 10.0.0.141 - - [2026-03-02 02:07:32] "DELETE /access-control-list/51a2b488-df86-49ff-bd82-c090189ea103 HTTP/1.1" 200 115 0.122923 10.0.0.141 - - [2026-03-02 02:07:32] "GET /virtual-network/442565eb-394e-48a6-a689-c53ae17aaaa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.038866 10.0.0.141 - - [2026-03-02 02:07:32] "DELETE /access-control-list/e00b3bde-8df6-49f8-a378-f4c6a3121b37 HTTP/1.1" 200 115 0.098953 10.0.0.141 - - [2026-03-02 02:07:32] "DELETE /access-control-list/444217cf-7c7b-4a29-81da-7ccaf5ccb3f7 HTTP/1.1" 200 115 0.062083 10.0.0.141 - - [2026-03-02 02:07:32] "DELETE /project/cd62b845-8e9a-4dbd-9368-d2a3ca3ff6bb HTTP/1.1" 200 115 0.690612 10.0.0.141 - - [2026-03-02 02:07:32] "DELETE /project/6183ab24-2c99-4c2b-87ce-366bebe87eac HTTP/1.1" 200 115 0.706216 10.0.0.141 - - [2026-03-02 02:07:32] "DELETE /access-control-list/c24b545a-13f2-48dc-b3b9-a800512a36d9 HTTP/1.1" 200 115 0.041487 10.0.0.141 - - [2026-03-02 02:07:32] "DELETE /project/c0049653-6ede-476b-a057-c26a06f80ba9 HTTP/1.1" 200 115 0.726176 10.0.0.141 - - [2026-03-02 02:07:32] "DELETE /project/0a837d89-7f0a-424a-a50c-8111a3212c9f HTTP/1.1" 200 115 0.730758 10.0.0.141 - - [2026-03-02 02:07:32] "DELETE /project/7102d954-a94c-4b55-ab7d-b301e2ecb6eb HTTP/1.1" 200 115 0.732992 10.0.0.141 - - [2026-03-02 02:07:32] "DELETE /access-control-list/11f1d9e1-9e0f-4e34-8300-726f88c4f613 HTTP/1.1" 200 115 0.014426 10.0.0.141 - - [2026-03-02 02:07:32] "DELETE /access-control-list/6f870a75-9d31-4f81-b19a-adec05aba36f HTTP/1.1" 200 115 0.014439 10.0.0.141 - - [2026-03-02 02:07:33] "DELETE /access-control-list/793289f0-b13e-4d86-a9c1-73d850c90b70 HTTP/1.1" 200 115 0.032357 10.0.0.141 - - [2026-03-02 02:07:33] "DELETE /access-control-list/949c64ae-777b-4344-9014-ccd4f7b15a24 HTTP/1.1" 200 115 0.027475 10.0.0.141 - - [2026-03-02 02:07:33] "GET /obj-perms HTTP/1.1" 403 257 0.029884 10.0.0.141 - - [2026-03-02 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.001753 10.0.0.141 - - [2026-03-02 02:07:33] "GET /virtual-network/442565eb-394e-48a6-a689-c53ae17aaaa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008142 10.0.0.141 - - [2026-03-02 02:07:33] "GET /obj-perms HTTP/1.1" 403 257 0.007438 10.0.0.141 - - [2026-03-02 02:07:33] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007721 10.0.0.141 - - [2026-03-02 02:07:33] "GET /api-access-list/5da1e2ad-1d6a-4039-a3a8-dd14f7d763f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.003340 10.0.0.141 - - [2026-03-02 02:07:33] "PUT /api-access-list/5da1e2ad-1d6a-4039-a3a8-dd14f7d763f2 HTTP/1.1" 200 265 0.008114 10.0.0.141 - - [2026-03-02 02:07:33] "GET /service-template/b20a98c4-48ce-46fe-a1a9-432886f0194a HTTP/1.1" 200 1856 0.009594 10.0.0.141 - - [2026-03-02 02:07:33] "GET /virtual-network/442565eb-394e-48a6-a689-c53ae17aaaa0 HTTP/1.1" 200 2314 0.013530 10.0.0.141 - - [2026-03-02 02:07:33] "GET /obj-perms HTTP/1.1" 403 257 0.006618 10.0.0.141 - - [2026-03-02 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.001785 10.0.0.141 - - [2026-03-02 02:07:33] "GET /virtual-network/442565eb-394e-48a6-a689-c53ae17aaaa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.012657 10.0.0.141 - - [2026-03-02 02:07:33] "GET /obj-perms HTTP/1.1" 403 257 0.007453 10.0.0.141 - - [2026-03-02 02:07:33] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.014792 10.0.0.141 - - [2026-03-02 02:07:33] "DELETE /api-access-list/3ab665a6-22fa-48ef-a744-5dc525e43f7e HTTP/1.1" 200 115 0.015893 10.0.0.141 - - [2026-03-02 02:07:33] "GET /api-access-list/3ab665a6-22fa-48ef-a744-5dc525e43f7e HTTP/1.1" 404 171 0.002030 10.0.0.141 - - [2026-03-02 02:07:33] "DELETE /api-access-list/59f2cce8-911b-4de9-afaf-63e5496fb80e HTTP/1.1" 200 115 0.014464 10.0.0.141 - - [2026-03-02 02:07:33] "GET /api-access-list/59f2cce8-911b-4de9-afaf-63e5496fb80e HTTP/1.1" 404 171 0.002073 10.0.0.141 - - [2026-03-02 02:07:33] "GET /virtual-network/442565eb-394e-48a6-a689-c53ae17aaaa0 HTTP/1.1" 401 293 0.000323 10.0.0.141 - - [2026-03-02 02:07:34] "GET /virtual-network/442565eb-394e-48a6-a689-c53ae17aaaa0 HTTP/1.1" 403 263 0.028301 10.0.0.141 - - [2026-03-02 02:07:34] "GET /service-template/b20a98c4-48ce-46fe-a1a9-432886f0194a HTTP/1.1" 403 264 0.005314 10.0.0.141 - - [2026-03-02 02:07:34] "GET /service-template/b20a98c4-48ce-46fe-a1a9-432886f0194a HTTP/1.1" 403 264 0.031734 10.0.0.141 - - [2026-03-02 02:07:34] "GET /obj-perms HTTP/1.1" 403 257 0.026099 10.0.0.141 - - [2026-03-02 02:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.001808 10.0.0.141 - - [2026-03-02 02:07:34] "GET /virtual-network/442565eb-394e-48a6-a689-c53ae17aaaa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.006166 10.0.0.141 - - [2026-03-02 02:07:34] "GET /obj-perms HTTP/1.1" 403 257 0.005952 10.0.0.141 - - [2026-03-02 02:07:34] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.006329 10.0.0.141 - - [2026-03-02 02:07:34] "GET /api-access-list/5da1e2ad-1d6a-4039-a3a8-dd14f7d763f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2687 0.002874 10.0.0.141 - - [2026-03-02 02:07:34] "PUT /api-access-list/5da1e2ad-1d6a-4039-a3a8-dd14f7d763f2 HTTP/1.1" 200 265 0.006710 10.0.0.141 - - [2026-03-02 02:07:35] "GET /virtual-network/442565eb-394e-48a6-a689-c53ae17aaaa0 HTTP/1.1" 200 2314 0.010662 10.0.0.141 - - [2026-03-02 02:07:35] "GET /service-template/b20a98c4-48ce-46fe-a1a9-432886f0194a HTTP/1.1" 200 1856 0.006958 10.0.0.141 - - [2026-03-02 02:07:35] "GET /obj-perms HTTP/1.1" 403 257 0.004812 10.0.0.141 - - [2026-03-02 02:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.001721 10.0.0.141 - - [2026-03-02 02:07:35] "GET /virtual-network/442565eb-394e-48a6-a689-c53ae17aaaa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.010279 10.0.0.141 - - [2026-03-02 02:07:35] "GET /obj-perms HTTP/1.1" 403 257 0.005882 10.0.0.141 - - [2026-03-02 02:07:35] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.012767 10.0.0.141 - - [2026-03-02 02:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.007423 10.0.0.141 - - [2026-03-02 02:07:35] "DELETE /service-template/b20a98c4-48ce-46fe-a1a9-432886f0194a HTTP/1.1" 200 115 0.016812 10.0.0.141 - - [2026-03-02 02:07:35] "POST /fqname-to-id HTTP/1.1" 404 197 0.007656 10.0.0.141 - - [2026-03-02 02:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.141 - - [2026-03-02 02:07:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001704 10.0.0.141 - - [2026-03-02 02:07:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002502 10.0.0.141 - - [2026-03-02 02:07:35] "DELETE /virtual-network/442565eb-394e-48a6-a689-c53ae17aaaa0 HTTP/1.1" 200 115 0.057293 10.0.0.141 - - [2026-03-02 02:07:35] "DELETE /route-target/359531aa-ed5a-4a7f-a052-415ef81fd807 HTTP/1.1" 200 115 0.011878 10.0.0.141 - - [2026-03-02 02:07:35] "GET /api-access-list/5da1e2ad-1d6a-4039-a3a8-dd14f7d763f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.003119 10.0.0.141 - - [2026-03-02 02:07:35] "PUT /api-access-list/5da1e2ad-1d6a-4039-a3a8-dd14f7d763f2 HTTP/1.1" 200 265 0.006608 10.0.0.141 - - [2026-03-02 02:07:35] "GET /api-access-list/5da1e2ad-1d6a-4039-a3a8-dd14f7d763f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.003204 10.0.0.141 - - [2026-03-02 02:07:35] "PUT /api-access-list/5da1e2ad-1d6a-4039-a3a8-dd14f7d763f2 HTTP/1.1" 200 265 0.008233 10.0.0.141 - - [2026-03-02 02:07:36] "GET /api-access-list/5da1e2ad-1d6a-4039-a3a8-dd14f7d763f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.003180 10.0.0.141 - - [2026-03-02 02:07:36] "PUT /api-access-list/5da1e2ad-1d6a-4039-a3a8-dd14f7d763f2 HTTP/1.1" 200 265 0.006868 10.0.0.141 - - [2026-03-02 02:07:36] "GET /projects?obj_uuids=e4ea29ba-1a24-4057-93ae-c19847019f54&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001119 10.0.0.141 - - [2026-03-02 02:07:36] "GET /project/e4ea29ba-1a24-4057-93ae-c19847019f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.023172 10.0.0.141 - - [2026-03-02 02:07:36] "GET /projects?obj_uuids=e4ea29ba-1a24-4057-93ae-c19847019f54&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000871 10.0.0.141 - - [2026-03-02 02:07:36] "GET /project/e4ea29ba-1a24-4057-93ae-c19847019f54?fields=virtual_networks HTTP/1.1" 200 1034 0.060890 10.0.0.141 - - [2026-03-02 02:07:36] "GET /projects?obj_uuids=e4ea29ba-1a24-4057-93ae-c19847019f54&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001204 10.0.0.141 - - [2026-03-02 02:07:36] "GET /project/e4ea29ba-1a24-4057-93ae-c19847019f54?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.024682 10.0.0.141 - - [2026-03-02 02:07:36] "GET /projects?obj_uuids=e4ea29ba-1a24-4057-93ae-c19847019f54&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000952 10.0.0.141 - - [2026-03-02 02:07:36] "GET /project/e4ea29ba-1a24-4057-93ae-c19847019f54?fields=security_groups HTTP/1.1" 200 1261 0.024498 10.0.0.141 - - [2026-03-02 02:07:37] "GET /projects?obj_uuids=d7b1a13a-51ad-4751-a76d-e5acad186b1f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000903 10.0.0.141 - - [2026-03-02 02:07:37] "GET /project/d7b1a13a-51ad-4751-a76d-e5acad186b1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.021016 [Introspect:8084]10.0.0.141 - - [2026-03-02 02:07:37] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001026 10.0.0.141 - - [2026-03-02 02:07:37] "POST /fqname-to-id HTTP/1.1" 404 184 0.023459 10.0.0.141 - - [2026-03-02 02:07:38] "GET /projects?obj_uuids=701ca8cf-8fc7-44f9-bb63-051e1999ad77&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002198 10.0.0.141 - - [2026-03-02 02:07:38] "GET /domains?obj_uuids=ef259376-98d4-4d40-8afd-670806ec0d15&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001558 10.0.0.141 - - [2026-03-02 02:07:38] "GET /domain/ef259376-98d4-4d40-8afd-670806ec0d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006727 10.0.0.141 - - [2026-03-02 02:07:38] "POST /id-to-fqname HTTP/1.1" 200 186 0.001164 10.0.0.141 - - [2026-03-02 02:07:38] "POST /fqname-to-id HTTP/1.1" 404 195 0.002311 10.0.0.141 - - [2026-03-02 02:07:38] "POST /security-groups HTTP/1.1" 200 587 0.060263 10.0.0.141 - - [2026-03-02 02:07:38] "POST /fqname-to-id HTTP/1.1" 404 230 0.001834 10.0.0.141 - - [2026-03-02 02:07:38] "POST /projects HTTP/1.1" 200 577 0.197255 10.0.0.141 - - [2026-03-02 02:07:38] "POST /access-control-lists HTTP/1.1" 200 594 0.053132 10.0.0.141 - - [2026-03-02 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.268140 10.0.0.141 - - [2026-03-02 02:07:38] "POST /fqname-to-id HTTP/1.1" 404 229 0.002401 10.0.0.141 - - [2026-03-02 02:07:38] "GET /project/701ca8cf-8fc7-44f9-bb63-051e1999ad77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.390991 10.0.0.141 - - [2026-03-02 02:07:38] "POST /access-control-lists HTTP/1.1" 200 592 0.056561 10.0.0.141 - - [2026-03-02 02:07:39] "GET / HTTP/1.1" 200 36215 0.002681 10.0.0.141 - - [2026-03-02 02:07:39] "GET /projects?obj_uuids=701ca8cf-8fc7-44f9-bb63-051e1999ad77&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000903 10.0.0.141 - - [2026-03-02 02:07:39] "GET /project/701ca8cf-8fc7-44f9-bb63-051e1999ad77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.024041 10.0.0.141 - - [2026-03-02 02:07:39] "GET /projects?obj_uuids=701ca8cf-8fc7-44f9-bb63-051e1999ad77&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000911 10.0.0.141 - - [2026-03-02 02:07:39] "GET /project/701ca8cf-8fc7-44f9-bb63-051e1999ad77?fields=virtual_networks HTTP/1.1" 200 1025 0.063171 10.0.0.141 - - [2026-03-02 02:07:39] "GET /projects?obj_uuids=701ca8cf-8fc7-44f9-bb63-051e1999ad77&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000925 10.0.0.141 - - [2026-03-02 02:07:39] "GET /project/701ca8cf-8fc7-44f9-bb63-051e1999ad77?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.018659 10.0.0.141 - - [2026-03-02 02:07:40] "GET /projects?obj_uuids=701ca8cf-8fc7-44f9-bb63-051e1999ad77&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000974 10.0.0.141 - - [2026-03-02 02:07:40] "GET /project/701ca8cf-8fc7-44f9-bb63-051e1999ad77?fields=security_groups HTTP/1.1" 200 1248 0.020096 10.0.0.141 - - [2026-03-02 02:07:41] "GET /obj-perms HTTP/1.1" 200 5075 0.045434 10.0.0.141 - - [2026-03-02 02:07:41] "GET /obj-perms HTTP/1.1" 200 5075 0.039971 10.0.0.141 - - [2026-03-02 02:07:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000412 10.0.0.141 - - [2026-03-02 02:07:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000369 10.0.0.141 - - [2026-03-02 02:07:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000374 10.0.0.141 - - [2026-03-02 02:07:50] "GET /global-system-configs HTTP/1.1" 401 293 0.000345 [Introspect:8084]10.0.0.141 - - [2026-03-02 02:08:19] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000901 [Introspect:8084]10.0.0.141 - - [2026-03-02 02:08:19] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000810